01KRKFZFVT4D53NC3BTVK58BDN: 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: 01KRKFZXP1X5SP6RKDHJC78K15

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T15:00:19.709Zjob assigned to worker 01KRKG0552ZZXPZX3A03X18AYT [factory aws, i-0b2e785f2ea83204d] (queued for 50 s)
 
22026-05-14T15:00:27.231Zstarting task 0: "setup"
32026-05-14T15:00:27.235Z++ uname -s
42026-05-14T15:00:27.239Z+ kern=SunOS
52026-05-14T15:00:27.239Z+ build_user=build
62026-05-14T15:00:27.239Z+ build_uid=12345
72026-05-14T15:00:27.239Z+ work_dir=/work
82026-05-14T15:00:27.239Z+ input_dir=/input
92026-05-14T15:00:27.239Z+ [[ 0 == 12345 ]]
102026-05-14T15:00:27.239Z+ case "$kern" in
112026-05-14T15:00:27.239Z+ groupadd -g 12345 build
122026-05-14T15:00:27.248Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T15:00:29.258Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T15:00:29.326Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T15:00:29.329Z+ home_fs=zfs
162026-05-14T15:00:29.329Z+ [[ zfs == autofs ]]
172026-05-14T15:00:29.329Z+ mkdir -p /home/build
182026-05-14T15:00:29.329Z+ chown build:build /home/build /work
192026-05-14T15:00:30.336Z+ chmod 0700 /home/build /work
202026-05-14T15:00:30.339Zprocess exited: duration 3106 ms, exit code 0
 
212026-05-14T15:00:30.346Zstarting task 1: "rust-toolchain"
222026-05-14T15:00:30.352Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T15:00:30.352Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T15:00:30.352Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-14T15:00:30.352Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T15:00:30.352Z * rust toolchain channel = "1.94.0"
272026-05-14T15:00:30.352Z * rust toolchain profile = "default"
282026-05-14T15:00:30.355Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T15:00:30.356Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T15:00:30.444Zinfo: downloading installer
312026-05-14T15:00:31.885Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T15:00:31.885Zwarn: /home/build/.rustup/settings.toml
332026-05-14T15:00:31.885Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T15:00:31.885Zwarn: instead of the one inferred from the default host triple.
352026-05-14T15:00:31.898Zinfo: profile set to default
362026-05-14T15:00:31.898Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T15:00:31.901Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T15:00:32.031Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T15:00:32.035Zinfo: downloading 6 components
402026-05-14T15:00:47.220Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T15:00:47.220Z
422026-05-14T15:00:47.255Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T15:00:47.255Z
442026-05-14T15:00:47.255Z
452026-05-14T15:00:47.255ZRust is installed now. Great!
462026-05-14T15:00:47.255Z
472026-05-14T15:00:47.255ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T15:00:47.255Zenvironment variable. This has not been done automatically.
492026-05-14T15:00:47.255Z
502026-05-14T15:00:47.255ZTo configure your current shell, you need to source
512026-05-14T15:00:47.255Zthe corresponding env file under $HOME/.cargo.
522026-05-14T15:00:47.255Z
532026-05-14T15:00:47.255ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T15:00:47.258Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T15:00:47.258Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T15:00:47.259Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T15:00:47.259Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T15:00:47.259Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T15:00:47.259Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T15:00:47.259Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T15:00:47.259Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T15:00:47.359Z+ rustup --version
632026-05-14T15:00:47.363Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T15:00:47.366Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T15:00:47.385Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T15:00:47.388Z+ cargo --version
672026-05-14T15:00:47.396Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T15:00:47.400Z+ rustc --version
692026-05-14T15:00:47.421Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T15:00:47.424Zprocess exited: duration 17077 ms, exit code 0
 
712026-05-14T15:00:47.431Zstarting task 2: "authentication"
722026-05-14T15:00:47.449Zprocess exited: duration 18 ms, exit code 0
 
732026-05-14T15:00:47.455Zstarting task 3: "clone repository"
742026-05-14T15:00:47.460Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T15:00:47.463Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T15:00:47.491ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T15:00:57.441Z+ cd /work/oxidecomputer/omicron
782026-05-14T15:00:57.441Z+ git fetch origin 77605f30437d708c5a5615879443117c81be4fdc
792026-05-14T15:00:57.701ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T15:00:57.701Z * branch 77605f30437d708c5a5615879443117c81be4fdc -> FETCH_HEAD
812026-05-14T15:00:57.717Z+ [[ -n john/populate-switch-ports-rpw ]]
822026-05-14T15:00:57.720Z++ git branch --show-current
832026-05-14T15:00:57.720Z+ current=main
842026-05-14T15:00:57.720Z+ [[ main != john/populate-switch-ports-rpw ]]
852026-05-14T15:00:57.720Z+ git branch -f john/populate-switch-ports-rpw 77605f30437d708c5a5615879443117c81be4fdc
862026-05-14T15:00:57.723Z+ git checkout -f john/populate-switch-ports-rpw
872026-05-14T15:00:57.875ZSwitched to branch 'john/populate-switch-ports-rpw'
882026-05-14T15:00:57.878Z+ git reset --hard 77605f30437d708c5a5615879443117c81be4fdc
892026-05-14T15:00:58.021ZHEAD is now at 77605f304 don't stop on first error
902026-05-14T15:00:58.024Zprocess exited: duration 10567 ms, exit code 0
 
