01KR1CY38R32BJGX39B9CP1S61: 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: 01KR1CYHTY7636A5EYKFZZY7MV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T14:21:01.011Zjob assigned to worker 01KR1CYT30BNDZDDNMEGKVS4W5 [factory aws, i-0809bfec6950c60bb] (queued for 1 m 1 s)
 
22026-05-07T14:21:08.570Zstarting task 0: "setup"
32026-05-07T14:21:08.574Z++ uname -s
42026-05-07T14:21:08.578Z+ kern=SunOS
52026-05-07T14:21:08.578Z+ build_user=build
62026-05-07T14:21:08.578Z+ build_uid=12345
72026-05-07T14:21:08.578Z+ work_dir=/work
82026-05-07T14:21:08.578Z+ input_dir=/input
92026-05-07T14:21:08.578Z+ [[ 0 == 12345 ]]
102026-05-07T14:21:08.578Z+ case "$kern" in
112026-05-07T14:21:08.578Z+ groupadd -g 12345 build
122026-05-07T14:21:08.581Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T14:21:10.588Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T14:21:10.715Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T14:21:10.718Z+ home_fs=zfs
162026-05-07T14:21:10.718Z+ [[ zfs == autofs ]]
172026-05-07T14:21:10.718Z+ mkdir -p /home/build
182026-05-07T14:21:10.721Z+ chown build:build /home/build /work
192026-05-07T14:21:12.721Z+ chmod 0700 /home/build /work
202026-05-07T14:21:12.726Zprocess exited: duration 4158 ms, exit code 0
 
212026-05-07T14:21:12.732Zstarting task 1: "rust-toolchain"
222026-05-07T14:21:12.738Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-07T14:21:12.738Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T14:21:12.741Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-07T14:21:12.742Z * rust toolchain channel = "1.94.0"
262026-05-07T14:21:12.742Z * rust toolchain profile = "default"
272026-05-07T14:21:12.742Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T14:21:12.742Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T14:21:12.742Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T14:21:12.850Zinfo: downloading installer
312026-05-07T14:21:14.471Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T14:21:14.471Zwarn: /home/build/.rustup/settings.toml
332026-05-07T14:21:14.471Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T14:21:14.471Zwarn: instead of the one inferred from the default host triple.
352026-05-07T14:21:14.484Zinfo: profile set to default
362026-05-07T14:21:14.484Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T14:21:14.487Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T14:21:14.639Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T14:21:14.642Zinfo: downloading 6 components
402026-05-07T14:21:30.306Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T14:21:30.306Z
422026-05-07T14:21:30.336Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T14:21:30.336Z
442026-05-07T14:21:30.336Z
452026-05-07T14:21:30.336ZRust is installed now. Great!
462026-05-07T14:21:30.336Z
472026-05-07T14:21:30.336ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T14:21:30.336Zenvironment variable. This has not been done automatically.
492026-05-07T14:21:30.336Z
502026-05-07T14:21:30.337ZTo configure your current shell, you need to source
512026-05-07T14:21:30.337Zthe corresponding env file under $HOME/.cargo.
522026-05-07T14:21:30.340Z
532026-05-07T14:21:30.340ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T14:21:30.340Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T14:21:30.340Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T14:21:30.340Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T14:21:30.340Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T14:21:30.340Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T14:21:30.340Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T14:21:30.340Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T14:21:30.340Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T14:21:30.429Z+ rustup --version
632026-05-07T14:21:30.435Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T14:21:30.438Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T14:21:30.456Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T14:21:30.458Z+ cargo --version
672026-05-07T14:21:30.468Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T14:21:30.470Z+ rustc --version
692026-05-07T14:21:30.489Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T14:21:30.492Zprocess exited: duration 17757 ms, exit code 0
 
712026-05-07T14:21:30.499Zstarting task 2: "authentication"
722026-05-07T14:21:30.516Zprocess exited: duration 17 ms, exit code 0
 
732026-05-07T14:21:30.522Zstarting task 3: "clone repository"
742026-05-07T14:21:30.527Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T14:21:30.530Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T14:21:30.561ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T14:21:42.206Z+ cd /work/oxidecomputer/omicron
782026-05-07T14:21:42.206Z+ git fetch origin b7f5c5d339c36b8a20add0531aec1a0c35c08807
792026-05-07T14:21:42.671ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T14:21:42.671Z * branch b7f5c5d339c36b8a20add0531aec1a0c35c08807 -> FETCH_HEAD
812026-05-07T14:21:42.683Z+ [[ -n '' ]]
822026-05-07T14:21:42.683Z+ git reset --hard b7f5c5d339c36b8a20add0531aec1a0c35c08807
832026-05-07T14:21:42.919ZHEAD is now at b7f5c5d33 Relax an eager sled agent assert
842026-05-07T14:21:42.922Zprocess exited: duration 12396 ms, exit code 0
 
