01KRMAG250FF5C3R24D271AY1J: 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: 01KRMAGM5MTH93K27SGC4A5ZE3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T22:43:55.647Zjob assigned to worker 01KRMAGQJQ02TASXC9NZ8BPVNW [factory aws, i-0eb9f47a6774e5584] (queued for 55 s)
 
22026-05-14T22:44:02.779Zstarting task 0: "setup"
32026-05-14T22:44:02.783Z++ uname -s
42026-05-14T22:44:02.786Z+ kern=SunOS
52026-05-14T22:44:02.786Z+ build_user=build
62026-05-14T22:44:02.786Z+ build_uid=12345
72026-05-14T22:44:02.786Z+ work_dir=/work
82026-05-14T22:44:02.786Z+ input_dir=/input
92026-05-14T22:44:02.786Z+ [[ 0 == 12345 ]]
102026-05-14T22:44:02.786Z+ case "$kern" in
112026-05-14T22:44:02.786Z+ groupadd -g 12345 build
122026-05-14T22:44:02.789Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T22:44:04.797Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T22:44:04.957Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T22:44:04.961Z+ home_fs=zfs
162026-05-14T22:44:04.961Z+ [[ zfs == autofs ]]
172026-05-14T22:44:04.961Z+ mkdir -p /home/build
182026-05-14T22:44:04.961Z+ chown build:build /home/build /work
192026-05-14T22:44:06.962Z+ chmod 0700 /home/build /work
202026-05-14T22:44:06.966Zprocess exited: duration 4190 ms, exit code 0
 
212026-05-14T22:44:06.972Zstarting task 1: "rust-toolchain"
222026-05-14T22:44:06.978Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T22:44:06.978Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-14T22:44:06.978Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-14T22:44:06.978Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-14T22:44:06.981Z * rust toolchain channel = "1.94.0"
272026-05-14T22:44:06.981Z * rust toolchain profile = "default"
282026-05-14T22:44:06.981Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T22:44:06.981Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T22:44:07.088Zinfo: downloading installer
312026-05-14T22:44:08.418Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T22:44:08.418Zwarn: /home/build/.rustup/settings.toml
332026-05-14T22:44:08.418Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T22:44:08.421Zwarn: instead of the one inferred from the default host triple.
352026-05-14T22:44:08.431Zinfo: profile set to default
362026-05-14T22:44:08.431Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T22:44:08.433Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T22:44:08.567Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T22:44:08.570Zinfo: downloading 6 components
402026-05-14T22:44:22.677Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T22:44:22.677Z
422026-05-14T22:44:22.708Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T22:44:22.708Z
442026-05-14T22:44:22.708Z
452026-05-14T22:44:22.708ZRust is installed now. Great!
462026-05-14T22:44:22.708Z
472026-05-14T22:44:22.708ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T22:44:22.708Zenvironment variable. This has not been done automatically.
492026-05-14T22:44:22.708Z
502026-05-14T22:44:22.708ZTo configure your current shell, you need to source
512026-05-14T22:44:22.708Zthe corresponding env file under $HOME/.cargo.
522026-05-14T22:44:22.708Z
532026-05-14T22:44:22.708ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T22:44:22.708Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T22:44:22.708Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T22:44:22.708Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T22:44:22.708Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T22:44:22.708Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T22:44:22.708Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T22:44:22.711Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T22:44:22.711Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T22:44:22.799Z+ rustup --version
632026-05-14T22:44:22.805Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T22:44:22.809Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T22:44:22.827Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T22:44:22.829Z+ cargo --version
672026-05-14T22:44:22.838Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T22:44:22.841Z+ rustc --version
692026-05-14T22:44:22.862Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T22:44:22.865Zprocess exited: duration 15892 ms, exit code 0
 
712026-05-14T22:44:22.871Zstarting task 2: "authentication"
722026-05-14T22:44:22.889Zprocess exited: duration 16 ms, exit code 0
 
732026-05-14T22:44:22.894Zstarting task 3: "clone repository"
742026-05-14T22:44:22.899Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T22:44:22.902Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T22:44:22.934ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T22:44:32.713Z+ cd /work/oxidecomputer/omicron
782026-05-14T22:44:32.713Z+ git fetch origin 1f8b86ae6bbe2e4936e665e687741a8044496bce
792026-05-14T22:44:32.986ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T22:44:32.986Z * branch 1f8b86ae6bbe2e4936e665e687741a8044496bce -> FETCH_HEAD
812026-05-14T22:44:32.999Z+ [[ -n ben/fix-db-usage-flake ]]
822026-05-14T22:44:33.003Z++ git branch --show-current
832026-05-14T22:44:33.006Z+ current=main
842026-05-14T22:44:33.006Z+ [[ main != ben/fix-db-usage-flake ]]
852026-05-14T22:44:33.006Z+ git branch -f ben/fix-db-usage-flake 1f8b86ae6bbe2e4936e665e687741a8044496bce
862026-05-14T22:44:33.008Z+ git checkout -f ben/fix-db-usage-flake
872026-05-14T22:44:33.128ZSwitched to branch 'ben/fix-db-usage-flake'
882026-05-14T22:44:33.135Z+ git reset --hard 1f8b86ae6bbe2e4936e665e687741a8044496bce
892026-05-14T22:44:33.253ZHEAD is now at 1f8b86ae6 Not like that either
902026-05-14T22:44:33.257Zprocess exited: duration 10360 ms, exit code 0
 
