01KTA7QWJ2KDDWHEASXEAXSGBS: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KTA7RR11JEZCP46XHQCRD325

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-04T21:14:49.299Zjob assigned to worker 01KTA7RWMZPC8DT00DD6FM6FFD [factory aws, i-05d982e4910bd0361] (queued for 49 s)
 
22026-06-04T21:14:57.344Zstarting task 0: "setup"
32026-06-04T21:14:57.349Z++ uname -s
42026-06-04T21:14:57.353Z+ kern=SunOS
52026-06-04T21:14:57.353Z+ build_user=build
62026-06-04T21:14:57.353Z+ build_uid=12345
72026-06-04T21:14:57.353Z+ work_dir=/work
82026-06-04T21:14:57.353Z+ input_dir=/input
92026-06-04T21:14:57.353Z+ [[ 0 == 12345 ]]
102026-06-04T21:14:57.353Z+ case "$kern" in
112026-06-04T21:14:57.353Z+ groupadd -g 12345 build
122026-06-04T21:14:57.356Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-04T21:14:59.361Z+ zfs create -o mountpoint=/work rpool/work
142026-06-04T21:14:59.482Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-04T21:14:59.485Z+ home_fs=zfs
162026-06-04T21:14:59.485Z+ [[ zfs == autofs ]]
172026-06-04T21:14:59.485Z+ mkdir -p /home/build
182026-06-04T21:14:59.488Z+ chown build:build /home/build /work
192026-06-04T21:15:00.493Z+ chmod 0700 /home/build /work
202026-06-04T21:15:00.499Zprocess exited: duration 3148 ms, exit code 0
 
212026-06-04T21:15:00.505Zstarting task 1: "rust-toolchain"
222026-06-04T21:15:00.511Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-04T21:15:00.511Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-04T21:15:00.511Z * rust toolchain channel = "1.94.0"
252026-06-04T21:15:00.511Z * rust toolchain profile = "default"
262026-06-04T21:15:00.511Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-04T21:15:00.511Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-04T21:15:00.514Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-04T21:15:00.514Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-04T21:15:00.602Zinfo: downloading installer
312026-06-04T21:15:01.884Zwarn: It looks like you have an existing rustup settings file at:
322026-06-04T21:15:01.884Zwarn: /home/build/.rustup/settings.toml
332026-06-04T21:15:01.884Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-04T21:15:01.884Zwarn: instead of the one inferred from the default host triple.
352026-06-04T21:15:01.896Zinfo: profile set to default
362026-06-04T21:15:01.896Zinfo: default host triple is x86_64-unknown-illumos
372026-06-04T21:15:01.899Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-04T21:15:02.054Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-04T21:15:02.057Zinfo: downloading 6 components
402026-06-04T21:15:16.248Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-04T21:15:16.249Z
422026-06-04T21:15:16.274Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-04T21:15:16.274Z
442026-06-04T21:15:16.274Z
452026-06-04T21:15:16.274ZRust is installed now. Great!
462026-06-04T21:15:16.274Z
472026-06-04T21:15:16.274ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-04T21:15:16.274Zenvironment variable. This has not been done automatically.
492026-06-04T21:15:16.274Z
502026-06-04T21:15:16.274ZTo configure your current shell, you need to source
512026-06-04T21:15:16.274Zthe corresponding env file under $HOME/.cargo.
522026-06-04T21:15:16.274Z
532026-06-04T21:15:16.275ZThis is usually done by running one of the following (note the leading DOT):
542026-06-04T21:15:16.278Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-04T21:15:16.278Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-04T21:15:16.278Zsource "~/.cargo/env.nu" # For nushell
572026-06-04T21:15:16.278Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-04T21:15:16.278Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-04T21:15:16.278Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-04T21:15:16.278Zwarn: no default linker (`cc`) was found in your PATH
612026-06-04T21:15:16.279Zwarn: many Rust crates require a system C toolchain to build
622026-06-04T21:15:16.378Z+ rustup --version
632026-06-04T21:15:16.384Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-04T21:15:16.384Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-04T21:15:16.406Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-04T21:15:16.409Z+ cargo --version
672026-06-04T21:15:16.421Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-04T21:15:16.424Z+ rustc --version
692026-06-04T21:15:16.448Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-04T21:15:16.453Zprocess exited: duration 15946 ms, exit code 0
 
712026-06-04T21:15:16.462Zstarting task 2: "authentication"
722026-06-04T21:15:16.493ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-04T21:15:28.529Zprocess exited: duration 12067 ms, exit code 0
 
742026-06-04T21:15:28.535Zstarting task 3: "clone repository"
752026-06-04T21:15:28.539Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-04T21:15:28.542Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-04T21:15:28.579ZCloning into '/work/oxidecomputer/omicron'...
782026-06-04T21:15:50.772Z+ cd /work/oxidecomputer/omicron
792026-06-04T21:15:50.772Z+ git fetch origin 0421dc4db9f1cd438901db3b5969387d68e273e1
802026-06-04T21:15:51.531ZFrom https://github.com/oxidecomputer/omicron
812026-06-04T21:15:51.531Z * branch 0421dc4db9f1cd438901db3b5969387d68e273e1 -> FETCH_HEAD
822026-06-04T21:15:51.545Z+ [[ -n policy-test-builtins ]]
832026-06-04T21:15:51.548Z++ git branch --show-current
842026-06-04T21:15:51.551Z+ current=main
852026-06-04T21:15:51.552Z+ [[ main != policy-test-builtins ]]
862026-06-04T21:15:51.552Z+ git branch -f policy-test-builtins 0421dc4db9f1cd438901db3b5969387d68e273e1
872026-06-04T21:15:51.554Z+ git checkout -f policy-test-builtins
882026-06-04T21:15:51.805ZSwitched to branch 'policy-test-builtins'
892026-06-04T21:15:51.808Z+ git reset --hard 0421dc4db9f1cd438901db3b5969387d68e273e1
902026-06-04T21:15:51.830ZHEAD is now at 0421dc4db Cover built-in actors and identity self-access in IAM role policy test
912026-06-04T21:15:51.832Zprocess exited: duration 23296 ms, exit code 0
 