852026-05-07T14:21:42.928Zstarting task 4: "build"
862026-05-07T14:21:42.934Z+ source .github/buildomat/ci-env.sh
872026-05-07T14:21:42.934Z++ export CARGO_TERM_COLOR=always
882026-05-07T14:21:42.934Z++ CARGO_TERM_COLOR=always
892026-05-07T14:21:42.934Z+ cargo --version
902026-05-07T14:21:42.945Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-07T14:21:42.949Z+ rustc --version
922026-05-07T14:21:42.969Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-07T14:21:42.972Z+ WORK=/work
942026-05-07T14:21:42.972Z+ pfexec mkdir -p /work
952026-05-07T14:21:42.976Z+ pfexec chown build /work
962026-05-07T14:21:42.979Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-07T14:21:44.444Z Startup: Refreshing catalog 'helios' ... Done
982026-05-07T14:21:44.499Z Startup: Caching catalogs ... Done
992026-05-07T14:21:44.668ZPlanning: Solver setup ... Done (0.139s)
1002026-05-07T14:21:44.678ZPlanning: Running solver ... Done (0.011s)
1012026-05-07T14:21:44.683ZPlanning: Finding local manifests ... Done (0.002s)
1022026-05-07T14:21:44.694ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-07T14:21:44.711ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-07T14:21:44.727ZPlanning: Package planning ... Done (0.016s)
1052026-05-07T14:21:44.730ZPlanning: Merging actions ... Done (0.001s)
1062026-05-07T14:21:44.922ZPlanning: Checking for conflicting actions ... Done (0.193s)
1072026-05-07T14:21:44.925ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-07T14:21:45.787ZPlanning: Evaluating mediators ... Done (0.864s)
1092026-05-07T14:21:45.790ZPlanning: Planning completed in 1.27 seconds
1102026-05-07T14:21:45.797Z Packages to install: 2
1112026-05-07T14:21:45.797Z Estimated space available: 156.08 GB
1122026-05-07T14:21:45.797ZEstimated space to be consumed: 16.39 MB
1132026-05-07T14:21:45.797Z Create boot environment: No
1142026-05-07T14:21:45.797ZCreate backup boot environment: No
1152026-05-07T14:21:45.797Z Rebuild boot archive: No
1162026-05-07T14:21:45.800Z
1172026-05-07T14:21:45.800ZChanged packages:
1182026-05-07T14:21:45.800Zhelios
1192026-05-07T14:21:45.800Z developer/build-essential
1202026-05-07T14:21:45.800Z None -> 11-3.0
1212026-05-07T14:21:45.800Z library/libxmlsec1
1222026-05-07T14:21:45.800Z None -> 1.2.35-3.0
1232026-05-07T14:21:45.826Z
1242026-05-07T14:21:45.826ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-07T14:21:46.349ZDownload: Completed 1.28 MB in 0.52 seconds (2.5M/s)
1262026-05-07T14:21:46.487Z Actions: 1/268 actions (Installing new actions)
1272026-05-07T14:21:46.530Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-07T14:21:46.535ZFinalize: Updating package state database ... Done (0.005s)
1292026-05-07T14:21:46.535ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-07T14:21:46.545ZFinalize: Updating image state ... Done (0.011s)
1312026-05-07T14:21:49.117ZFinalize: Creating fast lookup database ... Done (2.553s)
1322026-05-07T14:21:49.194ZFinalize: Reading search index ... Done (0.013s)
1332026-05-07T14:21:49.197ZFinalize: Updating search index ... Done (0.000s)
1342026-05-07T14:21:49.310ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-07T14:21:49.604ZPlanning: Evaluating mediator changes ... Done
1362026-05-07T14:21:49.710ZPlanning: Checking for conflicting actions ... Done
1372026-05-07T14:21:49.713ZPlanning: Consolidating action changes ... Done
1382026-05-07T14:21:49.869ZPlanning: Evaluating mediators ... Done
1392026-05-07T14:21:49.872ZPlanning: Planning completed in 0.27 seconds
1402026-05-07T14:21:49.893Z Mediators to change: 2
1412026-05-07T14:21:49.893Z Create boot environment: No
1422026-05-07T14:21:49.893ZCreate backup boot environment: No
1432026-05-07T14:21:49.967ZFinalize: Updating package state database ... Done
1442026-05-07T14:21:49.967ZFinalize: Updating package cache ... Done
1452026-05-07T14:21:49.975ZFinalize: Updating image state ... Done
1462026-05-07T14:21:51.929ZFinalize: Creating fast lookup database ... Done
1472026-05-07T14:21:51.992ZFinalize: Reading search index ... Done
1482026-05-07T14:21:51.995ZFinalize: Updating search index ... Done
1492026-05-07T14:21:52.092ZFinalize: Updating package cache ... Done
1502026-05-07T14:21:52.381ZPlanning: Evaluating mediator changes ... Done
1512026-05-07T14:21:52.485ZPlanning: Checking for conflicting actions ... Done
1522026-05-07T14:21:52.488ZPlanning: Consolidating action changes ... Done
1532026-05-07T14:21:52.642ZPlanning: Evaluating mediators ... Done
1542026-05-07T14:21:52.646ZPlanning: Planning completed in 0.26 seconds
1552026-05-07T14:21:52.666Z Mediators to change: 1
1562026-05-07T14:21:52.666Z Create boot environment: No
1572026-05-07T14:21:52.666ZCreate backup boot environment: No
1582026-05-07T14:21:52.737ZFinalize: Updating package state database ... Done
1592026-05-07T14:21:52.737ZFinalize: Updating package cache ... Done
1602026-05-07T14:21:52.743ZFinalize: Updating image state ... Done
1612026-05-07T14:21:54.700ZFinalize: Creating fast lookup database ... Done
1622026-05-07T14:21:54.768ZFinalize: Reading search index ... Done
1632026-05-07T14:21:54.772ZFinalize: Updating search index ... Done
1642026-05-07T14:21:54.854ZFinalize: Updating package cache ... Done
1652026-05-07T14:21:55.170ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-07T14:21:55.170Zapache system 2.4 system
1672026-05-07T14:21:55.170Zclang system 15 system
1682026-05-07T14:21:55.170Zcsh system system illumos
1692026-05-07T14:21:55.170Zctags system system illumos
1702026-05-07T14:21:55.170Zfile vendor vendor darwinsys
1712026-05-07T14:21:55.170Zfile system system illumos
1722026-05-07T14:21:55.170Zgcc vendor 14 vendor
1732026-05-07T14:21:55.170Zgcc system 13 system
1742026-05-07T14:21:55.170Zgcc system 10 system
1752026-05-07T14:21:55.170Zgo system 1.25 system
1762026-05-07T14:21:55.170Zllvm system 15 system
1772026-05-07T14:21:55.170Zmariadb system 11.4 system
1782026-05-07T14:21:55.170Zmta vendor vendor dma
1792026-05-07T14:21:55.170Zopenjdk system 17 system
1802026-05-07T14:21:55.170Zopenjdk system 11 system
1812026-05-07T14:21:55.170Zopenssl vendor 3 vendor
1822026-05-07T14:21:55.170Zperl system 5.40 system
1832026-05-07T14:21:55.170Zpostgresql system 18 system
1842026-05-07T14:21:55.170Zpostgresql system 17 system
1852026-05-07T14:21:55.170Zpython vendor 3 vendor
1862026-05-07T14:21:55.170Zpython system 2 system
1872026-05-07T14:21:55.170Zpython3 vendor 3.13 vendor
1882026-05-07T14:21:55.170Zruby system 3.4 system
1892026-05-07T14:21:55.170Zruby system 3.0 system
1902026-05-07T14:21:55.170Zwords vendor vendor american-english
1912026-05-07T14:21:55.170Zwords system system australian-english
1922026-05-07T14:21:55.170Zwords system system british-english
1932026-05-07T14:21:55.170Zwords system system canadian-english
1942026-05-07T14:21:55.170Zwords system system french
1952026-05-07T14:21:55.170Zwords system system italian
1962026-05-07T14:21:55.171Zwords system system ngerman
1972026-05-07T14:21:55.171Zwords system system ogerman
1982026-05-07T14:21:55.171Zwords system system spanish
1992026-05-07T14:21:55.430ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-07T14:21:55.430Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-07T14:21:55.689ZFMRI IFO
2022026-05-07T14:21:55.689Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-07T14:21:55.689Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-07T14:21:55.689Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-07T14:21:55.690Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-07T14:21:55.690Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-07T14:21:55.690Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-07T14:21:55.690Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-07T14:21:55.690Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-07T14:21:55.690Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-07T14:21:55.913Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-07T14:21:56.228Z Updating crates.io index
2132026-05-07T14:21:56.231Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-07T14:21:56.495Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-07T14:21:57.409Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-07T14:21:57.741Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-07T14:21:58.824Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-07T14:21:59.352Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-07T14:22:00.689Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-07T14:22:01.442Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-07T14:22:01.845Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-07T14:22:02.688Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-07T14:22:03.194Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-07T14:22:03.796Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-07T14:22:04.153Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-07T14:22:05.237Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-07T14:22:05.750Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2282026-05-07T14:22:06.132Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2292026-05-07T14:22:06.538Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2302026-05-07T14:22:07.059Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2312026-05-07T14:22:07.519Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2322026-05-07T14:22:07.774Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2332026-05-07T14:22:08.038Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-05-07T14:22:08.432Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-05-07T14:22:08.818Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2362026-05-07T14:22:09.400Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2372026-05-07T14:22:09.764Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2382026-05-07T14:22:10.402Z Updating git repository `https://github.com/oxidecomputer/ispf`
2392026-05-07T14:22:11.537Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2402026-05-07T14:22:11.829Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412026-05-07T14:22:12.746Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2422026-05-07T14:22:13.230Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2432026-05-07T14:22:13.502Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2442026-05-07T14:22:13.884Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2452026-05-07T14:22:14.246Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2462026-05-07T14:22:14.628Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2472026-05-07T14:22:15.229Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2482026-05-07T14:22:15.514Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2492026-05-07T14:22:15.833Z Updating git repository `https://github.com/illumos/smf-rs`
2502026-05-07T14:22:16.311Z Updating git repository `https://github.com/oxidecomputer/omicron`
2512026-05-07T14:22:28.334Z Downloading crates ...
2522026-05-07T14:22:28.383Z Downloaded fnv v1.0.7
2532026-05-07T14:22:28.437Z Downloaded thiserror v1.0.69
2542026-05-07T14:22:28.437Z Downloaded unicode-xid v0.2.6
2552026-05-07T14:22:28.437Z Downloaded bytecount v0.6.9
2562026-05-07T14:22:28.437Z Downloaded thiserror-impl v2.0.18
2572026-05-07T14:22:28.437Z Downloaded anstyle-parse v0.2.7
2582026-05-07T14:22:28.437Z Downloaded cargo_toml v0.21.0
2592026-05-07T14:22:28.437Z Downloaded cargo-platform v0.2.0
2602026-05-07T14:22:28.437Z Downloaded zerofrom-derive v0.1.6
2612026-05-07T14:22:28.437Z Downloaded zerocopy-derive v0.7.35
2622026-05-07T14:22:28.438Z Downloaded version_check v0.9.5
2632026-05-07T14:22:28.438Z Downloaded usdt v0.5.0
2642026-05-07T14:22:28.438Z Downloaded clap_derive v4.5.55
2652026-05-07T14:22:28.438Z Downloaded thread-id v4.2.2
2662026-05-07T14:22:28.438Z Downloaded cfg-if v1.0.4
2672026-05-07T14:22:28.438Z Downloaded camino-tempfile v1.4.1
2682026-05-07T14:22:28.438Z Downloaded anstyle v1.0.13
2692026-05-07T14:22:28.438Z Downloaded toml v0.8.23
2702026-05-07T14:22:28.438Z Downloaded textwrap v0.16.2
2712026-05-07T14:22:28.439Z Downloaded anstream v0.6.21
2722026-05-07T14:22:28.439Z Downloaded block-buffer v0.10.4
2732026-05-07T14:22:28.439Z Downloaded yoke-derive v0.8.1
2742026-05-07T14:22:28.439Z Downloaded crypto-common v0.1.7
2752026-05-07T14:22:28.439Z Downloaded usdt-macro v0.5.0
2762026-05-07T14:22:28.439Z Downloaded autocfg v1.5.0
2772026-05-07T14:22:28.439Z Downloaded utf8_iter v1.0.4
2782026-05-07T14:22:28.439Z Downloaded typeid v1.0.3
2792026-05-07T14:22:28.439Z Downloaded bitflags v2.11.0
2802026-05-07T14:22:28.456Z Downloaded fs-err v3.3.0
2812026-05-07T14:22:28.456Z Downloaded idna_adapter v1.2.1
2822026-05-07T14:22:28.456Z Downloaded dtrace-parser v0.2.0
2832026-05-07T14:22:28.456Z Downloaded clap_lex v1.0.0
2842026-05-07T14:22:28.457Z Downloaded clap v4.5.60
2852026-05-07T14:22:28.457Z Downloaded zerofrom v0.1.6
2862026-05-07T14:22:28.457Z Downloaded serde_tokenstream v0.2.3
2872026-05-07T14:22:28.457Z Downloaded generic-array v0.14.7
2882026-05-07T14:22:28.457Z Downloaded form_urlencoded v1.2.2
2892026-05-07T14:22:28.457Z Downloaded unicode-linebreak v0.1.5
2902026-05-07T14:22:28.457Z Downloaded thiserror-impl v1.0.69
2912026-05-07T14:22:28.457Z Downloaded usdt-attr-macro v0.5.0
2922026-05-07T14:22:28.457Z Downloaded ucd-trie v0.1.7
2932026-05-07T14:22:28.457Z Downloaded toml_datetime v0.6.11
2942026-05-07T14:22:28.457Z Downloaded tinystr v0.8.2
2952026-05-07T14:22:28.458Z Downloaded toml_write v0.1.2
2962026-05-07T14:22:28.458Z Downloaded scroll_derive v0.12.1
2972026-05-07T14:22:28.458Z Downloaded pest v2.8.6
2982026-05-07T14:22:28.458Z Downloaded zerovec-derive v0.11.2
2992026-05-07T14:22:28.458Z Downloaded utf8parse v0.2.2
3002026-05-07T14:22:28.458Z Downloaded usdt-impl v0.5.0
3012026-05-07T14:22:28.458Z Downloaded heck v0.5.0
3022026-05-07T14:22:28.458Z Downloaded cargo_metadata v0.21.0
3032026-05-07T14:22:28.458Z Downloaded strsim v0.11.1
3042026-05-07T14:22:28.458Z Downloaded writeable v0.6.2
3052026-05-07T14:22:28.458Z Downloaded is_terminal_polyfill v1.70.2
3062026-05-07T14:22:28.458Z Downloaded equivalent v1.0.2
3072026-05-07T14:22:28.458Z Downloaded dof v0.3.0
3082026-05-07T14:22:28.459Z Downloaded fastrand v2.3.0
3092026-05-07T14:22:28.459Z Downloaded cargo-util-schemas v0.8.2
3102026-05-07T14:22:28.459Z Downloaded camino v1.2.2
3112026-05-07T14:22:28.459Z Downloaded zmij v1.0.21
3122026-05-07T14:22:28.459Z Downloaded proc-macro-error-attr v1.0.4
3132026-05-07T14:22:28.459Z Downloaded cpufeatures v0.2.17
3142026-05-07T14:22:28.459Z Downloaded yoke v0.8.1
3152026-05-07T14:22:28.459Z Downloaded pretty-hex v0.4.1
3162026-05-07T14:22:28.459Z Downloaded macaddr v1.0.1
3172026-05-07T14:22:28.459Z Downloaded ordered-float v2.10.1
3182026-05-07T14:22:28.459Z Downloaded errno v0.3.14
3192026-05-07T14:22:28.459Z Downloaded potential_utf v0.1.4
3202026-05-07T14:22:28.460Z Downloaded tabled_derive v0.7.0
3212026-05-07T14:22:28.460Z Downloaded unicode-ident v1.0.24
3222026-05-07T14:22:28.468Z Downloaded toml_edit v0.22.27
3232026-05-07T14:22:28.468Z Downloaded terminal_size v0.4.3
3242026-05-07T14:22:28.468Z Downloaded memmap v0.7.0
3252026-05-07T14:22:28.469Z Downloaded thiserror v2.0.18
3262026-05-07T14:22:28.469Z Downloaded zerotrie v0.2.3
3272026-05-07T14:22:28.469Z Downloaded typenum v1.19.0
3282026-05-07T14:22:28.469Z Downloaded proc-macro-error v1.0.4
3292026-05-07T14:22:28.470Z Downloaded byteorder v1.5.0
3302026-05-07T14:22:28.470Z Downloaded heck v0.4.1
3312026-05-07T14:22:28.470Z Downloaded url v2.5.8
3322026-05-07T14:22:28.486Z Downloaded anstyle-query v1.1.5
3332026-05-07T14:22:28.486Z Downloaded serde-value v0.7.0
3342026-05-07T14:22:28.486Z Downloaded colorchoice v1.0.4
3352026-05-07T14:22:28.486Z Downloaded plain v0.2.3
3362026-05-07T14:22:28.497Z Downloaded zerovec v0.11.5
3372026-05-07T14:22:28.497Z Downloaded percent-encoding v2.3.2
3382026-05-07T14:22:28.497Z Downloaded zerocopy v0.7.35
3392026-05-07T14:22:28.541Z Downloaded swrite v0.1.0
3402026-05-07T14:22:28.542Z Downloaded serde_spanned v0.6.9
3412026-05-07T14:22:28.542Z Downloaded serde-untagged v0.1.9
3422026-05-07T14:22:28.542Z Downloaded stable_deref_trait v1.2.1
3432026-05-07T14:22:28.542Z Downloaded erased-serde v0.4.9
3442026-05-07T14:22:28.542Z Downloaded smawk v0.3.2
3452026-05-07T14:22:28.542Z Downloaded winnow v0.7.14
3462026-05-07T14:22:28.542Z Downloaded semver v1.0.28
3472026-05-07T14:22:28.543Z Downloaded sha2 v0.10.9
3482026-05-07T14:22:28.543Z Downloaded scroll v0.12.0
3492026-05-07T14:22:28.543Z Downloaded digest v0.10.7
3502026-05-07T14:22:28.543Z Downloaded unicode-width v0.2.0
3512026-05-07T14:22:28.543Z Downloaded unicode-width v0.1.14
3522026-05-07T14:22:28.543Z Downloaded itoa v1.0.17
3532026-05-07T14:22:28.556Z Downloaded synstructure v0.13.2
3542026-05-07T14:22:28.556Z Downloaded serde v1.0.228
3552026-05-07T14:22:28.556Z Downloaded getrandom v0.4.1
3562026-05-07T14:22:28.556Z Downloaded pest_derive v2.8.6
3572026-05-07T14:22:28.556Z Downloaded anyhow v1.0.102
3582026-05-07T14:22:28.580Z Downloaded displaydoc v0.2.5
3592026-05-07T14:22:28.580Z Downloaded smallvec v1.15.1
3602026-05-07T14:22:28.580Z Downloaded once_cell v1.21.3
3612026-05-07T14:22:28.580Z Downloaded tempfile v3.25.0
3622026-05-07T14:22:28.580Z Downloaded litemap v0.8.1
3632026-05-07T14:22:28.597Z Downloaded papergrid v0.11.0
3642026-05-07T14:22:28.597Z Downloaded serde_core v1.0.228
3652026-05-07T14:22:28.597Z Downloaded serde_derive v1.0.228
3662026-05-07T14:22:28.597Z Downloaded num-traits v0.2.19
3672026-05-07T14:22:28.613Z Downloaded quote v1.0.45
3682026-05-07T14:22:28.613Z Downloaded pest_generator v2.8.6
3692026-05-07T14:22:28.613Z Downloaded log v0.4.29
3702026-05-07T14:22:28.613Z Downloaded icu_provider v2.1.1
3712026-05-07T14:22:28.613Z Downloaded icu_normalizer v2.1.1
3722026-05-07T14:22:28.613Z Downloaded icu_properties v2.1.2
3732026-05-07T14:22:28.614Z Downloaded proc-macro2 v1.0.106
3742026-05-07T14:22:28.614Z Downloaded icu_normalizer_data v2.1.1
3752026-05-07T14:22:28.614Z Downloaded pest_meta v2.8.6
3762026-05-07T14:22:28.614Z Downloaded icu_locale_core v2.1.1
3772026-05-07T14:22:28.622Z Downloaded icu_collections v2.1.1
3782026-05-07T14:22:28.622Z Downloaded memchr v2.8.0
3792026-05-07T14:22:28.627Z Downloaded indexmap v2.14.0
3802026-05-07T14:22:28.631Z Downloaded clap_builder v4.5.60
3812026-05-07T14:22:28.645Z Downloaded hashbrown v0.17.0
3822026-05-07T14:22:28.651Z Downloaded idna v1.1.0
3832026-05-07T14:22:28.665Z Downloaded serde_json v1.0.149
3842026-05-07T14:22:28.672Z Downloaded icu_properties_data v2.1.2
3852026-05-07T14:22:28.677Z Downloaded goblin v0.8.2
3862026-05-07T14:22:28.684Z Downloaded tabled v0.15.0
3872026-05-07T14:22:28.693Z Downloaded syn v1.0.109
3882026-05-07T14:22:28.701Z Downloaded syn v2.0.117
3892026-05-07T14:22:28.715Z Downloaded rustix v1.1.3
3902026-05-07T14:22:28.742Z Downloaded libc v0.2.185
3912026-05-07T14:22:28.809Z Compiling proc-macro2 v1.0.106
3922026-05-07T14:22:28.812Z Compiling unicode-ident v1.0.24
3932026-05-07T14:22:28.812Z Compiling quote v1.0.45
3942026-05-07T14:22:28.812Z Compiling serde_core v1.0.228
3952026-05-07T14:22:28.812Z Compiling libc v0.2.185
3962026-05-07T14:22:28.812Z Compiling version_check v0.9.5
3972026-05-07T14:22:28.812Z Compiling stable_deref_trait v1.2.1
3982026-05-07T14:22:28.812Z Compiling serde v1.0.228
3992026-05-07T14:22:28.812Z Compiling memchr v2.8.0
4002026-05-07T14:22:28.812Z Compiling zmij v1.0.21
4012026-05-07T14:22:28.812Z Compiling itoa v1.0.17
4022026-05-07T14:22:28.995Z Compiling thiserror v1.0.69
4032026-05-07T14:22:29.009Z Compiling autocfg v1.5.0
4042026-05-07T14:22:29.012Z Compiling ucd-trie v0.1.7
4052026-05-07T14:22:29.012Z Compiling litemap v0.8.1
4062026-05-07T14:22:29.190Z Compiling writeable v0.6.2
4072026-05-07T14:22:29.257Z Compiling icu_properties_data v2.1.2
4082026-05-07T14:22:29.320Z Compiling rustix v1.1.3
4092026-05-07T14:22:29.416Z Compiling byteorder v1.5.0
4102026-05-07T14:22:29.491Z Compiling icu_normalizer_data v2.1.1
4112026-05-07T14:22:29.507Z Compiling pest v2.8.6
4122026-05-07T14:22:29.521Z Compiling bitflags v2.11.0
4132026-05-07T14:22:29.538Z Compiling serde_json v1.0.149
4142026-05-07T14:22:29.694Z Compiling num-traits v0.2.19
4152026-05-07T14:22:29.776Z Compiling smallvec v1.15.1
4162026-05-07T14:22:29.861Z Compiling equivalent v1.0.2
4172026-05-07T14:22:29.919Z Compiling hashbrown v0.17.0
4182026-05-07T14:22:29.958Z Compiling typeid v1.0.3
4192026-05-07T14:22:29.995Z Compiling proc-macro-error-attr v1.0.4
4202026-05-07T14:22:30.014Z Compiling usdt-impl v0.5.0
4212026-05-07T14:22:30.017Z Compiling winnow v0.7.14
4222026-05-07T14:22:30.048Z Compiling errno v0.3.14
4232026-05-07T14:22:30.086Z Compiling thread-id v4.2.2
4242026-05-07T14:22:30.102Z Compiling erased-serde v0.4.9
4252026-05-07T14:22:30.122Z Compiling toml_write v0.1.2
4262026-05-07T14:22:30.157Z Compiling syn v1.0.109
4272026-05-07T14:22:30.194Z Compiling proc-macro-error v1.0.4
4282026-05-07T14:22:30.277Z Compiling percent-encoding v2.3.2
4292026-05-07T14:22:30.296Z Compiling plain v0.2.3
4302026-05-07T14:22:30.410Z Compiling thiserror v2.0.18
4312026-05-07T14:22:30.426Z Compiling getrandom v0.4.1
4322026-05-07T14:22:30.460Z Compiling indexmap v2.14.0
4332026-05-07T14:22:30.483Z Compiling utf8parse v0.2.2
4342026-05-07T14:22:30.501Z Compiling camino v1.2.2
4352026-05-07T14:22:30.514Z Compiling log v0.4.29
4362026-05-07T14:22:30.550Z Compiling utf8_iter v1.0.4
4372026-05-07T14:22:30.667Z Compiling syn v2.0.117
4382026-05-07T14:22:30.690Z Compiling pest_meta v2.8.6
4392026-05-07T14:22:30.800Z Compiling anstyle-parse v0.2.7
4402026-05-07T14:22:30.812Z Compiling form_urlencoded v1.2.2
4412026-05-07T14:22:30.931Z Compiling ordered-float v2.10.1
4422026-05-07T14:22:31.022Z Compiling pretty-hex v0.4.1
4432026-05-07T14:22:31.025Z Compiling cfg-if v1.0.4
4442026-05-07T14:22:31.056Z Compiling colorchoice v1.0.4
4452026-05-07T14:22:31.074Z Compiling anstyle v1.0.13
4462026-05-07T14:22:31.089Z Compiling is_terminal_polyfill v1.70.2
4472026-05-07T14:22:31.130Z Compiling anstyle-query v1.1.5
4482026-05-07T14:22:31.188Z Compiling terminal_size v0.4.3
4492026-05-07T14:22:31.245Z Compiling fs-err v3.3.0
4502026-05-07T14:22:31.245Z Compiling fnv v1.0.7
4512026-05-07T14:22:31.248Z Compiling unicode-width v0.1.14
4522026-05-07T14:22:31.320Z Compiling anstream v0.6.21
4532026-05-07T14:22:31.356Z Compiling strsim v0.11.1
4542026-05-07T14:22:31.406Z Compiling bytecount v0.6.9
4552026-05-07T14:22:31.445Z Compiling unicode-xid v0.2.6
4562026-05-07T14:22:31.465Z Compiling heck v0.5.0
4572026-05-07T14:22:31.528Z Compiling clap_lex v1.0.0
4582026-05-07T14:22:31.549Z Compiling anyhow v1.0.102
4592026-05-07T14:22:31.571Z Compiling once_cell v1.21.3
4602026-05-07T14:22:31.636Z Compiling semver v1.0.28
4612026-05-07T14:22:31.733Z Compiling heck v0.4.1
4622026-05-07T14:22:31.773Z Compiling fastrand v2.3.0
4632026-05-07T14:22:31.791Z Compiling clap_builder v4.5.60
4642026-05-07T14:22:31.791Z Compiling papergrid v0.11.0
4652026-05-07T14:22:31.846Z Compiling memmap v0.7.0
4662026-05-07T14:22:31.979Z Compiling tempfile v3.25.0
4672026-05-07T14:22:31.995Z Compiling unicode-width v0.2.0
4682026-05-07T14:22:32.052Z Compiling serde-untagged v0.1.9
4692026-05-07T14:22:32.055Z Compiling smawk v0.3.2
4702026-05-07T14:22:32.109Z Compiling unicode-linebreak v0.1.5
4712026-05-07T14:22:32.234Z Compiling camino-tempfile v1.4.1
4722026-05-07T14:22:32.279Z Compiling swrite v0.1.0
4732026-05-07T14:22:32.300Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-05-07T14:22:32.322Z Compiling textwrap v0.16.2
4752026-05-07T14:22:32.611Z Compiling tabled_derive v0.7.0
4762026-05-07T14:22:33.246Z Compiling synstructure v0.13.2
4772026-05-07T14:22:33.246Z Compiling pest_generator v2.8.6
4782026-05-07T14:22:33.282Z Compiling tabled v0.15.0
4792026-05-07T14:22:33.788Z Compiling serde_derive v1.0.228
4802026-05-07T14:22:33.788Z Compiling zerofrom-derive v0.1.6
4812026-05-07T14:22:33.792Z Compiling yoke-derive v0.8.1
4822026-05-07T14:22:33.792Z Compiling zerovec-derive v0.11.2
4832026-05-07T14:22:33.792Z Compiling displaydoc v0.2.5
4842026-05-07T14:22:33.792Z Compiling thiserror-impl v1.0.69
4852026-05-07T14:22:33.792Z Compiling zerocopy-derive v0.7.35
4862026-05-07T14:22:33.792Z Compiling scroll_derive v0.12.1
4872026-05-07T14:22:33.792Z Compiling thiserror-impl v2.0.18
4882026-05-07T14:22:33.792Z Compiling clap_derive v4.5.55
4892026-05-07T14:22:33.896Z Compiling pest_derive v2.8.6
4902026-05-07T14:22:34.497Z Compiling scroll v0.12.0
4912026-05-07T14:22:34.643Z Compiling zerocopy v0.7.35
4922026-05-07T14:22:34.721Z Compiling goblin v0.8.2
4932026-05-07T14:22:34.926Z Compiling dtrace-parser v0.2.0
4942026-05-07T14:22:34.949Z Compiling zerofrom v0.1.6
4952026-05-07T14:22:35.048Z Compiling yoke v0.8.1
4962026-05-07T14:22:35.203Z Compiling zerovec v0.11.5
4972026-05-07T14:22:35.203Z Compiling zerotrie v0.2.3
4982026-05-07T14:22:35.241Z Compiling clap v4.5.60
4992026-05-07T14:22:35.638Z Compiling tinystr v0.8.2
5002026-05-07T14:22:35.638Z Compiling potential_utf v0.1.4
5012026-05-07T14:22:35.766Z Compiling icu_collections v2.1.1
5022026-05-07T14:22:35.795Z Compiling icu_locale_core v2.1.1
5032026-05-07T14:22:36.312Z Compiling toml_datetime v0.6.11
5042026-05-07T14:22:36.312Z Compiling serde_spanned v0.6.9
5052026-05-07T14:22:36.312Z Compiling serde-value v0.7.0
5062026-05-07T14:22:36.315Z Compiling cargo-platform v0.2.0
5072026-05-07T14:22:36.315Z Compiling macaddr v1.0.1
5082026-05-07T14:22:36.330Z Compiling dof v0.3.0
5092026-05-07T14:22:36.333Z Compiling serde_tokenstream v0.2.3
5102026-05-07T14:22:36.365Z Compiling icu_provider v2.1.1
5112026-05-07T14:22:36.484Z Compiling toml_edit v0.22.27
5122026-05-07T14:22:36.642Z Compiling icu_properties v2.1.2
5132026-05-07T14:22:36.646Z Compiling icu_normalizer v2.1.1
5142026-05-07T14:22:37.065Z Compiling usdt-attr-macro v0.5.0
5152026-05-07T14:22:37.068Z Compiling usdt-macro v0.5.0
5162026-05-07T14:22:37.447Z Compiling idna_adapter v1.2.1
5172026-05-07T14:22:37.555Z Compiling idna v1.1.0
5182026-05-07T14:22:37.658Z Compiling usdt v0.5.0
5192026-05-07T14:22:37.759Z Compiling toml v0.8.23
5202026-05-07T14:22:37.801Z Compiling url v2.5.8
5212026-05-07T14:22:38.086Z Compiling cargo_toml v0.21.0
5222026-05-07T14:22:38.199Z Compiling cargo-util-schemas v0.8.2
5232026-05-07T14:22:38.960Z Compiling cargo_metadata v0.21.0
5242026-05-07T14:22:39.875Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5252026-05-07T14:22:41.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.24s
5262026-05-07T14:22:42.262Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5272026-05-07T14:22:42.808Z Downloading crates ...
5282026-05-07T14:22:42.893Z Downloaded adler2 v2.0.1
5292026-05-07T14:22:42.905Z Downloaded atomic-waker v1.1.2
5302026-05-07T14:22:42.910Z Downloaded async-recursion v1.1.1
5312026-05-07T14:22:42.913Z Downloaded bb8 v0.8.6
5322026-05-07T14:22:42.916Z Downloaded csv-core v0.1.13
5332026-05-07T14:22:42.920Z Downloaded bitflags v1.3.2
5342026-05-07T14:22:42.920Z Downloaded async-stream-impl v0.3.6
5352026-05-07T14:22:42.923Z Downloaded ctr v0.9.2
5362026-05-07T14:22:42.926Z Downloaded atomicwrites v0.4.4
5372026-05-07T14:22:42.926Z Downloaded atty v0.2.14
5382026-05-07T14:22:42.929Z Downloaded crossbeam-epoch v0.9.18
5392026-05-07T14:22:42.932Z Downloaded crc-catalog v2.4.0
5402026-05-07T14:22:42.935Z Downloaded castaway v0.2.4
5412026-05-07T14:22:42.935Z Downloaded bit-set v0.8.0
5422026-05-07T14:22:42.939Z Downloaded bitfield-struct v0.6.2
5432026-05-07T14:22:42.941Z Downloaded bitfield-macros v0.19.4
5442026-05-07T14:22:42.946Z Downloaded cstr-argument v0.1.2
5452026-05-07T14:22:42.946Z Downloaded crucible-workspace-hack v0.1.0
5462026-05-07T14:22:42.949Z Downloaded cpufeatures v0.3.0
5472026-05-07T14:22:42.949Z Downloaded ciborium-ll v0.2.2
5482026-05-07T14:22:42.949Z Downloaded cfg_aliases v0.2.1
5492026-05-07T14:22:42.949Z Downloaded bcrypt-pbkdf v0.10.0
5502026-05-07T14:22:42.949Z Downloaded arrayref v0.3.9
5512026-05-07T14:22:42.952Z Downloaded endian-type v0.1.2
5522026-05-07T14:22:42.952Z Downloaded darling_macro v0.23.0
5532026-05-07T14:22:42.952Z Downloaded ciborium-io v0.2.2
5542026-05-07T14:22:42.952Z Downloaded crossbeam-deque v0.8.6
5552026-05-07T14:22:42.958Z Downloaded dof v0.4.0
5562026-05-07T14:22:42.961Z Downloaded bit-vec v0.6.3
5572026-05-07T14:22:42.961Z Downloaded async-stream v0.3.6
5582026-05-07T14:22:42.961Z Downloaded embedded-io v0.6.1
5592026-05-07T14:22:42.965Z Downloaded argon2 v0.5.3
5602026-05-07T14:22:42.965Z Downloaded dtrace-parser v0.3.0
5612026-05-07T14:22:42.968Z Downloaded fallible-iterator v0.2.0
5622026-05-07T14:22:42.968Z Downloaded cobs v0.3.0
5632026-05-07T14:22:42.968Z Downloaded block-padding v0.3.3
5642026-05-07T14:22:42.968Z Downloaded base16ct v0.2.0
5652026-05-07T14:22:42.971Z Downloaded critical-section v1.2.0
5662026-05-07T14:22:42.974Z Downloaded foreign-types-shared v0.1.1
5672026-05-07T14:22:42.974Z Downloaded assert_matches v1.5.0
5682026-05-07T14:22:42.974Z Downloaded foreign-types-macros v0.2.3
5692026-05-07T14:22:42.974Z Downloaded document-features v0.2.12
5702026-05-07T14:22:42.978Z Downloaded crc8 v0.1.1
5712026-05-07T14:22:42.978Z Downloaded embedded-io v0.4.0
5722026-05-07T14:22:42.982Z Downloaded float-ord v0.3.2
5732026-05-07T14:22:42.982Z Downloaded difflib v0.4.0
5742026-05-07T14:22:42.985Z Downloaded crunchy v0.2.4
5752026-05-07T14:22:42.985Z Downloaded array-init v0.0.4
5762026-05-07T14:22:42.985Z Downloaded dirs-next v2.0.0
5772026-05-07T14:22:42.985Z Downloaded cfg_aliases v0.1.1
5782026-05-07T14:22:42.989Z Downloaded downcast-rs v2.0.2
5792026-05-07T14:22:42.989Z Downloaded convert_case v0.4.0
5802026-05-07T14:22:42.989Z Downloaded aead v0.5.2
5812026-05-07T14:22:42.993Z Downloaded dunce v1.0.5
5822026-05-07T14:22:42.993Z Downloaded dirs-sys-next v0.1.2
5832026-05-07T14:22:42.993Z Downloaded fd-lock v4.0.4
5842026-05-07T14:22:42.993Z Downloaded foreign-types v0.5.0
5852026-05-07T14:22:42.996Z Downloaded crc32fast v1.5.0
5862026-05-07T14:22:42.996Z Downloaded crc v3.4.0
5872026-05-07T14:22:42.996Z Downloaded compression-core v0.4.31
5882026-05-07T14:22:42.999Z Downloaded display-error-chain v0.2.2
5892026-05-07T14:22:42.999Z Downloaded defmt v0.3.100
5902026-05-07T14:22:42.999Z Downloaded crossbeam-channel v0.5.15
5912026-05-07T14:22:43.002Z Downloaded dropshot-api-manager-types v0.7.1
5922026-05-07T14:22:43.002Z Downloaded der_derive v0.7.3
5932026-05-07T14:22:43.005Z Downloaded crossbeam-utils v0.8.21
5942026-05-07T14:22:43.005Z Downloaded ascii-canvas v3.0.0
5952026-05-07T14:22:43.005Z Downloaded foreign-types v0.3.2
5962026-05-07T14:22:43.008Z Downloaded cargo-platform v0.1.9
5972026-05-07T14:22:43.008Z Downloaded dyn-clone v1.0.20
5982026-05-07T14:22:43.011Z Downloaded curve25519-dalek-derive v0.1.1
5992026-05-07T14:22:43.014Z Downloaded compression-codecs v0.4.37
6002026-05-07T14:22:43.017Z Downloaded cargo_metadata v0.19.2
6012026-05-07T14:22:43.017Z Downloaded derive_builder_macro v0.20.2
6022026-05-07T14:22:43.017Z Downloaded constant_time_eq v0.4.2
6032026-05-07T14:22:43.020Z Downloaded bitfield v0.19.4
6042026-05-07T14:22:43.020Z Downloaded clang-sys v1.8.1
6052026-05-07T14:22:43.022Z Downloaded diesel_table_macro_syntax v0.3.0
6062026-05-07T14:22:43.023Z Downloaded darling_macro v0.20.11
6072026-05-07T14:22:43.023Z Downloaded float-cmp v0.10.0
6082026-05-07T14:22:43.026Z Downloaded futures-io v0.3.32
6092026-05-07T14:22:43.026Z Downloaded git-stub v1.0.0
6102026-05-07T14:22:43.026Z Downloaded env_filter v1.0.0
6112026-05-07T14:22:43.026Z Downloaded ghash v0.5.1
6122026-05-07T14:22:43.030Z Downloaded futures-sink v0.3.32
6132026-05-07T14:22:43.030Z Downloaded bzip2 v0.6.1
6142026-05-07T14:22:43.030Z Downloaded gethostname v0.5.0
6152026-05-07T14:22:43.033Z Downloaded debug-ignore v1.0.5
6162026-05-07T14:22:43.033Z Downloaded bcs v0.1.6
6172026-05-07T14:22:43.033Z Downloaded flagset v0.4.7
6182026-05-07T14:22:43.036Z Downloaded cipher v0.4.4
6192026-05-07T14:22:43.036Z Downloaded chacha20 v0.9.1
6202026-05-07T14:22:43.037Z Downloaded enum-as-inner v0.6.1
6212026-05-07T14:22:43.039Z Downloaded dsl_auto_type v0.2.0
6222026-05-07T14:22:43.039Z Downloaded foreign-types-shared v0.3.1
6232026-05-07T14:22:43.040Z Downloaded erased-serde v0.3.31
6242026-05-07T14:22:43.044Z Downloaded cmake v0.1.57
6252026-05-07T14:22:43.044Z Downloaded async-trait v0.1.89
6262026-05-07T14:22:43.047Z Downloaded camino-tempfile-ext v0.3.3
6272026-05-07T14:22:43.047Z Downloaded byte-wrapper v0.1.0
6282026-05-07T14:22:43.047Z Downloaded deranged v0.5.8
6292026-05-07T14:22:43.050Z Downloaded data-encoding v2.10.0
6302026-05-07T14:22:43.050Z Downloaded const_format_proc_macros v0.2.34
6312026-05-07T14:22:43.050Z Downloaded futures-core v0.3.32
6322026-05-07T14:22:43.053Z Downloaded buf-list v1.1.2
6332026-05-07T14:22:43.053Z Downloaded fxhash v0.2.1
6342026-05-07T14:22:43.053Z Downloaded foldhash v0.2.0
6352026-05-07T14:22:43.057Z Downloaded arrayvec v0.7.6
6362026-05-07T14:22:43.057Z Downloaded ena v0.14.4
6372026-05-07T14:22:43.057Z Downloaded diff v0.1.13
6382026-05-07T14:22:43.060Z Downloaded futures-macro v0.3.32
6392026-05-07T14:22:43.060Z Downloaded globwalk v0.9.1
6402026-05-07T14:22:43.063Z Downloaded bit-vec v0.8.0
6412026-05-07T14:22:43.063Z Downloaded bit-set v0.5.3
6422026-05-07T14:22:43.063Z Downloaded cbc v0.1.2
6432026-05-07T14:22:43.065Z Downloaded hash32 v0.3.1
6442026-05-07T14:22:43.065Z Downloaded cassowary v0.3.0
6452026-05-07T14:22:43.065Z Downloaded hash32 v0.2.1
6462026-05-07T14:22:43.068Z Downloaded hex v0.4.3
6472026-05-07T14:22:43.068Z Downloaded diesel-dtrace v0.5.0
6482026-05-07T14:22:43.071Z Downloaded corncobs v0.1.4
6492026-05-07T14:22:43.071Z Downloaded console v0.16.2
6502026-05-07T14:22:43.071Z Downloaded console v0.15.11
6512026-05-07T14:22:43.074Z Downloaded cancel-safe-futures v0.1.5
6522026-05-07T14:22:43.077Z Downloaded hex-literal v0.4.1
6532026-05-07T14:22:43.077Z Downloaded foldhash v0.1.5
6542026-05-07T14:22:43.077Z Downloaded headers-core v0.3.0
6552026-05-07T14:22:43.077Z Downloaded cookie_store v0.22.1
6562026-05-07T14:22:43.080Z Downloaded fs_extra v1.3.0
6572026-05-07T14:22:43.080Z Downloaded ff v0.13.1
6582026-05-07T14:22:43.083Z Downloaded futures-task v0.3.32
6592026-05-07T14:22:43.083Z Downloaded ed25519 v2.2.3
6602026-05-07T14:22:43.088Z Downloaded daft v0.1.5
6612026-05-07T14:22:43.088Z Downloaded fs-err v2.11.0
6622026-05-07T14:22:43.088Z Downloaded hubpack_derive v0.1.1
6632026-05-07T14:22:43.091Z Downloaded drift v0.1.3
6642026-05-07T14:22:43.091Z Downloaded ident_case v1.0.1
6652026-05-07T14:22:43.091Z Downloaded derive-ex v0.1.8
6662026-05-07T14:22:43.091Z Downloaded defmt v1.0.1
6672026-05-07T14:22:43.094Z Downloaded hostname v0.4.2
6682026-05-07T14:22:43.097Z Downloaded hubpack v0.1.2
6692026-05-07T14:22:43.097Z Downloaded httpdate v1.0.3
6702026-05-07T14:22:43.100Z Downloaded http-body v1.0.1
6712026-05-07T14:22:43.100Z Downloaded blake2 v0.10.6
6722026-05-07T14:22:43.100Z Downloaded ahash v0.8.12
6732026-05-07T14:22:43.105Z Downloaded hostname v0.3.1
6742026-05-07T14:22:43.105Z Downloaded hyper-tls v0.6.0
6752026-05-07T14:22:43.108Z Downloaded crypto-bigint v0.5.5
6762026-05-07T14:22:43.108Z Downloaded chacha20 v0.10.0
6772026-05-07T14:22:43.111Z Downloaded base64ct v1.8.3
6782026-05-07T14:22:43.111Z Downloaded funty v2.0.0
6792026-05-07T14:22:43.114Z Downloaded defmt-macros v1.0.1
6802026-05-07T14:22:43.114Z Downloaded cookie v0.18.1
6812026-05-07T14:22:43.117Z Downloaded globset v0.4.18
6822026-05-07T14:22:43.117Z Downloaded darling_core v0.21.3
6832026-05-07T14:22:43.120Z Downloaded inout v0.1.4
6842026-05-07T14:22:43.124Z Downloaded git-stub-vcs v0.1.0
6852026-05-07T14:22:43.124Z Downloaded filetime v0.2.27
6862026-05-07T14:22:43.124Z Downloaded indoc v1.0.9
6872026-05-07T14:22:43.127Z Downloaded is-terminal v0.4.17
6882026-05-07T14:22:43.127Z Downloaded instant v0.1.13
6892026-05-07T14:22:43.127Z Downloaded glob v0.3.3
6902026-05-07T14:22:43.127Z Downloaded group v0.13.0
6912026-05-07T14:22:43.130Z Downloaded futures-executor v0.3.32
6922026-05-07T14:22:43.130Z Downloaded is_ci v1.2.0
6932026-05-07T14:22:43.130Z Downloaded bytes v1.11.1
6942026-05-07T14:22:43.133Z Downloaded internet-checksum v0.2.1
6952026-05-07T14:22:43.135Z Downloaded instability v0.3.11
6962026-05-07T14:22:43.135Z Downloaded colored v2.2.0
6972026-05-07T14:22:43.135Z Downloaded lalrpop-util v0.19.12
6982026-05-07T14:22:43.139Z Downloaded lazy_static v1.5.0
6992026-05-07T14:22:43.139Z Downloaded futures-channel v0.3.32
7002026-05-07T14:22:43.142Z Downloaded getrandom v0.2.17
7012026-05-07T14:22:43.142Z Downloaded lru v0.12.5
7022026-05-07T14:22:43.142Z Downloaded highway v1.3.0
7032026-05-07T14:22:43.145Z Downloaded hyper-staticfile v0.10.1
7042026-05-07T14:22:43.145Z Downloaded http-body-util v0.1.3
7052026-05-07T14:22:43.147Z Downloaded darling v0.23.0
7062026-05-07T14:22:43.150Z Downloaded kstat-rs v0.2.4
7072026-05-07T14:22:43.150Z Downloaded fixedbitset v0.5.7
7082026-05-07T14:22:43.153Z Downloaded ecdsa v0.16.9
7092026-05-07T14:22:43.153Z Downloaded darling v0.21.3
7102026-05-07T14:22:43.156Z Downloaded lru-slab v0.1.2
7112026-05-07T14:22:43.159Z Downloaded memoffset v0.9.1
7122026-05-07T14:22:43.159Z Downloaded libscf-sys v1.1.0
7132026-05-07T14:22:43.159Z Downloaded md5 v0.7.0
7142026-05-07T14:22:43.159Z Downloaded md-5 v0.10.6
7152026-05-07T14:22:43.164Z Downloaded mime v0.3.17
7162026-05-07T14:22:43.164Z Downloaded darling v0.20.11
7172026-05-07T14:22:43.169Z Downloaded lru-cache v0.1.2
7182026-05-07T14:22:43.169Z Downloaded bzip2 v0.4.4
7192026-05-07T14:22:43.169Z Downloaded indoc v2.0.7
7202026-05-07T14:22:43.172Z Downloaded humantime v2.3.0
7212026-05-07T14:22:43.172Z Downloaded crc-any v2.5.0
7222026-05-07T14:22:43.172Z Downloaded maybe-uninit v2.0.0
7232026-05-07T14:22:43.172Z Downloaded match_cfg v0.1.0
7242026-05-07T14:22:43.175Z Downloaded maplit v1.0.2
7252026-05-07T14:22:43.175Z Downloaded impl-trait-for-tuples v0.2.3
7262026-05-07T14:22:43.175Z Downloaded managed v0.8.0
7272026-05-07T14:22:43.180Z Downloaded ciborium v0.2.2
7282026-05-07T14:22:43.180Z Downloaded allocator-api2 v0.2.21
7292026-05-07T14:22:43.184Z Downloaded nodrop v0.1.14
7302026-05-07T14:22:43.184Z Downloaded nibble_vec v0.1.0
7312026-05-07T14:22:43.184Z Downloaded newtype_derive v0.1.6
7322026-05-07T14:22:43.184Z Downloaded newline-converter v0.3.0
7332026-05-07T14:22:43.184Z Downloaded new_debug_unreachable v1.0.6
7342026-05-07T14:22:43.187Z Downloaded crossterm v0.28.1
7352026-05-07T14:22:43.187Z Downloaded half v1.8.3
7362026-05-07T14:22:43.190Z Downloaded newtype-uuid-macros v0.1.0
7372026-05-07T14:22:43.190Z Downloaded base64 v0.22.1
7382026-05-07T14:22:43.192Z Downloaded indent_write v2.2.0
7392026-05-07T14:22:43.193Z Downloaded jobserver v0.1.34
7402026-05-07T14:22:43.195Z Downloaded ipnet v2.11.0
7412026-05-07T14:22:43.195Z Downloaded ingot v0.1.1
7422026-05-07T14:22:43.199Z Downloaded flume v0.11.1
7432026-05-07T14:22:43.199Z Downloaded num-conv v0.2.0
7442026-05-07T14:22:43.201Z Downloaded num-iter v0.1.45
7452026-05-07T14:22:43.202Z Downloaded num-derive v0.4.2
7462026-05-07T14:22:43.202Z Downloaded num-derive v0.3.3
7472026-05-07T14:22:43.205Z Downloaded normalize-line-endings v0.3.0
7482026-05-07T14:22:43.205Z Downloaded nonempty v0.12.0
7492026-05-07T14:22:43.205Z Downloaded num v0.4.3
7502026-05-07T14:22:43.207Z Downloaded elliptic-curve v0.13.8
7512026-05-07T14:22:43.207Z Downloaded num_enum_derive v0.5.11
7522026-05-07T14:22:43.210Z Downloaded lock_api v0.4.14
7532026-05-07T14:22:43.210Z Downloaded hmac v0.12.1
7542026-05-07T14:22:43.213Z Downloaded num_threads v0.1.7
7552026-05-07T14:22:43.213Z Downloaded getrandom v0.3.4
7562026-05-07T14:22:43.216Z Downloaded linked-hash-map v0.5.6
7572026-05-07T14:22:43.216Z Downloaded libsw v3.5.0
7582026-05-07T14:22:43.216Z Downloaded des v0.8.1
7592026-05-07T14:22:43.220Z Downloaded httparse v1.10.1
7602026-05-07T14:22:43.220Z Downloaded libefi-sys v0.1.0
7612026-05-07T14:22:43.220Z Downloaded openssl-macros v0.1.1
7622026-05-07T14:22:43.223Z Downloaded hyper-rustls v0.27.7
7632026-05-07T14:22:43.223Z Downloaded fatfs v0.3.6
7642026-05-07T14:22:43.226Z Downloaded lzss v0.8.2
7652026-05-07T14:22:43.226Z Downloaded libloading v0.8.9
7662026-05-07T14:22:43.228Z Downloaded openssl-probe v0.1.6
7672026-05-07T14:22:43.228Z Downloaded multimap v0.10.1
7682026-05-07T14:22:43.228Z Downloaded iana-time-zone v0.1.65
7692026-05-07T14:22:43.231Z Downloaded opaque-debug v0.3.1
7702026-05-07T14:22:43.232Z Downloaded oso-derive v0.27.3
7712026-05-07T14:22:43.232Z Downloaded openssl-probe v0.2.1
7722026-05-07T14:22:43.234Z Downloaded packed_struct_codegen v0.10.1
7732026-05-07T14:22:43.234Z Downloaded olpc-cjson v0.1.4
7742026-05-07T14:22:43.234Z Downloaded parse-size v1.1.0
7752026-05-07T14:22:43.237Z Downloaded parse-display v0.10.0
7762026-05-07T14:22:43.237Z Downloaded linear-map v1.2.0
7772026-05-07T14:22:43.237Z Downloaded libsw-core v0.3.2
7782026-05-07T14:22:43.240Z Downloaded multer v3.1.0
7792026-05-07T14:22:43.240Z Downloaded mime_guess v2.0.5
7802026-05-07T14:22:43.243Z Downloaded dropshot_endpoint v0.16.7
7812026-05-07T14:22:43.243Z Downloaded derive_more v0.99.20
7822026-05-07T14:22:43.246Z Downloaded native-tls v0.2.18
7832026-05-07T14:22:43.249Z Downloaded half v2.7.1
7842026-05-07T14:22:43.249Z Downloaded ingot-types v0.1.2
7852026-05-07T14:22:43.252Z Downloaded futures v0.3.32
7862026-05-07T14:22:43.254Z Downloaded arc-swap v1.8.2
7872026-05-07T14:22:43.257Z Downloaded nu-ansi-term v0.50.3
7882026-05-07T14:22:43.257Z Downloaded derive_builder v0.20.2
7892026-05-07T14:22:43.260Z Downloaded dropshot_endpoint v0.17.0
7902026-05-07T14:22:43.263Z Downloaded pin-utils v0.1.0
7912026-05-07T14:22:43.263Z Downloaded compact_str v0.8.1
7922026-05-07T14:22:43.266Z Downloaded ingot-macros v0.1.1
7932026-05-07T14:22:43.266Z Downloaded path-slash v0.1.5
7942026-05-07T14:22:43.272Z Downloaded num-rational v0.4.2
7952026-05-07T14:22:43.272Z Downloaded ipnetwork v0.21.1
7962026-05-07T14:22:43.272Z Downloaded darling_core v0.20.11
7972026-05-07T14:22:43.275Z Downloaded phf_shared v0.13.1
7982026-05-07T14:22:43.275Z Downloaded peg-runtime v0.8.5
7992026-05-07T14:22:43.275Z Downloaded pbkdf2 v0.11.0
8002026-05-07T14:22:43.278Z Downloaded litrs v1.0.0
8012026-05-07T14:22:43.278Z Downloaded nanorand v0.7.0
8022026-05-07T14:22:43.281Z Downloaded derive-where v1.6.0
8032026-05-07T14:22:43.284Z Downloaded daft-derive v0.1.5
8042026-05-07T14:22:43.286Z Downloaded darling_core v0.23.0
8052026-05-07T14:22:43.289Z Downloaded phf_shared v0.11.3
8062026-05-07T14:22:43.289Z Downloaded num_enum v0.7.5
8072026-05-07T14:22:43.292Z Downloaded phf_shared v0.12.1
8082026-05-07T14:22:43.292Z Downloaded ed25519-dalek v2.2.0
8092026-05-07T14:22:43.296Z Downloaded owo-colors v4.3.0
8102026-05-07T14:22:43.299Z Downloaded ignore v0.4.25
8112026-05-07T14:22:43.299Z Downloaded oxnet v0.1.4
8122026-05-07T14:22:43.299Z Downloaded indexmap v1.9.3
8132026-05-07T14:22:43.302Z Downloaded predicates-tree v1.0.13
8142026-05-07T14:22:43.302Z Downloaded predicates-core v1.0.10
8152026-05-07T14:22:43.302Z Downloaded precomputed-hash v0.1.1
8162026-05-07T14:22:43.305Z Downloaded oxide-tokio-rt v0.1.4
8172026-05-07T14:22:43.305Z Downloaded num_enum v0.5.11
8182026-05-07T14:22:43.308Z Downloaded packed_struct v0.10.1
8192026-05-07T14:22:43.308Z Downloaded num-complex v0.4.6
8202026-05-07T14:22:43.310Z Downloaded keccak v0.1.6
8212026-05-07T14:22:43.310Z Downloaded derive_builder_core v0.20.2
8222026-05-07T14:22:43.313Z Downloaded colored v3.1.1
8232026-05-07T14:22:43.313Z Downloaded home v0.5.12
8242026-05-07T14:22:43.313Z Downloaded progenitor-client v0.10.0
8252026-05-07T14:22:43.316Z Downloaded find-msvc-tools v0.1.9
8262026-05-07T14:22:43.316Z Downloaded either v1.15.0
8272026-05-07T14:22:43.319Z Downloaded http-range v0.1.5
8282026-05-07T14:22:43.319Z Downloaded peg-macros v0.8.5
8292026-05-07T14:22:43.319Z Downloaded env_logger v0.11.9
8302026-05-07T14:22:43.322Z Downloaded base64 v0.21.7
8312026-05-07T14:22:43.324Z Downloaded defmt-parser v1.0.0
8322026-05-07T14:22:43.324Z Downloaded const-oid v0.9.6
8332026-05-07T14:22:43.324Z Downloaded progenitor-client v0.14.0
8342026-05-07T14:22:43.327Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-05-07T14:22:43.327Z Downloaded async-bb8-diesel v0.2.1
8362026-05-07T14:22:43.327Z Downloaded proc-macro-crate v1.3.1
8372026-05-07T14:22:43.342Z Downloaded progenitor-macro v0.10.0
8382026-05-07T14:22:43.345Z Downloaded der v0.7.10
8392026-05-07T14:22:43.348Z Downloaded parking_lot_core v0.8.6
8402026-05-07T14:22:43.348Z Downloaded pin-project-internal v1.1.11
8412026-05-07T14:22:43.350Z Downloaded psl-types v2.0.11
8422026-05-07T14:22:43.350Z Downloaded progenitor-macro v0.14.0
8432026-05-07T14:22:43.353Z Downloaded crossterm v0.29.0
8442026-05-07T14:22:43.356Z Downloaded derive_more-impl v2.1.1
8452026-05-07T14:22:43.359Z Downloaded radium v0.7.0
8462026-05-07T14:22:43.359Z Downloaded quick-error v1.2.3
8472026-05-07T14:22:43.362Z Downloaded peg v0.8.5
8482026-05-07T14:22:43.362Z Downloaded paste v1.0.15
8492026-05-07T14:22:43.365Z Downloaded rand_chacha v0.3.1
8502026-05-07T14:22:43.365Z Downloaded poly1305 v0.8.0
8512026-05-07T14:22:43.369Z Downloaded proc-macro-crate v3.4.0
8522026-05-07T14:22:43.369Z Downloaded pem v3.0.6
8532026-05-07T14:22:43.372Z Downloaded num-integer v0.1.46
8542026-05-07T14:22:43.372Z Downloaded derive_more v2.1.1
8552026-05-07T14:22:43.376Z Downloaded powerfmt v0.2.0
8562026-05-07T14:22:43.380Z Downloaded rand_xorshift v0.4.0
8572026-05-07T14:22:43.380Z Downloaded ref-cast v1.0.25
8582026-05-07T14:22:43.387Z Downloaded memmap2 v0.9.10
8592026-05-07T14:22:43.387Z Downloaded parking_lot v0.12.5
8602026-05-07T14:22:43.387Z Downloaded progenitor-client v0.11.2
8612026-05-07T14:22:43.390Z Downloaded predicates v3.1.4
8622026-05-07T14:22:43.390Z Downloaded password-hash v0.5.0
8632026-05-07T14:22:43.391Z Downloaded recursive v0.1.1
8642026-05-07T14:22:43.391Z Downloaded hickory-resolver v0.25.2
8652026-05-07T14:22:43.391Z Downloaded omicron-zone-package v0.12.2
8662026-05-07T14:22:43.394Z Downloaded async-compression v0.4.41
8672026-05-07T14:22:43.396Z Downloaded hickory-resolver v0.24.4
8682026-05-07T14:22:43.399Z Downloaded progenitor v0.13.0
8692026-05-07T14:22:43.402Z Downloaded ref-cast-impl v1.0.25
8702026-05-07T14:22:43.402Z Downloaded progenitor v0.14.0
8712026-05-07T14:22:43.402Z Downloaded progenitor v0.11.2
8722026-05-07T14:22:43.405Z Downloaded progenitor-client v0.13.0
8732026-05-07T14:22:43.405Z Downloaded headers v0.4.1
8742026-05-07T14:22:43.408Z Downloaded expectorate v1.2.0
8752026-05-07T14:22:43.411Z Downloaded proc-macro-error2 v2.0.1
8762026-05-07T14:22:43.411Z Downloaded pkcs1 v0.7.5
8772026-05-07T14:22:43.414Z Downloaded progenitor-macro v0.13.0
8782026-05-07T14:22:43.414Z Downloaded pkcs5 v0.7.1
8792026-05-07T14:22:43.417Z Downloaded polyval v0.6.2
8802026-05-07T14:22:43.417Z Downloaded rfc6979 v0.4.0
8812026-05-07T14:22:43.417Z Downloaded parking_lot_core v0.9.12
8822026-05-07T14:22:43.420Z Downloaded parking_lot v0.11.2
8832026-05-07T14:22:43.420Z Downloaded flate2 v1.1.9
8842026-05-07T14:22:43.423Z Downloaded rtoolbox v0.0.3
8852026-05-07T14:22:43.425Z Downloaded aes v0.8.4
8862026-05-07T14:22:43.428Z Downloaded pkcs8 v0.10.2
8872026-05-07T14:22:43.428Z Downloaded rustc_version v0.4.1
8882026-05-07T14:22:43.431Z Downloaded rustc_version v0.1.7
8892026-05-07T14:22:43.431Z Downloaded pkg-config v0.3.32
8902026-05-07T14:22:43.431Z Downloaded progenitor v0.10.0
8912026-05-07T14:22:43.435Z Downloaded r2d2 v0.8.10
8922026-05-07T14:22:43.435Z Downloaded postcard v1.1.3
8932026-05-07T14:22:43.435Z Downloaded russh-cryptovec v0.7.3
8942026-05-07T14:22:43.435Z Downloaded pin-project-lite v0.2.17
8952026-05-07T14:22:43.438Z Downloaded rand_chacha v0.9.0
8962026-05-07T14:22:43.442Z Downloaded psm v0.1.30
8972026-05-07T14:22:43.442Z Downloaded rand_seeder v0.4.0
8982026-05-07T14:22:43.447Z Downloaded rand_core v0.10.0
8992026-05-07T14:22:43.447Z Downloaded rand_core v0.9.5
9002026-05-07T14:22:43.447Z Downloaded indicatif v0.18.4
9012026-05-07T14:22:43.451Z Downloaded password-hash v0.4.2
9022026-05-07T14:22:43.451Z Downloaded oso v0.27.3
9032026-05-07T14:22:43.451Z Downloaded bumpalo v3.20.2
9042026-05-07T14:22:43.456Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-05-07T14:22:43.456Z Downloaded rand_core v0.6.4
9062026-05-07T14:22:43.456Z Downloaded postgres-types v0.2.12
9072026-05-07T14:22:43.456Z Downloaded p256 v0.13.2
9082026-05-07T14:22:43.459Z Downloaded chacha20poly1305 v0.10.1
9092026-05-07T14:22:43.459Z Downloaded scheduled-thread-pool v0.2.7
9102026-05-07T14:22:43.463Z Downloaded progenitor-extras v0.2.0
9112026-05-07T14:22:43.463Z Downloaded heapless v0.7.17
9122026-05-07T14:22:43.465Z Downloaded ppv-lite86 v0.2.21
9132026-05-07T14:22:43.466Z Downloaded postgres-protocol v0.6.10
9142026-05-07T14:22:43.466Z Downloaded scopeguard v1.2.0
9152026-05-07T14:22:43.468Z Downloaded num_enum_derive v0.7.5
9162026-05-07T14:22:43.468Z Downloaded libbz2-rs-sys v0.2.2
9172026-05-07T14:22:43.468Z Downloaded heapless v0.8.0
9182026-05-07T14:22:43.472Z Downloaded miniz_oxide v0.8.9
9192026-05-07T14:22:43.475Z Downloaded hashbrown v0.13.2
9202026-05-07T14:22:43.475Z Downloaded same-file v1.0.6
9212026-05-07T14:22:43.477Z Downloaded papergrid v0.17.0
9222026-05-07T14:22:43.480Z Downloaded scroll_derive v0.13.1
9232026-05-07T14:22:43.480Z Downloaded progenitor-macro v0.11.2
9242026-05-07T14:22:43.480Z Downloaded parse-display-derive v0.10.0
9252026-05-07T14:22:43.483Z Downloaded newtype-uuid v1.3.2
9262026-05-07T14:22:43.483Z Downloaded phf v0.13.1
9272026-05-07T14:22:43.483Z Downloaded phf v0.12.1
9282026-05-07T14:22:43.486Z Downloaded resolv-conf v0.7.6
9292026-05-07T14:22:43.486Z Downloaded primeorder v0.13.6
9302026-05-07T14:22:43.486Z Downloaded secrecy v0.8.0
9312026-05-07T14:22:43.489Z Downloaded pem-rfc7468 v0.7.0
9322026-05-07T14:22:43.489Z Downloaded pbkdf2 v0.12.2
9332026-05-07T14:22:43.489Z Downloaded const_format v0.2.35
9342026-05-07T14:22:43.491Z Downloaded serde-big-array v0.5.1
9352026-05-07T14:22:43.494Z Downloaded serde_urlencoded v0.7.1
9362026-05-07T14:22:43.494Z Downloaded serde_plain v1.0.2
9372026-05-07T14:22:43.497Z Downloaded serde_spanned v1.0.4
9382026-05-07T14:22:43.497Z Downloaded serde_repr v0.1.20
9392026-05-07T14:22:43.497Z Downloaded seq-macro v0.3.6
9402026-05-07T14:22:43.500Z Downloaded quinn-udp v0.5.14
9412026-05-07T14:22:43.500Z Downloaded semver v0.1.20
9422026-05-07T14:22:43.500Z Downloaded secrecy v0.10.3
9432026-05-07T14:22:43.503Z Downloaded openssl-sys v0.9.114
9442026-05-07T14:22:43.506Z Downloaded salsa20 v0.10.2
9452026-05-07T14:22:43.506Z Downloaded rustls-pemfile v2.2.0
9462026-05-07T14:22:43.509Z Downloaded rustls-pemfile v1.0.4
9472026-05-07T14:22:43.509Z Downloaded rustls-native-certs v0.8.3
9482026-05-07T14:22:43.512Z Downloaded signature v2.2.0
9492026-05-07T14:22:43.512Z Downloaded aes-gcm v0.10.3
9502026-05-07T14:22:43.515Z Downloaded shell-words v1.1.1
9512026-05-07T14:22:43.515Z Downloaded sha1 v0.10.6
9522026-05-07T14:22:43.515Z Downloaded signal-hook-mio v0.2.5
9532026-05-07T14:22:43.515Z Downloaded pin-project v1.1.11
9542026-05-07T14:22:43.523Z Downloaded rusty-fork v0.3.1
9552026-05-07T14:22:43.526Z Downloaded jiff-static v0.2.21
9562026-05-07T14:22:43.526Z Downloaded scrypt v0.11.0
9572026-05-07T14:22:43.529Z Downloaded rustc-hash v2.1.1
9582026-05-07T14:22:43.529Z Downloaded prefix-trie v0.7.0
9592026-05-07T14:22:43.532Z Downloaded sapling-renderdag v0.1.0
9602026-05-07T14:22:43.532Z Downloaded rustversion v1.0.22
9612026-05-07T14:22:43.532Z Downloaded sigpipe v0.1.3
9622026-05-07T14:22:43.534Z Downloaded signal-hook-tokio v0.3.1
9632026-05-07T14:22:43.534Z Downloaded cc v1.2.56
9642026-05-07T14:22:43.537Z Downloaded siphasher v1.0.2
9652026-05-07T14:22:43.537Z Downloaded ar_archive_writer v0.5.1
9662026-05-07T14:22:43.540Z Downloaded slog-bunyan v2.5.0
9672026-05-07T14:22:43.540Z Downloaded backon v1.6.0
9682026-05-07T14:22:43.543Z Downloaded convert_case v0.10.0
9692026-05-07T14:22:43.543Z Downloaded fixedbitset v0.4.2
9702026-05-07T14:22:43.543Z Downloaded blowfish v0.9.1
9712026-05-07T14:22:43.546Z Downloaded http v1.4.0
9722026-05-07T14:22:43.546Z Downloaded dropshot-api-manager v0.7.1
9732026-05-07T14:22:43.550Z Downloaded diesel_derives v2.3.7
9742026-05-07T14:22:43.554Z Downloaded progenitor-impl v0.13.0
9752026-05-07T14:22:43.559Z Downloaded minimal-lexical v0.2.1
9762026-05-07T14:22:43.559Z Downloaded slog-envlogger v2.2.0
9772026-05-07T14:22:43.559Z Downloaded schemars_derive v0.8.22
9782026-05-07T14:22:43.562Z Downloaded hashbrown v0.12.3
9792026-05-07T14:22:43.562Z Downloaded backoff v0.4.0
9802026-05-07T14:22:43.562Z Downloaded serde_bytes v0.11.19
9812026-05-07T14:22:43.565Z Downloaded darling_macro v0.21.3
9822026-05-07T14:22:43.565Z Downloaded cexpr v0.6.0
9832026-05-07T14:22:43.565Z Downloaded sec1 v0.7.3
9842026-05-07T14:22:43.568Z Downloaded sct v0.7.1
9852026-05-07T14:22:43.569Z Downloaded ssh-cipher v0.2.0
9862026-05-07T14:22:43.571Z Downloaded scroll v0.13.0
9872026-05-07T14:22:43.571Z Downloaded serde-hex v0.1.0
9882026-05-07T14:22:43.571Z Downloaded serde_derive_internals v0.29.1
9892026-05-07T14:22:43.579Z Downloaded shlex v1.3.0
9902026-05-07T14:22:43.583Z Downloaded hyper-util v0.1.20
9912026-05-07T14:22:43.583Z Downloaded sqlparser_derive v0.5.0
9922026-05-07T14:22:43.586Z Downloaded strip-ansi-escapes v0.2.1
9932026-05-07T14:22:43.586Z Downloaded rustls-pki-types v1.14.0
9942026-05-07T14:22:43.589Z Downloaded structmeta-derive v0.3.0
9952026-05-07T14:22:43.593Z Downloaded pretty_assertions v1.4.1
9962026-05-07T14:22:43.593Z Downloaded signal-hook-registry v1.4.8
9972026-05-07T14:22:43.596Z Downloaded structmeta v0.3.0
9982026-05-07T14:22:43.596Z Downloaded hickory-server v0.25.2
9992026-05-07T14:22:43.601Z Downloaded prettyplease v0.2.37
10002026-05-07T14:22:43.604Z Downloaded supports-color v3.0.2
10012026-05-07T14:22:43.607Z Downloaded strum v0.27.2
10022026-05-07T14:22:43.607Z Downloaded strum v0.26.3
10032026-05-07T14:22:43.607Z Downloaded slog-dtrace v0.3.0
10042026-05-07T14:22:43.607Z Downloaded slog-async v2.8.0
10052026-05-07T14:22:43.610Z Downloaded sync_wrapper v1.0.2
10062026-05-07T14:22:43.610Z Downloaded tabwriter v1.4.1
10072026-05-07T14:22:43.610Z Downloaded smallvec v0.6.14
10082026-05-07T14:22:43.613Z Downloaded subtle v2.6.1
10092026-05-07T14:22:43.613Z Downloaded slab v0.4.12
10102026-05-07T14:22:43.613Z Downloaded simd-adler32 v0.3.8
10112026-05-07T14:22:43.616Z Downloaded tap v1.0.1
10122026-05-07T14:22:43.622Z Downloaded slog-term v2.9.2
10132026-05-07T14:22:43.626Z Downloaded smf v0.2.3
10142026-05-07T14:22:43.626Z Downloaded slog-stdlog v4.1.1
10152026-05-07T14:22:43.628Z Downloaded progenitor-impl v0.14.0
10162026-05-07T14:22:43.628Z Downloaded sync-ptr v0.1.4
10172026-05-07T14:22:43.631Z Downloaded spki v0.7.3
10182026-05-07T14:22:43.631Z Downloaded testing_table v0.3.0
10192026-05-07T14:22:43.631Z Downloaded termtree v0.5.1
10202026-05-07T14:22:43.634Z Downloaded take_mut v0.2.2
10212026-05-07T14:22:43.634Z Downloaded tagptr v0.2.0
10222026-05-07T14:22:43.634Z Downloaded tabled_derive v0.11.0
10232026-05-07T14:22:43.634Z Downloaded snafu-derive v0.8.9
10242026-05-07T14:22:43.638Z Downloaded progenitor-impl v0.11.2
10252026-05-07T14:22:43.638Z Downloaded serde_path_to_error v0.1.20
10262026-05-07T14:22:43.641Z Downloaded serde_cbor v0.11.2
10272026-05-07T14:22:43.641Z Downloaded ron v0.8.1
10282026-05-07T14:22:43.644Z Downloaded thiserror-impl-no-std v2.0.2
10292026-05-07T14:22:43.647Z Downloaded sqlformat v0.3.5
10302026-05-07T14:22:43.647Z Downloaded itertools v0.10.5
10312026-05-07T14:22:43.650Z Downloaded progenitor-impl v0.10.0
10322026-05-07T14:22:43.653Z Downloaded stacker v0.1.23
10332026-05-07T14:22:43.653Z Downloaded serde_with_macros v3.17.0
10342026-05-07T14:22:43.655Z Downloaded time-core v0.1.8
10352026-05-07T14:22:43.655Z Downloaded thread-id v5.1.0
10362026-05-07T14:22:43.655Z Downloaded ssh-encoding v0.2.0
10372026-05-07T14:22:43.665Z Downloaded tinyvec_macros v0.1.1
10382026-05-07T14:22:43.665Z Downloaded tokio-macros v2.7.0
10392026-05-07T14:22:43.665Z Downloaded rustls-platform-verifier v0.6.2
10402026-05-07T14:22:43.665Z Downloaded stringprep v0.1.5
10412026-05-07T14:22:43.665Z Downloaded string_cache v0.8.9
10422026-05-07T14:22:43.665Z Downloaded static_assertions v1.1.0
10432026-05-07T14:22:43.668Z Downloaded libxml v0.3.3
10442026-05-07T14:22:43.668Z Downloaded rayon-core v1.13.0
10452026-05-07T14:22:43.671Z Downloaded slog-json v2.6.1
10462026-05-07T14:22:43.675Z Downloaded strum_macros v0.27.2
10472026-05-07T14:22:43.675Z Downloaded slog-scope v4.4.1
10482026-05-07T14:22:43.675Z Downloaded num-bigint v0.4.6
10492026-05-07T14:22:43.678Z Downloaded support-bundle-viewer v0.1.2
10502026-05-07T14:22:43.681Z Downloaded russh-keys v0.45.0
10512026-05-07T14:22:43.681Z Downloaded rcgen v0.12.1
10522026-05-07T14:22:43.699Z Downloaded strum_macros v0.26.4
10532026-05-07T14:22:43.703Z Downloaded termios v0.3.3
10542026-05-07T14:22:43.703Z Downloaded schemars v0.8.22
10552026-05-07T14:22:43.707Z Downloaded tower-service v0.3.3
10562026-05-07T14:22:43.711Z Downloaded thiserror-no-std v2.0.2
10572026-05-07T14:22:43.714Z Downloaded tower-layer v0.3.3
10582026-05-07T14:22:43.714Z Downloaded nom v7.1.3
10592026-05-07T14:22:43.717Z Downloaded signal-hook v0.3.18
10602026-05-07T14:22:43.717Z Downloaded serde_yaml v0.9.34+deprecated
10612026-05-07T14:22:43.720Z Downloaded tokio-dtrace v0.1.1
10622026-05-07T14:22:43.720Z Downloaded tiny-keccak v2.0.2
10632026-05-07T14:22:43.723Z Downloaded trait-variant v0.1.2
10642026-05-07T14:22:43.723Z Downloaded thread_local v1.1.9
10652026-05-07T14:22:43.723Z Downloaded hashbrown v0.16.1
10662026-05-07T14:22:43.726Z Downloaded tls_codec_derive v0.4.2
10672026-05-07T14:22:43.729Z Downloaded try-lock v0.2.5
10682026-05-07T14:22:43.729Z Downloaded tokio-native-tls v0.3.1
10692026-05-07T14:22:43.729Z Downloaded tls_codec v0.4.2
10702026-05-07T14:22:43.733Z Downloaded ryu v1.0.23
10712026-05-07T14:22:43.737Z Downloaded similar v2.7.0
10722026-05-07T14:22:43.737Z Downloaded itertools v0.13.0
10732026-05-07T14:22:43.741Z Downloaded unarray v0.1.4
10742026-05-07T14:22:43.745Z Downloaded tokio-tungstenite v0.23.1
10752026-05-07T14:22:43.745Z Downloaded tokio-rustls v0.25.0
10762026-05-07T14:22:43.748Z Downloaded itertools v0.12.1
10772026-05-07T14:22:43.752Z Downloaded unit-prefix v0.5.2
10782026-05-07T14:22:43.752Z Downloaded unicode-truncate v1.1.0
10792026-05-07T14:22:43.752Z Downloaded strum_macros v0.24.3
10802026-05-07T14:22:43.755Z Downloaded typify-macro v0.4.3
10812026-05-07T14:22:43.755Z Downloaded typify-macro v0.6.2
10822026-05-07T14:22:43.755Z Downloaded time-macros v0.2.27
10832026-05-07T14:22:43.755Z Downloaded universal-hash v0.5.1
10842026-05-07T14:22:43.755Z Downloaded publicsuffix v2.3.0
10852026-05-07T14:22:43.759Z Downloaded untrusted v0.7.1
10862026-05-07T14:22:43.759Z Downloaded utf-8 v0.7.6
10872026-05-07T14:22:43.759Z Downloaded usdt-macro v0.6.0
10882026-05-07T14:22:43.759Z Downloaded mio v1.2.0
10892026-05-07T14:22:43.762Z Downloaded quinn v0.11.9
10902026-05-07T14:22:43.767Z Downloaded tokio-tungstenite v0.21.0
10912026-05-07T14:22:43.770Z Downloaded usdt v0.6.0
10922026-05-07T14:22:43.770Z Downloaded untrusted v0.9.0
10932026-05-07T14:22:43.773Z Downloaded usdt-attr-macro v0.6.0
10942026-05-07T14:22:43.776Z Downloaded rsa v0.9.10
10952026-05-07T14:22:43.779Z Downloaded hashbrown v0.15.5
10962026-05-07T14:22:43.782Z Downloaded term v0.7.0
10972026-05-07T14:22:43.785Z Downloaded topological-sort v0.2.2
10982026-05-07T14:22:43.785Z Downloaded toml_writer v1.0.6+spec-1.1.0
10992026-05-07T14:22:43.785Z Downloaded rand v0.9.2
11002026-05-07T14:22:43.788Z Downloaded socket2 v0.6.3
11012026-05-07T14:22:43.788Z Downloaded socket2 v0.5.10
11022026-05-07T14:22:43.791Z Downloaded rand v0.8.5
11032026-05-07T14:22:43.791Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-05-07T14:22:43.794Z Downloaded spin v0.9.8
11052026-05-07T14:22:43.794Z Downloaded wait-timeout v0.2.1
11062026-05-07T14:22:43.797Z Downloaded void v1.0.2
11072026-05-07T14:22:43.797Z Downloaded waitgroup v0.1.2
11082026-05-07T14:22:43.797Z Downloaded schemars v0.9.0
11092026-05-07T14:22:43.803Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11102026-05-07T14:22:43.806Z Downloaded num-bigint-dig v0.8.6
11112026-05-07T14:22:43.809Z Downloaded want v0.3.1
11122026-05-07T14:22:43.814Z Downloaded unicase v2.9.0
11132026-05-07T14:22:43.814Z Downloaded rand v0.10.0
11142026-05-07T14:22:43.814Z Downloaded tokio-rustls v0.24.1
11152026-05-07T14:22:43.817Z Downloaded futures-util v0.3.32
11162026-05-07T14:22:43.822Z Downloaded tui-tree-widget v0.23.1
11172026-05-07T14:22:43.825Z Downloaded subprocess v0.2.15
11182026-05-07T14:22:43.825Z Downloaded hyper v1.8.1
11192026-05-07T14:22:43.829Z Downloaded tokio-rustls v0.26.4
11202026-05-07T14:22:43.832Z Downloaded snafu v0.8.9
11212026-05-07T14:22:43.835Z Downloaded slog v2.8.2
11222026-05-07T14:22:43.838Z Downloaded xshell-macros v0.2.7
11232026-05-07T14:22:43.838Z Downloaded rustls-webpki v0.103.9
11242026-05-07T14:22:43.838Z Downloaded zeroize_derive v1.4.3
11252026-05-07T14:22:43.841Z Downloaded usdt-impl v0.6.0
11262026-05-07T14:22:43.841Z Downloaded iddqd v0.3.18
11272026-05-07T14:22:43.844Z Downloaded zone_cfg_derive v0.3.1
11282026-05-07T14:22:43.844Z Downloaded aho-corasick v1.1.4
11292026-05-07T14:22:43.847Z Downloaded zone v0.3.1
11302026-05-07T14:22:43.850Z Downloaded qorb v0.4.1
11312026-05-07T14:22:43.853Z Downloaded uzers v0.12.2
11322026-05-07T14:22:43.853Z Downloaded h2 v0.4.13
11332026-05-07T14:22:43.856Z Downloaded term v1.2.1
11342026-05-07T14:22:43.859Z Downloaded samael v0.0.19
11352026-05-07T14:22:43.862Z Downloaded vergen-gitcl v1.0.8
11362026-05-07T14:22:43.866Z Downloaded vergen-lib v0.1.6
11372026-05-07T14:22:43.866Z Downloaded tracing-attributes v0.1.31
11382026-05-07T14:22:43.870Z Downloaded tinyvec v1.10.0
11392026-05-07T14:22:43.870Z Downloaded itertools v0.14.0
11402026-05-07T14:22:43.873Z Downloaded vsss-rs v3.3.4
11412026-05-07T14:22:43.876Z Downloaded iri-string v0.7.10
11422026-05-07T14:22:43.879Z Downloaded whoami v1.6.1
11432026-05-07T14:22:43.882Z Downloaded twox-hash v2.1.2
11442026-05-07T14:22:43.882Z Downloaded p521 v0.13.3
11452026-05-07T14:22:43.889Z Downloaded xattr v1.6.1
11462026-05-07T14:22:43.897Z Downloaded schemars v1.2.1
11472026-05-07T14:22:43.905Z Downloaded xshell v0.2.7
11482026-05-07T14:22:43.910Z Downloaded zeroize v1.8.2
11492026-05-07T14:22:43.910Z Downloaded toml v1.0.6+spec-1.1.0
11502026-05-07T14:22:43.910Z Downloaded toml v0.7.8
11512026-05-07T14:22:43.914Z Downloaded tokio-stream v0.1.18
11522026-05-07T14:22:43.917Z Downloaded test-strategy v0.4.5
11532026-05-07T14:22:43.917Z Downloaded vergen v9.0.6
11542026-05-07T14:22:43.920Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-05-07T14:22:43.920Z Downloaded wyz v0.5.1
11562026-05-07T14:22:43.920Z Downloaded vergen-git2 v1.0.7
11572026-05-07T14:22:43.925Z Downloaded whoami v2.1.0
11582026-05-07T14:22:43.925Z Downloaded tar v0.4.45
11592026-05-07T14:22:43.928Z Downloaded walkdir v2.5.0
11602026-05-07T14:22:43.931Z Downloaded russh v0.45.0
11612026-05-07T14:22:43.934Z Downloaded zstd-safe v7.2.4
11622026-05-07T14:22:43.934Z Downloaded zstd v0.13.3
11632026-05-07T14:22:43.938Z Downloaded tungstenite v0.21.0
11642026-05-07T14:22:43.941Z Downloaded tungstenite v0.23.0
11652026-05-07T14:22:43.941Z Downloaded steno v0.4.1
11662026-05-07T14:22:43.943Z Downloaded libm v0.2.16
11672026-05-07T14:22:43.950Z Downloaded unicode-bidi v0.3.18
11682026-05-07T14:22:43.953Z Downloaded typify v0.4.3
11692026-05-07T14:22:43.953Z Downloaded yasna v0.5.2
11702026-05-07T14:22:43.953Z Downloaded unicode-properties v0.1.4
11712026-05-07T14:22:43.956Z Downloaded typify v0.6.2
11722026-05-07T14:22:43.959Z Downloaded unsafe-libyaml v0.2.11
11732026-05-07T14:22:43.959Z Downloaded rustyline v14.0.0
11742026-05-07T14:22:43.963Z Downloaded blake3 v1.8.3
11752026-05-07T14:22:43.966Z Downloaded hkdf v0.12.4
11762026-05-07T14:22:43.969Z Downloaded tracing-core v0.1.36
11772026-05-07T14:22:43.970Z Downloaded toml v0.9.12+spec-1.1.0
11782026-05-07T14:22:43.977Z Downloaded toml_edit v0.23.10+spec-1.0.0
11792026-05-07T14:22:43.988Z Downloaded vte v0.14.1
11802026-05-07T14:22:44.005Z Downloaded uuid v1.23.0
11812026-05-07T14:22:44.013Z Downloaded reedline v0.40.0
11822026-05-07T14:22:44.016Z Downloaded zerocopy v0.6.6
11832026-05-07T14:22:44.027Z Downloaded zopfli v0.8.3
11842026-05-07T14:22:44.031Z Downloaded rpassword v7.4.0
11852026-05-07T14:22:44.031Z Downloaded toml_edit v0.19.15
11862026-05-07T14:22:44.043Z Downloaded unicode_categories v0.1.1
11872026-05-07T14:22:44.049Z Downloaded reqwest v0.12.28
11882026-05-07T14:22:44.055Z Downloaded chrono v0.4.44
11892026-05-07T14:22:44.059Z Downloaded bitvec v1.0.1
11902026-05-07T14:22:44.067Z Downloaded zip v0.6.6
11912026-05-07T14:22:44.071Z Downloaded yansi v1.0.1
11922026-05-07T14:22:44.074Z Downloaded p384 v0.13.1
11932026-05-07T14:22:44.079Z Downloaded reqwest v0.13.2
11942026-05-07T14:22:44.079Z Downloaded tower v0.5.3
11952026-05-07T14:22:44.083Z Downloaded ssh-key v0.6.7
11962026-05-07T14:22:44.088Z Downloaded tokio-postgres v0.7.16
11972026-05-07T14:22:44.092Z Downloaded lalrpop v0.19.12
11982026-05-07T14:22:44.096Z Downloaded portable-atomic v1.13.1
11992026-05-07T14:22:44.100Z Downloaded bindgen v0.71.1
12002026-05-07T14:22:44.106Z Downloaded salty v0.3.0
12012026-05-07T14:22:44.111Z Downloaded typed-path v0.9.3
12022026-05-07T14:22:44.114Z Downloaded git2 v0.20.4
12032026-05-07T14:22:44.117Z Downloaded rayon v1.11.0
12042026-05-07T14:22:44.123Z Downloaded rustls-webpki v0.101.7
12052026-05-07T14:22:44.130Z Downloaded zerocopy-derive v0.8.40
12062026-05-07T14:22:44.135Z Downloaded quick-xml v0.37.5
12072026-05-07T14:22:44.138Z Downloaded goblin v0.10.5
12082026-05-07T14:22:44.143Z Downloaded aws-lc-rs v1.16.0
12092026-05-07T14:22:44.149Z Downloaded unicode-segmentation v1.12.0
12102026-05-07T14:22:44.152Z Downloaded regex v1.12.3
12112026-05-07T14:22:44.156Z Downloaded petname v2.0.2
12122026-05-07T14:22:44.159Z Downloaded zip v4.6.1
12132026-05-07T14:22:44.164Z Downloaded moka v0.12.13
12142026-05-07T14:22:44.167Z Downloaded curve25519-dalek v4.1.3
12152026-05-07T14:22:44.172Z Downloaded unicode-normalization v0.1.25
12162026-05-07T14:22:44.177Z Downloaded tower-http v0.6.8
12172026-05-07T14:22:44.181Z Downloaded x509-cert v0.2.5
12182026-05-07T14:22:44.184Z Downloaded rustls-webpki v0.102.8
12192026-05-07T14:22:44.195Z Downloaded serde_with v3.17.0
12202026-05-07T14:22:44.205Z Downloaded tokio-util v0.7.18
12212026-05-07T14:22:44.209Z Downloaded proptest v1.10.0
12222026-05-07T14:22:44.214Z Downloaded quinn-proto v0.11.13
12232026-05-07T14:22:44.218Z Downloaded object v0.30.4
12242026-05-07T14:22:44.225Z Downloaded winnow v0.6.26
12252026-05-07T14:22:44.232Z Downloaded openssl v0.10.78
12262026-05-07T14:22:44.237Z Downloaded nix v0.27.1
12272026-05-07T14:22:44.243Z Downloaded winnow v0.5.40
12282026-05-07T14:22:44.249Z Downloaded radix_trie v0.2.1
12292026-05-07T14:22:44.252Z Downloaded polar-core v0.27.3
12302026-05-07T14:22:44.258Z Downloaded tough v0.20.0
12312026-05-07T14:22:44.263Z Downloaded nix v0.29.0
12322026-05-07T14:22:44.270Z Downloaded bstr v1.12.1
12332026-05-07T14:22:44.281Z Downloaded tabled v0.20.0
12342026-05-07T14:22:44.290Z Downloaded dropshot v0.16.7
12352026-05-07T14:22:44.303Z Downloaded time v0.3.47
12362026-05-07T14:22:44.311Z Downloaded nix v0.31.2
12372026-05-07T14:22:44.317Z Downloaded regex-syntax v0.6.29
12382026-05-07T14:22:44.322Z Downloaded zlib-rs v0.6.2
12392026-05-07T14:22:44.325Z Downloaded hickory-proto v0.25.2
12402026-05-07T14:22:44.333Z Downloaded vcpkg v0.2.15
12412026-05-07T14:22:44.356Z Downloaded zerocopy v0.8.40
12422026-05-07T14:22:44.361Z Downloaded diesel v2.3.7
12432026-05-07T14:22:44.374Z Downloaded smoltcp v0.11.0
12442026-05-07T14:22:44.381Z Downloaded rustls v0.21.12
12452026-05-07T14:22:44.386Z Downloaded regress v0.11.1
12462026-05-07T14:22:44.392Z Downloaded webpki-roots v1.0.6
12472026-05-07T14:22:44.395Z Downloaded rustls v0.22.4
12482026-05-07T14:22:44.403Z Downloaded regress v0.10.5
12492026-05-07T14:22:44.408Z Downloaded openapiv3 v2.2.0
12502026-05-07T14:22:44.415Z Downloaded hickory-proto v0.24.4
12512026-05-07T14:22:44.423Z Downloaded rustls v0.23.37
12522026-05-07T14:22:44.430Z Downloaded dropshot v0.17.0
12532026-05-07T14:22:44.442Z Downloaded regex-syntax v0.8.10
12542026-05-07T14:22:44.447Z Downloaded tracing v0.1.44
12552026-05-07T14:22:44.460Z Downloaded smoltcp v0.9.1
12562026-05-07T14:22:44.466Z Downloaded object v0.37.3
12572026-05-07T14:22:44.473Z Downloaded rustix v0.38.44
12582026-05-07T14:22:44.486Z Downloaded csv v1.4.0
12592026-05-07T14:22:44.498Z Downloaded nix v0.28.0
12602026-05-07T14:22:44.504Z Downloaded petgraph v0.6.5
12612026-05-07T14:22:44.525Z Downloaded petgraph v0.8.3
12622026-05-07T14:22:44.545Z Downloaded sqlparser v0.61.0
12632026-05-07T14:22:44.552Z Downloaded sled v0.34.7
12642026-05-07T14:22:44.557Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12652026-05-07T14:22:44.568Z Downloaded typify-impl v0.6.2
12662026-05-07T14:22:44.576Z Downloaded sha3 v0.10.8
12672026-05-07T14:22:44.583Z Downloaded ratatui v0.29.0
12682026-05-07T14:22:44.595Z Downloaded encoding_rs v0.8.35
12692026-05-07T14:22:44.608Z Downloaded typify-impl v0.4.3
12702026-05-07T14:22:44.616Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-05-07T14:22:44.623Z Downloaded regex-automata v0.4.14
12722026-05-07T14:22:44.641Z Downloaded zerocopy-derive v0.6.6
12732026-05-07T14:22:44.671Z Downloaded jiff v0.2.21
12742026-05-07T14:22:44.682Z Downloaded chrono-tz v0.10.4
12752026-05-07T14:22:44.715Z Downloaded libz-sys v1.1.24
12762026-05-07T14:22:44.735Z Downloaded tokio v1.52.1
12772026-05-07T14:22:44.855Z Downloaded ring v0.17.14
12782026-05-07T14:22:44.900Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-05-07T14:22:45.381Z Downloaded aws-lc-sys v0.37.1
12802026-05-07T14:22:45.616Z Compiling libc v0.2.185
12812026-05-07T14:22:45.620Z Compiling serde v1.0.228
12822026-05-07T14:22:45.620Z Compiling log v0.4.29
12832026-05-07T14:22:45.620Z Compiling find-msvc-tools v0.1.9
12842026-05-07T14:22:45.620Z Compiling shlex v1.3.0
12852026-05-07T14:22:45.620Z Compiling smallvec v1.15.1
12862026-05-07T14:22:45.757Z Compiling typenum v1.19.0
12872026-05-07T14:22:45.760Z Compiling subtle v2.6.1
12882026-05-07T14:22:45.794Z Compiling generic-array v0.14.7
12892026-05-07T14:22:45.807Z Compiling scopeguard v1.2.0
12902026-05-07T14:22:45.811Z Compiling const-oid v0.9.6
12912026-05-07T14:22:45.859Z Compiling portable-atomic v1.13.1
12922026-05-07T14:22:45.885Z Compiling syn v2.0.117
12932026-05-07T14:22:45.885Z Compiling zerocopy v0.8.40
12942026-05-07T14:22:45.888Z Compiling serde_json v1.0.149
12952026-05-07T14:22:45.888Z Compiling critical-section v1.2.0
12962026-05-07T14:22:45.951Z Compiling lock_api v0.4.14
12972026-05-07T14:22:45.969Z Compiling parking_lot_core v0.9.12
12982026-05-07T14:22:45.969Z Compiling pin-project-lite v0.2.17
12992026-05-07T14:22:46.017Z Compiling pkg-config v0.3.32
13002026-05-07T14:22:46.031Z Compiling bitflags v2.11.0
13012026-05-07T14:22:46.046Z Compiling libm v0.2.16
13022026-05-07T14:22:46.089Z Compiling num-traits v0.2.19
13032026-05-07T14:22:46.117Z Compiling futures-core v0.3.32
13042026-05-07T14:22:46.148Z Compiling percent-encoding v2.3.2
13052026-05-07T14:22:46.178Z Compiling futures-sink v0.3.32
13062026-05-07T14:22:46.220Z Compiling cpufeatures v0.2.17
13072026-05-07T14:22:46.283Z Compiling futures-io v0.3.32
13082026-05-07T14:22:46.298Z Compiling futures-channel v0.3.32
13092026-05-07T14:22:46.301Z Compiling slab v0.4.12
13102026-05-07T14:22:46.328Z Compiling getrandom v0.4.1
13112026-05-07T14:22:46.331Z Compiling futures-task v0.3.32
13122026-05-07T14:22:46.382Z Compiling rand_core v0.10.0
13132026-05-07T14:22:46.420Z Compiling getrandom v0.3.4
13142026-05-07T14:22:46.467Z Compiling rustversion v1.0.22
13152026-05-07T14:22:46.503Z Compiling indexmap v2.14.0
13162026-05-07T14:22:46.533Z Compiling form_urlencoded v1.2.2
13172026-05-07T14:22:46.549Z Compiling base64ct v1.8.3
13182026-05-07T14:22:46.563Z Compiling dunce v1.0.5
13192026-05-07T14:22:46.577Z Compiling ident_case v1.0.1
13202026-05-07T14:22:46.616Z Compiling fs_extra v1.3.0
13212026-05-07T14:22:46.636Z Compiling flagset v0.4.7
13222026-05-07T14:22:46.674Z Compiling rustix v1.1.3
13232026-05-07T14:22:46.693Z Compiling getrandom v0.2.17
13242026-05-07T14:22:46.722Z Compiling jobserver v0.1.34
13252026-05-07T14:22:46.736Z Compiling errno v0.3.14
13262026-05-07T14:22:46.797Z Compiling mio v1.2.0
13272026-05-07T14:22:46.813Z Compiling socket2 v0.6.3
13282026-05-07T14:22:46.883Z Compiling rand_core v0.6.4
13292026-05-07T14:22:46.904Z Compiling signal-hook-registry v1.4.8
13302026-05-07T14:22:46.918Z Compiling once_cell v1.21.3
13312026-05-07T14:22:46.954Z Compiling cc v1.2.56
13322026-05-07T14:22:47.009Z Compiling parking_lot v0.12.5
13332026-05-07T14:22:47.109Z Compiling pem-rfc7468 v0.7.0
13342026-05-07T14:22:47.141Z Compiling iana-time-zone v0.1.65
13352026-05-07T14:22:47.155Z Compiling uuid v1.23.0
13362026-05-07T14:22:47.192Z Compiling rustc_version v0.4.1
13372026-05-07T14:22:47.206Z Compiling vcpkg v0.2.15
13382026-05-07T14:22:47.221Z Compiling regex-syntax v0.8.10
13392026-05-07T14:22:47.317Z Compiling aws-lc-rs v1.16.0
13402026-05-07T14:22:47.361Z Compiling tracing-core v0.1.36
13412026-05-07T14:22:47.416Z Compiling rand_core v0.9.5
13422026-05-07T14:22:47.432Z Compiling schemars v0.8.22
13432026-05-07T14:22:47.459Z Compiling httparse v1.10.1
13442026-05-07T14:22:47.507Z Compiling untrusted v0.7.1
13452026-05-07T14:22:47.536Z Compiling openssl-probe v0.2.1
13462026-05-07T14:22:47.633Z Compiling base64 v0.22.1
13472026-05-07T14:22:47.649Z Compiling untrusted v0.9.0
13482026-05-07T14:22:47.661Z Compiling atomic-waker v1.1.2
13492026-05-07T14:22:47.695Z Compiling tower-service v0.3.3
13502026-05-07T14:22:47.710Z Compiling cmake v0.1.57
13512026-05-07T14:22:47.731Z Compiling tower-layer v0.3.3
13522026-05-07T14:22:47.746Z Compiling rustls v0.23.37
13532026-05-07T14:22:47.782Z Compiling try-lock v0.2.5
13542026-05-07T14:22:47.798Z Compiling tinyvec_macros v0.1.1
13552026-05-07T14:22:47.811Z Compiling dyn-clone v1.0.20
13562026-05-07T14:22:47.878Z Compiling want v0.3.1
13572026-05-07T14:22:47.908Z Compiling tinyvec v1.10.0
13582026-05-07T14:22:47.924Z Compiling spin v0.9.8
13592026-05-07T14:22:47.927Z Compiling aho-corasick v1.1.4
13602026-05-07T14:22:47.927Z Compiling pin-utils v0.1.0
13612026-05-07T14:22:47.969Z Compiling num-conv v0.2.0
13622026-05-07T14:22:47.972Z Compiling crc32fast v1.5.0
13632026-05-07T14:22:47.972Z Compiling openssl v0.10.78
13642026-05-07T14:22:48.009Z Compiling powerfmt v0.2.0
13652026-05-07T14:22:48.024Z Compiling time-core v0.1.8
13662026-05-07T14:22:48.039Z Compiling foreign-types-shared v0.1.1
13672026-05-07T14:22:48.062Z Compiling httpdate v1.0.3
13682026-05-07T14:22:48.130Z Compiling foreign-types v0.3.2
13692026-05-07T14:22:48.145Z Compiling wait-timeout v0.2.1
13702026-05-07T14:22:48.148Z Compiling native-tls v0.2.18
13712026-05-07T14:22:48.148Z Compiling simd-adler32 v0.3.8
13722026-05-07T14:22:48.192Z Compiling time-macros v0.2.27
13732026-05-07T14:22:48.216Z Compiling deranged v0.5.8
13742026-05-07T14:22:48.231Z Compiling siphasher v1.0.2
13752026-05-07T14:22:48.246Z Compiling bit-vec v0.8.0
13762026-05-07T14:22:48.249Z Compiling quick-error v1.2.3
13772026-05-07T14:22:48.289Z Compiling usdt-impl v0.6.0
13782026-05-07T14:22:48.310Z Compiling syn v1.0.109
13792026-05-07T14:22:48.331Z Compiling num_threads v0.1.7
13802026-05-07T14:22:48.380Z Compiling tempfile v3.25.0
13812026-05-07T14:22:48.410Z Compiling crossbeam-utils v0.8.21
13822026-05-07T14:22:48.436Z Compiling bit-set v0.8.0
13832026-05-07T14:22:48.465Z Compiling unicode-normalization v0.1.25
13842026-05-07T14:22:48.465Z Compiling slog v2.8.2
13852026-05-07T14:22:48.496Z Compiling rand_xorshift v0.4.0
13862026-05-07T14:22:48.542Z Compiling heapless v0.7.17
13872026-05-07T14:22:48.588Z Compiling aws-lc-sys v0.37.1
13882026-05-07T14:22:48.614Z Compiling ring v0.17.14
13892026-05-07T14:22:48.645Z Compiling openssl-sys v0.9.114
13902026-05-07T14:22:48.661Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13912026-05-07T14:22:48.691Z Compiling rusty-fork v0.3.1
13922026-05-07T14:22:48.691Z Compiling bzip2-sys v0.1.13+1.0.8
13932026-05-07T14:22:48.738Z Compiling synstructure v0.13.2
13942026-05-07T14:22:48.758Z Compiling pest_generator v2.8.6
13952026-05-07T14:22:48.778Z Compiling serde_derive_internals v0.29.1
13962026-05-07T14:22:48.804Z Compiling darling_core v0.20.11
13972026-05-07T14:22:48.939Z Compiling regex-automata v0.4.14
13982026-05-07T14:22:49.005Z Compiling darling_core v0.21.3
13992026-05-07T14:22:49.027Z Compiling thread-id v5.1.0
14002026-05-07T14:22:49.121Z Compiling sync_wrapper v1.0.2
14012026-05-07T14:22:49.231Z Compiling cookie v0.18.1
14022026-05-07T14:22:49.246Z Compiling unicode-bidi v0.3.18
14032026-05-07T14:22:49.330Z Compiling time v0.3.47
14042026-05-07T14:22:49.377Z Compiling allocator-api2 v0.2.21
14052026-05-07T14:22:49.436Z Compiling adler2 v2.0.1
14062026-05-07T14:22:49.482Z Compiling unicode-properties v0.1.4
14072026-05-07T14:22:49.579Z Compiling zstd-safe v7.2.4
14082026-05-07T14:22:49.649Z Compiling paste v1.0.15
14092026-05-07T14:22:49.715Z Compiling anyhow v1.0.102
14102026-05-07T14:22:49.730Z Compiling signal-hook v0.3.18
14112026-05-07T14:22:49.733Z Compiling unarray v0.1.4
14122026-05-07T14:22:49.745Z Compiling stringprep v0.1.5
14132026-05-07T14:22:49.802Z Compiling miniz_oxide v0.8.9
14142026-05-07T14:22:50.034Z Compiling num-integer v0.1.46
14152026-05-07T14:22:50.052Z Compiling vergen-lib v0.1.6
14162026-05-07T14:22:50.248Z Compiling curve25519-dalek v4.1.3
14172026-05-07T14:22:50.272Z Compiling ff v0.13.1
14182026-05-07T14:22:50.334Z Compiling hash32 v0.2.1
14192026-05-07T14:22:50.369Z Compiling memoffset v0.9.1
14202026-05-07T14:22:50.425Z Compiling litrs v1.0.0
14212026-05-07T14:22:50.449Z Compiling zlib-rs v0.6.2
14222026-05-07T14:22:50.493Z Compiling smoltcp v0.9.1
14232026-05-07T14:22:50.517Z Compiling serde_derive v1.0.228
14242026-05-07T14:22:50.546Z Compiling zeroize_derive v1.4.3
14252026-05-07T14:22:50.579Z Compiling zerofrom-derive v0.1.6
14262026-05-07T14:22:50.607Z Compiling yoke-derive v0.8.1
14272026-05-07T14:22:50.642Z Compiling zerocopy-derive v0.8.40
14282026-05-07T14:22:50.852Z Compiling zerovec-derive v0.11.2
14292026-05-07T14:22:50.969Z Compiling displaydoc v0.2.5
14302026-05-07T14:22:50.984Z Compiling tokio-macros v2.7.0
14312026-05-07T14:22:51.178Z Compiling futures-macro v0.3.32
14322026-05-07T14:22:51.224Z Compiling zeroize v1.8.2
14332026-05-07T14:22:51.623Z Compiling der_derive v0.7.3
14342026-05-07T14:22:51.757Z Compiling thiserror-impl v2.0.18
14352026-05-07T14:22:51.771Z Compiling rustls-pki-types v1.14.0
14362026-05-07T14:22:51.805Z Compiling tracing-attributes v0.1.31
14372026-05-07T14:22:52.016Z Compiling crypto-common v0.1.7
14382026-05-07T14:22:52.031Z Compiling block-buffer v0.10.4
14392026-05-07T14:22:52.034Z Compiling futures-util v0.3.32
14402026-05-07T14:22:52.059Z Compiling zerofrom v0.1.6
14412026-05-07T14:22:52.179Z Compiling yoke v0.8.1
14422026-05-07T14:22:52.208Z Compiling digest v0.10.7
14432026-05-07T14:22:52.223Z Compiling block-padding v0.3.3
14442026-05-07T14:22:52.248Z Compiling schemars_derive v0.8.22
14452026-05-07T14:22:52.383Z Compiling zerovec v0.11.5
14462026-05-07T14:22:52.400Z Compiling zerotrie v0.2.3
14472026-05-07T14:22:52.476Z Compiling hmac v0.12.1
14482026-05-07T14:22:52.633Z Compiling inout v0.1.4
14492026-05-07T14:22:52.654Z Compiling sha2 v0.10.9
14502026-05-07T14:22:52.718Z Compiling der v0.7.10
14512026-05-07T14:22:52.818Z Compiling cipher v0.4.4
14522026-05-07T14:22:52.901Z Compiling tinystr v0.8.2
14532026-05-07T14:22:53.113Z Compiling icu_locale_core v2.1.1
14542026-05-07T14:22:53.136Z Compiling potential_utf v0.1.4
14552026-05-07T14:22:53.179Z Compiling salsa20 v0.10.2
14562026-05-07T14:22:53.204Z Compiling pbkdf2 v0.12.2
14572026-05-07T14:22:53.219Z Compiling thiserror v2.0.18
14582026-05-07T14:22:53.222Z Compiling cbc v0.1.2
14592026-05-07T14:22:53.315Z Compiling icu_collections v2.1.1
14602026-05-07T14:22:53.332Z Compiling scrypt v0.11.0
14612026-05-07T14:22:53.348Z Compiling aes v0.8.4
14622026-05-07T14:22:53.348Z Compiling tracing v0.1.44
14632026-05-07T14:22:53.560Z Compiling spki v0.7.3
14642026-05-07T14:22:53.608Z Compiling pest_derive v2.8.6
14652026-05-07T14:22:53.657Z Compiling scroll_derive v0.13.1
14662026-05-07T14:22:53.688Z Compiling darling_macro v0.20.11
14672026-05-07T14:22:53.784Z Compiling icu_provider v2.1.1
14682026-05-07T14:22:53.818Z Compiling pkcs5 v0.7.1
14692026-05-07T14:22:53.920Z Compiling openssl-macros v0.1.1
14702026-05-07T14:22:53.966Z Compiling signature v2.2.0
14712026-05-07T14:22:54.049Z Compiling bytes v1.11.1
14722026-05-07T14:22:54.068Z Compiling icu_properties v2.1.2
14732026-05-07T14:22:54.071Z Compiling icu_normalizer v2.1.1
14742026-05-07T14:22:54.083Z Compiling chrono v0.4.44
14752026-05-07T14:22:54.109Z Compiling ipnet v2.11.0
14762026-05-07T14:22:54.163Z Compiling pkcs8 v0.10.2
14772026-05-07T14:22:54.199Z Compiling darling v0.20.11
14782026-05-07T14:22:54.296Z Compiling derive_builder_core v0.20.2
14792026-05-07T14:22:54.324Z Compiling dtrace-parser v0.3.0
14802026-05-07T14:22:54.385Z Compiling rustls-native-certs v0.8.3
14812026-05-07T14:22:54.423Z Compiling thiserror-impl v1.0.69
14822026-05-07T14:22:54.489Z Compiling scroll_derive v0.12.1
14832026-05-07T14:22:54.506Z Compiling scroll v0.13.0
14842026-05-07T14:22:54.636Z Compiling tokio v1.52.1
14852026-05-07T14:22:54.651Z Compiling http v1.4.0
14862026-05-07T14:22:54.671Z Compiling serde_spanned v0.6.9
14872026-05-07T14:22:54.693Z Compiling erased-serde v0.3.31
14882026-05-07T14:22:54.786Z Compiling goblin v0.10.5
14892026-05-07T14:22:54.865Z Compiling toml_datetime v0.6.11
14902026-05-07T14:22:55.140Z Compiling ppv-lite86 v0.2.21
14912026-05-07T14:22:55.156Z Compiling idna_adapter v1.2.1
14922026-05-07T14:22:55.178Z Compiling serde_tokenstream v0.2.3
14932026-05-07T14:22:55.194Z Compiling derive_builder_macro v0.20.2
14942026-05-07T14:22:55.210Z Compiling scroll v0.12.0
14952026-05-07T14:22:55.245Z Compiling md-5 v0.10.6
14962026-05-07T14:22:55.264Z Compiling webpki-roots v1.0.6
14972026-05-07T14:22:55.280Z Compiling idna v1.1.0
14982026-05-07T14:22:55.316Z Compiling http-body v1.0.1
14992026-05-07T14:22:55.401Z Compiling darling_macro v0.21.3
15002026-05-07T14:22:55.428Z Compiling rand_chacha v0.9.0
15012026-05-07T14:22:55.479Z Compiling http-body-util v0.1.3
15022026-05-07T14:22:55.494Z Compiling rand_chacha v0.3.1
15032026-05-07T14:22:55.510Z Compiling zerocopy-derive v0.7.35
15042026-05-07T14:22:55.522Z Compiling cfg_aliases v0.2.1
15052026-05-07T14:22:55.566Z Compiling base16ct v0.2.0
15062026-05-07T14:22:55.606Z Compiling url v2.5.8
15072026-05-07T14:22:55.621Z Compiling num-bigint-dig v0.8.6
15082026-05-07T14:22:55.694Z Compiling rand v0.9.2
15092026-05-07T14:22:55.744Z Compiling iri-string v0.7.10
15102026-05-07T14:22:55.768Z Compiling rustix v0.38.44
15112026-05-07T14:22:55.806Z Compiling thiserror v1.0.69
15122026-05-07T14:22:55.833Z Compiling ryu v1.0.23
15132026-05-07T14:22:55.922Z Compiling fallible-iterator v0.2.0
15142026-05-07T14:22:55.925Z Compiling psl-types v2.0.11
15152026-05-07T14:22:55.974Z Compiling ref-cast v1.0.25
15162026-05-07T14:22:56.034Z Compiling serde_urlencoded v0.7.1
15172026-05-07T14:22:56.073Z Compiling publicsuffix v2.3.0
15182026-05-07T14:22:56.255Z Compiling proptest v1.10.0
15192026-05-07T14:22:56.270Z Compiling postgres-protocol v0.6.10
15202026-05-07T14:22:56.273Z Compiling darling v0.21.3
15212026-05-07T14:22:56.330Z Compiling rand v0.8.5
15222026-05-07T14:22:56.352Z Compiling derive_builder v0.20.2
15232026-05-07T14:22:56.364Z Compiling sec1 v0.7.3
15242026-05-07T14:22:56.379Z Compiling nix v0.31.2
15252026-05-07T14:22:56.416Z Compiling zerocopy v0.7.35
15262026-05-07T14:22:56.452Z Compiling goblin v0.8.2
15272026-05-07T14:22:56.520Z Compiling cargo-platform v0.1.9
15282026-05-07T14:22:56.774Z Compiling hubpack_derive v0.1.1
15292026-05-07T14:22:56.791Z Compiling flate2 v1.1.9
15302026-05-07T14:22:56.859Z Compiling hkdf v0.12.4
15312026-05-07T14:22:56.905Z Compiling crypto-bigint v0.5.5
15322026-05-07T14:22:56.995Z Compiling ipnetwork v0.21.1
15332026-05-07T14:22:57.009Z Compiling regex v1.12.3
15342026-05-07T14:22:57.041Z Compiling document-features v0.2.12
15352026-05-07T14:22:57.263Z Compiling oxnet v0.1.4
15362026-05-07T14:22:57.284Z Compiling strum_macros v0.27.2
15372026-05-07T14:22:57.297Z Compiling async-trait v0.1.89
15382026-05-07T14:22:57.335Z Compiling daft-derive v0.1.5
15392026-05-07T14:22:57.440Z Compiling curve25519-dalek-derive v0.1.1
15402026-05-07T14:22:57.455Z Compiling ref-cast-impl v1.0.25
15412026-05-07T14:22:57.486Z Compiling group v0.13.0
15422026-05-07T14:22:57.669Z Compiling dof v0.4.0
15432026-05-07T14:22:57.685Z Compiling num-iter v0.1.45
15442026-05-07T14:22:57.952Z Compiling phf_shared v0.13.1
15452026-05-07T14:22:58.018Z Compiling terminal_size v0.4.3
15462026-05-07T14:22:58.067Z Compiling lazy_static v1.5.0
15472026-05-07T14:22:58.085Z Compiling vergen v9.0.6
15482026-05-07T14:22:58.124Z Compiling fs-err v3.3.0
15492026-05-07T14:22:58.143Z Compiling ahash v0.8.12
15502026-05-07T14:22:58.173Z Compiling bitflags v1.3.2
15512026-05-07T14:22:58.176Z Compiling unicode-segmentation v1.12.0
15522026-05-07T14:22:58.212Z Compiling managed v0.8.0
15532026-05-07T14:22:58.263Z Compiling bumpalo v3.20.2
15542026-05-07T14:22:58.293Z Compiling winnow v0.5.40
15552026-05-07T14:22:58.340Z Compiling object v0.37.3
15562026-05-07T14:22:58.359Z Compiling libbz2-rs-sys v0.2.2
15572026-05-07T14:22:58.362Z Compiling foldhash v0.1.5
15582026-05-07T14:22:58.387Z Compiling foldhash v0.2.0
15592026-05-07T14:22:58.442Z Compiling tokio-util v0.7.18
15602026-05-07T14:22:58.533Z Compiling tower v0.5.3
15612026-05-07T14:22:58.592Z Compiling newtype-uuid v1.3.2
15622026-05-07T14:22:58.635Z Compiling tokio-native-tls v0.3.1
15632026-05-07T14:22:58.703Z Compiling dof v0.3.0
15642026-05-07T14:22:58.826Z Compiling daft v0.1.5
15652026-05-07T14:22:58.894Z Compiling bzip2 v0.6.1
15662026-05-07T14:22:58.962Z Compiling tower-http v0.6.8
15672026-05-07T14:22:59.060Z Compiling hashbrown v0.16.1
15682026-05-07T14:22:59.063Z Compiling hashbrown v0.15.5
15692026-05-07T14:22:59.090Z Compiling zopfli v0.8.3
15702026-05-07T14:22:59.151Z Compiling h2 v0.4.13
15712026-05-07T14:22:59.184Z Compiling usdt-macro v0.6.0
15722026-05-07T14:22:59.223Z Compiling usdt-attr-macro v0.6.0
15732026-05-07T14:22:59.318Z Compiling strum v0.27.2
15742026-05-07T14:22:59.389Z Compiling clap_builder v4.5.60
15752026-05-07T14:22:59.520Z Compiling phf v0.13.1
15762026-05-07T14:22:59.644Z Compiling toml_edit v0.19.15
15772026-05-07T14:22:59.675Z Compiling signal-hook-mio v0.2.5
15782026-05-07T14:22:59.751Z Compiling cargo_metadata v0.19.2
15792026-05-07T14:22:59.813Z Compiling elliptic-curve v0.13.8
15802026-05-07T14:22:59.878Z Compiling cookie_store v0.22.1
15812026-05-07T14:23:00.013Z Compiling hubpack v0.1.2
15822026-05-07T14:23:00.030Z Compiling bzip2 v0.4.4
15832026-05-07T14:23:00.105Z Compiling zstd v0.13.3
15842026-05-07T14:23:00.150Z Compiling postgres-types v0.2.12
15852026-05-07T14:23:00.216Z Compiling serde_with_macros v3.17.0
15862026-05-07T14:23:00.264Z Compiling dtrace-parser v0.2.0
15872026-05-07T14:23:00.294Z Compiling ed25519 v2.2.3
15882026-05-07T14:23:00.396Z Compiling pkcs1 v0.7.5
15892026-05-07T14:23:00.458Z Compiling serde-big-array v0.5.1
15902026-05-07T14:23:00.566Z Compiling hex v0.4.3
15912026-05-07T14:23:00.618Z Compiling rfc6979 v0.4.0
15922026-05-07T14:23:00.740Z Compiling bstr v1.12.1
15932026-05-07T14:23:00.762Z Compiling enum-as-inner v0.6.1
15942026-05-07T14:23:00.824Z Compiling serde_repr v0.1.20
15952026-05-07T14:23:00.858Z Compiling clap_derive v4.5.55
15962026-05-07T14:23:01.041Z Compiling strum_macros v0.26.4
15972026-05-07T14:23:01.183Z Compiling phf_shared v0.11.3
15982026-05-07T14:23:01.232Z Compiling float-cmp v0.10.0
15992026-05-07T14:23:01.298Z Compiling thread-id v4.2.2
16002026-05-07T14:23:01.394Z Compiling memmap2 v0.9.10
16012026-05-07T14:23:01.410Z Compiling env_filter v1.0.0
16022026-05-07T14:23:01.413Z Compiling encoding_rs v0.8.35
16032026-05-07T14:23:01.413Z Compiling precomputed-hash v0.1.1
16042026-05-07T14:23:01.413Z Compiling either v1.15.0
16052026-05-07T14:23:01.467Z Compiling fixedbitset v0.5.7
16062026-05-07T14:23:01.484Z Compiling static_assertions v1.1.0
16072026-05-07T14:23:01.543Z Compiling whoami v2.1.0
16082026-05-07T14:23:01.570Z Compiling normalize-line-endings v0.3.0
16092026-05-07T14:23:01.632Z Compiling data-encoding v2.10.0
16102026-05-07T14:23:01.688Z Compiling mime v0.3.17
16112026-05-07T14:23:01.702Z Compiling predicates-core v1.0.10
16122026-05-07T14:23:01.754Z Compiling jiff v0.2.21
16132026-05-07T14:23:01.800Z Compiling fixedbitset v0.4.2
16142026-05-07T14:23:01.900Z Compiling keccak v0.1.6
16152026-05-07T14:23:01.948Z Compiling difflib v0.4.0
16162026-05-07T14:23:01.977Z Compiling new_debug_unreachable v1.0.6
16172026-05-07T14:23:02.036Z Compiling rustc-hash v2.1.1
16182026-05-07T14:23:02.070Z Compiling sha3 v0.10.8
16192026-05-07T14:23:02.187Z Compiling hyper v1.8.1
16202026-05-07T14:23:02.361Z Compiling predicates v3.1.4
16212026-05-07T14:23:02.376Z Compiling iddqd v0.3.18
16222026-05-07T14:23:02.488Z Compiling string_cache v0.8.9
16232026-05-07T14:23:02.552Z Compiling petgraph v0.6.5
16242026-05-07T14:23:02.567Z Compiling hickory-proto v0.25.2
16252026-05-07T14:23:02.679Z Compiling toml_edit v0.22.27
16262026-05-07T14:23:02.696Z Compiling clap v4.5.60
16272026-05-07T14:23:02.735Z Compiling tokio-postgres v0.7.16
16282026-05-07T14:23:02.749Z Compiling petgraph v0.8.3
16292026-05-07T14:23:02.792Z Compiling itertools v0.13.0
16302026-05-07T14:23:02.853Z Compiling strum v0.26.3
16312026-05-07T14:23:02.995Z Compiling env_logger v0.11.9
16322026-05-07T14:23:03.010Z Compiling usdt v0.6.0
16332026-05-07T14:23:03.031Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16342026-05-07T14:23:03.232Z Compiling serde_with v3.17.0
16352026-05-07T14:23:03.285Z Compiling hyper-util v0.1.20
16362026-05-07T14:23:03.364Z Compiling usdt-impl v0.5.0
16372026-05-07T14:23:03.545Z Compiling similar v2.7.0
16382026-05-07T14:23:03.804Z Compiling crossterm v0.28.1
16392026-05-07T14:23:03.979Z Compiling toml v0.7.8
16402026-05-07T14:23:04.038Z Compiling ecdsa v0.16.9
16412026-05-07T14:23:04.428Z Compiling zip v4.6.1
16422026-05-07T14:23:04.449Z Compiling rsa v0.9.10
16432026-05-07T14:23:04.473Z Compiling ed25519-dalek v2.2.0
16442026-05-07T14:23:04.596Z Compiling zip v0.6.6
16452026-05-07T14:23:04.718Z Compiling hyper-tls v0.6.0
16462026-05-07T14:23:05.068Z Compiling tokio-stream v0.1.18
16472026-05-07T14:23:05.204Z Compiling heck v0.4.1
16482026-05-07T14:23:05.220Z Compiling buf-list v1.1.2
16492026-05-07T14:23:05.248Z Compiling toml_parser v1.0.9+spec-1.1.0
16502026-05-07T14:23:05.274Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-07T14:23:05.409Z Compiling openapiv3 v2.2.0
16522026-05-07T14:23:05.461Z Compiling x509-cert v0.2.5
16532026-05-07T14:23:05.475Z Compiling sha1 v0.10.6
16542026-05-07T14:23:05.493Z Compiling crossbeam-epoch v0.9.18
16552026-05-07T14:23:05.525Z Compiling toml_datetime v0.7.5+spec-1.1.0
16562026-05-07T14:23:05.565Z Compiling peg-runtime v0.8.5
16572026-05-07T14:23:05.607Z Compiling lalrpop-util v0.19.12
16582026-05-07T14:23:05.725Z Compiling thread_local v1.1.9
16592026-05-07T14:23:05.821Z Compiling slog-async v2.8.0
16602026-05-07T14:23:05.841Z Compiling futures-executor v0.3.32
16612026-05-07T14:23:05.857Z Compiling crossbeam-channel v0.5.15
16622026-05-07T14:23:05.878Z Compiling is-terminal v0.4.17
16632026-05-07T14:23:05.917Z Compiling filetime v0.2.27
16642026-05-07T14:23:05.933Z Compiling take_mut v0.2.2
16652026-05-07T14:23:05.991Z Compiling term v1.2.1
16662026-05-07T14:23:06.006Z Compiling xattr v1.6.1
16672026-05-07T14:23:06.012Z Compiling futures v0.3.32
16682026-05-07T14:23:06.127Z Compiling tar v0.4.45
16692026-05-07T14:23:06.347Z Compiling slog-term v2.9.2
16702026-05-07T14:23:23.798Z Compiling rustls-webpki v0.103.9
16712026-05-07T14:23:26.591Z Compiling tokio-rustls v0.26.4
16722026-05-07T14:23:26.591Z Compiling rustls-platform-verifier v0.6.2
16732026-05-07T14:23:26.809Z Compiling hyper-rustls v0.27.7
16742026-05-07T14:23:26.988Z Compiling reqwest v0.13.2
16752026-05-07T14:23:26.989Z Compiling reqwest v0.12.28
16762026-05-07T14:23:28.953Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16772026-05-07T14:23:29.190Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16782026-05-07T14:23:31.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.66s
16792026-05-07T14:23:32.145Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16802026-05-07T14:23:32.197ZMay 07 14:23:31.278 INFO Starting download, target: Clickhouse
16812026-05-07T14:23:32.197ZMay 07 14:23:31.279 INFO Starting download, target: Cockroach
16822026-05-07T14:23:32.197ZMay 07 14:23:31.279 INFO Starting download, target: Console
16832026-05-07T14:23:32.197ZMay 07 14:23:31.279 INFO Starting download, target: DendriteStub
16842026-05-07T14:23:32.197ZMay 07 14:23:31.279 INFO Starting download, target: MaghemiteMgd
16852026-05-07T14:23:32.209ZMay 07 14:23:31.279 INFO Starting download, target: TransceiverControl
16862026-05-07T14:23:32.209ZMay 07 14:23:31.279 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16872026-05-07T14:23:32.209ZMay 07 14:23:31.279 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16882026-05-07T14:23:32.209ZMay 07 14:23:31.279 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16892026-05-07T14:23:32.210ZMay 07 14:23:31.279 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16902026-05-07T14:23:32.210ZMay 07 14:23:31.279 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16912026-05-07T14:23:32.211ZMay 07 14:23:31.280 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16922026-05-07T14:23:33.236ZMay 07 14:23:32.217 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16932026-05-07T14:23:33.369ZMay 07 14:23:32.453 INFO Download complete, target: Console
16942026-05-07T14:23:33.877ZMay 07 14:23:32.946 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16952026-05-07T14:23:34.077ZMay 07 14:23:33.157 INFO Download complete, target: TransceiverControl
16962026-05-07T14:23:34.507ZMay 07 14:23:33.588 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16972026-05-07T14:23:37.871ZMay 07 14:23:34.856 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16982026-05-07T14:23:38.076ZMay 07 14:23:37.152 INFO Download complete, target: DendriteStub
16992026-05-07T14:23:38.453ZMay 07 14:23:37.521 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17002026-05-07T14:23:38.920ZMay 07 14:23:37.999 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17012026-05-07T14:23:38.920ZMay 07 14:23:37.999 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17022026-05-07T14:23:40.819ZMay 07 14:23:39.902 INFO Download complete, target: MaghemiteMgd
17032026-05-07T14:23:41.432ZMay 07 14:23:40.515 INFO Checking that binary works, target: Clickhouse
17042026-05-07T14:23:41.540ZMay 07 14:23:40.614 INFO Download complete, target: Clickhouse
17052026-05-07T14:23:43.626ZMay 07 14:23:42.708 INFO Checking that binary works, target: Cockroach
17062026-05-07T14:23:43.745ZMay 07 14:23:42.828 INFO Download complete, target: Cockroach
17072026-05-07T14:23:43.751ZAll prerequisites installed successfully
17082026-05-07T14:23:43.754Z
17092026-05-07T14:23:43.754Zreal 2:00.756993107
17102026-05-07T14:23:43.754Zuser 6:46.036706392
17112026-05-07T14:23:43.754Zsys 1:38.496154138
17122026-05-07T14:23:43.754Ztrap 0.257939590
17132026-05-07T14:23:43.754Ztflt 1.190225164
17142026-05-07T14:23:43.754Zdflt 1.631358196
17152026-05-07T14:23:43.754Zkflt 0.025998098
17162026-05-07T14:23:43.754Zlock 23:37.680809410
17172026-05-07T14:23:43.754Zslp 18:28.265758312
17182026-05-07T14:23:43.754Zlat 24.780436799
17192026-05-07T14:23:43.754Zstop 2:52.224184787
17202026-05-07T14:23:43.754Z+ ptime -m cargo xtask download softnpu
17212026-05-07T14:23:44.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17222026-05-07T14:23:44.295Z Running `target/debug/xtask download softnpu`
17232026-05-07T14:23:45.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17242026-05-07T14:23:45.120Z Running `target/debug/xtask-downloader softnpu`
17252026-05-07T14:23:45.160ZMay 07 14:23:44.243 INFO Starting download, target: Softnpu
17262026-05-07T14:23:45.165ZMay 07 14:23:44.244 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17272026-05-07T14:23:45.714ZMay 07 14:23:44.796 INFO Download complete, target: Softnpu
17282026-05-07T14:23:45.718Z
17292026-05-07T14:23:45.718Zreal 1.958613763
17302026-05-07T14:23:45.718Zuser 1.331141760
17312026-05-07T14:23:45.718Zsys 0.654590135
17322026-05-07T14:23:45.718Ztrap 0.000476808
17332026-05-07T14:23:45.718Ztflt 0.000043361
17342026-05-07T14:23:45.718Zdflt 0.000115924
17352026-05-07T14:23:45.718Zkflt 0.000001679
17362026-05-07T14:23:45.718Zlock 10.175642981
17372026-05-07T14:23:45.718Zslp 0.411407849
17382026-05-07T14:23:45.718Zlat 0.086675431
17392026-05-07T14:23:45.718Zstop 0.000175637
17402026-05-07T14:23:45.718Z+ export CARGO_INCREMENTAL=0
17412026-05-07T14:23:45.718Z+ CARGO_INCREMENTAL=0
17422026-05-07T14:23:45.718Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17432026-05-07T14:23:46.619Z Compiling proc-macro2 v1.0.106
17442026-05-07T14:23:46.619Z Compiling quote v1.0.45
17452026-05-07T14:23:46.619Z Compiling unicode-ident v1.0.24
17462026-05-07T14:23:46.619Z Compiling libc v0.2.185
17472026-05-07T14:23:46.619Z Compiling serde_core v1.0.228
17482026-05-07T14:23:46.623Z Compiling serde v1.0.228
17492026-05-07T14:23:46.623Z Compiling cfg-if v1.0.4
17502026-05-07T14:23:46.623Z Compiling version_check v0.9.5
17512026-05-07T14:23:46.623Z Compiling shlex v1.3.0
17522026-05-07T14:23:46.623Z Compiling find-msvc-tools v0.1.9
17532026-05-07T14:23:46.623Z Compiling typenum v1.19.0
17542026-05-07T14:23:46.765Z Compiling autocfg v1.5.0
17552026-05-07T14:23:46.769Z Compiling zmij v1.0.21
17562026-05-07T14:23:46.769Z Compiling serde_json v1.0.149
17572026-05-07T14:23:46.770Z Compiling memchr v2.8.0
17582026-05-07T14:23:46.891Z Compiling portable-atomic v1.13.1
17592026-05-07T14:23:46.966Z Compiling zerocopy v0.8.40
17602026-05-07T14:23:47.038Z Compiling libm v0.2.16
17612026-05-07T14:23:47.187Z Compiling generic-array v0.14.7
17622026-05-07T14:23:47.279Z Compiling smallvec v1.15.1
17632026-05-07T14:23:47.328Z Compiling parking_lot_core v0.9.12
17642026-05-07T14:23:47.359Z Compiling icu_normalizer_data v2.1.1
17652026-05-07T14:23:47.400Z Compiling icu_properties_data v2.1.2
17662026-05-07T14:23:47.416Z Compiling num-traits v0.2.19
17672026-05-07T14:23:47.420Z Compiling itoa v1.0.17
17682026-05-07T14:23:47.445Z Compiling getrandom v0.4.1
17692026-05-07T14:23:47.449Z Compiling log v0.4.29
17702026-05-07T14:23:47.564Z Compiling stable_deref_trait v1.2.1
17712026-05-07T14:23:47.580Z Compiling pkg-config v0.3.32
17722026-05-07T14:23:47.583Z Compiling subtle v2.6.1
17732026-05-07T14:23:47.710Z Compiling scopeguard v1.2.0
17742026-05-07T14:23:47.804Z Compiling jobserver v0.1.34
17752026-05-07T14:23:47.811Z Compiling getrandom v0.2.17
17762026-05-07T14:23:47.850Z Compiling errno v0.3.14
17772026-05-07T14:23:47.863Z Compiling lock_api v0.4.14
17782026-05-07T14:23:47.983Z Compiling rand_core v0.6.4
17792026-05-07T14:23:48.022Z Compiling cc v1.2.56
17802026-05-07T14:23:48.054Z Compiling litemap v0.8.1
17812026-05-07T14:23:48.068Z Compiling writeable v0.6.2
17822026-05-07T14:23:48.092Z Compiling syn v2.0.117
17832026-05-07T14:23:48.107Z Compiling percent-encoding v2.3.2
17842026-05-07T14:23:48.140Z Compiling thiserror v2.0.18
17852026-05-07T14:23:48.156Z Compiling pin-project-lite v0.2.17
17862026-05-07T14:23:48.236Z Compiling fnv v1.0.7
17872026-05-07T14:23:48.305Z Compiling getrandom v0.3.4
17882026-05-07T14:23:48.396Z Compiling critical-section v1.2.0
17892026-05-07T14:23:48.493Z Compiling schemars v0.8.22
17902026-05-07T14:23:48.496Z Compiling rustversion v1.0.22
17912026-05-07T14:23:48.496Z Compiling equivalent v1.0.2
17922026-05-07T14:23:48.541Z Compiling fs_extra v1.3.0
17932026-05-07T14:23:48.557Z Compiling utf8_iter v1.0.4
17942026-05-07T14:23:48.574Z Compiling rand_core v0.10.0
17952026-05-07T14:23:48.660Z Compiling dunce v1.0.5
17962026-05-07T14:23:48.737Z Compiling form_urlencoded v1.2.2
17972026-05-07T14:23:48.816Z Compiling cmake v0.1.57
17982026-05-07T14:23:48.847Z Compiling once_cell v1.21.3
17992026-05-07T14:23:48.910Z Compiling signal-hook-registry v1.4.8
18002026-05-07T14:23:49.039Z Compiling bitflags v2.11.0
18012026-05-07T14:23:49.053Z Compiling semver v1.0.28
18022026-05-07T14:23:49.161Z Compiling const-oid v0.9.6
18032026-05-07T14:23:49.192Z Compiling hashbrown v0.17.0
18042026-05-07T14:23:49.226Z Compiling parking_lot v0.12.5
18052026-05-07T14:23:49.301Z Compiling mio v1.2.0
18062026-05-07T14:23:49.375Z Compiling socket2 v0.6.3
18072026-05-07T14:23:49.378Z Compiling ring v0.17.14
18082026-05-07T14:23:49.390Z Compiling aws-lc-sys v0.37.1
18092026-05-07T14:23:49.475Z Compiling rustix v1.1.3
18102026-05-07T14:23:49.490Z Compiling aws-lc-rs v1.16.0
18112026-05-07T14:23:49.519Z Compiling thiserror v1.0.69
18122026-05-07T14:23:49.630Z Compiling futures-core v0.3.32
18132026-05-07T14:23:49.763Z Compiling indexmap v2.14.0
18142026-05-07T14:23:49.787Z Compiling strsim v0.11.1
18152026-05-07T14:23:49.837Z Compiling httparse v1.10.1
18162026-05-07T14:23:49.841Z Compiling ucd-trie v0.1.7
18172026-05-07T14:23:49.867Z Compiling byteorder v1.5.0
18182026-05-07T14:23:50.034Z Compiling pest v2.8.6
18192026-05-07T14:23:50.101Z Compiling iana-time-zone v0.1.65
18202026-05-07T14:23:50.104Z Compiling ident_case v1.0.1
18212026-05-07T14:23:50.148Z Compiling heck v0.5.0
18222026-05-07T14:23:50.153Z Compiling syn v1.0.109
18232026-05-07T14:23:50.183Z Compiling vcpkg v0.2.15
18242026-05-07T14:23:50.186Z Compiling uuid v1.23.0
18252026-05-07T14:23:50.186Z Compiling cpufeatures v0.2.17
18262026-05-07T14:23:50.291Z Compiling regex-syntax v0.8.10
18272026-05-07T14:23:50.456Z Compiling rustc_version v0.4.1
18282026-05-07T14:23:50.599Z Compiling rustls v0.23.37
18292026-05-07T14:23:50.614Z Compiling futures-sink v0.3.32
18302026-05-07T14:23:50.740Z Compiling futures-channel v0.3.32
18312026-05-07T14:23:50.785Z Compiling openssl-sys v0.9.114
18322026-05-07T14:23:50.798Z Compiling slab v0.4.12
18332026-05-07T14:23:50.816Z Compiling futures-task v0.3.32
18342026-05-07T14:23:50.820Z Compiling futures-io v0.3.32
18352026-05-07T14:23:50.939Z Compiling synstructure v0.13.2
18362026-05-07T14:23:50.955Z Compiling serde_derive_internals v0.29.1
18372026-05-07T14:23:51.023Z Compiling crc32fast v1.5.0
18382026-05-07T14:23:51.027Z Compiling dyn-clone v1.0.20
18392026-05-07T14:23:51.055Z Compiling plain v0.2.3
18402026-05-07T14:23:51.088Z Compiling aho-corasick v1.1.4
18412026-05-07T14:23:51.110Z Compiling pest_meta v2.8.6
18422026-05-07T14:23:51.190Z Compiling num-conv v0.2.0
18432026-05-07T14:23:51.299Z Compiling time-core v0.1.8
18442026-05-07T14:23:51.306Z Compiling crossbeam-utils v0.8.21
18452026-05-07T14:23:51.391Z Compiling base64 v0.22.1
18462026-05-07T14:23:51.462Z Compiling time-macros v0.2.27
18472026-05-07T14:23:51.555Z Compiling pretty-hex v0.4.1
18482026-05-07T14:23:51.663Z Compiling openssl v0.10.78
18492026-05-07T14:23:51.680Z Compiling pest_generator v2.8.6
18502026-05-07T14:23:51.870Z Compiling anyhow v1.0.102
18512026-05-07T14:23:51.891Z Compiling regex-automata v0.4.14
18522026-05-07T14:23:51.894Z Compiling base64ct v1.8.3
18532026-05-07T14:23:51.894Z Compiling darling_core v0.21.3
18542026-05-07T14:23:51.938Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18552026-05-07T14:23:51.970Z Compiling native-tls v0.2.18
18562026-05-07T14:23:52.066Z Compiling flagset v0.4.7
18572026-05-07T14:23:52.163Z Compiling serde_derive v1.0.228
18582026-05-07T14:23:52.179Z Compiling zeroize_derive v1.4.3
18592026-05-07T14:23:52.196Z Compiling zerofrom-derive v0.1.6
18602026-05-07T14:23:52.215Z Compiling yoke-derive v0.8.1
18612026-05-07T14:23:52.230Z Compiling zerovec-derive v0.11.2
18622026-05-07T14:23:52.234Z Compiling displaydoc v0.2.5
18632026-05-07T14:23:52.332Z Compiling zerocopy-derive v0.8.40
18642026-05-07T14:23:52.347Z Compiling tokio-macros v2.7.0
18652026-05-07T14:23:52.370Z Compiling futures-macro v0.3.32
18662026-05-07T14:23:52.405Z Compiling thiserror-impl v2.0.18
18672026-05-07T14:23:52.425Z Compiling schemars_derive v0.8.22
18682026-05-07T14:23:52.486Z Compiling der_derive v0.7.3
18692026-05-07T14:23:52.793Z Compiling zeroize v1.8.2
18702026-05-07T14:23:53.059Z Compiling tracing-attributes v0.1.31
18712026-05-07T14:23:53.153Z Compiling thiserror-impl v1.0.69
18722026-05-07T14:23:53.175Z Compiling pest_derive v2.8.6
18732026-05-07T14:23:53.271Z Compiling futures-util v0.3.32
18742026-05-07T14:23:53.338Z Compiling zerofrom v0.1.6
18752026-05-07T14:23:53.491Z Compiling yoke v0.8.1
18762026-05-07T14:23:53.597Z Compiling crypto-common v0.1.7
18772026-05-07T14:23:53.648Z Compiling block-buffer v0.10.4
18782026-05-07T14:23:53.678Z Compiling block-padding v0.3.3
18792026-05-07T14:23:53.696Z Compiling zerovec v0.11.5
18802026-05-07T14:23:53.714Z Compiling zerotrie v0.2.3
18812026-05-07T14:23:53.801Z Compiling digest v0.10.7
18822026-05-07T14:23:54.037Z Compiling hmac v0.12.1
18832026-05-07T14:23:54.097Z Compiling inout v0.1.4
18842026-05-07T14:23:54.119Z Compiling sha2 v0.10.9
18852026-05-07T14:23:54.176Z Compiling rustls-pki-types v1.14.0
18862026-05-07T14:23:54.208Z Compiling scroll_derive v0.12.1
18872026-05-07T14:23:54.271Z Compiling tinystr v0.8.2
18882026-05-07T14:23:54.287Z Compiling potential_utf v0.1.4
18892026-05-07T14:23:54.332Z Compiling cipher v0.4.4
18902026-05-07T14:23:54.369Z Compiling scroll_derive v0.13.1
18912026-05-07T14:23:54.477Z Compiling icu_locale_core v2.1.1
18922026-05-07T14:23:54.496Z Compiling icu_collections v2.1.1
18932026-05-07T14:23:54.735Z Compiling openssl-macros v0.1.1
18942026-05-07T14:23:54.764Z Compiling pem-rfc7468 v0.7.0
18952026-05-07T14:23:54.982Z Compiling der v0.7.10
18962026-05-07T14:23:55.074Z Compiling regex v1.12.3
18972026-05-07T14:23:55.146Z Compiling icu_provider v2.1.1
18982026-05-07T14:23:55.161Z Compiling darling_macro v0.21.3
18992026-05-07T14:23:55.344Z Compiling bytes v1.11.1
19002026-05-07T14:23:55.361Z Compiling serde_tokenstream v0.2.3
19012026-05-07T14:23:55.452Z Compiling chrono v0.4.44
19022026-05-07T14:23:55.469Z Compiling icu_properties v2.1.2
19032026-05-07T14:23:55.491Z Compiling icu_normalizer v2.1.1
19042026-05-07T14:23:55.676Z Compiling zerocopy-derive v0.7.35
19052026-05-07T14:23:55.690Z Compiling rand_core v0.9.5
19062026-05-07T14:23:55.926Z Compiling tokio v1.52.1
19072026-05-07T14:23:55.959Z Compiling http v1.4.0
19082026-05-07T14:23:56.324Z Compiling idna_adapter v1.2.1
19092026-05-07T14:23:56.432Z Compiling slog v2.8.2
19102026-05-07T14:23:56.465Z Compiling idna v1.1.0
19112026-05-07T14:23:56.509Z Compiling tracing-core v0.1.36
19122026-05-07T14:23:56.650Z Compiling ppv-lite86 v0.2.21
19132026-05-07T14:23:56.770Z Compiling url v2.5.8
19142026-05-07T14:23:57.023Z Compiling untrusted v0.9.0
19152026-05-07T14:23:57.141Z Compiling tracing v0.1.44
19162026-05-07T14:23:57.172Z Compiling spki v0.7.3
19172026-05-07T14:23:57.257Z Compiling darling v0.21.3
19182026-05-07T14:23:57.357Z Compiling salsa20 v0.10.2
19192026-05-07T14:23:57.377Z Compiling pbkdf2 v0.12.2
19202026-05-07T14:23:57.574Z Compiling cookie v0.18.1
19212026-05-07T14:23:57.776Z Compiling camino v1.2.2
19222026-05-07T14:23:57.919Z Compiling scrypt v0.11.0
19232026-05-07T14:23:57.934Z Compiling rand_chacha v0.9.0
19242026-05-07T14:23:58.041Z Compiling aes v0.8.4
19252026-05-07T14:23:58.086Z Compiling cbc v0.1.2
19262026-05-07T14:23:58.629Z Compiling usdt-impl v0.5.0
19272026-05-07T14:23:58.644Z Compiling either v1.15.0
19282026-05-07T14:23:58.707Z Compiling ref-cast v1.0.25
19292026-05-07T14:23:58.747Z Compiling winnow v0.7.14
19302026-05-07T14:23:58.868Z Compiling usdt-impl v0.6.0
19312026-05-07T14:23:58.871Z Compiling paste v1.0.15
19322026-05-07T14:23:59.048Z Compiling pkcs5 v0.7.1
19332026-05-07T14:23:59.064Z Compiling rand v0.9.2
19342026-05-07T14:23:59.106Z Compiling http-body v1.0.1
19352026-05-07T14:23:59.273Z Compiling serde_spanned v0.6.9
19362026-05-07T14:23:59.394Z Compiling toml_datetime v0.6.11
19372026-05-07T14:23:59.433Z Compiling scroll v0.13.0
19382026-05-07T14:23:59.472Z Compiling scroll v0.12.0
19392026-05-07T14:23:59.514Z Compiling heapless v0.7.17
19402026-05-07T14:23:59.613Z Compiling bzip2-sys v0.1.13+1.0.8
19412026-05-07T14:23:59.649Z Compiling tokio-util v0.7.18
19422026-05-07T14:23:59.661Z Compiling openssl-probe v0.2.1
19432026-05-07T14:23:59.755Z Compiling signal-hook v0.3.18
19442026-05-07T14:23:59.778Z Compiling zstd-safe v7.2.4
19452026-05-07T14:23:59.854Z Compiling untrusted v0.7.1
19462026-05-07T14:23:59.917Z Compiling atomic-waker v1.1.2
19472026-05-07T14:23:59.956Z Compiling goblin v0.8.2
19482026-05-07T14:24:00.010Z Compiling goblin v0.10.5
19492026-05-07T14:24:00.195Z Compiling toml_parser v1.0.9+spec-1.1.0
19502026-05-07T14:24:00.233Z Compiling pkcs8 v0.10.2
19512026-05-07T14:24:00.533Z Compiling zerocopy v0.7.35
19522026-05-07T14:24:00.595Z Compiling ref-cast-impl v1.0.25
19532026-05-07T14:24:00.756Z Compiling darling_core v0.20.11
19542026-05-07T14:24:00.857Z Compiling curve25519-dalek v4.1.3
19552026-05-07T14:24:01.011Z Compiling toml_datetime v0.7.5+spec-1.1.0
19562026-05-07T14:24:01.053Z Compiling memoffset v0.9.1
19572026-05-07T14:24:01.094Z Compiling winnow v0.5.40
19582026-05-07T14:24:01.118Z Compiling fastrand v2.3.0
19592026-05-07T14:24:01.134Z Compiling tinyvec_macros v0.1.1
19602026-05-07T14:24:01.219Z Compiling tower-service v0.3.3
19612026-05-07T14:24:01.265Z Compiling try-lock v0.2.5
19622026-05-07T14:24:01.295Z Compiling tower-layer v0.3.3
19632026-05-07T14:24:01.653Z Compiling litrs v1.0.0
19642026-05-07T14:24:01.657Z Compiling rustix v0.38.44
19652026-05-07T14:24:01.983Z Compiling h2 v0.4.13
19662026-05-07T14:24:02.016Z Compiling want v0.3.1
19672026-05-07T14:24:02.115Z Compiling document-features v0.2.12
19682026-05-07T14:24:02.204Z Compiling dof v0.3.0
19692026-05-07T14:24:02.400Z Compiling toml_edit v0.19.15
19702026-05-07T14:24:02.494Z Compiling tinyvec v1.10.0
19712026-05-07T14:24:02.681Z Compiling darling_macro v0.20.11
19722026-05-07T14:24:02.812Z Compiling dof v0.4.0
19732026-05-07T14:24:03.020Z Compiling dtrace-parser v0.2.0
19742026-05-07T14:24:03.161Z Compiling dtrace-parser v0.3.0
19752026-05-07T14:24:03.178Z Compiling ipnet v2.11.0
19762026-05-07T14:24:03.724Z Compiling async-trait v0.1.89
19772026-05-07T14:24:03.753Z Compiling daft-derive v0.1.5
19782026-05-07T14:24:03.786Z Compiling spin v0.9.8
19792026-05-07T14:24:03.808Z Compiling thread-id v4.2.2
19802026-05-07T14:24:03.824Z Compiling thread-id v5.1.0
19812026-05-07T14:24:03.843Z Compiling httpdate v1.0.3
19822026-05-07T14:24:03.903Z Compiling powerfmt v0.2.0
19832026-05-07T14:24:03.918Z Compiling pin-utils v0.1.0
19842026-05-07T14:24:03.982Z Compiling foreign-types-shared v0.1.1
19852026-05-07T14:24:04.012Z Compiling cfg_aliases v0.2.1
19862026-05-07T14:24:04.028Z Compiling smoltcp v0.9.1
19872026-05-07T14:24:04.089Z Compiling num-bigint-dig v0.8.6
19882026-05-07T14:24:04.184Z Compiling nix v0.31.2
19892026-05-07T14:24:04.256Z Compiling deranged v0.5.8
19902026-05-07T14:24:04.270Z Compiling foreign-types v0.3.2
19912026-05-07T14:24:04.298Z Compiling tempfile v3.25.0
19922026-05-07T14:24:04.457Z Compiling darling v0.20.11
19932026-05-07T14:24:04.658Z Compiling ipnetwork v0.21.1
19942026-05-07T14:24:04.879Z Compiling strum_macros v0.26.4
19952026-05-07T14:24:04.903Z Compiling curve25519-dalek-derive v0.1.1
19962026-05-07T14:24:04.975Z Compiling hyper v1.8.1
19972026-05-07T14:24:05.157Z Compiling wait-timeout v0.2.1
19982026-05-07T14:24:05.407Z Compiling num_threads v0.1.7
19992026-05-07T14:24:05.518Z Compiling utf8parse v0.2.2
20002026-05-07T14:24:05.549Z Compiling siphasher v1.0.2
20012026-05-07T14:24:05.582Z Compiling anstyle v1.0.13
20022026-05-07T14:24:05.669Z Compiling simd-adler32 v0.3.8
20032026-05-07T14:24:05.703Z Compiling bit-vec v0.8.0
20042026-05-07T14:24:05.754Z Compiling quick-error v1.2.3
20052026-05-07T14:24:05.820Z Compiling time v0.3.47
20062026-05-07T14:24:05.899Z Compiling bit-set v0.8.0
20072026-05-07T14:24:05.922Z Compiling rusty-fork v0.3.1
20082026-05-07T14:24:05.937Z Compiling anstyle-parse v0.2.7
20092026-05-07T14:24:06.082Z Compiling hyper-util v0.1.20
20102026-05-07T14:24:06.442Z Compiling derive_builder_core v0.20.2
20112026-05-07T14:24:06.466Z Compiling unicode-normalization v0.1.25
20122026-05-07T14:24:06.965Z Compiling rustls-native-certs v0.8.3
20132026-05-07T14:24:07.250Z Compiling rand_xorshift v0.4.0
20142026-05-07T14:24:07.273Z Compiling signature v2.2.0
20152026-05-07T14:24:07.412Z Compiling hubpack_derive v0.1.1
20162026-05-07T14:24:07.448Z Compiling strum_macros v0.27.2
20172026-05-07T14:24:07.555Z Compiling sync_wrapper v1.0.2
20182026-05-07T14:24:07.654Z Compiling fs-err v3.3.0
20192026-05-07T14:24:07.682Z Compiling ahash v0.8.12
20202026-05-07T14:24:07.779Z Compiling unicode-properties v0.1.4
20212026-05-07T14:24:07.877Z Compiling colorchoice v1.0.4
20222026-05-07T14:24:07.912Z Compiling anstyle-query v1.1.5
20232026-05-07T14:24:08.007Z Compiling adler2 v2.0.1
20242026-05-07T14:24:08.022Z Compiling unarray v0.1.4
20252026-05-07T14:24:08.045Z Compiling unicode-bidi v0.3.18
20262026-05-07T14:24:08.147Z Compiling object v0.37.3
20272026-05-07T14:24:08.162Z Compiling unicode-segmentation v1.12.0
20282026-05-07T14:24:08.190Z Compiling allocator-api2 v0.2.21
20292026-05-07T14:24:08.233Z Compiling is_terminal_polyfill v1.70.2
20302026-05-07T14:24:08.344Z Compiling anstream v0.6.21
20312026-05-07T14:24:08.560Z Compiling stringprep v0.1.5
20322026-05-07T14:24:08.577Z Compiling proptest v1.10.0
20332026-05-07T14:24:08.580Z Compiling miniz_oxide v0.8.9
20342026-05-07T14:24:08.766Z Compiling tower v0.5.3
20352026-05-07T14:24:08.953Z Compiling derive_builder_macro v0.20.2
20362026-05-07T14:24:09.075Z Compiling usdt-macro v0.6.0
20372026-05-07T14:24:09.162Z Compiling usdt-attr-macro v0.6.0
20382026-05-07T14:24:09.590Z Compiling http-body-util v0.1.3
20392026-05-07T14:24:09.783Z Compiling webpki-roots v1.0.6
20402026-05-07T14:24:09.901Z Compiling rand_chacha v0.3.1
20412026-05-07T14:24:09.933Z Compiling erased-serde v0.3.31
20422026-05-07T14:24:09.939Z Compiling md-5 v0.10.6
20432026-05-07T14:24:10.071Z Compiling num-integer v0.1.46
20442026-05-07T14:24:10.109Z Compiling hash32 v0.2.1
20452026-05-07T14:24:10.190Z Compiling vergen-lib v0.1.6
20462026-05-07T14:24:10.205Z Compiling ff v0.13.1
20472026-05-07T14:24:10.222Z Compiling fallible-iterator v0.2.0
20482026-05-07T14:24:10.251Z Compiling zlib-rs v0.6.2
20492026-05-07T14:24:10.283Z Compiling psl-types v2.0.11
20502026-05-07T14:24:10.360Z Compiling iri-string v0.7.10
20512026-05-07T14:24:10.393Z Compiling ryu v1.0.23
20522026-05-07T14:24:10.407Z Compiling base16ct v0.2.0
20532026-05-07T14:24:10.557Z Compiling sec1 v0.7.3
20542026-05-07T14:24:10.589Z Compiling serde_urlencoded v0.7.1
20552026-05-07T14:24:10.603Z Compiling newtype-uuid v1.3.2
20562026-05-07T14:24:10.632Z Compiling postgres-protocol v0.6.10
20572026-05-07T14:24:10.664Z Compiling publicsuffix v2.3.0
20582026-05-07T14:24:10.735Z Compiling group v0.13.0
20592026-05-07T14:24:10.846Z Compiling num-iter v0.1.45
20602026-05-07T14:24:10.946Z Compiling rand v0.8.5
20612026-05-07T14:24:11.140Z Compiling oxnet v0.1.4
20622026-05-07T14:24:11.302Z Compiling derive_builder v0.20.2
20632026-05-07T14:24:11.368Z Compiling tokio-native-tls v0.3.1
20642026-05-07T14:24:11.469Z Compiling heck v0.4.1
20652026-05-07T14:24:11.486Z Compiling tower-http v0.6.8
20662026-05-07T14:24:11.516Z Compiling phf_shared v0.13.1
20672026-05-07T14:24:11.594Z Compiling lazy_static v1.5.0
20682026-05-07T14:24:11.684Z Compiling terminal_size v0.4.3
20692026-05-07T14:24:11.708Z Compiling serde_with_macros v3.17.0
20702026-05-07T14:24:11.723Z Compiling cargo-platform v0.1.9
20712026-05-07T14:24:11.771Z Compiling hkdf v0.12.4
20722026-05-07T14:24:11.774Z Compiling crypto-bigint v0.5.5
20732026-05-07T14:24:11.788Z Compiling serde_repr v0.1.20
20742026-05-07T14:24:11.835Z Compiling enum-as-inner v0.6.1
20752026-05-07T14:24:11.903Z Compiling clap_derive v4.5.55
20762026-05-07T14:24:11.917Z Compiling vergen v9.0.6
20772026-05-07T14:24:11.965Z Compiling bitflags v1.3.2
20782026-05-07T14:24:11.968Z Compiling foldhash v0.1.5
20792026-05-07T14:24:12.004Z Compiling foldhash v0.2.0
20802026-05-07T14:24:12.138Z Compiling bumpalo v3.20.2
20812026-05-07T14:24:12.156Z Compiling clap_lex v1.0.0
20822026-05-07T14:24:12.229Z Compiling managed v0.8.0
20832026-05-07T14:24:12.316Z Compiling flate2 v1.1.9
20842026-05-07T14:24:12.348Z Compiling libbz2-rs-sys v0.2.2
20852026-05-07T14:24:12.397Z Compiling zopfli v0.8.3
20862026-05-07T14:24:12.459Z Compiling clap_builder v4.5.60
20872026-05-07T14:24:12.671Z Compiling hashbrown v0.16.1
20882026-05-07T14:24:12.727Z Compiling elliptic-curve v0.13.8
20892026-05-07T14:24:12.749Z Compiling bzip2 v0.6.1
20902026-05-07T14:24:12.887Z Compiling hashbrown v0.15.5
20912026-05-07T14:24:12.984Z Compiling cargo_metadata v0.19.2
20922026-05-07T14:24:13.320Z Compiling phf v0.13.1
20932026-05-07T14:24:13.390Z Compiling zstd v0.13.3
20942026-05-07T14:24:13.438Z Compiling hyper-tls v0.6.0
20952026-05-07T14:24:13.476Z Compiling signal-hook-mio v0.2.5
20962026-05-07T14:24:13.611Z Compiling daft v0.1.5
20972026-05-07T14:24:13.703Z Compiling cookie_store v0.22.1
20982026-05-07T14:24:13.720Z Compiling postgres-types v0.2.12
20992026-05-07T14:24:13.819Z Compiling bzip2 v0.4.4
21002026-05-07T14:24:13.901Z Compiling strum v0.27.2
21012026-05-07T14:24:14.101Z Compiling hubpack v0.1.2
21022026-05-07T14:24:14.176Z Compiling ed25519 v2.2.3
21032026-05-07T14:24:14.225Z Compiling phf_shared v0.11.3
21042026-05-07T14:24:14.275Z Compiling crossbeam-epoch v0.9.18
21052026-05-07T14:24:14.314Z Compiling pkcs1 v0.7.5
21062026-05-07T14:24:14.371Z Compiling hex v0.4.3
21072026-05-07T14:24:14.498Z Compiling serde-big-array v0.5.1
21082026-05-07T14:24:14.655Z Compiling bstr v1.12.1
21092026-05-07T14:24:14.673Z Compiling rfc6979 v0.4.0
21102026-05-07T14:24:14.696Z Compiling float-cmp v0.10.0
21112026-05-07T14:24:14.711Z Compiling memmap2 v0.9.10
21122026-05-07T14:24:14.737Z Compiling env_filter v1.0.0
21132026-05-07T14:24:14.808Z Compiling encoding_rs v0.8.35
21142026-05-07T14:24:14.826Z Compiling data-encoding v2.10.0
21152026-05-07T14:24:14.863Z Compiling fixedbitset v0.4.2
21162026-05-07T14:24:14.880Z Compiling keccak v0.1.6
21172026-05-07T14:24:15.001Z Compiling difflib v0.4.0
21182026-05-07T14:24:15.018Z Compiling rustc-hash v2.1.1
21192026-05-07T14:24:15.023Z Compiling toml_write v0.1.2
21202026-05-07T14:24:15.086Z Compiling mime v0.3.17
21212026-05-07T14:24:15.101Z Compiling precomputed-hash v0.1.1
21222026-05-07T14:24:15.176Z Compiling fixedbitset v0.5.7
21232026-05-07T14:24:15.191Z Compiling normalize-line-endings v0.3.0
21242026-05-07T14:24:15.247Z Compiling whoami v2.1.0
21252026-05-07T14:24:15.265Z Compiling new_debug_unreachable v1.0.6
21262026-05-07T14:24:15.309Z Compiling static_assertions v1.1.0
21272026-05-07T14:24:15.343Z Compiling predicates-core v1.0.10
21282026-05-07T14:24:15.360Z Compiling jiff v0.2.21
21292026-05-07T14:24:15.360Z Compiling string_cache v0.8.9
21302026-05-07T14:24:15.406Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21312026-05-07T14:24:15.472Z Compiling predicates v3.1.4
21322026-05-07T14:24:15.487Z Compiling tokio-postgres v0.7.16
21332026-05-07T14:24:15.588Z Compiling petgraph v0.8.3
21342026-05-07T14:24:15.605Z Compiling toml_edit v0.22.27
21352026-05-07T14:24:16.060Z Compiling iddqd v0.3.18
21362026-05-07T14:24:16.123Z Compiling hickory-proto v0.25.2
21372026-05-07T14:24:16.126Z Compiling similar v2.7.0
21382026-05-07T14:24:16.495Z Compiling petgraph v0.6.5
21392026-05-07T14:24:16.865Z Compiling sha3 v0.10.8
21402026-05-07T14:24:17.165Z Compiling env_logger v0.11.9
21412026-05-07T14:24:17.446Z Compiling usdt v0.6.0
21422026-05-07T14:24:17.527Z Compiling ecdsa v0.16.9
21432026-05-07T14:24:17.543Z Compiling serde_with v3.17.0
21442026-05-07T14:24:17.722Z Compiling rsa v0.9.10
21452026-05-07T14:24:17.912Z Compiling zip v4.6.1
21462026-05-07T14:24:17.942Z Compiling ed25519-dalek v2.2.0
21472026-05-07T14:24:18.509Z Compiling crossterm v0.28.1
21482026-05-07T14:24:18.570Z Compiling zip v0.6.6
21492026-05-07T14:24:18.829Z Compiling clap v4.5.60
21502026-05-07T14:24:19.133Z Compiling strum v0.26.3
21512026-05-07T14:24:19.270Z Compiling toml v0.7.8
21522026-05-07T14:24:19.286Z Compiling tokio-stream v0.1.18
21532026-05-07T14:24:19.289Z Compiling buf-list v1.1.2
21542026-05-07T14:24:19.356Z Compiling itertools v0.13.0
21552026-05-07T14:24:19.444Z Compiling x509-cert v0.2.5
21562026-05-07T14:24:19.577Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21572026-05-07T14:24:19.771Z Compiling openapiv3 v2.2.0
21582026-05-07T14:24:19.890Z Compiling sha1 v0.10.6
21592026-05-07T14:24:20.273Z Compiling peg-runtime v0.8.5
21602026-05-07T14:24:20.527Z Compiling lalrpop-util v0.19.12
21612026-05-07T14:24:36.580Z Compiling macaddr v1.0.1
21622026-05-07T14:24:36.699Z Compiling structmeta-derive v0.3.0
21632026-05-07T14:24:36.756Z Compiling rayon-core v1.13.0
21642026-05-07T14:24:36.873Z Compiling crucible-workspace-hack v0.1.0
21652026-05-07T14:24:36.909Z Compiling itertools v0.14.0
21662026-05-07T14:24:36.924Z Compiling secrecy v0.10.3
21672026-05-07T14:24:36.986Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21682026-05-07T14:24:37.102Z Compiling rustls v0.22.4
21692026-05-07T14:24:37.118Z Compiling heapless v0.8.0
21702026-05-07T14:24:37.386Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712026-05-07T14:24:37.424Z Compiling crossbeam-deque v0.8.6
21722026-05-07T14:24:37.558Z Compiling toml_edit v0.23.10+spec-1.0.0
21732026-05-07T14:24:37.596Z Compiling rustls-webpki v0.102.8
21742026-05-07T14:24:37.663Z Compiling futures-executor v0.3.32
21752026-05-07T14:24:37.689Z Compiling hash32 v0.3.1
21762026-05-07T14:24:37.720Z Compiling structmeta v0.3.0
21772026-05-07T14:24:37.756Z Compiling multer v3.1.0
21782026-05-07T14:24:37.939Z Compiling thread_local v1.1.9
21792026-05-07T14:24:37.956Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21802026-05-07T14:24:37.972Z Compiling unicode-width v0.2.0
21812026-05-07T14:24:38.161Z Compiling smoltcp v0.11.0
21822026-05-07T14:24:38.165Z Compiling ingot-macros v0.1.1
21832026-05-07T14:24:38.195Z Compiling compression-core v0.4.31
21842026-05-07T14:24:38.211Z Compiling slog-async v2.8.0
21852026-05-07T14:24:38.230Z Compiling match_cfg v0.1.0
21862026-05-07T14:24:38.299Z Compiling hostname v0.3.1
21872026-05-07T14:24:38.330Z Compiling compression-codecs v0.4.37
21882026-05-07T14:24:38.348Z Compiling proc-macro-crate v3.4.0
21892026-05-07T14:24:38.526Z Compiling derive-ex v0.1.8
21902026-05-07T14:24:38.600Z Compiling futures v0.3.32
21912026-05-07T14:24:38.693Z Compiling slog-json v2.6.1
21922026-05-07T14:24:38.738Z Compiling crossbeam-channel v0.5.15
21932026-05-07T14:24:38.824Z Compiling half v2.7.1
21942026-05-07T14:24:38.840Z Compiling newtype-uuid-macros v0.1.0
21952026-05-07T14:24:38.964Z Compiling cobs v0.3.0
21962026-05-07T14:24:39.121Z Compiling thiserror-impl-no-std v2.0.2
21972026-05-07T14:24:39.168Z Compiling universal-hash v0.5.1
21982026-05-07T14:24:39.268Z Compiling async-stream-impl v0.3.6
21992026-05-07T14:24:39.336Z Compiling serde_spanned v1.0.4
22002026-05-07T14:24:39.447Z Compiling rustls-webpki v0.103.9
22012026-05-07T14:24:39.460Z Compiling toml_datetime v1.0.0+spec-1.1.0
22022026-05-07T14:24:39.517Z Compiling is-terminal v0.4.17
22032026-05-07T14:24:39.581Z Compiling proc-macro-error-attr v1.0.4
22042026-05-07T14:24:39.638Z Compiling dropshot v0.17.0
22052026-05-07T14:24:39.706Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22062026-05-07T14:24:39.800Z Compiling opaque-debug v0.3.1
22072026-05-07T14:24:39.846Z Compiling take_mut v0.2.2
22082026-05-07T14:24:39.862Z Compiling toml_writer v1.0.6+spec-1.1.0
22092026-05-07T14:24:39.889Z Compiling convert_case v0.4.0
22102026-05-07T14:24:39.907Z Compiling ciborium-io v0.2.2
22112026-05-07T14:24:39.922Z Compiling term v1.2.1
22122026-05-07T14:24:40.030Z Compiling ciborium-ll v0.2.2
22132026-05-07T14:24:40.071Z Compiling test-strategy v0.4.5
22142026-05-07T14:24:40.152Z Compiling toml v1.0.6+spec-1.1.0
22152026-05-07T14:24:40.167Z Compiling thiserror-no-std v2.0.2
22162026-05-07T14:24:40.220Z Compiling derive_more v0.99.20
22172026-05-07T14:24:40.249Z Compiling slog-term v2.9.2
22182026-05-07T14:24:40.287Z Compiling poly1305 v0.8.0
22192026-05-07T14:24:40.331Z Compiling async-stream v0.3.6
22202026-05-07T14:24:40.430Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22212026-05-07T14:24:40.538Z Compiling postcard v1.1.3
22222026-05-07T14:24:40.765Z Compiling ingot-types v0.1.2
22232026-05-07T14:24:40.935Z Compiling tokio-rustls v0.25.0
22242026-05-07T14:24:41.210Z Compiling ingot v0.1.1
22252026-05-07T14:24:41.251Z Compiling slog-bunyan v2.5.0
22262026-05-07T14:24:41.328Z Compiling num_enum_derive v0.7.5
22272026-05-07T14:24:41.444Z Compiling async-compression v0.4.41
22282026-05-07T14:24:41.460Z Compiling parse-display-derive v0.10.0
22292026-05-07T14:24:41.492Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22302026-05-07T14:24:41.737Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22312026-05-07T14:24:41.928Z Compiling proc-macro-crate v1.3.1
22322026-05-07T14:24:41.998Z Compiling backon v1.6.0
22332026-05-07T14:24:42.277Z Compiling waitgroup v0.1.2
22342026-05-07T14:24:42.293Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22352026-05-07T14:24:42.307Z Compiling password-hash v0.5.0
22362026-05-07T14:24:42.339Z Compiling dropshot_endpoint v0.17.0
22372026-05-07T14:24:42.386Z Compiling chacha20 v0.9.1
22382026-05-07T14:24:42.456Z Compiling rustls-pemfile v2.2.0
22392026-05-07T14:24:42.532Z Compiling blake2 v0.10.6
22402026-05-07T14:24:42.656Z Compiling aead v0.5.2
22412026-05-07T14:24:42.763Z Compiling foreign-types-macros v0.2.3
22422026-05-07T14:24:42.869Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22432026-05-07T14:24:43.024Z Compiling tokio-rustls v0.26.4
22442026-05-07T14:24:43.057Z Compiling rustls-platform-verifier v0.6.2
22452026-05-07T14:24:43.083Z Compiling serde_path_to_error v0.1.20
22462026-05-07T14:24:43.278Z Compiling hyper-rustls v0.27.7
22472026-05-07T14:24:43.311Z Compiling hostname v0.4.2
22482026-05-07T14:24:43.328Z Compiling proc-macro-error v1.0.4
22492026-05-07T14:24:43.343Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22502026-05-07T14:24:43.358Z Compiling instant v0.1.13
22512026-05-07T14:24:43.423Z Compiling cpufeatures v0.3.0
22522026-05-07T14:24:43.472Z Compiling debug-ignore v1.0.5
22532026-05-07T14:24:43.521Z Compiling foreign-types-shared v0.3.1
22542026-05-07T14:24:43.537Z Compiling typeid v1.0.3
22552026-05-07T14:24:43.559Z Compiling reqwest v0.12.28
22562026-05-07T14:24:43.575Z Compiling reqwest v0.13.2
22572026-05-07T14:24:43.636Z Compiling foreign-types v0.5.0
22582026-05-07T14:24:43.651Z Compiling chacha20 v0.10.0
22592026-05-07T14:24:43.667Z Compiling backoff v0.4.0
22602026-05-07T14:24:43.684Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22612026-05-07T14:24:43.739Z Compiling parse-display v0.10.0
22622026-05-07T14:24:43.754Z Compiling chacha20poly1305 v0.10.1
22632026-05-07T14:24:43.885Z Compiling argon2 v0.5.3
22642026-05-07T14:24:43.929Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22652026-05-07T14:24:43.937Z Compiling num_enum v0.7.5
22662026-05-07T14:24:43.974Z Compiling num_enum_derive v0.5.11
22672026-05-07T14:24:44.029Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22682026-05-07T14:24:44.290Z Compiling vsss-rs v3.3.4
22692026-05-07T14:24:44.374Z Compiling ciborium v0.2.2
22702026-05-07T14:24:44.623Z Compiling tabwriter v1.4.1
22712026-05-07T14:24:44.654Z Compiling regress v0.10.5
22722026-05-07T14:24:44.929Z Compiling byte-wrapper v0.1.0
22732026-05-07T14:24:44.944Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22742026-05-07T14:24:45.013Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22752026-05-07T14:24:45.221Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22762026-05-07T14:24:45.353Z Compiling cstr-argument v0.1.2
22772026-05-07T14:24:45.389Z Compiling erased-serde v0.4.9
22782026-05-07T14:24:45.454Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22792026-05-07T14:24:45.541Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22802026-05-07T14:24:45.557Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22812026-05-07T14:24:45.728Z Compiling num_enum v0.5.11
22822026-05-07T14:24:45.771Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22832026-05-07T14:24:45.860Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22842026-05-07T14:24:45.876Z Compiling rand v0.10.0
22852026-05-07T14:24:45.953Z Compiling rayon v1.11.0
22862026-05-07T14:24:45.983Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22872026-05-07T14:24:45.998Z Compiling indent_write v2.2.0
22882026-05-07T14:24:46.028Z Compiling libefi-sys v0.1.0
22892026-05-07T14:24:46.043Z Compiling colored v3.1.1
22902026-05-07T14:24:46.172Z Compiling zone_cfg_derive v0.3.1
22912026-05-07T14:24:46.216Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22922026-05-07T14:24:46.356Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22932026-05-07T14:24:46.680Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-07T14:24:46.751Z Compiling camino-tempfile v1.4.1
22952026-05-07T14:24:46.801Z Compiling itertools v0.12.1
22962026-05-07T14:24:46.846Z Compiling usdt-attr-macro v0.5.0
22972026-05-07T14:24:46.903Z Compiling usdt-macro v0.5.0
22982026-05-07T14:24:46.921Z Compiling bitfield-struct v0.6.2
22992026-05-07T14:24:46.938Z Compiling num-derive v0.4.2
23002026-05-07T14:24:46.956Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23012026-05-07T14:24:47.170Z Compiling ordered-float v2.10.1
23022026-05-07T14:24:47.310Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23032026-05-07T14:24:47.473Z Compiling blake3 v1.8.3
23042026-05-07T14:24:47.573Z Compiling memmap v0.7.0
23052026-05-07T14:24:47.594Z Compiling sigpipe v0.1.3
23062026-05-07T14:24:47.610Z Compiling glob v0.3.3
23072026-05-07T14:24:47.713Z Compiling swrite v0.1.0
23082026-05-07T14:24:47.748Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23092026-05-07T14:24:47.845Z Compiling usdt v0.5.0
23102026-05-07T14:24:47.875Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23112026-05-07T14:24:47.875Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23122026-05-07T14:24:47.979Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23132026-05-07T14:24:47.999Z Compiling serde-value v0.7.0
23142026-05-07T14:24:48.118Z Compiling zone v0.3.1
23152026-05-07T14:24:48.197Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-05-07T14:24:48.269Z Compiling serde-untagged v0.1.9
23172026-05-07T14:24:48.507Z Compiling toml v0.8.23
23182026-05-07T14:24:48.544Z Compiling smf v0.2.3
23192026-05-07T14:24:48.558Z Compiling filetime v0.2.27
23202026-05-07T14:24:48.612Z Compiling arrayvec v0.7.6
23212026-05-07T14:24:48.632Z Compiling arrayref v0.3.9
23222026-05-07T14:24:48.685Z Compiling whoami v1.6.1
23232026-05-07T14:24:48.723Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23242026-05-07T14:24:48.739Z Compiling same-file v1.0.6
23252026-05-07T14:24:48.786Z Compiling constant_time_eq v0.4.2
23262026-05-07T14:24:48.829Z Compiling unicode-xid v0.2.6
23272026-05-07T14:24:48.870Z Compiling xattr v1.6.1
23282026-05-07T14:24:48.986Z Compiling walkdir v2.5.0
23292026-05-07T14:24:49.001Z Compiling cargo-util-schemas v0.8.2
23302026-05-07T14:24:49.004Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23312026-05-07T14:24:49.088Z Compiling tar v0.4.45
23322026-05-07T14:24:49.158Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23332026-05-07T14:24:49.393Z Compiling tokio-dtrace v0.1.1
23342026-05-07T14:24:49.413Z Compiling console v0.16.2
23352026-05-07T14:24:49.694Z Compiling gethostname v0.5.0
23362026-05-07T14:24:49.721Z Compiling cargo-platform v0.2.0
23372026-05-07T14:24:49.727Z Compiling topological-sort v0.2.2
23382026-05-07T14:24:49.745Z Compiling unit-prefix v0.5.2
23392026-05-07T14:24:49.760Z Compiling oxide-tokio-rt v0.1.4
23402026-05-07T14:24:49.848Z Compiling shell-words v1.1.1
23412026-05-07T14:24:49.918Z Compiling indicatif v0.18.4
23422026-05-07T14:24:49.933Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23432026-05-07T14:24:50.279Z Compiling cargo_metadata v0.21.0
23442026-05-07T14:24:59.569Z Compiling progenitor-client v0.10.0
23452026-05-07T14:24:59.570Z Compiling omicron-zone-package v0.12.2
23462026-05-07T14:24:59.587Z Compiling progenitor-client v0.14.0
23472026-05-07T14:24:59.685Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482026-05-07T14:24:59.685Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23492026-05-07T14:24:59.718Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23502026-05-07T14:24:59.742Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23512026-05-07T14:25:00.025Z Compiling progenitor-extras v0.2.0
23522026-05-07T14:25:00.063Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23532026-05-07T14:25:00.080Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23542026-05-07T14:25:00.105Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23552026-05-07T14:25:00.238Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23562026-05-07T14:25:00.281Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23572026-05-07T14:25:04.838Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23582026-05-07T14:25:12.403Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23592026-05-07T14:25:15.509Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23602026-05-07T14:25:16.491Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23612026-05-07T14:25:25.756Z Finished `release` profile [optimized] target(s) in 1m 40s
23622026-05-07T14:25:25.908Z Running `target/release/omicron-package -t test target create -p dev`
23632026-05-07T14:25:25.971ZLogging to: /work/oxidecomputer/omicron/out/LOG
23642026-05-07T14:25:25.973ZCreated new build target 'test' and set it as active
23652026-05-07T14:25:25.976Z
23662026-05-07T14:25:25.976Zreal 1:40.242444418
23672026-05-07T14:25:25.976Zuser 16:31.561836344
23682026-05-07T14:25:25.976Zsys 2:32.411892163
23692026-05-07T14:25:25.976Ztrap 0.467305639
23702026-05-07T14:25:25.977Ztflt 2.737093001
23712026-05-07T14:25:25.977Zdflt 3.856559275
23722026-05-07T14:25:25.977Zkflt 0.000557498
23732026-05-07T14:25:25.977Zlock 51:50.007373802
23742026-05-07T14:25:25.977Zslp 42:25.785842172
23752026-05-07T14:25:25.977Zlat 43.218226825
23762026-05-07T14:25:25.977Zstop 5:19.813883408
23772026-05-07T14:25:25.977Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23782026-05-07T14:25:26.869Z Finished `release` profile [optimized] target(s) in 0.88s
23792026-05-07T14:25:26.939Z Running `target/release/omicron-package -t test package`
23802026-05-07T14:25:26.998ZLogging to: /work/oxidecomputer/omicron/out/LOG
23812026-05-07T14:25:28.410Z Compiling heck v0.5.0
23822026-05-07T14:25:28.410Z Compiling regress v0.11.1
23832026-05-07T14:25:28.410Z Compiling unsafe-libyaml v0.2.11
23842026-05-07T14:25:28.664Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-05-07T14:25:28.689Z Compiling regress v0.10.5
23862026-05-07T14:25:28.713Z Compiling unicode-width v0.1.14
23872026-05-07T14:25:28.734Z Compiling is-terminal v0.4.17
23882026-05-07T14:25:28.755Z Compiling prettyplease v0.2.37
23892026-05-07T14:25:28.758Z Compiling bytecount v0.6.9
23902026-05-07T14:25:28.758Z Compiling rustls v0.22.4
23912026-05-07T14:25:28.758Z Compiling rustls-webpki v0.102.8
23922026-05-07T14:25:28.792Z Compiling derive-where v1.6.0
23932026-05-07T14:25:28.795Z Compiling thread_local v1.1.9
23942026-05-07T14:25:28.795Z Compiling match_cfg v0.1.0
23952026-05-07T14:25:28.795Z Compiling compression-core v0.4.31
23962026-05-07T14:25:28.917Z Compiling multer v3.1.0
23972026-05-07T14:25:28.917Z Compiling slog-async v2.8.0
23982026-05-07T14:25:28.956Z Compiling hostname v0.3.1
23992026-05-07T14:25:28.980Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-05-07T14:25:28.983Z Compiling compression-codecs v0.4.37
24012026-05-07T14:25:29.001Z Compiling crossbeam-channel v0.5.15
24022026-05-07T14:25:29.044Z Compiling slog-json v2.6.1
24032026-05-07T14:25:29.047Z Compiling futures-executor v0.3.32
24042026-05-07T14:25:29.064Z Compiling toml_datetime v1.0.0+spec-1.1.0
24052026-05-07T14:25:29.111Z Compiling serde_spanned v1.0.4
24062026-05-07T14:25:29.132Z Compiling take_mut v0.2.2
24072026-05-07T14:25:29.200Z Compiling serde_yaml v0.9.34+deprecated
24082026-05-07T14:25:29.284Z Compiling toml_writer v1.0.6+spec-1.1.0
24092026-05-07T14:25:29.307Z Compiling term v1.2.1
24102026-05-07T14:25:29.310Z Compiling slog-bunyan v2.5.0
24112026-05-07T14:25:29.310Z Compiling futures v0.3.32
24122026-05-07T14:25:29.332Z Compiling async-compression v0.4.41
24132026-05-07T14:25:29.489Z Compiling toml v1.0.6+spec-1.1.0
24142026-05-07T14:25:29.532Z Compiling dropshot v0.17.0
24152026-05-07T14:25:29.535Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24162026-05-07T14:25:29.575Z Compiling async-stream v0.3.6
24172026-05-07T14:25:29.601Z Compiling slog-term v2.9.2
24182026-05-07T14:25:29.716Z Compiling num-rational v0.4.2
24192026-05-07T14:25:29.737Z Compiling progenitor-client v0.14.0
24202026-05-07T14:25:29.770Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-05-07T14:25:29.815Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24222026-05-07T14:25:29.835Z Compiling waitgroup v0.1.2
24232026-05-07T14:25:29.882Z Compiling backon v1.6.0
24242026-05-07T14:25:29.996Z Compiling rustls-pemfile v2.2.0
24252026-05-07T14:25:30.023Z Compiling num-complex v0.4.6
24262026-05-07T14:25:30.039Z Compiling hostname v0.4.2
24272026-05-07T14:25:30.067Z Compiling serde_path_to_error v0.1.20
24282026-05-07T14:25:30.111Z Compiling instant v0.1.13
24292026-05-07T14:25:30.114Z Compiling debug-ignore v1.0.5
24302026-05-07T14:25:30.114Z Compiling progenitor-extras v0.2.0
24312026-05-07T14:25:30.199Z Compiling typify-impl v0.6.2
24322026-05-07T14:25:30.219Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24332026-05-07T14:25:30.246Z Compiling backoff v0.4.0
24342026-05-07T14:25:30.290Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24352026-05-07T14:25:30.440Z Compiling num v0.4.3
24362026-05-07T14:25:30.477Z Compiling parse-display v0.10.0
24372026-05-07T14:25:30.510Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24382026-05-07T14:25:30.531Z Compiling progenitor-client v0.13.0
24392026-05-07T14:25:30.555Z Compiling progenitor-client v0.10.0
24402026-05-07T14:25:30.575Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24412026-05-07T14:25:30.644Z Compiling macaddr v1.0.1
24422026-05-07T14:25:30.703Z Compiling float-ord v0.3.2
24432026-05-07T14:25:30.748Z Compiling console v0.15.11
24442026-05-07T14:25:30.845Z Compiling newline-converter v0.3.0
24452026-05-07T14:25:30.880Z Compiling atomicwrites v0.4.4
24462026-05-07T14:25:30.910Z Compiling slog-dtrace v0.3.0
24472026-05-07T14:25:31.059Z Compiling async-recursion v1.1.1
24482026-05-07T14:25:31.118Z Compiling tokio-rustls v0.25.0
24492026-05-07T14:25:31.203Z Compiling expectorate v1.2.0
24502026-05-07T14:25:31.224Z Compiling owo-colors v4.3.0
24512026-05-07T14:25:31.227Z Compiling cancel-safe-futures v0.1.5
24522026-05-07T14:25:31.309Z Compiling libsw-core v0.3.2
24532026-05-07T14:25:31.400Z Compiling resolv-conf v0.7.6
24542026-05-07T14:25:31.448Z Compiling toml v0.8.23
24552026-05-07T14:25:31.558Z Compiling libsw v3.5.0
24562026-05-07T14:25:31.683Z Compiling linear-map v1.2.0
24572026-05-07T14:25:31.745Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-05-07T14:25:31.815Z Compiling minimal-lexical v0.2.1
24592026-05-07T14:25:31.921Z Compiling linked-hash-map v0.5.6
24602026-05-07T14:25:32.002Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24612026-05-07T14:25:32.038Z Compiling nom v7.1.3
24622026-05-07T14:25:32.041Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24632026-05-07T14:25:32.081Z Compiling unicode-xid v0.2.6
24642026-05-07T14:25:32.101Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24652026-05-07T14:25:32.141Z Compiling lru-cache v0.1.2
24662026-05-07T14:25:32.167Z Compiling globset v0.4.18
24672026-05-07T14:25:32.234Z Compiling hickory-proto v0.24.4
24682026-05-07T14:25:32.258Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24692026-05-07T14:25:32.314Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24702026-05-07T14:25:32.613Z Compiling convert_case v0.10.0
24712026-05-07T14:25:32.935Z Compiling derive_more-impl v2.1.1
24722026-05-07T14:25:33.072Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24732026-05-07T14:25:33.423Z Compiling pin-project-internal v1.1.11
24742026-05-07T14:25:33.444Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24752026-05-07T14:25:33.701Z Compiling typify-macro v0.6.2
24762026-05-07T14:25:33.722Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24772026-05-07T14:25:33.973Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24782026-05-07T14:25:34.227Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24792026-05-07T14:25:34.464Z Compiling pin-project v1.1.11
24802026-05-07T14:25:34.604Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24812026-05-07T14:25:34.826Z Compiling hickory-resolver v0.24.4
24822026-05-07T14:25:34.896Z Compiling derive_more v2.1.1
24832026-05-07T14:25:34.955Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24842026-05-07T14:25:35.012Z Compiling papergrid v0.11.0
24852026-05-07T14:25:35.149Z Compiling tabled_derive v0.7.0
24862026-05-07T14:25:35.266Z Compiling typify v0.6.2
24872026-05-07T14:25:35.445Z Compiling progenitor-impl v0.14.0
24882026-05-07T14:25:35.564Z Compiling progenitor-impl v0.13.0
24892026-05-07T14:25:36.098Z Compiling qorb v0.4.1
24902026-05-07T14:25:36.494Z Compiling pem v3.0.6
24912026-05-07T14:25:37.219Z Compiling snafu-derive v0.8.9
24922026-05-07T14:25:37.621Z Compiling progenitor-macro v0.14.0
24932026-05-07T14:25:37.734Z Compiling progenitor-macro v0.13.0
24942026-05-07T14:25:38.032Z Compiling termtree v0.5.1
24952026-05-07T14:25:38.234Z Compiling tabled v0.15.0
24962026-05-07T14:25:39.114Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24972026-05-07T14:25:40.023Z Compiling snafu v0.8.9
24982026-05-07T14:25:40.276Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992026-05-07T14:25:40.446Z Compiling crossterm v0.29.0
25002026-05-07T14:25:40.621Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25012026-05-07T14:25:41.069Z Compiling phf_shared v0.12.1
25022026-05-07T14:25:41.339Z Compiling olpc-cjson v0.1.4
25032026-05-07T14:25:41.542Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25042026-05-07T14:25:41.618Z Compiling serde_plain v1.0.2
25052026-05-07T14:25:41.710Z Compiling progenitor v0.14.0
25062026-05-07T14:25:41.808Z Compiling progenitor v0.13.0
25072026-05-07T14:25:41.895Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25082026-05-07T14:25:41.938Z Compiling vte v0.14.1
25092026-05-07T14:25:41.991Z Compiling csv-core v0.1.13
25102026-05-07T14:25:42.083Z Compiling chrono-tz v0.10.4
25112026-05-07T14:25:42.242Z Compiling typed-path v0.9.3
25122026-05-07T14:25:42.276Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-05-07T14:25:42.320Z Compiling highway v1.3.0
25142026-05-07T14:25:42.479Z Compiling csv v1.4.0
25152026-05-07T14:25:43.079Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25162026-05-07T14:25:43.100Z Compiling strip-ansi-escapes v0.2.1
25172026-05-07T14:25:43.356Z Compiling tough v0.20.0
25182026-05-07T14:25:43.446Z Compiling phf v0.12.1
25192026-05-07T14:25:43.659Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25202026-05-07T14:25:43.699Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25212026-05-07T14:25:44.217Z Compiling const_format_proc_macros v0.2.34
25222026-05-07T14:25:44.891Z Compiling fd-lock v4.0.4
25232026-05-07T14:25:44.996Z Compiling peg-macros v0.8.5
25242026-05-07T14:25:45.076Z Compiling nu-ansi-term v0.50.3
25252026-05-07T14:25:45.097Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25262026-05-07T14:25:45.395Z Compiling reedline v0.40.0
25272026-05-07T14:25:45.628Z Compiling const_format v0.2.35
25282026-05-07T14:25:46.139Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25292026-05-07T14:25:46.160Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25302026-05-07T14:25:46.294Z Compiling peg v0.8.5
25312026-05-07T14:25:46.401Z Compiling bcs v0.1.6
25322026-05-07T14:25:46.826Z Compiling semver v0.1.20
25332026-05-07T14:25:47.166Z Compiling rustc_version v0.1.7
25342026-05-07T14:25:47.215Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25352026-05-07T14:25:47.409Z Compiling newtype_derive v0.1.6
25362026-05-07T14:25:47.470Z Compiling smawk v0.3.2
25372026-05-07T14:25:47.610Z Compiling unicode-linebreak v0.1.5
25382026-05-07T14:25:47.638Z Compiling humantime v2.3.0
25392026-05-07T14:25:47.729Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25402026-05-07T14:25:47.944Z Compiling textwrap v0.16.2
25412026-05-07T14:25:48.110Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25422026-05-07T14:25:48.308Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25432026-05-07T14:25:48.958Z Compiling dropshot-api-manager-types v0.7.1
25442026-05-07T14:25:49.189Z Compiling base64 v0.21.7
25452026-05-07T14:25:49.456Z Compiling steno v0.4.1
25462026-05-07T14:25:49.593Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25472026-05-07T14:25:49.629Z Compiling tagptr v0.2.0
25482026-05-07T14:25:49.743Z Compiling utf-8 v0.7.6
25492026-05-07T14:25:49.823Z Compiling moka v0.12.13
25502026-05-07T14:25:49.988Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25512026-05-07T14:25:50.015Z Compiling tungstenite v0.21.0
25522026-05-07T14:25:50.075Z Compiling radium v0.7.0
25532026-05-07T14:25:50.158Z Compiling tap v1.0.1
25542026-05-07T14:25:50.319Z Compiling maybe-uninit v2.0.0
25552026-05-07T14:25:50.596Z Compiling wyz v0.5.1
25562026-05-07T14:25:50.642Z Compiling tokio-tungstenite v0.21.0
25572026-05-07T14:25:50.838Z Compiling zerocopy-derive v0.6.6
25582026-05-07T14:25:50.875Z Compiling funty v2.0.0
25592026-05-07T14:25:51.005Z Compiling hickory-resolver v0.25.2
25602026-05-07T14:25:51.032Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25612026-05-07T14:25:51.057Z Compiling packed_struct v0.10.1
25622026-05-07T14:25:51.332Z Compiling crc-catalog v2.4.0
25632026-05-07T14:25:51.359Z Compiling display-error-chain v0.2.2
25642026-05-07T14:25:51.468Z Compiling crc v3.4.0
25652026-05-07T14:25:51.566Z Compiling bitvec v1.0.1
25662026-05-07T14:25:51.625Z Compiling zerocopy v0.6.6
25672026-05-07T14:25:51.848Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25682026-05-07T14:25:51.972Z Compiling packed_struct_codegen v0.10.1
25692026-05-07T14:25:52.015Z Compiling num-derive v0.3.3
25702026-05-07T14:25:52.199Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25712026-05-07T14:25:52.795Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25722026-05-07T14:25:52.887Z Compiling bitfield-macros v0.19.4
25732026-05-07T14:25:52.996Z Compiling proc-macro-error-attr2 v2.0.0
25742026-05-07T14:25:53.355Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25752026-05-07T14:25:53.399Z Compiling indexmap v1.9.3
25762026-05-07T14:25:53.611Z Compiling nodrop v0.1.14
25772026-05-07T14:25:53.705Z Compiling bitfield v0.19.4
25782026-05-07T14:25:53.769Z Compiling array-init v0.0.4
25792026-05-07T14:25:54.032Z Compiling proc-macro-error2 v2.0.1
25802026-05-07T14:25:54.376Z Compiling libscf-sys v1.1.0
25812026-05-07T14:25:54.562Z Compiling smallvec v0.6.14
25822026-05-07T14:25:54.656Z Compiling typify-impl v0.4.3
25832026-05-07T14:25:54.841Z Compiling hashbrown v0.12.3
25842026-05-07T14:25:55.004Z Compiling serde-hex v0.1.0
25852026-05-07T14:25:55.712Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-05-07T14:25:55.734Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25872026-05-07T14:25:55.969Z Compiling tabled_derive v0.11.0
25882026-05-07T14:25:56.434Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892026-05-07T14:25:56.681Z Compiling ron v0.8.1
25902026-05-07T14:25:56.712Z Compiling papergrid v0.17.0
25912026-05-07T14:25:56.875Z Compiling testing_table v0.3.0
25922026-05-07T14:25:57.006Z Compiling hashbrown v0.13.2
25932026-05-07T14:25:57.092Z Compiling vergen-gitcl v1.0.8
25942026-05-07T14:25:57.211Z Compiling dirs-sys-next v0.1.2
25952026-05-07T14:25:57.309Z Compiling diesel_derives v2.3.7
25962026-05-07T14:25:57.330Z Compiling maplit v1.0.2
25972026-05-07T14:25:57.456Z Compiling crunchy v0.2.4
25982026-05-07T14:25:57.482Z Compiling glob v0.3.3
25992026-05-07T14:25:57.501Z Compiling crc-any v2.5.0
26002026-05-07T14:25:57.569Z Compiling object v0.30.4
26012026-05-07T14:25:57.615Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26022026-05-07T14:25:57.770Z Compiling dirs-next v2.0.0
26032026-05-07T14:25:57.844Z Compiling clang-sys v1.8.1
26042026-05-07T14:25:57.918Z Compiling tabled v0.20.0
26052026-05-07T14:25:57.972Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26062026-05-07T14:25:58.053Z Compiling dsl_auto_type v0.2.0
26072026-05-07T14:25:58.127Z Compiling typify-macro v0.4.3
26082026-05-07T14:25:58.226Z Compiling scheduled-thread-pool v0.2.7
26092026-05-07T14:25:58.295Z Compiling diesel_table_macro_syntax v0.3.0
26102026-05-07T14:25:58.542Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-07T14:25:58.634Z Compiling path-slash v0.1.5
26122026-05-07T14:25:58.781Z Compiling xshell-macros v0.2.7
26132026-05-07T14:25:58.802Z Compiling tiny-keccak v2.0.2
26142026-05-07T14:25:58.901Z Compiling r2d2 v0.8.10
26152026-05-07T14:25:59.058Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-05-07T14:25:59.107Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26172026-05-07T14:25:59.185Z Compiling xshell v0.2.7
26182026-05-07T14:25:59.422Z Compiling term v0.7.0
26192026-05-07T14:25:59.731Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26202026-05-07T14:25:59.769Z Compiling downcast-rs v2.0.2
26212026-05-07T14:25:59.903Z Compiling bit-vec v0.6.3
26222026-05-07T14:26:00.113Z Compiling bit-set v0.5.3
26232026-05-07T14:26:00.146Z Compiling ascii-canvas v3.0.0
26242026-05-07T14:26:00.202Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-05-07T14:26:00.223Z Compiling itertools v0.10.5
26262026-05-07T14:26:00.310Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26272026-05-07T14:26:00.515Z Compiling ena v0.14.4
26282026-05-07T14:26:00.753Z Compiling libloading v0.8.9
26292026-05-07T14:26:01.003Z Compiling bindgen v0.71.1
26302026-05-07T14:26:01.313Z Compiling diff v0.1.13
26312026-05-07T14:26:01.336Z Compiling regex-syntax v0.6.29
26322026-05-07T14:26:01.535Z Compiling crc8 v0.1.1
26332026-05-07T14:26:01.580Z Compiling unicase v2.9.0
26342026-05-07T14:26:01.885Z Compiling typify v0.4.3
26352026-05-07T14:26:02.024Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-05-07T14:26:02.316Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26372026-05-07T14:26:02.370Z Compiling cexpr v0.6.0
26382026-05-07T14:26:02.936Z Compiling lalrpop v0.19.12
26392026-05-07T14:26:02.962Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26402026-05-07T14:26:03.004Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26412026-05-07T14:26:03.186Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26422026-05-07T14:26:03.253Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26432026-05-07T14:26:03.321Z Compiling headers-core v0.3.0
26442026-05-07T14:26:03.426Z Compiling libxml v0.3.3
26452026-05-07T14:26:03.515Z Compiling headers v0.4.1
26462026-05-07T14:26:03.565Z Compiling diesel v2.3.7
26472026-05-07T14:26:03.746Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26482026-05-07T14:26:03.899Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26492026-05-07T14:26:04.124Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26502026-05-07T14:26:04.603Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-05-07T14:26:04.767Z Compiling strum_macros v0.24.3
26522026-05-07T14:26:05.037Z Compiling indoc v1.0.9
26532026-05-07T14:26:05.612Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26542026-05-07T14:26:05.735Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26552026-05-07T14:26:05.850Z Compiling derive_builder v0.20.2
26562026-05-07T14:26:06.023Z Compiling oso-derive v0.27.3
26572026-05-07T14:26:06.045Z Compiling quick-xml v0.37.5
26582026-05-07T14:26:06.124Z Compiling impl-trait-for-tuples v0.2.3
26592026-05-07T14:26:06.265Z Compiling half v1.8.3
26602026-05-07T14:26:06.556Z Compiling openssl-probe v0.1.6
26612026-05-07T14:26:06.720Z Compiling serde_cbor v0.11.2
26622026-05-07T14:26:06.893Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26632026-05-07T14:26:07.079Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26642026-05-07T14:26:07.398Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26652026-05-07T14:26:07.493Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26662026-05-07T14:26:07.591Z Compiling bb8 v0.8.6
26672026-05-07T14:26:07.711Z Compiling trait-variant v0.1.2
26682026-05-07T14:26:07.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26692026-05-07T14:26:07.798Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26702026-05-07T14:26:07.877Z Compiling samael v0.0.19
26712026-05-07T14:26:07.969Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26722026-05-07T14:26:08.024Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26732026-05-07T14:26:08.135Z Compiling fxhash v0.2.1
26742026-05-07T14:26:08.255Z Compiling salty v0.3.0
26752026-05-07T14:26:08.277Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26762026-05-07T14:26:08.424Z Compiling progenitor-impl v0.11.2
26772026-05-07T14:26:08.618Z Compiling progenitor-impl v0.10.0
26782026-05-07T14:26:08.670Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26792026-05-07T14:26:08.738Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26802026-05-07T14:26:09.335Z Compiling kstat-rs v0.2.4
26812026-05-07T14:26:09.445Z Compiling libz-sys v1.1.24
26822026-05-07T14:26:09.679Z Compiling nonempty v0.12.0
26832026-05-07T14:26:09.832Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26842026-05-07T14:26:09.909Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26852026-05-07T14:26:10.406Z Compiling polar-core v0.27.3
26862026-05-07T14:26:10.677Z Compiling progenitor-macro v0.11.2
26872026-05-07T14:26:10.750Z Compiling progenitor-macro v0.10.0
26882026-05-07T14:26:11.945Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26892026-05-07T14:26:13.529Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26902026-05-07T14:26:13.880Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26912026-05-07T14:26:14.136Z Compiling progenitor-client v0.11.2
26922026-05-07T14:26:14.528Z Compiling darling_core v0.23.0
26932026-05-07T14:26:14.696Z Compiling nanorand v0.7.0
26942026-05-07T14:26:14.773Z Compiling arc-swap v1.8.2
26952026-05-07T14:26:14.877Z Compiling fs-err v2.11.0
26962026-05-07T14:26:15.107Z Compiling parking_lot_core v0.8.6
26972026-05-07T14:26:15.290Z Compiling mime_guess v2.0.5
26982026-05-07T14:26:15.312Z Compiling slog-scope v4.4.1
26992026-05-07T14:26:15.383Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27002026-05-07T14:26:15.777Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27012026-05-07T14:26:15.805Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27022026-05-07T14:26:16.681Z Compiling darling_macro v0.23.0
27032026-05-07T14:26:17.213Z Compiling flume v0.11.1
27042026-05-07T14:26:17.617Z Compiling progenitor v0.10.0
27052026-05-07T14:26:17.801Z Compiling progenitor v0.11.2
27062026-05-07T14:26:17.986Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27072026-05-07T14:26:18.232Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-07T14:26:19.509Z Compiling oso v0.27.3
27092026-05-07T14:26:19.990Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27102026-05-07T14:26:22.259Z Compiling async-bb8-diesel v0.2.1
27112026-05-07T14:26:22.709Z Compiling diesel-dtrace v0.5.0
27122026-05-07T14:26:22.836Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27132026-05-07T14:26:23.376Z Compiling primeorder v0.13.6
27142026-05-07T14:26:23.722Z Compiling git-stub v1.0.0
27152026-05-07T14:26:23.813Z Compiling libgit2-sys v0.18.3+1.9.2
27162026-05-07T14:26:23.992Z Compiling instability v0.3.11
27172026-05-07T14:26:24.068Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27182026-05-07T14:26:24.281Z Compiling git-stub-vcs v0.1.0
27192026-05-07T14:26:24.339Z Compiling p384 v0.13.1
27202026-05-07T14:26:24.668Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-05-07T14:26:25.910Z Compiling darling v0.23.0
27222026-05-07T14:26:26.004Z Compiling slog-stdlog v4.1.1
27232026-05-07T14:26:26.213Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27242026-05-07T14:26:26.256Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27252026-05-07T14:26:26.466Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27262026-05-07T14:26:26.487Z Compiling ignore v0.4.25
27272026-05-07T14:26:26.490Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27282026-05-07T14:26:26.570Z Compiling castaway v0.2.4
27292026-05-07T14:26:26.727Z Compiling atty v0.2.14
27302026-05-07T14:26:26.883Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27312026-05-07T14:26:27.123Z Compiling http-range v0.1.5
27322026-05-07T14:26:27.490Z Compiling indoc v2.0.7
27332026-05-07T14:26:27.642Z Compiling parse-size v1.1.0
27342026-05-07T14:26:27.870Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27352026-05-07T14:26:27.918Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27362026-05-07T14:26:28.656Z Compiling globwalk v0.9.1
27372026-05-07T14:26:29.146Z Compiling compact_str v0.8.1
27382026-05-07T14:26:29.654Z Compiling slog-envlogger v2.2.0
27392026-05-07T14:26:30.786Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-07T14:26:30.833Z Compiling parking_lot v0.11.2
27412026-05-07T14:26:31.049Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27422026-05-07T14:26:31.548Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27432026-05-07T14:26:31.751Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27442026-05-07T14:26:31.819Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27452026-05-07T14:26:32.198Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-07T14:26:32.231Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27472026-05-07T14:26:32.596Z Compiling predicates-tree v1.0.13
27482026-05-07T14:26:33.019Z Compiling unicode-truncate v1.1.0
27492026-05-07T14:26:33.041Z Compiling lru v0.12.5
27502026-05-07T14:26:33.069Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-05-07T14:26:33.242Z Compiling rand_seeder v0.4.0
27522026-05-07T14:26:33.264Z Compiling prefix-trie v0.7.0
27532026-05-07T14:26:33.288Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27542026-05-07T14:26:33.471Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27552026-05-07T14:26:33.522Z Compiling vergen-git2 v1.0.7
27562026-05-07T14:26:33.548Z Compiling corncobs v0.1.4
27572026-05-07T14:26:33.625Z Compiling cassowary v0.3.0
27582026-05-07T14:26:33.704Z Compiling hickory-server v0.25.2
27592026-05-07T14:26:33.786Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27602026-05-07T14:26:33.808Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27612026-05-07T14:26:33.863Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-05-07T14:26:33.937Z Compiling ratatui v0.29.0
27632026-05-07T14:26:34.077Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-07T14:26:34.128Z Compiling camino-tempfile-ext v0.3.3
27652026-05-07T14:26:34.520Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27662026-05-07T14:26:34.651Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-07T14:26:34.838Z Compiling sled v0.34.7
27682026-05-07T14:26:34.864Z Compiling hyper-staticfile v0.10.1
27692026-05-07T14:26:35.469Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-07T14:26:36.081Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27712026-05-07T14:26:36.137Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27722026-05-07T14:26:37.689Z Compiling secrecy v0.8.0
27732026-05-07T14:26:37.884Z Compiling rustls v0.21.12
27742026-05-07T14:26:38.106Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27752026-05-07T14:26:38.695Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27762026-05-07T14:26:38.792Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27772026-05-07T14:26:39.335Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27782026-05-07T14:26:39.670Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27792026-05-07T14:26:40.503Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27802026-05-07T14:26:41.579Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27812026-05-07T14:26:41.711Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27822026-05-07T14:26:42.213Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27832026-05-07T14:26:42.451Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27842026-05-07T14:26:42.681Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27852026-05-07T14:26:42.930Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27862026-05-07T14:26:43.153Z Compiling rustls-webpki v0.101.7
27872026-05-07T14:26:43.586Z Compiling sct v0.7.1
27882026-05-07T14:26:43.733Z Compiling nix v0.29.0
27892026-05-07T14:26:43.865Z Compiling dropshot v0.16.7
27902026-05-07T14:26:44.108Z Compiling void v1.0.2
27912026-05-07T14:26:44.254Z Compiling lzss v0.8.2
27922026-05-07T14:26:44.331Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27932026-05-07T14:26:44.597Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27942026-05-07T14:26:44.837Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-07T14:26:45.005Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27962026-05-07T14:26:45.756Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27972026-05-07T14:26:45.801Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27982026-05-07T14:26:46.070Z Compiling tungstenite v0.23.0
27992026-05-07T14:26:46.465Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28002026-05-07T14:26:47.142Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28012026-05-07T14:26:47.364Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28022026-05-07T14:26:47.598Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-05-07T14:26:47.621Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28042026-05-07T14:26:47.835Z Compiling toml v0.9.12+spec-1.1.0
28052026-05-07T14:26:47.856Z Compiling nix v0.27.1
28062026-05-07T14:26:48.390Z Compiling dropshot_endpoint v0.16.7
28072026-05-07T14:26:48.444Z Compiling serde_bytes v0.11.19
28082026-05-07T14:26:48.619Z Compiling tokio-tungstenite v0.23.1
28092026-05-07T14:26:48.759Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28102026-05-07T14:26:49.003Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28112026-05-07T14:26:49.070Z Compiling tokio-rustls v0.24.1
28122026-05-07T14:26:49.349Z Compiling git2 v0.20.4
28132026-05-07T14:26:49.845Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28142026-05-07T14:26:52.383Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28152026-05-07T14:26:52.586Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28162026-05-07T14:26:54.081Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28172026-05-07T14:26:54.524Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28182026-05-07T14:26:54.959Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28192026-05-07T14:26:55.200Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28202026-05-07T14:26:55.426Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-05-07T14:26:57.059Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28222026-05-07T14:26:57.660Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28232026-05-07T14:26:57.822Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28242026-05-07T14:26:57.979Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28252026-05-07T14:26:58.755Z Compiling rustls-pemfile v1.0.4
28262026-05-07T14:26:59.004Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28272026-05-07T14:26:59.181Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28282026-05-07T14:26:59.921Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28292026-05-07T14:27:00.415Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28302026-05-07T14:27:00.903Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28312026-05-07T14:27:01.876Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28322026-05-07T14:27:02.364Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-05-07T14:27:02.514Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28342026-05-07T14:27:02.608Z Compiling signal-hook-tokio v0.3.1
28352026-05-07T14:27:02.819Z Compiling twox-hash v2.1.2
28362026-05-07T14:27:03.276Z Compiling yasna v0.5.2
28372026-05-07T14:27:03.350Z Compiling is_ci v1.2.0
28382026-05-07T14:27:03.573Z Compiling supports-color v3.0.2
28392026-05-07T14:27:03.867Z Compiling rcgen v0.12.1
28402026-05-07T14:27:04.459Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28412026-05-07T14:27:04.574Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-05-07T14:27:04.598Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28432026-05-07T14:27:04.621Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28442026-05-07T14:27:04.654Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-05-07T14:27:04.817Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28462026-05-07T14:27:05.160Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28472026-05-07T14:27:06.591Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28482026-05-07T14:27:07.518Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28492026-05-07T14:27:08.125Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28502026-05-07T14:27:08.344Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28512026-05-07T14:27:08.577Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-05-07T14:27:08.601Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-05-07T14:27:08.812Z Compiling fatfs v0.3.6
28542026-05-07T14:27:08.835Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-05-07T14:27:09.544Z Compiling subprocess v0.2.15
28562026-05-07T14:27:10.088Z Compiling rtoolbox v0.0.3
28572026-05-07T14:27:10.114Z Compiling seq-macro v0.3.6
28582026-05-07T14:27:10.380Z Compiling assert_matches v1.5.0
28592026-05-07T14:27:10.509Z Compiling rpassword v7.4.0
28602026-05-07T14:27:10.610Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28612026-05-07T14:27:10.830Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28622026-05-07T14:27:11.739Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28632026-05-07T14:27:11.938Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28642026-05-07T14:27:12.079Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28652026-05-07T14:27:12.494Z Compiling tui-tree-widget v0.23.1
28662026-05-07T14:27:12.784Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28672026-05-07T14:27:12.928Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28682026-05-07T14:27:13.458Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28692026-05-07T14:27:13.954Z Compiling uzers v0.12.2
28702026-05-07T14:27:14.509Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-05-07T14:27:15.429Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28722026-05-07T14:27:16.182Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28732026-05-07T14:27:17.265Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28742026-05-07T14:27:19.975Z Compiling support-bundle-viewer v0.1.2
28752026-05-07T14:27:20.723Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28762026-05-07T14:27:21.880Z Compiling multimap v0.10.1
28772026-05-07T14:27:30.022Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28782026-05-07T14:27:30.113Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28792026-05-07T14:27:31.461Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28802026-05-07T14:27:40.405Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28812026-05-07T14:33:13.863Z Finished `release` profile [optimized] target(s) in 7m 46s
28822026-05-07T14:33:57.457Z
28832026-05-07T14:33:57.457Zreal 8:31.408046650
28842026-05-07T14:33:57.458Zuser 1:17:56.772266165
28852026-05-07T14:33:57.461Zsys 3:27.386567309
28862026-05-07T14:33:57.461Ztrap 1.761499890
28872026-05-07T14:33:57.461Ztflt 2.173889256
28882026-05-07T14:33:57.461Zdflt 16.363727010
28892026-05-07T14:33:57.461Zkflt 0.006126148
28902026-05-07T14:33:57.461Zlock 6:34:40.673789568
28912026-05-07T14:33:57.461Zslp 2:13:57.524130181
28922026-05-07T14:33:57.461Zlat 2:32.493677143
28932026-05-07T14:33:57.461Zstop 5:19.109909859
28942026-05-07T14:33:57.461Z+ mapfile -t packages
28952026-05-07T14:33:57.461Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28962026-05-07T14:33:58.400Z Finished `release` profile [optimized] target(s) in 0.93s
28972026-05-07T14:33:58.473Z Running `target/release/omicron-package -t test list-outputs`
28982026-05-07T14:33:58.524ZLogging to: /work/oxidecomputer/omicron/out/LOG
28992026-05-07T14:33:58.526Z+ ptime -m cargo build --locked --release -p xtask
29002026-05-07T14:33:59.052Z Compiling libc v0.2.185
29012026-05-07T14:33:59.052Z Compiling serde v1.0.228
29022026-05-07T14:33:59.055Z Compiling serde_core v1.0.228
29032026-05-07T14:33:59.056Z Compiling rustix v1.1.3
29042026-05-07T14:33:59.162Z Compiling serde_json v1.0.149
29052026-05-07T14:33:59.168Z Compiling bitflags v2.11.0
29062026-05-07T14:33:59.193Z Compiling num-traits v0.2.19
29072026-05-07T14:33:59.200Z Compiling syn v2.0.117
29082026-05-07T14:33:59.210Z Compiling smallvec v1.15.1
29092026-05-07T14:33:59.220Z Compiling indexmap v2.14.0
29102026-05-07T14:33:59.230Z Compiling usdt-impl v0.5.0
29112026-05-07T14:33:59.251Z Compiling syn v1.0.109
29122026-05-07T14:33:59.263Z Compiling log v0.4.29
29132026-05-07T14:33:59.274Z Compiling getrandom v0.4.1
29142026-05-07T14:33:59.407Z Compiling percent-encoding v2.3.2
29152026-05-07T14:33:59.554Z Compiling form_urlencoded v1.2.2
29162026-05-07T14:33:59.617Z Compiling fs-err v3.3.0
29172026-05-07T14:33:59.621Z Compiling once_cell v1.21.3
29182026-05-07T14:33:59.648Z Compiling heck v0.4.1
29192026-05-07T14:33:59.669Z Compiling anyhow v1.0.102
29202026-05-07T14:33:59.888Z Compiling thread-id v4.2.2
29212026-05-07T14:33:59.908Z Compiling errno v0.3.14
29222026-05-07T14:33:59.911Z Compiling memmap v0.7.0
29232026-05-07T14:34:00.217Z Compiling ordered-float v2.10.1
29242026-05-07T14:34:00.725Z Compiling proc-macro-error v1.0.4
29252026-05-07T14:34:00.907Z Compiling terminal_size v0.4.3
29262026-05-07T14:34:00.907Z Compiling tempfile v3.25.0
29272026-05-07T14:34:00.965Z Compiling tabled_derive v0.7.0
29282026-05-07T14:34:01.000Z Compiling clap_builder v4.5.60
29292026-05-07T14:34:01.000Z Compiling textwrap v0.16.2
29302026-05-07T14:34:01.131Z Compiling camino-tempfile v1.4.1
29312026-05-07T14:34:01.643Z Compiling tabled v0.15.0
29322026-05-07T14:34:01.704Z Compiling synstructure v0.13.2
29332026-05-07T14:34:01.704Z Compiling pest_generator v2.8.6
29342026-05-07T14:34:02.089Z Compiling serde_derive v1.0.228
29352026-05-07T14:34:02.089Z Compiling zerofrom-derive v0.1.6
29362026-05-07T14:34:02.089Z Compiling yoke-derive v0.8.1
29372026-05-07T14:34:02.097Z Compiling zerovec-derive v0.11.2
29382026-05-07T14:34:02.097Z Compiling displaydoc v0.2.5
29392026-05-07T14:34:02.097Z Compiling thiserror-impl v1.0.69
29402026-05-07T14:34:02.097Z Compiling zerocopy-derive v0.7.35
29412026-05-07T14:34:02.098Z Compiling scroll_derive v0.12.1
29422026-05-07T14:34:02.098Z Compiling thiserror-impl v2.0.18
29432026-05-07T14:34:02.098Z Compiling clap_derive v4.5.55
29442026-05-07T14:34:02.261Z Compiling pest_derive v2.8.6
29452026-05-07T14:34:02.804Z Compiling scroll v0.12.0
29462026-05-07T14:34:02.903Z Compiling zerocopy v0.7.35
29472026-05-07T14:34:03.134Z Compiling goblin v0.8.2
29482026-05-07T14:34:03.182Z Compiling zerofrom v0.1.6
29492026-05-07T14:34:03.275Z Compiling thiserror v1.0.69
29502026-05-07T14:34:03.341Z Compiling yoke v0.8.1
29512026-05-07T14:34:03.384Z Compiling dtrace-parser v0.2.0
29522026-05-07T14:34:03.404Z Compiling thiserror v2.0.18
29532026-05-07T14:34:03.526Z Compiling zerovec v0.11.5
29542026-05-07T14:34:03.539Z Compiling zerotrie v0.2.3
29552026-05-07T14:34:03.785Z Compiling clap v4.5.60
29562026-05-07T14:34:04.128Z Compiling tinystr v0.8.2
29572026-05-07T14:34:04.356Z Compiling icu_locale_core v2.1.1
29582026-05-07T14:34:04.864Z Compiling potential_utf v0.1.4
29592026-05-07T14:34:05.071Z Compiling icu_provider v2.1.1
29602026-05-07T14:34:05.120Z Compiling icu_collections v2.1.1
29612026-05-07T14:34:05.398Z Compiling toml_datetime v0.6.11
29622026-05-07T14:34:05.443Z Compiling serde_spanned v0.6.9
29632026-05-07T14:34:05.494Z Compiling icu_normalizer v2.1.1
29642026-05-07T14:34:05.506Z Compiling icu_properties v2.1.2
29652026-05-07T14:34:05.562Z Compiling serde-value v0.7.0
29662026-05-07T14:34:05.632Z Compiling toml_edit v0.22.27
29672026-05-07T14:34:05.804Z Compiling dof v0.3.0
29682026-05-07T14:34:05.912Z Compiling serde_tokenstream v0.2.3
29692026-05-07T14:34:06.010Z Compiling cargo-platform v0.2.0
29702026-05-07T14:34:06.276Z Compiling macaddr v1.0.1
29712026-05-07T14:34:06.410Z Compiling idna_adapter v1.2.1
29722026-05-07T14:34:06.544Z Compiling idna v1.1.0
29732026-05-07T14:34:06.774Z Compiling usdt-macro v0.5.0
29742026-05-07T14:34:06.807Z Compiling usdt-attr-macro v0.5.0
29752026-05-07T14:34:06.883Z Compiling url v2.5.8
29762026-05-07T14:34:07.322Z Compiling toml v0.8.23
29772026-05-07T14:34:07.475Z Compiling usdt v0.5.0
29782026-05-07T14:34:07.828Z Compiling cargo-util-schemas v0.8.2
29792026-05-07T14:34:07.896Z Compiling cargo_toml v0.21.0
29802026-05-07T14:34:09.641Z Compiling cargo_metadata v0.21.0
29812026-05-07T14:34:12.005Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29822026-05-07T14:34:15.009Z Finished `release` profile [optimized] target(s) in 16.47s
29832026-05-07T14:34:15.131Z
29842026-05-07T14:34:15.131Zreal 16.571427844
29852026-05-07T14:34:15.134Zuser 2:22.172879012
29862026-05-07T14:34:15.134Zsys 16.238466280
29872026-05-07T14:34:15.134Ztrap 0.110402509
29882026-05-07T14:34:15.134Ztflt 0.497867230
29892026-05-07T14:34:15.134Zdflt 1.430734400
29902026-05-07T14:34:15.135Zkflt 0.000044994
29912026-05-07T14:34:15.135Zlock 5:23.074688101
29922026-05-07T14:34:15.135Zslp 3:30.238864203
29932026-05-07T14:34:15.135Zlat 7.052437520
29942026-05-07T14:34:15.135Zstop 17.899058625
29952026-05-07T14:34:15.135Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29962026-05-07T14:34:15.135Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29972026-05-07T14:34:15.135Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29982026-05-07T14:34:15.135Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29992026-05-07T14:34:15.135Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30002026-05-07T14:34:16.079Z Compiling newtype-uuid-macros v0.1.0
30012026-05-07T14:34:16.083Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-05-07T14:34:16.083Z Compiling regress v0.10.5
30032026-05-07T14:34:16.083Z Compiling structmeta-derive v0.3.0
30042026-05-07T14:34:16.083Z Compiling rustls v0.22.4
30052026-05-07T14:34:16.083Z Compiling rustls-webpki v0.102.8
30062026-05-07T14:34:16.083Z Compiling multer v3.1.0
30072026-05-07T14:34:16.083Z Compiling compression-core v0.4.31
30082026-05-07T14:34:16.083Z Compiling match_cfg v0.1.0
30092026-05-07T14:34:16.228Z Compiling debug-ignore v1.0.5
30102026-05-07T14:34:16.231Z Compiling slog-json v2.6.1
30112026-05-07T14:34:16.328Z Compiling async-stream-impl v0.3.6
30122026-05-07T14:34:16.331Z Compiling serde_spanned v1.0.4
30132026-05-07T14:34:16.340Z Compiling toml_datetime v1.0.0+spec-1.1.0
30142026-05-07T14:34:16.354Z Compiling dropshot v0.17.0
30152026-05-07T14:34:16.370Z Compiling toml_writer v1.0.6+spec-1.1.0
30162026-05-07T14:34:16.401Z Compiling hostname v0.3.1
30172026-05-07T14:34:16.418Z Compiling compression-codecs v0.4.37
30182026-05-07T14:34:16.452Z Compiling itertools v0.14.0
30192026-05-07T14:34:16.496Z Compiling waitgroup v0.1.2
30202026-05-07T14:34:16.589Z Compiling toml v1.0.6+spec-1.1.0
30212026-05-07T14:34:16.608Z Compiling slog-bunyan v2.5.0
30222026-05-07T14:34:16.638Z Compiling async-compression v0.4.41
30232026-05-07T14:34:16.716Z Compiling rustls-pemfile v2.2.0
30242026-05-07T14:34:16.716Z Compiling dropshot_endpoint v0.17.0
30252026-05-07T14:34:16.735Z Compiling serde_path_to_error v0.1.20
30262026-05-07T14:34:16.764Z Compiling hostname v0.4.2
30272026-05-07T14:34:16.790Z Compiling progenitor-client v0.14.0
30282026-05-07T14:34:16.809Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30292026-05-07T14:34:16.927Z Compiling macaddr v1.0.1
30302026-05-07T14:34:16.927Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30312026-05-07T14:34:17.002Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30322026-05-07T14:34:17.019Z Compiling instant v0.1.13
30332026-05-07T14:34:17.019Z Compiling progenitor-client v0.10.0
30342026-05-07T14:34:17.022Z Compiling backon v1.6.0
30352026-05-07T14:34:17.110Z Compiling async-stream v0.3.6
30362026-05-07T14:34:17.125Z Compiling backoff v0.4.0
30372026-05-07T14:34:17.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-05-07T14:34:17.156Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30392026-05-07T14:34:17.170Z Compiling universal-hash v0.5.1
30402026-05-07T14:34:17.186Z Compiling opaque-debug v0.3.1
30412026-05-07T14:34:17.264Z Compiling progenitor-extras v0.2.0
30422026-05-07T14:34:17.281Z Compiling half v2.7.1
30432026-05-07T14:34:17.300Z Compiling ciborium-io v0.2.2
30442026-05-07T14:34:17.330Z Compiling crucible-workspace-hack v0.1.0
30452026-05-07T14:34:17.361Z Compiling unsafe-libyaml v0.2.11
30462026-05-07T14:34:17.378Z Compiling convert_case v0.4.0
30472026-05-07T14:34:17.381Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-07T14:34:17.421Z Compiling regress v0.11.1
30492026-05-07T14:34:17.450Z Compiling structmeta v0.3.0
30502026-05-07T14:34:17.545Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-05-07T14:34:17.564Z Compiling ciborium-ll v0.2.2
30522026-05-07T14:34:17.599Z Compiling aead v0.5.2
30532026-05-07T14:34:17.632Z Compiling secrecy v0.10.3
30542026-05-07T14:34:17.649Z Compiling poly1305 v0.8.0
30552026-05-07T14:34:17.703Z Compiling chacha20 v0.9.1
30562026-05-07T14:34:17.719Z Compiling derive-ex v0.1.8
30572026-05-07T14:34:17.772Z Compiling parse-display-derive v0.10.0
30582026-05-07T14:34:17.810Z Compiling ciborium v0.2.2
30592026-05-07T14:34:17.824Z Compiling derive_more v0.99.20
30602026-05-07T14:34:17.844Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30612026-05-07T14:34:17.847Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30622026-05-07T14:34:17.847Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30632026-05-07T14:34:17.951Z Compiling serde_yaml v0.9.34+deprecated
30642026-05-07T14:34:17.991Z Compiling thiserror-impl-no-std v2.0.2
30652026-05-07T14:34:18.099Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-05-07T14:34:18.151Z Compiling byte-wrapper v0.1.0
30672026-05-07T14:34:18.219Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30682026-05-07T14:34:18.280Z Compiling blake2 v0.10.6
30692026-05-07T14:34:18.356Z Compiling password-hash v0.5.0
30702026-05-07T14:34:18.418Z Compiling chacha20poly1305 v0.10.1
30712026-05-07T14:34:18.440Z Compiling indent_write v2.2.0
30722026-05-07T14:34:18.524Z Compiling tokio-rustls v0.25.0
30732026-05-07T14:34:18.553Z Compiling heapless v0.8.0
30742026-05-07T14:34:18.594Z Compiling ingot-macros v0.1.1
30752026-05-07T14:34:18.611Z Compiling argon2 v0.5.3
30762026-05-07T14:34:18.792Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-05-07T14:34:18.870Z Compiling hash32 v0.3.1
30782026-05-07T14:34:19.057Z Compiling typify-impl v0.6.2
30792026-05-07T14:34:19.075Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30802026-05-07T14:34:19.223Z Compiling thiserror-no-std v2.0.2
30812026-05-07T14:34:19.340Z Compiling vsss-rs v3.3.4
30822026-05-07T14:34:19.369Z Compiling smoltcp v0.11.0
30832026-05-07T14:34:19.470Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30842026-05-07T14:34:19.486Z Compiling test-strategy v0.4.5
30852026-05-07T14:34:19.522Z Compiling proc-macro-crate v3.4.0
30862026-05-07T14:34:19.553Z Compiling parse-display v0.10.0
30872026-05-07T14:34:19.776Z Compiling tabwriter v1.4.1
30882026-05-07T14:34:19.847Z Compiling num-rational v0.4.2
30892026-05-07T14:34:19.894Z Compiling cobs v0.3.0
30902026-05-07T14:34:19.911Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30912026-05-07T14:34:20.035Z Compiling num-complex v0.4.6
30922026-05-07T14:34:20.051Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30932026-05-07T14:34:20.055Z Compiling postcard v1.1.3
30942026-05-07T14:34:20.104Z Compiling num_enum_derive v0.7.5
30952026-05-07T14:34:20.119Z Compiling proc-macro-error v1.0.4
30962026-05-07T14:34:20.309Z Compiling proc-macro-crate v1.3.1
30972026-05-07T14:34:20.423Z Compiling num v0.4.3
30982026-05-07T14:34:20.442Z Compiling foreign-types-macros v0.2.3
30992026-05-07T14:34:20.463Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31002026-05-07T14:34:20.480Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31012026-05-07T14:34:20.484Z Compiling foreign-types-shared v0.3.1
31022026-05-07T14:34:20.498Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31032026-05-07T14:34:20.527Z Compiling float-ord v0.3.2
31042026-05-07T14:34:20.613Z Compiling cpufeatures v0.3.0
31052026-05-07T14:34:20.680Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31062026-05-07T14:34:20.702Z Compiling rayon-core v1.13.0
31072026-05-07T14:34:20.721Z Compiling colored v3.1.1
31082026-05-07T14:34:20.762Z Compiling num_enum_derive v0.5.11
31092026-05-07T14:34:20.781Z Compiling chacha20 v0.10.0
31102026-05-07T14:34:20.937Z Compiling crossbeam-deque v0.8.6
31112026-05-07T14:34:20.956Z Compiling camino-tempfile v1.4.1
31122026-05-07T14:34:20.958Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31132026-05-07T14:34:20.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31142026-05-07T14:34:21.050Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31152026-05-07T14:34:21.090Z Compiling foreign-types v0.5.0
31162026-05-07T14:34:21.106Z Compiling cstr-argument v0.1.2
31172026-05-07T14:34:21.136Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-05-07T14:34:21.188Z Compiling rand v0.10.0
31192026-05-07T14:34:21.222Z Compiling num_enum v0.7.5
31202026-05-07T14:34:21.227Z Compiling toml v0.8.23
31212026-05-07T14:34:21.290Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-05-07T14:34:21.372Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-05-07T14:34:21.386Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-05-07T14:34:21.457Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31252026-05-07T14:34:21.504Z Compiling zone_cfg_derive v0.3.1
31262026-05-07T14:34:21.530Z Compiling ingot-types v0.1.2
31272026-05-07T14:34:21.572Z Compiling rayon v1.11.0
31282026-05-07T14:34:21.605Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31292026-05-07T14:34:21.608Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31302026-05-07T14:34:21.641Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31312026-05-07T14:34:21.644Z Compiling itertools v0.12.1
31322026-05-07T14:34:21.752Z Compiling num-derive v0.4.2
31332026-05-07T14:34:21.846Z Compiling num_enum v0.5.11
31342026-05-07T14:34:21.862Z Compiling sigpipe v0.1.3
31352026-05-07T14:34:21.879Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-05-07T14:34:21.897Z Compiling glob v0.3.3
31372026-05-07T14:34:21.973Z Compiling ingot v0.1.1
31382026-05-07T14:34:21.992Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31392026-05-07T14:34:21.995Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31402026-05-07T14:34:22.025Z Compiling smf v0.2.3
31412026-05-07T14:34:22.121Z Compiling whoami v1.6.1
31422026-05-07T14:34:22.137Z Compiling prettyplease v0.2.37
31432026-05-07T14:34:22.270Z Compiling gethostname v0.5.0
31442026-05-07T14:34:22.314Z Compiling atomicwrites v0.4.4
31452026-05-07T14:34:22.331Z Compiling usdt-macro v0.5.0
31462026-05-07T14:34:22.416Z Compiling usdt-attr-macro v0.5.0
31472026-05-07T14:34:22.434Z Compiling memmap v0.7.0
31482026-05-07T14:34:22.475Z Compiling derive-where v1.6.0
31492026-05-07T14:34:22.567Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-05-07T14:34:22.597Z Compiling progenitor-client v0.13.0
31512026-05-07T14:34:22.674Z Compiling resolv-conf v0.7.6
31522026-05-07T14:34:22.725Z Compiling cancel-safe-futures v0.1.5
31532026-05-07T14:34:22.778Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31542026-05-07T14:34:22.927Z Compiling zone v0.3.1
31552026-05-07T14:34:22.951Z Compiling owo-colors v4.3.0
31562026-05-07T14:34:22.994Z Compiling libsw-core v0.3.2
31572026-05-07T14:34:23.054Z Compiling async-recursion v1.1.1
31582026-05-07T14:34:23.187Z Compiling libsw v3.5.0
31592026-05-07T14:34:23.204Z Compiling console v0.15.11
31602026-05-07T14:34:23.285Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31612026-05-07T14:34:23.314Z Compiling usdt v0.5.0
31622026-05-07T14:34:23.420Z Compiling newline-converter v0.3.0
31632026-05-07T14:34:23.441Z Compiling libefi-sys v0.1.0
31642026-05-07T14:34:23.553Z Compiling linear-map v1.2.0
31652026-05-07T14:34:23.570Z Compiling expectorate v1.2.0
31662026-05-07T14:34:23.608Z Compiling hickory-proto v0.24.4
31672026-05-07T14:34:23.660Z Compiling bitfield-struct v0.6.2
31682026-05-07T14:34:23.689Z Compiling semver v0.1.20
31692026-05-07T14:34:23.707Z Compiling linked-hash-map v0.5.6
31702026-05-07T14:34:23.711Z Compiling typify-macro v0.6.2
31712026-05-07T14:34:23.784Z Compiling tokio-dtrace v0.1.1
31722026-05-07T14:34:23.787Z Compiling dropshot-api-manager-types v0.7.1
31732026-05-07T14:34:23.862Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31742026-05-07T14:34:23.919Z Compiling rustc_version v0.1.7
31752026-05-07T14:34:23.936Z Compiling lru-cache v0.1.2
31762026-05-07T14:34:23.941Z Compiling pin-project-internal v1.1.11
31772026-05-07T14:34:23.996Z Compiling slog-dtrace v0.3.0
31782026-05-07T14:34:24.013Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31792026-05-07T14:34:24.030Z Compiling minimal-lexical v0.2.1
31802026-05-07T14:34:24.083Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31812026-05-07T14:34:24.100Z Compiling oxide-tokio-rt v0.1.4
31822026-05-07T14:34:24.117Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31832026-05-07T14:34:24.152Z Compiling typify-impl v0.4.3
31842026-05-07T14:34:24.178Z Compiling newtype_derive v0.1.6
31852026-05-07T14:34:24.219Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31862026-05-07T14:34:24.293Z Compiling nom v7.1.3
31872026-05-07T14:34:24.310Z Compiling snafu-derive v0.8.9
31882026-05-07T14:34:24.334Z Compiling phf_shared v0.12.1
31892026-05-07T14:34:24.360Z Compiling pem v3.0.6
31902026-05-07T14:34:24.376Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-05-07T14:34:24.400Z Compiling csv-core v0.1.13
31922026-05-07T14:34:24.422Z Compiling xshell-macros v0.2.7
31932026-05-07T14:34:24.537Z Compiling chrono-tz v0.10.4
31942026-05-07T14:34:24.687Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-07T14:34:24.705Z Compiling same-file v1.0.6
31962026-05-07T14:34:24.726Z Compiling highway v1.3.0
31972026-05-07T14:34:24.793Z Compiling const_format_proc_macros v0.2.34
31982026-05-07T14:34:24.839Z Compiling xshell v0.2.7
31992026-05-07T14:34:24.906Z Compiling walkdir v2.5.0
32002026-05-07T14:34:25.045Z Compiling csv v1.4.0
32012026-05-07T14:34:25.107Z Compiling phf v0.12.1
32022026-05-07T14:34:25.124Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32032026-05-07T14:34:25.143Z Compiling pin-project v1.1.11
32042026-05-07T14:34:25.297Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-05-07T14:34:25.300Z Compiling globset v0.4.18
32062026-05-07T14:34:25.328Z Compiling olpc-cjson v0.1.4
32072026-05-07T14:34:25.380Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32082026-05-07T14:34:25.525Z Compiling primeorder v0.13.6
32092026-05-07T14:34:25.587Z Compiling typify v0.6.2
32102026-05-07T14:34:25.628Z Compiling serde_plain v1.0.2
32112026-05-07T14:34:25.632Z Compiling typed-path v0.9.3
32122026-05-07T14:34:25.681Z Compiling const_format v0.2.35
32132026-05-07T14:34:25.684Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32142026-05-07T14:34:25.723Z Compiling progenitor-impl v0.14.0
32152026-05-07T14:34:25.742Z Compiling progenitor-impl v0.13.0
32162026-05-07T14:34:25.783Z Compiling hickory-resolver v0.24.4
32172026-05-07T14:34:25.815Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32182026-05-07T14:34:26.026Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32192026-05-07T14:34:26.044Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32202026-05-07T14:34:26.223Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32212026-05-07T14:34:26.323Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32222026-05-07T14:34:26.533Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32232026-05-07T14:34:26.654Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32242026-05-07T14:34:26.672Z Compiling snafu v0.8.9
32252026-05-07T14:34:26.904Z Compiling qorb v0.4.1
32262026-05-07T14:34:26.925Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-05-07T14:34:27.084Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32282026-05-07T14:34:27.290Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32292026-05-07T14:34:27.334Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32302026-05-07T14:34:27.531Z Compiling tough v0.20.0
32312026-05-07T14:34:27.633Z Compiling tabled_derive v0.7.0
32322026-05-07T14:34:27.653Z Compiling bcs v0.1.6
32332026-05-07T14:34:27.670Z Compiling termtree v0.5.1
32342026-05-07T14:34:27.858Z Compiling salty v0.3.0
32352026-05-07T14:34:27.967Z Compiling textwrap v0.16.2
32362026-05-07T14:34:28.012Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32372026-05-07T14:34:28.059Z Compiling steno v0.4.1
32382026-05-07T14:34:28.157Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32392026-05-07T14:34:28.261Z Compiling humantime v2.3.0
32402026-05-07T14:34:28.329Z Compiling tagptr v0.2.0
32412026-05-07T14:34:28.408Z Compiling progenitor-macro v0.14.0
32422026-05-07T14:34:28.435Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32432026-05-07T14:34:28.480Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32442026-05-07T14:34:28.509Z Compiling progenitor-macro v0.13.0
32452026-05-07T14:34:28.525Z Compiling radium v0.7.0
32462026-05-07T14:34:28.558Z Compiling base64 v0.21.7
32472026-05-07T14:34:28.679Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32482026-05-07T14:34:28.698Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32492026-05-07T14:34:28.733Z Compiling typify-macro v0.4.3
32502026-05-07T14:34:28.747Z Compiling tabled v0.15.0
32512026-05-07T14:34:28.856Z Compiling moka v0.12.13
32522026-05-07T14:34:29.027Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32532026-05-07T14:34:29.112Z Compiling p384 v0.13.1
32542026-05-07T14:34:29.374Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32552026-05-07T14:34:29.491Z Compiling maybe-uninit v2.0.0
32562026-05-07T14:34:29.676Z Compiling tap v1.0.1
32572026-05-07T14:34:29.691Z Compiling hickory-resolver v0.25.2
32582026-05-07T14:34:29.708Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-07T14:34:29.824Z Compiling wyz v0.5.1
32602026-05-07T14:34:30.045Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32612026-05-07T14:34:30.101Z Compiling proc-macro-error-attr2 v2.0.0
32622026-05-07T14:34:30.184Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32632026-05-07T14:34:30.412Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32642026-05-07T14:34:30.440Z Compiling parking_lot_core v0.8.6
32652026-05-07T14:34:30.534Z Compiling typify v0.4.3
32662026-05-07T14:34:30.551Z Compiling utf-8 v0.7.6
32672026-05-07T14:34:30.651Z Compiling packed_struct v0.10.1
32682026-05-07T14:34:30.668Z Compiling funty v2.0.0
32692026-05-07T14:34:30.711Z Compiling tungstenite v0.21.0
32702026-05-07T14:34:30.754Z Compiling proc-macro-error2 v2.0.1
32712026-05-07T14:34:30.770Z Compiling polyval v0.6.2
32722026-05-07T14:34:30.863Z Compiling git-stub v1.0.0
32732026-05-07T14:34:30.969Z Compiling packed_struct_codegen v0.10.1
32742026-05-07T14:34:31.041Z Compiling bitvec v1.0.1
32752026-05-07T14:34:31.106Z Compiling num-derive v0.3.3
32762026-05-07T14:34:31.159Z Compiling bitfield-macros v0.19.4
32772026-05-07T14:34:31.176Z Compiling zerocopy-derive v0.6.6
32782026-05-07T14:34:31.234Z Compiling indexmap v1.9.3
32792026-05-07T14:34:31.289Z Compiling nodrop v0.1.14
32802026-05-07T14:34:31.412Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-05-07T14:34:31.463Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-05-07T14:34:31.584Z Compiling crc-catalog v2.4.0
32832026-05-07T14:34:31.626Z Compiling array-init v0.0.4
32842026-05-07T14:34:31.647Z Compiling tokio-tungstenite v0.21.0
32852026-05-07T14:34:31.708Z Compiling crc v3.4.0
32862026-05-07T14:34:31.723Z Compiling tabled_derive v0.11.0
32872026-05-07T14:34:31.926Z Compiling bitfield v0.19.4
32882026-05-07T14:34:31.942Z Compiling git-stub-vcs v0.1.0
32892026-05-07T14:34:31.993Z Compiling ghash v0.5.1
32902026-05-07T14:34:32.010Z Compiling smallvec v0.6.14
32912026-05-07T14:34:32.064Z Compiling libscf-sys v1.1.0
32922026-05-07T14:34:32.101Z Compiling zerocopy v0.6.6
32932026-05-07T14:34:32.237Z Compiling progenitor-impl v0.11.2
32942026-05-07T14:34:32.256Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-07T14:34:32.272Z Compiling papergrid v0.17.0
32962026-05-07T14:34:32.343Z Compiling testing_table v0.3.0
32972026-05-07T14:34:32.394Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-07T14:34:32.446Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32992026-05-07T14:34:32.463Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33002026-05-07T14:34:32.503Z Compiling ctr v0.9.2
33012026-05-07T14:34:32.582Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-05-07T14:34:32.754Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33032026-05-07T14:34:32.788Z Compiling unicase v2.9.0
33042026-05-07T14:34:32.876Z Compiling hashbrown v0.12.3
33052026-05-07T14:34:32.930Z Compiling corncobs v0.1.4
33062026-05-07T14:34:32.948Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-07T14:34:33.029Z Compiling aes-gcm v0.10.3
33082026-05-07T14:34:33.033Z Compiling mime_guess v2.0.5
33092026-05-07T14:34:33.064Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-07T14:34:33.079Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-07T14:34:33.130Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33122026-05-07T14:34:33.256Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33132026-05-07T14:34:33.336Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33142026-05-07T14:34:33.395Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-07T14:34:33.474Z Compiling tabled v0.20.0
33162026-05-07T14:34:33.509Z Compiling parking_lot v0.11.2
33172026-05-07T14:34:33.553Z Compiling progenitor v0.14.0
33182026-05-07T14:34:33.656Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33192026-05-07T14:34:33.709Z Compiling progenitor v0.13.0
33202026-05-07T14:34:33.732Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-05-07T14:34:33.766Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33222026-05-07T14:34:33.783Z Compiling serde-hex v0.1.0
33232026-05-07T14:34:33.814Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-05-07T14:34:33.883Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33252026-05-07T14:34:34.054Z Compiling progenitor-impl v0.10.0
33262026-05-07T14:34:34.120Z Compiling ron v0.8.1
33272026-05-07T14:34:34.151Z Compiling hashbrown v0.13.2
33282026-05-07T14:34:34.171Z Compiling progenitor-client v0.11.2
33292026-05-07T14:34:34.211Z Compiling prefix-trie v0.7.0
33302026-05-07T14:34:34.284Z Compiling blowfish v0.9.1
33312026-05-07T14:34:34.527Z Compiling ssh-encoding v0.2.0
33322026-05-07T14:34:34.557Z Compiling fxhash v0.2.1
33332026-05-07T14:34:34.636Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33342026-05-07T14:34:34.685Z Compiling secrecy v0.8.0
33352026-05-07T14:34:34.725Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-05-07T14:34:34.833Z Compiling crc-any v2.5.0
33372026-05-07T14:34:34.950Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-05-07T14:34:35.008Z Compiling progenitor-macro v0.11.2
33392026-05-07T14:34:35.099Z Compiling ssh-cipher v0.2.0
33402026-05-07T14:34:35.133Z Compiling sled v0.34.7
33412026-05-07T14:34:35.312Z Compiling object v0.30.4
33422026-05-07T14:34:35.582Z Compiling hickory-server v0.25.2
33432026-05-07T14:34:35.962Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33442026-05-07T14:34:35.979Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33452026-05-07T14:34:36.043Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-05-07T14:34:36.219Z Compiling bcrypt-pbkdf v0.10.0
33472026-05-07T14:34:36.341Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33482026-05-07T14:34:36.592Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33492026-05-07T14:34:36.664Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33502026-05-07T14:34:36.751Z Compiling progenitor-macro v0.10.0
33512026-05-07T14:34:36.933Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-05-07T14:34:36.980Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-05-07T14:34:37.430Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-05-07T14:34:37.510Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-05-07T14:34:37.678Z Compiling password-hash v0.4.2
33562026-05-07T14:34:38.102Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33572026-05-07T14:34:38.270Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33582026-05-07T14:34:38.353Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33592026-05-07T14:34:38.379Z Compiling http-range v0.1.5
33602026-05-07T14:34:38.466Z Compiling half v1.8.3
33612026-05-07T14:34:38.483Z Compiling crc8 v0.1.1
33622026-05-07T14:34:38.600Z Compiling path-slash v0.1.5
33632026-05-07T14:34:38.633Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33642026-05-07T14:34:38.769Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-05-07T14:34:38.785Z Compiling serde_cbor v0.11.2
33662026-05-07T14:34:38.971Z Compiling pbkdf2 v0.11.0
33672026-05-07T14:34:39.059Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33682026-05-07T14:34:39.159Z Compiling ssh-key v0.6.7
33692026-05-07T14:34:39.330Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33702026-05-07T14:34:39.374Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33712026-05-07T14:34:39.414Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33722026-05-07T14:34:39.465Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33732026-05-07T14:34:39.481Z Compiling p521 v0.13.3
33742026-05-07T14:34:39.499Z Compiling p256 v0.13.2
33752026-05-07T14:34:39.865Z Compiling yasna v0.5.2
33762026-05-07T14:34:39.915Z Compiling kstat-rs v0.2.4
33772026-05-07T14:34:39.963Z Compiling headers-core v0.3.0
33782026-05-07T14:34:40.068Z Compiling progenitor v0.11.2
33792026-05-07T14:34:40.123Z Compiling nanorand v0.7.0
33802026-05-07T14:34:40.164Z Compiling atty v0.2.14
33812026-05-07T14:34:40.256Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33822026-05-07T14:34:40.272Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-05-07T14:34:40.275Z Compiling russh-cryptovec v0.7.3
33842026-05-07T14:34:40.307Z Compiling md5 v0.7.0
33852026-05-07T14:34:40.310Z Compiling home v0.5.12
33862026-05-07T14:34:40.310Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33872026-05-07T14:34:40.399Z Compiling flume v0.11.1
33882026-05-07T14:34:40.447Z Compiling rcgen v0.12.1
33892026-05-07T14:34:40.490Z Compiling russh-keys v0.45.0
33902026-05-07T14:34:40.493Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33912026-05-07T14:34:40.522Z Compiling headers v0.4.1
33922026-05-07T14:34:40.586Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33932026-05-07T14:34:40.612Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-05-07T14:34:40.747Z Compiling hyper-staticfile v0.10.1
33952026-05-07T14:34:40.886Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33962026-05-07T14:34:41.003Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33972026-05-07T14:34:41.298Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33982026-05-07T14:34:41.315Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33992026-05-07T14:34:41.333Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34002026-05-07T14:34:41.358Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34012026-05-07T14:34:41.400Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34022026-05-07T14:34:41.654Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34032026-05-07T14:34:41.669Z Compiling num-bigint v0.4.6
34042026-05-07T14:34:41.875Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34052026-05-07T14:34:41.903Z Compiling progenitor v0.10.0
34062026-05-07T14:34:42.044Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34072026-05-07T14:34:42.083Z Compiling des v0.8.1
34082026-05-07T14:34:42.102Z Compiling subprocess v0.2.15
34092026-05-07T14:34:42.102Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34102026-05-07T14:34:42.136Z Compiling display-error-chain v0.2.2
34112026-05-07T14:34:42.302Z Compiling hex-literal v0.4.1
34122026-05-07T14:34:42.305Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-05-07T14:34:42.336Z Compiling colored v2.2.0
34142026-05-07T14:34:42.392Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34152026-05-07T14:34:42.445Z Compiling socket2 v0.5.10
34162026-05-07T14:34:42.586Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-05-07T14:34:42.701Z Compiling internet-checksum v0.2.1
34182026-05-07T14:34:42.874Z Compiling russh v0.45.0
34192026-05-07T14:34:42.903Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34202026-05-07T14:34:42.920Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34212026-05-07T14:34:45.552Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34222026-05-07T14:34:46.218Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34232026-05-07T14:34:46.698Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34242026-05-07T14:34:47.956Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34252026-05-07T14:34:55.856Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34262026-05-07T14:34:55.856Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34272026-05-07T14:34:55.856Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34282026-05-07T14:34:55.860Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34292026-05-07T14:34:57.583Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34302026-05-07T14:34:57.645Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34312026-05-07T14:35:01.731Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34322026-05-07T14:35:03.081Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34332026-05-07T14:35:22.124Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34342026-05-07T14:35:40.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34352026-05-07T14:35:41.183Z
34362026-05-07T14:35:41.183Zreal 1:25.982727043
34372026-05-07T14:35:41.183Zuser 8:20.922988155
34382026-05-07T14:35:41.184Zsys 1:40.594353595
34392026-05-07T14:35:41.184Ztrap 0.263224228
34402026-05-07T14:35:41.184Ztflt 0.616044578
34412026-05-07T14:35:41.184Zdflt 1.574738649
34422026-05-07T14:35:41.184Zkflt 0.000273614
34432026-05-07T14:35:41.193Zlock 29:49.814508178
34442026-05-07T14:35:41.193Zslp 19:31.918714177
34452026-05-07T14:35:41.193Zlat 40.571358690
34462026-05-07T14:35:41.193Zstop 2:45.241132317
34472026-05-07T14:35:41.193Z+ mkdir tests
34482026-05-07T14:35:41.193Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34492026-05-07T14:35:41.193Z+ xargs -I '{}' -t cp '{}' tests/
34502026-05-07T14:35:41.215Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34512026-05-07T14:35:41.243Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34522026-05-07T14:35:41.271Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34532026-05-07T14:35:41.302Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34542026-05-07T14:35:41.608Z+ 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/*)
34552026-05-07T14:35:41.612Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
34562026-05-07T14:37:00.936ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34572026-05-07T14:37:00.936Za .github/buildomat/ci-env.sh 1K
34582026-05-07T14:37:00.936Za out/target/test 1K
34592026-05-07T14:37:00.936Za out/npuzone/npuzone 27402K
34602026-05-07T14:37:00.936Za package-manifest.toml 35K
34612026-05-07T14:37:00.936Za smf/sled-agent/non-gimlet/config.toml 6K
34622026-05-07T14:37:00.936Za target/release/omicron-package 44932K
34632026-05-07T14:37:00.936Za target/release/xtask 11449K
34642026-05-07T14:37:00.936Za target/debug/bootstrap 352212K
34652026-05-07T14:37:00.936Za tests/bootstrap-a30bd6ce46b8f667 31215K
34662026-05-07T14:37:00.937Za tests/commtest-6ff027522a55cd83 32300K
34672026-05-07T14:37:00.937Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34682026-05-07T14:37:00.937Za tests/end_to_end_tests-06879957ae11aa92 393322K
34692026-05-07T14:37:00.937Za out/clickhouse.tar.gz 319023K
34702026-05-07T14:37:00.937Za out/clickhouse_keeper.tar.gz 304364K
34712026-05-07T14:37:00.937Za out/clickhouse_server.tar.gz 319022K
34722026-05-07T14:37:00.937Za out/cockroachdb.tar.gz 164663K
34732026-05-07T14:37:00.937Za out/crucible-pantry-zone.tar.gz 43697K
34742026-05-07T14:37:00.937Za out/crucible-utils.tar 17744K
34752026-05-07T14:37:00.937Za out/crucible-zone.tar.gz 57835K
34762026-05-07T14:37:00.937Za out/external-dns.tar.gz 49314K
34772026-05-07T14:37:00.937Za out/internal-dns.tar.gz 49314K
34782026-05-07T14:37:00.937Za out/mg-ddm-gz.tar 95141K
34792026-05-07T14:37:00.937Za out/nexus.tar.gz 220038K
34802026-05-07T14:37:00.937Za out/ntp.tar.gz 31660K
34812026-05-07T14:37:00.937Za out/omicron-gateway-softnpu.tar.gz 28515K
34822026-05-07T14:37:00.937Za out/omicron-sled-agent.tar 198937K
34832026-05-07T14:37:00.937Za out/overlay.tar.gz 3K
34842026-05-07T14:37:00.937Za out/oximeter.tar.gz 65358K
34852026-05-07T14:37:00.937Za out/oxlog.tar 3782K
34862026-05-07T14:37:00.937Za out/probe.tar.gz 3037K
34872026-05-07T14:37:00.938Za out/propolis-server.tar.gz 38727K
34882026-05-07T14:37:00.938Za out/pumpkind-gz.tar 26647K
34892026-05-07T14:37:00.938Za out/switch-softnpu.tar.gz 392864K
34902026-05-07T14:37:00.941Z
34912026-05-07T14:37:00.942Zreal 1:19.316838304
34922026-05-07T14:37:00.942Zuser 1:16.691595596
34932026-05-07T14:37:00.942Zsys 4.340496739
34942026-05-07T14:37:00.942Ztrap 0.006967605
34952026-05-07T14:37:00.942Ztflt 0.000000000
34962026-05-07T14:37:00.942Zdflt 0.000000000
34972026-05-07T14:37:00.942Zkflt 0.000000000
34982026-05-07T14:37:00.942Zlock 0.000000000
34992026-05-07T14:37:00.943Zslp 1:16.590768919
35002026-05-07T14:37:00.943Zlat 0.999919589
35012026-05-07T14:37:00.943Zstop 0.000189750
35022026-05-07T14:37:00.943Zprocess exited: duration 917913 ms, exit code 0
 
35032026-05-07T14:37:00.957Zfound 1 output files
35042026-05-07T14:37:00.957Zuploading: /work/package.tar.gz (2431126903 bytes)
35052026-05-07T14:37:29.968Zuploaded: /work/package.tar.gz