01KQXPZSQVEBAXTDDP063DJ5R5: 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: 01KQXQ07GHXSGYVF9MS3V7XWJX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T03:59:31.663Zjob assigned to worker 01KQXQ0EXDZGW80W5MVXKZWZ32 [factory aws, i-06226b7fc758e2192] (queued for 49 s)
 
22026-05-06T03:59:39.311Zstarting task 0: "setup"
32026-05-06T03:59:39.316Z++ uname -s
42026-05-06T03:59:39.319Z+ kern=SunOS
52026-05-06T03:59:39.319Z+ build_user=build
62026-05-06T03:59:39.319Z+ build_uid=12345
72026-05-06T03:59:39.319Z+ work_dir=/work
82026-05-06T03:59:39.319Z+ input_dir=/input
92026-05-06T03:59:39.319Z+ [[ 0 == 12345 ]]
102026-05-06T03:59:39.319Z+ case "$kern" in
112026-05-06T03:59:39.319Z+ groupadd -g 12345 build
122026-05-06T03:59:39.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T03:59:41.328Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T03:59:41.513Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T03:59:41.517Z+ home_fs=zfs
162026-05-06T03:59:41.517Z+ [[ zfs == autofs ]]
172026-05-06T03:59:41.517Z+ mkdir -p /home/build
182026-05-06T03:59:41.523Z+ chown build:build /home/build /work
192026-05-06T03:59:43.519Z+ chmod 0700 /home/build /work
202026-05-06T03:59:43.523Zprocess exited: duration 4212 ms, exit code 0
 
212026-05-06T03:59:43.529Zstarting task 1: "rust-toolchain"
222026-05-06T03:59:43.535Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T03:59:43.535Z * rust toolchain channel = "1.94.0"
242026-05-06T03:59:43.535Z * rust toolchain profile = "default"
252026-05-06T03:59:43.535Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T03:59:43.535Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T03:59:43.535Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T03:59:43.538Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T03:59:43.538Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T03:59:43.654Zinfo: downloading installer
312026-05-06T03:59:45.030Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T03:59:45.030Zwarn: /opt/ooce/bin
332026-05-06T03:59:45.030Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T03:59:45.030Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T03:59:45.031Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T03:59:45.031Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T03:59:45.031Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T03:59:45.031Zerror: cannot install while Rust is installed
392026-05-06T03:59:45.031Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T03:59:45.031Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T03:59:45.031Zwarn: /home/build/.rustup/settings.toml
422026-05-06T03:59:45.031Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T03:59:45.031Zwarn: instead of the one inferred from the default host triple.
442026-05-06T03:59:45.041Zinfo: profile set to default
452026-05-06T03:59:45.041Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T03:59:45.045Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T03:59:45.178Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T03:59:45.181Zinfo: downloading 6 components
492026-05-06T03:59:59.275Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T03:59:59.275Z
512026-05-06T03:59:59.304Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T03:59:59.304Z
532026-05-06T03:59:59.304Z
542026-05-06T03:59:59.308ZRust is installed now. Great!
552026-05-06T03:59:59.308Z
562026-05-06T03:59:59.308ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T03:59:59.308Zenvironment variable. This has not been done automatically.
582026-05-06T03:59:59.308Z
592026-05-06T03:59:59.308ZTo configure your current shell, you need to source
602026-05-06T03:59:59.308Zthe corresponding env file under $HOME/.cargo.
612026-05-06T03:59:59.308Z
622026-05-06T03:59:59.308ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T03:59:59.308Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T03:59:59.308Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T03:59:59.308Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T03:59:59.308Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T03:59:59.308Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T03:59:59.308Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T03:59:59.308Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T03:59:59.308Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T03:59:59.404Z+ rustup --version
722026-05-06T03:59:59.410Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T03:59:59.413Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T03:59:59.431Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T03:59:59.434Z+ cargo --version
762026-05-06T03:59:59.443Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T03:59:59.446Z+ rustc --version
782026-05-06T03:59:59.465Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T03:59:59.468Zprocess exited: duration 15936 ms, exit code 0
 
802026-05-06T03:59:59.474Zstarting task 2: "authentication"
812026-05-06T03:59:59.492Zprocess exited: duration 17 ms, exit code 0
 
822026-05-06T03:59:59.499Zstarting task 3: "clone repository"
832026-05-06T03:59:59.503Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T03:59:59.506Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T03:59:59.538ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T04:00:09.882Z+ cd /work/oxidecomputer/omicron
872026-05-06T04:00:09.882Z+ git fetch origin 30ff563e9f2934744df9de4b7ce980a0a19b5a23
882026-05-06T04:00:10.198ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T04:00:10.198Z * branch 30ff563e9f2934744df9de4b7ce980a0a19b5a23 -> FETCH_HEAD
902026-05-06T04:00:10.213Z+ [[ -n eliza/stop-ingester-gaslighting ]]
912026-05-06T04:00:10.215Z++ git branch --show-current
922026-05-06T04:00:10.218Z+ current=main
932026-05-06T04:00:10.218Z+ [[ main != eliza/stop-ingester-gaslighting ]]
942026-05-06T04:00:10.218Z+ git branch -f eliza/stop-ingester-gaslighting 30ff563e9f2934744df9de4b7ce980a0a19b5a23
952026-05-06T04:00:10.221Z+ git checkout -f eliza/stop-ingester-gaslighting
962026-05-06T04:00:10.294ZSwitched to branch 'eliza/stop-ingester-gaslighting'
972026-05-06T04:00:10.297Z+ git reset --hard 30ff563e9f2934744df9de4b7ce980a0a19b5a23
982026-05-06T04:00:10.372ZHEAD is now at 30ff563e9 you have to actually increment the things
992026-05-06T04:00:10.375Zprocess exited: duration 10873 ms, exit code 0
 
