01KQGSWMS1AGW5EXBJ5CY2QMYQ: 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: 01KQGSX0TGS0BG93Y4RT6SPMZT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T03:40:05.965Zjob assigned to worker 01KQGSX93CQ6K9VZ96600MHDC8 [factory aws, i-019d7922820115b57] (queued for 50 s)
 
22026-05-01T03:40:12.928Zstarting task 0: "setup"
32026-05-01T03:40:12.934Z++ uname -s
42026-05-01T03:40:12.937Z+ kern=SunOS
52026-05-01T03:40:12.937Z+ build_user=build
62026-05-01T03:40:12.937Z+ build_uid=12345
72026-05-01T03:40:12.937Z+ work_dir=/work
82026-05-01T03:40:12.937Z+ input_dir=/input
92026-05-01T03:40:12.937Z+ [[ 0 == 12345 ]]
102026-05-01T03:40:12.937Z+ case "$kern" in
112026-05-01T03:40:12.938Z+ groupadd -g 12345 build
122026-05-01T03:40:12.946Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T03:40:14.946Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T03:40:15.075Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T03:40:15.078Z+ home_fs=zfs
162026-05-01T03:40:15.078Z+ [[ zfs == autofs ]]
172026-05-01T03:40:15.078Z+ mkdir -p /home/build
182026-05-01T03:40:15.081Z+ chown build:build /home/build /work
192026-05-01T03:40:17.081Z+ chmod 0700 /home/build /work
202026-05-01T03:40:17.084Zprocess exited: duration 4159 ms, exit code 0
 
212026-05-01T03:40:17.090Zstarting task 1: "rust-toolchain"
222026-05-01T03:40:17.096Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-01T03:40:17.096Z * rust toolchain channel = "1.94.0"
242026-05-01T03:40:17.096Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-01T03:40:17.097Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-01T03:40:17.097Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T03:40:17.097Z * rust toolchain profile = "default"
282026-05-01T03:40:17.100Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T03:40:17.100Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-01T03:40:17.204Zinfo: downloading installer
312026-05-01T03:40:18.616Zwarn: It looks like you have an existing installation of Rust at:
322026-05-01T03:40:18.616Zwarn: /opt/ooce/bin
332026-05-01T03:40:18.616Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-01T03:40:18.616Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-01T03:40:18.616Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-01T03:40:18.616Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-01T03:40:18.616Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-01T03:40:18.616Zerror: cannot install while Rust is installed
392026-05-01T03:40:18.616Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-01T03:40:18.616Zwarn: It looks like you have an existing rustup settings file at:
412026-05-01T03:40:18.616Zwarn: /home/build/.rustup/settings.toml
422026-05-01T03:40:18.616Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-01T03:40:18.616Zwarn: instead of the one inferred from the default host triple.
442026-05-01T03:40:18.629Zinfo: profile set to default
452026-05-01T03:40:18.629Zinfo: default host triple is x86_64-unknown-illumos
462026-05-01T03:40:18.633Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-01T03:40:18.774Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-01T03:40:18.775Zinfo: downloading 6 components
492026-05-01T03:40:33.268Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-01T03:40:33.269Z
512026-05-01T03:40:33.301Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-01T03:40:33.301Z
532026-05-01T03:40:33.301Z
542026-05-01T03:40:33.301ZRust is installed now. Great!
552026-05-01T03:40:33.301Z
562026-05-01T03:40:33.301ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-01T03:40:33.301Zenvironment variable. This has not been done automatically.
582026-05-01T03:40:33.301Z
592026-05-01T03:40:33.301ZTo configure your current shell, you need to source
602026-05-01T03:40:33.301Zthe corresponding env file under $HOME/.cargo.
612026-05-01T03:40:33.301Z
622026-05-01T03:40:33.301ZThis is usually done by running one of the following (note the leading DOT):
632026-05-01T03:40:33.301Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-01T03:40:33.301Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-01T03:40:33.302Zsource "~/.cargo/env.nu" # For nushell
662026-05-01T03:40:33.302Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-01T03:40:33.302Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-01T03:40:33.302Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-01T03:40:33.308Zwarn: no default linker (`cc`) was found in your PATH
702026-05-01T03:40:33.308Zwarn: many Rust crates require a system C toolchain to build
712026-05-01T03:40:33.410Z+ rustup --version
722026-05-01T03:40:33.413Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-01T03:40:33.413Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-01T03:40:33.433Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-01T03:40:33.436Z+ cargo --version
762026-05-01T03:40:33.444Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-01T03:40:33.447Z+ rustc --version
782026-05-01T03:40:33.468Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-01T03:40:33.472Zprocess exited: duration 16380 ms, exit code 0
 
802026-05-01T03:40:33.478Zstarting task 2: "authentication"
812026-05-01T03:40:33.496Zprocess exited: duration 18 ms, exit code 0
 
822026-05-01T03:40:33.502Zstarting task 3: "clone repository"
832026-05-01T03:40:33.506Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-01T03:40:33.510Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-01T03:40:33.547ZCloning into '/work/oxidecomputer/omicron'...
862026-05-01T03:40:42.625Z+ cd /work/oxidecomputer/omicron
872026-05-01T03:40:42.625Z+ git fetch origin bb34bc725a997052cb2674e6e4dbc05ad2b254d1
882026-05-01T03:40:42.899ZFrom https://github.com/oxidecomputer/omicron
892026-05-01T03:40:42.899Z * branch bb34bc725a997052cb2674e6e4dbc05ad2b254d1 -> FETCH_HEAD
902026-05-01T03:40:42.913Z+ [[ -n renovate/attest-mock-digest ]]
912026-05-01T03:40:42.916Z++ git branch --show-current
922026-05-01T03:40:42.919Z+ current=main
932026-05-01T03:40:42.919Z+ [[ main != renovate/attest-mock-digest ]]
942026-05-01T03:40:42.919Z+ git branch -f renovate/attest-mock-digest bb34bc725a997052cb2674e6e4dbc05ad2b254d1
952026-05-01T03:40:42.922Z+ git checkout -f renovate/attest-mock-digest
962026-05-01T03:40:43.160ZSwitched to branch 'renovate/attest-mock-digest'
972026-05-01T03:40:43.163Z+ git reset --hard bb34bc725a997052cb2674e6e4dbc05ad2b254d1
982026-05-01T03:40:43.178ZHEAD is now at bb34bc725 Update attest-mock digest to 06f05ee
992026-05-01T03:40:43.181Zprocess exited: duration 9677 ms, exit code 0
 
