01KTSQZV9MDMR2HCN0F96JHTWV: 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: 01KTSR21K266AANBSGKS7XN8BR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T21:48:28.873Zjob assigned to worker 01KTSR2CDP3JCYZ2C8PY4A06JC [factory aws, i-03969f8be569a1c05] (queued for 1 m 10 s)
 
22026-06-10T21:48:36.005Zstarting task 0: "setup"
32026-06-10T21:48:36.012Z++ uname -s
42026-06-10T21:48:36.015Z+ kern=SunOS
52026-06-10T21:48:36.015Z+ build_user=build
62026-06-10T21:48:36.015Z+ build_uid=12345
72026-06-10T21:48:36.015Z+ work_dir=/work
82026-06-10T21:48:36.015Z+ input_dir=/input
92026-06-10T21:48:36.015Z+ [[ 0 == 12345 ]]
102026-06-10T21:48:36.015Z+ case "$kern" in
112026-06-10T21:48:36.015Z+ groupadd -g 12345 build
122026-06-10T21:48:36.015Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T21:48:38.022Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T21:48:38.108Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T21:48:38.111Z+ home_fs=zfs
162026-06-10T21:48:38.111Z+ [[ zfs == autofs ]]
172026-06-10T21:48:38.111Z+ mkdir -p /home/build
182026-06-10T21:48:38.111Z+ chown build:build /home/build /work
192026-06-10T21:48:40.114Z+ chmod 0700 /home/build /work
202026-06-10T21:48:40.117Zprocess exited: duration 4113 ms, exit code 0
 
212026-06-10T21:48:40.126Zstarting task 1: "rust-toolchain"
222026-06-10T21:48:40.130Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T21:48:40.130Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-10T21:48:40.130Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-10T21:48:40.130Z * rust toolchain channel = "1.94.0"
262026-06-10T21:48:40.130Z * rust toolchain profile = "default"
272026-06-10T21:48:40.130Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T21:48:40.133Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T21:48:40.134Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T21:49:10.221Zinfo: downloading installer
312026-06-10T21:49:11.679Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T21:49:11.679Zwarn: /home/build/.rustup/settings.toml
332026-06-10T21:49:11.679Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T21:49:11.679Zwarn: instead of the one inferred from the default host triple.
352026-06-10T21:49:11.689Zinfo: profile set to default
362026-06-10T21:49:11.689Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T21:49:11.704Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T21:49:11.867Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T21:49:11.889Zinfo: downloading 6 components
402026-06-10T21:49:26.141Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-10T21:49:26.141Z
422026-06-10T21:49:26.172Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T21:49:26.172Z
442026-06-10T21:49:26.172Z
452026-06-10T21:49:26.172ZRust is installed now. Great!
462026-06-10T21:49:26.172Z
472026-06-10T21:49:26.172ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T21:49:26.178Zenvironment variable. This has not been done automatically.
492026-06-10T21:49:26.178Z
502026-06-10T21:49:26.178ZTo configure your current shell, you need to source
512026-06-10T21:49:26.178Zthe corresponding env file under $HOME/.cargo.
522026-06-10T21:49:26.178Z
532026-06-10T21:49:26.178ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T21:49:26.178Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T21:49:26.178Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T21:49:26.178Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T21:49:26.178Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T21:49:26.178Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T21:49:26.178Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T21:49:26.178Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T21:49:26.178Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T21:49:26.283Z+ rustup --version
632026-06-10T21:49:26.290Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T21:49:26.307Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T21:49:26.312Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T21:49:26.316Z+ cargo --version
672026-06-10T21:49:26.322Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T21:49:26.327Z+ rustc --version
692026-06-10T21:49:26.346Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T21:49:26.353Zprocess exited: duration 46223 ms, exit code 0
 
712026-06-10T21:49:26.378Zstarting task 2: "authentication"
722026-06-10T21:49:26.397Zprocess exited: duration 18 ms, exit code 0
 
732026-06-10T21:49:26.406Zstarting task 3: "clone repository"
742026-06-10T21:49:26.411Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-10T21:49:26.422Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-10T21:49:26.455ZCloning into '/work/oxidecomputer/omicron'...
772026-06-10T21:49:42.061Z+ cd /work/oxidecomputer/omicron
782026-06-10T21:49:42.061Z+ git fetch origin cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
792026-06-10T21:49:57.345ZFrom https://github.com/oxidecomputer/omicron
802026-06-10T21:49:57.345Z * branch cc4cc740d7b61e8ab818c578275fb9ab7cb410ca -> FETCH_HEAD
812026-06-10T21:49:57.359Z+ [[ -n bump-console-f1ccb168 ]]
822026-06-10T21:49:57.362Z++ git branch --show-current
832026-06-10T21:49:57.365Z+ current=main
842026-06-10T21:49:57.365Z+ [[ main != bump-console-f1ccb168 ]]
852026-06-10T21:49:57.365Z+ git branch -f bump-console-f1ccb168 cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
862026-06-10T21:49:57.368Z+ git checkout -f bump-console-f1ccb168
872026-06-10T21:49:57.609ZSwitched to branch 'bump-console-f1ccb168'
882026-06-10T21:49:57.612Z+ git reset --hard cc4cc740d7b61e8ab818c578275fb9ab7cb410ca
892026-06-10T21:49:57.624ZHEAD is now at cc4cc740d Bump web console (amd_turin_v2)
902026-06-10T21:49:57.627Zprocess exited: duration 31219 ms, exit code 0
 
