01KM1EEFG4JSE1NXY50AD13HXP: 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: 01KM1EF90XJDWJRQRD1KHVH04A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T21:45:17.069Zjob assigned to worker 01KM1EFFBY5JGAM793JVQYBT49 [factory aws, i-0110e2984c789a36b] (queued for 1 m 28 s)
 
22026-03-18T21:45:25.501Zstarting task 0: "setup"
32026-03-18T21:45:25.507Z++ uname -s
42026-03-18T21:45:25.510Z+ kern=SunOS
52026-03-18T21:45:25.510Z+ build_user=build
62026-03-18T21:45:25.510Z+ build_uid=12345
72026-03-18T21:45:25.510Z+ work_dir=/work
82026-03-18T21:45:25.510Z+ input_dir=/input
92026-03-18T21:45:25.510Z+ [[ 0 == 12345 ]]
102026-03-18T21:45:25.510Z+ case "$kern" in
112026-03-18T21:45:25.511Z+ groupadd -g 12345 build
122026-03-18T21:45:25.514Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T21:45:27.521Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T21:45:27.643Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T21:45:27.651Z+ home_fs=zfs
162026-03-18T21:45:27.651Z+ [[ zfs == autofs ]]
172026-03-18T21:45:27.651Z+ mkdir -p /home/build
182026-03-18T21:45:27.651Z+ chown build:build /home/build /work
192026-03-18T21:45:29.653Z+ chmod 0700 /home/build /work
202026-03-18T21:45:29.660Zprocess exited: duration 4153 ms, exit code 0
 
212026-03-18T21:45:29.670Zstarting task 1: "rust-toolchain"
222026-03-18T21:45:29.676Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T21:45:29.676Z * rust toolchain channel = "1.94.0"
242026-03-18T21:45:29.676Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T21:45:29.676Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-18T21:45:29.676Z * rust toolchain profile = "default"
272026-03-18T21:45:29.676Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T21:45:29.682Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T21:45:29.682Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T21:45:29.825Zinfo: downloading installer
312026-03-18T21:45:31.548Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T21:45:31.548Zwarn: /opt/ooce/bin
332026-03-18T21:45:31.548Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T21:45:31.548Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T21:45:31.548Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T21:45:31.548Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T21:45:31.548Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T21:45:31.548Zerror: cannot install while Rust is installed
392026-03-18T21:45:31.548Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T21:45:31.548Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T21:45:31.549Zwarn: /home/build/.rustup/settings.toml
422026-03-18T21:45:31.549Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T21:45:31.549Zwarn: instead of the one inferred from the default host triple.
442026-03-18T21:45:31.599Zinfo: profile set to default
452026-03-18T21:45:31.599Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T21:45:31.603Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T21:45:31.742Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T21:45:31.748Zinfo: downloading 6 components
492026-03-18T21:45:46.734Z
502026-03-18T21:45:46.734Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-18T21:45:46.771Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T21:45:46.771Z
532026-03-18T21:45:46.774Z
542026-03-18T21:45:46.774ZRust is installed now. Great!
552026-03-18T21:45:46.774Z
562026-03-18T21:45:46.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T21:45:46.774Zenvironment variable. This has not been done automatically.
582026-03-18T21:45:46.774Z
592026-03-18T21:45:46.774ZTo configure your current shell, you need to source
602026-03-18T21:45:46.774Zthe corresponding env file under $HOME/.cargo.
612026-03-18T21:45:46.774Z
622026-03-18T21:45:46.774ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T21:45:46.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T21:45:46.775Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T21:45:46.775Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T21:45:46.775Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T21:45:46.775Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T21:45:46.775Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T21:45:46.775Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T21:45:46.775Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T21:45:46.868Z+ rustup --version
722026-03-18T21:45:46.876Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T21:45:46.881Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T21:45:46.901Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T21:45:46.904Z+ cargo --version
762026-03-18T21:45:46.916Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T21:45:46.919Z+ rustc --version
782026-03-18T21:45:46.947Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T21:45:46.951Zprocess exited: duration 17271 ms, exit code 0
 
802026-03-18T21:45:46.959Zstarting task 2: "authentication"
812026-03-18T21:45:46.979Zprocess exited: duration 20 ms, exit code 0
 
822026-03-18T21:45:46.985Zstarting task 3: "clone repository"
832026-03-18T21:45:46.990Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T21:45:46.995Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T21:45:47.026ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T21:46:01.200Z+ cd /work/oxidecomputer/omicron
872026-03-18T21:46:01.202Z+ git fetch origin fe850496ee861ae58a5f5dd07185474a5833d93a
882026-03-18T21:46:02.206ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T21:46:02.206Z * branch fe850496ee861ae58a5f5dd07185474a5833d93a -> FETCH_HEAD
902026-03-18T21:46:02.219Z+ [[ -n enable-synchronization ]]
912026-03-18T21:46:02.222Z++ git branch --show-current
922026-03-18T21:46:02.225Z+ current=main
932026-03-18T21:46:02.225Z+ [[ main != enable-synchronization ]]
942026-03-18T21:46:02.225Z+ git branch -f enable-synchronization fe850496ee861ae58a5f5dd07185474a5833d93a
952026-03-18T21:46:02.228Z+ git checkout -f enable-synchronization
962026-03-18T21:46:02.341ZSwitched to branch 'enable-synchronization'
972026-03-18T21:46:02.345Z+ git reset --hard fe850496ee861ae58a5f5dd07185474a5833d93a
982026-03-18T21:46:02.363ZHEAD is now at fe850496e Undo disabling synchronous writeback
992026-03-18T21:46:02.368Zprocess exited: duration 15372 ms, exit code 0
 
