01KM6TFS4RQX3ZKYNNXW339TD0: 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: 01KM6TGAF374JZC9CKBAANXT1J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T23:51:42.543Zjob assigned to worker 01KM6TGGQ4VZJ3EH6EBFXDNKBM [factory aws, i-0f5cb422b0d1dfa03] (queued for 1 m 24 s)
 
22026-03-20T23:51:50.754Zstarting task 0: "setup"
32026-03-20T23:51:50.759Z++ uname -s
42026-03-20T23:51:50.762Z+ kern=SunOS
52026-03-20T23:51:50.762Z+ build_user=build
62026-03-20T23:51:50.762Z+ build_uid=12345
72026-03-20T23:51:50.762Z+ work_dir=/work
82026-03-20T23:51:50.762Z+ input_dir=/input
92026-03-20T23:51:50.762Z+ [[ 0 == 12345 ]]
102026-03-20T23:51:50.762Z+ case "$kern" in
112026-03-20T23:51:50.762Z+ groupadd -g 12345 build
122026-03-20T23:51:50.765Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T23:51:52.772Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T23:51:52.884Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T23:51:52.887Z+ home_fs=zfs
162026-03-20T23:51:52.887Z+ [[ zfs == autofs ]]
172026-03-20T23:51:52.887Z+ mkdir -p /home/build
182026-03-20T23:51:52.890Z+ chown build:build /home/build /work
192026-03-20T23:51:54.891Z+ chmod 0700 /home/build /work
202026-03-20T23:51:54.895Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-20T23:51:54.901Zstarting task 1: "rust-toolchain"
222026-03-20T23:51:54.907Z * rust toolchain channel = "1.94.0"
232026-03-20T23:51:54.907Z * rust toolchain profile = "default"
242026-03-20T23:51:54.907Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-03-20T23:51:54.907Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-20T23:51:54.907Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T23:51:54.907Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T23:51:54.910Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T23:51:54.910Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T23:51:55.048Zinfo: downloading installer
312026-03-20T23:51:56.695Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T23:51:56.695Zwarn: /opt/ooce/bin
332026-03-20T23:51:56.695Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T23:51:56.695Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T23:51:56.695Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T23:51:56.695Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T23:51:56.695Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T23:51:56.695Zerror: cannot install while Rust is installed
392026-03-20T23:51:56.696Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T23:51:56.696Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T23:51:56.696Zwarn: /home/build/.rustup/settings.toml
422026-03-20T23:51:56.696Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T23:51:56.696Zwarn: instead of the one inferred from the default host triple.
442026-03-20T23:51:56.710Zinfo: profile set to default
452026-03-20T23:51:56.710Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T23:51:56.713Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T23:51:56.852Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T23:51:56.855Zinfo: downloading 6 components
492026-03-20T23:52:11.870Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T23:52:11.870Z
512026-03-20T23:52:11.908Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T23:52:11.908Z
532026-03-20T23:52:11.908Z
542026-03-20T23:52:11.911ZRust is installed now. Great!
552026-03-20T23:52:11.911Z
562026-03-20T23:52:11.911ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T23:52:11.911Zenvironment variable. This has not been done automatically.
582026-03-20T23:52:11.911Z
592026-03-20T23:52:11.911ZTo configure your current shell, you need to source
602026-03-20T23:52:11.911Zthe corresponding env file under $HOME/.cargo.
612026-03-20T23:52:11.912Z
622026-03-20T23:52:11.912ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T23:52:11.912Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T23:52:11.912Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T23:52:11.912Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T23:52:11.912Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T23:52:11.912Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T23:52:11.912Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T23:52:11.912Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T23:52:11.912Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T23:52:12.025Z+ rustup --version
722026-03-20T23:52:12.032Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T23:52:12.035Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T23:52:12.058Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T23:52:12.061Z+ cargo --version
762026-03-20T23:52:12.073Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T23:52:12.076Z+ rustc --version
782026-03-20T23:52:12.101Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T23:52:12.105Zprocess exited: duration 17202 ms, exit code 0
 
802026-03-20T23:52:12.112Zstarting task 2: "authentication"
812026-03-20T23:52:12.132Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T23:52:12.138Zstarting task 3: "clone repository"
832026-03-20T23:52:12.143Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T23:52:12.146Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T23:52:12.184ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T23:52:21.871Z+ cd /work/oxidecomputer/omicron
872026-03-20T23:52:21.871Z+ git fetch origin bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
882026-03-20T23:52:22.193ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T23:52:22.193Z * branch bb01bbf4f69d79cea18ee830f0d39870fbfde3e6 -> FETCH_HEAD
902026-03-20T23:52:22.205Z+ [[ -n baby-write-back ]]
912026-03-20T23:52:22.208Z++ git branch --show-current
922026-03-20T23:52:22.211Z+ current=main
932026-03-20T23:52:22.211Z+ [[ main != baby-write-back ]]
942026-03-20T23:52:22.211Z+ git branch -f baby-write-back bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
952026-03-20T23:52:22.214Z+ git checkout -f baby-write-back
962026-03-20T23:52:22.532ZSwitched to branch 'baby-write-back'
972026-03-20T23:52:22.535Z+ git reset --hard bb01bbf4f69d79cea18ee830f0d39870fbfde3e6
982026-03-20T23:52:22.584ZHEAD is now at bb01bbf4f comments
992026-03-20T23:52:22.587Zprocess exited: duration 10447 ms, exit code 0
 