1002026-05-06T04:00:10.380Zstarting task 4: "build"
1012026-05-06T04:00:10.386Z+ source .github/buildomat/ci-env.sh
1022026-05-06T04:00:10.386Z++ export CARGO_TERM_COLOR=always
1032026-05-06T04:00:10.386Z++ CARGO_TERM_COLOR=always
1042026-05-06T04:00:10.389Z+ cargo --version
1052026-05-06T04:00:10.396Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T04:00:10.399Z+ rustc --version
1072026-05-06T04:00:10.421Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T04:00:10.427Z+ WORK=/work
1092026-05-06T04:00:10.427Z+ pfexec mkdir -p /work
1102026-05-06T04:00:10.430Z+ pfexec chown build /work
1112026-05-06T04:00:10.430Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-06T04:00:20.851Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-06T04:00:28.485Z Startup: Caching catalogs ... Done
1142026-05-06T04:00:35.934ZPlanning: Solver setup ... Done (6.002s)
1152026-05-06T04:00:35.975ZPlanning: Running solver ... Done (0.041s)
1162026-05-06T04:00:36.116ZPlanning: Finding local manifests ... Done (0.004s)
1172026-05-06T04:00:36.127ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-06T04:00:36.243ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-06T04:00:36.280ZPlanning: Package planning ... Done (0.036s)
1202026-05-06T04:00:36.316ZPlanning: Merging actions ... Done (0.036s)
1212026-05-06T04:00:36.497ZPlanning: Checking for conflicting actions ... Done (0.181s)
1222026-05-06T04:00:36.507ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-05-06T04:00:37.686ZPlanning: Evaluating mediators ... Done (1.179s)
1242026-05-06T04:00:37.694ZPlanning: Planning completed in 9.04 seconds
1252026-05-06T04:00:37.706Z Packages to install: 5
1262026-05-06T04:00:37.706Z Mediators to change: 3
1272026-05-06T04:00:37.708Z Services to change: 1
1282026-05-06T04:00:37.709Z Estimated space available: 155.34 GB
1292026-05-06T04:00:37.709ZEstimated space to be consumed: 1.90 GB
1302026-05-06T04:00:37.709Z Create boot environment: No
1312026-05-06T04:00:37.709ZCreate backup boot environment: No
1322026-05-06T04:00:37.709Z Rebuild boot archive: No
1332026-05-06T04:00:37.709Z
1342026-05-06T04:00:37.709ZChanged mediators:
1352026-05-06T04:00:37.709Z mediator clang:
1362026-05-06T04:00:37.709Z version: None -> 15 (system default)
1372026-05-06T04:00:37.709Z
1382026-05-06T04:00:37.709Z mediator llvm:
1392026-05-06T04:00:37.709Z version: 14 (system default) -> 15 (system default)
1402026-05-06T04:00:37.709Z
1412026-05-06T04:00:37.709Z mediator postgresql:
1422026-05-06T04:00:37.709Z version: 15 (system default) -> 18 (system default)
1432026-05-06T04:00:37.709Z
1442026-05-06T04:00:37.709ZChanged packages:
1452026-05-06T04:00:37.709Zhelios-dev
1462026-05-06T04:00:37.709Z developer/build-essential
1472026-05-06T04:00:37.709Z None -> 11-2.0
1482026-05-06T04:00:37.709Z library/libxmlsec1
1492026-05-06T04:00:37.709Z None -> 1.2.35-2.0
1502026-05-06T04:00:37.709Z ooce/developer/clang-15
1512026-05-06T04:00:37.709Z None -> 15.0.7-2.0
1522026-05-06T04:00:37.709Z ooce/developer/llvm-15
1532026-05-06T04:00:37.709Z None -> 15.0.7-2.0
1542026-05-06T04:00:37.709Z ooce/library/postgresql-18
1552026-05-06T04:00:37.709Z None -> 18.1-2.0
1562026-05-06T04:00:37.709Z
1572026-05-06T04:00:37.709ZServices:
1582026-05-06T04:00:37.709Z restart_fmri:
1592026-05-06T04:00:37.709Z svc:/system/update-man-index:default
1602026-05-06T04:00:37.752Z
1612026-05-06T04:00:37.753ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-06T04:00:42.756ZDownload: 2402/4272 items 119.8/219.0MB 54% complete (24.5M/s)
1632026-05-06T04:00:48.184ZDownload: 3244/4272 items 202.8/219.0MB 92% complete (25.6M/s)
1642026-05-06T04:00:56.745ZDownload: 3247/4272 items 203.1/219.0MB 92% complete (23.6M/s)
1652026-05-06T04:01:02.745ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (3.3M/s)
1662026-05-06T04:01:02.781ZDownload: Completed 218.99 MB in 25.03 seconds (8.8M/s)
1672026-05-06T04:01:02.946Z Actions: 1/4789 actions (Installing new actions)
1682026-05-06T04:01:06.311Z Actions: Completed 4789 actions in 3.36 seconds.
1692026-05-06T04:01:06.627Z Done (0.311s)
1702026-05-06T04:01:06.627Z Done (0.000s)
1712026-05-06T04:01:07.358Z Done (0.732s)
1722026-05-06T04:01:10.806Z Done (3.094s)
1732026-05-06T04:01:10.879Z Done (0.013s)
1742026-05-06T04:01:10.882Z Done (0.000s)
1752026-05-06T04:01:11.123Z Done (0.000s)
1762026-05-06T04:01:12.003ZPlanning: Evaluating mediator changes ... Done
1772026-05-06T04:01:12.109ZPlanning: Checking for conflicting actions ... Done
1782026-05-06T04:01:12.112ZPlanning: Consolidating action changes ... Done
1792026-05-06T04:01:12.266ZPlanning: Evaluating mediators ... Done
1802026-05-06T04:01:12.270ZPlanning: Planning completed in 0.26 seconds
1812026-05-06T04:01:12.287Z Mediators to change: 2
1822026-05-06T04:01:12.288Z Create boot environment: No
1832026-05-06T04:01:12.288ZCreate backup boot environment: No
1842026-05-06T04:01:12.352Z Done
1852026-05-06T04:01:12.352Z Done
1862026-05-06T04:01:13.011Z Done
1872026-05-06T04:01:15.615Z Done
1882026-05-06T04:01:15.683Z Done
1892026-05-06T04:01:15.686Z Done
1902026-05-06T04:01:15.899Z Done
1912026-05-06T04:01:16.160ZPlanning: Evaluating mediator changes ... Done
1922026-05-06T04:01:16.264ZPlanning: Checking for conflicting actions ... Done
1932026-05-06T04:01:16.267ZPlanning: Consolidating action changes ... Done
1942026-05-06T04:01:16.419ZPlanning: Evaluating mediators ... Done
1952026-05-06T04:01:16.422ZPlanning: Planning completed in 0.26 seconds
1962026-05-06T04:01:16.439Z Mediators to change: 1
1972026-05-06T04:01:16.439Z Create boot environment: No
1982026-05-06T04:01:16.439ZCreate backup boot environment: No
1992026-05-06T04:01:16.494Z Done
2002026-05-06T04:01:16.494Z Done
2012026-05-06T04:01:17.126Z Done
2022026-05-06T04:01:19.717Z Done
2032026-05-06T04:01:19.788Z Done
2042026-05-06T04:01:19.790Z Done
2052026-05-06T04:01:19.944Z Done
2062026-05-06T04:01:20.228ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-05-06T04:01:20.228Zclang system 15 system
2082026-05-06T04:01:20.228Zcsh system system illumos
2092026-05-06T04:01:20.228Zctags system system illumos
2102026-05-06T04:01:20.228Zfile system system illumos
2112026-05-06T04:01:20.228Zgcc vendor 12 vendor
2122026-05-06T04:01:20.228Zgcc system 14 system
2132026-05-06T04:01:20.228Zgcc system 10 system
2142026-05-06T04:01:20.228Zgo system 1.20 system
2152026-05-06T04:01:20.228Zgo system 1.19 system
2162026-05-06T04:01:20.228Zllvm system 15 system
2172026-05-06T04:01:20.228Zllvm system 14 system
2182026-05-06T04:01:20.228Zmariadb system 10.6 system
2192026-05-06T04:01:20.228Zmta vendor vendor dma
2202026-05-06T04:01:20.228Zopenjdk system 17 system
2212026-05-06T04:01:20.228Zopenjdk system 11 system
2222026-05-06T04:01:20.228Zopenjdk system 1.8 system
2232026-05-06T04:01:20.229Zopenssl vendor 3 vendor
2242026-05-06T04:01:20.229Zperl system 5.36 system
2252026-05-06T04:01:20.229Zpostgresql system 18 system
2262026-05-06T04:01:20.229Zpostgresql system 15 system
2272026-05-06T04:01:20.229Zpostgresql system 13 system
2282026-05-06T04:01:20.229Zpython vendor 3 vendor
2292026-05-06T04:01:20.229Zpython system 2 system
2302026-05-06T04:01:20.229Zpython3 system 3.11 system
2312026-05-06T04:01:20.229Zruby system 3.0 system
2322026-05-06T04:01:20.229Zwords vendor vendor american-english
2332026-05-06T04:01:20.229Zwords system system australian-english
2342026-05-06T04:01:20.229Zwords system system british-english
2352026-05-06T04:01:20.229Zwords system system canadian-english
2362026-05-06T04:01:20.229Zwords system system french
2372026-05-06T04:01:20.229Zwords system system italian
2382026-05-06T04:01:20.229Zwords system system ngerman
2392026-05-06T04:01:20.229Zwords system system ogerman
2402026-05-06T04:01:20.229Zwords system system spanish
2412026-05-06T04:01:20.452ZPUBLISHER TYPE STATUS P LOCATION
2422026-05-06T04:01:20.452Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-05-06T04:01:25.112ZFMRI IFO
2442026-05-06T04:01:25.112Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-05-06T04:01:25.112Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-05-06T04:01:25.112Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-05-06T04:01:25.112Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-05-06T04:01:25.112Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-05-06T04:01:25.112Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-05-06T04:01:25.112Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-05-06T04:01:25.112Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-05-06T04:01:25.112Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-05-06T04:01:25.112Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-05-06T04:01:25.112Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-05-06T04:01:25.112Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-05-06T04:01:25.112Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-05-06T04:01:25.112Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-05-06T04:01:25.112Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-05-06T04:01:25.112Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-05-06T04:01:25.112Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-05-06T04:01:26.282Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-05-06T04:01:26.548Z Updating crates.io index
2632026-05-06T04:01:26.586Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-05-06T04:01:27.413Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-05-06T04:01:27.850Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-05-06T04:01:28.150Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-05-06T04:01:29.646Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-05-06T04:01:30.119Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-05-06T04:01:31.466Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-05-06T04:01:32.314Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-05-06T04:01:32.545Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-05-06T04:01:33.455Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-05-06T04:01:33.749Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-05-06T04:01:34.235Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-05-06T04:01:34.539Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-05-06T04:01:35.557Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-05-06T04:01:36.103Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-05-06T04:01:36.459Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-05-06T04:01:36.792Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-05-06T04:01:37.104Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-05-06T04:01:37.582Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-05-06T04:01:37.803Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-05-06T04:01:38.054Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-05-06T04:01:38.448Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-05-06T04:01:38.954Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-05-06T04:01:39.418Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-05-06T04:01:39.656Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-05-06T04:01:39.925Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-05-06T04:01:41.062Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-05-06T04:01:41.309Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-06T04:01:42.842Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-05-06T04:01:43.309Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-05-06T04:01:43.634Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-05-06T04:01:43.918Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-05-06T04:01:44.283Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-05-06T04:01:44.681Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-05-06T04:01:45.296Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-05-06T04:01:45.532Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-05-06T04:01:45.869Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-05-06T04:01:46.159Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-05-06T04:01:57.913Z Downloading crates ...
3022026-05-06T04:01:57.983Z Downloaded cfg-if v1.0.4
3032026-05-06T04:01:57.986Z Downloaded unicode-linebreak v0.1.5
3042026-05-06T04:01:57.986Z Downloaded unicode-xid v0.2.6
3052026-05-06T04:01:57.998Z Downloaded synstructure v0.13.2
3062026-05-06T04:01:58.001Z Downloaded zerovec-derive v0.11.2
3072026-05-06T04:01:58.001Z Downloaded typenum v1.19.0
3082026-05-06T04:01:58.004Z Downloaded utf8parse v0.2.2
3092026-05-06T04:01:58.004Z Downloaded textwrap v0.16.2
3102026-05-06T04:01:58.004Z Downloaded smallvec v1.15.1
3112026-05-06T04:01:58.007Z Downloaded memchr v2.8.0
3122026-05-06T04:01:58.010Z Downloaded tempfile v3.25.0
3132026-05-06T04:01:58.013Z Downloaded cargo-util-schemas v0.8.2
3142026-05-06T04:01:58.017Z Downloaded version_check v0.9.5
3152026-05-06T04:01:58.020Z Downloaded strsim v0.11.1
3162026-05-06T04:01:58.020Z Downloaded tabled_derive v0.7.0
3172026-05-06T04:01:58.022Z Downloaded goblin v0.8.2
3182026-05-06T04:01:58.025Z Downloaded zerofrom-derive v0.1.6
3192026-05-06T04:01:58.025Z Downloaded yoke-derive v0.8.1
3202026-05-06T04:01:58.028Z Downloaded toml_write v0.1.2
3212026-05-06T04:01:58.028Z Downloaded heck v0.4.1
3222026-05-06T04:01:58.028Z Downloaded anstream v0.6.21
3232026-05-06T04:01:58.031Z Downloaded terminal_size v0.4.3
3242026-05-06T04:01:58.031Z Downloaded icu_provider v2.1.1
3252026-05-06T04:01:58.034Z Downloaded utf8_iter v1.0.4
3262026-05-06T04:01:58.034Z Downloaded zerofrom v0.1.6
3272026-05-06T04:01:58.034Z Downloaded thiserror-impl v1.0.69
3282026-05-06T04:01:58.034Z Downloaded writeable v0.6.2
3292026-05-06T04:01:58.037Z Downloaded usdt-impl v0.5.0
3302026-05-06T04:01:58.037Z Downloaded ucd-trie v0.1.7
3312026-05-06T04:01:58.037Z Downloaded serde_derive v1.0.228
3322026-05-06T04:01:58.040Z Downloaded scroll v0.12.0
3332026-05-06T04:01:58.040Z Downloaded anstyle-query v1.1.5
3342026-05-06T04:01:58.043Z Downloaded usdt v0.5.0
3352026-05-06T04:01:58.043Z Downloaded toml_datetime v0.6.11
3362026-05-06T04:01:58.043Z Downloaded thiserror-impl v2.0.18
3372026-05-06T04:01:58.043Z Downloaded toml v0.8.23
3382026-05-06T04:01:58.048Z Downloaded num-traits v0.2.19
3392026-05-06T04:01:58.050Z Downloaded usdt-attr-macro v0.5.0
3402026-05-06T04:01:58.053Z Downloaded usdt-macro v0.5.0
3412026-05-06T04:01:58.053Z Downloaded typeid v1.0.3
3422026-05-06T04:01:58.056Z Downloaded thread-id v4.2.2
3432026-05-06T04:01:58.059Z Downloaded scroll_derive v0.12.1
3442026-05-06T04:01:58.062Z Downloaded clap_lex v1.0.0
3452026-05-06T04:01:58.062Z Downloaded thiserror v2.0.18
3462026-05-06T04:01:58.065Z Downloaded proc-macro-error-attr v1.0.4
3472026-05-06T04:01:58.068Z Downloaded yoke v0.8.1
3482026-05-06T04:01:58.071Z Downloaded quote v1.0.45
3492026-05-06T04:01:58.071Z Downloaded serde_spanned v0.6.9
3502026-05-06T04:01:58.075Z Downloaded zmij v1.0.21
3512026-05-06T04:01:58.075Z Downloaded zerovec v0.11.5
3522026-05-06T04:01:58.077Z Downloaded zerocopy-derive v0.7.35
3532026-05-06T04:01:58.081Z Downloaded generic-array v0.14.7
3542026-05-06T04:01:58.081Z Downloaded fastrand v2.3.0
3552026-05-06T04:01:58.081Z Downloaded toml_edit v0.22.27
3562026-05-06T04:01:58.087Z Downloaded unicode-ident v1.0.24
3572026-05-06T04:01:58.087Z Downloaded thiserror v1.0.69
3582026-05-06T04:01:58.090Z Downloaded byteorder v1.5.0
3592026-05-06T04:01:58.090Z Downloaded digest v0.10.7
3602026-05-06T04:01:58.090Z Downloaded cargo_metadata v0.21.0
3612026-05-06T04:01:58.090Z Downloaded itoa v1.0.17
3622026-05-06T04:01:58.093Z Downloaded macaddr v1.0.1
3632026-05-06T04:01:58.093Z Downloaded idna_adapter v1.2.1
3642026-05-06T04:01:58.093Z Downloaded potential_utf v0.1.4
3652026-05-06T04:01:58.093Z Downloaded memmap v0.7.0
3662026-05-06T04:01:58.094Z Downloaded dof v0.3.0
3672026-05-06T04:01:58.097Z Downloaded tinystr v0.8.2
3682026-05-06T04:01:58.097Z Downloaded cpufeatures v0.2.17
3692026-05-06T04:01:58.100Z Downloaded zerocopy v0.7.35
3702026-05-06T04:01:58.106Z Downloaded zerotrie v0.2.3
3712026-05-06T04:01:58.110Z Downloaded url v2.5.8
3722026-05-06T04:01:58.113Z Downloaded ordered-float v2.10.1
3732026-05-06T04:01:58.113Z Downloaded swrite v0.1.0
3742026-05-06T04:01:58.113Z Downloaded cargo_toml v0.21.0
3752026-05-06T04:01:58.116Z Downloaded stable_deref_trait v1.2.1
3762026-05-06T04:01:58.116Z Downloaded form_urlencoded v1.2.2
3772026-05-06T04:01:58.119Z Downloaded cargo-platform v0.2.0
3782026-05-06T04:01:58.119Z Downloaded winnow v0.7.14
3792026-05-06T04:01:58.123Z Downloaded unicode-width v0.2.0
3802026-05-06T04:01:58.126Z Downloaded heck v0.5.0
3812026-05-06T04:01:58.129Z Downloaded plain v0.2.3
3822026-05-06T04:01:58.129Z Downloaded colorchoice v1.0.4
3832026-05-06T04:01:58.129Z Downloaded fnv v1.0.7
3842026-05-06T04:01:58.129Z Downloaded unicode-width v0.1.14
3852026-05-06T04:01:58.132Z Downloaded is_terminal_polyfill v1.70.2
3862026-05-06T04:01:58.135Z Downloaded equivalent v1.0.2
3872026-05-06T04:01:58.135Z Downloaded pest_meta v2.8.6
3882026-05-06T04:01:58.135Z Downloaded sha2 v0.10.9
3892026-05-06T04:01:58.138Z Downloaded displaydoc v0.2.5
3902026-05-06T04:01:58.140Z Downloaded serde_tokenstream v0.2.3
3912026-05-06T04:01:58.143Z Downloaded percent-encoding v2.3.2
3922026-05-06T04:01:58.143Z Downloaded dtrace-parser v0.2.0
3932026-05-06T04:01:58.147Z Downloaded errno v0.3.14
3942026-05-06T04:01:58.151Z Downloaded smawk v0.3.2
3952026-05-06T04:01:58.159Z Downloaded pretty-hex v0.4.1
3962026-05-06T04:01:58.162Z Downloaded serde-value v0.7.0
3972026-05-06T04:01:58.165Z Downloaded proc-macro-error v1.0.4
3982026-05-06T04:01:58.168Z Downloaded block-buffer v0.10.4
3992026-05-06T04:01:58.173Z Downloaded camino-tempfile v1.4.1
4002026-05-06T04:01:58.178Z Downloaded anstyle v1.0.13
4012026-05-06T04:01:58.180Z Downloaded anstyle-parse v0.2.7
4022026-05-06T04:01:58.185Z Downloaded semver v1.0.28
4032026-05-06T04:01:58.188Z Downloaded clap_derive v4.5.55
4042026-05-06T04:01:58.193Z Downloaded autocfg v1.5.0
4052026-05-06T04:01:58.196Z Downloaded crypto-common v0.1.7
4062026-05-06T04:01:58.196Z Downloaded fs-err v3.3.0
4072026-05-06T04:01:58.202Z Downloaded erased-serde v0.4.9
4082026-05-06T04:01:58.207Z Downloaded icu_collections v2.1.1
4092026-05-06T04:01:58.210Z Downloaded once_cell v1.21.3
4102026-05-06T04:01:58.213Z Downloaded pest_generator v2.8.6
4112026-05-06T04:01:58.219Z Downloaded papergrid v0.11.0
4122026-05-06T04:01:58.234Z Downloaded serde-untagged v0.1.9
4132026-05-06T04:01:58.236Z Downloaded bytecount v0.6.9
4142026-05-06T04:01:58.237Z Downloaded anyhow v1.0.102
4152026-05-06T04:01:58.240Z Downloaded log v0.4.29
4162026-05-06T04:01:58.240Z Downloaded pest v2.8.6
4172026-05-06T04:01:58.244Z Downloaded getrandom v0.4.1
4182026-05-06T04:01:58.247Z Downloaded icu_normalizer_data v2.1.1
4192026-05-06T04:01:58.249Z Downloaded camino v1.2.2
4202026-05-06T04:01:58.249Z Downloaded bitflags v2.11.0
4212026-05-06T04:01:58.252Z Downloaded litemap v0.8.1
4222026-05-06T04:01:58.255Z Downloaded indexmap v2.14.0
4232026-05-06T04:01:58.258Z Downloaded proc-macro2 v1.0.106
4242026-05-06T04:01:58.261Z Downloaded clap v4.5.60
4252026-05-06T04:01:58.265Z Downloaded pest_derive v2.8.6
4262026-05-06T04:01:58.268Z Downloaded icu_normalizer v2.1.1
4272026-05-06T04:01:58.271Z Downloaded icu_locale_core v2.1.1
4282026-05-06T04:01:58.275Z Downloaded serde_core v1.0.228
4292026-05-06T04:01:58.279Z Downloaded icu_properties v2.1.2
4302026-05-06T04:01:58.283Z Downloaded serde v1.0.228
4312026-05-06T04:01:58.338Z Downloaded serde_json v1.0.149
4322026-05-06T04:01:58.341Z Downloaded idna v1.1.0
4332026-05-06T04:01:58.344Z Downloaded icu_properties_data v2.1.2
4342026-05-06T04:01:58.353Z Downloaded hashbrown v0.17.0
4352026-05-06T04:01:58.359Z Downloaded clap_builder v4.5.60
4362026-05-06T04:01:58.369Z Downloaded syn v1.0.109
4372026-05-06T04:01:58.378Z Downloaded tabled v0.15.0
4382026-05-06T04:01:58.385Z Downloaded syn v2.0.117
4392026-05-06T04:01:58.410Z Downloaded rustix v1.1.3
4402026-05-06T04:01:58.431Z Downloaded libc v0.2.185
4412026-05-06T04:01:58.498Z Compiling proc-macro2 v1.0.106
4422026-05-06T04:01:58.501Z Compiling unicode-ident v1.0.24
4432026-05-06T04:01:58.501Z Compiling quote v1.0.45
4442026-05-06T04:01:58.501Z Compiling serde_core v1.0.228
4452026-05-06T04:01:58.502Z Compiling libc v0.2.185
4462026-05-06T04:01:58.502Z Compiling version_check v0.9.5
4472026-05-06T04:01:58.502Z Compiling serde v1.0.228
4482026-05-06T04:01:58.502Z Compiling memchr v2.8.0
4492026-05-06T04:01:58.682Z Compiling stable_deref_trait v1.2.1
4502026-05-06T04:01:58.687Z Compiling zmij v1.0.21
4512026-05-06T04:01:58.687Z Compiling autocfg v1.5.0
4522026-05-06T04:01:58.687Z Compiling ucd-trie v0.1.7
4532026-05-06T04:01:58.687Z Compiling itoa v1.0.17
4542026-05-06T04:01:58.687Z Compiling thiserror v1.0.69
4552026-05-06T04:01:58.687Z Compiling writeable v0.6.2
4562026-05-06T04:01:58.928Z Compiling litemap v0.8.1
4572026-05-06T04:01:58.947Z Compiling icu_properties_data v2.1.2
4582026-05-06T04:01:59.267Z Compiling pest v2.8.6
4592026-05-06T04:01:59.284Z Compiling byteorder v1.5.0
4602026-05-06T04:01:59.307Z Compiling rustix v1.1.3
4612026-05-06T04:01:59.327Z Compiling icu_normalizer_data v2.1.1
4622026-05-06T04:01:59.424Z Compiling serde_json v1.0.149
4632026-05-06T04:01:59.429Z Compiling bitflags v2.11.0
4642026-05-06T04:01:59.511Z Compiling num-traits v0.2.19
4652026-05-06T04:01:59.622Z Compiling smallvec v1.15.1
4662026-05-06T04:01:59.680Z Compiling typeid v1.0.3
4672026-05-06T04:01:59.683Z Compiling equivalent v1.0.2
4682026-05-06T04:01:59.702Z Compiling hashbrown v0.17.0
4692026-05-06T04:01:59.793Z Compiling errno v0.3.14
4702026-05-06T04:01:59.825Z Compiling thread-id v4.2.2
4712026-05-06T04:01:59.825Z Compiling proc-macro-error-attr v1.0.4
4722026-05-06T04:01:59.924Z Compiling usdt-impl v0.5.0
4732026-05-06T04:01:59.926Z Compiling toml_write v0.1.2
4742026-05-06T04:01:59.945Z Compiling erased-serde v0.4.9
4752026-05-06T04:01:59.948Z Compiling syn v1.0.109
4762026-05-06T04:02:00.007Z Compiling winnow v0.7.14
4772026-05-06T04:02:00.011Z Compiling proc-macro-error v1.0.4
4782026-05-06T04:02:00.182Z Compiling plain v0.2.3
4792026-05-06T04:02:00.220Z Compiling percent-encoding v2.3.2
4802026-05-06T04:02:00.277Z Compiling indexmap v2.14.0
4812026-05-06T04:02:00.297Z Compiling syn v2.0.117
4822026-05-06T04:02:00.334Z Compiling thiserror v2.0.18
4832026-05-06T04:02:00.356Z Compiling log v0.4.29
4842026-05-06T04:02:00.395Z Compiling utf8parse v0.2.2
4852026-05-06T04:02:00.398Z Compiling camino v1.2.2
4862026-05-06T04:02:00.398Z Compiling getrandom v0.4.1
4872026-05-06T04:02:00.437Z Compiling pest_meta v2.8.6
4882026-05-06T04:02:00.455Z Compiling utf8_iter v1.0.4
4892026-05-06T04:02:00.539Z Compiling anstyle-parse v0.2.7
4902026-05-06T04:02:00.631Z Compiling form_urlencoded v1.2.2
4912026-05-06T04:02:00.764Z Compiling ordered-float v2.10.1
4922026-05-06T04:02:00.823Z Compiling anstyle v1.0.13
4932026-05-06T04:02:00.841Z Compiling colorchoice v1.0.4
4942026-05-06T04:02:00.880Z Compiling cfg-if v1.0.4
4952026-05-06T04:02:00.899Z Compiling anstyle-query v1.1.5
4962026-05-06T04:02:00.943Z Compiling is_terminal_polyfill v1.70.2
4972026-05-06T04:02:00.964Z Compiling pretty-hex v0.4.1
4982026-05-06T04:02:01.032Z Compiling fs-err v3.3.0
4992026-05-06T04:02:01.076Z Compiling terminal_size v0.4.3
5002026-05-06T04:02:01.080Z Compiling anstream v0.6.21
5012026-05-06T04:02:01.080Z Compiling unicode-width v0.1.14
5022026-05-06T04:02:01.135Z Compiling bytecount v0.6.9
5032026-05-06T04:02:01.138Z Compiling strsim v0.11.1
5042026-05-06T04:02:01.183Z Compiling heck v0.5.0
5052026-05-06T04:02:01.203Z Compiling once_cell v1.21.3
5062026-05-06T04:02:01.400Z Compiling semver v1.0.28
5072026-05-06T04:02:01.423Z Compiling heck v0.4.1
5082026-05-06T04:02:01.443Z Compiling anyhow v1.0.102
5092026-05-06T04:02:01.462Z Compiling unicode-xid v0.2.6
5102026-05-06T04:02:01.467Z Compiling fnv v1.0.7
5112026-05-06T04:02:01.483Z Compiling fastrand v2.3.0
5122026-05-06T04:02:01.540Z Compiling clap_lex v1.0.0
5132026-05-06T04:02:01.583Z Compiling papergrid v0.11.0
5142026-05-06T04:02:01.695Z Compiling memmap v0.7.0
5152026-05-06T04:02:01.746Z Compiling serde-untagged v0.1.9
5162026-05-06T04:02:01.767Z Compiling clap_builder v4.5.60
5172026-05-06T04:02:01.770Z Compiling tempfile v3.25.0
5182026-05-06T04:02:01.808Z Compiling smawk v0.3.2
5192026-05-06T04:02:01.811Z Compiling unicode-width v0.2.0
5202026-05-06T04:02:01.811Z Compiling unicode-linebreak v0.1.5
5212026-05-06T04:02:01.961Z Compiling swrite v0.1.0
5222026-05-06T04:02:01.979Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-05-06T04:02:02.017Z Compiling camino-tempfile v1.4.1
5242026-05-06T04:02:02.118Z Compiling textwrap v0.16.2
5252026-05-06T04:02:02.367Z Compiling tabled_derive v0.7.0
5262026-05-06T04:02:02.881Z Compiling synstructure v0.13.2
5272026-05-06T04:02:02.881Z Compiling pest_generator v2.8.6
5282026-05-06T04:02:03.024Z Compiling tabled v0.15.0
5292026-05-06T04:02:03.399Z Compiling serde_derive v1.0.228
5302026-05-06T04:02:03.402Z Compiling zerofrom-derive v0.1.6
5312026-05-06T04:02:03.402Z Compiling yoke-derive v0.8.1
5322026-05-06T04:02:03.402Z Compiling zerovec-derive v0.11.2
5332026-05-06T04:02:03.402Z Compiling displaydoc v0.2.5
5342026-05-06T04:02:03.402Z Compiling thiserror-impl v1.0.69
5352026-05-06T04:02:03.418Z Compiling zerocopy-derive v0.7.35
5362026-05-06T04:02:03.486Z Compiling scroll_derive v0.12.1
5372026-05-06T04:02:03.489Z Compiling pest_derive v2.8.6
5382026-05-06T04:02:03.521Z Compiling thiserror-impl v2.0.18
5392026-05-06T04:02:03.573Z Compiling clap_derive v4.5.55
5402026-05-06T04:02:04.181Z Compiling scroll v0.12.0
5412026-05-06T04:02:04.312Z Compiling zerocopy v0.7.35
5422026-05-06T04:02:04.410Z Compiling goblin v0.8.2
5432026-05-06T04:02:04.490Z Compiling zerofrom v0.1.6
5442026-05-06T04:02:04.597Z Compiling dtrace-parser v0.2.0
5452026-05-06T04:02:04.614Z Compiling yoke v0.8.1
5462026-05-06T04:02:04.773Z Compiling zerovec v0.11.5
5472026-05-06T04:02:04.773Z Compiling zerotrie v0.2.3
5482026-05-06T04:02:04.923Z Compiling clap v4.5.60
5492026-05-06T04:02:05.287Z Compiling tinystr v0.8.2
5502026-05-06T04:02:05.287Z Compiling potential_utf v0.1.4
5512026-05-06T04:02:05.419Z Compiling icu_collections v2.1.1
5522026-05-06T04:02:05.442Z Compiling icu_locale_core v2.1.1
5532026-05-06T04:02:05.931Z Compiling toml_datetime v0.6.11
5542026-05-06T04:02:05.932Z Compiling serde_spanned v0.6.9
5552026-05-06T04:02:05.934Z Compiling serde-value v0.7.0
5562026-05-06T04:02:05.934Z Compiling cargo-platform v0.2.0
5572026-05-06T04:02:05.935Z Compiling macaddr v1.0.1
5582026-05-06T04:02:05.950Z Compiling dof v0.3.0
5592026-05-06T04:02:05.953Z Compiling serde_tokenstream v0.2.3
5602026-05-06T04:02:06.005Z Compiling icu_provider v2.1.1
5612026-05-06T04:02:06.178Z Compiling toml_edit v0.22.27
5622026-05-06T04:02:06.286Z Compiling icu_normalizer v2.1.1
5632026-05-06T04:02:06.290Z Compiling icu_properties v2.1.2
5642026-05-06T04:02:06.723Z Compiling usdt-attr-macro v0.5.0
5652026-05-06T04:02:06.726Z Compiling usdt-macro v0.5.0
5662026-05-06T04:02:07.104Z Compiling idna_adapter v1.2.1
5672026-05-06T04:02:07.217Z Compiling idna v1.1.0
5682026-05-06T04:02:07.318Z Compiling usdt v0.5.0
5692026-05-06T04:02:07.440Z Compiling toml v0.8.23
5702026-05-06T04:02:07.474Z Compiling url v2.5.8
5712026-05-06T04:02:07.768Z Compiling cargo_toml v0.21.0
5722026-05-06T04:02:07.866Z Compiling cargo-util-schemas v0.8.2
5732026-05-06T04:02:08.643Z Compiling cargo_metadata v0.21.0
5742026-05-06T04:02:09.567Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-05-06T04:02:11.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.55s
5762026-05-06T04:02:11.919Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-05-06T04:02:12.474Z Downloading crates ...
5782026-05-06T04:02:12.570Z Downloaded async-recursion v1.1.1
5792026-05-06T04:02:12.576Z Downloaded bit-set v0.5.3
5802026-05-06T04:02:12.580Z Downloaded cargo-platform v0.1.9
5812026-05-06T04:02:12.584Z Downloaded convert_case v0.4.0
5822026-05-06T04:02:12.587Z Downloaded bzip2 v0.6.1
5832026-05-06T04:02:12.587Z Downloaded byte-wrapper v0.1.0
5842026-05-06T04:02:12.589Z Downloaded clang-sys v1.8.1
5852026-05-06T04:02:12.589Z Downloaded cexpr v0.6.0
5862026-05-06T04:02:12.598Z Downloaded derive_builder_core v0.20.2
5872026-05-06T04:02:12.601Z Downloaded cstr-argument v0.1.2
5882026-05-06T04:02:12.604Z Downloaded display-error-chain v0.2.2
5892026-05-06T04:02:12.604Z Downloaded fd-lock v4.0.4
5902026-05-06T04:02:12.607Z Downloaded diesel_derives v2.3.7
5912026-05-06T04:02:12.609Z Downloaded embedded-io v0.4.0
5922026-05-06T04:02:12.612Z Downloaded darling v0.21.3
5932026-05-06T04:02:12.621Z Downloaded fs_extra v1.3.0
5942026-05-06T04:02:12.653Z Downloaded embedded-io v0.6.1
5952026-05-06T04:02:12.658Z Downloaded darling v0.20.11
5962026-05-06T04:02:12.661Z Downloaded elliptic-curve v0.13.8
5972026-05-06T04:02:12.664Z Downloaded cobs v0.3.0
5982026-05-06T04:02:12.667Z Downloaded atomicwrites v0.4.4
5992026-05-06T04:02:12.667Z Downloaded dtrace-parser v0.3.0
6002026-05-06T04:02:12.670Z Downloaded arrayref v0.3.9
6012026-05-06T04:02:12.670Z Downloaded dirs-next v2.0.0
6022026-05-06T04:02:12.670Z Downloaded base16ct v0.2.0
6032026-05-06T04:02:12.673Z Downloaded crossbeam-deque v0.8.6
6042026-05-06T04:02:12.673Z Downloaded adler2 v2.0.1
6052026-05-06T04:02:12.675Z Downloaded critical-section v1.2.0
6062026-05-06T04:02:12.678Z Downloaded dsl_auto_type v0.2.0
6072026-05-06T04:02:12.684Z Downloaded array-init v0.0.4
6082026-05-06T04:02:12.686Z Downloaded document-features v0.2.12
6092026-05-06T04:02:12.689Z Downloaded crossterm v0.28.1
6102026-05-06T04:02:12.693Z Downloaded flagset v0.4.7
6112026-05-06T04:02:12.693Z Downloaded fallible-iterator v0.2.0
6122026-05-06T04:02:12.696Z Downloaded dropshot-api-manager-types v0.7.1
6132026-05-06T04:02:12.696Z Downloaded defmt v1.0.1
6142026-05-06T04:02:12.699Z Downloaded env_filter v1.0.0
6152026-05-06T04:02:12.699Z Downloaded ciborium-ll v0.2.2
6162026-05-06T04:02:12.701Z Downloaded bitfield-macros v0.19.4
6172026-05-06T04:02:12.701Z Downloaded atty v0.2.14
6182026-05-06T04:02:12.702Z Downloaded dropshot-api-manager v0.7.1
6192026-05-06T04:02:12.705Z Downloaded dof v0.4.0
6202026-05-06T04:02:12.705Z Downloaded derive_builder_macro v0.20.2
6212026-05-06T04:02:12.705Z Downloaded flate2 v1.1.9
6222026-05-06T04:02:12.709Z Downloaded fixedbitset v0.5.7
6232026-05-06T04:02:12.711Z Downloaded async-stream v0.3.6
6242026-05-06T04:02:12.711Z Downloaded compression-core v0.4.31
6252026-05-06T04:02:12.712Z Downloaded crc v3.4.0
6262026-05-06T04:02:12.714Z Downloaded constant_time_eq v0.4.2
6272026-05-06T04:02:12.714Z Downloaded bit-set v0.8.0
6282026-05-06T04:02:12.714Z Downloaded diesel_table_macro_syntax v0.3.0
6292026-05-06T04:02:12.717Z Downloaded crc-catalog v2.4.0
6302026-05-06T04:02:12.717Z Downloaded crossbeam-epoch v0.9.18
6312026-05-06T04:02:12.720Z Downloaded der_derive v0.7.3
6322026-05-06T04:02:12.720Z Downloaded darling_macro v0.23.0
6332026-05-06T04:02:12.720Z Downloaded assert_matches v1.5.0
6342026-05-06T04:02:12.723Z Downloaded block-padding v0.3.3
6352026-05-06T04:02:12.723Z Downloaded camino-tempfile-ext v0.3.3
6362026-05-06T04:02:12.723Z Downloaded defmt-macros v1.0.1
6372026-05-06T04:02:12.726Z Downloaded crossbeam-utils v0.8.21
6382026-05-06T04:02:12.728Z Downloaded atomic-waker v1.1.2
6392026-05-06T04:02:12.728Z Downloaded aead v0.5.2
6402026-05-06T04:02:12.731Z Downloaded endian-type v0.1.2
6412026-05-06T04:02:12.731Z Downloaded curve25519-dalek-derive v0.1.1
6422026-05-06T04:02:12.734Z Downloaded async-trait v0.1.89
6432026-05-06T04:02:12.737Z Downloaded crc8 v0.1.1
6442026-05-06T04:02:12.739Z Downloaded cbc v0.1.2
6452026-05-06T04:02:12.739Z Downloaded bit-vec v0.8.0
6462026-05-06T04:02:12.742Z Downloaded either v1.15.0
6472026-05-06T04:02:12.742Z Downloaded foreign-types v0.5.0
6482026-05-06T04:02:12.742Z Downloaded bzip2 v0.4.4
6492026-05-06T04:02:12.745Z Downloaded diesel-dtrace v0.5.0
6502026-05-06T04:02:12.748Z Downloaded find-msvc-tools v0.1.9
6512026-05-06T04:02:12.748Z Downloaded deranged v0.5.8
6522026-05-06T04:02:12.751Z Downloaded foreign-types v0.3.2
6532026-05-06T04:02:12.751Z Downloaded ciborium-io v0.2.2
6542026-05-06T04:02:12.753Z Downloaded cmake v0.1.57
6552026-05-06T04:02:12.756Z Downloaded funty v2.0.0
6562026-05-06T04:02:12.759Z Downloaded foreign-types-shared v0.1.1
6572026-05-06T04:02:12.759Z Downloaded futures-sink v0.3.32
6582026-05-06T04:02:12.759Z Downloaded debug-ignore v1.0.5
6592026-05-06T04:02:12.762Z Downloaded darling_macro v0.20.11
6602026-05-06T04:02:12.762Z Downloaded foreign-types-macros v0.2.3
6612026-05-06T04:02:12.762Z Downloaded ed25519 v2.2.3
6622026-05-06T04:02:12.768Z Downloaded float-ord v0.3.2
6632026-05-06T04:02:12.770Z Downloaded downcast-rs v2.0.2
6642026-05-06T04:02:12.771Z Downloaded bb8 v0.8.6
6652026-05-06T04:02:12.771Z Downloaded gethostname v0.5.0
6662026-05-06T04:02:12.773Z Downloaded chacha20 v0.9.1
6672026-05-06T04:02:12.773Z Downloaded foldhash v0.2.0
6682026-05-06T04:02:12.776Z Downloaded ctr v0.9.2
6692026-05-06T04:02:12.776Z Downloaded backon v1.6.0
6702026-05-06T04:02:12.779Z Downloaded csv-core v0.1.13
6712026-05-06T04:02:12.779Z Downloaded fs-err v2.11.0
6722026-05-06T04:02:12.782Z Downloaded crc-any v2.5.0
6732026-05-06T04:02:12.782Z Downloaded defmt-parser v1.0.0
6742026-05-06T04:02:12.782Z Downloaded bitfield v0.19.4
6752026-05-06T04:02:12.785Z Downloaded difflib v0.4.0
6762026-05-06T04:02:12.785Z Downloaded defmt v0.3.100
6772026-05-06T04:02:12.785Z Downloaded darling_macro v0.21.3
6782026-05-06T04:02:12.785Z Downloaded cancel-safe-futures v0.1.5
6792026-05-06T04:02:12.787Z Downloaded bitflags v1.3.2
6802026-05-06T04:02:12.793Z Downloaded base64ct v1.8.3
6812026-05-06T04:02:12.797Z Downloaded foldhash v0.1.5
6822026-05-06T04:02:12.800Z Downloaded bcs v0.1.6
6832026-05-06T04:02:12.800Z Downloaded expectorate v1.2.0
6842026-05-06T04:02:12.803Z Downloaded darling_core v0.20.11
6852026-05-06T04:02:12.806Z Downloaded hex-literal v0.4.1
6862026-05-06T04:02:12.806Z Downloaded bitfield-struct v0.6.2
6872026-05-06T04:02:12.809Z Downloaded futures-core v0.3.32
6882026-05-06T04:02:12.809Z Downloaded crucible-workspace-hack v0.1.0
6892026-05-06T04:02:12.812Z Downloaded cookie_store v0.22.1
6902026-05-06T04:02:12.814Z Downloaded ahash v0.8.12
6912026-05-06T04:02:12.814Z Downloaded buf-list v1.1.2
6922026-05-06T04:02:12.818Z Downloaded allocator-api2 v0.2.21
6932026-05-06T04:02:12.818Z Downloaded colored v3.1.1
6942026-05-06T04:02:12.821Z Downloaded dropshot_endpoint v0.16.7
6952026-05-06T04:02:12.821Z Downloaded dunce v1.0.5
6962026-05-06T04:02:12.823Z Downloaded http-body v1.0.1
6972026-05-06T04:02:12.823Z Downloaded cfg_aliases v0.2.1
6982026-05-06T04:02:12.823Z Downloaded headers-core v0.3.0
6992026-05-06T04:02:12.826Z Downloaded float-cmp v0.10.0
7002026-05-06T04:02:12.826Z Downloaded bcrypt-pbkdf v0.10.0
7012026-05-06T04:02:12.826Z Downloaded async-stream-impl v0.3.6
7022026-05-06T04:02:12.826Z Downloaded crunchy v0.2.4
7032026-05-06T04:02:12.829Z Downloaded fixedbitset v0.4.2
7042026-05-06T04:02:12.829Z Downloaded futures-io v0.3.32
7052026-05-06T04:02:12.829Z Downloaded console v0.16.2
7062026-05-06T04:02:12.832Z Downloaded git-stub-vcs v0.1.0
7072026-05-06T04:02:12.832Z Downloaded dirs-sys-next v0.1.2
7082026-05-06T04:02:12.832Z Downloaded derive_more v2.1.1
7092026-05-06T04:02:12.839Z Downloaded http-range v0.1.5
7102026-05-06T04:02:12.842Z Downloaded enum-as-inner v0.6.1
7112026-05-06T04:02:12.842Z Downloaded env_logger v0.11.9
7122026-05-06T04:02:12.845Z Downloaded drift v0.1.3
7132026-05-06T04:02:12.848Z Downloaded cookie v0.18.1
7142026-05-06T04:02:12.848Z Downloaded chacha20 v0.10.0
7152026-05-06T04:02:12.852Z Downloaded dyn-clone v1.0.20
7162026-05-06T04:02:12.852Z Downloaded corncobs v0.1.4
7172026-05-06T04:02:12.852Z Downloaded blake2 v0.10.6
7182026-05-06T04:02:12.855Z Downloaded const-oid v0.9.6
7192026-05-06T04:02:12.855Z Downloaded cargo_metadata v0.19.2
7202026-05-06T04:02:12.858Z Downloaded castaway v0.2.4
7212026-05-06T04:02:12.858Z Downloaded daft v0.1.5
7222026-05-06T04:02:12.858Z Downloaded darling_core v0.21.3
7232026-05-06T04:02:12.861Z Downloaded darling v0.23.0
7242026-05-06T04:02:12.865Z Downloaded group v0.13.0
7252026-05-06T04:02:12.869Z Downloaded fxhash v0.2.1
7262026-05-06T04:02:12.869Z Downloaded globset v0.4.18
7272026-05-06T04:02:12.869Z Downloaded ghash v0.5.1
7282026-05-06T04:02:12.872Z Downloaded futures-macro v0.3.32
7292026-05-06T04:02:12.872Z Downloaded const_format_proc_macros v0.2.34
7302026-05-06T04:02:12.872Z Downloaded hubpack v0.1.2
7312026-05-06T04:02:12.872Z Downloaded argon2 v0.5.3
7322026-05-06T04:02:12.875Z Downloaded hash32 v0.3.1
7332026-05-06T04:02:12.875Z Downloaded base64 v0.21.7
7342026-05-06T04:02:12.878Z Downloaded hostname v0.3.1
7352026-05-06T04:02:12.878Z Downloaded globwalk v0.9.1
7362026-05-06T04:02:12.879Z Downloaded getrandom v0.2.17
7372026-05-06T04:02:12.882Z Downloaded backoff v0.4.0
7382026-05-06T04:02:12.882Z Downloaded is-terminal v0.4.17
7392026-05-06T04:02:12.885Z Downloaded cpufeatures v0.3.0
7402026-05-06T04:02:12.886Z Downloaded ar_archive_writer v0.5.1
7412026-05-06T04:02:12.886Z Downloaded futures-executor v0.3.32
7422026-05-06T04:02:12.888Z Downloaded derive-ex v0.1.8
7432026-05-06T04:02:12.888Z Downloaded foreign-types-shared v0.3.1
7442026-05-06T04:02:12.888Z Downloaded arrayvec v0.7.6
7452026-05-06T04:02:12.891Z Downloaded cassowary v0.3.0
7462026-05-06T04:02:12.891Z Downloaded indoc v1.0.9
7472026-05-06T04:02:12.894Z Downloaded instant v0.1.13
7482026-05-06T04:02:12.894Z Downloaded hostname v0.4.2
7492026-05-06T04:02:12.896Z Downloaded cipher v0.4.4
7502026-05-06T04:02:12.896Z Downloaded hubpack_derive v0.1.1
7512026-05-06T04:02:12.896Z Downloaded convert_case v0.10.0
7522026-05-06T04:02:12.899Z Downloaded ciborium v0.2.2
7532026-05-06T04:02:12.899Z Downloaded cfg_aliases v0.1.1
7542026-05-06T04:02:12.899Z Downloaded inout v0.1.4
7552026-05-06T04:02:12.902Z Downloaded ascii-canvas v3.0.0
7562026-05-06T04:02:12.902Z Downloaded internet-checksum v0.2.1
7572026-05-06T04:02:12.905Z Downloaded derive_more v0.99.20
7582026-05-06T04:02:12.907Z Downloaded futures-task v0.3.32
7592026-05-06T04:02:12.908Z Downloaded hex v0.4.3
7602026-05-06T04:02:12.908Z Downloaded ecdsa v0.16.9
7612026-05-06T04:02:12.912Z Downloaded hyper-tls v0.6.0
7622026-05-06T04:02:12.912Z Downloaded indent_write v2.2.0
7632026-05-06T04:02:12.912Z Downloaded data-encoding v2.10.0
7642026-05-06T04:02:12.916Z Downloaded home v0.5.12
7652026-05-06T04:02:12.916Z Downloaded hmac v0.12.1
7662026-05-06T04:02:12.916Z Downloaded git-stub v1.0.0
7672026-05-06T04:02:12.916Z Downloaded filetime v0.2.27
7682026-05-06T04:02:12.919Z Downloaded indoc v2.0.7
7692026-05-06T04:02:12.919Z Downloaded chacha20poly1305 v0.10.1
7702026-05-06T04:02:12.919Z Downloaded compression-codecs v0.4.37
7712026-05-06T04:02:12.921Z Downloaded erased-serde v0.3.31
7722026-05-06T04:02:12.924Z Downloaded derive_builder v0.20.2
7732026-05-06T04:02:12.927Z Downloaded kstat-rs v0.2.4
7742026-05-06T04:02:12.927Z Downloaded keccak v0.1.6
7752026-05-06T04:02:12.927Z Downloaded linked-hash-map v0.5.6
7762026-05-06T04:02:12.929Z Downloaded libscf-sys v1.1.0
7772026-05-06T04:02:12.929Z Downloaded highway v1.3.0
7782026-05-06T04:02:12.930Z Downloaded daft-derive v0.1.5
7792026-05-06T04:02:12.933Z Downloaded glob v0.3.3
7802026-05-06T04:02:12.935Z Downloaded blowfish v0.9.1
7812026-05-06T04:02:12.936Z Downloaded ff v0.13.1
7822026-05-06T04:02:12.936Z Downloaded bit-vec v0.6.3
7832026-05-06T04:02:12.938Z Downloaded is_ci v1.2.0
7842026-05-06T04:02:12.938Z Downloaded match_cfg v0.1.0
7852026-05-06T04:02:12.938Z Downloaded ident_case v1.0.1
7862026-05-06T04:02:12.941Z Downloaded hash32 v0.2.1
7872026-05-06T04:02:12.941Z Downloaded md-5 v0.10.6
7882026-05-06T04:02:12.941Z Downloaded lru-cache v0.1.2
7892026-05-06T04:02:12.945Z Downloaded memoffset v0.9.1
7902026-05-06T04:02:12.948Z Downloaded md5 v0.7.0
7912026-05-06T04:02:12.948Z Downloaded lzss v0.8.2
7922026-05-06T04:02:12.951Z Downloaded crc32fast v1.5.0
7932026-05-06T04:02:12.951Z Downloaded lalrpop-util v0.19.12
7942026-05-06T04:02:12.953Z Downloaded maplit v1.0.2
7952026-05-06T04:02:12.953Z Downloaded managed v0.8.0
7962026-05-06T04:02:12.956Z Downloaded httpdate v1.0.3
7972026-05-06T04:02:12.959Z Downloaded http-body-util v0.1.3
7982026-05-06T04:02:12.959Z Downloaded console v0.15.11
7992026-05-06T04:02:12.962Z Downloaded arc-swap v1.8.2
8002026-05-06T04:02:12.965Z Downloaded bytes v1.11.1
8012026-05-06T04:02:12.967Z Downloaded ipnet v2.11.0
8022026-05-06T04:02:12.970Z Downloaded multimap v0.10.1
8032026-05-06T04:02:12.970Z Downloaded half v2.7.1
8042026-05-06T04:02:12.975Z Downloaded diff v0.1.13
8052026-05-06T04:02:12.978Z Downloaded lazy_static v1.5.0
8062026-05-06T04:02:12.980Z Downloaded async-compression v0.4.41
8072026-05-06T04:02:12.983Z Downloaded lru-slab v0.1.2
8082026-05-06T04:02:12.983Z Downloaded humantime v2.3.0
8092026-05-06T04:02:12.986Z Downloaded crossbeam-channel v0.5.15
8102026-05-06T04:02:13.000Z Downloaded num-iter v0.1.45
8112026-05-06T04:02:13.003Z Downloaded async-bb8-diesel v0.2.1
8122026-05-06T04:02:13.003Z Downloaded num_threads v0.1.7
8132026-05-06T04:02:13.005Z Downloaded normalize-line-endings v0.3.0
8142026-05-06T04:02:13.005Z Downloaded num-derive v0.3.3
8152026-05-06T04:02:13.005Z Downloaded nonempty v0.12.0
8162026-05-06T04:02:13.008Z Downloaded nodrop v0.1.14
8172026-05-06T04:02:13.008Z Downloaded nibble_vec v0.1.0
8182026-05-06T04:02:13.008Z Downloaded newtype_derive v0.1.6
8192026-05-06T04:02:13.008Z Downloaded half v1.8.3
8202026-05-06T04:02:13.011Z Downloaded olpc-cjson v0.1.4
8212026-05-06T04:02:13.011Z Downloaded lock_api v0.4.14
8222026-05-06T04:02:13.014Z Downloaded hyper-rustls v0.27.7
8232026-05-06T04:02:13.014Z Downloaded newtype-uuid-macros v0.1.0
8242026-05-06T04:02:13.014Z Downloaded cc v1.2.56
8252026-05-06T04:02:13.017Z Downloaded num-derive v0.4.2
8262026-05-06T04:02:13.019Z Downloaded libsw-core v0.3.2
8272026-05-06T04:02:13.019Z Downloaded opaque-debug v0.3.1
8282026-05-06T04:02:13.019Z Downloaded nanorand v0.7.0
8292026-05-06T04:02:13.022Z Downloaded libsw v3.5.0
8302026-05-06T04:02:13.022Z Downloaded libloading v0.8.9
8312026-05-06T04:02:13.025Z Downloaded derive-where v1.6.0
8322026-05-06T04:02:13.028Z Downloaded packed_struct_codegen v0.10.1
8332026-05-06T04:02:13.028Z Downloaded openssl-probe v0.2.1
8342026-05-06T04:02:13.028Z Downloaded const_format v0.2.35
8352026-05-06T04:02:13.030Z Downloaded des v0.8.1
8362026-05-06T04:02:13.033Z Downloaded base64 v0.22.1
8372026-05-06T04:02:13.036Z Downloaded native-tls v0.2.18
8382026-05-06T04:02:13.036Z Downloaded mime_guess v2.0.5
8392026-05-06T04:02:13.039Z Downloaded mime v0.3.17
8402026-05-06T04:02:13.039Z Downloaded ingot-macros v0.1.1
8412026-05-06T04:02:13.039Z Downloaded oso-derive v0.27.3
8422026-05-06T04:02:13.041Z Downloaded openssl-probe v0.1.6
8432026-05-06T04:02:13.041Z Downloaded ingot v0.1.1
8442026-05-06T04:02:13.041Z Downloaded jobserver v0.1.34
8452026-05-06T04:02:13.044Z Downloaded num v0.4.3
8462026-05-06T04:02:13.044Z Downloaded newline-converter v0.3.0
8472026-05-06T04:02:13.044Z Downloaded new_debug_unreachable v1.0.6
8482026-05-06T04:02:13.047Z Downloaded fatfs v0.3.6
8492026-05-06T04:02:13.047Z Downloaded futures-channel v0.3.32
8502026-05-06T04:02:13.050Z Downloaded maybe-uninit v2.0.0
8512026-05-06T04:02:13.050Z Downloaded pbkdf2 v0.11.0
8522026-05-06T04:02:13.053Z Downloaded parse-display v0.10.0
8532026-05-06T04:02:13.053Z Downloaded lru v0.12.5
8542026-05-06T04:02:13.053Z Downloaded libefi-sys v0.1.0
8552026-05-06T04:02:13.053Z Downloaded instability v0.3.11
8562026-05-06T04:02:13.056Z Downloaded ipnetwork v0.21.1
8572026-05-06T04:02:13.056Z Downloaded dropshot_endpoint v0.17.0
8582026-05-06T04:02:13.059Z Downloaded newtype-uuid v1.3.2
8592026-05-06T04:02:13.059Z Downloaded multer v3.1.0
8602026-05-06T04:02:13.062Z Downloaded iana-time-zone v0.1.65
8612026-05-06T04:02:13.062Z Downloaded parse-size v1.1.0
8622026-05-06T04:02:13.064Z Downloaded num-complex v0.4.6
8632026-05-06T04:02:13.065Z Downloaded pbkdf2 v0.12.2
8642026-05-06T04:02:13.065Z Downloaded path-slash v0.1.5
8652026-05-06T04:02:13.067Z Downloaded impl-trait-for-tuples v0.2.3
8662026-05-06T04:02:13.067Z Downloaded hyper-staticfile v0.10.1
8672026-05-06T04:02:13.070Z Downloaded ena v0.14.4
8682026-05-06T04:02:13.070Z Downloaded nu-ansi-term v0.50.3
8692026-05-06T04:02:13.073Z Downloaded colored v2.2.0
8702026-05-06T04:02:13.073Z Downloaded ed25519-dalek v2.2.0
8712026-05-06T04:02:13.076Z Downloaded num_enum_derive v0.5.11
8722026-05-06T04:02:13.076Z Downloaded num-rational v0.4.2
8732026-05-06T04:02:13.079Z Downloaded num-conv v0.2.0
8742026-05-06T04:02:13.079Z Downloaded num-integer v0.1.46
8752026-05-06T04:02:13.079Z Downloaded litrs v1.0.0
8762026-05-06T04:02:13.082Z Downloaded peg-runtime v0.8.5
8772026-05-06T04:02:13.082Z Downloaded phf_shared v0.12.1
8782026-05-06T04:02:13.082Z Downloaded linear-map v1.2.0
8792026-05-06T04:02:13.087Z Downloaded phf_shared v0.11.3
8802026-05-06T04:02:13.090Z Downloaded num_enum_derive v0.7.5
8812026-05-06T04:02:13.090Z Downloaded compact_str v0.8.1
8822026-05-06T04:02:13.090Z Downloaded num_enum v0.7.5
8832026-05-06T04:02:13.093Z Downloaded num_enum v0.5.11
8842026-05-06T04:02:13.096Z Downloaded ingot-types v0.1.2
8852026-05-06T04:02:13.099Z Downloaded pin-utils v0.1.0
8862026-05-06T04:02:13.099Z Downloaded headers v0.4.1
8872026-05-06T04:02:13.105Z Downloaded parse-display-derive v0.10.0
8882026-05-06T04:02:13.108Z Downloaded oxnet v0.1.4
8892026-05-06T04:02:13.108Z Downloaded peg-macros v0.8.5
8902026-05-06T04:02:13.111Z Downloaded packed_struct v0.10.1
8912026-05-06T04:02:13.111Z Downloaded flume v0.11.1
8922026-05-06T04:02:13.113Z Downloaded owo-colors v4.3.0
8932026-05-06T04:02:13.114Z Downloaded indexmap v1.9.3
8942026-05-06T04:02:13.116Z Downloaded openssl-macros v0.1.1
8952026-05-06T04:02:13.116Z Downloaded aes-gcm v0.10.3
8962026-05-06T04:02:13.124Z Downloaded proc-macro-crate v1.3.1
8972026-05-06T04:02:13.127Z Downloaded memmap2 v0.9.10
8982026-05-06T04:02:13.129Z Downloaded libbz2-rs-sys v0.2.2
8992026-05-06T04:02:13.132Z Downloaded password-hash v0.5.0
9002026-05-06T04:02:13.134Z Downloaded httparse v1.10.1
9012026-05-06T04:02:13.137Z Downloaded phf_shared v0.13.1
9022026-05-06T04:02:13.137Z Downloaded peg v0.8.5
9032026-05-06T04:02:13.140Z Downloaded paste v1.0.15
9042026-05-06T04:02:13.140Z Downloaded getrandom v0.3.4
9052026-05-06T04:02:13.143Z Downloaded password-hash v0.4.2
9062026-05-06T04:02:13.146Z Downloaded pem v3.0.6
9072026-05-06T04:02:13.146Z Downloaded oxide-tokio-rt v0.1.4
9082026-05-06T04:02:13.149Z Downloaded omicron-zone-package v0.12.2
9092026-05-06T04:02:13.149Z Downloaded indicatif v0.18.4
9102026-05-06T04:02:13.152Z Downloaded progenitor-macro v0.14.0
9112026-05-06T04:02:13.154Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-05-06T04:02:13.154Z Downloaded pkcs8 v0.10.2
9132026-05-06T04:02:13.154Z Downloaded pin-project-internal v1.1.11
9142026-05-06T04:02:13.157Z Downloaded predicates-tree v1.0.13
9152026-05-06T04:02:13.157Z Downloaded bumpalo v3.20.2
9162026-05-06T04:02:13.160Z Downloaded precomputed-hash v0.1.1
9172026-05-06T04:02:13.160Z Downloaded heapless v0.7.17
9182026-05-06T04:02:13.163Z Downloaded hashbrown v0.15.5
9192026-05-06T04:02:13.165Z Downloaded postgres-protocol v0.6.10
9202026-05-06T04:02:13.168Z Downloaded progenitor-macro v0.11.2
9212026-05-06T04:02:13.168Z Downloaded heapless v0.8.0
9222026-05-06T04:02:13.171Z Downloaded rand_xorshift v0.4.0
9232026-05-06T04:02:13.171Z Downloaded radium v0.7.0
9242026-05-06T04:02:13.171Z Downloaded powerfmt v0.2.0
9252026-05-06T04:02:13.174Z Downloaded predicates-core v1.0.10
9262026-05-06T04:02:13.174Z Downloaded futures v0.3.32
9272026-05-06T04:02:13.177Z Downloaded polyval v0.6.2
9282026-05-06T04:02:13.179Z Downloaded aes v0.8.4
9292026-05-06T04:02:13.179Z Downloaded progenitor-client v0.11.2
9302026-05-06T04:02:13.182Z Downloaded phf v0.12.1
9312026-05-06T04:02:13.182Z Downloaded progenitor-client v0.10.0
9322026-05-06T04:02:13.185Z Downloaded predicates v3.1.4
9332026-05-06T04:02:13.188Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-05-06T04:02:13.188Z Downloaded psl-types v2.0.11
9352026-05-06T04:02:13.188Z Downloaded pkg-config v0.3.32
9362026-05-06T04:02:13.191Z Downloaded crypto-bigint v0.5.5
9372026-05-06T04:02:13.193Z Downloaded progenitor-macro v0.13.0
9382026-05-06T04:02:13.193Z Downloaded parking_lot_core v0.9.12
9392026-05-06T04:02:13.196Z Downloaded progenitor v0.11.2
9402026-05-06T04:02:13.196Z Downloaded proc-macro-error2 v2.0.1
9412026-05-06T04:02:13.199Z Downloaded primeorder v0.13.6
9422026-05-06T04:02:13.199Z Downloaded proc-macro-crate v3.4.0
9432026-05-06T04:02:13.202Z Downloaded parking_lot v0.12.5
9442026-05-06T04:02:13.202Z Downloaded progenitor-macro v0.10.0
9452026-05-06T04:02:13.207Z Downloaded der v0.7.10
9462026-05-06T04:02:13.210Z Downloaded phf v0.13.1
9472026-05-06T04:02:13.213Z Downloaded pin-project-lite v0.2.17
9482026-05-06T04:02:13.218Z Downloaded parking_lot_core v0.8.6
9492026-05-06T04:02:13.218Z Downloaded pem-rfc7468 v0.7.0
9502026-05-06T04:02:13.220Z Downloaded rand_chacha v0.3.1
9512026-05-06T04:02:13.220Z Downloaded ignore v0.4.25
9522026-05-06T04:02:13.224Z Downloaded progenitor v0.10.0
9532026-05-06T04:02:13.227Z Downloaded hashbrown v0.12.3
9542026-05-06T04:02:13.230Z Downloaded rustc_version v0.4.1
9552026-05-06T04:02:13.230Z Downloaded miniz_oxide v0.8.9
9562026-05-06T04:02:13.233Z Downloaded russh-cryptovec v0.7.3
9572026-05-06T04:02:13.233Z Downloaded hickory-resolver v0.25.2
9582026-05-06T04:02:13.236Z Downloaded rfc6979 v0.4.0
9592026-05-06T04:02:13.236Z Downloaded progenitor v0.13.0
9602026-05-06T04:02:13.238Z Downloaded postgres-types v0.2.12
9612026-05-06T04:02:13.238Z Downloaded hickory-resolver v0.24.4
9622026-05-06T04:02:13.241Z Downloaded progenitor-client v0.14.0
9632026-05-06T04:02:13.241Z Downloaded p256 v0.13.2
9642026-05-06T04:02:13.244Z Downloaded ref-cast v1.0.25
9652026-05-06T04:02:13.249Z Downloaded pkcs1 v0.7.5
9662026-05-06T04:02:13.249Z Downloaded rustc_version v0.1.7
9672026-05-06T04:02:13.252Z Downloaded rand_core v0.10.0
9682026-05-06T04:02:13.252Z Downloaded recursive v0.1.1
9692026-05-06T04:02:13.252Z Downloaded oso v0.27.3
9702026-05-06T04:02:13.252Z Downloaded derive_more-impl v2.1.1
9712026-05-06T04:02:13.254Z Downloaded progenitor-client v0.13.0
9722026-05-06T04:02:13.257Z Downloaded ppv-lite86 v0.2.21
9732026-05-06T04:02:13.257Z Downloaded ref-cast-impl v1.0.25
9742026-05-06T04:02:13.257Z Downloaded rtoolbox v0.0.3
9752026-05-06T04:02:13.260Z Downloaded psm v0.1.30
9762026-05-06T04:02:13.260Z Downloaded progenitor v0.14.0
9772026-05-06T04:02:13.263Z Downloaded darling_core v0.23.0
9782026-05-06T04:02:13.266Z Downloaded rustc-hash v2.1.1
9792026-05-06T04:02:13.266Z Downloaded rand_chacha v0.9.0
9802026-05-06T04:02:13.270Z Downloaded pkcs5 v0.7.1
9812026-05-06T04:02:13.273Z Downloaded rand_seeder v0.4.0
9822026-05-06T04:02:13.276Z Downloaded rand_core v0.9.5
9832026-05-06T04:02:13.276Z Downloaded progenitor-extras v0.2.0
9842026-05-06T04:02:13.276Z Downloaded scroll_derive v0.13.1
9852026-05-06T04:02:13.279Z Downloaded hashbrown v0.13.2
9862026-05-06T04:02:13.279Z Downloaded jiff-static v0.2.21
9872026-05-06T04:02:13.282Z Downloaded parking_lot v0.11.2
9882026-05-06T04:02:13.286Z Downloaded http v1.4.0
9892026-05-06T04:02:13.286Z Downloaded rand_core v0.6.4
9902026-05-06T04:02:13.292Z Downloaded openssl-sys v0.9.114
9912026-05-06T04:02:13.294Z Downloaded pin-project v1.1.11
9922026-05-06T04:02:13.303Z Downloaded scheduled-thread-pool v0.2.7
9932026-05-06T04:02:13.305Z Downloaded sapling-renderdag v0.1.0
9942026-05-06T04:02:13.305Z Downloaded semver v0.1.20
9952026-05-06T04:02:13.308Z Downloaded same-file v1.0.6
9962026-05-06T04:02:13.312Z Downloaded secrecy v0.8.0
9972026-05-06T04:02:13.315Z Downloaded serde_repr v0.1.20
9982026-05-06T04:02:13.317Z Downloaded scrypt v0.11.0
9992026-05-06T04:02:13.317Z Downloaded serde_bytes v0.11.19
10002026-05-06T04:02:13.320Z Downloaded salsa20 v0.10.2
10012026-05-06T04:02:13.323Z Downloaded serde_spanned v1.0.4
10022026-05-06T04:02:13.326Z Downloaded poly1305 v0.8.0
10032026-05-06T04:02:13.328Z Downloaded quick-error v1.2.3
10042026-05-06T04:02:13.328Z Downloaded papergrid v0.17.0
10052026-05-06T04:02:13.332Z Downloaded resolv-conf v0.7.6
10062026-05-06T04:02:13.335Z Downloaded serde_plain v1.0.2
10072026-05-06T04:02:13.338Z Downloaded serde_urlencoded v0.7.1
10082026-05-06T04:02:13.341Z Downloaded itertools v0.10.5
10092026-05-06T04:02:13.345Z Downloaded rusty-fork v0.3.1
10102026-05-06T04:02:13.348Z Downloaded r2d2 v0.8.10
10112026-05-06T04:02:13.348Z Downloaded quinn-udp v0.5.14
10122026-05-06T04:02:13.352Z Downloaded postcard v1.1.3
10132026-05-06T04:02:13.352Z Downloaded signal-hook-mio v0.2.5
10142026-05-06T04:02:13.355Z Downloaded progenitor-impl v0.13.0
10152026-05-06T04:02:13.355Z Downloaded hyper-util v0.1.20
10162026-05-06T04:02:13.358Z Downloaded siphasher v1.0.2
10172026-05-06T04:02:13.358Z Downloaded prefix-trie v0.7.0
10182026-05-06T04:02:13.361Z Downloaded rustls-pemfile v1.0.4
10192026-05-06T04:02:13.364Z Downloaded sha1 v0.10.6
10202026-05-06T04:02:13.366Z Downloaded progenitor-impl v0.14.0
10212026-05-06T04:02:13.372Z Downloaded serde-big-array v0.5.1
10222026-05-06T04:02:13.376Z Downloaded minimal-lexical v0.2.1
10232026-05-06T04:02:13.379Z Downloaded signature v2.2.0
10242026-05-06T04:02:13.384Z Downloaded sct v0.7.1
10252026-05-06T04:02:13.387Z Downloaded rustls-pemfile v2.2.0
10262026-05-06T04:02:13.390Z Downloaded secrecy v0.10.3
10272026-05-06T04:02:13.390Z Downloaded schemars_derive v0.8.22
10282026-05-06T04:02:13.393Z Downloaded slog-bunyan v2.5.0
10292026-05-06T04:02:13.398Z Downloaded shell-words v1.1.1
10302026-05-06T04:02:13.398Z Downloaded ssh-encoding v0.2.0
10312026-05-06T04:02:13.401Z Downloaded sec1 v0.7.3
10322026-05-06T04:02:13.404Z Downloaded serde_path_to_error v0.1.20
10332026-05-06T04:02:13.404Z Downloaded hickory-server v0.25.2
10342026-05-06T04:02:13.407Z Downloaded rustversion v1.0.22
10352026-05-06T04:02:13.410Z Downloaded scopeguard v1.2.0
10362026-05-06T04:02:13.410Z Downloaded slog-envlogger v2.2.0
10372026-05-06T04:02:13.413Z Downloaded signal-hook-tokio v0.3.1
10382026-05-06T04:02:13.416Z Downloaded serde-hex v0.1.0
10392026-05-06T04:02:13.416Z Downloaded scroll v0.13.0
10402026-05-06T04:02:13.419Z Downloaded strip-ansi-escapes v0.2.1
10412026-05-06T04:02:13.420Z Downloaded structmeta-derive v0.3.0
10422026-05-06T04:02:13.420Z Downloaded sqlparser_derive v0.5.0
10432026-05-06T04:02:13.424Z Downloaded sigpipe v0.1.3
10442026-05-06T04:02:13.429Z Downloaded ssh-cipher v0.2.0
10452026-05-06T04:02:13.429Z Downloaded slog-dtrace v0.3.0
10462026-05-06T04:02:13.429Z Downloaded num-bigint v0.4.6
10472026-05-06T04:02:13.460Z Downloaded shlex v1.3.0
10482026-05-06T04:02:13.460Z Downloaded rustls-native-certs v0.8.3
10492026-05-06T04:02:13.460Z Downloaded strum v0.26.3
10502026-05-06T04:02:13.460Z Downloaded strum v0.27.2
10512026-05-06T04:02:13.460Z Downloaded simd-adler32 v0.3.8
10522026-05-06T04:02:13.460Z Downloaded hashbrown v0.16.1
10532026-05-06T04:02:13.460Z Downloaded sync_wrapper v1.0.2
10542026-05-06T04:02:13.460Z Downloaded supports-color v3.0.2
10552026-05-06T04:02:13.460Z Downloaded structmeta v0.3.0
10562026-05-06T04:02:13.460Z Downloaded rcgen v0.12.1
10572026-05-06T04:02:13.461Z Downloaded slog-scope v4.4.1
10582026-05-06T04:02:13.464Z Downloaded tabled_derive v0.11.0
10592026-05-06T04:02:13.464Z Downloaded seq-macro v0.3.6
10602026-05-06T04:02:13.464Z Downloaded tap v1.0.1
10612026-05-06T04:02:13.467Z Downloaded tagptr v0.2.0
10622026-05-06T04:02:13.467Z Downloaded testing_table v0.3.0
10632026-05-06T04:02:13.467Z Downloaded prettyplease v0.2.37
10642026-05-06T04:02:13.470Z Downloaded take_mut v0.2.2
10652026-05-06T04:02:13.473Z Downloaded smf v0.2.3
10662026-05-06T04:02:13.476Z Downloaded spki v0.7.3
10672026-05-06T04:02:13.479Z Downloaded smallvec v0.6.14
10682026-05-06T04:02:13.479Z Downloaded slog-json v2.6.1
10692026-05-06T04:02:13.484Z Downloaded progenitor-impl v0.10.0
10702026-05-06T04:02:13.487Z Downloaded sqlformat v0.3.5
10712026-05-06T04:02:13.487Z Downloaded slog-async v2.8.0
10722026-05-06T04:02:13.490Z Downloaded serde_derive_internals v0.29.1
10732026-05-06T04:02:13.493Z Downloaded itertools v0.12.1
10742026-05-06T04:02:13.496Z Downloaded serde_cbor v0.11.2
10752026-05-06T04:02:13.499Z Downloaded ryu v1.0.23
10762026-05-06T04:02:13.502Z Downloaded stacker v0.1.23
10772026-05-06T04:02:13.502Z Downloaded russh-keys v0.45.0
10782026-05-06T04:02:13.505Z Downloaded ron v0.8.1
10792026-05-06T04:02:13.508Z Downloaded string_cache v0.8.9
10802026-05-06T04:02:13.508Z Downloaded nom v7.1.3
10812026-05-06T04:02:13.511Z Downloaded time-core v0.1.8
10822026-05-06T04:02:13.514Z Downloaded signal-hook-registry v1.4.8
10832026-05-06T04:02:13.516Z Downloaded progenitor-impl v0.11.2
10842026-05-06T04:02:13.519Z Downloaded crossterm v0.29.0
10852026-05-06T04:02:13.522Z Downloaded tinyvec_macros v0.1.1
10862026-05-06T04:02:13.525Z Downloaded strum_macros v0.27.2
10872026-05-06T04:02:13.525Z Downloaded tokio-macros v2.7.0
10882026-05-06T04:02:13.525Z Downloaded strum_macros v0.24.3
10892026-05-06T04:02:13.529Z Downloaded stringprep v0.1.5
10902026-05-06T04:02:13.530Z Downloaded serde_with_macros v3.17.0
10912026-05-06T04:02:13.532Z Downloaded rustls-platform-verifier v0.6.2
10922026-05-06T04:02:13.532Z Downloaded rayon-core v1.13.0
10932026-05-06T04:02:13.535Z Downloaded quinn v0.11.9
10942026-05-06T04:02:13.538Z Downloaded sync-ptr v0.1.4
10952026-05-06T04:02:13.541Z Downloaded subtle v2.6.1
10962026-05-06T04:02:13.544Z Downloaded slog-stdlog v4.1.1
10972026-05-06T04:02:13.547Z Downloaded mio v1.2.0
10982026-05-06T04:02:13.550Z Downloaded support-bundle-viewer v0.1.2
10992026-05-06T04:02:13.552Z Downloaded spin v0.9.8
11002026-05-06T04:02:13.555Z Downloaded libxml v0.3.3
11012026-05-06T04:02:13.558Z Downloaded snafu-derive v0.8.9
11022026-05-06T04:02:13.558Z Downloaded termios v0.3.3
11032026-05-06T04:02:13.561Z Downloaded strum_macros v0.26.4
11042026-05-06T04:02:13.564Z Downloaded topological-sort v0.2.2
11052026-05-06T04:02:13.567Z Downloaded slog-term v2.9.2
11062026-05-06T04:02:13.567Z Downloaded slab v0.4.12
11072026-05-06T04:02:13.567Z Downloaded thiserror-impl-no-std v2.0.2
11082026-05-06T04:02:13.569Z Downloaded termtree v0.5.1
11092026-05-06T04:02:13.572Z Downloaded pretty_assertions v1.4.1
11102026-05-06T04:02:13.575Z Downloaded thread_local v1.1.9
11112026-05-06T04:02:13.578Z Downloaded tiny-keccak v2.0.2
11122026-05-06T04:02:13.581Z Downloaded serde_yaml v0.9.34+deprecated
11132026-05-06T04:02:13.583Z Downloaded thiserror-no-std v2.0.2
11142026-05-06T04:02:13.586Z Downloaded rustls-pki-types v1.14.0
11152026-05-06T04:02:13.589Z Downloaded time-macros v0.2.27
11162026-05-06T04:02:13.589Z Downloaded schemars v0.8.22
11172026-05-06T04:02:13.595Z Downloaded tower-service v0.3.3
11182026-05-06T04:02:13.598Z Downloaded tower-layer v0.3.3
11192026-05-06T04:02:13.598Z Downloaded trait-variant v0.1.2
11202026-05-06T04:02:13.598Z Downloaded tls_codec v0.4.2
11212026-05-06T04:02:13.601Z Downloaded try-lock v0.2.5
11222026-05-06T04:02:13.601Z Downloaded signal-hook v0.3.18
11232026-05-06T04:02:13.604Z Downloaded static_assertions v1.1.0
11242026-05-06T04:02:13.604Z Downloaded tokio-native-tls v0.3.1
11252026-05-06T04:02:13.604Z Downloaded unarray v0.1.4
11262026-05-06T04:02:13.606Z Downloaded blake3 v1.8.3
11272026-05-06T04:02:13.610Z Downloaded tls_codec_derive v0.4.2
11282026-05-06T04:02:13.615Z Downloaded publicsuffix v2.3.0
11292026-05-06T04:02:13.615Z Downloaded hyper v1.8.1
11302026-05-06T04:02:13.618Z Downloaded tokio-rustls v0.25.0
11312026-05-06T04:02:13.618Z Downloaded itertools v0.13.0
11322026-05-06T04:02:13.621Z Downloaded typify-macro v0.4.3
11332026-05-06T04:02:13.623Z Downloaded similar v2.7.0
11342026-05-06T04:02:13.626Z Downloaded tabwriter v1.4.1
11352026-05-06T04:02:13.626Z Downloaded num-bigint-dig v0.8.6
11362026-05-06T04:02:13.629Z Downloaded aws-lc-rs v1.16.0
11372026-05-06T04:02:13.633Z Downloaded universal-hash v0.5.1
11382026-05-06T04:02:13.636Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-05-06T04:02:13.636Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-05-06T04:02:13.636Z Downloaded unit-prefix v0.5.2
11412026-05-06T04:02:13.639Z Downloaded tokio-tungstenite v0.21.0
11422026-05-06T04:02:13.639Z Downloaded bitvec v1.0.1
11432026-05-06T04:02:13.646Z Downloaded utf-8 v0.7.6
11442026-05-06T04:02:13.649Z Downloaded aho-corasick v1.1.4
11452026-05-06T04:02:13.653Z Downloaded untrusted v0.7.1
11462026-05-06T04:02:13.653Z Downloaded usdt-macro v0.6.0
11472026-05-06T04:02:13.653Z Downloaded unicode-truncate v1.1.0
11482026-05-06T04:02:13.653Z Downloaded usdt v0.6.0
11492026-05-06T04:02:13.656Z Downloaded untrusted v0.9.0
11502026-05-06T04:02:13.656Z Downloaded socket2 v0.6.3
11512026-05-06T04:02:13.656Z Downloaded toml_writer v1.0.6+spec-1.1.0
11522026-05-06T04:02:13.659Z Downloaded void v1.0.2
11532026-05-06T04:02:13.659Z Downloaded usdt-attr-macro v0.6.0
11542026-05-06T04:02:13.659Z Downloaded tokio-dtrace v0.1.1
11552026-05-06T04:02:13.659Z Downloaded qorb v0.4.1
11562026-05-06T04:02:13.661Z Downloaded slog v2.8.2
11572026-05-06T04:02:13.664Z Downloaded itertools v0.14.0
11582026-05-06T04:02:13.667Z Downloaded tokio-tungstenite v0.23.1
11592026-05-06T04:02:13.670Z Downloaded thread-id v5.1.0
11602026-05-06T04:02:13.670Z Downloaded rand v0.8.5
11612026-05-06T04:02:13.674Z Downloaded schemars v0.9.0
11622026-05-06T04:02:13.680Z Downloaded want v0.3.1
11632026-05-06T04:02:13.682Z Downloaded rsa v0.9.10
11642026-05-06T04:02:13.685Z Downloaded wait-timeout v0.2.1
11652026-05-06T04:02:13.685Z Downloaded libm v0.2.16
11662026-05-06T04:02:13.690Z Downloaded subprocess v0.2.15
11672026-05-06T04:02:13.692Z Downloaded iri-string v0.7.10
11682026-05-06T04:02:13.696Z Downloaded waitgroup v0.1.2
11692026-05-06T04:02:13.698Z Downloaded iddqd v0.3.18
11702026-05-06T04:02:13.701Z Downloaded tokio-stream v0.1.18
11712026-05-06T04:02:13.704Z Downloaded typify-macro v0.6.2
11722026-05-06T04:02:13.707Z Downloaded test-strategy v0.4.5
11732026-05-06T04:02:13.707Z Downloaded samael v0.0.19
11742026-05-06T04:02:13.710Z Downloaded xshell-macros v0.2.7
11752026-05-06T04:02:13.713Z Downloaded tokio-rustls v0.26.4
11762026-05-06T04:02:13.713Z Downloaded zeroize_derive v1.4.3
11772026-05-06T04:02:13.715Z Downloaded term v1.2.1
11782026-05-06T04:02:13.718Z Downloaded snafu v0.8.9
11792026-05-06T04:02:13.723Z Downloaded usdt-impl v0.6.0
11802026-05-06T04:02:13.726Z Downloaded p521 v0.13.3
11812026-05-06T04:02:13.728Z Downloaded unicase v2.9.0
11822026-05-06T04:02:13.728Z Downloaded toml_parser v1.0.9+spec-1.1.0
11832026-05-06T04:02:13.731Z Downloaded zone_cfg_derive v0.3.1
11842026-05-06T04:02:13.731Z Downloaded zone v0.3.1
11852026-05-06T04:02:13.734Z Downloaded tokio-rustls v0.24.1
11862026-05-06T04:02:13.737Z Downloaded rand v0.10.0
11872026-05-06T04:02:13.739Z Downloaded vergen-lib v0.1.6
11882026-05-06T04:02:13.742Z Downloaded futures-util v0.3.32
11892026-05-06T04:02:13.748Z Downloaded tracing-attributes v0.1.31
11902026-05-06T04:02:13.753Z Downloaded twox-hash v2.1.2
11912026-05-06T04:02:13.755Z Downloaded vergen-git2 v1.0.7
11922026-05-06T04:02:13.756Z Downloaded socket2 v0.5.10
11932026-05-06T04:02:13.756Z Downloaded walkdir v2.5.0
11942026-05-06T04:02:13.758Z Downloaded term v0.7.0
11952026-05-06T04:02:13.758Z Downloaded vsss-rs v3.3.4
11962026-05-06T04:02:13.761Z Downloaded tui-tree-widget v0.23.1
11972026-05-06T04:02:13.764Z Downloaded rustls-webpki v0.103.9
11982026-05-06T04:02:13.764Z Downloaded tinyvec v1.10.0
11992026-05-06T04:02:13.768Z Downloaded hkdf v0.12.4
12002026-05-06T04:02:13.771Z Downloaded whoami v1.6.1
12012026-05-06T04:02:13.773Z Downloaded toml v0.9.12+spec-1.1.0
12022026-05-06T04:02:13.776Z Downloaded whoami v2.1.0
12032026-05-06T04:02:13.776Z Downloaded toml v1.0.6+spec-1.1.0
12042026-05-06T04:02:13.779Z Downloaded xshell v0.2.7
12052026-05-06T04:02:13.779Z Downloaded xattr v1.6.1
12062026-05-06T04:02:13.782Z Downloaded zeroize v1.8.2
12072026-05-06T04:02:13.785Z Downloaded wyz v0.5.1
12082026-05-06T04:02:13.785Z Downloaded russh v0.45.0
12092026-05-06T04:02:13.789Z Downloaded toml v0.7.8
12102026-05-06T04:02:13.792Z Downloaded steno v0.4.1
12112026-05-06T04:02:13.797Z Downloaded schemars v1.2.1
12122026-05-06T04:02:13.805Z Downloaded h2 v0.4.13
12132026-05-06T04:02:13.809Z Downloaded zstd v0.13.3
12142026-05-06T04:02:13.812Z Downloaded vergen v9.0.6
12152026-05-06T04:02:13.812Z Downloaded tracing-core v0.1.36
12162026-05-06T04:02:13.816Z Downloaded vergen-gitcl v1.0.8
12172026-05-06T04:02:13.818Z Downloaded rand v0.9.2
12182026-05-06T04:02:13.822Z Downloaded tungstenite v0.23.0
12192026-05-06T04:02:13.822Z Downloaded git2 v0.20.4
12202026-05-06T04:02:13.830Z Downloaded rpassword v7.4.0
12212026-05-06T04:02:13.842Z Downloaded unicode-bidi v0.3.18
12222026-05-06T04:02:13.845Z Downloaded typify v0.6.2
12232026-05-06T04:02:13.850Z Downloaded yasna v0.5.2
12242026-05-06T04:02:13.854Z Downloaded unicode-properties v0.1.4
12252026-05-06T04:02:13.857Z Downloaded zstd-safe v7.2.4
12262026-05-06T04:02:13.859Z Downloaded toml_edit v0.23.10+spec-1.0.0
12272026-05-06T04:02:13.864Z Downloaded vte v0.14.1
12282026-05-06T04:02:13.866Z Downloaded typify v0.4.3
12292026-05-06T04:02:13.869Z Downloaded p384 v0.13.1
12302026-05-06T04:02:13.874Z Downloaded uuid v1.23.0
12312026-05-06T04:02:13.877Z Downloaded tungstenite v0.21.0
12322026-05-06T04:02:13.881Z Downloaded tar v0.4.45
12332026-05-06T04:02:13.892Z Downloaded uzers v0.12.2
12342026-05-06T04:02:13.912Z Downloaded unsafe-libyaml v0.2.11
12352026-05-06T04:02:13.916Z Downloaded rustyline v14.0.0
12362026-05-06T04:02:13.924Z Downloaded unicode_categories v0.1.1
12372026-05-06T04:02:13.927Z Downloaded reedline v0.40.0
12382026-05-06T04:02:13.935Z Downloaded zip v0.6.6
12392026-05-06T04:02:13.938Z Downloaded zerocopy v0.6.6
12402026-05-06T04:02:13.941Z Downloaded toml_edit v0.19.15
12412026-05-06T04:02:13.950Z Downloaded ssh-key v0.6.7
12422026-05-06T04:02:13.954Z Downloaded bindgen v0.71.1
12432026-05-06T04:02:13.958Z Downloaded zopfli v0.8.3
12442026-05-06T04:02:13.963Z Downloaded tokio-postgres v0.7.16
12452026-05-06T04:02:13.966Z Downloaded portable-atomic v1.13.1
12462026-05-06T04:02:13.968Z Downloaded dropshot v0.17.0
12472026-05-06T04:02:13.980Z Downloaded salty v0.3.0
12482026-05-06T04:02:13.984Z Downloaded rayon v1.11.0
12492026-05-06T04:02:13.989Z Downloaded reqwest v0.13.2
12502026-05-06T04:02:13.995Z Downloaded chrono v0.4.44
12512026-05-06T04:02:14.016Z Downloaded lalrpop v0.19.12
12522026-05-06T04:02:14.023Z Downloaded unicode-segmentation v1.12.0
12532026-05-06T04:02:14.026Z Downloaded goblin v0.10.5
12542026-05-06T04:02:14.029Z Downloaded regex v1.12.3
12552026-05-06T04:02:14.032Z Downloaded petname v2.0.2
12562026-05-06T04:02:14.038Z Downloaded yansi v1.0.1
12572026-05-06T04:02:14.041Z Downloaded rustls-webpki v0.101.7
12582026-05-06T04:02:14.051Z Downloaded tower v0.5.3
12592026-05-06T04:02:14.055Z Downloaded quick-xml v0.37.5
12602026-05-06T04:02:14.058Z Downloaded rustls-webpki v0.102.8
12612026-05-06T04:02:14.069Z Downloaded proptest v1.10.0
12622026-05-06T04:02:14.075Z Downloaded x509-cert v0.2.5
12632026-05-06T04:02:14.078Z Downloaded reqwest v0.12.28
12642026-05-06T04:02:14.084Z Downloaded moka v0.12.13
12652026-05-06T04:02:14.094Z Downloaded serde_with v3.17.0
12662026-05-06T04:02:14.101Z Downloaded curve25519-dalek v4.1.3
12672026-05-06T04:02:14.107Z Downloaded nix v0.27.1
12682026-05-06T04:02:14.113Z Downloaded openssl v0.10.78
12692026-05-06T04:02:14.119Z Downloaded radix_trie v0.2.1
12702026-05-06T04:02:14.122Z Downloaded winnow v0.5.40
12712026-05-06T04:02:14.131Z Downloaded zerocopy-derive v0.8.40
12722026-05-06T04:02:14.135Z Downloaded unicode-normalization v0.1.25
12732026-05-06T04:02:14.138Z Downloaded tower-http v0.6.8
12742026-05-06T04:02:14.142Z Downloaded typed-path v0.9.3
12752026-05-06T04:02:14.145Z Downloaded tough v0.20.0
12762026-05-06T04:02:14.151Z Downloaded winnow v0.6.26
12772026-05-06T04:02:14.166Z Downloaded tokio-util v0.7.18
12782026-05-06T04:02:14.172Z Downloaded zip v4.6.1
12792026-05-06T04:02:14.175Z Downloaded polar-core v0.27.3
12802026-05-06T04:02:14.183Z Downloaded object v0.30.4
12812026-05-06T04:02:14.188Z Downloaded tabled v0.20.0
12822026-05-06T04:02:14.198Z Downloaded dropshot v0.16.7
12832026-05-06T04:02:14.211Z Downloaded time v0.3.47
12842026-05-06T04:02:14.218Z Downloaded regex-syntax v0.6.29
12852026-05-06T04:02:14.225Z Downloaded rustls v0.21.12
12862026-05-06T04:02:14.227Z Downloaded smoltcp v0.9.1
12872026-05-06T04:02:14.233Z Downloaded nix v0.28.0
12882026-05-06T04:02:14.244Z Downloaded rustls v0.22.4
12892026-05-06T04:02:14.251Z Downloaded quinn-proto v0.11.13
12902026-05-06T04:02:14.255Z Downloaded diesel v2.3.7
12912026-05-06T04:02:14.267Z Downloaded smoltcp v0.11.0
12922026-05-06T04:02:14.274Z Downloaded bstr v1.12.1
12932026-05-06T04:02:14.279Z Downloaded nix v0.29.0
12942026-05-06T04:02:14.295Z Downloaded hickory-proto v0.24.4
12952026-05-06T04:02:14.360Z Downloaded nix v0.31.2
12962026-05-06T04:02:14.375Z Downloaded zlib-rs v0.6.2
12972026-05-06T04:02:14.391Z Downloaded openapiv3 v2.2.0
12982026-05-06T04:02:14.397Z Downloaded vcpkg v0.2.15
12992026-05-06T04:02:14.428Z Downloaded webpki-roots v1.0.6
13002026-05-06T04:02:14.431Z Downloaded tracing v0.1.44
13012026-05-06T04:02:14.442Z Downloaded zerocopy v0.8.40
13022026-05-06T04:02:14.448Z Downloaded regress v0.10.5
13032026-05-06T04:02:14.454Z Downloaded regex-syntax v0.8.10
13042026-05-06T04:02:14.457Z Downloaded ratatui v0.29.0
13052026-05-06T04:02:14.469Z Downloaded object v0.37.3
13062026-05-06T04:02:14.477Z Downloaded hickory-proto v0.25.2
13072026-05-06T04:02:14.486Z Downloaded rustls v0.23.37
13082026-05-06T04:02:14.490Z Downloaded regress v0.11.1
13092026-05-06T04:02:14.496Z Downloaded rustix v0.38.44
13102026-05-06T04:02:14.511Z Downloaded petgraph v0.6.5
13112026-05-06T04:02:14.523Z Downloaded jiff v0.2.21
13122026-05-06T04:02:14.550Z Downloaded petgraph v0.8.3
13132026-05-06T04:02:14.562Z Downloaded sled v0.34.7
13142026-05-06T04:02:14.568Z Downloaded sqlparser v0.61.0
13152026-05-06T04:02:14.580Z Downloaded typify-impl v0.6.2
13162026-05-06T04:02:14.589Z Downloaded typify-impl v0.4.3
13172026-05-06T04:02:14.599Z Downloaded csv v1.4.0
13182026-05-06T04:02:14.612Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-05-06T04:02:14.618Z Downloaded sha3 v0.10.8
13202026-05-06T04:02:14.621Z Downloaded tokio v1.52.1
13212026-05-06T04:02:14.645Z Downloaded zerocopy-derive v0.6.6
13222026-05-06T04:02:14.650Z Downloaded regex-automata v0.4.14
13232026-05-06T04:02:14.675Z Downloaded chrono-tz v0.10.4
13242026-05-06T04:02:14.688Z Downloaded encoding_rs v0.8.35
13252026-05-06T04:02:14.699Z Downloaded libz-sys v1.1.24
13262026-05-06T04:02:14.726Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13272026-05-06T04:02:14.737Z Downloaded ring v0.17.14
13282026-05-06T04:02:14.770Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-05-06T04:02:15.371Z Downloaded aws-lc-sys v0.37.1
13302026-05-06T04:02:15.610Z Compiling libc v0.2.185
13312026-05-06T04:02:15.613Z Compiling serde v1.0.228
13322026-05-06T04:02:15.613Z Compiling shlex v1.3.0
13332026-05-06T04:02:15.613Z Compiling log v0.4.29
13342026-05-06T04:02:15.613Z Compiling find-msvc-tools v0.1.9
13352026-05-06T04:02:15.613Z Compiling smallvec v1.15.1
13362026-05-06T04:02:15.613Z Compiling typenum v1.19.0
13372026-05-06T04:02:15.613Z Compiling subtle v2.6.1
13382026-05-06T04:02:15.613Z Compiling generic-array v0.14.7
13392026-05-06T04:02:15.613Z Compiling scopeguard v1.2.0
13402026-05-06T04:02:15.749Z Compiling const-oid v0.9.6
13412026-05-06T04:02:15.805Z Compiling portable-atomic v1.13.1
13422026-05-06T04:02:15.817Z Compiling zerocopy v0.8.40
13432026-05-06T04:02:15.843Z Compiling syn v2.0.117
13442026-05-06T04:02:15.857Z Compiling serde_json v1.0.149
13452026-05-06T04:02:15.857Z Compiling critical-section v1.2.0
13462026-05-06T04:02:15.941Z Compiling lock_api v0.4.14
13472026-05-06T04:02:15.958Z Compiling pin-project-lite v0.2.17
13482026-05-06T04:02:15.975Z Compiling parking_lot_core v0.9.12
13492026-05-06T04:02:16.027Z Compiling pkg-config v0.3.32
13502026-05-06T04:02:16.058Z Compiling bitflags v2.11.0
13512026-05-06T04:02:16.077Z Compiling libm v0.2.16
13522026-05-06T04:02:16.092Z Compiling num-traits v0.2.19
13532026-05-06T04:02:16.095Z Compiling futures-core v0.3.32
13542026-05-06T04:02:16.136Z Compiling percent-encoding v2.3.2
13552026-05-06T04:02:16.164Z Compiling cpufeatures v0.2.17
13562026-05-06T04:02:16.211Z Compiling futures-sink v0.3.32
13572026-05-06T04:02:16.275Z Compiling futures-task v0.3.32
13582026-05-06T04:02:16.306Z Compiling getrandom v0.4.1
13592026-05-06T04:02:16.322Z Compiling futures-io v0.3.32
13602026-05-06T04:02:16.353Z Compiling slab v0.4.12
13612026-05-06T04:02:16.385Z Compiling futures-channel v0.3.32
13622026-05-06T04:02:16.390Z Compiling getrandom v0.3.4
13632026-05-06T04:02:16.427Z Compiling rand_core v0.10.0
13642026-05-06T04:02:16.493Z Compiling rustversion v1.0.22
13652026-05-06T04:02:16.493Z Compiling indexmap v2.14.0
13662026-05-06T04:02:16.554Z Compiling form_urlencoded v1.2.2
13672026-05-06T04:02:16.570Z Compiling fs_extra v1.3.0
13682026-05-06T04:02:16.614Z Compiling dunce v1.0.5
13692026-05-06T04:02:16.628Z Compiling base64ct v1.8.3
13702026-05-06T04:02:16.645Z Compiling ident_case v1.0.1
13712026-05-06T04:02:16.697Z Compiling flagset v0.4.7
13722026-05-06T04:02:16.722Z Compiling getrandom v0.2.17
13732026-05-06T04:02:16.738Z Compiling jobserver v0.1.34
13742026-05-06T04:02:16.754Z Compiling errno v0.3.14
13752026-05-06T04:02:16.798Z Compiling mio v1.2.0
13762026-05-06T04:02:16.849Z Compiling socket2 v0.6.3
13772026-05-06T04:02:16.869Z Compiling rand_core v0.6.4
13782026-05-06T04:02:16.887Z Compiling signal-hook-registry v1.4.8
13792026-05-06T04:02:16.902Z Compiling once_cell v1.21.3
13802026-05-06T04:02:16.982Z Compiling cc v1.2.56
13812026-05-06T04:02:16.997Z Compiling parking_lot v0.12.5
13822026-05-06T04:02:17.100Z Compiling pem-rfc7468 v0.7.0
13832026-05-06T04:02:17.147Z Compiling iana-time-zone v0.1.65
13842026-05-06T04:02:17.163Z Compiling rustix v1.1.3
13852026-05-06T04:02:17.180Z Compiling uuid v1.23.0
13862026-05-06T04:02:17.199Z Compiling rustc_version v0.4.1
13872026-05-06T04:02:17.232Z Compiling vcpkg v0.2.15
13882026-05-06T04:02:17.249Z Compiling aws-lc-rs v1.16.0
13892026-05-06T04:02:17.318Z Compiling regex-syntax v0.8.10
13902026-05-06T04:02:17.391Z Compiling tracing-core v0.1.36
13912026-05-06T04:02:17.414Z Compiling schemars v0.8.22
13922026-05-06T04:02:17.432Z Compiling untrusted v0.7.1
13932026-05-06T04:02:17.447Z Compiling base64 v0.22.1
13942026-05-06T04:02:17.565Z Compiling rand_core v0.9.5
13952026-05-06T04:02:17.583Z Compiling openssl-probe v0.2.1
13962026-05-06T04:02:17.586Z Compiling httparse v1.10.1
13972026-05-06T04:02:17.586Z Compiling untrusted v0.9.0
13982026-05-06T04:02:17.648Z Compiling dyn-clone v1.0.20
13992026-05-06T04:02:17.679Z Compiling atomic-waker v1.1.2
14002026-05-06T04:02:17.695Z Compiling try-lock v0.2.5
14012026-05-06T04:02:17.722Z Compiling tower-service v0.3.3
14022026-05-06T04:02:17.798Z Compiling cmake v0.1.57
14032026-05-06T04:02:17.817Z Compiling rustls v0.23.37
14042026-05-06T04:02:17.820Z Compiling tower-layer v0.3.3
14052026-05-06T04:02:17.820Z Compiling tinyvec_macros v0.1.1
14062026-05-06T04:02:17.820Z Compiling want v0.3.1
14072026-05-06T04:02:17.848Z Compiling spin v0.9.8
14082026-05-06T04:02:17.880Z Compiling aho-corasick v1.1.4
14092026-05-06T04:02:17.936Z Compiling tinyvec v1.10.0
14102026-05-06T04:02:17.952Z Compiling foreign-types-shared v0.1.1
14112026-05-06T04:02:17.976Z Compiling pin-utils v0.1.0
14122026-05-06T04:02:17.993Z Compiling time-core v0.1.8
14132026-05-06T04:02:18.027Z Compiling openssl v0.10.78
14142026-05-06T04:02:18.031Z Compiling crc32fast v1.5.0
14152026-05-06T04:02:18.056Z Compiling powerfmt v0.2.0
14162026-05-06T04:02:18.059Z Compiling httpdate v1.0.3
14172026-05-06T04:02:18.104Z Compiling num-conv v0.2.0
14182026-05-06T04:02:18.107Z Compiling foreign-types v0.3.2
14192026-05-06T04:02:18.134Z Compiling wait-timeout v0.2.1
14202026-05-06T04:02:18.177Z Compiling bit-vec v0.8.0
14212026-05-06T04:02:18.204Z Compiling crossbeam-utils v0.8.21
14222026-05-06T04:02:18.242Z Compiling deranged v0.5.8
14232026-05-06T04:02:18.259Z Compiling time-macros v0.2.27
14242026-05-06T04:02:18.305Z Compiling quick-error v1.2.3
14252026-05-06T04:02:18.309Z Compiling simd-adler32 v0.3.8
14262026-05-06T04:02:18.328Z Compiling syn v1.0.109
14272026-05-06T04:02:18.346Z Compiling native-tls v0.2.18
14282026-05-06T04:02:18.403Z Compiling usdt-impl v0.6.0
14292026-05-06T04:02:18.420Z Compiling siphasher v1.0.2
14302026-05-06T04:02:18.438Z Compiling num_threads v0.1.7
14312026-05-06T04:02:18.443Z Compiling bit-set v0.8.0
14322026-05-06T04:02:18.553Z Compiling unicode-normalization v0.1.25
14332026-05-06T04:02:18.574Z Compiling rand_xorshift v0.4.0
14342026-05-06T04:02:18.592Z Compiling slog v2.8.2
14352026-05-06T04:02:18.595Z Compiling heapless v0.7.17
14362026-05-06T04:02:18.633Z Compiling thread-id v5.1.0
14372026-05-06T04:02:18.637Z Compiling aws-lc-sys v0.37.1
14382026-05-06T04:02:18.649Z Compiling ring v0.17.14
14392026-05-06T04:02:18.682Z Compiling openssl-sys v0.9.114
14402026-05-06T04:02:18.686Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14412026-05-06T04:02:18.755Z Compiling bzip2-sys v0.1.13+1.0.8
14422026-05-06T04:02:18.772Z Compiling synstructure v0.13.2
14432026-05-06T04:02:18.777Z Compiling pest_generator v2.8.6
14442026-05-06T04:02:18.807Z Compiling serde_derive_internals v0.29.1
14452026-05-06T04:02:18.914Z Compiling darling_core v0.20.11
14462026-05-06T04:02:19.080Z Compiling regex-automata v0.4.14
14472026-05-06T04:02:19.105Z Compiling tempfile v3.25.0
14482026-05-06T04:02:19.151Z Compiling darling_core v0.21.3
14492026-05-06T04:02:19.290Z Compiling sync_wrapper v1.0.2
14502026-05-06T04:02:19.429Z Compiling time v0.3.47
14512026-05-06T04:02:19.467Z Compiling rusty-fork v0.3.1
14522026-05-06T04:02:19.487Z Compiling cookie v0.18.1
14532026-05-06T04:02:19.505Z Compiling unarray v0.1.4
14542026-05-06T04:02:19.538Z Compiling allocator-api2 v0.2.21
14552026-05-06T04:02:19.632Z Compiling zstd-safe v7.2.4
14562026-05-06T04:02:19.695Z Compiling anyhow v1.0.102
14572026-05-06T04:02:19.710Z Compiling paste v1.0.15
14582026-05-06T04:02:19.793Z Compiling signal-hook v0.3.18
14592026-05-06T04:02:19.861Z Compiling unicode-bidi v0.3.18
14602026-05-06T04:02:19.864Z Compiling unicode-properties v0.1.4
14612026-05-06T04:02:19.907Z Compiling adler2 v2.0.1
14622026-05-06T04:02:20.026Z Compiling miniz_oxide v0.8.9
14632026-05-06T04:02:20.129Z Compiling num-integer v0.1.46
14642026-05-06T04:02:20.132Z Compiling vergen-lib v0.1.6
14652026-05-06T04:02:20.345Z Compiling stringprep v0.1.5
14662026-05-06T04:02:20.360Z Compiling curve25519-dalek v4.1.3
14672026-05-06T04:02:20.412Z Compiling ff v0.13.1
14682026-05-06T04:02:20.472Z Compiling hash32 v0.2.1
14692026-05-06T04:02:20.570Z Compiling memoffset v0.9.1
14702026-05-06T04:02:20.592Z Compiling serde_derive v1.0.228
14712026-05-06T04:02:20.617Z Compiling zeroize_derive v1.4.3
14722026-05-06T04:02:20.667Z Compiling zerofrom-derive v0.1.6
14732026-05-06T04:02:20.683Z Compiling yoke-derive v0.8.1
14742026-05-06T04:02:20.722Z Compiling zerocopy-derive v0.8.40
14752026-05-06T04:02:20.738Z Compiling zerovec-derive v0.11.2
14762026-05-06T04:02:20.785Z Compiling displaydoc v0.2.5
14772026-05-06T04:02:20.824Z Compiling tokio-macros v2.7.0
14782026-05-06T04:02:21.108Z Compiling futures-macro v0.3.32
14792026-05-06T04:02:21.311Z Compiling der_derive v0.7.3
14802026-05-06T04:02:21.326Z Compiling zeroize v1.8.2
14812026-05-06T04:02:21.585Z Compiling thiserror-impl v2.0.18
14822026-05-06T04:02:21.600Z Compiling rustls-pki-types v1.14.0
14832026-05-06T04:02:21.756Z Compiling tracing-attributes v0.1.31
14842026-05-06T04:02:21.895Z Compiling pest_derive v2.8.6
14852026-05-06T04:02:21.910Z Compiling schemars_derive v0.8.22
14862026-05-06T04:02:21.970Z Compiling futures-util v0.3.32
14872026-05-06T04:02:22.087Z Compiling crypto-common v0.1.7
14882026-05-06T04:02:22.149Z Compiling block-buffer v0.10.4
14892026-05-06T04:02:22.165Z Compiling zerofrom v0.1.6
14902026-05-06T04:02:22.254Z Compiling block-padding v0.3.3
14912026-05-06T04:02:22.292Z Compiling yoke v0.8.1
14922026-05-06T04:02:22.331Z Compiling digest v0.10.7
14932026-05-06T04:02:22.346Z Compiling der v0.7.10
14942026-05-06T04:02:22.376Z Compiling scroll_derive v0.13.1
14952026-05-06T04:02:22.441Z Compiling inout v0.1.4
14962026-05-06T04:02:22.504Z Compiling zerovec v0.11.5
14972026-05-06T04:02:22.601Z Compiling zerotrie v0.2.3
14982026-05-06T04:02:22.630Z Compiling hmac v0.12.1
14992026-05-06T04:02:22.862Z Compiling cipher v0.4.4
15002026-05-06T04:02:22.977Z Compiling sha2 v0.10.9
15012026-05-06T04:02:23.039Z Compiling tinystr v0.8.2
15022026-05-06T04:02:23.079Z Compiling potential_utf v0.1.4
15032026-05-06T04:02:23.153Z Compiling salsa20 v0.10.2
15042026-05-06T04:02:23.192Z Compiling pbkdf2 v0.12.2
15052026-05-06T04:02:23.272Z Compiling icu_locale_core v2.1.1
15062026-05-06T04:02:23.288Z Compiling icu_collections v2.1.1
15072026-05-06T04:02:23.292Z Compiling spki v0.7.3
15082026-05-06T04:02:23.292Z Compiling cbc v0.1.2
15092026-05-06T04:02:23.322Z Compiling aes v0.8.4
15102026-05-06T04:02:23.356Z Compiling scrypt v0.11.0
15112026-05-06T04:02:23.356Z Compiling thiserror v2.0.18
15122026-05-06T04:02:23.388Z Compiling tracing v0.1.44
15132026-05-06T04:02:23.507Z Compiling scroll v0.13.0
15142026-05-06T04:02:23.528Z Compiling darling_macro v0.20.11
15152026-05-06T04:02:23.637Z Compiling openssl-macros v0.1.1
15162026-05-06T04:02:23.651Z Compiling dtrace-parser v0.3.0
15172026-05-06T04:02:23.685Z Compiling signature v2.2.0
15182026-05-06T04:02:23.792Z Compiling pkcs5 v0.7.1
15192026-05-06T04:02:23.807Z Compiling goblin v0.10.5
15202026-05-06T04:02:23.885Z Compiling rustls-native-certs v0.8.3
15212026-05-06T04:02:24.049Z Compiling icu_provider v2.1.1
15222026-05-06T04:02:24.065Z Compiling darling v0.20.11
15232026-05-06T04:02:24.160Z Compiling bytes v1.11.1
15242026-05-06T04:02:24.187Z Compiling chrono v0.4.44
15252026-05-06T04:02:24.210Z Compiling pkcs8 v0.10.2
15262026-05-06T04:02:24.238Z Compiling ipnet v2.11.0
15272026-05-06T04:02:24.300Z Compiling icu_normalizer v2.1.1
15282026-05-06T04:02:24.354Z Compiling icu_properties v2.1.2
15292026-05-06T04:02:24.372Z Compiling derive_builder_core v0.20.2
15302026-05-06T04:02:24.386Z Compiling thiserror-impl v1.0.69
15312026-05-06T04:02:24.435Z Compiling scroll_derive v0.12.1
15322026-05-06T04:02:24.438Z Compiling serde_spanned v0.6.9
15332026-05-06T04:02:24.538Z Compiling serde_tokenstream v0.2.3
15342026-05-06T04:02:24.615Z Compiling toml_datetime v0.6.11
15352026-05-06T04:02:24.763Z Compiling tokio v1.52.1
15362026-05-06T04:02:24.805Z Compiling http v1.4.0
15372026-05-06T04:02:24.920Z Compiling erased-serde v0.3.31
15382026-05-06T04:02:24.936Z Compiling md-5 v0.10.6
15392026-05-06T04:02:24.951Z Compiling webpki-roots v1.0.6
15402026-05-06T04:02:25.088Z Compiling darling_macro v0.21.3
15412026-05-06T04:02:25.127Z Compiling zerocopy-derive v0.7.35
15422026-05-06T04:02:25.164Z Compiling ppv-lite86 v0.2.21
15432026-05-06T04:02:25.285Z Compiling idna_adapter v1.2.1
15442026-05-06T04:02:25.350Z Compiling derive_builder_macro v0.20.2
15452026-05-06T04:02:25.378Z Compiling scroll v0.12.0
15462026-05-06T04:02:25.438Z Compiling idna v1.1.0
15472026-05-06T04:02:25.441Z Compiling psl-types v2.0.11
15482026-05-06T04:02:25.516Z Compiling rand_chacha v0.9.0
15492026-05-06T04:02:25.532Z Compiling http-body v1.0.1
15502026-05-06T04:02:25.601Z Compiling rand_chacha v0.3.1
15512026-05-06T04:02:25.614Z Compiling ref-cast v1.0.25
15522026-05-06T04:02:25.651Z Compiling fallible-iterator v0.2.0
15532026-05-06T04:02:25.672Z Compiling http-body-util v0.1.3
15542026-05-06T04:02:25.716Z Compiling litrs v1.0.0
15552026-05-06T04:02:25.735Z Compiling rand v0.9.2
15562026-05-06T04:02:25.791Z Compiling url v2.5.8
15572026-05-06T04:02:25.855Z Compiling thiserror v1.0.69
15582026-05-06T04:02:25.935Z Compiling smoltcp v0.9.1
15592026-05-06T04:02:25.951Z Compiling rustix v0.38.44
15602026-05-06T04:02:25.976Z Compiling num-bigint-dig v0.8.6
15612026-05-06T04:02:25.991Z Compiling cfg_aliases v0.2.1
15622026-05-06T04:02:26.047Z Compiling ryu v1.0.23
15632026-05-06T04:02:26.096Z Compiling iri-string v0.7.10
15642026-05-06T04:02:26.133Z Compiling base16ct v0.2.0
15652026-05-06T04:02:26.198Z Compiling zlib-rs v0.6.2
15662026-05-06T04:02:26.256Z Compiling serde_urlencoded v0.7.1
15672026-05-06T04:02:26.272Z Compiling sec1 v0.7.3
15682026-05-06T04:02:26.275Z Compiling document-features v0.2.12
15692026-05-06T04:02:26.334Z Compiling proptest v1.10.0
15702026-05-06T04:02:26.471Z Compiling postgres-protocol v0.6.10
15712026-05-06T04:02:26.512Z Compiling nix v0.31.2
15722026-05-06T04:02:26.528Z Compiling zerocopy v0.7.35
15732026-05-06T04:02:26.595Z Compiling dof v0.4.0
15742026-05-06T04:02:26.635Z Compiling derive_builder v0.20.2
15752026-05-06T04:02:26.652Z Compiling rand v0.8.5
15762026-05-06T04:02:26.783Z Compiling publicsuffix v2.3.0
15772026-05-06T04:02:26.798Z Compiling darling v0.21.3
15782026-05-06T04:02:26.894Z Compiling goblin v0.8.2
15792026-05-06T04:02:26.925Z Compiling cargo-platform v0.1.9
15802026-05-06T04:02:26.973Z Compiling hubpack_derive v0.1.1
15812026-05-06T04:02:27.054Z Compiling hkdf v0.12.4
15822026-05-06T04:02:27.121Z Compiling ipnetwork v0.21.1
15832026-05-06T04:02:27.162Z Compiling crypto-bigint v0.5.5
15842026-05-06T04:02:27.204Z Compiling regex v1.12.3
15852026-05-06T04:02:27.455Z Compiling oxnet v0.1.4
15862026-05-06T04:02:27.568Z Compiling curve25519-dalek-derive v0.1.1
15872026-05-06T04:02:27.660Z Compiling ref-cast-impl v1.0.25
15882026-05-06T04:02:27.676Z Compiling daft-derive v0.1.5
15892026-05-06T04:02:27.679Z Compiling strum_macros v0.27.2
15902026-05-06T04:02:27.804Z Compiling async-trait v0.1.89
15912026-05-06T04:02:27.880Z Compiling group v0.13.0
15922026-05-06T04:02:28.035Z Compiling num-iter v0.1.45
15932026-05-06T04:02:28.183Z Compiling terminal_size v0.4.3
15942026-05-06T04:02:28.199Z Compiling phf_shared v0.13.1
15952026-05-06T04:02:28.244Z Compiling lazy_static v1.5.0
15962026-05-06T04:02:28.260Z Compiling vergen v9.0.6
15972026-05-06T04:02:28.312Z Compiling fs-err v3.3.0
15982026-05-06T04:02:28.344Z Compiling ahash v0.8.12
15992026-05-06T04:02:28.359Z Compiling foldhash v0.1.5
16002026-05-06T04:02:28.432Z Compiling winnow v0.5.40
16012026-05-06T04:02:28.449Z Compiling bumpalo v3.20.2
16022026-05-06T04:02:28.470Z Compiling object v0.37.3
16032026-05-06T04:02:28.473Z Compiling managed v0.8.0
16042026-05-06T04:02:28.522Z Compiling bitflags v1.3.2
16052026-05-06T04:02:28.550Z Compiling libbz2-rs-sys v0.2.2
16062026-05-06T04:02:28.579Z Compiling tokio-util v0.7.18
16072026-05-06T04:02:28.615Z Compiling tower v0.5.3
16082026-05-06T04:02:28.630Z Compiling tokio-native-tls v0.3.1
16092026-05-06T04:02:28.705Z Compiling newtype-uuid v1.3.2
16102026-05-06T04:02:28.720Z Compiling foldhash v0.2.0
16112026-05-06T04:02:28.784Z Compiling unicode-segmentation v1.12.0
16122026-05-06T04:02:28.879Z Compiling hashbrown v0.16.1
16132026-05-06T04:02:28.963Z Compiling daft v0.1.5
16142026-05-06T04:02:29.064Z Compiling tower-http v0.6.8
16152026-05-06T04:02:29.115Z Compiling flate2 v1.1.9
16162026-05-06T04:02:29.192Z Compiling dof v0.3.0
16172026-05-06T04:02:29.267Z Compiling h2 v0.4.13
16182026-05-06T04:02:29.283Z Compiling bzip2 v0.6.1
16192026-05-06T04:02:29.286Z Compiling zopfli v0.8.3
16202026-05-06T04:02:29.489Z Compiling hashbrown v0.15.5
16212026-05-06T04:02:29.522Z Compiling clap_builder v4.5.60
16222026-05-06T04:02:29.544Z Compiling phf v0.13.1
16232026-05-06T04:02:29.578Z Compiling signal-hook-mio v0.2.5
16242026-05-06T04:02:29.701Z Compiling strum v0.27.2
16252026-05-06T04:02:29.719Z Compiling toml_edit v0.19.15
16262026-05-06T04:02:29.736Z Compiling usdt-attr-macro v0.6.0
16272026-05-06T04:02:29.884Z Compiling usdt-macro v0.6.0
16282026-05-06T04:02:29.901Z Compiling cargo_metadata v0.19.2
16292026-05-06T04:02:29.975Z Compiling elliptic-curve v0.13.8
16302026-05-06T04:02:30.035Z Compiling cookie_store v0.22.1
16312026-05-06T04:02:30.119Z Compiling hubpack v0.1.2
16322026-05-06T04:02:30.313Z Compiling bzip2 v0.4.4
16332026-05-06T04:02:30.431Z Compiling serde_with_macros v3.17.0
16342026-05-06T04:02:30.467Z Compiling postgres-types v0.2.12
16352026-05-06T04:02:30.548Z Compiling zstd v0.13.3
16362026-05-06T04:02:30.616Z Compiling dtrace-parser v0.2.0
16372026-05-06T04:02:30.670Z Compiling pkcs1 v0.7.5
16382026-05-06T04:02:30.694Z Compiling ed25519 v2.2.3
16392026-05-06T04:02:30.731Z Compiling hex v0.4.3
16402026-05-06T04:02:30.830Z Compiling serde-big-array v0.5.1
16412026-05-06T04:02:30.995Z Compiling rfc6979 v0.4.0
16422026-05-06T04:02:31.029Z Compiling bstr v1.12.1
16432026-05-06T04:02:31.060Z Compiling strum_macros v0.26.4
16442026-05-06T04:02:31.090Z Compiling serde_repr v0.1.20
16452026-05-06T04:02:31.136Z Compiling enum-as-inner v0.6.1
16462026-05-06T04:02:31.279Z Compiling clap_derive v4.5.55
16472026-05-06T04:02:31.371Z Compiling phf_shared v0.11.3
16482026-05-06T04:02:31.583Z Compiling float-cmp v0.10.0
16492026-05-06T04:02:31.628Z Compiling memmap2 v0.9.10
16502026-05-06T04:02:31.631Z Compiling thread-id v4.2.2
16512026-05-06T04:02:31.661Z Compiling env_filter v1.0.0
16522026-05-06T04:02:31.679Z Compiling encoding_rs v0.8.35
16532026-05-06T04:02:31.693Z Compiling precomputed-hash v0.1.1
16542026-05-06T04:02:31.723Z Compiling data-encoding v2.10.0
16552026-05-06T04:02:31.746Z Compiling difflib v0.4.0
16562026-05-06T04:02:31.761Z Compiling mime v0.3.17
16572026-05-06T04:02:31.801Z Compiling new_debug_unreachable v1.0.6
16582026-05-06T04:02:31.872Z Compiling whoami v2.1.0
16592026-05-06T04:02:31.890Z Compiling predicates-core v1.0.10
16602026-05-06T04:02:31.997Z Compiling static_assertions v1.1.0
16612026-05-06T04:02:32.038Z Compiling jiff v0.2.21
16622026-05-06T04:02:32.090Z Compiling fixedbitset v0.5.7
16632026-05-06T04:02:32.106Z Compiling keccak v0.1.6
16642026-05-06T04:02:32.314Z Compiling normalize-line-endings v0.3.0
16652026-05-06T04:02:32.341Z Compiling rustc-hash v2.1.1
16662026-05-06T04:02:32.421Z Compiling hyper v1.8.1
16672026-05-06T04:02:32.436Z Compiling fixedbitset v0.4.2
16682026-05-06T04:02:32.453Z Compiling either v1.15.0
16692026-05-06T04:02:32.488Z Compiling toml_edit v0.22.27
16702026-05-06T04:02:32.506Z Compiling iddqd v0.3.18
16712026-05-06T04:02:32.659Z Compiling itertools v0.13.0
16722026-05-06T04:02:32.676Z Compiling petgraph v0.6.5
16732026-05-06T04:02:32.692Z Compiling predicates v3.1.4
16742026-05-06T04:02:32.785Z Compiling petgraph v0.8.3
16752026-05-06T04:02:32.879Z Compiling strum v0.26.3
16762026-05-06T04:02:32.935Z Compiling sha3 v0.10.8
16772026-05-06T04:02:33.031Z Compiling tokio-postgres v0.7.16
16782026-05-06T04:02:33.111Z Compiling clap v4.5.60
16792026-05-06T04:02:33.208Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16802026-05-06T04:02:33.271Z Compiling hickory-proto v0.25.2
16812026-05-06T04:02:33.364Z Compiling string_cache v0.8.9
16822026-05-06T04:02:33.400Z Compiling env_logger v0.11.9
16832026-05-06T04:02:33.419Z Compiling usdt v0.6.0
16842026-05-06T04:02:33.616Z Compiling hyper-util v0.1.20
16852026-05-06T04:02:33.675Z Compiling usdt-impl v0.5.0
16862026-05-06T04:02:33.703Z Compiling serde_with v3.17.0
16872026-05-06T04:02:33.781Z Compiling similar v2.7.0
16882026-05-06T04:02:33.914Z Compiling crossterm v0.28.1
16892026-05-06T04:02:34.016Z Compiling toml v0.7.8
16902026-05-06T04:02:34.193Z Compiling ecdsa v0.16.9
16912026-05-06T04:02:34.288Z Compiling rsa v0.9.10
16922026-05-06T04:02:34.608Z Compiling zip v4.6.1
16932026-05-06T04:02:34.639Z Compiling ed25519-dalek v2.2.0
16942026-05-06T04:02:34.754Z Compiling zip v0.6.6
16952026-05-06T04:02:35.133Z Compiling hyper-tls v0.6.0
16962026-05-06T04:02:35.292Z Compiling tokio-stream v0.1.18
16972026-05-06T04:02:35.348Z Compiling heck v0.4.1
16982026-05-06T04:02:35.401Z Compiling buf-list v1.1.2
16992026-05-06T04:02:35.445Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-05-06T04:02:35.460Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17012026-05-06T04:02:35.577Z Compiling openapiv3 v2.2.0
17022026-05-06T04:02:35.600Z Compiling x509-cert v0.2.5
17032026-05-06T04:02:35.652Z Compiling sha1 v0.10.6
17042026-05-06T04:02:35.706Z Compiling crossbeam-epoch v0.9.18
17052026-05-06T04:02:35.721Z Compiling toml_datetime v0.7.5+spec-1.1.0
17062026-05-06T04:02:35.798Z Compiling peg-runtime v0.8.5
17072026-05-06T04:02:35.813Z Compiling lalrpop-util v0.19.12
17082026-05-06T04:02:35.901Z Compiling thread_local v1.1.9
17092026-05-06T04:02:36.039Z Compiling slog-async v2.8.0
17102026-05-06T04:02:36.054Z Compiling futures-executor v0.3.32
17112026-05-06T04:02:36.069Z Compiling crossbeam-channel v0.5.15
17122026-05-06T04:02:36.096Z Compiling filetime v0.2.27
17132026-05-06T04:02:36.114Z Compiling is-terminal v0.4.17
17142026-05-06T04:02:36.117Z Compiling term v1.2.1
17152026-05-06T04:02:36.185Z Compiling xattr v1.6.1
17162026-05-06T04:02:36.226Z Compiling take_mut v0.2.2
17172026-05-06T04:02:36.296Z Compiling futures v0.3.32
17182026-05-06T04:02:36.324Z Compiling tar v0.4.45
17192026-05-06T04:02:36.551Z Compiling slog-term v2.9.2
17202026-05-06T04:02:51.764Z Compiling rustls-webpki v0.103.9
17212026-05-06T04:02:54.521Z Compiling tokio-rustls v0.26.4
17222026-05-06T04:02:54.521Z Compiling rustls-platform-verifier v0.6.2
17232026-05-06T04:02:54.711Z Compiling hyper-rustls v0.27.7
17242026-05-06T04:02:54.910Z Compiling reqwest v0.13.2
17252026-05-06T04:02:54.910Z Compiling reqwest v0.12.28
17262026-05-06T04:02:56.879Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-05-06T04:02:57.108Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-05-06T04:02:59.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.90s
17292026-05-06T04:03:00.045Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17302026-05-06T04:03:00.099ZMay 06 04:02:59.248 INFO Starting download, target: Cockroach
17312026-05-06T04:03:00.099ZMay 06 04:02:59.248 INFO Starting download, target: Clickhouse
17322026-05-06T04:03:00.099ZMay 06 04:02:59.248 INFO Starting download, target: DendriteStub
17332026-05-06T04:03:00.099ZMay 06 04:02:59.248 INFO Starting download, target: Console
17342026-05-06T04:03:00.099ZMay 06 04:02:59.248 INFO Starting download, target: MaghemiteMgd
17352026-05-06T04:03:00.103ZMay 06 04:02:59.248 INFO Starting download, target: TransceiverControl
17362026-05-06T04:03:00.103ZMay 06 04:02:59.248 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-05-06T04:03:00.103ZMay 06 04:02:59.249 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-05-06T04:03:00.103ZMay 06 04:02:59.249 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-05-06T04:03:00.103ZMay 06 04:02:59.249 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-05-06T04:03:00.103ZMay 06 04:02:59.249 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-05-06T04:03:00.103ZMay 06 04:02:59.249 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17422026-05-06T04:03:00.715ZMay 06 04:02:59.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17432026-05-06T04:03:00.933ZMay 06 04:03:00.078 INFO Download complete, target: TransceiverControl
17442026-05-06T04:03:01.022ZMay 06 04:03:00.173 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-05-06T04:03:01.260ZMay 06 04:03:00.411 INFO Download complete, target: Console
17462026-05-06T04:03:01.951ZMay 06 04:03:01.102 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-05-06T04:03:02.001ZMay 06 04:03:01.153 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-05-06T04:03:02.113ZMay 06 04:03:01.263 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-05-06T04:03:02.440ZMay 06 04:03:01.593 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-05-06T04:03:02.440ZMay 06 04:03:01.593 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-05-06T04:03:04.307ZMay 06 04:03:03.459 INFO Download complete, target: DendriteStub
17522026-05-06T04:03:04.543ZMay 06 04:03:03.695 INFO Download complete, target: MaghemiteMgd
17532026-05-06T04:03:07.207ZMay 06 04:03:06.359 INFO Checking that binary works, target: Cockroach
17542026-05-06T04:03:07.341ZMay 06 04:03:06.493 INFO Download complete, target: Cockroach
17552026-05-06T04:03:08.924ZMay 06 04:03:08.074 INFO Checking that binary works, target: Clickhouse
17562026-05-06T04:03:09.013ZMay 06 04:03:08.165 INFO Download complete, target: Clickhouse
17572026-05-06T04:03:09.019ZAll prerequisites installed successfully
17582026-05-06T04:03:09.023Z
17592026-05-06T04:03:09.023Zreal 2:58.570556694
17602026-05-06T04:03:09.023Zuser 7:18.689690174
17612026-05-06T04:03:09.023Zsys 1:45.457635365
17622026-05-06T04:03:09.023Ztrap 0.246843513
17632026-05-06T04:03:09.023Ztflt 1.117452962
17642026-05-06T04:03:09.023Zdflt 2.021134170
17652026-05-06T04:03:09.023Zkflt 0.027384162
17662026-05-06T04:03:09.023Zlock 22:03.391715406
17672026-05-06T04:03:09.023Zslp 19:41.138955068
17682026-05-06T04:03:09.023Zlat 23.954077771
17692026-05-06T04:03:09.023Zstop 2:58.394409536
17702026-05-06T04:03:09.023Z+ ptime -m cargo xtask download softnpu
17712026-05-06T04:03:09.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17722026-05-06T04:03:09.561Z Running `target/debug/xtask download softnpu`
17732026-05-06T04:03:10.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17742026-05-06T04:03:10.381Z Running `target/debug/xtask-downloader softnpu`
17752026-05-06T04:03:10.422ZMay 06 04:03:09.571 INFO Starting download, target: Softnpu
17762026-05-06T04:03:10.431ZMay 06 04:03:09.571 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17772026-05-06T04:03:11.013ZMay 06 04:03:10.165 INFO Download complete, target: Softnpu
17782026-05-06T04:03:11.016Z
17792026-05-06T04:03:11.019Zreal 1.990775200
17802026-05-06T04:03:11.019Zuser 1.323794993
17812026-05-06T04:03:11.019Zsys 0.654318521
17822026-05-06T04:03:11.019Ztrap 0.000523543
17832026-05-06T04:03:11.019Ztflt 0.000217604
17842026-05-06T04:03:11.019Zdflt 0.000152780
17852026-05-06T04:03:11.019Zkflt 0.000000000
17862026-05-06T04:03:11.019Zlock 10.772331041
17872026-05-06T04:03:11.019Zslp 0.446822547
17882026-05-06T04:03:11.019Zlat 0.086931194
17892026-05-06T04:03:11.019Zstop 0.000193945
17902026-05-06T04:03:11.019Z+ export CARGO_INCREMENTAL=0
17912026-05-06T04:03:11.019Z+ CARGO_INCREMENTAL=0
17922026-05-06T04:03:11.019Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17932026-05-06T04:03:11.916Z Compiling proc-macro2 v1.0.106
17942026-05-06T04:03:11.916Z Compiling quote v1.0.45
17952026-05-06T04:03:11.916Z Compiling unicode-ident v1.0.24
17962026-05-06T04:03:11.919Z Compiling libc v0.2.185
17972026-05-06T04:03:11.919Z Compiling serde_core v1.0.228
17982026-05-06T04:03:11.919Z Compiling serde v1.0.228
17992026-05-06T04:03:11.919Z Compiling cfg-if v1.0.4
18002026-05-06T04:03:11.919Z Compiling version_check v0.9.5
18012026-05-06T04:03:11.919Z Compiling shlex v1.3.0
18022026-05-06T04:03:12.062Z Compiling find-msvc-tools v0.1.9
18032026-05-06T04:03:12.076Z Compiling typenum v1.19.0
18042026-05-06T04:03:12.080Z Compiling autocfg v1.5.0
18052026-05-06T04:03:12.080Z Compiling zmij v1.0.21
18062026-05-06T04:03:12.091Z Compiling serde_json v1.0.149
18072026-05-06T04:03:12.105Z Compiling memchr v2.8.0
18082026-05-06T04:03:12.273Z Compiling portable-atomic v1.13.1
18092026-05-06T04:03:12.308Z Compiling zerocopy v0.8.40
18102026-05-06T04:03:12.403Z Compiling libm v0.2.16
18112026-05-06T04:03:12.435Z Compiling generic-array v0.14.7
18122026-05-06T04:03:12.522Z Compiling smallvec v1.15.1
18132026-05-06T04:03:12.539Z Compiling parking_lot_core v0.9.12
18142026-05-06T04:03:12.575Z Compiling icu_properties_data v2.1.2
18152026-05-06T04:03:12.683Z Compiling num-traits v0.2.19
18162026-05-06T04:03:12.703Z Compiling icu_normalizer_data v2.1.1
18172026-05-06T04:03:12.726Z Compiling itoa v1.0.17
18182026-05-06T04:03:12.726Z Compiling getrandom v0.4.1
18192026-05-06T04:03:12.745Z Compiling log v0.4.29
18202026-05-06T04:03:12.811Z Compiling stable_deref_trait v1.2.1
18212026-05-06T04:03:12.828Z Compiling pkg-config v0.3.32
18222026-05-06T04:03:12.846Z Compiling subtle v2.6.1
18232026-05-06T04:03:12.964Z Compiling jobserver v0.1.34
18242026-05-06T04:03:12.984Z Compiling getrandom v0.2.17
18252026-05-06T04:03:13.073Z Compiling errno v0.3.14
18262026-05-06T04:03:13.105Z Compiling scopeguard v1.2.0
18272026-05-06T04:03:13.138Z Compiling rand_core v0.6.4
18282026-05-06T04:03:13.185Z Compiling cc v1.2.56
18292026-05-06T04:03:13.199Z Compiling lock_api v0.4.14
18302026-05-06T04:03:13.331Z Compiling writeable v0.6.2
18312026-05-06T04:03:13.331Z Compiling percent-encoding v2.3.2
18322026-05-06T04:03:13.380Z Compiling litemap v0.8.1
18332026-05-06T04:03:13.422Z Compiling fnv v1.0.7
18342026-05-06T04:03:13.452Z Compiling syn v2.0.117
18352026-05-06T04:03:13.510Z Compiling pin-project-lite v0.2.17
18362026-05-06T04:03:13.526Z Compiling thiserror v2.0.18
18372026-05-06T04:03:13.592Z Compiling getrandom v0.3.4
18382026-05-06T04:03:13.660Z Compiling critical-section v1.2.0
18392026-05-06T04:03:13.722Z Compiling schemars v0.8.22
18402026-05-06T04:03:13.754Z Compiling rustversion v1.0.22
18412026-05-06T04:03:13.758Z Compiling equivalent v1.0.2
18422026-05-06T04:03:13.817Z Compiling utf8_iter v1.0.4
18432026-05-06T04:03:13.834Z Compiling fs_extra v1.3.0
18442026-05-06T04:03:13.863Z Compiling rand_core v0.10.0
18452026-05-06T04:03:13.919Z Compiling cmake v0.1.57
18462026-05-06T04:03:14.013Z Compiling dunce v1.0.5
18472026-05-06T04:03:14.031Z Compiling form_urlencoded v1.2.2
18482026-05-06T04:03:14.195Z Compiling signal-hook-registry v1.4.8
18492026-05-06T04:03:14.217Z Compiling once_cell v1.21.3
18502026-05-06T04:03:14.337Z Compiling hashbrown v0.17.0
18512026-05-06T04:03:14.357Z Compiling const-oid v0.9.6
18522026-05-06T04:03:14.403Z Compiling semver v1.0.28
18532026-05-06T04:03:14.529Z Compiling bitflags v2.11.0
18542026-05-06T04:03:14.547Z Compiling ring v0.17.14
18552026-05-06T04:03:14.623Z Compiling aws-lc-sys v0.37.1
18562026-05-06T04:03:14.623Z Compiling parking_lot v0.12.5
18572026-05-06T04:03:14.702Z Compiling socket2 v0.6.3
18582026-05-06T04:03:14.722Z Compiling mio v1.2.0
18592026-05-06T04:03:14.777Z Compiling rustix v1.1.3
18602026-05-06T04:03:14.795Z Compiling aws-lc-rs v1.16.0
18612026-05-06T04:03:14.840Z Compiling indexmap v2.14.0
18622026-05-06T04:03:14.910Z Compiling futures-core v0.3.32
18632026-05-06T04:03:14.976Z Compiling thiserror v1.0.69
18642026-05-06T04:03:15.004Z Compiling strsim v0.11.1
18652026-05-06T04:03:15.093Z Compiling byteorder v1.5.0
18662026-05-06T04:03:15.109Z Compiling httparse v1.10.1
18672026-05-06T04:03:15.112Z Compiling ucd-trie v0.1.7
18682026-05-06T04:03:15.293Z Compiling syn v1.0.109
18692026-05-06T04:03:15.321Z Compiling pest v2.8.6
18702026-05-06T04:03:15.352Z Compiling iana-time-zone v0.1.65
18712026-05-06T04:03:15.404Z Compiling ident_case v1.0.1
18722026-05-06T04:03:15.452Z Compiling heck v0.5.0
18732026-05-06T04:03:15.457Z Compiling vcpkg v0.2.15
18742026-05-06T04:03:15.485Z Compiling uuid v1.23.0
18752026-05-06T04:03:15.521Z Compiling cpufeatures v0.2.17
18762026-05-06T04:03:15.569Z Compiling regex-syntax v0.8.10
18772026-05-06T04:03:15.720Z Compiling rustc_version v0.4.1
18782026-05-06T04:03:15.877Z Compiling rustls v0.23.37
18792026-05-06T04:03:15.921Z Compiling futures-sink v0.3.32
18802026-05-06T04:03:16.021Z Compiling futures-channel v0.3.32
18812026-05-06T04:03:16.045Z Compiling openssl-sys v0.9.114
18822026-05-06T04:03:16.093Z Compiling futures-io v0.3.32
18832026-05-06T04:03:16.097Z Compiling futures-task v0.3.32
18842026-05-06T04:03:16.112Z Compiling slab v0.4.12
18852026-05-06T04:03:16.243Z Compiling dyn-clone v1.0.20
18862026-05-06T04:03:16.270Z Compiling synstructure v0.13.2
18872026-05-06T04:03:16.310Z Compiling serde_derive_internals v0.29.1
18882026-05-06T04:03:16.328Z Compiling crc32fast v1.5.0
18892026-05-06T04:03:16.343Z Compiling plain v0.2.3
18902026-05-06T04:03:16.373Z Compiling pest_meta v2.8.6
18912026-05-06T04:03:16.388Z Compiling aho-corasick v1.1.4
18922026-05-06T04:03:16.408Z Compiling num-conv v0.2.0
18932026-05-06T04:03:16.489Z Compiling time-core v0.1.8
18942026-05-06T04:03:16.586Z Compiling crossbeam-utils v0.8.21
18952026-05-06T04:03:16.669Z Compiling time-macros v0.2.27
18962026-05-06T04:03:16.673Z Compiling base64 v0.22.1
18972026-05-06T04:03:16.958Z Compiling pest_generator v2.8.6
18982026-05-06T04:03:17.025Z Compiling openssl v0.10.78
18992026-05-06T04:03:17.025Z Compiling pretty-hex v0.4.1
19002026-05-06T04:03:17.176Z Compiling base64ct v1.8.3
19012026-05-06T04:03:17.193Z Compiling anyhow v1.0.102
19022026-05-06T04:03:17.224Z Compiling regex-automata v0.4.14
19032026-05-06T04:03:17.241Z Compiling darling_core v0.21.3
19042026-05-06T04:03:17.257Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-05-06T04:03:17.308Z Compiling native-tls v0.2.18
19062026-05-06T04:03:17.411Z Compiling pem-rfc7468 v0.7.0
19072026-05-06T04:03:17.491Z Compiling flagset v0.4.7
19082026-05-06T04:03:17.509Z Compiling rand_core v0.9.5
19092026-05-06T04:03:17.527Z Compiling serde_derive v1.0.228
19102026-05-06T04:03:17.530Z Compiling zeroize_derive v1.4.3
19112026-05-06T04:03:17.558Z Compiling zerofrom-derive v0.1.6
19122026-05-06T04:03:17.606Z Compiling yoke-derive v0.8.1
19132026-05-06T04:03:17.637Z Compiling zerovec-derive v0.11.2
19142026-05-06T04:03:17.654Z Compiling displaydoc v0.2.5
19152026-05-06T04:03:17.672Z Compiling zerocopy-derive v0.8.40
19162026-05-06T04:03:17.690Z Compiling tokio-macros v2.7.0
19172026-05-06T04:03:17.708Z Compiling futures-macro v0.3.32
19182026-05-06T04:03:17.711Z Compiling thiserror-impl v2.0.18
19192026-05-06T04:03:17.745Z Compiling schemars_derive v0.8.22
19202026-05-06T04:03:17.801Z Compiling der_derive v0.7.3
19212026-05-06T04:03:18.149Z Compiling zeroize v1.8.2
19222026-05-06T04:03:18.415Z Compiling tracing-attributes v0.1.31
19232026-05-06T04:03:18.569Z Compiling thiserror-impl v1.0.69
19242026-05-06T04:03:18.585Z Compiling pest_derive v2.8.6
19252026-05-06T04:03:18.698Z Compiling zerofrom v0.1.6
19262026-05-06T04:03:18.732Z Compiling futures-util v0.3.32
19272026-05-06T04:03:18.857Z Compiling yoke v0.8.1
19282026-05-06T04:03:18.934Z Compiling crypto-common v0.1.7
19292026-05-06T04:03:18.949Z Compiling block-buffer v0.10.4
19302026-05-06T04:03:19.047Z Compiling zerovec v0.11.5
19312026-05-06T04:03:19.067Z Compiling zerotrie v0.2.3
19322026-05-06T04:03:19.127Z Compiling digest v0.10.7
19332026-05-06T04:03:19.280Z Compiling block-padding v0.3.3
19342026-05-06T04:03:19.451Z Compiling inout v0.1.4
19352026-05-06T04:03:19.526Z Compiling rustls-pki-types v1.14.0
19362026-05-06T04:03:19.566Z Compiling hmac v0.12.1
19372026-05-06T04:03:19.591Z Compiling sha2 v0.10.9
19382026-05-06T04:03:19.605Z Compiling cipher v0.4.4
19392026-05-06T04:03:19.633Z Compiling tinystr v0.8.2
19402026-05-06T04:03:19.651Z Compiling potential_utf v0.1.4
19412026-05-06T04:03:19.746Z Compiling scroll_derive v0.13.1
19422026-05-06T04:03:19.759Z Compiling scroll_derive v0.12.1
19432026-05-06T04:03:19.852Z Compiling icu_locale_core v2.1.1
19442026-05-06T04:03:19.860Z Compiling icu_collections v2.1.1
19452026-05-06T04:03:20.127Z Compiling openssl-macros v0.1.1
19462026-05-06T04:03:20.396Z Compiling regex v1.12.3
19472026-05-06T04:03:20.431Z Compiling darling_macro v0.21.3
19482026-05-06T04:03:20.530Z Compiling icu_provider v2.1.1
19492026-05-06T04:03:20.556Z Compiling der v0.7.10
19502026-05-06T04:03:20.616Z Compiling zerocopy-derive v0.7.35
19512026-05-06T04:03:20.755Z Compiling bytes v1.11.1
19522026-05-06T04:03:20.788Z Compiling chrono v0.4.44
19532026-05-06T04:03:20.854Z Compiling icu_properties v2.1.2
19542026-05-06T04:03:20.874Z Compiling icu_normalizer v2.1.1
19552026-05-06T04:03:21.012Z Compiling serde_tokenstream v0.2.3
19562026-05-06T04:03:21.366Z Compiling tokio v1.52.1
19572026-05-06T04:03:21.481Z Compiling http v1.4.0
19582026-05-06T04:03:21.727Z Compiling slog v2.8.2
19592026-05-06T04:03:21.730Z Compiling tracing-core v0.1.36
19602026-05-06T04:03:21.791Z Compiling idna_adapter v1.2.1
19612026-05-06T04:03:21.950Z Compiling idna v1.1.0
19622026-05-06T04:03:22.020Z Compiling ppv-lite86 v0.2.21
19632026-05-06T04:03:22.210Z Compiling untrusted v0.9.0
19642026-05-06T04:03:22.289Z Compiling url v2.5.8
19652026-05-06T04:03:22.401Z Compiling tracing v0.1.44
19662026-05-06T04:03:22.460Z Compiling spki v0.7.3
19672026-05-06T04:03:22.662Z Compiling darling v0.21.3
19682026-05-06T04:03:22.683Z Compiling salsa20 v0.10.2
19692026-05-06T04:03:22.735Z Compiling pbkdf2 v0.12.2
19702026-05-06T04:03:23.033Z Compiling cookie v0.18.1
19712026-05-06T04:03:23.112Z Compiling camino v1.2.2
19722026-05-06T04:03:23.262Z Compiling scrypt v0.11.0
19732026-05-06T04:03:23.371Z Compiling rand_chacha v0.9.0
19742026-05-06T04:03:23.423Z Compiling aes v0.8.4
19752026-05-06T04:03:23.444Z Compiling cbc v0.1.2
19762026-05-06T04:03:23.935Z Compiling usdt-impl v0.5.0
19772026-05-06T04:03:23.988Z Compiling winnow v0.7.14
19782026-05-06T04:03:24.013Z Compiling ref-cast v1.0.25
19792026-05-06T04:03:24.029Z Compiling paste v1.0.15
19802026-05-06T04:03:24.202Z Compiling usdt-impl v0.6.0
19812026-05-06T04:03:24.266Z Compiling either v1.15.0
19822026-05-06T04:03:24.432Z Compiling pkcs5 v0.7.1
19832026-05-06T04:03:24.451Z Compiling rand v0.9.2
19842026-05-06T04:03:24.495Z Compiling http-body v1.0.1
19852026-05-06T04:03:24.669Z Compiling toml_datetime v0.6.11
19862026-05-06T04:03:24.795Z Compiling serde_spanned v0.6.9
19872026-05-06T04:03:24.811Z Compiling scroll v0.13.0
19882026-05-06T04:03:24.842Z Compiling scroll v0.12.0
19892026-05-06T04:03:24.932Z Compiling heapless v0.7.17
19902026-05-06T04:03:24.973Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-05-06T04:03:25.038Z Compiling openssl-probe v0.2.1
19922026-05-06T04:03:25.098Z Compiling atomic-waker v1.1.2
19932026-05-06T04:03:25.127Z Compiling zstd-safe v7.2.4
19942026-05-06T04:03:25.200Z Compiling tokio-util v0.7.18
19952026-05-06T04:03:25.250Z Compiling signal-hook v0.3.18
19962026-05-06T04:03:25.267Z Compiling untrusted v0.7.1
19972026-05-06T04:03:25.340Z Compiling goblin v0.8.2
19982026-05-06T04:03:25.357Z Compiling toml_parser v1.0.9+spec-1.1.0
19992026-05-06T04:03:25.408Z Compiling goblin v0.10.5
20002026-05-06T04:03:25.456Z Compiling pkcs8 v0.10.2
20012026-05-06T04:03:25.922Z Compiling zerocopy v0.7.35
20022026-05-06T04:03:25.939Z Compiling ref-cast-impl v1.0.25
20032026-05-06T04:03:25.982Z Compiling darling_core v0.20.11
20042026-05-06T04:03:26.159Z Compiling curve25519-dalek v4.1.3
20052026-05-06T04:03:26.278Z Compiling toml_datetime v0.7.5+spec-1.1.0
20062026-05-06T04:03:26.448Z Compiling memoffset v0.9.1
20072026-05-06T04:03:26.580Z Compiling tower-service v0.3.3
20082026-05-06T04:03:26.642Z Compiling litrs v1.0.0
20092026-05-06T04:03:26.672Z Compiling winnow v0.5.40
20102026-05-06T04:03:26.693Z Compiling try-lock v0.2.5
20112026-05-06T04:03:26.722Z Compiling rustix v0.38.44
20122026-05-06T04:03:26.821Z Compiling fastrand v2.3.0
20132026-05-06T04:03:27.102Z Compiling tinyvec_macros v0.1.1
20142026-05-06T04:03:27.172Z Compiling tower-layer v0.3.3
20152026-05-06T04:03:27.347Z Compiling want v0.3.1
20162026-05-06T04:03:27.392Z Compiling tinyvec v1.10.0
20172026-05-06T04:03:27.435Z Compiling document-features v0.2.12
20182026-05-06T04:03:27.547Z Compiling dof v0.3.0
20192026-05-06T04:03:27.887Z Compiling h2 v0.4.13
20202026-05-06T04:03:27.916Z Compiling darling_macro v0.20.11
20212026-05-06T04:03:27.937Z Compiling toml_edit v0.19.15
20222026-05-06T04:03:28.065Z Compiling dof v0.4.0
20232026-05-06T04:03:28.423Z Compiling dtrace-parser v0.2.0
20242026-05-06T04:03:28.480Z Compiling ipnet v2.11.0
20252026-05-06T04:03:28.592Z Compiling dtrace-parser v0.3.0
20262026-05-06T04:03:28.939Z Compiling async-trait v0.1.89
20272026-05-06T04:03:28.956Z Compiling daft-derive v0.1.5
20282026-05-06T04:03:29.030Z Compiling spin v0.9.8
20292026-05-06T04:03:29.046Z Compiling thread-id v4.2.2
20302026-05-06T04:03:29.118Z Compiling thread-id v5.1.0
20312026-05-06T04:03:29.179Z Compiling num-bigint-dig v0.8.6
20322026-05-06T04:03:29.218Z Compiling pin-utils v0.1.0
20332026-05-06T04:03:29.284Z Compiling httpdate v1.0.3
20342026-05-06T04:03:29.315Z Compiling cfg_aliases v0.2.1
20352026-05-06T04:03:29.395Z Compiling foreign-types-shared v0.1.1
20362026-05-06T04:03:29.413Z Compiling powerfmt v0.2.0
20372026-05-06T04:03:29.445Z Compiling smoltcp v0.9.1
20382026-05-06T04:03:29.505Z Compiling foreign-types v0.3.2
20392026-05-06T04:03:29.508Z Compiling nix v0.31.2
20402026-05-06T04:03:29.594Z Compiling deranged v0.5.8
20412026-05-06T04:03:29.609Z Compiling tempfile v3.25.0
20422026-05-06T04:03:29.881Z Compiling darling v0.20.11
20432026-05-06T04:03:29.985Z Compiling ipnetwork v0.21.1
20442026-05-06T04:03:30.237Z Compiling curve25519-dalek-derive v0.1.1
20452026-05-06T04:03:30.254Z Compiling strum_macros v0.26.4
20462026-05-06T04:03:30.390Z Compiling wait-timeout v0.2.1
20472026-05-06T04:03:30.746Z Compiling siphasher v1.0.2
20482026-05-06T04:03:30.762Z Compiling num_threads v0.1.7
20492026-05-06T04:03:30.810Z Compiling quick-error v1.2.3
20502026-05-06T04:03:30.840Z Compiling bit-vec v0.8.0
20512026-05-06T04:03:30.878Z Compiling hyper v1.8.1
20522026-05-06T04:03:30.940Z Compiling anstyle v1.0.13
20532026-05-06T04:03:31.008Z Compiling simd-adler32 v0.3.8
20542026-05-06T04:03:31.051Z Compiling utf8parse v0.2.2
20552026-05-06T04:03:31.102Z Compiling bit-set v0.8.0
20562026-05-06T04:03:31.159Z Compiling anstyle-parse v0.2.7
20572026-05-06T04:03:31.179Z Compiling time v0.3.47
20582026-05-06T04:03:31.196Z Compiling rusty-fork v0.3.1
20592026-05-06T04:03:31.813Z Compiling derive_builder_core v0.20.2
20602026-05-06T04:03:31.813Z Compiling unicode-normalization v0.1.25
20612026-05-06T04:03:32.255Z Compiling hyper-util v0.1.20
20622026-05-06T04:03:32.324Z Compiling rustls-native-certs v0.8.3
20632026-05-06T04:03:32.622Z Compiling signature v2.2.0
20642026-05-06T04:03:32.638Z Compiling hubpack_derive v0.1.1
20652026-05-06T04:03:32.706Z Compiling rand_xorshift v0.4.0
20662026-05-06T04:03:32.793Z Compiling strum_macros v0.27.2
20672026-05-06T04:03:33.025Z Compiling sync_wrapper v1.0.2
20682026-05-06T04:03:33.093Z Compiling fs-err v3.3.0
20692026-05-06T04:03:33.096Z Compiling ahash v0.8.12
20702026-05-06T04:03:33.171Z Compiling unicode-bidi v0.3.18
20712026-05-06T04:03:33.214Z Compiling adler2 v2.0.1
20722026-05-06T04:03:33.329Z Compiling unicode-segmentation v1.12.0
20732026-05-06T04:03:33.332Z Compiling is_terminal_polyfill v1.70.2
20742026-05-06T04:03:33.389Z Compiling anstyle-query v1.1.5
20752026-05-06T04:03:33.462Z Compiling unarray v0.1.4
20762026-05-06T04:03:33.518Z Compiling unicode-properties v0.1.4
20772026-05-06T04:03:33.645Z Compiling colorchoice v1.0.4
20782026-05-06T04:03:33.686Z Compiling allocator-api2 v0.2.21
20792026-05-06T04:03:33.740Z Compiling object v0.37.3
20802026-05-06T04:03:33.804Z Compiling anstream v0.6.21
20812026-05-06T04:03:33.912Z Compiling stringprep v0.1.5
20822026-05-06T04:03:34.032Z Compiling proptest v1.10.0
20832026-05-06T04:03:34.057Z Compiling miniz_oxide v0.8.9
20842026-05-06T04:03:34.107Z Compiling tower v0.5.3
20852026-05-06T04:03:34.345Z Compiling derive_builder_macro v0.20.2
20862026-05-06T04:03:34.392Z Compiling usdt-attr-macro v0.6.0
20872026-05-06T04:03:34.585Z Compiling usdt-macro v0.6.0
20882026-05-06T04:03:34.992Z Compiling http-body-util v0.1.3
20892026-05-06T04:03:35.176Z Compiling webpki-roots v1.0.6
20902026-05-06T04:03:35.329Z Compiling rand_chacha v0.3.1
20912026-05-06T04:03:35.361Z Compiling erased-serde v0.3.31
20922026-05-06T04:03:35.376Z Compiling md-5 v0.10.6
20932026-05-06T04:03:35.475Z Compiling num-integer v0.1.46
20942026-05-06T04:03:35.521Z Compiling hash32 v0.2.1
20952026-05-06T04:03:35.615Z Compiling vergen-lib v0.1.6
20962026-05-06T04:03:35.632Z Compiling ff v0.13.1
20972026-05-06T04:03:35.693Z Compiling ryu v1.0.23
20982026-05-06T04:03:35.708Z Compiling base16ct v0.2.0
20992026-05-06T04:03:35.725Z Compiling fallible-iterator v0.2.0
21002026-05-06T04:03:35.728Z Compiling psl-types v2.0.11
21012026-05-06T04:03:35.728Z Compiling zlib-rs v0.6.2
21022026-05-06T04:03:35.775Z Compiling iri-string v0.7.10
21032026-05-06T04:03:35.870Z Compiling sec1 v0.7.3
21042026-05-06T04:03:35.907Z Compiling publicsuffix v2.3.0
21052026-05-06T04:03:35.910Z Compiling serde_urlencoded v0.7.1
21062026-05-06T04:03:36.015Z Compiling group v0.13.0
21072026-05-06T04:03:36.092Z Compiling newtype-uuid v1.3.2
21082026-05-06T04:03:36.095Z Compiling postgres-protocol v0.6.10
21092026-05-06T04:03:36.124Z Compiling num-iter v0.1.45
21102026-05-06T04:03:36.274Z Compiling rand v0.8.5
21112026-05-06T04:03:36.636Z Compiling derive_builder v0.20.2
21122026-05-06T04:03:36.651Z Compiling oxnet v0.1.4
21132026-05-06T04:03:36.717Z Compiling tokio-native-tls v0.3.1
21142026-05-06T04:03:36.745Z Compiling heck v0.4.1
21152026-05-06T04:03:36.779Z Compiling phf_shared v0.13.1
21162026-05-06T04:03:36.891Z Compiling tower-http v0.6.8
21172026-05-06T04:03:36.930Z Compiling lazy_static v1.5.0
21182026-05-06T04:03:37.010Z Compiling terminal_size v0.4.3
21192026-05-06T04:03:37.032Z Compiling serde_with_macros v3.17.0
21202026-05-06T04:03:37.035Z Compiling cargo-platform v0.1.9
21212026-05-06T04:03:37.083Z Compiling hkdf v0.12.4
21222026-05-06T04:03:37.098Z Compiling crypto-bigint v0.5.5
21232026-05-06T04:03:37.151Z Compiling enum-as-inner v0.6.1
21242026-05-06T04:03:37.169Z Compiling clap_derive v4.5.55
21252026-05-06T04:03:37.229Z Compiling serde_repr v0.1.20
21262026-05-06T04:03:37.268Z Compiling vergen v9.0.6
21272026-05-06T04:03:37.337Z Compiling bitflags v1.3.2
21282026-05-06T04:03:37.383Z Compiling foldhash v0.2.0
21292026-05-06T04:03:37.411Z Compiling managed v0.8.0
21302026-05-06T04:03:37.431Z Compiling foldhash v0.1.5
21312026-05-06T04:03:37.501Z Compiling clap_lex v1.0.0
21322026-05-06T04:03:37.634Z Compiling bumpalo v3.20.2
21332026-05-06T04:03:37.756Z Compiling flate2 v1.1.9
21342026-05-06T04:03:37.759Z Compiling libbz2-rs-sys v0.2.2
21352026-05-06T04:03:37.972Z Compiling zopfli v0.8.3
21362026-05-06T04:03:38.017Z Compiling elliptic-curve v0.13.8
21372026-05-06T04:03:38.064Z Compiling clap_builder v4.5.60
21382026-05-06T04:03:38.101Z Compiling hashbrown v0.15.5
21392026-05-06T04:03:38.174Z Compiling bzip2 v0.6.1
21402026-05-06T04:03:38.195Z Compiling hashbrown v0.16.1
21412026-05-06T04:03:38.385Z Compiling cargo_metadata v0.19.2
21422026-05-06T04:03:38.781Z Compiling phf v0.13.1
21432026-05-06T04:03:38.796Z Compiling daft v0.1.5
21442026-05-06T04:03:38.799Z Compiling hyper-tls v0.6.0
21452026-05-06T04:03:38.852Z Compiling zstd v0.13.3
21462026-05-06T04:03:39.055Z Compiling cookie_store v0.22.1
21472026-05-06T04:03:39.085Z Compiling signal-hook-mio v0.2.5
21482026-05-06T04:03:39.122Z Compiling postgres-types v0.2.12
21492026-05-06T04:03:39.258Z Compiling bzip2 v0.4.4
21502026-05-06T04:03:39.277Z Compiling strum v0.27.2
21512026-05-06T04:03:39.518Z Compiling hubpack v0.1.2
21522026-05-06T04:03:39.545Z Compiling ed25519 v2.2.3
21532026-05-06T04:03:39.634Z Compiling phf_shared v0.11.3
21542026-05-06T04:03:39.692Z Compiling crossbeam-epoch v0.9.18
21552026-05-06T04:03:39.727Z Compiling pkcs1 v0.7.5
21562026-05-06T04:03:39.783Z Compiling serde-big-array v0.5.1
21572026-05-06T04:03:39.802Z Compiling hex v0.4.3
21582026-05-06T04:03:39.935Z Compiling rfc6979 v0.4.0
21592026-05-06T04:03:39.951Z Compiling bstr v1.12.1
21602026-05-06T04:03:40.091Z Compiling float-cmp v0.10.0
21612026-05-06T04:03:40.124Z Compiling env_filter v1.0.0
21622026-05-06T04:03:40.140Z Compiling memmap2 v0.9.10
21632026-05-06T04:03:40.191Z Compiling encoding_rs v0.8.35
21642026-05-06T04:03:40.207Z Compiling static_assertions v1.1.0
21652026-05-06T04:03:40.250Z Compiling new_debug_unreachable v1.0.6
21662026-05-06T04:03:40.267Z Compiling mime v0.3.17
21672026-05-06T04:03:40.309Z Compiling precomputed-hash v0.1.1
21682026-05-06T04:03:40.336Z Compiling rustc-hash v2.1.1
21692026-05-06T04:03:40.353Z Compiling fixedbitset v0.5.7
21702026-05-06T04:03:40.380Z Compiling toml_write v0.1.2
21712026-05-06T04:03:40.410Z Compiling normalize-line-endings v0.3.0
21722026-05-06T04:03:40.426Z Compiling data-encoding v2.10.0
21732026-05-06T04:03:40.441Z Compiling difflib v0.4.0
21742026-05-06T04:03:40.492Z Compiling predicates-core v1.0.10
21752026-05-06T04:03:40.530Z Compiling jiff v0.2.21
21762026-05-06T04:03:40.566Z Compiling fixedbitset v0.4.2
21772026-05-06T04:03:40.605Z Compiling keccak v0.1.6
21782026-05-06T04:03:40.679Z Compiling whoami v2.1.0
21792026-05-06T04:03:40.811Z Compiling sha3 v0.10.8
21802026-05-06T04:03:40.814Z Compiling petgraph v0.6.5
21812026-05-06T04:03:40.917Z Compiling tokio-postgres v0.7.16
21822026-05-06T04:03:40.969Z Compiling hickory-proto v0.25.2
21832026-05-06T04:03:41.040Z Compiling predicates v3.1.4
21842026-05-06T04:03:41.097Z Compiling petgraph v0.8.3
21852026-05-06T04:03:41.447Z Compiling toml_edit v0.22.27
21862026-05-06T04:03:41.511Z Compiling iddqd v0.3.18
21872026-05-06T04:03:41.626Z Compiling similar v2.7.0
21882026-05-06T04:03:41.708Z Compiling string_cache v0.8.9
21892026-05-06T04:03:41.945Z Compiling usdt v0.6.0
21902026-05-06T04:03:42.214Z Compiling env_logger v0.11.9
21912026-05-06T04:03:42.299Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21922026-05-06T04:03:42.613Z Compiling ecdsa v0.16.9
21932026-05-06T04:03:42.749Z Compiling serde_with v3.17.0
21942026-05-06T04:03:42.970Z Compiling rsa v0.9.10
21952026-05-06T04:03:43.029Z Compiling ed25519-dalek v2.2.0
21962026-05-06T04:03:43.332Z Compiling zip v4.6.1
21972026-05-06T04:03:43.759Z Compiling clap v4.5.60
21982026-05-06T04:03:44.115Z Compiling zip v0.6.6
21992026-05-06T04:03:44.168Z Compiling crossterm v0.28.1
22002026-05-06T04:03:44.452Z Compiling strum v0.26.3
22012026-05-06T04:03:44.604Z Compiling toml v0.7.8
22022026-05-06T04:03:44.625Z Compiling tokio-stream v0.1.18
22032026-05-06T04:03:44.643Z Compiling buf-list v1.1.2
22042026-05-06T04:03:44.681Z Compiling itertools v0.13.0
22052026-05-06T04:03:44.878Z Compiling x509-cert v0.2.5
22062026-05-06T04:03:45.121Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22072026-05-06T04:03:45.166Z Compiling openapiv3 v2.2.0
22082026-05-06T04:03:45.371Z Compiling sha1 v0.10.6
22092026-05-06T04:03:45.605Z Compiling peg-runtime v0.8.5
22102026-05-06T04:03:45.717Z Compiling lalrpop-util v0.19.12
22112026-05-06T04:04:02.141Z Compiling macaddr v1.0.1
22122026-05-06T04:04:02.157Z Compiling structmeta-derive v0.3.0
22132026-05-06T04:04:02.175Z Compiling crucible-workspace-hack v0.1.0
22142026-05-06T04:04:02.252Z Compiling rayon-core v1.13.0
22152026-05-06T04:04:02.405Z Compiling itertools v0.14.0
22162026-05-06T04:04:02.444Z Compiling secrecy v0.10.3
22172026-05-06T04:04:02.480Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-06T04:04:02.502Z Compiling heapless v0.8.0
22192026-05-06T04:04:02.634Z Compiling rustls v0.22.4
22202026-05-06T04:04:02.902Z Compiling crossbeam-deque v0.8.6
22212026-05-06T04:04:02.906Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22222026-05-06T04:04:02.981Z Compiling toml_edit v0.23.10+spec-1.0.0
22232026-05-06T04:04:03.030Z Compiling rustls-webpki v0.102.8
22242026-05-06T04:04:03.097Z Compiling futures-executor v0.3.32
22252026-05-06T04:04:03.151Z Compiling hash32 v0.3.1
22262026-05-06T04:04:03.168Z Compiling structmeta v0.3.0
22272026-05-06T04:04:03.242Z Compiling multer v3.1.0
22282026-05-06T04:04:03.382Z Compiling thread_local v1.1.9
22292026-05-06T04:04:03.406Z Compiling compression-core v0.4.31
22302026-05-06T04:04:03.423Z Compiling smoltcp v0.11.0
22312026-05-06T04:04:03.426Z Compiling unicode-width v0.2.0
22322026-05-06T04:04:03.466Z Compiling slog-async v2.8.0
22332026-05-06T04:04:03.482Z Compiling match_cfg v0.1.0
22342026-05-06T04:04:03.574Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22352026-05-06T04:04:03.603Z Compiling hostname v0.3.1
22362026-05-06T04:04:03.622Z Compiling compression-codecs v0.4.37
22372026-05-06T04:04:03.656Z Compiling ingot-macros v0.1.1
22382026-05-06T04:04:03.756Z Compiling proc-macro-crate v3.4.0
22392026-05-06T04:04:03.839Z Compiling derive-ex v0.1.8
22402026-05-06T04:04:03.867Z Compiling futures v0.3.32
22412026-05-06T04:04:03.918Z Compiling slog-json v2.6.1
22422026-05-06T04:04:03.990Z Compiling crossbeam-channel v0.5.15
22432026-05-06T04:04:04.009Z Compiling half v2.7.1
22442026-05-06T04:04:04.217Z Compiling newtype-uuid-macros v0.1.0
22452026-05-06T04:04:04.242Z Compiling thiserror-impl-no-std v2.0.2
22462026-05-06T04:04:04.376Z Compiling rustls-webpki v0.103.9
22472026-05-06T04:04:04.423Z Compiling cobs v0.3.0
22482026-05-06T04:04:04.658Z Compiling universal-hash v0.5.1
22492026-05-06T04:04:04.727Z Compiling async-stream-impl v0.3.6
22502026-05-06T04:04:04.743Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-05-06T04:04:04.828Z Compiling serde_spanned v1.0.4
22522026-05-06T04:04:04.864Z Compiling is-terminal v0.4.17
22532026-05-06T04:04:04.984Z Compiling dropshot v0.17.0
22542026-05-06T04:04:05.017Z Compiling proc-macro-error-attr v1.0.4
22552026-05-06T04:04:05.189Z Compiling term v1.2.1
22562026-05-06T04:04:05.208Z Compiling opaque-debug v0.3.1
22572026-05-06T04:04:05.243Z Compiling ciborium-io v0.2.2
22582026-05-06T04:04:05.246Z Compiling convert_case v0.4.0
22592026-05-06T04:04:05.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22602026-05-06T04:04:05.326Z Compiling toml_writer v1.0.6+spec-1.1.0
22612026-05-06T04:04:05.355Z Compiling take_mut v0.2.2
22622026-05-06T04:04:05.370Z Compiling ciborium-ll v0.2.2
22632026-05-06T04:04:05.428Z Compiling test-strategy v0.4.5
22642026-05-06T04:04:05.453Z Compiling thiserror-no-std v2.0.2
22652026-05-06T04:04:05.560Z Compiling toml v1.0.6+spec-1.1.0
22662026-05-06T04:04:05.599Z Compiling derive_more v0.99.20
22672026-05-06T04:04:05.616Z Compiling slog-term v2.9.2
22682026-05-06T04:04:05.631Z Compiling async-stream v0.3.6
22692026-05-06T04:04:05.657Z Compiling poly1305 v0.8.0
22702026-05-06T04:04:05.792Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22712026-05-06T04:04:05.986Z Compiling tokio-rustls v0.25.0
22722026-05-06T04:04:06.268Z Compiling postcard v1.1.3
22732026-05-06T04:04:06.287Z Compiling ingot-types v0.1.2
22742026-05-06T04:04:06.682Z Compiling num_enum_derive v0.7.5
22752026-05-06T04:04:06.747Z Compiling ingot v0.1.1
22762026-05-06T04:04:06.747Z Compiling slog-bunyan v2.5.0
22772026-05-06T04:04:06.873Z Compiling async-compression v0.4.41
22782026-05-06T04:04:06.890Z Compiling parse-display-derive v0.10.0
22792026-05-06T04:04:06.960Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22802026-05-06T04:04:07.010Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-05-06T04:04:07.264Z Compiling proc-macro-crate v1.3.1
22822026-05-06T04:04:07.374Z Compiling backon v1.6.0
22832026-05-06T04:04:07.624Z Compiling waitgroup v0.1.2
22842026-05-06T04:04:07.642Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22852026-05-06T04:04:07.645Z Compiling password-hash v0.5.0
22862026-05-06T04:04:07.673Z Compiling dropshot_endpoint v0.17.0
22872026-05-06T04:04:07.793Z Compiling chacha20 v0.9.1
22882026-05-06T04:04:07.809Z Compiling rustls-pemfile v2.2.0
22892026-05-06T04:04:07.823Z Compiling blake2 v0.10.6
22902026-05-06T04:04:07.965Z Compiling tokio-rustls v0.26.4
22912026-05-06T04:04:08.072Z Compiling rustls-platform-verifier v0.6.2
22922026-05-06T04:04:08.108Z Compiling aead v0.5.2
22932026-05-06T04:04:08.263Z Compiling hyper-rustls v0.27.7
22942026-05-06T04:04:08.302Z Compiling foreign-types-macros v0.2.3
22952026-05-06T04:04:08.330Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22962026-05-06T04:04:08.353Z Compiling serde_path_to_error v0.1.20
22972026-05-06T04:04:08.356Z Compiling hostname v0.4.2
22982026-05-06T04:04:08.539Z Compiling reqwest v0.12.28
22992026-05-06T04:04:08.565Z Compiling reqwest v0.13.2
23002026-05-06T04:04:08.606Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23012026-05-06T04:04:08.636Z Compiling proc-macro-error v1.0.4
23022026-05-06T04:04:08.759Z Compiling instant v0.1.13
23032026-05-06T04:04:08.775Z Compiling cpufeatures v0.3.0
23042026-05-06T04:04:08.831Z Compiling typeid v1.0.3
23052026-05-06T04:04:08.852Z Compiling debug-ignore v1.0.5
23062026-05-06T04:04:08.877Z Compiling foreign-types-shared v0.3.1
23072026-05-06T04:04:08.911Z Compiling chacha20 v0.10.0
23082026-05-06T04:04:08.911Z Compiling backoff v0.4.0
23092026-05-06T04:04:08.973Z Compiling foreign-types v0.5.0
23102026-05-06T04:04:09.008Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23112026-05-06T04:04:09.026Z Compiling parse-display v0.10.0
23122026-05-06T04:04:09.055Z Compiling chacha20poly1305 v0.10.1
23132026-05-06T04:04:09.084Z Compiling argon2 v0.5.3
23142026-05-06T04:04:09.201Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-06T04:04:09.217Z Compiling num_enum_derive v0.5.11
23162026-05-06T04:04:09.258Z Compiling num_enum v0.7.5
23172026-05-06T04:04:09.274Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-05-06T04:04:09.603Z Compiling ciborium v0.2.2
23192026-05-06T04:04:09.648Z Compiling vsss-rs v3.3.4
23202026-05-06T04:04:09.718Z Compiling tabwriter v1.4.1
23212026-05-06T04:04:09.809Z Compiling regress v0.10.5
23222026-05-06T04:04:09.981Z Compiling byte-wrapper v0.1.0
23232026-05-06T04:04:10.113Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23242026-05-06T04:04:10.150Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-05-06T04:04:10.168Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23262026-05-06T04:04:10.462Z Compiling cstr-argument v0.1.2
23272026-05-06T04:04:10.622Z Compiling erased-serde v0.4.9
23282026-05-06T04:04:10.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23292026-05-06T04:04:10.771Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-05-06T04:04:10.787Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-05-06T04:04:10.863Z Compiling num_enum v0.5.11
23322026-05-06T04:04:10.930Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-05-06T04:04:11.010Z Compiling rand v0.10.0
23342026-05-06T04:04:11.095Z Compiling rayon v1.11.0
23352026-05-06T04:04:11.165Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23362026-05-06T04:04:11.193Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23372026-05-06T04:04:11.218Z Compiling indent_write v2.2.0
23382026-05-06T04:04:11.243Z Compiling libefi-sys v0.1.0
23392026-05-06T04:04:11.293Z Compiling colored v3.1.1
23402026-05-06T04:04:11.359Z Compiling zone_cfg_derive v0.3.1
23412026-05-06T04:04:11.486Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23422026-05-06T04:04:11.500Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-05-06T04:04:11.555Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23442026-05-06T04:04:11.814Z Compiling camino-tempfile v1.4.1
23452026-05-06T04:04:11.829Z Compiling itertools v0.12.1
23462026-05-06T04:04:11.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472026-05-06T04:04:11.991Z Compiling usdt-macro v0.5.0
23482026-05-06T04:04:11.994Z Compiling usdt-attr-macro v0.5.0
23492026-05-06T04:04:12.023Z Compiling bitfield-struct v0.6.2
23502026-05-06T04:04:12.048Z Compiling num-derive v0.4.2
23512026-05-06T04:04:12.232Z Compiling ordered-float v2.10.1
23522026-05-06T04:04:12.274Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23532026-05-06T04:04:12.540Z Compiling blake3 v1.8.3
23542026-05-06T04:04:12.651Z Compiling sigpipe v0.1.3
23552026-05-06T04:04:12.717Z Compiling memmap v0.7.0
23562026-05-06T04:04:12.734Z Compiling glob v0.3.3
23572026-05-06T04:04:12.762Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-05-06T04:04:12.778Z Compiling swrite v0.1.0
23592026-05-06T04:04:12.936Z Compiling usdt v0.5.0
23602026-05-06T04:04:12.956Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23612026-05-06T04:04:12.977Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23622026-05-06T04:04:13.016Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-06T04:04:13.130Z Compiling zone v0.3.1
23642026-05-06T04:04:13.259Z Compiling serde-value v0.7.0
23652026-05-06T04:04:13.276Z Compiling serde-untagged v0.1.9
23662026-05-06T04:04:13.353Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-05-06T04:04:13.627Z Compiling toml v0.8.23
23682026-05-06T04:04:13.650Z Compiling smf v0.2.3
23692026-05-06T04:04:13.666Z Compiling filetime v0.2.27
23702026-05-06T04:04:13.685Z Compiling arrayref v0.3.9
23712026-05-06T04:04:13.685Z Compiling xattr v1.6.1
23722026-05-06T04:04:13.778Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-05-06T04:04:13.797Z Compiling constant_time_eq v0.4.2
23742026-05-06T04:04:13.880Z Compiling unicode-xid v0.2.6
23752026-05-06T04:04:13.899Z Compiling same-file v1.0.6
23762026-05-06T04:04:13.912Z Compiling whoami v1.6.1
23772026-05-06T04:04:13.973Z Compiling arrayvec v0.7.6
23782026-05-06T04:04:13.990Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23792026-05-06T04:04:14.012Z Compiling tar v0.4.45
23802026-05-06T04:04:14.049Z Compiling walkdir v2.5.0
23812026-05-06T04:04:14.099Z Compiling cargo-util-schemas v0.8.2
23822026-05-06T04:04:14.416Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23832026-05-06T04:04:14.512Z Compiling tokio-dtrace v0.1.1
23842026-05-06T04:04:14.680Z Compiling console v0.16.2
23852026-05-06T04:04:14.701Z Compiling gethostname v0.5.0
23862026-05-06T04:04:14.718Z Compiling cargo-platform v0.2.0
23872026-05-06T04:04:14.832Z Compiling unit-prefix v0.5.2
23882026-05-06T04:04:14.854Z Compiling topological-sort v0.2.2
23892026-05-06T04:04:14.872Z Compiling oxide-tokio-rt v0.1.4
23902026-05-06T04:04:14.872Z Compiling shell-words v1.1.1
23912026-05-06T04:04:15.027Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23922026-05-06T04:04:15.183Z Compiling indicatif v0.18.4
23932026-05-06T04:04:15.334Z Compiling cargo_metadata v0.21.0
23942026-05-06T04:04:24.324Z Compiling progenitor-client v0.14.0
23952026-05-06T04:04:24.327Z Compiling progenitor-client v0.10.0
23962026-05-06T04:04:24.327Z Compiling omicron-zone-package v0.12.2
23972026-05-06T04:04:24.437Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-05-06T04:04:24.465Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-05-06T04:04:24.484Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-05-06T04:04:24.788Z Compiling progenitor-extras v0.2.0
24012026-05-06T04:04:24.822Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-06T04:04:24.859Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24032026-05-06T04:04:25.053Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-05-06T04:04:25.387Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24052026-05-06T04:04:25.700Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24062026-05-06T04:04:25.729Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24072026-05-06T04:04:29.606Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24082026-05-06T04:04:36.979Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24092026-05-06T04:04:40.051Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24102026-05-06T04:04:41.020Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24112026-05-06T04:04:50.213Z Finished `release` profile [optimized] target(s) in 1m 39s
24122026-05-06T04:04:50.368Z Running `target/release/omicron-package -t test target create -p dev`
24132026-05-06T04:04:50.433ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-06T04:04:50.436ZCreated new build target 'test' and set it as active
24152026-05-06T04:04:50.436Z
24162026-05-06T04:04:50.436Zreal 1:39.404448359
24172026-05-06T04:04:50.436Zuser 16:19.554383587
24182026-05-06T04:04:50.436Zsys 2:36.444593051
24192026-05-06T04:04:50.436Ztrap 0.455498219
24202026-05-06T04:04:50.436Ztflt 2.687368325
24212026-05-06T04:04:50.436Zdflt 4.026599585
24222026-05-06T04:04:50.436Zkflt 0.000442015
24232026-05-06T04:04:50.436Zlock 51:42.973699601
24242026-05-06T04:04:50.436Zslp 41:51.372739589
24252026-05-06T04:04:50.436Zlat 44.824637821
24262026-05-06T04:04:50.436Zstop 5:34.796767594
24272026-05-06T04:04:50.439Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24282026-05-06T04:04:51.311Z Finished `release` profile [optimized] target(s) in 0.86s
24292026-05-06T04:04:51.381Z Running `target/release/omicron-package -t test package`
24302026-05-06T04:04:51.438ZLogging to: /work/oxidecomputer/omicron/out/LOG
24312026-05-06T04:04:52.827Z Compiling heck v0.5.0
24322026-05-06T04:04:52.831Z Compiling regress v0.11.1
24332026-05-06T04:04:52.831Z Compiling unsafe-libyaml v0.2.11
24342026-05-06T04:04:53.086Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24352026-05-06T04:04:53.105Z Compiling regress v0.10.5
24362026-05-06T04:04:53.128Z Compiling unicode-width v0.1.14
24372026-05-06T04:04:53.132Z Compiling is-terminal v0.4.17
24382026-05-06T04:04:53.168Z Compiling prettyplease v0.2.37
24392026-05-06T04:04:53.171Z Compiling bytecount v0.6.9
24402026-05-06T04:04:53.171Z Compiling rustls v0.22.4
24412026-05-06T04:04:53.171Z Compiling rustls-webpki v0.102.8
24422026-05-06T04:04:53.186Z Compiling derive-where v1.6.0
24432026-05-06T04:04:53.208Z Compiling thread_local v1.1.9
24442026-05-06T04:04:53.211Z Compiling match_cfg v0.1.0
24452026-05-06T04:04:53.211Z Compiling compression-core v0.4.31
24462026-05-06T04:04:53.334Z Compiling hostname v0.3.1
24472026-05-06T04:04:53.357Z Compiling multer v3.1.0
24482026-05-06T04:04:53.382Z Compiling slog-async v2.8.0
24492026-05-06T04:04:53.406Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24502026-05-06T04:04:53.409Z Compiling compression-codecs v0.4.37
24512026-05-06T04:04:53.449Z Compiling crossbeam-channel v0.5.15
24522026-05-06T04:04:53.452Z Compiling slog-json v2.6.1
24532026-05-06T04:04:53.473Z Compiling futures-executor v0.3.32
24542026-05-06T04:04:53.495Z Compiling serde_spanned v1.0.4
24552026-05-06T04:04:53.539Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-05-06T04:04:53.542Z Compiling term v1.2.1
24572026-05-06T04:04:53.610Z Compiling serde_yaml v0.9.34+deprecated
24582026-05-06T04:04:53.682Z Compiling take_mut v0.2.2
24592026-05-06T04:04:53.702Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-05-06T04:04:53.749Z Compiling futures v0.3.32
24612026-05-06T04:04:53.771Z Compiling slog-bunyan v2.5.0
24622026-05-06T04:04:53.846Z Compiling async-compression v0.4.41
24632026-05-06T04:04:53.869Z Compiling slog-term v2.9.2
24642026-05-06T04:04:53.920Z Compiling toml v1.0.6+spec-1.1.0
24652026-05-06T04:04:53.984Z Compiling dropshot v0.17.0
24662026-05-06T04:04:54.011Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-05-06T04:04:54.048Z Compiling async-stream v0.3.6
24682026-05-06T04:04:54.083Z Compiling num-rational v0.4.2
24692026-05-06T04:04:54.182Z Compiling progenitor-client v0.14.0
24702026-05-06T04:04:54.203Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-05-06T04:04:54.250Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24722026-05-06T04:04:54.272Z Compiling waitgroup v0.1.2
24732026-05-06T04:04:54.378Z Compiling backon v1.6.0
24742026-05-06T04:04:54.409Z Compiling rustls-pemfile v2.2.0
24752026-05-06T04:04:54.412Z Compiling num-complex v0.4.6
24762026-05-06T04:04:54.455Z Compiling hostname v0.4.2
24772026-05-06T04:04:54.458Z Compiling serde_path_to_error v0.1.20
24782026-05-06T04:04:54.501Z Compiling instant v0.1.13
24792026-05-06T04:04:54.522Z Compiling debug-ignore v1.0.5
24802026-05-06T04:04:54.615Z Compiling typify-impl v0.6.2
24812026-05-06T04:04:54.637Z Compiling backoff v0.4.0
24822026-05-06T04:04:54.637Z Compiling progenitor-extras v0.2.0
24832026-05-06T04:04:54.683Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24842026-05-06T04:04:54.687Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-05-06T04:04:54.875Z Compiling num v0.4.3
24862026-05-06T04:04:54.942Z Compiling parse-display v0.10.0
24872026-05-06T04:04:54.964Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-05-06T04:04:54.967Z Compiling progenitor-client v0.13.0
24892026-05-06T04:04:55.006Z Compiling progenitor-client v0.10.0
24902026-05-06T04:04:55.006Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24912026-05-06T04:04:55.094Z Compiling macaddr v1.0.1
24922026-05-06T04:04:55.133Z Compiling float-ord v0.3.2
24932026-05-06T04:04:55.237Z Compiling console v0.15.11
24942026-05-06T04:04:55.284Z Compiling slog-dtrace v0.3.0
24952026-05-06T04:04:55.368Z Compiling newline-converter v0.3.0
24962026-05-06T04:04:55.493Z Compiling atomicwrites v0.4.4
24972026-05-06T04:04:55.513Z Compiling async-recursion v1.1.1
24982026-05-06T04:04:55.558Z Compiling tokio-rustls v0.25.0
24992026-05-06T04:04:55.561Z Compiling owo-colors v4.3.0
25002026-05-06T04:04:55.609Z Compiling cancel-safe-futures v0.1.5
25012026-05-06T04:04:55.720Z Compiling expectorate v1.2.0
25022026-05-06T04:04:55.831Z Compiling libsw-core v0.3.2
25032026-05-06T04:04:55.858Z Compiling resolv-conf v0.7.6
25042026-05-06T04:04:55.965Z Compiling toml v0.8.23
25052026-05-06T04:04:56.087Z Compiling libsw v3.5.0
25062026-05-06T04:04:56.176Z Compiling linear-map v1.2.0
25072026-05-06T04:04:56.197Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25082026-05-06T04:04:56.304Z Compiling minimal-lexical v0.2.1
25092026-05-06T04:04:56.324Z Compiling linked-hash-map v0.5.6
25102026-05-06T04:04:56.483Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112026-05-06T04:04:56.507Z Compiling unicode-xid v0.2.6
25122026-05-06T04:04:56.529Z Compiling lru-cache v0.1.2
25132026-05-06T04:04:56.564Z Compiling nom v7.1.3
25142026-05-06T04:04:56.588Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25152026-05-06T04:04:56.592Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25162026-05-06T04:04:56.636Z Compiling globset v0.4.18
25172026-05-06T04:04:56.660Z Compiling hickory-proto v0.24.4
25182026-05-06T04:04:56.685Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25192026-05-06T04:04:56.709Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25202026-05-06T04:04:56.987Z Compiling convert_case v0.10.0
25212026-05-06T04:04:57.310Z Compiling derive_more-impl v2.1.1
25222026-05-06T04:04:57.545Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25232026-05-06T04:04:57.861Z Compiling pin-project-internal v1.1.11
25242026-05-06T04:04:57.927Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25252026-05-06T04:04:58.076Z Compiling typify-macro v0.6.2
25262026-05-06T04:04:58.100Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25272026-05-06T04:04:58.353Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-05-06T04:04:58.603Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25292026-05-06T04:04:58.814Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-05-06T04:04:58.891Z Compiling pin-project v1.1.11
25312026-05-06T04:04:59.049Z Compiling derive_more v2.1.1
25322026-05-06T04:04:59.186Z Compiling hickory-resolver v0.24.4
25332026-05-06T04:04:59.332Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25342026-05-06T04:04:59.407Z Compiling papergrid v0.11.0
25352026-05-06T04:04:59.505Z Compiling tabled_derive v0.7.0
25362026-05-06T04:04:59.629Z Compiling typify v0.6.2
25372026-05-06T04:04:59.806Z Compiling progenitor-impl v0.14.0
25382026-05-06T04:05:00.001Z Compiling progenitor-impl v0.13.0
25392026-05-06T04:05:00.483Z Compiling qorb v0.4.1
25402026-05-06T04:05:00.960Z Compiling pem v3.0.6
25412026-05-06T04:05:01.700Z Compiling snafu-derive v0.8.9
25422026-05-06T04:05:01.988Z Compiling progenitor-macro v0.14.0
25432026-05-06T04:05:02.168Z Compiling progenitor-macro v0.13.0
25442026-05-06T04:05:02.488Z Compiling termtree v0.5.1
25452026-05-06T04:05:02.647Z Compiling tabled v0.15.0
25462026-05-06T04:05:02.688Z Compiling crossterm v0.29.0
25472026-05-06T04:05:04.592Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25482026-05-06T04:05:04.684Z Compiling snafu v0.8.9
25492026-05-06T04:05:04.916Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25502026-05-06T04:05:05.296Z Compiling phf_shared v0.12.1
25512026-05-06T04:05:05.385Z Compiling olpc-cjson v0.1.4
25522026-05-06T04:05:05.562Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25532026-05-06T04:05:05.618Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25542026-05-06T04:05:05.671Z Compiling serde_plain v1.0.2
25552026-05-06T04:05:05.977Z Compiling vte v0.14.1
25562026-05-06T04:05:06.017Z Compiling csv-core v0.1.13
25572026-05-06T04:05:06.040Z Compiling progenitor v0.14.0
25582026-05-06T04:05:06.117Z Compiling typed-path v0.9.3
25592026-05-06T04:05:06.227Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25602026-05-06T04:05:06.250Z Compiling progenitor v0.13.0
25612026-05-06T04:05:06.253Z Compiling highway v1.3.0
25622026-05-06T04:05:06.465Z Compiling chrono-tz v0.10.4
25632026-05-06T04:05:06.487Z Compiling csv v1.4.0
25642026-05-06T04:05:06.716Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25652026-05-06T04:05:06.741Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25662026-05-06T04:05:07.028Z Compiling strip-ansi-escapes v0.2.1
25672026-05-06T04:05:07.441Z Compiling tough v0.20.0
25682026-05-06T04:05:07.514Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25692026-05-06T04:05:07.626Z Compiling phf v0.12.1
25702026-05-06T04:05:07.832Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25712026-05-06T04:05:08.322Z Compiling const_format_proc_macros v0.2.34
25722026-05-06T04:05:08.996Z Compiling fd-lock v4.0.4
25732026-05-06T04:05:09.100Z Compiling peg-macros v0.8.5
25742026-05-06T04:05:09.218Z Compiling nu-ansi-term v0.50.3
25752026-05-06T04:05:09.530Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-05-06T04:05:09.753Z Compiling reedline v0.40.0
25772026-05-06T04:05:09.824Z Compiling const_format v0.2.35
25782026-05-06T04:05:10.389Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25792026-05-06T04:05:10.412Z Compiling peg v0.8.5
25802026-05-06T04:05:10.512Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25812026-05-06T04:05:10.534Z Compiling bcs v0.1.6
25822026-05-06T04:05:10.959Z Compiling semver v0.1.20
25832026-05-06T04:05:11.270Z Compiling rustc_version v0.1.7
25842026-05-06T04:05:11.412Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-05-06T04:05:11.441Z Compiling unicode-linebreak v0.1.5
25862026-05-06T04:05:11.502Z Compiling newtype_derive v0.1.6
25872026-05-06T04:05:11.660Z Compiling smawk v0.3.2
25882026-05-06T04:05:11.734Z Compiling humantime v2.3.0
25892026-05-06T04:05:11.827Z Compiling textwrap v0.16.2
25902026-05-06T04:05:11.859Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25912026-05-06T04:05:12.245Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25922026-05-06T04:05:12.691Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25932026-05-06T04:05:12.738Z Compiling dropshot-api-manager-types v0.7.1
25942026-05-06T04:05:13.116Z Compiling base64 v0.21.7
25952026-05-06T04:05:13.341Z Compiling steno v0.4.1
25962026-05-06T04:05:13.429Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25972026-05-06T04:05:13.648Z Compiling tagptr v0.2.0
25982026-05-06T04:05:13.709Z Compiling utf-8 v0.7.6
25992026-05-06T04:05:13.848Z Compiling moka v0.12.13
26002026-05-06T04:05:13.869Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26012026-05-06T04:05:13.956Z Compiling tungstenite v0.21.0
26022026-05-06T04:05:14.051Z Compiling radium v0.7.0
26032026-05-06T04:05:14.450Z Compiling tap v1.0.1
26042026-05-06T04:05:14.809Z Compiling tokio-tungstenite v0.21.0
26052026-05-06T04:05:14.946Z Compiling hickory-resolver v0.25.2
26062026-05-06T04:05:15.090Z Compiling maybe-uninit v2.0.0
26072026-05-06T04:05:15.221Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-06T04:05:15.247Z Compiling wyz v0.5.1
26092026-05-06T04:05:15.517Z Compiling zerocopy-derive v0.6.6
26102026-05-06T04:05:15.622Z Compiling funty v2.0.0
26112026-05-06T04:05:15.697Z Compiling packed_struct v0.10.1
26122026-05-06T04:05:15.750Z Compiling display-error-chain v0.2.2
26132026-05-06T04:05:15.934Z Compiling crc-catalog v2.4.0
26142026-05-06T04:05:15.974Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26152026-05-06T04:05:16.067Z Compiling crc v3.4.0
26162026-05-06T04:05:16.090Z Compiling bitvec v1.0.1
26172026-05-06T04:05:16.288Z Compiling zerocopy v0.6.6
26182026-05-06T04:05:16.576Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26192026-05-06T04:05:16.633Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26202026-05-06T04:05:16.688Z Compiling num-derive v0.3.3
26212026-05-06T04:05:17.576Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26222026-05-06T04:05:17.886Z Compiling packed_struct_codegen v0.10.1
26232026-05-06T04:05:18.034Z Compiling bitfield-macros v0.19.4
26242026-05-06T04:05:18.762Z Compiling proc-macro-error-attr2 v2.0.0
26252026-05-06T04:05:18.971Z Compiling indexmap v1.9.3
26262026-05-06T04:05:19.182Z Compiling nodrop v0.1.14
26272026-05-06T04:05:19.205Z Compiling proc-macro-error2 v2.0.1
26282026-05-06T04:05:19.319Z Compiling array-init v0.0.4
26292026-05-06T04:05:19.389Z Compiling bitfield v0.19.4
26302026-05-06T04:05:19.523Z Compiling libscf-sys v1.1.0
26312026-05-06T04:05:19.709Z Compiling smallvec v0.6.14
26322026-05-06T04:05:19.790Z Compiling typify-impl v0.4.3
26332026-05-06T04:05:19.790Z Compiling hashbrown v0.12.3
26342026-05-06T04:05:19.943Z Compiling serde-hex v0.1.0
26352026-05-06T04:05:19.991Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-05-06T04:05:20.697Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-05-06T04:05:20.753Z Compiling tabled_derive v0.11.0
26382026-05-06T04:05:20.885Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-05-06T04:05:20.923Z Compiling ron v0.8.1
26402026-05-06T04:05:21.028Z Compiling papergrid v0.17.0
26412026-05-06T04:05:21.129Z Compiling testing_table v0.3.0
26422026-05-06T04:05:21.414Z Compiling hashbrown v0.13.2
26432026-05-06T04:05:21.559Z Compiling vergen-gitcl v1.0.8
26442026-05-06T04:05:21.597Z Compiling dirs-sys-next v0.1.2
26452026-05-06T04:05:21.784Z Compiling glob v0.3.3
26462026-05-06T04:05:21.806Z Compiling crunchy v0.2.4
26472026-05-06T04:05:21.855Z Compiling maplit v1.0.2
26482026-05-06T04:05:21.880Z Compiling crc-any v2.5.0
26492026-05-06T04:05:21.976Z Compiling diesel_derives v2.3.7
26502026-05-06T04:05:22.028Z Compiling object v0.30.4
26512026-05-06T04:05:22.099Z Compiling dirs-next v2.0.0
26522026-05-06T04:05:22.153Z Compiling clang-sys v1.8.1
26532026-05-06T04:05:22.176Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26542026-05-06T04:05:22.236Z Compiling tabled v0.20.0
26552026-05-06T04:05:22.257Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26562026-05-06T04:05:22.301Z Compiling dsl_auto_type v0.2.0
26572026-05-06T04:05:22.542Z Compiling scheduled-thread-pool v0.2.7
26582026-05-06T04:05:22.849Z Compiling diesel_table_macro_syntax v0.3.0
26592026-05-06T04:05:22.886Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26602026-05-06T04:05:23.036Z Compiling tiny-keccak v2.0.2
26612026-05-06T04:05:23.090Z Compiling xshell-macros v0.2.7
26622026-05-06T04:05:23.137Z Compiling path-slash v0.1.5
26632026-05-06T04:05:23.157Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26642026-05-06T04:05:23.160Z Compiling typify-macro v0.4.3
26652026-05-06T04:05:23.337Z Compiling r2d2 v0.8.10
26662026-05-06T04:05:23.394Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-05-06T04:05:23.491Z Compiling xshell v0.2.7
26682026-05-06T04:05:23.636Z Compiling term v0.7.0
26692026-05-06T04:05:23.796Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-05-06T04:05:24.156Z Compiling bit-vec v0.6.3
26712026-05-06T04:05:24.290Z Compiling downcast-rs v2.0.2
26722026-05-06T04:05:24.315Z Compiling ascii-canvas v3.0.0
26732026-05-06T04:05:24.419Z Compiling bit-set v0.5.3
26742026-05-06T04:05:24.583Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26752026-05-06T04:05:24.697Z Compiling itertools v0.10.5
26762026-05-06T04:05:24.815Z Compiling ena v0.14.4
26772026-05-06T04:05:24.887Z Compiling libloading v0.8.9
26782026-05-06T04:05:25.065Z Compiling crc8 v0.1.1
26792026-05-06T04:05:25.130Z Compiling bindgen v0.71.1
26802026-05-06T04:05:25.210Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26812026-05-06T04:05:25.433Z Compiling unicase v2.9.0
26822026-05-06T04:05:25.731Z Compiling diff v0.1.13
26832026-05-06T04:05:25.811Z Compiling regex-syntax v0.6.29
26842026-05-06T04:05:25.999Z Compiling typify v0.4.3
26852026-05-06T04:05:26.179Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26862026-05-06T04:05:26.702Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26872026-05-06T04:05:26.821Z Compiling cexpr v0.6.0
26882026-05-06T04:05:26.989Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26892026-05-06T04:05:27.232Z Compiling lalrpop v0.19.12
26902026-05-06T04:05:27.299Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26912026-05-06T04:05:27.504Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26922026-05-06T04:05:27.529Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26932026-05-06T04:05:27.553Z Compiling headers-core v0.3.0
26942026-05-06T04:05:27.711Z Compiling libxml v0.3.3
26952026-05-06T04:05:27.746Z Compiling headers v0.4.1
26962026-05-06T04:05:28.026Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26972026-05-06T04:05:28.066Z Compiling diesel v2.3.7
26982026-05-06T04:05:28.264Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26992026-05-06T04:05:28.941Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27002026-05-06T04:05:29.211Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27012026-05-06T04:05:29.409Z Compiling strum_macros v0.24.3
27022026-05-06T04:05:29.479Z Compiling indoc v1.0.9
27032026-05-06T04:05:29.922Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27042026-05-06T04:05:30.097Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27052026-05-06T04:05:30.153Z Compiling derive_builder v0.20.2
27062026-05-06T04:05:30.348Z Compiling oso-derive v0.27.3
27072026-05-06T04:05:30.687Z Compiling quick-xml v0.37.5
27082026-05-06T04:05:30.858Z Compiling impl-trait-for-tuples v0.2.3
27092026-05-06T04:05:31.062Z Compiling half v1.8.3
27102026-05-06T04:05:31.281Z Compiling openssl-probe v0.1.6
27112026-05-06T04:05:31.501Z Compiling serde_cbor v0.11.2
27122026-05-06T04:05:31.608Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27132026-05-06T04:05:31.739Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-05-06T04:05:31.932Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152026-05-06T04:05:32.056Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27162026-05-06T04:05:32.093Z Compiling samael v0.0.19
27172026-05-06T04:05:32.173Z Compiling bb8 v0.8.6
27182026-05-06T04:05:32.287Z Compiling trait-variant v0.1.2
27192026-05-06T04:05:32.316Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27202026-05-06T04:05:32.579Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27212026-05-06T04:05:32.602Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27222026-05-06T04:05:32.656Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-05-06T04:05:32.855Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27242026-05-06T04:05:32.900Z Compiling fxhash v0.2.1
27252026-05-06T04:05:32.928Z Compiling salty v0.3.0
27262026-05-06T04:05:33.127Z Compiling progenitor-impl v0.11.2
27272026-05-06T04:05:33.269Z Compiling progenitor-impl v0.10.0
27282026-05-06T04:05:33.341Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27292026-05-06T04:05:33.420Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27302026-05-06T04:05:33.650Z Compiling kstat-rs v0.2.4
27312026-05-06T04:05:34.019Z Compiling libz-sys v1.1.24
27322026-05-06T04:05:34.134Z Compiling nonempty v0.12.0
27332026-05-06T04:05:34.157Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27342026-05-06T04:05:34.386Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27352026-05-06T04:05:34.689Z Compiling polar-core v0.27.3
27362026-05-06T04:05:35.346Z Compiling progenitor-macro v0.11.2
27372026-05-06T04:05:35.481Z Compiling progenitor-macro v0.10.0
27382026-05-06T04:05:36.622Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27392026-05-06T04:05:37.798Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-06T04:05:38.304Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27412026-05-06T04:05:38.378Z Compiling progenitor-client v0.11.2
27422026-05-06T04:05:38.910Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27432026-05-06T04:05:39.005Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27442026-05-06T04:05:39.329Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27452026-05-06T04:05:39.482Z Compiling darling_core v0.23.0
27462026-05-06T04:05:41.654Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27472026-05-06T04:05:42.874Z Compiling nanorand v0.7.0
27482026-05-06T04:05:43.312Z Compiling arc-swap v1.8.2
27492026-05-06T04:05:43.419Z Compiling oso v0.27.3
27502026-05-06T04:05:43.686Z Compiling fs-err v2.11.0
27512026-05-06T04:05:43.951Z Compiling parking_lot_core v0.8.6
27522026-05-06T04:05:44.117Z Compiling mime_guess v2.0.5
27532026-05-06T04:05:44.417Z Compiling slog-scope v4.4.1
27542026-05-06T04:05:44.715Z Compiling flume v0.11.1
27552026-05-06T04:05:44.898Z Compiling darling_macro v0.23.0
27562026-05-06T04:05:45.413Z Compiling diesel-dtrace v0.5.0
27572026-05-06T04:05:45.743Z Compiling async-bb8-diesel v0.2.1
27582026-05-06T04:05:45.824Z Compiling progenitor v0.10.0
27592026-05-06T04:05:46.009Z Compiling progenitor v0.11.2
27602026-05-06T04:05:46.191Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-05-06T04:05:46.225Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27622026-05-06T04:05:46.803Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27632026-05-06T04:05:47.830Z Compiling primeorder v0.13.6
27642026-05-06T04:05:48.379Z Compiling git-stub v1.0.0
27652026-05-06T04:05:48.523Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-05-06T04:05:48.546Z Compiling instability v0.3.11
27672026-05-06T04:05:48.572Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-05-06T04:05:48.663Z Compiling git-stub-vcs v0.1.0
27692026-05-06T04:05:48.836Z Compiling p384 v0.13.1
27702026-05-06T04:05:48.858Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-05-06T04:05:49.908Z Compiling darling v0.23.0
27722026-05-06T04:05:50.062Z Compiling slog-stdlog v4.1.1
27732026-05-06T04:05:50.577Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27742026-05-06T04:05:50.660Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27752026-05-06T04:05:50.696Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-05-06T04:05:50.724Z Compiling ignore v0.4.25
27772026-05-06T04:05:50.987Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-06T04:05:51.013Z Compiling castaway v0.2.4
27792026-05-06T04:05:51.178Z Compiling atty v0.2.14
27802026-05-06T04:05:51.332Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-05-06T04:05:51.570Z Compiling parse-size v1.1.0
27822026-05-06T04:05:51.795Z Compiling indoc v2.0.7
27832026-05-06T04:05:51.817Z Compiling http-range v0.1.5
27842026-05-06T04:05:52.155Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27852026-05-06T04:05:52.356Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27862026-05-06T04:05:53.013Z Compiling globwalk v0.9.1
27872026-05-06T04:05:53.373Z Compiling compact_str v0.8.1
27882026-05-06T04:05:53.725Z Compiling parking_lot v0.11.2
27892026-05-06T04:05:54.543Z Compiling slog-envlogger v2.2.0
27902026-05-06T04:05:54.589Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-05-06T04:05:55.447Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27922026-05-06T04:05:55.725Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-05-06T04:05:55.924Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27942026-05-06T04:05:56.010Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-06T04:05:56.454Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27962026-05-06T04:05:56.583Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27972026-05-06T04:05:56.797Z Compiling predicates-tree v1.0.13
27982026-05-06T04:05:56.885Z Compiling unicode-truncate v1.1.0
27992026-05-06T04:05:57.101Z Compiling lru v0.12.5
28002026-05-06T04:05:57.229Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-05-06T04:05:57.260Z Compiling rand_seeder v0.4.0
28022026-05-06T04:05:57.287Z Compiling prefix-trie v0.7.0
28032026-05-06T04:05:57.333Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28042026-05-06T04:05:57.529Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-05-06T04:05:57.587Z Compiling vergen-git2 v1.0.7
28062026-05-06T04:05:57.660Z Compiling cassowary v0.3.0
28072026-05-06T04:05:57.790Z Compiling corncobs v0.1.4
28082026-05-06T04:05:57.812Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28092026-05-06T04:05:57.860Z Compiling hickory-server v0.25.2
28102026-05-06T04:05:57.948Z Compiling ratatui v0.29.0
28112026-05-06T04:05:58.014Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-05-06T04:05:58.040Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28132026-05-06T04:05:58.131Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28142026-05-06T04:05:58.256Z Compiling camino-tempfile-ext v0.3.3
28152026-05-06T04:05:58.732Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28162026-05-06T04:05:58.765Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-05-06T04:05:58.949Z Compiling hyper-staticfile v0.10.1
28182026-05-06T04:05:59.072Z Compiling sled v0.34.7
28192026-05-06T04:05:59.801Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28202026-05-06T04:06:00.183Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28212026-05-06T04:06:00.472Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28222026-05-06T04:06:01.751Z Compiling secrecy v0.8.0
28232026-05-06T04:06:01.956Z Compiling rustls v0.21.12
28242026-05-06T04:06:02.179Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28252026-05-06T04:06:02.924Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28262026-05-06T04:06:03.602Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28272026-05-06T04:06:03.797Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28282026-05-06T04:06:04.422Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-06T04:06:04.781Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28302026-05-06T04:06:05.688Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-05-06T04:06:05.975Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-05-06T04:06:06.168Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28332026-05-06T04:06:06.917Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28342026-05-06T04:06:07.148Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28352026-05-06T04:06:07.371Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28362026-05-06T04:06:07.597Z Compiling rustls-webpki v0.101.7
28372026-05-06T04:06:07.833Z Compiling sct v0.7.1
28382026-05-06T04:06:07.855Z Compiling nix v0.29.0
28392026-05-06T04:06:08.110Z Compiling dropshot v0.16.7
28402026-05-06T04:06:08.247Z Compiling void v1.0.2
28412026-05-06T04:06:08.400Z Compiling lzss v0.8.2
28422026-05-06T04:06:08.690Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28432026-05-06T04:06:08.754Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-05-06T04:06:09.235Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-05-06T04:06:09.276Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28462026-05-06T04:06:09.986Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-05-06T04:06:10.201Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28482026-05-06T04:06:10.450Z Compiling tungstenite v0.23.0
28492026-05-06T04:06:10.710Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28502026-05-06T04:06:10.942Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-05-06T04:06:11.170Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522026-05-06T04:06:11.197Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28532026-05-06T04:06:11.406Z Compiling toml v0.9.12+spec-1.1.0
28542026-05-06T04:06:11.432Z Compiling nix v0.27.1
28552026-05-06T04:06:11.907Z Compiling dropshot_endpoint v0.16.7
28562026-05-06T04:06:12.607Z Compiling serde_bytes v0.11.19
28572026-05-06T04:06:12.840Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28582026-05-06T04:06:12.905Z Compiling tokio-tungstenite v0.23.1
28592026-05-06T04:06:12.962Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-05-06T04:06:13.294Z Compiling tokio-rustls v0.24.1
28612026-05-06T04:06:14.022Z Compiling git2 v0.20.4
28622026-05-06T04:06:14.043Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-05-06T04:06:15.623Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-05-06T04:06:16.069Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28652026-05-06T04:06:17.572Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-05-06T04:06:17.966Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28672026-05-06T04:06:18.740Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28682026-05-06T04:06:19.537Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28692026-05-06T04:06:20.757Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28702026-05-06T04:06:21.120Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-05-06T04:06:21.829Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28722026-05-06T04:06:21.949Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28732026-05-06T04:06:22.215Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742026-05-06T04:06:22.888Z Compiling rustls-pemfile v1.0.4
28752026-05-06T04:06:23.151Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28762026-05-06T04:06:23.306Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-05-06T04:06:23.742Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28782026-05-06T04:06:24.444Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28792026-05-06T04:06:26.168Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28802026-05-06T04:06:26.600Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28812026-05-06T04:06:26.686Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28822026-05-06T04:06:26.735Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28832026-05-06T04:06:26.772Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28842026-05-06T04:06:26.979Z Compiling signal-hook-tokio v0.3.1
28852026-05-06T04:06:27.083Z Compiling twox-hash v2.1.2
28862026-05-06T04:06:27.180Z Compiling yasna v0.5.2
28872026-05-06T04:06:27.632Z Compiling is_ci v1.2.0
28882026-05-06T04:06:27.765Z Compiling supports-color v3.0.2
28892026-05-06T04:06:27.863Z Compiling rcgen v0.12.1
28902026-05-06T04:06:28.014Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28912026-05-06T04:06:28.143Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28922026-05-06T04:06:28.402Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28932026-05-06T04:06:28.766Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28942026-05-06T04:06:28.819Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28952026-05-06T04:06:28.978Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28962026-05-06T04:06:29.994Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-05-06T04:06:30.266Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28982026-05-06T04:06:30.734Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28992026-05-06T04:06:32.371Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29002026-05-06T04:06:32.429Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-05-06T04:06:32.666Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29022026-05-06T04:06:32.897Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29032026-05-06T04:06:33.133Z Compiling fatfs v0.3.6
29042026-05-06T04:06:33.449Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29052026-05-06T04:06:33.796Z Compiling rtoolbox v0.0.3
29062026-05-06T04:06:34.111Z Compiling subprocess v0.2.15
29072026-05-06T04:06:34.165Z Compiling seq-macro v0.3.6
29082026-05-06T04:06:34.333Z Compiling assert_matches v1.5.0
29092026-05-06T04:06:34.444Z Compiling rpassword v7.4.0
29102026-05-06T04:06:34.687Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29112026-05-06T04:06:34.784Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29122026-05-06T04:06:36.188Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29132026-05-06T04:06:36.289Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29142026-05-06T04:06:36.431Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29152026-05-06T04:06:37.183Z Compiling tui-tree-widget v0.23.1
29162026-05-06T04:06:37.477Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29172026-05-06T04:06:37.672Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29182026-05-06T04:06:37.999Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29192026-05-06T04:06:38.210Z Compiling uzers v0.12.2
29202026-05-06T04:06:38.834Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29212026-05-06T04:06:39.672Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29222026-05-06T04:06:40.678Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29232026-05-06T04:06:41.913Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29242026-05-06T04:06:43.750Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29252026-05-06T04:06:45.296Z Compiling support-bundle-viewer v0.1.2
29262026-05-06T04:06:45.930Z Compiling multimap v0.10.1
29272026-05-06T04:06:54.803Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29282026-05-06T04:07:05.038Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29292026-05-06T04:07:05.906Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29302026-05-06T04:07:05.982Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29312026-05-06T04:12:56.067Z Finished `release` profile [optimized] target(s) in 8m 04s
29322026-05-06T04:13:40.036Z
29332026-05-06T04:13:40.036Zreal 8:49.523476018
29342026-05-06T04:13:40.039Zuser 1:17:50.299628783
29352026-05-06T04:13:40.040Zsys 3:32.158609820
29362026-05-06T04:13:40.040Ztrap 1.756309177
29372026-05-06T04:13:40.040Ztflt 2.280219154
29382026-05-06T04:13:40.040Zdflt 16.067321948
29392026-05-06T04:13:40.040Zkflt 0.175932081
29402026-05-06T04:13:40.040Zlock 6:46:16.983746663
29412026-05-06T04:13:40.040Zslp 2:15:01.471673096
29422026-05-06T04:13:40.040Zlat 2:32.198442364
29432026-05-06T04:13:40.040Zstop 5:19.564107668
29442026-05-06T04:13:40.040Z+ mapfile -t packages
29452026-05-06T04:13:40.040Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29462026-05-06T04:13:40.990Z Finished `release` profile [optimized] target(s) in 0.94s
29472026-05-06T04:13:41.067Z Running `target/release/omicron-package -t test list-outputs`
29482026-05-06T04:13:41.124ZLogging to: /work/oxidecomputer/omicron/out/LOG
29492026-05-06T04:13:41.127Z+ ptime -m cargo build --locked --release -p xtask
29502026-05-06T04:13:41.665Z Compiling libc v0.2.185
29512026-05-06T04:13:41.666Z Compiling serde v1.0.228
29522026-05-06T04:13:41.669Z Compiling serde_core v1.0.228
29532026-05-06T04:13:41.669Z Compiling rustix v1.1.3
29542026-05-06T04:13:41.777Z Compiling serde_json v1.0.149
29552026-05-06T04:13:41.789Z Compiling bitflags v2.11.0
29562026-05-06T04:13:41.815Z Compiling num-traits v0.2.19
29572026-05-06T04:13:41.823Z Compiling syn v2.0.117
29582026-05-06T04:13:41.846Z Compiling smallvec v1.15.1
29592026-05-06T04:13:41.846Z Compiling indexmap v2.14.0
29602026-05-06T04:13:41.869Z Compiling usdt-impl v0.5.0
29612026-05-06T04:13:41.880Z Compiling syn v1.0.109
29622026-05-06T04:13:41.894Z Compiling log v0.4.29
29632026-05-06T04:13:41.894Z Compiling getrandom v0.4.1
29642026-05-06T04:13:42.077Z Compiling percent-encoding v2.3.2
29652026-05-06T04:13:42.241Z Compiling form_urlencoded v1.2.2
29662026-05-06T04:13:42.244Z Compiling fs-err v3.3.0
29672026-05-06T04:13:42.297Z Compiling once_cell v1.21.3
29682026-05-06T04:13:42.300Z Compiling heck v0.4.1
29692026-05-06T04:13:42.331Z Compiling anyhow v1.0.102
29702026-05-06T04:13:42.570Z Compiling errno v0.3.14
29712026-05-06T04:13:42.570Z Compiling thread-id v4.2.2
29722026-05-06T04:13:42.574Z Compiling memmap v0.7.0
29732026-05-06T04:13:42.857Z Compiling ordered-float v2.10.1
29742026-05-06T04:13:43.384Z Compiling proc-macro-error v1.0.4
29752026-05-06T04:13:43.566Z Compiling terminal_size v0.4.3
29762026-05-06T04:13:43.567Z Compiling tempfile v3.25.0
29772026-05-06T04:13:43.631Z Compiling tabled_derive v0.7.0
29782026-05-06T04:13:43.667Z Compiling clap_builder v4.5.60
29792026-05-06T04:13:43.667Z Compiling textwrap v0.16.2
29802026-05-06T04:13:43.805Z Compiling camino-tempfile v1.4.1
29812026-05-06T04:13:44.311Z Compiling tabled v0.15.0
29822026-05-06T04:13:44.369Z Compiling synstructure v0.13.2
29832026-05-06T04:13:44.369Z Compiling pest_generator v2.8.6
29842026-05-06T04:13:44.757Z Compiling serde_derive v1.0.228
29852026-05-06T04:13:44.761Z Compiling zerovec-derive v0.11.2
29862026-05-06T04:13:44.761Z Compiling displaydoc v0.2.5
29872026-05-06T04:13:44.761Z Compiling thiserror-impl v1.0.69
29882026-05-06T04:13:44.761Z Compiling zerocopy-derive v0.7.35
29892026-05-06T04:13:44.761Z Compiling scroll_derive v0.12.1
29902026-05-06T04:13:44.761Z Compiling thiserror-impl v2.0.18
29912026-05-06T04:13:44.767Z Compiling zerofrom-derive v0.1.6
29922026-05-06T04:13:44.895Z Compiling yoke-derive v0.8.1
29932026-05-06T04:13:45.463Z Compiling pest_derive v2.8.6
29942026-05-06T04:13:45.548Z Compiling scroll v0.12.0
29952026-05-06T04:13:45.650Z Compiling clap_derive v4.5.55
29962026-05-06T04:13:45.684Z Compiling zerocopy v0.7.35
29972026-05-06T04:13:45.870Z Compiling goblin v0.8.2
29982026-05-06T04:13:45.946Z Compiling zerofrom v0.1.6
29992026-05-06T04:13:45.986Z Compiling thiserror v1.0.69
30002026-05-06T04:13:46.098Z Compiling yoke v0.8.1
30012026-05-06T04:13:46.110Z Compiling dtrace-parser v0.2.0
30022026-05-06T04:13:46.260Z Compiling thiserror v2.0.18
30032026-05-06T04:13:46.321Z Compiling zerovec v0.11.5
30042026-05-06T04:13:46.345Z Compiling zerotrie v0.2.3
30052026-05-06T04:13:46.936Z Compiling tinystr v0.8.2
30062026-05-06T04:13:47.177Z Compiling icu_locale_core v2.1.1
30072026-05-06T04:13:47.320Z Compiling potential_utf v0.1.4
30082026-05-06T04:13:47.537Z Compiling icu_collections v2.1.1
30092026-05-06T04:13:47.896Z Compiling clap v4.5.60
30102026-05-06T04:13:47.918Z Compiling icu_provider v2.1.1
30112026-05-06T04:13:48.150Z Compiling serde_spanned v0.6.9
30122026-05-06T04:13:48.178Z Compiling toml_datetime v0.6.11
30132026-05-06T04:13:48.313Z Compiling icu_properties v2.1.2
30142026-05-06T04:13:48.333Z Compiling icu_normalizer v2.1.1
30152026-05-06T04:13:48.353Z Compiling dof v0.3.0
30162026-05-06T04:13:48.404Z Compiling toml_edit v0.22.27
30172026-05-06T04:13:48.456Z Compiling serde_tokenstream v0.2.3
30182026-05-06T04:13:48.772Z Compiling serde-value v0.7.0
30192026-05-06T04:13:48.830Z Compiling cargo-platform v0.2.0
30202026-05-06T04:13:48.841Z Compiling macaddr v1.0.1
30212026-05-06T04:13:49.299Z Compiling idna_adapter v1.2.1
30222026-05-06T04:13:49.310Z Compiling usdt-attr-macro v0.5.0
30232026-05-06T04:13:49.379Z Compiling usdt-macro v0.5.0
30242026-05-06T04:13:49.415Z Compiling idna v1.1.0
30252026-05-06T04:13:49.753Z Compiling url v2.5.8
30262026-05-06T04:13:49.978Z Compiling toml v0.8.23
30272026-05-06T04:13:50.021Z Compiling usdt v0.5.0
30282026-05-06T04:13:50.479Z Compiling cargo-util-schemas v0.8.2
30292026-05-06T04:13:50.496Z Compiling cargo_toml v0.21.0
30302026-05-06T04:13:51.504Z Compiling cargo_metadata v0.21.0
30312026-05-06T04:13:54.557Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30322026-05-06T04:13:57.533Z Finished `release` profile [optimized] target(s) in 16.39s
30332026-05-06T04:13:57.695Z
30342026-05-06T04:13:57.695Zreal 16.531057821
30352026-05-06T04:13:57.695Zuser 2:21.653797024
30362026-05-06T04:13:57.695Zsys 17.001494086
30372026-05-06T04:13:57.695Ztrap 0.103540839
30382026-05-06T04:13:57.695Ztflt 0.500643714
30392026-05-06T04:13:57.695Zdflt 1.300964372
30402026-05-06T04:13:57.699Zkflt 0.000039155
30412026-05-06T04:13:57.699Zlock 5:20.692154993
30422026-05-06T04:13:57.699Zslp 3:32.272555727
30432026-05-06T04:13:57.699Zlat 6.006391159
30442026-05-06T04:13:57.699Zstop 18.720258170
30452026-05-06T04:13:57.699Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30462026-05-06T04:13:57.699Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-05-06T04:13:57.699Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30482026-05-06T04:13:57.699Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-05-06T04:13:57.699Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30502026-05-06T04:13:58.638Z Compiling newtype-uuid-macros v0.1.0
30512026-05-06T04:13:58.642Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30522026-05-06T04:13:58.642Z Compiling regress v0.10.5
30532026-05-06T04:13:58.642Z Compiling structmeta-derive v0.3.0
30542026-05-06T04:13:58.811Z Compiling rustls v0.22.4
30552026-05-06T04:13:58.814Z Compiling rustls-webpki v0.102.8
30562026-05-06T04:13:58.814Z Compiling multer v3.1.0
30572026-05-06T04:13:58.814Z Compiling compression-core v0.4.31
30582026-05-06T04:13:58.814Z Compiling debug-ignore v1.0.5
30592026-05-06T04:13:58.814Z Compiling match_cfg v0.1.0
30602026-05-06T04:13:58.815Z Compiling slog-json v2.6.1
30612026-05-06T04:13:58.815Z Compiling async-stream-impl v0.3.6
30622026-05-06T04:13:58.815Z Compiling serde_spanned v1.0.4
30632026-05-06T04:13:58.815Z Compiling toml_datetime v1.0.0+spec-1.1.0
30642026-05-06T04:13:58.815Z Compiling dropshot v0.17.0
30652026-05-06T04:13:58.815Z Compiling toml_writer v1.0.6+spec-1.1.0
30662026-05-06T04:13:59.073Z Compiling hostname v0.3.1
30672026-05-06T04:13:59.092Z Compiling toml v1.0.6+spec-1.1.0
30682026-05-06T04:13:59.138Z Compiling compression-codecs v0.4.37
30692026-05-06T04:13:59.174Z Compiling itertools v0.14.0
30702026-05-06T04:13:59.177Z Compiling waitgroup v0.1.2
30712026-05-06T04:13:59.231Z Compiling slog-bunyan v2.5.0
30722026-05-06T04:13:59.231Z Compiling rustls-pemfile v2.2.0
30732026-05-06T04:13:59.234Z Compiling dropshot_endpoint v0.17.0
30742026-05-06T04:13:59.270Z Compiling serde_path_to_error v0.1.20
30752026-05-06T04:13:59.351Z Compiling async-compression v0.4.41
30762026-05-06T04:13:59.354Z Compiling hostname v0.4.2
30772026-05-06T04:13:59.388Z Compiling progenitor-client v0.14.0
30782026-05-06T04:13:59.404Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30792026-05-06T04:13:59.465Z Compiling macaddr v1.0.1
30802026-05-06T04:13:59.535Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30812026-05-06T04:13:59.569Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30822026-05-06T04:13:59.585Z Compiling async-stream v0.3.6
30832026-05-06T04:13:59.634Z Compiling instant v0.1.13
30842026-05-06T04:13:59.672Z Compiling progenitor-client v0.10.0
30852026-05-06T04:13:59.697Z Compiling backon v1.6.0
30862026-05-06T04:13:59.725Z Compiling backoff v0.4.0
30872026-05-06T04:13:59.742Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30882026-05-06T04:13:59.766Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30892026-05-06T04:13:59.783Z Compiling universal-hash v0.5.1
30902026-05-06T04:13:59.810Z Compiling opaque-debug v0.3.1
30912026-05-06T04:13:59.895Z Compiling progenitor-extras v0.2.0
30922026-05-06T04:13:59.913Z Compiling half v2.7.1
30932026-05-06T04:13:59.933Z Compiling ciborium-io v0.2.2
30942026-05-06T04:13:59.952Z Compiling crucible-workspace-hack v0.1.0
30952026-05-06T04:13:59.971Z Compiling unsafe-libyaml v0.2.11
30962026-05-06T04:13:59.988Z Compiling structmeta v0.3.0
30972026-05-06T04:13:59.991Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30982026-05-06T04:14:00.022Z Compiling convert_case v0.4.0
30992026-05-06T04:14:00.051Z Compiling regress v0.11.1
31002026-05-06T04:14:00.169Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31012026-05-06T04:14:00.204Z Compiling ciborium-ll v0.2.2
31022026-05-06T04:14:00.204Z Compiling aead v0.5.2
31032026-05-06T04:14:00.259Z Compiling secrecy v0.10.3
31042026-05-06T04:14:00.262Z Compiling derive-ex v0.1.8
31052026-05-06T04:14:00.295Z Compiling parse-display-derive v0.10.0
31062026-05-06T04:14:00.335Z Compiling poly1305 v0.8.0
31072026-05-06T04:14:00.425Z Compiling ciborium v0.2.2
31082026-05-06T04:14:00.443Z Compiling derive_more v0.99.20
31092026-05-06T04:14:00.463Z Compiling chacha20 v0.9.1
31102026-05-06T04:14:00.466Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31112026-05-06T04:14:00.466Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31122026-05-06T04:14:00.517Z Compiling serde_yaml v0.9.34+deprecated
31132026-05-06T04:14:00.535Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31142026-05-06T04:14:00.679Z Compiling thiserror-impl-no-std v2.0.2
31152026-05-06T04:14:00.749Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31162026-05-06T04:14:00.793Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31172026-05-06T04:14:00.882Z Compiling byte-wrapper v0.1.0
31182026-05-06T04:14:00.898Z Compiling password-hash v0.5.0
31192026-05-06T04:14:00.968Z Compiling blake2 v0.10.6
31202026-05-06T04:14:01.038Z Compiling chacha20poly1305 v0.10.1
31212026-05-06T04:14:01.083Z Compiling indent_write v2.2.0
31222026-05-06T04:14:01.105Z Compiling heapless v0.8.0
31232026-05-06T04:14:01.217Z Compiling ingot-macros v0.1.1
31242026-05-06T04:14:01.255Z Compiling tokio-rustls v0.25.0
31252026-05-06T04:14:01.271Z Compiling argon2 v0.5.3
31262026-05-06T04:14:01.342Z Compiling toml_edit v0.23.10+spec-1.0.0
31272026-05-06T04:14:01.576Z Compiling hash32 v0.3.1
31282026-05-06T04:14:01.620Z Compiling typify-impl v0.6.2
31292026-05-06T04:14:01.762Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31302026-05-06T04:14:01.906Z Compiling thiserror-no-std v2.0.2
31312026-05-06T04:14:01.935Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-05-06T04:14:02.007Z Compiling vsss-rs v3.3.4
31332026-05-06T04:14:02.024Z Compiling smoltcp v0.11.0
31342026-05-06T04:14:02.044Z Compiling test-strategy v0.4.5
31352026-05-06T04:14:02.063Z Compiling parse-display v0.10.0
31362026-05-06T04:14:02.078Z Compiling proc-macro-crate v3.4.0
31372026-05-06T04:14:02.401Z Compiling tabwriter v1.4.1
31382026-05-06T04:14:02.442Z Compiling num-rational v0.4.2
31392026-05-06T04:14:02.464Z Compiling cobs v0.3.0
31402026-05-06T04:14:02.489Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31412026-05-06T04:14:02.617Z Compiling num-complex v0.4.6
31422026-05-06T04:14:02.673Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-05-06T04:14:02.691Z Compiling num_enum_derive v0.7.5
31442026-05-06T04:14:02.694Z Compiling postcard v1.1.3
31452026-05-06T04:14:02.809Z Compiling proc-macro-error v1.0.4
31462026-05-06T04:14:02.912Z Compiling proc-macro-crate v1.3.1
31472026-05-06T04:14:03.051Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-05-06T04:14:03.070Z Compiling num v0.4.3
31492026-05-06T04:14:03.093Z Compiling foreign-types-macros v0.2.3
31502026-05-06T04:14:03.117Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31512026-05-06T04:14:03.135Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31522026-05-06T04:14:03.170Z Compiling colored v3.1.1
31532026-05-06T04:14:03.211Z Compiling rayon-core v1.13.0
31542026-05-06T04:14:03.371Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31552026-05-06T04:14:03.375Z Compiling foreign-types-shared v0.3.1
31562026-05-06T04:14:03.407Z Compiling float-ord v0.3.2
31572026-05-06T04:14:03.407Z Compiling cpufeatures v0.3.0
31582026-05-06T04:14:03.462Z Compiling num_enum_derive v0.5.11
31592026-05-06T04:14:03.506Z Compiling chacha20 v0.10.0
31602026-05-06T04:14:03.572Z Compiling crossbeam-deque v0.8.6
31612026-05-06T04:14:03.591Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31622026-05-06T04:14:03.620Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31632026-05-06T04:14:03.665Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31642026-05-06T04:14:03.684Z Compiling cstr-argument v0.1.2
31652026-05-06T04:14:03.705Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31662026-05-06T04:14:03.740Z Compiling foreign-types v0.5.0
31672026-05-06T04:14:03.846Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31682026-05-06T04:14:03.873Z Compiling num_enum v0.7.5
31692026-05-06T04:14:03.891Z Compiling rand v0.10.0
31702026-05-06T04:14:03.894Z Compiling toml v0.8.23
31712026-05-06T04:14:03.951Z Compiling camino-tempfile v1.4.1
31722026-05-06T04:14:04.028Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31732026-05-06T04:14:04.077Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31742026-05-06T04:14:04.129Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31752026-05-06T04:14:04.147Z Compiling zone_cfg_derive v0.3.1
31762026-05-06T04:14:04.218Z Compiling ingot-types v0.1.2
31772026-05-06T04:14:04.237Z Compiling rayon v1.11.0
31782026-05-06T04:14:04.240Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-05-06T04:14:04.275Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31802026-05-06T04:14:04.279Z Compiling itertools v0.12.1
31812026-05-06T04:14:04.308Z Compiling num-derive v0.4.2
31822026-05-06T04:14:04.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31832026-05-06T04:14:04.522Z Compiling sigpipe v0.1.3
31842026-05-06T04:14:04.538Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31852026-05-06T04:14:04.589Z Compiling glob v0.3.3
31862026-05-06T04:14:04.607Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31872026-05-06T04:14:04.611Z Compiling ingot v0.1.1
31882026-05-06T04:14:04.643Z Compiling num_enum v0.5.11
31892026-05-06T04:14:04.681Z Compiling smf v0.2.3
31902026-05-06T04:14:04.764Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31912026-05-06T04:14:04.824Z Compiling prettyplease v0.2.37
31922026-05-06T04:14:04.867Z Compiling whoami v1.6.1
31932026-05-06T04:14:04.893Z Compiling gethostname v0.5.0
31942026-05-06T04:14:04.908Z Compiling usdt-attr-macro v0.5.0
31952026-05-06T04:14:05.048Z Compiling usdt-macro v0.5.0
31962026-05-06T04:14:05.110Z Compiling memmap v0.7.0
31972026-05-06T04:14:05.182Z Compiling atomicwrites v0.4.4
31982026-05-06T04:14:05.254Z Compiling derive-where v1.6.0
31992026-05-06T04:14:05.313Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32002026-05-06T04:14:05.333Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32012026-05-06T04:14:05.336Z Compiling progenitor-client v0.13.0
32022026-05-06T04:14:05.412Z Compiling cancel-safe-futures v0.1.5
32032026-05-06T04:14:05.511Z Compiling zone v0.3.1
32042026-05-06T04:14:05.559Z Compiling owo-colors v4.3.0
32052026-05-06T04:14:05.663Z Compiling resolv-conf v0.7.6
32062026-05-06T04:14:05.717Z Compiling libsw-core v0.3.2
32072026-05-06T04:14:05.734Z Compiling async-recursion v1.1.1
32082026-05-06T04:14:05.858Z Compiling usdt v0.5.0
32092026-05-06T04:14:05.920Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32102026-05-06T04:14:06.055Z Compiling libsw v3.5.0
32112026-05-06T04:14:06.074Z Compiling libefi-sys v0.1.0
32122026-05-06T04:14:06.103Z Compiling linear-map v1.2.0
32132026-05-06T04:14:06.121Z Compiling console v0.15.11
32142026-05-06T04:14:06.163Z Compiling hickory-proto v0.24.4
32152026-05-06T04:14:06.226Z Compiling newline-converter v0.3.0
32162026-05-06T04:14:06.274Z Compiling bitfield-struct v0.6.2
32172026-05-06T04:14:06.301Z Compiling semver v0.1.20
32182026-05-06T04:14:06.320Z Compiling linked-hash-map v0.5.6
32192026-05-06T04:14:06.323Z Compiling typify-macro v0.6.2
32202026-05-06T04:14:06.375Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32212026-05-06T04:14:06.466Z Compiling expectorate v1.2.0
32222026-05-06T04:14:06.539Z Compiling lru-cache v0.1.2
32232026-05-06T04:14:06.562Z Compiling rustc_version v0.1.7
32242026-05-06T04:14:06.580Z Compiling tokio-dtrace v0.1.1
32252026-05-06T04:14:06.619Z Compiling dropshot-api-manager-types v0.7.1
32262026-05-06T04:14:06.635Z Compiling pin-project-internal v1.1.11
32272026-05-06T04:14:06.655Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32282026-05-06T04:14:06.674Z Compiling slog-dtrace v0.3.0
32292026-05-06T04:14:06.694Z Compiling minimal-lexical v0.2.1
32302026-05-06T04:14:06.743Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32312026-05-06T04:14:06.769Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32322026-05-06T04:14:06.824Z Compiling newtype_derive v0.1.6
32332026-05-06T04:14:06.847Z Compiling oxide-tokio-rt v0.1.4
32342026-05-06T04:14:06.884Z Compiling typify-impl v0.4.3
32352026-05-06T04:14:06.982Z Compiling nom v7.1.3
32362026-05-06T04:14:06.985Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-05-06T04:14:06.985Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32382026-05-06T04:14:07.035Z Compiling snafu-derive v0.8.9
32392026-05-06T04:14:07.039Z Compiling phf_shared v0.12.1
32402026-05-06T04:14:07.073Z Compiling pem v3.0.6
32412026-05-06T04:14:07.097Z Compiling csv-core v0.1.13
32422026-05-06T04:14:07.177Z Compiling highway v1.3.0
32432026-05-06T04:14:07.334Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-05-06T04:14:07.384Z Compiling same-file v1.0.6
32452026-05-06T04:14:07.442Z Compiling xshell-macros v0.2.7
32462026-05-06T04:14:07.534Z Compiling chrono-tz v0.10.4
32472026-05-06T04:14:07.580Z Compiling walkdir v2.5.0
32482026-05-06T04:14:07.598Z Compiling const_format_proc_macros v0.2.34
32492026-05-06T04:14:07.618Z Compiling csv v1.4.0
32502026-05-06T04:14:07.755Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32512026-05-06T04:14:07.788Z Compiling phf v0.12.1
32522026-05-06T04:14:07.828Z Compiling pin-project v1.1.11
32532026-05-06T04:14:07.888Z Compiling xshell v0.2.7
32542026-05-06T04:14:07.959Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32552026-05-06T04:14:08.008Z Compiling globset v0.4.18
32562026-05-06T04:14:08.011Z Compiling olpc-cjson v0.1.4
32572026-05-06T04:14:08.224Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32582026-05-06T04:14:08.251Z Compiling typify v0.6.2
32592026-05-06T04:14:08.268Z Compiling primeorder v0.13.6
32602026-05-06T04:14:08.288Z Compiling serde_plain v1.0.2
32612026-05-06T04:14:08.345Z Compiling hickory-resolver v0.24.4
32622026-05-06T04:14:08.395Z Compiling progenitor-impl v0.14.0
32632026-05-06T04:14:08.411Z Compiling progenitor-impl v0.13.0
32642026-05-06T04:14:08.493Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-05-06T04:14:08.519Z Compiling typed-path v0.9.3
32662026-05-06T04:14:08.522Z Compiling const_format v0.2.35
32672026-05-06T04:14:08.563Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32682026-05-06T04:14:08.865Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32692026-05-06T04:14:08.883Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32702026-05-06T04:14:09.042Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32712026-05-06T04:14:09.104Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32722026-05-06T04:14:09.179Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32732026-05-06T04:14:09.408Z Compiling qorb v0.4.1
32742026-05-06T04:14:09.454Z Compiling snafu v0.8.9
32752026-05-06T04:14:09.509Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32762026-05-06T04:14:09.859Z Compiling tough v0.20.0
32772026-05-06T04:14:09.900Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-05-06T04:14:10.053Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-06T04:14:10.112Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32802026-05-06T04:14:10.211Z Compiling tabled_derive v0.7.0
32812026-05-06T04:14:10.271Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32822026-05-06T04:14:10.290Z Compiling bcs v0.1.6
32832026-05-06T04:14:10.655Z Compiling termtree v0.5.1
32842026-05-06T04:14:10.673Z Compiling salty v0.3.0
32852026-05-06T04:14:10.827Z Compiling textwrap v0.16.2
32862026-05-06T04:14:10.845Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-06T04:14:10.986Z Compiling steno v0.4.1
32882026-05-06T04:14:11.005Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32892026-05-06T04:14:11.091Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32902026-05-06T04:14:11.160Z Compiling progenitor-macro v0.13.0
32912026-05-06T04:14:11.179Z Compiling progenitor-macro v0.14.0
32922026-05-06T04:14:11.260Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32932026-05-06T04:14:11.278Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32942026-05-06T04:14:11.298Z Compiling tabled v0.15.0
32952026-05-06T04:14:11.339Z Compiling humantime v2.3.0
32962026-05-06T04:14:11.518Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32972026-05-06T04:14:11.521Z Compiling base64 v0.21.7
32982026-05-06T04:14:11.554Z Compiling typify-macro v0.4.3
32992026-05-06T04:14:11.645Z Compiling radium v0.7.0
33002026-05-06T04:14:11.791Z Compiling tagptr v0.2.0
33012026-05-06T04:14:11.969Z Compiling moka v0.12.13
33022026-05-06T04:14:11.986Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-06T04:14:12.103Z Compiling p384 v0.13.1
33042026-05-06T04:14:12.123Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-05-06T04:14:12.349Z Compiling tap v1.0.1
33062026-05-06T04:14:12.494Z Compiling maybe-uninit v2.0.0
33072026-05-06T04:14:12.609Z Compiling wyz v0.5.1
33082026-05-06T04:14:12.700Z Compiling hickory-resolver v0.25.2
33092026-05-06T04:14:12.767Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33102026-05-06T04:14:12.784Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33112026-05-06T04:14:12.882Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33122026-05-06T04:14:12.992Z Compiling proc-macro-error-attr2 v2.0.0
33132026-05-06T04:14:13.107Z Compiling funty v2.0.0
33142026-05-06T04:14:13.277Z Compiling parking_lot_core v0.8.6
33152026-05-06T04:14:13.391Z Compiling utf-8 v0.7.6
33162026-05-06T04:14:13.414Z Compiling typify v0.4.3
33172026-05-06T04:14:13.436Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33182026-05-06T04:14:13.535Z Compiling packed_struct v0.10.1
33192026-05-06T04:14:13.554Z Compiling tungstenite v0.21.0
33202026-05-06T04:14:13.609Z Compiling bitvec v1.0.1
33212026-05-06T04:14:13.628Z Compiling proc-macro-error2 v2.0.1
33222026-05-06T04:14:13.704Z Compiling polyval v0.6.2
33232026-05-06T04:14:13.751Z Compiling git-stub v1.0.0
33242026-05-06T04:14:13.769Z Compiling num-derive v0.3.3
33252026-05-06T04:14:13.867Z Compiling packed_struct_codegen v0.10.1
33262026-05-06T04:14:13.917Z Compiling zerocopy-derive v0.6.6
33272026-05-06T04:14:13.976Z Compiling bitfield-macros v0.19.4
33282026-05-06T04:14:13.992Z Compiling indexmap v1.9.3
33292026-05-06T04:14:14.024Z Compiling nodrop v0.1.14
33302026-05-06T04:14:14.050Z Compiling crc-catalog v2.4.0
33312026-05-06T04:14:14.149Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33322026-05-06T04:14:14.176Z Compiling crc v3.4.0
33332026-05-06T04:14:14.255Z Compiling array-init v0.0.4
33342026-05-06T04:14:14.407Z Compiling tokio-tungstenite v0.21.0
33352026-05-06T04:14:14.423Z Compiling tabled_derive v0.11.0
33362026-05-06T04:14:14.455Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-05-06T04:14:14.640Z Compiling git-stub-vcs v0.1.0
33382026-05-06T04:14:14.658Z Compiling ghash v0.5.1
33392026-05-06T04:14:14.722Z Compiling libscf-sys v1.1.0
33402026-05-06T04:14:14.753Z Compiling bitfield v0.19.4
33412026-05-06T04:14:14.772Z Compiling smallvec v0.6.14
33422026-05-06T04:14:14.845Z Compiling zerocopy v0.6.6
33432026-05-06T04:14:15.010Z Compiling progenitor-impl v0.11.2
33442026-05-06T04:14:15.057Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-05-06T04:14:15.073Z Compiling papergrid v0.17.0
33462026-05-06T04:14:15.094Z Compiling testing_table v0.3.0
33472026-05-06T04:14:15.121Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33482026-05-06T04:14:15.214Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33492026-05-06T04:14:15.236Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33502026-05-06T04:14:15.290Z Compiling ctr v0.9.2
33512026-05-06T04:14:15.535Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-05-06T04:14:15.566Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33532026-05-06T04:14:15.585Z Compiling hashbrown v0.12.3
33542026-05-06T04:14:15.667Z Compiling corncobs v0.1.4
33552026-05-06T04:14:15.734Z Compiling unicase v2.9.0
33562026-05-06T04:14:15.785Z Compiling aes-gcm v0.10.3
33572026-05-06T04:14:15.877Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-05-06T04:14:15.895Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-05-06T04:14:15.898Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-05-06T04:14:15.979Z Compiling mime_guess v2.0.5
33612026-05-06T04:14:16.009Z Compiling parking_lot v0.11.2
33622026-05-06T04:14:16.045Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33632026-05-06T04:14:16.067Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33642026-05-06T04:14:16.100Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33652026-05-06T04:14:16.138Z Compiling tabled v0.20.0
33662026-05-06T04:14:16.323Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33672026-05-06T04:14:16.396Z Compiling progenitor v0.14.0
33682026-05-06T04:14:16.423Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33692026-05-06T04:14:16.441Z Compiling progenitor v0.13.0
33702026-05-06T04:14:16.441Z Compiling serde-hex v0.1.0
33712026-05-06T04:14:16.572Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-05-06T04:14:16.590Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-06T04:14:16.621Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-05-06T04:14:16.777Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33752026-05-06T04:14:16.845Z Compiling progenitor-impl v0.10.0
33762026-05-06T04:14:16.926Z Compiling ron v0.8.1
33772026-05-06T04:14:16.944Z Compiling hashbrown v0.13.2
33782026-05-06T04:14:17.031Z Compiling progenitor-client v0.11.2
33792026-05-06T04:14:17.128Z Compiling blowfish v0.9.1
33802026-05-06T04:14:17.175Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-05-06T04:14:17.385Z Compiling ssh-encoding v0.2.0
33822026-05-06T04:14:17.400Z Compiling prefix-trie v0.7.0
33832026-05-06T04:14:17.478Z Compiling fxhash v0.2.1
33842026-05-06T04:14:17.620Z Compiling secrecy v0.8.0
33852026-05-06T04:14:17.653Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33862026-05-06T04:14:17.678Z Compiling crc-any v2.5.0
33872026-05-06T04:14:17.703Z Compiling progenitor-macro v0.11.2
33882026-05-06T04:14:17.812Z Compiling hickory-server v0.25.2
33892026-05-06T04:14:17.914Z Compiling sled v0.34.7
33902026-05-06T04:14:17.960Z Compiling ssh-cipher v0.2.0
33912026-05-06T04:14:18.653Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-05-06T04:14:18.670Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33932026-05-06T04:14:18.988Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33942026-05-06T04:14:19.192Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33952026-05-06T04:14:19.254Z Compiling object v0.30.4
33962026-05-06T04:14:19.337Z Compiling bcrypt-pbkdf v0.10.0
33972026-05-06T04:14:19.504Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33982026-05-06T04:14:19.602Z Compiling progenitor-macro v0.10.0
33992026-05-06T04:14:19.618Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34002026-05-06T04:14:19.640Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34012026-05-06T04:14:19.709Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34022026-05-06T04:14:19.727Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34032026-05-06T04:14:19.859Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34042026-05-06T04:14:20.375Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-05-06T04:14:20.445Z Compiling password-hash v0.4.2
34062026-05-06T04:14:20.868Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34072026-05-06T04:14:21.189Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34082026-05-06T04:14:21.207Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34092026-05-06T04:14:21.229Z Compiling http-range v0.1.5
34102026-05-06T04:14:21.295Z Compiling crc8 v0.1.1
34112026-05-06T04:14:21.447Z Compiling path-slash v0.1.5
34122026-05-06T04:14:21.472Z Compiling half v1.8.3
34132026-05-06T04:14:21.576Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34142026-05-06T04:14:21.623Z Compiling pbkdf2 v0.11.0
34152026-05-06T04:14:21.641Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34162026-05-06T04:14:21.775Z Compiling serde_cbor v0.11.2
34172026-05-06T04:14:21.832Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34182026-05-06T04:14:21.901Z Compiling ssh-key v0.6.7
34192026-05-06T04:14:22.203Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-05-06T04:14:22.255Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34212026-05-06T04:14:22.274Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-05-06T04:14:22.278Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34232026-05-06T04:14:22.354Z Compiling p256 v0.13.2
34242026-05-06T04:14:22.399Z Compiling p521 v0.13.3
34252026-05-06T04:14:22.417Z Compiling yasna v0.5.2
34262026-05-06T04:14:22.760Z Compiling kstat-rs v0.2.4
34272026-05-06T04:14:22.778Z Compiling headers-core v0.3.0
34282026-05-06T04:14:22.830Z Compiling nanorand v0.7.0
34292026-05-06T04:14:22.954Z Compiling russh-cryptovec v0.7.3
34302026-05-06T04:14:22.985Z Compiling progenitor v0.11.2
34312026-05-06T04:14:23.105Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34322026-05-06T04:14:23.131Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34332026-05-06T04:14:23.164Z Compiling atty v0.2.14
34342026-05-06T04:14:23.184Z Compiling md5 v0.7.0
34352026-05-06T04:14:23.201Z Compiling home v0.5.12
34362026-05-06T04:14:23.222Z Compiling flume v0.11.1
34372026-05-06T04:14:23.225Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34382026-05-06T04:14:23.254Z Compiling headers v0.4.1
34392026-05-06T04:14:23.257Z Compiling rcgen v0.12.1
34402026-05-06T04:14:23.309Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34412026-05-06T04:14:23.374Z Compiling russh-keys v0.45.0
34422026-05-06T04:14:23.400Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34432026-05-06T04:14:23.494Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34442026-05-06T04:14:23.573Z Compiling hyper-staticfile v0.10.1
34452026-05-06T04:14:23.665Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34462026-05-06T04:14:23.837Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34472026-05-06T04:14:24.058Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34482026-05-06T04:14:24.079Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34492026-05-06T04:14:24.116Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34502026-05-06T04:14:24.150Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34512026-05-06T04:14:24.200Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34522026-05-06T04:14:24.463Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34532026-05-06T04:14:24.552Z Compiling num-bigint v0.4.6
34542026-05-06T04:14:24.677Z Compiling progenitor v0.10.0
34552026-05-06T04:14:24.700Z Compiling des v0.8.1
34562026-05-06T04:14:24.830Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34572026-05-06T04:14:24.864Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34582026-05-06T04:14:24.883Z Compiling subprocess v0.2.15
34592026-05-06T04:14:24.902Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34602026-05-06T04:14:24.927Z Compiling display-error-chain v0.2.2
34612026-05-06T04:14:24.998Z Compiling hex-literal v0.4.1
34622026-05-06T04:14:25.112Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34632026-05-06T04:14:25.147Z Compiling colored v2.2.0
34642026-05-06T04:14:25.223Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34652026-05-06T04:14:25.334Z Compiling socket2 v0.5.10
34662026-05-06T04:14:25.366Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34672026-05-06T04:14:25.495Z Compiling internet-checksum v0.2.1
34682026-05-06T04:14:25.764Z Compiling russh v0.45.0
34692026-05-06T04:14:26.015Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34702026-05-06T04:14:26.101Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34712026-05-06T04:14:28.572Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34722026-05-06T04:14:29.251Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34732026-05-06T04:14:29.729Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34742026-05-06T04:14:30.905Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34752026-05-06T04:14:38.890Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-05-06T04:14:38.890Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34772026-05-06T04:14:38.894Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-05-06T04:14:38.894Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-06T04:14:40.628Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34802026-05-06T04:14:40.695Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34812026-05-06T04:14:44.789Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34822026-05-06T04:14:46.162Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34832026-05-06T04:15:05.128Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842026-05-06T04:15:23.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34852026-05-06T04:15:24.139Z
34862026-05-06T04:15:24.142Zreal 1:26.372124781
34872026-05-06T04:15:24.142Zuser 8:18.638885324
34882026-05-06T04:15:24.142Zsys 1:45.396697491
34892026-05-06T04:15:24.142Ztrap 0.252033859
34902026-05-06T04:15:24.142Ztflt 0.509448118
34912026-05-06T04:15:24.142Zdflt 1.702410670
34922026-05-06T04:15:24.142Zkflt 0.000319825
34932026-05-06T04:15:24.142Zlock 29:48.497663416
34942026-05-06T04:15:24.142Zslp 19:25.182793501
34952026-05-06T04:15:24.142Zlat 40.835036784
34962026-05-06T04:15:24.142Zstop 2:56.305833766
34972026-05-06T04:15:24.142Z+ mkdir tests
34982026-05-06T04:15:24.146Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34992026-05-06T04:15:24.146Z+ xargs -I '{}' -t cp '{}' tests/
35002026-05-06T04:15:24.170Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bab7d8462096a085 tests/
35012026-05-06T04:15:24.191Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-625eb3aebc685327 tests/
35022026-05-06T04:15:24.211Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3acc18599d92ffe8 tests/
35032026-05-06T04:15:24.232Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16791c2e1f8988e2 tests/
35042026-05-06T04:15:24.460Z+ 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-06T04:15:24.463Z+ 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-06T04:16:49.502ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35072026-05-06T04:16:49.502Za .github/buildomat/ci-env.sh 1K
35082026-05-06T04:16:49.502Za out/target/test 1K
35092026-05-06T04:16:49.502Za out/npuzone/npuzone 27402K
35102026-05-06T04:16:49.502Za package-manifest.toml 35K
35112026-05-06T04:16:49.502Za smf/sled-agent/non-gimlet/config.toml 6K
35122026-05-06T04:16:49.502Za target/release/omicron-package 44888K
35132026-05-06T04:16:49.502Za target/release/xtask 11449K
35142026-05-06T04:16:49.502Za target/debug/bootstrap 351679K
35152026-05-06T04:16:49.502Za tests/bootstrap-625eb3aebc685327 31215K
35162026-05-06T04:16:49.502Za tests/commtest-3acc18599d92ffe8 32300K
35172026-05-06T04:16:49.502Za tests/dhcp_server-bab7d8462096a085 31215K
35182026-05-06T04:16:49.502Za tests/end_to_end_tests-16791c2e1f8988e2 392789K
35192026-05-06T04:16:49.502Za out/clickhouse.tar.gz 318396K
35202026-05-06T04:16:49.502Za out/clickhouse_keeper.tar.gz 303763K
35212026-05-06T04:16:49.502Za out/clickhouse_server.tar.gz 318395K
35222026-05-06T04:16:49.502Za out/cockroachdb.tar.gz 164601K
35232026-05-06T04:16:49.502Za out/crucible-pantry-zone.tar.gz 43677K
35242026-05-06T04:16:49.502Za out/crucible-utils.tar 17744K
35252026-05-06T04:16:49.502Za out/crucible-zone.tar.gz 57815K
35262026-05-06T04:16:49.502Za out/external-dns.tar.gz 49267K
35272026-05-06T04:16:49.502Za out/internal-dns.tar.gz 49266K
35282026-05-06T04:16:49.502Za out/mg-ddm-gz.tar 95141K
35292026-05-06T04:16:49.502Za out/nexus.tar.gz 220009K
35302026-05-06T04:16:49.502Za out/ntp.tar.gz 31625K
35312026-05-06T04:16:49.503Za out/omicron-gateway-softnpu.tar.gz 28499K
35322026-05-06T04:16:49.503Za out/omicron-sled-agent.tar 199211K
35332026-05-06T04:16:49.503Za out/overlay.tar.gz 3K
35342026-05-06T04:16:49.503Za out/oximeter.tar.gz 65263K
35352026-05-06T04:16:49.503Za out/oxlog.tar 3782K
35362026-05-06T04:16:49.503Za out/probe.tar.gz 3037K
35372026-05-06T04:16:49.503Za out/propolis-server.tar.gz 38727K
35382026-05-06T04:16:49.503Za out/pumpkind-gz.tar 26647K
35392026-05-06T04:16:49.503Za out/switch-softnpu.tar.gz 393088K
35402026-05-06T04:16:49.506Z
35412026-05-06T04:16:49.506Zreal 1:25.031700071
35422026-05-06T04:16:49.506Zuser 1:22.379806187
35432026-05-06T04:16:49.506Zsys 4.373750069
35442026-05-06T04:16:49.506Ztrap 0.006336317
35452026-05-06T04:16:49.506Ztflt 0.000000000
35462026-05-06T04:16:49.506Zdflt 0.000000000
35472026-05-06T04:16:49.506Zkflt 0.000000000
35482026-05-06T04:16:49.507Zlock 0.000000000
35492026-05-06T04:16:49.507Zslp 1:22.360920151
35502026-05-06T04:16:49.507Zlat 0.938275893
35512026-05-06T04:16:49.507Zstop 0.000274701
35522026-05-06T04:16:49.507Zprocess exited: duration 999020 ms, exit code 0
 
35532026-05-06T04:16:49.520Zfound 1 output files
35542026-05-06T04:16:49.520Zuploading: /work/package.tar.gz (2428978469 bytes)
35552026-05-06T04:17:17.720Zuploaded: /work/package.tar.gz