01JAGNETEEM67ESFD7K9EE86EH: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JAGNF7ZSYAMHWK7G649GRFET

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T20:36:28.667Zjob assigned to worker 01JAGNFBNPN431QGMBHJFR26TS (queued for 1 m 1 s)
 
22024-10-18T20:36:36.798Zstarting task 0: "setup"
32024-10-18T20:36:36.808Z++ uname -s
42024-10-18T20:36:36.811Z+ kern=SunOS
52024-10-18T20:36:36.811Z+ case "$kern" in
62024-10-18T20:36:36.811Z+ groupadd -g 12345 build
72024-10-18T20:36:36.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T20:36:38.822Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T20:36:38.936Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T20:36:38.939Z+ home_fs=zfs
112024-10-18T20:36:38.939Z+ [[ zfs == autofs ]]
122024-10-18T20:36:38.939Z+ mkdir -p /home/build
132024-10-18T20:36:38.942Z+ chown build:build /home/build /work
142024-10-18T20:36:40.943Z+ chmod 0700 /home/build /work
152024-10-18T20:36:40.949Zprocess exited: duration 4149 ms, exit code 0
 
162024-10-18T20:36:40.955Zstarting task 1: "rust-toolchain"
172024-10-18T20:36:40.961Z+ printf ' * toolchain channel = "%s"
182024-10-18T20:36:40.961Z' 1.80.1
192024-10-18T20:36:40.961Z+ printf ' * toolchain profile = "%s"
202024-10-18T20:36:40.961Z' default
212024-10-18T20:36:40.961Z * toolchain channel = "1.80.1"
222024-10-18T20:36:40.961Z * toolchain profile = "default"
232024-10-18T20:36:40.963Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T20:36:40.963Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T20:36:41.067Zinfo: downloading installer
262024-10-18T20:36:42.367Zinfo: profile set to 'default'
272024-10-18T20:36:42.367Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T20:36:42.370Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T20:36:42.505Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T20:36:42.505Zinfo: downloading component 'cargo'
312024-10-18T20:36:43.217Zinfo: downloading component 'clippy'
322024-10-18T20:36:43.470Zinfo: downloading component 'rust-docs'
332024-10-18T20:36:44.460Zinfo: downloading component 'rust-std'
342024-10-18T20:36:45.847Zinfo: downloading component 'rustc'
352024-10-18T20:36:49.666Zinfo: downloading component 'rustfmt'
362024-10-18T20:36:49.872Zinfo: installing component 'cargo'
372024-10-18T20:36:50.700Zinfo: installing component 'clippy'
382024-10-18T20:36:51.075Zinfo: installing component 'rust-docs'
392024-10-18T20:36:52.679Zinfo: installing component 'rust-std'
402024-10-18T20:36:54.328Zinfo: installing component 'rustc'
412024-10-18T20:36:58.508Zinfo: installing component 'rustfmt'
422024-10-18T20:36:58.845Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T20:36:58.845Z
442024-10-18T20:36:59.096Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T20:36:59.096Z
462024-10-18T20:36:59.099Z
472024-10-18T20:36:59.099ZRust is installed now. Great!
482024-10-18T20:36:59.099Z
492024-10-18T20:36:59.099ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T20:36:59.099Zenvironment variable. This has not been done automatically.
512024-10-18T20:36:59.099Z
522024-10-18T20:36:59.099ZTo configure your current shell, you need to source
532024-10-18T20:36:59.099Zthe corresponding env file under $HOME/.cargo.
542024-10-18T20:36:59.099Z
552024-10-18T20:36:59.099ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T20:36:59.099Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T20:36:59.099Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T20:36:59.147Z+ rustc --version
592024-10-18T20:36:59.211Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T20:36:59.214Zprocess exited: duration 18256 ms, exit code 0
 
612024-10-18T20:36:59.221Zstarting task 2: "authentication"
622024-10-18T20:36:59.239Zprocess exited: duration 20 ms, exit code 0
 
632024-10-18T20:36:59.244Zstarting task 3: "clone repository"
642024-10-18T20:36:59.249Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T20:36:59.252Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T20:36:59.540ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T20:37:06.166Z+ cd /work/oxidecomputer/omicron
682024-10-18T20:37:06.169Z+ git fetch origin 74d0fdba409309e31374fb0d356dc78a5a248c13
692024-10-18T20:37:06.480ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T20:37:06.480Z * branch 74d0fdba409309e31374fb0d356dc78a5a248c13 -> FETCH_HEAD
712024-10-18T20:37:06.490Z+ [[ -n qorb-terminate ]]
722024-10-18T20:37:06.492Z++ git branch --show-current
732024-10-18T20:37:06.495Z+ current=main
742024-10-18T20:37:06.495Z+ [[ main != qorb-terminate ]]
752024-10-18T20:37:06.495Z+ git branch -f qorb-terminate 74d0fdba409309e31374fb0d356dc78a5a248c13
762024-10-18T20:37:06.498Z+ git checkout -f qorb-terminate
772024-10-18T20:37:06.658ZSwitched to branch 'qorb-terminate'
782024-10-18T20:37:06.661Z+ git reset --hard 74d0fdba409309e31374fb0d356dc78a5a248c13
792024-10-18T20:37:06.822ZHEAD is now at 74d0fdba4 Convert a new test
802024-10-18T20:37:06.824Zprocess exited: duration 7578 ms, exit code 0
 