1002026-03-18T21:46:02.377Zstarting task 4: "build"
1012026-03-18T21:46:02.385Z+ source .github/buildomat/ci-env.sh
1022026-03-18T21:46:02.388Z++ export CARGO_TERM_COLOR=always
1032026-03-18T21:46:02.388Z++ CARGO_TERM_COLOR=always
1042026-03-18T21:46:02.388Z+ cargo --version
1052026-03-18T21:46:02.394Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-18T21:46:02.398Z+ rustc --version
1072026-03-18T21:46:02.423Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-18T21:46:02.426Z+ WORK=/work
1092026-03-18T21:46:02.427Z+ pfexec mkdir -p /work
1102026-03-18T21:46:02.431Z+ pfexec chown build /work
1112026-03-18T21:46:02.434Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-18T21:46:12.405Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-18T21:46:22.227Z Startup: Caching catalogs ... Done
1142026-03-18T21:46:44.381ZPlanning: Solver setup ... Done (20.727s)
1152026-03-18T21:46:44.533ZPlanning: Running solver ... Done (0.154s)
1162026-03-18T21:46:44.715ZPlanning: Finding local manifests ... Done (0.003s)
1172026-03-18T21:46:44.727ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-18T21:46:44.853ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-18T21:46:44.896ZPlanning: Package planning ... Done (0.043s)
1202026-03-18T21:46:44.937ZPlanning: Merging actions ... Done (0.040s)
1212026-03-18T21:46:45.186ZPlanning: Checking for conflicting actions ... Done (0.242s)
1222026-03-18T21:46:45.190ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-03-18T21:46:45.881ZPlanning: Evaluating mediators ... Done (0.689s)
1242026-03-18T21:46:45.887ZPlanning: Planning completed in 23.51 seconds
1252026-03-18T21:46:45.901Z Packages to install: 4
1262026-03-18T21:46:45.901Z Mediators to change: 2
1272026-03-18T21:46:45.902Z Services to change: 1
1282026-03-18T21:46:45.902Z Estimated space available: 155.43 GB
1292026-03-18T21:46:45.912ZEstimated space to be consumed: 1.83 GB
1302026-03-18T21:46:45.912Z Create boot environment: No
1312026-03-18T21:46:45.912ZCreate backup boot environment: No
1322026-03-18T21:46:45.912Z Rebuild boot archive: No
1332026-03-18T21:46:45.912Z
1342026-03-18T21:46:45.912ZChanged mediators:
1352026-03-18T21:46:45.912Z mediator clang:
1362026-03-18T21:46:45.912Z version: None -> 15 (system default)
1372026-03-18T21:46:45.912Z
1382026-03-18T21:46:45.912Z mediator llvm:
1392026-03-18T21:46:45.912Z version: 14 (system default) -> 15 (system default)
1402026-03-18T21:46:45.912Z
1412026-03-18T21:46:45.912ZChanged packages:
1422026-03-18T21:46:45.912Zhelios-dev
1432026-03-18T21:46:45.913Z developer/build-essential
1442026-03-18T21:46:45.913Z None -> 11-2.0
1452026-03-18T21:46:45.913Z library/libxmlsec1
1462026-03-18T21:46:45.913Z None -> 1.2.35-2.0
1472026-03-18T21:46:45.913Z ooce/developer/clang-15
1482026-03-18T21:46:45.913Z None -> 15.0.7-2.0
1492026-03-18T21:46:45.913Z ooce/developer/llvm-15
1502026-03-18T21:46:45.913Z None -> 15.0.7-2.0
1512026-03-18T21:46:45.913Z
1522026-03-18T21:46:45.913ZServices:
1532026-03-18T21:46:45.913Z restart_fmri:
1542026-03-18T21:46:45.913Z svc:/system/update-man-index:default
1552026-03-18T21:46:45.948Z
1562026-03-18T21:46:45.948ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-18T21:46:50.952ZDownload: 1372/3290 items 112.4/212.6MB 52% complete (22.7M/s)
1582026-03-18T21:46:55.999ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (20.5M/s)
1592026-03-18T21:46:56.769ZDownload: Completed 212.60 MB in 10.81 seconds (19.7M/s)
1602026-03-18T21:46:57.409Z Actions: 1/3689 actions (Installing new actions)
1612026-03-18T21:47:01.608Z Actions: Completed 3689 actions in 4.20 seconds.
1622026-03-18T21:47:01.952Z Done (0.339s)
1632026-03-18T21:47:01.952Z Done (0.000s)
1642026-03-18T21:47:02.848Z Done (0.897s)
1652026-03-18T21:47:06.909Z Done (3.715s)
1662026-03-18T21:47:06.991Z Done (0.017s)
1672026-03-18T21:47:06.995Z Done (0.000s)
1682026-03-18T21:47:07.158Z Done (0.000s)
1692026-03-18T21:47:08.121ZPlanning: Evaluating mediator changes ... Done
1702026-03-18T21:47:08.272ZPlanning: Checking for conflicting actions ... Done
1712026-03-18T21:47:08.277ZPlanning: Consolidating action changes ... Done
1722026-03-18T21:47:08.497ZPlanning: Evaluating mediators ... Done
1732026-03-18T21:47:08.500ZPlanning: Planning completed in 0.37 seconds
1742026-03-18T21:47:08.525Z Mediators to change: 2
1752026-03-18T21:47:08.526Z Create boot environment: No
1762026-03-18T21:47:08.526ZCreate backup boot environment: No
1772026-03-18T21:47:08.607Z Done
1782026-03-18T21:47:08.607Z Done
1792026-03-18T21:47:09.358Z Done
1802026-03-18T21:47:12.658Z Done
1812026-03-18T21:47:12.740Z Done
1822026-03-18T21:47:12.744Z Done
1832026-03-18T21:47:12.954Z Done
1842026-03-18T21:47:13.491ZPlanning: Evaluating mediator changes ... Done
1852026-03-18T21:47:13.494ZPlanning: Merging actions ... Done
1862026-03-18T21:47:13.656ZPlanning: Checking for conflicting actions ... Done
1872026-03-18T21:47:13.659ZPlanning: Consolidating action changes ... Done
1882026-03-18T21:47:13.875ZPlanning: Evaluating mediators ... Done
1892026-03-18T21:47:13.918ZPlanning: Planning completed in 0.63 seconds
1902026-03-18T21:47:13.952Z Packages to change: 1
1912026-03-18T21:47:13.952Z Mediators to change: 1
1922026-03-18T21:47:13.955Z Services to change: 1
1932026-03-18T21:47:13.955Z Create boot environment: No
1942026-03-18T21:47:13.955ZCreate backup boot environment: Yes
1952026-03-18T21:47:16.448Z Actions: 1/6 actions (Updating modified actions)
1962026-03-18T21:47:16.451Z Actions: Completed 6 actions in 0.00 seconds.
1972026-03-18T21:47:16.451Z Done
1982026-03-18T21:47:16.451Z Done
1992026-03-18T21:47:16.638Z Done
2002026-03-18T21:47:19.932Z Done
2012026-03-18T21:47:20.018Z Done
2022026-03-18T21:47:20.022Z Done
2032026-03-18T21:47:20.170Z Done
2042026-03-18T21:47:20.549ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-03-18T21:47:20.549Zclang system 15 system
2062026-03-18T21:47:20.549Zcsh system system illumos
2072026-03-18T21:47:20.549Zctags system system illumos
2082026-03-18T21:47:20.549Zfile system system illumos
2092026-03-18T21:47:20.549Zgcc vendor 12 vendor
2102026-03-18T21:47:20.549Zgcc system 10 system
2112026-03-18T21:47:20.549Zgcc system 7 system
2122026-03-18T21:47:20.549Zgo system 1.20 system
2132026-03-18T21:47:20.549Zgo system 1.19 system
2142026-03-18T21:47:20.549Zllvm system 15 system
2152026-03-18T21:47:20.549Zllvm system 14 system
2162026-03-18T21:47:20.549Zmariadb system 10.6 system
2172026-03-18T21:47:20.549Zmta vendor vendor dma
2182026-03-18T21:47:20.549Zopenjdk system 17 system
2192026-03-18T21:47:20.549Zopenjdk system 11 system
2202026-03-18T21:47:20.549Zopenjdk system 1.8 system
2212026-03-18T21:47:20.549Zopenssl vendor 3 vendor
2222026-03-18T21:47:20.549Zperl system 5.36 system
2232026-03-18T21:47:20.549Zpostgresql system 15 system
2242026-03-18T21:47:20.549Zpostgresql system 13 system
2252026-03-18T21:47:20.549Zpython vendor 3 vendor
2262026-03-18T21:47:20.549Zpython system 2 system
2272026-03-18T21:47:20.549Zpython3 system 3.11 system
2282026-03-18T21:47:20.549Zruby system 3.0 system
2292026-03-18T21:47:20.549Zwords vendor vendor american-english
2302026-03-18T21:47:20.553Zwords system system australian-english
2312026-03-18T21:47:20.553Zwords system system british-english
2322026-03-18T21:47:20.553Zwords system system canadian-english
2332026-03-18T21:47:20.553Zwords system system french
2342026-03-18T21:47:20.553Zwords system system italian
2352026-03-18T21:47:20.554Zwords system system ngerman
2362026-03-18T21:47:20.554Zwords system system ogerman
2372026-03-18T21:47:20.554Zwords system system spanish
2382026-03-18T21:47:20.848ZPUBLISHER TYPE STATUS P LOCATION
2392026-03-18T21:47:20.848Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-03-18T21:47:26.921ZFMRI IFO
2412026-03-18T21:47:26.921Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-03-18T21:47:26.921Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-03-18T21:47:26.922Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-03-18T21:47:26.922Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-03-18T21:47:26.922Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-03-18T21:47:26.922Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-03-18T21:47:26.922Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-03-18T21:47:26.922Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-03-18T21:47:26.922Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-03-18T21:47:26.922Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-03-18T21:47:26.923Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-03-18T21:47:26.923Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-03-18T21:47:26.923Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-03-18T21:47:26.923Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-03-18T21:47:26.923Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-03-18T21:47:26.923Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-03-18T21:47:28.158Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-03-18T21:47:28.483Z Updating crates.io index
2592026-03-18T21:47:28.518Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-03-18T21:47:29.261Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-03-18T21:47:30.197Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2622026-03-18T21:47:30.481Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-03-18T21:47:31.041Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642026-03-18T21:47:31.912Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-03-18T21:47:32.786Z Updating git repository `https://github.com/oxidecomputer/propolis`
2662026-03-18T21:47:35.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-03-18T21:47:37.273Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-03-18T21:47:38.237Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-03-18T21:47:38.538Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-03-18T21:47:41.301Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-03-18T21:47:41.644Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-03-18T21:47:42.690Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-03-18T21:47:42.969Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-03-18T21:47:45.488Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-03-18T21:47:46.198Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-03-18T21:47:46.654Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-03-18T21:47:47.291Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-03-18T21:47:47.723Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-03-18T21:47:48.261Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-03-18T21:47:48.532Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-03-18T21:47:48.974Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-03-18T21:47:49.460Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-03-18T21:47:50.157Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-03-18T21:47:50.917Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-03-18T21:47:51.260Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-03-18T21:47:51.654Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-03-18T21:47:52.495Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-03-18T21:47:53.006Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-18T21:47:53.334Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-18T21:47:53.831Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-18T21:47:54.246Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-18T21:47:54.579Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-18T21:47:55.093Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-18T21:47:55.508Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-18T21:47:55.817Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-18T21:47:56.139Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-18T21:48:11.650Z Downloading crates ...
2982026-03-18T21:48:11.707Z Downloaded anstyle-parse v0.2.7
2992026-03-18T21:48:11.721Z Downloaded anstream v0.6.21
3002026-03-18T21:48:11.726Z Downloaded usdt-macro v0.5.0
3012026-03-18T21:48:11.729Z Downloaded zerofrom v0.1.6
3022026-03-18T21:48:11.729Z Downloaded fnv v1.0.7
3032026-03-18T21:48:11.729Z Downloaded fastrand v2.3.0
3042026-03-18T21:48:11.732Z Downloaded form_urlencoded v1.2.2
3052026-03-18T21:48:11.732Z Downloaded thread-id v4.2.2
3062026-03-18T21:48:11.732Z Downloaded toml_edit v0.22.27
3072026-03-18T21:48:11.736Z Downloaded toml_datetime v0.6.11
3082026-03-18T21:48:11.736Z Downloaded log v0.4.29
3092026-03-18T21:48:11.739Z Downloaded textwrap v0.16.2
3102026-03-18T21:48:11.742Z Downloaded dtrace-parser v0.2.0
3112026-03-18T21:48:11.742Z Downloaded generic-array v0.14.7
3122026-03-18T21:48:11.742Z Downloaded toml v0.8.23
3132026-03-18T21:48:11.745Z Downloaded tinystr v0.8.2
3142026-03-18T21:48:11.745Z Downloaded thiserror v2.0.18
3152026-03-18T21:48:11.749Z Downloaded smawk v0.3.2
3162026-03-18T21:48:11.752Z Downloaded litemap v0.8.1
3172026-03-18T21:48:11.752Z Downloaded fs-err v3.3.0
3182026-03-18T21:48:11.756Z Downloaded thiserror v1.0.69
3192026-03-18T21:48:11.759Z Downloaded version_check v0.9.5
3202026-03-18T21:48:11.759Z Downloaded writeable v0.6.2
3212026-03-18T21:48:11.759Z Downloaded memmap v0.7.0
3222026-03-18T21:48:11.762Z Downloaded once_cell v1.21.3
3232026-03-18T21:48:11.762Z Downloaded zerofrom-derive v0.1.6
3242026-03-18T21:48:11.767Z Downloaded typeid v1.0.3
3252026-03-18T21:48:11.767Z Downloaded errno v0.3.14
3262026-03-18T21:48:11.767Z Downloaded unicode-linebreak v0.1.5
3272026-03-18T21:48:11.771Z Downloaded unicode-xid v0.2.6
3282026-03-18T21:48:11.771Z Downloaded num-traits v0.2.19
3292026-03-18T21:48:11.771Z Downloaded clap_lex v1.0.0
3302026-03-18T21:48:11.771Z Downloaded block-buffer v0.10.4
3312026-03-18T21:48:11.771Z Downloaded equivalent v1.0.2
3322026-03-18T21:48:11.774Z Downloaded displaydoc v0.2.5
3332026-03-18T21:48:11.774Z Downloaded utf8_iter v1.0.4
3342026-03-18T21:48:11.777Z Downloaded toml_write v0.1.2
3352026-03-18T21:48:11.777Z Downloaded utf8parse v0.2.2
3362026-03-18T21:48:11.777Z Downloaded dof v0.3.0
3372026-03-18T21:48:11.777Z Downloaded anstyle-query v1.1.5
3382026-03-18T21:48:11.781Z Downloaded thiserror-impl v2.0.18
3392026-03-18T21:48:11.781Z Downloaded thiserror-impl v1.0.69
3402026-03-18T21:48:11.781Z Downloaded erased-serde v0.4.9
3412026-03-18T21:48:11.785Z Downloaded cargo_metadata v0.21.0
3422026-03-18T21:48:11.785Z Downloaded digest v0.10.7
3432026-03-18T21:48:11.790Z Downloaded byteorder v1.5.0
3442026-03-18T21:48:11.793Z Downloaded ucd-trie v0.1.7
3452026-03-18T21:48:11.793Z Downloaded macaddr v1.0.1
3462026-03-18T21:48:11.797Z Downloaded zerovec-derive v0.11.2
3472026-03-18T21:48:11.797Z Downloaded zerocopy-derive v0.7.35
3482026-03-18T21:48:11.800Z Downloaded ordered-float v2.10.1
3492026-03-18T21:48:11.800Z Downloaded usdt-attr-macro v0.5.0
3502026-03-18T21:48:11.801Z Downloaded usdt v0.5.0
3512026-03-18T21:48:11.805Z Downloaded yoke v0.8.1
3522026-03-18T21:48:11.805Z Downloaded unicode-ident v1.0.24
3532026-03-18T21:48:11.805Z Downloaded stable_deref_trait v1.2.1
3542026-03-18T21:48:11.805Z Downloaded pretty-hex v0.4.1
3552026-03-18T21:48:11.808Z Downloaded itoa v1.0.17
3562026-03-18T21:48:11.808Z Downloaded yoke-derive v0.8.1
3572026-03-18T21:48:11.808Z Downloaded cargo-platform v0.2.0
3582026-03-18T21:48:11.811Z Downloaded is_terminal_polyfill v1.70.2
3592026-03-18T21:48:11.811Z Downloaded serde_spanned v0.6.9
3602026-03-18T21:48:11.815Z Downloaded zmij v1.0.21
3612026-03-18T21:48:11.818Z Downloaded usdt-impl v0.5.0
3622026-03-18T21:48:11.818Z Downloaded heck v0.5.0
3632026-03-18T21:48:11.821Z Downloaded colorchoice v1.0.4
3642026-03-18T21:48:11.825Z Downloaded cfg-if v1.0.4
3652026-03-18T21:48:11.828Z Downloaded serde-value v0.7.0
3662026-03-18T21:48:11.828Z Downloaded strsim v0.11.1
3672026-03-18T21:48:11.831Z Downloaded idna_adapter v1.2.1
3682026-03-18T21:48:11.831Z Downloaded percent-encoding v2.3.2
3692026-03-18T21:48:11.835Z Downloaded tabled_derive v0.7.0
3702026-03-18T21:48:11.838Z Downloaded scroll_derive v0.12.1
3712026-03-18T21:48:11.838Z Downloaded proc-macro-error-attr v1.0.4
3722026-03-18T21:48:11.838Z Downloaded serde-untagged v0.1.9
3732026-03-18T21:48:11.841Z Downloaded zerotrie v0.2.3
3742026-03-18T21:48:11.841Z Downloaded typenum v1.19.0
3752026-03-18T21:48:11.844Z Downloaded anstyle v1.0.13
3762026-03-18T21:48:11.844Z Downloaded crypto-common v0.1.7
3772026-03-18T21:48:11.847Z Downloaded zerovec v0.11.5
3782026-03-18T21:48:11.851Z Downloaded terminal_size v0.4.3
3792026-03-18T21:48:11.854Z Downloaded potential_utf v0.1.4
3802026-03-18T21:48:11.854Z Downloaded cpufeatures v0.2.17
3812026-03-18T21:48:11.854Z Downloaded url v2.5.8
3822026-03-18T21:48:11.857Z Downloaded plain v0.2.3
3832026-03-18T21:48:11.857Z Downloaded winnow v0.7.14
3842026-03-18T21:48:11.862Z Downloaded serde_tokenstream v0.2.3
3852026-03-18T21:48:11.865Z Downloaded indexmap v2.13.0
3862026-03-18T21:48:11.868Z Downloaded heck v0.4.1
3872026-03-18T21:48:11.872Z Downloaded zerocopy v0.7.35
3882026-03-18T21:48:11.884Z Downloaded swrite v0.1.0
3892026-03-18T21:48:11.887Z Downloaded unicode-width v0.2.0
3902026-03-18T21:48:11.891Z Downloaded cargo_toml v0.21.0
3912026-03-18T21:48:11.891Z Downloaded memchr v2.8.0
3922026-03-18T21:48:11.894Z Downloaded unicode-width v0.1.14
3932026-03-18T21:48:11.897Z Downloaded camino-tempfile v1.4.1
3942026-03-18T21:48:11.900Z Downloaded semver v1.0.27
3952026-03-18T21:48:11.900Z Downloaded quote v1.0.44
3962026-03-18T21:48:11.903Z Downloaded synstructure v0.13.2
3972026-03-18T21:48:11.903Z Downloaded icu_provider v2.1.1
3982026-03-18T21:48:11.907Z Downloaded bitflags v2.11.0
3992026-03-18T21:48:11.907Z Downloaded serde_derive v1.0.228
4002026-03-18T21:48:11.911Z Downloaded bytecount v0.6.9
4012026-03-18T21:48:11.911Z Downloaded autocfg v1.5.0
4022026-03-18T21:48:11.911Z Downloaded anyhow v1.0.102
4032026-03-18T21:48:11.919Z Downloaded sha2 v0.10.9
4042026-03-18T21:48:11.922Z Downloaded cargo-util-schemas v0.8.2
4052026-03-18T21:48:11.922Z Downloaded proc-macro-error v1.0.4
4062026-03-18T21:48:11.925Z Downloaded pest_derive v2.8.6
4072026-03-18T21:48:11.928Z Downloaded clap_derive v4.5.55
4082026-03-18T21:48:11.933Z Downloaded scroll v0.12.0
4092026-03-18T21:48:11.936Z Downloaded icu_properties v2.1.2
4102026-03-18T21:48:11.939Z Downloaded smallvec v1.15.1
4112026-03-18T21:48:11.942Z Downloaded tempfile v3.25.0
4122026-03-18T21:48:11.945Z Downloaded proc-macro2 v1.0.106
4132026-03-18T21:48:11.948Z Downloaded papergrid v0.11.0
4142026-03-18T21:48:11.957Z Downloaded pest_meta v2.8.6
4152026-03-18T21:48:11.961Z Downloaded getrandom v0.4.1
4162026-03-18T21:48:11.961Z Downloaded serde_core v1.0.228
4172026-03-18T21:48:11.961Z Downloaded pest_generator v2.8.6
4182026-03-18T21:48:11.968Z Downloaded camino v1.2.2
4192026-03-18T21:48:11.979Z Downloaded icu_normalizer_data v2.1.1
4202026-03-18T21:48:11.979Z Downloaded clap v4.5.60
4212026-03-18T21:48:11.983Z Downloaded icu_normalizer v2.1.1
4222026-03-18T21:48:11.987Z Downloaded icu_locale_core v2.1.1
4232026-03-18T21:48:11.992Z Downloaded serde v1.0.228
4242026-03-18T21:48:11.995Z Downloaded icu_collections v2.1.1
4252026-03-18T21:48:12.017Z Downloaded idna v1.1.0
4262026-03-18T21:48:12.029Z Downloaded pest v2.8.6
4272026-03-18T21:48:12.036Z Downloaded hashbrown v0.16.1
4282026-03-18T21:48:12.044Z Downloaded icu_properties_data v2.1.2
4292026-03-18T21:48:12.052Z Downloaded serde_json v1.0.149
4302026-03-18T21:48:12.059Z Downloaded clap_builder v4.5.60
4312026-03-18T21:48:12.063Z Downloaded goblin v0.8.2
4322026-03-18T21:48:12.068Z Downloaded tabled v0.15.0
4332026-03-18T21:48:12.081Z Downloaded syn v1.0.109
4342026-03-18T21:48:12.085Z Downloaded syn v2.0.117
4352026-03-18T21:48:12.118Z Downloaded rustix v1.1.3
4362026-03-18T21:48:12.168Z Downloaded libc v0.2.180
4372026-03-18T21:48:12.242Z Compiling proc-macro2 v1.0.106
4382026-03-18T21:48:12.242Z Compiling quote v1.0.44
4392026-03-18T21:48:12.251Z Compiling unicode-ident v1.0.24
4402026-03-18T21:48:12.251Z Compiling serde_core v1.0.228
4412026-03-18T21:48:12.251Z Compiling libc v0.2.180
4422026-03-18T21:48:12.251Z Compiling version_check v0.9.5
4432026-03-18T21:48:12.258Z Compiling memchr v2.8.0
4442026-03-18T21:48:12.258Z Compiling serde v1.0.228
4452026-03-18T21:48:12.258Z Compiling stable_deref_trait v1.2.1
4462026-03-18T21:48:12.258Z Compiling zmij v1.0.21
4472026-03-18T21:48:12.259Z Compiling ucd-trie v0.1.7
4482026-03-18T21:48:12.259Z Compiling autocfg v1.5.0
4492026-03-18T21:48:12.445Z Compiling thiserror v1.0.69
4502026-03-18T21:48:12.457Z Compiling itoa v1.0.17
4512026-03-18T21:48:12.457Z Compiling writeable v0.6.2
4522026-03-18T21:48:12.763Z Compiling litemap v0.8.1
4532026-03-18T21:48:12.841Z Compiling byteorder v1.5.0
4542026-03-18T21:48:12.846Z Compiling icu_properties_data v2.1.2
4552026-03-18T21:48:12.979Z Compiling icu_normalizer_data v2.1.1
4562026-03-18T21:48:13.017Z Compiling rustix v1.1.3
4572026-03-18T21:48:13.068Z Compiling serde_json v1.0.149
4582026-03-18T21:48:13.098Z Compiling bitflags v2.11.0
4592026-03-18T21:48:13.162Z Compiling pest v2.8.6
4602026-03-18T21:48:13.166Z Compiling num-traits v0.2.19
4612026-03-18T21:48:13.269Z Compiling smallvec v1.15.1
4622026-03-18T21:48:13.297Z Compiling typeid v1.0.3
4632026-03-18T21:48:13.551Z Compiling hashbrown v0.16.1
4642026-03-18T21:48:13.559Z Compiling equivalent v1.0.2
4652026-03-18T21:48:13.667Z Compiling usdt-impl v0.5.0
4662026-03-18T21:48:13.690Z Compiling proc-macro-error-attr v1.0.4
4672026-03-18T21:48:13.859Z Compiling erased-serde v0.4.9
4682026-03-18T21:48:13.942Z Compiling winnow v0.7.14
4692026-03-18T21:48:13.946Z Compiling toml_write v0.1.2
4702026-03-18T21:48:14.031Z Compiling errno v0.3.14
4712026-03-18T21:48:14.035Z Compiling thread-id v4.2.2
4722026-03-18T21:48:14.035Z Compiling syn v1.0.109
4732026-03-18T21:48:14.168Z Compiling proc-macro-error v1.0.4
4742026-03-18T21:48:14.251Z Compiling indexmap v2.13.0
4752026-03-18T21:48:14.280Z Compiling thiserror v2.0.18
4762026-03-18T21:48:14.336Z Compiling getrandom v0.4.1
4772026-03-18T21:48:14.362Z Compiling plain v0.2.3
4782026-03-18T21:48:14.446Z Compiling log v0.4.29
4792026-03-18T21:48:14.451Z Compiling camino v1.2.2
4802026-03-18T21:48:14.502Z Compiling syn v2.0.117
4812026-03-18T21:48:14.570Z Compiling utf8parse v0.2.2
4822026-03-18T21:48:14.598Z Compiling pest_meta v2.8.6
4832026-03-18T21:48:14.623Z Compiling utf8_iter v1.0.4
4842026-03-18T21:48:14.652Z Compiling percent-encoding v2.3.2
4852026-03-18T21:48:14.707Z Compiling anstyle-parse v0.2.7
4862026-03-18T21:48:14.829Z Compiling form_urlencoded v1.2.2
4872026-03-18T21:48:14.977Z Compiling colorchoice v1.0.4
4882026-03-18T21:48:15.049Z Compiling ordered-float v2.10.1
4892026-03-18T21:48:15.107Z Compiling anstyle v1.0.13
4902026-03-18T21:48:15.111Z Compiling cfg-if v1.0.4
4912026-03-18T21:48:15.147Z Compiling anstyle-query v1.1.5
4922026-03-18T21:48:15.173Z Compiling is_terminal_polyfill v1.70.2
4932026-03-18T21:48:15.227Z Compiling pretty-hex v0.4.1
4942026-03-18T21:48:15.318Z Compiling fs-err v3.3.0
4952026-03-18T21:48:15.346Z Compiling heck v0.5.0
4962026-03-18T21:48:15.401Z Compiling anstream v0.6.21
4972026-03-18T21:48:15.432Z Compiling clap_lex v1.0.0
4982026-03-18T21:48:15.460Z Compiling fastrand v2.3.0
4992026-03-18T21:48:15.486Z Compiling unicode-width v0.1.14
5002026-03-18T21:48:15.489Z Compiling heck v0.4.1
5012026-03-18T21:48:15.542Z Compiling terminal_size v0.4.3
5022026-03-18T21:48:15.609Z Compiling anyhow v1.0.102
5032026-03-18T21:48:15.743Z Compiling strsim v0.11.1
5042026-03-18T21:48:15.769Z Compiling once_cell v1.21.3
5052026-03-18T21:48:15.796Z Compiling bytecount v0.6.9
5062026-03-18T21:48:15.849Z Compiling fnv v1.0.7
5072026-03-18T21:48:15.880Z Compiling unicode-xid v0.2.6
5082026-03-18T21:48:15.910Z Compiling memmap v0.7.0
5092026-03-18T21:48:15.973Z Compiling papergrid v0.11.0
5102026-03-18T21:48:16.006Z Compiling tempfile v3.25.0
5112026-03-18T21:48:16.011Z Compiling clap_builder v4.5.60
5122026-03-18T21:48:16.065Z Compiling unicode-width v0.2.0
5132026-03-18T21:48:16.097Z Compiling smawk v0.3.2
5142026-03-18T21:48:16.121Z Compiling unicode-linebreak v0.1.5
5152026-03-18T21:48:16.437Z Compiling semver v1.0.27
5162026-03-18T21:48:16.477Z Compiling textwrap v0.16.2
5172026-03-18T21:48:16.481Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5182026-03-18T21:48:16.626Z Compiling swrite v0.1.0
5192026-03-18T21:48:16.779Z Compiling camino-tempfile v1.4.1
5202026-03-18T21:48:16.869Z Compiling serde-untagged v0.1.9
5212026-03-18T21:48:17.341Z Compiling tabled_derive v0.7.0
5222026-03-18T21:48:18.138Z Compiling tabled v0.15.0
5232026-03-18T21:48:18.175Z Compiling synstructure v0.13.2
5242026-03-18T21:48:18.178Z Compiling pest_generator v2.8.6
5252026-03-18T21:48:18.923Z Compiling serde_derive v1.0.228
5262026-03-18T21:48:18.923Z Compiling zerofrom-derive v0.1.6
5272026-03-18T21:48:18.927Z Compiling yoke-derive v0.8.1
5282026-03-18T21:48:18.927Z Compiling zerovec-derive v0.11.2
5292026-03-18T21:48:18.927Z Compiling displaydoc v0.2.5
5302026-03-18T21:48:18.927Z Compiling thiserror-impl v1.0.69
5312026-03-18T21:48:18.927Z Compiling zerocopy-derive v0.7.35
5322026-03-18T21:48:18.927Z Compiling pest_derive v2.8.6
5332026-03-18T21:48:18.927Z Compiling scroll_derive v0.12.1
5342026-03-18T21:48:18.927Z Compiling thiserror-impl v2.0.18
5352026-03-18T21:48:18.927Z Compiling clap_derive v4.5.55
5362026-03-18T21:48:19.795Z Compiling scroll v0.12.0
5372026-03-18T21:48:20.100Z Compiling zerocopy v0.7.35
5382026-03-18T21:48:20.149Z Compiling goblin v0.8.2
5392026-03-18T21:48:20.390Z Compiling zerofrom v0.1.6
5402026-03-18T21:48:20.522Z Compiling yoke v0.8.1
5412026-03-18T21:48:20.566Z Compiling dtrace-parser v0.2.0
5422026-03-18T21:48:20.717Z Compiling clap v4.5.60
5432026-03-18T21:48:20.742Z Compiling zerovec v0.11.5
5442026-03-18T21:48:20.745Z Compiling zerotrie v0.2.3
5452026-03-18T21:48:21.352Z Compiling tinystr v0.8.2
5462026-03-18T21:48:21.352Z Compiling potential_utf v0.1.4
5472026-03-18T21:48:21.494Z Compiling icu_collections v2.1.1
5482026-03-18T21:48:21.570Z Compiling icu_locale_core v2.1.1
5492026-03-18T21:48:22.243Z Compiling toml_datetime v0.6.11
5502026-03-18T21:48:22.243Z Compiling serde_spanned v0.6.9
5512026-03-18T21:48:22.246Z Compiling serde-value v0.7.0
5522026-03-18T21:48:22.247Z Compiling cargo-platform v0.2.0
5532026-03-18T21:48:22.247Z Compiling macaddr v1.0.1
5542026-03-18T21:48:22.267Z Compiling dof v0.3.0
5552026-03-18T21:48:22.270Z Compiling serde_tokenstream v0.2.3
5562026-03-18T21:48:22.348Z Compiling icu_provider v2.1.1
5572026-03-18T21:48:22.465Z Compiling toml_edit v0.22.27
5582026-03-18T21:48:22.712Z Compiling icu_normalizer v2.1.1
5592026-03-18T21:48:22.713Z Compiling icu_properties v2.1.2
5602026-03-18T21:48:23.232Z Compiling usdt-attr-macro v0.5.0
5612026-03-18T21:48:23.235Z Compiling usdt-macro v0.5.0
5622026-03-18T21:48:23.840Z Compiling idna_adapter v1.2.1
5632026-03-18T21:48:23.958Z Compiling usdt v0.5.0
5642026-03-18T21:48:23.980Z Compiling idna v1.1.0
5652026-03-18T21:48:24.253Z Compiling toml v0.8.23
5662026-03-18T21:48:24.331Z Compiling url v2.5.8
5672026-03-18T21:48:24.718Z Compiling cargo_toml v0.21.0
5682026-03-18T21:48:24.864Z Compiling cargo-util-schemas v0.8.2
5692026-03-18T21:48:26.005Z Compiling cargo_metadata v0.21.0
5702026-03-18T21:48:27.284Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-18T21:48:30.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
5722026-03-18T21:48:30.422Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-18T21:48:31.127Z Downloading crates ...
5742026-03-18T21:48:31.257Z Downloaded adler2 v2.0.1
5752026-03-18T21:48:31.273Z Downloaded blowfish v0.9.1
5762026-03-18T21:48:31.278Z Downloaded block-padding v0.3.3
5772026-03-18T21:48:31.278Z Downloaded async-stream-impl v0.3.6
5782026-03-18T21:48:31.284Z Downloaded aead v0.5.2
5792026-03-18T21:48:31.284Z Downloaded chacha20 v0.9.1
5802026-03-18T21:48:31.284Z Downloaded base64 v0.21.7
5812026-03-18T21:48:31.288Z Downloaded darling v0.20.11
5822026-03-18T21:48:31.291Z Downloaded bit-set v0.5.3
5832026-03-18T21:48:31.291Z Downloaded console v0.16.2
5842026-03-18T21:48:31.291Z Downloaded darling v0.21.3
5852026-03-18T21:48:31.294Z Downloaded crossbeam-epoch v0.9.18
5862026-03-18T21:48:31.297Z Downloaded crossbeam-utils v0.8.21
5872026-03-18T21:48:31.300Z Downloaded base64ct v1.8.3
5882026-03-18T21:48:31.303Z Downloaded argon2 v0.5.3
5892026-03-18T21:48:31.303Z Downloaded async-stream v0.3.6
5902026-03-18T21:48:31.306Z Downloaded ascii-canvas v3.0.0
5912026-03-18T21:48:31.307Z Downloaded crossbeam-deque v0.8.6
5922026-03-18T21:48:31.307Z Downloaded critical-section v1.2.0
5932026-03-18T21:48:31.311Z Downloaded async-recursion v1.1.1
5942026-03-18T21:48:31.314Z Downloaded derive-where v1.6.0
5952026-03-18T21:48:31.317Z Downloaded cargo_toml v0.22.3
5962026-03-18T21:48:31.320Z Downloaded cargo-platform v0.1.9
5972026-03-18T21:48:31.323Z Downloaded base16ct v1.0.0
5982026-03-18T21:48:31.323Z Downloaded atty v0.2.14
5992026-03-18T21:48:31.326Z Downloaded async-trait v0.1.89
6002026-03-18T21:48:31.331Z Downloaded bitfield-struct v0.6.2
6012026-03-18T21:48:31.334Z Downloaded downcast-rs v2.0.2
6022026-03-18T21:48:31.335Z Downloaded foreign-types v0.3.2
6032026-03-18T21:48:31.335Z Downloaded crunchy v0.2.4
6042026-03-18T21:48:31.335Z Downloaded crc-catalog v2.4.0
6052026-03-18T21:48:31.338Z Downloaded buf-list v1.1.2
6062026-03-18T21:48:31.338Z Downloaded float-cmp v0.10.0
6072026-03-18T21:48:31.343Z Downloaded dsl_auto_type v0.2.0
6082026-03-18T21:48:31.343Z Downloaded derive_builder_core v0.20.2
6092026-03-18T21:48:31.343Z Downloaded env_filter v1.0.0
6102026-03-18T21:48:31.346Z Downloaded ctr v0.9.2
6112026-03-18T21:48:31.346Z Downloaded arrayref v0.3.9
6122026-03-18T21:48:31.350Z Downloaded array-init v0.0.4
6132026-03-18T21:48:31.350Z Downloaded bcrypt-pbkdf v0.10.0
6142026-03-18T21:48:31.350Z Downloaded cookie_store v0.22.1
6152026-03-18T21:48:31.354Z Downloaded daft-derive v0.1.5
6162026-03-18T21:48:31.358Z Downloaded cpufeatures v0.3.0
6172026-03-18T21:48:31.358Z Downloaded bitfield v0.19.4
6182026-03-18T21:48:31.361Z Downloaded atomicwrites v0.4.4
6192026-03-18T21:48:31.361Z Downloaded bb8 v0.8.6
6202026-03-18T21:48:31.371Z Downloaded bitflags v1.3.2
6212026-03-18T21:48:31.386Z Downloaded ciborium-ll v0.2.2
6222026-03-18T21:48:31.391Z Downloaded crc8 v0.1.1
6232026-03-18T21:48:31.416Z Downloaded cfg_aliases v0.1.1
6242026-03-18T21:48:31.421Z Downloaded dunce v1.0.5
6252026-03-18T21:48:31.421Z Downloaded embedded-io v0.4.0
6262026-03-18T21:48:31.425Z Downloaded diesel_table_macro_syntax v0.3.0
6272026-03-18T21:48:31.430Z Downloaded dirs-next v2.0.0
6282026-03-18T21:48:31.435Z Downloaded ciborium-io v0.2.2
6292026-03-18T21:48:31.440Z Downloaded bit-set v0.8.0
6302026-03-18T21:48:31.440Z Downloaded castaway v0.2.4
6312026-03-18T21:48:31.440Z Downloaded base16ct v0.2.0
6322026-03-18T21:48:31.447Z Downloaded bitfield-macros v0.19.4
6332026-03-18T21:48:31.451Z Downloaded assert_matches v1.5.0
6342026-03-18T21:48:31.455Z Downloaded cfg_aliases v0.2.1
6352026-03-18T21:48:31.458Z Downloaded dirs-sys-next v0.1.2
6362026-03-18T21:48:31.461Z Downloaded darling_macro v0.20.11
6372026-03-18T21:48:31.461Z Downloaded enum-as-inner v0.6.1
6382026-03-18T21:48:31.464Z Downloaded foreign-types-shared v0.3.1
6392026-03-18T21:48:31.464Z Downloaded convert_case v0.4.0
6402026-03-18T21:48:31.471Z Downloaded crc v3.4.0
6412026-03-18T21:48:31.474Z Downloaded futures-sink v0.3.32
6422026-03-18T21:48:31.474Z Downloaded dyn-clone v1.0.20
6432026-03-18T21:48:31.474Z Downloaded endian-type v0.1.2
6442026-03-18T21:48:31.477Z Downloaded darling_macro v0.21.3
6452026-03-18T21:48:31.477Z Downloaded cobs v0.3.0
6462026-03-18T21:48:31.480Z Downloaded funty v2.0.0
6472026-03-18T21:48:31.480Z Downloaded fd-lock v4.0.4
6482026-03-18T21:48:31.483Z Downloaded bzip2 v0.4.4
6492026-03-18T21:48:31.483Z Downloaded curve25519-dalek-derive v0.1.1
6502026-03-18T21:48:31.483Z Downloaded bit-vec v0.6.3
6512026-03-18T21:48:31.486Z Downloaded allocator-api2 v0.2.21
6522026-03-18T21:48:31.486Z Downloaded fxhash v0.2.1
6532026-03-18T21:48:31.491Z Downloaded git-stub v1.0.0
6542026-03-18T21:48:31.491Z Downloaded dtrace-parser v0.3.0
6552026-03-18T21:48:31.491Z Downloaded debug-ignore v1.0.5
6562026-03-18T21:48:31.494Z Downloaded futures-task v0.3.32
6572026-03-18T21:48:31.494Z Downloaded futures-core v0.3.32
6582026-03-18T21:48:31.494Z Downloaded darling_macro v0.23.0
6592026-03-18T21:48:31.495Z Downloaded globwalk v0.9.1
6602026-03-18T21:48:31.498Z Downloaded defmt-parser v1.0.0
6612026-03-18T21:48:31.511Z Downloaded defmt v0.3.100
6622026-03-18T21:48:31.515Z Downloaded foreign-types-shared v0.1.1
6632026-03-18T21:48:31.515Z Downloaded foreign-types-macros v0.2.3
6642026-03-18T21:48:31.515Z Downloaded foreign-types v0.5.0
6652026-03-18T21:48:31.515Z Downloaded futures-macro v0.3.32
6662026-03-18T21:48:31.521Z Downloaded float-ord v0.3.2
6672026-03-18T21:48:31.521Z Downloaded hash32 v0.2.1
6682026-03-18T21:48:31.521Z Downloaded fixedbitset v0.4.2
6692026-03-18T21:48:31.524Z Downloaded difflib v0.4.0
6702026-03-18T21:48:31.524Z Downloaded embedded-io v0.6.1
6712026-03-18T21:48:31.524Z Downloaded ghash v0.5.1
6722026-03-18T21:48:31.524Z Downloaded derive_builder_macro v0.20.2
6732026-03-18T21:48:31.524Z Downloaded futures-io v0.3.32
6742026-03-18T21:48:31.524Z Downloaded filetime v0.2.27
6752026-03-18T21:48:31.527Z Downloaded dropshot_endpoint v0.16.7
6762026-03-18T21:48:31.530Z Downloaded der_derive v0.7.3
6772026-03-18T21:48:31.531Z Downloaded cstr-argument v0.1.2
6782026-03-18T21:48:31.534Z Downloaded fatfs v0.3.6
6792026-03-18T21:48:31.534Z Downloaded document-features v0.2.12
6802026-03-18T21:48:31.537Z Downloaded bit-vec v0.8.0
6812026-03-18T21:48:31.537Z Downloaded constant_time_eq v0.4.2
6822026-03-18T21:48:31.540Z Downloaded dropshot-api-manager-types v0.6.0
6832026-03-18T21:48:31.540Z Downloaded cexpr v0.6.0
6842026-03-18T21:48:31.542Z Downloaded bcs v0.1.6
6852026-03-18T21:48:31.546Z Downloaded console v0.15.11
6862026-03-18T21:48:31.546Z Downloaded gethostname v0.5.0
6872026-03-18T21:48:31.549Z Downloaded hex v0.4.3
6882026-03-18T21:48:31.549Z Downloaded fs-err v2.11.0
6892026-03-18T21:48:31.553Z Downloaded hex-literal v0.4.1
6902026-03-18T21:48:31.553Z Downloaded blake2 v0.10.6
6912026-03-18T21:48:31.556Z Downloaded http-body v1.0.1
6922026-03-18T21:48:31.556Z Downloaded hostname v0.4.2
6932026-03-18T21:48:31.556Z Downloaded httpdate v1.0.3
6942026-03-18T21:48:31.559Z Downloaded http-range v0.1.5
6952026-03-18T21:48:31.559Z Downloaded hostname v0.3.1
6962026-03-18T21:48:31.559Z Downloaded headers-core v0.3.0
6972026-03-18T21:48:31.562Z Downloaded env_logger v0.11.9
6982026-03-18T21:48:31.562Z Downloaded ena v0.14.4
6992026-03-18T21:48:31.566Z Downloaded defmt-macros v1.0.1
7002026-03-18T21:48:31.569Z Downloaded defmt v1.0.1
7012026-03-18T21:48:31.572Z Downloaded git-stub-vcs v0.1.0
7022026-03-18T21:48:31.572Z Downloaded foldhash v0.1.5
7032026-03-18T21:48:31.576Z Downloaded erased-serde v0.3.31
7042026-03-18T21:48:31.576Z Downloaded hyper-tls v0.6.0
7052026-03-18T21:48:31.579Z Downloaded hubpack_derive v0.1.1
7062026-03-18T21:48:31.579Z Downloaded hubpack v0.1.2
7072026-03-18T21:48:31.579Z Downloaded globset v0.4.18
7082026-03-18T21:48:31.579Z Downloaded ident_case v1.0.1
7092026-03-18T21:48:31.582Z Downloaded csv-core v0.1.13
7102026-03-18T21:48:31.582Z Downloaded group v0.13.0
7112026-03-18T21:48:31.586Z Downloaded ahash v0.8.12
7122026-03-18T21:48:31.586Z Downloaded either v1.15.0
7132026-03-18T21:48:31.589Z Downloaded ecdsa v0.16.9
7142026-03-18T21:48:31.589Z Downloaded indent_write v2.2.0
7152026-03-18T21:48:31.592Z Downloaded diesel-dtrace v0.5.0
7162026-03-18T21:48:31.592Z Downloaded chacha20 v0.10.0
7172026-03-18T21:48:31.595Z Downloaded derive-ex v0.1.8
7182026-03-18T21:48:31.595Z Downloaded corncobs v0.1.4
7192026-03-18T21:48:31.599Z Downloaded const_format_proc_macros v0.2.34
7202026-03-18T21:48:31.599Z Downloaded ed25519-dalek v2.2.0
7212026-03-18T21:48:31.603Z Downloaded bzip2 v0.6.1
7222026-03-18T21:48:31.603Z Downloaded foldhash v0.2.0
7232026-03-18T21:48:31.603Z Downloaded find-msvc-tools v0.1.9
7242026-03-18T21:48:31.606Z Downloaded fallible-iterator v0.2.0
7252026-03-18T21:48:31.606Z Downloaded ed25519 v2.2.3
7262026-03-18T21:48:31.609Z Downloaded data-encoding v2.10.0
7272026-03-18T21:48:31.609Z Downloaded hash32 v0.3.1
7282026-03-18T21:48:31.612Z Downloaded display-error-chain v0.2.2
7292026-03-18T21:48:31.612Z Downloaded cassowary v0.3.0
7302026-03-18T21:48:31.612Z Downloaded cmake v0.1.57
7312026-03-18T21:48:31.615Z Downloaded cbc v0.1.2
7322026-03-18T21:48:31.615Z Downloaded backon v1.6.0
7332026-03-18T21:48:31.618Z Downloaded crucible-workspace-hack v0.1.0
7342026-03-18T21:48:31.618Z Downloaded cipher v0.4.4
7352026-03-18T21:48:31.618Z Downloaded highway v1.3.0
7362026-03-18T21:48:31.621Z Downloaded cargo_metadata v0.19.2
7372026-03-18T21:48:31.627Z Downloaded indoc v1.0.9
7382026-03-18T21:48:31.627Z Downloaded inout v0.1.4
7392026-03-18T21:48:31.630Z Downloaded ff v0.13.1
7402026-03-18T21:48:31.630Z Downloaded crossbeam-channel v0.5.15
7412026-03-18T21:48:31.630Z Downloaded is_ci v1.2.0
7422026-03-18T21:48:31.634Z Downloaded fixedbitset v0.5.7
7432026-03-18T21:48:31.634Z Downloaded ar_archive_writer v0.5.1
7442026-03-18T21:48:31.637Z Downloaded futures-executor v0.3.32
7452026-03-18T21:48:31.637Z Downloaded daft v0.1.5
7462026-03-18T21:48:31.640Z Downloaded glob v0.3.3
7472026-03-18T21:48:31.640Z Downloaded crc32fast v1.5.0
7482026-03-18T21:48:31.644Z Downloaded ciborium v0.2.2
7492026-03-18T21:48:31.647Z Downloaded async-bb8-diesel v0.2.1
7502026-03-18T21:48:31.647Z Downloaded deranged v0.5.8
7512026-03-18T21:48:31.647Z Downloaded cookie v0.18.1
7522026-03-18T21:48:31.650Z Downloaded convert_case v0.10.0
7532026-03-18T21:48:31.650Z Downloaded colored v3.1.1
7542026-03-18T21:48:31.653Z Downloaded camino-tempfile-ext v0.3.3
7552026-03-18T21:48:31.653Z Downloaded backoff v0.4.0
7562026-03-18T21:48:31.657Z Downloaded instant v0.1.13
7572026-03-18T21:48:31.660Z Downloaded is-terminal v0.4.17
7582026-03-18T21:48:31.660Z Downloaded internet-checksum v0.2.1
7592026-03-18T21:48:31.660Z Downloaded instability v0.3.11
7602026-03-18T21:48:31.663Z Downloaded atomic-waker v1.1.2
7612026-03-18T21:48:31.663Z Downloaded lazy_static v1.5.0
7622026-03-18T21:48:31.663Z Downloaded lalrpop-util v0.19.12
7632026-03-18T21:48:31.666Z Downloaded arrayvec v0.7.6
7642026-03-18T21:48:31.666Z Downloaded kstat-rs v0.2.4
7652026-03-18T21:48:31.669Z Downloaded libscf-sys v1.1.0
7662026-03-18T21:48:31.669Z Downloaded keccak v0.1.6
7672026-03-18T21:48:31.669Z Downloaded flagset v0.4.7
7682026-03-18T21:48:31.676Z Downloaded http-body-util v0.1.3
7692026-03-18T21:48:31.679Z Downloaded home v0.5.12
7702026-03-18T21:48:31.682Z Downloaded lzss v0.8.2
7712026-03-18T21:48:31.685Z Downloaded fs_extra v1.3.0
7722026-03-18T21:48:31.685Z Downloaded crypto-bigint v0.5.5
7732026-03-18T21:48:31.689Z Downloaded futures-channel v0.3.32
7742026-03-18T21:48:31.692Z Downloaded diff v0.1.13
7752026-03-18T21:48:31.695Z Downloaded humantime v2.3.0
7762026-03-18T21:48:31.695Z Downloaded dof v0.4.0
7772026-03-18T21:48:31.698Z Downloaded const-oid v0.9.6
7782026-03-18T21:48:31.698Z Downloaded darling v0.23.0
7792026-03-18T21:48:31.702Z Downloaded linked-hash-map v0.5.6
7802026-03-18T21:48:31.705Z Downloaded maplit v1.0.2
7812026-03-18T21:48:31.708Z Downloaded derive_builder v0.20.2
7822026-03-18T21:48:31.727Z Downloaded managed v0.8.0
7832026-03-18T21:48:31.730Z Downloaded hyper-staticfile v0.10.1
7842026-03-18T21:48:31.733Z Downloaded lru v0.12.5
7852026-03-18T21:48:31.733Z Downloaded drift v0.1.3
7862026-03-18T21:48:31.736Z Downloaded match_cfg v0.1.0
7872026-03-18T21:48:31.739Z Downloaded lru-slab v0.1.2
7882026-03-18T21:48:31.739Z Downloaded ipnetwork v0.21.1
7892026-03-18T21:48:31.742Z Downloaded half v1.8.3
7902026-03-18T21:48:31.742Z Downloaded md-5 v0.10.6
7912026-03-18T21:48:31.745Z Downloaded memoffset v0.9.1
7922026-03-18T21:48:31.745Z Downloaded impl-trait-for-tuples v0.2.3
7932026-03-18T21:48:31.748Z Downloaded new_debug_unreachable v1.0.6
7942026-03-18T21:48:31.748Z Downloaded cancel-safe-futures v0.1.5
7952026-03-18T21:48:31.752Z Downloaded multimap v0.10.1
7962026-03-18T21:48:31.752Z Downloaded newline-converter v0.3.0
7972026-03-18T21:48:31.757Z Downloaded normalize-line-endings v0.3.0
7982026-03-18T21:48:31.757Z Downloaded nibble_vec v0.1.0
7992026-03-18T21:48:31.757Z Downloaded num v0.4.3
8002026-03-18T21:48:31.761Z Downloaded newtype-uuid-macros v0.1.0
8012026-03-18T21:48:31.761Z Downloaded hmac v0.12.1
8022026-03-18T21:48:31.761Z Downloaded num-iter v0.1.45
8032026-03-18T21:48:31.761Z Downloaded num_threads v0.1.7
8042026-03-18T21:48:31.766Z Downloaded indoc v2.0.7
8052026-03-18T21:48:31.766Z Downloaded md5 v0.7.0
8062026-03-18T21:48:31.772Z Downloaded ipnet v2.11.0
8072026-03-18T21:48:31.772Z Downloaded maybe-uninit v2.0.0
8082026-03-18T21:48:31.772Z Downloaded newtype_derive v0.1.6
8092026-03-18T21:48:31.772Z Downloaded ingot-types v0.1.2
8102026-03-18T21:48:31.772Z Downloaded ingot v0.1.1
8112026-03-18T21:48:31.775Z Downloaded nodrop v0.1.14
8122026-03-18T21:48:31.775Z Downloaded clang-sys v1.8.1
8132026-03-18T21:48:31.775Z Downloaded libefi-sys v0.1.0
8142026-03-18T21:48:31.778Z Downloaded arc-swap v1.8.2
8152026-03-18T21:48:31.781Z Downloaded libsw-core v0.3.2
8162026-03-18T21:48:31.781Z Downloaded bumpalo v3.20.2
8172026-03-18T21:48:31.784Z Downloaded libsw v3.5.0
8182026-03-18T21:48:31.784Z Downloaded crc-any v2.5.0
8192026-03-18T21:48:31.787Z Downloaded num_enum_derive v0.5.11
8202026-03-18T21:48:31.787Z Downloaded opaque-debug v0.3.1
8212026-03-18T21:48:31.790Z Downloaded olpc-cjson v0.1.4
8222026-03-18T21:48:31.790Z Downloaded const_format v0.2.35
8232026-03-18T21:48:31.793Z Downloaded num-derive v0.3.3
8242026-03-18T21:48:31.796Z Downloaded des v0.8.1
8252026-03-18T21:48:31.796Z Downloaded derive_more v0.99.20
8262026-03-18T21:48:31.800Z Downloaded httparse v1.10.1
8272026-03-18T21:48:31.803Z Downloaded lru-cache v0.1.2
8282026-03-18T21:48:31.806Z Downloaded linear-map v1.2.0
8292026-03-18T21:48:31.806Z Downloaded openssl-probe v0.1.6
8302026-03-18T21:48:31.806Z Downloaded libloading v0.8.9
8312026-03-18T21:48:31.845Z Downloaded openssl-probe v0.2.1
8322026-03-18T21:48:31.845Z Downloaded jobserver v0.1.34
8332026-03-18T21:48:31.845Z Downloaded openssl-macros v0.1.1
8342026-03-18T21:48:31.845Z Downloaded packed_struct_codegen v0.10.1
8352026-03-18T21:48:31.845Z Downloaded oso-derive v0.27.3
8362026-03-18T21:48:31.845Z Downloaded getrandom v0.2.17
8372026-03-18T21:48:31.845Z Downloaded num-conv v0.2.0
8382026-03-18T21:48:31.845Z Downloaded hyper-rustls v0.27.7
8392026-03-18T21:48:31.845Z Downloaded mime_guess v2.0.5
8402026-03-18T21:48:31.845Z Downloaded mime v0.3.17
8412026-03-18T21:48:31.845Z Downloaded iana-time-zone v0.1.65
8422026-03-18T21:48:31.845Z Downloaded multer v3.1.0
8432026-03-18T21:48:31.845Z Downloaded path-slash v0.1.5
8442026-03-18T21:48:31.846Z Downloaded parse-display v0.10.0
8452026-03-18T21:48:31.846Z Downloaded nonempty v0.12.0
8462026-03-18T21:48:31.846Z Downloaded newtype-uuid v1.3.2
8472026-03-18T21:48:31.846Z Downloaded hickory-client v0.25.2
8482026-03-18T21:48:31.846Z Downloaded peg-runtime v0.8.5
8492026-03-18T21:48:31.846Z Downloaded num-integer v0.1.46
8502026-03-18T21:48:31.846Z Downloaded nu-ansi-term v0.50.3
8512026-03-18T21:48:31.846Z Downloaded pbkdf2 v0.11.0
8522026-03-18T21:48:31.846Z Downloaded getrandom v0.3.4
8532026-03-18T21:48:31.846Z Downloaded pbkdf2 v0.12.2
8542026-03-18T21:48:31.850Z Downloaded native-tls v0.2.18
8552026-03-18T21:48:31.850Z Downloaded ingot-macros v0.1.1
8562026-03-18T21:48:31.850Z Downloaded base64 v0.22.1
8572026-03-18T21:48:31.853Z Downloaded phf_shared v0.11.3
8582026-03-18T21:48:31.853Z Downloaded nanorand v0.7.0
8592026-03-18T21:48:31.856Z Downloaded chacha20poly1305 v0.10.1
8602026-03-18T21:48:31.856Z Downloaded num_enum_derive v0.7.5
8612026-03-18T21:48:31.859Z Downloaded num_enum v0.7.5
8622026-03-18T21:48:31.863Z Downloaded phf_shared v0.13.1
8632026-03-18T21:48:31.863Z Downloaded phf_shared v0.12.1
8642026-03-18T21:48:31.863Z Downloaded num-complex v0.4.6
8652026-03-18T21:48:31.866Z Downloaded num_enum v0.5.11
8662026-03-18T21:48:31.869Z Downloaded flume v0.11.1
8672026-03-18T21:48:31.872Z Downloaded darling_core v0.21.3
8682026-03-18T21:48:31.876Z Downloaded oxide-tokio-rt v0.1.3
8692026-03-18T21:48:31.879Z Downloaded owo-colors v4.3.0
8702026-03-18T21:48:31.886Z Downloaded predicates-core v1.0.10
8712026-03-18T21:48:31.886Z Downloaded proc-macro-crate v3.4.0
8722026-03-18T21:48:31.886Z Downloaded predicates-tree v1.0.13
8732026-03-18T21:48:31.892Z Downloaded proc-macro-crate v1.3.1
8742026-03-18T21:48:31.892Z Downloaded crossterm v0.28.1
8752026-03-18T21:48:31.892Z Downloaded powerfmt v0.2.0
8762026-03-18T21:48:31.895Z Downloaded bytes v1.11.1
8772026-03-18T21:48:31.895Z Downloaded proc-macro-error-attr2 v2.0.0
8782026-03-18T21:48:31.898Z Downloaded packed_struct v0.10.1
8792026-03-18T21:48:31.898Z Downloaded precomputed-hash v0.1.1
8802026-03-18T21:48:31.898Z Downloaded oxnet v0.1.4
8812026-03-18T21:48:31.901Z Downloaded parking_lot_core v0.8.6
8822026-03-18T21:48:31.905Z Downloaded memmap2 v0.9.10
8832026-03-18T21:48:31.905Z Downloaded indexmap v1.9.3
8842026-03-18T21:48:31.908Z Downloaded elliptic-curve v0.13.8
8852026-03-18T21:48:31.912Z Downloaded progenitor-client v0.10.0
8862026-03-18T21:48:31.912Z Downloaded progenitor-macro v0.10.0
8872026-03-18T21:48:31.912Z Downloaded pem v3.0.6
8882026-03-18T21:48:31.915Z Downloaded peg v0.8.5
8892026-03-18T21:48:31.918Z Downloaded progenitor-macro v0.13.0
8902026-03-18T21:48:31.918Z Downloaded darling_core v0.20.11
8912026-03-18T21:48:31.921Z Downloaded quick-error v1.2.3
8922026-03-18T21:48:31.924Z Downloaded psl-types v2.0.11
8932026-03-18T21:48:31.924Z Downloaded phf v0.13.1
8942026-03-18T21:48:31.924Z Downloaded pem-rfc7468 v0.7.0
8952026-03-18T21:48:31.927Z Downloaded heapless v0.7.17
8962026-03-18T21:48:31.930Z Downloaded heapless v0.8.0
8972026-03-18T21:48:31.934Z Downloaded darling_core v0.23.0
8982026-03-18T21:48:31.938Z Downloaded pin-utils v0.1.0
8992026-03-18T21:48:31.938Z Downloaded pin-project-lite v0.2.17
9002026-03-18T21:48:31.941Z Downloaded rand_chacha v0.3.1
9012026-03-18T21:48:31.946Z Downloaded radium v0.7.0
9022026-03-18T21:48:31.946Z Downloaded pin-project-internal v1.1.11
9032026-03-18T21:48:31.949Z Downloaded phf v0.12.1
9042026-03-18T21:48:31.950Z Downloaded progenitor-macro v0.11.2
9052026-03-18T21:48:31.950Z Downloaded peg-macros v0.8.5
9062026-03-18T21:48:31.950Z Downloaded derive_more v2.1.1
9072026-03-18T21:48:31.959Z Downloaded ref-cast-impl v1.0.25
9082026-03-18T21:48:31.963Z Downloaded ref-cast v1.0.25
9092026-03-18T21:48:31.963Z Downloaded recursive-proc-macro-impl v0.1.1
9102026-03-18T21:48:31.963Z Downloaded polyval v0.6.2
9112026-03-18T21:48:31.966Z Downloaded ppv-lite86 v0.2.21
9122026-03-18T21:48:31.966Z Downloaded rand_xorshift v0.4.0
9132026-03-18T21:48:31.966Z Downloaded litrs v1.0.0
9142026-03-18T21:48:31.970Z Downloaded headers v0.4.1
9152026-03-18T21:48:31.973Z Downloaded ignore v0.4.25
9162026-03-18T21:48:31.976Z Downloaded predicates v3.1.4
9172026-03-18T21:48:31.979Z Downloaded parking_lot v0.11.2
9182026-03-18T21:48:31.982Z Downloaded progenitor v0.11.2
9192026-03-18T21:48:31.982Z Downloaded rfc6979 v0.4.0
9202026-03-18T21:48:31.982Z Downloaded progenitor v0.10.0
9212026-03-18T21:48:31.985Z Downloaded proc-macro-error2 v2.0.1
9222026-03-18T21:48:31.988Z Downloaded parking_lot v0.12.5
9232026-03-18T21:48:31.988Z Downloaded indicatif v0.18.4
9242026-03-18T21:48:31.991Z Downloaded progenitor-client v0.13.0
9252026-03-18T21:48:31.994Z Downloaded progenitor-client v0.11.2
9262026-03-18T21:48:31.994Z Downloaded parking_lot_core v0.9.12
9272026-03-18T21:48:31.998Z Downloaded rustc-hash v2.1.1
9282026-03-18T21:48:31.998Z Downloaded recursive v0.1.1
9292026-03-18T21:48:31.998Z Downloaded postgres-protocol v0.6.10
9302026-03-18T21:48:32.002Z Downloaded russh-cryptovec v0.7.3
9312026-03-18T21:48:32.002Z Downloaded rtoolbox v0.0.3
9322026-03-18T21:48:32.002Z Downloaded rustc_version v0.4.1
9332026-03-18T21:48:32.002Z Downloaded progenitor-extras v0.1.1
9342026-03-18T21:48:32.005Z Downloaded password-hash v0.5.0
9352026-03-18T21:48:32.005Z Downloaded poly1305 v0.8.0
9362026-03-18T21:48:32.008Z Downloaded pkg-config v0.3.32
9372026-03-18T21:48:32.008Z Downloaded omicron-zone-package v0.12.2
9382026-03-18T21:48:32.011Z Downloaded derive_more-impl v2.1.1
9392026-03-18T21:48:32.015Z Downloaded libbz2-rs-sys v0.2.2
9402026-03-18T21:48:32.018Z Downloaded paste v1.0.15
9412026-03-18T21:48:32.021Z Downloaded password-hash v0.4.2
9422026-03-18T21:48:32.021Z Downloaded parse-display-derive v0.10.0
9432026-03-18T21:48:32.025Z Downloaded cc v1.2.56
9442026-03-18T21:48:32.028Z Downloaded num-rational v0.4.2
9452026-03-18T21:48:32.028Z Downloaded r2d2 v0.8.10
9462026-03-18T21:48:32.028Z Downloaded pkcs5 v0.7.1
9472026-03-18T21:48:32.032Z Downloaded rand_core v0.10.0
9482026-03-18T21:48:32.035Z Downloaded rand_core v0.9.5
9492026-03-18T21:48:32.035Z Downloaded p256 v0.13.2
9502026-03-18T21:48:32.038Z Downloaded sapling-renderdag v0.1.0
9512026-03-18T21:48:32.038Z Downloaded rand_chacha v0.9.0
9522026-03-18T21:48:32.042Z Downloaded same-file v1.0.6
9532026-03-18T21:48:32.042Z Downloaded pkcs1 v0.7.5
9542026-03-18T21:48:32.045Z Downloaded salsa20 v0.10.2
9552026-03-18T21:48:32.045Z Downloaded flate2 v1.1.9
9562026-03-18T21:48:32.050Z Downloaded scopeguard v1.2.0
9572026-03-18T21:48:32.055Z Downloaded rand_seeder v0.4.0
9582026-03-18T21:48:32.055Z Downloaded rand_core v0.6.4
9592026-03-18T21:48:32.055Z Downloaded scheduled-thread-pool v0.2.7
9602026-03-18T21:48:32.055Z Downloaded pkcs8 v0.10.2
9612026-03-18T21:48:32.059Z Downloaded oso v0.27.3
9622026-03-18T21:48:32.059Z Downloaded hickory-resolver v0.25.2
9632026-03-18T21:48:32.063Z Downloaded hickory-resolver v0.24.4
9642026-03-18T21:48:32.066Z Downloaded num-derive v0.4.2
9652026-03-18T21:48:32.066Z Downloaded papergrid v0.17.0
9662026-03-18T21:48:32.070Z Downloaded secrecy v0.8.0
9672026-03-18T21:48:32.073Z Downloaded primeorder v0.13.6
9682026-03-18T21:48:32.073Z Downloaded postgres-types v0.2.12
9692026-03-18T21:48:32.076Z Downloaded miniz_oxide v0.8.9
9702026-03-18T21:48:32.076Z Downloaded progenitor v0.13.0
9712026-03-18T21:48:32.079Z Downloaded aho-corasick v1.1.4
9722026-03-18T21:48:32.082Z Downloaded resolv-conf v0.7.6
9732026-03-18T21:48:32.085Z Downloaded rustc_version v0.1.7
9742026-03-18T21:48:32.085Z Downloaded lock_api v0.4.14
9752026-03-18T21:48:32.085Z Downloaded serde-big-array v0.5.1
9762026-03-18T21:48:32.090Z Downloaded serde_repr v0.1.20
9772026-03-18T21:48:32.090Z Downloaded quinn-udp v0.5.14
9782026-03-18T21:48:32.093Z Downloaded semver v0.1.20
9792026-03-18T21:48:32.093Z Downloaded seq-macro v0.3.6
9802026-03-18T21:48:32.093Z Downloaded secrecy v0.10.3
9812026-03-18T21:48:32.096Z Downloaded scrypt v0.11.0
9822026-03-18T21:48:32.096Z Downloaded parse-size v1.1.0
9832026-03-18T21:48:32.099Z Downloaded half v2.7.1
9842026-03-18T21:48:32.099Z Downloaded psm v0.1.30
9852026-03-18T21:48:32.102Z Downloaded pin-project v1.1.11
9862026-03-18T21:48:32.110Z Downloaded signature v2.2.0
9872026-03-18T21:48:32.113Z Downloaded shell-words v1.1.1
9882026-03-18T21:48:32.113Z Downloaded sha1 v0.10.6
9892026-03-18T21:48:32.116Z Downloaded serde_spanned v1.0.4
9902026-03-18T21:48:32.116Z Downloaded serde_urlencoded v0.7.1
9912026-03-18T21:48:32.119Z Downloaded signal-hook-mio v0.2.5
9922026-03-18T21:48:32.119Z Downloaded jiff-static v0.2.21
9932026-03-18T21:48:32.122Z Downloaded signal-hook-tokio v0.3.1
9942026-03-18T21:48:32.122Z Downloaded serde_plain v1.0.2
9952026-03-18T21:48:32.122Z Downloaded compact_str v0.8.1
9962026-03-18T21:48:32.126Z Downloaded rustls-pemfile v1.0.4
9972026-03-18T21:48:32.129Z Downloaded diesel_derives v2.3.7
9982026-03-18T21:48:32.133Z Downloaded schemars_derive v0.8.22
9992026-03-18T21:48:32.142Z Downloaded slog-bunyan v2.5.0
10002026-03-18T21:48:32.142Z Downloaded sigpipe v0.1.3
10012026-03-18T21:48:32.142Z Downloaded rustversion v1.0.22
10022026-03-18T21:48:32.142Z Downloaded rusty-fork v0.3.1
10032026-03-18T21:48:32.142Z Downloaded siphasher v1.0.2
10042026-03-18T21:48:32.145Z Downloaded postcard v1.1.3
10052026-03-18T21:48:32.145Z Downloaded prefix-trie v0.7.0
10062026-03-18T21:48:32.146Z Downloaded scroll_derive v0.13.1
10072026-03-18T21:48:32.146Z Downloaded expectorate v1.2.0
10082026-03-18T21:48:32.149Z Downloaded dropshot-api-manager v0.6.0
10092026-03-18T21:48:32.154Z Downloaded slog-envlogger v2.2.0
10102026-03-18T21:48:32.154Z Downloaded hickory-server v0.25.2
10112026-03-18T21:48:32.157Z Downloaded der v0.7.10
10122026-03-18T21:48:32.161Z Downloaded sec1 v0.7.3
10132026-03-18T21:48:32.161Z Downloaded progenitor-impl v0.10.0
10142026-03-18T21:48:32.165Z Downloaded russh-keys v0.45.0
10152026-03-18T21:48:32.172Z Downloaded progenitor-impl v0.13.0
10162026-03-18T21:48:32.172Z Downloaded serde_bytes v0.11.19
10172026-03-18T21:48:32.172Z Downloaded sct v0.7.1
10182026-03-18T21:48:32.172Z Downloaded progenitor-impl v0.11.2
10192026-03-18T21:48:32.176Z Downloaded aes v0.8.4
10202026-03-18T21:48:32.176Z Downloaded futures v0.3.32
10212026-03-18T21:48:32.179Z Downloaded colored v2.2.0
10222026-03-18T21:48:32.188Z Downloaded rustls-native-certs v0.8.3
10232026-03-18T21:48:32.192Z Downloaded serde-hex v0.1.0
10242026-03-18T21:48:32.195Z Downloaded hashbrown v0.13.2
10252026-03-18T21:48:32.199Z Downloaded ssh-cipher v0.2.0
10262026-03-18T21:48:32.199Z Downloaded ssh-encoding v0.2.0
10272026-03-18T21:48:32.199Z Downloaded sqlparser_derive v0.5.0
10282026-03-18T21:48:32.202Z Downloaded serde_path_to_error v0.1.20
10292026-03-18T21:48:32.210Z Downloaded slab v0.4.12
10302026-03-18T21:48:32.210Z Downloaded shlex v1.3.0
10312026-03-18T21:48:32.210Z Downloaded serde_derive_internals v0.29.1
10322026-03-18T21:48:32.214Z Downloaded openssl-sys v0.9.111
10332026-03-18T21:48:32.214Z Downloaded signal-hook-registry v1.4.8
10342026-03-18T21:48:32.214Z Downloaded hyper-util v0.1.20
10352026-03-18T21:48:32.221Z Downloaded rustls-pki-types v1.14.0
10362026-03-18T21:48:32.226Z Downloaded rustls-pemfile v2.2.0
10372026-03-18T21:48:32.231Z Downloaded structmeta v0.3.0
10382026-03-18T21:48:32.231Z Downloaded strum v0.26.3
10392026-03-18T21:48:32.231Z Downloaded structmeta-derive v0.3.0
10402026-03-18T21:48:32.234Z Downloaded slog-async v2.8.0
10412026-03-18T21:48:32.234Z Downloaded prettyplease v0.2.37
10422026-03-18T21:48:32.237Z Downloaded strip-ansi-escapes v0.2.1
10432026-03-18T21:48:32.241Z Downloaded aes-gcm v0.10.3
10442026-03-18T21:48:32.241Z Downloaded scroll v0.13.0
10452026-03-18T21:48:32.246Z Downloaded sync_wrapper v1.0.2
10462026-03-18T21:48:32.246Z Downloaded sync-ptr v0.1.4
10472026-03-18T21:48:32.246Z Downloaded supports-color v3.0.2
10482026-03-18T21:48:32.249Z Downloaded rcgen v0.12.1
10492026-03-18T21:48:32.249Z Downloaded subtle v2.6.1
10502026-03-18T21:48:32.252Z Downloaded strum v0.27.2
10512026-03-18T21:48:32.271Z Downloaded tabled_derive v0.11.0
10522026-03-18T21:48:32.286Z Downloaded tap v1.0.1
10532026-03-18T21:48:32.289Z Downloaded tabwriter v1.4.1
10542026-03-18T21:48:32.296Z Downloaded time-core v0.1.8
10552026-03-18T21:48:32.299Z Downloaded minimal-lexical v0.2.1
10562026-03-18T21:48:32.299Z Downloaded slog-scope v4.4.1
10572026-03-18T21:48:32.303Z Downloaded slog-stdlog v4.1.1
10582026-03-18T21:48:32.303Z Downloaded slog-json v2.6.1
10592026-03-18T21:48:32.307Z Downloaded slog-term v2.9.2
10602026-03-18T21:48:32.310Z Downloaded spki v0.7.3
10612026-03-18T21:48:32.310Z Downloaded take_mut v0.2.2
10622026-03-18T21:48:32.310Z Downloaded smf v0.2.3
10632026-03-18T21:48:32.310Z Downloaded smallvec v0.6.14
10642026-03-18T21:48:32.313Z Downloaded termtree v0.5.1
10652026-03-18T21:48:32.313Z Downloaded slog-dtrace v0.3.0
10662026-03-18T21:48:32.316Z Downloaded itertools v0.10.5
10672026-03-18T21:48:32.319Z Downloaded serde_cbor v0.11.2
10682026-03-18T21:48:32.330Z Downloaded sqlformat v0.3.5
10692026-03-18T21:48:32.335Z Downloaded thread-id v5.1.0
10702026-03-18T21:48:32.335Z Downloaded static_assertions v1.1.0
10712026-03-18T21:48:32.338Z Downloaded tinyvec_macros v0.1.1
10722026-03-18T21:48:32.338Z Downloaded stringprep v0.1.5
10732026-03-18T21:48:32.338Z Downloaded stacker v0.1.23
10742026-03-18T21:48:32.341Z Downloaded http v1.4.0
10752026-03-18T21:48:32.344Z Downloaded hashbrown v0.12.3
10762026-03-18T21:48:32.347Z Downloaded thiserror-impl-no-std v2.0.2
10772026-03-18T21:48:32.347Z Downloaded testing_table v0.3.0
10782026-03-18T21:48:32.347Z Downloaded serde_with_macros v3.17.0
10792026-03-18T21:48:32.383Z Downloaded rustls-platform-verifier v0.6.2
10802026-03-18T21:48:32.404Z Downloaded ryu v1.0.23
10812026-03-18T21:48:32.409Z Downloaded schemars v0.8.22
10822026-03-18T21:48:32.416Z Downloaded pretty_assertions v1.4.1
10832026-03-18T21:48:32.422Z Downloaded simd-adler32 v0.3.8
10842026-03-18T21:48:32.426Z Downloaded hashbrown v0.15.5
10852026-03-18T21:48:32.431Z Downloaded strum_macros v0.24.3
10862026-03-18T21:48:32.435Z Downloaded string_cache v0.8.9
10872026-03-18T21:48:32.435Z Downloaded ron v0.8.1
10882026-03-18T21:48:32.439Z Downloaded rayon-core v1.13.0
10892026-03-18T21:48:32.442Z Downloaded tagptr v0.2.0
10902026-03-18T21:48:32.442Z Downloaded mio v1.1.1
10912026-03-18T21:48:32.446Z Downloaded thiserror-no-std v2.0.2
10922026-03-18T21:48:32.449Z Downloaded tower-service v0.3.3
10932026-03-18T21:48:32.453Z Downloaded tower-layer v0.3.3
10942026-03-18T21:48:32.453Z Downloaded support-bundle-viewer v0.1.2
10952026-03-18T21:48:32.453Z Downloaded strum_macros v0.27.2
10962026-03-18T21:48:32.457Z Downloaded snafu-derive v0.8.9
10972026-03-18T21:48:32.478Z Downloaded publicsuffix v2.3.0
10982026-03-18T21:48:32.670Z Downloaded qorb v0.4.1
10992026-03-18T21:48:32.748Z Downloaded num-bigint v0.4.6
11002026-03-18T21:48:32.752Z Downloaded nom v7.1.3
11012026-03-18T21:48:33.436Z Downloaded tiny-keccak v2.0.2
11022026-03-18T21:48:33.440Z Downloaded time-macros v0.2.27
11032026-03-18T21:48:33.443Z Downloaded trait-variant v0.1.2
11042026-03-18T21:48:33.474Z Downloaded topological-sort v0.2.2
11052026-03-18T21:48:33.477Z Downloaded termios v0.3.3
11062026-03-18T21:48:33.674Z Downloaded thread_local v1.1.9
11072026-03-18T21:48:33.684Z Downloaded tokio-dtrace v0.1.1
11082026-03-18T21:48:33.687Z Downloaded tls_codec_derive v0.4.2
11092026-03-18T21:48:33.687Z Downloaded universal-hash v0.5.1
11102026-03-18T21:48:33.701Z Downloaded tokio-native-tls v0.3.1
11112026-03-18T21:48:33.745Z Downloaded iddqd v0.3.17
11122026-03-18T21:48:33.759Z Downloaded tokio-rustls v0.25.0
11132026-03-18T21:48:33.795Z Downloaded utf-8 v0.7.6
11142026-03-18T21:48:33.802Z Downloaded usdt-macro v0.6.0
11152026-03-18T21:48:33.820Z Downloaded untrusted v0.7.1
11162026-03-18T21:48:33.841Z Downloaded quinn v0.11.9
11172026-03-18T21:48:33.845Z Downloaded libxml v0.3.3
11182026-03-18T21:48:33.897Z Downloaded signal-hook v0.3.18
11192026-03-18T21:48:33.910Z Downloaded tokio-tungstenite v0.23.1
11202026-03-18T21:48:34.043Z Downloaded typify-macro v0.4.3
11212026-03-18T21:48:34.049Z Downloaded tokio-tungstenite v0.21.0
11222026-03-18T21:48:34.054Z Downloaded crossterm v0.29.0
11232026-03-18T21:48:34.067Z Downloaded tokio-macros v2.6.0
11242026-03-18T21:48:34.071Z Downloaded tls_codec v0.4.2
11252026-03-18T21:48:34.167Z Downloaded similar v2.7.0
11262026-03-18T21:48:34.173Z Downloaded schemars v0.9.0
11272026-03-18T21:48:34.354Z Downloaded typify-macro v0.6.1
11282026-03-18T21:48:34.364Z Downloaded blake3 v1.8.3
11292026-03-18T21:48:34.433Z Downloaded unicode-truncate v1.1.0
11302026-03-18T21:48:34.440Z Downloaded itertools v0.13.0
11312026-03-18T21:48:34.440Z Downloaded unit-prefix v0.5.2
11322026-03-18T21:48:34.611Z Downloaded usdt-attr-macro v0.6.0
11332026-03-18T21:48:34.618Z Downloaded usdt v0.6.0
11342026-03-18T21:48:34.618Z Downloaded untrusted v0.9.0
11352026-03-18T21:48:34.618Z Downloaded socket2 v0.6.2
11362026-03-18T21:48:34.622Z Downloaded strum_macros v0.26.4
11372026-03-18T21:48:34.731Z Downloaded socket2 v0.5.10
11382026-03-18T21:48:34.741Z Downloaded try-lock v0.2.5
11392026-03-18T21:48:34.755Z Downloaded want v0.3.1
11402026-03-18T21:48:34.759Z Downloaded waitgroup v0.1.2
11412026-03-18T21:48:34.765Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-03-18T21:48:34.779Z Downloaded toml_writer v1.0.6+spec-1.1.0
11432026-03-18T21:48:34.784Z Downloaded futures-util v0.3.32
11442026-03-18T21:48:34.789Z Downloaded iri-string v0.7.10
11452026-03-18T21:48:34.802Z Downloaded tui-tree-widget v0.23.1
11462026-03-18T21:48:34.823Z Downloaded rand v0.9.2
11472026-03-18T21:48:34.833Z Downloaded slog v2.8.2
11482026-03-18T21:48:34.836Z Downloaded samael v0.0.19
11492026-03-18T21:48:34.840Z Downloaded rustls-webpki v0.103.9
11502026-03-18T21:48:34.846Z Downloaded term v1.2.1
11512026-03-18T21:48:34.851Z Downloaded term v0.7.0
11522026-03-18T21:48:34.851Z Downloaded spin v0.9.8
11532026-03-18T21:48:34.856Z Downloaded wait-timeout v0.2.1
11542026-03-18T21:48:34.860Z Downloaded void v1.0.2
11552026-03-18T21:48:34.860Z Downloaded xattr v1.6.1
11562026-03-18T21:48:34.864Z Downloaded xshell-macros v0.2.7
11572026-03-18T21:48:34.902Z Downloaded usdt-impl v0.6.0
11582026-03-18T21:48:34.920Z Downloaded serde_yaml v0.9.34+deprecated
11592026-03-18T21:48:34.932Z Downloaded test-strategy v0.4.5
11602026-03-18T21:48:34.936Z Downloaded rand v0.8.5
11612026-03-18T21:48:34.948Z Downloaded schemars v1.2.1
11622026-03-18T21:48:34.955Z Downloaded zeroize_derive v1.4.3
11632026-03-18T21:48:34.959Z Downloaded unicase v2.9.0
11642026-03-18T21:48:34.959Z Downloaded zone v0.3.1
11652026-03-18T21:48:34.959Z Downloaded zone_cfg_derive v0.3.1
11662026-03-18T21:48:34.959Z Downloaded unarray v0.1.4
11672026-03-18T21:48:34.964Z Downloaded vergen-git2 v1.0.7
11682026-03-18T21:48:34.969Z Downloaded vergen-lib v0.1.6
11692026-03-18T21:48:34.974Z Downloaded vergen-gitcl v1.0.8
11702026-03-18T21:48:34.990Z Downloaded itertools v0.14.0
11712026-03-18T21:48:35.722Z Downloaded num-bigint-dig v0.8.6
11722026-03-18T21:48:35.732Z Downloaded tokio-rustls v0.26.4
11732026-03-18T21:48:35.732Z Downloaded uzers v0.12.2
11742026-03-18T21:48:35.732Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-03-18T21:48:35.732Z Downloaded vsss-rs v3.3.4
11762026-03-18T21:48:35.732Z Downloaded rsa v0.9.10
11772026-03-18T21:48:35.732Z Downloaded snafu v0.8.9
11782026-03-18T21:48:35.732Z Downloaded wyz v0.5.1
11792026-03-18T21:48:35.733Z Downloaded tar v0.4.44
11802026-03-18T21:48:35.733Z Downloaded libm v0.2.16
11812026-03-18T21:48:35.733Z Downloaded whoami v2.1.0
11822026-03-18T21:48:35.733Z Downloaded whoami v1.6.1
11832026-03-18T21:48:35.733Z Downloaded hyper v1.8.1
11842026-03-18T21:48:35.733Z Downloaded xshell v0.2.7
11852026-03-18T21:48:35.733Z Downloaded twox-hash v2.1.2
11862026-03-18T21:48:35.733Z Downloaded p521 v0.13.3
11872026-03-18T21:48:35.734Z Downloaded tokio-rustls v0.24.1
11882026-03-18T21:48:35.734Z Downloaded walkdir v2.5.0
11892026-03-18T21:48:35.734Z Downloaded h2 v0.4.13
11902026-03-18T21:48:35.734Z Downloaded xz2 v0.1.7
11912026-03-18T21:48:35.734Z Downloaded bitvec v1.0.1
11922026-03-18T21:48:35.734Z Downloaded hkdf v0.12.4
11932026-03-18T21:48:35.734Z Downloaded vergen v9.0.6
11942026-03-18T21:48:35.734Z Downloaded toml v0.9.12+spec-1.1.0
11952026-03-18T21:48:35.734Z Downloaded toml v0.7.8
11962026-03-18T21:48:35.734Z Downloaded unicode-properties v0.1.4
11972026-03-18T21:48:35.734Z Downloaded tokio-stream v0.1.18
11982026-03-18T21:48:35.734Z Downloaded russh v0.45.0
11992026-03-18T21:48:35.734Z Downloaded zstd-safe v7.2.4
12002026-03-18T21:48:35.734Z Downloaded subprocess v0.2.15
12012026-03-18T21:48:35.734Z Downloaded itertools v0.12.1
12022026-03-18T21:48:35.784Z Downloaded tinyvec v1.10.0
12032026-03-18T21:48:35.883Z Downloaded tracing-core v0.1.36
12042026-03-18T21:48:35.887Z Downloaded tracing-attributes v0.1.31
12052026-03-18T21:48:35.912Z Downloaded tungstenite v0.21.0
12062026-03-18T21:48:36.093Z Downloaded typify v0.4.3
12072026-03-18T21:48:36.124Z Downloaded typify v0.6.1
12082026-03-18T21:48:36.141Z Downloaded steno v0.4.1
12092026-03-18T21:48:36.172Z Downloaded unicode-bidi v0.3.18
12102026-03-18T21:48:36.202Z Downloaded zerocopy v0.6.6
12112026-03-18T21:48:36.266Z Downloaded uuid v1.21.0
12122026-03-18T21:48:36.434Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-03-18T21:48:36.505Z Downloaded zeroize v1.8.2
12142026-03-18T21:48:36.532Z Downloaded rpassword v7.4.0
12152026-03-18T21:48:36.532Z Downloaded ron v0.12.0
12162026-03-18T21:48:36.532Z Downloaded vte v0.14.1
12172026-03-18T21:48:36.532Z Downloaded tungstenite v0.23.0
12182026-03-18T21:48:36.651Z Downloaded zstd v0.13.3
12192026-03-18T21:48:36.973Z Downloaded rustyline v14.0.0
12202026-03-18T21:48:36.973Z Downloaded yasna v0.5.2
12212026-03-18T21:48:36.973Z Downloaded aws-lc-rs v1.16.0
12222026-03-18T21:48:36.973Z Downloaded unsafe-libyaml v0.2.11
12232026-03-18T21:48:36.974Z Downloaded tokio-postgres v0.7.16
12242026-03-18T21:48:36.974Z Downloaded unicode_categories v0.1.1
12252026-03-18T21:48:36.974Z Downloaded zopfli v0.8.3
12262026-03-18T21:48:36.974Z Downloaded ssh-key v0.6.7
12272026-03-18T21:48:36.974Z Downloaded p384 v0.13.1
12282026-03-18T21:48:36.974Z Downloaded regex v1.12.3
12292026-03-18T21:48:36.975Z Downloaded reedline v0.40.0
12302026-03-18T21:48:36.975Z Downloaded yansi v1.0.1
12312026-03-18T21:48:36.975Z Downloaded toml_edit v0.19.15
12322026-03-18T21:48:36.975Z Downloaded zip v0.6.6
12332026-03-18T21:48:36.975Z Downloaded chrono v0.4.44
12342026-03-18T21:48:36.975Z Downloaded git2 v0.20.4
12352026-03-18T21:48:36.975Z Downloaded quick-xml v0.37.5
12362026-03-18T21:48:36.975Z Downloaded tower v0.5.3
12372026-03-18T21:48:36.975Z Downloaded rand v0.10.0
12382026-03-18T21:48:36.975Z Downloaded rustls-webpki v0.101.7
12392026-03-18T21:48:37.066Z Downloaded reqwest v0.12.28
12402026-03-18T21:48:37.066Z Downloaded reqwest v0.13.2
12412026-03-18T21:48:37.066Z Downloaded bindgen v0.71.1
12422026-03-18T21:48:37.066Z Downloaded rayon v1.11.0
12432026-03-18T21:48:37.263Z Downloaded x509-cert v0.2.5
12442026-03-18T21:48:37.284Z Downloaded salty v0.3.0
12452026-03-18T21:48:37.493Z Downloaded zerocopy-derive v0.8.40
12462026-03-18T21:48:37.550Z Downloaded unicode-segmentation v1.12.0
12472026-03-18T21:48:37.563Z Downloaded portable-atomic v1.13.1
12482026-03-18T21:48:37.810Z Downloaded proptest v1.10.0
12492026-03-18T21:48:37.821Z Downloaded zip v4.6.1
12502026-03-18T21:48:37.821Z Downloaded moka v0.12.13
12512026-03-18T21:48:37.822Z Downloaded tower-http v0.6.8
12522026-03-18T21:48:37.847Z Downloaded tough v0.20.0
12532026-03-18T21:48:37.867Z Downloaded goblin v0.10.5
12542026-03-18T21:48:37.883Z Downloaded typed-path v0.9.3
12552026-03-18T21:48:37.884Z Downloaded rustls-webpki v0.102.8
12562026-03-18T21:48:39.055Z Downloaded tokio-util v0.7.18
12572026-03-18T21:48:40.081Z Downloaded lalrpop v0.19.12
12582026-03-18T21:48:40.146Z Downloaded petname v2.0.2
12592026-03-18T21:48:40.320Z Downloaded quinn-proto v0.11.13
12602026-03-18T21:48:40.344Z Downloaded unicode-normalization v0.1.25
12612026-03-18T21:48:40.355Z Downloaded object v0.30.4
12622026-03-18T21:48:40.575Z Downloaded serde_with v3.17.0
12632026-03-18T21:48:40.706Z Downloaded nix v0.27.1
12642026-03-18T21:48:40.718Z Downloaded winnow v0.6.26
12652026-03-18T21:48:40.745Z Downloaded polar-core v0.27.3
12662026-03-18T21:48:40.771Z Downloaded winnow v0.5.40
12672026-03-18T21:48:40.847Z Downloaded curve25519-dalek v4.1.3
12682026-03-18T21:48:40.863Z Downloaded radix_trie v0.2.1
12692026-03-18T21:48:40.907Z Downloaded bstr v1.12.1
12702026-03-18T21:48:40.934Z Downloaded openssl v0.10.75
12712026-03-18T21:48:41.012Z Downloaded tabled v0.20.0
12722026-03-18T21:48:41.024Z Downloaded nix v0.28.0
12732026-03-18T21:48:41.056Z Downloaded time v0.3.47
12742026-03-18T21:48:41.076Z Downloaded rustls v0.21.12
12752026-03-18T21:48:41.083Z Downloaded dropshot v0.16.7
12762026-03-18T21:48:41.109Z Downloaded nix v0.29.0
12772026-03-18T21:48:41.121Z Downloaded smoltcp v0.9.1
12782026-03-18T21:48:41.134Z Downloaded hickory-proto v0.24.4
12792026-03-18T21:48:41.145Z Downloaded regex-syntax v0.6.29
12802026-03-18T21:48:41.153Z Downloaded object v0.37.3
12812026-03-18T21:48:41.174Z Downloaded vcpkg v0.2.15
12822026-03-18T21:48:41.205Z Downloaded zlib-rs v0.6.2
12832026-03-18T21:48:41.210Z Downloaded webpki-roots v1.0.6
12842026-03-18T21:48:41.213Z Downloaded nix v0.31.1
12852026-03-18T21:48:41.307Z Downloaded zerocopy v0.8.40
12862026-03-18T21:48:41.321Z Downloaded openapiv3 v2.2.0
12872026-03-18T21:48:41.349Z Downloaded rustls v0.22.4
12882026-03-18T21:48:41.370Z Downloaded regress v0.10.5
12892026-03-18T21:48:41.401Z Downloaded smoltcp v0.11.0
12902026-03-18T21:48:41.418Z Downloaded diesel v2.3.7
12912026-03-18T21:48:41.741Z Downloaded hickory-proto v0.25.2
12922026-03-18T21:48:41.774Z Downloaded rustls v0.23.37
12932026-03-18T21:48:41.774Z Downloaded regex-syntax v0.8.10
12942026-03-18T21:48:41.774Z Downloaded rustix v0.38.44
12952026-03-18T21:48:41.774Z Downloaded sqlparser v0.61.0
12962026-03-18T21:48:41.775Z Downloaded sled v0.34.7
12972026-03-18T21:48:41.775Z Downloaded typify-impl v0.6.1
12982026-03-18T21:48:41.775Z Downloaded typify-impl v0.4.3
12992026-03-18T21:48:41.775Z Downloaded tracing v0.1.44
13002026-03-18T21:48:41.775Z Downloaded ratatui v0.29.0
13012026-03-18T21:48:41.775Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-03-18T21:48:41.775Z Downloaded zerocopy-derive v0.6.6
13032026-03-18T21:48:41.780Z Downloaded regex-automata v0.4.14
13042026-03-18T21:48:41.780Z Downloaded jiff v0.2.21
13052026-03-18T21:48:41.796Z Downloaded chrono-tz v0.10.4
13062026-03-18T21:48:41.800Z Downloaded petgraph v0.6.5
13072026-03-18T21:48:41.821Z Downloaded petgraph v0.8.3
13082026-03-18T21:48:41.838Z Downloaded lzma-sys v0.1.20
13092026-03-18T21:48:41.890Z Downloaded tokio v1.49.0
13102026-03-18T21:48:41.929Z Downloaded csv v1.4.0
13112026-03-18T21:48:41.947Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-03-18T21:48:41.962Z Downloaded libz-sys v1.1.24
13132026-03-18T21:48:41.983Z Downloaded sha3 v0.10.8
13142026-03-18T21:48:42.049Z Downloaded encoding_rs v0.8.35
13152026-03-18T21:48:42.066Z Downloaded ring v0.17.14
13162026-03-18T21:48:42.249Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-03-18T21:48:43.166Z Downloaded aws-lc-sys v0.37.1
13182026-03-18T21:48:43.498Z Compiling libc v0.2.180
13192026-03-18T21:48:43.501Z Compiling serde v1.0.228
13202026-03-18T21:48:43.501Z Compiling log v0.4.29
13212026-03-18T21:48:43.501Z Compiling find-msvc-tools v0.1.9
13222026-03-18T21:48:43.501Z Compiling shlex v1.3.0
13232026-03-18T21:48:43.502Z Compiling smallvec v1.15.1
13242026-03-18T21:48:43.502Z Compiling typenum v1.19.0
13252026-03-18T21:48:43.502Z Compiling subtle v2.6.1
13262026-03-18T21:48:43.502Z Compiling generic-array v0.14.7
13272026-03-18T21:48:43.502Z Compiling scopeguard v1.2.0
13282026-03-18T21:48:43.677Z Compiling portable-atomic v1.13.1
13292026-03-18T21:48:43.762Z Compiling const-oid v0.9.6
13302026-03-18T21:48:43.765Z Compiling critical-section v1.2.0
13312026-03-18T21:48:43.801Z Compiling syn v2.0.117
13322026-03-18T21:48:43.821Z Compiling zerocopy v0.8.40
13332026-03-18T21:48:43.864Z Compiling serde_json v1.0.149
13342026-03-18T21:48:43.957Z Compiling lock_api v0.4.14
13352026-03-18T21:48:43.960Z Compiling pin-project-lite v0.2.17
13362026-03-18T21:48:43.960Z Compiling parking_lot_core v0.9.12
13372026-03-18T21:48:44.025Z Compiling pkg-config v0.3.32
13382026-03-18T21:48:44.028Z Compiling bitflags v2.11.0
13392026-03-18T21:48:44.028Z Compiling libm v0.2.16
13402026-03-18T21:48:44.096Z Compiling num-traits v0.2.19
13412026-03-18T21:48:44.162Z Compiling futures-core v0.3.32
13422026-03-18T21:48:44.231Z Compiling percent-encoding v2.3.2
13432026-03-18T21:48:44.255Z Compiling allocator-api2 v0.2.21
13442026-03-18T21:48:44.375Z Compiling foldhash v0.2.0
13452026-03-18T21:48:44.420Z Compiling futures-sink v0.3.32
13462026-03-18T21:48:44.423Z Compiling cpufeatures v0.2.17
13472026-03-18T21:48:44.484Z Compiling futures-io v0.3.32
13482026-03-18T21:48:44.528Z Compiling futures-task v0.3.32
13492026-03-18T21:48:44.594Z Compiling slab v0.4.12
13502026-03-18T21:48:44.597Z Compiling getrandom v0.4.1
13512026-03-18T21:48:44.660Z Compiling hashbrown v0.16.1
13522026-03-18T21:48:44.663Z Compiling futures-channel v0.3.32
13532026-03-18T21:48:44.706Z Compiling rustversion v1.0.22
13542026-03-18T21:48:44.752Z Compiling rand_core v0.10.0
13552026-03-18T21:48:44.753Z Compiling getrandom v0.3.4
13562026-03-18T21:48:44.844Z Compiling form_urlencoded v1.2.2
13572026-03-18T21:48:44.860Z Compiling fs_extra v1.3.0
13582026-03-18T21:48:44.878Z Compiling ident_case v1.0.1
13592026-03-18T21:48:44.948Z Compiling getrandom v0.2.17
13602026-03-18T21:48:45.019Z Compiling jobserver v0.1.34
13612026-03-18T21:48:45.023Z Compiling errno v0.3.14
13622026-03-18T21:48:45.044Z Compiling mio v1.1.1
13632026-03-18T21:48:45.052Z Compiling socket2 v0.6.2
13642026-03-18T21:48:45.178Z Compiling rand_core v0.6.4
13652026-03-18T21:48:45.217Z Compiling signal-hook-registry v1.4.8
13662026-03-18T21:48:45.239Z Compiling once_cell v1.21.3
13672026-03-18T21:48:45.287Z Compiling dunce v1.0.5
13682026-03-18T21:48:45.331Z Compiling cc v1.2.56
13692026-03-18T21:48:45.374Z Compiling parking_lot v0.12.5
13702026-03-18T21:48:45.482Z Compiling indexmap v2.13.0
13712026-03-18T21:48:45.540Z Compiling base64ct v1.8.3
13722026-03-18T21:48:45.563Z Compiling flagset v0.4.7
13732026-03-18T21:48:45.586Z Compiling iana-time-zone v0.1.65
13742026-03-18T21:48:45.590Z Compiling rustix v1.1.3
13752026-03-18T21:48:45.630Z Compiling uuid v1.21.0
13762026-03-18T21:48:45.630Z Compiling rustc_version v0.4.1
13772026-03-18T21:48:45.756Z Compiling regex-syntax v0.8.10
13782026-03-18T21:48:45.756Z Compiling aws-lc-rs v1.16.0
13792026-03-18T21:48:45.759Z Compiling vcpkg v0.2.15
13802026-03-18T21:48:45.921Z Compiling pem-rfc7468 v0.7.0
13812026-03-18T21:48:45.944Z Compiling tracing-core v0.1.36
13822026-03-18T21:48:45.965Z Compiling crossbeam-utils v0.8.21
13832026-03-18T21:48:46.092Z Compiling rand_core v0.9.5
13842026-03-18T21:48:46.155Z Compiling syn v1.0.109
13852026-03-18T21:48:46.180Z Compiling openssl-probe v0.2.1
13862026-03-18T21:48:46.257Z Compiling untrusted v0.7.1
13872026-03-18T21:48:46.334Z Compiling cmake v0.1.57
13882026-03-18T21:48:46.356Z Compiling base64 v0.22.1
13892026-03-18T21:48:46.412Z Compiling untrusted v0.9.0
13902026-03-18T21:48:46.449Z Compiling httparse v1.10.1
13912026-03-18T21:48:46.449Z Compiling schemars v0.8.22
13922026-03-18T21:48:46.516Z Compiling tinyvec_macros v0.1.1
13932026-03-18T21:48:46.573Z Compiling atomic-waker v1.1.2
13942026-03-18T21:48:46.618Z Compiling rustls v0.23.37
13952026-03-18T21:48:46.621Z Compiling tower-service v0.3.3
13962026-03-18T21:48:46.663Z Compiling tower-layer v0.3.3
13972026-03-18T21:48:46.749Z Compiling try-lock v0.2.5
13982026-03-18T21:48:46.773Z Compiling dyn-clone v1.0.20
13992026-03-18T21:48:46.823Z Compiling tinyvec v1.10.0
14002026-03-18T21:48:46.868Z Compiling want v0.3.1
14012026-03-18T21:48:46.871Z Compiling spin v0.9.8
14022026-03-18T21:48:46.911Z Compiling aho-corasick v1.1.4
14032026-03-18T21:48:46.914Z Compiling num-conv v0.2.0
14042026-03-18T21:48:46.914Z Compiling time-core v0.1.8
14052026-03-18T21:48:46.914Z Compiling crc32fast v1.5.0
14062026-03-18T21:48:46.931Z Compiling powerfmt v0.2.0
14072026-03-18T21:48:47.043Z Compiling httpdate v1.0.3
14082026-03-18T21:48:47.090Z Compiling foreign-types-shared v0.1.1
14092026-03-18T21:48:47.134Z Compiling openssl v0.10.75
14102026-03-18T21:48:47.163Z Compiling pin-utils v0.1.0
14112026-03-18T21:48:47.185Z Compiling foreign-types v0.3.2
14122026-03-18T21:48:47.188Z Compiling time-macros v0.2.27
14132026-03-18T21:48:47.233Z Compiling deranged v0.5.8
14142026-03-18T21:48:47.266Z Compiling wait-timeout v0.2.1
14152026-03-18T21:48:47.293Z Compiling bit-vec v0.8.0
14162026-03-18T21:48:47.293Z Compiling siphasher v1.0.2
14172026-03-18T21:48:47.337Z Compiling num_threads v0.1.7
14182026-03-18T21:48:47.363Z Compiling quick-error v1.2.3
14192026-03-18T21:48:47.481Z Compiling usdt-impl v0.6.0
14202026-03-18T21:48:47.492Z Compiling simd-adler32 v0.3.8
14212026-03-18T21:48:47.502Z Compiling native-tls v0.2.18
14222026-03-18T21:48:47.545Z Compiling either v1.15.0
14232026-03-18T21:48:47.591Z Compiling aws-lc-sys v0.37.1
14242026-03-18T21:48:47.591Z Compiling ring v0.17.14
14252026-03-18T21:48:47.669Z Compiling openssl-sys v0.9.111
14262026-03-18T21:48:47.693Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-03-18T21:48:47.770Z Compiling tempfile v3.25.0
14282026-03-18T21:48:47.795Z Compiling bzip2-sys v0.1.13+1.0.8
14292026-03-18T21:48:47.820Z Compiling bit-set v0.8.0
14302026-03-18T21:48:47.851Z Compiling unicode-normalization v0.1.25
14312026-03-18T21:48:47.858Z Compiling crossbeam-epoch v0.9.18
14322026-03-18T21:48:48.035Z Compiling synstructure v0.13.2
14332026-03-18T21:48:48.153Z Compiling pest_generator v2.8.6
14342026-03-18T21:48:48.172Z Compiling serde_derive_internals v0.29.1
14352026-03-18T21:48:48.207Z Compiling darling_core v0.20.11
14362026-03-18T21:48:48.306Z Compiling regex-automata v0.4.14
14372026-03-18T21:48:48.443Z Compiling rusty-fork v0.3.1
14382026-03-18T21:48:48.683Z Compiling darling_core v0.21.3
14392026-03-18T21:48:48.764Z Compiling time v0.3.47
14402026-03-18T21:48:48.886Z Compiling rand_xorshift v0.4.0
14412026-03-18T21:48:48.891Z Compiling slog v2.8.2
14422026-03-18T21:48:49.111Z Compiling heapless v0.7.17
14432026-03-18T21:48:49.134Z Compiling thread-id v5.1.0
14442026-03-18T21:48:49.141Z Compiling sync_wrapper v1.0.2
14452026-03-18T21:48:49.181Z Compiling cookie v0.18.1
14462026-03-18T21:48:49.244Z Compiling paste v1.0.15
14472026-03-18T21:48:49.270Z Compiling zstd-safe v7.2.4
14482026-03-18T21:48:49.296Z Compiling unicode-segmentation v1.12.0
14492026-03-18T21:48:49.345Z Compiling unicode-bidi v0.3.18
14502026-03-18T21:48:49.431Z Compiling rayon-core v1.13.0
14512026-03-18T21:48:49.453Z Compiling adler2 v2.0.1
14522026-03-18T21:48:49.473Z Compiling signal-hook v0.3.18
14532026-03-18T21:48:49.543Z Compiling anyhow v1.0.102
14542026-03-18T21:48:49.631Z Compiling unarray v0.1.4
14552026-03-18T21:48:49.649Z Compiling unicode-properties v0.1.4
14562026-03-18T21:48:49.745Z Compiling miniz_oxide v0.8.9
14572026-03-18T21:48:49.868Z Compiling stringprep v0.1.5
14582026-03-18T21:48:49.890Z Compiling crossbeam-deque v0.8.6
14592026-03-18T21:48:49.924Z Compiling num-integer v0.1.46
14602026-03-18T21:48:50.087Z Compiling vergen-lib v0.1.6
14612026-03-18T21:48:50.178Z Compiling curve25519-dalek v4.1.3
14622026-03-18T21:48:50.286Z Compiling ff v0.13.1
14632026-03-18T21:48:50.341Z Compiling hash32 v0.2.1
14642026-03-18T21:48:50.390Z Compiling memoffset v0.9.1
14652026-03-18T21:48:50.473Z Compiling base16ct v0.2.0
14662026-03-18T21:48:50.525Z Compiling psl-types v2.0.11
14672026-03-18T21:48:50.579Z Compiling serde_derive v1.0.228
14682026-03-18T21:48:50.606Z Compiling zeroize_derive v1.4.3
14692026-03-18T21:48:50.630Z Compiling zerofrom-derive v0.1.6
14702026-03-18T21:48:50.652Z Compiling yoke-derive v0.8.1
14712026-03-18T21:48:50.655Z Compiling zerocopy-derive v0.8.40
14722026-03-18T21:48:50.696Z Compiling zerovec-derive v0.11.2
14732026-03-18T21:48:50.717Z Compiling displaydoc v0.2.5
14742026-03-18T21:48:50.720Z Compiling tokio-macros v2.6.0
14752026-03-18T21:48:51.029Z Compiling futures-macro v0.3.32
14762026-03-18T21:48:51.495Z Compiling zeroize v1.8.2
14772026-03-18T21:48:51.522Z Compiling der_derive v0.7.3
14782026-03-18T21:48:51.733Z Compiling thiserror-impl v2.0.18
14792026-03-18T21:48:51.784Z Compiling rustls-pki-types v1.14.0
14802026-03-18T21:48:52.146Z Compiling futures-util v0.3.32
14812026-03-18T21:48:52.248Z Compiling tracing-attributes v0.1.31
14822026-03-18T21:48:52.303Z Compiling pest_derive v2.8.6
14832026-03-18T21:48:52.324Z Compiling scroll_derive v0.13.1
14842026-03-18T21:48:52.454Z Compiling schemars_derive v0.8.22
14852026-03-18T21:48:52.542Z Compiling crypto-common v0.1.7
14862026-03-18T21:48:52.588Z Compiling block-buffer v0.10.4
14872026-03-18T21:48:52.627Z Compiling zerofrom v0.1.6
14882026-03-18T21:48:52.738Z Compiling block-padding v0.3.3
14892026-03-18T21:48:52.804Z Compiling yoke v0.8.1
14902026-03-18T21:48:52.830Z Compiling digest v0.10.7
14912026-03-18T21:48:52.871Z Compiling der v0.7.10
14922026-03-18T21:48:52.895Z Compiling darling_macro v0.20.11
14932026-03-18T21:48:52.963Z Compiling inout v0.1.4
14942026-03-18T21:48:53.068Z Compiling zerovec v0.11.5
14952026-03-18T21:48:53.178Z Compiling zerotrie v0.2.3
14962026-03-18T21:48:53.222Z Compiling hmac v0.12.1
14972026-03-18T21:48:53.422Z Compiling cipher v0.4.4
14982026-03-18T21:48:53.443Z Compiling sha2 v0.10.9
14992026-03-18T21:48:53.529Z Compiling pbkdf2 v0.12.2
15002026-03-18T21:48:53.587Z Compiling scroll v0.13.0
15012026-03-18T21:48:53.653Z Compiling thiserror v2.0.18
15022026-03-18T21:48:53.684Z Compiling darling v0.20.11
15032026-03-18T21:48:53.778Z Compiling tinystr v0.8.2
15042026-03-18T21:48:53.782Z Compiling potential_utf v0.1.4
15052026-03-18T21:48:53.822Z Compiling salsa20 v0.10.2
15062026-03-18T21:48:53.826Z Compiling aes v0.8.4
15072026-03-18T21:48:53.953Z Compiling cbc v0.1.2
15082026-03-18T21:48:54.016Z Compiling icu_locale_core v2.1.1
15092026-03-18T21:48:54.038Z Compiling icu_collections v2.1.1
15102026-03-18T21:48:54.065Z Compiling spki v0.7.3
15112026-03-18T21:48:54.129Z Compiling scrypt v0.11.0
15122026-03-18T21:48:54.159Z Compiling tracing v0.1.44
15132026-03-18T21:48:54.182Z Compiling goblin v0.10.5
15142026-03-18T21:48:54.212Z Compiling thiserror-impl v1.0.69
15152026-03-18T21:48:54.357Z Compiling openssl-macros v0.1.1
15162026-03-18T21:48:54.484Z Compiling pkcs5 v0.7.1
15172026-03-18T21:48:54.527Z Compiling derive_builder_core v0.20.2
15182026-03-18T21:48:54.572Z Compiling dtrace-parser v0.3.0
15192026-03-18T21:48:54.737Z Compiling signature v2.2.0
15202026-03-18T21:48:54.873Z Compiling icu_provider v2.1.1
15212026-03-18T21:48:54.970Z Compiling pkcs8 v0.10.2
15222026-03-18T21:48:55.197Z Compiling rustls-native-certs v0.8.3
15232026-03-18T21:48:55.323Z Compiling icu_normalizer v2.1.1
15242026-03-18T21:48:55.347Z Compiling bytes v1.11.1
15252026-03-18T21:48:55.352Z Compiling icu_properties v2.1.2
15262026-03-18T21:48:55.352Z Compiling chrono v0.4.44
15272026-03-18T21:48:55.413Z Compiling ipnet v2.11.0
15282026-03-18T21:48:55.469Z Compiling scroll_derive v0.12.1
15292026-03-18T21:48:55.475Z Compiling serde_spanned v0.6.9
15302026-03-18T21:48:55.601Z Compiling serde_tokenstream v0.2.3
15312026-03-18T21:48:55.658Z Compiling erased-serde v0.3.31
15322026-03-18T21:48:55.703Z Compiling toml_datetime v0.6.11
15332026-03-18T21:48:55.817Z Compiling derive_builder_macro v0.20.2
15342026-03-18T21:48:55.990Z Compiling thiserror v1.0.69
15352026-03-18T21:48:56.032Z Compiling tokio v1.49.0
15362026-03-18T21:48:56.074Z Compiling http v1.4.0
15372026-03-18T21:48:56.093Z Compiling md-5 v0.10.6
15382026-03-18T21:48:56.131Z Compiling darling_macro v0.21.3
15392026-03-18T21:48:56.151Z Compiling webpki-roots v1.0.6
15402026-03-18T21:48:56.246Z Compiling zerocopy-derive v0.7.35
15412026-03-18T21:48:56.323Z Compiling litrs v1.0.0
15422026-03-18T21:48:56.345Z Compiling ryu v1.0.23
15432026-03-18T21:48:56.366Z Compiling scroll v0.12.0
15442026-03-18T21:48:56.412Z Compiling num-bigint-dig v0.8.6
15452026-03-18T21:48:56.444Z Compiling iri-string v0.7.10
15462026-03-18T21:48:56.595Z Compiling ref-cast v1.0.25
15472026-03-18T21:48:56.619Z Compiling idna_adapter v1.2.1
15482026-03-18T21:48:56.767Z Compiling idna v1.1.0
15492026-03-18T21:48:56.793Z Compiling zlib-rs v0.6.2
15502026-03-18T21:48:56.814Z Compiling smoltcp v0.9.1
15512026-03-18T21:48:56.840Z Compiling fallible-iterator v0.2.0
15522026-03-18T21:48:56.968Z Compiling ppv-lite86 v0.2.21
15532026-03-18T21:48:57.016Z Compiling http-body v1.0.1
15542026-03-18T21:48:57.042Z Compiling cfg_aliases v0.2.1
15552026-03-18T21:48:57.146Z Compiling rustix v0.38.44
15562026-03-18T21:48:57.187Z Compiling url v2.5.8
15572026-03-18T21:48:57.220Z Compiling http-body-util v0.1.3
15582026-03-18T21:48:57.276Z Compiling publicsuffix v2.3.0
15592026-03-18T21:48:57.335Z Compiling nix v0.31.1
15602026-03-18T21:48:57.364Z Compiling document-features v0.2.12
15612026-03-18T21:48:57.386Z Compiling rand_chacha v0.9.0
15622026-03-18T21:48:57.502Z Compiling rand_chacha v0.3.1
15632026-03-18T21:48:57.508Z Compiling zerocopy v0.7.35
15642026-03-18T21:48:57.596Z Compiling darling v0.21.3
15652026-03-18T21:48:57.693Z Compiling rand v0.9.2
15662026-03-18T21:48:57.715Z Compiling goblin v0.8.2
15672026-03-18T21:48:57.747Z Compiling rand v0.8.5
15682026-03-18T21:48:57.885Z Compiling serde_urlencoded v0.7.1
15692026-03-18T21:48:58.157Z Compiling dof v0.4.0
15702026-03-18T21:48:58.257Z Compiling derive_builder v0.20.2
15712026-03-18T21:48:58.317Z Compiling cargo-platform v0.1.9
15722026-03-18T21:48:58.433Z Compiling proptest v1.10.0
15732026-03-18T21:48:58.498Z Compiling postgres-protocol v0.6.10
15742026-03-18T21:48:58.606Z Compiling sec1 v0.7.3
15752026-03-18T21:48:58.669Z Compiling hkdf v0.12.4
15762026-03-18T21:48:58.669Z Compiling hubpack_derive v0.1.1
15772026-03-18T21:48:58.748Z Compiling crypto-bigint v0.5.5
15782026-03-18T21:48:58.814Z Compiling regex v1.12.3
15792026-03-18T21:48:58.988Z Compiling ipnetwork v0.21.1
15802026-03-18T21:48:59.037Z Compiling curve25519-dalek-derive v0.1.1
15812026-03-18T21:48:59.122Z Compiling strum_macros v0.27.2
15822026-03-18T21:48:59.281Z Compiling daft-derive v0.1.5
15832026-03-18T21:48:59.281Z Compiling ref-cast-impl v1.0.25
15842026-03-18T21:48:59.431Z Compiling oxnet v0.1.4
15852026-03-18T21:48:59.526Z Compiling async-trait v0.1.89
15862026-03-18T21:48:59.906Z Compiling group v0.13.0
15872026-03-18T21:49:00.029Z Compiling num-iter v0.1.45
15882026-03-18T21:49:00.182Z Compiling proc-macro-error v1.0.4
15892026-03-18T21:49:00.373Z Compiling heck v0.4.1
15902026-03-18T21:49:00.378Z Compiling terminal_size v0.4.3
15912026-03-18T21:49:00.543Z Compiling phf_shared v0.13.1
15922026-03-18T21:49:00.548Z Compiling lazy_static v1.5.0
15932026-03-18T21:49:00.603Z Compiling vergen v9.0.6
15942026-03-18T21:49:00.627Z Compiling fs-err v3.3.0
15952026-03-18T21:49:00.661Z Compiling ahash v0.8.12
15962026-03-18T21:49:00.698Z Compiling bumpalo v3.20.2
15972026-03-18T21:49:00.722Z Compiling winnow v0.5.40
15982026-03-18T21:49:00.850Z Compiling object v0.37.3
15992026-03-18T21:49:00.881Z Compiling bitflags v1.3.2
16002026-03-18T21:49:00.906Z Compiling libbz2-rs-sys v0.2.2
16012026-03-18T21:49:00.938Z Compiling flate2 v1.1.9
16022026-03-18T21:49:00.961Z Compiling managed v0.8.0
16032026-03-18T21:49:00.999Z Compiling foldhash v0.1.5
16042026-03-18T21:49:01.023Z Compiling console v0.16.2
16052026-03-18T21:49:01.047Z Compiling clap_builder v4.5.60
16062026-03-18T21:49:01.071Z Compiling zopfli v0.8.3
16072026-03-18T21:49:01.224Z Compiling tokio-util v0.7.18
16082026-03-18T21:49:01.247Z Compiling tower v0.5.3
16092026-03-18T21:49:01.274Z Compiling tokio-native-tls v0.3.1
16102026-03-18T21:49:01.510Z Compiling bzip2 v0.6.1
16112026-03-18T21:49:01.559Z Compiling hashbrown v0.15.5
16122026-03-18T21:49:01.804Z Compiling tower-http v0.6.8
16132026-03-18T21:49:01.828Z Compiling newtype-uuid v1.3.2
16142026-03-18T21:49:01.907Z Compiling phf v0.13.1
16152026-03-18T21:49:01.927Z Compiling strum v0.27.2
16162026-03-18T21:49:01.931Z Compiling dof v0.3.0
16172026-03-18T21:49:02.003Z Compiling zone_cfg_derive v0.3.1
16182026-03-18T21:49:02.106Z Compiling rayon v1.11.0
16192026-03-18T21:49:02.133Z Compiling daft v0.1.5
16202026-03-18T21:49:02.293Z Compiling h2 v0.4.13
16212026-03-18T21:49:02.320Z Compiling signal-hook-mio v0.2.5
16222026-03-18T21:49:02.487Z Compiling usdt-macro v0.6.0
16232026-03-18T21:49:02.524Z Compiling toml_edit v0.19.15
16242026-03-18T21:49:02.684Z Compiling usdt-attr-macro v0.6.0
16252026-03-18T21:49:02.724Z Compiling cargo_metadata v0.19.2
16262026-03-18T21:49:02.747Z Compiling cookie_store v0.22.1
16272026-03-18T21:49:02.770Z Compiling elliptic-curve v0.13.8
16282026-03-18T21:49:02.996Z Compiling hubpack v0.1.2
16292026-03-18T21:49:03.144Z Compiling postgres-types v0.2.12
16302026-03-18T21:49:03.295Z Compiling bzip2 v0.4.4
16312026-03-18T21:49:03.352Z Compiling zstd v0.13.3
16322026-03-18T21:49:03.587Z Compiling serde_with_macros v3.17.0
16332026-03-18T21:49:03.628Z Compiling dtrace-parser v0.2.0
16342026-03-18T21:49:03.714Z Compiling serde-big-array v0.5.1
16352026-03-18T21:49:03.756Z Compiling hex v0.4.3
16362026-03-18T21:49:03.909Z Compiling pkcs1 v0.7.5
16372026-03-18T21:49:03.950Z Compiling ed25519 v2.2.3
16382026-03-18T21:49:04.111Z Compiling rfc6979 v0.4.0
16392026-03-18T21:49:04.136Z Compiling bstr v1.12.1
16402026-03-18T21:49:04.281Z Compiling enum-as-inner v0.6.1
16412026-03-18T21:49:04.475Z Compiling strum_macros v0.26.4
16422026-03-18T21:49:04.557Z Compiling clap_derive v4.5.55
16432026-03-18T21:49:04.605Z Compiling serde_repr v0.1.20
16442026-03-18T21:49:04.713Z Compiling itertools v0.12.1
16452026-03-18T21:49:04.958Z Compiling phf_shared v0.11.3
16462026-03-18T21:49:05.049Z Compiling float-cmp v0.10.0
16472026-03-18T21:49:05.107Z Compiling thread-id v4.2.2
16482026-03-18T21:49:05.111Z Compiling memmap2 v0.9.10
16492026-03-18T21:49:05.201Z Compiling env_filter v1.0.0
16502026-03-18T21:49:05.284Z Compiling encoding_rs v0.8.35
16512026-03-18T21:49:05.288Z Compiling rustc-hash v2.1.1
16522026-03-18T21:49:05.328Z Compiling jiff v0.2.21
16532026-03-18T21:49:05.351Z Compiling normalize-line-endings v0.3.0
16542026-03-18T21:49:05.376Z Compiling unit-prefix v0.5.2
16552026-03-18T21:49:05.484Z Compiling precomputed-hash v0.1.1
16562026-03-18T21:49:05.505Z Compiling new_debug_unreachable v1.0.6
16572026-03-18T21:49:05.509Z Compiling data-encoding v2.10.0
16582026-03-18T21:49:05.581Z Compiling predicates-core v1.0.10
16592026-03-18T21:49:05.609Z Compiling mime v0.3.17
16602026-03-18T21:49:05.633Z Compiling fixedbitset v0.5.7
16612026-03-18T21:49:05.652Z Compiling whoami v2.1.0
16622026-03-18T21:49:05.842Z Compiling keccak v0.1.6
16632026-03-18T21:49:05.972Z Compiling difflib v0.4.0
16642026-03-18T21:49:06.070Z Compiling fixedbitset v0.4.2
16652026-03-18T21:49:06.183Z Compiling static_assertions v1.1.0
16662026-03-18T21:49:06.287Z Compiling predicates v3.1.4
16672026-03-18T21:49:06.363Z Compiling zone v0.3.1
16682026-03-18T21:49:06.384Z Compiling petgraph v0.6.5
16692026-03-18T21:49:06.462Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16702026-03-18T21:49:06.536Z Compiling hyper v1.8.1
16712026-03-18T21:49:06.769Z Compiling sha3 v0.10.8
16722026-03-18T21:49:06.908Z Compiling tokio-postgres v0.7.16
16732026-03-18T21:49:06.954Z Compiling strum v0.26.3
16742026-03-18T21:49:06.990Z Compiling hickory-proto v0.25.2
16752026-03-18T21:49:07.096Z Compiling clap v4.5.60
16762026-03-18T21:49:07.141Z Compiling petgraph v0.8.3
16772026-03-18T21:49:07.207Z Compiling string_cache v0.8.9
16782026-03-18T21:49:07.229Z Compiling indicatif v0.18.4
16792026-03-18T21:49:07.333Z Compiling iddqd v0.3.17
16802026-03-18T21:49:07.402Z Compiling env_logger v0.11.9
16812026-03-18T21:49:07.423Z Compiling usdt v0.6.0
16822026-03-18T21:49:07.518Z Compiling toml_edit v0.22.27
16832026-03-18T21:49:07.779Z Compiling usdt-impl v0.5.0
16842026-03-18T21:49:07.906Z Compiling serde_with v3.17.0
16852026-03-18T21:49:07.968Z Compiling crossterm v0.28.1
16862026-03-18T21:49:08.414Z Compiling hyper-util v0.1.20
16872026-03-18T21:49:08.460Z Compiling similar v2.7.0
16882026-03-18T21:49:08.566Z Compiling toml v0.7.8
16892026-03-18T21:49:08.767Z Compiling ecdsa v0.16.9
16902026-03-18T21:49:08.888Z Compiling rsa v0.9.10
16912026-03-18T21:49:09.299Z Compiling zip v4.6.1
16922026-03-18T21:49:09.399Z Compiling ed25519-dalek v2.2.0
16932026-03-18T21:49:09.656Z Compiling zip v0.6.6
16942026-03-18T21:49:10.015Z Compiling tokio-stream v0.1.18
16952026-03-18T21:49:10.302Z Compiling hyper-tls v0.6.0
16962026-03-18T21:49:10.338Z Compiling buf-list v1.1.2
16972026-03-18T21:49:10.360Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-18T21:49:10.467Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16992026-03-18T21:49:10.512Z Compiling openapiv3 v2.2.0
17002026-03-18T21:49:10.534Z Compiling x509-cert v0.2.5
17012026-03-18T21:49:10.626Z Compiling sha1 v0.10.6
17022026-03-18T21:49:10.629Z Compiling itertools v0.13.0
17032026-03-18T21:49:10.735Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-03-18T21:49:10.802Z Compiling peg-runtime v0.8.5
17052026-03-18T21:49:10.904Z Compiling lalrpop-util v0.19.12
17062026-03-18T21:49:10.971Z Compiling thread_local v1.1.9
17072026-03-18T21:49:11.162Z Compiling slog-async v2.8.0
17082026-03-18T21:49:11.185Z Compiling futures-executor v0.3.32
17092026-03-18T21:49:11.209Z Compiling crossbeam-channel v0.5.15
17102026-03-18T21:49:11.257Z Compiling filetime v0.2.27
17112026-03-18T21:49:11.325Z Compiling is-terminal v0.4.17
17122026-03-18T21:49:11.363Z Compiling take_mut v0.2.2
17132026-03-18T21:49:11.450Z Compiling xattr v1.6.1
17142026-03-18T21:49:11.470Z Compiling term v1.2.1
17152026-03-18T21:49:11.504Z Compiling futures v0.3.32
17162026-03-18T21:49:11.682Z Compiling tar v0.4.44
17172026-03-18T21:49:11.866Z Compiling slog-term v2.9.2
17182026-03-18T21:49:32.168Z Compiling rustls-webpki v0.103.9
17192026-03-18T21:49:36.182Z Compiling tokio-rustls v0.26.4
17202026-03-18T21:49:36.186Z Compiling rustls-platform-verifier v0.6.2
17212026-03-18T21:49:36.457Z Compiling hyper-rustls v0.27.7
17222026-03-18T21:49:36.709Z Compiling reqwest v0.13.2
17232026-03-18T21:49:36.709Z Compiling reqwest v0.12.28
17242026-03-18T21:49:39.533Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-03-18T21:49:39.823Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-03-18T21:49:43.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
17272026-03-18T21:49:43.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-03-18T21:49:43.811ZMar 18 21:49:42.626 INFO Starting download, target: MaghemiteMgd
17292026-03-18T21:49:43.811ZMar 18 21:49:42.626 INFO Starting download, target: Cockroach
17302026-03-18T21:49:43.811ZMar 18 21:49:42.626 INFO Starting download, target: Console
17312026-03-18T21:49:43.816ZMar 18 21:49:42.626 INFO Starting download, target: Clickhouse
17322026-03-18T21:49:43.816ZMar 18 21:49:42.626 INFO Starting download, target: TransceiverControl
17332026-03-18T21:49:43.816ZMar 18 21:49:42.626 INFO Starting download, target: DendriteStub
17342026-03-18T21:49:43.817ZMar 18 21:49:42.626 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-03-18T21:49:43.817ZMar 18 21:49:42.626 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-18T21:49:43.817ZMar 18 21:49:42.626 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-03-18T21:49:43.817ZMar 18 21:49:42.626 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-18T21:49:43.817ZMar 18 21:49:42.626 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-03-18T21:49:43.817ZMar 18 21:49:42.626 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-18T21:49:44.211ZMar 18 21:49:43.005 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-03-18T21:49:44.564ZMar 18 21:49:43.356 INFO Download complete, target: TransceiverControl
17422026-03-18T21:49:44.832ZMar 18 21:49:43.619 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-03-18T21:49:45.196ZMar 18 21:49:44.003 INFO Download complete, target: Console
17442026-03-18T21:49:45.586ZMar 18 21:49:44.397 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-03-18T21:49:45.884ZMar 18 21:49:44.683 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-03-18T21:49:46.417ZMar 18 21:49:45.227 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-03-18T21:49:46.819ZMar 18 21:49:45.633 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-03-18T21:49:46.820ZMar 18 21:49:45.633 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-03-18T21:49:49.366ZMar 18 21:49:48.179 INFO Download complete, target: DendriteStub
17502026-03-18T21:49:49.574ZMar 18 21:49:48.387 INFO Download complete, target: MaghemiteMgd
17512026-03-18T21:49:54.902ZMar 18 21:49:53.708 INFO Checking that binary works, target: Cockroach
17522026-03-18T21:49:55.039ZMar 18 21:49:53.849 INFO Download complete, target: Cockroach
17532026-03-18T21:49:57.948ZMar 18 21:49:56.755 INFO Checking that binary works, target: Clickhouse
17542026-03-18T21:49:58.078ZMar 18 21:49:56.886 INFO Download complete, target: Clickhouse
17552026-03-18T21:49:58.085ZAll prerequisites installed successfully
17562026-03-18T21:49:58.089Z
17572026-03-18T21:49:58.089Zreal 3:55.531090168
17582026-03-18T21:49:58.089Zuser 10:23.698645240
17592026-03-18T21:49:58.089Zsys 2:05.894144931
17602026-03-18T21:49:58.089Ztrap 0.330691833
17612026-03-18T21:49:58.089Ztflt 1.274948172
17622026-03-18T21:49:58.089Zdflt 1.688572264
17632026-03-18T21:49:58.089Zkflt 0.023296128
17642026-03-18T21:49:58.089Zlock 33:29.497375667
17652026-03-18T21:49:58.089Zslp 25:42.792981812
17662026-03-18T21:49:58.089Zlat 31.495414831
17672026-03-18T21:49:58.089Zstop 4:27.671617697
17682026-03-18T21:49:58.089Z+ ptime -m cargo xtask download softnpu
17692026-03-18T21:49:58.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17702026-03-18T21:49:58.794Z Running `target/debug/xtask download softnpu`
17712026-03-18T21:49:59.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
17722026-03-18T21:49:59.866Z Running `target/debug/xtask-downloader softnpu`
17732026-03-18T21:49:59.914ZMar 18 21:49:58.721 INFO Starting download, target: Softnpu
17742026-03-18T21:49:59.918ZMar 18 21:49:58.721 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17752026-03-18T21:50:00.837ZMar 18 21:49:59.644 INFO Download complete, target: Softnpu
17762026-03-18T21:50:00.841Z
17772026-03-18T21:50:00.841Zreal 2.747444822
17782026-03-18T21:50:00.841Zuser 1.727468863
17792026-03-18T21:50:00.841Zsys 0.784137542
17802026-03-18T21:50:00.841Ztrap 0.000554644
17812026-03-18T21:50:00.841Ztflt 0.000253849
17822026-03-18T21:50:00.841Zdflt 0.000359778
17832026-03-18T21:50:00.841Zkflt 0.000001199
17842026-03-18T21:50:00.842Zlock 16.826973183
17852026-03-18T21:50:00.842Zslp 0.722739251
17862026-03-18T21:50:00.842Zlat 0.055404908
17872026-03-18T21:50:00.842Zstop 0.000173060
17882026-03-18T21:50:00.847Z+ export CARGO_INCREMENTAL=0
17892026-03-18T21:50:00.847Z+ CARGO_INCREMENTAL=0
17902026-03-18T21:50:00.847Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17912026-03-18T21:50:02.037Z Compiling proc-macro2 v1.0.106
17922026-03-18T21:50:02.037Z Compiling quote v1.0.44
17932026-03-18T21:50:02.044Z Compiling unicode-ident v1.0.24
17942026-03-18T21:50:02.045Z Compiling libc v0.2.180
17952026-03-18T21:50:02.045Z Compiling serde_core v1.0.228
17962026-03-18T21:50:02.045Z Compiling serde v1.0.228
17972026-03-18T21:50:02.045Z Compiling cfg-if v1.0.4
17982026-03-18T21:50:02.045Z Compiling version_check v0.9.5
17992026-03-18T21:50:02.045Z Compiling find-msvc-tools v0.1.9
18002026-03-18T21:50:02.045Z Compiling shlex v1.3.0
18012026-03-18T21:50:02.197Z Compiling typenum v1.19.0
18022026-03-18T21:50:02.203Z Compiling portable-atomic v1.13.1
18032026-03-18T21:50:02.203Z Compiling memchr v2.8.0
18042026-03-18T21:50:02.203Z Compiling autocfg v1.5.0
18052026-03-18T21:50:02.203Z Compiling zmij v1.0.21
18062026-03-18T21:50:02.400Z Compiling serde_json v1.0.149
18072026-03-18T21:50:02.532Z Compiling zerocopy v0.8.40
18082026-03-18T21:50:02.676Z Compiling parking_lot_core v0.9.12
18092026-03-18T21:50:02.681Z Compiling generic-array v0.14.7
18102026-03-18T21:50:02.723Z Compiling libm v0.2.16
18112026-03-18T21:50:02.795Z Compiling smallvec v1.15.1
18122026-03-18T21:50:02.795Z Compiling icu_properties_data v2.1.2
18132026-03-18T21:50:02.846Z Compiling icu_normalizer_data v2.1.1
18142026-03-18T21:50:02.850Z Compiling num-traits v0.2.19
18152026-03-18T21:50:02.988Z Compiling itoa v1.0.17
18162026-03-18T21:50:02.994Z Compiling log v0.4.29
18172026-03-18T21:50:03.039Z Compiling getrandom v0.4.1
18182026-03-18T21:50:03.065Z Compiling pkg-config v0.3.32
18192026-03-18T21:50:03.182Z Compiling stable_deref_trait v1.2.1
18202026-03-18T21:50:03.276Z Compiling scopeguard v1.2.0
18212026-03-18T21:50:03.302Z Compiling subtle v2.6.1
18222026-03-18T21:50:03.399Z Compiling thiserror v2.0.18
18232026-03-18T21:50:03.420Z Compiling lock_api v0.4.14
18242026-03-18T21:50:03.442Z Compiling jobserver v0.1.34
18252026-03-18T21:50:03.465Z Compiling getrandom v0.2.17
18262026-03-18T21:50:03.468Z Compiling errno v0.3.14
18272026-03-18T21:50:03.565Z Compiling fnv v1.0.7
18282026-03-18T21:50:03.762Z Compiling cc v1.2.56
18292026-03-18T21:50:03.788Z Compiling rand_core v0.6.4
18302026-03-18T21:50:03.834Z Compiling pin-project-lite v0.2.17
18312026-03-18T21:50:03.901Z Compiling getrandom v0.3.4
18322026-03-18T21:50:04.005Z Compiling syn v2.0.117
18332026-03-18T21:50:04.025Z Compiling critical-section v1.2.0
18342026-03-18T21:50:04.191Z Compiling rustversion v1.0.22
18352026-03-18T21:50:04.213Z Compiling allocator-api2 v0.2.21
18362026-03-18T21:50:04.217Z Compiling equivalent v1.0.2
18372026-03-18T21:50:04.283Z Compiling dunce v1.0.5
18382026-03-18T21:50:04.355Z Compiling percent-encoding v2.3.2
18392026-03-18T21:50:04.403Z Compiling foldhash v0.2.0
18402026-03-18T21:50:04.495Z Compiling litemap v0.8.1
18412026-03-18T21:50:04.498Z Compiling fs_extra v1.3.0
18422026-03-18T21:50:04.568Z Compiling once_cell v1.21.3
18432026-03-18T21:50:04.687Z Compiling writeable v0.6.2
18442026-03-18T21:50:04.687Z Compiling hashbrown v0.16.1
18452026-03-18T21:50:04.736Z Compiling cmake v0.1.57
18462026-03-18T21:50:04.878Z Compiling const-oid v0.9.6
18472026-03-18T21:50:04.999Z Compiling signal-hook-registry v1.4.8
18482026-03-18T21:50:05.004Z Compiling rustix v1.1.3
18492026-03-18T21:50:05.064Z Compiling mio v1.1.1
18502026-03-18T21:50:05.067Z Compiling socket2 v0.6.2
18512026-03-18T21:50:05.133Z Compiling schemars v0.8.22
18522026-03-18T21:50:05.158Z Compiling rand_core v0.10.0
18532026-03-18T21:50:05.259Z Compiling parking_lot v0.12.5
18542026-03-18T21:50:05.395Z Compiling utf8_iter v1.0.4
18552026-03-18T21:50:05.433Z Compiling aws-lc-rs v1.16.0
18562026-03-18T21:50:05.507Z Compiling form_urlencoded v1.2.2
18572026-03-18T21:50:05.568Z Compiling ring v0.17.14
18582026-03-18T21:50:05.615Z Compiling semver v1.0.27
18592026-03-18T21:50:05.775Z Compiling bitflags v2.11.0
18602026-03-18T21:50:05.809Z Compiling aws-lc-sys v0.37.1
18612026-03-18T21:50:05.882Z Compiling indexmap v2.13.0
18622026-03-18T21:50:06.042Z Compiling strsim v0.11.1
18632026-03-18T21:50:06.052Z Compiling futures-core v0.3.32
18642026-03-18T21:50:06.214Z Compiling byteorder v1.5.0
18652026-03-18T21:50:06.345Z Compiling ucd-trie v0.1.7
18662026-03-18T21:50:06.366Z Compiling httparse v1.10.1
18672026-03-18T21:50:06.383Z Compiling thiserror v1.0.69
18682026-03-18T21:50:06.528Z Compiling pest v2.8.6
18692026-03-18T21:50:06.673Z Compiling heck v0.5.0
18702026-03-18T21:50:06.700Z Compiling vcpkg v0.2.15
18712026-03-18T21:50:06.755Z Compiling ident_case v1.0.1
18722026-03-18T21:50:06.784Z Compiling syn v1.0.109
18732026-03-18T21:50:06.811Z Compiling crossbeam-utils v0.8.21
18742026-03-18T21:50:06.948Z Compiling regex-syntax v0.8.10
18752026-03-18T21:50:07.083Z Compiling futures-sink v0.3.32
18762026-03-18T21:50:07.149Z Compiling rustls v0.23.37
18772026-03-18T21:50:07.229Z Compiling futures-channel v0.3.32
18782026-03-18T21:50:07.253Z Compiling rustc_version v0.4.1
18792026-03-18T21:50:07.353Z Compiling cpufeatures v0.2.17
18802026-03-18T21:50:07.357Z Compiling futures-task v0.3.32
18812026-03-18T21:50:07.401Z Compiling slab v0.4.12
18822026-03-18T21:50:07.405Z Compiling futures-io v0.3.32
18832026-03-18T21:50:07.501Z Compiling openssl-sys v0.9.111
18842026-03-18T21:50:07.577Z Compiling plain v0.2.3
18852026-03-18T21:50:07.605Z Compiling iana-time-zone v0.1.65
18862026-03-18T21:50:07.629Z Compiling uuid v1.21.0
18872026-03-18T21:50:07.678Z Compiling aho-corasick v1.1.4
18882026-03-18T21:50:07.725Z Compiling time-core v0.1.8
18892026-03-18T21:50:07.880Z Compiling num-conv v0.2.0
18902026-03-18T21:50:08.014Z Compiling synstructure v0.13.2
18912026-03-18T21:50:08.039Z Compiling serde_derive_internals v0.29.1
18922026-03-18T21:50:08.068Z Compiling pest_meta v2.8.6
18932026-03-18T21:50:08.181Z Compiling time-macros v0.2.27
18942026-03-18T21:50:08.408Z Compiling openssl v0.10.75
18952026-03-18T21:50:08.589Z Compiling pretty-hex v0.4.1
18962026-03-18T21:50:08.749Z Compiling either v1.15.0
18972026-03-18T21:50:08.797Z Compiling anyhow v1.0.102
18982026-03-18T21:50:08.797Z Compiling crc32fast v1.5.0
18992026-03-18T21:50:08.910Z Compiling pest_generator v2.8.6
19002026-03-18T21:50:08.939Z Compiling regex-automata v0.4.14
19012026-03-18T21:50:08.964Z Compiling base64ct v1.8.3
19022026-03-18T21:50:09.065Z Compiling darling_core v0.21.3
19032026-03-18T21:50:09.105Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-03-18T21:50:09.151Z Compiling native-tls v0.2.18
19052026-03-18T21:50:09.154Z Compiling flagset v0.4.7
19062026-03-18T21:50:09.209Z Compiling rand_core v0.9.5
19072026-03-18T21:50:09.350Z Compiling pem-rfc7468 v0.7.0
19082026-03-18T21:50:09.459Z Compiling slog v2.8.2
19092026-03-18T21:50:09.505Z Compiling tracing-core v0.1.36
19102026-03-18T21:50:09.568Z Compiling untrusted v0.9.0
19112026-03-18T21:50:09.598Z Compiling rayon-core v1.13.0
19122026-03-18T21:50:09.626Z Compiling dyn-clone v1.0.20
19132026-03-18T21:50:09.830Z Compiling cookie v0.18.1
19142026-03-18T21:50:09.857Z Compiling camino v1.2.2
19152026-03-18T21:50:09.907Z Compiling base64 v0.22.1
19162026-03-18T21:50:09.931Z Compiling serde_derive v1.0.228
19172026-03-18T21:50:09.976Z Compiling zeroize_derive v1.4.3
19182026-03-18T21:50:10.021Z Compiling zerofrom-derive v0.1.6
19192026-03-18T21:50:10.097Z Compiling yoke-derive v0.8.1
19202026-03-18T21:50:10.141Z Compiling zerovec-derive v0.11.2
19212026-03-18T21:50:10.145Z Compiling displaydoc v0.2.5
19222026-03-18T21:50:10.269Z Compiling zerocopy-derive v0.8.40
19232026-03-18T21:50:10.297Z Compiling tokio-macros v2.6.0
19242026-03-18T21:50:10.587Z Compiling futures-macro v0.3.32
19252026-03-18T21:50:10.774Z Compiling zeroize v1.8.2
19262026-03-18T21:50:11.070Z Compiling thiserror-impl v2.0.18
19272026-03-18T21:50:11.204Z Compiling tracing-attributes v0.1.31
19282026-03-18T21:50:11.419Z Compiling der_derive v0.7.3
19292026-03-18T21:50:11.536Z Compiling schemars_derive v0.8.22
19302026-03-18T21:50:11.584Z Compiling zerofrom v0.1.6
19312026-03-18T21:50:11.763Z Compiling yoke v0.8.1
19322026-03-18T21:50:11.787Z Compiling crypto-common v0.1.7
19332026-03-18T21:50:11.816Z Compiling block-buffer v0.10.4
19342026-03-18T21:50:12.021Z Compiling zerovec v0.11.5
19352026-03-18T21:50:12.044Z Compiling zerotrie v0.2.3
19362026-03-18T21:50:12.161Z Compiling digest v0.10.7
19372026-03-18T21:50:12.459Z Compiling thiserror-impl v1.0.69
19382026-03-18T21:50:12.635Z Compiling pest_derive v2.8.6
19392026-03-18T21:50:12.639Z Compiling hmac v0.12.1
19402026-03-18T21:50:12.753Z Compiling tinystr v0.8.2
19412026-03-18T21:50:12.830Z Compiling potential_utf v0.1.4
19422026-03-18T21:50:12.924Z Compiling futures-util v0.3.32
19432026-03-18T21:50:13.011Z Compiling icu_locale_core v2.1.1
19442026-03-18T21:50:13.048Z Compiling icu_collections v2.1.1
19452026-03-18T21:50:13.149Z Compiling block-padding v0.3.3
19462026-03-18T21:50:13.184Z Compiling sha2 v0.10.9
19472026-03-18T21:50:13.347Z Compiling inout v0.1.4
19482026-03-18T21:50:13.560Z Compiling cipher v0.4.4
19492026-03-18T21:50:13.689Z Compiling rustls-pki-types v1.14.0
19502026-03-18T21:50:13.883Z Compiling scroll_derive v0.12.1
19512026-03-18T21:50:13.919Z Compiling scroll_derive v0.13.1
19522026-03-18T21:50:13.942Z Compiling icu_provider v2.1.1
19532026-03-18T21:50:14.231Z Compiling openssl-macros v0.1.1
19542026-03-18T21:50:14.335Z Compiling bytes v1.11.1
19552026-03-18T21:50:14.395Z Compiling icu_normalizer v2.1.1
19562026-03-18T21:50:14.505Z Compiling icu_properties v2.1.2
19572026-03-18T21:50:14.759Z Compiling chrono v0.4.44
19582026-03-18T21:50:14.922Z Compiling serde_tokenstream v0.2.3
19592026-03-18T21:50:15.215Z Compiling tokio v1.49.0
19602026-03-18T21:50:15.366Z Compiling http v1.4.0
19612026-03-18T21:50:15.799Z Compiling idna_adapter v1.2.1
19622026-03-18T21:50:15.957Z Compiling idna v1.1.0
19632026-03-18T21:50:16.172Z Compiling der v0.7.10
19642026-03-18T21:50:16.307Z Compiling ppv-lite86 v0.2.21
19652026-03-18T21:50:16.370Z Compiling darling_macro v0.21.3
19662026-03-18T21:50:16.510Z Compiling url v2.5.8
19672026-03-18T21:50:16.560Z Compiling regex v1.12.3
19682026-03-18T21:50:16.821Z Compiling zerocopy-derive v0.7.35
19692026-03-18T21:50:16.991Z Compiling darling v0.21.3
19702026-03-18T21:50:17.103Z Compiling salsa20 v0.10.2
19712026-03-18T21:50:17.140Z Compiling pbkdf2 v0.12.2
19722026-03-18T21:50:17.158Z Compiling tracing v0.1.44
19732026-03-18T21:50:17.552Z Compiling spki v0.7.3
19742026-03-18T21:50:17.747Z Compiling scrypt v0.11.0
19752026-03-18T21:50:17.773Z Compiling rand_chacha v0.9.0
19762026-03-18T21:50:17.869Z Compiling aes v0.8.4
19772026-03-18T21:50:17.936Z Compiling cbc v0.1.2
19782026-03-18T21:50:18.597Z Compiling usdt-impl v0.5.0
19792026-03-18T21:50:18.625Z Compiling usdt-impl v0.6.0
19802026-03-18T21:50:18.655Z Compiling paste v1.0.15
19812026-03-18T21:50:18.893Z Compiling ref-cast v1.0.25
19822026-03-18T21:50:18.915Z Compiling winnow v0.7.14
19832026-03-18T21:50:19.270Z Compiling pkcs5 v0.7.1
19842026-03-18T21:50:19.292Z Compiling rand v0.9.2
19852026-03-18T21:50:19.424Z Compiling http-body v1.0.1
19862026-03-18T21:50:19.659Z Compiling scroll v0.13.0
19872026-03-18T21:50:19.685Z Compiling scroll v0.12.0
19882026-03-18T21:50:19.712Z Compiling serde_spanned v0.6.9
19892026-03-18T21:50:19.861Z Compiling toml_datetime v0.6.11
19902026-03-18T21:50:19.940Z Compiling heapless v0.7.17
19912026-03-18T21:50:20.061Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-03-18T21:50:20.084Z Compiling signal-hook v0.3.18
19932026-03-18T21:50:20.222Z Compiling zstd-safe v7.2.4
19942026-03-18T21:50:20.275Z Compiling untrusted v0.7.1
19952026-03-18T21:50:20.366Z Compiling tokio-util v0.7.18
19962026-03-18T21:50:20.438Z Compiling openssl-probe v0.2.1
19972026-03-18T21:50:20.460Z Compiling atomic-waker v1.1.2
19982026-03-18T21:50:20.555Z Compiling goblin v0.8.2
19992026-03-18T21:50:20.639Z Compiling goblin v0.10.5
20002026-03-18T21:50:20.660Z Compiling pkcs8 v0.10.2
20012026-03-18T21:50:20.799Z Compiling toml_parser v1.0.9+spec-1.1.0
20022026-03-18T21:50:21.143Z Compiling zerocopy v0.7.35
20032026-03-18T21:50:21.293Z Compiling ref-cast-impl v1.0.25
20042026-03-18T21:50:21.580Z Compiling darling_core v0.20.11
20052026-03-18T21:50:21.752Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-03-18T21:50:21.804Z Compiling memoffset v0.9.1
20072026-03-18T21:50:21.936Z Compiling tower-service v0.3.3
20082026-03-18T21:50:21.940Z Compiling tower-layer v0.3.3
20092026-03-18T21:50:21.985Z Compiling tinyvec_macros v0.1.1
20102026-03-18T21:50:22.082Z Compiling try-lock v0.2.5
20112026-03-18T21:50:22.234Z Compiling fastrand v2.3.0
20122026-03-18T21:50:22.283Z Compiling winnow v0.5.40
20132026-03-18T21:50:22.403Z Compiling litrs v1.0.0
20142026-03-18T21:50:22.567Z Compiling rustix v0.38.44
20152026-03-18T21:50:22.699Z Compiling want v0.3.1
20162026-03-18T21:50:22.722Z Compiling h2 v0.4.13
20172026-03-18T21:50:22.986Z Compiling tinyvec v1.10.0
20182026-03-18T21:50:23.042Z Compiling document-features v0.2.12
20192026-03-18T21:50:23.675Z Compiling dof v0.3.0
20202026-03-18T21:50:24.028Z Compiling dtrace-parser v0.2.0
20212026-03-18T21:50:24.236Z Compiling toml_edit v0.19.15
20222026-03-18T21:50:24.258Z Compiling dtrace-parser v0.3.0
20232026-03-18T21:50:24.391Z Compiling darling_macro v0.20.11
20242026-03-18T21:50:24.481Z Compiling dof v0.4.0
20252026-03-18T21:50:24.505Z Compiling ipnet v2.11.0
20262026-03-18T21:50:24.865Z Compiling async-trait v0.1.89
20272026-03-18T21:50:24.900Z Compiling daft-derive v0.1.5
20282026-03-18T21:50:24.983Z Compiling curve25519-dalek v4.1.3
20292026-03-18T21:50:25.174Z Compiling spin v0.9.8
20302026-03-18T21:50:25.197Z Compiling thread-id v5.1.0
20312026-03-18T21:50:25.371Z Compiling thread-id v4.2.2
20322026-03-18T21:50:25.405Z Compiling proc-macro-error-attr v1.0.4
20332026-03-18T21:50:25.447Z Compiling pin-utils v0.1.0
20342026-03-18T21:50:25.470Z Compiling httpdate v1.0.3
20352026-03-18T21:50:25.578Z Compiling powerfmt v0.2.0
20362026-03-18T21:50:25.797Z Compiling num-bigint-dig v0.8.6
20372026-03-18T21:50:25.984Z Compiling smoltcp v0.9.1
20382026-03-18T21:50:26.007Z Compiling foreign-types-shared v0.1.1
20392026-03-18T21:50:26.007Z Compiling cfg_aliases v0.2.1
20402026-03-18T21:50:26.083Z Compiling deranged v0.5.8
20412026-03-18T21:50:26.125Z Compiling foreign-types v0.3.2
20422026-03-18T21:50:26.152Z Compiling nix v0.31.1
20432026-03-18T21:50:26.200Z Compiling tempfile v3.25.0
20442026-03-18T21:50:26.416Z Compiling darling v0.20.11
20452026-03-18T21:50:26.696Z Compiling hyper v1.8.1
20462026-03-18T21:50:26.944Z Compiling ipnetwork v0.21.1
20472026-03-18T21:50:26.987Z Compiling strum_macros v0.26.4
20482026-03-18T21:50:27.245Z Compiling wait-timeout v0.2.1
20492026-03-18T21:50:27.266Z Compiling proc-macro-error v1.0.4
20502026-03-18T21:50:27.496Z Compiling quick-error v1.2.3
20512026-03-18T21:50:27.523Z Compiling simd-adler32 v0.3.8
20522026-03-18T21:50:27.545Z Compiling bit-vec v0.8.0
20532026-03-18T21:50:27.570Z Compiling anstyle v1.0.13
20542026-03-18T21:50:27.653Z Compiling unicode-segmentation v1.12.0
20552026-03-18T21:50:27.717Z Compiling utf8parse v0.2.2
20562026-03-18T21:50:27.879Z Compiling siphasher v1.0.2
20572026-03-18T21:50:28.049Z Compiling num_threads v0.1.7
20582026-03-18T21:50:28.191Z Compiling time v0.3.47
20592026-03-18T21:50:28.240Z Compiling hyper-util v0.1.20
20602026-03-18T21:50:28.656Z Compiling anstyle-parse v0.2.7
20612026-03-18T21:50:28.681Z Compiling bit-set v0.8.0
20622026-03-18T21:50:28.902Z Compiling rusty-fork v0.3.1
20632026-03-18T21:50:29.291Z Compiling crossbeam-epoch v0.9.18
20642026-03-18T21:50:29.322Z Compiling derive_builder_core v0.20.2
20652026-03-18T21:50:29.724Z Compiling unicode-normalization v0.1.25
20662026-03-18T21:50:30.379Z Compiling rustls-native-certs v0.8.3
20672026-03-18T21:50:30.564Z Compiling signature v2.2.0
20682026-03-18T21:50:30.720Z Compiling hubpack_derive v0.1.1
20692026-03-18T21:50:30.746Z Compiling curve25519-dalek-derive v0.1.1
20702026-03-18T21:50:30.773Z Compiling strum_macros v0.27.2
20712026-03-18T21:50:30.794Z Compiling rand_xorshift v0.4.0
20722026-03-18T21:50:31.001Z Compiling sync_wrapper v1.0.2
20732026-03-18T21:50:31.200Z Compiling fs-err v3.3.0
20742026-03-18T21:50:31.207Z Compiling ahash v0.8.12
20752026-03-18T21:50:31.370Z Compiling anstyle-query v1.1.5
20762026-03-18T21:50:31.400Z Compiling adler2 v2.0.1
20772026-03-18T21:50:31.425Z Compiling is_terminal_polyfill v1.70.2
20782026-03-18T21:50:31.469Z Compiling unicode-properties v0.1.4
20792026-03-18T21:50:31.522Z Compiling object v0.37.3
20802026-03-18T21:50:31.559Z Compiling unarray v0.1.4
20812026-03-18T21:50:31.582Z Compiling colorchoice v1.0.4
20822026-03-18T21:50:31.586Z Compiling unicode-bidi v0.3.18
20832026-03-18T21:50:31.767Z Compiling anstream v0.6.21
20842026-03-18T21:50:31.767Z Compiling proptest v1.10.0
20852026-03-18T21:50:31.882Z Compiling miniz_oxide v0.8.9
20862026-03-18T21:50:32.173Z Compiling stringprep v0.1.5
20872026-03-18T21:50:32.237Z Compiling tower v0.5.3
20882026-03-18T21:50:32.627Z Compiling derive_builder_macro v0.20.2
20892026-03-18T21:50:32.887Z Compiling crossbeam-deque v0.8.6
20902026-03-18T21:50:32.959Z Compiling heck v0.4.1
20912026-03-18T21:50:32.987Z Compiling usdt-macro v0.6.0
20922026-03-18T21:50:33.067Z Compiling usdt-attr-macro v0.6.0
20932026-03-18T21:50:33.259Z Compiling http-body-util v0.1.3
20942026-03-18T21:50:33.352Z Compiling webpki-roots v1.0.6
20952026-03-18T21:50:33.522Z Compiling rand_chacha v0.3.1
20962026-03-18T21:50:33.631Z Compiling erased-serde v0.3.31
20972026-03-18T21:50:33.658Z Compiling md-5 v0.10.6
20982026-03-18T21:50:33.871Z Compiling num-integer v0.1.46
20992026-03-18T21:50:33.900Z Compiling hash32 v0.2.1
21002026-03-18T21:50:34.002Z Compiling vergen-lib v0.1.6
21012026-03-18T21:50:34.027Z Compiling ff v0.13.1
21022026-03-18T21:50:34.055Z Compiling ryu v1.0.23
21032026-03-18T21:50:34.103Z Compiling zlib-rs v0.6.2
21042026-03-18T21:50:34.107Z Compiling base16ct v0.2.0
21052026-03-18T21:50:34.152Z Compiling psl-types v2.0.11
21062026-03-18T21:50:34.224Z Compiling iri-string v0.7.10
21072026-03-18T21:50:34.259Z Compiling fallible-iterator v0.2.0
21082026-03-18T21:50:34.297Z Compiling publicsuffix v2.3.0
21092026-03-18T21:50:34.365Z Compiling serde_urlencoded v0.7.1
21102026-03-18T21:50:34.372Z Compiling sec1 v0.7.3
21112026-03-18T21:50:34.453Z Compiling group v0.13.0
21122026-03-18T21:50:34.478Z Compiling num-iter v0.1.45
21132026-03-18T21:50:34.570Z Compiling newtype-uuid v1.3.2
21142026-03-18T21:50:34.646Z Compiling postgres-protocol v0.6.10
21152026-03-18T21:50:34.820Z Compiling rand v0.8.5
21162026-03-18T21:50:34.983Z Compiling oxnet v0.1.4
21172026-03-18T21:50:35.195Z Compiling derive_builder v0.20.2
21182026-03-18T21:50:35.221Z Compiling zone_cfg_derive v0.3.1
21192026-03-18T21:50:35.377Z Compiling tokio-native-tls v0.3.1
21202026-03-18T21:50:35.496Z Compiling phf_shared v0.13.1
21212026-03-18T21:50:35.617Z Compiling lazy_static v1.5.0
21222026-03-18T21:50:35.736Z Compiling terminal_size v0.4.3
21232026-03-18T21:50:35.759Z Compiling serde_with_macros v3.17.0
21242026-03-18T21:50:35.809Z Compiling cargo-platform v0.1.9
21252026-03-18T21:50:35.834Z Compiling tower-http v0.6.8
21262026-03-18T21:50:35.929Z Compiling hkdf v0.12.4
21272026-03-18T21:50:35.952Z Compiling crypto-bigint v0.5.5
21282026-03-18T21:50:36.028Z Compiling serde_repr v0.1.20
21292026-03-18T21:50:36.059Z Compiling enum-as-inner v0.6.1
21302026-03-18T21:50:36.130Z Compiling clap_derive v4.5.55
21312026-03-18T21:50:36.159Z Compiling vergen v9.0.6
21322026-03-18T21:50:36.274Z Compiling managed v0.8.0
21332026-03-18T21:50:36.365Z Compiling foldhash v0.1.5
21342026-03-18T21:50:36.417Z Compiling clap_lex v1.0.0
21352026-03-18T21:50:36.441Z Compiling bitflags v1.3.2
21362026-03-18T21:50:36.552Z Compiling unicode-width v0.2.0
21372026-03-18T21:50:36.719Z Compiling libbz2-rs-sys v0.2.2
21382026-03-18T21:50:36.766Z Compiling bumpalo v3.20.2
21392026-03-18T21:50:36.865Z Compiling console v0.16.2
21402026-03-18T21:50:36.993Z Compiling clap_builder v4.5.60
21412026-03-18T21:50:37.087Z Compiling flate2 v1.1.9
21422026-03-18T21:50:37.109Z Compiling zopfli v0.8.3
21432026-03-18T21:50:37.201Z Compiling hashbrown v0.15.5
21442026-03-18T21:50:37.363Z Compiling elliptic-curve v0.13.8
21452026-03-18T21:50:37.454Z Compiling bzip2 v0.6.1
21462026-03-18T21:50:37.564Z Compiling cargo_metadata v0.19.2
21472026-03-18T21:50:37.787Z Compiling phf v0.13.1
21482026-03-18T21:50:37.865Z Compiling hyper-tls v0.6.0
21492026-03-18T21:50:37.906Z Compiling signal-hook-mio v0.2.5
21502026-03-18T21:50:37.968Z Compiling rayon v1.11.0
21512026-03-18T21:50:38.075Z Compiling daft v0.1.5
21522026-03-18T21:50:38.221Z Compiling cookie_store v0.22.1
21532026-03-18T21:50:38.352Z Compiling postgres-types v0.2.12
21542026-03-18T21:50:38.438Z Compiling zstd v0.13.3
21552026-03-18T21:50:38.460Z Compiling bzip2 v0.4.4
21562026-03-18T21:50:38.726Z Compiling strum v0.27.2
21572026-03-18T21:50:38.924Z Compiling hubpack v0.1.2
21582026-03-18T21:50:39.016Z Compiling ed25519 v2.2.3
21592026-03-18T21:50:39.050Z Compiling phf_shared v0.11.3
21602026-03-18T21:50:39.228Z Compiling pkcs1 v0.7.5
21612026-03-18T21:50:39.329Z Compiling serde-big-array v0.5.1
21622026-03-18T21:50:39.357Z Compiling hex v0.4.3
21632026-03-18T21:50:39.438Z Compiling rfc6979 v0.4.0
21642026-03-18T21:50:39.464Z Compiling bstr v1.12.1
21652026-03-18T21:50:39.577Z Compiling itertools v0.12.1
21662026-03-18T21:50:39.602Z Compiling float-cmp v0.10.0
21672026-03-18T21:50:39.624Z Compiling memmap2 v0.9.10
21682026-03-18T21:50:39.679Z Compiling env_filter v1.0.0
21692026-03-18T21:50:39.783Z Compiling encoding_rs v0.8.35
21702026-03-18T21:50:39.790Z Compiling keccak v0.1.6
21712026-03-18T21:50:39.813Z Compiling difflib v0.4.0
21722026-03-18T21:50:39.927Z Compiling jiff v0.2.21
21732026-03-18T21:50:40.037Z Compiling new_debug_unreachable v1.0.6
21742026-03-18T21:50:40.059Z Compiling whoami v2.1.0
21752026-03-18T21:50:40.093Z Compiling rustc-hash v2.1.1
21762026-03-18T21:50:40.292Z Compiling static_assertions v1.1.0
21772026-03-18T21:50:40.404Z Compiling fixedbitset v0.5.7
21782026-03-18T21:50:40.408Z Compiling data-encoding v2.10.0
21792026-03-18T21:50:40.460Z Compiling toml_write v0.1.2
21802026-03-18T21:50:40.555Z Compiling normalize-line-endings v0.3.0
21812026-03-18T21:50:40.581Z Compiling mime v0.3.17
21822026-03-18T21:50:40.693Z Compiling precomputed-hash v0.1.1
21832026-03-18T21:50:40.729Z Compiling predicates-core v1.0.10
21842026-03-18T21:50:40.801Z Compiling unit-prefix v0.5.2
21852026-03-18T21:50:40.825Z Compiling fixedbitset v0.4.2
21862026-03-18T21:50:40.919Z Compiling predicates v3.1.4
21872026-03-18T21:50:40.969Z Compiling indicatif v0.18.4
21882026-03-18T21:50:41.017Z Compiling hickory-proto v0.25.2
21892026-03-18T21:50:41.110Z Compiling petgraph v0.6.5
21902026-03-18T21:50:41.234Z Compiling zone v0.3.1
21912026-03-18T21:50:41.269Z Compiling string_cache v0.8.9
21922026-03-18T21:50:41.566Z Compiling petgraph v0.8.3
21932026-03-18T21:50:41.587Z Compiling toml_edit v0.22.27
21942026-03-18T21:50:41.750Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21952026-03-18T21:50:41.771Z Compiling tokio-postgres v0.7.16
21962026-03-18T21:50:42.018Z Compiling iddqd v0.3.17
21972026-03-18T21:50:42.116Z Compiling similar v2.7.0
21982026-03-18T21:50:43.074Z Compiling sha3 v0.10.8
21992026-03-18T21:50:43.457Z Compiling env_logger v0.11.9
22002026-03-18T21:50:43.483Z Compiling usdt v0.6.0
22012026-03-18T21:50:43.663Z Compiling zip v4.6.1
22022026-03-18T21:50:43.822Z Compiling serde_with v3.17.0
22032026-03-18T21:50:44.222Z Compiling ecdsa v0.16.9
22042026-03-18T21:50:44.523Z Compiling rsa v0.9.10
22052026-03-18T21:50:44.882Z Compiling ed25519-dalek v2.2.0
22062026-03-18T21:50:45.173Z Compiling clap v4.5.60
22072026-03-18T21:50:45.311Z Compiling crossterm v0.28.1
22082026-03-18T21:50:45.619Z Compiling zip v0.6.6
22092026-03-18T21:50:45.649Z Compiling strum v0.26.3
22102026-03-18T21:50:45.773Z Compiling toml v0.7.8
22112026-03-18T21:50:45.829Z Compiling tokio-stream v0.1.18
22122026-03-18T21:50:45.946Z Compiling buf-list v1.1.2
22132026-03-18T21:50:46.336Z Compiling x509-cert v0.2.5
22142026-03-18T21:50:46.358Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-03-18T21:50:46.548Z Compiling openapiv3 v2.2.0
22162026-03-18T21:50:46.686Z Compiling sha1 v0.10.6
22172026-03-18T21:50:46.871Z Compiling itertools v0.13.0
22182026-03-18T21:50:46.928Z Compiling lalrpop-util v0.19.12
22192026-03-18T21:50:47.161Z Compiling peg-runtime v0.8.5
22202026-03-18T21:51:02.575Z Compiling macaddr v1.0.1
22212026-03-18T21:51:02.802Z Compiling structmeta-derive v0.3.0
22222026-03-18T21:51:02.831Z Compiling itertools v0.14.0
22232026-03-18T21:51:03.535Z Compiling heapless v0.8.0
22242026-03-18T21:51:04.517Z Compiling ingot-macros v0.1.1
22252026-03-18T21:51:04.806Z Compiling structmeta v0.3.0
22262026-03-18T21:51:09.117Z Compiling rustls-webpki v0.103.9
22272026-03-18T21:51:10.232Z Compiling toml_edit v0.23.10+spec-1.0.0
22282026-03-18T21:51:11.241Z Compiling hash32 v0.3.1
22292026-03-18T21:51:11.409Z Compiling smoltcp v0.11.0
22302026-03-18T21:51:11.468Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-03-18T21:51:11.552Z Compiling proc-macro-crate v3.4.0
22322026-03-18T21:51:11.747Z Compiling ingot-types v0.1.2
22332026-03-18T21:51:11.805Z Compiling cobs v0.3.0
22342026-03-18T21:51:11.865Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22352026-03-18T21:51:11.915Z Compiling rustls v0.22.4
22362026-03-18T21:51:12.153Z Compiling num_enum_derive v0.7.5
22372026-03-18T21:51:12.244Z Compiling postcard v1.1.3
22382026-03-18T21:51:12.268Z Compiling proc-macro-crate v1.3.1
22392026-03-18T21:51:12.293Z Compiling ingot v0.1.1
22402026-03-18T21:51:12.320Z Compiling rustls-webpki v0.102.8
22412026-03-18T21:51:12.374Z Compiling futures-executor v0.3.32
22422026-03-18T21:51:12.688Z Compiling foreign-types-macros v0.2.3
22432026-03-18T21:51:12.763Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22442026-03-18T21:51:12.766Z Compiling multer v3.1.0
22452026-03-18T21:51:12.865Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22462026-03-18T21:51:13.024Z Compiling thread_local v1.1.9
22472026-03-18T21:51:13.055Z Compiling slog-async v2.8.0
22482026-03-18T21:51:13.085Z Compiling match_cfg v0.1.0
22492026-03-18T21:51:13.130Z Compiling typeid v1.0.3
22502026-03-18T21:51:13.198Z Compiling foreign-types-shared v0.3.1
22512026-03-18T21:51:13.321Z Compiling cpufeatures v0.3.0
22522026-03-18T21:51:13.345Z Compiling hostname v0.3.1
22532026-03-18T21:51:13.392Z Compiling foreign-types v0.5.0
22542026-03-18T21:51:13.417Z Compiling num_enum v0.7.5
22552026-03-18T21:51:13.464Z Compiling chacha20 v0.10.0
22562026-03-18T21:51:13.586Z Compiling num_enum_derive v0.5.11
22572026-03-18T21:51:13.610Z Compiling futures v0.3.32
22582026-03-18T21:51:13.632Z Compiling derive-ex v0.1.8
22592026-03-18T21:51:13.734Z Compiling tabwriter v1.4.1
22602026-03-18T21:51:13.796Z Compiling slog-json v2.6.1
22612026-03-18T21:51:13.826Z Compiling crossbeam-channel v0.5.15
22622026-03-18T21:51:13.862Z Compiling tokio-rustls v0.26.4
22632026-03-18T21:51:14.143Z Compiling rustls-platform-verifier v0.6.2
22642026-03-18T21:51:14.210Z Compiling hyper-rustls v0.27.7
22652026-03-18T21:51:14.231Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22662026-03-18T21:51:14.416Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22672026-03-18T21:51:14.640Z Compiling reqwest v0.12.28
22682026-03-18T21:51:14.664Z Compiling reqwest v0.13.2
22692026-03-18T21:51:14.725Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22702026-03-18T21:51:14.797Z Compiling async-stream-impl v0.3.6
22712026-03-18T21:51:14.839Z Compiling serde_spanned v1.0.4
22722026-03-18T21:51:14.935Z Compiling is-terminal v0.4.17
22732026-03-18T21:51:15.073Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22742026-03-18T21:51:15.097Z Compiling cstr-argument v0.1.2
22752026-03-18T21:51:15.303Z Compiling dropshot v0.16.7
22762026-03-18T21:51:15.377Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22772026-03-18T21:51:15.512Z Compiling toml_writer v1.0.6+spec-1.1.0
22782026-03-18T21:51:15.538Z Compiling crucible-workspace-hack v0.1.0
22792026-03-18T21:51:15.580Z Compiling erased-serde v0.4.9
22802026-03-18T21:51:15.605Z Compiling take_mut v0.2.2
22812026-03-18T21:51:15.638Z Compiling term v1.2.1
22822026-03-18T21:51:15.794Z Compiling toml v0.9.12+spec-1.1.0
22832026-03-18T21:51:15.841Z Compiling test-strategy v0.4.5
22842026-03-18T21:51:15.891Z Compiling async-stream v0.3.6
22852026-03-18T21:51:15.996Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22862026-03-18T21:51:16.016Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22872026-03-18T21:51:16.155Z Compiling slog-term v2.9.2
22882026-03-18T21:51:16.228Z Compiling num_enum v0.5.11
22892026-03-18T21:51:16.465Z Compiling tokio-rustls v0.25.0
22902026-03-18T21:51:16.491Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22912026-03-18T21:51:16.545Z Compiling slog-bunyan v2.5.0
22922026-03-18T21:51:16.710Z Compiling rand v0.10.0
22932026-03-18T21:51:16.799Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22942026-03-18T21:51:17.277Z Compiling parse-display-derive v0.10.0
22952026-03-18T21:51:17.323Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22962026-03-18T21:51:17.349Z Compiling backon v1.6.0
22972026-03-18T21:51:17.369Z Compiling waitgroup v0.1.2
22982026-03-18T21:51:17.468Z Compiling newtype-uuid-macros v0.1.0
22992026-03-18T21:51:17.588Z Compiling dropshot_endpoint v0.16.7
23002026-03-18T21:51:17.615Z Compiling rustls-pemfile v2.2.0
23012026-03-18T21:51:17.649Z Compiling serde_path_to_error v0.1.20
23022026-03-18T21:51:17.694Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23032026-03-18T21:51:17.747Z Compiling hostname v0.4.2
23042026-03-18T21:51:17.786Z Compiling instant v0.1.13
23052026-03-18T21:51:17.926Z Compiling debug-ignore v1.0.5
23062026-03-18T21:51:17.959Z Compiling colored v3.1.1
23072026-03-18T21:51:17.983Z Compiling libefi-sys v0.1.0
23082026-03-18T21:51:18.005Z Compiling backoff v0.4.0
23092026-03-18T21:51:18.086Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-03-18T21:51:18.271Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23112026-03-18T21:51:18.296Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23122026-03-18T21:51:18.432Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23132026-03-18T21:51:18.453Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23142026-03-18T21:51:18.762Z Compiling camino-tempfile v1.4.1
23152026-03-18T21:51:18.959Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-03-18T21:51:19.007Z Compiling usdt-attr-macro v0.5.0
23172026-03-18T21:51:19.271Z Compiling parse-display v0.10.0
23182026-03-18T21:51:19.293Z Compiling usdt-macro v0.5.0
23192026-03-18T21:51:19.397Z Compiling secrecy v0.10.3
23202026-03-18T21:51:19.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-03-18T21:51:19.627Z Compiling num-derive v0.4.2
23222026-03-18T21:51:19.960Z Compiling bitfield-struct v0.6.2
23232026-03-18T21:51:19.984Z Compiling regress v0.10.5
23242026-03-18T21:51:20.009Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23252026-03-18T21:51:20.197Z Compiling ordered-float v2.10.1
23262026-03-18T21:51:20.432Z Compiling blake3 v1.8.3
23272026-03-18T21:51:20.565Z Compiling memmap v0.7.0
23282026-03-18T21:51:20.619Z Compiling sigpipe v0.1.3
23292026-03-18T21:51:20.787Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23302026-03-18T21:51:20.824Z Compiling glob v0.3.3
23312026-03-18T21:51:20.856Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-03-18T21:51:20.886Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23332026-03-18T21:51:20.911Z Compiling usdt v0.5.0
23342026-03-18T21:51:20.963Z Compiling serde-value v0.7.0
23352026-03-18T21:51:20.988Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23362026-03-18T21:51:21.016Z Compiling serde-untagged v0.1.9
23372026-03-18T21:51:21.076Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23382026-03-18T21:51:21.468Z Compiling toml v0.8.23
23392026-03-18T21:51:21.490Z Compiling smf v0.2.3
23402026-03-18T21:51:21.517Z Compiling filetime v0.2.27
23412026-03-18T21:51:21.607Z Compiling whoami v1.6.1
23422026-03-18T21:51:21.736Z Compiling same-file v1.0.6
23432026-03-18T21:51:21.782Z Compiling xattr v1.6.1
23442026-03-18T21:51:21.806Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-03-18T21:51:21.882Z Compiling unicode-xid v0.2.6
23462026-03-18T21:51:21.911Z Compiling arrayvec v0.7.6
23472026-03-18T21:51:21.934Z Compiling constant_time_eq v0.4.2
23482026-03-18T21:51:21.969Z Compiling arrayref v0.3.9
23492026-03-18T21:51:22.038Z Compiling tar v0.4.44
23502026-03-18T21:51:22.063Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-03-18T21:51:22.088Z Compiling walkdir v2.5.0
23522026-03-18T21:51:22.093Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23532026-03-18T21:51:22.207Z Compiling cargo-util-schemas v0.8.2
23542026-03-18T21:51:22.240Z Compiling tokio-dtrace v0.1.1
23552026-03-18T21:51:22.419Z Compiling gethostname v0.5.0
23562026-03-18T21:51:22.610Z Compiling cargo-platform v0.2.0
23572026-03-18T21:51:22.677Z Compiling topological-sort v0.2.2
23582026-03-18T21:51:22.810Z Compiling oxide-tokio-rt v0.1.3
23592026-03-18T21:51:22.910Z Compiling shell-words v1.1.1
23602026-03-18T21:51:22.935Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23612026-03-18T21:51:22.957Z Compiling indent_write v2.2.0
23622026-03-18T21:51:23.974Z Compiling cargo_metadata v0.21.0
23632026-03-18T21:51:34.744Z Compiling progenitor-client v0.13.0
23642026-03-18T21:51:34.782Z Compiling progenitor-client v0.10.0
23652026-03-18T21:51:34.782Z Compiling omicron-zone-package v0.12.2
23662026-03-18T21:51:34.882Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23672026-03-18T21:51:34.882Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-03-18T21:51:34.891Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-03-18T21:51:34.891Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-03-18T21:51:35.085Z Compiling progenitor-extras v0.1.1
23712026-03-18T21:51:35.356Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23722026-03-18T21:51:44.763Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23732026-03-18T21:51:46.057Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23742026-03-18T21:51:54.305Z Finished `release` profile [optimized] target(s) in 1m 53s
23752026-03-18T21:51:54.489Z Running `target/release/omicron-package -t test target create -p dev`
23762026-03-18T21:51:54.556ZLogging to: /work/oxidecomputer/omicron/out/LOG
23772026-03-18T21:51:54.561ZCreated new build target 'test' and set it as active
23782026-03-18T21:51:54.561Z
23792026-03-18T21:51:54.561Zreal 1:53.657463882
23802026-03-18T21:51:54.561Zuser 20:09.288995062
23812026-03-18T21:51:54.561Zsys 3:03.109826086
23822026-03-18T21:51:54.561Ztrap 0.532785710
23832026-03-18T21:51:54.561Ztflt 2.876116966
23842026-03-18T21:51:54.561Zdflt 3.883282833
23852026-03-18T21:51:54.561Zkflt 0.000593355
23862026-03-18T21:51:54.561Zlock 1:04:08.160934786
23872026-03-18T21:51:54.561Zslp 51:37.993458796
23882026-03-18T21:51:54.561Zlat 44.524132209
23892026-03-18T21:51:54.561Zstop 7:33.778158845
23902026-03-18T21:51:54.565Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23912026-03-18T21:51:55.741Z Finished `release` profile [optimized] target(s) in 1.16s
23922026-03-18T21:51:55.810Z Running `target/release/omicron-package -t test package`
23932026-03-18T21:51:55.878ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-03-18T21:51:57.751Z Compiling regress v0.10.5
23952026-03-18T21:51:57.751Z Compiling heck v0.5.0
23962026-03-18T21:51:57.755Z Compiling unsafe-libyaml v0.2.11
23972026-03-18T21:51:57.755Z Compiling convert_case v0.4.0
23982026-03-18T21:51:58.068Z Compiling half v2.7.1
23992026-03-18T21:51:58.068Z Compiling ciborium-io v0.2.2
24002026-03-18T21:51:58.124Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24012026-03-18T21:51:58.128Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24022026-03-18T21:51:58.184Z Compiling prettyplease v0.2.37
24032026-03-18T21:51:58.214Z Compiling universal-hash v0.5.1
24042026-03-18T21:51:58.217Z Compiling thiserror-impl-no-std v2.0.2
24052026-03-18T21:51:58.217Z Compiling unicode-width v0.1.14
24062026-03-18T21:51:58.217Z Compiling opaque-debug v0.3.1
24072026-03-18T21:51:58.217Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-03-18T21:51:58.244Z Compiling typify-impl v0.6.1
24092026-03-18T21:51:58.340Z Compiling chacha20 v0.9.1
24102026-03-18T21:51:58.343Z Compiling password-hash v0.5.0
24112026-03-18T21:51:58.437Z Compiling ciborium-ll v0.2.2
24122026-03-18T21:51:58.466Z Compiling poly1305 v0.8.0
24132026-03-18T21:51:58.471Z Compiling derive_more v0.99.20
24142026-03-18T21:51:58.530Z Compiling blake2 v0.10.6
24152026-03-18T21:51:58.595Z Compiling aead v0.5.2
24162026-03-18T21:51:58.748Z Compiling serde_yaml v0.9.34+deprecated
24172026-03-18T21:51:58.793Z Compiling ciborium v0.2.2
24182026-03-18T21:51:58.825Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
24192026-03-18T21:51:58.859Z Compiling is-terminal v0.4.17
24202026-03-18T21:51:58.862Z Compiling swrite v0.1.0
24212026-03-18T21:51:58.862Z Compiling chacha20poly1305 v0.10.1
24222026-03-18T21:51:59.028Z Compiling argon2 v0.5.3
24232026-03-18T21:51:59.057Z Compiling serde_spanned v1.0.4
24242026-03-18T21:51:59.143Z Compiling toml_writer v1.0.6+spec-1.1.0
24252026-03-18T21:51:59.290Z Compiling bytecount v0.6.9
24262026-03-18T21:51:59.332Z Compiling rustls v0.22.4
24272026-03-18T21:51:59.366Z Compiling rustls-webpki v0.102.8
24282026-03-18T21:51:59.407Z Compiling toml v0.9.12+spec-1.1.0
24292026-03-18T21:51:59.453Z Compiling derive-where v1.6.0
24302026-03-18T21:51:59.552Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24312026-03-18T21:51:59.581Z Compiling thread_local v1.1.9
24322026-03-18T21:51:59.676Z Compiling match_cfg v0.1.0
24332026-03-18T21:51:59.715Z Compiling thiserror-no-std v2.0.2
24342026-03-18T21:51:59.795Z Compiling hostname v0.3.1
24352026-03-18T21:51:59.863Z Compiling vsss-rs v3.3.4
24362026-03-18T21:51:59.936Z Compiling multer v3.1.0
24372026-03-18T21:52:00.017Z Compiling slog-async v2.8.0
24382026-03-18T21:52:00.020Z Compiling slog-json v2.6.1
24392026-03-18T21:52:00.109Z Compiling crossbeam-channel v0.5.15
24402026-03-18T21:52:00.184Z Compiling futures-executor v0.3.32
24412026-03-18T21:52:00.331Z Compiling take_mut v0.2.2
24422026-03-18T21:52:00.360Z Compiling term v1.2.1
24432026-03-18T21:52:00.364Z Compiling slog-bunyan v2.5.0
24442026-03-18T21:52:00.508Z Compiling futures v0.3.32
24452026-03-18T21:52:00.573Z Compiling dropshot v0.16.7
24462026-03-18T21:52:00.644Z Compiling async-stream v0.3.6
24472026-03-18T21:52:00.678Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-03-18T21:52:00.737Z Compiling progenitor-client v0.13.0
24492026-03-18T21:52:00.789Z Compiling slog-term v2.9.2
24502026-03-18T21:52:00.874Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-03-18T21:52:00.904Z Compiling waitgroup v0.1.2
24522026-03-18T21:52:01.052Z Compiling backon v1.6.0
24532026-03-18T21:52:01.097Z Compiling rustls-pemfile v2.2.0
24542026-03-18T21:52:01.131Z Compiling serde_path_to_error v0.1.20
24552026-03-18T21:52:01.131Z Compiling hostname v0.4.2
24562026-03-18T21:52:01.135Z Compiling instant v0.1.13
24572026-03-18T21:52:01.225Z Compiling debug-ignore v1.0.5
24582026-03-18T21:52:01.259Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24592026-03-18T21:52:01.262Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-03-18T21:52:01.341Z Compiling backoff v0.4.0
24612026-03-18T21:52:01.376Z Compiling progenitor-extras v0.1.1
24622026-03-18T21:52:01.379Z Compiling parse-display v0.10.0
24632026-03-18T21:52:01.379Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-03-18T21:52:01.408Z Compiling progenitor-client v0.10.0
24652026-03-18T21:52:01.479Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-03-18T21:52:01.543Z Compiling macaddr v1.0.1
24672026-03-18T21:52:01.588Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24682026-03-18T21:52:01.626Z Compiling console v0.15.11
24692026-03-18T21:52:01.661Z Compiling newline-converter v0.3.0
24702026-03-18T21:52:01.694Z Compiling atomicwrites v0.4.4
24712026-03-18T21:52:01.726Z Compiling num-rational v0.4.2
24722026-03-18T21:52:01.862Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-03-18T21:52:01.892Z Compiling num-complex v0.4.6
24742026-03-18T21:52:01.980Z Compiling slog-dtrace v0.3.0
24752026-03-18T21:52:02.073Z Compiling async-recursion v1.1.1
24762026-03-18T21:52:02.104Z Compiling owo-colors v4.3.0
24772026-03-18T21:52:02.237Z Compiling expectorate v1.2.0
24782026-03-18T21:52:02.359Z Compiling cancel-safe-futures v0.1.5
24792026-03-18T21:52:02.528Z Compiling tokio-rustls v0.25.0
24802026-03-18T21:52:02.559Z Compiling num v0.4.3
24812026-03-18T21:52:02.591Z Compiling float-ord v0.3.2
24822026-03-18T21:52:02.727Z Compiling libsw-core v0.3.2
24832026-03-18T21:52:02.828Z Compiling resolv-conf v0.7.6
24842026-03-18T21:52:02.895Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24852026-03-18T21:52:02.953Z Compiling libsw v3.5.0
24862026-03-18T21:52:03.023Z Compiling toml v0.8.23
24872026-03-18T21:52:03.058Z Compiling linear-map v1.2.0
24882026-03-18T21:52:03.217Z Compiling minimal-lexical v0.2.1
24892026-03-18T21:52:03.257Z Compiling linked-hash-map v0.5.6
24902026-03-18T21:52:03.371Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-03-18T21:52:03.411Z Compiling unicode-xid v0.2.6
24922026-03-18T21:52:03.565Z Compiling lru-cache v0.1.2
24932026-03-18T21:52:03.595Z Compiling nom v7.1.3
24942026-03-18T21:52:03.598Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-03-18T21:52:03.661Z Compiling globset v0.4.18
24962026-03-18T21:52:03.665Z Compiling hickory-proto v0.24.4
24972026-03-18T21:52:03.786Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24982026-03-18T21:52:03.848Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-03-18T21:52:04.055Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-03-18T21:52:04.232Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-03-18T21:52:05.114Z Compiling typify-macro v0.6.1
25022026-03-18T21:52:05.423Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25032026-03-18T21:52:05.503Z Compiling convert_case v0.10.0
25042026-03-18T21:52:05.908Z Compiling derive_more-impl v2.1.1
25052026-03-18T21:52:06.812Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-03-18T21:52:06.953Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-03-18T21:52:06.993Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-03-18T21:52:07.116Z Compiling hickory-resolver v0.24.4
25092026-03-18T21:52:07.212Z Compiling typify v0.6.1
25102026-03-18T21:52:07.388Z Compiling progenitor-impl v0.13.0
25112026-03-18T21:52:07.785Z Compiling pin-project-internal v1.1.11
25122026-03-18T21:52:07.918Z Compiling derive_more v2.1.1
25132026-03-18T21:52:08.057Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-03-18T21:52:08.316Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-03-18T21:52:08.538Z Compiling pem v3.0.6
25162026-03-18T21:52:09.156Z Compiling qorb v0.4.1
25172026-03-18T21:52:09.256Z Compiling pin-project v1.1.11
25182026-03-18T21:52:09.417Z Compiling snafu-derive v0.8.9
25192026-03-18T21:52:09.444Z Compiling termtree v0.5.1
25202026-03-18T21:52:09.702Z Compiling crossterm v0.29.0
25212026-03-18T21:52:10.139Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-03-18T21:52:10.490Z Compiling progenitor-macro v0.13.0
25232026-03-18T21:52:11.435Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-03-18T21:52:11.734Z Compiling snafu v0.8.9
25252026-03-18T21:52:12.479Z Compiling phf_shared v0.12.1
25262026-03-18T21:52:12.800Z Compiling olpc-cjson v0.1.4
25272026-03-18T21:52:13.035Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-03-18T21:52:13.098Z Compiling serde_plain v1.0.2
25292026-03-18T21:52:13.513Z Compiling csv-core v0.1.13
25302026-03-18T21:52:13.705Z Compiling vte v0.14.1
25312026-03-18T21:52:14.024Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-03-18T21:52:14.221Z Compiling chrono-tz v0.10.4
25332026-03-18T21:52:14.287Z Compiling typed-path v0.9.3
25342026-03-18T21:52:14.345Z Compiling highway v1.3.0
25352026-03-18T21:52:14.541Z Compiling strip-ansi-escapes v0.2.1
25362026-03-18T21:52:15.002Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-03-18T21:52:15.141Z Compiling csv v1.4.0
25382026-03-18T21:52:15.273Z Compiling phf v0.12.1
25392026-03-18T21:52:15.304Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-03-18T21:52:15.485Z Compiling const_format_proc_macros v0.2.34
25412026-03-18T21:52:15.541Z Compiling papergrid v0.11.0
25422026-03-18T21:52:15.732Z Compiling fd-lock v4.0.4
25432026-03-18T21:52:15.950Z Compiling tough v0.20.0
25442026-03-18T21:52:15.979Z Compiling peg-macros v0.8.5
25452026-03-18T21:52:16.486Z Compiling progenitor v0.13.0
25462026-03-18T21:52:16.538Z Compiling tabled_derive v0.7.0
25472026-03-18T21:52:16.730Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-03-18T21:52:17.438Z Compiling nu-ansi-term v0.50.3
25492026-03-18T21:52:17.677Z Compiling peg v0.8.5
25502026-03-18T21:52:17.752Z Compiling tabled v0.15.0
25512026-03-18T21:52:17.813Z Compiling reedline v0.40.0
25522026-03-18T21:52:17.938Z Compiling const_format v0.2.35
25532026-03-18T21:52:18.153Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-03-18T21:52:18.233Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-03-18T21:52:18.605Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-03-18T21:52:20.173Z Compiling bcs v0.1.6
25572026-03-18T21:52:20.587Z Compiling semver v0.1.20
25582026-03-18T21:52:20.753Z Compiling base64 v0.21.7
25592026-03-18T21:52:20.965Z Compiling rustc_version v0.1.7
25602026-03-18T21:52:21.293Z Compiling newtype_derive v0.1.6
25612026-03-18T21:52:21.438Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-03-18T21:52:21.578Z Compiling typify-impl v0.4.3
25632026-03-18T21:52:21.715Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-03-18T21:52:21.749Z Compiling unicode-linebreak v0.1.5
25652026-03-18T21:52:22.104Z Compiling humantime v2.3.0
25662026-03-18T21:52:22.183Z Compiling smawk v0.3.2
25672026-03-18T21:52:22.416Z Compiling textwrap v0.16.2
25682026-03-18T21:52:22.448Z Compiling dropshot-api-manager-types v0.6.0
25692026-03-18T21:52:22.482Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-03-18T21:52:22.696Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25712026-03-18T21:52:22.884Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-03-18T21:52:23.227Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-03-18T21:52:23.511Z Compiling steno v0.4.1
25742026-03-18T21:52:24.125Z Compiling utf-8 v0.7.6
25752026-03-18T21:52:24.451Z Compiling tagptr v0.2.0
25762026-03-18T21:52:24.720Z Compiling moka v0.12.13
25772026-03-18T21:52:24.926Z Compiling tungstenite v0.21.0
25782026-03-18T21:52:25.230Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-03-18T21:52:25.445Z Compiling radium v0.7.0
25802026-03-18T21:52:25.865Z Compiling tokio-tungstenite v0.21.0
25812026-03-18T21:52:26.297Z Compiling hickory-resolver v0.25.2
25822026-03-18T21:52:26.473Z Compiling maybe-uninit v2.0.0
25832026-03-18T21:52:26.614Z Compiling typify-macro v0.4.3
25842026-03-18T21:52:26.826Z Compiling tap v1.0.1
25852026-03-18T21:52:27.013Z Compiling wyz v0.5.1
25862026-03-18T21:52:27.347Z Compiling zerocopy-derive v0.6.6
25872026-03-18T21:52:27.543Z Compiling display-error-chain v0.2.2
25882026-03-18T21:52:27.729Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-03-18T21:52:27.764Z Compiling funty v2.0.0
25902026-03-18T21:52:28.065Z Compiling crc-catalog v2.4.0
25912026-03-18T21:52:28.232Z Compiling packed_struct v0.10.1
25922026-03-18T21:52:28.395Z Compiling zerocopy v0.6.6
25932026-03-18T21:52:28.628Z Compiling typify v0.4.3
25942026-03-18T21:52:28.802Z Compiling progenitor-impl v0.10.0
25952026-03-18T21:52:28.921Z Compiling bitvec v1.0.1
25962026-03-18T21:52:29.051Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-03-18T21:52:31.028Z Compiling crc v3.4.0
25982026-03-18T21:52:31.473Z Compiling packed_struct_codegen v0.10.1
25992026-03-18T21:52:31.678Z Compiling bitfield-macros v0.19.4
26002026-03-18T21:52:31.836Z Compiling progenitor-macro v0.10.0
26012026-03-18T21:52:32.338Z Compiling indexmap v1.9.3
26022026-03-18T21:52:32.600Z Compiling nodrop v0.1.14
26032026-03-18T21:52:32.680Z Compiling bitfield v0.19.4
26042026-03-18T21:52:32.766Z Compiling array-init v0.0.4
26052026-03-18T21:52:33.128Z Compiling smallvec v0.6.14
26062026-03-18T21:52:33.349Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-03-18T21:52:33.478Z Compiling num-derive v0.3.3
26082026-03-18T21:52:33.510Z Compiling proc-macro-error-attr2 v2.0.0
26092026-03-18T21:52:34.029Z Compiling hashbrown v0.12.3
26102026-03-18T21:52:34.450Z Compiling proc-macro-error2 v2.0.1
26112026-03-18T21:52:34.526Z Compiling serde-hex v0.1.0
26122026-03-18T21:52:34.581Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26132026-03-18T21:52:34.621Z Compiling libscf-sys v1.1.0
26142026-03-18T21:52:34.836Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-18T21:52:34.872Z Compiling ron v0.8.1
26162026-03-18T21:52:34.937Z Compiling hashbrown v0.13.2
26172026-03-18T21:52:34.994Z Compiling vergen-gitcl v1.0.8
26182026-03-18T21:52:35.323Z Compiling dirs-sys-next v0.1.2
26192026-03-18T21:52:35.620Z Compiling diesel_derives v2.3.7
26202026-03-18T21:52:35.673Z Compiling crunchy v0.2.4
26212026-03-18T21:52:35.804Z Compiling maplit v1.0.2
26222026-03-18T21:52:35.897Z Compiling glob v0.3.3
26232026-03-18T21:52:35.939Z Compiling crc-any v2.5.0
26242026-03-18T21:52:36.075Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-03-18T21:52:36.268Z Compiling object v0.30.4
26262026-03-18T21:52:36.382Z Compiling clang-sys v1.8.1
26272026-03-18T21:52:36.497Z Compiling dirs-next v2.0.0
26282026-03-18T21:52:36.750Z Compiling tabled_derive v0.11.0
26292026-03-18T21:52:36.875Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-03-18T21:52:36.929Z Compiling papergrid v0.17.0
26312026-03-18T21:52:36.960Z Compiling testing_table v0.3.0
26322026-03-18T21:52:37.487Z Compiling dsl_auto_type v0.2.0
26332026-03-18T21:52:37.519Z Compiling scheduled-thread-pool v0.2.7
26342026-03-18T21:52:37.522Z Compiling diesel_table_macro_syntax v0.3.0
26352026-03-18T21:52:37.651Z Compiling progenitor v0.10.0
26362026-03-18T21:52:37.761Z Compiling tiny-keccak v2.0.2
26372026-03-18T21:52:37.834Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26382026-03-18T21:52:37.870Z Compiling path-slash v0.1.5
26392026-03-18T21:52:37.899Z Compiling r2d2 v0.8.10
26402026-03-18T21:52:38.114Z Compiling term v0.7.0
26412026-03-18T21:52:38.191Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-03-18T21:52:38.273Z Compiling arc-swap v1.8.2
26432026-03-18T21:52:38.276Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-03-18T21:52:38.341Z Compiling xshell-macros v0.2.7
26452026-03-18T21:52:38.599Z Compiling tabled v0.20.0
26462026-03-18T21:52:38.759Z Compiling downcast-rs v2.0.2
26472026-03-18T21:52:38.797Z Compiling bit-vec v0.6.3
26482026-03-18T21:52:38.830Z Compiling slog-scope v4.4.1
26492026-03-18T21:52:38.865Z Compiling xshell v0.2.7
26502026-03-18T21:52:39.014Z Compiling ascii-canvas v3.0.0
26512026-03-18T21:52:39.106Z Compiling bit-set v0.5.3
26522026-03-18T21:52:39.344Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532026-03-18T21:52:39.407Z Compiling itertools v0.10.5
26542026-03-18T21:52:39.667Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-03-18T21:52:39.946Z Compiling ena v0.14.4
26562026-03-18T21:52:40.072Z Compiling libloading v0.8.9
26572026-03-18T21:52:40.289Z Compiling bindgen v0.71.1
26582026-03-18T21:52:40.399Z Compiling regex-syntax v0.6.29
26592026-03-18T21:52:40.521Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26602026-03-18T21:52:40.649Z Compiling diff v0.1.13
26612026-03-18T21:52:40.908Z Compiling unicase v2.9.0
26622026-03-18T21:52:41.315Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-03-18T21:52:42.853Z Compiling lalrpop v0.19.12
26642026-03-18T21:52:43.097Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-03-18T21:52:44.210Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26662026-03-18T21:52:44.611Z Compiling slog-stdlog v4.1.1
26672026-03-18T21:52:44.683Z Compiling diesel v2.3.7
26682026-03-18T21:52:45.218Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26692026-03-18T21:52:45.342Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26702026-03-18T21:52:45.615Z Compiling cexpr v0.6.0
26712026-03-18T21:52:45.712Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26722026-03-18T21:52:46.035Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26732026-03-18T21:52:46.122Z Compiling crc8 v0.1.1
26742026-03-18T21:52:46.314Z Compiling slog-envlogger v2.2.0
26752026-03-18T21:52:46.353Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-03-18T21:52:46.472Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-03-18T21:52:46.908Z Compiling headers-core v0.3.0
26782026-03-18T21:52:47.124Z Compiling libxml v0.3.3
26792026-03-18T21:52:47.284Z Compiling headers v0.4.1
26802026-03-18T21:52:47.485Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-03-18T21:52:47.881Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-03-18T21:52:48.151Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-03-18T21:52:48.686Z Compiling strum_macros v0.24.3
26842026-03-18T21:52:48.727Z Compiling indoc v1.0.9
26852026-03-18T21:52:48.919Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-03-18T21:52:49.104Z Compiling derive_builder v0.20.2
26872026-03-18T21:52:49.197Z Compiling oso-derive v0.27.3
26882026-03-18T21:52:49.289Z Compiling quick-xml v0.37.5
26892026-03-18T21:52:49.325Z Compiling impl-trait-for-tuples v0.2.3
26902026-03-18T21:52:49.419Z Compiling half v1.8.3
26912026-03-18T21:52:49.485Z Compiling openssl-probe v0.1.6
26922026-03-18T21:52:49.846Z Compiling serde_cbor v0.11.2
26932026-03-18T21:52:49.927Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-03-18T21:52:50.008Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-03-18T21:52:50.397Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-03-18T21:52:50.859Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-03-18T21:52:51.129Z Compiling bb8 v0.8.6
26982026-03-18T21:52:51.176Z Compiling trait-variant v0.1.2
26992026-03-18T21:52:51.266Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-03-18T21:52:51.318Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-03-18T21:52:51.615Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-03-18T21:52:51.783Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-03-18T21:52:51.900Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-18T21:52:52.064Z Compiling fxhash v0.2.1
27052026-03-18T21:52:52.119Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-03-18T21:52:52.327Z Compiling kstat-rs v0.2.4
27072026-03-18T21:52:52.452Z Compiling libz-sys v1.1.24
27082026-03-18T21:52:52.483Z Compiling salty v0.3.0
27092026-03-18T21:52:52.832Z Compiling nonempty v0.12.0
27102026-03-18T21:52:52.902Z Compiling samael v0.0.19
27112026-03-18T21:52:52.953Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-03-18T21:52:53.131Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27132026-03-18T21:52:53.159Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27142026-03-18T21:52:53.347Z Compiling progenitor-impl v0.11.2
27152026-03-18T21:52:53.395Z Compiling darling_core v0.23.0
27162026-03-18T21:52:53.756Z Compiling polar-core v0.27.3
27172026-03-18T21:52:54.032Z Compiling nanorand v0.7.0
27182026-03-18T21:52:54.297Z Compiling fs-err v2.11.0
27192026-03-18T21:52:54.509Z Compiling parking_lot_core v0.8.6
27202026-03-18T21:52:54.920Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27212026-03-18T21:52:54.952Z Compiling mime_guess v2.0.5
27222026-03-18T21:52:55.813Z Compiling flume v0.11.1
27232026-03-18T21:52:56.063Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-03-18T21:52:56.483Z Compiling progenitor-macro v0.11.2
27252026-03-18T21:52:56.548Z Compiling darling_macro v0.23.0
27262026-03-18T21:52:57.656Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27272026-03-18T21:52:58.141Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27282026-03-18T21:52:59.821Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-03-18T21:53:00.555Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-03-18T21:53:00.930Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-03-18T21:53:01.295Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27322026-03-18T21:53:02.225Z Compiling progenitor-client v0.11.2
27332026-03-18T21:53:03.172Z Compiling git-stub v1.0.0
27342026-03-18T21:53:03.279Z Compiling libgit2-sys v0.18.3+1.9.2
27352026-03-18T21:53:03.513Z Compiling instability v0.3.11
27362026-03-18T21:53:03.873Z Compiling git-stub-vcs v0.1.0
27372026-03-18T21:53:04.339Z Compiling progenitor v0.11.2
27382026-03-18T21:53:04.564Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-03-18T21:53:04.659Z Compiling darling v0.23.0
27402026-03-18T21:53:04.816Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-03-18T21:53:07.430Z Compiling oso v0.27.3
27422026-03-18T21:53:08.244Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27432026-03-18T21:53:08.280Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27442026-03-18T21:53:08.283Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27452026-03-18T21:53:08.426Z Compiling ignore v0.4.25
27462026-03-18T21:53:09.951Z Compiling async-bb8-diesel v0.2.1
27472026-03-18T21:53:10.544Z Compiling diesel-dtrace v0.5.0
27482026-03-18T21:53:12.094Z Compiling primeorder v0.13.6
27492026-03-18T21:53:12.511Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-03-18T21:53:12.990Z Compiling castaway v0.2.4
27512026-03-18T21:53:13.195Z Compiling nibble_vec v0.1.0
27522026-03-18T21:53:13.438Z Compiling atty v0.2.14
27532026-03-18T21:53:13.512Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-03-18T21:53:13.577Z Compiling http-range v0.1.5
27552026-03-18T21:53:13.627Z Compiling indoc v2.0.7
27562026-03-18T21:53:13.799Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27572026-03-18T21:53:13.988Z Compiling parse-size v1.1.0
27582026-03-18T21:53:14.079Z Compiling endian-type v0.1.2
27592026-03-18T21:53:14.257Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27602026-03-18T21:53:14.311Z Compiling radix_trie v0.2.1
27612026-03-18T21:53:14.506Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-03-18T21:53:14.814Z Compiling compact_str v0.8.1
27632026-03-18T21:53:14.907Z Compiling p384 v0.13.1
27642026-03-18T21:53:15.680Z Compiling globwalk v0.9.1
27652026-03-18T21:53:16.055Z Compiling parking_lot v0.11.2
27662026-03-18T21:53:16.567Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-03-18T21:53:17.150Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-03-18T21:53:17.230Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-03-18T21:53:17.281Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-03-18T21:53:17.312Z Compiling predicates-tree v1.0.13
27712026-03-18T21:53:17.724Z Compiling unicode-truncate v1.1.0
27722026-03-18T21:53:17.761Z Compiling lru v0.12.5
27732026-03-18T21:53:17.887Z Compiling prefix-trie v0.7.0
27742026-03-18T21:53:17.995Z Compiling vergen-git2 v1.0.7
27752026-03-18T21:53:18.043Z Compiling cassowary v0.3.0
27762026-03-18T21:53:18.318Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-03-18T21:53:18.447Z Compiling ratatui v0.29.0
27782026-03-18T21:53:18.530Z Compiling hickory-server v0.25.2
27792026-03-18T21:53:19.702Z Compiling camino-tempfile-ext v0.3.3
27802026-03-18T21:53:20.036Z Compiling hyper-staticfile v0.10.1
27812026-03-18T21:53:20.166Z Compiling sled v0.34.7
27822026-03-18T21:53:21.380Z Compiling hickory-client v0.25.2
27832026-03-18T21:53:21.730Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27842026-03-18T21:53:21.968Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-03-18T21:53:22.466Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-03-18T21:53:22.502Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27872026-03-18T21:53:22.581Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27882026-03-18T21:53:23.441Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-03-18T21:53:23.634Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-03-18T21:53:23.698Z Compiling rand_seeder v0.4.0
27912026-03-18T21:53:24.015Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-03-18T21:53:24.317Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-03-18T21:53:24.590Z Compiling lzma-sys v0.1.20
27942026-03-18T21:53:24.650Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-03-18T21:53:24.939Z Compiling corncobs v0.1.4
27962026-03-18T21:53:25.072Z Compiling rustls v0.21.12
27972026-03-18T21:53:25.157Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-03-18T21:53:25.366Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-18T21:53:25.465Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-03-18T21:53:25.721Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-03-18T21:53:25.807Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-18T21:53:26.122Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-03-18T21:53:26.282Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28042026-03-18T21:53:26.441Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-03-18T21:53:26.547Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-03-18T21:53:27.554Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28072026-03-18T21:53:29.224Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28082026-03-18T21:53:30.388Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-18T21:53:30.488Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-03-18T21:53:30.672Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-03-18T21:53:30.774Z Compiling cargo_toml v0.22.3
28122026-03-18T21:53:30.953Z Compiling rustls-webpki v0.101.7
28132026-03-18T21:53:32.008Z Compiling sct v0.7.1
28142026-03-18T21:53:32.250Z Compiling nix v0.29.0
28152026-03-18T21:53:32.347Z Compiling secrecy v0.8.0
28162026-03-18T21:53:32.590Z Compiling void v1.0.2
28172026-03-18T21:53:32.767Z Compiling lzss v0.8.2
28182026-03-18T21:53:33.258Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-18T21:53:33.744Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28202026-03-18T21:53:33.799Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28212026-03-18T21:53:34.155Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28222026-03-18T21:53:34.545Z Compiling git2 v0.20.4
28232026-03-18T21:53:35.198Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-03-18T21:53:35.724Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-03-18T21:53:35.787Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28262026-03-18T21:53:36.409Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-03-18T21:53:36.465Z Compiling tungstenite v0.23.0
28282026-03-18T21:53:36.686Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-03-18T21:53:36.719Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-03-18T21:53:36.983Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-03-18T21:53:37.015Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28322026-03-18T21:53:37.270Z Compiling nix v0.27.1
28332026-03-18T21:53:37.306Z Compiling serde_bytes v0.11.19
28342026-03-18T21:53:37.995Z Compiling tokio-tungstenite v0.23.1
28352026-03-18T21:53:38.416Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28362026-03-18T21:53:38.606Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-03-18T21:53:38.815Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-03-18T21:53:39.130Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-03-18T21:53:39.472Z Compiling xz2 v0.1.7
28402026-03-18T21:53:39.768Z Compiling ron v0.12.0
28412026-03-18T21:53:39.976Z Compiling tokio-rustls v0.24.1
28422026-03-18T21:53:40.222Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-03-18T21:53:40.966Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-03-18T21:53:42.721Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28452026-03-18T21:53:44.738Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-03-18T21:53:45.349Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28472026-03-18T21:53:45.548Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-03-18T21:53:46.714Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-03-18T21:53:47.591Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-03-18T21:53:48.814Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-03-18T21:53:48.928Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-03-18T21:53:48.965Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-03-18T21:53:50.006Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-03-18T21:53:50.948Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-03-18T21:53:52.512Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-03-18T21:53:53.123Z Compiling rustls-pemfile v1.0.4
28572026-03-18T21:53:53.623Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28582026-03-18T21:53:54.078Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28592026-03-18T21:53:55.351Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-03-18T21:53:55.639Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-03-18T21:53:55.820Z Compiling signal-hook-tokio v0.3.1
28622026-03-18T21:53:56.010Z Compiling yasna v0.5.2
28632026-03-18T21:53:56.049Z Compiling twox-hash v2.1.2
28642026-03-18T21:53:56.104Z Compiling base16ct v1.0.0
28652026-03-18T21:53:56.445Z Compiling is_ci v1.2.0
28662026-03-18T21:53:56.674Z Compiling supports-color v3.0.2
28672026-03-18T21:53:57.027Z Compiling rcgen v0.12.1
28682026-03-18T21:53:57.098Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28692026-03-18T21:53:57.299Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28702026-03-18T21:53:57.335Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-03-18T21:53:57.570Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28722026-03-18T21:53:57.943Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-03-18T21:53:58.659Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-03-18T21:54:00.659Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-03-18T21:54:02.646Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28762026-03-18T21:54:02.717Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28772026-03-18T21:54:02.766Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-03-18T21:54:03.617Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-03-18T21:54:03.896Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-03-18T21:54:04.181Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-03-18T21:54:04.355Z Compiling fatfs v0.3.6
28822026-03-18T21:54:04.451Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-03-18T21:54:05.907Z Compiling rtoolbox v0.0.3
28842026-03-18T21:54:06.247Z Compiling subprocess v0.2.15
28852026-03-18T21:54:07.678Z Compiling assert_matches v1.5.0
28862026-03-18T21:54:07.811Z Compiling seq-macro v0.3.6
28872026-03-18T21:54:08.479Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-03-18T21:54:09.001Z Compiling rpassword v7.4.0
28892026-03-18T21:54:09.353Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-03-18T21:54:09.544Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28912026-03-18T21:54:09.969Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-03-18T21:54:10.134Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-03-18T21:54:12.289Z Compiling tui-tree-widget v0.23.1
28942026-03-18T21:54:12.664Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-03-18T21:54:13.116Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-03-18T21:54:13.725Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-03-18T21:54:13.797Z Compiling uzers v0.12.2
28982026-03-18T21:54:15.032Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-03-18T21:54:15.642Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-03-18T21:54:17.155Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-03-18T21:54:20.902Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-03-18T21:54:20.964Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29032026-03-18T21:54:23.662Z Compiling support-bundle-viewer v0.1.2
29042026-03-18T21:54:23.699Z Compiling multimap v0.10.1
29052026-03-18T21:54:45.919Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-03-18T21:54:45.962Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29072026-03-18T21:54:50.243Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29082026-03-18T22:02:01.050Z Finished `release` profile [optimized] target(s) in 10m 04s
29092026-03-18T22:02:54.162Z
29102026-03-18T22:02:54.165Zreal 10:59.244222329
29112026-03-18T22:02:54.165Zuser 1:39:55.535261780
29122026-03-18T22:02:54.165Zsys 4:08.858349836
29132026-03-18T22:02:54.165Ztrap 2.279819795
29142026-03-18T22:02:54.165Ztflt 2.230238926
29152026-03-18T22:02:54.165Zdflt 16.616850590
29162026-03-18T22:02:54.165Zkflt 0.032326678
29172026-03-18T22:02:54.166Zlock 8:07:04.830091984
29182026-03-18T22:02:54.166Zslp 2:48:59.008515318
29192026-03-18T22:02:54.166Zlat 2:48.424917791
29202026-03-18T22:02:54.166Zstop 7:08.389993852
29212026-03-18T22:02:54.166Z+ mapfile -t packages
29222026-03-18T22:02:54.166Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29232026-03-18T22:02:55.453Z Finished `release` profile [optimized] target(s) in 1.27s
29242026-03-18T22:02:55.524Z Running `target/release/omicron-package -t test list-outputs`
29252026-03-18T22:02:55.591ZLogging to: /work/oxidecomputer/omicron/out/LOG
29262026-03-18T22:02:55.599Z+ ptime -m cargo build --locked --release -p xtask
29272026-03-18T22:02:56.299Z Compiling libc v0.2.180
29282026-03-18T22:02:56.299Z Compiling serde v1.0.228
29292026-03-18T22:02:56.303Z Compiling serde_core v1.0.228
29302026-03-18T22:02:56.303Z Compiling rustix v1.1.3
29312026-03-18T22:02:56.425Z Compiling bitflags v2.11.0
29322026-03-18T22:02:56.436Z Compiling serde_json v1.0.149
29332026-03-18T22:02:56.479Z Compiling num-traits v0.2.19
29342026-03-18T22:02:56.479Z Compiling smallvec v1.15.1
29352026-03-18T22:02:56.494Z Compiling syn v2.0.117
29362026-03-18T22:02:56.524Z Compiling hashbrown v0.16.1
29372026-03-18T22:02:56.540Z Compiling usdt-impl v0.5.0
29382026-03-18T22:02:56.573Z Compiling syn v1.0.109
29392026-03-18T22:02:56.588Z Compiling log v0.4.29
29402026-03-18T22:02:56.606Z Compiling getrandom v0.4.1
29412026-03-18T22:02:56.756Z Compiling percent-encoding v2.3.2
29422026-03-18T22:02:56.978Z Compiling form_urlencoded v1.2.2
29432026-03-18T22:02:57.109Z Compiling fs-err v3.3.0
29442026-03-18T22:02:57.129Z Compiling heck v0.4.1
29452026-03-18T22:02:57.161Z Compiling anyhow v1.0.102
29462026-03-18T22:02:57.164Z Compiling once_cell v1.21.3
29472026-03-18T22:02:57.331Z Compiling indexmap v2.13.0
29482026-03-18T22:02:57.443Z Compiling thread-id v4.2.2
29492026-03-18T22:02:57.526Z Compiling errno v0.3.14
29502026-03-18T22:02:57.530Z Compiling memmap v0.7.0
29512026-03-18T22:02:57.987Z Compiling ordered-float v2.10.1
29522026-03-18T22:02:58.647Z Compiling proc-macro-error v1.0.4
29532026-03-18T22:02:58.962Z Compiling tabled_derive v0.7.0
29542026-03-18T22:02:58.994Z Compiling terminal_size v0.4.3
29552026-03-18T22:02:58.998Z Compiling tempfile v3.25.0
29562026-03-18T22:02:59.123Z Compiling clap_builder v4.5.60
29572026-03-18T22:02:59.123Z Compiling textwrap v0.16.2
29582026-03-18T22:02:59.310Z Compiling camino-tempfile v1.4.1
29592026-03-18T22:02:59.836Z Compiling tabled v0.15.0
29602026-03-18T22:03:00.117Z Compiling synstructure v0.13.2
29612026-03-18T22:03:00.117Z Compiling pest_generator v2.8.6
29622026-03-18T22:03:00.644Z Compiling serde_derive v1.0.228
29632026-03-18T22:03:00.644Z Compiling zerofrom-derive v0.1.6
29642026-03-18T22:03:00.648Z Compiling yoke-derive v0.8.1
29652026-03-18T22:03:00.648Z Compiling zerovec-derive v0.11.2
29662026-03-18T22:03:00.648Z Compiling displaydoc v0.2.5
29672026-03-18T22:03:00.659Z Compiling thiserror-impl v1.0.69
29682026-03-18T22:03:00.662Z Compiling zerocopy-derive v0.7.35
29692026-03-18T22:03:00.674Z Compiling scroll_derive v0.12.1
29702026-03-18T22:03:00.689Z Compiling thiserror-impl v2.0.18
29712026-03-18T22:03:00.797Z Compiling pest_derive v2.8.6
29722026-03-18T22:03:00.956Z Compiling clap_derive v4.5.55
29732026-03-18T22:03:01.561Z Compiling scroll v0.12.0
29742026-03-18T22:03:01.781Z Compiling zerocopy v0.7.35
29752026-03-18T22:03:01.983Z Compiling goblin v0.8.2
29762026-03-18T22:03:02.165Z Compiling zerofrom v0.1.6
29772026-03-18T22:03:02.203Z Compiling thiserror v1.0.69
29782026-03-18T22:03:02.357Z Compiling yoke v0.8.1
29792026-03-18T22:03:02.373Z Compiling dtrace-parser v0.2.0
29802026-03-18T22:03:02.476Z Compiling thiserror v2.0.18
29812026-03-18T22:03:02.590Z Compiling zerovec v0.11.5
29822026-03-18T22:03:02.620Z Compiling zerotrie v0.2.3
29832026-03-18T22:03:03.174Z Compiling clap v4.5.60
29842026-03-18T22:03:03.430Z Compiling tinystr v0.8.2
29852026-03-18T22:03:03.734Z Compiling icu_locale_core v2.1.1
29862026-03-18T22:03:04.500Z Compiling potential_utf v0.1.4
29872026-03-18T22:03:04.753Z Compiling icu_provider v2.1.1
29882026-03-18T22:03:05.242Z Compiling icu_collections v2.1.1
29892026-03-18T22:03:05.326Z Compiling serde_spanned v0.6.9
29902026-03-18T22:03:05.475Z Compiling toml_datetime v0.6.11
29912026-03-18T22:03:05.493Z Compiling serde-value v0.7.0
29922026-03-18T22:03:05.523Z Compiling cargo-platform v0.2.0
29932026-03-18T22:03:05.538Z Compiling macaddr v1.0.1
29942026-03-18T22:03:05.556Z Compiling dof v0.3.0
29952026-03-18T22:03:05.806Z Compiling icu_properties v2.1.2
29962026-03-18T22:03:05.834Z Compiling icu_normalizer v2.1.1
29972026-03-18T22:03:05.856Z Compiling toml_edit v0.22.27
29982026-03-18T22:03:05.933Z Compiling serde_tokenstream v0.2.3
29992026-03-18T22:03:07.005Z Compiling usdt-macro v0.5.0
30002026-03-18T22:03:07.033Z Compiling usdt-attr-macro v0.5.0
30012026-03-18T22:03:07.049Z Compiling idna_adapter v1.2.1
30022026-03-18T22:03:07.191Z Compiling idna v1.1.0
30032026-03-18T22:03:07.605Z Compiling url v2.5.8
30042026-03-18T22:03:07.781Z Compiling usdt v0.5.0
30052026-03-18T22:03:07.998Z Compiling toml v0.8.23
30062026-03-18T22:03:08.597Z Compiling cargo-util-schemas v0.8.2
30072026-03-18T22:03:08.597Z Compiling cargo_toml v0.21.0
30082026-03-18T22:03:10.002Z Compiling cargo_metadata v0.21.0
30092026-03-18T22:03:14.179Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-03-18T22:03:18.224Z Finished `release` profile [optimized] target(s) in 22.60s
30112026-03-18T22:03:18.371Z
30122026-03-18T22:03:18.374Zreal 22.728238016
30132026-03-18T22:03:18.374Zuser 3:08.711507622
30142026-03-18T22:03:18.374Zsys 20.934420363
30152026-03-18T22:03:18.374Ztrap 0.081374378
30162026-03-18T22:03:18.374Ztflt 0.658666319
30172026-03-18T22:03:18.374Zdflt 1.747643272
30182026-03-18T22:03:18.374Zkflt 0.000029263
30192026-03-18T22:03:18.374Zlock 7:13.768578771
30202026-03-18T22:03:18.374Zslp 4:23.260045278
30212026-03-18T22:03:18.374Zlat 6.293186837
30222026-03-18T22:03:18.374Zstop 27.514547116
30232026-03-18T22:03:18.374Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-03-18T22:03:18.374Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-03-18T22:03:18.374Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-03-18T22:03:18.374Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-03-18T22:03:18.374Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-03-18T22:03:19.643Z Compiling regress v0.10.5
30292026-03-18T22:03:19.646Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-03-18T22:03:19.813Z Compiling serde_spanned v1.0.4
30312026-03-18T22:03:19.816Z Compiling toml_writer v1.0.6+spec-1.1.0
30322026-03-18T22:03:19.833Z Compiling newtype-uuid-macros v0.1.0
30332026-03-18T22:03:19.836Z Compiling structmeta-derive v0.3.0
30342026-03-18T22:03:19.847Z Compiling rustls v0.22.4
30352026-03-18T22:03:19.850Z Compiling rustls-webpki v0.102.8
30362026-03-18T22:03:19.862Z Compiling multer v3.1.0
30372026-03-18T22:03:19.867Z Compiling match_cfg v0.1.0
30382026-03-18T22:03:19.867Z Compiling debug-ignore v1.0.5
30392026-03-18T22:03:19.942Z Compiling progenitor-client v0.13.0
30402026-03-18T22:03:19.966Z Compiling slog-json v2.6.1
30412026-03-18T22:03:19.971Z Compiling async-stream-impl v0.3.6
30422026-03-18T22:03:20.038Z Compiling dropshot v0.16.7
30432026-03-18T22:03:20.062Z Compiling hostname v0.3.1
30442026-03-18T22:03:20.087Z Compiling itertools v0.14.0
30452026-03-18T22:03:20.161Z Compiling toml v0.9.12+spec-1.1.0
30462026-03-18T22:03:20.164Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-03-18T22:03:20.165Z Compiling waitgroup v0.1.2
30482026-03-18T22:03:20.285Z Compiling slog-bunyan v2.5.0
30492026-03-18T22:03:20.332Z Compiling rustls-pemfile v2.2.0
30502026-03-18T22:03:20.339Z Compiling dropshot_endpoint v0.16.7
30512026-03-18T22:03:20.385Z Compiling serde_path_to_error v0.1.20
30522026-03-18T22:03:20.516Z Compiling hostname v0.4.2
30532026-03-18T22:03:20.519Z Compiling macaddr v1.0.1
30542026-03-18T22:03:20.569Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-03-18T22:03:20.600Z Compiling progenitor-client v0.10.0
30562026-03-18T22:03:20.627Z Compiling instant v0.1.13
30572026-03-18T22:03:20.721Z Compiling backon v1.6.0
30582026-03-18T22:03:20.789Z Compiling backoff v0.4.0
30592026-03-18T22:03:20.856Z Compiling async-stream v0.3.6
30602026-03-18T22:03:20.884Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-03-18T22:03:20.910Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30622026-03-18T22:03:20.913Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30632026-03-18T22:03:21.015Z Compiling progenitor-extras v0.1.1
30642026-03-18T22:03:21.040Z Compiling unsafe-libyaml v0.2.11
30652026-03-18T22:03:21.043Z Compiling crucible-workspace-hack v0.1.0
30662026-03-18T22:03:21.043Z Compiling toml_edit v0.23.10+spec-1.0.0
30672026-03-18T22:03:21.114Z Compiling secrecy v0.10.3
30682026-03-18T22:03:21.143Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30692026-03-18T22:03:21.146Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30702026-03-18T22:03:21.300Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-03-18T22:03:21.369Z Compiling heapless v0.8.0
30722026-03-18T22:03:21.372Z Compiling hash32 v0.3.1
30732026-03-18T22:03:21.393Z Compiling structmeta v0.3.0
30742026-03-18T22:03:21.472Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30752026-03-18T22:03:21.530Z Compiling smoltcp v0.11.0
30762026-03-18T22:03:21.563Z Compiling toml v0.8.23
30772026-03-18T22:03:21.618Z Compiling tabwriter v1.4.1
30782026-03-18T22:03:21.654Z Compiling cobs v0.3.0
30792026-03-18T22:03:21.733Z Compiling derive-ex v0.1.8
30802026-03-18T22:03:21.758Z Compiling parse-display-derive v0.10.0
30812026-03-18T22:03:21.829Z Compiling serde_yaml v0.9.34+deprecated
30822026-03-18T22:03:21.869Z Compiling ingot-macros v0.1.1
30832026-03-18T22:03:21.945Z Compiling proc-macro-crate v3.4.0
30842026-03-18T22:03:22.011Z Compiling foreign-types-macros v0.2.3
30852026-03-18T22:03:22.080Z Compiling convert_case v0.4.0
30862026-03-18T22:03:22.141Z Compiling cpufeatures v0.3.0
30872026-03-18T22:03:22.175Z Compiling foreign-types-shared v0.3.1
30882026-03-18T22:03:22.232Z Compiling postcard v1.1.3
30892026-03-18T22:03:22.282Z Compiling chacha20 v0.10.0
30902026-03-18T22:03:22.542Z Compiling proc-macro-crate v1.3.1
30912026-03-18T22:03:22.681Z Compiling derive_more v0.99.20
30922026-03-18T22:03:22.731Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30932026-03-18T22:03:22.761Z Compiling universal-hash v0.5.1
30942026-03-18T22:03:22.764Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30952026-03-18T22:03:22.764Z Compiling cstr-argument v0.1.2
30962026-03-18T22:03:22.833Z Compiling num_enum_derive v0.7.5
30972026-03-18T22:03:22.897Z Compiling foreign-types v0.5.0
30982026-03-18T22:03:22.924Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30992026-03-18T22:03:22.985Z Compiling opaque-debug v0.3.1
31002026-03-18T22:03:22.988Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31012026-03-18T22:03:23.032Z Compiling colored v3.1.1
31022026-03-18T22:03:23.099Z Compiling tokio-rustls v0.25.0
31032026-03-18T22:03:23.184Z Compiling num_enum_derive v0.5.11
31042026-03-18T22:03:23.242Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31052026-03-18T22:03:23.299Z Compiling rand v0.10.0
31062026-03-18T22:03:23.329Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-03-18T22:03:23.352Z Compiling typify-impl v0.6.1
31082026-03-18T22:03:23.510Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-03-18T22:03:23.573Z Compiling half v2.7.1
31102026-03-18T22:03:23.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31112026-03-18T22:03:24.028Z Compiling ciborium-io v0.2.2
31122026-03-18T22:03:24.051Z Compiling camino-tempfile v1.4.1
31132026-03-18T22:03:24.079Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31142026-03-18T22:03:24.184Z Compiling ciborium-ll v0.2.2
31152026-03-18T22:03:24.244Z Compiling test-strategy v0.4.5
31162026-03-18T22:03:24.272Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-03-18T22:03:24.275Z Compiling parse-display v0.10.0
31182026-03-18T22:03:24.323Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31192026-03-18T22:03:24.364Z Compiling num_enum v0.7.5
31202026-03-18T22:03:24.397Z Compiling smf v0.2.3
31212026-03-18T22:03:24.483Z Compiling ciborium v0.2.2
31222026-03-18T22:03:24.508Z Compiling aead v0.5.2
31232026-03-18T22:03:24.533Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-03-18T22:03:24.557Z Compiling num-derive v0.4.2
31252026-03-18T22:03:24.580Z Compiling sigpipe v0.1.3
31262026-03-18T22:03:24.625Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-03-18T22:03:24.650Z Compiling num_enum v0.5.11
31282026-03-18T22:03:24.717Z Compiling glob v0.3.3
31292026-03-18T22:03:24.790Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31302026-03-18T22:03:24.816Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-03-18T22:03:24.837Z Compiling poly1305 v0.8.0
31322026-03-18T22:03:24.934Z Compiling chacha20 v0.9.1
31332026-03-18T22:03:25.157Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31342026-03-18T22:03:25.249Z Compiling whoami v1.6.1
31352026-03-18T22:03:25.276Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31362026-03-18T22:03:25.306Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31372026-03-18T22:03:25.309Z Compiling thiserror-impl-no-std v2.0.2
31382026-03-18T22:03:25.356Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-03-18T22:03:25.422Z Compiling num-rational v0.4.2
31402026-03-18T22:03:25.493Z Compiling password-hash v0.5.0
31412026-03-18T22:03:25.670Z Compiling blake2 v0.10.6
31422026-03-18T22:03:25.774Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
31432026-03-18T22:03:25.837Z Compiling num-complex v0.4.6
31442026-03-18T22:03:25.865Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31452026-03-18T22:03:25.952Z Compiling prettyplease v0.2.37
31462026-03-18T22:03:25.978Z Compiling ingot-types v0.1.2
31472026-03-18T22:03:26.006Z Compiling indent_write v2.2.0
31482026-03-18T22:03:26.087Z Compiling argon2 v0.5.3
31492026-03-18T22:03:26.216Z Compiling chacha20poly1305 v0.10.1
31502026-03-18T22:03:26.290Z Compiling float-ord v0.3.2
31512026-03-18T22:03:26.396Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-03-18T22:03:26.424Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31532026-03-18T22:03:26.424Z Compiling num v0.4.3
31542026-03-18T22:03:26.468Z Compiling gethostname v0.5.0
31552026-03-18T22:03:26.471Z Compiling usdt-attr-macro v0.5.0
31562026-03-18T22:03:26.471Z Compiling usdt-macro v0.5.0
31572026-03-18T22:03:26.545Z Compiling ingot v0.1.1
31582026-03-18T22:03:26.548Z Compiling derive-where v1.6.0
31592026-03-18T22:03:26.591Z Compiling memmap v0.7.0
31602026-03-18T22:03:26.676Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31612026-03-18T22:03:26.868Z Compiling typify-impl v0.4.3
31622026-03-18T22:03:26.892Z Compiling atomicwrites v0.4.4
31632026-03-18T22:03:27.028Z Compiling thiserror-no-std v2.0.2
31642026-03-18T22:03:27.066Z Compiling cancel-safe-futures v0.1.5
31652026-03-18T22:03:27.168Z Compiling vsss-rs v3.3.4
31662026-03-18T22:03:27.193Z Compiling owo-colors v4.3.0
31672026-03-18T22:03:27.235Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31682026-03-18T22:03:27.371Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31692026-03-18T22:03:27.548Z Compiling libsw-core v0.3.2
31702026-03-18T22:03:27.575Z Compiling async-recursion v1.1.1
31712026-03-18T22:03:27.617Z Compiling usdt v0.5.0
31722026-03-18T22:03:27.678Z Compiling resolv-conf v0.7.6
31732026-03-18T22:03:27.866Z Compiling libsw v3.5.0
31742026-03-18T22:03:28.042Z Compiling libefi-sys v0.1.0
31752026-03-18T22:03:28.072Z Compiling linear-map v1.2.0
31762026-03-18T22:03:28.129Z Compiling hickory-proto v0.24.4
31772026-03-18T22:03:28.185Z Compiling newline-converter v0.3.0
31782026-03-18T22:03:28.349Z Compiling console v0.15.11
31792026-03-18T22:03:28.374Z Compiling bitfield-struct v0.6.2
31802026-03-18T22:03:28.377Z Compiling semver v0.1.20
31812026-03-18T22:03:28.436Z Compiling linked-hash-map v0.5.6
31822026-03-18T22:03:28.505Z Compiling pin-project-internal v1.1.11
31832026-03-18T22:03:28.586Z Compiling slog-dtrace v0.3.0
31842026-03-18T22:03:28.664Z Compiling rustc_version v0.1.7
31852026-03-18T22:03:28.721Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31862026-03-18T22:03:28.772Z Compiling lru-cache v0.1.2
31872026-03-18T22:03:28.807Z Compiling expectorate v1.2.0
31882026-03-18T22:03:28.867Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31892026-03-18T22:03:28.903Z Compiling minimal-lexical v0.2.1
31902026-03-18T22:03:28.997Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31912026-03-18T22:03:29.022Z Compiling newtype_derive v0.1.6
31922026-03-18T22:03:29.052Z Compiling tokio-dtrace v0.1.1
31932026-03-18T22:03:29.075Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-03-18T22:03:29.193Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31952026-03-18T22:03:29.284Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-03-18T22:03:29.311Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-03-18T22:03:29.314Z Compiling nom v7.1.3
31982026-03-18T22:03:29.314Z Compiling phf_shared v0.12.1
31992026-03-18T22:03:29.391Z Compiling dropshot-api-manager-types v0.6.0
32002026-03-18T22:03:29.429Z Compiling pem v3.0.6
32012026-03-18T22:03:29.592Z Compiling snafu-derive v0.8.9
32022026-03-18T22:03:29.628Z Compiling csv-core v0.1.13
32032026-03-18T22:03:29.767Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-03-18T22:03:29.811Z Compiling xshell-macros v0.2.7
32052026-03-18T22:03:29.857Z Compiling highway v1.3.0
32062026-03-18T22:03:29.920Z Compiling chrono-tz v0.10.4
32072026-03-18T22:03:29.943Z Compiling typify-macro v0.6.1
32082026-03-18T22:03:30.007Z Compiling same-file v1.0.6
32092026-03-18T22:03:30.170Z Compiling pin-project v1.1.11
32102026-03-18T22:03:30.229Z Compiling walkdir v2.5.0
32112026-03-18T22:03:30.259Z Compiling const_format_proc_macros v0.2.34
32122026-03-18T22:03:30.332Z Compiling csv v1.4.0
32132026-03-18T22:03:30.356Z Compiling xshell v0.2.7
32142026-03-18T22:03:30.359Z Compiling phf v0.12.1
32152026-03-18T22:03:30.619Z Compiling oxide-tokio-rt v0.1.3
32162026-03-18T22:03:30.793Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32172026-03-18T22:03:30.963Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32182026-03-18T22:03:31.028Z Compiling globset v0.4.18
32192026-03-18T22:03:31.096Z Compiling hickory-resolver v0.24.4
32202026-03-18T22:03:31.123Z Compiling olpc-cjson v0.1.4
32212026-03-18T22:03:31.159Z Compiling primeorder v0.13.6
32222026-03-18T22:03:31.187Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32232026-03-18T22:03:31.214Z Compiling serde_plain v1.0.2
32242026-03-18T22:03:31.277Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-03-18T22:03:31.374Z Compiling typed-path v0.9.3
32262026-03-18T22:03:31.416Z Compiling base64 v0.21.7
32272026-03-18T22:03:31.519Z Compiling const_format v0.2.35
32282026-03-18T22:03:31.543Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32292026-03-18T22:03:31.985Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-03-18T22:03:32.013Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-03-18T22:03:32.016Z Compiling tabled_derive v0.7.0
32322026-03-18T22:03:32.059Z Compiling bcs v0.1.6
32332026-03-18T22:03:32.406Z Compiling typify v0.6.1
32342026-03-18T22:03:32.428Z Compiling snafu v0.8.9
32352026-03-18T22:03:32.543Z Compiling progenitor-impl v0.13.0
32362026-03-18T22:03:32.582Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32372026-03-18T22:03:32.773Z Compiling qorb v0.4.1
32382026-03-18T22:03:32.804Z Compiling termtree v0.5.1
32392026-03-18T22:03:32.831Z Compiling salty v0.3.0
32402026-03-18T22:03:32.856Z Compiling tough v0.20.0
32412026-03-18T22:03:33.008Z Compiling radium v0.7.0
32422026-03-18T22:03:33.042Z Compiling textwrap v0.16.2
32432026-03-18T22:03:33.183Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-03-18T22:03:33.239Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-03-18T22:03:33.422Z Compiling steno v0.4.1
32462026-03-18T22:03:33.446Z Compiling tabled v0.15.0
32472026-03-18T22:03:33.468Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-03-18T22:03:33.541Z Compiling maybe-uninit v2.0.0
32492026-03-18T22:03:33.639Z Compiling typify-macro v0.4.3
32502026-03-18T22:03:33.687Z Compiling utf-8 v0.7.6
32512026-03-18T22:03:33.732Z Compiling tap v1.0.1
32522026-03-18T22:03:33.764Z Compiling humantime v2.3.0
32532026-03-18T22:03:33.890Z Compiling wyz v0.5.1
32542026-03-18T22:03:33.921Z Compiling tungstenite v0.21.0
32552026-03-18T22:03:34.161Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32562026-03-18T22:03:34.197Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32572026-03-18T22:03:34.318Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32582026-03-18T22:03:34.344Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32592026-03-18T22:03:34.593Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32602026-03-18T22:03:34.941Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-03-18T22:03:34.971Z Compiling p384 v0.13.1
32622026-03-18T22:03:35.128Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32632026-03-18T22:03:35.385Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-03-18T22:03:35.488Z Compiling arc-swap v1.8.2
32652026-03-18T22:03:35.613Z Compiling funty v2.0.0
32662026-03-18T22:03:35.759Z Compiling packed_struct v0.10.1
32672026-03-18T22:03:35.928Z Compiling tagptr v0.2.0
32682026-03-18T22:03:36.062Z Compiling typify v0.4.3
32692026-03-18T22:03:36.126Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32702026-03-18T22:03:36.209Z Compiling moka v0.12.13
32712026-03-18T22:03:36.283Z Compiling progenitor-impl v0.10.0
32722026-03-18T22:03:36.422Z Compiling progenitor-macro v0.13.0
32732026-03-18T22:03:36.447Z Compiling bitvec v1.0.1
32742026-03-18T22:03:36.524Z Compiling slog-scope v4.4.1
32752026-03-18T22:03:36.548Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-03-18T22:03:36.820Z Compiling tokio-tungstenite v0.21.0
32772026-03-18T22:03:36.993Z Compiling polyval v0.6.2
32782026-03-18T22:03:37.020Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-03-18T22:03:37.045Z Compiling packed_struct_codegen v0.10.1
32802026-03-18T22:03:37.069Z Compiling zerocopy-derive v0.6.6
32812026-03-18T22:03:37.272Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32822026-03-18T22:03:37.317Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-03-18T22:03:37.343Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-03-18T22:03:37.484Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-03-18T22:03:38.056Z Compiling bitfield-macros v0.19.4
32862026-03-18T22:03:38.111Z Compiling proc-macro-error-attr2 v2.0.0
32872026-03-18T22:03:38.305Z Compiling indexmap v1.9.3
32882026-03-18T22:03:38.551Z Compiling nodrop v0.1.14
32892026-03-18T22:03:38.579Z Compiling parking_lot_core v0.8.6
32902026-03-18T22:03:38.582Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-03-18T22:03:38.625Z Compiling crc-catalog v2.4.0
32922026-03-18T22:03:38.682Z Compiling proc-macro-error2 v2.0.1
32932026-03-18T22:03:38.710Z Compiling array-init v0.0.4
32942026-03-18T22:03:38.786Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-03-18T22:03:38.810Z Compiling crc v3.4.0
32962026-03-18T22:03:38.949Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32972026-03-18T22:03:39.090Z Compiling bitfield v0.19.4
32982026-03-18T22:03:39.160Z Compiling zerocopy v0.6.6
32992026-03-18T22:03:39.163Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33002026-03-18T22:03:39.299Z Compiling ghash v0.5.1
33012026-03-18T22:03:39.505Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-03-18T22:03:39.535Z Compiling hickory-resolver v0.25.2
33032026-03-18T22:03:39.559Z Compiling smallvec v0.6.14
33042026-03-18T22:03:39.656Z Compiling slog-stdlog v4.1.1
33052026-03-18T22:03:39.685Z Compiling git-stub v1.0.0
33062026-03-18T22:03:39.767Z Compiling num-derive v0.3.3
33072026-03-18T22:03:39.882Z Compiling ctr v0.9.2
33082026-03-18T22:03:39.981Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33092026-03-18T22:03:40.026Z Compiling progenitor-macro v0.10.0
33102026-03-18T22:03:40.052Z Compiling lzma-sys v0.1.20
33112026-03-18T22:03:40.078Z Compiling unicase v2.9.0
33122026-03-18T22:03:40.145Z Compiling hashbrown v0.12.3
33132026-03-18T22:03:40.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33142026-03-18T22:03:40.313Z Compiling aes-gcm v0.10.3
33152026-03-18T22:03:40.388Z Compiling mime_guess v2.0.5
33162026-03-18T22:03:40.427Z Compiling git-stub-vcs v0.1.0
33172026-03-18T22:03:40.487Z Compiling slog-envlogger v2.2.0
33182026-03-18T22:03:40.590Z Compiling serde-hex v0.1.0
33192026-03-18T22:03:40.670Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33202026-03-18T22:03:40.835Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33212026-03-18T22:03:40.870Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-03-18T22:03:40.952Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-03-18T22:03:41.020Z Compiling tabled_derive v0.11.0
33242026-03-18T22:03:41.050Z Compiling libscf-sys v1.1.0
33252026-03-18T22:03:41.265Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-03-18T22:03:41.329Z Compiling progenitor-impl v0.11.2
33272026-03-18T22:03:41.486Z Compiling ron v0.8.1
33282026-03-18T22:03:41.531Z Compiling papergrid v0.17.0
33292026-03-18T22:03:41.568Z Compiling cargo_toml v0.22.3
33302026-03-18T22:03:42.013Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-03-18T22:03:42.219Z Compiling hashbrown v0.13.2
33322026-03-18T22:03:42.738Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-03-18T22:03:42.762Z Compiling testing_table v0.3.0
33342026-03-18T22:03:42.788Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33352026-03-18T22:03:42.890Z Compiling blowfish v0.9.1
33362026-03-18T22:03:42.960Z Compiling ssh-encoding v0.2.0
33372026-03-18T22:03:43.015Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-03-18T22:03:43.076Z Compiling nibble_vec v0.1.0
33392026-03-18T22:03:43.105Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33402026-03-18T22:03:43.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-03-18T22:03:43.303Z Compiling endian-type v0.1.2
33422026-03-18T22:03:43.345Z Compiling corncobs v0.1.4
33432026-03-18T22:03:43.403Z Compiling crc-any v2.5.0
33442026-03-18T22:03:43.483Z Compiling radix_trie v0.2.1
33452026-03-18T22:03:43.520Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-03-18T22:03:43.614Z Compiling ssh-cipher v0.2.0
33472026-03-18T22:03:43.697Z Compiling bcrypt-pbkdf v0.10.0
33482026-03-18T22:03:43.722Z Compiling progenitor v0.13.0
33492026-03-18T22:03:43.761Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-03-18T22:03:43.786Z Compiling tabled v0.20.0
33512026-03-18T22:03:43.933Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33522026-03-18T22:03:43.960Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-03-18T22:03:44.005Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33542026-03-18T22:03:44.152Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-03-18T22:03:44.180Z Compiling object v0.30.4
33562026-03-18T22:03:44.183Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33572026-03-18T22:03:44.479Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-03-18T22:03:44.619Z Compiling parking_lot v0.11.2
33592026-03-18T22:03:44.655Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33602026-03-18T22:03:45.026Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33612026-03-18T22:03:45.207Z Compiling progenitor-macro v0.11.2
33622026-03-18T22:03:45.210Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33632026-03-18T22:03:45.388Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-18T22:03:45.729Z Compiling progenitor-client v0.11.2
33652026-03-18T22:03:45.753Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33662026-03-18T22:03:45.848Z Compiling prefix-trie v0.7.0
33672026-03-18T22:03:45.878Z Compiling password-hash v0.4.2
33682026-03-18T22:03:46.188Z Compiling fxhash v0.2.1
33692026-03-18T22:03:46.248Z Compiling secrecy v0.8.0
33702026-03-18T22:03:46.406Z Compiling http-range v0.1.5
33712026-03-18T22:03:46.433Z Compiling path-slash v0.1.5
33722026-03-18T22:03:46.453Z Compiling half v1.8.3
33732026-03-18T22:03:46.480Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-03-18T22:03:46.690Z Compiling sled v0.34.7
33752026-03-18T22:03:46.857Z Compiling serde_cbor v0.11.2
33762026-03-18T22:03:47.045Z Compiling hickory-server v0.25.2
33772026-03-18T22:03:47.099Z Compiling pbkdf2 v0.11.0
33782026-03-18T22:03:47.307Z Compiling progenitor v0.10.0
33792026-03-18T22:03:47.379Z Compiling ron v0.12.0
33802026-03-18T22:03:47.414Z Compiling xz2 v0.1.7
33812026-03-18T22:03:47.534Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33822026-03-18T22:03:47.835Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-03-18T22:03:47.857Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-03-18T22:03:48.192Z Compiling ssh-key v0.6.7
33852026-03-18T22:03:48.505Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-03-18T22:03:48.661Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33872026-03-18T22:03:49.041Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33882026-03-18T22:03:49.520Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-03-18T22:03:49.699Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33902026-03-18T22:03:49.887Z Compiling hickory-client v0.25.2
33912026-03-18T22:03:49.912Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33922026-03-18T22:03:50.636Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33932026-03-18T22:03:50.686Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-03-18T22:03:50.711Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-03-18T22:03:50.765Z Compiling p256 v0.13.2
33962026-03-18T22:03:50.768Z Compiling p521 v0.13.3
33972026-03-18T22:03:51.104Z Compiling yasna v0.5.2
33982026-03-18T22:03:51.294Z Compiling kstat-rs v0.2.4
33992026-03-18T22:03:51.323Z Compiling headers-core v0.3.0
34002026-03-18T22:03:51.455Z Compiling nanorand v0.7.0
34012026-03-18T22:03:51.511Z Compiling russh-cryptovec v0.7.3
34022026-03-18T22:03:51.539Z Compiling atty v0.2.14
34032026-03-18T22:03:51.567Z Compiling crc8 v0.1.1
34042026-03-18T22:03:51.716Z Compiling home v0.5.12
34052026-03-18T22:03:51.742Z Compiling base16ct v1.0.0
34062026-03-18T22:03:51.745Z Compiling md5 v0.7.0
34072026-03-18T22:03:51.799Z Compiling flume v0.11.1
34082026-03-18T22:03:51.802Z Compiling rcgen v0.12.1
34092026-03-18T22:03:51.802Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
34102026-03-18T22:03:51.875Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-03-18T22:03:51.935Z Compiling headers v0.4.1
34122026-03-18T22:03:52.011Z Compiling russh-keys v0.45.0
34132026-03-18T22:03:52.113Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-03-18T22:03:52.163Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-03-18T22:03:52.195Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34162026-03-18T22:03:52.252Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34172026-03-18T22:03:52.543Z Compiling progenitor v0.11.2
34182026-03-18T22:03:52.712Z Compiling hyper-staticfile v0.10.1
34192026-03-18T22:03:52.812Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34202026-03-18T22:03:53.061Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-03-18T22:03:53.087Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-03-18T22:03:53.174Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34232026-03-18T22:03:53.240Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34242026-03-18T22:03:53.453Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-03-18T22:03:53.569Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-03-18T22:03:53.749Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34272026-03-18T22:03:54.069Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-03-18T22:03:54.234Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34292026-03-18T22:03:54.237Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-03-18T22:03:54.313Z Compiling num-bigint v0.4.6
34312026-03-18T22:03:54.336Z Compiling des v0.8.1
34322026-03-18T22:03:54.545Z Compiling subprocess v0.2.15
34332026-03-18T22:03:54.618Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-03-18T22:03:54.643Z Compiling display-error-chain v0.2.2
34352026-03-18T22:03:54.860Z Compiling hex-literal v0.4.1
34362026-03-18T22:03:54.956Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34372026-03-18T22:03:55.032Z Compiling colored v2.2.0
34382026-03-18T22:03:55.217Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-03-18T22:03:55.240Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-03-18T22:03:55.293Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-03-18T22:03:55.572Z Compiling socket2 v0.5.10
34422026-03-18T22:03:55.612Z Compiling internet-checksum v0.2.1
34432026-03-18T22:03:56.026Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34442026-03-18T22:03:56.122Z Compiling russh v0.45.0
34452026-03-18T22:04:03.025Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-03-18T22:04:13.207Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-03-18T22:04:13.211Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-03-18T22:04:13.212Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34492026-03-18T22:04:13.212Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-03-18T22:04:15.389Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-03-18T22:04:15.681Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-03-18T22:04:21.344Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34532026-03-18T22:04:51.167Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34542026-03-18T22:05:15.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34552026-03-18T22:05:16.066Z
34562026-03-18T22:05:16.070Zreal 1:57.537597783
34572026-03-18T22:05:16.070Zuser 11:34.149814782
34582026-03-18T22:05:16.070Zsys 2:04.541978774
34592026-03-18T22:05:16.070Ztrap 0.363448888
34602026-03-18T22:05:16.070Ztflt 0.455913866
34612026-03-18T22:05:16.070Zdflt 1.773896569
34622026-03-18T22:05:16.070Zkflt 0.000233945
34632026-03-18T22:05:16.070Zlock 40:22.088969450
34642026-03-18T22:05:16.070Zslp 26:14.434142200
34652026-03-18T22:05:16.070Zlat 46.819287694
34662026-03-18T22:05:16.070Zstop 3:49.790275622
34672026-03-18T22:05:16.070Z+ mkdir tests
34682026-03-18T22:05:16.070Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-03-18T22:05:16.070Z+ xargs -I '{}' -t cp '{}' tests/
34702026-03-18T22:05:16.076Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-58b78f45b9570bbf tests/
34712026-03-18T22:05:16.109Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e6f8ef4052bfb0c2 tests/
34722026-03-18T22:05:16.165Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-24d786529c44a77c tests/
34732026-03-18T22:05:16.172Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a99e61b3cc7d9b0e tests/
34742026-03-18T22:05:17.525Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34752026-03-18T22:05:17.562Z+ 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
34762026-03-18T22:06:56.035ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-03-18T22:06:56.035Za .github/buildomat/ci-env.sh 1K
34782026-03-18T22:06:56.035Za out/target/test 1K
34792026-03-18T22:06:56.035Za out/npuzone/npuzone 27402K
34802026-03-18T22:06:56.035Za package-manifest.toml 35K
34812026-03-18T22:06:56.035Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-03-18T22:06:56.035Za target/release/omicron-package 40561K
34832026-03-18T22:06:56.035Za target/release/xtask 11433K
34842026-03-18T22:06:56.035Za target/debug/bootstrap 335388K
34852026-03-18T22:06:56.035Za tests/bootstrap-e6f8ef4052bfb0c2 31310K
34862026-03-18T22:06:56.035Za tests/commtest-24d786529c44a77c 32395K
34872026-03-18T22:06:56.035Za tests/dhcp_server-58b78f45b9570bbf 31310K
34882026-03-18T22:06:56.035Za tests/end_to_end_tests-a99e61b3cc7d9b0e 377683K
34892026-03-18T22:06:56.035Za out/clickhouse.tar.gz 301709K
34902026-03-18T22:06:56.035Za out/clickhouse_keeper.tar.gz 287173K
34912026-03-18T22:06:56.035Za out/clickhouse_server.tar.gz 301708K
34922026-03-18T22:06:56.035Za out/cockroachdb.tar.gz 156534K
34932026-03-18T22:06:56.035Za out/crucible-pantry-zone.tar.gz 38990K
34942026-03-18T22:06:56.035Za out/crucible-utils.tar 17744K
34952026-03-18T22:06:56.035Za out/crucible-zone.tar.gz 53128K
34962026-03-18T22:06:56.035Za out/external-dns.tar.gz 43604K
34972026-03-18T22:06:56.035Za out/internal-dns.tar.gz 43604K
34982026-03-18T22:06:56.035Za out/mg-ddm-gz.tar 78377K
34992026-03-18T22:06:56.035Za out/nexus.tar.gz 209046K
35002026-03-18T22:06:56.035Za out/ntp.tar.gz 25418K
35012026-03-18T22:06:56.035Za out/omicron-gateway-softnpu.tar.gz 28227K
35022026-03-18T22:06:56.035Za out/omicron-sled-agent.tar 186543K
35032026-03-18T22:06:56.035Za out/overlay.tar.gz 3K
35042026-03-18T22:06:56.035Za out/oximeter.tar.gz 57439K
35052026-03-18T22:06:56.035Za out/oxlog.tar 3782K
35062026-03-18T22:06:56.035Za out/probe.tar.gz 3037K
35072026-03-18T22:06:56.035Za out/propolis-server.tar.gz 74633K
35082026-03-18T22:06:56.035Za out/pumpkind-gz.tar 26647K
35092026-03-18T22:06:56.035Za out/switch-softnpu.tar.gz 367869K
35102026-03-18T22:06:56.040Z
35112026-03-18T22:06:56.040Zreal 1:39.454321857
35122026-03-18T22:06:56.041Zuser 1:36.439571814
35132026-03-18T22:06:56.041Zsys 6.256571199
35142026-03-18T22:06:56.041Ztrap 0.006939193
35152026-03-18T22:06:56.041Ztflt 0.000000000
35162026-03-18T22:06:56.041Zdflt 0.000000000
35172026-03-18T22:06:56.041Zkflt 0.000000000
35182026-03-18T22:06:56.041Zlock 0.000000000
35192026-03-18T22:06:56.041Zslp 1:35.591167051
35202026-03-18T22:06:56.041Zlat 0.609039129
35212026-03-18T22:06:56.041Zstop 0.000656398
35222026-03-18T22:06:56.044Zprocess exited: duration 1253039 ms, exit code 0
 
35232026-03-18T22:06:56.059Zfound 1 output files
35242026-03-18T22:06:56.059Zuploading: /work/package.tar.gz (2319736151 bytes)
35252026-03-18T22:07:26.803Zuploaded: /work/package.tar.gz