1002026-05-01T03:40:43.187Zstarting task 4: "build"
1012026-05-01T03:40:43.193Z+ source .github/buildomat/ci-env.sh
1022026-05-01T03:40:43.193Z++ export CARGO_TERM_COLOR=always
1032026-05-01T03:40:43.193Z++ CARGO_TERM_COLOR=always
1042026-05-01T03:40:43.196Z+ cargo --version
1052026-05-01T03:40:43.202Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-01T03:40:43.205Z+ rustc --version
1072026-05-01T03:40:43.225Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-01T03:40:43.228Z+ WORK=/work
1092026-05-01T03:40:43.228Z+ pfexec mkdir -p /work
1102026-05-01T03:40:43.231Z+ pfexec chown build /work
1112026-05-01T03:40:43.234Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-01T03:40:53.067Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-01T03:41:00.500Z Startup: Caching catalogs ... Done
1142026-05-01T03:41:07.233ZPlanning: Solver setup ... Done (5.201s)
1152026-05-01T03:41:07.269ZPlanning: Running solver ... Done (0.036s)
1162026-05-01T03:41:07.403ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-01T03:41:07.424ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-01T03:41:08.834ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-01T03:41:08.872ZPlanning: Package planning ... Done (0.038s)
1202026-05-01T03:41:08.909ZPlanning: Merging actions ... Done (0.036s)
1212026-05-01T03:41:09.089ZPlanning: Checking for conflicting actions ... Done (0.181s)
1222026-05-01T03:41:09.098ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-05-01T03:41:09.884ZPlanning: Evaluating mediators ... Done (0.786s)
1242026-05-01T03:41:09.892ZPlanning: Planning completed in 9.23 seconds
1252026-05-01T03:41:09.904Z Packages to install: 5
1262026-05-01T03:41:09.904Z Mediators to change: 3
1272026-05-01T03:41:09.904Z Services to change: 1
1282026-05-01T03:41:09.904Z Estimated space available: 155.34 GB
1292026-05-01T03:41:09.907ZEstimated space to be consumed: 1.89 GB
1302026-05-01T03:41:09.907Z Create boot environment: No
1312026-05-01T03:41:09.908ZCreate backup boot environment: No
1322026-05-01T03:41:09.908Z Rebuild boot archive: No
1332026-05-01T03:41:09.908Z
1342026-05-01T03:41:09.908ZChanged mediators:
1352026-05-01T03:41:09.908Z mediator clang:
1362026-05-01T03:41:09.908Z version: None -> 15 (system default)
1372026-05-01T03:41:09.908Z
1382026-05-01T03:41:09.908Z mediator llvm:
1392026-05-01T03:41:09.908Z version: 14 (system default) -> 15 (system default)
1402026-05-01T03:41:09.908Z
1412026-05-01T03:41:09.908Z mediator postgresql:
1422026-05-01T03:41:09.908Z version: 15 (system default) -> 18 (system default)
1432026-05-01T03:41:09.908Z
1442026-05-01T03:41:09.908ZChanged packages:
1452026-05-01T03:41:09.908Zhelios-dev
1462026-05-01T03:41:09.908Z developer/build-essential
1472026-05-01T03:41:09.908Z None -> 11-2.0
1482026-05-01T03:41:09.908Z library/libxmlsec1
1492026-05-01T03:41:09.908Z None -> 1.2.35-2.0
1502026-05-01T03:41:09.908Z ooce/developer/clang-15
1512026-05-01T03:41:09.908Z None -> 15.0.7-2.0
1522026-05-01T03:41:09.908Z ooce/developer/llvm-15
1532026-05-01T03:41:09.909Z None -> 15.0.7-2.0
1542026-05-01T03:41:09.909Z ooce/library/postgresql-18
1552026-05-01T03:41:09.909Z None -> 18.1-2.0
1562026-05-01T03:41:09.909Z
1572026-05-01T03:41:09.909ZServices:
1582026-05-01T03:41:09.909Z restart_fmri:
1592026-05-01T03:41:09.909Z svc:/system/update-man-index:default
1602026-05-01T03:41:09.948Z
1612026-05-01T03:41:09.949ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-01T03:41:14.950ZDownload: 865/4272 items 18.8/219.0MB 8% complete (3.8M/s)
1632026-05-01T03:41:21.257ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (12.6M/s)
1642026-05-01T03:41:26.257ZDownload: 2520/4272 items 120.0/219.0MB 54% complete (5.2M/s)
1652026-05-01T03:41:33.574ZDownload: 3248/4272 items 203.0/219.0MB 92% complete (15.9M/s)
1662026-05-01T03:41:38.570ZDownload: 4194/4272 items 214.9/219.0MB 98% complete (1.2M/s)
1672026-05-01T03:41:39.807ZDownload: Completed 218.99 MB in 29.86 seconds (7.3M/s)
1682026-05-01T03:41:39.965Z Actions: 1/4789 actions (Installing new actions)
1692026-05-01T03:41:43.363Z Actions: Completed 4789 actions in 3.40 seconds.
1702026-05-01T03:41:43.638Z Done (0.272s)
1712026-05-01T03:41:43.638Z Done (0.000s)
1722026-05-01T03:41:44.272Z Done (0.633s)
1732026-05-01T03:41:47.867Z Done (3.240s)
1742026-05-01T03:41:47.940Z Done (0.012s)
1752026-05-01T03:41:47.943Z Done (0.000s)
1762026-05-01T03:41:48.171Z Done (0.000s)
1772026-05-01T03:41:49.025ZPlanning: Evaluating mediator changes ... Done
1782026-05-01T03:41:49.131ZPlanning: Checking for conflicting actions ... Done
1792026-05-01T03:41:49.136ZPlanning: Consolidating action changes ... Done
1802026-05-01T03:41:49.291ZPlanning: Evaluating mediators ... Done
1812026-05-01T03:41:49.296ZPlanning: Planning completed in 0.27 seconds
1822026-05-01T03:41:49.313Z Mediators to change: 2
1832026-05-01T03:41:49.313Z Create boot environment: No
1842026-05-01T03:41:49.313ZCreate backup boot environment: No
1852026-05-01T03:41:49.395Z Done
1862026-05-01T03:41:49.395Z Done
1872026-05-01T03:41:49.997Z Done
1882026-05-01T03:41:52.480Z Done
1892026-05-01T03:41:52.552Z Done
1902026-05-01T03:41:52.552Z Done
1912026-05-01T03:41:52.697Z Done
1922026-05-01T03:41:52.953ZPlanning: Evaluating mediator changes ... Done
1932026-05-01T03:41:53.058ZPlanning: Checking for conflicting actions ... Done
1942026-05-01T03:41:53.061ZPlanning: Consolidating action changes ... Done
1952026-05-01T03:41:53.216ZPlanning: Evaluating mediators ... Done
1962026-05-01T03:41:53.219ZPlanning: Planning completed in 0.26 seconds
1972026-05-01T03:41:53.237Z Mediators to change: 1
1982026-05-01T03:41:53.237Z Create boot environment: No
1992026-05-01T03:41:53.237ZCreate backup boot environment: No
2002026-05-01T03:41:53.295Z Done
2012026-05-01T03:41:53.295Z Done
2022026-05-01T03:41:53.900Z Done
2032026-05-01T03:41:56.346Z Done
2042026-05-01T03:41:56.417Z Done
2052026-05-01T03:41:56.420Z Done
2062026-05-01T03:41:56.623Z Done
2072026-05-01T03:41:56.910ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2082026-05-01T03:41:56.911Zclang system 15 system
2092026-05-01T03:41:56.911Zcsh system system illumos
2102026-05-01T03:41:56.911Zctags system system illumos
2112026-05-01T03:41:56.911Zfile system system illumos
2122026-05-01T03:41:56.911Zgcc vendor 12 vendor
2132026-05-01T03:41:56.911Zgcc system 14 system
2142026-05-01T03:41:56.911Zgcc system 10 system
2152026-05-01T03:41:56.911Zgo system 1.20 system
2162026-05-01T03:41:56.911Zgo system 1.19 system
2172026-05-01T03:41:56.911Zllvm system 15 system
2182026-05-01T03:41:56.911Zllvm system 14 system
2192026-05-01T03:41:56.911Zmariadb system 10.6 system
2202026-05-01T03:41:56.911Zmta vendor vendor dma
2212026-05-01T03:41:56.911Zopenjdk system 17 system
2222026-05-01T03:41:56.911Zopenjdk system 11 system
2232026-05-01T03:41:56.911Zopenjdk system 1.8 system
2242026-05-01T03:41:56.911Zopenssl vendor 3 vendor
2252026-05-01T03:41:56.911Zperl system 5.36 system
2262026-05-01T03:41:56.911Zpostgresql system 18 system
2272026-05-01T03:41:56.911Zpostgresql system 15 system
2282026-05-01T03:41:56.911Zpostgresql system 13 system
2292026-05-01T03:41:56.911Zpython vendor 3 vendor
2302026-05-01T03:41:56.911Zpython system 2 system
2312026-05-01T03:41:56.911Zpython3 system 3.11 system
2322026-05-01T03:41:56.912Zruby system 3.0 system
2332026-05-01T03:41:56.912Zwords vendor vendor american-english
2342026-05-01T03:41:56.912Zwords system system australian-english
2352026-05-01T03:41:56.912Zwords system system british-english
2362026-05-01T03:41:56.912Zwords system system canadian-english
2372026-05-01T03:41:56.912Zwords system system french
2382026-05-01T03:41:56.912Zwords system system italian
2392026-05-01T03:41:56.912Zwords system system ngerman
2402026-05-01T03:41:56.912Zwords system system ogerman
2412026-05-01T03:41:56.913Zwords system system spanish
2422026-05-01T03:41:57.141ZPUBLISHER TYPE STATUS P LOCATION
2432026-05-01T03:41:57.141Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-05-01T03:42:01.673ZFMRI IFO
2452026-05-01T03:42:01.673Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-05-01T03:42:01.673Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-05-01T03:42:01.673Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-05-01T03:42:01.673Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-05-01T03:42:01.673Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-05-01T03:42:01.673Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-05-01T03:42:01.673Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2522026-05-01T03:42:01.673Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2532026-05-01T03:42:01.673Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542026-05-01T03:42:01.673Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552026-05-01T03:42:01.673Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562026-05-01T03:42:01.673Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572026-05-01T03:42:01.673Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582026-05-01T03:42:01.673Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592026-05-01T03:42:01.673Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602026-05-01T03:42:01.673Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612026-05-01T03:42:01.673Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622026-05-01T03:42:02.804Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632026-05-01T03:42:03.067Z Updating crates.io index
2642026-05-01T03:42:03.070Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2652026-05-01T03:42:03.355Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662026-05-01T03:42:04.172Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-05-01T03:42:04.621Z Updating git repository `https://github.com/oxidecomputer/propolis`
2682026-05-01T03:42:05.799Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2692026-05-01T03:42:06.324Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-01T03:42:07.631Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-05-01T03:42:08.421Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-05-01T03:42:08.886Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2732026-05-01T03:42:10.054Z Updating git repository `https://github.com/oxidecomputer/clickward`
2742026-05-01T03:42:10.494Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752026-05-01T03:42:10.956Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762026-05-01T03:42:11.301Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2772026-05-01T03:42:12.294Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-05-01T03:42:12.792Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-01T03:42:13.159Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802026-05-01T03:42:13.488Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2812026-05-01T03:42:13.910Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-05-01T03:42:14.275Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-05-01T03:42:14.505Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-05-01T03:42:14.790Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-05-01T03:42:15.159Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-05-01T03:42:15.801Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-05-01T03:42:16.134Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-05-01T03:42:16.443Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-05-01T03:42:16.719Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-05-01T03:42:17.875Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-01T03:42:19.109Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-05-01T03:42:19.547Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-05-01T03:42:19.789Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-05-01T03:42:20.223Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-01T03:42:20.486Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-05-01T03:42:20.820Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-05-01T03:42:21.334Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-05-01T03:42:21.591Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-05-01T03:42:21.832Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-05-01T03:42:22.221Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-05-01T03:42:33.942Z Downloading crates ...
3022026-05-01T03:42:33.994Z Downloaded clap_lex v1.0.0
3032026-05-01T03:42:34.001Z Downloaded thiserror-impl v2.0.18
3042026-05-01T03:42:34.005Z Downloaded macaddr v1.0.1
3052026-05-01T03:42:34.005Z Downloaded block-buffer v0.10.4
3062026-05-01T03:42:34.005Z Downloaded autocfg v1.5.0
3072026-05-01T03:42:34.008Z Downloaded anstream v0.6.21
3082026-05-01T03:42:34.011Z Downloaded clap v4.5.60
3092026-05-01T03:42:34.014Z Downloaded anyhow v1.0.102
3102026-05-01T03:42:34.017Z Downloaded yoke v0.8.1
3112026-05-01T03:42:34.020Z Downloaded serde-value v0.7.0
3122026-05-01T03:42:34.020Z Downloaded toml_edit v0.22.27
3132026-05-01T03:42:34.023Z Downloaded usdt v0.5.0
3142026-05-01T03:42:34.023Z Downloaded textwrap v0.16.2
3152026-05-01T03:42:34.023Z Downloaded toml v0.8.23
3162026-05-01T03:42:34.026Z Downloaded thiserror-impl v1.0.69
3172026-05-01T03:42:34.026Z Downloaded usdt-macro v0.5.0
3182026-05-01T03:42:34.026Z Downloaded equivalent v1.0.2
3192026-05-01T03:42:34.026Z Downloaded crypto-common v0.1.7
3202026-05-01T03:42:34.032Z Downloaded once_cell v1.21.3
3212026-05-01T03:42:34.032Z Downloaded proc-macro-error v1.0.4
3222026-05-01T03:42:34.038Z Downloaded unicode-xid v0.2.6
3232026-05-01T03:42:34.038Z Downloaded typeid v1.0.3
3242026-05-01T03:42:34.039Z Downloaded bytecount v0.6.9
3252026-05-01T03:42:34.039Z Downloaded thiserror v1.0.69
3262026-05-01T03:42:34.039Z Downloaded serde-untagged v0.1.9
3272026-05-01T03:42:34.045Z Downloaded scroll v0.12.0
3282026-05-01T03:42:34.046Z Downloaded pretty-hex v0.4.1
3292026-05-01T03:42:34.046Z Downloaded dof v0.3.0
3302026-05-01T03:42:34.046Z Downloaded memmap v0.7.0
3312026-05-01T03:42:34.046Z Downloaded fastrand v2.3.0
3322026-05-01T03:42:34.046Z Downloaded potential_utf v0.1.4
3332026-05-01T03:42:34.046Z Downloaded pest_generator v2.8.6
3342026-05-01T03:42:34.046Z Downloaded cargo_metadata v0.21.0
3352026-05-01T03:42:34.046Z Downloaded camino v1.2.2
3362026-05-01T03:42:34.049Z Downloaded fs-err v3.3.0
3372026-05-01T03:42:34.049Z Downloaded toml_write v0.1.2
3382026-05-01T03:42:34.049Z Downloaded toml_datetime v0.6.11
3392026-05-01T03:42:34.050Z Downloaded zerovec-derive v0.11.2
3402026-05-01T03:42:34.050Z Downloaded unicode-ident v1.0.24
3412026-05-01T03:42:34.050Z Downloaded heck v0.4.1
3422026-05-01T03:42:34.055Z Downloaded colorchoice v1.0.4
3432026-05-01T03:42:34.055Z Downloaded idna_adapter v1.2.1
3442026-05-01T03:42:34.055Z Downloaded utf8parse v0.2.2
3452026-05-01T03:42:34.055Z Downloaded percent-encoding v2.3.2
3462026-05-01T03:42:34.055Z Downloaded writeable v0.6.2
3472026-05-01T03:42:34.060Z Downloaded plain v0.2.3
3482026-05-01T03:42:34.060Z Downloaded dtrace-parser v0.2.0
3492026-05-01T03:42:34.060Z Downloaded form_urlencoded v1.2.2
3502026-05-01T03:42:34.064Z Downloaded zerofrom-derive v0.1.6
3512026-05-01T03:42:34.065Z Downloaded zerofrom v0.1.6
3522026-05-01T03:42:34.065Z Downloaded utf8_iter v1.0.4
3532026-05-01T03:42:34.065Z Downloaded thread-id v4.2.2
3542026-05-01T03:42:34.065Z Downloaded version_check v0.9.5
3552026-05-01T03:42:34.065Z Downloaded sha2 v0.10.9
3562026-05-01T03:42:34.069Z Downloaded indexmap v2.14.0
3572026-05-01T03:42:34.069Z Downloaded zmij v1.0.21
3582026-05-01T03:42:34.069Z Downloaded thiserror v2.0.18
3592026-05-01T03:42:34.074Z Downloaded swrite v0.1.0
3602026-05-01T03:42:34.074Z Downloaded anstyle-query v1.1.5
3612026-05-01T03:42:34.078Z Downloaded yoke-derive v0.8.1
3622026-05-01T03:42:34.078Z Downloaded fnv v1.0.7
3632026-05-01T03:42:34.078Z Downloaded cpufeatures v0.2.17
3642026-05-01T03:42:34.078Z Downloaded typenum v1.19.0
3652026-05-01T03:42:34.078Z Downloaded tinystr v0.8.2
3662026-05-01T03:42:34.078Z Downloaded cfg-if v1.0.4
3672026-05-01T03:42:34.078Z Downloaded smawk v0.3.2
3682026-05-01T03:42:34.081Z Downloaded stable_deref_trait v1.2.1
3692026-05-01T03:42:34.081Z Downloaded scroll_derive v0.12.1
3702026-05-01T03:42:34.081Z Downloaded zerocopy-derive v0.7.35
3712026-05-01T03:42:34.085Z Downloaded usdt-impl v0.5.0
3722026-05-01T03:42:34.085Z Downloaded serde_spanned v0.6.9
3732026-05-01T03:42:34.085Z Downloaded usdt-attr-macro v0.5.0
3742026-05-01T03:42:34.085Z Downloaded unicode-linebreak v0.1.5
3752026-05-01T03:42:34.085Z Downloaded itoa v1.0.17
3762026-05-01T03:42:34.085Z Downloaded ucd-trie v0.1.7
3772026-05-01T03:42:34.091Z Downloaded heck v0.5.0
3782026-05-01T03:42:34.091Z Downloaded displaydoc v0.2.5
3792026-05-01T03:42:34.091Z Downloaded quote v1.0.45
3802026-05-01T03:42:34.097Z Downloaded pest_meta v2.8.6
3812026-05-01T03:42:34.097Z Downloaded pest_derive v2.8.6
3822026-05-01T03:42:34.097Z Downloaded icu_locale_core v2.1.1
3832026-05-01T03:42:34.101Z Downloaded anstyle-parse v0.2.7
3842026-05-01T03:42:34.101Z Downloaded url v2.5.8
3852026-05-01T03:42:34.101Z Downloaded generic-array v0.14.7
3862026-05-01T03:42:34.105Z Downloaded terminal_size v0.4.3
3872026-05-01T03:42:34.109Z Downloaded is_terminal_polyfill v1.70.2
3882026-05-01T03:42:34.112Z Downloaded zerocopy v0.7.35
3892026-05-01T03:42:34.118Z Downloaded zerotrie v0.2.3
3902026-05-01T03:42:34.122Z Downloaded winnow v0.7.14
3912026-05-01T03:42:34.124Z Downloaded serde_tokenstream v0.2.3
3922026-05-01T03:42:34.130Z Downloaded zerovec v0.11.5
3932026-05-01T03:42:34.133Z Downloaded byteorder v1.5.0
3942026-05-01T03:42:34.133Z Downloaded errno v0.3.14
3952026-05-01T03:42:34.133Z Downloaded cargo_toml v0.21.0
3962026-05-01T03:42:34.133Z Downloaded tabled_derive v0.7.0
3972026-05-01T03:42:34.133Z Downloaded proc-macro-error-attr v1.0.4
3982026-05-01T03:42:34.133Z Downloaded smallvec v1.15.1
3992026-05-01T03:42:34.133Z Downloaded anstyle v1.0.13
4002026-05-01T03:42:34.137Z Downloaded unicode-width v0.2.0
4012026-05-01T03:42:34.137Z Downloaded erased-serde v0.4.9
4022026-05-01T03:42:34.140Z Downloaded ordered-float v2.10.1
4032026-05-01T03:42:34.140Z Downloaded cargo-platform v0.2.0
4042026-05-01T03:42:34.140Z Downloaded unicode-width v0.1.14
4052026-05-01T03:42:34.146Z Downloaded digest v0.10.7
4062026-05-01T03:42:34.151Z Downloaded synstructure v0.13.2
4072026-05-01T03:42:34.154Z Downloaded strsim v0.11.1
4082026-05-01T03:42:34.158Z Downloaded clap_derive v4.5.55
4092026-05-01T03:42:34.165Z Downloaded serde_core v1.0.228
4102026-05-01T03:42:34.168Z Downloaded cargo-util-schemas v0.8.2
4112026-05-01T03:42:34.171Z Downloaded semver v1.0.28
4122026-05-01T03:42:34.179Z Downloaded bitflags v2.11.0
4132026-05-01T03:42:34.185Z Downloaded camino-tempfile v1.4.1
4142026-05-01T03:42:34.188Z Downloaded tempfile v3.25.0
4152026-05-01T03:42:34.188Z Downloaded proc-macro2 v1.0.106
4162026-05-01T03:42:34.192Z Downloaded litemap v0.8.1
4172026-05-01T03:42:34.195Z Downloaded icu_properties v2.1.2
4182026-05-01T03:42:34.195Z Downloaded num-traits v0.2.19
4192026-05-01T03:42:34.205Z Downloaded serde_derive v1.0.228
4202026-05-01T03:42:34.209Z Downloaded getrandom v0.4.1
4212026-05-01T03:42:34.212Z Downloaded icu_provider v2.1.1
4222026-05-01T03:42:34.215Z Downloaded log v0.4.29
4232026-05-01T03:42:34.215Z Downloaded icu_normalizer_data v2.1.1
4242026-05-01T03:42:34.218Z Downloaded icu_normalizer v2.1.1
4252026-05-01T03:42:34.227Z Downloaded papergrid v0.11.0
4262026-05-01T03:42:34.232Z Downloaded icu_collections v2.1.1
4272026-05-01T03:42:34.237Z Downloaded pest v2.8.6
4282026-05-01T03:42:34.239Z Downloaded serde v1.0.228
4292026-05-01T03:42:34.246Z Downloaded memchr v2.8.0
4302026-05-01T03:42:34.277Z Downloaded idna v1.1.0
4312026-05-01T03:42:34.288Z Downloaded hashbrown v0.17.0
4322026-05-01T03:42:34.293Z Downloaded icu_properties_data v2.1.2
4332026-05-01T03:42:34.298Z Downloaded serde_json v1.0.149
4342026-05-01T03:42:34.304Z Downloaded clap_builder v4.5.60
4352026-05-01T03:42:34.308Z Downloaded goblin v0.8.2
4362026-05-01T03:42:34.313Z Downloaded tabled v0.15.0
4372026-05-01T03:42:34.321Z Downloaded syn v1.0.109
4382026-05-01T03:42:34.328Z Downloaded syn v2.0.117
4392026-05-01T03:42:34.350Z Downloaded rustix v1.1.3
4402026-05-01T03:42:34.374Z Downloaded libc v0.2.185
4412026-05-01T03:42:34.440Z Compiling proc-macro2 v1.0.106
4422026-05-01T03:42:34.440Z Compiling quote v1.0.45
4432026-05-01T03:42:34.443Z Compiling unicode-ident v1.0.24
4442026-05-01T03:42:34.443Z Compiling serde_core v1.0.228
4452026-05-01T03:42:34.443Z Compiling libc v0.2.185
4462026-05-01T03:42:34.443Z Compiling version_check v0.9.5
4472026-05-01T03:42:34.443Z Compiling serde v1.0.228
4482026-05-01T03:42:34.443Z Compiling memchr v2.8.0
4492026-05-01T03:42:34.443Z Compiling stable_deref_trait v1.2.1
4502026-05-01T03:42:34.443Z Compiling zmij v1.0.21
4512026-05-01T03:42:34.443Z Compiling ucd-trie v0.1.7
4522026-05-01T03:42:34.623Z Compiling autocfg v1.5.0
4532026-05-01T03:42:34.627Z Compiling thiserror v1.0.69
4542026-05-01T03:42:34.627Z Compiling itoa v1.0.17
4552026-05-01T03:42:34.627Z Compiling litemap v0.8.1
4562026-05-01T03:42:34.802Z Compiling writeable v0.6.2
4572026-05-01T03:42:34.919Z Compiling icu_normalizer_data v2.1.1
4582026-05-01T03:42:35.111Z Compiling byteorder v1.5.0
4592026-05-01T03:42:35.116Z Compiling rustix v1.1.3
4602026-05-01T03:42:35.116Z Compiling icu_properties_data v2.1.2
4612026-05-01T03:42:35.116Z Compiling serde_json v1.0.149
4622026-05-01T03:42:35.116Z Compiling bitflags v2.11.0
4632026-05-01T03:42:35.196Z Compiling pest v2.8.6
4642026-05-01T03:42:35.288Z Compiling smallvec v1.15.1
4652026-05-01T03:42:35.359Z Compiling num-traits v0.2.19
4662026-05-01T03:42:35.382Z Compiling hashbrown v0.17.0
4672026-05-01T03:42:35.434Z Compiling typeid v1.0.3
4682026-05-01T03:42:35.467Z Compiling equivalent v1.0.2
4692026-05-01T03:42:35.505Z Compiling proc-macro-error-attr v1.0.4
4702026-05-01T03:42:35.522Z Compiling usdt-impl v0.5.0
4712026-05-01T03:42:35.613Z Compiling erased-serde v0.4.9
4722026-05-01T03:42:35.616Z Compiling syn v1.0.109
4732026-05-01T03:42:35.689Z Compiling toml_write v0.1.2
4742026-05-01T03:42:35.782Z Compiling errno v0.3.14
4752026-05-01T03:42:35.811Z Compiling thread-id v4.2.2
4762026-05-01T03:42:35.829Z Compiling winnow v0.7.14
4772026-05-01T03:42:35.916Z Compiling proc-macro-error v1.0.4
4782026-05-01T03:42:35.936Z Compiling utf8_iter v1.0.4
4792026-05-01T03:42:35.973Z Compiling camino v1.2.2
4802026-05-01T03:42:35.976Z Compiling log v0.4.29
4812026-05-01T03:42:36.067Z Compiling indexmap v2.14.0
4822026-05-01T03:42:36.108Z Compiling utf8parse v0.2.2
4832026-05-01T03:42:36.128Z Compiling thiserror v2.0.18
4842026-05-01T03:42:36.143Z Compiling getrandom v0.4.1
4852026-05-01T03:42:36.150Z Compiling plain v0.2.3
4862026-05-01T03:42:36.181Z Compiling percent-encoding v2.3.2
4872026-05-01T03:42:36.200Z Compiling syn v2.0.117
4882026-05-01T03:42:36.245Z Compiling anstyle-parse v0.2.7
4892026-05-01T03:42:36.291Z Compiling pest_meta v2.8.6
4902026-05-01T03:42:36.402Z Compiling form_urlencoded v1.2.2
4912026-05-01T03:42:36.543Z Compiling ordered-float v2.10.1
4922026-05-01T03:42:36.572Z Compiling anstyle v1.0.13
4932026-05-01T03:42:36.611Z Compiling anstyle-query v1.1.5
4942026-05-01T03:42:36.635Z Compiling is_terminal_polyfill v1.70.2
4952026-05-01T03:42:36.654Z Compiling cfg-if v1.0.4
4962026-05-01T03:42:36.731Z Compiling colorchoice v1.0.4
4972026-05-01T03:42:36.749Z Compiling pretty-hex v0.4.1
4982026-05-01T03:42:36.773Z Compiling fs-err v3.3.0
4992026-05-01T03:42:36.851Z Compiling anstream v0.6.21
5002026-05-01T03:42:36.854Z Compiling bytecount v0.6.9
5012026-05-01T03:42:36.887Z Compiling unicode-width v0.1.14
5022026-05-01T03:42:36.887Z Compiling heck v0.4.1
5032026-05-01T03:42:36.918Z Compiling once_cell v1.21.3
5042026-05-01T03:42:36.955Z Compiling heck v0.5.0
5052026-05-01T03:42:37.048Z Compiling terminal_size v0.4.3
5062026-05-01T03:42:37.069Z Compiling fnv v1.0.7
5072026-05-01T03:42:37.069Z Compiling anyhow v1.0.102
5082026-05-01T03:42:37.183Z Compiling fastrand v2.3.0
5092026-05-01T03:42:37.211Z Compiling clap_lex v1.0.0
5102026-05-01T03:42:37.229Z Compiling strsim v0.11.1
5112026-05-01T03:42:37.229Z Compiling unicode-xid v0.2.6
5122026-05-01T03:42:37.281Z Compiling papergrid v0.11.0
5132026-05-01T03:42:37.449Z Compiling semver v1.0.28
5142026-05-01T03:42:37.483Z Compiling clap_builder v4.5.60
5152026-05-01T03:42:37.500Z Compiling tempfile v3.25.0
5162026-05-01T03:42:37.500Z Compiling memmap v0.7.0
5172026-05-01T03:42:37.654Z Compiling smawk v0.3.2
5182026-05-01T03:42:37.787Z Compiling unicode-linebreak v0.1.5
5192026-05-01T03:42:37.787Z Compiling unicode-width v0.2.0
5202026-05-01T03:42:37.837Z Compiling serde-untagged v0.1.9
5212026-05-01T03:42:37.837Z Compiling camino-tempfile v1.4.1
5222026-05-01T03:42:38.033Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-05-01T03:42:38.146Z Compiling textwrap v0.16.2
5242026-05-01T03:42:38.147Z Compiling swrite v0.1.0
5252026-05-01T03:42:38.414Z Compiling tabled_derive v0.7.0
5262026-05-01T03:42:38.851Z Compiling synstructure v0.13.2
5272026-05-01T03:42:38.851Z Compiling pest_generator v2.8.6
5282026-05-01T03:42:38.906Z Compiling tabled v0.15.0
5292026-05-01T03:42:39.386Z Compiling serde_derive v1.0.228
5302026-05-01T03:42:39.386Z Compiling zerofrom-derive v0.1.6
5312026-05-01T03:42:39.386Z Compiling yoke-derive v0.8.1
5322026-05-01T03:42:39.405Z Compiling zerovec-derive v0.11.2
5332026-05-01T03:42:39.405Z Compiling displaydoc v0.2.5
5342026-05-01T03:42:39.406Z Compiling thiserror-impl v1.0.69
5352026-05-01T03:42:39.434Z Compiling zerocopy-derive v0.7.35
5362026-05-01T03:42:39.448Z Compiling scroll_derive v0.12.1
5372026-05-01T03:42:39.463Z Compiling thiserror-impl v2.0.18
5382026-05-01T03:42:39.463Z Compiling clap_derive v4.5.55
5392026-05-01T03:42:39.470Z Compiling pest_derive v2.8.6
5402026-05-01T03:42:40.107Z Compiling scroll v0.12.0
5412026-05-01T03:42:40.243Z Compiling zerocopy v0.7.35
5422026-05-01T03:42:40.330Z Compiling goblin v0.8.2
5432026-05-01T03:42:40.465Z Compiling zerofrom v0.1.6
5442026-05-01T03:42:40.601Z Compiling dtrace-parser v0.2.0
5452026-05-01T03:42:40.641Z Compiling yoke v0.8.1
5462026-05-01T03:42:40.742Z Compiling zerovec v0.11.5
5472026-05-01T03:42:40.742Z Compiling zerotrie v0.2.3
5482026-05-01T03:42:40.841Z Compiling clap v4.5.60
5492026-05-01T03:42:41.153Z Compiling tinystr v0.8.2
5502026-05-01T03:42:41.153Z Compiling potential_utf v0.1.4
5512026-05-01T03:42:41.282Z Compiling icu_collections v2.1.1
5522026-05-01T03:42:41.317Z Compiling icu_locale_core v2.1.1
5532026-05-01T03:42:41.829Z Compiling serde_spanned v0.6.9
5542026-05-01T03:42:41.829Z Compiling toml_datetime v0.6.11
5552026-05-01T03:42:41.829Z Compiling serde-value v0.7.0
5562026-05-01T03:42:41.836Z Compiling cargo-platform v0.2.0
5572026-05-01T03:42:41.838Z Compiling macaddr v1.0.1
5582026-05-01T03:42:41.870Z Compiling icu_provider v2.1.1
5592026-05-01T03:42:41.945Z Compiling dof v0.3.0
5602026-05-01T03:42:41.945Z Compiling serde_tokenstream v0.2.3
5612026-05-01T03:42:42.111Z Compiling toml_edit v0.22.27
5622026-05-01T03:42:42.216Z Compiling icu_normalizer v2.1.1
5632026-05-01T03:42:42.216Z Compiling icu_properties v2.1.2
5642026-05-01T03:42:42.667Z Compiling usdt-macro v0.5.0
5652026-05-01T03:42:42.667Z Compiling usdt-attr-macro v0.5.0
5662026-05-01T03:42:42.988Z Compiling idna_adapter v1.2.1
5672026-05-01T03:42:43.164Z Compiling idna v1.1.0
5682026-05-01T03:42:43.268Z Compiling usdt v0.5.0
5692026-05-01T03:42:43.361Z Compiling url v2.5.8
5702026-05-01T03:42:43.375Z Compiling toml v0.8.23
5712026-05-01T03:42:43.709Z Compiling cargo_toml v0.21.0
5722026-05-01T03:42:43.750Z Compiling cargo-util-schemas v0.8.2
5732026-05-01T03:42:44.542Z Compiling cargo_metadata v0.21.0
5742026-05-01T03:42:45.460Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-05-01T03:42:47.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.93s
5762026-05-01T03:42:47.810Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-05-01T03:42:48.365Z Downloading crates ...
5782026-05-01T03:42:48.466Z Downloaded ascii-canvas v3.0.0
5792026-05-01T03:42:48.478Z Downloaded async-recursion v1.1.1
5802026-05-01T03:42:48.483Z Downloaded adler2 v2.0.1
5812026-05-01T03:42:48.483Z Downloaded array-init v0.0.4
5822026-05-01T03:42:48.487Z Downloaded assert_matches v1.5.0
5832026-05-01T03:42:48.488Z Downloaded arrayref v0.3.9
5842026-05-01T03:42:48.488Z Downloaded aead v0.5.2
5852026-05-01T03:42:48.491Z Downloaded atomicwrites v0.4.4
5862026-05-01T03:42:48.494Z Downloaded async-stream-impl v0.3.6
5872026-05-01T03:42:48.497Z Downloaded dtrace-parser v0.3.0
5882026-05-01T03:42:48.497Z Downloaded cstr-argument v0.1.2
5892026-05-01T03:42:48.497Z Downloaded async-compression v0.4.41
5902026-05-01T03:42:48.501Z Downloaded derive_builder_core v0.20.2
5912026-05-01T03:42:48.505Z Downloaded backon v1.6.0
5922026-05-01T03:42:48.505Z Downloaded csv-core v0.1.13
5932026-05-01T03:42:48.505Z Downloaded crunchy v0.2.4
5942026-05-01T03:42:48.508Z Downloaded darling v0.23.0
5952026-05-01T03:42:48.511Z Downloaded block-padding v0.3.3
5962026-05-01T03:42:48.511Z Downloaded async-trait v0.1.89
5972026-05-01T03:42:48.515Z Downloaded byte-wrapper v0.1.0
5982026-05-01T03:42:48.515Z Downloaded bcrypt-pbkdf v0.10.0
5992026-05-01T03:42:48.515Z Downloaded filetime v0.2.27
6002026-05-01T03:42:48.518Z Downloaded derive-ex v0.1.8
6012026-05-01T03:42:48.518Z Downloaded crossterm v0.29.0
6022026-05-01T03:42:48.523Z Downloaded ciborium-io v0.2.2
6032026-05-01T03:42:48.524Z Downloaded crc8 v0.1.1
6042026-05-01T03:42:48.527Z Downloaded crc32fast v1.5.0
6052026-05-01T03:42:48.527Z Downloaded aes v0.8.4
6062026-05-01T03:42:48.527Z Downloaded aho-corasick v1.1.4
6072026-05-01T03:42:48.530Z Downloaded cbc v0.1.2
6082026-05-01T03:42:48.533Z Downloaded cargo-platform v0.1.9
6092026-05-01T03:42:48.533Z Downloaded arrayvec v0.7.6
6102026-05-01T03:42:48.536Z Downloaded bit-set v0.8.0
6112026-05-01T03:42:48.539Z Downloaded bitfield-macros v0.19.4
6122026-05-01T03:42:48.539Z Downloaded atomic-waker v1.1.2
6132026-05-01T03:42:48.544Z Downloaded bb8 v0.8.6
6142026-05-01T03:42:48.544Z Downloaded dropshot v0.17.0
6152026-05-01T03:42:48.556Z Downloaded downcast-rs v2.0.2
6162026-05-01T03:42:48.559Z Downloaded daft v0.1.5
6172026-05-01T03:42:48.559Z Downloaded constant_time_eq v0.4.2
6182026-05-01T03:42:48.559Z Downloaded compression-core v0.4.31
6192026-05-01T03:42:48.567Z Downloaded cobs v0.3.0
6202026-05-01T03:42:48.567Z Downloaded atty v0.2.14
6212026-05-01T03:42:48.567Z Downloaded cfg_aliases v0.1.1
6222026-05-01T03:42:48.567Z Downloaded async-stream v0.3.6
6232026-05-01T03:42:48.577Z Downloaded debug-ignore v1.0.5
6242026-05-01T03:42:48.577Z Downloaded bit-vec v0.8.0
6252026-05-01T03:42:48.577Z Downloaded dropshot-api-manager-types v0.7.1
6262026-05-01T03:42:48.582Z Downloaded dunce v1.0.5
6272026-05-01T03:42:48.582Z Downloaded foreign-types v0.3.2
6282026-05-01T03:42:48.582Z Downloaded castaway v0.2.4
6292026-05-01T03:42:48.582Z Downloaded fixedbitset v0.4.2
6302026-05-01T03:42:48.582Z Downloaded foreign-types v0.5.0
6312026-05-01T03:42:48.585Z Downloaded flagset v0.4.7
6322026-05-01T03:42:48.585Z Downloaded dirs-next v2.0.0
6332026-05-01T03:42:48.585Z Downloaded ghash v0.5.1
6342026-05-01T03:42:48.588Z Downloaded float-cmp v0.10.0
6352026-05-01T03:42:48.588Z Downloaded crc v3.4.0
6362026-05-01T03:42:48.588Z Downloaded foreign-types-shared v0.1.1
6372026-05-01T03:42:48.590Z Downloaded foreign-types-macros v0.2.3
6382026-05-01T03:42:48.590Z Downloaded convert_case v0.4.0
6392026-05-01T03:42:48.590Z Downloaded endian-type v0.1.2
6402026-05-01T03:42:48.591Z Downloaded diesel_table_macro_syntax v0.3.0
6412026-05-01T03:42:48.593Z Downloaded document-features v0.2.12
6422026-05-01T03:42:48.596Z Downloaded find-msvc-tools v0.1.9
6432026-05-01T03:42:48.596Z Downloaded ed25519 v2.2.3
6442026-05-01T03:42:48.601Z Downloaded crossbeam-deque v0.8.6
6452026-05-01T03:42:48.606Z Downloaded dirs-sys-next v0.1.2
6462026-05-01T03:42:48.606Z Downloaded defmt-macros v1.0.1
6472026-05-01T03:42:48.610Z Downloaded crc-catalog v2.4.0
6482026-05-01T03:42:48.610Z Downloaded bitfield-struct v0.6.2
6492026-05-01T03:42:48.610Z Downloaded bit-set v0.5.3
6502026-05-01T03:42:48.610Z Downloaded fd-lock v4.0.4
6512026-05-01T03:42:48.617Z Downloaded dyn-clone v1.0.20
6522026-05-01T03:42:48.617Z Downloaded ciborium-ll v0.2.2
6532026-05-01T03:42:48.617Z Downloaded cfg_aliases v0.2.1
6542026-05-01T03:42:48.617Z Downloaded display-error-chain v0.2.2
6552026-05-01T03:42:48.620Z Downloaded bcs v0.1.6
6562026-05-01T03:42:48.620Z Downloaded enum-as-inner v0.6.1
6572026-05-01T03:42:48.620Z Downloaded defmt-parser v1.0.0
6582026-05-01T03:42:48.620Z Downloaded darling_macro v0.23.0
6592026-05-01T03:42:48.620Z Downloaded dsl_auto_type v0.2.0
6602026-05-01T03:42:48.620Z Downloaded float-ord v0.3.2
6612026-05-01T03:42:48.624Z Downloaded difflib v0.4.0
6622026-05-01T03:42:48.624Z Downloaded backoff v0.4.0
6632026-05-01T03:42:48.624Z Downloaded clang-sys v1.8.1
6642026-05-01T03:42:48.629Z Downloaded darling_macro v0.21.3
6652026-05-01T03:42:48.629Z Downloaded darling_macro v0.20.11
6662026-05-01T03:42:48.633Z Downloaded env_filter v1.0.0
6672026-05-01T03:42:48.633Z Downloaded futures-io v0.3.32
6682026-05-01T03:42:48.637Z Downloaded crucible-workspace-hack v0.1.0
6692026-05-01T03:42:48.637Z Downloaded gethostname v0.5.0
6702026-05-01T03:42:48.637Z Downloaded foreign-types-shared v0.3.1
6712026-05-01T03:42:48.641Z Downloaded funty v2.0.0
6722026-05-01T03:42:48.641Z Downloaded futures-macro v0.3.32
6732026-05-01T03:42:48.644Z Downloaded embedded-io v0.4.0
6742026-05-01T03:42:48.644Z Downloaded dof v0.4.0
6752026-05-01T03:42:48.647Z Downloaded curve25519-dalek-derive v0.1.1
6762026-05-01T03:42:48.651Z Downloaded hash32 v0.3.1
6772026-05-01T03:42:48.651Z Downloaded fxhash v0.2.1
6782026-05-01T03:42:48.656Z Downloaded cassowary v0.3.0
6792026-05-01T03:42:48.656Z Downloaded bitflags v1.3.2
6802026-05-01T03:42:48.660Z Downloaded base64 v0.22.1
6812026-05-01T03:42:48.660Z Downloaded derive_builder_macro v0.20.2
6822026-05-01T03:42:48.661Z Downloaded defmt v0.3.100
6832026-05-01T03:42:48.661Z Downloaded corncobs v0.1.4
6842026-05-01T03:42:48.661Z Downloaded ctr v0.9.2
6852026-05-01T03:42:48.666Z Downloaded cipher v0.4.4
6862026-05-01T03:42:48.666Z Downloaded cmake v0.1.57
6872026-05-01T03:42:48.666Z Downloaded bit-vec v0.6.3
6882026-05-01T03:42:48.677Z Downloaded data-encoding v2.10.0
6892026-05-01T03:42:48.677Z Downloaded fs-err v2.11.0
6902026-05-01T03:42:48.677Z Downloaded cexpr v0.6.0
6912026-05-01T03:42:48.677Z Downloaded derive-where v1.6.0
6922026-05-01T03:42:48.677Z Downloaded futures-task v0.3.32
6932026-05-01T03:42:48.678Z Downloaded futures-sink v0.3.32
6942026-05-01T03:42:48.683Z Downloaded cpufeatures v0.3.0
6952026-05-01T03:42:48.683Z Downloaded compression-codecs v0.4.37
6962026-05-01T03:42:48.683Z Downloaded hex v0.4.3
6972026-05-01T03:42:48.683Z Downloaded git-stub v1.0.0
6982026-05-01T03:42:48.684Z Downloaded base64ct v1.8.3
6992026-05-01T03:42:48.684Z Downloaded buf-list v1.1.2
7002026-05-01T03:42:48.684Z Downloaded hex-literal v0.4.1
7012026-05-01T03:42:48.688Z Downloaded cookie v0.18.1
7022026-05-01T03:42:48.688Z Downloaded ena v0.14.4
7032026-05-01T03:42:48.688Z Downloaded console v0.15.11
7042026-05-01T03:42:48.688Z Downloaded ecdsa v0.16.9
7052026-05-01T03:42:48.688Z Downloaded chacha20 v0.10.0
7062026-05-01T03:42:48.696Z Downloaded httpdate v1.0.3
7072026-05-01T03:42:48.696Z Downloaded foldhash v0.2.0
7082026-05-01T03:42:48.697Z Downloaded either v1.15.0
7092026-05-01T03:42:48.697Z Downloaded const_format_proc_macros v0.2.34
7102026-05-01T03:42:48.718Z Downloaded cancel-safe-futures v0.1.5
7112026-05-01T03:42:48.718Z Downloaded hubpack v0.1.2
7122026-05-01T03:42:48.718Z Downloaded convert_case v0.10.0
7132026-05-01T03:42:48.718Z Downloaded base16ct v0.2.0
7142026-05-01T03:42:48.719Z Downloaded http-range v0.1.5
7152026-05-01T03:42:48.719Z Downloaded ff v0.13.1
7162026-05-01T03:42:48.719Z Downloaded foldhash v0.1.5
7172026-05-01T03:42:48.719Z Downloaded critical-section v1.2.0
7182026-05-01T03:42:48.719Z Downloaded embedded-io v0.6.1
7192026-05-01T03:42:48.725Z Downloaded fixedbitset v0.5.7
7202026-05-01T03:42:48.725Z Downloaded glob v0.3.3
7212026-05-01T03:42:48.725Z Downloaded fallible-iterator v0.2.0
7222026-05-01T03:42:48.725Z Downloaded der_derive v0.7.3
7232026-05-01T03:42:48.725Z Downloaded hash32 v0.2.1
7242026-05-01T03:42:48.725Z Downloaded daft-derive v0.1.5
7252026-05-01T03:42:48.725Z Downloaded group v0.13.0
7262026-05-01T03:42:48.725Z Downloaded futures-core v0.3.32
7272026-05-01T03:42:48.725Z Downloaded diesel-dtrace v0.5.0
7282026-05-01T03:42:48.725Z Downloaded defmt v1.0.1
7292026-05-01T03:42:48.725Z Downloaded http-body v1.0.1
7302026-05-01T03:42:48.725Z Downloaded hostname v0.4.2
7312026-05-01T03:42:48.726Z Downloaded indoc v1.0.9
7322026-05-01T03:42:48.726Z Downloaded home v0.5.12
7332026-05-01T03:42:48.726Z Downloaded headers-core v0.3.0
7342026-05-01T03:42:48.726Z Downloaded colored v3.1.1
7352026-05-01T03:42:48.735Z Downloaded cargo_metadata v0.19.2
7362026-05-01T03:42:48.735Z Downloaded env_logger v0.11.9
7372026-05-01T03:42:48.736Z Downloaded chacha20 v0.9.1
7382026-05-01T03:42:48.736Z Downloaded erased-serde v0.3.31
7392026-05-01T03:42:48.736Z Downloaded blake2 v0.10.6
7402026-05-01T03:42:48.793Z Downloaded async-bb8-diesel v0.2.1
7412026-05-01T03:42:48.793Z Downloaded camino-tempfile-ext v0.3.3
7422026-05-01T03:42:48.793Z Downloaded hostname v0.3.1
7432026-05-01T03:42:48.793Z Downloaded colored v2.2.0
7442026-05-01T03:42:48.793Z Downloaded globwalk v0.9.1
7452026-05-01T03:42:48.793Z Downloaded git-stub-vcs v0.1.0
7462026-05-01T03:42:48.793Z Downloaded derive_more v2.1.1
7472026-05-01T03:42:48.793Z Downloaded instability v0.3.11
7482026-05-01T03:42:48.793Z Downloaded is_ci v1.2.0
7492026-05-01T03:42:48.793Z Downloaded internet-checksum v0.2.1
7502026-05-01T03:42:48.793Z Downloaded indent_write v2.2.0
7512026-05-01T03:42:48.793Z Downloaded ident_case v1.0.1
7522026-05-01T03:42:48.793Z Downloaded is-terminal v0.4.17
7532026-05-01T03:42:48.793Z Downloaded highway v1.3.0
7542026-05-01T03:42:48.793Z Downloaded instant v0.1.13
7552026-05-01T03:42:48.793Z Downloaded inout v0.1.4
7562026-05-01T03:42:48.793Z Downloaded bytes v1.11.1
7572026-05-01T03:42:48.794Z Downloaded hyper-tls v0.6.0
7582026-05-01T03:42:48.794Z Downloaded keccak v0.1.6
7592026-05-01T03:42:48.794Z Downloaded hubpack_derive v0.1.1
7602026-05-01T03:42:48.794Z Downloaded globset v0.4.18
7612026-05-01T03:42:48.795Z Downloaded cookie_store v0.22.1
7622026-05-01T03:42:48.795Z Downloaded const-oid v0.9.6
7632026-05-01T03:42:48.795Z Downloaded bzip2 v0.6.1
7642026-05-01T03:42:48.795Z Downloaded futures-channel v0.3.32
7652026-05-01T03:42:48.795Z Downloaded getrandom v0.2.17
7662026-05-01T03:42:48.795Z Downloaded deranged v0.5.8
7672026-05-01T03:42:48.795Z Downloaded ahash v0.8.12
7682026-05-01T03:42:48.796Z Downloaded bzip2 v0.4.4
7692026-05-01T03:42:48.796Z Downloaded half v1.8.3
7702026-05-01T03:42:48.796Z Downloaded darling v0.20.11
7712026-05-01T03:42:48.796Z Downloaded lazy_static v1.5.0
7722026-05-01T03:42:48.796Z Downloaded lalrpop-util v0.19.12
7732026-05-01T03:42:48.796Z Downloaded futures-executor v0.3.32
7742026-05-01T03:42:48.805Z Downloaded kstat-rs v0.2.4
7752026-05-01T03:42:48.805Z Downloaded drift v0.1.3
7762026-05-01T03:42:48.806Z Downloaded linked-hash-map v0.5.6
7772026-05-01T03:42:48.807Z Downloaded lru-slab v0.1.2
7782026-05-01T03:42:48.807Z Downloaded diff v0.1.13
7792026-05-01T03:42:48.807Z Downloaded derive_builder v0.20.2
7802026-05-01T03:42:48.807Z Downloaded base64 v0.21.7
7812026-05-01T03:42:48.807Z Downloaded managed v0.8.0
7822026-05-01T03:42:48.807Z Downloaded memoffset v0.9.1
7832026-05-01T03:42:48.807Z Downloaded md5 v0.7.0
7842026-05-01T03:42:48.807Z Downloaded md-5 v0.10.6
7852026-05-01T03:42:48.808Z Downloaded darling v0.21.3
7862026-05-01T03:42:48.808Z Downloaded lru-cache v0.1.2
7872026-05-01T03:42:48.808Z Downloaded humantime v2.3.0
7882026-05-01T03:42:48.808Z Downloaded http-body-util v0.1.3
7892026-05-01T03:42:48.819Z Downloaded match_cfg v0.1.0
7902026-05-01T03:42:48.819Z Downloaded maplit v1.0.2
7912026-05-01T03:42:48.819Z Downloaded lru v0.12.5
7922026-05-01T03:42:48.819Z Downloaded dropshot_endpoint v0.16.7
7932026-05-01T03:42:48.819Z Downloaded darling_core v0.23.0
7942026-05-01T03:42:48.819Z Downloaded hyper-staticfile v0.10.1
7952026-05-01T03:42:48.819Z Downloaded console v0.16.2
7962026-05-01T03:42:48.819Z Downloaded ciborium v0.2.2
7972026-05-01T03:42:48.857Z Downloaded ingot-types v0.1.2
7982026-05-01T03:42:48.857Z Downloaded nodrop v0.1.14
7992026-05-01T03:42:48.857Z Downloaded nibble_vec v0.1.0
8002026-05-01T03:42:48.858Z Downloaded newtype_derive v0.1.6
8012026-05-01T03:42:48.858Z Downloaded newline-converter v0.3.0
8022026-05-01T03:42:48.858Z Downloaded new_debug_unreachable v1.0.6
8032026-05-01T03:42:48.858Z Downloaded crc-any v2.5.0
8042026-05-01T03:42:48.858Z Downloaded nonempty v0.12.0
8052026-05-01T03:42:48.858Z Downloaded allocator-api2 v0.2.21
8062026-05-01T03:42:48.858Z Downloaded num-iter v0.1.45
8072026-05-01T03:42:48.858Z Downloaded num-conv v0.2.0
8082026-05-01T03:42:48.858Z Downloaded normalize-line-endings v0.3.0
8092026-05-01T03:42:48.858Z Downloaded derive_more v0.99.20
8102026-05-01T03:42:48.859Z Downloaded num_threads v0.1.7
8112026-05-01T03:42:48.859Z Downloaded ipnetwork v0.21.1
8122026-05-01T03:42:48.859Z Downloaded impl-trait-for-tuples v0.2.3
8132026-05-01T03:42:48.859Z Downloaded ipnet v2.11.0
8142026-05-01T03:42:48.859Z Downloaded lzss v0.8.2
8152026-05-01T03:42:48.884Z Downloaded libscf-sys v1.1.0
8162026-05-01T03:42:48.884Z Downloaded blowfish v0.9.1
8172026-05-01T03:42:48.884Z Downloaded bitfield v0.19.4
8182026-05-01T03:42:48.884Z Downloaded argon2 v0.5.3
8192026-05-01T03:42:48.884Z Downloaded crossbeam-epoch v0.9.18
8202026-05-01T03:42:48.884Z Downloaded num v0.4.3
8212026-05-01T03:42:48.885Z Downloaded newtype-uuid-macros v0.1.0
8222026-05-01T03:42:48.885Z Downloaded des v0.8.1
8232026-05-01T03:42:48.885Z Downloaded futures v0.3.32
8242026-05-01T03:42:48.885Z Downloaded libloading v0.8.9
8252026-05-01T03:42:48.885Z Downloaded num-derive v0.4.2
8262026-05-01T03:42:48.893Z Downloaded jobserver v0.1.34
8272026-05-01T03:42:48.893Z Downloaded half v2.7.1
8282026-05-01T03:42:48.893Z Downloaded getrandom v0.3.4
8292026-05-01T03:42:48.893Z Downloaded libsw v3.5.0
8302026-05-01T03:42:48.893Z Downloaded olpc-cjson v0.1.4
8312026-05-01T03:42:48.893Z Downloaded crossbeam-channel v0.5.15
8322026-05-01T03:42:48.893Z Downloaded multimap v0.10.1
8332026-05-01T03:42:48.893Z Downloaded multer v3.1.0
8342026-05-01T03:42:48.893Z Downloaded mime_guess v2.0.5
8352026-05-01T03:42:48.893Z Downloaded oso-derive v0.27.3
8362026-05-01T03:42:48.893Z Downloaded openssl-probe v0.2.1
8372026-05-01T03:42:48.893Z Downloaded openssl-macros v0.1.1
8382026-05-01T03:42:48.893Z Downloaded opaque-debug v0.3.1
8392026-05-01T03:42:48.903Z Downloaded packed_struct_codegen v0.10.1
8402026-05-01T03:42:48.903Z Downloaded nu-ansi-term v0.50.3
8412026-05-01T03:42:48.903Z Downloaded compact_str v0.8.1
8422026-05-01T03:42:48.908Z Downloaded parse-display v0.10.0
8432026-05-01T03:42:48.908Z Downloaded crossbeam-utils v0.8.21
8442026-05-01T03:42:48.908Z Downloaded path-slash v0.1.5
8452026-05-01T03:42:48.908Z Downloaded chacha20poly1305 v0.10.1
8462026-05-01T03:42:48.908Z Downloaded mime v0.3.17
8472026-05-01T03:42:48.908Z Downloaded arc-swap v1.8.2
8482026-05-01T03:42:48.913Z Downloaded num-derive v0.3.3
8492026-05-01T03:42:48.913Z Downloaded ingot-macros v0.1.1
8502026-05-01T03:42:48.913Z Downloaded num_enum v0.5.11
8512026-05-01T03:42:48.916Z Downloaded parse-size v1.1.0
8522026-05-01T03:42:48.916Z Downloaded native-tls v0.2.18
8532026-05-01T03:42:48.916Z Downloaded nanorand v0.7.0
8542026-05-01T03:42:48.917Z Downloaded elliptic-curve v0.13.8
8552026-05-01T03:42:48.921Z Downloaded flume v0.11.1
8562026-05-01T03:42:48.924Z Downloaded darling_core v0.21.3
8572026-05-01T03:42:48.924Z Downloaded darling_core v0.20.11
8582026-05-01T03:42:48.927Z Downloaded num-complex v0.4.6
8592026-05-01T03:42:48.931Z Downloaded num_enum_derive v0.7.5
8602026-05-01T03:42:48.931Z Downloaded num_enum_derive v0.5.11
8612026-05-01T03:42:48.931Z Downloaded num-rational v0.4.2
8622026-05-01T03:42:48.931Z Downloaded num-integer v0.1.46
8632026-05-01T03:42:48.936Z Downloaded newtype-uuid v1.3.2
8642026-05-01T03:42:48.936Z Downloaded phf_shared v0.11.3
8652026-05-01T03:42:48.936Z Downloaded const_format v0.2.35
8662026-05-01T03:42:48.941Z Downloaded phf_shared v0.13.1
8672026-05-01T03:42:48.941Z Downloaded phf_shared v0.12.1
8682026-05-01T03:42:48.941Z Downloaded ar_archive_writer v0.5.1
8692026-05-01T03:42:48.946Z Downloaded ingot v0.1.1
8702026-05-01T03:42:48.946Z Downloaded indoc v2.0.7
8712026-05-01T03:42:48.946Z Downloaded fs_extra v1.3.0
8722026-05-01T03:42:48.946Z Downloaded num_enum v0.7.5
8732026-05-01T03:42:48.949Z Downloaded pin-utils v0.1.0
8742026-05-01T03:42:48.949Z Downloaded iana-time-zone v0.1.65
8752026-05-01T03:42:48.953Z Downloaded hyper-rustls v0.27.7
8762026-05-01T03:42:48.953Z Downloaded httparse v1.10.1
8772026-05-01T03:42:48.957Z Downloaded owo-colors v4.3.0
8782026-05-01T03:42:48.957Z Downloaded openssl-probe v0.1.6
8792026-05-01T03:42:48.957Z Downloaded packed_struct v0.10.1
8802026-05-01T03:42:48.961Z Downloaded oxnet v0.1.4
8812026-05-01T03:42:48.961Z Downloaded hmac v0.12.1
8822026-05-01T03:42:48.961Z Downloaded oxide-tokio-rt v0.1.4
8832026-05-01T03:42:48.961Z Downloaded maybe-uninit v2.0.0
8842026-05-01T03:42:48.961Z Downloaded linear-map v1.2.0
8852026-05-01T03:42:48.965Z Downloaded proc-macro-error-attr2 v2.0.0
8862026-05-01T03:42:48.965Z Downloaded proc-macro-crate v1.3.1
8872026-05-01T03:42:48.965Z Downloaded indexmap v1.9.3
8882026-05-01T03:42:48.968Z Downloaded ignore v0.4.25
8892026-05-01T03:42:48.968Z Downloaded memmap2 v0.9.10
8902026-05-01T03:42:48.972Z Downloaded predicates-core v1.0.10
8912026-05-01T03:42:48.972Z Downloaded powerfmt v0.2.0
8922026-05-01T03:42:48.972Z Downloaded predicates-tree v1.0.13
8932026-05-01T03:42:48.975Z Downloaded precomputed-hash v0.1.1
8942026-05-01T03:42:48.975Z Downloaded lock_api v0.4.14
8952026-05-01T03:42:48.975Z Downloaded libsw-core v0.3.2
8962026-05-01T03:42:48.975Z Downloaded libefi-sys v0.1.0
8972026-05-01T03:42:48.975Z Downloaded fatfs v0.3.6
8982026-05-01T03:42:48.979Z Downloaded proc-macro-crate v3.4.0
8992026-05-01T03:42:48.979Z Downloaded dropshot_endpoint v0.17.0
9002026-05-01T03:42:48.982Z Downloaded password-hash v0.5.0
9012026-05-01T03:42:48.982Z Downloaded paste v1.0.15
9022026-05-01T03:42:48.985Z Downloaded progenitor-client v0.10.0
9032026-05-01T03:42:48.985Z Downloaded pbkdf2 v0.11.0
9042026-05-01T03:42:48.988Z Downloaded password-hash v0.4.2
9052026-05-01T03:42:48.991Z Downloaded ed25519-dalek v2.2.0
9062026-05-01T03:42:48.994Z Downloaded progenitor-client v0.11.2
9072026-05-01T03:42:48.994Z Downloaded peg v0.8.5
9082026-05-01T03:42:48.997Z Downloaded pbkdf2 v0.12.2
9092026-05-01T03:42:48.997Z Downloaded progenitor-macro v0.14.0
9102026-05-01T03:42:48.997Z Downloaded flate2 v1.1.9
9112026-05-01T03:42:49.001Z Downloaded heapless v0.7.17
9122026-05-01T03:42:49.005Z Downloaded phf v0.13.1
9132026-05-01T03:42:49.005Z Downloaded headers v0.4.1
9142026-05-01T03:42:49.014Z Downloaded progenitor-client v0.14.0
9152026-05-01T03:42:49.014Z Downloaded peg-macros v0.8.5
9162026-05-01T03:42:49.014Z Downloaded psl-types v2.0.11
9172026-05-01T03:42:49.015Z Downloaded pem-rfc7468 v0.7.0
9182026-05-01T03:42:49.022Z Downloaded peg-runtime v0.8.5
9192026-05-01T03:42:49.023Z Downloaded pem v3.0.6
9202026-05-01T03:42:49.023Z Downloaded progenitor-macro v0.13.0
9212026-05-01T03:42:49.023Z Downloaded phf v0.12.1
9222026-05-01T03:42:49.023Z Downloaded parse-display-derive v0.10.0
9232026-05-01T03:42:49.023Z Downloaded quick-error v1.2.3
9242026-05-01T03:42:49.023Z Downloaded crypto-bigint v0.5.5
9252026-05-01T03:42:49.026Z Downloaded pin-project-internal v1.1.11
9262026-05-01T03:42:49.026Z Downloaded progenitor-macro v0.10.0
9272026-05-01T03:42:49.027Z Downloaded pkg-config v0.3.32
9282026-05-01T03:42:49.027Z Downloaded bumpalo v3.20.2
9292026-05-01T03:42:49.030Z Downloaded omicron-zone-package v0.12.2
9302026-05-01T03:42:49.033Z Downloaded ppv-lite86 v0.2.21
9312026-05-01T03:42:49.036Z Downloaded postgres-protocol v0.6.10
9322026-05-01T03:42:49.036Z Downloaded rand_chacha v0.3.1
9332026-05-01T03:42:49.036Z Downloaded radium v0.7.0
9342026-05-01T03:42:50.043Z Downloaded libbz2-rs-sys v0.2.2
9352026-05-01T03:42:50.043Z Downloaded pkcs8 v0.10.2
9362026-05-01T03:42:50.056Z Downloaded litrs v1.0.0
9372026-05-01T03:42:50.056Z Downloaded rand_xorshift v0.4.0
9382026-05-01T03:42:50.056Z Downloaded poly1305 v0.8.0
9392026-05-01T03:42:50.056Z Downloaded polyval v0.6.2
9402026-05-01T03:42:50.056Z Downloaded parking_lot_core v0.9.12
9412026-05-01T03:42:50.056Z Downloaded primeorder v0.13.6
9422026-05-01T03:42:50.056Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-05-01T03:42:50.056Z Downloaded recursive v0.1.1
9442026-05-01T03:42:50.056Z Downloaded predicates v3.1.4
9452026-05-01T03:42:50.056Z Downloaded ref-cast v1.0.25
9462026-05-01T03:42:50.056Z Downloaded indicatif v0.18.4
9472026-05-01T03:42:50.056Z Downloaded parking_lot v0.11.2
9482026-05-01T03:42:50.056Z Downloaded parking_lot v0.12.5
9492026-05-01T03:42:50.056Z Downloaded heapless v0.8.0
9502026-05-01T03:42:50.056Z Downloaded ref-cast-impl v1.0.25
9512026-05-01T03:42:50.056Z Downloaded progenitor v0.11.2
9522026-05-01T03:42:50.056Z Downloaded progenitor v0.13.0
9532026-05-01T03:42:50.057Z Downloaded progenitor v0.10.0
9542026-05-01T03:42:50.057Z Downloaded proc-macro-error2 v2.0.1
9552026-05-01T03:42:50.057Z Downloaded rfc6979 v0.4.0
9562026-05-01T03:42:50.057Z Downloaded hickory-resolver v0.24.4
9572026-05-01T03:42:50.057Z Downloaded diesel_derives v2.3.7
9582026-05-01T03:42:50.057Z Downloaded progenitor v0.14.0
9592026-05-01T03:42:50.057Z Downloaded derive_more-impl v2.1.1
9602026-05-01T03:42:50.057Z Downloaded psm v0.1.30
9612026-05-01T03:42:50.057Z Downloaded progenitor-macro v0.11.2
9622026-05-01T03:42:50.057Z Downloaded progenitor-client v0.13.0
9632026-05-01T03:42:50.057Z Downloaded rustc_version v0.1.7
9642026-05-01T03:42:50.057Z Downloaded rtoolbox v0.0.3
9652026-05-01T03:42:50.057Z Downloaded rustc-hash v2.1.1
9662026-05-01T03:42:50.057Z Downloaded der v0.7.10
9672026-05-01T03:42:50.057Z Downloaded russh-cryptovec v0.7.3
9682026-05-01T03:42:50.057Z Downloaded rand_core v0.10.0
9692026-05-01T03:42:50.057Z Downloaded rand_core v0.9.5
9702026-05-01T03:42:50.057Z Downloaded progenitor-extras v0.2.0
9712026-05-01T03:42:50.057Z Downloaded pin-project-lite v0.2.17
9722026-05-01T03:42:50.057Z Downloaded rustc_version v0.4.1
9732026-05-01T03:42:50.057Z Downloaded dropshot-api-manager v0.7.1
9742026-05-01T03:42:50.057Z Downloaded cc v1.2.56
9752026-05-01T03:42:50.058Z Downloaded pkcs5 v0.7.1
9762026-05-01T03:42:50.058Z Downloaded pkcs1 v0.7.5
9772026-05-01T03:42:50.058Z Downloaded p256 v0.13.2
9782026-05-01T03:42:50.059Z Downloaded r2d2 v0.8.10
9792026-05-01T03:42:50.059Z Downloaded rand_core v0.6.4
9802026-05-01T03:42:50.059Z Downloaded parking_lot_core v0.8.6
9812026-05-01T03:42:50.059Z Downloaded salsa20 v0.10.2
9822026-05-01T03:42:50.059Z Downloaded sapling-renderdag v0.1.0
9832026-05-01T03:42:50.059Z Downloaded scheduled-thread-pool v0.2.7
9842026-05-01T03:42:50.059Z Downloaded rand_seeder v0.4.0
9852026-05-01T03:42:50.059Z Downloaded rand_chacha v0.9.0
9862026-05-01T03:42:50.059Z Downloaded postgres-types v0.2.12
9872026-05-01T03:42:50.059Z Downloaded postcard v1.1.3
9882026-05-01T03:42:50.059Z Downloaded papergrid v0.17.0
9892026-05-01T03:42:50.059Z Downloaded miniz_oxide v0.8.9
9902026-05-01T03:42:50.059Z Downloaded same-file v1.0.6
9912026-05-01T03:42:50.059Z Downloaded scroll_derive v0.13.1
9922026-05-01T03:42:50.060Z Downloaded scopeguard v1.2.0
9932026-05-01T03:42:50.060Z Downloaded hickory-resolver v0.25.2
9942026-05-01T03:42:50.060Z Downloaded secrecy v0.10.3
9952026-05-01T03:42:50.060Z Downloaded scrypt v0.11.0
9962026-05-01T03:42:50.060Z Downloaded resolv-conf v0.7.6
9972026-05-01T03:42:50.060Z Downloaded serde_bytes v0.11.19
9982026-05-01T03:42:50.060Z Downloaded serde-big-array v0.5.1
9992026-05-01T03:42:50.060Z Downloaded pin-project v1.1.11
10002026-05-01T03:42:50.060Z Downloaded expectorate v1.2.0
10012026-05-01T03:42:50.060Z Downloaded shell-words v1.1.1
10022026-05-01T03:42:50.060Z Downloaded serde_urlencoded v0.7.1
10032026-05-01T03:42:50.060Z Downloaded serde_plain v1.0.2
10042026-05-01T03:42:50.060Z Downloaded signal-hook-tokio v0.3.1
10052026-05-01T03:42:50.060Z Downloaded serde_spanned v1.0.4
10062026-05-01T03:42:50.060Z Downloaded semver v0.1.20
10072026-05-01T03:42:50.060Z Downloaded sha1 v0.10.6
10082026-05-01T03:42:50.060Z Downloaded openssl-sys v0.9.114
10092026-05-01T03:42:50.061Z Downloaded rustls-pemfile v1.0.4
10102026-05-01T03:42:50.061Z Downloaded quinn-udp v0.5.14
10112026-05-01T03:42:50.061Z Downloaded rustls-pemfile v2.2.0
10122026-05-01T03:42:50.061Z Downloaded rustls-native-certs v0.8.3
10132026-05-01T03:42:50.061Z Downloaded oso v0.27.3
10142026-05-01T03:42:50.061Z Downloaded signal-hook-mio v0.2.5
10152026-05-01T03:42:50.061Z Downloaded sigpipe v0.1.3
10162026-05-01T03:42:50.061Z Downloaded siphasher v1.0.2
10172026-05-01T03:42:50.061Z Downloaded rusty-fork v0.3.1
10182026-05-01T03:42:50.061Z Downloaded hyper-util v0.1.20
10192026-05-01T03:42:50.061Z Downloaded rustversion v1.0.22
10202026-05-01T03:42:50.061Z Downloaded hashbrown v0.13.2
10212026-05-01T03:42:50.061Z Downloaded seq-macro v0.3.6
10222026-05-01T03:42:50.061Z Downloaded sec1 v0.7.3
10232026-05-01T03:42:50.061Z Downloaded sct v0.7.1
10242026-05-01T03:42:50.061Z Downloaded slog-bunyan v2.5.0
10252026-05-01T03:42:50.061Z Downloaded jiff-static v0.2.21
10262026-05-01T03:42:50.061Z Downloaded scroll v0.13.0
10272026-05-01T03:42:50.061Z Downloaded secrecy v0.8.0
10282026-05-01T03:42:50.061Z Downloaded futures-util v0.3.32
10292026-05-01T03:42:50.062Z Downloaded ssh-cipher v0.2.0
10302026-05-01T03:42:50.062Z Downloaded crossterm v0.28.1
10312026-05-01T03:42:50.062Z Downloaded hickory-server v0.25.2
10322026-05-01T03:42:50.062Z Downloaded strum v0.26.3
10332026-05-01T03:42:50.062Z Downloaded strip-ansi-escapes v0.2.1
10342026-05-01T03:42:50.062Z Downloaded ssh-encoding v0.2.0
10352026-05-01T03:42:50.062Z Downloaded signal-hook-registry v1.4.8
10362026-05-01T03:42:50.068Z Downloaded shlex v1.3.0
10372026-05-01T03:42:50.068Z Downloaded serde_repr v0.1.20
10382026-05-01T03:42:50.068Z Downloaded serde_derive_internals v0.29.1
10392026-05-01T03:42:50.068Z Downloaded serde-hex v0.1.0
10402026-05-01T03:42:50.068Z Downloaded russh-keys v0.45.0
10412026-05-01T03:42:50.068Z Downloaded sqlparser_derive v0.5.0
10422026-05-01T03:42:50.068Z Downloaded serde_path_to_error v0.1.20
10432026-05-01T03:42:50.068Z Downloaded rustls-pki-types v1.14.0
10442026-05-01T03:42:50.068Z Downloaded signature v2.2.0
10452026-05-01T03:42:50.068Z Downloaded rcgen v0.12.1
10462026-05-01T03:42:50.068Z Downloaded slab v0.4.12
10472026-05-01T03:42:50.068Z Downloaded supports-color v3.0.2
10482026-05-01T03:42:50.068Z Downloaded http v1.4.0
10492026-05-01T03:42:50.068Z Downloaded subtle v2.6.1
10502026-05-01T03:42:50.068Z Downloaded strum v0.27.2
10512026-05-01T03:42:50.068Z Downloaded simd-adler32 v0.3.8
10522026-05-01T03:42:50.068Z Downloaded schemars_derive v0.8.22
10532026-05-01T03:42:50.069Z Downloaded minimal-lexical v0.2.1
10542026-05-01T03:42:50.069Z Downloaded hashbrown v0.12.3
10552026-05-01T03:42:50.069Z Downloaded slog-stdlog v4.1.1
10562026-05-01T03:42:50.069Z Downloaded slog-scope v4.4.1
10572026-05-01T03:42:50.069Z Downloaded smallvec v0.6.14
10582026-05-01T03:42:50.069Z Downloaded slog-dtrace v0.3.0
10592026-05-01T03:42:50.069Z Downloaded slog-async v2.8.0
10602026-05-01T03:42:50.069Z Downloaded slog-json v2.6.1
10612026-05-01T03:42:50.069Z Downloaded tabwriter v1.4.1
10622026-05-01T03:42:50.069Z Downloaded slog-envlogger v2.2.0
10632026-05-01T03:42:50.069Z Downloaded tap v1.0.1
10642026-05-01T03:42:50.069Z Downloaded take_mut v0.2.2
10652026-05-01T03:42:50.069Z Downloaded tagptr v0.2.0
10662026-05-01T03:42:50.069Z Downloaded sync-ptr v0.1.4
10672026-05-01T03:42:50.069Z Downloaded ron v0.8.1
10682026-05-01T03:42:50.070Z Downloaded smf v0.2.3
10692026-05-01T03:42:50.071Z Downloaded pretty_assertions v1.4.1
10702026-05-01T03:42:50.071Z Downloaded sync_wrapper v1.0.2
10712026-05-01T03:42:50.071Z Downloaded termtree v0.5.1
10722026-05-01T03:42:50.071Z Downloaded snafu-derive v0.8.9
10732026-05-01T03:42:50.071Z Downloaded slog-term v2.9.2
10742026-05-01T03:42:50.071Z Downloaded progenitor-impl v0.13.0
10752026-05-01T03:42:50.071Z Downloaded thread-id v5.1.0
10762026-05-01T03:42:50.071Z Downloaded progenitor-impl v0.11.2
10772026-05-01T03:42:50.071Z Downloaded thiserror-impl-no-std v2.0.2
10782026-05-01T03:42:50.071Z Downloaded progenitor-impl v0.10.0
10792026-05-01T03:42:50.071Z Downloaded prettyplease v0.2.37
10802026-05-01T03:42:50.072Z Downloaded sqlformat v0.3.5
10812026-05-01T03:42:50.072Z Downloaded spki v0.7.3
10822026-05-01T03:42:50.072Z Downloaded stacker v0.1.23
10832026-05-01T03:42:50.072Z Downloaded testing_table v0.3.0
10842026-05-01T03:42:50.072Z Downloaded itertools v0.10.5
10852026-05-01T03:42:50.072Z Downloaded progenitor-impl v0.14.0
10862026-05-01T03:42:50.072Z Downloaded structmeta v0.3.0
10872026-05-01T03:42:50.072Z Downloaded serde_with_macros v3.17.0
10882026-05-01T03:42:50.072Z Downloaded serde_cbor v0.11.2
10892026-05-01T03:42:50.072Z Downloaded structmeta-derive v0.3.0
10902026-05-01T03:42:50.072Z Downloaded stringprep v0.1.5
10912026-05-01T03:42:50.072Z Downloaded time-core v0.1.8
10922026-05-01T03:42:50.073Z Downloaded string_cache v0.8.9
10932026-05-01T03:42:50.073Z Downloaded tinyvec_macros v0.1.1
10942026-05-01T03:42:50.073Z Downloaded nom v7.1.3
10952026-05-01T03:42:50.073Z Downloaded ryu v1.0.23
10962026-05-01T03:42:50.073Z Downloaded rustls-platform-verifier v0.6.2
10972026-05-01T03:42:50.073Z Downloaded strum_macros v0.27.2
10982026-05-01T03:42:50.073Z Downloaded strum_macros v0.26.4
10992026-05-01T03:42:50.073Z Downloaded aes-gcm v0.10.3
11002026-05-01T03:42:50.073Z Downloaded strum_macros v0.24.3
11012026-05-01T03:42:50.073Z Downloaded prefix-trie v0.7.0
11022026-05-01T03:42:50.073Z Downloaded termios v0.3.3
11032026-05-01T03:42:50.073Z Downloaded support-bundle-viewer v0.1.2
11042026-05-01T03:42:50.073Z Downloaded tabled_derive v0.11.0
11052026-05-01T03:42:50.074Z Downloaded tokio-macros v2.7.0
11062026-05-01T03:42:50.074Z Downloaded mio v1.2.0
11072026-05-01T03:42:50.074Z Downloaded schemars v0.8.22
11082026-05-01T03:42:50.074Z Downloaded hashbrown v0.15.5
11092026-05-01T03:42:50.074Z Downloaded spin v0.9.8
11102026-05-01T03:42:50.074Z Downloaded static_assertions v1.1.0
11112026-05-01T03:42:50.074Z Downloaded thread_local v1.1.9
11122026-05-01T03:42:50.074Z Downloaded quinn v0.11.9
11132026-05-01T03:42:50.074Z Downloaded qorb v0.4.1
11142026-05-01T03:42:50.074Z Downloaded serde_yaml v0.9.34+deprecated
11152026-05-01T03:42:50.074Z Downloaded num-bigint v0.4.6
11162026-05-01T03:42:50.074Z Downloaded unarray v0.1.4
11172026-05-01T03:42:50.074Z Downloaded try-lock v0.2.5
11182026-05-01T03:42:50.074Z Downloaded tower-service v0.3.3
11192026-05-01T03:42:50.074Z Downloaded tower-layer v0.3.3
11202026-05-01T03:42:50.074Z Downloaded thiserror-no-std v2.0.2
11212026-05-01T03:42:50.075Z Downloaded tiny-keccak v2.0.2
11222026-05-01T03:42:50.075Z Downloaded tls_codec_derive v0.4.2
11232026-05-01T03:42:50.075Z Downloaded tls_codec v0.4.2
11242026-05-01T03:42:50.075Z Downloaded time-macros v0.2.27
11252026-05-01T03:42:50.075Z Downloaded similar v2.7.0
11262026-05-01T03:42:50.075Z Downloaded topological-sort v0.2.2
11272026-05-01T03:42:50.075Z Downloaded iddqd v0.3.18
11282026-05-01T03:42:50.075Z Downloaded rayon-core v1.13.0
11292026-05-01T03:42:50.075Z Downloaded libxml v0.3.3
11302026-05-01T03:42:50.075Z Downloaded untrusted v0.9.0
11312026-05-01T03:42:50.075Z Downloaded unit-prefix v0.5.2
11322026-05-01T03:42:50.075Z Downloaded trait-variant v0.1.2
11332026-05-01T03:42:50.075Z Downloaded slog v2.8.2
11342026-05-01T03:42:50.075Z Downloaded tokio-native-tls v0.3.1
11352026-05-01T03:42:50.075Z Downloaded tokio-dtrace v0.1.1
11362026-05-01T03:42:50.082Z Downloaded unicode-truncate v1.1.0
11372026-05-01T03:42:50.082Z Downloaded typify-macro v0.4.3
11382026-05-01T03:42:50.082Z Downloaded publicsuffix v2.3.0
11392026-05-01T03:42:50.082Z Downloaded socket2 v0.6.3
11402026-05-01T03:42:50.082Z Downloaded term v0.7.0
11412026-05-01T03:42:50.082Z Downloaded hashbrown v0.16.1
11422026-05-01T03:42:50.082Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-05-01T03:42:50.082Z Downloaded tokio-tungstenite v0.23.1
11442026-05-01T03:42:50.082Z Downloaded tokio-tungstenite v0.21.0
11452026-05-01T03:42:50.082Z Downloaded tokio-rustls v0.25.0
11462026-05-01T03:42:50.082Z Downloaded socket2 v0.5.10
11472026-05-01T03:42:50.082Z Downloaded void v1.0.2
11482026-05-01T03:42:50.082Z Downloaded itertools v0.13.0
11492026-05-01T03:42:50.083Z Downloaded num-bigint-dig v0.8.6
11502026-05-01T03:42:50.083Z Downloaded typify-macro v0.6.2
11512026-05-01T03:42:50.083Z Downloaded utf-8 v0.7.6
11522026-05-01T03:42:50.083Z Downloaded usdt-attr-macro v0.6.0
11532026-05-01T03:42:50.083Z Downloaded wait-timeout v0.2.1
11542026-05-01T03:42:50.083Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11552026-05-01T03:42:50.083Z Downloaded hyper v1.8.1
11562026-05-01T03:42:50.083Z Downloaded rustls-webpki v0.103.9
11572026-05-01T03:42:50.083Z Downloaded waitgroup v0.1.2
11582026-05-01T03:42:50.083Z Downloaded usdt v0.6.0
11592026-05-01T03:42:50.084Z Downloaded universal-hash v0.5.1
11602026-05-01T03:42:50.084Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-05-01T03:42:50.084Z Downloaded samael v0.0.19
11622026-05-01T03:42:50.084Z Downloaded signal-hook v0.3.18
11632026-05-01T03:42:50.084Z Downloaded schemars v1.2.1
11642026-05-01T03:42:50.084Z Downloaded want v0.3.1
11652026-05-01T03:42:50.084Z Downloaded usdt-macro v0.6.0
11662026-05-01T03:42:50.084Z Downloaded tui-tree-widget v0.23.1
11672026-05-01T03:42:50.084Z Downloaded schemars v0.9.0
11682026-05-01T03:42:50.084Z Downloaded xshell-macros v0.2.7
11692026-05-01T03:42:50.084Z Downloaded untrusted v0.7.1
11702026-05-01T03:42:50.084Z Downloaded term v1.2.1
11712026-05-01T03:42:50.084Z Downloaded tokio-rustls v0.24.1
11722026-05-01T03:42:50.084Z Downloaded itertools v0.14.0
11732026-05-01T03:42:50.084Z Downloaded tokio-stream v0.1.18
11742026-05-01T03:42:50.084Z Downloaded iri-string v0.7.10
11752026-05-01T03:42:50.084Z Downloaded zeroize_derive v1.4.3
11762026-05-01T03:42:50.084Z Downloaded zone v0.3.1
11772026-05-01T03:42:50.085Z Downloaded test-strategy v0.4.5
11782026-05-01T03:42:50.085Z Downloaded rsa v0.9.10
11792026-05-01T03:42:50.085Z Downloaded tokio-rustls v0.26.4
11802026-05-01T03:42:50.085Z Downloaded itertools v0.12.1
11812026-05-01T03:42:50.085Z Downloaded zone_cfg_derive v0.3.1
11822026-05-01T03:42:50.085Z Downloaded rand v0.8.5
11832026-05-01T03:42:50.085Z Downloaded unicase v2.9.0
11842026-05-01T03:42:50.085Z Downloaded rand v0.9.2
11852026-05-01T03:42:50.085Z Downloaded vergen-lib v0.1.6
11862026-05-01T03:42:50.085Z Downloaded tinyvec v1.10.0
11872026-05-01T03:42:50.085Z Downloaded walkdir v2.5.0
11882026-05-01T03:42:50.085Z Downloaded whoami v1.6.1
11892026-05-01T03:42:50.085Z Downloaded rand v0.10.0
11902026-05-01T03:42:50.085Z Downloaded h2 v0.4.13
11912026-05-01T03:42:50.085Z Downloaded subprocess v0.2.15
11922026-05-01T03:42:50.086Z Downloaded wyz v0.5.1
11932026-05-01T03:42:50.086Z Downloaded vergen-git2 v1.0.7
11942026-05-01T03:42:50.086Z Downloaded xshell v0.2.7
11952026-05-01T03:42:50.086Z Downloaded toml_parser v1.0.9+spec-1.1.0
11962026-05-01T03:42:50.087Z Downloaded zeroize v1.8.2
11972026-05-01T03:42:50.087Z Downloaded hkdf v0.12.4
11982026-05-01T03:42:50.087Z Downloaded usdt-impl v0.6.0
11992026-05-01T03:42:50.087Z Downloaded toml v0.9.12+spec-1.1.0
12002026-05-01T03:42:50.087Z Downloaded toml v0.7.8
12012026-05-01T03:42:50.087Z Downloaded xattr v1.6.1
12022026-05-01T03:42:50.087Z Downloaded tar v0.4.45
12032026-05-01T03:42:50.087Z Downloaded zstd-safe v7.2.4
12042026-05-01T03:42:50.087Z Downloaded twox-hash v2.1.2
12052026-05-01T03:42:50.087Z Downloaded tracing-attributes v0.1.31
12062026-05-01T03:42:50.087Z Downloaded zstd v0.13.3
12072026-05-01T03:42:50.087Z Downloaded uzers v0.12.2
12082026-05-01T03:42:50.088Z Downloaded whoami v2.1.0
12092026-05-01T03:42:50.088Z Downloaded vsss-rs v3.3.4
12102026-05-01T03:42:50.088Z Downloaded libm v0.2.16
12112026-05-01T03:42:50.088Z Downloaded vergen v9.0.6
12122026-05-01T03:42:50.088Z Downloaded unicode-properties v0.1.4
12132026-05-01T03:42:50.088Z Downloaded vergen-gitcl v1.0.8
12142026-05-01T03:42:50.088Z Downloaded tungstenite v0.23.0
12152026-05-01T03:42:50.088Z Downloaded blake3 v1.8.3
12162026-05-01T03:42:50.088Z Downloaded yasna v0.5.2
12172026-05-01T03:42:50.088Z Downloaded rustyline v14.0.0
12182026-05-01T03:42:50.088Z Downloaded snafu v0.8.9
12192026-05-01T03:42:50.088Z Downloaded rpassword v7.4.0
12202026-05-01T03:42:50.088Z Downloaded zerocopy v0.6.6
12212026-05-01T03:42:50.089Z Downloaded russh v0.45.0
12222026-05-01T03:42:50.089Z Downloaded typify v0.6.2
12232026-05-01T03:42:50.089Z Downloaded vte v0.14.1
12242026-05-01T03:42:50.089Z Downloaded bitvec v1.0.1
12252026-05-01T03:42:50.089Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-05-01T03:42:50.089Z Downloaded tungstenite v0.21.0
12272026-05-01T03:42:50.090Z Downloaded p521 v0.13.3
12282026-05-01T03:42:50.090Z Downloaded aws-lc-rs v1.16.0
12292026-05-01T03:42:50.090Z Downloaded typify v0.4.3
12302026-05-01T03:42:50.090Z Downloaded tokio-postgres v0.7.16
12312026-05-01T03:42:50.090Z Downloaded bindgen v0.71.1
12322026-05-01T03:42:50.090Z Downloaded unicode-bidi v0.3.18
12332026-05-01T03:42:50.090Z Downloaded toml v1.0.6+spec-1.1.0
12342026-05-01T03:42:50.090Z Downloaded chrono v0.4.44
12352026-05-01T03:42:50.090Z Downloaded yansi v1.0.1
12362026-05-01T03:42:50.095Z Downloaded uuid v1.23.0
12372026-05-01T03:42:50.095Z Downloaded tracing-core v0.1.36
12382026-05-01T03:42:50.095Z Downloaded unsafe-libyaml v0.2.11
12392026-05-01T03:42:50.095Z Downloaded regex v1.12.3
12402026-05-01T03:42:50.095Z Downloaded zopfli v0.8.3
12412026-05-01T03:42:50.095Z Downloaded reqwest v0.13.2
12422026-05-01T03:42:50.095Z Downloaded reqwest v0.12.28
12432026-05-01T03:42:50.095Z Downloaded reedline v0.40.0
12442026-05-01T03:42:50.096Z Downloaded toml_edit v0.19.15
12452026-05-01T03:42:50.096Z Downloaded zip v0.6.6
12462026-05-01T03:42:50.096Z Downloaded rayon v1.11.0
12472026-05-01T03:42:50.096Z Downloaded steno v0.4.1
12482026-05-01T03:42:50.096Z Downloaded p384 v0.13.1
12492026-05-01T03:42:50.096Z Downloaded unicode_categories v0.1.1
12502026-05-01T03:42:50.096Z Downloaded git2 v0.20.4
12512026-05-01T03:42:50.097Z Downloaded ssh-key v0.6.7
12522026-05-01T03:42:50.097Z Downloaded goblin v0.10.5
12532026-05-01T03:42:50.097Z Downloaded quick-xml v0.37.5
12542026-05-01T03:42:50.097Z Downloaded rustls-webpki v0.101.7
12552026-05-01T03:42:50.097Z Downloaded lalrpop v0.19.12
12562026-05-01T03:42:50.097Z Downloaded unicode-segmentation v1.12.0
12572026-05-01T03:42:50.097Z Downloaded zerocopy-derive v0.8.40
12582026-05-01T03:42:50.097Z Downloaded x509-cert v0.2.5
12592026-05-01T03:42:50.097Z Downloaded portable-atomic v1.13.1
12602026-05-01T03:42:50.097Z Downloaded tower v0.5.3
12612026-05-01T03:42:50.097Z Downloaded unicode-normalization v0.1.25
12622026-05-01T03:42:50.097Z Downloaded salty v0.3.0
12632026-05-01T03:42:50.097Z Downloaded proptest v1.10.0
12642026-05-01T03:42:50.097Z Downloaded tower-http v0.6.8
12652026-05-01T03:42:50.097Z Downloaded typed-path v0.9.3
12662026-05-01T03:42:50.097Z Downloaded serde_with v3.17.0
12672026-05-01T03:42:50.097Z Downloaded moka v0.12.13
12682026-05-01T03:42:50.097Z Downloaded tokio-util v0.7.18
12692026-05-01T03:42:50.097Z Downloaded zip v4.6.1
12702026-05-01T03:42:50.097Z Downloaded petname v2.0.2
12712026-05-01T03:42:50.097Z Downloaded rustls-webpki v0.102.8
12722026-05-01T03:42:50.097Z Downloaded tough v0.20.0
12732026-05-01T03:42:50.098Z Downloaded nix v0.27.1
12742026-05-01T03:42:50.098Z Downloaded quinn-proto v0.11.13
12752026-05-01T03:42:50.098Z Downloaded object v0.30.4
12762026-05-01T03:42:50.098Z Downloaded winnow v0.5.40
12772026-05-01T03:42:50.098Z Downloaded radix_trie v0.2.1
12782026-05-01T03:42:50.098Z Downloaded curve25519-dalek v4.1.3
12792026-05-01T03:42:50.098Z Downloaded polar-core v0.27.3
12802026-05-01T03:42:50.101Z Downloaded openssl v0.10.78
12812026-05-01T03:42:50.101Z Downloaded nix v0.29.0
12822026-05-01T03:42:50.107Z Downloaded bstr v1.12.1
12832026-05-01T03:42:50.113Z Downloaded tabled v0.20.0
12842026-05-01T03:42:50.124Z Downloaded nix v0.28.0
12852026-05-01T03:42:50.133Z Downloaded rustls v0.21.12
12862026-05-01T03:42:50.149Z Downloaded time v0.3.47
12872026-05-01T03:42:50.156Z Downloaded zlib-rs v0.6.2
12882026-05-01T03:42:50.160Z Downloaded dropshot v0.16.7
12892026-05-01T03:42:50.175Z Downloaded smoltcp v0.9.1
12902026-05-01T03:42:50.178Z Downloaded regex-syntax v0.6.29
12912026-05-01T03:42:50.183Z Downloaded object v0.37.3
12922026-05-01T03:42:50.188Z Downloaded winnow v0.6.26
12932026-05-01T03:42:50.201Z Downloaded vcpkg v0.2.15
12942026-05-01T03:42:50.227Z Downloaded zerocopy v0.8.40
12952026-05-01T03:42:50.230Z Downloaded regress v0.10.5
12962026-05-01T03:42:50.234Z Downloaded webpki-roots v1.0.6
12972026-05-01T03:42:50.243Z Downloaded hickory-proto v0.25.2
12982026-05-01T03:42:50.246Z Downloaded rustls v0.22.4
12992026-05-01T03:42:50.253Z Downloaded regex-syntax v0.8.10
13002026-05-01T03:42:50.258Z Downloaded smoltcp v0.11.0
13012026-05-01T03:42:50.265Z Downloaded hickory-proto v0.24.4
13022026-05-01T03:42:50.274Z Downloaded diesel v2.3.7
13032026-05-01T03:42:50.285Z Downloaded openapiv3 v2.2.0
13042026-05-01T03:42:50.300Z Downloaded rustls v0.23.37
13052026-05-01T03:42:50.304Z Downloaded nix v0.31.2
13062026-05-01T03:42:50.316Z Downloaded rustix v0.38.44
13072026-05-01T03:42:50.332Z Downloaded regress v0.11.1
13082026-05-01T03:42:50.347Z Downloaded sqlparser v0.61.0
13092026-05-01T03:42:50.360Z Downloaded ratatui v0.29.0
13102026-05-01T03:42:50.385Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-05-01T03:42:50.392Z Downloaded sled v0.34.7
13122026-05-01T03:42:50.432Z Downloaded tracing v0.1.44
13132026-05-01T03:42:50.450Z Downloaded zerocopy-derive v0.6.6
13142026-05-01T03:42:50.454Z Downloaded regex-automata v0.4.14
13152026-05-01T03:42:50.458Z Downloaded petgraph v0.6.5
13162026-05-01T03:42:50.468Z Downloaded typify-impl v0.6.2
13172026-05-01T03:42:50.478Z Downloaded typify-impl v0.4.3
13182026-05-01T03:42:50.506Z Downloaded chrono-tz v0.10.4
13192026-05-01T03:42:50.506Z Downloaded petgraph v0.8.3
13202026-05-01T03:42:50.521Z Downloaded libz-sys v1.1.24
13212026-05-01T03:42:50.530Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-05-01T03:42:50.541Z Downloaded csv v1.4.0
13232026-05-01T03:42:50.564Z Downloaded jiff v0.2.21
13242026-05-01T03:42:50.611Z Downloaded sha3 v0.10.8
13252026-05-01T03:42:50.646Z Downloaded tokio v1.52.1
13262026-05-01T03:42:50.709Z Downloaded encoding_rs v0.8.35
13272026-05-01T03:42:50.754Z Downloaded ring v0.17.14
13282026-05-01T03:42:50.783Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-05-01T03:42:51.203Z Downloaded aws-lc-sys v0.37.1
13302026-05-01T03:42:51.457Z Compiling syn v2.0.117
13312026-05-01T03:42:51.465Z Compiling libc v0.2.185
13322026-05-01T03:42:51.465Z Compiling serde v1.0.228
13332026-05-01T03:42:51.465Z Compiling find-msvc-tools v0.1.9
13342026-05-01T03:42:51.465Z Compiling log v0.4.29
13352026-05-01T03:42:51.465Z Compiling shlex v1.3.0
13362026-05-01T03:42:51.465Z Compiling smallvec v1.15.1
13372026-05-01T03:42:51.465Z Compiling typenum v1.19.0
13382026-05-01T03:42:51.465Z Compiling subtle v2.6.1
13392026-05-01T03:42:51.465Z Compiling scopeguard v1.2.0
13402026-05-01T03:42:51.465Z Compiling generic-array v0.14.7
13412026-05-01T03:42:51.465Z Compiling const-oid v0.9.6
13422026-05-01T03:42:51.465Z Compiling portable-atomic v1.13.1
13432026-05-01T03:42:51.465Z Compiling zerocopy v0.8.40
13442026-05-01T03:42:51.465Z Compiling serde_json v1.0.149
13452026-05-01T03:42:51.465Z Compiling critical-section v1.2.0
13462026-05-01T03:42:51.744Z Compiling lock_api v0.4.14
13472026-05-01T03:42:51.825Z Compiling parking_lot_core v0.9.12
13482026-05-01T03:42:51.846Z Compiling pin-project-lite v0.2.17
13492026-05-01T03:42:51.896Z Compiling pkg-config v0.3.32
13502026-05-01T03:42:51.986Z Compiling bitflags v2.11.0
13512026-05-01T03:42:52.058Z Compiling libm v0.2.16
13522026-05-01T03:42:52.058Z Compiling num-traits v0.2.19
13532026-05-01T03:42:52.058Z Compiling futures-core v0.3.32
13542026-05-01T03:42:52.058Z Compiling percent-encoding v2.3.2
13552026-05-01T03:42:52.123Z Compiling cpufeatures v0.2.17
13562026-05-01T03:42:52.123Z Compiling futures-sink v0.3.32
13572026-05-01T03:42:52.222Z Compiling futures-task v0.3.32
13582026-05-01T03:42:52.222Z Compiling futures-io v0.3.32
13592026-05-01T03:42:52.224Z Compiling futures-channel v0.3.32
13602026-05-01T03:42:52.224Z Compiling slab v0.4.12
13612026-05-01T03:42:52.301Z Compiling getrandom v0.4.1
13622026-05-01T03:42:52.390Z Compiling rustversion v1.0.22
13632026-05-01T03:42:52.452Z Compiling getrandom v0.3.4
13642026-05-01T03:42:52.452Z Compiling rand_core v0.10.0
13652026-05-01T03:42:52.452Z Compiling indexmap v2.14.0
13662026-05-01T03:42:52.452Z Compiling form_urlencoded v1.2.2
13672026-05-01T03:42:52.452Z Compiling base64ct v1.8.3
13682026-05-01T03:42:52.533Z Compiling dunce v1.0.5
13692026-05-01T03:42:52.533Z Compiling fs_extra v1.3.0
13702026-05-01T03:42:52.600Z Compiling ident_case v1.0.1
13712026-05-01T03:42:52.600Z Compiling getrandom v0.2.17
13722026-05-01T03:42:52.684Z Compiling jobserver v0.1.34
13732026-05-01T03:42:52.684Z Compiling errno v0.3.14
13742026-05-01T03:42:52.774Z Compiling mio v1.2.0
13752026-05-01T03:42:52.774Z Compiling socket2 v0.6.3
13762026-05-01T03:42:52.851Z Compiling rand_core v0.6.4
13772026-05-01T03:42:52.851Z Compiling once_cell v1.21.3
13782026-05-01T03:42:52.851Z Compiling signal-hook-registry v1.4.8
13792026-05-01T03:42:52.896Z Compiling cc v1.2.56
13802026-05-01T03:42:52.897Z Compiling parking_lot v0.12.5
13812026-05-01T03:42:53.023Z Compiling pem-rfc7468 v0.7.0
13822026-05-01T03:42:53.023Z Compiling flagset v0.4.7
13832026-05-01T03:42:53.042Z Compiling iana-time-zone v0.1.65
13842026-05-01T03:42:53.042Z Compiling rustix v1.1.3
13852026-05-01T03:42:53.057Z Compiling uuid v1.23.0
13862026-05-01T03:42:53.077Z Compiling rustc_version v0.4.1
13872026-05-01T03:42:53.101Z Compiling regex-syntax v0.8.10
13882026-05-01T03:42:53.129Z Compiling aws-lc-rs v1.16.0
13892026-05-01T03:42:53.129Z Compiling vcpkg v0.2.15
13902026-05-01T03:42:53.159Z Compiling tracing-core v0.1.36
13912026-05-01T03:42:53.185Z Compiling schemars v0.8.22
13922026-05-01T03:42:53.251Z Compiling untrusted v0.9.0
13932026-05-01T03:42:53.293Z Compiling untrusted v0.7.1
13942026-05-01T03:42:53.405Z Compiling rand_core v0.9.5
13952026-05-01T03:42:53.425Z Compiling base64 v0.22.1
13962026-05-01T03:42:53.440Z Compiling openssl-probe v0.2.1
13972026-05-01T03:42:53.449Z Compiling httparse v1.10.1
13982026-05-01T03:42:53.487Z Compiling tinyvec_macros v0.1.1
13992026-05-01T03:42:53.505Z Compiling tower-service v0.3.3
14002026-05-01T03:42:53.532Z Compiling dyn-clone v1.0.20
14012026-05-01T03:42:53.563Z Compiling rustls v0.23.37
14022026-05-01T03:42:53.579Z Compiling try-lock v0.2.5
14032026-05-01T03:42:53.618Z Compiling cmake v0.1.57
14042026-05-01T03:42:53.633Z Compiling tower-layer v0.3.3
14052026-05-01T03:42:53.695Z Compiling atomic-waker v1.1.2
14062026-05-01T03:42:53.695Z Compiling want v0.3.1
14072026-05-01T03:42:53.728Z Compiling tinyvec v1.10.0
14082026-05-01T03:42:53.744Z Compiling spin v0.9.8
14092026-05-01T03:42:53.759Z Compiling aho-corasick v1.1.4
14102026-05-01T03:42:53.762Z Compiling foreign-types-shared v0.1.1
14112026-05-01T03:42:53.796Z Compiling openssl v0.10.78
14122026-05-01T03:42:53.815Z Compiling crc32fast v1.5.0
14132026-05-01T03:42:53.848Z Compiling httpdate v1.0.3
14142026-05-01T03:42:53.861Z Compiling pin-utils v0.1.0
14152026-05-01T03:42:53.879Z Compiling time-core v0.1.8
14162026-05-01T03:42:53.894Z Compiling num-conv v0.2.0
14172026-05-01T03:42:53.912Z Compiling powerfmt v0.2.0
14182026-05-01T03:42:53.944Z Compiling foreign-types v0.3.2
14192026-05-01T03:42:53.974Z Compiling wait-timeout v0.2.1
14202026-05-01T03:42:54.074Z Compiling quick-error v1.2.3
14212026-05-01T03:42:54.087Z Compiling native-tls v0.2.18
14222026-05-01T03:42:54.088Z Compiling crossbeam-utils v0.8.21
14232026-05-01T03:42:54.088Z Compiling usdt-impl v0.6.0
14242026-05-01T03:42:54.098Z Compiling deranged v0.5.8
14252026-05-01T03:42:54.121Z Compiling syn v1.0.109
14262026-05-01T03:42:54.125Z Compiling time-macros v0.2.27
14272026-05-01T03:42:54.181Z Compiling simd-adler32 v0.3.8
14282026-05-01T03:42:54.185Z Compiling num_threads v0.1.7
14292026-05-01T03:42:54.206Z Compiling bit-vec v0.8.0
14302026-05-01T03:42:54.228Z Compiling siphasher v1.0.2
14312026-05-01T03:42:54.299Z Compiling unicode-normalization v0.1.25
14322026-05-01T03:42:54.309Z Compiling rand_xorshift v0.4.0
14332026-05-01T03:42:54.357Z Compiling slog v2.8.2
14342026-05-01T03:42:54.419Z Compiling bit-set v0.8.0
14352026-05-01T03:42:54.450Z Compiling heapless v0.7.17
14362026-05-01T03:42:54.450Z Compiling thread-id v5.1.0
14372026-05-01T03:42:54.484Z Compiling sync_wrapper v1.0.2
14382026-05-01T03:42:54.496Z Compiling aws-lc-sys v0.37.1
14392026-05-01T03:42:54.500Z Compiling ring v0.17.14
14402026-05-01T03:42:54.500Z Compiling openssl-sys v0.9.114
14412026-05-01T03:42:54.543Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14422026-05-01T03:42:54.572Z Compiling bzip2-sys v0.1.13+1.0.8
14432026-05-01T03:42:54.614Z Compiling cookie v0.18.1
14442026-05-01T03:42:54.628Z Compiling allocator-api2 v0.2.21
14452026-05-01T03:42:54.637Z Compiling tempfile v3.25.0
14462026-05-01T03:42:54.713Z Compiling synstructure v0.13.2
14472026-05-01T03:42:54.805Z Compiling serde_derive_internals v0.29.1
14482026-05-01T03:42:54.836Z Compiling pest_generator v2.8.6
14492026-05-01T03:42:54.889Z Compiling darling_core v0.20.11
14502026-05-01T03:42:54.937Z Compiling regex-automata v0.4.14
14512026-05-01T03:42:55.018Z Compiling rusty-fork v0.3.1
14522026-05-01T03:42:55.052Z Compiling darling_core v0.21.3
14532026-05-01T03:42:55.146Z Compiling signal-hook v0.3.18
14542026-05-01T03:42:55.328Z Compiling time v0.3.47
14552026-05-01T03:42:55.394Z Compiling unarray v0.1.4
14562026-05-01T03:42:55.433Z Compiling zstd-safe v7.2.4
14572026-05-01T03:42:55.433Z Compiling unicode-bidi v0.3.18
14582026-05-01T03:42:55.508Z Compiling adler2 v2.0.1
14592026-05-01T03:42:55.563Z Compiling unicode-properties v0.1.4
14602026-05-01T03:42:55.588Z Compiling anyhow v1.0.102
14612026-05-01T03:42:55.610Z Compiling paste v1.0.15
14622026-05-01T03:42:55.627Z Compiling miniz_oxide v0.8.9
14632026-05-01T03:42:55.736Z Compiling stringprep v0.1.5
14642026-05-01T03:42:55.937Z Compiling num-integer v0.1.46
14652026-05-01T03:42:55.958Z Compiling vergen-lib v0.1.6
14662026-05-01T03:42:56.145Z Compiling curve25519-dalek v4.1.3
14672026-05-01T03:42:56.156Z Compiling ff v0.13.1
14682026-05-01T03:42:56.204Z Compiling hash32 v0.2.1
14692026-05-01T03:42:56.241Z Compiling memoffset v0.9.1
14702026-05-01T03:42:56.274Z Compiling smoltcp v0.9.1
14712026-05-01T03:42:56.309Z Compiling cfg_aliases v0.2.1
14722026-05-01T03:42:56.366Z Compiling psl-types v2.0.11
14732026-05-01T03:42:56.396Z Compiling zlib-rs v0.6.2
14742026-05-01T03:42:56.410Z Compiling ref-cast v1.0.25
14752026-05-01T03:42:56.425Z Compiling num-bigint-dig v0.8.6
14762026-05-01T03:42:56.462Z Compiling litrs v1.0.0
14772026-05-01T03:42:56.512Z Compiling serde_derive v1.0.228
14782026-05-01T03:42:56.532Z Compiling zeroize_derive v1.4.3
14792026-05-01T03:42:56.552Z Compiling zerofrom-derive v0.1.6
14802026-05-01T03:42:56.673Z Compiling yoke-derive v0.8.1
14812026-05-01T03:42:56.687Z Compiling zerocopy-derive v0.8.40
14822026-05-01T03:42:56.780Z Compiling zerovec-derive v0.11.2
14832026-05-01T03:42:56.976Z Compiling displaydoc v0.2.5
14842026-05-01T03:42:57.089Z Compiling tokio-macros v2.7.0
14852026-05-01T03:42:57.212Z Compiling zeroize v1.8.2
14862026-05-01T03:42:57.270Z Compiling futures-macro v0.3.32
14872026-05-01T03:42:57.677Z Compiling der_derive v0.7.3
14882026-05-01T03:42:57.753Z Compiling thiserror-impl v2.0.18
14892026-05-01T03:42:57.819Z Compiling rustls-pki-types v1.14.0
14902026-05-01T03:42:57.858Z Compiling tracing-attributes v0.1.31
14912026-05-01T03:42:57.919Z Compiling scroll_derive v0.13.1
14922026-05-01T03:42:57.993Z Compiling crypto-common v0.1.7
14932026-05-01T03:42:58.008Z Compiling zerofrom v0.1.6
14942026-05-01T03:42:58.107Z Compiling block-buffer v0.10.4
14952026-05-01T03:42:58.151Z Compiling yoke v0.8.1
14962026-05-01T03:42:58.168Z Compiling futures-util v0.3.32
14972026-05-01T03:42:58.291Z Compiling digest v0.10.7
14982026-05-01T03:42:58.302Z Compiling block-padding v0.3.3
14992026-05-01T03:42:58.355Z Compiling zerovec v0.11.5
15002026-05-01T03:42:58.490Z Compiling zerotrie v0.2.3
15012026-05-01T03:42:58.583Z Compiling hmac v0.12.1
15022026-05-01T03:42:58.691Z Compiling inout v0.1.4
15032026-05-01T03:42:58.757Z Compiling sha2 v0.10.9
15042026-05-01T03:42:58.771Z Compiling der v0.7.10
15052026-05-01T03:42:58.821Z Compiling pbkdf2 v0.12.2
15062026-05-01T03:42:58.874Z Compiling tinystr v0.8.2
15072026-05-01T03:42:58.907Z Compiling potential_utf v0.1.4
15082026-05-01T03:42:59.000Z Compiling cipher v0.4.4
15092026-05-01T03:42:59.091Z Compiling icu_locale_core v2.1.1
15102026-05-01T03:42:59.107Z Compiling icu_collections v2.1.1
15112026-05-01T03:42:59.158Z Compiling schemars_derive v0.8.22
15122026-05-01T03:42:59.196Z Compiling salsa20 v0.10.2
15132026-05-01T03:42:59.249Z Compiling thiserror v2.0.18
15142026-05-01T03:42:59.273Z Compiling aes v0.8.4
15152026-05-01T03:42:59.377Z Compiling scrypt v0.11.0
15162026-05-01T03:42:59.384Z Compiling cbc v0.1.2
15172026-05-01T03:42:59.544Z Compiling tracing v0.1.44
15182026-05-01T03:42:59.601Z Compiling spki v0.7.3
15192026-05-01T03:42:59.631Z Compiling pest_derive v2.8.6
15202026-05-01T03:42:59.651Z Compiling scroll v0.13.0
15212026-05-01T03:42:59.747Z Compiling icu_provider v2.1.1
15222026-05-01T03:42:59.821Z Compiling pkcs5 v0.7.1
15232026-05-01T03:42:59.836Z Compiling darling_macro v0.20.11
15242026-05-01T03:42:59.933Z Compiling goblin v0.10.5
15252026-05-01T03:42:59.994Z Compiling bytes v1.11.1
15262026-05-01T03:43:00.010Z Compiling icu_properties v2.1.2
15272026-05-01T03:43:00.069Z Compiling icu_normalizer v2.1.1
15282026-05-01T03:43:00.084Z Compiling chrono v0.4.44
15292026-05-01T03:43:00.097Z Compiling ipnet v2.11.0
15302026-05-01T03:43:00.169Z Compiling pkcs8 v0.10.2
15312026-05-01T03:43:00.333Z Compiling openssl-macros v0.1.1
15322026-05-01T03:43:00.351Z Compiling darling v0.20.11
15332026-05-01T03:43:00.363Z Compiling dtrace-parser v0.3.0
15342026-05-01T03:43:00.443Z Compiling derive_builder_core v0.20.2
15352026-05-01T03:43:00.459Z Compiling signature v2.2.0
15362026-05-01T03:43:00.495Z Compiling tokio v1.52.1
15372026-05-01T03:43:00.517Z Compiling http v1.4.0
15382026-05-01T03:43:00.624Z Compiling rustls-native-certs v0.8.3
15392026-05-01T03:43:00.627Z Compiling thiserror-impl v1.0.69
15402026-05-01T03:43:00.662Z Compiling scroll_derive v0.12.1
15412026-05-01T03:43:00.672Z Compiling erased-serde v0.3.31
15422026-05-01T03:43:00.945Z Compiling idna_adapter v1.2.1
15432026-05-01T03:43:00.956Z Compiling serde_tokenstream v0.2.3
15442026-05-01T03:43:01.103Z Compiling ppv-lite86 v0.2.21
15452026-05-01T03:43:01.127Z Compiling idna v1.1.0
15462026-05-01T03:43:01.131Z Compiling serde_spanned v0.6.9
15472026-05-01T03:43:01.179Z Compiling http-body v1.0.1
15482026-05-01T03:43:01.282Z Compiling toml_datetime v0.6.11
15492026-05-01T03:43:01.299Z Compiling md-5 v0.10.6
15502026-05-01T03:43:01.314Z Compiling http-body-util v0.1.3
15512026-05-01T03:43:01.340Z Compiling derive_builder_macro v0.20.2
15522026-05-01T03:43:01.355Z Compiling scroll v0.12.0
15532026-05-01T03:43:01.360Z Compiling webpki-roots v1.0.6
15542026-05-01T03:43:01.468Z Compiling url v2.5.8
15552026-05-01T03:43:01.520Z Compiling rand_chacha v0.9.0
15562026-05-01T03:43:01.538Z Compiling rand_chacha v0.3.1
15572026-05-01T03:43:01.545Z Compiling darling_macro v0.21.3
15582026-05-01T03:43:01.571Z Compiling zerocopy-derive v0.7.35
15592026-05-01T03:43:01.592Z Compiling rustix v0.38.44
15602026-05-01T03:43:01.613Z Compiling fallible-iterator v0.2.0
15612026-05-01T03:43:01.676Z Compiling iri-string v0.7.10
15622026-05-01T03:43:01.840Z Compiling rand v0.9.2
15632026-05-01T03:43:01.855Z Compiling ryu v1.0.23
15642026-05-01T03:43:01.942Z Compiling base16ct v0.2.0
15652026-05-01T03:43:02.019Z Compiling thiserror v1.0.69
15662026-05-01T03:43:02.074Z Compiling sec1 v0.7.3
15672026-05-01T03:43:02.077Z Compiling darling v0.21.3
15682026-05-01T03:43:02.141Z Compiling serde_urlencoded v0.7.1
15692026-05-01T03:43:02.159Z Compiling derive_builder v0.20.2
15702026-05-01T03:43:02.206Z Compiling rand v0.8.5
15712026-05-01T03:43:02.258Z Compiling goblin v0.8.2
15722026-05-01T03:43:02.301Z Compiling publicsuffix v2.3.0
15732026-05-01T03:43:02.378Z Compiling cargo-platform v0.1.9
15742026-05-01T03:43:02.403Z Compiling hubpack_derive v0.1.1
15752026-05-01T03:43:02.411Z Compiling flate2 v1.1.9
15762026-05-01T03:43:02.429Z Compiling proptest v1.10.0
15772026-05-01T03:43:02.487Z Compiling zerocopy v0.7.35
15782026-05-01T03:43:02.502Z Compiling postgres-protocol v0.6.10
15792026-05-01T03:43:02.651Z Compiling hkdf v0.12.4
15802026-05-01T03:43:02.678Z Compiling crypto-bigint v0.5.5
15812026-05-01T03:43:02.768Z Compiling dof v0.4.0
15822026-05-01T03:43:02.839Z Compiling ipnetwork v0.21.1
15832026-05-01T03:43:02.842Z Compiling regex v1.12.3
15842026-05-01T03:43:02.878Z Compiling document-features v0.2.12
15852026-05-01T03:43:03.106Z Compiling oxnet v0.1.4
15862026-05-01T03:43:03.270Z Compiling ref-cast-impl v1.0.25
15872026-05-01T03:43:03.308Z Compiling strum_macros v0.27.2
15882026-05-01T03:43:03.331Z Compiling daft-derive v0.1.5
15892026-05-01T03:43:03.348Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-01T03:43:03.423Z Compiling async-trait v0.1.89
15912026-05-01T03:43:03.742Z Compiling nix v0.31.2
15922026-05-01T03:43:03.826Z Compiling group v0.13.0
15932026-05-01T03:43:03.840Z Compiling num-iter v0.1.45
15942026-05-01T03:43:04.049Z Compiling terminal_size v0.4.3
15952026-05-01T03:43:04.089Z Compiling phf_shared v0.13.1
15962026-05-01T03:43:04.126Z Compiling lazy_static v1.5.0
15972026-05-01T03:43:04.151Z Compiling vergen v9.0.6
15982026-05-01T03:43:04.212Z Compiling fs-err v3.3.0
15992026-05-01T03:43:04.243Z Compiling ahash v0.8.12
16002026-05-01T03:43:04.266Z Compiling tokio-util v0.7.18
16012026-05-01T03:43:04.290Z Compiling tower v0.5.3
16022026-05-01T03:43:04.361Z Compiling tokio-native-tls v0.3.1
16032026-05-01T03:43:04.365Z Compiling foldhash v0.2.0
16042026-05-01T03:43:04.393Z Compiling foldhash v0.1.5
16052026-05-01T03:43:04.407Z Compiling bitflags v1.3.2
16062026-05-01T03:43:04.423Z Compiling libbz2-rs-sys v0.2.2
16072026-05-01T03:43:04.471Z Compiling object v0.37.3
16082026-05-01T03:43:04.510Z Compiling unicode-segmentation v1.12.0
16092026-05-01T03:43:04.524Z Compiling winnow v0.5.40
16102026-05-01T03:43:04.556Z Compiling bumpalo v3.20.2
16112026-05-01T03:43:04.575Z Compiling managed v0.8.0
16122026-05-01T03:43:04.585Z Compiling hashbrown v0.16.1
16132026-05-01T03:43:04.618Z Compiling hashbrown v0.15.5
16142026-05-01T03:43:04.769Z Compiling tower-http v0.6.8
16152026-05-01T03:43:04.795Z Compiling newtype-uuid v1.3.2
16162026-05-01T03:43:04.829Z Compiling zopfli v0.8.3
16172026-05-01T03:43:04.881Z Compiling bzip2 v0.6.1
16182026-05-01T03:43:04.911Z Compiling dof v0.3.0
16192026-05-01T03:43:05.105Z Compiling h2 v0.4.13
16202026-05-01T03:43:05.141Z Compiling daft v0.1.5
16212026-05-01T03:43:05.207Z Compiling clap_builder v4.5.60
16222026-05-01T03:43:05.216Z Compiling phf v0.13.1
16232026-05-01T03:43:05.253Z Compiling usdt-attr-macro v0.6.0
16242026-05-01T03:43:05.304Z Compiling usdt-macro v0.6.0
16252026-05-01T03:43:05.337Z Compiling signal-hook-mio v0.2.5
16262026-05-01T03:43:05.363Z Compiling strum v0.27.2
16272026-05-01T03:43:05.493Z Compiling cargo_metadata v0.19.2
16282026-05-01T03:43:05.525Z Compiling elliptic-curve v0.13.8
16292026-05-01T03:43:05.688Z Compiling bzip2 v0.4.4
16302026-05-01T03:43:05.812Z Compiling toml_edit v0.19.15
16312026-05-01T03:43:05.827Z Compiling cookie_store v0.22.1
16322026-05-01T03:43:05.899Z Compiling hubpack v0.1.2
16332026-05-01T03:43:05.928Z Compiling postgres-types v0.2.12
16342026-05-01T03:43:05.958Z Compiling zstd v0.13.3
16352026-05-01T03:43:05.996Z Compiling serde_with_macros v3.17.0
16362026-05-01T03:43:06.099Z Compiling dtrace-parser v0.2.0
16372026-05-01T03:43:06.147Z Compiling ed25519 v2.2.3
16382026-05-01T03:43:06.248Z Compiling pkcs1 v0.7.5
16392026-05-01T03:43:06.265Z Compiling hex v0.4.3
16402026-05-01T03:43:06.549Z Compiling serde-big-array v0.5.1
16412026-05-01T03:43:06.566Z Compiling rfc6979 v0.4.0
16422026-05-01T03:43:06.580Z Compiling bstr v1.12.1
16432026-05-01T03:43:06.704Z Compiling serde_repr v0.1.20
16442026-05-01T03:43:06.705Z Compiling strum_macros v0.26.4
16452026-05-01T03:43:06.734Z Compiling enum-as-inner v0.6.1
16462026-05-01T03:43:06.931Z Compiling clap_derive v4.5.55
16472026-05-01T03:43:06.942Z Compiling phf_shared v0.11.3
16482026-05-01T03:43:07.133Z Compiling float-cmp v0.10.0
16492026-05-01T03:43:07.158Z Compiling thread-id v4.2.2
16502026-05-01T03:43:07.228Z Compiling memmap2 v0.9.10
16512026-05-01T03:43:07.263Z Compiling env_filter v1.0.0
16522026-05-01T03:43:07.279Z Compiling encoding_rs v0.8.35
16532026-05-01T03:43:07.279Z Compiling either v1.15.0
16542026-05-01T03:43:07.311Z Compiling whoami v2.1.0
16552026-05-01T03:43:07.315Z Compiling static_assertions v1.1.0
16562026-05-01T03:43:07.342Z Compiling fixedbitset v0.5.7
16572026-05-01T03:43:07.415Z Compiling mime v0.3.17
16582026-05-01T03:43:07.471Z Compiling jiff v0.2.21
16592026-05-01T03:43:07.524Z Compiling new_debug_unreachable v1.0.6
16602026-05-01T03:43:07.597Z Compiling rustc-hash v2.1.1
16612026-05-01T03:43:07.616Z Compiling fixedbitset v0.4.2
16622026-05-01T03:43:07.675Z Compiling data-encoding v2.10.0
16632026-05-01T03:43:07.707Z Compiling precomputed-hash v0.1.1
16642026-05-01T03:43:07.723Z Compiling normalize-line-endings v0.3.0
16652026-05-01T03:43:07.743Z Compiling keccak v0.1.6
16662026-05-01T03:43:07.812Z Compiling predicates-core v1.0.10
16672026-05-01T03:43:07.834Z Compiling difflib v0.4.0
16682026-05-01T03:43:07.864Z Compiling string_cache v0.8.9
16692026-05-01T03:43:08.008Z Compiling hickory-proto v0.25.2
16702026-05-01T03:43:08.111Z Compiling predicates v3.1.4
16712026-05-01T03:43:08.239Z Compiling hyper v1.8.1
16722026-05-01T03:43:08.402Z Compiling sha3 v0.10.8
16732026-05-01T03:43:08.471Z Compiling petgraph v0.6.5
16742026-05-01T03:43:08.535Z Compiling strum v0.26.3
16752026-05-01T03:43:08.565Z Compiling iddqd v0.3.18
16762026-05-01T03:43:08.592Z Compiling petgraph v0.8.3
16772026-05-01T03:43:08.705Z Compiling tokio-postgres v0.7.16
16782026-05-01T03:43:08.717Z Compiling itertools v0.13.0
16792026-05-01T03:43:08.762Z Compiling clap v4.5.60
16802026-05-01T03:43:08.791Z Compiling env_logger v0.11.9
16812026-05-01T03:43:08.862Z Compiling usdt v0.6.0
16822026-05-01T03:43:08.880Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16832026-05-01T03:43:08.896Z Compiling toml_edit v0.22.27
16842026-05-01T03:43:09.167Z Compiling usdt-impl v0.5.0
16852026-05-01T03:43:09.179Z Compiling serde_with v3.17.0
16862026-05-01T03:43:09.191Z Compiling toml v0.7.8
16872026-05-01T03:43:09.765Z Compiling hyper-util v0.1.20
16882026-05-01T03:43:09.769Z Compiling crossterm v0.28.1
16892026-05-01T03:43:09.821Z Compiling similar v2.7.0
16902026-05-01T03:43:09.880Z Compiling ecdsa v0.16.9
16912026-05-01T03:43:09.943Z Compiling rsa v0.9.10
16922026-05-01T03:43:09.958Z Compiling ed25519-dalek v2.2.0
16932026-05-01T03:43:10.276Z Compiling zip v4.6.1
16942026-05-01T03:43:10.702Z Compiling zip v0.6.6
16952026-05-01T03:43:10.961Z Compiling tokio-stream v0.1.18
16962026-05-01T03:43:11.169Z Compiling hyper-tls v0.6.0
16972026-05-01T03:43:11.186Z Compiling heck v0.4.1
16982026-05-01T03:43:11.272Z Compiling toml_parser v1.0.9+spec-1.1.0
16992026-05-01T03:43:11.299Z Compiling buf-list v1.1.2
17002026-05-01T03:43:11.318Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-05-01T03:43:11.433Z Compiling openapiv3 v2.2.0
17022026-05-01T03:43:11.440Z Compiling x509-cert v0.2.5
17032026-05-01T03:43:11.471Z Compiling sha1 v0.10.6
17042026-05-01T03:43:11.565Z Compiling crossbeam-epoch v0.9.18
17052026-05-01T03:43:11.630Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-01T03:43:11.687Z Compiling peg-runtime v0.8.5
17072026-05-01T03:43:11.696Z Compiling lalrpop-util v0.19.12
17082026-05-01T03:43:11.732Z Compiling thread_local v1.1.9
17092026-05-01T03:43:11.755Z Compiling slog-async v2.8.0
17102026-05-01T03:43:11.772Z Compiling futures-executor v0.3.32
17112026-05-01T03:43:11.886Z Compiling crossbeam-channel v0.5.15
17122026-05-01T03:43:11.934Z Compiling filetime v0.2.27
17132026-05-01T03:43:11.951Z Compiling is-terminal v0.4.17
17142026-05-01T03:43:11.966Z Compiling xattr v1.6.1
17152026-05-01T03:43:11.983Z Compiling term v1.2.1
17162026-05-01T03:43:12.015Z Compiling take_mut v0.2.2
17172026-05-01T03:43:12.058Z Compiling futures v0.3.32
17182026-05-01T03:43:12.126Z Compiling tar v0.4.45
17192026-05-01T03:43:12.320Z Compiling slog-term v2.9.2
17202026-05-01T03:43:27.406Z Compiling rustls-webpki v0.103.9
17212026-05-01T03:43:30.183Z Compiling tokio-rustls v0.26.4
17222026-05-01T03:43:30.183Z Compiling rustls-platform-verifier v0.6.2
17232026-05-01T03:43:30.384Z Compiling hyper-rustls v0.27.7
17242026-05-01T03:43:30.585Z Compiling reqwest v0.12.28
17252026-05-01T03:43:30.585Z Compiling reqwest v0.13.2
17262026-05-01T03:43:32.613Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-01T03:43:32.928Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-01T03:43:35.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.75s
17292026-05-01T03:43:35.787Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-01T03:43:35.847ZMay 01 03:43:34.979 INFO Starting download, target: Cockroach
17312026-05-01T03:43:35.847ZMay 01 03:43:34.980 INFO Starting download, target: Console
17322026-05-01T03:43:35.847ZMay 01 03:43:34.980 INFO Starting download, target: DendriteStub
17332026-05-01T03:43:35.847ZMay 01 03:43:34.980 INFO Starting download, target: Clickhouse
17342026-05-01T03:43:35.853ZMay 01 03:43:34.980 INFO Starting download, target: MaghemiteMgd
17352026-05-01T03:43:35.853ZMay 01 03:43:34.980 INFO Starting download, target: TransceiverControl
17362026-05-01T03:43:35.853ZMay 01 03:43:34.980 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-01T03:43:35.854ZMay 01 03:43:34.980 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-05-01T03:43:35.854ZMay 01 03:43:34.980 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-05-01T03:43:35.854ZMay 01 03:43:34.980 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-05-01T03:43:35.854ZMay 01 03:43:34.980 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-01T03:43:35.855ZMay 01 03:43:34.980 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-05-01T03:43:36.713ZMay 01 03:43:35.813 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-01T03:43:36.856ZMay 01 03:43:35.957 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-05-01T03:43:36.905ZMay 01 03:43:36.018 INFO Download complete, target: TransceiverControl
17452026-05-01T03:43:37.073ZMay 01 03:43:36.188 INFO Download complete, target: Console
17462026-05-01T03:43:38.133ZMay 01 03:43:37.165 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-05-01T03:43:38.352ZMay 01 03:43:37.447 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-05-01T03:43:38.511ZMay 01 03:43:37.648 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-05-01T03:43:39.598ZMay 01 03:43:38.739 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-05-01T03:43:39.598ZMay 01 03:43:38.739 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-05-01T03:43:40.682ZMay 01 03:43:39.776 INFO Download complete, target: DendriteStub
17522026-05-01T03:43:40.996ZMay 01 03:43:40.139 INFO Download complete, target: MaghemiteMgd
17532026-05-01T03:43:44.432ZMay 01 03:43:43.551 INFO Checking that binary works, target: Cockroach
17542026-05-01T03:43:44.562ZMay 01 03:43:43.689 INFO Download complete, target: Cockroach
17552026-05-01T03:43:45.018ZMay 01 03:43:44.159 INFO Checking that binary works, target: Clickhouse
17562026-05-01T03:43:45.135ZMay 01 03:43:44.248 INFO Download complete, target: Clickhouse
17572026-05-01T03:43:45.227ZAll prerequisites installed successfully
17582026-05-01T03:43:45.227Z
17592026-05-01T03:43:45.227Zreal 3:01.873596222
17602026-05-01T03:43:45.227Zuser 7:17.827923445
17612026-05-01T03:43:45.227Zsys 1:42.945988734
17622026-05-01T03:43:45.227Ztrap 0.263992414
17632026-05-01T03:43:45.227Ztflt 1.296224212
17642026-05-01T03:43:45.227Zdflt 1.650294615
17652026-05-01T03:43:45.227Zkflt 0.024821835
17662026-05-01T03:43:45.227Zlock 22:10.207852760
17672026-05-01T03:43:45.227Zslp 19:49.240033991
17682026-05-01T03:43:45.228Zlat 23.501063533
17692026-05-01T03:43:45.228Zstop 2:55.075461162
17702026-05-01T03:43:45.228Z+ ptime -m cargo xtask download softnpu
17712026-05-01T03:43:45.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-05-01T03:43:45.684Z Running `target/debug/xtask download softnpu`
17732026-05-01T03:43:46.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17742026-05-01T03:43:46.545Z Running `target/debug/xtask-downloader softnpu`
17752026-05-01T03:43:46.604ZMay 01 03:43:45.695 INFO Starting download, target: Softnpu
17762026-05-01T03:43:46.604ZMay 01 03:43:45.696 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-05-01T03:43:47.351ZMay 01 03:43:46.482 INFO Download complete, target: Softnpu
17782026-05-01T03:43:47.377Z
17792026-05-01T03:43:47.377Zreal 2.225390980
17802026-05-01T03:43:47.377Zuser 1.341448572
17812026-05-01T03:43:47.377Zsys 0.663946686
17822026-05-01T03:43:47.377Ztrap 0.000634500
17832026-05-01T03:43:47.377Ztflt 0.000261930
17842026-05-01T03:43:47.377Zdflt 0.000344770
17852026-05-01T03:43:47.377Zkflt 0.000000000
17862026-05-01T03:43:47.377Zlock 14.288761499
17872026-05-01T03:43:47.377Zslp 0.648618986
17882026-05-01T03:43:47.378Zlat 0.079449305
17892026-05-01T03:43:47.378Zstop 0.000181890
17902026-05-01T03:43:47.378Z+ export CARGO_INCREMENTAL=0
17912026-05-01T03:43:47.378Z+ CARGO_INCREMENTAL=0
17922026-05-01T03:43:47.378Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-05-01T03:43:48.246Z Compiling proc-macro2 v1.0.106
17942026-05-01T03:43:48.246Z Compiling quote v1.0.45
17952026-05-01T03:43:48.246Z Compiling unicode-ident v1.0.24
17962026-05-01T03:43:48.246Z Compiling libc v0.2.185
17972026-05-01T03:43:48.246Z Compiling serde_core v1.0.228
17982026-05-01T03:43:48.246Z Compiling serde v1.0.228
17992026-05-01T03:43:48.246Z Compiling cfg-if v1.0.4
18002026-05-01T03:43:48.254Z Compiling version_check v0.9.5
18012026-05-01T03:43:48.254Z Compiling find-msvc-tools v0.1.9
18022026-05-01T03:43:48.254Z Compiling shlex v1.3.0
18032026-05-01T03:43:48.254Z Compiling typenum v1.19.0
18042026-05-01T03:43:48.254Z Compiling autocfg v1.5.0
18052026-05-01T03:43:48.391Z Compiling zmij v1.0.21
18062026-05-01T03:43:48.405Z Compiling memchr v2.8.0
18072026-05-01T03:43:48.405Z Compiling serde_json v1.0.149
18082026-05-01T03:43:48.667Z Compiling portable-atomic v1.13.1
18092026-05-01T03:43:48.678Z Compiling zerocopy v0.8.40
18102026-05-01T03:43:48.763Z Compiling libm v0.2.16
18112026-05-01T03:43:48.914Z Compiling smallvec v1.15.1
18122026-05-01T03:43:48.915Z Compiling parking_lot_core v0.9.12
18132026-05-01T03:43:48.923Z Compiling generic-array v0.14.7
18142026-05-01T03:43:48.923Z Compiling icu_properties_data v2.1.2
18152026-05-01T03:43:49.029Z Compiling num-traits v0.2.19
18162026-05-01T03:43:49.072Z Compiling icu_normalizer_data v2.1.1
18172026-05-01T03:43:49.099Z Compiling itoa v1.0.17
18182026-05-01T03:43:49.099Z Compiling getrandom v0.4.1
18192026-05-01T03:43:49.099Z Compiling log v0.4.29
18202026-05-01T03:43:49.141Z Compiling stable_deref_trait v1.2.1
18212026-05-01T03:43:49.183Z Compiling pkg-config v0.3.32
18222026-05-01T03:43:49.211Z Compiling subtle v2.6.1
18232026-05-01T03:43:49.311Z Compiling jobserver v0.1.34
18242026-05-01T03:43:49.343Z Compiling getrandom v0.2.17
18252026-05-01T03:43:49.377Z Compiling errno v0.3.14
18262026-05-01T03:43:49.415Z Compiling scopeguard v1.2.0
18272026-05-01T03:43:49.473Z Compiling rand_core v0.6.4
18282026-05-01T03:43:49.529Z Compiling cc v1.2.56
18292026-05-01T03:43:49.545Z Compiling lock_api v0.4.14
18302026-05-01T03:43:49.666Z Compiling percent-encoding v2.3.2
18312026-05-01T03:43:49.714Z Compiling writeable v0.6.2
18322026-05-01T03:43:49.752Z Compiling litemap v0.8.1
18332026-05-01T03:43:49.752Z Compiling syn v2.0.117
18342026-05-01T03:43:49.783Z Compiling fnv v1.0.7
18352026-05-01T03:43:49.835Z Compiling thiserror v2.0.18
18362026-05-01T03:43:49.839Z Compiling pin-project-lite v0.2.17
18372026-05-01T03:43:49.910Z Compiling getrandom v0.3.4
18382026-05-01T03:43:49.983Z Compiling critical-section v1.2.0
18392026-05-01T03:43:50.064Z Compiling equivalent v1.0.2
18402026-05-01T03:43:50.098Z Compiling rustversion v1.0.22
18412026-05-01T03:43:50.098Z Compiling schemars v0.8.22
18422026-05-01T03:43:50.131Z Compiling rand_core v0.10.0
18432026-05-01T03:43:50.161Z Compiling utf8_iter v1.0.4
18442026-05-01T03:43:50.172Z Compiling fs_extra v1.3.0
18452026-05-01T03:43:50.211Z Compiling dunce v1.0.5
18462026-05-01T03:43:50.335Z Compiling cmake v0.1.57
18472026-05-01T03:43:50.416Z Compiling form_urlencoded v1.2.2
18482026-05-01T03:43:50.494Z Compiling signal-hook-registry v1.4.8
18492026-05-01T03:43:50.617Z Compiling once_cell v1.21.3
18502026-05-01T03:43:50.707Z Compiling const-oid v0.9.6
18512026-05-01T03:43:50.800Z Compiling semver v1.0.28
18522026-05-01T03:43:50.833Z Compiling hashbrown v0.17.0
18532026-05-01T03:43:50.921Z Compiling bitflags v2.11.0
18542026-05-01T03:43:50.938Z Compiling ring v0.17.14
18552026-05-01T03:43:50.938Z Compiling aws-lc-sys v0.37.1
18562026-05-01T03:43:51.008Z Compiling parking_lot v0.12.5
18572026-05-01T03:43:51.073Z Compiling socket2 v0.6.3
18582026-05-01T03:43:51.105Z Compiling mio v1.2.0
18592026-05-01T03:43:51.154Z Compiling rustix v1.1.3
18602026-05-01T03:43:51.168Z Compiling aws-lc-rs v1.16.0
18612026-05-01T03:43:51.253Z Compiling thiserror v1.0.69
18622026-05-01T03:43:51.366Z Compiling indexmap v2.14.0
18632026-05-01T03:43:51.414Z Compiling strsim v0.11.1
18642026-05-01T03:43:51.446Z Compiling futures-core v0.3.32
18652026-05-01T03:43:51.473Z Compiling ucd-trie v0.1.7
18662026-05-01T03:43:51.504Z Compiling byteorder v1.5.0
18672026-05-01T03:43:51.519Z Compiling httparse v1.10.1
18682026-05-01T03:43:51.635Z Compiling pest v2.8.6
18692026-05-01T03:43:51.749Z Compiling vcpkg v0.2.15
18702026-05-01T03:43:51.773Z Compiling heck v0.5.0
18712026-05-01T03:43:51.796Z Compiling iana-time-zone v0.1.65
18722026-05-01T03:43:51.816Z Compiling ident_case v1.0.1
18732026-05-01T03:43:51.830Z Compiling syn v1.0.109
18742026-05-01T03:43:51.854Z Compiling uuid v1.23.0
18752026-05-01T03:43:51.893Z Compiling cpufeatures v0.2.17
18762026-05-01T03:43:51.960Z Compiling regex-syntax v0.8.10
18772026-05-01T03:43:52.139Z Compiling rustc_version v0.4.1
18782026-05-01T03:43:52.270Z Compiling rustls v0.23.37
18792026-05-01T03:43:52.338Z Compiling futures-sink v0.3.32
18802026-05-01T03:43:52.379Z Compiling openssl-sys v0.9.114
18812026-05-01T03:43:52.449Z Compiling futures-channel v0.3.32
18822026-05-01T03:43:52.519Z Compiling slab v0.4.12
18832026-05-01T03:43:52.519Z Compiling futures-io v0.3.32
18842026-05-01T03:43:52.563Z Compiling futures-task v0.3.32
18852026-05-01T03:43:52.604Z Compiling synstructure v0.13.2
18862026-05-01T03:43:52.673Z Compiling serde_derive_internals v0.29.1
18872026-05-01T03:43:52.707Z Compiling pest_meta v2.8.6
18882026-05-01T03:43:52.728Z Compiling dyn-clone v1.0.20
18892026-05-01T03:43:52.760Z Compiling crc32fast v1.5.0
18902026-05-01T03:43:52.760Z Compiling plain v0.2.3
18912026-05-01T03:43:52.895Z Compiling aho-corasick v1.1.4
18922026-05-01T03:43:52.908Z Compiling num-conv v0.2.0
18932026-05-01T03:43:52.961Z Compiling crossbeam-utils v0.8.21
18942026-05-01T03:43:52.977Z Compiling time-core v0.1.8
18952026-05-01T03:43:53.099Z Compiling base64 v0.22.1
18962026-05-01T03:43:53.137Z Compiling time-macros v0.2.27
18972026-05-01T03:43:53.299Z Compiling pretty-hex v0.4.1
18982026-05-01T03:43:53.310Z Compiling pest_generator v2.8.6
18992026-05-01T03:43:53.398Z Compiling openssl v0.10.78
19002026-05-01T03:43:53.510Z Compiling base64ct v1.8.3
19012026-05-01T03:43:53.538Z Compiling anyhow v1.0.102
19022026-05-01T03:43:53.590Z Compiling darling_core v0.21.3
19032026-05-01T03:43:53.608Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19042026-05-01T03:43:53.644Z Compiling native-tls v0.2.18
19052026-05-01T03:43:53.658Z Compiling flagset v0.4.7
19062026-05-01T03:43:53.683Z Compiling rand_core v0.9.5
19072026-05-01T03:43:53.808Z Compiling regex-automata v0.4.14
19082026-05-01T03:43:53.809Z Compiling pem-rfc7468 v0.7.0
19092026-05-01T03:43:53.844Z Compiling serde_derive v1.0.228
19102026-05-01T03:43:53.859Z Compiling zeroize_derive v1.4.3
19112026-05-01T03:43:53.877Z Compiling zerofrom-derive v0.1.6
19122026-05-01T03:43:53.877Z Compiling yoke-derive v0.8.1
19132026-05-01T03:43:53.911Z Compiling zerovec-derive v0.11.2
19142026-05-01T03:43:53.938Z Compiling displaydoc v0.2.5
19152026-05-01T03:43:53.985Z Compiling zerocopy-derive v0.8.40
19162026-05-01T03:43:54.007Z Compiling tokio-macros v2.7.0
19172026-05-01T03:43:54.078Z Compiling futures-macro v0.3.32
19182026-05-01T03:43:54.110Z Compiling thiserror-impl v2.0.18
19192026-05-01T03:43:54.132Z Compiling schemars_derive v0.8.22
19202026-05-01T03:43:54.327Z Compiling der_derive v0.7.3
19212026-05-01T03:43:54.486Z Compiling zeroize v1.8.2
19222026-05-01T03:43:54.781Z Compiling tracing-attributes v0.1.31
19232026-05-01T03:43:54.876Z Compiling thiserror-impl v1.0.69
19242026-05-01T03:43:54.888Z Compiling pest_derive v2.8.6
19252026-05-01T03:43:54.966Z Compiling futures-util v0.3.32
19262026-05-01T03:43:55.027Z Compiling zerofrom v0.1.6
19272026-05-01T03:43:55.184Z Compiling yoke v0.8.1
19282026-05-01T03:43:55.263Z Compiling crypto-common v0.1.7
19292026-05-01T03:43:55.306Z Compiling block-buffer v0.10.4
19302026-05-01T03:43:55.417Z Compiling zerovec v0.11.5
19312026-05-01T03:43:55.437Z Compiling zerotrie v0.2.3
19322026-05-01T03:43:55.545Z Compiling digest v0.10.7
19332026-05-01T03:43:55.572Z Compiling block-padding v0.3.3
19342026-05-01T03:43:55.750Z Compiling inout v0.1.4
19352026-05-01T03:43:55.895Z Compiling hmac v0.12.1
19362026-05-01T03:43:55.906Z Compiling cipher v0.4.4
19372026-05-01T03:43:55.925Z Compiling sha2 v0.10.9
19382026-05-01T03:43:55.969Z Compiling tinystr v0.8.2
19392026-05-01T03:43:56.003Z Compiling potential_utf v0.1.4
19402026-05-01T03:43:56.036Z Compiling rustls-pki-types v1.14.0
19412026-05-01T03:43:56.049Z Compiling scroll_derive v0.12.1
19422026-05-01T03:43:56.053Z Compiling scroll_derive v0.13.1
19432026-05-01T03:43:56.177Z Compiling icu_locale_core v2.1.1
19442026-05-01T03:43:56.217Z Compiling icu_collections v2.1.1
19452026-05-01T03:43:56.306Z Compiling openssl-macros v0.1.1
19462026-05-01T03:43:56.752Z Compiling regex v1.12.3
19472026-05-01T03:43:56.763Z Compiling darling_macro v0.21.3
19482026-05-01T03:43:56.917Z Compiling icu_provider v2.1.1
19492026-05-01T03:43:56.924Z Compiling der v0.7.10
19502026-05-01T03:43:57.008Z Compiling zerocopy-derive v0.7.35
19512026-05-01T03:43:57.261Z Compiling bytes v1.11.1
19522026-05-01T03:43:57.337Z Compiling icu_properties v2.1.2
19532026-05-01T03:43:57.337Z Compiling icu_normalizer v2.1.1
19542026-05-01T03:43:57.337Z Compiling chrono v0.4.44
19552026-05-01T03:43:57.411Z Compiling serde_tokenstream v0.2.3
19562026-05-01T03:43:57.853Z Compiling tokio v1.52.1
19572026-05-01T03:43:58.005Z Compiling http v1.4.0
19582026-05-01T03:43:58.101Z Compiling slog v2.8.2
19592026-05-01T03:43:58.125Z Compiling tracing-core v0.1.36
19602026-05-01T03:43:58.154Z Compiling idna_adapter v1.2.1
19612026-05-01T03:43:58.308Z Compiling idna v1.1.0
19622026-05-01T03:43:58.331Z Compiling ppv-lite86 v0.2.21
19632026-05-01T03:43:58.519Z Compiling untrusted v0.9.0
19642026-05-01T03:43:58.631Z Compiling url v2.5.8
19652026-05-01T03:43:58.831Z Compiling tracing v0.1.44
19662026-05-01T03:43:58.885Z Compiling spki v0.7.3
19672026-05-01T03:43:58.931Z Compiling darling v0.21.3
19682026-05-01T03:43:59.029Z Compiling salsa20 v0.10.2
19692026-05-01T03:43:59.047Z Compiling pbkdf2 v0.12.2
19702026-05-01T03:43:59.446Z Compiling cookie v0.18.1
19712026-05-01T03:43:59.602Z Compiling camino v1.2.2
19722026-05-01T03:43:59.753Z Compiling scrypt v0.11.0
19732026-05-01T03:43:59.759Z Compiling rand_chacha v0.9.0
19742026-05-01T03:43:59.880Z Compiling aes v0.8.4
19752026-05-01T03:43:59.905Z Compiling cbc v0.1.2
19762026-05-01T03:44:00.346Z Compiling usdt-impl v0.5.0
19772026-05-01T03:44:00.382Z Compiling paste v1.0.15
19782026-05-01T03:44:00.454Z Compiling either v1.15.0
19792026-05-01T03:44:00.467Z Compiling usdt-impl v0.6.0
19802026-05-01T03:44:00.606Z Compiling winnow v0.7.14
19812026-05-01T03:44:00.673Z Compiling ref-cast v1.0.25
19822026-05-01T03:44:00.779Z Compiling pkcs5 v0.7.1
19832026-05-01T03:44:00.816Z Compiling rand v0.9.2
19842026-05-01T03:44:00.861Z Compiling http-body v1.0.1
19852026-05-01T03:44:01.039Z Compiling serde_spanned v0.6.9
19862026-05-01T03:44:01.138Z Compiling toml_datetime v0.6.11
19872026-05-01T03:44:01.206Z Compiling scroll v0.13.0
19882026-05-01T03:44:01.251Z Compiling scroll v0.12.0
19892026-05-01T03:44:01.286Z Compiling heapless v0.7.17
19902026-05-01T03:44:01.395Z Compiling tokio-util v0.7.18
19912026-05-01T03:44:01.422Z Compiling bzip2-sys v0.1.13+1.0.8
19922026-05-01T03:44:01.446Z Compiling untrusted v0.7.1
19932026-05-01T03:44:01.502Z Compiling openssl-probe v0.2.1
19942026-05-01T03:44:01.621Z Compiling zstd-safe v7.2.4
19952026-05-01T03:44:01.695Z Compiling atomic-waker v1.1.2
19962026-05-01T03:44:01.711Z Compiling signal-hook v0.3.18
19972026-05-01T03:44:01.734Z Compiling goblin v0.8.2
19982026-05-01T03:44:01.837Z Compiling goblin v0.10.5
19992026-05-01T03:44:01.921Z Compiling pkcs8 v0.10.2
20002026-05-01T03:44:02.126Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-05-01T03:44:02.338Z Compiling zerocopy v0.7.35
20022026-05-01T03:44:02.363Z Compiling ref-cast-impl v1.0.25
20032026-05-01T03:44:02.599Z Compiling darling_core v0.20.11
20042026-05-01T03:44:02.667Z Compiling curve25519-dalek v4.1.3
20052026-05-01T03:44:02.731Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-05-01T03:44:02.772Z Compiling memoffset v0.9.1
20072026-05-01T03:44:02.892Z Compiling try-lock v0.2.5
20082026-05-01T03:44:02.908Z Compiling tower-layer v0.3.3
20092026-05-01T03:44:03.034Z Compiling tinyvec_macros v0.1.1
20102026-05-01T03:44:03.136Z Compiling litrs v1.0.0
20112026-05-01T03:44:03.224Z Compiling rustix v0.38.44
20122026-05-01T03:44:03.235Z Compiling tower-service v0.3.3
20132026-05-01T03:44:03.353Z Compiling winnow v0.5.40
20142026-05-01T03:44:03.393Z Compiling fastrand v2.3.0
20152026-05-01T03:44:03.561Z Compiling h2 v0.4.13
20162026-05-01T03:44:03.587Z Compiling document-features v0.2.12
20172026-05-01T03:44:03.730Z Compiling tinyvec v1.10.0
20182026-05-01T03:44:03.980Z Compiling dof v0.3.0
20192026-05-01T03:44:04.104Z Compiling want v0.3.1
20202026-05-01T03:44:04.633Z Compiling darling_macro v0.20.11
20212026-05-01T03:44:04.659Z Compiling dof v0.4.0
20222026-05-01T03:44:04.712Z Compiling toml_edit v0.19.15
20232026-05-01T03:44:04.737Z Compiling dtrace-parser v0.2.0
20242026-05-01T03:44:04.812Z Compiling ipnet v2.11.0
20252026-05-01T03:44:04.908Z Compiling dtrace-parser v0.3.0
20262026-05-01T03:44:05.279Z Compiling async-trait v0.1.89
20272026-05-01T03:44:05.330Z Compiling daft-derive v0.1.5
20282026-05-01T03:44:05.393Z Compiling spin v0.9.8
20292026-05-01T03:44:05.439Z Compiling thread-id v5.1.0
20302026-05-01T03:44:05.687Z Compiling thread-id v4.2.2
20312026-05-01T03:44:05.718Z Compiling smoltcp v0.9.1
20322026-05-01T03:44:05.718Z Compiling pin-utils v0.1.0
20332026-05-01T03:44:05.718Z Compiling num-bigint-dig v0.8.6
20342026-05-01T03:44:05.718Z Compiling foreign-types-shared v0.1.1
20352026-05-01T03:44:05.718Z Compiling httpdate v1.0.3
20362026-05-01T03:44:05.813Z Compiling powerfmt v0.2.0
20372026-05-01T03:44:05.897Z Compiling cfg_aliases v0.2.1
20382026-05-01T03:44:05.928Z Compiling tempfile v3.25.0
20392026-05-01T03:44:05.928Z Compiling foreign-types v0.3.2
20402026-05-01T03:44:06.066Z Compiling deranged v0.5.8
20412026-05-01T03:44:06.107Z Compiling nix v0.31.2
20422026-05-01T03:44:06.158Z Compiling darling v0.20.11
20432026-05-01T03:44:06.340Z Compiling ipnetwork v0.21.1
20442026-05-01T03:44:06.517Z Compiling hyper v1.8.1
20452026-05-01T03:44:06.667Z Compiling curve25519-dalek-derive v0.1.1
20462026-05-01T03:44:06.782Z Compiling strum_macros v0.26.4
20472026-05-01T03:44:06.956Z Compiling wait-timeout v0.2.1
20482026-05-01T03:44:07.192Z Compiling siphasher v1.0.2
20492026-05-01T03:44:07.216Z Compiling anstyle v1.0.13
20502026-05-01T03:44:07.262Z Compiling simd-adler32 v0.3.8
20512026-05-01T03:44:07.345Z Compiling num_threads v0.1.7
20522026-05-01T03:44:07.417Z Compiling utf8parse v0.2.2
20532026-05-01T03:44:07.461Z Compiling bit-vec v0.8.0
20542026-05-01T03:44:07.466Z Compiling quick-error v1.2.3
20552026-05-01T03:44:07.518Z Compiling anstyle-parse v0.2.7
20562026-05-01T03:44:07.547Z Compiling time v0.3.47
20572026-05-01T03:44:07.587Z Compiling hyper-util v0.1.20
20582026-05-01T03:44:07.696Z Compiling bit-set v0.8.0
20592026-05-01T03:44:07.719Z Compiling rusty-fork v0.3.1
20602026-05-01T03:44:08.028Z Compiling derive_builder_core v0.20.2
20612026-05-01T03:44:08.344Z Compiling unicode-normalization v0.1.25
20622026-05-01T03:44:08.860Z Compiling rustls-native-certs v0.8.3
20632026-05-01T03:44:08.898Z Compiling signature v2.2.0
20642026-05-01T03:44:09.088Z Compiling hubpack_derive v0.1.1
20652026-05-01T03:44:09.128Z Compiling rand_xorshift v0.4.0
20662026-05-01T03:44:09.279Z Compiling strum_macros v0.27.2
20672026-05-01T03:44:09.460Z Compiling sync_wrapper v1.0.2
20682026-05-01T03:44:09.524Z Compiling fs-err v3.3.0
20692026-05-01T03:44:09.524Z Compiling ahash v0.8.12
20702026-05-01T03:44:09.524Z Compiling unarray v0.1.4
20712026-05-01T03:44:09.541Z Compiling object v0.37.3
20722026-05-01T03:44:09.571Z Compiling allocator-api2 v0.2.21
20732026-05-01T03:44:09.588Z Compiling is_terminal_polyfill v1.70.2
20742026-05-01T03:44:09.609Z Compiling colorchoice v1.0.4
20752026-05-01T03:44:09.754Z Compiling unicode-segmentation v1.12.0
20762026-05-01T03:44:09.812Z Compiling anstyle-query v1.1.5
20772026-05-01T03:44:09.825Z Compiling unicode-properties v0.1.4
20782026-05-01T03:44:09.937Z Compiling unicode-bidi v0.3.18
20792026-05-01T03:44:10.071Z Compiling adler2 v2.0.1
20802026-05-01T03:44:10.086Z Compiling anstream v0.6.21
20812026-05-01T03:44:10.289Z Compiling miniz_oxide v0.8.9
20822026-05-01T03:44:10.509Z Compiling stringprep v0.1.5
20832026-05-01T03:44:10.611Z Compiling proptest v1.10.0
20842026-05-01T03:44:10.611Z Compiling tower v0.5.3
20852026-05-01T03:44:10.791Z Compiling derive_builder_macro v0.20.2
20862026-05-01T03:44:10.827Z Compiling usdt-attr-macro v0.6.0
20872026-05-01T03:44:10.861Z Compiling usdt-macro v0.6.0
20882026-05-01T03:44:11.529Z Compiling http-body-util v0.1.3
20892026-05-01T03:44:11.673Z Compiling webpki-roots v1.0.6
20902026-05-01T03:44:11.729Z Compiling rand_chacha v0.3.1
20912026-05-01T03:44:11.729Z Compiling erased-serde v0.3.31
20922026-05-01T03:44:11.729Z Compiling md-5 v0.10.6
20932026-05-01T03:44:11.786Z Compiling num-integer v0.1.46
20942026-05-01T03:44:11.868Z Compiling hash32 v0.2.1
20952026-05-01T03:44:11.961Z Compiling vergen-lib v0.1.6
20962026-05-01T03:44:12.084Z Compiling ff v0.13.1
20972026-05-01T03:44:12.115Z Compiling fallible-iterator v0.2.0
20982026-05-01T03:44:12.116Z Compiling psl-types v2.0.11
20992026-05-01T03:44:12.116Z Compiling ryu v1.0.23
21002026-05-01T03:44:12.161Z Compiling zlib-rs v0.6.2
21012026-05-01T03:44:12.193Z Compiling base16ct v0.2.0
21022026-05-01T03:44:12.320Z Compiling iri-string v0.7.10
21032026-05-01T03:44:12.320Z Compiling publicsuffix v2.3.0
21042026-05-01T03:44:12.445Z Compiling serde_urlencoded v0.7.1
21052026-05-01T03:44:12.445Z Compiling postgres-protocol v0.6.10
21062026-05-01T03:44:12.445Z Compiling sec1 v0.7.3
21072026-05-01T03:44:12.546Z Compiling group v0.13.0
21082026-05-01T03:44:12.590Z Compiling newtype-uuid v1.3.2
21092026-05-01T03:44:12.618Z Compiling num-iter v0.1.45
21102026-05-01T03:44:12.669Z Compiling rand v0.8.5
21112026-05-01T03:44:12.903Z Compiling derive_builder v0.20.2
21122026-05-01T03:44:12.953Z Compiling oxnet v0.1.4
21132026-05-01T03:44:13.109Z Compiling tokio-native-tls v0.3.1
21142026-05-01T03:44:13.226Z Compiling heck v0.4.1
21152026-05-01T03:44:13.355Z Compiling phf_shared v0.13.1
21162026-05-01T03:44:13.355Z Compiling lazy_static v1.5.0
21172026-05-01T03:44:13.425Z Compiling tower-http v0.6.8
21182026-05-01T03:44:13.425Z Compiling terminal_size v0.4.3
21192026-05-01T03:44:13.425Z Compiling serde_with_macros v3.17.0
21202026-05-01T03:44:13.446Z Compiling cargo-platform v0.1.9
21212026-05-01T03:44:13.469Z Compiling hkdf v0.12.4
21222026-05-01T03:44:13.469Z Compiling crypto-bigint v0.5.5
21232026-05-01T03:44:13.561Z Compiling enum-as-inner v0.6.1
21242026-05-01T03:44:13.598Z Compiling serde_repr v0.1.20
21252026-05-01T03:44:13.628Z Compiling clap_derive v4.5.55
21262026-05-01T03:44:13.642Z Compiling vergen v9.0.6
21272026-05-01T03:44:13.665Z Compiling foldhash v0.2.0
21282026-05-01T03:44:13.812Z Compiling managed v0.8.0
21292026-05-01T03:44:13.846Z Compiling bitflags v1.3.2
21302026-05-01T03:44:13.886Z Compiling libbz2-rs-sys v0.2.2
21312026-05-01T03:44:14.001Z Compiling bumpalo v3.20.2
21322026-05-01T03:44:14.090Z Compiling clap_lex v1.0.0
21332026-05-01T03:44:14.090Z Compiling foldhash v0.1.5
21342026-05-01T03:44:14.190Z Compiling flate2 v1.1.9
21352026-05-01T03:44:14.225Z Compiling zopfli v0.8.3
21362026-05-01T03:44:14.240Z Compiling clap_builder v4.5.60
21372026-05-01T03:44:14.246Z Compiling hashbrown v0.15.5
21382026-05-01T03:44:14.355Z Compiling elliptic-curve v0.13.8
21392026-05-01T03:44:14.414Z Compiling bzip2 v0.6.1
21402026-05-01T03:44:14.588Z Compiling hashbrown v0.16.1
21412026-05-01T03:44:14.667Z Compiling cargo_metadata v0.19.2
21422026-05-01T03:44:14.910Z Compiling phf v0.13.1
21432026-05-01T03:44:15.105Z Compiling daft v0.1.5
21442026-05-01T03:44:15.208Z Compiling hyper-tls v0.6.0
21452026-05-01T03:44:15.243Z Compiling zstd v0.13.3
21462026-05-01T03:44:15.419Z Compiling signal-hook-mio v0.2.5
21472026-05-01T03:44:15.436Z Compiling cookie_store v0.22.1
21482026-05-01T03:44:15.535Z Compiling postgres-types v0.2.12
21492026-05-01T03:44:15.566Z Compiling bzip2 v0.4.4
21502026-05-01T03:44:15.786Z Compiling strum v0.27.2
21512026-05-01T03:44:15.887Z Compiling hubpack v0.1.2
21522026-05-01T03:44:15.901Z Compiling ed25519 v2.2.3
21532026-05-01T03:44:15.919Z Compiling phf_shared v0.11.3
21542026-05-01T03:44:15.984Z Compiling crossbeam-epoch v0.9.18
21552026-05-01T03:44:16.068Z Compiling pkcs1 v0.7.5
21562026-05-01T03:44:16.137Z Compiling serde-big-array v0.5.1
21572026-05-01T03:44:16.173Z Compiling hex v0.4.3
21582026-05-01T03:44:16.304Z Compiling bstr v1.12.1
21592026-05-01T03:44:16.315Z Compiling rfc6979 v0.4.0
21602026-05-01T03:44:16.449Z Compiling float-cmp v0.10.0
21612026-05-01T03:44:16.469Z Compiling env_filter v1.0.0
21622026-05-01T03:44:16.477Z Compiling memmap2 v0.9.10
21632026-05-01T03:44:16.583Z Compiling encoding_rs v0.8.35
21642026-05-01T03:44:16.595Z Compiling predicates-core v1.0.10
21652026-05-01T03:44:16.607Z Compiling static_assertions v1.1.0
21662026-05-01T03:44:16.626Z Compiling jiff v0.2.21
21672026-05-01T03:44:16.679Z Compiling new_debug_unreachable v1.0.6
21682026-05-01T03:44:16.699Z Compiling keccak v0.1.6
21692026-05-01T03:44:16.715Z Compiling rustc-hash v2.1.1
21702026-05-01T03:44:16.762Z Compiling precomputed-hash v0.1.1
21712026-05-01T03:44:16.765Z Compiling data-encoding v2.10.0
21722026-05-01T03:44:16.799Z Compiling difflib v0.4.0
21732026-05-01T03:44:16.874Z Compiling fixedbitset v0.5.7
21742026-05-01T03:44:16.914Z Compiling normalize-line-endings v0.3.0
21752026-05-01T03:44:16.928Z Compiling whoami v2.1.0
21762026-05-01T03:44:17.020Z Compiling toml_write v0.1.2
21772026-05-01T03:44:17.035Z Compiling mime v0.3.17
21782026-05-01T03:44:17.053Z Compiling fixedbitset v0.4.2
21792026-05-01T03:44:17.165Z Compiling tokio-postgres v0.7.16
21802026-05-01T03:44:17.302Z Compiling petgraph v0.6.5
21812026-05-01T03:44:17.308Z Compiling toml_edit v0.22.27
21822026-05-01T03:44:17.308Z Compiling hickory-proto v0.25.2
21832026-05-01T03:44:17.333Z Compiling petgraph v0.8.3
21842026-05-01T03:44:17.355Z Compiling predicates v3.1.4
21852026-05-01T03:44:17.916Z Compiling sha3 v0.10.8
21862026-05-01T03:44:17.954Z Compiling string_cache v0.8.9
21872026-05-01T03:44:18.293Z Compiling iddqd v0.3.18
21882026-05-01T03:44:18.325Z Compiling similar v2.7.0
21892026-05-01T03:44:18.336Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-01T03:44:18.749Z Compiling env_logger v0.11.9
21912026-05-01T03:44:18.941Z Compiling usdt v0.6.0
21922026-05-01T03:44:19.274Z Compiling zip v4.6.1
21932026-05-01T03:44:19.287Z Compiling ecdsa v0.16.9
21942026-05-01T03:44:19.322Z Compiling serde_with v3.17.0
21952026-05-01T03:44:19.487Z Compiling rsa v0.9.10
21962026-05-01T03:44:19.597Z Compiling ed25519-dalek v2.2.0
21972026-05-01T03:44:20.319Z Compiling zip v0.6.6
21982026-05-01T03:44:20.336Z Compiling clap v4.5.60
21992026-05-01T03:44:20.445Z Compiling crossterm v0.28.1
22002026-05-01T03:44:20.860Z Compiling strum v0.26.3
22012026-05-01T03:44:20.930Z Compiling toml v0.7.8
22022026-05-01T03:44:21.031Z Compiling tokio-stream v0.1.18
22032026-05-01T03:44:21.052Z Compiling buf-list v1.1.2
22042026-05-01T03:44:21.121Z Compiling itertools v0.13.0
22052026-05-01T03:44:21.196Z Compiling x509-cert v0.2.5
22062026-05-01T03:44:21.328Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-05-01T03:44:21.550Z Compiling openapiv3 v2.2.0
22082026-05-01T03:44:21.694Z Compiling sha1 v0.10.6
22092026-05-01T03:44:21.900Z Compiling peg-runtime v0.8.5
22102026-05-01T03:44:22.328Z Compiling lalrpop-util v0.19.12
22112026-05-01T03:44:38.569Z Compiling macaddr v1.0.1
22122026-05-01T03:44:38.585Z Compiling structmeta-derive v0.3.0
22132026-05-01T03:44:38.694Z Compiling crucible-workspace-hack v0.1.0
22142026-05-01T03:44:38.820Z Compiling rayon-core v1.13.0
22152026-05-01T03:44:38.884Z Compiling itertools v0.14.0
22162026-05-01T03:44:38.991Z Compiling secrecy v0.10.3
22172026-05-01T03:44:39.058Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-01T03:44:39.179Z Compiling heapless v0.8.0
22192026-05-01T03:44:39.194Z Compiling rustls v0.22.4
22202026-05-01T03:44:39.477Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-05-01T03:44:39.511Z Compiling crossbeam-deque v0.8.6
22222026-05-01T03:44:39.531Z Compiling toml_edit v0.23.10+spec-1.0.0
22232026-05-01T03:44:39.554Z Compiling rustls-webpki v0.102.8
22242026-05-01T03:44:39.608Z Compiling structmeta v0.3.0
22252026-05-01T03:44:39.660Z Compiling futures-executor v0.3.32
22262026-05-01T03:44:39.685Z Compiling hash32 v0.3.1
22272026-05-01T03:44:39.772Z Compiling multer v3.1.0
22282026-05-01T03:44:39.810Z Compiling thread_local v1.1.9
22292026-05-01T03:44:39.839Z Compiling smoltcp v0.11.0
22302026-05-01T03:44:39.859Z Compiling match_cfg v0.1.0
22312026-05-01T03:44:39.859Z Compiling compression-core v0.4.31
22322026-05-01T03:44:39.891Z Compiling slog-async v2.8.0
22332026-05-01T03:44:39.997Z Compiling unicode-width v0.2.0
22342026-05-01T03:44:40.017Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-05-01T03:44:40.157Z Compiling ingot-macros v0.1.1
22362026-05-01T03:44:40.172Z Compiling proc-macro-crate v3.4.0
22372026-05-01T03:44:40.187Z Compiling compression-codecs v0.4.37
22382026-05-01T03:44:40.274Z Compiling hostname v0.3.1
22392026-05-01T03:44:40.289Z Compiling derive-ex v0.1.8
22402026-05-01T03:44:40.293Z Compiling futures v0.3.32
22412026-05-01T03:44:40.448Z Compiling rustls-webpki v0.103.9
22422026-05-01T03:44:40.507Z Compiling slog-json v2.6.1
22432026-05-01T03:44:40.615Z Compiling crossbeam-channel v0.5.15
22442026-05-01T03:44:40.650Z Compiling half v2.7.1
22452026-05-01T03:44:40.738Z Compiling newtype-uuid-macros v0.1.0
22462026-05-01T03:44:40.782Z Compiling cobs v0.3.0
22472026-05-01T03:44:40.853Z Compiling thiserror-impl-no-std v2.0.2
22482026-05-01T03:44:41.080Z Compiling universal-hash v0.5.1
22492026-05-01T03:44:41.246Z Compiling async-stream-impl v0.3.6
22502026-05-01T03:44:41.265Z Compiling serde_spanned v1.0.4
22512026-05-01T03:44:41.334Z Compiling toml_datetime v1.0.0+spec-1.1.0
22522026-05-01T03:44:41.436Z Compiling is-terminal v0.4.17
22532026-05-01T03:44:41.454Z Compiling dropshot v0.17.0
22542026-05-01T03:44:41.491Z Compiling proc-macro-error-attr v1.0.4
22552026-05-01T03:44:41.557Z Compiling ciborium-io v0.2.2
22562026-05-01T03:44:41.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22572026-05-01T03:44:41.681Z Compiling take_mut v0.2.2
22582026-05-01T03:44:41.708Z Compiling convert_case v0.4.0
22592026-05-01T03:44:41.813Z Compiling opaque-debug v0.3.1
22602026-05-01T03:44:41.830Z Compiling toml_writer v1.0.6+spec-1.1.0
22612026-05-01T03:44:41.850Z Compiling term v1.2.1
22622026-05-01T03:44:41.873Z Compiling test-strategy v0.4.5
22632026-05-01T03:44:41.925Z Compiling poly1305 v0.8.0
22642026-05-01T03:44:41.930Z Compiling thiserror-no-std v2.0.2
22652026-05-01T03:44:41.958Z Compiling async-stream v0.3.6
22662026-05-01T03:44:42.046Z Compiling derive_more v0.99.20
22672026-05-01T03:44:42.057Z Compiling toml v1.0.6+spec-1.1.0
22682026-05-01T03:44:42.173Z Compiling tokio-rustls v0.25.0
22692026-05-01T03:44:42.189Z Compiling slog-term v2.9.2
22702026-05-01T03:44:42.265Z Compiling ciborium-ll v0.2.2
22712026-05-01T03:44:42.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-05-01T03:44:42.546Z Compiling postcard v1.1.3
22732026-05-01T03:44:42.782Z Compiling ingot-types v0.1.2
22742026-05-01T03:44:42.970Z Compiling slog-bunyan v2.5.0
22752026-05-01T03:44:43.153Z Compiling num_enum_derive v0.7.5
22762026-05-01T03:44:43.185Z Compiling ingot v0.1.1
22772026-05-01T03:44:43.247Z Compiling async-compression v0.4.41
22782026-05-01T03:44:43.443Z Compiling parse-display-derive v0.10.0
22792026-05-01T03:44:43.665Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22802026-05-01T03:44:43.730Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-05-01T03:44:43.817Z Compiling proc-macro-crate v1.3.1
22822026-05-01T03:44:43.989Z Compiling backon v1.6.0
22832026-05-01T03:44:44.090Z Compiling tokio-rustls v0.26.4
22842026-05-01T03:44:44.165Z Compiling rustls-platform-verifier v0.6.2
22852026-05-01T03:44:44.193Z Compiling waitgroup v0.1.2
22862026-05-01T03:44:44.278Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22872026-05-01T03:44:44.316Z Compiling password-hash v0.5.0
22882026-05-01T03:44:44.370Z Compiling hyper-rustls v0.27.7
22892026-05-01T03:44:44.391Z Compiling dropshot_endpoint v0.17.0
22902026-05-01T03:44:44.404Z Compiling chacha20 v0.9.1
22912026-05-01T03:44:44.434Z Compiling rustls-pemfile v2.2.0
22922026-05-01T03:44:44.452Z Compiling blake2 v0.10.6
22932026-05-01T03:44:44.673Z Compiling reqwest v0.12.28
22942026-05-01T03:44:44.706Z Compiling reqwest v0.13.2
22952026-05-01T03:44:44.742Z Compiling aead v0.5.2
22962026-05-01T03:44:44.912Z Compiling foreign-types-macros v0.2.3
22972026-05-01T03:44:44.959Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22982026-05-01T03:44:44.999Z Compiling serde_path_to_error v0.1.20
22992026-05-01T03:44:45.284Z Compiling hostname v0.4.2
23002026-05-01T03:44:45.305Z Compiling proc-macro-error v1.0.4
23012026-05-01T03:44:45.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23022026-05-01T03:44:45.417Z Compiling instant v0.1.13
23032026-05-01T03:44:45.438Z Compiling cpufeatures v0.3.0
23042026-05-01T03:44:45.484Z Compiling foreign-types-shared v0.3.1
23052026-05-01T03:44:45.494Z Compiling typeid v1.0.3
23062026-05-01T03:44:45.512Z Compiling debug-ignore v1.0.5
23072026-05-01T03:44:45.532Z Compiling chacha20 v0.10.0
23082026-05-01T03:44:45.541Z Compiling backoff v0.4.0
23092026-05-01T03:44:45.567Z Compiling foreign-types v0.5.0
23102026-05-01T03:44:45.657Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-05-01T03:44:45.679Z Compiling parse-display v0.10.0
23122026-05-01T03:44:45.694Z Compiling chacha20poly1305 v0.10.1
23132026-05-01T03:44:45.701Z Compiling argon2 v0.5.3
23142026-05-01T03:44:45.731Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-01T03:44:45.744Z Compiling num_enum_derive v0.5.11
23162026-05-01T03:44:45.806Z Compiling num_enum v0.7.5
23172026-05-01T03:44:45.852Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-05-01T03:44:45.864Z Compiling ciborium v0.2.2
23192026-05-01T03:44:45.933Z Compiling vsss-rs v3.3.4
23202026-05-01T03:44:46.211Z Compiling tabwriter v1.4.1
23212026-05-01T03:44:46.246Z Compiling regress v0.10.5
23222026-05-01T03:44:46.568Z Compiling byte-wrapper v0.1.0
23232026-05-01T03:44:46.593Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-05-01T03:44:46.717Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-05-01T03:44:46.735Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-05-01T03:44:46.747Z Compiling cstr-argument v0.1.2
23272026-05-01T03:44:46.938Z Compiling erased-serde v0.4.9
23282026-05-01T03:44:47.133Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-05-01T03:44:47.281Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-05-01T03:44:47.324Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-01T03:44:47.365Z Compiling num_enum v0.5.11
23322026-05-01T03:44:47.438Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-05-01T03:44:47.485Z Compiling rand v0.10.0
23342026-05-01T03:44:47.510Z Compiling rayon v1.11.0
23352026-05-01T03:44:47.619Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-05-01T03:44:47.694Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23372026-05-01T03:44:47.709Z Compiling indent_write v2.2.0
23382026-05-01T03:44:47.808Z Compiling colored v3.1.1
23392026-05-01T03:44:47.819Z Compiling libefi-sys v0.1.0
23402026-05-01T03:44:47.829Z Compiling zone_cfg_derive v0.3.1
23412026-05-01T03:44:47.993Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-05-01T03:44:48.024Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-01T03:44:48.049Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-01T03:44:48.058Z Compiling camino-tempfile v1.4.1
23452026-05-01T03:44:48.119Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23462026-05-01T03:44:48.306Z Compiling itertools v0.12.1
23472026-05-01T03:44:48.466Z Compiling usdt-macro v0.5.0
23482026-05-01T03:44:48.486Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-05-01T03:44:48.497Z Compiling usdt-attr-macro v0.5.0
23502026-05-01T03:44:48.497Z Compiling num-derive v0.4.2
23512026-05-01T03:44:48.497Z Compiling bitfield-struct v0.6.2
23522026-05-01T03:44:48.596Z Compiling ordered-float v2.10.1
23532026-05-01T03:44:48.910Z Compiling blake3 v1.8.3
23542026-05-01T03:44:48.942Z Compiling memmap v0.7.0
23552026-05-01T03:44:49.169Z Compiling sigpipe v0.1.3
23562026-05-01T03:44:49.192Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23572026-05-01T03:44:49.208Z Compiling swrite v0.1.0
23582026-05-01T03:44:49.265Z Compiling glob v0.3.3
23592026-05-01T03:44:49.297Z Compiling usdt v0.5.0
23602026-05-01T03:44:49.339Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-01T03:44:49.399Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23622026-05-01T03:44:49.439Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23632026-05-01T03:44:49.645Z Compiling zone v0.3.1
23642026-05-01T03:44:49.681Z Compiling serde-value v0.7.0
23652026-05-01T03:44:49.703Z Compiling serde-untagged v0.1.9
23662026-05-01T03:44:49.771Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-05-01T03:44:50.067Z Compiling toml v0.8.23
23682026-05-01T03:44:50.091Z Compiling smf v0.2.3
23692026-05-01T03:44:50.117Z Compiling filetime v0.2.27
23702026-05-01T03:44:50.175Z Compiling arrayvec v0.7.6
23712026-05-01T03:44:50.188Z Compiling same-file v1.0.6
23722026-05-01T03:44:50.209Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-05-01T03:44:50.309Z Compiling constant_time_eq v0.4.2
23742026-05-01T03:44:50.333Z Compiling unicode-xid v0.2.6
23752026-05-01T03:44:50.346Z Compiling whoami v1.6.1
23762026-05-01T03:44:50.425Z Compiling arrayref v0.3.9
23772026-05-01T03:44:50.443Z Compiling xattr v1.6.1
23782026-05-01T03:44:50.458Z Compiling walkdir v2.5.0
23792026-05-01T03:44:50.527Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-05-01T03:44:50.534Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-05-01T03:44:50.684Z Compiling tar v0.4.45
23822026-05-01T03:44:50.798Z Compiling cargo-util-schemas v0.8.2
23832026-05-01T03:44:50.869Z Compiling tokio-dtrace v0.1.1
23842026-05-01T03:44:51.013Z Compiling console v0.16.2
23852026-05-01T03:44:51.212Z Compiling gethostname v0.5.0
23862026-05-01T03:44:51.230Z Compiling cargo-platform v0.2.0
23872026-05-01T03:44:51.242Z Compiling topological-sort v0.2.2
23882026-05-01T03:44:51.301Z Compiling unit-prefix v0.5.2
23892026-05-01T03:44:51.322Z Compiling oxide-tokio-rt v0.1.4
23902026-05-01T03:44:51.375Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23912026-05-01T03:44:51.451Z Compiling indicatif v0.18.4
23922026-05-01T03:44:51.488Z Compiling shell-words v1.1.1
23932026-05-01T03:44:52.182Z Compiling cargo_metadata v0.21.0
23942026-05-01T03:45:00.626Z Compiling progenitor-client v0.14.0
23952026-05-01T03:45:00.688Z Compiling progenitor-client v0.10.0
23962026-05-01T03:45:00.688Z Compiling omicron-zone-package v0.12.2
23972026-05-01T03:45:00.770Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-05-01T03:45:00.798Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-05-01T03:45:00.815Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-01T03:45:01.130Z Compiling progenitor-extras v0.2.0
24012026-05-01T03:45:01.148Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-01T03:45:01.182Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-05-01T03:45:01.233Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24042026-05-01T03:45:01.387Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052026-05-01T03:45:01.574Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24062026-05-01T03:45:01.652Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24072026-05-01T03:45:06.004Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-05-01T03:45:13.460Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-01T03:45:16.556Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-05-01T03:45:17.565Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-05-01T03:45:26.837Z Finished `release` profile [optimized] target(s) in 1m 39s
24122026-05-01T03:45:26.982Z Running `target/release/omicron-package -t test target create -p dev`
24132026-05-01T03:45:27.041ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-01T03:45:27.049ZCreated new build target 'test' and set it as active
24152026-05-01T03:45:27.049Z
24162026-05-01T03:45:27.049Zreal 1:39.695628175
24172026-05-01T03:45:27.049Zuser 16:25.813075160
24182026-05-01T03:45:27.049Zsys 2:33.342304214
24192026-05-01T03:45:27.049Ztrap 0.443643268
24202026-05-01T03:45:27.049Ztflt 2.746511960
24212026-05-01T03:45:27.049Zdflt 3.928808675
24222026-05-01T03:45:27.049Zkflt 0.000910930
24232026-05-01T03:45:27.049Zlock 51:53.274014661
24242026-05-01T03:45:27.049Zslp 41:57.559781496
24252026-05-01T03:45:27.049Zlat 44.571184474
24262026-05-01T03:45:27.049Zstop 5:31.391049546
24272026-05-01T03:45:27.050Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-05-01T03:45:27.929Z Finished `release` profile [optimized] target(s) in 0.86s
24292026-05-01T03:45:28.007Z Running `target/release/omicron-package -t test package`
24302026-05-01T03:45:28.062ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-05-01T03:45:29.457Z Compiling heck v0.5.0
24322026-05-01T03:45:29.457Z Compiling regress v0.11.1
24332026-05-01T03:45:29.457Z Compiling unsafe-libyaml v0.2.11
24342026-05-01T03:45:29.717Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-05-01T03:45:29.739Z Compiling regress v0.10.5
24362026-05-01T03:45:29.768Z Compiling unicode-width v0.1.14
24372026-05-01T03:45:29.786Z Compiling is-terminal v0.4.17
24382026-05-01T03:45:29.810Z Compiling prettyplease v0.2.37
24392026-05-01T03:45:29.810Z Compiling bytecount v0.6.9
24402026-05-01T03:45:29.816Z Compiling rustls v0.22.4
24412026-05-01T03:45:29.816Z Compiling rustls-webpki v0.102.8
24422026-05-01T03:45:29.850Z Compiling derive-where v1.6.0
24432026-05-01T03:45:29.870Z Compiling thread_local v1.1.9
24442026-05-01T03:45:29.882Z Compiling compression-core v0.4.31
24452026-05-01T03:45:29.882Z Compiling match_cfg v0.1.0
24462026-05-01T03:45:29.971Z Compiling multer v3.1.0
24472026-05-01T03:45:29.974Z Compiling slog-async v2.8.0
24482026-05-01T03:45:30.036Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-05-01T03:45:30.058Z Compiling compression-codecs v0.4.37
24502026-05-01T03:45:30.061Z Compiling hostname v0.3.1
24512026-05-01T03:45:30.061Z Compiling crossbeam-channel v0.5.15
24522026-05-01T03:45:30.080Z Compiling slog-json v2.6.1
24532026-05-01T03:45:30.142Z Compiling futures-executor v0.3.32
24542026-05-01T03:45:30.145Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-05-01T03:45:30.187Z Compiling serde_spanned v1.0.4
24562026-05-01T03:45:30.251Z Compiling serde_yaml v0.9.34+deprecated
24572026-05-01T03:45:30.272Z Compiling take_mut v0.2.2
24582026-05-01T03:45:30.350Z Compiling toml_writer v1.0.6+spec-1.1.0
24592026-05-01T03:45:30.373Z Compiling term v1.2.1
24602026-05-01T03:45:30.392Z Compiling slog-bunyan v2.5.0
24612026-05-01T03:45:30.418Z Compiling futures v0.3.32
24622026-05-01T03:45:30.848Z Compiling async-compression v0.4.41
24632026-05-01T03:45:30.852Z Compiling toml v1.0.6+spec-1.1.0
24642026-05-01T03:45:30.852Z Compiling dropshot v0.17.0
24652026-05-01T03:45:30.852Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-05-01T03:45:30.852Z Compiling async-stream v0.3.6
24672026-05-01T03:45:30.852Z Compiling slog-term v2.9.2
24682026-05-01T03:45:30.852Z Compiling num-rational v0.4.2
24692026-05-01T03:45:30.852Z Compiling progenitor-client v0.14.0
24702026-05-01T03:45:30.852Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-01T03:45:30.896Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24722026-05-01T03:45:30.918Z Compiling waitgroup v0.1.2
24732026-05-01T03:45:30.972Z Compiling backon v1.6.0
24742026-05-01T03:45:31.047Z Compiling rustls-pemfile v2.2.0
24752026-05-01T03:45:31.080Z Compiling num-complex v0.4.6
24762026-05-01T03:45:31.104Z Compiling hostname v0.4.2
24772026-05-01T03:45:31.144Z Compiling serde_path_to_error v0.1.20
24782026-05-01T03:45:31.171Z Compiling instant v0.1.13
24792026-05-01T03:45:31.192Z Compiling typify-impl v0.6.2
24802026-05-01T03:45:31.215Z Compiling debug-ignore v1.0.5
24812026-05-01T03:45:31.266Z Compiling progenitor-extras v0.2.0
24822026-05-01T03:45:31.678Z Compiling backoff v0.4.0
24832026-05-01T03:45:31.683Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-05-01T03:45:31.683Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-05-01T03:45:31.683Z Compiling num v0.4.3
24862026-05-01T03:45:31.683Z Compiling parse-display v0.10.0
24872026-05-01T03:45:31.683Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-05-01T03:45:31.683Z Compiling progenitor-client v0.13.0
24892026-05-01T03:45:31.684Z Compiling progenitor-client v0.10.0
24902026-05-01T03:45:31.684Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-05-01T03:45:31.715Z Compiling macaddr v1.0.1
24922026-05-01T03:45:31.735Z Compiling float-ord v0.3.2
24932026-05-01T03:45:31.866Z Compiling console v0.15.11
24942026-05-01T03:45:31.890Z Compiling slog-dtrace v0.3.0
24952026-05-01T03:45:31.991Z Compiling newline-converter v0.3.0
24962026-05-01T03:45:32.166Z Compiling atomicwrites v0.4.4
24972026-05-01T03:45:32.175Z Compiling async-recursion v1.1.1
24982026-05-01T03:45:32.179Z Compiling tokio-rustls v0.25.0
24992026-05-01T03:45:32.179Z Compiling owo-colors v4.3.0
25002026-05-01T03:45:32.282Z Compiling cancel-safe-futures v0.1.5
25012026-05-01T03:45:32.345Z Compiling expectorate v1.2.0
25022026-05-01T03:45:32.838Z Compiling libsw-core v0.3.2
25032026-05-01T03:45:32.841Z Compiling resolv-conf v0.7.6
25042026-05-01T03:45:32.841Z Compiling toml v0.8.23
25052026-05-01T03:45:32.841Z Compiling libsw v3.5.0
25062026-05-01T03:45:32.841Z Compiling linear-map v1.2.0
25072026-05-01T03:45:32.841Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-05-01T03:45:32.913Z Compiling minimal-lexical v0.2.1
25092026-05-01T03:45:32.969Z Compiling linked-hash-map v0.5.6
25102026-05-01T03:45:33.089Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-05-01T03:45:33.110Z Compiling unicode-xid v0.2.6
25122026-05-01T03:45:33.195Z Compiling lru-cache v0.1.2
25132026-05-01T03:45:33.215Z Compiling nom v7.1.3
25142026-05-01T03:45:33.218Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-05-01T03:45:33.262Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25162026-05-01T03:45:33.265Z Compiling globset v0.4.18
25172026-05-01T03:45:33.308Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25182026-05-01T03:45:33.330Z Compiling hickory-proto v0.24.4
25192026-05-01T03:45:33.367Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25202026-05-01T03:45:33.587Z Compiling convert_case v0.10.0
25212026-05-01T03:45:33.910Z Compiling derive_more-impl v2.1.1
25222026-05-01T03:45:34.164Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-05-01T03:45:34.545Z Compiling pin-project-internal v1.1.11
25242026-05-01T03:45:34.594Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-05-01T03:45:34.656Z Compiling typify-macro v0.6.2
25262026-05-01T03:45:34.715Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-05-01T03:45:34.975Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-01T03:45:35.227Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25292026-05-01T03:45:35.564Z Compiling pin-project v1.1.11
25302026-05-01T03:45:35.756Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25312026-05-01T03:45:35.925Z Compiling hickory-resolver v0.24.4
25322026-05-01T03:45:36.018Z Compiling derive_more v2.1.1
25332026-05-01T03:45:36.108Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25342026-05-01T03:45:36.144Z Compiling papergrid v0.11.0
25352026-05-01T03:45:36.246Z Compiling typify v0.6.2
25362026-05-01T03:45:36.406Z Compiling progenitor-impl v0.14.0
25372026-05-01T03:45:36.454Z Compiling progenitor-impl v0.13.0
25382026-05-01T03:45:37.078Z Compiling tabled_derive v0.7.0
25392026-05-01T03:45:37.677Z Compiling qorb v0.4.1
25402026-05-01T03:45:37.973Z Compiling pem v3.0.6
25412026-05-01T03:45:38.572Z Compiling progenitor-macro v0.14.0
25422026-05-01T03:45:38.612Z Compiling progenitor-macro v0.13.0
25432026-05-01T03:45:38.692Z Compiling snafu-derive v0.8.9
25442026-05-01T03:45:39.190Z Compiling termtree v0.5.1
25452026-05-01T03:45:39.290Z Compiling tabled v0.15.0
25462026-05-01T03:45:39.389Z Compiling crossterm v0.29.0
25472026-05-01T03:45:40.336Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-05-01T03:45:41.443Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-05-01T03:45:41.504Z Compiling snafu v0.8.9
25502026-05-01T03:45:41.798Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25512026-05-01T03:45:42.068Z Compiling olpc-cjson v0.1.4
25522026-05-01T03:45:42.093Z Compiling phf_shared v0.12.1
25532026-05-01T03:45:42.318Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25542026-05-01T03:45:42.342Z Compiling serde_plain v1.0.2
25552026-05-01T03:45:42.364Z Compiling csv-core v0.1.13
25562026-05-01T03:45:42.664Z Compiling progenitor v0.14.0
25572026-05-01T03:45:42.688Z Compiling vte v0.14.1
25582026-05-01T03:45:42.710Z Compiling progenitor v0.13.0
25592026-05-01T03:45:42.858Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602026-05-01T03:45:42.881Z Compiling highway v1.3.0
25612026-05-01T03:45:42.912Z Compiling typed-path v0.9.3
25622026-05-01T03:45:42.950Z Compiling chrono-tz v0.10.4
25632026-05-01T03:45:43.196Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25642026-05-01T03:45:43.579Z Compiling strip-ansi-escapes v0.2.1
25652026-05-01T03:45:43.619Z Compiling csv v1.4.0
25662026-05-01T03:45:44.142Z Compiling tough v0.20.0
25672026-05-01T03:45:44.164Z Compiling phf v0.12.1
25682026-05-01T03:45:44.337Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25692026-05-01T03:45:44.397Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25702026-05-01T03:45:44.592Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-05-01T03:45:45.080Z Compiling const_format_proc_macros v0.2.34
25722026-05-01T03:45:45.821Z Compiling fd-lock v4.0.4
25732026-05-01T03:45:45.890Z Compiling peg-macros v0.8.5
25742026-05-01T03:45:46.371Z Compiling nu-ansi-term v0.50.3
25752026-05-01T03:45:46.947Z Compiling reedline v0.40.0
25762026-05-01T03:45:47.031Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25772026-05-01T03:45:47.143Z Compiling peg v0.8.5
25782026-05-01T03:45:47.255Z Compiling const_format v0.2.35
25792026-05-01T03:45:47.324Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25802026-05-01T03:45:47.347Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25812026-05-01T03:45:47.763Z Compiling bcs v0.1.6
25822026-05-01T03:45:48.226Z Compiling semver v0.1.20
25832026-05-01T03:45:48.273Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25842026-05-01T03:45:48.436Z Compiling rustc_version v0.1.7
25852026-05-01T03:45:48.488Z Compiling humantime v2.3.0
25862026-05-01T03:45:48.488Z Compiling smawk v0.3.2
25872026-05-01T03:45:48.624Z Compiling newtype_derive v0.1.6
25882026-05-01T03:45:48.726Z Compiling unicode-linebreak v0.1.5
25892026-05-01T03:45:48.924Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25902026-05-01T03:45:48.973Z Compiling textwrap v0.16.2
25912026-05-01T03:45:49.165Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25922026-05-01T03:45:49.198Z Compiling dropshot-api-manager-types v0.7.1
25932026-05-01T03:45:49.271Z Compiling base64 v0.21.7
25942026-05-01T03:45:49.733Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25952026-05-01T03:45:49.761Z Compiling steno v0.4.1
25962026-05-01T03:45:50.127Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25972026-05-01T03:45:50.583Z Compiling utf-8 v0.7.6
25982026-05-01T03:45:50.598Z Compiling tagptr v0.2.0
25992026-05-01T03:45:50.696Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26002026-05-01T03:45:50.785Z Compiling moka v0.12.13
26012026-05-01T03:45:50.813Z Compiling tungstenite v0.21.0
26022026-05-01T03:45:50.857Z Compiling radium v0.7.0
26032026-05-01T03:45:51.196Z Compiling maybe-uninit v2.0.0
26042026-05-01T03:45:51.426Z Compiling tap v1.0.1
26052026-05-01T03:45:51.506Z Compiling tokio-tungstenite v0.21.0
26062026-05-01T03:45:51.572Z Compiling wyz v0.5.1
26072026-05-01T03:45:51.818Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-01T03:45:51.848Z Compiling zerocopy-derive v0.6.6
26092026-05-01T03:45:51.893Z Compiling hickory-resolver v0.25.2
26102026-05-01T03:45:51.989Z Compiling packed_struct v0.10.1
26112026-05-01T03:45:52.039Z Compiling crc-catalog v2.4.0
26122026-05-01T03:45:52.185Z Compiling funty v2.0.0
26132026-05-01T03:45:52.205Z Compiling display-error-chain v0.2.2
26142026-05-01T03:45:52.324Z Compiling crc v3.4.0
26152026-05-01T03:45:52.551Z Compiling bitvec v1.0.1
26162026-05-01T03:45:52.630Z Compiling zerocopy v0.6.6
26172026-05-01T03:45:52.685Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26182026-05-01T03:45:52.934Z Compiling packed_struct_codegen v0.10.1
26192026-05-01T03:45:53.010Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26202026-05-01T03:45:53.136Z Compiling num-derive v0.3.3
26212026-05-01T03:45:53.897Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-05-01T03:45:53.939Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26232026-05-01T03:45:54.040Z Compiling bitfield-macros v0.19.4
26242026-05-01T03:45:54.390Z Compiling proc-macro-error-attr2 v2.0.0
26252026-05-01T03:45:54.769Z Compiling indexmap v1.9.3
26262026-05-01T03:45:54.798Z Compiling nodrop v0.1.14
26272026-05-01T03:45:54.932Z Compiling array-init v0.0.4
26282026-05-01T03:45:55.035Z Compiling proc-macro-error2 v2.0.1
26292026-05-01T03:45:55.436Z Compiling bitfield v0.19.4
26302026-05-01T03:45:55.479Z Compiling libscf-sys v1.1.0
26312026-05-01T03:45:55.656Z Compiling smallvec v0.6.14
26322026-05-01T03:45:55.692Z Compiling typify-impl v0.4.3
26332026-05-01T03:45:55.746Z Compiling hashbrown v0.12.3
26342026-05-01T03:45:55.932Z Compiling serde-hex v0.1.0
26352026-05-01T03:45:56.898Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-01T03:45:56.944Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-05-01T03:45:57.349Z Compiling tabled_derive v0.11.0
26382026-05-01T03:45:57.676Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-05-01T03:45:57.711Z Compiling ron v0.8.1
26402026-05-01T03:45:57.847Z Compiling papergrid v0.17.0
26412026-05-01T03:45:57.936Z Compiling testing_table v0.3.0
26422026-05-01T03:45:58.063Z Compiling hashbrown v0.13.2
26432026-05-01T03:45:58.090Z Compiling vergen-gitcl v1.0.8
26442026-05-01T03:45:58.325Z Compiling dirs-sys-next v0.1.2
26452026-05-01T03:45:58.352Z Compiling crunchy v0.2.4
26462026-05-01T03:45:58.352Z Compiling crc-any v2.5.0
26472026-05-01T03:45:58.399Z Compiling diesel_derives v2.3.7
26482026-05-01T03:45:58.451Z Compiling glob v0.3.3
26492026-05-01T03:45:58.600Z Compiling maplit v1.0.2
26502026-05-01T03:45:58.681Z Compiling object v0.30.4
26512026-05-01T03:45:58.700Z Compiling dirs-next v2.0.0
26522026-05-01T03:45:58.714Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26532026-05-01T03:45:58.766Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26542026-05-01T03:45:58.810Z Compiling dsl_auto_type v0.2.0
26552026-05-01T03:45:58.827Z Compiling clang-sys v1.8.1
26562026-05-01T03:45:58.847Z Compiling scheduled-thread-pool v0.2.7
26572026-05-01T03:45:59.161Z Compiling typify-macro v0.4.3
26582026-05-01T03:45:59.207Z Compiling tabled v0.20.0
26592026-05-01T03:45:59.358Z Compiling diesel_table_macro_syntax v0.3.0
26602026-05-01T03:45:59.414Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-05-01T03:45:59.439Z Compiling tiny-keccak v2.0.2
26622026-05-01T03:45:59.575Z Compiling path-slash v0.1.5
26632026-05-01T03:46:00.029Z Compiling xshell-macros v0.2.7
26642026-05-01T03:46:00.033Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26652026-05-01T03:46:00.033Z Compiling xshell v0.2.7
26662026-05-01T03:46:00.068Z Compiling r2d2 v0.8.10
26672026-05-01T03:46:00.166Z Compiling term v0.7.0
26682026-05-01T03:46:00.376Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692026-05-01T03:46:00.716Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-05-01T03:46:00.842Z Compiling bit-vec v0.6.3
26712026-05-01T03:46:00.918Z Compiling downcast-rs v2.0.2
26722026-05-01T03:46:00.998Z Compiling bit-set v0.5.3
26732026-05-01T03:46:01.178Z Compiling ascii-canvas v3.0.0
26742026-05-01T03:46:01.228Z Compiling itertools v0.10.5
26752026-05-01T03:46:01.319Z Compiling ena v0.14.4
26762026-05-01T03:46:01.374Z Compiling libloading v0.8.9
26772026-05-01T03:46:01.454Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26782026-05-01T03:46:01.580Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26792026-05-01T03:46:01.640Z Compiling unicase v2.9.0
26802026-05-01T03:46:01.963Z Compiling regex-syntax v0.6.29
26812026-05-01T03:46:02.432Z Compiling bindgen v0.71.1
26822026-05-01T03:46:03.051Z Compiling crc8 v0.1.1
26832026-05-01T03:46:03.117Z Compiling diff v0.1.13
26842026-05-01T03:46:03.117Z Compiling typify v0.4.3
26852026-05-01T03:46:03.194Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-05-01T03:46:03.515Z Compiling lalrpop v0.19.12
26872026-05-01T03:46:03.596Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26882026-05-01T03:46:03.604Z Compiling cexpr v0.6.0
26892026-05-01T03:46:03.853Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26902026-05-01T03:46:04.091Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-05-01T03:46:04.172Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-05-01T03:46:04.192Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-05-01T03:46:04.256Z Compiling headers-core v0.3.0
26942026-05-01T03:46:04.458Z Compiling libxml v0.3.3
26952026-05-01T03:46:04.500Z Compiling headers v0.4.1
26962026-05-01T03:46:04.552Z Compiling diesel v2.3.7
26972026-05-01T03:46:04.775Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26982026-05-01T03:46:04.828Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26992026-05-01T03:46:05.052Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27002026-05-01T03:46:05.535Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-05-01T03:46:05.833Z Compiling strum_macros v0.24.3
27022026-05-01T03:46:05.948Z Compiling indoc v1.0.9
27032026-05-01T03:46:06.570Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-05-01T03:46:06.769Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-05-01T03:46:06.983Z Compiling derive_builder v0.20.2
27062026-05-01T03:46:07.124Z Compiling oso-derive v0.27.3
27072026-05-01T03:46:07.157Z Compiling quick-xml v0.37.5
27082026-05-01T03:46:07.270Z Compiling impl-trait-for-tuples v0.2.3
27092026-05-01T03:46:07.468Z Compiling half v1.8.3
27102026-05-01T03:46:07.640Z Compiling openssl-probe v0.1.6
27112026-05-01T03:46:07.921Z Compiling serde_cbor v0.11.2
27122026-05-01T03:46:07.975Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-05-01T03:46:08.132Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-05-01T03:46:08.508Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-01T03:46:08.552Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-05-01T03:46:08.668Z Compiling bb8 v0.8.6
27172026-05-01T03:46:08.730Z Compiling trait-variant v0.1.2
27182026-05-01T03:46:08.777Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27192026-05-01T03:46:08.947Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27202026-05-01T03:46:09.076Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27212026-05-01T03:46:09.097Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27222026-05-01T03:46:09.102Z Compiling samael v0.0.19
27232026-05-01T03:46:09.291Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27242026-05-01T03:46:09.294Z Compiling fxhash v0.2.1
27252026-05-01T03:46:09.331Z Compiling salty v0.3.0
27262026-05-01T03:46:09.534Z Compiling progenitor-impl v0.10.0
27272026-05-01T03:46:09.698Z Compiling progenitor-impl v0.11.2
27282026-05-01T03:46:09.821Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27292026-05-01T03:46:09.890Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27302026-05-01T03:46:10.308Z Compiling kstat-rs v0.2.4
27312026-05-01T03:46:10.468Z Compiling libz-sys v1.1.24
27322026-05-01T03:46:10.793Z Compiling nonempty v0.12.0
27332026-05-01T03:46:10.856Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27342026-05-01T03:46:10.973Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27352026-05-01T03:46:10.993Z Compiling polar-core v0.27.3
27362026-05-01T03:46:11.717Z Compiling progenitor-macro v0.10.0
27372026-05-01T03:46:11.921Z Compiling progenitor-macro v0.11.2
27382026-05-01T03:46:13.165Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27392026-05-01T03:46:14.410Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-01T03:46:14.589Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27412026-05-01T03:46:14.985Z Compiling progenitor-client v0.11.2
27422026-05-01T03:46:15.504Z Compiling darling_core v0.23.0
27432026-05-01T03:46:15.549Z Compiling nanorand v0.7.0
27442026-05-01T03:46:15.694Z Compiling arc-swap v1.8.2
27452026-05-01T03:46:15.932Z Compiling fs-err v2.11.0
27462026-05-01T03:46:16.093Z Compiling parking_lot_core v0.8.6
27472026-05-01T03:46:16.203Z Compiling mime_guess v2.0.5
27482026-05-01T03:46:16.322Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-05-01T03:46:16.371Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-05-01T03:46:16.732Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-05-01T03:46:17.687Z Compiling darling_macro v0.23.0
27522026-05-01T03:46:18.244Z Compiling progenitor v0.11.2
27532026-05-01T03:46:18.426Z Compiling slog-scope v4.4.1
27542026-05-01T03:46:18.881Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-05-01T03:46:19.308Z Compiling flume v0.11.1
27562026-05-01T03:46:19.711Z Compiling progenitor v0.10.0
27572026-05-01T03:46:19.902Z Compiling oso v0.27.3
27582026-05-01T03:46:20.417Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-05-01T03:46:20.812Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27602026-05-01T03:46:23.244Z Compiling diesel-dtrace v0.5.0
27612026-05-01T03:46:23.572Z Compiling async-bb8-diesel v0.2.1
27622026-05-01T03:46:24.016Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632026-05-01T03:46:24.258Z Compiling primeorder v0.13.6
27642026-05-01T03:46:24.520Z Compiling git-stub v1.0.0
27652026-05-01T03:46:24.581Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-05-01T03:46:24.802Z Compiling instability v0.3.11
27672026-05-01T03:46:25.019Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-05-01T03:46:25.146Z Compiling git-stub-vcs v0.1.0
27692026-05-01T03:46:25.513Z Compiling p384 v0.13.1
27702026-05-01T03:46:25.696Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-01T03:46:26.363Z Compiling slog-stdlog v4.1.1
27722026-05-01T03:46:26.833Z Compiling darling v0.23.0
27732026-05-01T03:46:27.095Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27742026-05-01T03:46:27.146Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27752026-05-01T03:46:27.392Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27762026-05-01T03:46:27.604Z Compiling ignore v0.4.25
27772026-05-01T03:46:27.682Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-01T03:46:28.210Z Compiling castaway v0.2.4
27792026-05-01T03:46:28.376Z Compiling atty v0.2.14
27802026-05-01T03:46:28.529Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-05-01T03:46:28.563Z Compiling http-range v0.1.5
27822026-05-01T03:46:28.764Z Compiling parse-size v1.1.0
27832026-05-01T03:46:28.909Z Compiling indoc v2.0.7
27842026-05-01T03:46:28.991Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27852026-05-01T03:46:29.140Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-05-01T03:46:30.051Z Compiling compact_str v0.8.1
27872026-05-01T03:46:30.083Z Compiling globwalk v0.9.1
27882026-05-01T03:46:31.204Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-05-01T03:46:31.475Z Compiling parking_lot v0.11.2
27902026-05-01T03:46:31.559Z Compiling slog-envlogger v2.2.0
27912026-05-01T03:46:32.365Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27922026-05-01T03:46:32.719Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-05-01T03:46:32.844Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27942026-05-01T03:46:32.926Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-01T03:46:33.142Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27962026-05-01T03:46:33.430Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-05-01T03:46:33.762Z Compiling predicates-tree v1.0.13
27982026-05-01T03:46:33.846Z Compiling unicode-truncate v1.1.0
27992026-05-01T03:46:33.884Z Compiling lru v0.12.5
28002026-05-01T03:46:33.976Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-05-01T03:46:34.063Z Compiling rand_seeder v0.4.0
28022026-05-01T03:46:34.089Z Compiling prefix-trie v0.7.0
28032026-05-01T03:46:34.125Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-05-01T03:46:34.208Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-05-01T03:46:34.352Z Compiling vergen-git2 v1.0.7
28062026-05-01T03:46:34.388Z Compiling cassowary v0.3.0
28072026-05-01T03:46:34.514Z Compiling corncobs v0.1.4
28082026-05-01T03:46:34.576Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28092026-05-01T03:46:34.607Z Compiling hickory-server v0.25.2
28102026-05-01T03:46:34.676Z Compiling ratatui v0.29.0
28112026-05-01T03:46:34.756Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-05-01T03:46:34.808Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28132026-05-01T03:46:34.874Z Compiling camino-tempfile-ext v0.3.3
28142026-05-01T03:46:35.017Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28152026-05-01T03:46:35.495Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-05-01T03:46:35.604Z Compiling sled v0.34.7
28172026-05-01T03:46:35.608Z Compiling hyper-staticfile v0.10.1
28182026-05-01T03:46:35.975Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28192026-05-01T03:46:36.673Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28202026-05-01T03:46:36.844Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28212026-05-01T03:46:37.332Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28222026-05-01T03:46:38.154Z Compiling secrecy v0.8.0
28232026-05-01T03:46:38.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28242026-05-01T03:46:38.596Z Compiling rustls v0.21.12
28252026-05-01T03:46:39.484Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-05-01T03:46:39.659Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28272026-05-01T03:46:40.448Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-05-01T03:46:40.534Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-01T03:46:41.542Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-05-01T03:46:41.958Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-05-01T03:46:42.473Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-05-01T03:46:43.538Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332026-05-01T03:46:43.588Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28342026-05-01T03:46:43.817Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28352026-05-01T03:46:44.040Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28362026-05-01T03:46:44.268Z Compiling sct v0.7.1
28372026-05-01T03:46:44.301Z Compiling rustls-webpki v0.101.7
28382026-05-01T03:46:44.545Z Compiling nix v0.29.0
28392026-05-01T03:46:44.592Z Compiling dropshot v0.16.7
28402026-05-01T03:46:44.833Z Compiling void v1.0.2
28412026-05-01T03:46:44.975Z Compiling lzss v0.8.2
28422026-05-01T03:46:45.337Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-05-01T03:46:45.383Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-05-01T03:46:45.882Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-05-01T03:46:46.008Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-05-01T03:46:46.619Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-01T03:46:47.124Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28482026-05-01T03:46:47.351Z Compiling tungstenite v0.23.0
28492026-05-01T03:46:47.372Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28502026-05-01T03:46:47.597Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512026-05-01T03:46:47.825Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28522026-05-01T03:46:47.994Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28532026-05-01T03:46:48.052Z Compiling toml v0.9.12+spec-1.1.0
28542026-05-01T03:46:48.219Z Compiling nix v0.27.1
28552026-05-01T03:46:48.420Z Compiling dropshot_endpoint v0.16.7
28562026-05-01T03:46:49.287Z Compiling serde_bytes v0.11.19
28572026-05-01T03:46:49.448Z Compiling tokio-tungstenite v0.23.1
28582026-05-01T03:46:49.595Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28592026-05-01T03:46:49.757Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-05-01T03:46:49.820Z Compiling tokio-rustls v0.24.1
28612026-05-01T03:46:50.145Z Compiling git2 v0.20.4
28622026-05-01T03:46:50.671Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-05-01T03:46:52.281Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-05-01T03:46:53.229Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-01T03:46:53.252Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-05-01T03:46:54.838Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28672026-05-01T03:46:55.340Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28682026-05-01T03:46:55.704Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28692026-05-01T03:46:56.326Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-01T03:46:57.428Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-05-01T03:46:58.638Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-01T03:46:58.936Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-05-01T03:46:58.973Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-05-01T03:46:59.118Z Compiling rustls-pemfile v1.0.4
28752026-05-01T03:46:59.604Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28762026-05-01T03:47:00.006Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28772026-05-01T03:47:00.665Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-05-01T03:47:01.453Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28792026-05-01T03:47:01.535Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28802026-05-01T03:47:02.901Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-05-01T03:47:03.471Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-05-01T03:47:03.752Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28832026-05-01T03:47:03.983Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-05-01T03:47:03.983Z Compiling signal-hook-tokio v0.3.1
28852026-05-01T03:47:04.234Z Compiling twox-hash v2.1.2
28862026-05-01T03:47:04.375Z Compiling yasna v0.5.2
28872026-05-01T03:47:04.770Z Compiling is_ci v1.2.0
28882026-05-01T03:47:04.990Z Compiling rcgen v0.12.1
28892026-05-01T03:47:05.039Z Compiling supports-color v3.0.2
28902026-05-01T03:47:05.122Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28912026-05-01T03:47:05.379Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28922026-05-01T03:47:05.382Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28932026-05-01T03:47:05.426Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28942026-05-01T03:47:05.452Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28952026-05-01T03:47:05.541Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28962026-05-01T03:47:05.947Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-05-01T03:47:06.756Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28982026-05-01T03:47:08.223Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-05-01T03:47:09.433Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-05-01T03:47:09.592Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-05-01T03:47:09.840Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29022026-05-01T03:47:10.127Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29032026-05-01T03:47:10.147Z Compiling fatfs v0.3.6
29042026-05-01T03:47:10.299Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29052026-05-01T03:47:10.340Z Compiling subprocess v0.2.15
29062026-05-01T03:47:10.788Z Compiling rtoolbox v0.0.3
29072026-05-01T03:47:11.067Z Compiling assert_matches v1.5.0
29082026-05-01T03:47:11.181Z Compiling seq-macro v0.3.6
29092026-05-01T03:47:11.330Z Compiling rpassword v7.4.0
29102026-05-01T03:47:11.618Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112026-05-01T03:47:11.717Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122026-05-01T03:47:12.648Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29132026-05-01T03:47:13.192Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-05-01T03:47:13.249Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29152026-05-01T03:47:13.334Z Compiling tui-tree-widget v0.23.1
29162026-05-01T03:47:13.628Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-05-01T03:47:13.980Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29182026-05-01T03:47:14.513Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192026-05-01T03:47:14.538Z Compiling uzers v0.12.2
29202026-05-01T03:47:15.666Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29212026-05-01T03:47:15.976Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29222026-05-01T03:47:17.076Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29232026-05-01T03:47:18.134Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29242026-05-01T03:47:20.317Z Compiling support-bundle-viewer v0.1.2
29252026-05-01T03:47:21.685Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29262026-05-01T03:47:22.222Z Compiling multimap v0.10.1
29272026-05-01T03:47:32.987Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29282026-05-01T03:47:40.927Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29292026-05-01T03:47:41.594Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29302026-05-01T03:47:42.924Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312026-05-01T03:53:02.942Z Finished `release` profile [optimized] target(s) in 7m 34s
29322026-05-01T03:53:47.447Z
29332026-05-01T03:53:47.451Zreal 8:20.380332781
29342026-05-01T03:53:47.451Zuser 1:17:22.107789737
29352026-05-01T03:53:47.451Zsys 3:27.605073592
29362026-05-01T03:53:47.451Ztrap 1.710419241
29372026-05-01T03:53:47.451Ztflt 2.205845852
29382026-05-01T03:53:47.451Zdflt 16.307797646
29392026-05-01T03:53:47.451Zkflt 0.074210010
29402026-05-01T03:53:47.451Zlock 6:32:49.610734702
29412026-05-01T03:53:47.451Zslp 2:12:10.776352506
29422026-05-01T03:53:47.451Zlat 2:31.822441514
29432026-05-01T03:53:47.451Zstop 5:19.216246444
29442026-05-01T03:53:47.451Z+ mapfile -t packages
29452026-05-01T03:53:47.451Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29462026-05-01T03:53:48.392Z Finished `release` profile [optimized] target(s) in 0.93s
29472026-05-01T03:53:48.475Z Running `target/release/omicron-package -t test list-outputs`
29482026-05-01T03:53:48.530ZLogging to: /work/oxidecomputer/omicron/out/LOG
29492026-05-01T03:53:48.533Z+ ptime -m cargo build --locked --release -p xtask
29502026-05-01T03:53:49.054Z Compiling libc v0.2.185
29512026-05-01T03:53:49.054Z Compiling serde v1.0.228
29522026-05-01T03:53:49.057Z Compiling serde_core v1.0.228
29532026-05-01T03:53:49.057Z Compiling rustix v1.1.3
29542026-05-01T03:53:49.057Z Compiling serde_json v1.0.149
29552026-05-01T03:53:49.057Z Compiling bitflags v2.11.0
29562026-05-01T03:53:49.196Z Compiling num-traits v0.2.19
29572026-05-01T03:53:49.203Z Compiling syn v2.0.117
29582026-05-01T03:53:49.212Z Compiling smallvec v1.15.1
29592026-05-01T03:53:49.223Z Compiling indexmap v2.14.0
29602026-05-01T03:53:49.243Z Compiling usdt-impl v0.5.0
29612026-05-01T03:53:49.252Z Compiling syn v1.0.109
29622026-05-01T03:53:49.265Z Compiling log v0.4.29
29632026-05-01T03:53:49.268Z Compiling getrandom v0.4.1
29642026-05-01T03:53:49.432Z Compiling percent-encoding v2.3.2
29652026-05-01T03:53:49.573Z Compiling fs-err v3.3.0
29662026-05-01T03:53:49.576Z Compiling anyhow v1.0.102
29672026-05-01T03:53:49.629Z Compiling form_urlencoded v1.2.2
29682026-05-01T03:53:49.694Z Compiling heck v0.4.1
29692026-05-01T03:53:49.697Z Compiling once_cell v1.21.3
29702026-05-01T03:53:49.964Z Compiling thread-id v4.2.2
29712026-05-01T03:53:49.967Z Compiling errno v0.3.14
29722026-05-01T03:53:49.994Z Compiling memmap v0.7.0
29732026-05-01T03:53:50.216Z Compiling ordered-float v2.10.1
29742026-05-01T03:53:50.742Z Compiling proc-macro-error v1.0.4
29752026-05-01T03:53:50.988Z Compiling terminal_size v0.4.3
29762026-05-01T03:53:50.989Z Compiling tempfile v3.25.0
29772026-05-01T03:53:51.008Z Compiling tabled_derive v0.7.0
29782026-05-01T03:53:51.083Z Compiling clap_builder v4.5.60
29792026-05-01T03:53:51.083Z Compiling textwrap v0.16.2
29802026-05-01T03:53:51.213Z Compiling camino-tempfile v1.4.1
29812026-05-01T03:53:51.660Z Compiling tabled v0.15.0
29822026-05-01T03:53:51.701Z Compiling synstructure v0.13.2
29832026-05-01T03:53:51.701Z Compiling pest_generator v2.8.6
29842026-05-01T03:53:52.096Z Compiling serde_derive v1.0.228
29852026-05-01T03:53:52.097Z Compiling zerovec-derive v0.11.2
29862026-05-01T03:53:52.100Z Compiling displaydoc v0.2.5
29872026-05-01T03:53:52.100Z Compiling thiserror-impl v1.0.69
29882026-05-01T03:53:52.100Z Compiling zerocopy-derive v0.7.35
29892026-05-01T03:53:52.100Z Compiling scroll_derive v0.12.1
29902026-05-01T03:53:52.100Z Compiling thiserror-impl v2.0.18
29912026-05-01T03:53:52.100Z Compiling clap_derive v4.5.55
29922026-05-01T03:53:52.141Z Compiling zerofrom-derive v0.1.6
29932026-05-01T03:53:52.171Z Compiling yoke-derive v0.8.1
29942026-05-01T03:53:52.250Z Compiling pest_derive v2.8.6
29952026-05-01T03:53:52.814Z Compiling scroll v0.12.0
29962026-05-01T03:53:52.918Z Compiling zerocopy v0.7.35
29972026-05-01T03:53:53.063Z Compiling goblin v0.8.2
29982026-05-01T03:53:53.273Z Compiling thiserror v1.0.69
29992026-05-01T03:53:53.330Z Compiling zerofrom v0.1.6
30002026-05-01T03:53:53.399Z Compiling dtrace-parser v0.2.0
30012026-05-01T03:53:53.424Z Compiling thiserror v2.0.18
30022026-05-01T03:53:53.468Z Compiling yoke v0.8.1
30032026-05-01T03:53:53.686Z Compiling zerovec v0.11.5
30042026-05-01T03:53:53.760Z Compiling zerotrie v0.2.3
30052026-05-01T03:53:53.786Z Compiling clap v4.5.60
30062026-05-01T03:53:54.249Z Compiling tinystr v0.8.2
30072026-05-01T03:53:54.306Z Compiling potential_utf v0.1.4
30082026-05-01T03:53:54.489Z Compiling icu_locale_core v2.1.1
30092026-05-01T03:53:54.516Z Compiling icu_collections v2.1.1
30102026-05-01T03:53:55.266Z Compiling icu_provider v2.1.1
30112026-05-01T03:53:55.380Z Compiling toml_datetime v0.6.11
30122026-05-01T03:53:55.541Z Compiling icu_properties v2.1.2
30132026-05-01T03:53:55.553Z Compiling icu_normalizer v2.1.1
30142026-05-01T03:53:55.608Z Compiling serde_spanned v0.6.9
30152026-05-01T03:53:55.646Z Compiling dof v0.3.0
30162026-05-01T03:53:55.703Z Compiling serde_tokenstream v0.2.3
30172026-05-01T03:53:55.773Z Compiling toml_edit v0.22.27
30182026-05-01T03:53:55.799Z Compiling serde-value v0.7.0
30192026-05-01T03:53:55.874Z Compiling cargo-platform v0.2.0
30202026-05-01T03:53:55.940Z Compiling macaddr v1.0.1
30212026-05-01T03:53:56.432Z Compiling idna_adapter v1.2.1
30222026-05-01T03:53:56.457Z Compiling usdt-attr-macro v0.5.0
30232026-05-01T03:53:56.509Z Compiling usdt-macro v0.5.0
30242026-05-01T03:53:56.591Z Compiling idna v1.1.0
30252026-05-01T03:53:56.936Z Compiling url v2.5.8
30262026-05-01T03:53:57.116Z Compiling usdt v0.5.0
30272026-05-01T03:53:57.332Z Compiling toml v0.8.23
30282026-05-01T03:53:57.832Z Compiling cargo-util-schemas v0.8.2
30292026-05-01T03:53:57.852Z Compiling cargo_toml v0.21.0
30302026-05-01T03:53:58.849Z Compiling cargo_metadata v0.21.0
30312026-05-01T03:54:01.945Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30322026-05-01T03:54:04.945Z Finished `release` profile [optimized] target(s) in 16.40s
30332026-05-01T03:54:05.106Z
30342026-05-01T03:54:05.106Zreal 16.537608789
30352026-05-01T03:54:05.106Zuser 2:21.943022877
30362026-05-01T03:54:05.107Zsys 16.466246205
30372026-05-01T03:54:05.107Ztrap 0.086404266
30382026-05-01T03:54:05.107Ztflt 0.403385916
30392026-05-01T03:54:05.107Zdflt 1.485801710
30402026-05-01T03:54:05.107Zkflt 0.000030910
30412026-05-01T03:54:05.107Zlock 5:24.315546074
30422026-05-01T03:54:05.107Zslp 3:28.886440432
30432026-05-01T03:54:05.107Zlat 6.880209565
30442026-05-01T03:54:05.110Zstop 20.001291220
30452026-05-01T03:54:05.110Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-01T03:54:05.110Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-05-01T03:54:05.110Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-01T03:54:05.110Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-05-01T03:54:05.110Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30502026-05-01T03:54:06.035Z Compiling newtype-uuid-macros v0.1.0
30512026-05-01T03:54:06.039Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-05-01T03:54:06.039Z Compiling regress v0.10.5
30532026-05-01T03:54:06.039Z Compiling structmeta-derive v0.3.0
30542026-05-01T03:54:06.039Z Compiling rustls v0.22.4
30552026-05-01T03:54:06.182Z Compiling rustls-webpki v0.102.8
30562026-05-01T03:54:06.197Z Compiling multer v3.1.0
30572026-05-01T03:54:06.200Z Compiling compression-core v0.4.31
30582026-05-01T03:54:06.200Z Compiling match_cfg v0.1.0
30592026-05-01T03:54:06.212Z Compiling debug-ignore v1.0.5
30602026-05-01T03:54:06.215Z Compiling slog-json v2.6.1
30612026-05-01T03:54:06.253Z Compiling async-stream-impl v0.3.6
30622026-05-01T03:54:06.253Z Compiling toml_datetime v1.0.0+spec-1.1.0
30632026-05-01T03:54:06.253Z Compiling serde_spanned v1.0.4
30642026-05-01T03:54:06.256Z Compiling dropshot v0.17.0
30652026-05-01T03:54:06.256Z Compiling toml_writer v1.0.6+spec-1.1.0
30662026-05-01T03:54:06.320Z Compiling hostname v0.3.1
30672026-05-01T03:54:06.466Z Compiling compression-codecs v0.4.37
30682026-05-01T03:54:06.501Z Compiling itertools v0.14.0
30692026-05-01T03:54:06.501Z Compiling waitgroup v0.1.2
30702026-05-01T03:54:06.536Z Compiling toml v1.0.6+spec-1.1.0
30712026-05-01T03:54:06.567Z Compiling slog-bunyan v2.5.0
30722026-05-01T03:54:06.602Z Compiling rustls-pemfile v2.2.0
30732026-05-01T03:54:06.627Z Compiling dropshot_endpoint v0.17.0
30742026-05-01T03:54:06.666Z Compiling async-compression v0.4.41
30752026-05-01T03:54:06.701Z Compiling hostname v0.4.2
30762026-05-01T03:54:06.738Z Compiling serde_path_to_error v0.1.20
30772026-05-01T03:54:06.775Z Compiling progenitor-client v0.14.0
30782026-05-01T03:54:06.779Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30792026-05-01T03:54:06.820Z Compiling macaddr v1.0.1
30802026-05-01T03:54:06.863Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-05-01T03:54:06.952Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30822026-05-01T03:54:06.983Z Compiling instant v0.1.13
30832026-05-01T03:54:06.999Z Compiling async-stream v0.3.6
30842026-05-01T03:54:06.999Z Compiling progenitor-client v0.10.0
30852026-05-01T03:54:07.028Z Compiling backon v1.6.0
30862026-05-01T03:54:07.066Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30872026-05-01T03:54:07.110Z Compiling backoff v0.4.0
30882026-05-01T03:54:07.127Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30892026-05-01T03:54:07.144Z Compiling universal-hash v0.5.1
30902026-05-01T03:54:07.198Z Compiling progenitor-extras v0.2.0
30912026-05-01T03:54:07.215Z Compiling opaque-debug v0.3.1
30922026-05-01T03:54:07.255Z Compiling half v2.7.1
30932026-05-01T03:54:07.284Z Compiling structmeta v0.3.0
30942026-05-01T03:54:07.300Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30952026-05-01T03:54:07.316Z Compiling ciborium-io v0.2.2
30962026-05-01T03:54:07.320Z Compiling crucible-workspace-hack v0.1.0
30972026-05-01T03:54:07.353Z Compiling unsafe-libyaml v0.2.11
30982026-05-01T03:54:07.356Z Compiling convert_case v0.4.0
30992026-05-01T03:54:07.437Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31002026-05-01T03:54:07.457Z Compiling regress v0.11.1
31012026-05-01T03:54:07.477Z Compiling aead v0.5.2
31022026-05-01T03:54:07.507Z Compiling secrecy v0.10.3
31032026-05-01T03:54:07.529Z Compiling derive-ex v0.1.8
31042026-05-01T03:54:07.546Z Compiling parse-display-derive v0.10.0
31052026-05-01T03:54:07.589Z Compiling ciborium-ll v0.2.2
31062026-05-01T03:54:07.685Z Compiling poly1305 v0.8.0
31072026-05-01T03:54:07.701Z Compiling chacha20 v0.9.1
31082026-05-01T03:54:07.719Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31092026-05-01T03:54:07.737Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31102026-05-01T03:54:07.764Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-01T03:54:07.781Z Compiling derive_more v0.99.20
31122026-05-01T03:54:07.833Z Compiling ciborium v0.2.2
31132026-05-01T03:54:07.872Z Compiling thiserror-impl-no-std v2.0.2
31142026-05-01T03:54:07.983Z Compiling serde_yaml v0.9.34+deprecated
31152026-05-01T03:54:08.049Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-05-01T03:54:08.110Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31172026-05-01T03:54:08.130Z Compiling byte-wrapper v0.1.0
31182026-05-01T03:54:08.133Z Compiling blake2 v0.10.6
31192026-05-01T03:54:08.223Z Compiling password-hash v0.5.0
31202026-05-01T03:54:08.446Z Compiling chacha20poly1305 v0.10.1
31212026-05-01T03:54:08.461Z Compiling indent_write v2.2.0
31222026-05-01T03:54:08.487Z Compiling heapless v0.8.0
31232026-05-01T03:54:08.496Z Compiling argon2 v0.5.3
31242026-05-01T03:54:08.624Z Compiling tokio-rustls v0.25.0
31252026-05-01T03:54:08.642Z Compiling ingot-macros v0.1.1
31262026-05-01T03:54:08.661Z Compiling toml_edit v0.23.10+spec-1.0.0
31272026-05-01T03:54:08.728Z Compiling hash32 v0.3.1
31282026-05-01T03:54:08.914Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31292026-05-01T03:54:08.994Z Compiling smoltcp v0.11.0
31302026-05-01T03:54:09.125Z Compiling typify-impl v0.6.2
31312026-05-01T03:54:09.250Z Compiling thiserror-no-std v2.0.2
31322026-05-01T03:54:09.295Z Compiling test-strategy v0.4.5
31332026-05-01T03:54:09.364Z Compiling parse-display v0.10.0
31342026-05-01T03:54:09.380Z Compiling vsss-rs v3.3.4
31352026-05-01T03:54:09.420Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-05-01T03:54:09.514Z Compiling proc-macro-crate v3.4.0
31372026-05-01T03:54:09.684Z Compiling tabwriter v1.4.1
31382026-05-01T03:54:09.701Z Compiling num-rational v0.4.2
31392026-05-01T03:54:09.719Z Compiling cobs v0.3.0
31402026-05-01T03:54:09.822Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31412026-05-01T03:54:09.943Z Compiling num-complex v0.4.6
31422026-05-01T03:54:09.946Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-05-01T03:54:09.974Z Compiling postcard v1.1.3
31442026-05-01T03:54:10.122Z Compiling num_enum_derive v0.7.5
31452026-05-01T03:54:10.162Z Compiling proc-macro-error v1.0.4
31462026-05-01T03:54:10.202Z Compiling proc-macro-crate v1.3.1
31472026-05-01T03:54:10.338Z Compiling num v0.4.3
31482026-05-01T03:54:10.357Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-05-01T03:54:10.393Z Compiling foreign-types-macros v0.2.3
31502026-05-01T03:54:10.441Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-05-01T03:54:10.459Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31522026-05-01T03:54:10.462Z Compiling colored v3.1.1
31532026-05-01T03:54:10.512Z Compiling rayon-core v1.13.0
31542026-05-01T03:54:10.628Z Compiling foreign-types-shared v0.3.1
31552026-05-01T03:54:10.655Z Compiling float-ord v0.3.2
31562026-05-01T03:54:10.672Z Compiling cpufeatures v0.3.0
31572026-05-01T03:54:10.723Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31582026-05-01T03:54:10.751Z Compiling chacha20 v0.10.0
31592026-05-01T03:54:10.782Z Compiling num_enum_derive v0.5.11
31602026-05-01T03:54:10.846Z Compiling crossbeam-deque v0.8.6
31612026-05-01T03:54:10.862Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-05-01T03:54:10.877Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31632026-05-01T03:54:10.949Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31642026-05-01T03:54:10.969Z Compiling cstr-argument v0.1.2
31652026-05-01T03:54:10.991Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-05-01T03:54:11.035Z Compiling foreign-types v0.5.0
31672026-05-01T03:54:11.105Z Compiling rand v0.10.0
31682026-05-01T03:54:11.136Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-05-01T03:54:11.153Z Compiling toml v0.8.23
31702026-05-01T03:54:11.235Z Compiling num_enum v0.7.5
31712026-05-01T03:54:11.238Z Compiling camino-tempfile v1.4.1
31722026-05-01T03:54:11.331Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31732026-05-01T03:54:11.385Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31742026-05-01T03:54:11.417Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31752026-05-01T03:54:11.446Z Compiling zone_cfg_derive v0.3.1
31762026-05-01T03:54:11.464Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31772026-05-01T03:54:11.480Z Compiling rayon v1.11.0
31782026-05-01T03:54:11.507Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31792026-05-01T03:54:11.612Z Compiling itertools v0.12.1
31802026-05-01T03:54:11.615Z Compiling num-derive v0.4.2
31812026-05-01T03:54:11.647Z Compiling ingot-types v0.1.2
31822026-05-01T03:54:11.651Z Compiling sigpipe v0.1.3
31832026-05-01T03:54:11.774Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-05-01T03:54:11.790Z Compiling glob v0.3.3
31852026-05-01T03:54:11.793Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31862026-05-01T03:54:11.822Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31872026-05-01T03:54:11.887Z Compiling num_enum v0.5.11
31882026-05-01T03:54:11.931Z Compiling smf v0.2.3
31892026-05-01T03:54:12.012Z Compiling ingot v0.1.1
31902026-05-01T03:54:12.035Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31912026-05-01T03:54:12.069Z Compiling whoami v1.6.1
31922026-05-01T03:54:12.069Z Compiling prettyplease v0.2.37
31932026-05-01T03:54:12.100Z Compiling gethostname v0.5.0
31942026-05-01T03:54:12.139Z Compiling usdt-attr-macro v0.5.0
31952026-05-01T03:54:12.217Z Compiling usdt-macro v0.5.0
31962026-05-01T03:54:12.368Z Compiling memmap v0.7.0
31972026-05-01T03:54:12.385Z Compiling atomicwrites v0.4.4
31982026-05-01T03:54:12.478Z Compiling derive-where v1.6.0
31992026-05-01T03:54:12.529Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32002026-05-01T03:54:12.583Z Compiling progenitor-client v0.13.0
32012026-05-01T03:54:12.605Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32022026-05-01T03:54:12.621Z Compiling resolv-conf v0.7.6
32032026-05-01T03:54:12.685Z Compiling cancel-safe-futures v0.1.5
32042026-05-01T03:54:12.878Z Compiling zone v0.3.1
32052026-05-01T03:54:12.937Z Compiling owo-colors v4.3.0
32062026-05-01T03:54:12.974Z Compiling libsw-core v0.3.2
32072026-05-01T03:54:12.991Z Compiling async-recursion v1.1.1
32082026-05-01T03:54:13.021Z Compiling linear-map v1.2.0
32092026-05-01T03:54:13.024Z Compiling usdt v0.5.0
32102026-05-01T03:54:13.178Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32112026-05-01T03:54:13.242Z Compiling libsw v3.5.0
32122026-05-01T03:54:13.274Z Compiling libefi-sys v0.1.0
32132026-05-01T03:54:13.293Z Compiling console v0.15.11
32142026-05-01T03:54:13.342Z Compiling hickory-proto v0.24.4
32152026-05-01T03:54:13.358Z Compiling newline-converter v0.3.0
32162026-05-01T03:54:13.456Z Compiling bitfield-struct v0.6.2
32172026-05-01T03:54:13.510Z Compiling semver v0.1.20
32182026-05-01T03:54:13.530Z Compiling linked-hash-map v0.5.6
32192026-05-01T03:54:13.580Z Compiling tokio-dtrace v0.1.1
32202026-05-01T03:54:13.691Z Compiling expectorate v1.2.0
32212026-05-01T03:54:13.748Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32222026-05-01T03:54:13.765Z Compiling typify-macro v0.6.2
32232026-05-01T03:54:13.780Z Compiling lru-cache v0.1.2
32242026-05-01T03:54:13.799Z Compiling rustc_version v0.1.7
32252026-05-01T03:54:13.826Z Compiling dropshot-api-manager-types v0.7.1
32262026-05-01T03:54:13.861Z Compiling pin-project-internal v1.1.11
32272026-05-01T03:54:13.879Z Compiling slog-dtrace v0.3.0
32282026-05-01T03:54:13.895Z Compiling minimal-lexical v0.2.1
32292026-05-01T03:54:13.918Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-05-01T03:54:13.935Z Compiling oxide-tokio-rt v0.1.4
32312026-05-01T03:54:13.959Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-05-01T03:54:14.024Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32332026-05-01T03:54:14.054Z Compiling newtype_derive v0.1.6
32342026-05-01T03:54:14.174Z Compiling nom v7.1.3
32352026-05-01T03:54:14.193Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-05-01T03:54:14.224Z Compiling typify-impl v0.4.3
32372026-05-01T03:54:14.240Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32382026-05-01T03:54:14.258Z Compiling snafu-derive v0.8.9
32392026-05-01T03:54:14.277Z Compiling phf_shared v0.12.1
32402026-05-01T03:54:14.316Z Compiling pem v3.0.6
32412026-05-01T03:54:14.334Z Compiling csv-core v0.1.13
32422026-05-01T03:54:14.476Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-05-01T03:54:14.521Z Compiling highway v1.3.0
32442026-05-01T03:54:14.524Z Compiling chrono-tz v0.10.4
32452026-05-01T03:54:14.623Z Compiling same-file v1.0.6
32462026-05-01T03:54:14.745Z Compiling xshell-macros v0.2.7
32472026-05-01T03:54:14.826Z Compiling walkdir v2.5.0
32482026-05-01T03:54:14.842Z Compiling const_format_proc_macros v0.2.34
32492026-05-01T03:54:14.916Z Compiling csv v1.4.0
32502026-05-01T03:54:14.935Z Compiling phf v0.12.1
32512026-05-01T03:54:15.095Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32522026-05-01T03:54:15.119Z Compiling pin-project v1.1.11
32532026-05-01T03:54:15.169Z Compiling xshell v0.2.7
32542026-05-01T03:54:15.185Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32552026-05-01T03:54:15.215Z Compiling globset v0.4.18
32562026-05-01T03:54:15.248Z Compiling olpc-cjson v0.1.4
32572026-05-01T03:54:15.375Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32582026-05-01T03:54:15.449Z Compiling primeorder v0.13.6
32592026-05-01T03:54:15.514Z Compiling serde_plain v1.0.2
32602026-05-01T03:54:15.568Z Compiling hickory-resolver v0.24.4
32612026-05-01T03:54:15.684Z Compiling typify v0.6.2
32622026-05-01T03:54:15.713Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32632026-05-01T03:54:15.730Z Compiling typed-path v0.9.3
32642026-05-01T03:54:15.748Z Compiling const_format v0.2.35
32652026-05-01T03:54:15.751Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-05-01T03:54:15.787Z Compiling progenitor-impl v0.14.0
32672026-05-01T03:54:15.809Z Compiling progenitor-impl v0.13.0
32682026-05-01T03:54:16.044Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32692026-05-01T03:54:16.128Z Compiling tabled_derive v0.7.0
32702026-05-01T03:54:16.239Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32712026-05-01T03:54:16.301Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32722026-05-01T03:54:16.507Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32732026-05-01T03:54:16.593Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32742026-05-01T03:54:16.674Z Compiling qorb v0.4.1
32752026-05-01T03:54:16.702Z Compiling snafu v0.8.9
32762026-05-01T03:54:17.028Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-05-01T03:54:17.125Z Compiling tough v0.20.0
32782026-05-01T03:54:17.161Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-01T03:54:17.333Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32802026-05-01T03:54:17.417Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32812026-05-01T03:54:17.469Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32822026-05-01T03:54:17.535Z Compiling bcs v0.1.6
32832026-05-01T03:54:17.591Z Compiling salty v0.3.0
32842026-05-01T03:54:17.858Z Compiling termtree v0.5.1
32852026-05-01T03:54:17.897Z Compiling textwrap v0.16.2
32862026-05-01T03:54:17.900Z Compiling tabled v0.15.0
32872026-05-01T03:54:18.048Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-01T03:54:18.130Z Compiling steno v0.4.1
32892026-05-01T03:54:18.294Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32902026-05-01T03:54:18.379Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32912026-05-01T03:54:18.409Z Compiling radium v0.7.0
32922026-05-01T03:54:18.467Z Compiling tagptr v0.2.0
32932026-05-01T03:54:18.517Z Compiling progenitor-macro v0.14.0
32942026-05-01T03:54:18.544Z Compiling progenitor-macro v0.13.0
32952026-05-01T03:54:18.645Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32962026-05-01T03:54:18.663Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32972026-05-01T03:54:18.683Z Compiling humantime v2.3.0
32982026-05-01T03:54:18.714Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32992026-05-01T03:54:18.747Z Compiling base64 v0.21.7
33002026-05-01T03:54:18.811Z Compiling typify-macro v0.4.3
33012026-05-01T03:54:18.987Z Compiling moka v0.12.13
33022026-05-01T03:54:19.104Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-01T03:54:19.415Z Compiling p384 v0.13.1
33042026-05-01T03:54:19.434Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-05-01T03:54:19.489Z Compiling tap v1.0.1
33062026-05-01T03:54:19.651Z Compiling maybe-uninit v2.0.0
33072026-05-01T03:54:19.753Z Compiling hickory-resolver v0.25.2
33082026-05-01T03:54:19.833Z Compiling wyz v0.5.1
33092026-05-01T03:54:20.007Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-05-01T03:54:20.060Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33112026-05-01T03:54:20.167Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33122026-05-01T03:54:20.273Z Compiling proc-macro-error-attr2 v2.0.0
33132026-05-01T03:54:20.339Z Compiling utf-8 v0.7.6
33142026-05-01T03:54:20.433Z Compiling packed_struct v0.10.1
33152026-05-01T03:54:20.451Z Compiling parking_lot_core v0.8.6
33162026-05-01T03:54:20.566Z Compiling funty v2.0.0
33172026-05-01T03:54:20.608Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33182026-05-01T03:54:20.685Z Compiling typify v0.4.3
33192026-05-01T03:54:20.709Z Compiling proc-macro-error2 v2.0.1
33202026-05-01T03:54:20.726Z Compiling tungstenite v0.21.0
33212026-05-01T03:54:20.792Z Compiling polyval v0.6.2
33222026-05-01T03:54:20.825Z Compiling git-stub v1.0.0
33232026-05-01T03:54:20.867Z Compiling packed_struct_codegen v0.10.1
33242026-05-01T03:54:20.883Z Compiling num-derive v0.3.3
33252026-05-01T03:54:21.058Z Compiling bitvec v1.0.1
33262026-05-01T03:54:21.074Z Compiling zerocopy-derive v0.6.6
33272026-05-01T03:54:21.124Z Compiling bitfield-macros v0.19.4
33282026-05-01T03:54:21.196Z Compiling indexmap v1.9.3
33292026-05-01T03:54:21.213Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33302026-05-01T03:54:21.309Z Compiling nodrop v0.1.14
33312026-05-01T03:54:21.430Z Compiling crc-catalog v2.4.0
33322026-05-01T03:54:21.484Z Compiling array-init v0.0.4
33332026-05-01T03:54:21.500Z Compiling tokio-tungstenite v0.21.0
33342026-05-01T03:54:21.554Z Compiling crc v3.4.0
33352026-05-01T03:54:21.619Z Compiling tabled_derive v0.11.0
33362026-05-01T03:54:21.691Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-05-01T03:54:21.790Z Compiling git-stub-vcs v0.1.0
33382026-05-01T03:54:21.832Z Compiling libscf-sys v1.1.0
33392026-05-01T03:54:21.849Z Compiling ghash v0.5.1
33402026-05-01T03:54:21.933Z Compiling bitfield v0.19.4
33412026-05-01T03:54:21.993Z Compiling zerocopy v0.6.6
33422026-05-01T03:54:22.009Z Compiling smallvec v0.6.14
33432026-05-01T03:54:22.024Z Compiling progenitor-impl v0.11.2
33442026-05-01T03:54:22.108Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-05-01T03:54:22.190Z Compiling papergrid v0.17.0
33462026-05-01T03:54:22.260Z Compiling testing_table v0.3.0
33472026-05-01T03:54:22.276Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-05-01T03:54:22.363Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-05-01T03:54:22.379Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-05-01T03:54:22.558Z Compiling ctr v0.9.2
33512026-05-01T03:54:22.648Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-05-01T03:54:22.709Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-05-01T03:54:22.760Z Compiling corncobs v0.1.4
33542026-05-01T03:54:22.795Z Compiling unicase v2.9.0
33552026-05-01T03:54:22.888Z Compiling hashbrown v0.12.3
33562026-05-01T03:54:22.905Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-05-01T03:54:22.966Z Compiling aes-gcm v0.10.3
33582026-05-01T03:54:23.011Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-05-01T03:54:23.030Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-05-01T03:54:23.045Z Compiling mime_guess v2.0.5
33612026-05-01T03:54:23.186Z Compiling tabled v0.20.0
33622026-05-01T03:54:23.236Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-05-01T03:54:23.252Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33642026-05-01T03:54:23.336Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33652026-05-01T03:54:23.414Z Compiling parking_lot v0.11.2
33662026-05-01T03:54:23.431Z Compiling serde-hex v0.1.0
33672026-05-01T03:54:23.652Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-01T03:54:23.726Z Compiling progenitor v0.13.0
33692026-05-01T03:54:23.744Z Compiling progenitor v0.14.0
33702026-05-01T03:54:23.791Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33712026-05-01T03:54:23.822Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33722026-05-01T03:54:23.910Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-01T03:54:23.928Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33742026-05-01T03:54:23.947Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33752026-05-01T03:54:24.025Z Compiling progenitor-impl v0.10.0
33762026-05-01T03:54:24.073Z Compiling ron v0.8.1
33772026-05-01T03:54:24.143Z Compiling hashbrown v0.13.2
33782026-05-01T03:54:24.308Z Compiling progenitor-client v0.11.2
33792026-05-01T03:54:24.350Z Compiling ssh-encoding v0.2.0
33802026-05-01T03:54:24.519Z Compiling prefix-trie v0.7.0
33812026-05-01T03:54:24.647Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33822026-05-01T03:54:24.665Z Compiling blowfish v0.9.1
33832026-05-01T03:54:24.718Z Compiling fxhash v0.2.1
33842026-05-01T03:54:24.746Z Compiling progenitor-macro v0.11.2
33852026-05-01T03:54:24.856Z Compiling secrecy v0.8.0
33862026-05-01T03:54:24.884Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33872026-05-01T03:54:24.943Z Compiling crc-any v2.5.0
33882026-05-01T03:54:24.959Z Compiling hickory-server v0.25.2
33892026-05-01T03:54:25.132Z Compiling sled v0.34.7
33902026-05-01T03:54:25.153Z Compiling bcrypt-pbkdf v0.10.0
33912026-05-01T03:54:25.217Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33922026-05-01T03:54:25.529Z Compiling object v0.30.4
33932026-05-01T03:54:25.575Z Compiling ssh-cipher v0.2.0
33942026-05-01T03:54:26.152Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33952026-05-01T03:54:26.204Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33962026-05-01T03:54:26.316Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33972026-05-01T03:54:26.505Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33982026-05-01T03:54:26.621Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33992026-05-01T03:54:26.741Z Compiling progenitor-macro v0.10.0
34002026-05-01T03:54:26.905Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34012026-05-01T03:54:26.952Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34022026-05-01T03:54:27.003Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34032026-05-01T03:54:27.158Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34042026-05-01T03:54:27.177Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-05-01T03:54:27.724Z Compiling password-hash v0.4.2
34062026-05-01T03:54:27.968Z Compiling http-range v0.1.5
34072026-05-01T03:54:28.145Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34082026-05-01T03:54:28.192Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34092026-05-01T03:54:28.438Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34102026-05-01T03:54:28.501Z Compiling crc8 v0.1.1
34112026-05-01T03:54:28.574Z Compiling path-slash v0.1.5
34122026-05-01T03:54:28.639Z Compiling half v1.8.3
34132026-05-01T03:54:28.660Z Compiling pbkdf2 v0.11.0
34142026-05-01T03:54:28.695Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34152026-05-01T03:54:28.781Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-05-01T03:54:28.897Z Compiling serde_cbor v0.11.2
34172026-05-01T03:54:28.914Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34182026-05-01T03:54:28.952Z Compiling ssh-key v0.6.7
34192026-05-01T03:54:29.260Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34202026-05-01T03:54:29.294Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34212026-05-01T03:54:29.450Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-05-01T03:54:29.469Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34232026-05-01T03:54:29.513Z Compiling p256 v0.13.2
34242026-05-01T03:54:29.574Z Compiling p521 v0.13.3
34252026-05-01T03:54:29.827Z Compiling progenitor v0.11.2
34262026-05-01T03:54:29.875Z Compiling yasna v0.5.2
34272026-05-01T03:54:29.926Z Compiling kstat-rs v0.2.4
34282026-05-01T03:54:30.009Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34292026-05-01T03:54:30.026Z Compiling headers-core v0.3.0
34302026-05-01T03:54:30.065Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-05-01T03:54:30.182Z Compiling nanorand v0.7.0
34322026-05-01T03:54:30.207Z Compiling russh-cryptovec v0.7.3
34332026-05-01T03:54:30.226Z Compiling atty v0.2.14
34342026-05-01T03:54:30.259Z Compiling home v0.5.12
34352026-05-01T03:54:30.276Z Compiling md5 v0.7.0
34362026-05-01T03:54:30.279Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34372026-05-01T03:54:30.367Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34382026-05-01T03:54:30.419Z Compiling flume v0.11.1
34392026-05-01T03:54:30.435Z Compiling rcgen v0.12.1
34402026-05-01T03:54:30.493Z Compiling russh-keys v0.45.0
34412026-05-01T03:54:30.589Z Compiling headers v0.4.1
34422026-05-01T03:54:30.605Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34432026-05-01T03:54:30.608Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34442026-05-01T03:54:30.737Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34452026-05-01T03:54:30.766Z Compiling hyper-staticfile v0.10.1
34462026-05-01T03:54:31.037Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34472026-05-01T03:54:31.120Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34482026-05-01T03:54:31.307Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34492026-05-01T03:54:31.355Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34502026-05-01T03:54:31.412Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34512026-05-01T03:54:31.430Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-01T03:54:31.665Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-05-01T03:54:31.717Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34542026-05-01T03:54:31.806Z Compiling progenitor v0.10.0
34552026-05-01T03:54:31.903Z Compiling num-bigint v0.4.6
34562026-05-01T03:54:31.924Z Compiling des v0.8.1
34572026-05-01T03:54:31.983Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34582026-05-01T03:54:32.070Z Compiling subprocess v0.2.15
34592026-05-01T03:54:32.091Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-05-01T03:54:32.091Z Compiling display-error-chain v0.2.2
34612026-05-01T03:54:32.163Z Compiling hex-literal v0.4.1
34622026-05-01T03:54:32.197Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34632026-05-01T03:54:32.259Z Compiling colored v2.2.0
34642026-05-01T03:54:32.302Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34652026-05-01T03:54:32.450Z Compiling socket2 v0.5.10
34662026-05-01T03:54:32.556Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34672026-05-01T03:54:32.572Z Compiling internet-checksum v0.2.1
34682026-05-01T03:54:32.647Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34692026-05-01T03:54:32.737Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34702026-05-01T03:54:33.314Z Compiling russh v0.45.0
34712026-05-01T03:54:35.303Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34722026-05-01T03:54:35.986Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34732026-05-01T03:54:36.476Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34742026-05-01T03:54:37.919Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34752026-05-01T03:54:45.832Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-05-01T03:54:45.832Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34772026-05-01T03:54:45.835Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-05-01T03:54:45.835Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-01T03:54:47.563Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34802026-05-01T03:54:47.599Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34812026-05-01T03:54:51.684Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34822026-05-01T03:54:53.068Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34832026-05-01T03:55:12.093Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842026-05-01T03:55:30.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34852026-05-01T03:55:31.032Z
34862026-05-01T03:55:31.032Zreal 1:25.864684081
34872026-05-01T03:55:31.032Zuser 8:20.432944407
34882026-05-01T03:55:31.033Zsys 1:40.415458159
34892026-05-01T03:55:31.033Ztrap 0.255877454
34902026-05-01T03:55:31.033Ztflt 0.474035523
34912026-05-01T03:55:31.033Zdflt 1.594689337
34922026-05-01T03:55:31.036Zkflt 0.000278770
34932026-05-01T03:55:31.036Zlock 29:45.499430315
34942026-05-01T03:55:31.036Zslp 19:27.813558815
34952026-05-01T03:55:31.036Zlat 39.755113820
34962026-05-01T03:55:31.036Zstop 2:45.404985454
34972026-05-01T03:55:31.036Z+ mkdir tests
34982026-05-01T03:55:31.039Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34992026-05-01T03:55:31.039Z+ xargs -I '{}' -t cp '{}' tests/
35002026-05-01T03:55:31.066Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bab7d8462096a085 tests/
35012026-05-01T03:55:31.093Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-625eb3aebc685327 tests/
35022026-05-01T03:55:31.121Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3acc18599d92ffe8 tests/
35032026-05-01T03:55:31.151Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16791c2e1f8988e2 tests/
35042026-05-01T03:55:31.485Z+ 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/*)
35052026-05-01T03:55:31.488Z+ 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-625eb3aebc685327 tests/commtest-3acc18599d92ffe8 tests/dhcp_server-bab7d8462096a085 tests/end_to_end_tests-16791c2e1f8988e2 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
35062026-05-01T03:56:57.331ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35072026-05-01T03:56:57.331Za .github/buildomat/ci-env.sh 1K
35082026-05-01T03:56:57.331Za out/target/test 1K
35092026-05-01T03:56:57.331Za out/npuzone/npuzone 27402K
35102026-05-01T03:56:57.331Za package-manifest.toml 35K
35112026-05-01T03:56:57.331Za smf/sled-agent/non-gimlet/config.toml 6K
35122026-05-01T03:56:57.331Za target/release/omicron-package 44888K
35132026-05-01T03:56:57.331Za target/release/xtask 11449K
35142026-05-01T03:56:57.331Za target/debug/bootstrap 351679K
35152026-05-01T03:56:57.331Za tests/bootstrap-625eb3aebc685327 31215K
35162026-05-01T03:56:57.331Za tests/commtest-3acc18599d92ffe8 32300K
35172026-05-01T03:56:57.331Za tests/dhcp_server-bab7d8462096a085 31215K
35182026-05-01T03:56:57.331Za tests/end_to_end_tests-16791c2e1f8988e2 392789K
35192026-05-01T03:56:57.331Za out/clickhouse.tar.gz 318396K
35202026-05-01T03:56:57.331Za out/clickhouse_keeper.tar.gz 303763K
35212026-05-01T03:56:57.331Za out/clickhouse_server.tar.gz 318395K
35222026-05-01T03:56:57.331Za out/cockroachdb.tar.gz 164601K
35232026-05-01T03:56:57.331Za out/crucible-pantry-zone.tar.gz 43677K
35242026-05-01T03:56:57.331Za out/crucible-utils.tar 17744K
35252026-05-01T03:56:57.331Za out/crucible-zone.tar.gz 57815K
35262026-05-01T03:56:57.331Za out/external-dns.tar.gz 49267K
35272026-05-01T03:56:57.331Za out/internal-dns.tar.gz 49266K
35282026-05-01T03:56:57.331Za out/mg-ddm-gz.tar 95141K
35292026-05-01T03:56:57.331Za out/nexus.tar.gz 220185K
35302026-05-01T03:56:57.331Za out/ntp.tar.gz 31625K
35312026-05-01T03:56:57.331Za out/omicron-gateway-softnpu.tar.gz 28499K
35322026-05-01T03:56:57.331Za out/omicron-sled-agent.tar 199210K
35332026-05-01T03:56:57.331Za out/overlay.tar.gz 3K
35342026-05-01T03:56:57.331Za out/oximeter.tar.gz 65263K
35352026-05-01T03:56:57.331Za out/oxlog.tar 3782K
35362026-05-01T03:56:57.331Za out/probe.tar.gz 3037K
35372026-05-01T03:56:57.331Za out/propolis-server.tar.gz 38727K
35382026-05-01T03:56:57.331Za out/pumpkind-gz.tar 26647K
35392026-05-01T03:56:57.331Za out/switch-softnpu.tar.gz 393532K
35402026-05-01T03:56:57.335Z
35412026-05-01T03:56:57.335Zreal 1:25.843929819
35422026-05-01T03:56:57.335Zuser 1:23.246197040
35432026-05-01T03:56:57.335Zsys 4.343714770
35442026-05-01T03:56:57.335Ztrap 0.006890610
35452026-05-01T03:56:57.335Ztflt 0.000000000
35462026-05-01T03:56:57.335Zdflt 0.000000000
35472026-05-01T03:56:57.335Zkflt 0.000000000
35482026-05-01T03:56:57.335Zlock 0.000000000
35492026-05-01T03:56:57.335Zslp 1:23.137441674
35502026-05-01T03:56:57.335Zlat 0.949091710
35512026-05-01T03:56:57.335Zstop 0.000601460
35522026-05-01T03:56:57.338Zprocess exited: duration 974140 ms, exit code 0
 
35532026-05-01T03:56:57.351Zfound 1 output files
35542026-05-01T03:56:57.351Zuploading: /work/package.tar.gz (2429593771 bytes)
35552026-05-01T03:57:25.899Zuploaded: /work/package.tar.gz