01KR4TSNKEYTTHKYW6X86SP09A: 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: 01KR4TT4XNG2B1WZFVX0PWZ7VP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T22:20:48.574Zjob assigned to worker 01KR4TTC378H0SR5VKRPJM6EE8 [factory aws, i-08179a8510e54d5e8] (queued for 50 s)
 
22026-05-08T22:20:56.088Zstarting task 0: "setup"
32026-05-08T22:20:56.094Z++ uname -s
42026-05-08T22:20:56.098Z+ kern=SunOS
52026-05-08T22:20:56.098Z+ build_user=build
62026-05-08T22:20:56.098Z+ build_uid=12345
72026-05-08T22:20:56.098Z+ work_dir=/work
82026-05-08T22:20:56.098Z+ input_dir=/input
92026-05-08T22:20:56.098Z+ [[ 0 == 12345 ]]
102026-05-08T22:20:56.098Z+ case "$kern" in
112026-05-08T22:20:56.098Z+ groupadd -g 12345 build
122026-05-08T22:20:56.102Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T22:20:58.110Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T22:20:58.237Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T22:20:58.241Z+ home_fs=zfs
162026-05-08T22:20:58.241Z+ [[ zfs == autofs ]]
172026-05-08T22:20:58.241Z+ mkdir -p /home/build
182026-05-08T22:20:58.241Z+ chown build:build /home/build /work
192026-05-08T22:21:00.243Z+ chmod 0700 /home/build /work
202026-05-08T22:21:00.246Zprocess exited: duration 4161 ms, exit code 0
 
212026-05-08T22:21:00.254Zstarting task 1: "rust-toolchain"
222026-05-08T22:21:00.259Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T22:21:00.259Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T22:21:00.259Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T22:21:00.259Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T22:21:00.259Z * rust toolchain channel = "1.94.0"
272026-05-08T22:21:00.259Z * rust toolchain profile = "default"
282026-05-08T22:21:00.262Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T22:21:00.262Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T22:21:00.381Zinfo: downloading installer
312026-05-08T22:21:02.011Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T22:21:02.011Zwarn: /home/build/.rustup/settings.toml
332026-05-08T22:21:02.011Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T22:21:02.012Zwarn: instead of the one inferred from the default host triple.
352026-05-08T22:21:02.022Zinfo: profile set to default
362026-05-08T22:21:02.022Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T22:21:02.025Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T22:21:02.172Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T22:21:02.175Zinfo: downloading 6 components
402026-05-08T22:21:18.355Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T22:21:18.355Z
422026-05-08T22:21:18.379Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T22:21:18.380Z
442026-05-08T22:21:18.380Z
452026-05-08T22:21:18.380ZRust is installed now. Great!
462026-05-08T22:21:18.380Z
472026-05-08T22:21:18.380ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T22:21:18.380Zenvironment variable. This has not been done automatically.
492026-05-08T22:21:18.380Z
502026-05-08T22:21:18.380ZTo configure your current shell, you need to source
512026-05-08T22:21:18.380Zthe corresponding env file under $HOME/.cargo.
522026-05-08T22:21:18.380Z
532026-05-08T22:21:18.380ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T22:21:18.381Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T22:21:18.381Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T22:21:18.381Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T22:21:18.381Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T22:21:18.381Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T22:21:18.381Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T22:21:18.385Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T22:21:18.386Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T22:21:18.485Z+ rustup --version
632026-05-08T22:21:18.488Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T22:21:18.489Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T22:21:18.514Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T22:21:18.519Z+ cargo --version
672026-05-08T22:21:18.519Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T22:21:18.519Z+ rustc --version
692026-05-08T22:21:18.542Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T22:21:18.551Zprocess exited: duration 18290 ms, exit code 0
 
712026-05-08T22:21:18.567Zstarting task 2: "authentication"
722026-05-08T22:21:18.584Zprocess exited: duration 19 ms, exit code 0
 
732026-05-08T22:21:18.598Zstarting task 3: "clone repository"
742026-05-08T22:21:18.604Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T22:21:18.607Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T22:21:18.635ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T22:21:28.220Z+ cd /work/oxidecomputer/omicron
782026-05-08T22:21:28.220Z+ git fetch origin 9fdd037cefea890ab024a64102e8a1eca747dbb6
792026-05-08T22:21:28.467ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T22:21:28.467Z * branch 9fdd037cefea890ab024a64102e8a1eca747dbb6 -> FETCH_HEAD
812026-05-08T22:21:28.482Z+ [[ -n sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path ]]
822026-05-08T22:21:28.485Z++ git branch --show-current
832026-05-08T22:21:28.488Z+ current=main
842026-05-08T22:21:28.488Z+ [[ main != sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path ]]
852026-05-08T22:21:28.488Z+ git branch -f sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path 9fdd037cefea890ab024a64102e8a1eca747dbb6
862026-05-08T22:21:28.491Z+ git checkout -f sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path
872026-05-08T22:21:28.726ZSwitched to branch 'sunshowers/spr/2n-reconfigurator-check-for-stale-inventory-in-mupdate-override-set-path'
882026-05-08T22:21:28.729Z+ git reset --hard 9fdd037cefea890ab024a64102e8a1eca747dbb6
892026-05-08T22:21:28.742ZHEAD is now at 9fdd037ce clippy
902026-05-08T22:21:28.745Zprocess exited: duration 10146 ms, exit code 0
 