912026-05-14T22:44:33.262Zstarting task 4: "build"
922026-05-14T22:44:33.269Z+ source .github/buildomat/ci-env.sh
932026-05-14T22:44:33.269Z++ export CARGO_TERM_COLOR=always
942026-05-14T22:44:33.269Z++ CARGO_TERM_COLOR=always
952026-05-14T22:44:33.269Z+ cargo --version
962026-05-14T22:44:33.279Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T22:44:33.283Z+ rustc --version
982026-05-14T22:44:33.304Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T22:44:33.307Z+ WORK=/work
1002026-05-14T22:44:33.307Z+ pfexec mkdir -p /work
1012026-05-14T22:44:33.311Z+ pfexec chown build /work
1022026-05-14T22:44:33.313Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-14T22:44:34.840Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-14T22:44:34.898Z Startup: Caching catalogs ... Done
1052026-05-14T22:44:35.108ZPlanning: Solver setup ... Done (0.179s)
1062026-05-14T22:44:35.124ZPlanning: Running solver ... Done (0.016s)
1072026-05-14T22:44:35.130ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-14T22:44:35.141ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-14T22:44:35.157ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-14T22:44:35.171ZPlanning: Package planning ... Done (0.014s)
1112026-05-14T22:44:35.173ZPlanning: Merging actions ... Done (0.002s)
1122026-05-14T22:44:35.363ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-05-14T22:44:35.366ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-14T22:44:36.262ZPlanning: Evaluating mediators ... Done (0.898s)
1152026-05-14T22:44:36.265ZPlanning: Planning completed in 1.35 seconds
1162026-05-14T22:44:36.272Z Packages to install: 2
1172026-05-14T22:44:36.272Z Estimated space available: 156.10 GB
1182026-05-14T22:44:36.272ZEstimated space to be consumed: 19.74 MB
1192026-05-14T22:44:36.272Z Create boot environment: No
1202026-05-14T22:44:36.275ZCreate backup boot environment: No
1212026-05-14T22:44:36.275Z Rebuild boot archive: No
1222026-05-14T22:44:36.275Z
1232026-05-14T22:44:36.275ZChanged packages:
1242026-05-14T22:44:36.275Zhelios
1252026-05-14T22:44:36.275Z developer/build-essential
1262026-05-14T22:44:36.275Z None -> 11-3.0
1272026-05-14T22:44:36.275Z library/libxmlsec1
1282026-05-14T22:44:36.276Z None -> 1.2.35-3.0
1292026-05-14T22:44:36.299Z
1302026-05-14T22:44:36.299ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-14T22:44:36.790ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1322026-05-14T22:44:36.979Z Actions: 1/268 actions (Installing new actions)
1332026-05-14T22:44:37.019Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-14T22:44:37.026ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-14T22:44:37.026ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-14T22:44:37.042ZFinalize: Updating image state ... Done (0.016s)
1372026-05-14T22:44:39.630ZFinalize: Creating fast lookup database ... Done (2.566s)
1382026-05-14T22:44:39.699ZFinalize: Reading search index ... Done (0.012s)
1392026-05-14T22:44:39.703ZFinalize: Updating search index ... Done (0.000s)
1402026-05-14T22:44:39.799ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-14T22:44:40.094ZPlanning: Evaluating mediator changes ... Done
1422026-05-14T22:44:40.199ZPlanning: Checking for conflicting actions ... Done
1432026-05-14T22:44:40.202ZPlanning: Consolidating action changes ... Done
1442026-05-14T22:44:40.356ZPlanning: Evaluating mediators ... Done
1452026-05-14T22:44:40.358ZPlanning: Planning completed in 0.26 seconds
1462026-05-14T22:44:40.380Z Mediators to change: 2
1472026-05-14T22:44:40.380Z Create boot environment: No
1482026-05-14T22:44:40.380ZCreate backup boot environment: No
1492026-05-14T22:44:40.435ZFinalize: Updating package state database ... Done
1502026-05-14T22:44:40.435ZFinalize: Updating package cache ... Done
1512026-05-14T22:44:40.446ZFinalize: Updating image state ... Done
1522026-05-14T22:44:42.387ZFinalize: Creating fast lookup database ... Done
1532026-05-14T22:44:42.451ZFinalize: Reading search index ... Done
1542026-05-14T22:44:42.455ZFinalize: Updating search index ... Done
1552026-05-14T22:44:42.541ZFinalize: Updating package cache ... Done
1562026-05-14T22:44:42.826ZPlanning: Evaluating mediator changes ... Done
1572026-05-14T22:44:42.928ZPlanning: Checking for conflicting actions ... Done
1582026-05-14T22:44:42.931ZPlanning: Consolidating action changes ... Done
1592026-05-14T22:44:43.086ZPlanning: Evaluating mediators ... Done
1602026-05-14T22:44:43.090ZPlanning: Planning completed in 0.26 seconds
1612026-05-14T22:44:43.109Z Mediators to change: 1
1622026-05-14T22:44:43.109Z Create boot environment: No
1632026-05-14T22:44:43.110ZCreate backup boot environment: No
1642026-05-14T22:44:43.166ZFinalize: Updating package state database ... Done
1652026-05-14T22:44:43.166ZFinalize: Updating package cache ... Done
1662026-05-14T22:44:43.175ZFinalize: Updating image state ... Done
1672026-05-14T22:44:45.135ZFinalize: Creating fast lookup database ... Done
1682026-05-14T22:44:45.195ZFinalize: Reading search index ... Done
1692026-05-14T22:44:45.203ZFinalize: Updating search index ... Done
1702026-05-14T22:44:45.265ZFinalize: Updating package cache ... Done
1712026-05-14T22:44:45.580ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-14T22:44:45.580Zapache system 2.4 system
1732026-05-14T22:44:45.602Zclang system 15 system
1742026-05-14T22:44:45.602Zcsh system system illumos
1752026-05-14T22:44:45.603Zctags system system illumos
1762026-05-14T22:44:45.603Zfile vendor vendor darwinsys
1772026-05-14T22:44:45.603Zfile system system illumos
1782026-05-14T22:44:45.604Zgcc vendor 14 vendor
1792026-05-14T22:44:45.604Zgcc system 13 system
1802026-05-14T22:44:45.605Zgcc system 10 system
1812026-05-14T22:44:45.605Zgo system 1.25 system
1822026-05-14T22:44:45.606Zllvm system 15 system
1832026-05-14T22:44:45.606Zmariadb system 11.4 system
1842026-05-14T22:44:45.607Zmta vendor vendor dma
1852026-05-14T22:44:45.607Zopenjdk system 17 system
1862026-05-14T22:44:45.608Zopenjdk system 11 system
1872026-05-14T22:44:45.608Zopenssl vendor 3 vendor
1882026-05-14T22:44:45.609Zperl system 5.40 system
1892026-05-14T22:44:45.610Zpostgresql system 18 system
1902026-05-14T22:44:45.610Zpostgresql system 17 system
1912026-05-14T22:44:45.610Zpython vendor 3 vendor
1922026-05-14T22:44:45.611Zpython system 2 system
1932026-05-14T22:44:45.611Zpython3 vendor 3.13 vendor
1942026-05-14T22:44:45.612Zruby system 3.4 system
1952026-05-14T22:44:45.612Zruby system 3.0 system
1962026-05-14T22:44:45.613Zwords vendor vendor american-english
1972026-05-14T22:44:45.613Zwords system system australian-english
1982026-05-14T22:44:45.614Zwords system system british-english
1992026-05-14T22:44:45.614Zwords system system canadian-english
2002026-05-14T22:44:45.615Zwords system system french
2012026-05-14T22:44:45.615Zwords system system italian
2022026-05-14T22:44:45.616Zwords system system ngerman
2032026-05-14T22:44:45.616Zwords system system ogerman
2042026-05-14T22:44:45.617Zwords system system spanish
2052026-05-14T22:44:45.847ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-14T22:44:45.847Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-14T22:44:46.108ZFMRI IFO
2082026-05-14T22:44:46.108Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-14T22:44:46.108Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-14T22:44:46.108Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-14T22:44:46.108Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-14T22:44:46.108Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-14T22:44:46.108Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-14T22:44:46.108Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-14T22:44:46.108Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-14T22:44:46.108Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-14T22:44:46.345Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-14T22:44:46.587Z Updating crates.io index
2192026-05-14T22:44:46.626Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-14T22:44:47.320Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-14T22:44:47.786Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-14T22:44:50.221Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-14T22:44:51.041Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-14T22:44:51.538Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-14T22:44:52.842Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-14T22:44:53.683Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-14T22:44:54.206Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-14T22:44:55.313Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-14T22:44:55.718Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-14T22:44:56.005Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-14T22:44:56.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-14T22:44:57.270Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-14T22:44:57.799Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-14T22:44:58.094Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-14T22:44:58.441Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-14T22:44:58.805Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-14T22:44:59.165Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-14T22:44:59.365Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-14T22:44:59.627Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-14T22:45:00.006Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-14T22:45:00.347Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-14T22:45:01.204Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-14T22:45:01.223Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-14T22:45:01.979Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-14T22:45:02.522Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-14T22:45:03.055Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-14T22:45:06.071Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-14T22:45:06.100Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-14T22:45:06.100Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-14T22:45:06.100Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-14T22:45:06.100Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-14T22:45:06.100Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-14T22:45:06.135Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-14T22:45:08.021Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-14T22:45:08.046Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-14T22:45:08.046Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-14T22:45:19.075Z Downloading crates ...
2582026-05-14T22:45:19.132Z Downloaded cfg-if v1.0.4
2592026-05-14T22:45:19.137Z Downloaded cargo-platform v0.2.0
2602026-05-14T22:45:19.155Z Downloaded thread-id v4.2.2
2612026-05-14T22:45:19.155Z Downloaded bytecount v0.6.9
2622026-05-14T22:45:19.155Z Downloaded toml_datetime v0.6.11
2632026-05-14T22:45:19.155Z Downloaded yoke-derive v0.8.1
2642026-05-14T22:45:19.179Z Downloaded generic-array v0.14.7
2652026-05-14T22:45:19.179Z Downloaded utf8parse v0.2.2
2662026-05-14T22:45:19.179Z Downloaded byteorder v1.5.0
2672026-05-14T22:45:19.179Z Downloaded zerofrom v0.1.6
2682026-05-14T22:45:19.179Z Downloaded writeable v0.6.2
2692026-05-14T22:45:19.179Z Downloaded camino v1.2.2
2702026-05-14T22:45:19.179Z Downloaded anstream v0.6.21
2712026-05-14T22:45:19.179Z Downloaded terminal_size v0.4.3
2722026-05-14T22:45:19.179Z Downloaded usdt-impl v0.5.0
2732026-05-14T22:45:19.179Z Downloaded unicode-linebreak v0.1.5
2742026-05-14T22:45:19.179Z Downloaded cargo_toml v0.21.0
2752026-05-14T22:45:19.179Z Downloaded cargo_metadata v0.21.0
2762026-05-14T22:45:19.180Z Downloaded cargo-util-schemas v0.8.2
2772026-05-14T22:45:19.180Z Downloaded bitflags v2.11.0
2782026-05-14T22:45:19.180Z Downloaded textwrap v0.16.2
2792026-05-14T22:45:19.218Z Downloaded version_check v0.9.5
2802026-05-14T22:45:19.218Z Downloaded usdt-macro v0.5.0
2812026-05-14T22:45:19.218Z Downloaded usdt v0.5.0
2822026-05-14T22:45:19.218Z Downloaded semver v1.0.28
2832026-05-14T22:45:19.218Z Downloaded usdt-attr-macro v0.5.0
2842026-05-14T22:45:19.218Z Downloaded potential_utf v0.1.4
2852026-05-14T22:45:19.218Z Downloaded macaddr v1.0.1
2862026-05-14T22:45:19.218Z Downloaded itoa v1.0.17
2872026-05-14T22:45:19.218Z Downloaded idna_adapter v1.2.1
2882026-05-14T22:45:19.218Z Downloaded heck v0.5.0
2892026-05-14T22:45:19.218Z Downloaded typeid v1.0.3
2902026-05-14T22:45:19.218Z Downloaded errno v0.3.14
2912026-05-14T22:45:19.218Z Downloaded anstyle-query v1.1.5
2922026-05-14T22:45:19.218Z Downloaded utf8_iter v1.0.4
2932026-05-14T22:45:19.218Z Downloaded unicode-xid v0.2.6
2942026-05-14T22:45:19.219Z Downloaded zerofrom-derive v0.1.6
2952026-05-14T22:45:19.219Z Downloaded fastrand v2.3.0
2962026-05-14T22:45:19.219Z Downloaded crypto-common v0.1.7
2972026-05-14T22:45:19.219Z Downloaded is_terminal_polyfill v1.70.2
2982026-05-14T22:45:19.219Z Downloaded zerovec-derive v0.11.2
2992026-05-14T22:45:19.219Z Downloaded thiserror-impl v1.0.69
3002026-05-14T22:45:19.219Z Downloaded thiserror v1.0.69
3012026-05-14T22:45:19.219Z Downloaded toml_write v0.1.2
3022026-05-14T22:45:19.219Z Downloaded thiserror-impl v2.0.18
3032026-05-14T22:45:19.219Z Downloaded thiserror v2.0.18
3042026-05-14T22:45:19.238Z Downloaded tabled_derive v0.7.0
3052026-05-14T22:45:19.238Z Downloaded scroll_derive v0.12.1
3062026-05-14T22:45:19.238Z Downloaded form_urlencoded v1.2.2
3072026-05-14T22:45:19.238Z Downloaded yoke v0.8.1
3082026-05-14T22:45:19.238Z Downloaded tinystr v0.8.2
3092026-05-14T22:45:19.238Z Downloaded clap_lex v1.0.0
3102026-05-14T22:45:19.238Z Downloaded zmij v1.0.21
3112026-05-14T22:45:19.238Z Downloaded plain v0.2.3
3122026-05-14T22:45:19.238Z Downloaded cpufeatures v0.2.17
3132026-05-14T22:45:19.239Z Downloaded proc-macro-error-attr v1.0.4
3142026-05-14T22:45:19.239Z Downloaded block-buffer v0.10.4
3152026-05-14T22:45:19.239Z Downloaded zerocopy-derive v0.7.35
3162026-05-14T22:45:19.239Z Downloaded strsim v0.11.1
3172026-05-14T22:45:19.239Z Downloaded colorchoice v1.0.4
3182026-05-14T22:45:19.239Z Downloaded memmap v0.7.0
3192026-05-14T22:45:19.239Z Downloaded unicode-ident v1.0.24
3202026-05-14T22:45:19.239Z Downloaded ucd-trie v0.1.7
3212026-05-14T22:45:19.239Z Downloaded toml v0.8.23
3222026-05-14T22:45:19.239Z Downloaded ordered-float v2.10.1
3232026-05-14T22:45:19.239Z Downloaded equivalent v1.0.2
3242026-05-14T22:45:19.239Z Downloaded serde_spanned v0.6.9
3252026-05-14T22:45:19.239Z Downloaded zerotrie v0.2.3
3262026-05-14T22:45:19.239Z Downloaded typenum v1.19.0
3272026-05-14T22:45:19.239Z Downloaded pretty-hex v0.4.1
3282026-05-14T22:45:19.239Z Downloaded dof v0.3.0
3292026-05-14T22:45:19.240Z Downloaded stable_deref_trait v1.2.1
3302026-05-14T22:45:19.240Z Downloaded heck v0.4.1
3312026-05-14T22:45:19.256Z Downloaded dtrace-parser v0.2.0
3322026-05-14T22:45:19.256Z Downloaded url v2.5.8
3332026-05-14T22:45:19.256Z Downloaded toml_edit v0.22.27
3342026-05-14T22:45:19.256Z Downloaded swrite v0.1.0
3352026-05-14T22:45:19.256Z Downloaded smawk v0.3.2
3362026-05-14T22:45:19.256Z Downloaded serde-value v0.7.0
3372026-05-14T22:45:19.256Z Downloaded percent-encoding v2.3.2
3382026-05-14T22:45:19.256Z Downloaded serde-untagged v0.1.9
3392026-05-14T22:45:19.256Z Downloaded quote v1.0.45
3402026-05-14T22:45:19.256Z Downloaded zerovec v0.11.5
3412026-05-14T22:45:19.262Z Downloaded digest v0.10.7
3422026-05-14T22:45:19.262Z Downloaded zerocopy v0.7.35
3432026-05-14T22:45:19.270Z Downloaded winnow v0.7.14
3442026-05-14T22:45:19.275Z Downloaded litemap v0.8.1
3452026-05-14T22:45:19.275Z Downloaded unicode-width v0.1.14
3462026-05-14T22:45:19.297Z Downloaded fnv v1.0.7
3472026-05-14T22:45:19.298Z Downloaded unicode-width v0.2.0
3482026-05-14T22:45:19.298Z Downloaded proc-macro-error v1.0.4
3492026-05-14T22:45:19.298Z Downloaded anstyle-parse v0.2.7
3502026-05-14T22:45:19.298Z Downloaded anstyle v1.0.13
3512026-05-14T22:45:19.298Z Downloaded erased-serde v0.4.9
3522026-05-14T22:45:19.298Z Downloaded fs-err v3.3.0
3532026-05-14T22:45:19.309Z Downloaded serde_derive v1.0.228
3542026-05-14T22:45:19.309Z Downloaded scroll v0.12.0
3552026-05-14T22:45:19.309Z Downloaded autocfg v1.5.0
3562026-05-14T22:45:19.309Z Downloaded serde_tokenstream v0.2.3
3572026-05-14T22:45:19.309Z Downloaded displaydoc v0.2.5
3582026-05-14T22:45:19.309Z Downloaded icu_locale_core v2.1.1
3592026-05-14T22:45:19.309Z Downloaded getrandom v0.4.1
3602026-05-14T22:45:19.309Z Downloaded pest_generator v2.8.6
3612026-05-14T22:45:19.309Z Downloaded camino-tempfile v1.4.1
3622026-05-14T22:45:19.309Z Downloaded anyhow v1.0.102
3632026-05-14T22:45:19.321Z Downloaded smallvec v1.15.1
3642026-05-14T22:45:19.321Z Downloaded pest_derive v2.8.6
3652026-05-14T22:45:19.321Z Downloaded once_cell v1.21.3
3662026-05-14T22:45:19.333Z Downloaded clap_derive v4.5.55
3672026-05-14T22:45:19.333Z Downloaded tempfile v3.25.0
3682026-05-14T22:45:19.333Z Downloaded proc-macro2 v1.0.106
3692026-05-14T22:45:19.333Z Downloaded icu_normalizer_data v2.1.1
3702026-05-14T22:45:19.333Z Downloaded log v0.4.29
3712026-05-14T22:45:19.375Z Downloaded num-traits v0.2.19
3722026-05-14T22:45:19.376Z Downloaded clap v4.5.60
3732026-05-14T22:45:19.376Z Downloaded synstructure v0.13.2
3742026-05-14T22:45:19.376Z Downloaded icu_normalizer v2.1.1
3752026-05-14T22:45:19.376Z Downloaded sha2 v0.10.9
3762026-05-14T22:45:19.376Z Downloaded icu_provider v2.1.1
3772026-05-14T22:45:19.376Z Downloaded icu_properties v2.1.2
3782026-05-14T22:45:19.376Z Downloaded icu_collections v2.1.1
3792026-05-14T22:45:19.398Z Downloaded pest_meta v2.8.6
3802026-05-14T22:45:19.398Z Downloaded serde_core v1.0.228
3812026-05-14T22:45:19.398Z Downloaded serde_json v1.0.149
3822026-05-14T22:45:19.398Z Downloaded papergrid v0.11.0
3832026-05-14T22:45:19.398Z Downloaded memchr v2.8.0
3842026-05-14T22:45:19.398Z Downloaded serde v1.0.228
3852026-05-14T22:45:19.398Z Downloaded indexmap v2.14.0
3862026-05-14T22:45:19.405Z Downloaded hashbrown v0.17.0
3872026-05-14T22:45:19.428Z Downloaded pest v2.8.6
3882026-05-14T22:45:19.465Z Downloaded icu_properties_data v2.1.2
3892026-05-14T22:45:19.465Z Downloaded idna v1.1.0
3902026-05-14T22:45:19.465Z Downloaded tabled v0.15.0
3912026-05-14T22:45:19.465Z Downloaded clap_builder v4.5.60
3922026-05-14T22:45:19.489Z Downloaded syn v1.0.109
3932026-05-14T22:45:19.490Z Downloaded goblin v0.8.2
3942026-05-14T22:45:19.490Z Downloaded syn v2.0.117
3952026-05-14T22:45:19.504Z Downloaded rustix v1.1.3
3962026-05-14T22:45:19.517Z Downloaded libc v0.2.185
3972026-05-14T22:45:19.583Z Compiling proc-macro2 v1.0.106
3982026-05-14T22:45:19.583Z Compiling unicode-ident v1.0.24
3992026-05-14T22:45:19.583Z Compiling quote v1.0.45
4002026-05-14T22:45:19.591Z Compiling serde_core v1.0.228
4012026-05-14T22:45:19.591Z Compiling libc v0.2.185
4022026-05-14T22:45:19.765Z Compiling version_check v0.9.5
4032026-05-14T22:45:19.768Z Compiling serde v1.0.228
4042026-05-14T22:45:19.768Z Compiling memchr v2.8.0
4052026-05-14T22:45:19.768Z Compiling stable_deref_trait v1.2.1
4062026-05-14T22:45:19.769Z Compiling zmij v1.0.21
4072026-05-14T22:45:19.769Z Compiling itoa v1.0.17
4082026-05-14T22:45:19.769Z Compiling ucd-trie v0.1.7
4092026-05-14T22:45:19.769Z Compiling thiserror v1.0.69
4102026-05-14T22:45:19.783Z Compiling autocfg v1.5.0
4112026-05-14T22:45:19.825Z Compiling litemap v0.8.1
4122026-05-14T22:45:19.974Z Compiling writeable v0.6.2
4132026-05-14T22:45:19.994Z Compiling icu_properties_data v2.1.2
4142026-05-14T22:45:20.077Z Compiling rustix v1.1.3
4152026-05-14T22:45:20.101Z Compiling byteorder v1.5.0
4162026-05-14T22:45:20.234Z Compiling icu_normalizer_data v2.1.1
4172026-05-14T22:45:20.238Z Compiling bitflags v2.11.0
4182026-05-14T22:45:20.264Z Compiling serde_json v1.0.149
4192026-05-14T22:45:20.371Z Compiling num-traits v0.2.19
4202026-05-14T22:45:20.411Z Compiling pest v2.8.6
4212026-05-14T22:45:20.573Z Compiling hashbrown v0.17.0
4222026-05-14T22:45:20.638Z Compiling equivalent v1.0.2
4232026-05-14T22:45:20.674Z Compiling errno v0.3.14
4242026-05-14T22:45:20.693Z Compiling typeid v1.0.3
4252026-05-14T22:45:20.711Z Compiling smallvec v1.15.1
4262026-05-14T22:45:20.729Z Compiling thread-id v4.2.2
4272026-05-14T22:45:20.733Z Compiling usdt-impl v0.5.0
4282026-05-14T22:45:20.745Z Compiling proc-macro-error-attr v1.0.4
4292026-05-14T22:45:20.826Z Compiling syn v1.0.109
4302026-05-14T22:45:20.829Z Compiling erased-serde v0.4.9
4312026-05-14T22:45:20.878Z Compiling toml_write v0.1.2
4322026-05-14T22:45:20.881Z Compiling winnow v0.7.14
4332026-05-14T22:45:20.881Z Compiling proc-macro-error v1.0.4
4342026-05-14T22:45:20.959Z Compiling log v0.4.29
4352026-05-14T22:45:21.115Z Compiling indexmap v2.14.0
4362026-05-14T22:45:21.134Z Compiling utf8parse v0.2.2
4372026-05-14T22:45:21.151Z Compiling getrandom v0.4.1
4382026-05-14T22:45:21.190Z Compiling thiserror v2.0.18
4392026-05-14T22:45:21.227Z Compiling percent-encoding v2.3.2
4402026-05-14T22:45:21.230Z Compiling plain v0.2.3
4412026-05-14T22:45:21.245Z Compiling utf8_iter v1.0.4
4422026-05-14T22:45:21.278Z Compiling syn v2.0.117
4432026-05-14T22:45:21.310Z Compiling camino v1.2.2
4442026-05-14T22:45:21.408Z Compiling form_urlencoded v1.2.2
4452026-05-14T22:45:21.459Z Compiling anstyle-parse v0.2.7
4462026-05-14T22:45:21.569Z Compiling ordered-float v2.10.1
4472026-05-14T22:45:21.618Z Compiling pest_meta v2.8.6
4482026-05-14T22:45:21.712Z Compiling anstyle-query v1.1.5
4492026-05-14T22:45:21.712Z Compiling pretty-hex v0.4.1
4502026-05-14T22:45:21.747Z Compiling cfg-if v1.0.4
4512026-05-14T22:45:21.838Z Compiling terminal_size v0.4.3
4522026-05-14T22:45:21.867Z Compiling anstyle v1.0.13
4532026-05-14T22:45:21.867Z Compiling colorchoice v1.0.4
4542026-05-14T22:45:21.870Z Compiling is_terminal_polyfill v1.70.2
4552026-05-14T22:45:21.928Z Compiling fs-err v3.3.0
4562026-05-14T22:45:21.961Z Compiling heck v0.4.1
4572026-05-14T22:45:22.015Z Compiling bytecount v0.6.9
4582026-05-14T22:45:22.018Z Compiling fastrand v2.3.0
4592026-05-14T22:45:22.047Z Compiling strsim v0.11.1
4602026-05-14T22:45:22.066Z Compiling anstream v0.6.21
4612026-05-14T22:45:22.085Z Compiling once_cell v1.21.3
4622026-05-14T22:45:22.111Z Compiling anyhow v1.0.102
4632026-05-14T22:45:22.130Z Compiling heck v0.5.0
4642026-05-14T22:45:22.178Z Compiling unicode-width v0.1.14
4652026-05-14T22:45:22.196Z Compiling unicode-xid v0.2.6
4662026-05-14T22:45:22.236Z Compiling clap_lex v1.0.0
4672026-05-14T22:45:22.299Z Compiling fnv v1.0.7
4682026-05-14T22:45:22.420Z Compiling semver v1.0.28
4692026-05-14T22:45:22.424Z Compiling papergrid v0.11.0
4702026-05-14T22:45:22.481Z Compiling clap_builder v4.5.60
4712026-05-14T22:45:22.500Z Compiling tempfile v3.25.0
4722026-05-14T22:45:22.557Z Compiling memmap v0.7.0
4732026-05-14T22:45:22.657Z Compiling unicode-width v0.2.0
4742026-05-14T22:45:22.696Z Compiling unicode-linebreak v0.1.5
4752026-05-14T22:45:22.755Z Compiling smawk v0.3.2
4762026-05-14T22:45:22.773Z Compiling serde-untagged v0.1.9
4772026-05-14T22:45:22.808Z Compiling camino-tempfile v1.4.1
4782026-05-14T22:45:22.908Z Compiling swrite v0.1.0
4792026-05-14T22:45:22.926Z Compiling textwrap v0.16.2
4802026-05-14T22:45:22.949Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-14T22:45:23.249Z Compiling tabled_derive v0.7.0
4822026-05-14T22:45:23.881Z Compiling synstructure v0.13.2
4832026-05-14T22:45:23.881Z Compiling pest_generator v2.8.6
4842026-05-14T22:45:23.943Z Compiling tabled v0.15.0
4852026-05-14T22:45:24.424Z Compiling serde_derive v1.0.228
4862026-05-14T22:45:24.424Z Compiling zerofrom-derive v0.1.6
4872026-05-14T22:45:24.429Z Compiling yoke-derive v0.8.1
4882026-05-14T22:45:24.429Z Compiling zerovec-derive v0.11.2
4892026-05-14T22:45:24.429Z Compiling displaydoc v0.2.5
4902026-05-14T22:45:24.429Z Compiling thiserror-impl v1.0.69
4912026-05-14T22:45:24.429Z Compiling zerocopy-derive v0.7.35
4922026-05-14T22:45:24.430Z Compiling scroll_derive v0.12.1
4932026-05-14T22:45:24.484Z Compiling thiserror-impl v2.0.18
4942026-05-14T22:45:24.508Z Compiling clap_derive v4.5.55
4952026-05-14T22:45:24.516Z Compiling pest_derive v2.8.6
4962026-05-14T22:45:25.124Z Compiling scroll v0.12.0
4972026-05-14T22:45:25.207Z Compiling zerocopy v0.7.35
4982026-05-14T22:45:25.405Z Compiling goblin v0.8.2
4992026-05-14T22:45:25.424Z Compiling zerofrom v0.1.6
5002026-05-14T22:45:25.543Z Compiling yoke v0.8.1
5012026-05-14T22:45:25.692Z Compiling zerovec v0.11.5
5022026-05-14T22:45:25.692Z Compiling zerotrie v0.2.3
5032026-05-14T22:45:25.708Z Compiling dtrace-parser v0.2.0
5042026-05-14T22:45:25.922Z Compiling clap v4.5.60
5052026-05-14T22:45:26.131Z Compiling tinystr v0.8.2
5062026-05-14T22:45:26.131Z Compiling potential_utf v0.1.4
5072026-05-14T22:45:26.241Z Compiling icu_collections v2.1.1
5082026-05-14T22:45:26.288Z Compiling icu_locale_core v2.1.1
5092026-05-14T22:45:26.858Z Compiling icu_provider v2.1.1
5102026-05-14T22:45:26.943Z Compiling serde_spanned v0.6.9
5112026-05-14T22:45:26.943Z Compiling toml_datetime v0.6.11
5122026-05-14T22:45:26.947Z Compiling serde-value v0.7.0
5132026-05-14T22:45:26.947Z Compiling cargo-platform v0.2.0
5142026-05-14T22:45:26.947Z Compiling macaddr v1.0.1
5152026-05-14T22:45:26.947Z Compiling dof v0.3.0
5162026-05-14T22:45:26.947Z Compiling serde_tokenstream v0.2.3
5172026-05-14T22:45:27.082Z Compiling icu_properties v2.1.2
5182026-05-14T22:45:27.083Z Compiling icu_normalizer v2.1.1
5192026-05-14T22:45:27.131Z Compiling toml_edit v0.22.27
5202026-05-14T22:45:27.713Z Compiling usdt-macro v0.5.0
5212026-05-14T22:45:27.713Z Compiling usdt-attr-macro v0.5.0
5222026-05-14T22:45:27.919Z Compiling idna_adapter v1.2.1
5232026-05-14T22:45:28.010Z Compiling idna v1.1.0
5242026-05-14T22:45:28.343Z Compiling url v2.5.8
5252026-05-14T22:45:28.365Z Compiling usdt v0.5.0
5262026-05-14T22:45:28.419Z Compiling toml v0.8.23
5272026-05-14T22:45:28.752Z Compiling cargo-util-schemas v0.8.2
5282026-05-14T22:45:28.752Z Compiling cargo_toml v0.21.0
5292026-05-14T22:45:29.526Z Compiling cargo_metadata v0.21.0
5302026-05-14T22:45:30.438Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-14T22:45:32.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.37s
5322026-05-14T22:45:32.827Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-14T22:45:33.388Z Downloading crates ...
5342026-05-14T22:45:33.487Z Downloaded adler2 v2.0.1
5352026-05-14T22:45:33.493Z Downloaded clang-sys v1.8.1
5362026-05-14T22:45:33.493Z Downloaded const-oid v0.9.6
5372026-05-14T22:45:33.500Z Downloaded ar_archive_writer v0.5.1
5382026-05-14T22:45:33.500Z Downloaded compact_str v0.8.1
5392026-05-14T22:45:33.500Z Downloaded arrayref v0.3.9
5402026-05-14T22:45:33.500Z Downloaded cbc v0.1.2
5412026-05-14T22:45:33.520Z Downloaded bit-vec v0.8.0
5422026-05-14T22:45:33.540Z Downloaded darling v0.20.11
5432026-05-14T22:45:33.540Z Downloaded dyn-clone v1.0.20
5442026-05-14T22:45:33.540Z Downloaded erased-serde v0.3.31
5452026-05-14T22:45:33.540Z Downloaded bzip2 v0.6.1
5462026-05-14T22:45:33.540Z Downloaded drift v0.1.3
5472026-05-14T22:45:33.540Z Downloaded compression-core v0.4.31
5482026-05-14T22:45:33.540Z Downloaded compression-codecs v0.4.37
5492026-05-14T22:45:33.540Z Downloaded debug-ignore v1.0.5
5502026-05-14T22:45:33.540Z Downloaded curve25519-dalek-derive v0.1.1
5512026-05-14T22:45:33.540Z Downloaded buf-list v1.1.2
5522026-05-14T22:45:33.540Z Downloaded atomicwrites v0.4.4
5532026-05-14T22:45:33.540Z Downloaded defmt v1.0.1
5542026-05-14T22:45:33.546Z Downloaded defmt-parser v1.0.0
5552026-05-14T22:45:33.546Z Downloaded foreign-types v0.5.0
5562026-05-14T22:45:33.546Z Downloaded cexpr v0.6.0
5572026-05-14T22:45:33.546Z Downloaded blowfish v0.9.1
5582026-05-14T22:45:33.546Z Downloaded crossterm v0.28.1
5592026-05-14T22:45:33.546Z Downloaded cfg_aliases v0.1.1
5602026-05-14T22:45:33.546Z Downloaded aead v0.5.2
5612026-05-14T22:45:33.546Z Downloaded ctr v0.9.2
5622026-05-14T22:45:33.546Z Downloaded convert_case v0.4.0
5632026-05-14T22:45:33.546Z Downloaded castaway v0.2.4
5642026-05-14T22:45:33.546Z Downloaded crunchy v0.2.4
5652026-05-14T22:45:33.546Z Downloaded bitfield-struct v0.6.2
5662026-05-14T22:45:33.546Z Downloaded darling v0.21.3
5672026-05-14T22:45:33.546Z Downloaded bcrypt-pbkdf v0.10.0
5682026-05-14T22:45:33.558Z Downloaded cobs v0.3.0
5692026-05-14T22:45:33.558Z Downloaded atomic-waker v1.1.2
5702026-05-14T22:45:33.558Z Downloaded atty v0.2.14
5712026-05-14T22:45:33.558Z Downloaded async-stream-impl v0.3.6
5722026-05-14T22:45:33.558Z Downloaded difflib v0.4.0
5732026-05-14T22:45:33.558Z Downloaded foreign-types-shared v0.1.1
5742026-05-14T22:45:33.558Z Downloaded critical-section v1.2.0
5752026-05-14T22:45:33.570Z Downloaded bzip2 v0.4.4
5762026-05-14T22:45:33.570Z Downloaded env_filter v1.0.0
5772026-05-14T22:45:33.570Z Downloaded block-padding v0.3.3
5782026-05-14T22:45:33.570Z Downloaded ascii-canvas v3.0.0
5792026-05-14T22:45:33.570Z Downloaded diesel_table_macro_syntax v0.3.0
5802026-05-14T22:45:33.570Z Downloaded cargo-platform v0.1.9
5812026-05-14T22:45:33.570Z Downloaded darling_macro v0.21.3
5822026-05-14T22:45:33.570Z Downloaded dirs-sys-next v0.1.2
5832026-05-14T22:45:33.570Z Downloaded assert_matches v1.5.0
5842026-05-14T22:45:33.571Z Downloaded cfg_aliases v0.2.1
5852026-05-14T22:45:33.571Z Downloaded daft v0.1.5
5862026-05-14T22:45:33.571Z Downloaded ciborium-ll v0.2.2
5872026-05-14T22:45:33.572Z Downloaded curve25519-dalek v4.1.3
5882026-05-14T22:45:33.577Z Downloaded dtrace-parser v0.3.0
5892026-05-14T22:45:33.577Z Downloaded downcast-rs v2.0.2
5902026-05-14T22:45:33.577Z Downloaded embedded-io v0.4.0
5912026-05-14T22:45:33.577Z Downloaded dof v0.4.0
5922026-05-14T22:45:33.577Z Downloaded dsl_auto_type v0.2.0
5932026-05-14T22:45:33.577Z Downloaded constant_time_eq v0.4.2
5942026-05-14T22:45:33.577Z Downloaded embedded-io v0.6.1
5952026-05-14T22:45:33.577Z Downloaded display-error-chain v0.2.2
5962026-05-14T22:45:33.588Z Downloaded document-features v0.2.12
5972026-05-14T22:45:33.588Z Downloaded fd-lock v4.0.4
5982026-05-14T22:45:33.588Z Downloaded darling_macro v0.23.0
5992026-05-14T22:45:33.589Z Downloaded crc v3.4.0
6002026-05-14T22:45:33.589Z Downloaded bit-set v0.5.3
6012026-05-14T22:45:33.589Z Downloaded dropshot-api-manager-types v0.7.1
6022026-05-14T22:45:33.589Z Downloaded crc8 v0.1.1
6032026-05-14T22:45:33.594Z Downloaded bit-set v0.8.0
6042026-05-14T22:45:33.594Z Downloaded async-recursion v1.1.1
6052026-05-14T22:45:33.594Z Downloaded crc32fast v1.5.0
6062026-05-14T22:45:33.594Z Downloaded array-init v0.0.4
6072026-05-14T22:45:33.594Z Downloaded data-encoding v2.10.0
6082026-05-14T22:45:33.595Z Downloaded crc-catalog v2.4.0
6092026-05-14T22:45:33.598Z Downloaded crossbeam-deque v0.8.6
6102026-05-14T22:45:33.598Z Downloaded defmt v0.3.100
6112026-05-14T22:45:33.598Z Downloaded foreign-types-shared v0.3.1
6122026-05-14T22:45:33.598Z Downloaded bb8 v0.8.6
6132026-05-14T22:45:33.599Z Downloaded darling_core v0.23.0
6142026-05-14T22:45:33.602Z Downloaded base16ct v0.2.0
6152026-05-14T22:45:33.602Z Downloaded async-stream v0.3.6
6162026-05-14T22:45:33.602Z Downloaded float-cmp v0.10.0
6172026-05-14T22:45:33.613Z Downloaded crucible-workspace-hack v0.1.0
6182026-05-14T22:45:33.613Z Downloaded endian-type v0.1.2
6192026-05-14T22:45:33.613Z Downloaded derive_builder_macro v0.20.2
6202026-05-14T22:45:33.613Z Downloaded cstr-argument v0.1.2
6212026-05-14T22:45:33.613Z Downloaded foreign-types v0.3.2
6222026-05-14T22:45:33.613Z Downloaded ciborium-io v0.2.2
6232026-05-14T22:45:33.613Z Downloaded foreign-types-macros v0.2.3
6242026-05-14T22:45:33.613Z Downloaded funty v2.0.0
6252026-05-14T22:45:33.613Z Downloaded futures-macro v0.3.32
6262026-05-14T22:45:33.613Z Downloaded globwalk v0.9.1
6272026-05-14T22:45:33.613Z Downloaded ghash v0.5.1
6282026-05-14T22:45:33.613Z Downloaded fixedbitset v0.4.2
6292026-05-14T22:45:33.619Z Downloaded dirs-next v2.0.0
6302026-05-14T22:45:33.619Z Downloaded darling_macro v0.20.11
6312026-05-14T22:45:33.619Z Downloaded flagset v0.4.7
6322026-05-14T22:45:33.619Z Downloaded cmake v0.1.57
6332026-05-14T22:45:33.619Z Downloaded chacha20poly1305 v0.10.1
6342026-05-14T22:45:33.619Z Downloaded camino-tempfile-ext v0.3.3
6352026-05-14T22:45:33.628Z Downloaded argon2 v0.5.3
6362026-05-14T22:45:33.628Z Downloaded cpufeatures v0.3.0
6372026-05-14T22:45:33.628Z Downloaded bytes v1.11.1
6382026-05-14T22:45:33.628Z Downloaded cipher v0.4.4
6392026-05-14T22:45:33.628Z Downloaded float-ord v0.3.2
6402026-05-14T22:45:33.628Z Downloaded enum-as-inner v0.6.1
6412026-05-14T22:45:33.653Z Downloaded dunce v1.0.5
6422026-05-14T22:45:33.653Z Downloaded colored v3.1.1
6432026-05-14T22:45:33.653Z Downloaded futures-sink v0.3.32
6442026-05-14T22:45:33.654Z Downloaded futures-core v0.3.32
6452026-05-14T22:45:33.654Z Downloaded bitfield-macros v0.19.4
6462026-05-14T22:45:33.654Z Downloaded futures-task v0.3.32
6472026-05-14T22:45:33.654Z Downloaded futures-io v0.3.32
6482026-05-14T22:45:33.668Z Downloaded hash32 v0.2.1
6492026-05-14T22:45:33.668Z Downloaded hash32 v0.3.1
6502026-05-14T22:45:33.668Z Downloaded git-stub v1.0.0
6512026-05-14T22:45:33.668Z Downloaded gethostname v0.5.0
6522026-05-14T22:45:33.669Z Downloaded hex v0.4.3
6532026-05-14T22:45:33.669Z Downloaded ena v0.14.4
6542026-05-14T22:45:33.669Z Downloaded fxhash v0.2.1
6552026-05-14T22:45:33.669Z Downloaded hex-literal v0.4.1
6562026-05-14T22:45:33.669Z Downloaded derive_builder_core v0.20.2
6572026-05-14T22:45:33.669Z Downloaded derive-ex v0.1.8
6582026-05-14T22:45:33.669Z Downloaded http-range v0.1.5
6592026-05-14T22:45:33.669Z Downloaded ecdsa v0.16.9
6602026-05-14T22:45:33.669Z Downloaded hostname v0.4.2
6612026-05-14T22:45:33.669Z Downloaded daft-derive v0.1.5
6622026-05-14T22:45:33.669Z Downloaded cargo_metadata v0.19.2
6632026-05-14T22:45:33.669Z Downloaded diesel-dtrace v0.5.0
6642026-05-14T22:45:33.669Z Downloaded hostname v0.3.1
6652026-05-14T22:45:33.669Z Downloaded const_format_proc_macros v0.2.34
6662026-05-14T22:45:33.669Z Downloaded chacha20 v0.9.1
6672026-05-14T22:45:33.669Z Downloaded bcs v0.1.6
6682026-05-14T22:45:33.669Z Downloaded headers-core v0.3.0
6692026-05-14T22:45:33.669Z Downloaded corncobs v0.1.4
6702026-05-14T22:45:33.669Z Downloaded home v0.5.12
6712026-05-14T22:45:33.669Z Downloaded bitfield v0.19.4
6722026-05-14T22:45:33.669Z Downloaded bit-vec v0.6.3
6732026-05-14T22:45:33.680Z Downloaded cassowary v0.3.0
6742026-05-14T22:45:33.680Z Downloaded backoff v0.4.0
6752026-05-14T22:45:33.680Z Downloaded arrayvec v0.7.6
6762026-05-14T22:45:33.680Z Downloaded hyper-tls v0.6.0
6772026-05-14T22:45:33.680Z Downloaded deranged v0.5.8
6782026-05-14T22:45:33.680Z Downloaded convert_case v0.10.0
6792026-05-14T22:45:33.693Z Downloaded hubpack_derive v0.1.1
6802026-05-14T22:45:33.693Z Downloaded hubpack v0.1.2
6812026-05-14T22:45:33.693Z Downloaded http-body v1.0.1
6822026-05-14T22:45:33.693Z Downloaded httpdate v1.0.3
6832026-05-14T22:45:33.693Z Downloaded async-trait v0.1.89
6842026-05-14T22:45:33.693Z Downloaded futures-executor v0.3.32
6852026-05-14T22:45:33.693Z Downloaded find-msvc-tools v0.1.9
6862026-05-14T22:45:33.693Z Downloaded der_derive v0.7.3
6872026-05-14T22:45:33.693Z Downloaded cookie_store v0.22.1
6882026-05-14T22:45:33.693Z Downloaded ed25519 v2.2.3
6892026-05-14T22:45:33.693Z Downloaded fallible-iterator v0.2.0
6902026-05-14T22:45:33.694Z Downloaded defmt-macros v1.0.1
6912026-05-14T22:45:33.694Z Downloaded console v0.15.11
6922026-05-14T22:45:33.711Z Downloaded indoc v1.0.9
6932026-05-14T22:45:33.711Z Downloaded foldhash v0.2.0
6942026-05-14T22:45:33.711Z Downloaded filetime v0.2.27
6952026-05-14T22:45:33.711Z Downloaded ff v0.13.1
6962026-05-14T22:45:33.711Z Downloaded env_logger v0.11.9
6972026-05-14T22:45:33.711Z Downloaded glob v0.3.3
6982026-05-14T22:45:33.711Z Downloaded indent_write v2.2.0
6992026-05-14T22:45:33.711Z Downloaded fixedbitset v0.5.7
7002026-05-14T22:45:33.724Z Downloaded ident_case v1.0.1
7012026-05-14T22:45:33.724Z Downloaded console v0.16.2
7022026-05-14T22:45:33.724Z Downloaded csv-core v0.1.13
7032026-05-14T22:45:33.724Z Downloaded byte-wrapper v0.1.0
7042026-05-14T22:45:33.724Z Downloaded group v0.13.0
7052026-05-14T22:45:33.724Z Downloaded bitflags v1.3.2
7062026-05-14T22:45:33.724Z Downloaded git-stub-vcs v0.1.0
7072026-05-14T22:45:33.724Z Downloaded either v1.15.0
7082026-05-14T22:45:33.725Z Downloaded is-terminal v0.4.17
7092026-05-14T22:45:33.725Z Downloaded des v0.8.1
7102026-05-14T22:45:33.725Z Downloaded crossbeam-channel v0.5.15
7112026-05-14T22:45:33.725Z Downloaded lalrpop-util v0.19.12
7122026-05-14T22:45:33.725Z Downloaded kstat-rs v0.2.4
7132026-05-14T22:45:33.725Z Downloaded lazy_static v1.5.0
7142026-05-14T22:45:33.728Z Downloaded is_ci v1.2.0
7152026-05-14T22:45:33.728Z Downloaded globset v0.4.18
7162026-05-14T22:45:33.728Z Downloaded internet-checksum v0.2.1
7172026-05-14T22:45:33.729Z Downloaded http-body-util v0.1.3
7182026-05-14T22:45:33.729Z Downloaded inout v0.1.4
7192026-05-14T22:45:33.729Z Downloaded chacha20 v0.10.0
7202026-05-14T22:45:33.729Z Downloaded highway v1.3.0
7212026-05-14T22:45:33.729Z Downloaded cookie v0.18.1
7222026-05-14T22:45:33.729Z Downloaded backon v1.6.0
7232026-05-14T22:45:33.734Z Downloaded ciborium v0.2.2
7242026-05-14T22:45:33.734Z Downloaded ahash v0.8.12
7252026-05-14T22:45:33.742Z Downloaded libscf-sys v1.1.0
7262026-05-14T22:45:33.742Z Downloaded colored v2.2.0
7272026-05-14T22:45:33.742Z Downloaded fs_extra v1.3.0
7282026-05-14T22:45:33.742Z Downloaded lru v0.12.5
7292026-05-14T22:45:33.742Z Downloaded fs-err v2.11.0
7302026-05-14T22:45:33.775Z Downloaded maplit v1.0.2
7312026-05-14T22:45:33.776Z Downloaded lru-slab v0.1.2
7322026-05-14T22:45:33.776Z Downloaded cancel-safe-futures v0.1.5
7332026-05-14T22:45:33.776Z Downloaded keccak v0.1.6
7342026-05-14T22:45:33.776Z Downloaded getrandom v0.2.17
7352026-05-14T22:45:33.776Z Downloaded async-bb8-diesel v0.2.1
7362026-05-14T22:45:33.776Z Downloaded instability v0.3.11
7372026-05-14T22:45:33.776Z Downloaded derive_builder v0.20.2
7382026-05-14T22:45:33.776Z Downloaded md-5 v0.10.6
7392026-05-14T22:45:33.776Z Downloaded match_cfg v0.1.0
7402026-05-14T22:45:33.776Z Downloaded lru-cache v0.1.2
7412026-05-14T22:45:33.776Z Downloaded linked-hash-map v0.5.6
7422026-05-14T22:45:33.776Z Downloaded hyper-staticfile v0.10.1
7432026-05-14T22:45:33.776Z Downloaded diff v0.1.13
7442026-05-14T22:45:33.776Z Downloaded newline-converter v0.3.0
7452026-05-14T22:45:33.776Z Downloaded multimap v0.10.1
7462026-05-14T22:45:33.776Z Downloaded memoffset v0.9.1
7472026-05-14T22:45:33.776Z Downloaded maybe-uninit v2.0.0
7482026-05-14T22:45:33.776Z Downloaded indoc v2.0.7
7492026-05-14T22:45:33.776Z Downloaded humantime v2.3.0
7502026-05-14T22:45:33.783Z Downloaded half v1.8.3
7512026-05-14T22:45:33.783Z Downloaded impl-trait-for-tuples v0.2.3
7522026-05-14T22:45:33.783Z Downloaded futures-channel v0.3.32
7532026-05-14T22:45:33.783Z Downloaded hmac v0.12.1
7542026-05-14T22:45:33.783Z Downloaded md5 v0.7.0
7552026-05-14T22:45:33.784Z Downloaded ipnetwork v0.21.1
7562026-05-14T22:45:33.784Z Downloaded derive-where v1.6.0
7572026-05-14T22:45:33.784Z Downloaded crossbeam-utils v0.8.21
7582026-05-14T22:45:33.784Z Downloaded ingot-types v0.1.2
7592026-05-14T22:45:33.784Z Downloaded new_debug_unreachable v1.0.6
7602026-05-14T22:45:33.784Z Downloaded managed v0.8.0
7612026-05-14T22:45:33.784Z Downloaded foldhash v0.1.5
7622026-05-14T22:45:33.784Z Downloaded normalize-line-endings v0.3.0
7632026-05-14T22:45:33.784Z Downloaded instant v0.1.13
7642026-05-14T22:45:33.784Z Downloaded nonempty v0.12.0
7652026-05-14T22:45:33.791Z Downloaded ipnet v2.11.0
7662026-05-14T22:45:33.791Z Downloaded nodrop v0.1.14
7672026-05-14T22:45:33.791Z Downloaded allocator-api2 v0.2.21
7682026-05-14T22:45:33.791Z Downloaded newtype_derive v0.1.6
7692026-05-14T22:45:33.792Z Downloaded newtype-uuid-macros v0.1.0
7702026-05-14T22:45:33.792Z Downloaded nibble_vec v0.1.0
7712026-05-14T22:45:33.797Z Downloaded crc-any v2.5.0
7722026-05-14T22:45:33.797Z Downloaded num v0.4.3
7732026-05-14T22:45:33.797Z Downloaded mime v0.3.17
7742026-05-14T22:45:33.797Z Downloaded blake2 v0.10.6
7752026-05-14T22:45:33.797Z Downloaded base64ct v1.8.3
7762026-05-14T22:45:33.800Z Downloaded libsw-core v0.3.2
7772026-05-14T22:45:33.800Z Downloaded libsw v3.5.0
7782026-05-14T22:45:33.800Z Downloaded libefi-sys v0.1.0
7792026-05-14T22:45:33.806Z Downloaded num-iter v0.1.45
7802026-05-14T22:45:33.806Z Downloaded num-derive v0.4.2
7812026-05-14T22:45:33.806Z Downloaded jobserver v0.1.34
7822026-05-14T22:45:33.810Z Downloaded linear-map v1.2.0
7832026-05-14T22:45:33.810Z Downloaded num-derive v0.3.3
7842026-05-14T22:45:33.810Z Downloaded lzss v0.8.2
7852026-05-14T22:45:33.822Z Downloaded openssl-probe v0.1.6
7862026-05-14T22:45:33.822Z Downloaded num_threads v0.1.7
7872026-05-14T22:45:33.822Z Downloaded base64 v0.21.7
7882026-05-14T22:45:33.832Z Downloaded num_enum_derive v0.5.11
7892026-05-14T22:45:33.832Z Downloaded oso-derive v0.27.3
7902026-05-14T22:45:33.832Z Downloaded openssl-probe v0.2.1
7912026-05-14T22:45:33.832Z Downloaded opaque-debug v0.3.1
7922026-05-14T22:45:33.832Z Downloaded mime_guess v2.0.5
7932026-05-14T22:45:33.832Z Downloaded hyper-rustls v0.27.7
7942026-05-14T22:45:33.833Z Downloaded ingot v0.1.1
7952026-05-14T22:45:33.833Z Downloaded iana-time-zone v0.1.65
7962026-05-14T22:45:33.833Z Downloaded getrandom v0.3.4
7972026-05-14T22:45:33.833Z Downloaded half v2.7.1
7982026-05-14T22:45:33.833Z Downloaded dropshot_endpoint v0.17.0
7992026-05-14T22:45:33.833Z Downloaded darling v0.23.0
8002026-05-14T22:45:33.839Z Downloaded ingot-macros v0.1.1
8012026-05-14T22:45:33.839Z Downloaded crossbeam-epoch v0.9.18
8022026-05-14T22:45:33.839Z Downloaded native-tls v0.2.18
8032026-05-14T22:45:33.839Z Downloaded multer v3.1.0
8042026-05-14T22:45:33.858Z Downloaded lock_api v0.4.14
8052026-05-14T22:45:33.858Z Downloaded parse-size v1.1.0
8062026-05-14T22:45:33.858Z Downloaded packed_struct_codegen v0.10.1
8072026-05-14T22:45:33.858Z Downloaded httparse v1.10.1
8082026-05-14T22:45:33.858Z Downloaded pbkdf2 v0.11.0
8092026-05-14T22:45:33.874Z Downloaded path-slash v0.1.5
8102026-05-14T22:45:33.874Z Downloaded fatfs v0.3.6
8112026-05-14T22:45:33.874Z Downloaded olpc-cjson v0.1.4
8122026-05-14T22:45:33.874Z Downloaded peg-runtime v0.8.5
8132026-05-14T22:45:33.874Z Downloaded newtype-uuid v1.3.2
8142026-05-14T22:45:33.874Z Downloaded elliptic-curve v0.13.8
8152026-05-14T22:45:33.874Z Downloaded derive_more v0.99.20
8162026-05-14T22:45:33.874Z Downloaded num-conv v0.2.0
8172026-05-14T22:45:33.874Z Downloaded aho-corasick v1.1.4
8182026-05-14T22:45:33.874Z Downloaded nanorand v0.7.0
8192026-05-14T22:45:33.874Z Downloaded parse-display v0.10.0
8202026-05-14T22:45:33.883Z Downloaded num_enum_derive v0.7.5
8212026-05-14T22:45:33.883Z Downloaded num-integer v0.1.46
8222026-05-14T22:45:33.883Z Downloaded cc v1.2.56
8232026-05-14T22:45:33.883Z Downloaded base64 v0.22.1
8242026-05-14T22:45:33.883Z Downloaded libloading v0.8.9
8252026-05-14T22:45:33.883Z Downloaded nu-ansi-term v0.50.3
8262026-05-14T22:45:33.887Z Downloaded phf_shared v0.12.1
8272026-05-14T22:45:33.887Z Downloaded pin-utils v0.1.0
8282026-05-14T22:45:33.890Z Downloaded powerfmt v0.2.0
8292026-05-14T22:45:33.894Z Downloaded phf_shared v0.11.3
8302026-05-14T22:45:33.894Z Downloaded proc-macro-crate v3.4.0
8312026-05-14T22:45:33.898Z Downloaded predicates-tree v1.0.13
8322026-05-14T22:45:33.911Z Downloaded oxide-tokio-rt v0.1.4
8332026-05-14T22:45:33.916Z Downloaded heapless v0.8.0
8342026-05-14T22:45:33.916Z Downloaded litrs v1.0.0
8352026-05-14T22:45:33.916Z Downloaded flume v0.11.1
8362026-05-14T22:45:33.922Z Downloaded precomputed-hash v0.1.1
8372026-05-14T22:45:33.922Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-05-14T22:45:33.922Z Downloaded pem v3.0.6
8392026-05-14T22:45:33.922Z Downloaded oxnet v0.1.4
8402026-05-14T22:45:33.926Z Downloaded memmap2 v0.9.10
8412026-05-14T22:45:33.926Z Downloaded der v0.7.10
8422026-05-14T22:45:33.926Z Downloaded progenitor-client v0.11.2
8432026-05-14T22:45:33.926Z Downloaded indexmap v1.9.3
8442026-05-14T22:45:33.931Z Downloaded ignore v0.4.25
8452026-05-14T22:45:33.931Z Downloaded derive_more-impl v2.1.1
8462026-05-14T22:45:33.935Z Downloaded psl-types v2.0.11
8472026-05-14T22:45:33.935Z Downloaded arc-swap v1.8.2
8482026-05-14T22:45:33.942Z Downloaded progenitor-macro v0.11.2
8492026-05-14T22:45:33.942Z Downloaded progenitor-macro v0.10.0
8502026-05-14T22:45:33.942Z Downloaded quick-error v1.2.3
8512026-05-14T22:45:33.942Z Downloaded progenitor-macro v0.13.0
8522026-05-14T22:45:33.942Z Downloaded radium v0.7.0
8532026-05-14T22:45:33.942Z Downloaded peg-macros v0.8.5
8542026-05-14T22:45:33.942Z Downloaded progenitor-client v0.14.0
8552026-05-14T22:45:33.942Z Downloaded packed_struct v0.10.1
8562026-05-14T22:45:33.946Z Downloaded phf v0.13.1
8572026-05-14T22:45:33.946Z Downloaded pem-rfc7468 v0.7.0
8582026-05-14T22:45:33.946Z Downloaded paste v1.0.15
8592026-05-14T22:45:33.953Z Downloaded password-hash v0.5.0
8602026-05-14T22:45:33.953Z Downloaded password-hash v0.4.2
8612026-05-14T22:45:33.953Z Downloaded phf v0.12.1
8622026-05-14T22:45:33.959Z Downloaded num-complex v0.4.6
8632026-05-14T22:45:33.959Z Downloaded rand_chacha v0.3.1
8642026-05-14T22:45:33.959Z Downloaded libbz2-rs-sys v0.2.2
8652026-05-14T22:45:33.959Z Downloaded const_format v0.2.35
8662026-05-14T22:45:33.965Z Downloaded phf_shared v0.13.1
8672026-05-14T22:45:33.965Z Downloaded omicron-zone-package v0.12.2
8682026-05-14T22:45:33.965Z Downloaded pin-project-internal v1.1.11
8692026-05-14T22:45:33.965Z Downloaded postgres-protocol v0.6.10
8702026-05-14T22:45:33.965Z Downloaded ppv-lite86 v0.2.21
8712026-05-14T22:45:33.965Z Downloaded polyval v0.6.2
8722026-05-14T22:45:33.965Z Downloaded poly1305 v0.8.0
8732026-05-14T22:45:33.971Z Downloaded derive_more v2.1.1
8742026-05-14T22:45:33.981Z Downloaded rand_xorshift v0.4.0
8752026-05-14T22:45:33.981Z Downloaded primeorder v0.13.6
8762026-05-14T22:45:33.981Z Downloaded parking_lot v0.11.2
8772026-05-14T22:45:33.981Z Downloaded crypto-bigint v0.5.5
8782026-05-14T22:45:33.981Z Downloaded headers v0.4.1
8792026-05-14T22:45:33.985Z Downloaded progenitor v0.10.0
8802026-05-14T22:45:33.986Z Downloaded pkg-config v0.3.32
8812026-05-14T22:45:33.991Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-05-14T22:45:33.991Z Downloaded progenitor-client v0.13.0
8832026-05-14T22:45:33.991Z Downloaded progenitor v0.11.2
8842026-05-14T22:45:33.991Z Downloaded proc-macro-error2 v2.0.1
8852026-05-14T22:45:33.991Z Downloaded ref-cast-impl v1.0.25
8862026-05-14T22:45:33.997Z Downloaded indicatif v0.18.4
8872026-05-14T22:45:33.998Z Downloaded progenitor v0.13.0
8882026-05-14T22:45:33.998Z Downloaded progenitor-extras v0.2.0
8892026-05-14T22:45:34.006Z Downloaded async-compression v0.4.41
8902026-05-14T22:45:34.006Z Downloaded parking_lot_core v0.9.12
8912026-05-14T22:45:34.006Z Downloaded rfc6979 v0.4.0
8922026-05-14T22:45:34.014Z Downloaded recursive v0.1.1
8932026-05-14T22:45:34.014Z Downloaded dropshot_endpoint v0.16.7
8942026-05-14T22:45:34.014Z Downloaded num_enum v0.5.11
8952026-05-14T22:45:34.014Z Downloaded ref-cast v1.0.25
8962026-05-14T22:45:34.019Z Downloaded rand_chacha v0.9.0
8972026-05-14T22:45:34.019Z Downloaded bumpalo v3.20.2
8982026-05-14T22:45:34.019Z Downloaded hickory-resolver v0.24.4
8992026-05-14T22:45:34.019Z Downloaded psm v0.1.30
9002026-05-14T22:45:34.019Z Downloaded pkcs1 v0.7.5
9012026-05-14T22:45:34.023Z Downloaded progenitor-macro v0.14.0
9022026-05-14T22:45:34.023Z Downloaded pkcs8 v0.10.2
9032026-05-14T22:45:34.023Z Downloaded rustc_version v0.1.7
9042026-05-14T22:45:34.024Z Downloaded p256 v0.13.2
9052026-05-14T22:45:34.041Z Downloaded r2d2 v0.8.10
9062026-05-14T22:45:34.041Z Downloaded pin-project-lite v0.2.17
9072026-05-14T22:45:34.050Z Downloaded rustc-hash v2.1.1
9082026-05-14T22:45:34.050Z Downloaded postcard v1.1.3
9092026-05-14T22:45:34.050Z Downloaded rand_seeder v0.4.0
9102026-05-14T22:45:34.050Z Downloaded flate2 v1.1.9
9112026-05-14T22:45:34.050Z Downloaded rand_core v0.6.4
9122026-05-14T22:45:34.050Z Downloaded rtoolbox v0.0.3
9132026-05-14T22:45:34.050Z Downloaded expectorate v1.2.0
9142026-05-14T22:45:34.050Z Downloaded predicates v3.1.4
9152026-05-14T22:45:34.050Z Downloaded rand_core v0.10.0
9162026-05-14T22:45:34.050Z Downloaded same-file v1.0.6
9172026-05-14T22:45:34.050Z Downloaded sapling-renderdag v0.1.0
9182026-05-14T22:45:34.050Z Downloaded postgres-types v0.2.12
9192026-05-14T22:45:34.056Z Downloaded rustc_version v0.4.1
9202026-05-14T22:45:34.056Z Downloaded russh-cryptovec v0.7.3
9212026-05-14T22:45:34.056Z Downloaded pkcs5 v0.7.1
9222026-05-14T22:45:34.056Z Downloaded oso v0.27.3
9232026-05-14T22:45:34.056Z Downloaded salsa20 v0.10.2
9242026-05-14T22:45:34.056Z Downloaded jiff-static v0.2.21
9252026-05-14T22:45:34.061Z Downloaded scheduled-thread-pool v0.2.7
9262026-05-14T22:45:34.061Z Downloaded diesel_derives v2.3.7
9272026-05-14T22:45:34.061Z Downloaded scrypt v0.11.0
9282026-05-14T22:45:34.061Z Downloaded serde_bytes v0.11.19
9292026-05-14T22:45:34.068Z Downloaded scroll_derive v0.13.1
9302026-05-14T22:45:34.068Z Downloaded scopeguard v1.2.0
9312026-05-14T22:45:34.068Z Downloaded progenitor v0.14.0
9322026-05-14T22:45:34.068Z Downloaded parking_lot v0.12.5
9332026-05-14T22:45:34.068Z Downloaded heapless v0.7.17
9342026-05-14T22:45:34.072Z Downloaded progenitor-client v0.10.0
9352026-05-14T22:45:34.072Z Downloaded openssl-macros v0.1.1
9362026-05-14T22:45:34.072Z Downloaded darling_core v0.21.3
9372026-05-14T22:45:34.081Z Downloaded peg v0.8.5
9382026-05-14T22:45:34.081Z Downloaded pbkdf2 v0.12.2
9392026-05-14T22:45:34.081Z Downloaded parse-display-derive v0.10.0
9402026-05-14T22:45:34.084Z Downloaded serde-big-array v0.5.1
9412026-05-14T22:45:34.084Z Downloaded serde_spanned v1.0.4
9422026-05-14T22:45:34.084Z Downloaded serde_plain v1.0.2
9432026-05-14T22:45:34.084Z Downloaded seq-macro v0.3.6
9442026-05-14T22:45:34.084Z Downloaded semver v0.1.20
9452026-05-14T22:45:34.084Z Downloaded serde_repr v0.1.20
9462026-05-14T22:45:34.084Z Downloaded pin-project v1.1.11
9472026-05-14T22:45:34.089Z Downloaded shell-words v1.1.1
9482026-05-14T22:45:34.093Z Downloaded serde_urlencoded v0.7.1
9492026-05-14T22:45:34.093Z Downloaded sha1 v0.10.6
9502026-05-14T22:45:34.093Z Downloaded quinn-udp v0.5.14
9512026-05-14T22:45:34.098Z Downloaded http v1.4.0
9522026-05-14T22:45:34.098Z Downloaded prefix-trie v0.7.0
9532026-05-14T22:45:34.102Z Downloaded hashbrown v0.13.2
9542026-05-14T22:45:34.102Z Downloaded resolv-conf v0.7.6
9552026-05-14T22:45:34.102Z Downloaded secrecy v0.10.3
9562026-05-14T22:45:34.102Z Downloaded rand_core v0.9.5
9572026-05-14T22:45:34.135Z Downloaded secrecy v0.8.0
9582026-05-14T22:45:34.135Z Downloaded signal-hook-tokio v0.3.1
9592026-05-14T22:45:34.135Z Downloaded parking_lot_core v0.8.6
9602026-05-14T22:45:34.135Z Downloaded signal-hook-mio v0.2.5
9612026-05-14T22:45:34.135Z Downloaded rustls-native-certs v0.8.3
9622026-05-14T22:45:34.135Z Downloaded futures v0.3.32
9632026-05-14T22:45:34.135Z Downloaded miniz_oxide v0.8.9
9642026-05-14T22:45:34.135Z Downloaded darling_core v0.20.11
9652026-05-14T22:45:34.135Z Downloaded rustls-pemfile v2.2.0
9662026-05-14T22:45:34.135Z Downloaded rustls-pemfile v1.0.4
9672026-05-14T22:45:34.135Z Downloaded ed25519-dalek v2.2.0
9682026-05-14T22:45:34.135Z Downloaded dropshot-api-manager v0.7.1
9692026-05-14T22:45:34.135Z Downloaded owo-colors v4.3.0
9702026-05-14T22:45:34.141Z Downloaded num_enum v0.7.5
9712026-05-14T22:45:34.141Z Downloaded siphasher v1.0.2
9722026-05-14T22:45:34.141Z Downloaded papergrid v0.17.0
9732026-05-14T22:45:34.141Z Downloaded slog-envlogger v2.2.0
9742026-05-14T22:45:34.141Z Downloaded hickory-resolver v0.25.2
9752026-05-14T22:45:34.141Z Downloaded scroll v0.13.0
9762026-05-14T22:45:34.141Z Downloaded rusty-fork v0.3.1
9772026-05-14T22:45:34.141Z Downloaded schemars_derive v0.8.22
9782026-05-14T22:45:34.141Z Downloaded rustversion v1.0.22
9792026-05-14T22:45:34.147Z Downloaded blake3 v1.8.3
9802026-05-14T22:45:34.147Z Downloaded progenitor-impl v0.14.0
9812026-05-14T22:45:34.154Z Downloaded progenitor-impl v0.13.0
9822026-05-14T22:45:34.154Z Downloaded progenitor-impl v0.10.0
9832026-05-14T22:45:34.154Z Downloaded serde-hex v0.1.0
9842026-05-14T22:45:34.154Z Downloaded aes v0.8.4
9852026-05-14T22:45:34.157Z Downloaded sigpipe v0.1.3
9862026-05-14T22:45:34.157Z Downloaded num-rational v0.4.2
9872026-05-14T22:45:34.157Z Downloaded serde_derive_internals v0.29.1
9882026-05-14T22:45:34.157Z Downloaded predicates-core v1.0.10
9892026-05-14T22:45:34.160Z Downloaded serde_path_to_error v0.1.20
9902026-05-14T22:45:34.161Z Downloaded proc-macro-crate v1.3.1
9912026-05-14T22:45:34.169Z Downloaded sqlparser_derive v0.5.0
9922026-05-14T22:45:34.169Z Downloaded ssh-encoding v0.2.0
9932026-05-14T22:45:34.169Z Downloaded structmeta v0.3.0
9942026-05-14T22:45:34.169Z Downloaded structmeta-derive v0.3.0
9952026-05-14T22:45:34.169Z Downloaded ssh-cipher v0.2.0
9962026-05-14T22:45:34.169Z Downloaded sec1 v0.7.3
9972026-05-14T22:45:34.169Z Downloaded hashbrown v0.12.3
9982026-05-14T22:45:34.176Z Downloaded hyper-util v0.1.20
9992026-05-14T22:45:34.187Z Downloaded slog-bunyan v2.5.0
10002026-05-14T22:45:34.187Z Downloaded simd-adler32 v0.3.8
10012026-05-14T22:45:34.187Z Downloaded sync-ptr v0.1.4
10022026-05-14T22:45:34.187Z Downloaded russh-keys v0.45.0
10032026-05-14T22:45:34.196Z Downloaded prettyplease v0.2.37
10042026-05-14T22:45:34.197Z Downloaded signature v2.2.0
10052026-05-14T22:45:34.197Z Downloaded strum v0.27.2
10062026-05-14T22:45:34.198Z Downloaded strip-ansi-escapes v0.2.1
10072026-05-14T22:45:34.198Z Downloaded signal-hook-registry v1.4.8
10082026-05-14T22:45:34.198Z Downloaded hickory-server v0.25.2
10092026-05-14T22:45:34.198Z Downloaded minimal-lexical v0.2.1
10102026-05-14T22:45:34.208Z Downloaded strum v0.26.3
10112026-05-14T22:45:34.208Z Downloaded subtle v2.6.1
10122026-05-14T22:45:34.208Z Downloaded smallvec v0.6.14
10132026-05-14T22:45:34.214Z Downloaded take_mut v0.2.2
10142026-05-14T22:45:34.214Z Downloaded tabled_derive v0.11.0
10152026-05-14T22:45:34.214Z Downloaded slab v0.4.12
10162026-05-14T22:45:34.214Z Downloaded tap v1.0.1
10172026-05-14T22:45:34.214Z Downloaded tagptr v0.2.0
10182026-05-14T22:45:34.214Z Downloaded tabwriter v1.4.1
10192026-05-14T22:45:34.214Z Downloaded sync_wrapper v1.0.2
10202026-05-14T22:45:34.214Z Downloaded supports-color v3.0.2
10212026-05-14T22:45:34.214Z Downloaded rustls-pki-types v1.14.0
10222026-05-14T22:45:34.219Z Downloaded slog-scope v4.4.1
10232026-05-14T22:45:34.219Z Downloaded serde_cbor v0.11.2
10242026-05-14T22:45:34.219Z Downloaded thiserror-impl-no-std v2.0.2
10252026-05-14T22:45:34.219Z Downloaded progenitor-impl v0.11.2
10262026-05-14T22:45:34.219Z Downloaded rcgen v0.12.1
10272026-05-14T22:45:34.224Z Downloaded slog-dtrace v0.3.0
10282026-05-14T22:45:34.224Z Downloaded itertools v0.10.5
10292026-05-14T22:45:34.231Z Downloaded termtree v0.5.1
10302026-05-14T22:45:34.231Z Downloaded sct v0.7.1
10312026-05-14T22:45:34.231Z Downloaded slog-stdlog v4.1.1
10322026-05-14T22:45:34.231Z Downloaded slog-async v2.8.0
10332026-05-14T22:45:34.239Z Downloaded smf v0.2.3
10342026-05-14T22:45:34.239Z Downloaded spki v0.7.3
10352026-05-14T22:45:34.239Z Downloaded testing_table v0.3.0
10362026-05-14T22:45:34.239Z Downloaded static_assertions v1.1.0
10372026-05-14T22:45:34.239Z Downloaded thread-id v5.1.0
10382026-05-14T22:45:34.239Z Downloaded shlex v1.3.0
10392026-05-14T22:45:34.239Z Downloaded sqlformat v0.3.5
10402026-05-14T22:45:34.242Z Downloaded time-core v0.1.8
10412026-05-14T22:45:34.242Z Downloaded openssl-sys v0.9.114
10422026-05-14T22:45:34.252Z Downloaded ron v0.8.1
10432026-05-14T22:45:34.252Z Downloaded strum_macros v0.27.2
10442026-05-14T22:45:34.256Z Downloaded strum_macros v0.26.4
10452026-05-14T22:45:34.257Z Downloaded tinyvec_macros v0.1.1
10462026-05-14T22:45:34.264Z Downloaded serde_with_macros v3.17.0
10472026-05-14T22:45:34.264Z Downloaded hashbrown v0.15.5
10482026-05-14T22:45:34.268Z Downloaded pretty_assertions v1.4.1
10492026-05-14T22:45:34.268Z Downloaded rayon-core v1.13.0
10502026-05-14T22:45:34.274Z Downloaded schemars v0.8.22
10512026-05-14T22:45:34.277Z Downloaded strum_macros v0.24.3
10522026-05-14T22:45:34.277Z Downloaded slog-term v2.9.2
10532026-05-14T22:45:34.286Z Downloaded support-bundle-viewer v0.1.2
10542026-05-14T22:45:34.286Z Downloaded ryu v1.0.23
10552026-05-14T22:45:34.286Z Downloaded rustls-platform-verifier v0.6.2
10562026-05-14T22:45:34.290Z Downloaded termios v0.3.3
10572026-05-14T22:45:34.290Z Downloaded num-bigint v0.4.6
10582026-05-14T22:45:34.290Z Downloaded aes-gcm v0.10.3
10592026-05-14T22:45:34.290Z Downloaded slog-json v2.6.1
10602026-05-14T22:45:34.295Z Downloaded topological-sort v0.2.2
10612026-05-14T22:45:34.295Z Downloaded crossterm v0.29.0
10622026-05-14T22:45:34.303Z Downloaded thiserror-no-std v2.0.2
10632026-05-14T22:45:34.303Z Downloaded snafu-derive v0.8.9
10642026-05-14T22:45:34.303Z Downloaded quinn v0.11.9
10652026-05-14T22:45:34.308Z Downloaded spin v0.9.8
10662026-05-14T22:45:34.308Z Downloaded thread_local v1.1.9
10672026-05-14T22:45:34.308Z Downloaded string_cache v0.8.9
10682026-05-14T22:45:34.308Z Downloaded rand v0.8.5
10692026-05-14T22:45:34.313Z Downloaded try-lock v0.2.5
10702026-05-14T22:45:34.313Z Downloaded tower-service v0.3.3
10712026-05-14T22:45:34.313Z Downloaded tower-layer v0.3.3
10722026-05-14T22:45:34.313Z Downloaded tiny-keccak v2.0.2
10732026-05-14T22:45:34.322Z Downloaded time-macros v0.2.27
10742026-05-14T22:45:34.322Z Downloaded stacker v0.1.23
10752026-05-14T22:45:34.322Z Downloaded mio v1.2.0
10762026-05-14T22:45:34.322Z Downloaded tokio-dtrace v0.1.1
10772026-05-14T22:45:34.322Z Downloaded stringprep v0.1.5
10782026-05-14T22:45:34.322Z Downloaded unarray v0.1.4
10792026-05-14T22:45:34.327Z Downloaded typify-macro v0.4.3
10802026-05-14T22:45:34.327Z Downloaded trait-variant v0.1.2
10812026-05-14T22:45:34.333Z Downloaded unicode-truncate v1.1.0
10822026-05-14T22:45:34.333Z Downloaded signal-hook v0.3.18
10832026-05-14T22:45:34.333Z Downloaded serde_yaml v0.9.34+deprecated
10842026-05-14T22:45:34.333Z Downloaded tls_codec_derive v0.4.2
10852026-05-14T22:45:34.345Z Downloaded tls_codec v0.4.2
10862026-05-14T22:45:34.345Z Downloaded typify-macro v0.6.2
10872026-05-14T22:45:34.345Z Downloaded iri-string v0.7.10
10882026-05-14T22:45:34.357Z Downloaded libxml v0.3.3
10892026-05-14T22:45:34.357Z Downloaded schemars v0.9.0
10902026-05-14T22:45:34.357Z Downloaded usdt-attr-macro v0.6.0
10912026-05-14T22:45:34.357Z Downloaded usdt v0.6.0
10922026-05-14T22:45:34.357Z Downloaded untrusted v0.9.0
10932026-05-14T22:45:34.357Z Downloaded untrusted v0.7.1
10942026-05-14T22:45:34.357Z Downloaded universal-hash v0.5.1
10952026-05-14T22:45:34.357Z Downloaded unit-prefix v0.5.2
10962026-05-14T22:45:34.357Z Downloaded tokio-rustls v0.25.0
10972026-05-14T22:45:34.371Z Downloaded tokio-native-tls v0.3.1
10982026-05-14T22:45:34.371Z Downloaded tokio-tungstenite v0.21.0
10992026-05-14T22:45:34.371Z Downloaded nom v7.1.3
11002026-05-14T22:45:34.371Z Downloaded tokio-macros v2.7.0
11012026-05-14T22:45:34.382Z Downloaded slog v2.8.2
11022026-05-14T22:45:34.382Z Downloaded toml_writer v1.0.6+spec-1.1.0
11032026-05-14T22:45:34.382Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11042026-05-14T22:45:34.382Z Downloaded term v1.2.1
11052026-05-14T22:45:34.382Z Downloaded socket2 v0.6.3
11062026-05-14T22:45:34.382Z Downloaded qorb v0.4.1
11072026-05-14T22:45:34.382Z Downloaded publicsuffix v2.3.0
11082026-05-14T22:45:34.382Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-05-14T22:45:34.387Z Downloaded usdt-macro v0.6.0
11102026-05-14T22:45:34.387Z Downloaded term v0.7.0
11112026-05-14T22:45:34.387Z Downloaded utf-8 v0.7.6
11122026-05-14T22:45:34.387Z Downloaded num-bigint-dig v0.8.6
11132026-05-14T22:45:34.387Z Downloaded void v1.0.2
11142026-05-14T22:45:34.387Z Downloaded hashbrown v0.16.1
11152026-05-14T22:45:34.393Z Downloaded want v0.3.1
11162026-05-14T22:45:34.402Z Downloaded wait-timeout v0.2.1
11172026-05-14T22:45:34.407Z Downloaded rustls-webpki v0.103.9
11182026-05-14T22:45:34.407Z Downloaded itertools v0.13.0
11192026-05-14T22:45:34.414Z Downloaded h2 v0.4.13
11202026-05-14T22:45:34.419Z Downloaded unicase v2.9.0
11212026-05-14T22:45:34.419Z Downloaded waitgroup v0.1.2
11222026-05-14T22:45:34.419Z Downloaded itertools v0.12.1
11232026-05-14T22:45:34.427Z Downloaded tokio-tungstenite v0.23.1
11242026-05-14T22:45:34.427Z Downloaded hyper v1.8.1
11252026-05-14T22:45:34.427Z Downloaded xshell-macros v0.2.7
11262026-05-14T22:45:34.427Z Downloaded iddqd v0.3.18
11272026-05-14T22:45:34.432Z Downloaded tokio-rustls v0.24.1
11282026-05-14T22:45:34.442Z Downloaded subprocess v0.2.15
11292026-05-14T22:45:34.442Z Downloaded xattr v1.6.1
11302026-05-14T22:45:34.443Z Downloaded toml_parser v1.0.9+spec-1.1.0
11312026-05-14T22:45:34.443Z Downloaded similar v2.7.0
11322026-05-14T22:45:34.447Z Downloaded tokio-stream v0.1.18
11332026-05-14T22:45:34.447Z Downloaded zone v0.3.1
11342026-05-14T22:45:34.447Z Downloaded zeroize_derive v1.4.3
11352026-05-14T22:45:34.447Z Downloaded tokio-rustls v0.26.4
11362026-05-14T22:45:34.447Z Downloaded samael v0.0.19
11372026-05-14T22:45:34.451Z Downloaded usdt-impl v0.6.0
11382026-05-14T22:45:34.460Z Downloaded itertools v0.14.0
11392026-05-14T22:45:34.460Z Downloaded zone_cfg_derive v0.3.1
11402026-05-14T22:45:34.460Z Downloaded socket2 v0.5.10
11412026-05-14T22:45:34.460Z Downloaded vergen-lib v0.1.6
11422026-05-14T22:45:34.464Z Downloaded vergen-gitcl v1.0.8
11432026-05-14T22:45:34.464Z Downloaded test-strategy v0.4.5
11442026-05-14T22:45:34.468Z Downloaded snafu v0.8.9
11452026-05-14T22:45:34.468Z Downloaded vergen-git2 v1.0.7
11462026-05-14T22:45:34.468Z Downloaded tracing-attributes v0.1.31
11472026-05-14T22:45:34.475Z Downloaded rand v0.10.0
11482026-05-14T22:45:34.480Z Downloaded rand v0.9.2
11492026-05-14T22:45:34.480Z Downloaded unicode-properties v0.1.4
11502026-05-14T22:45:34.480Z Downloaded hkdf v0.12.4
11512026-05-14T22:45:34.483Z Downloaded libm v0.2.16
11522026-05-14T22:45:34.492Z Downloaded xshell v0.2.7
11532026-05-14T22:45:34.493Z Downloaded whoami v1.6.1
11542026-05-14T22:45:34.493Z Downloaded wyz v0.5.1
11552026-05-14T22:45:34.493Z Downloaded whoami v2.1.0
11562026-05-14T22:45:34.493Z Downloaded twox-hash v2.1.2
11572026-05-14T22:45:34.493Z Downloaded tui-tree-widget v0.23.1
11582026-05-14T22:45:34.493Z Downloaded tinyvec v1.10.0
11592026-05-14T22:45:34.499Z Downloaded bitvec v1.0.1
11602026-05-14T22:45:34.510Z Downloaded toml v1.0.6+spec-1.1.0
11612026-05-14T22:45:34.513Z Downloaded toml v0.9.12+spec-1.1.0
11622026-05-14T22:45:34.513Z Downloaded toml v0.7.8
11632026-05-14T22:45:34.513Z Downloaded zeroize v1.8.2
11642026-05-14T22:45:34.514Z Downloaded zstd-safe v7.2.4
11652026-05-14T22:45:35.520Z Downloaded chrono v0.4.44
11662026-05-14T22:45:35.532Z Downloaded p521 v0.13.3
11672026-05-14T22:45:35.532Z Downloaded schemars v1.2.1
11682026-05-14T22:45:35.532Z Downloaded walkdir v2.5.0
11692026-05-14T22:45:35.532Z Downloaded vergen v9.0.6
11702026-05-14T22:45:35.533Z Downloaded vsss-rs v3.3.4
11712026-05-14T22:45:35.533Z Downloaded tungstenite v0.23.0
11722026-05-14T22:45:35.533Z Downloaded typify v0.4.3
11732026-05-14T22:45:35.533Z Downloaded uzers v0.12.2
11742026-05-14T22:45:35.533Z Downloaded typify v0.6.2
11752026-05-14T22:45:35.533Z Downloaded tracing-core v0.1.36
11762026-05-14T22:45:35.533Z Downloaded steno v0.4.1
11772026-05-14T22:45:35.533Z Downloaded unicode-bidi v0.3.18
11782026-05-14T22:45:35.533Z Downloaded russh v0.45.0
11792026-05-14T22:45:35.533Z Downloaded tar v0.4.45
11802026-05-14T22:45:35.533Z Downloaded yasna v0.5.2
11812026-05-14T22:45:35.533Z Downloaded rpassword v7.4.0
11822026-05-14T22:45:35.533Z Downloaded rsa v0.9.10
11832026-05-14T22:45:35.533Z Downloaded unsafe-libyaml v0.2.11
11842026-05-14T22:45:35.533Z Downloaded zstd v0.13.3
11852026-05-14T22:45:35.533Z Downloaded tokio-postgres v0.7.16
11862026-05-14T22:45:35.533Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-05-14T22:45:35.533Z Downloaded vte v0.14.1
11882026-05-14T22:45:35.534Z Downloaded uuid v1.23.0
11892026-05-14T22:45:35.534Z Downloaded tungstenite v0.21.0
11902026-05-14T22:45:35.534Z Downloaded zerocopy v0.6.6
11912026-05-14T22:45:35.534Z Downloaded zopfli v0.8.3
11922026-05-14T22:45:35.534Z Downloaded git2 v0.20.4
11932026-05-14T22:45:35.534Z Downloaded reedline v0.40.0
11942026-05-14T22:45:35.534Z Downloaded rustyline v14.0.0
11952026-05-14T22:45:35.534Z Downloaded aws-lc-rs v1.16.0
11962026-05-14T22:45:35.534Z Downloaded zip v0.6.6
11972026-05-14T22:45:35.534Z Downloaded yansi v1.0.1
11982026-05-14T22:45:35.534Z Downloaded bindgen v0.71.1
11992026-05-14T22:45:35.534Z Downloaded toml_edit v0.19.15
12002026-05-14T22:45:35.534Z Downloaded unicode_categories v0.1.1
12012026-05-14T22:45:35.534Z Downloaded p384 v0.13.1
12022026-05-14T22:45:35.534Z Downloaded futures-util v0.3.32
12032026-05-14T22:45:35.534Z Downloaded portable-atomic v1.13.1
12042026-05-14T22:45:35.534Z Downloaded lalrpop v0.19.12
12052026-05-14T22:45:35.534Z Downloaded ssh-key v0.6.7
12062026-05-14T22:45:35.534Z Downloaded reqwest v0.13.2
12072026-05-14T22:45:35.534Z Downloaded reqwest v0.12.28
12082026-05-14T22:45:35.534Z Downloaded typed-path v0.9.3
12092026-05-14T22:45:35.535Z Downloaded rustls-webpki v0.101.7
12102026-05-14T22:45:35.535Z Downloaded rayon v1.11.0
12112026-05-14T22:45:35.535Z Downloaded regex v1.12.3
12122026-05-14T22:45:35.535Z Downloaded tower v0.5.3
12132026-05-14T22:45:35.535Z Downloaded tough v0.20.0
12142026-05-14T22:45:35.535Z Downloaded quick-xml v0.37.5
12152026-05-14T22:45:35.535Z Downloaded goblin v0.10.5
12162026-05-14T22:45:35.535Z Downloaded zip v4.6.1
12172026-05-14T22:45:35.535Z Downloaded moka v0.12.13
12182026-05-14T22:45:35.535Z Downloaded salty v0.3.0
12192026-05-14T22:45:35.535Z Downloaded x509-cert v0.2.5
12202026-05-14T22:45:35.535Z Downloaded petname v2.0.2
12212026-05-14T22:45:35.535Z Downloaded zerocopy-derive v0.8.40
12222026-05-14T22:45:35.535Z Downloaded unicode-segmentation v1.12.0
12232026-05-14T22:45:35.535Z Downloaded tokio-util v0.7.18
12242026-05-14T22:45:35.535Z Downloaded rustls-webpki v0.102.8
12252026-05-14T22:45:35.535Z Downloaded serde_with v3.17.0
12262026-05-14T22:45:35.535Z Downloaded quinn-proto v0.11.13
12272026-05-14T22:45:35.535Z Downloaded proptest v1.10.0
12282026-05-14T22:45:35.535Z Downloaded unicode-normalization v0.1.25
12292026-05-14T22:45:35.536Z Downloaded tower-http v0.6.8
12302026-05-14T22:45:35.536Z Downloaded object v0.30.4
12312026-05-14T22:45:35.536Z Downloaded nix v0.28.0
12322026-05-14T22:45:35.536Z Downloaded winnow v0.5.40
12332026-05-14T22:45:35.536Z Downloaded tabled v0.20.0
12342026-05-14T22:45:35.536Z Downloaded nix v0.27.1
12352026-05-14T22:45:35.536Z Downloaded radix_trie v0.2.1
12362026-05-14T22:45:35.536Z Downloaded polar-core v0.27.3
12372026-05-14T22:45:35.536Z Downloaded bstr v1.12.1
12382026-05-14T22:45:35.536Z Downloaded dropshot v0.16.7
12392026-05-14T22:45:35.536Z Downloaded zlib-rs v0.6.2
12402026-05-14T22:45:35.536Z Downloaded nix v0.31.2
12412026-05-14T22:45:35.536Z Downloaded webpki-roots v1.0.6
12422026-05-14T22:45:35.536Z Downloaded winnow v0.6.26
12432026-05-14T22:45:35.536Z Downloaded vcpkg v0.2.15
12442026-05-14T22:45:35.536Z Downloaded time v0.3.47
12452026-05-14T22:45:35.536Z Downloaded smoltcp v0.9.1
12462026-05-14T22:45:35.536Z Downloaded hickory-proto v0.24.4
12472026-05-14T22:45:35.536Z Downloaded rustls v0.21.12
12482026-05-14T22:45:35.536Z Downloaded regex-syntax v0.6.29
12492026-05-14T22:45:35.536Z Downloaded regress v0.11.1
12502026-05-14T22:45:35.536Z Downloaded rustls v0.23.37
12512026-05-14T22:45:35.536Z Downloaded object v0.37.3
12522026-05-14T22:45:35.536Z Downloaded smoltcp v0.11.0
12532026-05-14T22:45:35.536Z Downloaded rustls v0.22.4
12542026-05-14T22:45:35.536Z Downloaded zerocopy v0.8.40
12552026-05-14T22:45:35.536Z Downloaded regex-syntax v0.8.10
12562026-05-14T22:45:35.536Z Downloaded rustix v0.38.44
12572026-05-14T22:45:35.536Z Downloaded hickory-proto v0.25.2
12582026-05-14T22:45:35.536Z Downloaded diesel v2.3.7
12592026-05-14T22:45:35.537Z Downloaded dropshot v0.17.0
12602026-05-14T22:45:35.537Z Downloaded sqlparser v0.61.0
12612026-05-14T22:45:35.537Z Downloaded regress v0.10.5
12622026-05-14T22:45:35.537Z Downloaded openssl v0.10.78
12632026-05-14T22:45:35.537Z Downloaded openapiv3 v2.2.0
12642026-05-14T22:45:35.537Z Downloaded nix v0.29.0
12652026-05-14T22:45:35.537Z Downloaded sled v0.34.7
12662026-05-14T22:45:35.545Z Downloaded tracing v0.1.44
12672026-05-14T22:45:35.546Z Downloaded typify-impl v0.4.3
12682026-05-14T22:45:35.546Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-05-14T22:45:35.546Z Downloaded ratatui v0.29.0
12702026-05-14T22:45:35.546Z Downloaded typify-impl v0.6.2
12712026-05-14T22:45:35.546Z Downloaded zerocopy-derive v0.6.6
12722026-05-14T22:45:35.546Z Downloaded jiff v0.2.21
12732026-05-14T22:45:35.546Z Downloaded petgraph v0.6.5
12742026-05-14T22:45:35.546Z Downloaded regex-automata v0.4.14
12752026-05-14T22:45:35.546Z Downloaded csv v1.4.0
12762026-05-14T22:45:35.546Z Downloaded chrono-tz v0.10.4
12772026-05-14T22:45:35.546Z Downloaded libz-sys v1.1.24
12782026-05-14T22:45:35.546Z Downloaded petgraph v0.8.3
12792026-05-14T22:45:35.547Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-05-14T22:45:35.547Z Downloaded sha3 v0.10.8
12812026-05-14T22:45:35.547Z Downloaded tokio v1.52.1
12822026-05-14T22:45:35.547Z Downloaded encoding_rs v0.8.35
12832026-05-14T22:45:35.547Z Downloaded ring v0.17.14
12842026-05-14T22:45:35.547Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-14T22:45:35.939Z Downloaded aws-lc-sys v0.37.1
12862026-05-14T22:45:36.185Z Compiling libc v0.2.185
12872026-05-14T22:45:36.185Z Compiling serde v1.0.228
12882026-05-14T22:45:36.188Z Compiling find-msvc-tools v0.1.9
12892026-05-14T22:45:36.188Z Compiling log v0.4.29
12902026-05-14T22:45:36.188Z Compiling shlex v1.3.0
12912026-05-14T22:45:36.188Z Compiling smallvec v1.15.1
12922026-05-14T22:45:36.188Z Compiling typenum v1.19.0
12932026-05-14T22:45:36.189Z Compiling subtle v2.6.1
12942026-05-14T22:45:36.189Z Compiling generic-array v0.14.7
12952026-05-14T22:45:36.189Z Compiling scopeguard v1.2.0
12962026-05-14T22:45:36.189Z Compiling const-oid v0.9.6
12972026-05-14T22:45:36.356Z Compiling portable-atomic v1.13.1
12982026-05-14T22:45:36.363Z Compiling zerocopy v0.8.40
12992026-05-14T22:45:36.375Z Compiling syn v2.0.117
13002026-05-14T22:45:36.400Z Compiling critical-section v1.2.0
13012026-05-14T22:45:36.417Z Compiling serde_json v1.0.149
13022026-05-14T22:45:36.541Z Compiling parking_lot_core v0.9.12
13032026-05-14T22:45:36.589Z Compiling lock_api v0.4.14
13042026-05-14T22:45:36.605Z Compiling pin-project-lite v0.2.17
13052026-05-14T22:45:36.620Z Compiling pkg-config v0.3.32
13062026-05-14T22:45:36.632Z Compiling bitflags v2.11.0
13072026-05-14T22:45:36.646Z Compiling libm v0.2.16
13082026-05-14T22:45:36.652Z Compiling num-traits v0.2.19
13092026-05-14T22:45:36.765Z Compiling futures-core v0.3.32
13102026-05-14T22:45:36.806Z Compiling percent-encoding v2.3.2
13112026-05-14T22:45:36.807Z Compiling cpufeatures v0.2.17
13122026-05-14T22:45:36.838Z Compiling futures-sink v0.3.32
13132026-05-14T22:45:36.853Z Compiling getrandom v0.4.1
13142026-05-14T22:45:36.911Z Compiling futures-io v0.3.32
13152026-05-14T22:45:36.927Z Compiling futures-channel v0.3.32
13162026-05-14T22:45:36.932Z Compiling futures-task v0.3.32
13172026-05-14T22:45:36.932Z Compiling slab v0.4.12
13182026-05-14T22:45:36.985Z Compiling getrandom v0.3.4
13192026-05-14T22:45:37.005Z Compiling rand_core v0.10.0
13202026-05-14T22:45:37.081Z Compiling rustversion v1.0.22
13212026-05-14T22:45:37.112Z Compiling indexmap v2.14.0
13222026-05-14T22:45:37.160Z Compiling form_urlencoded v1.2.2
13232026-05-14T22:45:37.160Z Compiling ident_case v1.0.1
13242026-05-14T22:45:37.197Z Compiling fs_extra v1.3.0
13252026-05-14T22:45:37.214Z Compiling base64ct v1.8.3
13262026-05-14T22:45:37.218Z Compiling dunce v1.0.5
13272026-05-14T22:45:37.243Z Compiling getrandom v0.2.17
13282026-05-14T22:45:37.261Z Compiling jobserver v0.1.34
13292026-05-14T22:45:37.319Z Compiling errno v0.3.14
13302026-05-14T22:45:37.338Z Compiling mio v1.2.0
13312026-05-14T22:45:37.362Z Compiling socket2 v0.6.3
13322026-05-14T22:45:37.448Z Compiling rand_core v0.6.4
13332026-05-14T22:45:37.487Z Compiling cc v1.2.56
13342026-05-14T22:45:37.499Z Compiling once_cell v1.21.3
13352026-05-14T22:45:37.499Z Compiling signal-hook-registry v1.4.8
13362026-05-14T22:45:37.542Z Compiling parking_lot v0.12.5
13372026-05-14T22:45:37.651Z Compiling pem-rfc7468 v0.7.0
13382026-05-14T22:45:37.662Z Compiling flagset v0.4.7
13392026-05-14T22:45:37.743Z Compiling rustix v1.1.3
13402026-05-14T22:45:37.756Z Compiling iana-time-zone v0.1.65
13412026-05-14T22:45:37.786Z Compiling uuid v1.23.0
13422026-05-14T22:45:37.802Z Compiling rustc_version v0.4.1
13432026-05-14T22:45:37.809Z Compiling aws-lc-rs v1.16.0
13442026-05-14T22:45:37.810Z Compiling vcpkg v0.2.15
13452026-05-14T22:45:37.871Z Compiling regex-syntax v0.8.10
13462026-05-14T22:45:37.924Z Compiling tracing-core v0.1.36
13472026-05-14T22:45:37.947Z Compiling httparse v1.10.1
13482026-05-14T22:45:37.980Z Compiling openssl-probe v0.2.1
13492026-05-14T22:45:37.991Z Compiling schemars v0.8.22
13502026-05-14T22:45:38.108Z Compiling rand_core v0.9.5
13512026-05-14T22:45:38.134Z Compiling untrusted v0.9.0
13522026-05-14T22:45:38.185Z Compiling untrusted v0.7.1
13532026-05-14T22:45:38.199Z Compiling base64 v0.22.1
13542026-05-14T22:45:38.212Z Compiling tower-service v0.3.3
13552026-05-14T22:45:38.249Z Compiling atomic-waker v1.1.2
13562026-05-14T22:45:38.268Z Compiling cmake v0.1.57
13572026-05-14T22:45:38.271Z Compiling try-lock v0.2.5
13582026-05-14T22:45:38.321Z Compiling tinyvec_macros v0.1.1
13592026-05-14T22:45:38.334Z Compiling rustls v0.23.37
13602026-05-14T22:45:38.396Z Compiling dyn-clone v1.0.20
13612026-05-14T22:45:38.403Z Compiling tower-layer v0.3.3
13622026-05-14T22:45:38.403Z Compiling tinyvec v1.10.0
13632026-05-14T22:45:38.441Z Compiling want v0.3.1
13642026-05-14T22:45:38.502Z Compiling spin v0.9.8
13652026-05-14T22:45:38.515Z Compiling aho-corasick v1.1.4
13662026-05-14T22:45:38.534Z Compiling time-core v0.1.8
13672026-05-14T22:45:38.539Z Compiling num-conv v0.2.0
13682026-05-14T22:45:38.539Z Compiling crc32fast v1.5.0
13692026-05-14T22:45:38.638Z Compiling foreign-types-shared v0.1.1
13702026-05-14T22:45:38.658Z Compiling httpdate v1.0.3
13712026-05-14T22:45:38.658Z Compiling pin-utils v0.1.0
13722026-05-14T22:45:38.658Z Compiling powerfmt v0.2.0
13732026-05-14T22:45:38.676Z Compiling openssl v0.10.78
13742026-05-14T22:45:38.711Z Compiling foreign-types v0.3.2
13752026-05-14T22:45:38.711Z Compiling wait-timeout v0.2.1
13762026-05-14T22:45:38.729Z Compiling time-macros v0.2.27
13772026-05-14T22:45:38.735Z Compiling siphasher v1.0.2
13782026-05-14T22:45:38.746Z Compiling bit-vec v0.8.0
13792026-05-14T22:45:38.746Z Compiling syn v1.0.109
13802026-05-14T22:45:38.785Z Compiling native-tls v0.2.18
13812026-05-14T22:45:38.803Z Compiling deranged v0.5.8
13822026-05-14T22:45:38.831Z Compiling quick-error v1.2.3
13832026-05-14T22:45:38.875Z Compiling usdt-impl v0.6.0
13842026-05-14T22:45:38.911Z Compiling simd-adler32 v0.3.8
13852026-05-14T22:45:38.921Z Compiling crossbeam-utils v0.8.21
13862026-05-14T22:45:38.937Z Compiling num_threads v0.1.7
13872026-05-14T22:45:38.952Z Compiling bit-set v0.8.0
13882026-05-14T22:45:39.010Z Compiling unicode-normalization v0.1.25
13892026-05-14T22:45:39.019Z Compiling rand_xorshift v0.4.0
13902026-05-14T22:45:39.044Z Compiling slog v2.8.2
13912026-05-14T22:45:39.120Z Compiling aws-lc-sys v0.37.1
13922026-05-14T22:45:39.145Z Compiling ring v0.17.14
13932026-05-14T22:45:39.158Z Compiling openssl-sys v0.9.114
13942026-05-14T22:45:39.163Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-05-14T22:45:39.189Z Compiling bzip2-sys v0.1.13+1.0.8
13962026-05-14T22:45:39.194Z Compiling heapless v0.7.17
13972026-05-14T22:45:39.219Z Compiling thread-id v5.1.0
13982026-05-14T22:45:39.260Z Compiling synstructure v0.13.2
13992026-05-14T22:45:39.284Z Compiling pest_generator v2.8.6
14002026-05-14T22:45:39.308Z Compiling serde_derive_internals v0.29.1
14012026-05-14T22:45:39.495Z Compiling darling_core v0.20.11
14022026-05-14T22:45:39.513Z Compiling regex-automata v0.4.14
14032026-05-14T22:45:39.528Z Compiling tempfile v3.25.0
14042026-05-14T22:45:39.653Z Compiling darling_core v0.21.3
14052026-05-14T22:45:39.815Z Compiling rusty-fork v0.3.1
14062026-05-14T22:45:39.873Z Compiling time v0.3.47
14072026-05-14T22:45:39.927Z Compiling sync_wrapper v1.0.2
14082026-05-14T22:45:39.936Z Compiling cookie v0.18.1
14092026-05-14T22:45:40.019Z Compiling allocator-api2 v0.2.21
14102026-05-14T22:45:40.044Z Compiling zstd-safe v7.2.4
14112026-05-14T22:45:40.135Z Compiling signal-hook v0.3.18
14122026-05-14T22:45:40.152Z Compiling adler2 v2.0.1
14132026-05-14T22:45:40.279Z Compiling unicode-properties v0.1.4
14142026-05-14T22:45:40.296Z Compiling anyhow v1.0.102
14152026-05-14T22:45:40.313Z Compiling paste v1.0.15
14162026-05-14T22:45:40.326Z Compiling unicode-bidi v0.3.18
14172026-05-14T22:45:40.367Z Compiling unarray v0.1.4
14182026-05-14T22:45:40.408Z Compiling miniz_oxide v0.8.9
14192026-05-14T22:45:40.561Z Compiling num-integer v0.1.46
14202026-05-14T22:45:40.656Z Compiling vergen-lib v0.1.6
14212026-05-14T22:45:40.856Z Compiling stringprep v0.1.5
14222026-05-14T22:45:40.869Z Compiling curve25519-dalek v4.1.3
14232026-05-14T22:45:40.898Z Compiling ff v0.13.1
14242026-05-14T22:45:40.914Z Compiling hash32 v0.2.1
14252026-05-14T22:45:41.040Z Compiling memoffset v0.9.1
14262026-05-14T22:45:41.054Z Compiling ref-cast v1.0.25
14272026-05-14T22:45:41.061Z Compiling num-bigint-dig v0.8.6
14282026-05-14T22:45:41.105Z Compiling serde_derive v1.0.228
14292026-05-14T22:45:41.122Z Compiling zeroize_derive v1.4.3
14302026-05-14T22:45:41.237Z Compiling zerofrom-derive v0.1.6
14312026-05-14T22:45:41.247Z Compiling yoke-derive v0.8.1
14322026-05-14T22:45:41.261Z Compiling zerocopy-derive v0.8.40
14332026-05-14T22:45:41.278Z Compiling zerovec-derive v0.11.2
14342026-05-14T22:45:41.428Z Compiling displaydoc v0.2.5
14352026-05-14T22:45:41.440Z Compiling tokio-macros v2.7.0
14362026-05-14T22:45:41.537Z Compiling futures-macro v0.3.32
14372026-05-14T22:45:41.810Z Compiling zeroize v1.8.2
14382026-05-14T22:45:41.884Z Compiling der_derive v0.7.3
14392026-05-14T22:45:42.128Z Compiling thiserror-impl v2.0.18
14402026-05-14T22:45:42.147Z Compiling rustls-pki-types v1.14.0
14412026-05-14T22:45:42.272Z Compiling tracing-attributes v0.1.31
14422026-05-14T22:45:42.391Z Compiling futures-util v0.3.32
14432026-05-14T22:45:42.448Z Compiling scroll_derive v0.13.1
14442026-05-14T22:45:42.467Z Compiling schemars_derive v0.8.22
14452026-05-14T22:45:42.592Z Compiling crypto-common v0.1.7
14462026-05-14T22:45:42.619Z Compiling block-buffer v0.10.4
14472026-05-14T22:45:42.682Z Compiling zerofrom v0.1.6
14482026-05-14T22:45:42.760Z Compiling digest v0.10.7
14492026-05-14T22:45:42.794Z Compiling yoke v0.8.1
14502026-05-14T22:45:42.822Z Compiling block-padding v0.3.3
14512026-05-14T22:45:42.897Z Compiling der v0.7.10
14522026-05-14T22:45:42.993Z Compiling zerovec v0.11.5
14532026-05-14T22:45:43.059Z Compiling zerotrie v0.2.3
14542026-05-14T22:45:43.067Z Compiling hmac v0.12.1
14552026-05-14T22:45:43.211Z Compiling inout v0.1.4
14562026-05-14T22:45:43.300Z Compiling sha2 v0.10.9
14572026-05-14T22:45:43.316Z Compiling pbkdf2 v0.12.2
14582026-05-14T22:45:43.403Z Compiling cipher v0.4.4
14592026-05-14T22:45:43.454Z Compiling tinystr v0.8.2
14602026-05-14T22:45:43.516Z Compiling potential_utf v0.1.4
14612026-05-14T22:45:43.525Z Compiling thiserror v2.0.18
14622026-05-14T22:45:43.637Z Compiling icu_locale_core v2.1.1
14632026-05-14T22:45:43.652Z Compiling icu_collections v2.1.1
14642026-05-14T22:45:43.678Z Compiling salsa20 v0.10.2
14652026-05-14T22:45:43.687Z Compiling aes v0.8.4
14662026-05-14T22:45:43.707Z Compiling cbc v0.1.2
14672026-05-14T22:45:43.766Z Compiling spki v0.7.3
14682026-05-14T22:45:43.797Z Compiling tracing v0.1.44
14692026-05-14T22:45:43.845Z Compiling scrypt v0.11.0
14702026-05-14T22:45:43.876Z Compiling pest_derive v2.8.6
14712026-05-14T22:45:43.990Z Compiling scroll v0.13.0
14722026-05-14T22:45:44.112Z Compiling pkcs5 v0.7.1
14732026-05-14T22:45:44.117Z Compiling darling_macro v0.20.11
14742026-05-14T22:45:44.157Z Compiling openssl-macros v0.1.1
14752026-05-14T22:45:44.157Z Compiling signature v2.2.0
14762026-05-14T22:45:44.278Z Compiling icu_provider v2.1.1
14772026-05-14T22:45:44.338Z Compiling goblin v0.10.5
14782026-05-14T22:45:44.358Z Compiling dtrace-parser v0.3.0
14792026-05-14T22:45:44.489Z Compiling pkcs8 v0.10.2
14802026-05-14T22:45:44.531Z Compiling icu_normalizer v2.1.1
14812026-05-14T22:45:44.560Z Compiling icu_properties v2.1.2
14822026-05-14T22:45:44.606Z Compiling bytes v1.11.1
14832026-05-14T22:45:44.633Z Compiling chrono v0.4.44
14842026-05-14T22:45:44.638Z Compiling ipnet v2.11.0
14852026-05-14T22:45:44.669Z Compiling darling v0.20.11
14862026-05-14T22:45:44.714Z Compiling rustls-native-certs v0.8.3
14872026-05-14T22:45:44.765Z Compiling derive_builder_core v0.20.2
14882026-05-14T22:45:44.784Z Compiling scroll_derive v0.12.1
14892026-05-14T22:45:44.824Z Compiling thiserror-impl v1.0.69
14902026-05-14T22:45:45.020Z Compiling erased-serde v0.3.31
14912026-05-14T22:45:45.089Z Compiling tokio v1.52.1
14922026-05-14T22:45:45.129Z Compiling http v1.4.0
14932026-05-14T22:45:45.246Z Compiling serde_tokenstream v0.2.3
14942026-05-14T22:45:45.289Z Compiling toml_datetime v0.6.11
14952026-05-14T22:45:45.490Z Compiling idna_adapter v1.2.1
14962026-05-14T22:45:45.551Z Compiling scroll v0.12.0
14972026-05-14T22:45:45.565Z Compiling serde_spanned v0.6.9
14982026-05-14T22:45:45.569Z Compiling md-5 v0.10.6
14992026-05-14T22:45:45.640Z Compiling idna v1.1.0
15002026-05-14T22:45:45.680Z Compiling ppv-lite86 v0.2.21
15012026-05-14T22:45:45.696Z Compiling webpki-roots v1.0.6
15022026-05-14T22:45:45.706Z Compiling derive_builder_macro v0.20.2
15032026-05-14T22:45:45.751Z Compiling darling_macro v0.21.3
15042026-05-14T22:45:45.766Z Compiling zerocopy-derive v0.7.35
15052026-05-14T22:45:45.840Z Compiling http-body v1.0.1
15062026-05-14T22:45:45.845Z Compiling litrs v1.0.0
15072026-05-14T22:45:45.879Z Compiling fallible-iterator v0.2.0
15082026-05-14T22:45:46.019Z Compiling url v2.5.8
15092026-05-14T22:45:46.028Z Compiling rand_chacha v0.9.0
15102026-05-14T22:45:46.100Z Compiling http-body-util v0.1.3
15112026-05-14T22:45:46.115Z Compiling rand_chacha v0.3.1
15122026-05-14T22:45:46.186Z Compiling thiserror v1.0.69
15132026-05-14T22:45:46.208Z Compiling iri-string v0.7.10
15142026-05-14T22:45:46.223Z Compiling rustix v0.38.44
15152026-05-14T22:45:46.253Z Compiling rand v0.9.2
15162026-05-14T22:45:46.302Z Compiling zlib-rs v0.6.2
15172026-05-14T22:45:46.325Z Compiling cfg_aliases v0.2.1
15182026-05-14T22:45:46.363Z Compiling smoltcp v0.9.1
15192026-05-14T22:45:46.389Z Compiling ryu v1.0.23
15202026-05-14T22:45:46.411Z Compiling base16ct v0.2.0
15212026-05-14T22:45:46.746Z Compiling psl-types v2.0.11
15222026-05-14T22:45:46.750Z Compiling zerocopy v0.7.35
15232026-05-14T22:45:46.751Z Compiling publicsuffix v2.3.0
15242026-05-14T22:45:46.751Z Compiling sec1 v0.7.3
15252026-05-14T22:45:46.782Z Compiling serde_urlencoded v0.7.1
15262026-05-14T22:45:46.786Z Compiling nix v0.31.2
15272026-05-14T22:45:46.853Z Compiling proptest v1.10.0
15282026-05-14T22:45:46.903Z Compiling postgres-protocol v0.6.10
15292026-05-14T22:45:46.946Z Compiling document-features v0.2.12
15302026-05-14T22:45:47.040Z Compiling rand v0.8.5
15312026-05-14T22:45:47.109Z Compiling dof v0.4.0
15322026-05-14T22:45:47.203Z Compiling darling v0.21.3
15332026-05-14T22:45:47.247Z Compiling derive_builder v0.20.2
15342026-05-14T22:45:47.293Z Compiling goblin v0.8.2
15352026-05-14T22:45:47.390Z Compiling ipnetwork v0.21.1
15362026-05-14T22:45:47.403Z Compiling cargo-platform v0.1.9
15372026-05-14T22:45:47.473Z Compiling hubpack_derive v0.1.1
15382026-05-14T22:45:47.558Z Compiling hkdf v0.12.4
15392026-05-14T22:45:47.670Z Compiling oxnet v0.1.4
15402026-05-14T22:45:47.761Z Compiling crypto-bigint v0.5.5
15412026-05-14T22:45:47.801Z Compiling regex v1.12.3
15422026-05-14T22:45:47.945Z Compiling ref-cast-impl v1.0.25
15432026-05-14T22:45:47.947Z Compiling async-trait v0.1.89
15442026-05-14T22:45:47.973Z Compiling daft-derive v0.1.5
15452026-05-14T22:45:47.995Z Compiling strum_macros v0.27.2
15462026-05-14T22:45:48.096Z Compiling curve25519-dalek-derive v0.1.1
15472026-05-14T22:45:48.330Z Compiling group v0.13.0
15482026-05-14T22:45:48.505Z Compiling num-iter v0.1.45
15492026-05-14T22:45:48.648Z Compiling terminal_size v0.4.3
15502026-05-14T22:45:48.721Z Compiling phf_shared v0.13.1
15512026-05-14T22:45:48.750Z Compiling lazy_static v1.5.0
15522026-05-14T22:45:48.750Z Compiling vergen v9.0.6
15532026-05-14T22:45:48.773Z Compiling fs-err v3.3.0
15542026-05-14T22:45:48.801Z Compiling ahash v0.8.12
15552026-05-14T22:45:48.817Z Compiling foldhash v0.2.0
15562026-05-14T22:45:48.841Z Compiling unicode-segmentation v1.12.0
15572026-05-14T22:45:48.849Z Compiling libbz2-rs-sys v0.2.2
15582026-05-14T22:45:48.929Z Compiling tokio-util v0.7.18
15592026-05-14T22:45:48.946Z Compiling tower v0.5.3
15602026-05-14T22:45:48.987Z Compiling tokio-native-tls v0.3.1
15612026-05-14T22:45:49.170Z Compiling managed v0.8.0
15622026-05-14T22:45:49.211Z Compiling object v0.37.3
15632026-05-14T22:45:49.211Z Compiling bumpalo v3.20.2
15642026-05-14T22:45:49.211Z Compiling winnow v0.5.40
15652026-05-14T22:45:49.211Z Compiling newtype-uuid v1.3.2
15662026-05-14T22:45:49.225Z Compiling flate2 v1.1.9
15672026-05-14T22:45:49.297Z Compiling foldhash v0.1.5
15682026-05-14T22:45:49.327Z Compiling bitflags v1.3.2
15692026-05-14T22:45:49.398Z Compiling tower-http v0.6.8
15702026-05-14T22:45:49.469Z Compiling daft v0.1.5
15712026-05-14T22:45:49.479Z Compiling hashbrown v0.15.5
15722026-05-14T22:45:49.527Z Compiling dof v0.3.0
15732026-05-14T22:45:49.535Z Compiling bzip2 v0.6.1
15742026-05-14T22:45:49.556Z Compiling zopfli v0.8.3
15752026-05-14T22:45:49.641Z Compiling h2 v0.4.13
15762026-05-14T22:45:49.812Z Compiling hashbrown v0.16.1
15772026-05-14T22:45:49.847Z Compiling phf v0.13.1
15782026-05-14T22:45:49.863Z Compiling clap_builder v4.5.60
15792026-05-14T22:45:50.012Z Compiling strum v0.27.2
15802026-05-14T22:45:50.026Z Compiling signal-hook-mio v0.2.5
15812026-05-14T22:45:50.032Z Compiling usdt-macro v0.6.0
15822026-05-14T22:45:50.164Z Compiling usdt-attr-macro v0.6.0
15832026-05-14T22:45:50.172Z Compiling elliptic-curve v0.13.8
15842026-05-14T22:45:50.233Z Compiling cargo_metadata v0.19.2
15852026-05-14T22:45:50.426Z Compiling toml_edit v0.19.15
15862026-05-14T22:45:50.451Z Compiling cookie_store v0.22.1
15872026-05-14T22:45:50.605Z Compiling hubpack v0.1.2
15882026-05-14T22:45:50.704Z Compiling bzip2 v0.4.4
15892026-05-14T22:45:50.757Z Compiling zstd v0.13.3
15902026-05-14T22:45:50.878Z Compiling serde_with_macros v3.17.0
15912026-05-14T22:45:50.893Z Compiling postgres-types v0.2.12
15922026-05-14T22:45:50.925Z Compiling dtrace-parser v0.2.0
15932026-05-14T22:45:50.979Z Compiling pkcs1 v0.7.5
15942026-05-14T22:45:51.043Z Compiling ed25519 v2.2.3
15952026-05-14T22:45:51.069Z Compiling hex v0.4.3
15962026-05-14T22:45:51.164Z Compiling serde-big-array v0.5.1
15972026-05-14T22:45:51.322Z Compiling rfc6979 v0.4.0
15982026-05-14T22:45:51.352Z Compiling bstr v1.12.1
15992026-05-14T22:45:51.394Z Compiling serde_repr v0.1.20
16002026-05-14T22:45:51.459Z Compiling clap_derive v4.5.55
16012026-05-14T22:45:51.469Z Compiling enum-as-inner v0.6.1
16022026-05-14T22:45:51.753Z Compiling strum_macros v0.26.4
16032026-05-14T22:45:51.783Z Compiling phf_shared v0.11.3
16042026-05-14T22:45:51.918Z Compiling float-cmp v0.10.0
16052026-05-14T22:45:51.964Z Compiling thread-id v4.2.2
16062026-05-14T22:45:51.994Z Compiling memmap2 v0.9.10
16072026-05-14T22:45:52.012Z Compiling env_filter v1.0.0
16082026-05-14T22:45:52.030Z Compiling encoding_rs v0.8.35
16092026-05-14T22:45:52.044Z Compiling normalize-line-endings v0.3.0
16102026-05-14T22:45:52.052Z Compiling new_debug_unreachable v1.0.6
16112026-05-14T22:45:52.073Z Compiling whoami v2.1.0
16122026-05-14T22:45:52.093Z Compiling jiff v0.2.21
16132026-05-14T22:45:52.144Z Compiling fixedbitset v0.4.2
16142026-05-14T22:45:52.163Z Compiling data-encoding v2.10.0
16152026-05-14T22:45:52.228Z Compiling either v1.15.0
16162026-05-14T22:45:52.341Z Compiling difflib v0.4.0
16172026-05-14T22:45:52.377Z Compiling rustc-hash v2.1.1
16182026-05-14T22:45:52.455Z Compiling fixedbitset v0.5.7
16192026-05-14T22:45:52.480Z Compiling mime v0.3.17
16202026-05-14T22:45:52.514Z Compiling precomputed-hash v0.1.1
16212026-05-14T22:45:52.641Z Compiling predicates-core v1.0.10
16222026-05-14T22:45:52.769Z Compiling hyper v1.8.1
16232026-05-14T22:45:52.787Z Compiling static_assertions v1.1.0
16242026-05-14T22:45:52.855Z Compiling keccak v0.1.6
16252026-05-14T22:45:52.874Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16262026-05-14T22:45:52.890Z Compiling predicates v3.1.4
16272026-05-14T22:45:52.928Z Compiling petgraph v0.8.3
16282026-05-14T22:45:52.999Z Compiling string_cache v0.8.9
16292026-05-14T22:45:53.164Z Compiling sha3 v0.10.8
16302026-05-14T22:45:53.188Z Compiling iddqd v0.3.18
16312026-05-14T22:45:53.241Z Compiling hickory-proto v0.25.2
16322026-05-14T22:45:53.269Z Compiling clap v4.5.60
16332026-05-14T22:45:53.361Z Compiling itertools v0.13.0
16342026-05-14T22:45:53.511Z Compiling strum v0.26.3
16352026-05-14T22:45:53.571Z Compiling petgraph v0.6.5
16362026-05-14T22:45:53.617Z Compiling tokio-postgres v0.7.16
16372026-05-14T22:45:53.632Z Compiling env_logger v0.11.9
16382026-05-14T22:45:53.660Z Compiling usdt v0.6.0
16392026-05-14T22:45:53.679Z Compiling toml_edit v0.22.27
16402026-05-14T22:45:53.764Z Compiling serde_with v3.17.0
16412026-05-14T22:45:53.938Z Compiling hyper-util v0.1.20
16422026-05-14T22:45:53.994Z Compiling usdt-impl v0.5.0
16432026-05-14T22:45:54.329Z Compiling toml v0.7.8
16442026-05-14T22:45:54.383Z Compiling similar v2.7.0
16452026-05-14T22:45:54.613Z Compiling crossterm v0.28.1
16462026-05-14T22:45:54.634Z Compiling ecdsa v0.16.9
16472026-05-14T22:45:54.873Z Compiling zip v4.6.1
16482026-05-14T22:45:54.950Z Compiling ed25519-dalek v2.2.0
16492026-05-14T22:45:55.086Z Compiling rsa v0.9.10
16502026-05-14T22:45:55.499Z Compiling hyper-tls v0.6.0
16512026-05-14T22:45:55.524Z Compiling zip v0.6.6
16522026-05-14T22:45:55.710Z Compiling tokio-stream v0.1.18
16532026-05-14T22:45:55.787Z Compiling toml_parser v1.0.9+spec-1.1.0
16542026-05-14T22:45:59.731Z Compiling heck v0.4.1
16552026-05-14T22:45:59.786Z Compiling buf-list v1.1.2
16562026-05-14T22:45:59.786Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-14T22:45:59.786Z Compiling openapiv3 v2.2.0
16582026-05-14T22:45:59.786Z Compiling x509-cert v0.2.5
16592026-05-14T22:45:59.786Z Compiling sha1 v0.10.6
16602026-05-14T22:45:59.786Z Compiling crossbeam-epoch v0.9.18
16612026-05-14T22:45:59.786Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-14T22:45:59.786Z Compiling lalrpop-util v0.19.12
16632026-05-14T22:45:59.786Z Compiling peg-runtime v0.8.5
16642026-05-14T22:45:59.786Z Compiling thread_local v1.1.9
16652026-05-14T22:45:59.786Z Compiling slog-async v2.8.0
16662026-05-14T22:45:59.786Z Compiling futures-executor v0.3.32
16672026-05-14T22:45:59.786Z Compiling crossbeam-channel v0.5.15
16682026-05-14T22:45:59.786Z Compiling is-terminal v0.4.17
16692026-05-14T22:45:59.786Z Compiling filetime v0.2.27
16702026-05-14T22:45:59.786Z Compiling xattr v1.6.1
16712026-05-14T22:45:59.786Z Compiling take_mut v0.2.2
16722026-05-14T22:45:59.786Z Compiling term v1.2.1
16732026-05-14T22:45:59.786Z Compiling futures v0.3.32
16742026-05-14T22:45:59.786Z Compiling tar v0.4.45
16752026-05-14T22:45:59.786Z Compiling slog-term v2.9.2
16762026-05-14T22:46:13.677Z Compiling rustls-webpki v0.103.9
16772026-05-14T22:46:16.445Z Compiling tokio-rustls v0.26.4
16782026-05-14T22:46:16.445Z Compiling rustls-platform-verifier v0.6.2
16792026-05-14T22:46:16.653Z Compiling hyper-rustls v0.27.7
16802026-05-14T22:46:16.851Z Compiling reqwest v0.12.28
16812026-05-14T22:46:16.851Z Compiling reqwest v0.13.2
16822026-05-14T22:46:18.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-14T22:46:19.075Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-14T22:46:21.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.98s
16852026-05-14T22:46:22.027Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-14T22:46:22.083ZMay 14 22:46:21.479 INFO Starting download, target: Console
16872026-05-14T22:46:22.083ZMay 14 22:46:21.480 INFO Starting download, target: Clickhouse
16882026-05-14T22:46:22.083ZMay 14 22:46:21.480 INFO Starting download, target: Cockroach
16892026-05-14T22:46:22.083ZMay 14 22:46:21.480 INFO Starting download, target: DendriteStub
16902026-05-14T22:46:22.083ZMay 14 22:46:21.480 INFO Starting download, target: MaghemiteMgd
16912026-05-14T22:46:22.106ZMay 14 22:46:21.480 INFO Starting download, target: TransceiverControl
16922026-05-14T22:46:22.106ZMay 14 22:46:21.480 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-14T22:46:22.106ZMay 14 22:46:21.480 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-05-14T22:46:22.106ZMay 14 22:46:21.480 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16952026-05-14T22:46:22.106ZMay 14 22:46:21.480 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16962026-05-14T22:46:22.106ZMay 14 22:46:21.480 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16972026-05-14T22:46:22.106ZMay 14 22:46:21.480 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16982026-05-14T22:46:23.089ZMay 14 22:46:22.456 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-14T22:46:23.180ZMay 14 22:46:22.556 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17002026-05-14T22:46:23.290ZMay 14 22:46:22.666 INFO Download complete, target: TransceiverControl
17012026-05-14T22:46:23.398ZMay 14 22:46:22.791 INFO Download complete, target: Console
17022026-05-14T22:46:24.276ZMay 14 22:46:23.633 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17032026-05-14T22:46:25.622ZMay 14 22:46:24.963 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17042026-05-14T22:46:25.839ZMay 14 22:46:25.191 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17052026-05-14T22:46:26.462ZMay 14 22:46:25.845 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17062026-05-14T22:46:26.462ZMay 14 22:46:25.845 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17072026-05-14T22:46:27.969ZMay 14 22:46:27.367 INFO Download complete, target: DendriteStub
17082026-05-14T22:46:28.215ZMay 14 22:46:27.614 INFO Download complete, target: MaghemiteMgd
17092026-05-14T22:46:31.038ZMay 14 22:46:30.432 INFO Checking that binary works, target: Clickhouse
17102026-05-14T22:46:31.145ZMay 14 22:46:30.544 INFO Checking that binary works, target: Cockroach
17112026-05-14T22:46:31.168ZMay 14 22:46:30.567 INFO Download complete, target: Clickhouse
17122026-05-14T22:46:31.265ZMay 14 22:46:30.663 INFO Download complete, target: Cockroach
17132026-05-14T22:46:31.270ZAll prerequisites installed successfully
17142026-05-14T22:46:31.273Z
17152026-05-14T22:46:31.273Zreal 1:57.953363708
17162026-05-14T22:46:31.273Zuser 6:47.107919001
17172026-05-14T22:46:31.273Zsys 1:37.075770240
17182026-05-14T22:46:31.274Ztrap 0.246730234
17192026-05-14T22:46:31.274Ztflt 1.091086547
17202026-05-14T22:46:31.274Zdflt 1.573891567
17212026-05-14T22:46:31.274Zkflt 0.022590784
17222026-05-14T22:46:31.274Zlock 22:08.870927420
17232026-05-14T22:46:31.274Zslp 18:23.639573331
17242026-05-14T22:46:31.274Zlat 23.049471302
17252026-05-14T22:46:31.274Zstop 2:45.569472097
17262026-05-14T22:46:31.274Z+ ptime -m cargo xtask download softnpu
17272026-05-14T22:46:31.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17282026-05-14T22:46:31.847Z Running `target/debug/xtask download softnpu`
17292026-05-14T22:46:32.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17302026-05-14T22:46:32.678Z Running `target/debug/xtask-downloader softnpu`
17312026-05-14T22:46:32.700ZMay 14 22:46:32.093 INFO Starting download, target: Softnpu
17322026-05-14T22:46:32.704ZMay 14 22:46:32.094 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-14T22:46:34.050ZMay 14 22:46:33.427 INFO Download complete, target: Softnpu
17342026-05-14T22:46:34.067Z
17352026-05-14T22:46:34.067Zreal 2.755254865
17362026-05-14T22:46:34.067Zuser 1.358117268
17372026-05-14T22:46:34.067Zsys 0.670752979
17382026-05-14T22:46:34.067Ztrap 0.000727750
17392026-05-14T22:46:34.067Ztflt 0.000211500
17402026-05-14T22:46:34.067Zdflt 0.000052320
17412026-05-14T22:46:34.068Zkflt 0.000000000
17422026-05-14T22:46:34.068Zlock 24.918058315
17432026-05-14T22:46:34.068Zslp 1.145914119
17442026-05-14T22:46:34.068Zlat 0.100142471
17452026-05-14T22:46:34.068Zstop 0.000181340
17462026-05-14T22:46:34.068Z+ export CARGO_INCREMENTAL=0
17472026-05-14T22:46:34.068Z+ CARGO_INCREMENTAL=0
17482026-05-14T22:46:34.068Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-14T22:46:34.923Z Compiling proc-macro2 v1.0.106
17502026-05-14T22:46:34.923Z Compiling quote v1.0.45
17512026-05-14T22:46:34.923Z Compiling unicode-ident v1.0.24
17522026-05-14T22:46:34.926Z Compiling libc v0.2.185
17532026-05-14T22:46:34.926Z Compiling serde_core v1.0.228
17542026-05-14T22:46:34.926Z Compiling serde v1.0.228
17552026-05-14T22:46:34.926Z Compiling cfg-if v1.0.4
17562026-05-14T22:46:34.926Z Compiling version_check v0.9.5
17572026-05-14T22:46:34.926Z Compiling find-msvc-tools v0.1.9
17582026-05-14T22:46:34.926Z Compiling shlex v1.3.0
17592026-05-14T22:46:34.926Z Compiling typenum v1.19.0
17602026-05-14T22:46:34.926Z Compiling autocfg v1.5.0
17612026-05-14T22:46:34.926Z Compiling zmij v1.0.21
17622026-05-14T22:46:35.070Z Compiling memchr v2.8.0
17632026-05-14T22:46:36.076Z Compiling serde_json v1.0.149
17642026-05-14T22:46:36.079Z Compiling portable-atomic v1.13.1
17652026-05-14T22:46:36.079Z Compiling generic-array v0.14.7
17662026-05-14T22:46:36.079Z Compiling zerocopy v0.8.40
17672026-05-14T22:46:36.079Z Compiling libm v0.2.16
17682026-05-14T22:46:36.079Z Compiling smallvec v1.15.1
17692026-05-14T22:46:36.079Z Compiling parking_lot_core v0.9.12
17702026-05-14T22:46:36.079Z Compiling icu_properties_data v2.1.2
17712026-05-14T22:46:36.079Z Compiling icu_normalizer_data v2.1.1
17722026-05-14T22:46:36.079Z Compiling itoa v1.0.17
17732026-05-14T22:46:36.079Z Compiling num-traits v0.2.19
17742026-05-14T22:46:36.079Z Compiling getrandom v0.4.1
17752026-05-14T22:46:36.079Z Compiling log v0.4.29
17762026-05-14T22:46:36.079Z Compiling stable_deref_trait v1.2.1
17772026-05-14T22:46:36.079Z Compiling pkg-config v0.3.32
17782026-05-14T22:46:36.079Z Compiling subtle v2.6.1
17792026-05-14T22:46:36.079Z Compiling scopeguard v1.2.0
17802026-05-14T22:46:36.113Z Compiling jobserver v0.1.34
17812026-05-14T22:46:36.136Z Compiling getrandom v0.2.17
17822026-05-14T22:46:36.151Z Compiling lock_api v0.4.14
17832026-05-14T22:46:36.205Z Compiling errno v0.3.14
17842026-05-14T22:46:36.281Z Compiling rand_core v0.6.4
17852026-05-14T22:46:36.309Z Compiling percent-encoding v2.3.2
17862026-05-14T22:46:36.329Z Compiling cc v1.2.56
17872026-05-14T22:46:36.383Z Compiling writeable v0.6.2
17882026-05-14T22:46:36.398Z Compiling litemap v0.8.1
17892026-05-14T22:46:36.453Z Compiling syn v2.0.117
17902026-05-14T22:46:36.468Z Compiling fnv v1.0.7
17912026-05-14T22:46:36.541Z Compiling thiserror v2.0.18
17922026-05-14T22:46:36.571Z Compiling pin-project-lite v0.2.17
17932026-05-14T22:46:36.624Z Compiling getrandom v0.3.4
17942026-05-14T22:46:36.627Z Compiling critical-section v1.2.0
17952026-05-14T22:46:36.697Z Compiling rustversion v1.0.22
17962026-05-14T22:46:36.735Z Compiling equivalent v1.0.2
17972026-05-14T22:46:36.751Z Compiling schemars v0.8.22
17982026-05-14T22:46:36.755Z Compiling utf8_iter v1.0.4
17992026-05-14T22:46:36.862Z Compiling fs_extra v1.3.0
18002026-05-14T22:46:36.930Z Compiling dunce v1.0.5
18012026-05-14T22:46:36.990Z Compiling rand_core v0.10.0
18022026-05-14T22:46:37.005Z Compiling form_urlencoded v1.2.2
18032026-05-14T22:46:37.060Z Compiling cmake v0.1.57
18042026-05-14T22:46:37.188Z Compiling signal-hook-registry v1.4.8
18052026-05-14T22:46:37.211Z Compiling once_cell v1.21.3
18062026-05-14T22:46:37.348Z Compiling hashbrown v0.17.0
18072026-05-14T22:46:37.364Z Compiling semver v1.0.28
18082026-05-14T22:46:37.417Z Compiling const-oid v0.9.6
18092026-05-14T22:46:37.481Z Compiling bitflags v2.11.0
18102026-05-14T22:46:37.566Z Compiling parking_lot v0.12.5
18112026-05-14T22:46:37.581Z Compiling socket2 v0.6.3
18122026-05-14T22:46:37.641Z Compiling ring v0.17.14
18132026-05-14T22:46:37.641Z Compiling aws-lc-sys v0.37.1
18142026-05-14T22:46:37.679Z Compiling mio v1.2.0
18152026-05-14T22:46:37.707Z Compiling rustix v1.1.3
18162026-05-14T22:46:37.747Z Compiling aws-lc-rs v1.16.0
18172026-05-14T22:46:37.764Z Compiling thiserror v1.0.69
18182026-05-14T22:46:37.908Z Compiling indexmap v2.14.0
18192026-05-14T22:46:37.923Z Compiling strsim v0.11.1
18202026-05-14T22:46:37.937Z Compiling futures-core v0.3.32
18212026-05-14T22:46:38.062Z Compiling httparse v1.10.1
18222026-05-14T22:46:38.075Z Compiling ucd-trie v0.1.7
18232026-05-14T22:46:38.097Z Compiling byteorder v1.5.0
18242026-05-14T22:46:38.254Z Compiling pest v2.8.6
18252026-05-14T22:46:38.349Z Compiling vcpkg v0.2.15
18262026-05-14T22:46:38.416Z Compiling syn v1.0.109
18272026-05-14T22:46:38.430Z Compiling ident_case v1.0.1
18282026-05-14T22:46:38.433Z Compiling heck v0.5.0
18292026-05-14T22:46:38.434Z Compiling iana-time-zone v0.1.65
18302026-05-14T22:46:38.449Z Compiling uuid v1.23.0
18312026-05-14T22:46:38.503Z Compiling cpufeatures v0.2.17
18322026-05-14T22:46:38.537Z Compiling regex-syntax v0.8.10
18332026-05-14T22:46:38.793Z Compiling rustc_version v0.4.1
18342026-05-14T22:46:38.843Z Compiling rustls v0.23.37
18352026-05-14T22:46:38.921Z Compiling openssl-sys v0.9.114
18362026-05-14T22:46:38.943Z Compiling futures-sink v0.3.32
18372026-05-14T22:46:39.042Z Compiling futures-channel v0.3.32
18382026-05-14T22:46:39.056Z Compiling futures-task v0.3.32
18392026-05-14T22:46:39.070Z Compiling slab v0.4.12
18402026-05-14T22:46:39.073Z Compiling futures-io v0.3.32
18412026-05-14T22:46:39.229Z Compiling crc32fast v1.5.0
18422026-05-14T22:46:39.260Z Compiling synstructure v0.13.2
18432026-05-14T22:46:39.279Z Compiling serde_derive_internals v0.29.1
18442026-05-14T22:46:39.282Z Compiling dyn-clone v1.0.20
18452026-05-14T22:46:39.309Z Compiling pest_meta v2.8.6
18462026-05-14T22:46:39.314Z Compiling plain v0.2.3
18472026-05-14T22:46:39.361Z Compiling aho-corasick v1.1.4
18482026-05-14T22:46:39.465Z Compiling crossbeam-utils v0.8.21
18492026-05-14T22:46:39.529Z Compiling num-conv v0.2.0
18502026-05-14T22:46:39.564Z Compiling time-core v0.1.8
18512026-05-14T22:46:39.687Z Compiling pretty-hex v0.4.1
18522026-05-14T22:46:39.721Z Compiling time-macros v0.2.27
18532026-05-14T22:46:39.760Z Compiling base64 v0.22.1
18542026-05-14T22:46:39.827Z Compiling openssl v0.10.78
18552026-05-14T22:46:39.907Z Compiling pest_generator v2.8.6
18562026-05-14T22:46:40.054Z Compiling base64ct v1.8.3
18572026-05-14T22:46:40.087Z Compiling anyhow v1.0.102
18582026-05-14T22:46:40.091Z Compiling darling_core v0.21.3
18592026-05-14T22:46:40.200Z Compiling regex-automata v0.4.14
18602026-05-14T22:46:40.200Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18612026-05-14T22:46:40.300Z Compiling flagset v0.4.7
18622026-05-14T22:46:40.350Z Compiling pem-rfc7468 v0.7.0
18632026-05-14T22:46:40.404Z Compiling native-tls v0.2.18
18642026-05-14T22:46:40.427Z Compiling rand_core v0.9.5
18652026-05-14T22:46:40.521Z Compiling serde_derive v1.0.228
18662026-05-14T22:46:40.599Z Compiling zeroize_derive v1.4.3
18672026-05-14T22:46:40.616Z Compiling zerofrom-derive v0.1.6
18682026-05-14T22:46:40.632Z Compiling yoke-derive v0.8.1
18692026-05-14T22:46:40.646Z Compiling zerovec-derive v0.11.2
18702026-05-14T22:46:40.662Z Compiling displaydoc v0.2.5
18712026-05-14T22:46:40.665Z Compiling zerocopy-derive v0.8.40
18722026-05-14T22:46:40.699Z Compiling tokio-macros v2.7.0
18732026-05-14T22:46:40.731Z Compiling futures-macro v0.3.32
18742026-05-14T22:46:40.809Z Compiling thiserror-impl v2.0.18
18752026-05-14T22:46:41.217Z Compiling zeroize v1.8.2
18762026-05-14T22:46:41.484Z Compiling schemars_derive v0.8.22
18772026-05-14T22:46:41.569Z Compiling der_derive v0.7.3
18782026-05-14T22:46:41.603Z Compiling tracing-attributes v0.1.31
18792026-05-14T22:46:41.705Z Compiling thiserror-impl v1.0.69
18802026-05-14T22:46:41.760Z Compiling zerofrom v0.1.6
18812026-05-14T22:46:41.908Z Compiling yoke v0.8.1
18822026-05-14T22:46:41.949Z Compiling crypto-common v0.1.7
18832026-05-14T22:46:42.108Z Compiling zerovec v0.11.5
18842026-05-14T22:46:42.124Z Compiling zerotrie v0.2.3
18852026-05-14T22:46:42.195Z Compiling block-buffer v0.10.4
18862026-05-14T22:46:42.361Z Compiling digest v0.10.7
18872026-05-14T22:46:42.568Z Compiling pest_derive v2.8.6
18882026-05-14T22:46:42.594Z Compiling hmac v0.12.1
18892026-05-14T22:46:42.624Z Compiling futures-util v0.3.32
18902026-05-14T22:46:42.708Z Compiling tinystr v0.8.2
18912026-05-14T22:46:42.724Z Compiling potential_utf v0.1.4
18922026-05-14T22:46:42.766Z Compiling block-padding v0.3.3
18932026-05-14T22:46:42.797Z Compiling sha2 v0.10.9
18942026-05-14T22:46:42.871Z Compiling icu_collections v2.1.1
18952026-05-14T22:46:42.925Z Compiling icu_locale_core v2.1.1
18962026-05-14T22:46:42.984Z Compiling inout v0.1.4
18972026-05-14T22:46:43.015Z Compiling rustls-pki-types v1.14.0
18982026-05-14T22:46:43.166Z Compiling cipher v0.4.4
18992026-05-14T22:46:43.169Z Compiling scroll_derive v0.12.1
19002026-05-14T22:46:43.571Z Compiling scroll_derive v0.13.1
19012026-05-14T22:46:43.611Z Compiling icu_provider v2.1.1
19022026-05-14T22:46:43.722Z Compiling bytes v1.11.1
19032026-05-14T22:46:43.800Z Compiling chrono v0.4.44
19042026-05-14T22:46:43.918Z Compiling icu_normalizer v2.1.1
19052026-05-14T22:46:43.937Z Compiling icu_properties v2.1.2
19062026-05-14T22:46:44.054Z Compiling serde_tokenstream v0.2.3
19072026-05-14T22:46:44.318Z Compiling tokio v1.52.1
19082026-05-14T22:46:44.803Z Compiling idna_adapter v1.2.1
19092026-05-14T22:46:44.921Z Compiling idna v1.1.0
19102026-05-14T22:46:44.957Z Compiling ppv-lite86 v0.2.21
19112026-05-14T22:46:45.239Z Compiling openssl-macros v0.1.1
19122026-05-14T22:46:45.271Z Compiling http v1.4.0
19132026-05-14T22:46:45.325Z Compiling url v2.5.8
19142026-05-14T22:46:45.371Z Compiling regex v1.12.3
19152026-05-14T22:46:45.396Z Compiling der v0.7.10
19162026-05-14T22:46:45.526Z Compiling darling_macro v0.21.3
19172026-05-14T22:46:45.640Z Compiling zerocopy-derive v0.7.35
19182026-05-14T22:46:45.663Z Compiling slog v2.8.2
19192026-05-14T22:46:45.709Z Compiling tracing-core v0.1.36
19202026-05-14T22:46:45.820Z Compiling untrusted v0.9.0
19212026-05-14T22:46:46.013Z Compiling darling v0.21.3
19222026-05-14T22:46:46.110Z Compiling tracing v0.1.44
19232026-05-14T22:46:46.233Z Compiling spki v0.7.3
19242026-05-14T22:46:46.431Z Compiling salsa20 v0.10.2
19252026-05-14T22:46:46.453Z Compiling pbkdf2 v0.12.2
19262026-05-14T22:46:46.762Z Compiling cookie v0.18.1
19272026-05-14T22:46:46.799Z Compiling camino v1.2.2
19282026-05-14T22:46:47.067Z Compiling scrypt v0.11.0
19292026-05-14T22:46:47.094Z Compiling rand_chacha v0.9.0
19302026-05-14T22:46:47.109Z Compiling cbc v0.1.2
19312026-05-14T22:46:47.159Z Compiling aes v0.8.4
19322026-05-14T22:46:47.517Z Compiling usdt-impl v0.5.0
19332026-05-14T22:46:47.593Z Compiling either v1.15.0
19342026-05-14T22:46:47.639Z Compiling paste v1.0.15
19352026-05-14T22:46:47.685Z Compiling ref-cast v1.0.25
19362026-05-14T22:46:47.748Z Compiling winnow v0.7.14
19372026-05-14T22:46:47.784Z Compiling usdt-impl v0.6.0
19382026-05-14T22:46:47.968Z Compiling pkcs5 v0.7.1
19392026-05-14T22:46:47.998Z Compiling rand v0.9.2
19402026-05-14T22:46:48.021Z Compiling http-body v1.0.1
19412026-05-14T22:46:48.088Z Compiling tokio-util v0.7.18
19422026-05-14T22:46:48.215Z Compiling scroll v0.13.0
19432026-05-14T22:46:48.319Z Compiling toml_datetime v0.6.11
19442026-05-14T22:46:48.367Z Compiling serde_spanned v0.6.9
19452026-05-14T22:46:48.414Z Compiling scroll v0.12.0
19462026-05-14T22:46:48.548Z Compiling heapless v0.7.17
19472026-05-14T22:46:48.593Z Compiling bzip2-sys v0.1.13+1.0.8
19482026-05-14T22:46:48.634Z Compiling atomic-waker v1.1.2
19492026-05-14T22:46:48.783Z Compiling signal-hook v0.3.18
19502026-05-14T22:46:48.801Z Compiling untrusted v0.7.1
19512026-05-14T22:46:48.890Z Compiling openssl-probe v0.2.1
19522026-05-14T22:46:48.972Z Compiling zstd-safe v7.2.4
19532026-05-14T22:46:49.010Z Compiling goblin v0.8.2
19542026-05-14T22:46:49.068Z Compiling toml_parser v1.0.9+spec-1.1.0
19552026-05-14T22:46:49.104Z Compiling goblin v0.10.5
19562026-05-14T22:46:49.201Z Compiling pkcs8 v0.10.2
19572026-05-14T22:46:49.405Z Compiling zerocopy v0.7.35
19582026-05-14T22:46:49.502Z Compiling ref-cast-impl v1.0.25
19592026-05-14T22:46:49.518Z Compiling darling_core v0.20.11
19602026-05-14T22:46:49.641Z Compiling curve25519-dalek v4.1.3
19612026-05-14T22:46:49.692Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-14T22:46:49.752Z Compiling memoffset v0.9.1
19632026-05-14T22:46:49.911Z Compiling try-lock v0.2.5
19642026-05-14T22:46:49.977Z Compiling tower-layer v0.3.3
19652026-05-14T22:46:49.982Z Compiling tinyvec_macros v0.1.1
19662026-05-14T22:46:50.035Z Compiling winnow v0.5.40
19672026-05-14T22:46:50.049Z Compiling tower-service v0.3.3
19682026-05-14T22:46:50.073Z Compiling fastrand v2.3.0
19692026-05-14T22:46:50.202Z Compiling rustix v0.38.44
19702026-05-14T22:46:50.253Z Compiling litrs v1.0.0
19712026-05-14T22:46:50.646Z Compiling want v0.3.1
19722026-05-14T22:46:50.707Z Compiling tinyvec v1.10.0
19732026-05-14T22:46:50.734Z Compiling h2 v0.4.13
19742026-05-14T22:46:50.737Z Compiling document-features v0.2.12
19752026-05-14T22:46:51.278Z Compiling dof v0.3.0
19762026-05-14T22:46:51.395Z Compiling toml_edit v0.19.15
19772026-05-14T22:46:51.507Z Compiling darling_macro v0.20.11
19782026-05-14T22:46:51.854Z Compiling dtrace-parser v0.2.0
19792026-05-14T22:46:51.901Z Compiling dof v0.4.0
19802026-05-14T22:46:52.012Z Compiling dtrace-parser v0.3.0
19812026-05-14T22:46:52.100Z Compiling ipnet v2.11.0
19822026-05-14T22:46:52.224Z Compiling async-trait v0.1.89
19832026-05-14T22:46:52.240Z Compiling daft-derive v0.1.5
19842026-05-14T22:46:52.471Z Compiling spin v0.9.8
19852026-05-14T22:46:52.554Z Compiling thread-id v5.1.0
19862026-05-14T22:46:52.610Z Compiling thread-id v4.2.2
19872026-05-14T22:46:52.652Z Compiling powerfmt v0.2.0
19882026-05-14T22:46:52.700Z Compiling num-bigint-dig v0.8.6
19892026-05-14T22:46:52.715Z Compiling httpdate v1.0.3
19902026-05-14T22:46:52.871Z Compiling foreign-types-shared v0.1.1
19912026-05-14T22:46:52.916Z Compiling pin-utils v0.1.0
19922026-05-14T22:46:52.934Z Compiling smoltcp v0.9.1
19932026-05-14T22:46:52.981Z Compiling cfg_aliases v0.2.1
19942026-05-14T22:46:53.025Z Compiling foreign-types v0.3.2
19952026-05-14T22:46:53.067Z Compiling deranged v0.5.8
19962026-05-14T22:46:53.099Z Compiling nix v0.31.2
19972026-05-14T22:46:53.224Z Compiling tempfile v3.25.0
19982026-05-14T22:46:53.347Z Compiling darling v0.20.11
19992026-05-14T22:46:53.491Z Compiling ipnetwork v0.21.1
20002026-05-14T22:46:53.676Z Compiling strum_macros v0.26.4
20012026-05-14T22:46:53.697Z Compiling curve25519-dalek-derive v0.1.1
20022026-05-14T22:46:53.734Z Compiling hyper v1.8.1
20032026-05-14T22:46:53.973Z Compiling wait-timeout v0.2.1
20042026-05-14T22:46:54.095Z Compiling simd-adler32 v0.3.8
20052026-05-14T22:46:54.213Z Compiling utf8parse v0.2.2
20062026-05-14T22:46:54.345Z Compiling siphasher v1.0.2
20072026-05-14T22:46:54.367Z Compiling anstyle v1.0.13
20082026-05-14T22:46:54.409Z Compiling quick-error v1.2.3
20092026-05-14T22:46:54.531Z Compiling num_threads v0.1.7
20102026-05-14T22:46:54.582Z Compiling bit-vec v0.8.0
20112026-05-14T22:46:54.610Z Compiling time v0.3.47
20122026-05-14T22:46:54.625Z Compiling rusty-fork v0.3.1
20132026-05-14T22:46:54.942Z Compiling hyper-util v0.1.20
20142026-05-14T22:46:54.978Z Compiling bit-set v0.8.0
20152026-05-14T22:46:55.111Z Compiling anstyle-parse v0.2.7
20162026-05-14T22:46:55.345Z Compiling derive_builder_core v0.20.2
20172026-05-14T22:46:55.409Z Compiling unicode-normalization v0.1.25
20182026-05-14T22:46:55.887Z Compiling rustls-native-certs v0.8.3
20192026-05-14T22:46:56.185Z Compiling signature v2.2.0
20202026-05-14T22:46:56.349Z Compiling hubpack_derive v0.1.1
20212026-05-14T22:46:56.377Z Compiling rand_xorshift v0.4.0
20222026-05-14T22:46:56.540Z Compiling strum_macros v0.27.2
20232026-05-14T22:46:56.569Z Compiling sync_wrapper v1.0.2
20242026-05-14T22:46:56.611Z Compiling fs-err v3.3.0
20252026-05-14T22:46:56.670Z Compiling ahash v0.8.12
20262026-05-14T22:46:56.711Z Compiling colorchoice v1.0.4
20272026-05-14T22:46:56.749Z Compiling adler2 v2.0.1
20282026-05-14T22:46:56.770Z Compiling unarray v0.1.4
20292026-05-14T22:46:56.827Z Compiling anstyle-query v1.1.5
20302026-05-14T22:46:56.904Z Compiling unicode-segmentation v1.12.0
20312026-05-14T22:46:56.907Z Compiling unicode-bidi v0.3.18
20322026-05-14T22:46:56.950Z Compiling is_terminal_polyfill v1.70.2
20332026-05-14T22:46:56.993Z Compiling unicode-properties v0.1.4
20342026-05-14T22:46:57.021Z Compiling object v0.37.3
20352026-05-14T22:46:57.058Z Compiling allocator-api2 v0.2.21
20362026-05-14T22:46:57.216Z Compiling anstream v0.6.21
20372026-05-14T22:46:57.299Z Compiling stringprep v0.1.5
20382026-05-14T22:46:57.361Z Compiling proptest v1.10.0
20392026-05-14T22:46:57.398Z Compiling miniz_oxide v0.8.9
20402026-05-14T22:46:57.568Z Compiling tower v0.5.3
20412026-05-14T22:46:57.823Z Compiling derive_builder_macro v0.20.2
20422026-05-14T22:46:57.959Z Compiling usdt-macro v0.6.0
20432026-05-14T22:46:58.035Z Compiling usdt-attr-macro v0.6.0
20442026-05-14T22:46:58.393Z Compiling http-body-util v0.1.3
20452026-05-14T22:46:58.663Z Compiling webpki-roots v1.0.6
20462026-05-14T22:46:58.746Z Compiling rand_chacha v0.3.1
20472026-05-14T22:46:58.763Z Compiling erased-serde v0.3.31
20482026-05-14T22:46:58.778Z Compiling md-5 v0.10.6
20492026-05-14T22:46:58.841Z Compiling num-integer v0.1.46
20502026-05-14T22:46:58.949Z Compiling hash32 v0.2.1
20512026-05-14T22:46:58.964Z Compiling vergen-lib v0.1.6
20522026-05-14T22:46:59.041Z Compiling ff v0.13.1
20532026-05-14T22:46:59.071Z Compiling ryu v1.0.23
20542026-05-14T22:46:59.074Z Compiling psl-types v2.0.11
20552026-05-14T22:46:59.101Z Compiling zlib-rs v0.6.2
20562026-05-14T22:46:59.117Z Compiling iri-string v0.7.10
20572026-05-14T22:46:59.155Z Compiling fallible-iterator v0.2.0
20582026-05-14T22:46:59.184Z Compiling base16ct v0.2.0
20592026-05-14T22:46:59.215Z Compiling serde_urlencoded v0.7.1
20602026-05-14T22:46:59.313Z Compiling sec1 v0.7.3
20612026-05-14T22:46:59.363Z Compiling newtype-uuid v1.3.2
20622026-05-14T22:46:59.375Z Compiling publicsuffix v2.3.0
20632026-05-14T22:46:59.407Z Compiling group v0.13.0
20642026-05-14T22:46:59.470Z Compiling postgres-protocol v0.6.10
20652026-05-14T22:46:59.597Z Compiling num-iter v0.1.45
20662026-05-14T22:46:59.652Z Compiling rand v0.8.5
20672026-05-14T22:46:59.952Z Compiling derive_builder v0.20.2
20682026-05-14T22:46:59.967Z Compiling oxnet v0.1.4
20692026-05-14T22:46:59.980Z Compiling tokio-native-tls v0.3.1
20702026-05-14T22:47:00.136Z Compiling heck v0.4.1
20712026-05-14T22:47:00.145Z Compiling phf_shared v0.13.1
20722026-05-14T22:47:00.297Z Compiling tower-http v0.6.8
20732026-05-14T22:47:00.314Z Compiling lazy_static v1.5.0
20742026-05-14T22:47:00.376Z Compiling terminal_size v0.4.3
20752026-05-14T22:47:00.406Z Compiling serde_with_macros v3.17.0
20762026-05-14T22:47:00.422Z Compiling cargo-platform v0.1.9
20772026-05-14T22:47:00.472Z Compiling hkdf v0.12.4
20782026-05-14T22:47:00.503Z Compiling crypto-bigint v0.5.5
20792026-05-14T22:47:00.520Z Compiling enum-as-inner v0.6.1
20802026-05-14T22:47:00.540Z Compiling serde_repr v0.1.20
20812026-05-14T22:47:00.621Z Compiling clap_derive v4.5.55
20822026-05-14T22:47:00.651Z Compiling vergen v9.0.6
20832026-05-14T22:47:00.685Z Compiling managed v0.8.0
20842026-05-14T22:47:00.730Z Compiling bitflags v1.3.2
20852026-05-14T22:47:00.824Z Compiling bumpalo v3.20.2
20862026-05-14T22:47:00.827Z Compiling foldhash v0.2.0
20872026-05-14T22:47:00.855Z Compiling clap_lex v1.0.0
20882026-05-14T22:47:00.871Z Compiling foldhash v0.1.5
20892026-05-14T22:47:00.913Z Compiling libbz2-rs-sys v0.2.2
20902026-05-14T22:47:01.154Z Compiling flate2 v1.1.9
20912026-05-14T22:47:01.329Z Compiling bzip2 v0.6.1
20922026-05-14T22:47:01.408Z Compiling elliptic-curve v0.13.8
20932026-05-14T22:47:01.459Z Compiling zopfli v0.8.3
20942026-05-14T22:47:01.499Z Compiling clap_builder v4.5.60
20952026-05-14T22:47:01.547Z Compiling hashbrown v0.15.5
20962026-05-14T22:47:01.567Z Compiling hashbrown v0.16.1
20972026-05-14T22:47:01.643Z Compiling cargo_metadata v0.19.2
20982026-05-14T22:47:01.965Z Compiling zstd v0.13.3
20992026-05-14T22:47:02.163Z Compiling phf v0.13.1
21002026-05-14T22:47:02.222Z Compiling daft v0.1.5
21012026-05-14T22:47:02.237Z Compiling hyper-tls v0.6.0
21022026-05-14T22:47:02.240Z Compiling signal-hook-mio v0.2.5
21032026-05-14T22:47:02.373Z Compiling cookie_store v0.22.1
21042026-05-14T22:47:02.488Z Compiling postgres-types v0.2.12
21052026-05-14T22:47:02.506Z Compiling bzip2 v0.4.4
21062026-05-14T22:47:02.649Z Compiling strum v0.27.2
21072026-05-14T22:47:02.824Z Compiling hubpack v0.1.2
21082026-05-14T22:47:02.840Z Compiling ed25519 v2.2.3
21092026-05-14T22:47:02.860Z Compiling phf_shared v0.11.3
21102026-05-14T22:47:02.971Z Compiling crossbeam-epoch v0.9.18
21112026-05-14T22:47:03.029Z Compiling pkcs1 v0.7.5
21122026-05-14T22:47:03.087Z Compiling serde-big-array v0.5.1
21132026-05-14T22:47:03.118Z Compiling hex v0.4.3
21142026-05-14T22:47:03.190Z Compiling rfc6979 v0.4.0
21152026-05-14T22:47:03.255Z Compiling bstr v1.12.1
21162026-05-14T22:47:03.327Z Compiling float-cmp v0.10.0
21172026-05-14T22:47:03.415Z Compiling memmap2 v0.9.10
21182026-05-14T22:47:03.430Z Compiling env_filter v1.0.0
21192026-05-14T22:47:03.481Z Compiling encoding_rs v0.8.35
21202026-05-14T22:47:03.496Z Compiling precomputed-hash v0.1.1
21212026-05-14T22:47:03.600Z Compiling keccak v0.1.6
21222026-05-14T22:47:03.617Z Compiling static_assertions v1.1.0
21232026-05-14T22:47:03.639Z Compiling fixedbitset v0.4.2
21242026-05-14T22:47:03.653Z Compiling mime v0.3.17
21252026-05-14T22:47:03.704Z Compiling toml_write v0.1.2
21262026-05-14T22:47:03.707Z Compiling new_debug_unreachable v1.0.6
21272026-05-14T22:47:03.792Z Compiling normalize-line-endings v0.3.0
21282026-05-14T22:47:03.807Z Compiling difflib v0.4.0
21292026-05-14T22:47:03.822Z Compiling whoami v2.1.0
21302026-05-14T22:47:03.839Z Compiling jiff v0.2.21
21312026-05-14T22:47:03.855Z Compiling rustc-hash v2.1.1
21322026-05-14T22:47:03.870Z Compiling predicates-core v1.0.10
21332026-05-14T22:47:03.901Z Compiling fixedbitset v0.5.7
21342026-05-14T22:47:03.933Z Compiling data-encoding v2.10.0
21352026-05-14T22:47:03.995Z Compiling iddqd v0.3.18
21362026-05-14T22:47:04.155Z Compiling petgraph v0.8.3
21372026-05-14T22:47:04.171Z Compiling predicates v3.1.4
21382026-05-14T22:47:04.194Z Compiling tokio-postgres v0.7.16
21392026-05-14T22:47:04.265Z Compiling hickory-proto v0.25.2
21402026-05-14T22:47:04.489Z Compiling toml_edit v0.22.27
21412026-05-14T22:47:04.649Z Compiling petgraph v0.6.5
21422026-05-14T22:47:04.751Z Compiling string_cache v0.8.9
21432026-05-14T22:47:04.797Z Compiling sha3 v0.10.8
21442026-05-14T22:47:04.982Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21452026-05-14T22:47:05.099Z Compiling similar v2.7.0
21462026-05-14T22:47:05.336Z Compiling env_logger v0.11.9
21472026-05-14T22:47:05.667Z Compiling usdt v0.6.0
21482026-05-14T22:47:06.084Z Compiling serde_with v3.17.0
21492026-05-14T22:47:06.165Z Compiling ecdsa v0.16.9
21502026-05-14T22:47:06.283Z Compiling rsa v0.9.10
21512026-05-14T22:47:06.583Z Compiling zip v4.6.1
21522026-05-14T22:47:06.850Z Compiling ed25519-dalek v2.2.0
21532026-05-14T22:47:06.914Z Compiling clap v4.5.60
21542026-05-14T22:47:07.139Z Compiling crossterm v0.28.1
21552026-05-14T22:47:07.552Z Compiling zip v0.6.6
21562026-05-14T22:47:07.808Z Compiling strum v0.26.3
21572026-05-14T22:47:07.811Z Compiling toml v0.7.8
21582026-05-14T22:47:07.914Z Compiling tokio-stream v0.1.18
21592026-05-14T22:47:07.983Z Compiling buf-list v1.1.2
21602026-05-14T22:47:08.032Z Compiling itertools v0.13.0
21612026-05-14T22:47:08.146Z Compiling x509-cert v0.2.5
21622026-05-14T22:47:08.326Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-14T22:47:08.407Z Compiling openapiv3 v2.2.0
21642026-05-14T22:47:08.697Z Compiling sha1 v0.10.6
21652026-05-14T22:47:08.748Z Compiling lalrpop-util v0.19.12
21662026-05-14T22:47:08.798Z Compiling peg-runtime v0.8.5
21672026-05-14T22:47:24.719Z Compiling rustls-webpki v0.103.9
21682026-05-14T22:47:25.385Z Compiling macaddr v1.0.1
21692026-05-14T22:47:25.419Z Compiling structmeta-derive v0.3.0
21702026-05-14T22:47:25.500Z Compiling rayon-core v1.13.0
21712026-05-14T22:47:25.530Z Compiling crucible-workspace-hack v0.1.0
21722026-05-14T22:47:25.679Z Compiling itertools v0.14.0
21732026-05-14T22:47:25.695Z Compiling secrecy v0.10.3
21742026-05-14T22:47:25.746Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752026-05-14T22:47:25.764Z Compiling rustls v0.22.4
21762026-05-14T22:47:25.889Z Compiling heapless v0.8.0
21772026-05-14T22:47:26.081Z Compiling crossbeam-deque v0.8.6
21782026-05-14T22:47:26.161Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21792026-05-14T22:47:26.329Z Compiling toml_edit v0.23.10+spec-1.0.0
21802026-05-14T22:47:26.344Z Compiling rustls-webpki v0.102.8
21812026-05-14T22:47:26.377Z Compiling futures-executor v0.3.32
21822026-05-14T22:47:26.430Z Compiling structmeta v0.3.0
21832026-05-14T22:47:26.513Z Compiling hash32 v0.3.1
21842026-05-14T22:47:26.667Z Compiling multer v3.1.0
21852026-05-14T22:47:26.710Z Compiling thread_local v1.1.9
21862026-05-14T22:47:26.788Z Compiling slog-async v2.8.0
21872026-05-14T22:47:26.864Z Compiling smoltcp v0.11.0
21882026-05-14T22:47:26.884Z Compiling unicode-width v0.2.0
21892026-05-14T22:47:26.916Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21902026-05-14T22:47:26.930Z Compiling compression-core v0.4.31
21912026-05-14T22:47:26.978Z Compiling ingot-macros v0.1.1
21922026-05-14T22:47:27.016Z Compiling match_cfg v0.1.0
21932026-05-14T22:47:27.062Z Compiling compression-codecs v0.4.37
21942026-05-14T22:47:27.104Z Compiling hostname v0.3.1
21952026-05-14T22:47:27.140Z Compiling proc-macro-crate v3.4.0
21962026-05-14T22:47:27.197Z Compiling derive-ex v0.1.8
21972026-05-14T22:47:27.249Z Compiling futures v0.3.32
21982026-05-14T22:47:27.293Z Compiling slog-json v2.6.1
21992026-05-14T22:47:27.353Z Compiling crossbeam-channel v0.5.15
22002026-05-14T22:47:27.440Z Compiling half v2.7.1
22012026-05-14T22:47:27.557Z Compiling newtype-uuid-macros v0.1.0
22022026-05-14T22:47:27.607Z Compiling cobs v0.3.0
22032026-05-14T22:47:27.777Z Compiling thiserror-impl-no-std v2.0.2
22042026-05-14T22:47:27.803Z Compiling universal-hash v0.5.1
22052026-05-14T22:47:27.896Z Compiling async-stream-impl v0.3.6
22062026-05-14T22:47:27.962Z Compiling toml_datetime v1.0.0+spec-1.1.0
22072026-05-14T22:47:28.052Z Compiling serde_spanned v1.0.4
22082026-05-14T22:47:28.186Z Compiling is-terminal v0.4.17
22092026-05-14T22:47:28.234Z Compiling dropshot v0.17.0
22102026-05-14T22:47:28.278Z Compiling proc-macro-error-attr v1.0.4
22112026-05-14T22:47:28.304Z Compiling toml_writer v1.0.6+spec-1.1.0
22122026-05-14T22:47:28.396Z Compiling tokio-rustls v0.26.4
22132026-05-14T22:47:28.445Z Compiling rustls-platform-verifier v0.6.2
22142026-05-14T22:47:28.461Z Compiling opaque-debug v0.3.1
22152026-05-14T22:47:28.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22162026-05-14T22:47:28.549Z Compiling ciborium-io v0.2.2
22172026-05-14T22:47:28.577Z Compiling convert_case v0.4.0
22182026-05-14T22:47:28.667Z Compiling hyper-rustls v0.27.7
22192026-05-14T22:47:28.684Z Compiling term v1.2.1
22202026-05-14T22:47:28.684Z Compiling take_mut v0.2.2
22212026-05-14T22:47:28.735Z Compiling test-strategy v0.4.5
22222026-05-14T22:47:28.756Z Compiling ciborium-ll v0.2.2
22232026-05-14T22:47:28.782Z Compiling poly1305 v0.8.0
22242026-05-14T22:47:28.799Z Compiling thiserror-no-std v2.0.2
22252026-05-14T22:47:28.899Z Compiling derive_more v0.99.20
22262026-05-14T22:47:28.913Z Compiling reqwest v0.12.28
22272026-05-14T22:47:29.003Z Compiling reqwest v0.13.2
22282026-05-14T22:47:29.024Z Compiling slog-term v2.9.2
22292026-05-14T22:47:29.046Z Compiling toml v1.0.6+spec-1.1.0
22302026-05-14T22:47:29.420Z Compiling tokio-rustls v0.25.0
22312026-05-14T22:47:29.549Z Compiling ingot-types v0.1.2
22322026-05-14T22:47:29.743Z Compiling async-stream v0.3.6
22332026-05-14T22:47:29.963Z Compiling ingot v0.1.1
22342026-05-14T22:47:30.032Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22352026-05-14T22:47:30.067Z Compiling postcard v1.1.3
22362026-05-14T22:47:30.100Z Compiling num_enum_derive v0.7.5
22372026-05-14T22:47:30.285Z Compiling slog-bunyan v2.5.0
22382026-05-14T22:47:30.488Z Compiling async-compression v0.4.41
22392026-05-14T22:47:30.505Z Compiling parse-display-derive v0.10.0
22402026-05-14T22:47:30.585Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22412026-05-14T22:47:30.980Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22422026-05-14T22:47:31.081Z Compiling proc-macro-crate v1.3.1
22432026-05-14T22:47:31.098Z Compiling backon v1.6.0
22442026-05-14T22:47:31.278Z Compiling waitgroup v0.1.2
22452026-05-14T22:47:31.368Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22462026-05-14T22:47:31.417Z Compiling password-hash v0.5.0
22472026-05-14T22:47:31.445Z Compiling chacha20 v0.9.1
22482026-05-14T22:47:31.706Z Compiling dropshot_endpoint v0.17.0
22492026-05-14T22:47:31.724Z Compiling rustls-pemfile v2.2.0
22502026-05-14T22:47:31.994Z Compiling blake2 v0.10.6
22512026-05-14T22:47:32.011Z Compiling aead v0.5.2
22522026-05-14T22:47:32.024Z Compiling foreign-types-macros v0.2.3
22532026-05-14T22:47:32.186Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22542026-05-14T22:47:32.226Z Compiling serde_path_to_error v0.1.20
22552026-05-14T22:47:32.278Z Compiling hostname v0.4.2
22562026-05-14T22:47:32.323Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22572026-05-14T22:47:32.340Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22582026-05-14T22:47:32.419Z Compiling proc-macro-error v1.0.4
22592026-05-14T22:47:32.462Z Compiling instant v0.1.13
22602026-05-14T22:47:32.490Z Compiling debug-ignore v1.0.5
22612026-05-14T22:47:32.505Z Compiling typeid v1.0.3
22622026-05-14T22:47:32.548Z Compiling foreign-types-shared v0.3.1
22632026-05-14T22:47:32.611Z Compiling cpufeatures v0.3.0
22642026-05-14T22:47:32.626Z Compiling backoff v0.4.0
22652026-05-14T22:47:32.647Z Compiling foreign-types v0.5.0
22662026-05-14T22:47:32.692Z Compiling chacha20 v0.10.0
22672026-05-14T22:47:32.708Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22682026-05-14T22:47:32.708Z Compiling argon2 v0.5.3
22692026-05-14T22:47:32.711Z Compiling chacha20poly1305 v0.10.1
22702026-05-14T22:47:32.759Z Compiling parse-display v0.10.0
22712026-05-14T22:47:32.759Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-14T22:47:32.789Z Compiling num_enum_derive v0.5.11
22732026-05-14T22:47:32.818Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742026-05-14T22:47:32.858Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22752026-05-14T22:47:32.873Z Compiling num_enum v0.7.5
22762026-05-14T22:47:32.999Z Compiling ciborium v0.2.2
22772026-05-14T22:47:33.016Z Compiling vsss-rs v3.3.4
22782026-05-14T22:47:33.301Z Compiling tabwriter v1.4.1
22792026-05-14T22:47:33.345Z Compiling regress v0.10.5
22802026-05-14T22:47:33.421Z Compiling byte-wrapper v0.1.0
22812026-05-14T22:47:33.653Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22822026-05-14T22:47:33.683Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-05-14T22:47:33.721Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22842026-05-14T22:47:33.737Z Compiling cstr-argument v0.1.2
22852026-05-14T22:47:33.868Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22862026-05-14T22:47:33.923Z Compiling erased-serde v0.4.9
22872026-05-14T22:47:33.997Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-05-14T22:47:34.128Z Compiling num_enum v0.5.11
22892026-05-14T22:47:34.143Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22902026-05-14T22:47:34.270Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-05-14T22:47:34.302Z Compiling rand v0.10.0
22922026-05-14T22:47:34.366Z Compiling rayon v1.11.0
22932026-05-14T22:47:34.413Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22942026-05-14T22:47:34.430Z Compiling indent_write v2.2.0
22952026-05-14T22:47:34.496Z Compiling libefi-sys v0.1.0
22962026-05-14T22:47:34.513Z Compiling colored v3.1.1
22972026-05-14T22:47:34.582Z Compiling zone_cfg_derive v0.3.1
22982026-05-14T22:47:34.601Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-14T22:47:34.690Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-14T22:47:34.809Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23012026-05-14T22:47:34.837Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-05-14T22:47:35.006Z Compiling camino-tempfile v1.4.1
23032026-05-14T22:47:35.081Z Compiling itertools v0.12.1
23042026-05-14T22:47:35.097Z Compiling usdt-macro v0.5.0
23052026-05-14T22:47:35.150Z Compiling usdt-attr-macro v0.5.0
23062026-05-14T22:47:35.231Z Compiling num-derive v0.4.2
23072026-05-14T22:47:35.247Z Compiling bitfield-struct v0.6.2
23082026-05-14T22:47:35.413Z Compiling blake3 v1.8.3
23092026-05-14T22:47:35.460Z Compiling ordered-float v2.10.1
23102026-05-14T22:47:35.763Z Compiling memmap v0.7.0
23112026-05-14T22:47:35.794Z Compiling sigpipe v0.1.3
23122026-05-14T22:47:35.816Z Compiling glob v0.3.3
23132026-05-14T22:47:35.894Z Compiling swrite v0.1.0
23142026-05-14T22:47:35.908Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152026-05-14T22:47:35.923Z Compiling usdt v0.5.0
23162026-05-14T22:47:36.023Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23172026-05-14T22:47:36.023Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23182026-05-14T22:47:36.145Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23192026-05-14T22:47:36.377Z Compiling serde-value v0.7.0
23202026-05-14T22:47:36.585Z Compiling zone v0.3.1
23212026-05-14T22:47:36.602Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-14T22:47:36.673Z Compiling serde-untagged v0.1.9
23232026-05-14T22:47:36.761Z Compiling toml v0.8.23
23242026-05-14T22:47:36.826Z Compiling smf v0.2.3
23252026-05-14T22:47:36.854Z Compiling filetime v0.2.27
23262026-05-14T22:47:36.918Z Compiling whoami v1.6.1
23272026-05-14T22:47:36.944Z Compiling arrayvec v0.7.6
23282026-05-14T22:47:37.048Z Compiling constant_time_eq v0.4.2
23292026-05-14T22:47:37.082Z Compiling arrayref v0.3.9
23302026-05-14T22:47:37.098Z Compiling same-file v1.0.6
23312026-05-14T22:47:37.162Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23322026-05-14T22:47:37.178Z Compiling unicode-xid v0.2.6
23332026-05-14T22:47:37.181Z Compiling xattr v1.6.1
23342026-05-14T22:47:37.262Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-14T22:47:37.282Z Compiling walkdir v2.5.0
23362026-05-14T22:47:37.305Z Compiling cargo-util-schemas v0.8.2
23372026-05-14T22:47:37.336Z Compiling tar v0.4.45
23382026-05-14T22:47:37.412Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23392026-05-14T22:47:37.662Z Compiling tokio-dtrace v0.1.1
23402026-05-14T22:47:37.925Z Compiling console v0.16.2
23412026-05-14T22:47:37.958Z Compiling gethostname v0.5.0
23422026-05-14T22:47:38.011Z Compiling cargo-platform v0.2.0
23432026-05-14T22:47:38.017Z Compiling unit-prefix v0.5.2
23442026-05-14T22:47:38.115Z Compiling topological-sort v0.2.2
23452026-05-14T22:47:38.131Z Compiling oxide-tokio-rt v0.1.4
23462026-05-14T22:47:38.149Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23472026-05-14T22:47:38.210Z Compiling shell-words v1.1.1
23482026-05-14T22:47:38.353Z Compiling indicatif v0.18.4
23492026-05-14T22:47:38.480Z Compiling cargo_metadata v0.21.0
23502026-05-14T22:47:47.967Z Compiling progenitor-client v0.14.0
23512026-05-14T22:47:48.020Z Compiling progenitor-client v0.10.0
23522026-05-14T22:47:48.020Z Compiling omicron-zone-package v0.12.2
23532026-05-14T22:47:48.114Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23542026-05-14T22:47:48.136Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23552026-05-14T22:47:48.154Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-14T22:47:48.429Z Compiling progenitor-extras v0.2.0
23572026-05-14T22:47:48.452Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23582026-05-14T22:47:48.515Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23592026-05-14T22:47:48.689Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23602026-05-14T22:47:49.026Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23612026-05-14T22:47:49.102Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-05-14T22:47:49.158Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23632026-05-14T22:47:53.307Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-14T22:48:00.766Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-14T22:48:03.826Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-14T22:48:04.790Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-14T22:48:14.070Z Finished `release` profile [optimized] target(s) in 1m 40s
23682026-05-14T22:48:14.221Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-14T22:48:14.286ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-14T22:48:14.289ZCreated new build target 'test' and set it as active
23712026-05-14T22:48:14.292Z
23722026-05-14T22:48:14.292Zreal 1:40.252443607
23732026-05-14T22:48:14.292Zuser 16:32.271482473
23742026-05-14T22:48:14.292Zsys 2:31.378214091
23752026-05-14T22:48:14.292Ztrap 0.468129242
23762026-05-14T22:48:14.292Ztflt 2.824546049
23772026-05-14T22:48:14.292Zdflt 3.701171690
23782026-05-14T22:48:14.292Zkflt 0.000697620
23792026-05-14T22:48:14.292Zlock 51:49.515390309
23802026-05-14T22:48:14.292Zslp 42:42.376147049
23812026-05-14T22:48:14.292Zlat 41.716850259
23822026-05-14T22:48:14.292Zstop 5:12.484431352
23832026-05-14T22:48:14.292Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-14T22:48:15.184Z Finished `release` profile [optimized] target(s) in 0.88s
23852026-05-14T22:48:15.255Z Running `target/release/omicron-package -t test package`
23862026-05-14T22:48:15.313ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-14T22:48:16.714Z Compiling heck v0.5.0
23882026-05-14T22:48:16.714Z Compiling regress v0.11.1
23892026-05-14T22:48:16.714Z Compiling unsafe-libyaml v0.2.11
23902026-05-14T22:48:16.969Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-14T22:48:16.991Z Compiling regress v0.10.5
23922026-05-14T22:48:17.019Z Compiling unicode-width v0.1.14
23932026-05-14T22:48:17.038Z Compiling is-terminal v0.4.17
23942026-05-14T22:48:17.060Z Compiling prettyplease v0.2.37
23952026-05-14T22:48:17.063Z Compiling bytecount v0.6.9
23962026-05-14T22:48:17.063Z Compiling rustls v0.22.4
23972026-05-14T22:48:17.063Z Compiling rustls-webpki v0.102.8
23982026-05-14T22:48:17.100Z Compiling derive-where v1.6.0
23992026-05-14T22:48:17.104Z Compiling thread_local v1.1.9
24002026-05-14T22:48:17.104Z Compiling match_cfg v0.1.0
24012026-05-14T22:48:17.121Z Compiling compression-core v0.4.31
24022026-05-14T22:48:17.224Z Compiling multer v3.1.0
24032026-05-14T22:48:17.227Z Compiling slog-async v2.8.0
24042026-05-14T22:48:17.268Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24052026-05-14T22:48:17.293Z Compiling hostname v0.3.1
24062026-05-14T22:48:17.297Z Compiling compression-codecs v0.4.37
24072026-05-14T22:48:17.335Z Compiling crossbeam-channel v0.5.15
24082026-05-14T22:48:17.338Z Compiling slog-json v2.6.1
24092026-05-14T22:48:17.338Z Compiling futures-executor v0.3.32
24102026-05-14T22:48:17.392Z Compiling toml_datetime v1.0.0+spec-1.1.0
24112026-05-14T22:48:17.429Z Compiling serde_spanned v1.0.4
24122026-05-14T22:48:17.451Z Compiling serde_yaml v0.9.34+deprecated
24132026-05-14T22:48:17.571Z Compiling take_mut v0.2.2
24142026-05-14T22:48:17.576Z Compiling toml_writer v1.0.6+spec-1.1.0
24152026-05-14T22:48:17.615Z Compiling term v1.2.1
24162026-05-14T22:48:17.619Z Compiling slog-bunyan v2.5.0
24172026-05-14T22:48:17.658Z Compiling futures v0.3.32
24182026-05-14T22:48:17.692Z Compiling async-compression v0.4.41
24192026-05-14T22:48:17.793Z Compiling toml v1.0.6+spec-1.1.0
24202026-05-14T22:48:17.839Z Compiling dropshot v0.17.0
24212026-05-14T22:48:17.842Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24222026-05-14T22:48:17.842Z Compiling async-stream v0.3.6
24232026-05-14T22:48:17.929Z Compiling slog-term v2.9.2
24242026-05-14T22:48:17.996Z Compiling num-rational v0.4.2
24252026-05-14T22:48:18.021Z Compiling progenitor-client v0.14.0
24262026-05-14T22:48:18.078Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24272026-05-14T22:48:18.114Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-05-14T22:48:18.134Z Compiling waitgroup v0.1.2
24292026-05-14T22:48:18.234Z Compiling backon v1.6.0
24302026-05-14T22:48:18.298Z Compiling rustls-pemfile v2.2.0
24312026-05-14T22:48:18.318Z Compiling num-complex v0.4.6
24322026-05-14T22:48:18.344Z Compiling hostname v0.4.2
24332026-05-14T22:48:18.366Z Compiling serde_path_to_error v0.1.20
24342026-05-14T22:48:18.430Z Compiling typify-impl v0.6.2
24352026-05-14T22:48:18.455Z Compiling instant v0.1.13
24362026-05-14T22:48:18.475Z Compiling debug-ignore v1.0.5
24372026-05-14T22:48:18.503Z Compiling progenitor-extras v0.2.0
24382026-05-14T22:48:18.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24392026-05-14T22:48:18.591Z Compiling backoff v0.4.0
24402026-05-14T22:48:18.611Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-14T22:48:18.756Z Compiling num v0.4.3
24422026-05-14T22:48:18.781Z Compiling parse-display v0.10.0
24432026-05-14T22:48:18.800Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-14T22:48:18.820Z Compiling progenitor-client v0.13.0
24452026-05-14T22:48:18.862Z Compiling progenitor-client v0.10.0
24462026-05-14T22:48:18.891Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-14T22:48:18.943Z Compiling macaddr v1.0.1
24482026-05-14T22:48:18.967Z Compiling float-ord v0.3.2
24492026-05-14T22:48:19.011Z Compiling console v0.15.11
24502026-05-14T22:48:19.108Z Compiling newline-converter v0.3.0
24512026-05-14T22:48:19.185Z Compiling atomicwrites v0.4.4
24522026-05-14T22:48:19.213Z Compiling slog-dtrace v0.3.0
24532026-05-14T22:48:19.336Z Compiling async-recursion v1.1.1
24542026-05-14T22:48:19.406Z Compiling tokio-rustls v0.25.0
24552026-05-14T22:48:19.427Z Compiling expectorate v1.2.0
24562026-05-14T22:48:19.518Z Compiling cancel-safe-futures v0.1.5
24572026-05-14T22:48:19.549Z Compiling owo-colors v4.3.0
24582026-05-14T22:48:19.598Z Compiling libsw-core v0.3.2
24592026-05-14T22:48:19.682Z Compiling resolv-conf v0.7.6
24602026-05-14T22:48:19.707Z Compiling toml v0.8.23
24612026-05-14T22:48:19.806Z Compiling libsw v3.5.0
24622026-05-14T22:48:19.968Z Compiling linear-map v1.2.0
24632026-05-14T22:48:20.000Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-14T22:48:20.054Z Compiling linked-hash-map v0.5.6
24652026-05-14T22:48:20.226Z Compiling minimal-lexical v0.2.1
24662026-05-14T22:48:20.303Z Compiling lru-cache v0.1.2
24672026-05-14T22:48:20.326Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24682026-05-14T22:48:20.329Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24692026-05-14T22:48:20.329Z Compiling unicode-xid v0.2.6
24702026-05-14T22:48:20.393Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24712026-05-14T22:48:20.416Z Compiling globset v0.4.18
24722026-05-14T22:48:20.477Z Compiling nom v7.1.3
24732026-05-14T22:48:20.499Z Compiling hickory-proto v0.24.4
24742026-05-14T22:48:20.523Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-14T22:48:20.546Z Compiling convert_case v0.10.0
24762026-05-14T22:48:20.840Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24772026-05-14T22:48:20.900Z Compiling derive_more-impl v2.1.1
24782026-05-14T22:48:21.419Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-14T22:48:21.678Z Compiling pin-project-internal v1.1.11
24802026-05-14T22:48:21.793Z Compiling derive_more v2.1.1
24812026-05-14T22:48:21.876Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24822026-05-14T22:48:21.906Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24832026-05-14T22:48:21.938Z Compiling typify-macro v0.6.2
24842026-05-14T22:48:22.162Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-05-14T22:48:22.415Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24862026-05-14T22:48:22.621Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872026-05-14T22:48:22.693Z Compiling pin-project v1.1.11
24882026-05-14T22:48:22.832Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24892026-05-14T22:48:22.992Z Compiling hickory-resolver v0.24.4
24902026-05-14T22:48:23.137Z Compiling papergrid v0.11.0
24912026-05-14T22:48:23.223Z Compiling tabled_derive v0.7.0
24922026-05-14T22:48:23.458Z Compiling typify v0.6.2
24932026-05-14T22:48:23.741Z Compiling progenitor-impl v0.14.0
24942026-05-14T22:48:23.939Z Compiling progenitor-impl v0.13.0
24952026-05-14T22:48:24.354Z Compiling qorb v0.4.1
24962026-05-14T22:48:24.870Z Compiling pem v3.0.6
24972026-05-14T22:48:25.630Z Compiling snafu-derive v0.8.9
24982026-05-14T22:48:25.893Z Compiling progenitor-macro v0.14.0
24992026-05-14T22:48:26.129Z Compiling progenitor-macro v0.13.0
25002026-05-14T22:48:26.277Z Compiling termtree v0.5.1
25012026-05-14T22:48:26.471Z Compiling tabled v0.15.0
25022026-05-14T22:48:27.267Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25032026-05-14T22:48:28.417Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25042026-05-14T22:48:28.440Z Compiling snafu v0.8.9
25052026-05-14T22:48:28.648Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-14T22:48:29.039Z Compiling crossterm v0.29.0
25072026-05-14T22:48:29.064Z Compiling olpc-cjson v0.1.4
25082026-05-14T22:48:29.349Z Compiling phf_shared v0.12.1
25092026-05-14T22:48:29.601Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-14T22:48:29.946Z Compiling progenitor v0.14.0
25112026-05-14T22:48:30.124Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25122026-05-14T22:48:30.159Z Compiling serde_plain v1.0.2
25132026-05-14T22:48:30.196Z Compiling progenitor v0.13.0
25142026-05-14T22:48:30.218Z Compiling csv-core v0.1.13
25152026-05-14T22:48:30.383Z Compiling vte v0.14.1
25162026-05-14T22:48:30.490Z Compiling typed-path v0.9.3
25172026-05-14T22:48:30.659Z Compiling chrono-tz v0.10.4
25182026-05-14T22:48:30.682Z Compiling highway v1.3.0
25192026-05-14T22:48:30.865Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25202026-05-14T22:48:30.916Z Compiling strip-ansi-escapes v0.2.1
25212026-05-14T22:48:31.187Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25222026-05-14T22:48:31.443Z Compiling csv v1.4.0
25232026-05-14T22:48:31.484Z Compiling phf v0.12.1
25242026-05-14T22:48:31.685Z Compiling tough v0.20.0
25252026-05-14T22:48:32.006Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-14T22:48:32.411Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-14T22:48:32.881Z Compiling const_format_proc_macros v0.2.34
25282026-05-14T22:48:33.204Z Compiling fd-lock v4.0.4
25292026-05-14T22:48:33.370Z Compiling peg-macros v0.8.5
25302026-05-14T22:48:33.636Z Compiling nu-ansi-term v0.50.3
25312026-05-14T22:48:33.674Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25322026-05-14T22:48:33.750Z Compiling const_format v0.2.35
25332026-05-14T22:48:33.984Z Compiling reedline v0.40.0
25342026-05-14T22:48:34.204Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-05-14T22:48:34.403Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-05-14T22:48:34.646Z Compiling peg v0.8.5
25372026-05-14T22:48:34.814Z Compiling bcs v0.1.6
25382026-05-14T22:48:35.185Z Compiling semver v0.1.20
25392026-05-14T22:48:35.480Z Compiling rustc_version v0.1.7
25402026-05-14T22:48:35.708Z Compiling newtype_derive v0.1.6
25412026-05-14T22:48:35.842Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25422026-05-14T22:48:35.929Z Compiling smawk v0.3.2
25432026-05-14T22:48:35.952Z Compiling unicode-linebreak v0.1.5
25442026-05-14T22:48:36.101Z Compiling humantime v2.3.0
25452026-05-14T22:48:36.212Z Compiling textwrap v0.16.2
25462026-05-14T22:48:36.316Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25472026-05-14T22:48:36.579Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-05-14T22:48:36.633Z Compiling dropshot-api-manager-types v0.7.1
25492026-05-14T22:48:37.242Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-14T22:48:37.245Z Compiling base64 v0.21.7
25512026-05-14T22:48:37.513Z Compiling steno v0.4.1
25522026-05-14T22:48:37.566Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-14T22:48:37.793Z Compiling utf-8 v0.7.6
25542026-05-14T22:48:37.828Z Compiling tagptr v0.2.0
25552026-05-14T22:48:37.982Z Compiling moka v0.12.13
25562026-05-14T22:48:38.022Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-14T22:48:38.025Z Compiling tungstenite v0.21.0
25582026-05-14T22:48:38.188Z Compiling radium v0.7.0
25592026-05-14T22:48:38.220Z Compiling maybe-uninit v2.0.0
25602026-05-14T22:48:38.511Z Compiling tap v1.0.1
25612026-05-14T22:48:38.668Z Compiling tokio-tungstenite v0.21.0
25622026-05-14T22:48:38.747Z Compiling wyz v0.5.1
25632026-05-14T22:48:39.045Z Compiling hickory-resolver v0.25.2
25642026-05-14T22:48:39.068Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25652026-05-14T22:48:39.138Z Compiling zerocopy-derive v0.6.6
25662026-05-14T22:48:39.205Z Compiling crc-catalog v2.4.0
25672026-05-14T22:48:39.243Z Compiling funty v2.0.0
25682026-05-14T22:48:39.353Z Compiling display-error-chain v0.2.2
25692026-05-14T22:48:39.432Z Compiling packed_struct v0.10.1
25702026-05-14T22:48:39.545Z Compiling crc v3.4.0
25712026-05-14T22:48:39.736Z Compiling bitvec v1.0.1
25722026-05-14T22:48:39.943Z Compiling zerocopy v0.6.6
25732026-05-14T22:48:40.050Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-05-14T22:48:40.141Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-05-14T22:48:40.183Z Compiling packed_struct_codegen v0.10.1
25762026-05-14T22:48:40.347Z Compiling num-derive v0.3.3
25772026-05-14T22:48:40.857Z Compiling bitfield-macros v0.19.4
25782026-05-14T22:48:41.197Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25792026-05-14T22:48:41.242Z Compiling proc-macro-error-attr2 v2.0.0
25802026-05-14T22:48:41.539Z Compiling indexmap v1.9.3
25812026-05-14T22:48:41.566Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25822026-05-14T22:48:41.634Z Compiling nodrop v0.1.14
25832026-05-14T22:48:41.792Z Compiling array-init v0.0.4
25842026-05-14T22:48:41.845Z Compiling proc-macro-error2 v2.0.1
25852026-05-14T22:48:42.163Z Compiling bitfield v0.19.4
25862026-05-14T22:48:42.488Z Compiling libscf-sys v1.1.0
25872026-05-14T22:48:42.663Z Compiling smallvec v0.6.14
25882026-05-14T22:48:42.857Z Compiling typify-impl v0.4.3
25892026-05-14T22:48:42.950Z Compiling hashbrown v0.12.3
25902026-05-14T22:48:43.024Z Compiling serde-hex v0.1.0
25912026-05-14T22:48:43.547Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-05-14T22:48:44.239Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-14T22:48:44.262Z Compiling tabled_derive v0.11.0
25942026-05-14T22:48:44.923Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-14T22:48:45.132Z Compiling ron v0.8.1
25962026-05-14T22:48:45.153Z Compiling papergrid v0.17.0
25972026-05-14T22:48:45.156Z Compiling testing_table v0.3.0
25982026-05-14T22:48:45.197Z Compiling hashbrown v0.13.2
25992026-05-14T22:48:45.335Z Compiling vergen-gitcl v1.0.8
26002026-05-14T22:48:45.557Z Compiling dirs-sys-next v0.1.2
26012026-05-14T22:48:45.628Z Compiling maplit v1.0.2
26022026-05-14T22:48:45.654Z Compiling diesel_derives v2.3.7
26032026-05-14T22:48:45.655Z Compiling crunchy v0.2.4
26042026-05-14T22:48:45.750Z Compiling glob v0.3.3
26052026-05-14T22:48:45.832Z Compiling crc-any v2.5.0
26062026-05-14T22:48:45.853Z Compiling object v0.30.4
26072026-05-14T22:48:45.913Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26082026-05-14T22:48:45.999Z Compiling dirs-next v2.0.0
26092026-05-14T22:48:46.111Z Compiling clang-sys v1.8.1
26102026-05-14T22:48:46.185Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-14T22:48:46.205Z Compiling dsl_auto_type v0.2.0
26122026-05-14T22:48:46.259Z Compiling typify-macro v0.4.3
26132026-05-14T22:48:46.280Z Compiling scheduled-thread-pool v0.2.7
26142026-05-14T22:48:46.502Z Compiling tabled v0.20.0
26152026-05-14T22:48:46.594Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-14T22:48:46.747Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-14T22:48:46.827Z Compiling xshell-macros v0.2.7
26182026-05-14T22:48:46.866Z Compiling path-slash v0.1.5
26192026-05-14T22:48:46.979Z Compiling tiny-keccak v2.0.2
26202026-05-14T22:48:47.114Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-14T22:48:47.207Z Compiling xshell v0.2.7
26222026-05-14T22:48:47.561Z Compiling r2d2 v0.8.10
26232026-05-14T22:48:47.601Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26242026-05-14T22:48:47.856Z Compiling term v0.7.0
26252026-05-14T22:48:48.047Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-05-14T22:48:48.176Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26272026-05-14T22:48:48.290Z Compiling downcast-rs v2.0.2
26282026-05-14T22:48:48.361Z Compiling bit-vec v0.6.3
26292026-05-14T22:48:48.600Z Compiling bit-set v0.5.3
26302026-05-14T22:48:48.653Z Compiling ascii-canvas v3.0.0
26312026-05-14T22:48:48.777Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26322026-05-14T22:48:48.798Z Compiling itertools v0.10.5
26332026-05-14T22:48:48.919Z Compiling ena v0.14.4
26342026-05-14T22:48:49.156Z Compiling libloading v0.8.9
26352026-05-14T22:48:49.397Z Compiling crc8 v0.1.1
26362026-05-14T22:48:49.530Z Compiling bindgen v0.71.1
26372026-05-14T22:48:49.824Z Compiling diff v0.1.13
26382026-05-14T22:48:49.885Z Compiling regex-syntax v0.6.29
26392026-05-14T22:48:49.971Z Compiling unicase v2.9.0
26402026-05-14T22:48:50.320Z Compiling typify v0.4.3
26412026-05-14T22:48:50.460Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-05-14T22:48:50.653Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-05-14T22:48:50.865Z Compiling cexpr v0.6.0
26442026-05-14T22:48:51.005Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-05-14T22:48:51.224Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-05-14T22:48:51.277Z Compiling lalrpop v0.19.12
26472026-05-14T22:48:51.447Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-14T22:48:51.467Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-14T22:48:51.740Z Compiling headers-core v0.3.0
26502026-05-14T22:48:51.835Z Compiling libxml v0.3.3
26512026-05-14T22:48:51.902Z Compiling headers v0.4.1
26522026-05-14T22:48:51.983Z Compiling diesel v2.3.7
26532026-05-14T22:48:52.131Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-14T22:48:52.173Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-14T22:48:52.403Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-05-14T22:48:52.891Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26572026-05-14T22:48:53.236Z Compiling strum_macros v0.24.3
26582026-05-14T22:48:53.361Z Compiling indoc v1.0.9
26592026-05-14T22:48:53.786Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-14T22:48:54.015Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-14T22:48:54.035Z Compiling derive_builder v0.20.2
26622026-05-14T22:48:54.213Z Compiling oso-derive v0.27.3
26632026-05-14T22:48:54.243Z Compiling quick-xml v0.37.5
26642026-05-14T22:48:54.306Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-14T22:48:54.484Z Compiling openssl-probe v0.1.6
26662026-05-14T22:48:54.717Z Compiling half v1.8.3
26672026-05-14T22:48:54.809Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26682026-05-14T22:48:55.206Z Compiling serde_cbor v0.11.2
26692026-05-14T22:48:55.509Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-14T22:48:55.605Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-14T22:48:55.627Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-14T22:48:55.816Z Compiling bb8 v0.8.6
26732026-05-14T22:48:55.858Z Compiling trait-variant v0.1.2
26742026-05-14T22:48:56.009Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26752026-05-14T22:48:56.239Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-05-14T22:48:56.284Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26772026-05-14T22:48:56.311Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26782026-05-14T22:48:56.384Z Compiling samael v0.0.19
26792026-05-14T22:48:56.416Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26802026-05-14T22:48:56.541Z Compiling fxhash v0.2.1
26812026-05-14T22:48:56.574Z Compiling salty v0.3.0
26822026-05-14T22:48:56.879Z Compiling progenitor-impl v0.10.0
26832026-05-14T22:48:56.929Z Compiling progenitor-impl v0.11.2
26842026-05-14T22:48:56.993Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-14T22:48:57.090Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-14T22:48:57.597Z Compiling kstat-rs v0.2.4
26872026-05-14T22:48:57.668Z Compiling libz-sys v1.1.24
26882026-05-14T22:48:57.854Z Compiling nonempty v0.12.0
26892026-05-14T22:48:58.087Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902026-05-14T22:48:58.108Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26912026-05-14T22:48:58.698Z Compiling polar-core v0.27.3
26922026-05-14T22:48:59.039Z Compiling progenitor-macro v0.10.0
26932026-05-14T22:48:59.100Z Compiling progenitor-macro v0.11.2
26942026-05-14T22:49:00.263Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-14T22:49:01.784Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-14T22:49:01.869Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-14T22:49:02.364Z Compiling progenitor-client v0.11.2
26982026-05-14T22:49:02.621Z Compiling darling_core v0.23.0
26992026-05-14T22:49:02.907Z Compiling nanorand v0.7.0
27002026-05-14T22:49:03.081Z Compiling arc-swap v1.8.2
27012026-05-14T22:49:03.198Z Compiling fs-err v2.11.0
27022026-05-14T22:49:03.266Z Compiling parking_lot_core v0.8.6
27032026-05-14T22:49:03.566Z Compiling slog-scope v4.4.1
27042026-05-14T22:49:03.587Z Compiling progenitor v0.11.2
27052026-05-14T22:49:03.667Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27062026-05-14T22:49:03.779Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27072026-05-14T22:49:04.019Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27082026-05-14T22:49:04.876Z Compiling darling_macro v0.23.0
27092026-05-14T22:49:05.404Z Compiling mime_guess v2.0.5
27102026-05-14T22:49:05.916Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27112026-05-14T22:49:06.484Z Compiling flume v0.11.1
27122026-05-14T22:49:06.902Z Compiling progenitor v0.10.0
27132026-05-14T22:49:07.087Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-14T22:49:07.724Z Compiling oso v0.27.3
27152026-05-14T22:49:08.227Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27162026-05-14T22:49:10.522Z Compiling async-bb8-diesel v0.2.1
27172026-05-14T22:49:10.976Z Compiling diesel-dtrace v0.5.0
27182026-05-14T22:49:11.300Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-05-14T22:49:11.598Z Compiling primeorder v0.13.6
27202026-05-14T22:49:11.904Z Compiling git-stub v1.0.0
27212026-05-14T22:49:11.936Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-14T22:49:12.178Z Compiling instability v0.3.11
27232026-05-14T22:49:12.369Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-05-14T22:49:12.569Z Compiling git-stub-vcs v0.1.0
27252026-05-14T22:49:12.931Z Compiling p384 v0.13.1
27262026-05-14T22:49:12.983Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-14T22:49:13.952Z Compiling darling v0.23.0
27282026-05-14T22:49:14.070Z Compiling slog-stdlog v4.1.1
27292026-05-14T22:49:14.527Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-14T22:49:14.615Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-05-14T22:49:14.636Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-05-14T22:49:14.684Z Compiling ignore v0.4.25
27332026-05-14T22:49:14.960Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-14T22:49:15.060Z Compiling castaway v0.2.4
27352026-05-14T22:49:15.213Z Compiling atty v0.2.14
27362026-05-14T22:49:15.359Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-14T22:49:15.601Z Compiling parse-size v1.1.0
27382026-05-14T22:49:15.820Z Compiling indoc v2.0.7
27392026-05-14T22:49:15.843Z Compiling http-range v0.1.5
27402026-05-14T22:49:16.175Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-14T22:49:16.412Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-14T22:49:17.009Z Compiling globwalk v0.9.1
27432026-05-14T22:49:17.252Z Compiling compact_str v0.8.1
27442026-05-14T22:49:17.703Z Compiling parking_lot v0.11.2
27452026-05-14T22:49:18.383Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-05-14T22:49:18.613Z Compiling slog-envlogger v2.2.0
27472026-05-14T22:49:19.680Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-14T22:49:20.071Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-14T22:49:20.156Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-14T22:49:20.279Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-14T22:49:20.494Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-14T22:49:20.596Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-14T22:49:21.066Z Compiling predicates-tree v1.0.13
27542026-05-14T22:49:21.087Z Compiling unicode-truncate v1.1.0
27552026-05-14T22:49:21.245Z Compiling lru v0.12.5
27562026-05-14T22:49:21.302Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-14T22:49:21.324Z Compiling rand_seeder v0.4.0
27582026-05-14T22:49:21.470Z Compiling prefix-trie v0.7.0
27592026-05-14T22:49:21.528Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-14T22:49:21.553Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-14T22:49:21.578Z Compiling vergen-git2 v1.0.7
27622026-05-14T22:49:21.782Z Compiling cassowary v0.3.0
27632026-05-14T22:49:21.819Z Compiling corncobs v0.1.4
27642026-05-14T22:49:21.841Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-05-14T22:49:21.948Z Compiling hickory-server v0.25.2
27662026-05-14T22:49:22.015Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-14T22:49:22.073Z Compiling ratatui v0.29.0
27682026-05-14T22:49:22.196Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-05-14T22:49:22.219Z Compiling camino-tempfile-ext v0.3.3
27702026-05-14T22:49:22.413Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27712026-05-14T22:49:22.717Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-14T22:49:22.910Z Compiling hyper-staticfile v0.10.1
27732026-05-14T22:49:22.966Z Compiling sled v0.34.7
27742026-05-14T22:49:23.358Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27752026-05-14T22:49:23.805Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-14T22:49:24.104Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-14T22:49:24.489Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-14T22:49:25.935Z Compiling secrecy v0.8.0
27792026-05-14T22:49:26.136Z Compiling rustls v0.21.12
27802026-05-14T22:49:26.384Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27812026-05-14T22:49:26.733Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-14T22:49:26.998Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27832026-05-14T22:49:27.670Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-14T22:49:27.789Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-14T22:49:29.033Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-14T22:49:29.383Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-14T22:49:30.340Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-14T22:49:30.444Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-14T22:49:30.796Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-05-14T22:49:31.027Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27912026-05-14T22:49:31.244Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27922026-05-14T22:49:31.467Z Compiling rustls-webpki v0.101.7
27932026-05-14T22:49:31.845Z Compiling sct v0.7.1
27942026-05-14T22:49:32.109Z Compiling nix v0.29.0
27952026-05-14T22:49:32.133Z Compiling dropshot v0.16.7
27962026-05-14T22:49:32.364Z Compiling void v1.0.2
27972026-05-14T22:49:32.536Z Compiling lzss v0.8.2
27982026-05-14T22:49:32.783Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-14T22:49:32.899Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-14T22:49:33.147Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-14T22:49:33.490Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-14T22:49:33.869Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-14T22:49:34.038Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-14T22:49:34.280Z Compiling tungstenite v0.23.0
28052026-05-14T22:49:34.599Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-14T22:49:35.138Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-05-14T22:49:35.368Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28082026-05-14T22:49:35.596Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-05-14T22:49:35.821Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-05-14T22:49:36.044Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-14T22:49:36.230Z Compiling nix v0.27.1
28122026-05-14T22:49:36.570Z Compiling dropshot_endpoint v0.16.7
28132026-05-14T22:49:36.626Z Compiling serde_bytes v0.11.19
28142026-05-14T22:49:36.826Z Compiling tokio-tungstenite v0.23.1
28152026-05-14T22:49:36.926Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28162026-05-14T22:49:37.196Z Compiling tokio-rustls v0.24.1
28172026-05-14T22:49:37.407Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28182026-05-14T22:49:37.901Z Compiling git2 v0.20.4
28192026-05-14T22:49:37.933Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28202026-05-14T22:49:40.819Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28212026-05-14T22:49:40.946Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-05-14T22:49:42.473Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28232026-05-14T22:49:42.919Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-14T22:49:43.362Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-14T22:49:43.385Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-14T22:49:43.856Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-14T22:49:45.382Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-14T22:49:46.070Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-14T22:49:46.152Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-14T22:49:46.567Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-14T22:49:47.162Z Compiling rustls-pemfile v1.0.4
28322026-05-14T22:49:47.563Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28332026-05-14T22:49:47.589Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28342026-05-14T22:49:47.973Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28352026-05-14T22:49:48.860Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28362026-05-14T22:49:49.104Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-14T22:49:50.477Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-14T22:49:50.912Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-14T22:49:50.937Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-14T22:49:51.138Z Compiling signal-hook-tokio v0.3.1
28412026-05-14T22:49:51.236Z Compiling twox-hash v2.1.2
28422026-05-14T22:49:51.328Z Compiling yasna v0.5.2
28432026-05-14T22:49:51.713Z Compiling is_ci v1.2.0
28442026-05-14T22:49:51.771Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28452026-05-14T22:49:51.965Z Compiling rcgen v0.12.1
28462026-05-14T22:49:52.749Z Compiling supports-color v3.0.2
28472026-05-14T22:49:52.881Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-14T22:49:52.904Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-14T22:49:52.990Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-14T22:49:53.034Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-14T22:49:53.395Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-14T22:49:54.231Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-05-14T22:49:54.939Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-05-14T22:49:55.962Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-05-14T22:49:56.341Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-14T22:49:56.383Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28572026-05-14T22:49:56.616Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28582026-05-14T22:49:56.843Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-14T22:49:57.063Z Compiling fatfs v0.3.6
28602026-05-14T22:49:57.200Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-14T22:49:58.024Z Compiling subprocess v0.2.15
28622026-05-14T22:49:58.358Z Compiling rtoolbox v0.0.3
28632026-05-14T22:49:58.646Z Compiling assert_matches v1.5.0
28642026-05-14T22:49:58.670Z Compiling seq-macro v0.3.6
28652026-05-14T22:49:58.754Z Compiling rpassword v7.4.0
28662026-05-14T22:49:59.040Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28672026-05-14T22:49:59.205Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-14T22:50:00.131Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-14T22:50:00.219Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28702026-05-14T22:50:00.898Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28712026-05-14T22:50:01.036Z Compiling tui-tree-widget v0.23.1
28722026-05-14T22:50:01.328Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-14T22:50:01.490Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-14T22:50:02.018Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-14T22:50:02.541Z Compiling uzers v0.12.2
28762026-05-14T22:50:02.613Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-14T22:50:04.006Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-14T22:50:04.760Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-14T22:50:05.826Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-14T22:50:08.014Z Compiling support-bundle-viewer v0.1.2
28812026-05-14T22:50:09.100Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28822026-05-14T22:50:09.930Z Compiling multimap v0.10.1
28832026-05-14T22:50:18.078Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28842026-05-14T22:50:18.583Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28852026-05-14T22:50:19.736Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28862026-05-14T22:50:28.808Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-14T22:55:32.431Z Finished `release` profile [optimized] target(s) in 7m 17s
28882026-05-14T22:56:17.281Z
28892026-05-14T22:56:17.281Zreal 8:02.968757527
28902026-05-14T22:56:17.284Zuser 1:17:13.227309539
28912026-05-14T22:56:17.284Zsys 3:26.786644379
28922026-05-14T22:56:17.284Ztrap 1.784562140
28932026-05-14T22:56:17.284Ztflt 2.533695131
28942026-05-14T22:56:17.284Zdflt 17.718665284
28952026-05-14T22:56:17.284Zkflt 0.007687562
28962026-05-14T22:56:17.284Zlock 6:14:14.762276653
28972026-05-14T22:56:17.284Zslp 2:11:08.525545085
28982026-05-14T22:56:17.284Zlat 2:24.758744481
28992026-05-14T22:56:17.284Zstop 5:15.186756737
29002026-05-14T22:56:17.284Z+ mapfile -t packages
29012026-05-14T22:56:17.284Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-14T22:56:18.234Z Finished `release` profile [optimized] target(s) in 0.94s
29032026-05-14T22:56:18.311Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-14T22:56:18.364ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-14T22:56:18.367Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-14T22:56:18.899Z Compiling libc v0.2.185
29072026-05-14T22:56:18.899Z Compiling serde v1.0.228
29082026-05-14T22:56:18.899Z Compiling serde_core v1.0.228
29092026-05-14T22:56:18.902Z Compiling rustix v1.1.3
29102026-05-14T22:56:18.902Z Compiling bitflags v2.11.0
29112026-05-14T22:56:18.902Z Compiling serde_json v1.0.149
29122026-05-14T22:56:19.011Z Compiling num-traits v0.2.19
29132026-05-14T22:56:19.027Z Compiling syn v2.0.117
29142026-05-14T22:56:19.072Z Compiling smallvec v1.15.1
29152026-05-14T22:56:19.075Z Compiling indexmap v2.14.0
29162026-05-14T22:56:19.083Z Compiling usdt-impl v0.5.0
29172026-05-14T22:56:19.104Z Compiling syn v1.0.109
29182026-05-14T22:56:19.117Z Compiling getrandom v0.4.1
29192026-05-14T22:56:19.127Z Compiling percent-encoding v2.3.2
29202026-05-14T22:56:19.267Z Compiling log v0.4.29
29212026-05-14T22:56:19.346Z Compiling form_urlencoded v1.2.2
29222026-05-14T22:56:19.471Z Compiling fs-err v3.3.0
29232026-05-14T22:56:19.475Z Compiling heck v0.4.1
29242026-05-14T22:56:19.503Z Compiling anyhow v1.0.102
29252026-05-14T22:56:19.523Z Compiling once_cell v1.21.3
29262026-05-14T22:56:19.740Z Compiling errno v0.3.14
29272026-05-14T22:56:19.744Z Compiling thread-id v4.2.2
29282026-05-14T22:56:19.744Z Compiling memmap v0.7.0
29292026-05-14T22:56:20.063Z Compiling ordered-float v2.10.1
29302026-05-14T22:56:20.570Z Compiling proc-macro-error v1.0.4
29312026-05-14T22:56:20.746Z Compiling terminal_size v0.4.3
29322026-05-14T22:56:20.749Z Compiling tempfile v3.25.0
29332026-05-14T22:56:20.809Z Compiling tabled_derive v0.7.0
29342026-05-14T22:56:20.842Z Compiling clap_builder v4.5.60
29352026-05-14T22:56:20.842Z Compiling textwrap v0.16.2
29362026-05-14T22:56:20.977Z Compiling camino-tempfile v1.4.1
29372026-05-14T22:56:21.482Z Compiling tabled v0.15.0
29382026-05-14T22:56:21.565Z Compiling synstructure v0.13.2
29392026-05-14T22:56:21.565Z Compiling pest_generator v2.8.6
29402026-05-14T22:56:21.952Z Compiling serde_derive v1.0.228
29412026-05-14T22:56:21.953Z Compiling zerofrom-derive v0.1.6
29422026-05-14T22:56:21.953Z Compiling yoke-derive v0.8.1
29432026-05-14T22:56:21.956Z Compiling zerovec-derive v0.11.2
29442026-05-14T22:56:21.956Z Compiling displaydoc v0.2.5
29452026-05-14T22:56:21.956Z Compiling thiserror-impl v1.0.69
29462026-05-14T22:56:21.956Z Compiling zerocopy-derive v0.7.35
29472026-05-14T22:56:21.956Z Compiling scroll_derive v0.12.1
29482026-05-14T22:56:21.956Z Compiling thiserror-impl v2.0.18
29492026-05-14T22:56:21.956Z Compiling clap_derive v4.5.55
29502026-05-14T22:56:22.123Z Compiling pest_derive v2.8.6
29512026-05-14T22:56:22.638Z Compiling scroll v0.12.0
29522026-05-14T22:56:22.815Z Compiling zerocopy v0.7.35
29532026-05-14T22:56:22.957Z Compiling zerofrom v0.1.6
29542026-05-14T22:56:22.970Z Compiling goblin v0.8.2
29552026-05-14T22:56:23.028Z Compiling thiserror v1.0.69
29562026-05-14T22:56:23.106Z Compiling yoke v0.8.1
29572026-05-14T22:56:23.137Z Compiling dtrace-parser v0.2.0
29582026-05-14T22:56:23.188Z Compiling thiserror v2.0.18
29592026-05-14T22:56:23.341Z Compiling zerovec v0.11.5
29602026-05-14T22:56:23.353Z Compiling zerotrie v0.2.3
29612026-05-14T22:56:23.718Z Compiling clap v4.5.60
29622026-05-14T22:56:23.883Z Compiling tinystr v0.8.2
29632026-05-14T22:56:23.895Z Compiling potential_utf v0.1.4
29642026-05-14T22:56:24.038Z Compiling icu_collections v2.1.1
29652026-05-14T22:56:24.101Z Compiling icu_locale_core v2.1.1
29662026-05-14T22:56:24.803Z Compiling icu_provider v2.1.1
29672026-05-14T22:56:25.226Z Compiling icu_properties v2.1.2
29682026-05-14T22:56:25.278Z Compiling icu_normalizer v2.1.1
29692026-05-14T22:56:25.402Z Compiling serde_spanned v0.6.9
29702026-05-14T22:56:25.542Z Compiling toml_datetime v0.6.11
29712026-05-14T22:56:25.580Z Compiling dof v0.3.0
29722026-05-14T22:56:25.608Z Compiling serde_tokenstream v0.2.3
29732026-05-14T22:56:25.760Z Compiling toml_edit v0.22.27
29742026-05-14T22:56:25.779Z Compiling serde-value v0.7.0
29752026-05-14T22:56:25.807Z Compiling cargo-platform v0.2.0
29762026-05-14T22:56:25.821Z Compiling macaddr v1.0.1
29772026-05-14T22:56:26.176Z Compiling idna_adapter v1.2.1
29782026-05-14T22:56:26.332Z Compiling idna v1.1.0
29792026-05-14T22:56:26.455Z Compiling usdt-attr-macro v0.5.0
29802026-05-14T22:56:26.458Z Compiling usdt-macro v0.5.0
29812026-05-14T22:56:26.725Z Compiling url v2.5.8
29822026-05-14T22:56:27.130Z Compiling usdt v0.5.0
29832026-05-14T22:56:27.336Z Compiling toml v0.8.23
29842026-05-14T22:56:27.773Z Compiling cargo-util-schemas v0.8.2
29852026-05-14T22:56:27.773Z Compiling cargo_toml v0.21.0
29862026-05-14T22:56:28.804Z Compiling cargo_metadata v0.21.0
29872026-05-14T22:56:31.873Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-14T22:56:34.899Z Finished `release` profile [optimized] target(s) in 16.52s
29892026-05-14T22:56:35.018Z
29902026-05-14T22:56:35.018Zreal 16.622680850
29912026-05-14T22:56:35.018Zuser 2:21.957367153
29922026-05-14T22:56:35.024Zsys 16.332620355
29932026-05-14T22:56:35.024Ztrap 0.095933440
29942026-05-14T22:56:35.024Ztflt 0.486516239
29952026-05-14T22:56:35.024Zdflt 1.433812122
29962026-05-14T22:56:35.024Zkflt 0.000049790
29972026-05-14T22:56:35.024Zlock 5:20.950780218
29982026-05-14T22:56:35.024Zslp 3:31.567514713
29992026-05-14T22:56:35.024Zlat 5.917011569
30002026-05-14T22:56:35.024Zstop 17.709142608
30012026-05-14T22:56:35.024Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-14T22:56:35.024Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-14T22:56:35.024Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-14T22:56:35.024Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-14T22:56:35.024Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-14T22:56:35.940Z Compiling newtype-uuid-macros v0.1.0
30072026-05-14T22:56:35.943Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-14T22:56:35.943Z Compiling regress v0.10.5
30092026-05-14T22:56:35.943Z Compiling structmeta-derive v0.3.0
30102026-05-14T22:56:35.943Z Compiling rustls v0.22.4
30112026-05-14T22:56:35.943Z Compiling rustls-webpki v0.102.8
30122026-05-14T22:56:35.943Z Compiling multer v3.1.0
30132026-05-14T22:56:35.943Z Compiling compression-core v0.4.31
30142026-05-14T22:56:36.089Z Compiling debug-ignore v1.0.5
30152026-05-14T22:56:36.094Z Compiling match_cfg v0.1.0
30162026-05-14T22:56:36.094Z Compiling slog-json v2.6.1
30172026-05-14T22:56:36.124Z Compiling async-stream-impl v0.3.6
30182026-05-14T22:56:36.127Z Compiling serde_spanned v1.0.4
30192026-05-14T22:56:36.127Z Compiling toml_datetime v1.0.0+spec-1.1.0
30202026-05-14T22:56:36.127Z Compiling dropshot v0.17.0
30212026-05-14T22:56:36.127Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-14T22:56:36.211Z Compiling hostname v0.3.1
30232026-05-14T22:56:36.226Z Compiling itertools v0.14.0
30242026-05-14T22:56:36.344Z Compiling slog-bunyan v2.5.0
30252026-05-14T22:56:36.377Z Compiling waitgroup v0.1.2
30262026-05-14T22:56:36.392Z Compiling rustls-pemfile v2.2.0
30272026-05-14T22:56:36.451Z Compiling compression-codecs v0.4.37
30282026-05-14T22:56:36.457Z Compiling toml v1.0.6+spec-1.1.0
30292026-05-14T22:56:36.485Z Compiling dropshot_endpoint v0.17.0
30302026-05-14T22:56:36.540Z Compiling serde_path_to_error v0.1.20
30312026-05-14T22:56:36.546Z Compiling hostname v0.4.2
30322026-05-14T22:56:36.581Z Compiling progenitor-client v0.14.0
30332026-05-14T22:56:36.581Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30342026-05-14T22:56:36.635Z Compiling macaddr v1.0.1
30352026-05-14T22:56:36.716Z Compiling async-compression v0.4.41
30362026-05-14T22:56:36.734Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-14T22:56:36.769Z Compiling instant v0.1.13
30382026-05-14T22:56:36.831Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-05-14T22:56:36.878Z Compiling progenitor-client v0.10.0
30402026-05-14T22:56:36.903Z Compiling backon v1.6.0
30412026-05-14T22:56:36.917Z Compiling async-stream v0.3.6
30422026-05-14T22:56:36.917Z Compiling backoff v0.4.0
30432026-05-14T22:56:36.948Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-05-14T22:56:37.048Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30452026-05-14T22:56:37.077Z Compiling progenitor-extras v0.2.0
30462026-05-14T22:56:37.125Z Compiling universal-hash v0.5.1
30472026-05-14T22:56:37.128Z Compiling opaque-debug v0.3.1
30482026-05-14T22:56:37.160Z Compiling half v2.7.1
30492026-05-14T22:56:37.160Z Compiling unsafe-libyaml v0.2.11
30502026-05-14T22:56:37.193Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-14T22:56:37.210Z Compiling crucible-workspace-hack v0.1.0
30522026-05-14T22:56:37.229Z Compiling ciborium-io v0.2.2
30532026-05-14T22:56:37.277Z Compiling convert_case v0.4.0
30542026-05-14T22:56:37.348Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30552026-05-14T22:56:37.364Z Compiling regress v0.11.1
30562026-05-14T22:56:37.368Z Compiling aead v0.5.2
30572026-05-14T22:56:37.400Z Compiling secrecy v0.10.3
30582026-05-14T22:56:37.441Z Compiling ciborium-ll v0.2.2
30592026-05-14T22:56:37.457Z Compiling structmeta v0.3.0
30602026-05-14T22:56:37.493Z Compiling poly1305 v0.8.0
30612026-05-14T22:56:37.541Z Compiling chacha20 v0.9.1
30622026-05-14T22:56:37.579Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30632026-05-14T22:56:37.586Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-05-14T22:56:37.611Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30652026-05-14T22:56:37.627Z Compiling thiserror-impl-no-std v2.0.2
30662026-05-14T22:56:37.686Z Compiling derive_more v0.99.20
30672026-05-14T22:56:37.686Z Compiling ciborium v0.2.2
30682026-05-14T22:56:37.717Z Compiling derive-ex v0.1.8
30692026-05-14T22:56:37.787Z Compiling parse-display-derive v0.10.0
30702026-05-14T22:56:37.827Z Compiling serde_yaml v0.9.34+deprecated
30712026-05-14T22:56:37.945Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30722026-05-14T22:56:37.960Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30732026-05-14T22:56:37.981Z Compiling byte-wrapper v0.1.0
30742026-05-14T22:56:37.996Z Compiling blake2 v0.10.6
30752026-05-14T22:56:38.063Z Compiling password-hash v0.5.0
30762026-05-14T22:56:38.271Z Compiling chacha20poly1305 v0.10.1
30772026-05-14T22:56:38.302Z Compiling indent_write v2.2.0
30782026-05-14T22:56:38.341Z Compiling argon2 v0.5.3
30792026-05-14T22:56:38.372Z Compiling heapless v0.8.0
30802026-05-14T22:56:38.453Z Compiling ingot-macros v0.1.1
30812026-05-14T22:56:38.544Z Compiling toml_edit v0.23.10+spec-1.0.0
30822026-05-14T22:56:38.556Z Compiling hash32 v0.3.1
30832026-05-14T22:56:38.619Z Compiling tokio-rustls v0.25.0
30842026-05-14T22:56:38.682Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-05-14T22:56:38.895Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30862026-05-14T22:56:38.914Z Compiling thiserror-no-std v2.0.2
30872026-05-14T22:56:38.926Z Compiling smoltcp v0.11.0
30882026-05-14T22:56:39.023Z Compiling typify-impl v0.6.2
30892026-05-14T22:56:39.201Z Compiling vsss-rs v3.3.4
30902026-05-14T22:56:39.326Z Compiling proc-macro-crate v3.4.0
30912026-05-14T22:56:39.478Z Compiling test-strategy v0.4.5
30922026-05-14T22:56:39.572Z Compiling parse-display v0.10.0
30932026-05-14T22:56:39.588Z Compiling tabwriter v1.4.1
30942026-05-14T22:56:39.611Z Compiling num-rational v0.4.2
30952026-05-14T22:56:39.614Z Compiling cobs v0.3.0
30962026-05-14T22:56:39.838Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30972026-05-14T22:56:39.856Z Compiling num-complex v0.4.6
30982026-05-14T22:56:39.869Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-05-14T22:56:39.911Z Compiling num_enum_derive v0.7.5
31002026-05-14T22:56:39.968Z Compiling postcard v1.1.3
31012026-05-14T22:56:40.097Z Compiling proc-macro-error v1.0.4
31022026-05-14T22:56:40.119Z Compiling proc-macro-crate v1.3.1
31032026-05-14T22:56:40.236Z Compiling num v0.4.3
31042026-05-14T22:56:40.268Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31052026-05-14T22:56:40.320Z Compiling foreign-types-macros v0.2.3
31062026-05-14T22:56:40.338Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31072026-05-14T22:56:40.354Z Compiling float-ord v0.3.2
31082026-05-14T22:56:40.378Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31092026-05-14T22:56:40.439Z Compiling cpufeatures v0.3.0
31102026-05-14T22:56:40.503Z Compiling colored v3.1.1
31112026-05-14T22:56:40.551Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31122026-05-14T22:56:40.577Z Compiling foreign-types-shared v0.3.1
31132026-05-14T22:56:40.596Z Compiling rayon-core v1.13.0
31142026-05-14T22:56:40.602Z Compiling num_enum_derive v0.5.11
31152026-05-14T22:56:40.637Z Compiling chacha20 v0.10.0
31162026-05-14T22:56:40.797Z Compiling crossbeam-deque v0.8.6
31172026-05-14T22:56:40.815Z Compiling camino-tempfile v1.4.1
31182026-05-14T22:56:40.845Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-05-14T22:56:40.885Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31202026-05-14T22:56:40.901Z Compiling cstr-argument v0.1.2
31212026-05-14T22:56:40.978Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31222026-05-14T22:56:40.997Z Compiling foreign-types v0.5.0
31232026-05-14T22:56:41.049Z Compiling num_enum v0.7.5
31242026-05-14T22:56:41.066Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31252026-05-14T22:56:41.087Z Compiling rand v0.10.0
31262026-05-14T22:56:41.111Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31272026-05-14T22:56:41.138Z Compiling toml v0.8.23
31282026-05-14T22:56:41.194Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-05-14T22:56:41.295Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-05-14T22:56:41.351Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-14T22:56:41.395Z Compiling zone_cfg_derive v0.3.1
31322026-05-14T22:56:41.417Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31332026-05-14T22:56:41.450Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31342026-05-14T22:56:41.450Z Compiling ingot-types v0.1.2
31352026-05-14T22:56:41.473Z Compiling rayon v1.11.0
31362026-05-14T22:56:41.556Z Compiling itertools v0.12.1
31372026-05-14T22:56:41.590Z Compiling num-derive v0.4.2
31382026-05-14T22:56:41.677Z Compiling sigpipe v0.1.3
31392026-05-14T22:56:41.748Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-05-14T22:56:41.748Z Compiling num_enum v0.5.11
31412026-05-14T22:56:41.784Z Compiling glob v0.3.3
31422026-05-14T22:56:41.784Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31432026-05-14T22:56:41.828Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31442026-05-14T22:56:41.829Z Compiling smf v0.2.3
31452026-05-14T22:56:41.857Z Compiling ingot v0.1.1
31462026-05-14T22:56:41.985Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-05-14T22:56:41.985Z Compiling whoami v1.6.1
31482026-05-14T22:56:42.000Z Compiling prettyplease v0.2.37
31492026-05-14T22:56:42.018Z Compiling gethostname v0.5.0
31502026-05-14T22:56:42.162Z Compiling atomicwrites v0.4.4
31512026-05-14T22:56:42.177Z Compiling usdt-macro v0.5.0
31522026-05-14T22:56:42.190Z Compiling usdt-attr-macro v0.5.0
31532026-05-14T22:56:42.205Z Compiling memmap v0.7.0
31542026-05-14T22:56:42.397Z Compiling derive-where v1.6.0
31552026-05-14T22:56:42.413Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-14T22:56:42.413Z Compiling progenitor-client v0.13.0
31572026-05-14T22:56:42.446Z Compiling owo-colors v4.3.0
31582026-05-14T22:56:42.555Z Compiling resolv-conf v0.7.6
31592026-05-14T22:56:42.607Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31602026-05-14T22:56:42.734Z Compiling zone v0.3.1
31612026-05-14T22:56:42.790Z Compiling cancel-safe-futures v0.1.5
31622026-05-14T22:56:42.873Z Compiling libsw-core v0.3.2
31632026-05-14T22:56:42.911Z Compiling async-recursion v1.1.1
31642026-05-14T22:56:42.984Z Compiling console v0.15.11
31652026-05-14T22:56:43.082Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-14T22:56:43.119Z Compiling usdt v0.5.0
31672026-05-14T22:56:43.259Z Compiling libsw v3.5.0
31682026-05-14T22:56:43.264Z Compiling newline-converter v0.3.0
31692026-05-14T22:56:43.426Z Compiling linear-map v1.2.0
31702026-05-14T22:56:43.461Z Compiling libefi-sys v0.1.0
31712026-05-14T22:56:43.485Z Compiling expectorate v1.2.0
31722026-05-14T22:56:43.534Z Compiling hickory-proto v0.24.4
31732026-05-14T22:56:43.534Z Compiling bitfield-struct v0.6.2
31742026-05-14T22:56:43.534Z Compiling linked-hash-map v0.5.6
31752026-05-14T22:56:43.643Z Compiling semver v0.1.20
31762026-05-14T22:56:43.684Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31772026-05-14T22:56:43.685Z Compiling typify-macro v0.6.2
31782026-05-14T22:56:43.732Z Compiling tokio-dtrace v0.1.1
31792026-05-14T22:56:43.732Z Compiling dropshot-api-manager-types v0.7.1
31802026-05-14T22:56:43.809Z Compiling lru-cache v0.1.2
31812026-05-14T22:56:43.809Z Compiling pin-project-internal v1.1.11
31822026-05-14T22:56:43.835Z Compiling slog-dtrace v0.3.0
31832026-05-14T22:56:43.835Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31842026-05-14T22:56:43.864Z Compiling rustc_version v0.1.7
31852026-05-14T22:56:43.904Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862026-05-14T22:56:43.928Z Compiling minimal-lexical v0.2.1
31872026-05-14T22:56:43.970Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31882026-05-14T22:56:43.979Z Compiling oxide-tokio-rt v0.1.4
31892026-05-14T22:56:43.995Z Compiling typify-impl v0.4.3
31902026-05-14T22:56:44.047Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31912026-05-14T22:56:44.072Z Compiling snafu-derive v0.8.9
31922026-05-14T22:56:44.122Z Compiling newtype_derive v0.1.6
31932026-05-14T22:56:44.195Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-05-14T22:56:44.211Z Compiling nom v7.1.3
31952026-05-14T22:56:44.214Z Compiling phf_shared v0.12.1
31962026-05-14T22:56:44.305Z Compiling pem v3.0.6
31972026-05-14T22:56:44.343Z Compiling csv-core v0.1.13
31982026-05-14T22:56:44.421Z Compiling chrono-tz v0.10.4
31992026-05-14T22:56:44.438Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-05-14T22:56:44.511Z Compiling same-file v1.0.6
32012026-05-14T22:56:44.629Z Compiling highway v1.3.0
32022026-05-14T22:56:44.644Z Compiling xshell-macros v0.2.7
32032026-05-14T22:56:44.677Z Compiling walkdir v2.5.0
32042026-05-14T22:56:44.704Z Compiling const_format_proc_macros v0.2.34
32052026-05-14T22:56:44.844Z Compiling csv v1.4.0
32062026-05-14T22:56:44.860Z Compiling phf v0.12.1
32072026-05-14T22:56:44.937Z Compiling pin-project v1.1.11
32082026-05-14T22:56:45.014Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32092026-05-14T22:56:45.066Z Compiling xshell v0.2.7
32102026-05-14T22:56:45.070Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-14T22:56:45.108Z Compiling globset v0.4.18
32122026-05-14T22:56:45.123Z Compiling olpc-cjson v0.1.4
32132026-05-14T22:56:45.318Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-14T22:56:45.402Z Compiling primeorder v0.13.6
32152026-05-14T22:56:45.423Z Compiling serde_plain v1.0.2
32162026-05-14T22:56:45.485Z Compiling typed-path v0.9.3
32172026-05-14T22:56:45.509Z Compiling typify v0.6.2
32182026-05-14T22:56:45.592Z Compiling const_format v0.2.35
32192026-05-14T22:56:45.612Z Compiling progenitor-impl v0.14.0
32202026-05-14T22:56:45.628Z Compiling progenitor-impl v0.13.0
32212026-05-14T22:56:45.648Z Compiling hickory-resolver v0.24.4
32222026-05-14T22:56:45.707Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32232026-05-14T22:56:45.712Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-14T22:56:45.835Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-14T22:56:45.940Z Compiling tabled_derive v0.7.0
32262026-05-14T22:56:46.100Z Compiling snafu v0.8.9
32272026-05-14T22:56:46.210Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32282026-05-14T22:56:46.420Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32292026-05-14T22:56:46.454Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32302026-05-14T22:56:46.492Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32312026-05-14T22:56:46.542Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-05-14T22:56:46.751Z Compiling qorb v0.4.1
32332026-05-14T22:56:46.804Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32342026-05-14T22:56:46.969Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32352026-05-14T22:56:47.042Z Compiling tough v0.20.0
32362026-05-14T22:56:47.186Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32372026-05-14T22:56:47.204Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-05-14T22:56:47.313Z Compiling bcs v0.1.6
32392026-05-14T22:56:47.476Z Compiling salty v0.3.0
32402026-05-14T22:56:47.676Z Compiling termtree v0.5.1
32412026-05-14T22:56:47.761Z Compiling textwrap v0.16.2
32422026-05-14T22:56:47.882Z Compiling tabled v0.15.0
32432026-05-14T22:56:47.909Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-05-14T22:56:48.147Z Compiling steno v0.4.1
32452026-05-14T22:56:48.165Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-05-14T22:56:48.284Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-05-14T22:56:48.309Z Compiling humantime v2.3.0
32482026-05-14T22:56:48.309Z Compiling progenitor-macro v0.14.0
32492026-05-14T22:56:48.341Z Compiling progenitor-macro v0.13.0
32502026-05-14T22:56:48.387Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32512026-05-14T22:56:48.473Z Compiling radium v0.7.0
32522026-05-14T22:56:48.538Z Compiling typify-macro v0.4.3
32532026-05-14T22:56:48.551Z Compiling tagptr v0.2.0
32542026-05-14T22:56:48.608Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32552026-05-14T22:56:48.635Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32562026-05-14T22:56:48.733Z Compiling base64 v0.21.7
32572026-05-14T22:56:48.774Z Compiling moka v0.12.13
32582026-05-14T22:56:48.995Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-14T22:56:49.087Z Compiling p384 v0.13.1
32602026-05-14T22:56:49.367Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-14T22:56:49.460Z Compiling maybe-uninit v2.0.0
32622026-05-14T22:56:49.603Z Compiling tap v1.0.1
32632026-05-14T22:56:49.639Z Compiling hickory-resolver v0.25.2
32642026-05-14T22:56:49.672Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-14T22:56:49.737Z Compiling wyz v0.5.1
32662026-05-14T22:56:49.964Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32672026-05-14T22:56:50.079Z Compiling proc-macro-error-attr2 v2.0.0
32682026-05-14T22:56:50.116Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32692026-05-14T22:56:50.289Z Compiling packed_struct v0.10.1
32702026-05-14T22:56:50.329Z Compiling parking_lot_core v0.8.6
32712026-05-14T22:56:50.368Z Compiling typify v0.4.3
32722026-05-14T22:56:50.387Z Compiling funty v2.0.0
32732026-05-14T22:56:50.513Z Compiling utf-8 v0.7.6
32742026-05-14T22:56:50.542Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-05-14T22:56:50.632Z Compiling proc-macro-error2 v2.0.1
32762026-05-14T22:56:50.662Z Compiling tungstenite v0.21.0
32772026-05-14T22:56:50.724Z Compiling polyval v0.6.2
32782026-05-14T22:56:50.745Z Compiling bitvec v1.0.1
32792026-05-14T22:56:50.793Z Compiling git-stub v1.0.0
32802026-05-14T22:56:50.812Z Compiling packed_struct_codegen v0.10.1
32812026-05-14T22:56:50.982Z Compiling num-derive v0.3.3
32822026-05-14T22:56:50.999Z Compiling bitfield-macros v0.19.4
32832026-05-14T22:56:51.024Z Compiling zerocopy-derive v0.6.6
32842026-05-14T22:56:51.082Z Compiling indexmap v1.9.3
32852026-05-14T22:56:51.128Z Compiling crc-catalog v2.4.0
32862026-05-14T22:56:51.230Z Compiling nodrop v0.1.14
32872026-05-14T22:56:51.249Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-05-14T22:56:51.312Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-05-14T22:56:51.351Z Compiling array-init v0.0.4
32902026-05-14T22:56:51.534Z Compiling crc v3.4.0
32912026-05-14T22:56:51.593Z Compiling tokio-tungstenite v0.21.0
32922026-05-14T22:56:51.630Z Compiling tabled_derive v0.11.0
32932026-05-14T22:56:51.747Z Compiling git-stub-vcs v0.1.0
32942026-05-14T22:56:51.906Z Compiling ghash v0.5.1
32952026-05-14T22:56:51.906Z Compiling bitfield v0.19.4
32962026-05-14T22:56:51.980Z Compiling libscf-sys v1.1.0
32972026-05-14T22:56:51.980Z Compiling smallvec v0.6.14
32982026-05-14T22:56:51.980Z Compiling zerocopy v0.6.6
32992026-05-14T22:56:52.145Z Compiling progenitor-impl v0.11.2
33002026-05-14T22:56:52.192Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-14T22:56:52.192Z Compiling papergrid v0.17.0
33022026-05-14T22:56:52.233Z Compiling testing_table v0.3.0
33032026-05-14T22:56:52.233Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-14T22:56:52.338Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-14T22:56:52.424Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-14T22:56:52.424Z Compiling ctr v0.9.2
33072026-05-14T22:56:52.442Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-14T22:56:52.602Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-14T22:56:52.645Z Compiling unicase v2.9.0
33102026-05-14T22:56:52.737Z Compiling corncobs v0.1.4
33112026-05-14T22:56:52.751Z Compiling hashbrown v0.12.3
33122026-05-14T22:56:52.854Z Compiling aes-gcm v0.10.3
33132026-05-14T22:56:52.864Z Compiling mime_guess v2.0.5
33142026-05-14T22:56:52.899Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-05-14T22:56:52.900Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-05-14T22:56:52.925Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-14T22:56:52.963Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-05-14T22:56:53.066Z Compiling parking_lot v0.11.2
33192026-05-14T22:56:53.168Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-14T22:56:53.399Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33212026-05-14T22:56:53.459Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33222026-05-14T22:56:53.459Z Compiling tabled v0.20.0
33232026-05-14T22:56:53.508Z Compiling serde-hex v0.1.0
33242026-05-14T22:56:53.539Z Compiling progenitor v0.13.0
33252026-05-14T22:56:53.584Z Compiling progenitor v0.14.0
33262026-05-14T22:56:53.607Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-05-14T22:56:53.607Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33282026-05-14T22:56:53.678Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33292026-05-14T22:56:53.714Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-05-14T22:56:53.782Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-05-14T22:56:53.992Z Compiling progenitor-impl v0.10.0
33322026-05-14T22:56:53.993Z Compiling ron v0.8.1
33332026-05-14T22:56:54.061Z Compiling hashbrown v0.13.2
33342026-05-14T22:56:54.078Z Compiling progenitor-client v0.11.2
33352026-05-14T22:56:54.226Z Compiling blowfish v0.9.1
33362026-05-14T22:56:54.261Z Compiling prefix-trie v0.7.0
33372026-05-14T22:56:54.400Z Compiling ssh-encoding v0.2.0
33382026-05-14T22:56:54.527Z Compiling fxhash v0.2.1
33392026-05-14T22:56:54.612Z Compiling secrecy v0.8.0
33402026-05-14T22:56:54.674Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-05-14T22:56:54.705Z Compiling crc-any v2.5.0
33422026-05-14T22:56:54.739Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-05-14T22:56:54.779Z Compiling ssh-cipher v0.2.0
33442026-05-14T22:56:54.904Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-05-14T22:56:54.919Z Compiling progenitor-macro v0.11.2
33462026-05-14T22:56:55.028Z Compiling sled v0.34.7
33472026-05-14T22:56:55.080Z Compiling hickory-server v0.25.2
33482026-05-14T22:56:55.293Z Compiling object v0.30.4
33492026-05-14T22:56:55.423Z Compiling bcrypt-pbkdf v0.10.0
33502026-05-14T22:56:55.802Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-05-14T22:56:55.833Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33522026-05-14T22:56:56.012Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33532026-05-14T22:56:56.165Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33542026-05-14T22:56:56.491Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33552026-05-14T22:56:56.655Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-14T22:56:56.719Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33572026-05-14T22:56:56.725Z Compiling progenitor-macro v0.10.0
33582026-05-14T22:56:56.776Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-05-14T22:56:56.985Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-05-14T22:56:57.147Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-05-14T22:56:57.183Z Compiling password-hash v0.4.2
33622026-05-14T22:56:57.603Z Compiling crc8 v0.1.1
33632026-05-14T22:56:57.748Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-05-14T22:56:57.932Z Compiling http-range v0.1.5
33652026-05-14T22:56:58.129Z Compiling half v1.8.3
33662026-05-14T22:56:58.155Z Compiling path-slash v0.1.5
33672026-05-14T22:56:58.276Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33682026-05-14T22:56:58.380Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33692026-05-14T22:56:58.447Z Compiling serde_cbor v0.11.2
33702026-05-14T22:56:58.534Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-05-14T22:56:58.724Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-05-14T22:56:58.783Z Compiling pbkdf2 v0.11.0
33732026-05-14T22:56:58.991Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-05-14T22:56:59.009Z Compiling ssh-key v0.6.7
33752026-05-14T22:56:59.082Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-05-14T22:56:59.106Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-14T22:56:59.260Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33782026-05-14T22:56:59.366Z Compiling p256 v0.13.2
33792026-05-14T22:56:59.385Z Compiling p521 v0.13.3
33802026-05-14T22:56:59.429Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33812026-05-14T22:56:59.679Z Compiling yasna v0.5.2
33822026-05-14T22:56:59.766Z Compiling kstat-rs v0.2.4
33832026-05-14T22:56:59.958Z Compiling progenitor v0.11.2
33842026-05-14T22:56:59.984Z Compiling headers-core v0.3.0
33852026-05-14T22:57:00.010Z Compiling nanorand v0.7.0
33862026-05-14T22:57:00.060Z Compiling russh-cryptovec v0.7.3
33872026-05-14T22:57:00.096Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-05-14T22:57:00.135Z Compiling atty v0.2.14
33892026-05-14T22:57:00.151Z Compiling md5 v0.7.0
33902026-05-14T22:57:00.170Z Compiling home v0.5.12
33912026-05-14T22:57:00.224Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33922026-05-14T22:57:00.273Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33932026-05-14T22:57:00.289Z Compiling flume v0.11.1
33942026-05-14T22:57:00.322Z Compiling russh-keys v0.45.0
33952026-05-14T22:57:00.339Z Compiling rcgen v0.12.1
33962026-05-14T22:57:00.365Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33972026-05-14T22:57:00.400Z Compiling headers v0.4.1
33982026-05-14T22:57:00.417Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33992026-05-14T22:57:00.453Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-05-14T22:57:00.628Z Compiling hyper-staticfile v0.10.1
34012026-05-14T22:57:00.751Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34022026-05-14T22:57:00.783Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-05-14T22:57:01.149Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34042026-05-14T22:57:01.168Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-05-14T22:57:01.184Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-05-14T22:57:01.240Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34072026-05-14T22:57:01.260Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-14T22:57:01.468Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-14T22:57:01.534Z Compiling num-bigint v0.4.6
34102026-05-14T22:57:01.576Z Compiling des v0.8.1
34112026-05-14T22:57:01.736Z Compiling subprocess v0.2.15
34122026-05-14T22:57:01.804Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34132026-05-14T22:57:01.844Z Compiling progenitor v0.10.0
34142026-05-14T22:57:01.894Z Compiling hex-literal v0.4.1
34152026-05-14T22:57:01.931Z Compiling display-error-chain v0.2.2
34162026-05-14T22:57:01.948Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-05-14T22:57:02.027Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34182026-05-14T22:57:02.044Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34192026-05-14T22:57:02.096Z Compiling colored v2.2.0
34202026-05-14T22:57:02.214Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-05-14T22:57:02.258Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-05-14T22:57:02.480Z Compiling socket2 v0.5.10
34232026-05-14T22:57:02.496Z Compiling internet-checksum v0.2.1
34242026-05-14T22:57:02.814Z Compiling russh v0.45.0
34252026-05-14T22:57:03.096Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34262026-05-14T22:57:03.155Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34272026-05-14T22:57:05.712Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-14T22:57:06.354Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-14T22:57:06.831Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-14T22:57:07.611Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-14T22:57:15.646Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34322026-05-14T22:57:15.646Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34332026-05-14T22:57:15.651Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-05-14T22:57:15.651Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-14T22:57:17.344Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-14T22:57:17.441Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-14T22:57:21.535Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-14T22:57:22.915Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-14T22:57:41.960Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-14T22:58:00.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34412026-05-14T22:58:00.673Z
34422026-05-14T22:58:00.673Zreal 1:25.586716252
34432026-05-14T22:58:00.673Zuser 8:21.358117787
34442026-05-14T22:58:00.673Zsys 1:39.802276937
34452026-05-14T22:58:00.673Ztrap 0.271993547
34462026-05-14T22:58:00.673Ztflt 0.552854508
34472026-05-14T22:58:00.673Zdflt 1.558554897
34482026-05-14T22:58:00.681Zkflt 0.000348560
34492026-05-14T22:58:00.681Zlock 29:47.995348961
34502026-05-14T22:58:00.681Zslp 19:33.172899977
34512026-05-14T22:58:00.681Zlat 39.202643720
34522026-05-14T22:58:00.681Zstop 2:42.373754957
34532026-05-14T22:58:00.681Z+ mkdir tests
34542026-05-14T22:58:00.685Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-14T22:58:00.685Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-14T22:58:00.704Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-14T22:58:00.732Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-14T22:58:00.761Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-14T22:58:00.790Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-14T22:58:01.120Z+ 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/*)
34612026-05-14T22:58:01.127Z+ 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
34622026-05-14T22:59:20.047ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-14T22:59:20.047Za .github/buildomat/ci-env.sh 1K
34642026-05-14T22:59:20.047Za out/target/test 1K
34652026-05-14T22:59:20.047Za out/npuzone/npuzone 27402K
34662026-05-14T22:59:20.047Za package-manifest.toml 35K
34672026-05-14T22:59:20.047Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-14T22:59:20.047Za target/release/omicron-package 44932K
34692026-05-14T22:59:20.047Za target/release/xtask 11449K
34702026-05-14T22:59:20.047Za target/debug/bootstrap 352212K
34712026-05-14T22:59:20.047Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-14T22:59:20.047Za tests/commtest-6ff027522a55cd83 32299K
34732026-05-14T22:59:20.047Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-14T22:59:20.047Za tests/end_to_end_tests-06879957ae11aa92 393323K
34752026-05-14T22:59:20.047Za out/clickhouse.tar.gz 319019K
34762026-05-14T22:59:20.047Za out/clickhouse_keeper.tar.gz 304359K
34772026-05-14T22:59:20.047Za out/clickhouse_server.tar.gz 319017K
34782026-05-14T22:59:20.047Za out/cockroachdb.tar.gz 164663K
34792026-05-14T22:59:20.047Za out/crucible-pantry-zone.tar.gz 43697K
34802026-05-14T22:59:20.047Za out/crucible-utils.tar 17744K
34812026-05-14T22:59:20.047Za out/crucible-zone.tar.gz 57835K
34822026-05-14T22:59:20.047Za out/external-dns.tar.gz 49314K
34832026-05-14T22:59:20.047Za out/internal-dns.tar.gz 49314K
34842026-05-14T22:59:20.047Za out/mg-ddm-gz.tar 95141K
34852026-05-14T22:59:20.047Za out/nexus.tar.gz 220038K
34862026-05-14T22:59:20.047Za out/ntp.tar.gz 31660K
34872026-05-14T22:59:20.047Za out/omicron-gateway-softnpu.tar.gz 28515K
34882026-05-14T22:59:20.047Za out/omicron-sled-agent.tar 198944K
34892026-05-14T22:59:20.047Za out/overlay.tar.gz 3K
34902026-05-14T22:59:20.047Za out/oximeter.tar.gz 65358K
34912026-05-14T22:59:20.047Za out/oxlog.tar 3782K
34922026-05-14T22:59:20.047Za out/probe.tar.gz 3037K
34932026-05-14T22:59:20.047Za out/propolis-server.tar.gz 38727K
34942026-05-14T22:59:20.047Za out/pumpkind-gz.tar 26647K
34952026-05-14T22:59:20.048Za out/switch-softnpu.tar.gz 392862K
34962026-05-14T22:59:20.052Z
34972026-05-14T22:59:20.052Zreal 1:18.925093731
34982026-05-14T22:59:20.052Zuser 1:16.296787907
34992026-05-14T22:59:20.052Zsys 4.392129870
35002026-05-14T22:59:20.052Ztrap 0.006245424
35012026-05-14T22:59:20.052Ztflt 0.000000000
35022026-05-14T22:59:20.052Zdflt 0.000000000
35032026-05-14T22:59:20.053Zkflt 0.000000000
35042026-05-14T22:59:20.053Zlock 0.000000000
35052026-05-14T22:59:20.053Zslp 1:16.158892512
35062026-05-14T22:59:20.053Zlat 0.990631256
35072026-05-14T22:59:20.053Zstop 0.000601760
35082026-05-14T22:59:20.053Zprocess exited: duration 886781 ms, exit code 0
 
35092026-05-14T22:59:20.070Zfound 1 output files
35102026-05-14T22:59:20.070Zuploading: /work/package.tar.gz (2431120557 bytes)
35112026-05-14T22:59:46.237Zuploaded: /work/package.tar.gz