01KQSZ15EWSXXB8N64JZKBW3NA: 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: 01KQSZ1N9M5TG78VVQJ0VJDSR9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T17:03:35.917Zjob assigned to worker 01KQSZ2BFGJCW4G3BT2EFFC8VP [factory aws, i-0a0be1f9602c12a66] (queued for 1 m 15 s)
 
22026-05-04T17:03:43.451Zstarting task 0: "setup"
32026-05-04T17:03:43.457Z++ uname -s
42026-05-04T17:03:43.464Z+ kern=SunOS
52026-05-04T17:03:43.464Z+ build_user=build
62026-05-04T17:03:43.464Z+ build_uid=12345
72026-05-04T17:03:43.464Z+ work_dir=/work
82026-05-04T17:03:43.464Z+ input_dir=/input
92026-05-04T17:03:43.464Z+ [[ 0 == 12345 ]]
102026-05-04T17:03:43.464Z+ case "$kern" in
112026-05-04T17:03:43.464Z+ groupadd -g 12345 build
122026-05-04T17:03:43.467Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T17:03:45.468Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T17:03:45.602Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T17:03:45.605Z+ home_fs=zfs
162026-05-04T17:03:45.605Z+ [[ zfs == autofs ]]
172026-05-04T17:03:45.605Z+ mkdir -p /home/build
182026-05-04T17:03:45.608Z+ chown build:build /home/build /work
192026-05-04T17:03:47.608Z+ chmod 0700 /home/build /work
202026-05-04T17:03:47.616Zprocess exited: duration 4164 ms, exit code 0
 
212026-05-04T17:03:47.623Zstarting task 1: "rust-toolchain"
222026-05-04T17:03:47.630Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T17:03:47.630Z * rust toolchain channel = "1.94.0"
242026-05-04T17:03:47.630Z * rust toolchain profile = "default"
252026-05-04T17:03:47.630Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T17:03:47.630Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T17:03:47.630Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T17:03:47.633Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T17:03:47.633Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T17:03:47.763Zinfo: downloading installer
312026-05-04T17:03:49.169Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T17:03:49.169Zwarn: /opt/ooce/bin
332026-05-04T17:03:49.170Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T17:03:49.170Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T17:03:49.170Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T17:03:49.170Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T17:03:49.170Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T17:03:49.170Zerror: cannot install while Rust is installed
392026-05-04T17:03:49.170Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T17:03:49.170Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T17:03:49.170Zwarn: /home/build/.rustup/settings.toml
422026-05-04T17:03:49.170Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T17:03:49.170Zwarn: instead of the one inferred from the default host triple.
442026-05-04T17:03:49.206Zinfo: profile set to default
452026-05-04T17:03:49.206Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T17:03:49.210Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T17:03:49.339Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T17:03:49.339Zinfo: downloading 6 components
492026-05-04T17:04:03.496Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T17:04:03.496Z
512026-05-04T17:04:03.526Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T17:04:03.526Z
532026-05-04T17:04:03.526Z
542026-05-04T17:04:03.526ZRust is installed now. Great!
552026-05-04T17:04:03.526Z
562026-05-04T17:04:03.526ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T17:04:03.526Zenvironment variable. This has not been done automatically.
582026-05-04T17:04:03.526Z
592026-05-04T17:04:03.526ZTo configure your current shell, you need to source
602026-05-04T17:04:03.526Zthe corresponding env file under $HOME/.cargo.
612026-05-04T17:04:03.526Z
622026-05-04T17:04:03.526ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T17:04:03.526Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T17:04:03.526Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T17:04:03.526Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T17:04:03.526Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T17:04:03.526Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T17:04:03.526Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T17:04:03.530Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T17:04:03.530Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T17:04:03.624Z+ rustup --version
722026-05-04T17:04:03.630Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T17:04:03.630Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T17:04:03.653Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T17:04:03.656Z+ cargo --version
762026-05-04T17:04:03.665Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T17:04:03.667Z+ rustc --version
782026-05-04T17:04:03.689Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T17:04:03.692Zprocess exited: duration 16067 ms, exit code 0
 
802026-05-04T17:04:03.700Zstarting task 2: "authentication"
812026-05-04T17:04:03.716Zprocess exited: duration 18 ms, exit code 0
 
822026-05-04T17:04:03.725Zstarting task 3: "clone repository"
832026-05-04T17:04:03.728Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T17:04:03.731Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T17:04:03.867ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T17:04:13.033Z+ cd /work/oxidecomputer/omicron
872026-05-04T17:04:13.033Z+ git fetch origin 3f9480d17d2d376b06256e040b1aec9c73e2426d
882026-05-04T17:04:13.324ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T17:04:13.325Z * branch 3f9480d17d2d376b06256e040b1aec9c73e2426d -> FETCH_HEAD
902026-05-04T17:04:13.338Z+ [[ -n fm-disable-analysis-cleaner-i-guess ]]
912026-05-04T17:04:13.341Z++ git branch --show-current
922026-05-04T17:04:13.343Z+ current=main
932026-05-04T17:04:13.343Z+ [[ main != fm-disable-analysis-cleaner-i-guess ]]
942026-05-04T17:04:13.343Z+ git branch -f fm-disable-analysis-cleaner-i-guess 3f9480d17d2d376b06256e040b1aec9c73e2426d
952026-05-04T17:04:13.346Z+ git checkout -f fm-disable-analysis-cleaner-i-guess
962026-05-04T17:04:13.549ZSwitched to branch 'fm-disable-analysis-cleaner-i-guess'
972026-05-04T17:04:13.553Z+ git reset --hard 3f9480d17d2d376b06256e040b1aec9c73e2426d
982026-05-04T17:04:13.755ZHEAD is now at 3f9480d17 #
992026-05-04T17:04:13.758Zprocess exited: duration 10033 ms, exit code 0
 