1002026-03-20T23:52:22.627Zstarting task 4: "build"
1012026-03-20T23:52:22.631Z+ source .github/buildomat/ci-env.sh
1022026-03-20T23:52:22.631Z++ export CARGO_TERM_COLOR=always
1032026-03-20T23:52:22.631Z++ CARGO_TERM_COLOR=always
1042026-03-20T23:52:22.631Z+ cargo --version
1052026-03-20T23:52:22.631Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T23:52:22.631Z+ rustc --version
1072026-03-20T23:52:22.642Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T23:52:22.645Z+ WORK=/work
1092026-03-20T23:52:22.650Z+ pfexec mkdir -p /work
1102026-03-20T23:52:22.655Z+ pfexec chown build /work
1112026-03-20T23:52:22.658Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-20T23:52:32.561Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-20T23:52:42.655Z Startup: Caching catalogs ... Done
1142026-03-20T23:53:05.146ZPlanning: Solver setup ... Done (21.060s)
1152026-03-20T23:53:05.300ZPlanning: Running solver ... Done (0.153s)
1162026-03-20T23:53:05.480ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-20T23:53:05.494ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-20T23:53:05.624ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-20T23:53:05.667ZPlanning: Package planning ... Done (0.044s)
1202026-03-20T23:53:05.711ZPlanning: Merging actions ... Done (0.043s)
1212026-03-20T23:53:05.952ZPlanning: Checking for conflicting actions ... Done (0.239s)
1222026-03-20T23:53:05.961ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-20T23:53:06.808ZPlanning: Evaluating mediators ... Done (0.847s)
1242026-03-20T23:53:06.817ZPlanning: Planning completed in 24.02 seconds
1252026-03-20T23:53:06.830Z Packages to install: 4
1262026-03-20T23:53:06.830Z Mediators to change: 2
1272026-03-20T23:53:06.830Z Services to change: 1
1282026-03-20T23:53:06.830Z Estimated space available: 155.42 GB
1292026-03-20T23:53:06.833ZEstimated space to be consumed: 1.83 GB
1302026-03-20T23:53:06.833Z Create boot environment: No
1312026-03-20T23:53:06.833ZCreate backup boot environment: No
1322026-03-20T23:53:06.834Z Rebuild boot archive: No
1332026-03-20T23:53:06.834Z
1342026-03-20T23:53:06.834ZChanged mediators:
1352026-03-20T23:53:06.834Z mediator clang:
1362026-03-20T23:53:06.834Z version: None -> 15 (system default)
1372026-03-20T23:53:06.834Z
1382026-03-20T23:53:06.834Z mediator llvm:
1392026-03-20T23:53:06.834Z version: 14 (system default) -> 15 (system default)
1402026-03-20T23:53:06.834Z
1412026-03-20T23:53:06.834ZChanged packages:
1422026-03-20T23:53:06.834Zhelios-dev
1432026-03-20T23:53:06.834Z developer/build-essential
1442026-03-20T23:53:06.834Z None -> 11-2.0
1452026-03-20T23:53:06.834Z library/libxmlsec1
1462026-03-20T23:53:06.834Z None -> 1.2.35-2.0
1472026-03-20T23:53:06.834Z ooce/developer/clang-15
1482026-03-20T23:53:06.834Z None -> 15.0.7-2.0
1492026-03-20T23:53:06.834Z ooce/developer/llvm-15
1502026-03-20T23:53:06.834Z None -> 15.0.7-2.0
1512026-03-20T23:53:06.834Z
1522026-03-20T23:53:06.834ZServices:
1532026-03-20T23:53:06.834Z restart_fmri:
1542026-03-20T23:53:06.834Z svc:/system/update-man-index:default
1552026-03-20T23:53:06.879Z
1562026-03-20T23:53:06.879ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-20T23:53:11.882ZDownload: 2445/3290 items 119.9/212.6MB 56% complete (24.2M/s)
1582026-03-20T23:53:14.479ZDownload: Completed 212.60 MB in 7.55 seconds (28.2M/s)
1592026-03-20T23:53:14.690Z Actions: 1/3689 actions (Installing new actions)
1602026-03-20T23:53:18.836Z Actions: Completed 3689 actions in 4.14 seconds.
1612026-03-20T23:53:19.179Z Done (0.339s)
1622026-03-20T23:53:19.180Z Done (0.000s)
1632026-03-20T23:53:20.077Z Done (0.897s)
1642026-03-20T23:53:24.231Z Done (3.820s)
1652026-03-20T23:53:24.318Z Done (0.018s)
1662026-03-20T23:53:24.321Z Done (0.000s)
1672026-03-20T23:53:24.488Z Done (0.000s)
1682026-03-20T23:53:25.461ZPlanning: Evaluating mediator changes ... Done
1692026-03-20T23:53:25.602ZPlanning: Checking for conflicting actions ... Done
1702026-03-20T23:53:25.605ZPlanning: Consolidating action changes ... Done
1712026-03-20T23:53:25.825ZPlanning: Evaluating mediators ... Done
1722026-03-20T23:53:25.828ZPlanning: Planning completed in 0.36 seconds
1732026-03-20T23:53:25.854Z Mediators to change: 2
1742026-03-20T23:53:25.854Z Create boot environment: No
1752026-03-20T23:53:25.854ZCreate backup boot environment: No
1762026-03-20T23:53:25.932Z Done
1772026-03-20T23:53:25.932Z Done
1782026-03-20T23:53:26.677Z Done
1792026-03-20T23:53:29.973Z Done
1802026-03-20T23:53:30.055Z Done
1812026-03-20T23:53:30.059Z Done
1822026-03-20T23:53:30.273Z Done
1832026-03-20T23:53:30.809ZPlanning: Evaluating mediator changes ... Done
1842026-03-20T23:53:30.812ZPlanning: Merging actions ... Done
1852026-03-20T23:53:30.975ZPlanning: Checking for conflicting actions ... Done
1862026-03-20T23:53:30.978ZPlanning: Consolidating action changes ... Done
1872026-03-20T23:53:31.194ZPlanning: Evaluating mediators ... Done
1882026-03-20T23:53:31.238ZPlanning: Planning completed in 0.63 seconds
1892026-03-20T23:53:31.267Z Packages to change: 1
1902026-03-20T23:53:31.267Z Mediators to change: 1
1912026-03-20T23:53:31.267Z Services to change: 1
1922026-03-20T23:53:31.270Z Create boot environment: No
1932026-03-20T23:53:31.270ZCreate backup boot environment: Yes
1942026-03-20T23:53:33.644Z Actions: 1/6 actions (Updating modified actions)
1952026-03-20T23:53:33.649Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-20T23:53:33.649Z Done
1972026-03-20T23:53:33.649Z Done
1982026-03-20T23:53:33.817Z Done
1992026-03-20T23:53:37.059Z Done
2002026-03-20T23:53:37.142Z Done
2012026-03-20T23:53:37.145Z Done
2022026-03-20T23:53:37.299Z Done
2032026-03-20T23:53:37.673ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-20T23:53:37.673Zclang system 15 system
2052026-03-20T23:53:37.673Zcsh system system illumos
2062026-03-20T23:53:37.673Zctags system system illumos
2072026-03-20T23:53:37.673Zfile system system illumos
2082026-03-20T23:53:37.673Zgcc vendor 12 vendor
2092026-03-20T23:53:37.673Zgcc system 10 system
2102026-03-20T23:53:37.673Zgcc system 7 system
2112026-03-20T23:53:37.673Zgo system 1.20 system
2122026-03-20T23:53:37.673Zgo system 1.19 system
2132026-03-20T23:53:37.673Zllvm system 15 system
2142026-03-20T23:53:37.673Zllvm system 14 system
2152026-03-20T23:53:37.673Zmariadb system 10.6 system
2162026-03-20T23:53:37.673Zmta vendor vendor dma
2172026-03-20T23:53:37.673Zopenjdk system 17 system
2182026-03-20T23:53:37.673Zopenjdk system 11 system
2192026-03-20T23:53:37.673Zopenjdk system 1.8 system
2202026-03-20T23:53:37.673Zopenssl vendor 3 vendor
2212026-03-20T23:53:37.673Zperl system 5.36 system
2222026-03-20T23:53:37.673Zpostgresql system 15 system
2232026-03-20T23:53:37.673Zpostgresql system 13 system
2242026-03-20T23:53:37.673Zpython vendor 3 vendor
2252026-03-20T23:53:37.673Zpython system 2 system
2262026-03-20T23:53:37.673Zpython3 system 3.11 system
2272026-03-20T23:53:37.673Zruby system 3.0 system
2282026-03-20T23:53:37.673Zwords vendor vendor american-english
2292026-03-20T23:53:37.674Zwords system system australian-english
2302026-03-20T23:53:37.674Zwords system system british-english
2312026-03-20T23:53:37.674Zwords system system canadian-english
2322026-03-20T23:53:37.674Zwords system system french
2332026-03-20T23:53:37.674Zwords system system italian
2342026-03-20T23:53:37.674Zwords system system ngerman
2352026-03-20T23:53:37.674Zwords system system ogerman
2362026-03-20T23:53:37.674Zwords system system spanish
2372026-03-20T23:53:37.980ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-20T23:53:37.980Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-20T23:53:43.864ZFMRI IFO
2402026-03-20T23:53:43.864Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-20T23:53:43.864Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-20T23:53:43.865Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-20T23:53:43.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-20T23:53:43.865Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-20T23:53:43.865Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-20T23:53:43.865Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-20T23:53:43.865Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-20T23:53:43.865Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-20T23:53:43.865Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-20T23:53:43.865Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-20T23:53:43.865Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-20T23:53:43.865Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-20T23:53:43.865Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-20T23:53:43.865Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-20T23:53:43.865Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-20T23:53:45.060Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-20T23:53:45.331Z Updating crates.io index
2582026-03-20T23:53:45.373Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-20T23:53:46.181Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-20T23:53:46.641Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2612026-03-20T23:53:46.908Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-03-20T23:53:47.503Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-03-20T23:53:48.422Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-03-20T23:53:48.954Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-03-20T23:53:50.276Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-03-20T23:53:51.957Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-03-20T23:53:52.964Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-03-20T23:53:53.284Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-03-20T23:53:54.233Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-03-20T23:53:54.622Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-03-20T23:53:54.998Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-03-20T23:53:55.432Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-03-20T23:53:56.311Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-03-20T23:53:56.947Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-03-20T23:53:57.225Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-03-20T23:53:57.494Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-03-20T23:53:57.940Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-03-20T23:53:58.190Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-03-20T23:53:58.410Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-03-20T23:53:58.644Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-03-20T23:53:59.058Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-03-20T23:53:59.582Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-03-20T23:54:00.090Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-03-20T23:54:00.330Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-03-20T23:54:00.623Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-03-20T23:54:01.719Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-20T23:54:02.390Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2882026-03-20T23:54:02.746Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-03-20T23:54:03.086Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2902026-03-20T23:54:03.413Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-03-20T23:54:04.185Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2922026-03-20T23:54:04.433Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2932026-03-20T23:54:04.689Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2942026-03-20T23:54:05.013Z Updating git repository `https://github.com/illumos/smf-rs`
2952026-03-20T23:54:05.339Z Updating git repository `https://github.com/oxidecomputer/omicron`
2962026-03-20T23:54:19.253Z Downloading crates ...
2972026-03-20T23:54:19.309Z Downloaded anstyle-query v1.1.5
2982026-03-20T23:54:19.321Z Downloaded autocfg v1.5.0
2992026-03-20T23:54:19.325Z Downloaded anstyle v1.0.13
3002026-03-20T23:54:19.325Z Downloaded terminal_size v0.4.3
3012026-03-20T23:54:19.328Z Downloaded anstream v0.6.21
3022026-03-20T23:54:19.328Z Downloaded potential_utf v0.1.4
3032026-03-20T23:54:19.330Z Downloaded digest v0.10.7
3042026-03-20T23:54:19.334Z Downloaded litemap v0.8.1
3052026-03-20T23:54:19.337Z Downloaded bitflags v2.11.0
3062026-03-20T23:54:19.340Z Downloaded usdt-attr-macro v0.5.0
3072026-03-20T23:54:19.340Z Downloaded textwrap v0.16.2
3082026-03-20T23:54:19.343Z Downloaded tinystr v0.8.2
3092026-03-20T23:54:19.343Z Downloaded cargo_toml v0.21.0
3102026-03-20T23:54:19.346Z Downloaded anstyle-parse v0.2.7
3112026-03-20T23:54:19.346Z Downloaded cpufeatures v0.2.17
3122026-03-20T23:54:19.349Z Downloaded clap_lex v1.0.0
3132026-03-20T23:54:19.349Z Downloaded toml v0.8.23
3142026-03-20T23:54:19.352Z Downloaded num-traits v0.2.19
3152026-03-20T23:54:19.355Z Downloaded form_urlencoded v1.2.2
3162026-03-20T23:54:19.355Z Downloaded anyhow v1.0.102
3172026-03-20T23:54:19.359Z Downloaded idna_adapter v1.2.1
3182026-03-20T23:54:19.359Z Downloaded unicode-xid v0.2.6
3192026-03-20T23:54:19.359Z Downloaded toml_write v0.1.2
3202026-03-20T23:54:19.362Z Downloaded zerofrom-derive v0.1.6
3212026-03-20T23:54:19.362Z Downloaded pest_derive v2.8.6
3222026-03-20T23:54:19.365Z Downloaded fastrand v2.3.0
3232026-03-20T23:54:19.365Z Downloaded errno v0.3.14
3242026-03-20T23:54:19.365Z Downloaded thread-id v4.2.2
3252026-03-20T23:54:19.368Z Downloaded version_check v0.9.5
3262026-03-20T23:54:19.368Z Downloaded serde v1.0.228
3272026-03-20T23:54:19.371Z Downloaded pretty-hex v0.4.1
3282026-03-20T23:54:19.371Z Downloaded macaddr v1.0.1
3292026-03-20T23:54:19.371Z Downloaded dof v0.3.0
3302026-03-20T23:54:19.374Z Downloaded icu_normalizer_data v2.1.1
3312026-03-20T23:54:19.374Z Downloaded yoke-derive v0.8.1
3322026-03-20T23:54:19.376Z Downloaded erased-serde v0.4.9
3332026-03-20T23:54:19.376Z Downloaded crypto-common v0.1.7
3342026-03-20T23:54:19.379Z Downloaded usdt-impl v0.5.0
3352026-03-20T23:54:19.379Z Downloaded zmij v1.0.21
3362026-03-20T23:54:19.382Z Downloaded writeable v0.6.2
3372026-03-20T23:54:19.382Z Downloaded is_terminal_polyfill v1.70.2
3382026-03-20T23:54:19.385Z Downloaded thiserror-impl v2.0.18
3392026-03-20T23:54:19.385Z Downloaded toml_datetime v0.6.11
3402026-03-20T23:54:19.385Z Downloaded itoa v1.0.17
3412026-03-20T23:54:19.388Z Downloaded heck v0.5.0
3422026-03-20T23:54:19.388Z Downloaded smawk v0.3.2
3432026-03-20T23:54:19.391Z Downloaded fnv v1.0.7
3442026-03-20T23:54:19.394Z Downloaded utf8parse v0.2.2
3452026-03-20T23:54:19.394Z Downloaded typeid v1.0.3
3462026-03-20T23:54:19.396Z Downloaded fs-err v3.3.0
3472026-03-20T23:54:19.396Z Downloaded unicode-linebreak v0.1.5
3482026-03-20T23:54:19.400Z Downloaded heck v0.4.1
3492026-03-20T23:54:19.400Z Downloaded zerovec-derive v0.11.2
3502026-03-20T23:54:19.400Z Downloaded thiserror v2.0.18
3512026-03-20T23:54:19.403Z Downloaded percent-encoding v2.3.2
3522026-03-20T23:54:19.406Z Downloaded zerofrom v0.1.6
3532026-03-20T23:54:19.406Z Downloaded usdt v0.5.0
3542026-03-20T23:54:19.409Z Downloaded strsim v0.11.1
3552026-03-20T23:54:19.409Z Downloaded thiserror-impl v1.0.69
3562026-03-20T23:54:19.409Z Downloaded dtrace-parser v0.2.0
3572026-03-20T23:54:19.412Z Downloaded memmap v0.7.0
3582026-03-20T23:54:19.412Z Downloaded swrite v0.1.0
3592026-03-20T23:54:19.412Z Downloaded yoke v0.8.1
3602026-03-20T23:54:19.415Z Downloaded utf8_iter v1.0.4
3612026-03-20T23:54:19.415Z Downloaded usdt-macro v0.5.0
3622026-03-20T23:54:19.418Z Downloaded equivalent v1.0.2
3632026-03-20T23:54:19.418Z Downloaded generic-array v0.14.7
3642026-03-20T23:54:19.421Z Downloaded thiserror v1.0.69
3652026-03-20T23:54:19.424Z Downloaded tabled_derive v0.7.0
3662026-03-20T23:54:19.427Z Downloaded ucd-trie v0.1.7
3672026-03-20T23:54:19.427Z Downloaded serde_spanned v0.6.9
3682026-03-20T23:54:19.427Z Downloaded toml_edit v0.22.27
3692026-03-20T23:54:19.430Z Downloaded unicode-ident v1.0.24
3702026-03-20T23:54:19.433Z Downloaded serde-value v0.7.0
3712026-03-20T23:54:19.433Z Downloaded block-buffer v0.10.4
3722026-03-20T23:54:19.436Z Downloaded proc-macro-error-attr v1.0.4
3732026-03-20T23:54:19.436Z Downloaded zerocopy-derive v0.7.35
3742026-03-20T23:54:19.439Z Downloaded scroll_derive v0.12.1
3752026-03-20T23:54:19.439Z Downloaded cargo-platform v0.2.0
3762026-03-20T23:54:19.439Z Downloaded colorchoice v1.0.4
3772026-03-20T23:54:19.442Z Downloaded cfg-if v1.0.4
3782026-03-20T23:54:19.446Z Downloaded semver v1.0.27
3792026-03-20T23:54:19.449Z Downloaded plain v0.2.3
3802026-03-20T23:54:19.452Z Downloaded zerotrie v0.2.3
3812026-03-20T23:54:19.455Z Downloaded typenum v1.19.0
3822026-03-20T23:54:19.458Z Downloaded bytecount v0.6.9
3832026-03-20T23:54:19.461Z Downloaded url v2.5.8
3842026-03-20T23:54:19.461Z Downloaded memchr v2.8.0
3852026-03-20T23:54:19.464Z Downloaded zerocopy v0.7.35
3862026-03-20T23:54:19.475Z Downloaded synstructure v0.13.2
3872026-03-20T23:54:19.478Z Downloaded camino-tempfile v1.4.1
3882026-03-20T23:54:19.478Z Downloaded stable_deref_trait v1.2.1
3892026-03-20T23:54:19.481Z Downloaded sha2 v0.10.9
3902026-03-20T23:54:19.481Z Downloaded byteorder v1.5.0
3912026-03-20T23:54:19.481Z Downloaded zerovec v0.11.5
3922026-03-20T23:54:19.484Z Downloaded serde-untagged v0.1.9
3932026-03-20T23:54:19.487Z Downloaded proc-macro-error v1.0.4
3942026-03-20T23:54:19.490Z Downloaded once_cell v1.21.3
3952026-03-20T23:54:19.490Z Downloaded scroll v0.12.0
3962026-03-20T23:54:19.494Z Downloaded pest_generator v2.8.6
3972026-03-20T23:54:19.494Z Downloaded winnow v0.7.14
3982026-03-20T23:54:19.499Z Downloaded cargo-util-schemas v0.8.2
3992026-03-20T23:54:19.502Z Downloaded quote v1.0.44
4002026-03-20T23:54:19.502Z Downloaded clap_derive v4.5.55
4012026-03-20T23:54:19.505Z Downloaded cargo_metadata v0.21.0
4022026-03-20T23:54:19.505Z Downloaded serde_tokenstream v0.2.3
4032026-03-20T23:54:19.505Z Downloaded ordered-float v2.10.1
4042026-03-20T23:54:19.508Z Downloaded displaydoc v0.2.5
4052026-03-20T23:54:19.508Z Downloaded camino v1.2.2
4062026-03-20T23:54:19.511Z Downloaded unicode-width v0.1.14
4072026-03-20T23:54:19.514Z Downloaded tempfile v3.25.0
4082026-03-20T23:54:19.518Z Downloaded unicode-width v0.2.0
4092026-03-20T23:54:19.522Z Downloaded smallvec v1.15.1
4102026-03-20T23:54:19.525Z Downloaded serde_derive v1.0.228
4112026-03-20T23:54:19.528Z Downloaded icu_properties v2.1.2
4122026-03-20T23:54:19.528Z Downloaded papergrid v0.11.0
4132026-03-20T23:54:19.532Z Downloaded log v0.4.29
4142026-03-20T23:54:19.535Z Downloaded proc-macro2 v1.0.106
4152026-03-20T23:54:19.540Z Downloaded icu_provider v2.1.1
4162026-03-20T23:54:19.544Z Downloaded pest_meta v2.8.6
4172026-03-20T23:54:19.549Z Downloaded icu_normalizer v2.1.1
4182026-03-20T23:54:19.552Z Downloaded serde_core v1.0.228
4192026-03-20T23:54:19.555Z Downloaded clap v4.5.60
4202026-03-20T23:54:19.560Z Downloaded getrandom v0.4.1
4212026-03-20T23:54:19.563Z Downloaded icu_collections v2.1.1
4222026-03-20T23:54:19.569Z Downloaded icu_locale_core v2.1.1
4232026-03-20T23:54:19.578Z Downloaded serde_json v1.0.149
4242026-03-20T23:54:19.584Z Downloaded indexmap v2.13.0
4252026-03-20T23:54:19.587Z Downloaded icu_properties_data v2.1.2
4262026-03-20T23:54:19.595Z Downloaded pest v2.8.6
4272026-03-20T23:54:19.604Z Downloaded hashbrown v0.16.1
4282026-03-20T23:54:19.611Z Downloaded idna v1.1.0
4292026-03-20T23:54:19.617Z Downloaded clap_builder v4.5.60
4302026-03-20T23:54:19.638Z Downloaded tabled v0.15.0
4312026-03-20T23:54:19.649Z Downloaded goblin v0.8.2
4322026-03-20T23:54:19.653Z Downloaded syn v1.0.109
4332026-03-20T23:54:19.660Z Downloaded syn v2.0.117
4342026-03-20T23:54:19.675Z Downloaded rustix v1.1.3
4352026-03-20T23:54:19.701Z Downloaded libc v0.2.180
4362026-03-20T23:54:19.785Z Compiling proc-macro2 v1.0.106
4372026-03-20T23:54:19.785Z Compiling unicode-ident v1.0.24
4382026-03-20T23:54:19.789Z Compiling quote v1.0.44
4392026-03-20T23:54:19.789Z Compiling serde_core v1.0.228
4402026-03-20T23:54:19.789Z Compiling libc v0.2.180
4412026-03-20T23:54:19.789Z Compiling version_check v0.9.5
4422026-03-20T23:54:19.789Z Compiling memchr v2.8.0
4432026-03-20T23:54:19.789Z Compiling stable_deref_trait v1.2.1
4442026-03-20T23:54:19.789Z Compiling serde v1.0.228
4452026-03-20T23:54:19.789Z Compiling zmij v1.0.21
4462026-03-20T23:54:19.789Z Compiling thiserror v1.0.69
4472026-03-20T23:54:19.789Z Compiling itoa v1.0.17
4482026-03-20T23:54:19.789Z Compiling ucd-trie v0.1.7
4492026-03-20T23:54:19.789Z Compiling autocfg v1.5.0
4502026-03-20T23:54:19.789Z Compiling writeable v0.6.2
4512026-03-20T23:54:20.415Z Compiling litemap v0.8.1
4522026-03-20T23:54:20.455Z Compiling rustix v1.1.3
4532026-03-20T23:54:20.512Z Compiling icu_properties_data v2.1.2
4542026-03-20T23:54:20.630Z Compiling byteorder v1.5.0
4552026-03-20T23:54:20.658Z Compiling icu_normalizer_data v2.1.1
4562026-03-20T23:54:20.714Z Compiling bitflags v2.11.0
4572026-03-20T23:54:20.796Z Compiling serde_json v1.0.149
4582026-03-20T23:54:20.799Z Compiling pest v2.8.6
4592026-03-20T23:54:20.852Z Compiling num-traits v0.2.19
4602026-03-20T23:54:21.077Z Compiling hashbrown v0.16.1
4612026-03-20T23:54:21.081Z Compiling smallvec v1.15.1
4622026-03-20T23:54:21.104Z Compiling equivalent v1.0.2
4632026-03-20T23:54:21.156Z Compiling typeid v1.0.3
4642026-03-20T23:54:21.348Z Compiling errno v0.3.14
4652026-03-20T23:54:21.377Z Compiling thread-id v4.2.2
4662026-03-20T23:54:21.491Z Compiling proc-macro-error-attr v1.0.4
4672026-03-20T23:54:21.494Z Compiling usdt-impl v0.5.0
4682026-03-20T23:54:21.518Z Compiling winnow v0.7.14
4692026-03-20T23:54:21.603Z Compiling syn v1.0.109
4702026-03-20T23:54:21.692Z Compiling erased-serde v0.4.9
4712026-03-20T23:54:21.722Z Compiling toml_write v0.1.2
4722026-03-20T23:54:21.809Z Compiling indexmap v2.13.0
4732026-03-20T23:54:21.895Z Compiling syn v2.0.117
4742026-03-20T23:54:21.954Z Compiling proc-macro-error v1.0.4
4752026-03-20T23:54:21.981Z Compiling percent-encoding v2.3.2
4762026-03-20T23:54:22.011Z Compiling thiserror v2.0.18
4772026-03-20T23:54:22.044Z Compiling utf8parse v0.2.2
4782026-03-20T23:54:22.048Z Compiling getrandom v0.4.1
4792026-03-20T23:54:22.076Z Compiling plain v0.2.3
4802026-03-20T23:54:22.232Z Compiling camino v1.2.2
4812026-03-20T23:54:22.261Z Compiling log v0.4.29
4822026-03-20T23:54:22.264Z Compiling utf8_iter v1.0.4
4832026-03-20T23:54:22.339Z Compiling pest_meta v2.8.6
4842026-03-20T23:54:22.466Z Compiling anstyle-parse v0.2.7
4852026-03-20T23:54:22.501Z Compiling form_urlencoded v1.2.2
4862026-03-20T23:54:22.659Z Compiling pretty-hex v0.4.1
4872026-03-20T23:54:22.719Z Compiling ordered-float v2.10.1
4882026-03-20T23:54:22.748Z Compiling anstyle v1.0.13
4892026-03-20T23:54:22.777Z Compiling anstyle-query v1.1.5
4902026-03-20T23:54:22.808Z Compiling is_terminal_polyfill v1.70.2
4912026-03-20T23:54:22.811Z Compiling cfg-if v1.0.4
4922026-03-20T23:54:22.836Z Compiling colorchoice v1.0.4
4932026-03-20T23:54:22.981Z Compiling terminal_size v0.4.3
4942026-03-20T23:54:23.010Z Compiling fs-err v3.3.0
4952026-03-20T23:54:23.039Z Compiling anstream v0.6.21
4962026-03-20T23:54:23.074Z Compiling heck v0.4.1
4972026-03-20T23:54:23.101Z Compiling fastrand v2.3.0
4982026-03-20T23:54:23.130Z Compiling unicode-xid v0.2.6
4992026-03-20T23:54:23.134Z Compiling bytecount v0.6.9
5002026-03-20T23:54:23.219Z Compiling anyhow v1.0.102
5012026-03-20T23:54:23.268Z Compiling clap_lex v1.0.0
5022026-03-20T23:54:23.320Z Compiling heck v0.5.0
5032026-03-20T23:54:23.357Z Compiling fnv v1.0.7
5042026-03-20T23:54:23.398Z Compiling strsim v0.11.1
5052026-03-20T23:54:23.608Z Compiling semver v1.0.27
5062026-03-20T23:54:23.660Z Compiling unicode-width v0.1.14
5072026-03-20T23:54:23.698Z Compiling once_cell v1.21.3
5082026-03-20T23:54:23.799Z Compiling clap_builder v4.5.60
5092026-03-20T23:54:23.802Z Compiling memmap v0.7.0
5102026-03-20T23:54:23.942Z Compiling unicode-width v0.2.0
5112026-03-20T23:54:24.025Z Compiling tempfile v3.25.0
5122026-03-20T23:54:24.096Z Compiling papergrid v0.11.0
5132026-03-20T23:54:24.122Z Compiling unicode-linebreak v0.1.5
5142026-03-20T23:54:24.150Z Compiling smawk v0.3.2
5152026-03-20T23:54:24.179Z Compiling serde-untagged v0.1.9
5162026-03-20T23:54:24.331Z Compiling camino-tempfile v1.4.1
5172026-03-20T23:54:24.355Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-20T23:54:24.462Z Compiling textwrap v0.16.2
5192026-03-20T23:54:24.493Z Compiling swrite v0.1.0
5202026-03-20T23:54:24.938Z Compiling tabled_derive v0.7.0
5212026-03-20T23:54:25.660Z Compiling synstructure v0.13.2
5222026-03-20T23:54:25.660Z Compiling pest_generator v2.8.6
5232026-03-20T23:54:25.808Z Compiling tabled v0.15.0
5242026-03-20T23:54:26.366Z Compiling serde_derive v1.0.228
5252026-03-20T23:54:26.366Z Compiling zerofrom-derive v0.1.6
5262026-03-20T23:54:26.369Z Compiling yoke-derive v0.8.1
5272026-03-20T23:54:26.369Z Compiling zerovec-derive v0.11.2
5282026-03-20T23:54:26.389Z Compiling displaydoc v0.2.5
5292026-03-20T23:54:26.415Z Compiling thiserror-impl v1.0.69
5302026-03-20T23:54:26.419Z Compiling zerocopy-derive v0.7.35
5312026-03-20T23:54:26.419Z Compiling scroll_derive v0.12.1
5322026-03-20T23:54:26.442Z Compiling thiserror-impl v2.0.18
5332026-03-20T23:54:26.498Z Compiling pest_derive v2.8.6
5342026-03-20T23:54:26.582Z Compiling clap_derive v4.5.55
5352026-03-20T23:54:27.466Z Compiling scroll v0.12.0
5362026-03-20T23:54:27.557Z Compiling zerocopy v0.7.35
5372026-03-20T23:54:27.695Z Compiling zerofrom v0.1.6
5382026-03-20T23:54:27.789Z Compiling goblin v0.8.2
5392026-03-20T23:54:27.866Z Compiling yoke v0.8.1
5402026-03-20T23:54:28.030Z Compiling dtrace-parser v0.2.0
5412026-03-20T23:54:28.061Z Compiling zerovec v0.11.5
5422026-03-20T23:54:28.061Z Compiling zerotrie v0.2.3
5432026-03-20T23:54:28.429Z Compiling clap v4.5.60
5442026-03-20T23:54:28.652Z Compiling tinystr v0.8.2
5452026-03-20T23:54:28.652Z Compiling potential_utf v0.1.4
5462026-03-20T23:54:28.794Z Compiling icu_collections v2.1.1
5472026-03-20T23:54:28.869Z Compiling icu_locale_core v2.1.1
5482026-03-20T23:54:29.622Z Compiling icu_provider v2.1.1
5492026-03-20T23:54:29.691Z Compiling serde_spanned v0.6.9
5502026-03-20T23:54:29.691Z Compiling toml_datetime v0.6.11
5512026-03-20T23:54:29.694Z Compiling serde-value v0.7.0
5522026-03-20T23:54:29.694Z Compiling cargo-platform v0.2.0
5532026-03-20T23:54:29.694Z Compiling macaddr v1.0.1
5542026-03-20T23:54:29.716Z Compiling dof v0.3.0
5552026-03-20T23:54:29.720Z Compiling serde_tokenstream v0.2.3
5562026-03-20T23:54:29.912Z Compiling icu_properties v2.1.2
5572026-03-20T23:54:29.912Z Compiling icu_normalizer v2.1.1
5582026-03-20T23:54:30.169Z Compiling toml_edit v0.22.27
5592026-03-20T23:54:30.670Z Compiling usdt-macro v0.5.0
5602026-03-20T23:54:30.670Z Compiling usdt-attr-macro v0.5.0
5612026-03-20T23:54:31.075Z Compiling idna_adapter v1.2.1
5622026-03-20T23:54:31.210Z Compiling idna v1.1.0
5632026-03-20T23:54:31.419Z Compiling usdt v0.5.0
5642026-03-20T23:54:31.559Z Compiling url v2.5.8
5652026-03-20T23:54:31.821Z Compiling toml v0.8.23
5662026-03-20T23:54:32.303Z Compiling cargo-util-schemas v0.8.2
5672026-03-20T23:54:32.303Z Compiling cargo_toml v0.21.0
5682026-03-20T23:54:33.458Z Compiling cargo_metadata v0.21.0
5692026-03-20T23:54:34.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5702026-03-20T23:54:37.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.69s
5712026-03-20T23:54:37.821Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5722026-03-20T23:54:38.526Z Downloading crates ...
5732026-03-20T23:54:38.676Z Downloaded async-trait v0.1.89
5742026-03-20T23:54:38.680Z Downloaded bit-vec v0.8.0
5752026-03-20T23:54:38.680Z Downloaded critical-section v1.2.0
5762026-03-20T23:54:38.680Z Downloaded defmt-parser v1.0.0
5772026-03-20T23:54:38.680Z Downloaded ed25519 v2.2.3
5782026-03-20T23:54:38.680Z Downloaded crossbeam-deque v0.8.6
5792026-03-20T23:54:38.686Z Downloaded crossbeam-utils v0.8.21
5802026-03-20T23:54:38.690Z Downloaded crossbeam-epoch v0.9.18
5812026-03-20T23:54:38.690Z Downloaded ciborium-io v0.2.2
5822026-03-20T23:54:38.690Z Downloaded bitfield-struct v0.6.2
5832026-03-20T23:54:38.693Z Downloaded bb8 v0.8.6
5842026-03-20T23:54:38.693Z Downloaded crossbeam-channel v0.5.15
5852026-03-20T23:54:38.696Z Downloaded darling_macro v0.20.11
5862026-03-20T23:54:38.696Z Downloaded async-stream-impl v0.3.6
5872026-03-20T23:54:38.696Z Downloaded dirs-next v2.0.0
5882026-03-20T23:54:38.699Z Downloaded curve25519-dalek-derive v0.1.1
5892026-03-20T23:54:38.699Z Downloaded erased-serde v0.3.31
5902026-03-20T23:54:38.704Z Downloaded atty v0.2.14
5912026-03-20T23:54:38.704Z Downloaded base16ct v0.2.0
5922026-03-20T23:54:38.708Z Downloaded downcast-rs v2.0.2
5932026-03-20T23:54:38.708Z Downloaded crc-catalog v2.4.0
5942026-03-20T23:54:38.708Z Downloaded dunce v1.0.5
5952026-03-20T23:54:38.708Z Downloaded dirs-sys-next v0.1.2
5962026-03-20T23:54:38.711Z Downloaded cstr-argument v0.1.2
5972026-03-20T23:54:38.711Z Downloaded adler2 v2.0.1
5982026-03-20T23:54:38.711Z Downloaded either v1.15.0
5992026-03-20T23:54:38.714Z Downloaded ena v0.14.4
6002026-03-20T23:54:38.714Z Downloaded derive-ex v0.1.8
6012026-03-20T23:54:38.717Z Downloaded der_derive v0.7.3
6022026-03-20T23:54:38.717Z Downloaded derive_builder_core v0.20.2
6032026-03-20T23:54:38.720Z Downloaded convert_case v0.4.0
6042026-03-20T23:54:38.720Z Downloaded atomicwrites v0.4.4
6052026-03-20T23:54:38.723Z Downloaded darling v0.23.0
6062026-03-20T23:54:38.725Z Downloaded flagset v0.4.7
6072026-03-20T23:54:38.726Z Downloaded embedded-io v0.4.0
6082026-03-20T23:54:38.730Z Downloaded drift v0.1.3
6092026-03-20T23:54:38.735Z Downloaded foreign-types v0.5.0
6102026-03-20T23:54:38.735Z Downloaded foldhash v0.2.0
6112026-03-20T23:54:38.738Z Downloaded difflib v0.4.0
6122026-03-20T23:54:38.738Z Downloaded bit-vec v0.6.3
6132026-03-20T23:54:38.738Z Downloaded backoff v0.4.0
6142026-03-20T23:54:38.743Z Downloaded const_format_proc_macros v0.2.34
6152026-03-20T23:54:38.747Z Downloaded fixedbitset v0.4.2
6162026-03-20T23:54:38.747Z Downloaded dof v0.4.0
6172026-03-20T23:54:38.747Z Downloaded float-cmp v0.10.0
6182026-03-20T23:54:38.747Z Downloaded defmt v0.3.100
6192026-03-20T23:54:38.747Z Downloaded enum-as-inner v0.6.1
6202026-03-20T23:54:38.752Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-03-20T23:54:38.752Z Downloaded crunchy v0.2.4
6222026-03-20T23:54:38.752Z Downloaded display-error-chain v0.2.2
6232026-03-20T23:54:38.752Z Downloaded crucible-workspace-hack v0.1.0
6242026-03-20T23:54:38.755Z Downloaded cassowary v0.3.0
6252026-03-20T23:54:38.755Z Downloaded foreign-types-macros v0.2.3
6262026-03-20T23:54:38.755Z Downloaded foreign-types v0.3.2
6272026-03-20T23:54:38.755Z Downloaded bitfield-macros v0.19.4
6282026-03-20T23:54:38.755Z Downloaded dsl_auto_type v0.2.0
6292026-03-20T23:54:38.758Z Downloaded dropshot-api-manager-types v0.6.0
6302026-03-20T23:54:38.759Z Downloaded foldhash v0.1.5
6312026-03-20T23:54:38.762Z Downloaded bit-set v0.8.0
6322026-03-20T23:54:38.762Z Downloaded darling_macro v0.23.0
6332026-03-20T23:54:38.762Z Downloaded darling_macro v0.21.3
6342026-03-20T23:54:38.765Z Downloaded bitfield v0.19.4
6352026-03-20T23:54:38.765Z Downloaded des v0.8.1
6362026-03-20T23:54:38.765Z Downloaded crc32fast v1.5.0
6372026-03-20T23:54:38.770Z Downloaded cipher v0.4.4
6382026-03-20T23:54:38.772Z Downloaded cbc v0.1.2
6392026-03-20T23:54:38.772Z Downloaded ahash v0.8.12
6402026-03-20T23:54:38.772Z Downloaded blowfish v0.9.1
6412026-03-20T23:54:38.775Z Downloaded debug-ignore v1.0.5
6422026-03-20T23:54:38.775Z Downloaded funty v2.0.0
6432026-03-20T23:54:38.775Z Downloaded dtrace-parser v0.3.0
6442026-03-20T23:54:38.779Z Downloaded ascii-canvas v3.0.0
6452026-03-20T23:54:38.779Z Downloaded document-features v0.2.12
6462026-03-20T23:54:38.782Z Downloaded assert_matches v1.5.0
6472026-03-20T23:54:38.782Z Downloaded aead v0.5.2
6482026-03-20T23:54:38.782Z Downloaded block-padding v0.3.3
6492026-03-20T23:54:38.785Z Downloaded embedded-io v0.6.1
6502026-03-20T23:54:38.785Z Downloaded derive_builder_macro v0.20.2
6512026-03-20T23:54:38.788Z Downloaded bcrypt-pbkdf v0.10.0
6522026-03-20T23:54:38.791Z Downloaded ciborium v0.2.2
6532026-03-20T23:54:38.794Z Downloaded env_filter v1.0.0
6542026-03-20T23:54:38.794Z Downloaded cargo_toml v0.22.3
6552026-03-20T23:54:38.797Z Downloaded foreign-types-shared v0.1.1
6562026-03-20T23:54:38.797Z Downloaded float-ord v0.3.2
6572026-03-20T23:54:38.797Z Downloaded cookie v0.18.1
6582026-03-20T23:54:38.799Z Downloaded futures-io v0.3.32
6592026-03-20T23:54:38.802Z Downloaded futures-core v0.3.32
6602026-03-20T23:54:38.802Z Downloaded argon2 v0.5.3
6612026-03-20T23:54:38.805Z Downloaded endian-type v0.1.2
6622026-03-20T23:54:38.805Z Downloaded bcs v0.1.6
6632026-03-20T23:54:38.805Z Downloaded find-msvc-tools v0.1.9
6642026-03-20T23:54:38.808Z Downloaded data-encoding v2.10.0
6652026-03-20T23:54:38.808Z Downloaded ff v0.13.1
6662026-03-20T23:54:38.811Z Downloaded cobs v0.3.0
6672026-03-20T23:54:38.811Z Downloaded cargo-platform v0.1.9
6682026-03-20T23:54:38.815Z Downloaded defmt v1.0.1
6692026-03-20T23:54:38.818Z Downloaded fxhash v0.2.1
6702026-03-20T23:54:38.818Z Downloaded derive_more v2.1.1
6712026-03-20T23:54:38.825Z Downloaded hash32 v0.3.1
6722026-03-20T23:54:38.828Z Downloaded globwalk v0.9.1
6732026-03-20T23:54:38.828Z Downloaded ghash v0.5.1
6742026-03-20T23:54:38.831Z Downloaded crc8 v0.1.1
6752026-03-20T23:54:38.831Z Downloaded headers-core v0.3.0
6762026-03-20T23:54:38.831Z Downloaded base16ct v1.0.0
6772026-03-20T23:54:38.834Z Downloaded hex v0.4.3
6782026-03-20T23:54:38.834Z Downloaded cfg_aliases v0.2.1
6792026-03-20T23:54:38.837Z Downloaded cpufeatures v0.3.0
6802026-03-20T23:54:38.837Z Downloaded atomic-waker v1.1.2
6812026-03-20T23:54:38.840Z Downloaded async-recursion v1.1.1
6822026-03-20T23:54:38.843Z Downloaded foreign-types-shared v0.3.1
6832026-03-20T23:54:38.843Z Downloaded crossterm v0.28.1
6842026-03-20T23:54:38.846Z Downloaded crc v3.4.0
6852026-03-20T23:54:38.849Z Downloaded dyn-clone v1.0.20
6862026-03-20T23:54:38.852Z Downloaded async-stream v0.3.6
6872026-03-20T23:54:38.852Z Downloaded ecdsa v0.16.9
6882026-03-20T23:54:38.855Z Downloaded ciborium-ll v0.2.2
6892026-03-20T23:54:38.855Z Downloaded git-stub v1.0.0
6902026-03-20T23:54:38.859Z Downloaded filetime v0.2.27
6912026-03-20T23:54:38.859Z Downloaded defmt-macros v1.0.1
6922026-03-20T23:54:38.862Z Downloaded fd-lock v4.0.4
6932026-03-20T23:54:38.862Z Downloaded diesel-dtrace v0.5.0
6942026-03-20T23:54:38.864Z Downloaded cfg_aliases v0.1.1
6952026-03-20T23:54:38.864Z Downloaded daft-derive v0.1.5
6962026-03-20T23:54:38.867Z Downloaded daft v0.1.5
6972026-03-20T23:54:38.870Z Downloaded bit-set v0.5.3
6982026-03-20T23:54:38.870Z Downloaded hostname v0.3.1
6992026-03-20T23:54:38.873Z Downloaded chacha20 v0.10.0
7002026-03-20T23:54:38.876Z Downloaded arrayref v0.3.9
7012026-03-20T23:54:38.876Z Downloaded cexpr v0.6.0
7022026-03-20T23:54:38.879Z Downloaded http-range v0.1.5
7032026-03-20T23:54:38.879Z Downloaded hubpack_derive v0.1.1
7042026-03-20T23:54:38.879Z Downloaded http-body v1.0.1
7052026-03-20T23:54:38.879Z Downloaded fixedbitset v0.5.7
7062026-03-20T23:54:38.882Z Downloaded ctr v0.9.2
7072026-03-20T23:54:38.885Z Downloaded hostname v0.4.2
7082026-03-20T23:54:38.885Z Downloaded castaway v0.2.4
7092026-03-20T23:54:38.888Z Downloaded hubpack v0.1.2
7102026-03-20T23:54:38.888Z Downloaded fallible-iterator v0.2.0
7112026-03-20T23:54:38.888Z Downloaded env_logger v0.11.9
7122026-03-20T23:54:38.891Z Downloaded httpdate v1.0.3
7132026-03-20T23:54:38.894Z Downloaded darling v0.20.11
7142026-03-20T23:54:38.910Z Downloaded indent_write v2.2.0
7152026-03-20T23:54:38.913Z Downloaded hyper-tls v0.6.0
7162026-03-20T23:54:38.913Z Downloaded home v0.5.12
7172026-03-20T23:54:38.916Z Downloaded hex-literal v0.4.1
7182026-03-20T23:54:38.916Z Downloaded hash32 v0.2.1
7192026-03-20T23:54:38.916Z Downloaded group v0.13.0
7202026-03-20T23:54:38.919Z Downloaded git-stub-vcs v0.1.0
7212026-03-20T23:54:38.919Z Downloaded lazy_static v1.5.0
7222026-03-20T23:54:38.922Z Downloaded is-terminal v0.4.17
7232026-03-20T23:54:38.922Z Downloaded internet-checksum v0.2.1
7242026-03-20T23:54:38.925Z Downloaded gethostname v0.5.0
7252026-03-20T23:54:38.925Z Downloaded constant_time_eq v0.4.2
7262026-03-20T23:54:38.928Z Downloaded buf-list v1.1.2
7272026-03-20T23:54:38.928Z Downloaded derive_builder v0.20.2
7282026-03-20T23:54:38.931Z Downloaded arrayvec v0.7.6
7292026-03-20T23:54:38.934Z Downloaded indoc v1.0.9
7302026-03-20T23:54:38.937Z Downloaded futures-channel v0.3.32
7312026-03-20T23:54:38.940Z Downloaded darling v0.21.3
7322026-03-20T23:54:38.943Z Downloaded async-bb8-diesel v0.2.1
7332026-03-20T23:54:38.946Z Downloaded const-oid v0.9.6
7342026-03-20T23:54:38.949Z Downloaded bitflags v1.3.2
7352026-03-20T23:54:38.949Z Downloaded diff v0.1.13
7362026-03-20T23:54:38.952Z Downloaded lalrpop-util v0.19.12
7372026-03-20T23:54:38.952Z Downloaded backon v1.6.0
7382026-03-20T23:54:38.955Z Downloaded is_ci v1.2.0
7392026-03-20T23:54:38.955Z Downloaded instability v0.3.11
7402026-03-20T23:54:38.958Z Downloaded elliptic-curve v0.13.8
7412026-03-20T23:54:38.960Z Downloaded derive-where v1.6.0
7422026-03-20T23:54:38.963Z Downloaded humantime v2.3.0
7432026-03-20T23:54:38.966Z Downloaded futures-sink v0.3.32
7442026-03-20T23:54:38.966Z Downloaded kstat-rs v0.2.4
7452026-03-20T23:54:38.966Z Downloaded camino-tempfile-ext v0.3.3
7462026-03-20T23:54:38.969Z Downloaded clang-sys v1.8.1
7472026-03-20T23:54:38.973Z Downloaded lzss v0.8.2
7482026-03-20T23:54:38.973Z Downloaded managed v0.8.0
7492026-03-20T23:54:38.973Z Downloaded getrandom v0.2.17
7502026-03-20T23:54:38.975Z Downloaded inout v0.1.4
7512026-03-20T23:54:38.978Z Downloaded half v1.8.3
7522026-03-20T23:54:38.978Z Downloaded globset v0.4.18
7532026-03-20T23:54:38.981Z Downloaded lru v0.12.5
7542026-03-20T23:54:38.981Z Downloaded corncobs v0.1.4
7552026-03-20T23:54:38.984Z Downloaded ident_case v1.0.1
7562026-03-20T23:54:38.984Z Downloaded ingot-types v0.1.2
7572026-03-20T23:54:38.984Z Downloaded maybe-uninit v2.0.0
7582026-03-20T23:54:38.988Z Downloaded mime v0.3.17
7592026-03-20T23:54:38.988Z Downloaded glob v0.3.3
7602026-03-20T23:54:38.991Z Downloaded futures-macro v0.3.32
7612026-03-20T23:54:38.991Z Downloaded fs-err v2.11.0
7622026-03-20T23:54:38.991Z Downloaded convert_case v0.10.0
7632026-03-20T23:54:38.994Z Downloaded newline-converter v0.3.0
7642026-03-20T23:54:38.994Z Downloaded new_debug_unreachable v1.0.6
7652026-03-20T23:54:38.997Z Downloaded newtype-uuid-macros v0.1.0
7662026-03-20T23:54:38.997Z Downloaded futures-task v0.3.32
7672026-03-20T23:54:38.997Z Downloaded impl-trait-for-tuples v0.2.3
7682026-03-20T23:54:39.000Z Downloaded nodrop v0.1.14
7692026-03-20T23:54:39.000Z Downloaded keccak v0.1.6
7702026-03-20T23:54:39.004Z Downloaded futures-executor v0.3.32
7712026-03-20T23:54:39.004Z Downloaded linked-hash-map v0.5.6
7722026-03-20T23:54:39.007Z Downloaded fs_extra v1.3.0
7732026-03-20T23:54:39.007Z Downloaded expectorate v1.2.0
7742026-03-20T23:54:39.010Z Downloaded libscf-sys v1.1.0
7752026-03-20T23:54:39.010Z Downloaded lru-slab v0.1.2
7762026-03-20T23:54:39.010Z Downloaded fatfs v0.3.6
7772026-03-20T23:54:39.013Z Downloaded md-5 v0.10.6
7782026-03-20T23:54:39.016Z Downloaded dropshot_endpoint v0.16.7
7792026-03-20T23:54:39.016Z Downloaded cmake v0.1.57
7802026-03-20T23:54:39.018Z Downloaded csv-core v0.1.13
7812026-03-20T23:54:39.018Z Downloaded array-init v0.0.4
7822026-03-20T23:54:39.021Z Downloaded cookie_store v0.22.1
7832026-03-20T23:54:39.021Z Downloaded derive_more v0.99.20
7842026-03-20T23:54:39.025Z Downloaded bzip2 v0.4.4
7852026-03-20T23:54:39.028Z Downloaded base64ct v1.8.3
7862026-03-20T23:54:39.031Z Downloaded jobserver v0.1.34
7872026-03-20T23:54:39.031Z Downloaded libloading v0.8.9
7882026-03-20T23:54:39.033Z Downloaded memoffset v0.9.1
7892026-03-20T23:54:39.036Z Downloaded match_cfg v0.1.0
7902026-03-20T23:54:39.036Z Downloaded highway v1.3.0
7912026-03-20T23:54:39.036Z Downloaded md5 v0.7.0
7922026-03-20T23:54:39.039Z Downloaded maplit v1.0.2
7932026-03-20T23:54:39.039Z Downloaded num-conv v0.2.0
7942026-03-20T23:54:39.039Z Downloaded chacha20 v0.9.1
7952026-03-20T23:54:39.043Z Downloaded num-derive v0.3.3
7962026-03-20T23:54:39.046Z Downloaded bzip2 v0.6.1
7972026-03-20T23:54:39.047Z Downloaded iana-time-zone v0.1.65
7982026-03-20T23:54:39.049Z Downloaded lock_api v0.4.14
7992026-03-20T23:54:39.049Z Downloaded libsw-core v0.3.2
8002026-03-20T23:54:39.049Z Downloaded bumpalo v3.20.2
8012026-03-20T23:54:39.052Z Downloaded multimap v0.10.1
8022026-03-20T23:54:39.055Z Downloaded http-body-util v0.1.3
8032026-03-20T23:54:39.055Z Downloaded num_threads v0.1.7
8042026-03-20T23:54:39.058Z Downloaded getrandom v0.3.4
8052026-03-20T23:54:39.061Z Downloaded nibble_vec v0.1.0
8062026-03-20T23:54:39.061Z Downloaded instant v0.1.13
8072026-03-20T23:54:39.061Z Downloaded colored v2.2.0
8082026-03-20T23:54:39.064Z Downloaded cargo_metadata v0.19.2
8092026-03-20T23:54:39.067Z Downloaded ipnet v2.11.0
8102026-03-20T23:54:39.067Z Downloaded ingot-macros v0.1.1
8112026-03-20T23:54:39.070Z Downloaded blake2 v0.10.6
8122026-03-20T23:54:39.073Z Downloaded normalize-line-endings v0.3.0
8132026-03-20T23:54:39.073Z Downloaded num-iter v0.1.45
8142026-03-20T23:54:39.073Z Downloaded nonempty v0.12.0
8152026-03-20T23:54:39.076Z Downloaded newtype_derive v0.1.6
8162026-03-20T23:54:39.076Z Downloaded mime_guess v2.0.5
8172026-03-20T23:54:39.079Z Downloaded openssl-probe v0.2.1
8182026-03-20T23:54:39.079Z Downloaded openssl-macros v0.1.1
8192026-03-20T23:54:39.079Z Downloaded newtype-uuid v1.3.2
8202026-03-20T23:54:39.082Z Downloaded oso-derive v0.27.3
8212026-03-20T23:54:39.082Z Downloaded ingot v0.1.1
8222026-03-20T23:54:39.082Z Downloaded indoc v2.0.7
8232026-03-20T23:54:39.085Z Downloaded native-tls v0.2.18
8242026-03-20T23:54:39.088Z Downloaded hickory-client v0.25.2
8252026-03-20T23:54:39.088Z Downloaded allocator-api2 v0.2.21
8262026-03-20T23:54:39.091Z Downloaded deranged v0.5.8
8272026-03-20T23:54:39.094Z Downloaded console v0.16.2
8282026-03-20T23:54:39.094Z Downloaded colored v3.1.1
8292026-03-20T23:54:39.097Z Downloaded lru-cache v0.1.2
8302026-03-20T23:54:39.097Z Downloaded linear-map v1.2.0
8312026-03-20T23:54:39.100Z Downloaded libefi-sys v0.1.0
8322026-03-20T23:54:39.100Z Downloaded num_enum_derive v0.5.11
8332026-03-20T23:54:39.106Z Downloaded opaque-debug v0.3.1
8342026-03-20T23:54:39.106Z Downloaded flume v0.11.1
8352026-03-20T23:54:39.111Z Downloaded futures v0.3.32
8362026-03-20T23:54:39.111Z Downloaded ipnetwork v0.21.1
8372026-03-20T23:54:39.113Z Downloaded openssl-probe v0.1.6
8382026-03-20T23:54:39.113Z Downloaded httparse v1.10.1
8392026-03-20T23:54:39.113Z Downloaded hmac v0.12.1
8402026-03-20T23:54:39.116Z Downloaded olpc-cjson v0.1.4
8412026-03-20T23:54:39.116Z Downloaded cancel-safe-futures v0.1.5
8422026-03-20T23:54:39.119Z Downloaded flate2 v1.1.9
8432026-03-20T23:54:39.122Z Downloaded parse-size v1.1.0
8442026-03-20T23:54:39.125Z Downloaded multer v3.1.0
8452026-03-20T23:54:39.125Z Downloaded pbkdf2 v0.12.2
8462026-03-20T23:54:39.128Z Downloaded hyper-rustls v0.27.7
8472026-03-20T23:54:39.131Z Downloaded path-slash v0.1.5
8482026-03-20T23:54:39.131Z Downloaded libsw v3.5.0
8492026-03-20T23:54:39.134Z Downloaded parse-display v0.10.0
8502026-03-20T23:54:39.134Z Downloaded num-integer v0.1.46
8512026-03-20T23:54:39.134Z Downloaded num_enum v0.7.5
8522026-03-20T23:54:39.137Z Downloaded phf_shared v0.13.1
8532026-03-20T23:54:39.140Z Downloaded base64 v0.22.1
8542026-03-20T23:54:39.143Z Downloaded pbkdf2 v0.11.0
8552026-03-20T23:54:39.146Z Downloaded packed_struct_codegen v0.10.1
8562026-03-20T23:54:39.146Z Downloaded num_enum v0.5.11
8572026-03-20T23:54:39.149Z Downloaded memmap2 v0.9.10
8582026-03-20T23:54:39.152Z Downloaded indexmap v1.9.3
8592026-03-20T23:54:39.155Z Downloaded heapless v0.7.17
8602026-03-20T23:54:39.158Z Downloaded num v0.4.3
8612026-03-20T23:54:39.158Z Downloaded nu-ansi-term v0.50.3
8622026-03-20T23:54:39.161Z Downloaded hyper-staticfile v0.10.1
8632026-03-20T23:54:39.164Z Downloaded pin-utils v0.1.0
8642026-03-20T23:54:39.164Z Downloaded headers v0.4.1
8652026-03-20T23:54:39.167Z Downloaded precomputed-hash v0.1.1
8662026-03-20T23:54:39.168Z Downloaded powerfmt v0.2.0
8672026-03-20T23:54:39.171Z Downloaded phf_shared v0.11.3
8682026-03-20T23:54:39.171Z Downloaded half v2.7.1
8692026-03-20T23:54:39.175Z Downloaded parking_lot_core v0.8.6
8702026-03-20T23:54:39.175Z Downloaded peg-runtime v0.8.5
8712026-03-20T23:54:39.175Z Downloaded num-rational v0.4.2
8722026-03-20T23:54:39.179Z Downloaded num-derive v0.4.2
8732026-03-20T23:54:39.179Z Downloaded num-complex v0.4.6
8742026-03-20T23:54:39.182Z Downloaded crypto-bigint v0.5.5
8752026-03-20T23:54:39.185Z Downloaded darling_core v0.23.0
8762026-03-20T23:54:39.188Z Downloaded darling_core v0.20.11
8772026-03-20T23:54:39.192Z Downloaded nanorand v0.7.0
8782026-03-20T23:54:39.194Z Downloaded crc-any v2.5.0
8792026-03-20T23:54:39.198Z Downloaded console v0.15.11
8802026-03-20T23:54:39.201Z Downloaded darling_core v0.21.3
8812026-03-20T23:54:39.204Z Downloaded owo-colors v4.3.0
8822026-03-20T23:54:39.207Z Downloaded parse-display-derive v0.10.0
8832026-03-20T23:54:39.210Z Downloaded password-hash v0.5.0
8842026-03-20T23:54:39.210Z Downloaded predicates-core v1.0.10
8852026-03-20T23:54:39.213Z Downloaded peg-macros v0.8.5
8862026-03-20T23:54:39.217Z Downloaded peg v0.8.5
8872026-03-20T23:54:39.222Z Downloaded phf v0.13.1
8882026-03-20T23:54:39.222Z Downloaded litrs v1.0.0
8892026-03-20T23:54:39.225Z Downloaded chacha20poly1305 v0.10.1
8902026-03-20T23:54:39.225Z Downloaded quick-error v1.2.3
8912026-03-20T23:54:39.228Z Downloaded proc-macro-error-attr2 v2.0.0
8922026-03-20T23:54:39.231Z Downloaded proc-macro-crate v1.3.1
8932026-03-20T23:54:39.231Z Downloaded indicatif v0.18.4
8942026-03-20T23:54:39.234Z Downloaded oxnet v0.1.4
8952026-03-20T23:54:39.237Z Downloaded heapless v0.8.0
8962026-03-20T23:54:39.240Z Downloaded oxide-tokio-rt v0.1.3
8972026-03-20T23:54:39.242Z Downloaded progenitor-client v0.10.0
8982026-03-20T23:54:39.245Z Downloaded predicates-tree v1.0.13
8992026-03-20T23:54:39.245Z Downloaded poly1305 v0.8.0
9002026-03-20T23:54:39.248Z Downloaded radium v0.7.0
9012026-03-20T23:54:39.248Z Downloaded pkg-config v0.3.32
9022026-03-20T23:54:39.251Z Downloaded paste v1.0.15
9032026-03-20T23:54:39.251Z Downloaded progenitor-macro v0.10.0
9042026-03-20T23:54:39.254Z Downloaded psl-types v2.0.11
9052026-03-20T23:54:39.254Z Downloaded rand_chacha v0.3.1
9062026-03-20T23:54:39.257Z Downloaded progenitor-macro v0.13.0
9072026-03-20T23:54:39.257Z Downloaded progenitor-macro v0.11.2
9082026-03-20T23:54:39.257Z Downloaded parking_lot_core v0.9.12
9092026-03-20T23:54:39.260Z Downloaded ed25519-dalek v2.2.0
9102026-03-20T23:54:39.263Z Downloaded dropshot-api-manager v0.6.0
9112026-03-20T23:54:39.266Z Downloaded libbz2-rs-sys v0.2.2
9122026-03-20T23:54:39.269Z Downloaded phf_shared v0.12.1
9132026-03-20T23:54:39.269Z Downloaded pin-project-internal v1.1.11
9142026-03-20T23:54:39.269Z Downloaded pem-rfc7468 v0.7.0
9152026-03-20T23:54:39.272Z Downloaded pem v3.0.6
9162026-03-20T23:54:39.272Z Downloaded password-hash v0.4.2
9172026-03-20T23:54:39.275Z Downloaded pin-project-lite v0.2.17
9182026-03-20T23:54:39.278Z Downloaded ref-cast v1.0.25
9192026-03-20T23:54:39.281Z Downloaded recursive-proc-macro-impl v0.1.1
9202026-03-20T23:54:39.281Z Downloaded recursive v0.1.1
9212026-03-20T23:54:39.284Z Downloaded parking_lot v0.12.5
9222026-03-20T23:54:39.284Z Downloaded proc-macro-error2 v2.0.1
9232026-03-20T23:54:39.286Z Downloaded primeorder v0.13.6
9242026-03-20T23:54:39.289Z Downloaded rand_xorshift v0.4.0
9252026-03-20T23:54:39.289Z Downloaded postgres-protocol v0.6.10
9262026-03-20T23:54:39.292Z Downloaded polyval v0.6.2
9272026-03-20T23:54:39.292Z Downloaded phf v0.12.1
9282026-03-20T23:54:39.295Z Downloaded hickory-resolver v0.25.2
9292026-03-20T23:54:39.298Z Downloaded derive_more-impl v2.1.1
9302026-03-20T23:54:39.300Z Downloaded ignore v0.4.25
9312026-03-20T23:54:39.303Z Downloaded progenitor-extras v0.1.1
9322026-03-20T23:54:39.306Z Downloaded progenitor-client v0.11.2
9332026-03-20T23:54:39.306Z Downloaded progenitor v0.13.0
9342026-03-20T23:54:39.309Z Downloaded compact_str v0.8.1
9352026-03-20T23:54:39.312Z Downloaded rtoolbox v0.0.3
9362026-03-20T23:54:39.312Z Downloaded russh-cryptovec v0.7.3
9372026-03-20T23:54:39.312Z Downloaded omicron-zone-package v0.12.2
9382026-03-20T23:54:39.315Z Downloaded ref-cast-impl v1.0.25
9392026-03-20T23:54:39.315Z Downloaded miniz_oxide v0.8.9
9402026-03-20T23:54:39.320Z Downloaded num_enum_derive v0.7.5
9412026-03-20T23:54:39.322Z Downloaded diesel_derives v2.3.7
9422026-03-20T23:54:39.325Z Downloaded pkcs8 v0.10.2
9432026-03-20T23:54:39.328Z Downloaded packed_struct v0.10.1
9442026-03-20T23:54:39.328Z Downloaded rand_core v0.6.4
9452026-03-20T23:54:39.331Z Downloaded rand_chacha v0.9.0
9462026-03-20T23:54:39.331Z Downloaded rustc_version v0.4.1
9472026-03-20T23:54:39.334Z Downloaded ar_archive_writer v0.5.1
9482026-03-20T23:54:39.337Z Downloaded predicates v3.1.4
9492026-03-20T23:54:39.337Z Downloaded ppv-lite86 v0.2.21
9502026-03-20T23:54:39.340Z Downloaded cc v1.2.56
9512026-03-20T23:54:39.343Z Downloaded hickory-resolver v0.24.4
9522026-03-20T23:54:39.345Z Downloaded progenitor v0.11.2
9532026-03-20T23:54:39.348Z Downloaded jiff-static v0.2.21
9542026-03-20T23:54:39.348Z Downloaded const_format v0.2.35
9552026-03-20T23:54:39.352Z Downloaded p256 v0.13.2
9562026-03-20T23:54:39.354Z Downloaded psm v0.1.30
9572026-03-20T23:54:39.358Z Downloaded progenitor-client v0.13.0
9582026-03-20T23:54:39.361Z Downloaded r2d2 v0.8.10
9592026-03-20T23:54:39.361Z Downloaded arc-swap v1.8.2
9602026-03-20T23:54:39.364Z Downloaded progenitor v0.10.0
9612026-03-20T23:54:39.364Z Downloaded bytes v1.11.1
9622026-03-20T23:54:39.367Z Downloaded resolv-conf v0.7.6
9632026-03-20T23:54:39.370Z Downloaded pkcs1 v0.7.5
9642026-03-20T23:54:39.373Z Downloaded same-file v1.0.6
9652026-03-20T23:54:39.373Z Downloaded salsa20 v0.10.2
9662026-03-20T23:54:39.376Z Downloaded postcard v1.1.3
9672026-03-20T23:54:39.376Z Downloaded pkcs5 v0.7.1
9682026-03-20T23:54:39.378Z Downloaded rustc_version v0.1.7
9692026-03-20T23:54:39.381Z Downloaded der v0.7.10
9702026-03-20T23:54:39.384Z Downloaded parking_lot v0.11.2
9712026-03-20T23:54:39.387Z Downloaded aes-gcm v0.10.3
9722026-03-20T23:54:39.391Z Downloaded scrypt v0.11.0
9732026-03-20T23:54:39.395Z Downloaded rand_seeder v0.4.0
9742026-03-20T23:54:39.395Z Downloaded scroll_derive v0.13.1
9752026-03-20T23:54:39.395Z Downloaded rand_core v0.10.0
9762026-03-20T23:54:39.400Z Downloaded secrecy v0.10.3
9772026-03-20T23:54:39.411Z Downloaded serde_urlencoded v0.7.1
9782026-03-20T23:54:39.414Z Downloaded serde_spanned v1.0.4
9792026-03-20T23:54:39.414Z Downloaded serde_repr v0.1.20
9802026-03-20T23:54:39.417Z Downloaded rfc6979 v0.4.0
9812026-03-20T23:54:39.417Z Downloaded rustc-hash v2.1.1
9822026-03-20T23:54:39.422Z Downloaded sapling-renderdag v0.1.0
9832026-03-20T23:54:39.422Z Downloaded rand_core v0.9.5
9842026-03-20T23:54:39.425Z Downloaded scheduled-thread-pool v0.2.7
9852026-03-20T23:54:39.425Z Downloaded rustls-pemfile v1.0.4
9862026-03-20T23:54:39.431Z Downloaded proc-macro-crate v3.4.0
9872026-03-20T23:54:39.433Z Downloaded secrecy v0.8.0
9882026-03-20T23:54:39.436Z Downloaded prefix-trie v0.7.0
9892026-03-20T23:54:39.439Z Downloaded serde_bytes v0.11.19
9902026-03-20T23:54:39.442Z Downloaded serde-big-array v0.5.1
9912026-03-20T23:54:39.442Z Downloaded seq-macro v0.3.6
9922026-03-20T23:54:39.446Z Downloaded papergrid v0.17.0
9932026-03-20T23:54:39.449Z Downloaded http v1.4.0
9942026-03-20T23:54:39.456Z Downloaded serde_plain v1.0.2
9952026-03-20T23:54:39.459Z Downloaded sha1 v0.10.6
9962026-03-20T23:54:39.468Z Downloaded sigpipe v0.1.3
9972026-03-20T23:54:39.471Z Downloaded signal-hook-tokio v0.3.1
9982026-03-20T23:54:39.471Z Downloaded signal-hook-mio v0.2.5
9992026-03-20T23:54:39.474Z Downloaded pin-project v1.1.11
10002026-03-20T23:54:39.480Z Downloaded slog-bunyan v2.5.0
10012026-03-20T23:54:39.483Z Downloaded rustls-native-certs v0.8.3
10022026-03-20T23:54:39.486Z Downloaded hyper-util v0.1.20
10032026-03-20T23:54:39.489Z Downloaded signature v2.2.0
10042026-03-20T23:54:39.492Z Downloaded russh-keys v0.45.0
10052026-03-20T23:54:39.492Z Downloaded siphasher v1.0.2
10062026-03-20T23:54:39.496Z Downloaded shell-words v1.1.1
10072026-03-20T23:54:39.496Z Downloaded progenitor-impl v0.13.0
10082026-03-20T23:54:39.499Z Downloaded sct v0.7.1
10092026-03-20T23:54:39.502Z Downloaded rusty-fork v0.3.1
10102026-03-20T23:54:39.502Z Downloaded rustversion v1.0.22
10112026-03-20T23:54:39.534Z Downloaded scroll v0.13.0
10122026-03-20T23:54:39.534Z Downloaded hickory-server v0.25.2
10132026-03-20T23:54:39.538Z Downloaded hashbrown v0.13.2
10142026-03-20T23:54:39.538Z Downloaded ssh-cipher v0.2.0
10152026-03-20T23:54:39.538Z Downloaded sqlparser_derive v0.5.0
10162026-03-20T23:54:39.538Z Downloaded oso v0.27.3
10172026-03-20T23:54:39.538Z Downloaded hashbrown v0.12.3
10182026-03-20T23:54:39.538Z Downloaded scopeguard v1.2.0
10192026-03-20T23:54:39.538Z Downloaded schemars_derive v0.8.22
10202026-03-20T23:54:39.538Z Downloaded progenitor-impl v0.11.2
10212026-03-20T23:54:39.538Z Downloaded quinn-udp v0.5.14
10222026-03-20T23:54:39.538Z Downloaded postgres-types v0.2.12
10232026-03-20T23:54:39.538Z Downloaded rustls-pki-types v1.14.0
10242026-03-20T23:54:39.541Z Downloaded strum v0.26.3
10252026-03-20T23:54:39.541Z Downloaded base64 v0.21.7
10262026-03-20T23:54:39.544Z Downloaded structmeta-derive v0.3.0
10272026-03-20T23:54:39.544Z Downloaded openssl-sys v0.9.111
10282026-03-20T23:54:39.548Z Downloaded serde-hex v0.1.0
10292026-03-20T23:54:39.550Z Downloaded semver v0.1.20
10302026-03-20T23:54:39.550Z Downloaded prettyplease v0.2.37
10312026-03-20T23:54:39.554Z Downloaded pretty_assertions v1.4.1
10322026-03-20T23:54:39.556Z Downloaded structmeta v0.3.0
10332026-03-20T23:54:39.556Z Downloaded sec1 v0.7.3
10342026-03-20T23:54:39.559Z Downloaded shlex v1.3.0
10352026-03-20T23:54:39.559Z Downloaded ssh-encoding v0.2.0
10362026-03-20T23:54:39.562Z Downloaded slog-envlogger v2.2.0
10372026-03-20T23:54:39.566Z Downloaded strum v0.27.2
10382026-03-20T23:54:39.566Z Downloaded strip-ansi-escapes v0.2.1
10392026-03-20T23:54:39.569Z Downloaded slog-dtrace v0.3.0
10402026-03-20T23:54:39.569Z Downloaded slab v0.4.12
10412026-03-20T23:54:39.569Z Downloaded progenitor-impl v0.10.0
10422026-03-20T23:54:39.573Z Downloaded serde_path_to_error v0.1.20
10432026-03-20T23:54:39.576Z Downloaded serde_derive_internals v0.29.1
10442026-03-20T23:54:39.576Z Downloaded slog-stdlog v4.1.1
10452026-03-20T23:54:39.579Z Downloaded minimal-lexical v0.2.1
10462026-03-20T23:54:39.585Z Downloaded mio v1.1.1
10472026-03-20T23:54:39.589Z Downloaded signal-hook-registry v1.4.8
10482026-03-20T23:54:39.592Z Downloaded supports-color v3.0.2
10492026-03-20T23:54:39.592Z Downloaded rustls-pemfile v2.2.0
10502026-03-20T23:54:39.595Z Downloaded tap v1.0.1
10512026-03-20T23:54:39.595Z Downloaded spki v0.7.3
10522026-03-20T23:54:39.598Z Downloaded sync-ptr v0.1.4
10532026-03-20T23:54:39.598Z Downloaded tabwriter v1.4.1
10542026-03-20T23:54:39.601Z Downloaded tabled_derive v0.11.0
10552026-03-20T23:54:39.601Z Downloaded crossterm v0.29.0
10562026-03-20T23:54:39.606Z Downloaded smf v0.2.3
10572026-03-20T23:54:39.609Z Downloaded slog-json v2.6.1
10582026-03-20T23:54:39.609Z Downloaded sync_wrapper v1.0.2
10592026-03-20T23:54:39.613Z Downloaded subtle v2.6.1
10602026-03-20T23:54:39.613Z Downloaded slog-scope v4.4.1
10612026-03-20T23:54:39.616Z Downloaded nom v7.1.3
10622026-03-20T23:54:39.618Z Downloaded serde_with_macros v3.17.0
10632026-03-20T23:54:39.622Z Downloaded stringprep v0.1.5
10642026-03-20T23:54:39.622Z Downloaded stacker v0.1.23
10652026-03-20T23:54:39.625Z Downloaded thiserror-impl-no-std v2.0.2
10662026-03-20T23:54:39.625Z Downloaded tinyvec_macros v0.1.1
10672026-03-20T23:54:39.625Z Downloaded time-core v0.1.8
10682026-03-20T23:54:39.628Z Downloaded slog-term v2.9.2
10692026-03-20T23:54:39.631Z Downloaded smallvec v0.6.14
10702026-03-20T23:54:39.631Z Downloaded string_cache v0.8.9
10712026-03-20T23:54:39.634Z Downloaded rcgen v0.12.1
10722026-03-20T23:54:39.637Z Downloaded rayon-core v1.13.0
10732026-03-20T23:54:39.640Z Downloaded testing_table v0.3.0
10742026-03-20T23:54:39.640Z Downloaded take_mut v0.2.2
10752026-03-20T23:54:39.640Z Downloaded tagptr v0.2.0
10762026-03-20T23:54:39.643Z Downloaded snafu-derive v0.8.9
10772026-03-20T23:54:39.643Z Downloaded simd-adler32 v0.3.8
10782026-03-20T23:54:39.646Z Downloaded ron v0.8.1
10792026-03-20T23:54:39.650Z Downloaded termtree v0.5.1
10802026-03-20T23:54:39.654Z Downloaded libxml v0.3.3
10812026-03-20T23:54:39.658Z Downloaded thread-id v5.1.0
10822026-03-20T23:54:39.662Z Downloaded itertools v0.12.1
10832026-03-20T23:54:39.669Z Downloaded serde_cbor v0.11.2
10842026-03-20T23:54:39.672Z Downloaded rand v0.8.5
10852026-03-20T23:54:39.675Z Downloaded static_assertions v1.1.0
10862026-03-20T23:54:39.678Z Downloaded tower-service v0.3.3
10872026-03-20T23:54:39.682Z Downloaded iri-string v0.7.10
10882026-03-20T23:54:39.688Z Downloaded strum_macros v0.24.3
10892026-03-20T23:54:39.698Z Downloaded rustls-platform-verifier v0.6.2
10902026-03-20T23:54:39.701Z Downloaded strum_macros v0.26.4
10912026-03-20T23:54:39.704Z Downloaded strum_macros v0.27.2
10922026-03-20T23:54:39.707Z Downloaded slog-async v2.8.0
10932026-03-20T23:54:39.707Z Downloaded signal-hook v0.3.18
10942026-03-20T23:54:39.710Z Downloaded topological-sort v0.2.2
10952026-03-20T23:54:39.713Z Downloaded tls_codec v0.4.2
10962026-03-20T23:54:39.716Z Downloaded tower-layer v0.3.3
10972026-03-20T23:54:39.719Z Downloaded try-lock v0.2.5
10982026-03-20T23:54:39.719Z Downloaded trait-variant v0.1.2
10992026-03-20T23:54:39.723Z Downloaded thread_local v1.1.9
11002026-03-20T23:54:39.727Z Downloaded tokio-rustls v0.25.0
11012026-03-20T23:54:39.733Z Downloaded ryu v1.0.23
11022026-03-20T23:54:39.736Z Downloaded slog v2.8.2
11032026-03-20T23:54:39.739Z Downloaded similar v2.7.0
11042026-03-20T23:54:39.743Z Downloaded spin v0.9.8
11052026-03-20T23:54:39.746Z Downloaded schemars v0.8.22
11062026-03-20T23:54:39.754Z Downloaded termios v0.3.3
11072026-03-20T23:54:39.757Z Downloaded h2 v0.4.13
11082026-03-20T23:54:39.761Z Downloaded typify-macro v0.6.1
11092026-03-20T23:54:39.764Z Downloaded time-macros v0.2.27
11102026-03-20T23:54:39.767Z Downloaded itertools v0.13.0
11112026-03-20T23:54:39.769Z Downloaded thiserror-no-std v2.0.2
11122026-03-20T23:54:39.774Z Downloaded unit-prefix v0.5.2
11132026-03-20T23:54:39.778Z Downloaded publicsuffix v2.3.0
11142026-03-20T23:54:39.778Z Downloaded usdt-macro v0.6.0
11152026-03-20T23:54:39.778Z Downloaded universal-hash v0.5.1
11162026-03-20T23:54:39.781Z Downloaded unarray v0.1.4
11172026-03-20T23:54:39.781Z Downloaded typify-macro v0.4.3
11182026-03-20T23:54:39.781Z Downloaded usdt-attr-macro v0.6.0
11192026-03-20T23:54:39.781Z Downloaded unicode-truncate v1.1.0
11202026-03-20T23:54:39.784Z Downloaded aes v0.8.4
11212026-03-20T23:54:39.787Z Downloaded usdt v0.6.0
11222026-03-20T23:54:39.787Z Downloaded untrusted v0.9.0
11232026-03-20T23:54:39.790Z Downloaded untrusted v0.7.1
11242026-03-20T23:54:39.790Z Downloaded serde_yaml v0.9.34+deprecated
11252026-03-20T23:54:39.793Z Downloaded tokio-native-tls v0.3.1
11262026-03-20T23:54:39.793Z Downloaded tokio-macros v2.6.0
11272026-03-20T23:54:39.795Z Downloaded tokio-dtrace v0.1.1
11282026-03-20T23:54:39.796Z Downloaded tls_codec_derive v0.4.2
11292026-03-20T23:54:39.799Z Downloaded sqlformat v0.3.5
11302026-03-20T23:54:39.799Z Downloaded num-bigint v0.4.6
11312026-03-20T23:54:39.801Z Downloaded rsa v0.9.10
11322026-03-20T23:54:39.806Z Downloaded term v0.7.0
11332026-03-20T23:54:39.809Z Downloaded tokio-tungstenite v0.21.0
11342026-03-20T23:54:39.811Z Downloaded toml_writer v1.0.6+spec-1.1.0
11352026-03-20T23:54:39.814Z Downloaded utf-8 v0.7.6
11362026-03-20T23:54:39.814Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-03-20T23:54:39.814Z Downloaded void v1.0.2
11382026-03-20T23:54:39.817Z Downloaded tui-tree-widget v0.23.1
11392026-03-20T23:54:39.817Z Downloaded tokio-rustls v0.24.1
11402026-03-20T23:54:39.820Z Downloaded support-bundle-viewer v0.1.2
11412026-03-20T23:54:39.820Z Downloaded hyper v1.8.1
11422026-03-20T23:54:39.824Z Downloaded wait-timeout v0.2.1
11432026-03-20T23:54:39.827Z Downloaded hashbrown v0.15.5
11442026-03-20T23:54:39.830Z Downloaded waitgroup v0.1.2
11452026-03-20T23:54:39.833Z Downloaded tiny-keccak v2.0.2
11462026-03-20T23:54:39.836Z Downloaded samael v0.0.19
11472026-03-20T23:54:39.840Z Downloaded schemars v1.2.1
11482026-03-20T23:54:39.848Z Downloaded xattr v1.6.1
11492026-03-20T23:54:39.851Z Downloaded socket2 v0.5.10
11502026-03-20T23:54:39.854Z Downloaded term v1.2.1
11512026-03-20T23:54:39.857Z Downloaded tokio-rustls v0.26.4
11522026-03-20T23:54:39.857Z Downloaded iddqd v0.3.17
11532026-03-20T23:54:39.862Z Downloaded want v0.3.1
11542026-03-20T23:54:39.865Z Downloaded tokio-tungstenite v0.23.1
11552026-03-20T23:54:39.865Z Downloaded tokio-stream v0.1.18
11562026-03-20T23:54:39.868Z Downloaded xshell-macros v0.2.7
11572026-03-20T23:54:39.872Z Downloaded vergen-gitcl v1.0.8
11582026-03-20T23:54:39.872Z Downloaded usdt-impl v0.6.0
11592026-03-20T23:54:39.875Z Downloaded schemars v0.9.0
11602026-03-20T23:54:39.880Z Downloaded num-bigint-dig v0.8.6
11612026-03-20T23:54:39.884Z Downloaded rustls-webpki v0.103.9
11622026-03-20T23:54:39.887Z Downloaded itertools v0.10.5
11632026-03-20T23:54:39.893Z Downloaded unicase v2.9.0
11642026-03-20T23:54:39.895Z Downloaded tinyvec v1.10.0
11652026-03-20T23:54:39.895Z Downloaded aho-corasick v1.1.4
11662026-03-20T23:54:39.899Z Downloaded qorb v0.4.1
11672026-03-20T23:54:39.902Z Downloaded zone_cfg_derive v0.3.1
11682026-03-20T23:54:39.905Z Downloaded test-strategy v0.4.5
11692026-03-20T23:54:39.908Z Downloaded rand v0.10.0
11702026-03-20T23:54:39.911Z Downloaded rand v0.9.2
11712026-03-20T23:54:39.913Z Downloaded twox-hash v2.1.2
11722026-03-20T23:54:39.914Z Downloaded subprocess v0.2.15
11732026-03-20T23:54:39.916Z Downloaded uzers v0.12.2
11742026-03-20T23:54:39.919Z Downloaded zeroize_derive v1.4.3
11752026-03-20T23:54:39.919Z Downloaded vergen-lib v0.1.6
11762026-03-20T23:54:39.922Z Downloaded russh v0.45.0
11772026-03-20T23:54:39.926Z Downloaded zone v0.3.1
11782026-03-20T23:54:39.926Z Downloaded tar v0.4.44
11792026-03-20T23:54:39.929Z Downloaded walkdir v2.5.0
11802026-03-20T23:54:39.932Z Downloaded quinn v0.11.9
11812026-03-20T23:54:39.935Z Downloaded vergen-git2 v1.0.7
11822026-03-20T23:54:39.939Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-03-20T23:54:39.951Z Downloaded socket2 v0.6.2
11842026-03-20T23:54:39.954Z Downloaded snafu v0.8.9
11852026-03-20T23:54:39.958Z Downloaded vsss-rs v3.3.4
11862026-03-20T23:54:39.971Z Downloaded whoami v1.6.1
11872026-03-20T23:54:39.982Z Downloaded zeroize v1.8.2
11882026-03-20T23:54:39.984Z Downloaded libm v0.2.16
11892026-03-20T23:54:39.989Z Downloaded zstd-safe v7.2.4
11902026-03-20T23:54:39.992Z Downloaded wyz v0.5.1
11912026-03-20T23:54:39.995Z Downloaded typify v0.6.1
11922026-03-20T23:54:39.998Z Downloaded whoami v2.1.0
11932026-03-20T23:54:40.001Z Downloaded ron v0.12.0
11942026-03-20T23:54:40.006Z Downloaded xshell v0.2.7
11952026-03-20T23:54:40.009Z Downloaded unicode-bidi v0.3.18
11962026-03-20T23:54:40.011Z Downloaded toml v0.9.12+spec-1.1.0
11972026-03-20T23:54:40.014Z Downloaded vergen v9.0.6
11982026-03-20T23:54:40.017Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-03-20T23:54:40.020Z Downloaded toml v0.7.8
12002026-03-20T23:54:40.023Z Downloaded zstd v0.13.3
12012026-03-20T23:54:40.026Z Downloaded xz2 v0.1.7
12022026-03-20T23:54:40.029Z Downloaded itertools v0.14.0
12032026-03-20T23:54:40.032Z Downloaded futures-util v0.3.32
12042026-03-20T23:54:40.045Z Downloaded tracing-attributes v0.1.31
12052026-03-20T23:54:40.047Z Downloaded tracing-core v0.1.36
12062026-03-20T23:54:40.051Z Downloaded tungstenite v0.21.0
12072026-03-20T23:54:40.054Z Downloaded reedline v0.40.0
12082026-03-20T23:54:40.061Z Downloaded blake3 v1.8.3
12092026-03-20T23:54:40.068Z Downloaded p521 v0.13.3
12102026-03-20T23:54:40.071Z Downloaded typify v0.4.3
12112026-03-20T23:54:40.075Z Downloaded zerocopy v0.6.6
12122026-03-20T23:54:40.077Z Downloaded aws-lc-rs v1.16.0
12132026-03-20T23:54:40.084Z Downloaded toml_edit v0.19.15
12142026-03-20T23:54:40.096Z Downloaded uuid v1.21.0
12152026-03-20T23:54:40.099Z Downloaded unsafe-libyaml v0.2.11
12162026-03-20T23:54:40.102Z Downloaded yasna v0.5.2
12172026-03-20T23:54:40.105Z Downloaded unicode-properties v0.1.4
12182026-03-20T23:54:40.113Z Downloaded reqwest v0.13.2
12192026-03-20T23:54:40.118Z Downloaded rustyline v14.0.0
12202026-03-20T23:54:40.121Z Downloaded vte v0.14.1
12212026-03-20T23:54:40.124Z Downloaded tungstenite v0.23.0
12222026-03-20T23:54:40.131Z Downloaded hkdf v0.12.4
12232026-03-20T23:54:40.134Z Downloaded p384 v0.13.1
12242026-03-20T23:54:40.134Z Downloaded steno v0.4.1
12252026-03-20T23:54:40.137Z Downloaded rpassword v7.4.0
12262026-03-20T23:54:40.139Z Downloaded yansi v1.0.1
12272026-03-20T23:54:40.139Z Downloaded unicode_categories v0.1.1
12282026-03-20T23:54:40.142Z Downloaded tokio-postgres v0.7.16
12292026-03-20T23:54:40.154Z Downloaded zopfli v0.8.3
12302026-03-20T23:54:40.159Z Downloaded lalrpop v0.19.12
12312026-03-20T23:54:40.167Z Downloaded zip v0.6.6
12322026-03-20T23:54:40.182Z Downloaded bindgen v0.71.1
12332026-03-20T23:54:40.187Z Downloaded moka v0.12.13
12342026-03-20T23:54:40.193Z Downloaded ssh-key v0.6.7
12352026-03-20T23:54:40.203Z Downloaded rayon v1.11.0
12362026-03-20T23:54:40.213Z Downloaded tower v0.5.3
12372026-03-20T23:54:40.219Z Downloaded reqwest v0.12.28
12382026-03-20T23:54:40.225Z Downloaded salty v0.3.0
12392026-03-20T23:54:40.229Z Downloaded goblin v0.10.5
12402026-03-20T23:54:40.235Z Downloaded chrono v0.4.44
12412026-03-20T23:54:40.241Z Downloaded unicode-segmentation v1.12.0
12422026-03-20T23:54:40.269Z Downloaded x509-cert v0.2.5
12432026-03-20T23:54:40.274Z Downloaded petname v2.0.2
12442026-03-20T23:54:40.278Z Downloaded tokio-util v0.7.18
12452026-03-20T23:54:40.283Z Downloaded regex v1.12.3
12462026-03-20T23:54:40.292Z Downloaded typed-path v0.9.3
12472026-03-20T23:54:40.297Z Downloaded serde_with v3.17.0
12482026-03-20T23:54:40.306Z Downloaded zerocopy-derive v0.8.40
12492026-03-20T23:54:40.312Z Downloaded portable-atomic v1.13.1
12502026-03-20T23:54:40.318Z Downloaded git2 v0.20.4
12512026-03-20T23:54:40.325Z Downloaded curve25519-dalek v4.1.3
12522026-03-20T23:54:40.331Z Downloaded tough v0.20.0
12532026-03-20T23:54:40.337Z Downloaded tower-http v0.6.8
12542026-03-20T23:54:40.343Z Downloaded unicode-normalization v0.1.25
12552026-03-20T23:54:40.346Z Downloaded rustls-webpki v0.102.8
12562026-03-20T23:54:40.361Z Downloaded zip v4.6.1
12572026-03-20T23:54:40.364Z Downloaded nix v0.27.1
12582026-03-20T23:54:40.371Z Downloaded rustls-webpki v0.101.7
12592026-03-20T23:54:40.381Z Downloaded quick-xml v0.37.5
12602026-03-20T23:54:40.386Z Downloaded winnow v0.6.26
12612026-03-20T23:54:40.392Z Downloaded bitvec v1.0.1
12622026-03-20T23:54:40.407Z Downloaded openssl v0.10.75
12632026-03-20T23:54:40.415Z Downloaded radix_trie v0.2.1
12642026-03-20T23:54:40.424Z Downloaded bstr v1.12.1
12652026-03-20T23:54:40.431Z Downloaded nix v0.29.0
12662026-03-20T23:54:40.444Z Downloaded proptest v1.10.0
12672026-03-20T23:54:40.451Z Downloaded dropshot v0.16.7
12682026-03-20T23:54:40.467Z Downloaded regex-syntax v0.6.29
12692026-03-20T23:54:40.472Z Downloaded time v0.3.47
12702026-03-20T23:54:40.481Z Downloaded tabled v0.20.0
12712026-03-20T23:54:40.495Z Downloaded winnow v0.5.40
12722026-03-20T23:54:40.501Z Downloaded object v0.30.4
12732026-03-20T23:54:40.508Z Downloaded quinn-proto v0.11.13
12742026-03-20T23:54:40.513Z Downloaded nix v0.31.1
12752026-03-20T23:54:40.523Z Downloaded hickory-proto v0.24.4
12762026-03-20T23:54:40.534Z Downloaded smoltcp v0.9.1
12772026-03-20T23:54:40.542Z Downloaded rustls v0.21.12
12782026-03-20T23:54:40.550Z Downloaded rustls v0.22.4
12792026-03-20T23:54:40.560Z Downloaded polar-core v0.27.3
12802026-03-20T23:54:40.566Z Downloaded openapiv3 v2.2.0
12812026-03-20T23:54:40.574Z Downloaded regress v0.10.5
12822026-03-20T23:54:40.581Z Downloaded zerocopy v0.8.40
12832026-03-20T23:54:40.589Z Downloaded zlib-rs v0.6.2
12842026-03-20T23:54:40.593Z Downloaded hickory-proto v0.25.2
12852026-03-20T23:54:40.604Z Downloaded webpki-roots v1.0.6
12862026-03-20T23:54:40.607Z Downloaded vcpkg v0.2.15
12872026-03-20T23:54:40.637Z Downloaded rustls v0.23.37
12882026-03-20T23:54:40.646Z Downloaded rustix v0.38.44
12892026-03-20T23:54:40.663Z Downloaded object v0.37.3
12902026-03-20T23:54:40.671Z Downloaded smoltcp v0.11.0
12912026-03-20T23:54:40.680Z Downloaded regex-syntax v0.8.10
12922026-03-20T23:54:40.686Z Downloaded diesel v2.3.7
12932026-03-20T23:54:40.701Z Downloaded nix v0.28.0
12942026-03-20T23:54:40.718Z Downloaded sled v0.34.7
12952026-03-20T23:54:40.740Z Downloaded tracing v0.1.44
12962026-03-20T23:54:40.758Z Downloaded typify-impl v0.6.1
12972026-03-20T23:54:40.769Z Downloaded typify-impl v0.4.3
12982026-03-20T23:54:40.802Z Downloaded sqlparser v0.61.0
12992026-03-20T23:54:40.808Z Downloaded zerocopy-derive v0.6.6
13002026-03-20T23:54:40.831Z Downloaded jiff v0.2.21
13012026-03-20T23:54:40.845Z Downloaded petgraph v0.6.5
13022026-03-20T23:54:40.877Z Downloaded csv v1.4.0
13032026-03-20T23:54:40.881Z Downloaded libz-sys v1.1.24
13042026-03-20T23:54:40.894Z Downloaded ratatui v0.29.0
13052026-03-20T23:54:40.908Z Downloaded sha3 v0.10.8
13062026-03-20T23:54:40.912Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-03-20T23:54:40.939Z Downloaded encoding_rs v0.8.35
13082026-03-20T23:54:40.956Z Downloaded regex-automata v0.4.14
13092026-03-20T23:54:41.031Z Downloaded chrono-tz v0.10.4
13102026-03-20T23:54:41.049Z Downloaded lzma-sys v0.1.20
13112026-03-20T23:54:41.082Z Downloaded petgraph v0.8.3
13122026-03-20T23:54:41.102Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-20T23:54:41.155Z Downloaded tokio v1.49.0
13142026-03-20T23:54:41.318Z Downloaded ring v0.17.14
13152026-03-20T23:54:41.391Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-03-20T23:54:42.210Z Downloaded aws-lc-sys v0.37.1
13172026-03-20T23:54:42.531Z Compiling libc v0.2.180
13182026-03-20T23:54:42.535Z Compiling serde v1.0.228
13192026-03-20T23:54:42.535Z Compiling log v0.4.29
13202026-03-20T23:54:42.536Z Compiling shlex v1.3.0
13212026-03-20T23:54:42.536Z Compiling find-msvc-tools v0.1.9
13222026-03-20T23:54:42.536Z Compiling smallvec v1.15.1
13232026-03-20T23:54:42.536Z Compiling typenum v1.19.0
13242026-03-20T23:54:42.536Z Compiling subtle v2.6.1
13252026-03-20T23:54:42.721Z Compiling generic-array v0.14.7
13262026-03-20T23:54:42.725Z Compiling scopeguard v1.2.0
13272026-03-20T23:54:42.725Z Compiling portable-atomic v1.13.1
13282026-03-20T23:54:42.773Z Compiling const-oid v0.9.6
13292026-03-20T23:54:42.789Z Compiling critical-section v1.2.0
13302026-03-20T23:54:42.835Z Compiling syn v2.0.117
13312026-03-20T23:54:42.849Z Compiling zerocopy v0.8.40
13322026-03-20T23:54:42.873Z Compiling serde_json v1.0.149
13332026-03-20T23:54:42.981Z Compiling lock_api v0.4.14
13342026-03-20T23:54:43.004Z Compiling pin-project-lite v0.2.17
13352026-03-20T23:54:43.004Z Compiling parking_lot_core v0.9.12
13362026-03-20T23:54:43.008Z Compiling pkg-config v0.3.32
13372026-03-20T23:54:43.048Z Compiling bitflags v2.11.0
13382026-03-20T23:54:43.094Z Compiling libm v0.2.16
13392026-03-20T23:54:43.160Z Compiling num-traits v0.2.19
13402026-03-20T23:54:43.168Z Compiling futures-core v0.3.32
13412026-03-20T23:54:43.209Z Compiling percent-encoding v2.3.2
13422026-03-20T23:54:43.250Z Compiling allocator-api2 v0.2.21
13432026-03-20T23:54:43.335Z Compiling cpufeatures v0.2.17
13442026-03-20T23:54:43.405Z Compiling futures-sink v0.3.32
13452026-03-20T23:54:43.408Z Compiling foldhash v0.2.0
13462026-03-20T23:54:43.496Z Compiling slab v0.4.12
13472026-03-20T23:54:43.496Z Compiling futures-io v0.3.32
13482026-03-20T23:54:43.505Z Compiling futures-task v0.3.32
13492026-03-20T23:54:43.611Z Compiling futures-channel v0.3.32
13502026-03-20T23:54:43.620Z Compiling getrandom v0.4.1
13512026-03-20T23:54:43.708Z Compiling hashbrown v0.16.1
13522026-03-20T23:54:43.771Z Compiling getrandom v0.3.4
13532026-03-20T23:54:43.775Z Compiling rustversion v1.0.22
13542026-03-20T23:54:43.776Z Compiling rand_core v0.10.0
13552026-03-20T23:54:43.848Z Compiling form_urlencoded v1.2.2
13562026-03-20T23:54:43.854Z Compiling fs_extra v1.3.0
13572026-03-20T23:54:43.854Z Compiling ident_case v1.0.1
13582026-03-20T23:54:43.957Z Compiling base64ct v1.8.3
13592026-03-20T23:54:44.032Z Compiling dunce v1.0.5
13602026-03-20T23:54:44.056Z Compiling getrandom v0.2.17
13612026-03-20T23:54:44.078Z Compiling jobserver v0.1.34
13622026-03-20T23:54:44.102Z Compiling errno v0.3.14
13632026-03-20T23:54:44.159Z Compiling mio v1.1.1
13642026-03-20T23:54:44.185Z Compiling socket2 v0.6.2
13652026-03-20T23:54:44.231Z Compiling flagset v0.4.7
13662026-03-20T23:54:44.259Z Compiling rand_core v0.6.4
13672026-03-20T23:54:44.339Z Compiling signal-hook-registry v1.4.8
13682026-03-20T23:54:44.357Z Compiling cc v1.2.56
13692026-03-20T23:54:44.377Z Compiling once_cell v1.21.3
13702026-03-20T23:54:44.400Z Compiling parking_lot v0.12.5
13712026-03-20T23:54:44.500Z Compiling indexmap v2.13.0
13722026-03-20T23:54:44.555Z Compiling pem-rfc7468 v0.7.0
13732026-03-20T23:54:44.614Z Compiling iana-time-zone v0.1.65
13742026-03-20T23:54:44.644Z Compiling rustix v1.1.3
13752026-03-20T23:54:44.680Z Compiling uuid v1.21.0
13762026-03-20T23:54:44.704Z Compiling rustc_version v0.4.1
13772026-03-20T23:54:44.732Z Compiling regex-syntax v0.8.10
13782026-03-20T23:54:44.775Z Compiling vcpkg v0.2.15
13792026-03-20T23:54:44.896Z Compiling aws-lc-rs v1.16.0
13802026-03-20T23:54:44.941Z Compiling tracing-core v0.1.36
13812026-03-20T23:54:44.976Z Compiling crossbeam-utils v0.8.21
13822026-03-20T23:54:45.010Z Compiling openssl-probe v0.2.1
13832026-03-20T23:54:45.121Z Compiling rand_core v0.9.5
13842026-03-20T23:54:45.336Z Compiling httparse v1.10.1
13852026-03-20T23:54:45.350Z Compiling syn v1.0.109
13862026-03-20T23:54:45.350Z Compiling untrusted v0.7.1
13872026-03-20T23:54:45.350Z Compiling schemars v0.8.22
13882026-03-20T23:54:45.361Z Compiling cmake v0.1.57
13892026-03-20T23:54:45.421Z Compiling base64 v0.22.1
13902026-03-20T23:54:45.444Z Compiling untrusted v0.9.0
13912026-03-20T23:54:45.524Z Compiling tinyvec_macros v0.1.1
13922026-03-20T23:54:45.627Z Compiling tower-layer v0.3.3
13932026-03-20T23:54:45.632Z Compiling try-lock v0.2.5
13942026-03-20T23:54:45.632Z Compiling atomic-waker v1.1.2
13952026-03-20T23:54:45.694Z Compiling rustls v0.23.37
13962026-03-20T23:54:45.761Z Compiling tower-service v0.3.3
13972026-03-20T23:54:45.788Z Compiling dyn-clone v1.0.20
13982026-03-20T23:54:45.839Z Compiling want v0.3.1
13992026-03-20T23:54:45.860Z Compiling tinyvec v1.10.0
14002026-03-20T23:54:45.866Z Compiling spin v0.9.8
14012026-03-20T23:54:45.904Z Compiling aho-corasick v1.1.4
14022026-03-20T23:54:45.914Z Compiling crc32fast v1.5.0
14032026-03-20T23:54:45.955Z Compiling openssl v0.10.75
14042026-03-20T23:54:45.977Z Compiling foreign-types-shared v0.1.1
14052026-03-20T23:54:46.018Z Compiling httpdate v1.0.3
14062026-03-20T23:54:46.021Z Compiling time-core v0.1.8
14072026-03-20T23:54:46.086Z Compiling pin-utils v0.1.0
14082026-03-20T23:54:46.119Z Compiling powerfmt v0.2.0
14092026-03-20T23:54:46.180Z Compiling num-conv v0.2.0
14102026-03-20T23:54:46.212Z Compiling foreign-types v0.3.2
14112026-03-20T23:54:46.236Z Compiling wait-timeout v0.2.1
14122026-03-20T23:54:46.251Z Compiling either v1.15.0
14132026-03-20T23:54:46.251Z Compiling usdt-impl v0.6.0
14142026-03-20T23:54:46.299Z Compiling simd-adler32 v0.3.8
14152026-03-20T23:54:46.345Z Compiling deranged v0.5.8
14162026-03-20T23:54:46.345Z Compiling num_threads v0.1.7
14172026-03-20T23:54:46.389Z Compiling native-tls v0.2.18
14182026-03-20T23:54:46.394Z Compiling time-macros v0.2.27
14192026-03-20T23:54:46.394Z Compiling siphasher v1.0.2
14202026-03-20T23:54:46.454Z Compiling quick-error v1.2.3
14212026-03-20T23:54:46.482Z Compiling bit-vec v0.8.0
14222026-03-20T23:54:46.583Z Compiling aws-lc-sys v0.37.1
14232026-03-20T23:54:46.617Z Compiling ring v0.17.14
14242026-03-20T23:54:46.628Z Compiling openssl-sys v0.9.111
14252026-03-20T23:54:46.661Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-20T23:54:46.675Z Compiling bzip2-sys v0.1.13+1.0.8
14272026-03-20T23:54:46.681Z Compiling unicode-normalization v0.1.25
14282026-03-20T23:54:46.722Z Compiling crossbeam-epoch v0.9.18
14292026-03-20T23:54:46.791Z Compiling tempfile v3.25.0
14302026-03-20T23:54:46.806Z Compiling bit-set v0.8.0
14312026-03-20T23:54:47.031Z Compiling synstructure v0.13.2
14322026-03-20T23:54:47.060Z Compiling serde_derive_internals v0.29.1
14332026-03-20T23:54:47.135Z Compiling pest_generator v2.8.6
14342026-03-20T23:54:47.177Z Compiling darling_core v0.20.11
14352026-03-20T23:54:47.360Z Compiling regex-automata v0.4.14
14362026-03-20T23:54:47.363Z Compiling rusty-fork v0.3.1
14372026-03-20T23:54:47.813Z Compiling darling_core v0.21.3
14382026-03-20T23:54:47.834Z Compiling rand_xorshift v0.4.0
14392026-03-20T23:54:47.933Z Compiling slog v2.8.2
14402026-03-20T23:54:47.954Z Compiling time v0.3.47
14412026-03-20T23:54:48.053Z Compiling heapless v0.7.17
14422026-03-20T23:54:48.075Z Compiling thread-id v5.1.0
14432026-03-20T23:54:48.169Z Compiling sync_wrapper v1.0.2
14442026-03-20T23:54:48.191Z Compiling cookie v0.18.1
14452026-03-20T23:54:48.194Z Compiling paste v1.0.15
14462026-03-20T23:54:48.258Z Compiling anyhow v1.0.102
14472026-03-20T23:54:48.331Z Compiling adler2 v2.0.1
14482026-03-20T23:54:48.389Z Compiling unicode-bidi v0.3.18
14492026-03-20T23:54:48.445Z Compiling rayon-core v1.13.0
14502026-03-20T23:54:48.445Z Compiling zstd-safe v7.2.4
14512026-03-20T23:54:48.451Z Compiling unicode-properties v0.1.4
14522026-03-20T23:54:48.504Z Compiling signal-hook v0.3.18
14532026-03-20T23:54:48.593Z Compiling unarray v0.1.4
14542026-03-20T23:54:48.632Z Compiling unicode-segmentation v1.12.0
14552026-03-20T23:54:48.750Z Compiling miniz_oxide v0.8.9
14562026-03-20T23:54:48.813Z Compiling stringprep v0.1.5
14572026-03-20T23:54:48.900Z Compiling crossbeam-deque v0.8.6
14582026-03-20T23:54:48.984Z Compiling num-integer v0.1.46
14592026-03-20T23:54:49.100Z Compiling vergen-lib v0.1.6
14602026-03-20T23:54:49.167Z Compiling curve25519-dalek v4.1.3
14612026-03-20T23:54:49.183Z Compiling ff v0.13.1
14622026-03-20T23:54:49.333Z Compiling hash32 v0.2.1
14632026-03-20T23:54:49.367Z Compiling memoffset v0.9.1
14642026-03-20T23:54:49.424Z Compiling num-bigint-dig v0.8.6
14652026-03-20T23:54:49.448Z Compiling psl-types v2.0.11
14662026-03-20T23:54:49.602Z Compiling iri-string v0.7.10
14672026-03-20T23:54:49.624Z Compiling fallible-iterator v0.2.0
14682026-03-20T23:54:49.630Z Compiling base16ct v0.2.0
14692026-03-20T23:54:49.630Z Compiling rustix v0.38.44
14702026-03-20T23:54:49.630Z Compiling zlib-rs v0.6.2
14712026-03-20T23:54:49.708Z Compiling ryu v1.0.23
14722026-03-20T23:54:49.712Z Compiling smoltcp v0.9.1
14732026-03-20T23:54:49.712Z Compiling serde_derive v1.0.228
14742026-03-20T23:54:49.927Z Compiling zeroize_derive v1.4.3
14752026-03-20T23:54:49.960Z Compiling zerofrom-derive v0.1.6
14762026-03-20T23:54:50.043Z Compiling yoke-derive v0.8.1
14772026-03-20T23:54:50.107Z Compiling zerocopy-derive v0.8.40
14782026-03-20T23:54:50.181Z Compiling zerovec-derive v0.11.2
14792026-03-20T23:54:50.215Z Compiling displaydoc v0.2.5
14802026-03-20T23:54:50.521Z Compiling tokio-macros v2.6.0
14812026-03-20T23:54:50.799Z Compiling zeroize v1.8.2
14822026-03-20T23:54:51.217Z Compiling futures-macro v0.3.32
14832026-03-20T23:54:51.413Z Compiling der_derive v0.7.3
14842026-03-20T23:54:51.424Z Compiling thiserror-impl v2.0.18
14852026-03-20T23:54:51.520Z Compiling rustls-pki-types v1.14.0
14862026-03-20T23:54:51.574Z Compiling tracing-attributes v0.1.31
14872026-03-20T23:54:51.734Z Compiling schemars_derive v0.8.22
14882026-03-20T23:54:51.766Z Compiling scroll_derive v0.13.1
14892026-03-20T23:54:51.904Z Compiling crypto-common v0.1.7
14902026-03-20T23:54:51.929Z Compiling zerofrom v0.1.6
14912026-03-20T23:54:52.106Z Compiling yoke v0.8.1
14922026-03-20T23:54:52.129Z Compiling block-buffer v0.10.4
14932026-03-20T23:54:52.180Z Compiling block-padding v0.3.3
14942026-03-20T23:54:52.331Z Compiling futures-util v0.3.32
14952026-03-20T23:54:52.404Z Compiling digest v0.10.7
14962026-03-20T23:54:52.427Z Compiling zerovec v0.11.5
14972026-03-20T23:54:52.460Z Compiling zerotrie v0.2.3
14982026-03-20T23:54:52.743Z Compiling hmac v0.12.1
14992026-03-20T23:54:52.759Z Compiling inout v0.1.4
15002026-03-20T23:54:52.875Z Compiling sha2 v0.10.9
15012026-03-20T23:54:52.912Z Compiling der v0.7.10
15022026-03-20T23:54:52.948Z Compiling cipher v0.4.4
15032026-03-20T23:54:52.988Z Compiling pbkdf2 v0.12.2
15042026-03-20T23:54:53.135Z Compiling tinystr v0.8.2
15052026-03-20T23:54:53.158Z Compiling potential_utf v0.1.4
15062026-03-20T23:54:53.239Z Compiling pest_derive v2.8.6
15072026-03-20T23:54:53.313Z Compiling salsa20 v0.10.2
15082026-03-20T23:54:53.344Z Compiling icu_collections v2.1.1
15092026-03-20T23:54:53.391Z Compiling thiserror v2.0.18
15102026-03-20T23:54:53.395Z Compiling icu_locale_core v2.1.1
15112026-03-20T23:54:53.493Z Compiling scrypt v0.11.0
15122026-03-20T23:54:53.516Z Compiling aes v0.8.4
15132026-03-20T23:54:53.540Z Compiling cbc v0.1.2
15142026-03-20T23:54:53.563Z Compiling tracing v0.1.44
15152026-03-20T23:54:53.747Z Compiling scroll v0.13.0
15162026-03-20T23:54:53.818Z Compiling darling_macro v0.20.11
15172026-03-20T23:54:53.864Z Compiling openssl-macros v0.1.1
15182026-03-20T23:54:53.929Z Compiling thiserror-impl v1.0.69
15192026-03-20T23:54:54.016Z Compiling dtrace-parser v0.3.0
15202026-03-20T23:54:54.245Z Compiling spki v0.7.3
15212026-03-20T23:54:54.251Z Compiling goblin v0.10.5
15222026-03-20T23:54:54.394Z Compiling icu_provider v2.1.1
15232026-03-20T23:54:54.415Z Compiling pkcs5 v0.7.1
15242026-03-20T23:54:54.454Z Compiling bytes v1.11.1
15252026-03-20T23:54:54.498Z Compiling chrono v0.4.44
15262026-03-20T23:54:54.567Z Compiling ipnet v2.11.0
15272026-03-20T23:54:54.640Z Compiling darling v0.20.11
15282026-03-20T23:54:54.749Z Compiling icu_normalizer v2.1.1
15292026-03-20T23:54:54.752Z Compiling icu_properties v2.1.2
15302026-03-20T23:54:54.799Z Compiling derive_builder_core v0.20.2
15312026-03-20T23:54:54.948Z Compiling pkcs8 v0.10.2
15322026-03-20T23:54:55.074Z Compiling signature v2.2.0
15332026-03-20T23:54:55.094Z Compiling rustls-native-certs v0.8.3
15342026-03-20T23:54:55.265Z Compiling tokio v1.49.0
15352026-03-20T23:54:55.314Z Compiling http v1.4.0
15362026-03-20T23:54:55.337Z Compiling scroll_derive v0.12.1
15372026-03-20T23:54:55.371Z Compiling toml_datetime v0.6.11
15382026-03-20T23:54:55.487Z Compiling serde_tokenstream v0.2.3
15392026-03-20T23:54:55.492Z Compiling serde_spanned v0.6.9
15402026-03-20T23:54:55.530Z Compiling erased-serde v0.3.31
15412026-03-20T23:54:55.672Z Compiling thiserror v1.0.69
15422026-03-20T23:54:55.707Z Compiling md-5 v0.10.6
15432026-03-20T23:54:55.728Z Compiling webpki-roots v1.0.6
15442026-03-20T23:54:55.815Z Compiling darling_macro v0.21.3
15452026-03-20T23:54:55.924Z Compiling zerocopy-derive v0.7.35
15462026-03-20T23:54:55.939Z Compiling ref-cast v1.0.25
15472026-03-20T23:54:55.967Z Compiling litrs v1.0.0
15482026-03-20T23:54:56.216Z Compiling idna_adapter v1.2.1
15492026-03-20T23:54:56.228Z Compiling derive_builder_macro v0.20.2
15502026-03-20T23:54:56.233Z Compiling idna v1.1.0
15512026-03-20T23:54:56.251Z Compiling http-body v1.0.1
15522026-03-20T23:54:56.275Z Compiling scroll v0.12.0
15532026-03-20T23:54:56.341Z Compiling ppv-lite86 v0.2.21
15542026-03-20T23:54:56.363Z Compiling cfg_aliases v0.2.1
15552026-03-20T23:54:56.455Z Compiling http-body-util v0.1.3
15562026-03-20T23:54:56.479Z Compiling darling v0.21.3
15572026-03-20T23:54:56.491Z Compiling nix v0.31.1
15582026-03-20T23:54:56.583Z Compiling goblin v0.8.2
15592026-03-20T23:54:56.649Z Compiling url v2.5.8
15602026-03-20T23:54:56.653Z Compiling publicsuffix v2.3.0
15612026-03-20T23:54:56.692Z Compiling derive_builder v0.20.2
15622026-03-20T23:54:56.696Z Compiling document-features v0.2.12
15632026-03-20T23:54:56.790Z Compiling rand_chacha v0.9.0
15642026-03-20T23:54:56.813Z Compiling rand_chacha v0.3.1
15652026-03-20T23:54:56.862Z Compiling sec1 v0.7.3
15662026-03-20T23:54:56.886Z Compiling serde_urlencoded v0.7.1
15672026-03-20T23:54:56.920Z Compiling cargo-platform v0.1.9
15682026-03-20T23:54:56.992Z Compiling flate2 v1.1.9
15692026-03-20T23:54:57.108Z Compiling rand v0.9.2
15702026-03-20T23:54:57.138Z Compiling zerocopy v0.7.35
15712026-03-20T23:54:57.159Z Compiling rand v0.8.5
15722026-03-20T23:54:57.282Z Compiling hkdf v0.12.4
15732026-03-20T23:54:57.303Z Compiling crypto-bigint v0.5.5
15742026-03-20T23:54:57.313Z Compiling hubpack_derive v0.1.1
15752026-03-20T23:54:57.574Z Compiling regex v1.12.3
15762026-03-20T23:54:57.721Z Compiling async-trait v0.1.89
15772026-03-20T23:54:57.759Z Compiling ref-cast-impl v1.0.25
15782026-03-20T23:54:57.783Z Compiling daft-derive v0.1.5
15792026-03-20T23:54:57.930Z Compiling proptest v1.10.0
15802026-03-20T23:54:57.952Z Compiling dof v0.4.0
15812026-03-20T23:54:58.185Z Compiling postgres-protocol v0.6.10
15822026-03-20T23:54:58.246Z Compiling curve25519-dalek-derive v0.1.1
15832026-03-20T23:54:58.345Z Compiling strum_macros v0.27.2
15842026-03-20T23:54:58.614Z Compiling ipnetwork v0.21.1
15852026-03-20T23:54:58.946Z Compiling oxnet v0.1.4
15862026-03-20T23:54:59.166Z Compiling group v0.13.0
15872026-03-20T23:54:59.175Z Compiling num-iter v0.1.45
15882026-03-20T23:54:59.253Z Compiling heck v0.4.1
15892026-03-20T23:54:59.356Z Compiling proc-macro-error v1.0.4
15902026-03-20T23:54:59.571Z Compiling terminal_size v0.4.3
15912026-03-20T23:54:59.644Z Compiling phf_shared v0.13.1
15922026-03-20T23:54:59.672Z Compiling lazy_static v1.5.0
15932026-03-20T23:54:59.781Z Compiling vergen v9.0.6
15942026-03-20T23:54:59.787Z Compiling fs-err v3.3.0
15952026-03-20T23:54:59.787Z Compiling ahash v0.8.12
15962026-03-20T23:54:59.839Z Compiling winnow v0.5.40
15972026-03-20T23:54:59.849Z Compiling object v0.37.3
15982026-03-20T23:54:59.883Z Compiling bitflags v1.3.2
15992026-03-20T23:54:59.995Z Compiling foldhash v0.1.5
16002026-03-20T23:55:00.010Z Compiling libbz2-rs-sys v0.2.2
16012026-03-20T23:55:00.014Z Compiling managed v0.8.0
16022026-03-20T23:55:00.069Z Compiling bumpalo v3.20.2
16032026-03-20T23:55:00.178Z Compiling hashbrown v0.15.5
16042026-03-20T23:55:00.229Z Compiling clap_builder v4.5.60
16052026-03-20T23:55:00.254Z Compiling phf v0.13.1
16062026-03-20T23:55:00.301Z Compiling console v0.16.2
16072026-03-20T23:55:00.301Z Compiling usdt-attr-macro v0.6.0
16082026-03-20T23:55:00.502Z Compiling tokio-util v0.7.18
16092026-03-20T23:55:00.508Z Compiling tower v0.5.3
16102026-03-20T23:55:00.508Z Compiling tokio-native-tls v0.3.1
16112026-03-20T23:55:00.508Z Compiling zopfli v0.8.3
16122026-03-20T23:55:00.653Z Compiling bzip2 v0.6.1
16132026-03-20T23:55:00.935Z Compiling tower-http v0.6.8
16142026-03-20T23:55:00.955Z Compiling usdt-macro v0.6.0
16152026-03-20T23:55:00.958Z Compiling zone_cfg_derive v0.3.1
16162026-03-20T23:55:01.117Z Compiling rayon v1.11.0
16172026-03-20T23:55:01.121Z Compiling strum v0.27.2
16182026-03-20T23:55:01.315Z Compiling h2 v0.4.13
16192026-03-20T23:55:01.375Z Compiling newtype-uuid v1.3.2
16202026-03-20T23:55:01.407Z Compiling signal-hook-mio v0.2.5
16212026-03-20T23:55:01.432Z Compiling dof v0.3.0
16222026-03-20T23:55:01.573Z Compiling toml_edit v0.19.15
16232026-03-20T23:55:01.595Z Compiling cargo_metadata v0.19.2
16242026-03-20T23:55:01.817Z Compiling daft v0.1.5
16252026-03-20T23:55:01.817Z Compiling elliptic-curve v0.13.8
16262026-03-20T23:55:01.956Z Compiling cookie_store v0.22.1
16272026-03-20T23:55:02.040Z Compiling postgres-types v0.2.12
16282026-03-20T23:55:02.048Z Compiling bzip2 v0.4.4
16292026-03-20T23:55:02.306Z Compiling hubpack v0.1.2
16302026-03-20T23:55:02.433Z Compiling zstd v0.13.3
16312026-03-20T23:55:02.494Z Compiling serde_with_macros v3.17.0
16322026-03-20T23:55:02.613Z Compiling dtrace-parser v0.2.0
16332026-03-20T23:55:02.808Z Compiling ed25519 v2.2.3
16342026-03-20T23:55:02.825Z Compiling pkcs1 v0.7.5
16352026-03-20T23:55:02.878Z Compiling hex v0.4.3
16362026-03-20T23:55:03.277Z Compiling serde-big-array v0.5.1
16372026-03-20T23:55:03.314Z Compiling rfc6979 v0.4.0
16382026-03-20T23:55:03.395Z Compiling bstr v1.12.1
16392026-03-20T23:55:03.449Z Compiling strum_macros v0.26.4
16402026-03-20T23:55:03.494Z Compiling clap_derive v4.5.55
16412026-03-20T23:55:03.519Z Compiling serde_repr v0.1.20
16422026-03-20T23:55:03.606Z Compiling enum-as-inner v0.6.1
16432026-03-20T23:55:03.705Z Compiling phf_shared v0.11.3
16442026-03-20T23:55:03.971Z Compiling itertools v0.12.1
16452026-03-20T23:55:03.994Z Compiling float-cmp v0.10.0
16462026-03-20T23:55:04.020Z Compiling memmap2 v0.9.10
16472026-03-20T23:55:04.083Z Compiling thread-id v4.2.2
16482026-03-20T23:55:04.192Z Compiling env_filter v1.0.0
16492026-03-20T23:55:04.207Z Compiling encoding_rs v0.8.35
16502026-03-20T23:55:04.249Z Compiling fixedbitset v0.4.2
16512026-03-20T23:55:04.295Z Compiling whoami v2.1.0
16522026-03-20T23:55:04.324Z Compiling precomputed-hash v0.1.1
16532026-03-20T23:55:04.346Z Compiling unit-prefix v0.5.2
16542026-03-20T23:55:04.455Z Compiling mime v0.3.17
16552026-03-20T23:55:04.554Z Compiling fixedbitset v0.5.7
16562026-03-20T23:55:04.577Z Compiling predicates-core v1.0.10
16572026-03-20T23:55:04.599Z Compiling keccak v0.1.6
16582026-03-20T23:55:04.618Z Compiling data-encoding v2.10.0
16592026-03-20T23:55:04.823Z Compiling difflib v0.4.0
16602026-03-20T23:55:04.823Z Compiling rustc-hash v2.1.1
16612026-03-20T23:55:04.858Z Compiling static_assertions v1.1.0
16622026-03-20T23:55:04.975Z Compiling normalize-line-endings v0.3.0
16632026-03-20T23:55:04.983Z Compiling jiff v0.2.21
16642026-03-20T23:55:05.002Z Compiling new_debug_unreachable v1.0.6
16652026-03-20T23:55:05.100Z Compiling toml_edit v0.22.27
16662026-03-20T23:55:05.117Z Compiling string_cache v0.8.9
16672026-03-20T23:55:05.374Z Compiling predicates v3.1.4
16682026-03-20T23:55:05.429Z Compiling hyper v1.8.1
16692026-03-20T23:55:05.720Z Compiling zone v0.3.1
16702026-03-20T23:55:05.725Z Compiling hickory-proto v0.25.2
16712026-03-20T23:55:05.725Z Compiling iddqd v0.3.17
16722026-03-20T23:55:05.796Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16732026-03-20T23:55:05.822Z Compiling petgraph v0.8.3
16742026-03-20T23:55:05.916Z Compiling strum v0.26.3
16752026-03-20T23:55:05.965Z Compiling clap v4.5.60
16762026-03-20T23:55:06.086Z Compiling sha3 v0.10.8
16772026-03-20T23:55:06.103Z Compiling tokio-postgres v0.7.16
16782026-03-20T23:55:06.258Z Compiling indicatif v0.18.4
16792026-03-20T23:55:06.309Z Compiling petgraph v0.6.5
16802026-03-20T23:55:06.565Z Compiling env_logger v0.11.9
16812026-03-20T23:55:06.676Z Compiling usdt v0.6.0
16822026-03-20T23:55:06.865Z Compiling hyper-util v0.1.20
16832026-03-20T23:55:07.029Z Compiling usdt-impl v0.5.0
16842026-03-20T23:55:07.059Z Compiling serde_with v3.17.0
16852026-03-20T23:55:07.198Z Compiling similar v2.7.0
16862026-03-20T23:55:07.482Z Compiling crossterm v0.28.1
16872026-03-20T23:55:07.672Z Compiling ecdsa v0.16.9
16882026-03-20T23:55:07.855Z Compiling toml v0.7.8
16892026-03-20T23:55:08.156Z Compiling rsa v0.9.10
16902026-03-20T23:55:08.353Z Compiling ed25519-dalek v2.2.0
16912026-03-20T23:55:08.556Z Compiling zip v4.6.1
16922026-03-20T23:55:08.735Z Compiling zip v0.6.6
16932026-03-20T23:55:08.939Z Compiling hyper-tls v0.6.0
16942026-03-20T23:55:09.003Z Compiling tokio-stream v0.1.18
16952026-03-20T23:55:09.215Z Compiling buf-list v1.1.2
16962026-03-20T23:55:09.297Z Compiling toml_parser v1.0.9+spec-1.1.0
16972026-03-20T23:55:09.511Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-03-20T23:55:09.541Z Compiling openapiv3 v2.2.0
16992026-03-20T23:55:09.599Z Compiling x509-cert v0.2.5
17002026-03-20T23:55:09.610Z Compiling sha1 v0.10.6
17012026-03-20T23:55:09.644Z Compiling itertools v0.13.0
17022026-03-20T23:55:09.673Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-03-20T23:55:09.843Z Compiling lalrpop-util v0.19.12
17042026-03-20T23:55:09.891Z Compiling peg-runtime v0.8.5
17052026-03-20T23:55:09.916Z Compiling thread_local v1.1.9
17062026-03-20T23:55:09.937Z Compiling slog-async v2.8.0
17072026-03-20T23:55:10.074Z Compiling futures-executor v0.3.32
17082026-03-20T23:55:10.108Z Compiling crossbeam-channel v0.5.15
17092026-03-20T23:55:10.180Z Compiling is-terminal v0.4.17
17102026-03-20T23:55:10.264Z Compiling filetime v0.2.27
17112026-03-20T23:55:10.295Z Compiling xattr v1.6.1
17122026-03-20T23:55:10.336Z Compiling term v1.2.1
17132026-03-20T23:55:10.383Z Compiling take_mut v0.2.2
17142026-03-20T23:55:10.425Z Compiling futures v0.3.32
17152026-03-20T23:55:10.495Z Compiling tar v0.4.44
17162026-03-20T23:55:10.736Z Compiling slog-term v2.9.2
17172026-03-20T23:55:31.272Z Compiling rustls-webpki v0.103.9
17182026-03-20T23:55:35.313Z Compiling tokio-rustls v0.26.4
17192026-03-20T23:55:35.318Z Compiling rustls-platform-verifier v0.6.2
17202026-03-20T23:55:35.586Z Compiling hyper-rustls v0.27.7
17212026-03-20T23:55:35.838Z Compiling reqwest v0.12.28
17222026-03-20T23:55:35.838Z Compiling reqwest v0.13.2
17232026-03-20T23:55:38.638Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-03-20T23:55:38.930Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-03-20T23:55:42.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17262026-03-20T23:55:42.874Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-03-20T23:55:42.933ZMar 20 23:55:41.709 INFO Starting download, target: DendriteStub
17282026-03-20T23:55:42.933ZMar 20 23:55:41.710 INFO Starting download, target: TransceiverControl
17292026-03-20T23:55:42.933ZMar 20 23:55:41.710 INFO Starting download, target: Cockroach
17302026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Starting download, target: MaghemiteMgd
17312026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Starting download, target: Console
17322026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Starting download, target: Clickhouse
17332026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-03-20T23:55:42.936ZMar 20 23:55:41.710 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-20T23:55:43.452ZMar 20 23:55:42.223 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-03-20T23:55:43.793ZMar 20 23:55:42.565 INFO Download complete, target: TransceiverControl
17412026-03-20T23:55:44.037ZMar 20 23:55:42.813 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-03-20T23:55:44.420ZMar 20 23:55:43.192 INFO Download complete, target: Console
17432026-03-20T23:55:44.504ZMar 20 23:55:43.279 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-03-20T23:55:44.561ZMar 20 23:55:43.338 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-20T23:55:45.229ZMar 20 23:55:44.005 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-03-20T23:55:45.229ZMar 20 23:55:44.006 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-03-20T23:55:45.455ZMar 20 23:55:44.230 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-20T23:55:48.135ZMar 20 23:55:46.911 INFO Download complete, target: MaghemiteMgd
17492026-03-20T23:55:48.194ZMar 20 23:55:46.971 INFO Download complete, target: DendriteStub
17502026-03-20T23:55:53.053ZMar 20 23:55:51.830 INFO Checking that binary works, target: Cockroach
17512026-03-20T23:55:53.179ZMar 20 23:55:51.955 INFO Download complete, target: Cockroach
17522026-03-20T23:55:56.732ZMar 20 23:55:55.508 INFO Checking that binary works, target: Clickhouse
17532026-03-20T23:55:56.836ZMar 20 23:55:55.612 INFO Download complete, target: Clickhouse
17542026-03-20T23:55:56.842ZAll prerequisites installed successfully
17552026-03-20T23:55:56.845Z
17562026-03-20T23:55:56.845Zreal 3:34.168509254
17572026-03-20T23:55:56.845Zuser 10:21.180945273
17582026-03-20T23:55:56.845Zsys 2:05.982848014
17592026-03-20T23:55:56.845Ztrap 0.338764655
17602026-03-20T23:55:56.845Ztflt 1.179209935
17612026-03-20T23:55:56.845Zdflt 1.817781157
17622026-03-20T23:55:56.845Zkflt 0.030168707
17632026-03-20T23:55:56.845Zlock 32:16.372625864
17642026-03-20T23:55:56.845Zslp 25:00.058046213
17652026-03-20T23:55:56.845Zlat 32.690120331
17662026-03-20T23:55:56.845Zstop 4:30.723036940
17672026-03-20T23:55:56.845Z+ ptime -m cargo xtask download softnpu
17682026-03-20T23:55:57.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17692026-03-20T23:55:57.556Z Running `target/debug/xtask download softnpu`
17702026-03-20T23:55:58.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17712026-03-20T23:55:58.653Z Running `target/debug/xtask-downloader softnpu`
17722026-03-20T23:55:58.700ZMar 20 23:55:57.475 INFO Starting download, target: Softnpu
17732026-03-20T23:55:58.703ZMar 20 23:55:57.476 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-03-20T23:55:59.423ZMar 20 23:55:58.199 INFO Download complete, target: Softnpu
17752026-03-20T23:55:59.427Z
17762026-03-20T23:55:59.430Zreal 2.577419591
17772026-03-20T23:55:59.430Zuser 1.770472488
17782026-03-20T23:55:59.430Zsys 0.791464947
17792026-03-20T23:55:59.430Ztrap 0.000477887
17802026-03-20T23:55:59.430Ztflt 0.000200629
17812026-03-20T23:55:59.430Zdflt 0.000153671
17822026-03-20T23:55:59.430Zkflt 0.000000000
17832026-03-20T23:55:59.430Zlock 13.128032924
17842026-03-20T23:55:59.430Zslp 0.500031596
17852026-03-20T23:55:59.430Zlat 0.053270336
17862026-03-20T23:55:59.430Zstop 0.000174382
17872026-03-20T23:55:59.430Z+ export CARGO_INCREMENTAL=0
17882026-03-20T23:55:59.430Z+ CARGO_INCREMENTAL=0
17892026-03-20T23:55:59.430Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-03-20T23:56:00.633Z Compiling proc-macro2 v1.0.106
17912026-03-20T23:56:00.633Z Compiling quote v1.0.44
17922026-03-20T23:56:00.636Z Compiling unicode-ident v1.0.24
17932026-03-20T23:56:00.636Z Compiling libc v0.2.180
17942026-03-20T23:56:00.636Z Compiling serde_core v1.0.228
17952026-03-20T23:56:00.636Z Compiling serde v1.0.228
17962026-03-20T23:56:00.636Z Compiling cfg-if v1.0.4
17972026-03-20T23:56:00.636Z Compiling version_check v0.9.5
17982026-03-20T23:56:00.636Z Compiling find-msvc-tools v0.1.9
17992026-03-20T23:56:00.637Z Compiling shlex v1.3.0
18002026-03-20T23:56:00.637Z Compiling typenum v1.19.0
18012026-03-20T23:56:00.637Z Compiling portable-atomic v1.13.1
18022026-03-20T23:56:00.802Z Compiling memchr v2.8.0
18032026-03-20T23:56:00.805Z Compiling autocfg v1.5.0
18042026-03-20T23:56:00.805Z Compiling zmij v1.0.21
18052026-03-20T23:56:00.961Z Compiling serde_json v1.0.149
18062026-03-20T23:56:01.124Z Compiling zerocopy v0.8.40
18072026-03-20T23:56:01.385Z Compiling parking_lot_core v0.9.12
18082026-03-20T23:56:01.408Z Compiling libm v0.2.16
18092026-03-20T23:56:01.433Z Compiling smallvec v1.15.1
18102026-03-20T23:56:01.480Z Compiling icu_properties_data v2.1.2
18112026-03-20T23:56:01.501Z Compiling generic-array v0.14.7
18122026-03-20T23:56:01.504Z Compiling icu_normalizer_data v2.1.1
18132026-03-20T23:56:01.505Z Compiling itoa v1.0.17
18142026-03-20T23:56:01.568Z Compiling num-traits v0.2.19
18152026-03-20T23:56:01.619Z Compiling log v0.4.29
18162026-03-20T23:56:01.743Z Compiling getrandom v0.4.1
18172026-03-20T23:56:01.772Z Compiling pkg-config v0.3.32
18182026-03-20T23:56:01.822Z Compiling stable_deref_trait v1.2.1
18192026-03-20T23:56:01.883Z Compiling subtle v2.6.1
18202026-03-20T23:56:01.905Z Compiling scopeguard v1.2.0
18212026-03-20T23:56:02.064Z Compiling lock_api v0.4.14
18222026-03-20T23:56:02.067Z Compiling fnv v1.0.7
18232026-03-20T23:56:02.067Z Compiling thiserror v2.0.18
18242026-03-20T23:56:02.153Z Compiling jobserver v0.1.34
18252026-03-20T23:56:02.153Z Compiling getrandom v0.2.17
18262026-03-20T23:56:02.161Z Compiling errno v0.3.14
18272026-03-20T23:56:02.382Z Compiling rand_core v0.6.4
18282026-03-20T23:56:02.430Z Compiling cc v1.2.56
18292026-03-20T23:56:02.478Z Compiling syn v2.0.117
18302026-03-20T23:56:02.523Z Compiling getrandom v0.3.4
18312026-03-20T23:56:02.526Z Compiling pin-project-lite v0.2.17
18322026-03-20T23:56:02.663Z Compiling critical-section v1.2.0
18332026-03-20T23:56:02.761Z Compiling rustversion v1.0.22
18342026-03-20T23:56:02.862Z Compiling equivalent v1.0.2
18352026-03-20T23:56:02.865Z Compiling allocator-api2 v0.2.21
18362026-03-20T23:56:02.968Z Compiling foldhash v0.2.0
18372026-03-20T23:56:03.001Z Compiling dunce v1.0.5
18382026-03-20T23:56:03.004Z Compiling percent-encoding v2.3.2
18392026-03-20T23:56:03.154Z Compiling fs_extra v1.3.0
18402026-03-20T23:56:03.176Z Compiling litemap v0.8.1
18412026-03-20T23:56:03.223Z Compiling once_cell v1.21.3
18422026-03-20T23:56:03.271Z Compiling writeable v0.6.2
18432026-03-20T23:56:03.347Z Compiling hashbrown v0.16.1
18442026-03-20T23:56:03.388Z Compiling cmake v0.1.57
18452026-03-20T23:56:03.533Z Compiling const-oid v0.9.6
18462026-03-20T23:56:03.582Z Compiling signal-hook-registry v1.4.8
18472026-03-20T23:56:03.668Z Compiling rustix v1.1.3
18482026-03-20T23:56:03.743Z Compiling semver v1.0.27
18492026-03-20T23:56:03.746Z Compiling mio v1.1.1
18502026-03-20T23:56:03.800Z Compiling socket2 v0.6.2
18512026-03-20T23:56:03.871Z Compiling parking_lot v0.12.5
18522026-03-20T23:56:03.895Z Compiling schemars v0.8.22
18532026-03-20T23:56:04.084Z Compiling bitflags v2.11.0
18542026-03-20T23:56:04.162Z Compiling indexmap v2.13.0
18552026-03-20T23:56:04.185Z Compiling aws-lc-rs v1.16.0
18562026-03-20T23:56:04.246Z Compiling rand_core v0.10.0
18572026-03-20T23:56:04.269Z Compiling ring v0.17.14
18582026-03-20T23:56:04.292Z Compiling aws-lc-sys v0.37.1
18592026-03-20T23:56:04.479Z Compiling utf8_iter v1.0.4
18602026-03-20T23:56:04.559Z Compiling form_urlencoded v1.2.2
18612026-03-20T23:56:04.680Z Compiling strsim v0.11.1
18622026-03-20T23:56:04.703Z Compiling futures-core v0.3.32
18632026-03-20T23:56:04.931Z Compiling thiserror v1.0.69
18642026-03-20T23:56:04.989Z Compiling ucd-trie v0.1.7
18652026-03-20T23:56:05.044Z Compiling httparse v1.10.1
18662026-03-20T23:56:05.077Z Compiling byteorder v1.5.0
18672026-03-20T23:56:05.195Z Compiling pest v2.8.6
18682026-03-20T23:56:05.276Z Compiling ident_case v1.0.1
18692026-03-20T23:56:05.308Z Compiling heck v0.5.0
18702026-03-20T23:56:05.331Z Compiling vcpkg v0.2.15
18712026-03-20T23:56:05.451Z Compiling regex-syntax v0.8.10
18722026-03-20T23:56:05.455Z Compiling crossbeam-utils v0.8.21
18732026-03-20T23:56:05.516Z Compiling syn v1.0.109
18742026-03-20T23:56:05.692Z Compiling futures-sink v0.3.32
18752026-03-20T23:56:05.723Z Compiling rustls v0.23.37
18762026-03-20T23:56:05.822Z Compiling futures-channel v0.3.32
18772026-03-20T23:56:05.848Z Compiling rustc_version v0.4.1
18782026-03-20T23:56:05.899Z Compiling futures-io v0.3.32
18792026-03-20T23:56:05.903Z Compiling futures-task v0.3.32
18802026-03-20T23:56:05.966Z Compiling cpufeatures v0.2.17
18812026-03-20T23:56:05.970Z Compiling slab v0.4.12
18822026-03-20T23:56:06.107Z Compiling openssl-sys v0.9.111
18832026-03-20T23:56:06.162Z Compiling plain v0.2.3
18842026-03-20T23:56:06.185Z Compiling iana-time-zone v0.1.65
18852026-03-20T23:56:06.187Z Compiling uuid v1.21.0
18862026-03-20T23:56:06.256Z Compiling aho-corasick v1.1.4
18872026-03-20T23:56:06.279Z Compiling num-conv v0.2.0
18882026-03-20T23:56:06.352Z Compiling synstructure v0.13.2
18892026-03-20T23:56:06.375Z Compiling serde_derive_internals v0.29.1
18902026-03-20T23:56:06.520Z Compiling time-core v0.1.8
18912026-03-20T23:56:06.728Z Compiling pest_meta v2.8.6
18922026-03-20T23:56:06.778Z Compiling time-macros v0.2.27
18932026-03-20T23:56:07.182Z Compiling openssl v0.10.75
18942026-03-20T23:56:07.196Z Compiling pretty-hex v0.4.1
18952026-03-20T23:56:07.399Z Compiling base64ct v1.8.3
18962026-03-20T23:56:07.451Z Compiling either v1.15.0
18972026-03-20T23:56:07.475Z Compiling anyhow v1.0.102
18982026-03-20T23:56:07.479Z Compiling crc32fast v1.5.0
18992026-03-20T23:56:07.524Z Compiling pest_generator v2.8.6
19002026-03-20T23:56:07.527Z Compiling regex-automata v0.4.14
19012026-03-20T23:56:07.527Z Compiling darling_core v0.21.3
19022026-03-20T23:56:07.592Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19032026-03-20T23:56:07.750Z Compiling pem-rfc7468 v0.7.0
19042026-03-20T23:56:07.785Z Compiling flagset v0.4.7
19052026-03-20T23:56:07.818Z Compiling native-tls v0.2.18
19062026-03-20T23:56:07.889Z Compiling rand_core v0.9.5
19072026-03-20T23:56:08.126Z Compiling slog v2.8.2
19082026-03-20T23:56:08.150Z Compiling tracing-core v0.1.36
19092026-03-20T23:56:08.175Z Compiling untrusted v0.9.0
19102026-03-20T23:56:08.223Z Compiling rayon-core v1.13.0
19112026-03-20T23:56:08.246Z Compiling dyn-clone v1.0.20
19122026-03-20T23:56:08.274Z Compiling serde_derive v1.0.228
19132026-03-20T23:56:08.300Z Compiling zeroize_derive v1.4.3
19142026-03-20T23:56:08.385Z Compiling zerofrom-derive v0.1.6
19152026-03-20T23:56:08.411Z Compiling yoke-derive v0.8.1
19162026-03-20T23:56:08.436Z Compiling zerovec-derive v0.11.2
19172026-03-20T23:56:08.460Z Compiling displaydoc v0.2.5
19182026-03-20T23:56:08.464Z Compiling zerocopy-derive v0.8.40
19192026-03-20T23:56:08.504Z Compiling tokio-macros v2.6.0
19202026-03-20T23:56:08.570Z Compiling futures-macro v0.3.32
19212026-03-20T23:56:09.105Z Compiling zeroize v1.8.2
19222026-03-20T23:56:09.417Z Compiling thiserror-impl v2.0.18
19232026-03-20T23:56:09.499Z Compiling tracing-attributes v0.1.31
19242026-03-20T23:56:09.623Z Compiling der_derive v0.7.3
19252026-03-20T23:56:09.731Z Compiling schemars_derive v0.8.22
19262026-03-20T23:56:09.830Z Compiling thiserror-impl v1.0.69
19272026-03-20T23:56:09.944Z Compiling zerofrom v0.1.6
19282026-03-20T23:56:10.125Z Compiling yoke v0.8.1
19292026-03-20T23:56:10.225Z Compiling crypto-common v0.1.7
19302026-03-20T23:56:10.392Z Compiling zerovec v0.11.5
19312026-03-20T23:56:10.417Z Compiling zerotrie v0.2.3
19322026-03-20T23:56:10.841Z Compiling block-buffer v0.10.4
19332026-03-20T23:56:11.027Z Compiling digest v0.10.7
19342026-03-20T23:56:11.056Z Compiling pest_derive v2.8.6
19352026-03-20T23:56:11.081Z Compiling futures-util v0.3.32
19362026-03-20T23:56:11.134Z Compiling tinystr v0.8.2
19372026-03-20T23:56:11.183Z Compiling potential_utf v0.1.4
19382026-03-20T23:56:11.295Z Compiling hmac v0.12.1
19392026-03-20T23:56:11.462Z Compiling icu_locale_core v2.1.1
19402026-03-20T23:56:11.466Z Compiling icu_collections v2.1.1
19412026-03-20T23:56:11.479Z Compiling block-padding v0.3.3
19422026-03-20T23:56:11.503Z Compiling sha2 v0.10.9
19432026-03-20T23:56:11.607Z Compiling rustls-pki-types v1.14.0
19442026-03-20T23:56:11.652Z Compiling inout v0.1.4
19452026-03-20T23:56:11.682Z Compiling scroll_derive v0.13.1
19462026-03-20T23:56:12.363Z Compiling icu_provider v2.1.1
19472026-03-20T23:56:12.471Z Compiling cipher v0.4.4
19482026-03-20T23:56:12.570Z Compiling bytes v1.11.1
19492026-03-20T23:56:12.661Z Compiling chrono v0.4.44
19502026-03-20T23:56:12.706Z Compiling icu_normalizer v2.1.1
19512026-03-20T23:56:12.772Z Compiling icu_properties v2.1.2
19522026-03-20T23:56:12.795Z Compiling serde_tokenstream v0.2.3
19532026-03-20T23:56:12.898Z Compiling scroll_derive v0.12.1
19542026-03-20T23:56:13.359Z Compiling tokio v1.49.0
19552026-03-20T23:56:13.782Z Compiling openssl-macros v0.1.1
19562026-03-20T23:56:14.275Z Compiling idna_adapter v1.2.1
19572026-03-20T23:56:14.297Z Compiling http v1.4.0
19582026-03-20T23:56:14.461Z Compiling idna v1.1.0
19592026-03-20T23:56:14.534Z Compiling ppv-lite86 v0.2.21
19602026-03-20T23:56:14.638Z Compiling der v0.7.10
19612026-03-20T23:56:14.662Z Compiling darling_macro v0.21.3
19622026-03-20T23:56:14.694Z Compiling regex v1.12.3
19632026-03-20T23:56:14.870Z Compiling zerocopy-derive v0.7.35
19642026-03-20T23:56:14.963Z Compiling url v2.5.8
19652026-03-20T23:56:15.276Z Compiling darling v0.21.3
19662026-03-20T23:56:15.279Z Compiling salsa20 v0.10.2
19672026-03-20T23:56:15.320Z Compiling pbkdf2 v0.12.2
19682026-03-20T23:56:15.401Z Compiling tracing v0.1.44
19692026-03-20T23:56:15.785Z Compiling spki v0.7.3
19702026-03-20T23:56:16.209Z Compiling cookie v0.18.1
19712026-03-20T23:56:16.229Z Compiling base64 v0.22.1
19722026-03-20T23:56:16.375Z Compiling camino v1.2.2
19732026-03-20T23:56:16.656Z Compiling scrypt v0.11.0
19742026-03-20T23:56:16.688Z Compiling rand_chacha v0.9.0
19752026-03-20T23:56:16.774Z Compiling aes v0.8.4
19762026-03-20T23:56:16.862Z Compiling cbc v0.1.2
19772026-03-20T23:56:17.208Z Compiling usdt-impl v0.5.0
19782026-03-20T23:56:17.394Z Compiling paste v1.0.15
19792026-03-20T23:56:17.424Z Compiling winnow v0.7.14
19802026-03-20T23:56:17.497Z Compiling ref-cast v1.0.25
19812026-03-20T23:56:17.562Z Compiling usdt-impl v0.6.0
19822026-03-20T23:56:17.875Z Compiling pkcs5 v0.7.1
19832026-03-20T23:56:17.878Z Compiling rand v0.9.2
19842026-03-20T23:56:18.114Z Compiling http-body v1.0.1
19852026-03-20T23:56:18.374Z Compiling scroll v0.12.0
19862026-03-20T23:56:18.410Z Compiling scroll v0.13.0
19872026-03-20T23:56:18.530Z Compiling tokio-util v0.7.18
19882026-03-20T23:56:18.553Z Compiling serde_spanned v0.6.9
19892026-03-20T23:56:18.557Z Compiling toml_datetime v0.6.11
19902026-03-20T23:56:18.673Z Compiling heapless v0.7.17
19912026-03-20T23:56:18.762Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-20T23:56:18.788Z Compiling atomic-waker v1.1.2
19932026-03-20T23:56:18.917Z Compiling untrusted v0.7.1
19942026-03-20T23:56:19.021Z Compiling zstd-safe v7.2.4
19952026-03-20T23:56:19.090Z Compiling openssl-probe v0.2.1
19962026-03-20T23:56:19.137Z Compiling signal-hook v0.3.18
19972026-03-20T23:56:19.295Z Compiling toml_parser v1.0.9+spec-1.1.0
19982026-03-20T23:56:19.457Z Compiling goblin v0.10.5
19992026-03-20T23:56:19.479Z Compiling goblin v0.8.2
20002026-03-20T23:56:19.482Z Compiling pkcs8 v0.10.2
20012026-03-20T23:56:19.903Z Compiling zerocopy v0.7.35
20022026-03-20T23:56:20.021Z Compiling ref-cast-impl v1.0.25
20032026-03-20T23:56:20.055Z Compiling darling_core v0.20.11
20042026-03-20T23:56:20.346Z Compiling toml_datetime v0.7.5+spec-1.1.0
20052026-03-20T23:56:20.405Z Compiling memoffset v0.9.1
20062026-03-20T23:56:20.493Z Compiling try-lock v0.2.5
20072026-03-20T23:56:20.557Z Compiling litrs v1.0.0
20082026-03-20T23:56:20.683Z Compiling tower-layer v0.3.3
20092026-03-20T23:56:20.706Z Compiling tinyvec_macros v0.1.1
20102026-03-20T23:56:20.805Z Compiling tower-service v0.3.3
20112026-03-20T23:56:20.826Z Compiling winnow v0.5.40
20122026-03-20T23:56:21.092Z Compiling rustix v0.38.44
20132026-03-20T23:56:21.119Z Compiling fastrand v2.3.0
20142026-03-20T23:56:21.279Z Compiling document-features v0.2.12
20152026-03-20T23:56:21.364Z Compiling want v0.3.1
20162026-03-20T23:56:21.517Z Compiling tinyvec v1.10.0
20172026-03-20T23:56:21.563Z Compiling h2 v0.4.13
20182026-03-20T23:56:22.059Z Compiling dtrace-parser v0.2.0
20192026-03-20T23:56:22.182Z Compiling dtrace-parser v0.3.0
20202026-03-20T23:56:22.750Z Compiling toml_edit v0.19.15
20212026-03-20T23:56:22.761Z Compiling dof v0.3.0
20222026-03-20T23:56:22.844Z Compiling darling_macro v0.20.11
20232026-03-20T23:56:22.918Z Compiling ipnet v2.11.0
20242026-03-20T23:56:23.008Z Compiling daft-derive v0.1.5
20252026-03-20T23:56:23.280Z Compiling dof v0.4.0
20262026-03-20T23:56:23.465Z Compiling async-trait v0.1.89
20272026-03-20T23:56:23.594Z Compiling curve25519-dalek v4.1.3
20282026-03-20T23:56:23.691Z Compiling spin v0.9.8
20292026-03-20T23:56:23.815Z Compiling thread-id v5.1.0
20302026-03-20T23:56:23.930Z Compiling thread-id v4.2.2
20312026-03-20T23:56:23.953Z Compiling proc-macro-error-attr v1.0.4
20322026-03-20T23:56:23.998Z Compiling cfg_aliases v0.2.1
20332026-03-20T23:56:24.058Z Compiling httpdate v1.0.3
20342026-03-20T23:56:24.108Z Compiling foreign-types-shared v0.1.1
20352026-03-20T23:56:24.295Z Compiling pin-utils v0.1.0
20362026-03-20T23:56:24.346Z Compiling powerfmt v0.2.0
20372026-03-20T23:56:24.404Z Compiling num-bigint-dig v0.8.6
20382026-03-20T23:56:24.578Z Compiling smoltcp v0.9.1
20392026-03-20T23:56:24.583Z Compiling deranged v0.5.8
20402026-03-20T23:56:24.719Z Compiling foreign-types v0.3.2
20412026-03-20T23:56:24.760Z Compiling tempfile v3.25.0
20422026-03-20T23:56:24.782Z Compiling nix v0.31.1
20432026-03-20T23:56:24.968Z Compiling darling v0.20.11
20442026-03-20T23:56:25.364Z Compiling ipnetwork v0.21.1
20452026-03-20T23:56:25.476Z Compiling strum_macros v0.26.4
20462026-03-20T23:56:25.595Z Compiling hyper v1.8.1
20472026-03-20T23:56:25.721Z Compiling wait-timeout v0.2.1
20482026-03-20T23:56:25.768Z Compiling proc-macro-error v1.0.4
20492026-03-20T23:56:26.081Z Compiling anstyle v1.0.13
20502026-03-20T23:56:26.253Z Compiling quick-error v1.2.3
20512026-03-20T23:56:26.419Z Compiling utf8parse v0.2.2
20522026-03-20T23:56:26.427Z Compiling num_threads v0.1.7
20532026-03-20T23:56:26.427Z Compiling bit-vec v0.8.0
20542026-03-20T23:56:26.595Z Compiling unicode-segmentation v1.12.0
20552026-03-20T23:56:26.604Z Compiling siphasher v1.0.2
20562026-03-20T23:56:26.609Z Compiling simd-adler32 v0.3.8
20572026-03-20T23:56:26.779Z Compiling bit-set v0.8.0
20582026-03-20T23:56:26.784Z Compiling time v0.3.47
20592026-03-20T23:56:26.939Z Compiling anstyle-parse v0.2.7
20602026-03-20T23:56:26.948Z Compiling rusty-fork v0.3.1
20612026-03-20T23:56:27.138Z Compiling hyper-util v0.1.20
20622026-03-20T23:56:27.663Z Compiling crossbeam-epoch v0.9.18
20632026-03-20T23:56:27.860Z Compiling derive_builder_core v0.20.2
20642026-03-20T23:56:28.209Z Compiling unicode-normalization v0.1.25
20652026-03-20T23:56:28.770Z Compiling rustls-native-certs v0.8.3
20662026-03-20T23:56:29.302Z Compiling signature v2.2.0
20672026-03-20T23:56:29.310Z Compiling hubpack_derive v0.1.1
20682026-03-20T23:56:29.310Z Compiling strum_macros v0.27.2
20692026-03-20T23:56:29.310Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-20T23:56:29.310Z Compiling rand_xorshift v0.4.0
20712026-03-20T23:56:29.466Z Compiling sync_wrapper v1.0.2
20722026-03-20T23:56:29.511Z Compiling fs-err v3.3.0
20732026-03-20T23:56:29.511Z Compiling ahash v0.8.12
20742026-03-20T23:56:29.664Z Compiling unarray v0.1.4
20752026-03-20T23:56:29.672Z Compiling object v0.37.3
20762026-03-20T23:56:29.837Z Compiling anstyle-query v1.1.5
20772026-03-20T23:56:29.843Z Compiling is_terminal_polyfill v1.70.2
20782026-03-20T23:56:29.843Z Compiling adler2 v2.0.1
20792026-03-20T23:56:29.843Z Compiling colorchoice v1.0.4
20802026-03-20T23:56:29.998Z Compiling unicode-properties v0.1.4
20812026-03-20T23:56:30.007Z Compiling unicode-bidi v0.3.18
20822026-03-20T23:56:30.007Z Compiling anstream v0.6.21
20832026-03-20T23:56:30.166Z Compiling miniz_oxide v0.8.9
20842026-03-20T23:56:30.172Z Compiling proptest v1.10.0
20852026-03-20T23:56:30.505Z Compiling stringprep v0.1.5
20862026-03-20T23:56:30.836Z Compiling tower v0.5.3
20872026-03-20T23:56:31.003Z Compiling derive_builder_macro v0.20.2
20882026-03-20T23:56:31.484Z Compiling crossbeam-deque v0.8.6
20892026-03-20T23:56:31.487Z Compiling heck v0.4.1
20902026-03-20T23:56:31.487Z Compiling usdt-attr-macro v0.6.0
20912026-03-20T23:56:31.638Z Compiling usdt-macro v0.6.0
20922026-03-20T23:56:31.805Z Compiling http-body-util v0.1.3
20932026-03-20T23:56:31.969Z Compiling webpki-roots v1.0.6
20942026-03-20T23:56:32.123Z Compiling rand_chacha v0.3.1
20952026-03-20T23:56:32.129Z Compiling erased-serde v0.3.31
20962026-03-20T23:56:32.143Z Compiling md-5 v0.10.6
20972026-03-20T23:56:32.290Z Compiling num-integer v0.1.46
20982026-03-20T23:56:32.453Z Compiling hash32 v0.2.1
20992026-03-20T23:56:32.456Z Compiling vergen-lib v0.1.6
21002026-03-20T23:56:32.456Z Compiling ff v0.13.1
21012026-03-20T23:56:32.610Z Compiling ryu v1.0.23
21022026-03-20T23:56:32.615Z Compiling zlib-rs v0.6.2
21032026-03-20T23:56:32.615Z Compiling psl-types v2.0.11
21042026-03-20T23:56:32.616Z Compiling fallible-iterator v0.2.0
21052026-03-20T23:56:32.626Z Compiling base16ct v0.2.0
21062026-03-20T23:56:32.651Z Compiling iri-string v0.7.10
21072026-03-20T23:56:33.798Z Compiling publicsuffix v2.3.0
21082026-03-20T23:56:33.798Z Compiling serde_urlencoded v0.7.1
21092026-03-20T23:56:33.838Z Compiling sec1 v0.7.3
21102026-03-20T23:56:33.838Z Compiling newtype-uuid v1.3.2
21112026-03-20T23:56:33.838Z Compiling num-iter v0.1.45
21122026-03-20T23:56:33.838Z Compiling group v0.13.0
21132026-03-20T23:56:33.838Z Compiling postgres-protocol v0.6.10
21142026-03-20T23:56:33.838Z Compiling rand v0.8.5
21152026-03-20T23:56:33.838Z Compiling oxnet v0.1.4
21162026-03-20T23:56:33.838Z Compiling zone_cfg_derive v0.3.1
21172026-03-20T23:56:33.838Z Compiling derive_builder v0.20.2
21182026-03-20T23:56:33.873Z Compiling tokio-native-tls v0.3.1
21192026-03-20T23:56:33.904Z Compiling phf_shared v0.13.1
21202026-03-20T23:56:34.031Z Compiling lazy_static v1.5.0
21212026-03-20T23:56:34.152Z Compiling terminal_size v0.4.3
21222026-03-20T23:56:34.177Z Compiling serde_with_macros v3.17.0
21232026-03-20T23:56:34.226Z Compiling cargo-platform v0.1.9
21242026-03-20T23:56:34.271Z Compiling hkdf v0.12.4
21252026-03-20T23:56:34.271Z Compiling crypto-bigint v0.5.5
21262026-03-20T23:56:34.345Z Compiling tower-http v0.6.8
21272026-03-20T23:56:34.429Z Compiling clap_derive v4.5.55
21282026-03-20T23:56:34.453Z Compiling enum-as-inner v0.6.1
21292026-03-20T23:56:34.479Z Compiling serde_repr v0.1.20
21302026-03-20T23:56:34.503Z Compiling vergen v9.0.6
21312026-03-20T23:56:34.644Z Compiling bitflags v1.3.2
21322026-03-20T23:56:34.687Z Compiling foldhash v0.1.5
21332026-03-20T23:56:34.783Z Compiling unicode-width v0.2.0
21342026-03-20T23:56:34.937Z Compiling managed v0.8.0
21352026-03-20T23:56:34.985Z Compiling bumpalo v3.20.2
21362026-03-20T23:56:35.171Z Compiling libbz2-rs-sys v0.2.2
21372026-03-20T23:56:35.174Z Compiling clap_lex v1.0.0
21382026-03-20T23:56:35.174Z Compiling console v0.16.2
21392026-03-20T23:56:35.302Z Compiling zopfli v0.8.3
21402026-03-20T23:56:35.485Z Compiling flate2 v1.1.9
21412026-03-20T23:56:35.508Z Compiling clap_builder v4.5.60
21422026-03-20T23:56:35.511Z Compiling hashbrown v0.15.5
21432026-03-20T23:56:35.750Z Compiling bzip2 v0.6.1
21442026-03-20T23:56:35.891Z Compiling elliptic-curve v0.13.8
21452026-03-20T23:56:35.962Z Compiling cargo_metadata v0.19.2
21462026-03-20T23:56:36.147Z Compiling phf v0.13.1
21472026-03-20T23:56:36.270Z Compiling hyper-tls v0.6.0
21482026-03-20T23:56:36.325Z Compiling signal-hook-mio v0.2.5
21492026-03-20T23:56:36.368Z Compiling daft v0.1.5
21502026-03-20T23:56:36.490Z Compiling rayon v1.11.0
21512026-03-20T23:56:36.564Z Compiling cookie_store v0.22.1
21522026-03-20T23:56:36.614Z Compiling postgres-types v0.2.12
21532026-03-20T23:56:36.635Z Compiling zstd v0.13.3
21542026-03-20T23:56:36.796Z Compiling bzip2 v0.4.4
21552026-03-20T23:56:36.973Z Compiling strum v0.27.2
21562026-03-20T23:56:37.138Z Compiling hubpack v0.1.2
21572026-03-20T23:56:37.312Z Compiling ed25519 v2.2.3
21582026-03-20T23:56:37.338Z Compiling phf_shared v0.11.3
21592026-03-20T23:56:37.493Z Compiling pkcs1 v0.7.5
21602026-03-20T23:56:37.620Z Compiling hex v0.4.3
21612026-03-20T23:56:37.705Z Compiling serde-big-array v0.5.1
21622026-03-20T23:56:37.741Z Compiling rfc6979 v0.4.0
21632026-03-20T23:56:37.899Z Compiling bstr v1.12.1
21642026-03-20T23:56:38.043Z Compiling itertools v0.12.1
21652026-03-20T23:56:38.046Z Compiling float-cmp v0.10.0
21662026-03-20T23:56:38.046Z Compiling memmap2 v0.9.10
21672026-03-20T23:56:38.046Z Compiling env_filter v1.0.0
21682026-03-20T23:56:38.115Z Compiling encoding_rs v0.8.35
21692026-03-20T23:56:38.182Z Compiling difflib v0.4.0
21702026-03-20T23:56:38.302Z Compiling new_debug_unreachable v1.0.6
21712026-03-20T23:56:38.402Z Compiling fixedbitset v0.5.7
21722026-03-20T23:56:38.424Z Compiling toml_write v0.1.2
21732026-03-20T23:56:38.499Z Compiling unit-prefix v0.5.2
21742026-03-20T23:56:38.735Z Compiling mime v0.3.17
21752026-03-20T23:56:38.758Z Compiling static_assertions v1.1.0
21762026-03-20T23:56:38.791Z Compiling normalize-line-endings v0.3.0
21772026-03-20T23:56:38.817Z Compiling whoami v2.1.0
21782026-03-20T23:56:38.821Z Compiling data-encoding v2.10.0
21792026-03-20T23:56:38.869Z Compiling precomputed-hash v0.1.1
21802026-03-20T23:56:38.891Z Compiling predicates-core v1.0.10
21812026-03-20T23:56:38.915Z Compiling rustc-hash v2.1.1
21822026-03-20T23:56:38.937Z Compiling jiff v0.2.21
21832026-03-20T23:56:38.996Z Compiling fixedbitset v0.4.2
21842026-03-20T23:56:39.092Z Compiling keccak v0.1.6
21852026-03-20T23:56:39.126Z Compiling tokio-postgres v0.7.16
21862026-03-20T23:56:39.285Z Compiling sha3 v0.10.8
21872026-03-20T23:56:39.309Z Compiling hickory-proto v0.25.2
21882026-03-20T23:56:39.368Z Compiling petgraph v0.6.5
21892026-03-20T23:56:39.488Z Compiling predicates v3.1.4
21902026-03-20T23:56:39.603Z Compiling zone v0.3.1
21912026-03-20T23:56:39.668Z Compiling iddqd v0.3.17
21922026-03-20T23:56:39.724Z Compiling string_cache v0.8.9
21932026-03-20T23:56:39.946Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21942026-03-20T23:56:40.021Z Compiling petgraph v0.8.3
21952026-03-20T23:56:40.130Z Compiling indicatif v0.18.4
21962026-03-20T23:56:40.274Z Compiling toml_edit v0.22.27
21972026-03-20T23:56:41.129Z Compiling similar v2.7.0
21982026-03-20T23:56:41.164Z Compiling env_logger v0.11.9
21992026-03-20T23:56:41.385Z Compiling usdt v0.6.0
22002026-03-20T23:56:42.048Z Compiling serde_with v3.17.0
22012026-03-20T23:56:42.123Z Compiling ecdsa v0.16.9
22022026-03-20T23:56:42.159Z Compiling rsa v0.9.10
22032026-03-20T23:56:42.614Z Compiling zip v4.6.1
22042026-03-20T23:56:42.964Z Compiling ed25519-dalek v2.2.0
22052026-03-20T23:56:43.027Z Compiling clap v4.5.60
22062026-03-20T23:56:43.665Z Compiling crossterm v0.28.1
22072026-03-20T23:56:43.923Z Compiling zip v0.6.6
22082026-03-20T23:56:44.128Z Compiling strum v0.26.3
22092026-03-20T23:56:44.152Z Compiling toml v0.7.8
22102026-03-20T23:56:44.308Z Compiling tokio-stream v0.1.18
22112026-03-20T23:56:44.382Z Compiling buf-list v1.1.2
22122026-03-20T23:56:44.633Z Compiling x509-cert v0.2.5
22132026-03-20T23:56:44.747Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22142026-03-20T23:56:44.967Z Compiling openapiv3 v2.2.0
22152026-03-20T23:56:44.968Z Compiling sha1 v0.10.6
22162026-03-20T23:56:45.166Z Compiling itertools v0.13.0
22172026-03-20T23:56:45.546Z Compiling peg-runtime v0.8.5
22182026-03-20T23:56:45.879Z Compiling lalrpop-util v0.19.12
22192026-03-20T23:57:00.931Z Compiling macaddr v1.0.1
22202026-03-20T23:57:01.109Z Compiling structmeta-derive v0.3.0
22212026-03-20T23:57:01.143Z Compiling itertools v0.14.0
22222026-03-20T23:57:02.263Z Compiling heapless v0.8.0
22232026-03-20T23:57:02.834Z Compiling ingot-macros v0.1.1
22242026-03-20T23:57:02.911Z Compiling structmeta v0.3.0
22252026-03-20T23:57:06.284Z Compiling rustls-webpki v0.103.9
22262026-03-20T23:57:07.661Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-03-20T23:57:09.299Z Compiling hash32 v0.3.1
22282026-03-20T23:57:09.572Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-03-20T23:57:09.653Z Compiling smoltcp v0.11.0
22302026-03-20T23:57:09.775Z Compiling proc-macro-crate v3.4.0
22312026-03-20T23:57:09.895Z Compiling ingot-types v0.1.2
22322026-03-20T23:57:10.107Z Compiling cobs v0.3.0
22332026-03-20T23:57:10.311Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22342026-03-20T23:57:10.379Z Compiling rustls v0.22.4
22352026-03-20T23:57:10.400Z Compiling num_enum_derive v0.7.5
22362026-03-20T23:57:10.480Z Compiling ingot v0.1.1
22372026-03-20T23:57:10.547Z Compiling postcard v1.1.3
22382026-03-20T23:57:10.615Z Compiling proc-macro-crate v1.3.1
22392026-03-20T23:57:10.675Z Compiling rustls-webpki v0.102.8
22402026-03-20T23:57:10.700Z Compiling futures-executor v0.3.32
22412026-03-20T23:57:10.879Z Compiling foreign-types-macros v0.2.3
22422026-03-20T23:57:11.074Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22432026-03-20T23:57:11.101Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-20T23:57:11.139Z Compiling multer v3.1.0
22452026-03-20T23:57:11.317Z Compiling tokio-rustls v0.26.4
22462026-03-20T23:57:11.361Z Compiling rustls-platform-verifier v0.6.2
22472026-03-20T23:57:11.410Z Compiling thread_local v1.1.9
22482026-03-20T23:57:11.626Z Compiling foreign-types-shared v0.3.1
22492026-03-20T23:57:11.653Z Compiling hyper-rustls v0.27.7
22502026-03-20T23:57:11.677Z Compiling typeid v1.0.3
22512026-03-20T23:57:11.700Z Compiling cpufeatures v0.3.0
22522026-03-20T23:57:11.703Z Compiling match_cfg v0.1.0
22532026-03-20T23:57:11.770Z Compiling slog-async v2.8.0
22542026-03-20T23:57:11.819Z Compiling hostname v0.3.1
22552026-03-20T23:57:11.841Z Compiling chacha20 v0.10.0
22562026-03-20T23:57:11.867Z Compiling foreign-types v0.5.0
22572026-03-20T23:57:11.993Z Compiling reqwest v0.12.28
22582026-03-20T23:57:12.051Z Compiling reqwest v0.13.2
22592026-03-20T23:57:12.100Z Compiling num_enum v0.7.5
22602026-03-20T23:57:12.252Z Compiling num_enum_derive v0.5.11
22612026-03-20T23:57:12.282Z Compiling futures v0.3.32
22622026-03-20T23:57:12.472Z Compiling derive-ex v0.1.8
22632026-03-20T23:57:12.593Z Compiling tabwriter v1.4.1
22642026-03-20T23:57:12.617Z Compiling slog-json v2.6.1
22652026-03-20T23:57:12.958Z Compiling crossbeam-channel v0.5.15
22662026-03-20T23:57:12.961Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22672026-03-20T23:57:13.077Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-03-20T23:57:13.511Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22692026-03-20T23:57:13.580Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-20T23:57:13.603Z Compiling async-stream-impl v0.3.6
22712026-03-20T23:57:13.672Z Compiling serde_spanned v1.0.4
22722026-03-20T23:57:13.768Z Compiling is-terminal v0.4.17
22732026-03-20T23:57:13.807Z Compiling cstr-argument v0.1.2
22742026-03-20T23:57:13.919Z Compiling dropshot v0.16.7
22752026-03-20T23:57:13.919Z Compiling take_mut v0.2.2
22762026-03-20T23:57:13.966Z Compiling term v1.2.1
22772026-03-20T23:57:13.969Z Compiling crucible-workspace-hack v0.1.0
22782026-03-20T23:57:14.053Z Compiling toml_writer v1.0.6+spec-1.1.0
22792026-03-20T23:57:14.093Z Compiling erased-serde v0.4.9
22802026-03-20T23:57:14.116Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22812026-03-20T23:57:14.285Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22822026-03-20T23:57:14.379Z Compiling async-stream v0.3.6
22832026-03-20T23:57:14.429Z Compiling slog-term v2.9.2
22842026-03-20T23:57:14.482Z Compiling toml v0.9.12+spec-1.1.0
22852026-03-20T23:57:14.507Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-20T23:57:14.537Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-03-20T23:57:14.576Z Compiling test-strategy v0.4.5
22882026-03-20T23:57:14.649Z Compiling num_enum v0.5.11
22892026-03-20T23:57:14.727Z Compiling slog-bunyan v2.5.0
22902026-03-20T23:57:14.751Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-03-20T23:57:15.053Z Compiling tokio-rustls v0.25.0
22922026-03-20T23:57:15.253Z Compiling rand v0.10.0
22932026-03-20T23:57:15.311Z Compiling parse-display-derive v0.10.0
22942026-03-20T23:57:15.400Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-03-20T23:57:15.679Z Compiling backon v1.6.0
22962026-03-20T23:57:15.719Z Compiling waitgroup v0.1.2
22972026-03-20T23:57:15.896Z Compiling newtype-uuid-macros v0.1.0
22982026-03-20T23:57:15.920Z Compiling dropshot_endpoint v0.16.7
22992026-03-20T23:57:15.945Z Compiling rustls-pemfile v2.2.0
23002026-03-20T23:57:16.029Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23012026-03-20T23:57:16.032Z Compiling serde_path_to_error v0.1.20
23022026-03-20T23:57:16.241Z Compiling hostname v0.4.2
23032026-03-20T23:57:16.320Z Compiling instant v0.1.13
23042026-03-20T23:57:16.353Z Compiling colored v3.1.1
23052026-03-20T23:57:16.373Z Compiling debug-ignore v1.0.5
23062026-03-20T23:57:16.391Z Compiling libefi-sys v0.1.0
23072026-03-20T23:57:16.471Z Compiling backoff v0.4.0
23082026-03-20T23:57:16.495Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23092026-03-20T23:57:16.532Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23102026-03-20T23:57:16.710Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23112026-03-20T23:57:16.773Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23122026-03-20T23:57:16.856Z Compiling camino-tempfile v1.4.1
23132026-03-20T23:57:16.881Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23142026-03-20T23:57:16.980Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-03-20T23:57:17.244Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-03-20T23:57:17.300Z Compiling parse-display v0.10.0
23172026-03-20T23:57:17.375Z Compiling usdt-macro v0.5.0
23182026-03-20T23:57:17.398Z Compiling usdt-attr-macro v0.5.0
23192026-03-20T23:57:17.423Z Compiling secrecy v0.10.3
23202026-03-20T23:57:17.451Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-03-20T23:57:17.653Z Compiling num-derive v0.4.2
23222026-03-20T23:57:17.982Z Compiling bitfield-struct v0.6.2
23232026-03-20T23:57:18.301Z Compiling regress v0.10.5
23242026-03-20T23:57:18.391Z Compiling ordered-float v2.10.1
23252026-03-20T23:57:18.450Z Compiling blake3 v1.8.3
23262026-03-20T23:57:18.472Z Compiling sigpipe v0.1.3
23272026-03-20T23:57:18.611Z Compiling memmap v0.7.0
23282026-03-20T23:57:18.815Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23292026-03-20T23:57:18.818Z Compiling glob v0.3.3
23302026-03-20T23:57:18.863Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23312026-03-20T23:57:18.888Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-20T23:57:18.952Z Compiling usdt v0.5.0
23332026-03-20T23:57:19.282Z Compiling serde-value v0.7.0
23342026-03-20T23:57:19.293Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-20T23:57:19.293Z Compiling serde-untagged v0.1.9
23362026-03-20T23:57:19.293Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23372026-03-20T23:57:19.672Z Compiling toml v0.8.23
23382026-03-20T23:57:19.707Z Compiling smf v0.2.3
23392026-03-20T23:57:19.762Z Compiling filetime v0.2.27
23402026-03-20T23:57:19.788Z Compiling same-file v1.0.6
23412026-03-20T23:57:19.788Z Compiling whoami v1.6.1
23422026-03-20T23:57:19.833Z Compiling arrayref v0.3.9
23432026-03-20T23:57:19.946Z Compiling arrayvec v0.7.6
23442026-03-20T23:57:20.024Z Compiling constant_time_eq v0.4.2
23452026-03-20T23:57:20.049Z Compiling xattr v1.6.1
23462026-03-20T23:57:20.052Z Compiling unicode-xid v0.2.6
23472026-03-20T23:57:20.052Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-03-20T23:57:20.117Z Compiling walkdir v2.5.0
23492026-03-20T23:57:20.195Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-03-20T23:57:20.273Z Compiling tar v0.4.44
23512026-03-20T23:57:20.298Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23522026-03-20T23:57:20.346Z Compiling cargo-util-schemas v0.8.2
23532026-03-20T23:57:20.388Z Compiling tokio-dtrace v0.1.1
23542026-03-20T23:57:20.636Z Compiling gethostname v0.5.0
23552026-03-20T23:57:20.810Z Compiling cargo-platform v0.2.0
23562026-03-20T23:57:20.831Z Compiling topological-sort v0.2.2
23572026-03-20T23:57:21.054Z Compiling oxide-tokio-rt v0.1.3
23582026-03-20T23:57:21.054Z Compiling indent_write v2.2.0
23592026-03-20T23:57:21.104Z Compiling shell-words v1.1.1
23602026-03-20T23:57:21.131Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-20T23:57:21.883Z Compiling cargo_metadata v0.21.0
23622026-03-20T23:57:32.908Z Compiling progenitor-client v0.13.0
23632026-03-20T23:57:32.932Z Compiling progenitor-client v0.10.0
23642026-03-20T23:57:32.932Z Compiling omicron-zone-package v0.12.2
23652026-03-20T23:57:33.032Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23662026-03-20T23:57:33.032Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23672026-03-20T23:57:33.035Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-03-20T23:57:33.035Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23692026-03-20T23:57:33.221Z Compiling progenitor-extras v0.1.1
23702026-03-20T23:57:33.502Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712026-03-20T23:57:42.967Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23722026-03-20T23:57:44.228Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23732026-03-20T23:57:52.482Z Finished `release` profile [optimized] target(s) in 1m 53s
23742026-03-20T23:57:52.669Z Running `target/release/omicron-package -t test target create -p dev`
23752026-03-20T23:57:52.738ZLogging to: /work/oxidecomputer/omicron/out/LOG
23762026-03-20T23:57:52.741ZCreated new build target 'test' and set it as active
23772026-03-20T23:57:52.741Z
23782026-03-20T23:57:52.741Zreal 1:53.299494614
23792026-03-20T23:57:52.741Zuser 20:03.830435369
23802026-03-20T23:57:52.741Zsys 3:04.360628189
23812026-03-20T23:57:52.741Ztrap 0.519651994
23822026-03-20T23:57:52.741Ztflt 3.031175851
23832026-03-20T23:57:52.741Zdflt 4.160457562
23842026-03-20T23:57:52.741Zkflt 0.005149463
23852026-03-20T23:57:52.741Zlock 1:03:47.399036767
23862026-03-20T23:57:52.741Zslp 51:24.440214047
23872026-03-20T23:57:52.741Zlat 43.952432198
23882026-03-20T23:57:52.741Zstop 7:32.317777335
23892026-03-20T23:57:52.744Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23902026-03-20T23:57:53.942Z Finished `release` profile [optimized] target(s) in 1.18s
23912026-03-20T23:57:54.015Z Running `target/release/omicron-package -t test package`
23922026-03-20T23:57:54.075ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-03-20T23:57:55.969Z Compiling regress v0.10.5
23942026-03-20T23:57:55.969Z Compiling heck v0.5.0
23952026-03-20T23:57:55.972Z Compiling unsafe-libyaml v0.2.11
23962026-03-20T23:57:55.972Z Compiling convert_case v0.4.0
23972026-03-20T23:57:56.280Z Compiling half v2.7.1
23982026-03-20T23:57:56.283Z Compiling ciborium-io v0.2.2
23992026-03-20T23:57:56.333Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24002026-03-20T23:57:56.337Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24012026-03-20T23:57:56.392Z Compiling prettyplease v0.2.37
24022026-03-20T23:57:56.425Z Compiling universal-hash v0.5.1
24032026-03-20T23:57:56.428Z Compiling thiserror-impl-no-std v2.0.2
24042026-03-20T23:57:56.428Z Compiling unicode-width v0.1.14
24052026-03-20T23:57:56.428Z Compiling opaque-debug v0.3.1
24062026-03-20T23:57:56.428Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-03-20T23:57:56.459Z Compiling typify-impl v0.6.1
24082026-03-20T23:57:56.549Z Compiling chacha20 v0.9.1
24092026-03-20T23:57:56.553Z Compiling password-hash v0.5.0
24102026-03-20T23:57:56.678Z Compiling derive_more v0.99.20
24112026-03-20T23:57:56.678Z Compiling ciborium-ll v0.2.2
24122026-03-20T23:57:56.681Z Compiling poly1305 v0.8.0
24132026-03-20T23:57:56.770Z Compiling blake2 v0.10.6
24142026-03-20T23:57:56.774Z Compiling aead v0.5.2
24152026-03-20T23:57:56.898Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24162026-03-20T23:57:56.973Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-20T23:57:57.002Z Compiling ciborium v0.2.2
24182026-03-20T23:57:57.049Z Compiling is-terminal v0.4.17
24192026-03-20T23:57:57.080Z Compiling swrite v0.1.0
24202026-03-20T23:57:57.113Z Compiling serde_spanned v1.0.4
24212026-03-20T23:57:57.210Z Compiling argon2 v0.5.3
24222026-03-20T23:57:57.251Z Compiling chacha20poly1305 v0.10.1
24232026-03-20T23:57:57.344Z Compiling toml_writer v1.0.6+spec-1.1.0
24242026-03-20T23:57:57.492Z Compiling bytecount v0.6.9
24252026-03-20T23:57:57.531Z Compiling rustls v0.22.4
24262026-03-20T23:57:57.576Z Compiling rustls-webpki v0.102.8
24272026-03-20T23:57:57.610Z Compiling derive-where v1.6.0
24282026-03-20T23:57:57.651Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-20T23:57:57.751Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24302026-03-20T23:57:57.784Z Compiling thread_local v1.1.9
24312026-03-20T23:57:57.872Z Compiling thiserror-no-std v2.0.2
24322026-03-20T23:57:57.910Z Compiling match_cfg v0.1.0
24332026-03-20T23:57:58.029Z Compiling vsss-rs v3.3.4
24342026-03-20T23:57:58.058Z Compiling hostname v0.3.1
24352026-03-20T23:57:58.230Z Compiling multer v3.1.0
24362026-03-20T23:57:58.235Z Compiling slog-async v2.8.0
24372026-03-20T23:57:58.324Z Compiling slog-json v2.6.1
24382026-03-20T23:57:58.353Z Compiling crossbeam-channel v0.5.15
24392026-03-20T23:57:58.428Z Compiling futures-executor v0.3.32
24402026-03-20T23:57:58.530Z Compiling take_mut v0.2.2
24412026-03-20T23:57:58.560Z Compiling term v1.2.1
24422026-03-20T23:57:58.616Z Compiling slog-bunyan v2.5.0
24432026-03-20T23:57:58.698Z Compiling futures v0.3.32
24442026-03-20T23:57:58.810Z Compiling dropshot v0.16.7
24452026-03-20T23:57:58.843Z Compiling async-stream v0.3.6
24462026-03-20T23:57:58.849Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-03-20T23:57:58.909Z Compiling progenitor-client v0.13.0
24482026-03-20T23:57:58.981Z Compiling slog-term v2.9.2
24492026-03-20T23:57:59.048Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24502026-03-20T23:57:59.118Z Compiling waitgroup v0.1.2
24512026-03-20T23:57:59.269Z Compiling backon v1.6.0
24522026-03-20T23:57:59.303Z Compiling rustls-pemfile v2.2.0
24532026-03-20T23:57:59.338Z Compiling serde_path_to_error v0.1.20
24542026-03-20T23:57:59.341Z Compiling hostname v0.4.2
24552026-03-20T23:57:59.341Z Compiling instant v0.1.13
24562026-03-20T23:57:59.341Z Compiling debug-ignore v1.0.5
24572026-03-20T23:57:59.341Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24582026-03-20T23:57:59.545Z Compiling backoff v0.4.0
24592026-03-20T23:57:59.580Z Compiling progenitor-extras v0.1.1
24602026-03-20T23:57:59.584Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-03-20T23:57:59.646Z Compiling parse-display v0.10.0
24622026-03-20T23:57:59.649Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-03-20T23:57:59.649Z Compiling progenitor-client v0.10.0
24642026-03-20T23:57:59.649Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24652026-03-20T23:57:59.769Z Compiling macaddr v1.0.1
24662026-03-20T23:57:59.827Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24672026-03-20T23:57:59.829Z Compiling console v0.15.11
24682026-03-20T23:57:59.891Z Compiling newline-converter v0.3.0
24692026-03-20T23:57:59.932Z Compiling atomicwrites v0.4.4
24702026-03-20T23:57:59.973Z Compiling num-rational v0.4.2
24712026-03-20T23:58:00.028Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-03-20T23:58:00.139Z Compiling num-complex v0.4.6
24732026-03-20T23:58:00.203Z Compiling slog-dtrace v0.3.0
24742026-03-20T23:58:00.260Z Compiling async-recursion v1.1.1
24752026-03-20T23:58:00.329Z Compiling cancel-safe-futures v0.1.5
24762026-03-20T23:58:00.470Z Compiling expectorate v1.2.0
24772026-03-20T23:58:00.600Z Compiling tokio-rustls v0.25.0
24782026-03-20T23:58:00.630Z Compiling owo-colors v4.3.0
24792026-03-20T23:58:00.761Z Compiling num v0.4.3
24802026-03-20T23:58:00.823Z Compiling float-ord v0.3.2
24812026-03-20T23:58:00.957Z Compiling libsw-core v0.3.2
24822026-03-20T23:58:01.027Z Compiling resolv-conf v0.7.6
24832026-03-20T23:58:01.096Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24842026-03-20T23:58:01.096Z Compiling toml v0.8.23
24852026-03-20T23:58:01.269Z Compiling libsw v3.5.0
24862026-03-20T23:58:01.300Z Compiling linear-map v1.2.0
24872026-03-20T23:58:01.406Z Compiling minimal-lexical v0.2.1
24882026-03-20T23:58:01.491Z Compiling linked-hash-map v0.5.6
24892026-03-20T23:58:01.580Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-03-20T23:58:01.628Z Compiling unicode-xid v0.2.6
24912026-03-20T23:58:01.757Z Compiling lru-cache v0.1.2
24922026-03-20T23:58:01.812Z Compiling nom v7.1.3
24932026-03-20T23:58:01.843Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24942026-03-20T23:58:01.843Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-20T23:58:01.906Z Compiling globset v0.4.18
24962026-03-20T23:58:01.971Z Compiling hickory-proto v0.24.4
24972026-03-20T23:58:02.002Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-03-20T23:58:02.190Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-20T23:58:02.520Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-20T23:58:03.210Z Compiling typify-macro v0.6.1
25012026-03-20T23:58:03.595Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-03-20T23:58:03.737Z Compiling convert_case v0.10.0
25032026-03-20T23:58:04.149Z Compiling derive_more-impl v2.1.1
25042026-03-20T23:58:04.988Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-03-20T23:58:05.034Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-03-20T23:58:05.191Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-03-20T23:58:05.314Z Compiling typify v0.6.1
25082026-03-20T23:58:05.400Z Compiling hickory-resolver v0.24.4
25092026-03-20T23:58:05.512Z Compiling progenitor-impl v0.13.0
25102026-03-20T23:58:05.577Z Compiling pin-project-internal v1.1.11
25112026-03-20T23:58:06.302Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-03-20T23:58:06.559Z Compiling derive_more v2.1.1
25132026-03-20T23:58:06.708Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-03-20T23:58:06.907Z Compiling qorb v0.4.1
25152026-03-20T23:58:06.979Z Compiling pin-project v1.1.11
25162026-03-20T23:58:07.144Z Compiling pem v3.0.6
25172026-03-20T23:58:07.300Z Compiling snafu-derive v0.8.9
25182026-03-20T23:58:08.042Z Compiling termtree v0.5.1
25192026-03-20T23:58:08.305Z Compiling crossterm v0.29.0
25202026-03-20T23:58:08.352Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-03-20T23:58:08.594Z Compiling progenitor-macro v0.13.0
25222026-03-20T23:58:09.605Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25232026-03-20T23:58:09.645Z Compiling snafu v0.8.9
25242026-03-20T23:58:10.381Z Compiling phf_shared v0.12.1
25252026-03-20T23:58:10.748Z Compiling olpc-cjson v0.1.4
25262026-03-20T23:58:11.060Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-03-20T23:58:11.182Z Compiling serde_plain v1.0.2
25282026-03-20T23:58:11.727Z Compiling vte v0.14.1
25292026-03-20T23:58:12.043Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-03-20T23:58:12.071Z Compiling csv-core v0.1.13
25312026-03-20T23:58:12.338Z Compiling typed-path v0.9.3
25322026-03-20T23:58:12.517Z Compiling chrono-tz v0.10.4
25332026-03-20T23:58:12.616Z Compiling highway v1.3.0
25342026-03-20T23:58:12.838Z Compiling csv v1.4.0
25352026-03-20T23:58:13.004Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-03-20T23:58:13.340Z Compiling strip-ansi-escapes v0.2.1
25372026-03-20T23:58:13.575Z Compiling phf v0.12.1
25382026-03-20T23:58:13.834Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-03-20T23:58:13.868Z Compiling const_format_proc_macros v0.2.34
25402026-03-20T23:58:13.924Z Compiling tough v0.20.0
25412026-03-20T23:58:14.094Z Compiling papergrid v0.11.0
25422026-03-20T23:58:14.176Z Compiling fd-lock v4.0.4
25432026-03-20T23:58:14.398Z Compiling peg-macros v0.8.5
25442026-03-20T23:58:14.488Z Compiling progenitor v0.13.0
25452026-03-20T23:58:14.707Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-03-20T23:58:14.899Z Compiling tabled_derive v0.7.0
25472026-03-20T23:58:15.614Z Compiling nu-ansi-term v0.50.3
25482026-03-20T23:58:15.967Z Compiling reedline v0.40.0
25492026-03-20T23:58:16.082Z Compiling peg v0.8.5
25502026-03-20T23:58:16.117Z Compiling tabled v0.15.0
25512026-03-20T23:58:16.120Z Compiling const_format v0.2.35
25522026-03-20T23:58:16.299Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25532026-03-20T23:58:16.329Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-20T23:58:16.753Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25552026-03-20T23:58:18.175Z Compiling bcs v0.1.6
25562026-03-20T23:58:18.238Z Compiling semver v0.1.20
25572026-03-20T23:58:18.622Z Compiling rustc_version v0.1.7
25582026-03-20T23:58:18.740Z Compiling base64 v0.21.7
25592026-03-20T23:58:18.935Z Compiling newtype_derive v0.1.6
25602026-03-20T23:58:19.211Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-03-20T23:58:19.409Z Compiling typify-impl v0.4.3
25622026-03-20T23:58:19.519Z Compiling smawk v0.3.2
25632026-03-20T23:58:19.878Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-20T23:58:19.883Z Compiling humantime v2.3.0
25652026-03-20T23:58:20.107Z Compiling unicode-linebreak v0.1.5
25662026-03-20T23:58:20.468Z Compiling textwrap v0.16.2
25672026-03-20T23:58:20.504Z Compiling dropshot-api-manager-types v0.6.0
25682026-03-20T23:58:20.596Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-03-20T23:58:20.723Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-03-20T23:58:20.905Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-03-20T23:58:21.286Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25722026-03-20T23:58:21.322Z Compiling steno v0.4.1
25732026-03-20T23:58:22.462Z Compiling utf-8 v0.7.6
25742026-03-20T23:58:22.763Z Compiling tagptr v0.2.0
25752026-03-20T23:58:22.917Z Compiling tungstenite v0.21.0
25762026-03-20T23:58:23.056Z Compiling moka v0.12.13
25772026-03-20T23:58:23.292Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-03-20T23:58:23.508Z Compiling radium v0.7.0
25792026-03-20T23:58:23.884Z Compiling tokio-tungstenite v0.21.0
25802026-03-20T23:58:24.395Z Compiling typify-macro v0.4.3
25812026-03-20T23:58:24.436Z Compiling maybe-uninit v2.0.0
25822026-03-20T23:58:24.744Z Compiling hickory-resolver v0.25.2
25832026-03-20T23:58:24.808Z Compiling tap v1.0.1
25842026-03-20T23:58:25.002Z Compiling wyz v0.5.1
25852026-03-20T23:58:25.333Z Compiling zerocopy-derive v0.6.6
25862026-03-20T23:58:25.567Z Compiling display-error-chain v0.2.2
25872026-03-20T23:58:25.672Z Compiling crc-catalog v2.4.0
25882026-03-20T23:58:25.790Z Compiling packed_struct v0.10.1
25892026-03-20T23:58:25.844Z Compiling funty v2.0.0
25902026-03-20T23:58:26.152Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-03-20T23:58:26.399Z Compiling zerocopy v0.6.6
25922026-03-20T23:58:26.427Z Compiling typify v0.4.3
25932026-03-20T23:58:26.606Z Compiling progenitor-impl v0.10.0
25942026-03-20T23:58:26.924Z Compiling bitvec v1.0.1
25952026-03-20T23:58:27.143Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25962026-03-20T23:58:29.062Z Compiling crc v3.4.0
25972026-03-20T23:58:29.481Z Compiling packed_struct_codegen v0.10.1
25982026-03-20T23:58:29.653Z Compiling bitfield-macros v0.19.4
25992026-03-20T23:58:29.656Z Compiling progenitor-macro v0.10.0
26002026-03-20T23:58:30.289Z Compiling indexmap v1.9.3
26012026-03-20T23:58:30.585Z Compiling nodrop v0.1.14
26022026-03-20T23:58:30.588Z Compiling bitfield v0.19.4
26032026-03-20T23:58:30.782Z Compiling array-init v0.0.4
26042026-03-20T23:58:31.078Z Compiling smallvec v0.6.14
26052026-03-20T23:58:31.154Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-03-20T23:58:31.366Z Compiling num-derive v0.3.3
26072026-03-20T23:58:31.472Z Compiling proc-macro-error-attr2 v2.0.0
26082026-03-20T23:58:32.002Z Compiling hashbrown v0.12.3
26092026-03-20T23:58:32.269Z Compiling proc-macro-error2 v2.0.1
26102026-03-20T23:58:32.312Z Compiling serde-hex v0.1.0
26112026-03-20T23:58:32.540Z Compiling libscf-sys v1.1.0
26122026-03-20T23:58:32.683Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-20T23:58:32.759Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26142026-03-20T23:58:32.973Z Compiling ron v0.8.1
26152026-03-20T23:58:33.003Z Compiling hashbrown v0.13.2
26162026-03-20T23:58:33.107Z Compiling vergen-gitcl v1.0.8
26172026-03-20T23:58:33.398Z Compiling dirs-sys-next v0.1.2
26182026-03-20T23:58:33.562Z Compiling maplit v1.0.2
26192026-03-20T23:58:33.706Z Compiling glob v0.3.3
26202026-03-20T23:58:33.757Z Compiling crunchy v0.2.4
26212026-03-20T23:58:33.836Z Compiling crc-any v2.5.0
26222026-03-20T23:58:34.002Z Compiling diesel_derives v2.3.7
26232026-03-20T23:58:34.165Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-03-20T23:58:34.195Z Compiling clang-sys v1.8.1
26252026-03-20T23:58:34.322Z Compiling object v0.30.4
26262026-03-20T23:58:34.401Z Compiling dirs-next v2.0.0
26272026-03-20T23:58:34.630Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26282026-03-20T23:58:34.689Z Compiling tabled_derive v0.11.0
26292026-03-20T23:58:34.738Z Compiling papergrid v0.17.0
26302026-03-20T23:58:35.021Z Compiling testing_table v0.3.0
26312026-03-20T23:58:35.230Z Compiling dsl_auto_type v0.2.0
26322026-03-20T23:58:35.344Z Compiling scheduled-thread-pool v0.2.7
26332026-03-20T23:58:35.558Z Compiling diesel_table_macro_syntax v0.3.0
26342026-03-20T23:58:35.589Z Compiling tiny-keccak v2.0.2
26352026-03-20T23:58:35.592Z Compiling progenitor v0.10.0
26362026-03-20T23:58:35.820Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26372026-03-20T23:58:35.860Z Compiling path-slash v0.1.5
26382026-03-20T23:58:35.946Z Compiling r2d2 v0.8.10
26392026-03-20T23:58:36.100Z Compiling term v0.7.0
26402026-03-20T23:58:36.170Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-03-20T23:58:36.281Z Compiling arc-swap v1.8.2
26422026-03-20T23:58:36.317Z Compiling tabled v0.20.0
26432026-03-20T23:58:36.350Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-20T23:58:36.643Z Compiling xshell-macros v0.2.7
26452026-03-20T23:58:36.701Z Compiling downcast-rs v2.0.2
26462026-03-20T23:58:36.806Z Compiling bit-vec v0.6.3
26472026-03-20T23:58:36.866Z Compiling slog-scope v4.4.1
26482026-03-20T23:58:36.921Z Compiling ascii-canvas v3.0.0
26492026-03-20T23:58:37.107Z Compiling bit-set v0.5.3
26502026-03-20T23:58:37.138Z Compiling xshell v0.2.7
26512026-03-20T23:58:37.344Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-03-20T23:58:37.423Z Compiling itertools v0.10.5
26532026-03-20T23:58:37.586Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-03-20T23:58:37.924Z Compiling ena v0.14.4
26552026-03-20T23:58:38.048Z Compiling libloading v0.8.9
26562026-03-20T23:58:38.242Z Compiling unicase v2.9.0
26572026-03-20T23:58:38.359Z Compiling bindgen v0.71.1
26582026-03-20T23:58:38.647Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26592026-03-20T23:58:38.721Z Compiling diff v0.1.13
26602026-03-20T23:58:38.823Z Compiling regex-syntax v0.6.29
26612026-03-20T23:58:39.101Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-03-20T23:58:40.814Z Compiling lalrpop v0.19.12
26632026-03-20T23:58:41.444Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-03-20T23:58:42.063Z Compiling slog-stdlog v4.1.1
26652026-03-20T23:58:42.552Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-03-20T23:58:42.638Z Compiling diesel v2.3.7
26672026-03-20T23:58:42.878Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26682026-03-20T23:58:43.041Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26692026-03-20T23:58:43.179Z Compiling cexpr v0.6.0
26702026-03-20T23:58:43.542Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26712026-03-20T23:58:43.811Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722026-03-20T23:58:43.842Z Compiling crc8 v0.1.1
26732026-03-20T23:58:44.103Z Compiling slog-envlogger v2.2.0
26742026-03-20T23:58:44.135Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-03-20T23:58:44.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26762026-03-20T23:58:44.562Z Compiling headers-core v0.3.0
26772026-03-20T23:58:44.763Z Compiling libxml v0.3.3
26782026-03-20T23:58:45.070Z Compiling headers v0.4.1
26792026-03-20T23:58:45.156Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26802026-03-20T23:58:45.593Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-03-20T23:58:45.873Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26822026-03-20T23:58:46.363Z Compiling strum_macros v0.24.3
26832026-03-20T23:58:46.449Z Compiling indoc v1.0.9
26842026-03-20T23:58:46.622Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-03-20T23:58:46.754Z Compiling derive_builder v0.20.2
26862026-03-20T23:58:46.908Z Compiling oso-derive v0.27.3
26872026-03-20T23:58:46.965Z Compiling quick-xml v0.37.5
26882026-03-20T23:58:47.012Z Compiling impl-trait-for-tuples v0.2.3
26892026-03-20T23:58:47.174Z Compiling half v1.8.3
26902026-03-20T23:58:47.203Z Compiling openssl-probe v0.1.6
26912026-03-20T23:58:47.554Z Compiling serde_cbor v0.11.2
26922026-03-20T23:58:47.629Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-03-20T23:58:47.745Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-03-20T23:58:48.059Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26952026-03-20T23:58:48.592Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-03-20T23:58:48.818Z Compiling bb8 v0.8.6
26972026-03-20T23:58:48.867Z Compiling trait-variant v0.1.2
26982026-03-20T23:58:48.941Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-03-20T23:58:48.945Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-03-20T23:58:49.366Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-03-20T23:58:49.399Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-03-20T23:58:49.573Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-03-20T23:58:49.681Z Compiling fxhash v0.2.1
27042026-03-20T23:58:49.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-03-20T23:58:49.951Z Compiling kstat-rs v0.2.4
27062026-03-20T23:58:50.201Z Compiling libz-sys v1.1.24
27072026-03-20T23:58:50.230Z Compiling salty v0.3.0
27082026-03-20T23:58:50.529Z Compiling nonempty v0.12.0
27092026-03-20T23:58:50.563Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-03-20T23:58:50.717Z Compiling samael v0.0.19
27112026-03-20T23:58:50.827Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-03-20T23:58:50.867Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27132026-03-20T23:58:51.062Z Compiling progenitor-impl v0.11.2
27142026-03-20T23:58:51.104Z Compiling darling_core v0.23.0
27152026-03-20T23:58:51.708Z Compiling polar-core v0.27.3
27162026-03-20T23:58:51.740Z Compiling nanorand v0.7.0
27172026-03-20T23:58:51.995Z Compiling fs-err v2.11.0
27182026-03-20T23:58:52.296Z Compiling parking_lot_core v0.8.6
27192026-03-20T23:58:52.518Z Compiling mime_guess v2.0.5
27202026-03-20T23:58:52.733Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-20T23:58:53.383Z Compiling flume v0.11.1
27222026-03-20T23:58:53.689Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27232026-03-20T23:58:54.190Z Compiling progenitor-macro v0.11.2
27242026-03-20T23:58:54.270Z Compiling darling_macro v0.23.0
27252026-03-20T23:58:55.244Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-03-20T23:58:55.641Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-03-20T23:58:55.978Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-03-20T23:58:57.522Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-03-20T23:58:58.246Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-03-20T23:58:58.416Z Compiling progenitor-client v0.11.2
27312026-03-20T23:58:59.367Z Compiling git-stub v1.0.0
27322026-03-20T23:58:59.712Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-03-20T23:59:00.045Z Compiling instability v0.3.11
27342026-03-20T23:59:00.234Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352026-03-20T23:59:01.567Z Compiling progenitor v0.11.2
27362026-03-20T23:59:01.795Z Compiling git-stub-vcs v0.1.0
27372026-03-20T23:59:02.265Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-03-20T23:59:02.336Z Compiling darling v0.23.0
27392026-03-20T23:59:02.482Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-03-20T23:59:05.312Z Compiling oso v0.27.3
27412026-03-20T23:59:06.260Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-03-20T23:59:06.289Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-03-20T23:59:06.435Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-20T23:59:07.698Z Compiling diesel-dtrace v0.5.0
27452026-03-20T23:59:07.753Z Compiling async-bb8-diesel v0.2.1
27462026-03-20T23:59:07.894Z Compiling ignore v0.4.25
27472026-03-20T23:59:08.366Z Compiling primeorder v0.13.6
27482026-03-20T23:59:08.862Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-03-20T23:59:10.060Z Compiling castaway v0.2.4
27502026-03-20T23:59:10.165Z Compiling nibble_vec v0.1.0
27512026-03-20T23:59:10.257Z Compiling atty v0.2.14
27522026-03-20T23:59:10.405Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-03-20T23:59:10.442Z Compiling http-range v0.1.5
27542026-03-20T23:59:10.702Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27552026-03-20T23:59:10.732Z Compiling parse-size v1.1.0
27562026-03-20T23:59:10.871Z Compiling endian-type v0.1.2
27572026-03-20T23:59:11.003Z Compiling indoc v2.0.7
27582026-03-20T23:59:11.086Z Compiling radix_trie v0.2.1
27592026-03-20T23:59:11.116Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-20T23:59:11.242Z Compiling compact_str v0.8.1
27612026-03-20T23:59:11.688Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-20T23:59:12.488Z Compiling globwalk v0.9.1
27632026-03-20T23:59:12.696Z Compiling p384 v0.13.1
27642026-03-20T23:59:13.508Z Compiling parking_lot v0.11.2
27652026-03-20T23:59:14.389Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-03-20T23:59:14.666Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-03-20T23:59:14.696Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27682026-03-20T23:59:14.933Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-03-20T23:59:14.963Z Compiling predicates-tree v1.0.13
27702026-03-20T23:59:15.252Z Compiling unicode-truncate v1.1.0
27712026-03-20T23:59:15.515Z Compiling lru v0.12.5
27722026-03-20T23:59:15.546Z Compiling prefix-trie v0.7.0
27732026-03-20T23:59:15.550Z Compiling vergen-git2 v1.0.7
27742026-03-20T23:59:15.810Z Compiling cassowary v0.3.0
27752026-03-20T23:59:16.133Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-03-20T23:59:16.199Z Compiling ratatui v0.29.0
27772026-03-20T23:59:16.433Z Compiling hickory-server v0.25.2
27782026-03-20T23:59:17.260Z Compiling camino-tempfile-ext v0.3.3
27792026-03-20T23:59:17.288Z Compiling hyper-staticfile v0.10.1
27802026-03-20T23:59:17.787Z Compiling sled v0.34.7
27812026-03-20T23:59:18.821Z Compiling hickory-client v0.25.2
27822026-03-20T23:59:19.380Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27832026-03-20T23:59:19.593Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27842026-03-20T23:59:19.907Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-03-20T23:59:19.957Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27862026-03-20T23:59:20.203Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27872026-03-20T23:59:20.883Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27882026-03-20T23:59:21.261Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-20T23:59:21.357Z Compiling rand_seeder v0.4.0
27902026-03-20T23:59:21.691Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-03-20T23:59:21.957Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27922026-03-20T23:59:22.280Z Compiling lzma-sys v0.1.20
27932026-03-20T23:59:22.310Z Compiling corncobs v0.1.4
27942026-03-20T23:59:22.621Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-03-20T23:59:22.796Z Compiling rustls v0.21.12
27962026-03-20T23:59:22.988Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-03-20T23:59:23.082Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-03-20T23:59:23.144Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-03-20T23:59:23.188Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28002026-03-20T23:59:23.429Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-03-20T23:59:23.465Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-03-20T23:59:23.929Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-20T23:59:23.933Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-03-20T23:59:24.693Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-03-20T23:59:25.004Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-03-20T23:59:26.893Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-03-20T23:59:27.919Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-03-20T23:59:28.214Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-20T23:59:28.500Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-20T23:59:28.625Z Compiling cargo_toml v0.22.3
28112026-03-20T23:59:28.788Z Compiling sct v0.7.1
28122026-03-20T23:59:29.128Z Compiling rustls-webpki v0.101.7
28132026-03-20T23:59:29.949Z Compiling nix v0.29.0
28142026-03-20T23:59:30.463Z Compiling secrecy v0.8.0
28152026-03-20T23:59:30.705Z Compiling void v1.0.2
28162026-03-20T23:59:30.897Z Compiling lzss v0.8.2
28172026-03-20T23:59:31.218Z Compiling git2 v0.20.4
28182026-03-20T23:59:31.441Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-20T23:59:31.486Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-03-20T23:59:31.529Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28212026-03-20T23:59:31.993Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-20T23:59:32.041Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-03-20T23:59:33.051Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-03-20T23:59:33.090Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-03-20T23:59:33.630Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-03-20T23:59:33.953Z Compiling tungstenite v0.23.0
28272026-03-20T23:59:33.972Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-03-20T23:59:34.091Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28292026-03-20T23:59:34.246Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-03-20T23:59:34.532Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-03-20T23:59:34.807Z Compiling nix v0.27.1
28322026-03-20T23:59:35.103Z Compiling serde_bytes v0.11.19
28332026-03-20T23:59:35.581Z Compiling tokio-tungstenite v0.23.1
28342026-03-20T23:59:35.683Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-03-20T23:59:35.724Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28362026-03-20T23:59:36.381Z Compiling tokio-rustls v0.24.1
28372026-03-20T23:59:36.764Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28382026-03-20T23:59:36.929Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28392026-03-20T23:59:36.981Z Compiling ron v0.12.0
28402026-03-20T23:59:37.366Z Compiling xz2 v0.1.7
28412026-03-20T23:59:37.825Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28422026-03-20T23:59:38.443Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-03-20T23:59:39.616Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28442026-03-20T23:59:42.049Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-03-20T23:59:42.153Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28462026-03-20T23:59:43.626Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-03-20T23:59:44.820Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-03-20T23:59:45.453Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-03-20T23:59:45.483Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28502026-03-20T23:59:46.156Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28512026-03-20T23:59:46.676Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-03-20T23:59:46.942Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-03-20T23:59:48.690Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-20T23:59:49.675Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-20T23:59:50.355Z Compiling rustls-pemfile v1.0.4
28562026-03-20T23:59:50.864Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28572026-03-20T23:59:51.826Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-03-20T23:59:52.629Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-03-20T23:59:52.681Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-03-20T23:59:52.912Z Compiling signal-hook-tokio v0.3.1
28612026-03-20T23:59:53.144Z Compiling twox-hash v2.1.2
28622026-03-20T23:59:53.481Z Compiling yasna v0.5.2
28632026-03-20T23:59:53.615Z Compiling base16ct v1.0.0
28642026-03-20T23:59:53.752Z Compiling is_ci v1.2.0
28652026-03-20T23:59:54.026Z Compiling supports-color v3.0.2
28662026-03-20T23:59:54.398Z Compiling rcgen v0.12.1
28672026-03-20T23:59:54.496Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-03-20T23:59:54.745Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28692026-03-20T23:59:54.779Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-03-20T23:59:55.391Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-03-20T23:59:55.618Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28722026-03-20T23:59:56.431Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-03-20T23:59:58.016Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-03-20T23:59:59.912Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-03-20T23:59:59.963Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-03-21T00:00:00.673Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-03-21T00:00:01.923Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-03-21T00:00:02.238Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-21T00:00:02.305Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-03-21T00:00:02.525Z Compiling fatfs v0.3.6
28812026-03-21T00:00:02.569Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28822026-03-21T00:00:04.120Z Compiling subprocess v0.2.15
28832026-03-21T00:00:04.901Z Compiling rtoolbox v0.0.3
28842026-03-21T00:00:05.255Z Compiling assert_matches v1.5.0
28852026-03-21T00:00:05.393Z Compiling seq-macro v0.3.6
28862026-03-21T00:00:06.064Z Compiling rpassword v7.4.0
28872026-03-21T00:00:06.335Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-21T00:00:06.425Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-03-21T00:00:06.909Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-03-21T00:00:07.338Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-03-21T00:00:07.509Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-03-21T00:00:07.614Z Compiling tui-tree-widget v0.23.1
28932026-03-21T00:00:07.977Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-03-21T00:00:10.511Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28952026-03-21T00:00:11.168Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28962026-03-21T00:00:11.481Z Compiling uzers v0.12.2
28972026-03-21T00:00:12.791Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-03-21T00:00:13.336Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-03-21T00:00:14.586Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-03-21T00:00:14.615Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-03-21T00:00:17.942Z Compiling support-bundle-viewer v0.1.2
29022026-03-21T00:00:20.299Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-21T00:00:21.003Z Compiling multimap v0.10.1
29042026-03-21T00:00:34.674Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-03-21T00:00:43.744Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-03-21T00:00:47.729Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-03-21T00:08:00.589Z Finished `release` profile [optimized] target(s) in 10m 06s
29082026-03-21T00:08:53.580Z
29092026-03-21T00:08:53.583Zreal 11:00.755004279
29102026-03-21T00:08:53.583Zuser 1:39:51.025589364
29112026-03-21T00:08:53.583Zsys 4:11.834562232
29122026-03-21T00:08:53.583Ztrap 2.278600445
29132026-03-21T00:08:53.583Ztflt 2.320746916
29142026-03-21T00:08:53.583Zdflt 17.675521348
29152026-03-21T00:08:53.583Zkflt 0.001305362
29162026-03-21T00:08:53.583Zlock 8:09:05.335339172
29172026-03-21T00:08:53.583Zslp 2:46:23.235177907
29182026-03-21T00:08:53.583Zlat 2:48.760321982
29192026-03-21T00:08:53.583Zstop 7:02.433758682
29202026-03-21T00:08:53.583Z+ mapfile -t packages
29212026-03-21T00:08:53.583Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-03-21T00:08:54.837Z Finished `release` profile [optimized] target(s) in 1.24s
29232026-03-21T00:08:54.905Z Running `target/release/omicron-package -t test list-outputs`
29242026-03-21T00:08:54.967ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-03-21T00:08:54.970Z+ ptime -m cargo build --locked --release -p xtask
29262026-03-21T00:08:55.657Z Compiling libc v0.2.180
29272026-03-21T00:08:55.657Z Compiling serde v1.0.228
29282026-03-21T00:08:55.660Z Compiling serde_core v1.0.228
29292026-03-21T00:08:55.768Z Compiling rustix v1.1.3
29302026-03-21T00:08:55.789Z Compiling serde_json v1.0.149
29312026-03-21T00:08:55.795Z Compiling bitflags v2.11.0
29322026-03-21T00:08:55.828Z Compiling num-traits v0.2.19
29332026-03-21T00:08:55.842Z Compiling syn v2.0.117
29342026-03-21T00:08:55.877Z Compiling hashbrown v0.16.1
29352026-03-21T00:08:55.877Z Compiling smallvec v1.15.1
29362026-03-21T00:08:55.904Z Compiling usdt-impl v0.5.0
29372026-03-21T00:08:55.922Z Compiling syn v1.0.109
29382026-03-21T00:08:55.939Z Compiling getrandom v0.4.1
29392026-03-21T00:08:55.939Z Compiling log v0.4.29
29402026-03-21T00:08:56.086Z Compiling percent-encoding v2.3.2
29412026-03-21T00:08:56.299Z Compiling form_urlencoded v1.2.2
29422026-03-21T00:08:56.356Z Compiling fs-err v3.3.0
29432026-03-21T00:08:56.360Z Compiling heck v0.4.1
29442026-03-21T00:08:56.360Z Compiling once_cell v1.21.3
29452026-03-21T00:08:56.364Z Compiling anyhow v1.0.102
29462026-03-21T00:08:56.679Z Compiling indexmap v2.13.0
29472026-03-21T00:08:56.896Z Compiling thread-id v4.2.2
29482026-03-21T00:08:56.924Z Compiling errno v0.3.14
29492026-03-21T00:08:56.927Z Compiling memmap v0.7.0
29502026-03-21T00:08:57.304Z Compiling ordered-float v2.10.1
29512026-03-21T00:08:58.057Z Compiling proc-macro-error v1.0.4
29522026-03-21T00:08:58.368Z Compiling terminal_size v0.4.3
29532026-03-21T00:08:58.368Z Compiling tempfile v3.25.0
29542026-03-21T00:08:58.398Z Compiling tabled_derive v0.7.0
29552026-03-21T00:08:58.493Z Compiling clap_builder v4.5.60
29562026-03-21T00:08:58.493Z Compiling textwrap v0.16.2
29572026-03-21T00:08:58.684Z Compiling camino-tempfile v1.4.1
29582026-03-21T00:08:59.243Z Compiling tabled v0.15.0
29592026-03-21T00:08:59.433Z Compiling synstructure v0.13.2
29602026-03-21T00:08:59.433Z Compiling pest_generator v2.8.6
29612026-03-21T00:08:59.970Z Compiling serde_derive v1.0.228
29622026-03-21T00:08:59.970Z Compiling zerofrom-derive v0.1.6
29632026-03-21T00:08:59.973Z Compiling yoke-derive v0.8.1
29642026-03-21T00:08:59.973Z Compiling zerovec-derive v0.11.2
29652026-03-21T00:08:59.973Z Compiling displaydoc v0.2.5
29662026-03-21T00:08:59.973Z Compiling thiserror-impl v1.0.69
29672026-03-21T00:08:59.974Z Compiling zerocopy-derive v0.7.35
29682026-03-21T00:08:59.983Z Compiling scroll_derive v0.12.1
29692026-03-21T00:09:00.011Z Compiling thiserror-impl v2.0.18
29702026-03-21T00:09:00.025Z Compiling clap_derive v4.5.55
29712026-03-21T00:09:00.122Z Compiling pest_derive v2.8.6
29722026-03-21T00:09:00.991Z Compiling scroll v0.12.0
29732026-03-21T00:09:01.059Z Compiling zerocopy v0.7.35
29742026-03-21T00:09:01.351Z Compiling goblin v0.8.2
29752026-03-21T00:09:01.451Z Compiling thiserror v1.0.69
29762026-03-21T00:09:01.611Z Compiling dtrace-parser v0.2.0
29772026-03-21T00:09:01.666Z Compiling zerofrom v0.1.6
29782026-03-21T00:09:01.730Z Compiling thiserror v2.0.18
29792026-03-21T00:09:01.857Z Compiling yoke v0.8.1
29802026-03-21T00:09:02.156Z Compiling zerovec v0.11.5
29812026-03-21T00:09:02.196Z Compiling zerotrie v0.2.3
29822026-03-21T00:09:02.303Z Compiling clap v4.5.60
29832026-03-21T00:09:02.976Z Compiling tinystr v0.8.2
29842026-03-21T00:09:03.352Z Compiling icu_locale_core v2.1.1
29852026-03-21T00:09:04.204Z Compiling potential_utf v0.1.4
29862026-03-21T00:09:04.392Z Compiling icu_provider v2.1.1
29872026-03-21T00:09:04.407Z Compiling icu_collections v2.1.1
29882026-03-21T00:09:04.573Z Compiling serde_spanned v0.6.9
29892026-03-21T00:09:04.642Z Compiling toml_datetime v0.6.11
29902026-03-21T00:09:04.807Z Compiling serde-value v0.7.0
29912026-03-21T00:09:04.812Z Compiling dof v0.3.0
29922026-03-21T00:09:04.862Z Compiling icu_normalizer v2.1.1
29932026-03-21T00:09:05.121Z Compiling icu_properties v2.1.2
29942026-03-21T00:09:05.134Z Compiling toml_edit v0.22.27
29952026-03-21T00:09:05.134Z Compiling cargo-platform v0.2.0
29962026-03-21T00:09:05.134Z Compiling serde_tokenstream v0.2.3
29972026-03-21T00:09:05.158Z Compiling macaddr v1.0.1
29982026-03-21T00:09:06.347Z Compiling idna_adapter v1.2.1
29992026-03-21T00:09:06.357Z Compiling usdt-macro v0.5.0
30002026-03-21T00:09:06.524Z Compiling usdt-attr-macro v0.5.0
30012026-03-21T00:09:06.553Z Compiling idna v1.1.0
30022026-03-21T00:09:06.926Z Compiling url v2.5.8
30032026-03-21T00:09:07.264Z Compiling usdt v0.5.0
30042026-03-21T00:09:07.282Z Compiling toml v0.8.23
30052026-03-21T00:09:07.801Z Compiling cargo-util-schemas v0.8.2
30062026-03-21T00:09:07.801Z Compiling cargo_toml v0.21.0
30072026-03-21T00:09:09.296Z Compiling cargo_metadata v0.21.0
30082026-03-21T00:09:13.488Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30092026-03-21T00:09:17.540Z Finished `release` profile [optimized] target(s) in 22.42s
30102026-03-21T00:09:17.550Z
30112026-03-21T00:09:17.553Zreal 22.544030636
30122026-03-21T00:09:17.553Zuser 3:08.134828467
30132026-03-21T00:09:17.553Zsys 21.070434657
30142026-03-21T00:09:17.553Ztrap 0.092879244
30152026-03-21T00:09:17.553Ztflt 0.746391230
30162026-03-21T00:09:17.553Zdflt 1.844885174
30172026-03-21T00:09:17.553Zkflt 0.000070309
30182026-03-21T00:09:17.553Zlock 7:13.188101305
30192026-03-21T00:09:17.553Zslp 4:23.436944634
30202026-03-21T00:09:17.553Zlat 7.955153236
30212026-03-21T00:09:17.553Zstop 29.923269607
30222026-03-21T00:09:17.554Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-03-21T00:09:17.554Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-21T00:09:17.554Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-03-21T00:09:17.554Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-21T00:09:17.554Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30272026-03-21T00:09:18.833Z Compiling regress v0.10.5
30282026-03-21T00:09:18.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-03-21T00:09:19.018Z Compiling serde_spanned v1.0.4
30302026-03-21T00:09:19.019Z Compiling toml_writer v1.0.6+spec-1.1.0
30312026-03-21T00:09:19.185Z Compiling newtype-uuid-macros v0.1.0
30322026-03-21T00:09:19.186Z Compiling structmeta-derive v0.3.0
30332026-03-21T00:09:19.191Z Compiling rustls v0.22.4
30342026-03-21T00:09:19.191Z Compiling rustls-webpki v0.102.8
30352026-03-21T00:09:19.191Z Compiling multer v3.1.0
30362026-03-21T00:09:19.191Z Compiling debug-ignore v1.0.5
30372026-03-21T00:09:19.191Z Compiling match_cfg v0.1.0
30382026-03-21T00:09:19.191Z Compiling progenitor-client v0.13.0
30392026-03-21T00:09:19.191Z Compiling slog-json v2.6.1
30402026-03-21T00:09:19.191Z Compiling async-stream-impl v0.3.6
30412026-03-21T00:09:19.214Z Compiling dropshot v0.16.7
30422026-03-21T00:09:19.374Z Compiling hostname v0.3.1
30432026-03-21T00:09:19.379Z Compiling toml v0.9.12+spec-1.1.0
30442026-03-21T00:09:19.380Z Compiling itertools v0.14.0
30452026-03-21T00:09:19.380Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-03-21T00:09:19.380Z Compiling waitgroup v0.1.2
30472026-03-21T00:09:19.535Z Compiling slog-bunyan v2.5.0
30482026-03-21T00:09:19.540Z Compiling rustls-pemfile v2.2.0
30492026-03-21T00:09:19.540Z Compiling dropshot_endpoint v0.16.7
30502026-03-21T00:09:19.713Z Compiling hostname v0.4.2
30512026-03-21T00:09:19.723Z Compiling serde_path_to_error v0.1.20
30522026-03-21T00:09:19.723Z Compiling macaddr v1.0.1
30532026-03-21T00:09:19.881Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30542026-03-21T00:09:19.885Z Compiling progenitor-client v0.10.0
30552026-03-21T00:09:19.885Z Compiling instant v0.1.13
30562026-03-21T00:09:19.893Z Compiling backon v1.6.0
30572026-03-21T00:09:20.055Z Compiling async-stream v0.3.6
30582026-03-21T00:09:20.060Z Compiling backoff v0.4.0
30592026-03-21T00:09:20.064Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-03-21T00:09:20.213Z Compiling progenitor-extras v0.1.1
30612026-03-21T00:09:20.219Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30622026-03-21T00:09:20.219Z Compiling unsafe-libyaml v0.2.11
30632026-03-21T00:09:20.219Z Compiling crucible-workspace-hack v0.1.0
30642026-03-21T00:09:20.377Z Compiling toml_edit v0.23.10+spec-1.0.0
30652026-03-21T00:09:20.381Z Compiling secrecy v0.10.3
30662026-03-21T00:09:20.381Z Compiling heapless v0.8.0
30672026-03-21T00:09:20.381Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-21T00:09:20.381Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-03-21T00:09:20.578Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-03-21T00:09:20.582Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-21T00:09:20.582Z Compiling hash32 v0.3.1
30722026-03-21T00:09:20.766Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30732026-03-21T00:09:20.772Z Compiling smoltcp v0.11.0
30742026-03-21T00:09:20.784Z Compiling structmeta v0.3.0
30752026-03-21T00:09:20.962Z Compiling toml v0.8.23
30762026-03-21T00:09:20.966Z Compiling tabwriter v1.4.1
30772026-03-21T00:09:20.966Z Compiling cobs v0.3.0
30782026-03-21T00:09:20.966Z Compiling foreign-types-macros v0.2.3
30792026-03-21T00:09:21.135Z Compiling serde_yaml v0.9.34+deprecated
30802026-03-21T00:09:21.140Z Compiling derive-ex v0.1.8
30812026-03-21T00:09:21.153Z Compiling parse-display-derive v0.10.0
30822026-03-21T00:09:21.307Z Compiling ingot-macros v0.1.1
30832026-03-21T00:09:21.313Z Compiling proc-macro-crate v3.4.0
30842026-03-21T00:09:21.313Z Compiling convert_case v0.4.0
30852026-03-21T00:09:21.319Z Compiling foreign-types-shared v0.3.1
30862026-03-21T00:09:21.319Z Compiling cpufeatures v0.3.0
30872026-03-21T00:09:21.459Z Compiling chacha20 v0.10.0
30882026-03-21T00:09:21.481Z Compiling postcard v1.1.3
30892026-03-21T00:09:21.858Z Compiling proc-macro-crate v1.3.1
30902026-03-21T00:09:21.864Z Compiling foreign-types v0.5.0
30912026-03-21T00:09:21.864Z Compiling derive_more v0.99.20
30922026-03-21T00:09:21.870Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-21T00:09:22.033Z Compiling universal-hash v0.5.1
30942026-03-21T00:09:22.036Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-21T00:09:22.036Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30962026-03-21T00:09:22.036Z Compiling cstr-argument v0.1.2
30972026-03-21T00:09:22.036Z Compiling num_enum_derive v0.7.5
30982026-03-21T00:09:22.036Z Compiling colored v3.1.1
30992026-03-21T00:09:22.195Z Compiling opaque-debug v0.3.1
31002026-03-21T00:09:22.204Z Compiling tokio-rustls v0.25.0
31012026-03-21T00:09:22.225Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-03-21T00:09:22.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31032026-03-21T00:09:22.347Z Compiling num_enum_derive v0.5.11
31042026-03-21T00:09:22.513Z Compiling rand v0.10.0
31052026-03-21T00:09:22.518Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-03-21T00:09:22.684Z Compiling typify-impl v0.6.1
31072026-03-21T00:09:22.687Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-03-21T00:09:22.687Z Compiling half v2.7.1
31092026-03-21T00:09:22.695Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31102026-03-21T00:09:23.145Z Compiling ciborium-io v0.2.2
31112026-03-21T00:09:23.150Z Compiling camino-tempfile v1.4.1
31122026-03-21T00:09:23.153Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-03-21T00:09:23.311Z Compiling ciborium-ll v0.2.2
31142026-03-21T00:09:23.321Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-03-21T00:09:23.486Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31162026-03-21T00:09:23.651Z Compiling ciborium v0.2.2
31172026-03-21T00:09:23.656Z Compiling num_enum v0.7.5
31182026-03-21T00:09:23.656Z Compiling smf v0.2.3
31192026-03-21T00:09:23.657Z Compiling test-strategy v0.4.5
31202026-03-21T00:09:23.657Z Compiling parse-display v0.10.0
31212026-03-21T00:09:23.657Z Compiling aead v0.5.2
31222026-03-21T00:09:23.664Z Compiling num-derive v0.4.2
31232026-03-21T00:09:23.813Z Compiling sigpipe v0.1.3
31242026-03-21T00:09:23.818Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-03-21T00:09:23.818Z Compiling glob v0.3.3
31262026-03-21T00:09:23.824Z Compiling num_enum v0.5.11
31272026-03-21T00:09:23.981Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31282026-03-21T00:09:23.985Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-03-21T00:09:24.159Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-21T00:09:24.166Z Compiling poly1305 v0.8.0
31312026-03-21T00:09:24.166Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31322026-03-21T00:09:24.348Z Compiling chacha20 v0.9.1
31332026-03-21T00:09:24.395Z Compiling whoami v1.6.1
31342026-03-21T00:09:24.398Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31352026-03-21T00:09:24.398Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31362026-03-21T00:09:24.601Z Compiling thiserror-impl-no-std v2.0.2
31372026-03-21T00:09:24.609Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-03-21T00:09:24.792Z Compiling num-rational v0.4.2
31392026-03-21T00:09:24.959Z Compiling password-hash v0.5.0
31402026-03-21T00:09:24.964Z Compiling blake2 v0.10.6
31412026-03-21T00:09:24.964Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31422026-03-21T00:09:25.004Z Compiling num-complex v0.4.6
31432026-03-21T00:09:25.216Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31442026-03-21T00:09:25.220Z Compiling indent_write v2.2.0
31452026-03-21T00:09:25.221Z Compiling prettyplease v0.2.37
31462026-03-21T00:09:25.221Z Compiling ingot-types v0.1.2
31472026-03-21T00:09:25.380Z Compiling argon2 v0.5.3
31482026-03-21T00:09:25.591Z Compiling chacha20poly1305 v0.10.1
31492026-03-21T00:09:25.599Z Compiling float-ord v0.3.2
31502026-03-21T00:09:25.599Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31512026-03-21T00:09:25.766Z Compiling num v0.4.3
31522026-03-21T00:09:25.770Z Compiling gethostname v0.5.0
31532026-03-21T00:09:25.770Z Compiling usdt-attr-macro v0.5.0
31542026-03-21T00:09:25.770Z Compiling usdt-macro v0.5.0
31552026-03-21T00:09:25.770Z Compiling derive-where v1.6.0
31562026-03-21T00:09:25.948Z Compiling ingot v0.1.1
31572026-03-21T00:09:25.958Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31582026-03-21T00:09:25.961Z Compiling memmap v0.7.0
31592026-03-21T00:09:25.961Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31602026-03-21T00:09:26.140Z Compiling typify-impl v0.4.3
31612026-03-21T00:09:26.307Z Compiling atomicwrites v0.4.4
31622026-03-21T00:09:26.317Z Compiling thiserror-no-std v2.0.2
31632026-03-21T00:09:26.317Z Compiling owo-colors v4.3.0
31642026-03-21T00:09:26.477Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-03-21T00:09:26.483Z Compiling vsss-rs v3.3.4
31662026-03-21T00:09:26.660Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-03-21T00:09:26.871Z Compiling cancel-safe-futures v0.1.5
31682026-03-21T00:09:26.883Z Compiling libsw-core v0.3.2
31692026-03-21T00:09:26.888Z Compiling usdt v0.5.0
31702026-03-21T00:09:27.052Z Compiling async-recursion v1.1.1
31712026-03-21T00:09:27.068Z Compiling resolv-conf v0.7.6
31722026-03-21T00:09:27.231Z Compiling libsw v3.5.0
31732026-03-21T00:09:27.407Z Compiling libefi-sys v0.1.0
31742026-03-21T00:09:27.412Z Compiling linear-map v1.2.0
31752026-03-21T00:09:27.412Z Compiling hickory-proto v0.24.4
31762026-03-21T00:09:27.602Z Compiling newline-converter v0.3.0
31772026-03-21T00:09:27.612Z Compiling console v0.15.11
31782026-03-21T00:09:27.613Z Compiling bitfield-struct v0.6.2
31792026-03-21T00:09:27.774Z Compiling semver v0.1.20
31802026-03-21T00:09:27.783Z Compiling linked-hash-map v0.5.6
31812026-03-21T00:09:27.783Z Compiling pin-project-internal v1.1.11
31822026-03-21T00:09:27.942Z Compiling slog-dtrace v0.3.0
31832026-03-21T00:09:27.953Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31842026-03-21T00:09:28.111Z Compiling rustc_version v0.1.7
31852026-03-21T00:09:28.122Z Compiling expectorate v1.2.0
31862026-03-21T00:09:28.122Z Compiling lru-cache v0.1.2
31872026-03-21T00:09:28.122Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31882026-03-21T00:09:28.289Z Compiling minimal-lexical v0.2.1
31892026-03-21T00:09:28.305Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31902026-03-21T00:09:28.305Z Compiling tokio-dtrace v0.1.1
31912026-03-21T00:09:28.309Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31922026-03-21T00:09:28.463Z Compiling newtype_derive v0.1.6
31932026-03-21T00:09:28.470Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-21T00:09:28.635Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31952026-03-21T00:09:28.648Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-03-21T00:09:28.648Z Compiling nom v7.1.3
31972026-03-21T00:09:28.648Z Compiling dropshot-api-manager-types v0.6.0
31982026-03-21T00:09:28.648Z Compiling phf_shared v0.12.1
31992026-03-21T00:09:28.809Z Compiling pem v3.0.6
32002026-03-21T00:09:28.817Z Compiling snafu-derive v0.8.9
32012026-03-21T00:09:28.978Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-03-21T00:09:28.985Z Compiling csv-core v0.1.13
32032026-03-21T00:09:29.148Z Compiling xshell-macros v0.2.7
32042026-03-21T00:09:29.155Z Compiling same-file v1.0.6
32052026-03-21T00:09:29.155Z Compiling highway v1.3.0
32062026-03-21T00:09:29.322Z Compiling typify-macro v0.6.1
32072026-03-21T00:09:29.333Z Compiling chrono-tz v0.10.4
32082026-03-21T00:09:29.504Z Compiling pin-project v1.1.11
32092026-03-21T00:09:29.509Z Compiling const_format_proc_macros v0.2.34
32102026-03-21T00:09:29.510Z Compiling walkdir v2.5.0
32112026-03-21T00:09:29.684Z Compiling xshell v0.2.7
32122026-03-21T00:09:29.692Z Compiling csv v1.4.0
32132026-03-21T00:09:29.692Z Compiling phf v0.12.1
32142026-03-21T00:09:30.031Z Compiling oxide-tokio-rt v0.1.3
32152026-03-21T00:09:30.037Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-03-21T00:09:30.257Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-03-21T00:09:30.265Z Compiling globset v0.4.18
32182026-03-21T00:09:30.279Z Compiling olpc-cjson v0.1.4
32192026-03-21T00:09:30.458Z Compiling hickory-resolver v0.24.4
32202026-03-21T00:09:30.479Z Compiling primeorder v0.13.6
32212026-03-21T00:09:30.479Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32222026-03-21T00:09:30.479Z Compiling serde_plain v1.0.2
32232026-03-21T00:09:30.479Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32242026-03-21T00:09:30.727Z Compiling typed-path v0.9.3
32252026-03-21T00:09:30.740Z Compiling base64 v0.21.7
32262026-03-21T00:09:30.924Z Compiling const_format v0.2.35
32272026-03-21T00:09:30.937Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-03-21T00:09:31.119Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-03-21T00:09:31.301Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32302026-03-21T00:09:31.320Z Compiling tabled_derive v0.7.0
32312026-03-21T00:09:31.321Z Compiling bcs v0.1.6
32322026-03-21T00:09:31.663Z Compiling snafu v0.8.9
32332026-03-21T00:09:31.862Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-03-21T00:09:31.887Z Compiling typify v0.6.1
32352026-03-21T00:09:32.067Z Compiling qorb v0.4.1
32362026-03-21T00:09:32.075Z Compiling progenitor-impl v0.13.0
32372026-03-21T00:09:32.075Z Compiling tough v0.20.0
32382026-03-21T00:09:32.075Z Compiling radium v0.7.0
32392026-03-21T00:09:32.075Z Compiling termtree v0.5.1
32402026-03-21T00:09:32.251Z Compiling salty v0.3.0
32412026-03-21T00:09:32.260Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-03-21T00:09:32.429Z Compiling textwrap v0.16.2
32432026-03-21T00:09:32.435Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-03-21T00:09:32.598Z Compiling steno v0.4.1
32452026-03-21T00:09:32.608Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-03-21T00:09:32.765Z Compiling tabled v0.15.0
32472026-03-21T00:09:32.769Z Compiling humantime v2.3.0
32482026-03-21T00:09:32.769Z Compiling maybe-uninit v2.0.0
32492026-03-21T00:09:32.788Z Compiling typify-macro v0.4.3
32502026-03-21T00:09:32.964Z Compiling tap v1.0.1
32512026-03-21T00:09:33.140Z Compiling utf-8 v0.7.6
32522026-03-21T00:09:33.144Z Compiling wyz v0.5.1
32532026-03-21T00:09:33.144Z Compiling p384 v0.13.1
32542026-03-21T00:09:33.309Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32552026-03-21T00:09:33.491Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-03-21T00:09:33.491Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32572026-03-21T00:09:33.505Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32582026-03-21T00:09:33.661Z Compiling tungstenite v0.21.0
32592026-03-21T00:09:34.032Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-03-21T00:09:34.215Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32612026-03-21T00:09:34.430Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-03-21T00:09:34.691Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32632026-03-21T00:09:34.749Z Compiling arc-swap v1.8.2
32642026-03-21T00:09:34.956Z Compiling tagptr v0.2.0
32652026-03-21T00:09:34.963Z Compiling funty v2.0.0
32662026-03-21T00:09:35.148Z Compiling packed_struct v0.10.1
32672026-03-21T00:09:35.188Z Compiling slog-scope v4.4.1
32682026-03-21T00:09:35.354Z Compiling typify v0.4.3
32692026-03-21T00:09:35.590Z Compiling progenitor-impl v0.10.0
32702026-03-21T00:09:35.601Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32712026-03-21T00:09:35.611Z Compiling bitvec v1.0.1
32722026-03-21T00:09:35.801Z Compiling progenitor-macro v0.13.0
32732026-03-21T00:09:35.821Z Compiling moka v0.12.13
32742026-03-21T00:09:36.021Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-03-21T00:09:36.021Z Compiling tokio-tungstenite v0.21.0
32762026-03-21T00:09:36.188Z Compiling polyval v0.6.2
32772026-03-21T00:09:36.199Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32782026-03-21T00:09:36.382Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32792026-03-21T00:09:36.393Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-03-21T00:09:36.569Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32812026-03-21T00:09:36.573Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32822026-03-21T00:09:36.809Z Compiling packed_struct_codegen v0.10.1
32832026-03-21T00:09:36.830Z Compiling zerocopy-derive v0.6.6
32842026-03-21T00:09:36.908Z Compiling bitfield-macros v0.19.4
32852026-03-21T00:09:37.665Z Compiling proc-macro-error-attr2 v2.0.0
32862026-03-21T00:09:37.669Z Compiling indexmap v1.9.3
32872026-03-21T00:09:37.669Z Compiling nodrop v0.1.14
32882026-03-21T00:09:37.729Z Compiling crc-catalog v2.4.0
32892026-03-21T00:09:37.889Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-03-21T00:09:37.906Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32912026-03-21T00:09:38.094Z Compiling parking_lot_core v0.8.6
32922026-03-21T00:09:38.107Z Compiling bitfield v0.19.4
32932026-03-21T00:09:38.107Z Compiling zerocopy v0.6.6
32942026-03-21T00:09:38.107Z Compiling proc-macro-error2 v2.0.1
32952026-03-21T00:09:38.145Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-03-21T00:09:38.319Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-03-21T00:09:38.387Z Compiling crc v3.4.0
32982026-03-21T00:09:38.408Z Compiling array-init v0.0.4
32992026-03-21T00:09:38.534Z Compiling hickory-resolver v0.25.2
33002026-03-21T00:09:38.559Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33012026-03-21T00:09:38.588Z Compiling ghash v0.5.1
33022026-03-21T00:09:38.841Z Compiling smallvec v0.6.14
33032026-03-21T00:09:38.845Z Compiling slog-stdlog v4.1.1
33042026-03-21T00:09:38.845Z Compiling git-stub v1.0.0
33052026-03-21T00:09:39.018Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33062026-03-21T00:09:39.024Z Compiling ctr v0.9.2
33072026-03-21T00:09:39.027Z Compiling num-derive v0.3.3
33082026-03-21T00:09:39.220Z Compiling lzma-sys v0.1.20
33092026-03-21T00:09:39.230Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33102026-03-21T00:09:39.230Z Compiling progenitor-macro v0.10.0
33112026-03-21T00:09:39.230Z Compiling unicase v2.9.0
33122026-03-21T00:09:39.298Z Compiling hashbrown v0.12.3
33132026-03-21T00:09:39.411Z Compiling aes-gcm v0.10.3
33142026-03-21T00:09:39.645Z Compiling mime_guess v2.0.5
33152026-03-21T00:09:39.651Z Compiling git-stub-vcs v0.1.0
33162026-03-21T00:09:39.817Z Compiling serde-hex v0.1.0
33172026-03-21T00:09:39.821Z Compiling slog-envlogger v2.2.0
33182026-03-21T00:09:39.821Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33192026-03-21T00:09:40.004Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-03-21T00:09:40.206Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-03-21T00:09:40.233Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-03-21T00:09:40.423Z Compiling tabled_derive v0.11.0
33232026-03-21T00:09:40.429Z Compiling libscf-sys v1.1.0
33242026-03-21T00:09:40.630Z Compiling progenitor-impl v0.11.2
33252026-03-21T00:09:40.633Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-21T00:09:40.801Z Compiling ron v0.8.1
33272026-03-21T00:09:40.806Z Compiling papergrid v0.17.0
33282026-03-21T00:09:40.806Z Compiling cargo_toml v0.22.3
33292026-03-21T00:09:41.394Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-03-21T00:09:41.409Z Compiling hashbrown v0.13.2
33312026-03-21T00:09:41.761Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-03-21T00:09:42.171Z Compiling testing_table v0.3.0
33332026-03-21T00:09:42.174Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-03-21T00:09:42.174Z Compiling ssh-encoding v0.2.0
33352026-03-21T00:09:42.174Z Compiling blowfish v0.9.1
33362026-03-21T00:09:42.199Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-03-21T00:09:42.354Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33382026-03-21T00:09:42.379Z Compiling nibble_vec v0.1.0
33392026-03-21T00:09:42.464Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-03-21T00:09:42.490Z Compiling corncobs v0.1.4
33412026-03-21T00:09:42.574Z Compiling crc-any v2.5.0
33422026-03-21T00:09:42.599Z Compiling endian-type v0.1.2
33432026-03-21T00:09:42.761Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-03-21T00:09:42.764Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-03-21T00:09:42.941Z Compiling radix_trie v0.2.1
33462026-03-21T00:09:42.947Z Compiling ssh-cipher v0.2.0
33472026-03-21T00:09:42.947Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-21T00:09:42.947Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-03-21T00:09:43.167Z Compiling progenitor v0.13.0
33502026-03-21T00:09:43.172Z Compiling tabled v0.20.0
33512026-03-21T00:09:43.190Z Compiling object v0.30.4
33522026-03-21T00:09:43.350Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-03-21T00:09:43.354Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33542026-03-21T00:09:43.354Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-03-21T00:09:43.373Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-21T00:09:43.689Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-03-21T00:09:43.712Z Compiling parking_lot v0.11.2
33582026-03-21T00:09:44.081Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33592026-03-21T00:09:44.309Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-03-21T00:09:44.490Z Compiling progenitor-macro v0.11.2
33612026-03-21T00:09:44.494Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-03-21T00:09:44.737Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-21T00:09:45.008Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33642026-03-21T00:09:45.011Z Compiling progenitor-client v0.11.2
33652026-03-21T00:09:45.023Z Compiling prefix-trie v0.7.0
33662026-03-21T00:09:45.094Z Compiling password-hash v0.4.2
33672026-03-21T00:09:45.146Z Compiling fxhash v0.2.1
33682026-03-21T00:09:45.371Z Compiling secrecy v0.8.0
33692026-03-21T00:09:45.394Z Compiling half v1.8.3
33702026-03-21T00:09:45.679Z Compiling path-slash v0.1.5
33712026-03-21T00:09:45.687Z Compiling http-range v0.1.5
33722026-03-21T00:09:45.916Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-03-21T00:09:45.916Z Compiling serde_cbor v0.11.2
33742026-03-21T00:09:46.085Z Compiling hickory-server v0.25.2
33752026-03-21T00:09:46.089Z Compiling pbkdf2 v0.11.0
33762026-03-21T00:09:46.263Z Compiling sled v0.34.7
33772026-03-21T00:09:46.610Z Compiling progenitor v0.10.0
33782026-03-21T00:09:46.781Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-03-21T00:09:46.796Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33802026-03-21T00:09:46.809Z Compiling ron v0.12.0
33812026-03-21T00:09:46.834Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33822026-03-21T00:09:47.329Z Compiling xz2 v0.1.7
33832026-03-21T00:09:47.502Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33842026-03-21T00:09:47.650Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33852026-03-21T00:09:47.973Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33862026-03-21T00:09:48.111Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33872026-03-21T00:09:48.439Z Compiling ssh-key v0.6.7
33882026-03-21T00:09:48.621Z Compiling hickory-client v0.25.2
33892026-03-21T00:09:48.809Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-03-21T00:09:49.142Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33912026-03-21T00:09:49.160Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-03-21T00:09:49.323Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33932026-03-21T00:09:49.636Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-03-21T00:09:49.809Z Compiling p256 v0.13.2
33952026-03-21T00:09:49.901Z Compiling p521 v0.13.3
33962026-03-21T00:09:50.373Z Compiling yasna v0.5.2
33972026-03-21T00:09:50.462Z Compiling kstat-rs v0.2.4
33982026-03-21T00:09:50.543Z Compiling headers-core v0.3.0
33992026-03-21T00:09:50.625Z Compiling nanorand v0.7.0
34002026-03-21T00:09:50.778Z Compiling atty v0.2.14
34012026-03-21T00:09:50.781Z Compiling russh-cryptovec v0.7.3
34022026-03-21T00:09:50.782Z Compiling crc8 v0.1.1
34032026-03-21T00:09:50.968Z Compiling home v0.5.12
34042026-03-21T00:09:50.975Z Compiling base16ct v1.0.0
34052026-03-21T00:09:50.975Z Compiling md5 v0.7.0
34062026-03-21T00:09:50.976Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34072026-03-21T00:09:50.976Z Compiling flume v0.11.1
34082026-03-21T00:09:51.010Z Compiling rcgen v0.12.1
34092026-03-21T00:09:51.010Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-03-21T00:09:51.062Z Compiling headers v0.4.1
34112026-03-21T00:09:51.142Z Compiling russh-keys v0.45.0
34122026-03-21T00:09:51.347Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-03-21T00:09:51.365Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-03-21T00:09:51.422Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34152026-03-21T00:09:51.527Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-03-21T00:09:51.596Z Compiling hyper-staticfile v0.10.1
34172026-03-21T00:09:51.797Z Compiling progenitor v0.11.2
34182026-03-21T00:09:51.973Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34192026-03-21T00:09:52.060Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-03-21T00:09:52.291Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34212026-03-21T00:09:52.298Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34222026-03-21T00:09:52.303Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-03-21T00:09:52.466Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-03-21T00:09:52.749Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-21T00:09:52.802Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-03-21T00:09:53.324Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-03-21T00:09:53.329Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-03-21T00:09:53.329Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-03-21T00:09:53.501Z Compiling num-bigint v0.4.6
34302026-03-21T00:09:53.509Z Compiling des v0.8.1
34312026-03-21T00:09:53.509Z Compiling subprocess v0.2.15
34322026-03-21T00:09:53.723Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-03-21T00:09:53.730Z Compiling display-error-chain v0.2.2
34342026-03-21T00:09:53.946Z Compiling hex-literal v0.4.1
34352026-03-21T00:09:54.023Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-03-21T00:09:54.197Z Compiling colored v2.2.0
34372026-03-21T00:09:54.293Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34382026-03-21T00:09:54.320Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-03-21T00:09:54.409Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-03-21T00:09:54.604Z Compiling socket2 v0.5.10
34412026-03-21T00:09:54.646Z Compiling internet-checksum v0.2.1
34422026-03-21T00:09:55.102Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-03-21T00:09:55.343Z Compiling russh v0.45.0
34442026-03-21T00:10:02.374Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34452026-03-21T00:10:12.569Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34462026-03-21T00:10:12.570Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-03-21T00:10:12.573Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482026-03-21T00:10:12.573Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-03-21T00:10:14.760Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-03-21T00:10:14.971Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34512026-03-21T00:10:20.716Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34522026-03-21T00:10:50.917Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34532026-03-21T00:11:15.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34542026-03-21T00:11:15.560Z
34552026-03-21T00:11:15.564Zreal 1:57.929674801
34562026-03-21T00:11:15.564Zuser 11:33.702493531
34572026-03-21T00:11:15.564Zsys 2:03.438428558
34582026-03-21T00:11:15.564Ztrap 0.361337323
34592026-03-21T00:11:15.564Ztflt 0.492581118
34602026-03-21T00:11:15.564Zdflt 1.709987049
34612026-03-21T00:11:15.564Zkflt 0.003407945
34622026-03-21T00:11:15.564Zlock 40:15.306182134
34632026-03-21T00:11:15.564Zslp 26:10.682461805
34642026-03-21T00:11:15.564Zlat 45.667314348
34652026-03-21T00:11:15.564Zstop 3:51.392107745
34662026-03-21T00:11:15.564Z+ mkdir tests
34672026-03-21T00:11:15.567Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-03-21T00:11:15.567Z+ xargs -I '{}' -t cp '{}' tests/
34692026-03-21T00:11:15.606Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34702026-03-21T00:11:15.629Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34712026-03-21T00:11:15.651Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34722026-03-21T00:11:15.675Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34732026-03-21T00:11:15.925Z+ 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/*)
34742026-03-21T00:11:15.928Z+ 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
34752026-03-21T00:12:55.422ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-03-21T00:12:55.422Za .github/buildomat/ci-env.sh 1K
34772026-03-21T00:12:55.422Za out/target/test 1K
34782026-03-21T00:12:55.422Za out/npuzone/npuzone 27402K
34792026-03-21T00:12:55.422Za package-manifest.toml 35K
34802026-03-21T00:12:55.422Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-03-21T00:12:55.422Za target/release/omicron-package 40561K
34822026-03-21T00:12:55.422Za target/release/xtask 11433K
34832026-03-21T00:12:55.422Za target/debug/bootstrap 335394K
34842026-03-21T00:12:55.422Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34852026-03-21T00:12:55.422Za tests/commtest-24d786529c44a77c 32395K
34862026-03-21T00:12:55.423Za tests/dhcp_server-58b78f45b9570bbf 31310K
34872026-03-21T00:12:55.423Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377689K
34882026-03-21T00:12:55.423Za out/clickhouse.tar.gz 301709K
34892026-03-21T00:12:55.423Za out/clickhouse_keeper.tar.gz 287173K
34902026-03-21T00:12:55.423Za out/clickhouse_server.tar.gz 301708K
34912026-03-21T00:12:55.423Za out/cockroachdb.tar.gz 156534K
34922026-03-21T00:12:55.423Za out/crucible-pantry-zone.tar.gz 38990K
34932026-03-21T00:12:55.423Za out/crucible-utils.tar 17744K
34942026-03-21T00:12:55.423Za out/crucible-zone.tar.gz 53128K
34952026-03-21T00:12:55.423Za out/external-dns.tar.gz 43604K
34962026-03-21T00:12:55.423Za out/internal-dns.tar.gz 43604K
34972026-03-21T00:12:55.423Za out/mg-ddm-gz.tar 78377K
34982026-03-21T00:12:55.423Za out/nexus.tar.gz 209044K
34992026-03-21T00:12:55.423Za out/ntp.tar.gz 25418K
35002026-03-21T00:12:55.423Za out/omicron-gateway-softnpu.tar.gz 28226K
35012026-03-21T00:12:55.423Za out/omicron-sled-agent.tar 186543K
35022026-03-21T00:12:55.423Za out/overlay.tar.gz 3K
35032026-03-21T00:12:55.423Za out/oximeter.tar.gz 57439K
35042026-03-21T00:12:55.423Za out/oxlog.tar 3782K
35052026-03-21T00:12:55.423Za out/probe.tar.gz 3037K
35062026-03-21T00:12:55.423Za out/propolis-server.tar.gz 74633K
35072026-03-21T00:12:55.423Za out/pumpkind-gz.tar 26647K
35082026-03-21T00:12:55.423Za out/switch-softnpu.tar.gz 367872K
35092026-03-21T00:12:55.427Z
35102026-03-21T00:12:55.427Zreal 1:39.486686142
35112026-03-21T00:12:55.427Zuser 1:36.456629716
35122026-03-21T00:12:55.427Zsys 6.028243026
35132026-03-21T00:12:55.427Ztrap 0.006873164
35142026-03-21T00:12:55.427Ztflt 0.000000000
35152026-03-21T00:12:55.427Zdflt 0.000000000
35162026-03-21T00:12:55.427Zkflt 0.000000000
35172026-03-21T00:12:55.427Zlock 0.000000000
35182026-03-21T00:12:55.427Zslp 1:35.859278877
35192026-03-21T00:12:55.427Zlat 0.617732321
35202026-03-21T00:12:55.427Zstop 0.000190254
35212026-03-21T00:12:55.427Zprocess exited: duration 1232730 ms, exit code 0
 
35222026-03-21T00:12:55.443Zfound 1 output files
35232026-03-21T00:12:55.444Zuploading: /work/package.tar.gz (2319739821 bytes)
35242026-03-21T00:13:25.902Zuploaded: /work/package.tar.gz