912026-05-14T15:00:58.031Zstarting task 4: "build"
922026-05-14T15:00:58.037Z+ source .github/buildomat/ci-env.sh
932026-05-14T15:00:58.037Z++ export CARGO_TERM_COLOR=always
942026-05-14T15:00:58.037Z++ CARGO_TERM_COLOR=always
952026-05-14T15:00:58.040Z+ cargo --version
962026-05-14T15:00:58.047Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T15:00:58.051Z+ rustc --version
982026-05-14T15:00:58.070Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T15:00:58.073Z+ WORK=/work
1002026-05-14T15:00:58.073Z+ pfexec mkdir -p /work
1012026-05-14T15:00:58.076Z+ pfexec chown build /work
1022026-05-14T15:00:58.079Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T15:00:59.582Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T15:00:59.645Z Startup: Caching catalogs ... Done
1052026-05-14T15:00:59.853ZPlanning: Solver setup ... Done (0.172s)
1062026-05-14T15:00:59.867ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T15:00:59.873ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-14T15:00:59.884ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T15:00:59.906ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T15:00:59.921ZPlanning: Package planning ... Done (0.016s)
1112026-05-14T15:00:59.924ZPlanning: Merging actions ... Done (0.002s)
1122026-05-14T15:01:00.112ZPlanning: Checking for conflicting actions ... Done (0.189s)
1132026-05-14T15:01:00.117ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T15:01:01.014ZPlanning: Evaluating mediators ... Done (0.901s)
1152026-05-14T15:01:01.017ZPlanning: Planning completed in 1.35 seconds
1162026-05-14T15:01:01.024Z Packages to install: 2
1172026-05-14T15:01:01.024Z Estimated space available: 156.08 GB
1182026-05-14T15:01:01.024ZEstimated space to be consumed: 19.74 MB
1192026-05-14T15:01:01.024Z Create boot environment: No
1202026-05-14T15:01:01.024ZCreate backup boot environment: No
1212026-05-14T15:01:01.024Z Rebuild boot archive: No
1222026-05-14T15:01:01.027Z
1232026-05-14T15:01:01.027ZChanged packages:
1242026-05-14T15:01:01.027Zhelios
1252026-05-14T15:01:01.027Z developer/build-essential
1262026-05-14T15:01:01.027Z None -> 11-3.0
1272026-05-14T15:01:01.027Z library/libxmlsec1
1282026-05-14T15:01:01.028Z None -> 1.2.35-3.0
1292026-05-14T15:01:01.051Z
1302026-05-14T15:01:01.051ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T15:01:01.594ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1322026-05-14T15:01:01.678Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T15:01:01.718Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T15:01:01.726ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-14T15:01:01.726ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T15:01:01.741ZFinalize: Updating image state ... Done (0.015s)
1372026-05-14T15:01:04.352ZFinalize: Creating fast lookup database ... Done (2.590s)
1382026-05-14T15:01:04.425ZFinalize: Reading search index ... Done (0.013s)
1392026-05-14T15:01:04.428ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T15:01:04.526ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T15:01:04.819ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T15:01:04.923ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T15:01:04.926ZPlanning: Consolidating action changes ... Done
1442026-05-14T15:01:05.084ZPlanning: Evaluating mediators ... Done
1452026-05-14T15:01:05.087ZPlanning: Planning completed in 0.26 seconds
1462026-05-14T15:01:05.108Z Mediators to change: 2
1472026-05-14T15:01:05.108Z Create boot environment: No
1482026-05-14T15:01:05.108ZCreate backup boot environment: No
1492026-05-14T15:01:05.166ZFinalize: Updating package state database ... Done
1502026-05-14T15:01:05.166ZFinalize: Updating package cache ... Done
1512026-05-14T15:01:05.175ZFinalize: Updating image state ... Done
1522026-05-14T15:01:07.109ZFinalize: Creating fast lookup database ... Done
1532026-05-14T15:01:07.167ZFinalize: Reading search index ... Done
1542026-05-14T15:01:07.170ZFinalize: Updating search index ... Done
1552026-05-14T15:01:07.247ZFinalize: Updating package cache ... Done
1562026-05-14T15:01:07.531ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T15:01:07.635ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T15:01:07.638ZPlanning: Consolidating action changes ... Done
1592026-05-14T15:01:07.795ZPlanning: Evaluating mediators ... Done
1602026-05-14T15:01:07.798ZPlanning: Planning completed in 0.26 seconds
1612026-05-14T15:01:07.818Z Mediators to change: 1
1622026-05-14T15:01:07.818Z Create boot environment: No
1632026-05-14T15:01:07.818ZCreate backup boot environment: No
1642026-05-14T15:01:07.877ZFinalize: Updating package state database ... Done
1652026-05-14T15:01:07.877ZFinalize: Updating package cache ... Done
1662026-05-14T15:01:07.888ZFinalize: Updating image state ... Done
1672026-05-14T15:01:09.826ZFinalize: Creating fast lookup database ... Done
1682026-05-14T15:01:09.887ZFinalize: Reading search index ... Done
1692026-05-14T15:01:09.894ZFinalize: Updating search index ... Done
1702026-05-14T15:01:09.961ZFinalize: Updating package cache ... Done
1712026-05-14T15:01:10.272ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T15:01:10.272Zapache system 2.4 system
1732026-05-14T15:01:10.272Zclang system 15 system
1742026-05-14T15:01:10.272Zcsh system system illumos
1752026-05-14T15:01:10.272Zctags system system illumos
1762026-05-14T15:01:10.272Zfile vendor vendor darwinsys
1772026-05-14T15:01:10.272Zfile system system illumos
1782026-05-14T15:01:10.272Zgcc vendor 14 vendor
1792026-05-14T15:01:10.272Zgcc system 13 system
1802026-05-14T15:01:10.272Zgcc system 10 system
1812026-05-14T15:01:10.272Zgo system 1.25 system
1822026-05-14T15:01:10.272Zllvm system 15 system
1832026-05-14T15:01:10.273Zmariadb system 11.4 system
1842026-05-14T15:01:10.273Zmta vendor vendor dma
1852026-05-14T15:01:10.273Zopenjdk system 17 system
1862026-05-14T15:01:10.273Zopenjdk system 11 system
1872026-05-14T15:01:10.273Zopenssl vendor 3 vendor
1882026-05-14T15:01:10.273Zperl system 5.40 system
1892026-05-14T15:01:10.273Zpostgresql system 18 system
1902026-05-14T15:01:10.273Zpostgresql system 17 system
1912026-05-14T15:01:10.273Zpython vendor 3 vendor
1922026-05-14T15:01:10.273Zpython system 2 system
1932026-05-14T15:01:10.273Zpython3 vendor 3.13 vendor
1942026-05-14T15:01:10.273Zruby system 3.4 system
1952026-05-14T15:01:10.273Zruby system 3.0 system
1962026-05-14T15:01:10.273Zwords vendor vendor american-english
1972026-05-14T15:01:10.273Zwords system system australian-english
1982026-05-14T15:01:10.273Zwords system system british-english
1992026-05-14T15:01:10.273Zwords system system canadian-english
2002026-05-14T15:01:10.273Zwords system system french
2012026-05-14T15:01:10.273Zwords system system italian
2022026-05-14T15:01:10.273Zwords system system ngerman
2032026-05-14T15:01:10.273Zwords system system ogerman
2042026-05-14T15:01:10.273Zwords system system spanish
2052026-05-14T15:01:10.532ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T15:01:10.532Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T15:01:10.799ZFMRI IFO
2082026-05-14T15:01:10.799Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T15:01:10.799Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T15:01:10.799Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T15:01:10.799Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T15:01:10.799Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T15:01:10.799Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T15:01:10.799Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T15:01:10.799Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T15:01:10.799Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T15:01:11.035Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T15:01:11.366Z Updating crates.io index
2192026-05-14T15:01:11.399Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T15:01:12.139Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T15:01:12.582Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T15:01:13.148Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T15:01:13.964Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T15:01:14.486Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T15:01:15.803Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T15:01:16.537Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T15:01:17.100Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T15:01:18.090Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T15:01:18.754Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T15:01:19.109Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T15:01:19.487Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T15:01:20.671Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T15:01:21.272Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T15:01:21.603Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T15:01:21.946Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T15:01:22.283Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T15:01:22.618Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T15:01:22.853Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T15:01:23.137Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T15:01:23.565Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T15:01:24.098Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-14T15:01:24.627Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-14T15:01:24.931Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-14T15:01:25.466Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-14T15:01:26.645Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-14T15:01:27.290Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-14T15:01:28.155Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-14T15:01:28.622Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-14T15:01:29.076Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-14T15:01:29.491Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-14T15:01:29.812Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-14T15:01:30.350Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-14T15:01:30.600Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-14T15:01:30.869Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-14T15:01:31.189Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-14T15:01:31.518Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-14T15:01:43.243Z Downloading crates ...
2582026-05-14T15:01:43.322Z Downloaded cfg-if v1.0.4
2592026-05-14T15:01:43.325Z Downloaded digest v0.10.7
2602026-05-14T15:01:43.328Z Downloaded anstyle v1.0.13
2612026-05-14T15:01:43.328Z Downloaded clap_lex v1.0.0
2622026-05-14T15:01:43.333Z Downloaded anyhow v1.0.102
2632026-05-14T15:01:43.336Z Downloaded fastrand v2.3.0
2642026-05-14T15:01:43.337Z Downloaded form_urlencoded v1.2.2
2652026-05-14T15:01:43.340Z Downloaded anstream v0.6.21
2662026-05-14T15:01:43.340Z Downloaded fnv v1.0.7
2672026-05-14T15:01:43.340Z Downloaded yoke-derive v0.8.1
2682026-05-14T15:01:43.343Z Downloaded equivalent v1.0.2
2692026-05-14T15:01:43.343Z Downloaded colorchoice v1.0.4
2702026-05-14T15:01:43.343Z Downloaded clap v4.5.60
2712026-05-14T15:01:43.347Z Downloaded generic-array v0.14.7
2722026-05-14T15:01:43.350Z Downloaded cargo-platform v0.2.0
2732026-05-14T15:01:43.350Z Downloaded anstyle-parse v0.2.7
2742026-05-14T15:01:43.350Z Downloaded yoke v0.8.1
2752026-05-14T15:01:43.354Z Downloaded fs-err v3.3.0
2762026-05-14T15:01:43.354Z Downloaded camino v1.2.2
2772026-05-14T15:01:43.354Z Downloaded bytecount v0.6.9
2782026-05-14T15:01:43.357Z Downloaded anstyle-query v1.1.5
2792026-05-14T15:01:43.357Z Downloaded block-buffer v0.10.4
2802026-05-14T15:01:43.358Z Downloaded autocfg v1.5.0
2812026-05-14T15:01:43.358Z Downloaded usdt-macro v0.5.0
2822026-05-14T15:01:43.358Z Downloaded getrandom v0.4.1
2832026-05-14T15:01:43.361Z Downloaded unicode-xid v0.2.6
2842026-05-14T15:01:43.361Z Downloaded typeid v1.0.3
2852026-05-14T15:01:43.364Z Downloaded toml_write v0.1.2
2862026-05-14T15:01:43.364Z Downloaded thread-id v4.2.2
2872026-05-14T15:01:43.364Z Downloaded erased-serde v0.4.9
2882026-05-14T15:01:43.364Z Downloaded macaddr v1.0.1
2892026-05-14T15:01:43.367Z Downloaded dtrace-parser v0.2.0
2902026-05-14T15:01:43.367Z Downloaded zerofrom-derive v0.1.6
2912026-05-14T15:01:43.367Z Downloaded utf8_iter v1.0.4
2922026-05-14T15:01:43.367Z Downloaded toml_datetime v0.6.11
2932026-05-14T15:01:43.370Z Downloaded dof v0.3.0
2942026-05-14T15:01:43.370Z Downloaded cpufeatures v0.2.17
2952026-05-14T15:01:43.370Z Downloaded version_check v0.9.5
2962026-05-14T15:01:43.370Z Downloaded bitflags v2.11.0
2972026-05-14T15:01:43.373Z Downloaded utf8parse v0.2.2
2982026-05-14T15:01:43.373Z Downloaded tabled_derive v0.7.0
2992026-05-14T15:01:43.373Z Downloaded percent-encoding v2.3.2
3002026-05-14T15:01:43.373Z Downloaded cargo_toml v0.21.0
3012026-05-14T15:01:43.376Z Downloaded sha2 v0.10.9
3022026-05-14T15:01:43.376Z Downloaded zerofrom v0.1.6
3032026-05-14T15:01:43.376Z Downloaded papergrid v0.11.0
3042026-05-14T15:01:43.380Z Downloaded heck v0.5.0
3052026-05-14T15:01:43.383Z Downloaded memmap v0.7.0
3062026-05-14T15:01:43.383Z Downloaded usdt v0.5.0
3072026-05-14T15:01:43.386Z Downloaded errno v0.3.14
3082026-05-14T15:01:43.386Z Downloaded usdt-attr-macro v0.5.0
3092026-05-14T15:01:43.386Z Downloaded unicode-linebreak v0.1.5
3102026-05-14T15:01:43.390Z Downloaded ordered-float v2.10.1
3112026-05-14T15:01:43.393Z Downloaded terminal_size v0.4.3
3122026-05-14T15:01:43.393Z Downloaded swrite v0.1.0
3132026-05-14T15:01:43.396Z Downloaded writeable v0.6.2
3142026-05-14T15:01:43.396Z Downloaded thiserror-impl v1.0.69
3152026-05-14T15:01:43.396Z Downloaded thiserror-impl v2.0.18
3162026-05-14T15:01:43.400Z Downloaded idna_adapter v1.2.1
3172026-05-14T15:01:43.400Z Downloaded zerovec-derive v0.11.2
3182026-05-14T15:01:43.403Z Downloaded url v2.5.8
3192026-05-14T15:01:43.403Z Downloaded tinystr v0.8.2
3202026-05-14T15:01:43.406Z Downloaded thiserror v2.0.18
3212026-05-14T15:01:43.409Z Downloaded heck v0.4.1
3222026-05-14T15:01:43.409Z Downloaded scroll_derive v0.12.1
3232026-05-14T15:01:43.409Z Downloaded proc-macro-error-attr v1.0.4
3242026-05-14T15:01:43.412Z Downloaded crypto-common v0.1.7
3252026-05-14T15:01:43.417Z Downloaded serde-value v0.7.0
3262026-05-14T15:01:43.420Z Downloaded zmij v1.0.21
3272026-05-14T15:01:43.420Z Downloaded toml v0.8.23
3282026-05-14T15:01:43.423Z Downloaded itoa v1.0.17
3292026-05-14T15:01:43.423Z Downloaded zerocopy-derive v0.7.35
3302026-05-14T15:01:43.427Z Downloaded ucd-trie v0.1.7
3312026-05-14T15:01:43.427Z Downloaded pretty-hex v0.4.1
3322026-05-14T15:01:43.427Z Downloaded is_terminal_polyfill v1.70.2
3332026-05-14T15:01:43.427Z Downloaded thiserror v1.0.69
3342026-05-14T15:01:43.430Z Downloaded smawk v0.3.2
3352026-05-14T15:01:43.433Z Downloaded potential_utf v0.1.4
3362026-05-14T15:01:43.433Z Downloaded textwrap v0.16.2
3372026-05-14T15:01:43.433Z Downloaded stable_deref_trait v1.2.1
3382026-05-14T15:01:43.436Z Downloaded strsim v0.11.1
3392026-05-14T15:01:43.436Z Downloaded plain v0.2.3
3402026-05-14T15:01:43.436Z Downloaded usdt-impl v0.5.0
3412026-05-14T15:01:43.436Z Downloaded unicode-ident v1.0.24
3422026-05-14T15:01:43.443Z Downloaded zerotrie v0.2.3
3432026-05-14T15:01:43.447Z Downloaded typenum v1.19.0
3442026-05-14T15:01:43.450Z Downloaded toml_edit v0.22.27
3452026-05-14T15:01:43.461Z Downloaded quote v1.0.45
3462026-05-14T15:01:43.467Z Downloaded byteorder v1.5.0
3472026-05-14T15:01:43.470Z Downloaded zerovec v0.11.5
3482026-05-14T15:01:43.473Z Downloaded serde_spanned v0.6.9
3492026-05-14T15:01:43.476Z Downloaded cargo_metadata v0.21.0
3502026-05-14T15:01:43.476Z Downloaded serde-untagged v0.1.9
3512026-05-14T15:01:43.477Z Downloaded zerocopy v0.7.35
3522026-05-14T15:01:43.485Z Downloaded smallvec v1.15.1
3532026-05-14T15:01:43.488Z Downloaded winnow v0.7.14
3542026-05-14T15:01:43.491Z Downloaded once_cell v1.21.3
3552026-05-14T15:01:43.495Z Downloaded camino-tempfile v1.4.1
3562026-05-14T15:01:43.495Z Downloaded clap_derive v4.5.55
3572026-05-14T15:01:43.498Z Downloaded semver v1.0.28
3582026-05-14T15:01:43.498Z Downloaded cargo-util-schemas v0.8.2
3592026-05-14T15:01:43.498Z Downloaded synstructure v0.13.2
3602026-05-14T15:01:43.498Z Downloaded serde_tokenstream v0.2.3
3612026-05-14T15:01:43.501Z Downloaded proc-macro-error v1.0.4
3622026-05-14T15:01:43.501Z Downloaded unicode-width v0.2.0
3632026-05-14T15:01:43.504Z Downloaded unicode-width v0.1.14
3642026-05-14T15:01:43.507Z Downloaded scroll v0.12.0
3652026-05-14T15:01:43.511Z Downloaded displaydoc v0.2.5
3662026-05-14T15:01:43.511Z Downloaded tempfile v3.25.0
3672026-05-14T15:01:43.514Z Downloaded litemap v0.8.1
3682026-05-14T15:01:43.517Z Downloaded pest_derive v2.8.6
3692026-05-14T15:01:43.521Z Downloaded pest_generator v2.8.6
3702026-05-14T15:01:43.524Z Downloaded icu_provider v2.1.1
3712026-05-14T15:01:43.524Z Downloaded serde_derive v1.0.228
3722026-05-14T15:01:43.527Z Downloaded icu_locale_core v2.1.1
3732026-05-14T15:01:43.530Z Downloaded icu_properties v2.1.2
3742026-05-14T15:01:43.536Z Downloaded log v0.4.29
3752026-05-14T15:01:43.539Z Downloaded proc-macro2 v1.0.106
3762026-05-14T15:01:43.546Z Downloaded icu_normalizer_data v2.1.1
3772026-05-14T15:01:43.550Z Downloaded icu_normalizer v2.1.1
3782026-05-14T15:01:43.553Z Downloaded serde_core v1.0.228
3792026-05-14T15:01:43.556Z Downloaded pest_meta v2.8.6
3802026-05-14T15:01:43.556Z Downloaded pest v2.8.6
3812026-05-14T15:01:43.559Z Downloaded serde v1.0.228
3822026-05-14T15:01:43.567Z Downloaded num-traits v0.2.19
3832026-05-14T15:01:43.570Z Downloaded icu_collections v2.1.1
3842026-05-14T15:01:43.589Z Downloaded memchr v2.8.0
3852026-05-14T15:01:43.592Z Downloaded indexmap v2.14.0
3862026-05-14T15:01:43.612Z Downloaded hashbrown v0.17.0
3872026-05-14T15:01:43.621Z Downloaded idna v1.1.0
3882026-05-14T15:01:43.651Z Downloaded clap_builder v4.5.60
3892026-05-14T15:01:43.651Z Downloaded serde_json v1.0.149
3902026-05-14T15:01:43.651Z Downloaded icu_properties_data v2.1.2
3912026-05-14T15:01:43.651Z Downloaded tabled v0.15.0
3922026-05-14T15:01:43.651Z Downloaded goblin v0.8.2
3932026-05-14T15:01:43.659Z Downloaded syn v1.0.109
3942026-05-14T15:01:43.663Z Downloaded syn v2.0.117
3952026-05-14T15:01:43.678Z Downloaded rustix v1.1.3
3962026-05-14T15:01:43.706Z Downloaded libc v0.2.185
3972026-05-14T15:01:43.773Z Compiling proc-macro2 v1.0.106
3982026-05-14T15:01:43.773Z Compiling quote v1.0.45
3992026-05-14T15:01:43.776Z Compiling unicode-ident v1.0.24
4002026-05-14T15:01:43.776Z Compiling serde_core v1.0.228
4012026-05-14T15:01:43.776Z Compiling libc v0.2.185
4022026-05-14T15:01:43.776Z Compiling version_check v0.9.5
4032026-05-14T15:01:43.776Z Compiling stable_deref_trait v1.2.1
4042026-05-14T15:01:43.776Z Compiling memchr v2.8.0
4052026-05-14T15:01:43.776Z Compiling serde v1.0.228
4062026-05-14T15:01:43.776Z Compiling zmij v1.0.21
4072026-05-14T15:01:43.776Z Compiling itoa v1.0.17
4082026-05-14T15:01:43.975Z Compiling thiserror v1.0.69
4092026-05-14T15:01:43.990Z Compiling ucd-trie v0.1.7
4102026-05-14T15:01:43.990Z Compiling autocfg v1.5.0
4112026-05-14T15:01:43.990Z Compiling litemap v0.8.1
4122026-05-14T15:01:44.253Z Compiling writeable v0.6.2
4132026-05-14T15:01:44.282Z Compiling byteorder v1.5.0
4142026-05-14T15:01:44.282Z Compiling rustix v1.1.3
4152026-05-14T15:01:44.318Z Compiling icu_normalizer_data v2.1.1
4162026-05-14T15:01:44.333Z Compiling icu_properties_data v2.1.2
4172026-05-14T15:01:44.577Z Compiling serde_json v1.0.149
4182026-05-14T15:01:44.598Z Compiling bitflags v2.11.0
4192026-05-14T15:01:44.685Z Compiling pest v2.8.6
4202026-05-14T15:01:44.705Z Compiling num-traits v0.2.19
4212026-05-14T15:01:44.763Z Compiling typeid v1.0.3
4222026-05-14T15:01:44.857Z Compiling smallvec v1.15.1
4232026-05-14T15:01:45.014Z Compiling equivalent v1.0.2
4242026-05-14T15:01:45.018Z Compiling hashbrown v0.17.0
4252026-05-14T15:01:45.058Z Compiling proc-macro-error-attr v1.0.4
4262026-05-14T15:01:45.077Z Compiling usdt-impl v0.5.0
4272026-05-14T15:01:45.082Z Compiling winnow v0.7.14
4282026-05-14T15:01:45.170Z Compiling erased-serde v0.4.9
4292026-05-14T15:01:45.170Z Compiling toml_write v0.1.2
4302026-05-14T15:01:45.170Z Compiling syn v1.0.109
4312026-05-14T15:01:45.174Z Compiling proc-macro-error v1.0.4
4322026-05-14T15:01:45.312Z Compiling utf8_iter v1.0.4
4332026-05-14T15:01:45.369Z Compiling thiserror v2.0.18
4342026-05-14T15:01:45.392Z Compiling errno v0.3.14
4352026-05-14T15:01:45.447Z Compiling thread-id v4.2.2
4362026-05-14T15:01:45.490Z Compiling plain v0.2.3
4372026-05-14T15:01:45.567Z Compiling indexmap v2.14.0
4382026-05-14T15:01:45.606Z Compiling utf8parse v0.2.2
4392026-05-14T15:01:45.606Z Compiling log v0.4.29
4402026-05-14T15:01:45.610Z Compiling getrandom v0.4.1
4412026-05-14T15:01:45.663Z Compiling percent-encoding v2.3.2
4422026-05-14T15:01:45.665Z Compiling camino v1.2.2
4432026-05-14T15:01:45.742Z Compiling syn v2.0.117
4442026-05-14T15:01:45.800Z Compiling anstyle-parse v0.2.7
4452026-05-14T15:01:45.837Z Compiling form_urlencoded v1.2.2
4462026-05-14T15:01:45.871Z Compiling ordered-float v2.10.1
4472026-05-14T15:01:45.916Z Compiling pest_meta v2.8.6
4482026-05-14T15:01:46.044Z Compiling anstyle v1.0.13
4492026-05-14T15:01:46.068Z Compiling is_terminal_polyfill v1.70.2
4502026-05-14T15:01:46.131Z Compiling colorchoice v1.0.4
4512026-05-14T15:01:46.150Z Compiling cfg-if v1.0.4
4522026-05-14T15:01:46.170Z Compiling pretty-hex v0.4.1
4532026-05-14T15:01:46.189Z Compiling anstyle-query v1.1.5
4542026-05-14T15:01:46.272Z Compiling fs-err v3.3.0
4552026-05-14T15:01:46.292Z Compiling anstream v0.6.21
4562026-05-14T15:01:46.332Z Compiling bytecount v0.6.9
4572026-05-14T15:01:46.335Z Compiling anyhow v1.0.102
4582026-05-14T15:01:46.335Z Compiling heck v0.4.1
4592026-05-14T15:01:46.371Z Compiling fastrand v2.3.0
4602026-05-14T15:01:46.447Z Compiling strsim v0.11.1
4612026-05-14T15:01:46.510Z Compiling terminal_size v0.4.3
4622026-05-14T15:01:46.530Z Compiling clap_lex v1.0.0
4632026-05-14T15:01:46.533Z Compiling unicode-xid v0.2.6
4642026-05-14T15:01:46.769Z Compiling semver v1.0.28
4652026-05-14T15:01:46.777Z Compiling once_cell v1.21.3
4662026-05-14T15:01:46.801Z Compiling heck v0.5.0
4672026-05-14T15:01:46.804Z Compiling fnv v1.0.7
4682026-05-14T15:01:46.843Z Compiling unicode-width v0.1.14
4692026-05-14T15:01:46.860Z Compiling clap_builder v4.5.60
4702026-05-14T15:01:46.949Z Compiling memmap v0.7.0
4712026-05-14T15:01:47.025Z Compiling tempfile v3.25.0
4722026-05-14T15:01:47.045Z Compiling smawk v0.3.2
4732026-05-14T15:01:47.067Z Compiling unicode-linebreak v0.1.5
4742026-05-14T15:01:47.109Z Compiling papergrid v0.11.0
4752026-05-14T15:01:47.160Z Compiling serde-untagged v0.1.9
4762026-05-14T15:01:47.182Z Compiling unicode-width v0.2.0
4772026-05-14T15:01:47.224Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-05-14T15:01:47.330Z Compiling camino-tempfile v1.4.1
4792026-05-14T15:01:47.398Z Compiling swrite v0.1.0
4802026-05-14T15:01:47.429Z Compiling textwrap v0.16.2
4812026-05-14T15:01:47.732Z Compiling tabled_derive v0.7.0
4822026-05-14T15:01:48.357Z Compiling synstructure v0.13.2
4832026-05-14T15:01:48.357Z Compiling pest_generator v2.8.6
4842026-05-14T15:01:48.406Z Compiling tabled v0.15.0
4852026-05-14T15:01:48.915Z Compiling serde_derive v1.0.228
4862026-05-14T15:01:48.915Z Compiling zerofrom-derive v0.1.6
4872026-05-14T15:01:48.918Z Compiling yoke-derive v0.8.1
4882026-05-14T15:01:48.918Z Compiling zerovec-derive v0.11.2
4892026-05-14T15:01:48.918Z Compiling displaydoc v0.2.5
4902026-05-14T15:01:48.918Z Compiling thiserror-impl v1.0.69
4912026-05-14T15:01:48.918Z Compiling zerocopy-derive v0.7.35
4922026-05-14T15:01:48.918Z Compiling scroll_derive v0.12.1
4932026-05-14T15:01:48.918Z Compiling thiserror-impl v2.0.18
4942026-05-14T15:01:48.918Z Compiling clap_derive v4.5.55
4952026-05-14T15:01:48.997Z Compiling pest_derive v2.8.6
4962026-05-14T15:01:49.720Z Compiling scroll v0.12.0
4972026-05-14T15:01:49.935Z Compiling zerocopy v0.7.35
4982026-05-14T15:01:49.991Z Compiling goblin v0.8.2
4992026-05-14T15:01:50.038Z Compiling zerofrom v0.1.6
5002026-05-14T15:01:50.145Z Compiling yoke v0.8.1
5012026-05-14T15:01:50.197Z Compiling dtrace-parser v0.2.0
5022026-05-14T15:01:50.299Z Compiling zerovec v0.11.5
5032026-05-14T15:01:50.300Z Compiling zerotrie v0.2.3
5042026-05-14T15:01:50.350Z Compiling clap v4.5.60
5052026-05-14T15:01:50.735Z Compiling tinystr v0.8.2
5062026-05-14T15:01:50.735Z Compiling potential_utf v0.1.4
5072026-05-14T15:01:50.850Z Compiling icu_collections v2.1.1
5082026-05-14T15:01:50.909Z Compiling icu_locale_core v2.1.1
5092026-05-14T15:01:51.460Z Compiling dof v0.3.0
5102026-05-14T15:01:51.460Z Compiling serde_tokenstream v0.2.3
5112026-05-14T15:01:51.477Z Compiling serde_spanned v0.6.9
5122026-05-14T15:01:51.481Z Compiling toml_datetime v0.6.11
5132026-05-14T15:01:51.481Z Compiling serde-value v0.7.0
5142026-05-14T15:01:51.481Z Compiling cargo-platform v0.2.0
5152026-05-14T15:01:51.481Z Compiling macaddr v1.0.1
5162026-05-14T15:01:51.499Z Compiling icu_provider v2.1.1
5172026-05-14T15:01:51.721Z Compiling toml_edit v0.22.27
5182026-05-14T15:01:51.787Z Compiling icu_normalizer v2.1.1
5192026-05-14T15:01:51.787Z Compiling icu_properties v2.1.2
5202026-05-14T15:01:52.146Z Compiling usdt-macro v0.5.0
5212026-05-14T15:01:52.149Z Compiling usdt-attr-macro v0.5.0
5222026-05-14T15:01:52.573Z Compiling idna_adapter v1.2.1
5232026-05-14T15:01:52.676Z Compiling idna v1.1.0
5242026-05-14T15:01:52.742Z Compiling usdt v0.5.0
5252026-05-14T15:01:52.931Z Compiling url v2.5.8
5262026-05-14T15:01:52.971Z Compiling toml v0.8.23
5272026-05-14T15:01:53.301Z Compiling cargo_toml v0.21.0
5282026-05-14T15:01:53.332Z Compiling cargo-util-schemas v0.8.2
5292026-05-14T15:01:54.108Z Compiling cargo_metadata v0.21.0
5302026-05-14T15:01:55.040Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-14T15:01:57.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.30s
5322026-05-14T15:01:57.433Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-14T15:01:57.992Z Downloading crates ...
5342026-05-14T15:01:58.101Z Downloaded ahash v0.8.12
5352026-05-14T15:01:58.104Z Downloaded aead v0.5.2
5362026-05-14T15:01:58.104Z Downloaded atomicwrites v0.4.4
5372026-05-14T15:01:58.108Z Downloaded async-bb8-diesel v0.2.1
5382026-05-14T15:01:58.111Z Downloaded async-stream v0.3.6
5392026-05-14T15:01:58.111Z Downloaded async-stream-impl v0.3.6
5402026-05-14T15:01:58.114Z Downloaded assert_matches v1.5.0
5412026-05-14T15:01:58.115Z Downloaded adler2 v2.0.1
5422026-05-14T15:01:58.115Z Downloaded arrayref v0.3.9
5432026-05-14T15:01:58.118Z Downloaded atty v0.2.14
5442026-05-14T15:01:58.118Z Downloaded ascii-canvas v3.0.0
5452026-05-14T15:01:58.122Z Downloaded async-recursion v1.1.1
5462026-05-14T15:01:58.125Z Downloaded atomic-waker v1.1.2
5472026-05-14T15:01:58.128Z Downloaded crossbeam-utils v0.8.21
5482026-05-14T15:01:58.131Z Downloaded crc32fast v1.5.0
5492026-05-14T15:01:58.131Z Downloaded castaway v0.2.4
5502026-05-14T15:01:58.134Z Downloaded ciborium-io v0.2.2
5512026-05-14T15:01:58.134Z Downloaded async-trait v0.1.89
5522026-05-14T15:01:58.137Z Downloaded crossterm v0.28.1
5532026-05-14T15:01:58.140Z Downloaded dsl_auto_type v0.2.0
5542026-05-14T15:01:58.140Z Downloaded crossbeam-deque v0.8.6
5552026-05-14T15:01:58.146Z Downloaded crc8 v0.1.1
5562026-05-14T15:01:58.146Z Downloaded arrayvec v0.7.6
5572026-05-14T15:01:58.149Z Downloaded crossbeam-epoch v0.9.18
5582026-05-14T15:01:58.155Z Downloaded cfg_aliases v0.1.1
5592026-05-14T15:01:58.158Z Downloaded cfg_aliases v0.2.1
5602026-05-14T15:01:58.158Z Downloaded derive_more v0.99.20
5612026-05-14T15:01:58.161Z Downloaded darling_macro v0.23.0
5622026-05-14T15:01:58.161Z Downloaded arc-swap v1.8.2
5632026-05-14T15:01:58.164Z Downloaded crunchy v0.2.4
5642026-05-14T15:01:58.164Z Downloaded cmake v0.1.57
5652026-05-14T15:01:58.164Z Downloaded darling v0.23.0
5662026-05-14T15:01:58.167Z Downloaded embedded-io v0.4.0
5672026-05-14T15:01:58.167Z Downloaded bit-vec v0.6.3
5682026-05-14T15:01:58.170Z Downloaded critical-section v1.2.0
5692026-05-14T15:01:58.171Z Downloaded compression-codecs v0.4.37
5702026-05-14T15:01:58.174Z Downloaded env_filter v1.0.0
5712026-05-14T15:01:58.177Z Downloaded endian-type v0.1.2
5722026-05-14T15:01:58.177Z Downloaded dropshot-api-manager-types v0.7.1
5732026-05-14T15:01:58.177Z Downloaded convert_case v0.4.0
5742026-05-14T15:01:58.180Z Downloaded enum-as-inner v0.6.1
5752026-05-14T15:01:58.180Z Downloaded bitfield-macros v0.19.4
5762026-05-14T15:01:58.180Z Downloaded find-msvc-tools v0.1.9
5772026-05-14T15:01:58.180Z Downloaded data-encoding v2.10.0
5782026-05-14T15:01:58.183Z Downloaded ecdsa v0.16.9
5792026-05-14T15:01:58.183Z Downloaded compression-core v0.4.31
5802026-05-14T15:01:58.183Z Downloaded bit-set v0.5.3
5812026-05-14T15:01:58.183Z Downloaded bit-set v0.8.0
5822026-05-14T15:01:58.187Z Downloaded erased-serde v0.3.31
5832026-05-14T15:01:58.190Z Downloaded bitfield v0.19.4
5842026-05-14T15:01:58.190Z Downloaded darling_macro v0.20.11
5852026-05-14T15:01:58.190Z Downloaded debug-ignore v1.0.5
5862026-05-14T15:01:58.196Z Downloaded backoff v0.4.0
5872026-05-14T15:01:58.196Z Downloaded bzip2 v0.6.1
5882026-05-14T15:01:58.196Z Downloaded backon v1.6.0
5892026-05-14T15:01:58.200Z Downloaded cstr-argument v0.1.2
5902026-05-14T15:01:58.200Z Downloaded der_derive v0.7.3
5912026-05-14T15:01:58.204Z Downloaded dyn-clone v1.0.20
5922026-05-14T15:01:58.207Z Downloaded base16ct v0.2.0
5932026-05-14T15:01:58.207Z Downloaded fd-lock v4.0.4
5942026-05-14T15:01:58.207Z Downloaded embedded-io v0.6.1
5952026-05-14T15:01:58.211Z Downloaded difflib v0.4.0
5962026-05-14T15:01:58.211Z Downloaded crucible-workspace-hack v0.1.0
5972026-05-14T15:01:58.211Z Downloaded cargo-platform v0.1.9
5982026-05-14T15:01:58.211Z Downloaded dirs-next v2.0.0
5992026-05-14T15:01:58.211Z Downloaded display-error-chain v0.2.2
6002026-05-14T15:01:58.214Z Downloaded bcrypt-pbkdf v0.10.0
6012026-05-14T15:01:58.214Z Downloaded derive_builder_macro v0.20.2
6022026-05-14T15:01:58.217Z Downloaded float-ord v0.3.2
6032026-05-14T15:01:58.217Z Downloaded flagset v0.4.7
6042026-05-14T15:01:58.220Z Downloaded dof v0.4.0
6052026-05-14T15:01:58.220Z Downloaded block-padding v0.3.3
6062026-05-14T15:01:58.223Z Downloaded fixedbitset v0.4.2
6072026-05-14T15:01:58.224Z Downloaded crc v3.4.0
6082026-05-14T15:01:58.227Z Downloaded cobs v0.3.0
6092026-05-14T15:01:58.230Z Downloaded float-cmp v0.10.0
6102026-05-14T15:01:58.230Z Downloaded downcast-rs v2.0.2
6112026-05-14T15:01:58.230Z Downloaded dtrace-parser v0.3.0
6122026-05-14T15:01:58.233Z Downloaded crc-catalog v2.4.0
6132026-05-14T15:01:58.233Z Downloaded bitfield-struct v0.6.2
6142026-05-14T15:01:58.233Z Downloaded darling_macro v0.21.3
6152026-05-14T15:01:58.233Z Downloaded defmt v0.3.100
6162026-05-14T15:01:58.233Z Downloaded diesel_table_macro_syntax v0.3.0
6172026-05-14T15:01:58.236Z Downloaded array-init v0.0.4
6182026-05-14T15:01:58.239Z Downloaded ar_archive_writer v0.5.1
6192026-05-14T15:01:58.243Z Downloaded bitflags v1.3.2
6202026-05-14T15:01:58.243Z Downloaded crossbeam-channel v0.5.15
6212026-05-14T15:01:58.246Z Downloaded cipher v0.4.4
6222026-05-14T15:01:58.257Z Downloaded ciborium-ll v0.2.2
6232026-05-14T15:01:58.261Z Downloaded document-features v0.2.12
6242026-05-14T15:01:58.264Z Downloaded defmt-parser v1.0.0
6252026-05-14T15:01:58.264Z Downloaded bb8 v0.8.6
6262026-05-14T15:01:58.264Z Downloaded funty v2.0.0
6272026-05-14T15:01:58.267Z Downloaded futures-macro v0.3.32
6282026-05-14T15:01:58.267Z Downloaded curve25519-dalek-derive v0.1.1
6292026-05-14T15:01:58.267Z Downloaded dirs-sys-next v0.1.2
6302026-05-14T15:01:58.270Z Downloaded foreign-types-macros v0.2.3
6312026-05-14T15:01:58.273Z Downloaded dunce v1.0.5
6322026-05-14T15:01:58.273Z Downloaded derive-ex v0.1.8
6332026-05-14T15:01:58.273Z Downloaded bzip2 v0.4.4
6342026-05-14T15:01:58.276Z Downloaded ctr v0.9.2
6352026-05-14T15:01:58.276Z Downloaded foreign-types-shared v0.3.1
6362026-05-14T15:01:58.276Z Downloaded foreign-types v0.3.2
6372026-05-14T15:01:58.276Z Downloaded csv-core v0.1.13
6382026-05-14T15:01:58.279Z Downloaded fxhash v0.2.1
6392026-05-14T15:01:58.280Z Downloaded foreign-types-shared v0.1.1
6402026-05-14T15:01:58.283Z Downloaded futures-sink v0.3.32
6412026-05-14T15:01:58.283Z Downloaded gethostname v0.5.0
6422026-05-14T15:01:58.283Z Downloaded git-stub v1.0.0
6432026-05-14T15:01:58.286Z Downloaded globwalk v0.9.1
6442026-05-14T15:01:58.286Z Downloaded futures-task v0.3.32
6452026-05-14T15:01:58.286Z Downloaded futures-io v0.3.32
6462026-05-14T15:01:58.286Z Downloaded futures-core v0.3.32
6472026-05-14T15:01:58.291Z Downloaded hash32 v0.2.1
6482026-05-14T15:01:58.296Z Downloaded derive_builder v0.20.2
6492026-05-14T15:01:58.299Z Downloaded env_logger v0.11.9
6502026-05-14T15:01:58.302Z Downloaded ena v0.14.4
6512026-05-14T15:01:58.305Z Downloaded foldhash v0.2.0
6522026-05-14T15:01:58.305Z Downloaded either v1.15.0
6532026-05-14T15:01:58.309Z Downloaded dropshot_endpoint v0.17.0
6542026-05-14T15:01:58.312Z Downloaded cpufeatures v0.3.0
6552026-05-14T15:01:58.314Z Downloaded diesel-dtrace v0.5.0
6562026-05-14T15:01:58.314Z Downloaded chacha20 v0.9.1
6572026-05-14T15:01:58.314Z Downloaded cexpr v0.6.0
6582026-05-14T15:01:58.319Z Downloaded fixedbitset v0.5.7
6592026-05-14T15:01:58.319Z Downloaded base64ct v1.8.3
6602026-05-14T15:01:58.322Z Downloaded cassowary v0.3.0
6612026-05-14T15:01:58.322Z Downloaded hex-literal v0.4.1
6622026-05-14T15:01:58.322Z Downloaded cargo_metadata v0.19.2
6632026-05-14T15:01:58.322Z Downloaded camino-tempfile-ext v0.3.3
6642026-05-14T15:01:58.325Z Downloaded blowfish v0.9.1
6652026-05-14T15:01:58.325Z Downloaded foreign-types v0.5.0
6662026-05-14T15:01:58.325Z Downloaded byte-wrapper v0.1.0
6672026-05-14T15:01:58.328Z Downloaded hostname v0.4.2
6682026-05-14T15:01:58.328Z Downloaded http-range v0.1.5
6692026-05-14T15:01:58.331Z Downloaded http-body v1.0.1
6702026-05-14T15:01:58.335Z Downloaded hubpack_derive v0.1.1
6712026-05-14T15:01:58.335Z Downloaded hubpack v0.1.2
6722026-05-14T15:01:58.335Z Downloaded hex v0.4.3
6732026-05-14T15:01:58.335Z Downloaded headers-core v0.3.0
6742026-05-14T15:01:58.338Z Downloaded deranged v0.5.8
6752026-05-14T15:01:58.338Z Downloaded defmt v1.0.1
6762026-05-14T15:01:58.341Z Downloaded hostname v0.3.1
6772026-05-14T15:01:58.344Z Downloaded home v0.5.12
6782026-05-14T15:01:58.344Z Downloaded derive_builder_core v0.20.2
6792026-05-14T15:01:58.344Z Downloaded ff v0.13.1
6802026-05-14T15:01:58.347Z Downloaded convert_case v0.10.0
6812026-05-14T15:01:58.350Z Downloaded constant_time_eq v0.4.2
6822026-05-14T15:01:58.350Z Downloaded const_format_proc_macros v0.2.34
6832026-05-14T15:01:58.353Z Downloaded httpdate v1.0.3
6842026-05-14T15:01:58.353Z Downloaded fallible-iterator v0.2.0
6852026-05-14T15:01:58.354Z Downloaded argon2 v0.5.3
6862026-05-14T15:01:58.357Z Downloaded ident_case v1.0.1
6872026-05-14T15:01:58.357Z Downloaded indent_write v2.2.0
6882026-05-14T15:01:58.360Z Downloaded colored v2.2.0
6892026-05-14T15:01:58.363Z Downloaded darling v0.21.3
6902026-05-14T15:01:58.366Z Downloaded ghash v0.5.1
6912026-05-14T15:01:58.369Z Downloaded fs_extra v1.3.0
6922026-05-14T15:01:58.369Z Downloaded globset v0.4.18
6932026-05-14T15:01:58.369Z Downloaded git-stub-vcs v0.1.0
6942026-05-14T15:01:58.372Z Downloaded futures-executor v0.3.32
6952026-05-14T15:01:58.372Z Downloaded hash32 v0.3.1
6962026-05-14T15:01:58.372Z Downloaded group v0.13.0
6972026-05-14T15:01:58.375Z Downloaded cookie v0.18.1
6982026-05-14T15:01:58.375Z Downloaded internet-checksum v0.2.1
6992026-05-14T15:01:58.375Z Downloaded filetime v0.2.27
7002026-05-14T15:01:58.378Z Downloaded inout v0.1.4
7012026-05-14T15:01:58.378Z Downloaded ed25519 v2.2.3
7022026-05-14T15:01:58.378Z Downloaded darling v0.20.11
7032026-05-14T15:01:58.381Z Downloaded indoc v1.0.9
7042026-05-14T15:01:58.384Z Downloaded dropshot_endpoint v0.16.7
7052026-05-14T15:01:58.384Z Downloaded foldhash v0.1.5
7062026-05-14T15:01:58.387Z Downloaded daft-derive v0.1.5
7072026-05-14T15:01:58.390Z Downloaded daft v0.1.5
7082026-05-14T15:01:58.393Z Downloaded glob v0.3.3
7092026-05-14T15:01:58.393Z Downloaded is-terminal v0.4.17
7102026-05-14T15:01:58.397Z Downloaded instant v0.1.13
7112026-05-14T15:01:58.397Z Downloaded instability v0.3.11
7122026-05-14T15:01:58.400Z Downloaded is_ci v1.2.0
7132026-05-14T15:01:58.403Z Downloaded base64 v0.22.1
7142026-05-14T15:01:58.406Z Downloaded cookie_store v0.22.1
7152026-05-14T15:01:58.406Z Downloaded cbc v0.1.2
7162026-05-14T15:01:58.409Z Downloaded bit-vec v0.8.0
7172026-05-14T15:01:58.409Z Downloaded bcs v0.1.6
7182026-05-14T15:01:58.412Z Downloaded console v0.16.2
7192026-05-14T15:01:58.412Z Downloaded console v0.15.11
7202026-05-14T15:01:58.416Z Downloaded kstat-rs v0.2.4
7212026-05-14T15:01:58.416Z Downloaded colored v3.1.1
7222026-05-14T15:01:58.419Z Downloaded libscf-sys v1.1.0
7232026-05-14T15:01:58.419Z Downloaded humantime v2.3.0
7242026-05-14T15:01:58.419Z Downloaded buf-list v1.1.2
7252026-05-14T15:01:58.422Z Downloaded keccak v0.1.6
7262026-05-14T15:01:58.422Z Downloaded highway v1.3.0
7272026-05-14T15:01:58.425Z Downloaded const-oid v0.9.6
7282026-05-14T15:01:58.425Z Downloaded crypto-bigint v0.5.5
7292026-05-14T15:01:58.428Z Downloaded lalrpop-util v0.19.12
7302026-05-14T15:01:58.428Z Downloaded lazy_static v1.5.0
7312026-05-14T15:01:58.431Z Downloaded drift v0.1.4
7322026-05-14T15:01:58.434Z Downloaded hyper-tls v0.6.0
7332026-05-14T15:01:58.437Z Downloaded async-compression v0.4.41
7342026-05-14T15:01:58.442Z Downloaded maplit v1.0.2
7352026-05-14T15:01:58.442Z Downloaded lru-cache v0.1.2
7362026-05-14T15:01:58.445Z Downloaded http-body-util v0.1.3
7372026-05-14T15:01:58.445Z Downloaded ingot-types v0.1.2
7382026-05-14T15:01:58.445Z Downloaded indoc v2.0.7
7392026-05-14T15:01:58.445Z Downloaded corncobs v0.1.4
7402026-05-14T15:01:58.448Z Downloaded maybe-uninit v2.0.0
7412026-05-14T15:01:58.448Z Downloaded managed v0.8.0
7422026-05-14T15:01:58.448Z Downloaded chacha20 v0.10.0
7432026-05-14T15:01:58.451Z Downloaded md5 v0.7.0
7442026-05-14T15:01:58.451Z Downloaded darling_core v0.21.3
7452026-05-14T15:01:58.454Z Downloaded blake2 v0.10.6
7462026-05-14T15:01:58.457Z Downloaded lru-slab v0.1.2
7472026-05-14T15:01:58.457Z Downloaded impl-trait-for-tuples v0.2.3
7482026-05-14T15:01:58.460Z Downloaded memoffset v0.9.1
7492026-05-14T15:01:58.460Z Downloaded match_cfg v0.1.0
7502026-05-14T15:01:58.460Z Downloaded lzss v0.8.2
7512026-05-14T15:01:58.460Z Downloaded derive-where v1.6.0
7522026-05-14T15:01:58.464Z Downloaded hyper-staticfile v0.10.1
7532026-05-14T15:01:58.468Z Downloaded nibble_vec v0.1.0
7542026-05-14T15:01:58.468Z Downloaded newtype_derive v0.1.6
7552026-05-14T15:01:58.468Z Downloaded newline-converter v0.3.0
7562026-05-14T15:01:58.468Z Downloaded getrandom v0.2.17
7572026-05-14T15:01:58.470Z Downloaded futures-channel v0.3.32
7582026-05-14T15:01:58.470Z Downloaded new_debug_unreachable v1.0.6
7592026-05-14T15:01:58.474Z Downloaded mime v0.3.17
7602026-05-14T15:01:58.474Z Downloaded des v0.8.1
7612026-05-14T15:01:58.474Z Downloaded defmt-macros v1.0.1
7622026-05-14T15:01:58.478Z Downloaded fs-err v2.11.0
7632026-05-14T15:01:58.478Z Downloaded clang-sys v1.8.1
7642026-05-14T15:01:58.481Z Downloaded ciborium v0.2.2
7652026-05-14T15:01:58.482Z Downloaded ipnet v2.11.0
7662026-05-14T15:01:58.482Z Downloaded half v1.8.3
7672026-05-14T15:01:58.485Z Downloaded newtype-uuid-macros v0.1.0
7682026-05-14T15:01:58.485Z Downloaded hmac v0.12.1
7692026-05-14T15:01:58.485Z Downloaded cancel-safe-futures v0.1.5
7702026-05-14T15:01:58.488Z Downloaded num-derive v0.3.3
7712026-05-14T15:01:58.493Z Downloaded num-derive v0.4.2
7722026-05-14T15:01:58.496Z Downloaded nodrop v0.1.14
7732026-05-14T15:01:58.499Z Downloaded libsw v3.5.0
7742026-05-14T15:01:58.499Z Downloaded allocator-api2 v0.2.21
7752026-05-14T15:01:58.499Z Downloaded num v0.4.3
7762026-05-14T15:01:58.502Z Downloaded num-conv v0.2.0
7772026-05-14T15:01:58.515Z Downloaded olpc-cjson v0.1.4
7782026-05-14T15:01:58.518Z Downloaded libsw-core v0.3.2
7792026-05-14T15:01:58.518Z Downloaded num_threads v0.1.7
7802026-05-14T15:01:58.518Z Downloaded fatfs v0.3.6
7812026-05-14T15:01:58.521Z Downloaded num_enum_derive v0.5.11
7822026-05-14T15:01:58.522Z Downloaded num-iter v0.1.45
7832026-05-14T15:01:58.522Z Downloaded libefi-sys v0.1.0
7842026-05-14T15:01:58.522Z Downloaded crc-any v2.5.0
7852026-05-14T15:01:58.525Z Downloaded bytes v1.11.1
7862026-05-14T15:01:58.528Z Downloaded openssl-macros v0.1.1
7872026-05-14T15:01:58.528Z Downloaded opaque-debug v0.3.1
7882026-05-14T15:01:58.528Z Downloaded linked-hash-map v0.5.6
7892026-05-14T15:01:58.528Z Downloaded linear-map v1.2.0
7902026-05-14T15:01:58.531Z Downloaded hyper-rustls v0.27.7
7912026-05-14T15:01:58.531Z Downloaded diff v0.1.13
7922026-05-14T15:01:58.534Z Downloaded nonempty v0.12.0
7932026-05-14T15:01:58.534Z Downloaded normalize-line-endings v0.3.0
7942026-05-14T15:01:58.534Z Downloaded lru v0.12.5
7952026-05-14T15:01:58.537Z Downloaded openssl-probe v0.1.6
7962026-05-14T15:01:58.538Z Downloaded elliptic-curve v0.13.8
7972026-05-14T15:01:58.541Z Downloaded md-5 v0.10.6
7982026-05-14T15:01:58.541Z Downloaded ingot v0.1.1
7992026-05-14T15:01:58.541Z Downloaded darling_core v0.20.11
8002026-05-14T15:01:58.544Z Downloaded oso-derive v0.27.3
8012026-05-14T15:01:58.544Z Downloaded packed_struct_codegen v0.10.1
8022026-05-14T15:01:58.547Z Downloaded openssl-probe v0.2.1
8032026-05-14T15:01:58.547Z Downloaded multer v3.1.0
8042026-05-14T15:01:58.547Z Downloaded mime_guess v2.0.5
8052026-05-14T15:01:58.550Z Downloaded lock_api v0.4.14
8062026-05-14T15:01:58.550Z Downloaded iana-time-zone v0.1.65
8072026-05-14T15:01:58.554Z Downloaded path-slash v0.1.5
8082026-05-14T15:01:58.554Z Downloaded pbkdf2 v0.11.0
8092026-05-14T15:01:58.554Z Downloaded parse-display v0.10.0
8102026-05-14T15:01:58.557Z Downloaded darling_core v0.23.0
8112026-05-14T15:01:58.560Z Downloaded getrandom v0.3.4
8122026-05-14T15:01:58.560Z Downloaded pbkdf2 v0.12.2
8132026-05-14T15:01:58.564Z Downloaded nanorand v0.7.0
8142026-05-14T15:01:58.564Z Downloaded native-tls v0.2.18
8152026-05-14T15:01:58.564Z Downloaded der v0.7.10
8162026-05-14T15:01:58.567Z Downloaded ingot-macros v0.1.1
8172026-05-14T15:01:58.570Z Downloaded half v2.7.1
8182026-05-14T15:01:58.570Z Downloaded newtype-uuid v1.3.2
8192026-05-14T15:01:58.570Z Downloaded ipnetwork v0.21.1
8202026-05-14T15:01:58.573Z Downloaded base64 v0.21.7
8212026-05-14T15:01:58.573Z Downloaded jobserver v0.1.34
8222026-05-14T15:01:58.577Z Downloaded ed25519-dalek v2.2.0
8232026-05-14T15:01:58.580Z Downloaded parse-size v1.1.0
8242026-05-14T15:01:58.580Z Downloaded num-rational v0.4.2
8252026-05-14T15:01:58.580Z Downloaded futures v0.3.32
8262026-05-14T15:01:58.583Z Downloaded phf_shared v0.12.1
8272026-05-14T15:01:58.583Z Downloaded phf_shared v0.11.3
8282026-05-14T15:01:58.583Z Downloaded peg-runtime v0.8.5
8292026-05-14T15:01:58.586Z Downloaded bumpalo v3.20.2
8302026-05-14T15:01:58.586Z Downloaded compact_str v0.8.1
8312026-05-14T15:01:58.589Z Downloaded chacha20poly1305 v0.10.1
8322026-05-14T15:01:58.593Z Downloaded num_enum v0.7.5
8332026-05-14T15:01:58.596Z Downloaded litrs v1.0.0
8342026-05-14T15:01:58.596Z Downloaded libloading v0.8.9
8352026-05-14T15:01:58.599Z Downloaded pin-utils v0.1.0
8362026-05-14T15:01:58.599Z Downloaded phf_shared v0.13.1
8372026-05-14T15:01:58.600Z Downloaded num_enum v0.5.11
8382026-05-14T15:01:58.603Z Downloaded num-complex v0.4.6
8392026-05-14T15:01:58.603Z Downloaded flume v0.11.1
8402026-05-14T15:01:58.606Z Downloaded num_enum_derive v0.7.5
8412026-05-14T15:01:58.613Z Downloaded precomputed-hash v0.1.1
8422026-05-14T15:01:58.616Z Downloaded multimap v0.10.1
8432026-05-14T15:01:58.616Z Downloaded indexmap v1.9.3
8442026-05-14T15:01:58.620Z Downloaded flate2 v1.1.9
8452026-05-14T15:01:58.623Z Downloaded powerfmt v0.2.0
8462026-05-14T15:01:58.626Z Downloaded predicates-tree v1.0.13
8472026-05-14T15:01:58.626Z Downloaded paste v1.0.15
8482026-05-14T15:01:58.630Z Downloaded proc-macro-crate v3.4.0
8492026-05-14T15:01:58.630Z Downloaded proc-macro-crate v1.3.1
8502026-05-14T15:01:58.635Z Downloaded progenitor-client v0.10.0
8512026-05-14T15:01:58.635Z Downloaded owo-colors v4.3.0
8522026-05-14T15:01:58.638Z Downloaded progenitor-client v0.11.2
8532026-05-14T15:01:58.638Z Downloaded ignore v0.4.25
8542026-05-14T15:01:58.641Z Downloaded oxide-tokio-rt v0.1.4
8552026-05-14T15:01:58.645Z Downloaded pem-rfc7468 v0.7.0
8562026-05-14T15:01:58.645Z Downloaded parking_lot_core v0.8.6
8572026-05-14T15:01:58.648Z Downloaded oxnet v0.1.4
8582026-05-14T15:01:58.648Z Downloaded packed_struct v0.10.1
8592026-05-14T15:01:58.648Z Downloaded password-hash v0.4.2
8602026-05-14T15:01:58.651Z Downloaded parse-display-derive v0.10.0
8612026-05-14T15:01:58.651Z Downloaded heapless v0.7.17
8622026-05-14T15:01:58.656Z Downloaded memmap2 v0.9.10
8632026-05-14T15:01:58.664Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-05-14T15:01:58.668Z Downloaded nu-ansi-term v0.50.3
8652026-05-14T15:01:58.668Z Downloaded progenitor-client v0.14.0
8662026-05-14T15:01:58.672Z Downloaded quick-error v1.2.3
8672026-05-14T15:01:58.672Z Downloaded progenitor-macro v0.10.0
8682026-05-14T15:01:58.672Z Downloaded headers v0.4.1
8692026-05-14T15:01:58.677Z Downloaded pem v3.0.6
8702026-05-14T15:01:58.677Z Downloaded phf v0.13.1
8712026-05-14T15:01:58.681Z Downloaded peg v0.8.5
8722026-05-14T15:01:58.682Z Downloaded progenitor-macro v0.13.0
8732026-05-14T15:01:58.682Z Downloaded psl-types v2.0.11
8742026-05-14T15:01:58.685Z Downloaded progenitor-macro v0.14.0
8752026-05-14T15:01:58.685Z Downloaded peg-macros v0.8.5
8762026-05-14T15:01:58.685Z Downloaded libbz2-rs-sys v0.2.2
8772026-05-14T15:01:58.685Z Downloaded pin-project-lite v0.2.17
8782026-05-14T15:01:58.689Z Downloaded progenitor-macro v0.11.2
8792026-05-14T15:01:58.689Z Downloaded httparse v1.10.1
8802026-05-14T15:01:58.692Z Downloaded pin-project-internal v1.1.11
8812026-05-14T15:01:58.692Z Downloaded num-integer v0.1.46
8822026-05-14T15:01:58.702Z Downloaded polyval v0.6.2
8832026-05-14T15:01:58.706Z Downloaded poly1305 v0.8.0
8842026-05-14T15:01:58.712Z Downloaded omicron-zone-package v0.12.2
8852026-05-14T15:01:58.712Z Downloaded indicatif v0.18.4
8862026-05-14T15:01:58.715Z Downloaded pkcs8 v0.10.2
8872026-05-14T15:01:58.715Z Downloaded radium v0.7.0
8882026-05-14T15:01:58.715Z Downloaded predicates v3.1.4
8892026-05-14T15:01:58.715Z Downloaded ppv-lite86 v0.2.21
8902026-05-14T15:01:58.718Z Downloaded postgres-protocol v0.6.10
8912026-05-14T15:01:58.718Z Downloaded rand_chacha v0.3.1
8922026-05-14T15:01:58.723Z Downloaded ref-cast-impl v1.0.25
8932026-05-14T15:01:58.723Z Downloaded derive_more-impl v2.1.1
8942026-05-14T15:01:58.726Z Downloaded rand_xorshift v0.4.0
8952026-05-14T15:01:58.726Z Downloaded recursive v0.1.1
8962026-05-14T15:01:58.726Z Downloaded password-hash v0.5.0
8972026-05-14T15:01:58.726Z Downloaded parking_lot v0.12.5
8982026-05-14T15:01:58.730Z Downloaded const_format v0.2.35
8992026-05-14T15:01:58.734Z Downloaded progenitor-client v0.13.0
9002026-05-14T15:01:58.734Z Downloaded progenitor v0.14.0
9012026-05-14T15:01:58.734Z Downloaded aes-gcm v0.10.3
9022026-05-14T15:01:58.737Z Downloaded progenitor v0.11.2
9032026-05-14T15:01:58.737Z Downloaded progenitor v0.13.0
9042026-05-14T15:01:58.737Z Downloaded rfc6979 v0.4.0
9052026-05-14T15:01:58.740Z Downloaded parking_lot_core v0.9.12
9062026-05-14T15:01:58.740Z Downloaded primeorder v0.13.6
9072026-05-14T15:01:58.740Z Downloaded parking_lot v0.11.2
9082026-05-14T15:01:58.743Z Downloaded rtoolbox v0.0.3
9092026-05-14T15:01:58.743Z Downloaded predicates-core v1.0.10
9102026-05-14T15:01:58.743Z Downloaded ref-cast v1.0.25
9112026-05-14T15:01:58.747Z Downloaded russh-cryptovec v0.7.3
9122026-05-14T15:01:58.747Z Downloaded diesel_derives v2.3.7
9132026-05-14T15:01:58.750Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-05-14T15:01:58.756Z Downloaded progenitor v0.10.0
9152026-05-14T15:01:58.759Z Downloaded proc-macro-error2 v2.0.1
9162026-05-14T15:01:58.765Z Downloaded progenitor-extras v0.2.0
9172026-05-14T15:01:58.768Z Downloaded heapless v0.8.0
9182026-05-14T15:01:58.773Z Downloaded pkcs5 v0.7.1
9192026-05-14T15:01:58.776Z Downloaded phf v0.12.1
9202026-05-14T15:01:58.780Z Downloaded pkcs1 v0.7.5
9212026-05-14T15:01:58.784Z Downloaded psm v0.1.30
9222026-05-14T15:01:58.784Z Downloaded rustc-hash v2.1.1
9232026-05-14T15:01:58.787Z Downloaded rustc_version v0.4.1
9242026-05-14T15:01:58.787Z Downloaded derive_more v2.1.1
9252026-05-14T15:01:58.793Z Downloaded salsa20 v0.10.2
9262026-05-14T15:01:58.796Z Downloaded postcard v1.1.3
9272026-05-14T15:01:58.796Z Downloaded hickory-resolver v0.24.4
9282026-05-14T15:01:58.800Z Downloaded rand_chacha v0.9.0
9292026-05-14T15:01:58.800Z Downloaded cc v1.2.56
9302026-05-14T15:01:58.803Z Downloaded rustc_version v0.1.7
9312026-05-14T15:01:58.803Z Downloaded r2d2 v0.8.10
9322026-05-14T15:01:58.806Z Downloaded postgres-types v0.2.12
9332026-05-14T15:01:58.810Z Downloaded rand_core v0.10.0
9342026-05-14T15:01:58.810Z Downloaded rand_core v0.9.5
9352026-05-14T15:01:58.810Z Downloaded rand_core v0.6.4
9362026-05-14T15:01:58.813Z Downloaded miniz_oxide v0.8.9
9372026-05-14T15:01:58.813Z Downloaded rand_seeder v0.4.0
9382026-05-14T15:01:58.820Z Downloaded sapling-renderdag v0.1.0
9392026-05-14T15:01:58.823Z Downloaded same-file v1.0.6
9402026-05-14T15:01:58.823Z Downloaded scheduled-thread-pool v0.2.7
9412026-05-14T15:01:58.823Z Downloaded scroll_derive v0.13.1
9422026-05-14T15:01:58.826Z Downloaded scrypt v0.11.0
9432026-05-14T15:01:58.829Z Downloaded secrecy v0.8.0
9442026-05-14T15:01:58.832Z Downloaded semver v0.1.20
9452026-05-14T15:01:58.833Z Downloaded serde_repr v0.1.20
9462026-05-14T15:01:58.835Z Downloaded p256 v0.13.2
9472026-05-14T15:01:58.839Z Downloaded serde_spanned v1.0.4
9482026-05-14T15:01:58.839Z Downloaded serde_plain v1.0.2
9492026-05-14T15:01:58.842Z Downloaded scopeguard v1.2.0
9502026-05-14T15:01:58.842Z Downloaded hickory-resolver v0.25.2
9512026-05-14T15:01:58.850Z Downloaded jiff-static v0.2.21
9522026-05-14T15:01:58.853Z Downloaded resolv-conf v0.7.6
9532026-05-14T15:01:58.856Z Downloaded secrecy v0.10.3
9542026-05-14T15:01:58.856Z Downloaded serde_bytes v0.11.19
9552026-05-14T15:01:58.859Z Downloaded seq-macro v0.3.6
9562026-05-14T15:01:58.864Z Downloaded pkg-config v0.3.32
9572026-05-14T15:01:58.868Z Downloaded shell-words v1.1.1
9582026-05-14T15:01:58.871Z Downloaded expectorate v1.2.0
9592026-05-14T15:01:58.874Z Downloaded dropshot-api-manager v0.7.1
9602026-05-14T15:01:58.877Z Downloaded rustls-pemfile v2.2.0
9612026-05-14T15:01:58.880Z Downloaded rustls-pemfile v1.0.4
9622026-05-14T15:01:58.883Z Downloaded rustls-native-certs v0.8.3
9632026-05-14T15:01:58.887Z Downloaded serde_urlencoded v0.7.1
9642026-05-14T15:01:58.890Z Downloaded sha1 v0.10.6
9652026-05-14T15:01:58.893Z Downloaded siphasher v1.0.2
9662026-05-14T15:01:58.893Z Downloaded sigpipe v0.1.3
9672026-05-14T15:01:58.896Z Downloaded signal-hook-tokio v0.3.1
9682026-05-14T15:01:58.896Z Downloaded hickory-server v0.25.2
9692026-05-14T15:01:58.900Z Downloaded schemars_derive v0.8.22
9702026-05-14T15:01:58.905Z Downloaded prefix-trie v0.7.0
9712026-05-14T15:01:58.915Z Downloaded sct v0.7.1
9722026-05-14T15:01:58.918Z Downloaded rusty-fork v0.3.1
9732026-05-14T15:01:58.921Z Downloaded slog-envlogger v2.2.0
9742026-05-14T15:01:58.921Z Downloaded rustversion v1.0.22
9752026-05-14T15:01:58.924Z Downloaded slog-bunyan v2.5.0
9762026-05-14T15:01:58.932Z Downloaded serde_path_to_error v0.1.20
9772026-05-14T15:01:58.936Z Downloaded minimal-lexical v0.2.1
9782026-05-14T15:01:58.938Z Downloaded oso v0.27.3
9792026-05-14T15:01:58.942Z Downloaded hashbrown v0.13.2
9802026-05-14T15:01:58.945Z Downloaded scroll v0.13.0
9812026-05-14T15:01:58.945Z Downloaded http v1.4.0
9822026-05-14T15:01:58.949Z Downloaded sec1 v0.7.3
9832026-05-14T15:01:58.953Z Downloaded progenitor-impl v0.10.0
9842026-05-14T15:01:58.956Z Downloaded quinn-udp v0.5.14
9852026-05-14T15:01:58.956Z Downloaded russh-keys v0.45.0
9862026-05-14T15:01:58.956Z Downloaded hashbrown v0.12.3
9872026-05-14T15:01:58.959Z Downloaded progenitor-impl v0.13.0
9882026-05-14T15:01:58.962Z Downloaded serde_derive_internals v0.29.1
9892026-05-14T15:01:58.962Z Downloaded shlex v1.3.0
9902026-05-14T15:01:58.962Z Downloaded serde-hex v0.1.0
9912026-05-14T15:01:58.965Z Downloaded sqlparser_derive v0.5.0
9922026-05-14T15:01:58.965Z Downloaded serde-big-array v0.5.1
9932026-05-14T15:01:58.969Z Downloaded ssh-encoding v0.2.0
9942026-05-14T15:01:58.969Z Downloaded ssh-cipher v0.2.0
9952026-05-14T15:01:58.969Z Downloaded hyper-util v0.1.20
9962026-05-14T15:01:58.972Z Downloaded structmeta-derive v0.3.0
9972026-05-14T15:01:58.975Z Downloaded rustls-pki-types v1.14.0
9982026-05-14T15:01:58.975Z Downloaded strum v0.26.3
9992026-05-14T15:01:58.975Z Downloaded pin-project v1.1.11
10002026-05-14T15:01:58.982Z Downloaded signal-hook-mio v0.2.5
10012026-05-14T15:01:58.991Z Downloaded slab v0.4.12
10022026-05-14T15:01:58.994Z Downloaded progenitor-impl v0.14.0
10032026-05-14T15:01:58.994Z Downloaded rcgen v0.12.1
10042026-05-14T15:01:58.996Z Downloaded strum v0.27.2
10052026-05-14T15:01:58.996Z Downloaded simd-adler32 v0.3.8
10062026-05-14T15:01:58.997Z Downloaded signature v2.2.0
10072026-05-14T15:01:58.999Z Downloaded signal-hook-registry v1.4.8
10082026-05-14T15:01:59.000Z Downloaded papergrid v0.17.0
10092026-05-14T15:01:59.005Z Downloaded slog-stdlog v4.1.1
10102026-05-14T15:01:59.007Z Downloaded smf v0.2.3
10112026-05-14T15:01:59.007Z Downloaded smallvec v0.6.14
10122026-05-14T15:01:59.008Z Downloaded tagptr v0.2.0
10132026-05-14T15:01:59.011Z Downloaded sync_wrapper v1.0.2
10142026-05-14T15:01:59.011Z Downloaded sync-ptr v0.1.4
10152026-05-14T15:01:59.011Z Downloaded supports-color v3.0.2
10162026-05-14T15:01:59.014Z Downloaded slog-scope v4.4.1
10172026-05-14T15:01:59.014Z Downloaded slog-dtrace v0.3.0
10182026-05-14T15:01:59.017Z Downloaded serde_cbor v0.11.2
10192026-05-14T15:01:59.020Z Downloaded spki v0.7.3
10202026-05-14T15:01:59.020Z Downloaded slog-term v2.9.2
10212026-05-14T15:01:59.026Z Downloaded slog-async v2.8.0
10222026-05-14T15:01:59.029Z Downloaded tabled_derive v0.11.0
10232026-05-14T15:01:59.032Z Downloaded slog-json v2.6.1
10242026-05-14T15:01:59.035Z Downloaded openssl-sys v0.9.115
10252026-05-14T15:01:59.038Z Downloaded aes v0.8.4
10262026-05-14T15:01:59.041Z Downloaded snafu-derive v0.8.9
10272026-05-14T15:01:59.044Z Downloaded termtree v0.5.1
10282026-05-14T15:01:59.045Z Downloaded sqlformat v0.3.5
10292026-05-14T15:01:59.045Z Downloaded testing_table v0.3.0
10302026-05-14T15:01:59.045Z Downloaded take_mut v0.2.2
10312026-05-14T15:01:59.048Z Downloaded tabwriter v1.4.1
10322026-05-14T15:01:59.048Z Downloaded progenitor-impl v0.11.2
10332026-05-14T15:01:59.056Z Downloaded time-core v0.1.8
10342026-05-14T15:01:59.059Z Downloaded thread-id v5.1.0
10352026-05-14T15:01:59.059Z Downloaded serde_with_macros v3.17.0
10362026-05-14T15:01:59.065Z Downloaded structmeta v0.3.0
10372026-05-14T15:01:59.068Z Downloaded strum_macros v0.26.4
10382026-05-14T15:01:59.068Z Downloaded thiserror-impl-no-std v2.0.2
10392026-05-14T15:01:59.068Z Downloaded strum_macros v0.24.3
10402026-05-14T15:01:59.071Z Downloaded strip-ansi-escapes v0.2.1
10412026-05-14T15:01:59.071Z Downloaded stringprep v0.1.5
10422026-05-14T15:01:59.071Z Downloaded static_assertions v1.1.0
10432026-05-14T15:01:59.074Z Downloaded stacker v0.1.23
10442026-05-14T15:01:59.083Z Downloaded ron v0.8.1
10452026-05-14T15:01:59.087Z Downloaded itertools v0.10.5
10462026-05-14T15:01:59.090Z Downloaded tap v1.0.1
10472026-05-14T15:01:59.100Z Downloaded tokio-macros v2.7.0
10482026-05-14T15:01:59.104Z Downloaded tinyvec_macros v0.1.1
10492026-05-14T15:01:59.107Z Downloaded hashbrown v0.15.5
10502026-05-14T15:01:59.110Z Downloaded support-bundle-viewer v0.1.2
10512026-05-14T15:01:59.120Z Downloaded publicsuffix v2.3.0
10522026-05-14T15:01:59.127Z Downloaded ryu v1.0.23
10532026-05-14T15:01:59.130Z Downloaded num-bigint v0.4.6
10542026-05-14T15:01:59.134Z Downloaded subtle v2.6.1
10552026-05-14T15:01:59.134Z Downloaded crossterm v0.29.0
10562026-05-14T15:01:59.137Z Downloaded schemars v0.8.22
10572026-05-14T15:01:59.144Z Downloaded try-lock v0.2.5
10582026-05-14T15:01:59.147Z Downloaded termios v0.3.3
10592026-05-14T15:01:59.147Z Downloaded tower-service v0.3.3
10602026-05-14T15:01:59.147Z Downloaded trait-variant v0.1.2
10612026-05-14T15:01:59.147Z Downloaded tower-layer v0.3.3
10622026-05-14T15:01:59.152Z Downloaded signal-hook v0.3.18
10632026-05-14T15:01:59.152Z Downloaded string_cache v0.8.9
10642026-05-14T15:01:59.155Z Downloaded spin v0.9.8
10652026-05-14T15:01:59.155Z Downloaded similar v2.7.0
10662026-05-14T15:01:59.158Z Downloaded tls_codec v0.4.2
10672026-05-14T15:01:59.158Z Downloaded tokio-dtrace v0.1.1
10682026-05-14T15:01:59.158Z Downloaded tls_codec_derive v0.4.2
10692026-05-14T15:01:59.162Z Downloaded tiny-keccak v2.0.2
10702026-05-14T15:01:59.162Z Downloaded serde_yaml v0.9.34+deprecated
10712026-05-14T15:01:59.165Z Downloaded strum_macros v0.27.2
10722026-05-14T15:01:59.168Z Downloaded prettyplease v0.2.37
10732026-05-14T15:01:59.171Z Downloaded mio v1.2.0
10742026-05-14T15:01:59.174Z Downloaded topological-sort v0.2.2
10752026-05-14T15:01:59.174Z Downloaded time-macros v0.2.27
10762026-05-14T15:01:59.177Z Downloaded thread_local v1.1.9
10772026-05-14T15:01:59.177Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10782026-05-14T15:01:59.177Z Downloaded term v0.7.0
10792026-05-14T15:01:59.180Z Downloaded thiserror-no-std v2.0.2
10802026-05-14T15:01:59.183Z Downloaded unarray v0.1.4
10812026-05-14T15:01:59.183Z Downloaded unit-prefix v0.5.2
10822026-05-14T15:01:59.183Z Downloaded quinn v0.11.9
10832026-05-14T15:01:59.186Z Downloaded usdt v0.6.0
10842026-05-14T15:01:59.186Z Downloaded untrusted v0.9.0
10852026-05-14T15:01:59.190Z Downloaded qorb v0.4.1
10862026-05-14T15:01:59.190Z Downloaded rustls-platform-verifier v0.6.2
10872026-05-14T15:01:59.193Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10882026-05-14T15:01:59.193Z Downloaded toml_writer v1.0.6+spec-1.1.0
10892026-05-14T15:01:59.196Z Downloaded schemars v0.9.0
10902026-05-14T15:01:59.201Z Downloaded rsa v0.9.10
10912026-05-14T15:01:59.204Z Downloaded itertools v0.12.1
10922026-05-14T15:01:59.208Z Downloaded universal-hash v0.5.1
10932026-05-14T15:01:59.211Z Downloaded nom v7.1.3
10942026-05-14T15:01:59.214Z Downloaded typify-macro v0.6.2
10952026-05-14T15:01:59.214Z Downloaded typify-macro v0.4.3
10962026-05-14T15:01:59.214Z Downloaded iri-string v0.7.10
10972026-05-14T15:01:59.217Z Downloaded tokio-tungstenite v0.23.1
10982026-05-14T15:01:59.220Z Downloaded utf-8 v0.7.6
10992026-05-14T15:01:59.221Z Downloaded usdt-attr-macro v0.6.0
11002026-05-14T15:01:59.224Z Downloaded slog v2.8.2
11012026-05-14T15:01:59.224Z Downloaded rayon-core v1.13.0
11022026-05-14T15:01:59.227Z Downloaded rand v0.8.6
11032026-05-14T15:01:59.230Z Downloaded tokio-rustls v0.25.0
11042026-05-14T15:01:59.236Z Downloaded tokio-tungstenite v0.21.0
11052026-05-14T15:01:59.239Z Downloaded usdt-macro v0.6.0
11062026-05-14T15:01:59.239Z Downloaded tui-tree-widget v0.23.1
11072026-05-14T15:01:59.239Z Downloaded untrusted v0.7.1
11082026-05-14T15:01:59.242Z Downloaded pretty_assertions v1.4.1
11092026-05-14T15:01:59.245Z Downloaded h2 v0.4.13
11102026-05-14T15:01:59.248Z Downloaded tokio-native-tls v0.3.1
11112026-05-14T15:01:59.251Z Downloaded tokio-rustls v0.26.4
11122026-05-14T15:01:59.255Z Downloaded term v1.2.1
11132026-05-14T15:01:59.259Z Downloaded unicode-truncate v1.1.0
11142026-05-14T15:01:59.262Z Downloaded unicase v2.9.0
11152026-05-14T15:01:59.262Z Downloaded want v0.3.1
11162026-05-14T15:01:59.262Z Downloaded waitgroup v0.1.2
11172026-05-14T15:01:59.271Z Downloaded xattr v1.6.1
11182026-05-14T15:01:59.276Z Downloaded toml_parser v1.0.9+spec-1.1.0
11192026-05-14T15:01:59.279Z Downloaded void v1.0.2
11202026-05-14T15:01:59.282Z Downloaded itertools v0.13.0
11212026-05-14T15:01:59.286Z Downloaded hkdf v0.12.4
11222026-05-14T15:01:59.289Z Downloaded hashbrown v0.16.1
11232026-05-14T15:01:59.292Z Downloaded rustls-webpki v0.103.9
11242026-05-14T15:01:59.292Z Downloaded socket2 v0.6.3
11252026-05-14T15:01:59.295Z Downloaded libm v0.2.16
11262026-05-14T15:01:59.298Z Downloaded xshell-macros v0.2.7
11272026-05-14T15:01:59.301Z Downloaded usdt-impl v0.6.0
11282026-05-14T15:01:59.301Z Downloaded test-strategy v0.4.5
11292026-05-14T15:01:59.304Z Downloaded zeroize_derive v1.4.3
11302026-05-14T15:01:59.304Z Downloaded num-bigint-dig v0.8.6
11312026-05-14T15:01:59.307Z Downloaded wait-timeout v0.2.1
11322026-05-14T15:01:59.310Z Downloaded aws-lc-rs v1.16.3
11332026-05-14T15:01:59.315Z Downloaded zone_cfg_derive v0.3.1
11342026-05-14T15:01:59.319Z Downloaded tracing-attributes v0.1.31
11352026-05-14T15:01:59.319Z Downloaded tokio-stream v0.1.18
11362026-05-14T15:01:59.322Z Downloaded tokio-rustls v0.24.1
11372026-05-14T15:01:59.325Z Downloaded libxml v0.3.3
11382026-05-14T15:01:59.328Z Downloaded twox-hash v2.1.2
11392026-05-14T15:01:59.332Z Downloaded subprocess v0.2.15
11402026-05-14T15:01:59.335Z Downloaded uzers v0.12.2
11412026-05-14T15:01:59.335Z Downloaded vergen-lib v0.1.6
11422026-05-14T15:01:59.335Z Downloaded rand v0.9.2
11432026-05-14T15:01:59.341Z Downloaded samael v0.0.19
11442026-05-14T15:01:59.344Z Downloaded toml v0.9.12+spec-1.1.0
11452026-05-14T15:01:59.347Z Downloaded snafu v0.8.9
11462026-05-14T15:01:59.351Z Downloaded vsss-rs v3.3.4
11472026-05-14T15:01:59.353Z Downloaded iddqd v0.3.18
11482026-05-14T15:01:59.356Z Downloaded xshell v0.2.7
11492026-05-14T15:01:59.360Z Downloaded futures-util v0.3.32
11502026-05-14T15:01:59.366Z Downloaded toml v0.7.8
11512026-05-14T15:01:59.369Z Downloaded tar v0.4.45
11522026-05-14T15:01:59.369Z Downloaded vergen-gitcl v1.0.8
11532026-05-14T15:01:59.369Z Downloaded aho-corasick v1.1.4
11542026-05-14T15:01:59.373Z Downloaded tinyvec v1.10.0
11552026-05-14T15:01:59.377Z Downloaded socket2 v0.5.10
11562026-05-14T15:01:59.377Z Downloaded itertools v0.14.0
11572026-05-14T15:01:59.387Z Downloaded unicode-properties v0.1.4
11582026-05-14T15:01:59.390Z Downloaded zone v0.3.1
11592026-05-14T15:01:59.394Z Downloaded zstd-safe v7.2.4
11602026-05-14T15:01:59.394Z Downloaded steno v0.4.1
11612026-05-14T15:01:59.397Z Downloaded wyz v0.5.1
11622026-05-14T15:01:59.400Z Downloaded rand v0.10.0
11632026-05-14T15:01:59.400Z Downloaded tungstenite v0.23.0
11642026-05-14T15:01:59.403Z Downloaded tungstenite v0.21.0
11652026-05-14T15:01:59.406Z Downloaded vergen-git2 v1.0.7
11662026-05-14T15:01:59.406Z Downloaded whoami v2.1.0
11672026-05-14T15:01:59.406Z Downloaded walkdir v2.5.0
11682026-05-14T15:01:59.409Z Downloaded zeroize v1.8.2
11692026-05-14T15:01:59.414Z Downloaded rpassword v7.4.0
11702026-05-14T15:01:59.417Z Downloaded unicode-bidi v0.3.18
11712026-05-14T15:01:59.420Z Downloaded zstd v0.13.3
11722026-05-14T15:01:59.420Z Downloaded p521 v0.13.3
11732026-05-14T15:01:59.423Z Downloaded hyper v1.8.1
11742026-05-14T15:01:59.427Z Downloaded whoami v1.6.1
11752026-05-14T15:01:59.439Z Downloaded toml_edit v0.23.10+spec-1.0.0
11762026-05-14T15:01:59.442Z Downloaded yasna v0.5.2
11772026-05-14T15:01:59.446Z Downloaded vergen v9.0.6
11782026-05-14T15:01:59.449Z Downloaded russh v0.45.0
11792026-05-14T15:01:59.458Z Downloaded tracing-core v0.1.36
11802026-05-14T15:01:59.462Z Downloaded typify v0.6.2
11812026-05-14T15:01:59.465Z Downloaded typify v0.4.3
11822026-05-14T15:01:59.469Z Downloaded schemars v1.2.1
11832026-05-14T15:01:59.486Z Downloaded zerocopy v0.6.6
11842026-05-14T15:01:59.491Z Downloaded toml v1.0.6+spec-1.1.0
11852026-05-14T15:01:59.495Z Downloaded uuid v1.23.0
11862026-05-14T15:01:59.527Z Downloaded tokio-postgres v0.7.16
11872026-05-14T15:01:59.530Z Downloaded reqwest v0.12.28
11882026-05-14T15:01:59.533Z Downloaded unicode_categories v0.1.1
11892026-05-14T15:01:59.536Z Downloaded vte v0.14.1
11902026-05-14T15:01:59.540Z Downloaded yansi v1.0.1
11912026-05-14T15:01:59.543Z Downloaded unsafe-libyaml v0.2.11
11922026-05-14T15:01:59.550Z Downloaded reedline v0.40.0
11932026-05-14T15:01:59.555Z Downloaded zopfli v0.8.3
11942026-05-14T15:01:59.558Z Downloaded toml_edit v0.19.15
11952026-05-14T15:01:59.566Z Downloaded zip v0.6.6
11962026-05-14T15:01:59.581Z Downloaded ssh-key v0.6.7
11972026-05-14T15:01:59.585Z Downloaded blake3 v1.8.3
11982026-05-14T15:01:59.616Z Downloaded rustyline v14.0.0
11992026-05-14T15:01:59.619Z Downloaded typed-path v0.9.3
12002026-05-14T15:01:59.624Z Downloaded unicode-segmentation v1.12.0
12012026-05-14T15:01:59.627Z Downloaded lalrpop v0.19.12
12022026-05-14T15:01:59.635Z Downloaded x509-cert v0.2.5
12032026-05-14T15:01:59.638Z Downloaded reqwest v0.13.2
12042026-05-14T15:01:59.643Z Downloaded bitvec v1.0.1
12052026-05-14T15:01:59.663Z Downloaded zerocopy-derive v0.8.40
12062026-05-14T15:01:59.667Z Downloaded rayon v1.11.0
12072026-05-14T15:01:59.672Z Downloaded p384 v0.13.1
12082026-05-14T15:01:59.676Z Downloaded tower v0.5.3
12092026-05-14T15:01:59.680Z Downloaded regex v1.12.3
12102026-05-14T15:01:59.684Z Downloaded petname v2.0.2
12112026-05-14T15:01:59.688Z Downloaded bindgen v0.71.1
12122026-05-14T15:01:59.708Z Downloaded salty v0.3.0
12132026-05-14T15:01:59.711Z Downloaded rustls-webpki v0.101.7
12142026-05-14T15:01:59.720Z Downloaded tokio-util v0.7.18
12152026-05-14T15:01:59.725Z Downloaded object v0.30.4
12162026-05-14T15:01:59.730Z Downloaded moka v0.12.13
12172026-05-14T15:01:59.735Z Downloaded goblin v0.10.5
12182026-05-14T15:01:59.739Z Downloaded git2 v0.20.4
12192026-05-14T15:01:59.744Z Downloaded quick-xml v0.37.5
12202026-05-14T15:01:59.747Z Downloaded curve25519-dalek v4.1.3
12212026-05-14T15:01:59.752Z Downloaded chrono v0.4.44
12222026-05-14T15:01:59.757Z Downloaded unicode-normalization v0.1.25
12232026-05-14T15:01:59.760Z Downloaded portable-atomic v1.13.1
12242026-05-14T15:01:59.763Z Downloaded radix_trie v0.2.1
12252026-05-14T15:01:59.771Z Downloaded proptest v1.10.0
12262026-05-14T15:01:59.775Z Downloaded tower-http v0.6.8
12272026-05-14T15:01:59.779Z Downloaded winnow v0.6.26
12282026-05-14T15:01:59.784Z Downloaded tough v0.22.0
12292026-05-14T15:01:59.789Z Downloaded serde_with v3.17.0
12302026-05-14T15:01:59.803Z Downloaded zip v4.6.1
12312026-05-14T15:01:59.811Z Downloaded winnow v0.5.40
12322026-05-14T15:01:59.824Z Downloaded rustls-webpki v0.102.8
12332026-05-14T15:01:59.834Z Downloaded polar-core v0.27.3
12342026-05-14T15:01:59.839Z Downloaded nix v0.27.1
12352026-05-14T15:01:59.848Z Downloaded rustls v0.21.12
12362026-05-14T15:01:59.855Z Downloaded quinn-proto v0.11.13
12372026-05-14T15:01:59.866Z Downloaded tabled v0.20.0
12382026-05-14T15:01:59.883Z Downloaded time v0.3.47
12392026-05-14T15:01:59.890Z Downloaded regex-syntax v0.6.29
12402026-05-14T15:01:59.900Z Downloaded dropshot v0.16.7
12412026-05-14T15:01:59.936Z Downloaded object v0.37.3
12422026-05-14T15:01:59.945Z Downloaded openssl v0.10.79
12432026-05-14T15:01:59.951Z Downloaded webpki-roots v1.0.6
12442026-05-14T15:01:59.954Z Downloaded dropshot v0.17.0
12452026-05-14T15:01:59.967Z Downloaded nix v0.28.0
12462026-05-14T15:01:59.974Z Downloaded hickory-proto v0.24.4
12472026-05-14T15:01:59.982Z Downloaded zerocopy v0.8.40
12482026-05-14T15:01:59.987Z Downloaded smoltcp v0.9.1
12492026-05-14T15:01:59.993Z Downloaded regress v0.10.5
12502026-05-14T15:01:59.997Z Downloaded regex-syntax v0.8.10
12512026-05-14T15:02:00.002Z Downloaded nix v0.29.0
12522026-05-14T15:02:00.008Z Downloaded diesel v2.3.7
12532026-05-14T15:02:00.019Z Downloaded zlib-rs v0.6.2
12542026-05-14T15:02:00.022Z Downloaded hickory-proto v0.25.2
12552026-05-14T15:02:00.031Z Downloaded vcpkg v0.2.15
12562026-05-14T15:02:00.054Z Downloaded rustls v0.22.4
12572026-05-14T15:02:00.061Z Downloaded openapiv3 v2.2.0
12582026-05-14T15:02:00.067Z Downloaded nix v0.31.2
12592026-05-14T15:02:00.074Z Downloaded bstr v1.12.1
12602026-05-14T15:02:00.081Z Downloaded regress v0.11.1
12612026-05-14T15:02:00.091Z Downloaded rustls v0.23.37
12622026-05-14T15:02:00.098Z Downloaded smoltcp v0.11.0
12632026-05-14T15:02:00.105Z Downloaded rustix v0.38.44
12642026-05-14T15:02:00.129Z Downloaded sqlparser v0.61.0
12652026-05-14T15:02:00.149Z Downloaded tracing v0.1.44
12662026-05-14T15:02:00.206Z Downloaded zerocopy-derive v0.6.6
12672026-05-14T15:02:00.211Z Downloaded sled v0.34.7
12682026-05-14T15:02:00.226Z Downloaded typify-impl v0.6.2
12692026-05-14T15:02:00.233Z Downloaded petgraph v0.6.5
12702026-05-14T15:02:00.245Z Downloaded ratatui v0.29.0
12712026-05-14T15:02:00.256Z Downloaded typify-impl v0.4.3
12722026-05-14T15:02:00.265Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-05-14T15:02:00.278Z Downloaded regex-automata v0.4.14
12742026-05-14T15:02:00.295Z Downloaded petgraph v0.8.3
12752026-05-14T15:02:00.307Z Downloaded jiff v0.2.21
12762026-05-14T15:02:00.319Z Downloaded libz-sys v1.1.24
12772026-05-14T15:02:00.335Z Downloaded chrono-tz v0.10.4
12782026-05-14T15:02:00.344Z Downloaded csv v1.4.0
12792026-05-14T15:02:00.355Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-05-14T15:02:00.364Z Downloaded tokio v1.52.1
12812026-05-14T15:02:00.387Z Downloaded sha3 v0.10.8
12822026-05-14T15:02:00.426Z Downloaded encoding_rs v0.8.35
12832026-05-14T15:02:00.442Z Downloaded ring v0.17.14
12842026-05-14T15:02:00.539Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-14T15:02:01.162Z Downloaded aws-lc-sys v0.40.0
12862026-05-14T15:02:01.416Z Compiling libc v0.2.185
12872026-05-14T15:02:01.416Z Compiling serde v1.0.228
12882026-05-14T15:02:01.420Z Compiling log v0.4.29
12892026-05-14T15:02:01.420Z Compiling find-msvc-tools v0.1.9
12902026-05-14T15:02:01.420Z Compiling shlex v1.3.0
12912026-05-14T15:02:01.420Z Compiling smallvec v1.15.1
12922026-05-14T15:02:01.420Z Compiling typenum v1.19.0
12932026-05-14T15:02:01.420Z Compiling subtle v2.6.1
12942026-05-14T15:02:01.615Z Compiling generic-array v0.14.7
12952026-05-14T15:02:01.618Z Compiling scopeguard v1.2.0
12962026-05-14T15:02:01.670Z Compiling const-oid v0.9.6
12972026-05-14T15:02:01.673Z Compiling serde_json v1.0.149
12982026-05-14T15:02:01.683Z Compiling syn v2.0.117
12992026-05-14T15:02:01.698Z Compiling zerocopy v0.8.40
13002026-05-14T15:02:01.702Z Compiling parking_lot_core v0.9.12
13012026-05-14T15:02:01.711Z Compiling portable-atomic v1.13.1
13022026-05-14T15:02:01.763Z Compiling lock_api v0.4.14
13032026-05-14T15:02:01.779Z Compiling pin-project-lite v0.2.17
13042026-05-14T15:02:01.783Z Compiling pkg-config v0.3.32
13052026-05-14T15:02:01.811Z Compiling bitflags v2.11.0
13062026-05-14T15:02:01.826Z Compiling futures-core v0.3.32
13072026-05-14T15:02:01.931Z Compiling critical-section v1.2.0
13082026-05-14T15:02:01.947Z Compiling libm v0.2.16
13092026-05-14T15:02:01.952Z Compiling num-traits v0.2.19
13102026-05-14T15:02:01.979Z Compiling percent-encoding v2.3.2
13112026-05-14T15:02:02.056Z Compiling futures-sink v0.3.32
13122026-05-14T15:02:02.059Z Compiling cpufeatures v0.2.17
13132026-05-14T15:02:02.059Z Compiling slab v0.4.12
13142026-05-14T15:02:02.059Z Compiling futures-task v0.3.32
13152026-05-14T15:02:02.176Z Compiling getrandom v0.4.1
13162026-05-14T15:02:02.221Z Compiling futures-channel v0.3.32
13172026-05-14T15:02:02.237Z Compiling futures-io v0.3.32
13182026-05-14T15:02:02.276Z Compiling rand_core v0.10.0
13192026-05-14T15:02:02.295Z Compiling indexmap v2.14.0
13202026-05-14T15:02:02.325Z Compiling getrandom v0.3.4
13212026-05-14T15:02:02.354Z Compiling rustversion v1.0.22
13222026-05-14T15:02:02.425Z Compiling form_urlencoded v1.2.2
13232026-05-14T15:02:02.455Z Compiling fs_extra v1.3.0
13242026-05-14T15:02:02.459Z Compiling dunce v1.0.5
13252026-05-14T15:02:02.485Z Compiling base64ct v1.8.3
13262026-05-14T15:02:02.488Z Compiling ident_case v1.0.1
13272026-05-14T15:02:02.516Z Compiling flagset v0.4.7
13282026-05-14T15:02:02.560Z Compiling rustix v1.1.3
13292026-05-14T15:02:02.580Z Compiling iana-time-zone v0.1.65
13302026-05-14T15:02:02.620Z Compiling regex-syntax v0.8.10
13312026-05-14T15:02:02.642Z Compiling getrandom v0.2.17
13322026-05-14T15:02:02.662Z Compiling jobserver v0.1.34
13332026-05-14T15:02:02.721Z Compiling errno v0.3.14
13342026-05-14T15:02:02.754Z Compiling mio v1.2.0
13352026-05-14T15:02:02.768Z Compiling socket2 v0.6.3
13362026-05-14T15:02:02.796Z Compiling rand_core v0.6.4
13372026-05-14T15:02:02.811Z Compiling once_cell v1.21.3
13382026-05-14T15:02:02.894Z Compiling cc v1.2.56
13392026-05-14T15:02:02.909Z Compiling signal-hook-registry v1.4.8
13402026-05-14T15:02:02.972Z Compiling parking_lot v0.12.5
13412026-05-14T15:02:03.043Z Compiling pem-rfc7468 v0.7.0
13422026-05-14T15:02:03.075Z Compiling aws-lc-rs v1.16.3
13432026-05-14T15:02:03.157Z Compiling vcpkg v0.2.15
13442026-05-14T15:02:03.196Z Compiling uuid v1.23.0
13452026-05-14T15:02:03.211Z Compiling tracing-core v0.1.36
13462026-05-14T15:02:03.214Z Compiling rustc_version v0.4.1
13472026-05-14T15:02:03.244Z Compiling base64 v0.22.1
13482026-05-14T15:02:03.311Z Compiling rand_core v0.9.5
13492026-05-14T15:02:03.379Z Compiling untrusted v0.9.0
13502026-05-14T15:02:03.385Z Compiling openssl-probe v0.2.1
13512026-05-14T15:02:03.409Z Compiling tinyvec_macros v0.1.1
13522026-05-14T15:02:03.488Z Compiling untrusted v0.7.1
13532026-05-14T15:02:03.503Z Compiling httparse v1.10.1
13542026-05-14T15:02:03.519Z Compiling tinyvec v1.10.0
13552026-05-14T15:02:03.572Z Compiling aho-corasick v1.1.4
13562026-05-14T15:02:03.591Z Compiling tower-service v0.3.3
13572026-05-14T15:02:03.605Z Compiling tower-layer v0.3.3
13582026-05-14T15:02:03.608Z Compiling dyn-clone v1.0.20
13592026-05-14T15:02:03.632Z Compiling cmake v0.1.57
13602026-05-14T15:02:03.632Z Compiling rustls v0.23.37
13612026-05-14T15:02:03.697Z Compiling try-lock v0.2.5
13622026-05-14T15:02:03.742Z Compiling atomic-waker v1.1.2
13632026-05-14T15:02:03.761Z Compiling schemars v0.8.22
13642026-05-14T15:02:03.776Z Compiling httpdate v1.0.3
13652026-05-14T15:02:03.792Z Compiling want v0.3.1
13662026-05-14T15:02:03.820Z Compiling openssl v0.10.79
13672026-05-14T15:02:03.849Z Compiling pin-utils v0.1.0
13682026-05-14T15:02:03.897Z Compiling foreign-types-shared v0.1.1
13692026-05-14T15:02:03.901Z Compiling unicode-normalization v0.1.25
13702026-05-14T15:02:03.926Z Compiling spin v0.9.8
13712026-05-14T15:02:03.939Z Compiling time-core v0.1.8
13722026-05-14T15:02:03.942Z Compiling crc32fast v1.5.0
13732026-05-14T15:02:03.986Z Compiling native-tls v0.2.18
13742026-05-14T15:02:04.004Z Compiling foreign-types v0.3.2
13752026-05-14T15:02:04.034Z Compiling num-conv v0.2.0
13762026-05-14T15:02:04.054Z Compiling powerfmt v0.2.0
13772026-05-14T15:02:04.069Z Compiling wait-timeout v0.2.1
13782026-05-14T15:02:04.082Z Compiling sync_wrapper v1.0.2
13792026-05-14T15:02:04.098Z Compiling bit-vec v0.8.0
13802026-05-14T15:02:04.112Z Compiling num_threads v0.1.7
13812026-05-14T15:02:04.149Z Compiling unicode-segmentation v1.12.0
13822026-05-14T15:02:04.184Z Compiling time-macros v0.2.27
13832026-05-14T15:02:04.211Z Compiling deranged v0.5.8
13842026-05-14T15:02:04.226Z Compiling siphasher v1.0.2
13852026-05-14T15:02:04.230Z Compiling syn v1.0.109
13862026-05-14T15:02:04.259Z Compiling tempfile v3.25.0
13872026-05-14T15:02:04.293Z Compiling crossbeam-utils v0.8.21
13882026-05-14T15:02:04.333Z Compiling usdt-impl v0.6.0
13892026-05-14T15:02:04.353Z Compiling quick-error v1.2.3
13902026-05-14T15:02:04.353Z Compiling simd-adler32 v0.3.8
13912026-05-14T15:02:04.397Z Compiling regex-automata v0.4.14
13922026-05-14T15:02:04.476Z Compiling rusty-fork v0.3.1
13932026-05-14T15:02:04.491Z Compiling aws-lc-sys v0.40.0
13942026-05-14T15:02:04.556Z Compiling synstructure v0.13.2
13952026-05-14T15:02:04.572Z Compiling ring v0.17.14
13962026-05-14T15:02:04.588Z Compiling openssl-sys v0.9.115
13972026-05-14T15:02:04.605Z Compiling pest_generator v2.8.6
13982026-05-14T15:02:04.623Z Compiling serde_derive_internals v0.29.1
13992026-05-14T15:02:04.638Z Compiling darling_core v0.20.11
14002026-05-14T15:02:04.641Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-05-14T15:02:04.764Z Compiling darling_core v0.21.3
14022026-05-14T15:02:04.813Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-05-14T15:02:05.051Z Compiling bit-set v0.8.0
14042026-05-14T15:02:05.188Z Compiling slog v2.8.2
14052026-05-14T15:02:05.237Z Compiling heapless v0.7.17
14062026-05-14T15:02:05.265Z Compiling rand_xorshift v0.4.0
14072026-05-14T15:02:05.279Z Compiling thread-id v5.1.0
14082026-05-14T15:02:05.346Z Compiling cookie v0.18.1
14092026-05-14T15:02:05.361Z Compiling time v0.3.47
14102026-05-14T15:02:05.364Z Compiling ryu v1.0.23
14112026-05-14T15:02:05.391Z Compiling unarray v0.1.4
14122026-05-14T15:02:05.408Z Compiling unicode-bidi v0.3.18
14132026-05-14T15:02:05.446Z Compiling adler2 v2.0.1
14142026-05-14T15:02:05.535Z Compiling paste v1.0.15
14152026-05-14T15:02:05.549Z Compiling unicode-properties v0.1.4
14162026-05-14T15:02:05.563Z Compiling iri-string v0.7.10
14172026-05-14T15:02:05.582Z Compiling zstd-safe v7.2.4
14182026-05-14T15:02:05.599Z Compiling signal-hook v0.3.18
14192026-05-14T15:02:05.653Z Compiling anyhow v1.0.102
14202026-05-14T15:02:05.782Z Compiling allocator-api2 v0.2.21
14212026-05-14T15:02:05.817Z Compiling stringprep v0.1.5
14222026-05-14T15:02:05.886Z Compiling miniz_oxide v0.8.9
14232026-05-14T15:02:06.124Z Compiling heck v0.4.1
14242026-05-14T15:02:06.249Z Compiling num-integer v0.1.46
14252026-05-14T15:02:06.303Z Compiling vergen-lib v0.1.6
14262026-05-14T15:02:06.348Z Compiling serde_derive v1.0.228
14272026-05-14T15:02:06.367Z Compiling zeroize_derive v1.4.3
14282026-05-14T15:02:06.512Z Compiling zerofrom-derive v0.1.6
14292026-05-14T15:02:06.527Z Compiling yoke-derive v0.8.1
14302026-05-14T15:02:06.541Z Compiling zerovec-derive v0.11.2
14312026-05-14T15:02:06.609Z Compiling zerocopy-derive v0.8.40
14322026-05-14T15:02:06.732Z Compiling displaydoc v0.2.5
14332026-05-14T15:02:07.008Z Compiling tokio-macros v2.7.0
14342026-05-14T15:02:07.047Z Compiling futures-macro v0.3.32
14352026-05-14T15:02:07.062Z Compiling zeroize v1.8.2
14362026-05-14T15:02:07.122Z Compiling der_derive v0.7.3
14372026-05-14T15:02:07.411Z Compiling rustls-pki-types v1.14.0
14382026-05-14T15:02:07.541Z Compiling thiserror-impl v2.0.18
14392026-05-14T15:02:07.726Z Compiling tracing-attributes v0.1.31
14402026-05-14T15:02:07.757Z Compiling pest_derive v2.8.6
14412026-05-14T15:02:07.805Z Compiling schemars_derive v0.8.22
14422026-05-14T15:02:07.887Z Compiling crypto-common v0.1.7
14432026-05-14T15:02:07.906Z Compiling block-buffer v0.10.4
14442026-05-14T15:02:07.934Z Compiling futures-util v0.3.32
14452026-05-14T15:02:08.015Z Compiling zerofrom v0.1.6
14462026-05-14T15:02:08.065Z Compiling digest v0.10.7
14472026-05-14T15:02:08.105Z Compiling block-padding v0.3.3
14482026-05-14T15:02:08.165Z Compiling yoke v0.8.1
14492026-05-14T15:02:08.187Z Compiling der v0.7.10
14502026-05-14T15:02:08.251Z Compiling inout v0.1.4
14512026-05-14T15:02:08.287Z Compiling hmac v0.12.1
14522026-05-14T15:02:08.342Z Compiling zerovec v0.11.5
14532026-05-14T15:02:08.366Z Compiling zerotrie v0.2.3
14542026-05-14T15:02:08.438Z Compiling cipher v0.4.4
14552026-05-14T15:02:08.461Z Compiling sha2 v0.10.9
14562026-05-14T15:02:08.617Z Compiling pbkdf2 v0.12.2
14572026-05-14T15:02:08.680Z Compiling salsa20 v0.10.2
14582026-05-14T15:02:08.718Z Compiling cbc v0.1.2
14592026-05-14T15:02:08.750Z Compiling aes v0.8.4
14602026-05-14T15:02:08.841Z Compiling tinystr v0.8.2
14612026-05-14T15:02:08.868Z Compiling potential_utf v0.1.4
14622026-05-14T15:02:08.887Z Compiling scrypt v0.11.0
14632026-05-14T15:02:08.969Z Compiling thiserror v2.0.18
14642026-05-14T15:02:09.054Z Compiling icu_locale_core v2.1.1
14652026-05-14T15:02:09.069Z Compiling icu_collections v2.1.1
14662026-05-14T15:02:09.111Z Compiling spki v0.7.3
14672026-05-14T15:02:09.136Z Compiling tracing v0.1.44
14682026-05-14T15:02:09.152Z Compiling scroll_derive v0.13.1
14692026-05-14T15:02:09.166Z Compiling darling_macro v0.20.11
14702026-05-14T15:02:09.335Z Compiling pkcs5 v0.7.1
14712026-05-14T15:02:09.434Z Compiling openssl-macros v0.1.1
14722026-05-14T15:02:09.451Z Compiling rustls-native-certs v0.8.3
14732026-05-14T15:02:09.573Z Compiling dtrace-parser v0.3.0
14742026-05-14T15:02:09.679Z Compiling icu_provider v2.1.1
14752026-05-14T15:02:09.772Z Compiling pkcs8 v0.10.2
14762026-05-14T15:02:09.815Z Compiling darling v0.20.11
14772026-05-14T15:02:09.849Z Compiling signature v2.2.0
14782026-05-14T15:02:09.871Z Compiling bytes v1.11.1
14792026-05-14T15:02:09.885Z Compiling chrono v0.4.44
14802026-05-14T15:02:09.933Z Compiling ipnet v2.11.0
14812026-05-14T15:02:09.989Z Compiling icu_properties v2.1.2
14822026-05-14T15:02:10.018Z Compiling icu_normalizer v2.1.1
14832026-05-14T15:02:10.051Z Compiling scroll v0.13.0
14842026-05-14T15:02:10.054Z Compiling derive_builder_core v0.20.2
14852026-05-14T15:02:10.080Z Compiling webpki-roots v1.0.6
14862026-05-14T15:02:10.178Z Compiling thiserror-impl v1.0.69
14872026-05-14T15:02:10.218Z Compiling scroll_derive v0.12.1
14882026-05-14T15:02:10.343Z Compiling goblin v0.10.5
14892026-05-14T15:02:10.359Z Compiling serde_urlencoded v0.7.1
14902026-05-14T15:02:10.412Z Compiling tokio v1.52.1
14912026-05-14T15:02:10.493Z Compiling http v1.4.0
14922026-05-14T15:02:10.575Z Compiling serde_tokenstream v0.2.3
14932026-05-14T15:02:10.591Z Compiling erased-serde v0.3.31
14942026-05-14T15:02:10.629Z Compiling serde_spanned v0.6.9
14952026-05-14T15:02:10.796Z Compiling toml_datetime v0.6.11
14962026-05-14T15:02:10.917Z Compiling idna_adapter v1.2.1
14972026-05-14T15:02:10.935Z Compiling scroll v0.12.0
14982026-05-14T15:02:10.972Z Compiling derive_builder_macro v0.20.2
14992026-05-14T15:02:11.074Z Compiling ppv-lite86 v0.2.21
15002026-05-14T15:02:11.088Z Compiling idna v1.1.0
15012026-05-14T15:02:11.103Z Compiling md-5 v0.10.6
15022026-05-14T15:02:11.130Z Compiling darling_macro v0.21.3
15032026-05-14T15:02:11.223Z Compiling http-body v1.0.1
15042026-05-14T15:02:11.295Z Compiling bstr v1.12.1
15052026-05-14T15:02:11.312Z Compiling pin-project-internal v1.1.11
15062026-05-14T15:02:11.317Z Compiling async-trait v0.1.89
15072026-05-14T15:02:11.395Z Compiling url v2.5.8
15082026-05-14T15:02:11.410Z Compiling rand_chacha v0.9.0
15092026-05-14T15:02:11.426Z Compiling http-body-util v0.1.3
15102026-05-14T15:02:11.445Z Compiling rand_chacha v0.3.1
15112026-05-14T15:02:11.496Z Compiling zerocopy-derive v0.7.35
15122026-05-14T15:02:11.523Z Compiling thiserror v1.0.69
15132026-05-14T15:02:11.645Z Compiling rand v0.9.2
15142026-05-14T15:02:11.664Z Compiling curve25519-dalek v4.1.3
15152026-05-14T15:02:11.693Z Compiling ff v0.13.1
15162026-05-14T15:02:11.777Z Compiling hash32 v0.2.1
15172026-05-14T15:02:11.848Z Compiling memoffset v0.9.1
15182026-05-14T15:02:11.993Z Compiling num-bigint-dig v0.8.6
15192026-05-14T15:02:12.030Z Compiling zlib-rs v0.6.2
15202026-05-14T15:02:12.061Z Compiling litrs v1.0.0
15212026-05-14T15:02:12.141Z Compiling ref-cast v1.0.25
15222026-05-14T15:02:12.208Z Compiling rustix v0.38.44
15232026-05-14T15:02:12.234Z Compiling proptest v1.10.0
15242026-05-14T15:02:12.290Z Compiling smoltcp v0.9.1
15252026-05-14T15:02:12.431Z Compiling base16ct v0.2.0
15262026-05-14T15:02:12.479Z Compiling cfg_aliases v0.2.1
15272026-05-14T15:02:12.482Z Compiling psl-types v2.0.11
15282026-05-14T15:02:12.511Z Compiling fallible-iterator v0.2.0
15292026-05-14T15:02:12.570Z Compiling nix v0.31.2
15302026-05-14T15:02:12.611Z Compiling document-features v0.2.12
15312026-05-14T15:02:12.626Z Compiling publicsuffix v2.3.0
15322026-05-14T15:02:12.641Z Compiling sec1 v0.7.3
15332026-05-14T15:02:12.679Z Compiling pin-project v1.1.11
15342026-05-14T15:02:12.757Z Compiling zerocopy v0.7.35
15352026-05-14T15:02:12.790Z Compiling ipnetwork v0.21.1
15362026-05-14T15:02:12.805Z Compiling postgres-protocol v0.6.10
15372026-05-14T15:02:12.950Z Compiling group v0.13.0
15382026-05-14T15:02:12.953Z Compiling darling v0.21.3
15392026-05-14T15:02:12.981Z Compiling rand v0.8.6
15402026-05-14T15:02:13.079Z Compiling dof v0.4.0
15412026-05-14T15:02:13.119Z Compiling oxnet v0.1.4
15422026-05-14T15:02:13.149Z Compiling derive_builder v0.20.2
15432026-05-14T15:02:13.210Z Compiling goblin v0.8.2
15442026-05-14T15:02:13.292Z Compiling futures-executor v0.3.32
15452026-05-14T15:02:13.295Z Compiling hubpack_derive v0.1.1
15462026-05-14T15:02:13.326Z Compiling cargo-platform v0.1.9
15472026-05-14T15:02:13.342Z Compiling hex v0.4.3
15482026-05-14T15:02:13.365Z Compiling hkdf v0.12.4
15492026-05-14T15:02:13.419Z Compiling crypto-bigint v0.5.5
15502026-05-14T15:02:13.547Z Compiling regex v1.12.3
15512026-05-14T15:02:13.625Z Compiling num-iter v0.1.45
15522026-05-14T15:02:13.640Z Compiling snafu-derive v0.8.9
15532026-05-14T15:02:13.643Z Compiling curve25519-dalek-derive v0.1.1
15542026-05-14T15:02:13.668Z Compiling ref-cast-impl v1.0.25
15552026-05-14T15:02:13.761Z Compiling daft-derive v0.1.5
15562026-05-14T15:02:13.790Z Compiling strum_macros v0.27.2
15572026-05-14T15:02:14.246Z Compiling tokio-util v0.7.18
15582026-05-14T15:02:14.286Z Compiling tower v0.5.3
15592026-05-14T15:02:14.317Z Compiling tokio-native-tls v0.3.1
15602026-05-14T15:02:14.434Z Compiling phf_shared v0.13.1
15612026-05-14T15:02:14.503Z Compiling terminal_size v0.4.3
15622026-05-14T15:02:14.517Z Compiling newtype-uuid v1.3.2
15632026-05-14T15:02:14.660Z Compiling lazy_static v1.5.0
15642026-05-14T15:02:14.677Z Compiling vergen v9.0.6
15652026-05-14T15:02:14.680Z Compiling fs-err v3.3.0
15662026-05-14T15:02:14.704Z Compiling tower-http v0.6.8
15672026-05-14T15:02:14.708Z Compiling encoding_rs v0.8.35
15682026-05-14T15:02:14.771Z Compiling ahash v0.8.12
15692026-05-14T15:02:14.793Z Compiling bumpalo v3.20.2
15702026-05-14T15:02:14.880Z Compiling flate2 v1.1.9
15712026-05-14T15:02:14.894Z Compiling foldhash v0.1.5
15722026-05-14T15:02:14.911Z Compiling winnow v0.5.40
15732026-05-14T15:02:15.003Z Compiling h2 v0.4.13
15742026-05-14T15:02:15.091Z Compiling libbz2-rs-sys v0.2.2
15752026-05-14T15:02:15.114Z Compiling same-file v1.0.6
15762026-05-14T15:02:15.191Z Compiling object v0.37.3
15772026-05-14T15:02:15.289Z Compiling bitflags v1.3.2
15782026-05-14T15:02:15.302Z Compiling mime v0.3.17
15792026-05-14T15:02:15.367Z Compiling managed v0.8.0
15802026-05-14T15:02:15.381Z Compiling foldhash v0.2.0
15812026-05-14T15:02:15.396Z Compiling clap_builder v4.5.60
15822026-05-14T15:02:15.554Z Compiling hashbrown v0.16.1
15832026-05-14T15:02:15.618Z Compiling bzip2 v0.6.1
15842026-05-14T15:02:15.622Z Compiling dof v0.3.0
15852026-05-14T15:02:15.648Z Compiling walkdir v2.5.0
15862026-05-14T15:02:15.653Z Compiling snafu v0.8.9
15872026-05-14T15:02:15.822Z Compiling zopfli v0.8.3
15882026-05-14T15:02:15.852Z Compiling hashbrown v0.15.5
15892026-05-14T15:02:15.882Z Compiling strum v0.27.2
15902026-05-14T15:02:16.082Z Compiling daft v0.1.5
15912026-05-14T15:02:16.151Z Compiling usdt-macro v0.6.0
15922026-05-14T15:02:16.181Z Compiling usdt-attr-macro v0.6.0
15932026-05-14T15:02:16.265Z Compiling toml_edit v0.19.15
15942026-05-14T15:02:16.362Z Compiling phf v0.13.1
15952026-05-14T15:02:16.383Z Compiling signal-hook-mio v0.2.5
15962026-05-14T15:02:16.398Z Compiling cargo_metadata v0.19.2
15972026-05-14T15:02:16.435Z Compiling elliptic-curve v0.13.8
15982026-05-14T15:02:16.536Z Compiling cookie_store v0.22.1
15992026-05-14T15:02:16.550Z Compiling hubpack v0.1.2
16002026-05-14T15:02:16.575Z Compiling bzip2 v0.4.4
16012026-05-14T15:02:16.785Z Compiling futures v0.3.32
16022026-05-14T15:02:16.800Z Compiling zstd v0.13.3
16032026-05-14T15:02:16.817Z Compiling postgres-types v0.2.12
16042026-05-14T15:02:16.869Z Compiling serde_with_macros v3.17.0
16052026-05-14T15:02:16.952Z Compiling globset v0.4.18
16062026-05-14T15:02:17.008Z Compiling dtrace-parser v0.2.0
16072026-05-14T15:02:17.049Z Compiling pkcs1 v0.7.5
16082026-05-14T15:02:17.090Z Compiling ed25519 v2.2.3
16092026-05-14T15:02:17.224Z Compiling olpc-cjson v0.1.4
16102026-05-14T15:02:17.408Z Compiling serde-big-array v0.5.1
16112026-05-14T15:02:17.422Z Compiling serde_plain v1.0.2
16122026-05-14T15:02:17.473Z Compiling rfc6979 v0.4.0
16132026-05-14T15:02:17.572Z Compiling serde_repr v0.1.20
16142026-05-14T15:02:17.619Z Compiling strum_macros v0.26.4
16152026-05-14T15:02:17.646Z Compiling enum-as-inner v0.6.1
16162026-05-14T15:02:17.667Z Compiling async-recursion v1.1.1
16172026-05-14T15:02:17.770Z Compiling clap_derive v4.5.55
16182026-05-14T15:02:17.802Z Compiling phf_shared v0.11.3
16192026-05-14T15:02:18.009Z Compiling hyper v1.8.1
16202026-05-14T15:02:18.036Z Compiling float-cmp v0.10.0
16212026-05-14T15:02:18.040Z Compiling pem v3.0.6
16222026-05-14T15:02:18.079Z Compiling thread-id v4.2.2
16232026-05-14T15:02:18.138Z Compiling memmap2 v0.9.10
16242026-05-14T15:02:18.182Z Compiling env_filter v1.0.0
16252026-05-14T15:02:18.197Z Compiling predicates-core v1.0.10
16262026-05-14T15:02:18.211Z Compiling new_debug_unreachable v1.0.6
16272026-05-14T15:02:18.293Z Compiling normalize-line-endings v0.3.0
16282026-05-14T15:02:18.370Z Compiling rustc-hash v2.1.1
16292026-05-14T15:02:18.385Z Compiling difflib v0.4.0
16302026-05-14T15:02:18.399Z Compiling whoami v2.1.0
16312026-05-14T15:02:18.414Z Compiling static_assertions v1.1.0
16322026-05-14T15:02:18.417Z Compiling typed-path v0.9.3
16332026-05-14T15:02:18.480Z Compiling jiff v0.2.21
16342026-05-14T15:02:18.508Z Compiling keccak v0.1.6
16352026-05-14T15:02:18.523Z Compiling fixedbitset v0.4.2
16362026-05-14T15:02:18.526Z Compiling data-encoding v2.10.0
16372026-05-14T15:02:18.764Z Compiling fixedbitset v0.5.7
16382026-05-14T15:02:18.794Z Compiling either v1.15.0
16392026-05-14T15:02:18.983Z Compiling precomputed-hash v0.1.1
16402026-05-14T15:02:18.998Z Compiling itertools v0.13.0
16412026-05-14T15:02:19.014Z Compiling petgraph v0.8.3
16422026-05-14T15:02:19.044Z Compiling hickory-proto v0.25.2
16432026-05-14T15:02:19.086Z Compiling string_cache v0.8.9
16442026-05-14T15:02:19.103Z Compiling hyper-util v0.1.20
16452026-05-14T15:02:19.272Z Compiling petgraph v0.6.5
16462026-05-14T15:02:19.333Z Compiling sha3 v0.10.8
16472026-05-14T15:02:19.347Z Compiling tokio-postgres v0.7.16
16482026-05-14T15:02:19.453Z Compiling strum v0.26.3
16492026-05-14T15:02:19.516Z Compiling predicates v3.1.4
16502026-05-14T15:02:19.616Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-14T15:02:19.645Z Compiling iddqd v0.3.18
16522026-05-14T15:02:19.666Z Compiling clap v4.5.60
16532026-05-14T15:02:19.689Z Compiling toml_edit v0.22.27
16542026-05-14T15:02:19.760Z Compiling env_logger v0.11.9
16552026-05-14T15:02:19.809Z Compiling usdt v0.6.0
16562026-05-14T15:02:20.135Z Compiling usdt-impl v0.5.0
16572026-05-14T15:02:20.163Z Compiling serde_with v3.17.0
16582026-05-14T15:02:20.239Z Compiling crossterm v0.28.1
16592026-05-14T15:02:20.314Z Compiling toml v0.7.8
16602026-05-14T15:02:20.754Z Compiling hyper-tls v0.6.0
16612026-05-14T15:02:20.821Z Compiling ecdsa v0.16.9
16622026-05-14T15:02:20.879Z Compiling ed25519-dalek v2.2.0
16632026-05-14T15:02:20.914Z Compiling rsa v0.9.10
16642026-05-14T15:02:21.046Z Compiling zip v0.6.6
16652026-05-14T15:02:21.253Z Compiling zip v4.6.1
16662026-05-14T15:02:21.655Z Compiling toml_parser v1.0.9+spec-1.1.0
16672026-05-14T15:02:21.671Z Compiling tokio-stream v0.1.18
16682026-05-14T15:02:21.746Z Compiling buf-list v1.1.2
16692026-05-14T15:02:21.831Z Compiling similar v2.7.0
16702026-05-14T15:02:21.847Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-14T15:02:21.938Z Compiling openapiv3 v2.2.0
16722026-05-14T15:02:22.054Z Compiling x509-cert v0.2.5
16732026-05-14T15:02:22.164Z Compiling sha1 v0.10.6
16742026-05-14T15:02:22.178Z Compiling crossbeam-epoch v0.9.18
16752026-05-14T15:02:22.263Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-14T15:02:22.318Z Compiling peg-runtime v0.8.5
16772026-05-14T15:02:22.409Z Compiling lalrpop-util v0.19.12
16782026-05-14T15:02:22.475Z Compiling thread_local v1.1.9
16792026-05-14T15:02:22.490Z Compiling slog-async v2.8.0
16802026-05-14T15:02:22.524Z Compiling crossbeam-channel v0.5.15
16812026-05-14T15:02:22.540Z Compiling filetime v0.2.27
16822026-05-14T15:02:22.574Z Compiling is-terminal v0.4.17
16832026-05-14T15:02:22.620Z Compiling term v1.2.1
16842026-05-14T15:02:22.634Z Compiling xattr v1.6.1
16852026-05-14T15:02:22.685Z Compiling take_mut v0.2.2
16862026-05-14T15:02:22.785Z Compiling tar v0.4.45
16872026-05-14T15:02:22.945Z Compiling slog-term v2.9.2
16882026-05-14T15:02:40.496Z Compiling rustls-webpki v0.103.9
16892026-05-14T15:02:43.296Z Compiling tokio-rustls v0.26.4
16902026-05-14T15:02:43.296Z Compiling rustls-platform-verifier v0.6.2
16912026-05-14T15:02:43.498Z Compiling hyper-rustls v0.27.7
16922026-05-14T15:02:43.704Z Compiling reqwest v0.12.28
16932026-05-14T15:02:43.704Z Compiling reqwest v0.13.2
16942026-05-14T15:02:44.938Z Compiling tough v0.22.0
16952026-05-14T15:02:47.513Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-14T15:02:47.738Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-14T15:02:50.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.05s
16982026-05-14T15:02:50.701Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-14T15:02:50.785ZMay 14 15:02:49.479 INFO Starting download, target: Clickhouse
17002026-05-14T15:02:50.785ZMay 14 15:02:49.480 INFO Starting download, target: Cockroach
17012026-05-14T15:02:50.785ZMay 14 15:02:49.480 INFO Starting download, target: Console
17022026-05-14T15:02:50.785ZMay 14 15:02:49.480 INFO Starting download, target: DendriteStub
17032026-05-14T15:02:50.785ZMay 14 15:02:49.480 INFO Starting download, target: MaghemiteMgd
17042026-05-14T15:02:50.785ZMay 14 15:02:49.480 INFO Starting download, target: TransceiverControl
17052026-05-14T15:02:50.794ZMay 14 15:02:49.480 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17062026-05-14T15:02:50.794ZMay 14 15:02:49.480 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-05-14T15:02:50.794ZMay 14 15:02:49.480 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17082026-05-14T15:02:50.794ZMay 14 15:02:49.480 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-05-14T15:02:50.794ZMay 14 15:02:49.481 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-14T15:02:50.794ZMay 14 15:02:49.481 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-14T15:02:51.756ZMay 14 15:02:50.458 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17122026-05-14T15:02:51.991ZMay 14 15:02:50.692 INFO Download complete, target: Console
17132026-05-14T15:02:52.075ZMay 14 15:02:50.757 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-14T15:02:52.298ZMay 14 15:02:50.964 INFO Download complete, target: TransceiverControl
17152026-05-14T15:02:53.241ZMay 14 15:02:51.934 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17162026-05-14T15:02:53.960ZMay 14 15:02:52.674 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17172026-05-14T15:02:54.519ZMay 14 15:02:53.243 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17182026-05-14T15:02:54.519ZMay 14 15:02:53.243 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17192026-05-14T15:02:54.593ZMay 14 15:02:53.315 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-05-14T15:02:55.518ZMay 14 15:02:54.242 INFO Download complete, target: DendriteStub
17212026-05-14T15:02:56.403ZMay 14 15:02:55.127 INFO Download complete, target: MaghemiteMgd
17222026-05-14T15:02:59.201ZMay 14 15:02:57.924 INFO Checking that binary works, target: Cockroach
17232026-05-14T15:02:59.323ZMay 14 15:02:58.044 INFO Download complete, target: Cockroach
17242026-05-14T15:03:01.343ZMay 14 15:03:00.065 INFO Checking that binary works, target: Clickhouse
17252026-05-14T15:03:01.434ZMay 14 15:03:00.154 INFO Download complete, target: Clickhouse
17262026-05-14T15:03:01.441ZAll prerequisites installed successfully
17272026-05-14T15:03:01.481Z
17282026-05-14T15:03:01.481Zreal 2:03.347587895
17292026-05-14T15:03:01.481Zuser 6:55.997152821
17302026-05-14T15:03:01.481Zsys 1:44.704632693
17312026-05-14T15:03:01.481Ztrap 0.247402386
17322026-05-14T15:03:01.481Ztflt 1.480765052
17332026-05-14T15:03:01.481Zdflt 2.178963641
17342026-05-14T15:03:01.481Zkflt 0.024924726
17352026-05-14T15:03:01.481Zlock 23:20.399301367
17362026-05-14T15:03:01.481Zslp 19:07.507373353
17372026-05-14T15:03:01.481Zlat 24.939823433
17382026-05-14T15:03:01.481Zstop 2:57.362987221
17392026-05-14T15:03:01.481Z+ ptime -m cargo xtask download softnpu
17402026-05-14T15:03:01.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17412026-05-14T15:03:02.019Z Running `target/debug/xtask download softnpu`
17422026-05-14T15:03:02.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17432026-05-14T15:03:02.854Z Running `target/debug/xtask-downloader softnpu`
17442026-05-14T15:03:02.909ZMay 14 15:03:01.607 INFO Starting download, target: Softnpu
17452026-05-14T15:03:02.916ZMay 14 15:03:01.607 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-14T15:03:03.772ZMay 14 15:03:02.489 INFO Download complete, target: Softnpu
17472026-05-14T15:03:03.804Z
17482026-05-14T15:03:03.804Zreal 2.324734141
17492026-05-14T15:03:03.804Zuser 1.357671019
17502026-05-14T15:03:03.804Zsys 0.664186384
17512026-05-14T15:03:03.804Ztrap 0.000578820
17522026-05-14T15:03:03.804Ztflt 0.000152480
17532026-05-14T15:03:03.804Zdflt 0.000157390
17542026-05-14T15:03:03.804Zkflt 0.000000000
17552026-05-14T15:03:03.804Zlock 15.974185875
17562026-05-14T15:03:03.804Zslp 0.738348202
17572026-05-14T15:03:03.804Zlat 0.089210813
17582026-05-14T15:03:03.804Zstop 0.000178160
17592026-05-14T15:03:03.804Z+ export CARGO_INCREMENTAL=0
17602026-05-14T15:03:03.805Z+ CARGO_INCREMENTAL=0
17612026-05-14T15:03:03.805Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-14T15:03:04.727Z Compiling proc-macro2 v1.0.106
17632026-05-14T15:03:04.727Z Compiling quote v1.0.45
17642026-05-14T15:03:04.727Z Compiling unicode-ident v1.0.24
17652026-05-14T15:03:04.728Z Compiling libc v0.2.185
17662026-05-14T15:03:04.728Z Compiling serde_core v1.0.228
17672026-05-14T15:03:04.738Z Compiling serde v1.0.228
17682026-05-14T15:03:04.738Z Compiling cfg-if v1.0.4
17692026-05-14T15:03:04.738Z Compiling version_check v0.9.5
17702026-05-14T15:03:04.851Z Compiling find-msvc-tools v0.1.9
17712026-05-14T15:03:04.856Z Compiling shlex v1.3.0
17722026-05-14T15:03:04.856Z Compiling typenum v1.19.0
17732026-05-14T15:03:04.856Z Compiling zmij v1.0.21
17742026-05-14T15:03:04.856Z Compiling autocfg v1.5.0
17752026-05-14T15:03:04.856Z Compiling memchr v2.8.0
17762026-05-14T15:03:04.856Z Compiling serde_json v1.0.149
17772026-05-14T15:03:05.142Z Compiling portable-atomic v1.13.1
17782026-05-14T15:03:05.142Z Compiling libm v0.2.16
17792026-05-14T15:03:05.234Z Compiling generic-array v0.14.7
17802026-05-14T15:03:05.273Z Compiling zerocopy v0.8.40
17812026-05-14T15:03:05.299Z Compiling smallvec v1.15.1
17822026-05-14T15:03:05.320Z Compiling parking_lot_core v0.9.12
17832026-05-14T15:03:05.337Z Compiling icu_normalizer_data v2.1.1
17842026-05-14T15:03:05.341Z Compiling icu_properties_data v2.1.2
17852026-05-14T15:03:05.374Z Compiling num-traits v0.2.19
17862026-05-14T15:03:05.476Z Compiling itoa v1.0.17
17872026-05-14T15:03:05.495Z Compiling getrandom v0.4.1
17882026-05-14T15:03:05.562Z Compiling log v0.4.29
17892026-05-14T15:03:05.620Z Compiling stable_deref_trait v1.2.1
17902026-05-14T15:03:05.623Z Compiling pkg-config v0.3.32
17912026-05-14T15:03:05.623Z Compiling subtle v2.6.1
17922026-05-14T15:03:05.805Z Compiling jobserver v0.1.34
17932026-05-14T15:03:05.819Z Compiling getrandom v0.2.17
17942026-05-14T15:03:05.835Z Compiling scopeguard v1.2.0
17952026-05-14T15:03:05.915Z Compiling errno v0.3.14
17962026-05-14T15:03:05.998Z Compiling lock_api v0.4.14
17972026-05-14T15:03:06.010Z Compiling rand_core v0.6.4
17982026-05-14T15:03:06.026Z Compiling litemap v0.8.1
17992026-05-14T15:03:06.071Z Compiling cc v1.2.56
18002026-05-14T15:03:06.125Z Compiling percent-encoding v2.3.2
18012026-05-14T15:03:06.139Z Compiling writeable v0.6.2
18022026-05-14T15:03:06.242Z Compiling syn v2.0.117
18032026-05-14T15:03:06.259Z Compiling pin-project-lite v0.2.17
18042026-05-14T15:03:06.262Z Compiling fnv v1.0.7
18052026-05-14T15:03:06.364Z Compiling thiserror v2.0.18
18062026-05-14T15:03:06.417Z Compiling getrandom v0.3.4
18072026-05-14T15:03:06.421Z Compiling fs_extra v1.3.0
18082026-05-14T15:03:06.421Z Compiling equivalent v1.0.2
18092026-05-14T15:03:06.464Z Compiling dunce v1.0.5
18102026-05-14T15:03:06.527Z Compiling rand_core v0.10.0
18112026-05-14T15:03:06.563Z Compiling rustversion v1.0.22
18122026-05-14T15:03:06.578Z Compiling utf8_iter v1.0.4
18132026-05-14T15:03:06.633Z Compiling schemars v0.8.22
18142026-05-14T15:03:06.736Z Compiling form_urlencoded v1.2.2
18152026-05-14T15:03:06.810Z Compiling critical-section v1.2.0
18162026-05-14T15:03:06.860Z Compiling cmake v0.1.57
18172026-05-14T15:03:06.878Z Compiling signal-hook-registry v1.4.8
18182026-05-14T15:03:06.945Z Compiling rustix v1.1.3
18192026-05-14T15:03:06.985Z Compiling hashbrown v0.17.0
18202026-05-14T15:03:07.036Z Compiling socket2 v0.6.3
18212026-05-14T15:03:07.069Z Compiling mio v1.2.0
18222026-05-14T15:03:07.269Z Compiling once_cell v1.21.3
18232026-05-14T15:03:07.292Z Compiling parking_lot v0.12.5
18242026-05-14T15:03:07.384Z Compiling semver v1.0.28
18252026-05-14T15:03:07.445Z Compiling bitflags v2.11.0
18262026-05-14T15:03:07.475Z Compiling ring v0.17.14
18272026-05-14T15:03:07.543Z Compiling aws-lc-sys v0.40.0
18282026-05-14T15:03:07.565Z Compiling indexmap v2.14.0
18292026-05-14T15:03:07.584Z Compiling const-oid v0.9.6
18302026-05-14T15:03:07.699Z Compiling aws-lc-rs v1.16.3
18312026-05-14T15:03:07.716Z Compiling futures-core v0.3.32
18322026-05-14T15:03:07.774Z Compiling httparse v1.10.1
18332026-05-14T15:03:07.904Z Compiling strsim v0.11.1
18342026-05-14T15:03:07.904Z Compiling thiserror v1.0.69
18352026-05-14T15:03:07.938Z Compiling vcpkg v0.2.15
18362026-05-14T15:03:08.033Z Compiling iana-time-zone v0.1.65
18372026-05-14T15:03:08.119Z Compiling byteorder v1.5.0
18382026-05-14T15:03:08.224Z Compiling ucd-trie v0.1.7
18392026-05-14T15:03:08.274Z Compiling heck v0.5.0
18402026-05-14T15:03:08.277Z Compiling ident_case v1.0.1
18412026-05-14T15:03:08.277Z Compiling syn v1.0.109
18422026-05-14T15:03:08.343Z Compiling regex-syntax v0.8.10
18432026-05-14T15:03:08.360Z Compiling uuid v1.23.0
18442026-05-14T15:03:08.399Z Compiling pest v2.8.6
18452026-05-14T15:03:08.433Z Compiling cpufeatures v0.2.17
18462026-05-14T15:03:08.481Z Compiling rustls v0.23.37
18472026-05-14T15:03:08.515Z Compiling openssl-sys v0.9.115
18482026-05-14T15:03:08.648Z Compiling futures-sink v0.3.32
18492026-05-14T15:03:08.701Z Compiling rustc_version v0.4.1
18502026-05-14T15:03:08.782Z Compiling futures-channel v0.3.32
18512026-05-14T15:03:08.799Z Compiling futures-task v0.3.32
18522026-05-14T15:03:08.931Z Compiling slab v0.4.12
18532026-05-14T15:03:08.949Z Compiling futures-io v0.3.32
18542026-05-14T15:03:09.035Z Compiling synstructure v0.13.2
18552026-05-14T15:03:09.035Z Compiling serde_derive_internals v0.29.1
18562026-05-14T15:03:09.083Z Compiling aho-corasick v1.1.4
18572026-05-14T15:03:09.161Z Compiling dyn-clone v1.0.20
18582026-05-14T15:03:09.376Z Compiling plain v0.2.3
18592026-05-14T15:03:09.397Z Compiling crc32fast v1.5.0
18602026-05-14T15:03:09.414Z Compiling base64 v0.22.1
18612026-05-14T15:03:09.512Z Compiling openssl v0.10.79
18622026-05-14T15:03:09.530Z Compiling pest_meta v2.8.6
18632026-05-14T15:03:09.574Z Compiling time-core v0.1.8
18642026-05-14T15:03:09.618Z Compiling num-conv v0.2.0
18652026-05-14T15:03:09.756Z Compiling crossbeam-utils v0.8.21
18662026-05-14T15:03:09.775Z Compiling time-macros v0.2.27
18672026-05-14T15:03:09.843Z Compiling pretty-hex v0.4.1
18682026-05-14T15:03:09.861Z Compiling native-tls v0.2.18
18692026-05-14T15:03:09.942Z Compiling regex-automata v0.4.14
18702026-05-14T15:03:09.964Z Compiling base64ct v1.8.3
18712026-05-14T15:03:09.984Z Compiling anyhow v1.0.102
18722026-05-14T15:03:10.002Z Compiling darling_core v0.21.3
18732026-05-14T15:03:10.119Z Compiling tracing-core v0.1.36
18742026-05-14T15:03:10.143Z Compiling pest_generator v2.8.6
18752026-05-14T15:03:10.171Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-05-14T15:03:10.288Z Compiling pem-rfc7468 v0.7.0
18772026-05-14T15:03:10.340Z Compiling serde_derive v1.0.228
18782026-05-14T15:03:10.517Z Compiling zeroize_derive v1.4.3
18792026-05-14T15:03:10.558Z Compiling zerofrom-derive v0.1.6
18802026-05-14T15:03:10.576Z Compiling yoke-derive v0.8.1
18812026-05-14T15:03:10.579Z Compiling zerovec-derive v0.11.2
18822026-05-14T15:03:10.579Z Compiling displaydoc v0.2.5
18832026-05-14T15:03:10.761Z Compiling zerocopy-derive v0.8.40
18842026-05-14T15:03:10.799Z Compiling tokio-macros v2.7.0
18852026-05-14T15:03:10.830Z Compiling futures-macro v0.3.32
18862026-05-14T15:03:11.139Z Compiling zeroize v1.8.2
18872026-05-14T15:03:11.288Z Compiling thiserror-impl v2.0.18
18882026-05-14T15:03:11.498Z Compiling schemars_derive v0.8.22
18892026-05-14T15:03:11.548Z Compiling tracing-attributes v0.1.31
18902026-05-14T15:03:11.612Z Compiling der_derive v0.7.3
18912026-05-14T15:03:11.668Z Compiling thiserror-impl v1.0.69
18922026-05-14T15:03:11.705Z Compiling zerofrom v0.1.6
18932026-05-14T15:03:11.848Z Compiling yoke v0.8.1
18942026-05-14T15:03:11.940Z Compiling crypto-common v0.1.7
18952026-05-14T15:03:12.068Z Compiling zerovec v0.11.5
18962026-05-14T15:03:12.105Z Compiling zerotrie v0.2.3
18972026-05-14T15:03:12.219Z Compiling block-buffer v0.10.4
18982026-05-14T15:03:12.497Z Compiling digest v0.10.7
18992026-05-14T15:03:12.582Z Compiling tinystr v0.8.2
19002026-05-14T15:03:12.651Z Compiling potential_utf v0.1.4
19012026-05-14T15:03:12.664Z Compiling pest_derive v2.8.6
19022026-05-14T15:03:12.709Z Compiling futures-util v0.3.32
19032026-05-14T15:03:12.769Z Compiling icu_locale_core v2.1.1
19042026-05-14T15:03:12.785Z Compiling icu_collections v2.1.1
19052026-05-14T15:03:12.815Z Compiling hmac v0.12.1
19062026-05-14T15:03:12.858Z Compiling block-padding v0.3.3
19072026-05-14T15:03:13.034Z Compiling inout v0.1.4
19082026-05-14T15:03:13.181Z Compiling rustls-pki-types v1.14.0
19092026-05-14T15:03:13.201Z Compiling openssl-macros v0.1.1
19102026-05-14T15:03:13.448Z Compiling cipher v0.4.4
19112026-05-14T15:03:13.528Z Compiling bytes v1.11.1
19122026-05-14T15:03:13.548Z Compiling icu_provider v2.1.1
19132026-05-14T15:03:13.610Z Compiling chrono v0.4.44
19142026-05-14T15:03:13.627Z Compiling serde_tokenstream v0.2.3
19152026-05-14T15:03:13.691Z Compiling sha2 v0.10.9
19162026-05-14T15:03:13.935Z Compiling icu_properties v2.1.2
19172026-05-14T15:03:13.999Z Compiling icu_normalizer v2.1.1
19182026-05-14T15:03:14.086Z Compiling tokio v1.52.1
19192026-05-14T15:03:14.218Z Compiling scroll_derive v0.13.1
19202026-05-14T15:03:14.997Z Compiling idna_adapter v1.2.1
19212026-05-14T15:03:15.013Z Compiling scroll_derive v0.12.1
19222026-05-14T15:03:15.166Z Compiling idna v1.1.0
19232026-05-14T15:03:15.176Z Compiling ppv-lite86 v0.2.21
19242026-05-14T15:03:15.423Z Compiling http v1.4.0
19252026-05-14T15:03:15.459Z Compiling untrusted v0.9.0
19262026-05-14T15:03:15.491Z Compiling flagset v0.4.7
19272026-05-14T15:03:15.533Z Compiling url v2.5.8
19282026-05-14T15:03:15.610Z Compiling der v0.7.10
19292026-05-14T15:03:15.641Z Compiling tracing v0.1.44
19302026-05-14T15:03:15.687Z Compiling darling_macro v0.21.3
19312026-05-14T15:03:15.837Z Compiling regex v1.12.3
19322026-05-14T15:03:15.957Z Compiling zerocopy-derive v0.7.35
19332026-05-14T15:03:16.069Z Compiling rand_core v0.9.5
19342026-05-14T15:03:16.258Z Compiling slog v2.8.2
19352026-05-14T15:03:16.745Z Compiling spki v0.7.3
19362026-05-14T15:03:16.762Z Compiling darling v0.21.3
19372026-05-14T15:03:16.765Z Compiling salsa20 v0.10.2
19382026-05-14T15:03:16.865Z Compiling pbkdf2 v0.12.2
19392026-05-14T15:03:17.282Z Compiling cookie v0.18.1
19402026-05-14T15:03:17.355Z Compiling camino v1.2.2
19412026-05-14T15:03:17.672Z Compiling scrypt v0.11.0
19422026-05-14T15:03:17.690Z Compiling http-body v1.0.1
19432026-05-14T15:03:17.706Z Compiling rand_chacha v0.9.0
19442026-05-14T15:03:17.863Z Compiling aes v0.8.4
19452026-05-14T15:03:17.904Z Compiling tokio-util v0.7.18
19462026-05-14T15:03:17.920Z Compiling cbc v0.1.2
19472026-05-14T15:03:18.039Z Compiling usdt-impl v0.5.0
19482026-05-14T15:03:18.055Z Compiling winnow v0.7.14
19492026-05-14T15:03:18.095Z Compiling either v1.15.0
19502026-05-14T15:03:18.134Z Compiling usdt-impl v0.6.0
19512026-05-14T15:03:18.160Z Compiling openssl-probe v0.2.1
19522026-05-14T15:03:18.222Z Compiling ref-cast v1.0.25
19532026-05-14T15:03:18.318Z Compiling tinyvec_macros v0.1.1
19542026-05-14T15:03:18.350Z Compiling untrusted v0.7.1
19552026-05-14T15:03:18.378Z Compiling paste v1.0.15
19562026-05-14T15:03:18.407Z Compiling atomic-waker v1.1.2
19572026-05-14T15:03:18.494Z Compiling unicode-segmentation v1.12.0
19582026-05-14T15:03:18.535Z Compiling tinyvec v1.10.0
19592026-05-14T15:03:18.564Z Compiling pkcs5 v0.7.1
19602026-05-14T15:03:18.888Z Compiling rand v0.9.2
19612026-05-14T15:03:19.066Z Compiling scroll v0.12.0
19622026-05-14T15:03:19.230Z Compiling scroll v0.13.0
19632026-05-14T15:03:19.260Z Compiling serde_spanned v0.6.9
19642026-05-14T15:03:19.362Z Compiling toml_datetime v0.6.11
19652026-05-14T15:03:19.366Z Compiling async-trait v0.1.89
19662026-05-14T15:03:19.416Z Compiling heapless v0.7.17
19672026-05-14T15:03:19.494Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-14T15:03:19.527Z Compiling zstd-safe v7.2.4
19692026-05-14T15:03:19.543Z Compiling try-lock v0.2.5
19702026-05-14T15:03:19.639Z Compiling signal-hook v0.3.18
19712026-05-14T15:03:19.697Z Compiling tower-service v0.3.3
19722026-05-14T15:03:19.712Z Compiling tower-layer v0.3.3
19732026-05-14T15:03:19.856Z Compiling fastrand v2.3.0
19742026-05-14T15:03:19.908Z Compiling want v0.3.1
19752026-05-14T15:03:19.966Z Compiling h2 v0.4.13
19762026-05-14T15:03:20.046Z Compiling goblin v0.10.5
19772026-05-14T15:03:20.109Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-14T15:03:20.167Z Compiling goblin v0.8.2
19792026-05-14T15:03:20.286Z Compiling pkcs8 v0.10.2
19802026-05-14T15:03:20.353Z Compiling heck v0.4.1
19812026-05-14T15:03:20.549Z Compiling zerocopy v0.7.35
19822026-05-14T15:03:20.582Z Compiling ipnet v2.11.0
19832026-05-14T15:03:20.697Z Compiling ref-cast-impl v1.0.25
19842026-05-14T15:03:20.868Z Compiling curve25519-dalek v4.1.3
19852026-05-14T15:03:21.068Z Compiling darling_core v0.20.11
19862026-05-14T15:03:21.128Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-14T15:03:21.169Z Compiling memoffset v0.9.1
19882026-05-14T15:03:21.243Z Compiling foreign-types-shared v0.1.1
19892026-05-14T15:03:21.398Z Compiling pin-utils v0.1.0
19902026-05-14T15:03:21.516Z Compiling httpdate v1.0.3
19912026-05-14T15:03:21.577Z Compiling litrs v1.0.0
19922026-05-14T15:03:21.707Z Compiling rustix v0.38.44
19932026-05-14T15:03:21.752Z Compiling winnow v0.5.40
19942026-05-14T15:03:21.929Z Compiling tempfile v3.25.0
19952026-05-14T15:03:22.044Z Compiling foreign-types v0.3.2
19962026-05-14T15:03:22.060Z Compiling document-features v0.2.12
19972026-05-14T15:03:22.559Z Compiling dof v0.3.0
19982026-05-14T15:03:22.597Z Compiling unicode-normalization v0.1.25
19992026-05-14T15:03:22.730Z Compiling dtrace-parser v0.2.0
20002026-05-14T15:03:22.886Z Compiling dof v0.4.0
20012026-05-14T15:03:22.945Z Compiling hyper v1.8.1
20022026-05-14T15:03:23.060Z Compiling darling_macro v0.20.11
20032026-05-14T15:03:23.079Z Compiling toml_edit v0.19.15
20042026-05-14T15:03:23.311Z Compiling dtrace-parser v0.3.0
20052026-05-14T15:03:23.344Z Compiling pin-project-internal v1.1.11
20062026-05-14T15:03:23.478Z Compiling daft-derive v0.1.5
20072026-05-14T15:03:23.550Z Compiling spin v0.9.8
20082026-05-14T15:03:23.580Z Compiling thread-id v5.1.0
20092026-05-14T15:03:23.637Z Compiling thread-id v4.2.2
20102026-05-14T15:03:23.684Z Compiling powerfmt v0.2.0
20112026-05-14T15:03:23.741Z Compiling cfg_aliases v0.2.1
20122026-05-14T15:03:23.824Z Compiling num-bigint-dig v0.8.6
20132026-05-14T15:03:23.840Z Compiling smoltcp v0.9.1
20142026-05-14T15:03:23.922Z Compiling deranged v0.5.8
20152026-05-14T15:03:23.926Z Compiling nix v0.31.2
20162026-05-14T15:03:24.055Z Compiling hyper-util v0.1.20
20172026-05-14T15:03:24.198Z Compiling darling v0.20.11
20182026-05-14T15:03:24.525Z Compiling rustls-native-certs v0.8.3
20192026-05-14T15:03:24.570Z Compiling ipnetwork v0.21.1
20202026-05-14T15:03:25.039Z Compiling strum_macros v0.26.4
20212026-05-14T15:03:25.161Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-14T15:03:25.277Z Compiling sync_wrapper v1.0.2
20232026-05-14T15:03:25.328Z Compiling wait-timeout v0.2.1
20242026-05-14T15:03:25.581Z Compiling bit-vec v0.8.0
20252026-05-14T15:03:25.776Z Compiling anstyle v1.0.13
20262026-05-14T15:03:25.793Z Compiling num_threads v0.1.7
20272026-05-14T15:03:25.829Z Compiling simd-adler32 v0.3.8
20282026-05-14T15:03:25.912Z Compiling siphasher v1.0.2
20292026-05-14T15:03:26.014Z Compiling quick-error v1.2.3
20302026-05-14T15:03:26.017Z Compiling utf8parse v0.2.2
20312026-05-14T15:03:26.099Z Compiling time v0.3.47
20322026-05-14T15:03:26.115Z Compiling rusty-fork v0.3.1
20332026-05-14T15:03:26.139Z Compiling anstyle-parse v0.2.7
20342026-05-14T15:03:26.156Z Compiling bit-set v0.8.0
20352026-05-14T15:03:26.336Z Compiling tower v0.5.3
20362026-05-14T15:03:26.574Z Compiling derive_builder_core v0.20.2
20372026-05-14T15:03:26.618Z Compiling snafu-derive v0.8.9
20382026-05-14T15:03:26.856Z Compiling http-body-util v0.1.3
20392026-05-14T15:03:27.158Z Compiling webpki-roots v1.0.6
20402026-05-14T15:03:27.204Z Compiling rand_xorshift v0.4.0
20412026-05-14T15:03:27.302Z Compiling signature v2.2.0
20422026-05-14T15:03:27.318Z Compiling hubpack_derive v0.1.1
20432026-05-14T15:03:27.360Z Compiling strum_macros v0.27.2
20442026-05-14T15:03:27.527Z Compiling fs-err v3.3.0
20452026-05-14T15:03:27.565Z Compiling ahash v0.8.12
20462026-05-14T15:03:27.624Z Compiling allocator-api2 v0.2.21
20472026-05-14T15:03:27.760Z Compiling ryu v1.0.23
20482026-05-14T15:03:27.777Z Compiling adler2 v2.0.1
20492026-05-14T15:03:27.823Z Compiling unicode-properties v0.1.4
20502026-05-14T15:03:27.876Z Compiling unarray v0.1.4
20512026-05-14T15:03:27.897Z Compiling iri-string v0.7.10
20522026-05-14T15:03:27.927Z Compiling is_terminal_polyfill v1.70.2
20532026-05-14T15:03:27.984Z Compiling object v0.37.3
20542026-05-14T15:03:27.987Z Compiling unicode-bidi v0.3.18
20552026-05-14T15:03:28.036Z Compiling anstyle-query v1.1.5
20562026-05-14T15:03:28.069Z Compiling colorchoice v1.0.4
20572026-05-14T15:03:28.172Z Compiling anstream v0.6.21
20582026-05-14T15:03:28.231Z Compiling proptest v1.10.0
20592026-05-14T15:03:28.247Z Compiling serde_urlencoded v0.7.1
20602026-05-14T15:03:28.313Z Compiling miniz_oxide v0.8.9
20612026-05-14T15:03:28.486Z Compiling stringprep v0.1.5
20622026-05-14T15:03:28.645Z Compiling derive_builder_macro v0.20.2
20632026-05-14T15:03:28.842Z Compiling tokio-native-tls v0.3.1
20642026-05-14T15:03:28.867Z Compiling usdt-attr-macro v0.6.0
20652026-05-14T15:03:28.882Z Compiling usdt-macro v0.6.0
20662026-05-14T15:03:29.026Z Compiling tower-http v0.6.8
20672026-05-14T15:03:29.338Z Compiling rand_chacha v0.3.1
20682026-05-14T15:03:29.378Z Compiling erased-serde v0.3.31
20692026-05-14T15:03:29.471Z Compiling md-5 v0.10.6
20702026-05-14T15:03:29.529Z Compiling bstr v1.12.1
20712026-05-14T15:03:29.635Z Compiling num-integer v0.1.46
20722026-05-14T15:03:29.651Z Compiling hash32 v0.2.1
20732026-05-14T15:03:29.699Z Compiling vergen-lib v0.1.6
20742026-05-14T15:03:29.716Z Compiling ff v0.13.1
20752026-05-14T15:03:29.801Z Compiling zlib-rs v0.6.2
20762026-05-14T15:03:29.888Z Compiling psl-types v2.0.11
20772026-05-14T15:03:29.910Z Compiling fallible-iterator v0.2.0
20782026-05-14T15:03:29.945Z Compiling base16ct v0.2.0
20792026-05-14T15:03:30.017Z Compiling publicsuffix v2.3.0
20802026-05-14T15:03:30.051Z Compiling num-iter v0.1.45
20812026-05-14T15:03:30.073Z Compiling sec1 v0.7.3
20822026-05-14T15:03:30.108Z Compiling group v0.13.0
20832026-05-14T15:03:30.214Z Compiling postgres-protocol v0.6.10
20842026-05-14T15:03:30.245Z Compiling rand v0.8.6
20852026-05-14T15:03:30.301Z Compiling newtype-uuid v1.3.2
20862026-05-14T15:03:30.612Z Compiling oxnet v0.1.4
20872026-05-14T15:03:30.832Z Compiling derive_builder v0.20.2
20882026-05-14T15:03:30.868Z Compiling hyper-tls v0.6.0
20892026-05-14T15:03:31.001Z Compiling phf_shared v0.13.1
20902026-05-14T15:03:31.005Z Compiling pin-project v1.1.11
20912026-05-14T15:03:31.071Z Compiling lazy_static v1.5.0
20922026-05-14T15:03:31.188Z Compiling terminal_size v0.4.3
20932026-05-14T15:03:31.258Z Compiling serde_with_macros v3.17.0
20942026-05-14T15:03:31.263Z Compiling futures-executor v0.3.32
20952026-05-14T15:03:31.341Z Compiling hex v0.4.3
20962026-05-14T15:03:31.465Z Compiling cargo-platform v0.1.9
20972026-05-14T15:03:31.525Z Compiling hkdf v0.12.4
20982026-05-14T15:03:31.662Z Compiling crypto-bigint v0.5.5
20992026-05-14T15:03:31.679Z Compiling enum-as-inner v0.6.1
21002026-05-14T15:03:31.683Z Compiling clap_derive v4.5.55
21012026-05-14T15:03:31.709Z Compiling async-recursion v1.1.1
21022026-05-14T15:03:31.727Z Compiling serde_repr v0.1.20
21032026-05-14T15:03:31.868Z Compiling flate2 v1.1.9
21042026-05-14T15:03:32.108Z Compiling vergen v9.0.6
21052026-05-14T15:03:32.233Z Compiling encoding_rs v0.8.35
21062026-05-14T15:03:32.293Z Compiling libbz2-rs-sys v0.2.2
21072026-05-14T15:03:32.334Z Compiling bumpalo v3.20.2
21082026-05-14T15:03:32.358Z Compiling managed v0.8.0
21092026-05-14T15:03:32.376Z Compiling bitflags v1.3.2
21102026-05-14T15:03:32.467Z Compiling same-file v1.0.6
21112026-05-14T15:03:32.546Z Compiling clap_lex v1.0.0
21122026-05-14T15:03:32.599Z Compiling foldhash v0.2.0
21132026-05-14T15:03:32.632Z Compiling foldhash v0.1.5
21142026-05-14T15:03:32.648Z Compiling mime v0.3.17
21152026-05-14T15:03:32.753Z Compiling clap_builder v4.5.60
21162026-05-14T15:03:32.774Z Compiling hashbrown v0.15.5
21172026-05-14T15:03:32.848Z Compiling hashbrown v0.16.1
21182026-05-14T15:03:32.873Z Compiling bzip2 v0.6.1
21192026-05-14T15:03:32.897Z Compiling walkdir v2.5.0
21202026-05-14T15:03:33.090Z Compiling elliptic-curve v0.13.8
21212026-05-14T15:03:33.191Z Compiling zopfli v0.8.3
21222026-05-14T15:03:33.482Z Compiling zstd v0.13.3
21232026-05-14T15:03:33.500Z Compiling cargo_metadata v0.19.2
21242026-05-14T15:03:33.525Z Compiling futures v0.3.32
21252026-05-14T15:03:33.762Z Compiling phf v0.13.1
21262026-05-14T15:03:33.779Z Compiling snafu v0.8.9
21272026-05-14T15:03:33.965Z Compiling signal-hook-mio v0.2.5
21282026-05-14T15:03:34.129Z Compiling daft v0.1.5
21292026-05-14T15:03:34.182Z Compiling cookie_store v0.22.1
21302026-05-14T15:03:34.244Z Compiling postgres-types v0.2.12
21312026-05-14T15:03:34.288Z Compiling bzip2 v0.4.4
21322026-05-14T15:03:34.430Z Compiling globset v0.4.18
21332026-05-14T15:03:34.513Z Compiling strum v0.27.2
21342026-05-14T15:03:34.725Z Compiling hubpack v0.1.2
21352026-05-14T15:03:34.786Z Compiling ed25519 v2.2.3
21362026-05-14T15:03:34.804Z Compiling phf_shared v0.11.3
21372026-05-14T15:03:34.901Z Compiling crossbeam-epoch v0.9.18
21382026-05-14T15:03:34.987Z Compiling olpc-cjson v0.1.4
21392026-05-14T15:03:35.010Z Compiling pkcs1 v0.7.5
21402026-05-14T15:03:35.048Z Compiling pem v3.0.6
21412026-05-14T15:03:35.172Z Compiling serde_plain v1.0.2
21422026-05-14T15:03:35.209Z Compiling serde-big-array v0.5.1
21432026-05-14T15:03:35.229Z Compiling rfc6979 v0.4.0
21442026-05-14T15:03:35.359Z Compiling float-cmp v0.10.0
21452026-05-14T15:03:35.382Z Compiling memmap2 v0.9.10
21462026-05-14T15:03:35.386Z Compiling env_filter v1.0.0
21472026-05-14T15:03:35.419Z Compiling data-encoding v2.10.0
21482026-05-14T15:03:35.432Z Compiling precomputed-hash v0.1.1
21492026-05-14T15:03:35.435Z Compiling keccak v0.1.6
21502026-05-14T15:03:35.532Z Compiling whoami v2.1.0
21512026-05-14T15:03:35.583Z Compiling jiff v0.2.21
21522026-05-14T15:03:35.615Z Compiling new_debug_unreachable v1.0.6
21532026-05-14T15:03:35.648Z Compiling predicates-core v1.0.10
21542026-05-14T15:03:35.667Z Compiling typed-path v0.9.3
21552026-05-14T15:03:35.683Z Compiling fixedbitset v0.5.7
21562026-05-14T15:03:35.702Z Compiling normalize-line-endings v0.3.0
21572026-05-14T15:03:35.814Z Compiling static_assertions v1.1.0
21582026-05-14T15:03:35.833Z Compiling toml_write v0.1.2
21592026-05-14T15:03:35.876Z Compiling difflib v0.4.0
21602026-05-14T15:03:35.977Z Compiling fixedbitset v0.4.2
21612026-05-14T15:03:36.006Z Compiling rustc-hash v2.1.1
21622026-05-14T15:03:36.057Z Compiling toml_edit v0.22.27
21632026-05-14T15:03:36.145Z Compiling petgraph v0.6.5
21642026-05-14T15:03:36.200Z Compiling predicates v3.1.4
21652026-05-14T15:03:36.223Z Compiling iddqd v0.3.18
21662026-05-14T15:03:36.341Z Compiling petgraph v0.8.3
21672026-05-14T15:03:36.413Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21682026-05-14T15:03:36.780Z Compiling tokio-postgres v0.7.16
21692026-05-14T15:03:36.818Z Compiling hickory-proto v0.25.2
21702026-05-14T15:03:36.913Z Compiling string_cache v0.8.9
21712026-05-14T15:03:36.930Z Compiling sha3 v0.10.8
21722026-05-14T15:03:37.151Z Compiling env_logger v0.11.9
21732026-05-14T15:03:37.340Z Compiling usdt v0.6.0
21742026-05-14T15:03:37.590Z Compiling ecdsa v0.16.9
21752026-05-14T15:03:37.607Z Compiling rsa v0.9.10
21762026-05-14T15:03:38.005Z Compiling ed25519-dalek v2.2.0
21772026-05-14T15:03:38.251Z Compiling zip v4.6.1
21782026-05-14T15:03:38.544Z Compiling crossterm v0.28.1
21792026-05-14T15:03:38.659Z Compiling zip v0.6.6
21802026-05-14T15:03:38.983Z Compiling clap v4.5.60
21812026-05-14T15:03:39.207Z Compiling serde_with v3.17.0
21822026-05-14T15:03:39.227Z Compiling similar v2.7.0
21832026-05-14T15:03:39.255Z Compiling strum v0.26.3
21842026-05-14T15:03:39.286Z Compiling toml v0.7.8
21852026-05-14T15:03:39.383Z Compiling tokio-stream v0.1.18
21862026-05-14T15:03:39.425Z Compiling itertools v0.13.0
21872026-05-14T15:03:39.467Z Compiling buf-list v1.1.2
21882026-05-14T15:03:39.798Z Compiling x509-cert v0.2.5
21892026-05-14T15:03:39.862Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-14T15:03:39.988Z Compiling openapiv3 v2.2.0
21912026-05-14T15:03:40.180Z Compiling sha1 v0.10.6
21922026-05-14T15:03:40.645Z Compiling peg-runtime v0.8.5
21932026-05-14T15:03:40.674Z Compiling lalrpop-util v0.19.12
21942026-05-14T15:03:56.462Z Compiling rustls-webpki v0.103.9
21952026-05-14T15:03:56.840Z Compiling macaddr v1.0.1
21962026-05-14T15:03:57.047Z Compiling structmeta-derive v0.3.0
21972026-05-14T15:03:57.079Z Compiling crucible-workspace-hack v0.1.0
21982026-05-14T15:03:57.139Z Compiling rayon-core v1.13.0
21992026-05-14T15:03:57.171Z Compiling itertools v0.14.0
22002026-05-14T15:03:57.276Z Compiling secrecy v0.10.3
22012026-05-14T15:03:57.327Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-14T15:03:57.380Z Compiling heapless v0.8.0
22032026-05-14T15:03:57.475Z Compiling rustls v0.22.4
22042026-05-14T15:03:57.731Z Compiling crossbeam-deque v0.8.6
22052026-05-14T15:03:57.761Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-05-14T15:03:57.809Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-14T15:03:57.885Z Compiling rustls-webpki v0.102.8
22082026-05-14T15:03:57.927Z Compiling hash32 v0.3.1
22092026-05-14T15:03:57.980Z Compiling multer v3.1.0
22102026-05-14T15:03:58.042Z Compiling thread_local v1.1.9
22112026-05-14T15:03:58.065Z Compiling structmeta v0.3.0
22122026-05-14T15:03:58.116Z Compiling smoltcp v0.11.0
22132026-05-14T15:03:58.214Z Compiling slog-async v2.8.0
22142026-05-14T15:03:58.278Z Compiling unicode-width v0.2.0
22152026-05-14T15:03:58.295Z Compiling compression-core v0.4.31
22162026-05-14T15:03:58.406Z Compiling match_cfg v0.1.0
22172026-05-14T15:03:58.427Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-05-14T15:03:58.448Z Compiling compression-codecs v0.4.37
22192026-05-14T15:03:58.472Z Compiling ingot-macros v0.1.1
22202026-05-14T15:03:58.499Z Compiling hostname v0.3.1
22212026-05-14T15:03:58.503Z Compiling proc-macro-crate v3.4.0
22222026-05-14T15:03:58.593Z Compiling derive-ex v0.1.8
22232026-05-14T15:03:58.709Z Compiling slog-json v2.6.1
22242026-05-14T15:03:58.735Z Compiling crossbeam-channel v0.5.15
22252026-05-14T15:03:58.834Z Compiling half v2.7.1
22262026-05-14T15:03:58.985Z Compiling newtype-uuid-macros v0.1.0
22272026-05-14T15:03:58.985Z Compiling cobs v0.3.0
22282026-05-14T15:03:59.209Z Compiling thiserror-impl-no-std v2.0.2
22292026-05-14T15:03:59.224Z Compiling universal-hash v0.5.1
22302026-05-14T15:03:59.286Z Compiling async-stream-impl v0.3.6
22312026-05-14T15:03:59.387Z Compiling toml_datetime v1.0.0+spec-1.1.0
22322026-05-14T15:03:59.451Z Compiling serde_spanned v1.0.4
22332026-05-14T15:03:59.645Z Compiling is-terminal v0.4.17
22342026-05-14T15:03:59.734Z Compiling proc-macro-error-attr v1.0.4
22352026-05-14T15:03:59.754Z Compiling dropshot v0.17.0
22362026-05-14T15:03:59.769Z Compiling take_mut v0.2.2
22372026-05-14T15:03:59.859Z Compiling convert_case v0.4.0
22382026-05-14T15:03:59.897Z Compiling opaque-debug v0.3.1
22392026-05-14T15:03:59.925Z Compiling ciborium-io v0.2.2
22402026-05-14T15:03:59.973Z Compiling term v1.2.1
22412026-05-14T15:03:59.980Z Compiling toml_writer v1.0.6+spec-1.1.0
22422026-05-14T15:03:59.992Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-05-14T15:04:00.025Z Compiling tokio-rustls v0.26.4
22442026-05-14T15:04:00.147Z Compiling rustls-platform-verifier v0.6.2
22452026-05-14T15:04:00.183Z Compiling derive_more v0.99.20
22462026-05-14T15:04:00.241Z Compiling toml v1.0.6+spec-1.1.0
22472026-05-14T15:04:00.273Z Compiling hyper-rustls v0.27.7
22482026-05-14T15:04:00.287Z Compiling test-strategy v0.4.5
22492026-05-14T15:04:00.291Z Compiling thiserror-no-std v2.0.2
22502026-05-14T15:04:00.324Z Compiling slog-term v2.9.2
22512026-05-14T15:04:00.368Z Compiling ciborium-ll v0.2.2
22522026-05-14T15:04:00.535Z Compiling reqwest v0.12.28
22532026-05-14T15:04:00.617Z Compiling reqwest v0.13.2
22542026-05-14T15:04:00.639Z Compiling poly1305 v0.8.0
22552026-05-14T15:04:00.662Z Compiling async-stream v0.3.6
22562026-05-14T15:04:00.877Z Compiling tokio-rustls v0.25.0
22572026-05-14T15:04:01.178Z Compiling ingot-types v0.1.2
22582026-05-14T15:04:01.291Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-14T15:04:01.568Z Compiling postcard v1.1.3
22602026-05-14T15:04:01.612Z Compiling ingot v0.1.1
22612026-05-14T15:04:01.656Z Compiling num_enum_derive v0.7.5
22622026-05-14T15:04:01.710Z Compiling slog-bunyan v2.5.0
22632026-05-14T15:04:01.911Z Compiling async-compression v0.4.41
22642026-05-14T15:04:01.977Z Compiling parse-display-derive v0.10.0
22652026-05-14T15:04:02.384Z Compiling tough v0.22.0
22662026-05-14T15:04:02.401Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22672026-05-14T15:04:02.425Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-14T15:04:02.604Z Compiling proc-macro-crate v1.3.1
22692026-05-14T15:04:02.682Z Compiling backon v1.6.0
22702026-05-14T15:04:02.955Z Compiling waitgroup v0.1.2
22712026-05-14T15:04:02.973Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-14T15:04:02.988Z Compiling password-hash v0.5.0
22732026-05-14T15:04:03.178Z Compiling chacha20 v0.9.1
22742026-05-14T15:04:03.221Z Compiling dropshot_endpoint v0.17.0
22752026-05-14T15:04:03.477Z Compiling rustls-pemfile v2.2.0
22762026-05-14T15:04:03.547Z Compiling blake2 v0.10.6
22772026-05-14T15:04:03.819Z Compiling aead v0.5.2
22782026-05-14T15:04:03.895Z Compiling foreign-types-macros v0.2.3
22792026-05-14T15:04:03.910Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-14T15:04:03.955Z Compiling serde_path_to_error v0.1.20
22812026-05-14T15:04:03.990Z Compiling hostname v0.4.2
22822026-05-14T15:04:04.056Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-14T15:04:04.066Z Compiling proc-macro-error v1.0.4
22842026-05-14T15:04:04.106Z Compiling instant v0.1.13
22852026-05-14T15:04:04.124Z Compiling typeid v1.0.3
22862026-05-14T15:04:04.180Z Compiling debug-ignore v1.0.5
22872026-05-14T15:04:04.204Z Compiling cpufeatures v0.3.0
22882026-05-14T15:04:04.253Z Compiling foreign-types-shared v0.3.1
22892026-05-14T15:04:04.320Z Compiling chacha20 v0.10.0
22902026-05-14T15:04:04.335Z Compiling backoff v0.4.0
22912026-05-14T15:04:04.344Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-14T15:04:04.374Z Compiling chacha20poly1305 v0.10.1
22932026-05-14T15:04:04.393Z Compiling argon2 v0.5.3
22942026-05-14T15:04:04.445Z Compiling parse-display v0.10.0
22952026-05-14T15:04:04.487Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22962026-05-14T15:04:04.492Z Compiling num_enum_derive v0.5.11
22972026-05-14T15:04:04.492Z Compiling num_enum v0.7.5
22982026-05-14T15:04:04.543Z Compiling foreign-types v0.5.0
22992026-05-14T15:04:04.553Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-05-14T15:04:04.581Z Compiling ciborium v0.2.2
23012026-05-14T15:04:04.659Z Compiling vsss-rs v3.3.4
23022026-05-14T15:04:04.819Z Compiling tabwriter v1.4.1
23032026-05-14T15:04:04.935Z Compiling regress v0.10.5
23042026-05-14T15:04:05.216Z Compiling byte-wrapper v0.1.0
23052026-05-14T15:04:05.348Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23062026-05-14T15:04:05.426Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-05-14T15:04:05.448Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-05-14T15:04:05.463Z Compiling cstr-argument v0.1.2
23092026-05-14T15:04:05.536Z Compiling erased-serde v0.4.9
23102026-05-14T15:04:05.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23112026-05-14T15:04:05.893Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-05-14T15:04:05.930Z Compiling num_enum v0.5.11
23132026-05-14T15:04:05.933Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-05-14T15:04:06.043Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-05-14T15:04:06.081Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-05-14T15:04:06.100Z Compiling rand v0.10.0
23172026-05-14T15:04:06.149Z Compiling rayon v1.11.0
23182026-05-14T15:04:06.191Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23192026-05-14T15:04:06.256Z Compiling libefi-sys v0.1.0
23202026-05-14T15:04:06.341Z Compiling indent_write v2.2.0
23212026-05-14T15:04:06.356Z Compiling colored v3.1.1
23222026-05-14T15:04:06.376Z Compiling zone_cfg_derive v0.3.1
23232026-05-14T15:04:06.402Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242026-05-14T15:04:06.476Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-14T15:04:06.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-14T15:04:06.594Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-14T15:04:06.616Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-14T15:04:06.825Z Compiling camino-tempfile v1.4.1
23292026-05-14T15:04:06.873Z Compiling itertools v0.12.1
23302026-05-14T15:04:06.934Z Compiling usdt-macro v0.5.0
23312026-05-14T15:04:07.009Z Compiling usdt-attr-macro v0.5.0
23322026-05-14T15:04:07.090Z Compiling bitfield-struct v0.6.2
23332026-05-14T15:04:07.149Z Compiling num-derive v0.4.2
23342026-05-14T15:04:07.187Z Compiling blake3 v1.8.3
23352026-05-14T15:04:07.249Z Compiling ordered-float v2.10.1
23362026-05-14T15:04:07.558Z Compiling memmap v0.7.0
23372026-05-14T15:04:07.573Z Compiling sigpipe v0.1.3
23382026-05-14T15:04:07.655Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23392026-05-14T15:04:07.691Z Compiling glob v0.3.3
23402026-05-14T15:04:07.730Z Compiling swrite v0.1.0
23412026-05-14T15:04:07.786Z Compiling usdt v0.5.0
23422026-05-14T15:04:07.816Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-05-14T15:04:07.862Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-14T15:04:08.069Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23452026-05-14T15:04:08.146Z Compiling serde-value v0.7.0
23462026-05-14T15:04:08.325Z Compiling zone v0.3.1
23472026-05-14T15:04:08.348Z Compiling serde-untagged v0.1.9
23482026-05-14T15:04:08.428Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-14T15:04:08.631Z Compiling toml v0.8.23
23502026-05-14T15:04:08.673Z Compiling smf v0.2.3
23512026-05-14T15:04:08.736Z Compiling filetime v0.2.27
23522026-05-14T15:04:08.750Z Compiling unicode-xid v0.2.6
23532026-05-14T15:04:08.756Z Compiling constant_time_eq v0.4.2
23542026-05-14T15:04:08.783Z Compiling whoami v1.6.1
23552026-05-14T15:04:08.875Z Compiling arrayvec v0.7.6
23562026-05-14T15:04:08.915Z Compiling arrayref v0.3.9
23572026-05-14T15:04:08.947Z Compiling xattr v1.6.1
23582026-05-14T15:04:08.977Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-14T15:04:09.010Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23602026-05-14T15:04:09.030Z Compiling tokio-dtrace v0.1.1
23612026-05-14T15:04:09.088Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-14T15:04:09.190Z Compiling cargo-util-schemas v0.8.2
23632026-05-14T15:04:09.267Z Compiling tar v0.4.45
23642026-05-14T15:04:09.286Z Compiling console v0.16.2
23652026-05-14T15:04:09.380Z Compiling gethostname v0.5.0
23662026-05-14T15:04:09.546Z Compiling cargo-platform v0.2.0
23672026-05-14T15:04:09.672Z Compiling topological-sort v0.2.2
23682026-05-14T15:04:09.791Z Compiling unit-prefix v0.5.2
23692026-05-14T15:04:09.868Z Compiling oxide-tokio-rt v0.1.4
23702026-05-14T15:04:09.898Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23712026-05-14T15:04:09.957Z Compiling indicatif v0.18.4
23722026-05-14T15:04:09.987Z Compiling shell-words v1.1.1
23732026-05-14T15:04:10.463Z Compiling cargo_metadata v0.21.0
23742026-05-14T15:04:19.679Z Compiling progenitor-client v0.14.0
23752026-05-14T15:04:19.717Z Compiling progenitor-client v0.10.0
23762026-05-14T15:04:19.721Z Compiling omicron-zone-package v0.12.2
23772026-05-14T15:04:20.168Z Compiling progenitor-extras v0.2.0
23782026-05-14T15:04:22.407Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-14T15:04:22.407Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-14T15:04:22.421Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-14T15:04:22.462Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23822026-05-14T15:04:22.475Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23832026-05-14T15:04:22.581Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-05-14T15:04:22.665Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-14T15:04:22.736Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-05-14T15:04:22.808Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-14T15:04:26.779Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-14T15:04:34.291Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-14T15:04:37.417Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-14T15:04:38.412Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-14T15:04:47.799Z Finished `release` profile [optimized] target(s) in 1m 44s
23922026-05-14T15:04:47.955Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-14T15:04:48.017ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-14T15:04:48.022ZCreated new build target 'test' and set it as active
23952026-05-14T15:04:48.022Z
23962026-05-14T15:04:48.026Zreal 1:44.247271971
23972026-05-14T15:04:48.026Zuser 17:04.047141132
23982026-05-14T15:04:48.027Zsys 2:41.212979154
23992026-05-14T15:04:48.027Ztrap 0.459094111
24002026-05-14T15:04:48.027Ztflt 2.724335789
24012026-05-14T15:04:48.027Zdflt 4.313068102
24022026-05-14T15:04:48.027Zkflt 0.000462180
24032026-05-14T15:04:48.027Zlock 53:01.598714245
24042026-05-14T15:04:48.027Zslp 43:26.892430871
24052026-05-14T15:04:48.027Zlat 42.744559088
24062026-05-14T15:04:48.027Zstop 5:40.661874303
24072026-05-14T15:04:48.027Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-14T15:04:48.912Z Finished `release` profile [optimized] target(s) in 0.88s
24092026-05-14T15:04:48.991Z Running `target/release/omicron-package -t test package`
24102026-05-14T15:04:49.051ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-14T15:04:50.496Z Compiling heck v0.5.0
24122026-05-14T15:04:50.496Z Compiling regress v0.11.1
24132026-05-14T15:04:50.496Z Compiling unsafe-libyaml v0.2.11
24142026-05-14T15:04:50.751Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-14T15:04:50.773Z Compiling regress v0.10.5
24162026-05-14T15:04:50.803Z Compiling unicode-width v0.1.14
24172026-05-14T15:04:50.825Z Compiling is-terminal v0.4.17
24182026-05-14T15:04:50.848Z Compiling prettyplease v0.2.37
24192026-05-14T15:04:50.851Z Compiling bytecount v0.6.9
24202026-05-14T15:04:50.851Z Compiling rustls v0.22.4
24212026-05-14T15:04:50.851Z Compiling rustls-webpki v0.102.8
24222026-05-14T15:04:50.851Z Compiling derive-where v1.6.0
24232026-05-14T15:04:50.851Z Compiling thread_local v1.1.9
24242026-05-14T15:04:50.851Z Compiling compression-core v0.4.31
24252026-05-14T15:04:50.891Z Compiling match_cfg v0.1.0
24262026-05-14T15:04:51.023Z Compiling multer v3.1.0
24272026-05-14T15:04:51.023Z Compiling slog-async v2.8.0
24282026-05-14T15:04:51.068Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-05-14T15:04:51.090Z Compiling hostname v0.3.1
24302026-05-14T15:04:51.110Z Compiling compression-codecs v0.4.37
24312026-05-14T15:04:51.114Z Compiling crossbeam-channel v0.5.15
24322026-05-14T15:04:51.156Z Compiling slog-json v2.6.1
24332026-05-14T15:04:51.160Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-14T15:04:51.160Z Compiling serde_spanned v1.0.4
24352026-05-14T15:04:51.236Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-14T15:04:51.258Z Compiling take_mut v0.2.2
24372026-05-14T15:04:51.286Z Compiling toml_writer v1.0.6+spec-1.1.0
24382026-05-14T15:04:51.386Z Compiling term v1.2.1
24392026-05-14T15:04:51.408Z Compiling slog-bunyan v2.5.0
24402026-05-14T15:04:51.411Z Compiling async-compression v0.4.41
24412026-05-14T15:04:51.507Z Compiling toml v1.0.6+spec-1.1.0
24422026-05-14T15:04:51.569Z Compiling async-stream v0.3.6
24432026-05-14T15:04:51.591Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24442026-05-14T15:04:51.618Z Compiling dropshot v0.17.0
24452026-05-14T15:04:51.683Z Compiling slog-term v2.9.2
24462026-05-14T15:04:51.755Z Compiling num-rational v0.4.2
24472026-05-14T15:04:51.779Z Compiling progenitor-client v0.14.0
24482026-05-14T15:04:51.783Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-14T15:04:51.903Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-05-14T15:04:51.906Z Compiling waitgroup v0.1.2
24512026-05-14T15:04:51.964Z Compiling backon v1.6.0
24522026-05-14T15:04:51.990Z Compiling rustls-pemfile v2.2.0
24532026-05-14T15:04:52.067Z Compiling num-complex v0.4.6
24542026-05-14T15:04:52.108Z Compiling hostname v0.4.2
24552026-05-14T15:04:52.131Z Compiling serde_path_to_error v0.1.20
24562026-05-14T15:04:52.156Z Compiling instant v0.1.13
24572026-05-14T15:04:52.192Z Compiling debug-ignore v1.0.5
24582026-05-14T15:04:52.214Z Compiling progenitor-extras v0.2.0
24592026-05-14T15:04:52.217Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-14T15:04:52.270Z Compiling typify-impl v0.6.2
24612026-05-14T15:04:52.302Z Compiling backoff v0.4.0
24622026-05-14T15:04:52.326Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-14T15:04:52.532Z Compiling num v0.4.3
24642026-05-14T15:04:52.553Z Compiling parse-display v0.10.0
24652026-05-14T15:04:52.578Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-14T15:04:52.581Z Compiling progenitor-client v0.13.0
24672026-05-14T15:04:52.628Z Compiling progenitor-client v0.10.0
24682026-05-14T15:04:52.650Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-14T15:04:52.679Z Compiling macaddr v1.0.1
24702026-05-14T15:04:52.778Z Compiling float-ord v0.3.2
24712026-05-14T15:04:52.800Z Compiling console v0.15.11
24722026-05-14T15:04:52.922Z Compiling atomicwrites v0.4.4
24732026-05-14T15:04:52.944Z Compiling newline-converter v0.3.0
24742026-05-14T15:04:52.965Z Compiling slog-dtrace v0.3.0
24752026-05-14T15:04:53.137Z Compiling owo-colors v4.3.0
24762026-05-14T15:04:53.201Z Compiling tokio-rustls v0.25.0
24772026-05-14T15:04:53.270Z Compiling expectorate v1.2.0
24782026-05-14T15:04:53.289Z Compiling cancel-safe-futures v0.1.5
24792026-05-14T15:04:53.352Z Compiling libsw-core v0.3.2
24802026-05-14T15:04:53.396Z Compiling resolv-conf v0.7.6
24812026-05-14T15:04:53.484Z Compiling toml v0.8.23
24822026-05-14T15:04:53.530Z Compiling libsw v3.5.0
24832026-05-14T15:04:53.575Z Compiling linear-map v1.2.0
24842026-05-14T15:04:53.764Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-14T15:04:53.884Z Compiling linked-hash-map v0.5.6
24862026-05-14T15:04:53.914Z Compiling minimal-lexical v0.2.1
24872026-05-14T15:04:54.074Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-14T15:04:54.078Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24892026-05-14T15:04:54.122Z Compiling unicode-xid v0.2.6
24902026-05-14T15:04:54.154Z Compiling nom v7.1.3
24912026-05-14T15:04:54.177Z Compiling lru-cache v0.1.2
24922026-05-14T15:04:54.216Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-14T15:04:54.279Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24942026-05-14T15:04:54.283Z Compiling hickory-proto v0.24.4
24952026-05-14T15:04:54.303Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-14T15:04:54.354Z Compiling convert_case v0.10.0
24972026-05-14T15:04:54.562Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-14T15:04:54.654Z Compiling derive_more-impl v2.1.1
24992026-05-14T15:04:55.202Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-14T15:04:55.430Z Compiling derive_more v2.1.1
25012026-05-14T15:04:55.521Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-14T15:04:55.544Z Compiling papergrid v0.11.0
25032026-05-14T15:04:55.622Z Compiling tabled_derive v0.7.0
25042026-05-14T15:04:55.689Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-14T15:04:55.826Z Compiling typify-macro v0.6.2
25062026-05-14T15:04:55.942Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-14T15:04:56.190Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-14T15:04:56.431Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-14T15:04:56.554Z Compiling termtree v0.5.1
25102026-05-14T15:04:56.757Z Compiling tabled v0.15.0
25112026-05-14T15:04:57.080Z Compiling hickory-resolver v0.24.4
25122026-05-14T15:04:57.105Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-14T15:04:57.433Z Compiling typify v0.6.2
25142026-05-14T15:04:57.566Z Compiling progenitor-impl v0.14.0
25152026-05-14T15:04:58.167Z Compiling progenitor-impl v0.13.0
25162026-05-14T15:04:59.769Z Compiling progenitor-macro v0.14.0
25172026-05-14T15:05:00.084Z Compiling qorb v0.4.1
25182026-05-14T15:05:00.372Z Compiling progenitor-macro v0.13.0
25192026-05-14T15:05:01.506Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-14T15:05:01.961Z Compiling crossterm v0.29.0
25212026-05-14T15:05:02.618Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-14T15:05:02.682Z Compiling phf_shared v0.12.1
25232026-05-14T15:05:02.941Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-14T15:05:03.139Z Compiling vte v0.14.1
25252026-05-14T15:05:03.408Z Compiling csv-core v0.1.13
25262026-05-14T15:05:03.480Z Compiling chrono-tz v0.10.4
25272026-05-14T15:05:03.614Z Compiling highway v1.3.0
25282026-05-14T15:05:03.752Z Compiling csv v1.4.0
25292026-05-14T15:05:03.854Z Compiling strip-ansi-escapes v0.2.1
25302026-05-14T15:05:03.888Z Compiling progenitor v0.14.0
25312026-05-14T15:05:04.100Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-14T15:05:04.395Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-05-14T15:05:04.418Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-05-14T15:05:04.453Z Compiling phf v0.12.1
25352026-05-14T15:05:04.556Z Compiling progenitor v0.13.0
25362026-05-14T15:05:04.660Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-14T15:05:04.718Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-14T15:05:04.746Z Compiling const_format_proc_macros v0.2.34
25392026-05-14T15:05:04.769Z Compiling fd-lock v4.0.4
25402026-05-14T15:05:04.891Z Compiling peg-macros v0.8.5
25412026-05-14T15:05:04.941Z Compiling nu-ansi-term v0.50.3
25422026-05-14T15:05:05.405Z Compiling reedline v0.40.0
25432026-05-14T15:05:05.518Z Compiling const_format v0.2.35
25442026-05-14T15:05:06.025Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-05-14T15:05:06.161Z Compiling peg v0.8.5
25462026-05-14T15:05:06.268Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-14T15:05:07.253Z Compiling bcs v0.1.6
25482026-05-14T15:05:07.310Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-05-14T15:05:07.607Z Compiling semver v0.1.20
25502026-05-14T15:05:07.691Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25512026-05-14T15:05:07.926Z Compiling rustc_version v0.1.7
25522026-05-14T15:05:07.960Z Compiling smawk v0.3.2
25532026-05-14T15:05:08.156Z Compiling humantime v2.3.0
25542026-05-14T15:05:08.178Z Compiling newtype_derive v0.1.6
25552026-05-14T15:05:08.411Z Compiling unicode-linebreak v0.1.5
25562026-05-14T15:05:08.647Z Compiling textwrap v0.16.2
25572026-05-14T15:05:08.694Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25582026-05-14T15:05:08.843Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-14T15:05:08.890Z Compiling dropshot-api-manager-types v0.7.1
25602026-05-14T15:05:09.387Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-05-14T15:05:09.548Z Compiling base64 v0.21.7
25622026-05-14T15:05:10.095Z Compiling steno v0.4.1
25632026-05-14T15:05:10.309Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-14T15:05:10.491Z Compiling tagptr v0.2.0
25652026-05-14T15:05:10.521Z Compiling utf-8 v0.7.6
25662026-05-14T15:05:10.571Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-05-14T15:05:10.620Z Compiling radium v0.7.0
25682026-05-14T15:05:10.695Z Compiling moka v0.12.13
25692026-05-14T15:05:10.750Z Compiling tungstenite v0.21.0
25702026-05-14T15:05:10.777Z Compiling tap v1.0.1
25712026-05-14T15:05:10.797Z Compiling maybe-uninit v2.0.0
25722026-05-14T15:05:10.957Z Compiling wyz v0.5.1
25732026-05-14T15:05:11.174Z Compiling zerocopy-derive v0.6.6
25742026-05-14T15:05:11.206Z Compiling funty v2.0.0
25752026-05-14T15:05:11.250Z Compiling crc-catalog v2.4.0
25762026-05-14T15:05:11.381Z Compiling tokio-tungstenite v0.21.0
25772026-05-14T15:05:11.764Z Compiling hickory-resolver v0.25.2
25782026-05-14T15:05:11.925Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25792026-05-14T15:05:11.960Z Compiling display-error-chain v0.2.2
25802026-05-14T15:05:12.142Z Compiling packed_struct v0.10.1
25812026-05-14T15:05:12.186Z Compiling zerocopy v0.6.6
25822026-05-14T15:05:12.453Z Compiling bitvec v1.0.1
25832026-05-14T15:05:12.577Z Compiling crc v3.4.0
25842026-05-14T15:05:12.805Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-14T15:05:12.853Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-14T15:05:12.894Z Compiling packed_struct_codegen v0.10.1
25872026-05-14T15:05:12.958Z Compiling num-derive v0.3.3
25882026-05-14T15:05:13.760Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-14T15:05:13.885Z Compiling bitfield-macros v0.19.4
25902026-05-14T15:05:13.933Z Compiling proc-macro-error-attr2 v2.0.0
25912026-05-14T15:05:14.314Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-05-14T15:05:14.363Z Compiling indexmap v1.9.3
25932026-05-14T15:05:14.605Z Compiling nodrop v0.1.14
25942026-05-14T15:05:14.627Z Compiling bitfield v0.19.4
25952026-05-14T15:05:14.742Z Compiling array-init v0.0.4
25962026-05-14T15:05:14.993Z Compiling proc-macro-error2 v2.0.1
25972026-05-14T15:05:15.172Z Compiling libscf-sys v1.1.0
25982026-05-14T15:05:15.313Z Compiling smallvec v0.6.14
25992026-05-14T15:05:15.349Z Compiling typify-impl v0.4.3
26002026-05-14T15:05:15.594Z Compiling hashbrown v0.12.3
26012026-05-14T15:05:15.661Z Compiling serde-hex v0.1.0
26022026-05-14T15:05:16.699Z Compiling tabled_derive v0.11.0
26032026-05-14T15:05:16.703Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-05-14T15:05:16.703Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26052026-05-14T15:05:16.703Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26062026-05-14T15:05:16.742Z Compiling ron v0.8.1
26072026-05-14T15:05:16.775Z Compiling papergrid v0.17.0
26082026-05-14T15:05:16.963Z Compiling testing_table v0.3.0
26092026-05-14T15:05:17.403Z Compiling hashbrown v0.13.2
26102026-05-14T15:05:17.812Z Compiling vergen-gitcl v1.0.8
26112026-05-14T15:05:17.864Z Compiling dirs-sys-next v0.1.2
26122026-05-14T15:05:18.038Z Compiling maplit v1.0.2
26132026-05-14T15:05:18.062Z Compiling crunchy v0.2.4
26142026-05-14T15:05:18.135Z Compiling crc-any v2.5.0
26152026-05-14T15:05:18.162Z Compiling glob v0.3.3
26162026-05-14T15:05:18.299Z Compiling diesel_derives v2.3.7
26172026-05-14T15:05:18.414Z Compiling dirs-next v2.0.0
26182026-05-14T15:05:18.559Z Compiling clang-sys v1.8.1
26192026-05-14T15:05:18.586Z Compiling object v0.30.4
26202026-05-14T15:05:18.589Z Compiling tabled v0.20.0
26212026-05-14T15:05:18.633Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-05-14T15:05:18.733Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-14T15:05:18.811Z Compiling typify-macro v0.4.3
26242026-05-14T15:05:18.940Z Compiling dsl_auto_type v0.2.0
26252026-05-14T15:05:19.168Z Compiling scheduled-thread-pool v0.2.7
26262026-05-14T15:05:19.255Z Compiling diesel_table_macro_syntax v0.3.0
26272026-05-14T15:05:19.354Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-14T15:05:19.506Z Compiling tiny-keccak v2.0.2
26292026-05-14T15:05:19.529Z Compiling xshell-macros v0.2.7
26302026-05-14T15:05:19.594Z Compiling path-slash v0.1.5
26312026-05-14T15:05:19.771Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-14T15:05:19.862Z Compiling r2d2 v0.8.10
26332026-05-14T15:05:19.935Z Compiling xshell v0.2.7
26342026-05-14T15:05:20.202Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26352026-05-14T15:05:20.206Z Compiling term v0.7.0
26362026-05-14T15:05:20.481Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-14T15:05:20.752Z Compiling bit-vec v0.6.3
26382026-05-14T15:05:20.774Z Compiling downcast-rs v2.0.2
26392026-05-14T15:05:20.830Z Compiling ascii-canvas v3.0.0
26402026-05-14T15:05:20.963Z Compiling bit-set v0.5.3
26412026-05-14T15:05:21.098Z Compiling itertools v0.10.5
26422026-05-14T15:05:21.161Z Compiling ena v0.14.4
26432026-05-14T15:05:21.183Z Compiling libloading v0.8.9
26442026-05-14T15:05:21.274Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26452026-05-14T15:05:21.411Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-05-14T15:05:21.433Z Compiling crc8 v0.1.1
26472026-05-14T15:05:21.574Z Compiling regex-syntax v0.6.29
26482026-05-14T15:05:22.200Z Compiling bindgen v0.71.1
26492026-05-14T15:05:22.487Z Compiling unicase v2.9.0
26502026-05-14T15:05:22.536Z Compiling diff v0.1.13
26512026-05-14T15:05:22.792Z Compiling typify v0.4.3
26522026-05-14T15:05:22.823Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-05-14T15:05:22.943Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-05-14T15:05:23.439Z Compiling lalrpop v0.19.12
26552026-05-14T15:05:23.507Z Compiling cexpr v0.6.0
26562026-05-14T15:05:23.563Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26572026-05-14T15:05:23.587Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26582026-05-14T15:05:23.763Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26592026-05-14T15:05:23.837Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-14T15:05:24.157Z Compiling headers-core v0.3.0
26612026-05-14T15:05:24.177Z Compiling libxml v0.3.3
26622026-05-14T15:05:24.350Z Compiling headers v0.4.1
26632026-05-14T15:05:24.511Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-05-14T15:05:24.564Z Compiling diesel v2.3.7
26652026-05-14T15:05:24.640Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-14T15:05:24.862Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-05-14T15:05:25.334Z Compiling strum_macros v0.24.3
26682026-05-14T15:05:25.720Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26692026-05-14T15:05:25.743Z Compiling indoc v1.0.9
26702026-05-14T15:05:26.182Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-14T15:05:26.515Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-14T15:05:26.560Z Compiling derive_builder v0.20.2
26732026-05-14T15:05:26.630Z Compiling oso-derive v0.27.3
26742026-05-14T15:05:26.737Z Compiling quick-xml v0.37.5
26752026-05-14T15:05:27.143Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-14T15:05:27.178Z Compiling openssl-probe v0.1.6
26772026-05-14T15:05:27.366Z Compiling half v1.8.3
26782026-05-14T15:05:27.507Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-05-14T15:05:27.814Z Compiling serde_cbor v0.11.2
26802026-05-14T15:05:27.960Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26812026-05-14T15:05:28.247Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26822026-05-14T15:05:28.412Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-05-14T15:05:28.461Z Compiling bb8 v0.8.6
26842026-05-14T15:05:28.636Z Compiling trait-variant v0.1.2
26852026-05-14T15:05:28.817Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26862026-05-14T15:05:28.884Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-05-14T15:05:29.047Z Compiling samael v0.0.19
26882026-05-14T15:05:29.105Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26892026-05-14T15:05:29.213Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26902026-05-14T15:05:29.251Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-05-14T15:05:29.320Z Compiling fxhash v0.2.1
26922026-05-14T15:05:29.454Z Compiling salty v0.3.0
26932026-05-14T15:05:29.539Z Compiling progenitor-impl v0.10.0
26942026-05-14T15:05:29.821Z Compiling progenitor-impl v0.11.2
26952026-05-14T15:05:29.849Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-14T15:05:29.975Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-14T15:05:30.538Z Compiling kstat-rs v0.2.4
26982026-05-14T15:05:30.562Z Compiling libz-sys v1.1.24
26992026-05-14T15:05:30.587Z Compiling nonempty v0.12.0
27002026-05-14T15:05:30.824Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-14T15:05:30.928Z Compiling polar-core v0.27.3
27022026-05-14T15:05:31.032Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27032026-05-14T15:05:31.689Z Compiling progenitor-macro v0.10.0
27042026-05-14T15:05:32.017Z Compiling progenitor-macro v0.11.2
27052026-05-14T15:05:33.178Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-14T15:05:34.739Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-05-14T15:05:35.020Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27082026-05-14T15:05:35.328Z Compiling progenitor-client v0.11.2
27092026-05-14T15:05:35.445Z Compiling darling_core v0.23.0
27102026-05-14T15:05:35.877Z Compiling nanorand v0.7.0
27112026-05-14T15:05:35.899Z Compiling arc-swap v1.8.2
27122026-05-14T15:05:36.091Z Compiling fs-err v2.11.0
27132026-05-14T15:05:36.270Z Compiling parking_lot_core v0.8.6
27142026-05-14T15:05:36.452Z Compiling slog-scope v4.4.1
27152026-05-14T15:05:36.479Z Compiling mime_guess v2.0.5
27162026-05-14T15:05:36.548Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-14T15:05:36.905Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-14T15:05:36.996Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-14T15:05:37.602Z Compiling darling_macro v0.23.0
27202026-05-14T15:05:38.135Z Compiling flume v0.11.1
27212026-05-14T15:05:38.536Z Compiling progenitor v0.11.2
27222026-05-14T15:05:38.775Z Compiling progenitor v0.10.0
27232026-05-14T15:05:38.981Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242026-05-14T15:05:39.537Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-05-14T15:05:40.388Z Compiling oso v0.27.3
27262026-05-14T15:05:41.042Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27272026-05-14T15:05:43.440Z Compiling async-bb8-diesel v0.2.1
27282026-05-14T15:05:43.903Z Compiling diesel-dtrace v0.5.0
27292026-05-14T15:05:44.239Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27302026-05-14T15:05:44.665Z Compiling primeorder v0.13.6
27312026-05-14T15:05:45.183Z Compiling git-stub v1.0.0
27322026-05-14T15:05:45.205Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-14T15:05:45.450Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-14T15:05:45.609Z Compiling instability v0.3.11
27352026-05-14T15:05:45.890Z Compiling git-stub-vcs v0.1.0
27362026-05-14T15:05:46.166Z Compiling p384 v0.13.1
27372026-05-14T15:05:46.251Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-14T15:05:46.712Z Compiling darling v0.23.0
27392026-05-14T15:05:46.801Z Compiling slog-stdlog v4.1.1
27402026-05-14T15:05:47.013Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-14T15:05:47.258Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-05-14T15:05:47.280Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-14T15:05:47.412Z Compiling ignore v0.4.25
27442026-05-14T15:05:47.519Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-14T15:05:48.322Z Compiling castaway v0.2.4
27462026-05-14T15:05:48.471Z Compiling atty v0.2.14
27472026-05-14T15:05:48.496Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-14T15:05:48.628Z Compiling http-range v0.1.5
27492026-05-14T15:05:48.740Z Compiling parse-size v1.1.0
27502026-05-14T15:05:48.930Z Compiling indoc v2.0.7
27512026-05-14T15:05:48.975Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-14T15:05:49.069Z Compiling compact_str v0.8.1
27532026-05-14T15:05:50.085Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-14T15:05:50.119Z Compiling globwalk v0.9.1
27552026-05-14T15:05:50.831Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-14T15:05:50.901Z Compiling slog-envlogger v2.2.0
27572026-05-14T15:05:52.453Z Compiling parking_lot v0.11.2
27582026-05-14T15:05:52.503Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-05-14T15:05:52.995Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-14T15:05:53.110Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-14T15:05:53.188Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-14T15:05:53.415Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27632026-05-14T15:05:53.531Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-14T15:05:53.989Z Compiling predicates-tree v1.0.13
27652026-05-14T15:05:54.261Z Compiling unicode-truncate v1.1.0
27662026-05-14T15:05:54.403Z Compiling lru v0.12.5
27672026-05-14T15:05:54.458Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-14T15:05:54.480Z Compiling rand_seeder v0.4.0
27692026-05-14T15:05:54.576Z Compiling prefix-trie v0.7.0
27702026-05-14T15:05:54.639Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27712026-05-14T15:05:54.730Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-14T15:05:54.752Z Compiling vergen-git2 v1.0.7
27732026-05-14T15:05:54.897Z Compiling corncobs v0.1.4
27742026-05-14T15:05:54.997Z Compiling cassowary v0.3.0
27752026-05-14T15:05:55.030Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-05-14T15:05:55.077Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-14T15:05:55.175Z Compiling hickory-server v0.25.2
27782026-05-14T15:05:55.223Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-05-14T15:05:55.249Z Compiling camino-tempfile-ext v0.3.3
27802026-05-14T15:05:55.347Z Compiling ratatui v0.29.0
27812026-05-14T15:05:55.437Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27822026-05-14T15:05:55.769Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-14T15:05:55.850Z Compiling sled v0.34.7
27842026-05-14T15:05:55.909Z Compiling hyper-staticfile v0.10.1
27852026-05-14T15:05:56.045Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-05-14T15:05:56.777Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-14T15:05:57.126Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-14T15:05:57.472Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-14T15:05:59.093Z Compiling secrecy v0.8.0
27902026-05-14T15:05:59.308Z Compiling rustls v0.21.12
27912026-05-14T15:05:59.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27922026-05-14T15:05:59.793Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27932026-05-14T15:06:00.250Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27942026-05-14T15:06:00.639Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27952026-05-14T15:06:00.856Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-14T15:06:02.124Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-05-14T15:06:02.840Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27982026-05-14T15:06:03.230Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-14T15:06:03.659Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-05-14T15:06:03.886Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-05-14T15:06:04.134Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-05-14T15:06:04.381Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-14T15:06:04.610Z Compiling sct v0.7.1
28042026-05-14T15:06:04.886Z Compiling rustls-webpki v0.101.7
28052026-05-14T15:06:05.025Z Compiling nix v0.29.0
28062026-05-14T15:06:05.266Z Compiling dropshot v0.16.7
28072026-05-14T15:06:05.426Z Compiling void v1.0.2
28082026-05-14T15:06:05.589Z Compiling lzss v0.8.2
28092026-05-14T15:06:05.639Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-05-14T15:06:05.935Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28112026-05-14T15:06:05.958Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28122026-05-14T15:06:06.564Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28132026-05-14T15:06:07.012Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28142026-05-14T15:06:07.302Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28152026-05-14T15:06:07.578Z Compiling tungstenite v0.23.0
28162026-05-14T15:06:07.747Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-05-14T15:06:08.331Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-05-14T15:06:08.564Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-05-14T15:06:08.795Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-05-14T15:06:09.039Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-05-14T15:06:09.198Z Compiling toml v0.9.12+spec-1.1.0
28222026-05-14T15:06:09.276Z Compiling nix v0.27.1
28232026-05-14T15:06:09.778Z Compiling dropshot_endpoint v0.16.7
28242026-05-14T15:06:09.891Z Compiling serde_bytes v0.11.19
28252026-05-14T15:06:10.089Z Compiling tokio-tungstenite v0.23.1
28262026-05-14T15:06:10.198Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28272026-05-14T15:06:10.465Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-05-14T15:06:10.499Z Compiling tokio-rustls v0.24.1
28292026-05-14T15:06:11.208Z Compiling git2 v0.20.4
28302026-05-14T15:06:11.250Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28312026-05-14T15:06:13.425Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28322026-05-14T15:06:14.846Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-05-14T15:06:15.614Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-14T15:06:15.931Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-05-14T15:06:16.357Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28362026-05-14T15:06:16.483Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28372026-05-14T15:06:16.591Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-05-14T15:06:18.382Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28392026-05-14T15:06:18.862Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-14T15:06:19.373Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-14T15:06:19.668Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-14T15:06:20.161Z Compiling rustls-pemfile v1.0.4
28432026-05-14T15:06:20.585Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28442026-05-14T15:06:20.675Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28452026-05-14T15:06:21.276Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-05-14T15:06:21.745Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28472026-05-14T15:06:22.998Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-14T15:06:23.587Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-05-14T15:06:23.920Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28502026-05-14T15:06:23.977Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-05-14T15:06:24.171Z Compiling signal-hook-tokio v0.3.1
28522026-05-14T15:06:24.367Z Compiling twox-hash v2.1.2
28532026-05-14T15:06:24.821Z Compiling yasna v0.5.2
28542026-05-14T15:06:24.912Z Compiling is_ci v1.2.0
28552026-05-14T15:06:25.103Z Compiling supports-color v3.0.2
28562026-05-14T15:06:25.391Z Compiling rcgen v0.12.1
28572026-05-14T15:06:25.611Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28582026-05-14T15:06:26.132Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592026-05-14T15:06:26.166Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28602026-05-14T15:06:26.275Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28612026-05-14T15:06:26.331Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-14T15:06:26.780Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28632026-05-14T15:06:26.803Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-14T15:06:28.373Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-05-14T15:06:29.200Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28662026-05-14T15:06:29.825Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28672026-05-14T15:06:29.924Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28682026-05-14T15:06:30.177Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28692026-05-14T15:06:30.416Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-05-14T15:06:30.548Z Compiling fatfs v0.3.6
28712026-05-14T15:06:30.659Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-05-14T15:06:31.276Z Compiling subprocess v0.2.15
28732026-05-14T15:06:31.771Z Compiling rtoolbox v0.0.3
28742026-05-14T15:06:32.047Z Compiling assert_matches v1.5.0
28752026-05-14T15:06:32.108Z Compiling seq-macro v0.3.6
28762026-05-14T15:06:32.159Z Compiling rpassword v7.4.0
28772026-05-14T15:06:32.448Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-05-14T15:06:32.633Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-05-14T15:06:33.579Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28802026-05-14T15:06:33.678Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28812026-05-14T15:06:33.815Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-05-14T15:06:34.403Z Compiling tui-tree-widget v0.23.1
28832026-05-14T15:06:34.696Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-05-14T15:06:34.776Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28852026-05-14T15:06:35.311Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-05-14T15:06:35.700Z Compiling uzers v0.12.2
28872026-05-14T15:06:36.226Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-05-14T15:06:37.170Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-05-14T15:06:38.120Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-05-14T15:06:39.278Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-05-14T15:06:41.557Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28922026-05-14T15:06:42.660Z Compiling support-bundle-viewer v0.1.2
28932026-05-14T15:06:43.803Z Compiling multimap v0.10.1
28942026-05-14T15:06:52.162Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28952026-05-14T15:06:52.545Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28962026-05-14T15:07:02.206Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28972026-05-14T15:07:02.863Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28982026-05-14T15:12:24.517Z Finished `release` profile [optimized] target(s) in 7m 35s
28992026-05-14T15:13:11.827Z
29002026-05-14T15:13:11.827Zreal 8:20.457515754
29012026-05-14T15:13:11.827Zuser 1:17:50.517990224
29022026-05-14T15:13:11.846Zsys 3:31.088518683
29032026-05-14T15:13:11.846Ztrap 1.792096883
29042026-05-14T15:13:11.846Ztflt 2.457281628
29052026-05-14T15:13:11.846Zdflt 16.378795490
29062026-05-14T15:13:11.846Zkflt 0.090656645
29072026-05-14T15:13:11.846Zlock 6:31:00.096111091
29082026-05-14T15:13:11.846Zslp 2:13:25.670270950
29092026-05-14T15:13:11.846Zlat 2:26.755422513
29102026-05-14T15:13:11.846Zstop 5:10.030835975
29112026-05-14T15:13:11.846Z+ mapfile -t packages
29122026-05-14T15:13:11.846Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29132026-05-14T15:13:11.846Z Finished `release` profile [optimized] target(s) in 0.95s
29142026-05-14T15:13:11.846Z Running `target/release/omicron-package -t test list-outputs`
29152026-05-14T15:13:11.846ZLogging to: /work/oxidecomputer/omicron/out/LOG
29162026-05-14T15:13:11.846Z+ ptime -m cargo build --locked --release -p xtask
29172026-05-14T15:13:11.846Z Compiling libc v0.2.185
29182026-05-14T15:13:11.846Z Compiling serde v1.0.228
29192026-05-14T15:13:11.847Z Compiling serde_core v1.0.228
29202026-05-14T15:13:11.847Z Compiling rustix v1.1.3
29212026-05-14T15:13:11.847Z Compiling bitflags v2.11.0
29222026-05-14T15:13:11.847Z Compiling serde_json v1.0.149
29232026-05-14T15:13:11.847Z Compiling num-traits v0.2.19
29242026-05-14T15:13:11.847Z Compiling syn v2.0.117
29252026-05-14T15:13:11.847Z Compiling smallvec v1.15.1
29262026-05-14T15:13:11.847Z Compiling indexmap v2.14.0
29272026-05-14T15:13:11.847Z Compiling usdt-impl v0.5.0
29282026-05-14T15:13:11.847Z Compiling syn v1.0.109
29292026-05-14T15:13:11.847Z Compiling log v0.4.29
29302026-05-14T15:13:11.847Z Compiling percent-encoding v2.3.2
29312026-05-14T15:13:11.848Z Compiling getrandom v0.4.1
29322026-05-14T15:13:11.848Z Compiling form_urlencoded v1.2.2
29332026-05-14T15:13:11.848Z Compiling fs-err v3.3.0
29342026-05-14T15:13:11.848Z Compiling anyhow v1.0.102
29352026-05-14T15:13:11.848Z Compiling once_cell v1.21.3
29362026-05-14T15:13:11.848Z Compiling heck v0.4.1
29372026-05-14T15:13:11.848Z Compiling thread-id v4.2.2
29382026-05-14T15:13:11.848Z Compiling errno v0.3.14
29392026-05-14T15:13:11.848Z Compiling memmap v0.7.0
29402026-05-14T15:13:11.848Z Compiling ordered-float v2.10.1
29412026-05-14T15:13:11.859Z Compiling proc-macro-error v1.0.4
29422026-05-14T15:13:12.077Z Compiling terminal_size v0.4.3
29432026-05-14T15:13:12.077Z Compiling tempfile v3.25.0
29442026-05-14T15:13:12.104Z Compiling tabled_derive v0.7.0
29452026-05-14T15:13:12.186Z Compiling clap_builder v4.5.60
29462026-05-14T15:13:12.186Z Compiling textwrap v0.16.2
29472026-05-14T15:13:12.314Z Compiling camino-tempfile v1.4.1
29482026-05-14T15:13:12.782Z Compiling tabled v0.15.0
29492026-05-14T15:13:12.825Z Compiling synstructure v0.13.2
29502026-05-14T15:13:12.825Z Compiling pest_generator v2.8.6
29512026-05-14T15:13:13.215Z Compiling serde_derive v1.0.228
29522026-05-14T15:13:13.215Z Compiling zerofrom-derive v0.1.6
29532026-05-14T15:13:13.215Z Compiling yoke-derive v0.8.1
29542026-05-14T15:13:13.218Z Compiling zerovec-derive v0.11.2
29552026-05-14T15:13:13.218Z Compiling displaydoc v0.2.5
29562026-05-14T15:13:13.218Z Compiling thiserror-impl v1.0.69
29572026-05-14T15:13:13.218Z Compiling zerocopy-derive v0.7.35
29582026-05-14T15:13:13.218Z Compiling scroll_derive v0.12.1
29592026-05-14T15:13:13.373Z Compiling pest_derive v2.8.6
29602026-05-14T15:13:13.822Z Compiling thiserror-impl v2.0.18
29612026-05-14T15:13:13.888Z Compiling scroll v0.12.0
29622026-05-14T15:13:13.967Z Compiling clap_derive v4.5.55
29632026-05-14T15:13:14.021Z Compiling zerocopy v0.7.35
29642026-05-14T15:13:14.152Z Compiling goblin v0.8.2
29652026-05-14T15:13:14.393Z Compiling thiserror v1.0.69
29662026-05-14T15:13:14.421Z Compiling zerofrom v0.1.6
29672026-05-14T15:13:14.517Z Compiling dtrace-parser v0.2.0
29682026-05-14T15:13:14.569Z Compiling yoke v0.8.1
29692026-05-14T15:13:14.776Z Compiling zerovec v0.11.5
29702026-05-14T15:13:14.797Z Compiling zerotrie v0.2.3
29712026-05-14T15:13:15.031Z Compiling thiserror v2.0.18
29722026-05-14T15:13:15.387Z Compiling tinystr v0.8.2
29732026-05-14T15:13:15.639Z Compiling icu_locale_core v2.1.1
29742026-05-14T15:13:15.651Z Compiling potential_utf v0.1.4
29752026-05-14T15:13:15.854Z Compiling icu_collections v2.1.1
29762026-05-14T15:13:16.183Z Compiling clap v4.5.60
29772026-05-14T15:13:16.387Z Compiling icu_provider v2.1.1
29782026-05-14T15:13:16.520Z Compiling serde_spanned v0.6.9
29792026-05-14T15:13:16.610Z Compiling toml_datetime v0.6.11
29802026-05-14T15:13:16.633Z Compiling serde-value v0.7.0
29812026-05-14T15:13:16.645Z Compiling cargo-platform v0.2.0
29822026-05-14T15:13:16.714Z Compiling icu_normalizer v2.1.1
29832026-05-14T15:13:16.747Z Compiling icu_properties v2.1.2
29842026-05-14T15:13:16.765Z Compiling dof v0.3.0
29852026-05-14T15:13:16.865Z Compiling toml_edit v0.22.27
29862026-05-14T15:13:17.020Z Compiling serde_tokenstream v0.2.3
29872026-05-14T15:13:17.186Z Compiling macaddr v1.0.1
29882026-05-14T15:13:17.664Z Compiling idna_adapter v1.2.1
29892026-05-14T15:13:17.716Z Compiling usdt-macro v0.5.0
29902026-05-14T15:13:17.728Z Compiling usdt-attr-macro v0.5.0
29912026-05-14T15:13:17.817Z Compiling idna v1.1.0
29922026-05-14T15:13:18.159Z Compiling url v2.5.8
29932026-05-14T15:13:18.341Z Compiling usdt v0.5.0
29942026-05-14T15:13:18.483Z Compiling toml v0.8.23
29952026-05-14T15:13:18.934Z Compiling cargo-util-schemas v0.8.2
29962026-05-14T15:13:18.974Z Compiling cargo_toml v0.21.0
29972026-05-14T15:13:19.959Z Compiling cargo_metadata v0.21.0
29982026-05-14T15:13:23.062Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-05-14T15:13:26.110Z Finished `release` profile [optimized] target(s) in 16.49s
30002026-05-14T15:13:26.272Z
30012026-05-14T15:13:26.272Zreal 16.633139269
30022026-05-14T15:13:26.273Zuser 2:22.531133592
30032026-05-14T15:13:26.273Zsys 17.116408220
30042026-05-14T15:13:26.273Ztrap 0.097660996
30052026-05-14T15:13:26.273Ztflt 0.494896348
30062026-05-14T15:13:26.273Zdflt 1.526263349
30072026-05-14T15:13:26.276Zkflt 0.000068950
30082026-05-14T15:13:26.276Zlock 5:25.621476965
30092026-05-14T15:13:26.276Zslp 3:32.248993516
30102026-05-14T15:13:26.276Zlat 5.659762219
30112026-05-14T15:13:26.276Zstop 19.642037069
30122026-05-14T15:13:26.276Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-05-14T15:13:26.276Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-05-14T15:13:26.276Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-05-14T15:13:26.276Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-05-14T15:13:26.276Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-05-14T15:13:27.223Z Compiling newtype-uuid-macros v0.1.0
30182026-05-14T15:13:27.227Z Compiling regress v0.10.5
30192026-05-14T15:13:27.228Z Compiling structmeta-derive v0.3.0
30202026-05-14T15:13:27.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-05-14T15:13:27.228Z Compiling rustls v0.22.4
30222026-05-14T15:13:27.228Z Compiling rustls-webpki v0.102.8
30232026-05-14T15:13:27.228Z Compiling multer v3.1.0
30242026-05-14T15:13:27.228Z Compiling compression-core v0.4.31
30252026-05-14T15:13:27.228Z Compiling debug-ignore v1.0.5
30262026-05-14T15:13:27.228Z Compiling match_cfg v0.1.0
30272026-05-14T15:13:27.369Z Compiling slog-json v2.6.1
30282026-05-14T15:13:27.384Z Compiling async-stream-impl v0.3.6
30292026-05-14T15:13:27.454Z Compiling toml_datetime v1.0.0+spec-1.1.0
30302026-05-14T15:13:27.470Z Compiling serde_spanned v1.0.4
30312026-05-14T15:13:27.488Z Compiling dropshot v0.17.0
30322026-05-14T15:13:27.491Z Compiling toml_writer v1.0.6+spec-1.1.0
30332026-05-14T15:13:27.505Z Compiling hostname v0.3.1
30342026-05-14T15:13:27.571Z Compiling compression-codecs v0.4.37
30352026-05-14T15:13:27.575Z Compiling itertools v0.14.0
30362026-05-14T15:13:27.654Z Compiling waitgroup v0.1.2
30372026-05-14T15:13:27.711Z Compiling slog-bunyan v2.5.0
30382026-05-14T15:13:27.747Z Compiling rustls-pemfile v2.2.0
30392026-05-14T15:13:27.750Z Compiling dropshot_endpoint v0.17.0
30402026-05-14T15:13:27.799Z Compiling async-compression v0.4.41
30412026-05-14T15:13:27.852Z Compiling toml v1.0.6+spec-1.1.0
30422026-05-14T15:13:27.873Z Compiling hostname v0.4.2
30432026-05-14T15:13:27.876Z Compiling serde_path_to_error v0.1.20
30442026-05-14T15:13:27.934Z Compiling progenitor-client v0.14.0
30452026-05-14T15:13:27.954Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30462026-05-14T15:13:27.971Z Compiling macaddr v1.0.1
30472026-05-14T15:13:28.033Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-14T15:13:28.051Z Compiling async-stream v0.3.6
30492026-05-14T15:13:28.142Z Compiling instant v0.1.13
30502026-05-14T15:13:28.163Z Compiling progenitor-client v0.10.0
30512026-05-14T15:13:28.166Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30522026-05-14T15:13:28.219Z Compiling backon v1.6.0
30532026-05-14T15:13:28.247Z Compiling backoff v0.4.0
30542026-05-14T15:13:28.267Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30552026-05-14T15:13:28.270Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30562026-05-14T15:13:28.270Z Compiling universal-hash v0.5.1
30572026-05-14T15:13:28.319Z Compiling opaque-debug v0.3.1
30582026-05-14T15:13:28.322Z Compiling half v2.7.1
30592026-05-14T15:13:28.415Z Compiling progenitor-extras v0.2.0
30602026-05-14T15:13:28.443Z Compiling unsafe-libyaml v0.2.11
30612026-05-14T15:13:28.465Z Compiling crucible-workspace-hack v0.1.0
30622026-05-14T15:13:28.484Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-05-14T15:13:28.487Z Compiling ciborium-io v0.2.2
30642026-05-14T15:13:28.518Z Compiling convert_case v0.4.0
30652026-05-14T15:13:28.623Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30662026-05-14T15:13:28.645Z Compiling ciborium-ll v0.2.2
30672026-05-14T15:13:28.661Z Compiling structmeta v0.3.0
30682026-05-14T15:13:28.679Z Compiling regress v0.11.1
30692026-05-14T15:13:28.712Z Compiling aead v0.5.2
30702026-05-14T15:13:28.751Z Compiling secrecy v0.10.3
30712026-05-14T15:13:28.827Z Compiling ciborium v0.2.2
30722026-05-14T15:13:28.843Z Compiling poly1305 v0.8.0
30732026-05-14T15:13:28.890Z Compiling chacha20 v0.9.1
30742026-05-14T15:13:28.909Z Compiling derive-ex v0.1.8
30752026-05-14T15:13:28.912Z Compiling parse-display-derive v0.10.0
30762026-05-14T15:13:28.942Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30772026-05-14T15:13:28.945Z Compiling derive_more v0.99.20
30782026-05-14T15:13:28.945Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-14T15:13:28.992Z Compiling serde_yaml v0.9.34+deprecated
30802026-05-14T15:13:29.174Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30812026-05-14T15:13:29.190Z Compiling thiserror-impl-no-std v2.0.2
30822026-05-14T15:13:29.220Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-05-14T15:13:29.237Z Compiling byte-wrapper v0.1.0
30842026-05-14T15:13:29.374Z Compiling password-hash v0.5.0
30852026-05-14T15:13:29.440Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30862026-05-14T15:13:29.457Z Compiling blake2 v0.10.6
30872026-05-14T15:13:29.540Z Compiling chacha20poly1305 v0.10.1
30882026-05-14T15:13:29.583Z Compiling indent_write v2.2.0
30892026-05-14T15:13:29.611Z Compiling heapless v0.8.0
30902026-05-14T15:13:29.628Z Compiling ingot-macros v0.1.1
30912026-05-14T15:13:29.725Z Compiling argon2 v0.5.3
30922026-05-14T15:13:29.756Z Compiling tokio-rustls v0.25.0
30932026-05-14T15:13:29.808Z Compiling toml_edit v0.23.10+spec-1.0.0
30942026-05-14T15:13:30.041Z Compiling hash32 v0.3.1
30952026-05-14T15:13:30.124Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30962026-05-14T15:13:30.226Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30972026-05-14T15:13:30.421Z Compiling typify-impl v0.6.2
30982026-05-14T15:13:30.439Z Compiling thiserror-no-std v2.0.2
30992026-05-14T15:13:30.471Z Compiling smoltcp v0.11.0
31002026-05-14T15:13:30.542Z Compiling vsss-rs v3.3.4
31012026-05-14T15:13:30.559Z Compiling proc-macro-crate v3.4.0
31022026-05-14T15:13:30.698Z Compiling parse-display v0.10.0
31032026-05-14T15:13:30.724Z Compiling test-strategy v0.4.5
31042026-05-14T15:13:30.890Z Compiling tabwriter v1.4.1
31052026-05-14T15:13:30.924Z Compiling num-rational v0.4.2
31062026-05-14T15:13:30.952Z Compiling cobs v0.3.0
31072026-05-14T15:13:31.039Z Compiling num-complex v0.4.6
31082026-05-14T15:13:31.149Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31092026-05-14T15:13:31.168Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-05-14T15:13:31.230Z Compiling num_enum_derive v0.7.5
31112026-05-14T15:13:31.279Z Compiling postcard v1.1.3
31122026-05-14T15:13:31.332Z Compiling proc-macro-error v1.0.4
31132026-05-14T15:13:31.410Z Compiling num v0.4.3
31142026-05-14T15:13:31.455Z Compiling proc-macro-crate v1.3.1
31152026-05-14T15:13:31.509Z Compiling foreign-types-macros v0.2.3
31162026-05-14T15:13:31.552Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31172026-05-14T15:13:31.594Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31182026-05-14T15:13:31.631Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31192026-05-14T15:13:31.702Z Compiling rayon-core v1.13.0
31202026-05-14T15:13:31.806Z Compiling colored v3.1.1
31212026-05-14T15:13:31.837Z Compiling cpufeatures v0.3.0
31222026-05-14T15:13:31.920Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31232026-05-14T15:13:31.940Z Compiling foreign-types-shared v0.3.1
31242026-05-14T15:13:31.958Z Compiling float-ord v0.3.2
31252026-05-14T15:13:31.961Z Compiling num_enum_derive v0.5.11
31262026-05-14T15:13:32.024Z Compiling chacha20 v0.10.0
31272026-05-14T15:13:32.132Z Compiling crossbeam-deque v0.8.6
31282026-05-14T15:13:32.136Z Compiling camino-tempfile v1.4.1
31292026-05-14T15:13:32.196Z Compiling foreign-types v0.5.0
31302026-05-14T15:13:32.213Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-14T15:13:32.237Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31322026-05-14T15:13:32.264Z Compiling cstr-argument v0.1.2
31332026-05-14T15:13:32.309Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31342026-05-14T15:13:32.328Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31352026-05-14T15:13:32.390Z Compiling rand v0.10.0
31362026-05-14T15:13:32.409Z Compiling num_enum v0.7.5
31372026-05-14T15:13:32.426Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31382026-05-14T15:13:32.454Z Compiling toml v0.8.23
31392026-05-14T15:13:32.565Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-14T15:13:32.589Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-05-14T15:13:32.609Z Compiling ingot-types v0.1.2
31422026-05-14T15:13:32.697Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31432026-05-14T15:13:32.715Z Compiling zone_cfg_derive v0.3.1
31442026-05-14T15:13:32.742Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-14T15:13:32.805Z Compiling rayon v1.11.0
31462026-05-14T15:13:32.825Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31472026-05-14T15:13:32.858Z Compiling itertools v0.12.1
31482026-05-14T15:13:32.881Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31492026-05-14T15:13:32.945Z Compiling num-derive v0.4.2
31502026-05-14T15:13:32.994Z Compiling ingot v0.1.1
31512026-05-14T15:13:33.088Z Compiling sigpipe v0.1.3
31522026-05-14T15:13:33.110Z Compiling glob v0.3.3
31532026-05-14T15:13:33.129Z Compiling num_enum v0.5.11
31542026-05-14T15:13:33.129Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-05-14T15:13:33.164Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31562026-05-14T15:13:33.208Z Compiling smf v0.2.3
31572026-05-14T15:13:33.285Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31582026-05-14T15:13:33.357Z Compiling prettyplease v0.2.37
31592026-05-14T15:13:33.405Z Compiling whoami v1.6.1
31602026-05-14T15:13:33.436Z Compiling gethostname v0.5.0
31612026-05-14T15:13:33.440Z Compiling atomicwrites v0.4.4
31622026-05-14T15:13:33.587Z Compiling usdt-macro v0.5.0
31632026-05-14T15:13:33.653Z Compiling usdt-attr-macro v0.5.0
31642026-05-14T15:13:33.673Z Compiling memmap v0.7.0
31652026-05-14T15:13:33.729Z Compiling derive-where v1.6.0
31662026-05-14T15:13:33.784Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31672026-05-14T15:13:33.838Z Compiling progenitor-client v0.13.0
31682026-05-14T15:13:33.895Z Compiling resolv-conf v0.7.6
31692026-05-14T15:13:33.949Z Compiling owo-colors v4.3.0
31702026-05-14T15:13:33.966Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31712026-05-14T15:13:34.147Z Compiling zone v0.3.1
31722026-05-14T15:13:34.195Z Compiling cancel-safe-futures v0.1.5
31732026-05-14T15:13:34.281Z Compiling libsw-core v0.3.2
31742026-05-14T15:13:34.381Z Compiling console v0.15.11
31752026-05-14T15:13:34.412Z Compiling newline-converter v0.3.0
31762026-05-14T15:13:34.442Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-14T15:13:34.511Z Compiling usdt v0.5.0
31782026-05-14T15:13:34.557Z Compiling libsw v3.5.0
31792026-05-14T15:13:34.633Z Compiling linear-map v1.2.0
31802026-05-14T15:13:34.664Z Compiling libefi-sys v0.1.0
31812026-05-14T15:13:34.768Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31822026-05-14T15:13:34.811Z Compiling expectorate v1.2.0
31832026-05-14T15:13:34.834Z Compiling hickory-proto v0.24.4
31842026-05-14T15:13:34.854Z Compiling bitfield-struct v0.6.2
31852026-05-14T15:13:34.872Z Compiling semver v0.1.20
31862026-05-14T15:13:34.890Z Compiling linked-hash-map v0.5.6
31872026-05-14T15:13:34.963Z Compiling tokio-dtrace v0.1.1
31882026-05-14T15:13:35.011Z Compiling dropshot-api-manager-types v0.7.1
31892026-05-14T15:13:35.027Z Compiling slog-dtrace v0.3.0
31902026-05-14T15:13:35.073Z Compiling lru-cache v0.1.2
31912026-05-14T15:13:35.114Z Compiling rustc_version v0.1.7
31922026-05-14T15:13:35.136Z Compiling typify-macro v0.6.2
31932026-05-14T15:13:35.136Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31942026-05-14T15:13:35.173Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-14T15:13:35.177Z Compiling minimal-lexical v0.2.1
31962026-05-14T15:13:35.209Z Compiling oxide-tokio-rt v0.1.4
31972026-05-14T15:13:35.230Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-05-14T15:13:35.281Z Compiling typify-impl v0.4.3
31992026-05-14T15:13:35.284Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-05-14T15:13:35.326Z Compiling phf_shared v0.12.1
32012026-05-14T15:13:35.368Z Compiling csv-core v0.1.13
32022026-05-14T15:13:35.386Z Compiling newtype_derive v0.1.6
32032026-05-14T15:13:35.470Z Compiling nom v7.1.3
32042026-05-14T15:13:35.489Z Compiling chrono-tz v0.10.4
32052026-05-14T15:13:35.545Z Compiling highway v1.3.0
32062026-05-14T15:13:35.549Z Compiling xshell-macros v0.2.7
32072026-05-14T15:13:35.581Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-05-14T15:13:35.602Z Compiling csv v1.4.0
32092026-05-14T15:13:35.662Z Compiling const_format_proc_macros v0.2.34
32102026-05-14T15:13:35.735Z Compiling phf v0.12.1
32112026-05-14T15:13:35.874Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-14T15:13:35.921Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-14T15:13:35.958Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-14T15:13:35.974Z Compiling primeorder v0.13.6
32152026-05-14T15:13:35.998Z Compiling xshell v0.2.7
32162026-05-14T15:13:36.204Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32172026-05-14T15:13:36.217Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32182026-05-14T15:13:36.307Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-05-14T15:13:36.377Z Compiling tabled_derive v0.7.0
32202026-05-14T15:13:36.404Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32212026-05-14T15:13:36.584Z Compiling const_format v0.2.35
32222026-05-14T15:13:36.649Z Compiling bcs v0.1.6
32232026-05-14T15:13:36.913Z Compiling salty v0.3.0
32242026-05-14T15:13:36.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-05-14T15:13:36.979Z Compiling termtree v0.5.1
32262026-05-14T15:13:37.017Z Compiling textwrap v0.16.2
32272026-05-14T15:13:37.045Z Compiling typify v0.6.2
32282026-05-14T15:13:37.077Z Compiling hickory-resolver v0.24.4
32292026-05-14T15:13:37.165Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32302026-05-14T15:13:37.190Z Compiling progenitor-impl v0.14.0
32312026-05-14T15:13:37.214Z Compiling progenitor-impl v0.13.0
32322026-05-14T15:13:37.230Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32332026-05-14T15:13:37.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32342026-05-14T15:13:37.540Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-05-14T15:13:37.579Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32362026-05-14T15:13:37.712Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32372026-05-14T15:13:37.733Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32382026-05-14T15:13:38.003Z Compiling tabled v0.15.0
32392026-05-14T15:13:38.104Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32402026-05-14T15:13:38.193Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32412026-05-14T15:13:38.285Z Compiling qorb v0.4.1
32422026-05-14T15:13:38.364Z Compiling steno v0.4.1
32432026-05-14T15:13:38.519Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32442026-05-14T15:13:38.551Z Compiling base64 v0.21.7
32452026-05-14T15:13:38.690Z Compiling tagptr v0.2.0
32462026-05-14T15:13:38.877Z Compiling humantime v2.3.0
32472026-05-14T15:13:38.895Z Compiling radium v0.7.0
32482026-05-14T15:13:38.918Z Compiling moka v0.12.13
32492026-05-14T15:13:39.187Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32502026-05-14T15:13:39.214Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-05-14T15:13:39.382Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32522026-05-14T15:13:39.456Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32532026-05-14T15:13:39.483Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32542026-05-14T15:13:39.746Z Compiling p384 v0.13.1
32552026-05-14T15:13:39.750Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-05-14T15:13:39.935Z Compiling tap v1.0.1
32572026-05-14T15:13:39.957Z Compiling progenitor-macro v0.13.0
32582026-05-14T15:13:39.960Z Compiling progenitor-macro v0.14.0
32592026-05-14T15:13:40.000Z Compiling typify-macro v0.4.3
32602026-05-14T15:13:40.018Z Compiling maybe-uninit v2.0.0
32612026-05-14T15:13:40.084Z Compiling wyz v0.5.1
32622026-05-14T15:13:40.188Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-05-14T15:13:40.328Z Compiling hickory-resolver v0.25.2
32642026-05-14T15:13:40.389Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-05-14T15:13:40.408Z Compiling proc-macro-error-attr2 v2.0.0
32662026-05-14T15:13:40.427Z Compiling parking_lot_core v0.8.6
32672026-05-14T15:13:40.604Z Compiling utf-8 v0.7.6
32682026-05-14T15:13:40.719Z Compiling funty v2.0.0
32692026-05-14T15:13:40.756Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32702026-05-14T15:13:40.818Z Compiling packed_struct v0.10.1
32712026-05-14T15:13:40.866Z Compiling proc-macro-error2 v2.0.1
32722026-05-14T15:13:40.969Z Compiling tungstenite v0.21.0
32732026-05-14T15:13:41.009Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32742026-05-14T15:13:41.130Z Compiling bitvec v1.0.1
32752026-05-14T15:13:41.155Z Compiling polyval v0.6.2
32762026-05-14T15:13:41.204Z Compiling git-stub v1.0.0
32772026-05-14T15:13:41.214Z Compiling num-derive v0.3.3
32782026-05-14T15:13:41.233Z Compiling packed_struct_codegen v0.10.1
32792026-05-14T15:13:41.355Z Compiling zerocopy-derive v0.6.6
32802026-05-14T15:13:41.427Z Compiling bitfield-macros v0.19.4
32812026-05-14T15:13:41.469Z Compiling indexmap v1.9.3
32822026-05-14T15:13:41.603Z Compiling crc-catalog v2.4.0
32832026-05-14T15:13:41.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-05-14T15:13:41.751Z Compiling nodrop v0.1.14
32852026-05-14T15:13:41.852Z Compiling typify v0.4.3
32862026-05-14T15:13:41.884Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-05-14T15:13:41.918Z Compiling array-init v0.0.4
32882026-05-14T15:13:41.989Z Compiling progenitor-impl v0.11.2
32892026-05-14T15:13:42.033Z Compiling crc v3.4.0
32902026-05-14T15:13:42.230Z Compiling bitfield v0.19.4
32912026-05-14T15:13:42.248Z Compiling libscf-sys v1.1.0
32922026-05-14T15:13:42.280Z Compiling tokio-tungstenite v0.21.0
32932026-05-14T15:13:42.299Z Compiling git-stub-vcs v0.1.0
32942026-05-14T15:13:42.319Z Compiling ghash v0.5.1
32952026-05-14T15:13:42.337Z Compiling zerocopy v0.6.6
32962026-05-14T15:13:42.424Z Compiling tabled_derive v0.11.0
32972026-05-14T15:13:42.440Z Compiling smallvec v0.6.14
32982026-05-14T15:13:42.658Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32992026-05-14T15:13:42.682Z Compiling papergrid v0.17.0
33002026-05-14T15:13:42.699Z Compiling testing_table v0.3.0
33012026-05-14T15:13:42.717Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-14T15:13:42.831Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-14T15:13:42.881Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33042026-05-14T15:13:42.905Z Compiling ctr v0.9.2
33052026-05-14T15:13:42.932Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33062026-05-14T15:13:43.130Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33072026-05-14T15:13:43.148Z Compiling unicase v2.9.0
33082026-05-14T15:13:43.232Z Compiling corncobs v0.1.4
33092026-05-14T15:13:43.288Z Compiling hashbrown v0.12.3
33102026-05-14T15:13:43.346Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-14T15:13:43.393Z Compiling mime_guess v2.0.5
33122026-05-14T15:13:43.433Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-14T15:13:43.451Z Compiling aes-gcm v0.10.3
33142026-05-14T15:13:43.454Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-05-14T15:13:43.679Z Compiling tabled v0.20.0
33162026-05-14T15:13:43.696Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33172026-05-14T15:13:43.876Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-05-14T15:13:43.893Z Compiling parking_lot v0.11.2
33192026-05-14T15:13:43.947Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33202026-05-14T15:13:43.986Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-05-14T15:13:44.235Z Compiling serde-hex v0.1.0
33222026-05-14T15:13:44.253Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-05-14T15:13:44.405Z Compiling progenitor-impl v0.10.0
33242026-05-14T15:13:44.440Z Compiling ron v0.8.1
33252026-05-14T15:13:44.488Z Compiling hashbrown v0.13.2
33262026-05-14T15:13:44.542Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33272026-05-14T15:13:44.586Z Compiling progenitor-client v0.11.2
33282026-05-14T15:13:44.674Z Compiling blowfish v0.9.1
33292026-05-14T15:13:44.757Z Compiling progenitor-macro v0.11.2
33302026-05-14T15:13:44.938Z Compiling ssh-encoding v0.2.0
33312026-05-14T15:13:44.963Z Compiling prefix-trie v0.7.0
33322026-05-14T15:13:45.028Z Compiling fxhash v0.2.1
33332026-05-14T15:13:45.205Z Compiling progenitor v0.14.0
33342026-05-14T15:13:45.223Z Compiling secrecy v0.8.0
33352026-05-14T15:13:45.241Z Compiling progenitor v0.13.0
33362026-05-14T15:13:45.244Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-05-14T15:13:45.273Z Compiling crc-any v2.5.0
33382026-05-14T15:13:45.385Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33392026-05-14T15:13:45.404Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-05-14T15:13:45.407Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33412026-05-14T15:13:45.425Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33422026-05-14T15:13:45.461Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33432026-05-14T15:13:45.494Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-05-14T15:13:45.565Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33452026-05-14T15:13:45.945Z Compiling hickory-server v0.25.2
33462026-05-14T15:13:46.189Z Compiling sled v0.34.7
33472026-05-14T15:13:46.224Z Compiling ssh-cipher v0.2.0
33482026-05-14T15:13:46.267Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-05-14T15:13:46.770Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-05-14T15:13:46.866Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33512026-05-14T15:13:47.028Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-14T15:13:47.119Z Compiling progenitor-macro v0.10.0
33532026-05-14T15:13:47.346Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-14T15:13:47.379Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33552026-05-14T15:13:47.798Z Compiling object v0.30.4
33562026-05-14T15:13:47.851Z Compiling bcrypt-pbkdf v0.10.0
33572026-05-14T15:13:47.983Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-05-14T15:13:48.001Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-05-14T15:13:48.227Z Compiling password-hash v0.4.2
33602026-05-14T15:13:48.470Z Compiling crc8 v0.1.1
33612026-05-14T15:13:48.631Z Compiling http-range v0.1.5
33622026-05-14T15:13:48.657Z Compiling half v1.8.3
33632026-05-14T15:13:48.705Z Compiling path-slash v0.1.5
33642026-05-14T15:13:48.811Z Compiling pbkdf2 v0.11.0
33652026-05-14T15:13:48.873Z Compiling serde_cbor v0.11.2
33662026-05-14T15:13:48.964Z Compiling ssh-key v0.6.7
33672026-05-14T15:13:49.056Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-05-14T15:13:49.344Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33692026-05-14T15:13:49.511Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33702026-05-14T15:13:49.712Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-05-14T15:13:49.804Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33722026-05-14T15:13:49.974Z Compiling progenitor v0.11.2
33732026-05-14T15:13:50.105Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33742026-05-14T15:13:50.123Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33752026-05-14T15:13:50.165Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-05-14T15:13:50.253Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33772026-05-14T15:13:50.336Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-05-14T15:13:50.409Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-05-14T15:13:50.706Z Compiling p521 v0.13.3
33802026-05-14T15:13:50.754Z Compiling p256 v0.13.2
33812026-05-14T15:13:50.773Z Compiling yasna v0.5.2
33822026-05-14T15:13:50.802Z Compiling kstat-rs v0.2.4
33832026-05-14T15:13:50.822Z Compiling headers-core v0.3.0
33842026-05-14T15:13:50.944Z Compiling nanorand v0.7.0
33852026-05-14T15:13:50.973Z Compiling russh-cryptovec v0.7.3
33862026-05-14T15:13:51.055Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33872026-05-14T15:13:51.133Z Compiling atty v0.2.14
33882026-05-14T15:13:51.155Z Compiling md5 v0.7.0
33892026-05-14T15:13:51.190Z Compiling home v0.5.12
33902026-05-14T15:13:51.216Z Compiling flume v0.11.1
33912026-05-14T15:13:51.250Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33922026-05-14T15:13:51.268Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33932026-05-14T15:13:51.287Z Compiling rcgen v0.12.1
33942026-05-14T15:13:51.362Z Compiling russh-keys v0.45.0
33952026-05-14T15:13:51.465Z Compiling headers v0.4.1
33962026-05-14T15:13:51.503Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-05-14T15:13:51.567Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-05-14T15:13:51.711Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33992026-05-14T15:13:51.855Z Compiling hyper-staticfile v0.10.1
34002026-05-14T15:13:52.035Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34012026-05-14T15:13:52.156Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34022026-05-14T15:13:52.206Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34032026-05-14T15:13:52.248Z Compiling progenitor v0.10.0
34042026-05-14T15:13:52.304Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-05-14T15:13:52.415Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34062026-05-14T15:13:52.433Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34072026-05-14T15:13:52.453Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-14T15:13:52.584Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-14T15:13:52.762Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-05-14T15:13:52.929Z Compiling num-bigint v0.4.6
34112026-05-14T15:13:52.948Z Compiling des v0.8.1
34122026-05-14T15:13:52.985Z Compiling subprocess v0.2.15
34132026-05-14T15:13:53.007Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34142026-05-14T15:13:53.053Z Compiling hex-literal v0.4.1
34152026-05-14T15:13:53.088Z Compiling display-error-chain v0.2.2
34162026-05-14T15:13:53.177Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-05-14T15:13:53.199Z Compiling colored v2.2.0
34182026-05-14T15:13:53.218Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-05-14T15:13:53.241Z Compiling socket2 v0.5.10
34202026-05-14T15:13:53.271Z Compiling internet-checksum v0.2.1
34212026-05-14T15:13:53.470Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-05-14T15:13:53.779Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34232026-05-14T15:13:53.827Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-05-14T15:13:54.086Z Compiling russh v0.45.0
34252026-05-14T15:13:56.410Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34262026-05-14T15:13:57.109Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34272026-05-14T15:13:57.586Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34282026-05-14T15:13:59.541Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34292026-05-14T15:14:07.532Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34302026-05-14T15:14:07.532Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34312026-05-14T15:14:07.536Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-14T15:14:07.536Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34332026-05-14T15:14:09.321Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34342026-05-14T15:14:09.394Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34352026-05-14T15:14:13.469Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34362026-05-14T15:14:14.873Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34372026-05-14T15:14:33.930Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-05-14T15:14:53.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34392026-05-14T15:14:53.264Z
34402026-05-14T15:14:53.265Zreal 1:26.924702237
34412026-05-14T15:14:53.265Zuser 8:13.493115599
34422026-05-14T15:14:53.265Zsys 1:43.985456436
34432026-05-14T15:14:53.265Ztrap 0.252433390
34442026-05-14T15:14:53.265Ztflt 0.478588072
34452026-05-14T15:14:53.268Zdflt 1.672177770
34462026-05-14T15:14:53.268Zkflt 0.000297800
34472026-05-14T15:14:53.268Zlock 28:14.663124854
34482026-05-14T15:14:53.268Zslp 19:11.438930122
34492026-05-14T15:14:53.268Zlat 38.633168495
34502026-05-14T15:14:53.268Zstop 2:41.797867340
34512026-05-14T15:14:53.268Z+ mkdir tests
34522026-05-14T15:14:53.271Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-05-14T15:14:53.271Z+ xargs -I '{}' -t cp '{}' tests/
34542026-05-14T15:14:53.293Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e072880c2a7d63d3 tests/
34552026-05-14T15:14:53.322Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9d8793c19ea6ea46 tests/
34562026-05-14T15:14:53.349Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f0fc3b5b6aa039d9 tests/
34572026-05-14T15:14:53.379Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-df2026db7b5a8e48 tests/
34582026-05-14T15:14:53.705Z+ 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/*)
34592026-05-14T15:14:53.708Z+ 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-9d8793c19ea6ea46 tests/commtest-f0fc3b5b6aa039d9 tests/dhcp_server-e072880c2a7d63d3 tests/end_to_end_tests-df2026db7b5a8e48 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
34602026-05-14T15:16:13.169ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-05-14T15:16:13.169Za .github/buildomat/ci-env.sh 1K
34622026-05-14T15:16:13.169Za out/target/test 1K
34632026-05-14T15:16:13.169Za out/npuzone/npuzone 27402K
34642026-05-14T15:16:13.169Za package-manifest.toml 35K
34652026-05-14T15:16:13.169Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-05-14T15:16:13.169Za target/release/omicron-package 45975K
34672026-05-14T15:16:13.170Za target/release/xtask 11449K
34682026-05-14T15:16:13.170Za target/debug/bootstrap 352527K
34692026-05-14T15:16:13.170Za tests/bootstrap-9d8793c19ea6ea46 31215K
34702026-05-14T15:16:13.170Za tests/commtest-f0fc3b5b6aa039d9 32299K
34712026-05-14T15:16:13.170Za tests/dhcp_server-e072880c2a7d63d3 31215K
34722026-05-14T15:16:13.170Za tests/end_to_end_tests-df2026db7b5a8e48 394348K
34732026-05-14T15:16:13.170Za out/clickhouse.tar.gz 319633K
34742026-05-14T15:16:13.170Za out/clickhouse_keeper.tar.gz 304987K
34752026-05-14T15:16:13.170Za out/clickhouse_server.tar.gz 319632K
34762026-05-14T15:16:13.170Za out/cockroachdb.tar.gz 165172K
34772026-05-14T15:16:13.170Za out/crucible-pantry-zone.tar.gz 44203K
34782026-05-14T15:16:13.170Za out/crucible-utils.tar 17744K
34792026-05-14T15:16:13.170Za out/crucible-zone.tar.gz 58341K
34802026-05-14T15:16:13.170Za out/external-dns.tar.gz 49795K
34812026-05-14T15:16:13.170Za out/internal-dns.tar.gz 49794K
34822026-05-14T15:16:13.170Za out/mg-ddm-gz.tar 95141K
34832026-05-14T15:16:13.170Za out/nexus.tar.gz 221130K
34842026-05-14T15:16:13.170Za out/ntp.tar.gz 32147K
34852026-05-14T15:16:13.170Za out/omicron-gateway-softnpu.tar.gz 29628K
34862026-05-14T15:16:13.170Za out/omicron-sled-agent.tar 204054K
34872026-05-14T15:16:13.170Za out/overlay.tar.gz 3K
34882026-05-14T15:16:13.170Za out/oximeter.tar.gz 67848K
34892026-05-14T15:16:13.170Za out/oxlog.tar 3782K
34902026-05-14T15:16:13.170Za out/probe.tar.gz 3037K
34912026-05-14T15:16:13.171Za out/propolis-server.tar.gz 38727K
34922026-05-14T15:16:13.171Za out/pumpkind-gz.tar 26647K
34932026-05-14T15:16:13.171Za out/switch-softnpu.tar.gz 397040K
34942026-05-14T15:16:13.174Z
34952026-05-14T15:16:13.174Zreal 1:19.463044353
34962026-05-14T15:16:13.174Zuser 1:16.788249017
34972026-05-14T15:16:13.174Zsys 4.392409841
34982026-05-14T15:16:13.174Ztrap 0.006405354
34992026-05-14T15:16:13.174Ztflt 0.000000000
35002026-05-14T15:16:13.174Zdflt 0.000000000
35012026-05-14T15:16:13.175Zkflt 0.000000000
35022026-05-14T15:16:13.175Zlock 0.000000000
35032026-05-14T15:16:13.175Zslp 1:16.708039917
35042026-05-14T15:16:13.175Zlat 1.025962353
35052026-05-14T15:16:13.175Zstop 0.000583080
35062026-05-14T15:16:13.175Zprocess exited: duration 915138 ms, exit code 0
 
35072026-05-14T15:16:13.189Zfound 1 output files
35082026-05-14T15:16:13.211Zuploading: /work/package.tar.gz (2447058161 bytes)
35092026-05-14T15:16:41.550Zuploaded: /work/package.tar.gz