812024-10-18T20:37:06.829Zstarting task 4: "build"
822024-10-18T20:37:06.835Z+ source .github/buildomat/ci-env.sh
832024-10-18T20:37:06.837Z++ export CARGO_TERM_COLOR=always
842024-10-18T20:37:06.837Z++ CARGO_TERM_COLOR=always
852024-10-18T20:37:06.837Z+ cargo --version
862024-10-18T20:37:06.889Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T20:37:06.892Z+ rustc --version
882024-10-18T20:37:06.948Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T20:37:06.951Z+ WORK=/work
902024-10-18T20:37:06.951Z+ pfexec mkdir -p /work
912024-10-18T20:37:06.955Z+ pfexec chown build /work
922024-10-18T20:37:06.958Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-10-18T20:37:31.907Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-10-18T20:37:35.363Z Startup: Caching catalogs ... Done
952024-10-18T20:37:41.283ZPlanning: Solver setup ... Done (5.225s)
962024-10-18T20:37:41.363ZPlanning: Running solver ... Done (0.080s)
972024-10-18T20:37:41.544ZPlanning: Finding local manifests ... Done (0.112s)
982024-10-18T20:37:41.557ZPlanning: Fetching manifests: 0/5 0% complete
992024-10-18T20:37:41.777ZPlanning: Fetching manifests: 5/5 100% complete
1002024-10-18T20:37:42.187ZPlanning: Package planning ... Done (0.410s)
1012024-10-18T20:37:42.244ZPlanning: Merging actions ... Done (0.056s)
1022024-10-18T20:37:43.525ZPlanning: Checking for conflicting actions ... Done (1.281s)
1032024-10-18T20:37:54.678ZPlanning: Consolidating action changes ... Done (11.108s)
1042024-10-18T20:37:55.067ZPlanning: Evaluating mediators ... Done (0.432s)
1052024-10-18T20:37:55.149ZPlanning: Planning completed in 19.70 seconds
1062024-10-18T20:37:55.745Z Packages to install: 4
1072024-10-18T20:37:55.745Z Packages to update: 1
1082024-10-18T20:37:55.745Z Mediators to change: 2
1092024-10-18T20:37:55.747Z Services to change: 1
1102024-10-18T20:37:55.747Z Estimated space available: 155.71 GB
1112024-10-18T20:37:55.747ZEstimated space to be consumed: 1.57 GB
1122024-10-18T20:37:55.747Z Create boot environment: No
1132024-10-18T20:37:55.747ZCreate backup boot environment: Yes
1142024-10-18T20:37:55.747Z Rebuild boot archive: No
1152024-10-18T20:37:55.747Z
1162024-10-18T20:37:55.747ZChanged mediators:
1172024-10-18T20:37:55.747Z mediator clang:
1182024-10-18T20:37:55.747Z version: None -> 15 (system default)
1192024-10-18T20:37:55.747Z
1202024-10-18T20:37:55.748Z mediator llvm:
1212024-10-18T20:37:55.748Z version: 14 (system default) -> 15 (system default)
1222024-10-18T20:37:55.748Z
1232024-10-18T20:37:55.748ZChanged packages:
1242024-10-18T20:37:55.748Zhelios-dev
1252024-10-18T20:37:55.748Z developer/build-essential
1262024-10-18T20:37:55.748Z None -> 11-2.0
1272024-10-18T20:37:55.748Z library/libxmlsec1
1282024-10-18T20:37:55.748Z None -> 1.2.35-2.0
1292024-10-18T20:37:55.748Z ooce/developer/clang-15
1302024-10-18T20:37:55.748Z None -> 15.0.7-2.0
1312024-10-18T20:37:55.748Z ooce/developer/llvm-15
1322024-10-18T20:37:55.748Z None -> 15.0.7-2.0
1332024-10-18T20:37:55.748Z package/pkg
1342024-10-18T20:37:55.748Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-10-18T20:37:55.748Z
1362024-10-18T20:37:55.748ZServices:
1372024-10-18T20:37:55.748Z restart_fmri:
1382024-10-18T20:37:55.748Z svc:/system/update-man-index:default
1392024-10-18T20:37:55.748Z
1402024-10-18T20:37:55.748ZEditable files to change:
1412024-10-18T20:37:55.748Z Update:
1422024-10-18T20:37:55.748Z usr/share/lib/pkg/web/config.shtml
1432024-10-18T20:37:56.330Z
1442024-10-18T20:37:56.330ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-10-18T20:38:01.334ZDownload: 1431/4281 items 117.2/220.6MB 53% complete (23.6M/s)
1462024-10-18T20:38:06.341ZDownload: 3230/4281 items 169.2/220.6MB 76% complete (17.0M/s)
1472024-10-18T20:38:11.342ZDownload: 4256/4281 items 220.6/220.6MB 99% complete (10.5M/s)
1482024-10-18T20:38:11.428ZDownload: Completed 220.60 MB in 15.10 seconds (14.6M/s)
1492024-10-18T20:38:15.506Z Actions: 1/5063 actions (Removing old actions)
1502024-10-18T20:38:15.524Z Actions: 194/5063 actions (Installing new actions)
1512024-10-18T20:38:20.586Z Actions: 4125/5063 actions (Installing new actions)
1522024-10-18T20:38:21.332Z Actions: 4226/5063 actions (Updating modified actions)
1532024-10-18T20:38:21.767Z Actions: Completed 5063 actions in 6.26 seconds.
1542024-10-18T20:38:22.112Z Done (0.339s)
1552024-10-18T20:38:22.115Z Done (0.000s)
1562024-10-18T20:38:22.605Z Done (0.489s)
1572024-10-18T20:38:29.716Z Done (6.913s)
1582024-10-18T20:38:30.169Z Done (0.384s)
1592024-10-18T20:38:30.172Z Done (0.000s)
1602024-10-18T20:38:30.539Z Done (0.000s)
1612024-10-18T20:38:31.199ZPlanning: Evaluating mediator changes ... Done
1622024-10-18T20:38:32.364ZPlanning: Checking for conflicting actions ... Done
1632024-10-18T20:38:32.367ZPlanning: Consolidating action changes ... Done
1642024-10-18T20:38:32.367ZPlanning: Evaluating mediators ... Done
1652024-10-18T20:38:32.367ZPlanning: Planning completed in 0.44 seconds
1662024-10-18T20:38:32.367Z Mediators to change: 2
1672024-10-18T20:38:32.367Z Create boot environment: No
1682024-10-18T20:38:32.367ZCreate backup boot environment: No
1692024-10-18T20:38:32.367Z Done
1702024-10-18T20:38:32.367Z Done
1712024-10-18T20:38:32.367Z Done
1722024-10-18T20:38:35.832Z Done
1732024-10-18T20:38:35.924Z Done
1742024-10-18T20:38:35.927Z Done
1752024-10-18T20:38:36.864Z Done
1762024-10-18T20:38:37.484ZPlanning: Evaluating mediator changes ... Done
1772024-10-18T20:38:37.487ZPlanning: Merging actions ... Done
1782024-10-18T20:38:37.675ZPlanning: Checking for conflicting actions ... Done
1792024-10-18T20:38:37.682ZPlanning: Consolidating action changes ... Done
1802024-10-18T20:38:37.946ZPlanning: Evaluating mediators ... Done
1812024-10-18T20:38:38.004ZPlanning: Planning completed in 0.77 seconds
1822024-10-18T20:38:38.044Z Packages to change: 1
1832024-10-18T20:38:38.044Z Mediators to change: 1
1842024-10-18T20:38:38.046Z Services to change: 1
1852024-10-18T20:38:38.046Z Create boot environment: No
1862024-10-18T20:38:38.046ZCreate backup boot environment: Yes
1872024-10-18T20:38:40.233Z Actions: 1/6 actions (Updating modified actions)
1882024-10-18T20:38:40.384Z Actions: Completed 6 actions in 0.15 seconds.
1892024-10-18T20:38:40.386Z Done
1902024-10-18T20:38:40.386Z Done
1912024-10-18T20:38:40.483Z Done
1922024-10-18T20:38:44.066Z Done
1932024-10-18T20:38:44.153Z Done
1942024-10-18T20:38:44.155Z Done
1952024-10-18T20:38:44.436Z Done
1962024-10-18T20:38:44.870ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-10-18T20:38:44.870Zclang system 15 system
1982024-10-18T20:38:44.870Zcsh system system illumos
1992024-10-18T20:38:44.870Zctags system system illumos
2002024-10-18T20:38:44.870Zgcc vendor 12 vendor
2012024-10-18T20:38:44.870Zgcc system 10 system
2022024-10-18T20:38:44.870Zgcc system 7 system
2032024-10-18T20:38:44.870Zgo system 1.20 system
2042024-10-18T20:38:44.870Zgo system 1.19 system
2052024-10-18T20:38:44.870Zllvm system 15 system
2062024-10-18T20:38:44.870Zllvm system 14 system
2072024-10-18T20:38:44.870Zmariadb system 10.6 system
2082024-10-18T20:38:44.870Zmta vendor vendor dma
2092024-10-18T20:38:44.870Zopenjdk system 17 system
2102024-10-18T20:38:44.871Zopenjdk system 11 system
2112024-10-18T20:38:44.871Zopenjdk system 1.8 system
2122024-10-18T20:38:44.871Zopenssl vendor 3 vendor
2132024-10-18T20:38:44.871Zperl system 5.36 system
2142024-10-18T20:38:44.871Zpostgresql system 15 system
2152024-10-18T20:38:44.871Zpostgresql system 13 system
2162024-10-18T20:38:44.871Zpython vendor 3 vendor
2172024-10-18T20:38:44.871Zpython system 2 system
2182024-10-18T20:38:44.871Zpython3 system 3.11 system
2192024-10-18T20:38:44.871Zruby system 3.0 system
2202024-10-18T20:38:44.871Zwords vendor vendor american-english
2212024-10-18T20:38:44.871Zwords system system australian-english
2222024-10-18T20:38:44.871Zwords system system british-english
2232024-10-18T20:38:44.871Zwords system system canadian-english
2242024-10-18T20:38:44.871Zwords system system french
2252024-10-18T20:38:44.871Zwords system system italian
2262024-10-18T20:38:44.871Zwords system system ngerman
2272024-10-18T20:38:44.871Zwords system system ogerman
2282024-10-18T20:38:44.871Zwords system system spanish
2292024-10-18T20:38:45.201ZPUBLISHER TYPE STATUS P LOCATION
2302024-10-18T20:38:45.201Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-10-18T20:38:47.426ZFMRI IFO
2322024-10-18T20:38:47.426Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-10-18T20:38:47.426Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-10-18T20:38:47.427Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-10-18T20:38:47.427Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-10-18T20:38:47.427Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-10-18T20:38:47.427Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-10-18T20:38:47.427Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-10-18T20:38:47.427Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-10-18T20:38:47.427Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-10-18T20:38:47.427Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-10-18T20:38:47.427Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-10-18T20:38:47.427Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-10-18T20:38:47.427Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-10-18T20:38:48.110Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462024-10-18T20:38:48.392Z Updating crates.io index
2472024-10-18T20:38:48.443Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482024-10-18T20:38:49.144Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2492024-10-18T20:38:49.437Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2502024-10-18T20:38:49.697Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2512024-10-18T20:38:49.964Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522024-10-18T20:38:50.687Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532024-10-18T20:38:52.989Z Updating git repository `https://github.com/oxidecomputer/opte`
2542024-10-18T20:38:54.063Z Updating git repository `https://github.com/oxidecomputer/falcon`
2552024-10-18T20:38:54.914Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562024-10-18T20:38:55.174Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572024-10-18T20:38:55.415Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2582024-10-18T20:38:55.969Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2592024-10-18T20:38:56.304Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602024-10-18T20:38:56.644Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612024-10-18T20:38:56.927Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622024-10-18T20:38:57.179Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632024-10-18T20:38:57.450Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642024-10-18T20:38:57.884Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652024-10-18T20:38:58.197Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662024-10-18T20:38:58.650Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2672024-10-18T20:38:58.905Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682024-10-18T20:38:59.384Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692024-10-18T20:38:59.830Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702024-10-18T20:39:00.176Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712024-10-18T20:39:00.532Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722024-10-18T20:39:00.865Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732024-10-18T20:39:01.093Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742024-10-18T20:39:02.452Z Downloading crates ...
2752024-10-18T20:39:02.536Z Downloaded anstream v0.6.15
2762024-10-18T20:39:02.538Z Downloaded block-buffer v0.10.4
2772024-10-18T20:39:02.541Z Downloaded colorchoice v1.0.2
2782024-10-18T20:39:02.543Z Downloaded anstyle v1.0.8
2792024-10-18T20:39:02.543Z Downloaded equivalent v1.0.1
2802024-10-18T20:39:02.546Z Downloaded thiserror-impl v1.0.64
2812024-10-18T20:39:02.546Z Downloaded anstyle-query v1.1.1
2822024-10-18T20:39:02.555Z Downloaded scroll_derive v0.12.0
2832024-10-18T20:39:02.557Z Downloaded is_terminal_polyfill v1.70.1
2842024-10-18T20:39:02.557Z Downloaded swrite v0.1.0
2852024-10-18T20:39:02.565Z Downloaded pest_derive v2.7.14
2862024-10-18T20:39:02.567Z Downloaded usdt-macro v0.5.0
2872024-10-18T20:39:02.570Z Downloaded heck v0.5.0
2882024-10-18T20:39:02.573Z Downloaded plain v0.2.3
2892024-10-18T20:39:02.575Z Downloaded memmap v0.7.0
2902024-10-18T20:39:02.575Z Downloaded dof v0.3.0
2912024-10-18T20:39:02.578Z Downloaded autocfg v1.4.0
2922024-10-18T20:39:02.578Z Downloaded macaddr v1.0.1
2932024-10-18T20:39:02.580Z Downloaded fs-err v2.11.0
2942024-10-18T20:39:02.582Z Downloaded crypto-common v0.1.6
2952024-10-18T20:39:02.583Z Downloaded usdt-attr-macro v0.5.0
2962024-10-18T20:39:02.585Z Downloaded pest_generator v2.7.14
2972024-10-18T20:39:02.585Z Downloaded generic-array v0.14.7
2982024-10-18T20:39:02.590Z Downloaded version_check v0.9.5
2992024-10-18T20:39:02.593Z Downloaded fastrand v2.1.1
3002024-10-18T20:39:02.595Z Downloaded sha2 v0.10.8
3012024-10-18T20:39:02.599Z Downloaded clap_derive v4.5.18
3022024-10-18T20:39:02.599Z Downloaded anstyle-parse v0.2.5
3032024-10-18T20:39:02.601Z Downloaded serde_spanned v0.6.8
3042024-10-18T20:39:02.601Z Downloaded camino-tempfile v1.1.1
3052024-10-18T20:39:02.603Z Downloaded bytecount v0.6.8
3062024-10-18T20:39:02.605Z Downloaded tempfile v3.13.0
3072024-10-18T20:39:02.608Z Downloaded cargo_metadata v0.18.1
3082024-10-18T20:39:02.611Z Downloaded proc-macro-error v1.0.4
3092024-10-18T20:39:02.624Z Downloaded toml v0.8.19
3102024-10-18T20:39:02.627Z Downloaded unicode-ident v1.0.13
3112024-10-18T20:39:02.632Z Downloaded textwrap v0.16.1
3122024-10-18T20:39:02.643Z Downloaded dtrace-parser v0.2.0
3132024-10-18T20:39:02.647Z Downloaded pretty-hex v0.4.1
3142024-10-18T20:39:02.651Z Downloaded anyhow v1.0.89
3152024-10-18T20:39:02.666Z Downloaded heck v0.4.1
3162024-10-18T20:39:02.674Z Downloaded fnv v1.0.7
3172024-10-18T20:39:02.676Z Downloaded itoa v1.0.11
3182024-10-18T20:39:02.676Z Downloaded cargo-platform v0.1.8
3192024-10-18T20:39:02.678Z Downloaded cpufeatures v0.2.14
3202024-10-18T20:39:02.681Z Downloaded errno v0.3.9
3212024-10-18T20:39:02.683Z Downloaded clap_lex v0.7.2
3222024-10-18T20:39:02.683Z Downloaded unicode-linebreak v0.1.5
3232024-10-18T20:39:02.685Z Downloaded cfg-if v1.0.0
3242024-10-18T20:39:02.685Z Downloaded utf8parse v0.2.2
3252024-10-18T20:39:02.687Z Downloaded usdt v0.5.0
3262024-10-18T20:39:02.687Z Downloaded digest v0.10.7
3272024-10-18T20:39:02.690Z Downloaded smawk v0.3.2
3282024-10-18T20:39:02.690Z Downloaded strsim v0.11.1
3292024-10-18T20:39:02.693Z Downloaded toml_datetime v0.6.8
3302024-10-18T20:39:02.695Z Downloaded tabled_derive v0.7.0
3312024-10-18T20:39:02.695Z Downloaded proc-macro-error-attr v1.0.4
3322024-10-18T20:39:02.695Z Downloaded usdt-impl v0.5.0
3332024-10-18T20:39:02.698Z Downloaded terminal_size v0.4.0
3342024-10-18T20:39:02.702Z Downloaded serde_tokenstream v0.2.2
3352024-10-18T20:39:02.702Z Downloaded proc-macro2 v1.0.87
3362024-10-18T20:39:02.704Z Downloaded bitflags v2.6.0
3372024-10-18T20:39:02.706Z Downloaded thiserror v1.0.64
3382024-10-18T20:39:02.709Z Downloaded papergrid v0.11.0
3392024-10-18T20:39:02.713Z Downloaded thread-id v4.2.2
3402024-10-18T20:39:02.716Z Downloaded serde v1.0.210
3412024-10-18T20:39:02.718Z Downloaded clap v4.5.20
3422024-10-18T20:39:02.726Z Downloaded zerocopy-derive v0.7.35
3432024-10-18T20:39:02.730Z Downloaded semver v1.0.23
3442024-10-18T20:39:02.734Z Downloaded scroll v0.12.0
3452024-10-18T20:39:02.737Z Downloaded quote v1.0.37
3462024-10-18T20:39:02.737Z Downloaded once_cell v1.20.2
3472024-10-18T20:39:02.739Z Downloaded ucd-trie v0.1.7
3482024-10-18T20:39:02.741Z Downloaded pest_meta v2.7.14
3492024-10-18T20:39:02.741Z Downloaded log v0.4.22
3502024-10-18T20:39:02.743Z Downloaded byteorder v1.5.0
3512024-10-18T20:39:02.746Z Downloaded toml_edit v0.22.22
3522024-10-18T20:39:02.764Z Downloaded ryu v1.0.18
3532024-10-18T20:39:02.767Z Downloaded typenum v1.17.0
3542024-10-18T20:39:02.769Z Downloaded serde_derive v1.0.210
3552024-10-18T20:39:02.772Z Downloaded cargo_toml v0.20.5
3562024-10-18T20:39:02.774Z Downloaded camino v1.1.9
3572024-10-18T20:39:02.781Z Downloaded indexmap v2.6.0
3582024-10-18T20:39:02.785Z Downloaded memchr v2.7.4
3592024-10-18T20:39:02.791Z Downloaded hashbrown v0.15.0
3602024-10-18T20:39:02.806Z Downloaded winnow v0.6.20
3612024-10-18T20:39:02.815Z Downloaded zerocopy v0.7.35
3622024-10-18T20:39:02.831Z Downloaded serde_json v1.0.128
3632024-10-18T20:39:02.838Z Downloaded clap_builder v4.5.20
3642024-10-18T20:39:02.845Z Downloaded pest v2.7.14
3652024-10-18T20:39:02.850Z Downloaded goblin v0.8.2
3662024-10-18T20:39:02.856Z Downloaded tabled v0.15.0
3672024-10-18T20:39:02.871Z Downloaded unicode-width v0.1.14
3682024-10-18T20:39:02.877Z Downloaded syn v2.0.79
3692024-10-18T20:39:02.887Z Downloaded syn v1.0.109
3702024-10-18T20:39:02.898Z Downloaded rustix v0.38.37
3712024-10-18T20:39:02.919Z Downloaded libc v0.2.161
3722024-10-18T20:39:03.223Z Compiling proc-macro2 v1.0.87
3732024-10-18T20:39:03.223Z Compiling unicode-ident v1.0.13
3742024-10-18T20:39:03.225Z Compiling serde v1.0.210
3752024-10-18T20:39:03.225Z Compiling version_check v0.9.5
3762024-10-18T20:39:03.225Z Compiling memchr v2.7.4
3772024-10-18T20:39:03.225Z Compiling thiserror v1.0.64
3782024-10-18T20:39:03.225Z Compiling libc v0.2.161
3792024-10-18T20:39:03.225Z Compiling ucd-trie v0.1.7
3802024-10-18T20:39:03.473Z Compiling ryu v1.0.18
3812024-10-18T20:39:03.804Z Compiling itoa v1.0.11
3822024-10-18T20:39:03.909Z Compiling once_cell v1.20.2
3832024-10-18T20:39:04.055Z Compiling byteorder v1.5.0
3842024-10-18T20:39:04.254Z Compiling rustix v0.38.37
3852024-10-18T20:39:04.447Z Compiling serde_json v1.0.128
3862024-10-18T20:39:05.358Z Compiling bitflags v2.6.0
3872024-10-18T20:39:05.437Z Compiling usdt-impl v0.5.0
3882024-10-18T20:39:05.481Z Compiling proc-macro-error-attr v1.0.4
3892024-10-18T20:39:05.545Z Compiling syn v1.0.109
3902024-10-18T20:39:05.815Z Compiling proc-macro-error v1.0.4
3912024-10-18T20:39:05.818Z Compiling hashbrown v0.15.0
3922024-10-18T20:39:05.859Z Compiling equivalent v1.0.1
3932024-10-18T20:39:05.904Z Compiling plain v0.2.3
3942024-10-18T20:39:05.970Z Compiling utf8parse v0.2.2
3952024-10-18T20:39:06.072Z Compiling log v0.4.22
3962024-10-18T20:39:06.093Z Compiling camino v1.1.9
3972024-10-18T20:39:06.125Z Compiling thread-id v4.2.2
3982024-10-18T20:39:06.197Z Compiling anstyle-parse v0.2.5
3992024-10-18T20:39:06.306Z Compiling quote v1.0.37
4002024-10-18T20:39:06.442Z Compiling anstyle-query v1.1.1
4012024-10-18T20:39:06.527Z Compiling anstyle v1.0.8
4022024-10-18T20:39:06.585Z Compiling unicode-width v0.1.14
4032024-10-18T20:39:06.732Z Compiling syn v2.0.79
4042024-10-18T20:39:06.755Z Compiling errno v0.3.9
4052024-10-18T20:39:06.977Z Compiling indexmap v2.6.0
4062024-10-18T20:39:07.026Z Compiling semver v1.0.23
4072024-10-18T20:39:07.078Z Compiling pretty-hex v0.4.1
4082024-10-18T20:39:07.103Z Compiling colorchoice v1.0.2
4092024-10-18T20:39:07.259Z Compiling winnow v0.6.20
4102024-10-18T20:39:07.302Z Compiling autocfg v1.4.0
4112024-10-18T20:39:07.598Z Compiling is_terminal_polyfill v1.70.1
4122024-10-18T20:39:07.728Z Compiling anstream v0.6.15
4132024-10-18T20:39:08.450Z Compiling fs-err v2.11.0
4142024-10-18T20:39:08.475Z Compiling cfg-if v1.0.0
4152024-10-18T20:39:08.545Z Compiling fnv v1.0.7
4162024-10-18T20:39:08.568Z Compiling heck v0.4.1
4172024-10-18T20:39:08.662Z Compiling strsim v0.11.1
4182024-10-18T20:39:08.735Z Compiling clap_lex v0.7.2
4192024-10-18T20:39:09.010Z Compiling terminal_size v0.4.0
4202024-10-18T20:39:09.052Z Compiling bytecount v0.6.8
4212024-10-18T20:39:09.273Z Compiling fastrand v2.1.1
4222024-10-18T20:39:09.296Z Compiling heck v0.5.0
4232024-10-18T20:39:09.317Z Compiling anyhow v1.0.89
4242024-10-18T20:39:09.651Z Compiling tempfile v3.13.0
4252024-10-18T20:39:09.723Z Compiling papergrid v0.11.0
4262024-10-18T20:39:09.821Z Compiling clap_builder v4.5.20
4272024-10-18T20:39:10.244Z Compiling memmap v0.7.0
4282024-10-18T20:39:10.457Z Compiling unicode-linebreak v0.1.5
4292024-10-18T20:39:10.482Z Compiling smawk v0.3.2
4302024-10-18T20:39:10.944Z Compiling textwrap v0.16.1
4312024-10-18T20:39:11.107Z Compiling swrite v0.1.0
4322024-10-18T20:39:12.409Z Compiling tabled_derive v0.7.0
4332024-10-18T20:39:13.878Z Compiling tabled v0.15.0
4342024-10-18T20:39:15.229Z Compiling serde_derive v1.0.210
4352024-10-18T20:39:15.229Z Compiling thiserror-impl v1.0.64
4362024-10-18T20:39:15.232Z Compiling zerocopy-derive v0.7.35
4372024-10-18T20:39:15.232Z Compiling scroll_derive v0.12.0
4382024-10-18T20:39:15.315Z Compiling clap_derive v4.5.18
4392024-10-18T20:39:16.442Z Compiling scroll v0.12.0
4402024-10-18T20:39:16.925Z Compiling goblin v0.8.2
4412024-10-18T20:39:17.444Z Compiling zerocopy v0.7.35
4422024-10-18T20:39:17.628Z Compiling pest v2.7.14
4432024-10-18T20:39:18.813Z Compiling clap v4.5.20
4442024-10-18T20:39:20.005Z Compiling pest_meta v2.7.14
4452024-10-18T20:39:20.841Z Compiling pest_generator v2.7.14
4462024-10-18T20:39:22.705Z Compiling pest_derive v2.7.14
4472024-10-18T20:39:23.310Z Compiling dtrace-parser v0.2.0
4482024-10-18T20:39:25.266Z Compiling serde_tokenstream v0.2.2
4492024-10-18T20:39:25.307Z Compiling toml_datetime v0.6.8
4502024-10-18T20:39:25.309Z Compiling serde_spanned v0.6.8
4512024-10-18T20:39:25.643Z Compiling toml_edit v0.22.22
4522024-10-18T20:39:25.679Z Compiling cargo-platform v0.1.8
4532024-10-18T20:39:25.841Z Compiling macaddr v1.0.1
4542024-10-18T20:39:25.962Z Compiling camino-tempfile v1.1.1
4552024-10-18T20:39:26.682Z Compiling dof v0.3.0
4562024-10-18T20:39:26.737Z Compiling cargo_metadata v0.18.1
4572024-10-18T20:39:28.404Z Compiling usdt-attr-macro v0.5.0
4582024-10-18T20:39:28.404Z Compiling usdt-macro v0.5.0
4592024-10-18T20:39:28.470Z Compiling toml v0.8.19
4602024-10-18T20:39:29.309Z Compiling cargo_toml v0.20.5
4612024-10-18T20:39:29.806Z Compiling usdt v0.5.0
4622024-10-18T20:39:32.766Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4632024-10-18T20:39:36.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.81s
4642024-10-18T20:39:36.954Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4652024-10-18T20:39:37.525Z Downloading crates ...
4662024-10-18T20:39:37.655Z Downloaded atty v0.2.14
4672024-10-18T20:39:37.659Z Downloaded addr2line v0.24.2
4682024-10-18T20:39:37.662Z Downloaded async-stream-impl v0.3.6
4692024-10-18T20:39:37.665Z Downloaded hubpack_derive v0.1.1
4702024-10-18T20:39:37.667Z Downloaded http-range v0.1.5
4712024-10-18T20:39:37.670Z Downloaded http-body v1.0.1
4722024-10-18T20:39:37.672Z Downloaded hostname v0.4.0
4732024-10-18T20:39:37.674Z Downloaded httpdate v1.0.3
4742024-10-18T20:39:37.677Z Downloaded cfg_aliases v0.2.1
4752024-10-18T20:39:37.679Z Downloaded crucible-workspace-hack v0.1.0
4762024-10-18T20:39:37.679Z Downloaded bitfield-struct v0.6.2
4772024-10-18T20:39:37.682Z Downloaded new_debug_unreachable v1.0.6
4782024-10-18T20:39:37.684Z Downloaded matches v0.1.10
4792024-10-18T20:39:37.687Z Downloaded atomic-waker v1.1.2
4802024-10-18T20:39:37.690Z Downloaded darling_macro v0.20.10
4812024-10-18T20:39:37.690Z Downloaded cstr-argument v0.1.2
4822024-10-18T20:39:37.690Z Downloaded adler2 v2.0.0
4832024-10-18T20:39:37.692Z Downloaded newline-converter v0.3.0
4842024-10-18T20:39:37.692Z Downloaded bb8 v0.8.5
4852024-10-18T20:39:37.695Z Downloaded array-init v0.0.4
4862024-10-18T20:39:37.695Z Downloaded debug-ignore v1.0.5
4872024-10-18T20:39:37.698Z Downloaded ascii-canvas v3.0.0
4882024-10-18T20:39:37.698Z Downloaded cexpr v0.6.0
4892024-10-18T20:39:37.700Z Downloaded crc v3.2.1
4902024-10-18T20:39:37.702Z Downloaded arrayref v0.3.9
4912024-10-18T20:39:37.705Z Downloaded buf-list v1.0.3
4922024-10-18T20:39:37.707Z Downloaded hyper-tls v0.6.0
4932024-10-18T20:39:37.707Z Downloaded cbc v0.1.2
4942024-10-18T20:39:37.710Z Downloaded linked-hash-map v0.5.6
4952024-10-18T20:39:37.713Z Downloaded crossbeam-deque v0.8.5
4962024-10-18T20:39:37.713Z Downloaded lru v0.12.5
4972024-10-18T20:39:37.716Z Downloaded indent_write v2.2.0
4982024-10-18T20:39:37.716Z Downloaded ident_case v1.0.1
4992024-10-18T20:39:37.716Z Downloaded hostname v0.3.1
5002024-10-18T20:39:37.718Z Downloaded data-encoding v2.6.0
5012024-10-18T20:39:37.721Z Downloaded newtype_derive v0.1.6
5022024-10-18T20:39:37.721Z Downloaded lalrpop-util v0.19.12
5032024-10-18T20:39:37.723Z Downloaded inout v0.1.3
5042024-10-18T20:39:37.723Z Downloaded is-terminal v0.4.13
5052024-10-18T20:39:37.726Z Downloaded hubpack v0.1.2
5062024-10-18T20:39:37.726Z Downloaded http-body-util v0.1.2
5072024-10-18T20:39:37.728Z Downloaded ctr v0.9.2
5082024-10-18T20:39:37.731Z Downloaded libsw v3.3.1
5092024-10-18T20:39:37.733Z Downloaded curve25519-dalek-derive v0.1.1
5102024-10-18T20:39:37.733Z Downloaded lazycell v1.3.0
5112024-10-18T20:39:37.736Z Downloaded hyper-rustls v0.27.3
5122024-10-18T20:39:37.738Z Downloaded http-body v0.4.6
5132024-10-18T20:39:37.740Z Downloaded nanorand v0.7.0
5142024-10-18T20:39:37.743Z Downloaded colored v2.1.0
5152024-10-18T20:39:37.745Z Downloaded mime_guess v2.0.5
5162024-10-18T20:39:37.748Z Downloaded instant v0.1.13
5172024-10-18T20:39:37.750Z Downloaded crc32fast v1.4.2
5182024-10-18T20:39:37.753Z Downloaded mockall v0.13.0
5192024-10-18T20:39:37.753Z Downloaded multer v3.1.0
5202024-10-18T20:39:37.755Z Downloaded highway v1.2.0
5212024-10-18T20:39:37.758Z Downloaded httparse v1.9.5
5222024-10-18T20:39:37.760Z Downloaded home v0.5.9
5232024-10-18T20:39:37.762Z Downloaded hmac v0.12.1
5242024-10-18T20:39:37.765Z Downloaded memmap2 v0.9.5
5252024-10-18T20:39:37.767Z Downloaded indoc v1.0.9
5262024-10-18T20:39:37.770Z Downloaded is_ci v1.2.0
5272024-10-18T20:39:37.770Z Downloaded ciborium-io v0.2.2
5282024-10-18T20:39:37.772Z Downloaded atomicwrites v0.4.4
5292024-10-18T20:39:37.772Z Downloaded md-5 v0.10.6
5302024-10-18T20:39:37.775Z Downloaded iana-time-zone v0.1.61
5312024-10-18T20:39:37.777Z Downloaded md5 v0.7.0
5322024-10-18T20:39:37.777Z Downloaded console v0.15.8
5332024-10-18T20:39:37.780Z Downloaded ipnet v2.10.1
5342024-10-18T20:39:37.782Z Downloaded crunchy v0.2.2
5352024-10-18T20:39:37.785Z Downloaded cfg_aliases v0.1.1
5362024-10-18T20:39:37.785Z Downloaded argon2 v0.5.3
5372024-10-18T20:39:37.788Z Downloaded rand_core v0.6.4
5382024-10-18T20:39:37.790Z Downloaded normalize-line-endings v0.3.0
5392024-10-18T20:39:37.790Z Downloaded bcs v0.1.6
5402024-10-18T20:39:37.793Z Downloaded async-bb8-diesel v0.2.1
5412024-10-18T20:39:37.795Z Downloaded miniz_oxide v0.8.0
5422024-10-18T20:39:37.797Z Downloaded nodrop v0.1.14
5432024-10-18T20:39:37.797Z Downloaded clang-sys v1.8.1
5442024-10-18T20:39:37.800Z Downloaded ahash v0.8.11
5452024-10-18T20:39:37.803Z Downloaded want v0.3.1
5462024-10-18T20:39:37.805Z Downloaded tower-service v0.3.3
5472024-10-18T20:39:37.805Z Downloaded tinyvec_macros v0.1.1
5482024-10-18T20:39:37.808Z Downloaded mime v0.3.17
5492024-10-18T20:39:37.808Z Downloaded sync_wrapper v1.0.1
5502024-10-18T20:39:37.810Z Downloaded rustfmt-wrapper v0.2.1
5512024-10-18T20:39:37.810Z Downloaded base64 v0.13.1
5522024-10-18T20:39:37.813Z Downloaded ciborium v0.2.2
5532024-10-18T20:39:37.816Z Downloaded maybe-uninit v2.0.0
5542024-10-18T20:39:37.819Z Downloaded match_cfg v0.1.0
5552024-10-18T20:39:37.819Z Downloaded async-stream v0.3.6
5562024-10-18T20:39:37.822Z Downloaded bitfield v0.14.0
5572024-10-18T20:39:37.825Z Downloaded memoffset v0.9.1
5582024-10-18T20:39:37.825Z Downloaded nibble_vec v0.1.0
5592024-10-18T20:39:37.826Z Downloaded ipnetwork v0.20.0
5602024-10-18T20:39:37.828Z Downloaded bit-set v0.5.3
5612024-10-18T20:39:37.828Z Downloaded bcrypt-pbkdf v0.10.0
5622024-10-18T20:39:37.830Z Downloaded impl-trait-for-tuples v0.2.2
5632024-10-18T20:39:37.833Z Downloaded managed v0.8.0
5642024-10-18T20:39:37.835Z Downloaded convert_case v0.4.0
5652024-10-18T20:39:37.835Z Downloaded block-padding v0.3.3
5662024-10-18T20:39:37.837Z Downloaded chacha20 v0.9.1
5672024-10-18T20:39:37.837Z Downloaded aead v0.5.2
5682024-10-18T20:39:37.840Z Downloaded crc-catalog v2.4.0
5692024-10-18T20:39:37.842Z Downloaded cobs v0.2.3
5702024-10-18T20:39:37.842Z Downloaded heck v0.3.3
5712024-10-18T20:39:37.845Z Downloaded libefi-sys v0.1.0
5722024-10-18T20:39:37.845Z Downloaded newtype-uuid v1.1.2
5732024-10-18T20:39:37.847Z Downloaded indicatif v0.17.8
5742024-10-18T20:39:37.850Z Downloaded castaway v0.2.3
5752024-10-18T20:39:37.852Z Downloaded untrusted v0.9.0
5762024-10-18T20:39:37.855Z Downloaded slog-json v2.6.1
5772024-10-18T20:39:37.855Z Downloaded cipher v0.4.4
5782024-10-18T20:39:37.857Z Downloaded unarray v0.1.4
5792024-10-18T20:39:37.859Z Downloaded topological-sort v0.2.2
5802024-10-18T20:39:37.859Z Downloaded spin v0.9.8
5812024-10-18T20:39:37.862Z Downloaded const_format_proc_macros v0.2.33
5822024-10-18T20:39:37.864Z Downloaded utf-8 v0.7.6
5832024-10-18T20:39:37.867Z Downloaded rustc_version v0.4.1
5842024-10-18T20:39:37.869Z Downloaded libloading v0.8.5
5852024-10-18T20:39:37.872Z Downloaded jobserver v0.1.32
5862024-10-18T20:39:37.872Z Downloaded zeroize_derive v1.4.2
5872024-10-18T20:39:37.874Z Downloaded lock_api v0.4.12
5882024-10-18T20:39:37.877Z Downloaded hyper-staticfile v0.10.1
5892024-10-18T20:39:37.879Z Downloaded serde_plain v1.0.2
5902024-10-18T20:39:37.879Z Downloaded dsl_auto_type v0.1.2
5912024-10-18T20:39:37.881Z Downloaded sha1 v0.10.6
5922024-10-18T20:39:37.884Z Downloaded multimap v0.10.0
5932024-10-18T20:39:37.884Z Downloaded hkdf v0.12.4
5942024-10-18T20:39:37.886Z Downloaded number_prefix v0.4.0
5952024-10-18T20:39:37.888Z Downloaded strum_macros v0.25.3
5962024-10-18T20:39:37.891Z Downloaded termcolor v1.4.1
5972024-10-18T20:39:37.891Z Downloaded structmeta v0.3.0
5982024-10-18T20:39:37.893Z Downloaded ssh-encoding v0.2.0
5992024-10-18T20:39:37.896Z Downloaded env_filter v0.1.2
6002024-10-18T20:39:37.896Z Downloaded bitflags v1.3.2
6012024-10-18T20:39:37.899Z Downloaded hex v0.4.3
6022024-10-18T20:39:37.901Z Downloaded russh-keys v0.45.0
6032024-10-18T20:39:37.903Z Downloaded async-recursion v1.1.1
6042024-10-18T20:39:37.907Z Downloaded walkdir v2.5.0
6052024-10-18T20:39:37.909Z Downloaded hickory-resolver v0.24.1
6062024-10-18T20:39:37.914Z Downloaded packed_struct v0.10.1
6072024-10-18T20:39:37.917Z Downloaded http v1.1.0
6082024-10-18T20:39:37.920Z Downloaded chrono-tz-build v0.4.0
6092024-10-18T20:39:37.922Z Downloaded typify-macro v0.2.0
6102024-10-18T20:39:37.922Z Downloaded cancel-safe-futures v0.1.5
6112024-10-18T20:39:37.925Z Downloaded tls_codec v0.4.1
6122024-10-18T20:39:37.927Z Downloaded phf v0.11.2
6132024-10-18T20:39:37.930Z Downloaded darling v0.20.10
6142024-10-18T20:39:37.933Z Downloaded bzip2 v0.4.4
6152024-10-18T20:39:37.935Z Downloaded env_logger v0.10.2
6162024-10-18T20:39:37.938Z Downloaded cookie_store v0.21.0
6172024-10-18T20:39:37.940Z Downloaded waitgroup v0.1.2
6182024-10-18T20:39:37.943Z Downloaded futures-core v0.3.31
6192024-10-18T20:39:37.945Z Downloaded chacha20poly1305 v0.10.1
6202024-10-18T20:39:37.945Z Downloaded foreign-types-macros v0.2.3
6212024-10-18T20:39:37.948Z Downloaded hickory-server v0.24.1
6222024-10-18T20:39:37.952Z Downloaded serde_with_macros v3.11.0
6232024-10-18T20:39:37.955Z Downloaded sigpipe v0.1.3
6242024-10-18T20:39:37.957Z Downloaded group v0.13.0
6252024-10-18T20:39:37.959Z Downloaded r2d2 v0.8.10
6262024-10-18T20:39:37.959Z Downloaded tokio-rustls v0.26.0
6272024-10-18T20:39:37.962Z Downloaded foreign-types-shared v0.3.1
6282024-10-18T20:39:37.964Z Downloaded radium v0.7.0
6292024-10-18T20:39:37.964Z Downloaded quinn-udp v0.5.5
6302024-10-18T20:39:37.966Z Downloaded rustls-pemfile v1.0.4
6312024-10-18T20:39:37.968Z Downloaded dhcproto-macros v0.1.0
6322024-10-18T20:39:37.969Z Downloaded siphasher v0.3.11
6332024-10-18T20:39:37.971Z Downloaded blake2 v0.10.6
6342024-10-18T20:39:37.973Z Downloaded term v0.7.0
6352024-10-18T20:39:37.976Z Downloaded predicates-core v1.0.8
6362024-10-18T20:39:37.978Z Downloaded foreign-types-shared v0.1.1
6372024-10-18T20:39:37.978Z Downloaded hyper-util v0.1.9
6382024-10-18T20:39:37.982Z Downloaded paste v1.0.15
6392024-10-18T20:39:37.985Z Downloaded strum_macros v0.24.3
6402024-10-18T20:39:37.987Z Downloaded progenitor v0.8.0
6412024-10-18T20:39:37.990Z Downloaded supports-color v3.0.1
6422024-10-18T20:39:37.992Z Downloaded futures v0.3.31
6432024-10-18T20:39:37.996Z Downloaded crc-any v2.5.0
6442024-10-18T20:39:37.998Z Downloaded pbkdf2 v0.12.2
6452024-10-18T20:39:38.001Z Downloaded foreign-types v0.3.2
6462024-10-18T20:39:38.003Z Downloaded ena v0.14.3
6472024-10-18T20:39:38.003Z Downloaded diesel-dtrace v0.3.0
6482024-10-18T20:39:38.006Z Downloaded postgres-types v0.2.8
6492024-10-18T20:39:38.008Z Downloaded rsa v0.9.6
6502024-10-18T20:39:38.022Z Downloaded path-slash v0.1.5
6512024-10-18T20:39:38.024Z Downloaded termtree v0.4.1
6522024-10-18T20:39:38.027Z Downloaded stable_deref_trait v1.2.0
6532024-10-18T20:39:38.027Z Downloaded precomputed-hash v0.1.1
6542024-10-18T20:39:38.027Z Downloaded num_enum v0.5.11
6552024-10-18T20:39:38.031Z Downloaded tokio-native-tls v0.3.1
6562024-10-18T20:39:38.033Z Downloaded itertools v0.10.5
6572024-10-18T20:39:38.040Z Downloaded rayon-core v1.12.1
6582024-10-18T20:39:38.044Z Downloaded oso-derive v0.27.3
6592024-10-18T20:39:38.047Z Downloaded zone_cfg_derive v0.3.0
6602024-10-18T20:39:38.047Z Downloaded zone_cfg_derive v0.1.2
6612024-10-18T20:39:38.049Z Downloaded strum_macros v0.26.4
6622024-10-18T20:39:38.052Z Downloaded pkcs1 v0.7.5
6632024-10-18T20:39:38.054Z Downloaded password-hash v0.5.0
6642024-10-18T20:39:38.054Z Downloaded num_threads v0.1.7
6652024-10-18T20:39:38.056Z Downloaded foreign-types v0.5.0
6662024-10-18T20:39:38.059Z Downloaded ff v0.13.0
6672024-10-18T20:39:38.059Z Downloaded derive-where v1.2.7
6682024-10-18T20:39:38.062Z Downloaded smallvec v0.6.14
6692024-10-18T20:39:38.065Z Downloaded hashlink v0.9.1
6702024-10-18T20:39:38.067Z Downloaded filetime v0.2.25
6712024-10-18T20:39:38.069Z Downloaded take_mut v0.2.2
6722024-10-18T20:39:38.069Z Downloaded downcast v0.11.0
6732024-10-18T20:39:38.072Z Downloaded diesel_table_macro_syntax v0.2.0
6742024-10-18T20:39:38.072Z Downloaded compact_str v0.8.0
6752024-10-18T20:39:38.075Z Downloaded semver v0.1.20
6762024-10-18T20:39:38.077Z Downloaded nom v7.1.3
6772024-10-18T20:39:38.082Z Downloaded pbkdf2 v0.11.0
6782024-10-18T20:39:38.084Z Downloaded socket2 v0.5.7
6792024-10-18T20:39:38.087Z Downloaded const-oid v0.9.6
6802024-10-18T20:39:38.089Z Downloaded rand_xorshift v0.3.0
6812024-10-18T20:39:38.091Z Downloaded rand_seeder v0.3.0
6822024-10-18T20:39:38.093Z Downloaded rand_chacha v0.3.1
6832024-10-18T20:39:38.093Z Downloaded endian-type v0.1.2
6842024-10-18T20:39:38.096Z Downloaded try-lock v0.2.5
6852024-10-18T20:39:38.096Z Downloaded fd-lock v4.0.2
6862024-10-18T20:39:38.098Z Downloaded zone v0.3.0
6872024-10-18T20:39:38.101Z Downloaded tracing-attributes v0.1.27
6882024-10-18T20:39:38.103Z Downloaded fixedbitset v0.4.2
6892024-10-18T20:39:38.103Z Downloaded url v2.5.2
6902024-10-18T20:39:38.106Z Downloaded num_enum_derive v0.5.11
6912024-10-18T20:39:38.109Z Downloaded serde-big-array v0.5.1
6922024-10-18T20:39:38.111Z Downloaded hex-literal v0.4.1
6932024-10-18T20:39:38.111Z Downloaded flagset v0.4.6
6942024-10-18T20:39:38.114Z Downloaded dhcproto v0.12.0
6952024-10-18T20:39:38.116Z Downloaded slog-term v2.9.1
6962024-10-18T20:39:38.119Z Downloaded num-traits v0.2.19
6972024-10-18T20:39:38.121Z Downloaded tap v1.0.1
6982024-10-18T20:39:38.131Z Downloaded opaque-debug v0.3.1
6992024-10-18T20:39:38.131Z Downloaded rustc_version v0.1.7
7002024-10-18T20:39:38.131Z Downloaded pkcs5 v0.7.1
7012024-10-18T20:39:38.131Z Downloaded progenitor-macro v0.8.0
7022024-10-18T20:39:38.131Z Downloaded similar v2.6.0
7032024-10-18T20:39:38.134Z Downloaded darling_core v0.20.10
7042024-10-18T20:39:38.139Z Downloaded num-iter v0.1.45
7052024-10-18T20:39:38.141Z Downloaded dyn-clone v1.0.17
7062024-10-18T20:39:38.143Z Downloaded value-bag v1.9.0
7072024-10-18T20:39:38.146Z Downloaded uzers v0.12.1
7082024-10-18T20:39:38.148Z Downloaded signal-hook-registry v1.4.2
7092024-10-18T20:39:38.150Z Downloaded unsafe-libyaml v0.2.11
7102024-10-18T20:39:38.153Z Downloaded hashbrown v0.12.3
7112024-10-18T20:39:38.157Z Downloaded predicates v3.1.2
7122024-10-18T20:39:38.160Z Downloaded sqlparser_derive v0.2.2
7132024-10-18T20:39:38.162Z Downloaded thiserror-impl-no-std v2.0.2
7142024-10-18T20:39:38.165Z Downloaded thread_local v1.1.8
7152024-10-18T20:39:38.165Z Downloaded signal-hook-tokio v0.3.1
7162024-10-18T20:39:38.167Z Downloaded ghash v0.5.1
7172024-10-18T20:39:38.167Z Downloaded sct v0.7.1
7182024-10-18T20:39:38.170Z Downloaded base64 v0.21.7
7192024-10-18T20:39:38.174Z Downloaded headers-core v0.3.0
7202024-10-18T20:39:38.176Z Downloaded defmt-parser v0.3.4
7212024-10-18T20:39:38.176Z Downloaded ref-cast-impl v1.0.23
7222024-10-18T20:39:38.178Z Downloaded polyval v0.6.2
7232024-10-18T20:39:38.181Z Downloaded test-strategy v0.3.1
7242024-10-18T20:39:38.183Z Downloaded rustc-demangle v0.1.24
7252024-10-18T20:39:38.185Z Downloaded rustc-hash v2.0.0
7262024-10-18T20:39:38.188Z Downloaded typify v0.2.0
7272024-10-18T20:39:38.190Z Downloaded libxml v0.3.3
7282024-10-18T20:39:38.197Z Downloaded quick-error v1.2.3
7292024-10-18T20:39:38.199Z Downloaded pretty-hex v0.2.1
7302024-10-18T20:39:38.199Z Downloaded thiserror-no-std v2.0.2
7312024-10-18T20:39:38.202Z Downloaded time-core v0.1.2
7322024-10-18T20:39:38.205Z Downloaded smf v0.2.3
7332024-10-18T20:39:38.207Z Downloaded aes v0.8.4
7342024-10-18T20:39:38.210Z Downloaded oso v0.27.3
7352024-10-18T20:39:38.212Z Downloaded ref-cast v1.0.23
7362024-10-18T20:39:38.215Z Downloaded tiny-keccak v2.0.2
7372024-10-18T20:39:38.217Z Downloaded fragile v2.0.0
7382024-10-18T20:39:38.220Z Downloaded tough v0.17.1
7392024-10-18T20:39:38.228Z Downloaded hyper v1.4.1
7402024-10-18T20:39:38.235Z Downloaded olpc-cjson v0.1.4
7412024-10-18T20:39:38.237Z Downloaded fxhash v0.2.1
7422024-10-18T20:39:38.240Z Downloaded num v0.4.3
7432024-10-18T20:39:38.240Z Downloaded strum v0.26.3
7442024-10-18T20:39:38.240Z Downloaded futures-executor v0.3.31
7452024-10-18T20:39:38.242Z Downloaded globset v0.4.15
7462024-10-18T20:39:38.245Z Downloaded tungstenite v0.24.0
7472024-10-18T20:39:38.247Z Downloaded tungstenite v0.23.0
7482024-10-18T20:39:38.250Z Downloaded parking_lot v0.11.2
7492024-10-18T20:39:38.253Z Downloaded progenitor-impl v0.8.0
7502024-10-18T20:39:38.255Z Downloaded ppv-lite86 v0.2.20
7512024-10-18T20:39:38.258Z Downloaded scrypt v0.11.0
7522024-10-18T20:39:38.260Z Downloaded toml v0.7.8
7532024-10-18T20:39:38.264Z Downloaded shlex v1.3.0
7542024-10-18T20:39:38.267Z Downloaded serde_urlencoded v0.7.1
7552024-10-18T20:39:38.267Z Downloaded serde_repr v0.1.19
7562024-10-18T20:39:38.269Z Downloaded twox-hash v1.6.3
7572024-10-18T20:39:38.271Z Downloaded sqlformat v0.2.6
7582024-10-18T20:39:38.271Z Downloaded time-macros v0.2.18
7592024-10-18T20:39:38.274Z Downloaded openssl-probe v0.1.5
7602024-10-18T20:39:38.276Z Downloaded smallvec v1.13.2
7612024-10-18T20:39:38.279Z Downloaded shell-words v1.1.0
7622024-10-18T20:39:38.279Z Downloaded itertools v0.12.1
7632024-10-18T20:39:38.285Z Downloaded postcard v1.0.10
7642024-10-18T20:39:38.288Z Downloaded fallible-streaming-iterator v0.1.9
7652024-10-18T20:39:38.291Z Downloaded defmt v0.3.8
7662024-10-18T20:39:38.293Z Downloaded vte v0.11.1
7672024-10-18T20:39:38.295Z Downloaded either v1.13.0
7682024-10-18T20:39:38.298Z Downloaded universal-hash v0.5.1
7692024-10-18T20:39:38.300Z Downloaded vsss-rs v3.3.4
7702024-10-18T20:39:38.303Z Downloaded ed25519 v2.2.3
7712024-10-18T20:39:38.303Z Downloaded primeorder v0.13.6
7722024-10-18T20:39:38.305Z Downloaded xz2 v0.1.7
7732024-10-18T20:39:38.307Z Downloaded scheduled-thread-pool v0.2.7
7742024-10-18T20:39:38.310Z Downloaded powerfmt v0.2.0
7752024-10-18T20:39:38.310Z Downloaded peg-runtime v0.8.3
7762024-10-18T20:39:38.312Z Downloaded hyper v0.14.30
7772024-10-18T20:39:38.318Z Downloaded pin-project-lite v0.2.14
7782024-10-18T20:39:38.323Z Downloaded whoami v1.5.2
7792024-10-18T20:39:38.326Z Downloaded float-ord v0.3.2
7802024-10-18T20:39:38.328Z Downloaded structmeta-derive v0.3.0
7812024-10-18T20:39:38.328Z Downloaded phf_generator v0.11.2
7822024-10-18T20:39:38.331Z Downloaded num-integer v0.1.46
7832024-10-18T20:39:38.333Z Downloaded static_assertions v1.1.0
7842024-10-18T20:39:38.333Z Downloaded fallible-iterator v0.2.0
7852024-10-18T20:39:38.335Z Downloaded fallible-iterator v0.3.0
7862024-10-18T20:39:38.335Z Downloaded tar v0.4.42
7872024-10-18T20:39:38.338Z Downloaded progenitor-client v0.8.0
7882024-10-18T20:39:38.340Z Downloaded peg v0.8.4
7892024-10-18T20:39:38.343Z Downloaded gethostname v0.5.0
7902024-10-18T20:39:38.345Z Downloaded schemars_derive v0.8.21
7912024-10-18T20:39:38.347Z Downloaded derive_more v0.99.18
7922024-10-18T20:39:38.351Z Downloaded hashbrown v0.13.2
7932024-10-18T20:39:38.355Z Downloaded dirs-next v2.0.0
7942024-10-18T20:39:38.357Z Downloaded derive_builder_macro v0.20.2
7952024-10-18T20:39:38.357Z Downloaded parking_lot_core v0.8.6
7962024-10-18T20:39:38.360Z Downloaded tls_codec_derive v0.4.1
7972024-10-18T20:39:38.363Z Downloaded stringprep v0.1.5
7982024-10-18T20:39:38.366Z Downloaded string_cache v0.8.7
7992024-10-18T20:39:38.366Z Downloaded dirs-sys-next v0.1.2
8002024-10-18T20:39:38.366Z Downloaded same-file v1.0.6
8012024-10-18T20:39:38.368Z Downloaded salsa20 v0.10.2
8022024-10-18T20:39:38.368Z Downloaded form_urlencoded v1.2.1
8032024-10-18T20:39:38.371Z Downloaded blake3 v1.5.4
8042024-10-18T20:39:38.377Z Downloaded tracing-core v0.1.32
8052024-10-18T20:39:38.380Z Downloaded structmeta-derive v0.2.0
8062024-10-18T20:39:38.382Z Downloaded spin v0.5.2
8072024-10-18T20:39:38.382Z Downloaded rtoolbox v0.0.2
8082024-10-18T20:39:38.385Z Downloaded pkg-config v0.3.31
8092024-10-18T20:39:38.388Z Downloaded ssh-key v0.6.6
8102024-10-18T20:39:38.393Z Downloaded rpassword v7.3.1
8112024-10-18T20:39:38.395Z Downloaded num-conv v0.1.0
8122024-10-18T20:39:38.395Z Downloaded sync_wrapper v0.1.2
8132024-10-18T20:39:38.398Z Downloaded phf_shared v0.10.0
8142024-10-18T20:39:38.398Z Downloaded peg-macros v0.8.4
8152024-10-18T20:39:38.400Z Downloaded elliptic-curve v0.13.8
8162024-10-18T20:39:38.403Z Downloaded which v4.4.2
8172024-10-18T20:39:38.405Z Downloaded spki v0.7.3
8182024-10-18T20:39:38.408Z Downloaded signature v2.2.0
8192024-10-18T20:39:38.408Z Downloaded serde_derive_internals v0.29.1
8202024-10-18T20:39:38.410Z Downloaded hickory-client v0.24.1
8212024-10-18T20:39:38.415Z Downloaded unicode-truncate v1.1.0
8222024-10-18T20:39:38.417Z Downloaded phf_shared v0.11.2
8232024-10-18T20:39:38.417Z Downloaded structmeta v0.2.0
8242024-10-18T20:39:38.417Z Downloaded poly1305 v0.8.0
8252024-10-18T20:39:38.420Z Downloaded omicron-zone-package v0.11.1
8262024-10-18T20:39:38.422Z Downloaded postgres-protocol v0.6.7
8272024-10-18T20:39:38.424Z Downloaded rand v0.8.5
8282024-10-18T20:39:38.427Z Downloaded qorb v0.1.2
8292024-10-18T20:39:38.431Z Downloaded toolchain_find v0.4.0
8302024-10-18T20:39:38.433Z Downloaded getrandom v0.2.15
8312024-10-18T20:39:38.436Z Downloaded zerocopy v0.6.6
8322024-10-18T20:39:38.438Z Downloaded unicode-properties v0.1.3
8332024-10-18T20:39:38.440Z Downloaded wyz v0.5.1
8342024-10-18T20:39:38.442Z Downloaded tokio-tungstenite v0.23.1
8352024-10-18T20:39:38.445Z Downloaded unicode-bidi v0.3.17
8362024-10-18T20:39:38.448Z Downloaded foldhash v0.1.3
8372024-10-18T20:39:38.448Z Downloaded float-cmp v0.9.0
8382024-10-18T20:39:38.448Z Downloaded slog-bunyan v2.5.0
8392024-10-18T20:39:38.450Z Downloaded der v0.7.9
8402024-10-18T20:39:38.454Z Downloaded heapless v0.7.17
8412024-10-18T20:39:38.458Z Downloaded vte_generate_state_changes v0.1.2
8422024-10-18T20:39:38.461Z Downloaded signal-hook-mio v0.2.4
8432024-10-18T20:39:38.461Z Downloaded psl-types v2.0.11
8442024-10-18T20:39:38.463Z Downloaded ecdsa v0.16.9
8452024-10-18T20:39:38.466Z Downloaded unicode-segmentation v1.12.0
8462024-10-18T20:39:38.468Z Downloaded embedded-io v0.4.0
8472024-10-18T20:39:38.470Z Downloaded tinyvec v1.8.0
8482024-10-18T20:39:38.473Z Downloaded openssl-macros v0.1.1
8492024-10-18T20:39:38.473Z Downloaded tabwriter v1.4.0
8502024-10-18T20:39:38.475Z Downloaded futures-task v0.3.31
8512024-10-18T20:39:38.475Z Downloaded prettyplease v0.2.22
8522024-10-18T20:39:38.478Z Downloaded display-error-chain v0.2.1
8532024-10-18T20:39:38.480Z Downloaded parking_lot_core v0.9.10
8542024-10-18T20:39:38.483Z Downloaded snafu-derive v0.8.5
8552024-10-18T20:39:38.483Z Downloaded tokio-rustls v0.25.0
8562024-10-18T20:39:38.485Z Downloaded tokio-rustls v0.24.1
8572024-10-18T20:39:38.488Z Downloaded tracing v0.1.40
8582024-10-18T20:39:38.491Z Downloaded toml_edit v0.19.15
8592024-10-18T20:39:38.507Z Downloaded pkcs8 v0.10.2
8602024-10-18T20:39:38.510Z Downloaded tokio-tungstenite v0.24.0
8612024-10-18T20:39:38.512Z Downloaded pin-project v1.1.6
8622024-10-18T20:39:38.523Z Downloaded futures-macro v0.3.31
8632024-10-18T20:39:38.526Z Downloaded tokio-tungstenite v0.21.0
8642024-10-18T20:39:38.528Z Downloaded time v0.3.36
8652024-10-18T20:39:38.534Z Downloaded num-complex v0.4.6
8662024-10-18T20:39:38.536Z Downloaded pin-utils v0.1.0
8672024-10-18T20:39:38.538Z Downloaded pem v3.0.4
8682024-10-18T20:39:38.538Z Downloaded serde_path_to_error v0.1.16
8692024-10-18T20:39:38.541Z Downloaded xattr v1.3.1
8702024-10-18T20:39:38.541Z Downloaded diff v0.1.13
8712024-10-18T20:39:38.544Z Downloaded futures-io v0.3.31
8722024-10-18T20:39:38.546Z Downloaded pin-project-internal v1.1.6
8732024-10-18T20:39:38.548Z Downloaded rustls-webpki v0.101.7
8742024-10-18T20:39:38.561Z Downloaded hashbrown v0.14.5
8752024-10-18T20:39:38.566Z Downloaded russh-cryptovec v0.7.3
8762024-10-18T20:39:38.568Z Downloaded idna v0.5.0
8772024-10-18T20:39:38.574Z Downloaded schemars v0.8.21
8782024-10-18T20:39:38.585Z Downloaded p256 v0.13.2
8792024-10-18T20:39:38.588Z Downloaded slog v2.7.0
8802024-10-18T20:39:38.591Z Downloaded samael v0.0.17
8812024-10-18T20:39:38.597Z Downloaded ed25519-dalek v2.1.1
8822024-10-18T20:39:38.600Z Downloaded diesel_derives v2.2.3
8832024-10-18T20:39:38.604Z Downloaded quinn-proto v0.11.8
8842024-10-18T20:39:38.610Z Downloaded num-derive v0.4.2
8852024-10-18T20:39:38.613Z Downloaded rcgen v0.12.1
8862024-10-18T20:39:38.615Z Downloaded derive_builder_core v0.20.2
8872024-10-18T20:39:38.618Z Downloaded x509-cert v0.2.5
8882024-10-18T20:39:38.623Z Downloaded reqwest v0.12.8
8892024-10-18T20:39:38.631Z Downloaded aho-corasick v1.1.3
8902024-10-18T20:39:38.638Z Downloaded reedline v0.35.0
8912024-10-18T20:39:38.645Z Downloaded idna v0.3.0
8922024-10-18T20:39:38.652Z Downloaded serde_with v3.11.0
8932024-10-18T20:39:38.661Z Downloaded vcpkg v0.2.15
8942024-10-18T20:39:38.698Z Downloaded nix v0.27.1
8952024-10-18T20:39:38.709Z Downloaded ron v0.7.1
8962024-10-18T20:39:38.713Z Downloaded num-bigint-dig v0.8.4
8972024-10-18T20:39:38.718Z Downloaded h2 v0.3.26
8982024-10-18T20:39:38.725Z Downloaded nix v0.29.0
8992024-10-18T20:39:38.737Z Downloaded sqlparser v0.45.0
9002024-10-18T20:39:38.742Z Downloaded tokio-util v0.7.12
9012024-10-18T20:39:38.749Z Downloaded tokio-postgres v0.7.12
9022024-10-18T20:39:38.753Z Downloaded unicode_categories v0.1.1
9032024-10-18T20:39:38.756Z Downloaded dropshot v0.12.0
9042024-10-18T20:39:38.775Z Downloaded h2 v0.4.6
9052024-10-18T20:39:38.803Z Downloaded object v0.36.5
9062024-10-18T20:39:38.806Z Downloaded rustyline v14.0.0
9072024-10-18T20:39:38.806Z Downloaded regress v0.10.1
9082024-10-18T20:39:38.809Z Downloaded flate2 v1.0.34
9092024-10-18T20:39:38.812Z Downloaded portable-atomic v1.9.0
9102024-10-18T20:39:38.819Z Downloaded trust-dns-proto v0.22.0
9112024-10-18T20:39:38.831Z Downloaded radix_trie v0.2.1
9122024-10-18T20:39:38.836Z Downloaded diesel v2.2.4
9132024-10-18T20:39:38.855Z Downloaded reqwest v0.11.27
9142024-10-18T20:39:38.863Z Downloaded chrono v0.4.38
9152024-10-18T20:39:38.870Z Downloaded bindgen v0.69.5
9162024-10-18T20:39:38.877Z Downloaded russh v0.45.0
9172024-10-18T20:39:38.882Z Downloaded regex-syntax v0.6.29
9182024-10-18T20:39:38.890Z Downloaded regex v1.11.0
9192024-10-18T20:39:38.903Z Downloaded regex-syntax v0.8.5
9202024-10-18T20:39:38.911Z Downloaded openapiv3 v2.0.0
9212024-10-18T20:39:38.923Z Downloaded futures-util v0.3.31
9222024-10-18T20:39:38.935Z Downloaded winnow v0.5.40
9232024-10-18T20:39:38.943Z Downloaded rusqlite v0.32.1
9242024-10-18T20:39:38.950Z Downloaded sled v0.34.7
9252024-10-18T20:39:38.960Z Downloaded rustls-webpki v0.102.8
9262024-10-18T20:39:38.978Z Downloaded rayon v1.10.0
9272024-10-18T20:39:38.987Z Downloaded curve25519-dalek v4.1.3
9282024-10-18T20:39:38.995Z Downloaded lzma-sys v0.1.20
9292024-10-18T20:39:39.025Z Downloaded object v0.30.4
9302024-10-18T20:39:39.035Z Downloaded regress v0.9.1
9312024-10-18T20:39:39.043Z Downloaded unicode-normalization v0.1.24
9322024-10-18T20:39:39.047Z Downloaded libz-sys v1.1.20
9332024-10-18T20:39:39.068Z Downloaded p384 v0.13.0
9342024-10-18T20:39:39.074Z Downloaded smoltcp v0.9.1
9352024-10-18T20:39:39.085Z Downloaded chrono-tz v0.10.0
9362024-10-18T20:39:39.092Z Downloaded polar-core v0.27.3
9372024-10-18T20:39:39.101Z Downloaded gimli v0.31.1
9382024-10-18T20:39:39.109Z Downloaded bstr v1.10.0
9392024-10-18T20:39:39.120Z Downloaded git2 v0.19.0
9402024-10-18T20:39:39.128Z Downloaded quick-xml v0.33.0
9412024-10-18T20:39:39.134Z Downloaded smoltcp v0.11.0
9422024-10-18T20:39:39.147Z Downloaded openssl v0.10.66
9432024-10-18T20:39:39.156Z Downloaded rustls v0.21.12
9442024-10-18T20:39:39.167Z Downloaded nix v0.28.0
9452024-10-18T20:39:39.179Z Downloaded rustls v0.23.14
9462024-10-18T20:39:39.190Z Downloaded idna v0.4.0
9472024-10-18T20:39:39.218Z Downloaded num-bigint v0.4.6
9482024-10-18T20:39:39.225Z Downloaded rustls v0.22.4
9492024-10-18T20:39:39.242Z Downloaded typify-impl v0.2.0
9502024-10-18T20:39:39.263Z Downloaded flume v0.11.0
9512024-10-18T20:39:39.267Z Downloaded hickory-proto v0.24.1
9522024-10-18T20:39:39.286Z Downloaded steno v0.4.1
9532024-10-18T20:39:39.290Z Downloaded proptest v1.5.0
9542024-10-18T20:39:39.299Z Downloaded webpki-roots v0.26.6
9552024-10-18T20:39:39.305Z Downloaded idna v0.2.3
9562024-10-18T20:39:39.311Z Downloaded zerocopy-derive v0.6.6
9572024-10-18T20:39:39.323Z Downloaded bzip2-sys v0.1.11+1.0.8
9582024-10-18T20:39:39.336Z Downloaded encoding_rs v0.8.34
9592024-10-18T20:39:39.357Z Downloaded ratatui v0.28.1
9602024-10-18T20:39:39.377Z Downloaded regex-automata v0.4.8
9612024-10-18T20:39:39.394Z Downloaded petgraph v0.6.5
9622024-10-18T20:39:39.410Z Downloaded tokio v1.40.0
9632024-10-18T20:39:39.447Z Downloaded sha3 v0.10.8
9642024-10-18T20:39:39.451Z Downloaded csv v1.3.0
9652024-10-18T20:39:39.470Z Downloaded libgit2-sys v0.17.0+1.8.1
9662024-10-18T20:39:39.528Z Downloaded bitvec v1.0.1
9672024-10-18T20:39:39.543Z Downloaded p521 v0.13.3
9682024-10-18T20:39:39.547Z Downloaded salty v0.3.0
9692024-10-18T20:39:39.553Z Downloaded openssl-sys v0.9.103
9702024-10-18T20:39:39.558Z Downloaded typed-path v0.7.1
9712024-10-18T20:39:39.564Z Downloaded aes-gcm v0.10.3
9722024-10-18T20:39:39.567Z Downloaded half v2.4.1
9732024-10-18T20:39:39.570Z Downloaded headers v0.4.0
9742024-10-18T20:39:39.575Z Downloaded parse-zoneinfo v0.3.1
9752024-10-18T20:39:39.578Z Downloaded lalrpop v0.19.12
9762024-10-18T20:39:39.589Z Downloaded slog-async v2.8.0
9772024-10-18T20:39:39.592Z Downloaded enum-as-inner v0.5.1
9782024-10-18T20:39:39.592Z Downloaded tungstenite v0.21.0
9792024-10-18T20:39:39.594Z Downloaded publicsuffix v2.2.3
9802024-10-18T20:39:39.597Z Downloaded parse-display-derive v0.10.0
9812024-10-18T20:39:39.599Z Downloaded yasna v0.5.2
9822024-10-18T20:39:39.602Z Downloaded unicode-xid v0.2.6
9832024-10-18T20:39:39.602Z Downloaded signal-hook v0.3.17
9842024-10-18T20:39:39.604Z Downloaded fatfs v0.3.6
9852024-10-18T20:39:39.607Z Downloaded vergen v8.3.2
9862024-10-18T20:39:39.611Z Downloaded heapless v0.8.0
9872024-10-18T20:39:39.614Z Downloaded nu-ansi-term v0.50.1
9882024-10-18T20:39:39.616Z Downloaded snafu v0.8.5
9892024-10-18T20:39:39.622Z Downloaded defmt-macros v0.3.9
9902024-10-18T20:39:39.625Z Downloaded unicase v2.7.0
9912024-10-18T20:39:39.627Z Downloaded tui-tree-widget v0.22.0
9922024-10-18T20:39:39.627Z Downloaded uuid v1.10.0
9932024-10-18T20:39:39.630Z Downloaded pem-rfc7468 v0.7.0
9942024-10-18T20:39:39.632Z Downloaded crossbeam-channel v0.5.13
9952024-10-18T20:39:39.636Z Downloaded derive_builder v0.20.2
9962024-10-18T20:39:39.641Z Downloaded der_derive v0.7.3
9972024-10-18T20:39:39.644Z Downloaded percent-encoding v2.3.1
9982024-10-18T20:39:39.644Z Downloaded parking_lot v0.12.3
9992024-10-18T20:39:39.646Z Downloaded crossterm v0.28.1
10002024-10-18T20:39:39.652Z Downloaded owo-colors v4.1.0
10012024-10-18T20:39:39.654Z Downloaded packed_struct_codegen v0.10.1
10022024-10-18T20:39:39.657Z Downloaded rustls-pki-types v1.9.0
10032024-10-18T20:39:39.659Z Downloaded quinn v0.11.5
10042024-10-18T20:39:39.662Z Downloaded futures-sink v0.3.31
10052024-10-18T20:39:39.665Z Downloaded hash32 v0.2.1
10062024-10-18T20:39:39.665Z Downloaded subprocess v0.2.9
10072024-10-18T20:39:39.667Z Downloaded expectorate v1.1.0
10082024-10-18T20:39:39.669Z Downloaded untrusted v0.7.1
10092024-10-18T20:39:39.671Z Downloaded password-hash v0.4.2
10102024-10-18T20:39:39.672Z Downloaded serde_yaml v0.9.34+deprecated
10112024-10-18T20:39:39.676Z Downloaded minimal-lexical v0.2.1
10122024-10-18T20:39:39.681Z Downloaded itertools v0.13.0
10132024-10-18T20:39:39.688Z Downloaded crypto-bigint v0.5.5
10142024-10-18T20:39:39.695Z Downloaded phf_codegen v0.11.2
10152024-10-18T20:39:39.697Z Downloaded ron v0.8.1
10162024-10-18T20:39:39.701Z Downloaded strip-ansi-escapes v0.2.0
10172024-10-18T20:39:39.703Z Downloaded slog-stdlog v4.1.1
10182024-10-18T20:39:39.703Z Downloaded slog-scope v4.4.0
10192024-10-18T20:39:39.706Z Downloaded embedded-io v0.6.1
10202024-10-18T20:39:39.706Z Downloaded des v0.8.1
10212024-10-18T20:39:39.708Z Downloaded predicates-tree v1.0.11
10222024-10-18T20:39:39.708Z Downloaded ssh-cipher v0.2.0
10232024-10-18T20:39:39.711Z Downloaded mio v1.0.2
10242024-10-18T20:39:39.715Z Downloaded cc v1.1.30
10252024-10-18T20:39:39.718Z Downloaded sec1 v0.7.3
10262024-10-18T20:39:39.720Z Downloaded rusty-fork v0.3.0
10272024-10-18T20:39:39.723Z Downloaded rfc6979 v0.4.0
10282024-10-18T20:39:39.723Z Downloaded resolv-conf v0.7.0
10292024-10-18T20:39:39.726Z Downloaded libm v0.2.8
10302024-10-18T20:39:39.734Z Downloaded crossbeam-utils v0.8.20
10312024-10-18T20:39:39.737Z Downloaded arc-swap v1.7.1
10322024-10-18T20:39:39.740Z Downloaded indexmap v1.9.3
10332024-10-18T20:39:39.744Z Downloaded tokio-macros v2.4.0
10342024-10-18T20:39:39.746Z Downloaded glob v0.3.1
10352024-10-18T20:39:39.747Z Downloaded serde-hex v0.1.0
10362024-10-18T20:39:39.749Z Downloaded num-rational v0.4.2
10372024-10-18T20:39:39.749Z Downloaded parse-size v1.0.0
10382024-10-18T20:39:39.751Z Downloaded zip v0.6.6
10392024-10-18T20:39:39.754Z Downloaded http v0.2.12
10402024-10-18T20:39:39.757Z Downloaded zone v0.1.8
10412024-10-18T20:39:39.760Z Downloaded zeroize v1.8.1
10422024-10-18T20:39:39.760Z Downloaded wait-timeout v0.2.0
10432024-10-18T20:39:39.762Z Downloaded rustc-hash v1.1.0
10442024-10-18T20:39:39.762Z Downloaded enum-as-inner v0.6.1
10452024-10-18T20:39:39.764Z Downloaded backtrace v0.3.74
10462024-10-18T20:39:39.768Z Downloaded subtle v2.6.1
10472024-10-18T20:39:39.771Z Downloaded mockall_derive v0.13.0
10482024-10-18T20:39:39.773Z Downloaded proc-macro-crate v1.3.1
10492024-10-18T20:39:39.773Z Downloaded tokio-stream v0.1.16
10502024-10-18T20:39:39.777Z Downloaded rustls-pemfile v2.2.0
10512024-10-18T20:39:39.779Z Downloaded dropshot_endpoint v0.12.0
10522024-10-18T20:39:39.781Z Downloaded termios v0.3.3
10532024-10-18T20:39:39.784Z Downloaded crossbeam-epoch v0.9.18
10542024-10-18T20:39:39.787Z Downloaded futures-channel v0.3.31
10552024-10-18T20:39:39.789Z Downloaded env_logger v0.11.5
10562024-10-18T20:39:39.792Z Downloaded funty v2.0.0
10572024-10-18T20:39:39.792Z Downloaded rustversion v1.0.17
10582024-10-18T20:39:39.794Z Downloaded const_format v0.2.33
10592024-10-18T20:39:39.797Z Downloaded parse-display v0.10.0
10602024-10-18T20:39:39.800Z Downloaded difflib v0.4.0
10612024-10-18T20:39:39.800Z Downloaded deranged v0.3.11
10622024-10-18T20:39:39.802Z Downloaded csv-core v0.1.11
10632024-10-18T20:39:39.802Z Downloaded backoff v0.4.0
10642024-10-18T20:39:39.805Z Downloaded hash32 v0.3.1
10652024-10-18T20:39:39.807Z Downloaded native-tls v0.2.12
10662024-10-18T20:39:39.812Z Downloaded async-trait v0.1.83
10672024-10-18T20:39:39.814Z Downloaded base64ct v1.6.0
10682024-10-18T20:39:39.814Z Downloaded arrayvec v0.7.6
10692024-10-18T20:39:39.817Z Downloaded slog-envlogger v2.2.0
10702024-10-18T20:39:39.817Z Downloaded slog-dtrace v0.3.0
10712024-10-18T20:39:39.819Z Downloaded slab v0.4.9
10722024-10-18T20:39:39.820Z Downloaded bit-vec v0.6.3
10732024-10-18T20:39:39.822Z Downloaded base64 v0.22.1
10742024-10-18T20:39:39.824Z Downloaded bytes v1.7.2
10752024-10-18T20:39:39.828Z Downloaded allocator-api2 v0.2.18
10762024-10-18T20:39:39.831Z Downloaded cookie v0.18.1
10772024-10-18T20:39:39.834Z Downloaded secrecy v0.8.0
10782024-10-18T20:39:39.836Z Downloaded scopeguard v1.2.0
10792024-10-18T20:39:39.836Z Downloaded lru-cache v0.1.2
10802024-10-18T20:39:39.838Z Downloaded kstat-rs v0.2.4
10812024-10-18T20:39:39.838Z Downloaded internet-checksum v0.2.1
10822024-10-18T20:39:39.838Z Downloaded instability v0.3.2
10832024-10-18T20:39:39.841Z Downloaded base16ct v0.2.0
10842024-10-18T20:39:39.841Z Downloaded assert_matches v1.5.0
10852024-10-18T20:39:39.843Z Downloaded linear-map v1.2.0
10862024-10-18T20:39:39.843Z Downloaded lazy_static v1.5.0
10872024-10-18T20:39:39.850Z Downloaded maplit v1.0.2
10882024-10-18T20:39:39.850Z Downloaded humantime v2.1.0
10892024-10-18T20:39:39.850Z Downloaded ciborium-ll v0.2.2
10902024-10-18T20:39:39.850Z Downloaded constant_time_eq v0.3.1
10912024-10-18T20:39:39.850Z Downloaded keccak v0.1.5
10922024-10-18T20:39:39.854Z Downloaded cassowary v0.3.0
10932024-10-18T20:39:39.854Z Downloaded blowfish v0.9.1
10942024-10-18T20:39:39.895Z Downloaded ring v0.17.8
10952024-10-18T20:39:40.025Z Downloaded ring v0.16.20
10962024-10-18T20:39:40.101Z Downloaded libsqlite3-sys v0.30.1
10972024-10-18T20:39:40.273Z Compiling serde v1.0.210
10982024-10-18T20:39:40.278Z Compiling typenum v1.17.0
10992024-10-18T20:39:40.278Z Compiling generic-array v0.14.7
11002024-10-18T20:39:40.278Z Compiling lock_api v0.4.12
11012024-10-18T20:39:40.278Z Compiling scopeguard v1.2.0
11022024-10-18T20:39:40.278Z Compiling subtle v2.6.1
11032024-10-18T20:39:40.451Z Compiling syn v2.0.79
11042024-10-18T20:39:40.453Z Compiling getrandom v0.2.15
11052024-10-18T20:39:40.578Z Compiling value-bag v1.9.0
11062024-10-18T20:39:40.752Z Compiling rand_core v0.6.4
11072024-10-18T20:39:40.902Z Compiling const-oid v0.9.6
11082024-10-18T20:39:40.922Z Compiling pin-project-lite v0.2.14
11092024-10-18T20:39:41.050Z Compiling log v0.4.22
11102024-10-18T20:39:41.071Z Compiling smallvec v1.13.2
11112024-10-18T20:39:41.205Z Compiling jobserver v0.1.32
11122024-10-18T20:39:41.293Z Compiling parking_lot_core v0.9.10
11132024-10-18T20:39:41.411Z Compiling shlex v1.3.0
11142024-10-18T20:39:41.473Z Compiling futures-core v0.3.31
11152024-10-18T20:39:41.757Z Compiling cc v1.1.30
11162024-10-18T20:39:41.843Z Compiling signal-hook-registry v1.4.2
11172024-10-18T20:39:41.971Z Compiling mio v1.0.2
11182024-10-18T20:39:42.151Z Compiling cpufeatures v0.2.14
11192024-10-18T20:39:42.256Z Compiling parking_lot v0.12.3
11202024-10-18T20:39:42.458Z Compiling futures-sink v0.3.31
11212024-10-18T20:39:42.610Z Compiling spin v0.9.8
11222024-10-18T20:39:42.681Z Compiling socket2 v0.5.7
11232024-10-18T20:39:42.927Z Compiling slab v0.4.9
11242024-10-18T20:39:43.014Z Compiling serde_json v1.0.128
11252024-10-18T20:39:43.109Z Compiling futures-channel v0.3.31
11262024-10-18T20:39:43.166Z Compiling futures-task v0.3.31
11272024-10-18T20:39:43.187Z Compiling pin-utils v0.1.0
11282024-10-18T20:39:43.317Z Compiling tinyvec_macros v0.1.1
11292024-10-18T20:39:43.380Z Compiling allocator-api2 v0.2.18
11302024-10-18T20:39:43.405Z Compiling foldhash v0.1.3
11312024-10-18T20:39:43.479Z Compiling futures-io v0.3.31
11322024-10-18T20:39:43.530Z Compiling tinyvec v1.8.0
11332024-10-18T20:39:43.657Z Compiling libm v0.2.8
11342024-10-18T20:39:43.714Z Compiling num-traits v0.2.19
11352024-10-18T20:39:43.718Z Compiling unicode-bidi v0.3.17
11362024-10-18T20:39:43.808Z Compiling base64ct v1.6.0
11372024-10-18T20:39:44.185Z Compiling hashbrown v0.15.0
11382024-10-18T20:39:44.312Z Compiling pem-rfc7468 v0.7.0
11392024-10-18T20:39:44.410Z Compiling httparse v1.9.5
11402024-10-18T20:39:45.067Z Compiling unicode-normalization v0.1.24
11412024-10-18T20:39:45.087Z Compiling flagset v0.4.6
11422024-10-18T20:39:45.306Z Compiling tracing-core v0.1.32
11432024-10-18T20:39:45.359Z Compiling percent-encoding v2.3.1
11442024-10-18T20:39:45.548Z Compiling crossbeam-utils v0.8.20
11452024-10-18T20:39:45.648Z Compiling rustls-pki-types v1.9.0
11462024-10-18T20:39:46.117Z Compiling ring v0.17.8
11472024-10-18T20:39:46.202Z Compiling num-conv v0.1.0
11482024-10-18T20:39:46.224Z Compiling pkg-config v0.3.31
11492024-10-18T20:39:46.561Z Compiling time-core v0.1.2
11502024-10-18T20:39:46.604Z Compiling vcpkg v0.2.15
11512024-10-18T20:39:46.685Z Compiling powerfmt v0.2.0
11522024-10-18T20:39:46.737Z Compiling untrusted v0.9.0
11532024-10-18T20:39:46.797Z Compiling time-macros v0.2.18
11542024-10-18T20:39:47.059Z Compiling deranged v0.3.11
11552024-10-18T20:39:47.306Z Compiling num_threads v0.1.7
11562024-10-18T20:39:47.439Z Compiling atomic-waker v1.1.2
11572024-10-18T20:39:47.604Z Compiling form_urlencoded v1.2.1
11582024-10-18T20:39:47.795Z Compiling rustix v0.38.37
11592024-10-18T20:39:47.907Z Compiling try-lock v0.2.5
11602024-10-18T20:39:48.034Z Compiling slog v2.7.0
11612024-10-18T20:39:48.088Z Compiling want v0.3.1
11622024-10-18T20:39:48.362Z Compiling httpdate v1.0.3
11632024-10-18T20:39:48.639Z Compiling openssl-sys v0.9.103
11642024-10-18T20:39:48.658Z Compiling idna v0.5.0
11652024-10-18T20:39:48.782Z Compiling foreign-types-shared v0.1.1
11662024-10-18T20:39:48.813Z Compiling openssl v0.10.66
11672024-10-18T20:39:48.891Z Compiling tower-service v0.3.3
11682024-10-18T20:39:49.007Z Compiling match_cfg v0.1.0
11692024-10-18T20:39:49.091Z Compiling rustversion v1.0.17
11702024-10-18T20:39:49.240Z Compiling base64 v0.22.1
11712024-10-18T20:39:49.379Z Compiling iana-time-zone v0.1.61
11722024-10-18T20:39:49.796Z Compiling url v2.5.2
11732024-10-18T20:39:49.855Z Compiling time v0.3.36
11742024-10-18T20:39:49.884Z Compiling hostname v0.3.1
11752024-10-18T20:39:49.915Z Compiling foreign-types v0.3.2
11762024-10-18T20:39:50.011Z Compiling dirs-sys-next v0.1.2
11772024-10-18T20:39:50.036Z Compiling aho-corasick v1.1.3
11782024-10-18T20:39:50.103Z Compiling regex-syntax v0.8.5
11792024-10-18T20:39:50.567Z Compiling rustls v0.22.4
11802024-10-18T20:39:50.838Z Compiling syn v1.0.109
11812024-10-18T20:39:51.253Z Compiling adler2 v2.0.0
11822024-10-18T20:39:51.440Z Compiling native-tls v0.2.12
11832024-10-18T20:39:51.463Z Compiling siphasher v0.3.11
11842024-10-18T20:39:51.772Z Compiling data-encoding v2.6.0
11852024-10-18T20:39:51.802Z Compiling rustls v0.23.14
11862024-10-18T20:39:52.184Z Compiling miniz_oxide v0.8.0
11872024-10-18T20:39:52.525Z Compiling dirs-next v2.0.0
11882024-10-18T20:39:53.571Z Compiling regex-automata v0.4.8
11892024-10-18T20:39:54.031Z Compiling serde_derive_internals v0.29.1
11902024-10-18T20:39:54.050Z Compiling crossbeam-epoch v0.9.18
11912024-10-18T20:39:54.390Z Compiling serde_derive v1.0.210
11922024-10-18T20:39:54.603Z Compiling zeroize_derive v1.4.2
11932024-10-18T20:39:54.823Z Compiling zerocopy-derive v0.7.35
11942024-10-18T20:39:54.982Z Compiling tokio-macros v2.4.0
11952024-10-18T20:39:56.103Z Compiling zeroize v1.8.1
11962024-10-18T20:39:56.163Z Compiling thiserror-impl v1.0.64
11972024-10-18T20:39:56.507Z Compiling futures-macro v0.3.31
11982024-10-18T20:39:56.668Z Compiling der_derive v0.7.3
11992024-10-18T20:39:56.872Z Compiling zerocopy v0.7.35
12002024-10-18T20:39:57.924Z Compiling crypto-common v0.1.6
12012024-10-18T20:39:58.143Z Compiling block-buffer v0.10.4
12022024-10-18T20:39:58.403Z Compiling digest v0.10.7
12032024-10-18T20:39:58.430Z Compiling block-padding v0.3.3
12042024-10-18T20:39:58.468Z Compiling futures-util v0.3.31
12052024-10-18T20:39:58.671Z Compiling inout v0.1.3
12062024-10-18T20:39:58.854Z Compiling hmac v0.12.1
12072024-10-18T20:39:58.936Z Compiling cipher v0.4.4
12082024-10-18T20:39:59.087Z Compiling sha2 v0.10.8
12092024-10-18T20:39:59.107Z Compiling ppv-lite86 v0.2.20
12102024-10-18T20:39:59.300Z Compiling thiserror v1.0.64
12112024-10-18T20:39:59.433Z Compiling der v0.7.9
12122024-10-18T20:39:59.451Z Compiling tracing-attributes v0.1.27
12132024-10-18T20:39:59.959Z Compiling rand_chacha v0.3.1
12142024-10-18T20:40:01.100Z Compiling rand v0.8.5
12152024-10-18T20:40:02.214Z Compiling spki v0.7.3
12162024-10-18T20:40:02.592Z Compiling pest v2.7.14
12172024-10-18T20:40:02.699Z Compiling salsa20 v0.10.2
12182024-10-18T20:40:02.740Z Compiling pbkdf2 v0.12.2
12192024-10-18T20:40:02.915Z Compiling scrypt v0.11.0
12202024-10-18T20:40:03.128Z Compiling tracing v0.1.40
12212024-10-18T20:40:03.185Z Compiling cbc v0.1.2
12222024-10-18T20:40:03.420Z Compiling aes v0.8.4
12232024-10-18T20:40:03.450Z Compiling scroll_derive v0.12.0
12242024-10-18T20:40:03.653Z Compiling async-trait v0.1.83
12252024-10-18T20:40:04.568Z Compiling pkcs5 v0.7.1
12262024-10-18T20:40:04.949Z Compiling scroll v0.12.0
12272024-10-18T20:40:05.506Z Compiling pest_meta v2.7.14
12282024-10-18T20:40:05.612Z Compiling rustls-webpki v0.102.8
12292024-10-18T20:40:05.778Z Compiling goblin v0.8.2
12302024-10-18T20:40:06.106Z Compiling pkcs8 v0.10.2
12312024-10-18T20:40:06.254Z Compiling openssl-macros v0.1.1
12322024-10-18T20:40:06.519Z Compiling signature v2.2.0
12332024-10-18T20:40:06.711Z Compiling pest_generator v2.7.14
12342024-10-18T20:40:06.886Z Compiling sha1 v0.10.6
12352024-10-18T20:40:06.893Z Compiling lazy_static v1.5.0
12362024-10-18T20:40:06.949Z Compiling thread_local v1.1.8
12372024-10-18T20:40:07.014Z Compiling cookie v0.18.1
12382024-10-18T20:40:07.252Z Compiling multer v3.1.0
12392024-10-18T20:40:07.316Z Compiling encoding_rs v0.8.34
12402024-10-18T20:40:07.495Z Compiling mime v0.3.17
12412024-10-18T20:40:07.553Z Compiling paste v1.0.15
12422024-10-18T20:40:07.661Z Compiling either v1.13.0
12432024-10-18T20:40:08.074Z Compiling bytes v1.7.2
12442024-10-18T20:40:08.112Z Compiling indexmap v2.6.0
12452024-10-18T20:40:08.255Z Compiling bitflags v2.6.0
12462024-10-18T20:40:08.686Z Compiling semver v1.0.23
12472024-10-18T20:40:09.414Z Compiling tokio v1.40.0
12482024-10-18T20:40:09.434Z Compiling http v1.1.0
12492024-10-18T20:40:09.619Z Compiling rustc_version v0.4.1
12502024-10-18T20:40:10.399Z Compiling serde_tokenstream v0.2.2
12512024-10-18T20:40:10.591Z Compiling pest_derive v2.7.14
12522024-10-18T20:40:11.011Z Compiling http-body v1.0.1
12532024-10-18T20:40:11.245Z Compiling uuid v1.10.0
12542024-10-18T20:40:11.264Z Compiling toml_datetime v0.6.8
12552024-10-18T20:40:11.394Z Compiling dtrace-parser v0.2.0
12562024-10-18T20:40:11.772Z Compiling dof v0.3.0
12572024-10-18T20:40:11.828Z Compiling serde_spanned v0.6.8
12582024-10-18T20:40:11.909Z Compiling chrono v0.4.38
12592024-10-18T20:40:12.054Z Compiling http-body-util v0.1.2
12602024-10-18T20:40:12.567Z Compiling usdt-impl v0.5.0
12612024-10-18T20:40:12.681Z Compiling heapless v0.7.17
12622024-10-18T20:40:13.586Z Compiling slog-async v2.8.0
12632024-10-18T20:40:13.968Z Compiling signal-hook v0.3.17
12642024-10-18T20:40:14.126Z Compiling ipnet v2.10.1
12652024-10-18T20:40:14.145Z Compiling schemars v0.8.21
12662024-10-18T20:40:14.165Z Compiling gimli v0.31.1
12672024-10-18T20:40:14.256Z Compiling openssl-probe v0.1.5
12682024-10-18T20:40:14.531Z Compiling unicode-properties v0.1.3
12692024-10-18T20:40:14.607Z Compiling rayon-core v1.12.1
12702024-10-18T20:40:14.924Z Compiling stringprep v0.1.5
12712024-10-18T20:40:15.143Z Compiling toml_edit v0.22.22
12722024-10-18T20:40:15.385Z Compiling curve25519-dalek v4.1.3
12732024-10-18T20:40:15.712Z Compiling slog-json v2.6.1
12742024-10-18T20:40:16.142Z Compiling serde_urlencoded v0.7.1
12752024-10-18T20:40:16.182Z Compiling usdt-attr-macro v0.5.0
12762024-10-18T20:40:16.201Z Compiling usdt-macro v0.5.0
12772024-10-18T20:40:17.748Z Compiling tokio-util v0.7.12
12782024-10-18T20:40:17.891Z Compiling futures-executor v0.3.31
12792024-10-18T20:40:18.484Z Compiling md-5 v0.10.6
12802024-10-18T20:40:18.760Z Compiling h2 v0.4.6
12812024-10-18T20:40:19.121Z Compiling addr2line v0.24.2
12822024-10-18T20:40:19.872Z Compiling schemars_derive v0.8.21
12832024-10-18T20:40:20.037Z Compiling crossbeam-deque v0.8.5
12842024-10-18T20:40:20.374Z Compiling async-stream-impl v0.3.6
12852024-10-18T20:40:21.727Z Compiling enum-as-inner v0.6.1
12862024-10-18T20:40:21.883Z Compiling term v0.7.0
12872024-10-18T20:40:23.210Z Compiling crossbeam-channel v0.5.13
12882024-10-18T20:40:23.329Z Compiling num-integer v0.1.46
12892024-10-18T20:40:23.421Z Compiling rustls-pemfile v2.2.0
12902024-10-18T20:40:23.766Z Compiling idna v0.4.0
12912024-10-18T20:40:24.100Z Compiling idna v0.3.0
12922024-10-18T20:40:24.320Z Compiling hash32 v0.2.1
12932024-10-18T20:40:24.710Z Compiling ff v0.13.0
12942024-10-18T20:40:24.824Z Compiling is-terminal v0.4.13
12952024-10-18T20:40:24.920Z Compiling dropshot v0.12.0
12962024-10-18T20:40:24.952Z Compiling object v0.36.5
12972024-10-18T20:40:25.228Z Compiling psl-types v2.0.11
12982024-10-18T20:40:25.363Z Compiling take_mut v0.2.2
12992024-10-18T20:40:25.421Z Compiling dyn-clone v1.0.17
13002024-10-18T20:40:25.530Z Compiling portable-atomic v1.9.0
13012024-10-18T20:40:25.638Z Compiling num-bigint-dig v0.8.4
13022024-10-18T20:40:25.773Z Compiling hyper v1.4.1
13032024-10-18T20:40:25.954Z Compiling base16ct v0.2.0
13042024-10-18T20:40:26.282Z Compiling rustc-demangle v0.1.24
13052024-10-18T20:40:26.604Z Compiling fallible-iterator v0.2.0
13062024-10-18T20:40:26.771Z Compiling quick-error v1.2.3
13072024-10-18T20:40:26.918Z Compiling anyhow v1.0.89
13082024-10-18T20:40:27.275Z Compiling utf-8 v0.7.6
13092024-10-18T20:40:27.323Z Compiling stable_deref_trait v1.2.0
13102024-10-18T20:40:27.435Z Compiling linked-hash-map v0.5.6
13112024-10-18T20:40:27.563Z Compiling smoltcp v0.9.1
13122024-10-18T20:40:27.777Z Compiling lru-cache v0.1.2
13132024-10-18T20:40:27.798Z Compiling tungstenite v0.24.0
13142024-10-18T20:40:28.305Z Compiling hyper-util v0.1.9
13152024-10-18T20:40:29.197Z Compiling postgres-protocol v0.6.7
13162024-10-18T20:40:29.465Z Compiling resolv-conf v0.7.0
13172024-10-18T20:40:30.154Z Compiling sec1 v0.7.3
13182024-10-18T20:40:30.241Z Compiling publicsuffix v2.2.3
13192024-10-18T20:40:30.568Z Compiling slog-term v2.9.1
13202024-10-18T20:40:30.589Z Compiling group v0.13.0
13212024-10-18T20:40:30.709Z Compiling usdt v0.5.0
13222024-10-18T20:40:30.914Z Compiling hickory-proto v0.24.1
13232024-10-18T20:40:31.193Z Compiling num-iter v0.1.45
13242024-10-18T20:40:31.386Z Compiling tokio-rustls v0.26.0
13252024-10-18T20:40:31.405Z Compiling async-stream v0.3.6
13262024-10-18T20:40:31.431Z Compiling tokio-rustls v0.25.0
13272024-10-18T20:40:31.808Z Compiling backtrace v0.3.74
13282024-10-18T20:40:31.810Z Compiling tokio-native-tls v0.3.1
13292024-10-18T20:40:31.848Z Compiling toml v0.8.19
13302024-10-18T20:40:32.089Z Compiling futures v0.3.31
13312024-10-18T20:40:33.312Z Compiling camino v1.1.9
13322024-10-18T20:40:33.614Z Compiling slog-bunyan v2.5.0
13332024-10-18T20:40:33.826Z Compiling terminal_size v0.4.0
13342024-10-18T20:40:33.988Z Compiling dropshot_endpoint v0.12.0
13352024-10-18T20:40:34.042Z Compiling openapiv3 v2.0.0
13362024-10-18T20:40:34.286Z Compiling serde_path_to_error v0.1.16
13372024-10-18T20:40:34.709Z Compiling hkdf v0.12.4
13382024-10-18T20:40:34.711Z Compiling crypto-bigint v0.5.5
13392024-10-18T20:40:34.983Z Compiling curve25519-dalek-derive v0.1.1
13402024-10-18T20:40:35.143Z Compiling zerocopy-derive v0.6.6
13412024-10-18T20:40:35.452Z Compiling phf_shared v0.11.2
13422024-10-18T20:40:35.853Z Compiling waitgroup v0.1.2
13432024-10-18T20:40:36.078Z Compiling webpki-roots v0.26.6
13442024-10-18T20:40:36.293Z Compiling hostname v0.4.0
13452024-10-18T20:40:36.499Z Compiling ahash v0.8.11
13462024-10-18T20:40:36.563Z Compiling fs-err v2.11.0
13472024-10-18T20:40:36.867Z Compiling managed v0.8.0
13482024-10-18T20:40:36.869Z Compiling winnow v0.5.40
13492024-10-18T20:40:37.121Z Compiling hubpack_derive v0.1.1
13502024-10-18T20:40:37.306Z Compiling debug-ignore v1.0.5
13512024-10-18T20:40:37.334Z Compiling bitflags v1.3.2
13522024-10-18T20:40:37.459Z Compiling clap_builder v4.5.20
13532024-10-18T20:40:38.029Z Compiling hubpack v0.1.2
13542024-10-18T20:40:38.447Z Compiling elliptic-curve v0.13.8
13552024-10-18T20:40:38.491Z Compiling zerocopy v0.6.6
13562024-10-18T20:40:39.304Z Compiling console v0.15.8
13572024-10-18T20:40:39.403Z Compiling strum_macros v0.25.3
13582024-10-18T20:40:40.715Z Compiling toml_edit v0.19.15
13592024-10-18T20:40:40.763Z Compiling hickory-resolver v0.24.1
13602024-10-18T20:40:40.857Z Compiling hyper-rustls v0.27.3
13612024-10-18T20:40:41.102Z Compiling phf v0.11.2
13622024-10-18T20:40:41.396Z Compiling signal-hook-mio v0.2.4
13632024-10-18T20:40:41.466Z Compiling cookie_store v0.21.0
13642024-10-18T20:40:42.453Z Compiling rayon v1.10.0
13652024-10-18T20:40:43.020Z Compiling hyper-tls v0.6.0
13662024-10-18T20:40:44.820Z Compiling postgres-types v0.2.8
13672024-10-18T20:40:46.305Z Compiling tokio-tungstenite v0.24.0
13682024-10-18T20:40:46.729Z Compiling tokio-stream v0.1.16
13692024-10-18T20:40:46.831Z Compiling serde-big-array v0.5.1
13702024-10-18T20:40:47.075Z Compiling ed25519 v2.2.3
13712024-10-18T20:40:47.198Z Compiling pkcs1 v0.7.5
13722024-10-18T20:40:47.529Z Compiling rfc6979 v0.4.0
13732024-10-18T20:40:47.718Z Compiling regex v1.11.0
13742024-10-18T20:40:47.775Z Compiling bstr v1.10.0
13752024-10-18T20:40:47.865Z Compiling clap_derive v4.5.18
13762024-10-18T20:40:47.965Z Compiling derive-where v1.2.7
13772024-10-18T20:40:48.167Z Compiling serde_repr v0.1.19
13782024-10-18T20:40:48.704Z Compiling phf_shared v0.10.0
13792024-10-18T20:40:48.797Z Compiling float-cmp v0.9.0
13802024-10-18T20:40:49.023Z Compiling sync_wrapper v1.0.1
13812024-10-18T20:40:49.110Z Compiling crc32fast v1.4.2
13822024-10-18T20:40:49.144Z Compiling predicates-core v1.0.8
13832024-10-18T20:40:49.173Z Compiling bit-vec v0.6.3
13842024-10-18T20:40:49.376Z Compiling normalize-line-endings v0.3.0
13852024-10-18T20:40:49.461Z Compiling fixedbitset v0.4.2
13862024-10-18T20:40:49.507Z Compiling minimal-lexical v0.2.1
13872024-10-18T20:40:49.534Z Compiling unicode-segmentation v1.12.0
13882024-10-18T20:40:49.570Z Compiling static_assertions v1.1.0
13892024-10-18T20:40:49.666Z Compiling number_prefix v0.4.0
13902024-10-18T20:40:49.685Z Compiling precomputed-hash v0.1.1
13912024-10-18T20:40:49.803Z Compiling whoami v1.5.2
13922024-10-18T20:40:49.894Z Compiling new_debug_unreachable v1.0.6
13932024-10-18T20:40:49.918Z Compiling difflib v0.4.0
13942024-10-18T20:40:49.990Z Compiling string_cache v0.8.7
13952024-10-18T20:40:50.019Z Compiling nom v7.1.3
13962024-10-18T20:40:50.431Z Compiling predicates v3.1.2
13972024-10-18T20:40:50.450Z Compiling similar v2.6.0
13982024-10-18T20:40:50.476Z Compiling tokio-postgres v0.7.12
13992024-10-18T20:40:51.496Z Compiling qorb v0.1.2
14002024-10-18T20:40:51.515Z Compiling indicatif v0.17.8
14012024-10-18T20:40:52.166Z Compiling petgraph v0.6.5
14022024-10-18T20:40:52.889Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14032024-10-18T20:40:52.944Z Compiling clap v4.5.20
14042024-10-18T20:40:53.067Z Compiling bit-set v0.5.3
14052024-10-18T20:40:53.367Z Compiling flate2 v1.0.34
14062024-10-18T20:40:53.701Z Compiling reqwest v0.12.8
14072024-10-18T20:40:53.722Z Compiling ecdsa v0.16.9
14082024-10-18T20:40:54.366Z Compiling rsa v0.9.6
14092024-10-18T20:40:54.604Z Compiling ed25519-dalek v2.1.1
14102024-10-18T20:40:55.872Z Compiling toml v0.7.8
14112024-10-18T20:40:56.135Z Compiling crossterm v0.28.1
14122024-10-18T20:40:57.563Z Compiling itertools v0.10.5
14132024-10-18T20:40:57.723Z Compiling itertools v0.12.1
14142024-10-18T20:40:58.011Z Compiling hex v0.4.3
14152024-10-18T20:40:58.167Z Compiling x509-cert v0.2.5
14162024-10-18T20:40:58.598Z Compiling lalrpop-util v0.19.12
14172024-10-18T20:40:58.953Z Compiling unicode-xid v0.2.6
14182024-10-18T20:40:59.139Z Compiling peg-runtime v0.8.3
14192024-10-18T20:40:59.773Z Compiling xattr v1.3.1
14202024-10-18T20:40:59.846Z Compiling strum_macros v0.26.4
14212024-10-18T20:40:59.917Z Compiling filetime v0.2.25
14222024-10-18T20:41:00.233Z Compiling tar v0.4.42
14232024-10-18T20:41:02.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14242024-10-18T20:41:03.302Z Compiling strum v0.26.3
14252024-10-18T20:41:03.305Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14262024-10-18T20:41:08.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
14272024-10-18T20:41:08.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14282024-10-18T20:41:08.798ZOct 18 20:41:07.066 INFO Starting download, target: Console
14292024-10-18T20:41:08.798ZOct 18 20:41:07.067 INFO Starting download, target: Clickhouse
14302024-10-18T20:41:08.800ZOct 18 20:41:07.067 INFO Starting download, target: DendriteOpenapi
14312024-10-18T20:41:08.800ZOct 18 20:41:07.067 INFO Starting download, target: Cockroach
14322024-10-18T20:41:08.800ZOct 18 20:41:07.067 INFO Starting download, target: DendriteStub
14332024-10-18T20:41:08.800ZOct 18 20:41:07.067 INFO Starting download, target: MaghemiteMgd
14342024-10-18T20:41:08.800ZOct 18 20:41:07.067 INFO Starting download, target: TransceiverControl
14352024-10-18T20:41:08.800ZOct 18 20:41:07.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14362024-10-18T20:41:08.800ZOct 18 20:41:07.068 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14372024-10-18T20:41:08.800ZOct 18 20:41:07.068 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14382024-10-18T20:41:08.800ZOct 18 20:41:07.068 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14392024-10-18T20:41:08.801ZOct 18 20:41:07.068 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14402024-10-18T20:41:08.801ZOct 18 20:41:07.068 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14412024-10-18T20:41:08.801ZOct 18 20:41:07.068 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14422024-10-18T20:41:08.926ZOct 18 20:41:07.194 INFO Download complete, target: DendriteOpenapi
14432024-10-18T20:41:09.098ZOct 18 20:41:07.362 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14442024-10-18T20:41:09.328ZOct 18 20:41:07.597 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14452024-10-18T20:41:09.451ZOct 18 20:41:07.721 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14462024-10-18T20:41:09.504ZOct 18 20:41:07.774 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14472024-10-18T20:41:09.746ZOct 18 20:41:08.015 INFO Download complete, target: Console
14482024-10-18T20:41:09.910ZOct 18 20:41:08.180 INFO Download complete, target: TransceiverControl
14492024-10-18T20:41:09.991ZOct 18 20:41:08.260 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14502024-10-18T20:41:09.991ZOct 18 20:41:08.260 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14512024-10-18T20:41:10.777ZOct 18 20:41:09.046 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14522024-10-18T20:41:12.606ZOct 18 20:41:10.874 INFO Download complete, target: DendriteStub
14532024-10-18T20:41:12.708ZOct 18 20:41:10.977 INFO Download complete, target: MaghemiteMgd
14542024-10-18T20:41:18.254ZOct 18 20:41:16.522 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14552024-10-18T20:41:18.605ZOct 18 20:41:16.874 INFO Checking that binary works, target: Cockroach
14562024-10-18T20:41:18.762ZOct 18 20:41:17.031 INFO Download complete, target: Cockroach
14572024-10-18T20:41:24.629ZOct 18 20:41:22.894 INFO Checking that binary works, target: Clickhouse
14582024-10-18T20:41:25.060ZOct 18 20:41:23.328 INFO Download complete, target: Clickhouse
14592024-10-18T20:41:25.067ZAll prerequisites installed successfully
14602024-10-18T20:41:25.071Z
14612024-10-18T20:41:25.071Zreal 4:18.080052210
14622024-10-18T20:41:25.071Zuser 12:36.435385413
14632024-10-18T20:41:25.071Zsys 2:40.113764775
14642024-10-18T20:41:25.071Ztrap 0.447798468
14652024-10-18T20:41:25.071Ztflt 7.317182255
14662024-10-18T20:41:25.071Zdflt 5.329509116
14672024-10-18T20:41:25.071Zkflt 0.481255223
14682024-10-18T20:41:25.071Zlock 25:24.266743527
14692024-10-18T20:41:25.071Zslp 50:22.668688306
14702024-10-18T20:41:25.071Zlat 43.144795646
14712024-10-18T20:41:25.071Zstop 1:57.353694128
14722024-10-18T20:41:25.071Z+ ptime -m cargo xtask download softnpu
14732024-10-18T20:41:25.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14742024-10-18T20:41:25.661Z Running `target/debug/xtask download softnpu`
14752024-10-18T20:41:26.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
14762024-10-18T20:41:26.590Z Running `target/debug/xtask-downloader softnpu`
14772024-10-18T20:41:26.624ZOct 18 20:41:24.892 INFO Starting download, target: Softnpu
14782024-10-18T20:41:26.627ZOct 18 20:41:24.893 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14792024-10-18T20:41:27.701ZOct 18 20:41:25.969 INFO Download complete, target: Softnpu
14802024-10-18T20:41:27.705Z
14812024-10-18T20:41:27.708Zreal 2.630873320
14822024-10-18T20:41:27.708Zuser 1.284562895
14832024-10-18T20:41:27.708Zsys 0.561538212
14842024-10-18T20:41:27.708Ztrap 0.000676976
14852024-10-18T20:41:27.708Ztflt 0.000011308
14862024-10-18T20:41:27.708Zdflt 0.000009719
14872024-10-18T20:41:27.708Zkflt 0.000000000
14882024-10-18T20:41:27.708Zlock 11.269203747
14892024-10-18T20:41:27.708Zslp 1.109094078
14902024-10-18T20:41:27.708Zlat 0.072934232
14912024-10-18T20:41:27.708Zstop 0.000416970
14922024-10-18T20:41:27.708Z+ export CARGO_INCREMENTAL=0
14932024-10-18T20:41:27.708Z+ CARGO_INCREMENTAL=0
14942024-10-18T20:41:27.708Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14952024-10-18T20:41:28.684Z Compiling proc-macro2 v1.0.87
14962024-10-18T20:41:28.684Z Compiling unicode-ident v1.0.13
14972024-10-18T20:41:28.687Z Compiling libc v0.2.161
14982024-10-18T20:41:28.687Z Compiling serde v1.0.210
14992024-10-18T20:41:28.687Z Compiling autocfg v1.4.0
15002024-10-18T20:41:28.687Z Compiling version_check v0.9.5
15012024-10-18T20:41:28.687Z Compiling cfg-if v1.0.0
15022024-10-18T20:41:28.902Z Compiling typenum v1.17.0
15032024-10-18T20:41:28.939Z Compiling memchr v2.7.4
15042024-10-18T20:41:28.987Z Compiling shlex v1.3.0
15052024-10-18T20:41:29.401Z Compiling parking_lot_core v0.9.10
15062024-10-18T20:41:29.417Z Compiling generic-array v0.14.7
15072024-10-18T20:41:29.703Z Compiling lock_api v0.4.12
15082024-10-18T20:41:29.795Z Compiling once_cell v1.20.2
15092024-10-18T20:41:29.798Z Compiling serde_json v1.0.128
15102024-10-18T20:41:30.000Z Compiling thiserror v1.0.64
15112024-10-18T20:41:30.137Z Compiling libm v0.2.8
15122024-10-18T20:41:30.189Z Compiling num-traits v0.2.19
15132024-10-18T20:41:30.391Z Compiling quote v1.0.37
15142024-10-18T20:41:30.474Z Compiling value-bag v1.9.0
15152024-10-18T20:41:30.492Z Compiling itoa v1.0.11
15162024-10-18T20:41:30.644Z Compiling slab v0.4.9
15172024-10-18T20:41:30.935Z Compiling syn v2.0.79
15182024-10-18T20:41:30.967Z Compiling getrandom v0.2.15
15192024-10-18T20:41:30.980Z Compiling jobserver v0.1.32
15202024-10-18T20:41:31.018Z Compiling log v0.4.22
15212024-10-18T20:41:31.052Z Compiling scopeguard v1.2.0
15222024-10-18T20:41:31.272Z Compiling rand_core v0.6.4
15232024-10-18T20:41:31.381Z Compiling cc v1.1.30
15242024-10-18T20:41:31.615Z Compiling byteorder v1.5.0
15252024-10-18T20:41:32.117Z Compiling subtle v2.6.1
15262024-10-18T20:41:32.411Z Compiling allocator-api2 v0.2.18
15272024-10-18T20:41:32.692Z Compiling semver v1.0.23
15282024-10-18T20:41:33.169Z Compiling ryu v1.0.18
15292024-10-18T20:41:33.172Z Compiling pin-project-lite v0.2.14
15302024-10-18T20:41:33.242Z Compiling const-oid v0.9.6
15312024-10-18T20:41:33.283Z Compiling foldhash v0.1.3
15322024-10-18T20:41:33.312Z Compiling smallvec v1.13.2
15332024-10-18T20:41:33.327Z Compiling equivalent v1.0.1
15342024-10-18T20:41:33.451Z Compiling httparse v1.9.5
15352024-10-18T20:41:33.469Z Compiling hashbrown v0.15.0
15362024-10-18T20:41:33.790Z Compiling schemars v0.8.21
15372024-10-18T20:41:34.148Z Compiling signal-hook-registry v1.4.2
15382024-10-18T20:41:34.249Z Compiling heck v0.5.0
15392024-10-18T20:41:34.363Z Compiling mio v1.0.2
15402024-10-18T20:41:34.675Z Compiling parking_lot v0.12.3
15412024-10-18T20:41:34.833Z Compiling ring v0.17.8
15422024-10-18T20:41:35.501Z Compiling crossbeam-utils v0.8.20
15432024-10-18T20:41:35.591Z Compiling socket2 v0.5.7
15442024-10-18T20:41:35.905Z Compiling futures-core v0.3.31
15452024-10-18T20:41:35.980Z Compiling time-core v0.1.2
15462024-10-18T20:41:36.066Z Compiling num-conv v0.1.0
15472024-10-18T20:41:36.350Z Compiling pkg-config v0.3.31
15482024-10-18T20:41:36.444Z Compiling fnv v1.0.7
15492024-10-18T20:41:36.581Z Compiling vcpkg v0.2.15
15502024-10-18T20:41:36.672Z Compiling time-macros v0.2.18
15512024-10-18T20:41:37.957Z Compiling spin v0.9.8
15522024-10-18T20:41:38.255Z Compiling openssl-sys v0.9.103
15532024-10-18T20:41:38.408Z Compiling serde_derive_internals v0.29.1
15542024-10-18T20:41:38.622Z Compiling cpufeatures v0.2.14
15552024-10-18T20:41:38.723Z Compiling futures-sink v0.3.31
15562024-10-18T20:41:39.281Z Compiling ahash v0.8.11
15572024-10-18T20:41:39.404Z Compiling slog v2.7.0
15582024-10-18T20:41:39.534Z Compiling syn v1.0.109
15592024-10-18T20:41:39.634Z Compiling rustix v0.38.37
15602024-10-18T20:41:40.015Z Compiling futures-channel v0.3.31
15612024-10-18T20:41:40.018Z Compiling openssl v0.10.66
15622024-10-18T20:41:40.104Z Compiling iana-time-zone v0.1.61
15632024-10-18T20:41:40.386Z Compiling futures-io v0.3.31
15642024-10-18T20:41:40.414Z Compiling ucd-trie v0.1.7
15652024-10-18T20:41:40.434Z Compiling futures-task v0.3.31
15662024-10-18T20:41:40.627Z Compiling tinyvec_macros v0.1.1
15672024-10-18T20:41:40.667Z Compiling pin-utils v0.1.0
15682024-10-18T20:41:40.714Z Compiling tinyvec v1.8.0
15692024-10-18T20:41:41.262Z Compiling native-tls v0.2.12
15702024-10-18T20:41:41.347Z Compiling rustls v0.23.14
15712024-10-18T20:41:41.394Z Compiling unicode-bidi v0.3.17
15722024-10-18T20:41:41.650Z Compiling base64ct v1.6.0
15732024-10-18T20:41:42.175Z Compiling unicode-normalization v0.1.24
15742024-10-18T20:41:42.193Z Compiling pem-rfc7468 v0.7.0
15752024-10-18T20:41:42.819Z Compiling tracing-core v0.1.32
15762024-10-18T20:41:43.230Z Compiling usdt-impl v0.5.0
15772024-10-18T20:41:43.571Z Compiling cookie v0.18.1
15782024-10-18T20:41:43.724Z Compiling serde_derive v1.0.210
15792024-10-18T20:41:43.863Z Compiling zeroize_derive v1.4.2
15802024-10-18T20:41:43.909Z Compiling zerocopy-derive v0.7.35
15812024-10-18T20:41:44.322Z Compiling thiserror-impl v1.0.64
15822024-10-18T20:41:44.976Z Compiling tokio-macros v2.4.0
15832024-10-18T20:41:45.225Z Compiling zeroize v1.8.1
15842024-10-18T20:41:45.970Z Compiling futures-macro v0.3.31
15852024-10-18T20:41:46.390Z Compiling zerocopy v0.7.35
15862024-10-18T20:41:46.990Z Compiling crypto-common v0.1.6
15872024-10-18T20:41:47.328Z Compiling tracing-attributes v0.1.27
15882024-10-18T20:41:47.584Z Compiling block-buffer v0.10.4
15892024-10-18T20:41:47.803Z Compiling digest v0.10.7
15902024-10-18T20:41:48.021Z Compiling schemars_derive v0.8.21
15912024-10-18T20:41:48.200Z Compiling der_derive v0.7.3
15922024-10-18T20:41:49.420Z Compiling hmac v0.12.1
15932024-10-18T20:41:49.477Z Compiling scroll_derive v0.12.0
15942024-10-18T20:41:49.648Z Compiling futures-util v0.3.31
15952024-10-18T20:41:50.451Z Compiling pest v2.7.14
15962024-10-18T20:41:50.454Z Compiling block-padding v0.3.3
15972024-10-18T20:41:50.635Z Compiling inout v0.1.3
15982024-10-18T20:41:50.871Z Compiling openssl-macros v0.1.1
15992024-10-18T20:41:51.641Z Compiling cipher v0.4.4
16002024-10-18T20:41:52.050Z Compiling sha2 v0.10.8
16012024-10-18T20:41:52.256Z Compiling ppv-lite86 v0.2.20
16022024-10-18T20:41:52.767Z Compiling anyhow v1.0.89
16032024-10-18T20:41:53.101Z Compiling pest_meta v2.7.14
16042024-10-18T20:41:53.272Z Compiling flagset v0.4.6
16052024-10-18T20:41:53.346Z Compiling dyn-clone v1.0.17
16062024-10-18T20:41:53.540Z Compiling der v0.7.9
16072024-10-18T20:41:53.705Z Compiling rand_chacha v0.3.1
16082024-10-18T20:41:54.631Z Compiling pest_generator v2.7.14
16092024-10-18T20:41:55.025Z Compiling scroll v0.12.0
16102024-10-18T20:41:55.449Z Compiling tracing v0.1.40
16112024-10-18T20:41:56.302Z Compiling async-trait v0.1.83
16122024-10-18T20:41:56.364Z Compiling bytes v1.7.2
16132024-10-18T20:41:56.597Z Compiling indexmap v2.6.0
16142024-10-18T20:41:56.910Z Compiling serde_tokenstream v0.2.2
16152024-10-18T20:41:57.436Z Compiling tokio v1.40.0
16162024-10-18T20:41:57.487Z Compiling http v1.1.0
16172024-10-18T20:41:57.525Z Compiling rustc_version v0.4.1
16182024-10-18T20:41:58.043Z Compiling uuid v1.10.0
16192024-10-18T20:41:58.138Z Compiling chrono v0.4.38
16202024-10-18T20:41:59.141Z Compiling bitflags v2.6.0
16212024-10-18T20:41:59.723Z Compiling toml_datetime v0.6.8
16222024-10-18T20:41:59.777Z Compiling serde_spanned v0.6.8
16232024-10-18T20:42:00.147Z Compiling pest_derive v2.7.14
16242024-10-18T20:42:03.363Z Compiling aho-corasick v1.1.3
16252024-10-18T20:42:04.262Z Compiling camino v1.1.9
16262024-10-18T20:42:04.721Z Compiling plain v0.2.3
16272024-10-18T20:42:04.837Z Compiling percent-encoding v2.3.1
16282024-10-18T20:42:04.883Z Compiling rayon-core v1.12.1
16292024-10-18T20:42:05.163Z Compiling regex-syntax v0.8.5
16302024-10-18T20:42:05.187Z Compiling rustls-pki-types v1.9.0
16312024-10-18T20:42:06.053Z Compiling tokio-util v0.7.12
16322024-10-18T20:42:06.217Z Compiling goblin v0.8.2
16332024-10-18T20:42:07.346Z Compiling spki v0.7.3
16342024-10-18T20:42:07.700Z Compiling rand v0.8.5
16352024-10-18T20:42:07.718Z Compiling salsa20 v0.10.2
16362024-10-18T20:42:07.835Z Compiling pbkdf2 v0.12.2
16372024-10-18T20:42:08.382Z Compiling powerfmt v0.2.0
16382024-10-18T20:42:08.755Z Compiling regex-automata v0.4.8
16392024-10-18T20:42:09.333Z Compiling untrusted v0.9.0
16402024-10-18T20:42:09.377Z Compiling winnow v0.5.40
16412024-10-18T20:42:09.524Z Compiling rustls v0.22.4
16422024-10-18T20:42:10.340Z Compiling pretty-hex v0.4.1
16432024-10-18T20:42:11.773Z Compiling deranged v0.3.11
16442024-10-18T20:42:12.825Z Compiling dof v0.3.0
16452024-10-18T20:42:13.309Z Compiling toml_edit v0.19.15
16462024-10-18T20:42:13.941Z Compiling scrypt v0.11.0
16472024-10-18T20:42:14.128Z Compiling dtrace-parser v0.2.0
16482024-10-18T20:42:14.438Z Compiling aes v0.8.4
16492024-10-18T20:42:14.482Z Compiling cbc v0.1.2
16502024-10-18T20:42:14.862Z Compiling thread-id v4.2.2
16512024-10-18T20:42:14.982Z Compiling num_threads v0.1.7
16522024-10-18T20:42:15.594Z Compiling atomic-waker v1.1.2
16532024-10-18T20:42:15.627Z Compiling rustversion v1.0.17
16542024-10-18T20:42:15.856Z Compiling pkcs5 v0.7.1
16552024-10-18T20:42:16.217Z Compiling time v0.3.36
16562024-10-18T20:42:17.502Z Compiling rustls-webpki v0.102.8
16572024-10-18T20:42:18.162Z Compiling form_urlencoded v1.2.1
16582024-10-18T20:42:18.450Z Compiling http-body v1.0.1
16592024-10-18T20:42:18.690Z Compiling heapless v0.7.17
16602024-10-18T20:42:19.383Z Compiling multer v3.1.0
16612024-10-18T20:42:19.432Z Compiling try-lock v0.2.5
16622024-10-18T20:42:19.619Z Compiling signal-hook v0.3.17
16632024-10-18T20:42:19.997Z Compiling slog-async v2.8.0
16642024-10-18T20:42:20.067Z Compiling want v0.3.1
16652024-10-18T20:42:20.602Z Compiling pkcs8 v0.10.2
16662024-10-18T20:42:21.269Z Compiling h2 v0.4.6
16672024-10-18T20:42:22.002Z Compiling regex v1.11.0
16682024-10-18T20:42:22.680Z Compiling strsim v0.11.1
16692024-10-18T20:42:23.057Z Compiling paste v1.0.15
16702024-10-18T20:42:23.144Z Compiling httpdate v1.0.3
16712024-10-18T20:42:24.521Z Compiling usdt-macro v0.5.0
16722024-10-18T20:42:25.309Z Compiling usdt-attr-macro v0.5.0
16732024-10-18T20:42:25.728Z Compiling openapiv3 v2.0.0
16742024-10-18T20:42:25.900Z Compiling curve25519-dalek v4.1.3
16752024-10-18T20:42:26.357Z Compiling async-stream-impl v0.3.6
16762024-10-18T20:42:26.808Z Compiling enum-as-inner v0.6.1
16772024-10-18T20:42:27.604Z Compiling idna v0.5.0
16782024-10-18T20:42:27.995Z Compiling hyper v1.4.1
16792024-10-18T20:42:28.284Z Compiling errno v0.3.9
16802024-10-18T20:42:28.558Z Compiling dropshot v0.12.0
16812024-10-18T20:42:28.881Z Compiling match_cfg v0.1.0
16822024-10-18T20:42:28.986Z Compiling adler2 v2.0.0
16832024-10-18T20:42:29.050Z Compiling tower-service v0.3.3
16842024-10-18T20:42:29.185Z Compiling num-bigint-dig v0.8.4
16852024-10-18T20:42:29.251Z Compiling smoltcp v0.9.1
16862024-10-18T20:42:29.877Z Compiling foreign-types-shared v0.1.1
16872024-10-18T20:42:29.989Z Compiling base64 v0.22.1
16882024-10-18T20:42:30.005Z Compiling portable-atomic v1.9.0
16892024-10-18T20:42:30.268Z Compiling foreign-types v0.3.2
16902024-10-18T20:42:30.370Z Compiling hyper-util v0.1.9
16912024-10-18T20:42:30.684Z Compiling miniz_oxide v0.8.0
16922024-10-18T20:42:30.727Z Compiling hostname v0.3.1
16932024-10-18T20:42:30.747Z Compiling url v2.5.2
16942024-10-18T20:42:33.456Z Compiling dirs-sys-next v0.1.2
16952024-10-18T20:42:33.914Z Compiling heck v0.4.1
16962024-10-18T20:42:33.961Z Compiling siphasher v0.3.11
16972024-10-18T20:42:34.035Z Compiling data-encoding v2.6.0
16982024-10-18T20:42:34.340Z Compiling gimli v0.31.1
16992024-10-18T20:42:36.375Z Compiling dirs-next v2.0.0
17002024-10-18T20:42:39.832Z Compiling addr2line v0.24.2
17012024-10-18T20:42:41.431Z Compiling http-body-util v0.1.2
17022024-10-18T20:42:41.932Z Compiling crossbeam-epoch v0.9.18
17032024-10-18T20:42:42.015Z Compiling dropshot_endpoint v0.12.0
17042024-10-18T20:42:42.460Z Compiling hubpack_derive v0.1.1
17052024-10-18T20:42:42.629Z Compiling sha1 v0.10.6
17062024-10-18T20:42:42.870Z Compiling signature v2.2.0
17072024-10-18T20:42:43.049Z Compiling curve25519-dalek-derive v0.1.1
17082024-10-18T20:42:43.090Z Compiling zerocopy-derive v0.6.6
17092024-10-18T20:42:43.376Z Compiling lazy_static v1.5.0
17102024-10-18T20:42:43.508Z Compiling object v0.36.5
17112024-10-18T20:42:44.411Z Compiling thread_local v1.1.8
17122024-10-18T20:42:44.431Z Compiling fs-err v2.11.0
17132024-10-18T20:42:44.728Z Compiling encoding_rs v0.8.34
17142024-10-18T20:42:44.775Z Compiling utf8parse v0.2.2
17152024-10-18T20:42:44.945Z Compiling openssl-probe v0.1.5
17162024-10-18T20:42:44.962Z Compiling mime v0.3.17
17172024-10-18T20:42:45.239Z Compiling unicode-properties v0.1.3
17182024-10-18T20:42:45.486Z Compiling stable_deref_trait v1.2.0
17192024-10-18T20:42:45.595Z Compiling rustc-demangle v0.1.24
17202024-10-18T20:42:45.646Z Compiling ipnet v2.10.1
17212024-10-18T20:42:46.026Z Compiling winnow v0.6.20
17222024-10-18T20:42:48.020Z Compiling either v1.13.0
17232024-10-18T20:42:48.209Z Compiling anstyle v1.0.8
17242024-10-18T20:42:48.408Z Compiling stringprep v0.1.5
17252024-10-18T20:42:49.188Z Compiling anstyle-parse v0.2.5
17262024-10-18T20:42:49.532Z Compiling toml_edit v0.22.22
17272024-10-18T20:42:52.355Z Compiling backtrace v0.3.74
17282024-10-18T20:42:53.151Z Compiling crossbeam-deque v0.8.5
17292024-10-18T20:42:58.259Z Compiling term v0.7.0
17302024-10-18T20:42:59.501Z Compiling slog-json v2.6.1
17312024-10-18T20:43:00.712Z Compiling serde_urlencoded v0.7.1
17322024-10-18T20:43:01.268Z Compiling crossbeam-channel v0.5.13
17332024-10-18T20:43:01.778Z Compiling rustls-pemfile v2.2.0
17342024-10-18T20:43:02.195Z Compiling hashbrown v0.14.5
17352024-10-18T20:43:02.293Z Compiling futures-executor v0.3.31
17362024-10-18T20:43:02.729Z Compiling md-5 v0.10.6
17372024-10-18T20:43:02.838Z Compiling idna v0.3.0
17382024-10-18T20:43:02.911Z Compiling idna v0.4.0
17392024-10-18T20:43:02.963Z Compiling num-integer v0.1.46
17402024-10-18T20:43:03.674Z Compiling ff v0.13.0
17412024-10-18T20:43:03.691Z Compiling hash32 v0.2.1
17422024-10-18T20:43:03.909Z Compiling is-terminal v0.4.13
17432024-10-18T20:43:04.044Z Compiling memmap v0.7.0
17442024-10-18T20:43:04.247Z Compiling quick-error v1.2.3
17452024-10-18T20:43:04.334Z Compiling psl-types v2.0.11
17462024-10-18T20:43:04.391Z Compiling base16ct v0.2.0
17472024-10-18T20:43:04.531Z Compiling anstyle-query v1.1.1
17482024-10-18T20:43:04.689Z Compiling colorchoice v1.0.2
17492024-10-18T20:43:05.121Z Compiling fallible-iterator v0.2.0
17502024-10-18T20:43:05.762Z Compiling take_mut v0.2.2
17512024-10-18T20:43:05.931Z Compiling is_terminal_polyfill v1.70.1
17522024-10-18T20:43:06.077Z Compiling linked-hash-map v0.5.6
17532024-10-18T20:43:06.737Z Compiling utf-8 v0.7.6
17542024-10-18T20:43:07.046Z Compiling tungstenite v0.24.0
17552024-10-18T20:43:07.565Z Compiling lru-cache v0.1.2
17562024-10-18T20:43:07.605Z Compiling anstream v0.6.15
17572024-10-18T20:43:08.233Z Compiling postgres-protocol v0.6.7
17582024-10-18T20:43:09.311Z Compiling sec1 v0.7.3
17592024-10-18T20:43:09.410Z Compiling publicsuffix v2.2.3
17602024-10-18T20:43:09.688Z Compiling resolv-conf v0.7.0
17612024-10-18T20:43:09.871Z Compiling usdt v0.5.0
17622024-10-18T20:43:09.935Z Compiling slog-term v2.9.1
17632024-10-18T20:43:10.120Z Compiling group v0.13.0
17642024-10-18T20:43:10.325Z Compiling hickory-proto v0.24.1
17652024-10-18T20:43:10.418Z Compiling regress v0.10.1
17662024-10-18T20:43:11.499Z Compiling num-iter v0.1.45
17672024-10-18T20:43:13.368Z Compiling futures v0.3.31
17682024-10-18T20:43:14.358Z Compiling tokio-rustls v0.25.0
17692024-10-18T20:43:15.034Z Compiling slog-bunyan v2.5.0
17702024-10-18T20:43:15.247Z Compiling tokio-rustls v0.26.0
17712024-10-18T20:43:15.455Z Compiling toml v0.8.19
17722024-10-18T20:43:15.589Z Compiling tokio-native-tls v0.3.1
17732024-10-18T20:43:15.706Z Compiling terminal_size v0.4.0
17742024-10-18T20:43:15.859Z Compiling strum_macros v0.25.3
17752024-10-18T20:43:15.930Z Compiling phf_shared v0.11.2
17762024-10-18T20:43:16.532Z Compiling async-stream v0.3.6
17772024-10-18T20:43:17.025Z Compiling waitgroup v0.1.2
17782024-10-18T20:43:17.540Z Compiling webpki-roots v0.26.6
17792024-10-18T20:43:17.982Z Compiling serde_path_to_error v0.1.16
17802024-10-18T20:43:18.238Z Compiling hkdf v0.12.4
17812024-10-18T20:43:18.440Z Compiling crypto-bigint v0.5.5
17822024-10-18T20:43:18.545Z Compiling clap_derive v4.5.18
17832024-10-18T20:43:18.789Z Compiling derive-where v1.2.7
17842024-10-18T20:43:19.184Z Compiling serde_repr v0.1.19
17852024-10-18T20:43:20.354Z Compiling hostname v0.4.0
17862024-10-18T20:43:20.583Z Compiling debug-ignore v1.0.5
17872024-10-18T20:43:20.735Z Compiling unicode-width v0.1.14
17882024-10-18T20:43:21.286Z Compiling clap_lex v0.7.2
17892024-10-18T20:43:21.735Z Compiling managed v0.8.0
17902024-10-18T20:43:21.892Z Compiling bitflags v1.3.2
17912024-10-18T20:43:22.259Z Compiling clap_builder v4.5.20
17922024-10-18T20:43:22.499Z Compiling elliptic-curve v0.13.8
17932024-10-18T20:43:22.582Z Compiling console v0.15.8
17942024-10-18T20:43:24.580Z Compiling hyper-rustls v0.27.3
17952024-10-18T20:43:27.234Z Compiling phf v0.11.2
17962024-10-18T20:43:27.536Z Compiling hyper-tls v0.6.0
17972024-10-18T20:43:27.675Z Compiling hickory-resolver v0.24.1
17982024-10-18T20:43:27.924Z Compiling signal-hook-mio v0.2.4
17992024-10-18T20:43:28.085Z Compiling rayon v1.10.0
18002024-10-18T20:43:28.294Z Compiling typify-impl v0.2.0
18012024-10-18T20:43:29.358Z Compiling cookie_store v0.21.0
18022024-10-18T20:43:31.041Z Compiling postgres-types v0.2.8
18032024-10-18T20:43:31.169Z Compiling tokio-tungstenite v0.24.0
18042024-10-18T20:43:31.719Z Compiling zerocopy v0.6.6
18052024-10-18T20:43:32.559Z Compiling hubpack v0.1.2
18062024-10-18T20:43:32.577Z Compiling ed25519 v2.2.3
18072024-10-18T20:43:32.881Z Compiling phf_shared v0.10.0
18082024-10-18T20:43:33.004Z Compiling pkcs1 v0.7.5
18092024-10-18T20:43:33.034Z Compiling bstr v1.10.0
18102024-10-18T20:43:33.273Z Compiling tokio-stream v0.1.16
18112024-10-18T20:43:33.461Z Compiling serde-big-array v0.5.1
18122024-10-18T20:43:33.889Z Compiling rfc6979 v0.4.0
18132024-10-18T20:43:34.088Z Compiling float-cmp v0.9.0
18142024-10-18T20:43:34.128Z Compiling sync_wrapper v1.0.1
18152024-10-18T20:43:34.286Z Compiling crc32fast v1.4.2
18162024-10-18T20:43:34.308Z Compiling new_debug_unreachable v1.0.6
18172024-10-18T20:43:34.407Z Compiling bit-vec v0.6.3
18182024-10-18T20:43:34.601Z Compiling whoami v1.5.2
18192024-10-18T20:43:34.833Z Compiling static_assertions v1.1.0
18202024-10-18T20:43:34.942Z Compiling minimal-lexical v0.2.1
18212024-10-18T20:43:35.193Z Compiling precomputed-hash v0.1.1
18222024-10-18T20:43:35.313Z Compiling fixedbitset v0.4.2
18232024-10-18T20:43:35.343Z Compiling unicode-segmentation v1.12.0
18242024-10-18T20:43:35.445Z Compiling predicates-core v1.0.8
18252024-10-18T20:43:35.522Z Compiling normalize-line-endings v0.3.0
18262024-10-18T20:43:35.656Z Compiling number_prefix v0.4.0
18272024-10-18T20:43:35.715Z Compiling difflib v0.4.0
18282024-10-18T20:43:35.745Z Compiling petgraph v0.6.5
18292024-10-18T20:43:35.889Z Compiling indicatif v0.17.8
18302024-10-18T20:43:36.196Z Compiling predicates v3.1.2
18312024-10-18T20:43:36.993Z Compiling similar v2.6.0
18322024-10-18T20:43:37.170Z Compiling nom v7.1.3
18332024-10-18T20:43:37.812Z Compiling string_cache v0.8.7
18342024-10-18T20:43:38.212Z Compiling tokio-postgres v0.7.12
18352024-10-18T20:43:38.683Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18362024-10-18T20:43:38.979Z Compiling bit-set v0.5.3
18372024-10-18T20:43:39.786Z Compiling flate2 v1.0.34
18382024-10-18T20:43:40.088Z Compiling typify-macro v0.2.0
18392024-10-18T20:43:40.819Z Compiling reqwest v0.12.8
18402024-10-18T20:43:40.980Z Compiling qorb v0.1.2
18412024-10-18T20:43:43.153Z Compiling ecdsa v0.16.9
18422024-10-18T20:43:43.889Z Compiling rsa v0.9.6
18432024-10-18T20:43:44.848Z Compiling ed25519-dalek v2.1.1
18442024-10-18T20:43:45.390Z Compiling crossterm v0.28.1
18452024-10-18T20:43:45.546Z Compiling clap v4.5.20
18462024-10-18T20:43:46.258Z Compiling itertools v0.10.5
18472024-10-18T20:43:47.641Z Compiling itertools v0.12.1
18482024-10-18T20:43:48.543Z Compiling toml v0.7.8
18492024-10-18T20:43:48.883Z Compiling x509-cert v0.2.5
18502024-10-18T20:43:49.918Z Compiling hex v0.4.3
18512024-10-18T20:43:50.772Z Compiling lalrpop-util v0.19.12
18522024-10-18T20:43:50.801Z Compiling unicode-xid v0.2.6
18532024-10-18T20:43:50.971Z Compiling peg-runtime v0.8.3
18542024-10-18T20:43:53.235Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18552024-10-18T20:43:55.211Z Compiling proc-macro-crate v1.3.1
18562024-10-18T20:43:55.355Z Compiling ipnetwork v0.20.0
18572024-10-18T20:43:57.165Z Compiling heapless v0.8.0
18582024-10-18T20:43:58.200Z Compiling num_enum_derive v0.5.11
18592024-10-18T20:44:04.104Z Compiling hash32 v0.3.1
18602024-10-18T20:44:04.361Z Compiling smoltcp v0.11.0
18612024-10-18T20:44:05.592Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18622024-10-18T20:44:06.116Z Compiling ident_case v1.0.1
18632024-10-18T20:44:07.710Z Compiling darling_core v0.20.10
18642024-10-18T20:44:22.078Z Compiling num_enum v0.5.11
18652024-10-18T20:44:22.784Z Compiling typify v0.2.0
18662024-10-18T20:44:24.395Z Compiling proc-macro-error-attr v1.0.4
18672024-10-18T20:44:24.745Z Compiling cobs v0.2.3
18682024-10-18T20:44:25.198Z Compiling unsafe-libyaml v0.2.11
18692024-10-18T20:44:25.910Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18702024-10-18T20:44:28.342Z Compiling serde_yaml v0.9.34+deprecated
18712024-10-18T20:44:29.623Z Compiling postcard v1.0.10
18722024-10-18T20:44:38.857Z Compiling progenitor-impl v0.8.0
18732024-10-18T20:44:42.217Z Compiling darling_macro v0.20.10
18742024-10-18T20:44:53.160Z Compiling strum_macros v0.26.4
18752024-10-18T20:44:53.531Z Compiling foreign-types-macros v0.2.3
18762024-10-18T20:44:53.761Z Compiling structmeta-derive v0.3.0
18772024-10-18T20:44:54.456Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18782024-10-18T20:44:54.616Z Compiling proc-macro-error v1.0.4
18792024-10-18T20:44:54.937Z Compiling newtype-uuid v1.1.2
18802024-10-18T20:44:55.408Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18812024-10-18T20:44:55.566Z Compiling foreign-types-shared v0.3.1
18822024-10-18T20:44:56.377Z Compiling structmeta v0.3.0
18832024-10-18T20:44:57.595Z Compiling strum v0.26.3
18842024-10-18T20:44:57.807Z Compiling foreign-types v0.5.0
18852024-10-18T20:44:57.931Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18862024-10-18T20:45:05.661Z Compiling progenitor-macro v0.8.0
18872024-10-18T20:45:05.749Z Compiling darling v0.20.10
18882024-10-18T20:45:07.293Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
18892024-10-18T20:45:09.481Z Compiling progenitor-client v0.8.0
18902024-10-18T20:45:11.089Z Compiling tabwriter v1.4.0
18912024-10-18T20:45:11.848Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18922024-10-18T20:45:12.661Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18932024-10-18T20:45:13.514Z Compiling cstr-argument v0.1.2
18942024-10-18T20:45:13.791Z Compiling fastrand v2.1.1
18952024-10-18T20:45:14.244Z Compiling crucible-workspace-hack v0.1.0
18962024-10-18T20:45:14.559Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
18972024-10-18T20:45:14.737Z Compiling pretty-hex v0.2.1
18982024-10-18T20:45:14.924Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18992024-10-18T20:45:14.986Z Compiling tempfile v3.13.0
19002024-10-18T20:45:15.004Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19012024-10-18T20:45:15.316Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19022024-10-18T20:45:15.564Z Compiling serde_with_macros v3.11.0
19032024-10-18T20:45:16.126Z Compiling parse-display-derive v0.10.0
19042024-10-18T20:45:16.226Z Compiling colored v2.1.0
19052024-10-18T20:45:16.669Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19062024-10-18T20:45:17.417Z Compiling instant v0.1.13
19072024-10-18T20:45:17.557Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19082024-10-18T20:45:17.622Z Compiling backoff v0.4.0
19092024-10-18T20:45:17.913Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19102024-10-18T20:45:17.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19112024-10-18T20:45:18.151Z Compiling serde_with v3.11.0
19122024-10-18T20:45:20.108Z Compiling parse-display v0.10.0
19132024-10-18T20:45:20.659Z Compiling progenitor v0.8.0
19142024-10-18T20:45:20.896Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19152024-10-18T20:45:20.896Z Compiling zone_cfg_derive v0.3.0
19162024-10-18T20:45:22.066Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19172024-10-18T20:45:22.308Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19182024-10-18T20:45:22.523Z Compiling camino-tempfile v1.1.1
19192024-10-18T20:45:22.741Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19202024-10-18T20:45:22.832Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19212024-10-18T20:45:23.033Z Compiling regress v0.9.1
19222024-10-18T20:45:23.051Z Compiling macaddr v1.0.1
19232024-10-18T20:45:23.226Z Compiling num-derive v0.4.2
19242024-10-18T20:45:23.257Z Compiling sigpipe v0.1.3
19252024-10-18T20:45:23.391Z Compiling libefi-sys v0.1.0
19262024-10-18T20:45:23.642Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19272024-10-18T20:45:23.740Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19282024-10-18T20:45:23.988Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19292024-10-18T20:45:24.542Z Compiling zone v0.3.0
19302024-10-18T20:45:25.457Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
19312024-10-18T20:45:27.044Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19322024-10-18T20:45:27.081Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19332024-10-18T20:45:27.793Z Compiling smf v0.2.3
19342024-10-18T20:45:27.963Z Compiling bitfield-struct v0.6.2
19352024-10-18T20:45:29.336Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19362024-10-18T20:45:29.744Z Compiling blake3 v1.5.4
19372024-10-18T20:45:30.344Z Compiling ring v0.16.20
19382024-10-18T20:45:31.117Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19392024-10-18T20:45:31.661Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19402024-10-18T20:45:31.807Z Compiling xattr v1.3.1
19412024-10-18T20:45:31.833Z Compiling memmap2 v0.9.5
19422024-10-18T20:45:32.137Z Compiling filetime v0.2.25
19432024-10-18T20:45:32.401Z Compiling arrayvec v0.7.6
19442024-10-18T20:45:32.493Z Compiling spin v0.5.2
19452024-10-18T20:45:32.760Z Compiling constant_time_eq v0.3.1
19462024-10-18T20:45:32.848Z Compiling arrayref v0.3.9
19472024-10-18T20:45:32.851Z Compiling untrusted v0.7.1
19482024-10-18T20:45:32.940Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19492024-10-18T20:45:32.961Z Compiling same-file v1.0.6
19502024-10-18T20:45:33.063Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19512024-10-18T20:45:33.235Z Compiling walkdir v2.5.0
19522024-10-18T20:45:34.585Z Compiling tar v0.4.42
19532024-10-18T20:45:35.677Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19542024-10-18T20:45:35.785Z Compiling gethostname v0.5.0
19552024-10-18T20:45:35.994Z Compiling cargo-platform v0.1.8
19562024-10-18T20:45:36.097Z Compiling topological-sort v0.2.2
19572024-10-18T20:45:36.371Z Compiling cargo_metadata v0.18.1
19582024-10-18T20:45:39.616Z Compiling omicron-zone-package v0.11.1
19592024-10-18T20:45:42.644Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19602024-10-18T20:45:43.779Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19612024-10-18T20:45:49.432Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19622024-10-18T20:46:05.978Z Finished `release` profile [optimized] target(s) in 4m 38s
19632024-10-18T20:46:06.140Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19642024-10-18T20:46:06.187ZLogging to: /work/oxidecomputer/omicron/out/LOG
19652024-10-18T20:46:06.190ZCreated new build target 'test' and set it as active
19662024-10-18T20:46:06.190Z
19672024-10-18T20:46:06.190Zreal 4:38.451519139
19682024-10-18T20:46:06.190Zuser 31:31.999773968
19692024-10-18T20:46:06.190Zsys 3:57.303233550
19702024-10-18T20:46:06.190Ztrap 0.894998450
19712024-10-18T20:46:06.190Ztflt 3.442160336
19722024-10-18T20:46:06.190Zdflt 0.884750414
19732024-10-18T20:46:06.190Zkflt 0.039453966
19742024-10-18T20:46:06.190Zlock 1:10:42.334955279
19752024-10-18T20:46:06.190Zslp 2:01:47.492922866
19762024-10-18T20:46:06.190Zlat 2:08.314119716
19772024-10-18T20:46:06.190Zstop 3:54.848187348
19782024-10-18T20:46:06.193Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19792024-10-18T20:46:07.182Z Finished `release` profile [optimized] target(s) in 0.94s
19802024-10-18T20:46:07.236Z Running `target/release/omicron-package -t test package`
19812024-10-18T20:46:07.277ZLogging to: /work/oxidecomputer/omicron/out/LOG
19822024-10-18T20:46:08.429Z Compiling convert_case v0.4.0
19832024-10-18T20:46:08.429Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19842024-10-18T20:46:08.432Z Compiling itertools v0.13.0
19852024-10-18T20:46:08.432Z Compiling password-hash v0.5.0
19862024-10-18T20:46:08.432Z Compiling blake2 v0.10.6
19872024-10-18T20:46:08.432Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19882024-10-18T20:46:08.432Z Compiling newline-converter v0.3.0
19892024-10-18T20:46:08.432Z Compiling owo-colors v4.1.0
19902024-10-18T20:46:08.738Z Compiling cancel-safe-futures v0.1.5
19912024-10-18T20:46:08.875Z Compiling expectorate v1.1.0
19922024-10-18T20:46:08.894Z Compiling base64 v0.21.7
19932024-10-18T20:46:09.272Z Compiling derive_more v0.99.18
19942024-10-18T20:46:09.738Z Compiling argon2 v0.5.3
19952024-10-18T20:46:09.791Z Compiling libsw v3.3.1
19962024-10-18T20:46:09.877Z Compiling linear-map v1.2.0
19972024-10-18T20:46:10.059Z Compiling swrite v0.1.0
19982024-10-18T20:46:10.199Z Compiling indent_write v2.2.0
19992024-10-18T20:46:10.290Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20002024-10-18T20:46:10.415Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20012024-10-18T20:46:10.433Z Compiling progenitor-client v0.8.0
20022024-10-18T20:46:10.665Z Compiling atomicwrites v0.4.4
20032024-10-18T20:46:10.864Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20042024-10-18T20:46:10.989Z Compiling progenitor v0.8.0
20052024-10-18T20:46:11.202Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20062024-10-18T20:46:11.228Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20072024-10-18T20:46:11.800Z Compiling num-rational v0.4.2
20082024-10-18T20:46:12.074Z Compiling num-complex v0.4.6
20092024-10-18T20:46:12.148Z Compiling prettyplease v0.2.22
20102024-10-18T20:46:12.460Z Compiling float-ord v0.3.2
20112024-10-18T20:46:12.631Z Compiling semver v0.1.20
20122024-10-18T20:46:13.190Z Compiling num v0.4.3
20132024-10-18T20:46:13.315Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20142024-10-18T20:46:13.382Z Compiling rustc_version v0.1.7
20152024-10-18T20:46:13.795Z Compiling newtype_derive v0.1.6
20162024-10-18T20:46:14.214Z Compiling highway v1.2.0
20172024-10-18T20:46:14.275Z Compiling humantime v2.1.0
20182024-10-18T20:46:15.244Z Compiling home v0.5.9
20192024-10-18T20:46:15.480Z Compiling steno v0.4.1
20202024-10-18T20:46:15.707Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20212024-10-18T20:46:18.302Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20222024-10-18T20:46:18.886Z Compiling newtype-uuid v1.1.2
20232024-10-18T20:46:19.241Z Compiling ipnetwork v0.20.0
20242024-10-18T20:46:19.417Z Compiling slog-dtrace v0.3.0
20252024-10-18T20:46:19.438Z Compiling instant v0.1.13
20262024-10-18T20:46:19.655Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20272024-10-18T20:46:19.822Z Compiling backoff v0.4.0
20282024-10-18T20:46:20.036Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20292024-10-18T20:46:20.160Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20302024-10-18T20:46:20.328Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20312024-10-18T20:46:20.491Z Compiling parse-display v0.10.0
20322024-10-18T20:46:21.068Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20332024-10-18T20:46:21.259Z Compiling strum v0.26.3
20342024-10-18T20:46:21.458Z Compiling serde_with v3.11.0
20352024-10-18T20:46:25.166Z Compiling regress v0.9.1
20362024-10-18T20:46:25.353Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20372024-10-18T20:46:27.222Z Compiling macaddr v1.0.1
20382024-10-18T20:46:28.150Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20392024-10-18T20:46:29.225Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20402024-10-18T20:46:29.955Z Compiling display-error-chain v0.2.1
20412024-10-18T20:46:30.152Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20422024-10-18T20:46:33.728Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20432024-10-18T20:46:34.809Z Compiling half v2.4.1
20442024-10-18T20:46:35.543Z Compiling ciborium-io v0.2.2
20452024-10-18T20:46:35.691Z Compiling ciborium-ll v0.2.2
20462024-10-18T20:46:36.228Z Compiling tungstenite v0.21.0
20472024-10-18T20:46:37.306Z Compiling ciborium v0.2.2
20482024-10-18T20:46:37.788Z Compiling tokio-tungstenite v0.21.0
20492024-10-18T20:46:38.369Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20502024-10-18T20:46:39.411Z Compiling fastrand v2.1.1
20512024-10-18T20:46:39.922Z Compiling same-file v1.0.6
20522024-10-18T20:46:40.154Z Compiling walkdir v2.5.0
20532024-10-18T20:46:40.781Z Compiling tempfile v3.13.0
20542024-10-18T20:46:41.569Z Compiling ring v0.16.20
20552024-10-18T20:46:44.335Z Compiling blake3 v1.5.4
20562024-10-18T20:46:44.605Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20572024-10-18T20:46:44.605Z Compiling xattr v1.3.1
20582024-10-18T20:46:44.895Z Compiling memmap2 v0.9.5
20592024-10-18T20:46:44.913Z Compiling filetime v0.2.25
20602024-10-18T20:46:45.196Z Compiling untrusted v0.7.1
20612024-10-18T20:46:45.381Z Compiling spin v0.5.2
20622024-10-18T20:46:45.613Z Compiling constant_time_eq v0.3.1
20632024-10-18T20:46:45.785Z Compiling arrayref v0.3.9
20642024-10-18T20:46:45.906Z Compiling keccak v0.1.5
20652024-10-18T20:46:46.134Z Compiling arrayvec v0.7.6
20662024-10-18T20:46:46.919Z Compiling sha3 v0.10.8
20672024-10-18T20:46:47.683Z Compiling tar v0.4.42
20682024-10-18T20:46:47.762Z Compiling camino-tempfile v1.1.1
20692024-10-18T20:46:48.211Z Compiling toolchain_find v0.4.0
20702024-10-18T20:46:48.446Z Compiling nibble_vec v0.1.0
20712024-10-18T20:46:48.690Z Compiling crunchy v0.2.2
20722024-10-18T20:46:48.750Z Compiling maplit v1.0.2
20732024-10-18T20:46:48.770Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20742024-10-18T20:46:48.881Z Compiling topological-sort v0.2.2
20752024-10-18T20:46:49.106Z Compiling glob v0.3.1
20762024-10-18T20:46:49.158Z Compiling radium v0.7.0
20772024-10-18T20:46:49.621Z Compiling endian-type v0.1.2
20782024-10-18T20:46:49.726Z Compiling omicron-zone-package v0.11.1
20792024-10-18T20:46:49.853Z Compiling clang-sys v1.8.1
20802024-10-18T20:46:49.872Z Compiling radix_trie v0.2.1
20812024-10-18T20:46:50.336Z Compiling rustfmt-wrapper v0.2.1
20822024-10-18T20:46:50.508Z Compiling tap v1.0.1
20832024-10-18T20:46:50.561Z Compiling maybe-uninit v2.0.0
20842024-10-18T20:46:50.716Z Compiling tiny-keccak v2.0.2
20852024-10-18T20:46:50.755Z Compiling wyz v0.5.1
20862024-10-18T20:46:51.069Z Compiling dsl_auto_type v0.1.2
20872024-10-18T20:46:51.109Z Compiling scheduled-thread-pool v0.2.7
20882024-10-18T20:46:51.218Z Compiling secrecy v0.8.0
20892024-10-18T20:46:51.501Z Compiling bzip2-sys v0.1.11+1.0.8
20902024-10-18T20:46:51.601Z Compiling diesel_table_macro_syntax v0.2.0
20912024-10-18T20:46:51.961Z Compiling crc-catalog v2.4.0
20922024-10-18T20:46:52.015Z Compiling funty v2.0.0
20932024-10-18T20:46:52.127Z Compiling packed_struct v0.10.1
20942024-10-18T20:46:52.391Z Compiling arc-swap v1.7.1
20952024-10-18T20:46:52.472Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
20962024-10-18T20:46:52.591Z Compiling diesel_derives v2.2.3
20972024-10-18T20:46:52.822Z Compiling crc v3.2.1
20982024-10-18T20:46:53.095Z Compiling bitvec v1.0.1
20992024-10-18T20:46:53.145Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21002024-10-18T20:46:53.591Z Compiling slog-scope v4.4.0
21012024-10-18T20:46:54.443Z Compiling r2d2 v0.8.10
21022024-10-18T20:46:54.877Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21032024-10-18T20:46:55.017Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21042024-10-18T20:46:55.232Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21052024-10-18T20:46:57.582Z Compiling ascii-canvas v3.0.0
21062024-10-18T20:46:58.075Z Compiling universal-hash v0.5.1
21072024-10-18T20:46:58.334Z Compiling thiserror-impl-no-std v2.0.2
21082024-10-18T20:47:01.002Z Compiling packed_struct_codegen v0.10.1
21092024-10-18T20:47:01.021Z Compiling ena v0.14.3
21102024-10-18T20:47:01.455Z Compiling indexmap v1.9.3
21112024-10-18T20:47:01.800Z Compiling libloading v0.8.5
21122024-10-18T20:47:02.206Z Compiling regex-syntax v0.6.29
21132024-10-18T20:47:03.536Z Compiling diff v0.1.13
21142024-10-18T20:47:03.988Z Compiling nodrop v0.1.14
21152024-10-18T20:47:04.064Z Compiling opaque-debug v0.3.1
21162024-10-18T20:47:04.124Z Compiling bindgen v0.69.5
21172024-10-18T20:47:04.174Z Compiling poly1305 v0.8.0
21182024-10-18T20:47:04.622Z Compiling array-init v0.0.4
21192024-10-18T20:47:05.649Z Compiling lalrpop v0.19.12
21202024-10-18T20:47:05.946Z Compiling diesel v2.2.4
21212024-10-18T20:47:14.402Z Compiling thiserror-no-std v2.0.2
21222024-10-18T20:47:14.719Z Compiling smallvec v0.6.14
21232024-10-18T20:47:15.230Z Compiling slog-stdlog v4.1.1
21242024-10-18T20:47:16.600Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21252024-10-18T20:47:17.704Z Compiling which v4.4.2
21262024-10-18T20:47:18.244Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21272024-10-18T20:47:18.564Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21282024-10-18T20:47:18.815Z Compiling chacha20 v0.9.1
21292024-10-18T20:47:19.322Z Compiling cexpr v0.6.0
21302024-10-18T20:47:20.957Z Compiling aead v0.5.2
21312024-10-18T20:47:21.310Z Compiling lazycell v1.3.0
21322024-10-18T20:47:21.499Z Compiling hashbrown v0.12.3
21332024-10-18T20:47:22.032Z Compiling bitfield v0.14.0
21342024-10-18T20:47:22.400Z Compiling ref-cast v1.0.23
21352024-10-18T20:47:22.796Z Compiling termcolor v1.4.1
21362024-10-18T20:47:22.906Z Compiling rustc-hash v1.1.0
21372024-10-18T20:47:23.884Z Compiling env_logger v0.10.2
21382024-10-18T20:47:26.795Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21392024-10-18T20:47:27.533Z Compiling chacha20poly1305 v0.10.1
21402024-10-18T20:47:27.805Z Compiling slog-envlogger v2.2.0
21412024-10-18T20:47:30.233Z Compiling serde-hex v0.1.0
21422024-10-18T20:47:31.577Z Compiling polar-core v0.27.3
21432024-10-18T20:47:32.872Z Compiling bzip2 v0.4.4
21442024-10-18T20:47:33.326Z Compiling vsss-rs v3.3.4
21452024-10-18T20:47:35.251Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21462024-10-18T20:47:35.572Z Compiling ron v0.8.1
21472024-10-18T20:47:36.587Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21482024-10-18T20:47:36.916Z Compiling derive_builder_core v0.20.2
21492024-10-18T20:47:37.757Z Compiling hashbrown v0.13.2
21502024-10-18T20:47:38.347Z Compiling headers-core v0.3.0
21512024-10-18T20:47:38.564Z Compiling fxhash v0.2.1
21522024-10-18T20:47:38.806Z Compiling libxml v0.3.3
21532024-10-18T20:47:39.068Z Compiling ref-cast-impl v1.0.23
21542024-10-18T20:47:39.118Z Compiling crc-any v2.5.0
21552024-10-18T20:47:39.258Z Compiling derive_builder_macro v0.20.2
21562024-10-18T20:47:40.024Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21572024-10-18T20:47:40.112Z Compiling object v0.30.4
21582024-10-18T20:47:40.348Z Compiling headers v0.4.0
21592024-10-18T20:47:43.455Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21602024-10-18T20:47:44.067Z Compiling samael v0.0.17
21612024-10-18T20:47:45.094Z Compiling zip v0.6.6
21622024-10-18T20:47:47.724Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21632024-10-18T20:47:49.732Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21642024-10-18T20:47:50.073Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21652024-10-18T20:47:50.873Z Compiling phf_generator v0.11.2
21662024-10-18T20:47:51.086Z Compiling strum_macros v0.24.3
21672024-10-18T20:47:53.046Z Compiling kstat-rs v0.2.4
21682024-10-18T20:47:53.978Z Compiling async-recursion v1.1.1
21692024-10-18T20:47:54.346Z Compiling unicase v2.7.0
21702024-10-18T20:47:54.684Z Compiling path-slash v0.1.5
21712024-10-18T20:47:54.961Z Compiling indoc v1.0.9
21722024-10-18T20:47:55.010Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21732024-10-18T20:47:55.438Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21742024-10-18T20:47:55.807Z Compiling phf_codegen v0.11.2
21752024-10-18T20:47:56.495Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21762024-10-18T20:47:57.421Z Compiling derive_builder v0.20.2
21772024-10-18T20:48:01.466Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21782024-10-18T20:48:02.406Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21792024-10-18T20:48:02.742Z Compiling pem v3.0.4
21802024-10-18T20:48:04.171Z Compiling http v0.2.12
21812024-10-18T20:48:08.755Z Compiling oso-derive v0.27.3
21822024-10-18T20:48:09.113Z Compiling impl-trait-for-tuples v0.2.2
21832024-10-18T20:48:09.759Z Compiling parse-zoneinfo v0.3.1
21842024-10-18T20:48:10.209Z Compiling libz-sys v1.1.20
21852024-10-18T20:48:10.900Z Compiling quick-xml v0.33.0
21862024-10-18T20:48:11.314Z Compiling diesel-dtrace v0.3.0
21872024-10-18T20:48:11.656Z Compiling cfg_aliases v0.1.1
21882024-10-18T20:48:11.781Z Compiling parking_lot_core v0.8.6
21892024-10-18T20:48:12.266Z Compiling nix v0.28.0
21902024-10-18T20:48:12.838Z Compiling chrono-tz-build v0.4.0
21912024-10-18T20:48:13.050Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21922024-10-18T20:48:13.947Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21932024-10-18T20:48:14.595Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21942024-10-18T20:48:15.859Z Compiling oso v0.27.3
21952024-10-18T20:48:17.746Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21962024-10-18T20:48:18.064Z Compiling bb8 v0.8.5
21972024-10-18T20:48:18.656Z Compiling const_format_proc_macros v0.2.33
21982024-10-18T20:48:19.193Z Compiling vte_generate_state_changes v0.1.2
21992024-10-18T20:48:19.804Z Compiling buf-list v1.0.3
22002024-10-18T20:48:20.473Z Compiling vte v0.11.1
22012024-10-18T20:48:20.580Z Compiling const_format v0.2.33
22022024-10-18T20:48:21.902Z Compiling async-bb8-diesel v0.2.1
22032024-10-18T20:48:22.007Z Compiling chrono-tz v0.10.0
22042024-10-18T20:48:23.139Z Compiling h2 v0.3.26
22052024-10-18T20:48:23.551Z Compiling http-body v0.4.6
22062024-10-18T20:48:24.308Z Compiling fd-lock v4.0.2
22072024-10-18T20:48:24.543Z Compiling libgit2-sys v0.17.0+1.8.1
22082024-10-18T20:48:25.344Z Compiling pin-project-internal v1.1.6
22092024-10-18T20:48:28.232Z Compiling atty v0.2.14
22102024-10-18T20:48:28.401Z Compiling salty v0.3.0
22112024-10-18T20:48:28.831Z Compiling bytecount v0.6.8
22122024-10-18T20:48:29.159Z Compiling papergrid v0.11.0
22132024-10-18T20:48:33.391Z Compiling hyper v0.14.30
22142024-10-18T20:48:41.584Z Compiling pin-project v1.1.6
22152024-10-18T20:48:43.561Z Compiling parking_lot v0.11.2
22162024-10-18T20:48:48.844Z Compiling strip-ansi-escapes v0.2.0
22172024-10-18T20:48:50.611Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22182024-10-18T20:48:51.256Z Compiling tabled_derive v0.7.0
22192024-10-18T20:48:53.343Z Compiling peg-macros v0.8.4
22202024-10-18T20:48:55.373Z Compiling snafu-derive v0.8.5
22212024-10-18T20:48:56.663Z Compiling sqlparser_derive v0.2.2
22222024-10-18T20:48:57.435Z Compiling unicode_categories v0.1.1
22232024-10-18T20:48:57.637Z Compiling nu-ansi-term v0.50.1
22242024-10-18T20:48:58.063Z Compiling sync_wrapper v0.1.2
22252024-10-18T20:48:58.179Z Compiling reqwest v0.11.27
22262024-10-18T20:48:58.863Z Compiling reedline v0.35.0
22272024-10-18T20:49:00.045Z Compiling snafu v0.8.5
22282024-10-18T20:49:01.275Z Compiling rustyline v14.0.0
22292024-10-18T20:49:02.947Z Compiling sqlformat v0.2.6
22302024-10-18T20:49:05.652Z Compiling sqlparser v0.45.0
22312024-10-18T20:49:12.854Z Compiling peg v0.8.4
22322024-10-18T20:49:12.983Z Compiling tabled v0.15.0
22332024-10-18T20:49:14.184Z Compiling sled v0.34.7
22342024-10-18T20:49:25.475Z Compiling mime_guess v2.0.5
22352024-10-18T20:49:31.823Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22362024-10-18T20:49:31.941Z Compiling hickory-client v0.24.1
22372024-10-18T20:49:32.791Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22382024-10-18T20:49:34.097Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22392024-10-18T20:49:37.297Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22402024-10-18T20:49:39.911Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22412024-10-18T20:49:43.712Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22422024-10-18T20:49:45.345Z Compiling globset v0.4.15
22432024-10-18T20:49:46.443Z Compiling hickory-server v0.24.1
22442024-10-18T20:49:48.964Z Compiling primeorder v0.13.6
22452024-10-18T20:49:49.577Z Compiling olpc-cjson v0.1.4
22462024-10-18T20:49:49.933Z Compiling vergen v8.3.2
22472024-10-18T20:49:50.277Z Compiling bcs v0.1.6
22482024-10-18T20:49:51.140Z Compiling env_filter v0.1.2
22492024-10-18T20:49:51.794Z Compiling serde_plain v1.0.2
22502024-10-18T20:49:52.326Z Compiling cargo-platform v0.1.8
22512024-10-18T20:49:52.459Z Compiling nanorand v0.7.0
22522024-10-18T20:49:52.839Z Compiling memoffset v0.9.1
22532024-10-18T20:49:53.022Z Compiling typed-path v0.7.1
22542024-10-18T20:49:53.116Z Compiling flume v0.11.0
22552024-10-18T20:49:53.357Z Compiling cargo_metadata v0.18.1
22562024-10-18T20:49:53.868Z Compiling env_logger v0.11.5
22572024-10-18T20:49:55.321Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22582024-10-18T20:49:56.632Z Compiling tough v0.17.1
22592024-10-18T20:49:58.140Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22602024-10-18T20:49:58.743Z Compiling p384 v0.13.0
22612024-10-18T20:49:59.660Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22622024-10-18T20:50:04.734Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22632024-10-18T20:50:07.497Z Compiling git2 v0.19.0
22642024-10-18T20:50:09.665Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22652024-10-18T20:50:10.976Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
22662024-10-18T20:50:12.976Z Compiling libsqlite3-sys v0.30.1
22672024-10-18T20:50:13.488Z Compiling lzma-sys v0.1.20
22682024-10-18T20:50:14.182Z Compiling parse-size v1.0.0
22692024-10-18T20:50:14.469Z Compiling rustls v0.21.12
22702024-10-18T20:50:14.806Z Compiling cfg_aliases v0.2.1
22712024-10-18T20:50:14.931Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
22722024-10-18T20:50:15.297Z Compiling nix v0.29.0
22732024-10-18T20:50:16.086Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22742024-10-18T20:50:17.941Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22752024-10-18T20:50:18.398Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22762024-10-18T20:50:21.810Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22772024-10-18T20:50:21.835Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
22782024-10-18T20:50:22.510Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22792024-10-18T20:50:23.911Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22802024-10-18T20:50:24.241Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22812024-10-18T20:50:28.285Z Compiling rustls-webpki v0.101.7
22822024-10-18T20:50:28.409Z Compiling sct v0.7.1
22832024-10-18T20:50:28.658Z Compiling heck v0.3.3
22842024-10-18T20:50:28.893Z Compiling castaway v0.2.3
22852024-10-18T20:50:29.032Z Compiling rand_seeder v0.3.0
22862024-10-18T20:50:29.186Z Compiling csv-core v0.1.11
22872024-10-18T20:50:29.429Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22882024-10-18T20:50:29.790Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22892024-10-18T20:50:30.123Z Compiling http-range v0.1.5
22902024-10-18T20:50:30.692Z Compiling hyper-staticfile v0.10.1
22912024-10-18T20:50:31.791Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22922024-10-18T20:50:31.943Z Compiling csv v1.3.0
22932024-10-18T20:50:32.320Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22942024-10-18T20:50:32.559Z Compiling compact_str v0.8.0
22952024-10-18T20:50:34.051Z Compiling zone_cfg_derive v0.1.2
22962024-10-18T20:50:34.462Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
22972024-10-18T20:50:35.247Z Compiling nix v0.27.1
22982024-10-18T20:50:35.465Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22992024-10-18T20:50:38.352Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
23002024-10-18T20:50:40.251Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23012024-10-18T20:50:42.118Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23022024-10-18T20:50:45.289Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23032024-10-18T20:50:49.467Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23042024-10-18T20:50:49.740Z Compiling unicode-truncate v1.1.0
23052024-10-18T20:50:49.806Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23062024-10-18T20:50:49.825Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23072024-10-18T20:50:50.023Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23082024-10-18T20:50:50.127Z Compiling hashlink v0.9.1
23092024-10-18T20:50:50.154Z Compiling tungstenite v0.23.0
23102024-10-18T20:50:50.646Z Compiling lru v0.12.5
23112024-10-18T20:50:50.946Z Compiling instability v0.3.2
23122024-10-18T20:50:51.003Z Compiling fallible-iterator v0.3.0
23132024-10-18T20:50:51.912Z Compiling fallible-streaming-iterator v0.1.9
23142024-10-18T20:50:52.044Z Compiling base64 v0.13.1
23152024-10-18T20:50:52.208Z Compiling cassowary v0.3.0
23162024-10-18T20:50:52.805Z Compiling ratatui v0.28.1
23172024-10-18T20:50:55.895Z Compiling ron v0.7.1
23182024-10-18T20:50:55.898Z Compiling rusqlite v0.32.1
23192024-10-18T20:50:59.735Z Compiling tokio-tungstenite v0.23.1
23202024-10-18T20:51:00.369Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23212024-10-18T20:51:01.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23222024-10-18T20:51:01.333Z Compiling xz2 v0.1.7
23232024-10-18T20:51:02.110Z Compiling tokio-rustls v0.24.1
23242024-10-18T20:51:02.593Z Compiling zone v0.1.8
23252024-10-18T20:51:10.018Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23262024-10-18T20:51:11.894Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23272024-10-18T20:51:19.292Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23282024-10-18T20:51:20.124Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23292024-10-18T20:51:21.538Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23302024-10-18T20:51:21.828Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23312024-10-18T20:51:22.318Z Compiling rustls-pemfile v1.0.4
23322024-10-18T20:51:23.089Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23332024-10-18T20:51:23.420Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23342024-10-18T20:51:23.801Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23352024-10-18T20:51:23.979Z Compiling signal-hook-tokio v0.3.1
23362024-10-18T20:51:24.201Z Compiling twox-hash v1.6.3
23372024-10-18T20:51:25.238Z Compiling yasna v0.5.2
23382024-10-18T20:51:28.383Z Compiling unicode-linebreak v0.1.5
23392024-10-18T20:51:28.686Z Compiling smawk v0.3.2
23402024-10-18T20:51:28.757Z Compiling is_ci v1.2.0
23412024-10-18T20:51:28.948Z Compiling textwrap v0.16.1
23422024-10-18T20:51:28.952Z Compiling supports-color v3.0.1
23432024-10-18T20:51:29.051Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23442024-10-18T20:51:29.389Z Compiling rcgen v0.12.1
23452024-10-18T20:51:39.097Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23462024-10-18T20:51:40.500Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23472024-10-18T20:51:43.605Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23482024-10-18T20:51:46.657Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23492024-10-18T20:51:47.162Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23502024-10-18T20:51:50.308Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23512024-10-18T20:51:50.896Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23522024-10-18T20:51:51.693Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23532024-10-18T20:51:58.486Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23542024-10-18T20:51:58.836Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
23552024-10-18T20:52:00.818Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23562024-10-18T20:52:05.492Z Compiling fatfs v0.3.6
23572024-10-18T20:52:08.325Z Compiling subprocess v0.2.9
23582024-10-18T20:52:09.326Z Compiling rtoolbox v0.0.2
23592024-10-18T20:52:09.786Z Compiling assert_matches v1.5.0
23602024-10-18T20:52:10.214Z Compiling rpassword v7.3.1
23612024-10-18T20:52:10.663Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23622024-10-18T20:52:13.100Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23632024-10-18T20:52:18.168Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23642024-10-18T20:52:18.371Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23652024-10-18T20:52:25.344Z Compiling tui-tree-widget v0.22.0
23662024-10-18T20:52:25.814Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23672024-10-18T20:52:36.504Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23682024-10-18T20:52:42.724Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23692024-10-18T20:52:43.046Z Compiling uzers v0.12.1
23702024-10-18T20:52:49.480Z Compiling shell-words v1.1.0
23712024-10-18T20:52:49.518Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23722024-10-18T20:52:49.529Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23732024-10-18T20:52:49.529Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23742024-10-18T20:53:16.845Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23752024-10-18T20:53:24.271Z Compiling multimap v0.10.0
23762024-10-18T20:55:27.510Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23772024-10-18T20:55:36.873Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782024-10-18T21:02:23.060Z Finished `release` profile [optimized] target(s) in 16m 15s
23792024-10-18T21:03:23.294Z
23802024-10-18T21:03:23.297Zreal 17:16.985135663
23812024-10-18T21:03:23.297Zuser 1:56:38.104036303
23822024-10-18T21:03:23.297Zsys 5:40.360845767
23832024-10-18T21:03:23.297Ztrap 2.815019427
23842024-10-18T21:03:23.297Ztflt 3.064500235
23852024-10-18T21:03:23.297Zdflt 4.563488688
23862024-10-18T21:03:23.297Zkflt 0.003402297
23872024-10-18T21:03:23.297Zlock 7:15:39.576347784
23882024-10-18T21:03:23.297Zslp 6:16:13.336111951
23892024-10-18T21:03:23.297Zlat 2:55.224840771
23902024-10-18T21:03:23.297Zstop 2:37.648282629
23912024-10-18T21:03:23.297Z+ mapfile -t packages
23922024-10-18T21:03:23.297Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
23932024-10-18T21:03:24.328Z Finished `release` profile [optimized] target(s) in 0.98s
23942024-10-18T21:03:24.389Z Running `target/release/omicron-package -t test list-outputs`
23952024-10-18T21:03:24.436ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962024-10-18T21:03:24.439Z+ ptime -m cargo build --locked --release -p xtask
23972024-10-18T21:03:25.067Z Compiling serde v1.0.210
23982024-10-18T21:03:25.070Z Compiling rustix v0.38.37
23992024-10-18T21:03:25.070Z Compiling libc v0.2.161
24002024-10-18T21:03:25.156Z Compiling serde_json v1.0.128
24012024-10-18T21:03:25.166Z Compiling syn v2.0.79
24022024-10-18T21:03:25.169Z Compiling bitflags v2.6.0
24032024-10-18T21:03:25.555Z Compiling usdt-impl v0.5.0
24042024-10-18T21:03:25.596Z Compiling syn v1.0.109
24052024-10-18T21:03:25.684Z Compiling log v0.4.22
24062024-10-18T21:03:25.706Z Compiling hashbrown v0.15.0
24072024-10-18T21:03:25.770Z Compiling fs-err v2.11.0
24082024-10-18T21:03:26.094Z Compiling once_cell v1.20.2
24092024-10-18T21:03:26.181Z Compiling anyhow v1.0.89
24102024-10-18T21:03:26.687Z Compiling thread-id v4.2.2
24112024-10-18T21:03:26.955Z Compiling indexmap v2.6.0
24122024-10-18T21:03:28.309Z Compiling terminal_size v0.4.0
24132024-10-18T21:03:28.309Z Compiling tempfile v3.13.0
24142024-10-18T21:03:28.525Z Compiling clap_builder v4.5.20
24152024-10-18T21:03:28.976Z Compiling proc-macro-error v1.0.4
24162024-10-18T21:03:30.353Z Compiling tabled_derive v0.7.0
24172024-10-18T21:03:31.783Z Compiling tabled v0.15.0
24182024-10-18T21:03:32.901Z Compiling serde_derive v1.0.210
24192024-10-18T21:03:33.447Z Compiling thiserror-impl v1.0.64
24202024-10-18T21:03:34.267Z Compiling zerocopy-derive v0.7.35
24212024-10-18T21:03:36.269Z Compiling thiserror v1.0.64
24222024-10-18T21:03:36.431Z Compiling pest v2.7.14
24232024-10-18T21:03:36.450Z Compiling zerocopy v0.7.35
24242024-10-18T21:03:36.700Z Compiling scroll_derive v0.12.0
24252024-10-18T21:03:38.143Z Compiling scroll v0.12.0
24262024-10-18T21:03:38.759Z Compiling goblin v0.8.2
24272024-10-18T21:03:39.479Z Compiling pest_meta v2.7.14
24282024-10-18T21:03:39.830Z Compiling clap_derive v4.5.18
24292024-10-18T21:03:40.831Z Compiling pest_generator v2.7.14
24302024-10-18T21:03:43.495Z Compiling pest_derive v2.7.14
24312024-10-18T21:03:44.319Z Compiling dtrace-parser v0.2.0
24322024-10-18T21:03:46.094Z Compiling clap v4.5.20
24332024-10-18T21:03:47.959Z Compiling toml_datetime v0.6.8
24342024-10-18T21:03:48.667Z Compiling serde_spanned v0.6.8
24352024-10-18T21:03:49.035Z Compiling serde_tokenstream v0.2.2
24362024-10-18T21:03:49.652Z Compiling dof v0.3.0
24372024-10-18T21:03:50.332Z Compiling toml_edit v0.22.22
24382024-10-18T21:03:52.529Z Compiling camino v1.1.9
24392024-10-18T21:03:53.889Z Compiling usdt-macro v0.5.0
24402024-10-18T21:03:53.930Z Compiling usdt-attr-macro v0.5.0
24412024-10-18T21:03:55.153Z Compiling toml v0.8.19
24422024-10-18T21:03:55.336Z Compiling semver v1.0.23
24432024-10-18T21:03:55.338Z Compiling cargo-platform v0.1.8
24442024-10-18T21:03:56.463Z Compiling cargo_toml v0.20.5
24452024-10-18T21:03:56.820Z Compiling cargo_metadata v0.18.1
24462024-10-18T21:04:00.074Z Compiling usdt v0.5.0
24472024-10-18T21:04:01.208Z Compiling camino-tempfile v1.1.1
24482024-10-18T21:04:01.542Z Compiling macaddr v1.0.1
24492024-10-18T21:04:09.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24502024-10-18T21:04:20.833Z Finished `release` profile [optimized] target(s) in 56.34s
24512024-10-18T21:04:20.937Z
24522024-10-18T21:04:20.937Zreal 56.466288533
24532024-10-18T21:04:20.937Zuser 5:44.610576644
24542024-10-18T21:04:20.937Zsys 31.743151938
24552024-10-18T21:04:20.937Ztrap 0.152661154
24562024-10-18T21:04:20.940Ztflt 0.386328846
24572024-10-18T21:04:20.940Zdflt 0.416650847
24582024-10-18T21:04:20.940Zkflt 0.000000000
24592024-10-18T21:04:20.940Zlock 11:22.826099618
24602024-10-18T21:04:20.940Zslp 16:38.258210828
24612024-10-18T21:04:20.940Zlat 12.415254988
24622024-10-18T21:04:20.940Zstop 18.569145155
24632024-10-18T21:04:20.940Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24642024-10-18T21:04:20.940Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24652024-10-18T21:04:20.940Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24662024-10-18T21:04:20.940Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24672024-10-18T21:04:20.940Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24682024-10-18T21:04:21.831Z Compiling hashbrown v0.14.5
24692024-10-18T21:04:21.954Z Compiling unsafe-libyaml v0.2.11
24702024-10-18T21:04:21.966Z Compiling progenitor-client v0.8.0
24712024-10-18T21:04:21.975Z Compiling ident_case v1.0.1
24722024-10-18T21:04:21.975Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24732024-10-18T21:04:21.975Z Compiling ipnetwork v0.20.0
24742024-10-18T21:04:21.975Z Compiling instant v0.1.13
24752024-10-18T21:04:21.980Z Compiling structmeta-derive v0.3.0
24762024-10-18T21:04:22.134Z Compiling darling_core v0.20.10
24772024-10-18T21:04:22.215Z Compiling newtype-uuid v1.1.2
24782024-10-18T21:04:22.408Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
24792024-10-18T21:04:22.467Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802024-10-18T21:04:22.865Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812024-10-18T21:04:22.921Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24822024-10-18T21:04:23.150Z Compiling regress v0.10.1
24832024-10-18T21:04:23.220Z Compiling serde_yaml v0.9.34+deprecated
24842024-10-18T21:04:23.239Z Compiling regress v0.9.1
24852024-10-18T21:04:23.266Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862024-10-18T21:04:23.445Z Compiling backoff v0.4.0
24872024-10-18T21:04:23.691Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24882024-10-18T21:04:23.803Z Compiling macaddr v1.0.1
24892024-10-18T21:04:23.847Z Compiling tempfile v3.13.0
24902024-10-18T21:04:23.862Z Compiling proc-macro-crate v1.3.1
24912024-10-18T21:04:24.247Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24922024-10-18T21:04:24.685Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24932024-10-18T21:04:24.719Z Compiling foreign-types-macros v0.2.3
24942024-10-18T21:04:24.934Z Compiling num_enum_derive v0.5.11
24952024-10-18T21:04:25.022Z Compiling structmeta v0.3.0
24962024-10-18T21:04:25.041Z Compiling foreign-types-shared v0.3.1
24972024-10-18T21:04:25.163Z Compiling heapless v0.8.0
24982024-10-18T21:04:25.452Z Compiling parse-display-derive v0.10.0
24992024-10-18T21:04:26.056Z Compiling foreign-types v0.5.0
25002024-10-18T21:04:26.177Z Compiling proc-macro-error v1.0.4
25012024-10-18T21:04:26.453Z Compiling camino-tempfile v1.1.1
25022024-10-18T21:04:26.895Z Compiling typify-impl v0.2.0
25032024-10-18T21:04:26.922Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25042024-10-18T21:04:27.408Z Compiling hash32 v0.3.1
25052024-10-18T21:04:27.586Z Compiling num_enum v0.5.11
25062024-10-18T21:04:27.649Z Compiling cstr-argument v0.1.2
25072024-10-18T21:04:27.761Z Compiling pretty-hex v0.2.1
25082024-10-18T21:04:27.807Z Compiling smoltcp v0.11.0
25092024-10-18T21:04:27.928Z Compiling crucible-workspace-hack v0.1.0
25102024-10-18T21:04:27.952Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25112024-10-18T21:04:28.188Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25122024-10-18T21:04:28.253Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25132024-10-18T21:04:28.407Z Compiling tabwriter v1.4.0
25142024-10-18T21:04:28.431Z Compiling colored v2.1.0
25152024-10-18T21:04:28.606Z Compiling cobs v0.2.3
25162024-10-18T21:04:28.892Z Compiling postcard v1.0.10
25172024-10-18T21:04:28.914Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25182024-10-18T21:04:28.932Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25192024-10-18T21:04:29.083Z Compiling darling_macro v0.20.10
25202024-10-18T21:04:29.107Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25212024-10-18T21:04:29.168Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25222024-10-18T21:04:29.299Z Compiling smf v0.2.3
25232024-10-18T21:04:29.506Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25242024-10-18T21:04:29.906Z Compiling zone_cfg_derive v0.3.0
25252024-10-18T21:04:30.019Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25262024-10-18T21:04:30.064Z Compiling darling v0.20.10
25272024-10-18T21:04:30.194Z Compiling parse-display v0.10.0
25282024-10-18T21:04:30.213Z Compiling serde_with_macros v3.11.0
25292024-10-18T21:04:30.505Z Compiling num-derive v0.4.2
25302024-10-18T21:04:30.733Z Compiling sigpipe v0.1.3
25312024-10-18T21:04:30.872Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25322024-10-18T21:04:30.905Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25332024-10-18T21:04:31.215Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25342024-10-18T21:04:31.439Z Compiling zone v0.3.0
25352024-10-18T21:04:31.658Z Compiling universal-hash v0.5.1
25362024-10-18T21:04:31.866Z Compiling opaque-debug v0.3.1
25372024-10-18T21:04:31.974Z Compiling num-rational v0.4.2
25382024-10-18T21:04:32.081Z Compiling password-hash v0.5.0
25392024-10-18T21:04:32.965Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25402024-10-18T21:04:33.067Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25412024-10-18T21:04:33.087Z Compiling serde_with v3.11.0
25422024-10-18T21:04:33.111Z Compiling blake2 v0.10.6
25432024-10-18T21:04:33.729Z Compiling num-complex v0.4.6
25442024-10-18T21:04:33.792Z Compiling aead v0.5.2
25452024-10-18T21:04:34.008Z Compiling keccak v0.1.5
25462024-10-18T21:04:34.166Z Compiling convert_case v0.4.0
25472024-10-18T21:04:34.168Z Compiling argon2 v0.5.3
25482024-10-18T21:04:34.883Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25492024-10-18T21:04:34.907Z Compiling num v0.4.3
25502024-10-18T21:04:35.028Z Compiling sha3 v0.10.8
25512024-10-18T21:04:35.075Z Compiling poly1305 v0.8.0
25522024-10-18T21:04:35.096Z Compiling tungstenite v0.21.0
25532024-10-18T21:04:35.182Z Compiling derive_more v0.99.18
25542024-10-18T21:04:36.129Z Compiling chacha20 v0.9.1
25552024-10-18T21:04:36.614Z Compiling base64 v0.21.7
25562024-10-18T21:04:36.781Z Compiling float-ord v0.3.2
25572024-10-18T21:04:36.965Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25582024-10-18T21:04:37.068Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25592024-10-18T21:04:37.126Z Compiling tokio-tungstenite v0.21.0
25602024-10-18T21:04:37.187Z Compiling same-file v1.0.6
25612024-10-18T21:04:37.310Z Compiling semver v0.1.20
25622024-10-18T21:04:37.394Z Compiling walkdir v2.5.0
25632024-10-18T21:04:37.489Z Compiling newline-converter v0.3.0
25642024-10-18T21:04:37.509Z Compiling primeorder v0.13.6
25652024-10-18T21:04:37.669Z Compiling rustc_version v0.1.7
25662024-10-18T21:04:37.703Z Compiling secrecy v0.8.0
25672024-10-18T21:04:37.970Z Compiling cancel-safe-futures v0.1.5
25682024-10-18T21:04:38.005Z Compiling prettyplease v0.2.22
25692024-10-18T21:04:38.043Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25702024-10-18T21:04:38.162Z Compiling home v0.5.9
25712024-10-18T21:04:38.187Z Compiling owo-colors v4.1.0
25722024-10-18T21:04:38.339Z Compiling newtype_derive v0.1.6
25732024-10-18T21:04:38.362Z Compiling expectorate v1.1.0
25742024-10-18T21:04:38.414Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752024-10-18T21:04:38.434Z Compiling thiserror-impl-no-std v2.0.2
25762024-10-18T21:04:38.521Z Compiling ring v0.16.20
25772024-10-18T21:04:38.547Z Compiling blake3 v1.5.4
25782024-10-18T21:04:38.653Z Compiling unicase v2.7.0
25792024-10-18T21:04:38.729Z Compiling half v2.4.1
25802024-10-18T21:04:38.924Z Compiling ciborium-io v0.2.2
25812024-10-18T21:04:38.979Z Compiling arc-swap v1.7.1
25822024-10-18T21:04:39.262Z Compiling ciborium-ll v0.2.2
25832024-10-18T21:04:39.281Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25842024-10-18T21:04:39.612Z Compiling slog-scope v4.4.0
25852024-10-18T21:04:40.165Z Compiling polyval v0.6.2
25862024-10-18T21:04:40.320Z Compiling atomicwrites v0.4.4
25872024-10-18T21:04:40.622Z Compiling libsw v3.3.1
25882024-10-18T21:04:40.697Z Compiling memmap2 v0.9.5
25892024-10-18T21:04:40.947Z Compiling parking_lot_core v0.8.6
25902024-10-18T21:04:41.181Z Compiling arrayvec v0.7.6
25912024-10-18T21:04:41.441Z Compiling constant_time_eq v0.3.1
25922024-10-18T21:04:41.579Z Compiling arrayref v0.3.9
25932024-10-18T21:04:41.628Z Compiling libefi-sys v0.1.0
25942024-10-18T21:04:41.696Z Compiling salty v0.3.0
25952024-10-18T21:04:41.716Z Compiling thiserror-no-std v2.0.2
25962024-10-18T21:04:41.837Z Compiling linear-map v1.2.0
25972024-10-18T21:04:42.074Z Compiling untrusted v0.7.1
25982024-10-18T21:04:42.077Z Compiling spin v0.5.2
25992024-10-18T21:04:42.120Z Compiling indent_write v2.2.0
26002024-10-18T21:04:42.200Z Compiling vsss-rs v3.3.4
26012024-10-18T21:04:42.264Z Compiling ghash v0.5.1
26022024-10-18T21:04:42.341Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26032024-10-18T21:04:42.464Z Compiling slog-stdlog v4.1.1
26042024-10-18T21:04:42.992Z Compiling ciborium v0.2.2
26052024-10-18T21:04:43.370Z Compiling toolchain_find v0.4.0
26062024-10-18T21:04:43.422Z Compiling p384 v0.13.0
26072024-10-18T21:04:43.424Z Compiling chacha20poly1305 v0.10.1
26082024-10-18T21:04:43.672Z Compiling itertools v0.13.0
26092024-10-18T21:04:44.049Z Compiling lzma-sys v0.1.20
26102024-10-18T21:04:44.520Z Compiling ctr v0.9.2
26112024-10-18T21:04:44.877Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26122024-10-18T21:04:44.920Z Compiling bitfield-struct v0.6.2
26132024-10-18T21:04:45.019Z Compiling slog-dtrace v0.3.0
26142024-10-18T21:04:45.294Z Compiling topological-sort v0.2.2
26152024-10-18T21:04:45.331Z Compiling highway v1.2.0
26162024-10-18T21:04:45.529Z Compiling omicron-zone-package v0.11.1
26172024-10-18T21:04:45.745Z Compiling typify-macro v0.2.0
26182024-10-18T21:04:46.209Z Compiling aes-gcm v0.10.3
26192024-10-18T21:04:46.229Z Compiling rustfmt-wrapper v0.2.1
26202024-10-18T21:04:46.292Z Compiling mime_guess v2.0.5
26212024-10-18T21:04:46.370Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222024-10-18T21:04:46.493Z Compiling steno v0.4.1
26232024-10-18T21:04:46.844Z Compiling slog-envlogger v2.2.0
26242024-10-18T21:04:47.431Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26252024-10-18T21:04:47.549Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26262024-10-18T21:04:47.633Z Compiling heck v0.3.3
26272024-10-18T21:04:47.686Z Compiling ssh-encoding v0.2.0
26282024-10-18T21:04:48.108Z Compiling blowfish v0.9.1
26292024-10-18T21:04:48.127Z Compiling nibble_vec v0.1.0
26302024-10-18T21:04:48.174Z Compiling env_filter v0.1.2
26312024-10-18T21:04:48.221Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26322024-10-18T21:04:48.338Z Compiling endian-type v0.1.2
26332024-10-18T21:04:48.356Z Compiling humantime v2.1.0
26342024-10-18T21:04:48.571Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26352024-10-18T21:04:48.592Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26362024-10-18T21:04:48.731Z Compiling radix_trie v0.2.1
26372024-10-18T21:04:48.894Z Compiling env_logger v0.11.5
26382024-10-18T21:04:48.911Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392024-10-18T21:04:48.948Z Compiling bcrypt-pbkdf v0.10.0
26402024-10-18T21:04:48.968Z Compiling zone_cfg_derive v0.1.2
26412024-10-18T21:04:49.439Z Compiling ssh-cipher v0.2.0
26422024-10-18T21:04:49.692Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26432024-10-18T21:04:49.975Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26442024-10-18T21:04:50.135Z Compiling parking_lot v0.11.2
26452024-10-18T21:04:50.308Z Compiling typify v0.2.0
26462024-10-18T21:04:50.460Z Compiling progenitor-impl v0.8.0
26472024-10-18T21:04:50.533Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26482024-10-18T21:04:50.689Z Compiling gethostname v0.5.0
26492024-10-18T21:04:50.925Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26502024-10-18T21:04:50.960Z Compiling password-hash v0.4.2
26512024-10-18T21:04:51.077Z Compiling fxhash v0.2.1
26522024-10-18T21:04:51.170Z Compiling base64 v0.13.1
26532024-10-18T21:04:51.196Z Compiling matches v0.1.10
26542024-10-18T21:04:51.290Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26552024-10-18T21:04:51.308Z Compiling idna v0.2.3
26562024-10-18T21:04:51.326Z Compiling sled v0.34.7
26572024-10-18T21:04:51.645Z Compiling ron v0.7.1
26582024-10-18T21:04:51.806Z Compiling pbkdf2 v0.11.0
26592024-10-18T21:04:51.881Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26602024-10-18T21:04:52.023Z Compiling zone v0.1.8
26612024-10-18T21:04:52.164Z Compiling xz2 v0.1.7
26622024-10-18T21:04:52.610Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26632024-10-18T21:04:52.658Z Compiling ssh-key v0.6.6
26642024-10-18T21:04:53.648Z Compiling hickory-client v0.24.1
26652024-10-18T21:04:54.080Z Compiling p256 v0.13.2
26662024-10-18T21:04:54.183Z Compiling p521 v0.13.3
26672024-10-18T21:04:54.268Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26682024-10-18T21:04:54.957Z Compiling hickory-server v0.24.1
26692024-10-18T21:04:55.117Z Compiling enum-as-inner v0.5.1
26702024-10-18T21:04:55.433Z Compiling pem v3.0.4
26712024-10-18T21:04:56.224Z Compiling yasna v0.5.2
26722024-10-18T21:04:56.311Z Compiling headers-core v0.3.0
26732024-10-18T21:04:56.492Z Compiling kstat-rs v0.2.4
26742024-10-18T21:04:56.630Z Compiling nanorand v0.7.0
26752024-10-18T21:04:57.147Z Compiling russh-cryptovec v0.7.3
26762024-10-18T21:04:57.240Z Compiling atty v0.2.14
26772024-10-18T21:04:57.395Z Compiling http-range v0.1.5
26782024-10-18T21:04:57.475Z Compiling glob v0.3.1
26792024-10-18T21:04:57.642Z Compiling md5 v0.7.0
26802024-10-18T21:04:57.782Z Compiling hyper-staticfile v0.10.1
26812024-10-18T21:04:57.972Z Compiling russh-keys v0.45.0
26822024-10-18T21:04:58.191Z Compiling rcgen v0.12.1
26832024-10-18T21:04:58.233Z Compiling flume v0.11.0
26842024-10-18T21:04:58.478Z Compiling headers v0.4.0
26852024-10-18T21:04:58.616Z Compiling progenitor-macro v0.8.0
26862024-10-18T21:04:58.951Z Compiling trust-dns-proto v0.22.0
26872024-10-18T21:04:58.982Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26882024-10-18T21:05:00.556Z Compiling num-bigint v0.4.6
26892024-10-18T21:05:00.703Z Compiling des v0.8.1
26902024-10-18T21:05:01.067Z Compiling subprocess v0.2.9
26912024-10-18T21:05:02.061Z Compiling dhcproto-macros v0.1.0
26922024-10-18T21:05:02.260Z Compiling display-error-chain v0.2.1
26932024-10-18T21:05:02.447Z Compiling hex-literal v0.4.1
26942024-10-18T21:05:02.618Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26952024-10-18T21:05:03.047Z Compiling internet-checksum v0.2.1
26962024-10-18T21:05:03.336Z Compiling dhcproto v0.12.0
26972024-10-18T21:05:03.618Z Compiling russh v0.45.0
26982024-10-18T21:05:09.361Z Compiling progenitor v0.8.0
26992024-10-18T21:05:09.470Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27002024-10-18T21:05:09.473Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27012024-10-18T21:05:09.473Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27022024-10-18T21:05:09.473Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27032024-10-18T21:05:09.473Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27042024-10-18T21:05:09.473Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27052024-10-18T21:05:09.473Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27062024-10-18T21:05:09.572Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27072024-10-18T21:05:10.950Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27082024-10-18T21:05:14.260Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27092024-10-18T21:05:16.102Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27102024-10-18T21:05:24.853Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27112024-10-18T21:05:24.856Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27122024-10-18T21:05:24.856Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27132024-10-18T21:05:24.856Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27142024-10-18T21:05:27.893Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27152024-10-18T21:05:28.610Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27162024-10-18T21:05:28.683Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27172024-10-18T21:05:29.367Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27182024-10-18T21:05:31.875Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27192024-10-18T21:05:32.524Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27202024-10-18T21:05:32.924Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27212024-10-18T21:05:33.386Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27222024-10-18T21:05:35.053Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27232024-10-18T21:05:35.086Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27242024-10-18T21:05:36.542Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27252024-10-18T21:05:36.825Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262024-10-18T21:05:37.497Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27272024-10-18T21:05:37.523Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282024-10-18T21:05:39.599Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292024-10-18T21:05:40.015Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27302024-10-18T21:05:40.018Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27312024-10-18T21:05:40.447Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27322024-10-18T21:05:43.220Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27332024-10-18T21:05:43.580Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27342024-10-18T21:05:43.714Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27352024-10-18T21:05:46.585Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27362024-10-18T21:05:47.070Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27372024-10-18T21:05:54.232Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27382024-10-18T21:06:01.876Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392024-10-18T21:06:03.147Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27402024-10-18T21:06:20.869Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27412024-10-18T21:06:55.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
27422024-10-18T21:06:55.479Z
27432024-10-18T21:06:55.482Zreal 2:34.483262059
27442024-10-18T21:06:55.482Zuser 11:34.277411104
27452024-10-18T21:06:55.482Zsys 2:28.880294088
27462024-10-18T21:06:55.482Ztrap 0.297846695
27472024-10-18T21:06:55.482Ztflt 1.281677233
27482024-10-18T21:06:55.482Zdflt 1.770450891
27492024-10-18T21:06:55.482Zkflt 0.000064636
27502024-10-18T21:06:55.482Zlock 24:14.846068580
27512024-10-18T21:06:55.482Zslp 41:08.401531456
27522024-10-18T21:06:55.482Zlat 33.701145206
27532024-10-18T21:06:55.482Zstop 1:24.861556453
27542024-10-18T21:06:55.482Z+ mkdir tests
27552024-10-18T21:06:55.484Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27562024-10-18T21:06:55.484Z+ xargs -I '{}' -t cp '{}' tests/
27572024-10-18T21:06:57.005Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0ec088441df6d399 tests/
27582024-10-18T21:06:57.026Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3050ae0f06ab7321 tests/
27592024-10-18T21:06:57.049Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-85a63916ba1131d0 tests/
27602024-10-18T21:06:57.076Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-414b9a7446254693 tests/
27612024-10-18T21:06:57.295Z+ 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/*)
27622024-10-18T21:06:57.298Z+ 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-3050ae0f06ab7321 tests/commtest-85a63916ba1131d0 tests/dhcp_server-0ec088441df6d399 tests/end_to_end_tests-414b9a7446254693 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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
27632024-10-18T21:08:02.797ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27642024-10-18T21:08:02.797Za .github/buildomat/ci-env.sh 1K
27652024-10-18T21:08:02.797Za out/target/test 1K
27662024-10-18T21:08:02.797Za out/npuzone/npuzone 23144K
27672024-10-18T21:08:02.797Za package-manifest.toml 32K
27682024-10-18T21:08:02.797Za smf/sled-agent/non-gimlet/config.toml 4K
27692024-10-18T21:08:02.797Za target/release/omicron-package 32871K
27702024-10-18T21:08:02.797Za target/release/xtask 12146K
27712024-10-18T21:08:02.797Za target/debug/bootstrap 197641K
27722024-10-18T21:08:02.797Za tests/bootstrap-3050ae0f06ab7321 23995K
27732024-10-18T21:08:02.797Za tests/commtest-85a63916ba1131d0 24420K
27742024-10-18T21:08:02.797Za tests/dhcp_server-0ec088441df6d399 23995K
27752024-10-18T21:08:02.797Za tests/end_to_end_tests-414b9a7446254693 210374K
27762024-10-18T21:08:02.797Za out/clickhouse.tar.gz 244618K
27772024-10-18T21:08:02.797Za out/clickhouse_keeper.tar.gz 244613K
27782024-10-18T21:08:02.797Za out/clickhouse_server.tar.gz 244613K
27792024-10-18T21:08:02.797Za out/cockroachdb.tar.gz 132829K
27802024-10-18T21:08:02.797Za out/crucible-dtrace.tar 82K
27812024-10-18T21:08:02.797Za out/crucible-pantry-zone.tar.gz 26980K
27822024-10-18T21:08:02.797Za out/crucible-zone.tar.gz 35167K
27832024-10-18T21:08:02.797Za out/external-dns.tar.gz 30849K
27842024-10-18T21:08:02.797Za out/internal-dns.tar.gz 30849K
27852024-10-18T21:08:02.797Za out/mg-ddm-gz.tar 62661K
27862024-10-18T21:08:02.797Za out/nexus.tar.gz 94579K
27872024-10-18T21:08:02.797Za out/ntp.tar.gz 9121K
27882024-10-18T21:08:02.797Za out/omicron-gateway-softnpu.tar.gz 21644K
27892024-10-18T21:08:02.797Za out/omicron-sled-agent.tar 103691K
27902024-10-18T21:08:02.797Za out/overlay.tar.gz 3K
27912024-10-18T21:08:02.798Za out/oximeter.tar.gz 46208K
27922024-10-18T21:08:02.798Za out/oxlog.tar 3037K
27932024-10-18T21:08:02.798Za out/probe.tar.gz 2764K
27942024-10-18T21:08:02.798Za out/propolis-server.tar.gz 66490K
27952024-10-18T21:08:02.798Za out/pumpkind-gz.tar 26665K
27962024-10-18T21:08:02.798Za out/switch-softnpu.tar.gz 223172K
27972024-10-18T21:08:02.801Z
27982024-10-18T21:08:02.801Zreal 1:05.493968992
27992024-10-18T21:08:02.801Zuser 1:02.498209167
28002024-10-18T21:08:02.801Zsys 4.180843223
28012024-10-18T21:08:02.801Ztrap 0.015829195
28022024-10-18T21:08:02.801Ztflt 0.000000000
28032024-10-18T21:08:02.801Zdflt 0.000000000
28042024-10-18T21:08:02.801Zkflt 0.000000000
28052024-10-18T21:08:02.801Zlock 0.000000000
28062024-10-18T21:08:02.801Zslp 1:02.442482788
28072024-10-18T21:08:02.801Zlat 1.845936874
28082024-10-18T21:08:02.801Zstop 0.000208348
28092024-10-18T21:08:02.801Zprocess exited: duration 1855778 ms, exit code 0
 
28102024-10-18T21:08:02.816Zfound 1 output files
28112024-10-18T21:08:02.816Zuploading: /work/package.tar.gz (1694470167 bytes)
28122024-10-18T21:08:33.853Zuploaded: /work/package.tar.gz