912026-05-08T22:21:28.751Zstarting task 4: "build"
922026-05-08T22:21:28.757Z+ source .github/buildomat/ci-env.sh
932026-05-08T22:21:28.757Z++ export CARGO_TERM_COLOR=always
942026-05-08T22:21:28.757Z++ CARGO_TERM_COLOR=always
952026-05-08T22:21:28.758Z+ cargo --version
962026-05-08T22:21:28.767Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T22:21:28.772Z+ rustc --version
982026-05-08T22:21:28.790Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T22:21:28.793Z+ WORK=/work
1002026-05-08T22:21:28.793Z+ pfexec mkdir -p /work
1012026-05-08T22:21:28.796Z+ pfexec chown build /work
1022026-05-08T22:21:28.799Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-08T22:21:30.275Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-08T22:21:30.324Z Startup: Caching catalogs ... Done
1052026-05-08T22:21:30.478ZPlanning: Solver setup ... Done (0.120s)
1062026-05-08T22:21:30.487ZPlanning: Running solver ... Done (0.009s)
1072026-05-08T22:21:30.492ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-08T22:21:30.505ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-08T22:21:30.520ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-08T22:21:30.533ZPlanning: Package planning ... Done (0.013s)
1112026-05-08T22:21:30.536ZPlanning: Merging actions ... Done (0.001s)
1122026-05-08T22:21:30.728ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-05-08T22:21:30.731ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-08T22:21:31.500ZPlanning: Evaluating mediators ... Done (0.771s)
1152026-05-08T22:21:31.504ZPlanning: Planning completed in 1.16 seconds
1162026-05-08T22:21:31.511Z Packages to install: 2
1172026-05-08T22:21:31.511Z Estimated space available: 156.08 GB
1182026-05-08T22:21:31.511ZEstimated space to be consumed: 16.95 MB
1192026-05-08T22:21:31.511Z Create boot environment: No
1202026-05-08T22:21:31.511ZCreate backup boot environment: No
1212026-05-08T22:21:31.511Z Rebuild boot archive: No
1222026-05-08T22:21:31.514Z
1232026-05-08T22:21:31.514ZChanged packages:
1242026-05-08T22:21:31.514Zhelios
1252026-05-08T22:21:31.514Z developer/build-essential
1262026-05-08T22:21:31.515Z None -> 11-3.0
1272026-05-08T22:21:31.515Z library/libxmlsec1
1282026-05-08T22:21:31.515Z None -> 1.2.35-3.0
1292026-05-08T22:21:31.536Z
1302026-05-08T22:21:31.536ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-08T22:21:32.089ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1322026-05-08T22:21:32.159Z Actions: 1/268 actions (Installing new actions)
1332026-05-08T22:21:32.195Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-08T22:21:32.201ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-08T22:21:32.201ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-08T22:21:32.213ZFinalize: Updating image state ... Done (0.012s)
1372026-05-08T22:21:34.784ZFinalize: Creating fast lookup database ... Done (2.550s)
1382026-05-08T22:21:34.859ZFinalize: Reading search index ... Done (0.014s)
1392026-05-08T22:21:34.862ZFinalize: Updating search index ... Done (0.000s)
1402026-05-08T22:21:34.952ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-08T22:21:35.248ZPlanning: Evaluating mediator changes ... Done
1422026-05-08T22:21:35.354ZPlanning: Checking for conflicting actions ... Done
1432026-05-08T22:21:35.357ZPlanning: Consolidating action changes ... Done
1442026-05-08T22:21:35.514ZPlanning: Evaluating mediators ... Done
1452026-05-08T22:21:35.517ZPlanning: Planning completed in 0.27 seconds
1462026-05-08T22:21:35.537Z Mediators to change: 2
1472026-05-08T22:21:35.538Z Create boot environment: No
1482026-05-08T22:21:35.538ZCreate backup boot environment: No
1492026-05-08T22:21:35.579ZFinalize: Updating package state database ... Done
1502026-05-08T22:21:35.579ZFinalize: Updating package cache ... Done
1512026-05-08T22:21:35.586ZFinalize: Updating image state ... Done
1522026-05-08T22:21:37.518ZFinalize: Creating fast lookup database ... Done
1532026-05-08T22:21:37.580ZFinalize: Reading search index ... Done
1542026-05-08T22:21:37.584ZFinalize: Updating search index ... Done
1552026-05-08T22:21:37.655ZFinalize: Updating package cache ... Done
1562026-05-08T22:21:37.944ZPlanning: Evaluating mediator changes ... Done
1572026-05-08T22:21:38.050ZPlanning: Checking for conflicting actions ... Done
1582026-05-08T22:21:38.053ZPlanning: Consolidating action changes ... Done
1592026-05-08T22:21:38.208ZPlanning: Evaluating mediators ... Done
1602026-05-08T22:21:38.211ZPlanning: Planning completed in 0.26 seconds
1612026-05-08T22:21:38.233Z Mediators to change: 1
1622026-05-08T22:21:38.233Z Create boot environment: No
1632026-05-08T22:21:38.233ZCreate backup boot environment: No
1642026-05-08T22:21:38.287ZFinalize: Updating package state database ... Done
1652026-05-08T22:21:38.287ZFinalize: Updating package cache ... Done
1662026-05-08T22:21:38.294ZFinalize: Updating image state ... Done
1672026-05-08T22:21:40.221ZFinalize: Creating fast lookup database ... Done
1682026-05-08T22:21:40.284ZFinalize: Reading search index ... Done
1692026-05-08T22:21:40.287ZFinalize: Updating search index ... Done
1702026-05-08T22:21:40.350ZFinalize: Updating package cache ... Done
1712026-05-08T22:21:40.661ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-08T22:21:40.661Zapache system 2.4 system
1732026-05-08T22:21:40.661Zclang system 15 system
1742026-05-08T22:21:40.661Zcsh system system illumos
1752026-05-08T22:21:40.661Zctags system system illumos
1762026-05-08T22:21:40.661Zfile vendor vendor darwinsys
1772026-05-08T22:21:40.661Zfile system system illumos
1782026-05-08T22:21:40.661Zgcc vendor 14 vendor
1792026-05-08T22:21:40.662Zgcc system 13 system
1802026-05-08T22:21:40.662Zgcc system 10 system
1812026-05-08T22:21:40.662Zgo system 1.25 system
1822026-05-08T22:21:40.662Zllvm system 15 system
1832026-05-08T22:21:40.662Zmariadb system 11.4 system
1842026-05-08T22:21:40.662Zmta vendor vendor dma
1852026-05-08T22:21:40.662Zopenjdk system 17 system
1862026-05-08T22:21:40.662Zopenjdk system 11 system
1872026-05-08T22:21:40.662Zopenssl vendor 3 vendor
1882026-05-08T22:21:40.662Zperl system 5.40 system
1892026-05-08T22:21:40.662Zpostgresql system 18 system
1902026-05-08T22:21:40.662Zpostgresql system 17 system
1912026-05-08T22:21:40.662Zpython vendor 3 vendor
1922026-05-08T22:21:40.662Zpython system 2 system
1932026-05-08T22:21:40.662Zpython3 vendor 3.13 vendor
1942026-05-08T22:21:40.662Zruby system 3.4 system
1952026-05-08T22:21:40.662Zruby system 3.0 system
1962026-05-08T22:21:40.662Zwords vendor vendor american-english
1972026-05-08T22:21:40.662Zwords system system australian-english
1982026-05-08T22:21:40.662Zwords system system british-english
1992026-05-08T22:21:40.663Zwords system system canadian-english
2002026-05-08T22:21:40.663Zwords system system french
2012026-05-08T22:21:40.663Zwords system system italian
2022026-05-08T22:21:40.663Zwords system system ngerman
2032026-05-08T22:21:40.663Zwords system system ogerman
2042026-05-08T22:21:40.663Zwords system system spanish
2052026-05-08T22:21:40.916ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-08T22:21:40.918Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-08T22:21:41.187ZFMRI IFO
2082026-05-08T22:21:41.187Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-08T22:21:41.187Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-08T22:21:41.187Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-08T22:21:41.187Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-08T22:21:41.187Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-08T22:21:41.187Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-08T22:21:41.190Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-08T22:21:41.190Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-08T22:21:41.190Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-08T22:21:41.408Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-08T22:21:41.762Z Updating crates.io index
2192026-05-08T22:21:41.801Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-08T22:21:42.658Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-08T22:21:43.102Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-08T22:21:43.730Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-08T22:21:45.599Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-08T22:21:46.105Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-08T22:21:48.821Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-08T22:21:49.889Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-08T22:21:50.214Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-08T22:21:51.605Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-08T22:21:51.969Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-08T22:21:52.512Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-08T22:21:52.920Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-08T22:21:53.886Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-08T22:21:54.706Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-08T22:21:55.190Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-08T22:21:55.581Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-08T22:21:56.371Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-08T22:21:56.635Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-08T22:21:56.872Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-08T22:21:57.211Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-08T22:21:57.638Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-08T22:21:58.126Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-08T22:21:58.654Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-08T22:21:59.126Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-08T22:21:59.414Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-08T22:22:00.577Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-08T22:22:01.342Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-08T22:22:02.280Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-08T22:22:02.740Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-08T22:22:03.217Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-08T22:22:03.556Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-08T22:22:03.969Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-08T22:22:04.609Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-08T22:22:04.870Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-08T22:22:05.114Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-08T22:22:05.450Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-08T22:22:05.832Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-08T22:22:17.717Z Downloading crates ...
2582026-05-08T22:22:17.770Z Downloaded proc-macro-error-attr v1.0.4
2592026-05-08T22:22:17.778Z Downloaded block-buffer v0.10.4
2602026-05-08T22:22:17.784Z Downloaded colorchoice v1.0.4
2612026-05-08T22:22:17.791Z Downloaded cfg-if v1.0.4
2622026-05-08T22:22:17.794Z Downloaded thiserror v1.0.69
2632026-05-08T22:22:17.797Z Downloaded dof v0.3.0
2642026-05-08T22:22:17.797Z Downloaded cargo-util-schemas v0.8.2
2652026-05-08T22:22:17.800Z Downloaded bytecount v0.6.9
2662026-05-08T22:22:17.800Z Downloaded autocfg v1.5.0
2672026-05-08T22:22:17.803Z Downloaded toml_datetime v0.6.11
2682026-05-08T22:22:17.804Z Downloaded form_urlencoded v1.2.2
2692026-05-08T22:22:17.807Z Downloaded anstyle-parse v0.2.7
2702026-05-08T22:22:17.812Z Downloaded clap v4.5.60
2712026-05-08T22:22:17.815Z Downloaded zerofrom-derive v0.1.6
2722026-05-08T22:22:17.818Z Downloaded yoke-derive v0.8.1
2732026-05-08T22:22:17.818Z Downloaded usdt-attr-macro v0.5.0
2742026-05-08T22:22:17.818Z Downloaded usdt v0.5.0
2752026-05-08T22:22:17.818Z Downloaded unicode-xid v0.2.6
2762026-05-08T22:22:17.818Z Downloaded thread-id v4.2.2
2772026-05-08T22:22:17.821Z Downloaded serde-value v0.7.0
2782026-05-08T22:22:17.821Z Downloaded generic-array v0.14.7
2792026-05-08T22:22:17.821Z Downloaded cargo-platform v0.2.0
2802026-05-08T22:22:17.821Z Downloaded anstyle-query v1.1.5
2812026-05-08T22:22:17.825Z Downloaded anstream v0.6.21
2822026-05-08T22:22:17.825Z Downloaded errno v0.3.14
2832026-05-08T22:22:17.825Z Downloaded zmij v1.0.21
2842026-05-08T22:22:17.825Z Downloaded anstyle v1.0.13
2852026-05-08T22:22:17.829Z Downloaded cargo_toml v0.21.0
2862026-05-08T22:22:17.829Z Downloaded clap_builder v4.5.60
2872026-05-08T22:22:17.832Z Downloaded zerotrie v0.2.3
2882026-05-08T22:22:17.835Z Downloaded plain v0.2.3
2892026-05-08T22:22:17.835Z Downloaded percent-encoding v2.3.2
2902026-05-08T22:22:17.835Z Downloaded memmap v0.7.0
2912026-05-08T22:22:17.838Z Downloaded dtrace-parser v0.2.0
2922026-05-08T22:22:17.839Z Downloaded anyhow v1.0.102
2932026-05-08T22:22:17.839Z Downloaded zerofrom v0.1.6
2942026-05-08T22:22:17.841Z Downloaded unicode-linebreak v0.1.5
2952026-05-08T22:22:17.841Z Downloaded fs-err v3.3.0
2962026-05-08T22:22:17.842Z Downloaded digest v0.10.7
2972026-05-08T22:22:17.846Z Downloaded toml_write v0.1.2
2982026-05-08T22:22:17.849Z Downloaded usdt-macro v0.5.0
2992026-05-08T22:22:17.852Z Downloaded heck v0.5.0
3002026-05-08T22:22:17.855Z Downloaded stable_deref_trait v1.2.1
3012026-05-08T22:22:17.855Z Downloaded equivalent v1.0.2
3022026-05-08T22:22:17.858Z Downloaded swrite v0.1.0
3032026-05-08T22:22:17.860Z Downloaded serde_spanned v0.6.9
3042026-05-08T22:22:17.861Z Downloaded itoa v1.0.17
3052026-05-08T22:22:17.864Z Downloaded byteorder v1.5.0
3062026-05-08T22:22:17.868Z Downloaded writeable v0.6.2
3072026-05-08T22:22:17.871Z Downloaded displaydoc v0.2.5
3082026-05-08T22:22:17.871Z Downloaded usdt-impl v0.5.0
3092026-05-08T22:22:17.874Z Downloaded zerovec-derive v0.11.2
3102026-05-08T22:22:17.874Z Downloaded thiserror v2.0.18
3112026-05-08T22:22:17.877Z Downloaded idna_adapter v1.2.1
3122026-05-08T22:22:17.877Z Downloaded utf8_iter v1.0.4
3132026-05-08T22:22:17.877Z Downloaded typeid v1.0.3
3142026-05-08T22:22:17.880Z Downloaded crypto-common v0.1.7
3152026-05-08T22:22:17.880Z Downloaded clap_lex v1.0.0
3162026-05-08T22:22:17.881Z Downloaded terminal_size v0.4.3
3172026-05-08T22:22:17.883Z Downloaded fnv v1.0.7
3182026-05-08T22:22:17.883Z Downloaded yoke v0.8.1
3192026-05-08T22:22:17.888Z Downloaded winnow v0.7.14
3202026-05-08T22:22:17.891Z Downloaded macaddr v1.0.1
3212026-05-08T22:22:17.891Z Downloaded version_check v0.9.5
3222026-05-08T22:22:17.894Z Downloaded ucd-trie v0.1.7
3232026-05-08T22:22:17.894Z Downloaded toml v0.8.23
3242026-05-08T22:22:17.894Z Downloaded tinystr v0.8.2
3252026-05-08T22:22:17.897Z Downloaded thiserror-impl v1.0.69
3262026-05-08T22:22:17.897Z Downloaded scroll_derive v0.12.1
3272026-05-08T22:22:17.897Z Downloaded is_terminal_polyfill v1.70.2
3282026-05-08T22:22:17.900Z Downloaded fastrand v2.3.0
3292026-05-08T22:22:17.900Z Downloaded potential_utf v0.1.4
3302026-05-08T22:22:17.900Z Downloaded ordered-float v2.10.1
3312026-05-08T22:22:17.903Z Downloaded utf8parse v0.2.2
3322026-05-08T22:22:17.903Z Downloaded thiserror-impl v2.0.18
3332026-05-08T22:22:17.910Z Downloaded heck v0.4.1
3342026-05-08T22:22:17.915Z Downloaded zerocopy-derive v0.7.35
3352026-05-08T22:22:17.919Z Downloaded textwrap v0.16.2
3362026-05-08T22:22:17.919Z Downloaded proc-macro-error v1.0.4
3372026-05-08T22:22:17.919Z Downloaded url v2.5.8
3382026-05-08T22:22:17.922Z Downloaded toml_edit v0.22.27
3392026-05-08T22:22:17.922Z Downloaded typenum v1.19.0
3402026-05-08T22:22:17.925Z Downloaded pretty-hex v0.4.1
3412026-05-08T22:22:17.925Z Downloaded unicode-ident v1.0.24
3422026-05-08T22:22:17.925Z Downloaded smawk v0.3.2
3432026-05-08T22:22:17.928Z Downloaded tabled_derive v0.7.0
3442026-05-08T22:22:17.929Z Downloaded cpufeatures v0.2.17
3452026-05-08T22:22:17.932Z Downloaded icu_properties v2.1.2
3462026-05-08T22:22:17.932Z Downloaded erased-serde v0.4.9
3472026-05-08T22:22:17.935Z Downloaded cargo_metadata v0.21.0
3482026-05-08T22:22:17.935Z Downloaded scroll v0.12.0
3492026-05-08T22:22:17.935Z Downloaded camino-tempfile v1.4.1
3502026-05-08T22:22:17.940Z Downloaded quote v1.0.45
3512026-05-08T22:22:17.944Z Downloaded strsim v0.11.1
3522026-05-08T22:22:17.947Z Downloaded zerovec v0.11.5
3532026-05-08T22:22:17.950Z Downloaded synstructure v0.13.2
3542026-05-08T22:22:17.954Z Downloaded zerocopy v0.7.35
3552026-05-08T22:22:17.962Z Downloaded serde-untagged v0.1.9
3562026-05-08T22:22:17.965Z Downloaded sha2 v0.10.9
3572026-05-08T22:22:17.965Z Downloaded pest_generator v2.8.6
3582026-05-08T22:22:17.972Z Downloaded serde_tokenstream v0.2.3
3592026-05-08T22:22:17.975Z Downloaded unicode-width v0.2.0
3602026-05-08T22:22:17.978Z Downloaded unicode-width v0.1.14
3612026-05-08T22:22:17.983Z Downloaded bitflags v2.11.0
3622026-05-08T22:22:17.988Z Downloaded icu_collections v2.1.1
3632026-05-08T22:22:17.996Z Downloaded pest_derive v2.8.6
3642026-05-08T22:22:17.999Z Downloaded smallvec v1.15.1
3652026-05-08T22:22:18.002Z Downloaded tempfile v3.25.0
3662026-05-08T22:22:18.009Z Downloaded papergrid v0.11.0
3672026-05-08T22:22:18.015Z Downloaded semver v1.0.28
3682026-05-08T22:22:18.025Z Downloaded camino v1.2.2
3692026-05-08T22:22:18.029Z Downloaded getrandom v0.4.1
3702026-05-08T22:22:18.041Z Downloaded litemap v0.8.1
3712026-05-08T22:22:18.044Z Downloaded clap_derive v4.5.55
3722026-05-08T22:22:18.053Z Downloaded serde_derive v1.0.228
3732026-05-08T22:22:18.056Z Downloaded once_cell v1.21.3
3742026-05-08T22:22:18.056Z Downloaded icu_provider v2.1.1
3752026-05-08T22:22:18.059Z Downloaded num-traits v0.2.19
3762026-05-08T22:22:18.059Z Downloaded serde_core v1.0.228
3772026-05-08T22:22:18.063Z Downloaded icu_locale_core v2.1.1
3782026-05-08T22:22:18.066Z Downloaded pest_meta v2.8.6
3792026-05-08T22:22:18.066Z Downloaded log v0.4.29
3802026-05-08T22:22:18.069Z Downloaded icu_normalizer_data v2.1.1
3812026-05-08T22:22:18.073Z Downloaded proc-macro2 v1.0.106
3822026-05-08T22:22:18.079Z Downloaded icu_normalizer v2.1.1
3832026-05-08T22:22:18.082Z Downloaded serde v1.0.228
3842026-05-08T22:22:18.096Z Downloaded indexmap v2.14.0
3852026-05-08T22:22:18.103Z Downloaded memchr v2.8.0
3862026-05-08T22:22:18.106Z Downloaded hashbrown v0.17.0
3872026-05-08T22:22:18.122Z Downloaded pest v2.8.6
3882026-05-08T22:22:18.126Z Downloaded idna v1.1.0
3892026-05-08T22:22:18.136Z Downloaded icu_properties_data v2.1.2
3902026-05-08T22:22:18.145Z Downloaded goblin v0.8.2
3912026-05-08T22:22:18.150Z Downloaded serde_json v1.0.149
3922026-05-08T22:22:18.168Z Downloaded tabled v0.15.0
3932026-05-08T22:22:18.178Z Downloaded syn v1.0.109
3942026-05-08T22:22:18.194Z Downloaded syn v2.0.117
3952026-05-08T22:22:18.211Z Downloaded rustix v1.1.3
3962026-05-08T22:22:18.252Z Downloaded libc v0.2.185
3972026-05-08T22:22:18.318Z Compiling proc-macro2 v1.0.106
3982026-05-08T22:22:18.318Z Compiling unicode-ident v1.0.24
3992026-05-08T22:22:18.318Z Compiling quote v1.0.45
4002026-05-08T22:22:18.318Z Compiling serde_core v1.0.228
4012026-05-08T22:22:18.321Z Compiling libc v0.2.185
4022026-05-08T22:22:18.321Z Compiling version_check v0.9.5
4032026-05-08T22:22:18.321Z Compiling serde v1.0.228
4042026-05-08T22:22:18.321Z Compiling stable_deref_trait v1.2.1
4052026-05-08T22:22:18.321Z Compiling memchr v2.8.0
4062026-05-08T22:22:18.321Z Compiling zmij v1.0.21
4072026-05-08T22:22:18.321Z Compiling thiserror v1.0.69
4082026-05-08T22:22:18.321Z Compiling ucd-trie v0.1.7
4092026-05-08T22:22:18.321Z Compiling itoa v1.0.17
4102026-05-08T22:22:18.499Z Compiling autocfg v1.5.0
4112026-05-08T22:22:18.502Z Compiling writeable v0.6.2
4122026-05-08T22:22:18.700Z Compiling litemap v0.8.1
4132026-05-08T22:22:18.729Z Compiling byteorder v1.5.0
4142026-05-08T22:22:18.806Z Compiling icu_properties_data v2.1.2
4152026-05-08T22:22:18.843Z Compiling icu_normalizer_data v2.1.1
4162026-05-08T22:22:18.942Z Compiling rustix v1.1.3
4172026-05-08T22:22:18.958Z Compiling serde_json v1.0.149
4182026-05-08T22:22:19.025Z Compiling pest v2.8.6
4192026-05-08T22:22:19.029Z Compiling bitflags v2.11.0
4202026-05-08T22:22:19.135Z Compiling num-traits v0.2.19
4212026-05-08T22:22:19.184Z Compiling typeid v1.0.3
4222026-05-08T22:22:19.257Z Compiling equivalent v1.0.2
4232026-05-08T22:22:19.276Z Compiling hashbrown v0.17.0
4242026-05-08T22:22:19.279Z Compiling smallvec v1.15.1
4252026-05-08T22:22:19.340Z Compiling usdt-impl v0.5.0
4262026-05-08T22:22:19.359Z Compiling proc-macro-error-attr v1.0.4
4272026-05-08T22:22:19.363Z Compiling erased-serde v0.4.9
4282026-05-08T22:22:19.416Z Compiling syn v1.0.109
4292026-05-08T22:22:19.463Z Compiling winnow v0.7.14
4302026-05-08T22:22:19.532Z Compiling toml_write v0.1.2
4312026-05-08T22:22:19.569Z Compiling proc-macro-error v1.0.4
4322026-05-08T22:22:19.635Z Compiling errno v0.3.14
4332026-05-08T22:22:19.660Z Compiling thread-id v4.2.2
4342026-05-08T22:22:19.724Z Compiling thiserror v2.0.18
4352026-05-08T22:22:19.724Z Compiling plain v0.2.3
4362026-05-08T22:22:19.772Z Compiling log v0.4.29
4372026-05-08T22:22:19.775Z Compiling getrandom v0.4.1
4382026-05-08T22:22:19.823Z Compiling utf8parse v0.2.2
4392026-05-08T22:22:19.840Z Compiling indexmap v2.14.0
4402026-05-08T22:22:19.872Z Compiling utf8_iter v1.0.4
4412026-05-08T22:22:19.874Z Compiling camino v1.2.2
4422026-05-08T22:22:19.910Z Compiling percent-encoding v2.3.2
4432026-05-08T22:22:19.993Z Compiling syn v2.0.117
4442026-05-08T22:22:20.065Z Compiling anstyle-parse v0.2.7
4452026-05-08T22:22:20.083Z Compiling form_urlencoded v1.2.2
4462026-05-08T22:22:20.120Z Compiling pest_meta v2.8.6
4472026-05-08T22:22:20.237Z Compiling ordered-float v2.10.1
4482026-05-08T22:22:20.332Z Compiling pretty-hex v0.4.1
4492026-05-08T22:22:20.370Z Compiling is_terminal_polyfill v1.70.2
4502026-05-08T22:22:20.375Z Compiling anstyle v1.0.13
4512026-05-08T22:22:20.402Z Compiling cfg-if v1.0.4
4522026-05-08T22:22:20.422Z Compiling colorchoice v1.0.4
4532026-05-08T22:22:20.481Z Compiling anstyle-query v1.1.5
4542026-05-08T22:22:20.550Z Compiling fs-err v3.3.0
4552026-05-08T22:22:20.567Z Compiling once_cell v1.21.3
4562026-05-08T22:22:20.567Z Compiling bytecount v0.6.9
4572026-05-08T22:22:20.599Z Compiling anstream v0.6.21
4582026-05-08T22:22:20.615Z Compiling unicode-xid v0.2.6
4592026-05-08T22:22:20.632Z Compiling heck v0.4.1
4602026-05-08T22:22:20.655Z Compiling strsim v0.11.1
4612026-05-08T22:22:20.694Z Compiling clap_lex v1.0.0
4622026-05-08T22:22:20.743Z Compiling terminal_size v0.4.3
4632026-05-08T22:22:20.761Z Compiling unicode-width v0.1.14
4642026-05-08T22:22:20.761Z Compiling anyhow v1.0.102
4652026-05-08T22:22:20.954Z Compiling semver v1.0.28
4662026-05-08T22:22:20.972Z Compiling fnv v1.0.7
4672026-05-08T22:22:21.020Z Compiling heck v0.5.0
4682026-05-08T22:22:21.039Z Compiling fastrand v2.3.0
4692026-05-08T22:22:21.056Z Compiling clap_builder v4.5.60
4702026-05-08T22:22:21.091Z Compiling papergrid v0.11.0
4712026-05-08T22:22:21.110Z Compiling memmap v0.7.0
4722026-05-08T22:22:21.294Z Compiling tempfile v3.25.0
4732026-05-08T22:22:21.311Z Compiling smawk v0.3.2
4742026-05-08T22:22:21.315Z Compiling unicode-width v0.2.0
4752026-05-08T22:22:21.347Z Compiling serde-untagged v0.1.9
4762026-05-08T22:22:21.365Z Compiling unicode-linebreak v0.1.5
4772026-05-08T22:22:21.465Z Compiling swrite v0.1.0
4782026-05-08T22:22:21.513Z Compiling camino-tempfile v1.4.1
4792026-05-08T22:22:21.579Z Compiling textwrap v0.16.2
4802026-05-08T22:22:21.616Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-08T22:22:21.924Z Compiling tabled_derive v0.7.0
4822026-05-08T22:22:22.587Z Compiling tabled v0.15.0
4832026-05-08T22:22:22.624Z Compiling synstructure v0.13.2
4842026-05-08T22:22:22.624Z Compiling pest_generator v2.8.6
4852026-05-08T22:22:23.185Z Compiling serde_derive v1.0.228
4862026-05-08T22:22:23.185Z Compiling zerofrom-derive v0.1.6
4872026-05-08T22:22:23.188Z Compiling yoke-derive v0.8.1
4882026-05-08T22:22:23.188Z Compiling zerovec-derive v0.11.2
4892026-05-08T22:22:23.188Z Compiling displaydoc v0.2.5
4902026-05-08T22:22:23.188Z Compiling thiserror-impl v1.0.69
4912026-05-08T22:22:23.188Z Compiling zerocopy-derive v0.7.35
4922026-05-08T22:22:23.188Z Compiling scroll_derive v0.12.1
4932026-05-08T22:22:23.188Z Compiling thiserror-impl v2.0.18
4942026-05-08T22:22:23.188Z Compiling clap_derive v4.5.55
4952026-05-08T22:22:23.258Z Compiling pest_derive v2.8.6
4962026-05-08T22:22:23.783Z Compiling scroll v0.12.0
4972026-05-08T22:22:24.015Z Compiling goblin v0.8.2
4982026-05-08T22:22:24.077Z Compiling zerocopy v0.7.35
4992026-05-08T22:22:24.311Z Compiling zerofrom v0.1.6
5002026-05-08T22:22:24.403Z Compiling dtrace-parser v0.2.0
5012026-05-08T22:22:24.422Z Compiling yoke v0.8.1
5022026-05-08T22:22:24.567Z Compiling zerovec v0.11.5
5032026-05-08T22:22:24.567Z Compiling zerotrie v0.2.3
5042026-05-08T22:22:24.602Z Compiling clap v4.5.60
5052026-05-08T22:22:24.999Z Compiling tinystr v0.8.2
5062026-05-08T22:22:24.999Z Compiling potential_utf v0.1.4
5072026-05-08T22:22:25.123Z Compiling icu_collections v2.1.1
5082026-05-08T22:22:25.146Z Compiling icu_locale_core v2.1.1
5092026-05-08T22:22:25.725Z Compiling icu_provider v2.1.1
5102026-05-08T22:22:25.763Z Compiling toml_datetime v0.6.11
5112026-05-08T22:22:25.763Z Compiling serde_spanned v0.6.9
5122026-05-08T22:22:25.766Z Compiling serde-value v0.7.0
5132026-05-08T22:22:25.766Z Compiling cargo-platform v0.2.0
5142026-05-08T22:22:25.766Z Compiling macaddr v1.0.1
5152026-05-08T22:22:25.795Z Compiling dof v0.3.0
5162026-05-08T22:22:25.798Z Compiling serde_tokenstream v0.2.3
5172026-05-08T22:22:25.945Z Compiling icu_normalizer v2.1.1
5182026-05-08T22:22:25.945Z Compiling icu_properties v2.1.2
5192026-05-08T22:22:25.986Z Compiling toml_edit v0.22.27
5202026-05-08T22:22:26.531Z Compiling usdt-attr-macro v0.5.0
5212026-05-08T22:22:26.534Z Compiling usdt-macro v0.5.0
5222026-05-08T22:22:26.756Z Compiling idna_adapter v1.2.1
5232026-05-08T22:22:26.860Z Compiling idna v1.1.0
5242026-05-08T22:22:27.092Z Compiling usdt v0.5.0
5252026-05-08T22:22:27.119Z Compiling url v2.5.8
5262026-05-08T22:22:27.262Z Compiling toml v0.8.23
5272026-05-08T22:22:27.591Z Compiling cargo-util-schemas v0.8.2
5282026-05-08T22:22:27.591Z Compiling cargo_toml v0.21.0
5292026-05-08T22:22:28.362Z Compiling cargo_metadata v0.21.0
5302026-05-08T22:22:29.281Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-08T22:22:31.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.12s
5322026-05-08T22:22:31.629Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-08T22:22:32.175Z Downloading crates ...
5342026-05-08T22:22:32.277Z Downloaded array-init v0.0.4
5352026-05-08T22:22:32.280Z Downloaded argon2 v0.5.3
5362026-05-08T22:22:32.280Z Downloaded adler2 v2.0.1
5372026-05-08T22:22:32.283Z Downloaded arc-swap v1.8.2
5382026-05-08T22:22:32.291Z Downloaded async-bb8-diesel v0.2.1
5392026-05-08T22:22:32.294Z Downloaded crc v3.4.0
5402026-05-08T22:22:32.297Z Downloaded assert_matches v1.5.0
5412026-05-08T22:22:32.297Z Downloaded cbc v0.1.2
5422026-05-08T22:22:32.297Z Downloaded crossbeam-epoch v0.9.18
5432026-05-08T22:22:32.300Z Downloaded ascii-canvas v3.0.0
5442026-05-08T22:22:32.304Z Downloaded castaway v0.2.4
5452026-05-08T22:22:32.304Z Downloaded console v0.16.2
5462026-05-08T22:22:32.304Z Downloaded embedded-io v0.4.0
5472026-05-08T22:22:32.306Z Downloaded float-ord v0.3.2
5482026-05-08T22:22:32.307Z Downloaded ctr v0.9.2
5492026-05-08T22:22:32.309Z Downloaded arrayref v0.3.9
5502026-05-08T22:22:32.309Z Downloaded cookie v0.18.1
5512026-05-08T22:22:32.310Z Downloaded cstr-argument v0.1.2
5522026-05-08T22:22:32.312Z Downloaded crc32fast v1.5.0
5532026-05-08T22:22:32.312Z Downloaded crc8 v0.1.1
5542026-05-08T22:22:32.312Z Downloaded ciborium-ll v0.2.2
5552026-05-08T22:22:32.315Z Downloaded async-recursion v1.1.1
5562026-05-08T22:22:32.315Z Downloaded crunchy v0.2.4
5572026-05-08T22:22:32.318Z Downloaded cc v1.2.56
5582026-05-08T22:22:32.318Z Downloaded arrayvec v0.7.6
5592026-05-08T22:22:32.321Z Downloaded csv-core v0.1.13
5602026-05-08T22:22:32.321Z Downloaded crossbeam-deque v0.8.6
5612026-05-08T22:22:32.324Z Downloaded async-stream v0.3.6
5622026-05-08T22:22:32.327Z Downloaded ahash v0.8.12
5632026-05-08T22:22:32.327Z Downloaded crossbeam-utils v0.8.21
5642026-05-08T22:22:32.330Z Downloaded crypto-bigint v0.5.5
5652026-05-08T22:22:32.333Z Downloaded bitfield-macros v0.19.4
5662026-05-08T22:22:32.333Z Downloaded diesel_table_macro_syntax v0.3.0
5672026-05-08T22:22:32.341Z Downloaded crucible-workspace-hack v0.1.0
5682026-05-08T22:22:32.341Z Downloaded atomicwrites v0.4.4
5692026-05-08T22:22:32.345Z Downloaded compression-core v0.4.31
5702026-05-08T22:22:32.345Z Downloaded allocator-api2 v0.2.21
5712026-05-08T22:22:32.345Z Downloaded dropshot-api-manager-types v0.7.1
5722026-05-08T22:22:32.345Z Downloaded crossterm v0.29.0
5732026-05-08T22:22:32.348Z Downloaded corncobs v0.1.4
5742026-05-08T22:22:32.348Z Downloaded convert_case v0.4.0
5752026-05-08T22:22:32.351Z Downloaded compression-codecs v0.4.37
5762026-05-08T22:22:32.351Z Downloaded cmake v0.1.57
5772026-05-08T22:22:32.354Z Downloaded bb8 v0.8.6
5782026-05-08T22:22:32.357Z Downloaded bcrypt-pbkdf v0.10.0
5792026-05-08T22:22:32.357Z Downloaded base16ct v0.2.0
5802026-05-08T22:22:32.360Z Downloaded der_derive v0.7.3
5812026-05-08T22:22:32.364Z Downloaded bitflags v1.3.2
5822026-05-08T22:22:32.364Z Downloaded cfg_aliases v0.2.1
5832026-05-08T22:22:32.364Z Downloaded endian-type v0.1.2
5842026-05-08T22:22:32.367Z Downloaded embedded-io v0.6.1
5852026-05-08T22:22:32.367Z Downloaded derive_builder_macro v0.20.2
5862026-05-08T22:22:32.367Z Downloaded cargo_metadata v0.19.2
5872026-05-08T22:22:32.371Z Downloaded flagset v0.4.7
5882026-05-08T22:22:32.371Z Downloaded ciborium-io v0.2.2
5892026-05-08T22:22:32.371Z Downloaded async-stream-impl v0.3.6
5902026-05-08T22:22:32.371Z Downloaded derive-ex v0.1.8
5912026-05-08T22:22:32.373Z Downloaded cargo-platform v0.1.9
5922026-05-08T22:22:32.373Z Downloaded critical-section v1.2.0
5932026-05-08T22:22:32.378Z Downloaded fixedbitset v0.4.2
5942026-05-08T22:22:32.381Z Downloaded compact_str v0.8.1
5952026-05-08T22:22:32.384Z Downloaded block-padding v0.3.3
5962026-05-08T22:22:32.387Z Downloaded atty v0.2.14
5972026-05-08T22:22:32.387Z Downloaded foreign-types v0.3.2
5982026-05-08T22:22:32.391Z Downloaded bitfield-struct v0.6.2
5992026-05-08T22:22:32.391Z Downloaded atomic-waker v1.1.2
6002026-05-08T22:22:32.394Z Downloaded dirs-next v2.0.0
6012026-05-08T22:22:32.394Z Downloaded base64ct v1.8.3
6022026-05-08T22:22:32.397Z Downloaded env_filter v1.0.0
6032026-05-08T22:22:32.397Z Downloaded darling_macro v0.21.3
6042026-05-08T22:22:32.400Z Downloaded debug-ignore v1.0.5
6052026-05-08T22:22:32.405Z Downloaded dtrace-parser v0.3.0
6062026-05-08T22:22:32.408Z Downloaded display-error-chain v0.2.2
6072026-05-08T22:22:32.408Z Downloaded float-cmp v0.10.0
6082026-05-08T22:22:32.408Z Downloaded dirs-sys-next v0.1.2
6092026-05-08T22:22:32.408Z Downloaded aead v0.5.2
6102026-05-08T22:22:32.413Z Downloaded bit-set v0.8.0
6112026-05-08T22:22:32.414Z Downloaded darling_macro v0.20.11
6122026-05-08T22:22:32.414Z Downloaded cobs v0.3.0
6132026-05-08T22:22:32.417Z Downloaded dof v0.4.0
6142026-05-08T22:22:32.417Z Downloaded dyn-clone v1.0.20
6152026-05-08T22:22:32.418Z Downloaded daft-derive v0.1.5
6162026-05-08T22:22:32.422Z Downloaded deranged v0.5.8
6172026-05-08T22:22:32.422Z Downloaded cpufeatures v0.3.0
6182026-05-08T22:22:32.426Z Downloaded cfg_aliases v0.1.1
6192026-05-08T22:22:32.426Z Downloaded ena v0.14.4
6202026-05-08T22:22:32.426Z Downloaded des v0.8.1
6212026-05-08T22:22:32.426Z Downloaded ed25519-dalek v2.2.0
6222026-05-08T22:22:32.429Z Downloaded chacha20 v0.9.1
6232026-05-08T22:22:32.429Z Downloaded curve25519-dalek-derive v0.1.1
6242026-05-08T22:22:32.433Z Downloaded camino-tempfile-ext v0.3.3
6252026-05-08T22:22:32.433Z Downloaded bzip2 v0.6.1
6262026-05-08T22:22:32.433Z Downloaded dsl_auto_type v0.2.0
6272026-05-08T22:22:32.436Z Downloaded darling_macro v0.23.0
6282026-05-08T22:22:32.436Z Downloaded enum-as-inner v0.6.1
6292026-05-08T22:22:32.439Z Downloaded funty v2.0.0
6302026-05-08T22:22:32.439Z Downloaded dunce v1.0.5
6312026-05-08T22:22:32.439Z Downloaded crc-catalog v2.4.0
6322026-05-08T22:22:32.439Z Downloaded gethostname v0.5.0
6332026-05-08T22:22:32.442Z Downloaded defmt-parser v1.0.0
6342026-05-08T22:22:32.442Z Downloaded futures-macro v0.3.32
6352026-05-08T22:22:32.442Z Downloaded futures-core v0.3.32
6362026-05-08T22:22:32.448Z Downloaded git-stub v1.0.0
6372026-05-08T22:22:32.451Z Downloaded chacha20poly1305 v0.10.1
6382026-05-08T22:22:32.451Z Downloaded ghash v0.5.1
6392026-05-08T22:22:32.455Z Downloaded foreign-types-shared v0.1.1
6402026-05-08T22:22:32.456Z Downloaded byte-wrapper v0.1.0
6412026-05-08T22:22:32.456Z Downloaded globwalk v0.9.1
6422026-05-08T22:22:32.456Z Downloaded fxhash v0.2.1
6432026-05-08T22:22:32.459Z Downloaded futures-sink v0.3.32
6442026-05-08T22:22:32.459Z Downloaded futures-io v0.3.32
6452026-05-08T22:22:32.459Z Downloaded foreign-types-shared v0.3.1
6462026-05-08T22:22:32.459Z Downloaded foreign-types v0.5.0
6472026-05-08T22:22:32.459Z Downloaded hash32 v0.3.1
6482026-05-08T22:22:32.459Z Downloaded foreign-types-macros v0.2.3
6492026-05-08T22:22:32.462Z Downloaded hash32 v0.2.1
6502026-05-08T22:22:32.462Z Downloaded difflib v0.4.0
6512026-05-08T22:22:32.462Z Downloaded fd-lock v4.0.4
6522026-05-08T22:22:32.465Z Downloaded bit-vec v0.8.0
6532026-05-08T22:22:32.465Z Downloaded defmt v0.3.100
6542026-05-08T22:22:32.465Z Downloaded bit-set v0.5.3
6552026-05-08T22:22:32.468Z Downloaded headers-core v0.3.0
6562026-05-08T22:22:32.468Z Downloaded ed25519 v2.2.3
6572026-05-08T22:22:32.471Z Downloaded env_logger v0.11.9
6582026-05-08T22:22:32.471Z Downloaded hex v0.4.3
6592026-05-08T22:22:32.474Z Downloaded either v1.15.0
6602026-05-08T22:22:32.474Z Downloaded cassowary v0.3.0
6612026-05-08T22:22:32.474Z Downloaded cancel-safe-futures v0.1.5
6622026-05-08T22:22:32.477Z Downloaded derive_builder_core v0.20.2
6632026-05-08T22:22:32.478Z Downloaded fixedbitset v0.5.7
6642026-05-08T22:22:32.481Z Downloaded ff v0.13.1
6652026-05-08T22:22:32.481Z Downloaded foldhash v0.1.5
6662026-05-08T22:22:32.481Z Downloaded fallible-iterator v0.2.0
6672026-05-08T22:22:32.484Z Downloaded bit-vec v0.6.3
6682026-05-08T22:22:32.484Z Downloaded base64 v0.21.7
6692026-05-08T22:22:32.487Z Downloaded foldhash v0.2.0
6702026-05-08T22:22:32.487Z Downloaded buf-list v1.1.2
6712026-05-08T22:22:32.490Z Downloaded bcs v0.1.6
6722026-05-08T22:22:32.491Z Downloaded bitfield v0.19.4
6732026-05-08T22:22:32.491Z Downloaded ecdsa v0.16.9
6742026-05-08T22:22:32.494Z Downloaded find-msvc-tools v0.1.9
6752026-05-08T22:22:32.494Z Downloaded diff v0.1.13
6762026-05-08T22:22:32.497Z Downloaded http-body v1.0.1
6772026-05-08T22:22:32.497Z Downloaded async-trait v0.1.89
6782026-05-08T22:22:32.500Z Downloaded hex-literal v0.4.1
6792026-05-08T22:22:32.500Z Downloaded colored v3.1.1
6802026-05-08T22:22:32.501Z Downloaded hyper-tls v0.6.0
6812026-05-08T22:22:32.504Z Downloaded http-range v0.1.5
6822026-05-08T22:22:32.504Z Downloaded home v0.5.12
6832026-05-08T22:22:32.504Z Downloaded clang-sys v1.8.1
6842026-05-08T22:22:32.507Z Downloaded derive_more v0.99.20
6852026-05-08T22:22:32.507Z Downloaded futures-task v0.3.32
6862026-05-08T22:22:32.510Z Downloaded downcast-rs v2.0.2
6872026-05-08T22:22:32.510Z Downloaded defmt-macros v1.0.1
6882026-05-08T22:22:32.514Z Downloaded hostname v0.4.2
6892026-05-08T22:22:32.514Z Downloaded blowfish v0.9.1
6902026-05-08T22:22:32.514Z Downloaded hostname v0.3.1
6912026-05-08T22:22:32.517Z Downloaded cipher v0.4.4
6922026-05-08T22:22:32.517Z Downloaded diesel-dtrace v0.5.0
6932026-05-08T22:22:32.517Z Downloaded defmt v1.0.1
6942026-05-08T22:22:32.520Z Downloaded hubpack_derive v0.1.1
6952026-05-08T22:22:32.520Z Downloaded hubpack v0.1.2
6962026-05-08T22:22:32.520Z Downloaded httpdate v1.0.3
6972026-05-08T22:22:32.523Z Downloaded globset v0.4.18
6982026-05-08T22:22:32.523Z Downloaded const_format_proc_macros v0.2.34
6992026-05-08T22:22:32.523Z Downloaded cexpr v0.6.0
7002026-05-08T22:22:32.527Z Downloaded ident_case v1.0.1
7012026-05-08T22:22:32.527Z Downloaded glob v0.3.3
7022026-05-08T22:22:32.527Z Downloaded indent_write v2.2.0
7032026-05-08T22:22:32.531Z Downloaded git-stub-vcs v0.1.0
7042026-05-08T22:22:32.531Z Downloaded futures-executor v0.3.32
7052026-05-08T22:22:32.531Z Downloaded fs_extra v1.3.0
7062026-05-08T22:22:32.534Z Downloaded instant v0.1.13
7072026-05-08T22:22:32.534Z Downloaded group v0.13.0
7082026-05-08T22:22:32.534Z Downloaded fs-err v2.11.0
7092026-05-08T22:22:32.537Z Downloaded derive_builder v0.20.2
7102026-05-08T22:22:32.537Z Downloaded is_ci v1.2.0
7112026-05-08T22:22:32.541Z Downloaded is-terminal v0.4.17
7122026-05-08T22:22:32.541Z Downloaded darling v0.23.0
7132026-05-08T22:22:32.544Z Downloaded kstat-rs v0.2.4
7142026-05-08T22:22:32.544Z Downloaded crossbeam-channel v0.5.15
7152026-05-08T22:22:32.548Z Downloaded instability v0.3.11
7162026-05-08T22:22:32.548Z Downloaded darling v0.21.3
7172026-05-08T22:22:32.552Z Downloaded internet-checksum v0.2.1
7182026-05-08T22:22:32.552Z Downloaded darling v0.20.11
7192026-05-08T22:22:32.556Z Downloaded colored v2.2.0
7202026-05-08T22:22:32.556Z Downloaded highway v1.3.0
7212026-05-08T22:22:32.559Z Downloaded ciborium v0.2.2
7222026-05-08T22:22:32.559Z Downloaded backon v1.6.0
7232026-05-08T22:22:32.562Z Downloaded daft v0.1.5
7242026-05-08T22:22:32.562Z Downloaded keccak v0.1.6
7252026-05-08T22:22:32.566Z Downloaded http-body-util v0.1.3
7262026-05-08T22:22:32.566Z Downloaded crc-any v2.5.0
7272026-05-08T22:22:32.566Z Downloaded blake2 v0.10.6
7282026-05-08T22:22:32.571Z Downloaded chacha20 v0.10.0
7292026-05-08T22:22:32.571Z Downloaded filetime v0.2.27
7302026-05-08T22:22:32.574Z Downloaded lazy_static v1.5.0
7312026-05-08T22:22:32.574Z Downloaded lalrpop-util v0.19.12
7322026-05-08T22:22:32.574Z Downloaded lru-slab v0.1.2
7332026-05-08T22:22:32.574Z Downloaded md-5 v0.10.6
7342026-05-08T22:22:32.574Z Downloaded maplit v1.0.2
7352026-05-08T22:22:32.574Z Downloaded managed v0.8.0
7362026-05-08T22:22:32.577Z Downloaded erased-serde v0.3.31
7372026-05-08T22:22:32.577Z Downloaded libscf-sys v1.1.0
7382026-05-08T22:22:32.577Z Downloaded lru-cache v0.1.2
7392026-05-08T22:22:32.580Z Downloaded console v0.15.11
7402026-05-08T22:22:32.580Z Downloaded mime v0.3.17
7412026-05-08T22:22:32.582Z Downloaded convert_case v0.10.0
7422026-05-08T22:22:32.583Z Downloaded match_cfg v0.1.0
7432026-05-08T22:22:32.583Z Downloaded lru v0.12.5
7442026-05-08T22:22:32.587Z Downloaded backoff v0.4.0
7452026-05-08T22:22:32.587Z Downloaded humantime v2.3.0
7462026-05-08T22:22:32.587Z Downloaded bzip2 v0.4.4
7472026-05-08T22:22:32.590Z Downloaded md5 v0.7.0
7482026-05-08T22:22:32.590Z Downloaded indoc v1.0.9
7492026-05-08T22:22:32.590Z Downloaded hyper-staticfile v0.10.1
7502026-05-08T22:22:32.593Z Downloaded futures-channel v0.3.32
7512026-05-08T22:22:32.593Z Downloaded drift v0.1.4
7522026-05-08T22:22:32.598Z Downloaded getrandom v0.2.17
7532026-05-08T22:22:32.601Z Downloaded data-encoding v2.10.0
7542026-05-08T22:22:32.601Z Downloaded maybe-uninit v2.0.0
7552026-05-08T22:22:32.604Z Downloaded impl-trait-for-tuples v0.2.3
7562026-05-08T22:22:32.604Z Downloaded memoffset v0.9.1
7572026-05-08T22:22:32.604Z Downloaded lzss v0.8.2
7582026-05-08T22:22:32.607Z Downloaded document-features v0.2.12
7592026-05-08T22:22:32.610Z Downloaded newline-converter v0.3.0
7602026-05-08T22:22:32.610Z Downloaded hmac v0.12.1
7612026-05-08T22:22:32.610Z Downloaded derive-where v1.6.0
7622026-05-08T22:22:32.613Z Downloaded normalize-line-endings v0.3.0
7632026-05-08T22:22:32.613Z Downloaded nodrop v0.1.14
7642026-05-08T22:22:32.616Z Downloaded new_debug_unreachable v1.0.6
7652026-05-08T22:22:32.619Z Downloaded inout v0.1.4
7662026-05-08T22:22:32.619Z Downloaded ingot-types v0.1.2
7672026-05-08T22:22:32.619Z Downloaded num v0.4.3
7682026-05-08T22:22:32.622Z Downloaded nibble_vec v0.1.0
7692026-05-08T22:22:32.622Z Downloaded newtype_derive v0.1.6
7702026-05-08T22:22:32.625Z Downloaded cookie_store v0.22.1
7712026-05-08T22:22:32.628Z Downloaded ipnetwork v0.21.1
7722026-05-08T22:22:32.631Z Downloaded constant_time_eq v0.4.2
7732026-05-08T22:22:32.634Z Downloaded num-conv v0.2.0
7742026-05-08T22:22:32.634Z Downloaded nonempty v0.12.0
7752026-05-08T22:22:32.637Z Downloaded num-derive v0.4.2
7762026-05-08T22:22:32.637Z Downloaded num_enum_derive v0.5.11
7772026-05-08T22:22:32.637Z Downloaded num-derive v0.3.3
7782026-05-08T22:22:32.640Z Downloaded num_threads v0.1.7
7792026-05-08T22:22:32.640Z Downloaded num-iter v0.1.45
7802026-05-08T22:22:32.640Z Downloaded futures v0.3.32
7812026-05-08T22:22:32.643Z Downloaded linear-map v1.2.0
7822026-05-08T22:22:32.646Z Downloaded libsw-core v0.3.2
7832026-05-08T22:22:32.646Z Downloaded jobserver v0.1.34
7842026-05-08T22:22:32.646Z Downloaded lock_api v0.4.14
7852026-05-08T22:22:32.650Z Downloaded libloading v0.8.9
7862026-05-08T22:22:32.652Z Downloaded openssl-probe v0.2.1
7872026-05-08T22:22:32.652Z Downloaded openssl-macros v0.1.1
7882026-05-08T22:22:32.652Z Downloaded libsw v3.5.0
7892026-05-08T22:22:32.656Z Downloaded packed_struct_codegen v0.10.1
7902026-05-08T22:22:32.659Z Downloaded olpc-cjson v0.1.4
7912026-05-08T22:22:32.660Z Downloaded const-oid v0.9.6
7922026-05-08T22:22:32.660Z Downloaded httparse v1.10.1
7932026-05-08T22:22:32.663Z Downloaded opaque-debug v0.3.1
7942026-05-08T22:22:32.663Z Downloaded elliptic-curve v0.13.8
7952026-05-08T22:22:32.666Z Downloaded openssl-probe v0.1.6
7962026-05-08T22:22:32.666Z Downloaded oso-derive v0.27.3
7972026-05-08T22:22:32.669Z Downloaded dropshot_endpoint v0.17.0
7982026-05-08T22:22:32.669Z Downloaded half v1.8.3
7992026-05-08T22:22:32.672Z Downloaded iana-time-zone v0.1.65
8002026-05-08T22:22:33.678Z Downloaded mime_guess v2.0.5
8012026-05-08T22:22:33.683Z Downloaded multimap v0.10.1
8022026-05-08T22:22:33.683Z Downloaded ingot-macros v0.1.1
8032026-05-08T22:22:33.683Z Downloaded indoc v2.0.7
8042026-05-08T22:22:33.683Z Downloaded parse-size v1.1.0
8052026-05-08T22:22:33.683Z Downloaded newtype-uuid v1.3.2
8062026-05-08T22:22:33.683Z Downloaded parse-display v0.10.0
8072026-05-08T22:22:33.683Z Downloaded native-tls v0.2.18
8082026-05-08T22:22:33.683Z Downloaded ingot v0.1.1
8092026-05-08T22:22:33.683Z Downloaded dropshot_endpoint v0.16.7
8102026-05-08T22:22:33.684Z Downloaded pbkdf2 v0.12.2
8112026-05-08T22:22:33.684Z Downloaded crossterm v0.28.1
8122026-05-08T22:22:33.684Z Downloaded pbkdf2 v0.11.0
8132026-05-08T22:22:33.684Z Downloaded path-slash v0.1.5
8142026-05-08T22:22:33.684Z Downloaded pin-utils v0.1.0
8152026-05-08T22:22:33.684Z Downloaded peg-runtime v0.8.5
8162026-05-08T22:22:33.684Z Downloaded num_enum v0.7.5
8172026-05-08T22:22:33.684Z Downloaded phf_shared v0.12.1
8182026-05-08T22:22:33.684Z Downloaded num-rational v0.4.2
8192026-05-08T22:22:33.684Z Downloaded num-integer v0.1.46
8202026-05-08T22:22:33.684Z Downloaded hyper-rustls v0.27.7
8212026-05-08T22:22:33.684Z Downloaded libefi-sys v0.1.0
8222026-05-08T22:22:33.684Z Downloaded dropshot-api-manager v0.7.1
8232026-05-08T22:22:33.684Z Downloaded num_enum v0.5.11
8242026-05-08T22:22:33.684Z Downloaded const_format v0.2.35
8252026-05-08T22:22:33.684Z Downloaded precomputed-hash v0.1.1
8262026-05-08T22:22:33.684Z Downloaded darling_core v0.23.0
8272026-05-08T22:22:33.684Z Downloaded phf_shared v0.13.1
8282026-05-08T22:22:33.684Z Downloaded phf_shared v0.11.3
8292026-05-08T22:22:33.684Z Downloaded litrs v1.0.0
8302026-05-08T22:22:33.685Z Downloaded linked-hash-map v0.5.6
8312026-05-08T22:22:33.685Z Downloaded oxnet v0.1.4
8322026-05-08T22:22:33.685Z Downloaded bytes v1.11.1
8332026-05-08T22:22:33.685Z Downloaded num_enum_derive v0.7.5
8342026-05-08T22:22:33.685Z Downloaded async-compression v0.4.41
8352026-05-08T22:22:33.685Z Downloaded ignore v0.4.25
8362026-05-08T22:22:33.685Z Downloaded oxide-tokio-rt v0.1.4
8372026-05-08T22:22:33.685Z Downloaded half v2.7.1
8382026-05-08T22:22:33.685Z Downloaded num-complex v0.4.6
8392026-05-08T22:22:33.685Z Downloaded nu-ansi-term v0.50.3
8402026-05-08T22:22:33.685Z Downloaded memmap2 v0.9.10
8412026-05-08T22:22:33.685Z Downloaded powerfmt v0.2.0
8422026-05-08T22:22:33.685Z Downloaded proc-macro-crate v1.3.1
8432026-05-08T22:22:33.685Z Downloaded flume v0.11.1
8442026-05-08T22:22:33.685Z Downloaded owo-colors v4.3.0
8452026-05-08T22:22:33.685Z Downloaded flate2 v1.1.9
8462026-05-08T22:22:33.685Z Downloaded parking_lot_core v0.8.6
8472026-05-08T22:22:33.685Z Downloaded password-hash v0.4.2
8482026-05-08T22:22:33.685Z Downloaded fatfs v0.3.6
8492026-05-08T22:22:33.685Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-05-08T22:22:33.685Z Downloaded predicates-tree v1.0.13
8512026-05-08T22:22:33.685Z Downloaded predicates-core v1.0.10
8522026-05-08T22:22:33.685Z Downloaded multer v3.1.0
8532026-05-08T22:22:33.685Z Downloaded progenitor-client v0.14.0
8542026-05-08T22:22:33.685Z Downloaded peg v0.8.5
8552026-05-08T22:22:33.685Z Downloaded derive_more-impl v2.1.1
8562026-05-08T22:22:33.685Z Downloaded indexmap v1.9.3
8572026-05-08T22:22:33.685Z Downloaded progenitor-macro v0.10.0
8582026-05-08T22:22:33.685Z Downloaded pin-project-internal v1.1.11
8592026-05-08T22:22:33.685Z Downloaded ar_archive_writer v0.5.1
8602026-05-08T22:22:33.685Z Downloaded pem-rfc7468 v0.7.0
8612026-05-08T22:22:33.685Z Downloaded psl-types v2.0.11
8622026-05-08T22:22:33.685Z Downloaded paste v1.0.15
8632026-05-08T22:22:33.685Z Downloaded heapless v0.8.0
8642026-05-08T22:22:33.685Z Downloaded polyval v0.6.2
8652026-05-08T22:22:33.685Z Downloaded heapless v0.7.17
8662026-05-08T22:22:33.685Z Downloaded poly1305 v0.8.0
8672026-05-08T22:22:33.686Z Downloaded progenitor-client v0.11.2
8682026-05-08T22:22:33.686Z Downloaded pem v3.0.6
8692026-05-08T22:22:33.686Z Downloaded progenitor-macro v0.13.0
8702026-05-08T22:22:33.686Z Downloaded progenitor-macro v0.11.2
8712026-05-08T22:22:33.686Z Downloaded packed_struct v0.10.1
8722026-05-08T22:22:33.686Z Downloaded quick-error v1.2.3
8732026-05-08T22:22:33.686Z Downloaded peg-macros v0.8.5
8742026-05-08T22:22:33.686Z Downloaded password-hash v0.5.0
8752026-05-08T22:22:33.686Z Downloaded headers v0.4.1
8762026-05-08T22:22:33.686Z Downloaded radium v0.7.0
8772026-05-08T22:22:33.686Z Downloaded progenitor-macro v0.14.0
8782026-05-08T22:22:33.686Z Downloaded phf v0.13.1
8792026-05-08T22:22:33.686Z Downloaded phf v0.12.1
8802026-05-08T22:22:33.686Z Downloaded getrandom v0.3.4
8812026-05-08T22:22:33.686Z Downloaded libbz2-rs-sys v0.2.2
8822026-05-08T22:22:33.686Z Downloaded postgres-protocol v0.6.10
8832026-05-08T22:22:33.686Z Downloaded omicron-zone-package v0.12.2
8842026-05-08T22:22:33.686Z Downloaded indicatif v0.18.4
8852026-05-08T22:22:33.686Z Downloaded pkcs8 v0.10.2
8862026-05-08T22:22:33.686Z Downloaded parking_lot v0.11.2
8872026-05-08T22:22:33.686Z Downloaded parking_lot_core v0.9.12
8882026-05-08T22:22:33.686Z Downloaded parking_lot v0.12.5
8892026-05-08T22:22:33.686Z Downloaded derive_more v2.1.1
8902026-05-08T22:22:33.686Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-05-08T22:22:33.686Z Downloaded rand_xorshift v0.4.0
8922026-05-08T22:22:33.686Z Downloaded rand_chacha v0.3.1
8932026-05-08T22:22:33.686Z Downloaded ppv-lite86 v0.2.21
8942026-05-08T22:22:33.686Z Downloaded recursive v0.1.1
8952026-05-08T22:22:33.686Z Downloaded pkg-config v0.3.32
8962026-05-08T22:22:33.686Z Downloaded parse-display-derive v0.10.0
8972026-05-08T22:22:33.686Z Downloaded der v0.7.10
8982026-05-08T22:22:33.686Z Downloaded proc-macro-error2 v2.0.1
8992026-05-08T22:22:33.686Z Downloaded progenitor v0.11.2
9002026-05-08T22:22:33.686Z Downloaded progenitor v0.10.0
9012026-05-08T22:22:33.694Z Downloaded ref-cast-impl v1.0.25
9022026-05-08T22:22:33.694Z Downloaded progenitor v0.13.0
9032026-05-08T22:22:33.694Z Downloaded proc-macro-crate v3.4.0
9042026-05-08T22:22:33.694Z Downloaded primeorder v0.13.6
9052026-05-08T22:22:33.694Z Downloaded darling_core v0.20.11
9062026-05-08T22:22:33.694Z Downloaded newtype-uuid-macros v0.1.0
9072026-05-08T22:22:33.694Z Downloaded nanorand v0.7.0
9082026-05-08T22:22:33.694Z Downloaded ipnet v2.11.0
9092026-05-08T22:22:33.694Z Downloaded darling_core v0.21.3
9102026-05-08T22:22:33.694Z Downloaded ref-cast v1.0.25
9112026-05-08T22:22:33.694Z Downloaded progenitor-extras v0.2.0
9122026-05-08T22:22:33.694Z Downloaded progenitor-client v0.13.0
9132026-05-08T22:22:33.694Z Downloaded bumpalo v3.20.2
9142026-05-08T22:22:33.694Z Downloaded base64 v0.22.1
9152026-05-08T22:22:33.694Z Downloaded progenitor-client v0.10.0
9162026-05-08T22:22:33.695Z Downloaded hickory-resolver v0.25.2
9172026-05-08T22:22:33.695Z Downloaded oso v0.27.3
9182026-05-08T22:22:33.695Z Downloaded pkcs1 v0.7.5
9192026-05-08T22:22:33.695Z Downloaded psm v0.1.30
9202026-05-08T22:22:33.695Z Downloaded papergrid v0.17.0
9212026-05-08T22:22:33.695Z Downloaded rustc_version v0.4.1
9222026-05-08T22:22:33.695Z Downloaded rustc_version v0.1.7
9232026-05-08T22:22:33.695Z Downloaded rustc-hash v2.1.1
9242026-05-08T22:22:33.695Z Downloaded russh-cryptovec v0.7.3
9252026-05-08T22:22:33.695Z Downloaded rtoolbox v0.0.3
9262026-05-08T22:22:33.695Z Downloaded expectorate v1.2.0
9272026-05-08T22:22:33.695Z Downloaded pin-project-lite v0.2.17
9282026-05-08T22:22:33.695Z Downloaded pkcs5 v0.7.1
9292026-05-08T22:22:33.695Z Downloaded rand_seeder v0.4.0
9302026-05-08T22:22:33.695Z Downloaded r2d2 v0.8.10
9312026-05-08T22:22:33.695Z Downloaded rand_core v0.10.0
9322026-05-08T22:22:33.695Z Downloaded rand_chacha v0.9.0
9332026-05-08T22:22:33.695Z Downloaded postgres-types v0.2.12
9342026-05-08T22:22:33.695Z Downloaded same-file v1.0.6
9352026-05-08T22:22:33.695Z Downloaded hashbrown v0.12.3
9362026-05-08T22:22:33.695Z Downloaded postcard v1.1.3
9372026-05-08T22:22:33.695Z Downloaded rand_core v0.6.4
9382026-05-08T22:22:33.695Z Downloaded miniz_oxide v0.8.9
9392026-05-08T22:22:33.695Z Downloaded p256 v0.13.2
9402026-05-08T22:22:33.695Z Downloaded scheduled-thread-pool v0.2.7
9412026-05-08T22:22:33.695Z Downloaded sapling-renderdag v0.1.0
9422026-05-08T22:22:33.696Z Downloaded progenitor v0.14.0
9432026-05-08T22:22:33.696Z Downloaded predicates v3.1.4
9442026-05-08T22:22:33.696Z Downloaded rfc6979 v0.4.0
9452026-05-08T22:22:33.696Z Downloaded pin-project v1.1.11
9462026-05-08T22:22:33.696Z Downloaded secrecy v0.8.0
9472026-05-08T22:22:33.696Z Downloaded serde_bytes v0.11.19
9482026-05-08T22:22:33.696Z Downloaded serde_plain v1.0.2
9492026-05-08T22:22:33.696Z Downloaded serde-big-array v0.5.1
9502026-05-08T22:22:33.696Z Downloaded seq-macro v0.3.6
9512026-05-08T22:22:33.696Z Downloaded scrypt v0.11.0
9522026-05-08T22:22:33.696Z Downloaded jiff-static v0.2.21
9532026-05-08T22:22:33.696Z Downloaded resolv-conf v0.7.6
9542026-05-08T22:22:33.696Z Downloaded scroll_derive v0.13.1
9552026-05-08T22:22:33.696Z Downloaded scopeguard v1.2.0
9562026-05-08T22:22:33.696Z Downloaded openssl-sys v0.9.114
9572026-05-08T22:22:33.696Z Downloaded semver v0.1.20
9582026-05-08T22:22:33.696Z Downloaded serde_spanned v1.0.4
9592026-05-08T22:22:33.696Z Downloaded serde_urlencoded v0.7.1
9602026-05-08T22:22:33.696Z Downloaded hickory-resolver v0.24.4
9612026-05-08T22:22:33.696Z Downloaded serde_repr v0.1.20
9622026-05-08T22:22:33.696Z Downloaded sigpipe v0.1.3
9632026-05-08T22:22:33.696Z Downloaded signal-hook-mio v0.2.5
9642026-05-08T22:22:33.696Z Downloaded sha1 v0.10.6
9652026-05-08T22:22:33.696Z Downloaded quinn-udp v0.5.14
9662026-05-08T22:22:33.697Z Downloaded diesel_derives v2.3.7
9672026-05-08T22:22:33.697Z Downloaded salsa20 v0.10.2
9682026-05-08T22:22:33.697Z Downloaded signature v2.2.0
9692026-05-08T22:22:33.697Z Downloaded rustls-pemfile v2.2.0
9702026-05-08T22:22:33.697Z Downloaded minimal-lexical v0.2.1
9712026-05-08T22:22:33.697Z Downloaded rustls-pemfile v1.0.4
9722026-05-08T22:22:33.697Z Downloaded rand_core v0.9.5
9732026-05-08T22:22:33.697Z Downloaded signal-hook-tokio v0.3.1
9742026-05-08T22:22:33.697Z Downloaded shell-words v1.1.1
9752026-05-08T22:22:33.697Z Downloaded rustversion v1.0.22
9762026-05-08T22:22:33.697Z Downloaded siphasher v1.0.2
9772026-05-08T22:22:33.697Z Downloaded hashbrown v0.13.2
9782026-05-08T22:22:33.697Z Downloaded prefix-trie v0.7.0
9792026-05-08T22:22:33.697Z Downloaded sct v0.7.1
9802026-05-08T22:22:33.697Z Downloaded schemars_derive v0.8.22
9812026-05-08T22:22:33.697Z Downloaded scroll v0.13.0
9822026-05-08T22:22:33.697Z Downloaded sec1 v0.7.3
9832026-05-08T22:22:33.697Z Downloaded slog-bunyan v2.5.0
9842026-05-08T22:22:33.697Z Downloaded serde-hex v0.1.0
9852026-05-08T22:22:33.697Z Downloaded progenitor-impl v0.11.2
9862026-05-08T22:22:33.697Z Downloaded secrecy v0.10.3
9872026-05-08T22:22:33.697Z Downloaded slog-envlogger v2.2.0
9882026-05-08T22:22:33.697Z Downloaded progenitor-impl v0.13.0
9892026-05-08T22:22:33.697Z Downloaded progenitor-impl v0.10.0
9902026-05-08T22:22:33.698Z Downloaded serde_path_to_error v0.1.20
9912026-05-08T22:22:33.698Z Downloaded ssh-cipher v0.2.0
9922026-05-08T22:22:33.698Z Downloaded russh-keys v0.45.0
9932026-05-08T22:22:33.698Z Downloaded ssh-encoding v0.2.0
9942026-05-08T22:22:33.698Z Downloaded sqlparser_derive v0.5.0
9952026-05-08T22:22:33.698Z Downloaded strip-ansi-escapes v0.2.1
9962026-05-08T22:22:33.698Z Downloaded shlex v1.3.0
9972026-05-08T22:22:33.698Z Downloaded rustls-pki-types v1.14.0
9982026-05-08T22:22:33.698Z Downloaded rustls-native-certs v0.8.3
9992026-05-08T22:22:33.699Z Downloaded rusty-fork v0.3.1
10002026-05-08T22:22:33.699Z Downloaded signal-hook-registry v1.4.8
10012026-05-08T22:22:33.703Z Downloaded subtle v2.6.1
10022026-05-08T22:22:33.703Z Downloaded structmeta v0.3.0
10032026-05-08T22:22:33.703Z Downloaded slab v0.4.12
10042026-05-08T22:22:33.703Z Downloaded strum v0.26.3
10052026-05-08T22:22:33.703Z Downloaded rcgen v0.12.1
10062026-05-08T22:22:33.703Z Downloaded structmeta-derive v0.3.0
10072026-05-08T22:22:33.703Z Downloaded slog-async v2.8.0
10082026-05-08T22:22:33.703Z Downloaded pretty_assertions v1.4.1
10092026-05-08T22:22:33.703Z Downloaded strum v0.27.2
10102026-05-08T22:22:33.703Z Downloaded supports-color v3.0.2
10112026-05-08T22:22:33.703Z Downloaded tabled_derive v0.11.0
10122026-05-08T22:22:33.703Z Downloaded sync_wrapper v1.0.2
10132026-05-08T22:22:33.703Z Downloaded sync-ptr v0.1.4
10142026-05-08T22:22:33.703Z Downloaded slog-dtrace v0.3.0
10152026-05-08T22:22:33.703Z Downloaded take_mut v0.2.2
10162026-05-08T22:22:33.704Z Downloaded tap v1.0.1
10172026-05-08T22:22:33.704Z Downloaded tagptr v0.2.0
10182026-05-08T22:22:33.704Z Downloaded progenitor-impl v0.14.0
10192026-05-08T22:22:33.704Z Downloaded thiserror-impl-no-std v2.0.2
10202026-05-08T22:22:33.704Z Downloaded tabwriter v1.4.1
10212026-05-08T22:22:33.704Z Downloaded testing_table v0.3.0
10222026-05-08T22:22:33.704Z Downloaded thread-id v5.1.0
10232026-05-08T22:22:33.704Z Downloaded num-bigint v0.4.6
10242026-05-08T22:22:33.704Z Downloaded smf v0.2.3
10252026-05-08T22:22:33.704Z Downloaded slog-stdlog v4.1.1
10262026-05-08T22:22:33.704Z Downloaded serde_with_macros v3.17.0
10272026-05-08T22:22:33.704Z Downloaded sqlformat v0.3.5
10282026-05-08T22:22:33.704Z Downloaded smallvec v0.6.14
10292026-05-08T22:22:33.704Z Downloaded slog-term v2.9.2
10302026-05-08T22:22:33.704Z Downloaded time-core v0.1.8
10312026-05-08T22:22:33.704Z Downloaded itertools v0.10.5
10322026-05-08T22:22:33.704Z Downloaded http v1.4.0
10332026-05-08T22:22:33.704Z Downloaded ron v0.8.1
10342026-05-08T22:22:33.704Z Downloaded slog-scope v4.4.1
10352026-05-08T22:22:33.704Z Downloaded serde_derive_internals v0.29.1
10362026-05-08T22:22:33.704Z Downloaded snafu-derive v0.8.9
10372026-05-08T22:22:33.704Z Downloaded string_cache v0.8.9
10382026-05-08T22:22:33.704Z Downloaded spki v0.7.3
10392026-05-08T22:22:33.704Z Downloaded static_assertions v1.1.0
10402026-05-08T22:22:33.704Z Downloaded stacker v0.1.23
10412026-05-08T22:22:33.704Z Downloaded aes v0.8.4
10422026-05-08T22:22:33.704Z Downloaded hashbrown v0.15.5
10432026-05-08T22:22:33.704Z Downloaded tinyvec_macros v0.1.1
10442026-05-08T22:22:33.704Z Downloaded stringprep v0.1.5
10452026-05-08T22:22:33.704Z Downloaded mio v1.2.0
10462026-05-08T22:22:33.704Z Downloaded hashbrown v0.16.1
10472026-05-08T22:22:33.704Z Downloaded rustls-platform-verifier v0.6.2
10482026-05-08T22:22:33.704Z Downloaded simd-adler32 v0.3.8
10492026-05-08T22:22:33.704Z Downloaded hyper-util v0.1.20
10502026-05-08T22:22:33.704Z Downloaded support-bundle-viewer v0.1.2
10512026-05-08T22:22:33.704Z Downloaded rayon-core v1.13.0
10522026-05-08T22:22:33.705Z Downloaded strum_macros v0.26.4
10532026-05-08T22:22:33.705Z Downloaded strum_macros v0.27.2
10542026-05-08T22:22:33.705Z Downloaded ryu v1.0.23
10552026-05-08T22:22:33.705Z Downloaded tokio-macros v2.7.0
10562026-05-08T22:22:33.705Z Downloaded termtree v0.5.1
10572026-05-08T22:22:33.705Z Downloaded schemars v0.8.22
10582026-05-08T22:22:33.705Z Downloaded strum_macros v0.24.3
10592026-05-08T22:22:33.705Z Downloaded hickory-server v0.25.2
10602026-05-08T22:22:33.705Z Downloaded nom v7.1.3
10612026-05-08T22:22:33.705Z Downloaded slog-json v2.6.1
10622026-05-08T22:22:33.705Z Downloaded bitvec v1.0.1
10632026-05-08T22:22:33.705Z Downloaded thread_local v1.1.9
10642026-05-08T22:22:33.705Z Downloaded termios v0.3.3
10652026-05-08T22:22:33.705Z Downloaded serde_cbor v0.11.2
10662026-05-08T22:22:33.705Z Downloaded aes-gcm v0.10.3
10672026-05-08T22:22:33.705Z Downloaded qorb v0.4.1
10682026-05-08T22:22:33.705Z Downloaded libxml v0.3.3
10692026-05-08T22:22:33.705Z Downloaded spin v0.9.8
10702026-05-08T22:22:33.705Z Downloaded tower-layer v0.3.3
10712026-05-08T22:22:33.705Z Downloaded time-macros v0.2.27
10722026-05-08T22:22:33.705Z Downloaded tower-service v0.3.3
10732026-05-08T22:22:33.705Z Downloaded signal-hook v0.3.18
10742026-05-08T22:22:33.705Z Downloaded thiserror-no-std v2.0.2
10752026-05-08T22:22:33.705Z Downloaded tiny-keccak v2.0.2
10762026-05-08T22:22:33.705Z Downloaded rand v0.8.5
10772026-05-08T22:22:33.705Z Downloaded similar v2.7.0
10782026-05-08T22:22:33.705Z Downloaded trait-variant v0.1.2
10792026-05-08T22:22:33.705Z Downloaded tokio-native-tls v0.3.1
10802026-05-08T22:22:33.705Z Downloaded try-lock v0.2.5
10812026-05-08T22:22:33.705Z Downloaded iddqd v0.3.18
10822026-05-08T22:22:33.705Z Downloaded universal-hash v0.5.1
10832026-05-08T22:22:33.705Z Downloaded unicode-truncate v1.1.0
10842026-05-08T22:22:33.705Z Downloaded unarray v0.1.4
10852026-05-08T22:22:33.705Z Downloaded unit-prefix v0.5.2
10862026-05-08T22:22:33.706Z Downloaded typify-macro v0.6.2
10872026-05-08T22:22:33.706Z Downloaded typify-macro v0.4.3
10882026-05-08T22:22:33.706Z Downloaded tls_codec v0.4.2
10892026-05-08T22:22:33.706Z Downloaded tokio-dtrace v0.1.1
10902026-05-08T22:22:33.706Z Downloaded prettyplease v0.2.37
10912026-05-08T22:22:33.706Z Downloaded tokio-rustls v0.25.0
10922026-05-08T22:22:33.706Z Downloaded slog v2.8.2
10932026-05-08T22:22:33.706Z Downloaded tokio-tungstenite v0.23.1
10942026-05-08T22:22:33.706Z Downloaded aho-corasick v1.1.4
10952026-05-08T22:22:33.706Z Downloaded num-bigint-dig v0.8.6
10962026-05-08T22:22:33.706Z Downloaded topological-sort v0.2.2
10972026-05-08T22:22:33.707Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10982026-05-08T22:22:33.708Z Downloaded untrusted v0.9.0
10992026-05-08T22:22:33.708Z Downloaded utf-8 v0.7.6
11002026-05-08T22:22:33.708Z Downloaded usdt v0.6.0
11012026-05-08T22:22:33.712Z Downloaded tokio-tungstenite v0.21.0
11022026-05-08T22:22:33.712Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-05-08T22:22:33.713Z Downloaded usdt-macro v0.6.0
11042026-05-08T22:22:33.713Z Downloaded term v1.2.1
11052026-05-08T22:22:33.713Z Downloaded term v0.7.0
11062026-05-08T22:22:33.713Z Downloaded toml_writer v1.0.6+spec-1.1.0
11072026-05-08T22:22:33.713Z Downloaded socket2 v0.5.10
11082026-05-08T22:22:33.713Z Downloaded publicsuffix v2.3.0
11092026-05-08T22:22:33.713Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-08T22:22:33.713Z Downloaded usdt-attr-macro v0.6.0
11112026-05-08T22:22:33.713Z Downloaded waitgroup v0.1.2
11122026-05-08T22:22:33.713Z Downloaded want v0.3.1
11132026-05-08T22:22:33.713Z Downloaded void v1.0.2
11142026-05-08T22:22:33.713Z Downloaded socket2 v0.6.3
11152026-05-08T22:22:33.713Z Downloaded futures-util v0.3.32
11162026-05-08T22:22:33.713Z Downloaded rustls-webpki v0.103.9
11172026-05-08T22:22:33.713Z Downloaded xattr v1.6.1
11182026-05-08T22:22:33.713Z Downloaded tls_codec_derive v0.4.2
11192026-05-08T22:22:33.713Z Downloaded rand v0.10.0
11202026-05-08T22:22:33.713Z Downloaded samael v0.0.19
11212026-05-08T22:22:33.713Z Downloaded rand v0.9.2
11222026-05-08T22:22:33.713Z Downloaded subprocess v0.2.15
11232026-05-08T22:22:33.713Z Downloaded unicase v2.9.0
11242026-05-08T22:22:33.713Z Downloaded tokio-stream v0.1.18
11252026-05-08T22:22:33.713Z Downloaded tui-tree-widget v0.23.1
11262026-05-08T22:22:33.713Z Downloaded tokio-rustls v0.24.1
11272026-05-08T22:22:33.713Z Downloaded iri-string v0.7.10
11282026-05-08T22:22:33.714Z Downloaded tokio-rustls v0.26.4
11292026-05-08T22:22:33.714Z Downloaded test-strategy v0.4.5
11302026-05-08T22:22:33.714Z Downloaded xshell-macros v0.2.7
11312026-05-08T22:22:33.714Z Downloaded wait-timeout v0.2.1
11322026-05-08T22:22:33.714Z Downloaded zeroize_derive v1.4.3
11332026-05-08T22:22:33.714Z Downloaded schemars v1.2.1
11342026-05-08T22:22:33.714Z Downloaded usdt-impl v0.6.0
11352026-05-08T22:22:33.714Z Downloaded itertools v0.12.1
11362026-05-08T22:22:33.714Z Downloaded untrusted v0.7.1
11372026-05-08T22:22:33.714Z Downloaded snafu v0.8.9
11382026-05-08T22:22:33.714Z Downloaded hkdf v0.12.4
11392026-05-08T22:22:33.714Z Downloaded schemars v0.9.0
11402026-05-08T22:22:33.714Z Downloaded rsa v0.9.10
11412026-05-08T22:22:33.714Z Downloaded quinn v0.11.9
11422026-05-08T22:22:33.714Z Downloaded vergen-gitcl v1.0.8
11432026-05-08T22:22:33.714Z Downloaded vergen-git2 v1.0.7
11442026-05-08T22:22:33.714Z Downloaded blake3 v1.8.3
11452026-05-08T22:22:33.714Z Downloaded zone_cfg_derive v0.3.1
11462026-05-08T22:22:33.714Z Downloaded zone v0.3.1
11472026-05-08T22:22:33.714Z Downloaded itertools v0.14.0
11482026-05-08T22:22:33.714Z Downloaded hyper v1.8.1
11492026-05-08T22:22:33.714Z Downloaded tracing-attributes v0.1.31
11502026-05-08T22:22:33.714Z Downloaded itertools v0.13.0
11512026-05-08T22:22:33.714Z Downloaded tinyvec v1.10.0
11522026-05-08T22:22:33.714Z Downloaded h2 v0.4.13
11532026-05-08T22:22:33.714Z Downloaded whoami v2.1.0
11542026-05-08T22:22:33.714Z Downloaded whoami v1.6.1
11552026-05-08T22:22:33.714Z Downloaded walkdir v2.5.0
11562026-05-08T22:22:33.714Z Downloaded russh v0.45.0
11572026-05-08T22:22:33.714Z Downloaded uzers v0.12.2
11582026-05-08T22:22:33.715Z Downloaded wyz v0.5.1
11592026-05-08T22:22:33.715Z Downloaded unicode-properties v0.1.4
11602026-05-08T22:22:33.715Z Downloaded xshell v0.2.7
11612026-05-08T22:22:33.715Z Downloaded tar v0.4.45
11622026-05-08T22:22:33.715Z Downloaded zeroize v1.8.2
11632026-05-08T22:22:33.715Z Downloaded toml v1.0.6+spec-1.1.0
11642026-05-08T22:22:33.715Z Downloaded toml v0.9.12+spec-1.1.0
11652026-05-08T22:22:33.715Z Downloaded toml v0.7.8
11662026-05-08T22:22:33.715Z Downloaded zstd v0.13.3
11672026-05-08T22:22:33.715Z Downloaded libm v0.2.16
11682026-05-08T22:22:33.715Z Downloaded zstd-safe v7.2.4
11692026-05-08T22:22:33.715Z Downloaded vsss-rs v3.3.4
11702026-05-08T22:22:33.715Z Downloaded vergen-lib v0.1.6
11712026-05-08T22:22:33.715Z Downloaded vergen v9.0.6
11722026-05-08T22:22:33.715Z Downloaded twox-hash v2.1.2
11732026-05-08T22:22:33.715Z Downloaded tungstenite v0.21.0
11742026-05-08T22:22:33.715Z Downloaded p521 v0.13.3
11752026-05-08T22:22:33.715Z Downloaded tungstenite v0.23.0
11762026-05-08T22:22:33.715Z Downloaded yasna v0.5.2
11772026-05-08T22:22:33.715Z Downloaded unicode-bidi v0.3.18
11782026-05-08T22:22:33.715Z Downloaded rustyline v14.0.0
11792026-05-08T22:22:33.715Z Downloaded toml_edit v0.23.10+spec-1.0.0
11802026-05-08T22:22:33.715Z Downloaded zerocopy v0.6.6
11812026-05-08T22:22:33.715Z Downloaded toml_parser v1.0.9+spec-1.1.0
11822026-05-08T22:22:33.715Z Downloaded uuid v1.23.0
11832026-05-08T22:22:33.715Z Downloaded tracing-core v0.1.36
11842026-05-08T22:22:33.715Z Downloaded typify v0.6.2
11852026-05-08T22:22:33.715Z Downloaded steno v0.4.1
11862026-05-08T22:22:33.715Z Downloaded vte v0.14.1
11872026-05-08T22:22:33.715Z Downloaded bindgen v0.71.1
11882026-05-08T22:22:33.715Z Downloaded typify v0.4.3
11892026-05-08T22:22:33.715Z Downloaded aws-lc-rs v1.16.0
11902026-05-08T22:22:33.715Z Downloaded toml_edit v0.19.15
11912026-05-08T22:22:33.715Z Downloaded zopfli v0.8.3
11922026-05-08T22:22:33.715Z Downloaded reedline v0.40.0
11932026-05-08T22:22:33.715Z Downloaded unsafe-libyaml v0.2.11
11942026-05-08T22:22:33.716Z Downloaded unicode_categories v0.1.1
11952026-05-08T22:22:33.716Z Downloaded rpassword v7.4.0
11962026-05-08T22:22:33.716Z Downloaded tokio-postgres v0.7.16
11972026-05-08T22:22:33.716Z Downloaded portable-atomic v1.13.1
11982026-05-08T22:22:33.716Z Downloaded reqwest v0.13.2
11992026-05-08T22:22:33.716Z Downloaded reqwest v0.12.28
12002026-05-08T22:22:33.716Z Downloaded zip v0.6.6
12012026-05-08T22:22:33.720Z Downloaded chrono v0.4.44
12022026-05-08T22:22:33.720Z Downloaded p384 v0.13.1
12032026-05-08T22:22:33.720Z Downloaded git2 v0.20.4
12042026-05-08T22:22:33.720Z Downloaded curve25519-dalek v4.1.3
12052026-05-08T22:22:33.720Z Downloaded tower v0.5.3
12062026-05-08T22:22:33.720Z Downloaded x509-cert v0.2.5
12072026-05-08T22:22:33.720Z Downloaded rayon v1.11.0
12082026-05-08T22:22:33.720Z Downloaded yansi v1.0.1
12092026-05-08T22:22:33.720Z Downloaded typed-path v0.9.3
12102026-05-08T22:22:33.720Z Downloaded regex v1.12.3
12112026-05-08T22:22:33.720Z Downloaded goblin v0.10.5
12122026-05-08T22:22:33.720Z Downloaded zerocopy-derive v0.8.40
12132026-05-08T22:22:33.720Z Downloaded quick-xml v0.37.5
12142026-05-08T22:22:33.720Z Downloaded ssh-key v0.6.7
12152026-05-08T22:22:33.720Z Downloaded lalrpop v0.19.12
12162026-05-08T22:22:33.720Z Downloaded moka v0.12.13
12172026-05-08T22:22:33.720Z Downloaded tough v0.20.0
12182026-05-08T22:22:33.720Z Downloaded unicode-segmentation v1.12.0
12192026-05-08T22:22:33.720Z Downloaded salty v0.3.0
12202026-05-08T22:22:33.734Z Downloaded object v0.30.4
12212026-05-08T22:22:33.743Z Downloaded petname v2.0.2
12222026-05-08T22:22:33.748Z Downloaded rustls-webpki v0.101.7
12232026-05-08T22:22:33.760Z Downloaded unicode-normalization v0.1.25
12242026-05-08T22:22:33.764Z Downloaded tokio-util v0.7.18
12252026-05-08T22:22:33.768Z Downloaded quinn-proto v0.11.13
12262026-05-08T22:22:33.772Z Downloaded tower-http v0.6.8
12272026-05-08T22:22:33.776Z Downloaded proptest v1.10.0
12282026-05-08T22:22:33.784Z Downloaded serde_with v3.17.0
12292026-05-08T22:22:33.792Z Downloaded polar-core v0.27.3
12302026-05-08T22:22:33.797Z Downloaded openssl v0.10.78
12312026-05-08T22:22:33.802Z Downloaded bstr v1.12.1
12322026-05-08T22:22:33.808Z Downloaded zip v4.6.1
12332026-05-08T22:22:33.812Z Downloaded winnow v0.6.26
12342026-05-08T22:22:33.815Z Downloaded rustls-webpki v0.102.8
12352026-05-08T22:22:33.825Z Downloaded tabled v0.20.0
12362026-05-08T22:22:33.835Z Downloaded nix v0.28.0
12372026-05-08T22:22:33.865Z Downloaded hickory-proto v0.24.4
12382026-05-08T22:22:33.874Z Downloaded winnow v0.5.40
12392026-05-08T22:22:33.878Z Downloaded vcpkg v0.2.15
12402026-05-08T22:22:33.905Z Downloaded nix v0.31.2
12412026-05-08T22:22:33.909Z Downloaded smoltcp v0.11.0
12422026-05-08T22:22:33.915Z Downloaded radix_trie v0.2.1
12432026-05-08T22:22:33.919Z Downloaded regress v0.10.5
12442026-05-08T22:22:33.930Z Downloaded regress v0.11.1
12452026-05-08T22:22:33.937Z Downloaded nix v0.29.0
12462026-05-08T22:22:33.947Z Downloaded rustls v0.21.12
12472026-05-08T22:22:33.955Z Downloaded time v0.3.47
12482026-05-08T22:22:33.962Z Downloaded dropshot v0.17.0
12492026-05-08T22:22:33.974Z Downloaded smoltcp v0.9.1
12502026-05-08T22:22:33.980Z Downloaded dropshot v0.16.7
12512026-05-08T22:22:33.993Z Downloaded regex-syntax v0.6.29
12522026-05-08T22:22:33.997Z Downloaded object v0.37.3
12532026-05-08T22:22:34.003Z Downloaded zlib-rs v0.6.2
12542026-05-08T22:22:34.006Z Downloaded nix v0.27.1
12552026-05-08T22:22:34.014Z Downloaded rustls v0.23.37
12562026-05-08T22:22:34.023Z Downloaded webpki-roots v1.0.6
12572026-05-08T22:22:34.032Z Downloaded rustls v0.22.4
12582026-05-08T22:22:34.039Z Downloaded sqlparser v0.61.0
12592026-05-08T22:22:34.044Z Downloaded hickory-proto v0.25.2
12602026-05-08T22:22:34.059Z Downloaded sled v0.34.7
12612026-05-08T22:22:34.064Z Downloaded zerocopy v0.8.40
12622026-05-08T22:22:34.069Z Downloaded diesel v2.3.7
12632026-05-08T22:22:34.081Z Downloaded rustix v0.38.44
12642026-05-08T22:22:34.094Z Downloaded tracing v0.1.44
12652026-05-08T22:22:34.107Z Downloaded openapiv3 v2.2.0
12662026-05-08T22:22:34.113Z Downloaded bzip2-sys v0.1.13+1.0.8
12672026-05-08T22:22:34.120Z Downloaded zerocopy-derive v0.6.6
12682026-05-08T22:22:34.126Z Downloaded regex-syntax v0.8.10
12692026-05-08T22:22:34.145Z Downloaded chrono-tz v0.10.4
12702026-05-08T22:22:34.154Z Downloaded jiff v0.2.21
12712026-05-08T22:22:34.203Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-05-08T22:22:34.213Z Downloaded typify-impl v0.6.2
12732026-05-08T22:22:34.221Z Downloaded ratatui v0.29.0
12742026-05-08T22:22:34.233Z Downloaded typify-impl v0.4.3
12752026-05-08T22:22:34.241Z Downloaded sha3 v0.10.8
12762026-05-08T22:22:34.280Z Downloaded regex-automata v0.4.14
12772026-05-08T22:22:34.295Z Downloaded petgraph v0.6.5
12782026-05-08T22:22:34.307Z Downloaded ring v0.17.14
12792026-05-08T22:22:34.349Z Downloaded csv v1.4.0
12802026-05-08T22:22:34.360Z Downloaded petgraph v0.8.3
12812026-05-08T22:22:34.392Z Downloaded libz-sys v1.1.24
12822026-05-08T22:22:34.404Z Downloaded tokio v1.52.1
12832026-05-08T22:22:34.457Z Downloaded encoding_rs v0.8.35
12842026-05-08T22:22:34.495Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-08T22:22:34.943Z Downloaded aws-lc-sys v0.37.1
12862026-05-08T22:22:35.191Z Compiling libc v0.2.185
12872026-05-08T22:22:35.191Z Compiling serde v1.0.228
12882026-05-08T22:22:35.195Z Compiling shlex v1.3.0
12892026-05-08T22:22:35.195Z Compiling find-msvc-tools v0.1.9
12902026-05-08T22:22:35.195Z Compiling log v0.4.29
12912026-05-08T22:22:35.195Z Compiling smallvec v1.15.1
12922026-05-08T22:22:35.195Z Compiling typenum v1.19.0
12932026-05-08T22:22:35.195Z Compiling subtle v2.6.1
12942026-05-08T22:22:35.195Z Compiling generic-array v0.14.7
12952026-05-08T22:22:35.195Z Compiling scopeguard v1.2.0
12962026-05-08T22:22:35.387Z Compiling const-oid v0.9.6
12972026-05-08T22:22:35.469Z Compiling portable-atomic v1.13.1
12982026-05-08T22:22:35.474Z Compiling syn v2.0.117
12992026-05-08T22:22:35.478Z Compiling zerocopy v0.8.40
13002026-05-08T22:22:35.478Z Compiling serde_json v1.0.149
13012026-05-08T22:22:35.478Z Compiling critical-section v1.2.0
13022026-05-08T22:22:35.524Z Compiling lock_api v0.4.14
13032026-05-08T22:22:35.582Z Compiling pin-project-lite v0.2.17
13042026-05-08T22:22:35.623Z Compiling parking_lot_core v0.9.12
13052026-05-08T22:22:35.635Z Compiling pkg-config v0.3.32
13062026-05-08T22:22:35.635Z Compiling bitflags v2.11.0
13072026-05-08T22:22:35.662Z Compiling libm v0.2.16
13082026-05-08T22:22:35.675Z Compiling num-traits v0.2.19
13092026-05-08T22:22:35.719Z Compiling futures-core v0.3.32
13102026-05-08T22:22:35.763Z Compiling percent-encoding v2.3.2
13112026-05-08T22:22:35.802Z Compiling futures-sink v0.3.32
13122026-05-08T22:22:35.829Z Compiling cpufeatures v0.2.17
13132026-05-08T22:22:35.917Z Compiling futures-channel v0.3.32
13142026-05-08T22:22:35.934Z Compiling futures-io v0.3.32
13152026-05-08T22:22:35.951Z Compiling getrandom v0.4.1
13162026-05-08T22:22:35.954Z Compiling futures-task v0.3.32
13172026-05-08T22:22:35.986Z Compiling slab v0.4.12
13182026-05-08T22:22:36.019Z Compiling getrandom v0.3.4
13192026-05-08T22:22:36.068Z Compiling rustversion v1.0.22
13202026-05-08T22:22:36.108Z Compiling rand_core v0.10.0
13212026-05-08T22:22:36.137Z Compiling indexmap v2.14.0
13222026-05-08T22:22:36.183Z Compiling form_urlencoded v1.2.2
13232026-05-08T22:22:36.199Z Compiling dunce v1.0.5
13242026-05-08T22:22:36.224Z Compiling fs_extra v1.3.0
13252026-05-08T22:22:36.261Z Compiling ident_case v1.0.1
13262026-05-08T22:22:36.291Z Compiling base64ct v1.8.3
13272026-05-08T22:22:36.294Z Compiling flagset v0.4.7
13282026-05-08T22:22:36.318Z Compiling getrandom v0.2.17
13292026-05-08T22:22:36.349Z Compiling jobserver v0.1.34
13302026-05-08T22:22:36.378Z Compiling errno v0.3.14
13312026-05-08T22:22:36.417Z Compiling mio v1.2.0
13322026-05-08T22:22:36.434Z Compiling socket2 v0.6.3
13332026-05-08T22:22:36.477Z Compiling rand_core v0.6.4
13342026-05-08T22:22:36.514Z Compiling signal-hook-registry v1.4.8
13352026-05-08T22:22:36.573Z Compiling cc v1.2.56
13362026-05-08T22:22:36.620Z Compiling once_cell v1.21.3
13372026-05-08T22:22:36.672Z Compiling parking_lot v0.12.5
13382026-05-08T22:22:36.707Z Compiling pem-rfc7468 v0.7.0
13392026-05-08T22:22:36.770Z Compiling iana-time-zone v0.1.65
13402026-05-08T22:22:36.770Z Compiling rustix v1.1.3
13412026-05-08T22:22:36.797Z Compiling uuid v1.23.0
13422026-05-08T22:22:36.826Z Compiling rustc_version v0.4.1
13432026-05-08T22:22:36.830Z Compiling regex-syntax v0.8.10
13442026-05-08T22:22:36.856Z Compiling aws-lc-rs v1.16.0
13452026-05-08T22:22:36.906Z Compiling vcpkg v0.2.15
13462026-05-08T22:22:37.000Z Compiling tracing-core v0.1.36
13472026-05-08T22:22:37.028Z Compiling rand_core v0.9.5
13482026-05-08T22:22:37.049Z Compiling untrusted v0.9.0
13492026-05-08T22:22:37.072Z Compiling schemars v0.8.22
13502026-05-08T22:22:37.107Z Compiling httparse v1.10.1
13512026-05-08T22:22:37.164Z Compiling untrusted v0.7.1
13522026-05-08T22:22:37.177Z Compiling openssl-probe v0.2.1
13532026-05-08T22:22:37.190Z Compiling base64 v0.22.1
13542026-05-08T22:22:37.190Z Compiling atomic-waker v1.1.2
13552026-05-08T22:22:37.257Z Compiling rustls v0.23.37
13562026-05-08T22:22:37.302Z Compiling tower-layer v0.3.3
13572026-05-08T22:22:37.318Z Compiling dyn-clone v1.0.20
13582026-05-08T22:22:37.332Z Compiling cmake v0.1.57
13592026-05-08T22:22:37.332Z Compiling tinyvec_macros v0.1.1
13602026-05-08T22:22:37.362Z Compiling try-lock v0.2.5
13612026-05-08T22:22:37.426Z Compiling tower-service v0.3.3
13622026-05-08T22:22:37.443Z Compiling tinyvec v1.10.0
13632026-05-08T22:22:37.466Z Compiling want v0.3.1
13642026-05-08T22:22:37.480Z Compiling spin v0.9.8
13652026-05-08T22:22:37.508Z Compiling aho-corasick v1.1.4
13662026-05-08T22:22:37.533Z Compiling foreign-types-shared v0.1.1
13672026-05-08T22:22:37.549Z Compiling openssl v0.10.78
13682026-05-08T22:22:37.552Z Compiling httpdate v1.0.3
13692026-05-08T22:22:37.586Z Compiling pin-utils v0.1.0
13702026-05-08T22:22:37.605Z Compiling crc32fast v1.5.0
13712026-05-08T22:22:37.635Z Compiling num-conv v0.2.0
13722026-05-08T22:22:37.654Z Compiling time-core v0.1.8
13732026-05-08T22:22:37.674Z Compiling powerfmt v0.2.0
13742026-05-08T22:22:37.697Z Compiling foreign-types v0.3.2
13752026-05-08T22:22:37.733Z Compiling wait-timeout v0.2.1
13762026-05-08T22:22:37.769Z Compiling quick-error v1.2.3
13772026-05-08T22:22:37.784Z Compiling syn v1.0.109
13782026-05-08T22:22:37.784Z Compiling usdt-impl v0.6.0
13792026-05-08T22:22:37.810Z Compiling crossbeam-utils v0.8.21
13802026-05-08T22:22:37.825Z Compiling deranged v0.5.8
13812026-05-08T22:22:37.825Z Compiling time-macros v0.2.27
13822026-05-08T22:22:37.853Z Compiling siphasher v1.0.2
13832026-05-08T22:22:37.896Z Compiling num_threads v0.1.7
13842026-05-08T22:22:37.911Z Compiling native-tls v0.2.18
13852026-05-08T22:22:37.915Z Compiling simd-adler32 v0.3.8
13862026-05-08T22:22:37.990Z Compiling bit-vec v0.8.0
13872026-05-08T22:22:38.039Z Compiling unicode-normalization v0.1.25
13882026-05-08T22:22:38.055Z Compiling rand_xorshift v0.4.0
13892026-05-08T22:22:38.069Z Compiling heapless v0.7.17
13902026-05-08T22:22:38.155Z Compiling slog v2.8.2
13912026-05-08T22:22:38.168Z Compiling thread-id v5.1.0
13922026-05-08T22:22:38.194Z Compiling bit-set v0.8.0
13932026-05-08T22:22:38.208Z Compiling sync_wrapper v1.0.2
13942026-05-08T22:22:38.223Z Compiling cookie v0.18.1
13952026-05-08T22:22:38.238Z Compiling aws-lc-sys v0.37.1
13962026-05-08T22:22:38.251Z Compiling ring v0.17.14
13972026-05-08T22:22:38.254Z Compiling openssl-sys v0.9.114
13982026-05-08T22:22:38.279Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-08T22:22:38.332Z Compiling tempfile v3.25.0
14002026-05-08T22:22:38.345Z Compiling bzip2-sys v0.1.13+1.0.8
14012026-05-08T22:22:38.359Z Compiling regex-automata v0.4.14
14022026-05-08T22:22:38.374Z Compiling anyhow v1.0.102
14032026-05-08T22:22:38.427Z Compiling synstructure v0.13.2
14042026-05-08T22:22:38.550Z Compiling pest_generator v2.8.6
14052026-05-08T22:22:38.627Z Compiling serde_derive_internals v0.29.1
14062026-05-08T22:22:38.669Z Compiling darling_core v0.20.11
14072026-05-08T22:22:38.729Z Compiling rusty-fork v0.3.1
14082026-05-08T22:22:38.760Z Compiling darling_core v0.21.3
14092026-05-08T22:22:38.870Z Compiling unarray v0.1.4
14102026-05-08T22:22:38.991Z Compiling time v0.3.47
14112026-05-08T22:22:39.041Z Compiling unicode-properties v0.1.4
14122026-05-08T22:22:39.074Z Compiling signal-hook v0.3.18
14132026-05-08T22:22:39.089Z Compiling adler2 v2.0.1
14142026-05-08T22:22:39.236Z Compiling unicode-bidi v0.3.18
14152026-05-08T22:22:39.266Z Compiling paste v1.0.15
14162026-05-08T22:22:39.287Z Compiling zstd-safe v7.2.4
14172026-05-08T22:22:39.308Z Compiling allocator-api2 v0.2.21
14182026-05-08T22:22:39.338Z Compiling miniz_oxide v0.8.9
14192026-05-08T22:22:39.571Z Compiling stringprep v0.1.5
14202026-05-08T22:22:39.643Z Compiling num-integer v0.1.46
14212026-05-08T22:22:39.646Z Compiling curve25519-dalek v4.1.3
14222026-05-08T22:22:39.787Z Compiling vergen-lib v0.1.6
14232026-05-08T22:22:39.954Z Compiling ff v0.13.1
14242026-05-08T22:22:39.977Z Compiling hash32 v0.2.1
14252026-05-08T22:22:39.980Z Compiling memoffset v0.9.1
14262026-05-08T22:22:40.005Z Compiling iri-string v0.7.10
14272026-05-08T22:22:40.024Z Compiling num-bigint-dig v0.8.6
14282026-05-08T22:22:40.101Z Compiling rustix v0.38.44
14292026-05-08T22:22:40.125Z Compiling cfg_aliases v0.2.1
14302026-05-08T22:22:40.182Z Compiling ref-cast v1.0.25
14312026-05-08T22:22:40.212Z Compiling fallible-iterator v0.2.0
14322026-05-08T22:22:40.217Z Compiling base16ct v0.2.0
14332026-05-08T22:22:40.239Z Compiling serde_derive v1.0.228
14342026-05-08T22:22:40.244Z Compiling zeroize_derive v1.4.3
14352026-05-08T22:22:40.269Z Compiling zerofrom-derive v0.1.6
14362026-05-08T22:22:40.448Z Compiling yoke-derive v0.8.1
14372026-05-08T22:22:40.505Z Compiling zerocopy-derive v0.8.40
14382026-05-08T22:22:40.559Z Compiling zerovec-derive v0.11.2
14392026-05-08T22:22:40.585Z Compiling displaydoc v0.2.5
14402026-05-08T22:22:40.667Z Compiling tokio-macros v2.7.0
14412026-05-08T22:22:40.944Z Compiling zeroize v1.8.2
14422026-05-08T22:22:41.156Z Compiling futures-macro v0.3.32
14432026-05-08T22:22:41.379Z Compiling der_derive v0.7.3
14442026-05-08T22:22:41.406Z Compiling thiserror-impl v2.0.18
14452026-05-08T22:22:41.436Z Compiling rustls-pki-types v1.14.0
14462026-05-08T22:22:41.615Z Compiling crypto-common v0.1.7
14472026-05-08T22:22:41.658Z Compiling block-buffer v0.10.4
14482026-05-08T22:22:41.682Z Compiling block-padding v0.3.3
14492026-05-08T22:22:41.709Z Compiling tracing-attributes v0.1.31
14502026-05-08T22:22:41.755Z Compiling zerofrom v0.1.6
14512026-05-08T22:22:41.770Z Compiling pest_derive v2.8.6
14522026-05-08T22:22:41.844Z Compiling digest v0.10.7
14532026-05-08T22:22:41.858Z Compiling inout v0.1.4
14542026-05-08T22:22:41.893Z Compiling yoke v0.8.1
14552026-05-08T22:22:41.908Z Compiling scroll_derive v0.13.1
14562026-05-08T22:22:41.998Z Compiling futures-util v0.3.32
14572026-05-08T22:22:42.062Z Compiling zerovec v0.11.5
14582026-05-08T22:22:42.093Z Compiling zerotrie v0.2.3
14592026-05-08T22:22:42.109Z Compiling hmac v0.12.1
14602026-05-08T22:22:42.228Z Compiling sha2 v0.10.9
14612026-05-08T22:22:42.281Z Compiling cipher v0.4.4
14622026-05-08T22:22:42.367Z Compiling der v0.7.10
14632026-05-08T22:22:42.406Z Compiling pbkdf2 v0.12.2
14642026-05-08T22:22:42.535Z Compiling tinystr v0.8.2
14652026-05-08T22:22:42.559Z Compiling potential_utf v0.1.4
14662026-05-08T22:22:42.583Z Compiling salsa20 v0.10.2
14672026-05-08T22:22:42.628Z Compiling cbc v0.1.2
14682026-05-08T22:22:42.746Z Compiling icu_locale_core v2.1.1
14692026-05-08T22:22:42.746Z Compiling icu_collections v2.1.1
14702026-05-08T22:22:42.773Z Compiling scrypt v0.11.0
14712026-05-08T22:22:42.776Z Compiling aes v0.8.4
14722026-05-08T22:22:42.802Z Compiling schemars_derive v0.8.22
14732026-05-08T22:22:42.816Z Compiling thiserror v2.0.18
14742026-05-08T22:22:42.943Z Compiling scroll v0.13.0
14752026-05-08T22:22:43.058Z Compiling darling_macro v0.20.11
14762026-05-08T22:22:43.094Z Compiling tracing v0.1.44
14772026-05-08T22:22:43.235Z Compiling spki v0.7.3
14782026-05-08T22:22:43.269Z Compiling goblin v0.10.5
14792026-05-08T22:22:43.385Z Compiling icu_provider v2.1.1
14802026-05-08T22:22:43.458Z Compiling pkcs5 v0.7.1
14812026-05-08T22:22:43.553Z Compiling openssl-macros v0.1.1
14822026-05-08T22:22:43.566Z Compiling darling v0.20.11
14832026-05-08T22:22:43.620Z Compiling icu_normalizer v2.1.1
14842026-05-08T22:22:43.653Z Compiling icu_properties v2.1.2
14852026-05-08T22:22:43.660Z Compiling derive_builder_core v0.20.2
14862026-05-08T22:22:43.669Z Compiling dtrace-parser v0.3.0
14872026-05-08T22:22:43.694Z Compiling signature v2.2.0
14882026-05-08T22:22:43.817Z Compiling bytes v1.11.1
14892026-05-08T22:22:43.878Z Compiling chrono v0.4.44
14902026-05-08T22:22:43.895Z Compiling pkcs8 v0.10.2
14912026-05-08T22:22:43.952Z Compiling ipnet v2.11.0
14922026-05-08T22:22:44.107Z Compiling rustls-native-certs v0.8.3
14932026-05-08T22:22:44.175Z Compiling thiserror-impl v1.0.69
14942026-05-08T22:22:44.221Z Compiling scroll_derive v0.12.1
14952026-05-08T22:22:44.315Z Compiling tokio v1.52.1
14962026-05-08T22:22:44.407Z Compiling http v1.4.0
14972026-05-08T22:22:44.421Z Compiling erased-serde v0.3.31
14982026-05-08T22:22:44.438Z Compiling serde_tokenstream v0.2.3
14992026-05-08T22:22:44.453Z Compiling toml_datetime v0.6.11
15002026-05-08T22:22:44.534Z Compiling idna_adapter v1.2.1
15012026-05-08T22:22:44.636Z Compiling derive_builder_macro v0.20.2
15022026-05-08T22:22:44.683Z Compiling idna v1.1.0
15032026-05-08T22:22:44.724Z Compiling serde_spanned v0.6.9
15042026-05-08T22:22:44.742Z Compiling md-5 v0.10.6
15052026-05-08T22:22:44.761Z Compiling webpki-roots v1.0.6
15062026-05-08T22:22:44.881Z Compiling ppv-lite86 v0.2.21
15072026-05-08T22:22:44.898Z Compiling darling_macro v0.21.3
15082026-05-08T22:22:44.918Z Compiling scroll v0.12.0
15092026-05-08T22:22:44.921Z Compiling zerocopy-derive v0.7.35
15102026-05-08T22:22:44.946Z Compiling zlib-rs v0.6.2
15112026-05-08T22:22:45.063Z Compiling url v2.5.8
15122026-05-08T22:22:45.118Z Compiling http-body v1.0.1
15132026-05-08T22:22:45.202Z Compiling rand_chacha v0.9.0
15142026-05-08T22:22:45.232Z Compiling rand_chacha v0.3.1
15152026-05-08T22:22:45.282Z Compiling http-body-util v0.1.3
15162026-05-08T22:22:45.285Z Compiling litrs v1.0.0
15172026-05-08T22:22:45.314Z Compiling psl-types v2.0.11
15182026-05-08T22:22:45.397Z Compiling smoltcp v0.9.1
15192026-05-08T22:22:45.434Z Compiling ryu v1.0.23
15202026-05-08T22:22:45.488Z Compiling rand v0.9.2
15212026-05-08T22:22:45.511Z Compiling thiserror v1.0.69
15222026-05-08T22:22:45.575Z Compiling serde_urlencoded v0.7.1
15232026-05-08T22:22:45.642Z Compiling rand v0.8.5
15242026-05-08T22:22:45.778Z Compiling publicsuffix v2.3.0
15252026-05-08T22:22:45.834Z Compiling darling v0.21.3
15262026-05-08T22:22:45.857Z Compiling document-features v0.2.12
15272026-05-08T22:22:45.885Z Compiling zerocopy v0.7.35
15282026-05-08T22:22:45.926Z Compiling goblin v0.8.2
15292026-05-08T22:22:45.940Z Compiling derive_builder v0.20.2
15302026-05-08T22:22:45.973Z Compiling sec1 v0.7.3
15312026-05-08T22:22:46.080Z Compiling dof v0.4.0
15322026-05-08T22:22:46.110Z Compiling proptest v1.10.0
15332026-05-08T22:22:46.307Z Compiling postgres-protocol v0.6.10
15342026-05-08T22:22:46.359Z Compiling cargo-platform v0.1.9
15352026-05-08T22:22:46.451Z Compiling ipnetwork v0.21.1
15362026-05-08T22:22:46.470Z Compiling hubpack_derive v0.1.1
15372026-05-08T22:22:46.498Z Compiling hkdf v0.12.4
15382026-05-08T22:22:46.511Z Compiling crypto-bigint v0.5.5
15392026-05-08T22:22:46.591Z Compiling regex v1.12.3
15402026-05-08T22:22:46.691Z Compiling oxnet v0.1.4
15412026-05-08T22:22:46.903Z Compiling ref-cast-impl v1.0.25
15422026-05-08T22:22:46.922Z Compiling curve25519-dalek-derive v0.1.1
15432026-05-08T22:22:46.950Z Compiling daft-derive v0.1.5
15442026-05-08T22:22:46.977Z Compiling strum_macros v0.27.2
15452026-05-08T22:22:46.994Z Compiling async-trait v0.1.89
15462026-05-08T22:22:47.104Z Compiling nix v0.31.2
15472026-05-08T22:22:47.471Z Compiling group v0.13.0
15482026-05-08T22:22:47.520Z Compiling num-iter v0.1.45
15492026-05-08T22:22:47.636Z Compiling terminal_size v0.4.3
15502026-05-08T22:22:47.652Z Compiling phf_shared v0.13.1
15512026-05-08T22:22:47.667Z Compiling lazy_static v1.5.0
15522026-05-08T22:22:47.702Z Compiling vergen v9.0.6
15532026-05-08T22:22:47.770Z Compiling fs-err v3.3.0
15542026-05-08T22:22:47.792Z Compiling ahash v0.8.12
15552026-05-08T22:22:47.881Z Compiling flate2 v1.1.9
15562026-05-08T22:22:47.897Z Compiling winnow v0.5.40
15572026-05-08T22:22:47.912Z Compiling libbz2-rs-sys v0.2.2
15582026-05-08T22:22:47.930Z Compiling foldhash v0.1.5
15592026-05-08T22:22:47.976Z Compiling object v0.37.3
15602026-05-08T22:22:47.992Z Compiling unicode-segmentation v1.12.0
15612026-05-08T22:22:48.014Z Compiling bumpalo v3.20.2
15622026-05-08T22:22:48.052Z Compiling managed v0.8.0
15632026-05-08T22:22:48.104Z Compiling tokio-util v0.7.18
15642026-05-08T22:22:48.118Z Compiling tower v0.5.3
15652026-05-08T22:22:48.212Z Compiling tokio-native-tls v0.3.1
15662026-05-08T22:22:48.271Z Compiling foldhash v0.2.0
15672026-05-08T22:22:48.285Z Compiling bitflags v1.3.2
15682026-05-08T22:22:48.315Z Compiling zopfli v0.8.3
15692026-05-08T22:22:48.375Z Compiling bzip2 v0.6.1
15702026-05-08T22:22:48.395Z Compiling dof v0.3.0
15712026-05-08T22:22:48.398Z Compiling hashbrown v0.15.5
15722026-05-08T22:22:48.505Z Compiling newtype-uuid v1.3.2
15732026-05-08T22:22:48.595Z Compiling tower-http v0.6.8
15742026-05-08T22:22:48.616Z Compiling hashbrown v0.16.1
15752026-05-08T22:22:48.685Z Compiling clap_builder v4.5.60
15762026-05-08T22:22:48.773Z Compiling daft v0.1.5
15772026-05-08T22:22:48.850Z Compiling h2 v0.4.13
15782026-05-08T22:22:48.981Z Compiling phf v0.13.1
15792026-05-08T22:22:48.984Z Compiling strum v0.27.2
15802026-05-08T22:22:49.024Z Compiling signal-hook-mio v0.2.5
15812026-05-08T22:22:49.132Z Compiling cargo_metadata v0.19.2
15822026-05-08T22:22:49.146Z Compiling usdt-macro v0.6.0
15832026-05-08T22:22:49.181Z Compiling usdt-attr-macro v0.6.0
15842026-05-08T22:22:49.187Z Compiling elliptic-curve v0.13.8
15852026-05-08T22:22:49.202Z Compiling toml_edit v0.19.15
15862026-05-08T22:22:49.355Z Compiling cookie_store v0.22.1
15872026-05-08T22:22:49.383Z Compiling hubpack v0.1.2
15882026-05-08T22:22:49.436Z Compiling bzip2 v0.4.4
15892026-05-08T22:22:49.606Z Compiling postgres-types v0.2.12
15902026-05-08T22:22:49.620Z Compiling zstd v0.13.3
15912026-05-08T22:22:49.656Z Compiling serde_with_macros v3.17.0
15922026-05-08T22:22:49.926Z Compiling dtrace-parser v0.2.0
15932026-05-08T22:22:49.943Z Compiling ed25519 v2.2.3
15942026-05-08T22:22:50.031Z Compiling pkcs1 v0.7.5
15952026-05-08T22:22:50.077Z Compiling hex v0.4.3
15962026-05-08T22:22:50.144Z Compiling serde-big-array v0.5.1
15972026-05-08T22:22:50.212Z Compiling rfc6979 v0.4.0
15982026-05-08T22:22:50.297Z Compiling bstr v1.12.1
15992026-05-08T22:22:50.410Z Compiling strum_macros v0.26.4
16002026-05-08T22:22:50.430Z Compiling clap_derive v4.5.55
16012026-05-08T22:22:50.478Z Compiling serde_repr v0.1.20
16022026-05-08T22:22:50.524Z Compiling enum-as-inner v0.6.1
16032026-05-08T22:22:50.611Z Compiling phf_shared v0.11.3
16042026-05-08T22:22:50.725Z Compiling float-cmp v0.10.0
16052026-05-08T22:22:50.813Z Compiling memmap2 v0.9.10
16062026-05-08T22:22:50.889Z Compiling thread-id v4.2.2
16072026-05-08T22:22:50.904Z Compiling env_filter v1.0.0
16082026-05-08T22:22:50.920Z Compiling encoding_rs v0.8.35
16092026-05-08T22:22:50.989Z Compiling either v1.15.0
16102026-05-08T22:22:51.008Z Compiling static_assertions v1.1.0
16112026-05-08T22:22:51.059Z Compiling predicates-core v1.0.10
16122026-05-08T22:22:51.064Z Compiling keccak v0.1.6
16132026-05-08T22:22:52.095Z Compiling mime v0.3.17
16142026-05-08T22:22:52.095Z Compiling precomputed-hash v0.1.1
16152026-05-08T22:22:52.095Z Compiling jiff v0.2.21
16162026-05-08T22:22:52.095Z Compiling data-encoding v2.10.0
16172026-05-08T22:22:52.095Z Compiling fixedbitset v0.4.2
16182026-05-08T22:22:52.095Z Compiling fixedbitset v0.5.7
16192026-05-08T22:22:52.095Z Compiling normalize-line-endings v0.3.0
16202026-05-08T22:22:52.095Z Compiling difflib v0.4.0
16212026-05-08T22:22:52.095Z Compiling new_debug_unreachable v1.0.6
16222026-05-08T22:22:52.095Z Compiling rustc-hash v2.1.1
16232026-05-08T22:22:52.095Z Compiling whoami v2.1.0
16242026-05-08T22:22:52.095Z Compiling predicates v3.1.4
16252026-05-08T22:22:52.095Z Compiling iddqd v0.3.18
16262026-05-08T22:22:52.095Z Compiling tokio-postgres v0.7.16
16272026-05-08T22:22:52.095Z Compiling hyper v1.8.1
16282026-05-08T22:22:52.095Z Compiling toml_edit v0.22.27
16292026-05-08T22:22:52.095Z Compiling string_cache v0.8.9
16302026-05-08T22:22:52.095Z Compiling hickory-proto v0.25.2
16312026-05-08T22:22:52.227Z Compiling petgraph v0.8.3
16322026-05-08T22:22:52.260Z Compiling strum v0.26.3
16332026-05-08T22:22:52.310Z Compiling petgraph v0.6.5
16342026-05-08T22:22:52.325Z Compiling clap v4.5.60
16352026-05-08T22:22:52.403Z Compiling sha3 v0.10.8
16362026-05-08T22:22:52.416Z Compiling itertools v0.13.0
16372026-05-08T22:22:52.432Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16382026-05-08T22:22:52.517Z Compiling env_logger v0.11.9
16392026-05-08T22:22:52.885Z Compiling usdt v0.6.0
16402026-05-08T22:22:52.923Z Compiling usdt-impl v0.5.0
16412026-05-08T22:22:52.967Z Compiling serde_with v3.17.0
16422026-05-08T22:22:53.008Z Compiling similar v2.7.0
16432026-05-08T22:22:53.164Z Compiling hyper-util v0.1.20
16442026-05-08T22:22:53.519Z Compiling toml v0.7.8
16452026-05-08T22:22:53.565Z Compiling ecdsa v0.16.9
16462026-05-08T22:22:53.673Z Compiling crossterm v0.28.1
16472026-05-08T22:22:53.802Z Compiling zip v4.6.1
16482026-05-08T22:22:53.880Z Compiling rsa v0.9.10
16492026-05-08T22:22:53.969Z Compiling ed25519-dalek v2.2.0
16502026-05-08T22:22:54.143Z Compiling zip v0.6.6
16512026-05-08T22:22:54.541Z Compiling hyper-tls v0.6.0
16522026-05-08T22:22:54.637Z Compiling tokio-stream v0.1.18
16532026-05-08T22:22:54.767Z Compiling heck v0.4.1
16542026-05-08T22:22:54.772Z Compiling buf-list v1.1.2
16552026-05-08T22:22:54.797Z Compiling toml_parser v1.0.9+spec-1.1.0
16562026-05-08T22:22:54.902Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-08T22:22:54.960Z Compiling openapiv3 v2.2.0
16582026-05-08T22:22:54.972Z Compiling x509-cert v0.2.5
16592026-05-08T22:22:55.013Z Compiling sha1 v0.10.6
16602026-05-08T22:22:55.070Z Compiling crossbeam-epoch v0.9.18
16612026-05-08T22:22:55.089Z Compiling toml_datetime v0.7.5+spec-1.1.0
16622026-05-08T22:22:55.121Z Compiling peg-runtime v0.8.5
16632026-05-08T22:22:55.213Z Compiling lalrpop-util v0.19.12
16642026-05-08T22:22:55.260Z Compiling thread_local v1.1.9
16652026-05-08T22:22:55.283Z Compiling slog-async v2.8.0
16662026-05-08T22:22:55.422Z Compiling futures-executor v0.3.32
16672026-05-08T22:22:55.438Z Compiling crossbeam-channel v0.5.15
16682026-05-08T22:22:55.445Z Compiling filetime v0.2.27
16692026-05-08T22:22:55.467Z Compiling is-terminal v0.4.17
16702026-05-08T22:22:55.484Z Compiling take_mut v0.2.2
16712026-05-08T22:22:55.487Z Compiling xattr v1.6.1
16722026-05-08T22:22:55.550Z Compiling term v1.2.1
16732026-05-08T22:22:55.617Z Compiling futures v0.3.32
16742026-05-08T22:22:55.639Z Compiling tar v0.4.45
16752026-05-08T22:22:55.918Z Compiling slog-term v2.9.2
16762026-05-08T22:23:13.328Z Compiling rustls-webpki v0.103.9
16772026-05-08T22:23:16.097Z Compiling tokio-rustls v0.26.4
16782026-05-08T22:23:16.097Z Compiling rustls-platform-verifier v0.6.2
16792026-05-08T22:23:16.298Z Compiling hyper-rustls v0.27.7
16802026-05-08T22:23:16.489Z Compiling reqwest v0.13.2
16812026-05-08T22:23:16.489Z Compiling reqwest v0.12.28
16822026-05-08T22:23:18.466Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16832026-05-08T22:23:18.694Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16842026-05-08T22:23:21.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s
16852026-05-08T22:23:21.746Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16862026-05-08T22:23:21.789ZMay 08 22:23:21.033 INFO Starting download, target: Clickhouse
16872026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Starting download, target: Console
16882026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Starting download, target: Cockroach
16892026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Starting download, target: DendriteStub
16902026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Starting download, target: MaghemiteMgd
16912026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Starting download, target: TransceiverControl
16922026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16932026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16942026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16952026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16962026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16972026-05-08T22:23:21.790ZMay 08 22:23:21.034 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16982026-05-08T22:23:22.844ZMay 08 22:23:21.760 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16992026-05-08T22:23:22.871ZMay 08 22:23:21.972 INFO Download complete, target: TransceiverControl
17002026-05-08T22:23:22.871ZMay 08 22:23:21.996 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17012026-05-08T22:23:22.896ZMay 08 22:23:22.228 INFO Download complete, target: Console
17022026-05-08T22:23:24.043ZMay 08 22:23:23.369 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17032026-05-08T22:23:24.501ZMay 08 22:23:23.828 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17042026-05-08T22:23:24.708ZMay 08 22:23:24.046 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17052026-05-08T22:23:25.147ZMay 08 22:23:24.486 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17062026-05-08T22:23:25.147ZMay 08 22:23:24.486 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17072026-05-08T22:23:26.876ZMay 08 22:23:26.215 INFO Download complete, target: DendriteStub
17082026-05-08T22:23:27.124ZMay 08 22:23:26.463 INFO Download complete, target: MaghemiteMgd
17092026-05-08T22:23:29.845ZMay 08 22:23:29.184 INFO Checking that binary works, target: Cockroach
17102026-05-08T22:23:29.964ZMay 08 22:23:29.302 INFO Download complete, target: Cockroach
17112026-05-08T22:23:30.851ZMay 08 22:23:30.189 INFO Checking that binary works, target: Clickhouse
17122026-05-08T22:23:30.941ZMay 08 22:23:30.280 INFO Download complete, target: Clickhouse
17132026-05-08T22:23:30.948ZAll prerequisites installed successfully
17142026-05-08T22:23:30.951Z
17152026-05-08T22:23:30.951Zreal 2:02.144393167
17162026-05-08T22:23:30.951Zuser 6:45.804143199
17172026-05-08T22:23:30.951Zsys 1:37.275267994
17182026-05-08T22:23:30.951Ztrap 0.271763913
17192026-05-08T22:23:30.951Ztflt 1.144017560
17202026-05-08T22:23:30.951Zdflt 1.798521844
17212026-05-08T22:23:30.951Zkflt 0.024686573
17222026-05-08T22:23:30.951Zlock 22:09.408233736
17232026-05-08T22:23:30.951Zslp 18:36.530859646
17242026-05-08T22:23:30.951Zlat 24.593128112
17252026-05-08T22:23:30.951Zstop 2:38.445674052
17262026-05-08T22:23:30.951Z+ ptime -m cargo xtask download softnpu
17272026-05-08T22:23:31.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17282026-05-08T22:23:31.499Z Running `target/debug/xtask download softnpu`
17292026-05-08T22:23:32.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17302026-05-08T22:23:32.355Z Running `target/debug/xtask-downloader softnpu`
17312026-05-08T22:23:32.370ZMay 08 22:23:31.704 INFO Starting download, target: Softnpu
17322026-05-08T22:23:32.393ZMay 08 22:23:31.704 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17332026-05-08T22:23:33.368ZMay 08 22:23:32.698 INFO Download complete, target: Softnpu
17342026-05-08T22:23:33.389Z
17352026-05-08T22:23:33.389Zreal 2.409289249
17362026-05-08T22:23:33.389Zuser 1.335408378
17372026-05-08T22:23:33.389Zsys 0.651624447
17382026-05-08T22:23:33.389Ztrap 0.000822170
17392026-05-08T22:23:33.389Ztflt 0.000101130
17402026-05-08T22:23:33.389Zdflt 0.000151200
17412026-05-08T22:23:33.390Zkflt 0.000002170
17422026-05-08T22:23:33.390Zlock 18.189583747
17432026-05-08T22:23:33.390Zslp 0.830114621
17442026-05-08T22:23:33.390Zlat 0.077911533
17452026-05-08T22:23:33.390Zstop 0.000169150
17462026-05-08T22:23:33.390Z+ export CARGO_INCREMENTAL=0
17472026-05-08T22:23:33.390Z+ CARGO_INCREMENTAL=0
17482026-05-08T22:23:33.390Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17492026-05-08T22:23:34.287Z Compiling proc-macro2 v1.0.106
17502026-05-08T22:23:34.287Z Compiling quote v1.0.45
17512026-05-08T22:23:34.287Z Compiling unicode-ident v1.0.24
17522026-05-08T22:23:34.299Z Compiling libc v0.2.185
17532026-05-08T22:23:34.299Z Compiling serde_core v1.0.228
17542026-05-08T22:23:34.299Z Compiling serde v1.0.228
17552026-05-08T22:23:34.299Z Compiling cfg-if v1.0.4
17562026-05-08T22:23:34.299Z Compiling version_check v0.9.5
17572026-05-08T22:23:34.299Z Compiling shlex v1.3.0
17582026-05-08T22:23:34.299Z Compiling find-msvc-tools v0.1.9
17592026-05-08T22:23:34.299Z Compiling typenum v1.19.0
17602026-05-08T22:23:34.409Z Compiling autocfg v1.5.0
17612026-05-08T22:23:34.421Z Compiling zmij v1.0.21
17622026-05-08T22:23:34.432Z Compiling memchr v2.8.0
17632026-05-08T22:23:34.432Z Compiling serde_json v1.0.149
17642026-05-08T22:23:34.534Z Compiling portable-atomic v1.13.1
17652026-05-08T22:23:34.667Z Compiling zerocopy v0.8.40
17662026-05-08T22:23:34.686Z Compiling libm v0.2.16
17672026-05-08T22:23:34.734Z Compiling generic-array v0.14.7
17682026-05-08T22:23:34.771Z Compiling smallvec v1.15.1
17692026-05-08T22:23:34.955Z Compiling parking_lot_core v0.9.12
17702026-05-08T22:23:34.978Z Compiling icu_normalizer_data v2.1.1
17712026-05-08T22:23:34.993Z Compiling icu_properties_data v2.1.2
17722026-05-08T22:23:35.007Z Compiling itoa v1.0.17
17732026-05-08T22:23:35.023Z Compiling getrandom v0.4.1
17742026-05-08T22:23:35.026Z Compiling num-traits v0.2.19
17752026-05-08T22:23:35.051Z Compiling log v0.4.29
17762026-05-08T22:23:35.055Z Compiling stable_deref_trait v1.2.1
17772026-05-08T22:23:35.160Z Compiling pkg-config v0.3.32
17782026-05-08T22:23:35.174Z Compiling subtle v2.6.1
17792026-05-08T22:23:35.302Z Compiling scopeguard v1.2.0
17802026-05-08T22:23:35.353Z Compiling jobserver v0.1.34
17812026-05-08T22:23:35.367Z Compiling getrandom v0.2.17
17822026-05-08T22:23:35.413Z Compiling errno v0.3.14
17832026-05-08T22:23:35.438Z Compiling lock_api v0.4.14
17842026-05-08T22:23:35.524Z Compiling rand_core v0.6.4
17852026-05-08T22:23:35.615Z Compiling cc v1.2.56
17862026-05-08T22:23:35.658Z Compiling litemap v0.8.1
17872026-05-08T22:23:35.658Z Compiling writeable v0.6.2
17882026-05-08T22:23:35.699Z Compiling syn v2.0.117
17892026-05-08T22:23:35.714Z Compiling percent-encoding v2.3.2
17902026-05-08T22:23:35.741Z Compiling pin-project-lite v0.2.17
17912026-05-08T22:23:35.756Z Compiling thiserror v2.0.18
17922026-05-08T22:23:35.814Z Compiling fnv v1.0.7
17932026-05-08T22:23:35.870Z Compiling getrandom v0.3.4
17942026-05-08T22:23:35.942Z Compiling critical-section v1.2.0
17952026-05-08T22:23:36.004Z Compiling equivalent v1.0.2
17962026-05-08T22:23:36.012Z Compiling rustversion v1.0.22
17972026-05-08T22:23:36.050Z Compiling schemars v0.8.22
17982026-05-08T22:23:36.080Z Compiling utf8_iter v1.0.4
17992026-05-08T22:23:36.083Z Compiling dunce v1.0.5
18002026-05-08T22:23:36.122Z Compiling rand_core v0.10.0
18012026-05-08T22:23:36.125Z Compiling fs_extra v1.3.0
18022026-05-08T22:23:36.261Z Compiling form_urlencoded v1.2.2
18032026-05-08T22:23:36.324Z Compiling signal-hook-registry v1.4.8
18042026-05-08T22:23:36.401Z Compiling cmake v0.1.57
18052026-05-08T22:23:36.415Z Compiling const-oid v0.9.6
18062026-05-08T22:23:36.486Z Compiling once_cell v1.21.3
18072026-05-08T22:23:36.740Z Compiling bitflags v2.11.0
18082026-05-08T22:23:36.756Z Compiling semver v1.0.28
18092026-05-08T22:23:36.768Z Compiling hashbrown v0.17.0
18102026-05-08T22:23:36.785Z Compiling parking_lot v0.12.5
18112026-05-08T22:23:36.799Z Compiling socket2 v0.6.3
18122026-05-08T22:23:36.814Z Compiling mio v1.2.0
18132026-05-08T22:23:36.913Z Compiling rustix v1.1.3
18142026-05-08T22:23:36.945Z Compiling ring v0.17.14
18152026-05-08T22:23:36.960Z Compiling aws-lc-sys v0.37.1
18162026-05-08T22:23:37.004Z Compiling aws-lc-rs v1.16.0
18172026-05-08T22:23:37.067Z Compiling thiserror v1.0.69
18182026-05-08T22:23:37.146Z Compiling futures-core v0.3.32
18192026-05-08T22:23:37.173Z Compiling strsim v0.11.1
18202026-05-08T22:23:37.230Z Compiling httparse v1.10.1
18212026-05-08T22:23:37.257Z Compiling byteorder v1.5.0
18222026-05-08T22:23:37.300Z Compiling indexmap v2.14.0
18232026-05-08T22:23:37.357Z Compiling ucd-trie v0.1.7
18242026-05-08T22:23:37.457Z Compiling syn v1.0.109
18252026-05-08T22:23:37.490Z Compiling ident_case v1.0.1
18262026-05-08T22:23:37.508Z Compiling vcpkg v0.2.15
18272026-05-08T22:23:37.527Z Compiling pest v2.8.6
18282026-05-08T22:23:37.573Z Compiling iana-time-zone v0.1.65
18292026-05-08T22:23:37.634Z Compiling heck v0.5.0
18302026-05-08T22:23:37.664Z Compiling uuid v1.23.0
18312026-05-08T22:23:37.692Z Compiling cpufeatures v0.2.17
18322026-05-08T22:23:37.756Z Compiling regex-syntax v0.8.10
18332026-05-08T22:23:37.979Z Compiling rustc_version v0.4.1
18342026-05-08T22:23:38.024Z Compiling futures-sink v0.3.32
18352026-05-08T22:23:38.067Z Compiling rustls v0.23.37
18362026-05-08T22:23:38.081Z Compiling openssl-sys v0.9.114
18372026-05-08T22:23:38.146Z Compiling futures-channel v0.3.32
18382026-05-08T22:23:38.247Z Compiling futures-io v0.3.32
18392026-05-08T22:23:38.263Z Compiling slab v0.4.12
18402026-05-08T22:23:38.278Z Compiling futures-task v0.3.32
18412026-05-08T22:23:38.420Z Compiling crc32fast v1.5.0
18422026-05-08T22:23:38.435Z Compiling dyn-clone v1.0.20
18432026-05-08T22:23:38.438Z Compiling plain v0.2.3
18442026-05-08T22:23:38.482Z Compiling aho-corasick v1.1.4
18452026-05-08T22:23:38.485Z Compiling time-core v0.1.8
18462026-05-08T22:23:38.528Z Compiling synstructure v0.13.2
18472026-05-08T22:23:38.532Z Compiling serde_derive_internals v0.29.1
18482026-05-08T22:23:38.574Z Compiling crossbeam-utils v0.8.21
18492026-05-08T22:23:38.600Z Compiling num-conv v0.2.0
18502026-05-08T22:23:38.616Z Compiling pest_meta v2.8.6
18512026-05-08T22:23:38.810Z Compiling time-macros v0.2.27
18522026-05-08T22:23:39.004Z Compiling pretty-hex v0.4.1
18532026-05-08T22:23:39.050Z Compiling base64 v0.22.1
18542026-05-08T22:23:39.065Z Compiling openssl v0.10.78
18552026-05-08T22:23:39.204Z Compiling pest_generator v2.8.6
18562026-05-08T22:23:39.302Z Compiling regex-automata v0.4.14
18572026-05-08T22:23:39.316Z Compiling anyhow v1.0.102
18582026-05-08T22:23:39.332Z Compiling base64ct v1.8.3
18592026-05-08T22:23:39.362Z Compiling darling_core v0.21.3
18602026-05-08T22:23:39.366Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18612026-05-08T22:23:39.572Z Compiling pem-rfc7468 v0.7.0
18622026-05-08T22:23:39.601Z Compiling flagset v0.4.7
18632026-05-08T22:23:39.632Z Compiling native-tls v0.2.18
18642026-05-08T22:23:39.647Z Compiling rand_core v0.9.5
18652026-05-08T22:23:39.771Z Compiling slog v2.8.2
18662026-05-08T22:23:39.795Z Compiling serde_derive v1.0.228
18672026-05-08T22:23:39.825Z Compiling zeroize_derive v1.4.3
18682026-05-08T22:23:39.872Z Compiling zerofrom-derive v0.1.6
18692026-05-08T22:23:39.888Z Compiling yoke-derive v0.8.1
18702026-05-08T22:23:39.904Z Compiling zerovec-derive v0.11.2
18712026-05-08T22:23:39.904Z Compiling displaydoc v0.2.5
18722026-05-08T22:23:39.932Z Compiling zerocopy-derive v0.8.40
18732026-05-08T22:23:39.948Z Compiling tokio-macros v2.7.0
18742026-05-08T22:23:39.975Z Compiling futures-macro v0.3.32
18752026-05-08T22:23:39.998Z Compiling thiserror-impl v2.0.18
18762026-05-08T22:23:40.447Z Compiling zeroize v1.8.2
18772026-05-08T22:23:40.705Z Compiling schemars_derive v0.8.22
18782026-05-08T22:23:40.740Z Compiling tracing-attributes v0.1.31
18792026-05-08T22:23:40.858Z Compiling der_derive v0.7.3
18802026-05-08T22:23:40.954Z Compiling thiserror-impl v1.0.69
18812026-05-08T22:23:41.016Z Compiling zerofrom v0.1.6
18822026-05-08T22:23:41.163Z Compiling yoke v0.8.1
18832026-05-08T22:23:41.180Z Compiling crypto-common v0.1.7
18842026-05-08T22:23:41.341Z Compiling zerovec v0.11.5
18852026-05-08T22:23:41.355Z Compiling zerotrie v0.2.3
18862026-05-08T22:23:41.520Z Compiling block-buffer v0.10.4
18872026-05-08T22:23:41.688Z Compiling digest v0.10.7
18882026-05-08T22:23:41.796Z Compiling pest_derive v2.8.6
18892026-05-08T22:23:41.843Z Compiling futures-util v0.3.32
18902026-05-08T22:23:41.899Z Compiling tinystr v0.8.2
18912026-05-08T22:23:41.917Z Compiling potential_utf v0.1.4
18922026-05-08T22:23:41.933Z Compiling hmac v0.12.1
18932026-05-08T22:23:42.007Z Compiling block-padding v0.3.3
18942026-05-08T22:23:42.066Z Compiling icu_collections v2.1.1
18952026-05-08T22:23:42.080Z Compiling icu_locale_core v2.1.1
18962026-05-08T22:23:42.135Z Compiling inout v0.1.4
18972026-05-08T22:23:42.155Z Compiling sha2 v0.10.9
18982026-05-08T22:23:42.319Z Compiling cipher v0.4.4
18992026-05-08T22:23:42.339Z Compiling rustls-pki-types v1.14.0
19002026-05-08T22:23:42.557Z Compiling scroll_derive v0.12.1
19012026-05-08T22:23:42.723Z Compiling scroll_derive v0.13.1
19022026-05-08T22:23:42.795Z Compiling icu_provider v2.1.1
19032026-05-08T22:23:42.990Z Compiling bytes v1.11.1
19042026-05-08T22:23:43.020Z Compiling chrono v0.4.44
19052026-05-08T22:23:43.117Z Compiling icu_normalizer v2.1.1
19062026-05-08T22:23:43.173Z Compiling icu_properties v2.1.2
19072026-05-08T22:23:43.218Z Compiling serde_tokenstream v0.2.3
19082026-05-08T22:23:43.474Z Compiling tokio v1.52.1
19092026-05-08T22:23:44.005Z Compiling openssl-macros v0.1.1
19102026-05-08T22:23:44.059Z Compiling idna_adapter v1.2.1
19112026-05-08T22:23:44.218Z Compiling idna v1.1.0
19122026-05-08T22:23:44.302Z Compiling ppv-lite86 v0.2.21
19132026-05-08T22:23:44.518Z Compiling http v1.4.0
19142026-05-08T22:23:44.574Z Compiling url v2.5.8
19152026-05-08T22:23:44.592Z Compiling der v0.7.10
19162026-05-08T22:23:44.621Z Compiling darling_macro v0.21.3
19172026-05-08T22:23:44.644Z Compiling regex v1.12.3
19182026-05-08T22:23:44.819Z Compiling zerocopy-derive v0.7.35
19192026-05-08T22:23:44.834Z Compiling tracing-core v0.1.36
19202026-05-08T22:23:45.101Z Compiling untrusted v0.9.0
19212026-05-08T22:23:45.141Z Compiling darling v0.21.3
19222026-05-08T22:23:45.250Z Compiling tracing v0.1.44
19232026-05-08T22:23:45.607Z Compiling spki v0.7.3
19242026-05-08T22:23:45.649Z Compiling salsa20 v0.10.2
19252026-05-08T22:23:45.679Z Compiling pbkdf2 v0.12.2
19262026-05-08T22:23:45.878Z Compiling cookie v0.18.1
19272026-05-08T22:23:46.018Z Compiling camino v1.2.2
19282026-05-08T22:23:46.321Z Compiling scrypt v0.11.0
19292026-05-08T22:23:46.324Z Compiling rand_chacha v0.9.0
19302026-05-08T22:23:46.349Z Compiling cbc v0.1.2
19312026-05-08T22:23:46.353Z Compiling aes v0.8.4
19322026-05-08T22:23:46.720Z Compiling usdt-impl v0.5.0
19332026-05-08T22:23:46.815Z Compiling ref-cast v1.0.25
19342026-05-08T22:23:46.830Z Compiling paste v1.0.15
19352026-05-08T22:23:46.908Z Compiling either v1.15.0
19362026-05-08T22:23:46.951Z Compiling winnow v0.7.14
19372026-05-08T22:23:46.979Z Compiling usdt-impl v0.6.0
19382026-05-08T22:23:47.169Z Compiling pkcs5 v0.7.1
19392026-05-08T22:23:47.187Z Compiling rand v0.9.2
19402026-05-08T22:23:47.207Z Compiling http-body v1.0.1
19412026-05-08T22:23:47.260Z Compiling tokio-util v0.7.18
19422026-05-08T22:23:47.492Z Compiling scroll v0.13.0
19432026-05-08T22:23:47.509Z Compiling scroll v0.12.0
19442026-05-08T22:23:47.560Z Compiling serde_spanned v0.6.9
19452026-05-08T22:23:47.626Z Compiling toml_datetime v0.6.11
19462026-05-08T22:23:47.758Z Compiling heapless v0.7.17
19472026-05-08T22:23:47.792Z Compiling bzip2-sys v0.1.13+1.0.8
19482026-05-08T22:23:47.828Z Compiling atomic-waker v1.1.2
19492026-05-08T22:23:47.878Z Compiling signal-hook v0.3.18
19502026-05-08T22:23:48.011Z Compiling untrusted v0.7.1
19512026-05-08T22:23:48.071Z Compiling zstd-safe v7.2.4
19522026-05-08T22:23:48.085Z Compiling openssl-probe v0.2.1
19532026-05-08T22:23:48.256Z Compiling toml_parser v1.0.9+spec-1.1.0
19542026-05-08T22:23:48.286Z Compiling goblin v0.8.2
19552026-05-08T22:23:48.304Z Compiling goblin v0.10.5
19562026-05-08T22:23:48.309Z Compiling pkcs8 v0.10.2
19572026-05-08T22:23:48.596Z Compiling zerocopy v0.7.35
19582026-05-08T22:23:48.614Z Compiling ref-cast-impl v1.0.25
19592026-05-08T22:23:48.690Z Compiling darling_core v0.20.11
19602026-05-08T22:23:48.837Z Compiling curve25519-dalek v4.1.3
19612026-05-08T22:23:48.911Z Compiling toml_datetime v0.7.5+spec-1.1.0
19622026-05-08T22:23:48.974Z Compiling memoffset v0.9.1
19632026-05-08T22:23:49.097Z Compiling litrs v1.0.0
19642026-05-08T22:23:49.187Z Compiling tower-layer v0.3.3
19652026-05-08T22:23:49.313Z Compiling try-lock v0.2.5
19662026-05-08T22:23:49.353Z Compiling rustix v0.38.44
19672026-05-08T22:23:49.385Z Compiling tower-service v0.3.3
19682026-05-08T22:23:49.493Z Compiling fastrand v2.3.0
19692026-05-08T22:23:49.509Z Compiling winnow v0.5.40
19702026-05-08T22:23:49.680Z Compiling tinyvec_macros v0.1.1
19712026-05-08T22:23:49.710Z Compiling want v0.3.1
19722026-05-08T22:23:49.741Z Compiling document-features v0.2.12
19732026-05-08T22:23:49.763Z Compiling tinyvec v1.10.0
19742026-05-08T22:23:49.845Z Compiling h2 v0.4.13
19752026-05-08T22:23:50.422Z Compiling dtrace-parser v0.2.0
19762026-05-08T22:23:50.710Z Compiling darling_macro v0.20.11
19772026-05-08T22:23:50.922Z Compiling toml_edit v0.19.15
19782026-05-08T22:23:50.960Z Compiling dof v0.3.0
19792026-05-08T22:23:51.071Z Compiling dof v0.4.0
19802026-05-08T22:23:51.166Z Compiling dtrace-parser v0.3.0
19812026-05-08T22:23:51.257Z Compiling ipnet v2.11.0
19822026-05-08T22:23:51.385Z Compiling async-trait v0.1.89
19832026-05-08T22:23:51.404Z Compiling daft-derive v0.1.5
19842026-05-08T22:23:51.588Z Compiling spin v0.9.8
19852026-05-08T22:23:51.714Z Compiling thread-id v5.1.0
19862026-05-08T22:23:51.756Z Compiling thread-id v4.2.2
19872026-05-08T22:23:51.811Z Compiling httpdate v1.0.3
19882026-05-08T22:23:51.825Z Compiling smoltcp v0.9.1
19892026-05-08T22:23:51.851Z Compiling cfg_aliases v0.2.1
19902026-05-08T22:23:52.033Z Compiling pin-utils v0.1.0
19912026-05-08T22:23:52.089Z Compiling num-bigint-dig v0.8.6
19922026-05-08T22:23:52.107Z Compiling powerfmt v0.2.0
19932026-05-08T22:23:52.169Z Compiling foreign-types-shared v0.1.1
19942026-05-08T22:23:52.194Z Compiling tempfile v3.25.0
19952026-05-08T22:23:52.208Z Compiling nix v0.31.2
19962026-05-08T22:23:52.270Z Compiling deranged v0.5.8
19972026-05-08T22:23:52.286Z Compiling foreign-types v0.3.2
19982026-05-08T22:23:52.540Z Compiling darling v0.20.11
19992026-05-08T22:23:52.610Z Compiling ipnetwork v0.21.1
20002026-05-08T22:23:52.830Z Compiling hyper v1.8.1
20012026-05-08T22:23:52.857Z Compiling curve25519-dalek-derive v0.1.1
20022026-05-08T22:23:52.960Z Compiling strum_macros v0.26.4
20032026-05-08T22:23:53.224Z Compiling wait-timeout v0.2.1
20042026-05-08T22:23:53.301Z Compiling num_threads v0.1.7
20052026-05-08T22:23:53.385Z Compiling utf8parse v0.2.2
20062026-05-08T22:23:53.466Z Compiling siphasher v1.0.2
20072026-05-08T22:23:53.493Z Compiling simd-adler32 v0.3.8
20082026-05-08T22:23:53.636Z Compiling anstyle v1.0.13
20092026-05-08T22:23:53.717Z Compiling quick-error v1.2.3
20102026-05-08T22:23:53.739Z Compiling bit-vec v0.8.0
20112026-05-08T22:23:53.787Z Compiling time v0.3.47
20122026-05-08T22:23:53.840Z Compiling rusty-fork v0.3.1
20132026-05-08T22:23:53.978Z Compiling bit-set v0.8.0
20142026-05-08T22:23:53.997Z Compiling hyper-util v0.1.20
20152026-05-08T22:23:54.155Z Compiling anstyle-parse v0.2.7
20162026-05-08T22:23:54.439Z Compiling derive_builder_core v0.20.2
20172026-05-08T22:23:54.543Z Compiling unicode-normalization v0.1.25
20182026-05-08T22:23:55.017Z Compiling rustls-native-certs v0.8.3
20192026-05-08T22:23:55.299Z Compiling signature v2.2.0
20202026-05-08T22:23:55.463Z Compiling hubpack_derive v0.1.1
20212026-05-08T22:23:55.676Z Compiling rand_xorshift v0.4.0
20222026-05-08T22:23:55.706Z Compiling strum_macros v0.27.2
20232026-05-08T22:23:55.796Z Compiling sync_wrapper v1.0.2
20242026-05-08T22:23:55.837Z Compiling fs-err v3.3.0
20252026-05-08T22:23:55.852Z Compiling ahash v0.8.12
20262026-05-08T22:23:55.938Z Compiling unicode-properties v0.1.4
20272026-05-08T22:23:55.954Z Compiling allocator-api2 v0.2.21
20282026-05-08T22:23:56.052Z Compiling is_terminal_polyfill v1.70.2
20292026-05-08T22:23:56.071Z Compiling colorchoice v1.0.4
20302026-05-08T22:23:56.097Z Compiling unarray v0.1.4
20312026-05-08T22:23:56.203Z Compiling unicode-segmentation v1.12.0
20322026-05-08T22:23:56.226Z Compiling anstyle-query v1.1.5
20332026-05-08T22:23:56.294Z Compiling unicode-bidi v0.3.18
20342026-05-08T22:23:56.307Z Compiling adler2 v2.0.1
20352026-05-08T22:23:56.344Z Compiling object v0.37.3
20362026-05-08T22:23:56.450Z Compiling miniz_oxide v0.8.9
20372026-05-08T22:23:56.537Z Compiling anstream v0.6.21
20382026-05-08T22:23:56.617Z Compiling proptest v1.10.0
20392026-05-08T22:23:56.706Z Compiling stringprep v0.1.5
20402026-05-08T22:23:56.812Z Compiling tower v0.5.3
20412026-05-08T22:23:56.987Z Compiling derive_builder_macro v0.20.2
20422026-05-08T22:23:57.095Z Compiling usdt-attr-macro v0.6.0
20432026-05-08T22:23:57.123Z Compiling usdt-macro v0.6.0
20442026-05-08T22:23:57.644Z Compiling http-body-util v0.1.3
20452026-05-08T22:23:57.846Z Compiling webpki-roots v1.0.6
20462026-05-08T22:23:57.916Z Compiling rand_chacha v0.3.1
20472026-05-08T22:23:57.937Z Compiling erased-serde v0.3.31
20482026-05-08T22:23:57.952Z Compiling md-5 v0.10.6
20492026-05-08T22:23:58.007Z Compiling num-integer v0.1.46
20502026-05-08T22:23:58.046Z Compiling hash32 v0.2.1
20512026-05-08T22:23:58.117Z Compiling vergen-lib v0.1.6
20522026-05-08T22:23:58.200Z Compiling ff v0.13.1
20532026-05-08T22:23:58.230Z Compiling zlib-rs v0.6.2
20542026-05-08T22:23:58.233Z Compiling base16ct v0.2.0
20552026-05-08T22:23:58.233Z Compiling ryu v1.0.23
20562026-05-08T22:23:58.320Z Compiling psl-types v2.0.11
20572026-05-08T22:23:58.336Z Compiling fallible-iterator v0.2.0
20582026-05-08T22:23:58.352Z Compiling iri-string v0.7.10
20592026-05-08T22:23:58.366Z Compiling sec1 v0.7.3
20602026-05-08T22:23:58.400Z Compiling serde_urlencoded v0.7.1
20612026-05-08T22:23:58.444Z Compiling publicsuffix v2.3.0
20622026-05-08T22:23:58.560Z Compiling group v0.13.0
20632026-05-08T22:23:58.585Z Compiling newtype-uuid v1.3.2
20642026-05-08T22:23:58.626Z Compiling postgres-protocol v0.6.10
20652026-05-08T22:23:58.684Z Compiling num-iter v0.1.45
20662026-05-08T22:23:58.742Z Compiling rand v0.8.5
20672026-05-08T22:23:59.106Z Compiling oxnet v0.1.4
20682026-05-08T22:23:59.129Z Compiling derive_builder v0.20.2
20692026-05-08T22:23:59.268Z Compiling tokio-native-tls v0.3.1
20702026-05-08T22:23:59.283Z Compiling heck v0.4.1
20712026-05-08T22:23:59.297Z Compiling phf_shared v0.13.1
20722026-05-08T22:23:59.402Z Compiling lazy_static v1.5.0
20732026-05-08T22:23:59.473Z Compiling tower-http v0.6.8
20742026-05-08T22:23:59.515Z Compiling terminal_size v0.4.3
20752026-05-08T22:23:59.518Z Compiling serde_with_macros v3.17.0
20762026-05-08T22:23:59.545Z Compiling cargo-platform v0.1.9
20772026-05-08T22:23:59.588Z Compiling hkdf v0.12.4
20782026-05-08T22:23:59.667Z Compiling crypto-bigint v0.5.5
20792026-05-08T22:23:59.712Z Compiling serde_repr v0.1.20
20802026-05-08T22:23:59.727Z Compiling clap_derive v4.5.55
20812026-05-08T22:23:59.759Z Compiling enum-as-inner v0.6.1
20822026-05-08T22:23:59.794Z Compiling vergen v9.0.6
20832026-05-08T22:23:59.898Z Compiling libbz2-rs-sys v0.2.2
20842026-05-08T22:23:59.918Z Compiling bumpalo v3.20.2
20852026-05-08T22:23:59.965Z Compiling bitflags v1.3.2
20862026-05-08T22:24:00.033Z Compiling foldhash v0.1.5
20872026-05-08T22:24:00.052Z Compiling foldhash v0.2.0
20882026-05-08T22:24:00.093Z Compiling managed v0.8.0
20892026-05-08T22:24:00.269Z Compiling clap_lex v1.0.0
20902026-05-08T22:24:00.297Z Compiling flate2 v1.1.9
20912026-05-08T22:24:00.324Z Compiling bzip2 v0.6.1
20922026-05-08T22:24:00.487Z Compiling clap_builder v4.5.60
20932026-05-08T22:24:00.540Z Compiling hashbrown v0.16.1
20942026-05-08T22:24:00.555Z Compiling hashbrown v0.15.5
20952026-05-08T22:24:00.574Z Compiling elliptic-curve v0.13.8
20962026-05-08T22:24:00.585Z Compiling zopfli v0.8.3
20972026-05-08T22:24:00.723Z Compiling zstd v0.13.3
20982026-05-08T22:24:00.997Z Compiling cargo_metadata v0.19.2
20992026-05-08T22:24:01.200Z Compiling phf v0.13.1
21002026-05-08T22:24:01.269Z Compiling hyper-tls v0.6.0
21012026-05-08T22:24:01.272Z Compiling daft v0.1.5
21022026-05-08T22:24:01.391Z Compiling signal-hook-mio v0.2.5
21032026-05-08T22:24:01.507Z Compiling cookie_store v0.22.1
21042026-05-08T22:24:01.524Z Compiling postgres-types v0.2.12
21052026-05-08T22:24:01.565Z Compiling bzip2 v0.4.4
21062026-05-08T22:24:01.683Z Compiling strum v0.27.2
21072026-05-08T22:24:01.883Z Compiling hubpack v0.1.2
21082026-05-08T22:24:01.954Z Compiling ed25519 v2.2.3
21092026-05-08T22:24:02.041Z Compiling phf_shared v0.11.3
21102026-05-08T22:24:02.098Z Compiling crossbeam-epoch v0.9.18
21112026-05-08T22:24:02.159Z Compiling pkcs1 v0.7.5
21122026-05-08T22:24:02.243Z Compiling hex v0.4.3
21132026-05-08T22:24:02.262Z Compiling serde-big-array v0.5.1
21142026-05-08T22:24:02.424Z Compiling rfc6979 v0.4.0
21152026-05-08T22:24:02.443Z Compiling bstr v1.12.1
21162026-05-08T22:24:02.539Z Compiling float-cmp v0.10.0
21172026-05-08T22:24:02.542Z Compiling memmap2 v0.9.10
21182026-05-08T22:24:02.567Z Compiling env_filter v1.0.0
21192026-05-08T22:24:02.602Z Compiling encoding_rs v0.8.35
21202026-05-08T22:24:02.695Z Compiling data-encoding v2.10.0
21212026-05-08T22:24:02.708Z Compiling fixedbitset v0.5.7
21222026-05-08T22:24:02.724Z Compiling keccak v0.1.6
21232026-05-08T22:24:02.780Z Compiling rustc-hash v2.1.1
21242026-05-08T22:24:02.805Z Compiling mime v0.3.17
21252026-05-08T22:24:02.842Z Compiling jiff v0.2.21
21262026-05-08T22:24:02.921Z Compiling normalize-line-endings v0.3.0
21272026-05-08T22:24:02.943Z Compiling fixedbitset v0.4.2
21282026-05-08T22:24:03.008Z Compiling predicates-core v1.0.10
21292026-05-08T22:24:03.030Z Compiling whoami v2.1.0
21302026-05-08T22:24:03.044Z Compiling new_debug_unreachable v1.0.6
21312026-05-08T22:24:03.061Z Compiling toml_write v0.1.2
21322026-05-08T22:24:03.064Z Compiling difflib v0.4.0
21332026-05-08T22:24:03.152Z Compiling precomputed-hash v0.1.1
21342026-05-08T22:24:03.188Z Compiling static_assertions v1.1.0
21352026-05-08T22:24:03.227Z Compiling string_cache v0.8.9
21362026-05-08T22:24:03.250Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21372026-05-08T22:24:03.270Z Compiling tokio-postgres v0.7.16
21382026-05-08T22:24:03.284Z Compiling predicates v3.1.4
21392026-05-08T22:24:03.366Z Compiling toml_edit v0.22.27
21402026-05-08T22:24:03.459Z Compiling petgraph v0.6.5
21412026-05-08T22:24:03.859Z Compiling hickory-proto v0.25.2
21422026-05-08T22:24:03.928Z Compiling petgraph v0.8.3
21432026-05-08T22:24:03.975Z Compiling iddqd v0.3.18
21442026-05-08T22:24:04.459Z Compiling sha3 v0.10.8
21452026-05-08T22:24:04.736Z Compiling similar v2.7.0
21462026-05-08T22:24:04.976Z Compiling env_logger v0.11.9
21472026-05-08T22:24:05.134Z Compiling usdt v0.6.0
21482026-05-08T22:24:05.386Z Compiling ecdsa v0.16.9
21492026-05-08T22:24:05.401Z Compiling serde_with v3.17.0
21502026-05-08T22:24:05.482Z Compiling zip v4.6.1
21512026-05-08T22:24:05.761Z Compiling rsa v0.9.10
21522026-05-08T22:24:05.902Z Compiling ed25519-dalek v2.2.0
21532026-05-08T22:24:06.096Z Compiling crossterm v0.28.1
21542026-05-08T22:24:06.377Z Compiling clap v4.5.60
21552026-05-08T22:24:06.600Z Compiling zip v0.6.6
21562026-05-08T22:24:06.843Z Compiling strum v0.26.3
21572026-05-08T22:24:06.982Z Compiling toml v0.7.8
21582026-05-08T22:24:06.997Z Compiling tokio-stream v0.1.18
21592026-05-08T22:24:07.036Z Compiling buf-list v1.1.2
21602026-05-08T22:24:07.132Z Compiling itertools v0.13.0
21612026-05-08T22:24:07.197Z Compiling x509-cert v0.2.5
21622026-05-08T22:24:07.314Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-08T22:24:07.533Z Compiling openapiv3 v2.2.0
21642026-05-08T22:24:07.626Z Compiling sha1 v0.10.6
21652026-05-08T22:24:08.168Z Compiling lalrpop-util v0.19.12
21662026-05-08T22:24:08.280Z Compiling peg-runtime v0.8.5
21672026-05-08T22:24:23.244Z Compiling rustls-webpki v0.103.9
21682026-05-08T22:24:24.399Z Compiling macaddr v1.0.1
21692026-05-08T22:24:24.542Z Compiling structmeta-derive v0.3.0
21702026-05-08T22:24:24.659Z Compiling crucible-workspace-hack v0.1.0
21712026-05-08T22:24:24.706Z Compiling rayon-core v1.13.0
21722026-05-08T22:24:24.780Z Compiling itertools v0.14.0
21732026-05-08T22:24:24.841Z Compiling secrecy v0.10.3
21742026-05-08T22:24:24.889Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21752026-05-08T22:24:24.928Z Compiling heapless v0.8.0
21762026-05-08T22:24:24.990Z Compiling rustls v0.22.4
21772026-05-08T22:24:25.254Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21782026-05-08T22:24:25.320Z Compiling crossbeam-deque v0.8.6
21792026-05-08T22:24:25.403Z Compiling toml_edit v0.23.10+spec-1.0.0
21802026-05-08T22:24:25.425Z Compiling rustls-webpki v0.102.8
21812026-05-08T22:24:25.440Z Compiling futures-executor v0.3.32
21822026-05-08T22:24:25.522Z Compiling structmeta v0.3.0
21832026-05-08T22:24:25.539Z Compiling hash32 v0.3.1
21842026-05-08T22:24:25.691Z Compiling multer v3.1.0
21852026-05-08T22:24:25.719Z Compiling thread_local v1.1.9
21862026-05-08T22:24:25.749Z Compiling match_cfg v0.1.0
21872026-05-08T22:24:25.839Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21882026-05-08T22:24:25.876Z Compiling unicode-width v0.2.0
21892026-05-08T22:24:25.899Z Compiling smoltcp v0.11.0
21902026-05-08T22:24:25.917Z Compiling compression-core v0.4.31
21912026-05-08T22:24:25.932Z Compiling slog-async v2.8.0
21922026-05-08T22:24:26.062Z Compiling ingot-macros v0.1.1
21932026-05-08T22:24:26.079Z Compiling compression-codecs v0.4.37
21942026-05-08T22:24:26.095Z Compiling proc-macro-crate v3.4.0
21952026-05-08T22:24:26.194Z Compiling hostname v0.3.1
21962026-05-08T22:24:26.207Z Compiling derive-ex v0.1.8
21972026-05-08T22:24:26.279Z Compiling futures v0.3.32
21982026-05-08T22:24:26.376Z Compiling slog-json v2.6.1
21992026-05-08T22:24:26.389Z Compiling crossbeam-channel v0.5.15
22002026-05-08T22:24:26.500Z Compiling half v2.7.1
22012026-05-08T22:24:26.563Z Compiling newtype-uuid-macros v0.1.0
22022026-05-08T22:24:26.644Z Compiling cobs v0.3.0
22032026-05-08T22:24:26.768Z Compiling thiserror-impl-no-std v2.0.2
22042026-05-08T22:24:26.837Z Compiling universal-hash v0.5.1
22052026-05-08T22:24:26.944Z Compiling async-stream-impl v0.3.6
22062026-05-08T22:24:26.999Z Compiling tokio-rustls v0.26.4
22072026-05-08T22:24:27.115Z Compiling rustls-platform-verifier v0.6.2
22082026-05-08T22:24:27.295Z Compiling hyper-rustls v0.27.7
22092026-05-08T22:24:27.295Z Compiling toml_datetime v1.0.0+spec-1.1.0
22102026-05-08T22:24:27.330Z Compiling serde_spanned v1.0.4
22112026-05-08T22:24:27.355Z Compiling is-terminal v0.4.17
22122026-05-08T22:24:27.453Z Compiling proc-macro-error-attr v1.0.4
22132026-05-08T22:24:27.498Z Compiling dropshot v0.17.0
22142026-05-08T22:24:27.531Z Compiling convert_case v0.4.0
22152026-05-08T22:24:27.627Z Compiling reqwest v0.13.2
22162026-05-08T22:24:27.664Z Compiling reqwest v0.12.28
22172026-05-08T22:24:27.720Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22182026-05-08T22:24:27.735Z Compiling term v1.2.1
22192026-05-08T22:24:27.750Z Compiling toml_writer v1.0.6+spec-1.1.0
22202026-05-08T22:24:27.808Z Compiling ciborium-io v0.2.2
22212026-05-08T22:24:27.839Z Compiling opaque-debug v0.3.1
22222026-05-08T22:24:27.853Z Compiling take_mut v0.2.2
22232026-05-08T22:24:27.926Z Compiling ciborium-ll v0.2.2
22242026-05-08T22:24:27.942Z Compiling poly1305 v0.8.0
22252026-05-08T22:24:27.989Z Compiling toml v1.0.6+spec-1.1.0
22262026-05-08T22:24:28.028Z Compiling derive_more v0.99.20
22272026-05-08T22:24:28.211Z Compiling tokio-rustls v0.25.0
22282026-05-08T22:24:28.394Z Compiling slog-term v2.9.2
22292026-05-08T22:24:28.476Z Compiling thiserror-no-std v2.0.2
22302026-05-08T22:24:28.642Z Compiling test-strategy v0.4.5
22312026-05-08T22:24:28.658Z Compiling ingot-types v0.1.2
22322026-05-08T22:24:28.675Z Compiling async-stream v0.3.6
22332026-05-08T22:24:28.732Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22342026-05-08T22:24:28.900Z Compiling postcard v1.1.3
22352026-05-08T22:24:29.134Z Compiling ingot v0.1.1
22362026-05-08T22:24:29.325Z Compiling num_enum_derive v0.7.5
22372026-05-08T22:24:29.586Z Compiling slog-bunyan v2.5.0
22382026-05-08T22:24:29.656Z Compiling async-compression v0.4.41
22392026-05-08T22:24:29.796Z Compiling parse-display-derive v0.10.0
22402026-05-08T22:24:29.936Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22412026-05-08T22:24:30.142Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22422026-05-08T22:24:30.230Z Compiling proc-macro-crate v1.3.1
22432026-05-08T22:24:30.292Z Compiling backon v1.6.0
22442026-05-08T22:24:30.446Z Compiling waitgroup v0.1.2
22452026-05-08T22:24:30.563Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22462026-05-08T22:24:30.580Z Compiling password-hash v0.5.0
22472026-05-08T22:24:30.711Z Compiling chacha20 v0.9.1
22482026-05-08T22:24:30.823Z Compiling dropshot_endpoint v0.17.0
22492026-05-08T22:24:30.908Z Compiling rustls-pemfile v2.2.0
22502026-05-08T22:24:30.985Z Compiling blake2 v0.10.6
22512026-05-08T22:24:31.050Z Compiling aead v0.5.2
22522026-05-08T22:24:31.062Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22532026-05-08T22:24:31.215Z Compiling foreign-types-macros v0.2.3
22542026-05-08T22:24:31.253Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22552026-05-08T22:24:31.295Z Compiling serde_path_to_error v0.1.20
22562026-05-08T22:24:31.399Z Compiling hostname v0.4.2
22572026-05-08T22:24:31.421Z Compiling proc-macro-error v1.0.4
22582026-05-08T22:24:31.496Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22592026-05-08T22:24:31.542Z Compiling instant v0.1.13
22602026-05-08T22:24:31.562Z Compiling typeid v1.0.3
22612026-05-08T22:24:31.588Z Compiling foreign-types-shared v0.3.1
22622026-05-08T22:24:31.669Z Compiling debug-ignore v1.0.5
22632026-05-08T22:24:31.681Z Compiling cpufeatures v0.3.0
22642026-05-08T22:24:31.701Z Compiling backoff v0.4.0
22652026-05-08T22:24:31.707Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22662026-05-08T22:24:31.734Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-05-08T22:24:31.769Z Compiling chacha20 v0.10.0
22682026-05-08T22:24:31.787Z Compiling parse-display v0.10.0
22692026-05-08T22:24:31.801Z Compiling argon2 v0.5.3
22702026-05-08T22:24:31.811Z Compiling foreign-types v0.5.0
22712026-05-08T22:24:31.830Z Compiling chacha20poly1305 v0.10.1
22722026-05-08T22:24:31.902Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-08T22:24:31.917Z Compiling num_enum_derive v0.5.11
22742026-05-08T22:24:31.956Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22752026-05-08T22:24:31.998Z Compiling num_enum v0.7.5
22762026-05-08T22:24:32.076Z Compiling vsss-rs v3.3.4
22772026-05-08T22:24:32.143Z Compiling ciborium v0.2.2
22782026-05-08T22:24:32.310Z Compiling tabwriter v1.4.1
22792026-05-08T22:24:32.327Z Compiling regress v0.10.5
22802026-05-08T22:24:32.624Z Compiling byte-wrapper v0.1.0
22812026-05-08T22:24:32.740Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22822026-05-08T22:24:32.751Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22832026-05-08T22:24:32.828Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22842026-05-08T22:24:32.844Z Compiling cstr-argument v0.1.2
22852026-05-08T22:24:32.857Z Compiling erased-serde v0.4.9
22862026-05-08T22:24:32.985Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22872026-05-08T22:24:33.028Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22882026-05-08T22:24:33.190Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22892026-05-08T22:24:33.207Z Compiling num_enum v0.5.11
22902026-05-08T22:24:33.372Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22912026-05-08T22:24:33.385Z Compiling rand v0.10.0
22922026-05-08T22:24:33.463Z Compiling rayon v1.11.0
22932026-05-08T22:24:33.560Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22942026-05-08T22:24:33.564Z Compiling libefi-sys v0.1.0
22952026-05-08T22:24:33.564Z Compiling colored v3.1.1
22962026-05-08T22:24:33.593Z Compiling indent_write v2.2.0
22972026-05-08T22:24:33.609Z Compiling zone_cfg_derive v0.3.1
22982026-05-08T22:24:33.743Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-08T22:24:33.750Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23002026-05-08T22:24:33.876Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23012026-05-08T22:24:34.000Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23022026-05-08T22:24:34.089Z Compiling camino-tempfile v1.4.1
23032026-05-08T22:24:34.135Z Compiling itertools v0.12.1
23042026-05-08T22:24:34.291Z Compiling usdt-attr-macro v0.5.0
23052026-05-08T22:24:34.313Z Compiling usdt-macro v0.5.0
23062026-05-08T22:24:34.313Z Compiling bitfield-struct v0.6.2
23072026-05-08T22:24:34.313Z Compiling num-derive v0.4.2
23082026-05-08T22:24:34.343Z Compiling blake3 v1.8.3
23092026-05-08T22:24:34.525Z Compiling ordered-float v2.10.1
23102026-05-08T22:24:34.680Z Compiling sigpipe v0.1.3
23112026-05-08T22:24:34.794Z Compiling memmap v0.7.0
23122026-05-08T22:24:34.828Z Compiling swrite v0.1.0
23132026-05-08T22:24:34.893Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23142026-05-08T22:24:34.940Z Compiling glob v0.3.3
23152026-05-08T22:24:34.952Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23162026-05-08T22:24:34.985Z Compiling usdt v0.5.0
23172026-05-08T22:24:35.050Z Compiling serde-value v0.7.0
23182026-05-08T22:24:35.135Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23192026-05-08T22:24:35.188Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23202026-05-08T22:24:35.894Z Compiling zone v0.3.1
23212026-05-08T22:24:35.922Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-08T22:24:35.922Z Compiling serde-untagged v0.1.9
23232026-05-08T22:24:35.922Z Compiling toml v0.8.23
23242026-05-08T22:24:35.922Z Compiling smf v0.2.3
23252026-05-08T22:24:35.935Z Compiling filetime v0.2.27
23262026-05-08T22:24:35.935Z Compiling whoami v1.6.1
23272026-05-08T22:24:35.984Z Compiling unicode-xid v0.2.6
23282026-05-08T22:24:36.000Z Compiling same-file v1.0.6
23292026-05-08T22:24:36.039Z Compiling arrayref v0.3.9
23302026-05-08T22:24:36.129Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23312026-05-08T22:24:36.144Z Compiling xattr v1.6.1
23322026-05-08T22:24:36.161Z Compiling constant_time_eq v0.4.2
23332026-05-08T22:24:36.193Z Compiling arrayvec v0.7.6
23342026-05-08T22:24:36.223Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23352026-05-08T22:24:36.298Z Compiling tar v0.4.45
23362026-05-08T22:24:36.354Z Compiling cargo-util-schemas v0.8.2
23372026-05-08T22:24:36.376Z Compiling walkdir v2.5.0
23382026-05-08T22:24:36.391Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23392026-05-08T22:24:36.708Z Compiling tokio-dtrace v0.1.1
23402026-05-08T22:24:36.936Z Compiling console v0.16.2
23412026-05-08T22:24:36.985Z Compiling gethostname v0.5.0
23422026-05-08T22:24:37.033Z Compiling cargo-platform v0.2.0
23432026-05-08T22:24:37.093Z Compiling topological-sort v0.2.2
23442026-05-08T22:24:37.114Z Compiling unit-prefix v0.5.2
23452026-05-08T22:24:37.140Z Compiling oxide-tokio-rt v0.1.4
23462026-05-08T22:24:37.233Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23472026-05-08T22:24:37.284Z Compiling shell-words v1.1.1
23482026-05-08T22:24:37.435Z Compiling indicatif v0.18.4
23492026-05-08T22:24:37.579Z Compiling cargo_metadata v0.21.0
23502026-05-08T22:24:47.172Z Compiling progenitor-client v0.14.0
23512026-05-08T22:24:47.172Z Compiling progenitor-client v0.10.0
23522026-05-08T22:24:47.172Z Compiling omicron-zone-package v0.12.2
23532026-05-08T22:24:47.172Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23542026-05-08T22:24:47.172Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23552026-05-08T22:24:47.172Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23562026-05-08T22:24:47.172Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23572026-05-08T22:24:47.250Z Compiling progenitor-extras v0.2.0
23582026-05-08T22:24:47.284Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23592026-05-08T22:24:47.300Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23602026-05-08T22:24:47.308Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23612026-05-08T22:24:47.490Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23622026-05-08T22:24:47.839Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23632026-05-08T22:24:51.882Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-05-08T22:24:59.328Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652026-05-08T22:25:02.413Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23662026-05-08T22:25:03.412Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23672026-05-08T22:25:12.668Z Finished `release` profile [optimized] target(s) in 1m 39s
23682026-05-08T22:25:12.816Z Running `target/release/omicron-package -t test target create -p dev`
23692026-05-08T22:25:12.879ZLogging to: /work/oxidecomputer/omicron/out/LOG
23702026-05-08T22:25:12.883ZCreated new build target 'test' and set it as active
23712026-05-08T22:25:12.887Z
23722026-05-08T22:25:12.887Zreal 1:39.513439265
23732026-05-08T22:25:12.887Zuser 16:31.817953926
23742026-05-08T22:25:12.887Zsys 2:30.068231204
23752026-05-08T22:25:12.887Ztrap 0.489006224
23762026-05-08T22:25:12.887Ztflt 2.759877147
23772026-05-08T22:25:12.887Zdflt 3.689071291
23782026-05-08T22:25:12.887Zkflt 0.000574990
23792026-05-08T22:25:12.887Zlock 51:50.106768705
23802026-05-08T22:25:12.887Zslp 42:54.071400369
23812026-05-08T22:25:12.887Zlat 39.620495121
23822026-05-08T22:25:12.887Zstop 4:52.218751990
23832026-05-08T22:25:12.888Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23842026-05-08T22:25:13.778Z Finished `release` profile [optimized] target(s) in 0.88s
23852026-05-08T22:25:13.869Z Running `target/release/omicron-package -t test package`
23862026-05-08T22:25:13.905ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-05-08T22:25:15.310Z Compiling heck v0.5.0
23882026-05-08T22:25:15.310Z Compiling regress v0.11.1
23892026-05-08T22:25:15.310Z Compiling unsafe-libyaml v0.2.11
23902026-05-08T22:25:15.565Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-08T22:25:15.590Z Compiling regress v0.10.5
23922026-05-08T22:25:15.612Z Compiling unicode-width v0.1.14
23932026-05-08T22:25:15.651Z Compiling is-terminal v0.4.17
23942026-05-08T22:25:15.677Z Compiling prettyplease v0.2.37
23952026-05-08T22:25:15.677Z Compiling bytecount v0.6.9
23962026-05-08T22:25:15.677Z Compiling rustls v0.22.4
23972026-05-08T22:25:15.677Z Compiling rustls-webpki v0.102.8
23982026-05-08T22:25:15.688Z Compiling derive-where v1.6.0
23992026-05-08T22:25:15.688Z Compiling thread_local v1.1.9
24002026-05-08T22:25:15.688Z Compiling match_cfg v0.1.0
24012026-05-08T22:25:15.705Z Compiling compression-core v0.4.31
24022026-05-08T22:25:15.816Z Compiling multer v3.1.0
24032026-05-08T22:25:15.822Z Compiling slog-async v2.8.0
24042026-05-08T22:25:15.822Z Compiling hostname v0.3.1
24052026-05-08T22:25:15.886Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-05-08T22:25:15.902Z Compiling compression-codecs v0.4.37
24072026-05-08T22:25:15.926Z Compiling crossbeam-channel v0.5.15
24082026-05-08T22:25:15.949Z Compiling slog-json v2.6.1
24092026-05-08T22:25:15.953Z Compiling futures-executor v0.3.32
24102026-05-08T22:25:16.008Z Compiling serde_spanned v1.0.4
24112026-05-08T22:25:16.027Z Compiling toml_datetime v1.0.0+spec-1.1.0
24122026-05-08T22:25:16.031Z Compiling toml_writer v1.0.6+spec-1.1.0
24132026-05-08T22:25:16.148Z Compiling serde_yaml v0.9.34+deprecated
24142026-05-08T22:25:16.192Z Compiling term v1.2.1
24152026-05-08T22:25:16.196Z Compiling take_mut v0.2.2
24162026-05-08T22:25:16.235Z Compiling futures v0.3.32
24172026-05-08T22:25:16.238Z Compiling toml v1.0.6+spec-1.1.0
24182026-05-08T22:25:16.311Z Compiling slog-bunyan v2.5.0
24192026-05-08T22:25:16.344Z Compiling async-compression v0.4.41
24202026-05-08T22:25:16.408Z Compiling dropshot v0.17.0
24212026-05-08T22:25:16.437Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24222026-05-08T22:25:16.457Z Compiling async-stream v0.3.6
24232026-05-08T22:25:16.479Z Compiling slog-term v2.9.2
24242026-05-08T22:25:16.592Z Compiling num-rational v0.4.2
24252026-05-08T22:25:16.651Z Compiling progenitor-client v0.14.0
24262026-05-08T22:25:16.679Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24272026-05-08T22:25:16.717Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24282026-05-08T22:25:16.744Z Compiling waitgroup v0.1.2
24292026-05-08T22:25:16.792Z Compiling backon v1.6.0
24302026-05-08T22:25:16.892Z Compiling rustls-pemfile v2.2.0
24312026-05-08T22:25:16.914Z Compiling num-complex v0.4.6
24322026-05-08T22:25:16.943Z Compiling serde_path_to_error v0.1.20
24332026-05-08T22:25:16.966Z Compiling hostname v0.4.2
24342026-05-08T22:25:16.991Z Compiling instant v0.1.13
24352026-05-08T22:25:17.011Z Compiling debug-ignore v1.0.5
24362026-05-08T22:25:17.030Z Compiling typify-impl v0.6.2
24372026-05-08T22:25:17.127Z Compiling backoff v0.4.0
24382026-05-08T22:25:17.147Z Compiling progenitor-extras v0.2.0
24392026-05-08T22:25:17.147Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24402026-05-08T22:25:17.177Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24412026-05-08T22:25:17.355Z Compiling num v0.4.3
24422026-05-08T22:25:17.393Z Compiling parse-display v0.10.0
24432026-05-08T22:25:17.418Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24442026-05-08T22:25:17.441Z Compiling progenitor-client v0.13.0
24452026-05-08T22:25:17.460Z Compiling progenitor-client v0.10.0
24462026-05-08T22:25:17.495Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24472026-05-08T22:25:17.507Z Compiling macaddr v1.0.1
24482026-05-08T22:25:17.558Z Compiling float-ord v0.3.2
24492026-05-08T22:25:17.635Z Compiling console v0.15.11
24502026-05-08T22:25:17.733Z Compiling newline-converter v0.3.0
24512026-05-08T22:25:17.760Z Compiling atomicwrites v0.4.4
24522026-05-08T22:25:17.791Z Compiling slog-dtrace v0.3.0
24532026-05-08T22:25:17.963Z Compiling async-recursion v1.1.1
24542026-05-08T22:25:18.021Z Compiling tokio-rustls v0.25.0
24552026-05-08T22:25:18.082Z Compiling expectorate v1.2.0
24562026-05-08T22:25:18.144Z Compiling cancel-safe-futures v0.1.5
24572026-05-08T22:25:18.159Z Compiling owo-colors v4.3.0
24582026-05-08T22:25:18.229Z Compiling libsw-core v0.3.2
24592026-05-08T22:25:18.306Z Compiling resolv-conf v0.7.6
24602026-05-08T22:25:18.351Z Compiling toml v0.8.23
24612026-05-08T22:25:18.447Z Compiling libsw v3.5.0
24622026-05-08T22:25:18.580Z Compiling linear-map v1.2.0
24632026-05-08T22:25:18.647Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-05-08T22:25:18.700Z Compiling linked-hash-map v0.5.6
24652026-05-08T22:25:18.786Z Compiling minimal-lexical v0.2.1
24662026-05-08T22:25:18.870Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24672026-05-08T22:25:18.908Z Compiling lru-cache v0.1.2
24682026-05-08T22:25:18.932Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24692026-05-08T22:25:18.939Z Compiling unicode-xid v0.2.6
24702026-05-08T22:25:18.986Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24712026-05-08T22:25:19.057Z Compiling nom v7.1.3
24722026-05-08T22:25:19.080Z Compiling globset v0.4.18
24732026-05-08T22:25:19.085Z Compiling hickory-proto v0.24.4
24742026-05-08T22:25:19.123Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24752026-05-08T22:25:19.146Z Compiling convert_case v0.10.0
24762026-05-08T22:25:19.449Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24772026-05-08T22:25:19.520Z Compiling derive_more-impl v2.1.1
24782026-05-08T22:25:20.040Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24792026-05-08T22:25:20.317Z Compiling pin-project-internal v1.1.11
24802026-05-08T22:25:20.363Z Compiling derive_more v2.1.1
24812026-05-08T22:25:20.477Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24822026-05-08T22:25:20.505Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24832026-05-08T22:25:20.558Z Compiling typify-macro v0.6.2
24842026-05-08T22:25:20.735Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-05-08T22:25:20.981Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24862026-05-08T22:25:21.141Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872026-05-08T22:25:21.350Z Compiling pin-project v1.1.11
24882026-05-08T22:25:21.495Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24892026-05-08T22:25:21.693Z Compiling hickory-resolver v0.24.4
24902026-05-08T22:25:21.783Z Compiling papergrid v0.11.0
24912026-05-08T22:25:21.834Z Compiling tabled_derive v0.7.0
24922026-05-08T22:25:22.124Z Compiling typify v0.6.2
24932026-05-08T22:25:22.425Z Compiling progenitor-impl v0.14.0
24942026-05-08T22:25:22.583Z Compiling progenitor-impl v0.13.0
24952026-05-08T22:25:22.929Z Compiling qorb v0.4.1
24962026-05-08T22:25:23.566Z Compiling pem v3.0.6
24972026-05-08T22:25:24.328Z Compiling snafu-derive v0.8.9
24982026-05-08T22:25:24.617Z Compiling progenitor-macro v0.14.0
24992026-05-08T22:25:24.732Z Compiling progenitor-macro v0.13.0
25002026-05-08T22:25:24.867Z Compiling termtree v0.5.1
25012026-05-08T22:25:25.069Z Compiling tabled v0.15.0
25022026-05-08T22:25:25.974Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25032026-05-08T22:25:26.631Z Compiling snafu v0.8.9
25042026-05-08T22:25:27.072Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25052026-05-08T22:25:27.234Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25062026-05-08T22:25:27.270Z Compiling crossterm v0.29.0
25072026-05-08T22:25:27.677Z Compiling phf_shared v0.12.1
25082026-05-08T22:25:27.956Z Compiling olpc-cjson v0.1.4
25092026-05-08T22:25:28.211Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25102026-05-08T22:25:28.690Z Compiling serde_plain v1.0.2
25112026-05-08T22:25:28.706Z Compiling progenitor v0.14.0
25122026-05-08T22:25:28.793Z Compiling csv-core v0.1.13
25132026-05-08T22:25:28.819Z Compiling progenitor v0.13.0
25142026-05-08T22:25:28.886Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25152026-05-08T22:25:29.006Z Compiling vte v0.14.1
25162026-05-08T22:25:29.033Z Compiling typed-path v0.9.3
25172026-05-08T22:25:29.224Z Compiling highway v1.3.0
25182026-05-08T22:25:29.306Z Compiling chrono-tz v0.10.4
25192026-05-08T22:25:29.483Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25202026-05-08T22:25:29.573Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25212026-05-08T22:25:29.986Z Compiling strip-ansi-escapes v0.2.1
25222026-05-08T22:25:30.017Z Compiling csv v1.4.0
25232026-05-08T22:25:30.202Z Compiling tough v0.20.0
25242026-05-08T22:25:30.549Z Compiling phf v0.12.1
25252026-05-08T22:25:30.758Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-08T22:25:30.994Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-08T22:25:31.497Z Compiling const_format_proc_macros v0.2.34
25282026-05-08T22:25:31.748Z Compiling fd-lock v4.0.4
25292026-05-08T22:25:31.911Z Compiling peg-macros v0.8.5
25302026-05-08T22:25:31.960Z Compiling nu-ansi-term v0.50.3
25312026-05-08T22:25:32.236Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25322026-05-08T22:25:32.545Z Compiling const_format v0.2.35
25332026-05-08T22:25:32.658Z Compiling reedline v0.40.0
25342026-05-08T22:25:32.929Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-05-08T22:25:33.036Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-05-08T22:25:33.156Z Compiling peg v0.8.5
25372026-05-08T22:25:33.257Z Compiling bcs v0.1.6
25382026-05-08T22:25:33.688Z Compiling semver v0.1.20
25392026-05-08T22:25:33.987Z Compiling rustc_version v0.1.7
25402026-05-08T22:25:34.247Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25412026-05-08T22:25:34.269Z Compiling newtype_derive v0.1.6
25422026-05-08T22:25:34.502Z Compiling smawk v0.3.2
25432026-05-08T22:25:34.523Z Compiling unicode-linebreak v0.1.5
25442026-05-08T22:25:34.645Z Compiling humantime v2.3.0
25452026-05-08T22:25:34.775Z Compiling textwrap v0.16.2
25462026-05-08T22:25:34.838Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25472026-05-08T22:25:35.221Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25482026-05-08T22:25:35.244Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25492026-05-08T22:25:35.615Z Compiling dropshot-api-manager-types v0.7.1
25502026-05-08T22:25:36.062Z Compiling base64 v0.21.7
25512026-05-08T22:25:36.221Z Compiling steno v0.4.1
25522026-05-08T22:25:36.247Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-08T22:25:36.400Z Compiling tagptr v0.2.0
25542026-05-08T22:25:36.595Z Compiling utf-8 v0.7.6
25552026-05-08T22:25:36.615Z Compiling moka v0.12.13
25562026-05-08T22:25:36.691Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-05-08T22:25:36.829Z Compiling tungstenite v0.21.0
25582026-05-08T22:25:36.865Z Compiling radium v0.7.0
25592026-05-08T22:25:36.965Z Compiling maybe-uninit v2.0.0
25602026-05-08T22:25:37.278Z Compiling tap v1.0.1
25612026-05-08T22:25:37.448Z Compiling tokio-tungstenite v0.21.0
25622026-05-08T22:25:37.468Z Compiling wyz v0.5.1
25632026-05-08T22:25:37.720Z Compiling hickory-resolver v0.25.2
25642026-05-08T22:25:37.805Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25652026-05-08T22:25:37.855Z Compiling zerocopy-derive v0.6.6
25662026-05-08T22:25:37.858Z Compiling display-error-chain v0.2.2
25672026-05-08T22:25:38.022Z Compiling crc-catalog v2.4.0
25682026-05-08T22:25:38.040Z Compiling packed_struct v0.10.1
25692026-05-08T22:25:38.061Z Compiling funty v2.0.0
25702026-05-08T22:25:38.140Z Compiling crc v3.4.0
25712026-05-08T22:25:38.469Z Compiling bitvec v1.0.1
25722026-05-08T22:25:38.583Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732026-05-08T22:25:38.648Z Compiling zerocopy v0.6.6
25742026-05-08T22:25:38.954Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-05-08T22:25:39.022Z Compiling packed_struct_codegen v0.10.1
25762026-05-08T22:25:39.043Z Compiling num-derive v0.3.3
25772026-05-08T22:25:39.518Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25782026-05-08T22:25:39.947Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25792026-05-08T22:25:40.049Z Compiling bitfield-macros v0.19.4
25802026-05-08T22:25:40.294Z Compiling proc-macro-error-attr2 v2.0.0
25812026-05-08T22:25:40.774Z Compiling indexmap v1.9.3
25822026-05-08T22:25:40.805Z Compiling nodrop v0.1.14
25832026-05-08T22:25:40.947Z Compiling array-init v0.0.4
25842026-05-08T22:25:41.072Z Compiling proc-macro-error2 v2.0.1
25852026-05-08T22:25:41.317Z Compiling bitfield v0.19.4
25862026-05-08T22:25:41.399Z Compiling libscf-sys v1.1.0
25872026-05-08T22:25:41.641Z Compiling smallvec v0.6.14
25882026-05-08T22:25:41.675Z Compiling typify-impl v0.4.3
25892026-05-08T22:25:41.904Z Compiling hashbrown v0.12.3
25902026-05-08T22:25:42.028Z Compiling serde-hex v0.1.0
25912026-05-08T22:25:42.902Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25922026-05-08T22:25:42.958Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25932026-05-08T22:25:43.001Z Compiling tabled_derive v0.11.0
25942026-05-08T22:25:43.666Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25952026-05-08T22:25:43.710Z Compiling ron v0.8.1
25962026-05-08T22:25:43.768Z Compiling papergrid v0.17.0
25972026-05-08T22:25:43.922Z Compiling testing_table v0.3.0
25982026-05-08T22:25:44.020Z Compiling hashbrown v0.13.2
25992026-05-08T22:25:44.075Z Compiling vergen-gitcl v1.0.8
26002026-05-08T22:25:44.222Z Compiling dirs-sys-next v0.1.2
26012026-05-08T22:25:44.271Z Compiling maplit v1.0.2
26022026-05-08T22:25:44.319Z Compiling crc-any v2.5.0
26032026-05-08T22:25:44.353Z Compiling glob v0.3.3
26042026-05-08T22:25:44.379Z Compiling crunchy v0.2.4
26052026-05-08T22:25:44.481Z Compiling diesel_derives v2.3.7
26062026-05-08T22:25:44.645Z Compiling object v0.30.4
26072026-05-08T22:25:44.704Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26082026-05-08T22:25:44.739Z Compiling dirs-next v2.0.0
26092026-05-08T22:25:44.741Z Compiling clang-sys v1.8.1
26102026-05-08T22:25:44.817Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-05-08T22:25:44.840Z Compiling dsl_auto_type v0.2.0
26122026-05-08T22:25:44.880Z Compiling scheduled-thread-pool v0.2.7
26132026-05-08T22:25:45.076Z Compiling typify-macro v0.4.3
26142026-05-08T22:25:45.135Z Compiling tabled v0.20.0
26152026-05-08T22:25:45.378Z Compiling diesel_table_macro_syntax v0.3.0
26162026-05-08T22:25:45.409Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26172026-05-08T22:25:45.488Z Compiling tiny-keccak v2.0.2
26182026-05-08T22:25:45.606Z Compiling path-slash v0.1.5
26192026-05-08T22:25:45.640Z Compiling xshell-macros v0.2.7
26202026-05-08T22:25:45.732Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-08T22:25:45.946Z Compiling r2d2 v0.8.10
26222026-05-08T22:25:46.040Z Compiling xshell v0.2.7
26232026-05-08T22:25:46.200Z Compiling term v0.7.0
26242026-05-08T22:25:46.241Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252026-05-08T22:25:46.591Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262026-05-08T22:25:46.675Z Compiling bit-vec v0.6.3
26272026-05-08T22:25:46.713Z Compiling downcast-rs v2.0.2
26282026-05-08T22:25:46.921Z Compiling bit-set v0.5.3
26292026-05-08T22:25:46.950Z Compiling ascii-canvas v3.0.0
26302026-05-08T22:25:47.095Z Compiling itertools v0.10.5
26312026-05-08T22:25:47.116Z Compiling ena v0.14.4
26322026-05-08T22:25:47.216Z Compiling libloading v0.8.9
26332026-05-08T22:25:47.365Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26342026-05-08T22:25:47.386Z Compiling crc8 v0.1.1
26352026-05-08T22:25:47.450Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-08T22:25:47.527Z Compiling diff v0.1.13
26372026-05-08T22:25:47.780Z Compiling regex-syntax v0.6.29
26382026-05-08T22:25:48.225Z Compiling bindgen v0.71.1
26392026-05-08T22:25:48.521Z Compiling unicase v2.9.0
26402026-05-08T22:25:48.829Z Compiling typify v0.4.3
26412026-05-08T22:25:48.970Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-05-08T22:25:49.404Z Compiling lalrpop v0.19.12
26432026-05-08T22:25:49.427Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-05-08T22:25:49.615Z Compiling cexpr v0.6.0
26452026-05-08T22:25:49.738Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-05-08T22:25:49.989Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26472026-05-08T22:25:50.070Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26482026-05-08T22:25:50.128Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-05-08T22:25:50.299Z Compiling headers-core v0.3.0
26502026-05-08T22:25:50.356Z Compiling libxml v0.3.3
26512026-05-08T22:25:50.464Z Compiling headers v0.4.1
26522026-05-08T22:25:50.522Z Compiling diesel v2.3.7
26532026-05-08T22:25:50.692Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26542026-05-08T22:25:50.755Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26552026-05-08T22:25:50.979Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-05-08T22:25:51.545Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26572026-05-08T22:25:51.678Z Compiling strum_macros v0.24.3
26582026-05-08T22:25:51.886Z Compiling indoc v1.0.9
26592026-05-08T22:25:52.316Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-05-08T22:25:52.682Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26612026-05-08T22:25:52.894Z Compiling derive_builder v0.20.2
26622026-05-08T22:25:52.952Z Compiling oso-derive v0.27.3
26632026-05-08T22:25:53.065Z Compiling quick-xml v0.37.5
26642026-05-08T22:25:53.279Z Compiling impl-trait-for-tuples v0.2.3
26652026-05-08T22:25:53.443Z Compiling half v1.8.3
26662026-05-08T22:25:53.489Z Compiling openssl-probe v0.1.6
26672026-05-08T22:25:53.785Z Compiling serde_cbor v0.11.2
26682026-05-08T22:25:53.918Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26692026-05-08T22:25:54.064Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26702026-05-08T22:25:54.511Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26712026-05-08T22:25:54.595Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-08T22:25:54.654Z Compiling bb8 v0.8.6
26732026-05-08T22:25:54.699Z Compiling trait-variant v0.1.2
26742026-05-08T22:25:54.825Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26752026-05-08T22:25:54.880Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26762026-05-08T22:25:54.977Z Compiling samael v0.0.19
26772026-05-08T22:25:55.040Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26782026-05-08T22:25:55.115Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26792026-05-08T22:25:55.223Z Compiling fxhash v0.2.1
26802026-05-08T22:25:55.287Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26812026-05-08T22:25:55.339Z Compiling salty v0.3.0
26822026-05-08T22:25:55.460Z Compiling progenitor-impl v0.10.0
26832026-05-08T22:25:55.672Z Compiling progenitor-impl v0.11.2
26842026-05-08T22:25:55.731Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-08T22:25:55.754Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-08T22:25:56.209Z Compiling kstat-rs v0.2.4
26872026-05-08T22:25:56.454Z Compiling libz-sys v1.1.24
26882026-05-08T22:25:56.685Z Compiling nonempty v0.12.0
26892026-05-08T22:25:56.796Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26902026-05-08T22:25:56.911Z Compiling polar-core v0.27.3
26912026-05-08T22:25:56.931Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26922026-05-08T22:25:57.552Z Compiling progenitor-macro v0.10.0
26932026-05-08T22:25:57.905Z Compiling progenitor-macro v0.11.2
26942026-05-08T22:25:58.939Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
26952026-05-08T22:26:00.602Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-05-08T22:26:00.639Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26972026-05-08T22:26:01.179Z Compiling progenitor-client v0.11.2
26982026-05-08T22:26:01.549Z Compiling darling_core v0.23.0
26992026-05-08T22:26:01.587Z Compiling nanorand v0.7.0
27002026-05-08T22:26:01.782Z Compiling arc-swap v1.8.2
27012026-05-08T22:26:01.922Z Compiling fs-err v2.11.0
27022026-05-08T22:26:01.961Z Compiling parking_lot_core v0.8.6
27032026-05-08T22:26:02.234Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27042026-05-08T22:26:02.313Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27052026-05-08T22:26:02.384Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27062026-05-08T22:26:03.696Z Compiling darling_macro v0.23.0
27072026-05-08T22:26:04.208Z Compiling mime_guess v2.0.5
27082026-05-08T22:26:04.719Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27092026-05-08T22:26:05.266Z Compiling slog-scope v4.4.1
27102026-05-08T22:26:05.718Z Compiling oso v0.27.3
27112026-05-08T22:26:06.400Z Compiling progenitor v0.11.2
27122026-05-08T22:26:06.593Z Compiling flume v0.11.1
27132026-05-08T22:26:06.786Z Compiling progenitor v0.10.0
27142026-05-08T22:26:06.979Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27152026-05-08T22:26:07.002Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27162026-05-08T22:26:09.401Z Compiling async-bb8-diesel v0.2.1
27172026-05-08T22:26:09.854Z Compiling diesel-dtrace v0.5.0
27182026-05-08T22:26:10.123Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27192026-05-08T22:26:10.187Z Compiling primeorder v0.13.6
27202026-05-08T22:26:10.493Z Compiling git-stub v1.0.0
27212026-05-08T22:26:10.618Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-05-08T22:26:10.766Z Compiling instability v0.3.11
27232026-05-08T22:26:11.004Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-05-08T22:26:11.076Z Compiling git-stub-vcs v0.1.0
27252026-05-08T22:26:11.434Z Compiling p384 v0.13.1
27262026-05-08T22:26:11.764Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-05-08T22:26:12.182Z Compiling slog-stdlog v4.1.1
27282026-05-08T22:26:12.698Z Compiling darling v0.23.0
27292026-05-08T22:26:13.072Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-05-08T22:26:13.164Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27312026-05-08T22:26:13.231Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-05-08T22:26:13.307Z Compiling ignore v0.4.25
27332026-05-08T22:26:13.559Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27342026-05-08T22:26:13.582Z Compiling castaway v0.2.4
27352026-05-08T22:26:13.741Z Compiling atty v0.2.14
27362026-05-08T22:26:13.891Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27372026-05-08T22:26:14.128Z Compiling parse-size v1.1.0
27382026-05-08T22:26:14.369Z Compiling indoc v2.0.7
27392026-05-08T22:26:14.390Z Compiling http-range v0.1.5
27402026-05-08T22:26:14.735Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27412026-05-08T22:26:14.980Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-08T22:26:15.638Z Compiling globwalk v0.9.1
27432026-05-08T22:26:16.277Z Compiling compact_str v0.8.1
27442026-05-08T22:26:16.340Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-08T22:26:17.427Z Compiling parking_lot v0.11.2
27462026-05-08T22:26:18.359Z Compiling slog-envlogger v2.2.0
27472026-05-08T22:26:18.362Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27482026-05-08T22:26:18.860Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-05-08T22:26:18.985Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27502026-05-08T22:26:19.008Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27512026-05-08T22:26:19.036Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27522026-05-08T22:26:19.104Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27532026-05-08T22:26:19.531Z Compiling predicates-tree v1.0.13
27542026-05-08T22:26:19.822Z Compiling unicode-truncate v1.1.0
27552026-05-08T22:26:19.844Z Compiling lru v0.12.5
27562026-05-08T22:26:19.903Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-08T22:26:19.990Z Compiling rand_seeder v0.4.0
27582026-05-08T22:26:20.041Z Compiling prefix-trie v0.7.0
27592026-05-08T22:26:20.074Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27602026-05-08T22:26:20.247Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-05-08T22:26:20.324Z Compiling vergen-git2 v1.0.7
27622026-05-08T22:26:20.376Z Compiling cassowary v0.3.0
27632026-05-08T22:26:20.441Z Compiling corncobs v0.1.4
27642026-05-08T22:26:20.538Z Compiling hickory-server v0.25.2
27652026-05-08T22:26:20.593Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-05-08T22:26:20.686Z Compiling ratatui v0.29.0
27672026-05-08T22:26:20.708Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-08T22:26:20.978Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-05-08T22:26:21.025Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-05-08T22:26:21.189Z Compiling camino-tempfile-ext v0.3.3
27712026-05-08T22:26:21.307Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-05-08T22:26:21.619Z Compiling hyper-staticfile v0.10.1
27732026-05-08T22:26:21.848Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27742026-05-08T22:26:21.956Z Compiling sled v0.34.7
27752026-05-08T22:26:22.387Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-05-08T22:26:22.858Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27772026-05-08T22:26:23.041Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27782026-05-08T22:26:24.583Z Compiling secrecy v0.8.0
27792026-05-08T22:26:24.773Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27802026-05-08T22:26:25.041Z Compiling rustls v0.21.12
27812026-05-08T22:26:25.549Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27822026-05-08T22:26:25.574Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27832026-05-08T22:26:26.192Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27842026-05-08T22:26:26.367Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27852026-05-08T22:26:27.615Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-05-08T22:26:27.836Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27872026-05-08T22:26:28.483Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27882026-05-08T22:26:29.328Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27892026-05-08T22:26:29.784Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-05-08T22:26:30.011Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27912026-05-08T22:26:30.251Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27922026-05-08T22:26:30.459Z Compiling sct v0.7.1
27932026-05-08T22:26:30.666Z Compiling rustls-webpki v0.101.7
27942026-05-08T22:26:30.689Z Compiling nix v0.29.0
27952026-05-08T22:26:30.733Z Compiling dropshot v0.16.7
27962026-05-08T22:26:30.967Z Compiling void v1.0.2
27972026-05-08T22:26:31.129Z Compiling lzss v0.8.2
27982026-05-08T22:26:31.499Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-08T22:26:31.521Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28002026-05-08T22:26:31.651Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-05-08T22:26:32.129Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28022026-05-08T22:26:32.705Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-05-08T22:26:32.937Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28042026-05-08T22:26:33.197Z Compiling tungstenite v0.23.0
28052026-05-08T22:26:33.432Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28062026-05-08T22:26:33.976Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28072026-05-08T22:26:34.211Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-05-08T22:26:34.422Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-05-08T22:26:34.446Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-05-08T22:26:34.648Z Compiling toml v0.9.12+spec-1.1.0
28112026-05-08T22:26:34.675Z Compiling nix v0.27.1
28122026-05-08T22:26:35.426Z Compiling dropshot_endpoint v0.16.7
28132026-05-08T22:26:35.567Z Compiling serde_bytes v0.11.19
28142026-05-08T22:26:35.794Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28152026-05-08T22:26:35.920Z Compiling tokio-tungstenite v0.23.1
28162026-05-08T22:26:35.964Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28172026-05-08T22:26:36.295Z Compiling tokio-rustls v0.24.1
28182026-05-08T22:26:36.521Z Compiling git2 v0.20.4
28192026-05-08T22:26:37.018Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28202026-05-08T22:26:39.400Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28212026-05-08T22:26:39.581Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-05-08T22:26:41.021Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28232026-05-08T22:26:41.430Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28242026-05-08T22:26:41.846Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28252026-05-08T22:26:42.198Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28262026-05-08T22:26:42.497Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-05-08T22:26:43.831Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28282026-05-08T22:26:44.723Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28292026-05-08T22:26:44.873Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-05-08T22:26:45.351Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28312026-05-08T22:26:45.656Z Compiling rustls-pemfile v1.0.4
28322026-05-08T22:26:46.082Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28332026-05-08T22:26:46.311Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28342026-05-08T22:26:46.797Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28352026-05-08T22:26:47.485Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28362026-05-08T22:26:48.711Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28372026-05-08T22:26:49.134Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28382026-05-08T22:26:49.439Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-05-08T22:26:49.562Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28402026-05-08T22:26:49.677Z Compiling signal-hook-tokio v0.3.1
28412026-05-08T22:26:49.871Z Compiling twox-hash v2.1.2
28422026-05-08T22:26:50.409Z Compiling yasna v0.5.2
28432026-05-08T22:26:50.450Z Compiling is_ci v1.2.0
28442026-05-08T22:26:50.670Z Compiling supports-color v3.0.2
28452026-05-08T22:26:50.934Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28462026-05-08T22:26:50.990Z Compiling rcgen v0.12.1
28472026-05-08T22:26:51.465Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-05-08T22:26:51.521Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28492026-05-08T22:26:51.674Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28502026-05-08T22:26:51.967Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-08T22:26:52.159Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28522026-05-08T22:26:52.438Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-05-08T22:26:53.800Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-05-08T22:26:54.681Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-05-08T22:26:55.401Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28562026-05-08T22:26:55.502Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28572026-05-08T22:26:55.734Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28582026-05-08T22:26:55.890Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-05-08T22:26:55.967Z Compiling fatfs v0.3.6
28602026-05-08T22:26:56.112Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-05-08T22:26:56.893Z Compiling rtoolbox v0.0.3
28622026-05-08T22:26:57.167Z Compiling subprocess v0.2.15
28632026-05-08T22:26:57.186Z Compiling assert_matches v1.5.0
28642026-05-08T22:26:57.330Z Compiling seq-macro v0.3.6
28652026-05-08T22:26:57.418Z Compiling rpassword v7.4.0
28662026-05-08T22:26:57.708Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28672026-05-08T22:26:57.862Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28682026-05-08T22:26:59.170Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28692026-05-08T22:26:59.377Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28702026-05-08T22:26:59.513Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28712026-05-08T22:26:59.828Z Compiling tui-tree-widget v0.23.1
28722026-05-08T22:27:00.121Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28732026-05-08T22:27:00.163Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28742026-05-08T22:27:00.698Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28752026-05-08T22:27:01.913Z Compiling uzers v0.12.2
28762026-05-08T22:27:02.038Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-05-08T22:27:02.875Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28782026-05-08T22:27:03.474Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28792026-05-08T22:27:04.615Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28802026-05-08T22:27:06.329Z Compiling support-bundle-viewer v0.1.2
28812026-05-08T22:27:08.157Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28822026-05-08T22:27:08.256Z Compiling multimap v0.10.1
28832026-05-08T22:27:16.449Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28842026-05-08T22:27:17.408Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28852026-05-08T22:27:18.405Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28862026-05-08T22:27:27.866Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28872026-05-08T22:33:12.368Z Finished `release` profile [optimized] target(s) in 7m 58s
28882026-05-08T22:33:55.839Z
28892026-05-08T22:33:55.842Zreal 8:42.929804512
28902026-05-08T22:33:55.842Zuser 1:18:33.118324195
28912026-05-08T22:33:55.842Zsys 3:27.581563220
28922026-05-08T22:33:55.842Ztrap 1.749710832
28932026-05-08T22:33:55.842Ztflt 2.576218440
28942026-05-08T22:33:55.842Zdflt 16.673608762
28952026-05-08T22:33:55.842Zkflt 0.005202632
28962026-05-08T22:33:55.842Zlock 6:41:34.315788629
28972026-05-08T22:33:55.842Zslp 2:15:39.022444727
28982026-05-08T22:33:55.842Zlat 2:31.282392876
28992026-05-08T22:33:55.842Zstop 5:13.536949157
29002026-05-08T22:33:55.842Z+ mapfile -t packages
29012026-05-08T22:33:55.842Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29022026-05-08T22:33:56.795Z Finished `release` profile [optimized] target(s) in 0.94s
29032026-05-08T22:33:56.877Z Running `target/release/omicron-package -t test list-outputs`
29042026-05-08T22:33:56.934ZLogging to: /work/oxidecomputer/omicron/out/LOG
29052026-05-08T22:33:56.937Z+ ptime -m cargo build --locked --release -p xtask
29062026-05-08T22:33:57.471Z Compiling libc v0.2.185
29072026-05-08T22:33:57.471Z Compiling serde v1.0.228
29082026-05-08T22:33:57.474Z Compiling serde_core v1.0.228
29092026-05-08T22:33:57.474Z Compiling rustix v1.1.3
29102026-05-08T22:33:57.579Z Compiling bitflags v2.11.0
29112026-05-08T22:33:57.591Z Compiling serde_json v1.0.149
29122026-05-08T22:33:57.606Z Compiling num-traits v0.2.19
29132026-05-08T22:33:57.615Z Compiling syn v2.0.117
29142026-05-08T22:33:57.624Z Compiling smallvec v1.15.1
29152026-05-08T22:33:57.641Z Compiling indexmap v2.14.0
29162026-05-08T22:33:57.650Z Compiling usdt-impl v0.5.0
29172026-05-08T22:33:57.661Z Compiling syn v1.0.109
29182026-05-08T22:33:57.673Z Compiling log v0.4.29
29192026-05-08T22:33:57.673Z Compiling percent-encoding v2.3.2
29202026-05-08T22:33:57.822Z Compiling getrandom v0.4.1
29212026-05-08T22:33:57.934Z Compiling form_urlencoded v1.2.2
29222026-05-08T22:33:58.022Z Compiling fs-err v3.3.0
29232026-05-08T22:33:58.025Z Compiling once_cell v1.21.3
29242026-05-08T22:33:58.044Z Compiling heck v0.4.1
29252026-05-08T22:33:58.122Z Compiling anyhow v1.0.102
29262026-05-08T22:33:58.360Z Compiling thread-id v4.2.2
29272026-05-08T22:33:58.380Z Compiling errno v0.3.14
29282026-05-08T22:33:58.383Z Compiling memmap v0.7.0
29292026-05-08T22:33:58.598Z Compiling ordered-float v2.10.1
29302026-05-08T22:33:59.157Z Compiling proc-macro-error v1.0.4
29312026-05-08T22:33:59.364Z Compiling terminal_size v0.4.3
29322026-05-08T22:33:59.367Z Compiling tempfile v3.25.0
29332026-05-08T22:33:59.396Z Compiling tabled_derive v0.7.0
29342026-05-08T22:33:59.464Z Compiling clap_builder v4.5.60
29352026-05-08T22:33:59.464Z Compiling textwrap v0.16.2
29362026-05-08T22:33:59.584Z Compiling camino-tempfile v1.4.1
29372026-05-08T22:34:00.050Z Compiling tabled v0.15.0
29382026-05-08T22:34:00.140Z Compiling synstructure v0.13.2
29392026-05-08T22:34:00.140Z Compiling pest_generator v2.8.6
29402026-05-08T22:34:00.531Z Compiling serde_derive v1.0.228
29412026-05-08T22:34:00.531Z Compiling zerovec-derive v0.11.2
29422026-05-08T22:34:00.534Z Compiling displaydoc v0.2.5
29432026-05-08T22:34:00.534Z Compiling thiserror-impl v1.0.69
29442026-05-08T22:34:00.535Z Compiling zerocopy-derive v0.7.35
29452026-05-08T22:34:00.535Z Compiling scroll_derive v0.12.1
29462026-05-08T22:34:00.535Z Compiling thiserror-impl v2.0.18
29472026-05-08T22:34:00.572Z Compiling zerofrom-derive v0.1.6
29482026-05-08T22:34:00.662Z Compiling yoke-derive v0.8.1
29492026-05-08T22:34:01.208Z Compiling pest_derive v2.8.6
29502026-05-08T22:34:01.262Z Compiling scroll v0.12.0
29512026-05-08T22:34:01.334Z Compiling zerocopy v0.7.35
29522026-05-08T22:34:01.474Z Compiling clap_derive v4.5.55
29532026-05-08T22:34:01.532Z Compiling goblin v0.8.2
29542026-05-08T22:34:01.700Z Compiling thiserror v1.0.69
29552026-05-08T22:34:01.745Z Compiling zerofrom v0.1.6
29562026-05-08T22:34:01.821Z Compiling dtrace-parser v0.2.0
29572026-05-08T22:34:01.879Z Compiling yoke v0.8.1
29582026-05-08T22:34:01.913Z Compiling thiserror v2.0.18
29592026-05-08T22:34:02.049Z Compiling zerovec v0.11.5
29602026-05-08T22:34:02.101Z Compiling zerotrie v0.2.3
29612026-05-08T22:34:02.560Z Compiling tinystr v0.8.2
29622026-05-08T22:34:02.640Z Compiling potential_utf v0.1.4
29632026-05-08T22:34:02.796Z Compiling icu_locale_core v2.1.1
29642026-05-08T22:34:02.847Z Compiling icu_collections v2.1.1
29652026-05-08T22:34:03.099Z Compiling clap v4.5.60
29662026-05-08T22:34:03.592Z Compiling icu_provider v2.1.1
29672026-05-08T22:34:03.734Z Compiling toml_datetime v0.6.11
29682026-05-08T22:34:03.810Z Compiling serde_spanned v0.6.9
29692026-05-08T22:34:03.992Z Compiling icu_normalizer v2.1.1
29702026-05-08T22:34:04.019Z Compiling icu_properties v2.1.2
29712026-05-08T22:34:04.035Z Compiling toml_edit v0.22.27
29722026-05-08T22:34:04.094Z Compiling dof v0.3.0
29732026-05-08T22:34:04.129Z Compiling serde_tokenstream v0.2.3
29742026-05-08T22:34:04.305Z Compiling serde-value v0.7.0
29752026-05-08T22:34:04.322Z Compiling cargo-platform v0.2.0
29762026-05-08T22:34:04.452Z Compiling macaddr v1.0.1
29772026-05-08T22:34:04.954Z Compiling idna_adapter v1.2.1
29782026-05-08T22:34:04.999Z Compiling usdt-macro v0.5.0
29792026-05-08T22:34:05.017Z Compiling usdt-attr-macro v0.5.0
29802026-05-08T22:34:05.075Z Compiling idna v1.1.0
29812026-05-08T22:34:05.413Z Compiling url v2.5.8
29822026-05-08T22:34:05.641Z Compiling toml v0.8.23
29832026-05-08T22:34:05.671Z Compiling usdt v0.5.0
29842026-05-08T22:34:06.090Z Compiling cargo-util-schemas v0.8.2
29852026-05-08T22:34:06.159Z Compiling cargo_toml v0.21.0
29862026-05-08T22:34:07.146Z Compiling cargo_metadata v0.21.0
29872026-05-08T22:34:10.260Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29882026-05-08T22:34:13.234Z Finished `release` profile [optimized] target(s) in 16.28s
29892026-05-08T22:34:13.356Z
29902026-05-08T22:34:13.359Zreal 16.387795579
29912026-05-08T22:34:13.360Zuser 2:21.665240816
29922026-05-08T22:34:13.360Zsys 16.489430044
29932026-05-08T22:34:13.360Ztrap 0.107766365
29942026-05-08T22:34:13.360Ztflt 0.445792595
29952026-05-08T22:34:13.360Zdflt 1.293995334
29962026-05-08T22:34:13.360Zkflt 0.000020590
29972026-05-08T22:34:13.360Zlock 5:23.104146937
29982026-05-08T22:34:13.360Zslp 3:35.390008227
29992026-05-08T22:34:13.360Zlat 5.641754585
30002026-05-08T22:34:13.360Zstop 17.498789162
30012026-05-08T22:34:13.360Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30022026-05-08T22:34:13.360Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-05-08T22:34:13.360Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30042026-05-08T22:34:13.360Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-05-08T22:34:13.360Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30062026-05-08T22:34:14.287Z Compiling newtype-uuid-macros v0.1.0
30072026-05-08T22:34:14.290Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-05-08T22:34:14.290Z Compiling regress v0.10.5
30092026-05-08T22:34:14.290Z Compiling structmeta-derive v0.3.0
30102026-05-08T22:34:14.290Z Compiling rustls v0.22.4
30112026-05-08T22:34:14.290Z Compiling rustls-webpki v0.102.8
30122026-05-08T22:34:14.290Z Compiling multer v3.1.0
30132026-05-08T22:34:14.432Z Compiling compression-core v0.4.31
30142026-05-08T22:34:14.436Z Compiling debug-ignore v1.0.5
30152026-05-08T22:34:14.436Z Compiling match_cfg v0.1.0
30162026-05-08T22:34:14.437Z Compiling slog-json v2.6.1
30172026-05-08T22:34:14.452Z Compiling async-stream-impl v0.3.6
30182026-05-08T22:34:14.456Z Compiling toml_datetime v1.0.0+spec-1.1.0
30192026-05-08T22:34:14.456Z Compiling serde_spanned v1.0.4
30202026-05-08T22:34:14.456Z Compiling dropshot v0.17.0
30212026-05-08T22:34:14.456Z Compiling toml_writer v1.0.6+spec-1.1.0
30222026-05-08T22:34:14.635Z Compiling itertools v0.14.0
30232026-05-08T22:34:14.713Z Compiling hostname v0.3.1
30242026-05-08T22:34:14.728Z Compiling waitgroup v0.1.2
30252026-05-08T22:34:14.744Z Compiling compression-codecs v0.4.37
30262026-05-08T22:34:14.761Z Compiling toml v1.0.6+spec-1.1.0
30272026-05-08T22:34:14.794Z Compiling rustls-pemfile v2.2.0
30282026-05-08T22:34:14.829Z Compiling dropshot_endpoint v0.17.0
30292026-05-08T22:34:14.849Z Compiling slog-bunyan v2.5.0
30302026-05-08T22:34:14.901Z Compiling serde_path_to_error v0.1.20
30312026-05-08T22:34:14.904Z Compiling hostname v0.4.2
30322026-05-08T22:34:14.904Z Compiling progenitor-client v0.14.0
30332026-05-08T22:34:15.006Z Compiling async-compression v0.4.41
30342026-05-08T22:34:15.009Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-05-08T22:34:15.058Z Compiling macaddr v1.0.1
30362026-05-08T22:34:15.075Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-05-08T22:34:15.172Z Compiling async-stream v0.3.6
30382026-05-08T22:34:15.194Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30392026-05-08T22:34:15.209Z Compiling instant v0.1.13
30402026-05-08T22:34:15.277Z Compiling progenitor-client v0.10.0
30412026-05-08T22:34:15.294Z Compiling backon v1.6.0
30422026-05-08T22:34:15.309Z Compiling backoff v0.4.0
30432026-05-08T22:34:15.336Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-05-08T22:34:15.352Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30452026-05-08T22:34:15.366Z Compiling universal-hash v0.5.1
30462026-05-08T22:34:15.426Z Compiling opaque-debug v0.3.1
30472026-05-08T22:34:15.452Z Compiling half v2.7.1
30482026-05-08T22:34:15.499Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30492026-05-08T22:34:15.515Z Compiling progenitor-extras v0.2.0
30502026-05-08T22:34:15.518Z Compiling crucible-workspace-hack v0.1.0
30512026-05-08T22:34:15.547Z Compiling unsafe-libyaml v0.2.11
30522026-05-08T22:34:15.550Z Compiling ciborium-io v0.2.2
30532026-05-08T22:34:15.594Z Compiling convert_case v0.4.0
30542026-05-08T22:34:15.652Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30552026-05-08T22:34:15.668Z Compiling regress v0.11.1
30562026-05-08T22:34:15.741Z Compiling ciborium-ll v0.2.2
30572026-05-08T22:34:15.787Z Compiling aead v0.5.2
30582026-05-08T22:34:15.830Z Compiling secrecy v0.10.3
30592026-05-08T22:34:15.850Z Compiling poly1305 v0.8.0
30602026-05-08T22:34:15.867Z Compiling structmeta v0.3.0
30612026-05-08T22:34:15.870Z Compiling chacha20 v0.9.1
30622026-05-08T22:34:15.931Z Compiling ciborium v0.2.2
30632026-05-08T22:34:15.978Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30642026-05-08T22:34:15.995Z Compiling derive_more v0.99.20
30652026-05-08T22:34:15.998Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30662026-05-08T22:34:16.024Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30672026-05-08T22:34:16.028Z Compiling thiserror-impl-no-std v2.0.2
30682026-05-08T22:34:16.103Z Compiling serde_yaml v0.9.34+deprecated
30692026-05-08T22:34:16.126Z Compiling derive-ex v0.1.8
30702026-05-08T22:34:16.144Z Compiling parse-display-derive v0.10.0
30712026-05-08T22:34:16.263Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30722026-05-08T22:34:16.346Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30732026-05-08T22:34:16.375Z Compiling byte-wrapper v0.1.0
30742026-05-08T22:34:16.392Z Compiling blake2 v0.10.6
30752026-05-08T22:34:16.466Z Compiling password-hash v0.5.0
30762026-05-08T22:34:16.518Z Compiling chacha20poly1305 v0.10.1
30772026-05-08T22:34:16.623Z Compiling indent_write v2.2.0
30782026-05-08T22:34:16.640Z Compiling heapless v0.8.0
30792026-05-08T22:34:16.686Z Compiling ingot-macros v0.1.1
30802026-05-08T22:34:16.757Z Compiling argon2 v0.5.3
30812026-05-08T22:34:16.784Z Compiling toml_edit v0.23.10+spec-1.0.0
30822026-05-08T22:34:16.891Z Compiling tokio-rustls v0.25.0
30832026-05-08T22:34:16.980Z Compiling hash32 v0.3.1
30842026-05-08T22:34:17.159Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30852026-05-08T22:34:17.173Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30862026-05-08T22:34:17.258Z Compiling typify-impl v0.6.2
30872026-05-08T22:34:17.409Z Compiling thiserror-no-std v2.0.2
30882026-05-08T22:34:17.454Z Compiling smoltcp v0.11.0
30892026-05-08T22:34:17.521Z Compiling vsss-rs v3.3.4
30902026-05-08T22:34:17.619Z Compiling proc-macro-crate v3.4.0
30912026-05-08T22:34:17.873Z Compiling tabwriter v1.4.1
30922026-05-08T22:34:17.889Z Compiling test-strategy v0.4.5
30932026-05-08T22:34:17.892Z Compiling num-rational v0.4.2
30942026-05-08T22:34:17.923Z Compiling parse-display v0.10.0
30952026-05-08T22:34:17.975Z Compiling cobs v0.3.0
30962026-05-08T22:34:18.125Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30972026-05-08T22:34:18.194Z Compiling num-complex v0.4.6
30982026-05-08T22:34:18.210Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-05-08T22:34:18.266Z Compiling num_enum_derive v0.7.5
31002026-05-08T22:34:18.311Z Compiling postcard v1.1.3
31012026-05-08T22:34:18.444Z Compiling proc-macro-error v1.0.4
31022026-05-08T22:34:18.460Z Compiling proc-macro-crate v1.3.1
31032026-05-08T22:34:18.521Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31042026-05-08T22:34:18.569Z Compiling num v0.4.3
31052026-05-08T22:34:18.621Z Compiling foreign-types-macros v0.2.3
31062026-05-08T22:34:18.636Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-05-08T22:34:18.666Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31082026-05-08T22:34:18.682Z Compiling colored v3.1.1
31092026-05-08T22:34:18.776Z Compiling foreign-types-shared v0.3.1
31102026-05-08T22:34:18.833Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-05-08T22:34:18.886Z Compiling float-ord v0.3.2
31122026-05-08T22:34:18.903Z Compiling cpufeatures v0.3.0
31132026-05-08T22:34:18.906Z Compiling rayon-core v1.13.0
31142026-05-08T22:34:18.936Z Compiling num_enum_derive v0.5.11
31152026-05-08T22:34:19.003Z Compiling chacha20 v0.10.0
31162026-05-08T22:34:19.073Z Compiling crossbeam-deque v0.8.6
31172026-05-08T22:34:19.096Z Compiling camino-tempfile v1.4.1
31182026-05-08T22:34:19.152Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-05-08T22:34:19.170Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31202026-05-08T22:34:19.185Z Compiling cstr-argument v0.1.2
31212026-05-08T22:34:19.273Z Compiling foreign-types v0.5.0
31222026-05-08T22:34:19.294Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31232026-05-08T22:34:19.355Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-05-08T22:34:19.373Z Compiling rand v0.10.0
31252026-05-08T22:34:19.406Z Compiling num_enum v0.7.5
31262026-05-08T22:34:19.409Z Compiling toml v0.8.23
31272026-05-08T22:34:19.460Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31282026-05-08T22:34:19.554Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-05-08T22:34:19.594Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31302026-05-08T22:34:19.631Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-05-08T22:34:19.634Z Compiling ingot-types v0.1.2
31322026-05-08T22:34:19.686Z Compiling zone_cfg_derive v0.3.1
31332026-05-08T22:34:19.711Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31342026-05-08T22:34:19.775Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31352026-05-08T22:34:19.811Z Compiling itertools v0.12.1
31362026-05-08T22:34:19.842Z Compiling rayon v1.11.0
31372026-05-08T22:34:19.863Z Compiling num-derive v0.4.2
31382026-05-08T22:34:19.961Z Compiling sigpipe v0.1.3
31392026-05-08T22:34:20.006Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31402026-05-08T22:34:20.072Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31412026-05-08T22:34:20.090Z Compiling ingot v0.1.1
31422026-05-08T22:34:20.093Z Compiling num_enum v0.5.11
31432026-05-08T22:34:20.094Z Compiling glob v0.3.3
31442026-05-08T22:34:20.153Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31452026-05-08T22:34:20.156Z Compiling smf v0.2.3
31462026-05-08T22:34:20.242Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-05-08T22:34:20.267Z Compiling prettyplease v0.2.37
31482026-05-08T22:34:20.390Z Compiling whoami v1.6.1
31492026-05-08T22:34:20.408Z Compiling gethostname v0.5.0
31502026-05-08T22:34:20.425Z Compiling usdt-macro v0.5.0
31512026-05-08T22:34:20.565Z Compiling usdt-attr-macro v0.5.0
31522026-05-08T22:34:20.582Z Compiling atomicwrites v0.4.4
31532026-05-08T22:34:20.711Z Compiling memmap v0.7.0
31542026-05-08T22:34:20.740Z Compiling derive-where v1.6.0
31552026-05-08T22:34:20.779Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-05-08T22:34:20.800Z Compiling progenitor-client v0.13.0
31572026-05-08T22:34:20.836Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31582026-05-08T22:34:20.924Z Compiling owo-colors v4.3.0
31592026-05-08T22:34:20.942Z Compiling zone v0.3.1
31602026-05-08T22:34:21.064Z Compiling cancel-safe-futures v0.1.5
31612026-05-08T22:34:21.151Z Compiling resolv-conf v0.7.6
31622026-05-08T22:34:21.219Z Compiling libsw-core v0.3.2
31632026-05-08T22:34:21.248Z Compiling async-recursion v1.1.1
31642026-05-08T22:34:21.402Z Compiling usdt v0.5.0
31652026-05-08T22:34:21.421Z Compiling libsw v3.5.0
31662026-05-08T22:34:21.531Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-08T22:34:21.637Z Compiling console v0.15.11
31682026-05-08T22:34:21.653Z Compiling newline-converter v0.3.0
31692026-05-08T22:34:21.671Z Compiling libefi-sys v0.1.0
31702026-05-08T22:34:21.674Z Compiling linear-map v1.2.0
31712026-05-08T22:34:21.702Z Compiling hickory-proto v0.24.4
31722026-05-08T22:34:21.722Z Compiling bitfield-struct v0.6.2
31732026-05-08T22:34:21.778Z Compiling linked-hash-map v0.5.6
31742026-05-08T22:34:21.798Z Compiling semver v0.1.20
31752026-05-08T22:34:21.884Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31762026-05-08T22:34:21.918Z Compiling typify-macro v0.6.2
31772026-05-08T22:34:21.959Z Compiling lru-cache v0.1.2
31782026-05-08T22:34:22.002Z Compiling expectorate v1.2.0
31792026-05-08T22:34:22.063Z Compiling rustc_version v0.1.7
31802026-05-08T22:34:22.115Z Compiling tokio-dtrace v0.1.1
31812026-05-08T22:34:22.115Z Compiling dropshot-api-manager-types v0.7.1
31822026-05-08T22:34:22.118Z Compiling pin-project-internal v1.1.11
31832026-05-08T22:34:22.165Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31842026-05-08T22:34:22.165Z Compiling slog-dtrace v0.3.0
31852026-05-08T22:34:22.183Z Compiling minimal-lexical v0.2.1
31862026-05-08T22:34:22.213Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-05-08T22:34:22.259Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31882026-05-08T22:34:22.311Z Compiling oxide-tokio-rt v0.1.4
31892026-05-08T22:34:22.328Z Compiling newtype_derive v0.1.6
31902026-05-08T22:34:22.416Z Compiling typify-impl v0.4.3
31912026-05-08T22:34:22.440Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-05-08T22:34:22.455Z Compiling nom v7.1.3
31932026-05-08T22:34:22.477Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31942026-05-08T22:34:22.492Z Compiling snafu-derive v0.8.9
31952026-05-08T22:34:22.496Z Compiling phf_shared v0.12.1
31962026-05-08T22:34:22.545Z Compiling pem v3.0.6
31972026-05-08T22:34:22.641Z Compiling csv-core v0.1.13
31982026-05-08T22:34:22.699Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-05-08T22:34:22.768Z Compiling chrono-tz v0.10.4
32002026-05-08T22:34:22.904Z Compiling xshell-macros v0.2.7
32012026-05-08T22:34:22.930Z Compiling highway v1.3.0
32022026-05-08T22:34:22.970Z Compiling same-file v1.0.6
32032026-05-08T22:34:23.056Z Compiling csv v1.4.0
32042026-05-08T22:34:23.076Z Compiling const_format_proc_macros v0.2.34
32052026-05-08T22:34:23.114Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32062026-05-08T22:34:23.165Z Compiling walkdir v2.5.0
32072026-05-08T22:34:23.258Z Compiling phf v0.12.1
32082026-05-08T22:34:23.313Z Compiling pin-project v1.1.11
32092026-05-08T22:34:23.331Z Compiling xshell v0.2.7
32102026-05-08T22:34:23.433Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-08T22:34:23.448Z Compiling globset v0.4.18
32122026-05-08T22:34:23.518Z Compiling olpc-cjson v0.1.4
32132026-05-08T22:34:23.620Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32142026-05-08T22:34:23.723Z Compiling primeorder v0.13.6
32152026-05-08T22:34:23.752Z Compiling serde_plain v1.0.2
32162026-05-08T22:34:23.781Z Compiling typify v0.6.2
32172026-05-08T22:34:23.810Z Compiling hickory-resolver v0.24.4
32182026-05-08T22:34:23.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-05-08T22:34:23.860Z Compiling typed-path v0.9.3
32202026-05-08T22:34:23.914Z Compiling progenitor-impl v0.14.0
32212026-05-08T22:34:23.937Z Compiling progenitor-impl v0.13.0
32222026-05-08T22:34:23.985Z Compiling const_format v0.2.35
32232026-05-08T22:34:24.016Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-08T22:34:24.162Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-05-08T22:34:24.331Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-05-08T22:34:24.349Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32272026-05-08T22:34:24.470Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32282026-05-08T22:34:24.561Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-08T22:34:24.860Z Compiling snafu v0.8.9
32302026-05-08T22:34:24.918Z Compiling qorb v0.4.1
32312026-05-08T22:34:24.966Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-05-08T22:34:25.134Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32332026-05-08T22:34:25.260Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32342026-05-08T22:34:25.426Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32352026-05-08T22:34:25.507Z Compiling tough v0.20.0
32362026-05-08T22:34:25.593Z Compiling tabled_derive v0.7.0
32372026-05-08T22:34:25.659Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-05-08T22:34:25.765Z Compiling bcs v0.1.6
32392026-05-08T22:34:26.129Z Compiling salty v0.3.0
32402026-05-08T22:34:26.155Z Compiling termtree v0.5.1
32412026-05-08T22:34:26.200Z Compiling textwrap v0.16.2
32422026-05-08T22:34:26.338Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-05-08T22:34:26.403Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32442026-05-08T22:34:26.445Z Compiling steno v0.4.1
32452026-05-08T22:34:26.585Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32462026-05-08T22:34:26.631Z Compiling progenitor-macro v0.14.0
32472026-05-08T22:34:26.663Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32482026-05-08T22:34:26.680Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32492026-05-08T22:34:26.711Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32502026-05-08T22:34:26.734Z Compiling progenitor-macro v0.13.0
32512026-05-08T22:34:26.753Z Compiling tabled v0.15.0
32522026-05-08T22:34:26.920Z Compiling tagptr v0.2.0
32532026-05-08T22:34:26.975Z Compiling radium v0.7.0
32542026-05-08T22:34:27.022Z Compiling typify-macro v0.4.3
32552026-05-08T22:34:27.058Z Compiling humantime v2.3.0
32562026-05-08T22:34:27.104Z Compiling base64 v0.21.7
32572026-05-08T22:34:27.298Z Compiling moka v0.12.13
32582026-05-08T22:34:27.369Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32592026-05-08T22:34:27.462Z Compiling p384 v0.13.1
32602026-05-08T22:34:27.511Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-05-08T22:34:27.774Z Compiling tap v1.0.1
32622026-05-08T22:34:27.912Z Compiling maybe-uninit v2.0.0
32632026-05-08T22:34:28.003Z Compiling hickory-resolver v0.25.2
32642026-05-08T22:34:28.057Z Compiling wyz v0.5.1
32652026-05-08T22:34:28.107Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-05-08T22:34:28.166Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32672026-05-08T22:34:28.295Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-05-08T22:34:28.401Z Compiling proc-macro-error-attr2 v2.0.0
32692026-05-08T22:34:28.509Z Compiling funty v2.0.0
32702026-05-08T22:34:28.650Z Compiling packed_struct v0.10.1
32712026-05-08T22:34:28.801Z Compiling typify v0.4.3
32722026-05-08T22:34:28.838Z Compiling utf-8 v0.7.6
32732026-05-08T22:34:28.943Z Compiling parking_lot_core v0.8.6
32742026-05-08T22:34:28.960Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-05-08T22:34:29.001Z Compiling bitvec v1.0.1
32762026-05-08T22:34:29.019Z Compiling tungstenite v0.21.0
32772026-05-08T22:34:29.053Z Compiling proc-macro-error2 v2.0.1
32782026-05-08T22:34:29.149Z Compiling polyval v0.6.2
32792026-05-08T22:34:29.206Z Compiling git-stub v1.0.0
32802026-05-08T22:34:29.229Z Compiling packed_struct_codegen v0.10.1
32812026-05-08T22:34:29.269Z Compiling num-derive v0.3.3
32822026-05-08T22:34:29.333Z Compiling bitfield-macros v0.19.4
32832026-05-08T22:34:29.412Z Compiling zerocopy-derive v0.6.6
32842026-05-08T22:34:29.428Z Compiling indexmap v1.9.3
32852026-05-08T22:34:29.528Z Compiling crc-catalog v2.4.0
32862026-05-08T22:34:29.545Z Compiling nodrop v0.1.14
32872026-05-08T22:34:29.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-05-08T22:34:29.670Z Compiling array-init v0.0.4
32892026-05-08T22:34:29.728Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-05-08T22:34:29.897Z Compiling crc v3.4.0
32912026-05-08T22:34:29.949Z Compiling tokio-tungstenite v0.21.0
32922026-05-08T22:34:29.969Z Compiling tabled_derive v0.11.0
32932026-05-08T22:34:30.049Z Compiling git-stub-vcs v0.1.0
32942026-05-08T22:34:30.132Z Compiling ghash v0.5.1
32952026-05-08T22:34:30.154Z Compiling bitfield v0.19.4
32962026-05-08T22:34:30.248Z Compiling libscf-sys v1.1.0
32972026-05-08T22:34:30.331Z Compiling zerocopy v0.6.6
32982026-05-08T22:34:30.394Z Compiling smallvec v0.6.14
32992026-05-08T22:34:30.418Z Compiling progenitor-impl v0.11.2
33002026-05-08T22:34:30.489Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-05-08T22:34:30.532Z Compiling papergrid v0.17.0
33022026-05-08T22:34:30.547Z Compiling testing_table v0.3.0
33032026-05-08T22:34:30.633Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33042026-05-08T22:34:30.650Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33052026-05-08T22:34:30.698Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33062026-05-08T22:34:30.734Z Compiling ctr v0.9.2
33072026-05-08T22:34:30.839Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-05-08T22:34:30.935Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-08T22:34:30.968Z Compiling hashbrown v0.12.3
33102026-05-08T22:34:31.062Z Compiling unicase v2.9.0
33112026-05-08T22:34:31.174Z Compiling corncobs v0.1.4
33122026-05-08T22:34:31.254Z Compiling aes-gcm v0.10.3
33132026-05-08T22:34:31.268Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-08T22:34:31.287Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33152026-05-08T22:34:31.290Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-05-08T22:34:31.321Z Compiling mime_guess v2.0.5
33172026-05-08T22:34:31.340Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33182026-05-08T22:34:31.384Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-08T22:34:31.488Z Compiling tabled v0.20.0
33202026-05-08T22:34:31.510Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-08T22:34:31.676Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33222026-05-08T22:34:31.792Z Compiling progenitor v0.14.0
33232026-05-08T22:34:31.818Z Compiling serde-hex v0.1.0
33242026-05-08T22:34:31.834Z Compiling parking_lot v0.11.2
33252026-05-08T22:34:31.885Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33262026-05-08T22:34:31.907Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33272026-05-08T22:34:31.910Z Compiling progenitor v0.13.0
33282026-05-08T22:34:31.968Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-05-08T22:34:32.094Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33302026-05-08T22:34:32.233Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-05-08T22:34:32.268Z Compiling progenitor-impl v0.10.0
33322026-05-08T22:34:32.286Z Compiling ron v0.8.1
33332026-05-08T22:34:32.303Z Compiling hashbrown v0.13.2
33342026-05-08T22:34:32.367Z Compiling progenitor-client v0.11.2
33352026-05-08T22:34:32.476Z Compiling blowfish v0.9.1
33362026-05-08T22:34:32.711Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-05-08T22:34:32.736Z Compiling ssh-encoding v0.2.0
33382026-05-08T22:34:32.753Z Compiling prefix-trie v0.7.0
33392026-05-08T22:34:32.809Z Compiling fxhash v0.2.1
33402026-05-08T22:34:32.980Z Compiling secrecy v0.8.0
33412026-05-08T22:34:33.028Z Compiling crc-any v2.5.0
33422026-05-08T22:34:33.032Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33432026-05-08T22:34:33.093Z Compiling progenitor-macro v0.11.2
33442026-05-08T22:34:33.179Z Compiling hickory-server v0.25.2
33452026-05-08T22:34:33.293Z Compiling sled v0.34.7
33462026-05-08T22:34:33.312Z Compiling ssh-cipher v0.2.0
33472026-05-08T22:34:33.566Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-05-08T22:34:33.950Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33492026-05-08T22:34:33.967Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-05-08T22:34:34.289Z Compiling object v0.30.4
33512026-05-08T22:34:34.381Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33522026-05-08T22:34:34.573Z Compiling bcrypt-pbkdf v0.10.0
33532026-05-08T22:34:34.780Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33542026-05-08T22:34:34.910Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33552026-05-08T22:34:34.930Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33562026-05-08T22:34:34.947Z Compiling progenitor-macro v0.10.0
33572026-05-08T22:34:35.005Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-08T22:34:35.056Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-05-08T22:34:35.130Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-05-08T22:34:35.649Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-05-08T22:34:35.747Z Compiling password-hash v0.4.2
33622026-05-08T22:34:36.170Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33632026-05-08T22:34:36.425Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33642026-05-08T22:34:36.480Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-05-08T22:34:36.528Z Compiling http-range v0.1.5
33662026-05-08T22:34:36.755Z Compiling half v1.8.3
33672026-05-08T22:34:36.773Z Compiling crc8 v0.1.1
33682026-05-08T22:34:36.789Z Compiling path-slash v0.1.5
33692026-05-08T22:34:36.917Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-05-08T22:34:36.933Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-05-08T22:34:37.012Z Compiling serde_cbor v0.11.2
33722026-05-08T22:34:37.055Z Compiling pbkdf2 v0.11.0
33732026-05-08T22:34:37.174Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33742026-05-08T22:34:37.294Z Compiling ssh-key v0.6.7
33752026-05-08T22:34:37.387Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-05-08T22:34:37.499Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-05-08T22:34:37.593Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33782026-05-08T22:34:37.610Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33792026-05-08T22:34:37.628Z Compiling p256 v0.13.2
33802026-05-08T22:34:37.651Z Compiling p521 v0.13.3
33812026-05-08T22:34:38.032Z Compiling yasna v0.5.2
33822026-05-08T22:34:38.054Z Compiling kstat-rs v0.2.4
33832026-05-08T22:34:38.071Z Compiling headers-core v0.3.0
33842026-05-08T22:34:38.220Z Compiling nanorand v0.7.0
33852026-05-08T22:34:38.237Z Compiling progenitor v0.11.2
33862026-05-08T22:34:38.281Z Compiling atty v0.2.14
33872026-05-08T22:34:38.308Z Compiling russh-cryptovec v0.7.3
33882026-05-08T22:34:38.376Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33892026-05-08T22:34:38.405Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-05-08T22:34:38.423Z Compiling md5 v0.7.0
33912026-05-08T22:34:38.423Z Compiling home v0.5.12
33922026-05-08T22:34:38.454Z Compiling flume v0.11.1
33932026-05-08T22:34:38.515Z Compiling rcgen v0.12.1
33942026-05-08T22:34:38.538Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33952026-05-08T22:34:38.576Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33962026-05-08T22:34:38.592Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-05-08T22:34:38.631Z Compiling russh-keys v0.45.0
33982026-05-08T22:34:38.738Z Compiling headers v0.4.1
33992026-05-08T22:34:38.759Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-05-08T22:34:38.790Z Compiling hyper-staticfile v0.10.1
34012026-05-08T22:34:38.998Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-05-08T22:34:39.044Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34032026-05-08T22:34:39.312Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-05-08T22:34:39.382Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-05-08T22:34:39.413Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-05-08T22:34:39.466Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34072026-05-08T22:34:39.544Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-05-08T22:34:39.771Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34092026-05-08T22:34:39.820Z Compiling num-bigint v0.4.6
34102026-05-08T22:34:39.959Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34112026-05-08T22:34:40.028Z Compiling progenitor v0.10.0
34122026-05-08T22:34:40.157Z Compiling des v0.8.1
34132026-05-08T22:34:40.182Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34142026-05-08T22:34:40.199Z Compiling subprocess v0.2.15
34152026-05-08T22:34:40.219Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-05-08T22:34:40.238Z Compiling hex-literal v0.4.1
34172026-05-08T22:34:40.376Z Compiling display-error-chain v0.2.2
34182026-05-08T22:34:40.380Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-05-08T22:34:40.494Z Compiling colored v2.2.0
34202026-05-08T22:34:40.516Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-05-08T22:34:40.540Z Compiling socket2 v0.5.10
34222026-05-08T22:34:40.661Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-08T22:34:40.778Z Compiling internet-checksum v0.2.1
34242026-05-08T22:34:40.978Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-05-08T22:34:40.981Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-05-08T22:34:40.995Z Compiling russh v0.45.0
34272026-05-08T22:34:43.598Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34282026-05-08T22:34:44.265Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34292026-05-08T22:34:44.742Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-05-08T22:34:46.237Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-05-08T22:34:54.107Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-05-08T22:34:54.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34332026-05-08T22:34:54.110Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34342026-05-08T22:34:54.110Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-05-08T22:34:55.826Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-05-08T22:34:55.880Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-05-08T22:34:59.937Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-05-08T22:35:01.319Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34392026-05-08T22:35:20.309Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34402026-05-08T22:35:38.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34412026-05-08T22:35:38.892Z
34422026-05-08T22:35:38.892Zreal 1:25.462266742
34432026-05-08T22:35:38.893Zuser 8:19.266245256
34442026-05-08T22:35:38.893Zsys 1:40.239499926
34452026-05-08T22:35:38.893Ztrap 0.258627644
34462026-05-08T22:35:38.893Ztflt 0.452743000
34472026-05-08T22:35:38.893Zdflt 1.639215082
34482026-05-08T22:35:38.893Zkflt 0.000345220
34492026-05-08T22:35:38.896Zlock 29:42.838687876
34502026-05-08T22:35:38.897Zslp 19:29.171674504
34512026-05-08T22:35:38.897Zlat 39.437642538
34522026-05-08T22:35:38.897Zstop 2:42.178787523
34532026-05-08T22:35:38.897Z+ mkdir tests
34542026-05-08T22:35:38.897Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34552026-05-08T22:35:38.897Z+ xargs -I '{}' -t cp '{}' tests/
34562026-05-08T22:35:38.910Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34572026-05-08T22:35:38.939Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34582026-05-08T22:35:38.968Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
34592026-05-08T22:35:38.997Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
34602026-05-08T22:35:39.223Z+ 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-08T22:35:39.226Z+ 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-08T22:36:58.378ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34632026-05-08T22:36:58.378Za .github/buildomat/ci-env.sh 1K
34642026-05-08T22:36:58.378Za out/target/test 1K
34652026-05-08T22:36:58.378Za out/npuzone/npuzone 27402K
34662026-05-08T22:36:58.378Za package-manifest.toml 35K
34672026-05-08T22:36:58.378Za smf/sled-agent/non-gimlet/config.toml 6K
34682026-05-08T22:36:58.378Za target/release/omicron-package 44860K
34692026-05-08T22:36:58.378Za target/release/xtask 11449K
34702026-05-08T22:36:58.378Za target/debug/bootstrap 352212K
34712026-05-08T22:36:58.378Za tests/bootstrap-a30bd6ce46b8f667 31215K
34722026-05-08T22:36:58.378Za tests/commtest-6ff027522a55cd83 32299K
34732026-05-08T22:36:58.378Za tests/dhcp_server-470a60e3d0e6ef24 31215K
34742026-05-08T22:36:58.378Za tests/end_to_end_tests-06879957ae11aa92 393326K
34752026-05-08T22:36:58.378Za out/clickhouse.tar.gz 318889K
34762026-05-08T22:36:58.378Za out/clickhouse_keeper.tar.gz 304254K
34772026-05-08T22:36:58.378Za out/clickhouse_server.tar.gz 318889K
34782026-05-08T22:36:58.378Za out/cockroachdb.tar.gz 164597K
34792026-05-08T22:36:58.379Za out/crucible-pantry-zone.tar.gz 43677K
34802026-05-08T22:36:58.379Za out/crucible-utils.tar 17744K
34812026-05-08T22:36:58.379Za out/crucible-zone.tar.gz 57815K
34822026-05-08T22:36:58.379Za out/external-dns.tar.gz 49254K
34832026-05-08T22:36:58.379Za out/internal-dns.tar.gz 49253K
34842026-05-08T22:36:58.379Za out/mg-ddm-gz.tar 95141K
34852026-05-08T22:36:58.379Za out/nexus.tar.gz 219426K
34862026-05-08T22:36:58.379Za out/ntp.tar.gz 31615K
34872026-05-08T22:36:58.379Za out/omicron-gateway-softnpu.tar.gz 28492K
34882026-05-08T22:36:58.379Za out/omicron-sled-agent.tar 198794K
34892026-05-08T22:36:58.379Za out/overlay.tar.gz 3K
34902026-05-08T22:36:58.379Za out/oximeter.tar.gz 65312K
34912026-05-08T22:36:58.379Za out/oxlog.tar 3782K
34922026-05-08T22:36:58.379Za out/probe.tar.gz 3037K
34932026-05-08T22:36:58.379Za out/propolis-server.tar.gz 38727K
34942026-05-08T22:36:58.379Za out/pumpkind-gz.tar 26647K
34952026-05-08T22:36:58.379Za out/switch-softnpu.tar.gz 392744K
34962026-05-08T22:36:58.382Z
34972026-05-08T22:36:58.383Zreal 1:19.152496943
34982026-05-08T22:36:58.383Zuser 1:16.451423623
34992026-05-08T22:36:58.383Zsys 4.410379444
35002026-05-08T22:36:58.383Ztrap 0.006909887
35012026-05-08T22:36:58.383Ztflt 0.000000000
35022026-05-08T22:36:58.383Zdflt 0.000000000
35032026-05-08T22:36:58.383Zkflt 0.000000000
35042026-05-08T22:36:58.383Zlock 0.000000000
35052026-05-08T22:36:58.383Zslp 1:16.403688778
35062026-05-08T22:36:58.383Zlat 1.027720672
35072026-05-08T22:36:58.383Zstop 0.000202020
35082026-05-08T22:36:58.383Zprocess exited: duration 929620 ms, exit code 0
 
35092026-05-08T22:36:58.397Zfound 1 output files
35102026-05-08T22:36:58.397Zuploading: /work/package.tar.gz (2429668179 bytes)
35112026-05-08T22:37:29.188Zuploaded: /work/package.tar.gz