922026-06-04T21:15:51.840Zstarting task 4: "build"
932026-06-04T21:15:51.845Z+ source .github/buildomat/ci-env.sh
942026-06-04T21:15:51.845Z++ export CARGO_TERM_COLOR=always
952026-06-04T21:15:51.848Z++ CARGO_TERM_COLOR=always
962026-06-04T21:15:51.848Z+ cargo --version
972026-06-04T21:15:51.857Zcargo 1.94.0 (85eff7c80 2026-01-15)
982026-06-04T21:15:51.860Z+ rustc --version
992026-06-04T21:15:51.882Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1002026-06-04T21:15:51.886Z+ WORK=/work
1012026-06-04T21:15:51.889Z+ pfexec mkdir -p /work
1022026-06-04T21:15:51.892Z+ pfexec chown build /work
1032026-06-04T21:15:51.894Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1042026-06-04T21:15:53.483Z Startup: Refreshing catalog 'helios' ... Done
1052026-06-04T21:15:53.568Z Startup: Caching catalogs ... Done
1062026-06-04T21:15:53.909ZPlanning: Solver setup ... Done (0.288s)
1072026-06-04T21:15:53.941ZPlanning: Running solver ... Done (0.021s)
1082026-06-04T21:15:53.955ZPlanning: Finding local manifests ... Done (0.003s)
1092026-06-04T21:15:53.970ZPlanning: Fetching manifests: 0/2 0% complete
1102026-06-04T21:15:53.983ZPlanning: Fetching manifests: 2/2 100% complete
1112026-06-04T21:15:54.085ZPlanning: Package planning ... Done (0.014s)
1122026-06-04T21:15:54.102ZPlanning: Merging actions ... Done (0.001s)
1132026-06-04T21:15:54.209ZPlanning: Checking for conflicting actions ... Done (0.197s)
1142026-06-04T21:15:54.257ZPlanning: Consolidating action changes ... Done (0.001s)
1152026-06-04T21:15:55.057ZPlanning: Evaluating mediators ... Done (0.862s)
1162026-06-04T21:15:55.061ZPlanning: Planning completed in 1.46 seconds
1172026-06-04T21:15:55.064Z Packages to install: 2
1182026-06-04T21:15:55.064Z Estimated space available: 156.07 GB
1192026-06-04T21:15:55.064ZEstimated space to be consumed: 25.33 MB
1202026-06-04T21:15:55.064Z Create boot environment: No
1212026-06-04T21:15:55.064ZCreate backup boot environment: No
1222026-06-04T21:15:55.065Z Rebuild boot archive: No
1232026-06-04T21:15:55.065Z
1242026-06-04T21:15:55.065ZChanged packages:
1252026-06-04T21:15:55.065Zhelios
1262026-06-04T21:15:55.065Z developer/build-essential
1272026-06-04T21:15:55.065Z None -> 11-3.0
1282026-06-04T21:15:55.065Z library/libxmlsec1
1292026-06-04T21:15:55.065Z None -> 1.2.35-3.0
1302026-06-04T21:15:55.089Z
1312026-06-04T21:15:55.089ZDownload: 0/214 items 0.0/1.3MB 0% complete
1322026-06-04T21:15:56.428ZDownload: Completed 1.28 MB in 1.32 seconds (993k/s)
1332026-06-04T21:15:56.514Z Actions: 1/268 actions (Installing new actions)
1342026-06-04T21:15:56.558Z Actions: Completed 268 actions in 0.04 seconds.
1352026-06-04T21:15:56.564ZFinalize: Updating package state database ... Done (0.008s)
1362026-06-04T21:15:56.564ZFinalize: Updating package cache ... Done (0.000s)
1372026-06-04T21:15:56.585ZFinalize: Updating image state ... Done (0.023s)
1382026-06-04T21:15:59.160ZFinalize: Creating fast lookup database ... Done (2.556s)
1392026-06-04T21:15:59.227ZFinalize: Reading search index ... Done (0.012s)
1402026-06-04T21:15:59.229ZFinalize: Updating search index ... Done (0.000s)
1412026-06-04T21:15:59.312ZFinalize: Updating package cache ... Done (0.000s)
1422026-06-04T21:15:59.614ZPlanning: Evaluating mediator changes ... Done
1432026-06-04T21:15:59.720ZPlanning: Checking for conflicting actions ... Done
1442026-06-04T21:15:59.732ZPlanning: Consolidating action changes ... Done
1452026-06-04T21:15:59.879ZPlanning: Evaluating mediators ... Done
1462026-06-04T21:15:59.881ZPlanning: Planning completed in 0.27 seconds
1472026-06-04T21:16:00.905Z Mediators to change: 2
1482026-06-04T21:16:00.905Z Create boot environment: No
1492026-06-04T21:16:00.905ZCreate backup boot environment: No
1502026-06-04T21:16:00.908ZFinalize: Updating package state database ... Done
1512026-06-04T21:16:00.908ZFinalize: Updating package cache ... Done
1522026-06-04T21:16:00.908ZFinalize: Updating image state ... Done
1532026-06-04T21:16:01.968ZFinalize: Creating fast lookup database ... Done
1542026-06-04T21:16:02.032ZFinalize: Reading search index ... Done
1552026-06-04T21:16:02.036ZFinalize: Updating search index ... Done
1562026-06-04T21:16:02.108ZFinalize: Updating package cache ... Done
1572026-06-04T21:16:02.400ZPlanning: Evaluating mediator changes ... Done
1582026-06-04T21:16:02.504ZPlanning: Checking for conflicting actions ... Done
1592026-06-04T21:16:02.511ZPlanning: Consolidating action changes ... Done
1602026-06-04T21:16:02.664ZPlanning: Evaluating mediators ... Done
1612026-06-04T21:16:02.668ZPlanning: Planning completed in 0.27 seconds
1622026-06-04T21:16:02.690Z Mediators to change: 1
1632026-06-04T21:16:02.690Z Create boot environment: No
1642026-06-04T21:16:02.690ZCreate backup boot environment: No
1652026-06-04T21:16:02.746ZFinalize: Updating package state database ... Done
1662026-06-04T21:16:02.746ZFinalize: Updating package cache ... Done
1672026-06-04T21:16:02.761ZFinalize: Updating image state ... Done
1682026-06-04T21:16:04.764ZFinalize: Creating fast lookup database ... Done
1692026-06-04T21:16:04.829ZFinalize: Reading search index ... Done
1702026-06-04T21:16:04.832ZFinalize: Updating search index ... Done
1712026-06-04T21:16:04.908ZFinalize: Updating package cache ... Done
1722026-06-04T21:16:05.224ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1732026-06-04T21:16:05.224Zapache system 2.4 system
1742026-06-04T21:16:05.224Zclang system 15 system
1752026-06-04T21:16:05.224Zcsh system system illumos
1762026-06-04T21:16:05.224Zctags system system illumos
1772026-06-04T21:16:05.224Zfile vendor vendor darwinsys
1782026-06-04T21:16:05.224Zfile system system illumos
1792026-06-04T21:16:05.224Zgcc vendor 14 vendor
1802026-06-04T21:16:05.224Zgcc system 13 system
1812026-06-04T21:16:05.224Zgcc system 10 system
1822026-06-04T21:16:05.224Zgo system 1.25 system
1832026-06-04T21:16:05.224Zllvm system 15 system
1842026-06-04T21:16:05.225Zmariadb system 11.4 system
1852026-06-04T21:16:05.225Zmta vendor vendor dma
1862026-06-04T21:16:05.225Zopenjdk system 17 system
1872026-06-04T21:16:05.225Zopenjdk system 11 system
1882026-06-04T21:16:05.225Zopenssl vendor 3 vendor
1892026-06-04T21:16:05.225Zperl system 5.40 system
1902026-06-04T21:16:05.225Zpostgresql system 18 system
1912026-06-04T21:16:05.225Zpostgresql system 17 system
1922026-06-04T21:16:05.225Zpython vendor 3 vendor
1932026-06-04T21:16:05.225Zpython system 2 system
1942026-06-04T21:16:05.225Zpython3 vendor 3.13 vendor
1952026-06-04T21:16:05.225Zruby system 3.4 system
1962026-06-04T21:16:05.225Zruby system 3.0 system
1972026-06-04T21:16:05.225Zwords vendor vendor american-english
1982026-06-04T21:16:05.225Zwords system system australian-english
1992026-06-04T21:16:05.225Zwords system system british-english
2002026-06-04T21:16:05.225Zwords system system canadian-english
2012026-06-04T21:16:05.226Zwords system system french
2022026-06-04T21:16:05.226Zwords system system italian
2032026-06-04T21:16:05.226Zwords system system ngerman
2042026-06-04T21:16:05.226Zwords system system ogerman
2052026-06-04T21:16:05.226Zwords system system spanish
2062026-06-04T21:16:05.491ZPUBLISHER TYPE STATUS P LOCATION
2072026-06-04T21:16:05.491Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2082026-06-04T21:16:05.787ZFMRI IFO
2092026-06-04T21:16:05.787Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2102026-06-04T21:16:05.787Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2112026-06-04T21:16:05.787Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2122026-06-04T21:16:05.787Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2132026-06-04T21:16:05.787Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2142026-06-04T21:16:05.787Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2152026-06-04T21:16:05.787Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2162026-06-04T21:16:05.787Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2172026-06-04T21:16:05.788Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2182026-06-04T21:16:06.055Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2192026-06-04T21:16:06.335Z Updating crates.io index
2202026-06-04T21:16:06.346Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2212026-06-04T21:16:06.659Z Updating git repository `https://github.com/oxidecomputer/lldp`
2222026-06-04T21:16:07.570Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2232026-06-04T21:16:08.407Z Updating git repository `https://github.com/oxidecomputer/propolis`
2242026-06-04T21:16:10.835Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2252026-06-04T21:16:11.382Z Updating git repository `https://github.com/oxidecomputer/crucible`
2262026-06-04T21:16:12.920Z Updating git repository `https://github.com/oxidecomputer/opte`
2272026-06-04T21:16:13.938Z Updating git repository `https://github.com/oxidecomputer/tofino`
2282026-06-04T21:16:14.265Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2292026-06-04T21:16:15.252Z Updating git repository `https://github.com/oxidecomputer/clickward`
2302026-06-04T21:16:15.654Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2312026-06-04T21:16:16.061Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2322026-06-04T21:16:16.522Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2332026-06-04T21:16:17.473Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2342026-06-04T21:16:18.032Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-06-04T21:16:18.279Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2362026-06-04T21:16:18.822Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2372026-06-04T21:16:19.234Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2382026-06-04T21:16:19.571Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2392026-06-04T21:16:19.946Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2402026-06-04T21:16:20.227Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2412026-06-04T21:16:20.508Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-06-04T21:16:20.920Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2432026-06-04T21:16:21.479Z Updating git repository `https://github.com/oxidecomputer/erebor`
2442026-06-04T21:16:21.916Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2452026-06-04T21:16:22.379Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2462026-06-04T21:16:22.786Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2472026-06-04T21:16:23.118Z Updating git repository `https://github.com/oxidecomputer/ispf`
2482026-06-04T21:16:24.362Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2492026-06-04T21:16:24.614Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-06-04T21:16:25.453Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-04T21:16:25.694Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-04T21:16:26.115Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-04T21:16:26.421Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-04T21:16:26.789Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-04T21:16:27.517Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-04T21:16:27.796Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-04T21:16:28.072Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-04T21:16:28.284Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-04T21:16:28.728Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-04T21:17:04.512Z Downloading crates ...
2612026-06-04T21:17:04.596Z Downloaded fastrand v2.3.0
2622026-06-04T21:17:04.601Z Downloaded anstyle-query v1.1.5
2632026-06-04T21:17:04.602Z Downloaded cargo_metadata v0.21.0
2642026-06-04T21:17:04.605Z Downloaded camino v1.2.2
2652026-06-04T21:17:04.614Z Downloaded syn v1.0.109
2662026-06-04T21:17:04.621Z Downloaded thiserror-impl v2.0.18
2672026-06-04T21:17:04.626Z Downloaded scroll v0.12.0
2682026-06-04T21:17:04.626Z Downloaded anyhow v1.0.102
2692026-06-04T21:17:04.630Z Downloaded anstyle-parse v0.2.7
2702026-06-04T21:17:04.630Z Downloaded form_urlencoded v1.2.2
2712026-06-04T21:17:04.630Z Downloaded dtrace-parser v0.2.0
2722026-06-04T21:17:04.630Z Downloaded displaydoc v0.2.5
2732026-06-04T21:17:04.633Z Downloaded clap_lex v1.0.0
2742026-06-04T21:17:04.633Z Downloaded cargo-util-schemas v0.8.2
2752026-06-04T21:17:04.633Z Downloaded camino-tempfile v1.4.1
2762026-06-04T21:17:04.637Z Downloaded usdt-attr-macro v0.5.0
2772026-06-04T21:17:04.638Z Downloaded unicode-linebreak v0.1.5
2782026-06-04T21:17:04.638Z Downloaded crypto-common v0.1.7
2792026-06-04T21:17:04.638Z Downloaded cfg-if v1.0.4
2802026-06-04T21:17:04.638Z Downloaded dof v0.3.0
2812026-06-04T21:17:04.641Z Downloaded ucd-trie v0.1.7
2822026-06-04T21:17:04.641Z Downloaded generic-array v0.14.7
2832026-06-04T21:17:04.641Z Downloaded equivalent v1.0.2
2842026-06-04T21:17:04.641Z Downloaded clap_derive v4.5.55
2852026-06-04T21:17:04.645Z Downloaded zerofrom-derive v0.1.6
2862026-06-04T21:17:04.645Z Downloaded utf8parse v0.2.2
2872026-06-04T21:17:04.645Z Downloaded errno v0.3.14
2882026-06-04T21:17:04.645Z Downloaded byteorder v1.5.0
2892026-06-04T21:17:04.647Z Downloaded thread-id v4.2.2
2902026-06-04T21:17:04.647Z Downloaded anstyle v1.0.13
2912026-06-04T21:17:04.647Z Downloaded utf8_iter v1.0.4
2922026-06-04T21:17:04.647Z Downloaded thiserror v1.0.69
2932026-06-04T21:17:04.653Z Downloaded toml_edit v0.22.27
2942026-06-04T21:17:04.653Z Downloaded toml_datetime v0.6.11
2952026-06-04T21:17:04.656Z Downloaded terminal_size v0.4.3
2962026-06-04T21:17:04.656Z Downloaded semver v1.0.28
2972026-06-04T21:17:04.660Z Downloaded cargo_toml v0.21.0
2982026-06-04T21:17:04.660Z Downloaded autocfg v1.5.0
2992026-06-04T21:17:04.660Z Downloaded idna_adapter v1.2.1
3002026-06-04T21:17:04.660Z Downloaded typeid v1.0.3
3012026-06-04T21:17:04.660Z Downloaded stable_deref_trait v1.2.1
3022026-06-04T21:17:04.665Z Downloaded writeable v0.6.2
3032026-06-04T21:17:04.665Z Downloaded version_check v0.9.5
3042026-06-04T21:17:04.665Z Downloaded usdt v0.5.0
3052026-06-04T21:17:04.665Z Downloaded clap v4.5.60
3062026-06-04T21:17:04.672Z Downloaded litemap v0.8.1
3072026-06-04T21:17:04.677Z Downloaded textwrap v0.16.2
3082026-06-04T21:17:04.677Z Downloaded tinystr v0.8.2
3092026-06-04T21:17:04.677Z Downloaded zerocopy-derive v0.7.35
3102026-06-04T21:17:04.677Z Downloaded macaddr v1.0.1
3112026-06-04T21:17:04.677Z Downloaded tabled_derive v0.7.0
3122026-06-04T21:17:04.685Z Downloaded potential_utf v0.1.4
3132026-06-04T21:17:04.686Z Downloaded block-buffer v0.10.4
3142026-06-04T21:17:04.686Z Downloaded zerotrie v0.2.3
3152026-06-04T21:17:04.686Z Downloaded plain v0.2.3
3162026-06-04T21:17:04.686Z Downloaded memmap v0.7.0
3172026-06-04T21:17:04.689Z Downloaded anstream v0.6.21
3182026-06-04T21:17:04.690Z Downloaded typenum v1.19.0
3192026-06-04T21:17:04.690Z Downloaded scroll_derive v0.12.1
3202026-06-04T21:17:04.690Z Downloaded heck v0.5.0
3212026-06-04T21:17:04.704Z Downloaded url v2.5.8
3222026-06-04T21:17:04.704Z Downloaded swrite v0.1.0
3232026-06-04T21:17:04.704Z Downloaded percent-encoding v2.3.2
3242026-06-04T21:17:04.705Z Downloaded zerovec v0.11.5
3252026-06-04T21:17:04.705Z Downloaded heck v0.4.1
3262026-06-04T21:17:04.705Z Downloaded zerocopy v0.7.35
3272026-06-04T21:17:04.708Z Downloaded synstructure v0.13.2
3282026-06-04T21:17:04.711Z Downloaded fnv v1.0.7
3292026-06-04T21:17:04.711Z Downloaded colorchoice v1.0.4
3302026-06-04T21:17:04.711Z Downloaded serde-value v0.7.0
3312026-06-04T21:17:04.711Z Downloaded cpufeatures v0.2.17
3322026-06-04T21:17:04.717Z Downloaded winnow v0.7.14
3332026-06-04T21:17:04.722Z Downloaded toml v0.8.23
3342026-06-04T21:17:04.722Z Downloaded quote v1.0.45
3352026-06-04T21:17:04.728Z Downloaded usdt-impl v0.5.0
3362026-06-04T21:17:04.728Z Downloaded icu_normalizer v2.1.1
3372026-06-04T21:17:04.728Z Downloaded zerovec-derive v0.11.2
3382026-06-04T21:17:04.728Z Downloaded toml_write v0.1.2
3392026-06-04T21:17:04.728Z Downloaded thiserror-impl v1.0.69
3402026-06-04T21:17:04.728Z Downloaded proc-macro-error v1.0.4
3412026-06-04T21:17:04.732Z Downloaded unicode-xid v0.2.6
3422026-06-04T21:17:04.733Z Downloaded usdt-macro v0.5.0
3432026-06-04T21:17:04.733Z Downloaded thiserror v2.0.18
3442026-06-04T21:17:04.736Z Downloaded unicode-ident v1.0.24
3452026-06-04T21:17:04.741Z Downloaded strsim v0.11.1
3462026-06-04T21:17:04.747Z Downloaded pretty-hex v0.4.1
3472026-06-04T21:17:04.747Z Downloaded is_terminal_polyfill v1.70.2
3482026-06-04T21:17:04.748Z Downloaded unicode-width v0.2.0
3492026-06-04T21:17:04.755Z Downloaded zmij v1.0.21
3502026-06-04T21:17:04.755Z Downloaded unicode-width v0.1.14
3512026-06-04T21:17:04.755Z Downloaded yoke v0.8.1
3522026-06-04T21:17:04.755Z Downloaded tempfile v3.25.0
3532026-06-04T21:17:04.759Z Downloaded serde_spanned v0.6.9
3542026-06-04T21:17:04.759Z Downloaded zerofrom v0.1.6
3552026-06-04T21:17:04.760Z Downloaded yoke-derive v0.8.1
3562026-06-04T21:17:04.760Z Downloaded smawk v0.3.2
3572026-06-04T21:17:04.760Z Downloaded ordered-float v2.10.1
3582026-06-04T21:17:04.760Z Downloaded cargo-platform v0.2.0
3592026-06-04T21:17:04.760Z Downloaded getrandom v0.4.1
3602026-06-04T21:17:04.764Z Downloaded serde_derive v1.0.228
3612026-06-04T21:17:04.764Z Downloaded digest v0.10.7
3622026-06-04T21:17:04.764Z Downloaded erased-serde v0.4.9
3632026-06-04T21:17:04.764Z Downloaded serde-untagged v0.1.9
3642026-06-04T21:17:04.768Z Downloaded num-traits v0.2.19
3652026-06-04T21:17:04.768Z Downloaded proc-macro-error-attr v1.0.4
3662026-06-04T21:17:04.768Z Downloaded pest_generator v2.8.6
3672026-06-04T21:17:04.772Z Downloaded sha2 v0.10.9
3682026-06-04T21:17:04.773Z Downloaded once_cell v1.21.3
3692026-06-04T21:17:04.773Z Downloaded bytecount v0.6.9
3702026-06-04T21:17:04.780Z Downloaded itoa v1.0.17
3712026-06-04T21:17:04.780Z Downloaded fs-err v3.3.0
3722026-06-04T21:17:04.786Z Downloaded icu_provider v2.1.1
3732026-06-04T21:17:04.786Z Downloaded serde_tokenstream v0.2.3
3742026-06-04T21:17:04.786Z Downloaded icu_properties v2.1.2
3752026-06-04T21:17:04.795Z Downloaded smallvec v1.15.1
3762026-06-04T21:17:04.798Z Downloaded pest_derive v2.8.6
3772026-06-04T21:17:04.798Z Downloaded indexmap v2.14.0
3782026-06-04T21:17:04.805Z Downloaded proc-macro2 v1.0.106
3792026-06-04T21:17:04.809Z Downloaded pest_meta v2.8.6
3802026-06-04T21:17:04.809Z Downloaded icu_locale_core v2.1.1
3812026-06-04T21:17:04.812Z Downloaded bitflags v2.11.0
3822026-06-04T21:17:04.816Z Downloaded serde_core v1.0.228
3832026-06-04T21:17:04.819Z Downloaded log v0.4.29
3842026-06-04T21:17:04.838Z Downloaded papergrid v0.11.0
3852026-06-04T21:17:04.838Z Downloaded icu_normalizer_data v2.1.1
3862026-06-04T21:17:04.840Z Downloaded serde_json v1.0.149
3872026-06-04T21:17:04.845Z Downloaded serde v1.0.228
3882026-06-04T21:17:04.849Z Downloaded icu_properties_data v2.1.2
3892026-06-04T21:17:04.856Z Downloaded memchr v2.8.0
3902026-06-04T21:17:04.859Z Downloaded clap_builder v4.5.60
3912026-06-04T21:17:04.864Z Downloaded pest v2.8.6
3922026-06-04T21:17:04.866Z Downloaded icu_collections v2.1.1
3932026-06-04T21:17:04.872Z Downloaded hashbrown v0.17.0
3942026-06-04T21:17:04.875Z Downloaded idna v1.1.0
3952026-06-04T21:17:04.878Z Downloaded goblin v0.8.2
3962026-06-04T21:17:04.888Z Downloaded tabled v0.15.0
3972026-06-04T21:17:04.898Z Downloaded syn v2.0.117
3982026-06-04T21:17:04.919Z Downloaded rustix v1.1.3
3992026-06-04T21:17:04.946Z Downloaded libc v0.2.185
4002026-06-04T21:17:05.014Z Compiling proc-macro2 v1.0.106
4012026-06-04T21:17:05.017Z Compiling quote v1.0.45
4022026-06-04T21:17:05.017Z Compiling unicode-ident v1.0.24
4032026-06-04T21:17:05.017Z Compiling serde_core v1.0.228
4042026-06-04T21:17:05.017Z Compiling libc v0.2.185
4052026-06-04T21:17:05.017Z Compiling version_check v0.9.5
4062026-06-04T21:17:05.017Z Compiling memchr v2.8.0
4072026-06-04T21:17:05.017Z Compiling serde v1.0.228
4082026-06-04T21:17:05.017Z Compiling stable_deref_trait v1.2.1
4092026-06-04T21:17:05.200Z Compiling zmij v1.0.21
4102026-06-04T21:17:05.203Z Compiling ucd-trie v0.1.7
4112026-06-04T21:17:05.203Z Compiling thiserror v1.0.69
4122026-06-04T21:17:05.203Z Compiling autocfg v1.5.0
4132026-06-04T21:17:05.203Z Compiling itoa v1.0.17
4142026-06-04T21:17:05.203Z Compiling writeable v0.6.2
4152026-06-04T21:17:05.410Z Compiling litemap v0.8.1
4162026-06-04T21:17:05.420Z Compiling icu_normalizer_data v2.1.1
4172026-06-04T21:17:05.476Z Compiling rustix v1.1.3
4182026-06-04T21:17:05.555Z Compiling byteorder v1.5.0
4192026-06-04T21:17:05.717Z Compiling icu_properties_data v2.1.2
4202026-06-04T21:17:05.844Z Compiling pest v2.8.6
4212026-06-04T21:17:05.865Z Compiling bitflags v2.11.0
4222026-06-04T21:17:05.865Z Compiling serde_json v1.0.149
4232026-06-04T21:17:05.907Z Compiling num-traits v0.2.19
4242026-06-04T21:17:06.032Z Compiling smallvec v1.15.1
4252026-06-04T21:17:06.051Z Compiling equivalent v1.0.2
4262026-06-04T21:17:06.103Z Compiling hashbrown v0.17.0
4272026-06-04T21:17:06.133Z Compiling typeid v1.0.3
4282026-06-04T21:17:06.182Z Compiling errno v0.3.14
4292026-06-04T21:17:06.224Z Compiling thread-id v4.2.2
4302026-06-04T21:17:06.262Z Compiling proc-macro-error-attr v1.0.4
4312026-06-04T21:17:06.285Z Compiling usdt-impl v0.5.0
4322026-06-04T21:17:06.295Z Compiling syn v1.0.109
4332026-06-04T21:17:06.295Z Compiling winnow v0.7.14
4342026-06-04T21:17:06.296Z Compiling toml_write v0.1.2
4352026-06-04T21:17:06.350Z Compiling erased-serde v0.4.9
4362026-06-04T21:17:06.386Z Compiling proc-macro-error v1.0.4
4372026-06-04T21:17:06.392Z Compiling utf8parse v0.2.2
4382026-06-04T21:17:06.662Z Compiling plain v0.2.3
4392026-06-04T21:17:06.690Z Compiling percent-encoding v2.3.2
4402026-06-04T21:17:06.690Z Compiling thiserror v2.0.18
4412026-06-04T21:17:06.690Z Compiling indexmap v2.14.0
4422026-06-04T21:17:06.720Z Compiling getrandom v0.4.1
4432026-06-04T21:17:06.741Z Compiling log v0.4.29
4442026-06-04T21:17:06.752Z Compiling syn v2.0.117
4452026-06-04T21:17:06.757Z Compiling camino v1.2.2
4462026-06-04T21:17:06.794Z Compiling utf8_iter v1.0.4
4472026-06-04T21:17:06.840Z Compiling form_urlencoded v1.2.2
4482026-06-04T21:17:06.950Z Compiling pest_meta v2.8.6
4492026-06-04T21:17:07.056Z Compiling ordered-float v2.10.1
4502026-06-04T21:17:07.094Z Compiling anstyle-parse v0.2.7
4512026-06-04T21:17:07.154Z Compiling anstyle v1.0.13
4522026-06-04T21:17:07.190Z Compiling cfg-if v1.0.4
4532026-06-04T21:17:07.237Z Compiling is_terminal_polyfill v1.70.2
4542026-06-04T21:17:07.280Z Compiling terminal_size v0.4.3
4552026-06-04T21:17:07.298Z Compiling anstyle-query v1.1.5
4562026-06-04T21:17:07.312Z Compiling colorchoice v1.0.4
4572026-06-04T21:17:07.340Z Compiling pretty-hex v0.4.1
4582026-06-04T21:17:07.376Z Compiling fs-err v3.3.0
4592026-06-04T21:17:07.427Z Compiling anstream v0.6.21
4602026-06-04T21:17:07.448Z Compiling unicode-xid v0.2.6
4612026-06-04T21:17:07.511Z Compiling unicode-width v0.1.14
4622026-06-04T21:17:07.609Z Compiling once_cell v1.21.3
4632026-06-04T21:17:07.609Z Compiling heck v0.4.1
4642026-06-04T21:17:07.609Z Compiling clap_lex v1.0.0
4652026-06-04T21:17:07.610Z Compiling fastrand v2.3.0
4662026-06-04T21:17:07.610Z Compiling heck v0.5.0
4672026-06-04T21:17:07.639Z Compiling strsim v0.11.1
4682026-06-04T21:17:07.756Z Compiling fnv v1.0.7
4692026-06-04T21:17:07.767Z Compiling anyhow v1.0.102
4702026-06-04T21:17:07.795Z Compiling bytecount v0.6.9
4712026-06-04T21:17:07.871Z Compiling semver v1.0.28
4722026-06-04T21:17:07.982Z Compiling clap_builder v4.5.60
4732026-06-04T21:17:07.982Z Compiling tempfile v3.25.0
4742026-06-04T21:17:08.007Z Compiling papergrid v0.11.0
4752026-06-04T21:17:08.007Z Compiling memmap v0.7.0
4762026-06-04T21:17:08.073Z Compiling unicode-linebreak v0.1.5
4772026-06-04T21:17:08.195Z Compiling unicode-width v0.2.0
4782026-06-04T21:17:08.230Z Compiling smawk v0.3.2
4792026-06-04T21:17:08.264Z Compiling serde-untagged v0.1.9
4802026-06-04T21:17:08.307Z Compiling camino-tempfile v1.4.1
4812026-06-04T21:17:08.366Z Compiling swrite v0.1.0
4822026-06-04T21:17:08.395Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-06-04T21:17:08.485Z Compiling textwrap v0.16.2
4842026-06-04T21:17:08.770Z Compiling tabled_derive v0.7.0
4852026-06-04T21:17:09.429Z Compiling synstructure v0.13.2
4862026-06-04T21:17:09.430Z Compiling pest_generator v2.8.6
4872026-06-04T21:17:09.459Z Compiling tabled v0.15.0
4882026-06-04T21:17:09.957Z Compiling serde_derive v1.0.228
4892026-06-04T21:17:09.984Z Compiling zerofrom-derive v0.1.6
4902026-06-04T21:17:09.984Z Compiling yoke-derive v0.8.1
4912026-06-04T21:17:09.984Z Compiling zerovec-derive v0.11.2
4922026-06-04T21:17:09.984Z Compiling displaydoc v0.2.5
4932026-06-04T21:17:09.984Z Compiling thiserror-impl v1.0.69
4942026-06-04T21:17:09.984Z Compiling zerocopy-derive v0.7.35
4952026-06-04T21:17:09.984Z Compiling scroll_derive v0.12.1
4962026-06-04T21:17:09.984Z Compiling thiserror-impl v2.0.18
4972026-06-04T21:17:09.993Z Compiling clap_derive v4.5.55
4982026-06-04T21:17:10.043Z Compiling pest_derive v2.8.6
4992026-06-04T21:17:10.764Z Compiling zerocopy v0.7.35
5002026-06-04T21:17:10.780Z Compiling scroll v0.12.0
5012026-06-04T21:17:11.010Z Compiling goblin v0.8.2
5022026-06-04T21:17:11.149Z Compiling zerofrom v0.1.6
5032026-06-04T21:17:11.192Z Compiling dtrace-parser v0.2.0
5042026-06-04T21:17:11.255Z Compiling yoke v0.8.1
5052026-06-04T21:17:11.430Z Compiling zerovec v0.11.5
5062026-06-04T21:17:11.430Z Compiling zerotrie v0.2.3
5072026-06-04T21:17:11.499Z Compiling clap v4.5.60
5082026-06-04T21:17:11.920Z Compiling tinystr v0.8.2
5092026-06-04T21:17:11.920Z Compiling potential_utf v0.1.4
5102026-06-04T21:17:12.057Z Compiling icu_collections v2.1.1
5112026-06-04T21:17:12.075Z Compiling icu_locale_core v2.1.1
5122026-06-04T21:17:12.627Z Compiling icu_provider v2.1.1
5132026-06-04T21:17:12.642Z Compiling dof v0.3.0
5142026-06-04T21:17:12.642Z Compiling serde_tokenstream v0.2.3
5152026-06-04T21:17:12.653Z Compiling toml_datetime v0.6.11
5162026-06-04T21:17:12.653Z Compiling serde_spanned v0.6.9
5172026-06-04T21:17:12.663Z Compiling serde-value v0.7.0
5182026-06-04T21:17:12.663Z Compiling cargo-platform v0.2.0
5192026-06-04T21:17:12.663Z Compiling macaddr v1.0.1
5202026-06-04T21:17:12.861Z Compiling icu_normalizer v2.1.1
5212026-06-04T21:17:12.862Z Compiling icu_properties v2.1.2
5222026-06-04T21:17:12.862Z Compiling toml_edit v0.22.27
5232026-06-04T21:17:13.375Z Compiling usdt-attr-macro v0.5.0
5242026-06-04T21:17:13.399Z Compiling usdt-macro v0.5.0
5252026-06-04T21:17:13.712Z Compiling idna_adapter v1.2.1
5262026-06-04T21:17:13.844Z Compiling idna v1.1.0
5272026-06-04T21:17:13.984Z Compiling usdt v0.5.0
5282026-06-04T21:17:14.078Z Compiling url v2.5.8
5292026-06-04T21:17:14.176Z Compiling toml v0.8.23
5302026-06-04T21:17:14.522Z Compiling cargo-util-schemas v0.8.2
5312026-06-04T21:17:14.522Z Compiling cargo_toml v0.21.0
5322026-06-04T21:17:15.371Z Compiling cargo_metadata v0.21.0
5332026-06-04T21:17:16.349Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-04T21:17:18.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
5352026-06-04T21:17:18.713Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-04T21:17:19.354Z Downloading crates ...
5372026-06-04T21:17:19.384Z Downloaded adler2 v2.0.1
5382026-06-04T21:17:19.391Z Downloaded aead v0.5.2
5392026-06-04T21:17:19.394Z Downloaded castaway v0.2.4
5402026-06-04T21:17:19.394Z Downloaded cfg_aliases v0.1.1
5412026-06-04T21:17:19.401Z Downloaded defmt-macros v1.0.1
5422026-06-04T21:17:19.418Z Downloaded ena v0.14.4
5432026-06-04T21:17:19.429Z Downloaded daft v0.1.7
5442026-06-04T21:17:19.433Z Downloaded des v0.8.1
5452026-06-04T21:17:19.433Z Downloaded bitvec v1.0.1
5462026-06-04T21:17:19.465Z Downloaded arrayref v0.3.9
5472026-06-04T21:17:19.472Z Downloaded chrono-tz v0.10.4
5482026-06-04T21:17:19.472Z Downloaded cargo-platform v0.3.2
5492026-06-04T21:17:19.472Z Downloaded async-stream v0.3.6
5502026-06-04T21:17:19.479Z Downloaded atomic-waker v1.1.2
5512026-06-04T21:17:19.479Z Downloaded assert_matches v1.5.0
5522026-06-04T21:17:19.479Z Downloaded darling v0.20.11
5532026-06-04T21:17:19.479Z Downloaded cstr-argument v0.1.2
5542026-06-04T21:17:19.479Z Downloaded bitfield-macros v0.19.4
5552026-06-04T21:17:19.483Z Downloaded ascii-canvas v3.0.0
5562026-06-04T21:17:19.483Z Downloaded curve25519-dalek v4.1.3
5572026-06-04T21:17:19.483Z Downloaded convert_case v0.4.0
5582026-06-04T21:17:19.483Z Downloaded block-padding v0.3.3
5592026-06-04T21:17:19.491Z Downloaded embedded-io v0.4.0
5602026-06-04T21:17:19.491Z Downloaded darling v0.13.4
5612026-06-04T21:17:19.491Z Downloaded arrayvec v0.7.6
5622026-06-04T21:17:19.512Z Downloaded cassowary v0.3.0
5632026-06-04T21:17:19.512Z Downloaded crunchy v0.2.4
5642026-06-04T21:17:19.513Z Downloaded difflib v0.4.0
5652026-06-04T21:17:19.513Z Downloaded const_format_proc_macros v0.2.34
5662026-06-04T21:17:19.513Z Downloaded daft-derive v0.1.7
5672026-06-04T21:17:19.513Z Downloaded csv-core v0.1.13
5682026-06-04T21:17:19.513Z Downloaded ciborium-io v0.2.2
5692026-06-04T21:17:19.513Z Downloaded bb8 v0.8.6
5702026-06-04T21:17:19.513Z Downloaded endian-type v0.1.2
5712026-06-04T21:17:19.513Z Downloaded float-ord v0.3.2
5722026-06-04T21:17:19.520Z Downloaded dirs-sys-next v0.1.2
5732026-06-04T21:17:19.521Z Downloaded crc8 v0.1.1
5742026-06-04T21:17:19.521Z Downloaded cfg_aliases v0.2.1
5752026-06-04T21:17:19.521Z Downloaded bit-set v0.8.0
5762026-06-04T21:17:19.521Z Downloaded ciborium-ll v0.2.2
5772026-06-04T21:17:19.521Z Downloaded bit-set v0.5.3
5782026-06-04T21:17:19.521Z Downloaded flagset v0.4.7
5792026-06-04T21:17:19.521Z Downloaded dropshot-api-manager-types v0.7.2
5802026-06-04T21:17:19.521Z Downloaded env_filter v1.0.0
5812026-06-04T21:17:19.521Z Downloaded foreign-types-macros v0.2.3
5822026-06-04T21:17:19.521Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-06-04T21:17:19.521Z Downloaded crc v3.4.0
5842026-06-04T21:17:19.521Z Downloaded float-cmp v0.10.0
5852026-06-04T21:17:19.521Z Downloaded darling_macro v0.13.4
5862026-06-04T21:17:19.521Z Downloaded atty v0.2.14
5872026-06-04T21:17:19.521Z Downloaded bitfield v0.19.4
5882026-06-04T21:17:19.521Z Downloaded dyn-clone v1.0.20
5892026-06-04T21:17:19.521Z Downloaded buf-list v1.1.2
5902026-06-04T21:17:19.549Z Downloaded darling_macro v0.21.3
5912026-06-04T21:17:19.549Z Downloaded ed25519 v2.2.3
5922026-06-04T21:17:19.549Z Downloaded crossbeam-deque v0.8.6
5932026-06-04T21:17:19.549Z Downloaded crucible-workspace-hack v0.1.0
5942026-06-04T21:17:19.549Z Downloaded bcrypt-pbkdf v0.10.0
5952026-06-04T21:17:19.549Z Downloaded crc-catalog v2.4.0
5962026-06-04T21:17:19.553Z Downloaded cpufeatures v0.3.0
5972026-06-04T21:17:19.553Z Downloaded foreign-types-shared v0.1.1
5982026-06-04T21:17:19.553Z Downloaded defmt v0.3.100
5992026-06-04T21:17:19.553Z Downloaded compression-codecs v0.4.37
6002026-06-04T21:17:19.553Z Downloaded blowfish v0.9.1
6012026-06-04T21:17:19.553Z Downloaded argon2 v0.5.3
6022026-06-04T21:17:19.553Z Downloaded fd-lock v4.0.4
6032026-06-04T21:17:19.553Z Downloaded curve25519-dalek-derive v0.1.1
6042026-06-04T21:17:19.553Z Downloaded dof v0.4.0
6052026-06-04T21:17:19.553Z Downloaded dirs-next v2.0.0
6062026-06-04T21:17:19.553Z Downloaded foreign-types v0.3.2
6072026-06-04T21:17:19.553Z Downloaded array-init v0.0.4
6082026-06-04T21:17:19.553Z Downloaded ahash v0.8.12
6092026-06-04T21:17:19.553Z Downloaded erased-serde v0.3.31
6102026-06-04T21:17:19.554Z Downloaded der_derive v0.7.3
6112026-06-04T21:17:19.554Z Downloaded defmt-parser v1.0.0
6122026-06-04T21:17:19.554Z Downloaded foreign-types v0.5.0
6132026-06-04T21:17:19.554Z Downloaded async-stream-impl v0.3.6
6142026-06-04T21:17:19.554Z Downloaded darling_macro v0.23.0
6152026-06-04T21:17:19.554Z Downloaded critical-section v1.2.0
6162026-06-04T21:17:19.554Z Downloaded bitfield-struct v0.6.2
6172026-06-04T21:17:19.554Z Downloaded display-error-chain v0.2.2
6182026-06-04T21:17:19.563Z Downloaded compression-core v0.4.31
6192026-06-04T21:17:19.563Z Downloaded atomicwrites v0.4.4
6202026-06-04T21:17:19.563Z Downloaded async-recursion v1.1.1
6212026-06-04T21:17:19.563Z Downloaded darling v0.21.3
6222026-06-04T21:17:19.570Z Downloaded darling v0.23.0
6232026-06-04T21:17:19.570Z Downloaded constant_time_eq v0.4.2
6242026-06-04T21:17:19.570Z Downloaded cmake v0.1.57
6252026-06-04T21:17:19.571Z Downloaded debug-ignore v1.0.5
6262026-06-04T21:17:19.571Z Downloaded chacha20 v0.9.1
6272026-06-04T21:17:19.578Z Downloaded cbc v0.1.2
6282026-06-04T21:17:19.578Z Downloaded downcast-rs v2.0.2
6292026-06-04T21:17:19.578Z Downloaded bit-vec v0.6.3
6302026-06-04T21:17:19.578Z Downloaded base64 v0.22.1
6312026-06-04T21:17:19.579Z Downloaded filetime v0.2.27
6322026-06-04T21:17:19.583Z Downloaded funty v2.0.0
6332026-06-04T21:17:19.583Z Downloaded cobs v0.3.0
6342026-06-04T21:17:19.583Z Downloaded derive-ex v0.1.8
6352026-06-04T21:17:19.583Z Downloaded env_logger v0.11.9
6362026-06-04T21:17:19.583Z Downloaded embedded-io v0.6.1
6372026-06-04T21:17:19.583Z Downloaded dunce v1.0.5
6382026-06-04T21:17:19.583Z Downloaded cipher v0.4.4
6392026-06-04T21:17:19.590Z Downloaded chacha20 v0.10.0
6402026-06-04T21:17:19.590Z Downloaded dsl_auto_type v0.2.0
6412026-06-04T21:17:19.590Z Downloaded cookie_store v0.22.1
6422026-06-04T21:17:19.590Z Downloaded fixedbitset v0.4.2
6432026-06-04T21:17:19.590Z Downloaded ghash v0.5.1
6442026-06-04T21:17:19.590Z Downloaded futures-io v0.3.32
6452026-06-04T21:17:19.598Z Downloaded dtrace-parser v0.3.0
6462026-06-04T21:17:19.598Z Downloaded crc32fast v1.5.0
6472026-06-04T21:17:19.598Z Downloaded foldhash v0.1.5
6482026-06-04T21:17:19.598Z Downloaded defmt v1.0.1
6492026-06-04T21:17:19.607Z Downloaded fxhash v0.2.1
6502026-06-04T21:17:19.607Z Downloaded find-msvc-tools v0.1.9
6512026-06-04T21:17:19.607Z Downloaded futures-task v0.3.32
6522026-06-04T21:17:19.607Z Downloaded futures-macro v0.3.32
6532026-06-04T21:17:19.607Z Downloaded futures-core v0.3.32
6542026-06-04T21:17:19.607Z Downloaded derive_builder_macro v0.20.2
6552026-06-04T21:17:19.608Z Downloaded bzip2 v0.4.4
6562026-06-04T21:17:19.608Z Downloaded bitflags v1.3.2
6572026-06-04T21:17:19.614Z Downloaded enum-as-inner v0.6.1
6582026-06-04T21:17:19.614Z Downloaded futures-sink v0.3.32
6592026-06-04T21:17:19.614Z Downloaded foldhash v0.2.0
6602026-06-04T21:17:19.614Z Downloaded fatfs v0.3.6
6612026-06-04T21:17:19.614Z Downloaded base64ct v1.8.3
6622026-06-04T21:17:19.614Z Downloaded git-stub v1.0.0
6632026-06-04T21:17:19.614Z Downloaded foreign-types-shared v0.3.1
6642026-06-04T21:17:19.618Z Downloaded document-features v0.2.12
6652026-06-04T21:17:19.618Z Downloaded derive_builder v0.20.2
6662026-06-04T21:17:19.618Z Downloaded convert_case v0.10.0
6672026-06-04T21:17:19.618Z Downloaded hash32 v0.3.1
6682026-06-04T21:17:19.625Z Downloaded hex-literal v0.4.1
6692026-06-04T21:17:19.625Z Downloaded headers-core v0.3.0
6702026-06-04T21:17:19.625Z Downloaded ctr v0.9.2
6712026-06-04T21:17:19.625Z Downloaded cookie v0.18.1
6722026-06-04T21:17:19.631Z Downloaded corncobs v0.1.4
6732026-06-04T21:17:19.631Z Downloaded hyper-tls v0.6.0
6742026-06-04T21:17:19.631Z Downloaded hex v0.4.3
6752026-06-04T21:17:19.631Z Downloaded home v0.5.12
6762026-06-04T21:17:19.631Z Downloaded hostname v0.3.1
6772026-06-04T21:17:19.631Z Downloaded globwalk v0.9.1
6782026-06-04T21:17:19.631Z Downloaded fallible-iterator v0.2.0
6792026-06-04T21:17:19.631Z Downloaded diesel-dtrace v0.5.0
6802026-06-04T21:17:19.642Z Downloaded gethostname v0.5.0
6812026-06-04T21:17:19.642Z Downloaded cargo_metadata v0.23.1
6822026-06-04T21:17:19.642Z Downloaded cancel-safe-futures v0.1.5
6832026-06-04T21:17:19.642Z Downloaded httpdate v1.0.3
6842026-06-04T21:17:19.651Z Downloaded http-body v1.0.1
6852026-06-04T21:17:19.651Z Downloaded http-range v0.1.5
6862026-06-04T21:17:19.651Z Downloaded either v1.15.0
6872026-06-04T21:17:19.651Z Downloaded hubpack_derive v0.1.1
6882026-06-04T21:17:19.652Z Downloaded hubpack v0.1.2
6892026-06-04T21:17:19.652Z Downloaded clang-sys v1.8.1
6902026-06-04T21:17:19.652Z Downloaded futures-executor v0.3.32
6912026-06-04T21:17:19.652Z Downloaded drift v0.2.0
6922026-06-04T21:17:19.667Z Downloaded illumos-nvpair-sys v0.2.0
6932026-06-04T21:17:19.667Z Downloaded ident_case v1.0.1
6942026-06-04T21:17:19.667Z Downloaded illumos-nvpair v0.3.0
6952026-06-04T21:17:19.667Z Downloaded diff v0.1.13
6962026-06-04T21:17:19.667Z Downloaded fs_extra v1.3.0
6972026-06-04T21:17:19.667Z Downloaded instant v0.1.13
6982026-06-04T21:17:19.672Z Downloaded inout v0.1.4
6992026-06-04T21:17:19.673Z Downloaded group v0.13.0
7002026-06-04T21:17:19.673Z Downloaded indoc v1.0.9
7012026-06-04T21:17:19.673Z Downloaded bzip2 v0.6.1
7022026-06-04T21:17:19.673Z Downloaded cexpr v0.6.0
7032026-06-04T21:17:19.673Z Downloaded is_ci v1.2.0
7042026-06-04T21:17:19.673Z Downloaded futures-channel v0.3.32
7052026-06-04T21:17:19.673Z Downloaded fs-err v2.11.0
7062026-06-04T21:17:19.673Z Downloaded derive_builder_core v0.20.2
7072026-06-04T21:17:19.673Z Downloaded globset v0.4.18
7082026-06-04T21:17:19.673Z Downloaded is-terminal v0.4.17
7092026-06-04T21:17:19.673Z Downloaded hash32 v0.2.1
7102026-06-04T21:17:19.673Z Downloaded glob v0.3.3
7112026-06-04T21:17:19.673Z Downloaded const-oid v0.9.6
7122026-06-04T21:17:19.683Z Downloaded colored v3.1.1
7132026-06-04T21:17:19.683Z Downloaded hostname v0.4.2
7142026-06-04T21:17:19.683Z Downloaded indent_write v2.2.0
7152026-06-04T21:17:19.683Z Downloaded ciborium v0.2.2
7162026-06-04T21:17:19.699Z Downloaded lazy_static v1.5.0
7172026-06-04T21:17:19.699Z Downloaded internet-checksum v0.2.1
7182026-06-04T21:17:19.699Z Downloaded instability v0.3.11
7192026-06-04T21:17:19.699Z Downloaded bcs v0.1.6
7202026-06-04T21:17:19.699Z Downloaded blake2 v0.10.6
7212026-06-04T21:17:19.699Z Downloaded ecdsa v0.16.9
7222026-06-04T21:17:19.699Z Downloaded elliptic-curve v0.13.8
7232026-06-04T21:17:19.704Z Downloaded backon v1.6.0
7242026-06-04T21:17:19.704Z Downloaded libscf-sys v1.1.0
7252026-06-04T21:17:19.704Z Downloaded kstat-rs v0.2.4
7262026-06-04T21:17:19.704Z Downloaded http-body-util v0.1.3
7272026-06-04T21:17:19.704Z Downloaded ff v0.13.1
7282026-06-04T21:17:19.705Z Downloaded const_format v0.2.35
7292026-06-04T21:17:19.705Z Downloaded fixedbitset v0.5.7
7302026-06-04T21:17:19.705Z Downloaded getrandom v0.2.17
7312026-06-04T21:17:19.705Z Downloaded dropshot_endpoint v0.17.0
7322026-06-04T21:17:19.705Z Downloaded flume v0.11.1
7332026-06-04T21:17:19.710Z Downloaded hyper-staticfile v0.10.1
7342026-06-04T21:17:19.711Z Downloaded crossbeam-epoch v0.9.18
7352026-06-04T21:17:19.711Z Downloaded linked-hash-map v0.5.6
7362026-06-04T21:17:19.711Z Downloaded lalrpop-util v0.19.12
7372026-06-04T21:17:19.711Z Downloaded git-stub-vcs v0.1.0
7382026-06-04T21:17:19.716Z Downloaded ipnet v2.11.0
7392026-06-04T21:17:19.716Z Downloaded crypto-bigint v0.5.5
7402026-06-04T21:17:19.724Z Downloaded ipnetwork v0.21.1
7412026-06-04T21:17:19.724Z Downloaded impl-trait-for-tuples v0.2.3
7422026-06-04T21:17:19.724Z Downloaded console v0.15.11
7432026-06-04T21:17:19.724Z Downloaded new_debug_unreachable v1.0.6
7442026-06-04T21:17:19.724Z Downloaded match_cfg v0.1.0
7452026-06-04T21:17:19.728Z Downloaded md5 v0.7.0
7462026-06-04T21:17:19.728Z Downloaded nodrop v0.1.14
7472026-06-04T21:17:19.728Z Downloaded derive_more v0.99.20
7482026-06-04T21:17:19.735Z Downloaded managed v0.8.0
7492026-06-04T21:17:19.735Z Downloaded half v1.8.3
7502026-06-04T21:17:19.735Z Downloaded highway v1.3.0
7512026-06-04T21:17:19.735Z Downloaded chacha20poly1305 v0.10.1
7522026-06-04T21:17:19.740Z Downloaded crossbeam-utils v0.8.21
7532026-06-04T21:17:19.741Z Downloaded num v0.4.3
7542026-06-04T21:17:19.741Z Downloaded maplit v1.0.2
7552026-06-04T21:17:19.741Z Downloaded multimap v0.10.1
7562026-06-04T21:17:19.741Z Downloaded memoffset v0.9.1
7572026-06-04T21:17:19.741Z Downloaded maybe-uninit v2.0.0
7582026-06-04T21:17:19.741Z Downloaded lzss v0.8.2
7592026-06-04T21:17:19.746Z Downloaded libefi-sys v0.1.0
7602026-06-04T21:17:19.746Z Downloaded nibble_vec v0.1.0
7612026-06-04T21:17:19.747Z Downloaded mime v0.3.17
7622026-06-04T21:17:19.747Z Downloaded ingot-types v0.1.2
7632026-06-04T21:17:19.747Z Downloaded derive-where v1.6.0
7642026-06-04T21:17:19.751Z Downloaded num-iter v0.1.45
7652026-06-04T21:17:19.751Z Downloaded newtype-uuid-macros v0.1.0
7662026-06-04T21:17:19.751Z Downloaded newline-converter v0.3.0
7672026-06-04T21:17:19.752Z Downloaded jobserver v0.1.34
7682026-06-04T21:17:19.758Z Downloaded bytes v1.11.1
7692026-06-04T21:17:19.758Z Downloaded humantime v2.3.0
7702026-06-04T21:17:19.765Z Downloaded getrandom v0.3.4
7712026-06-04T21:17:19.765Z Downloaded futures v0.3.32
7722026-06-04T21:17:19.765Z Downloaded num_threads v0.1.7
7732026-06-04T21:17:19.765Z Downloaded num_enum_derive v0.5.11
7742026-06-04T21:17:19.772Z Downloaded num-derive v0.3.3
7752026-06-04T21:17:19.772Z Downloaded openssl-probe v0.1.6
7762026-06-04T21:17:19.773Z Downloaded darling_core v0.23.0
7772026-06-04T21:17:19.773Z Downloaded oso-derive v0.27.3
7782026-06-04T21:17:19.773Z Downloaded opaque-debug v0.3.1
7792026-06-04T21:17:19.773Z Downloaded linear-map v1.2.0
7802026-06-04T21:17:19.773Z Downloaded compact_str v0.8.1
7812026-06-04T21:17:19.782Z Downloaded darling_core v0.13.4
7822026-06-04T21:17:19.796Z Downloaded num-conv v0.2.0
7832026-06-04T21:17:19.800Z Downloaded parse-display v0.10.0
7842026-06-04T21:17:19.800Z Downloaded packed_struct_codegen v0.10.1
7852026-06-04T21:17:19.800Z Downloaded mime_guess v2.0.5
7862026-06-04T21:17:19.800Z Downloaded openssl-probe v0.2.1
7872026-06-04T21:17:19.800Z Downloaded openssl-macros v0.1.1
7882026-06-04T21:17:19.800Z Downloaded newtype-uuid v1.3.2
7892026-06-04T21:17:19.800Z Downloaded native-tls v0.2.18
7902026-06-04T21:17:19.800Z Downloaded pbkdf2 v0.12.2
7912026-06-04T21:17:19.806Z Downloaded path-slash v0.1.5
7922026-06-04T21:17:19.806Z Downloaded hyper-rustls v0.27.7
7932026-06-04T21:17:19.807Z Downloaded half v2.7.1
7942026-06-04T21:17:19.807Z Downloaded newtype_derive v0.1.6
7952026-06-04T21:17:19.807Z Downloaded num-derive v0.4.2
7962026-06-04T21:17:19.807Z Downloaded crossbeam-channel v0.5.15
7972026-06-04T21:17:19.816Z Downloaded libsw v3.5.0
7982026-06-04T21:17:19.816Z Downloaded base64 v0.21.7
7992026-06-04T21:17:19.820Z Downloaded phf_shared v0.13.1
8002026-06-04T21:17:19.820Z Downloaded num-integer v0.1.46
8012026-06-04T21:17:19.820Z Downloaded nu-ansi-term v0.50.3
8022026-06-04T21:17:19.820Z Downloaded nanorand v0.7.0
8032026-06-04T21:17:19.820Z Downloaded peg-runtime v0.8.5
8042026-06-04T21:17:19.821Z Downloaded num_enum_derive v0.7.5
8052026-06-04T21:17:19.821Z Downloaded litrs v1.0.0
8062026-06-04T21:17:19.831Z Downloaded olpc-cjson v0.1.4
8072026-06-04T21:17:19.831Z Downloaded pbkdf2 v0.11.0
8082026-06-04T21:17:19.831Z Downloaded pin-utils v0.1.0
8092026-06-04T21:17:19.831Z Downloaded phf_shared v0.11.3
8102026-06-04T21:17:19.837Z Downloaded arc-swap v1.8.2
8112026-06-04T21:17:19.837Z Downloaded memmap2 v0.9.10
8122026-06-04T21:17:19.837Z Downloaded parse-size v1.1.0
8132026-06-04T21:17:19.837Z Downloaded num_enum v0.5.11
8142026-06-04T21:17:19.837Z Downloaded packed_struct v0.10.1
8152026-06-04T21:17:19.837Z Downloaded headers v0.4.1
8162026-06-04T21:17:19.844Z Downloaded multer v3.1.0
8172026-06-04T21:17:19.844Z Downloaded precomputed-hash v0.1.1
8182026-06-04T21:17:19.844Z Downloaded ignore v0.4.25
8192026-06-04T21:17:19.844Z Downloaded derive_more v2.1.1
8202026-06-04T21:17:19.848Z Downloaded parse-display-derive v0.10.0
8212026-06-04T21:17:19.857Z Downloaded predicates-tree v1.0.13
8222026-06-04T21:17:19.857Z Downloaded parking_lot_core v0.8.6
8232026-06-04T21:17:19.861Z Downloaded proc-macro-crate v3.4.0
8242026-06-04T21:17:19.861Z Downloaded password-hash v0.5.0
8252026-06-04T21:17:19.864Z Downloaded proc-macro-error-attr2 v2.0.0
8262026-06-04T21:17:19.864Z Downloaded httparse v1.10.1
8272026-06-04T21:17:19.867Z Downloaded hmac v0.12.1
8282026-06-04T21:17:19.867Z Downloaded progenitor-client v0.10.0
8292026-06-04T21:17:19.873Z Downloaded progenitor-client v0.14.0
8302026-06-04T21:17:19.873Z Downloaded phf v0.13.1
8312026-06-04T21:17:19.873Z Downloaded phf_shared v0.12.1
8322026-06-04T21:17:19.878Z Downloaded expectorate v1.2.0
8332026-06-04T21:17:19.878Z Downloaded num-rational v0.4.2
8342026-06-04T21:17:19.878Z Downloaded flate2 v1.1.9
8352026-06-04T21:17:19.878Z Downloaded oxide-tokio-rt v0.1.4
8362026-06-04T21:17:19.882Z Downloaded indexmap v1.9.3
8372026-06-04T21:17:19.882Z Downloaded diesel_derives v2.3.7
8382026-06-04T21:17:19.886Z Downloaded radium v0.7.0
8392026-06-04T21:17:19.886Z Downloaded phf v0.12.1
8402026-06-04T21:17:19.886Z Downloaded psl-types v2.0.11
8412026-06-04T21:17:19.889Z Downloaded progenitor-macro v0.14.0
8422026-06-04T21:17:19.889Z Downloaded progenitor-macro v0.13.0
8432026-06-04T21:17:19.889Z Downloaded progenitor-macro v0.11.2
8442026-06-04T21:17:19.889Z Downloaded owo-colors v4.3.0
8452026-06-04T21:17:19.896Z Downloaded libbz2-rs-sys v0.2.2
8462026-06-04T21:17:19.896Z Downloaded num-complex v0.4.6
8472026-06-04T21:17:19.896Z Downloaded derive_more-impl v2.1.1
8482026-06-04T21:17:19.900Z Downloaded pem v3.0.6
8492026-06-04T21:17:19.900Z Downloaded pin-project-lite v0.2.17
8502026-06-04T21:17:19.906Z Downloaded peg-macros v0.8.5
8512026-06-04T21:17:19.906Z Downloaded ppv-lite86 v0.2.21
8522026-06-04T21:17:19.906Z Downloaded postgres-protocol v0.6.10
8532026-06-04T21:17:19.913Z Downloaded poly1305 v0.8.0
8542026-06-04T21:17:19.913Z Downloaded predicates-core v1.0.10
8552026-06-04T21:17:19.913Z Downloaded polyval v0.6.2
8562026-06-04T21:17:19.913Z Downloaded parking_lot v0.12.5
8572026-06-04T21:17:19.913Z Downloaded parking_lot v0.11.2
8582026-06-04T21:17:19.914Z Downloaded primeorder v0.13.6
8592026-06-04T21:17:19.914Z Downloaded pkg-config v0.3.32
8602026-06-04T21:17:19.928Z Downloaded rand_chacha v0.3.1
8612026-06-04T21:17:19.929Z Downloaded progenitor v0.11.2
8622026-06-04T21:17:19.929Z Downloaded paste v1.0.15
8632026-06-04T21:17:19.929Z Downloaded hickory-resolver v0.25.2
8642026-06-04T21:17:19.935Z Downloaded peg v0.8.5
8652026-06-04T21:17:19.935Z Downloaded recursive-proc-macro-impl v0.1.1
8662026-06-04T21:17:19.935Z Downloaded progenitor-client v0.13.0
8672026-06-04T21:17:19.936Z Downloaded progenitor-client v0.11.2
8682026-06-04T21:17:19.936Z Downloaded heapless v0.7.17
8692026-06-04T21:17:19.936Z Downloaded progenitor v0.14.0
8702026-06-04T21:17:19.936Z Downloaded num_enum v0.7.5
8712026-06-04T21:17:19.936Z Downloaded progenitor-extras v0.2.0
8722026-06-04T21:17:19.936Z Downloaded der v0.7.10
8732026-06-04T21:17:19.951Z Downloaded omicron-zone-package v0.12.2
8742026-06-04T21:17:19.951Z Downloaded proc-macro-crate v1.3.1
8752026-06-04T21:17:19.951Z Downloaded password-hash v0.4.2
8762026-06-04T21:17:19.951Z Downloaded oxnet v0.1.4
8772026-06-04T21:17:19.955Z Downloaded pin-project-internal v1.1.11
8782026-06-04T21:17:19.955Z Downloaded ref-cast v1.0.25
8792026-06-04T21:17:19.955Z Downloaded pem-rfc7468 v0.7.0
8802026-06-04T21:17:19.955Z Downloaded rtoolbox v0.0.3
8812026-06-04T21:17:19.955Z Downloaded heapless v0.8.0
8822026-06-04T21:17:19.955Z Downloaded rustc_version v0.1.7
8832026-06-04T21:17:19.955Z Downloaded russh-cryptovec v0.7.3
8842026-06-04T21:17:19.955Z Downloaded pkcs5 v0.7.1
8852026-06-04T21:17:19.956Z Downloaded cc v1.2.56
8862026-06-04T21:17:19.960Z Downloaded rfc6979 v0.4.0
8872026-06-04T21:17:19.960Z Downloaded recursive v0.1.1
8882026-06-04T21:17:19.960Z Downloaded rand_xorshift v0.4.0
8892026-06-04T21:17:19.960Z Downloaded rand_core v0.6.4
8902026-06-04T21:17:19.960Z Downloaded indicatif v0.18.4
8912026-06-04T21:17:19.965Z Downloaded rustc_version v0.4.1
8922026-06-04T21:17:19.965Z Downloaded rand_core v0.9.5
8932026-06-04T21:17:19.965Z Downloaded quick-error v1.2.3
8942026-06-04T21:17:19.965Z Downloaded powerfmt v0.2.0
8952026-06-04T21:17:19.965Z Downloaded postcard v1.1.3
8962026-06-04T21:17:19.983Z Downloaded lock_api v0.4.14
8972026-06-04T21:17:19.983Z Downloaded pkcs8 v0.10.2
8982026-06-04T21:17:19.990Z Downloaded jiff-static v0.2.21
8992026-06-04T21:17:19.990Z Downloaded libsw-core v0.3.2
9002026-06-04T21:17:19.990Z Downloaded libloading v0.8.9
9012026-06-04T21:17:19.990Z Downloaded ed25519-dalek v2.2.0
9022026-06-04T21:17:19.990Z Downloaded rustc-hash v2.1.1
9032026-06-04T21:17:19.990Z Downloaded p256 v0.13.2
9042026-06-04T21:17:19.990Z Downloaded darling_core v0.20.11
9052026-06-04T21:17:19.990Z Downloaded rand_chacha v0.9.0
9062026-06-04T21:17:19.991Z Downloaded r2d2 v0.8.10
9072026-06-04T21:17:19.991Z Downloaded rand_seeder v0.4.0
9082026-06-04T21:17:19.991Z Downloaded ref-cast-impl v1.0.25
9092026-06-04T21:17:19.991Z Downloaded progenitor v0.13.0
9102026-06-04T21:17:19.991Z Downloaded miniz_oxide v0.8.9
9112026-06-04T21:17:19.991Z Downloaded scopeguard v1.2.0
9122026-06-04T21:17:19.995Z Downloaded same-file v1.0.6
9132026-06-04T21:17:19.995Z Downloaded resolv-conf v0.7.6
9142026-06-04T21:17:19.995Z Downloaded nonempty v0.12.0
9152026-06-04T21:17:19.996Z Downloaded scheduled-thread-pool v0.2.7
9162026-06-04T21:17:19.996Z Downloaded salsa20 v0.10.2
9172026-06-04T21:17:19.996Z Downloaded ingot-macros v0.1.1
9182026-06-04T21:17:20.003Z Downloaded secrecy v0.8.0
9192026-06-04T21:17:20.003Z Downloaded seq-macro v0.3.6
9202026-06-04T21:17:20.003Z Downloaded secrecy v0.10.3
9212026-06-04T21:17:20.003Z Downloaded parking_lot_core v0.9.12
9222026-06-04T21:17:20.007Z Downloaded papergrid v0.17.0
9232026-06-04T21:17:20.007Z Downloaded hickory-server v0.25.2
9242026-06-04T21:17:20.007Z Downloaded scroll_derive v0.13.1
9252026-06-04T21:17:20.007Z Downloaded sapling-renderdag v0.1.0
9262026-06-04T21:17:20.018Z Downloaded ingot v0.1.1
9272026-06-04T21:17:20.018Z Downloaded iana-time-zone v0.1.65
9282026-06-04T21:17:20.018Z Downloaded crossterm v0.28.1
9292026-06-04T21:17:20.024Z Downloaded serde-big-array v0.5.1
9302026-06-04T21:17:20.024Z Downloaded pin-project v1.1.11
9312026-06-04T21:17:20.031Z Downloaded serde_spanned v1.0.4
9322026-06-04T21:17:20.031Z Downloaded hyper-util v0.1.20
9332026-06-04T21:17:20.031Z Downloaded serde_bytes v0.11.19
9342026-06-04T21:17:20.031Z Downloaded semver v0.1.20
9352026-06-04T21:17:20.031Z Downloaded serde_urlencoded v0.7.1
9362026-06-04T21:17:20.041Z Downloaded rand_core v0.10.0
9372026-06-04T21:17:20.041Z Downloaded shell-words v1.1.1
9382026-06-04T21:17:20.041Z Downloaded signal-hook-mio v0.2.5
9392026-06-04T21:17:20.041Z Downloaded serde_plain v1.0.2
9402026-06-04T21:17:20.041Z Downloaded postgres-types v0.2.12
9412026-06-04T21:17:20.041Z Downloaded pkcs1 v0.7.5
9422026-06-04T21:17:20.041Z Downloaded dropshot-api-manager v0.7.2
9432026-06-04T21:17:20.064Z Downloaded sha1 v0.10.6
9442026-06-04T21:17:20.064Z Downloaded aes v0.8.4
9452026-06-04T21:17:20.064Z Downloaded signal-hook-tokio v0.3.1
9462026-06-04T21:17:20.065Z Downloaded rustls-pemfile v1.0.4
9472026-06-04T21:17:20.068Z Downloaded http v1.4.0
9482026-06-04T21:17:20.068Z Downloaded rustls-native-certs v0.8.3
9492026-06-04T21:17:20.069Z Downloaded serde_repr v0.1.20
9502026-06-04T21:17:20.069Z Downloaded predicates v3.1.4
9512026-06-04T21:17:20.069Z Downloaded scroll v0.13.0
9522026-06-04T21:17:20.069Z Downloaded sigpipe v0.1.3
9532026-06-04T21:17:20.069Z Downloaded rustls-pemfile v2.2.0
9542026-06-04T21:17:20.069Z Downloaded oso v0.27.3
9552026-06-04T21:17:20.069Z Downloaded hashbrown v0.12.3
9562026-06-04T21:17:20.069Z Downloaded rustversion v1.0.22
9572026-06-04T21:17:20.069Z Downloaded psm v0.1.30
9582026-06-04T21:17:20.077Z Downloaded proc-macro-error2 v2.0.1
9592026-06-04T21:17:20.078Z Downloaded slog-envlogger v2.2.0
9602026-06-04T21:17:20.078Z Downloaded slog-bunyan v2.5.0
9612026-06-04T21:17:20.078Z Downloaded hashbrown v0.13.2
9622026-06-04T21:17:20.084Z Downloaded progenitor-impl v0.14.0
9632026-06-04T21:17:20.085Z Downloaded serde_path_to_error v0.1.20
9642026-06-04T21:17:20.085Z Downloaded serde-hex v0.1.0
9652026-06-04T21:17:20.085Z Downloaded quinn-udp v0.5.14
9662026-06-04T21:17:20.085Z Downloaded russh-keys v0.45.0
9672026-06-04T21:17:20.101Z Downloaded hickory-resolver v0.24.4
9682026-06-04T21:17:20.101Z Downloaded signature v2.2.0
9692026-06-04T21:17:20.101Z Downloaded scrypt v0.11.0
9702026-06-04T21:17:20.101Z Downloaded openssl-sys v0.9.115
9712026-06-04T21:17:20.113Z Downloaded pretty_assertions v1.4.1
9722026-06-04T21:17:20.113Z Downloaded async-compression v0.4.41
9732026-06-04T21:17:20.113Z Downloaded ssh-encoding v0.2.0
9742026-06-04T21:17:20.113Z Downloaded aes-gcm v0.10.3
9752026-06-04T21:17:20.113Z Downloaded strip-ansi-escapes v0.2.1
9762026-06-04T21:17:20.113Z Downloaded siphasher v1.0.2
9772026-06-04T21:17:20.122Z Downloaded rustls-pki-types v1.14.0
9782026-06-04T21:17:20.122Z Downloaded prettyplease v0.2.37
9792026-06-04T21:17:20.122Z Downloaded mio v1.2.0
9802026-06-04T21:17:20.122Z Downloaded signal-hook-registry v1.4.8
9812026-06-04T21:17:20.122Z Downloaded serde_with_macros v1.5.2
9822026-06-04T21:17:20.122Z Downloaded strsim v0.10.0
9832026-06-04T21:17:20.123Z Downloaded serde_derive_internals v0.29.1
9842026-06-04T21:17:20.123Z Downloaded schemars_derive v0.8.22
9852026-06-04T21:17:20.123Z Downloaded strum v0.26.3
9862026-06-04T21:17:20.123Z Downloaded sqlparser_derive v0.5.0
9872026-06-04T21:17:20.123Z Downloaded rcgen v0.12.1
9882026-06-04T21:17:20.133Z Downloaded slog-stdlog v4.1.1
9892026-06-04T21:17:20.133Z Downloaded slog-async v2.8.0
9902026-06-04T21:17:20.133Z Downloaded rusty-fork v0.3.1
9912026-06-04T21:17:20.133Z Downloaded crc-any v2.5.0
9922026-06-04T21:17:20.133Z Downloaded sec1 v0.7.3
9932026-06-04T21:17:20.133Z Downloaded simd-adler32 v0.3.8
9942026-06-04T21:17:20.138Z Downloaded supports-color v3.0.2
9952026-06-04T21:17:20.138Z Downloaded ssh-cipher v0.2.0
9962026-06-04T21:17:20.138Z Downloaded sct v0.7.1
9972026-06-04T21:17:20.139Z Downloaded tap v1.0.1
9982026-06-04T21:17:20.139Z Downloaded tagptr v0.2.0
9992026-06-04T21:17:20.139Z Downloaded snafu-derive v0.8.9
10002026-06-04T21:17:20.145Z Downloaded progenitor-impl v0.11.2
10012026-06-04T21:17:20.145Z Downloaded slog-json v2.6.1
10022026-06-04T21:17:20.145Z Downloaded slog-dtrace v0.3.0
10032026-06-04T21:17:20.145Z Downloaded progenitor-impl v0.13.0
10042026-06-04T21:17:20.145Z Downloaded tabwriter v1.4.1
10052026-06-04T21:17:20.146Z Downloaded tabled_derive v0.11.0
10062026-06-04T21:17:20.146Z Downloaded serde_with_macros v3.17.0
10072026-06-04T21:17:20.150Z Downloaded crossterm v0.29.0
10082026-06-04T21:17:20.150Z Downloaded ron v0.8.1
10092026-06-04T21:17:20.154Z Downloaded take_mut v0.2.2
10102026-06-04T21:17:20.155Z Downloaded sync-ptr v0.1.4
10112026-06-04T21:17:20.158Z Downloaded subtle v2.6.1
10122026-06-04T21:17:20.158Z Downloaded termtree v0.5.1
10132026-06-04T21:17:20.158Z Downloaded strum v0.27.2
10142026-06-04T21:17:20.158Z Downloaded structmeta v0.3.0
10152026-06-04T21:17:20.158Z Downloaded bumpalo v3.20.2
10162026-06-04T21:17:20.163Z Downloaded slab v0.4.12
10172026-06-04T21:17:20.163Z Downloaded testing_table v0.3.0
10182026-06-04T21:17:20.163Z Downloaded spki v0.7.3
10192026-06-04T21:17:20.167Z Downloaded smallvec v0.6.14
10202026-06-04T21:17:20.167Z Downloaded slog-scope v4.4.1
10212026-06-04T21:17:20.167Z Downloaded rustls-platform-verifier v0.6.2
10222026-06-04T21:17:20.170Z Downloaded thread-id v5.1.0
10232026-06-04T21:17:20.170Z Downloaded time-core v0.1.8
10242026-06-04T21:17:20.170Z Downloaded smf v0.2.3
10252026-06-04T21:17:20.170Z Downloaded minimal-lexical v0.2.1
10262026-06-04T21:17:20.174Z Downloaded hashbrown v0.16.1
10272026-06-04T21:17:20.181Z Downloaded slog-term v2.9.2
10282026-06-04T21:17:20.181Z Downloaded shlex v1.3.0
10292026-06-04T21:17:20.181Z Downloaded normalize-line-endings v0.3.0
10302026-06-04T21:17:20.181Z Downloaded lru v0.12.5
10312026-06-04T21:17:20.181Z Downloaded keccak v0.1.6
10322026-06-04T21:17:20.199Z Downloaded itertools v0.10.5
10332026-06-04T21:17:20.199Z Downloaded md-5 v0.10.6
10342026-06-04T21:17:20.219Z Downloaded prefix-trie v0.7.0
10352026-06-04T21:17:20.219Z Downloaded tinyvec_macros v0.1.1
10362026-06-04T21:17:20.219Z Downloaded lru-slab v0.1.2
10372026-06-04T21:17:20.219Z Downloaded strum_macros v0.24.3
10382026-06-04T21:17:20.219Z Downloaded stacker v0.1.23
10392026-06-04T21:17:20.219Z Downloaded qorb v0.4.1
10402026-06-04T21:17:20.219Z Downloaded sync_wrapper v1.0.2
10412026-06-04T21:17:20.219Z Downloaded rayon-core v1.13.0
10422026-06-04T21:17:20.219Z Downloaded static_assertions v1.1.0
10432026-06-04T21:17:20.219Z Downloaded spin v0.9.8
10442026-06-04T21:17:20.219Z Downloaded schemars v0.8.22
10452026-06-04T21:17:20.231Z Downloaded support-bundle-viewer v0.1.2
10462026-06-04T21:17:20.231Z Downloaded ryu v1.0.23
10472026-06-04T21:17:20.231Z Downloaded strum_macros v0.27.2
10482026-06-04T21:17:20.231Z Downloaded termios v0.3.3
10492026-06-04T21:17:20.231Z Downloaded structmeta-derive v0.3.0
10502026-06-04T21:17:20.231Z Downloaded stringprep v0.1.5
10512026-06-04T21:17:20.231Z Downloaded libxml v0.3.3
10522026-06-04T21:17:20.231Z Downloaded num-bigint v0.4.6
10532026-06-04T21:17:20.231Z Downloaded quinn v0.11.9
10542026-06-04T21:17:20.231Z Downloaded nom v7.1.3
10552026-06-04T21:17:20.247Z Downloaded tower-service v0.3.3
10562026-06-04T21:17:20.247Z Downloaded tower-layer v0.3.3
10572026-06-04T21:17:20.247Z Downloaded topological-sort v0.2.2
10582026-06-04T21:17:20.247Z Downloaded thread_local v1.1.9
10592026-06-04T21:17:20.247Z Downloaded string_cache v0.8.9
10602026-06-04T21:17:20.248Z Downloaded thiserror-impl-no-std v2.0.2
10612026-06-04T21:17:20.248Z Downloaded lru-cache v0.1.2
10622026-06-04T21:17:20.248Z Downloaded iri-string v0.7.10
10632026-06-04T21:17:20.255Z Downloaded tiny-keccak v2.0.2
10642026-06-04T21:17:20.255Z Downloaded try-lock v0.2.5
10652026-06-04T21:17:20.255Z Downloaded tokio-macros v2.7.0
10662026-06-04T21:17:20.255Z Downloaded thiserror-no-std v2.0.2
10672026-06-04T21:17:20.255Z Downloaded serde_cbor v0.11.2
10682026-06-04T21:17:20.255Z Downloaded trait-variant v0.1.2
10692026-06-04T21:17:20.255Z Downloaded rand v0.8.6
10702026-06-04T21:17:20.255Z Downloaded itertools v0.12.1
10712026-06-04T21:17:20.259Z Downloaded tokio-native-tls v0.3.1
10722026-06-04T21:17:20.259Z Downloaded tls_codec_derive v0.4.2
10732026-06-04T21:17:20.259Z Downloaded term v0.7.0
10742026-06-04T21:17:20.259Z Downloaded sqlformat v0.3.5
10752026-06-04T21:17:20.259Z Downloaded typify-macro v0.4.3
10762026-06-04T21:17:20.264Z Downloaded signal-hook v0.3.18
10772026-06-04T21:17:20.264Z Downloaded usdt v0.6.0
10782026-06-04T21:17:20.264Z Downloaded untrusted v0.9.0
10792026-06-04T21:17:20.264Z Downloaded itertools v0.13.0
10802026-06-04T21:17:20.269Z Downloaded tokio-rustls v0.25.0
10812026-06-04T21:17:20.285Z Downloaded slog v2.8.2
10822026-06-04T21:17:20.285Z Downloaded strum_macros v0.26.4
10832026-06-04T21:17:20.285Z Downloaded similar v2.7.0
10842026-06-04T21:17:20.300Z Downloaded unicode-truncate v1.1.0
10852026-06-04T21:17:20.300Z Downloaded num-bigint-dig v0.8.6
10862026-06-04T21:17:20.300Z Downloaded utf-8 v0.7.6
10872026-06-04T21:17:20.302Z Downloaded usdt-attr-macro v0.6.0
10882026-06-04T21:17:20.302Z Downloaded untrusted v0.7.1
10892026-06-04T21:17:20.302Z Downloaded unit-prefix v0.5.2
10902026-06-04T21:17:20.302Z Downloaded schemars v0.9.0
10912026-06-04T21:17:20.308Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-06-04T21:17:20.308Z Downloaded tokio-tungstenite v0.21.0
10932026-06-04T21:17:20.308Z Downloaded usdt-macro v0.6.0
10942026-06-04T21:17:20.308Z Downloaded toml_writer v1.0.6+spec-1.1.0
10952026-06-04T21:17:20.308Z Downloaded time-macros v0.2.27
10962026-06-04T21:17:20.308Z Downloaded term v1.2.1
10972026-06-04T21:17:20.309Z Downloaded universal-hash v0.5.1
10982026-06-04T21:17:20.309Z Downloaded tokio-tungstenite v0.23.1
10992026-06-04T21:17:20.309Z Downloaded socket2 v0.6.3
11002026-06-04T21:17:20.309Z Downloaded typify-macro v0.6.2
11012026-06-04T21:17:20.309Z Downloaded itertools v0.14.0
11022026-06-04T21:17:20.390Z Downloaded waitgroup v0.1.2
11032026-06-04T21:17:20.390Z Downloaded wait-timeout v0.2.1
11042026-06-04T21:17:20.390Z Downloaded rsa v0.9.10
11052026-06-04T21:17:20.390Z Downloaded tls_codec v0.4.2
11062026-06-04T21:17:20.390Z Downloaded hyper v1.8.1
11072026-06-04T21:17:20.418Z Downloaded void v1.0.2
11082026-06-04T21:17:20.418Z Downloaded publicsuffix v2.3.0
11092026-06-04T21:17:20.418Z Downloaded aho-corasick v1.1.4
11102026-06-04T21:17:20.418Z Downloaded tokio-dtrace v0.1.1
11112026-06-04T21:17:20.418Z Downloaded socket2 v0.5.10
11122026-06-04T21:17:20.419Z Downloaded hkdf v0.12.4
11132026-06-04T21:17:20.419Z Downloaded unicase v2.9.0
11142026-06-04T21:17:20.419Z Downloaded samael v0.0.19
11152026-06-04T21:17:20.419Z Downloaded want v0.3.1
11162026-06-04T21:17:20.419Z Downloaded tui-tree-widget v0.23.1
11172026-06-04T21:17:20.419Z Downloaded hashbrown v0.15.5
11182026-06-04T21:17:20.419Z Downloaded tokio-rustls v0.24.1
11192026-06-04T21:17:20.419Z Downloaded rustls-webpki v0.103.9
11202026-06-04T21:17:20.419Z Downloaded rand v0.9.2
11212026-06-04T21:17:20.419Z Downloaded usdt-impl v0.6.0
11222026-06-04T21:17:20.419Z Downloaded zone_cfg_derive v0.3.1
11232026-06-04T21:17:20.419Z Downloaded zeroize_derive v1.4.3
11242026-06-04T21:17:20.419Z Downloaded serde_yaml v0.9.34+deprecated
11252026-06-04T21:17:20.419Z Downloaded libm v0.2.16
11262026-06-04T21:17:20.419Z Downloaded xshell-macros v0.2.7
11272026-06-04T21:17:20.419Z Downloaded tokio-stream v0.1.18
11282026-06-04T21:17:20.419Z Downloaded unarray v0.1.4
11292026-06-04T21:17:20.419Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11302026-06-04T21:17:20.419Z Downloaded indoc v2.0.7
11312026-06-04T21:17:20.420Z Downloaded allocator-api2 v0.2.21
11322026-06-04T21:17:20.420Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-06-04T21:17:20.420Z Downloaded subprocess v0.2.15
11342026-06-04T21:17:20.420Z Downloaded colored v2.2.0
11352026-06-04T21:17:20.420Z Downloaded data-encoding v2.10.0
11362026-06-04T21:17:20.420Z Downloaded ar_archive_writer v0.5.1
11372026-06-04T21:17:20.420Z Downloaded backoff v0.4.0
11382026-06-04T21:17:20.420Z Downloaded p521 v0.13.3
11392026-06-04T21:17:20.420Z Downloaded tracing-attributes v0.1.31
11402026-06-04T21:17:20.420Z Downloaded vergen-git2 v9.1.0
11412026-06-04T21:17:20.420Z Downloaded h2 v0.4.13
11422026-06-04T21:17:20.420Z Downloaded zone v0.3.1
11432026-06-04T21:17:20.420Z Downloaded futures-util v0.3.32
11442026-06-04T21:17:20.420Z Downloaded tinyvec v1.10.0
11452026-06-04T21:17:20.420Z Downloaded vergen-gitcl v1.0.8
11462026-06-04T21:17:20.420Z Downloaded vergen-lib v9.1.0
11472026-06-04T21:17:20.420Z Downloaded vergen-lib v0.1.6
11482026-06-04T21:17:20.420Z Downloaded snafu v0.8.9
11492026-06-04T21:17:20.420Z Downloaded xattr v1.6.1
11502026-06-04T21:17:20.420Z Downloaded wyz v0.5.1
11512026-06-04T21:17:20.420Z Downloaded tokio-rustls v0.26.4
11522026-06-04T21:17:20.420Z Downloaded blake3 v1.8.3
11532026-06-04T21:17:20.421Z Downloaded whoami v1.6.1
11542026-06-04T21:17:20.421Z Downloaded unicode-properties v0.1.4
11552026-06-04T21:17:20.421Z Downloaded toml v0.7.8
11562026-06-04T21:17:20.421Z Downloaded aws-lc-rs v1.16.3
11572026-06-04T21:17:20.446Z Downloaded zeroize v1.8.2
11582026-06-04T21:17:20.446Z Downloaded twox-hash v2.1.2
11592026-06-04T21:17:20.446Z Downloaded whoami v2.1.0
11602026-06-04T21:17:20.446Z Downloaded rand v0.10.0
11612026-06-04T21:17:20.446Z Downloaded uzers v0.12.2
11622026-06-04T21:17:20.446Z Downloaded tar v0.4.45
11632026-06-04T21:17:20.446Z Downloaded zstd-safe v7.2.4
11642026-06-04T21:17:20.446Z Downloaded zstd v0.13.3
11652026-06-04T21:17:20.446Z Downloaded console v0.16.2
11662026-06-04T21:17:20.446Z Downloaded test-strategy v0.4.5
11672026-06-04T21:17:20.446Z Downloaded bit-vec v0.8.0
11682026-06-04T21:17:20.473Z Downloaded xshell v0.2.7
11692026-06-04T21:17:20.473Z Downloaded async-bb8-diesel v0.2.1
11702026-06-04T21:17:20.473Z Downloaded walkdir v2.5.0
11712026-06-04T21:17:20.474Z Downloaded camino-tempfile-ext v0.3.3
11722026-06-04T21:17:20.474Z Downloaded deranged v0.5.8
11732026-06-04T21:17:20.474Z Downloaded rustyline v14.0.0
11742026-06-04T21:17:20.474Z Downloaded typify v0.4.3
11752026-06-04T21:17:20.474Z Downloaded vsss-rs v3.3.4
11762026-06-04T21:17:20.474Z Downloaded tungstenite v0.23.0
11772026-06-04T21:17:20.474Z Downloaded tungstenite v0.21.0
11782026-06-04T21:17:20.474Z Downloaded schemars v1.2.1
11792026-06-04T21:17:20.492Z Downloaded unicode-bidi v0.3.18
11802026-06-04T21:17:20.492Z Downloaded bindgen v0.71.1
11812026-06-04T21:17:20.492Z Downloaded yasna v0.5.2
11822026-06-04T21:17:20.492Z Downloaded steno v0.4.1
11832026-06-04T21:17:20.492Z Downloaded zerocopy v0.6.6
11842026-06-04T21:17:20.492Z Downloaded toml v1.0.6+spec-1.1.0
11852026-06-04T21:17:20.492Z Downloaded typify v0.6.2
11862026-06-04T21:17:20.493Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-06-04T21:17:20.493Z Downloaded serde_with v1.14.0
11882026-06-04T21:17:20.493Z Downloaded rpassword v7.4.0
11892026-06-04T21:17:20.493Z Downloaded iddqd v0.4.2
11902026-06-04T21:17:20.511Z Downloaded reedline v0.40.0
11912026-06-04T21:17:20.512Z Downloaded tracing-core v0.1.36
11922026-06-04T21:17:20.512Z Downloaded russh v0.45.0
11932026-06-04T21:17:20.512Z Downloaded darling_core v0.21.3
11942026-06-04T21:17:20.512Z Downloaded unsafe-libyaml v0.2.11
11952026-06-04T21:17:20.512Z Downloaded byte-wrapper v0.1.0
11962026-06-04T21:17:20.512Z Downloaded base16ct v0.2.0
11972026-06-04T21:17:20.512Z Downloaded toml_edit v0.19.15
11982026-06-04T21:17:20.622Z Downloaded uuid v1.23.0
11992026-06-04T21:17:20.622Z Downloaded async-trait v0.1.89
12002026-06-04T21:17:20.622Z Downloaded git2 v0.20.4
12012026-06-04T21:17:20.622Z Downloaded zopfli v0.8.3
12022026-06-04T21:17:20.622Z Downloaded vergen v9.1.0
12032026-06-04T21:17:20.622Z Downloaded reqwest v0.12.28
12042026-06-04T21:17:20.622Z Downloaded darling_macro v0.20.11
12052026-06-04T21:17:20.622Z Downloaded vte v0.14.1
12062026-06-04T21:17:20.622Z Downloaded unicode_categories v0.1.1
12072026-06-04T21:17:20.622Z Downloaded tokio-postgres v0.7.16
12082026-06-04T21:17:20.622Z Downloaded p384 v0.13.1
12092026-06-04T21:17:20.622Z Downloaded regex v1.12.3
12102026-06-04T21:17:20.622Z Downloaded zip v0.6.6
12112026-06-04T21:17:20.622Z Downloaded yansi v1.0.1
12122026-06-04T21:17:20.622Z Downloaded ssh-key v0.6.7
12132026-06-04T21:17:20.622Z Downloaded portable-atomic v1.13.1
12142026-06-04T21:17:20.622Z Downloaded tower v0.5.3
12152026-06-04T21:17:20.622Z Downloaded chrono v0.4.44
12162026-06-04T21:17:20.623Z Downloaded reqwest v0.13.2
12172026-06-04T21:17:20.623Z Downloaded zerocopy-derive v0.8.40
12182026-06-04T21:17:20.623Z Downloaded rayon v1.11.0
12192026-06-04T21:17:20.623Z Downloaded salty v0.3.0
12202026-06-04T21:17:20.623Z Downloaded lalrpop v0.19.12
12212026-06-04T21:17:20.623Z Downloaded x509-cert v0.2.5
12222026-06-04T21:17:20.623Z Downloaded quick-xml v0.37.5
12232026-06-04T21:17:20.623Z Downloaded typed-path v0.9.3
12242026-06-04T21:17:20.639Z Downloaded goblin v0.10.5
12252026-06-04T21:17:20.640Z Downloaded unicode-segmentation v1.12.0
12262026-06-04T21:17:20.640Z Downloaded rustls-webpki v0.101.7
12272026-06-04T21:17:20.640Z Downloaded moka v0.12.13
12282026-06-04T21:17:20.659Z Downloaded petname v2.0.2
12292026-06-04T21:17:20.659Z Downloaded zip v4.6.1
12302026-06-04T21:17:20.659Z Downloaded proptest v1.10.0
12312026-06-04T21:17:20.678Z Downloaded rustls-webpki v0.102.8
12322026-06-04T21:17:20.678Z Downloaded unicode-normalization v0.1.25
12332026-06-04T21:17:20.678Z Downloaded tough v0.22.0
12342026-06-04T21:17:20.678Z Downloaded object v0.30.4
12352026-06-04T21:17:20.694Z Downloaded tokio-util v0.7.18
12362026-06-04T21:17:20.694Z Downloaded tower-http v0.6.8
12372026-06-04T21:17:20.702Z Downloaded nix v0.27.1
12382026-06-04T21:17:20.702Z Downloaded winnow v0.5.40
12392026-06-04T21:17:20.708Z Downloaded serde_with v3.17.0
12402026-06-04T21:17:20.714Z Downloaded winnow v0.6.26
12412026-06-04T21:17:20.719Z Downloaded csv v1.4.0
12422026-06-04T21:17:20.743Z Downloaded tabled v0.20.0
12432026-06-04T21:17:20.750Z Downloaded radix_trie v0.2.1
12442026-06-04T21:17:20.756Z Downloaded polar-core v0.27.3
12452026-06-04T21:17:20.756Z Downloaded openssl v0.10.79
12462026-06-04T21:17:20.762Z Downloaded dropshot v0.17.0
12472026-06-04T21:17:20.777Z Downloaded zlib-rs v0.6.2
12482026-06-04T21:17:20.782Z Downloaded hickory-proto v0.24.4
12492026-06-04T21:17:20.785Z Downloaded bstr v1.12.1
12502026-06-04T21:17:20.791Z Downloaded smoltcp v0.9.1
12512026-06-04T21:17:20.803Z Downloaded nix v0.31.2
12522026-06-04T21:17:20.807Z Downloaded zerocopy v0.8.40
12532026-06-04T21:17:20.815Z Downloaded vcpkg v0.2.15
12542026-06-04T21:17:20.834Z Downloaded webpki-roots v1.0.6
12552026-06-04T21:17:20.838Z Downloaded rustix v0.38.44
12562026-06-04T21:17:20.853Z Downloaded smoltcp v0.11.0
12572026-06-04T21:17:20.861Z Downloaded rustls v0.23.37
12582026-06-04T21:17:20.870Z Downloaded diesel v2.3.7
12592026-06-04T21:17:20.880Z Downloaded regex-syntax v0.8.10
12602026-06-04T21:17:20.885Z Downloaded regress v0.10.5
12612026-06-04T21:17:20.891Z Downloaded rustls v0.22.4
12622026-06-04T21:17:20.896Z Downloaded regress v0.11.1
12632026-06-04T21:17:20.903Z Downloaded openapiv3 v2.2.0
12642026-06-04T21:17:20.919Z Downloaded ratatui v0.29.0
12652026-06-04T21:17:20.929Z Downloaded typify-impl v0.6.2
12662026-06-04T21:17:20.934Z Downloaded tracing v0.1.44
12672026-06-04T21:17:20.950Z Downloaded regex-syntax v0.6.29
12682026-06-04T21:17:20.954Z Downloaded hickory-proto v0.25.2
12692026-06-04T21:17:20.961Z Downloaded typify-impl v0.4.3
12702026-06-04T21:17:20.972Z Downloaded regex-automata v0.4.14
12712026-06-04T21:17:20.996Z Downloaded sqlparser v0.61.0
12722026-06-04T21:17:21.005Z Downloaded sled v0.34.7
12732026-06-04T21:17:21.005Z Downloaded object v0.37.3
12742026-06-04T21:17:21.005Z Downloaded time v0.3.47
12752026-06-04T21:17:21.010Z Downloaded rustls v0.21.12
12762026-06-04T21:17:21.010Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-06-04T21:17:21.017Z Downloaded jiff v0.2.21
12782026-06-04T21:17:21.037Z Downloaded quinn-proto v0.11.13
12792026-06-04T21:17:21.043Z Downloaded nix v0.28.0
12802026-06-04T21:17:21.043Z Downloaded zerocopy-derive v0.6.6
12812026-06-04T21:17:21.054Z Downloaded libz-sys v1.1.24
12822026-06-04T21:17:21.077Z Downloaded petgraph v0.6.5
12832026-06-04T21:17:21.087Z Downloaded encoding_rs v0.8.35
12842026-06-04T21:17:21.120Z Downloaded petgraph v0.8.3
12852026-06-04T21:17:21.151Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-06-04T21:17:21.168Z Downloaded sha3 v0.10.8
12872026-06-04T21:17:21.173Z Downloaded tokio v1.52.1
12882026-06-04T21:17:21.272Z Downloaded ring v0.17.14
12892026-06-04T21:17:21.325Z Downloaded libgit2-sys v0.18.3+1.9.2
12902026-06-04T21:17:21.875Z Downloaded aws-lc-sys v0.40.0
12912026-06-04T21:17:22.061Z Compiling libc v0.2.185
12922026-06-04T21:17:22.111Z Compiling serde v1.0.228
12932026-06-04T21:17:22.112Z Compiling log v0.4.29
12942026-06-04T21:17:22.112Z Compiling find-msvc-tools v0.1.9
12952026-06-04T21:17:22.112Z Compiling shlex v1.3.0
12962026-06-04T21:17:22.112Z Compiling smallvec v1.15.1
12972026-06-04T21:17:22.112Z Compiling typenum v1.19.0
12982026-06-04T21:17:22.112Z Compiling subtle v2.6.1
12992026-06-04T21:17:22.112Z Compiling generic-array v0.14.7
13002026-06-04T21:17:22.112Z Compiling scopeguard v1.2.0
13012026-06-04T21:17:22.112Z Compiling const-oid v0.9.6
13022026-06-04T21:17:22.309Z Compiling serde_json v1.0.149
13032026-06-04T21:17:22.337Z Compiling syn v2.0.117
13042026-06-04T21:17:22.348Z Compiling zerocopy v0.8.40
13052026-06-04T21:17:22.348Z Compiling parking_lot_core v0.9.12
13062026-06-04T21:17:22.369Z Compiling portable-atomic v1.13.1
13072026-06-04T21:17:22.428Z Compiling lock_api v0.4.14
13082026-06-04T21:17:22.461Z Compiling pin-project-lite v0.2.17
13092026-06-04T21:17:22.481Z Compiling pkg-config v0.3.32
13102026-06-04T21:17:22.493Z Compiling bitflags v2.11.0
13112026-06-04T21:17:22.515Z Compiling futures-core v0.3.32
13122026-06-04T21:17:22.529Z Compiling libm v0.2.16
13132026-06-04T21:17:22.566Z Compiling critical-section v1.2.0
13142026-06-04T21:17:22.594Z Compiling num-traits v0.2.19
13152026-06-04T21:17:22.700Z Compiling percent-encoding v2.3.2
13162026-06-04T21:17:22.714Z Compiling futures-sink v0.3.32
13172026-06-04T21:17:22.719Z Compiling getrandom v0.4.1
13182026-06-04T21:17:22.725Z Compiling slab v0.4.12
13192026-06-04T21:17:22.751Z Compiling cpufeatures v0.2.17
13202026-06-04T21:17:22.798Z Compiling futures-io v0.3.32
13212026-06-04T21:17:22.873Z Compiling futures-channel v0.3.32
13222026-06-04T21:17:22.876Z Compiling futures-task v0.3.32
13232026-06-04T21:17:22.905Z Compiling rand_core v0.10.0
13242026-06-04T21:17:22.934Z Compiling indexmap v2.14.0
13252026-06-04T21:17:22.974Z Compiling getrandom v0.3.4
13262026-06-04T21:17:22.987Z Compiling rustversion v1.0.22
13272026-06-04T21:17:23.029Z Compiling form_urlencoded v1.2.2
13282026-06-04T21:17:23.059Z Compiling dunce v1.0.5
13292026-06-04T21:17:23.089Z Compiling fs_extra v1.3.0
13302026-06-04T21:17:23.100Z Compiling ident_case v1.0.1
13312026-06-04T21:17:23.120Z Compiling base64ct v1.8.3
13322026-06-04T21:17:23.142Z Compiling regex-syntax v0.8.10
13332026-06-04T21:17:23.488Z Compiling iana-time-zone v0.1.65
13342026-06-04T21:17:23.488Z Compiling rustix v1.1.3
13352026-06-04T21:17:23.488Z Compiling getrandom v0.2.17
13362026-06-04T21:17:23.488Z Compiling jobserver v0.1.34
13372026-06-04T21:17:23.488Z Compiling errno v0.3.14
13382026-06-04T21:17:23.488Z Compiling mio v1.2.0
13392026-06-04T21:17:23.488Z Compiling rand_core v0.6.4
13402026-06-04T21:17:23.488Z Compiling socket2 v0.6.3
13412026-06-04T21:17:23.512Z Compiling signal-hook-registry v1.4.8
13422026-06-04T21:17:23.512Z Compiling cc v1.2.56
13432026-06-04T21:17:23.512Z Compiling once_cell v1.21.3
13442026-06-04T21:17:23.547Z Compiling parking_lot v0.12.5
13452026-06-04T21:17:23.666Z Compiling pem-rfc7468 v0.7.0
13462026-06-04T21:17:23.666Z Compiling flagset v0.4.7
13472026-06-04T21:17:23.771Z Compiling vcpkg v0.2.15
13482026-06-04T21:17:23.813Z Compiling aws-lc-rs v1.16.3
13492026-06-04T21:17:23.833Z Compiling uuid v1.23.0
13502026-06-04T21:17:23.833Z Compiling tracing-core v0.1.36
13512026-06-04T21:17:23.860Z Compiling rustc_version v0.4.1
13522026-06-04T21:17:23.885Z Compiling base64 v0.22.1
13532026-06-04T21:17:23.953Z Compiling rand_core v0.9.5
13542026-06-04T21:17:24.024Z Compiling tinyvec_macros v0.1.1
13552026-06-04T21:17:24.040Z Compiling openssl-probe v0.2.1
13562026-06-04T21:17:24.229Z Compiling httparse v1.10.1
13572026-06-04T21:17:24.232Z Compiling untrusted v0.9.0
13582026-06-04T21:17:24.232Z Compiling untrusted v0.7.1
13592026-06-04T21:17:24.232Z Compiling tinyvec v1.10.0
13602026-06-04T21:17:24.289Z Compiling cmake v0.1.57
13612026-06-04T21:17:24.293Z Compiling aho-corasick v1.1.4
13622026-06-04T21:17:24.293Z Compiling atomic-waker v1.1.2
13632026-06-04T21:17:24.293Z Compiling tower-layer v0.3.3
13642026-06-04T21:17:24.343Z Compiling dyn-clone v1.0.20
13652026-06-04T21:17:24.384Z Compiling tower-service v0.3.3
13662026-06-04T21:17:24.417Z Compiling rustls v0.23.37
13672026-06-04T21:17:24.434Z Compiling try-lock v0.2.5
13682026-06-04T21:17:24.441Z Compiling schemars v0.8.22
13692026-06-04T21:17:24.466Z Compiling foreign-types-shared v0.1.1
13702026-06-04T21:17:24.486Z Compiling pin-utils v0.1.0
13712026-06-04T21:17:24.521Z Compiling httpdate v1.0.3
13722026-06-04T21:17:24.565Z Compiling want v0.3.1
13732026-06-04T21:17:24.597Z Compiling openssl v0.10.79
13742026-06-04T21:17:24.628Z Compiling foreign-types v0.3.2
13752026-06-04T21:17:24.628Z Compiling unicode-normalization v0.1.25
13762026-06-04T21:17:24.628Z Compiling spin v0.9.8
13772026-06-04T21:17:24.638Z Compiling time-core v0.1.8
13782026-06-04T21:17:24.658Z Compiling native-tls v0.2.18
13792026-06-04T21:17:24.684Z Compiling num-conv v0.2.0
13802026-06-04T21:17:24.706Z Compiling powerfmt v0.2.0
13812026-06-04T21:17:25.254Z Compiling crc32fast v1.5.0
13822026-06-04T21:17:25.254Z Compiling wait-timeout v0.2.1
13832026-06-04T21:17:25.254Z Compiling sync_wrapper v1.0.2
13842026-06-04T21:17:25.254Z Compiling num_threads v0.1.7
13852026-06-04T21:17:25.254Z Compiling time-macros v0.2.27
13862026-06-04T21:17:25.254Z Compiling simd-adler32 v0.3.8
13872026-06-04T21:17:25.254Z Compiling deranged v0.5.8
13882026-06-04T21:17:25.255Z Compiling tempfile v3.25.0
13892026-06-04T21:17:25.255Z Compiling crossbeam-utils v0.8.21
13902026-06-04T21:17:25.255Z Compiling siphasher v1.0.2
13912026-06-04T21:17:25.255Z Compiling syn v1.0.109
13922026-06-04T21:17:25.255Z Compiling bit-vec v0.8.0
13932026-06-04T21:17:25.255Z Compiling quick-error v1.2.3
13942026-06-04T21:17:25.355Z Compiling regex-automata v0.4.14
13952026-06-04T21:17:25.355Z Compiling aws-lc-sys v0.40.0
13962026-06-04T21:17:25.355Z Compiling ring v0.17.14
13972026-06-04T21:17:25.355Z Compiling openssl-sys v0.9.115
13982026-06-04T21:17:25.367Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-06-04T21:17:25.368Z Compiling usdt-impl v0.6.0
14002026-06-04T21:17:25.368Z Compiling synstructure v0.13.2
14012026-06-04T21:17:25.368Z Compiling serde_derive_internals v0.29.1
14022026-06-04T21:17:25.368Z Compiling pest_generator v2.8.6
14032026-06-04T21:17:25.465Z Compiling darling_core v0.20.11
14042026-06-04T21:17:25.559Z Compiling darling_core v0.21.3
14052026-06-04T21:17:25.568Z Compiling rusty-fork v0.3.1
14062026-06-04T21:17:25.731Z Compiling bit-set v0.8.0
14072026-06-04T21:17:25.891Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-06-04T21:17:26.022Z Compiling slog v2.8.2
14092026-06-04T21:17:26.108Z Compiling heapless v0.7.17
14102026-06-04T21:17:26.130Z Compiling time v0.3.47
14112026-06-04T21:17:26.167Z Compiling rand_xorshift v0.4.0
14122026-06-04T21:17:26.234Z Compiling thread-id v5.1.0
14132026-06-04T21:17:26.331Z Compiling cookie v0.18.1
14142026-06-04T21:17:26.331Z Compiling anyhow v1.0.102
14152026-06-04T21:17:26.331Z Compiling iri-string v0.7.10
14162026-06-04T21:17:26.406Z Compiling ryu v1.0.23
14172026-06-04T21:17:26.406Z Compiling unicode-properties v0.1.4
14182026-06-04T21:17:26.484Z Compiling paste v1.0.15
14192026-06-04T21:17:26.484Z Compiling zstd-safe v7.2.4
14202026-06-04T21:17:26.484Z Compiling adler2 v2.0.1
14212026-06-04T21:17:26.544Z Compiling unicode-bidi v0.3.18
14222026-06-04T21:17:26.544Z Compiling signal-hook v0.3.18
14232026-06-04T21:17:26.598Z Compiling unarray v0.1.4
14242026-06-04T21:17:26.707Z Compiling allocator-api2 v0.2.21
14252026-06-04T21:17:26.707Z Compiling miniz_oxide v0.8.9
14262026-06-04T21:17:26.847Z Compiling stringprep v0.1.5
14272026-06-04T21:17:27.592Z Compiling vergen-lib v9.1.0
14282026-06-04T21:17:27.703Z Compiling num-integer v0.1.46
14292026-06-04T21:17:27.704Z Compiling curve25519-dalek v4.1.3
14302026-06-04T21:17:27.704Z Compiling serde_derive v1.0.228
14312026-06-04T21:17:27.704Z Compiling zeroize_derive v1.4.3
14322026-06-04T21:17:27.704Z Compiling zerofrom-derive v0.1.6
14332026-06-04T21:17:27.704Z Compiling yoke-derive v0.8.1
14342026-06-04T21:17:27.704Z Compiling zerovec-derive v0.11.2
14352026-06-04T21:17:27.704Z Compiling zerocopy-derive v0.8.40
14362026-06-04T21:17:27.704Z Compiling displaydoc v0.2.5
14372026-06-04T21:17:27.916Z Compiling tokio-macros v2.7.0
14382026-06-04T21:17:28.004Z Compiling futures-macro v0.3.32
14392026-06-04T21:17:28.025Z Compiling der_derive v0.7.3
14402026-06-04T21:17:28.083Z Compiling zeroize v1.8.2
14412026-06-04T21:17:28.311Z Compiling rustls-pki-types v1.14.0
14422026-06-04T21:17:28.395Z Compiling tracing-attributes v0.1.31
14432026-06-04T21:17:28.655Z Compiling thiserror-impl v2.0.18
14442026-06-04T21:17:28.680Z Compiling schemars_derive v0.8.22
14452026-06-04T21:17:28.742Z Compiling scroll_derive v0.13.1
14462026-06-04T21:17:28.815Z Compiling futures-util v0.3.32
14472026-06-04T21:17:28.855Z Compiling crypto-common v0.1.7
14482026-06-04T21:17:28.895Z Compiling block-buffer v0.10.4
14492026-06-04T21:17:28.948Z Compiling zerofrom v0.1.6
14502026-06-04T21:17:29.003Z Compiling block-padding v0.3.3
14512026-06-04T21:17:29.018Z Compiling yoke v0.8.1
14522026-06-04T21:17:29.072Z Compiling digest v0.10.7
14532026-06-04T21:17:29.100Z Compiling der v0.7.10
14542026-06-04T21:17:29.218Z Compiling zerovec v0.11.5
14552026-06-04T21:17:29.234Z Compiling zerotrie v0.2.3
14562026-06-04T21:17:29.860Z Compiling hmac v0.12.1
14572026-06-04T21:17:29.965Z Compiling inout v0.1.4
14582026-06-04T21:17:29.965Z Compiling sha2 v0.10.9
14592026-06-04T21:17:29.965Z Compiling pbkdf2 v0.12.2
14602026-06-04T21:17:29.965Z Compiling tinystr v0.8.2
14612026-06-04T21:17:29.965Z Compiling potential_utf v0.1.4
14622026-06-04T21:17:29.965Z Compiling cipher v0.4.4
14632026-06-04T21:17:29.965Z Compiling pest_derive v2.8.6
14642026-06-04T21:17:30.064Z Compiling tracing v0.1.44
14652026-06-04T21:17:30.137Z Compiling icu_locale_core v2.1.1
14662026-06-04T21:17:30.137Z Compiling icu_collections v2.1.1
14672026-06-04T21:17:30.197Z Compiling salsa20 v0.10.2
14682026-06-04T21:17:30.245Z Compiling spki v0.7.3
14692026-06-04T21:17:30.336Z Compiling thiserror v2.0.18
14702026-06-04T21:17:30.388Z Compiling scrypt v0.11.0
14712026-06-04T21:17:30.388Z Compiling aes v0.8.4
14722026-06-04T21:17:30.388Z Compiling cbc v0.1.2
14732026-06-04T21:17:30.424Z Compiling scroll v0.13.0
14742026-06-04T21:17:30.439Z Compiling darling_macro v0.20.11
14752026-06-04T21:17:30.504Z Compiling openssl-macros v0.1.1
14762026-06-04T21:17:30.525Z Compiling rustls-native-certs v0.8.3
14772026-06-04T21:17:30.585Z Compiling dtrace-parser v0.3.0
14782026-06-04T21:17:30.618Z Compiling goblin v0.10.5
14792026-06-04T21:17:30.683Z Compiling signature v2.2.0
14802026-06-04T21:17:30.850Z Compiling icu_provider v2.1.1
14812026-06-04T21:17:30.897Z Compiling pkcs5 v0.7.1
14822026-06-04T21:17:30.978Z Compiling darling v0.20.11
14832026-06-04T21:17:31.026Z Compiling bytes v1.11.1
14842026-06-04T21:17:31.075Z Compiling chrono v0.4.44
14852026-06-04T21:17:31.124Z Compiling icu_properties v2.1.2
14862026-06-04T21:17:31.216Z Compiling icu_normalizer v2.1.1
14872026-06-04T21:17:31.309Z Compiling ipnet v2.11.0
14882026-06-04T21:17:31.309Z Compiling derive_builder_core v0.20.2
14892026-06-04T21:17:31.464Z Compiling pkcs8 v0.10.2
14902026-06-04T21:17:31.485Z Compiling webpki-roots v1.0.6
14912026-06-04T21:17:31.486Z Compiling thiserror-impl v1.0.69
14922026-06-04T21:17:31.494Z Compiling scroll_derive v0.12.1
14932026-06-04T21:17:31.614Z Compiling tokio v1.52.1
14942026-06-04T21:17:31.734Z Compiling http v1.4.0
14952026-06-04T21:17:31.754Z Compiling erased-serde v0.3.31
14962026-06-04T21:17:31.755Z Compiling toml_datetime v0.6.11
14972026-06-04T21:17:31.794Z Compiling serde_spanned v0.6.9
14982026-06-04T21:17:31.864Z Compiling serde_tokenstream v0.2.3
14992026-06-04T21:17:32.601Z Compiling serde_urlencoded v0.7.1
15002026-06-04T21:17:32.688Z Compiling idna_adapter v1.2.1
15012026-06-04T21:17:32.688Z Compiling derive_builder_macro v0.20.2
15022026-06-04T21:17:32.688Z Compiling idna v1.1.0
15032026-06-04T21:17:32.688Z Compiling md-5 v0.10.6
15042026-06-04T21:17:32.688Z Compiling darling_macro v0.21.3
15052026-06-04T21:17:32.688Z Compiling scroll v0.12.0
15062026-06-04T21:17:32.688Z Compiling bstr v1.12.1
15072026-06-04T21:17:32.688Z Compiling ppv-lite86 v0.2.21
15082026-06-04T21:17:32.689Z Compiling http-body v1.0.1
15092026-06-04T21:17:32.689Z Compiling url v2.5.8
15102026-06-04T21:17:32.689Z Compiling http-body-util v0.1.3
15112026-06-04T21:17:32.689Z Compiling async-trait v0.1.89
15122026-06-04T21:17:32.689Z Compiling pin-project-internal v1.1.11
15132026-06-04T21:17:32.761Z Compiling rand_chacha v0.9.0
15142026-06-04T21:17:32.806Z Compiling rand_chacha v0.3.1
15152026-06-04T21:17:32.806Z Compiling zerocopy-derive v0.7.35
15162026-06-04T21:17:32.851Z Compiling ff v0.13.1
15172026-06-04T21:17:32.877Z Compiling hash32 v0.2.1
15182026-06-04T21:17:32.888Z Compiling thiserror v1.0.69
15192026-06-04T21:17:36.919Z Compiling rand v0.9.2
15202026-06-04T21:17:36.919Z Compiling memoffset v0.9.1
15212026-06-04T21:17:36.919Z Compiling encoding_rs v0.8.35
15222026-06-04T21:17:36.919Z Compiling base16ct v0.2.0
15232026-06-04T21:17:36.919Z Compiling fallible-iterator v0.2.0
15242026-06-04T21:17:36.919Z Compiling rustix v0.38.44
15252026-06-04T21:17:36.919Z Compiling ref-cast v1.0.25
15262026-06-04T21:17:36.919Z Compiling dof v0.4.0
15272026-06-04T21:17:36.919Z Compiling proptest v1.10.0
15282026-06-04T21:17:36.919Z Compiling litrs v1.0.0
15292026-06-04T21:17:36.919Z Compiling num-bigint-dig v0.8.6
15302026-06-04T21:17:36.919Z Compiling cfg_aliases v0.2.1
15312026-06-04T21:17:36.919Z Compiling mime v0.3.17
15322026-06-04T21:17:36.919Z Compiling smoltcp v0.9.1
15332026-06-04T21:17:36.919Z Compiling psl-types v2.0.11
15342026-06-04T21:17:36.919Z Compiling zlib-rs v0.6.2
15352026-06-04T21:17:36.919Z Compiling nix v0.31.2
15362026-06-04T21:17:36.919Z Compiling pin-project v1.1.11
15372026-06-04T21:17:36.921Z Compiling ipnetwork v0.21.1
15382026-06-04T21:17:36.921Z Compiling publicsuffix v2.3.0
15392026-06-04T21:17:36.921Z Compiling zerocopy v0.7.35
15402026-06-04T21:17:36.921Z Compiling oxnet v0.1.4
15412026-06-04T21:17:36.921Z Compiling document-features v0.2.12
15422026-06-04T21:17:36.921Z Compiling postgres-protocol v0.6.10
15432026-06-04T21:17:36.921Z Compiling sec1 v0.7.3
15442026-06-04T21:17:36.921Z Compiling group v0.13.0
15452026-06-04T21:17:36.921Z Compiling rand v0.8.6
15462026-06-04T21:17:36.921Z Compiling darling v0.21.3
15472026-06-04T21:17:36.921Z Compiling derive_builder v0.20.2
15482026-06-04T21:17:36.921Z Compiling goblin v0.8.2
15492026-06-04T21:17:36.921Z Compiling futures-executor v0.3.32
15502026-06-04T21:17:36.921Z Compiling hubpack_derive v0.1.1
15512026-06-04T21:17:36.921Z Compiling hex v0.4.3
15522026-06-04T21:17:36.921Z Compiling hkdf v0.12.4
15532026-06-04T21:17:36.921Z Compiling crypto-bigint v0.5.5
15542026-06-04T21:17:36.922Z Compiling regex v1.12.3
15552026-06-04T21:17:36.922Z Compiling num-iter v0.1.45
15562026-06-04T21:17:36.922Z Compiling strum_macros v0.27.2
15572026-06-04T21:17:36.922Z Compiling daft-derive v0.1.7
15582026-06-04T21:17:36.922Z Compiling ref-cast-impl v1.0.25
15592026-06-04T21:17:36.922Z Compiling snafu-derive v0.8.9
15602026-06-04T21:17:36.922Z Compiling curve25519-dalek-derive v0.1.1
15612026-06-04T21:17:36.922Z Compiling phf_shared v0.13.1
15622026-06-04T21:17:36.922Z Compiling tokio-util v0.7.18
15632026-06-04T21:17:36.923Z Compiling tower v0.5.3
15642026-06-04T21:17:36.923Z Compiling tokio-native-tls v0.3.1
15652026-06-04T21:17:36.923Z Compiling terminal_size v0.4.3
15662026-06-04T21:17:36.923Z Compiling lazy_static v1.5.0
15672026-06-04T21:17:36.924Z Compiling vergen v9.1.0
15682026-06-04T21:17:36.924Z Compiling cargo-platform v0.3.2
15692026-06-04T21:17:36.924Z Compiling fs-err v3.3.0
15702026-06-04T21:17:36.924Z Compiling ahash v0.8.12
15712026-06-04T21:17:36.924Z Compiling same-file v1.0.6
15722026-06-04T21:17:36.924Z Compiling managed v0.8.0
15732026-06-04T21:17:36.924Z Compiling newtype-uuid v1.3.2
15742026-06-04T21:17:36.924Z Compiling tower-http v0.6.8
15752026-06-04T21:17:36.924Z Compiling libbz2-rs-sys v0.2.2
15762026-06-04T21:17:36.924Z Compiling foldhash v0.2.0
15772026-06-04T21:17:36.924Z Compiling bumpalo v3.20.2
15782026-06-04T21:17:36.924Z Compiling winnow v0.5.40
15792026-06-04T21:17:36.924Z Compiling unicode-segmentation v1.12.0
15802026-06-04T21:17:36.924Z Compiling h2 v0.4.13
15812026-06-04T21:17:36.924Z Compiling foldhash v0.1.5
15822026-06-04T21:17:36.924Z Compiling object v0.37.3
15832026-06-04T21:17:36.924Z Compiling bitflags v1.3.2
15842026-06-04T21:17:36.924Z Compiling hashbrown v0.15.5
15852026-06-04T21:17:36.924Z Compiling bzip2 v0.6.1
15862026-06-04T21:17:36.924Z Compiling zopfli v0.8.3
15872026-06-04T21:17:36.954Z Compiling hashbrown v0.16.1
15882026-06-04T21:17:36.954Z Compiling daft v0.1.7
15892026-06-04T21:17:36.954Z Compiling flate2 v1.1.9
15902026-06-04T21:17:37.065Z Compiling dof v0.3.0
15912026-06-04T21:17:37.191Z Compiling strum v0.27.2
15922026-06-04T21:17:37.198Z Compiling snafu v0.8.9
15932026-06-04T21:17:37.238Z Compiling cargo_metadata v0.23.1
15942026-06-04T21:17:37.269Z Compiling walkdir v2.5.0
15952026-06-04T21:17:37.295Z Compiling clap_builder v4.5.60
15962026-06-04T21:17:37.321Z Compiling elliptic-curve v0.13.8
15972026-06-04T21:17:37.678Z Compiling phf v0.13.1
15982026-06-04T21:17:37.695Z Compiling toml_edit v0.19.15
15992026-06-04T21:17:37.695Z Compiling signal-hook-mio v0.2.5
16002026-06-04T21:17:37.695Z Compiling cookie_store v0.22.1
16012026-06-04T21:17:37.702Z Compiling hubpack v0.1.2
16022026-06-04T21:17:37.711Z Compiling usdt-macro v0.6.0
16032026-06-04T21:17:37.733Z Compiling usdt-attr-macro v0.6.0
16042026-06-04T21:17:37.773Z Compiling bzip2 v0.4.4
16052026-06-04T21:17:37.848Z Compiling futures v0.3.32
16062026-06-04T21:17:37.940Z Compiling serde_with_macros v3.17.0
16072026-06-04T21:17:37.951Z Compiling postgres-types v0.2.12
16082026-06-04T21:17:38.138Z Compiling zstd v0.13.3
16092026-06-04T21:17:38.352Z Compiling dtrace-parser v0.2.0
16102026-06-04T21:17:38.403Z Compiling globset v0.4.18
16112026-06-04T21:17:38.452Z Compiling pkcs1 v0.7.5
16122026-06-04T21:17:38.547Z Compiling ed25519 v2.2.3
16132026-06-04T21:17:38.563Z Compiling serde-big-array v0.5.1
16142026-06-04T21:17:38.622Z Compiling olpc-cjson v0.1.4
16152026-06-04T21:17:38.712Z Compiling serde_plain v1.0.2
16162026-06-04T21:17:38.786Z Compiling rfc6979 v0.4.0
16172026-06-04T21:17:38.811Z Compiling async-recursion v1.1.1
16182026-06-04T21:17:38.940Z Compiling strum_macros v0.26.4
16192026-06-04T21:17:38.947Z Compiling serde_repr v0.1.20
16202026-06-04T21:17:38.947Z Compiling enum-as-inner v0.6.1
16212026-06-04T21:17:39.157Z Compiling clap_derive v4.5.55
16222026-06-04T21:17:39.173Z Compiling phf_shared v0.11.3
16232026-06-04T21:17:39.176Z Compiling float-cmp v0.10.0
16242026-06-04T21:17:39.217Z Compiling pem v3.0.6
16252026-06-04T21:17:39.365Z Compiling thread-id v4.2.2
16262026-06-04T21:17:39.386Z Compiling memmap2 v0.9.10
16272026-06-04T21:17:39.472Z Compiling hyper v1.8.1
16282026-06-04T21:17:39.498Z Compiling env_filter v1.0.0
16292026-06-04T21:17:39.514Z Compiling fixedbitset v0.5.7
16302026-06-04T21:17:39.531Z Compiling data-encoding v2.10.0
16312026-06-04T21:17:39.545Z Compiling either v1.15.0
16322026-06-04T21:17:39.575Z Compiling whoami v2.1.0
16332026-06-04T21:17:39.632Z Compiling difflib v0.4.0
16342026-06-04T21:17:39.790Z Compiling static_assertions v1.1.0
16352026-06-04T21:17:39.869Z Compiling fixedbitset v0.4.2
16362026-06-04T21:17:39.926Z Compiling predicates-core v1.0.10
16372026-06-04T21:17:39.943Z Compiling jiff v0.2.21
16382026-06-04T21:17:40.046Z Compiling precomputed-hash v0.1.1
16392026-06-04T21:17:40.133Z Compiling keccak v0.1.6
16402026-06-04T21:17:40.152Z Compiling normalize-line-endings v0.3.0
16412026-06-04T21:17:40.167Z Compiling new_debug_unreachable v1.0.6
16422026-06-04T21:17:40.254Z Compiling typed-path v0.9.3
16432026-06-04T21:17:40.268Z Compiling predicates v3.1.4
16442026-06-04T21:17:40.310Z Compiling string_cache v0.8.9
16452026-06-04T21:17:40.346Z Compiling sha3 v0.10.8
16462026-06-04T21:17:40.366Z Compiling petgraph v0.6.5
16472026-06-04T21:17:40.531Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16482026-06-04T21:17:40.551Z Compiling hickory-proto v0.25.2
16492026-06-04T21:17:40.581Z Compiling tokio-postgres v0.7.16
16502026-06-04T21:17:40.585Z Compiling itertools v0.13.0
16512026-06-04T21:17:40.837Z Compiling hyper-util v0.1.20
16522026-06-04T21:17:40.860Z Compiling strum v0.26.3
16532026-06-04T21:17:40.986Z Compiling petgraph v0.8.3
16542026-06-04T21:17:41.021Z Compiling env_logger v0.11.9
16552026-06-04T21:17:41.040Z Compiling usdt v0.6.0
16562026-06-04T21:17:41.147Z Compiling clap v4.5.60
16572026-06-04T21:17:41.220Z Compiling toml_edit v0.22.27
16582026-06-04T21:17:41.382Z Compiling usdt-impl v0.5.0
16592026-06-04T21:17:41.435Z Compiling serde_with v3.17.0
16602026-06-04T21:17:41.459Z Compiling toml v0.7.8
16612026-06-04T21:17:41.639Z Compiling crossterm v0.28.1
16622026-06-04T21:17:41.918Z Compiling ecdsa v0.16.9
16632026-06-04T21:17:41.937Z Compiling ed25519-dalek v2.2.0
16642026-06-04T21:17:42.125Z Compiling rsa v0.9.10
16652026-06-04T21:17:42.372Z Compiling hyper-tls v0.6.0
16662026-06-04T21:17:42.609Z Compiling zip v0.6.6
16672026-06-04T21:17:42.658Z Compiling iddqd v0.4.2
16682026-06-04T21:17:42.696Z Compiling zip v4.6.1
16692026-06-04T21:17:43.154Z Compiling similar v2.7.0
16702026-06-04T21:17:43.240Z Compiling heck v0.4.1
16712026-06-04T21:17:43.301Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-06-04T21:17:43.343Z Compiling tokio-stream v0.1.18
16732026-06-04T21:17:43.424Z Compiling buf-list v1.1.2
16742026-06-04T21:17:43.486Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-06-04T21:17:43.543Z Compiling openapiv3 v2.2.0
16762026-06-04T21:17:44.027Z Compiling x509-cert v0.2.5
16772026-06-04T21:17:44.053Z Compiling sha1 v0.10.6
16782026-06-04T21:17:44.053Z Compiling crossbeam-epoch v0.9.18
16792026-06-04T21:17:44.053Z Compiling lalrpop-util v0.19.12
16802026-06-04T21:17:44.053Z Compiling peg-runtime v0.8.5
16812026-06-04T21:17:44.053Z Compiling thread_local v1.1.9
16822026-06-04T21:17:44.053Z Compiling slog-async v2.8.0
16832026-06-04T21:17:44.105Z Compiling crossbeam-channel v0.5.15
16842026-06-04T21:17:44.199Z Compiling is-terminal v0.4.17
16852026-06-04T21:17:44.199Z Compiling filetime v0.2.27
16862026-06-04T21:17:44.200Z Compiling take_mut v0.2.2
16872026-06-04T21:17:44.259Z Compiling xattr v1.6.1
16882026-06-04T21:17:44.259Z Compiling term v1.2.1
16892026-06-04T21:17:44.391Z Compiling tar v0.4.45
16902026-06-04T21:17:44.576Z Compiling slog-term v2.9.2
16912026-06-04T21:18:02.233Z Compiling rustls-webpki v0.103.9
16922026-06-04T21:18:05.080Z Compiling tokio-rustls v0.26.4
16932026-06-04T21:18:05.080Z Compiling rustls-platform-verifier v0.6.2
16942026-06-04T21:18:05.294Z Compiling hyper-rustls v0.27.7
16952026-06-04T21:18:05.500Z Compiling reqwest v0.12.28
16962026-06-04T21:18:05.500Z Compiling reqwest v0.13.2
16972026-06-04T21:18:06.763Z Compiling tough v0.22.0
16982026-06-04T21:18:09.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-06-04T21:18:09.591Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-06-04T21:18:12.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.72s
17012026-06-04T21:18:12.715Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-06-04T21:18:12.715ZJun 04 21:18:12.254 INFO Starting download, target: TransceiverControl
17032026-06-04T21:18:12.715ZJun 04 21:18:12.255 INFO Starting download, target: Cockroach
17042026-06-04T21:18:12.715ZJun 04 21:18:12.255 INFO Starting download, target: Clickhouse
17052026-06-04T21:18:12.715ZJun 04 21:18:12.255 INFO Starting download, target: Console
17062026-06-04T21:18:12.715ZJun 04 21:18:12.255 INFO Starting download, target: DendriteStub
17072026-06-04T21:18:12.716ZJun 04 21:18:12.255 INFO Starting download, target: MaghemiteMgd
17082026-06-04T21:18:12.724ZJun 04 21:18:12.255 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-04T21:18:12.724ZJun 04 21:18:12.255 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-06-04T21:18:12.724ZJun 04 21:18:12.255 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-04T21:18:12.724ZJun 04 21:18:12.255 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-06-04T21:18:12.724ZJun 04 21:18:12.255 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-06-04T21:18:12.724ZJun 04 21:18:12.255 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-06-04T21:18:13.701ZJun 04 21:18:13.248 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-06-04T21:18:13.958ZJun 04 21:18:13.499 INFO Download complete, target: Console
17162026-06-04T21:18:14.510ZJun 04 21:18:14.052 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17172026-06-04T21:18:21.301ZJun 04 21:18:20.849 INFO Checking that binary works, target: Clickhouse
17182026-06-04T21:18:21.402ZJun 04 21:18:20.952 INFO Download complete, target: Clickhouse
17192026-06-04T21:18:52.792ZJun 04 21:18:52.328 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17202026-06-04T21:18:53.065ZJun 04 21:18:52.539 INFO Download complete, target: TransceiverControl
17212026-06-04T21:18:54.601ZJun 04 21:18:54.150 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-06-04T21:18:55.093ZJun 04 21:18:54.630 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17232026-06-04T21:18:55.685ZJun 04 21:18:55.236 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-06-04T21:18:55.685ZJun 04 21:18:55.236 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-06-04T21:18:57.102ZJun 04 21:18:56.652 INFO Download complete, target: DendriteStub
17262026-06-04T21:18:57.597ZJun 04 21:18:57.110 INFO Download complete, target: MaghemiteMgd
17272026-06-04T21:19:00.485ZJun 04 21:19:00.035 INFO Checking that binary works, target: Cockroach
17282026-06-04T21:19:00.619ZJun 04 21:19:00.168 INFO Download complete, target: Cockroach
17292026-06-04T21:19:00.623ZAll prerequisites installed successfully
17302026-06-04T21:19:00.627Z
17312026-06-04T21:19:00.627Zreal 3:08.726978895
17322026-06-04T21:19:00.627Zuser 7:15.424126718
17332026-06-04T21:19:00.627Zsys 1:46.507925251
17342026-06-04T21:19:00.627Ztrap 0.286879884
17352026-06-04T21:19:00.627Ztflt 1.168218159
17362026-06-04T21:19:00.628Zdflt 1.705731656
17372026-06-04T21:19:00.628Zkflt 0.029057539
17382026-06-04T21:19:00.628Zlock 36:30.761019950
17392026-06-04T21:19:00.628Zslp 21:58.903509293
17402026-06-04T21:19:00.628Zlat 26.421981317
17412026-06-04T21:19:00.628Zstop 2:56.651087177
17422026-06-04T21:19:00.628Z+ ptime -m cargo xtask download softnpu
17432026-06-04T21:19:01.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17442026-06-04T21:19:01.264Z Running `target/debug/xtask download softnpu`
17452026-06-04T21:19:02.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
17462026-06-04T21:19:02.115Z Running `target/debug/xtask-downloader softnpu`
17472026-06-04T21:19:02.168ZJun 04 21:19:01.675 INFO Starting download, target: Softnpu
17482026-06-04T21:19:02.296ZJun 04 21:19:01.676 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-06-04T21:19:04.051ZJun 04 21:19:03.600 INFO Download complete, target: Softnpu
17502026-06-04T21:19:04.054Z
17512026-06-04T21:19:04.055Zreal 3.423928899
17522026-06-04T21:19:04.055Zuser 1.420864407
17532026-06-04T21:19:04.055Zsys 0.702704855
17542026-06-04T21:19:04.055Ztrap 0.000956230
17552026-06-04T21:19:04.055Ztflt 0.000202600
17562026-06-04T21:19:04.055Zdflt 0.000070870
17572026-06-04T21:19:04.055Zkflt 0.000000000
17582026-06-04T21:19:04.056Zlock 36.129742021
17592026-06-04T21:19:04.056Zslp 1.769912909
17602026-06-04T21:19:04.056Zlat 0.108125328
17612026-06-04T21:19:04.056Zstop 0.000489940
17622026-06-04T21:19:04.060Z+ export CARGO_INCREMENTAL=0
17632026-06-04T21:19:04.060Z+ CARGO_INCREMENTAL=0
17642026-06-04T21:19:04.060Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-06-04T21:19:04.979Z Compiling proc-macro2 v1.0.106
17662026-06-04T21:19:04.979Z Compiling quote v1.0.45
17672026-06-04T21:19:04.979Z Compiling unicode-ident v1.0.24
17682026-06-04T21:19:04.979Z Compiling libc v0.2.185
17692026-06-04T21:19:04.982Z Compiling serde_core v1.0.228
17702026-06-04T21:19:04.982Z Compiling serde v1.0.228
17712026-06-04T21:19:04.982Z Compiling cfg-if v1.0.4
17722026-06-04T21:19:04.982Z Compiling version_check v0.9.5
17732026-06-04T21:19:04.982Z Compiling shlex v1.3.0
17742026-06-04T21:19:04.982Z Compiling find-msvc-tools v0.1.9
17752026-06-04T21:19:04.982Z Compiling typenum v1.19.0
17762026-06-04T21:19:05.129Z Compiling zmij v1.0.21
17772026-06-04T21:19:05.141Z Compiling autocfg v1.5.0
17782026-06-04T21:19:05.161Z Compiling memchr v2.8.0
17792026-06-04T21:19:05.164Z Compiling serde_json v1.0.149
17802026-06-04T21:19:05.243Z Compiling portable-atomic v1.13.1
17812026-06-04T21:19:05.378Z Compiling libm v0.2.16
17822026-06-04T21:19:05.397Z Compiling zerocopy v0.8.40
17832026-06-04T21:19:05.597Z Compiling generic-array v0.14.7
17842026-06-04T21:19:05.716Z Compiling parking_lot_core v0.9.12
17852026-06-04T21:19:05.736Z Compiling smallvec v1.15.1
17862026-06-04T21:19:05.758Z Compiling icu_normalizer_data v2.1.1
17872026-06-04T21:19:05.761Z Compiling icu_properties_data v2.1.2
17882026-06-04T21:19:05.794Z Compiling num-traits v0.2.19
17892026-06-04T21:19:05.812Z Compiling itoa v1.0.17
17902026-06-04T21:19:05.816Z Compiling getrandom v0.4.1
17912026-06-04T21:19:05.844Z Compiling log v0.4.29
17922026-06-04T21:19:05.926Z Compiling stable_deref_trait v1.2.1
17932026-06-04T21:19:05.943Z Compiling pkg-config v0.3.32
17942026-06-04T21:19:06.000Z Compiling subtle v2.6.1
17952026-06-04T21:19:06.089Z Compiling jobserver v0.1.34
17962026-06-04T21:19:06.093Z Compiling getrandom v0.2.17
17972026-06-04T21:19:06.174Z Compiling errno v0.3.14
17982026-06-04T21:19:06.192Z Compiling scopeguard v1.2.0
17992026-06-04T21:19:06.256Z Compiling rand_core v0.6.4
18002026-06-04T21:19:06.312Z Compiling cc v1.2.56
18012026-06-04T21:19:06.385Z Compiling lock_api v0.4.14
18022026-06-04T21:19:06.448Z Compiling writeable v0.6.2
18032026-06-04T21:19:06.464Z Compiling syn v2.0.117
18042026-06-04T21:19:06.479Z Compiling litemap v0.8.1
18052026-06-04T21:19:06.498Z Compiling percent-encoding v2.3.2
18062026-06-04T21:19:06.583Z Compiling fnv v1.0.7
18072026-06-04T21:19:06.597Z Compiling pin-project-lite v0.2.17
18082026-06-04T21:19:06.691Z Compiling thiserror v2.0.18
18092026-06-04T21:19:06.728Z Compiling getrandom v0.3.4
18102026-06-04T21:19:06.731Z Compiling fs_extra v1.3.0
18112026-06-04T21:19:06.772Z Compiling equivalent v1.0.2
18122026-06-04T21:19:06.809Z Compiling dunce v1.0.5
18132026-06-04T21:19:06.863Z Compiling rustversion v1.0.22
18142026-06-04T21:19:06.913Z Compiling schemars v0.8.22
18152026-06-04T21:19:06.930Z Compiling utf8_iter v1.0.4
18162026-06-04T21:19:06.933Z Compiling rand_core v0.10.0
18172026-06-04T21:19:07.079Z Compiling form_urlencoded v1.2.2
18182026-06-04T21:19:07.128Z Compiling cmake v0.1.57
18192026-06-04T21:19:07.263Z Compiling critical-section v1.2.0
18202026-06-04T21:19:07.276Z Compiling signal-hook-registry v1.4.8
18212026-06-04T21:19:07.304Z Compiling hashbrown v0.17.0
18222026-06-04T21:19:07.333Z Compiling rustix v1.1.3
18232026-06-04T21:19:07.391Z Compiling socket2 v0.6.3
18242026-06-04T21:19:07.595Z Compiling bitflags v2.11.0
18252026-06-04T21:19:07.690Z Compiling semver v1.0.28
18262026-06-04T21:19:07.711Z Compiling once_cell v1.21.3
18272026-06-04T21:19:07.726Z Compiling ring v0.17.14
18282026-06-04T21:19:07.731Z Compiling aws-lc-sys v0.40.0
18292026-06-04T21:19:07.758Z Compiling parking_lot v0.12.5
18302026-06-04T21:19:07.786Z Compiling mio v1.2.0
18312026-06-04T21:19:07.933Z Compiling indexmap v2.14.0
18322026-06-04T21:19:07.957Z Compiling const-oid v0.9.6
18332026-06-04T21:19:08.060Z Compiling heck v0.5.0
18342026-06-04T21:19:08.129Z Compiling aws-lc-rs v1.16.3
18352026-06-04T21:19:08.145Z Compiling futures-core v0.3.32
18362026-06-04T21:19:08.303Z Compiling httparse v1.10.1
18372026-06-04T21:19:08.338Z Compiling strsim v0.11.1
18382026-06-04T21:19:08.355Z Compiling thiserror v1.0.69
18392026-06-04T21:19:08.371Z Compiling vcpkg v0.2.15
18402026-06-04T21:19:08.579Z Compiling ucd-trie v0.1.7
18412026-06-04T21:19:08.690Z Compiling iana-time-zone v0.1.65
18422026-06-04T21:19:08.690Z Compiling byteorder v1.5.0
18432026-06-04T21:19:08.695Z Compiling syn v1.0.109
18442026-06-04T21:19:08.733Z Compiling regex-syntax v0.8.10
18452026-06-04T21:19:08.736Z Compiling ident_case v1.0.1
18462026-06-04T21:19:08.736Z Compiling uuid v1.23.0
18472026-06-04T21:19:08.782Z Compiling pest v2.8.6
18482026-06-04T21:19:08.813Z Compiling cpufeatures v0.2.17
18492026-06-04T21:19:08.911Z Compiling rustls v0.23.37
18502026-06-04T21:19:09.001Z Compiling openssl-sys v0.9.115
18512026-06-04T21:19:09.112Z Compiling futures-sink v0.3.32
18522026-06-04T21:19:09.143Z Compiling rustc_version v0.4.1
18532026-06-04T21:19:09.268Z Compiling futures-channel v0.3.32
18542026-06-04T21:19:09.283Z Compiling futures-io v0.3.32
18552026-06-04T21:19:09.338Z Compiling slab v0.4.12
18562026-06-04T21:19:09.380Z Compiling futures-task v0.3.32
18572026-06-04T21:19:09.435Z Compiling synstructure v0.13.2
18582026-06-04T21:19:09.465Z Compiling serde_derive_internals v0.29.1
18592026-06-04T21:19:09.567Z Compiling aho-corasick v1.1.4
18602026-06-04T21:19:09.586Z Compiling dyn-clone v1.0.20
18612026-06-04T21:19:09.909Z Compiling base64 v0.22.1
18622026-06-04T21:19:09.920Z Compiling openssl v0.10.79
18632026-06-04T21:19:09.920Z Compiling plain v0.2.3
18642026-06-04T21:19:09.948Z Compiling pest_meta v2.8.6
18652026-06-04T21:19:09.999Z Compiling crc32fast v1.5.0
18662026-06-04T21:19:10.054Z Compiling crossbeam-utils v0.8.21
18672026-06-04T21:19:10.133Z Compiling num-conv v0.2.0
18682026-06-04T21:19:10.245Z Compiling time-core v0.1.8
18692026-06-04T21:19:10.313Z Compiling pretty-hex v0.4.1
18702026-06-04T21:19:10.316Z Compiling native-tls v0.2.18
18712026-06-04T21:19:10.363Z Compiling anyhow v1.0.102
18722026-06-04T21:19:10.381Z Compiling base64ct v1.8.3
18732026-06-04T21:19:10.384Z Compiling darling_core v0.21.3
18742026-06-04T21:19:10.420Z Compiling time-macros v0.2.27
18752026-06-04T21:19:10.439Z Compiling regex-automata v0.4.14
18762026-06-04T21:19:10.551Z Compiling tracing-core v0.1.36
18772026-06-04T21:19:10.581Z Compiling pest_generator v2.8.6
18782026-06-04T21:19:10.661Z Compiling pem-rfc7468 v0.7.0
18792026-06-04T21:19:10.713Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-06-04T21:19:10.769Z Compiling serde_derive v1.0.228
18812026-06-04T21:19:10.961Z Compiling zeroize_derive v1.4.3
18822026-06-04T21:19:10.979Z Compiling zerofrom-derive v0.1.6
18832026-06-04T21:19:10.995Z Compiling yoke-derive v0.8.1
18842026-06-04T21:19:11.072Z Compiling zerovec-derive v0.11.2
18852026-06-04T21:19:11.118Z Compiling displaydoc v0.2.5
18862026-06-04T21:19:11.349Z Compiling zerocopy-derive v0.8.40
18872026-06-04T21:19:11.370Z Compiling tokio-macros v2.7.0
18882026-06-04T21:19:11.442Z Compiling futures-macro v0.3.32
18892026-06-04T21:19:11.612Z Compiling zeroize v1.8.2
18902026-06-04T21:19:11.935Z Compiling thiserror-impl v2.0.18
18912026-06-04T21:19:12.057Z Compiling schemars_derive v0.8.22
18922026-06-04T21:19:12.072Z Compiling tracing-attributes v0.1.31
18932026-06-04T21:19:12.165Z Compiling der_derive v0.7.3
18942026-06-04T21:19:12.182Z Compiling zerofrom v0.1.6
18952026-06-04T21:19:12.299Z Compiling yoke v0.8.1
18962026-06-04T21:19:12.476Z Compiling crypto-common v0.1.7
18972026-06-04T21:19:12.494Z Compiling zerovec v0.11.5
18982026-06-04T21:19:12.497Z Compiling zerotrie v0.2.3
18992026-06-04T21:19:12.717Z Compiling block-buffer v0.10.4
19002026-06-04T21:19:12.882Z Compiling digest v0.10.7
19012026-06-04T21:19:12.994Z Compiling thiserror-impl v1.0.69
19022026-06-04T21:19:13.155Z Compiling tinystr v0.8.2
19032026-06-04T21:19:13.158Z Compiling potential_utf v0.1.4
19042026-06-04T21:19:13.190Z Compiling pest_derive v2.8.6
19052026-06-04T21:19:13.222Z Compiling futures-util v0.3.32
19062026-06-04T21:19:13.345Z Compiling hmac v0.12.1
19072026-06-04T21:19:13.356Z Compiling icu_collections v2.1.1
19082026-06-04T21:19:13.395Z Compiling icu_locale_core v2.1.1
19092026-06-04T21:19:13.709Z Compiling block-padding v0.3.3
19102026-06-04T21:19:13.897Z Compiling inout v0.1.4
19112026-06-04T21:19:14.075Z Compiling rustls-pki-types v1.14.0
19122026-06-04T21:19:14.134Z Compiling bytes v1.11.1
19132026-06-04T21:19:14.154Z Compiling icu_provider v2.1.1
19142026-06-04T21:19:14.190Z Compiling chrono v0.4.44
19152026-06-04T21:19:14.207Z Compiling openssl-macros v0.1.1
19162026-06-04T21:19:14.237Z Compiling serde_tokenstream v0.2.3
19172026-06-04T21:19:14.571Z Compiling icu_properties v2.1.2
19182026-06-04T21:19:14.574Z Compiling icu_normalizer v2.1.1
19192026-06-04T21:19:14.632Z Compiling cipher v0.4.4
19202026-06-04T21:19:14.786Z Compiling tokio v1.52.1
19212026-06-04T21:19:15.088Z Compiling sha2 v0.10.9
19222026-06-04T21:19:15.528Z Compiling scroll_derive v0.12.1
19232026-06-04T21:19:15.698Z Compiling idna_adapter v1.2.1
19242026-06-04T21:19:15.810Z Compiling ppv-lite86 v0.2.21
19252026-06-04T21:19:15.872Z Compiling idna v1.1.0
19262026-06-04T21:19:15.991Z Compiling scroll_derive v0.13.1
19272026-06-04T21:19:16.110Z Compiling http v1.4.0
19282026-06-04T21:19:16.170Z Compiling untrusted v0.9.0
19292026-06-04T21:19:16.219Z Compiling flagset v0.4.7
19302026-06-04T21:19:16.235Z Compiling url v2.5.8
19312026-06-04T21:19:16.320Z Compiling tracing v0.1.44
19322026-06-04T21:19:16.468Z Compiling der v0.7.10
19332026-06-04T21:19:16.590Z Compiling regex v1.12.3
19342026-06-04T21:19:16.642Z Compiling darling_macro v0.21.3
19352026-06-04T21:19:16.766Z Compiling zerocopy-derive v0.7.35
19362026-06-04T21:19:16.795Z Compiling rand_core v0.9.5
19372026-06-04T21:19:17.084Z Compiling slog v2.8.2
19382026-06-04T21:19:17.442Z Compiling spki v0.7.3
19392026-06-04T21:19:17.601Z Compiling darling v0.21.3
19402026-06-04T21:19:17.617Z Compiling salsa20 v0.10.2
19412026-06-04T21:19:17.679Z Compiling pbkdf2 v0.12.2
19422026-06-04T21:19:18.126Z Compiling cookie v0.18.1
19432026-06-04T21:19:18.205Z Compiling camino v1.2.2
19442026-06-04T21:19:18.531Z Compiling scrypt v0.11.0
19452026-06-04T21:19:18.547Z Compiling rand_chacha v0.9.0
19462026-06-04T21:19:18.642Z Compiling http-body v1.0.1
19472026-06-04T21:19:18.675Z Compiling cbc v0.1.2
19482026-06-04T21:19:18.796Z Compiling aes v0.8.4
19492026-06-04T21:19:18.872Z Compiling tokio-util v0.7.18
19502026-06-04T21:19:18.905Z Compiling usdt-impl v0.5.0
19512026-06-04T21:19:18.990Z Compiling openssl-probe v0.2.1
19522026-06-04T21:19:18.998Z Compiling ref-cast v1.0.25
19532026-06-04T21:19:18.998Z Compiling untrusted v0.7.1
19542026-06-04T21:19:19.032Z Compiling tinyvec_macros v0.1.1
19552026-06-04T21:19:19.126Z Compiling winnow v0.7.14
19562026-06-04T21:19:19.143Z Compiling paste v1.0.15
19572026-06-04T21:19:19.146Z Compiling atomic-waker v1.1.2
19582026-06-04T21:19:19.176Z Compiling usdt-impl v0.6.0
19592026-06-04T21:19:19.325Z Compiling either v1.15.0
19602026-06-04T21:19:19.341Z Compiling pkcs5 v0.7.1
19612026-06-04T21:19:19.431Z Compiling tinyvec v1.10.0
19622026-06-04T21:19:19.636Z Compiling rand v0.9.2
19632026-06-04T21:19:19.900Z Compiling scroll v0.13.0
19642026-06-04T21:19:20.101Z Compiling scroll v0.12.0
19652026-06-04T21:19:20.139Z Compiling toml_datetime v0.6.11
19662026-06-04T21:19:20.313Z Compiling serde_spanned v0.6.9
19672026-06-04T21:19:20.327Z Compiling async-trait v0.1.89
19682026-06-04T21:19:20.327Z Compiling heapless v0.7.17
19692026-06-04T21:19:20.382Z Compiling bzip2-sys v0.1.13+1.0.8
19702026-06-04T21:19:20.398Z Compiling try-lock v0.2.5
19712026-06-04T21:19:20.401Z Compiling tower-layer v0.3.3
19722026-06-04T21:19:20.602Z Compiling fastrand v2.3.0
19732026-06-04T21:19:20.617Z Compiling tower-service v0.3.3
19742026-06-04T21:19:20.736Z Compiling zstd-safe v7.2.4
19752026-06-04T21:19:20.753Z Compiling signal-hook v0.3.18
19762026-06-04T21:19:20.866Z Compiling h2 v0.4.13
19772026-06-04T21:19:20.936Z Compiling want v0.3.1
19782026-06-04T21:19:20.952Z Compiling toml_parser v1.0.9+spec-1.1.0
19792026-06-04T21:19:21.002Z Compiling goblin v0.8.2
19802026-06-04T21:19:21.156Z Compiling goblin v0.10.5
19812026-06-04T21:19:21.216Z Compiling pkcs8 v0.10.2
19822026-06-04T21:19:21.478Z Compiling zerocopy v0.7.35
19832026-06-04T21:19:21.542Z Compiling ipnet v2.11.0
19842026-06-04T21:19:21.577Z Compiling ref-cast-impl v1.0.25
19852026-06-04T21:19:21.797Z Compiling curve25519-dalek v4.1.3
19862026-06-04T21:19:22.073Z Compiling darling_core v0.20.11
19872026-06-04T21:19:22.106Z Compiling memoffset v0.9.1
19882026-06-04T21:19:22.129Z Compiling rustix v0.38.44
19892026-06-04T21:19:22.379Z Compiling pin-utils v0.1.0
19902026-06-04T21:19:22.442Z Compiling foreign-types-shared v0.1.1
19912026-06-04T21:19:22.564Z Compiling winnow v0.5.40
19922026-06-04T21:19:22.590Z Compiling httpdate v1.0.3
19932026-06-04T21:19:22.642Z Compiling litrs v1.0.0
19942026-06-04T21:19:22.829Z Compiling foreign-types v0.3.2
19952026-06-04T21:19:22.920Z Compiling tempfile v3.25.0
19962026-06-04T21:19:23.147Z Compiling document-features v0.2.12
19972026-06-04T21:19:23.349Z Compiling unicode-normalization v0.1.25
19982026-06-04T21:19:23.708Z Compiling dof v0.3.0
19992026-06-04T21:19:23.754Z Compiling dtrace-parser v0.2.0
20002026-06-04T21:19:24.016Z Compiling hyper v1.8.1
20012026-06-04T21:19:24.028Z Compiling dof v0.4.0
20022026-06-04T21:19:24.090Z Compiling toml_edit v0.19.15
20032026-06-04T21:19:24.159Z Compiling darling_macro v0.20.11
20042026-06-04T21:19:24.301Z Compiling dtrace-parser v0.3.0
20052026-06-04T21:19:24.370Z Compiling daft-derive v0.1.7
20062026-06-04T21:19:24.402Z Compiling pin-project-internal v1.1.11
20072026-06-04T21:19:24.543Z Compiling spin v0.9.8
20082026-06-04T21:19:24.553Z Compiling thread-id v5.1.0
20092026-06-04T21:19:24.637Z Compiling thread-id v4.2.2
20102026-06-04T21:19:24.673Z Compiling smoltcp v0.9.1
20112026-06-04T21:19:24.742Z Compiling cfg_aliases v0.2.1
20122026-06-04T21:19:24.778Z Compiling num-bigint-dig v0.8.6
20132026-06-04T21:19:24.910Z Compiling powerfmt v0.2.0
20142026-06-04T21:19:24.938Z Compiling nix v0.31.2
20152026-06-04T21:19:25.117Z Compiling hyper-util v0.1.20
20162026-06-04T21:19:25.120Z Compiling deranged v0.5.8
20172026-06-04T21:19:25.150Z Compiling darling v0.20.11
20182026-06-04T21:19:25.559Z Compiling rustls-native-certs v0.8.3
20192026-06-04T21:19:25.604Z Compiling ipnetwork v0.21.1
20202026-06-04T21:19:26.006Z Compiling strum_macros v0.26.4
20212026-06-04T21:19:26.324Z Compiling curve25519-dalek-derive v0.1.1
20222026-06-04T21:19:26.443Z Compiling sync_wrapper v1.0.2
20232026-06-04T21:19:26.459Z Compiling wait-timeout v0.2.1
20242026-06-04T21:19:26.716Z Compiling num_threads v0.1.7
20252026-06-04T21:19:26.833Z Compiling bit-vec v0.8.0
20262026-06-04T21:19:26.903Z Compiling quick-error v1.2.3
20272026-06-04T21:19:27.070Z Compiling simd-adler32 v0.3.8
20282026-06-04T21:19:27.082Z Compiling utf8parse v0.2.2
20292026-06-04T21:19:27.082Z Compiling siphasher v1.0.2
20302026-06-04T21:19:27.082Z Compiling anstyle v1.0.13
20312026-06-04T21:19:27.146Z Compiling anstyle-parse v0.2.7
20322026-06-04T21:19:27.194Z Compiling bit-set v0.8.0
20332026-06-04T21:19:27.251Z Compiling rusty-fork v0.3.1
20342026-06-04T21:19:27.361Z Compiling time v0.3.47
20352026-06-04T21:19:27.384Z Compiling tower v0.5.3
20362026-06-04T21:19:27.794Z Compiling derive_builder_core v0.20.2
20372026-06-04T21:19:27.925Z Compiling http-body-util v0.1.3
20382026-06-04T21:19:28.198Z Compiling webpki-roots v1.0.6
20392026-06-04T21:19:28.245Z Compiling rand_xorshift v0.4.0
20402026-06-04T21:19:28.334Z Compiling signature v2.2.0
20412026-06-04T21:19:28.350Z Compiling hubpack_derive v0.1.1
20422026-06-04T21:19:28.365Z Compiling strum_macros v0.27.2
20432026-06-04T21:19:28.415Z Compiling snafu-derive v0.8.9
20442026-06-04T21:19:28.640Z Compiling fs-err v3.3.0
20452026-06-04T21:19:28.757Z Compiling ahash v0.8.12
20462026-06-04T21:19:28.799Z Compiling encoding_rs v0.8.35
20472026-06-04T21:19:28.832Z Compiling allocator-api2 v0.2.21
20482026-06-04T21:19:28.989Z Compiling anstyle-query v1.1.5
20492026-06-04T21:19:29.127Z Compiling colorchoice v1.0.4
20502026-06-04T21:19:29.140Z Compiling ryu v1.0.23
20512026-06-04T21:19:29.140Z Compiling iri-string v0.7.10
20522026-06-04T21:19:29.157Z Compiling unicode-properties v0.1.4
20532026-06-04T21:19:29.210Z Compiling is_terminal_polyfill v1.70.2
20542026-06-04T21:19:29.232Z Compiling mime v0.3.17
20552026-06-04T21:19:29.255Z Compiling unarray v0.1.4
20562026-06-04T21:19:29.284Z Compiling unicode-bidi v0.3.18
20572026-06-04T21:19:29.404Z Compiling object v0.37.3
20582026-06-04T21:19:29.458Z Compiling unicode-segmentation v1.12.0
20592026-06-04T21:19:29.497Z Compiling adler2 v2.0.1
20602026-06-04T21:19:29.686Z Compiling stringprep v0.1.5
20612026-06-04T21:19:29.702Z Compiling miniz_oxide v0.8.9
20622026-06-04T21:19:29.804Z Compiling proptest v1.10.0
20632026-06-04T21:19:29.851Z Compiling anstream v0.6.21
20642026-06-04T21:19:29.884Z Compiling serde_urlencoded v0.7.1
20652026-06-04T21:19:30.205Z Compiling derive_builder_macro v0.20.2
20662026-06-04T21:19:30.294Z Compiling tokio-native-tls v0.3.1
20672026-06-04T21:19:30.460Z Compiling tower-http v0.6.8
20682026-06-04T21:19:30.496Z Compiling usdt-macro v0.6.0
20692026-06-04T21:19:30.512Z Compiling usdt-attr-macro v0.6.0
20702026-06-04T21:19:30.958Z Compiling rand_chacha v0.3.1
20712026-06-04T21:19:30.997Z Compiling erased-serde v0.3.31
20722026-06-04T21:19:31.072Z Compiling md-5 v0.10.6
20732026-06-04T21:19:31.076Z Compiling bstr v1.12.1
20742026-06-04T21:19:31.263Z Compiling num-integer v0.1.46
20752026-06-04T21:19:31.282Z Compiling hash32 v0.2.1
20762026-06-04T21:19:31.340Z Compiling vergen-lib v9.1.0
20772026-06-04T21:19:31.367Z Compiling ff v0.13.1
20782026-06-04T21:19:31.509Z Compiling fallible-iterator v0.2.0
20792026-06-04T21:19:31.633Z Compiling psl-types v2.0.11
20802026-06-04T21:19:31.650Z Compiling zlib-rs v0.6.2
20812026-06-04T21:19:31.650Z Compiling base16ct v0.2.0
20822026-06-04T21:19:31.675Z Compiling publicsuffix v2.3.0
20832026-06-04T21:19:31.765Z Compiling sec1 v0.7.3
20842026-06-04T21:19:31.797Z Compiling num-iter v0.1.45
20852026-06-04T21:19:31.824Z Compiling postgres-protocol v0.6.10
20862026-06-04T21:19:31.840Z Compiling newtype-uuid v1.3.2
20872026-06-04T21:19:31.869Z Compiling group v0.13.0
20882026-06-04T21:19:32.198Z Compiling rand v0.8.6
20892026-06-04T21:19:32.758Z Compiling oxnet v0.1.4
20902026-06-04T21:19:32.836Z Compiling derive_builder v0.20.2
20912026-06-04T21:19:32.876Z Compiling hyper-tls v0.6.0
20922026-06-04T21:19:33.014Z Compiling heck v0.4.1
20932026-06-04T21:19:33.121Z Compiling phf_shared v0.13.1
20942026-06-04T21:19:33.137Z Compiling pin-project v1.1.11
20952026-06-04T21:19:33.209Z Compiling lazy_static v1.5.0
20962026-06-04T21:19:33.330Z Compiling terminal_size v0.4.3
20972026-06-04T21:19:33.371Z Compiling serde_with_macros v3.17.0
20982026-06-04T21:19:33.389Z Compiling futures-executor v0.3.32
20992026-06-04T21:19:33.389Z Compiling hex v0.4.3
21002026-06-04T21:19:33.492Z Compiling hkdf v0.12.4
21012026-06-04T21:19:33.661Z Compiling crypto-bigint v0.5.5
21022026-06-04T21:19:33.679Z Compiling async-recursion v1.1.1
21032026-06-04T21:19:33.684Z Compiling enum-as-inner v0.6.1
21042026-06-04T21:19:33.712Z Compiling clap_derive v4.5.55
21052026-06-04T21:19:33.756Z Compiling flate2 v1.1.9
21062026-06-04T21:19:33.846Z Compiling serde_repr v0.1.20
21072026-06-04T21:19:34.073Z Compiling vergen v9.1.0
21082026-06-04T21:19:34.082Z Compiling cargo-platform v0.3.2
21092026-06-04T21:19:34.191Z Compiling managed v0.8.0
21102026-06-04T21:19:34.228Z Compiling clap_lex v1.0.0
21112026-06-04T21:19:34.346Z Compiling same-file v1.0.6
21122026-06-04T21:19:34.370Z Compiling foldhash v0.2.0
21132026-06-04T21:19:34.412Z Compiling libbz2-rs-sys v0.2.2
21142026-06-04T21:19:34.485Z Compiling foldhash v0.1.5
21152026-06-04T21:19:34.511Z Compiling bumpalo v3.20.2
21162026-06-04T21:19:34.621Z Compiling bitflags v1.3.2
21172026-06-04T21:19:34.711Z Compiling hashbrown v0.15.5
21182026-06-04T21:19:34.751Z Compiling zopfli v0.8.3
21192026-06-04T21:19:34.793Z Compiling elliptic-curve v0.13.8
21202026-06-04T21:19:34.793Z Compiling hashbrown v0.16.1
21212026-06-04T21:19:34.820Z Compiling walkdir v2.5.0
21222026-06-04T21:19:34.917Z Compiling bzip2 v0.6.1
21232026-06-04T21:19:35.143Z Compiling clap_builder v4.5.60
21242026-06-04T21:19:35.194Z Compiling cargo_metadata v0.23.1
21252026-06-04T21:19:35.342Z Compiling futures v0.3.32
21262026-06-04T21:19:35.582Z Compiling phf v0.13.1
21272026-06-04T21:19:35.685Z Compiling snafu v0.8.9
21282026-06-04T21:19:35.779Z Compiling zstd v0.13.3
21292026-06-04T21:19:35.786Z Compiling signal-hook-mio v0.2.5
21302026-06-04T21:19:35.939Z Compiling daft v0.1.7
21312026-06-04T21:19:36.071Z Compiling cookie_store v0.22.1
21322026-06-04T21:19:36.081Z Compiling postgres-types v0.2.12
21332026-06-04T21:19:36.236Z Compiling bzip2 v0.4.4
21342026-06-04T21:19:36.388Z Compiling globset v0.4.18
21352026-06-04T21:19:36.502Z Compiling strum v0.27.2
21362026-06-04T21:19:36.649Z Compiling hubpack v0.1.2
21372026-06-04T21:19:36.672Z Compiling ed25519 v2.2.3
21382026-06-04T21:19:36.689Z Compiling phf_shared v0.11.3
21392026-06-04T21:19:36.781Z Compiling crossbeam-epoch v0.9.18
21402026-06-04T21:19:36.916Z Compiling olpc-cjson v0.1.4
21412026-06-04T21:19:36.955Z Compiling pkcs1 v0.7.5
21422026-06-04T21:19:37.014Z Compiling pem v3.0.6
21432026-06-04T21:19:37.152Z Compiling serde_plain v1.0.2
21442026-06-04T21:19:37.250Z Compiling serde-big-array v0.5.1
21452026-06-04T21:19:37.322Z Compiling rfc6979 v0.4.0
21462026-06-04T21:19:37.326Z Compiling float-cmp v0.10.0
21472026-06-04T21:19:37.358Z Compiling memmap2 v0.9.10
21482026-06-04T21:19:37.358Z Compiling env_filter v1.0.0
21492026-06-04T21:19:37.411Z Compiling typed-path v0.9.3
21502026-06-04T21:19:37.418Z Compiling predicates-core v1.0.10
21512026-06-04T21:19:37.465Z Compiling new_debug_unreachable v1.0.6
21522026-06-04T21:19:37.516Z Compiling difflib v0.4.0
21532026-06-04T21:19:37.609Z Compiling data-encoding v2.10.0
21542026-06-04T21:19:37.633Z Compiling whoami v2.1.0
21552026-06-04T21:19:37.633Z Compiling static_assertions v1.1.0
21562026-06-04T21:19:37.674Z Compiling precomputed-hash v0.1.1
21572026-06-04T21:19:37.708Z Compiling jiff v0.2.21
21582026-06-04T21:19:37.708Z Compiling toml_write v0.1.2
21592026-06-04T21:19:37.727Z Compiling fixedbitset v0.4.2
21602026-06-04T21:19:37.738Z Compiling fixedbitset v0.5.7
21612026-06-04T21:19:38.004Z Compiling normalize-line-endings v0.3.0
21622026-06-04T21:19:38.038Z Compiling keccak v0.1.6
21632026-06-04T21:19:38.038Z Compiling hickory-proto v0.25.2
21642026-06-04T21:19:38.038Z Compiling petgraph v0.6.5
21652026-06-04T21:19:38.038Z Compiling petgraph v0.8.3
21662026-06-04T21:19:38.038Z Compiling toml_edit v0.22.27
21672026-06-04T21:19:38.069Z Compiling predicates v3.1.4
21682026-06-04T21:19:38.127Z Compiling sha3 v0.10.8
21692026-06-04T21:19:38.173Z Compiling tokio-postgres v0.7.16
21702026-06-04T21:19:38.385Z Compiling string_cache v0.8.9
21712026-06-04T21:19:38.417Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21722026-06-04T21:19:38.663Z Compiling env_logger v0.11.9
21732026-06-04T21:19:38.937Z Compiling usdt v0.6.0
21742026-06-04T21:19:39.094Z Compiling ecdsa v0.16.9
21752026-06-04T21:19:39.310Z Compiling rsa v0.9.10
21762026-06-04T21:19:39.527Z Compiling ed25519-dalek v2.2.0
21772026-06-04T21:19:39.838Z Compiling clap v4.5.60
21782026-06-04T21:19:40.017Z Compiling crossterm v0.28.1
21792026-06-04T21:19:40.113Z Compiling zip v0.6.6
21802026-06-04T21:19:40.431Z Compiling zip v4.6.1
21812026-06-04T21:19:40.533Z Compiling iddqd v0.4.2
21822026-06-04T21:19:40.819Z Compiling serde_with v3.17.0
21832026-06-04T21:19:40.883Z Compiling similar v2.7.0
21842026-06-04T21:19:40.958Z Compiling strum v0.26.3
21852026-06-04T21:19:41.129Z Compiling toml v0.7.8
21862026-06-04T21:19:41.280Z Compiling tokio-stream v0.1.18
21872026-06-04T21:19:41.425Z Compiling itertools v0.13.0
21882026-06-04T21:19:41.524Z Compiling buf-list v1.1.2
21892026-06-04T21:19:41.691Z Compiling x509-cert v0.2.5
21902026-06-04T21:19:41.811Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-06-04T21:19:41.819Z Compiling openapiv3 v2.2.0
21922026-06-04T21:19:42.137Z Compiling sha1 v0.10.6
21932026-06-04T21:19:42.537Z Compiling lalrpop-util v0.19.12
21942026-06-04T21:19:42.610Z Compiling peg-runtime v0.8.5
21952026-06-04T21:19:57.730Z Compiling rustls-webpki v0.103.9
21962026-06-04T21:20:00.075Z Compiling macaddr v1.0.1
21972026-06-04T21:20:00.075Z Compiling structmeta-derive v0.3.0
21982026-06-04T21:20:00.093Z Compiling crucible-workspace-hack v0.1.0
21992026-06-04T21:20:00.293Z Compiling rayon-core v1.13.0
22002026-06-04T21:20:00.335Z Compiling itertools v0.14.0
22012026-06-04T21:20:00.389Z Compiling secrecy v0.10.3
22022026-06-04T21:20:00.421Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-06-04T21:20:00.592Z Compiling rustls v0.22.4
22042026-06-04T21:20:00.652Z Compiling heapless v0.8.0
22052026-06-04T21:20:00.652Z Compiling toml_datetime v0.7.5+spec-1.1.0
22062026-06-04T21:20:00.828Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-04T21:20:00.836Z Compiling toml_edit v0.23.10+spec-1.0.0
22082026-06-04T21:20:00.836Z Compiling crossbeam-deque v0.8.6
22092026-06-04T21:20:00.917Z Compiling rustls-webpki v0.102.8
22102026-06-04T21:20:01.034Z Compiling hash32 v0.3.1
22112026-06-04T21:20:01.059Z Compiling multer v3.1.0
22122026-06-04T21:20:01.088Z Compiling thread_local v1.1.9
22132026-06-04T21:20:01.103Z Compiling structmeta v0.3.0
22142026-06-04T21:20:01.107Z Compiling slog-async v2.8.0
22152026-06-04T21:20:01.147Z Compiling smoltcp v0.11.0
22162026-06-04T21:20:01.206Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22172026-06-04T21:20:01.213Z Compiling match_cfg v0.1.0
22182026-06-04T21:20:01.274Z Compiling compression-core v0.4.31
22192026-06-04T21:20:01.327Z Compiling unicode-width v0.2.0
22202026-06-04T21:20:01.335Z Compiling derive-ex v0.1.8
22212026-06-04T21:20:01.467Z Compiling compression-codecs v0.4.37
22222026-06-04T21:20:01.513Z Compiling proc-macro-crate v3.4.0
22232026-06-04T21:20:01.539Z Compiling hostname v0.3.1
22242026-06-04T21:20:01.557Z Compiling tokio-rustls v0.26.4
22252026-06-04T21:20:01.657Z Compiling rustls-platform-verifier v0.6.2
22262026-06-04T21:20:01.675Z Compiling ingot-macros v0.1.1
22272026-06-04T21:20:01.814Z Compiling hyper-rustls v0.27.7
22282026-06-04T21:20:01.897Z Compiling slog-json v2.6.1
22292026-06-04T21:20:01.973Z Compiling crossbeam-channel v0.5.15
22302026-06-04T21:20:02.017Z Compiling half v2.7.1
22312026-06-04T21:20:02.259Z Compiling reqwest v0.12.28
22322026-06-04T21:20:02.361Z Compiling reqwest v0.13.2
22332026-06-04T21:20:02.375Z Compiling newtype-uuid-macros v0.1.0
22342026-06-04T21:20:02.430Z Compiling cobs v0.3.0
22352026-06-04T21:20:02.699Z Compiling thiserror-impl-no-std v2.0.2
22362026-06-04T21:20:02.764Z Compiling universal-hash v0.5.1
22372026-06-04T21:20:02.888Z Compiling async-stream-impl v0.3.6
22382026-06-04T21:20:02.929Z Compiling serde_spanned v1.0.4
22392026-06-04T21:20:03.368Z Compiling toml_datetime v1.0.0+spec-1.1.0
22402026-06-04T21:20:03.412Z Compiling is-terminal v0.4.17
22412026-06-04T21:20:03.412Z Compiling dropshot v0.17.0
22422026-06-04T21:20:03.412Z Compiling proc-macro-error-attr v1.0.4
22432026-06-04T21:20:03.413Z Compiling opaque-debug v0.3.1
22442026-06-04T21:20:03.464Z Compiling ciborium-io v0.2.2
22452026-06-04T21:20:03.491Z Compiling term v1.2.1
22462026-06-04T21:20:03.491Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-06-04T21:20:03.507Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-06-04T21:20:03.640Z Compiling take_mut v0.2.2
22492026-06-04T21:20:03.691Z Compiling convert_case v0.4.0
22502026-06-04T21:20:03.691Z Compiling async-stream v0.3.6
22512026-06-04T21:20:03.746Z Compiling toml v1.0.6+spec-1.1.0
22522026-06-04T21:20:03.800Z Compiling tokio-rustls v0.25.0
22532026-06-04T21:20:03.825Z Compiling tough v0.22.0
22542026-06-04T21:20:03.831Z Compiling thiserror-no-std v2.0.2
22552026-06-04T21:20:03.866Z Compiling slog-term v2.9.2
22562026-06-04T21:20:03.894Z Compiling derive_more v0.99.20
22572026-06-04T21:20:04.028Z Compiling ciborium-ll v0.2.2
22582026-06-04T21:20:04.104Z Compiling poly1305 v0.8.0
22592026-06-04T21:20:04.403Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-04T21:20:04.486Z Compiling ingot-types v0.1.2
22612026-06-04T21:20:04.793Z Compiling test-strategy v0.4.5
22622026-06-04T21:20:05.098Z Compiling ingot v0.1.1
22632026-06-04T21:20:05.129Z Compiling postcard v1.1.3
22642026-06-04T21:20:05.437Z Compiling slog-bunyan v2.5.0
22652026-06-04T21:20:05.460Z Compiling num_enum_derive v0.7.5
22662026-06-04T21:20:05.691Z Compiling async-compression v0.4.41
22672026-06-04T21:20:05.713Z Compiling parse-display-derive v0.10.0
22682026-06-04T21:20:05.772Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22692026-06-04T21:20:06.180Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-06-04T21:20:06.194Z Compiling proc-macro-crate v1.3.1
22712026-06-04T21:20:06.235Z Compiling backon v1.6.0
22722026-06-04T21:20:06.292Z Compiling waitgroup v0.1.2
22732026-06-04T21:20:06.498Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22742026-06-04T21:20:06.515Z Compiling password-hash v0.5.0
22752026-06-04T21:20:06.515Z Compiling chacha20 v0.9.1
22762026-06-04T21:20:06.614Z Compiling dropshot_endpoint v0.17.0
22772026-06-04T21:20:06.634Z Compiling rustls-pemfile v2.2.0
22782026-06-04T21:20:07.247Z Compiling blake2 v0.10.6
22792026-06-04T21:20:07.256Z Compiling aead v0.5.2
22802026-06-04T21:20:07.256Z Compiling foreign-types-macros v0.2.3
22812026-06-04T21:20:07.256Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22822026-06-04T21:20:07.361Z Compiling serde_path_to_error v0.1.20
22832026-06-04T21:20:07.429Z Compiling hostname v0.4.2
22842026-06-04T21:20:07.430Z Compiling proc-macro-error v1.0.4
22852026-06-04T21:20:07.489Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-06-04T21:20:07.531Z Compiling instant v0.1.13
22872026-06-04T21:20:07.563Z Compiling cpufeatures v0.3.0
22882026-06-04T21:20:07.589Z Compiling foreign-types-shared v0.3.1
22892026-06-04T21:20:07.589Z Compiling debug-ignore v1.0.5
22902026-06-04T21:20:07.635Z Compiling typeid v1.0.3
22912026-06-04T21:20:07.692Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22922026-06-04T21:20:07.712Z Compiling chacha20 v0.10.0
22932026-06-04T21:20:07.713Z Compiling backoff v0.4.0
22942026-06-04T21:20:07.713Z Compiling foreign-types v0.5.0
22952026-06-04T21:20:07.775Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-06-04T21:20:07.829Z Compiling parse-display v0.10.0
22972026-06-04T21:20:07.845Z Compiling argon2 v0.5.3
22982026-06-04T21:20:07.900Z Compiling chacha20poly1305 v0.10.1
22992026-06-04T21:20:07.945Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23002026-06-04T21:20:07.989Z Compiling num_enum_derive v0.5.11
23012026-06-04T21:20:08.031Z Compiling num_enum v0.7.5
23022026-06-04T21:20:08.047Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-04T21:20:08.081Z Compiling ciborium v0.2.2
23042026-06-04T21:20:08.108Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-06-04T21:20:08.185Z Compiling vsss-rs v3.3.4
23062026-06-04T21:20:08.348Z Compiling tabwriter v1.4.1
23072026-06-04T21:20:08.572Z Compiling regress v0.10.5
23082026-06-04T21:20:08.764Z Compiling byte-wrapper v0.1.0
23092026-06-04T21:20:08.777Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-06-04T21:20:08.797Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-06-04T21:20:09.153Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-06-04T21:20:09.242Z Compiling cstr-argument v0.1.2
23132026-06-04T21:20:09.242Z Compiling erased-serde v0.4.9
23142026-06-04T21:20:09.242Z Compiling humantime v2.3.0
23152026-06-04T21:20:09.281Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-06-04T21:20:09.330Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-06-04T21:20:09.481Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-06-04T21:20:09.510Z Compiling num_enum v0.5.11
23192026-06-04T21:20:09.537Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-06-04T21:20:09.630Z Compiling rand v0.10.0
23212026-06-04T21:20:09.660Z Compiling rayon v1.11.0
23222026-06-04T21:20:09.759Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-06-04T21:20:09.779Z Compiling colored v3.1.1
23242026-06-04T21:20:09.812Z Compiling libefi-sys v0.1.0
23252026-06-04T21:20:09.824Z Compiling indent_write v2.2.0
23262026-06-04T21:20:09.854Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-06-04T21:20:09.883Z Compiling zone_cfg_derive v0.3.1
23282026-06-04T21:20:10.016Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23292026-06-04T21:20:10.792Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-06-04T21:20:10.792Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23312026-06-04T21:20:10.792Z Compiling camino-tempfile v1.4.1
23322026-06-04T21:20:10.792Z Compiling itertools v0.12.1
23332026-06-04T21:20:10.792Z Compiling usdt-attr-macro v0.5.0
23342026-06-04T21:20:10.792Z Compiling usdt-macro v0.5.0
23352026-06-04T21:20:10.792Z Compiling bitfield-struct v0.6.2
23362026-06-04T21:20:10.792Z Compiling num-derive v0.4.2
23372026-06-04T21:20:10.792Z Compiling ordered-float v2.10.1
23382026-06-04T21:20:10.893Z Compiling blake3 v1.8.3
23392026-06-04T21:20:11.071Z Compiling sigpipe v0.1.3
23402026-06-04T21:20:11.232Z Compiling memmap v0.7.0
23412026-06-04T21:20:11.479Z Compiling glob v0.3.3
23422026-06-04T21:20:11.479Z Compiling swrite v0.1.0
23432026-06-04T21:20:11.542Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-06-04T21:20:11.542Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-06-04T21:20:11.542Z Compiling usdt v0.5.0
23462026-06-04T21:20:11.542Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-06-04T21:20:11.639Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23482026-06-04T21:20:11.683Z Compiling serde-value v0.7.0
23492026-06-04T21:20:12.017Z Compiling zone v0.3.1
23502026-06-04T21:20:12.067Z Compiling serde-untagged v0.1.9
23512026-06-04T21:20:12.142Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23522026-06-04T21:20:12.238Z Compiling toml v0.8.23
23532026-06-04T21:20:12.341Z Compiling smf v0.2.3
23542026-06-04T21:20:13.385Z Compiling filetime v0.2.27
23552026-06-04T21:20:13.386Z Compiling arrayref v0.3.9
23562026-06-04T21:20:13.386Z Compiling xattr v1.6.1
23572026-06-04T21:20:13.386Z Compiling whoami v1.6.1
23582026-06-04T21:20:13.386Z Compiling arrayvec v0.7.6
23592026-06-04T21:20:13.532Z Compiling constant_time_eq v0.4.2
23602026-06-04T21:20:13.532Z Compiling unicode-xid v0.2.6
23612026-06-04T21:20:13.532Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-06-04T21:20:13.532Z Compiling tar v0.4.45
23632026-06-04T21:20:13.532Z Compiling cargo-util-schemas v0.8.2
23642026-06-04T21:20:13.533Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-04T21:20:13.533Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-06-04T21:20:13.533Z Compiling tokio-dtrace v0.1.1
23672026-06-04T21:20:13.533Z Compiling console v0.16.2
23682026-06-04T21:20:13.533Z Compiling gethostname v0.5.0
23692026-06-04T21:20:13.659Z Compiling cargo-platform v0.2.0
23702026-06-04T21:20:13.660Z Compiling unit-prefix v0.5.2
23712026-06-04T21:20:13.660Z Compiling topological-sort v0.2.2
23722026-06-04T21:20:13.734Z Compiling oxide-tokio-rt v0.1.4
23732026-06-04T21:20:13.764Z Compiling indicatif v0.18.4
23742026-06-04T21:20:13.764Z Compiling shell-words v1.1.1
23752026-06-04T21:20:13.765Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-06-04T21:20:14.005Z Compiling cargo_metadata v0.21.0
23772026-06-04T21:20:23.563Z Compiling progenitor-client v0.10.0
23782026-06-04T21:20:23.563Z Compiling omicron-zone-package v0.12.2
23792026-06-04T21:20:23.596Z Compiling progenitor-client v0.14.0
23802026-06-04T21:20:24.091Z Compiling progenitor-extras v0.2.0
23812026-06-04T21:20:26.469Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-06-04T21:20:26.499Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-06-04T21:20:26.561Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-06-04T21:20:26.703Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-06-04T21:20:26.834Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-06-04T21:20:26.858Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-04T21:20:26.892Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-06-04T21:20:26.965Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-06-04T21:20:26.982Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-06-04T21:20:31.049Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-06-04T21:20:38.807Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-06-04T21:20:41.995Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-06-04T21:20:43.005Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-06-04T21:20:53.643Z Finished `release` profile [optimized] target(s) in 1m 48s
23952026-06-04T21:20:54.645Z Running `target/release/omicron-package -t test target create -p dev`
23962026-06-04T21:20:54.645ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-06-04T21:20:54.645ZCreated new build target 'test' and set it as active
23982026-06-04T21:20:54.645Z
23992026-06-04T21:20:54.645Zreal 1:49.119478836
24002026-06-04T21:20:54.645Zuser 17:58.861333821
24012026-06-04T21:20:54.645Zsys 2:49.540109659
24022026-06-04T21:20:54.645Ztrap 0.500732652
24032026-06-04T21:20:54.645Ztflt 3.095277555
24042026-06-04T21:20:54.645Zdflt 4.696343835
24052026-06-04T21:20:54.645Zkflt 0.039301168
24062026-06-04T21:20:54.645Zlock 56:16.629719110
24072026-06-04T21:20:54.646Zslp 45:59.798004931
24082026-06-04T21:20:54.646Zlat 46.029802303
24092026-06-04T21:20:54.646Zstop 5:43.266758991
24102026-06-04T21:20:54.646Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-06-04T21:20:55.720Z Finished `release` profile [optimized] target(s) in 0.89s
24122026-06-04T21:20:55.720Z Running `target/release/omicron-package -t test package`
24132026-06-04T21:20:55.720ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-06-04T21:20:56.007Z Compiling heck v0.5.0
24152026-06-04T21:20:56.007Z Compiling regress v0.11.1
24162026-06-04T21:20:56.638Z Compiling unsafe-libyaml v0.2.11
24172026-06-04T21:20:56.638Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-06-04T21:20:56.638Z Compiling regress v0.10.5
24192026-06-04T21:20:56.638Z Compiling is-terminal v0.4.17
24202026-06-04T21:20:56.638Z Compiling unicode-width v0.1.14
24212026-06-04T21:20:56.638Z Compiling prettyplease v0.2.37
24222026-06-04T21:20:56.638Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-04T21:20:56.638Z Compiling bytecount v0.6.9
24242026-06-04T21:20:56.638Z Compiling rustls v0.22.4
24252026-06-04T21:20:56.638Z Compiling rustls-webpki v0.102.8
24262026-06-04T21:20:56.638Z Compiling derive-where v1.6.0
24272026-06-04T21:20:56.638Z Compiling thread_local v1.1.9
24282026-06-04T21:20:56.926Z Compiling compression-core v0.4.31
24292026-06-04T21:20:56.926Z Compiling match_cfg v0.1.0
24302026-06-04T21:20:56.926Z Compiling multer v3.1.0
24312026-06-04T21:20:56.926Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-06-04T21:20:56.926Z Compiling hostname v0.3.1
24332026-06-04T21:20:56.927Z Compiling compression-codecs v0.4.37
24342026-06-04T21:20:56.927Z Compiling slog-async v2.8.0
24352026-06-04T21:20:56.927Z Compiling crossbeam-channel v0.5.15
24362026-06-04T21:20:56.927Z Compiling slog-json v2.6.1
24372026-06-04T21:20:56.927Z Compiling serde_yaml v0.9.34+deprecated
24382026-06-04T21:20:56.927Z Compiling serde_spanned v1.0.4
24392026-06-04T21:20:56.927Z Compiling toml_datetime v1.0.0+spec-1.1.0
24402026-06-04T21:20:56.927Z Compiling term v1.2.1
24412026-06-04T21:20:56.927Z Compiling take_mut v0.2.2
24422026-06-04T21:20:56.927Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-06-04T21:20:56.927Z Compiling slog-bunyan v2.5.0
24442026-06-04T21:20:57.116Z Compiling async-compression v0.4.41
24452026-06-04T21:20:57.116Z Compiling toml v1.0.6+spec-1.1.0
24462026-06-04T21:20:57.116Z Compiling slog-term v2.9.2
24472026-06-04T21:20:57.116Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-06-04T21:20:57.116Z Compiling dropshot v0.17.0
24492026-06-04T21:20:57.400Z Compiling async-stream v0.3.6
24502026-06-04T21:20:57.400Z Compiling num-rational v0.4.2
24512026-06-04T21:20:57.401Z Compiling progenitor-client v0.14.0
24522026-06-04T21:20:57.401Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-06-04T21:20:57.530Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-06-04T21:20:57.530Z Compiling waitgroup v0.1.2
24552026-06-04T21:20:57.530Z Compiling backon v1.6.0
24562026-06-04T21:20:57.530Z Compiling rustls-pemfile v2.2.0
24572026-06-04T21:20:57.530Z Compiling num-complex v0.4.6
24582026-06-04T21:20:57.596Z Compiling serde_path_to_error v0.1.20
24592026-06-04T21:20:57.596Z Compiling hostname v0.4.2
24602026-06-04T21:20:57.596Z Compiling instant v0.1.13
24612026-06-04T21:20:57.596Z Compiling debug-ignore v1.0.5
24622026-06-04T21:20:57.596Z Compiling typify-impl v0.6.2
24632026-06-04T21:20:57.694Z Compiling backoff v0.4.0
24642026-06-04T21:20:57.694Z Compiling progenitor-extras v0.2.0
24652026-06-04T21:20:57.695Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-06-04T21:20:57.695Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-06-04T21:20:57.970Z Compiling num v0.4.3
24682026-06-04T21:20:58.174Z Compiling parse-display v0.10.0
24692026-06-04T21:20:58.174Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-06-04T21:20:58.174Z Compiling progenitor-client v0.10.0
24712026-06-04T21:20:58.174Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24722026-06-04T21:20:58.174Z Compiling macaddr v1.0.1
24732026-06-04T21:20:58.228Z Compiling float-ord v0.3.2
24742026-06-04T21:20:58.228Z Compiling humantime v2.3.0
24752026-06-04T21:20:58.438Z Compiling console v0.15.11
24762026-06-04T21:20:58.438Z Compiling atomicwrites v0.4.4
24772026-06-04T21:20:58.671Z Compiling newline-converter v0.3.0
24782026-06-04T21:20:58.671Z Compiling progenitor-client v0.13.0
24792026-06-04T21:20:58.671Z Compiling slog-dtrace v0.3.0
24802026-06-04T21:20:58.671Z Compiling tokio-rustls v0.25.0
24812026-06-04T21:20:58.723Z Compiling cancel-safe-futures v0.1.5
24822026-06-04T21:20:58.723Z Compiling expectorate v1.2.0
24832026-06-04T21:20:58.733Z Compiling owo-colors v4.3.0
24842026-06-04T21:20:58.733Z Compiling resolv-conf v0.7.6
24852026-06-04T21:20:58.828Z Compiling toml v0.8.23
24862026-06-04T21:20:58.880Z Compiling libsw-core v0.3.2
24872026-06-04T21:20:59.709Z Compiling linear-map v1.2.0
24882026-06-04T21:20:59.765Z Compiling libsw v3.5.0
24892026-06-04T21:20:59.765Z Compiling linked-hash-map v0.5.6
24902026-06-04T21:20:59.765Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-06-04T21:20:59.765Z Compiling minimal-lexical v0.2.1
24922026-06-04T21:20:59.765Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-04T21:20:59.765Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-04T21:20:59.765Z Compiling lru-cache v0.1.2
24952026-06-04T21:20:59.765Z Compiling hickory-proto v0.24.4
24962026-06-04T21:20:59.765Z Compiling nom v7.1.3
24972026-06-04T21:20:59.765Z Compiling unicode-xid v0.2.6
24982026-06-04T21:20:59.765Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-06-04T21:20:59.765Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-06-04T21:20:59.786Z Compiling convert_case v0.10.0
25012026-06-04T21:21:00.105Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-06-04T21:21:01.741Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-04T21:21:01.789Z Compiling derive_more-impl v2.1.1
25042026-06-04T21:21:01.789Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-06-04T21:21:01.789Z Compiling papergrid v0.11.0
25062026-06-04T21:21:01.789Z Compiling typify-macro v0.6.2
25072026-06-04T21:21:01.789Z Compiling tabled_derive v0.7.0
25082026-06-04T21:21:01.789Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25092026-06-04T21:21:01.789Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-06-04T21:21:02.224Z Compiling hickory-resolver v0.24.4
25112026-06-04T21:21:02.327Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-06-04T21:21:02.423Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-06-04T21:21:02.600Z Compiling derive_more v2.1.1
25142026-06-04T21:21:02.664Z Compiling termtree v0.5.1
25152026-06-04T21:21:02.721Z Compiling crossterm v0.29.0
25162026-06-04T21:21:02.884Z Compiling tabled v0.15.0
25172026-06-04T21:21:02.906Z Compiling typify v0.6.2
25182026-06-04T21:21:03.252Z Compiling progenitor-impl v0.14.0
25192026-06-04T21:21:03.480Z Compiling progenitor-impl v0.13.0
25202026-06-04T21:21:05.605Z Compiling progenitor-macro v0.14.0
25212026-06-04T21:21:05.784Z Compiling progenitor-macro v0.13.0
25222026-06-04T21:21:05.955Z Compiling qorb v0.4.1
25232026-06-04T21:21:05.981Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-06-04T21:21:07.686Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-06-04T21:21:08.342Z Compiling phf_shared v0.12.1
25262026-06-04T21:21:08.442Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-06-04T21:21:08.623Z Compiling vte v0.14.1
25282026-06-04T21:21:08.762Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-06-04T21:21:09.007Z Compiling csv-core v0.1.13
25302026-06-04T21:21:09.298Z Compiling chrono-tz v0.10.4
25312026-06-04T21:21:09.499Z Compiling highway v1.3.0
25322026-06-04T21:21:09.577Z Compiling csv v1.4.0
25332026-06-04T21:21:09.625Z Compiling strip-ansi-escapes v0.2.1
25342026-06-04T21:21:10.027Z Compiling progenitor v0.14.0
25352026-06-04T21:21:10.192Z Compiling progenitor v0.13.0
25362026-06-04T21:21:10.218Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-06-04T21:21:10.243Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382026-06-04T21:21:10.270Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-06-04T21:21:10.390Z Compiling phf v0.12.1
25402026-06-04T21:21:10.607Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-04T21:21:10.629Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25422026-06-04T21:21:10.653Z Compiling const_format_proc_macros v0.2.34
25432026-06-04T21:21:11.123Z Compiling fd-lock v4.0.4
25442026-06-04T21:21:11.156Z Compiling peg-macros v0.8.5
25452026-06-04T21:21:11.331Z Compiling nu-ansi-term v0.50.3
25462026-06-04T21:21:11.509Z Compiling const_format v0.2.35
25472026-06-04T21:21:11.867Z Compiling reedline v0.40.0
25482026-06-04T21:21:12.239Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-04T21:21:12.565Z Compiling peg v0.8.5
25502026-06-04T21:21:12.683Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-06-04T21:21:13.659Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-04T21:21:13.684Z Compiling bcs v0.1.6
25532026-06-04T21:21:14.269Z Compiling semver v0.1.20
25542026-06-04T21:21:14.292Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-06-04T21:21:14.330Z Compiling rustc_version v0.1.7
25562026-06-04T21:21:14.416Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-06-04T21:21:14.486Z Compiling unicode-linebreak v0.1.5
25582026-06-04T21:21:14.568Z Compiling newtype_derive v0.1.6
25592026-06-04T21:21:14.820Z Compiling smawk v0.3.2
25602026-06-04T21:21:15.241Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-06-04T21:21:15.262Z Compiling textwrap v0.16.2
25622026-06-04T21:21:15.562Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-06-04T21:21:15.632Z Compiling base64 v0.21.7
25642026-06-04T21:21:15.701Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-06-04T21:21:16.213Z Compiling steno v0.4.1
25662026-06-04T21:21:16.216Z Compiling dropshot-api-manager-types v0.7.2
25672026-06-04T21:21:16.766Z Compiling tagptr v0.2.0
25682026-06-04T21:21:16.871Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-06-04T21:21:17.176Z Compiling moka v0.12.13
25702026-06-04T21:21:17.198Z Compiling utf-8 v0.7.6
25712026-06-04T21:21:17.212Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-04T21:21:17.243Z Compiling radium v0.7.0
25732026-06-04T21:21:17.366Z Compiling tungstenite v0.21.0
25742026-06-04T21:21:17.391Z Compiling maybe-uninit v2.0.0
25752026-06-04T21:21:17.412Z Compiling display-error-chain v0.2.2
25762026-06-04T21:21:17.591Z Compiling tap v1.0.1
25772026-06-04T21:21:17.752Z Compiling wyz v0.5.1
25782026-06-04T21:21:18.040Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-06-04T21:21:18.070Z Compiling num-derive v0.3.3
25802026-06-04T21:21:18.070Z Compiling tokio-tungstenite v0.21.0
25812026-06-04T21:21:18.331Z Compiling hickory-resolver v0.25.2
25822026-06-04T21:21:18.430Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25832026-06-04T21:21:18.982Z Compiling zerocopy-derive v0.6.6
25842026-06-04T21:21:19.032Z Compiling proc-macro-error-attr2 v2.0.0
25852026-06-04T21:21:19.360Z Compiling packed_struct v0.10.1
25862026-06-04T21:21:19.660Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-06-04T21:21:19.669Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-06-04T21:21:19.704Z Compiling funty v2.0.0
25892026-06-04T21:21:19.982Z Compiling crc-catalog v2.4.0
25902026-06-04T21:21:19.992Z Compiling crc v3.4.0
25912026-06-04T21:21:20.146Z Compiling bitvec v1.0.1
25922026-06-04T21:21:20.165Z Compiling zerocopy v0.6.6
25932026-06-04T21:21:20.728Z Compiling proc-macro-error2 v2.0.1
25942026-06-04T21:21:20.755Z Compiling libscf-sys v1.1.0
25952026-06-04T21:21:20.891Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-06-04T21:21:20.965Z Compiling packed_struct_codegen v0.10.1
25972026-06-04T21:21:21.056Z Compiling vergen-lib v0.1.6
25982026-06-04T21:21:21.302Z Compiling bitfield-macros v0.19.4
25992026-06-04T21:21:22.058Z Compiling indexmap v1.9.3
26002026-06-04T21:21:22.078Z Compiling nodrop v0.1.14
26012026-06-04T21:21:22.134Z Compiling bitfield v0.19.4
26022026-06-04T21:21:22.217Z Compiling array-init v0.0.4
26032026-06-04T21:21:22.373Z Compiling smallvec v0.6.14
26042026-06-04T21:21:22.604Z Compiling tabled_derive v0.11.0
26052026-06-04T21:21:22.643Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26062026-06-04T21:21:22.836Z Compiling papergrid v0.17.0
26072026-06-04T21:21:23.132Z Compiling testing_table v0.3.0
26082026-06-04T21:21:23.492Z Compiling vergen-gitcl v1.0.8
26092026-06-04T21:21:23.586Z Compiling dirs-sys-next v0.1.2
26102026-06-04T21:21:23.620Z Compiling diesel_derives v2.3.7
26112026-06-04T21:21:23.676Z Compiling hashbrown v0.12.3
26122026-06-04T21:21:23.689Z Compiling crunchy v0.2.4
26132026-06-04T21:21:23.788Z Compiling maplit v1.0.2
26142026-06-04T21:21:23.855Z Compiling glob v0.3.3
26152026-06-04T21:21:23.912Z Compiling dirs-next v2.0.0
26162026-06-04T21:21:24.016Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-06-04T21:21:24.038Z Compiling serde-hex v0.1.0
26182026-06-04T21:21:24.069Z Compiling tabled v0.20.0
26192026-06-04T21:21:24.382Z Compiling clang-sys v1.8.1
26202026-06-04T21:21:24.642Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26212026-06-04T21:21:24.842Z Compiling ron v0.8.1
26222026-06-04T21:21:24.903Z Compiling hashbrown v0.13.2
26232026-06-04T21:21:24.957Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26242026-06-04T21:21:25.266Z Compiling dsl_auto_type v0.2.0
26252026-06-04T21:21:25.424Z Compiling scheduled-thread-pool v0.2.7
26262026-06-04T21:21:25.562Z Compiling diesel_table_macro_syntax v0.3.0
26272026-06-04T21:21:25.926Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-06-04T21:21:25.940Z Compiling tiny-keccak v2.0.2
26292026-06-04T21:21:26.058Z Compiling crc-any v2.5.0
26302026-06-04T21:21:26.139Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-06-04T21:21:26.180Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-06-04T21:21:26.264Z Compiling r2d2 v0.8.10
26332026-06-04T21:21:26.463Z Compiling object v0.30.4
26342026-06-04T21:21:26.771Z Compiling term v0.7.0
26352026-06-04T21:21:26.789Z Compiling xshell-macros v0.2.7
26362026-06-04T21:21:26.926Z Compiling bit-vec v0.6.3
26372026-06-04T21:21:27.048Z Compiling path-slash v0.1.5
26382026-06-04T21:21:27.089Z Compiling downcast-rs v2.0.2
26392026-06-04T21:21:27.150Z Compiling bit-set v0.5.3
26402026-06-04T21:21:27.191Z Compiling xshell v0.2.7
26412026-06-04T21:21:27.234Z Compiling ascii-canvas v3.0.0
26422026-06-04T21:21:27.600Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26432026-06-04T21:21:27.612Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26442026-06-04T21:21:27.612Z Compiling itertools v0.10.5
26452026-06-04T21:21:28.071Z Compiling ena v0.14.4
26462026-06-04T21:21:28.122Z Compiling libloading v0.8.9
26472026-06-04T21:21:28.540Z Compiling bindgen v0.71.1
26482026-06-04T21:21:28.555Z Compiling crc8 v0.1.1
26492026-06-04T21:21:28.555Z Compiling regex-syntax v0.6.29
26502026-06-04T21:21:28.635Z Compiling unicase v2.9.0
26512026-06-04T21:21:28.656Z Compiling diff v0.1.13
26522026-06-04T21:21:28.800Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-06-04T21:21:28.880Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26542026-06-04T21:21:28.968Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-06-04T21:21:30.117Z Compiling lalrpop v0.19.12
26562026-06-04T21:21:30.171Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26572026-06-04T21:21:30.383Z Compiling cexpr v0.6.0
26582026-06-04T21:21:30.555Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-06-04T21:21:31.070Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-06-04T21:21:31.079Z Compiling rustc-hash v2.1.1
26612026-06-04T21:21:31.080Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26622026-06-04T21:21:31.080Z Compiling headers-core v0.3.0
26632026-06-04T21:21:31.080Z Compiling libxml v0.3.3
26642026-06-04T21:21:31.160Z Compiling diesel v2.3.7
26652026-06-04T21:21:31.182Z Compiling headers v0.4.1
26662026-06-04T21:21:31.370Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26672026-06-04T21:21:31.608Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26682026-06-04T21:21:31.626Z Compiling typify-impl v0.4.3
26692026-06-04T21:21:31.976Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-06-04T21:21:32.024Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-06-04T21:21:32.187Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-06-04T21:21:32.527Z Compiling strum_macros v0.24.3
26732026-06-04T21:21:32.583Z Compiling git-stub v1.0.0
26742026-06-04T21:21:32.941Z Compiling indoc v1.0.9
26752026-06-04T21:21:32.952Z Compiling git-stub-vcs v0.1.0
26762026-06-04T21:21:33.187Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-06-04T21:21:33.271Z Compiling derive_builder v0.20.2
26782026-06-04T21:21:33.423Z Compiling quick-xml v0.37.5
26792026-06-04T21:21:33.466Z Compiling oso-derive v0.27.3
26802026-06-04T21:21:33.866Z Compiling impl-trait-for-tuples v0.2.3
26812026-06-04T21:21:33.993Z Compiling openssl-probe v0.1.6
26822026-06-04T21:21:34.342Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-06-04T21:21:34.945Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26842026-06-04T21:21:35.093Z Compiling half v1.8.3
26852026-06-04T21:21:35.116Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-06-04T21:21:35.179Z Compiling bb8 v0.8.6
26872026-06-04T21:21:35.224Z Compiling trait-variant v0.1.2
26882026-06-04T21:21:35.376Z Compiling typify-macro v0.4.3
26892026-06-04T21:21:35.407Z Compiling serde_cbor v0.11.2
26902026-06-04T21:21:35.736Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-06-04T21:21:35.744Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-06-04T21:21:35.807Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-06-04T21:21:35.935Z Compiling samael v0.0.19
26942026-06-04T21:21:35.976Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-06-04T21:21:36.272Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26962026-06-04T21:21:36.614Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26972026-06-04T21:21:36.635Z Compiling fxhash v0.2.1
26982026-06-04T21:21:36.740Z Compiling libz-sys v1.1.24
26992026-06-04T21:21:37.014Z Compiling typify v0.4.3
27002026-06-04T21:21:37.049Z Compiling salty v0.3.0
27012026-06-04T21:21:37.476Z Compiling progenitor-impl v0.11.2
27022026-06-04T21:21:37.482Z Compiling nonempty v0.12.0
27032026-06-04T21:21:37.482Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-06-04T21:21:37.625Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27052026-06-04T21:21:37.770Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-06-04T21:21:37.967Z Compiling progenitor-client v0.11.2
27072026-06-04T21:21:38.022Z Compiling polar-core v0.27.3
27082026-06-04T21:21:38.047Z Compiling kstat-rs v0.2.4
27092026-06-04T21:21:38.127Z Compiling arc-swap v1.8.2
27102026-06-04T21:21:38.815Z Compiling fs-err v2.11.0
27112026-06-04T21:21:38.924Z Compiling mime_guess v2.0.5
27122026-06-04T21:21:38.986Z Compiling slog-scope v4.4.1
27132026-06-04T21:21:39.459Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-06-04T21:21:39.484Z Compiling progenitor-macro v0.11.2
27152026-06-04T21:21:39.540Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-06-04T21:21:40.139Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27172026-06-04T21:21:42.141Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27182026-06-04T21:21:42.263Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-06-04T21:21:42.797Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-06-04T21:21:43.081Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-04T21:21:43.986Z Compiling darling_core v0.23.0
27222026-06-04T21:21:44.051Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232026-06-04T21:21:44.051Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-06-04T21:21:44.051Z Compiling progenitor v0.11.2
27252026-06-04T21:21:44.097Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27262026-06-04T21:21:44.311Z Compiling nanorand v0.7.0
27272026-06-04T21:21:44.923Z Compiling libgit2-sys v0.18.3+1.9.2
27282026-06-04T21:21:45.097Z Compiling parking_lot_core v0.8.6
27292026-06-04T21:21:45.721Z Compiling darling_macro v0.23.0
27302026-06-04T21:21:46.125Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-06-04T21:21:48.304Z Compiling oso v0.27.3
27322026-06-04T21:21:51.993Z Compiling async-bb8-diesel v0.2.1
27332026-06-04T21:21:52.486Z Compiling diesel-dtrace v0.5.0
27342026-06-04T21:21:52.755Z Compiling flume v0.11.1
27352026-06-04T21:21:52.780Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-06-04T21:21:52.829Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-06-04T21:21:52.902Z Compiling slog-stdlog v4.1.1
27382026-06-04T21:21:53.561Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-04T21:21:53.582Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-04T21:21:54.857Z Compiling primeorder v0.13.6
27412026-06-04T21:21:55.020Z Compiling atty v0.2.14
27422026-06-04T21:21:55.119Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-06-04T21:21:55.139Z Compiling instability v0.3.11
27442026-06-04T21:21:55.167Z Compiling parse-size v1.1.0
27452026-06-04T21:21:55.176Z Compiling strsim v0.10.0
27462026-06-04T21:21:55.283Z Compiling http-range v0.1.5
27472026-06-04T21:21:55.304Z Compiling p384 v0.13.1
27482026-06-04T21:21:55.420Z Compiling darling_core v0.13.4
27492026-06-04T21:21:55.444Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-06-04T21:21:55.756Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-06-04T21:21:55.775Z Compiling slog-envlogger v2.2.0
27522026-06-04T21:21:57.379Z Compiling darling v0.23.0
27532026-06-04T21:21:57.615Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27542026-06-04T21:21:57.637Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-06-04T21:21:57.751Z Compiling ignore v0.4.25
27562026-06-04T21:21:58.341Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-04T21:21:58.486Z Compiling castaway v0.2.4
27582026-06-04T21:21:58.679Z Compiling vergen-git2 v9.1.0
27592026-06-04T21:21:59.032Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-04T21:21:59.040Z Compiling indoc v2.0.7
27612026-06-04T21:21:59.220Z Compiling compact_str v0.8.1
27622026-06-04T21:21:59.840Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-04T21:21:59.978Z Compiling globwalk v0.9.1
27642026-06-04T21:22:00.123Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-04T21:22:00.208Z Compiling parking_lot v0.11.2
27662026-06-04T21:22:00.790Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27672026-06-04T21:22:00.799Z Compiling hyper-staticfile v0.10.1
27682026-06-04T21:22:01.196Z Compiling darling_macro v0.13.4
27692026-06-04T21:22:01.368Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-06-04T21:22:02.198Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27712026-06-04T21:22:02.206Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-06-04T21:22:02.761Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-06-04T21:22:02.928Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27742026-06-04T21:22:03.170Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-06-04T21:22:03.501Z Compiling predicates-tree v1.0.13
27762026-06-04T21:22:03.644Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-04T21:22:03.820Z Compiling unicode-truncate v1.1.0
27782026-06-04T21:22:03.867Z Compiling lru v0.12.5
27792026-06-04T21:22:03.889Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-06-04T21:22:04.047Z Compiling rand_seeder v0.4.0
27812026-06-04T21:22:04.123Z Compiling prefix-trie v0.7.0
27822026-06-04T21:22:04.553Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-04T21:22:04.561Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27842026-06-04T21:22:04.561Z Compiling rustls v0.21.12
27852026-06-04T21:22:04.561Z Compiling corncobs v0.1.4
27862026-06-04T21:22:04.592Z Compiling illumos-nvpair-sys v0.2.0
27872026-06-04T21:22:04.644Z Compiling cassowary v0.3.0
27882026-06-04T21:22:04.771Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-06-04T21:22:04.793Z Compiling hickory-server v0.25.2
27902026-06-04T21:22:04.846Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-06-04T21:22:04.868Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-06-04T21:22:04.948Z Compiling ratatui v0.29.0
27932026-06-04T21:22:04.981Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-06-04T21:22:05.123Z Compiling camino-tempfile-ext v0.3.3
27952026-06-04T21:22:05.423Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-06-04T21:22:05.531Z Compiling darling v0.13.4
27972026-06-04T21:22:05.821Z Compiling sled v0.34.7
27982026-06-04T21:22:06.305Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-06-04T21:22:06.385Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-06-04T21:22:06.666Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-06-04T21:22:08.383Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-06-04T21:22:09.520Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-06-04T21:22:09.611Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-06-04T21:22:09.757Z Compiling rustls-webpki v0.101.7
28052026-06-04T21:22:09.847Z Compiling sct v0.7.1
28062026-06-04T21:22:10.158Z Compiling secrecy v0.8.0
28072026-06-04T21:22:10.187Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28082026-06-04T21:22:10.661Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28092026-06-04T21:22:11.313Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-06-04T21:22:11.563Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28112026-06-04T21:22:11.717Z Compiling serde_with_macros v1.5.2
28122026-06-04T21:22:12.581Z Compiling git2 v0.20.4
28132026-06-04T21:22:12.827Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-06-04T21:22:12.885Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28152026-06-04T21:22:13.384Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28162026-06-04T21:22:13.411Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28172026-06-04T21:22:13.849Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-06-04T21:22:14.346Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-06-04T21:22:14.368Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-06-04T21:22:14.577Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-06-04T21:22:14.817Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-06-04T21:22:15.342Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28232026-06-04T21:22:15.470Z Compiling void v1.0.2
28242026-06-04T21:22:15.645Z Compiling lzss v0.8.2
28252026-06-04T21:22:15.805Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28262026-06-04T21:22:15.957Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-06-04T21:22:16.022Z Compiling illumos-nvpair v0.3.0
28282026-06-04T21:22:16.554Z Compiling serde_with v1.14.0
28292026-06-04T21:22:16.682Z Compiling tokio-rustls v0.24.1
28302026-06-04T21:22:17.030Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28312026-06-04T21:22:17.574Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28322026-06-04T21:22:17.796Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28332026-06-04T21:22:19.143Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-06-04T21:22:19.697Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-06-04T21:22:20.448Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28362026-06-04T21:22:20.499Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28372026-06-04T21:22:20.630Z Compiling tungstenite v0.23.0
28382026-06-04T21:22:20.766Z Compiling rustls-pemfile v1.0.4
28392026-06-04T21:22:21.205Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28402026-06-04T21:22:21.401Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-06-04T21:22:21.652Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28422026-06-04T21:22:21.900Z Compiling nix v0.27.1
28432026-06-04T21:22:22.431Z Compiling twox-hash v2.1.2
28442026-06-04T21:22:22.974Z Compiling serde_bytes v0.11.19
28452026-06-04T21:22:23.191Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-06-04T21:22:23.224Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-06-04T21:22:23.291Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-04T21:22:23.611Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28492026-06-04T21:22:24.394Z Compiling tokio-tungstenite v0.23.1
28502026-06-04T21:22:24.784Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28512026-06-04T21:22:27.507Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-06-04T21:22:27.908Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28532026-06-04T21:22:28.722Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28542026-06-04T21:22:29.097Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28552026-06-04T21:22:29.502Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28562026-06-04T21:22:29.516Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28572026-06-04T21:22:29.873Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28582026-06-04T21:22:29.950Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28592026-06-04T21:22:30.352Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28602026-06-04T21:22:30.389Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612026-06-04T21:22:31.824Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28622026-06-04T21:22:32.943Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28632026-06-04T21:22:33.101Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-06-04T21:22:33.952Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-06-04T21:22:34.308Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-06-04T21:22:35.203Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28672026-06-04T21:22:35.226Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28682026-06-04T21:22:35.762Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-06-04T21:22:35.936Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28702026-06-04T21:22:38.058Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-06-04T21:22:38.087Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28722026-06-04T21:22:38.087Z Compiling signal-hook-tokio v0.3.1
28732026-06-04T21:22:38.087Z Compiling fatfs v0.3.6
28742026-06-04T21:22:38.219Z Compiling yasna v0.5.2
28752026-06-04T21:22:38.552Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28762026-06-04T21:22:38.569Z Compiling seq-macro v0.3.6
28772026-06-04T21:22:38.697Z Compiling is_ci v1.2.0
28782026-06-04T21:22:38.905Z Compiling assert_matches v1.5.0
28792026-06-04T21:22:39.009Z Compiling supports-color v3.0.2
28802026-06-04T21:22:39.082Z Compiling rcgen v0.12.1
28812026-06-04T21:22:39.111Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28822026-06-04T21:22:39.362Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28832026-06-04T21:22:39.418Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-06-04T21:22:39.500Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-06-04T21:22:39.745Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-06-04T21:22:39.780Z Compiling rtoolbox v0.0.3
28872026-06-04T21:22:39.991Z Compiling subprocess v0.2.15
28882026-06-04T21:22:40.109Z Compiling rpassword v7.4.0
28892026-06-04T21:22:40.426Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-06-04T21:22:42.320Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-06-04T21:22:42.764Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-06-04T21:22:42.914Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-06-04T21:22:43.392Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28942026-06-04T21:22:43.737Z Compiling tui-tree-widget v0.23.1
28952026-06-04T21:22:44.051Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28962026-06-04T21:22:44.635Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28972026-06-04T21:22:45.201Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-06-04T21:22:45.576Z Compiling uzers v0.12.2
28992026-06-04T21:22:47.181Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29002026-06-04T21:22:47.733Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29012026-06-04T21:22:48.423Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29022026-06-04T21:22:48.825Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29032026-06-04T21:22:54.212Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-06-04T21:22:54.289Z Compiling support-bundle-viewer v0.1.2
29052026-06-04T21:22:55.387Z Compiling multimap v0.10.1
29062026-06-04T21:23:04.453Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29072026-06-04T21:23:10.737Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29082026-06-04T21:23:17.484Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29092026-06-04T21:23:18.794Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29102026-06-04T21:23:19.241Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29112026-06-04T21:29:17.687Z Finished `release` profile [optimized] target(s) in 8m 23s
29122026-06-04T21:30:06.290Z
29132026-06-04T21:30:06.290Zreal 9:13.084904695
29142026-06-04T21:30:06.290Zuser 1:22:53.559139657
29152026-06-04T21:30:06.293Zsys 3:47.548170699
29162026-06-04T21:30:06.293Ztrap 1.941112997
29172026-06-04T21:30:06.293Ztflt 2.916176307
29182026-06-04T21:30:06.293Zdflt 18.337384818
29192026-06-04T21:30:06.293Zkflt 0.005379572
29202026-06-04T21:30:06.293Zlock 6:51:16.811506593
29212026-06-04T21:30:06.293Zslp 2:21:15.807435184
29222026-06-04T21:30:06.293Zlat 2:29.352166273
29232026-06-04T21:30:06.294Zstop 5:36.420779987
29242026-06-04T21:30:06.294Z+ mapfile -t packages
29252026-06-04T21:30:06.294Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29262026-06-04T21:30:07.259Z Finished `release` profile [optimized] target(s) in 0.95s
29272026-06-04T21:30:07.331Z Running `target/release/omicron-package -t test list-outputs`
29282026-06-04T21:30:07.394ZLogging to: /work/oxidecomputer/omicron/out/LOG
29292026-06-04T21:30:07.398Z+ ptime -m cargo build --locked --release -p xtask
29302026-06-04T21:30:07.936Z Compiling libc v0.2.185
29312026-06-04T21:30:07.936Z Compiling serde v1.0.228
29322026-06-04T21:30:07.936Z Compiling serde_core v1.0.228
29332026-06-04T21:30:07.940Z Compiling rustix v1.1.3
29342026-06-04T21:30:08.030Z Compiling serde_json v1.0.149
29352026-06-04T21:30:08.040Z Compiling bitflags v2.11.0
29362026-06-04T21:30:08.087Z Compiling num-traits v0.2.19
29372026-06-04T21:30:08.097Z Compiling syn v2.0.117
29382026-06-04T21:30:08.110Z Compiling smallvec v1.15.1
29392026-06-04T21:30:08.135Z Compiling usdt-impl v0.5.0
29402026-06-04T21:30:08.139Z Compiling indexmap v2.14.0
29412026-06-04T21:30:08.147Z Compiling syn v1.0.109
29422026-06-04T21:30:08.174Z Compiling percent-encoding v2.3.2
29432026-06-04T21:30:08.188Z Compiling getrandom v0.4.1
29442026-06-04T21:30:08.321Z Compiling log v0.4.29
29452026-06-04T21:30:08.404Z Compiling form_urlencoded v1.2.2
29462026-06-04T21:30:08.538Z Compiling fs-err v3.3.0
29472026-06-04T21:30:08.538Z Compiling once_cell v1.21.3
29482026-06-04T21:30:08.542Z Compiling heck v0.4.1
29492026-06-04T21:30:08.613Z Compiling anyhow v1.0.102
29502026-06-04T21:30:08.895Z Compiling errno v0.3.14
29512026-06-04T21:30:08.895Z Compiling thread-id v4.2.2
29522026-06-04T21:30:08.899Z Compiling memmap v0.7.0
29532026-06-04T21:30:09.238Z Compiling ordered-float v2.10.1
29542026-06-04T21:30:09.762Z Compiling proc-macro-error v1.0.4
29552026-06-04T21:30:09.971Z Compiling terminal_size v0.4.3
29562026-06-04T21:30:09.971Z Compiling tempfile v3.25.0
29572026-06-04T21:30:10.016Z Compiling tabled_derive v0.7.0
29582026-06-04T21:30:10.075Z Compiling clap_builder v4.5.60
29592026-06-04T21:30:10.075Z Compiling textwrap v0.16.2
29602026-06-04T21:30:10.222Z Compiling camino-tempfile v1.4.1
29612026-06-04T21:30:10.706Z Compiling tabled v0.15.0
29622026-06-04T21:30:10.719Z Compiling synstructure v0.13.2
29632026-06-04T21:30:10.725Z Compiling pest_generator v2.8.6
29642026-06-04T21:30:11.124Z Compiling serde_derive v1.0.228
29652026-06-04T21:30:11.124Z Compiling zerovec-derive v0.11.2
29662026-06-04T21:30:11.127Z Compiling displaydoc v0.2.5
29672026-06-04T21:30:11.127Z Compiling thiserror-impl v1.0.69
29682026-06-04T21:30:11.127Z Compiling zerocopy-derive v0.7.35
29692026-06-04T21:30:11.127Z Compiling scroll_derive v0.12.1
29702026-06-04T21:30:11.127Z Compiling thiserror-impl v2.0.18
29712026-06-04T21:30:11.127Z Compiling clap_derive v4.5.55
29722026-06-04T21:30:11.173Z Compiling zerofrom-derive v0.1.6
29732026-06-04T21:30:11.272Z Compiling yoke-derive v0.8.1
29742026-06-04T21:30:11.796Z Compiling pest_derive v2.8.6
29752026-06-04T21:30:11.857Z Compiling scroll v0.12.0
29762026-06-04T21:30:12.050Z Compiling zerocopy v0.7.35
29772026-06-04T21:30:12.208Z Compiling goblin v0.8.2
29782026-06-04T21:30:12.368Z Compiling zerofrom v0.1.6
29792026-06-04T21:30:12.455Z Compiling thiserror v2.0.18
29802026-06-04T21:30:12.468Z Compiling thiserror v1.0.69
29812026-06-04T21:30:12.528Z Compiling yoke v0.8.1
29822026-06-04T21:30:12.575Z Compiling dtrace-parser v0.2.0
29832026-06-04T21:30:12.722Z Compiling zerovec v0.11.5
29842026-06-04T21:30:12.760Z Compiling zerotrie v0.2.3
29852026-06-04T21:30:12.929Z Compiling clap v4.5.60
29862026-06-04T21:30:13.356Z Compiling tinystr v0.8.2
29872026-06-04T21:30:13.607Z Compiling icu_locale_core v2.1.1
29882026-06-04T21:30:14.549Z Compiling potential_utf v0.1.4
29892026-06-04T21:30:14.787Z Compiling icu_collections v2.1.1
29902026-06-04T21:30:14.990Z Compiling icu_provider v2.1.1
29912026-06-04T21:30:15.092Z Compiling toml_datetime v0.6.11
29922026-06-04T21:30:15.114Z Compiling serde_spanned v0.6.9
29932026-06-04T21:30:15.136Z Compiling dof v0.3.0
29942026-06-04T21:30:15.165Z Compiling serde-value v0.7.0
29952026-06-04T21:30:15.181Z Compiling cargo-platform v0.2.0
29962026-06-04T21:30:15.196Z Compiling macaddr v1.0.1
29972026-06-04T21:30:15.312Z Compiling icu_properties v2.1.2
29982026-06-04T21:30:15.325Z Compiling icu_normalizer v2.1.1
29992026-06-04T21:30:15.356Z Compiling toml_edit v0.22.27
30002026-06-04T21:30:15.497Z Compiling serde_tokenstream v0.2.3
30012026-06-04T21:30:16.302Z Compiling idna_adapter v1.2.1
30022026-06-04T21:30:16.351Z Compiling usdt-attr-macro v0.5.0
30032026-06-04T21:30:16.380Z Compiling usdt-macro v0.5.0
30042026-06-04T21:30:16.456Z Compiling idna v1.1.0
30052026-06-04T21:30:16.790Z Compiling url v2.5.8
30062026-06-04T21:30:16.970Z Compiling usdt v0.5.0
30072026-06-04T21:30:16.982Z Compiling toml v0.8.23
30082026-06-04T21:30:17.442Z Compiling cargo-util-schemas v0.8.2
30092026-06-04T21:30:17.442Z Compiling cargo_toml v0.21.0
30102026-06-04T21:30:18.512Z Compiling cargo_metadata v0.21.0
30112026-06-04T21:30:21.672Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30122026-06-04T21:30:24.782Z Finished `release` profile [optimized] target(s) in 17.37s
30132026-06-04T21:30:24.947Z
30142026-06-04T21:30:24.947Zreal 17.513479642
30152026-06-04T21:30:24.947Zuser 2:29.161334045
30162026-06-04T21:30:24.947Zsys 17.888816248
30172026-06-04T21:30:24.952Ztrap 0.086885405
30182026-06-04T21:30:24.952Ztflt 0.550046146
30192026-06-04T21:30:24.952Zdflt 1.719936182
30202026-06-04T21:30:24.952Zkflt 0.000081040
30212026-06-04T21:30:24.952Zlock 5:28.016424493
30222026-06-04T21:30:24.952Zslp 3:30.802437228
30232026-06-04T21:30:24.952Zlat 5.459701400
30242026-06-04T21:30:24.952Zstop 20.848367273
30252026-06-04T21:30:24.952Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-06-04T21:30:24.952Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30272026-06-04T21:30:24.952Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-06-04T21:30:24.952Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30292026-06-04T21:30:24.952Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30302026-06-04T21:30:25.914Z Compiling newtype-uuid-macros v0.1.0
30312026-06-04T21:30:25.917Z Compiling progenitor-client v0.14.0
30322026-06-04T21:30:25.917Z Compiling structmeta-derive v0.3.0
30332026-06-04T21:30:25.917Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-06-04T21:30:26.065Z Compiling rustls v0.22.4
30352026-06-04T21:30:26.125Z Compiling rustls-webpki v0.102.8
30362026-06-04T21:30:26.128Z Compiling multer v3.1.0
30372026-06-04T21:30:26.128Z Compiling debug-ignore v1.0.5
30382026-06-04T21:30:26.128Z Compiling match_cfg v0.1.0
30392026-06-04T21:30:26.128Z Compiling compression-core v0.4.31
30402026-06-04T21:30:26.128Z Compiling slog-json v2.6.1
30412026-06-04T21:30:26.143Z Compiling async-stream-impl v0.3.6
30422026-06-04T21:30:26.146Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-04T21:30:26.191Z Compiling serde_spanned v1.0.4
30442026-06-04T21:30:26.194Z Compiling dropshot v0.17.0
30452026-06-04T21:30:26.210Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-04T21:30:26.334Z Compiling hostname v0.3.1
30472026-06-04T21:30:26.350Z Compiling compression-codecs v0.4.37
30482026-06-04T21:30:26.369Z Compiling itertools v0.14.0
30492026-06-04T21:30:26.407Z Compiling waitgroup v0.1.2
30502026-06-04T21:30:26.411Z Compiling rustls-pemfile v2.2.0
30512026-06-04T21:30:26.445Z Compiling slog-bunyan v2.5.0
30522026-06-04T21:30:26.449Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-04T21:30:26.520Z Compiling dropshot_endpoint v0.17.0
30542026-06-04T21:30:26.523Z Compiling serde_path_to_error v0.1.20
30552026-06-04T21:30:26.523Z Compiling hostname v0.4.2
30562026-06-04T21:30:26.591Z Compiling async-compression v0.4.41
30572026-06-04T21:30:26.631Z Compiling regress v0.10.5
30582026-06-04T21:30:26.634Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30592026-06-04T21:30:26.686Z Compiling macaddr v1.0.1
30602026-06-04T21:30:26.711Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-06-04T21:30:26.731Z Compiling instant v0.1.13
30622026-06-04T21:30:26.819Z Compiling async-stream v0.3.6
30632026-06-04T21:30:26.865Z Compiling backon v1.6.0
30642026-06-04T21:30:26.885Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-06-04T21:30:26.885Z Compiling backoff v0.4.0
30662026-06-04T21:30:26.926Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-06-04T21:30:26.946Z Compiling progenitor-client v0.10.0
30682026-06-04T21:30:26.951Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-06-04T21:30:26.983Z Compiling humantime v2.3.0
30702026-06-04T21:30:27.039Z Compiling universal-hash v0.5.1
30712026-06-04T21:30:27.104Z Compiling progenitor-extras v0.2.0
30722026-06-04T21:30:27.148Z Compiling opaque-debug v0.3.1
30732026-06-04T21:30:27.166Z Compiling half v2.7.1
30742026-06-04T21:30:27.184Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-06-04T21:30:27.203Z Compiling crucible-workspace-hack v0.1.0
30762026-06-04T21:30:27.248Z Compiling ciborium-io v0.2.2
30772026-06-04T21:30:27.343Z Compiling structmeta v0.3.0
30782026-06-04T21:30:27.355Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-06-04T21:30:27.355Z Compiling regress v0.11.1
30802026-06-04T21:30:27.355Z Compiling convert_case v0.4.0
30812026-06-04T21:30:27.376Z Compiling aead v0.5.2
30822026-06-04T21:30:27.398Z Compiling secrecy v0.10.3
30832026-06-04T21:30:27.418Z Compiling unsafe-libyaml v0.2.11
30842026-06-04T21:30:27.465Z Compiling ciborium-ll v0.2.2
30852026-06-04T21:30:27.584Z Compiling derive-ex v0.1.8
30862026-06-04T21:30:27.596Z Compiling parse-display-derive v0.10.0
30872026-06-04T21:30:27.615Z Compiling poly1305 v0.8.0
30882026-06-04T21:30:27.618Z Compiling chacha20 v0.9.1
30892026-06-04T21:30:27.618Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30902026-06-04T21:30:27.673Z Compiling ciborium v0.2.2
30912026-06-04T21:30:27.721Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30922026-06-04T21:30:27.739Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30932026-06-04T21:30:27.767Z Compiling derive_more v0.99.20
30942026-06-04T21:30:27.856Z Compiling thiserror-impl-no-std v2.0.2
30952026-06-04T21:30:27.925Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30962026-06-04T21:30:27.943Z Compiling byte-wrapper v0.1.0
30972026-06-04T21:30:28.142Z Compiling serde_yaml v0.9.34+deprecated
30982026-06-04T21:30:28.150Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30992026-06-04T21:30:28.255Z Compiling blake2 v0.10.6
31002026-06-04T21:30:28.310Z Compiling password-hash v0.5.0
31012026-06-04T21:30:28.330Z Compiling chacha20poly1305 v0.10.1
31022026-06-04T21:30:28.391Z Compiling indent_write v2.2.0
31032026-06-04T21:30:28.437Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-06-04T21:30:28.485Z Compiling heapless v0.8.0
31052026-06-04T21:30:28.525Z Compiling tokio-rustls v0.25.0
31062026-06-04T21:30:28.564Z Compiling ingot-macros v0.1.1
31072026-06-04T21:30:28.735Z Compiling argon2 v0.5.3
31082026-06-04T21:30:28.799Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-06-04T21:30:28.885Z Compiling tabwriter v1.4.1
31102026-06-04T21:30:29.038Z Compiling typify-impl v0.6.2
31112026-06-04T21:30:29.174Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-06-04T21:30:29.191Z Compiling thiserror-no-std v2.0.2
31132026-06-04T21:30:29.315Z Compiling vsss-rs v3.3.4
31142026-06-04T21:30:29.409Z Compiling test-strategy v0.4.5
31152026-06-04T21:30:29.462Z Compiling parse-display v0.10.0
31162026-06-04T21:30:29.484Z Compiling hash32 v0.3.1
31172026-06-04T21:30:29.731Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31182026-06-04T21:30:29.760Z Compiling smoltcp v0.11.0
31192026-06-04T21:30:29.987Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31202026-06-04T21:30:30.033Z Compiling proc-macro-crate v3.4.0
31212026-06-04T21:30:30.051Z Compiling num-rational v0.4.2
31222026-06-04T21:30:30.082Z Compiling cobs v0.3.0
31232026-06-04T21:30:30.130Z Compiling num-complex v0.4.6
31242026-06-04T21:30:30.183Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-06-04T21:30:30.204Z Compiling colored v3.1.1
31262026-06-04T21:30:30.368Z Compiling postcard v1.1.3
31272026-06-04T21:30:30.429Z Compiling proc-macro-error v1.0.4
31282026-06-04T21:30:30.454Z Compiling proc-macro-crate v1.3.1
31292026-06-04T21:30:30.592Z Compiling num v0.4.3
31302026-06-04T21:30:30.611Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-06-04T21:30:30.633Z Compiling atomicwrites v0.4.4
31322026-06-04T21:30:30.661Z Compiling num_enum_derive v0.7.5
31332026-06-04T21:30:30.701Z Compiling foreign-types-macros v0.2.3
31342026-06-04T21:30:30.759Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-06-04T21:30:30.774Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-06-04T21:30:30.795Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-06-04T21:30:30.838Z Compiling rayon-core v1.13.0
31382026-06-04T21:30:30.861Z Compiling foreign-types-shared v0.3.1
31392026-06-04T21:30:30.879Z Compiling cpufeatures v0.3.0
31402026-06-04T21:30:30.947Z Compiling float-ord v0.3.2
31412026-06-04T21:30:30.984Z Compiling chacha20 v0.10.0
31422026-06-04T21:30:30.988Z Compiling num_enum_derive v0.5.11
31432026-06-04T21:30:31.118Z Compiling crossbeam-deque v0.8.6
31442026-06-04T21:30:31.121Z Compiling camino-tempfile v1.4.1
31452026-06-04T21:30:31.121Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31462026-06-04T21:30:31.171Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31472026-06-04T21:30:31.210Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31482026-06-04T21:30:31.250Z Compiling cstr-argument v0.1.2
31492026-06-04T21:30:31.357Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31502026-06-04T21:30:31.395Z Compiling foreign-types v0.5.0
31512026-06-04T21:30:31.421Z Compiling rand v0.10.0
31522026-06-04T21:30:31.446Z Compiling toml v0.8.23
31532026-06-04T21:30:31.504Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31542026-06-04T21:30:31.620Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31552026-06-04T21:30:31.694Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31562026-06-04T21:30:31.724Z Compiling ingot-types v0.1.2
31572026-06-04T21:30:31.743Z Compiling zone_cfg_derive v0.3.1
31582026-06-04T21:30:31.782Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31592026-06-04T21:30:31.810Z Compiling rayon v1.11.0
31602026-06-04T21:30:31.839Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31612026-06-04T21:30:31.858Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31622026-06-04T21:30:31.881Z Compiling num_enum v0.7.5
31632026-06-04T21:30:31.946Z Compiling itertools v0.12.1
31642026-06-04T21:30:32.014Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31652026-06-04T21:30:32.040Z Compiling num-derive v0.4.2
31662026-06-04T21:30:32.110Z Compiling sigpipe v0.1.3
31672026-06-04T21:30:32.129Z Compiling ingot v0.1.1
31682026-06-04T21:30:32.152Z Compiling glob v0.3.3
31692026-06-04T21:30:32.186Z Compiling num_enum v0.5.11
31702026-06-04T21:30:32.231Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-06-04T21:30:32.260Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31722026-06-04T21:30:32.267Z Compiling smf v0.2.3
31732026-06-04T21:30:32.333Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31742026-06-04T21:30:32.426Z Compiling prettyplease v0.2.37
31752026-06-04T21:30:32.496Z Compiling whoami v1.6.1
31762026-06-04T21:30:32.514Z Compiling usdt-macro v0.5.0
31772026-06-04T21:30:32.598Z Compiling usdt-attr-macro v0.5.0
31782026-06-04T21:30:32.694Z Compiling gethostname v0.5.0
31792026-06-04T21:30:32.822Z Compiling memmap v0.7.0
31802026-06-04T21:30:32.849Z Compiling derive-where v1.6.0
31812026-06-04T21:30:32.858Z Compiling resolv-conf v0.7.6
31822026-06-04T21:30:32.884Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31832026-06-04T21:30:33.048Z Compiling owo-colors v4.3.0
31842026-06-04T21:30:33.067Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31852026-06-04T21:30:33.088Z Compiling cancel-safe-futures v0.1.5
31862026-06-04T21:30:33.266Z Compiling zone v0.3.1
31872026-06-04T21:30:33.282Z Compiling libsw-core v0.3.2
31882026-06-04T21:30:33.372Z Compiling console v0.15.11
31892026-06-04T21:30:33.501Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-06-04T21:30:33.520Z Compiling libsw v3.5.0
31912026-06-04T21:30:33.523Z Compiling usdt v0.5.0
31922026-06-04T21:30:33.708Z Compiling hickory-proto v0.24.4
31932026-06-04T21:30:33.743Z Compiling newline-converter v0.3.0
31942026-06-04T21:30:33.778Z Compiling progenitor-client v0.13.0
31952026-06-04T21:30:33.855Z Compiling linear-map v1.2.0
31962026-06-04T21:30:33.858Z Compiling linked-hash-map v0.5.6
31972026-06-04T21:30:33.899Z Compiling libefi-sys v0.1.0
31982026-06-04T21:30:33.974Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31992026-06-04T21:30:34.002Z Compiling expectorate v1.2.0
32002026-06-04T21:30:34.023Z Compiling typify-macro v0.6.2
32012026-06-04T21:30:34.039Z Compiling git-stub v1.0.0
32022026-06-04T21:30:34.081Z Compiling lru-cache v0.1.2
32032026-06-04T21:30:34.101Z Compiling bitfield-struct v0.6.2
32042026-06-04T21:30:34.158Z Compiling semver v0.1.20
32052026-06-04T21:30:34.161Z Compiling tokio-dtrace v0.1.1
32062026-06-04T21:30:34.196Z Compiling dropshot-api-manager-types v0.7.2
32072026-06-04T21:30:34.234Z Compiling slog-dtrace v0.3.0
32082026-06-04T21:30:34.257Z Compiling git-stub-vcs v0.1.0
32092026-06-04T21:30:34.298Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32102026-06-04T21:30:34.334Z Compiling minimal-lexical v0.2.1
32112026-06-04T21:30:34.353Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-04T21:30:34.436Z Compiling rustc_version v0.1.7
32132026-06-04T21:30:34.465Z Compiling oxide-tokio-rt v0.1.4
32142026-06-04T21:30:34.508Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32152026-06-04T21:30:34.511Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32162026-06-04T21:30:34.557Z Compiling nom v7.1.3
32172026-06-04T21:30:34.588Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-06-04T21:30:34.627Z Compiling phf_shared v0.12.1
32192026-06-04T21:30:34.653Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32202026-06-04T21:30:34.731Z Compiling csv-core v0.1.13
32212026-06-04T21:30:34.753Z Compiling newtype_derive v0.1.6
32222026-06-04T21:30:34.805Z Compiling highway v1.3.0
32232026-06-04T21:30:34.860Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-06-04T21:30:34.880Z Compiling chrono-tz v0.10.4
32252026-06-04T21:30:34.902Z Compiling xshell-macros v0.2.7
32262026-06-04T21:30:35.105Z Compiling csv v1.4.0
32272026-06-04T21:30:35.124Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-06-04T21:30:35.165Z Compiling phf v0.12.1
32292026-06-04T21:30:35.204Z Compiling const_format_proc_macros v0.2.34
32302026-06-04T21:30:35.230Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-06-04T21:30:35.270Z Compiling primeorder v0.13.6
32322026-06-04T21:30:35.350Z Compiling xshell v0.2.7
32332026-06-04T21:30:35.369Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32342026-06-04T21:30:35.552Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-06-04T21:30:35.608Z Compiling tabled_derive v0.7.0
32362026-06-04T21:30:35.699Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32372026-06-04T21:30:35.736Z Compiling bcs v0.1.6
32382026-06-04T21:30:35.937Z Compiling termtree v0.5.1
32392026-06-04T21:30:35.958Z Compiling salty v0.3.0
32402026-06-04T21:30:35.989Z Compiling typify v0.6.2
32412026-06-04T21:30:36.103Z Compiling progenitor-impl v0.14.0
32422026-06-04T21:30:36.122Z Compiling progenitor-impl v0.13.0
32432026-06-04T21:30:36.141Z Compiling hickory-resolver v0.24.4
32442026-06-04T21:30:36.141Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32452026-06-04T21:30:36.144Z Compiling tagptr v0.2.0
32462026-06-04T21:30:36.181Z Compiling const_format v0.2.35
32472026-06-04T21:30:36.256Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32482026-06-04T21:30:36.375Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32492026-06-04T21:30:36.477Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-06-04T21:30:36.574Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-04T21:30:36.720Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-06-04T21:30:36.724Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32532026-06-04T21:30:36.825Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32542026-06-04T21:30:36.911Z Compiling textwrap v0.16.2
32552026-06-04T21:30:36.936Z Compiling tabled v0.15.0
32562026-06-04T21:30:37.023Z Compiling moka v0.12.13
32572026-06-04T21:30:37.209Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-06-04T21:30:37.356Z Compiling qorb v0.4.1
32592026-06-04T21:30:37.486Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-06-04T21:30:37.535Z Compiling steno v0.4.1
32612026-06-04T21:30:37.746Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32622026-06-04T21:30:37.796Z Compiling base64 v0.21.7
32632026-06-04T21:30:37.901Z Compiling radium v0.7.0
32642026-06-04T21:30:37.924Z Compiling hickory-resolver v0.25.2
32652026-06-04T21:30:38.163Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-06-04T21:30:38.254Z Compiling p384 v0.13.1
32672026-06-04T21:30:38.336Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32682026-06-04T21:30:38.555Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-06-04T21:30:38.591Z Compiling typify-impl v0.4.3
32702026-06-04T21:30:38.688Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32712026-06-04T21:30:38.817Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32722026-06-04T21:30:38.882Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32732026-06-04T21:30:38.941Z Compiling progenitor-macro v0.14.0
32742026-06-04T21:30:38.980Z Compiling progenitor-macro v0.13.0
32752026-06-04T21:30:39.072Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32762026-06-04T21:30:39.170Z Compiling tap v1.0.1
32772026-06-04T21:30:39.327Z Compiling maybe-uninit v2.0.0
32782026-06-04T21:30:39.445Z Compiling wyz v0.5.1
32792026-06-04T21:30:39.520Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-06-04T21:30:39.556Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32812026-06-04T21:30:39.701Z Compiling proc-macro-error-attr2 v2.0.0
32822026-06-04T21:30:39.752Z Compiling funty v2.0.0
32832026-06-04T21:30:39.815Z Compiling parking_lot_core v0.8.6
32842026-06-04T21:30:39.961Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-06-04T21:30:39.981Z Compiling packed_struct v0.10.1
32862026-06-04T21:30:40.147Z Compiling utf-8 v0.7.6
32872026-06-04T21:30:40.184Z Compiling proc-macro-error2 v2.0.1
32882026-06-04T21:30:40.251Z Compiling bitvec v1.0.1
32892026-06-04T21:30:40.277Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-06-04T21:30:40.348Z Compiling tungstenite v0.21.0
32912026-06-04T21:30:40.401Z Compiling polyval v0.6.2
32922026-06-04T21:30:40.420Z Compiling packed_struct_codegen v0.10.1
32932026-06-04T21:30:40.436Z Compiling num-derive v0.3.3
32942026-06-04T21:30:40.558Z Compiling bitfield-macros v0.19.4
32952026-06-04T21:30:40.607Z Compiling zerocopy-derive v0.6.6
32962026-06-04T21:30:40.677Z Compiling indexmap v1.9.3
32972026-06-04T21:30:40.715Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-06-04T21:30:40.930Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32992026-06-04T21:30:40.960Z Compiling crc-catalog v2.4.0
33002026-06-04T21:30:41.090Z Compiling nodrop v0.1.14
33012026-06-04T21:30:41.113Z Compiling crc v3.4.0
33022026-06-04T21:30:41.193Z Compiling array-init v0.0.4
33032026-06-04T21:30:41.277Z Compiling tokio-tungstenite v0.21.0
33042026-06-04T21:30:41.305Z Compiling ghash v0.5.1
33052026-06-04T21:30:41.361Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-06-04T21:30:41.381Z Compiling bitfield v0.19.4
33072026-06-04T21:30:41.454Z Compiling libscf-sys v1.1.0
33082026-06-04T21:30:41.500Z Compiling tabled_derive v0.11.0
33092026-06-04T21:30:41.599Z Compiling zerocopy v0.6.6
33102026-06-04T21:30:41.617Z Compiling smallvec v0.6.14
33112026-06-04T21:30:41.686Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-04T21:30:41.817Z Compiling papergrid v0.17.0
33132026-06-04T21:30:41.883Z Compiling testing_table v0.3.0
33142026-06-04T21:30:41.911Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-06-04T21:30:41.983Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33162026-06-04T21:30:42.002Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33172026-06-04T21:30:42.081Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33182026-06-04T21:30:42.185Z Compiling ctr v0.9.2
33192026-06-04T21:30:42.283Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-04T21:30:42.332Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-06-04T21:30:42.436Z Compiling corncobs v0.1.4
33222026-06-04T21:30:42.480Z Compiling illumos-nvpair-sys v0.2.0
33232026-06-04T21:30:42.516Z Compiling unicase v2.9.0
33242026-06-04T21:30:42.578Z Compiling hashbrown v0.12.3
33252026-06-04T21:30:42.658Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-06-04T21:30:42.746Z Compiling aes-gcm v0.10.3
33272026-06-04T21:30:42.770Z Compiling mime_guess v2.0.5
33282026-06-04T21:30:42.795Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-06-04T21:30:42.820Z Compiling tabled v0.20.0
33302026-06-04T21:30:42.936Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-06-04T21:30:42.959Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33322026-06-04T21:30:43.130Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33332026-06-04T21:30:43.150Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-06-04T21:30:43.171Z Compiling parking_lot v0.11.2
33352026-06-04T21:30:43.413Z Compiling serde-hex v0.1.0
33362026-06-04T21:30:43.433Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33372026-06-04T21:30:43.454Z Compiling typify-macro v0.4.3
33382026-06-04T21:30:43.626Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33392026-06-04T21:30:43.644Z Compiling ron v0.8.1
33402026-06-04T21:30:43.788Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33412026-06-04T21:30:43.845Z Compiling hashbrown v0.13.2
33422026-06-04T21:30:43.894Z Compiling progenitor-client v0.11.2
33432026-06-04T21:30:43.917Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33442026-06-04T21:30:44.282Z Compiling prefix-trie v0.7.0
33452026-06-04T21:30:44.304Z Compiling blowfish v0.9.1
33462026-06-04T21:30:44.411Z Compiling ssh-encoding v0.2.0
33472026-06-04T21:30:44.472Z Compiling progenitor v0.14.0
33482026-06-04T21:30:44.493Z Compiling progenitor v0.13.0
33492026-06-04T21:30:44.601Z Compiling fxhash v0.2.1
33502026-06-04T21:30:44.664Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-04T21:30:44.751Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33522026-06-04T21:30:44.785Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-06-04T21:30:44.794Z Compiling secrecy v0.8.0
33542026-06-04T21:30:44.826Z Compiling crc-any v2.5.0
33552026-06-04T21:30:44.872Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-06-04T21:30:45.004Z Compiling sled v0.34.7
33572026-06-04T21:30:45.117Z Compiling hickory-server v0.25.2
33582026-06-04T21:30:45.163Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33592026-06-04T21:30:45.316Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33602026-06-04T21:30:45.320Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33612026-06-04T21:30:45.447Z Compiling typify v0.4.3
33622026-06-04T21:30:45.450Z Compiling ssh-cipher v0.2.0
33632026-06-04T21:30:45.529Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33642026-06-04T21:30:45.620Z Compiling progenitor-impl v0.11.2
33652026-06-04T21:30:45.666Z Compiling bcrypt-pbkdf v0.10.0
33662026-06-04T21:30:46.021Z Compiling object v0.30.4
33672026-06-04T21:30:46.051Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-06-04T21:30:46.228Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33692026-06-04T21:30:46.405Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33702026-06-04T21:30:46.591Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33712026-06-04T21:30:47.068Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33722026-06-04T21:30:47.139Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-06-04T21:30:47.299Z Compiling password-hash v0.4.2
33742026-06-04T21:30:47.403Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33752026-06-04T21:30:47.670Z Compiling path-slash v0.1.5
33762026-06-04T21:30:47.761Z Compiling half v1.8.3
33772026-06-04T21:30:47.782Z Compiling http-range v0.1.5
33782026-06-04T21:30:47.883Z Compiling crc8 v0.1.1
33792026-06-04T21:30:47.887Z Compiling pbkdf2 v0.11.0
33802026-06-04T21:30:47.887Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33812026-06-04T21:30:47.991Z Compiling serde_cbor v0.11.2
33822026-06-04T21:30:48.014Z Compiling illumos-nvpair v0.3.0
33832026-06-04T21:30:48.147Z Compiling ssh-key v0.6.7
33842026-06-04T21:30:48.482Z Compiling progenitor-macro v0.11.2
33852026-06-04T21:30:48.604Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-06-04T21:30:48.609Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-06-04T21:30:48.644Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-06-04T21:30:48.923Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-06-04T21:30:48.951Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-06-04T21:30:49.160Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-06-04T21:30:49.195Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33922026-06-04T21:30:49.516Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33932026-06-04T21:30:49.581Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33942026-06-04T21:30:49.606Z Compiling p521 v0.13.3
33952026-06-04T21:30:49.624Z Compiling p256 v0.13.2
33962026-06-04T21:30:49.954Z Compiling yasna v0.5.2
33972026-06-04T21:30:50.030Z Compiling kstat-rs v0.2.4
33982026-06-04T21:30:50.093Z Compiling headers-core v0.3.0
33992026-06-04T21:30:50.106Z Compiling nanorand v0.7.0
34002026-06-04T21:30:50.138Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34012026-06-04T21:30:50.170Z Compiling atty v0.2.14
34022026-06-04T21:30:50.250Z Compiling russh-cryptovec v0.7.3
34032026-06-04T21:30:50.327Z Compiling md5 v0.7.0
34042026-06-04T21:30:50.347Z Compiling home v0.5.12
34052026-06-04T21:30:50.376Z Compiling flume v0.11.1
34062026-06-04T21:30:50.449Z Compiling rcgen v0.12.1
34072026-06-04T21:30:50.472Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34082026-06-04T21:30:50.493Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-06-04T21:30:50.537Z Compiling russh-keys v0.45.0
34102026-06-04T21:30:50.655Z Compiling headers v0.4.1
34112026-06-04T21:30:50.712Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-06-04T21:30:50.731Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-06-04T21:30:50.749Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-06-04T21:30:50.792Z Compiling hyper-staticfile v0.10.1
34152026-06-04T21:30:50.984Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-06-04T21:30:51.092Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-06-04T21:30:51.191Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-06-04T21:30:51.211Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-06-04T21:30:51.346Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34202026-06-04T21:30:51.369Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34212026-06-04T21:30:51.423Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-06-04T21:30:51.504Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34232026-06-04T21:30:51.687Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-06-04T21:30:51.811Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-06-04T21:30:51.924Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-06-04T21:30:51.944Z Compiling num-bigint v0.4.6
34272026-06-04T21:30:51.978Z Compiling des v0.8.1
34282026-06-04T21:30:52.034Z Compiling subprocess v0.2.15
34292026-06-04T21:30:52.165Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-06-04T21:30:52.200Z Compiling hex-literal v0.4.1
34312026-06-04T21:30:52.235Z Compiling display-error-chain v0.2.2
34322026-06-04T21:30:52.280Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34332026-06-04T21:30:53.278Z Compiling colored v2.2.0
34342026-06-04T21:30:53.312Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-06-04T21:30:53.312Z Compiling socket2 v0.5.10
34362026-06-04T21:30:53.312Z Compiling internet-checksum v0.2.1
34372026-06-04T21:30:53.312Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-06-04T21:30:53.312Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392026-06-04T21:30:53.320Z Compiling russh v0.45.0
34402026-06-04T21:30:53.778Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34412026-06-04T21:30:53.822Z Compiling progenitor v0.11.2
34422026-06-04T21:30:53.862Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34432026-06-04T21:30:53.958Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34442026-06-04T21:30:56.422Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34452026-06-04T21:30:57.105Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34462026-06-04T21:30:57.592Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34472026-06-04T21:30:59.499Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34482026-06-04T21:30:59.764Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34492026-06-04T21:31:07.636Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34502026-06-04T21:31:07.637Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-06-04T21:31:07.640Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34522026-06-04T21:31:07.640Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-06-04T21:31:09.496Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-06-04T21:31:09.559Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-06-04T21:31:13.717Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-06-04T21:31:53.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34572026-06-04T21:31:53.497Z
34582026-06-04T21:31:53.497Zreal 1:28.478008094
34592026-06-04T21:31:53.497Zuser 8:30.155697187
34602026-06-04T21:31:53.497Zsys 1:47.432067667
34612026-06-04T21:31:53.497Ztrap 0.261353549
34622026-06-04T21:31:53.497Ztflt 0.644841018
34632026-06-04T21:31:53.497Zdflt 2.049032080
34642026-06-04T21:31:53.497Zkflt 0.000256160
34652026-06-04T21:31:53.503Zlock 28:55.818855263
34662026-06-04T21:31:53.504Zslp 19:31.370358215
34672026-06-04T21:31:53.504Zlat 39.839938470
34682026-06-04T21:31:53.504Zstop 2:56.122179067
34692026-06-04T21:31:53.504Z+ mkdir tests
34702026-06-04T21:31:53.504Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-06-04T21:31:53.504Z+ xargs -I '{}' -t cp '{}' tests/
34722026-06-04T21:31:53.524Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c6dcadff58450139 tests/
34732026-06-04T21:31:53.554Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2b8e740b31c9eb1 tests/
34742026-06-04T21:31:53.583Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cce2a2ffee17194 tests/
34752026-06-04T21:31:53.611Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce899ba42cd8bdd4 tests/
34762026-06-04T21:31:53.854Z+ 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/* tools/opte_version tools/opte_version_override)
34772026-06-04T21:31:53.862Z+ 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-d2b8e740b31c9eb1 tests/commtest-9cce2a2ffee17194 tests/dhcp_server-c6dcadff58450139 tests/end_to_end_tests-ce899ba42cd8bdd4 tools/opte_version tools/opte_version_override 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
34782026-06-04T21:33:16.835ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-06-04T21:33:16.835Za .github/buildomat/ci-env.sh 1K
34802026-06-04T21:33:16.835Za out/target/test 1K
34812026-06-04T21:33:16.835Za out/npuzone/npuzone 27402K
34822026-06-04T21:33:16.836Za package-manifest.toml 35K
34832026-06-04T21:33:16.836Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-06-04T21:33:16.836Za target/release/omicron-package 45145K
34852026-06-04T21:33:16.836Za target/release/xtask 11449K
34862026-06-04T21:33:16.836Za target/debug/bootstrap 353199K
34872026-06-04T21:33:16.836Za tests/bootstrap-d2b8e740b31c9eb1 31215K
34882026-06-04T21:33:16.836Za tests/commtest-9cce2a2ffee17194 32300K
34892026-06-04T21:33:16.836Za tests/dhcp_server-c6dcadff58450139 31215K
34902026-06-04T21:33:16.836Za tests/end_to_end_tests-ce899ba42cd8bdd4 394993K
34912026-06-04T21:33:16.836Za tools/opte_version 1K
34922026-06-04T21:33:16.836Za tools/opte_version_override 2K
34932026-06-04T21:33:16.836Za out/clickhouse.tar.gz 321349K
34942026-06-04T21:33:16.836Za out/clickhouse_keeper.tar.gz 306411K
34952026-06-04T21:33:16.836Za out/clickhouse_server.tar.gz 321345K
34962026-06-04T21:33:16.836Za out/cockroachdb.tar.gz 165625K
34972026-06-04T21:33:16.836Za out/crucible-pantry-zone.tar.gz 40616K
34982026-06-04T21:33:16.836Za out/crucible-utils.tar 16478K
34992026-06-04T21:33:16.836Za out/crucible-zone.tar.gz 56186K
35002026-06-04T21:33:16.836Za out/external-dns.tar.gz 50214K
35012026-06-04T21:33:16.836Za out/internal-dns.tar.gz 50214K
35022026-06-04T21:33:16.836Za out/mg-ddm-gz.tar 95141K
35032026-06-04T21:33:16.836Za out/nexus.tar.gz 276830K
35042026-06-04T21:33:16.836Za out/ntp.tar.gz 32287K
35052026-06-04T21:33:16.836Za out/omicron-gateway-softnpu.tar.gz 29027K
35062026-06-04T21:33:16.836Za out/omicron-sled-agent.tar 203637K
35072026-06-04T21:33:16.836Za out/overlay.tar.gz 3K
35082026-06-04T21:33:16.836Za out/oximeter.tar.gz 67113K
35092026-06-04T21:33:16.837Za out/oxlog.tar 3782K
35102026-06-04T21:33:16.837Za out/probe.tar.gz 3037K
35112026-06-04T21:33:16.837Za out/propolis-server.tar.gz 34918K
35122026-06-04T21:33:16.837Za out/pumpkind-gz.tar 26647K
35132026-06-04T21:33:16.837Za out/switch-softnpu.tar.gz 451169K
35142026-06-04T21:33:16.841Z
35152026-06-04T21:33:16.841Zreal 1:22.980695525
35162026-06-04T21:33:16.841Zuser 1:20.197571598
35172026-06-04T21:33:16.841Zsys 4.588803469
35182026-06-04T21:33:16.841Ztrap 0.006573974
35192026-06-04T21:33:16.841Ztflt 0.000000000
35202026-06-04T21:33:16.841Zdflt 0.000000000
35212026-06-04T21:33:16.841Zkflt 0.000000000
35222026-06-04T21:33:16.841Zlock 0.000000000
35232026-06-04T21:33:16.841Zslp 1:20.152812054
35242026-06-04T21:33:16.841Zlat 1.009861360
35252026-06-04T21:33:16.841Zstop 0.000225020
35262026-06-04T21:33:16.841Zprocess exited: duration 1044990 ms, exit code 0
 
35272026-06-04T21:33:16.856Zfound 1 output files
35282026-06-04T21:33:16.856Zuploading: /work/package.tar.gz (2551314641 bytes)
35292026-06-04T21:33:48.904Zuploaded: /work/package.tar.gz