1002026-05-04T17:04:13.764Zstarting task 4: "build"
1012026-05-04T17:04:13.771Z+ source .github/buildomat/ci-env.sh
1022026-05-04T17:04:13.771Z++ export CARGO_TERM_COLOR=always
1032026-05-04T17:04:13.771Z++ CARGO_TERM_COLOR=always
1042026-05-04T17:04:13.771Z+ cargo --version
1052026-05-04T17:04:13.781Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T17:04:13.784Z+ rustc --version
1072026-05-04T17:04:13.805Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T17:04:13.809Z+ WORK=/work
1092026-05-04T17:04:13.809Z+ pfexec mkdir -p /work
1102026-05-04T17:04:13.811Z+ pfexec chown build /work
1112026-05-04T17:04:13.814Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-04T17:04:24.670Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-04T17:04:32.229Z Startup: Caching catalogs ... Done
1142026-05-04T17:04:39.116ZPlanning: Solver setup ... Done (5.382s)
1152026-05-04T17:04:39.154ZPlanning: Running solver ... Done (0.038s)
1162026-05-04T17:04:39.290ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-04T17:04:39.304ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-04T17:04:39.858ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-04T17:04:39.894ZPlanning: Package planning ... Done (0.037s)
1202026-05-04T17:04:39.931ZPlanning: Merging actions ... Done (0.036s)
1212026-05-04T17:04:40.127ZPlanning: Checking for conflicting actions ... Done (0.195s)
1222026-05-04T17:04:40.136ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-04T17:04:41.623ZPlanning: Evaluating mediators ... Done (1.487s)
1242026-05-04T17:04:41.631ZPlanning: Planning completed in 9.23 seconds
1252026-05-04T17:04:41.643Z Packages to install: 5
1262026-05-04T17:04:41.643Z Mediators to change: 3
1272026-05-04T17:04:41.643Z Services to change: 1
1282026-05-04T17:04:41.643Z Estimated space available: 155.34 GB
1292026-05-04T17:04:41.643ZEstimated space to be consumed: 1.90 GB
1302026-05-04T17:04:41.647Z Create boot environment: No
1312026-05-04T17:04:41.647ZCreate backup boot environment: No
1322026-05-04T17:04:41.647Z Rebuild boot archive: No
1332026-05-04T17:04:41.647Z
1342026-05-04T17:04:41.647ZChanged mediators:
1352026-05-04T17:04:41.647Z mediator clang:
1362026-05-04T17:04:41.647Z version: None -> 15 (system default)
1372026-05-04T17:04:41.647Z
1382026-05-04T17:04:41.647Z mediator llvm:
1392026-05-04T17:04:41.647Z version: 14 (system default) -> 15 (system default)
1402026-05-04T17:04:41.647Z
1412026-05-04T17:04:41.647Z mediator postgresql:
1422026-05-04T17:04:41.647Z version: 15 (system default) -> 18 (system default)
1432026-05-04T17:04:41.647Z
1442026-05-04T17:04:41.647ZChanged packages:
1452026-05-04T17:04:41.647Zhelios-dev
1462026-05-04T17:04:41.647Z developer/build-essential
1472026-05-04T17:04:41.647Z None -> 11-2.0
1482026-05-04T17:04:41.647Z library/libxmlsec1
1492026-05-04T17:04:41.647Z None -> 1.2.35-2.0
1502026-05-04T17:04:41.647Z ooce/developer/clang-15
1512026-05-04T17:04:41.647Z None -> 15.0.7-2.0
1522026-05-04T17:04:41.647Z ooce/developer/llvm-15
1532026-05-04T17:04:41.647Z None -> 15.0.7-2.0
1542026-05-04T17:04:41.647Z ooce/library/postgresql-18
1552026-05-04T17:04:41.647Z None -> 18.1-2.0
1562026-05-04T17:04:41.647Z
1572026-05-04T17:04:41.647ZServices:
1582026-05-04T17:04:41.647Z restart_fmri:
1592026-05-04T17:04:41.647Z svc:/system/update-man-index:default
1602026-05-04T17:04:41.702Z
1612026-05-04T17:04:41.702ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-04T17:04:46.856ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (26.5M/s)
1632026-05-04T17:04:51.513ZDownload: Completed 218.99 MB in 9.81 seconds (22.3M/s)
1642026-05-04T17:04:51.810Z Actions: 1/4789 actions (Installing new actions)
1652026-05-04T17:04:55.269Z Actions: Completed 4789 actions in 3.46 seconds.
1662026-05-04T17:04:55.934Z Done (0.661s)
1672026-05-04T17:04:55.934Z Done (0.000s)
1682026-05-04T17:04:56.601Z Done (0.666s)
1692026-05-04T17:04:59.870Z Done (2.911s)
1702026-05-04T17:04:59.947Z Done (0.014s)
1712026-05-04T17:04:59.949Z Done (0.000s)
1722026-05-04T17:05:00.119Z Done (0.000s)
1732026-05-04T17:05:01.003ZPlanning: Evaluating mediator changes ... Done
1742026-05-04T17:05:01.110ZPlanning: Checking for conflicting actions ... Done
1752026-05-04T17:05:01.114ZPlanning: Consolidating action changes ... Done
1762026-05-04T17:05:01.272ZPlanning: Evaluating mediators ... Done
1772026-05-04T17:05:01.275ZPlanning: Planning completed in 0.27 seconds
1782026-05-04T17:05:01.295Z Mediators to change: 2
1792026-05-04T17:05:01.295Z Create boot environment: No
1802026-05-04T17:05:01.295ZCreate backup boot environment: No
1812026-05-04T17:05:01.349Z Done
1822026-05-04T17:05:01.349Z Done
1832026-05-04T17:05:01.967Z Done
1842026-05-04T17:05:04.488Z Done
1852026-05-04T17:05:04.562Z Done
1862026-05-04T17:05:04.565Z Done
1872026-05-04T17:05:04.714Z Done
1882026-05-04T17:05:04.973ZPlanning: Evaluating mediator changes ... Done
1892026-05-04T17:05:05.082ZPlanning: Checking for conflicting actions ... Done
1902026-05-04T17:05:05.085ZPlanning: Consolidating action changes ... Done
1912026-05-04T17:05:05.244ZPlanning: Evaluating mediators ... Done
1922026-05-04T17:05:05.247ZPlanning: Planning completed in 0.27 seconds
1932026-05-04T17:05:05.268Z Mediators to change: 1
1942026-05-04T17:05:05.268Z Create boot environment: No
1952026-05-04T17:05:05.268ZCreate backup boot environment: No
1962026-05-04T17:05:05.330Z Done
1972026-05-04T17:05:05.330Z Done
1982026-05-04T17:05:05.955Z Done
1992026-05-04T17:05:08.496Z Done
2002026-05-04T17:05:08.572Z Done
2012026-05-04T17:05:08.575Z Done
2022026-05-04T17:05:08.732Z Done
2032026-05-04T17:05:09.028ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-05-04T17:05:09.028Zclang system 15 system
2052026-05-04T17:05:09.028Zcsh system system illumos
2062026-05-04T17:05:09.028Zctags system system illumos
2072026-05-04T17:05:09.028Zfile system system illumos
2082026-05-04T17:05:09.028Zgcc vendor 12 vendor
2092026-05-04T17:05:09.028Zgcc system 14 system
2102026-05-04T17:05:09.028Zgcc system 10 system
2112026-05-04T17:05:09.028Zgo system 1.20 system
2122026-05-04T17:05:09.028Zgo system 1.19 system
2132026-05-04T17:05:09.029Zllvm system 15 system
2142026-05-04T17:05:09.029Zllvm system 14 system
2152026-05-04T17:05:09.029Zmariadb system 10.6 system
2162026-05-04T17:05:09.029Zmta vendor vendor dma
2172026-05-04T17:05:09.029Zopenjdk system 17 system
2182026-05-04T17:05:09.029Zopenjdk system 11 system
2192026-05-04T17:05:09.029Zopenjdk system 1.8 system
2202026-05-04T17:05:09.029Zopenssl vendor 3 vendor
2212026-05-04T17:05:09.029Zperl system 5.36 system
2222026-05-04T17:05:09.029Zpostgresql system 18 system
2232026-05-04T17:05:09.029Zpostgresql system 15 system
2242026-05-04T17:05:09.029Zpostgresql system 13 system
2252026-05-04T17:05:09.029Zpython vendor 3 vendor
2262026-05-04T17:05:09.029Zpython system 2 system
2272026-05-04T17:05:09.029Zpython3 system 3.11 system
2282026-05-04T17:05:09.029Zruby system 3.0 system
2292026-05-04T17:05:09.029Zwords vendor vendor american-english
2302026-05-04T17:05:09.029Zwords system system australian-english
2312026-05-04T17:05:09.029Zwords system system british-english
2322026-05-04T17:05:09.029Zwords system system canadian-english
2332026-05-04T17:05:09.029Zwords system system french
2342026-05-04T17:05:09.029Zwords system system italian
2352026-05-04T17:05:09.029Zwords system system ngerman
2362026-05-04T17:05:09.029Zwords system system ogerman
2372026-05-04T17:05:09.029Zwords system system spanish
2382026-05-04T17:05:09.258ZPUBLISHER TYPE STATUS P LOCATION
2392026-05-04T17:05:09.258Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-05-04T17:05:13.888ZFMRI IFO
2412026-05-04T17:05:13.888Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-05-04T17:05:13.888Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-05-04T17:05:13.888Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-05-04T17:05:13.888Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-05-04T17:05:13.888Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-05-04T17:05:13.888Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-05-04T17:05:13.888Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2482026-05-04T17:05:13.889Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2492026-05-04T17:05:13.890Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-05-04T17:05:13.890Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-05-04T17:05:13.890Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-05-04T17:05:13.890Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-05-04T17:05:13.890Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-05-04T17:05:13.890Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-05-04T17:05:13.890Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-05-04T17:05:13.890Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-05-04T17:05:13.890Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-05-04T17:05:15.069Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-05-04T17:05:15.362Z Updating crates.io index
2602026-05-04T17:05:15.398Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-05-04T17:05:16.093Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-05-04T17:05:16.533Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-05-04T17:05:17.118Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-05-04T17:05:17.938Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-05-04T17:05:18.426Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-04T17:05:19.780Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-05-04T17:05:20.667Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-05-04T17:05:20.950Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-05-04T17:05:21.859Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-05-04T17:05:22.220Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-05-04T17:05:22.667Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-05-04T17:05:22.948Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-05-04T17:05:23.904Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-04T17:05:24.464Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-04T17:05:24.766Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-05-04T17:05:25.064Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-05-04T17:05:25.406Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-05-04T17:05:25.692Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-05-04T17:05:25.934Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-05-04T17:05:26.198Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-05-04T17:05:26.610Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-05-04T17:05:27.043Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-05-04T17:05:27.533Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-05-04T17:05:27.796Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-05-04T17:05:28.093Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-05-04T17:05:29.103Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-05-04T17:05:29.777Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-05-04T17:05:30.323Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-05-04T17:05:30.854Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-05-04T17:05:31.220Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-05-04T17:05:31.566Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-05-04T17:05:31.887Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-05-04T17:05:32.465Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-05-04T17:05:32.722Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-05-04T17:05:32.977Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-05-04T17:05:33.242Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-05-04T17:05:33.621Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-05-04T17:05:45.340Z Downloading crates ...
2992026-05-04T17:05:45.397Z Downloaded byteorder v1.5.0
3002026-05-04T17:05:45.400Z Downloaded autocfg v1.5.0
3012026-05-04T17:05:45.403Z Downloaded cargo_metadata v0.21.0
3022026-05-04T17:05:45.406Z Downloaded potential_utf v0.1.4
3032026-05-04T17:05:45.406Z Downloaded unicode-linebreak v0.1.5
3042026-05-04T17:05:45.409Z Downloaded unicode-xid v0.2.6
3052026-05-04T17:05:45.409Z Downloaded fastrand v2.3.0
3062026-05-04T17:05:45.409Z Downloaded camino-tempfile v1.4.1
3072026-05-04T17:05:45.411Z Downloaded dof v0.3.0
3082026-05-04T17:05:45.411Z Downloaded proc-macro-error-attr v1.0.4
3092026-05-04T17:05:45.414Z Downloaded anstyle-parse v0.2.7
3102026-05-04T17:05:45.417Z Downloaded version_check v0.9.5
3112026-05-04T17:05:45.420Z Downloaded tabled_derive v0.7.0
3122026-05-04T17:05:45.421Z Downloaded zerovec-derive v0.11.2
3132026-05-04T17:05:45.424Z Downloaded typenum v1.19.0
3142026-05-04T17:05:45.424Z Downloaded thiserror-impl v1.0.69
3152026-05-04T17:05:45.424Z Downloaded thiserror v2.0.18
3162026-05-04T17:05:45.427Z Downloaded bitflags v2.11.0
3172026-05-04T17:05:45.430Z Downloaded usdt v0.5.0
3182026-05-04T17:05:45.430Z Downloaded fs-err v3.3.0
3192026-05-04T17:05:45.433Z Downloaded tinystr v0.8.2
3202026-05-04T17:05:45.433Z Downloaded anstream v0.6.21
3212026-05-04T17:05:45.436Z Downloaded thiserror v1.0.69
3222026-05-04T17:05:45.438Z Downloaded utf8parse v0.2.2
3232026-05-04T17:05:45.438Z Downloaded macaddr v1.0.1
3242026-05-04T17:05:45.438Z Downloaded yoke-derive v0.8.1
3252026-05-04T17:05:45.443Z Downloaded serde_tokenstream v0.2.3
3262026-05-04T17:05:45.443Z Downloaded anstyle-query v1.1.5
3272026-05-04T17:05:45.443Z Downloaded usdt-macro v0.5.0
3282026-05-04T17:05:45.443Z Downloaded semver v1.0.28
3292026-05-04T17:05:45.446Z Downloaded toml_datetime v0.6.11
3302026-05-04T17:05:45.446Z Downloaded toml_write v0.1.2
3312026-05-04T17:05:45.446Z Downloaded writeable v0.6.2
3322026-05-04T17:05:45.448Z Downloaded percent-encoding v2.3.2
3332026-05-04T17:05:45.448Z Downloaded zerofrom v0.1.6
3342026-05-04T17:05:45.448Z Downloaded thread-id v4.2.2
3352026-05-04T17:05:45.448Z Downloaded thiserror-impl v2.0.18
3362026-05-04T17:05:45.451Z Downloaded clap v4.5.60
3372026-05-04T17:05:45.454Z Downloaded zmij v1.0.21
3382026-05-04T17:05:45.457Z Downloaded utf8_iter v1.0.4
3392026-05-04T17:05:45.457Z Downloaded ucd-trie v0.1.7
3402026-05-04T17:05:45.457Z Downloaded textwrap v0.16.2
3412026-05-04T17:05:45.460Z Downloaded cpufeatures v0.2.17
3422026-05-04T17:05:45.460Z Downloaded typeid v1.0.3
3432026-05-04T17:05:45.460Z Downloaded icu_normalizer_data v2.1.1
3442026-05-04T17:05:45.464Z Downloaded pretty-hex v0.4.1
3452026-05-04T17:05:45.464Z Downloaded erased-serde v0.4.9
3462026-05-04T17:05:45.466Z Downloaded usdt-impl v0.5.0
3472026-05-04T17:05:45.466Z Downloaded toml v0.8.23
3482026-05-04T17:05:45.466Z Downloaded zerocopy-derive v0.7.35
3492026-05-04T17:05:45.469Z Downloaded smawk v0.3.2
3502026-05-04T17:05:45.469Z Downloaded serde-value v0.7.0
3512026-05-04T17:05:45.469Z Downloaded colorchoice v1.0.4
3522026-05-04T17:05:45.472Z Downloaded crypto-common v0.1.7
3532026-05-04T17:05:45.472Z Downloaded usdt-attr-macro v0.5.0
3542026-05-04T17:05:45.474Z Downloaded bytecount v0.6.9
3552026-05-04T17:05:45.480Z Downloaded swrite v0.1.0
3562026-05-04T17:05:45.482Z Downloaded scroll_derive v0.12.1
3572026-05-04T17:05:45.482Z Downloaded heck v0.5.0
3582026-05-04T17:05:45.483Z Downloaded equivalent v1.0.2
3592026-05-04T17:05:45.483Z Downloaded form_urlencoded v1.2.2
3602026-05-04T17:05:45.485Z Downloaded dtrace-parser v0.2.0
3612026-05-04T17:05:45.485Z Downloaded zerofrom-derive v0.1.6
3622026-05-04T17:05:45.490Z Downloaded yoke v0.8.1
3632026-05-04T17:05:45.490Z Downloaded errno v0.3.14
3642026-05-04T17:05:45.497Z Downloaded stable_deref_trait v1.2.1
3652026-05-04T17:05:45.500Z Downloaded zerotrie v0.2.3
3662026-05-04T17:05:45.503Z Downloaded unicode-ident v1.0.24
3672026-05-04T17:05:45.506Z Downloaded toml_edit v0.22.27
3682026-05-04T17:05:45.506Z Downloaded sha2 v0.10.9
3692026-05-04T17:05:45.508Z Downloaded url v2.5.8
3702026-05-04T17:05:45.511Z Downloaded serde_spanned v0.6.9
3712026-05-04T17:05:45.511Z Downloaded quote v1.0.45
3722026-05-04T17:05:45.514Z Downloaded zerocopy v0.7.35
3732026-05-04T17:05:45.520Z Downloaded strsim v0.11.1
3742026-05-04T17:05:45.522Z Downloaded zerovec v0.11.5
3752026-05-04T17:05:45.525Z Downloaded winnow v0.7.14
3762026-05-04T17:05:45.528Z Downloaded memmap v0.7.0
3772026-05-04T17:05:45.531Z Downloaded is_terminal_polyfill v1.70.2
3782026-05-04T17:05:45.531Z Downloaded idna_adapter v1.2.1
3792026-05-04T17:05:45.531Z Downloaded generic-array v0.14.7
3802026-05-04T17:05:45.534Z Downloaded fnv v1.0.7
3812026-05-04T17:05:45.534Z Downloaded cargo_toml v0.21.0
3822026-05-04T17:05:45.534Z Downloaded terminal_size v0.4.3
3832026-05-04T17:05:45.534Z Downloaded clap_lex v1.0.0
3842026-05-04T17:05:45.537Z Downloaded unicode-width v0.1.14
3852026-05-04T17:05:45.539Z Downloaded itoa v1.0.17
3862026-05-04T17:05:45.539Z Downloaded unicode-width v0.2.0
3872026-05-04T17:05:45.542Z Downloaded block-buffer v0.10.4
3882026-05-04T17:05:45.542Z Downloaded plain v0.2.3
3892026-05-04T17:05:45.542Z Downloaded ordered-float v2.10.1
3902026-05-04T17:05:45.545Z Downloaded heck v0.4.1
3912026-05-04T17:05:45.545Z Downloaded num-traits v0.2.19
3922026-05-04T17:05:45.545Z Downloaded cfg-if v1.0.4
3932026-05-04T17:05:45.548Z Downloaded clap_derive v4.5.55
3942026-05-04T17:05:45.551Z Downloaded cargo-platform v0.2.0
3952026-05-04T17:05:45.551Z Downloaded camino v1.2.2
3962026-05-04T17:05:45.554Z Downloaded pest_generator v2.8.6
3972026-05-04T17:05:45.559Z Downloaded serde-untagged v0.1.9
3982026-05-04T17:05:45.562Z Downloaded synstructure v0.13.2
3992026-05-04T17:05:45.566Z Downloaded scroll v0.12.0
4002026-05-04T17:05:45.576Z Downloaded digest v0.10.7
4012026-05-04T17:05:45.578Z Downloaded litemap v0.8.1
4022026-05-04T17:05:45.578Z Downloaded proc-macro-error v1.0.4
4032026-05-04T17:05:45.583Z Downloaded icu_properties v2.1.2
4042026-05-04T17:05:45.587Z Downloaded pest v2.8.6
4052026-05-04T17:05:45.590Z Downloaded smallvec v1.15.1
4062026-05-04T17:05:45.597Z Downloaded displaydoc v0.2.5
4072026-05-04T17:05:45.599Z Downloaded cargo-util-schemas v0.8.2
4082026-05-04T17:05:45.601Z Downloaded anstyle v1.0.13
4092026-05-04T17:05:45.604Z Downloaded icu_provider v2.1.1
4102026-05-04T17:05:45.612Z Downloaded pest_derive v2.8.6
4112026-05-04T17:05:45.615Z Downloaded log v0.4.29
4122026-05-04T17:05:45.615Z Downloaded tempfile v3.25.0
4132026-05-04T17:05:45.624Z Downloaded serde_derive v1.0.228
4142026-05-04T17:05:45.627Z Downloaded serde_core v1.0.228
4152026-05-04T17:05:45.629Z Downloaded once_cell v1.21.3
4162026-05-04T17:05:45.630Z Downloaded getrandom v0.4.1
4172026-05-04T17:05:45.632Z Downloaded anyhow v1.0.102
4182026-05-04T17:05:45.635Z Downloaded pest_meta v2.8.6
4192026-05-04T17:05:45.635Z Downloaded papergrid v0.11.0
4202026-05-04T17:05:45.638Z Downloaded icu_properties_data v2.1.2
4212026-05-04T17:05:45.643Z Downloaded proc-macro2 v1.0.106
4222026-05-04T17:05:45.646Z Downloaded idna v1.1.0
4232026-05-04T17:05:45.646Z Downloaded icu_normalizer v2.1.1
4242026-05-04T17:05:45.649Z Downloaded serde v1.0.228
4252026-05-04T17:05:45.654Z Downloaded icu_locale_core v2.1.1
4262026-05-04T17:05:45.658Z Downloaded icu_collections v2.1.1
4272026-05-04T17:05:45.663Z Downloaded serde_json v1.0.149
4282026-05-04T17:05:45.666Z Downloaded memchr v2.8.0
4292026-05-04T17:05:45.669Z Downloaded indexmap v2.14.0
4302026-05-04T17:05:45.697Z Downloaded hashbrown v0.17.0
4312026-05-04T17:05:45.707Z Downloaded clap_builder v4.5.60
4322026-05-04T17:05:45.717Z Downloaded tabled v0.15.0
4332026-05-04T17:05:45.725Z Downloaded syn v2.0.117
4342026-05-04T17:05:45.730Z Downloaded goblin v0.8.2
4352026-05-04T17:05:45.733Z Downloaded syn v1.0.109
4362026-05-04T17:05:45.753Z Downloaded rustix v1.1.3
4372026-05-04T17:05:45.780Z Downloaded libc v0.2.185
4382026-05-04T17:05:45.846Z Compiling proc-macro2 v1.0.106
4392026-05-04T17:05:45.847Z Compiling quote v1.0.45
4402026-05-04T17:05:45.847Z Compiling unicode-ident v1.0.24
4412026-05-04T17:05:45.850Z Compiling serde_core v1.0.228
4422026-05-04T17:05:45.850Z Compiling libc v0.2.185
4432026-05-04T17:05:45.850Z Compiling version_check v0.9.5
4442026-05-04T17:05:45.850Z Compiling serde v1.0.228
4452026-05-04T17:05:45.850Z Compiling stable_deref_trait v1.2.1
4462026-05-04T17:05:45.850Z Compiling memchr v2.8.0
4472026-05-04T17:05:45.850Z Compiling zmij v1.0.21
4482026-05-04T17:05:45.850Z Compiling itoa v1.0.17
4492026-05-04T17:05:45.852Z Compiling ucd-trie v0.1.7
4502026-05-04T17:05:46.033Z Compiling autocfg v1.5.0
4512026-05-04T17:05:46.036Z Compiling thiserror v1.0.69
4522026-05-04T17:05:46.036Z Compiling writeable v0.6.2
4532026-05-04T17:05:46.304Z Compiling litemap v0.8.1
4542026-05-04T17:05:46.307Z Compiling rustix v1.1.3
4552026-05-04T17:05:46.403Z Compiling byteorder v1.5.0
4562026-05-04T17:05:46.443Z Compiling icu_properties_data v2.1.2
4572026-05-04T17:05:46.465Z Compiling icu_normalizer_data v2.1.1
4582026-05-04T17:05:46.594Z Compiling serde_json v1.0.149
4592026-05-04T17:05:46.772Z Compiling pest v2.8.6
4602026-05-04T17:05:46.814Z Compiling bitflags v2.11.0
4612026-05-04T17:05:46.855Z Compiling hashbrown v0.17.0
4622026-05-04T17:05:46.896Z Compiling num-traits v0.2.19
4632026-05-04T17:05:46.934Z Compiling typeid v1.0.3
4642026-05-04T17:05:46.970Z Compiling equivalent v1.0.2
4652026-05-04T17:05:47.098Z Compiling smallvec v1.15.1
4662026-05-04T17:05:47.162Z Compiling proc-macro-error-attr v1.0.4
4672026-05-04T17:05:47.203Z Compiling usdt-impl v0.5.0
4682026-05-04T17:05:47.206Z Compiling toml_write v0.1.2
4692026-05-04T17:05:47.224Z Compiling erased-serde v0.4.9
4702026-05-04T17:05:47.286Z Compiling syn v1.0.109
4712026-05-04T17:05:47.356Z Compiling winnow v0.7.14
4722026-05-04T17:05:47.383Z Compiling proc-macro-error v1.0.4
4732026-05-04T17:05:47.430Z Compiling camino v1.2.2
4742026-05-04T17:05:47.478Z Compiling errno v0.3.14
4752026-05-04T17:05:47.481Z Compiling thread-id v4.2.2
4762026-05-04T17:05:47.594Z Compiling indexmap v2.14.0
4772026-05-04T17:05:47.613Z Compiling getrandom v0.4.1
4782026-05-04T17:05:47.651Z Compiling utf8parse v0.2.2
4792026-05-04T17:05:47.654Z Compiling plain v0.2.3
4802026-05-04T17:05:47.710Z Compiling utf8_iter v1.0.4
4812026-05-04T17:05:47.748Z Compiling syn v2.0.117
4822026-05-04T17:05:47.771Z Compiling thiserror v2.0.18
4832026-05-04T17:05:47.790Z Compiling percent-encoding v2.3.2
4842026-05-04T17:05:47.810Z Compiling log v0.4.29
4852026-05-04T17:05:47.849Z Compiling pest_meta v2.8.6
4862026-05-04T17:05:47.910Z Compiling anstyle-parse v0.2.7
4872026-05-04T17:05:48.023Z Compiling form_urlencoded v1.2.2
4882026-05-04T17:05:48.085Z Compiling pretty-hex v0.4.1
4892026-05-04T17:05:48.118Z Compiling ordered-float v2.10.1
4902026-05-04T17:05:48.175Z Compiling anstyle v1.0.13
4912026-05-04T17:05:48.212Z Compiling is_terminal_polyfill v1.70.2
4922026-05-04T17:05:48.235Z Compiling anstyle-query v1.1.5
4932026-05-04T17:05:48.238Z Compiling colorchoice v1.0.4
4942026-05-04T17:05:48.274Z Compiling cfg-if v1.0.4
4952026-05-04T17:05:48.333Z Compiling fs-err v3.3.0
4962026-05-04T17:05:48.389Z Compiling anstream v0.6.21
4972026-05-04T17:05:48.392Z Compiling once_cell v1.21.3
4982026-05-04T17:05:48.431Z Compiling fnv v1.0.7
4992026-05-04T17:05:48.434Z Compiling heck v0.5.0
5002026-05-04T17:05:48.469Z Compiling bytecount v0.6.9
5012026-05-04T17:05:48.564Z Compiling terminal_size v0.4.3
5022026-05-04T17:05:48.649Z Compiling semver v1.0.28
5032026-05-04T17:05:48.701Z Compiling anyhow v1.0.102
5042026-05-04T17:05:48.730Z Compiling fastrand v2.3.0
5052026-05-04T17:05:48.749Z Compiling unicode-xid v0.2.6
5062026-05-04T17:05:48.769Z Compiling heck v0.4.1
5072026-05-04T17:05:48.790Z Compiling strsim v0.11.1
5082026-05-04T17:05:48.815Z Compiling clap_lex v1.0.0
5092026-05-04T17:05:48.894Z Compiling unicode-width v0.1.14
5102026-05-04T17:05:48.925Z Compiling tempfile v3.25.0
5112026-05-04T17:05:49.006Z Compiling clap_builder v4.5.60
5122026-05-04T17:05:49.027Z Compiling serde-untagged v0.1.9
5132026-05-04T17:05:49.104Z Compiling memmap v0.7.0
5142026-05-04T17:05:49.122Z Compiling unicode-linebreak v0.1.5
5152026-05-04T17:05:49.169Z Compiling papergrid v0.11.0
5162026-05-04T17:05:49.224Z Compiling smawk v0.3.2
5172026-05-04T17:05:49.224Z Compiling unicode-width v0.2.0
5182026-05-04T17:05:49.319Z Compiling camino-tempfile v1.4.1
5192026-05-04T17:05:49.360Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-05-04T17:05:49.360Z Compiling swrite v0.1.0
5212026-05-04T17:05:49.480Z Compiling textwrap v0.16.2
5222026-05-04T17:05:49.705Z Compiling tabled_derive v0.7.0
5232026-05-04T17:05:50.385Z Compiling tabled v0.15.0
5242026-05-04T17:05:50.403Z Compiling synstructure v0.13.2
5252026-05-04T17:05:50.406Z Compiling pest_generator v2.8.6
5262026-05-04T17:05:50.970Z Compiling serde_derive v1.0.228
5272026-05-04T17:05:50.974Z Compiling zerofrom-derive v0.1.6
5282026-05-04T17:05:50.974Z Compiling yoke-derive v0.8.1
5292026-05-04T17:05:50.974Z Compiling zerovec-derive v0.11.2
5302026-05-04T17:05:50.974Z Compiling displaydoc v0.2.5
5312026-05-04T17:05:50.974Z Compiling thiserror-impl v1.0.69
5322026-05-04T17:05:50.974Z Compiling zerocopy-derive v0.7.35
5332026-05-04T17:05:50.974Z Compiling scroll_derive v0.12.1
5342026-05-04T17:05:50.974Z Compiling thiserror-impl v2.0.18
5352026-05-04T17:05:50.974Z Compiling clap_derive v4.5.55
5362026-05-04T17:05:51.089Z Compiling pest_derive v2.8.6
5372026-05-04T17:05:51.574Z Compiling scroll v0.12.0
5382026-05-04T17:05:51.737Z Compiling zerocopy v0.7.35
5392026-05-04T17:05:51.799Z Compiling goblin v0.8.2
5402026-05-04T17:05:52.005Z Compiling zerofrom v0.1.6
5412026-05-04T17:05:52.121Z Compiling yoke v0.8.1
5422026-05-04T17:05:52.183Z Compiling dtrace-parser v0.2.0
5432026-05-04T17:05:52.277Z Compiling zerovec v0.11.5
5442026-05-04T17:05:52.277Z Compiling zerotrie v0.2.3
5452026-05-04T17:05:52.436Z Compiling clap v4.5.60
5462026-05-04T17:05:52.695Z Compiling tinystr v0.8.2
5472026-05-04T17:05:52.695Z Compiling potential_utf v0.1.4
5482026-05-04T17:05:52.807Z Compiling icu_collections v2.1.1
5492026-05-04T17:05:52.866Z Compiling icu_locale_core v2.1.1
5502026-05-04T17:05:53.408Z Compiling icu_provider v2.1.1
5512026-05-04T17:05:53.432Z Compiling toml_datetime v0.6.11
5522026-05-04T17:05:53.432Z Compiling serde_spanned v0.6.9
5532026-05-04T17:05:53.432Z Compiling serde-value v0.7.0
5542026-05-04T17:05:53.436Z Compiling cargo-platform v0.2.0
5552026-05-04T17:05:53.436Z Compiling macaddr v1.0.1
5562026-05-04T17:05:53.471Z Compiling dof v0.3.0
5572026-05-04T17:05:53.474Z Compiling serde_tokenstream v0.2.3
5582026-05-04T17:05:53.698Z Compiling icu_properties v2.1.2
5592026-05-04T17:05:53.698Z Compiling icu_normalizer v2.1.1
5602026-05-04T17:05:53.736Z Compiling toml_edit v0.22.27
5612026-05-04T17:05:54.303Z Compiling usdt-attr-macro v0.5.0
5622026-05-04T17:05:54.303Z Compiling usdt-macro v0.5.0
5632026-05-04T17:05:54.523Z Compiling idna_adapter v1.2.1
5642026-05-04T17:05:54.629Z Compiling idna v1.1.0
5652026-05-04T17:05:54.892Z Compiling usdt v0.5.0
5662026-05-04T17:05:54.910Z Compiling url v2.5.8
5672026-05-04T17:05:55.047Z Compiling toml v0.8.23
5682026-05-04T17:05:55.381Z Compiling cargo-util-schemas v0.8.2
5692026-05-04T17:05:55.381Z Compiling cargo_toml v0.21.0
5702026-05-04T17:05:56.169Z Compiling cargo_metadata v0.21.0
5712026-05-04T17:05:57.087Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-05-04T17:05:59.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.35s
5732026-05-04T17:05:59.478Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-05-04T17:06:00.045Z Downloading crates ...
5752026-05-04T17:06:00.146Z Downloaded adler2 v2.0.1
5762026-05-04T17:06:00.151Z Downloaded crucible-workspace-hack v0.1.0
5772026-05-04T17:06:00.154Z Downloaded bitfield-macros v0.19.4
5782026-05-04T17:06:00.158Z Downloaded crc8 v0.1.1
5792026-05-04T17:06:00.161Z Downloaded critical-section v1.2.0
5802026-05-04T17:06:00.161Z Downloaded array-init v0.0.4
5812026-05-04T17:06:00.161Z Downloaded ciborium-io v0.2.2
5822026-05-04T17:06:00.164Z Downloaded crc32fast v1.5.0
5832026-05-04T17:06:00.167Z Downloaded darling_macro v0.20.11
5842026-05-04T17:06:00.167Z Downloaded crc v3.4.0
5852026-05-04T17:06:00.168Z Downloaded defmt v0.3.100
5862026-05-04T17:06:00.172Z Downloaded async-stream v0.3.6
5872026-05-04T17:06:00.172Z Downloaded bcrypt-pbkdf v0.10.0
5882026-05-04T17:06:00.172Z Downloaded flagset v0.4.7
5892026-05-04T17:06:00.172Z Downloaded ascii-canvas v3.0.0
5902026-05-04T17:06:00.173Z Downloaded float-ord v0.3.2
5912026-05-04T17:06:00.175Z Downloaded cargo_metadata v0.19.2
5922026-05-04T17:06:00.175Z Downloaded endian-type v0.1.2
5932026-05-04T17:06:00.176Z Downloaded darling_macro v0.23.0
5942026-05-04T17:06:00.176Z Downloaded bit-vec v0.6.3
5952026-05-04T17:06:00.179Z Downloaded curve25519-dalek-derive v0.1.1
5962026-05-04T17:06:00.180Z Downloaded crypto-bigint v0.5.5
5972026-05-04T17:06:00.183Z Downloaded dof v0.4.0
5982026-05-04T17:06:00.183Z Downloaded blowfish v0.9.1
5992026-05-04T17:06:00.183Z Downloaded async-stream-impl v0.3.6
6002026-05-04T17:06:00.185Z Downloaded clang-sys v1.8.1
6012026-05-04T17:06:00.185Z Downloaded foreign-types v0.3.2
6022026-05-04T17:06:00.185Z Downloaded env_logger v0.11.9
6032026-05-04T17:06:00.189Z Downloaded embedded-io v0.6.1
6042026-05-04T17:06:00.189Z Downloaded console v0.16.2
6052026-05-04T17:06:00.191Z Downloaded crossbeam-deque v0.8.6
6062026-05-04T17:06:00.191Z Downloaded ecdsa v0.16.9
6072026-05-04T17:06:00.194Z Downloaded csv-core v0.1.13
6082026-05-04T17:06:00.194Z Downloaded arc-swap v1.8.2
6092026-05-04T17:06:00.198Z Downloaded fallible-iterator v0.2.0
6102026-05-04T17:06:00.198Z Downloaded crunchy v0.2.4
6112026-05-04T17:06:00.198Z Downloaded derive-ex v0.1.8
6122026-05-04T17:06:00.201Z Downloaded defmt-parser v1.0.0
6132026-05-04T17:06:00.201Z Downloaded foreign-types v0.5.0
6142026-05-04T17:06:00.205Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-05-04T17:06:00.205Z Downloaded cstr-argument v0.1.2
6162026-05-04T17:06:00.205Z Downloaded find-msvc-tools v0.1.9
6172026-05-04T17:06:00.208Z Downloaded foreign-types-macros v0.2.3
6182026-05-04T17:06:00.208Z Downloaded base16ct v0.2.0
6192026-05-04T17:06:00.208Z Downloaded atty v0.2.14
6202026-05-04T17:06:00.208Z Downloaded atomic-waker v1.1.2
6212026-05-04T17:06:00.210Z Downloaded des v0.8.1
6222026-05-04T17:06:00.210Z Downloaded darling_macro v0.21.3
6232026-05-04T17:06:00.210Z Downloaded darling v0.20.11
6242026-05-04T17:06:00.214Z Downloaded diff v0.1.13
6252026-05-04T17:06:00.216Z Downloaded assert_matches v1.5.0
6262026-05-04T17:06:00.219Z Downloaded drift v0.1.3
6272026-05-04T17:06:00.222Z Downloaded env_filter v1.0.0
6282026-05-04T17:06:00.222Z Downloaded difflib v0.4.0
6292026-05-04T17:06:00.222Z Downloaded bitfield v0.19.4
6302026-05-04T17:06:00.225Z Downloaded async-trait v0.1.89
6312026-05-04T17:06:00.227Z Downloaded cobs v0.3.0
6322026-05-04T17:06:00.227Z Downloaded aead v0.5.2
6332026-05-04T17:06:00.227Z Downloaded cargo-platform v0.1.9
6342026-05-04T17:06:00.230Z Downloaded async-bb8-diesel v0.2.1
6352026-05-04T17:06:00.231Z Downloaded enum-as-inner v0.6.1
6362026-05-04T17:06:00.234Z Downloaded dtrace-parser v0.3.0
6372026-05-04T17:06:00.234Z Downloaded bit-set v0.8.0
6382026-05-04T17:06:00.234Z Downloaded dropshot-api-manager-types v0.7.1
6392026-05-04T17:06:00.234Z Downloaded ahash v0.8.12
6402026-05-04T17:06:00.237Z Downloaded erased-serde v0.3.31
6412026-05-04T17:06:00.239Z Downloaded deranged v0.5.8
6422026-05-04T17:06:00.243Z Downloaded derive_builder_macro v0.20.2
6432026-05-04T17:06:00.246Z Downloaded dyn-clone v1.0.20
6442026-05-04T17:06:00.246Z Downloaded dirs-next v2.0.0
6452026-05-04T17:06:00.249Z Downloaded fd-lock v4.0.4
6462026-05-04T17:06:00.249Z Downloaded async-recursion v1.1.1
6472026-05-04T17:06:00.253Z Downloaded document-features v0.2.12
6482026-05-04T17:06:00.253Z Downloaded dunce v1.0.5
6492026-05-04T17:06:00.256Z Downloaded debug-ignore v1.0.5
6502026-05-04T17:06:00.256Z Downloaded futures-sink v0.3.32
6512026-05-04T17:06:00.256Z Downloaded fixedbitset v0.4.2
6522026-05-04T17:06:00.256Z Downloaded arrayvec v0.7.6
6532026-05-04T17:06:00.259Z Downloaded compression-core v0.4.31
6542026-05-04T17:06:00.259Z Downloaded bitflags v1.3.2
6552026-05-04T17:06:00.261Z Downloaded dsl_auto_type v0.2.0
6562026-05-04T17:06:00.261Z Downloaded ff v0.13.1
6572026-05-04T17:06:00.261Z Downloaded dropshot_endpoint v0.17.0
6582026-05-04T17:06:00.264Z Downloaded float-cmp v0.10.0
6592026-05-04T17:06:00.267Z Downloaded arrayref v0.3.9
6602026-05-04T17:06:00.267Z Downloaded cpufeatures v0.3.0
6612026-05-04T17:06:00.267Z Downloaded bb8 v0.8.6
6622026-05-04T17:06:00.270Z Downloaded ciborium-ll v0.2.2
6632026-05-04T17:06:00.270Z Downloaded display-error-chain v0.2.2
6642026-05-04T17:06:00.270Z Downloaded downcast-rs v2.0.2
6652026-05-04T17:06:00.272Z Downloaded funty v2.0.0
6662026-05-04T17:06:00.272Z Downloaded derive_builder_core v0.20.2
6672026-05-04T17:06:00.272Z Downloaded base64ct v1.8.3
6682026-05-04T17:06:00.275Z Downloaded base64 v0.22.1
6692026-05-04T17:06:00.278Z Downloaded gethostname v0.5.0
6702026-05-04T17:06:00.278Z Downloaded embedded-io v0.4.0
6712026-05-04T17:06:00.281Z Downloaded bzip2 v0.4.4
6722026-05-04T17:06:00.281Z Downloaded fxhash v0.2.1
6732026-05-04T17:06:00.284Z Downloaded atomicwrites v0.4.4
6742026-05-04T17:06:00.284Z Downloaded foreign-types-shared v0.1.1
6752026-05-04T17:06:00.284Z Downloaded dirs-sys-next v0.1.2
6762026-05-04T17:06:00.284Z Downloaded ghash v0.5.1
6772026-05-04T17:06:00.286Z Downloaded backoff v0.4.0
6782026-05-04T17:06:00.286Z Downloaded futures-io v0.3.32
6792026-05-04T17:06:00.289Z Downloaded either v1.15.0
6802026-05-04T17:06:00.289Z Downloaded constant_time_eq v0.4.2
6812026-05-04T17:06:00.289Z Downloaded cassowary v0.3.0
6822026-05-04T17:06:00.292Z Downloaded const_format_proc_macros v0.2.34
6832026-05-04T17:06:00.292Z Downloaded ena v0.14.4
6842026-05-04T17:06:00.295Z Downloaded ed25519 v2.2.3
6852026-05-04T17:06:00.295Z Downloaded ctr v0.9.2
6862026-05-04T17:06:00.298Z Downloaded hash32 v0.3.1
6872026-05-04T17:06:00.298Z Downloaded hash32 v0.2.1
6882026-05-04T17:06:00.298Z Downloaded castaway v0.2.4
6892026-05-04T17:06:00.302Z Downloaded bitfield-struct v0.6.2
6902026-05-04T17:06:00.302Z Downloaded block-padding v0.3.3
6912026-05-04T17:06:00.302Z Downloaded base64 v0.21.7
6922026-05-04T17:06:00.304Z Downloaded convert_case v0.4.0
6932026-05-04T17:06:00.304Z Downloaded cfg_aliases v0.1.1
6942026-05-04T17:06:00.304Z Downloaded derive_builder v0.20.2
6952026-05-04T17:06:00.307Z Downloaded bit-set v0.5.3
6962026-05-04T17:06:00.310Z Downloaded argon2 v0.5.3
6972026-05-04T17:06:00.313Z Downloaded filetime v0.2.27
6982026-05-04T17:06:00.316Z Downloaded hex-literal v0.4.1
6992026-05-04T17:06:00.316Z Downloaded async-compression v0.4.41
7002026-05-04T17:06:00.319Z Downloaded headers-core v0.3.0
7012026-05-04T17:06:00.322Z Downloaded defmt-macros v1.0.1
7022026-05-04T17:06:00.322Z Downloaded data-encoding v2.10.0
7032026-05-04T17:06:00.325Z Downloaded hostname v0.4.2
7042026-05-04T17:06:00.325Z Downloaded fs_extra v1.3.0
7052026-05-04T17:06:00.330Z Downloaded cbc v0.1.2
7062026-05-04T17:06:00.330Z Downloaded camino-tempfile-ext v0.3.3
7072026-05-04T17:06:00.330Z Downloaded fixedbitset v0.5.7
7082026-05-04T17:06:00.333Z Downloaded http-range v0.1.5
7092026-05-04T17:06:00.333Z Downloaded hostname v0.3.1
7102026-05-04T17:06:00.333Z Downloaded cipher v0.4.4
7112026-05-04T17:06:00.333Z Downloaded httpdate v1.0.3
7122026-05-04T17:06:00.333Z Downloaded daft-derive v0.1.5
7132026-05-04T17:06:00.336Z Downloaded fs-err v2.11.0
7142026-05-04T17:06:00.339Z Downloaded hubpack_derive v0.1.1
7152026-05-04T17:06:00.339Z Downloaded diesel-dtrace v0.5.0
7162026-05-04T17:06:00.339Z Downloaded globwalk v0.9.1
7172026-05-04T17:06:00.342Z Downloaded git-stub v1.0.0
7182026-05-04T17:06:00.342Z Downloaded cfg_aliases v0.2.1
7192026-05-04T17:06:00.342Z Downloaded hubpack v0.1.2
7202026-05-04T17:06:00.346Z Downloaded daft v0.1.5
7212026-05-04T17:06:00.346Z Downloaded hex v0.4.3
7222026-05-04T17:06:00.346Z Downloaded http-body v1.0.1
7232026-05-04T17:06:00.349Z Downloaded hyper-tls v0.6.0
7242026-05-04T17:06:00.349Z Downloaded colored v2.2.0
7252026-05-04T17:06:00.349Z Downloaded crossbeam-epoch v0.9.18
7262026-05-04T17:06:00.352Z Downloaded futures-executor v0.3.32
7272026-05-04T17:06:00.352Z Downloaded der_derive v0.7.3
7282026-05-04T17:06:00.354Z Downloaded futures-task v0.3.32
7292026-05-04T17:06:00.354Z Downloaded futures-core v0.3.32
7302026-05-04T17:06:00.355Z Downloaded cmake v0.1.57
7312026-05-04T17:06:00.357Z Downloaded bzip2 v0.6.1
7322026-05-04T17:06:00.357Z Downloaded globset v0.4.18
7332026-05-04T17:06:00.360Z Downloaded bit-vec v0.8.0
7342026-05-04T17:06:00.360Z Downloaded indent_write v2.2.0
7352026-05-04T17:06:00.360Z Downloaded instant v0.1.13
7362026-05-04T17:06:00.363Z Downloaded ident_case v1.0.1
7372026-05-04T17:06:00.363Z Downloaded futures-macro v0.3.32
7382026-05-04T17:06:00.363Z Downloaded allocator-api2 v0.2.21
7392026-05-04T17:06:00.365Z Downloaded const-oid v0.9.6
7402026-05-04T17:06:00.365Z Downloaded chacha20 v0.10.0
7412026-05-04T17:06:00.368Z Downloaded cookie_store v0.22.1
7422026-05-04T17:06:00.371Z Downloaded indoc v1.0.9
7432026-05-04T17:06:00.371Z Downloaded inout v0.1.4
7442026-05-04T17:06:00.373Z Downloaded is_ci v1.2.0
7452026-05-04T17:06:00.374Z Downloaded instability v0.3.11
7462026-05-04T17:06:00.374Z Downloaded cexpr v0.6.0
7472026-05-04T17:06:00.376Z Downloaded is-terminal v0.4.17
7482026-05-04T17:06:00.376Z Downloaded blake2 v0.10.6
7492026-05-04T17:06:00.379Z Downloaded chacha20 v0.9.1
7502026-05-04T17:06:00.379Z Downloaded http-body-util v0.1.3
7512026-05-04T17:06:00.381Z Downloaded darling v0.21.3
7522026-05-04T17:06:00.384Z Downloaded lazy_static v1.5.0
7532026-05-04T17:06:00.384Z Downloaded foldhash v0.1.5
7542026-05-04T17:06:00.387Z Downloaded ciborium v0.2.2
7552026-05-04T17:06:00.387Z Downloaded lalrpop-util v0.19.12
7562026-05-04T17:06:00.387Z Downloaded compression-codecs v0.4.37
7572026-05-04T17:06:00.390Z Downloaded dropshot_endpoint v0.16.7
7582026-05-04T17:06:00.394Z Downloaded internet-checksum v0.2.1
7592026-05-04T17:06:00.394Z Downloaded highway v1.3.0
7602026-05-04T17:06:00.397Z Downloaded elliptic-curve v0.13.8
7612026-05-04T17:06:00.397Z Downloaded glob v0.3.3
7622026-05-04T17:06:00.400Z Downloaded corncobs v0.1.4
7632026-05-04T17:06:00.400Z Downloaded lru-cache v0.1.2
7642026-05-04T17:06:00.400Z Downloaded kstat-rs v0.2.4
7652026-05-04T17:06:00.402Z Downloaded keccak v0.1.6
7662026-05-04T17:06:00.402Z Downloaded bcs v0.1.6
7672026-05-04T17:06:00.402Z Downloaded home v0.5.12
7682026-05-04T17:06:00.405Z Downloaded crc-catalog v2.4.0
7692026-05-04T17:06:00.405Z Downloaded byte-wrapper v0.1.0
7702026-05-04T17:06:00.408Z Downloaded lru v0.12.5
7712026-05-04T17:06:00.408Z Downloaded crossbeam-utils v0.8.21
7722026-05-04T17:06:00.411Z Downloaded linked-hash-map v0.5.6
7732026-05-04T17:06:00.411Z Downloaded libscf-sys v1.1.0
7742026-05-04T17:06:00.411Z Downloaded foreign-types-shared v0.3.1
7752026-05-04T17:06:00.411Z Downloaded backon v1.6.0
7762026-05-04T17:06:00.414Z Downloaded git-stub-vcs v0.1.0
7772026-05-04T17:06:00.414Z Downloaded defmt v1.0.1
7782026-05-04T17:06:00.417Z Downloaded impl-trait-for-tuples v0.2.3
7792026-05-04T17:06:00.419Z Downloaded lru-slab v0.1.2
7802026-05-04T17:06:00.419Z Downloaded maybe-uninit v2.0.0
7812026-05-04T17:06:00.419Z Downloaded fatfs v0.3.6
7822026-05-04T17:06:00.423Z Downloaded maplit v1.0.2
7832026-05-04T17:06:00.423Z Downloaded ipnetwork v0.21.1
7842026-05-04T17:06:00.425Z Downloaded match_cfg v0.1.0
7852026-05-04T17:06:00.425Z Downloaded lzss v0.8.2
7862026-05-04T17:06:00.426Z Downloaded getrandom v0.2.17
7872026-05-04T17:06:00.428Z Downloaded half v1.8.3
7882026-05-04T17:06:00.434Z Downloaded buf-list v1.1.2
7892026-05-04T17:06:00.434Z Downloaded cancel-safe-futures v0.1.5
7902026-05-04T17:06:00.437Z Downloaded memoffset v0.9.1
7912026-05-04T17:06:00.437Z Downloaded md-5 v0.10.6
7922026-05-04T17:06:00.437Z Downloaded hyper-staticfile v0.10.1
7932026-05-04T17:06:00.437Z Downloaded console v0.15.11
7942026-05-04T17:06:00.440Z Downloaded new_debug_unreachable v1.0.6
7952026-05-04T17:06:00.440Z Downloaded colored v3.1.1
7962026-05-04T17:06:00.442Z Downloaded mime v0.3.17
7972026-05-04T17:06:00.442Z Downloaded nodrop v0.1.14
7982026-05-04T17:06:00.442Z Downloaded normalize-line-endings v0.3.0
7992026-05-04T17:06:00.445Z Downloaded newline-converter v0.3.0
8002026-05-04T17:06:00.445Z Downloaded ipnet v2.11.0
8012026-05-04T17:06:00.445Z Downloaded nonempty v0.12.0
8022026-05-04T17:06:00.448Z Downloaded multimap v0.10.1
8032026-05-04T17:06:00.449Z Downloaded derive_more v0.99.20
8042026-05-04T17:06:00.452Z Downloaded derive-where v1.6.0
8052026-05-04T17:06:00.452Z Downloaded libsw-core v0.3.2
8062026-05-04T17:06:00.455Z Downloaded ingot-types v0.1.2
8072026-05-04T17:06:00.455Z Downloaded ingot v0.1.1
8082026-05-04T17:06:00.457Z Downloaded indoc v2.0.7
8092026-05-04T17:06:00.457Z Downloaded newtype_derive v0.1.6
8102026-05-04T17:06:00.460Z Downloaded num-derive v0.3.3
8112026-05-04T17:06:00.460Z Downloaded num-iter v0.1.45
8122026-05-04T17:06:00.462Z Downloaded nibble_vec v0.1.0
8132026-05-04T17:06:00.463Z Downloaded num-conv v0.2.0
8142026-05-04T17:06:00.463Z Downloaded libsw v3.5.0
8152026-05-04T17:06:00.465Z Downloaded group v0.13.0
8162026-05-04T17:06:00.465Z Downloaded darling v0.23.0
8172026-05-04T17:06:00.468Z Downloaded num_threads v0.1.7
8182026-05-04T17:06:00.468Z Downloaded num-derive v0.4.2
8192026-05-04T17:06:00.471Z Downloaded num v0.4.3
8202026-05-04T17:06:00.471Z Downloaded libefi-sys v0.1.0
8212026-05-04T17:06:00.471Z Downloaded hmac v0.12.1
8222026-05-04T17:06:00.474Z Downloaded lock_api v0.4.14
8232026-05-04T17:06:00.474Z Downloaded openssl-probe v0.2.1
8242026-05-04T17:06:00.476Z Downloaded openssl-macros v0.1.1
8252026-05-04T17:06:00.477Z Downloaded libloading v0.8.9
8262026-05-04T17:06:00.477Z Downloaded cookie v0.18.1
8272026-05-04T17:06:00.479Z Downloaded httparse v1.10.1
8282026-05-04T17:06:00.482Z Downloaded iana-time-zone v0.1.65
8292026-05-04T17:06:00.482Z Downloaded jobserver v0.1.34
8302026-05-04T17:06:00.485Z Downloaded hyper-rustls v0.27.7
8312026-05-04T17:06:00.485Z Downloaded humantime v2.3.0
8322026-05-04T17:06:00.487Z Downloaded num_enum_derive v0.5.11
8332026-05-04T17:06:00.487Z Downloaded packed_struct_codegen v0.10.1
8342026-05-04T17:06:00.490Z Downloaded mime_guess v2.0.5
8352026-05-04T17:06:00.490Z Downloaded foldhash v0.2.0
8362026-05-04T17:06:00.490Z Downloaded oso-derive v0.27.3
8372026-05-04T17:06:00.493Z Downloaded openssl-probe v0.1.6
8382026-05-04T17:06:00.493Z Downloaded opaque-debug v0.3.1
8392026-05-04T17:06:00.493Z Downloaded chacha20poly1305 v0.10.1
8402026-05-04T17:06:00.495Z Downloaded getrandom v0.3.4
8412026-05-04T17:06:00.498Z Downloaded olpc-cjson v0.1.4
8422026-05-04T17:06:00.498Z Downloaded futures v0.3.32
8432026-05-04T17:06:00.501Z Downloaded der v0.7.10
8442026-05-04T17:06:00.504Z Downloaded multer v3.1.0
8452026-05-04T17:06:00.506Z Downloaded newtype-uuid-macros v0.1.0
8462026-05-04T17:06:00.506Z Downloaded parse-display v0.10.0
8472026-05-04T17:06:00.506Z Downloaded native-tls v0.2.18
8482026-05-04T17:06:00.509Z Downloaded path-slash v0.1.5
8492026-05-04T17:06:00.509Z Downloaded aes-gcm v0.10.3
8502026-05-04T17:06:00.512Z Downloaded darling_core v0.23.0
8512026-05-04T17:06:00.514Z Downloaded parse-size v1.1.0
8522026-05-04T17:06:00.517Z Downloaded newtype-uuid v1.3.2
8532026-05-04T17:06:00.517Z Downloaded nanorand v0.7.0
8542026-05-04T17:06:00.518Z Downloaded flume v0.11.1
8552026-05-04T17:06:00.543Z Downloaded aho-corasick v1.1.4
8562026-05-04T17:06:00.543Z Downloaded pbkdf2 v0.11.0
8572026-05-04T17:06:00.543Z Downloaded num_enum v0.5.11
8582026-05-04T17:06:00.543Z Downloaded futures-channel v0.3.32
8592026-05-04T17:06:00.543Z Downloaded pbkdf2 v0.12.2
8602026-05-04T17:06:00.544Z Downloaded peg-runtime v0.8.5
8612026-05-04T17:06:00.544Z Downloaded phf_shared v0.11.3
8622026-05-04T17:06:00.544Z Downloaded num_enum_derive v0.7.5
8632026-05-04T17:06:00.544Z Downloaded pin-utils v0.1.0
8642026-05-04T17:06:00.544Z Downloaded dropshot-api-manager v0.7.1
8652026-05-04T17:06:00.544Z Downloaded phf_shared v0.12.1
8662026-05-04T17:06:00.544Z Downloaded ingot-macros v0.1.1
8672026-05-04T17:06:00.544Z Downloaded darling_core v0.21.3
8682026-05-04T17:06:00.544Z Downloaded litrs v1.0.0
8692026-05-04T17:06:00.544Z Downloaded linear-map v1.2.0
8702026-05-04T17:06:00.544Z Downloaded darling_core v0.20.11
8712026-05-04T17:06:00.547Z Downloaded num_enum v0.7.5
8722026-05-04T17:06:00.550Z Downloaded predicates-core v1.0.10
8732026-05-04T17:06:00.564Z Downloaded powerfmt v0.2.0
8742026-05-04T17:06:00.567Z Downloaded phf_shared v0.13.1
8752026-05-04T17:06:00.567Z Downloaded num-rational v0.4.2
8762026-05-04T17:06:00.567Z Downloaded parse-display-derive v0.10.0
8772026-05-04T17:06:00.570Z Downloaded half v2.7.1
8782026-05-04T17:06:00.570Z Downloaded compact_str v0.8.1
8792026-05-04T17:06:00.573Z Downloaded proc-macro-crate v1.3.1
8802026-05-04T17:06:00.574Z Downloaded password-hash v0.5.0
8812026-05-04T17:06:00.576Z Downloaded oxide-tokio-rt v0.1.4
8822026-05-04T17:06:00.576Z Downloaded memmap2 v0.9.10
8832026-05-04T17:06:00.576Z Downloaded md5 v0.7.0
8842026-05-04T17:06:00.579Z Downloaded cc v1.2.56
8852026-05-04T17:06:00.579Z Downloaded progenitor-client v0.14.0
8862026-05-04T17:06:00.582Z Downloaded predicates-tree v1.0.13
8872026-05-04T17:06:00.582Z Downloaded headers v0.4.1
8882026-05-04T17:06:00.586Z Downloaded crossbeam-channel v0.5.15
8892026-05-04T17:06:00.589Z Downloaded progenitor-client v0.10.0
8902026-05-04T17:06:00.589Z Downloaded proc-macro-error-attr2 v2.0.0
8912026-05-04T17:06:00.592Z Downloaded proc-macro-crate v3.4.0
8922026-05-04T17:06:00.592Z Downloaded num-integer v0.1.46
8932026-05-04T17:06:00.592Z Downloaded nu-ansi-term v0.50.3
8942026-05-04T17:06:00.594Z Downloaded pem v3.0.6
8952026-05-04T17:06:00.595Z Downloaded crc-any v2.5.0
8962026-05-04T17:06:00.597Z Downloaded peg v0.8.5
8972026-05-04T17:06:00.597Z Downloaded bytes v1.11.1
8982026-05-04T17:06:00.600Z Downloaded quick-error v1.2.3
8992026-05-04T17:06:00.603Z Downloaded num-complex v0.4.6
9002026-05-04T17:06:00.603Z Downloaded pin-project-internal v1.1.11
9012026-05-04T17:06:00.606Z Downloaded phf v0.13.1
9022026-05-04T17:06:00.606Z Downloaded progenitor-macro v0.10.0
9032026-05-04T17:06:00.607Z Downloaded parking_lot_core v0.8.6
9042026-05-04T17:06:00.609Z Downloaded pem-rfc7468 v0.7.0
9052026-05-04T17:06:00.609Z Downloaded pin-project-lite v0.2.17
9062026-05-04T17:06:00.612Z Downloaded psl-types v2.0.11
9072026-05-04T17:06:00.612Z Downloaded progenitor-macro v0.13.0
9082026-05-04T17:06:00.615Z Downloaded progenitor-client v0.11.2
9092026-05-04T17:06:00.615Z Downloaded heapless v0.7.17
9102026-05-04T17:06:00.618Z Downloaded poly1305 v0.8.0
9112026-05-04T17:06:00.618Z Downloaded password-hash v0.4.2
9122026-05-04T17:06:00.620Z Downloaded polyval v0.6.2
9132026-05-04T17:06:00.620Z Downloaded ppv-lite86 v0.2.21
9142026-05-04T17:06:00.623Z Downloaded pkcs8 v0.10.2
9152026-05-04T17:06:00.623Z Downloaded radium v0.7.0
9162026-05-04T17:06:00.626Z Downloaded pkg-config v0.3.32
9172026-05-04T17:06:00.626Z Downloaded packed_struct v0.10.1
9182026-05-04T17:06:00.626Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-05-04T17:06:00.626Z Downloaded recursive v0.1.1
9202026-05-04T17:06:00.629Z Downloaded bumpalo v3.20.2
9212026-05-04T17:06:00.629Z Downloaded expectorate v1.2.0
9222026-05-04T17:06:00.633Z Downloaded omicron-zone-package v0.12.2
9232026-05-04T17:06:00.636Z Downloaded ignore v0.4.25
9242026-05-04T17:06:00.636Z Downloaded diesel_derives v2.3.7
9252026-05-04T17:06:00.638Z Downloaded phf v0.12.1
9262026-05-04T17:06:00.642Z Downloaded parking_lot v0.11.2
9272026-05-04T17:06:00.642Z Downloaded progenitor v0.14.0
9282026-05-04T17:06:00.646Z Downloaded progenitor v0.11.2
9292026-05-04T17:06:00.647Z Downloaded primeorder v0.13.6
9302026-05-04T17:06:00.647Z Downloaded paste v1.0.15
9312026-05-04T17:06:00.650Z Downloaded ref-cast-impl v1.0.25
9322026-05-04T17:06:00.650Z Downloaded ref-cast v1.0.25
9332026-05-04T17:06:00.650Z Downloaded libbz2-rs-sys v0.2.2
9342026-05-04T17:06:00.650Z Downloaded hickory-resolver v0.24.4
9352026-05-04T17:06:00.653Z Downloaded parking_lot_core v0.9.12
9362026-05-04T17:06:00.655Z Downloaded progenitor-extras v0.2.0
9372026-05-04T17:06:00.656Z Downloaded proc-macro-error2 v2.0.1
9382026-05-04T17:06:00.659Z Downloaded heapless v0.8.0
9392026-05-04T17:06:00.661Z Downloaded derive_more-impl v2.1.1
9402026-05-04T17:06:00.664Z Downloaded progenitor-macro v0.11.2
9412026-05-04T17:06:00.664Z Downloaded parking_lot v0.12.5
9422026-05-04T17:06:00.667Z Downloaded psm v0.1.30
9432026-05-04T17:06:00.669Z Downloaded rand_xorshift v0.4.0
9442026-05-04T17:06:00.669Z Downloaded progenitor v0.10.0
9452026-05-04T17:06:00.669Z Downloaded peg-macros v0.8.5
9462026-05-04T17:06:00.672Z Downloaded oxnet v0.1.4
9472026-05-04T17:06:00.672Z Downloaded indexmap v1.9.3
9482026-05-04T17:06:00.675Z Downloaded ed25519-dalek v2.2.0
9492026-05-04T17:06:00.678Z Downloaded precomputed-hash v0.1.1
9502026-05-04T17:06:00.678Z Downloaded owo-colors v4.3.0
9512026-05-04T17:06:00.678Z Downloaded pkcs5 v0.7.1
9522026-05-04T17:06:00.681Z Downloaded progenitor-macro v0.14.0
9532026-05-04T17:06:00.681Z Downloaded p256 v0.13.2
9542026-05-04T17:06:00.684Z Downloaded pkcs1 v0.7.5
9552026-05-04T17:06:00.684Z Downloaded rand_chacha v0.3.1
9562026-05-04T17:06:00.687Z Downloaded rand_core v0.10.0
9572026-05-04T17:06:00.687Z Downloaded rfc6979 v0.4.0
9582026-05-04T17:06:00.687Z Downloaded rand_core v0.9.5
9592026-05-04T17:06:00.690Z Downloaded russh-cryptovec v0.7.3
9602026-05-04T17:06:00.690Z Downloaded rustc_version v0.1.7
9612026-05-04T17:06:00.690Z Downloaded rustc-hash v2.1.1
9622026-05-04T17:06:00.693Z Downloaded rustc_version v0.4.1
9632026-05-04T17:06:00.693Z Downloaded rtoolbox v0.0.3
9642026-05-04T17:06:00.693Z Downloaded rand_chacha v0.9.0
9652026-05-04T17:06:00.693Z Downloaded r2d2 v0.8.10
9662026-05-04T17:06:00.696Z Downloaded flate2 v1.1.9
9672026-05-04T17:06:00.699Z Downloaded salsa20 v0.10.2
9682026-05-04T17:06:00.699Z Downloaded ar_archive_writer v0.5.1
9692026-05-04T17:06:00.701Z Downloaded const_format v0.2.35
9702026-05-04T17:06:00.704Z Downloaded managed v0.8.0
9712026-05-04T17:06:00.704Z Downloaded miniz_oxide v0.8.9
9722026-05-04T17:06:00.707Z Downloaded progenitor v0.13.0
9732026-05-04T17:06:00.707Z Downloaded postgres-protocol v0.6.10
9742026-05-04T17:06:00.709Z Downloaded oso v0.27.3
9752026-05-04T17:06:00.712Z Downloaded hickory-resolver v0.25.2
9762026-05-04T17:06:00.713Z Downloaded papergrid v0.17.0
9772026-05-04T17:06:00.716Z Downloaded rand_seeder v0.4.0
9782026-05-04T17:06:00.720Z Downloaded scheduled-thread-pool v0.2.7
9792026-05-04T17:06:00.720Z Downloaded sapling-renderdag v0.1.0
9802026-05-04T17:06:00.722Z Downloaded derive_more v2.1.1
9812026-05-04T17:06:00.725Z Downloaded pin-project v1.1.11
9822026-05-04T17:06:00.731Z Downloaded secrecy v0.10.3
9832026-05-04T17:06:00.734Z Downloaded scroll_derive v0.13.1
9842026-05-04T17:06:00.734Z Downloaded same-file v1.0.6
9852026-05-04T17:06:00.734Z Downloaded secrecy v0.8.0
9862026-05-04T17:06:00.737Z Downloaded semver v0.1.20
9872026-05-04T17:06:00.737Z Downloaded scopeguard v1.2.0
9882026-05-04T17:06:00.737Z Downloaded progenitor-client v0.13.0
9892026-05-04T17:06:00.739Z Downloaded serde_urlencoded v0.7.1
9902026-05-04T17:06:00.740Z Downloaded serde_repr v0.1.20
9912026-05-04T17:06:00.742Z Downloaded serde_plain v1.0.2
9922026-05-04T17:06:00.742Z Downloaded serde_bytes v0.11.19
9932026-05-04T17:06:00.742Z Downloaded aes v0.8.4
9942026-05-04T17:06:00.745Z Downloaded serde_spanned v1.0.4
9952026-05-04T17:06:00.745Z Downloaded jiff-static v0.2.21
9962026-05-04T17:06:00.748Z Downloaded predicates v3.1.4
9972026-05-04T17:06:00.751Z Downloaded indicatif v0.18.4
9982026-05-04T17:06:00.751Z Downloaded convert_case v0.10.0
9992026-05-04T17:06:00.754Z Downloaded postcard v1.1.3
10002026-05-04T17:06:00.757Z Downloaded quinn-udp v0.5.14
10012026-05-04T17:06:00.761Z Downloaded rustls-pemfile v1.0.4
10022026-05-04T17:06:00.764Z Downloaded rustls-pemfile v2.2.0
10032026-05-04T17:06:00.766Z Downloaded rustls-native-certs v0.8.3
10042026-05-04T17:06:00.769Z Downloaded rusty-fork v0.3.1
10052026-05-04T17:06:00.772Z Downloaded sha1 v0.10.6
10062026-05-04T17:06:00.772Z Downloaded hyper-util v0.1.20
10072026-05-04T17:06:00.776Z Downloaded signal-hook-mio v0.2.5
10082026-05-04T17:06:00.778Z Downloaded shell-words v1.1.1
10092026-05-04T17:06:00.778Z Downloaded minimal-lexical v0.2.1
10102026-05-04T17:06:00.781Z Downloaded signal-hook-tokio v0.3.1
10112026-05-04T17:06:00.781Z Downloaded rustversion v1.0.22
10122026-05-04T17:06:00.784Z Downloaded hashbrown v0.12.3
10132026-05-04T17:06:00.787Z Downloaded slog-bunyan v2.5.0
10142026-05-04T17:06:00.787Z Downloaded siphasher v1.0.2
10152026-05-04T17:06:00.790Z Downloaded progenitor-impl v0.10.0
10162026-05-04T17:06:00.790Z Downloaded sigpipe v0.1.3
10172026-05-04T17:06:00.790Z Downloaded postgres-types v0.2.12
10182026-05-04T17:06:00.792Z Downloaded scrypt v0.11.0
10192026-05-04T17:06:00.792Z Downloaded prefix-trie v0.7.0
10202026-05-04T17:06:00.795Z Downloaded scroll v0.13.0
10212026-05-04T17:06:00.798Z Downloaded slog-envlogger v2.2.0
10222026-05-04T17:06:00.798Z Downloaded progenitor-impl v0.13.0
10232026-05-04T17:06:00.801Z Downloaded progenitor-impl v0.14.0
10242026-05-04T17:06:00.806Z Downloaded serde-big-array v0.5.1
10252026-05-04T17:06:00.806Z Downloaded schemars_derive v0.8.22
10262026-05-04T17:06:00.806Z Downloaded resolv-conf v0.7.6
10272026-05-04T17:06:00.809Z Downloaded serde_path_to_error v0.1.20
10282026-05-04T17:06:00.809Z Downloaded serde-hex v0.1.0
10292026-05-04T17:06:00.811Z Downloaded seq-macro v0.3.6
10302026-05-04T17:06:00.812Z Downloaded sec1 v0.7.3
10312026-05-04T17:06:00.812Z Downloaded sct v0.7.1
10322026-05-04T17:06:00.814Z Downloaded ssh-cipher v0.2.0
10332026-05-04T17:06:00.821Z Downloaded progenitor-impl v0.11.2
10342026-05-04T17:06:00.825Z Downloaded openssl-sys v0.9.111
10352026-05-04T17:06:00.828Z Downloaded rand_core v0.6.4
10362026-05-04T17:06:00.831Z Downloaded crossterm v0.28.1
10372026-05-04T17:06:00.835Z Downloaded russh-keys v0.45.0
10382026-05-04T17:06:00.840Z Downloaded shlex v1.3.0
10392026-05-04T17:06:00.843Z Downloaded signature v2.2.0
10402026-05-04T17:06:00.849Z Downloaded serde_derive_internals v0.29.1
10412026-05-04T17:06:00.851Z Downloaded ssh-encoding v0.2.0
10422026-05-04T17:06:00.854Z Downloaded structmeta v0.3.0
10432026-05-04T17:06:00.854Z Downloaded supports-color v3.0.2
10442026-05-04T17:06:00.857Z Downloaded structmeta-derive v0.3.0
10452026-05-04T17:06:00.857Z Downloaded strip-ansi-escapes v0.2.1
10462026-05-04T17:06:00.861Z Downloaded simd-adler32 v0.3.8
10472026-05-04T17:06:00.861Z Downloaded signal-hook-registry v1.4.8
10482026-05-04T17:06:00.861Z Downloaded hashbrown v0.13.2
10492026-05-04T17:06:00.863Z Downloaded strum v0.27.2
10502026-05-04T17:06:00.863Z Downloaded subtle v2.6.1
10512026-05-04T17:06:00.863Z Downloaded strum v0.26.3
10522026-05-04T17:06:00.866Z Downloaded hickory-server v0.25.2
10532026-05-04T17:06:00.869Z Downloaded sync-ptr v0.1.4
10542026-05-04T17:06:00.869Z Downloaded rustls-pki-types v1.14.0
10552026-05-04T17:06:00.871Z Downloaded slog-term v2.9.2
10562026-05-04T17:06:00.872Z Downloaded slog-scope v4.4.1
10572026-05-04T17:06:00.876Z Downloaded prettyplease v0.2.37
10582026-05-04T17:06:00.876Z Downloaded slog-json v2.6.1
10592026-05-04T17:06:00.878Z Downloaded slog-async v2.8.0
10602026-05-04T17:06:00.879Z Downloaded smf v0.2.3
10612026-05-04T17:06:00.879Z Downloaded ron v0.8.1
10622026-05-04T17:06:00.881Z Downloaded snafu-derive v0.8.9
10632026-05-04T17:06:00.881Z Downloaded sqlparser_derive v0.5.0
10642026-05-04T17:06:00.884Z Downloaded take_mut v0.2.2
10652026-05-04T17:06:00.884Z Downloaded tabwriter v1.4.1
10662026-05-04T17:06:00.884Z Downloaded sync_wrapper v1.0.2
10672026-05-04T17:06:00.884Z Downloaded tabled_derive v0.11.0
10682026-05-04T17:06:00.887Z Downloaded testing_table v0.3.0
10692026-05-04T17:06:00.887Z Downloaded serde_cbor v0.11.2
10702026-05-04T17:06:00.890Z Downloaded tap v1.0.1
10712026-05-04T17:06:00.891Z Downloaded num-bigint v0.4.6
10722026-05-04T17:06:00.894Z Downloaded tagptr v0.2.0
10732026-05-04T17:06:00.894Z Downloaded serde_with_macros v3.17.0
10742026-05-04T17:06:00.894Z Downloaded sqlformat v0.3.5
10752026-05-04T17:06:00.897Z Downloaded smallvec v0.6.14
10762026-05-04T17:06:00.897Z Downloaded slog-stdlog v4.1.1
10772026-05-04T17:06:00.897Z Downloaded slab v0.4.12
10782026-05-04T17:06:00.900Z Downloaded itertools v0.10.5
10792026-05-04T17:06:00.904Z Downloaded termtree v0.5.1
10802026-05-04T17:06:00.908Z Downloaded stringprep v0.1.5
10812026-05-04T17:06:00.910Z Downloaded time-core v0.1.8
10822026-05-04T17:06:00.911Z Downloaded thread-id v5.1.0
10832026-05-04T17:06:00.913Z Downloaded strum_macros v0.26.4
10842026-05-04T17:06:00.913Z Downloaded static_assertions v1.1.0
10852026-05-04T17:06:00.917Z Downloaded hashbrown v0.15.5
10862026-05-04T17:06:00.921Z Downloaded stacker v0.1.23
10872026-05-04T17:06:00.921Z Downloaded http v1.4.0
10882026-05-04T17:06:00.924Z Downloaded support-bundle-viewer v0.1.2
10892026-05-04T17:06:00.924Z Downloaded tinyvec_macros v0.1.1
10902026-05-04T17:06:00.924Z Downloaded hashbrown v0.16.1
10912026-05-04T17:06:00.927Z Downloaded string_cache v0.8.9
10922026-05-04T17:06:00.929Z Downloaded ryu v1.0.23
10932026-05-04T17:06:00.929Z Downloaded tokio-macros v2.7.0
10942026-05-04T17:06:00.932Z Downloaded schemars v0.8.22
10952026-05-04T17:06:00.936Z Downloaded slog-dtrace v0.3.0
10962026-05-04T17:06:00.939Z Downloaded publicsuffix v2.3.0
10972026-05-04T17:06:00.939Z Downloaded pretty_assertions v1.4.1
10982026-05-04T17:06:00.942Z Downloaded rcgen v0.12.1
10992026-05-04T17:06:00.945Z Downloaded spin v0.9.8
11002026-05-04T17:06:00.945Z Downloaded mio v1.2.0
11012026-05-04T17:06:00.947Z Downloaded strum_macros v0.27.2
11022026-05-04T17:06:00.950Z Downloaded spki v0.7.3
11032026-05-04T17:06:00.950Z Downloaded quinn v0.11.9
11042026-05-04T17:06:00.953Z Downloaded chrono v0.4.44
11052026-05-04T17:06:00.955Z Downloaded signal-hook v0.3.18
11062026-05-04T17:06:00.958Z Downloaded rustls-platform-verifier v0.6.2
11072026-05-04T17:06:00.961Z Downloaded rand v0.8.5
11082026-05-04T17:06:00.966Z Downloaded serde_yaml v0.9.34+deprecated
11092026-05-04T17:06:00.969Z Downloaded topological-sort v0.2.2
11102026-05-04T17:06:00.972Z Downloaded thiserror-impl-no-std v2.0.2
11112026-05-04T17:06:00.972Z Downloaded termios v0.3.3
11122026-05-04T17:06:00.975Z Downloaded tiny-keccak v2.0.2
11132026-05-04T17:06:00.978Z Downloaded thread_local v1.1.9
11142026-05-04T17:06:00.980Z Downloaded tower-service v0.3.3
11152026-05-04T17:06:00.980Z Downloaded time-macros v0.2.27
11162026-05-04T17:06:00.983Z Downloaded tower-layer v0.3.3
11172026-05-04T17:06:00.986Z Downloaded thiserror-no-std v2.0.2
11182026-05-04T17:06:00.988Z Downloaded try-lock v0.2.5
11192026-05-04T17:06:00.988Z Downloaded libxml v0.3.3
11202026-05-04T17:06:00.991Z Downloaded slog v2.8.2
11212026-05-04T17:06:00.994Z Downloaded tls_codec v0.4.2
11222026-05-04T17:06:00.997Z Downloaded tokio-native-tls v0.3.1
11232026-05-04T17:06:00.997Z Downloaded typify-macro v0.4.3
11242026-05-04T17:06:00.997Z Downloaded trait-variant v0.1.2
11252026-05-04T17:06:01.000Z Downloaded nom v7.1.3
11262026-05-04T17:06:01.003Z Downloaded tls_codec_derive v0.4.2
11272026-05-04T17:06:01.006Z Downloaded typify-macro v0.6.2
11282026-05-04T17:06:01.008Z Downloaded tokio-rustls v0.25.0
11292026-05-04T17:06:01.011Z Downloaded universal-hash v0.5.1
11302026-05-04T17:06:01.011Z Downloaded socket2 v0.6.3
11312026-05-04T17:06:01.014Z Downloaded tokio-tungstenite v0.21.0
11322026-05-04T17:06:01.014Z Downloaded strum_macros v0.24.3
11332026-05-04T17:06:01.016Z Downloaded tokio-dtrace v0.1.1
11342026-05-04T17:06:01.016Z Downloaded similar v2.7.0
11352026-05-04T17:06:01.019Z Downloaded unit-prefix v0.5.2
11362026-05-04T17:06:01.019Z Downloaded unicode-truncate v1.1.0
11372026-05-04T17:06:01.022Z Downloaded unarray v0.1.4
11382026-05-04T17:06:01.022Z Downloaded rayon-core v1.13.0
11392026-05-04T17:06:01.025Z Downloaded socket2 v0.5.10
11402026-05-04T17:06:01.025Z Downloaded tokio-tungstenite v0.23.1
11412026-05-04T17:06:01.028Z Downloaded qorb v0.4.1
11422026-05-04T17:06:01.030Z Downloaded utf-8 v0.7.6
11432026-05-04T17:06:01.030Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11442026-05-04T17:06:01.033Z Downloaded void v1.0.2
11452026-05-04T17:06:01.033Z Downloaded hyper v1.8.1
11462026-05-04T17:06:01.037Z Downloaded usdt-attr-macro v0.6.0
11472026-05-04T17:06:01.041Z Downloaded rsa v0.9.10
11482026-05-04T17:06:01.041Z Downloaded rustls-webpki v0.103.9
11492026-05-04T17:06:01.044Z Downloaded untrusted v0.9.0
11502026-05-04T17:06:01.044Z Downloaded rand v0.9.2
11512026-05-04T17:06:01.047Z Downloaded futures-util v0.3.32
11522026-05-04T17:06:01.053Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-05-04T17:06:01.055Z Downloaded crossterm v0.29.0
11542026-05-04T17:06:01.058Z Downloaded wait-timeout v0.2.1
11552026-05-04T17:06:01.061Z Downloaded waitgroup v0.1.2
11562026-05-04T17:06:01.061Z Downloaded usdt-macro v0.6.0
11572026-05-04T17:06:01.061Z Downloaded term v1.2.1
11582026-05-04T17:06:01.064Z Downloaded term v0.7.0
11592026-05-04T17:06:01.066Z Downloaded num-bigint-dig v0.8.6
11602026-05-04T17:06:01.069Z Downloaded samael v0.0.19
11612026-05-04T17:06:01.072Z Downloaded tui-tree-widget v0.23.1
11622026-05-04T17:06:01.074Z Downloaded tokio-rustls v0.24.1
11632026-05-04T17:06:01.074Z Downloaded iddqd v0.3.18
11642026-05-04T17:06:01.078Z Downloaded want v0.3.1
11652026-05-04T17:06:01.080Z Downloaded tokio-rustls v0.26.4
11662026-05-04T17:06:01.080Z Downloaded itertools v0.14.0
11672026-05-04T17:06:01.084Z Downloaded iri-string v0.7.10
11682026-05-04T17:06:01.088Z Downloaded unicase v2.9.0
11692026-05-04T17:06:01.090Z Downloaded xattr v1.6.1
11702026-05-04T17:06:01.090Z Downloaded itertools v0.12.1
11712026-05-04T17:06:01.100Z Downloaded schemars v0.9.0
11722026-05-04T17:06:01.106Z Downloaded usdt v0.6.0
11732026-05-04T17:06:01.109Z Downloaded p521 v0.13.3
11742026-05-04T17:06:01.112Z Downloaded untrusted v0.7.1
11752026-05-04T17:06:01.112Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11762026-05-04T17:06:01.115Z Downloaded zone_cfg_derive v0.3.1
11772026-05-04T17:06:01.117Z Downloaded zone v0.3.1
11782026-05-04T17:06:01.118Z Downloaded toml_parser v1.0.9+spec-1.1.0
11792026-05-04T17:06:01.120Z Downloaded h2 v0.4.13
11802026-05-04T17:06:01.124Z Downloaded uzers v0.12.2
11812026-05-04T17:06:01.127Z Downloaded tinyvec v1.10.0
11822026-05-04T17:06:01.127Z Downloaded vergen-lib v0.1.6
11832026-05-04T17:06:01.130Z Downloaded snafu v0.8.9
11842026-05-04T17:06:01.132Z Downloaded vergen-gitcl v1.0.8
11852026-05-04T17:06:01.132Z Downloaded vergen-git2 v1.0.7
11862026-05-04T17:06:01.135Z Downloaded subprocess v0.2.15
11872026-05-04T17:06:01.135Z Downloaded whoami v1.6.1
11882026-05-04T17:06:01.138Z Downloaded vsss-rs v3.3.4
11892026-05-04T17:06:01.138Z Downloaded zeroize_derive v1.4.3
11902026-05-04T17:06:01.141Z Downloaded usdt-impl v0.6.0
11912026-05-04T17:06:01.141Z Downloaded whoami v2.1.0
11922026-05-04T17:06:01.144Z Downloaded wyz v0.5.1
11932026-05-04T17:06:01.144Z Downloaded walkdir v2.5.0
11942026-05-04T17:06:01.144Z Downloaded tracing-attributes v0.1.31
11952026-05-04T17:06:01.147Z Downloaded toml v1.0.6+spec-1.1.0
11962026-05-04T17:06:01.150Z Downloaded toml v0.7.8
11972026-05-04T17:06:01.150Z Downloaded test-strategy v0.4.5
11982026-05-04T17:06:01.153Z Downloaded xshell v0.2.7
11992026-05-04T17:06:01.155Z Downloaded hkdf v0.12.4
12002026-05-04T17:06:01.155Z Downloaded zeroize v1.8.2
12012026-05-04T17:06:01.159Z Downloaded twox-hash v2.1.2
12022026-05-04T17:06:01.162Z Downloaded rand v0.10.0
12032026-05-04T17:06:01.164Z Downloaded steno v0.4.1
12042026-05-04T17:06:01.167Z Downloaded unicode-properties v0.1.4
12052026-05-04T17:06:01.170Z Downloaded schemars v1.2.1
12062026-05-04T17:06:01.178Z Downloaded toml v0.9.12+spec-1.1.0
12072026-05-04T17:06:01.181Z Downloaded xshell-macros v0.2.7
12082026-05-04T17:06:01.181Z Downloaded tungstenite v0.23.0
12092026-05-04T17:06:01.183Z Downloaded tungstenite v0.21.0
12102026-05-04T17:06:01.186Z Downloaded vergen v9.0.6
12112026-05-04T17:06:01.189Z Downloaded zstd v0.13.3
12122026-05-04T17:06:01.189Z Downloaded unicode-bidi v0.3.18
12132026-05-04T17:06:01.192Z Downloaded zstd-safe v7.2.4
12142026-05-04T17:06:01.192Z Downloaded libm v0.2.16
12152026-05-04T17:06:01.199Z Downloaded yasna v0.5.2
12162026-05-04T17:06:01.204Z Downloaded typify v0.4.3
12172026-05-04T17:06:01.215Z Downloaded uuid v1.23.0
12182026-05-04T17:06:01.219Z Downloaded tokio-stream v0.1.18
12192026-05-04T17:06:01.222Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-05-04T17:06:01.226Z Downloaded typify v0.6.2
12212026-05-04T17:06:01.228Z Downloaded tracing-core v0.1.36
12222026-05-04T17:06:01.228Z Downloaded unsafe-libyaml v0.2.11
12232026-05-04T17:06:01.231Z Downloaded rustyline v14.0.0
12242026-05-04T17:06:01.234Z Downloaded tar v0.4.45
12252026-05-04T17:06:01.238Z Downloaded tokio-postgres v0.7.16
12262026-05-04T17:06:01.242Z Downloaded zerocopy v0.6.6
12272026-05-04T17:06:01.247Z Downloaded itertools v0.13.0
12282026-05-04T17:06:01.256Z Downloaded russh v0.45.0
12292026-05-04T17:06:01.259Z Downloaded rpassword v7.4.0
12302026-05-04T17:06:01.264Z Downloaded zopfli v0.8.3
12312026-05-04T17:06:01.267Z Downloaded blake3 v1.8.3
12322026-05-04T17:06:01.284Z Downloaded unicode_categories v0.1.1
12332026-05-04T17:06:01.288Z Downloaded yansi v1.0.1
12342026-05-04T17:06:01.307Z Downloaded git2 v0.20.4
12352026-05-04T17:06:01.313Z Downloaded vte v0.14.1
12362026-05-04T17:06:01.325Z Downloaded aws-lc-rs v1.16.0
12372026-05-04T17:06:01.331Z Downloaded ssh-key v0.6.7
12382026-05-04T17:06:01.335Z Downloaded rayon v1.11.0
12392026-05-04T17:06:01.345Z Downloaded reqwest v0.13.2
12402026-05-04T17:06:01.347Z Downloaded salty v0.3.0
12412026-05-04T17:06:01.350Z Downloaded reqwest v0.12.28
12422026-05-04T17:06:01.354Z Downloaded toml_edit v0.19.15
12432026-05-04T17:06:01.361Z Downloaded bitvec v1.0.1
12442026-05-04T17:06:01.369Z Downloaded unicode-segmentation v1.12.0
12452026-05-04T17:06:01.372Z Downloaded portable-atomic v1.13.1
12462026-05-04T17:06:01.376Z Downloaded zerocopy-derive v0.8.40
12472026-05-04T17:06:01.381Z Downloaded regex v1.12.3
12482026-05-04T17:06:01.385Z Downloaded typed-path v0.9.3
12492026-05-04T17:06:01.388Z Downloaded zip v0.6.6
12502026-05-04T17:06:01.391Z Downloaded bindgen v0.71.1
12512026-05-04T17:06:01.395Z Downloaded reedline v0.40.0
12522026-05-04T17:06:01.399Z Downloaded quick-xml v0.37.5
12532026-05-04T17:06:01.402Z Downloaded p384 v0.13.1
12542026-05-04T17:06:01.405Z Downloaded tower v0.5.3
12552026-05-04T17:06:01.410Z Downloaded zip v4.6.1
12562026-05-04T17:06:01.413Z Downloaded tough v0.20.0
12572026-05-04T17:06:01.418Z Downloaded x509-cert v0.2.5
12582026-05-04T17:06:01.421Z Downloaded unicode-normalization v0.1.25
12592026-05-04T17:06:01.424Z Downloaded curve25519-dalek v4.1.3
12602026-05-04T17:06:01.428Z Downloaded lalrpop v0.19.12
12612026-05-04T17:06:01.441Z Downloaded moka v0.12.13
12622026-05-04T17:06:01.451Z Downloaded goblin v0.10.5
12632026-05-04T17:06:01.462Z Downloaded rustls-webpki v0.101.7
12642026-05-04T17:06:01.462Z Downloaded rustls-webpki v0.102.8
12652026-05-04T17:06:01.472Z Downloaded radix_trie v0.2.1
12662026-05-04T17:06:01.482Z Downloaded quinn-proto v0.11.13
12672026-05-04T17:06:01.482Z Downloaded tokio-util v0.7.18
12682026-05-04T17:06:01.495Z Downloaded openssl v0.10.75
12692026-05-04T17:06:01.495Z Downloaded winnow v0.5.40
12702026-05-04T17:06:01.495Z Downloaded tower-http v0.6.8
12712026-05-04T17:06:01.506Z Downloaded proptest v1.10.0
12722026-05-04T17:06:01.506Z Downloaded winnow v0.6.26
12732026-05-04T17:06:01.515Z Downloaded petname v2.0.2
12742026-05-04T17:06:01.515Z Downloaded nix v0.29.0
12752026-05-04T17:06:01.525Z Downloaded object v0.30.4
12762026-05-04T17:06:01.525Z Downloaded nix v0.28.0
12772026-05-04T17:06:01.535Z Downloaded nix v0.27.1
12782026-05-04T17:06:01.617Z Downloaded serde_with v3.17.0
12792026-05-04T17:06:01.630Z Downloaded time v0.3.47
12802026-05-04T17:06:01.630Z Downloaded rustls v0.21.12
12812026-05-04T17:06:01.630Z Downloaded dropshot v0.17.0
12822026-05-04T17:06:01.630Z Downloaded zlib-rs v0.6.2
12832026-05-04T17:06:01.630Z Downloaded bstr v1.12.1
12842026-05-04T17:06:01.630Z Downloaded dropshot v0.16.7
12852026-05-04T17:06:01.630Z Downloaded webpki-roots v1.0.6
12862026-05-04T17:06:01.631Z Downloaded polar-core v0.27.3
12872026-05-04T17:06:01.631Z Downloaded rustls v0.22.4
12882026-05-04T17:06:01.631Z Downloaded tabled v0.20.0
12892026-05-04T17:06:01.631Z Downloaded regex-syntax v0.6.29
12902026-05-04T17:06:01.631Z Downloaded diesel v2.3.7
12912026-05-04T17:06:01.637Z Downloaded rustix v0.38.44
12922026-05-04T17:06:01.643Z Downloaded regress v0.11.1
12932026-05-04T17:06:01.648Z Downloaded regress v0.10.5
12942026-05-04T17:06:01.653Z Downloaded vcpkg v0.2.15
12952026-05-04T17:06:01.677Z Downloaded nix v0.31.2
12962026-05-04T17:06:01.684Z Downloaded regex-syntax v0.8.10
12972026-05-04T17:06:01.698Z Downloaded object v0.37.3
12982026-05-04T17:06:01.705Z Downloaded hickory-proto v0.24.4
12992026-05-04T17:06:01.713Z Downloaded typify-impl v0.4.3
13002026-05-04T17:06:01.722Z Downloaded openapiv3 v2.2.0
13012026-05-04T17:06:01.729Z Downloaded zerocopy v0.8.40
13022026-05-04T17:06:01.735Z Downloaded rustls v0.23.37
13032026-05-04T17:06:01.742Z Downloaded smoltcp v0.11.0
13042026-05-04T17:06:01.749Z Downloaded hickory-proto v0.25.2
13052026-05-04T17:06:01.757Z Downloaded regex-automata v0.4.14
13062026-05-04T17:06:01.766Z Downloaded smoltcp v0.9.1
13072026-05-04T17:06:01.772Z Downloaded ratatui v0.29.0
13082026-05-04T17:06:01.807Z Downloaded csv v1.4.0
13092026-05-04T17:06:01.829Z Downloaded sha3 v0.10.8
13102026-05-04T17:06:01.848Z Downloaded sqlparser v0.61.0
13112026-05-04T17:06:01.877Z Downloaded sled v0.34.7
13122026-05-04T17:06:01.883Z Downloaded tracing v0.1.44
13132026-05-04T17:06:01.896Z Downloaded typify-impl v0.6.2
13142026-05-04T17:06:01.911Z Downloaded encoding_rs v0.8.35
13152026-05-04T17:06:01.925Z Downloaded bzip2-sys v0.1.13+1.0.8
13162026-05-04T17:06:01.939Z Downloaded zerocopy-derive v0.6.6
13172026-05-04T17:06:01.945Z Downloaded ring v0.17.14
13182026-05-04T17:06:01.976Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-05-04T17:06:02.010Z Downloaded chrono-tz v0.10.4
13202026-05-04T17:06:02.020Z Downloaded petgraph v0.6.5
13212026-05-04T17:06:02.031Z Downloaded jiff v0.2.21
13222026-05-04T17:06:02.042Z Downloaded petgraph v0.8.3
13232026-05-04T17:06:02.054Z Downloaded libz-sys v1.1.24
13242026-05-04T17:06:02.068Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13252026-05-04T17:06:02.085Z Downloaded tokio v1.52.1
13262026-05-04T17:06:02.668Z Downloaded aws-lc-sys v0.37.1
13272026-05-04T17:06:02.921Z Compiling libc v0.2.185
13282026-05-04T17:06:02.921Z Compiling serde v1.0.228
13292026-05-04T17:06:02.925Z Compiling log v0.4.29
13302026-05-04T17:06:02.925Z Compiling find-msvc-tools v0.1.9
13312026-05-04T17:06:02.925Z Compiling shlex v1.3.0
13322026-05-04T17:06:02.925Z Compiling smallvec v1.15.1
13332026-05-04T17:06:02.925Z Compiling typenum v1.19.0
13342026-05-04T17:06:02.925Z Compiling subtle v2.6.1
13352026-05-04T17:06:02.925Z Compiling generic-array v0.14.7
13362026-05-04T17:06:02.925Z Compiling scopeguard v1.2.0
13372026-05-04T17:06:02.925Z Compiling const-oid v0.9.6
13382026-05-04T17:06:03.130Z Compiling portable-atomic v1.13.1
13392026-05-04T17:06:03.133Z Compiling zerocopy v0.8.40
13402026-05-04T17:06:03.160Z Compiling syn v2.0.117
13412026-05-04T17:06:03.175Z Compiling critical-section v1.2.0
13422026-05-04T17:06:03.190Z Compiling serde_json v1.0.149
13432026-05-04T17:06:03.283Z Compiling lock_api v0.4.14
13442026-05-04T17:06:03.306Z Compiling pin-project-lite v0.2.17
13452026-05-04T17:06:03.323Z Compiling parking_lot_core v0.9.12
13462026-05-04T17:06:03.338Z Compiling pkg-config v0.3.32
13472026-05-04T17:06:03.356Z Compiling bitflags v2.11.0
13482026-05-04T17:06:03.373Z Compiling libm v0.2.16
13492026-05-04T17:06:03.376Z Compiling num-traits v0.2.19
13502026-05-04T17:06:03.440Z Compiling futures-core v0.3.32
13512026-05-04T17:06:03.472Z Compiling percent-encoding v2.3.2
13522026-05-04T17:06:03.506Z Compiling cpufeatures v0.2.17
13532026-05-04T17:06:03.568Z Compiling futures-sink v0.3.32
13542026-05-04T17:06:03.697Z Compiling slab v0.4.12
13552026-05-04T17:06:03.701Z Compiling futures-io v0.3.32
13562026-05-04T17:06:03.701Z Compiling futures-task v0.3.32
13572026-05-04T17:06:03.732Z Compiling futures-channel v0.3.32
13582026-05-04T17:06:03.747Z Compiling getrandom v0.4.1
13592026-05-04T17:06:03.825Z Compiling rand_core v0.10.0
13602026-05-04T17:06:03.828Z Compiling rustversion v1.0.22
13612026-05-04T17:06:03.896Z Compiling getrandom v0.3.4
13622026-05-04T17:06:03.915Z Compiling indexmap v2.14.0
13632026-05-04T17:06:03.947Z Compiling form_urlencoded v1.2.2
13642026-05-04T17:06:03.950Z Compiling dunce v1.0.5
13652026-05-04T17:06:03.979Z Compiling base64ct v1.8.3
13662026-05-04T17:06:03.998Z Compiling getrandom v0.2.17
13672026-05-04T17:06:04.024Z Compiling jobserver v0.1.34
13682026-05-04T17:06:04.027Z Compiling errno v0.3.14
13692026-05-04T17:06:04.086Z Compiling mio v1.2.0
13702026-05-04T17:06:04.141Z Compiling socket2 v0.6.3
13712026-05-04T17:06:04.228Z Compiling rand_core v0.6.4
13722026-05-04T17:06:04.244Z Compiling cc v1.2.56
13732026-05-04T17:06:04.257Z Compiling signal-hook-registry v1.4.8
13742026-05-04T17:06:04.313Z Compiling parking_lot v0.12.5
13752026-05-04T17:06:04.399Z Compiling once_cell v1.21.3
13762026-05-04T17:06:04.434Z Compiling ident_case v1.0.1
13772026-05-04T17:06:04.468Z Compiling fs_extra v1.3.0
13782026-05-04T17:06:04.536Z Compiling pem-rfc7468 v0.7.0
13792026-05-04T17:06:04.554Z Compiling flagset v0.4.7
13802026-05-04T17:06:04.572Z Compiling rustix v1.1.3
13812026-05-04T17:06:04.587Z Compiling iana-time-zone v0.1.65
13822026-05-04T17:06:04.602Z Compiling uuid v1.23.0
13832026-05-04T17:06:04.620Z Compiling rustc_version v0.4.1
13842026-05-04T17:06:04.654Z Compiling aws-lc-rs v1.16.0
13852026-05-04T17:06:04.724Z Compiling regex-syntax v0.8.10
13862026-05-04T17:06:04.740Z Compiling vcpkg v0.2.15
13872026-05-04T17:06:04.773Z Compiling tracing-core v0.1.36
13882026-05-04T17:06:04.816Z Compiling httparse v1.10.1
13892026-05-04T17:06:04.819Z Compiling openssl-probe v0.2.1
13902026-05-04T17:06:04.883Z Compiling rand_core v0.9.5
13912026-05-04T17:06:04.923Z Compiling untrusted v0.7.1
13922026-05-04T17:06:04.959Z Compiling untrusted v0.9.0
13932026-05-04T17:06:04.995Z Compiling base64 v0.22.1
13942026-05-04T17:06:04.998Z Compiling schemars v0.8.22
13952026-05-04T17:06:05.030Z Compiling cmake v0.1.57
13962026-05-04T17:06:05.049Z Compiling rustls v0.23.37
13972026-05-04T17:06:05.077Z Compiling try-lock v0.2.5
13982026-05-04T17:06:05.102Z Compiling dyn-clone v1.0.20
13992026-05-04T17:06:05.206Z Compiling tower-service v0.3.3
14002026-05-04T17:06:05.223Z Compiling tinyvec_macros v0.1.1
14012026-05-04T17:06:05.276Z Compiling atomic-waker v1.1.2
14022026-05-04T17:06:05.276Z Compiling tower-layer v0.3.3
14032026-05-04T17:06:05.363Z Compiling tinyvec v1.10.0
14042026-05-04T17:06:05.367Z Compiling want v0.3.1
14052026-05-04T17:06:05.367Z Compiling spin v0.9.8
14062026-05-04T17:06:05.367Z Compiling aho-corasick v1.1.4
14072026-05-04T17:06:05.406Z Compiling httpdate v1.0.3
14082026-05-04T17:06:05.406Z Compiling powerfmt v0.2.0
14092026-05-04T17:06:05.409Z Compiling time-core v0.1.8
14102026-05-04T17:06:05.459Z Compiling crc32fast v1.5.0
14112026-05-04T17:06:05.481Z Compiling num-conv v0.2.0
14122026-05-04T17:06:05.503Z Compiling foreign-types-shared v0.1.1
14132026-05-04T17:06:05.540Z Compiling pin-utils v0.1.0
14142026-05-04T17:06:05.555Z Compiling openssl v0.10.75
14152026-05-04T17:06:05.608Z Compiling foreign-types v0.3.2
14162026-05-04T17:06:05.624Z Compiling deranged v0.5.8
14172026-05-04T17:06:05.643Z Compiling wait-timeout v0.2.1
14182026-05-04T17:06:05.643Z Compiling num_threads v0.1.7
14192026-05-04T17:06:05.646Z Compiling time-macros v0.2.27
14202026-05-04T17:06:05.688Z Compiling simd-adler32 v0.3.8
14212026-05-04T17:06:05.710Z Compiling native-tls v0.2.18
14222026-05-04T17:06:05.710Z Compiling crossbeam-utils v0.8.21
14232026-05-04T17:06:05.710Z Compiling quick-error v1.2.3
14242026-05-04T17:06:05.765Z Compiling usdt-impl v0.6.0
14252026-05-04T17:06:05.796Z Compiling syn v1.0.109
14262026-05-04T17:06:05.820Z Compiling bit-vec v0.8.0
14272026-05-04T17:06:05.836Z Compiling siphasher v1.0.2
14282026-05-04T17:06:05.994Z Compiling aws-lc-sys v0.37.1
14292026-05-04T17:06:06.033Z Compiling ring v0.17.14
14302026-05-04T17:06:06.041Z Compiling openssl-sys v0.9.111
14312026-05-04T17:06:06.051Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-05-04T17:06:06.119Z Compiling bit-set v0.8.0
14332026-05-04T17:06:06.133Z Compiling bzip2-sys v0.1.13+1.0.8
14342026-05-04T17:06:06.166Z Compiling unicode-normalization v0.1.25
14352026-05-04T17:06:06.166Z Compiling rand_xorshift v0.4.0
14362026-05-04T17:06:06.196Z Compiling heapless v0.7.17
14372026-05-04T17:06:06.217Z Compiling synstructure v0.13.2
14382026-05-04T17:06:06.310Z Compiling pest_generator v2.8.6
14392026-05-04T17:06:06.378Z Compiling serde_derive_internals v0.29.1
14402026-05-04T17:06:06.486Z Compiling darling_core v0.20.11
14412026-05-04T17:06:06.525Z Compiling regex-automata v0.4.14
14422026-05-04T17:06:06.613Z Compiling tempfile v3.25.0
14432026-05-04T17:06:06.730Z Compiling darling_core v0.21.3
14442026-05-04T17:06:06.747Z Compiling slog v2.8.2
14452026-05-04T17:06:06.900Z Compiling rusty-fork v0.3.1
14462026-05-04T17:06:06.915Z Compiling time v0.3.47
14472026-05-04T17:06:06.989Z Compiling thread-id v5.1.0
14482026-05-04T17:06:07.026Z Compiling sync_wrapper v1.0.2
14492026-05-04T17:06:07.084Z Compiling cookie v0.18.1
14502026-05-04T17:06:07.101Z Compiling paste v1.0.15
14512026-05-04T17:06:07.148Z Compiling signal-hook v0.3.18
14522026-05-04T17:06:07.261Z Compiling adler2 v2.0.1
14532026-05-04T17:06:07.301Z Compiling zstd-safe v7.2.4
14542026-05-04T17:06:07.319Z Compiling unicode-properties v0.1.4
14552026-05-04T17:06:07.324Z Compiling anyhow v1.0.102
14562026-05-04T17:06:07.353Z Compiling allocator-api2 v0.2.21
14572026-05-04T17:06:07.371Z Compiling unicode-bidi v0.3.18
14582026-05-04T17:06:07.420Z Compiling unarray v0.1.4
14592026-05-04T17:06:07.448Z Compiling miniz_oxide v0.8.9
14602026-05-04T17:06:07.625Z Compiling num-integer v0.1.46
14612026-05-04T17:06:07.708Z Compiling curve25519-dalek v4.1.3
14622026-05-04T17:06:07.925Z Compiling stringprep v0.1.5
14632026-05-04T17:06:07.958Z Compiling vergen-lib v0.1.6
14642026-05-04T17:06:07.979Z Compiling ff v0.13.1
14652026-05-04T17:06:08.061Z Compiling serde_derive v1.0.228
14662026-05-04T17:06:08.088Z Compiling zeroize_derive v1.4.3
14672026-05-04T17:06:08.106Z Compiling zerofrom-derive v0.1.6
14682026-05-04T17:06:08.124Z Compiling yoke-derive v0.8.1
14692026-05-04T17:06:08.140Z Compiling zerocopy-derive v0.8.40
14702026-05-04T17:06:08.165Z Compiling zerovec-derive v0.11.2
14712026-05-04T17:06:08.349Z Compiling displaydoc v0.2.5
14722026-05-04T17:06:08.401Z Compiling tokio-macros v2.7.0
14732026-05-04T17:06:08.579Z Compiling futures-macro v0.3.32
14742026-05-04T17:06:08.806Z Compiling zeroize v1.8.2
14752026-05-04T17:06:08.924Z Compiling der_derive v0.7.3
14762026-05-04T17:06:09.179Z Compiling thiserror-impl v2.0.18
14772026-05-04T17:06:09.211Z Compiling rustls-pki-types v1.14.0
14782026-05-04T17:06:09.376Z Compiling tracing-attributes v0.1.31
14792026-05-04T17:06:09.401Z Compiling schemars_derive v0.8.22
14802026-05-04T17:06:09.404Z Compiling scroll_derive v0.13.1
14812026-05-04T17:06:09.452Z Compiling futures-util v0.3.32
14822026-05-04T17:06:09.585Z Compiling crypto-common v0.1.7
14832026-05-04T17:06:09.622Z Compiling zerofrom v0.1.6
14842026-05-04T17:06:09.701Z Compiling block-buffer v0.10.4
14852026-05-04T17:06:09.753Z Compiling yoke v0.8.1
14862026-05-04T17:06:09.769Z Compiling block-padding v0.3.3
14872026-05-04T17:06:09.897Z Compiling digest v0.10.7
14882026-05-04T17:06:09.962Z Compiling zerovec v0.11.5
14892026-05-04T17:06:09.962Z Compiling zerotrie v0.2.3
14902026-05-04T17:06:09.991Z Compiling inout v0.1.4
14912026-05-04T17:06:10.175Z Compiling hmac v0.12.1
14922026-05-04T17:06:10.191Z Compiling cipher v0.4.4
14932026-05-04T17:06:10.274Z Compiling sha2 v0.10.9
14942026-05-04T17:06:10.304Z Compiling der v0.7.10
14952026-05-04T17:06:10.355Z Compiling pbkdf2 v0.12.2
14962026-05-04T17:06:10.503Z Compiling tinystr v0.8.2
14972026-05-04T17:06:10.521Z Compiling potential_utf v0.1.4
14982026-05-04T17:06:10.537Z Compiling salsa20 v0.10.2
14992026-05-04T17:06:10.614Z Compiling thiserror v2.0.18
15002026-05-04T17:06:10.705Z Compiling icu_locale_core v2.1.1
15012026-05-04T17:06:10.722Z Compiling icu_collections v2.1.1
15022026-05-04T17:06:10.725Z Compiling scrypt v0.11.0
15032026-05-04T17:06:10.757Z Compiling aes v0.8.4
15042026-05-04T17:06:10.777Z Compiling cbc v0.1.2
15052026-05-04T17:06:10.808Z Compiling tracing v0.1.44
15062026-05-04T17:06:10.823Z Compiling pest_derive v2.8.6
15072026-05-04T17:06:10.948Z Compiling scroll v0.13.0
15082026-05-04T17:06:11.040Z Compiling darling_macro v0.20.11
15092026-05-04T17:06:11.108Z Compiling openssl-macros v0.1.1
15102026-05-04T17:06:11.234Z Compiling spki v0.7.3
15112026-05-04T17:06:11.249Z Compiling goblin v0.10.5
15122026-05-04T17:06:11.272Z Compiling dtrace-parser v0.3.0
15132026-05-04T17:06:11.474Z Compiling icu_provider v2.1.1
15142026-05-04T17:06:11.543Z Compiling pkcs5 v0.7.1
15152026-05-04T17:06:11.562Z Compiling darling v0.20.11
15162026-05-04T17:06:11.596Z Compiling bytes v1.11.1
15172026-05-04T17:06:11.631Z Compiling chrono v0.4.44
15182026-05-04T17:06:11.666Z Compiling ipnet v2.11.0
15192026-05-04T17:06:11.683Z Compiling derive_builder_core v0.20.2
15202026-05-04T17:06:11.706Z Compiling signature v2.2.0
15212026-05-04T17:06:11.798Z Compiling icu_properties v2.1.2
15222026-05-04T17:06:11.827Z Compiling icu_normalizer v2.1.1
15232026-05-04T17:06:11.853Z Compiling pkcs8 v0.10.2
15242026-05-04T17:06:11.904Z Compiling rustls-native-certs v0.8.3
15252026-05-04T17:06:12.052Z Compiling scroll_derive v0.12.1
15262026-05-04T17:06:12.068Z Compiling tokio v1.52.1
15272026-05-04T17:06:12.191Z Compiling http v1.4.0
15282026-05-04T17:06:12.207Z Compiling thiserror-impl v1.0.69
15292026-05-04T17:06:12.223Z Compiling erased-serde v0.3.31
15302026-05-04T17:06:12.240Z Compiling serde_tokenstream v0.2.3
15312026-05-04T17:06:12.390Z Compiling serde_spanned v0.6.9
15322026-05-04T17:06:12.557Z Compiling ppv-lite86 v0.2.21
15332026-05-04T17:06:12.583Z Compiling toml_datetime v0.6.11
15342026-05-04T17:06:12.602Z Compiling derive_builder_macro v0.20.2
15352026-05-04T17:06:12.615Z Compiling md-5 v0.10.6
15362026-05-04T17:06:12.745Z Compiling idna_adapter v1.2.1
15372026-05-04T17:06:12.796Z Compiling scroll v0.12.0
15382026-05-04T17:06:12.806Z Compiling webpki-roots v1.0.6
15392026-05-04T17:06:12.809Z Compiling darling_macro v0.21.3
15402026-05-04T17:06:12.863Z Compiling rand_chacha v0.9.0
15412026-05-04T17:06:12.903Z Compiling idna v1.1.0
15422026-05-04T17:06:12.920Z Compiling http-body v1.0.1
15432026-05-04T17:06:12.952Z Compiling rand_chacha v0.3.1
15442026-05-04T17:06:12.968Z Compiling zerocopy-derive v0.7.35
15452026-05-04T17:06:13.067Z Compiling rand v0.9.2
15462026-05-04T17:06:13.084Z Compiling http-body-util v0.1.3
15472026-05-04T17:06:13.101Z Compiling hash32 v0.2.1
15482026-05-04T17:06:13.115Z Compiling memoffset v0.9.1
15492026-05-04T17:06:13.132Z Compiling cfg_aliases v0.2.1
15502026-05-04T17:06:13.222Z Compiling url v2.5.8
15512026-05-04T17:06:13.318Z Compiling num-bigint-dig v0.8.6
15522026-05-04T17:06:13.343Z Compiling smoltcp v0.9.1
15532026-05-04T17:06:13.359Z Compiling rustix v0.38.44
15542026-05-04T17:06:13.362Z Compiling psl-types v2.0.11
15552026-05-04T17:06:13.534Z Compiling thiserror v1.0.69
15562026-05-04T17:06:13.537Z Compiling litrs v1.0.0
15572026-05-04T17:06:13.553Z Compiling fallible-iterator v0.2.0
15582026-05-04T17:06:13.587Z Compiling zlib-rs v0.6.2
15592026-05-04T17:06:13.617Z Compiling base16ct v0.2.0
15602026-05-04T17:06:13.694Z Compiling proptest v1.10.0
15612026-05-04T17:06:13.710Z Compiling ryu v1.0.23
15622026-05-04T17:06:13.786Z Compiling iri-string v0.7.10
15632026-05-04T17:06:13.881Z Compiling ref-cast v1.0.25
15642026-05-04T17:06:13.915Z Compiling serde_urlencoded v0.7.1
15652026-05-04T17:06:13.932Z Compiling zerocopy v0.7.35
15662026-05-04T17:06:13.968Z Compiling postgres-protocol v0.6.10
15672026-05-04T17:06:13.984Z Compiling sec1 v0.7.3
15682026-05-04T17:06:14.067Z Compiling dof v0.4.0
15692026-05-04T17:06:14.174Z Compiling document-features v0.2.12
15702026-05-04T17:06:14.290Z Compiling publicsuffix v2.3.0
15712026-05-04T17:06:14.321Z Compiling darling v0.21.3
15722026-05-04T17:06:14.456Z Compiling nix v0.31.2
15732026-05-04T17:06:14.480Z Compiling rand v0.8.5
15742026-05-04T17:06:14.514Z Compiling derive_builder v0.20.2
15752026-05-04T17:06:14.530Z Compiling goblin v0.8.2
15762026-05-04T17:06:14.577Z Compiling ipnetwork v0.21.1
15772026-05-04T17:06:14.667Z Compiling cargo-platform v0.1.9
15782026-05-04T17:06:14.860Z Compiling oxnet v0.1.4
15792026-05-04T17:06:14.911Z Compiling hubpack_derive v0.1.1
15802026-05-04T17:06:14.941Z Compiling hkdf v0.12.4
15812026-05-04T17:06:15.003Z Compiling crypto-bigint v0.5.5
15822026-05-04T17:06:15.018Z Compiling regex v1.12.3
15832026-05-04T17:06:15.291Z Compiling group v0.13.0
15842026-05-04T17:06:15.307Z Compiling ref-cast-impl v1.0.25
15852026-05-04T17:06:15.341Z Compiling strum_macros v0.27.2
15862026-05-04T17:06:15.370Z Compiling daft-derive v0.1.5
15872026-05-04T17:06:15.414Z Compiling async-trait v0.1.89
15882026-05-04T17:06:15.430Z Compiling curve25519-dalek-derive v0.1.1
15892026-05-04T17:06:15.475Z Compiling num-iter v0.1.45
15902026-05-04T17:06:15.617Z Compiling terminal_size v0.4.3
15912026-05-04T17:06:15.701Z Compiling phf_shared v0.13.1
15922026-05-04T17:06:15.783Z Compiling lazy_static v1.5.0
15932026-05-04T17:06:15.831Z Compiling tokio-util v0.7.18
15942026-05-04T17:06:15.834Z Compiling tower v0.5.3
15952026-05-04T17:06:15.894Z Compiling tokio-native-tls v0.3.1
15962026-05-04T17:06:15.910Z Compiling vergen v9.0.6
15972026-05-04T17:06:15.973Z Compiling fs-err v3.3.0
15982026-05-04T17:06:16.101Z Compiling newtype-uuid v1.3.2
15992026-05-04T17:06:16.131Z Compiling ahash v0.8.12
16002026-05-04T17:06:16.147Z Compiling object v0.37.3
16012026-05-04T17:06:16.165Z Compiling winnow v0.5.40
16022026-05-04T17:06:16.165Z Compiling bumpalo v3.20.2
16032026-05-04T17:06:16.200Z Compiling foldhash v0.2.0
16042026-05-04T17:06:16.351Z Compiling tower-http v0.6.8
16052026-05-04T17:06:16.367Z Compiling libbz2-rs-sys v0.2.2
16062026-05-04T17:06:16.456Z Compiling bitflags v1.3.2
16072026-05-04T17:06:16.459Z Compiling unicode-segmentation v1.12.0
16082026-05-04T17:06:16.459Z Compiling foldhash v0.1.5
16092026-05-04T17:06:16.504Z Compiling flate2 v1.1.9
16102026-05-04T17:06:16.519Z Compiling managed v0.8.0
16112026-05-04T17:06:16.562Z Compiling h2 v0.4.13
16122026-05-04T17:06:16.681Z Compiling hashbrown v0.15.5
16132026-05-04T17:06:16.839Z Compiling bzip2 v0.6.1
16142026-05-04T17:06:16.864Z Compiling dof v0.3.0
16152026-05-04T17:06:16.903Z Compiling zopfli v0.8.3
16162026-05-04T17:06:16.919Z Compiling hashbrown v0.16.1
16172026-05-04T17:06:17.000Z Compiling daft v0.1.5
16182026-05-04T17:06:17.075Z Compiling clap_builder v4.5.60
16192026-05-04T17:06:17.237Z Compiling elliptic-curve v0.13.8
16202026-05-04T17:06:17.308Z Compiling phf v0.13.1
16212026-05-04T17:06:17.394Z Compiling strum v0.27.2
16222026-05-04T17:06:17.491Z Compiling toml_edit v0.19.15
16232026-05-04T17:06:17.525Z Compiling signal-hook-mio v0.2.5
16242026-05-04T17:06:17.588Z Compiling cargo_metadata v0.19.2
16252026-05-04T17:06:17.606Z Compiling usdt-macro v0.6.0
16262026-05-04T17:06:17.631Z Compiling usdt-attr-macro v0.6.0
16272026-05-04T17:06:17.652Z Compiling hubpack v0.1.2
16282026-05-04T17:06:17.669Z Compiling cookie_store v0.22.1
16292026-05-04T17:06:17.672Z Compiling bzip2 v0.4.4
16302026-05-04T17:06:17.898Z Compiling serde_with_macros v3.17.0
16312026-05-04T17:06:17.920Z Compiling zstd v0.13.3
16322026-05-04T17:06:17.940Z Compiling postgres-types v0.2.12
16332026-05-04T17:06:18.138Z Compiling dtrace-parser v0.2.0
16342026-05-04T17:06:18.201Z Compiling pkcs1 v0.7.5
16352026-05-04T17:06:18.355Z Compiling ed25519 v2.2.3
16362026-05-04T17:06:18.406Z Compiling serde-big-array v0.5.1
16372026-05-04T17:06:18.505Z Compiling hex v0.4.3
16382026-05-04T17:06:18.533Z Compiling rfc6979 v0.4.0
16392026-05-04T17:06:18.573Z Compiling bstr v1.12.1
16402026-05-04T17:06:18.688Z Compiling clap_derive v4.5.55
16412026-05-04T17:06:18.732Z Compiling enum-as-inner v0.6.1
16422026-05-04T17:06:18.833Z Compiling serde_repr v0.1.20
16432026-05-04T17:06:18.973Z Compiling strum_macros v0.26.4
16442026-05-04T17:06:19.062Z Compiling phf_shared v0.11.3
16452026-05-04T17:06:19.164Z Compiling float-cmp v0.10.0
16462026-05-04T17:06:19.210Z Compiling thread-id v4.2.2
16472026-05-04T17:06:19.279Z Compiling memmap2 v0.9.10
16482026-05-04T17:06:19.314Z Compiling env_filter v1.0.0
16492026-05-04T17:06:19.332Z Compiling encoding_rs v0.8.35
16502026-05-04T17:06:19.336Z Compiling rustc-hash v2.1.1
16512026-05-04T17:06:19.366Z Compiling static_assertions v1.1.0
16522026-05-04T17:06:19.368Z Compiling difflib v0.4.0
16532026-05-04T17:06:19.444Z Compiling precomputed-hash v0.1.1
16542026-05-04T17:06:19.464Z Compiling jiff v0.2.21
16552026-05-04T17:06:19.501Z Compiling keccak v0.1.6
16562026-05-04T17:06:19.526Z Compiling mime v0.3.17
16572026-05-04T17:06:19.559Z Compiling normalize-line-endings v0.3.0
16582026-05-04T17:06:19.665Z Compiling hyper v1.8.1
16592026-05-04T17:06:19.683Z Compiling whoami v2.1.0
16602026-05-04T17:06:19.815Z Compiling fixedbitset v0.4.2
16612026-05-04T17:06:19.983Z Compiling data-encoding v2.10.0
16622026-05-04T17:06:20.060Z Compiling fixedbitset v0.5.7
16632026-05-04T17:06:20.091Z Compiling new_debug_unreachable v1.0.6
16642026-05-04T17:06:20.179Z Compiling predicates-core v1.0.10
16652026-05-04T17:06:20.200Z Compiling either v1.15.0
16662026-05-04T17:06:20.305Z Compiling hickory-proto v0.25.2
16672026-05-04T17:06:20.322Z Compiling predicates v3.1.4
16682026-05-04T17:06:20.364Z Compiling petgraph v0.8.3
16692026-05-04T17:06:20.393Z Compiling string_cache v0.8.9
16702026-05-04T17:06:20.396Z Compiling itertools v0.13.0
16712026-05-04T17:06:20.436Z Compiling petgraph v0.6.5
16722026-05-04T17:06:20.583Z Compiling clap v4.5.60
16732026-05-04T17:06:20.633Z Compiling tokio-postgres v0.7.16
16742026-05-04T17:06:20.658Z Compiling sha3 v0.10.8
16752026-05-04T17:06:20.679Z Compiling toml_edit v0.22.27
16762026-05-04T17:06:20.717Z Compiling env_logger v0.11.9
16772026-05-04T17:06:20.818Z Compiling hyper-util v0.1.20
16782026-05-04T17:06:20.951Z Compiling strum v0.26.3
16792026-05-04T17:06:21.006Z Compiling iddqd v0.3.18
16802026-05-04T17:06:21.097Z Compiling usdt v0.6.0
16812026-05-04T17:06:21.113Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-04T17:06:21.138Z Compiling usdt-impl v0.5.0
16832026-05-04T17:06:21.340Z Compiling serde_with v3.17.0
16842026-05-04T17:06:21.386Z Compiling similar v2.7.0
16852026-05-04T17:06:21.699Z Compiling crossterm v0.28.1
16862026-05-04T17:06:21.746Z Compiling toml v0.7.8
16872026-05-04T17:06:21.980Z Compiling ecdsa v0.16.9
16882026-05-04T17:06:22.185Z Compiling zip v4.6.1
16892026-05-04T17:06:22.287Z Compiling hyper-tls v0.6.0
16902026-05-04T17:06:22.377Z Compiling ed25519-dalek v2.2.0
16912026-05-04T17:06:22.410Z Compiling rsa v0.9.10
16922026-05-04T17:06:22.608Z Compiling zip v0.6.6
16932026-05-04T17:06:23.073Z Compiling heck v0.4.1
16942026-05-04T17:06:23.101Z Compiling tokio-stream v0.1.18
16952026-05-04T17:06:23.120Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-05-04T17:06:23.142Z Compiling buf-list v1.1.2
16972026-05-04T17:06:23.180Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16982026-05-04T17:06:23.216Z Compiling openapiv3 v2.2.0
16992026-05-04T17:06:23.256Z Compiling x509-cert v0.2.5
17002026-05-04T17:06:23.323Z Compiling sha1 v0.10.6
17012026-05-04T17:06:23.442Z Compiling crossbeam-epoch v0.9.18
17022026-05-04T17:06:23.459Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-04T17:06:23.524Z Compiling lalrpop-util v0.19.12
17042026-05-04T17:06:23.569Z Compiling peg-runtime v0.8.5
17052026-05-04T17:06:23.632Z Compiling thread_local v1.1.9
17062026-05-04T17:06:23.735Z Compiling slog-async v2.8.0
17072026-05-04T17:06:23.771Z Compiling futures-executor v0.3.32
17082026-05-04T17:06:23.791Z Compiling crossbeam-channel v0.5.15
17092026-05-04T17:06:23.809Z Compiling filetime v0.2.27
17102026-05-04T17:06:23.826Z Compiling is-terminal v0.4.17
17112026-05-04T17:06:23.912Z Compiling term v1.2.1
17122026-05-04T17:06:23.928Z Compiling take_mut v0.2.2
17132026-05-04T17:06:23.947Z Compiling xattr v1.6.1
17142026-05-04T17:06:24.017Z Compiling futures v0.3.32
17152026-05-04T17:06:24.104Z Compiling tar v0.4.45
17162026-05-04T17:06:24.281Z Compiling slog-term v2.9.2
17172026-05-04T17:06:39.346Z Compiling rustls-webpki v0.103.9
17182026-05-04T17:06:42.132Z Compiling tokio-rustls v0.26.4
17192026-05-04T17:06:42.132Z Compiling rustls-platform-verifier v0.6.2
17202026-05-04T17:06:42.344Z Compiling hyper-rustls v0.27.7
17212026-05-04T17:06:42.544Z Compiling reqwest v0.13.2
17222026-05-04T17:06:42.544Z Compiling reqwest v0.12.28
17232026-05-04T17:06:44.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-05-04T17:06:44.800Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-05-04T17:06:47.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.10s
17262026-05-04T17:06:47.808Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-05-04T17:06:47.867ZMay 04 17:06:47.032 INFO Starting download, target: Cockroach
17282026-05-04T17:06:47.867ZMay 04 17:06:47.033 INFO Starting download, target: Console
17292026-05-04T17:06:47.867ZMay 04 17:06:47.033 INFO Starting download, target: Clickhouse
17302026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Starting download, target: DendriteStub
17312026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Starting download, target: MaghemiteMgd
17322026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Starting download, target: TransceiverControl
17332026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-04T17:06:47.870ZMay 04 17:06:47.033 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-04T17:06:48.420ZMay 04 17:06:47.579 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-04T17:06:48.624ZMay 04 17:06:47.789 INFO Download complete, target: TransceiverControl
17412026-05-04T17:06:48.923ZMay 04 17:06:48.087 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-04T17:06:49.153ZMay 04 17:06:48.319 INFO Download complete, target: Console
17432026-05-04T17:06:49.541ZMay 04 17:06:48.697 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-04T17:06:49.599ZMay 04 17:06:48.762 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-04T17:06:49.958ZMay 04 17:06:49.108 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-05-04T17:06:50.164ZMay 04 17:06:49.328 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-04T17:06:50.164ZMay 04 17:06:49.328 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-04T17:06:51.924ZMay 04 17:06:51.090 INFO Download complete, target: MaghemiteMgd
17492026-05-04T17:06:51.933ZMay 04 17:06:51.099 INFO Download complete, target: DendriteStub
17502026-05-04T17:06:54.968ZMay 04 17:06:54.130 INFO Checking that binary works, target: Cockroach
17512026-05-04T17:06:55.072ZMay 04 17:06:54.237 INFO Download complete, target: Cockroach
17522026-05-04T17:06:56.856ZMay 04 17:06:56.020 INFO Checking that binary works, target: Clickhouse
17532026-05-04T17:06:56.957ZMay 04 17:06:56.121 INFO Download complete, target: Clickhouse
17542026-05-04T17:06:56.962ZAll prerequisites installed successfully
17552026-05-04T17:06:56.965Z
17562026-05-04T17:06:56.965Zreal 2:43.135814580
17572026-05-04T17:06:56.965Zuser 7:19.709911652
17582026-05-04T17:06:56.965Zsys 1:48.485287783
17592026-05-04T17:06:56.965Ztrap 0.259348516
17602026-05-04T17:06:56.965Ztflt 1.304879372
17612026-05-04T17:06:56.965Zdflt 1.953376270
17622026-05-04T17:06:56.965Zkflt 0.044239788
17632026-05-04T17:06:56.965Zlock 22:44.882527368
17642026-05-04T17:06:56.965Zslp 19:17.128268625
17652026-05-04T17:06:56.965Zlat 25.722965248
17662026-05-04T17:06:56.966Zstop 3:13.095307465
17672026-05-04T17:06:56.966Z+ ptime -m cargo xtask download softnpu
17682026-05-04T17:06:57.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17692026-05-04T17:06:57.522Z Running `target/debug/xtask download softnpu`
17702026-05-04T17:06:58.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17712026-05-04T17:06:58.362Z Running `target/debug/xtask-downloader softnpu`
17722026-05-04T17:06:58.409ZMay 04 17:06:57.574 INFO Starting download, target: Softnpu
17732026-05-04T17:06:58.412ZMay 04 17:06:57.575 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-05-04T17:06:59.139ZMay 04 17:06:58.305 INFO Download complete, target: Softnpu
17752026-05-04T17:06:59.143Z
17762026-05-04T17:06:59.147Zreal 2.174398665
17772026-05-04T17:06:59.147Zuser 1.358885932
17782026-05-04T17:06:59.147Zsys 0.681445889
17792026-05-04T17:06:59.147Ztrap 0.000594045
17802026-05-04T17:06:59.147Ztflt 0.000065110
17812026-05-04T17:06:59.147Zdflt 0.000715019
17822026-05-04T17:06:59.147Zkflt 0.000000000
17832026-05-04T17:06:59.147Zlock 13.262719000
17842026-05-04T17:06:59.147Zslp 0.596641304
17852026-05-04T17:06:59.147Zlat 0.119231754
17862026-05-04T17:06:59.147Zstop 0.000184645
17872026-05-04T17:06:59.147Z+ export CARGO_INCREMENTAL=0
17882026-05-04T17:06:59.147Z+ CARGO_INCREMENTAL=0
17892026-05-04T17:06:59.147Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-05-04T17:07:00.046Z Compiling proc-macro2 v1.0.106
17912026-05-04T17:07:00.046Z Compiling quote v1.0.45
17922026-05-04T17:07:00.046Z Compiling unicode-ident v1.0.24
17932026-05-04T17:07:00.049Z Compiling libc v0.2.185
17942026-05-04T17:07:00.050Z Compiling serde_core v1.0.228
17952026-05-04T17:07:00.050Z Compiling serde v1.0.228
17962026-05-04T17:07:00.050Z Compiling cfg-if v1.0.4
17972026-05-04T17:07:00.050Z Compiling version_check v0.9.5
17982026-05-04T17:07:00.050Z Compiling shlex v1.3.0
17992026-05-04T17:07:00.050Z Compiling find-msvc-tools v0.1.9
18002026-05-04T17:07:00.050Z Compiling typenum v1.19.0
18012026-05-04T17:07:00.194Z Compiling autocfg v1.5.0
18022026-05-04T17:07:00.197Z Compiling zmij v1.0.21
18032026-05-04T17:07:00.197Z Compiling serde_json v1.0.149
18042026-05-04T17:07:00.197Z Compiling memchr v2.8.0
18052026-05-04T17:07:00.359Z Compiling portable-atomic v1.13.1
18062026-05-04T17:07:00.407Z Compiling zerocopy v0.8.40
18072026-05-04T17:07:00.575Z Compiling libm v0.2.16
18082026-05-04T17:07:00.579Z Compiling smallvec v1.15.1
18092026-05-04T17:07:00.612Z Compiling parking_lot_core v0.9.12
18102026-05-04T17:07:00.647Z Compiling icu_properties_data v2.1.2
18112026-05-04T17:07:00.664Z Compiling num-traits v0.2.19
18122026-05-04T17:07:00.741Z Compiling generic-array v0.14.7
18132026-05-04T17:07:00.744Z Compiling icu_normalizer_data v2.1.1
18142026-05-04T17:07:00.823Z Compiling itoa v1.0.17
18152026-05-04T17:07:00.855Z Compiling getrandom v0.4.1
18162026-05-04T17:07:00.872Z Compiling log v0.4.29
18172026-05-04T17:07:00.918Z Compiling stable_deref_trait v1.2.1
18182026-05-04T17:07:00.933Z Compiling pkg-config v0.3.32
18192026-05-04T17:07:00.951Z Compiling subtle v2.6.1
18202026-05-04T17:07:01.140Z Compiling scopeguard v1.2.0
18212026-05-04T17:07:01.177Z Compiling writeable v0.6.2
18222026-05-04T17:07:01.288Z Compiling jobserver v0.1.34
18232026-05-04T17:07:01.307Z Compiling getrandom v0.2.17
18242026-05-04T17:07:01.340Z Compiling errno v0.3.14
18252026-05-04T17:07:01.355Z Compiling lock_api v0.4.14
18262026-05-04T17:07:01.478Z Compiling rand_core v0.6.4
18272026-05-04T17:07:01.516Z Compiling percent-encoding v2.3.2
18282026-05-04T17:07:01.533Z Compiling litemap v0.8.1
18292026-05-04T17:07:01.551Z Compiling cc v1.2.56
18302026-05-04T17:07:01.602Z Compiling thiserror v2.0.18
18312026-05-04T17:07:01.646Z Compiling syn v2.0.117
18322026-05-04T17:07:01.664Z Compiling pin-project-lite v0.2.17
18332026-05-04T17:07:01.681Z Compiling fnv v1.0.7
18342026-05-04T17:07:01.760Z Compiling getrandom v0.3.4
18352026-05-04T17:07:01.795Z Compiling critical-section v1.2.0
18362026-05-04T17:07:01.916Z Compiling rustversion v1.0.22
18372026-05-04T17:07:01.919Z Compiling equivalent v1.0.2
18382026-05-04T17:07:01.965Z Compiling schemars v0.8.22
18392026-05-04T17:07:01.968Z Compiling dunce v1.0.5
18402026-05-04T17:07:02.034Z Compiling fs_extra v1.3.0
18412026-05-04T17:07:02.068Z Compiling rand_core v0.10.0
18422026-05-04T17:07:02.083Z Compiling utf8_iter v1.0.4
18432026-05-04T17:07:02.186Z Compiling form_urlencoded v1.2.2
18442026-05-04T17:07:02.286Z Compiling signal-hook-registry v1.4.8
18452026-05-04T17:07:02.333Z Compiling cmake v0.1.57
18462026-05-04T17:07:02.366Z Compiling once_cell v1.21.3
18472026-05-04T17:07:02.525Z Compiling bitflags v2.11.0
18482026-05-04T17:07:02.559Z Compiling semver v1.0.28
18492026-05-04T17:07:02.680Z Compiling const-oid v0.9.6
18502026-05-04T17:07:02.697Z Compiling hashbrown v0.17.0
18512026-05-04T17:07:02.727Z Compiling parking_lot v0.12.5
18522026-05-04T17:07:02.750Z Compiling mio v1.2.0
18532026-05-04T17:07:02.833Z Compiling socket2 v0.6.3
18542026-05-04T17:07:02.893Z Compiling rustix v1.1.3
18552026-05-04T17:07:02.896Z Compiling aws-lc-rs v1.16.0
18562026-05-04T17:07:02.911Z Compiling strsim v0.11.1
18572026-05-04T17:07:02.940Z Compiling ring v0.17.14
18582026-05-04T17:07:02.957Z Compiling aws-lc-sys v0.37.1
18592026-05-04T17:07:02.985Z Compiling futures-core v0.3.32
18602026-05-04T17:07:03.087Z Compiling thiserror v1.0.69
18612026-05-04T17:07:03.198Z Compiling byteorder v1.5.0
18622026-05-04T17:07:03.214Z Compiling indexmap v2.14.0
18632026-05-04T17:07:03.248Z Compiling ucd-trie v0.1.7
18642026-05-04T17:07:03.252Z Compiling httparse v1.10.1
18652026-05-04T17:07:03.438Z Compiling pest v2.8.6
18662026-05-04T17:07:03.463Z Compiling heck v0.5.0
18672026-05-04T17:07:03.515Z Compiling vcpkg v0.2.15
18682026-05-04T17:07:03.533Z Compiling iana-time-zone v0.1.65
18692026-05-04T17:07:03.603Z Compiling ident_case v1.0.1
18702026-05-04T17:07:03.620Z Compiling syn v1.0.109
18712026-05-04T17:07:03.657Z Compiling uuid v1.23.0
18722026-05-04T17:07:03.695Z Compiling cpufeatures v0.2.17
18732026-05-04T17:07:03.766Z Compiling regex-syntax v0.8.10
18742026-05-04T17:07:03.917Z Compiling rustc_version v0.4.1
18752026-05-04T17:07:04.042Z Compiling futures-sink v0.3.32
18762026-05-04T17:07:04.104Z Compiling rustls v0.23.37
18772026-05-04T17:07:04.122Z Compiling openssl-sys v0.9.111
18782026-05-04T17:07:04.186Z Compiling futures-channel v0.3.32
18792026-05-04T17:07:04.252Z Compiling futures-task v0.3.32
18802026-05-04T17:07:04.269Z Compiling futures-io v0.3.32
18812026-05-04T17:07:04.322Z Compiling slab v0.4.12
18822026-05-04T17:07:04.440Z Compiling dyn-clone v1.0.20
18832026-05-04T17:07:04.457Z Compiling crc32fast v1.5.0
18842026-05-04T17:07:04.460Z Compiling plain v0.2.3
18852026-05-04T17:07:04.493Z Compiling synstructure v0.13.2
18862026-05-04T17:07:04.497Z Compiling serde_derive_internals v0.29.1
18872026-05-04T17:07:04.526Z Compiling pest_meta v2.8.6
18882026-05-04T17:07:04.578Z Compiling aho-corasick v1.1.4
18892026-05-04T17:07:04.607Z Compiling crossbeam-utils v0.8.21
18902026-05-04T17:07:04.747Z Compiling num-conv v0.2.0
18912026-05-04T17:07:04.781Z Compiling time-core v0.1.8
18922026-05-04T17:07:04.921Z Compiling openssl v0.10.75
18932026-05-04T17:07:04.955Z Compiling time-macros v0.2.27
18942026-05-04T17:07:04.955Z Compiling pretty-hex v0.4.1
18952026-05-04T17:07:05.104Z Compiling pest_generator v2.8.6
18962026-05-04T17:07:05.138Z Compiling base64 v0.22.1
18972026-05-04T17:07:05.272Z Compiling base64ct v1.8.3
18982026-05-04T17:07:05.293Z Compiling anyhow v1.0.102
18992026-05-04T17:07:05.312Z Compiling darling_core v0.21.3
19002026-05-04T17:07:05.364Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19012026-05-04T17:07:05.387Z Compiling regex-automata v0.4.14
19022026-05-04T17:07:05.487Z Compiling flagset v0.4.7
19032026-05-04T17:07:05.581Z Compiling pem-rfc7468 v0.7.0
19042026-05-04T17:07:05.618Z Compiling native-tls v0.2.18
19052026-05-04T17:07:05.647Z Compiling rand_core v0.9.5
19062026-05-04T17:07:05.726Z Compiling serde_derive v1.0.228
19072026-05-04T17:07:05.754Z Compiling zeroize_derive v1.4.3
19082026-05-04T17:07:05.773Z Compiling zerofrom-derive v0.1.6
19092026-05-04T17:07:05.791Z Compiling yoke-derive v0.8.1
19102026-05-04T17:07:05.861Z Compiling zerovec-derive v0.11.2
19112026-05-04T17:07:05.878Z Compiling displaydoc v0.2.5
19122026-05-04T17:07:05.893Z Compiling zerocopy-derive v0.8.40
19132026-05-04T17:07:05.913Z Compiling tokio-macros v2.7.0
19142026-05-04T17:07:05.939Z Compiling futures-macro v0.3.32
19152026-05-04T17:07:05.989Z Compiling thiserror-impl v2.0.18
19162026-05-04T17:07:06.373Z Compiling zeroize v1.8.2
19172026-05-04T17:07:06.638Z Compiling schemars_derive v0.8.22
19182026-05-04T17:07:06.719Z Compiling der_derive v0.7.3
19192026-05-04T17:07:06.787Z Compiling tracing-attributes v0.1.31
19202026-05-04T17:07:06.902Z Compiling zerofrom v0.1.6
19212026-05-04T17:07:07.053Z Compiling yoke v0.8.1
19222026-05-04T17:07:07.161Z Compiling crypto-common v0.1.7
19232026-05-04T17:07:07.177Z Compiling block-buffer v0.10.4
19242026-05-04T17:07:07.255Z Compiling zerovec v0.11.5
19252026-05-04T17:07:07.273Z Compiling zerotrie v0.2.3
19262026-05-04T17:07:07.415Z Compiling digest v0.10.7
19272026-05-04T17:07:07.490Z Compiling thiserror-impl v1.0.69
19282026-05-04T17:07:07.721Z Compiling pest_derive v2.8.6
19292026-05-04T17:07:07.747Z Compiling futures-util v0.3.32
19302026-05-04T17:07:07.815Z Compiling hmac v0.12.1
19312026-05-04T17:07:07.832Z Compiling block-padding v0.3.3
19322026-05-04T17:07:07.911Z Compiling tinystr v0.8.2
19332026-05-04T17:07:07.979Z Compiling potential_utf v0.1.4
19342026-05-04T17:07:08.044Z Compiling inout v0.1.4
19352026-05-04T17:07:08.147Z Compiling icu_locale_core v2.1.1
19362026-05-04T17:07:08.150Z Compiling icu_collections v2.1.1
19372026-05-04T17:07:08.183Z Compiling cipher v0.4.4
19382026-05-04T17:07:08.233Z Compiling sha2 v0.10.9
19392026-05-04T17:07:08.603Z Compiling rustls-pki-types v1.14.0
19402026-05-04T17:07:08.623Z Compiling scroll_derive v0.13.1
19412026-05-04T17:07:08.649Z Compiling scroll_derive v0.12.1
19422026-05-04T17:07:08.873Z Compiling icu_provider v2.1.1
19432026-05-04T17:07:08.924Z Compiling bytes v1.11.1
19442026-05-04T17:07:09.022Z Compiling chrono v0.4.44
19452026-05-04T17:07:09.310Z Compiling icu_normalizer v2.1.1
19462026-05-04T17:07:09.326Z Compiling icu_properties v2.1.2
19472026-05-04T17:07:09.465Z Compiling tokio v1.52.1
19482026-05-04T17:07:09.846Z Compiling serde_tokenstream v0.2.3
19492026-05-04T17:07:10.168Z Compiling ppv-lite86 v0.2.21
19502026-05-04T17:07:10.242Z Compiling idna_adapter v1.2.1
19512026-05-04T17:07:10.397Z Compiling idna v1.1.0
19522026-05-04T17:07:10.516Z Compiling openssl-macros v0.1.1
19532026-05-04T17:07:10.533Z Compiling http v1.4.0
19542026-05-04T17:07:10.571Z Compiling der v0.7.10
19552026-05-04T17:07:10.649Z Compiling regex v1.12.3
19562026-05-04T17:07:10.726Z Compiling darling_macro v0.21.3
19572026-05-04T17:07:10.776Z Compiling url v2.5.8
19582026-05-04T17:07:10.930Z Compiling zerocopy-derive v0.7.35
19592026-05-04T17:07:10.997Z Compiling slog v2.8.2
19602026-05-04T17:07:11.041Z Compiling tracing-core v0.1.36
19612026-05-04T17:07:11.094Z Compiling untrusted v0.9.0
19622026-05-04T17:07:11.217Z Compiling darling v0.21.3
19632026-05-04T17:07:11.536Z Compiling tracing v0.1.44
19642026-05-04T17:07:11.583Z Compiling spki v0.7.3
19652026-05-04T17:07:11.699Z Compiling salsa20 v0.10.2
19662026-05-04T17:07:11.732Z Compiling pbkdf2 v0.12.2
19672026-05-04T17:07:12.093Z Compiling cookie v0.18.1
19682026-05-04T17:07:12.109Z Compiling camino v1.2.2
19692026-05-04T17:07:12.368Z Compiling scrypt v0.11.0
19702026-05-04T17:07:12.385Z Compiling rand_chacha v0.9.0
19712026-05-04T17:07:12.402Z Compiling cbc v0.1.2
19722026-05-04T17:07:12.487Z Compiling aes v0.8.4
19732026-05-04T17:07:12.823Z Compiling usdt-impl v0.5.0
19742026-05-04T17:07:12.939Z Compiling usdt-impl v0.6.0
19752026-05-04T17:07:12.955Z Compiling paste v1.0.15
19762026-05-04T17:07:12.992Z Compiling ref-cast v1.0.25
19772026-05-04T17:07:13.072Z Compiling winnow v0.7.14
19782026-05-04T17:07:13.088Z Compiling either v1.15.0
19792026-05-04T17:07:13.237Z Compiling tokio-util v0.7.18
19802026-05-04T17:07:13.335Z Compiling pkcs5 v0.7.1
19812026-05-04T17:07:13.366Z Compiling rand v0.9.2
19822026-05-04T17:07:13.400Z Compiling http-body v1.0.1
19832026-05-04T17:07:13.648Z Compiling scroll v0.13.0
19842026-05-04T17:07:13.783Z Compiling scroll v0.12.0
19852026-05-04T17:07:13.804Z Compiling serde_spanned v0.6.9
19862026-05-04T17:07:13.943Z Compiling toml_datetime v0.6.11
19872026-05-04T17:07:13.979Z Compiling heapless v0.7.17
19882026-05-04T17:07:14.077Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-05-04T17:07:14.201Z Compiling signal-hook v0.3.18
19902026-05-04T17:07:14.255Z Compiling openssl-probe v0.2.1
19912026-05-04T17:07:14.380Z Compiling zstd-safe v7.2.4
19922026-05-04T17:07:14.396Z Compiling atomic-waker v1.1.2
19932026-05-04T17:07:14.400Z Compiling untrusted v0.7.1
19942026-05-04T17:07:14.432Z Compiling toml_parser v1.0.9+spec-1.1.0
19952026-05-04T17:07:14.563Z Compiling goblin v0.8.2
19962026-05-04T17:07:14.580Z Compiling goblin v0.10.5
19972026-05-04T17:07:14.601Z Compiling pkcs8 v0.10.2
19982026-05-04T17:07:14.662Z Compiling zerocopy v0.7.35
19992026-05-04T17:07:14.926Z Compiling ref-cast-impl v1.0.25
20002026-05-04T17:07:14.964Z Compiling darling_core v0.20.11
20012026-05-04T17:07:15.002Z Compiling curve25519-dalek v4.1.3
20022026-05-04T17:07:15.161Z Compiling toml_datetime v0.7.5+spec-1.1.0
20032026-05-04T17:07:15.239Z Compiling memoffset v0.9.1
20042026-05-04T17:07:15.259Z Compiling tower-layer v0.3.3
20052026-05-04T17:07:15.463Z Compiling fastrand v2.3.0
20062026-05-04T17:07:15.604Z Compiling try-lock v0.2.5
20072026-05-04T17:07:15.650Z Compiling rustix v0.38.44
20082026-05-04T17:07:15.689Z Compiling tower-service v0.3.3
20092026-05-04T17:07:15.749Z Compiling litrs v1.0.0
20102026-05-04T17:07:15.928Z Compiling winnow v0.5.40
20112026-05-04T17:07:15.946Z Compiling tinyvec_macros v0.1.1
20122026-05-04T17:07:15.983Z Compiling want v0.3.1
20132026-05-04T17:07:16.035Z Compiling tinyvec v1.10.0
20142026-05-04T17:07:16.204Z Compiling h2 v0.4.13
20152026-05-04T17:07:16.220Z Compiling document-features v0.2.12
20162026-05-04T17:07:16.720Z Compiling dtrace-parser v0.2.0
20172026-05-04T17:07:16.764Z Compiling dof v0.3.0
20182026-05-04T17:07:16.935Z Compiling darling_macro v0.20.11
20192026-05-04T17:07:17.214Z Compiling toml_edit v0.19.15
20202026-05-04T17:07:17.236Z Compiling dof v0.4.0
20212026-05-04T17:07:17.369Z Compiling dtrace-parser v0.3.0
20222026-05-04T17:07:17.453Z Compiling ipnet v2.11.0
20232026-05-04T17:07:17.573Z Compiling daft-derive v0.1.5
20242026-05-04T17:07:17.602Z Compiling async-trait v0.1.89
20252026-05-04T17:07:17.677Z Compiling spin v0.9.8
20262026-05-04T17:07:17.912Z Compiling thread-id v4.2.2
20272026-05-04T17:07:17.960Z Compiling thread-id v5.1.0
20282026-05-04T17:07:18.014Z Compiling pin-utils v0.1.0
20292026-05-04T17:07:18.030Z Compiling smoltcp v0.9.1
20302026-05-04T17:07:18.105Z Compiling num-bigint-dig v0.8.6
20312026-05-04T17:07:18.127Z Compiling httpdate v1.0.3
20322026-05-04T17:07:18.204Z Compiling cfg_aliases v0.2.1
20332026-05-04T17:07:18.301Z Compiling powerfmt v0.2.0
20342026-05-04T17:07:18.367Z Compiling foreign-types-shared v0.1.1
20352026-05-04T17:07:18.384Z Compiling nix v0.31.2
20362026-05-04T17:07:18.476Z Compiling deranged v0.5.8
20372026-05-04T17:07:18.531Z Compiling tempfile v3.25.0
20382026-05-04T17:07:18.545Z Compiling foreign-types v0.3.2
20392026-05-04T17:07:18.639Z Compiling darling v0.20.11
20402026-05-04T17:07:18.798Z Compiling ipnetwork v0.21.1
20412026-05-04T17:07:19.138Z Compiling strum_macros v0.26.4
20422026-05-04T17:07:19.155Z Compiling curve25519-dalek-derive v0.1.1
20432026-05-04T17:07:19.363Z Compiling hyper v1.8.1
20442026-05-04T17:07:19.480Z Compiling wait-timeout v0.2.1
20452026-05-04T17:07:19.538Z Compiling anstyle v1.0.13
20462026-05-04T17:07:19.631Z Compiling simd-adler32 v0.3.8
20472026-05-04T17:07:19.792Z Compiling num_threads v0.1.7
20482026-05-04T17:07:19.899Z Compiling utf8parse v0.2.2
20492026-05-04T17:07:19.931Z Compiling bit-vec v0.8.0
20502026-05-04T17:07:19.996Z Compiling siphasher v1.0.2
20512026-05-04T17:07:20.024Z Compiling quick-error v1.2.3
20522026-05-04T17:07:20.161Z Compiling bit-set v0.8.0
20532026-05-04T17:07:20.184Z Compiling rusty-fork v0.3.1
20542026-05-04T17:07:20.201Z Compiling time v0.3.47
20552026-05-04T17:07:20.350Z Compiling anstyle-parse v0.2.7
20562026-05-04T17:07:20.495Z Compiling hyper-util v0.1.20
20572026-05-04T17:07:20.741Z Compiling derive_builder_core v0.20.2
20582026-05-04T17:07:20.825Z Compiling unicode-normalization v0.1.25
20592026-05-04T17:07:21.541Z Compiling rustls-native-certs v0.8.3
20602026-05-04T17:07:21.798Z Compiling signature v2.2.0
20612026-05-04T17:07:21.814Z Compiling hubpack_derive v0.1.1
20622026-05-04T17:07:21.849Z Compiling rand_xorshift v0.4.0
20632026-05-04T17:07:21.946Z Compiling strum_macros v0.27.2
20642026-05-04T17:07:22.019Z Compiling sync_wrapper v1.0.2
20652026-05-04T17:07:22.035Z Compiling ahash v0.8.12
20662026-05-04T17:07:22.067Z Compiling fs-err v3.3.0
20672026-05-04T17:07:22.171Z Compiling unicode-bidi v0.3.18
20682026-05-04T17:07:22.214Z Compiling object v0.37.3
20692026-05-04T17:07:22.297Z Compiling unarray v0.1.4
20702026-05-04T17:07:22.300Z Compiling is_terminal_polyfill v1.70.2
20712026-05-04T17:07:22.370Z Compiling unicode-properties v0.1.4
20722026-05-04T17:07:22.460Z Compiling colorchoice v1.0.4
20732026-05-04T17:07:22.460Z Compiling adler2 v2.0.1
20742026-05-04T17:07:22.493Z Compiling allocator-api2 v0.2.21
20752026-05-04T17:07:22.511Z Compiling anstyle-query v1.1.5
20762026-05-04T17:07:22.626Z Compiling unicode-segmentation v1.12.0
20772026-05-04T17:07:22.629Z Compiling anstream v0.6.21
20782026-05-04T17:07:22.661Z Compiling miniz_oxide v0.8.9
20792026-05-04T17:07:22.707Z Compiling stringprep v0.1.5
20802026-05-04T17:07:23.036Z Compiling proptest v1.10.0
20812026-05-04T17:07:23.170Z Compiling tower v0.5.3
20822026-05-04T17:07:23.235Z Compiling derive_builder_macro v0.20.2
20832026-05-04T17:07:23.467Z Compiling usdt-macro v0.6.0
20842026-05-04T17:07:23.492Z Compiling usdt-attr-macro v0.6.0
20852026-05-04T17:07:24.033Z Compiling http-body-util v0.1.3
20862026-05-04T17:07:24.157Z Compiling webpki-roots v1.0.6
20872026-05-04T17:07:24.296Z Compiling rand_chacha v0.3.1
20882026-05-04T17:07:24.296Z Compiling erased-serde v0.3.31
20892026-05-04T17:07:24.332Z Compiling md-5 v0.10.6
20902026-05-04T17:07:24.335Z Compiling num-integer v0.1.46
20912026-05-04T17:07:24.402Z Compiling hash32 v0.2.1
20922026-05-04T17:07:24.422Z Compiling vergen-lib v0.1.6
20932026-05-04T17:07:24.482Z Compiling ff v0.13.1
20942026-05-04T17:07:24.539Z Compiling zlib-rs v0.6.2
20952026-05-04T17:07:24.597Z Compiling base16ct v0.2.0
20962026-05-04T17:07:24.603Z Compiling psl-types v2.0.11
20972026-05-04T17:07:24.619Z Compiling fallible-iterator v0.2.0
20982026-05-04T17:07:24.654Z Compiling ryu v1.0.23
20992026-05-04T17:07:24.688Z Compiling iri-string v0.7.10
21002026-05-04T17:07:24.710Z Compiling sec1 v0.7.3
21012026-05-04T17:07:24.748Z Compiling publicsuffix v2.3.0
21022026-05-04T17:07:24.827Z Compiling serde_urlencoded v0.7.1
21032026-05-04T17:07:24.865Z Compiling group v0.13.0
21042026-05-04T17:07:24.932Z Compiling postgres-protocol v0.6.10
21052026-05-04T17:07:24.966Z Compiling num-iter v0.1.45
21062026-05-04T17:07:25.056Z Compiling newtype-uuid v1.3.2
21072026-05-04T17:07:25.148Z Compiling rand v0.8.5
21082026-05-04T17:07:25.388Z Compiling oxnet v0.1.4
21092026-05-04T17:07:25.450Z Compiling derive_builder v0.20.2
21102026-05-04T17:07:25.582Z Compiling tokio-native-tls v0.3.1
21112026-05-04T17:07:25.599Z Compiling heck v0.4.1
21122026-05-04T17:07:25.703Z Compiling phf_shared v0.13.1
21132026-05-04T17:07:25.770Z Compiling lazy_static v1.5.0
21142026-05-04T17:07:25.869Z Compiling tower-http v0.6.8
21152026-05-04T17:07:25.897Z Compiling terminal_size v0.4.3
21162026-05-04T17:07:25.918Z Compiling serde_with_macros v3.17.0
21172026-05-04T17:07:25.952Z Compiling cargo-platform v0.1.9
21182026-05-04T17:07:25.985Z Compiling hkdf v0.12.4
21192026-05-04T17:07:26.019Z Compiling crypto-bigint v0.5.5
21202026-05-04T17:07:26.057Z Compiling serde_repr v0.1.20
21212026-05-04T17:07:26.077Z Compiling clap_derive v4.5.55
21222026-05-04T17:07:26.092Z Compiling enum-as-inner v0.6.1
21232026-05-04T17:07:26.162Z Compiling vergen v9.0.6
21242026-05-04T17:07:26.233Z Compiling managed v0.8.0
21252026-05-04T17:07:26.252Z Compiling clap_lex v1.0.0
21262026-05-04T17:07:26.386Z Compiling foldhash v0.1.5
21272026-05-04T17:07:26.488Z Compiling bitflags v1.3.2
21282026-05-04T17:07:26.581Z Compiling flate2 v1.1.9
21292026-05-04T17:07:26.599Z Compiling foldhash v0.2.0
21302026-05-04T17:07:26.615Z Compiling bumpalo v3.20.2
21312026-05-04T17:07:26.618Z Compiling libbz2-rs-sys v0.2.2
21322026-05-04T17:07:26.827Z Compiling zopfli v0.8.3
21332026-05-04T17:07:26.843Z Compiling hashbrown v0.16.1
21342026-05-04T17:07:26.887Z Compiling hashbrown v0.15.5
21352026-05-04T17:07:26.911Z Compiling clap_builder v4.5.60
21362026-05-04T17:07:26.989Z Compiling elliptic-curve v0.13.8
21372026-05-04T17:07:27.101Z Compiling bzip2 v0.6.1
21382026-05-04T17:07:27.223Z Compiling cargo_metadata v0.19.2
21392026-05-04T17:07:27.486Z Compiling phf v0.13.1
21402026-05-04T17:07:27.596Z Compiling zstd v0.13.3
21412026-05-04T17:07:27.671Z Compiling hyper-tls v0.6.0
21422026-05-04T17:07:27.738Z Compiling daft v0.1.5
21432026-05-04T17:07:27.850Z Compiling signal-hook-mio v0.2.5
21442026-05-04T17:07:27.908Z Compiling cookie_store v0.22.1
21452026-05-04T17:07:27.926Z Compiling postgres-types v0.2.12
21462026-05-04T17:07:27.990Z Compiling bzip2 v0.4.4
21472026-05-04T17:07:28.204Z Compiling strum v0.27.2
21482026-05-04T17:07:28.365Z Compiling hubpack v0.1.2
21492026-05-04T17:07:28.421Z Compiling ed25519 v2.2.3
21502026-05-04T17:07:28.463Z Compiling phf_shared v0.11.3
21512026-05-04T17:07:28.541Z Compiling crossbeam-epoch v0.9.18
21522026-05-04T17:07:28.585Z Compiling pkcs1 v0.7.5
21532026-05-04T17:07:28.670Z Compiling hex v0.4.3
21542026-05-04T17:07:28.686Z Compiling serde-big-array v0.5.1
21552026-05-04T17:07:28.980Z Compiling rfc6979 v0.4.0
21562026-05-04T17:07:28.997Z Compiling bstr v1.12.1
21572026-05-04T17:07:29.012Z Compiling float-cmp v0.10.0
21582026-05-04T17:07:29.065Z Compiling memmap2 v0.9.10
21592026-05-04T17:07:29.083Z Compiling env_filter v1.0.0
21602026-05-04T17:07:29.133Z Compiling encoding_rs v0.8.35
21612026-05-04T17:07:29.161Z Compiling fixedbitset v0.5.7
21622026-05-04T17:07:29.177Z Compiling fixedbitset v0.4.2
21632026-05-04T17:07:29.193Z Compiling static_assertions v1.1.0
21642026-05-04T17:07:29.285Z Compiling mime v0.3.17
21652026-05-04T17:07:29.304Z Compiling keccak v0.1.6
21662026-05-04T17:07:29.340Z Compiling toml_write v0.1.2
21672026-05-04T17:07:29.373Z Compiling precomputed-hash v0.1.1
21682026-05-04T17:07:29.408Z Compiling difflib v0.4.0
21692026-05-04T17:07:29.463Z Compiling whoami v2.1.0
21702026-05-04T17:07:29.481Z Compiling normalize-line-endings v0.3.0
21712026-05-04T17:07:29.543Z Compiling predicates-core v1.0.10
21722026-05-04T17:07:29.543Z Compiling new_debug_unreachable v1.0.6
21732026-05-04T17:07:29.577Z Compiling data-encoding v2.10.0
21742026-05-04T17:07:29.615Z Compiling jiff v0.2.21
21752026-05-04T17:07:29.635Z Compiling rustc-hash v2.1.1
21762026-05-04T17:07:29.652Z Compiling string_cache v0.8.9
21772026-05-04T17:07:29.753Z Compiling iddqd v0.3.18
21782026-05-04T17:07:29.785Z Compiling tokio-postgres v0.7.16
21792026-05-04T17:07:29.815Z Compiling predicates v3.1.4
21802026-05-04T17:07:29.888Z Compiling hickory-proto v0.25.2
21812026-05-04T17:07:30.133Z Compiling toml_edit v0.22.27
21822026-05-04T17:07:30.397Z Compiling sha3 v0.10.8
21832026-05-04T17:07:30.468Z Compiling similar v2.7.0
21842026-05-04T17:07:30.492Z Compiling petgraph v0.8.3
21852026-05-04T17:07:30.609Z Compiling petgraph v0.6.5
21862026-05-04T17:07:30.693Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-04T17:07:30.889Z Compiling env_logger v0.11.9
21882026-05-04T17:07:31.208Z Compiling usdt v0.6.0
21892026-05-04T17:07:31.483Z Compiling ecdsa v0.16.9
21902026-05-04T17:07:31.615Z Compiling serde_with v3.17.0
21912026-05-04T17:07:31.907Z Compiling rsa v0.9.10
21922026-05-04T17:07:32.418Z Compiling zip v4.6.1
21932026-05-04T17:07:32.461Z Compiling ed25519-dalek v2.2.0
21942026-05-04T17:07:32.768Z Compiling clap v4.5.60
21952026-05-04T17:07:32.869Z Compiling crossterm v0.28.1
21962026-05-04T17:07:33.339Z Compiling zip v0.6.6
21972026-05-04T17:07:33.409Z Compiling strum v0.26.3
21982026-05-04T17:07:33.502Z Compiling toml v0.7.8
21992026-05-04T17:07:33.519Z Compiling tokio-stream v0.1.18
22002026-05-04T17:07:33.631Z Compiling itertools v0.13.0
22012026-05-04T17:07:33.728Z Compiling buf-list v1.1.2
22022026-05-04T17:07:33.875Z Compiling x509-cert v0.2.5
22032026-05-04T17:07:34.016Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22042026-05-04T17:07:34.104Z Compiling openapiv3 v2.2.0
22052026-05-04T17:07:34.164Z Compiling sha1 v0.10.6
22062026-05-04T17:07:34.438Z Compiling lalrpop-util v0.19.12
22072026-05-04T17:07:34.668Z Compiling peg-runtime v0.8.5
22082026-05-04T17:07:48.515Z Compiling rustls-webpki v0.103.9
22092026-05-04T17:07:51.060Z Compiling macaddr v1.0.1
22102026-05-04T17:07:51.236Z Compiling structmeta-derive v0.3.0
22112026-05-04T17:07:51.321Z Compiling rayon-core v1.13.0
22122026-05-04T17:07:51.360Z Compiling crucible-workspace-hack v0.1.0
22132026-05-04T17:07:51.380Z Compiling itertools v0.14.0
22142026-05-04T17:07:51.568Z Compiling secrecy v0.10.3
22152026-05-04T17:07:51.611Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-04T17:07:51.626Z Compiling rustls v0.22.4
22172026-05-04T17:07:51.766Z Compiling heapless v0.8.0
22182026-05-04T17:07:51.953Z Compiling crossbeam-deque v0.8.6
22192026-05-04T17:07:52.041Z Compiling tokio-rustls v0.26.4
22202026-05-04T17:07:52.065Z Compiling rustls-platform-verifier v0.6.2
22212026-05-04T17:07:52.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-04T17:07:52.272Z Compiling structmeta v0.3.0
22232026-05-04T17:07:52.296Z Compiling hyper-rustls v0.27.7
22242026-05-04T17:07:52.331Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-05-04T17:07:52.405Z Compiling rustls-webpki v0.102.8
22262026-05-04T17:07:52.449Z Compiling futures-executor v0.3.32
22272026-05-04T17:07:52.463Z Compiling hash32 v0.3.1
22282026-05-04T17:07:52.482Z Compiling multer v3.1.0
22292026-05-04T17:07:52.523Z Compiling thread_local v1.1.9
22302026-05-04T17:07:52.543Z Compiling reqwest v0.13.2
22312026-05-04T17:07:52.573Z Compiling reqwest v0.12.28
22322026-05-04T17:07:52.644Z Compiling slog-async v2.8.0
22332026-05-04T17:07:52.663Z Compiling ingot-macros v0.1.1
22342026-05-04T17:07:52.667Z Compiling smoltcp v0.11.0
22352026-05-04T17:07:52.724Z Compiling compression-core v0.4.31
22362026-05-04T17:07:52.900Z Compiling unicode-width v0.2.0
22372026-05-04T17:07:52.926Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-05-04T17:07:52.931Z Compiling match_cfg v0.1.0
22392026-05-04T17:07:53.023Z Compiling hostname v0.3.1
22402026-05-04T17:07:53.080Z Compiling proc-macro-crate v3.4.0
22412026-05-04T17:07:53.208Z Compiling compression-codecs v0.4.37
22422026-05-04T17:07:53.247Z Compiling futures v0.3.32
22432026-05-04T17:07:53.299Z Compiling derive-ex v0.1.8
22442026-05-04T17:07:53.543Z Compiling slog-json v2.6.1
22452026-05-04T17:07:53.612Z Compiling crossbeam-channel v0.5.15
22462026-05-04T17:07:53.703Z Compiling half v2.7.1
22472026-05-04T17:07:53.802Z Compiling newtype-uuid-macros v0.1.0
22482026-05-04T17:07:53.823Z Compiling cobs v0.3.0
22492026-05-04T17:07:54.087Z Compiling thiserror-impl-no-std v2.0.2
22502026-05-04T17:07:54.132Z Compiling universal-hash v0.5.1
22512026-05-04T17:07:54.292Z Compiling async-stream-impl v0.3.6
22522026-05-04T17:07:54.310Z Compiling serde_spanned v1.0.4
22532026-05-04T17:07:54.332Z Compiling toml_datetime v1.0.0+spec-1.1.0
22542026-05-04T17:07:54.503Z Compiling is-terminal v0.4.17
22552026-05-04T17:07:54.527Z Compiling proc-macro-error-attr v1.0.4
22562026-05-04T17:07:54.622Z Compiling dropshot v0.17.0
22572026-05-04T17:07:54.754Z Compiling opaque-debug v0.3.1
22582026-05-04T17:07:54.789Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-05-04T17:07:54.832Z Compiling take_mut v0.2.2
22602026-05-04T17:07:54.853Z Compiling convert_case v0.4.0
22612026-05-04T17:07:54.869Z Compiling ciborium-io v0.2.2
22622026-05-04T17:07:54.874Z Compiling term v1.2.1
22632026-05-04T17:07:54.922Z Compiling toml_writer v1.0.6+spec-1.1.0
22642026-05-04T17:07:54.980Z Compiling ciborium-ll v0.2.2
22652026-05-04T17:07:54.998Z Compiling async-stream v0.3.6
22662026-05-04T17:07:55.078Z Compiling tokio-rustls v0.25.0
22672026-05-04T17:07:55.140Z Compiling thiserror-no-std v2.0.2
22682026-05-04T17:07:55.192Z Compiling derive_more v0.99.20
22692026-05-04T17:07:55.241Z Compiling slog-term v2.9.2
22702026-05-04T17:07:55.265Z Compiling toml v1.0.6+spec-1.1.0
22712026-05-04T17:07:55.327Z Compiling test-strategy v0.4.5
22722026-05-04T17:07:55.344Z Compiling ingot-types v0.1.2
22732026-05-04T17:07:55.362Z Compiling poly1305 v0.8.0
22742026-05-04T17:07:55.444Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22752026-05-04T17:07:55.818Z Compiling ingot v0.1.1
22762026-05-04T17:07:55.834Z Compiling postcard v1.1.3
22772026-05-04T17:07:55.956Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22782026-05-04T17:07:56.239Z Compiling slog-bunyan v2.5.0
22792026-05-04T17:07:56.289Z Compiling num_enum_derive v0.7.5
22802026-05-04T17:07:56.308Z Compiling async-compression v0.4.41
22812026-05-04T17:07:56.502Z Compiling parse-display-derive v0.10.0
22822026-05-04T17:07:56.621Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22832026-05-04T17:07:56.660Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22842026-05-04T17:07:56.745Z Compiling proc-macro-crate v1.3.1
22852026-05-04T17:07:56.793Z Compiling backon v1.6.0
22862026-05-04T17:07:56.923Z Compiling waitgroup v0.1.2
22872026-05-04T17:07:57.074Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22882026-05-04T17:07:57.103Z Compiling password-hash v0.5.0
22892026-05-04T17:07:57.106Z Compiling chacha20 v0.9.1
22902026-05-04T17:07:57.225Z Compiling dropshot_endpoint v0.17.0
22912026-05-04T17:07:57.322Z Compiling rustls-pemfile v2.2.0
22922026-05-04T17:07:57.399Z Compiling blake2 v0.10.6
22932026-05-04T17:07:57.444Z Compiling aead v0.5.2
22942026-05-04T17:07:57.648Z Compiling foreign-types-macros v0.2.3
22952026-05-04T17:07:57.668Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22962026-05-04T17:07:57.685Z Compiling serde_path_to_error v0.1.20
22972026-05-04T17:07:57.688Z Compiling hostname v0.4.2
22982026-05-04T17:07:57.900Z Compiling proc-macro-error v1.0.4
22992026-05-04T17:07:57.948Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23002026-05-04T17:07:58.035Z Compiling instant v0.1.13
23012026-05-04T17:07:58.093Z Compiling debug-ignore v1.0.5
23022026-05-04T17:07:58.122Z Compiling typeid v1.0.3
23032026-05-04T17:07:58.139Z Compiling foreign-types-shared v0.3.1
23042026-05-04T17:07:58.139Z Compiling cpufeatures v0.3.0
23052026-05-04T17:07:58.190Z Compiling backoff v0.4.0
23062026-05-04T17:07:58.237Z Compiling chacha20 v0.10.0
23072026-05-04T17:07:58.255Z Compiling parse-display v0.10.0
23082026-05-04T17:07:58.275Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23092026-05-04T17:07:58.278Z Compiling foreign-types v0.5.0
23102026-05-04T17:07:58.278Z Compiling argon2 v0.5.3
23112026-05-04T17:07:58.278Z Compiling chacha20poly1305 v0.10.1
23122026-05-04T17:07:58.278Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-04T17:07:58.359Z Compiling num_enum v0.7.5
23142026-05-04T17:07:58.431Z Compiling num_enum_derive v0.5.11
23152026-05-04T17:07:58.449Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23162026-05-04T17:07:58.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-05-04T17:07:58.524Z Compiling vsss-rs v3.3.4
23182026-05-04T17:07:58.573Z Compiling ciborium v0.2.2
23192026-05-04T17:07:59.057Z Compiling tabwriter v1.4.1
23202026-05-04T17:07:59.078Z Compiling regress v0.10.5
23212026-05-04T17:07:59.328Z Compiling byte-wrapper v0.1.0
23222026-05-04T17:07:59.368Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23232026-05-04T17:07:59.393Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-05-04T17:07:59.438Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23252026-05-04T17:07:59.490Z Compiling cstr-argument v0.1.2
23262026-05-04T17:07:59.496Z Compiling erased-serde v0.4.9
23272026-05-04T17:07:59.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23282026-05-04T17:07:59.693Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-04T17:07:59.840Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-05-04T17:07:59.855Z Compiling num_enum v0.5.11
23312026-05-04T17:07:59.941Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23322026-05-04T17:08:00.017Z Compiling rand v0.10.0
23332026-05-04T17:08:00.035Z Compiling rayon v1.11.0
23342026-05-04T17:08:00.054Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23352026-05-04T17:08:00.135Z Compiling libefi-sys v0.1.0
23362026-05-04T17:08:00.157Z Compiling colored v3.1.1
23372026-05-04T17:08:00.205Z Compiling indent_write v2.2.0
23382026-05-04T17:08:00.257Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23392026-05-04T17:08:00.272Z Compiling zone_cfg_derive v0.3.1
23402026-05-04T17:08:00.378Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23412026-05-04T17:08:00.410Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23422026-05-04T17:08:00.430Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23432026-05-04T17:08:00.720Z Compiling camino-tempfile v1.4.1
23442026-05-04T17:08:00.779Z Compiling itertools v0.12.1
23452026-05-04T17:08:00.837Z Compiling usdt-macro v0.5.0
23462026-05-04T17:08:00.876Z Compiling usdt-attr-macro v0.5.0
23472026-05-04T17:08:00.934Z Compiling num-derive v0.4.2
23482026-05-04T17:08:00.968Z Compiling bitfield-struct v0.6.2
23492026-05-04T17:08:00.993Z Compiling blake3 v1.8.3
23502026-05-04T17:08:01.142Z Compiling ordered-float v2.10.1
23512026-05-04T17:08:01.371Z Compiling memmap v0.7.0
23522026-05-04T17:08:01.444Z Compiling sigpipe v0.1.3
23532026-05-04T17:08:01.550Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-05-04T17:08:01.573Z Compiling swrite v0.1.0
23552026-05-04T17:08:01.624Z Compiling glob v0.3.3
23562026-05-04T17:08:01.639Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-04T17:08:01.671Z Compiling usdt v0.5.0
23582026-05-04T17:08:01.709Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23592026-05-04T17:08:01.806Z Compiling serde-value v0.7.0
23602026-05-04T17:08:01.847Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-05-04T17:08:02.222Z Compiling zone v0.3.1
23622026-05-04T17:08:02.264Z Compiling serde-untagged v0.1.9
23632026-05-04T17:08:02.399Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-04T17:08:02.555Z Compiling toml v0.8.23
23652026-05-04T17:08:02.583Z Compiling smf v0.2.3
23662026-05-04T17:08:02.599Z Compiling filetime v0.2.27
23672026-05-04T17:08:02.615Z Compiling arrayvec v0.7.6
23682026-05-04T17:08:02.696Z Compiling same-file v1.0.6
23692026-05-04T17:08:02.738Z Compiling constant_time_eq v0.4.2
23702026-05-04T17:08:02.758Z Compiling arrayref v0.3.9
23712026-05-04T17:08:02.839Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-05-04T17:08:02.860Z Compiling xattr v1.6.1
23732026-05-04T17:08:02.880Z Compiling unicode-xid v0.2.6
23742026-05-04T17:08:02.902Z Compiling whoami v1.6.1
23752026-05-04T17:08:02.918Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-04T17:08:02.964Z Compiling walkdir v2.5.0
23772026-05-04T17:08:03.059Z Compiling cargo-util-schemas v0.8.2
23782026-05-04T17:08:03.086Z Compiling tar v0.4.45
23792026-05-04T17:08:03.392Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-05-04T17:08:03.616Z Compiling tokio-dtrace v0.1.1
23812026-05-04T17:08:03.651Z Compiling console v0.16.2
23822026-05-04T17:08:03.735Z Compiling gethostname v0.5.0
23832026-05-04T17:08:03.761Z Compiling cargo-platform v0.2.0
23842026-05-04T17:08:03.838Z Compiling unit-prefix v0.5.2
23852026-05-04T17:08:03.889Z Compiling topological-sort v0.2.2
23862026-05-04T17:08:03.905Z Compiling oxide-tokio-rt v0.1.4
23872026-05-04T17:08:03.976Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-05-04T17:08:04.027Z Compiling shell-words v1.1.1
23892026-05-04T17:08:04.083Z Compiling indicatif v0.18.4
23902026-05-04T17:08:04.298Z Compiling cargo_metadata v0.21.0
23912026-05-04T17:08:12.887Z Compiling progenitor-client v0.14.0
23922026-05-04T17:08:12.932Z Compiling progenitor-client v0.10.0
23932026-05-04T17:08:12.932Z Compiling omicron-zone-package v0.12.2
23942026-05-04T17:08:13.034Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23952026-05-04T17:08:13.034Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23962026-05-04T17:08:13.069Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-05-04T17:08:13.360Z Compiling progenitor-extras v0.2.0
23982026-05-04T17:08:13.380Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-05-04T17:08:13.443Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24002026-05-04T17:08:13.501Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-05-04T17:08:13.609Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24022026-05-04T17:08:13.631Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032026-05-04T17:08:13.847Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24042026-05-04T17:08:18.269Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24052026-05-04T17:08:25.804Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24062026-05-04T17:08:28.933Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24072026-05-04T17:08:29.920Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24082026-05-04T17:08:39.231Z Finished `release` profile [optimized] target(s) in 1m 40s
24092026-05-04T17:08:39.388Z Running `target/release/omicron-package -t test target create -p dev`
24102026-05-04T17:08:39.453ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-04T17:08:39.457ZCreated new build target 'test' and set it as active
24122026-05-04T17:08:39.457Z
24132026-05-04T17:08:39.460Zreal 1:40.304074794
24142026-05-04T17:08:39.460Zuser 16:29.202244545
24152026-05-04T17:08:39.460Zsys 2:38.443552116
24162026-05-04T17:08:39.460Ztrap 0.442691196
24172026-05-04T17:08:39.460Ztflt 2.828142816
24182026-05-04T17:08:39.460Zdflt 3.643113132
24192026-05-04T17:08:39.460Zkflt 0.000955048
24202026-05-04T17:08:39.460Zlock 52:06.384540973
24212026-05-04T17:08:39.460Zslp 42:14.954034223
24222026-05-04T17:08:39.460Zlat 44.238873071
24232026-05-04T17:08:39.460Zstop 5:41.403470381
24242026-05-04T17:08:39.460Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24252026-05-04T17:08:40.343Z Finished `release` profile [optimized] target(s) in 0.87s
24262026-05-04T17:08:40.414Z Running `target/release/omicron-package -t test package`
24272026-05-04T17:08:40.495ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282026-05-04T17:08:41.883Z Compiling heck v0.5.0
24292026-05-04T17:08:41.883Z Compiling regress v0.11.1
24302026-05-04T17:08:41.883Z Compiling unsafe-libyaml v0.2.11
24312026-05-04T17:08:42.140Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24322026-05-04T17:08:42.163Z Compiling regress v0.10.5
24332026-05-04T17:08:42.192Z Compiling unicode-width v0.1.14
24342026-05-04T17:08:42.195Z Compiling is-terminal v0.4.17
24352026-05-04T17:08:42.237Z Compiling prettyplease v0.2.37
24362026-05-04T17:08:42.240Z Compiling bytecount v0.6.9
24372026-05-04T17:08:42.240Z Compiling rustls v0.22.4
24382026-05-04T17:08:42.240Z Compiling rustls-webpki v0.102.8
24392026-05-04T17:08:42.281Z Compiling derive-where v1.6.0
24402026-05-04T17:08:42.284Z Compiling thread_local v1.1.9
24412026-05-04T17:08:42.304Z Compiling compression-core v0.4.31
24422026-05-04T17:08:42.307Z Compiling match_cfg v0.1.0
24432026-05-04T17:08:42.397Z Compiling multer v3.1.0
24442026-05-04T17:08:42.445Z Compiling slog-async v2.8.0
24452026-05-04T17:08:42.471Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-05-04T17:08:42.496Z Compiling compression-codecs v0.4.37
24472026-05-04T17:08:42.500Z Compiling hostname v0.3.1
24482026-05-04T17:08:42.521Z Compiling crossbeam-channel v0.5.15
24492026-05-04T17:08:42.544Z Compiling slog-json v2.6.1
24502026-05-04T17:08:42.562Z Compiling futures-executor v0.3.32
24512026-05-04T17:08:42.565Z Compiling serde_spanned v1.0.4
24522026-05-04T17:08:42.664Z Compiling serde_yaml v0.9.34+deprecated
24532026-05-04T17:08:42.686Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-04T17:08:42.716Z Compiling term v1.2.1
24552026-05-04T17:08:42.792Z Compiling take_mut v0.2.2
24562026-05-04T17:08:42.816Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-04T17:08:42.840Z Compiling slog-bunyan v2.5.0
24582026-05-04T17:08:42.843Z Compiling futures v0.3.32
24592026-05-04T17:08:42.971Z Compiling async-compression v0.4.41
24602026-05-04T17:08:43.022Z Compiling toml v1.0.6+spec-1.1.0
24612026-05-04T17:08:43.025Z Compiling slog-term v2.9.2
24622026-05-04T17:08:43.067Z Compiling dropshot v0.17.0
24632026-05-04T17:08:43.087Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-05-04T17:08:43.156Z Compiling async-stream v0.3.6
24652026-05-04T17:08:43.248Z Compiling num-rational v0.4.2
24662026-05-04T17:08:43.270Z Compiling progenitor-client v0.14.0
24672026-05-04T17:08:43.311Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-05-04T17:08:43.350Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-05-04T17:08:43.378Z Compiling waitgroup v0.1.2
24702026-05-04T17:08:43.500Z Compiling backon v1.6.0
24712026-05-04T17:08:43.540Z Compiling rustls-pemfile v2.2.0
24722026-05-04T17:08:43.543Z Compiling num-complex v0.4.6
24732026-05-04T17:08:43.589Z Compiling hostname v0.4.2
24742026-05-04T17:08:43.589Z Compiling serde_path_to_error v0.1.20
24752026-05-04T17:08:43.636Z Compiling typify-impl v0.6.2
24762026-05-04T17:08:43.658Z Compiling instant v0.1.13
24772026-05-04T17:08:43.730Z Compiling debug-ignore v1.0.5
24782026-05-04T17:08:43.757Z Compiling progenitor-extras v0.2.0
24792026-05-04T17:08:43.760Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24802026-05-04T17:08:43.864Z Compiling backoff v0.4.0
24812026-05-04T17:08:43.993Z Compiling num v0.4.3
24822026-05-04T17:08:44.015Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-05-04T17:08:44.044Z Compiling parse-display v0.10.0
24842026-05-04T17:08:44.067Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-05-04T17:08:44.106Z Compiling progenitor-client v0.13.0
24862026-05-04T17:08:44.109Z Compiling progenitor-client v0.10.0
24872026-05-04T17:08:44.163Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24882026-05-04T17:08:44.185Z Compiling macaddr v1.0.1
24892026-05-04T17:08:44.233Z Compiling float-ord v0.3.2
24902026-05-04T17:08:44.353Z Compiling console v0.15.11
24912026-05-04T17:08:44.400Z Compiling slog-dtrace v0.3.0
24922026-05-04T17:08:44.472Z Compiling newline-converter v0.3.0
24932026-05-04T17:08:44.595Z Compiling tokio-rustls v0.25.0
24942026-05-04T17:08:44.664Z Compiling atomicwrites v0.4.4
24952026-05-04T17:08:44.665Z Compiling async-recursion v1.1.1
24962026-05-04T17:08:44.735Z Compiling owo-colors v4.3.0
24972026-05-04T17:08:44.771Z Compiling cancel-safe-futures v0.1.5
24982026-05-04T17:08:44.851Z Compiling expectorate v1.2.0
24992026-05-04T17:08:44.989Z Compiling libsw-core v0.3.2
25002026-05-04T17:08:45.012Z Compiling resolv-conf v0.7.6
25012026-05-04T17:08:45.115Z Compiling toml v0.8.23
25022026-05-04T17:08:45.208Z Compiling libsw v3.5.0
25032026-05-04T17:08:45.302Z Compiling linear-map v1.2.0
25042026-05-04T17:08:45.346Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25052026-05-04T17:08:45.465Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25062026-05-04T17:08:45.500Z Compiling minimal-lexical v0.2.1
25072026-05-04T17:08:45.555Z Compiling linked-hash-map v0.5.6
25082026-05-04T17:08:45.648Z Compiling unicode-xid v0.2.6
25092026-05-04T17:08:45.672Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25102026-05-04T17:08:45.672Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25112026-05-04T17:08:45.715Z Compiling globset v0.4.18
25122026-05-04T17:08:45.739Z Compiling nom v7.1.3
25132026-05-04T17:08:45.779Z Compiling lru-cache v0.1.2
25142026-05-04T17:08:45.806Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25152026-05-04T17:08:45.806Z Compiling hickory-proto v0.24.4
25162026-05-04T17:08:45.970Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25172026-05-04T17:08:46.100Z Compiling convert_case v0.10.0
25182026-05-04T17:08:46.395Z Compiling derive_more-impl v2.1.1
25192026-05-04T17:08:46.611Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25202026-05-04T17:08:46.992Z Compiling pin-project-internal v1.1.11
25212026-05-04T17:08:47.159Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25222026-05-04T17:08:47.188Z Compiling typify-macro v0.6.2
25232026-05-04T17:08:47.236Z Compiling derive_more v2.1.1
25242026-05-04T17:08:47.353Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-05-04T17:08:47.420Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25262026-05-04T17:08:47.688Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25272026-05-04T17:08:47.858Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25282026-05-04T17:08:48.051Z Compiling pin-project v1.1.11
25292026-05-04T17:08:48.198Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-05-04T17:08:48.426Z Compiling hickory-resolver v0.24.4
25312026-05-04T17:08:48.501Z Compiling papergrid v0.11.0
25322026-05-04T17:08:48.532Z Compiling tabled_derive v0.7.0
25332026-05-04T17:08:48.783Z Compiling typify v0.6.2
25342026-05-04T17:08:48.983Z Compiling progenitor-impl v0.14.0
25352026-05-04T17:08:49.148Z Compiling progenitor-impl v0.13.0
25362026-05-04T17:08:49.590Z Compiling pem v3.0.6
25372026-05-04T17:08:50.352Z Compiling qorb v0.4.1
25382026-05-04T17:08:50.413Z Compiling snafu-derive v0.8.9
25392026-05-04T17:08:51.144Z Compiling progenitor-macro v0.14.0
25402026-05-04T17:08:51.360Z Compiling progenitor-macro v0.13.0
25412026-05-04T17:08:51.798Z Compiling termtree v0.5.1
25422026-05-04T17:08:51.802Z Compiling tabled v0.15.0
25432026-05-04T17:08:52.011Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25442026-05-04T17:08:52.151Z Compiling snafu v0.8.9
25452026-05-04T17:08:52.771Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25462026-05-04T17:08:53.831Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-05-04T17:08:54.093Z Compiling crossterm v0.29.0
25482026-05-04T17:08:54.495Z Compiling olpc-cjson v0.1.4
25492026-05-04T17:08:54.653Z Compiling phf_shared v0.12.1
25502026-05-04T17:08:54.748Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25512026-05-04T17:08:54.917Z Compiling serde_plain v1.0.2
25522026-05-04T17:08:55.231Z Compiling vte v0.14.1
25532026-05-04T17:08:55.234Z Compiling progenitor v0.14.0
25542026-05-04T17:08:55.342Z Compiling csv-core v0.1.13
25552026-05-04T17:08:55.451Z Compiling progenitor v0.13.0
25562026-05-04T17:08:55.514Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-05-04T17:08:55.638Z Compiling highway v1.3.0
25582026-05-04T17:08:55.803Z Compiling typed-path v0.9.3
25592026-05-04T17:08:56.257Z Compiling chrono-tz v0.10.4
25602026-05-04T17:08:56.397Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25612026-05-04T17:08:56.521Z Compiling csv v1.4.0
25622026-05-04T17:08:56.707Z Compiling strip-ansi-escapes v0.2.1
25632026-05-04T17:08:57.031Z Compiling tough v0.20.0
25642026-05-04T17:08:57.034Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25652026-05-04T17:08:57.277Z Compiling phf v0.12.1
25662026-05-04T17:08:57.498Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25672026-05-04T17:08:57.522Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682026-05-04T17:08:57.555Z Compiling const_format_proc_macros v0.2.34
25692026-05-04T17:08:58.025Z Compiling fd-lock v4.0.4
25702026-05-04T17:08:58.213Z Compiling peg-macros v0.8.5
25712026-05-04T17:08:58.348Z Compiling nu-ansi-term v0.50.3
25722026-05-04T17:08:58.911Z Compiling reedline v0.40.0
25732026-05-04T17:08:59.228Z Compiling const_format v0.2.35
25742026-05-04T17:08:59.516Z Compiling peg v0.8.5
25752026-05-04T17:08:59.702Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25762026-05-04T17:08:59.732Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25772026-05-04T17:09:00.015Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25782026-05-04T17:09:00.314Z Compiling bcs v0.1.6
25792026-05-04T17:09:00.802Z Compiling semver v0.1.20
25802026-05-04T17:09:00.846Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25812026-05-04T17:09:01.113Z Compiling rustc_version v0.1.7
25822026-05-04T17:09:01.135Z Compiling unicode-linebreak v0.1.5
25832026-05-04T17:09:01.365Z Compiling newtype_derive v0.1.6
25842026-05-04T17:09:01.409Z Compiling humantime v2.3.0
25852026-05-04T17:09:01.482Z Compiling smawk v0.3.2
25862026-05-04T17:09:01.712Z Compiling textwrap v0.16.2
25872026-05-04T17:09:01.754Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25882026-05-04T17:09:01.935Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25892026-05-04T17:09:02.023Z Compiling dropshot-api-manager-types v0.7.1
25902026-05-04T17:09:02.476Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-04T17:09:02.647Z Compiling base64 v0.21.7
25922026-05-04T17:09:02.985Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25932026-05-04T17:09:03.100Z Compiling steno v0.4.1
25942026-05-04T17:09:03.197Z Compiling tagptr v0.2.0
25952026-05-04T17:09:03.355Z Compiling utf-8 v0.7.6
25962026-05-04T17:09:03.398Z Compiling moka v0.12.13
25972026-05-04T17:09:03.430Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25982026-05-04T17:09:03.603Z Compiling tungstenite v0.21.0
25992026-05-04T17:09:03.629Z Compiling radium v0.7.0
26002026-05-04T17:09:03.846Z Compiling maybe-uninit v2.0.0
26012026-05-04T17:09:03.956Z Compiling tap v1.0.1
26022026-05-04T17:09:04.178Z Compiling wyz v0.5.1
26032026-05-04T17:09:04.215Z Compiling tokio-tungstenite v0.21.0
26042026-05-04T17:09:04.425Z Compiling zerocopy-derive v0.6.6
26052026-05-04T17:09:04.553Z Compiling hickory-resolver v0.25.2
26062026-05-04T17:09:04.654Z Compiling funty v2.0.0
26072026-05-04T17:09:04.676Z Compiling packed_struct v0.10.1
26082026-05-04T17:09:04.699Z Compiling display-error-chain v0.2.2
26092026-05-04T17:09:04.881Z Compiling crc-catalog v2.4.0
26102026-05-04T17:09:05.008Z Compiling crc v3.4.0
26112026-05-04T17:09:05.030Z Compiling bitvec v1.0.1
26122026-05-04T17:09:05.033Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26132026-05-04T17:09:05.262Z Compiling zerocopy v0.6.6
26142026-05-04T17:09:05.542Z Compiling packed_struct_codegen v0.10.1
26152026-05-04T17:09:05.621Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-05-04T17:09:05.660Z Compiling bitfield-macros v0.19.4
26172026-05-04T17:09:05.762Z Compiling indexmap v1.9.3
26182026-05-04T17:09:06.002Z Compiling nodrop v0.1.14
26192026-05-04T17:09:06.138Z Compiling array-init v0.0.4
26202026-05-04T17:09:06.397Z Compiling bitfield v0.19.4
26212026-05-04T17:09:06.473Z Compiling smallvec v0.6.14
26222026-05-04T17:09:06.532Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26232026-05-04T17:09:06.555Z Compiling num-derive v0.3.3
26242026-05-04T17:09:06.724Z Compiling proc-macro-error-attr2 v2.0.0
26252026-05-04T17:09:06.750Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26262026-05-04T17:09:07.148Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26272026-05-04T17:09:07.451Z Compiling hashbrown v0.12.3
26282026-05-04T17:09:08.415Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26292026-05-04T17:09:08.607Z Compiling libscf-sys v1.1.0
26302026-05-04T17:09:08.786Z Compiling proc-macro-error2 v2.0.1
26312026-05-04T17:09:09.051Z Compiling serde-hex v0.1.0
26322026-05-04T17:09:09.128Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-05-04T17:09:09.315Z Compiling ron v0.8.1
26342026-05-04T17:09:09.370Z Compiling typify-impl v0.4.3
26352026-05-04T17:09:09.409Z Compiling hashbrown v0.13.2
26362026-05-04T17:09:10.020Z Compiling vergen-gitcl v1.0.8
26372026-05-04T17:09:10.251Z Compiling dirs-sys-next v0.1.2
26382026-05-04T17:09:10.416Z Compiling glob v0.3.3
26392026-05-04T17:09:10.534Z Compiling crc-any v2.5.0
26402026-05-04T17:09:10.771Z Compiling crunchy v0.2.4
26412026-05-04T17:09:10.795Z Compiling diesel_derives v2.3.7
26422026-05-04T17:09:10.971Z Compiling maplit v1.0.2
26432026-05-04T17:09:11.007Z Compiling clang-sys v1.8.1
26442026-05-04T17:09:11.102Z Compiling dirs-next v2.0.0
26452026-05-04T17:09:11.155Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26462026-05-04T17:09:11.160Z Compiling object v0.30.4
26472026-05-04T17:09:11.200Z Compiling tabled_derive v0.11.0
26482026-05-04T17:09:11.224Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26492026-05-04T17:09:11.260Z Compiling papergrid v0.17.0
26502026-05-04T17:09:11.398Z Compiling testing_table v0.3.0
26512026-05-04T17:09:11.706Z Compiling dsl_auto_type v0.2.0
26522026-05-04T17:09:11.709Z Compiling scheduled-thread-pool v0.2.7
26532026-05-04T17:09:11.838Z Compiling diesel_table_macro_syntax v0.3.0
26542026-05-04T17:09:11.859Z Compiling path-slash v0.1.5
26552026-05-04T17:09:11.934Z Compiling tiny-keccak v2.0.2
26562026-05-04T17:09:12.056Z Compiling r2d2 v0.8.10
26572026-05-04T17:09:12.113Z Compiling term v0.7.0
26582026-05-04T17:09:12.340Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26592026-05-04T17:09:12.363Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-04T17:09:12.383Z Compiling downcast-rs v2.0.2
26612026-05-04T17:09:12.537Z Compiling tabled v0.20.0
26622026-05-04T17:09:12.607Z Compiling xshell-macros v0.2.7
26632026-05-04T17:09:12.645Z Compiling bit-vec v0.6.3
26642026-05-04T17:09:12.821Z Compiling typify-macro v0.4.3
26652026-05-04T17:09:12.855Z Compiling bit-set v0.5.3
26662026-05-04T17:09:12.902Z Compiling ascii-canvas v3.0.0
26672026-05-04T17:09:13.018Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26682026-05-04T17:09:13.053Z Compiling xshell v0.2.7
26692026-05-04T17:09:13.309Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26702026-05-04T17:09:13.428Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712026-05-04T17:09:13.634Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26722026-05-04T17:09:13.830Z Compiling itertools v0.10.5
26732026-05-04T17:09:14.127Z Compiling ena v0.14.4
26742026-05-04T17:09:14.343Z Compiling libloading v0.8.9
26752026-05-04T17:09:14.378Z Compiling unicase v2.9.0
26762026-05-04T17:09:14.401Z Compiling diff v0.1.13
26772026-05-04T17:09:14.585Z Compiling regex-syntax v0.6.29
26782026-05-04T17:09:14.679Z Compiling bindgen v0.71.1
26792026-05-04T17:09:14.735Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26802026-05-04T17:09:15.996Z Compiling lalrpop v0.19.12
26812026-05-04T17:09:16.032Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26822026-05-04T17:09:16.554Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26832026-05-04T17:09:17.018Z Compiling cexpr v0.6.0
26842026-05-04T17:09:17.042Z Compiling diesel v2.3.7
26852026-05-04T17:09:17.156Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-05-04T17:09:17.358Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26872026-05-04T17:09:17.386Z Compiling crc8 v0.1.1
26882026-05-04T17:09:17.594Z Compiling typify v0.4.3
26892026-05-04T17:09:17.620Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26902026-05-04T17:09:17.641Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26912026-05-04T17:09:17.705Z Compiling headers-core v0.3.0
26922026-05-04T17:09:17.727Z Compiling libxml v0.3.3
26932026-05-04T17:09:17.754Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26942026-05-04T17:09:17.881Z Compiling headers v0.4.1
26952026-05-04T17:09:17.991Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962026-05-04T17:09:18.195Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972026-05-04T17:09:18.445Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26982026-05-04T17:09:18.916Z Compiling strum_macros v0.24.3
26992026-05-04T17:09:18.961Z Compiling indoc v1.0.9
27002026-05-04T17:09:19.158Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27012026-05-04T17:09:19.389Z Compiling derive_builder v0.20.2
27022026-05-04T17:09:19.412Z Compiling oso-derive v0.27.3
27032026-05-04T17:09:19.564Z Compiling quick-xml v0.37.5
27042026-05-04T17:09:19.585Z Compiling impl-trait-for-tuples v0.2.3
27052026-05-04T17:09:19.943Z Compiling openssl-probe v0.1.6
27062026-05-04T17:09:20.251Z Compiling half v1.8.3
27072026-05-04T17:09:20.387Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27082026-05-04T17:09:20.410Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27092026-05-04T17:09:20.714Z Compiling serde_cbor v0.11.2
27102026-05-04T17:09:20.859Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-05-04T17:09:21.036Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-05-04T17:09:21.104Z Compiling bb8 v0.8.6
27132026-05-04T17:09:21.259Z Compiling trait-variant v0.1.2
27142026-05-04T17:09:21.542Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-04T17:09:21.567Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27162026-05-04T17:09:21.733Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27172026-05-04T17:09:21.821Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27182026-05-04T17:09:21.903Z Compiling fxhash v0.2.1
27192026-05-04T17:09:21.963Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27202026-05-04T17:09:22.112Z Compiling progenitor-impl v0.10.0
27212026-05-04T17:09:22.227Z Compiling samael v0.0.19
27222026-05-04T17:09:22.253Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27232026-05-04T17:09:22.256Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27242026-05-04T17:09:22.300Z Compiling kstat-rs v0.2.4
27252026-05-04T17:09:22.367Z Compiling libz-sys v1.1.24
27262026-05-04T17:09:22.788Z Compiling salty v0.3.0
27272026-05-04T17:09:22.810Z Compiling nonempty v0.12.0
27282026-05-04T17:09:23.112Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27292026-05-04T17:09:23.600Z Compiling polar-core v0.27.3
27302026-05-04T17:09:23.708Z Compiling progenitor-impl v0.11.2
27312026-05-04T17:09:23.793Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27322026-05-04T17:09:23.818Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27332026-05-04T17:09:24.338Z Compiling progenitor-macro v0.10.0
27342026-05-04T17:09:25.477Z Compiling darling_core v0.23.0
27352026-05-04T17:09:25.871Z Compiling nanorand v0.7.0
27362026-05-04T17:09:26.112Z Compiling arc-swap v1.8.2
27372026-05-04T17:09:26.249Z Compiling fs-err v2.11.0
27382026-05-04T17:09:26.496Z Compiling parking_lot_core v0.8.6
27392026-05-04T17:09:26.756Z Compiling mime_guess v2.0.5
27402026-05-04T17:09:26.952Z Compiling slog-scope v4.4.1
27412026-05-04T17:09:27.300Z Compiling flume v0.11.1
27422026-05-04T17:09:27.437Z Compiling progenitor-macro v0.11.2
27432026-05-04T17:09:27.655Z Compiling darling_macro v0.23.0
27442026-05-04T17:09:27.726Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27452026-05-04T17:09:27.870Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27462026-05-04T17:09:28.485Z Compiling progenitor v0.10.0
27472026-05-04T17:09:28.661Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-05-04T17:09:29.141Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-05-04T17:09:29.259Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-05-04T17:09:30.062Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-05-04T17:09:31.464Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-05-04T17:09:31.633Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27532026-05-04T17:09:32.732Z Compiling oso v0.27.3
27542026-05-04T17:09:33.705Z Compiling progenitor-client v0.11.2
27552026-05-04T17:09:36.696Z Compiling diesel-dtrace v0.5.0
27562026-05-04T17:09:37.027Z Compiling async-bb8-diesel v0.2.1
27572026-05-04T17:09:37.304Z Compiling git-stub v1.0.0
27582026-05-04T17:09:37.471Z Compiling libgit2-sys v0.18.3+1.9.2
27592026-05-04T17:09:37.494Z Compiling instability v0.3.11
27602026-05-04T17:09:37.613Z Compiling git-stub-vcs v0.1.0
27612026-05-04T17:09:37.683Z Compiling progenitor v0.11.2
27622026-05-04T17:09:37.770Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-04T17:09:37.880Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27642026-05-04T17:09:37.991Z Compiling darling v0.23.0
27652026-05-04T17:09:38.150Z Compiling slog-stdlog v4.1.1
27662026-05-04T17:09:38.795Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27672026-05-04T17:09:39.060Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27682026-05-04T17:09:39.241Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27692026-05-04T17:09:40.146Z Compiling ignore v0.4.25
27702026-05-04T17:09:40.828Z Compiling primeorder v0.13.6
27712026-05-04T17:09:41.149Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-05-04T17:09:41.248Z Compiling castaway v0.2.4
27732026-05-04T17:09:41.406Z Compiling atty v0.2.14
27742026-05-04T17:09:41.560Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-05-04T17:09:41.796Z Compiling http-range v0.1.5
27762026-05-04T17:09:41.853Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27772026-05-04T17:09:42.088Z Compiling indoc v2.0.7
27782026-05-04T17:09:42.139Z Compiling parse-size v1.1.0
27792026-05-04T17:09:42.251Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-05-04T17:09:42.370Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27812026-05-04T17:09:42.668Z Compiling compact_str v0.8.1
27822026-05-04T17:09:43.242Z Compiling p384 v0.13.1
27832026-05-04T17:09:43.549Z Compiling globwalk v0.9.1
27842026-05-04T17:09:44.000Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-04T17:09:44.229Z Compiling parking_lot v0.11.2
27862026-05-04T17:09:44.884Z Compiling slog-envlogger v2.2.0
27872026-05-04T17:09:45.161Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27882026-05-04T17:09:45.182Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27892026-05-04T17:09:45.252Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27902026-05-04T17:09:45.393Z Compiling predicates-tree v1.0.13
27912026-05-04T17:09:45.632Z Compiling unicode-truncate v1.1.0
27922026-05-04T17:09:45.694Z Compiling lru v0.12.5
27932026-05-04T17:09:45.852Z Compiling rand_seeder v0.4.0
27942026-05-04T17:09:45.874Z Compiling prefix-trie v0.7.0
27952026-05-04T17:09:45.923Z Compiling vergen-git2 v1.0.7
27962026-05-04T17:09:46.014Z Compiling cassowary v0.3.0
27972026-05-04T17:09:46.068Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-05-04T17:09:46.203Z Compiling camino-tempfile-ext v0.3.3
27992026-05-04T17:09:46.278Z Compiling hyper-staticfile v0.10.1
28002026-05-04T17:09:46.377Z Compiling ratatui v0.29.0
28012026-05-04T17:09:46.581Z Compiling hickory-server v0.25.2
28022026-05-04T17:09:46.852Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28032026-05-04T17:09:47.182Z Compiling sled v0.34.7
28042026-05-04T17:09:47.936Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28052026-05-04T17:09:48.188Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28062026-05-04T17:09:48.512Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-05-04T17:09:48.614Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28082026-05-04T17:09:49.310Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
28092026-05-04T17:09:49.735Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28102026-05-04T17:09:50.101Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28112026-05-04T17:09:50.154Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28122026-05-04T17:09:50.412Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28132026-05-04T17:09:50.639Z Compiling corncobs v0.1.4
28142026-05-04T17:09:50.872Z Compiling rustls v0.21.12
28152026-05-04T17:09:50.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-05-04T17:09:51.162Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28172026-05-04T17:09:51.191Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28182026-05-04T17:09:51.293Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28192026-05-04T17:09:51.649Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28202026-05-04T17:09:51.706Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28212026-05-04T17:09:51.910Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28222026-05-04T17:09:52.253Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28232026-05-04T17:09:52.417Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28242026-05-04T17:09:52.906Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28252026-05-04T17:09:55.357Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28262026-05-04T17:09:55.385Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28272026-05-04T17:09:55.436Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28282026-05-04T17:09:55.512Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-05-04T17:09:55.632Z Compiling sct v0.7.1
28302026-05-04T17:09:55.666Z Compiling rustls-webpki v0.101.7
28312026-05-04T17:09:55.740Z Compiling nix v0.29.0
28322026-05-04T17:09:55.916Z Compiling secrecy v0.8.0
28332026-05-04T17:09:56.114Z Compiling dropshot v0.16.7
28342026-05-04T17:09:56.141Z Compiling void v1.0.2
28352026-05-04T17:09:56.290Z Compiling lzss v0.8.2
28362026-05-04T17:09:56.899Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28372026-05-04T17:09:57.218Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28382026-05-04T17:09:57.369Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28392026-05-04T17:09:58.602Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28402026-05-04T17:09:58.818Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-05-04T17:09:58.966Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28422026-05-04T17:09:59.149Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28432026-05-04T17:09:59.399Z Compiling tungstenite v0.23.0
28442026-05-04T17:09:59.459Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28452026-05-04T17:09:59.559Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28462026-05-04T17:09:59.692Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28472026-05-04T17:09:59.781Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28482026-05-04T17:09:59.918Z Compiling toml v0.9.12+spec-1.1.0
28492026-05-04T17:10:00.016Z Compiling nix v0.27.1
28502026-05-04T17:10:00.369Z Compiling dropshot_endpoint v0.16.7
28512026-05-04T17:10:01.000Z Compiling serde_bytes v0.11.19
28522026-05-04T17:10:01.210Z Compiling tokio-tungstenite v0.23.1
28532026-05-04T17:10:01.304Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28542026-05-04T17:10:01.613Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28552026-05-04T17:10:01.832Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28562026-05-04T17:10:01.975Z Compiling tokio-rustls v0.24.1
28572026-05-04T17:10:02.266Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28582026-05-04T17:10:02.997Z Compiling git2 v0.20.4
28592026-05-04T17:10:04.366Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28602026-05-04T17:10:04.584Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-05-04T17:10:06.537Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28622026-05-04T17:10:06.865Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28632026-05-04T17:10:07.017Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28642026-05-04T17:10:07.307Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28652026-05-04T17:10:07.422Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28662026-05-04T17:10:08.608Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28672026-05-04T17:10:09.065Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28682026-05-04T17:10:10.307Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28692026-05-04T17:10:10.396Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28702026-05-04T17:10:11.339Z Compiling rustls-pemfile v1.0.4
28712026-05-04T17:10:11.771Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28722026-05-04T17:10:12.340Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732026-05-04T17:10:13.099Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28742026-05-04T17:10:14.824Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-05-04T17:10:14.938Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28762026-05-04T17:10:14.961Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-05-04T17:10:15.185Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28782026-05-04T17:10:15.261Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28792026-05-04T17:10:15.511Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-05-04T17:10:15.615Z Compiling signal-hook-tokio v0.3.1
28812026-05-04T17:10:15.811Z Compiling twox-hash v2.1.2
28822026-05-04T17:10:16.350Z Compiling yasna v0.5.2
28832026-05-04T17:10:16.373Z Compiling is_ci v1.2.0
28842026-05-04T17:10:16.607Z Compiling supports-color v3.0.2
28852026-05-04T17:10:16.643Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28862026-05-04T17:10:16.900Z Compiling rcgen v0.12.1
28872026-05-04T17:10:17.917Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882026-05-04T17:10:17.942Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28892026-05-04T17:10:18.722Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28902026-05-04T17:10:18.750Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28912026-05-04T17:10:18.770Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28922026-05-04T17:10:19.408Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28932026-05-04T17:10:19.829Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28942026-05-04T17:10:21.210Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28952026-05-04T17:10:21.464Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28962026-05-04T17:10:21.577Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28972026-05-04T17:10:21.754Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28982026-05-04T17:10:21.823Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28992026-05-04T17:10:22.010Z Compiling fatfs v0.3.6
29002026-05-04T17:10:22.052Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29012026-05-04T17:10:23.247Z Compiling rtoolbox v0.0.3
29022026-05-04T17:10:23.535Z Compiling subprocess v0.2.15
29032026-05-04T17:10:23.727Z Compiling assert_matches v1.5.0
29042026-05-04T17:10:23.841Z Compiling seq-macro v0.3.6
29052026-05-04T17:10:24.042Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29062026-05-04T17:10:24.332Z Compiling rpassword v7.4.0
29072026-05-04T17:10:24.671Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29082026-05-04T17:10:25.333Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29092026-05-04T17:10:25.724Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29102026-05-04T17:10:25.752Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29112026-05-04T17:10:25.894Z Compiling tui-tree-widget v0.23.1
29122026-05-04T17:10:26.170Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29132026-05-04T17:10:27.585Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29142026-05-04T17:10:28.113Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29152026-05-04T17:10:28.205Z Compiling uzers v0.12.2
29162026-05-04T17:10:28.711Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29172026-05-04T17:10:29.152Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29182026-05-04T17:10:30.428Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29192026-05-04T17:10:30.770Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29202026-05-04T17:10:34.426Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29212026-05-04T17:10:36.333Z Compiling support-bundle-viewer v0.1.2
29222026-05-04T17:10:36.654Z Compiling multimap v0.10.1
29232026-05-04T17:10:45.703Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29242026-05-04T17:10:53.996Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29252026-05-04T17:10:55.105Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29262026-05-04T17:10:55.843Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29272026-05-04T17:17:15.852Z Finished `release` profile [optimized] target(s) in 8m 35s
29282026-05-04T17:18:00.246Z
29292026-05-04T17:18:00.246Zreal 9:20.743076142
29302026-05-04T17:18:00.246Zuser 1:19:10.486572532
29312026-05-04T17:18:00.246Zsys 3:35.805238950
29322026-05-04T17:18:00.246Ztrap 1.751616325
29332026-05-04T17:18:00.250Ztflt 1.937676897
29342026-05-04T17:18:00.250Zdflt 17.494867828
29352026-05-04T17:18:00.250Zkflt 0.050657680
29362026-05-04T17:18:00.250Zlock 7:11:29.601468824
29372026-05-04T17:18:00.251Zslp 2:18:03.044346838
29382026-05-04T17:18:00.251Zlat 2:33.352300618
29392026-05-04T17:18:00.251Zstop 5:21.200697335
29402026-05-04T17:18:00.251Z+ mapfile -t packages
29412026-05-04T17:18:00.251Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29422026-05-04T17:18:01.186Z Finished `release` profile [optimized] target(s) in 0.92s
29432026-05-04T17:18:01.267Z Running `target/release/omicron-package -t test list-outputs`
29442026-05-04T17:18:01.321ZLogging to: /work/oxidecomputer/omicron/out/LOG
29452026-05-04T17:18:01.324Z+ ptime -m cargo build --locked --release -p xtask
29462026-05-04T17:18:01.848Z Compiling libc v0.2.185
29472026-05-04T17:18:01.848Z Compiling serde v1.0.228
29482026-05-04T17:18:01.848Z Compiling serde_core v1.0.228
29492026-05-04T17:18:01.851Z Compiling rustix v1.1.3
29502026-05-04T17:18:01.851Z Compiling bitflags v2.11.0
29512026-05-04T17:18:01.851Z Compiling serde_json v1.0.149
29522026-05-04T17:18:01.989Z Compiling num-traits v0.2.19
29532026-05-04T17:18:01.999Z Compiling syn v2.0.117
29542026-05-04T17:18:02.018Z Compiling smallvec v1.15.1
29552026-05-04T17:18:02.021Z Compiling indexmap v2.14.0
29562026-05-04T17:18:02.029Z Compiling usdt-impl v0.5.0
29572026-05-04T17:18:02.049Z Compiling syn v1.0.109
29582026-05-04T17:18:02.061Z Compiling log v0.4.29
29592026-05-04T17:18:02.061Z Compiling percent-encoding v2.3.2
29602026-05-04T17:18:02.230Z Compiling getrandom v0.4.1
29612026-05-04T17:18:02.310Z Compiling form_urlencoded v1.2.2
29622026-05-04T17:18:02.381Z Compiling fs-err v3.3.0
29632026-05-04T17:18:02.384Z Compiling anyhow v1.0.102
29642026-05-04T17:18:02.395Z Compiling heck v0.4.1
29652026-05-04T17:18:02.497Z Compiling once_cell v1.21.3
29662026-05-04T17:18:02.720Z Compiling thread-id v4.2.2
29672026-05-04T17:18:02.747Z Compiling errno v0.3.14
29682026-05-04T17:18:02.783Z Compiling memmap v0.7.0
29692026-05-04T17:18:03.058Z Compiling ordered-float v2.10.1
29702026-05-04T17:18:03.519Z Compiling proc-macro-error v1.0.4
29712026-05-04T17:18:03.755Z Compiling terminal_size v0.4.3
29722026-05-04T17:18:03.755Z Compiling tempfile v3.25.0
29732026-05-04T17:18:03.776Z Compiling tabled_derive v0.7.0
29742026-05-04T17:18:03.847Z Compiling clap_builder v4.5.60
29752026-05-04T17:18:03.847Z Compiling textwrap v0.16.2
29762026-05-04T17:18:03.985Z Compiling camino-tempfile v1.4.1
29772026-05-04T17:18:04.416Z Compiling tabled v0.15.0
29782026-05-04T17:18:04.508Z Compiling synstructure v0.13.2
29792026-05-04T17:18:04.508Z Compiling pest_generator v2.8.6
29802026-05-04T17:18:04.906Z Compiling serde_derive v1.0.228
29812026-05-04T17:18:04.906Z Compiling zerofrom-derive v0.1.6
29822026-05-04T17:18:04.909Z Compiling yoke-derive v0.8.1
29832026-05-04T17:18:04.909Z Compiling zerovec-derive v0.11.2
29842026-05-04T17:18:04.909Z Compiling displaydoc v0.2.5
29852026-05-04T17:18:04.909Z Compiling thiserror-impl v1.0.69
29862026-05-04T17:18:04.909Z Compiling zerocopy-derive v0.7.35
29872026-05-04T17:18:04.909Z Compiling scroll_derive v0.12.1
29882026-05-04T17:18:04.938Z Compiling thiserror-impl v2.0.18
29892026-05-04T17:18:05.036Z Compiling pest_derive v2.8.6
29902026-05-04T17:18:05.494Z Compiling clap_derive v4.5.55
29912026-05-04T17:18:05.622Z Compiling scroll v0.12.0
29922026-05-04T17:18:05.785Z Compiling zerocopy v0.7.35
29932026-05-04T17:18:05.874Z Compiling goblin v0.8.2
29942026-05-04T17:18:06.105Z Compiling zerofrom v0.1.6
29952026-05-04T17:18:06.120Z Compiling thiserror v1.0.69
29962026-05-04T17:18:06.178Z Compiling thiserror v2.0.18
29972026-05-04T17:18:06.243Z Compiling yoke v0.8.1
29982026-05-04T17:18:06.255Z Compiling dtrace-parser v0.2.0
29992026-05-04T17:18:06.464Z Compiling zerovec v0.11.5
30002026-05-04T17:18:06.547Z Compiling zerotrie v0.2.3
30012026-05-04T17:18:07.079Z Compiling tinystr v0.8.2
30022026-05-04T17:18:07.173Z Compiling potential_utf v0.1.4
30032026-05-04T17:18:07.315Z Compiling icu_locale_core v2.1.1
30042026-05-04T17:18:07.381Z Compiling icu_collections v2.1.1
30052026-05-04T17:18:08.127Z Compiling icu_provider v2.1.1
30062026-05-04T17:18:08.321Z Compiling toml_datetime v0.6.11
30072026-05-04T17:18:08.353Z Compiling serde_spanned v0.6.9
30082026-05-04T17:18:08.403Z Compiling serde-value v0.7.0
30092026-05-04T17:18:08.544Z Compiling icu_properties v2.1.2
30102026-05-04T17:18:08.568Z Compiling icu_normalizer v2.1.1
30112026-05-04T17:18:08.659Z Compiling dof v0.3.0
30122026-05-04T17:18:08.716Z Compiling toml_edit v0.22.27
30132026-05-04T17:18:08.729Z Compiling serde_tokenstream v0.2.3
30142026-05-04T17:18:08.910Z Compiling cargo-platform v0.2.0
30152026-05-04T17:18:09.044Z Compiling macaddr v1.0.1
30162026-05-04T17:18:09.056Z Compiling clap v4.5.60
30172026-05-04T17:18:09.431Z Compiling idna_adapter v1.2.1
30182026-05-04T17:18:09.521Z Compiling usdt-macro v0.5.0
30192026-05-04T17:18:09.544Z Compiling idna v1.1.0
30202026-05-04T17:18:09.579Z Compiling usdt-attr-macro v0.5.0
30212026-05-04T17:18:09.978Z Compiling url v2.5.8
30222026-05-04T17:18:10.229Z Compiling usdt v0.5.0
30232026-05-04T17:18:10.272Z Compiling toml v0.8.23
30242026-05-04T17:18:10.708Z Compiling cargo-util-schemas v0.8.2
30252026-05-04T17:18:10.709Z Compiling cargo_toml v0.21.0
30262026-05-04T17:18:11.784Z Compiling cargo_metadata v0.21.0
30272026-05-04T17:18:14.770Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30282026-05-04T17:18:17.765Z Finished `release` profile [optimized] target(s) in 16.43s
30292026-05-04T17:18:17.888Z
30302026-05-04T17:18:17.889Zreal 16.532234133
30312026-05-04T17:18:17.889Zuser 2:21.490084090
30322026-05-04T17:18:17.889Zsys 16.917958968
30332026-05-04T17:18:17.890Ztrap 0.098122539
30342026-05-04T17:18:17.890Ztflt 0.572475024
30352026-05-04T17:18:17.893Zdflt 1.378245298
30362026-05-04T17:18:17.893Zkflt 0.000045923
30372026-05-04T17:18:17.893Zlock 5:17.278535578
30382026-05-04T17:18:17.893Zslp 3:27.027710063
30392026-05-04T17:18:17.893Zlat 5.935540063
30402026-05-04T17:18:17.893Zstop 18.674807573
30412026-05-04T17:18:17.893Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30422026-05-04T17:18:17.893Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-05-04T17:18:17.893Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30442026-05-04T17:18:17.893Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-05-04T17:18:17.893Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30462026-05-04T17:18:18.809Z Compiling newtype-uuid-macros v0.1.0
30472026-05-04T17:18:18.817Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30482026-05-04T17:18:18.817Z Compiling regress v0.10.5
30492026-05-04T17:18:18.817Z Compiling structmeta-derive v0.3.0
30502026-05-04T17:18:18.817Z Compiling rustls v0.22.4
30512026-05-04T17:18:18.981Z Compiling rustls-webpki v0.102.8
30522026-05-04T17:18:18.986Z Compiling multer v3.1.0
30532026-05-04T17:18:18.986Z Compiling match_cfg v0.1.0
30542026-05-04T17:18:18.986Z Compiling debug-ignore v1.0.5
30552026-05-04T17:18:18.986Z Compiling compression-core v0.4.31
30562026-05-04T17:18:18.987Z Compiling slog-json v2.6.1
30572026-05-04T17:18:19.003Z Compiling async-stream-impl v0.3.6
30582026-05-04T17:18:19.003Z Compiling toml_datetime v1.0.0+spec-1.1.0
30592026-05-04T17:18:19.008Z Compiling serde_spanned v1.0.4
30602026-05-04T17:18:19.008Z Compiling dropshot v0.17.0
30612026-05-04T17:18:19.008Z Compiling toml_writer v1.0.6+spec-1.1.0
30622026-05-04T17:18:19.255Z Compiling hostname v0.3.1
30632026-05-04T17:18:19.260Z Compiling compression-codecs v0.4.37
30642026-05-04T17:18:19.260Z Compiling itertools v0.14.0
30652026-05-04T17:18:19.291Z Compiling waitgroup v0.1.2
30662026-05-04T17:18:19.328Z Compiling rustls-pemfile v2.2.0
30672026-05-04T17:18:19.362Z Compiling dropshot_endpoint v0.17.0
30682026-05-04T17:18:19.401Z Compiling slog-bunyan v2.5.0
30692026-05-04T17:18:19.445Z Compiling toml v1.0.6+spec-1.1.0
30702026-05-04T17:18:19.489Z Compiling hostname v0.4.2
30712026-05-04T17:18:19.502Z Compiling async-compression v0.4.41
30722026-05-04T17:18:19.559Z Compiling serde_path_to_error v0.1.20
30732026-05-04T17:18:19.574Z Compiling progenitor-client v0.14.0
30742026-05-04T17:18:19.580Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30752026-05-04T17:18:19.583Z Compiling macaddr v1.0.1
30762026-05-04T17:18:19.642Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-05-04T17:18:19.723Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30782026-05-04T17:18:19.785Z Compiling instant v0.1.13
30792026-05-04T17:18:19.838Z Compiling progenitor-client v0.10.0
30802026-05-04T17:18:19.857Z Compiling backon v1.6.0
30812026-05-04T17:18:19.872Z Compiling async-stream v0.3.6
30822026-05-04T17:18:19.891Z Compiling backoff v0.4.0
30832026-05-04T17:18:19.912Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30842026-05-04T17:18:19.929Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30852026-05-04T17:18:19.942Z Compiling universal-hash v0.5.1
30862026-05-04T17:18:19.961Z Compiling opaque-debug v0.3.1
30872026-05-04T17:18:20.053Z Compiling progenitor-extras v0.2.0
30882026-05-04T17:18:20.072Z Compiling structmeta v0.3.0
30892026-05-04T17:18:20.076Z Compiling half v2.7.1
30902026-05-04T17:18:20.110Z Compiling crucible-workspace-hack v0.1.0
30912026-05-04T17:18:20.116Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-05-04T17:18:20.116Z Compiling ciborium-io v0.2.2
30932026-05-04T17:18:20.161Z Compiling unsafe-libyaml v0.2.11
30942026-05-04T17:18:20.178Z Compiling convert_case v0.4.0
30952026-05-04T17:18:20.264Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30962026-05-04T17:18:20.285Z Compiling regress v0.11.1
30972026-05-04T17:18:20.318Z Compiling derive-ex v0.1.8
30982026-05-04T17:18:20.353Z Compiling parse-display-derive v0.10.0
30992026-05-04T17:18:20.358Z Compiling ciborium-ll v0.2.2
31002026-05-04T17:18:20.406Z Compiling aead v0.5.2
31012026-05-04T17:18:20.422Z Compiling secrecy v0.10.3
31022026-05-04T17:18:20.477Z Compiling poly1305 v0.8.0
31032026-05-04T17:18:20.542Z Compiling chacha20 v0.9.1
31042026-05-04T17:18:20.559Z Compiling ciborium v0.2.2
31052026-05-04T17:18:20.583Z Compiling derive_more v0.99.20
31062026-05-04T17:18:20.600Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31072026-05-04T17:18:20.622Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-05-04T17:18:20.631Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31092026-05-04T17:18:20.761Z Compiling serde_yaml v0.9.34+deprecated
31102026-05-04T17:18:20.824Z Compiling thiserror-impl-no-std v2.0.2
31112026-05-04T17:18:20.882Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31122026-05-04T17:18:20.933Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31132026-05-04T17:18:20.978Z Compiling byte-wrapper v0.1.0
31142026-05-04T17:18:21.005Z Compiling password-hash v0.5.0
31152026-05-04T17:18:21.096Z Compiling blake2 v0.10.6
31162026-05-04T17:18:21.171Z Compiling chacha20poly1305 v0.10.1
31172026-05-04T17:18:21.200Z Compiling indent_write v2.2.0
31182026-05-04T17:18:21.262Z Compiling heapless v0.8.0
31192026-05-04T17:18:21.350Z Compiling tokio-rustls v0.25.0
31202026-05-04T17:18:21.368Z Compiling argon2 v0.5.3
31212026-05-04T17:18:21.386Z Compiling ingot-macros v0.1.1
31222026-05-04T17:18:21.461Z Compiling toml_edit v0.23.10+spec-1.0.0
31232026-05-04T17:18:21.699Z Compiling hash32 v0.3.1
31242026-05-04T17:18:21.812Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31252026-05-04T17:18:21.884Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31262026-05-04T17:18:22.130Z Compiling parse-display v0.10.0
31272026-05-04T17:18:22.133Z Compiling typify-impl v0.6.2
31282026-05-04T17:18:22.133Z Compiling thiserror-no-std v2.0.2
31292026-05-04T17:18:22.157Z Compiling smoltcp v0.11.0
31302026-05-04T17:18:22.191Z Compiling test-strategy v0.4.5
31312026-05-04T17:18:22.255Z Compiling proc-macro-crate v3.4.0
31322026-05-04T17:18:22.276Z Compiling vsss-rs v3.3.4
31332026-05-04T17:18:22.483Z Compiling tabwriter v1.4.1
31342026-05-04T17:18:22.584Z Compiling num-rational v0.4.2
31352026-05-04T17:18:22.597Z Compiling cobs v0.3.0
31362026-05-04T17:18:22.618Z Compiling num-complex v0.4.6
31372026-05-04T17:18:22.753Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31382026-05-04T17:18:22.789Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31392026-05-04T17:18:22.831Z Compiling postcard v1.1.3
31402026-05-04T17:18:22.844Z Compiling num_enum_derive v0.7.5
31412026-05-04T17:18:22.965Z Compiling proc-macro-error v1.0.4
31422026-05-04T17:18:23.027Z Compiling num v0.4.3
31432026-05-04T17:18:23.045Z Compiling proc-macro-crate v1.3.1
31442026-05-04T17:18:23.124Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31452026-05-04T17:18:23.213Z Compiling foreign-types-macros v0.2.3
31462026-05-04T17:18:23.220Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31472026-05-04T17:18:23.265Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-05-04T17:18:23.277Z Compiling foreign-types-shared v0.3.1
31492026-05-04T17:18:23.308Z Compiling rayon-core v1.13.0
31502026-05-04T17:18:23.392Z Compiling cpufeatures v0.3.0
31512026-05-04T17:18:23.442Z Compiling float-ord v0.3.2
31522026-05-04T17:18:23.459Z Compiling colored v3.1.1
31532026-05-04T17:18:23.544Z Compiling chacha20 v0.10.0
31542026-05-04T17:18:23.544Z Compiling num_enum_derive v0.5.11
31552026-05-04T17:18:23.591Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31562026-05-04T17:18:23.653Z Compiling crossbeam-deque v0.8.6
31572026-05-04T17:18:23.710Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31582026-05-04T17:18:23.756Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31592026-05-04T17:18:23.771Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31602026-05-04T17:18:23.851Z Compiling cstr-argument v0.1.2
31612026-05-04T17:18:23.871Z Compiling foreign-types v0.5.0
31622026-05-04T17:18:23.875Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31632026-05-04T17:18:23.914Z Compiling rand v0.10.0
31642026-05-04T17:18:23.963Z Compiling num_enum v0.7.5
31652026-05-04T17:18:23.982Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31662026-05-04T17:18:24.033Z Compiling toml v0.8.23
31672026-05-04T17:18:24.120Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31682026-05-04T17:18:24.144Z Compiling camino-tempfile v1.4.1
31692026-05-04T17:18:24.215Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31702026-05-04T17:18:24.261Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-05-04T17:18:24.278Z Compiling zone_cfg_derive v0.3.1
31722026-05-04T17:18:24.350Z Compiling ingot-types v0.1.2
31732026-05-04T17:18:24.356Z Compiling rayon v1.11.0
31742026-05-04T17:18:24.386Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31752026-05-04T17:18:24.391Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31762026-05-04T17:18:24.423Z Compiling itertools v0.12.1
31772026-05-04T17:18:24.430Z Compiling num-derive v0.4.2
31782026-05-04T17:18:24.554Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31792026-05-04T17:18:24.629Z Compiling sigpipe v0.1.3
31802026-05-04T17:18:24.644Z Compiling num_enum v0.5.11
31812026-05-04T17:18:24.685Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-05-04T17:18:24.694Z Compiling glob v0.3.3
31832026-05-04T17:18:24.713Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31842026-05-04T17:18:24.758Z Compiling ingot v0.1.1
31852026-05-04T17:18:24.805Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31862026-05-04T17:18:24.821Z Compiling smf v0.2.3
31872026-05-04T17:18:24.860Z Compiling prettyplease v0.2.37
31882026-05-04T17:18:24.927Z Compiling whoami v1.6.1
31892026-05-04T17:18:24.976Z Compiling gethostname v0.5.0
31902026-05-04T17:18:24.995Z Compiling usdt-macro v0.5.0
31912026-05-04T17:18:25.137Z Compiling usdt-attr-macro v0.5.0
31922026-05-04T17:18:25.152Z Compiling memmap v0.7.0
31932026-05-04T17:18:25.258Z Compiling atomicwrites v0.4.4
31942026-05-04T17:18:25.370Z Compiling derive-where v1.6.0
31952026-05-04T17:18:25.388Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31962026-05-04T17:18:25.391Z Compiling progenitor-client v0.13.0
31972026-05-04T17:18:25.441Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31982026-05-04T17:18:25.481Z Compiling owo-colors v4.3.0
31992026-05-04T17:18:25.551Z Compiling zone v0.3.1
32002026-05-04T17:18:25.675Z Compiling resolv-conf v0.7.6
32012026-05-04T17:18:25.756Z Compiling cancel-safe-futures v0.1.5
32022026-05-04T17:18:25.801Z Compiling libsw-core v0.3.2
32032026-05-04T17:18:25.849Z Compiling async-recursion v1.1.1
32042026-05-04T17:18:25.990Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32052026-05-04T17:18:26.009Z Compiling usdt v0.5.0
32062026-05-04T17:18:26.105Z Compiling libsw v3.5.0
32072026-05-04T17:18:26.236Z Compiling libefi-sys v0.1.0
32082026-05-04T17:18:26.236Z Compiling linear-map v1.2.0
32092026-05-04T17:18:26.305Z Compiling console v0.15.11
32102026-05-04T17:18:26.326Z Compiling hickory-proto v0.24.4
32112026-05-04T17:18:26.344Z Compiling newline-converter v0.3.0
32122026-05-04T17:18:26.361Z Compiling bitfield-struct v0.6.2
32132026-05-04T17:18:26.444Z Compiling linked-hash-map v0.5.6
32142026-05-04T17:18:26.482Z Compiling semver v0.1.20
32152026-05-04T17:18:26.497Z Compiling tokio-dtrace v0.1.1
32162026-05-04T17:18:26.631Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-05-04T17:18:26.672Z Compiling expectorate v1.2.0
32182026-05-04T17:18:26.691Z Compiling rustc_version v0.1.7
32192026-05-04T17:18:26.746Z Compiling typify-macro v0.6.2
32202026-05-04T17:18:26.766Z Compiling lru-cache v0.1.2
32212026-05-04T17:18:26.783Z Compiling dropshot-api-manager-types v0.7.1
32222026-05-04T17:18:26.802Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32232026-05-04T17:18:26.805Z Compiling pin-project-internal v1.1.11
32242026-05-04T17:18:26.825Z Compiling slog-dtrace v0.3.0
32252026-05-04T17:18:26.838Z Compiling minimal-lexical v0.2.1
32262026-05-04T17:18:26.874Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-05-04T17:18:26.925Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-05-04T17:18:26.943Z Compiling oxide-tokio-rt v0.1.4
32292026-05-04T17:18:26.963Z Compiling newtype_derive v0.1.6
32302026-05-04T17:18:26.982Z Compiling typify-impl v0.4.3
32312026-05-04T17:18:27.090Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-05-04T17:18:27.137Z Compiling nom v7.1.3
32332026-05-04T17:18:27.145Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32342026-05-04T17:18:27.172Z Compiling phf_shared v0.12.1
32352026-05-04T17:18:27.178Z Compiling pem v3.0.6
32362026-05-04T17:18:27.206Z Compiling snafu-derive v0.8.9
32372026-05-04T17:18:27.223Z Compiling csv-core v0.1.13
32382026-05-04T17:18:27.263Z Compiling xshell-macros v0.2.7
32392026-05-04T17:18:27.374Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32402026-05-04T17:18:27.421Z Compiling highway v1.3.0
32412026-05-04T17:18:27.547Z Compiling same-file v1.0.6
32422026-05-04T17:18:27.697Z Compiling chrono-tz v0.10.4
32432026-05-04T17:18:27.715Z Compiling xshell v0.2.7
32442026-05-04T17:18:27.753Z Compiling walkdir v2.5.0
32452026-05-04T17:18:27.785Z Compiling const_format_proc_macros v0.2.34
32462026-05-04T17:18:27.812Z Compiling csv v1.4.0
32472026-05-04T17:18:27.834Z Compiling phf v0.12.1
32482026-05-04T17:18:27.903Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32492026-05-04T17:18:28.022Z Compiling pin-project v1.1.11
32502026-05-04T17:18:28.106Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32512026-05-04T17:18:28.129Z Compiling globset v0.4.18
32522026-05-04T17:18:28.186Z Compiling olpc-cjson v0.1.4
32532026-05-04T17:18:28.268Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32542026-05-04T17:18:28.376Z Compiling primeorder v0.13.6
32552026-05-04T17:18:28.381Z Compiling serde_plain v1.0.2
32562026-05-04T17:18:28.431Z Compiling typed-path v0.9.3
32572026-05-04T17:18:28.483Z Compiling hickory-resolver v0.24.4
32582026-05-04T17:18:28.571Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-05-04T17:18:28.615Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-05-04T17:18:28.632Z Compiling typify v0.6.2
32612026-05-04T17:18:28.664Z Compiling const_format v0.2.35
32622026-05-04T17:18:28.776Z Compiling progenitor-impl v0.14.0
32632026-05-04T17:18:28.792Z Compiling progenitor-impl v0.13.0
32642026-05-04T17:18:28.884Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32652026-05-04T17:18:29.012Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32662026-05-04T17:18:29.111Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32672026-05-04T17:18:29.180Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32682026-05-04T17:18:29.328Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32692026-05-04T17:18:29.471Z Compiling snafu v0.8.9
32702026-05-04T17:18:29.520Z Compiling qorb v0.4.1
32712026-05-04T17:18:29.620Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32722026-05-04T17:18:29.740Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32732026-05-04T17:18:29.875Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32742026-05-04T17:18:30.101Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32752026-05-04T17:18:30.120Z Compiling tough v0.20.0
32762026-05-04T17:18:30.120Z Compiling tabled_derive v0.7.0
32772026-05-04T17:18:30.342Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32782026-05-04T17:18:30.405Z Compiling bcs v0.1.6
32792026-05-04T17:18:30.751Z Compiling termtree v0.5.1
32802026-05-04T17:18:30.793Z Compiling salty v0.3.0
32812026-05-04T17:18:30.940Z Compiling radium v0.7.0
32822026-05-04T17:18:30.962Z Compiling textwrap v0.16.2
32832026-05-04T17:18:31.100Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32842026-05-04T17:18:31.210Z Compiling tabled v0.15.0
32852026-05-04T17:18:31.229Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-05-04T17:18:31.296Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32872026-05-04T17:18:31.801Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32882026-05-04T17:18:31.806Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-05-04T17:18:31.806Z Compiling progenitor-macro v0.14.0
32902026-05-04T17:18:31.806Z Compiling progenitor-macro v0.13.0
32912026-05-04T17:18:31.806Z Compiling steno v0.4.1
32922026-05-04T17:18:31.806Z Compiling typify-macro v0.4.3
32932026-05-04T17:18:31.806Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32942026-05-04T17:18:31.807Z Compiling tap v1.0.1
32952026-05-04T17:18:31.807Z Compiling tagptr v0.2.0
32962026-05-04T17:18:31.811Z Compiling maybe-uninit v2.0.0
32972026-05-04T17:18:31.811Z Compiling humantime v2.3.0
32982026-05-04T17:18:31.828Z Compiling base64 v0.21.7
32992026-05-04T17:18:31.974Z Compiling moka v0.12.13
33002026-05-04T17:18:32.148Z Compiling wyz v0.5.1
33012026-05-04T17:18:32.231Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-04T17:18:32.383Z Compiling p384 v0.13.1
33032026-05-04T17:18:32.456Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33042026-05-04T17:18:32.637Z Compiling packed_struct v0.10.1
33052026-05-04T17:18:32.791Z Compiling funty v2.0.0
33062026-05-04T17:18:32.811Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-05-04T17:18:32.851Z Compiling parking_lot_core v0.8.6
33082026-05-04T17:18:32.963Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-05-04T17:18:32.987Z Compiling hickory-resolver v0.25.2
33102026-05-04T17:18:33.160Z Compiling bitvec v1.0.1
33112026-05-04T17:18:33.200Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33122026-05-04T17:18:33.442Z Compiling polyval v0.6.2
33132026-05-04T17:18:33.466Z Compiling typify v0.4.3
33142026-05-04T17:18:33.524Z Compiling git-stub v1.0.0
33152026-05-04T17:18:33.554Z Compiling packed_struct_codegen v0.10.1
33162026-05-04T17:18:33.607Z Compiling bitfield-macros v0.19.4
33172026-05-04T17:18:33.634Z Compiling zerocopy-derive v0.6.6
33182026-05-04T17:18:33.706Z Compiling proc-macro-error-attr2 v2.0.0
33192026-05-04T17:18:33.818Z Compiling indexmap v1.9.3
33202026-05-04T17:18:34.049Z Compiling crc-catalog v2.4.0
33212026-05-04T17:18:34.151Z Compiling nodrop v0.1.14
33222026-05-04T17:18:34.173Z Compiling utf-8 v0.7.6
33232026-05-04T17:18:34.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33242026-05-04T17:18:34.226Z Compiling proc-macro-error2 v2.0.1
33252026-05-04T17:18:34.280Z Compiling array-init v0.0.4
33262026-05-04T17:18:34.298Z Compiling crc v3.4.0
33272026-05-04T17:18:34.372Z Compiling bitfield v0.19.4
33282026-05-04T17:18:34.389Z Compiling tungstenite v0.21.0
33292026-05-04T17:18:34.481Z Compiling git-stub-vcs v0.1.0
33302026-05-04T17:18:34.531Z Compiling zerocopy v0.6.6
33312026-05-04T17:18:34.547Z Compiling ghash v0.5.1
33322026-05-04T17:18:34.579Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-05-04T17:18:34.661Z Compiling smallvec v0.6.14
33342026-05-04T17:18:34.716Z Compiling ctr v0.9.2
33352026-05-04T17:18:34.735Z Compiling num-derive v0.3.3
33362026-05-04T17:18:34.903Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33372026-05-04T17:18:34.921Z Compiling hashbrown v0.12.3
33382026-05-04T17:18:34.921Z Compiling unicase v2.9.0
33392026-05-04T17:18:34.940Z Compiling tokio-tungstenite v0.21.0
33402026-05-04T17:18:34.958Z Compiling aes-gcm v0.10.3
33412026-05-04T17:18:35.010Z Compiling parking_lot v0.11.2
33422026-05-04T17:18:35.145Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33432026-05-04T17:18:35.165Z Compiling mime_guess v2.0.5
33442026-05-04T17:18:35.183Z Compiling serde-hex v0.1.0
33452026-05-04T17:18:35.277Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-04T17:18:35.295Z Compiling tabled_derive v0.11.0
33472026-05-04T17:18:35.551Z Compiling progenitor-impl v0.10.0
33482026-05-04T17:18:35.696Z Compiling progenitor-impl v0.11.2
33492026-05-04T17:18:35.716Z Compiling libscf-sys v1.1.0
33502026-05-04T17:18:35.732Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-05-04T17:18:35.736Z Compiling ron v0.8.1
33522026-05-04T17:18:35.810Z Compiling papergrid v0.17.0
33532026-05-04T17:18:35.879Z Compiling testing_table v0.3.0
33542026-05-04T17:18:35.930Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33552026-05-04T17:18:36.139Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33562026-05-04T17:18:36.169Z Compiling hashbrown v0.13.2
33572026-05-04T17:18:36.217Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33582026-05-04T17:18:36.279Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33592026-05-04T17:18:36.313Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33602026-05-04T17:18:36.613Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33612026-05-04T17:18:36.714Z Compiling blowfish v0.9.1
33622026-05-04T17:18:36.736Z Compiling prefix-trie v0.7.0
33632026-05-04T17:18:36.772Z Compiling progenitor v0.14.0
33642026-05-04T17:18:36.802Z Compiling progenitor v0.13.0
33652026-05-04T17:18:36.842Z Compiling ssh-encoding v0.2.0
33662026-05-04T17:18:36.881Z Compiling fxhash v0.2.1
33672026-05-04T17:18:36.963Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33682026-05-04T17:18:36.988Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-05-04T17:18:37.010Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-05-04T17:18:37.050Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-05-04T17:18:37.067Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33722026-05-04T17:18:37.082Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33732026-05-04T17:18:37.141Z Compiling crc-any v2.5.0
33742026-05-04T17:18:37.160Z Compiling corncobs v0.1.4
33752026-05-04T17:18:37.349Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33762026-05-04T17:18:37.362Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33772026-05-04T17:18:37.373Z Compiling hickory-server v0.25.2
33782026-05-04T17:18:37.373Z Compiling ssh-cipher v0.2.0
33792026-05-04T17:18:37.408Z Compiling sled v0.34.7
33802026-05-04T17:18:37.429Z Compiling bcrypt-pbkdf v0.10.0
33812026-05-04T17:18:37.533Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-04T17:18:37.597Z Compiling tabled v0.20.0
33832026-05-04T17:18:37.775Z Compiling object v0.30.4
33842026-05-04T17:18:37.792Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33852026-05-04T17:18:37.999Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33862026-05-04T17:18:38.125Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33872026-05-04T17:18:38.351Z Compiling progenitor-macro v0.10.0
33882026-05-04T17:18:38.445Z Compiling progenitor-macro v0.11.2
33892026-05-04T17:18:38.919Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33902026-05-04T17:18:39.052Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33912026-05-04T17:18:39.326Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33922026-05-04T17:18:39.519Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33932026-05-04T17:18:39.860Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33942026-05-04T17:18:39.897Z Compiling progenitor-client v0.11.2
33952026-05-04T17:18:40.357Z Compiling password-hash v0.4.2
33962026-05-04T17:18:40.413Z Compiling secrecy v0.8.0
33972026-05-04T17:18:40.413Z Compiling http-range v0.1.5
33982026-05-04T17:18:40.431Z Compiling path-slash v0.1.5
33992026-05-04T17:18:40.431Z Compiling half v1.8.3
34002026-05-04T17:18:40.431Z Compiling pbkdf2 v0.11.0
34012026-05-04T17:18:40.503Z Compiling serde_cbor v0.11.2
34022026-05-04T17:18:40.559Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34032026-05-04T17:18:40.750Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34042026-05-04T17:18:41.102Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34052026-05-04T17:18:41.241Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34062026-05-04T17:18:41.259Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34072026-05-04T17:18:41.423Z Compiling ssh-key v0.6.7
34082026-05-04T17:18:45.222Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34092026-05-04T17:18:45.258Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34102026-05-04T17:18:45.259Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34112026-05-04T17:18:45.259Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34122026-05-04T17:18:45.261Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34132026-05-04T17:18:45.261Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34142026-05-04T17:18:45.261Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34152026-05-04T17:18:45.261Z Compiling p521 v0.13.3
34162026-05-04T17:18:45.261Z Compiling p256 v0.13.2
34172026-05-04T17:18:45.261Z Compiling yasna v0.5.2
34182026-05-04T17:18:45.261Z Compiling kstat-rs v0.2.4
34192026-05-04T17:18:45.261Z Compiling headers-core v0.3.0
34202026-05-04T17:18:45.261Z Compiling nanorand v0.7.0
34212026-05-04T17:18:45.261Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34222026-05-04T17:18:45.261Z Compiling russh-cryptovec v0.7.3
34232026-05-04T17:18:45.261Z Compiling atty v0.2.14
34242026-05-04T17:18:45.261Z Compiling crc8 v0.1.1
34252026-05-04T17:18:45.261Z Compiling md5 v0.7.0
34262026-05-04T17:18:45.261Z Compiling home v0.5.12
34272026-05-04T17:18:45.261Z Compiling flume v0.11.1
34282026-05-04T17:18:45.261Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34292026-05-04T17:18:45.261Z Compiling rcgen v0.12.1
34302026-05-04T17:18:45.261Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34312026-05-04T17:18:45.262Z Compiling russh-keys v0.45.0
34322026-05-04T17:18:45.262Z Compiling headers v0.4.1
34332026-05-04T17:18:45.262Z Compiling progenitor v0.10.0
34342026-05-04T17:18:45.262Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34352026-05-04T17:18:45.281Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34362026-05-04T17:18:45.281Z Compiling progenitor v0.11.2
34372026-05-04T17:18:45.281Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34382026-05-04T17:18:45.281Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34392026-05-04T17:18:45.281Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34402026-05-04T17:18:45.281Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34412026-05-04T17:18:45.281Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34422026-05-04T17:18:45.281Z Compiling hyper-staticfile v0.10.1
34432026-05-04T17:18:45.281Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34442026-05-04T17:18:45.281Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34452026-05-04T17:18:45.283Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34462026-05-04T17:18:45.283Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34472026-05-04T17:18:45.283Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34482026-05-04T17:18:45.283Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34492026-05-04T17:18:45.283Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-05-04T17:18:45.283Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34512026-05-04T17:18:45.283Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34522026-05-04T17:18:45.283Z Compiling num-bigint v0.4.6
34532026-05-04T17:18:45.283Z Compiling des v0.8.1
34542026-05-04T17:18:45.283Z Compiling subprocess v0.2.15
34552026-05-04T17:18:45.283Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34562026-05-04T17:18:45.283Z Compiling display-error-chain v0.2.2
34572026-05-04T17:18:45.283Z Compiling hex-literal v0.4.1
34582026-05-04T17:18:45.283Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34592026-05-04T17:18:45.283Z Compiling colored v2.2.0
34602026-05-04T17:18:45.283Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34612026-05-04T17:18:45.283Z Compiling socket2 v0.5.10
34622026-05-04T17:18:45.288Z Compiling internet-checksum v0.2.1
34632026-05-04T17:18:45.423Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34642026-05-04T17:18:45.519Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34652026-05-04T17:18:45.669Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34662026-05-04T17:18:46.010Z Compiling russh v0.45.0
34672026-05-04T17:18:48.176Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34682026-05-04T17:18:48.852Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34692026-05-04T17:18:49.337Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34702026-05-04T17:18:50.897Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34712026-05-04T17:18:58.874Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34722026-05-04T17:18:58.874Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34732026-05-04T17:18:58.874Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34742026-05-04T17:18:58.878Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34752026-05-04T17:19:00.597Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34762026-05-04T17:19:00.636Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34772026-05-04T17:19:04.797Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34782026-05-04T17:19:24.359Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34792026-05-04T17:19:43.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34802026-05-04T17:19:44.012Z
34812026-05-04T17:19:44.015Zreal 1:26.056757295
34822026-05-04T17:19:44.015Zuser 8:16.849699523
34832026-05-04T17:19:44.015Zsys 1:44.326974019
34842026-05-04T17:19:44.015Ztrap 0.271217710
34852026-05-04T17:19:44.015Ztflt 0.601149707
34862026-05-04T17:19:44.015Zdflt 1.572230955
34872026-05-04T17:19:44.015Zkflt 0.000205351
34882026-05-04T17:19:44.015Zlock 29:50.933799523
34892026-05-04T17:19:44.015Zslp 19:33.395254411
34902026-05-04T17:19:44.015Zlat 39.525359659
34912026-05-04T17:19:44.015Zstop 2:45.821101580
34922026-05-04T17:19:44.015Z+ mkdir tests
34932026-05-04T17:19:44.018Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34942026-05-04T17:19:44.019Z+ xargs -I '{}' -t cp '{}' tests/
34952026-05-04T17:19:44.046Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8ad1b62de573c9d3 tests/
34962026-05-04T17:19:44.076Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-980a58b571b8e1fe tests/
34972026-05-04T17:19:44.106Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-1b6b7994083defc5 tests/
34982026-05-04T17:19:44.137Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e4fd3acdec048b1b tests/
34992026-05-04T17:19:44.466Z+ 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/*)
35002026-05-04T17:19:44.469Z+ 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-980a58b571b8e1fe tests/commtest-1b6b7994083defc5 tests/dhcp_server-8ad1b62de573c9d3 tests/end_to_end_tests-e4fd3acdec048b1b 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
35012026-05-04T17:21:09.899ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35022026-05-04T17:21:09.899Za .github/buildomat/ci-env.sh 1K
35032026-05-04T17:21:09.900Za out/target/test 1K
35042026-05-04T17:21:09.900Za out/npuzone/npuzone 27402K
35052026-05-04T17:21:09.900Za package-manifest.toml 35K
35062026-05-04T17:21:09.900Za smf/sled-agent/non-gimlet/config.toml 6K
35072026-05-04T17:21:09.901Za target/release/omicron-package 44898K
35082026-05-04T17:21:09.901Za target/release/xtask 11449K
35092026-05-04T17:21:09.901Za target/debug/bootstrap 351652K
35102026-05-04T17:21:09.901Za tests/bootstrap-980a58b571b8e1fe 31215K
35112026-05-04T17:21:09.901Za tests/commtest-1b6b7994083defc5 32300K
35122026-05-04T17:21:09.901Za tests/dhcp_server-8ad1b62de573c9d3 31215K
35132026-05-04T17:21:09.901Za tests/end_to_end_tests-e4fd3acdec048b1b 392762K
35142026-05-04T17:21:09.901Za out/clickhouse.tar.gz 318391K
35152026-05-04T17:21:09.901Za out/clickhouse_keeper.tar.gz 303766K
35162026-05-04T17:21:09.901Za out/clickhouse_server.tar.gz 318391K
35172026-05-04T17:21:09.901Za out/cockroachdb.tar.gz 164602K
35182026-05-04T17:21:09.901Za out/crucible-pantry-zone.tar.gz 43676K
35192026-05-04T17:21:09.901Za out/crucible-utils.tar 17744K
35202026-05-04T17:21:09.901Za out/crucible-zone.tar.gz 57815K
35212026-05-04T17:21:09.901Za out/external-dns.tar.gz 49801K
35222026-05-04T17:21:09.901Za out/internal-dns.tar.gz 49800K
35232026-05-04T17:21:09.901Za out/mg-ddm-gz.tar 95141K
35242026-05-04T17:21:09.901Za out/nexus.tar.gz 219360K
35252026-05-04T17:21:09.901Za out/ntp.tar.gz 31619K
35262026-05-04T17:21:09.901Za out/omicron-gateway-softnpu.tar.gz 28501K
35272026-05-04T17:21:09.901Za out/omicron-sled-agent.tar 199365K
35282026-05-04T17:21:09.901Za out/overlay.tar.gz 3K
35292026-05-04T17:21:09.901Za out/oximeter.tar.gz 65230K
35302026-05-04T17:21:09.901Za out/oxlog.tar 3782K
35312026-05-04T17:21:09.902Za out/probe.tar.gz 3037K
35322026-05-04T17:21:09.902Za out/propolis-server.tar.gz 38727K
35332026-05-04T17:21:09.902Za out/pumpkind-gz.tar 26647K
35342026-05-04T17:21:09.902Za out/switch-softnpu.tar.gz 393079K
35352026-05-04T17:21:09.905Z
35362026-05-04T17:21:09.905Zreal 1:25.428089258
35372026-05-04T17:21:09.905Zuser 1:22.816388482
35382026-05-04T17:21:09.905Zsys 4.317656185
35392026-05-04T17:21:09.905Ztrap 0.007389580
35402026-05-04T17:21:09.905Ztflt 0.000000000
35412026-05-04T17:21:09.905Zdflt 0.000000000
35422026-05-04T17:21:09.905Zkflt 0.000000000
35432026-05-04T17:21:09.905Zlock 0.000000000
35442026-05-04T17:21:09.905Zslp 1:22.733708684
35452026-05-04T17:21:09.905Zlat 0.976713666
35462026-05-04T17:21:09.905Zstop 0.000502090
35472026-05-04T17:21:09.905Zprocess exited: duration 1016093 ms, exit code 0
 
35482026-05-04T17:21:09.919Zfound 1 output files
35492026-05-04T17:21:09.919Zuploading: /work/package.tar.gz (2429445494 bytes)
35502026-05-04T17:21:39.094Zuploaded: /work/package.tar.gz