912026-06-10T21:49:57.634Zstarting task 4: "build"
922026-06-10T21:49:57.639Z+ source .github/buildomat/ci-env.sh
932026-06-10T21:49:57.639Z++ export CARGO_TERM_COLOR=always
942026-06-10T21:49:57.639Z++ CARGO_TERM_COLOR=always
952026-06-10T21:49:57.639Z+ cargo --version
962026-06-10T21:49:57.649Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-10T21:49:57.652Z+ rustc --version
982026-06-10T21:49:57.673Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-10T21:49:57.676Z+ WORK=/work
1002026-06-10T21:49:57.676Z+ pfexec mkdir -p /work
1012026-06-10T21:49:57.679Z+ pfexec chown build /work
1022026-06-10T21:49:57.682Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-10T21:49:59.266Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-10T21:49:59.335Z Startup: Caching catalogs ... Done
1052026-06-10T21:49:59.650ZPlanning: Solver setup ... Done (0.276s)
1062026-06-10T21:49:59.672ZPlanning: Running solver ... Done (0.021s)
1072026-06-10T21:49:59.679ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-10T21:49:59.690ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-10T21:49:59.709ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-10T21:49:59.724ZPlanning: Package planning ... Done (0.014s)
1112026-06-10T21:49:59.728ZPlanning: Merging actions ... Done (0.002s)
1122026-06-10T21:49:59.918ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-06-10T21:49:59.921ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-10T21:50:00.804ZPlanning: Evaluating mediators ... Done (0.885s)
1152026-06-10T21:50:00.807ZPlanning: Planning completed in 1.45 seconds
1162026-06-10T21:50:00.814Z Packages to install: 2
1172026-06-10T21:50:00.814Z Estimated space available: 156.07 GB
1182026-06-10T21:50:00.814ZEstimated space to be consumed: 25.37 MB
1192026-06-10T21:50:00.814Z Create boot environment: No
1202026-06-10T21:50:00.814ZCreate backup boot environment: No
1212026-06-10T21:50:00.814Z Rebuild boot archive: No
1222026-06-10T21:50:00.817Z
1232026-06-10T21:50:00.817ZChanged packages:
1242026-06-10T21:50:00.817Zhelios
1252026-06-10T21:50:00.817Z developer/build-essential
1262026-06-10T21:50:00.817Z None -> 11-3.0
1272026-06-10T21:50:00.817Z library/libxmlsec1
1282026-06-10T21:50:00.817Z None -> 1.2.35-3.0
1292026-06-10T21:50:00.840Z
1302026-06-10T21:50:00.840ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-10T21:50:01.346ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-06-10T21:50:01.413Z Actions: 1/268 actions (Installing new actions)
1332026-06-10T21:50:01.452Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-10T21:50:01.462ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-10T21:50:01.462ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-10T21:50:01.484ZFinalize: Updating image state ... Done (0.022s)
1372026-06-10T21:50:04.137ZFinalize: Creating fast lookup database ... Done (2.631s)
1382026-06-10T21:50:04.209ZFinalize: Reading search index ... Done (0.014s)
1392026-06-10T21:50:04.212ZFinalize: Updating search index ... Done (0.000s)
1402026-06-10T21:50:04.313ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-10T21:50:04.617ZPlanning: Evaluating mediator changes ... Done
1422026-06-10T21:50:04.723ZPlanning: Checking for conflicting actions ... Done
1432026-06-10T21:50:04.726ZPlanning: Consolidating action changes ... Done
1442026-06-10T21:50:04.880ZPlanning: Evaluating mediators ... Done
1452026-06-10T21:50:04.883ZPlanning: Planning completed in 0.26 seconds
1462026-06-10T21:50:04.904Z Mediators to change: 2
1472026-06-10T21:50:04.905Z Create boot environment: No
1482026-06-10T21:50:04.905ZCreate backup boot environment: No
1492026-06-10T21:50:04.953ZFinalize: Updating package state database ... Done
1502026-06-10T21:50:04.953ZFinalize: Updating package cache ... Done
1512026-06-10T21:50:04.968ZFinalize: Updating image state ... Done
1522026-06-10T21:50:06.916ZFinalize: Creating fast lookup database ... Done
1532026-06-10T21:50:06.982ZFinalize: Reading search index ... Done
1542026-06-10T21:50:06.987ZFinalize: Updating search index ... Done
1552026-06-10T21:50:07.060ZFinalize: Updating package cache ... Done
1562026-06-10T21:50:07.345ZPlanning: Evaluating mediator changes ... Done
1572026-06-10T21:50:07.451ZPlanning: Checking for conflicting actions ... Done
1582026-06-10T21:50:07.459ZPlanning: Consolidating action changes ... Done
1592026-06-10T21:50:07.612ZPlanning: Evaluating mediators ... Done
1602026-06-10T21:50:07.616ZPlanning: Planning completed in 0.26 seconds
1612026-06-10T21:50:07.634Z Mediators to change: 1
1622026-06-10T21:50:07.634Z Create boot environment: No
1632026-06-10T21:50:07.634ZCreate backup boot environment: No
1642026-06-10T21:50:07.723ZFinalize: Updating package state database ... Done
1652026-06-10T21:50:07.723ZFinalize: Updating package cache ... Done
1662026-06-10T21:50:07.739ZFinalize: Updating image state ... Done
1672026-06-10T21:50:09.691ZFinalize: Creating fast lookup database ... Done
1682026-06-10T21:50:09.756ZFinalize: Reading search index ... Done
1692026-06-10T21:50:09.760ZFinalize: Updating search index ... Done
1702026-06-10T21:50:09.822ZFinalize: Updating package cache ... Done
1712026-06-10T21:50:10.257ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-10T21:50:10.257Zapache system 2.4 system
1732026-06-10T21:50:10.257Zclang system 15 system
1742026-06-10T21:50:10.257Zcsh system system illumos
1752026-06-10T21:50:10.257Zctags system system illumos
1762026-06-10T21:50:10.257Zfile vendor vendor darwinsys
1772026-06-10T21:50:10.257Zfile system system illumos
1782026-06-10T21:50:10.257Zgcc vendor 14 vendor
1792026-06-10T21:50:10.257Zgcc system 13 system
1802026-06-10T21:50:10.258Zgcc system 10 system
1812026-06-10T21:50:10.258Zgo system 1.25 system
1822026-06-10T21:50:10.258Zllvm system 15 system
1832026-06-10T21:50:10.258Zmariadb system 11.4 system
1842026-06-10T21:50:10.258Zmta vendor vendor dma
1852026-06-10T21:50:10.258Zopenjdk system 17 system
1862026-06-10T21:50:10.258Zopenjdk system 11 system
1872026-06-10T21:50:10.258Zopenssl vendor 3 vendor
1882026-06-10T21:50:10.258Zperl system 5.40 system
1892026-06-10T21:50:10.258Zpostgresql system 18 system
1902026-06-10T21:50:10.258Zpostgresql system 17 system
1912026-06-10T21:50:10.258Zpython vendor 3 vendor
1922026-06-10T21:50:10.258Zpython system 2 system
1932026-06-10T21:50:10.258Zpython3 vendor 3.13 vendor
1942026-06-10T21:50:10.258Zruby system 3.4 system
1952026-06-10T21:50:10.258Zruby system 3.0 system
1962026-06-10T21:50:10.258Zwords vendor vendor american-english
1972026-06-10T21:50:10.258Zwords system system australian-english
1982026-06-10T21:50:10.258Zwords system system british-english
1992026-06-10T21:50:10.258Zwords system system canadian-english
2002026-06-10T21:50:10.258Zwords system system french
2012026-06-10T21:50:10.258Zwords system system italian
2022026-06-10T21:50:10.258Zwords system system ngerman
2032026-06-10T21:50:10.258Zwords system system ogerman
2042026-06-10T21:50:10.258Zwords system system spanish
2052026-06-10T21:50:10.384ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-10T21:50:10.384Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-10T21:50:10.673ZFMRI IFO
2082026-06-10T21:50:10.673Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-10T21:50:10.673Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-10T21:50:10.673Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-10T21:50:10.673Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-10T21:50:10.673Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-10T21:50:10.673Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-10T21:50:10.673Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-10T21:50:10.673Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-10T21:50:10.673Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-10T21:50:10.915Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-10T21:50:11.227Z Updating crates.io index
2192026-06-10T21:50:11.230Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-10T21:50:26.789Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-10T21:50:27.117Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-10T21:50:27.686Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-10T21:50:28.559Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-10T21:50:29.093Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-10T21:50:30.642Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-10T21:50:31.763Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-10T21:50:32.084Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-10T21:50:33.215Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-10T21:50:33.617Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-10T21:50:34.115Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-10T21:50:34.396Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-10T21:50:35.606Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-10T21:50:36.111Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-10T21:50:36.426Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-10T21:50:36.666Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-10T21:50:37.079Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-10T21:50:37.493Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-10T21:50:37.905Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-10T21:50:38.158Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-10T21:50:38.457Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-10T21:50:38.910Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-10T21:50:39.250Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-10T21:50:39.707Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-10T21:50:40.249Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-10T21:50:40.617Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-10T21:50:40.880Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-10T21:50:41.191Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-10T21:50:42.754Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-10T21:50:43.151Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-10T21:50:43.552Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-10T21:50:43.829Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-10T21:50:44.265Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-10T21:50:44.642Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-10T21:50:44.919Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-10T21:50:45.259Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-10T21:50:45.645Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-10T21:50:45.914Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-10T21:50:46.200Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-10T21:50:46.597Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-10T21:50:58.138Z Downloading crates ...
2612026-06-10T21:51:13.240Z Downloaded serde-value v0.7.0
2622026-06-10T21:51:13.262Z Downloaded heck v0.5.0
2632026-06-10T21:51:13.262Z Downloaded serde-untagged v0.1.9
2642026-06-10T21:51:13.262Z Downloaded sha2 v0.10.9
2652026-06-10T21:51:13.262Z Downloaded textwrap v0.16.2
2662026-06-10T21:51:13.262Z Downloaded zerovec-derive v0.11.2
2672026-06-10T21:51:13.262Z Downloaded zerofrom-derive v0.1.6
2682026-06-10T21:51:13.262Z Downloaded thread-id v4.2.2
2692026-06-10T21:51:13.262Z Downloaded heck v0.4.1
2702026-06-10T21:51:13.262Z Downloaded unicode-xid v0.2.6
2712026-06-10T21:51:13.262Z Downloaded plain v0.2.3
2722026-06-10T21:51:13.262Z Downloaded yoke-derive v0.8.1
2732026-06-10T21:51:13.262Z Downloaded anstyle-query v1.1.5
2742026-06-10T21:51:13.262Z Downloaded form_urlencoded v1.2.2
2752026-06-10T21:51:13.262Z Downloaded fastrand v2.3.0
2762026-06-10T21:51:13.262Z Downloaded toml_datetime v0.6.11
2772026-06-10T21:51:13.262Z Downloaded usdt-macro v0.5.0
2782026-06-10T21:51:13.262Z Downloaded colorchoice v1.0.4
2792026-06-10T21:51:13.263Z Downloaded typeid v1.0.3
2802026-06-10T21:51:13.263Z Downloaded potential_utf v0.1.4
2812026-06-10T21:51:13.263Z Downloaded version_check v0.9.5
2822026-06-10T21:51:13.263Z Downloaded utf8parse v0.2.2
2832026-06-10T21:51:13.263Z Downloaded dof v0.3.0
2842026-06-10T21:51:13.263Z Downloaded usdt-attr-macro v0.5.0
2852026-06-10T21:51:13.263Z Downloaded ordered-float v2.10.1
2862026-06-10T21:51:13.263Z Downloaded usdt v0.5.0
2872026-06-10T21:51:13.263Z Downloaded zerofrom v0.1.6
2882026-06-10T21:51:13.263Z Downloaded cpufeatures v0.2.17
2892026-06-10T21:51:13.263Z Downloaded unicode-linebreak v0.1.5
2902026-06-10T21:51:13.263Z Downloaded toml_write v0.1.2
2912026-06-10T21:51:13.263Z Downloaded itoa v1.0.17
2922026-06-10T21:51:13.279Z Downloaded zmij v1.0.21
2932026-06-10T21:51:13.279Z Downloaded tinystr v0.8.2
2942026-06-10T21:51:13.279Z Downloaded thiserror v2.0.18
2952026-06-10T21:51:13.279Z Downloaded toml v0.8.23
2962026-06-10T21:51:13.279Z Downloaded swrite v0.1.0
2972026-06-10T21:51:13.279Z Downloaded fnv v1.0.7
2982026-06-10T21:51:13.279Z Downloaded yoke v0.8.1
2992026-06-10T21:51:13.279Z Downloaded thiserror v1.0.69
3002026-06-10T21:51:13.284Z Downloaded thiserror-impl v1.0.69
3012026-06-10T21:51:13.285Z Downloaded scroll_derive v0.12.1
3022026-06-10T21:51:13.285Z Downloaded generic-array v0.14.7
3032026-06-10T21:51:13.285Z Downloaded writeable v0.6.2
3042026-06-10T21:51:13.285Z Downloaded percent-encoding v2.3.2
3052026-06-10T21:51:13.285Z Downloaded cargo-platform v0.2.0
3062026-06-10T21:51:13.285Z Downloaded block-buffer v0.10.4
3072026-06-10T21:51:13.285Z Downloaded ucd-trie v0.1.7
3082026-06-10T21:51:13.285Z Downloaded zerocopy-derive v0.7.35
3092026-06-10T21:51:13.285Z Downloaded icu_normalizer v2.1.1
3102026-06-10T21:51:13.296Z Downloaded utf8_iter v1.0.4
3112026-06-10T21:51:13.316Z Downloaded zerotrie v0.2.3
3122026-06-10T21:51:13.317Z Downloaded typenum v1.19.0
3132026-06-10T21:51:13.317Z Downloaded pretty-hex v0.4.1
3142026-06-10T21:51:13.317Z Downloaded idna_adapter v1.2.1
3152026-06-10T21:51:13.317Z Downloaded usdt-impl v0.5.0
3162026-06-10T21:51:13.317Z Downloaded tabled_derive v0.7.0
3172026-06-10T21:51:13.317Z Downloaded stable_deref_trait v1.2.1
3182026-06-10T21:51:13.317Z Downloaded smawk v0.3.2
3192026-06-10T21:51:13.317Z Downloaded equivalent v1.0.2
3202026-06-10T21:51:13.317Z Downloaded strsim v0.11.1
3212026-06-10T21:51:13.317Z Downloaded clap_lex v1.0.0
3222026-06-10T21:51:13.317Z Downloaded terminal_size v0.4.3
3232026-06-10T21:51:13.317Z Downloaded thiserror-impl v2.0.18
3242026-06-10T21:51:13.317Z Downloaded crypto-common v0.1.7
3252026-06-10T21:51:13.317Z Downloaded fs-err v3.3.0
3262026-06-10T21:51:13.335Z Downloaded is_terminal_polyfill v1.70.2
3272026-06-10T21:51:13.335Z Downloaded cfg-if v1.0.4
3282026-06-10T21:51:13.335Z Downloaded bytecount v0.6.9
3292026-06-10T21:51:13.335Z Downloaded url v2.5.8
3302026-06-10T21:51:13.335Z Downloaded unicode-ident v1.0.24
3312026-06-10T21:51:13.336Z Downloaded dtrace-parser v0.2.0
3322026-06-10T21:51:13.336Z Downloaded macaddr v1.0.1
3332026-06-10T21:51:13.336Z Downloaded anstyle-parse v1.0.0
3342026-06-10T21:51:13.336Z Downloaded errno v0.3.14
3352026-06-10T21:51:13.336Z Downloaded cargo_toml v0.21.0
3362026-06-10T21:51:13.336Z Downloaded cargo_metadata v0.21.0
3372026-06-10T21:51:13.336Z Downloaded toml_edit v0.22.27
3382026-06-10T21:51:13.336Z Downloaded byteorder v1.5.0
3392026-06-10T21:51:13.336Z Downloaded synstructure v0.13.2
3402026-06-10T21:51:13.336Z Downloaded quote v1.0.45
3412026-06-10T21:51:13.336Z Downloaded camino-tempfile v1.4.1
3422026-06-10T21:51:13.336Z Downloaded anstyle v1.0.14
3432026-06-10T21:51:13.336Z Downloaded zerocopy v0.7.35
3442026-06-10T21:51:13.343Z Downloaded zerovec v0.11.5
3452026-06-10T21:51:13.344Z Downloaded winnow v0.7.14
3462026-06-10T21:51:13.344Z Downloaded serde_spanned v0.6.9
3472026-06-10T21:51:13.344Z Downloaded once_cell v1.21.3
3482026-06-10T21:51:13.348Z Downloaded proc-macro-error v1.0.4
3492026-06-10T21:51:13.348Z Downloaded memmap v0.7.0
3502026-06-10T21:51:13.348Z Downloaded unicode-width v0.2.0
3512026-06-10T21:51:13.357Z Downloaded unicode-width v0.1.14
3522026-06-10T21:51:13.357Z Downloaded autocfg v1.5.0
3532026-06-10T21:51:13.358Z Downloaded proc-macro-error-attr v1.0.4
3542026-06-10T21:51:13.358Z Downloaded digest v0.10.7
3552026-06-10T21:51:13.408Z Downloaded serde_tokenstream v0.2.3
3562026-06-10T21:51:13.409Z Downloaded displaydoc v0.2.5
3572026-06-10T21:51:13.409Z Downloaded anstream v1.0.0
3582026-06-10T21:51:13.409Z Downloaded litemap v0.8.1
3592026-06-10T21:51:13.409Z Downloaded erased-serde v0.4.9
3602026-06-10T21:51:13.409Z Downloaded pest_derive v2.8.6
3612026-06-10T21:51:13.409Z Downloaded clap_derive v4.6.1
3622026-06-10T21:51:13.412Z Downloaded semver v1.0.28
3632026-06-10T21:51:13.412Z Downloaded scroll v0.12.0
3642026-06-10T21:51:13.412Z Downloaded cargo-util-schemas v0.8.2
3652026-06-10T21:51:13.412Z Downloaded pest_generator v2.8.6
3662026-06-10T21:51:13.413Z Downloaded smallvec v1.15.1
3672026-06-10T21:51:13.413Z Downloaded bitflags v2.11.0
3682026-06-10T21:51:13.413Z Downloaded serde_derive v1.0.228
3692026-06-10T21:51:13.413Z Downloaded icu_provider v2.1.1
3702026-06-10T21:51:13.413Z Downloaded icu_properties v2.1.2
3712026-06-10T21:51:13.413Z Downloaded getrandom v0.4.1
3722026-06-10T21:51:13.419Z Downloaded proc-macro2 v1.0.106
3732026-06-10T21:51:13.419Z Downloaded pest_meta v2.8.6
3742026-06-10T21:51:13.419Z Downloaded camino v1.2.2
3752026-06-10T21:51:13.431Z Downloaded num-traits v0.2.19
3762026-06-10T21:51:13.431Z Downloaded tempfile v3.25.0
3772026-06-10T21:51:13.447Z Downloaded serde_core v1.0.228
3782026-06-10T21:51:13.447Z Downloaded anyhow v1.0.102
3792026-06-10T21:51:13.470Z Downloaded clap v4.6.1
3802026-06-10T21:51:13.470Z Downloaded log v0.4.29
3812026-06-10T21:51:13.470Z Downloaded papergrid v0.11.0
3822026-06-10T21:51:13.470Z Downloaded icu_locale_core v2.1.1
3832026-06-10T21:51:13.471Z Downloaded memchr v2.8.0
3842026-06-10T21:51:13.471Z Downloaded icu_collections v2.1.1
3852026-06-10T21:51:13.476Z Downloaded icu_normalizer_data v2.1.1
3862026-06-10T21:51:13.476Z Downloaded serde v1.0.228
3872026-06-10T21:51:13.493Z Downloaded indexmap v2.14.0
3882026-06-10T21:51:13.515Z Downloaded pest v2.8.6
3892026-06-10T21:51:13.542Z Downloaded idna v1.1.0
3902026-06-10T21:51:13.553Z Downloaded icu_properties_data v2.1.2
3912026-06-10T21:51:13.553Z Downloaded hashbrown v0.17.0
3922026-06-10T21:51:13.553Z Downloaded serde_json v1.0.149
3932026-06-10T21:51:13.553Z Downloaded clap_builder v4.6.0
3942026-06-10T21:51:13.553Z Downloaded goblin v0.8.2
3952026-06-10T21:51:13.553Z Downloaded tabled v0.15.0
3962026-06-10T21:51:13.577Z Downloaded syn v1.0.109
3972026-06-10T21:51:13.608Z Downloaded syn v2.0.117
3982026-06-10T21:51:13.618Z Downloaded rustix v1.1.3
3992026-06-10T21:51:13.627Z Downloaded libc v0.2.185
4002026-06-10T21:51:13.695Z Compiling proc-macro2 v1.0.106
4012026-06-10T21:51:13.695Z Compiling quote v1.0.45
4022026-06-10T21:51:13.698Z Compiling unicode-ident v1.0.24
4032026-06-10T21:51:13.698Z Compiling serde_core v1.0.228
4042026-06-10T21:51:13.698Z Compiling libc v0.2.185
4052026-06-10T21:51:13.699Z Compiling version_check v0.9.5
4062026-06-10T21:51:13.699Z Compiling memchr v2.8.0
4072026-06-10T21:51:13.699Z Compiling serde v1.0.228
4082026-06-10T21:51:13.699Z Compiling stable_deref_trait v1.2.1
4092026-06-10T21:51:13.699Z Compiling zmij v1.0.21
4102026-06-10T21:51:13.699Z Compiling autocfg v1.5.0
4112026-06-10T21:51:13.880Z Compiling thiserror v1.0.69
4122026-06-10T21:51:13.920Z Compiling ucd-trie v0.1.7
4132026-06-10T21:51:13.920Z Compiling itoa v1.0.17
4142026-06-10T21:51:13.920Z Compiling writeable v0.6.2
4152026-06-10T21:51:14.111Z Compiling litemap v0.8.1
4162026-06-10T21:51:14.121Z Compiling icu_normalizer_data v2.1.1
4172026-06-10T21:51:14.273Z Compiling byteorder v1.5.0
4182026-06-10T21:51:14.339Z Compiling icu_properties_data v2.1.2
4192026-06-10T21:51:14.424Z Compiling rustix v1.1.3
4202026-06-10T21:51:14.471Z Compiling bitflags v2.11.0
4212026-06-10T21:51:14.491Z Compiling pest v2.8.6
4222026-06-10T21:51:14.505Z Compiling serde_json v1.0.149
4232026-06-10T21:51:14.539Z Compiling num-traits v0.2.19
4242026-06-10T21:51:14.564Z Compiling hashbrown v0.17.0
4252026-06-10T21:51:14.729Z Compiling equivalent v1.0.2
4262026-06-10T21:51:14.751Z Compiling smallvec v1.15.1
4272026-06-10T21:51:14.835Z Compiling typeid v1.0.3
4282026-06-10T21:51:14.854Z Compiling usdt-impl v0.5.0
4292026-06-10T21:51:14.887Z Compiling proc-macro-error-attr v1.0.4
4302026-06-10T21:51:14.932Z Compiling erased-serde v0.4.9
4312026-06-10T21:51:14.959Z Compiling syn v1.0.109
4322026-06-10T21:51:14.968Z Compiling winnow v0.7.14
4332026-06-10T21:51:14.982Z Compiling errno v0.3.14
4342026-06-10T21:51:15.047Z Compiling thread-id v4.2.2
4352026-06-10T21:51:15.103Z Compiling toml_write v0.1.2
4362026-06-10T21:51:15.126Z Compiling indexmap v2.14.0
4372026-06-10T21:51:15.210Z Compiling proc-macro-error v1.0.4
4382026-06-10T21:51:15.256Z Compiling getrandom v0.4.1
4392026-06-10T21:51:15.348Z Compiling log v0.4.29
4402026-06-10T21:51:15.355Z Compiling utf8parse v0.2.2
4412026-06-10T21:51:15.355Z Compiling thiserror v2.0.18
4422026-06-10T21:51:15.394Z Compiling syn v2.0.117
4432026-06-10T21:51:15.394Z Compiling plain v0.2.3
4442026-06-10T21:51:15.462Z Compiling camino v1.2.2
4452026-06-10T21:51:15.482Z Compiling percent-encoding v2.3.2
4462026-06-10T21:51:15.482Z Compiling utf8_iter v1.0.4
4472026-06-10T21:51:15.578Z Compiling anstyle-parse v1.0.0
4482026-06-10T21:51:15.830Z Compiling form_urlencoded v1.2.2
4492026-06-10T21:51:15.850Z Compiling cfg-if v1.0.4
4502026-06-10T21:51:15.850Z Compiling ordered-float v2.10.1
4512026-06-10T21:51:15.850Z Compiling pest_meta v2.8.6
4522026-06-10T21:51:15.871Z Compiling anstyle v1.0.14
4532026-06-10T21:51:15.902Z Compiling pretty-hex v0.4.1
4542026-06-10T21:51:15.915Z Compiling colorchoice v1.0.4
4552026-06-10T21:51:15.936Z Compiling anstyle-query v1.1.5
4562026-06-10T21:51:15.991Z Compiling is_terminal_polyfill v1.70.2
4572026-06-10T21:51:16.066Z Compiling fs-err v3.3.0
4582026-06-10T21:51:16.076Z Compiling anstream v1.0.0
4592026-06-10T21:51:16.104Z Compiling clap_lex v1.0.0
4602026-06-10T21:51:16.125Z Compiling bytecount v0.6.9
4612026-06-10T21:51:16.136Z Compiling heck v0.4.1
4622026-06-10T21:51:16.191Z Compiling terminal_size v0.4.3
4632026-06-10T21:51:16.198Z Compiling fnv v1.0.7
4642026-06-10T21:51:16.238Z Compiling anyhow v1.0.102
4652026-06-10T21:51:16.308Z Compiling unicode-width v0.1.14
4662026-06-10T21:51:16.320Z Compiling strsim v0.11.1
4672026-06-10T21:51:16.320Z Compiling unicode-xid v0.2.6
4682026-06-10T21:51:16.362Z Compiling fastrand v2.3.0
4692026-06-10T21:51:16.440Z Compiling semver v1.0.28
4702026-06-10T21:51:16.546Z Compiling once_cell v1.21.3
4712026-06-10T21:51:16.569Z Compiling heck v0.5.0
4722026-06-10T21:51:16.630Z Compiling papergrid v0.11.0
4732026-06-10T21:51:16.638Z Compiling clap_builder v4.6.0
4742026-06-10T21:51:16.718Z Compiling tempfile v3.25.0
4752026-06-10T21:51:16.772Z Compiling memmap v0.7.0
4762026-06-10T21:51:16.790Z Compiling serde-untagged v0.1.9
4772026-06-10T21:51:16.809Z Compiling smawk v0.3.2
4782026-06-10T21:51:16.829Z Compiling unicode-linebreak v0.1.5
4792026-06-10T21:51:16.833Z Compiling unicode-width v0.2.0
4802026-06-10T21:51:16.967Z Compiling camino-tempfile v1.4.1
4812026-06-10T21:51:17.061Z Compiling swrite v0.1.0
4822026-06-10T21:51:17.099Z Compiling textwrap v0.16.2
4832026-06-10T21:51:17.118Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-06-10T21:51:17.456Z Compiling tabled_derive v0.7.0
4852026-06-10T21:51:17.966Z Compiling synstructure v0.13.2
4862026-06-10T21:51:17.966Z Compiling pest_generator v2.8.6
4872026-06-10T21:51:18.161Z Compiling tabled v0.15.0
4882026-06-10T21:51:18.492Z Compiling serde_derive v1.0.228
4892026-06-10T21:51:18.492Z Compiling zerofrom-derive v0.1.6
4902026-06-10T21:51:18.497Z Compiling yoke-derive v0.8.1
4912026-06-10T21:51:18.497Z Compiling zerovec-derive v0.11.2
4922026-06-10T21:51:18.497Z Compiling displaydoc v0.2.5
4932026-06-10T21:51:18.497Z Compiling thiserror-impl v1.0.69
4942026-06-10T21:51:18.497Z Compiling zerocopy-derive v0.7.35
4952026-06-10T21:51:18.542Z Compiling scroll_derive v0.12.1
4962026-06-10T21:51:18.546Z Compiling thiserror-impl v2.0.18
4972026-06-10T21:51:18.609Z Compiling clap_derive v4.6.1
4982026-06-10T21:51:18.644Z Compiling pest_derive v2.8.6
4992026-06-10T21:51:19.263Z Compiling scroll v0.12.0
5002026-06-10T21:51:19.286Z Compiling zerocopy v0.7.35
5012026-06-10T21:51:19.488Z Compiling goblin v0.8.2
5022026-06-10T21:51:19.551Z Compiling zerofrom v0.1.6
5032026-06-10T21:51:19.655Z Compiling dtrace-parser v0.2.0
5042026-06-10T21:51:19.674Z Compiling yoke v0.8.1
5052026-06-10T21:51:19.871Z Compiling zerovec v0.11.5
5062026-06-10T21:51:19.871Z Compiling zerotrie v0.2.3
5072026-06-10T21:51:20.006Z Compiling clap v4.6.1
5082026-06-10T21:51:20.293Z Compiling tinystr v0.8.2
5092026-06-10T21:51:20.293Z Compiling potential_utf v0.1.4
5102026-06-10T21:51:20.418Z Compiling icu_collections v2.1.1
5112026-06-10T21:51:20.448Z Compiling icu_locale_core v2.1.1
5122026-06-10T21:51:20.990Z Compiling icu_provider v2.1.1
5132026-06-10T21:51:21.032Z Compiling dof v0.3.0
5142026-06-10T21:51:21.032Z Compiling serde_tokenstream v0.2.3
5152026-06-10T21:51:21.063Z Compiling serde_spanned v0.6.9
5162026-06-10T21:51:21.066Z Compiling toml_datetime v0.6.11
5172026-06-10T21:51:21.066Z Compiling serde-value v0.7.0
5182026-06-10T21:51:21.066Z Compiling cargo-platform v0.2.0
5192026-06-10T21:51:21.066Z Compiling macaddr v1.0.1
5202026-06-10T21:51:21.249Z Compiling icu_normalizer v2.1.1
5212026-06-10T21:51:21.249Z Compiling icu_properties v2.1.2
5222026-06-10T21:51:21.336Z Compiling toml_edit v0.22.27
5232026-06-10T21:51:21.811Z Compiling usdt-attr-macro v0.5.0
5242026-06-10T21:51:21.811Z Compiling usdt-macro v0.5.0
5252026-06-10T21:51:22.084Z Compiling idna_adapter v1.2.1
5262026-06-10T21:51:22.190Z Compiling idna v1.1.0
5272026-06-10T21:51:22.411Z Compiling usdt v0.5.0
5282026-06-10T21:51:22.461Z Compiling url v2.5.8
5292026-06-10T21:51:22.627Z Compiling toml v0.8.23
5302026-06-10T21:51:22.954Z Compiling cargo-util-schemas v0.8.2
5312026-06-10T21:51:22.954Z Compiling cargo_toml v0.21.0
5322026-06-10T21:51:23.748Z Compiling cargo_metadata v0.21.0
5332026-06-10T21:51:24.664Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-10T21:51:26.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
5352026-06-10T21:51:27.028Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-10T21:51:27.581Z Downloading crates ...
5372026-06-10T21:51:27.687Z Downloaded allocator-api2 v0.2.21
5382026-06-10T21:51:27.690Z Downloaded arrayvec v0.7.6
5392026-06-10T21:51:27.693Z Downloaded adler2 v2.0.1
5402026-06-10T21:51:27.693Z Downloaded arrayref v0.3.9
5412026-06-10T21:51:27.693Z Downloaded crc8 v0.1.1
5422026-06-10T21:51:27.696Z Downloaded async-stream v0.3.6
5432026-06-10T21:51:27.696Z Downloaded async-bb8-diesel v0.2.1
5442026-06-10T21:51:27.700Z Downloaded colored v3.1.1
5452026-06-10T21:51:27.703Z Downloaded crucible-workspace-hack v0.1.0
5462026-06-10T21:51:27.703Z Downloaded const_format_proc_macros v0.2.34
5472026-06-10T21:51:27.707Z Downloaded atomic-waker v1.1.2
5482026-06-10T21:51:27.710Z Downloaded crossbeam-utils v0.8.21
5492026-06-10T21:51:27.713Z Downloaded base64 v0.21.7
5502026-06-10T21:51:27.713Z Downloaded bitflags v1.3.2
5512026-06-10T21:51:27.716Z Downloaded bzip2 v0.6.1
5522026-06-10T21:51:27.716Z Downloaded async-stream-impl v0.3.6
5532026-06-10T21:51:27.719Z Downloaded ascii-canvas v3.0.0
5542026-06-10T21:51:27.719Z Downloaded darling_macro v0.23.0
5552026-06-10T21:51:27.722Z Downloaded bit-vec v0.6.3
5562026-06-10T21:51:27.725Z Downloaded dsl_auto_type v0.2.0
5572026-06-10T21:51:27.725Z Downloaded dirs-next v2.0.0
5582026-06-10T21:51:27.725Z Downloaded crossterm v0.29.0
5592026-06-10T21:51:27.729Z Downloaded diff v0.1.13
5602026-06-10T21:51:27.732Z Downloaded embedded-io v0.6.1
5612026-06-10T21:51:27.735Z Downloaded embedded-io v0.4.0
5622026-06-10T21:51:27.735Z Downloaded derive_more v0.99.20
5632026-06-10T21:51:27.738Z Downloaded bzip2 v0.4.4
5642026-06-10T21:51:27.738Z Downloaded darling_macro v0.21.3
5652026-06-10T21:51:27.741Z Downloaded fd-lock v4.0.4
5662026-06-10T21:51:27.741Z Downloaded cobs v0.3.0
5672026-06-10T21:51:27.742Z Downloaded cfg_aliases v0.1.1
5682026-06-10T21:51:27.745Z Downloaded base16ct v0.2.0
5692026-06-10T21:51:27.745Z Downloaded dyn-clone v1.0.20
5702026-06-10T21:51:27.745Z Downloaded bitfield-macros v0.19.4
5712026-06-10T21:51:27.745Z Downloaded difflib v0.4.0
5722026-06-10T21:51:27.748Z Downloaded display-error-chain v0.2.2
5732026-06-10T21:51:27.748Z Downloaded float-ord v0.3.2
5742026-06-10T21:51:27.748Z Downloaded ena v0.14.4
5752026-06-10T21:51:27.748Z Downloaded bitfield-struct v0.6.2
5762026-06-10T21:51:27.751Z Downloaded bb8 v0.8.6
5772026-06-10T21:51:27.752Z Downloaded block-padding v0.3.3
5782026-06-10T21:51:27.752Z Downloaded atty v0.2.14
5792026-06-10T21:51:27.752Z Downloaded assert_matches v1.5.0
5802026-06-10T21:51:27.758Z Downloaded ecdsa v0.16.9
5812026-06-10T21:51:27.758Z Downloaded diesel-dtrace v0.5.0
5822026-06-10T21:51:27.761Z Downloaded crossterm v0.28.1
5832026-06-10T21:51:27.761Z Downloaded erased-serde v0.3.31
5842026-06-10T21:51:27.761Z Downloaded des v0.8.1
5852026-06-10T21:51:27.765Z Downloaded derive_builder_core v0.20.2
5862026-06-10T21:51:27.765Z Downloaded aead v0.5.2
5872026-06-10T21:51:27.765Z Downloaded env_filter v1.0.0
5882026-06-10T21:51:27.768Z Downloaded derive_builder v0.20.2
5892026-06-10T21:51:27.771Z Downloaded curve25519-dalek-derive v0.1.1
5902026-06-10T21:51:27.771Z Downloaded crc-catalog v2.4.0
5912026-06-10T21:51:27.771Z Downloaded cassowary v0.3.0
5922026-06-10T21:51:27.774Z Downloaded anstream v0.6.21
5932026-06-10T21:51:27.774Z Downloaded darling v0.21.3
5942026-06-10T21:51:27.777Z Downloaded flagset v0.4.7
5952026-06-10T21:51:27.777Z Downloaded ed25519 v2.2.3
5962026-06-10T21:51:27.780Z Downloaded dunce v1.0.5
5972026-06-10T21:51:27.780Z Downloaded darling_macro v0.20.11
5982026-06-10T21:51:27.780Z Downloaded dtrace-parser v0.3.0
5992026-06-10T21:51:27.780Z Downloaded atomicwrites v0.4.4
6002026-06-10T21:51:27.783Z Downloaded cstr-argument v0.1.2
6012026-06-10T21:51:27.783Z Downloaded cfg_aliases v0.2.1
6022026-06-10T21:51:27.783Z Downloaded data-encoding v2.10.0
6032026-06-10T21:51:27.786Z Downloaded foreign-types v0.5.0
6042026-06-10T21:51:27.786Z Downloaded endian-type v0.1.2
6052026-06-10T21:51:27.786Z Downloaded darling_macro v0.13.4
6062026-06-10T21:51:27.786Z Downloaded backon v1.6.0
6072026-06-10T21:51:27.790Z Downloaded bit-set v0.5.3
6082026-06-10T21:51:27.790Z Downloaded float-cmp v0.10.0
6092026-06-10T21:51:27.790Z Downloaded derive_builder_macro v0.20.2
6102026-06-10T21:51:27.793Z Downloaded downcast-rs v2.0.2
6112026-06-10T21:51:27.793Z Downloaded debug-ignore v1.0.5
6122026-06-10T21:51:27.794Z Downloaded crc v3.4.0
6132026-06-10T21:51:27.794Z Downloaded dof v0.4.0
6142026-06-10T21:51:27.797Z Downloaded diesel_table_macro_syntax v0.3.0
6152026-06-10T21:51:27.797Z Downloaded chacha20 v0.9.1
6162026-06-10T21:51:27.797Z Downloaded dropshot-api-manager-types v0.7.2
6172026-06-10T21:51:27.800Z Downloaded bcs v0.1.6
6182026-06-10T21:51:27.800Z Downloaded enum-as-inner v0.6.1
6192026-06-10T21:51:27.803Z Downloaded document-features v0.2.12
6202026-06-10T21:51:27.803Z Downloaded compression-core v0.4.31
6212026-06-10T21:51:27.803Z Downloaded blowfish v0.9.1
6222026-06-10T21:51:27.806Z Downloaded dirs-sys-next v0.1.2
6232026-06-10T21:51:27.806Z Downloaded base64ct v1.8.3
6242026-06-10T21:51:27.806Z Downloaded defmt-parser v1.0.0
6252026-06-10T21:51:27.809Z Downloaded convert_case v0.4.0
6262026-06-10T21:51:27.809Z Downloaded crossbeam-deque v0.8.6
6272026-06-10T21:51:27.809Z Downloaded cpufeatures v0.3.0
6282026-06-10T21:51:27.809Z Downloaded ciborium-ll v0.2.2
6292026-06-10T21:51:27.812Z Downloaded bcrypt-pbkdf v0.10.0
6302026-06-10T21:51:27.812Z Downloaded async-recursion v1.1.1
6312026-06-10T21:51:27.815Z Downloaded ciborium-io v0.2.2
6322026-06-10T21:51:27.815Z Downloaded cargo-platform v0.3.2
6332026-06-10T21:51:27.815Z Downloaded backoff v0.4.0
6342026-06-10T21:51:27.819Z Downloaded cancel-safe-futures v0.1.5
6352026-06-10T21:51:27.819Z Downloaded ghash v0.5.1
6362026-06-10T21:51:27.822Z Downloaded fxhash v0.2.1
6372026-06-10T21:51:27.822Z Downloaded futures-sink v0.3.32
6382026-06-10T21:51:27.825Z Downloaded defmt v0.3.100
6392026-06-10T21:51:27.825Z Downloaded foreign-types-macros v0.2.3
6402026-06-10T21:51:27.825Z Downloaded foreign-types v0.3.2
6412026-06-10T21:51:27.828Z Downloaded castaway v0.2.4
6422026-06-10T21:51:27.831Z Downloaded git-stub v1.0.0
6432026-06-10T21:51:27.831Z Downloaded array-init v0.0.4
6442026-06-10T21:51:27.838Z Downloaded futures-io v0.3.32
6452026-06-10T21:51:27.841Z Downloaded futures-core v0.3.32
6462026-06-10T21:51:27.841Z Downloaded foreign-types-shared v0.3.1
6472026-06-10T21:51:27.841Z Downloaded futures-macro v0.3.32
6482026-06-10T21:51:27.841Z Downloaded funty v2.0.0
6492026-06-10T21:51:27.844Z Downloaded critical-section v1.2.0
6502026-06-10T21:51:27.844Z Downloaded fixedbitset v0.4.2
6512026-06-10T21:51:27.844Z Downloaded globwalk v0.9.1
6522026-06-10T21:51:27.847Z Downloaded futures-task v0.3.32
6532026-06-10T21:51:27.847Z Downloaded crunchy v0.2.4
6542026-06-10T21:51:27.850Z Downloaded fs_extra v1.3.0
6552026-06-10T21:51:27.850Z Downloaded anstyle-parse v0.2.7
6562026-06-10T21:51:27.853Z Downloaded either v1.15.0
6572026-06-10T21:51:27.853Z Downloaded csv-core v0.1.13
6582026-06-10T21:51:27.856Z Downloaded clang-sys v1.8.1
6592026-06-10T21:51:27.856Z Downloaded ciborium v0.2.2
6602026-06-10T21:51:27.858Z Downloaded der_derive v0.7.3
6612026-06-10T21:51:27.858Z Downloaded buf-list v1.1.2
6622026-06-10T21:51:27.861Z Downloaded bit-set v0.8.0
6632026-06-10T21:51:27.861Z Downloaded daft v0.1.7
6642026-06-10T21:51:27.864Z Downloaded fixedbitset v0.5.7
6652026-06-10T21:51:27.864Z Downloaded derive-where v1.6.0
6662026-06-10T21:51:27.867Z Downloaded filetime v0.2.27
6672026-06-10T21:51:27.867Z Downloaded corncobs v0.1.4
6682026-06-10T21:51:27.872Z Downloaded camino-tempfile-ext v0.3.3
6692026-06-10T21:51:27.872Z Downloaded argon2 v0.5.3
6702026-06-10T21:51:27.872Z Downloaded async-trait v0.1.89
6712026-06-10T21:51:27.877Z Downloaded fallible-iterator v0.2.0
6722026-06-10T21:51:27.877Z Downloaded convert_case v0.10.0
6732026-06-10T21:51:27.877Z Downloaded hostname v0.4.2
6742026-06-10T21:51:27.880Z Downloaded httpdate v1.0.3
6752026-06-10T21:51:27.880Z Downloaded hostname v0.3.1
6762026-06-10T21:51:27.880Z Downloaded cipher v0.4.4
6772026-06-10T21:51:27.880Z Downloaded hash32 v0.3.1
6782026-06-10T21:51:27.885Z Downloaded http-body v1.0.1
6792026-06-10T21:51:27.885Z Downloaded hex-literal v0.4.1
6802026-06-10T21:51:27.888Z Downloaded hex v0.4.3
6812026-06-10T21:51:27.888Z Downloaded ident_case v1.0.1
6822026-06-10T21:51:27.888Z Downloaded http-range v0.1.5
6832026-06-10T21:51:27.888Z Downloaded constant_time_eq v0.4.2
6842026-06-10T21:51:27.888Z Downloaded hyper-tls v0.6.0
6852026-06-10T21:51:27.891Z Downloaded hubpack_derive v0.1.1
6862026-06-10T21:51:27.891Z Downloaded headers-core v0.3.0
6872026-06-10T21:51:27.891Z Downloaded foreign-types-shared v0.1.1
6882026-06-10T21:51:27.891Z Downloaded bitfield v0.19.4
6892026-06-10T21:51:27.894Z Downloaded defmt-macros v1.0.1
6902026-06-10T21:51:27.894Z Downloaded defmt v1.0.1
6912026-06-10T21:51:27.897Z Downloaded group v0.13.0
6922026-06-10T21:51:27.897Z Downloaded gethostname v0.5.0
6932026-06-10T21:51:27.900Z Downloaded futures-executor v0.3.32
6942026-06-10T21:51:27.901Z Downloaded globset v0.4.18
6952026-06-10T21:51:27.901Z Downloaded cmake v0.1.57
6962026-06-10T21:51:27.903Z Downloaded cexpr v0.6.0
6972026-06-10T21:51:27.903Z Downloaded ff v0.13.1
6982026-06-10T21:51:27.906Z Downloaded deranged v0.5.8
6992026-06-10T21:51:27.906Z Downloaded byte-wrapper v0.1.0
7002026-06-10T21:51:27.909Z Downloaded darling v0.13.4
7012026-06-10T21:51:27.910Z Downloaded fs-err v2.11.0
7022026-06-10T21:51:27.913Z Downloaded illumos-nvpair-sys v0.2.0
7032026-06-10T21:51:27.913Z Downloaded illumos-nvpair v0.3.0
7042026-06-10T21:51:27.913Z Downloaded daft-derive v0.1.7
7052026-06-10T21:51:27.916Z Downloaded foldhash v0.2.0
7062026-06-10T21:51:27.916Z Downloaded derive-ex v0.1.8
7072026-06-10T21:51:27.916Z Downloaded internet-checksum v0.2.1
7082026-06-10T21:51:27.919Z Downloaded instability v0.3.11
7092026-06-10T21:51:27.919Z Downloaded indent_write v2.2.0
7102026-06-10T21:51:27.919Z Downloaded inout v0.1.4
7112026-06-10T21:51:27.922Z Downloaded instant v0.1.13
7122026-06-10T21:51:27.922Z Downloaded indoc v1.0.9
7132026-06-10T21:51:27.927Z Downloaded glob v0.3.3
7142026-06-10T21:51:27.930Z Downloaded bit-vec v0.8.0
7152026-06-10T21:51:27.930Z Downloaded darling v0.20.11
7162026-06-10T21:51:27.932Z Downloaded console v0.15.11
7172026-06-10T21:51:27.935Z Downloaded cargo_metadata v0.23.1
7182026-06-10T21:51:27.935Z Downloaded ahash v0.8.12
7192026-06-10T21:51:27.938Z Downloaded is_ci v1.2.0
7202026-06-10T21:51:27.938Z Downloaded darling v0.23.0
7212026-06-10T21:51:27.942Z Downloaded is-terminal v0.4.17
7222026-06-10T21:51:27.942Z Downloaded cookie_store v0.22.1
7232026-06-10T21:51:27.944Z Downloaded compression-codecs v0.4.37
7242026-06-10T21:51:27.946Z Downloaded hash32 v0.2.1
7252026-06-10T21:51:27.946Z Downloaded keccak v0.1.6
7262026-06-10T21:51:27.949Z Downloaded chacha20 v0.10.0
7272026-06-10T21:51:27.952Z Downloaded lazy_static v1.5.0
7282026-06-10T21:51:27.955Z Downloaded lalrpop-util v0.19.12
7292026-06-10T21:51:27.955Z Downloaded find-msvc-tools v0.1.9
7302026-06-10T21:51:27.955Z Downloaded ctr v0.9.2
7312026-06-10T21:51:27.959Z Downloaded lzss v0.8.2
7322026-06-10T21:51:27.959Z Downloaded linked-hash-map v0.5.6
7332026-06-10T21:51:27.959Z Downloaded env_logger v0.11.9
7342026-06-10T21:51:27.962Z Downloaded home v0.5.12
7352026-06-10T21:51:27.962Z Downloaded hubpack v0.1.2
7362026-06-10T21:51:27.965Z Downloaded foldhash v0.1.5
7372026-06-10T21:51:27.965Z Downloaded const-oid v0.9.6
7382026-06-10T21:51:27.968Z Downloaded cookie v0.18.1
7392026-06-10T21:51:27.968Z Downloaded http-body-util v0.1.3
7402026-06-10T21:51:27.971Z Downloaded libscf-sys v1.1.0
7412026-06-10T21:51:27.971Z Downloaded kstat-rs v0.2.4
7422026-06-10T21:51:27.971Z Downloaded highway v1.3.0
7432026-06-10T21:51:27.975Z Downloaded console v0.16.2
7442026-06-10T21:51:27.978Z Downloaded humantime v2.3.0
7452026-06-10T21:51:27.978Z Downloaded git-stub-vcs v0.1.0
7462026-06-10T21:51:27.978Z Downloaded futures-channel v0.3.32
7472026-06-10T21:51:27.981Z Downloaded half v1.8.3
7482026-06-10T21:51:27.981Z Downloaded indoc v2.0.7
7492026-06-10T21:51:27.984Z Downloaded impl-trait-for-tuples v0.2.3
7502026-06-10T21:51:27.984Z Downloaded hyper-staticfile v0.10.1
7512026-06-10T21:51:27.988Z Downloaded crc32fast v1.5.0
7522026-06-10T21:51:27.988Z Downloaded memoffset v0.9.1
7532026-06-10T21:51:27.988Z Downloaded md5 v0.7.0
7542026-06-10T21:51:27.991Z Downloaded lru-slab v0.1.2
7552026-06-10T21:51:27.991Z Downloaded mime v0.3.17
7562026-06-10T21:51:27.995Z Downloaded md-5 v0.10.6
7572026-06-10T21:51:27.998Z Downloaded match_cfg v0.1.0
7582026-06-10T21:51:27.998Z Downloaded maplit v1.0.2
7592026-06-10T21:51:28.001Z Downloaded managed v0.8.0
7602026-06-10T21:51:28.001Z Downloaded lru v0.12.5
7612026-06-10T21:51:28.001Z Downloaded lru-cache v0.1.2
7622026-06-10T21:51:28.001Z Downloaded colored v2.2.0
7632026-06-10T21:51:28.004Z Downloaded ipnet v2.11.0
7642026-06-10T21:51:28.010Z Downloaded newtype_derive v0.1.6
7652026-06-10T21:51:28.014Z Downloaded fatfs v0.3.6
7662026-06-10T21:51:28.017Z Downloaded nibble_vec v0.1.0
7672026-06-10T21:51:28.017Z Downloaded newtype-uuid-macros v0.1.0
7682026-06-10T21:51:28.020Z Downloaded drift v0.2.0
7692026-06-10T21:51:28.024Z Downloaded newline-converter v0.3.0
7702026-06-10T21:51:28.028Z Downloaded new_debug_unreachable v1.0.6
7712026-06-10T21:51:28.028Z Downloaded httparse v1.10.1
7722026-06-10T21:51:28.031Z Downloaded base64 v0.22.1
7732026-06-10T21:51:28.031Z Downloaded num-conv v0.2.0
7742026-06-10T21:51:28.036Z Downloaded num v0.4.3
7752026-06-10T21:51:28.036Z Downloaded nonempty v0.12.0
7762026-06-10T21:51:28.036Z Downloaded normalize-line-endings v0.3.0
7772026-06-10T21:51:28.036Z Downloaded num_threads v0.1.7
7782026-06-10T21:51:28.039Z Downloaded num-derive v0.4.2
7792026-06-10T21:51:28.039Z Downloaded num-derive v0.3.3
7802026-06-10T21:51:28.039Z Downloaded num-iter v0.1.45
7812026-06-10T21:51:28.039Z Downloaded derive_more v2.1.1
7822026-06-10T21:51:28.044Z Downloaded num_enum_derive v0.5.11
7832026-06-10T21:51:28.048Z Downloaded cbc v0.1.2
7842026-06-10T21:51:28.048Z Downloaded hmac v0.12.1
7852026-06-10T21:51:28.048Z Downloaded libloading v0.8.9
7862026-06-10T21:51:28.051Z Downloaded blake2 v0.10.6
7872026-06-10T21:51:28.052Z Downloaded nodrop v0.1.14
7882026-06-10T21:51:28.052Z Downloaded libsw-core v0.3.2
7892026-06-10T21:51:28.056Z Downloaded libsw v3.5.0
7902026-06-10T21:51:28.056Z Downloaded libefi-sys v0.1.0
7912026-06-10T21:51:28.056Z Downloaded dropshot_endpoint v0.17.0
7922026-06-10T21:51:28.059Z Downloaded ingot-macros v0.1.1
7932026-06-10T21:51:28.059Z Downloaded crc-any v2.5.0
7942026-06-10T21:51:28.062Z Downloaded half v2.7.1
7952026-06-10T21:51:28.063Z Downloaded lock_api v0.4.14
7962026-06-10T21:51:28.063Z Downloaded getrandom v0.2.17
7972026-06-10T21:51:28.066Z Downloaded ipnetwork v0.21.1
7982026-06-10T21:51:28.066Z Downloaded hyper-rustls v0.27.7
7992026-06-10T21:51:28.069Z Downloaded darling_core v0.13.4
8002026-06-10T21:51:28.072Z Downloaded openssl-probe v0.2.1
8012026-06-10T21:51:28.072Z Downloaded openssl-macros v0.1.1
8022026-06-10T21:51:28.072Z Downloaded opaque-debug v0.3.1
8032026-06-10T21:51:28.072Z Downloaded olpc-cjson v0.1.4
8042026-06-10T21:51:28.076Z Downloaded oso-derive v0.27.3
8052026-06-10T21:51:28.076Z Downloaded maybe-uninit v2.0.0
8062026-06-10T21:51:28.076Z Downloaded ingot v0.1.1
8072026-06-10T21:51:28.076Z Downloaded elliptic-curve v0.13.8
8082026-06-10T21:51:28.079Z Downloaded darling_core v0.23.0
8092026-06-10T21:51:28.082Z Downloaded const_format v0.2.35
8102026-06-10T21:51:28.085Z Downloaded futures v0.3.32
8112026-06-10T21:51:28.088Z Downloaded openssl-probe v0.1.6
8122026-06-10T21:51:28.088Z Downloaded aes v0.8.4
8132026-06-10T21:51:28.092Z Downloaded bytes v1.11.1
8142026-06-10T21:51:28.107Z Downloaded phf_shared v0.11.3
8152026-06-10T21:51:28.110Z Downloaded pbkdf2 v0.11.0
8162026-06-10T21:51:28.110Z Downloaded path-slash v0.1.5
8172026-06-10T21:51:28.110Z Downloaded parse-size v1.1.0
8182026-06-10T21:51:28.114Z Downloaded parse-display v0.10.0
8192026-06-10T21:51:28.114Z Downloaded packed_struct_codegen v0.10.1
8202026-06-10T21:51:28.114Z Downloaded num-complex v0.4.6
8212026-06-10T21:51:28.114Z Downloaded newtype-uuid v1.3.2
8222026-06-10T21:51:28.117Z Downloaded phf_shared v0.13.1
8232026-06-10T21:51:28.117Z Downloaded num-rational v0.4.2
8242026-06-10T21:51:28.117Z Downloaded peg-runtime v0.8.5
8252026-06-10T21:51:28.120Z Downloaded pbkdf2 v0.12.2
8262026-06-10T21:51:28.120Z Downloaded nu-ansi-term v0.50.3
8272026-06-10T21:51:28.120Z Downloaded nanorand v0.7.0
8282026-06-10T21:51:28.124Z Downloaded multimap v0.10.1
8292026-06-10T21:51:28.124Z Downloaded multer v3.1.0
8302026-06-10T21:51:28.127Z Downloaded linear-map v1.2.0
8312026-06-10T21:51:28.127Z Downloaded mime_guess v2.0.5
8322026-06-10T21:51:28.127Z Downloaded arc-swap v1.8.2
8332026-06-10T21:51:28.130Z Downloaded jobserver v0.1.34
8342026-06-10T21:51:28.130Z Downloaded pin-utils v0.1.0
8352026-06-10T21:51:28.133Z Downloaded phf_shared v0.12.1
8362026-06-10T21:51:28.134Z Downloaded num_enum_derive v0.7.6
8372026-06-10T21:51:28.134Z Downloaded num_enum v0.5.11
8382026-06-10T21:51:28.137Z Downloaded flume v0.11.1
8392026-06-10T21:51:28.140Z Downloaded compact_str v0.8.1
8402026-06-10T21:51:28.143Z Downloaded num-integer v0.1.46
8412026-06-10T21:51:28.143Z Downloaded chacha20poly1305 v0.10.1
8422026-06-10T21:51:28.143Z Downloaded ingot-types v0.1.2
8432026-06-10T21:51:28.146Z Downloaded getrandom v0.3.4
8442026-06-10T21:51:28.146Z Downloaded num_enum v0.7.6
8452026-06-10T21:51:28.149Z Downloaded memmap2 v0.9.10
8462026-06-10T21:51:28.152Z Downloaded bumpalo v3.20.2
8472026-06-10T21:51:28.153Z Downloaded predicates-tree v1.0.13
8482026-06-10T21:51:28.156Z Downloaded iana-time-zone v0.1.65
8492026-06-10T21:51:28.156Z Downloaded darling_core v0.20.11
8502026-06-10T21:51:28.159Z Downloaded crossbeam-epoch v0.9.18
8512026-06-10T21:51:28.162Z Downloaded proc-macro-error-attr2 v2.0.0
8522026-06-10T21:51:28.162Z Downloaded ignore v0.4.25
8532026-06-10T21:51:28.165Z Downloaded powerfmt v0.2.0
8542026-06-10T21:51:28.165Z Downloaded predicates-core v1.0.10
8552026-06-10T21:51:28.165Z Downloaded precomputed-hash v0.1.1
8562026-06-10T21:51:28.169Z Downloaded native-tls v0.2.18
8572026-06-10T21:51:28.169Z Downloaded oxnet v0.1.5
8582026-06-10T21:51:28.172Z Downloaded heapless v0.7.17
8592026-06-10T21:51:28.172Z Downloaded proc-macro-crate v3.4.0
8602026-06-10T21:51:28.175Z Downloaded owo-colors v4.3.0
8612026-06-10T21:51:28.175Z Downloaded ed25519-dalek v2.2.0
8622026-06-10T21:51:28.178Z Downloaded progenitor-client v0.11.2
8632026-06-10T21:51:28.178Z Downloaded progenitor-client v0.10.0
8642026-06-10T21:51:28.178Z Downloaded proc-macro-crate v1.3.1
8652026-06-10T21:51:28.181Z Downloaded parse-display-derive v0.10.0
8662026-06-10T21:51:28.184Z Downloaded paste v1.0.15
8672026-06-10T21:51:28.187Z Downloaded password-hash v0.5.0
8682026-06-10T21:51:28.187Z Downloaded parking_lot_core v0.8.6
8692026-06-10T21:51:28.187Z Downloaded peg v0.8.5
8702026-06-10T21:51:28.190Z Downloaded progenitor-client v0.14.0
8712026-06-10T21:51:28.190Z Downloaded password-hash v0.4.2
8722026-06-10T21:51:28.194Z Downloaded pem-rfc7468 v0.7.0
8732026-06-10T21:51:28.194Z Downloaded pem v3.0.6
8742026-06-10T21:51:28.194Z Downloaded progenitor-macro v0.14.0
8752026-06-10T21:51:28.197Z Downloaded libbz2-rs-sys v0.2.2
8762026-06-10T21:51:28.197Z Downloaded phf v0.12.1
8772026-06-10T21:51:28.200Z Downloaded phf v0.13.1
8782026-06-10T21:51:28.200Z Downloaded quick-error v1.2.3
8792026-06-10T21:51:28.203Z Downloaded psl-types v2.0.11
8802026-06-10T21:51:28.203Z Downloaded progenitor-macro v0.11.2
8812026-06-10T21:51:28.207Z Downloaded heapless v0.8.0
8822026-06-10T21:51:28.211Z Downloaded ar_archive_writer v0.5.1
8832026-06-10T21:51:28.214Z Downloaded progenitor-macro v0.13.0
8842026-06-10T21:51:28.217Z Downloaded indicatif v0.18.4
8852026-06-10T21:51:28.221Z Downloaded pkg-config v0.3.32
8862026-06-10T21:51:28.221Z Downloaded pkcs8 v0.10.2
8872026-06-10T21:51:28.226Z Downloaded litrs v1.0.0
8882026-06-10T21:51:28.226Z Downloaded flate2 v1.1.9
8892026-06-10T21:51:28.229Z Downloaded rand_chacha v0.3.1
8902026-06-10T21:51:28.229Z Downloaded oxide-tokio-rt v0.1.4
8912026-06-10T21:51:28.229Z Downloaded omicron-zone-package v0.12.2
8922026-06-10T21:51:28.232Z Downloaded crypto-bigint v0.5.5
8932026-06-10T21:51:28.236Z Downloaded packed_struct v0.10.1
8942026-06-10T21:51:28.236Z Downloaded async-compression v0.4.41
8952026-06-10T21:51:28.239Z Downloaded recursive v0.1.1
8962026-06-10T21:51:28.242Z Downloaded rand_xorshift v0.4.0
8972026-06-10T21:51:28.242Z Downloaded postgres-protocol v0.6.10
8982026-06-10T21:51:28.245Z Downloaded polyval v0.6.2
8992026-06-10T21:51:28.245Z Downloaded primeorder v0.13.6
9002026-06-10T21:51:28.245Z Downloaded poly1305 v0.8.0
9012026-06-10T21:51:28.249Z Downloaded ref-cast-impl v1.0.25
9022026-06-10T21:51:28.249Z Downloaded parking_lot v0.11.2
9032026-06-10T21:51:28.252Z Downloaded darling_core v0.21.3
9042026-06-10T21:51:28.255Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-06-10T21:51:28.255Z Downloaded progenitor-extras v0.2.0
9062026-06-10T21:51:28.258Z Downloaded progenitor-client v0.13.0
9072026-06-10T21:51:28.258Z Downloaded progenitor v0.14.0
9082026-06-10T21:51:28.258Z Downloaded progenitor v0.13.0
9092026-06-10T21:51:28.261Z Downloaded progenitor v0.11.2
9102026-06-10T21:51:28.261Z Downloaded pin-project-internal v1.1.11
9112026-06-10T21:51:28.265Z Downloaded rfc6979 v0.4.0
9122026-06-10T21:51:28.265Z Downloaded rtoolbox v0.0.3
9132026-06-10T21:51:28.265Z Downloaded peg-macros v0.8.5
9142026-06-10T21:51:28.268Z Downloaded proc-macro-error2 v2.0.1
9152026-06-10T21:51:28.268Z Downloaded predicates v3.1.4
9162026-06-10T21:51:28.271Z Downloaded headers v0.4.1
9172026-06-10T21:51:28.274Z Downloaded hickory-resolver v0.24.4
9182026-06-10T21:51:28.277Z Downloaded hickory-resolver v0.25.2
9192026-06-10T21:51:28.280Z Downloaded ppv-lite86 v0.2.21
9202026-06-10T21:51:28.284Z Downloaded parking_lot_core v0.9.12
9212026-06-10T21:51:28.284Z Downloaded psm v0.1.30
9222026-06-10T21:51:28.287Z Downloaded russh-cryptovec v0.7.3
9232026-06-10T21:51:28.287Z Downloaded radium v0.7.0
9242026-06-10T21:51:28.287Z Downloaded pin-project-lite v0.2.17
9252026-06-10T21:51:28.291Z Downloaded r2d2 v0.8.10
9262026-06-10T21:51:28.294Z Downloaded rustc_version v0.4.1
9272026-06-10T21:51:28.294Z Downloaded rustc_version v0.1.7
9282026-06-10T21:51:28.294Z Downloaded rustc-hash v2.1.1
9292026-06-10T21:51:28.297Z Downloaded hashbrown v0.13.2
9302026-06-10T21:51:28.297Z Downloaded der v0.7.10
9312026-06-10T21:51:28.300Z Downloaded parking_lot v0.12.5
9322026-06-10T21:51:28.303Z Downloaded pkcs1 v0.7.5
9332026-06-10T21:51:28.307Z Downloaded pkcs5 v0.7.1
9342026-06-10T21:51:28.307Z Downloaded postcard v1.1.3
9352026-06-10T21:51:28.310Z Downloaded expectorate v1.2.0
9362026-06-10T21:51:28.310Z Downloaded indexmap v1.9.3
9372026-06-10T21:51:28.314Z Downloaded cc v1.2.56
9382026-06-10T21:51:28.317Z Downloaded same-file v1.0.6
9392026-06-10T21:51:28.320Z Downloaded rand_core v0.6.4
9402026-06-10T21:51:28.323Z Downloaded rand_core v0.10.0
9412026-06-10T21:51:28.323Z Downloaded rand_core v0.9.5
9422026-06-10T21:51:28.326Z Downloaded rand_chacha v0.9.0
9432026-06-10T21:51:28.327Z Downloaded sapling-renderdag v0.1.0
9442026-06-10T21:51:28.327Z Downloaded scheduled-thread-pool v0.2.7
9452026-06-10T21:51:28.330Z Downloaded salsa20 v0.10.2
9462026-06-10T21:51:28.334Z Downloaded ref-cast v1.0.25
9472026-06-10T21:51:28.384Z Downloaded rand_seeder v0.4.0
9482026-06-10T21:51:28.384Z Downloaded pin-project v1.1.11
9492026-06-10T21:51:28.384Z Downloaded resolv-conf v0.7.6
9502026-06-10T21:51:28.384Z Downloaded secrecy v0.10.3
9512026-06-10T21:51:28.384Z Downloaded scrypt v0.11.0
9522026-06-10T21:51:28.384Z Downloaded scroll_derive v0.13.1
9532026-06-10T21:51:28.384Z Downloaded scopeguard v1.2.0
9542026-06-10T21:51:28.384Z Downloaded serde-big-array v0.5.1
9552026-06-10T21:51:28.384Z Downloaded seq-macro v0.3.6
9562026-06-10T21:51:28.384Z Downloaded semver v0.1.20
9572026-06-10T21:51:28.384Z Downloaded jiff-static v0.2.21
9582026-06-10T21:51:28.384Z Downloaded secrecy v0.8.0
9592026-06-10T21:51:28.384Z Downloaded oso v0.27.3
9602026-06-10T21:51:28.384Z Downloaded serde_urlencoded v0.7.1
9612026-06-10T21:51:28.384Z Downloaded serde_spanned v1.0.4
9622026-06-10T21:51:28.384Z Downloaded quinn-udp v0.5.14
9632026-06-10T21:51:28.385Z Downloaded serde_repr v0.1.20
9642026-06-10T21:51:28.385Z Downloaded serde_plain v1.0.2
9652026-06-10T21:51:28.385Z Downloaded serde_bytes v0.11.19
9662026-06-10T21:51:28.385Z Downloaded signature v2.2.0
9672026-06-10T21:51:28.385Z Downloaded signal-hook-tokio v0.3.1
9682026-06-10T21:51:28.385Z Downloaded rustls-pemfile v1.0.4
9692026-06-10T21:51:28.385Z Downloaded derive_more-impl v2.1.1
9702026-06-10T21:51:28.389Z Downloaded rustls-pemfile v2.2.0
9712026-06-10T21:51:28.392Z Downloaded sigpipe v0.1.3
9722026-06-10T21:51:28.392Z Downloaded rustversion v1.0.22
9732026-06-10T21:51:28.395Z Downloaded signal-hook-mio v0.2.5
9742026-06-10T21:51:28.395Z Downloaded shell-words v1.1.1
9752026-06-10T21:51:28.395Z Downloaded sha1 v0.10.6
9762026-06-10T21:51:28.398Z Downloaded miniz_oxide v0.8.9
9772026-06-10T21:51:28.398Z Downloaded postgres-types v0.2.12
9782026-06-10T21:51:28.401Z Downloaded siphasher v1.0.2
9792026-06-10T21:51:28.401Z Downloaded rustls-native-certs v0.8.3
9802026-06-10T21:51:28.404Z Downloaded minimal-lexical v0.2.1
9812026-06-10T21:51:28.405Z Downloaded prefix-trie v0.7.0
9822026-06-10T21:51:28.408Z Downloaded schemars_derive v0.8.22
9832026-06-10T21:51:28.408Z Downloaded rusty-fork v0.3.1
9842026-06-10T21:51:28.411Z Downloaded crossbeam-channel v0.5.15
9852026-06-10T21:51:28.414Z Downloaded slog-envlogger v2.2.0
9862026-06-10T21:51:28.414Z Downloaded papergrid v0.17.0
9872026-06-10T21:51:28.417Z Downloaded p256 v0.13.2
9882026-06-10T21:51:28.420Z Downloaded progenitor-impl v0.14.0
9892026-06-10T21:51:28.424Z Downloaded progenitor-impl v0.13.0
9902026-06-10T21:51:28.424Z Downloaded progenitor-impl v0.11.2
9912026-06-10T21:51:28.424Z Downloaded scroll v0.13.0
9922026-06-10T21:51:28.427Z Downloaded sct v0.7.1
9932026-06-10T21:51:28.430Z Downloaded slog-bunyan v2.5.0
9942026-06-10T21:51:28.441Z Downloaded russh-keys v0.45.0
9952026-06-10T21:51:28.448Z Downloaded ssh-encoding v0.2.0
9962026-06-10T21:51:28.451Z Downloaded simd-adler32 v0.3.8
9972026-06-10T21:51:28.451Z Downloaded diesel_derives v2.3.7
9982026-06-10T21:51:28.455Z Downloaded serde_derive_internals v0.29.1
9992026-06-10T21:51:28.458Z Downloaded ssh-cipher v0.2.0
10002026-06-10T21:51:28.458Z Downloaded serde-hex v0.1.0
10012026-06-10T21:51:28.458Z Downloaded hyper-util v0.1.20
10022026-06-10T21:51:28.462Z Downloaded serde_path_to_error v0.1.20
10032026-06-10T21:51:28.470Z Downloaded dropshot-api-manager v0.7.2
10042026-06-10T21:51:28.474Z Downloaded rustls-pki-types v1.14.0
10052026-06-10T21:51:28.477Z Downloaded prettyplease v0.2.37
10062026-06-10T21:51:28.480Z Downloaded slog-async v2.8.0
10072026-06-10T21:51:28.480Z Downloaded signal-hook-registry v1.4.8
10082026-06-10T21:51:28.480Z Downloaded shlex v1.3.0
10092026-06-10T21:51:28.483Z Downloaded pretty_assertions v1.4.1
10102026-06-10T21:51:28.483Z Downloaded subtle v2.6.1
10112026-06-10T21:51:28.483Z Downloaded sqlparser_derive v0.5.0
10122026-06-10T21:51:28.486Z Downloaded mio v1.2.0
10132026-06-10T21:51:28.489Z Downloaded strsim v0.10.0
10142026-06-10T21:51:28.489Z Downloaded slog-json v2.6.1
10152026-06-10T21:51:28.492Z Downloaded slab v0.4.12
10162026-06-10T21:51:28.492Z Downloaded openssl-sys v0.9.115
10172026-06-10T21:51:28.495Z Downloaded smf v0.2.3
10182026-06-10T21:51:28.495Z Downloaded snafu-derive v0.8.9
10192026-06-10T21:51:28.498Z Downloaded sec1 v0.7.3
10202026-06-10T21:51:28.498Z Downloaded tabwriter v1.4.1
10212026-06-10T21:51:28.498Z Downloaded tabled_derive v0.11.0
10222026-06-10T21:51:28.501Z Downloaded sync_wrapper v1.0.2
10232026-06-10T21:51:28.501Z Downloaded termtree v0.5.1
10242026-06-10T21:51:28.504Z Downloaded http v1.4.0
10252026-06-10T21:51:28.507Z Downloaded strum v0.27.2
10262026-06-10T21:51:28.507Z Downloaded structmeta-derive v0.3.0
10272026-06-10T21:51:28.507Z Downloaded supports-color v3.0.2
10282026-06-10T21:51:28.507Z Downloaded strum v0.26.3
10292026-06-10T21:51:28.510Z Downloaded strip-ansi-escapes v0.2.1
10302026-06-10T21:51:28.510Z Downloaded hickory-server v0.25.2
10312026-06-10T21:51:28.513Z Downloaded hashbrown v0.12.3
10322026-06-10T21:51:28.516Z Downloaded serde_cbor v0.11.2
10332026-06-10T21:51:28.516Z Downloaded slog-dtrace v0.3.0
10342026-06-10T21:51:28.516Z Downloaded thiserror-impl-no-std v2.0.2
10352026-06-10T21:51:28.520Z Downloaded serde_with_macros v3.17.0
10362026-06-10T21:51:28.520Z Downloaded serde_with_macros v1.5.2
10372026-06-10T21:51:28.523Z Downloaded sync-ptr v0.1.4
10382026-06-10T21:51:28.523Z Downloaded smallvec v0.6.14
10392026-06-10T21:51:28.523Z Downloaded slog-term v2.9.2
10402026-06-10T21:51:28.529Z Downloaded tinyvec_macros v0.1.1
10412026-06-10T21:51:28.529Z Downloaded time-core v0.1.8
10422026-06-10T21:51:28.529Z Downloaded thread-id v5.1.0
10432026-06-10T21:51:28.532Z Downloaded testing_table v0.3.0
10442026-06-10T21:51:28.532Z Downloaded slog-stdlog v4.1.1
10452026-06-10T21:51:28.532Z Downloaded slog-scope v4.4.1
10462026-06-10T21:51:28.532Z Downloaded itertools v0.10.5
10472026-06-10T21:51:28.535Z Downloaded rustls-platform-verifier v0.6.2
10482026-06-10T21:51:28.535Z Downloaded stringprep v0.1.5
10492026-06-10T21:51:28.538Z Downloaded string_cache v0.8.9
10502026-06-10T21:51:28.538Z Downloaded static_assertions v1.1.0
10512026-06-10T21:51:28.538Z Downloaded rayon-core v1.13.0
10522026-06-10T21:51:28.541Z Downloaded ryu v1.0.23
10532026-06-10T21:51:28.544Z Downloaded tagptr v0.2.0
10542026-06-10T21:51:28.544Z Downloaded ron v0.8.1
10552026-06-10T21:51:28.547Z Downloaded tap v1.0.1
10562026-06-10T21:51:28.553Z Downloaded strum_macros v0.26.4
10572026-06-10T21:51:28.553Z Downloaded stacker v0.1.23
10582026-06-10T21:51:28.558Z Downloaded spki v0.7.3
10592026-06-10T21:51:28.558Z Downloaded tokio-macros v2.7.0
10602026-06-10T21:51:28.558Z Downloaded nom v7.1.3
10612026-06-10T21:51:28.561Z Downloaded aes-gcm v0.10.3
10622026-06-10T21:51:28.567Z Downloaded support-bundle-viewer v0.1.2
10632026-06-10T21:51:28.570Z Downloaded structmeta v0.3.0
10642026-06-10T21:51:28.570Z Downloaded sqlformat v0.3.5
10652026-06-10T21:51:28.573Z Downloaded hashbrown v0.15.5
10662026-06-10T21:51:28.576Z Downloaded strum_macros v0.24.3
10672026-06-10T21:51:28.580Z Downloaded qorb v0.4.1
10682026-06-10T21:51:28.586Z Downloaded schemars v0.8.22
10692026-06-10T21:51:28.592Z Downloaded thread_local v1.1.9
10702026-06-10T21:51:28.595Z Downloaded tls_codec v0.4.2
10712026-06-10T21:51:28.598Z Downloaded thiserror-no-std v2.0.2
10722026-06-10T21:51:28.601Z Downloaded libxml v0.3.3
10732026-06-10T21:51:28.605Z Downloaded take_mut v0.2.2
10742026-06-10T21:51:28.608Z Downloaded tls_codec_derive v0.4.2
10752026-06-10T21:51:28.608Z Downloaded similar v2.7.0
10762026-06-10T21:51:28.612Z Downloaded topological-sort v0.2.2
10772026-06-10T21:51:28.615Z Downloaded tower-service v0.3.3
10782026-06-10T21:51:28.615Z Downloaded rcgen v0.12.1
10792026-06-10T21:51:28.618Z Downloaded num-bigint v0.4.6
10802026-06-10T21:51:28.621Z Downloaded publicsuffix v2.3.0
10812026-06-10T21:51:28.624Z Downloaded termios v0.3.3
10822026-06-10T21:51:28.628Z Downloaded try-lock v0.2.5
10832026-06-10T21:51:28.628Z Downloaded strum_macros v0.27.2
10842026-06-10T21:51:28.628Z Downloaded slog v2.8.2
10852026-06-10T21:51:28.631Z Downloaded typify-macro v0.6.2
10862026-06-10T21:51:28.631Z Downloaded trait-variant v0.1.2
10872026-06-10T21:51:28.631Z Downloaded tiny-keccak v2.0.2
10882026-06-10T21:51:28.634Z Downloaded tower-layer v0.3.3
10892026-06-10T21:51:28.634Z Downloaded itertools v0.12.1
10902026-06-10T21:51:28.637Z Downloaded tokio-dtrace v0.1.1
10912026-06-10T21:51:28.640Z Downloaded time-macros v0.2.27
10922026-06-10T21:51:28.640Z Downloaded itertools v0.13.0
10932026-06-10T21:51:28.643Z Downloaded tokio-native-tls v0.3.1
10942026-06-10T21:51:28.646Z Downloaded socket2 v0.6.3
10952026-06-10T21:51:28.650Z Downloaded untrusted v0.7.1
10962026-06-10T21:51:28.653Z Downloaded usdt v0.6.0
10972026-06-10T21:51:28.653Z Downloaded signal-hook v0.3.18
10982026-06-10T21:51:28.657Z Downloaded tokio-rustls v0.25.0
10992026-06-10T21:51:28.661Z Downloaded unarray v0.1.4
11002026-06-10T21:51:28.664Z Downloaded typify-macro v0.4.3
11012026-06-10T21:51:28.667Z Downloaded serde_yaml v0.9.34+deprecated
11022026-06-10T21:51:28.667Z Downloaded utf-8 v0.7.6
11032026-06-10T21:51:28.670Z Downloaded usdt-macro v0.6.0
11042026-06-10T21:51:28.670Z Downloaded usdt-attr-macro v0.6.0
11052026-06-10T21:51:28.670Z Downloaded universal-hash v0.5.1
11062026-06-10T21:51:28.670Z Downloaded unit-prefix v0.5.2
11072026-06-10T21:51:28.673Z Downloaded void v1.0.2
11082026-06-10T21:51:28.673Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-06-10T21:51:28.677Z Downloaded rand v0.8.6
11102026-06-10T21:51:28.680Z Downloaded aho-corasick v1.1.4
11112026-06-10T21:51:28.684Z Downloaded unicode-truncate v1.1.0
11122026-06-10T21:51:28.687Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-06-10T21:51:28.687Z Downloaded waitgroup v0.1.2
11142026-06-10T21:51:28.708Z Downloaded itertools v0.14.0
11152026-06-10T21:51:28.711Z Downloaded tokio-rustls v0.24.1
11162026-06-10T21:51:28.717Z Downloaded term v1.2.1
11172026-06-10T21:51:28.721Z Downloaded term v0.7.0
11182026-06-10T21:51:28.721Z Downloaded subprocess v0.2.15
11192026-06-10T21:51:28.721Z Downloaded untrusted v0.9.0
11202026-06-10T21:51:28.721Z Downloaded snafu v0.8.9
11212026-06-10T21:51:28.724Z Downloaded tui-tree-widget v0.23.1
11222026-06-10T21:51:28.724Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11232026-06-10T21:51:28.727Z Downloaded quinn v0.11.9
11242026-06-10T21:51:28.727Z Downloaded xshell-macros v0.2.7
11252026-06-10T21:51:28.731Z Downloaded xattr v1.6.1
11262026-06-10T21:51:28.731Z Downloaded want v0.3.1
11272026-06-10T21:51:28.731Z Downloaded tokio-tungstenite v0.21.0
11282026-06-10T21:51:28.734Z Downloaded spin v0.9.8
11292026-06-10T21:51:28.734Z Downloaded hyper v1.8.1
11302026-06-10T21:51:28.737Z Downloaded hkdf v0.12.4
11312026-06-10T21:51:28.740Z Downloaded iri-string v0.7.10
11322026-06-10T21:51:28.743Z Downloaded test-strategy v0.4.5
11332026-06-10T21:51:28.746Z Downloaded vergen-git2 v9.1.0
11342026-06-10T21:51:28.746Z Downloaded wait-timeout v0.2.1
11352026-06-10T21:51:28.749Z Downloaded zeroize_derive v1.4.3
11362026-06-10T21:51:28.749Z Downloaded usdt-impl v0.6.0
11372026-06-10T21:51:28.754Z Downloaded h2 v0.4.13
11382026-06-10T21:51:28.764Z Downloaded p521 v0.13.3
11392026-06-10T21:51:28.767Z Downloaded blake3 v1.8.3
11402026-06-10T21:51:28.767Z Downloaded zone v0.3.1
11412026-06-10T21:51:28.767Z Downloaded unicase v2.9.0
11422026-06-10T21:51:28.767Z Downloaded tracing-attributes v0.1.31
11432026-06-10T21:51:28.770Z Downloaded tinyvec v1.10.0
11442026-06-10T21:51:28.771Z Downloaded tokio-stream v0.1.18
11452026-06-10T21:51:28.774Z Downloaded zone_cfg_derive v0.3.1
11462026-06-10T21:51:28.777Z Downloaded walkdir v2.5.0
11472026-06-10T21:51:28.777Z Downloaded tokio-tungstenite v0.23.1
11482026-06-10T21:51:28.777Z Downloaded rustls-webpki v0.103.9
11492026-06-10T21:51:28.780Z Downloaded tokio-rustls v0.26.4
11502026-06-10T21:51:28.783Z Downloaded schemars v0.9.0
11512026-06-10T21:51:28.787Z Downloaded whoami v2.1.0
11522026-06-10T21:51:28.790Z Downloaded vergen-lib v0.1.6
11532026-06-10T21:51:28.790Z Downloaded uzers v0.12.2
11542026-06-10T21:51:28.793Z Downloaded twox-hash v2.1.2
11552026-06-10T21:51:28.793Z Downloaded vergen-gitcl v1.0.8
11562026-06-10T21:51:28.793Z Downloaded unicode-properties v0.1.4
11572026-06-10T21:51:28.796Z Downloaded toml_parser v1.0.9+spec-1.1.0
11582026-06-10T21:51:28.796Z Downloaded num-bigint-dig v0.8.6
11592026-06-10T21:51:28.799Z Downloaded rsa v0.9.10
11602026-06-10T21:51:28.802Z Downloaded xshell v0.2.7
11612026-06-10T21:51:28.805Z Downloaded socket2 v0.5.10
11622026-06-10T21:51:28.805Z Downloaded wyz v0.5.1
11632026-06-10T21:51:28.805Z Downloaded nom v8.0.0
11642026-06-10T21:51:28.808Z Downloaded russh v0.45.0
11652026-06-10T21:51:28.811Z Downloaded whoami v1.6.1
11662026-06-10T21:51:28.814Z Downloaded hashbrown v0.16.1
11672026-06-10T21:51:28.817Z Downloaded vergen-lib v9.1.0
11682026-06-10T21:51:28.817Z Downloaded toml v1.0.6+spec-1.1.0
11692026-06-10T21:51:28.820Z Downloaded libm v0.2.16
11702026-06-10T21:51:28.824Z Downloaded futures-util v0.3.32
11712026-06-10T21:51:28.831Z Downloaded zeroize v1.8.2
11722026-06-10T21:51:28.835Z Downloaded rustyline v14.0.0
11732026-06-10T21:51:28.838Z Downloaded zstd-safe v7.2.4
11742026-06-10T21:51:28.838Z Downloaded tracing-core v0.1.36
11752026-06-10T21:51:28.838Z Downloaded rand v0.9.2
11762026-06-10T21:51:28.841Z Downloaded samael v0.0.19
11772026-06-10T21:51:28.849Z Downloaded unicode-bidi v0.3.18
11782026-06-10T21:51:28.853Z Downloaded rand v0.10.0
11792026-06-10T21:51:28.858Z Downloaded zstd v0.13.3
11802026-06-10T21:51:28.861Z Downloaded tar v0.4.45
11812026-06-10T21:51:28.864Z Downloaded vsss-rs v3.3.4
11822026-06-10T21:51:28.864Z Downloaded vergen v9.1.0
11832026-06-10T21:51:28.864Z Downloaded toml v0.7.8
11842026-06-10T21:51:28.869Z Downloaded schemars v1.2.1
11852026-06-10T21:51:28.878Z Downloaded iddqd v0.4.2
11862026-06-10T21:51:28.884Z Downloaded typify v0.4.3
11872026-06-10T21:51:28.888Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-06-10T21:51:28.891Z Downloaded steno v0.4.1
11892026-06-10T21:51:28.894Z Downloaded tungstenite v0.23.0
11902026-06-10T21:51:28.897Z Downloaded tungstenite v0.21.0
11912026-06-10T21:51:28.901Z Downloaded typify v0.6.2
11922026-06-10T21:51:28.907Z Downloaded zerocopy v0.6.6
11932026-06-10T21:51:28.928Z Downloaded vte v0.14.1
11942026-06-10T21:51:28.931Z Downloaded uuid v1.23.0
11952026-06-10T21:51:28.941Z Downloaded yasna v0.5.2
11962026-06-10T21:51:28.943Z Downloaded rpassword v7.4.0
11972026-06-10T21:51:28.948Z Downloaded reedline v0.40.0
11982026-06-10T21:51:28.952Z Downloaded zopfli v0.8.3
11992026-06-10T21:51:28.955Z Downloaded tokio-postgres v0.7.16
12002026-06-10T21:51:28.960Z Downloaded bindgen v0.71.1
12012026-06-10T21:51:28.964Z Downloaded unsafe-libyaml v0.2.11
12022026-06-10T21:51:28.979Z Downloaded tower v0.5.3
12032026-06-10T21:51:28.984Z Downloaded portable-atomic v1.13.1
12042026-06-10T21:51:28.992Z Downloaded toml_edit v0.19.15
12052026-06-10T21:51:28.999Z Downloaded rayon v1.11.0
12062026-06-10T21:51:29.004Z Downloaded serde_with v1.14.0
12072026-06-10T21:51:29.008Z Downloaded bitvec v1.0.1
12082026-06-10T21:51:29.016Z Downloaded unicode_categories v0.1.1
12092026-06-10T21:51:29.019Z Downloaded rustls-webpki v0.101.7
12102026-06-10T21:51:29.025Z Downloaded zip v0.6.6
12112026-06-10T21:51:29.029Z Downloaded reqwest v0.12.28
12122026-06-10T21:51:29.032Z Downloaded reqwest v0.13.2
12132026-06-10T21:51:29.035Z Downloaded typed-path v0.9.3
12142026-06-10T21:51:29.038Z Downloaded quick-xml v0.37.5
12152026-06-10T21:51:29.042Z Downloaded yansi v1.0.1
12162026-06-10T21:51:29.045Z Downloaded git2 v0.20.4
12172026-06-10T21:51:29.048Z Downloaded aws-lc-rs v1.16.3
12182026-06-10T21:51:29.053Z Downloaded ssh-key v0.6.7
12192026-06-10T21:51:29.061Z Downloaded p384 v0.13.1
12202026-06-10T21:51:29.065Z Downloaded zerocopy-derive v0.8.40
12212026-06-10T21:51:29.072Z Downloaded regex v1.12.3
12222026-06-10T21:51:29.080Z Downloaded unicode-normalization v0.1.25
12232026-06-10T21:51:29.090Z Downloaded chrono v0.4.44
12242026-06-10T21:51:29.096Z Downloaded x509-cert v0.2.5
12252026-06-10T21:51:29.104Z Downloaded unicode-segmentation v1.12.0
12262026-06-10T21:51:29.107Z Downloaded moka v0.12.13
12272026-06-10T21:51:29.111Z Downloaded salty v0.3.0
12282026-06-10T21:51:29.115Z Downloaded tokio-util v0.7.18
12292026-06-10T21:51:29.119Z Downloaded serde_with v3.17.0
12302026-06-10T21:51:29.126Z Downloaded object v0.30.4
12312026-06-10T21:51:29.131Z Downloaded lalrpop v0.19.12
12322026-06-10T21:51:29.142Z Downloaded zip v4.6.1
12332026-06-10T21:51:29.147Z Downloaded goblin v0.10.5
12342026-06-10T21:51:29.168Z Downloaded proptest v1.10.0
12352026-06-10T21:51:29.173Z Downloaded quinn-proto v0.11.13
12362026-06-10T21:51:29.178Z Downloaded rustls-webpki v0.102.8
12372026-06-10T21:51:29.189Z Downloaded curve25519-dalek v4.1.3
12382026-06-10T21:51:29.194Z Downloaded tough v0.22.0
12392026-06-10T21:51:29.199Z Downloaded winnow v0.6.26
12402026-06-10T21:51:29.204Z Downloaded tower-http v0.6.8
12412026-06-10T21:51:29.208Z Downloaded winnow v0.5.40
12422026-06-10T21:51:29.237Z Downloaded radix_trie v0.2.1
12432026-06-10T21:51:29.242Z Downloaded nix v0.28.0
12442026-06-10T21:51:29.248Z Downloaded smoltcp v0.9.1
12452026-06-10T21:51:29.254Z Downloaded bstr v1.12.1
12462026-06-10T21:51:29.259Z Downloaded petname v2.0.2
12472026-06-10T21:51:29.273Z Downloaded nix v0.27.1
12482026-06-10T21:51:29.280Z Downloaded dropshot v0.17.0
12492026-06-10T21:51:29.292Z Downloaded zlib-rs v0.6.2
12502026-06-10T21:51:29.295Z Downloaded vcpkg v0.2.15
12512026-06-10T21:51:29.319Z Downloaded webpki-roots v1.0.6
12522026-06-10T21:51:29.322Z Downloaded hickory-proto v0.24.4
12532026-06-10T21:51:29.329Z Downloaded time v0.3.47
12542026-06-10T21:51:29.336Z Downloaded rustls v0.22.4
12552026-06-10T21:51:29.344Z Downloaded regex-syntax v0.6.29
12562026-06-10T21:51:29.347Z Downloaded hickory-proto v0.25.2
12572026-06-10T21:51:29.356Z Downloaded regex-syntax v0.8.10
12582026-06-10T21:51:29.360Z Downloaded regress v0.10.5
12592026-06-10T21:51:29.365Z Downloaded object v0.37.3
12602026-06-10T21:51:29.371Z Downloaded rustls v0.23.37
12612026-06-10T21:51:29.380Z Downloaded rustls v0.21.12
12622026-06-10T21:51:29.385Z Downloaded nix v0.31.2
12632026-06-10T21:51:29.394Z Downloaded diesel v2.3.7
12642026-06-10T21:51:29.403Z Downloaded openapiv3 v2.2.0
12652026-06-10T21:51:29.410Z Downloaded polar-core v0.27.3
12662026-06-10T21:51:29.416Z Downloaded tabled v0.20.0
12672026-06-10T21:51:29.425Z Downloaded openssl v0.10.79
12682026-06-10T21:51:29.430Z Downloaded zerocopy v0.8.40
12692026-06-10T21:51:29.438Z Downloaded smoltcp v0.11.0
12702026-06-10T21:51:29.446Z Downloaded rustix v0.38.44
12712026-06-10T21:51:29.469Z Downloaded regress v0.11.1
12722026-06-10T21:51:29.475Z Downloaded sled v0.34.7
12732026-06-10T21:51:29.481Z Downloaded tracing v0.1.44
12742026-06-10T21:51:29.493Z Downloaded ratatui v0.29.0
12752026-06-10T21:51:29.520Z Downloaded regex-automata v0.4.14
12762026-06-10T21:51:29.559Z Downloaded sqlparser v0.61.0
12772026-06-10T21:51:29.563Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-06-10T21:51:29.571Z Downloaded jiff v0.2.21
12792026-06-10T21:51:29.592Z Downloaded csv v1.4.0
12802026-06-10T21:51:29.652Z Downloaded libz-sys v1.1.24
12812026-06-10T21:51:29.652Z Downloaded typify-impl v0.6.2
12822026-06-10T21:51:29.652Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-06-10T21:51:29.652Z Downloaded tokio v1.52.1
12842026-06-10T21:51:29.668Z Downloaded typify-impl v0.4.3
12852026-06-10T21:51:29.675Z Downloaded zerocopy-derive v0.6.6
12862026-06-10T21:51:29.690Z Downloaded encoding_rs v0.8.35
12872026-06-10T21:51:29.717Z Downloaded petgraph v0.6.5
12882026-06-10T21:51:29.731Z Downloaded chrono-tz v0.10.4
12892026-06-10T21:51:29.749Z Downloaded petgraph v0.8.3
12902026-06-10T21:51:29.814Z Downloaded sha3 v0.10.8
12912026-06-10T21:51:29.957Z Downloaded ring v0.17.14
12922026-06-10T21:51:30.004Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-10T21:51:30.647Z Downloaded aws-lc-sys v0.40.0
12942026-06-10T21:51:30.892Z Compiling libc v0.2.185
12952026-06-10T21:51:30.892Z Compiling serde v1.0.228
12962026-06-10T21:51:30.892Z Compiling log v0.4.29
12972026-06-10T21:51:30.892Z Compiling find-msvc-tools v0.1.9
12982026-06-10T21:51:30.892Z Compiling shlex v1.3.0
12992026-06-10T21:51:30.892Z Compiling smallvec v1.15.1
13002026-06-10T21:51:30.892Z Compiling typenum v1.19.0
13012026-06-10T21:51:30.892Z Compiling subtle v2.6.1
13022026-06-10T21:51:30.895Z Compiling generic-array v0.14.7
13032026-06-10T21:51:31.029Z Compiling scopeguard v1.2.0
13042026-06-10T21:51:31.076Z Compiling const-oid v0.9.6
13052026-06-10T21:51:31.089Z Compiling serde_json v1.0.149
13062026-06-10T21:51:31.115Z Compiling syn v2.0.117
13072026-06-10T21:51:31.129Z Compiling zerocopy v0.8.40
13082026-06-10T21:51:31.132Z Compiling pin-project-lite v0.2.17
13092026-06-10T21:51:31.132Z Compiling parking_lot_core v0.9.12
13102026-06-10T21:51:31.224Z Compiling lock_api v0.4.14
13112026-06-10T21:51:31.243Z Compiling portable-atomic v1.13.1
13122026-06-10T21:51:31.257Z Compiling pkg-config v0.3.32
13132026-06-10T21:51:31.308Z Compiling bitflags v2.11.0
13142026-06-10T21:51:31.344Z Compiling futures-core v0.3.32
13152026-06-10T21:51:31.360Z Compiling libm v0.2.16
13162026-06-10T21:51:31.436Z Compiling critical-section v1.2.0
13172026-06-10T21:51:31.466Z Compiling num-traits v0.2.19
13182026-06-10T21:51:31.497Z Compiling percent-encoding v2.3.2
13192026-06-10T21:51:31.542Z Compiling futures-sink v0.3.32
13202026-06-10T21:51:31.570Z Compiling slab v0.4.12
13212026-06-10T21:51:31.573Z Compiling getrandom v0.4.1
13222026-06-10T21:51:31.587Z Compiling cpufeatures v0.2.17
13232026-06-10T21:51:31.611Z Compiling futures-task v0.3.32
13242026-06-10T21:51:31.675Z Compiling futures-channel v0.3.32
13252026-06-10T21:51:31.690Z Compiling futures-io v0.3.32
13262026-06-10T21:51:31.694Z Compiling rand_core v0.10.0
13272026-06-10T21:51:31.744Z Compiling indexmap v2.14.0
13282026-06-10T21:51:31.780Z Compiling rustversion v1.0.22
13292026-06-10T21:51:31.819Z Compiling getrandom v0.3.4
13302026-06-10T21:51:31.877Z Compiling form_urlencoded v1.2.2
13312026-06-10T21:51:31.891Z Compiling fs_extra v1.3.0
13322026-06-10T21:51:31.909Z Compiling dunce v1.0.5
13332026-06-10T21:51:31.924Z Compiling ident_case v1.0.1
13342026-06-10T21:51:31.939Z Compiling base64ct v1.8.3
13352026-06-10T21:51:31.952Z Compiling flagset v0.4.7
13362026-06-10T21:51:31.986Z Compiling iana-time-zone v0.1.65
13372026-06-10T21:51:32.076Z Compiling getrandom v0.2.17
13382026-06-10T21:51:32.082Z Compiling jobserver v0.1.34
13392026-06-10T21:51:32.085Z Compiling errno v0.3.14
13402026-06-10T21:51:32.106Z Compiling mio v1.2.0
13412026-06-10T21:51:32.166Z Compiling socket2 v0.6.3
13422026-06-10T21:51:32.182Z Compiling rand_core v0.6.4
13432026-06-10T21:51:32.213Z Compiling signal-hook-registry v1.4.8
13442026-06-10T21:51:32.286Z Compiling pem-rfc7468 v0.7.0
13452026-06-10T21:51:32.292Z Compiling rustix v1.1.3
13462026-06-10T21:51:32.313Z Compiling cc v1.2.56
13472026-06-10T21:51:32.412Z Compiling parking_lot v0.12.5
13482026-06-10T21:51:32.428Z Compiling once_cell v1.21.3
13492026-06-10T21:51:32.458Z Compiling regex-syntax v0.8.10
13502026-06-10T21:51:32.485Z Compiling vcpkg v0.2.15
13512026-06-10T21:51:32.488Z Compiling aws-lc-rs v1.16.3
13522026-06-10T21:51:32.515Z Compiling uuid v1.23.0
13532026-06-10T21:51:32.626Z Compiling tracing-core v0.1.36
13542026-06-10T21:51:32.629Z Compiling rustc_version v0.4.1
13552026-06-10T21:51:32.629Z Compiling base64 v0.22.1
13562026-06-10T21:51:32.671Z Compiling openssl-probe v0.2.1
13572026-06-10T21:51:32.819Z Compiling rand_core v0.9.5
13582026-06-10T21:51:32.835Z Compiling untrusted v0.7.1
13592026-06-10T21:51:32.884Z Compiling httparse v1.10.1
13602026-06-10T21:51:32.920Z Compiling tinyvec_macros v0.1.1
13612026-06-10T21:51:32.954Z Compiling untrusted v0.9.0
13622026-06-10T21:51:32.982Z Compiling aho-corasick v1.1.4
13632026-06-10T21:51:33.004Z Compiling tinyvec v1.10.0
13642026-06-10T21:51:33.019Z Compiling atomic-waker v1.1.2
13652026-06-10T21:51:33.024Z Compiling schemars v0.8.22
13662026-06-10T21:51:33.057Z Compiling dyn-clone v1.0.20
13672026-06-10T21:51:33.093Z Compiling cmake v0.1.57
13682026-06-10T21:51:33.126Z Compiling rustls v0.23.37
13692026-06-10T21:51:33.168Z Compiling tower-service v0.3.3
13702026-06-10T21:51:33.213Z Compiling try-lock v0.2.5
13712026-06-10T21:51:33.228Z Compiling tower-layer v0.3.3
13722026-06-10T21:51:33.296Z Compiling httpdate v1.0.3
13732026-06-10T21:51:33.296Z Compiling pin-utils v0.1.0
13742026-06-10T21:51:33.314Z Compiling want v0.3.1
13752026-06-10T21:51:33.329Z Compiling openssl v0.10.79
13762026-06-10T21:51:33.378Z Compiling foreign-types-shared v0.1.1
13772026-06-10T21:51:33.382Z Compiling unicode-normalization v0.1.25
13782026-06-10T21:51:33.397Z Compiling spin v0.9.8
13792026-06-10T21:51:33.430Z Compiling num-conv v0.2.0
13802026-06-10T21:51:33.446Z Compiling crc32fast v1.5.0
13812026-06-10T21:51:33.473Z Compiling foreign-types v0.3.2
13822026-06-10T21:51:33.491Z Compiling powerfmt v0.2.0
13832026-06-10T21:51:33.525Z Compiling native-tls v0.2.18
13842026-06-10T21:51:33.541Z Compiling time-core v0.1.8
13852026-06-10T21:51:33.557Z Compiling wait-timeout v0.2.1
13862026-06-10T21:51:33.577Z Compiling sync_wrapper v1.0.2
13872026-06-10T21:51:33.592Z Compiling quick-error v1.2.3
13882026-06-10T21:51:33.627Z Compiling syn v1.0.109
13892026-06-10T21:51:33.659Z Compiling deranged v0.5.8
13902026-06-10T21:51:33.709Z Compiling simd-adler32 v0.3.8
13912026-06-10T21:51:33.714Z Compiling time-macros v0.2.27
13922026-06-10T21:51:33.722Z Compiling crossbeam-utils v0.8.21
13932026-06-10T21:51:33.736Z Compiling usdt-impl v0.6.0
13942026-06-10T21:51:33.765Z Compiling bit-vec v0.8.0
13952026-06-10T21:51:33.769Z Compiling unicode-segmentation v1.12.0
13962026-06-10T21:51:33.845Z Compiling num_threads v0.1.7
13972026-06-10T21:51:33.859Z Compiling siphasher v1.0.2
13982026-06-10T21:51:33.915Z Compiling tempfile v3.25.0
13992026-06-10T21:51:33.955Z Compiling aws-lc-sys v0.40.0
14002026-06-10T21:51:33.971Z Compiling ring v0.17.14
14012026-06-10T21:51:33.987Z Compiling openssl-sys v0.9.115
14022026-06-10T21:51:33.991Z Compiling regex-automata v0.4.14
14032026-06-10T21:51:34.019Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-06-10T21:51:34.069Z Compiling bit-set v0.8.0
14052026-06-10T21:51:34.099Z Compiling synstructure v0.13.2
14062026-06-10T21:51:34.126Z Compiling pest_generator v2.8.6
14072026-06-10T21:51:34.165Z Compiling serde_derive_internals v0.29.1
14082026-06-10T21:51:34.189Z Compiling darling_core v0.20.11
14092026-06-10T21:51:34.298Z Compiling rusty-fork v0.3.1
14102026-06-10T21:51:34.348Z Compiling darling_core v0.21.3
14112026-06-10T21:51:34.636Z Compiling bzip2-sys v0.1.13+1.0.8
14122026-06-10T21:51:34.796Z Compiling slog v2.8.2
14132026-06-10T21:51:34.846Z Compiling rand_xorshift v0.4.0
14142026-06-10T21:51:34.896Z Compiling time v0.3.47
14152026-06-10T21:51:34.941Z Compiling heapless v0.7.17
14162026-06-10T21:51:34.965Z Compiling thread-id v5.1.0
14172026-06-10T21:51:34.982Z Compiling cookie v0.18.1
14182026-06-10T21:51:34.996Z Compiling adler2 v2.0.1
14192026-06-10T21:51:35.038Z Compiling unicode-properties v0.1.4
14202026-06-10T21:51:35.057Z Compiling paste v1.0.15
14212026-06-10T21:51:35.068Z Compiling signal-hook v0.3.18
14222026-06-10T21:51:35.144Z Compiling allocator-api2 v0.2.21
14232026-06-10T21:51:35.199Z Compiling iri-string v0.7.10
14242026-06-10T21:51:35.199Z Compiling unarray v0.1.4
14252026-06-10T21:51:35.230Z Compiling anyhow v1.0.102
14262026-06-10T21:51:35.248Z Compiling unicode-bidi v0.3.18
14272026-06-10T21:51:35.265Z Compiling zstd-safe v7.2.4
14282026-06-10T21:51:35.280Z Compiling ryu v1.0.23
14292026-06-10T21:51:35.432Z Compiling miniz_oxide v0.8.9
14302026-06-10T21:51:35.514Z Compiling heck v0.4.1
14312026-06-10T21:51:35.776Z Compiling stringprep v0.1.5
14322026-06-10T21:51:35.809Z Compiling num-integer v0.1.46
14332026-06-10T21:51:35.824Z Compiling vergen-lib v9.1.0
14342026-06-10T21:51:35.914Z Compiling serde_derive v1.0.228
14352026-06-10T21:51:36.023Z Compiling zeroize_derive v1.4.3
14362026-06-10T21:51:36.037Z Compiling zerofrom-derive v0.1.6
14372026-06-10T21:51:36.070Z Compiling yoke-derive v0.8.1
14382026-06-10T21:51:36.152Z Compiling zerovec-derive v0.11.2
14392026-06-10T21:51:36.243Z Compiling zerocopy-derive v0.8.40
14402026-06-10T21:51:36.258Z Compiling displaydoc v0.2.5
14412026-06-10T21:51:36.561Z Compiling tokio-macros v2.7.0
14422026-06-10T21:51:36.608Z Compiling futures-macro v0.3.32
14432026-06-10T21:51:36.711Z Compiling zeroize v1.8.2
14442026-06-10T21:51:36.773Z Compiling der_derive v0.7.3
14452026-06-10T21:51:36.954Z Compiling rustls-pki-types v1.14.0
14462026-06-10T21:51:37.061Z Compiling thiserror-impl v2.0.18
14472026-06-10T21:51:37.299Z Compiling tracing-attributes v0.1.31
14482026-06-10T21:51:37.336Z Compiling pest_derive v2.8.6
14492026-06-10T21:51:37.354Z Compiling scroll_derive v0.13.1
14502026-06-10T21:51:37.444Z Compiling schemars_derive v0.8.22
14512026-06-10T21:51:37.467Z Compiling crypto-common v0.1.7
14522026-06-10T21:51:37.510Z Compiling zerofrom v0.1.6
14532026-06-10T21:51:37.525Z Compiling block-buffer v0.10.4
14542026-06-10T21:51:37.636Z Compiling yoke v0.8.1
14552026-06-10T21:51:37.650Z Compiling futures-util v0.3.32
14562026-06-10T21:51:37.714Z Compiling digest v0.10.7
14572026-06-10T21:51:37.796Z Compiling block-padding v0.3.3
14582026-06-10T21:51:37.810Z Compiling zerovec v0.11.5
14592026-06-10T21:51:37.842Z Compiling zerotrie v0.2.3
14602026-06-10T21:51:37.975Z Compiling hmac v0.12.1
14612026-06-10T21:51:37.989Z Compiling inout v0.1.4
14622026-06-10T21:51:38.147Z Compiling cipher v0.4.4
14632026-06-10T21:51:38.164Z Compiling sha2 v0.10.9
14642026-06-10T21:51:38.179Z Compiling der v0.7.10
14652026-06-10T21:51:38.197Z Compiling pbkdf2 v0.12.2
14662026-06-10T21:51:38.315Z Compiling tinystr v0.8.2
14672026-06-10T21:51:38.331Z Compiling potential_utf v0.1.4
14682026-06-10T21:51:38.348Z Compiling scroll v0.13.0
14692026-06-10T21:51:38.449Z Compiling salsa20 v0.10.2
14702026-06-10T21:51:38.462Z Compiling icu_collections v2.1.1
14712026-06-10T21:51:38.519Z Compiling icu_locale_core v2.1.1
14722026-06-10T21:51:38.543Z Compiling thiserror v2.0.18
14732026-06-10T21:51:38.613Z Compiling scrypt v0.11.0
14742026-06-10T21:51:38.641Z Compiling aes v0.8.4
14752026-06-10T21:51:38.655Z Compiling cbc v0.1.2
14762026-06-10T21:51:38.686Z Compiling tracing v0.1.44
14772026-06-10T21:51:38.754Z Compiling darling_macro v0.20.11
14782026-06-10T21:51:38.844Z Compiling openssl-macros v0.1.1
14792026-06-10T21:51:38.904Z Compiling goblin v0.10.5
14802026-06-10T21:51:38.989Z Compiling rustls-native-certs v0.8.3
14812026-06-10T21:51:39.004Z Compiling dtrace-parser v0.3.0
14822026-06-10T21:51:39.270Z Compiling icu_provider v2.1.1
14832026-06-10T21:51:39.274Z Compiling spki v0.7.3
14842026-06-10T21:51:39.443Z Compiling bytes v1.11.1
14852026-06-10T21:51:39.459Z Compiling chrono v0.4.44
14862026-06-10T21:51:39.462Z Compiling pkcs5 v0.7.1
14872026-06-10T21:51:39.488Z Compiling ipnet v2.11.0
14882026-06-10T21:51:39.508Z Compiling icu_properties v2.1.2
14892026-06-10T21:51:39.589Z Compiling icu_normalizer v2.1.1
14902026-06-10T21:51:39.603Z Compiling darling v0.20.11
14912026-06-10T21:51:39.698Z Compiling derive_builder_core v0.20.2
14922026-06-10T21:51:39.736Z Compiling signature v2.2.0
14932026-06-10T21:51:39.774Z Compiling pkcs8 v0.10.2
14942026-06-10T21:51:40.059Z Compiling tokio v1.52.1
14952026-06-10T21:51:40.072Z Compiling http v1.4.0
14962026-06-10T21:51:40.072Z Compiling webpki-roots v1.0.6
14972026-06-10T21:51:40.078Z Compiling scroll_derive v0.12.1
14982026-06-10T21:51:40.143Z Compiling thiserror-impl v1.0.69
14992026-06-10T21:51:40.160Z Compiling erased-serde v0.3.31
15002026-06-10T21:51:40.178Z Compiling serde_spanned v0.6.9
15012026-06-10T21:51:40.195Z Compiling toml_datetime v0.6.11
15022026-06-10T21:51:40.342Z Compiling serde_urlencoded v0.7.1
15032026-06-10T21:51:40.473Z Compiling idna_adapter v1.2.1
15042026-06-10T21:51:40.592Z Compiling idna v1.1.0
15052026-06-10T21:51:40.611Z Compiling serde_tokenstream v0.2.3
15062026-06-10T21:51:40.633Z Compiling md-5 v0.10.6
15072026-06-10T21:51:40.660Z Compiling derive_builder_macro v0.20.2
15082026-06-10T21:51:40.673Z Compiling http-body v1.0.1
15092026-06-10T21:51:40.714Z Compiling ppv-lite86 v0.2.21
15102026-06-10T21:51:40.780Z Compiling scroll v0.12.0
15112026-06-10T21:51:40.822Z Compiling http-body-util v0.1.3
15122026-06-10T21:51:40.848Z Compiling darling_macro v0.21.3
15132026-06-10T21:51:40.913Z Compiling url v2.5.8
15142026-06-10T21:51:40.946Z Compiling bstr v1.12.1
15152026-06-10T21:51:40.960Z Compiling async-trait v0.1.89
15162026-06-10T21:51:40.974Z Compiling pin-project-internal v1.1.11
15172026-06-10T21:51:41.069Z Compiling rand_chacha v0.9.0
15182026-06-10T21:51:41.083Z Compiling rand_chacha v0.3.1
15192026-06-10T21:51:41.102Z Compiling zerocopy-derive v0.7.35
15202026-06-10T21:51:41.159Z Compiling curve25519-dalek v4.1.3
15212026-06-10T21:51:41.283Z Compiling rand v0.9.2
15222026-06-10T21:51:41.369Z Compiling ff v0.13.1
15232026-06-10T21:51:41.523Z Compiling thiserror v1.0.69
15242026-06-10T21:51:41.527Z Compiling hash32 v0.2.1
15252026-06-10T21:51:41.624Z Compiling memoffset v0.9.1
15262026-06-10T21:51:41.751Z Compiling dof v0.4.0
15272026-06-10T21:51:41.754Z Compiling encoding_rs v0.8.35
15282026-06-10T21:51:41.805Z Compiling base16ct v0.2.0
15292026-06-10T21:51:41.838Z Compiling mime v0.3.17
15302026-06-10T21:51:41.927Z Compiling proptest v1.10.0
15312026-06-10T21:51:41.993Z Compiling litrs v1.0.0
15322026-06-10T21:51:42.015Z Compiling num-bigint-dig v0.8.6
15332026-06-10T21:51:42.034Z Compiling smoltcp v0.9.1
15342026-06-10T21:51:42.053Z Compiling cfg_aliases v0.2.1
15352026-06-10T21:51:42.110Z Compiling ref-cast v1.0.25
15362026-06-10T21:51:42.129Z Compiling zlib-rs v0.6.2
15372026-06-10T21:51:42.142Z Compiling rustix v0.38.44
15382026-06-10T21:51:42.146Z Compiling psl-types v2.0.11
15392026-06-10T21:51:42.146Z Compiling fallible-iterator v0.2.0
15402026-06-10T21:51:42.251Z Compiling pin-project v1.1.11
15412026-06-10T21:51:42.303Z Compiling ipnetwork v0.21.1
15422026-06-10T21:51:42.368Z Compiling publicsuffix v2.3.0
15432026-06-10T21:51:42.420Z Compiling nix v0.31.2
15442026-06-10T21:51:42.464Z Compiling postgres-protocol v0.6.10
15452026-06-10T21:51:42.620Z Compiling document-features v0.2.12
15462026-06-10T21:51:42.632Z Compiling oxnet v0.1.5
15472026-06-10T21:51:42.640Z Compiling zerocopy v0.7.35
15482026-06-10T21:51:42.720Z Compiling sec1 v0.7.3
15492026-06-10T21:51:42.869Z Compiling group v0.13.0
15502026-06-10T21:51:42.921Z Compiling darling v0.21.3
15512026-06-10T21:51:42.984Z Compiling rand v0.8.6
15522026-06-10T21:51:43.026Z Compiling derive_builder v0.20.2
15532026-06-10T21:51:43.029Z Compiling goblin v0.8.2
15542026-06-10T21:51:43.053Z Compiling futures-executor v0.3.32
15552026-06-10T21:51:43.066Z Compiling hubpack_derive v0.1.1
15562026-06-10T21:51:43.123Z Compiling hex v0.4.3
15572026-06-10T21:51:43.152Z Compiling hkdf v0.12.4
15582026-06-10T21:51:43.166Z Compiling crypto-bigint v0.5.5
15592026-06-10T21:51:43.217Z Compiling regex v1.12.3
15602026-06-10T21:51:43.343Z Compiling num-iter v0.1.45
15612026-06-10T21:51:43.347Z Compiling daft-derive v0.1.7
15622026-06-10T21:51:43.392Z Compiling curve25519-dalek-derive v0.1.1
15632026-06-10T21:51:43.417Z Compiling ref-cast-impl v1.0.25
15642026-06-10T21:51:43.432Z Compiling strum_macros v0.27.2
15652026-06-10T21:51:43.451Z Compiling snafu-derive v0.8.9
15662026-06-10T21:51:43.840Z Compiling tokio-util v0.7.18
15672026-06-10T21:51:43.861Z Compiling tower v0.5.3
15682026-06-10T21:51:43.879Z Compiling tokio-native-tls v0.3.1
15692026-06-10T21:51:43.985Z Compiling phf_shared v0.13.1
15702026-06-10T21:51:43.999Z Compiling terminal_size v0.4.3
15712026-06-10T21:51:44.075Z Compiling lazy_static v1.5.0
15722026-06-10T21:51:44.092Z Compiling anstyle-parse v0.2.7
15732026-06-10T21:51:44.109Z Compiling vergen v9.1.0
15742026-06-10T21:51:44.149Z Compiling cargo-platform v0.3.2
15752026-06-10T21:51:44.164Z Compiling fs-err v3.3.0
15762026-06-10T21:51:44.187Z Compiling ahash v0.8.12
15772026-06-10T21:51:44.244Z Compiling newtype-uuid v1.3.2
15782026-06-10T21:51:44.294Z Compiling tower-http v0.6.8
15792026-06-10T21:51:44.318Z Compiling libbz2-rs-sys v0.2.2
15802026-06-10T21:51:44.359Z Compiling winnow v0.5.40
15812026-06-10T21:51:44.384Z Compiling bumpalo v3.20.2
15822026-06-10T21:51:44.413Z Compiling foldhash v0.1.5
15832026-06-10T21:51:44.445Z Compiling managed v0.8.0
15842026-06-10T21:51:44.607Z Compiling h2 v0.4.13
15852026-06-10T21:51:44.622Z Compiling bitflags v1.3.2
15862026-06-10T21:51:44.648Z Compiling object v0.37.3
15872026-06-10T21:51:44.679Z Compiling foldhash v0.2.0
15882026-06-10T21:51:44.709Z Compiling same-file v1.0.6
15892026-06-10T21:51:44.728Z Compiling bzip2 v0.6.1
15902026-06-10T21:51:44.924Z Compiling hashbrown v0.16.1
15912026-06-10T21:51:44.952Z Compiling walkdir v2.5.0
15922026-06-10T21:51:45.003Z Compiling flate2 v1.1.9
15932026-06-10T21:51:45.046Z Compiling zopfli v0.8.3
15942026-06-10T21:51:45.068Z Compiling hashbrown v0.15.5
15952026-06-10T21:51:45.326Z Compiling daft v0.1.7
15962026-06-10T21:51:45.424Z Compiling dof v0.3.0
15972026-06-10T21:51:45.442Z Compiling clap_builder v4.6.0
15982026-06-10T21:51:45.496Z Compiling snafu v0.8.9
15992026-06-10T21:51:45.530Z Compiling strum v0.27.2
16002026-06-10T21:51:45.570Z Compiling cargo_metadata v0.23.1
16012026-06-10T21:51:45.660Z Compiling anstream v0.6.21
16022026-06-10T21:51:45.675Z Compiling phf v0.13.1
16032026-06-10T21:51:45.693Z Compiling elliptic-curve v0.13.8
16042026-06-10T21:51:45.782Z Compiling toml_edit v0.19.15
16052026-06-10T21:51:45.866Z Compiling signal-hook-mio v0.2.5
16062026-06-10T21:51:45.895Z Compiling cookie_store v0.22.1
16072026-06-10T21:51:45.970Z Compiling hubpack v0.1.2
16082026-06-10T21:51:45.998Z Compiling bzip2 v0.4.4
16092026-06-10T21:51:46.002Z Compiling usdt-macro v0.6.0
16102026-06-10T21:51:46.140Z Compiling usdt-attr-macro v0.6.0
16112026-06-10T21:51:46.211Z Compiling futures v0.3.32
16122026-06-10T21:51:46.227Z Compiling serde_with_macros v3.17.0
16132026-06-10T21:51:46.300Z Compiling postgres-types v0.2.12
16142026-06-10T21:51:46.315Z Compiling zstd v0.13.3
16152026-06-10T21:51:46.584Z Compiling dtrace-parser v0.2.0
16162026-06-10T21:51:46.614Z Compiling globset v0.4.18
16172026-06-10T21:51:46.661Z Compiling ed25519 v2.2.3
16182026-06-10T21:51:46.804Z Compiling pkcs1 v0.7.5
16192026-06-10T21:51:46.883Z Compiling olpc-cjson v0.1.4
16202026-06-10T21:51:46.991Z Compiling serde_plain v1.0.2
16212026-06-10T21:51:46.991Z Compiling serde-big-array v0.5.1
16222026-06-10T21:51:47.062Z Compiling rfc6979 v0.4.0
16232026-06-10T21:51:47.154Z Compiling enum-as-inner v0.6.1
16242026-06-10T21:51:47.210Z Compiling strum_macros v0.26.4
16252026-06-10T21:51:47.225Z Compiling clap_derive v4.6.1
16262026-06-10T21:51:47.241Z Compiling serde_repr v0.1.20
16272026-06-10T21:51:47.339Z Compiling async-recursion v1.1.1
16282026-06-10T21:51:47.389Z Compiling phf_shared v0.11.3
16292026-06-10T21:51:47.425Z Compiling float-cmp v0.10.0
16302026-06-10T21:51:47.479Z Compiling pem v3.0.6
16312026-06-10T21:51:47.590Z Compiling memmap2 v0.9.10
16322026-06-10T21:51:47.594Z Compiling thread-id v4.2.2
16332026-06-10T21:51:47.619Z Compiling env_filter v1.0.0
16342026-06-10T21:51:47.701Z Compiling hyper v1.8.1
16352026-06-10T21:51:47.704Z Compiling typed-path v0.9.3
16362026-06-10T21:51:47.833Z Compiling normalize-line-endings v0.3.0
16372026-06-10T21:51:47.848Z Compiling either v1.15.0
16382026-06-10T21:51:47.851Z Compiling predicates-core v1.0.10
16392026-06-10T21:51:47.950Z Compiling difflib v0.4.0
16402026-06-10T21:51:47.965Z Compiling static_assertions v1.1.0
16412026-06-10T21:51:48.035Z Compiling data-encoding v2.10.0
16422026-06-10T21:51:48.050Z Compiling keccak v0.1.6
16432026-06-10T21:51:48.067Z Compiling precomputed-hash v0.1.1
16442026-06-10T21:51:48.093Z Compiling whoami v2.1.0
16452026-06-10T21:51:48.175Z Compiling jiff v0.2.21
16462026-06-10T21:51:48.501Z Compiling fixedbitset v0.5.7
16472026-06-10T21:51:48.517Z Compiling new_debug_unreachable v1.0.6
16482026-06-10T21:51:48.533Z Compiling fixedbitset v0.4.2
16492026-06-10T21:51:48.548Z Compiling hickory-proto v0.25.2
16502026-06-10T21:51:48.603Z Compiling string_cache v0.8.9
16512026-06-10T21:51:48.706Z Compiling petgraph v0.6.5
16522026-06-10T21:51:48.764Z Compiling petgraph v0.8.3
16532026-06-10T21:51:48.779Z Compiling hyper-util v0.1.20
16542026-06-10T21:51:48.833Z Compiling tokio-postgres v0.7.16
16552026-06-10T21:51:48.859Z Compiling sha3 v0.10.8
16562026-06-10T21:51:48.875Z Compiling predicates v3.1.4
16572026-06-10T21:51:48.891Z Compiling itertools v0.13.0
16582026-06-10T21:51:48.970Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16592026-06-10T21:51:49.040Z Compiling strum v0.26.3
16602026-06-10T21:51:49.076Z Compiling clap v4.6.1
16612026-06-10T21:51:49.170Z Compiling toml_edit v0.22.27
16622026-06-10T21:51:49.193Z Compiling env_logger v0.11.9
16632026-06-10T21:51:49.335Z Compiling usdt v0.6.0
16642026-06-10T21:51:49.351Z Compiling usdt-impl v0.5.0
16652026-06-10T21:51:49.556Z Compiling serde_with v3.17.0
16662026-06-10T21:51:49.570Z Compiling crossterm v0.28.1
16672026-06-10T21:51:49.610Z Compiling ecdsa v0.16.9
16682026-06-10T21:51:50.014Z Compiling toml v0.7.8
16692026-06-10T21:51:50.028Z Compiling rsa v0.9.10
16702026-06-10T21:51:50.204Z Compiling hyper-tls v0.6.0
16712026-06-10T21:51:50.268Z Compiling ed25519-dalek v2.2.0
16722026-06-10T21:51:50.657Z Compiling zip v0.6.6
16732026-06-10T21:51:50.787Z Compiling iddqd v0.4.2
16742026-06-10T21:51:50.908Z Compiling zip v4.6.1
16752026-06-10T21:51:51.232Z Compiling tokio-stream v0.1.18
16762026-06-10T21:51:51.263Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-06-10T21:51:51.354Z Compiling buf-list v1.1.2
16782026-06-10T21:51:51.375Z Compiling similar v2.7.0
16792026-06-10T21:51:51.378Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-10T21:51:51.655Z Compiling x509-cert v0.2.5
16812026-06-10T21:51:51.717Z Compiling openapiv3 v2.2.0
16822026-06-10T21:51:51.736Z Compiling sha1 v0.10.6
16832026-06-10T21:51:51.920Z Compiling crossbeam-epoch v0.9.18
16842026-06-10T21:51:51.936Z Compiling peg-runtime v0.8.5
16852026-06-10T21:51:51.950Z Compiling lalrpop-util v0.19.12
16862026-06-10T21:51:51.968Z Compiling thread_local v1.1.9
16872026-06-10T21:51:51.983Z Compiling slog-async v2.8.0
16882026-06-10T21:51:52.109Z Compiling crossbeam-channel v0.5.15
16892026-06-10T21:51:52.139Z Compiling filetime v0.2.27
16902026-06-10T21:51:52.161Z Compiling is-terminal v0.4.17
16912026-06-10T21:51:52.240Z Compiling term v1.2.1
16922026-06-10T21:51:52.259Z Compiling xattr v1.6.1
16932026-06-10T21:51:52.275Z Compiling take_mut v0.2.2
16942026-06-10T21:51:52.400Z Compiling tar v0.4.45
16952026-06-10T21:51:52.559Z Compiling slog-term v2.9.2
16962026-06-10T21:52:10.057Z Compiling rustls-webpki v0.103.9
16972026-06-10T21:52:12.857Z Compiling tokio-rustls v0.26.4
16982026-06-10T21:52:12.857Z Compiling rustls-platform-verifier v0.6.2
16992026-06-10T21:52:13.054Z Compiling hyper-rustls v0.27.7
17002026-06-10T21:52:13.244Z Compiling reqwest v0.12.28
17012026-06-10T21:52:13.244Z Compiling reqwest v0.13.2
17022026-06-10T21:52:14.467Z Compiling tough v0.22.0
17032026-06-10T21:52:16.993Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-10T21:52:17.227Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-10T21:52:20.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.01s
17062026-06-10T21:52:20.253Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-06-10T21:52:20.308ZJun 10 21:52:19.107 INFO Starting download, target: MaghemiteMgd
17082026-06-10T21:52:20.308ZJun 10 21:52:19.108 INFO Starting download, target: Clickhouse
17092026-06-10T21:52:20.308ZJun 10 21:52:19.108 INFO Starting download, target: Cockroach
17102026-06-10T21:52:20.308ZJun 10 21:52:19.108 INFO Starting download, target: DendriteStub
17112026-06-10T21:52:20.308ZJun 10 21:52:19.108 INFO Starting download, target: Console
17122026-06-10T21:52:20.308ZJun 10 21:52:19.108 INFO Starting download, target: MaghemiteDdmd
17132026-06-10T21:52:20.311ZJun 10 21:52:19.108 INFO Starting download, target: TransceiverControl
17142026-06-10T21:52:20.311ZJun 10 21:52:19.108 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-06-10T21:52:20.311ZJun 10 21:52:19.108 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-06-10T21:52:20.311ZJun 10 21:52:19.108 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-06-10T21:52:20.312ZJun 10 21:52:19.108 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-06-10T21:52:20.312ZJun 10 21:52:19.108 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-06-10T21:52:20.312ZJun 10 21:52:19.109 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-06-10T21:52:20.312ZJun 10 21:52:19.109 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-06-10T21:52:20.878ZJun 10 21:52:19.664 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-06-10T21:52:21.092ZJun 10 21:52:19.884 INFO Download complete, target: TransceiverControl
17232026-06-10T21:52:22.489ZJun 10 21:52:21.210 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17242026-06-10T21:52:22.644ZJun 10 21:52:21.423 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17252026-06-10T21:52:22.765ZJun 10 21:52:21.542 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-06-10T21:52:23.183ZJun 10 21:52:21.983 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-06-10T21:52:23.183ZJun 10 21:52:21.983 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-06-10T21:52:23.439ZJun 10 21:52:22.236 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17292026-06-10T21:52:24.382ZJun 10 21:52:23.180 INFO Download complete, target: MaghemiteDdmd
17302026-06-10T21:52:25.455ZJun 10 21:52:24.255 INFO Download complete, target: DendriteStub
17312026-06-10T21:52:25.458ZJun 10 21:52:24.257 INFO Download complete, target: MaghemiteMgd
17322026-06-10T21:52:27.980ZJun 10 21:52:26.780 INFO Checking that binary works, target: Cockroach
17332026-06-10T21:52:28.111ZJun 10 21:52:26.911 INFO Download complete, target: Cockroach
17342026-06-10T21:52:30.408ZJun 10 21:52:29.208 INFO Checking that binary works, target: Clickhouse
17352026-06-10T21:52:30.496ZJun 10 21:52:29.295 INFO Download complete, target: Clickhouse
17362026-06-10T21:52:35.460ZJun 10 21:52:34.259 WARN Download failed, retrying: error sending request for url (https://dl.oxide.computer/releases/console/f1ccb1689aed593d4e5ab8534ecded21e1d66c83.tar.gz), target: Console
17372026-06-10T21:52:35.460ZJun 10 21:52:34.259 INFO Downloading out/downloads/console.tar.gz (attempt 2/3), target: Console
17382026-06-10T21:52:50.461ZJun 10 21:52:49.260 WARN Download failed, retrying: error sending request for url (https://dl.oxide.computer/releases/console/f1ccb1689aed593d4e5ab8534ecded21e1d66c83.tar.gz), target: Console
17392026-06-10T21:52:50.461ZJun 10 21:52:49.261 INFO Downloading out/downloads/console.tar.gz (attempt 3/3), target: Console
17402026-06-10T21:52:51.361ZJun 10 21:52:50.120 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-06-10T21:52:51.551ZJun 10 21:52:50.351 INFO Download complete, target: Console
17422026-06-10T21:52:51.557ZAll prerequisites installed successfully
17432026-06-10T21:52:51.560Z
17442026-06-10T21:52:51.560Zreal 2:53.873051317
17452026-06-10T21:52:51.560Zuser 7:00.055451540
17462026-06-10T21:52:51.560Zsys 1:46.228192703
17472026-06-10T21:52:51.560Ztrap 0.250285042
17482026-06-10T21:52:51.560Ztflt 1.355650224
17492026-06-10T21:52:51.560Zdflt 1.927962374
17502026-06-10T21:52:51.560Zkflt 0.032567578
17512026-06-10T21:52:51.560Zlock 30:27.140612024
17522026-06-10T21:52:51.561Zslp 22:07.683735248
17532026-06-10T21:52:51.561Zlat 25.878538945
17542026-06-10T21:52:51.561Zstop 2:51.130632038
17552026-06-10T21:52:51.561Z+ ptime -m cargo xtask download softnpu
17562026-06-10T21:52:52.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17572026-06-10T21:52:52.108Z Running `target/debug/xtask download softnpu`
17582026-06-10T21:52:52.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17592026-06-10T21:52:52.950Z Running `target/debug/xtask-downloader softnpu`
17602026-06-10T21:52:52.993ZJun 10 21:52:51.792 INFO Starting download, target: Softnpu
17612026-06-10T21:52:52.996ZJun 10 21:52:51.793 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17622026-06-10T21:52:53.660ZJun 10 21:52:52.458 INFO Download complete, target: Softnpu
17632026-06-10T21:52:53.663Z
17642026-06-10T21:52:53.663Zreal 2.098095158
17652026-06-10T21:52:53.663Zuser 1.348807660
17662026-06-10T21:52:53.663Zsys 0.668832749
17672026-06-10T21:52:53.663Ztrap 0.000422500
17682026-06-10T21:52:53.663Ztflt 0.000158520
17692026-06-10T21:52:53.663Zdflt 0.000265110
17702026-06-10T21:52:53.663Zkflt 0.000000000
17712026-06-10T21:52:53.663Zlock 11.940010686
17722026-06-10T21:52:53.663Zslp 0.528949711
17732026-06-10T21:52:53.663Zlat 0.100621682
17742026-06-10T21:52:53.663Zstop 0.000192040
17752026-06-10T21:52:53.663Z+ export CARGO_INCREMENTAL=0
17762026-06-10T21:52:53.663Z+ CARGO_INCREMENTAL=0
17772026-06-10T21:52:53.663Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17782026-06-10T21:52:54.565Z Compiling proc-macro2 v1.0.106
17792026-06-10T21:52:54.565Z Compiling quote v1.0.45
17802026-06-10T21:52:54.569Z Compiling unicode-ident v1.0.24
17812026-06-10T21:52:54.569Z Compiling libc v0.2.185
17822026-06-10T21:52:54.570Z Compiling serde_core v1.0.228
17832026-06-10T21:52:54.570Z Compiling serde v1.0.228
17842026-06-10T21:52:54.570Z Compiling cfg-if v1.0.4
17852026-06-10T21:52:54.570Z Compiling version_check v0.9.5
17862026-06-10T21:52:54.571Z Compiling find-msvc-tools v0.1.9
17872026-06-10T21:52:54.571Z Compiling shlex v1.3.0
17882026-06-10T21:52:54.713Z Compiling typenum v1.19.0
17892026-06-10T21:52:54.720Z Compiling zmij v1.0.21
17902026-06-10T21:52:54.720Z Compiling autocfg v1.5.0
17912026-06-10T21:52:54.740Z Compiling serde_json v1.0.149
17922026-06-10T21:52:54.752Z Compiling memchr v2.8.0
17932026-06-10T21:52:54.947Z Compiling portable-atomic v1.13.1
17942026-06-10T21:52:55.014Z Compiling libm v0.2.16
17952026-06-10T21:52:55.082Z Compiling zerocopy v0.8.40
17962026-06-10T21:52:55.101Z Compiling smallvec v1.15.1
17972026-06-10T21:52:55.221Z Compiling num-traits v0.2.19
17982026-06-10T21:52:55.225Z Compiling parking_lot_core v0.9.12
17992026-06-10T21:52:55.289Z Compiling generic-array v0.14.7
18002026-06-10T21:52:55.292Z Compiling icu_normalizer_data v2.1.1
18012026-06-10T21:52:55.292Z Compiling icu_properties_data v2.1.2
18022026-06-10T21:52:55.357Z Compiling itoa v1.0.17
18032026-06-10T21:52:55.390Z Compiling getrandom v0.4.1
18042026-06-10T21:52:55.418Z Compiling log v0.4.29
18052026-06-10T21:52:55.479Z Compiling stable_deref_trait v1.2.1
18062026-06-10T21:52:55.483Z Compiling pkg-config v0.3.32
18072026-06-10T21:52:55.556Z Compiling subtle v2.6.1
18082026-06-10T21:52:55.694Z Compiling scopeguard v1.2.0
18092026-06-10T21:52:55.726Z Compiling jobserver v0.1.34
18102026-06-10T21:52:55.730Z Compiling getrandom v0.2.17
18112026-06-10T21:52:55.836Z Compiling errno v0.3.14
18122026-06-10T21:52:55.880Z Compiling lock_api v0.4.14
18132026-06-10T21:52:55.897Z Compiling rand_core v0.6.4
18142026-06-10T21:52:55.947Z Compiling litemap v0.8.1
18152026-06-10T21:52:55.969Z Compiling cc v1.2.56
18162026-06-10T21:52:56.012Z Compiling syn v2.0.117
18172026-06-10T21:52:56.030Z Compiling percent-encoding v2.3.2
18182026-06-10T21:52:56.047Z Compiling writeable v0.6.2
18192026-06-10T21:52:56.120Z Compiling fnv v1.0.7
18202026-06-10T21:52:56.150Z Compiling pin-project-lite v0.2.17
18212026-06-10T21:52:56.217Z Compiling thiserror v2.0.18
18222026-06-10T21:52:56.301Z Compiling getrandom v0.3.4
18232026-06-10T21:52:56.335Z Compiling dunce v1.0.5
18242026-06-10T21:52:56.350Z Compiling rand_core v0.10.0
18252026-06-10T21:52:56.365Z Compiling equivalent v1.0.2
18262026-06-10T21:52:56.383Z Compiling fs_extra v1.3.0
18272026-06-10T21:52:56.444Z Compiling schemars v0.8.22
18282026-06-10T21:52:56.458Z Compiling critical-section v1.2.0
18292026-06-10T21:52:56.504Z Compiling rustversion v1.0.22
18302026-06-10T21:52:56.545Z Compiling utf8_iter v1.0.4
18312026-06-10T21:52:56.564Z Compiling form_urlencoded v1.2.2
18322026-06-10T21:52:56.682Z Compiling rustix v1.1.3
18332026-06-10T21:52:56.697Z Compiling cmake v0.1.57
18342026-06-10T21:52:56.733Z Compiling signal-hook-registry v1.4.8
18352026-06-10T21:52:56.820Z Compiling hashbrown v0.17.0
18362026-06-10T21:52:56.861Z Compiling socket2 v0.6.3
18372026-06-10T21:52:56.876Z Compiling mio v1.2.0
18382026-06-10T21:52:56.900Z Compiling once_cell v1.21.3
18392026-06-10T21:52:57.065Z Compiling bitflags v2.11.0
18402026-06-10T21:52:57.129Z Compiling semver v1.0.28
18412026-06-10T21:52:57.188Z Compiling parking_lot v0.12.5
18422026-06-10T21:52:57.223Z Compiling const-oid v0.9.6
18432026-06-10T21:52:57.272Z Compiling ring v0.17.14
18442026-06-10T21:52:57.335Z Compiling aws-lc-sys v0.40.0
18452026-06-10T21:52:57.407Z Compiling indexmap v2.14.0
18462026-06-10T21:52:57.531Z Compiling aws-lc-rs v1.16.3
18472026-06-10T21:52:57.546Z Compiling futures-core v0.3.32
18482026-06-10T21:52:57.603Z Compiling httparse v1.10.1
18492026-06-10T21:52:57.711Z Compiling strsim v0.11.1
18502026-06-10T21:52:57.735Z Compiling thiserror v1.0.69
18512026-06-10T21:52:57.749Z Compiling vcpkg v0.2.15
18522026-06-10T21:52:57.833Z Compiling iana-time-zone v0.1.65
18532026-06-10T21:52:58.031Z Compiling ucd-trie v0.1.7
18542026-06-10T21:52:58.048Z Compiling byteorder v1.5.0
18552026-06-10T21:52:58.098Z Compiling syn v1.0.109
18562026-06-10T21:52:58.101Z Compiling ident_case v1.0.1
18572026-06-10T21:52:58.136Z Compiling regex-syntax v0.8.10
18582026-06-10T21:52:58.156Z Compiling heck v0.5.0
18592026-06-10T21:52:58.172Z Compiling uuid v1.23.0
18602026-06-10T21:52:58.190Z Compiling pest v2.8.6
18612026-06-10T21:52:58.229Z Compiling rustls v0.23.37
18622026-06-10T21:52:58.268Z Compiling cpufeatures v0.2.17
18632026-06-10T21:52:58.379Z Compiling openssl-sys v0.9.115
18642026-06-10T21:52:58.468Z Compiling futures-sink v0.3.32
18652026-06-10T21:52:58.524Z Compiling rustc_version v0.4.1
18662026-06-10T21:52:58.585Z Compiling futures-channel v0.3.32
18672026-06-10T21:52:58.660Z Compiling futures-io v0.3.32
18682026-06-10T21:52:58.738Z Compiling futures-task v0.3.32
18692026-06-10T21:52:58.794Z Compiling slab v0.4.12
18702026-06-10T21:52:58.872Z Compiling synstructure v0.13.2
18712026-06-10T21:52:58.887Z Compiling serde_derive_internals v0.29.1
18722026-06-10T21:52:58.923Z Compiling aho-corasick v1.1.4
18732026-06-10T21:52:58.939Z Compiling dyn-clone v1.0.20
18742026-06-10T21:52:59.161Z Compiling base64 v0.22.1
18752026-06-10T21:52:59.225Z Compiling openssl v0.10.79
18762026-06-10T21:52:59.266Z Compiling pest_meta v2.8.6
18772026-06-10T21:52:59.289Z Compiling crc32fast v1.5.0
18782026-06-10T21:52:59.364Z Compiling plain v0.2.3
18792026-06-10T21:52:59.400Z Compiling num-conv v0.2.0
18802026-06-10T21:52:59.495Z Compiling time-core v0.1.8
18812026-06-10T21:52:59.509Z Compiling crossbeam-utils v0.8.21
18822026-06-10T21:52:59.640Z Compiling pretty-hex v0.4.1
18832026-06-10T21:52:59.661Z Compiling native-tls v0.2.18
18842026-06-10T21:52:59.679Z Compiling time-macros v0.2.27
18852026-06-10T21:52:59.708Z Compiling anyhow v1.0.102
18862026-06-10T21:52:59.725Z Compiling base64ct v1.8.3
18872026-06-10T21:52:59.758Z Compiling regex-automata v0.4.14
18882026-06-10T21:52:59.784Z Compiling darling_core v0.21.3
18892026-06-10T21:52:59.879Z Compiling pest_generator v2.8.6
18902026-06-10T21:52:59.902Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-06-10T21:52:59.916Z Compiling tracing-core v0.1.36
18922026-06-10T21:53:00.027Z Compiling pem-rfc7468 v0.7.0
18932026-06-10T21:53:00.108Z Compiling serde_derive v1.0.228
18942026-06-10T21:53:00.271Z Compiling zeroize_derive v1.4.3
18952026-06-10T21:53:00.285Z Compiling zerofrom-derive v0.1.6
18962026-06-10T21:53:00.304Z Compiling yoke-derive v0.8.1
18972026-06-10T21:53:00.319Z Compiling zerovec-derive v0.11.2
18982026-06-10T21:53:00.353Z Compiling displaydoc v0.2.5
18992026-06-10T21:53:00.534Z Compiling zerocopy-derive v0.8.40
19002026-06-10T21:53:00.546Z Compiling tokio-macros v2.7.0
19012026-06-10T21:53:00.659Z Compiling futures-macro v0.3.32
19022026-06-10T21:53:00.894Z Compiling zeroize v1.8.2
19032026-06-10T21:53:01.041Z Compiling thiserror-impl v2.0.18
19042026-06-10T21:53:01.262Z Compiling schemars_derive v0.8.22
19052026-06-10T21:53:01.278Z Compiling tracing-attributes v0.1.31
19062026-06-10T21:53:01.372Z Compiling der_derive v0.7.3
19072026-06-10T21:53:01.417Z Compiling zerofrom v0.1.6
19082026-06-10T21:53:01.565Z Compiling yoke v0.8.1
19092026-06-10T21:53:01.709Z Compiling crypto-common v0.1.7
19102026-06-10T21:53:01.784Z Compiling zerovec v0.11.5
19112026-06-10T21:53:01.800Z Compiling zerotrie v0.2.3
19122026-06-10T21:53:01.885Z Compiling block-buffer v0.10.4
19132026-06-10T21:53:02.194Z Compiling digest v0.10.7
19142026-06-10T21:53:02.241Z Compiling thiserror-impl v1.0.69
19152026-06-10T21:53:02.284Z Compiling pest_derive v2.8.6
19162026-06-10T21:53:02.319Z Compiling tinystr v0.8.2
19172026-06-10T21:53:02.368Z Compiling potential_utf v0.1.4
19182026-06-10T21:53:02.396Z Compiling futures-util v0.3.32
19192026-06-10T21:53:02.486Z Compiling hmac v0.12.1
19202026-06-10T21:53:02.594Z Compiling icu_locale_core v2.1.1
19212026-06-10T21:53:02.610Z Compiling icu_collections v2.1.1
19222026-06-10T21:53:02.805Z Compiling block-padding v0.3.3
19232026-06-10T21:53:02.971Z Compiling inout v0.1.4
19242026-06-10T21:53:03.092Z Compiling rustls-pki-types v1.14.0
19252026-06-10T21:53:03.189Z Compiling openssl-macros v0.1.1
19262026-06-10T21:53:03.237Z Compiling bytes v1.11.1
19272026-06-10T21:53:03.304Z Compiling icu_provider v2.1.1
19282026-06-10T21:53:03.368Z Compiling chrono v0.4.44
19292026-06-10T21:53:03.470Z Compiling serde_tokenstream v0.2.3
19302026-06-10T21:53:03.558Z Compiling cipher v0.4.4
19312026-06-10T21:53:03.711Z Compiling icu_properties v2.1.2
19322026-06-10T21:53:03.741Z Compiling icu_normalizer v2.1.1
19332026-06-10T21:53:03.797Z Compiling tokio v1.52.1
19342026-06-10T21:53:04.174Z Compiling sha2 v0.10.9
19352026-06-10T21:53:04.559Z Compiling scroll_derive v0.12.1
19362026-06-10T21:53:04.667Z Compiling idna_adapter v1.2.1
19372026-06-10T21:53:04.819Z Compiling idna v1.1.0
19382026-06-10T21:53:04.957Z Compiling ppv-lite86 v0.2.21
19392026-06-10T21:53:05.011Z Compiling scroll_derive v0.13.1
19402026-06-10T21:53:05.124Z Compiling http v1.4.0
19412026-06-10T21:53:05.198Z Compiling url v2.5.8
19422026-06-10T21:53:05.263Z Compiling flagset v0.4.7
19432026-06-10T21:53:05.294Z Compiling untrusted v0.9.0
19442026-06-10T21:53:05.419Z Compiling der v0.7.10
19452026-06-10T21:53:05.451Z Compiling tracing v0.1.44
19462026-06-10T21:53:05.620Z Compiling regex v1.12.3
19472026-06-10T21:53:05.722Z Compiling darling_macro v0.21.3
19482026-06-10T21:53:05.869Z Compiling zerocopy-derive v0.7.35
19492026-06-10T21:53:06.047Z Compiling rand_core v0.9.5
19502026-06-10T21:53:06.129Z Compiling slog v2.8.2
19512026-06-10T21:53:06.659Z Compiling spki v0.7.3
19522026-06-10T21:53:06.705Z Compiling darling v0.21.3
19532026-06-10T21:53:06.846Z Compiling salsa20 v0.10.2
19542026-06-10T21:53:06.854Z Compiling pbkdf2 v0.12.2
19552026-06-10T21:53:07.128Z Compiling cookie v0.18.1
19562026-06-10T21:53:07.297Z Compiling camino v1.2.2
19572026-06-10T21:53:07.609Z Compiling tokio-util v0.7.18
19582026-06-10T21:53:07.646Z Compiling scrypt v0.11.0
19592026-06-10T21:53:07.649Z Compiling rand_chacha v0.9.0
19602026-06-10T21:53:07.662Z Compiling http-body v1.0.1
19612026-06-10T21:53:07.734Z Compiling aes v0.8.4
19622026-06-10T21:53:07.783Z Compiling cbc v0.1.2
19632026-06-10T21:53:07.937Z Compiling usdt-impl v0.5.0
19642026-06-10T21:53:07.941Z Compiling ref-cast v1.0.25
19652026-06-10T21:53:08.034Z Compiling tinyvec_macros v0.1.1
19662026-06-10T21:53:08.093Z Compiling untrusted v0.7.1
19672026-06-10T21:53:08.133Z Compiling openssl-probe v0.2.1
19682026-06-10T21:53:08.179Z Compiling usdt-impl v0.6.0
19692026-06-10T21:53:08.229Z Compiling winnow v0.7.14
19702026-06-10T21:53:08.246Z Compiling paste v1.0.15
19712026-06-10T21:53:08.266Z Compiling either v1.15.0
19722026-06-10T21:53:08.319Z Compiling unicode-segmentation v1.12.0
19732026-06-10T21:53:08.381Z Compiling atomic-waker v1.1.2
19742026-06-10T21:53:08.421Z Compiling fastrand v2.3.0
19752026-06-10T21:53:08.511Z Compiling pkcs5 v0.7.1
19762026-06-10T21:53:08.547Z Compiling tinyvec v1.10.0
19772026-06-10T21:53:08.720Z Compiling rand v0.9.2
19782026-06-10T21:53:08.933Z Compiling scroll v0.13.0
19792026-06-10T21:53:08.951Z Compiling scroll v0.12.0
19802026-06-10T21:53:08.980Z Compiling serde_spanned v0.6.9
19812026-06-10T21:53:09.023Z Compiling toml_datetime v0.6.11
19822026-06-10T21:53:09.121Z Compiling async-trait v0.1.89
19832026-06-10T21:53:09.145Z Compiling heapless v0.7.17
19842026-06-10T21:53:09.243Z Compiling bzip2-sys v0.1.13+1.0.8
19852026-06-10T21:53:09.293Z Compiling tower-service v0.3.3
19862026-06-10T21:53:09.438Z Compiling tower-layer v0.3.3
19872026-06-10T21:53:09.490Z Compiling try-lock v0.2.5
19882026-06-10T21:53:09.578Z Compiling zstd-safe v7.2.4
19892026-06-10T21:53:09.621Z Compiling rustix v0.38.44
19902026-06-10T21:53:09.660Z Compiling signal-hook v0.3.18
19912026-06-10T21:53:09.752Z Compiling want v0.3.1
19922026-06-10T21:53:09.812Z Compiling toml_parser v1.0.9+spec-1.1.0
19932026-06-10T21:53:09.866Z Compiling h2 v0.4.13
19942026-06-10T21:53:09.957Z Compiling goblin v0.8.2
19952026-06-10T21:53:09.980Z Compiling goblin v0.10.5
19962026-06-10T21:53:09.986Z Compiling pkcs8 v0.10.2
19972026-06-10T21:53:10.032Z Compiling heck v0.4.1
19982026-06-10T21:53:10.218Z Compiling zerocopy v0.7.35
19992026-06-10T21:53:10.255Z Compiling ipnet v2.11.0
20002026-06-10T21:53:10.393Z Compiling ref-cast-impl v1.0.25
20012026-06-10T21:53:10.607Z Compiling darling_core v0.20.11
20022026-06-10T21:53:10.719Z Compiling curve25519-dalek v4.1.3
20032026-06-10T21:53:10.771Z Compiling memoffset v0.9.1
20042026-06-10T21:53:10.954Z Compiling httpdate v1.0.3
20052026-06-10T21:53:11.154Z Compiling litrs v1.0.0
20062026-06-10T21:53:11.273Z Compiling winnow v0.5.40
20072026-06-10T21:53:11.375Z Compiling pin-utils v0.1.0
20082026-06-10T21:53:11.559Z Compiling foreign-types-shared v0.1.1
20092026-06-10T21:53:11.643Z Compiling utf8parse v0.2.2
20102026-06-10T21:53:11.667Z Compiling document-features v0.2.12
20112026-06-10T21:53:11.773Z Compiling foreign-types v0.3.2
20122026-06-10T21:53:11.790Z Compiling tempfile v3.25.0
20132026-06-10T21:53:12.171Z Compiling dof v0.3.0
20142026-06-10T21:53:12.201Z Compiling unicode-normalization v0.1.25
20152026-06-10T21:53:12.535Z Compiling dtrace-parser v0.2.0
20162026-06-10T21:53:12.587Z Compiling darling_macro v0.20.11
20172026-06-10T21:53:12.701Z Compiling toml_edit v0.19.15
20182026-06-10T21:53:12.719Z Compiling dof v0.4.0
20192026-06-10T21:53:12.934Z Compiling hyper v1.8.1
20202026-06-10T21:53:13.088Z Compiling dtrace-parser v0.3.0
20212026-06-10T21:53:13.158Z Compiling pin-project-internal v1.1.11
20222026-06-10T21:53:13.270Z Compiling daft-derive v0.1.7
20232026-06-10T21:53:13.321Z Compiling spin v0.9.8
20242026-06-10T21:53:13.358Z Compiling thread-id v4.2.2
20252026-06-10T21:53:13.564Z Compiling thread-id v5.1.0
20262026-06-10T21:53:13.592Z Compiling powerfmt v0.2.0
20272026-06-10T21:53:13.613Z Compiling anstyle v1.0.14
20282026-06-10T21:53:13.670Z Compiling cfg_aliases v0.2.1
20292026-06-10T21:53:13.767Z Compiling num-bigint-dig v0.8.6
20302026-06-10T21:53:13.788Z Compiling smoltcp v0.9.1
20312026-06-10T21:53:13.805Z Compiling nix v0.31.2
20322026-06-10T21:53:13.828Z Compiling deranged v0.5.8
20332026-06-10T21:53:14.124Z Compiling hyper-util v0.1.20
20342026-06-10T21:53:14.212Z Compiling darling v0.20.11
20352026-06-10T21:53:14.374Z Compiling rustls-native-certs v0.8.3
20362026-06-10T21:53:14.444Z Compiling ipnetwork v0.21.1
20372026-06-10T21:53:14.647Z Compiling curve25519-dalek-derive v0.1.1
20382026-06-10T21:53:14.707Z Compiling strum_macros v0.26.4
20392026-06-10T21:53:15.067Z Compiling sync_wrapper v1.0.2
20402026-06-10T21:53:15.100Z Compiling wait-timeout v0.2.1
20412026-06-10T21:53:15.215Z Compiling colorchoice v1.0.4
20422026-06-10T21:53:15.274Z Compiling is_terminal_polyfill v1.70.2
20432026-06-10T21:53:15.363Z Compiling simd-adler32 v0.3.8
20442026-06-10T21:53:15.390Z Compiling num_threads v0.1.7
20452026-06-10T21:53:15.516Z Compiling siphasher v1.0.2
20462026-06-10T21:53:15.631Z Compiling quick-error v1.2.3
20472026-06-10T21:53:15.650Z Compiling bit-vec v0.8.0
20482026-06-10T21:53:15.702Z Compiling anstyle-query v1.1.5
20492026-06-10T21:53:15.762Z Compiling rusty-fork v0.3.1
20502026-06-10T21:53:15.829Z Compiling time v0.3.47
20512026-06-10T21:53:15.899Z Compiling bit-set v0.8.0
20522026-06-10T21:53:16.071Z Compiling tower v0.5.3
20532026-06-10T21:53:16.224Z Compiling derive_builder_core v0.20.2
20542026-06-10T21:53:16.290Z Compiling snafu-derive v0.8.9
20552026-06-10T21:53:16.885Z Compiling http-body-util v0.1.3
20562026-06-10T21:53:17.009Z Compiling webpki-roots v1.0.6
20572026-06-10T21:53:17.052Z Compiling rand_xorshift v0.4.0
20582026-06-10T21:53:17.115Z Compiling signature v2.2.0
20592026-06-10T21:53:17.169Z Compiling hubpack_derive v0.1.1
20602026-06-10T21:53:17.191Z Compiling strum_macros v0.27.2
20612026-06-10T21:53:17.293Z Compiling ahash v0.8.12
20622026-06-10T21:53:17.298Z Compiling fs-err v3.3.0
20632026-06-10T21:53:17.486Z Compiling encoding_rs v0.8.35
20642026-06-10T21:53:17.513Z Compiling unarray v0.1.4
20652026-06-10T21:53:17.544Z Compiling unicode-properties v0.1.4
20662026-06-10T21:53:17.562Z Compiling adler2 v2.0.1
20672026-06-10T21:53:17.591Z Compiling object v0.37.3
20682026-06-10T21:53:17.667Z Compiling ryu v1.0.23
20692026-06-10T21:53:17.670Z Compiling mime v0.3.17
20702026-06-10T21:53:17.718Z Compiling iri-string v0.7.10
20712026-06-10T21:53:17.743Z Compiling unicode-bidi v0.3.18
20722026-06-10T21:53:17.883Z Compiling allocator-api2 v0.2.21
20732026-06-10T21:53:17.967Z Compiling serde_urlencoded v0.7.1
20742026-06-10T21:53:18.090Z Compiling stringprep v0.1.5
20752026-06-10T21:53:18.233Z Compiling miniz_oxide v0.8.9
20762026-06-10T21:53:18.249Z Compiling proptest v1.10.0
20772026-06-10T21:53:18.498Z Compiling derive_builder_macro v0.20.2
20782026-06-10T21:53:18.677Z Compiling tokio-native-tls v0.3.1
20792026-06-10T21:53:18.794Z Compiling usdt-attr-macro v0.6.0
20802026-06-10T21:53:18.809Z Compiling usdt-macro v0.6.0
20812026-06-10T21:53:18.878Z Compiling tower-http v0.6.8
20822026-06-10T21:53:19.042Z Compiling anstyle-parse v1.0.0
20832026-06-10T21:53:19.292Z Compiling rand_chacha v0.3.1
20842026-06-10T21:53:19.321Z Compiling erased-serde v0.3.31
20852026-06-10T21:53:19.375Z Compiling md-5 v0.10.6
20862026-06-10T21:53:19.433Z Compiling bstr v1.12.1
20872026-06-10T21:53:19.547Z Compiling num-integer v0.1.46
20882026-06-10T21:53:19.582Z Compiling hash32 v0.2.1
20892026-06-10T21:53:19.644Z Compiling vergen-lib v9.1.0
20902026-06-10T21:53:19.678Z Compiling ff v0.13.1
20912026-06-10T21:53:19.839Z Compiling fallible-iterator v0.2.0
20922026-06-10T21:53:19.864Z Compiling psl-types v2.0.11
20932026-06-10T21:53:19.890Z Compiling base16ct v0.2.0
20942026-06-10T21:53:19.945Z Compiling zlib-rs v0.6.2
20952026-06-10T21:53:19.975Z Compiling publicsuffix v2.3.0
20962026-06-10T21:53:20.042Z Compiling sec1 v0.7.3
20972026-06-10T21:53:20.093Z Compiling group v0.13.0
20982026-06-10T21:53:20.121Z Compiling num-iter v0.1.45
20992026-06-10T21:53:20.136Z Compiling postgres-protocol v0.6.10
21002026-06-10T21:53:20.266Z Compiling newtype-uuid v1.3.2
21012026-06-10T21:53:20.581Z Compiling rand v0.8.6
21022026-06-10T21:53:20.863Z Compiling oxnet v0.1.5
21032026-06-10T21:53:21.096Z Compiling anstream v1.0.0
21042026-06-10T21:53:21.140Z Compiling derive_builder v0.20.2
21052026-06-10T21:53:21.182Z Compiling hyper-tls v0.6.0
21062026-06-10T21:53:21.287Z Compiling phf_shared v0.13.1
21072026-06-10T21:53:21.384Z Compiling pin-project v1.1.11
21082026-06-10T21:53:21.432Z Compiling lazy_static v1.5.0
21092026-06-10T21:53:21.462Z Compiling anstyle-parse v0.2.7
21102026-06-10T21:53:21.590Z Compiling terminal_size v0.4.3
21112026-06-10T21:53:21.615Z Compiling serde_with_macros v3.17.0
21122026-06-10T21:53:21.641Z Compiling futures-executor v0.3.32
21132026-06-10T21:53:21.657Z Compiling hex v0.4.3
21142026-06-10T21:53:21.868Z Compiling hkdf v0.12.4
21152026-06-10T21:53:21.895Z Compiling crypto-bigint v0.5.5
21162026-06-10T21:53:21.936Z Compiling serde_repr v0.1.20
21172026-06-10T21:53:21.955Z Compiling async-recursion v1.1.1
21182026-06-10T21:53:21.995Z Compiling flate2 v1.1.9
21192026-06-10T21:53:22.038Z Compiling enum-as-inner v0.6.1
21202026-06-10T21:53:22.105Z Compiling clap_derive v4.6.1
21212026-06-10T21:53:22.259Z Compiling vergen v9.1.0
21222026-06-10T21:53:22.275Z Compiling cargo-platform v0.3.2
21232026-06-10T21:53:22.520Z Compiling clap_lex v1.0.0
21242026-06-10T21:53:22.577Z Compiling foldhash v0.1.5
21252026-06-10T21:53:22.594Z Compiling foldhash v0.2.0
21262026-06-10T21:53:22.611Z Compiling libbz2-rs-sys v0.2.2
21272026-06-10T21:53:22.628Z Compiling managed v0.8.0
21282026-06-10T21:53:22.707Z Compiling same-file v1.0.6
21292026-06-10T21:53:22.776Z Compiling bitflags v1.3.2
21302026-06-10T21:53:22.864Z Compiling bumpalo v3.20.2
21312026-06-10T21:53:22.881Z Compiling elliptic-curve v0.13.8
21322026-06-10T21:53:22.915Z Compiling walkdir v2.5.0
21332026-06-10T21:53:22.984Z Compiling hashbrown v0.16.1
21342026-06-10T21:53:23.002Z Compiling hashbrown v0.15.5
21352026-06-10T21:53:23.035Z Compiling bzip2 v0.6.1
21362026-06-10T21:53:23.131Z Compiling zopfli v0.8.3
21372026-06-10T21:53:23.223Z Compiling clap_builder v4.6.0
21382026-06-10T21:53:23.448Z Compiling cargo_metadata v0.23.1
21392026-06-10T21:53:23.586Z Compiling futures v0.3.32
21402026-06-10T21:53:23.687Z Compiling zstd v0.13.3
21412026-06-10T21:53:23.859Z Compiling anstream v0.6.21
21422026-06-10T21:53:23.962Z Compiling phf v0.13.1
21432026-06-10T21:53:24.045Z Compiling snafu v0.8.9
21442026-06-10T21:53:24.125Z Compiling signal-hook-mio v0.2.5
21452026-06-10T21:53:24.163Z Compiling daft v0.1.7
21462026-06-10T21:53:24.268Z Compiling cookie_store v0.22.1
21472026-06-10T21:53:24.391Z Compiling postgres-types v0.2.12
21482026-06-10T21:53:24.481Z Compiling bzip2 v0.4.4
21492026-06-10T21:53:24.481Z Compiling globset v0.4.18
21502026-06-10T21:53:24.691Z Compiling strum v0.27.2
21512026-06-10T21:53:24.827Z Compiling hubpack v0.1.2
21522026-06-10T21:53:24.882Z Compiling ed25519 v2.2.3
21532026-06-10T21:53:24.922Z Compiling phf_shared v0.11.3
21542026-06-10T21:53:25.002Z Compiling crossbeam-epoch v0.9.18
21552026-06-10T21:53:25.055Z Compiling olpc-cjson v0.1.4
21562026-06-10T21:53:25.071Z Compiling pkcs1 v0.7.5
21572026-06-10T21:53:25.131Z Compiling pem v3.0.6
21582026-06-10T21:53:25.279Z Compiling serde_plain v1.0.2
21592026-06-10T21:53:25.312Z Compiling serde-big-array v0.5.1
21602026-06-10T21:53:25.432Z Compiling rfc6979 v0.4.0
21612026-06-10T21:53:25.466Z Compiling float-cmp v0.10.0
21622026-06-10T21:53:25.484Z Compiling memmap2 v0.9.10
21632026-06-10T21:53:25.487Z Compiling env_filter v1.0.0
21642026-06-10T21:53:25.487Z Compiling typed-path v0.9.3
21652026-06-10T21:53:25.531Z Compiling data-encoding v2.10.0
21662026-06-10T21:53:25.535Z Compiling static_assertions v1.1.0
21672026-06-10T21:53:25.567Z Compiling whoami v2.1.0
21682026-06-10T21:53:25.585Z Compiling toml_write v0.1.2
21692026-06-10T21:53:25.647Z Compiling predicates-core v1.0.10
21702026-06-10T21:53:25.716Z Compiling fixedbitset v0.5.7
21712026-06-10T21:53:25.753Z Compiling normalize-line-endings v0.3.0
21722026-06-10T21:53:25.771Z Compiling jiff v0.2.21
21732026-06-10T21:53:25.786Z Compiling new_debug_unreachable v1.0.6
21742026-06-10T21:53:25.804Z Compiling fixedbitset v0.4.2
21752026-06-10T21:53:25.826Z Compiling precomputed-hash v0.1.1
21762026-06-10T21:53:25.863Z Compiling keccak v0.1.6
21772026-06-10T21:53:25.907Z Compiling difflib v0.4.0
21782026-06-10T21:53:26.009Z Compiling petgraph v0.6.5
21792026-06-10T21:53:26.024Z Compiling sha3 v0.10.8
21802026-06-10T21:53:26.080Z Compiling petgraph v0.8.3
21812026-06-10T21:53:26.095Z Compiling string_cache v0.8.9
21822026-06-10T21:53:26.168Z Compiling predicates v3.1.4
21832026-06-10T21:53:26.184Z Compiling hickory-proto v0.25.2
21842026-06-10T21:53:26.314Z Compiling tokio-postgres v0.7.16
21852026-06-10T21:53:26.333Z Compiling toml_edit v0.22.27
21862026-06-10T21:53:26.697Z Compiling env_logger v0.11.9
21872026-06-10T21:53:26.753Z Compiling usdt v0.6.0
21882026-06-10T21:53:26.918Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-06-10T21:53:26.984Z Compiling ecdsa v0.16.9
21902026-06-10T21:53:27.039Z Compiling rsa v0.9.10
21912026-06-10T21:53:27.441Z Compiling ed25519-dalek v2.2.0
21922026-06-10T21:53:27.983Z Compiling clap v4.6.1
21932026-06-10T21:53:28.008Z Compiling zip v0.6.6
21942026-06-10T21:53:28.038Z Compiling crossterm v0.28.1
21952026-06-10T21:53:28.089Z Compiling iddqd v0.4.2
21962026-06-10T21:53:28.439Z Compiling zip v4.6.1
21972026-06-10T21:53:28.932Z Compiling serde_with v3.17.0
21982026-06-10T21:53:29.038Z Compiling similar v2.7.0
21992026-06-10T21:53:29.096Z Compiling strum v0.26.3
22002026-06-10T21:53:29.234Z Compiling toml v0.7.8
22012026-06-10T21:53:29.261Z Compiling itertools v0.13.0
22022026-06-10T21:53:29.319Z Compiling tokio-stream v0.1.18
22032026-06-10T21:53:29.459Z Compiling buf-list v1.1.2
22042026-06-10T21:53:29.614Z Compiling x509-cert v0.2.5
22052026-06-10T21:53:29.815Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22062026-06-10T21:53:29.831Z Compiling openapiv3 v2.2.0
22072026-06-10T21:53:30.107Z Compiling sha1 v0.10.6
22082026-06-10T21:53:30.372Z Compiling peg-runtime v0.8.5
22092026-06-10T21:53:30.577Z Compiling lalrpop-util v0.19.12
22102026-06-10T21:53:45.217Z Compiling rustls-webpki v0.103.9
22112026-06-10T21:53:47.048Z Compiling macaddr v1.0.1
22122026-06-10T21:53:47.106Z Compiling structmeta-derive v0.3.0
22132026-06-10T21:53:47.191Z Compiling rayon-core v1.13.0
22142026-06-10T21:53:47.310Z Compiling crucible-workspace-hack v0.1.0
22152026-06-10T21:53:47.348Z Compiling itertools v0.14.0
22162026-06-10T21:53:47.468Z Compiling secrecy v0.10.3
22172026-06-10T21:53:47.534Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-06-10T21:53:47.550Z Compiling rustls v0.22.4
22192026-06-10T21:53:47.589Z Compiling heapless v0.8.0
22202026-06-10T21:53:47.660Z Compiling toml_datetime v0.7.5+spec-1.1.0
22212026-06-10T21:53:47.812Z Compiling crossbeam-deque v0.8.6
22222026-06-10T21:53:47.820Z Compiling rustls-webpki v0.102.8
22232026-06-10T21:53:47.832Z Compiling hash32 v0.3.1
22242026-06-10T21:53:47.933Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-06-10T21:53:47.951Z Compiling multer v3.1.0
22262026-06-10T21:53:47.978Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22272026-06-10T21:53:48.029Z Compiling thread_local v1.1.9
22282026-06-10T21:53:48.045Z Compiling compression-core v0.4.31
22292026-06-10T21:53:48.089Z Compiling slog-async v2.8.0
22302026-06-10T21:53:48.111Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-06-10T21:53:48.149Z Compiling unicode-width v0.2.0
22322026-06-10T21:53:48.166Z Compiling structmeta v0.3.0
22332026-06-10T21:53:48.180Z Compiling match_cfg v0.1.0
22342026-06-10T21:53:48.249Z Compiling smoltcp v0.11.0
22352026-06-10T21:53:48.367Z Compiling hostname v0.3.1
22362026-06-10T21:53:48.398Z Compiling derive-ex v0.1.8
22372026-06-10T21:53:48.441Z Compiling compression-codecs v0.4.37
22382026-06-10T21:53:48.553Z Compiling proc-macro-crate v3.4.0
22392026-06-10T21:53:48.606Z Compiling atomicwrites v0.4.4
22402026-06-10T21:53:48.660Z Compiling ingot-macros v0.1.1
22412026-06-10T21:53:48.833Z Compiling slog-json v2.6.1
22422026-06-10T21:53:48.886Z Compiling crossbeam-channel v0.5.15
22432026-06-10T21:53:48.919Z Compiling tokio-rustls v0.26.4
22442026-06-10T21:53:48.965Z Compiling rustls-platform-verifier v0.6.2
22452026-06-10T21:53:49.005Z Compiling half v2.7.1
22462026-06-10T21:53:49.112Z Compiling newtype-uuid-macros v0.1.0
22472026-06-10T21:53:49.197Z Compiling hyper-rustls v0.27.7
22482026-06-10T21:53:49.213Z Compiling cobs v0.3.0
22492026-06-10T21:53:49.381Z Compiling thiserror-impl-no-std v2.0.2
22502026-06-10T21:53:49.530Z Compiling reqwest v0.12.28
22512026-06-10T21:53:49.533Z Compiling reqwest v0.13.2
22522026-06-10T21:53:49.598Z Compiling universal-hash v0.5.1
22532026-06-10T21:53:49.639Z Compiling async-stream-impl v0.3.6
22542026-06-10T21:53:49.770Z Compiling serde_spanned v1.0.4
22552026-06-10T21:53:49.863Z Compiling toml_datetime v1.0.0+spec-1.1.0
22562026-06-10T21:53:49.931Z Compiling is-terminal v0.4.17
22572026-06-10T21:53:49.960Z Compiling dropshot v0.17.0
22582026-06-10T21:53:49.995Z Compiling proc-macro-error-attr v1.0.4
22592026-06-10T21:53:50.049Z Compiling ciborium-io v0.2.2
22602026-06-10T21:53:50.179Z Compiling toml_writer v1.0.6+spec-1.1.0
22612026-06-10T21:53:50.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22622026-06-10T21:53:50.224Z Compiling convert_case v0.4.0
22632026-06-10T21:53:50.239Z Compiling term v1.2.1
22642026-06-10T21:53:50.312Z Compiling opaque-debug v0.3.1
22652026-06-10T21:53:50.408Z Compiling take_mut v0.2.2
22662026-06-10T21:53:50.442Z Compiling thiserror-no-std v2.0.2
22672026-06-10T21:53:50.446Z Compiling poly1305 v0.8.0
22682026-06-10T21:53:50.473Z Compiling toml v1.0.6+spec-1.1.0
22692026-06-10T21:53:50.477Z Compiling tokio-rustls v0.25.0
22702026-06-10T21:53:50.555Z Compiling slog-term v2.9.2
22712026-06-10T21:53:50.572Z Compiling derive_more v0.99.20
22722026-06-10T21:53:50.607Z Compiling async-stream v0.3.6
22732026-06-10T21:53:50.844Z Compiling ciborium-ll v0.2.2
22742026-06-10T21:53:50.899Z Compiling test-strategy v0.4.5
22752026-06-10T21:53:51.099Z Compiling tough v0.22.0
22762026-06-10T21:53:51.138Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22772026-06-10T21:53:51.273Z Compiling ingot-types v0.1.2
22782026-06-10T21:53:51.743Z Compiling ingot v0.1.1
22792026-06-10T21:53:51.806Z Compiling postcard v1.1.3
22802026-06-10T21:53:51.850Z Compiling slog-bunyan v2.5.0
22812026-06-10T21:53:51.975Z Compiling num_enum_derive v0.7.6
22822026-06-10T21:53:52.058Z Compiling async-compression v0.4.41
22832026-06-10T21:53:52.218Z Compiling parse-display-derive v0.10.0
22842026-06-10T21:53:52.559Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22852026-06-10T21:53:52.751Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22862026-06-10T21:53:52.850Z Compiling proc-macro-crate v1.3.1
22872026-06-10T21:53:52.913Z Compiling backon v1.6.0
22882026-06-10T21:53:52.917Z Compiling waitgroup v0.1.2
22892026-06-10T21:53:52.962Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22902026-06-10T21:53:53.015Z Compiling password-hash v0.5.0
22912026-06-10T21:53:53.117Z Compiling chacha20 v0.9.1
22922026-06-10T21:53:53.199Z Compiling dropshot_endpoint v0.17.0
22932026-06-10T21:53:53.216Z Compiling rustls-pemfile v2.2.0
22942026-06-10T21:53:53.399Z Compiling blake2 v0.10.6
22952026-06-10T21:53:53.429Z Compiling aead v0.5.2
22962026-06-10T21:53:53.522Z Compiling foreign-types-macros v0.2.3
22972026-06-10T21:53:53.648Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22982026-06-10T21:53:53.770Z Compiling serde_path_to_error v0.1.20
22992026-06-10T21:53:53.989Z Compiling hostname v0.4.2
23002026-06-10T21:53:54.027Z Compiling proc-macro-error v1.0.4
23012026-06-10T21:53:54.060Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23022026-06-10T21:53:54.077Z Compiling instant v0.1.13
23032026-06-10T21:53:54.095Z Compiling foreign-types-shared v0.3.1
23042026-06-10T21:53:54.115Z Compiling typeid v1.0.3
23052026-06-10T21:53:54.224Z Compiling cpufeatures v0.3.0
23062026-06-10T21:53:54.240Z Compiling debug-ignore v1.0.5
23072026-06-10T21:53:54.269Z Compiling foreign-types v0.5.0
23082026-06-10T21:53:54.318Z Compiling chacha20 v0.10.0
23092026-06-10T21:53:54.340Z Compiling backoff v0.4.0
23102026-06-10T21:53:54.358Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23112026-06-10T21:53:54.381Z Compiling parse-display v0.10.0
23122026-06-10T21:53:54.381Z Compiling argon2 v0.5.3
23132026-06-10T21:53:54.410Z Compiling chacha20poly1305 v0.10.1
23142026-06-10T21:53:54.489Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23152026-06-10T21:53:54.508Z Compiling num_enum_derive v0.5.11
23162026-06-10T21:53:54.585Z Compiling num_enum v0.7.6
23172026-06-10T21:53:54.603Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23182026-06-10T21:53:54.672Z Compiling ciborium v0.2.2
23192026-06-10T21:53:54.696Z Compiling vsss-rs v3.3.4
23202026-06-10T21:53:54.731Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-06-10T21:53:54.890Z Compiling tabwriter v1.4.1
23222026-06-10T21:53:55.079Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-06-10T21:53:55.200Z Compiling regress v0.10.5
23242026-06-10T21:53:55.302Z Compiling byte-wrapper v0.1.0
23252026-06-10T21:53:55.392Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23262026-06-10T21:53:55.410Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-06-10T21:53:55.460Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23282026-06-10T21:53:55.496Z Compiling cstr-argument v0.1.2
23292026-06-10T21:53:55.513Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23302026-06-10T21:53:55.690Z Compiling erased-serde v0.4.9
23312026-06-10T21:53:55.733Z Compiling humantime v2.3.0
23322026-06-10T21:53:55.871Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-06-10T21:53:56.043Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23342026-06-10T21:53:56.063Z Compiling num_enum v0.5.11
23352026-06-10T21:53:56.097Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-06-10T21:53:56.174Z Compiling rand v0.10.0
23372026-06-10T21:53:56.220Z Compiling rayon v1.11.0
23382026-06-10T21:53:56.239Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-06-10T21:53:56.239Z Compiling colored v3.1.1
23402026-06-10T21:53:56.359Z Compiling indent_write v2.2.0
23412026-06-10T21:53:56.375Z Compiling libefi-sys v0.1.0
23422026-06-10T21:53:56.393Z Compiling zone_cfg_derive v0.3.1
23432026-06-10T21:53:56.486Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23442026-06-10T21:53:56.613Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23452026-06-10T21:53:56.630Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23462026-06-10T21:53:56.644Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23472026-06-10T21:53:56.824Z Compiling camino-tempfile v1.4.1
23482026-06-10T21:53:56.885Z Compiling itertools v0.12.1
23492026-06-10T21:53:56.964Z Compiling usdt-attr-macro v0.5.0
23502026-06-10T21:53:56.981Z Compiling usdt-macro v0.5.0
23512026-06-10T21:53:57.023Z Compiling bitfield-struct v0.6.2
23522026-06-10T21:53:57.149Z Compiling num-derive v0.4.2
23532026-06-10T21:53:57.190Z Compiling blake3 v1.8.3
23542026-06-10T21:53:57.238Z Compiling ordered-float v2.10.1
23552026-06-10T21:53:57.585Z Compiling sigpipe v0.1.3
23562026-06-10T21:53:57.601Z Compiling memmap v0.7.0
23572026-06-10T21:53:57.670Z Compiling swrite v0.1.0
23582026-06-10T21:53:57.707Z Compiling glob v0.3.3
23592026-06-10T21:53:57.727Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23602026-06-10T21:53:57.743Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-06-10T21:53:57.803Z Compiling usdt v0.5.0
23622026-06-10T21:53:57.974Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23632026-06-10T21:53:58.087Z Compiling serde-value v0.7.0
23642026-06-10T21:53:58.105Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23652026-06-10T21:53:58.380Z Compiling zone v0.3.1
23662026-06-10T21:53:58.397Z Compiling serde-untagged v0.1.9
23672026-06-10T21:53:58.467Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23682026-06-10T21:53:58.669Z Compiling toml v0.8.23
23692026-06-10T21:53:58.715Z Compiling smf v0.2.3
23702026-06-10T21:53:58.792Z Compiling filetime v0.2.27
23712026-06-10T21:53:58.812Z Compiling constant_time_eq v0.4.2
23722026-06-10T21:53:58.829Z Compiling xattr v1.6.1
23732026-06-10T21:53:58.831Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23742026-06-10T21:53:58.864Z Compiling whoami v1.6.1
23752026-06-10T21:53:58.948Z Compiling unicode-xid v0.2.6
23762026-06-10T21:53:59.032Z Compiling arrayvec v0.7.6
23772026-06-10T21:53:59.048Z Compiling arrayref v0.3.9
23782026-06-10T21:53:59.051Z Compiling tar v0.4.45
23792026-06-10T21:53:59.083Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-06-10T21:53:59.122Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23812026-06-10T21:53:59.158Z Compiling cargo-util-schemas v0.8.2
23822026-06-10T21:53:59.327Z Compiling tokio-dtrace v0.1.1
23832026-06-10T21:53:59.451Z Compiling console v0.16.2
23842026-06-10T21:53:59.674Z Compiling gethostname v0.5.0
23852026-06-10T21:53:59.769Z Compiling cargo-platform v0.2.0
23862026-06-10T21:53:59.827Z Compiling topological-sort v0.2.2
23872026-06-10T21:53:59.873Z Compiling unit-prefix v0.5.2
23882026-06-10T21:53:59.954Z Compiling oxide-tokio-rt v0.1.4
23892026-06-10T21:53:59.971Z Compiling shell-words v1.1.1
23902026-06-10T21:54:00.028Z Compiling indicatif v0.18.4
23912026-06-10T21:54:00.062Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23922026-06-10T21:54:00.344Z Compiling cargo_metadata v0.21.0
23932026-06-10T21:54:09.556Z Compiling progenitor-client v0.10.0
23942026-06-10T21:54:09.556Z Compiling omicron-zone-package v0.12.2
23952026-06-10T21:54:09.627Z Compiling progenitor-client v0.14.0
23962026-06-10T21:54:10.070Z Compiling progenitor-extras v0.2.0
23972026-06-10T21:54:12.223Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23982026-06-10T21:54:12.393Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23992026-06-10T21:54:12.396Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24002026-06-10T21:54:12.484Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24012026-06-10T21:54:12.540Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24022026-06-10T21:54:12.611Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-06-10T21:54:12.624Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24042026-06-10T21:54:12.649Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24052026-06-10T21:54:12.698Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24062026-06-10T21:54:16.634Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24072026-06-10T21:54:24.414Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24082026-06-10T21:54:27.503Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24092026-06-10T21:54:28.508Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24102026-06-10T21:54:38.178Z Finished `release` profile [optimized] target(s) in 1m 44s
24112026-06-10T21:54:38.330Z Running `target/release/omicron-package -t test target create -p dev`
24122026-06-10T21:54:38.395ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-10T21:54:38.398ZCreated new build target 'test' and set it as active
24142026-06-10T21:54:38.402Z
24152026-06-10T21:54:38.402Zreal 1:44.730696161
24162026-06-10T21:54:38.402Zuser 17:01.785675616
24172026-06-10T21:54:38.402Zsys 2:42.273757307
24182026-06-10T21:54:38.402Ztrap 0.443543722
24192026-06-10T21:54:38.402Ztflt 2.986083955
24202026-06-10T21:54:38.402Zdflt 4.132083630
24212026-06-10T21:54:38.402Zkflt 0.000653200
24222026-06-10T21:54:38.402Zlock 53:10.183260402
24232026-06-10T21:54:38.402Zslp 43:37.394581620
24242026-06-10T21:54:38.402Zlat 43.297016244
24252026-06-10T21:54:38.402Zstop 5:33.001517330
24262026-06-10T21:54:38.402Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24272026-06-10T21:54:39.295Z Finished `release` profile [optimized] target(s) in 0.87s
24282026-06-10T21:54:39.350Z Running `target/release/omicron-package -t test package`
24292026-06-10T21:54:39.409ZLogging to: /work/oxidecomputer/omicron/out/LOG
24302026-06-10T21:54:40.833Z Compiling heck v0.5.0
24312026-06-10T21:54:40.836Z Compiling regress v0.11.1
24322026-06-10T21:54:41.052Z Compiling unsafe-libyaml v0.2.11
24332026-06-10T21:54:41.090Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24342026-06-10T21:54:41.111Z Compiling atomicwrites v0.4.4
24352026-06-10T21:54:41.139Z Compiling regress v0.10.5
24362026-06-10T21:54:41.161Z Compiling is-terminal v0.4.17
24372026-06-10T21:54:41.183Z Compiling unicode-width v0.1.14
24382026-06-10T21:54:41.187Z Compiling prettyplease v0.2.37
24392026-06-10T21:54:41.187Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24402026-06-10T21:54:41.187Z Compiling bytecount v0.6.9
24412026-06-10T21:54:41.187Z Compiling rustls v0.22.4
24422026-06-10T21:54:41.187Z Compiling rustls-webpki v0.102.8
24432026-06-10T21:54:41.223Z Compiling derive-where v1.6.0
24442026-06-10T21:54:41.226Z Compiling thread_local v1.1.9
24452026-06-10T21:54:41.329Z Compiling match_cfg v0.1.0
24462026-06-10T21:54:41.353Z Compiling compression-core v0.4.31
24472026-06-10T21:54:41.356Z Compiling multer v3.1.0
24482026-06-10T21:54:41.428Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24492026-06-10T21:54:41.456Z Compiling hostname v0.3.1
24502026-06-10T21:54:41.479Z Compiling slog-async v2.8.0
24512026-06-10T21:54:41.525Z Compiling compression-codecs v0.4.37
24522026-06-10T21:54:41.547Z Compiling crossbeam-channel v0.5.15
24532026-06-10T21:54:41.550Z Compiling slog-json v2.6.1
24542026-06-10T21:54:41.550Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-06-10T21:54:41.618Z Compiling serde_yaml v0.9.34+deprecated
24562026-06-10T21:54:41.622Z Compiling serde_spanned v1.0.4
24572026-06-10T21:54:41.622Z Compiling toml_writer v1.0.6+spec-1.1.0
24582026-06-10T21:54:41.725Z Compiling take_mut v0.2.2
24592026-06-10T21:54:41.782Z Compiling term v1.2.1
24602026-06-10T21:54:41.805Z Compiling slog-bunyan v2.5.0
24612026-06-10T21:54:41.826Z Compiling async-compression v0.4.41
24622026-06-10T21:54:41.864Z Compiling toml v1.0.6+spec-1.1.0
24632026-06-10T21:54:41.924Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642026-06-10T21:54:41.986Z Compiling dropshot v0.17.0
24652026-06-10T21:54:42.017Z Compiling async-stream v0.3.6
24662026-06-10T21:54:42.058Z Compiling num-rational v0.4.2
24672026-06-10T21:54:42.105Z Compiling slog-term v2.9.2
24682026-06-10T21:54:42.169Z Compiling progenitor-client v0.14.0
24692026-06-10T21:54:42.216Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-06-10T21:54:42.303Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24712026-06-10T21:54:42.353Z Compiling waitgroup v0.1.2
24722026-06-10T21:54:42.392Z Compiling backon v1.6.0
24732026-06-10T21:54:42.452Z Compiling rustls-pemfile v2.2.0
24742026-06-10T21:54:42.475Z Compiling num-complex v0.4.6
24752026-06-10T21:54:42.502Z Compiling hostname v0.4.2
24762026-06-10T21:54:42.521Z Compiling serde_path_to_error v0.1.20
24772026-06-10T21:54:42.541Z Compiling instant v0.1.13
24782026-06-10T21:54:42.617Z Compiling typify-impl v0.6.2
24792026-06-10T21:54:42.641Z Compiling debug-ignore v1.0.5
24802026-06-10T21:54:42.663Z Compiling backoff v0.4.0
24812026-06-10T21:54:42.682Z Compiling progenitor-extras v0.2.0
24822026-06-10T21:54:42.702Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24832026-06-10T21:54:42.897Z Compiling num v0.4.3
24842026-06-10T21:54:42.921Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-06-10T21:54:42.972Z Compiling parse-display v0.10.0
24862026-06-10T21:54:42.972Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-06-10T21:54:43.017Z Compiling progenitor-client v0.10.0
24882026-06-10T21:54:43.020Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24892026-06-10T21:54:43.071Z Compiling macaddr v1.0.1
24902026-06-10T21:54:43.106Z Compiling humantime v2.3.0
24912026-06-10T21:54:43.129Z Compiling float-ord v0.3.2
24922026-06-10T21:54:43.275Z Compiling console v0.15.11
24932026-06-10T21:54:43.345Z Compiling newline-converter v0.3.0
24942026-06-10T21:54:43.371Z Compiling slog-dtrace v0.3.0
24952026-06-10T21:54:43.394Z Compiling cancel-safe-futures v0.1.5
24962026-06-10T21:54:43.472Z Compiling resolv-conf v0.7.6
24972026-06-10T21:54:43.519Z Compiling owo-colors v4.3.0
24982026-06-10T21:54:43.613Z Compiling tokio-rustls v0.25.0
24992026-06-10T21:54:43.709Z Compiling expectorate v1.2.0
25002026-06-10T21:54:43.780Z Compiling toml v0.8.23
25012026-06-10T21:54:43.812Z Compiling libsw-core v0.3.2
25022026-06-10T21:54:44.003Z Compiling libsw v3.5.0
25032026-06-10T21:54:44.030Z Compiling linear-map v1.2.0
25042026-06-10T21:54:44.103Z Compiling linked-hash-map v0.5.6
25052026-06-10T21:54:44.218Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-06-10T21:54:44.280Z Compiling minimal-lexical v0.2.1
25072026-06-10T21:54:44.301Z Compiling lru-cache v0.1.2
25082026-06-10T21:54:44.342Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-06-10T21:54:44.373Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25102026-06-10T21:54:44.495Z Compiling hickory-proto v0.24.4
25112026-06-10T21:54:44.532Z Compiling unicode-xid v0.2.6
25122026-06-10T21:54:44.616Z Compiling nom v7.1.3
25132026-06-10T21:54:44.651Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25142026-06-10T21:54:44.674Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25152026-06-10T21:54:44.697Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25162026-06-10T21:54:44.993Z Compiling convert_case v0.10.0
25172026-06-10T21:54:45.296Z Compiling derive_more-impl v2.1.1
25182026-06-10T21:54:45.567Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25192026-06-10T21:54:45.953Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25202026-06-10T21:54:45.977Z Compiling papergrid v0.11.0
25212026-06-10T21:54:46.110Z Compiling derive_more v2.1.1
25222026-06-10T21:54:46.133Z Compiling typify-macro v0.6.2
25232026-06-10T21:54:46.136Z Compiling tabled_derive v0.7.0
25242026-06-10T21:54:46.226Z Compiling termtree v0.5.1
25252026-06-10T21:54:46.435Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25262026-06-10T21:54:46.688Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25272026-06-10T21:54:47.037Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25282026-06-10T21:54:47.063Z Compiling hickory-resolver v0.24.4
25292026-06-10T21:54:47.188Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25302026-06-10T21:54:47.203Z Compiling tabled v0.15.0
25312026-06-10T21:54:47.438Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25322026-06-10T21:54:47.742Z Compiling typify v0.6.2
25332026-06-10T21:54:47.950Z Compiling progenitor-impl v0.14.0
25342026-06-10T21:54:48.598Z Compiling qorb v0.4.1
25352026-06-10T21:54:48.639Z Compiling crossterm v0.29.0
25362026-06-10T21:54:50.104Z Compiling progenitor-macro v0.14.0
25372026-06-10T21:54:50.531Z Compiling phf_shared v0.12.1
25382026-06-10T21:54:50.819Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25392026-06-10T21:54:51.335Z Compiling csv-core v0.1.13
25402026-06-10T21:54:51.616Z Compiling vte v0.14.1
25412026-06-10T21:54:51.799Z Compiling chrono-tz v0.10.4
25422026-06-10T21:54:51.845Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-06-10T21:54:52.029Z Compiling highway v1.3.0
25442026-06-10T21:54:52.489Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452026-06-10T21:54:52.651Z Compiling strip-ansi-escapes v0.2.1
25462026-06-10T21:54:52.700Z Compiling csv v1.4.0
25472026-06-10T21:54:52.757Z Compiling phf v0.12.1
25482026-06-10T21:54:52.968Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-06-10T21:54:53.019Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25502026-06-10T21:54:53.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25512026-06-10T21:54:53.544Z Compiling const_format_proc_macros v0.2.34
25522026-06-10T21:54:53.571Z Compiling fd-lock v4.0.4
25532026-06-10T21:54:53.713Z Compiling peg-macros v0.8.5
25542026-06-10T21:54:53.941Z Compiling nu-ansi-term v0.50.3
25552026-06-10T21:54:54.155Z Compiling progenitor v0.14.0
25562026-06-10T21:54:54.322Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25572026-06-10T21:54:54.346Z Compiling const_format v0.2.35
25582026-06-10T21:54:54.495Z Compiling reedline v0.40.0
25592026-06-10T21:54:54.785Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25602026-06-10T21:54:54.935Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25612026-06-10T21:54:55.064Z Compiling peg v0.8.5
25622026-06-10T21:54:55.195Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25632026-06-10T21:54:55.370Z Compiling bcs v0.1.6
25642026-06-10T21:54:55.802Z Compiling nom v8.0.0
25652026-06-10T21:54:55.827Z Compiling semver v0.1.20
25662026-06-10T21:54:56.114Z Compiling rustc_version v0.1.7
25672026-06-10T21:54:56.352Z Compiling newtype_derive v0.1.6
25682026-06-10T21:54:56.577Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25692026-06-10T21:54:56.841Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25702026-06-10T21:54:56.954Z Compiling unicode-linebreak v0.1.5
25712026-06-10T21:54:57.002Z Compiling smawk v0.3.2
25722026-06-10T21:54:57.183Z Compiling textwrap v0.16.2
25732026-06-10T21:54:57.444Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25742026-06-10T21:54:57.467Z Compiling base64 v0.21.7
25752026-06-10T21:54:57.659Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25762026-06-10T21:54:57.961Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25772026-06-10T21:54:58.017Z Compiling steno v0.4.1
25782026-06-10T21:54:58.383Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25792026-06-10T21:54:58.468Z Compiling dropshot-api-manager-types v0.7.2
25802026-06-10T21:54:58.513Z Compiling tagptr v0.2.0
25812026-06-10T21:54:58.566Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25822026-06-10T21:54:58.709Z Compiling moka v0.12.13
25832026-06-10T21:54:58.799Z Compiling utf-8 v0.7.6
25842026-06-10T21:54:58.868Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25852026-06-10T21:54:59.042Z Compiling tungstenite v0.21.0
25862026-06-10T21:54:59.064Z Compiling radium v0.7.0
25872026-06-10T21:54:59.087Z Compiling display-error-chain v0.2.2
25882026-06-10T21:54:59.280Z Compiling maybe-uninit v2.0.0
25892026-06-10T21:54:59.395Z Compiling tap v1.0.1
25902026-06-10T21:54:59.565Z Compiling wyz v0.5.1
25912026-06-10T21:54:59.667Z Compiling tokio-tungstenite v0.21.0
25922026-06-10T21:54:59.826Z Compiling hickory-resolver v0.25.2
25932026-06-10T21:55:00.093Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25942026-06-10T21:55:00.208Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25952026-06-10T21:55:00.367Z Compiling num-derive v0.3.3
25962026-06-10T21:55:00.705Z Compiling zerocopy-derive v0.6.6
25972026-06-10T21:55:01.231Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-06-10T21:55:01.296Z Compiling proc-macro-error-attr2 v2.0.0
25992026-06-10T21:55:01.505Z Compiling crc-catalog v2.4.0
26002026-06-10T21:55:01.639Z Compiling packed_struct v0.10.1
26012026-06-10T21:55:01.710Z Compiling funty v2.0.0
26022026-06-10T21:55:01.955Z Compiling proc-macro-error2 v2.0.1
26032026-06-10T21:55:02.285Z Compiling bitvec v1.0.1
26042026-06-10T21:55:02.361Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26052026-06-10T21:55:02.666Z Compiling crc v3.4.0
26062026-06-10T21:55:02.906Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26072026-06-10T21:55:03.050Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26082026-06-10T21:55:03.072Z Compiling zerocopy v0.6.6
26092026-06-10T21:55:03.093Z Compiling libscf-sys v1.1.0
26102026-06-10T21:55:03.388Z Compiling packed_struct_codegen v0.10.1
26112026-06-10T21:55:03.510Z Compiling vergen-lib v0.1.6
26122026-06-10T21:55:03.738Z Compiling bitfield-macros v0.19.4
26132026-06-10T21:55:04.145Z Compiling indexmap v1.9.3
26142026-06-10T21:55:04.408Z Compiling nodrop v0.1.14
26152026-06-10T21:55:04.459Z Compiling bitfield v0.19.4
26162026-06-10T21:55:04.526Z Compiling array-init v0.0.4
26172026-06-10T21:55:04.854Z Compiling smallvec v0.6.14
26182026-06-10T21:55:04.884Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26192026-06-10T21:55:04.914Z Compiling tabled_derive v0.11.0
26202026-06-10T21:55:05.131Z Compiling papergrid v0.17.0
26212026-06-10T21:55:05.215Z Compiling testing_table v0.3.0
26222026-06-10T21:55:05.579Z Compiling vergen-gitcl v1.0.8
26232026-06-10T21:55:05.612Z Compiling dirs-sys-next v0.1.2
26242026-06-10T21:55:05.669Z Compiling diesel_derives v2.3.7
26252026-06-10T21:55:05.813Z Compiling glob v0.3.3
26262026-06-10T21:55:05.865Z Compiling hashbrown v0.12.3
26272026-06-10T21:55:05.889Z Compiling maplit v1.0.2
26282026-06-10T21:55:05.912Z Compiling crunchy v0.2.4
26292026-06-10T21:55:06.030Z Compiling dirs-next v2.0.0
26302026-06-10T21:55:06.051Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26312026-06-10T21:55:06.076Z Compiling serde-hex v0.1.0
26322026-06-10T21:55:06.181Z Compiling clang-sys v1.8.1
26332026-06-10T21:55:06.255Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-06-10T21:55:06.330Z Compiling tabled v0.20.0
26352026-06-10T21:55:06.506Z Compiling ron v0.8.1
26362026-06-10T21:55:06.541Z Compiling hashbrown v0.13.2
26372026-06-10T21:55:06.570Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-10T21:55:06.656Z Compiling scheduled-thread-pool v0.2.7
26392026-06-10T21:55:06.996Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26402026-06-10T21:55:07.161Z Compiling dsl_auto_type v0.2.0
26412026-06-10T21:55:07.274Z Compiling diesel_table_macro_syntax v0.3.0
26422026-06-10T21:55:07.518Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-06-10T21:55:07.743Z Compiling tiny-keccak v2.0.2
26442026-06-10T21:55:07.763Z Compiling crc-any v2.5.0
26452026-06-10T21:55:08.097Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-06-10T21:55:08.196Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26472026-06-10T21:55:08.199Z Compiling object v0.30.4
26482026-06-10T21:55:24.968Z Compiling r2d2 v0.8.10
26492026-06-10T21:55:24.980Z Compiling term v0.7.0
26502026-06-10T21:55:24.980Z Compiling bit-vec v0.6.3
26512026-06-10T21:55:24.980Z Compiling path-slash v0.1.5
26522026-06-10T21:55:24.980Z Compiling downcast-rs v2.0.2
26532026-06-10T21:55:24.980Z Compiling xshell-macros v0.2.7
26542026-06-10T21:55:24.980Z Compiling ascii-canvas v3.0.0
26552026-06-10T21:55:24.980Z Compiling bit-set v0.5.3
26562026-06-10T21:55:24.980Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572026-06-10T21:55:24.980Z Compiling xshell v0.2.7
26582026-06-10T21:55:24.980Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-06-10T21:55:24.980Z Compiling itertools v0.10.5
26602026-06-10T21:55:24.980Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26612026-06-10T21:55:24.980Z Compiling ena v0.14.4
26622026-06-10T21:55:24.981Z Compiling libloading v0.8.9
26632026-06-10T21:55:24.981Z Compiling diff v0.1.13
26642026-06-10T21:55:24.981Z Compiling regex-syntax v0.6.29
26652026-06-10T21:55:24.981Z Compiling crc8 v0.1.1
26662026-06-10T21:55:24.981Z Compiling bindgen v0.71.1
26672026-06-10T21:55:24.981Z Compiling unicase v2.9.0
26682026-06-10T21:55:24.981Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26692026-06-10T21:55:24.981Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-06-10T21:55:24.981Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26712026-06-10T21:55:24.981Z Compiling diesel v2.3.7
26722026-06-10T21:55:24.981Z Compiling cexpr v0.6.0
26732026-06-10T21:55:24.981Z Compiling lalrpop v0.19.12
26742026-06-10T21:55:24.981Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26752026-06-10T21:55:24.981Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762026-06-10T21:55:24.981Z Compiling rustc-hash v2.1.1
26772026-06-10T21:55:24.981Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26782026-06-10T21:55:24.981Z Compiling headers-core v0.3.0
26792026-06-10T21:55:24.981Z Compiling libxml v0.3.3
26802026-06-10T21:55:24.981Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-06-10T21:55:24.981Z Compiling headers v0.4.1
26822026-06-10T21:55:24.981Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26832026-06-10T21:55:24.981Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-06-10T21:55:24.981Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-06-10T21:55:24.981Z Compiling git-stub v1.0.0
26862026-06-10T21:55:24.981Z Compiling strum_macros v0.24.3
26872026-06-10T21:55:24.981Z Compiling indoc v1.0.9
26882026-06-10T21:55:24.981Z Compiling git-stub-vcs v0.1.0
26892026-06-10T21:55:24.981Z Compiling progenitor-impl v0.13.0
26902026-06-10T21:55:24.981Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26912026-06-10T21:55:24.981Z Compiling derive_builder v0.20.2
26922026-06-10T21:55:24.981Z Compiling oso-derive v0.27.3
26932026-06-10T21:55:24.981Z Compiling quick-xml v0.37.5
26942026-06-10T21:55:24.981Z Compiling impl-trait-for-tuples v0.2.3
26952026-06-10T21:55:24.981Z Compiling openssl-probe v0.1.6
26962026-06-10T21:55:24.981Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26972026-06-10T21:55:24.981Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-06-10T21:55:24.981Z Compiling progenitor-client v0.13.0
26992026-06-10T21:55:24.981Z Compiling half v1.8.3
27002026-06-10T21:55:24.982Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27012026-06-10T21:55:24.982Z Compiling bb8 v0.8.6
27022026-06-10T21:55:24.982Z Compiling trait-variant v0.1.2
27032026-06-10T21:55:24.982Z Compiling serde_cbor v0.11.2
27042026-06-10T21:55:24.982Z Compiling progenitor-macro v0.13.0
27052026-06-10T21:55:24.982Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27062026-06-10T21:55:24.982Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27072026-06-10T21:55:24.982Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27082026-06-10T21:55:24.982Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-06-10T21:55:24.982Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27102026-06-10T21:55:24.982Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27112026-06-10T21:55:24.982Z Compiling samael v0.0.19
27122026-06-10T21:55:24.982Z Compiling typify-impl v0.4.3
27132026-06-10T21:55:24.982Z Compiling fxhash v0.2.1
27142026-06-10T21:55:24.982Z Compiling libz-sys v1.1.24
27152026-06-10T21:55:24.982Z Compiling salty v0.3.0
27162026-06-10T21:55:24.982Z Compiling nonempty v0.12.0
27172026-06-10T21:55:24.982Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27182026-06-10T21:55:24.982Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27192026-06-10T21:55:24.982Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27202026-06-10T21:55:24.982Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27212026-06-10T21:55:24.982Z Compiling kstat-rs v0.2.4
27222026-06-10T21:55:24.982Z Compiling arc-swap v1.8.2
27232026-06-10T21:55:24.982Z Compiling polar-core v0.27.3
27242026-06-10T21:55:24.982Z Compiling fs-err v2.11.0
27252026-06-10T21:55:24.982Z Compiling mime_guess v2.0.5
27262026-06-10T21:55:24.982Z Compiling slog-scope v4.4.1
27272026-06-10T21:55:24.982Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27282026-06-10T21:55:24.982Z Compiling progenitor v0.13.0
27292026-06-10T21:55:24.982Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27302026-06-10T21:55:24.982Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27312026-06-10T21:55:24.982Z Compiling typify-macro v0.4.3
27322026-06-10T21:55:24.982Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27332026-06-10T21:55:24.982Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27342026-06-10T21:55:24.982Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-10T21:55:24.982Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27362026-06-10T21:55:24.982Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27372026-06-10T21:55:24.982Z Compiling nanorand v0.7.0
27382026-06-10T21:55:24.983Z Compiling darling_core v0.23.0
27392026-06-10T21:55:24.983Z Compiling libgit2-sys v0.18.3+1.9.2
27402026-06-10T21:55:24.983Z Compiling parking_lot_core v0.8.6
27412026-06-10T21:55:24.983Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27422026-06-10T21:55:25.424Z Compiling flume v0.11.1
27432026-06-10T21:55:25.846Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-06-10T21:55:26.193Z Compiling darling_macro v0.23.0
27452026-06-10T21:55:26.220Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27462026-06-10T21:55:26.363Z Compiling slog-stdlog v4.1.1
27472026-06-10T21:55:26.830Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-06-10T21:55:26.887Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-06-10T21:55:28.057Z Compiling primeorder v0.13.6
27502026-06-10T21:55:28.271Z Compiling atty v0.2.14
27512026-06-10T21:55:28.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27522026-06-10T21:55:28.424Z Compiling strsim v0.10.0
27532026-06-10T21:55:28.622Z Compiling instability v0.3.11
27542026-06-10T21:55:28.742Z Compiling parse-size v1.1.0
27552026-06-10T21:55:28.768Z Compiling http-range v0.1.5
27562026-06-10T21:55:28.886Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27572026-06-10T21:55:28.995Z Compiling darling_core v0.13.4
27582026-06-10T21:55:29.109Z Compiling p384 v0.13.1
27592026-06-10T21:55:30.657Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27602026-06-10T21:55:32.138Z Compiling oso v0.27.3
27612026-06-10T21:55:32.917Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27622026-06-10T21:55:32.966Z Compiling async-bb8-diesel v0.2.1
27632026-06-10T21:55:33.237Z Compiling diesel-dtrace v0.5.0
27642026-06-10T21:55:33.426Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27652026-06-10T21:55:34.052Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27662026-06-10T21:55:35.191Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27672026-06-10T21:55:35.301Z Compiling darling v0.23.0
27682026-06-10T21:55:35.430Z Compiling slog-envlogger v2.2.0
27692026-06-10T21:55:36.629Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27702026-06-10T21:55:37.152Z Compiling typify v0.4.3
27712026-06-10T21:55:37.315Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27722026-06-10T21:55:37.937Z Compiling ignore v0.4.25
27732026-06-10T21:55:38.628Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27742026-06-10T21:55:39.886Z Compiling vergen-git2 v9.1.0
27752026-06-10T21:55:40.043Z Compiling castaway v0.2.4
27762026-06-10T21:55:40.123Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-06-10T21:55:40.183Z Compiling indoc v2.0.7
27782026-06-10T21:55:40.206Z Compiling compact_str v0.8.1
27792026-06-10T21:55:40.336Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-06-10T21:55:40.596Z Compiling globwalk v0.9.1
27812026-06-10T21:55:40.687Z Compiling progenitor-impl v0.11.2
27822026-06-10T21:55:40.834Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27832026-06-10T21:55:41.275Z Compiling parking_lot v0.11.2
27842026-06-10T21:55:41.354Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27852026-06-10T21:55:41.383Z Compiling hyper-staticfile v0.10.1
27862026-06-10T21:55:41.770Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-06-10T21:55:42.175Z Compiling darling_macro v0.13.4
27882026-06-10T21:55:42.543Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27892026-06-10T21:55:42.599Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-06-10T21:55:42.723Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27912026-06-10T21:55:42.909Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27922026-06-10T21:55:42.991Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27932026-06-10T21:55:43.236Z Compiling predicates-tree v1.0.13
27942026-06-10T21:55:43.253Z Compiling unicode-truncate v1.1.0
27952026-06-10T21:55:43.379Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27962026-06-10T21:55:43.467Z Compiling lru v0.12.5
27972026-06-10T21:55:43.620Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-06-10T21:55:43.698Z Compiling rand_seeder v0.4.0
27992026-06-10T21:55:43.719Z Compiling prefix-trie v0.7.0
28002026-06-10T21:55:43.967Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-06-10T21:55:44.186Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28022026-06-10T21:55:44.221Z Compiling rustls v0.21.12
28032026-06-10T21:55:44.428Z Compiling cassowary v0.3.0
28042026-06-10T21:55:44.450Z Compiling corncobs v0.1.4
28052026-06-10T21:55:44.472Z Compiling illumos-nvpair-sys v0.2.0
28062026-06-10T21:55:44.557Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28072026-06-10T21:55:44.621Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-06-10T21:55:44.708Z Compiling ratatui v0.29.0
28092026-06-10T21:55:44.785Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28102026-06-10T21:55:44.813Z Compiling hickory-server v0.25.2
28112026-06-10T21:55:44.868Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28122026-06-10T21:55:45.162Z Compiling camino-tempfile-ext v0.3.3
28132026-06-10T21:55:45.304Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-06-10T21:55:45.362Z Compiling progenitor-macro v0.11.2
28152026-06-10T21:55:45.778Z Compiling darling v0.13.4
28162026-06-10T21:55:45.905Z Compiling sled v0.34.7
28172026-06-10T21:55:47.023Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28182026-06-10T21:55:48.561Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28192026-06-10T21:55:49.327Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28202026-06-10T21:55:49.648Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28212026-06-10T21:55:49.895Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28222026-06-10T21:55:50.110Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28232026-06-10T21:55:50.132Z Compiling progenitor-client v0.11.2
28242026-06-10T21:55:50.250Z Compiling git2 v0.20.4
28252026-06-10T21:55:50.339Z Compiling rustls-webpki v0.101.7
28262026-06-10T21:55:50.384Z Compiling sct v0.7.1
28272026-06-10T21:55:50.680Z Compiling secrecy v0.8.0
28282026-06-10T21:55:50.721Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28292026-06-10T21:55:52.034Z Compiling progenitor v0.11.2
28302026-06-10T21:55:52.311Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28312026-06-10T21:55:53.023Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28322026-06-10T21:55:53.379Z Compiling serde_with_macros v1.5.2
28332026-06-10T21:55:53.441Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28342026-06-10T21:55:54.159Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28352026-06-10T21:55:54.250Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28362026-06-10T21:55:54.728Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28372026-06-10T21:55:55.704Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28382026-06-10T21:55:55.784Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28392026-06-10T21:55:56.358Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-06-10T21:55:56.638Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28412026-06-10T21:55:56.659Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28422026-06-10T21:55:56.838Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28432026-06-10T21:55:56.916Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28442026-06-10T21:55:57.106Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28452026-06-10T21:55:57.324Z Compiling void v1.0.2
28462026-06-10T21:55:57.500Z Compiling lzss v0.8.2
28472026-06-10T21:55:58.014Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28482026-06-10T21:55:58.403Z Compiling illumos-nvpair v0.3.0
28492026-06-10T21:55:58.924Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-06-10T21:55:59.329Z Compiling serde_with v1.14.0
28512026-06-10T21:56:00.432Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28522026-06-10T21:56:00.485Z Compiling tokio-rustls v0.24.1
28532026-06-10T21:56:01.065Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28542026-06-10T21:56:01.391Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-06-10T21:56:01.423Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28562026-06-10T21:56:01.552Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28572026-06-10T21:56:02.260Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28582026-06-10T21:56:02.522Z Compiling tungstenite v0.23.0
28592026-06-10T21:56:02.974Z Compiling rustls-pemfile v1.0.4
28602026-06-10T21:56:03.020Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28612026-06-10T21:56:03.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28622026-06-10T21:56:03.489Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28632026-06-10T21:56:03.611Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28642026-06-10T21:56:03.730Z Compiling nix v0.27.1
28652026-06-10T21:56:04.852Z Compiling twox-hash v2.1.2
28662026-06-10T21:56:04.892Z Compiling serde_bytes v0.11.19
28672026-06-10T21:56:05.115Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28682026-06-10T21:56:05.186Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28692026-06-10T21:56:05.354Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28702026-06-10T21:56:05.721Z Compiling tokio-tungstenite v0.23.1
28712026-06-10T21:56:06.091Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28722026-06-10T21:56:06.170Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28732026-06-10T21:56:06.221Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-06-10T21:56:08.188Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28752026-06-10T21:56:09.265Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28762026-06-10T21:56:09.545Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28772026-06-10T21:56:09.896Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28782026-06-10T21:56:09.993Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-06-10T21:56:10.398Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28802026-06-10T21:56:10.548Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28812026-06-10T21:56:10.759Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-06-10T21:56:11.159Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28832026-06-10T21:56:11.274Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28842026-06-10T21:56:12.944Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28852026-06-10T21:56:13.849Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28862026-06-10T21:56:14.342Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28872026-06-10T21:56:15.024Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28882026-06-10T21:56:15.460Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28892026-06-10T21:56:15.924Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-06-10T21:56:17.065Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28912026-06-10T21:56:17.569Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28922026-06-10T21:56:18.062Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28932026-06-10T21:56:18.228Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-06-10T21:56:18.331Z Compiling signal-hook-tokio v0.3.1
28952026-06-10T21:56:18.356Z Compiling fatfs v0.3.6
28962026-06-10T21:56:18.438Z Compiling yasna v0.5.2
28972026-06-10T21:56:18.513Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28982026-06-10T21:56:18.997Z Compiling is_ci v1.2.0
28992026-06-10T21:56:19.214Z Compiling seq-macro v0.3.6
29002026-06-10T21:56:19.537Z Compiling assert_matches v1.5.0
29012026-06-10T21:56:19.647Z Compiling supports-color v3.0.2
29022026-06-10T21:56:19.700Z Compiling rcgen v0.12.1
29032026-06-10T21:56:19.914Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29042026-06-10T21:56:20.270Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29052026-06-10T21:56:20.751Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29062026-06-10T21:56:21.214Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29072026-06-10T21:56:21.451Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29082026-06-10T21:56:21.693Z Compiling subprocess v0.2.15
29092026-06-10T21:56:22.198Z Compiling rtoolbox v0.0.3
29102026-06-10T21:56:22.503Z Compiling rpassword v7.4.0
29112026-06-10T21:56:22.591Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29122026-06-10T21:56:22.877Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29132026-06-10T21:56:23.992Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29142026-06-10T21:56:24.148Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29152026-06-10T21:56:24.307Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29162026-06-10T21:56:24.688Z Compiling tui-tree-widget v0.23.1
29172026-06-10T21:56:25.005Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29182026-06-10T21:56:26.625Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29192026-06-10T21:56:27.154Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29202026-06-10T21:56:28.012Z Compiling uzers v0.12.2
29212026-06-10T21:56:29.580Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29222026-06-10T21:56:29.730Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29232026-06-10T21:56:30.165Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29242026-06-10T21:56:30.882Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29252026-06-10T21:56:33.400Z Compiling support-bundle-viewer v0.1.2
29262026-06-10T21:56:33.557Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29272026-06-10T21:56:35.291Z Compiling multimap v0.10.1
29282026-06-10T21:56:43.769Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29292026-06-10T21:56:46.376Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29302026-06-10T21:56:50.062Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29312026-06-10T21:56:55.876Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29322026-06-10T21:56:56.755Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29332026-06-10T22:02:43.229Z Finished `release` profile [optimized] target(s) in 8m 03s
29342026-06-10T22:03:32.986Z
29352026-06-10T22:03:32.986Zreal 8:54.562710681
29362026-06-10T22:03:32.986Zuser 1:19:13.039651532
29372026-06-10T22:03:32.989Zsys 3:39.810391422
29382026-06-10T22:03:32.989Ztrap 1.727742414
29392026-06-10T22:03:32.989Ztflt 2.478068920
29402026-06-10T22:03:32.989Zdflt 17.498640103
29412026-06-10T22:03:32.989Zkflt 0.037298720
29422026-06-10T22:03:32.989Zlock 6:36:08.857847290
29432026-06-10T22:03:32.989Zslp 2:15:11.228854520
29442026-06-10T22:03:32.989Zlat 2:16.531233651
29452026-06-10T22:03:32.989Zstop 5:23.404779511
29462026-06-10T22:03:32.989Z+ mapfile -t packages
29472026-06-10T22:03:32.989Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29482026-06-10T22:03:33.947Z Finished `release` profile [optimized] target(s) in 0.95s
29492026-06-10T22:03:34.025Z Running `target/release/omicron-package -t test list-outputs`
29502026-06-10T22:03:34.090ZLogging to: /work/oxidecomputer/omicron/out/LOG
29512026-06-10T22:03:34.094Z+ ptime -m cargo build --locked --release -p xtask
29522026-06-10T22:03:34.625Z Compiling libc v0.2.185
29532026-06-10T22:03:34.625Z Compiling serde v1.0.228
29542026-06-10T22:03:34.630Z Compiling serde_core v1.0.228
29552026-06-10T22:03:34.630Z Compiling rustix v1.1.3
29562026-06-10T22:03:34.729Z Compiling bitflags v2.11.0
29572026-06-10T22:03:34.733Z Compiling serde_json v1.0.149
29582026-06-10T22:03:34.776Z Compiling num-traits v0.2.19
29592026-06-10T22:03:34.789Z Compiling syn v2.0.117
29602026-06-10T22:03:34.813Z Compiling smallvec v1.15.1
29612026-06-10T22:03:34.813Z Compiling indexmap v2.14.0
29622026-06-10T22:03:34.839Z Compiling usdt-impl v0.5.0
29632026-06-10T22:03:34.851Z Compiling syn v1.0.109
29642026-06-10T22:03:34.863Z Compiling log v0.4.29
29652026-06-10T22:03:34.877Z Compiling percent-encoding v2.3.2
29662026-06-10T22:03:35.022Z Compiling getrandom v0.4.1
29672026-06-10T22:03:35.135Z Compiling form_urlencoded v1.2.2
29682026-06-10T22:03:35.232Z Compiling fs-err v3.3.0
29692026-06-10T22:03:35.235Z Compiling heck v0.4.1
29702026-06-10T22:03:35.235Z Compiling once_cell v1.21.3
29712026-06-10T22:03:35.269Z Compiling anyhow v1.0.102
29722026-06-10T22:03:35.478Z Compiling errno v0.3.14
29732026-06-10T22:03:35.481Z Compiling thread-id v4.2.2
29742026-06-10T22:03:35.481Z Compiling memmap v0.7.0
29752026-06-10T22:03:35.794Z Compiling ordered-float v2.10.1
29762026-06-10T22:03:36.370Z Compiling proc-macro-error v1.0.4
29772026-06-10T22:03:36.493Z Compiling terminal_size v0.4.3
29782026-06-10T22:03:36.493Z Compiling tempfile v3.25.0
29792026-06-10T22:03:36.595Z Compiling clap_builder v4.6.0
29802026-06-10T22:03:36.595Z Compiling textwrap v0.16.2
29812026-06-10T22:03:36.622Z Compiling tabled_derive v0.7.0
29822026-06-10T22:03:36.735Z Compiling camino-tempfile v1.4.1
29832026-06-10T22:03:37.280Z Compiling tabled v0.15.0
29842026-06-10T22:03:37.306Z Compiling synstructure v0.13.2
29852026-06-10T22:03:37.307Z Compiling pest_generator v2.8.6
29862026-06-10T22:03:37.724Z Compiling serde_derive v1.0.228
29872026-06-10T22:03:37.724Z Compiling zerovec-derive v0.11.2
29882026-06-10T22:03:37.728Z Compiling displaydoc v0.2.5
29892026-06-10T22:03:37.728Z Compiling thiserror-impl v1.0.69
29902026-06-10T22:03:37.728Z Compiling zerocopy-derive v0.7.35
29912026-06-10T22:03:37.728Z Compiling scroll_derive v0.12.1
29922026-06-10T22:03:37.737Z Compiling thiserror-impl v2.0.18
29932026-06-10T22:03:37.742Z Compiling clap_derive v4.6.1
29942026-06-10T22:03:37.760Z Compiling zerofrom-derive v0.1.6
29952026-06-10T22:03:37.763Z Compiling yoke-derive v0.8.1
29962026-06-10T22:03:37.844Z Compiling pest_derive v2.8.6
29972026-06-10T22:03:38.431Z Compiling scroll v0.12.0
29982026-06-10T22:03:38.597Z Compiling zerocopy v0.7.35
29992026-06-10T22:03:38.765Z Compiling goblin v0.8.2
30002026-06-10T22:03:38.875Z Compiling thiserror v1.0.69
30012026-06-10T22:03:38.890Z Compiling zerofrom v0.1.6
30022026-06-10T22:03:38.999Z Compiling dtrace-parser v0.2.0
30032026-06-10T22:03:39.046Z Compiling yoke v0.8.1
30042026-06-10T22:03:39.139Z Compiling thiserror v2.0.18
30052026-06-10T22:03:39.260Z Compiling zerovec v0.11.5
30062026-06-10T22:03:39.275Z Compiling zerotrie v0.2.3
30072026-06-10T22:03:39.498Z Compiling clap v4.6.1
30082026-06-10T22:03:39.858Z Compiling tinystr v0.8.2
30092026-06-10T22:03:40.095Z Compiling icu_locale_core v2.1.1
30102026-06-10T22:03:40.934Z Compiling potential_utf v0.1.4
30112026-06-10T22:03:41.038Z Compiling icu_provider v2.1.1
30122026-06-10T22:03:41.161Z Compiling icu_collections v2.1.1
30132026-06-10T22:03:41.427Z Compiling toml_datetime v0.6.11
30142026-06-10T22:03:41.487Z Compiling serde_spanned v0.6.9
30152026-06-10T22:03:41.523Z Compiling dof v0.3.0
30162026-06-10T22:03:41.536Z Compiling icu_normalizer v2.1.1
30172026-06-10T22:03:41.536Z Compiling icu_properties v2.1.2
30182026-06-10T22:03:41.579Z Compiling serde-value v0.7.0
30192026-06-10T22:03:41.591Z Compiling cargo-platform v0.2.0
30202026-06-10T22:03:41.672Z Compiling toml_edit v0.22.27
30212026-06-10T22:03:41.698Z Compiling macaddr v1.0.1
30222026-06-10T22:03:41.784Z Compiling serde_tokenstream v0.2.3
30232026-06-10T22:03:42.494Z Compiling idna_adapter v1.2.1
30242026-06-10T22:03:42.633Z Compiling usdt-attr-macro v0.5.0
30252026-06-10T22:03:42.663Z Compiling idna v1.1.0
30262026-06-10T22:03:42.681Z Compiling usdt-macro v0.5.0
30272026-06-10T22:03:42.987Z Compiling url v2.5.8
30282026-06-10T22:03:43.236Z Compiling toml v0.8.23
30292026-06-10T22:03:43.250Z Compiling usdt v0.5.0
30302026-06-10T22:03:43.690Z Compiling cargo-util-schemas v0.8.2
30312026-06-10T22:03:43.690Z Compiling cargo_toml v0.21.0
30322026-06-10T22:03:44.732Z Compiling cargo_metadata v0.21.0
30332026-06-10T22:03:47.787Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30342026-06-10T22:03:50.799Z Finished `release` profile [optimized] target(s) in 16.69s
30352026-06-10T22:03:50.961Z
30362026-06-10T22:03:50.964Zreal 16.829026220
30372026-06-10T22:03:50.964Zuser 2:22.008169071
30382026-06-10T22:03:50.964Zsys 17.424016366
30392026-06-10T22:03:50.964Ztrap 0.072468260
30402026-06-10T22:03:50.965Ztflt 0.602685943
30412026-06-10T22:03:50.965Zdflt 1.778463174
30422026-06-10T22:03:50.965Zkflt 0.000126240
30432026-06-10T22:03:50.965Zlock 5:15.015331176
30442026-06-10T22:03:50.965Zslp 3:20.879574186
30452026-06-10T22:03:50.965Zlat 5.827693543
30462026-06-10T22:03:50.965Zstop 20.883337213
30472026-06-10T22:03:50.965Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-06-10T22:03:50.965Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30492026-06-10T22:03:50.965Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-06-10T22:03:50.965Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30512026-06-10T22:03:50.965Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30522026-06-10T22:03:51.929Z Compiling progenitor-client v0.14.0
30532026-06-10T22:03:51.929Z Compiling newtype-uuid-macros v0.1.0
30542026-06-10T22:03:51.933Z Compiling structmeta-derive v0.3.0
30552026-06-10T22:03:51.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30562026-06-10T22:03:51.933Z Compiling rustls v0.22.4
30572026-06-10T22:03:52.097Z Compiling rustls-webpki v0.102.8
30582026-06-10T22:03:52.100Z Compiling multer v3.1.0
30592026-06-10T22:03:52.107Z Compiling compression-core v0.4.31
30602026-06-10T22:03:52.110Z Compiling debug-ignore v1.0.5
30612026-06-10T22:03:52.110Z Compiling match_cfg v0.1.0
30622026-06-10T22:03:52.110Z Compiling atomicwrites v0.4.4
30632026-06-10T22:03:52.110Z Compiling slog-json v2.6.1
30642026-06-10T22:03:52.190Z Compiling async-stream-impl v0.3.6
30652026-06-10T22:03:52.194Z Compiling serde_spanned v1.0.4
30662026-06-10T22:03:52.194Z Compiling toml_datetime v1.0.0+spec-1.1.0
30672026-06-10T22:03:52.194Z Compiling dropshot v0.17.0
30682026-06-10T22:03:52.272Z Compiling compression-codecs v0.4.37
30692026-06-10T22:03:52.303Z Compiling toml_writer v1.0.6+spec-1.1.0
30702026-06-10T22:03:52.432Z Compiling itertools v0.14.0
30712026-06-10T22:03:52.450Z Compiling waitgroup v0.1.2
30722026-06-10T22:03:52.454Z Compiling rustls-pemfile v2.2.0
30732026-06-10T22:03:52.508Z Compiling hostname v0.3.1
30742026-06-10T22:03:52.614Z Compiling toml v1.0.6+spec-1.1.0
30752026-06-10T22:03:52.617Z Compiling async-compression v0.4.41
30762026-06-10T22:03:52.617Z Compiling dropshot_endpoint v0.17.0
30772026-06-10T22:03:52.632Z Compiling hostname v0.4.2
30782026-06-10T22:03:52.652Z Compiling slog-bunyan v2.5.0
30792026-06-10T22:03:52.712Z Compiling serde_path_to_error v0.1.20
30802026-06-10T22:03:52.716Z Compiling regress v0.10.5
30812026-06-10T22:03:52.747Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30822026-06-10T22:03:52.832Z Compiling macaddr v1.0.1
30832026-06-10T22:03:52.854Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-06-10T22:03:52.856Z Compiling instant v0.1.13
30852026-06-10T22:03:52.931Z Compiling backon v1.6.0
30862026-06-10T22:03:52.968Z Compiling async-stream v0.3.6
30872026-06-10T22:03:52.972Z Compiling backoff v0.4.0
30882026-06-10T22:03:53.007Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30892026-06-10T22:03:53.007Z Compiling progenitor-client v0.10.0
30902026-06-10T22:03:53.044Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30912026-06-10T22:03:53.062Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30922026-06-10T22:03:53.091Z Compiling humantime v2.3.0
30932026-06-10T22:03:53.109Z Compiling universal-hash v0.5.1
30942026-06-10T22:03:53.163Z Compiling progenitor-extras v0.2.0
30952026-06-10T22:03:53.180Z Compiling opaque-debug v0.3.1
30962026-06-10T22:03:53.202Z Compiling structmeta v0.3.0
30972026-06-10T22:03:53.221Z Compiling half v2.7.1
30982026-06-10T22:03:53.269Z Compiling crucible-workspace-hack v0.1.0
30992026-06-10T22:03:53.288Z Compiling ciborium-io v0.2.2
31002026-06-10T22:03:53.307Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31012026-06-10T22:03:53.354Z Compiling convert_case v0.4.0
31022026-06-10T22:03:53.396Z Compiling aead v0.5.2
31032026-06-10T22:03:53.414Z Compiling secrecy v0.10.3
31042026-06-10T22:03:53.450Z Compiling derive-ex v0.1.8
31052026-06-10T22:03:53.470Z Compiling parse-display-derive v0.10.0
31062026-06-10T22:03:53.491Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31072026-06-10T22:03:53.494Z Compiling ciborium-ll v0.2.2
31082026-06-10T22:03:53.550Z Compiling poly1305 v0.8.0
31092026-06-10T22:03:53.598Z Compiling chacha20 v0.9.1
31102026-06-10T22:03:53.630Z Compiling regress v0.11.1
31112026-06-10T22:03:53.662Z Compiling unsafe-libyaml v0.2.11
31122026-06-10T22:03:53.723Z Compiling ciborium v0.2.2
31132026-06-10T22:03:53.753Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31142026-06-10T22:03:53.773Z Compiling derive_more v0.99.20
31152026-06-10T22:03:53.789Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31162026-06-10T22:03:53.807Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31172026-06-10T22:03:53.886Z Compiling thiserror-impl-no-std v2.0.2
31182026-06-10T22:03:53.962Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31192026-06-10T22:03:53.980Z Compiling byte-wrapper v0.1.0
31202026-06-10T22:03:54.166Z Compiling password-hash v0.5.0
31212026-06-10T22:03:54.184Z Compiling blake2 v0.10.6
31222026-06-10T22:03:54.332Z Compiling serde_yaml v0.9.34+deprecated
31232026-06-10T22:03:54.349Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31242026-06-10T22:03:54.368Z Compiling toml_datetime v0.7.5+spec-1.1.0
31252026-06-10T22:03:54.455Z Compiling tokio-rustls v0.25.0
31262026-06-10T22:03:54.472Z Compiling argon2 v0.5.3
31272026-06-10T22:03:54.500Z Compiling chacha20poly1305 v0.10.1
31282026-06-10T22:03:54.624Z Compiling toml_edit v0.23.10+spec-1.0.0
31292026-06-10T22:03:54.651Z Compiling indent_write v2.2.0
31302026-06-10T22:03:54.717Z Compiling heapless v0.8.0
31312026-06-10T22:03:54.775Z Compiling ingot-macros v0.1.1
31322026-06-10T22:03:54.816Z Compiling tabwriter v1.4.1
31332026-06-10T22:03:55.055Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31342026-06-10T22:03:55.142Z Compiling thiserror-no-std v2.0.2
31352026-06-10T22:03:55.246Z Compiling test-strategy v0.4.5
31362026-06-10T22:03:55.267Z Compiling typify-impl v0.6.2
31372026-06-10T22:03:55.286Z Compiling parse-display v0.10.0
31382026-06-10T22:03:55.290Z Compiling vsss-rs v3.3.4
31392026-06-10T22:03:55.356Z Compiling proc-macro-crate v3.4.0
31402026-06-10T22:03:55.671Z Compiling hash32 v0.3.1
31412026-06-10T22:03:55.745Z Compiling smoltcp v0.11.0
31422026-06-10T22:03:55.765Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-06-10T22:03:55.895Z Compiling num-rational v0.4.2
31442026-06-10T22:03:55.994Z Compiling cobs v0.3.0
31452026-06-10T22:03:56.013Z Compiling num_enum_derive v0.7.6
31462026-06-10T22:03:56.057Z Compiling num-complex v0.4.6
31472026-06-10T22:03:56.080Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31482026-06-10T22:03:56.153Z Compiling colored v3.1.1
31492026-06-10T22:03:56.220Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31502026-06-10T22:03:56.237Z Compiling postcard v1.1.3
31512026-06-10T22:03:56.350Z Compiling proc-macro-error v1.0.4
31522026-06-10T22:03:56.458Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-06-10T22:03:56.485Z Compiling num v0.4.3
31542026-06-10T22:03:56.488Z Compiling proc-macro-crate v1.3.1
31552026-06-10T22:03:56.519Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31562026-06-10T22:03:56.548Z Compiling foreign-types-macros v0.2.3
31572026-06-10T22:03:56.588Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31582026-06-10T22:03:56.612Z Compiling foreign-types-shared v0.3.1
31592026-06-10T22:03:56.703Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31602026-06-10T22:03:56.735Z Compiling cpufeatures v0.3.0
31612026-06-10T22:03:56.818Z Compiling rayon-core v1.13.0
31622026-06-10T22:03:56.842Z Compiling float-ord v0.3.2
31632026-06-10T22:03:56.881Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31642026-06-10T22:03:56.926Z Compiling chacha20 v0.10.0
31652026-06-10T22:03:56.982Z Compiling num_enum_derive v0.5.11
31662026-06-10T22:03:57.002Z Compiling crossbeam-deque v0.8.6
31672026-06-10T22:03:57.018Z Compiling camino-tempfile v1.4.1
31682026-06-10T22:03:57.069Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31692026-06-10T22:03:57.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31702026-06-10T22:03:57.117Z Compiling cstr-argument v0.1.2
31712026-06-10T22:03:57.155Z Compiling num_enum v0.7.6
31722026-06-10T22:03:57.202Z Compiling foreign-types v0.5.0
31732026-06-10T22:03:57.228Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31742026-06-10T22:03:57.288Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31752026-06-10T22:03:57.309Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31762026-06-10T22:03:57.312Z Compiling rand v0.10.0
31772026-06-10T22:03:57.312Z Compiling toml v0.8.23
31782026-06-10T22:03:57.473Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31792026-06-10T22:03:57.477Z Compiling zone_cfg_derive v0.3.1
31802026-06-10T22:03:57.593Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-06-10T22:03:57.614Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-06-10T22:03:57.617Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31832026-06-10T22:03:57.617Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31842026-06-10T22:03:57.670Z Compiling itertools v0.12.1
31852026-06-10T22:03:57.786Z Compiling num-derive v0.4.2
31862026-06-10T22:03:57.805Z Compiling ingot-types v0.1.2
31872026-06-10T22:03:57.826Z Compiling rayon v1.11.0
31882026-06-10T22:03:57.861Z Compiling sigpipe v0.1.3
31892026-06-10T22:03:57.925Z Compiling glob v0.3.3
31902026-06-10T22:03:58.071Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31912026-06-10T22:03:58.142Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31922026-06-10T22:03:58.166Z Compiling num_enum v0.5.11
31932026-06-10T22:03:58.195Z Compiling ingot v0.1.1
31942026-06-10T22:03:58.214Z Compiling smf v0.2.3
31952026-06-10T22:03:58.264Z Compiling whoami v1.6.1
31962026-06-10T22:03:58.296Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31972026-06-10T22:03:58.330Z Compiling prettyplease v0.2.37
31982026-06-10T22:03:58.354Z Compiling usdt-macro v0.5.0
31992026-06-10T22:03:58.371Z Compiling usdt-attr-macro v0.5.0
32002026-06-10T22:03:58.411Z Compiling gethostname v0.5.0
32012026-06-10T22:03:58.602Z Compiling memmap v0.7.0
32022026-06-10T22:03:58.646Z Compiling derive-where v1.6.0
32032026-06-10T22:03:58.796Z Compiling resolv-conf v0.7.6
32042026-06-10T22:03:58.816Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32052026-06-10T22:03:58.832Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32062026-06-10T22:03:58.861Z Compiling zone v0.3.1
32072026-06-10T22:03:58.975Z Compiling cancel-safe-futures v0.1.5
32082026-06-10T22:03:58.995Z Compiling owo-colors v4.3.0
32092026-06-10T22:03:59.167Z Compiling libsw-core v0.3.2
32102026-06-10T22:03:59.188Z Compiling console v0.15.11
32112026-06-10T22:03:59.245Z Compiling hickory-proto v0.24.4
32122026-06-10T22:03:59.249Z Compiling usdt v0.5.0
32132026-06-10T22:03:59.385Z Compiling libsw v3.5.0
32142026-06-10T22:03:59.583Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32152026-06-10T22:03:59.603Z Compiling newline-converter v0.3.0
32162026-06-10T22:03:59.603Z Compiling libefi-sys v0.1.0
32172026-06-10T22:03:59.639Z Compiling linear-map v1.2.0
32182026-06-10T22:03:59.660Z Compiling linked-hash-map v0.5.6
32192026-06-10T22:03:59.677Z Compiling git-stub v1.0.0
32202026-06-10T22:03:59.755Z Compiling expectorate v1.2.0
32212026-06-10T22:03:59.832Z Compiling lru-cache v0.1.2
32222026-06-10T22:03:59.850Z Compiling bitfield-struct v0.6.2
32232026-06-10T22:03:59.872Z Compiling nom v8.0.0
32242026-06-10T22:03:59.912Z Compiling semver v0.1.20
32252026-06-10T22:03:59.957Z Compiling git-stub-vcs v0.1.0
32262026-06-10T22:03:59.981Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32272026-06-10T22:03:59.998Z Compiling tokio-dtrace v0.1.1
32282026-06-10T22:04:00.045Z Compiling typify-macro v0.6.2
32292026-06-10T22:04:00.068Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32302026-06-10T22:04:00.159Z Compiling rustc_version v0.1.7
32312026-06-10T22:04:00.212Z Compiling dropshot-api-manager-types v0.7.2
32322026-06-10T22:04:00.232Z Compiling slog-dtrace v0.3.0
32332026-06-10T22:04:00.254Z Compiling minimal-lexical v0.2.1
32342026-06-10T22:04:00.259Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-06-10T22:04:00.300Z Compiling oxide-tokio-rt v0.1.4
32362026-06-10T22:04:00.303Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32372026-06-10T22:04:00.355Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-06-10T22:04:00.382Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32392026-06-10T22:04:00.421Z Compiling newtype_derive v0.1.6
32402026-06-10T22:04:00.523Z Compiling nom v7.1.3
32412026-06-10T22:04:00.555Z Compiling phf_shared v0.12.1
32422026-06-10T22:04:00.558Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-06-10T22:04:00.592Z Compiling csv-core v0.1.13
32442026-06-10T22:04:00.595Z Compiling highway v1.3.0
32452026-06-10T22:04:00.634Z Compiling chrono-tz v0.10.4
32462026-06-10T22:04:00.651Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32472026-06-10T22:04:00.746Z Compiling xshell-macros v0.2.7
32482026-06-10T22:04:00.779Z Compiling const_format_proc_macros v0.2.34
32492026-06-10T22:04:00.848Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32502026-06-10T22:04:00.927Z Compiling csv v1.4.0
32512026-06-10T22:04:00.968Z Compiling phf v0.12.1
32522026-06-10T22:04:01.153Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32532026-06-10T22:04:01.171Z Compiling primeorder v0.13.6
32542026-06-10T22:04:01.188Z Compiling xshell v0.2.7
32552026-06-10T22:04:01.272Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32562026-06-10T22:04:01.403Z Compiling hickory-resolver v0.24.4
32572026-06-10T22:04:01.439Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-06-10T22:04:01.624Z Compiling tabled_derive v0.7.0
32592026-06-10T22:04:01.652Z Compiling const_format v0.2.35
32602026-06-10T22:04:01.733Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32612026-06-10T22:04:01.752Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32622026-06-10T22:04:01.778Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32632026-06-10T22:04:01.915Z Compiling typify v0.6.2
32642026-06-10T22:04:01.933Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-06-10T22:04:02.010Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32662026-06-10T22:04:02.062Z Compiling progenitor-impl v0.14.0
32672026-06-10T22:04:02.183Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32682026-06-10T22:04:02.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-06-10T22:04:02.419Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32702026-06-10T22:04:02.526Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32712026-06-10T22:04:02.597Z Compiling qorb v0.4.1
32722026-06-10T22:04:02.715Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32732026-06-10T22:04:02.784Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32742026-06-10T22:04:02.891Z Compiling bcs v0.1.6
32752026-06-10T22:04:02.985Z Compiling termtree v0.5.1
32762026-06-10T22:04:03.051Z Compiling salty v0.3.0
32772026-06-10T22:04:03.184Z Compiling tagptr v0.2.0
32782026-06-10T22:04:03.243Z Compiling textwrap v0.16.2
32792026-06-10T22:04:03.300Z Compiling tabled v0.15.0
32802026-06-10T22:04:03.353Z Compiling moka v0.12.13
32812026-06-10T22:04:03.369Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32822026-06-10T22:04:03.576Z Compiling steno v0.4.1
32832026-06-10T22:04:03.605Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32842026-06-10T22:04:03.642Z Compiling radium v0.7.0
32852026-06-10T22:04:03.753Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32862026-06-10T22:04:03.772Z Compiling base64 v0.21.7
32872026-06-10T22:04:03.809Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-06-10T22:04:03.978Z Compiling p384 v0.13.1
32892026-06-10T22:04:04.093Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-06-10T22:04:04.134Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-06-10T22:04:04.190Z Compiling hickory-resolver v0.25.2
32922026-06-10T22:04:04.233Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32932026-06-10T22:04:04.427Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-06-10T22:04:04.578Z Compiling typify-impl v0.4.3
32952026-06-10T22:04:04.706Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32962026-06-10T22:04:04.710Z Compiling maybe-uninit v2.0.0
32972026-06-10T22:04:04.743Z Compiling tap v1.0.1
32982026-06-10T22:04:04.837Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-06-10T22:04:04.873Z Compiling progenitor-macro v0.14.0
33002026-06-10T22:04:04.892Z Compiling wyz v0.5.1
33012026-06-10T22:04:05.138Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33022026-06-10T22:04:05.158Z Compiling proc-macro-error-attr2 v2.0.0
33032026-06-10T22:04:05.361Z Compiling packed_struct v0.10.1
33042026-06-10T22:04:05.514Z Compiling funty v2.0.0
33052026-06-10T22:04:05.605Z Compiling utf-8 v0.7.6
33062026-06-10T22:04:05.638Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33072026-06-10T22:04:05.668Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33082026-06-10T22:04:05.742Z Compiling parking_lot_core v0.8.6
33092026-06-10T22:04:05.823Z Compiling tungstenite v0.21.0
33102026-06-10T22:04:05.897Z Compiling bitvec v1.0.1
33112026-06-10T22:04:05.967Z Compiling proc-macro-error2 v2.0.1
33122026-06-10T22:04:06.061Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33132026-06-10T22:04:06.183Z Compiling polyval v0.6.2
33142026-06-10T22:04:06.203Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33152026-06-10T22:04:06.218Z Compiling num-derive v0.3.3
33162026-06-10T22:04:06.248Z Compiling packed_struct_codegen v0.10.1
33172026-06-10T22:04:06.267Z Compiling bitfield-macros v0.19.4
33182026-06-10T22:04:06.326Z Compiling zerocopy-derive v0.6.6
33192026-06-10T22:04:06.447Z Compiling indexmap v1.9.3
33202026-06-10T22:04:06.551Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-06-10T22:04:06.685Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33222026-06-10T22:04:06.703Z Compiling nodrop v0.1.14
33232026-06-10T22:04:06.838Z Compiling crc-catalog v2.4.0
33242026-06-10T22:04:06.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33252026-06-10T22:04:06.965Z Compiling crc v3.4.0
33262026-06-10T22:04:07.019Z Compiling array-init v0.0.4
33272026-06-10T22:04:07.054Z Compiling bitfield v0.19.4
33282026-06-10T22:04:07.259Z Compiling libscf-sys v1.1.0
33292026-06-10T22:04:07.299Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33302026-06-10T22:04:07.324Z Compiling ghash v0.5.1
33312026-06-10T22:04:07.341Z Compiling zerocopy v0.6.6
33322026-06-10T22:04:07.443Z Compiling tokio-tungstenite v0.21.0
33332026-06-10T22:04:07.484Z Compiling tabled_derive v0.11.0
33342026-06-10T22:04:07.487Z Compiling smallvec v0.6.14
33352026-06-10T22:04:07.708Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-06-10T22:04:07.745Z Compiling papergrid v0.17.0
33372026-06-10T22:04:07.791Z Compiling testing_table v0.3.0
33382026-06-10T22:04:07.814Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-06-10T22:04:07.831Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33402026-06-10T22:04:07.847Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33412026-06-10T22:04:07.895Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33422026-06-10T22:04:07.994Z Compiling ctr v0.9.2
33432026-06-10T22:04:08.037Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-06-10T22:04:08.157Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33452026-06-10T22:04:08.224Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33462026-06-10T22:04:08.244Z Compiling hashbrown v0.12.3
33472026-06-10T22:04:08.308Z Compiling corncobs v0.1.4
33482026-06-10T22:04:08.322Z Compiling illumos-nvpair-sys v0.2.0
33492026-06-10T22:04:08.395Z Compiling unicase v2.9.0
33502026-06-10T22:04:08.428Z Compiling aes-gcm v0.10.3
33512026-06-10T22:04:08.473Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33522026-06-10T22:04:08.539Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-06-10T22:04:08.581Z Compiling parking_lot v0.11.2
33542026-06-10T22:04:08.629Z Compiling mime_guess v2.0.5
33552026-06-10T22:04:08.647Z Compiling serde-hex v0.1.0
33562026-06-10T22:04:08.806Z Compiling tabled v0.20.0
33572026-06-10T22:04:08.891Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33582026-06-10T22:04:08.908Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-06-10T22:04:08.924Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-06-10T22:04:09.005Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33612026-06-10T22:04:09.219Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-06-10T22:04:09.225Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33632026-06-10T22:04:09.243Z Compiling ron v0.8.1
33642026-06-10T22:04:09.261Z Compiling typify-macro v0.4.3
33652026-06-10T22:04:09.385Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33662026-06-10T22:04:09.408Z Compiling hashbrown v0.13.2
33672026-06-10T22:04:09.537Z Compiling progenitor-client v0.11.2
33682026-06-10T22:04:09.584Z Compiling prefix-trie v0.7.0
33692026-06-10T22:04:09.896Z Compiling blowfish v0.9.1
33702026-06-10T22:04:09.914Z Compiling ssh-encoding v0.2.0
33712026-06-10T22:04:09.944Z Compiling fxhash v0.2.1
33722026-06-10T22:04:10.016Z Compiling secrecy v0.8.0
33732026-06-10T22:04:10.126Z Compiling crc-any v2.5.0
33742026-06-10T22:04:10.168Z Compiling progenitor v0.14.0
33752026-06-10T22:04:10.191Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33762026-06-10T22:04:10.211Z Compiling ssh-cipher v0.2.0
33772026-06-10T22:04:10.214Z Compiling sled v0.34.7
33782026-06-10T22:04:10.277Z Compiling bcrypt-pbkdf v0.10.0
33792026-06-10T22:04:10.349Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33802026-06-10T22:04:10.400Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33812026-06-10T22:04:10.427Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33822026-06-10T22:04:10.638Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33832026-06-10T22:04:10.862Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33842026-06-10T22:04:10.949Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33852026-06-10T22:04:11.009Z Compiling hickory-server v0.25.2
33862026-06-10T22:04:11.114Z Compiling typify v0.4.3
33872026-06-10T22:04:11.221Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33882026-06-10T22:04:11.262Z Compiling progenitor-impl v0.11.2
33892026-06-10T22:04:11.334Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33902026-06-10T22:04:11.350Z Compiling object v0.30.4
33912026-06-10T22:04:11.681Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-06-10T22:04:11.723Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33932026-06-10T22:04:11.726Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33942026-06-10T22:04:11.781Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33952026-06-10T22:04:12.056Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-06-10T22:04:12.571Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33972026-06-10T22:04:12.766Z Compiling password-hash v0.4.2
33982026-06-10T22:04:12.962Z Compiling path-slash v0.1.5
33992026-06-10T22:04:12.987Z Compiling http-range v0.1.5
34002026-06-10T22:04:13.144Z Compiling crc8 v0.1.1
34012026-06-10T22:04:13.195Z Compiling half v1.8.3
34022026-06-10T22:04:13.215Z Compiling pbkdf2 v0.11.0
34032026-06-10T22:04:13.298Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34042026-06-10T22:04:13.456Z Compiling serde_cbor v0.11.2
34052026-06-10T22:04:13.474Z Compiling illumos-nvpair v0.3.0
34062026-06-10T22:04:13.761Z Compiling ssh-key v0.6.7
34072026-06-10T22:04:13.954Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34082026-06-10T22:04:13.979Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34092026-06-10T22:04:13.998Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34102026-06-10T22:04:14.048Z Compiling progenitor-macro v0.11.2
34112026-06-10T22:04:14.096Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-06-10T22:04:14.112Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34132026-06-10T22:04:14.222Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34142026-06-10T22:04:14.385Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34152026-06-10T22:04:14.778Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-06-10T22:04:14.799Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34172026-06-10T22:04:14.824Z Compiling p521 v0.13.3
34182026-06-10T22:04:14.849Z Compiling p256 v0.13.2
34192026-06-10T22:04:14.942Z Compiling yasna v0.5.2
34202026-06-10T22:04:14.963Z Compiling kstat-rs v0.2.4
34212026-06-10T22:04:15.152Z Compiling headers-core v0.3.0
34222026-06-10T22:04:15.264Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34232026-06-10T22:04:15.286Z Compiling nanorand v0.7.0
34242026-06-10T22:04:15.308Z Compiling russh-cryptovec v0.7.3
34252026-06-10T22:04:15.360Z Compiling atty v0.2.14
34262026-06-10T22:04:15.459Z Compiling md5 v0.7.0
34272026-06-10T22:04:15.505Z Compiling home v0.5.12
34282026-06-10T22:04:15.511Z Compiling flume v0.11.1
34292026-06-10T22:04:15.546Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34302026-06-10T22:04:15.611Z Compiling rcgen v0.12.1
34312026-06-10T22:04:15.631Z Compiling headers v0.4.1
34322026-06-10T22:04:15.662Z Compiling russh-keys v0.45.0
34332026-06-10T22:04:15.681Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34342026-06-10T22:04:15.775Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34352026-06-10T22:04:15.836Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34362026-06-10T22:04:15.840Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-06-10T22:04:15.913Z Compiling hyper-staticfile v0.10.1
34382026-06-10T22:04:16.000Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34392026-06-10T22:04:16.179Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34402026-06-10T22:04:16.243Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34412026-06-10T22:04:16.293Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34422026-06-10T22:04:16.402Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34432026-06-10T22:04:16.444Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34442026-06-10T22:04:16.463Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34452026-06-10T22:04:16.519Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34462026-06-10T22:04:16.732Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34472026-06-10T22:04:16.824Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34482026-06-10T22:04:16.927Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34492026-06-10T22:04:16.959Z Compiling num-bigint v0.4.6
34502026-06-10T22:04:17.057Z Compiling des v0.8.1
34512026-06-10T22:04:17.079Z Compiling subprocess v0.2.15
34522026-06-10T22:04:17.119Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-06-10T22:04:17.222Z Compiling hex-literal v0.4.1
34542026-06-10T22:04:17.269Z Compiling display-error-chain v0.2.2
34552026-06-10T22:04:17.302Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34562026-06-10T22:04:17.328Z Compiling colored v2.2.0
34572026-06-10T22:04:17.366Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34582026-06-10T22:04:17.448Z Compiling socket2 v0.5.10
34592026-06-10T22:04:17.467Z Compiling internet-checksum v0.2.1
34602026-06-10T22:04:17.605Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-06-10T22:04:17.777Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34622026-06-10T22:04:18.203Z Compiling russh v0.45.0
34632026-06-10T22:04:18.958Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34642026-06-10T22:04:18.988Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34652026-06-10T22:04:19.075Z Compiling progenitor v0.11.2
34662026-06-10T22:04:19.201Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34672026-06-10T22:04:21.413Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34682026-06-10T22:04:22.075Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34692026-06-10T22:04:22.541Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34702026-06-10T22:04:24.429Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34712026-06-10T22:04:24.872Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34722026-06-10T22:04:32.515Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34732026-06-10T22:04:32.515Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34742026-06-10T22:04:32.515Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34752026-06-10T22:04:32.520Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762026-06-10T22:04:34.255Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-06-10T22:04:34.272Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-06-10T22:04:38.491Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34792026-06-10T22:05:17.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34802026-06-10T22:05:17.597Z
34812026-06-10T22:05:17.597Zreal 1:26.564274582
34822026-06-10T22:05:17.597Zuser 8:12.151139199
34832026-06-10T22:05:17.601Zsys 1:45.112790647
34842026-06-10T22:05:17.601Ztrap 0.250897330
34852026-06-10T22:05:17.601Ztflt 0.606166053
34862026-06-10T22:05:17.601Zdflt 1.818090121
34872026-06-10T22:05:17.601Zkflt 0.000189260
34882026-06-10T22:05:17.601Zlock 29:01.655809372
34892026-06-10T22:05:17.601Zslp 18:46.959818829
34902026-06-10T22:05:17.601Zlat 39.008854063
34912026-06-10T22:05:17.601Zstop 2:58.939575496
34922026-06-10T22:05:17.601Z+ mkdir tests
34932026-06-10T22:05:17.604Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34942026-06-10T22:05:17.604Z+ xargs -I '{}' -t cp '{}' tests/
34952026-06-10T22:05:17.626Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3c957eae36d31f7 tests/
34962026-06-10T22:05:17.646Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6069cdcc719bba09 tests/
34972026-06-10T22:05:17.668Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bfb5b69e1285ed97 tests/
34982026-06-10T22:05:17.688Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c45cf88ed4ec198b tests/
34992026-06-10T22:05:17.946Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35002026-06-10T22:05:17.949Z+ 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-6069cdcc719bba09 tests/commtest-bfb5b69e1285ed97 tests/dhcp_server-e3c957eae36d31f7 tests/end_to_end_tests-c45cf88ed4ec198b tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35012026-06-10T22:06:40.157ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35022026-06-10T22:06:40.157Za .github/buildomat/ci-env.sh 1K
35032026-06-10T22:06:40.157Za out/target/test 1K
35042026-06-10T22:06:40.157Za out/npuzone/npuzone 27402K
35052026-06-10T22:06:40.157Za package-manifest.toml 35K
35062026-06-10T22:06:40.157Za smf/sled-agent/non-gimlet/config.toml 6K
35072026-06-10T22:06:40.157Za target/release/omicron-package 46204K
35082026-06-10T22:06:40.157Za target/release/xtask 11453K
35092026-06-10T22:06:40.157Za target/debug/bootstrap 354857K
35102026-06-10T22:06:40.157Za tests/bootstrap-6069cdcc719bba09 31215K
35112026-06-10T22:06:40.157Za tests/commtest-bfb5b69e1285ed97 32300K
35122026-06-10T22:06:40.157Za tests/dhcp_server-e3c957eae36d31f7 31215K
35132026-06-10T22:06:40.157Za tests/end_to_end_tests-c45cf88ed4ec198b 395929K
35142026-06-10T22:06:40.157Za tools/opte_version 1K
35152026-06-10T22:06:40.157Za tools/opte_version_override 2K
35162026-06-10T22:06:40.157Za out/clickhouse.tar.gz 321857K
35172026-06-10T22:06:40.158Za out/clickhouse_keeper.tar.gz 306927K
35182026-06-10T22:06:40.158Za out/clickhouse_server.tar.gz 321855K
35192026-06-10T22:06:40.158Za out/cockroachdb.tar.gz 166144K
35202026-06-10T22:06:40.158Za out/crucible-pantry-zone.tar.gz 41128K
35212026-06-10T22:06:40.158Za out/crucible-utils.tar 16478K
35222026-06-10T22:06:40.158Za out/crucible-zone.tar.gz 56698K
35232026-06-10T22:06:40.158Za out/external-dns.tar.gz 51267K
35242026-06-10T22:06:40.158Za out/internal-dns.tar.gz 51266K
35252026-06-10T22:06:40.158Za out/mg-ddm-gz.tar 97912K
35262026-06-10T22:06:40.158Za out/nexus.tar.gz 281219K
35272026-06-10T22:06:40.158Za out/ntp.tar.gz 32802K
35282026-06-10T22:06:40.158Za out/omicron-gateway-softnpu.tar.gz 29547K
35292026-06-10T22:06:40.158Za out/omicron-sled-agent.tar 206469K
35302026-06-10T22:06:40.158Za out/overlay.tar.gz 3K
35312026-06-10T22:06:40.158Za out/oximeter.tar.gz 68150K
35322026-06-10T22:06:40.158Za out/oxlog.tar 3782K
35332026-06-10T22:06:40.158Za out/probe.tar.gz 3037K
35342026-06-10T22:06:40.158Za out/propolis-server.tar.gz 34918K
35352026-06-10T22:06:40.158Za out/pumpkind-gz.tar 26647K
35362026-06-10T22:06:40.159Za out/switch-softnpu.tar.gz 455185K
35372026-06-10T22:06:40.165Z
35382026-06-10T22:06:40.165Zreal 1:22.206337847
35392026-06-10T22:06:40.165Zuser 1:19.474650182
35402026-06-10T22:06:40.165Zsys 4.507557531
35412026-06-10T22:06:40.165Ztrap 0.006370712
35422026-06-10T22:06:40.165Ztflt 0.000000000
35432026-06-10T22:06:40.165Zdflt 0.000000000
35442026-06-10T22:06:40.165Zkflt 0.000000000
35452026-06-10T22:06:40.165Zlock 0.000000000
35462026-06-10T22:06:40.165Zslp 1:19.432364157
35472026-06-10T22:06:40.165Zlat 0.986983341
35482026-06-10T22:06:40.165Zstop 0.000248420
35492026-06-10T22:06:40.165Zprocess exited: duration 1002519 ms, exit code 0
 
35502026-06-10T22:06:40.181Zfound 1 output files
35512026-06-10T22:06:40.224Zuploading: /work/package.tar.gz (2568304841 bytes)
35522026-06-10T22:07:52.446Zuploaded: /work/package.tar.gz