01J5NWDDXW7RD1VKZ15SKRHX36: 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: 01J5NWDYHSAVA9QD7JTK795CS1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-19T17:55:51.867Zjob assigned to worker 01J5NWE3M11RK3A4G6ZRBRXEBS (queued for 1 m 3 s)
 
22024-08-19T17:55:59.371Zstarting task 0: "setup"
32024-08-19T17:55:59.380Z++ uname -s
42024-08-19T17:55:59.383Z+ kern=SunOS
52024-08-19T17:55:59.383Z+ case "$kern" in
62024-08-19T17:55:59.383Z+ groupadd -g 12345 build
72024-08-19T17:55:59.386Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-19T17:56:01.396Z+ zfs create -o mountpoint=/work rpool/work
92024-08-19T17:56:01.556Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-19T17:56:01.559Z+ home_fs=zfs
112024-08-19T17:56:01.559Z+ [[ zfs == autofs ]]
122024-08-19T17:56:01.559Z+ mkdir -p /home/build
132024-08-19T17:56:01.562Z+ chown build:build /home/build /work
142024-08-19T17:56:03.564Z+ chmod 0700 /home/build /work
152024-08-19T17:56:03.567Zprocess exited: duration 4197 ms, exit code 0
 
162024-08-19T17:56:03.572Zstarting task 1: "rust-toolchain"
172024-08-19T17:56:03.578Z+ printf ' * toolchain channel = "%s"
182024-08-19T17:56:03.578Z' 1.80.1
192024-08-19T17:56:03.578Z+ printf ' * toolchain profile = "%s"
202024-08-19T17:56:03.578Z' default
212024-08-19T17:56:03.578Z * toolchain channel = "1.80.1"
222024-08-19T17:56:03.578Z * toolchain profile = "default"
232024-08-19T17:56:03.581Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-19T17:56:03.581Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-19T17:56:03.693Zinfo: downloading installer
262024-08-19T17:56:05.136Zinfo: profile set to 'default'
272024-08-19T17:56:05.137Zinfo: default host triple is x86_64-unknown-illumos
282024-08-19T17:56:05.139Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-19T17:56:05.285Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-19T17:56:05.285Zinfo: downloading component 'cargo'
312024-08-19T17:56:06.095Zinfo: downloading component 'clippy'
322024-08-19T17:56:06.382Zinfo: downloading component 'rust-docs'
332024-08-19T17:56:07.506Zinfo: downloading component 'rust-std'
342024-08-19T17:56:09.083Zinfo: downloading component 'rustc'
352024-08-19T17:56:13.478Zinfo: downloading component 'rustfmt'
362024-08-19T17:56:13.712Zinfo: installing component 'cargo'
372024-08-19T17:56:14.522Zinfo: installing component 'clippy'
382024-08-19T17:56:14.887Zinfo: installing component 'rust-docs'
392024-08-19T17:56:16.518Zinfo: installing component 'rust-std'
402024-08-19T17:56:18.170Zinfo: installing component 'rustc'
412024-08-19T17:56:22.295Zinfo: installing component 'rustfmt'
422024-08-19T17:56:22.639Z
432024-08-19T17:56:22.639Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-08-19T17:56:22.912Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-19T17:56:22.912Z
462024-08-19T17:56:22.915Z
472024-08-19T17:56:22.915ZRust is installed now. Great!
482024-08-19T17:56:22.916Z
492024-08-19T17:56:22.916ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-19T17:56:22.916Zenvironment variable. This has not been done automatically.
512024-08-19T17:56:22.916Z
522024-08-19T17:56:22.916ZTo configure your current shell, you need to source
532024-08-19T17:56:22.916Zthe corresponding env file under $HOME/.cargo.
542024-08-19T17:56:22.916Z
552024-08-19T17:56:22.916ZThis is usually done by running one of the following (note the leading DOT):
562024-08-19T17:56:22.916Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-19T17:56:22.916Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-19T17:56:22.964Z+ rustc --version
592024-08-19T17:56:23.026Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-19T17:56:23.028Zprocess exited: duration 19450 ms, exit code 0
 
612024-08-19T17:56:23.035Zstarting task 2: "authentication"
622024-08-19T17:56:23.055Zprocess exited: duration 20 ms, exit code 0
 
632024-08-19T17:56:23.061Zstarting task 3: "clone repository"
642024-08-19T17:56:23.065Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-19T17:56:23.068Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-19T17:56:23.105ZCloning into '/work/oxidecomputer/omicron'...
672024-08-19T17:56:28.665Z+ cd /work/oxidecomputer/omicron
682024-08-19T17:56:28.668Z+ git fetch origin d16bbb38740f28c321cbe676425ac4fc519ec11a
692024-08-19T17:56:28.918ZFrom https://github.com/oxidecomputer/omicron
702024-08-19T17:56:28.918Z * branch d16bbb38740f28c321cbe676425ac4fc519ec11a -> FETCH_HEAD
712024-08-19T17:56:28.926Z+ [[ -n sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]]
722024-08-19T17:56:28.929Z++ git branch --show-current
732024-08-19T17:56:28.933Z+ current=main
742024-08-19T17:56:28.933Z+ [[ main != sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]]
752024-08-19T17:56:28.933Z+ git branch -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate d16bbb38740f28c321cbe676425ac4fc519ec11a
762024-08-19T17:56:28.936Z+ git checkout -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate
772024-08-19T17:56:29.082ZSwitched to branch 'sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate'
782024-08-19T17:56:29.085Z+ git reset --hard d16bbb38740f28c321cbe676425ac4fc519ec11a
792024-08-19T17:56:29.097ZHEAD is now at d16bbb387 move into nexus-types
802024-08-19T17:56:29.099Zprocess exited: duration 6035 ms, exit code 0
 
812024-08-19T17:56:29.105Zstarting task 4: "build"
822024-08-19T17:56:29.111Z+ cargo --version
832024-08-19T17:56:29.166Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-19T17:56:29.169Z+ rustc --version
852024-08-19T17:56:29.224Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-19T17:56:29.227Z+ WORK=/work
872024-08-19T17:56:29.228Z+ pfexec mkdir -p /work
882024-08-19T17:56:29.231Z+ pfexec chown build /work
892024-08-19T17:56:29.234Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-08-19T17:56:34.130Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-08-19T17:56:36.236Z Startup: Caching catalogs ... Done
922024-08-19T17:56:38.120ZPlanning: Solver setup ... Done (1.227s)
932024-08-19T17:56:38.139ZPlanning: Running solver ... Done (0.021s)
942024-08-19T17:56:38.196ZPlanning: Finding local manifests ... Done (0.002s)
952024-08-19T17:56:38.287ZPlanning: Fetching manifests: 0/4 0% complete
962024-08-19T17:56:38.455ZPlanning: Fetching manifests: 4/4 100% complete
972024-08-19T17:56:38.601ZPlanning: Package planning ... Done (0.155s)
982024-08-19T17:56:38.653ZPlanning: Merging actions ... Done (0.050s)
992024-08-19T17:56:38.951ZPlanning: Checking for conflicting actions ... Done (0.300s)
1002024-08-19T17:56:38.964ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-08-19T17:56:39.947ZPlanning: Evaluating mediators ... Done (0.985s)
1022024-08-19T17:56:39.956ZPlanning: Planning completed in 3.65 seconds
1032024-08-19T17:56:39.971Z Packages to install: 4
1042024-08-19T17:56:39.971Z Mediators to change: 2
1052024-08-19T17:56:39.975Z Services to change: 1
1062024-08-19T17:56:39.975Z Estimated space available: 155.72 GB
1072024-08-19T17:56:39.975ZEstimated space to be consumed: 1.48 GB
1082024-08-19T17:56:39.975Z Create boot environment: No
1092024-08-19T17:56:39.975ZCreate backup boot environment: No
1102024-08-19T17:56:39.975Z Rebuild boot archive: No
1112024-08-19T17:56:39.975Z
1122024-08-19T17:56:39.975ZChanged mediators:
1132024-08-19T17:56:39.975Z mediator clang:
1142024-08-19T17:56:39.975Z version: None -> 15 (system default)
1152024-08-19T17:56:39.975Z
1162024-08-19T17:56:39.975Z mediator llvm:
1172024-08-19T17:56:39.975Z version: 14 (system default) -> 15 (system default)
1182024-08-19T17:56:39.975Z
1192024-08-19T17:56:39.975ZChanged packages:
1202024-08-19T17:56:39.975Zhelios-dev
1212024-08-19T17:56:39.975Z developer/build-essential
1222024-08-19T17:56:39.975Z None -> 11-2.0
1232024-08-19T17:56:39.975Z library/libxmlsec1
1242024-08-19T17:56:39.975Z None -> 1.2.35-2.0
1252024-08-19T17:56:39.975Z ooce/developer/clang-15
1262024-08-19T17:56:39.975Z None -> 15.0.7-2.0
1272024-08-19T17:56:39.975Z ooce/developer/llvm-15
1282024-08-19T17:56:39.975Z None -> 15.0.7-2.0
1292024-08-19T17:56:39.975Z
1302024-08-19T17:56:39.976ZServices:
1312024-08-19T17:56:39.976Z restart_fmri:
1322024-08-19T17:56:39.976Z svc:/system/update-man-index:default
1332024-08-19T17:56:40.019Z
1342024-08-19T17:56:40.019ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-08-19T17:56:45.029ZDownload: 241/3290 items 15.4/212.6MB 7% complete (3.1M/s)
1362024-08-19T17:56:50.022ZDownload: 1136/3290 items 34.8/212.6MB 16% complete (3.4M/s)
1372024-08-19T17:57:05.944ZDownload: 1198/3290 items 83.5/212.6MB 39% complete
1382024-08-19T17:57:10.951ZDownload: 1875/3290 items 118.5/212.6MB 55% complete (7.2M/s)
1392024-08-19T17:57:17.196ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (4.5M/s)
1402024-08-19T17:57:22.202ZDownload: 2319/3290 items 119.6/212.6MB 56% complete (89.4k/s)
1412024-08-19T17:57:27.302ZDownload: 3238/3290 items 196.5/212.6MB 92% complete (8.1M/s)
1422024-08-19T17:57:35.174ZDownload: 3246/3290 items 202.6/212.6MB 95% complete (11.5M/s)
1432024-08-19T17:57:37.458ZDownload: Completed 212.60 MB in 57.42 seconds (3.7M/s)
1442024-08-19T17:57:37.641Z Actions: 1/3689 actions (Installing new actions)
1452024-08-19T17:57:42.198Z Actions: Completed 3689 actions in 4.56 seconds.
1462024-08-19T17:57:42.473Z Done (0.270s)
1472024-08-19T17:57:42.473Z Done (0.000s)
1482024-08-19T17:57:42.837Z Done (0.364s)
1492024-08-19T17:57:47.043Z Done (4.031s)
1502024-08-19T17:57:47.132Z Done (0.018s)
1512024-08-19T17:57:47.134Z Done (0.000s)
1522024-08-19T17:57:47.299Z Done (0.000s)
1532024-08-19T17:57:47.878ZPlanning: Evaluating mediator changes ... Done
1542024-08-19T17:57:48.036ZPlanning: Checking for conflicting actions ... Done
1552024-08-19T17:57:48.039ZPlanning: Consolidating action changes ... Done
1562024-08-19T17:57:48.298ZPlanning: Evaluating mediators ... Done
1572024-08-19T17:57:48.300ZPlanning: Planning completed in 0.42 seconds
1582024-08-19T17:57:48.331Z Mediators to change: 2
1592024-08-19T17:57:48.331Z Create boot environment: No
1602024-08-19T17:57:48.331ZCreate backup boot environment: No
1612024-08-19T17:57:48.408Z Done
1622024-08-19T17:57:48.408Z Done
1632024-08-19T17:57:48.636Z Done
1642024-08-19T17:57:52.087Z Done
1652024-08-19T17:57:52.173Z Done
1662024-08-19T17:57:52.175Z Done
1672024-08-19T17:57:52.307Z Done
1682024-08-19T17:57:52.902ZPlanning: Evaluating mediator changes ... Done
1692024-08-19T17:57:52.905ZPlanning: Merging actions ... Done
1702024-08-19T17:57:53.093ZPlanning: Checking for conflicting actions ... Done
1712024-08-19T17:57:53.096ZPlanning: Consolidating action changes ... Done
1722024-08-19T17:57:53.354ZPlanning: Evaluating mediators ... Done
1732024-08-19T17:57:53.408ZPlanning: Planning completed in 0.74 seconds
1742024-08-19T17:57:53.442Z Packages to change: 1
1752024-08-19T17:57:53.442Z Mediators to change: 1
1762024-08-19T17:57:53.445Z Services to change: 1
1772024-08-19T17:57:53.445Z Create boot environment: No
1782024-08-19T17:57:53.445ZCreate backup boot environment: Yes
1792024-08-19T17:57:55.479Z Actions: 1/6 actions (Updating modified actions)
1802024-08-19T17:57:55.482Z Actions: Completed 6 actions in 0.00 seconds.
1812024-08-19T17:57:55.482Z Done
1822024-08-19T17:57:55.482Z Done
1832024-08-19T17:57:55.558Z Done
1842024-08-19T17:57:59.125Z Done
1852024-08-19T17:57:59.211Z Done
1862024-08-19T17:57:59.214Z Done
1872024-08-19T17:57:59.324Z Done
1882024-08-19T17:57:59.754ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1892024-08-19T17:57:59.754Zclang system 15 system
1902024-08-19T17:57:59.754Zcsh system system illumos
1912024-08-19T17:57:59.754Zctags system system illumos
1922024-08-19T17:57:59.754Zgcc vendor 12 vendor
1932024-08-19T17:57:59.754Zgcc system 10 system
1942024-08-19T17:57:59.754Zgcc system 7 system
1952024-08-19T17:57:59.754Zgo system 1.20 system
1962024-08-19T17:57:59.754Zgo system 1.19 system
1972024-08-19T17:57:59.754Zllvm system 15 system
1982024-08-19T17:57:59.754Zllvm system 14 system
1992024-08-19T17:57:59.754Zmariadb system 10.6 system
2002024-08-19T17:57:59.754Zmta vendor vendor dma
2012024-08-19T17:57:59.757Zopenjdk system 17 system
2022024-08-19T17:57:59.757Zopenjdk system 11 system
2032024-08-19T17:57:59.757Zopenjdk system 1.8 system
2042024-08-19T17:57:59.757Zopenssl vendor 3 vendor
2052024-08-19T17:57:59.757Zperl system 5.36 system
2062024-08-19T17:57:59.757Zpostgresql system 15 system
2072024-08-19T17:57:59.757Zpostgresql system 13 system
2082024-08-19T17:57:59.757Zpython vendor 3 vendor
2092024-08-19T17:57:59.757Zpython system 2 system
2102024-08-19T17:57:59.757Zpython3 system 3.11 system
2112024-08-19T17:57:59.757Zruby system 3.0 system
2122024-08-19T17:57:59.757Zwords vendor vendor american-english
2132024-08-19T17:57:59.757Zwords system system australian-english
2142024-08-19T17:57:59.757Zwords system system british-english
2152024-08-19T17:57:59.757Zwords system system canadian-english
2162024-08-19T17:57:59.757Zwords system system french
2172024-08-19T17:57:59.757Zwords system system italian
2182024-08-19T17:57:59.757Zwords system system ngerman
2192024-08-19T17:57:59.757Zwords system system ogerman
2202024-08-19T17:57:59.758Zwords system system spanish
2212024-08-19T17:58:00.082ZPUBLISHER TYPE STATUS P LOCATION
2222024-08-19T17:58:00.082Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2232024-08-19T17:58:01.783ZFMRI IFO
2242024-08-19T17:58:01.783Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2252024-08-19T17:58:01.784Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2262024-08-19T17:58:01.784Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2272024-08-19T17:58:01.784Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2282024-08-19T17:58:01.784Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2292024-08-19T17:58:01.784Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2302024-08-19T17:58:01.784Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2312024-08-19T17:58:01.784Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2322024-08-19T17:58:01.784Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2332024-08-19T17:58:01.784Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2342024-08-19T17:58:01.784Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2352024-08-19T17:58:01.784Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2362024-08-19T17:58:02.370Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2372024-08-19T17:58:02.625Z Updating git repository `https://github.com/oxidecomputer/zone`
2382024-08-19T17:58:02.938Z Updating crates.io index
2392024-08-19T17:58:03.010Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2402024-08-19T17:58:03.766Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2412024-08-19T17:58:04.547Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2422024-08-19T17:58:04.759Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2432024-08-19T17:58:06.444Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2442024-08-19T17:58:06.744Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452024-08-19T17:58:07.042Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462024-08-19T17:58:08.243Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472024-08-19T17:58:10.143Z Updating git repository `https://github.com/oxidecomputer/opte`
2482024-08-19T17:58:11.137Z Updating git repository `https://github.com/oxidecomputer/falcon`
2492024-08-19T17:58:11.833Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2502024-08-19T17:58:12.105Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2512024-08-19T17:58:12.797Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2522024-08-19T17:58:13.047Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2532024-08-19T17:58:13.338Z Updating git repository `https://github.com/oxidecomputer/tofino`
2542024-08-19T17:58:13.631Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552024-08-19T17:58:13.889Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562024-08-19T17:58:14.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572024-08-19T17:58:14.387Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-08-19T17:58:14.670Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592024-08-19T17:58:15.066Z Updating git repository `https://github.com/oxidecomputer/ispf`
2602024-08-19T17:58:15.450Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2612024-08-19T17:58:15.781Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2622024-08-19T17:58:16.214Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2632024-08-19T17:58:16.523Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2642024-08-19T17:58:16.912Z Updating git repository `https://github.com/oxidecomputer/typify`
2652024-08-19T17:58:19.017Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2662024-08-19T17:58:19.540Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2672024-08-19T17:58:19.731Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2682024-08-19T17:58:20.125Z Updating git repository `https://github.com/oxidecomputer/rfb`
2692024-08-19T17:58:21.154Z Downloading crates ...
2702024-08-19T17:58:21.238Z Downloaded block-buffer v0.10.4
2712024-08-19T17:58:21.241Z Downloaded anstyle v1.0.8
2722024-08-19T17:58:21.241Z Downloaded anstyle-query v1.0.3
2732024-08-19T17:58:21.244Z Downloaded byteorder v1.5.0
2742024-08-19T17:58:21.249Z Downloaded pretty-hex v0.4.1
2752024-08-19T17:58:21.252Z Downloaded is_terminal_polyfill v1.70.0
2762024-08-19T17:58:21.254Z Downloaded equivalent v1.0.1
2772024-08-19T17:58:21.259Z Downloaded usdt-attr-macro v0.5.0
2782024-08-19T17:58:21.267Z Downloaded usdt-macro v0.5.0
2792024-08-19T17:58:21.270Z Downloaded scroll_derive v0.12.0
2802024-08-19T17:58:21.270Z Downloaded memmap v0.7.0
2812024-08-19T17:58:21.272Z Downloaded autocfg v1.3.0
2822024-08-19T17:58:21.272Z Downloaded cargo-platform v0.1.8
2832024-08-19T17:58:21.277Z Downloaded dof v0.3.0
2842024-08-19T17:58:21.277Z Downloaded crypto-common v0.1.6
2852024-08-19T17:58:21.277Z Downloaded colorchoice v1.0.1
2862024-08-19T17:58:21.280Z Downloaded heck v0.5.0
2872024-08-19T17:58:21.280Z Downloaded fnv v1.0.7
2882024-08-19T17:58:21.280Z Downloaded macaddr v1.0.1
2892024-08-19T17:58:21.283Z Downloaded generic-array v0.14.7
2902024-08-19T17:58:21.286Z Downloaded serde_tokenstream v0.2.2
2912024-08-19T17:58:21.288Z Downloaded proc-macro-error-attr v1.0.4
2922024-08-19T17:58:21.289Z Downloaded terminal_size v0.3.0
2932024-08-19T17:58:21.291Z Downloaded thiserror-impl v1.0.63
2942024-08-19T17:58:21.295Z Downloaded pest_derive v2.7.10
2952024-08-19T17:58:21.299Z Downloaded clap_derive v4.5.13
2962024-08-19T17:58:21.304Z Downloaded anstyle-parse v0.2.4
2972024-08-19T17:58:21.308Z Downloaded cargo_toml v0.20.4
2982024-08-19T17:58:21.311Z Downloaded version_check v0.9.5
2992024-08-19T17:58:21.314Z Downloaded quote v1.0.36
3002024-08-19T17:58:21.318Z Downloaded dtrace-parser v0.2.0
3012024-08-19T17:58:21.338Z Downloaded sha2 v0.10.8
3022024-08-19T17:58:21.342Z Downloaded anstream v0.6.14
3032024-08-19T17:58:21.344Z Downloaded digest v0.10.7
3042024-08-19T17:58:21.346Z Downloaded ryu v1.0.18
3052024-08-19T17:58:21.351Z Downloaded unicode-ident v1.0.12
3062024-08-19T17:58:21.353Z Downloaded toml v0.8.19
3072024-08-19T17:58:21.356Z Downloaded itoa v1.0.11
3082024-08-19T17:58:21.358Z Downloaded bytecount v0.6.8
3092024-08-19T17:58:21.361Z Downloaded pest_generator v2.7.10
3102024-08-19T17:58:21.361Z Downloaded heck v0.4.1
3112024-08-19T17:58:21.363Z Downloaded cpufeatures v0.2.12
3122024-08-19T17:58:21.363Z Downloaded cfg-if v1.0.0
3132024-08-19T17:58:21.365Z Downloaded errno v0.3.9
3142024-08-19T17:58:21.365Z Downloaded clap_lex v0.7.0
3152024-08-19T17:58:21.368Z Downloaded swrite v0.1.0
3162024-08-19T17:58:21.370Z Downloaded fs-err v2.11.0
3172024-08-19T17:58:21.372Z Downloaded plain v0.2.3
3182024-08-19T17:58:21.372Z Downloaded utf8parse v0.2.1
3192024-08-19T17:58:21.376Z Downloaded thread-id v4.2.1
3202024-08-19T17:58:21.378Z Downloaded usdt v0.5.0
3212024-08-19T17:58:21.378Z Downloaded tabled_derive v0.7.0
3222024-08-19T17:58:21.382Z Downloaded typenum v1.17.0
3232024-08-19T17:58:21.382Z Downloaded anyhow v1.0.86
3242024-08-19T17:58:21.385Z Downloaded toml_datetime v0.6.8
3252024-08-19T17:58:21.387Z Downloaded usdt-impl v0.5.0
3262024-08-19T17:58:21.387Z Downloaded pest_meta v2.7.10
3272024-08-19T17:58:21.389Z Downloaded bitflags v2.6.0
3282024-08-19T17:58:21.392Z Downloaded serde_spanned v0.6.7
3292024-08-19T17:58:21.395Z Downloaded thiserror v1.0.63
3302024-08-19T17:58:21.397Z Downloaded papergrid v0.11.0
3312024-08-19T17:58:21.401Z Downloaded strsim v0.11.1
3322024-08-19T17:58:21.404Z Downloaded semver v1.0.23
3332024-08-19T17:58:21.407Z Downloaded scroll v0.12.0
3342024-08-19T17:58:21.407Z Downloaded proc-macro-error v1.0.4
3352024-08-19T17:58:21.409Z Downloaded camino v1.1.9
3362024-08-19T17:58:21.412Z Downloaded cargo_metadata v0.18.1
3372024-08-19T17:58:21.414Z Downloaded zerocopy-derive v0.7.34
3382024-08-19T17:58:21.417Z Downloaded serde v1.0.208
3392024-08-19T17:58:21.419Z Downloaded clap v4.5.16
3402024-08-19T17:58:21.427Z Downloaded ucd-trie v0.1.6
3412024-08-19T17:58:21.430Z Downloaded serde_derive v1.0.208
3422024-08-19T17:58:21.432Z Downloaded proc-macro2 v1.0.86
3432024-08-19T17:58:21.436Z Downloaded once_cell v1.19.0
3442024-08-19T17:58:21.440Z Downloaded log v0.4.21
3452024-08-19T17:58:21.445Z Downloaded toml_edit v0.22.20
3462024-08-19T17:58:21.465Z Downloaded memchr v2.7.2
3472024-08-19T17:58:21.469Z Downloaded indexmap v2.4.0
3482024-08-19T17:58:21.473Z Downloaded hashbrown v0.14.5
3492024-08-19T17:58:21.491Z Downloaded serde_json v1.0.125
3502024-08-19T17:58:21.498Z Downloaded zerocopy v0.7.34
3512024-08-19T17:58:21.512Z Downloaded pest v2.7.10
3522024-08-19T17:58:21.522Z Downloaded tabled v0.15.0
3532024-08-19T17:58:21.536Z Downloaded winnow v0.6.18
3542024-08-19T17:58:21.545Z Downloaded goblin v0.8.2
3552024-08-19T17:58:21.548Z Downloaded syn v1.0.109
3562024-08-19T17:58:21.558Z Downloaded clap_builder v4.5.15
3572024-08-19T17:58:21.564Z Downloaded syn v2.0.74
3582024-08-19T17:58:21.579Z Downloaded rustix v0.38.34
3592024-08-19T17:58:21.600Z Downloaded unicode-width v0.1.13
3602024-08-19T17:58:21.618Z Downloaded libc v0.2.156
3612024-08-19T17:58:21.915Z Compiling proc-macro2 v1.0.86
3622024-08-19T17:58:21.915Z Compiling unicode-ident v1.0.12
3632024-08-19T17:58:21.918Z Compiling version_check v0.9.5
3642024-08-19T17:58:21.918Z Compiling serde v1.0.208
3652024-08-19T17:58:21.918Z Compiling memchr v2.7.2
3662024-08-19T17:58:21.918Z Compiling thiserror v1.0.63
3672024-08-19T17:58:21.918Z Compiling libc v0.2.156
3682024-08-19T17:58:21.918Z Compiling ucd-trie v0.1.6
3692024-08-19T17:58:22.169Z Compiling itoa v1.0.11
3702024-08-19T17:58:22.396Z Compiling ryu v1.0.18
3712024-08-19T17:58:22.708Z Compiling once_cell v1.19.0
3722024-08-19T17:58:22.735Z Compiling byteorder v1.5.0
3732024-08-19T17:58:22.757Z Compiling serde_json v1.0.125
3742024-08-19T17:58:23.141Z Compiling proc-macro-error-attr v1.0.4
3752024-08-19T17:58:23.187Z Compiling usdt-impl v0.5.0
3762024-08-19T17:58:23.237Z Compiling rustix v0.38.34
3772024-08-19T17:58:23.433Z Compiling syn v1.0.109
3782024-08-19T17:58:23.570Z Compiling proc-macro-error v1.0.4
3792024-08-19T17:58:23.648Z Compiling quote v1.0.36
3802024-08-19T17:58:23.694Z Compiling bitflags v2.6.0
3812024-08-19T17:58:23.859Z Compiling log v0.4.21
3822024-08-19T17:58:24.075Z Compiling syn v2.0.74
3832024-08-19T17:58:24.124Z Compiling errno v0.3.9
3842024-08-19T17:58:24.220Z Compiling hashbrown v0.14.5
3852024-08-19T17:58:24.245Z Compiling equivalent v1.0.1
3862024-08-19T17:58:24.384Z Compiling plain v0.2.3
3872024-08-19T17:58:24.411Z Compiling utf8parse v0.2.1
3882024-08-19T17:58:24.550Z Compiling thread-id v4.2.1
3892024-08-19T17:58:24.577Z Compiling anstyle-parse v0.2.4
3902024-08-19T17:58:24.896Z Compiling is_terminal_polyfill v1.70.0
3912024-08-19T17:58:24.923Z Compiling camino v1.1.9
3922024-08-19T17:58:25.028Z Compiling anstyle-query v1.0.3
3932024-08-19T17:58:25.053Z Compiling pretty-hex v0.4.1
3942024-08-19T17:58:25.174Z Compiling autocfg v1.3.0
3952024-08-19T17:58:25.267Z Compiling colorchoice v1.0.1
3962024-08-19T17:58:25.435Z Compiling anstyle v1.0.8
3972024-08-19T17:58:25.486Z Compiling winnow v0.6.18
3982024-08-19T17:58:25.624Z Compiling indexmap v2.4.0
3992024-08-19T17:58:25.646Z Compiling semver v1.0.23
4002024-08-19T17:58:25.890Z Compiling anstream v0.6.14
4012024-08-19T17:58:26.081Z Compiling terminal_size v0.3.0
4022024-08-19T17:58:26.106Z Compiling fs-err v2.11.0
4032024-08-19T17:58:26.429Z Compiling bytecount v0.6.8
4042024-08-19T17:58:26.461Z Compiling heck v0.5.0
4052024-08-19T17:58:26.464Z Compiling unicode-width v0.1.13
4062024-08-19T17:58:26.638Z Compiling clap_lex v0.7.0
4072024-08-19T17:58:26.671Z Compiling heck v0.4.1
4082024-08-19T17:58:26.733Z Compiling fnv v1.0.7
4092024-08-19T17:58:26.875Z Compiling strsim v0.11.1
4102024-08-19T17:58:26.984Z Compiling anyhow v1.0.86
4112024-08-19T17:58:27.011Z Compiling papergrid v0.11.0
4122024-08-19T17:58:27.176Z Compiling clap_builder v4.5.15
4132024-08-19T17:58:27.780Z Compiling memmap v0.7.0
4142024-08-19T17:58:28.139Z Compiling swrite v0.1.0
4152024-08-19T17:58:29.765Z Compiling tabled_derive v0.7.0
4162024-08-19T17:58:31.230Z Compiling tabled v0.15.0
4172024-08-19T17:58:32.696Z Compiling serde_derive v1.0.208
4182024-08-19T17:58:32.696Z Compiling thiserror-impl v1.0.63
4192024-08-19T17:58:32.699Z Compiling zerocopy-derive v0.7.34
4202024-08-19T17:58:32.699Z Compiling scroll_derive v0.12.0
4212024-08-19T17:58:32.947Z Compiling clap_derive v4.5.13
4222024-08-19T17:58:34.013Z Compiling scroll v0.12.0
4232024-08-19T17:58:34.510Z Compiling goblin v0.8.2
4242024-08-19T17:58:34.586Z Compiling zerocopy v0.7.34
4252024-08-19T17:58:35.296Z Compiling pest v2.7.10
4262024-08-19T17:58:36.885Z Compiling clap v4.5.16
4272024-08-19T17:58:37.538Z Compiling pest_meta v2.7.10
4282024-08-19T17:58:38.334Z Compiling pest_generator v2.7.10
4292024-08-19T17:58:40.207Z Compiling pest_derive v2.7.10
4302024-08-19T17:58:40.892Z Compiling dtrace-parser v0.2.0
4312024-08-19T17:58:42.863Z Compiling serde_tokenstream v0.2.2
4322024-08-19T17:58:42.933Z Compiling serde_spanned v0.6.7
4332024-08-19T17:58:42.933Z Compiling toml_datetime v0.6.8
4342024-08-19T17:58:43.207Z Compiling cargo-platform v0.1.8
4352024-08-19T17:58:43.269Z Compiling toml_edit v0.22.20
4362024-08-19T17:58:43.443Z Compiling macaddr v1.0.1
4372024-08-19T17:58:44.301Z Compiling dof v0.3.0
4382024-08-19T17:58:44.325Z Compiling cargo_metadata v0.18.1
4392024-08-19T17:58:46.039Z Compiling usdt-macro v0.5.0
4402024-08-19T17:58:46.039Z Compiling usdt-attr-macro v0.5.0
4412024-08-19T17:58:46.131Z Compiling toml v0.8.19
4422024-08-19T17:58:46.950Z Compiling cargo_toml v0.20.4
4432024-08-19T17:58:47.442Z Compiling usdt v0.5.0
4442024-08-19T17:58:50.704Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4452024-08-19T17:58:54.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.36s
4462024-08-19T17:58:54.764Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4472024-08-19T17:58:55.317Z Downloading crates ...
4482024-08-19T17:58:55.434Z Downloaded addr2line v0.21.0
4492024-08-19T17:58:55.439Z Downloaded arrayref v0.3.7
4502024-08-19T17:58:55.442Z Downloaded aead v0.5.2
4512024-08-19T17:58:55.442Z Downloaded adler v1.0.2
4522024-08-19T17:58:55.444Z Downloaded cfg_aliases v0.1.1
4532024-08-19T17:58:55.447Z Downloaded atomicwrites v0.4.3
4542024-08-19T17:58:55.449Z Downloaded hubpack_derive v0.1.1
4552024-08-19T17:58:55.452Z Downloaded bitstruct_derive v0.1.0
4562024-08-19T17:58:55.454Z Downloaded assert_matches v1.5.0
4572024-08-19T17:58:55.457Z Downloaded instant v0.1.12
4582024-08-19T17:58:55.459Z Downloaded ident_case v1.0.1
4592024-08-19T17:58:55.464Z Downloaded cstr-argument v0.1.2
4602024-08-19T17:58:55.466Z Downloaded crunchy v0.2.2
4612024-08-19T17:58:55.469Z Downloaded constant_time_eq v0.3.0
4622024-08-19T17:58:55.471Z Downloaded is_ci v1.2.0
4632024-08-19T17:58:55.473Z Downloaded bit-set v0.5.3
4642024-08-19T17:58:55.475Z Downloaded newtype_derive v0.1.6
4652024-08-19T17:58:55.478Z Downloaded buf-list v1.0.3
4662024-08-19T17:58:55.480Z Downloaded bitflags v1.3.2
4672024-08-19T17:58:55.483Z Downloaded opaque-debug v0.3.1
4682024-08-19T17:58:55.485Z Downloaded openssl-probe v0.1.5
4692024-08-19T17:58:55.488Z Downloaded ciborium-ll v0.2.2
4702024-08-19T17:58:55.488Z Downloaded ipnetwork v0.20.0
4712024-08-19T17:58:55.490Z Downloaded indoc v1.0.9
4722024-08-19T17:58:55.493Z Downloaded newline-converter v0.3.0
4732024-08-19T17:58:55.496Z Downloaded linked-hash-map v0.5.6
4742024-08-19T17:58:55.496Z Downloaded num_enum_derive v0.5.11
4752024-08-19T17:58:55.499Z Downloaded curve25519-dalek-derive v0.1.1
4762024-08-19T17:58:55.499Z Downloaded num-iter v0.1.45
4772024-08-19T17:58:55.499Z Downloaded num-derive v0.4.2
4782024-08-19T17:58:55.502Z Downloaded lalrpop-util v0.19.12
4792024-08-19T17:58:55.502Z Downloaded mime v0.3.17
4802024-08-19T17:58:55.505Z Downloaded crossbeam-deque v0.8.5
4812024-08-19T17:58:55.507Z Downloaded maybe-uninit v2.0.0
4822024-08-19T17:58:55.507Z Downloaded base64ct v1.6.0
4832024-08-19T17:58:55.510Z Downloaded humantime v2.1.0
4842024-08-19T17:58:55.512Z Downloaded libsw v3.3.1
4852024-08-19T17:58:55.514Z Downloaded olpc-cjson v0.1.3
4862024-08-19T17:58:55.517Z Downloaded indent_write v2.2.0
4872024-08-19T17:58:55.517Z Downloaded async-stream-impl v0.3.5
4882024-08-19T17:58:55.520Z Downloaded match_cfg v0.1.0
4892024-08-19T17:58:55.520Z Downloaded is-terminal v0.4.12
4902024-08-19T17:58:55.520Z Downloaded backoff v0.4.0
4912024-08-19T17:58:55.522Z Downloaded async-stream v0.3.5
4922024-08-19T17:58:55.525Z Downloaded normalize-line-endings v0.3.0
4932024-08-19T17:58:55.525Z Downloaded openssl-macros v0.1.1
4942024-08-19T17:58:55.527Z Downloaded bzip2 v0.4.4
4952024-08-19T17:58:55.530Z Downloaded data-encoding v2.6.0
4962024-08-19T17:58:55.530Z Downloaded new_debug_unreachable v1.0.6
4972024-08-19T17:58:55.532Z Downloaded crc32fast v1.4.0
4982024-08-19T17:58:55.534Z Downloaded mockall v0.13.0
4992024-08-19T17:58:55.537Z Downloaded ciborium v0.2.2
5002024-08-19T17:58:55.539Z Downloaded memmap2 v0.9.4
5012024-08-19T17:58:55.539Z Downloaded bitstruct v0.1.1
5022024-08-19T17:58:55.542Z Downloaded ciborium-io v0.2.2
5032024-08-19T17:58:55.542Z Downloaded atty v0.2.14
5042024-08-19T17:58:55.545Z Downloaded strum v0.26.3
5052024-08-19T17:58:55.545Z Downloaded iana-time-zone v0.1.60
5062024-08-19T17:58:55.547Z Downloaded sigpipe v0.1.3
5072024-08-19T17:58:55.550Z Downloaded darling_macro v0.20.9
5082024-08-19T17:58:55.550Z Downloaded crucible-workspace-hack v0.1.0
5092024-08-19T17:58:55.550Z Downloaded console v0.15.8
5102024-08-19T17:58:55.552Z Downloaded indexmap v1.9.3
5112024-08-19T17:58:55.559Z Downloaded tinyvec_macros v0.1.1
5122024-08-19T17:58:55.562Z Downloaded tower-service v0.3.2
5132024-08-19T17:58:55.562Z Downloaded scrypt v0.11.0
5142024-08-19T17:58:55.562Z Downloaded num v0.4.3
5152024-08-19T17:58:55.562Z Downloaded sec1 v0.7.3
5162024-08-19T17:58:55.565Z Downloaded newtype-uuid v1.1.0
5172024-08-19T17:58:55.565Z Downloaded sha1 v0.10.6
5182024-08-19T17:58:55.568Z Downloaded multimap v0.10.0
5192024-08-19T17:58:55.568Z Downloaded termtree v0.4.1
5202024-08-19T17:58:55.573Z Downloaded md-5 v0.10.6
5212024-08-19T17:58:55.573Z Downloaded cancel-safe-futures v0.1.5
5222024-08-19T17:58:55.576Z Downloaded cexpr v0.6.0
5232024-08-19T17:58:55.580Z Downloaded array-init v0.0.4
5242024-08-19T17:58:55.580Z Downloaded chacha20 v0.9.1
5252024-08-19T17:58:55.583Z Downloaded block-padding v0.3.3
5262024-08-19T17:58:55.583Z Downloaded native-tls v0.2.11
5272024-08-19T17:58:55.585Z Downloaded crossbeam-utils v0.8.19
5282024-08-19T17:58:55.588Z Downloaded num-traits v0.2.19
5292024-08-19T17:58:55.591Z Downloaded nibble_vec v0.1.0
5302024-08-19T17:58:55.591Z Downloaded ipnet v2.9.0
5312024-08-19T17:58:55.594Z Downloaded crc-catalog v2.4.0
5322024-08-19T17:58:55.594Z Downloaded libefi-sys v0.1.0
5332024-08-19T17:58:55.598Z Downloaded num_enum v0.5.11
5342024-08-19T17:58:55.600Z Downloaded cobs v0.2.3
5352024-08-19T17:58:55.603Z Downloaded parse-size v1.0.0
5362024-08-19T17:58:55.603Z Downloaded headers-core v0.2.0
5372024-08-19T17:58:55.605Z Downloaded tls_codec v0.4.1
5382024-08-19T17:58:55.608Z Downloaded lock_api v0.4.12
5392024-08-19T17:58:55.608Z Downloaded libloading v0.8.3
5402024-08-19T17:58:55.611Z Downloaded oso-derive v0.27.3
5412024-08-19T17:58:55.611Z Downloaded same-file v1.0.6
5422024-08-19T17:58:55.614Z Downloaded tap v1.0.1
5432024-08-19T17:58:55.614Z Downloaded smallvec v1.13.2
5442024-08-19T17:58:55.616Z Downloaded utf-8 v0.7.6
5452024-08-19T17:58:55.619Z Downloaded untrusted v0.9.0
5462024-08-19T17:58:55.619Z Downloaded num-rational v0.4.2
5472024-08-19T17:58:55.623Z Downloaded psl-types v2.0.11
5482024-08-19T17:58:55.623Z Downloaded dirs-next v2.0.0
5492024-08-19T17:58:55.623Z Downloaded wyz v0.5.1
5502024-08-19T17:58:55.626Z Downloaded percent-encoding v2.3.1
5512024-08-19T17:58:55.626Z Downloaded fastrand v2.1.0
5522024-08-19T17:58:55.630Z Downloaded either v1.13.0
5532024-08-19T17:58:55.630Z Downloaded fd-lock v4.0.2
5542024-08-19T17:58:55.634Z Downloaded form_urlencoded v1.2.1
5552024-08-19T17:58:55.634Z Downloaded allocator-api2 v0.2.18
5562024-08-19T17:58:55.637Z Downloaded tiny-keccak v2.0.2
5572024-08-19T17:58:55.640Z Downloaded darling_core v0.20.9
5582024-08-19T17:58:55.642Z Downloaded mime_guess v2.0.4
5592024-08-19T17:58:55.646Z Downloaded group v0.13.0
5602024-08-19T17:58:55.648Z Downloaded num-complex v0.4.6
5612024-08-19T17:58:55.648Z Downloaded fallible-streaming-iterator v0.1.9
5622024-08-19T17:58:55.651Z Downloaded hostname v0.4.0
5632024-08-19T17:58:55.653Z Downloaded unicase v2.7.0
5642024-08-19T17:58:55.653Z Downloaded debug-ignore v1.0.5
5652024-08-19T17:58:55.656Z Downloaded const_format_proc_macros v0.2.32
5662024-08-19T17:58:55.659Z Downloaded time-core v0.1.2
5672024-08-19T17:58:55.659Z Downloaded memoffset v0.9.1
5682024-08-19T17:58:55.661Z Downloaded mockall_derive v0.13.0
5692024-08-19T17:58:55.661Z Downloaded derive_builder_macro v0.20.0
5702024-08-19T17:58:55.664Z Downloaded cbc v0.1.2
5712024-08-19T17:58:55.664Z Downloaded hostname v0.3.1
5722024-08-19T17:58:55.668Z Downloaded getopts v0.2.21
5732024-08-19T17:58:55.670Z Downloaded yasna v0.5.2
5742024-08-19T17:58:55.670Z Downloaded sct v0.7.1
5752024-08-19T17:58:55.673Z Downloaded peg-runtime v0.8.3
5762024-08-19T17:58:55.676Z Downloaded rustc_version v0.4.0
5772024-08-19T17:58:55.676Z Downloaded spin v0.9.8
5782024-08-19T17:58:55.678Z Downloaded foreign-types v0.3.2
5792024-08-19T17:58:55.681Z Downloaded futures-core v0.3.30
5802024-08-19T17:58:55.681Z Downloaded phf v0.11.2
5812024-08-19T17:58:55.683Z Downloaded slog-envlogger v2.2.0
5822024-08-19T17:58:55.687Z Downloaded miniz_oxide v0.7.2
5832024-08-19T17:58:55.687Z Downloaded ref-cast-impl v1.0.23
5842024-08-19T17:58:55.690Z Downloaded rustc_version v0.1.7
5852024-08-19T17:58:55.690Z Downloaded base64 v0.21.7
5862024-08-19T17:58:55.693Z Downloaded shell-words v1.1.0
5872024-08-19T17:58:55.696Z Downloaded globset v0.4.14
5882024-08-19T17:58:55.698Z Downloaded omicron-zone-package v0.11.0
5892024-08-19T17:58:55.701Z Downloaded stringprep v0.1.4
5902024-08-19T17:58:55.701Z Downloaded smf v0.2.3
5912024-08-19T17:58:55.703Z Downloaded scopeguard v1.2.0
5922024-08-19T17:58:55.703Z Downloaded env_logger v0.10.2
5932024-08-19T17:58:55.707Z Downloaded tinyvec v1.6.0
5942024-08-19T17:58:55.711Z Downloaded twox-hash v1.6.3
5952024-08-19T17:58:55.714Z Downloaded dirs-sys-next v0.1.2
5962024-08-19T17:58:55.714Z Downloaded zeroize_derive v1.4.2
5972024-08-19T17:58:55.714Z Downloaded strum_macros v0.24.3
5982024-08-19T17:58:55.717Z Downloaded zeroize v1.7.0
5992024-08-19T17:58:55.719Z Downloaded uuid v1.10.0
6002024-08-19T17:58:55.721Z Downloaded predicates v3.1.2
6012024-08-19T17:58:55.724Z Downloaded const_format v0.2.32
6022024-08-19T17:58:55.737Z Downloaded foreign-types-shared v0.1.1
6032024-08-19T17:58:55.737Z Downloaded difflib v0.4.0
6042024-08-19T17:58:55.737Z Downloaded base64 v0.13.1
6052024-08-19T17:58:55.737Z Downloaded uzers v0.11.3
6062024-08-19T17:58:55.739Z Downloaded float-ord v0.3.2
6072024-08-19T17:58:55.739Z Downloaded enum-as-inner v0.6.0
6082024-08-19T17:58:55.739Z Downloaded poly1305 v0.8.0
6092024-08-19T17:58:55.742Z Downloaded hash32 v0.2.1
6102024-08-19T17:58:55.744Z Downloaded rand_seeder v0.3.0
6112024-08-19T17:58:55.747Z Downloaded slog v2.7.0
6122024-08-19T17:58:55.749Z Downloaded fxhash v0.2.1
6132024-08-19T17:58:55.749Z Downloaded salsa20 v0.10.2
6142024-08-19T17:58:55.752Z Downloaded rand_xorshift v0.3.0
6152024-08-19T17:58:55.752Z Downloaded rusty-fork v0.3.0
6162024-08-19T17:58:55.754Z Downloaded oso v0.27.3
6172024-08-19T17:58:55.757Z Downloaded base64 v0.22.1
6182024-08-19T17:58:55.761Z Downloaded phf_shared v0.10.0
6192024-08-19T17:58:55.764Z Downloaded thiserror-no-std v2.0.2
6202024-08-19T17:58:55.766Z Downloaded slog-bunyan v2.5.0
6212024-08-19T17:58:55.769Z Downloaded const-oid v0.9.6
6222024-08-19T17:58:55.771Z Downloaded openssl-sys v0.9.103
6232024-08-19T17:58:55.775Z Downloaded compact_str v0.8.0
6242024-08-19T17:58:55.778Z Downloaded tokio-tungstenite v0.20.1
6252024-08-19T17:58:55.781Z Downloaded string_cache v0.8.7
6262024-08-19T17:58:55.784Z Downloaded sync_wrapper v0.1.2
6272024-08-19T17:58:55.786Z Downloaded static_assertions v1.1.0
6282024-08-19T17:58:55.786Z Downloaded toolchain_find v0.4.0
6292024-08-19T17:58:55.788Z Downloaded strum_macros v0.26.4
6302024-08-19T17:58:55.790Z Downloaded slab v0.4.9
6312024-08-19T17:58:55.793Z Downloaded untrusted v0.7.1
6322024-08-19T17:58:55.793Z Downloaded universal-hash v0.5.1
6332024-08-19T17:58:55.796Z Downloaded want v0.3.1
6342024-08-19T17:58:55.796Z Downloaded arc-swap v1.7.1
6352024-08-19T17:58:55.799Z Downloaded gethostname v0.5.0
6362024-08-19T17:58:55.801Z Downloaded getrandom v0.2.14
6372024-08-19T17:58:55.804Z Downloaded portpicker v0.1.1
6382024-08-19T17:58:55.807Z Downloaded subprocess v0.2.9
6392024-08-19T17:58:55.807Z Downloaded http-range v0.1.5
6402024-08-19T17:58:55.809Z Downloaded pin-utils v0.1.0
6412024-08-19T17:58:55.809Z Downloaded owo-colors v4.0.0
6422024-08-19T17:58:55.812Z Downloaded rustls-pemfile v1.0.4
6432024-08-19T17:58:55.815Z Downloaded futures-task v0.3.30
6442024-08-19T17:58:55.820Z Downloaded slog-json v2.6.1
6452024-08-19T17:58:55.823Z Downloaded foreign-types-macros v0.2.3
6462024-08-19T17:58:55.823Z Downloaded ff v0.13.0
6472024-08-19T17:58:55.823Z Downloaded term v0.7.0
6482024-08-19T17:58:55.834Z Downloaded headers v0.3.9
6492024-08-19T17:58:55.840Z Downloaded downcast v0.11.0
6502024-08-19T17:58:55.843Z Downloaded display-error-chain v0.2.0
6512024-08-19T17:58:55.846Z Downloaded num-bigint-dig v0.8.4
6522024-08-19T17:58:55.848Z Downloaded tokio-stream v0.1.15
6532024-08-19T17:58:55.852Z Downloaded highway v1.2.0
6542024-08-19T17:58:55.855Z Downloaded httpdate v1.0.3
6552024-08-19T17:58:55.857Z Downloaded tabwriter v1.4.0
6562024-08-19T17:58:55.857Z Downloaded spin v0.5.2
6572024-08-19T17:58:55.860Z Downloaded slog-dtrace v0.3.0
6582024-08-19T17:58:55.860Z Downloaded vergen v8.3.2
6592024-08-19T17:58:55.863Z Downloaded signal-hook v0.3.17
6602024-08-19T17:58:55.867Z Downloaded sqlparser_derive v0.2.2
6612024-08-19T17:58:55.869Z Downloaded rustfmt-wrapper v0.2.1
6622024-08-19T17:58:55.870Z Downloaded glob v0.3.1
6632024-08-19T17:58:55.872Z Downloaded serde_repr v0.1.19
6642024-08-19T17:58:55.872Z Downloaded serde_plain v1.0.2
6652024-08-19T17:58:55.875Z Downloaded serde_path_to_error v0.1.16
6662024-08-19T17:58:55.877Z Downloaded rustls-pki-types v1.7.0
6672024-08-19T17:58:55.880Z Downloaded path-slash v0.1.5
6682024-08-19T17:58:55.880Z Downloaded foreign-types v0.5.0
6692024-08-19T17:58:55.882Z Downloaded try-lock v0.2.5
6702024-08-19T17:58:55.882Z Downloaded rustls-pemfile v2.1.3
6712024-08-19T17:58:55.885Z Downloaded tungstenite v0.21.0
6722024-08-19T17:58:55.888Z Downloaded dsl_auto_type v0.1.2
6732024-08-19T17:58:55.890Z Downloaded which v4.4.2
6742024-08-19T17:58:55.890Z Downloaded secrecy v0.8.0
6752024-08-19T17:58:55.893Z Downloaded resolv-conf v0.7.0
6762024-08-19T17:58:55.896Z Downloaded crossbeam-channel v0.5.12
6772024-08-19T17:58:55.898Z Downloaded unicode-linebreak v0.1.5
6782024-08-19T17:58:55.901Z Downloaded parking_lot_core v0.9.10
6792024-08-19T17:58:55.903Z Downloaded pkcs5 v0.7.1
6802024-08-19T17:58:55.906Z Downloaded smallvec v0.6.14
6812024-08-19T17:58:55.908Z Downloaded rayon-core v1.12.1
6822024-08-19T17:58:55.911Z Downloaded hyper v0.14.30
6832024-08-19T17:58:55.919Z Downloaded take_mut v0.2.2
6842024-08-19T17:58:55.922Z Downloaded radium v0.7.0
6852024-08-19T17:58:55.922Z Downloaded home v0.5.9
6862024-08-19T17:58:55.924Z Downloaded futures-io v0.3.30
6872024-08-19T17:58:55.924Z Downloaded unicode-truncate v1.0.0
6882024-08-19T17:58:55.927Z Downloaded ena v0.14.3
6892024-08-19T17:58:55.927Z Downloaded zone_cfg_derive v0.1.2
6902024-08-19T17:58:55.929Z Downloaded waitgroup v0.1.2
6912024-08-19T17:58:55.929Z Downloaded vte_generate_state_changes v0.1.1
6922024-08-19T17:58:55.929Z Downloaded derive_more v0.99.18
6932024-08-19T17:58:55.934Z Downloaded rustc-demangle v0.1.24
6942024-08-19T17:58:55.937Z Downloaded peg v0.8.4
6952024-08-19T17:58:55.940Z Downloaded scheduled-thread-pool v0.2.7
6962024-08-19T17:58:55.942Z Downloaded structmeta v0.2.0
6972024-08-19T17:58:55.942Z Downloaded tui-tree-widget v0.22.0
6982024-08-19T17:58:55.944Z Downloaded pbkdf2 v0.12.2
6992024-08-19T17:58:55.947Z Downloaded paste v1.0.15
7002024-08-19T17:58:55.949Z Downloaded postgres-types v0.2.7
7012024-08-19T17:58:55.952Z Downloaded pin-project-internal v1.1.5
7022024-08-19T17:58:55.954Z Downloaded parking_lot_core v0.8.6
7032024-08-19T17:58:55.954Z Downloaded postcard v1.0.8
7042024-08-19T17:58:55.957Z Downloaded hickory-server v0.24.1
7052024-08-19T17:58:55.963Z Downloaded parking_lot v0.11.2
7062024-08-19T17:58:55.965Z Downloaded pretty-hex v0.2.1
7072024-08-19T17:58:55.968Z Downloaded semver v0.1.20
7082024-08-19T17:58:55.968Z Downloaded stable_deref_trait v1.2.0
7092024-08-19T17:58:55.970Z Downloaded fixedbitset v0.4.2
7102024-08-19T17:58:55.970Z Downloaded tokio-rustls v0.25.0
7112024-08-19T17:58:55.973Z Downloaded vte v0.11.1
7122024-08-19T17:58:55.975Z Downloaded termcolor v1.4.1
7132024-08-19T17:58:55.978Z Downloaded snafu-derive v0.8.2
7142024-08-19T17:58:55.978Z Downloaded heck v0.3.3
7152024-08-19T17:58:55.981Z Downloaded fallible-iterator v0.2.0
7162024-08-19T17:58:55.981Z Downloaded walkdir v2.5.0
7172024-08-19T17:58:55.984Z Downloaded defmt-parser v0.3.4
7182024-08-19T17:58:55.984Z Downloaded wait-timeout v0.2.0
7192024-08-19T17:58:55.986Z Downloaded slog-scope v4.4.0
7202024-08-19T17:58:55.986Z Downloaded parse-display v0.10.0
7212024-08-19T17:58:55.990Z Downloaded itertools v0.10.5
7222024-08-19T17:58:55.993Z Downloaded precomputed-hash v0.1.1
7232024-08-19T17:58:55.996Z Downloaded structmeta-derive v0.2.0
7242024-08-19T17:58:55.996Z Downloaded derive_builder v0.20.0
7252024-08-19T17:58:55.999Z Downloaded tempfile v3.10.1
7262024-08-19T17:58:56.002Z Downloaded flagset v0.4.5
7272024-08-19T17:58:56.005Z Downloaded signature v2.2.0
7282024-08-19T17:58:56.005Z Downloaded topological-sort v0.2.2
7292024-08-19T17:58:56.007Z Downloaded aes v0.8.4
7302024-08-19T17:58:56.010Z Downloaded endian-type v0.1.2
7312024-08-19T17:58:56.012Z Downloaded r2d2 v0.8.10
7322024-08-19T17:58:56.012Z Downloaded serde_urlencoded v0.7.1
7332024-08-19T17:58:56.015Z Downloaded thread_local v1.1.8
7342024-08-19T17:58:56.015Z Downloaded pem-rfc7468 v0.7.0
7352024-08-19T17:58:56.018Z Downloaded serde-big-array v0.5.1
7362024-08-19T17:58:56.018Z Downloaded crypto-bigint v0.5.5
7372024-08-19T17:58:56.025Z Downloaded signal-hook-tokio v0.3.1
7382024-08-19T17:58:56.029Z Downloaded socket2 v0.4.10
7392024-08-19T17:58:56.029Z Downloaded funty v2.0.0
7402024-08-19T17:58:56.029Z Downloaded crossterm v0.27.0
7412024-08-19T17:58:56.034Z Downloaded float-cmp v0.9.0
7422024-08-19T17:58:56.037Z Downloaded whoami v1.5.1
7432024-08-19T17:58:56.040Z Downloaded itertools v0.13.0
7442024-08-19T17:58:56.045Z Downloaded test-strategy v0.3.1
7452024-08-19T17:58:56.048Z Downloaded signal-hook-mio v0.2.4
7462024-08-19T17:58:56.051Z Downloaded blake3 v1.5.1
7472024-08-19T17:58:56.057Z Downloaded diff v0.1.13
7482024-08-19T17:58:56.060Z Downloaded futures-macro v0.3.30
7492024-08-19T17:58:56.062Z Downloaded structmeta v0.3.0
7502024-08-19T17:58:56.062Z Downloaded slog-stdlog v4.1.1
7512024-08-19T17:58:56.064Z Downloaded tracing-attributes v0.1.27
7522024-08-19T17:58:56.067Z Downloaded similar v2.6.0
7532024-08-19T17:58:56.070Z Downloaded unicode-bidi v0.3.15
7542024-08-19T17:58:56.072Z Downloaded serde_arrays v0.1.0
7552024-08-19T17:58:56.076Z Downloaded futures-channel v0.3.30
7562024-08-19T17:58:56.079Z Downloaded thiserror-impl-no-std v2.0.2
7572024-08-19T17:58:56.079Z Downloaded unicode_categories v0.1.1
7582024-08-19T17:58:56.081Z Downloaded heapless v0.7.17
7592024-08-19T17:58:56.084Z Downloaded signal-hook-registry v1.4.2
7602024-08-19T17:58:56.087Z Downloaded schemars_derive v0.8.21
7612024-08-19T17:58:56.087Z Downloaded serde-hex v0.1.0
7622024-08-19T17:58:56.089Z Downloaded slog-term v2.9.1
7632024-08-19T17:58:56.092Z Downloaded socket2 v0.5.7
7642024-08-19T17:58:56.092Z Downloaded steno v0.4.1
7652024-08-19T17:58:56.097Z Downloaded ron v0.7.1
7662024-08-19T17:58:56.101Z Downloaded rustyline v14.0.0
7672024-08-19T17:58:56.107Z Downloaded hickory-client v0.24.1
7682024-08-19T17:58:56.110Z Downloaded futures v0.3.30
7692024-08-19T17:58:56.116Z Downloaded rcgen v0.12.1
7702024-08-19T17:58:56.119Z Downloaded tracing-core v0.1.32
7712024-08-19T17:58:56.122Z Downloaded elliptic-curve v0.13.8
7722024-08-19T17:58:56.126Z Downloaded der_derive v0.7.2
7732024-08-19T17:58:56.129Z Downloaded ron v0.8.1
7742024-08-19T17:58:56.134Z Downloaded zip v0.6.6
7752024-08-19T17:58:56.139Z Downloaded samael v0.0.15
7762024-08-19T17:58:56.144Z Downloaded toml_edit v0.19.15
7772024-08-19T17:58:56.162Z Downloaded textwrap v0.16.1
7782024-08-19T17:58:56.164Z Downloaded http v0.2.12
7792024-08-19T17:58:56.168Z Downloaded http v1.1.0
7802024-08-19T17:58:56.173Z Downloaded unicode-segmentation v1.11.0
7812024-08-19T17:58:56.176Z Downloaded unicode-normalization v0.1.23
7822024-08-19T17:58:56.180Z Downloaded tokio-util v0.7.11
7832024-08-19T17:58:56.187Z Downloaded tar v0.4.41
7842024-08-19T17:58:56.190Z Downloaded derive_builder_core v0.20.0
7852024-08-19T17:58:56.193Z Downloaded tokio-postgres v0.7.11
7862024-08-19T17:58:56.198Z Downloaded rsa v0.9.6
7872024-08-19T17:58:56.203Z Downloaded diesel_derives v2.2.2
7882024-08-19T17:58:56.207Z Downloaded winnow v0.5.40
7892024-08-19T17:58:56.217Z Downloaded schemars v0.8.21
7902024-08-19T17:58:56.230Z Downloaded publicsuffix v2.2.3
7912024-08-19T17:58:56.232Z Downloaded der v0.7.9
7922024-08-19T17:58:56.238Z Downloaded rustls-webpki v0.101.7
7932024-08-19T17:58:56.253Z Downloaded heapless v0.8.0
7942024-08-19T17:58:56.257Z Downloaded flate2 v1.0.31
7952024-08-19T17:58:56.262Z Downloaded reedline v0.33.0
7962024-08-19T17:58:56.270Z Downloaded expectorate v1.1.0
7972024-08-19T17:58:56.273Z Downloaded idna v0.5.0
7982024-08-19T17:58:56.280Z Downloaded chrono v0.4.38
7992024-08-19T17:58:56.288Z Downloaded bitvec v1.0.1
8002024-08-19T17:58:56.304Z Downloaded proptest v1.5.0
8012024-08-19T17:58:56.314Z Downloaded h2 v0.3.26
8022024-08-19T17:58:56.321Z Downloaded rustls-webpki v0.102.4
8032024-08-19T17:58:56.340Z Downloaded futures-util v0.3.30
8042024-08-19T17:58:56.352Z Downloaded nix v0.27.1
8052024-08-19T17:58:56.363Z Downloaded openssl v0.10.66
8062024-08-19T17:58:56.373Z Downloaded regex v1.10.6
8072024-08-19T17:58:56.388Z Downloaded hkdf v0.12.4
8082024-08-19T17:58:56.390Z Downloaded quick-xml v0.31.0
8092024-08-19T17:58:56.395Z Downloaded sqlparser v0.45.0
8102024-08-19T17:58:56.401Z Downloaded smoltcp v0.9.1
8112024-08-19T17:58:56.412Z Downloaded webpki-roots v0.25.4
8122024-08-19T17:58:56.417Z Downloaded git2 v0.19.0
8132024-08-19T17:58:56.426Z Downloaded bstr v1.9.1
8142024-08-19T17:58:56.438Z Downloaded polar-core v0.27.3
8152024-08-19T17:58:56.447Z Downloaded radix_trie v0.2.1
8162024-08-19T17:58:56.453Z Downloaded regex-syntax v0.6.29
8172024-08-19T17:58:56.461Z Downloaded gimli v0.28.1
8182024-08-19T17:58:56.469Z Downloaded diesel v2.2.2
8192024-08-19T17:58:56.489Z Downloaded smoltcp v0.11.0
8202024-08-19T17:58:56.502Z Downloaded regex-syntax v0.8.4
8212024-08-19T17:58:56.511Z Downloaded regress v0.9.1
8222024-08-19T17:58:56.522Z Downloaded hickory-proto v0.24.1
8232024-08-19T17:58:56.538Z Downloaded rustls v0.22.4
8242024-08-19T17:58:56.551Z Downloaded sled v0.34.7
8252024-08-19T17:58:56.563Z Downloaded openapiv3 v2.0.0
8262024-08-19T17:58:56.576Z Downloaded bzip2-sys v0.1.11+1.0.8
8272024-08-19T17:58:56.589Z Downloaded ratatui v0.28.0
8282024-08-19T17:58:56.610Z Downloaded petgraph v0.6.5
8292024-08-19T17:58:56.629Z Downloaded zerocopy-derive v0.6.6
8302024-08-19T17:58:56.639Z Downloaded csv v1.3.0
8312024-08-19T17:58:56.661Z Downloaded rustls v0.21.12
8322024-08-19T17:58:56.674Z Downloaded curve25519-dalek v4.1.3
8332024-08-19T17:58:56.683Z Downloaded reqwest v0.11.27
8342024-08-19T17:58:56.691Z Downloaded vcpkg v0.2.15
8352024-08-19T17:58:56.731Z Downloaded object v0.32.2
8362024-08-19T17:58:56.743Z Downloaded regex-automata v0.4.6
8372024-08-19T17:58:56.761Z Downloaded finl_unicode v1.2.0
8382024-08-19T17:58:56.776Z Downloaded tokio v1.39.2
8392024-08-19T17:58:56.814Z Downloaded sha3 v0.10.8
8402024-08-19T17:58:56.819Z Downloaded nix v0.28.0
8412024-08-19T17:58:56.831Z Downloaded bindgen v0.69.4
8422024-08-19T17:58:56.839Z Downloaded rusqlite v0.31.0
8432024-08-19T17:58:56.847Z Downloaded rayon v1.10.0
8442024-08-19T17:58:56.857Z Downloaded idna v0.3.0
8452024-08-19T17:58:56.863Z Downloaded tough v0.17.1
8462024-08-19T17:58:56.872Z Downloaded serde_with v3.9.0
8472024-08-19T17:58:56.881Z Downloaded idna v0.4.0
8482024-08-19T17:58:56.889Z Downloaded object v0.30.4
8492024-08-19T17:58:56.899Z Downloaded lalrpop v0.19.12
8502024-08-19T17:58:56.910Z Downloaded aho-corasick v1.1.3
8512024-08-19T17:58:56.917Z Downloaded time v0.3.36
8522024-08-19T17:58:56.925Z Downloaded pin-project v1.1.5
8532024-08-19T17:58:56.936Z Downloaded parking_lot v0.12.2
8542024-08-19T17:58:56.939Z Downloaded encoding_rs v0.8.34
8552024-08-19T17:58:56.963Z Downloaded hmac v0.12.1
8562024-08-19T17:58:56.966Z Downloaded portable-atomic v1.6.0
8572024-08-19T17:58:56.971Z Downloaded toml v0.7.8
8582024-08-19T17:58:56.974Z Downloaded hickory-resolver v0.24.1
8592024-08-19T17:58:56.979Z Downloaded half v2.4.1
8602024-08-19T17:58:56.982Z Downloaded hashbrown v0.12.3
8612024-08-19T17:58:56.985Z Downloaded hex v0.4.3
8622024-08-19T17:58:56.988Z Downloaded supports-color v3.0.0
8632024-08-19T17:58:56.991Z Downloaded structmeta-derive v0.3.0
8642024-08-19T17:58:56.991Z Downloaded tokio-rustls v0.24.1
8652024-08-19T17:58:56.993Z Downloaded crossterm v0.28.1
8662024-08-19T17:58:56.998Z Downloaded hashbrown v0.13.2
8672024-08-19T17:58:57.002Z Downloaded libgit2-sys v0.17.0+1.8.1
8682024-08-19T17:58:57.063Z Downloaded predicates-tree v1.0.9
8692024-08-19T17:58:57.066Z Downloaded predicates-core v1.0.6
8702024-08-19T17:58:57.066Z Downloaded ppv-lite86 v0.2.17
8712024-08-19T17:58:57.068Z Downloaded phf_shared v0.11.2
8722024-08-19T17:58:57.068Z Downloaded filetime v0.2.24
8732024-08-19T17:58:57.072Z Downloaded parse-display-derive v0.10.0
8742024-08-19T17:58:57.072Z Downloaded prettyplease v0.2.20
8752024-08-19T17:58:57.074Z Downloaded rand v0.8.5
8762024-08-19T17:58:57.077Z Downloaded diesel_table_macro_syntax v0.2.0
8772024-08-19T17:58:57.079Z Downloaded pem v3.0.4
8782024-08-19T17:58:57.079Z Downloaded unsafe-libyaml v0.2.11
8792024-08-19T17:58:57.082Z Downloaded hashlink v0.9.1
8802024-08-19T17:58:57.085Z Downloaded itertools v0.12.1
8812024-08-19T17:58:57.091Z Downloaded siphasher v0.3.11
8822024-08-19T17:58:57.093Z Downloaded httparse v1.8.0
8832024-08-19T17:58:57.096Z Downloaded derive-where v1.2.7
8842024-08-19T17:58:57.098Z Downloaded libxml v0.3.3
8852024-08-19T17:58:57.103Z Downloaded embedded-io v0.4.0
8862024-08-19T17:58:57.105Z Downloaded rustc-hash v1.1.0
8872024-08-19T17:58:57.108Z Downloaded rtoolbox v0.0.2
8882024-08-19T17:58:57.108Z Downloaded postgres-protocol v0.6.7
8892024-08-19T17:58:57.110Z Downloaded pin-project-lite v0.2.14
8902024-08-19T17:58:57.114Z Downloaded hubpack v0.1.2
8912024-08-19T17:58:57.116Z Downloaded flume v0.11.0
8922024-08-19T17:58:57.119Z Downloaded x509-cert v0.2.5
8932024-08-19T17:58:57.126Z Downloaded nom v7.1.3
8942024-08-19T17:58:57.132Z Downloaded tungstenite v0.20.1
8952024-08-19T17:58:57.136Z Downloaded fragile v2.0.0
8962024-08-19T17:58:57.138Z Downloaded pkcs8 v0.10.2
8972024-08-19T17:58:57.141Z Downloaded peg-macros v0.8.4
8982024-08-19T17:58:57.143Z Downloaded typed-path v0.7.1
8992024-08-19T17:58:57.149Z Downloaded pkcs1 v0.7.5
9002024-08-19T17:58:57.152Z Downloaded serde_yaml v0.9.34+deprecated
9012024-08-19T17:58:57.156Z Downloaded libm v0.2.8
9022024-08-19T17:58:57.164Z Downloaded deranged v0.3.11
9032024-08-19T17:58:57.167Z Downloaded zone v0.1.8
9042024-08-19T17:58:57.167Z Downloaded tokio-native-tls v0.3.1
9052024-08-19T17:58:57.171Z Downloaded sqlformat v0.2.4
9062024-08-19T17:58:57.171Z Downloaded proc-macro-crate v1.3.1
9072024-08-19T17:58:57.174Z Downloaded powerfmt v0.2.0
9082024-08-19T17:58:57.174Z Downloaded vsss-rs v3.3.4
9092024-08-19T17:58:57.176Z Downloaded tokio-tungstenite v0.21.0
9102024-08-19T17:58:57.179Z Downloaded url v2.5.2
9112024-08-19T17:58:57.181Z Downloaded mio v1.0.2
9122024-08-19T17:58:57.188Z Downloaded foreign-types-shared v0.3.1
9132024-08-19T17:58:57.190Z Downloaded tracing v0.1.40
9142024-08-19T17:58:57.193Z Downloaded fallible-iterator v0.3.0
9152024-08-19T17:58:57.196Z Downloaded futures-sink v0.3.30
9162024-08-19T17:58:57.196Z Downloaded erased-serde v0.3.31
9172024-08-19T17:58:57.199Z Downloaded env_logger v0.9.3
9182024-08-19T17:58:57.202Z Downloaded unicode-xid v0.2.4
9192024-08-19T17:58:57.204Z Downloaded packed_struct v0.10.1
9202024-08-19T17:58:57.207Z Downloaded backtrace v0.3.71
9212024-08-19T17:58:57.211Z Downloaded strum_macros v0.25.3
9222024-08-19T17:58:57.214Z Downloaded zerocopy v0.6.6
9232024-08-19T17:58:57.217Z Downloaded ring v0.17.8
9242024-08-19T17:58:57.288Z Downloaded mio v0.8.11
9252024-08-19T17:58:57.293Z Downloaded minimal-lexical v0.2.1
9262024-08-19T17:58:57.298Z Downloaded bytes v1.7.1
9272024-08-19T17:58:57.302Z Downloaded slog-async v2.8.0
9282024-08-19T17:58:57.305Z Downloaded quick-error v1.2.3
9292024-08-19T17:58:57.307Z Downloaded cc v1.0.97
9302024-08-19T17:58:57.309Z Downloaded snafu v0.8.2
9312024-08-19T17:58:57.315Z Downloaded pkg-config v0.3.30
9322024-08-19T17:58:57.317Z Downloaded hash32 v0.3.1
9332024-08-19T17:58:57.320Z Downloaded shlex v1.3.0
9342024-08-19T17:58:57.320Z Downloaded serde_with_macros v3.9.0
9352024-08-19T17:58:57.322Z Downloaded serde_derive_internals v0.29.1
9362024-08-19T17:58:57.325Z Downloaded tls_codec_derive v0.4.1
9372024-08-19T17:58:57.325Z Downloaded fatfs v0.3.6
9382024-08-19T17:58:57.327Z Downloaded ring v0.16.20
9392024-08-19T17:58:57.410Z Downloaded packed_struct_codegen v0.10.1
9402024-08-19T17:58:57.413Z Downloaded libz-sys v1.1.16
9412024-08-19T17:58:57.480Z Downloaded http-body v0.4.6
9422024-08-19T17:58:57.483Z Downloaded password-hash v0.5.0
9432024-08-19T17:58:57.485Z Downloaded tokio-macros v2.4.0
9442024-08-19T17:58:57.485Z Downloaded crossbeam-epoch v0.9.18
9452024-08-19T17:58:57.487Z Downloaded cookie v0.18.1
9462024-08-19T17:58:57.490Z Downloaded smawk v0.3.2
9472024-08-19T17:58:57.493Z Downloaded rustversion v1.0.17
9482024-08-19T17:58:57.493Z Downloaded unarray v0.1.4
9492024-08-19T17:58:57.496Z Downloaded futures-executor v0.3.30
9502024-08-19T17:58:57.496Z Downloaded ref-cast v1.0.23
9512024-08-19T17:58:57.498Z Downloaded rpassword v7.3.1
9522024-08-19T17:58:57.500Z Downloaded rand_core v0.6.4
9532024-08-19T17:58:57.500Z Downloaded rand_chacha v0.3.1
9542024-08-19T17:58:57.503Z Downloaded xattr v1.3.1
9552024-08-19T17:58:57.506Z Downloaded indicatif v0.17.8
9562024-08-19T17:58:57.508Z Downloaded darling v0.20.9
9572024-08-19T17:58:57.511Z Downloaded chacha20poly1305 v0.10.1
9582024-08-19T17:58:57.514Z Downloaded time-macros v0.2.18
9592024-08-19T17:58:57.516Z Downloaded termios v0.3.3
9602024-08-19T17:58:57.519Z Downloaded subtle v2.5.0
9612024-08-19T17:58:57.519Z Downloaded strip-ansi-escapes v0.2.0
9622024-08-19T17:58:57.521Z Downloaded spki v0.7.3
9632024-08-19T17:58:57.521Z Downloaded dyn-clone v1.0.17
9642024-08-19T17:58:57.523Z Downloaded bb8 v0.8.5
9652024-08-19T17:58:57.523Z Downloaded cassowary v0.3.0
9662024-08-19T17:58:57.526Z Downloaded arrayvec v0.7.4
9672024-08-19T17:58:57.528Z Downloaded lazy_static v1.5.0
9682024-08-19T17:58:57.528Z Downloaded convert_case v0.4.0
9692024-08-19T17:58:57.530Z Downloaded libsqlite3-sys v0.28.0
9702024-08-19T17:58:57.605Z Downloaded num-integer v0.1.46
9712024-08-19T17:58:57.607Z Downloaded crc v3.2.1
9722024-08-19T17:58:57.610Z Downloaded cipher v0.4.4
9732024-08-19T17:58:57.610Z Downloaded bit-vec v0.6.3
9742024-08-19T17:58:57.612Z Downloaded crc-any v2.5.0
9752024-08-19T17:58:57.615Z Downloaded clang-sys v1.7.0
9762024-08-19T17:58:57.615Z Downloaded bitfield-struct v0.6.1
9772024-08-19T17:58:57.618Z Downloaded blake2 v0.10.6
9782024-08-19T17:58:57.620Z Downloaded async-recursion v1.1.1
9792024-08-19T17:58:57.622Z Downloaded linear-map v1.2.0
9802024-08-19T17:58:57.622Z Downloaded atomic-waker v1.1.2
9812024-08-19T17:58:57.625Z Downloaded ascii-canvas v3.0.0
9822024-08-19T17:58:57.625Z Downloaded lru-cache v0.1.2
9832024-08-19T17:58:57.627Z Downloaded keccak v0.1.5
9842024-08-19T17:58:57.627Z Downloaded maplit v1.0.2
9852024-08-19T17:58:57.627Z Downloaded defmt v0.3.8
9862024-08-19T17:58:57.630Z Downloaded ahash v0.8.11
9872024-08-19T17:58:57.632Z Downloaded csv-core v0.1.11
9882024-08-19T17:58:57.635Z Downloaded cookie_store v0.20.0
9892024-08-19T17:58:57.637Z Downloaded cookie v0.17.0
9902024-08-19T17:58:57.640Z Downloaded num_threads v0.1.7
9912024-08-19T17:58:57.640Z Downloaded nu-ansi-term v0.50.0
9922024-08-19T17:58:57.642Z Downloaded jobserver v0.1.32
9932024-08-19T17:58:57.642Z Downloaded hyper-rustls v0.24.2
9942024-08-19T17:58:57.645Z Downloaded bcs v0.1.6
9952024-08-19T17:58:57.647Z Downloaded multer v3.1.0
9962024-08-19T17:58:57.651Z Downloaded ascii v1.1.0
9972024-08-19T17:58:57.651Z Downloaded argon2 v0.5.3
9982024-08-19T17:58:57.653Z Downloaded async-trait v0.1.81
9992024-08-19T17:58:57.656Z Downloaded hyper-staticfile v0.9.5
10002024-08-19T17:58:57.658Z Downloaded instability v0.3.2
10012024-08-19T17:58:57.658Z Downloaded nodrop v0.1.14
10022024-08-19T17:58:57.658Z Downloaded colored v2.1.0
10032024-08-19T17:58:57.660Z Downloaded lru v0.12.3
10042024-08-19T17:58:57.663Z Downloaded nanorand v0.7.0
10052024-08-19T17:58:57.663Z Downloaded managed v0.8.0
10062024-08-19T17:58:57.665Z Downloaded lazycell v1.3.0
10072024-08-19T17:58:57.665Z Downloaded kstat-rs v0.2.4
10082024-08-19T17:58:57.668Z Downloaded inout v0.1.3
10092024-08-19T17:58:57.668Z Downloaded hyper-tls v0.5.0
10102024-08-19T17:58:57.668Z Downloaded defmt-macros v0.3.9
10112024-08-19T17:58:57.671Z Downloaded castaway v0.2.3
10122024-08-19T17:58:57.673Z Downloaded camino-tempfile v1.1.1
10132024-08-19T17:58:57.673Z Downloaded impl-trait-for-tuples v0.2.2
10142024-08-19T17:58:57.675Z Downloaded number_prefix v0.4.0
10152024-08-19T17:58:57.678Z Downloaded num-conv v0.1.0
10162024-08-19T17:58:57.678Z Downloaded bitfield v0.14.0
10172024-08-19T17:58:57.678Z Downloaded base16ct v0.2.0
10182024-08-19T17:58:57.763Z Compiling cfg-if v1.0.0
10192024-08-19T17:58:57.763Z Compiling serde v1.0.208
10202024-08-19T17:58:57.765Z Compiling typenum v1.17.0
10212024-08-19T17:58:57.766Z Compiling generic-array v0.14.7
10222024-08-19T17:58:57.766Z Compiling lock_api v0.4.12
10232024-08-19T17:58:57.915Z Compiling syn v2.0.74
10242024-08-19T17:58:57.918Z Compiling scopeguard v1.2.0
10252024-08-19T17:58:57.924Z Compiling log v0.4.21
10262024-08-19T17:58:57.988Z Compiling getrandom v0.2.14
10272024-08-19T17:58:58.076Z Compiling jobserver v0.1.32
10282024-08-19T17:58:58.217Z Compiling rand_core v0.6.4
10292024-08-19T17:58:58.410Z Compiling subtle v2.5.0
10302024-08-19T17:58:58.469Z Compiling cc v1.0.97
10312024-08-19T17:58:58.486Z Compiling const-oid v0.9.6
10322024-08-19T17:58:58.745Z Compiling pin-project-lite v0.2.14
10332024-08-19T17:58:58.765Z Compiling smallvec v1.13.2
10342024-08-19T17:58:58.838Z Compiling parking_lot_core v0.9.10
10352024-08-19T17:58:58.862Z Compiling signal-hook-registry v1.4.2
10362024-08-19T17:58:58.991Z Compiling spin v0.9.8
10372024-08-19T17:58:59.162Z Compiling mio v1.0.2
10382024-08-19T17:58:59.478Z Compiling ahash v0.8.11
10392024-08-19T17:58:59.823Z Compiling parking_lot v0.12.2
10402024-08-19T17:58:59.840Z Compiling tinyvec_macros v0.1.1
10412024-08-19T17:58:59.940Z Compiling tinyvec v1.6.0
10422024-08-19T17:59:00.222Z Compiling socket2 v0.5.7
10432024-08-19T17:59:00.514Z Compiling cpufeatures v0.2.12
10442024-08-19T17:59:00.603Z Compiling futures-core v0.3.30
10452024-08-19T17:59:00.621Z Compiling libm v0.2.8
10462024-08-19T17:59:00.638Z Compiling serde_json v1.0.125
10472024-08-19T17:59:00.804Z Compiling num-traits v0.2.19
10482024-08-19T17:59:00.847Z Compiling slab v0.4.9
10492024-08-19T17:59:00.995Z Compiling futures-sink v0.3.30
10502024-08-19T17:59:01.057Z Compiling allocator-api2 v0.2.18
10512024-08-19T17:59:01.114Z Compiling unicode-bidi v0.3.15
10522024-08-19T17:59:01.421Z Compiling futures-channel v0.3.30
10532024-08-19T17:59:01.548Z Compiling unicode-normalization v0.1.23
10542024-08-19T17:59:01.610Z Compiling futures-io v0.3.30
10552024-08-19T17:59:01.834Z Compiling pkg-config v0.3.30
10562024-08-19T17:59:01.890Z Compiling vcpkg v0.2.15
10572024-08-19T17:59:01.950Z Compiling futures-task v0.3.30
10582024-08-19T17:59:02.671Z Compiling pin-utils v0.1.0
10592024-08-19T17:59:02.727Z Compiling base64ct v1.6.0
10602024-08-19T17:59:02.813Z Compiling ring v0.17.8
10612024-08-19T17:59:02.897Z Compiling percent-encoding v2.3.1
10622024-08-19T17:59:02.897Z Compiling ppv-lite86 v0.2.17
10632024-08-19T17:59:03.262Z Compiling pem-rfc7468 v0.7.0
10642024-08-19T17:59:03.351Z Compiling flagset v0.4.5
10652024-08-19T17:59:03.469Z Compiling tracing-core v0.1.32
10662024-08-19T17:59:03.561Z Compiling untrusted v0.9.0
10672024-08-19T17:59:03.686Z Compiling rand_chacha v0.3.1
10682024-08-19T17:59:03.732Z Compiling rustix v0.38.34
10692024-08-19T17:59:04.006Z Compiling powerfmt v0.2.0
10702024-08-19T17:59:04.163Z Compiling openssl-sys v0.9.103
10712024-08-19T17:59:04.414Z Compiling rand v0.8.5
10722024-08-19T17:59:04.431Z Compiling time-core v0.1.2
10732024-08-19T17:59:04.609Z Compiling openssl v0.10.66
10742024-08-19T17:59:04.629Z Compiling num-conv v0.1.0
10752024-08-19T17:59:04.830Z Compiling httparse v1.8.0
10762024-08-19T17:59:04.888Z Compiling rustversion v1.0.17
10772024-08-19T17:59:05.034Z Compiling foreign-types-shared v0.1.1
10782024-08-19T17:59:05.140Z Compiling foreign-types v0.3.2
10792024-08-19T17:59:05.225Z Compiling time-macros v0.2.18
10802024-08-19T17:59:05.293Z Compiling deranged v0.3.11
10812024-08-19T17:59:05.640Z Compiling form_urlencoded v1.2.1
10822024-08-19T17:59:05.910Z Compiling aho-corasick v1.1.3
10832024-08-19T17:59:05.944Z Compiling num_threads v0.1.7
10842024-08-19T17:59:06.072Z Compiling regex-syntax v0.8.4
10852024-08-19T17:59:06.305Z Compiling rustls v0.21.12
10862024-08-19T17:59:06.810Z Compiling syn v1.0.109
10872024-08-19T17:59:06.817Z Compiling try-lock v0.2.5
10882024-08-19T17:59:06.817Z Compiling siphasher v0.3.11
10892024-08-19T17:59:07.168Z Compiling native-tls v0.2.11
10902024-08-19T17:59:07.202Z Compiling crossbeam-utils v0.8.19
10912024-08-19T17:59:07.280Z Compiling want v0.3.1
10922024-08-19T17:59:07.805Z Compiling idna v0.5.0
10932024-08-19T17:59:08.199Z Compiling socket2 v0.4.10
10942024-08-19T17:59:08.451Z Compiling time v0.3.36
10952024-08-19T17:59:08.850Z Compiling cookie v0.17.0
10962024-08-19T17:59:09.026Z Compiling httpdate v1.0.3
10972024-08-19T17:59:09.128Z Compiling slog v2.7.0
10982024-08-19T17:59:09.394Z Compiling openssl-probe v0.1.5
10992024-08-19T17:59:09.549Z Compiling regex-automata v0.4.6
11002024-08-19T17:59:09.726Z Compiling iana-time-zone v0.1.60
11012024-08-19T17:59:09.745Z Compiling tower-service v0.3.2
11022024-08-19T17:59:09.871Z Compiling adler v1.0.2
11032024-08-19T17:59:10.104Z Compiling finl_unicode v1.2.0
11042024-08-19T17:59:10.180Z Compiling miniz_oxide v0.7.2
11052024-08-19T17:59:10.699Z Compiling stringprep v0.1.4
11062024-08-19T17:59:11.282Z Compiling url v2.5.2
11072024-08-19T17:59:11.684Z Compiling sct v0.7.1
11082024-08-19T17:59:11.880Z Compiling rustls-webpki v0.101.7
11092024-08-19T17:59:12.245Z Compiling serde_derive v1.0.208
11102024-08-19T17:59:12.527Z Compiling zeroize_derive v1.4.2
11112024-08-19T17:59:13.160Z Compiling zerocopy-derive v0.7.34
11122024-08-19T17:59:13.235Z Compiling tokio-macros v2.4.0
11132024-08-19T17:59:13.388Z Compiling thiserror-impl v1.0.63
11142024-08-19T17:59:13.756Z Compiling futures-macro v0.3.30
11152024-08-19T17:59:13.807Z Compiling der_derive v0.7.2
11162024-08-19T17:59:14.147Z Compiling zeroize v1.7.0
11172024-08-19T17:59:14.879Z Compiling scroll_derive v0.12.0
11182024-08-19T17:59:15.414Z Compiling zerocopy v0.7.34
11192024-08-19T17:59:15.845Z Compiling futures-util v0.3.30
11202024-08-19T17:59:16.015Z Compiling crypto-common v0.1.6
11212024-08-19T17:59:16.227Z Compiling block-buffer v0.10.4
11222024-08-19T17:59:16.347Z Compiling block-padding v0.3.3
11232024-08-19T17:59:16.368Z Compiling der v0.7.9
11242024-08-19T17:59:16.479Z Compiling digest v0.10.7
11252024-08-19T17:59:16.588Z Compiling inout v0.1.3
11262024-08-19T17:59:16.694Z Compiling thiserror v1.0.63
11272024-08-19T17:59:16.829Z Compiling cipher v0.4.4
11282024-08-19T17:59:16.857Z Compiling pest v2.7.10
11292024-08-19T17:59:16.976Z Compiling hmac v0.12.1
11302024-08-19T17:59:17.214Z Compiling sha2 v0.10.8
11312024-08-19T17:59:17.342Z Compiling salsa20 v0.10.2
11322024-08-19T17:59:17.565Z Compiling hashbrown v0.14.5
11332024-08-19T17:59:17.643Z Compiling pbkdf2 v0.12.2
11342024-08-19T17:59:17.826Z Compiling tracing-attributes v0.1.27
11352024-08-19T17:59:19.018Z Compiling spki v0.7.3
11362024-08-19T17:59:19.441Z Compiling pest_meta v2.7.10
11372024-08-19T17:59:19.578Z Compiling scrypt v0.11.0
11382024-08-19T17:59:19.917Z Compiling aes v0.8.4
11392024-08-19T17:59:20.178Z Compiling cbc v0.1.2
11402024-08-19T17:59:20.417Z Compiling scroll v0.12.0
11412024-08-19T17:59:20.877Z Compiling pest_generator v2.7.10
11422024-08-19T17:59:20.932Z Compiling goblin v0.8.2
11432024-08-19T17:59:21.673Z Compiling tracing v0.1.40
11442024-08-19T17:59:22.040Z Compiling pkcs5 v0.7.1
11452024-08-19T17:59:22.171Z Compiling openssl-macros v0.1.1
11462024-08-19T17:59:22.505Z Compiling md-5 v0.10.6
11472024-08-19T17:59:22.755Z Compiling pkcs8 v0.10.2
11482024-08-19T17:59:22.965Z Compiling num-integer v0.1.46
11492024-08-19T17:59:23.263Z Compiling backtrace v0.3.71
11502024-08-19T17:59:23.516Z Compiling idna v0.3.0
11512024-08-19T17:59:23.761Z Compiling lazy_static v1.5.0
11522024-08-19T17:59:23.784Z Compiling hash32 v0.2.1
11532024-08-19T17:59:23.888Z Compiling cfg_aliases v0.1.1
11542024-08-19T17:59:23.997Z Compiling signal-hook v0.3.17
11552024-08-19T17:59:24.156Z Compiling stable_deref_trait v1.2.0
11562024-08-19T17:59:24.265Z Compiling fallible-iterator v0.2.0
11572024-08-19T17:59:24.284Z Compiling psl-types v2.0.11
11582024-08-19T17:59:24.394Z Compiling pest_derive v2.7.10
11592024-08-19T17:59:24.489Z Compiling num-bigint-dig v0.8.4
11602024-08-19T17:59:24.804Z Compiling smoltcp v0.9.1
11612024-08-19T17:59:25.028Z Compiling gimli v0.28.1
11622024-08-19T17:59:25.148Z Compiling crc32fast v1.4.0
11632024-08-19T17:59:25.206Z Compiling dtrace-parser v0.2.0
11642024-08-19T17:59:25.548Z Compiling base64 v0.22.1
11652024-08-19T17:59:25.793Z Compiling publicsuffix v2.2.3
11662024-08-19T17:59:26.072Z Compiling nix v0.28.0
11672024-08-19T17:59:26.336Z Compiling num-iter v0.1.45
11682024-08-19T17:59:26.522Z Compiling bytes v1.7.1
11692024-08-19T17:59:26.842Z Compiling bitflags v2.6.0
11702024-08-19T17:59:27.284Z Compiling indexmap v2.4.0
11712024-08-19T17:59:27.335Z Compiling semver v1.0.23
11722024-08-19T17:59:27.839Z Compiling tokio v1.39.2
11732024-08-19T17:59:28.110Z Compiling http v0.2.12
11742024-08-19T17:59:28.771Z Compiling rustc_version v0.4.0
11752024-08-19T17:59:30.016Z Compiling http-body v0.4.6
11762024-08-19T17:59:30.019Z Compiling heapless v0.7.17
11772024-08-19T17:59:30.488Z Compiling dof v0.3.0
11782024-08-19T17:59:30.626Z Compiling uuid v1.10.0
11792024-08-19T17:59:31.253Z Compiling usdt-impl v0.5.0
11802024-08-19T17:59:31.483Z Compiling serde_spanned v0.6.7
11812024-08-19T17:59:31.718Z Compiling toml_datetime v0.6.8
11822024-08-19T17:59:32.075Z Compiling chrono v0.4.38
11832024-08-19T17:59:32.239Z Compiling serde_tokenstream v0.2.2
11842024-08-19T17:59:32.567Z Compiling terminal_size v0.3.0
11852024-08-19T17:59:32.760Z Compiling addr2line v0.21.0
11862024-08-19T17:59:32.824Z Compiling postgres-protocol v0.6.7
11872024-08-19T17:59:32.842Z Compiling async-trait v0.1.81
11882024-08-19T17:59:33.427Z Compiling zerocopy-derive v0.6.6
11892024-08-19T17:59:35.015Z Compiling phf_shared v0.11.2
11902024-08-19T17:59:35.096Z Compiling serde_derive_internals v0.29.1
11912024-08-19T17:59:35.404Z Compiling ff v0.13.0
11922024-08-19T17:59:35.603Z Compiling object v0.32.2
11932024-08-19T17:59:35.624Z Compiling fs-err v2.11.0
11942024-08-19T17:59:35.719Z Compiling anyhow v1.0.86
11952024-08-19T17:59:35.765Z Compiling ipnet v2.9.0
11962024-08-19T17:59:35.922Z Compiling winnow v0.5.40
11972024-08-19T17:59:36.327Z Compiling tokio-util v0.7.11
11982024-08-19T17:59:37.011Z Compiling hubpack_derive v0.1.1
11992024-08-19T17:59:37.547Z Compiling h2 v0.3.26
12002024-08-19T17:59:37.738Z Compiling tokio-native-tls v0.3.1
12012024-08-19T17:59:37.871Z Compiling tokio-rustls v0.24.1
12022024-08-19T17:59:37.950Z Compiling either v1.13.0
12032024-08-19T17:59:37.984Z Compiling base64 v0.21.7
12042024-08-19T17:59:38.251Z Compiling bitflags v1.3.2
12052024-08-19T17:59:38.360Z Compiling base16ct v0.2.0
12062024-08-19T17:59:38.383Z Compiling rustc-demangle v0.1.24
12072024-08-19T17:59:38.696Z Compiling managed v0.8.0
12082024-08-19T17:59:38.736Z Compiling schemars v0.8.21
12092024-08-19T17:59:39.132Z Compiling clap_builder v4.5.15
12102024-08-19T17:59:39.192Z Compiling sec1 v0.7.3
12112024-08-19T17:59:39.358Z Compiling rustls-pemfile v1.0.4
12122024-08-19T17:59:39.806Z Compiling toml_edit v0.19.15
12132024-08-19T17:59:39.812Z Compiling hubpack v0.1.2
12142024-08-19T17:59:39.836Z Compiling schemars_derive v0.8.21
12152024-08-19T17:59:40.596Z Compiling zerocopy v0.6.6
12162024-08-19T17:59:41.312Z Compiling group v0.13.0
12172024-08-19T17:59:41.418Z Compiling phf v0.11.2
12182024-08-19T17:59:41.624Z Compiling cookie_store v0.20.0
12192024-08-19T17:59:41.709Z Compiling postgres-types v0.2.7
12202024-08-19T17:59:43.142Z Compiling usdt-macro v0.5.0
12212024-08-19T17:59:43.200Z Compiling usdt-attr-macro v0.5.0
12222024-08-19T17:59:43.262Z Compiling serde_urlencoded v0.7.1
12232024-08-19T17:59:44.634Z Compiling hyper v0.14.30
12242024-08-19T17:59:44.879Z Compiling pkcs1 v0.7.5
12252024-08-19T17:59:45.093Z Compiling futures-executor v0.3.30
12262024-08-19T17:59:45.669Z Compiling hkdf v0.12.4
12272024-08-19T17:59:45.873Z Compiling signature v2.2.0
12282024-08-19T17:59:45.928Z Compiling crypto-bigint v0.5.5
12292024-08-19T17:59:46.159Z Compiling bstr v1.9.1
12302024-08-19T17:59:46.387Z Compiling regex v1.10.6
12312024-08-19T17:59:47.488Z Compiling strum_macros v0.25.3
12322024-08-19T17:59:47.714Z Compiling clap_derive v4.5.13
12332024-08-19T17:59:47.970Z Compiling enum-as-inner v0.6.0
12342024-08-19T17:59:48.070Z Compiling serde_repr v0.1.19
12352024-08-19T17:59:48.370Z Compiling phf_shared v0.10.0
12362024-08-19T17:59:48.781Z Compiling float-cmp v0.9.0
12372024-08-19T17:59:48.982Z Compiling idna v0.4.0
12382024-08-19T17:59:49.049Z Compiling mio v0.8.11
12392024-08-19T17:59:49.290Z Compiling encoding_rs v0.8.34
12402024-08-19T17:59:50.447Z Compiling static_assertions v1.1.0
12412024-08-19T17:59:50.547Z Compiling whoami v1.5.1
12422024-08-19T17:59:50.615Z Compiling difflib v0.4.0
12432024-08-19T17:59:51.180Z Compiling precomputed-hash v0.1.1
12442024-08-19T17:59:51.296Z Compiling webpki-roots v0.25.4
12452024-08-19T17:59:51.470Z Compiling normalize-line-endings v0.3.0
12462024-08-19T17:59:51.600Z Compiling hyper-tls v0.5.0
12472024-08-19T17:59:51.620Z Compiling hyper-rustls v0.24.2
12482024-08-19T17:59:51.967Z Compiling minimal-lexical v0.2.1
12492024-08-19T17:59:51.987Z Compiling sync_wrapper v0.1.2
12502024-08-19T17:59:51.989Z Compiling data-encoding v2.6.0
12512024-08-19T17:59:52.116Z Compiling predicates-core v1.0.6
12522024-08-19T17:59:52.170Z Compiling mime v0.3.17
12532024-08-19T17:59:52.460Z Compiling bit-vec v0.6.3
12542024-08-19T17:59:52.479Z Compiling fixedbitset v0.4.2
12552024-08-19T17:59:52.636Z Compiling new_debug_unreachable v1.0.6
12562024-08-19T17:59:52.735Z Compiling dyn-clone v1.0.17
12572024-08-19T17:59:52.773Z Compiling unicode-segmentation v1.11.0
12582024-08-19T17:59:52.941Z Compiling bit-set v0.5.3
12592024-08-19T17:59:52.944Z Compiling petgraph v0.6.5
12602024-08-19T17:59:53.226Z Compiling string_cache v0.8.7
12612024-08-19T17:59:53.608Z Compiling similar v2.6.0
12622024-08-19T17:59:53.701Z Compiling hickory-proto v0.24.1
12632024-08-19T17:59:53.720Z Compiling clap v4.5.16
12642024-08-19T17:59:54.096Z Compiling reqwest v0.11.27
12652024-08-19T17:59:54.394Z Compiling toml_edit v0.22.20
12662024-08-19T17:59:54.683Z Compiling nom v7.1.3
12672024-08-19T17:59:56.097Z Compiling predicates v3.1.2
12682024-08-19T17:59:56.722Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12692024-08-19T17:59:57.017Z Compiling console v0.15.8
12702024-08-19T17:59:57.857Z Compiling tokio-postgres v0.7.11
12712024-08-19T17:59:57.919Z Compiling usdt v0.5.0
12722024-08-19T17:59:58.373Z Compiling signal-hook-mio v0.2.4
12732024-08-19T17:59:58.416Z Compiling elliptic-curve v0.13.8
12742024-08-19T17:59:58.544Z Compiling rsa v0.9.6
12752024-08-19T17:59:58.559Z Compiling futures v0.3.30
12762024-08-19T17:59:58.669Z Compiling flate2 v1.0.31
12772024-08-19T18:00:00.144Z Compiling toml v0.7.8
12782024-08-19T18:00:02.644Z Compiling itertools v0.10.5
12792024-08-19T18:00:02.738Z Compiling itertools v0.12.1
12802024-08-19T18:00:03.140Z Compiling tokio-stream v0.1.15
12812024-08-19T18:00:03.652Z Compiling openapiv3 v2.0.0
12822024-08-19T18:00:03.762Z Compiling hex v0.4.3
12832024-08-19T18:00:03.889Z Compiling sha1 v0.10.6
12842024-08-19T18:00:04.087Z Compiling crossbeam-epoch v0.9.18
12852024-08-19T18:00:04.343Z Compiling dirs-sys-next v0.1.2
12862024-08-19T18:00:04.361Z Compiling peg-runtime v0.8.3
12872024-08-19T18:00:04.873Z Compiling lalrpop-util v0.19.12
12882024-08-19T18:00:05.002Z Compiling unicode-xid v0.2.4
12892024-08-19T18:00:05.062Z Compiling dirs-next v2.0.0
12902024-08-19T18:00:05.174Z Compiling thread_local v1.1.8
12912024-08-19T18:00:05.215Z Compiling slog-async v2.8.0
12922024-08-19T18:00:05.261Z Compiling term v0.7.0
12932024-08-19T18:00:05.464Z Compiling xattr v1.3.1
12942024-08-19T18:00:05.709Z Compiling crossbeam-channel v0.5.12
12952024-08-19T18:00:05.735Z Compiling strum_macros v0.26.4
12962024-08-19T18:00:05.815Z Compiling filetime v0.2.24
12972024-08-19T18:00:05.923Z Compiling is-terminal v0.4.12
12982024-08-19T18:00:06.053Z Compiling take_mut v0.2.2
12992024-08-19T18:00:06.130Z Compiling slog-term v2.9.1
13002024-08-19T18:00:06.214Z Compiling tar v0.4.41
13012024-08-19T18:00:06.804Z Compiling camino v1.1.9
13022024-08-19T18:00:08.138Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13032024-08-19T18:00:08.937Z Compiling strum v0.26.3
13042024-08-19T18:00:09.011Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13052024-08-19T18:00:14.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s
13062024-08-19T18:00:14.472Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13072024-08-19T18:00:14.519ZAug 19 18:00:13.648 INFO Starting download, target: Cockroach
13082024-08-19T18:00:14.519ZAug 19 18:00:13.648 INFO Starting download, target: Clickhouse
13092024-08-19T18:00:14.519ZAug 19 18:00:13.648 INFO Starting download, target: Console
13102024-08-19T18:00:14.519ZAug 19 18:00:13.648 INFO Starting download, target: DendriteOpenapi
13112024-08-19T18:00:14.519ZAug 19 18:00:13.648 INFO Starting download, target: DendriteStub
13122024-08-19T18:00:14.519ZAug 19 18:00:13.648 INFO Starting download, target: MaghemiteMgd
13132024-08-19T18:00:14.519ZAug 19 18:00:13.648 INFO Starting download, target: TransceiverControl
13142024-08-19T18:00:14.522ZAug 19 18:00:13.649 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13152024-08-19T18:00:14.522ZAug 19 18:00:13.649 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13162024-08-19T18:00:14.522ZAug 19 18:00:13.649 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13172024-08-19T18:00:14.522ZAug 19 18:00:13.649 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13182024-08-19T18:00:14.522ZAug 19 18:00:13.649 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13192024-08-19T18:00:14.522ZAug 19 18:00:13.649 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13202024-08-19T18:00:14.522ZAug 19 18:00:13.649 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13212024-08-19T18:00:14.740ZAug 19 18:00:13.857 INFO Download complete, target: DendriteOpenapi
13222024-08-19T18:00:14.772ZAug 19 18:00:13.893 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13232024-08-19T18:00:15.172ZAug 19 18:00:14.300 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13242024-08-19T18:00:15.249ZAug 19 18:00:14.378 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13252024-08-19T18:00:15.555ZAug 19 18:00:14.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13262024-08-19T18:00:15.572ZAug 19 18:00:14.701 INFO Download complete, target: TransceiverControl
13272024-08-19T18:00:15.668ZAug 19 18:00:14.796 INFO Download complete, target: Console
13282024-08-19T18:00:16.551ZAug 19 18:00:15.680 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13292024-08-19T18:00:16.566ZAug 19 18:00:15.694 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13302024-08-19T18:00:16.566ZAug 19 18:00:15.694 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13312024-08-19T18:00:18.270ZAug 19 18:00:17.397 INFO Download complete, target: MaghemiteMgd
13322024-08-19T18:00:18.584ZAug 19 18:00:17.706 INFO Download complete, target: DendriteStub
13332024-08-19T18:00:24.711ZAug 19 18:00:23.837 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13342024-08-19T18:00:25.002ZAug 19 18:00:24.128 INFO Checking that binary works, target: Cockroach
13352024-08-19T18:00:25.152ZAug 19 18:00:24.278 INFO Download complete, target: Cockroach
13362024-08-19T18:00:30.312ZAug 19 18:00:29.437 INFO Checking that binary works, target: Clickhouse
13372024-08-19T18:00:30.483ZAug 19 18:00:29.607 INFO Download complete, target: Clickhouse
13382024-08-19T18:00:30.490ZAll prerequisites installed successfully
13392024-08-19T18:00:30.492Z
13402024-08-19T18:00:30.492Zreal 4:01.181963690
13412024-08-19T18:00:30.492Zuser 11:18.757795389
13422024-08-19T18:00:30.492Zsys 2:24.717787022
13432024-08-19T18:00:30.492Ztrap 0.425248732
13442024-08-19T18:00:30.492Ztflt 0.858960804
13452024-08-19T18:00:30.492Zdflt 1.695768653
13462024-08-19T18:00:30.492Zkflt 0.021821524
13472024-08-19T18:00:30.492Zlock 21:41.781117068
13482024-08-19T18:00:30.492Zslp 44:15.902120085
13492024-08-19T18:00:30.492Zlat 43.822195736
13502024-08-19T18:00:30.492Zstop 1:46.733203783
13512024-08-19T18:00:30.493Z+ ptime -m cargo xtask download softnpu
13522024-08-19T18:00:31.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
13532024-08-19T18:00:31.051Z Running `target/debug/xtask download softnpu`
13542024-08-19T18:00:31.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
13552024-08-19T18:00:31.885Z Running `target/debug/xtask-downloader softnpu`
13562024-08-19T18:00:31.918ZAug 19 18:00:31.042 INFO Starting download, target: Softnpu
13572024-08-19T18:00:31.921ZAug 19 18:00:31.043 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
13582024-08-19T18:00:32.877ZAug 19 18:00:31.999 INFO Download complete, target: Softnpu
13592024-08-19T18:00:32.879Z
13602024-08-19T18:00:32.882Zreal 2.382168346
13612024-08-19T18:00:32.882Zuser 1.191762527
13622024-08-19T18:00:32.882Zsys 0.552513556
13632024-08-19T18:00:32.882Ztrap 0.000858082
13642024-08-19T18:00:32.882Ztflt 0.000021862
13652024-08-19T18:00:32.882Zdflt 0.000028711
13662024-08-19T18:00:32.882Zkflt 0.000000000
13672024-08-19T18:00:32.882Zlock 9.828322029
13682024-08-19T18:00:32.882Zslp 1.076114975
13692024-08-19T18:00:32.882Zlat 0.077167650
13702024-08-19T18:00:32.882Zstop 0.000366180
13712024-08-19T18:00:32.882Z+ export CARGO_INCREMENTAL=0
13722024-08-19T18:00:32.882Z+ CARGO_INCREMENTAL=0
13732024-08-19T18:00:32.882Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
13742024-08-19T18:00:33.790Z Compiling proc-macro2 v1.0.86
13752024-08-19T18:00:33.790Z Compiling unicode-ident v1.0.12
13762024-08-19T18:00:33.793Z Compiling libc v0.2.156
13772024-08-19T18:00:33.793Z Compiling serde v1.0.208
13782024-08-19T18:00:33.793Z Compiling version_check v0.9.5
13792024-08-19T18:00:33.793Z Compiling autocfg v1.3.0
13802024-08-19T18:00:33.793Z Compiling cfg-if v1.0.0
13812024-08-19T18:00:33.793Z Compiling once_cell v1.19.0
13822024-08-19T18:00:34.047Z Compiling typenum v1.17.0
13832024-08-19T18:00:34.071Z Compiling memchr v2.7.2
13842024-08-19T18:00:34.510Z Compiling byteorder v1.5.0
13852024-08-19T18:00:34.625Z Compiling lock_api v0.4.12
13862024-08-19T18:00:34.932Z Compiling generic-array v0.14.7
13872024-08-19T18:00:34.954Z Compiling ahash v0.8.11
13882024-08-19T18:00:34.957Z Compiling serde_json v1.0.125
13892024-08-19T18:00:35.222Z Compiling libm v0.2.8
13902024-08-19T18:00:35.286Z Compiling num-traits v0.2.19
13912024-08-19T18:00:35.289Z Compiling parking_lot_core v0.9.10
13922024-08-19T18:00:35.560Z Compiling quote v1.0.36
13932024-08-19T18:00:35.609Z Compiling thiserror v1.0.63
13942024-08-19T18:00:35.821Z Compiling getrandom v0.2.14
13952024-08-19T18:00:36.053Z Compiling syn v2.0.74
13962024-08-19T18:00:36.151Z Compiling jobserver v0.1.32
13972024-08-19T18:00:36.171Z Compiling scopeguard v1.2.0
13982024-08-19T18:00:36.196Z Compiling log v0.4.21
13992024-08-19T18:00:36.294Z Compiling itoa v1.0.11
14002024-08-19T18:00:36.515Z Compiling cc v1.0.97
14012024-08-19T18:00:36.679Z Compiling allocator-api2 v0.2.18
14022024-08-19T18:00:36.741Z Compiling rand_core v0.6.4
14032024-08-19T18:00:36.836Z Compiling slab v0.4.9
14042024-08-19T18:00:37.173Z Compiling semver v1.0.23
14052024-08-19T18:00:37.196Z Compiling pin-project-lite v0.2.14
14062024-08-19T18:00:37.477Z Compiling ryu v1.0.18
14072024-08-19T18:00:37.740Z Compiling smallvec v1.13.2
14082024-08-19T18:00:37.757Z Compiling equivalent v1.0.1
14092024-08-19T18:00:37.821Z Compiling pkg-config v0.3.30
14102024-08-19T18:00:37.861Z Compiling vcpkg v0.2.15
14112024-08-19T18:00:38.172Z Compiling schemars v0.8.21
14122024-08-19T18:00:38.503Z Compiling spin v0.9.8
14132024-08-19T18:00:38.940Z Compiling signal-hook-registry v1.4.2
14142024-08-19T18:00:39.087Z Compiling subtle v2.5.0
14152024-08-19T18:00:39.499Z Compiling parking_lot v0.12.2
14162024-08-19T18:00:39.606Z Compiling mio v1.0.2
14172024-08-19T18:00:39.829Z Compiling ring v0.17.8
14182024-08-19T18:00:40.290Z Compiling openssl-sys v0.9.103
14192024-08-19T18:00:40.602Z Compiling const-oid v0.9.6
14202024-08-19T18:00:40.983Z Compiling socket2 v0.5.7
14212024-08-19T18:00:41.371Z Compiling syn v1.0.109
14222024-08-19T18:00:41.651Z Compiling heck v0.5.0
14232024-08-19T18:00:41.757Z Compiling httparse v1.8.0
14242024-08-19T18:00:42.085Z Compiling time-core v0.1.2
14252024-08-19T18:00:42.183Z Compiling num-conv v0.1.0
14262024-08-19T18:00:42.285Z Compiling openssl v0.10.66
14272024-08-19T18:00:42.451Z Compiling rustix v0.38.34
14282024-08-19T18:00:42.468Z Compiling time-macros v0.2.18
14292024-08-19T18:00:42.606Z Compiling futures-core v0.3.30
14302024-08-19T18:00:42.853Z Compiling fnv v1.0.7
14312024-08-19T18:00:43.025Z Compiling crossbeam-utils v0.8.19
14322024-08-19T18:00:43.511Z Compiling serde_derive_internals v0.29.1
14332024-08-19T18:00:43.613Z Compiling iana-time-zone v0.1.60
14342024-08-19T18:00:44.306Z Compiling native-tls v0.2.11
14352024-08-19T18:00:44.309Z Compiling tinyvec_macros v0.1.1
14362024-08-19T18:00:44.411Z Compiling rustls v0.21.12
14372024-08-19T18:00:44.578Z Compiling tinyvec v1.6.0
14382024-08-19T18:00:45.235Z Compiling cpufeatures v0.2.12
14392024-08-19T18:00:45.472Z Compiling ucd-trie v0.1.6
14402024-08-19T18:00:45.521Z Compiling futures-sink v0.3.30
14412024-08-19T18:00:45.693Z Compiling backtrace v0.3.71
14422024-08-19T18:00:45.887Z Compiling cookie v0.17.0
14432024-08-19T18:00:45.950Z Compiling unicode-bidi v0.3.15
14442024-08-19T18:00:46.085Z Compiling unicode-normalization v0.1.23
14452024-08-19T18:00:46.135Z Compiling slog v2.7.0
14462024-08-19T18:00:46.595Z Compiling futures-channel v0.3.30
14472024-08-19T18:00:46.852Z Compiling aho-corasick v1.1.3
14482024-08-19T18:00:47.098Z Compiling pin-utils v0.1.0
14492024-08-19T18:00:47.156Z Compiling futures-task v0.3.30
14502024-08-19T18:00:47.156Z Compiling regex-syntax v0.8.4
14512024-08-19T18:00:47.278Z Compiling futures-io v0.3.30
14522024-08-19T18:00:48.427Z Compiling winnow v0.5.40
14532024-08-19T18:00:48.466Z Compiling anyhow v1.0.86
14542024-08-19T18:00:49.008Z Compiling untrusted v0.9.0
14552024-08-19T18:00:49.041Z Compiling serde_derive v1.0.208
14562024-08-19T18:00:49.209Z Compiling zeroize_derive v1.4.2
14572024-08-19T18:00:50.376Z Compiling zerocopy-derive v0.7.34
14582024-08-19T18:00:50.497Z Compiling thiserror-impl v1.0.63
14592024-08-19T18:00:51.184Z Compiling tokio-macros v2.4.0
14602024-08-19T18:00:52.190Z Compiling zeroize v1.7.0
14612024-08-19T18:00:52.258Z Compiling zerocopy v0.7.34
14622024-08-19T18:00:52.825Z Compiling futures-macro v0.3.30
14632024-08-19T18:00:53.862Z Compiling crypto-common v0.1.6
14642024-08-19T18:00:54.066Z Compiling schemars_derive v0.8.21
14652024-08-19T18:00:54.297Z Compiling tracing-attributes v0.1.27
14662024-08-19T18:00:54.404Z Compiling hashbrown v0.14.5
14672024-08-19T18:00:54.637Z Compiling block-buffer v0.10.4
14682024-08-19T18:00:54.800Z Compiling der_derive v0.7.2
14692024-08-19T18:00:54.867Z Compiling digest v0.10.7
14702024-08-19T18:00:55.639Z Compiling openssl-macros v0.1.1
14712024-08-19T18:00:56.222Z Compiling scroll_derive v0.12.0
14722024-08-19T18:00:56.831Z Compiling hmac v0.12.1
14732024-08-19T18:00:56.984Z Compiling block-padding v0.3.3
14742024-08-19T18:00:57.022Z Compiling pest v2.7.10
14752024-08-19T18:00:57.079Z Compiling sha2 v0.10.8
14762024-08-19T18:00:57.198Z Compiling inout v0.1.3
14772024-08-19T18:00:57.415Z Compiling cipher v0.4.4
14782024-08-19T18:00:57.433Z Compiling futures-util v0.3.30
14792024-08-19T18:00:57.449Z Compiling regex-automata v0.4.6
14802024-08-19T18:00:57.873Z Compiling dyn-clone v1.0.17
14812024-08-19T18:00:58.119Z Compiling tracing-core v0.1.32
14822024-08-19T18:01:00.009Z Compiling pest_meta v2.7.10
14832024-08-19T18:01:00.424Z Compiling usdt-impl v0.5.0
14842024-08-19T18:01:00.903Z Compiling rustversion v1.0.17
14852024-08-19T18:01:01.544Z Compiling pest_generator v2.7.10
14862024-08-19T18:01:02.641Z Compiling bytes v1.7.1
14872024-08-19T18:01:04.179Z Compiling indexmap v2.4.0
14882024-08-19T18:01:04.307Z Compiling tokio v1.39.2
14892024-08-19T18:01:04.577Z Compiling bitflags v2.6.0
14902024-08-19T18:01:04.901Z Compiling uuid v1.10.0
14912024-08-19T18:01:05.156Z Compiling serde_tokenstream v0.2.2
14922024-08-19T18:01:05.684Z Compiling chrono v0.4.38
14932024-08-19T18:01:07.473Z Compiling serde_spanned v0.6.7
14942024-08-19T18:01:07.689Z Compiling toml_datetime v0.6.8
14952024-08-19T18:01:07.939Z Compiling http v0.2.12
14962024-08-19T18:01:08.140Z Compiling toml_edit v0.19.15
14972024-08-19T18:01:08.228Z Compiling rustc_version v0.4.0
14982024-08-19T18:01:10.140Z Compiling pest_derive v2.7.10
14992024-08-19T18:01:10.273Z Compiling base64ct v1.6.0
15002024-08-19T18:01:10.850Z Compiling pem-rfc7468 v0.7.0
15012024-08-19T18:01:10.893Z Compiling heapless v0.7.17
15022024-08-19T18:01:11.419Z Compiling tracing v0.1.40
15032024-08-19T18:01:11.442Z Compiling scroll v0.12.0
15042024-08-19T18:01:12.247Z Compiling plain v0.2.3
15052024-08-19T18:01:12.412Z Compiling percent-encoding v2.3.1
15062024-08-19T18:01:12.697Z Compiling ppv-lite86 v0.2.17
15072024-08-19T18:01:13.274Z Compiling heck v0.4.1
15082024-08-19T18:01:13.665Z Compiling flagset v0.4.5
15092024-08-19T18:01:13.889Z Compiling powerfmt v0.2.0
15102024-08-19T18:01:13.932Z Compiling der v0.7.9
15112024-08-19T18:01:14.249Z Compiling deranged v0.3.11
15122024-08-19T18:01:14.389Z Compiling rand_chacha v0.3.1
15132024-08-19T18:01:15.024Z Compiling goblin v0.8.2
15142024-08-19T18:01:16.548Z Compiling regex v1.10.6
15152024-08-19T18:01:16.914Z Compiling salsa20 v0.10.2
15162024-08-19T18:01:17.180Z Compiling pbkdf2 v0.12.2
15172024-08-19T18:01:17.659Z Compiling num_threads v0.1.7
15182024-08-19T18:01:18.077Z Compiling crc32fast v1.4.0
15192024-08-19T18:01:18.102Z Compiling pretty-hex v0.4.1
15202024-08-19T18:01:18.228Z Compiling strsim v0.11.1
15212024-08-19T18:01:18.319Z Compiling time v0.3.36
15222024-08-19T18:01:19.048Z Compiling scrypt v0.11.0
15232024-08-19T18:01:19.296Z Compiling spki v0.7.3
15242024-08-19T18:01:19.567Z Compiling rand v0.8.5
15252024-08-19T18:01:19.676Z Compiling tokio-util v0.7.11
15262024-08-19T18:01:20.916Z Compiling dof v0.3.0
15272024-08-19T18:01:21.093Z Compiling dtrace-parser v0.2.0
15282024-08-19T18:01:21.276Z Compiling aes v0.8.4
15292024-08-19T18:01:21.889Z Compiling cbc v0.1.2
15302024-08-19T18:01:22.129Z Compiling async-trait v0.1.81
15312024-08-19T18:01:22.303Z Compiling socket2 v0.4.10
15322024-08-19T18:01:22.517Z Compiling thread-id v4.2.1
15332024-08-19T18:01:22.676Z Compiling unicode-width v0.1.13
15342024-08-19T18:01:22.804Z Compiling signal-hook v0.3.17
15352024-08-19T18:01:22.888Z Compiling smoltcp v0.9.1
15362024-08-19T18:01:22.905Z Compiling foreign-types-shared v0.1.1
15372024-08-19T18:01:23.016Z Compiling num-bigint-dig v0.8.4
15382024-08-19T18:01:23.322Z Compiling foreign-types v0.3.2
15392024-08-19T18:01:24.232Z Compiling pkcs5 v0.7.1
15402024-08-19T18:01:24.562Z Compiling form_urlencoded v1.2.1
15412024-08-19T18:01:25.302Z Compiling errno v0.3.9
15422024-08-19T18:01:25.360Z Compiling try-lock v0.2.5
15432024-08-19T18:01:25.519Z Compiling adler v1.0.2
15442024-08-19T18:01:25.755Z Compiling siphasher v0.3.11
15452024-08-19T18:01:25.820Z Compiling cfg_aliases v0.1.1
15462024-08-19T18:01:26.140Z Compiling nix v0.28.0
15472024-08-19T18:01:26.365Z Compiling want v0.3.1
15482024-08-19T18:01:26.671Z Compiling miniz_oxide v0.7.2
15492024-08-19T18:01:28.302Z Compiling pkcs8 v0.10.2
15502024-08-19T18:01:28.743Z Compiling sct v0.7.1
15512024-08-19T18:01:28.972Z Compiling rustls-webpki v0.101.7
15522024-08-19T18:01:29.038Z Compiling h2 v0.3.26
15532024-08-19T18:01:30.206Z Compiling http-body v0.4.6
15542024-08-19T18:01:30.833Z Compiling openapiv3 v2.0.0
15552024-08-19T18:01:30.990Z Compiling hubpack_derive v0.1.1
15562024-08-19T18:01:31.254Z Compiling zerocopy-derive v0.6.6
15572024-08-19T18:01:31.569Z Compiling idna v0.5.0
15582024-08-19T18:01:32.802Z Compiling fs-err v2.11.0
15592024-08-19T18:01:33.098Z Compiling gimli v0.28.1
15602024-08-19T18:01:33.165Z Compiling httpdate v1.0.3
15612024-08-19T18:01:33.182Z Compiling finl_unicode v1.2.0
15622024-08-19T18:01:34.584Z Compiling stable_deref_trait v1.2.0
15632024-08-19T18:01:34.600Z Compiling utf8parse v0.2.1
15642024-08-19T18:01:34.698Z Compiling openssl-probe v0.1.5
15652024-08-19T18:01:34.756Z Compiling tower-service v0.3.2
15662024-08-19T18:01:35.020Z Compiling anstyle v1.0.8
15672024-08-19T18:01:35.649Z Compiling anstyle-parse v0.2.4
15682024-08-19T18:01:36.944Z Compiling hyper v0.14.30
15692024-08-19T18:01:37.705Z Compiling addr2line v0.21.0
15702024-08-19T18:01:39.585Z Compiling stringprep v0.1.4
15712024-08-19T18:01:40.592Z Compiling url v2.5.2
15722024-08-19T18:01:46.252Z Compiling usdt-macro v0.5.0
15732024-08-19T18:01:47.667Z Compiling usdt-attr-macro v0.5.0
15742024-08-19T18:01:49.708Z Compiling md-5 v0.10.6
15752024-08-19T18:01:50.484Z Compiling idna v0.3.0
15762024-08-19T18:01:51.996Z Compiling lazy_static v1.5.0
15772024-08-19T18:01:52.166Z Compiling num-integer v0.1.46
15782024-08-19T18:01:52.984Z Compiling object v0.32.2
15792024-08-19T18:01:53.126Z Compiling hash32 v0.2.1
15802024-08-19T18:01:53.220Z Compiling rustc-demangle v0.1.24
15812024-08-19T18:01:53.614Z Compiling anstyle-query v1.0.3
15822024-08-19T18:01:54.033Z Compiling base64 v0.22.1
15832024-08-19T18:01:54.995Z Compiling colorchoice v1.0.1
15842024-08-19T18:01:55.164Z Compiling is_terminal_polyfill v1.70.0
15852024-08-19T18:01:55.294Z Compiling psl-types v2.0.11
15862024-08-19T18:01:55.532Z Compiling fallible-iterator v0.2.0
15872024-08-19T18:01:56.113Z Compiling publicsuffix v2.2.3
15882024-08-19T18:01:56.263Z Compiling postgres-protocol v0.6.7
15892024-08-19T18:01:56.364Z Compiling anstream v0.6.14
15902024-08-19T18:01:58.568Z Compiling num-iter v0.1.45
15912024-08-19T18:01:58.964Z Compiling tokio-rustls v0.24.1
15922024-08-19T18:01:59.728Z Compiling terminal_size v0.3.0
15932024-08-19T18:02:01.344Z Compiling tokio-native-tls v0.3.1
15942024-08-19T18:02:01.633Z Compiling phf_shared v0.11.2
15952024-08-19T18:02:02.163Z Compiling strum_macros v0.25.3
15962024-08-19T18:02:02.328Z Compiling enum-as-inner v0.6.0
15972024-08-19T18:02:03.324Z Compiling regress v0.9.1
15982024-08-19T18:02:04.210Z Compiling serde_repr v0.1.19
15992024-08-19T18:02:04.419Z Compiling clap_derive v4.5.13
16002024-08-19T18:02:05.987Z Compiling ff v0.13.0
16012024-08-19T18:02:08.174Z Compiling encoding_rs v0.8.34
16022024-08-19T18:02:08.704Z Compiling base16ct v0.2.0
16032024-08-19T18:02:09.001Z Compiling either v1.13.0
16042024-08-19T18:02:09.118Z Compiling ipnet v2.9.0
16052024-08-19T18:02:09.467Z Compiling bitflags v1.3.2
16062024-08-19T18:02:09.577Z Compiling managed v0.8.0
16072024-08-19T18:02:10.096Z Compiling base64 v0.21.7
16082024-08-19T18:02:10.394Z Compiling clap_lex v0.7.0
16092024-08-19T18:02:10.840Z Compiling mime v0.3.17
16102024-08-19T18:02:11.267Z Compiling clap_builder v4.5.15
16112024-08-19T18:02:11.452Z Compiling rustls-pemfile v1.0.4
16122024-08-19T18:02:12.252Z Compiling sec1 v0.7.3
16132024-08-19T18:02:12.830Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16142024-08-19T18:02:13.839Z Compiling group v0.13.0
16152024-08-19T18:02:18.845Z Compiling phf v0.11.2
16162024-08-19T18:02:19.055Z Compiling hyper-tls v0.5.0
16172024-08-19T18:02:19.342Z Compiling hyper-rustls v0.24.2
16182024-08-19T18:02:19.389Z Compiling cookie_store v0.20.0
16192024-08-19T18:02:19.671Z Compiling postgres-types v0.2.7
16202024-08-19T18:02:20.015Z Compiling zerocopy v0.6.6
16212024-08-19T18:02:20.850Z Compiling hubpack v0.1.2
16222024-08-19T18:02:20.892Z Compiling pkcs1 v0.7.5
16232024-08-19T18:02:21.031Z Compiling phf_shared v0.10.0
16242024-08-19T18:02:21.292Z Compiling serde_urlencoded v0.7.1
16252024-08-19T18:02:21.796Z Compiling crossbeam-epoch v0.9.18
16262024-08-19T18:02:21.925Z Compiling futures-executor v0.3.30
16272024-08-19T18:02:21.966Z Compiling bstr v1.9.1
16282024-08-19T18:02:22.659Z Compiling hkdf v0.12.4
16292024-08-19T18:02:22.897Z Compiling signature v2.2.0
16302024-08-19T18:02:22.995Z Compiling crypto-bigint v0.5.5
16312024-08-19T18:02:23.132Z Compiling idna v0.4.0
16322024-08-19T18:02:23.363Z Compiling float-cmp v0.9.0
16332024-08-19T18:02:23.560Z Compiling mio v0.8.11
16342024-08-19T18:02:23.584Z Compiling memmap v0.7.0
16352024-08-19T18:02:23.906Z Compiling data-encoding v2.6.0
16362024-08-19T18:02:24.648Z Compiling precomputed-hash v0.1.1
16372024-08-19T18:02:24.737Z Compiling whoami v1.5.1
16382024-08-19T18:02:25.296Z Compiling normalize-line-endings v0.3.0
16392024-08-19T18:02:25.312Z Compiling sync_wrapper v0.1.2
16402024-08-19T18:02:25.332Z Compiling new_debug_unreachable v1.0.6
16412024-08-19T18:02:25.422Z Compiling winnow v0.6.18
16422024-08-19T18:02:25.453Z Compiling static_assertions v1.1.0
16432024-08-19T18:02:25.550Z Compiling unicode-segmentation v1.11.0
16442024-08-19T18:02:25.663Z Compiling bit-vec v0.6.3
16452024-08-19T18:02:26.075Z Compiling webpki-roots v0.25.4
16462024-08-19T18:02:26.241Z Compiling difflib v0.4.0
16472024-08-19T18:02:26.329Z Compiling predicates-core v1.0.6
16482024-08-19T18:02:26.383Z Compiling fixedbitset v0.4.2
16492024-08-19T18:02:26.558Z Compiling minimal-lexical v0.2.1
16502024-08-19T18:02:26.641Z Compiling predicates v3.1.2
16512024-08-19T18:02:26.795Z Compiling petgraph v0.6.5
16522024-08-19T18:02:27.045Z Compiling nom v7.1.3
16532024-08-19T18:02:27.068Z Compiling reqwest v0.11.27
16542024-08-19T18:02:27.413Z Compiling similar v2.6.0
16552024-08-19T18:02:27.522Z Compiling bit-set v0.5.3
16562024-08-19T18:02:28.164Z Compiling elliptic-curve v0.13.8
16572024-08-19T18:02:28.563Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16582024-08-19T18:02:28.914Z Compiling toml_edit v0.22.20
16592024-08-19T18:02:29.171Z Compiling string_cache v0.8.7
16602024-08-19T18:02:29.420Z Compiling tokio-postgres v0.7.11
16612024-08-19T18:02:29.569Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16622024-08-19T18:02:30.674Z Compiling hickory-proto v0.24.1
16632024-08-19T18:02:30.812Z Compiling signal-hook-mio v0.2.4
16642024-08-19T18:02:30.995Z Compiling usdt v0.5.0
16652024-08-19T18:02:33.001Z Compiling rsa v0.9.6
16662024-08-19T18:02:34.476Z Compiling futures v0.3.30
16672024-08-19T18:02:35.080Z Compiling flate2 v1.0.31
16682024-08-19T18:02:36.176Z Compiling clap v4.5.16
16692024-08-19T18:02:36.302Z Compiling itertools v0.12.1
16702024-08-19T18:02:36.575Z Compiling itertools v0.10.5
16712024-08-19T18:02:36.711Z Compiling console v0.15.8
16722024-08-19T18:02:38.098Z Compiling tokio-stream v0.1.15
16732024-08-19T18:02:38.421Z Compiling toml v0.7.8
16742024-08-19T18:02:39.030Z Compiling hex v0.4.3
16752024-08-19T18:02:39.539Z Compiling sha1 v0.10.6
16762024-08-19T18:02:39.660Z Compiling lalrpop-util v0.19.12
16772024-08-19T18:02:39.707Z Compiling peg-runtime v0.8.3
16782024-08-19T18:02:39.954Z Compiling camino v1.1.9
16792024-08-19T18:02:40.146Z Compiling unicode-xid v0.2.4
16802024-08-19T18:02:40.327Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16812024-08-19T18:02:40.619Z Compiling proc-macro-crate v1.3.1
16822024-08-19T18:02:41.368Z Compiling heapless v0.8.0
16832024-08-19T18:02:42.209Z Compiling num_enum_derive v0.5.11
16842024-08-19T18:02:42.919Z Compiling ipnetwork v0.20.0
16852024-08-19T18:02:46.695Z Compiling hash32 v0.3.1
16862024-08-19T18:02:47.081Z Compiling ident_case v1.0.1
16872024-08-19T18:02:47.141Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16882024-08-19T18:02:47.259Z Compiling rustls-pki-types v1.7.0
16892024-08-19T18:02:47.442Z Compiling smoltcp v0.11.0
16902024-08-19T18:02:53.064Z Compiling darling_core v0.20.9
16912024-08-19T18:02:59.418Z Compiling num_enum v0.5.11
16922024-08-19T18:02:59.454Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16932024-08-19T18:02:59.454Z Compiling getopts v0.2.21
16942024-08-19T18:02:59.571Z Compiling dirs-sys-next v0.1.2
16952024-08-19T18:02:59.949Z Compiling proc-macro-error-attr v1.0.4
16962024-08-19T18:03:01.045Z Compiling rustls v0.22.4
16972024-08-19T18:03:01.355Z Compiling embedded-io v0.4.0
16982024-08-19T18:03:01.600Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16992024-08-19T18:03:01.919Z Compiling unsafe-libyaml v0.2.11
17002024-08-19T18:03:02.239Z Compiling cobs v0.2.3
17012024-08-19T18:03:02.674Z Compiling paste v1.0.15
17022024-08-19T18:03:03.406Z Compiling serde_yaml v0.9.34+deprecated
17032024-08-19T18:03:03.753Z Compiling postcard v1.0.8
17042024-08-19T18:03:04.751Z Compiling dirs-next v2.0.0
17052024-08-19T18:03:06.303Z Compiling darling_macro v0.20.9
17062024-08-19T18:03:06.473Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17072024-08-19T18:03:14.864Z Compiling rustls-webpki v0.102.4
17082024-08-19T18:03:22.729Z Compiling strum_macros v0.26.4
17092024-08-19T18:03:23.311Z Compiling foreign-types-macros v0.2.3
17102024-08-19T18:03:23.615Z Compiling structmeta-derive v0.3.0
17112024-08-19T18:03:24.787Z Compiling thread_local v1.1.8
17122024-08-19T18:03:26.270Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17132024-08-19T18:03:26.591Z Compiling multer v3.1.0
17142024-08-19T18:03:26.915Z Compiling proc-macro-error v1.0.4
17152024-08-19T18:03:27.334Z Compiling match_cfg v0.1.0
17162024-08-19T18:03:27.980Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17172024-08-19T18:03:28.147Z Compiling foreign-types-shared v0.3.1
17182024-08-19T18:03:28.608Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17192024-08-19T18:03:28.812Z Compiling slog-async v2.8.0
17202024-08-19T18:03:29.368Z Compiling foreign-types v0.5.0
17212024-08-19T18:03:29.487Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17222024-08-19T18:03:34.310Z Compiling hostname v0.3.1
17232024-08-19T18:03:34.588Z Compiling strum v0.26.3
17242024-08-19T18:03:34.899Z Compiling structmeta v0.3.0
17252024-08-19T18:03:38.586Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17262024-08-19T18:03:41.092Z Compiling darling v0.20.9
17272024-08-19T18:03:41.222Z Compiling term v0.7.0
17282024-08-19T18:03:44.391Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17292024-08-19T18:03:45.867Z Compiling slog-json v2.6.1
17302024-08-19T18:03:46.317Z Compiling tabwriter v1.4.0
17312024-08-19T18:03:47.123Z Compiling crossbeam-channel v0.5.12
17322024-08-19T18:03:48.701Z Compiling http v1.1.0
17332024-08-19T18:03:48.879Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17342024-08-19T18:03:49.428Z Compiling async-stream-impl v0.3.5
17352024-08-19T18:03:49.686Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17362024-08-19T18:03:50.548Z Compiling is-terminal v0.4.12
17372024-08-19T18:03:50.684Z Compiling cstr-argument v0.1.2
17382024-08-19T18:03:50.701Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17392024-08-19T18:03:50.931Z Compiling rayon-core v1.12.1
17402024-08-19T18:03:51.254Z Compiling crucible-workspace-hack v0.1.0
17412024-08-19T18:03:51.551Z Compiling pretty-hex v0.2.1
17422024-08-19T18:03:52.039Z Compiling fastrand v2.1.0
17432024-08-19T18:03:52.183Z Compiling take_mut v0.2.2
17442024-08-19T18:03:52.361Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17452024-08-19T18:03:52.701Z Compiling atomic-waker v1.1.2
17462024-08-19T18:03:52.744Z Compiling tempfile v3.10.1
17472024-08-19T18:03:52.883Z Compiling waitgroup v0.1.2
17482024-08-19T18:03:53.327Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17492024-08-19T18:03:53.673Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17502024-08-19T18:03:53.806Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17512024-08-19T18:03:53.904Z Compiling async-stream v0.3.5
17522024-08-19T18:03:54.229Z Compiling slog-term v2.9.1
17532024-08-19T18:03:54.901Z Compiling slog-bunyan v2.5.0
17542024-08-19T18:03:55.293Z Compiling tokio-rustls v0.25.0
17552024-08-19T18:03:55.769Z Compiling serde_with_macros v3.9.0
17562024-08-19T18:03:55.952Z Compiling parse-display-derive v0.10.0
17572024-08-19T18:03:56.055Z Compiling toml v0.8.19
17582024-08-19T18:03:56.872Z Compiling rustls-pemfile v2.1.3
17592024-08-19T18:03:57.237Z Compiling crossbeam-deque v0.8.5
17602024-08-19T18:03:57.628Z Compiling colored v2.1.0
17612024-08-19T18:03:57.641Z Compiling newtype-uuid v1.1.0
17622024-08-19T18:03:57.815Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17632024-08-19T18:03:57.974Z Compiling serde_path_to_error v0.1.16
17642024-08-19T18:03:58.351Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17652024-08-19T18:03:58.890Z Compiling hostname v0.4.0
17662024-08-19T18:03:59.005Z Compiling instant v0.1.12
17672024-08-19T18:03:59.104Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17682024-08-19T18:03:59.171Z Compiling debug-ignore v1.0.5
17692024-08-19T18:03:59.187Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17702024-08-19T18:03:59.322Z Compiling backoff v0.4.0
17712024-08-19T18:03:59.388Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17722024-08-19T18:03:59.510Z Compiling serde_with v3.9.0
17732024-08-19T18:03:59.868Z Compiling parse-display v0.10.0
17742024-08-19T18:04:01.834Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17752024-08-19T18:04:02.436Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17762024-08-19T18:04:02.858Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17772024-08-19T18:04:03.598Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17782024-08-19T18:04:03.862Z Compiling camino-tempfile v1.1.1
17792024-08-19T18:04:03.944Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
17802024-08-19T18:04:04.437Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17812024-08-19T18:04:04.629Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17822024-08-19T18:04:04.650Z Compiling macaddr v1.0.1
17832024-08-19T18:04:05.291Z Compiling num-derive v0.4.2
17842024-08-19T18:04:05.919Z Compiling sigpipe v0.1.3
17852024-08-19T18:04:06.064Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17862024-08-19T18:04:06.385Z Compiling libefi-sys v0.1.0
17872024-08-19T18:04:06.747Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17882024-08-19T18:04:07.588Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
17892024-08-19T18:04:08.269Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
17902024-08-19T18:04:08.405Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17912024-08-19T18:04:08.431Z Compiling rayon v1.10.0
17922024-08-19T18:04:08.820Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17932024-08-19T18:04:09.117Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17942024-08-19T18:04:10.094Z Compiling smf v0.2.3
17952024-08-19T18:04:11.703Z Compiling bitfield-struct v0.6.1
17962024-08-19T18:04:12.723Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17972024-08-19T18:04:12.769Z Compiling blake3 v1.5.1
17982024-08-19T18:04:13.110Z Compiling ring v0.16.20
17992024-08-19T18:04:13.112Z Compiling portable-atomic v1.6.0
18002024-08-19T18:04:13.844Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18012024-08-19T18:04:14.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18022024-08-19T18:04:14.400Z Compiling xattr v1.3.1
18032024-08-19T18:04:14.465Z Compiling memmap2 v0.9.4
18042024-08-19T18:04:14.604Z Compiling filetime v0.2.24
18052024-08-19T18:04:14.734Z Compiling spin v0.5.2
18062024-08-19T18:04:14.963Z Compiling arrayref v0.3.7
18072024-08-19T18:04:15.007Z Compiling constant_time_eq v0.3.0
18082024-08-19T18:04:15.040Z Compiling untrusted v0.7.1
18092024-08-19T18:04:15.068Z Compiling same-file v1.0.6
18102024-08-19T18:04:15.180Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18112024-08-19T18:04:15.223Z Compiling arrayvec v0.7.4
18122024-08-19T18:04:15.239Z Compiling walkdir v2.5.0
18132024-08-19T18:04:15.311Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18142024-08-19T18:04:15.342Z Compiling tar v0.4.41
18152024-08-19T18:04:16.647Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18162024-08-19T18:04:17.995Z Compiling gethostname v0.5.0
18172024-08-19T18:04:18.199Z Compiling cargo-platform v0.1.8
18182024-08-19T18:04:18.333Z Compiling topological-sort v0.2.2
18192024-08-19T18:04:18.612Z Compiling number_prefix v0.4.0
18202024-08-19T18:04:18.871Z Compiling indicatif v0.17.8
18212024-08-19T18:04:18.952Z Compiling cargo_metadata v0.18.1
18222024-08-19T18:04:24.172Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18232024-08-19T18:04:24.859Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18242024-08-19T18:04:26.058Z Compiling omicron-zone-package v0.11.0
18252024-08-19T18:04:28.281Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18262024-08-19T18:04:48.583Z Finished `release` profile [optimized] target(s) in 4m 15s
18272024-08-19T18:04:48.721Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18282024-08-19T18:04:48.761ZLogging to: /work/oxidecomputer/omicron/out/LOG
18292024-08-19T18:04:48.763ZCreated new build target 'test' and set it as active
18302024-08-19T18:04:48.763Z
18312024-08-19T18:04:48.763Zreal 4:15.803366202
18322024-08-19T18:04:48.763Zuser 28:56.721693919
18332024-08-19T18:04:48.763Zsys 3:38.663408710
18342024-08-19T18:04:48.763Ztrap 0.829423148
18352024-08-19T18:04:48.763Ztflt 2.389569529
18362024-08-19T18:04:48.763Zdflt 0.688403555
18372024-08-19T18:04:48.763Zkflt 0.000476133
18382024-08-19T18:04:48.763Zlock 1:04:29.626504318
18392024-08-19T18:04:48.763Zslp 1:52:11.024693300
18402024-08-19T18:04:48.763Zlat 1:59.217214638
18412024-08-19T18:04:48.763Zstop 3:28.393536616
18422024-08-19T18:04:48.766Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18432024-08-19T18:04:49.710Z Finished `release` profile [optimized] target(s) in 0.90s
18442024-08-19T18:04:49.758Z Running `target/release/omicron-package -t test package`
18452024-08-19T18:04:49.797ZLogging to: /work/oxidecomputer/omicron/out/LOG
18462024-08-19T18:04:50.873Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18472024-08-19T18:04:50.875Z Compiling camino v1.1.9
18482024-08-19T18:04:50.875Z Compiling password-hash v0.5.0
18492024-08-19T18:04:50.875Z Compiling blake2 v0.10.6
18502024-08-19T18:04:50.875Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18512024-08-19T18:04:50.875Z Compiling derive-where v1.2.7
18522024-08-19T18:04:50.875Z Compiling humantime v2.1.0
18532024-08-19T18:04:51.056Z Compiling newline-converter v0.3.0
18542024-08-19T18:04:51.193Z Compiling toml v0.8.19
18552024-08-19T18:04:51.276Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18562024-08-19T18:04:51.694Z Compiling argon2 v0.5.3
18572024-08-19T18:04:51.735Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18582024-08-19T18:04:51.839Z Compiling expectorate v1.1.0
18592024-08-19T18:04:51.953Z Compiling dirs-sys-next v0.1.2
18602024-08-19T18:04:51.974Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18612024-08-19T18:04:52.033Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18622024-08-19T18:04:52.187Z Compiling dirs-next v2.0.0
18632024-08-19T18:04:52.380Z Compiling num-rational v0.4.2
18642024-08-19T18:04:52.460Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18652024-08-19T18:04:52.771Z Compiling num-complex v0.4.6
18662024-08-19T18:04:53.041Z Compiling convert_case v0.4.0
18672024-08-19T18:04:53.106Z Compiling term v0.7.0
18682024-08-19T18:04:53.848Z Compiling derive_more v0.99.18
18692024-08-19T18:04:54.063Z Compiling num v0.4.3
18702024-08-19T18:04:54.167Z Compiling float-ord v0.3.2
18712024-08-19T18:04:54.184Z Compiling prettyplease v0.2.20
18722024-08-19T18:04:54.207Z Compiling is-terminal v0.4.12
18732024-08-19T18:04:54.307Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
18742024-08-19T18:04:54.332Z Compiling semver v0.1.20
18752024-08-19T18:04:54.334Z Compiling home v0.5.9
18762024-08-19T18:04:54.494Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
18772024-08-19T18:04:54.613Z Compiling cookie v0.18.1
18782024-08-19T18:04:54.776Z Compiling rustc_version v0.1.7
18792024-08-19T18:04:54.905Z Compiling highway v1.2.0
18802024-08-19T18:04:54.947Z Compiling rustls-pki-types v1.7.0
18812024-08-19T18:04:55.170Z Compiling newtype_derive v0.1.6
18822024-08-19T18:04:55.717Z Compiling steno v0.4.1
18832024-08-19T18:04:56.329Z Compiling rustls-webpki v0.102.4
18842024-08-19T18:04:58.271Z Compiling rustls v0.22.4
18852024-08-19T18:04:58.298Z Compiling thread_local v1.1.8
18862024-08-19T18:04:58.318Z Compiling slog-dtrace v0.3.0
18872024-08-19T18:04:58.637Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
18882024-08-19T18:04:58.794Z Compiling match_cfg v0.1.0
18892024-08-19T18:04:58.899Z Compiling hostname v0.3.1
18902024-08-19T18:05:00.564Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18912024-08-19T18:05:00.811Z Compiling multer v3.1.0
18922024-08-19T18:05:00.886Z Compiling slog-async v2.8.0
18932024-08-19T18:05:00.961Z Compiling slog-json v2.6.1
18942024-08-19T18:05:01.080Z Compiling crossbeam-channel v0.5.12
18952024-08-19T18:05:01.336Z Compiling http v1.1.0
18962024-08-19T18:05:02.107Z Compiling take_mut v0.2.2
18972024-08-19T18:05:02.286Z Compiling atomic-waker v1.1.2
18982024-08-19T18:05:02.480Z Compiling linked-hash-map v0.5.6
18992024-08-19T18:05:02.912Z Compiling lru-cache v0.1.2
19002024-08-19T18:05:03.622Z Compiling tokio-rustls v0.25.0
19012024-08-19T18:05:04.035Z Compiling waitgroup v0.1.2
19022024-08-19T18:05:04.251Z Compiling slog-bunyan v2.5.0
19032024-08-19T18:05:05.133Z Compiling slog-term v2.9.1
19042024-08-19T18:05:05.879Z Compiling rustls-pemfile v2.1.3
19052024-08-19T18:05:06.271Z Compiling async-stream v0.3.5
19062024-08-19T18:05:06.306Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19072024-08-19T18:05:06.308Z Compiling newtype-uuid v1.1.0
19082024-08-19T18:05:06.376Z Compiling ipnetwork v0.20.0
19092024-08-19T18:05:06.564Z Compiling serde_path_to_error v0.1.16
19102024-08-19T18:05:06.610Z Compiling hostname v0.4.0
19112024-08-19T18:05:06.839Z Compiling instant v0.1.12
19122024-08-19T18:05:06.993Z Compiling debug-ignore v1.0.5
19132024-08-19T18:05:07.148Z Compiling backoff v0.4.0
19142024-08-19T18:05:07.177Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19152024-08-19T18:05:07.510Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19162024-08-19T18:05:07.820Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
19172024-08-19T18:05:07.865Z Compiling parse-display v0.10.0
19182024-08-19T18:05:08.026Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19192024-08-19T18:05:08.206Z Compiling serde_with v3.9.0
19202024-08-19T18:05:08.431Z Compiling strum v0.26.3
19212024-08-19T18:05:08.616Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19222024-08-19T18:05:11.541Z Compiling macaddr v1.0.1
19232024-08-19T18:05:12.167Z Compiling swrite v0.1.0
19242024-08-19T18:05:12.306Z Compiling quick-error v1.2.3
19252024-08-19T18:05:12.324Z Compiling utf-8 v0.7.6
19262024-08-19T18:05:12.470Z Compiling resolv-conf v0.7.0
19272024-08-19T18:05:13.990Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19282024-08-19T18:05:14.063Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
19292024-08-19T18:05:15.193Z Compiling hickory-resolver v0.24.1
19302024-08-19T18:05:15.265Z Compiling rayon-core v1.12.1
19312024-08-19T18:05:15.293Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19322024-08-19T18:05:17.672Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19332024-08-19T18:05:18.755Z Compiling crossbeam-deque v0.8.5
19342024-08-19T18:05:19.114Z Compiling half v2.4.1
19352024-08-19T18:05:19.408Z Compiling termcolor v1.4.1
19362024-08-19T18:05:19.844Z Compiling display-error-chain v0.2.0
19372024-08-19T18:05:20.036Z Compiling same-file v1.0.6
19382024-08-19T18:05:20.293Z Compiling ciborium-io v0.2.2
19392024-08-19T18:05:20.438Z Compiling fastrand v2.1.0
19402024-08-19T18:05:20.481Z Compiling ciborium-ll v0.2.2
19412024-08-19T18:05:20.952Z Compiling tempfile v3.10.1
19422024-08-19T18:05:21.018Z Compiling walkdir v2.5.0
19432024-08-19T18:05:21.681Z Compiling blake3 v1.5.1
19442024-08-19T18:05:21.710Z Compiling ring v0.16.20
19452024-08-19T18:05:22.291Z Compiling rayon v1.10.0
19462024-08-19T18:05:23.025Z Compiling ciborium v0.2.2
19472024-08-19T18:05:24.349Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19482024-08-19T18:05:26.977Z Compiling xattr v1.3.1
19492024-08-19T18:05:27.287Z Compiling filetime v0.2.24
19502024-08-19T18:05:27.607Z Compiling memmap2 v0.9.4
19512024-08-19T18:05:28.039Z Compiling untrusted v0.7.1
19522024-08-19T18:05:28.239Z Compiling cancel-safe-futures v0.1.5
19532024-08-19T18:05:28.545Z Compiling constant_time_eq v0.3.0
19542024-08-19T18:05:28.608Z Compiling arrayvec v0.7.4
19552024-08-19T18:05:28.707Z Compiling arrayref v0.3.7
19562024-08-19T18:05:28.821Z Compiling spin v0.5.2
19572024-08-19T18:05:30.140Z Compiling tar v0.4.41
19582024-08-19T18:05:31.887Z Compiling camino-tempfile v1.1.1
19592024-08-19T18:05:32.280Z Compiling toolchain_find v0.4.0
19602024-08-19T18:05:32.326Z Compiling nibble_vec v0.1.0
19612024-08-19T18:05:32.329Z Compiling atty v0.2.14
19622024-08-19T18:05:32.505Z Compiling glob v0.3.1
19632024-08-19T18:05:32.560Z Compiling topological-sort v0.2.2
19642024-08-19T18:05:32.803Z Compiling maplit v1.0.2
19652024-08-19T18:05:32.841Z Compiling crunchy v0.2.2
19662024-08-19T18:05:32.938Z Compiling radium v0.7.0
19672024-08-19T18:05:33.305Z Compiling endian-type v0.1.2
19682024-08-19T18:05:33.352Z Compiling clang-sys v1.7.0
19692024-08-19T18:05:33.426Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19702024-08-19T18:05:33.449Z Compiling omicron-zone-package v0.11.0
19712024-08-19T18:05:33.524Z Compiling radix_trie v0.2.1
19722024-08-19T18:05:34.007Z Compiling rustfmt-wrapper v0.2.1
19732024-08-19T18:05:34.586Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19742024-08-19T18:05:35.101Z Compiling tungstenite v0.21.0
19752024-08-19T18:05:35.212Z Compiling tiny-keccak v2.0.2
19762024-08-19T18:05:35.528Z Compiling tap v1.0.1
19772024-08-19T18:05:35.718Z Compiling maybe-uninit v2.0.0
19782024-08-19T18:05:36.282Z Compiling tokio-tungstenite v0.21.0
19792024-08-19T18:05:36.922Z Compiling wyz v0.5.1
19802024-08-19T18:05:37.566Z Compiling dsl_auto_type v0.1.2
19812024-08-19T18:05:37.722Z Compiling itertools v0.13.0
19822024-08-19T18:05:37.806Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19832024-08-19T18:05:38.284Z Compiling scheduled-thread-pool v0.2.7
19842024-08-19T18:05:38.949Z Compiling bzip2-sys v0.1.11+1.0.8
19852024-08-19T18:05:39.016Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19862024-08-19T18:05:39.460Z Compiling diesel_table_macro_syntax v0.2.0
19872024-08-19T18:05:39.638Z Compiling crc-catalog v2.4.0
19882024-08-19T18:05:39.811Z Compiling packed_struct v0.10.1
19892024-08-19T18:05:39.865Z Compiling arc-swap v1.7.1
19902024-08-19T18:05:40.100Z Compiling funty v2.0.0
19912024-08-19T18:05:40.270Z Compiling diesel_derives v2.2.2
19922024-08-19T18:05:40.528Z Compiling slog-scope v4.4.0
19932024-08-19T18:05:41.373Z Compiling bitvec v1.0.1
19942024-08-19T18:05:41.480Z Compiling crc v3.2.1
19952024-08-19T18:05:43.429Z Compiling r2d2 v0.8.10
19962024-08-19T18:05:44.351Z Compiling ascii-canvas v3.0.0
19972024-08-19T18:05:44.863Z Compiling packed_struct_codegen v0.10.1
19982024-08-19T18:05:45.923Z Compiling ena v0.14.3
19992024-08-19T18:05:46.352Z Compiling libloading v0.8.3
20002024-08-19T18:05:46.740Z Compiling indexmap v1.9.3
20012024-08-19T18:05:47.057Z Compiling regex-syntax v0.6.29
20022024-08-19T18:05:47.325Z Compiling nodrop v0.1.14
20032024-08-19T18:05:47.464Z Compiling bindgen v0.69.4
20042024-08-19T18:05:47.924Z Compiling diff v0.1.13
20052024-08-19T18:05:48.482Z Compiling array-init v0.0.4
20062024-08-19T18:05:51.566Z Compiling diesel v2.2.2
20072024-08-19T18:05:52.351Z Compiling lalrpop v0.19.12
20082024-08-19T18:05:53.569Z Compiling smallvec v0.6.14
20092024-08-19T18:05:54.048Z Compiling slog-stdlog v4.1.1
20102024-08-19T18:05:54.879Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20112024-08-19T18:05:55.541Z Compiling which v4.4.2
20122024-08-19T18:05:55.991Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20132024-08-19T18:05:56.097Z Compiling cexpr v0.6.0
20142024-08-19T18:05:56.231Z Compiling libsw v3.3.1
20152024-08-19T18:05:56.589Z Compiling lazycell v1.3.0
20162024-08-19T18:05:56.762Z Compiling bitfield v0.14.0
20172024-08-19T18:05:57.092Z Compiling hashbrown v0.12.3
20182024-08-19T18:05:57.690Z Compiling ref-cast v1.0.23
20192024-08-19T18:05:58.188Z Compiling rustc-hash v1.1.0
20202024-08-19T18:05:58.354Z Compiling shlex v1.3.0
20212024-08-19T18:05:58.484Z Compiling linear-map v1.2.0
20222024-08-19T18:05:58.751Z Compiling owo-colors v4.0.0
20232024-08-19T18:06:01.123Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20242024-08-19T18:06:01.583Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20252024-08-19T18:06:02.811Z Compiling slog-envlogger v2.2.0
20262024-08-19T18:06:05.368Z Compiling serde-hex v0.1.0
20272024-08-19T18:06:08.582Z Compiling bzip2 v0.4.4
20282024-08-19T18:06:08.784Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20292024-08-19T18:06:09.038Z Compiling env_logger v0.10.2
20302024-08-19T18:06:09.112Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20312024-08-19T18:06:10.623Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20322024-08-19T18:06:10.953Z Compiling derive_builder_core v0.20.0
20332024-08-19T18:06:12.007Z Compiling x509-cert v0.2.5
20342024-08-19T18:06:12.638Z Compiling ron v0.8.1
20352024-08-19T18:06:13.257Z Compiling headers-core v0.2.0
20362024-08-19T18:06:13.450Z Compiling hashbrown v0.13.2
20372024-08-19T18:06:14.875Z Compiling fxhash v0.2.1
20382024-08-19T18:06:15.097Z Compiling libxml v0.3.3
20392024-08-19T18:06:15.486Z Compiling ref-cast-impl v1.0.23
20402024-08-19T18:06:16.665Z Compiling crc-any v2.5.0
20412024-08-19T18:06:17.632Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20422024-08-19T18:06:18.709Z Compiling polar-core v0.27.3
20432024-08-19T18:06:19.012Z Compiling object v0.30.4
20442024-08-19T18:06:23.453Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20452024-08-19T18:06:25.125Z Compiling headers v0.3.9
20462024-08-19T18:06:26.441Z Compiling derive_builder_macro v0.20.0
20472024-08-19T18:06:27.317Z Compiling samael v0.0.15
20482024-08-19T18:06:28.807Z Compiling zip v0.6.6
20492024-08-19T18:06:28.945Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20502024-08-19T18:06:31.476Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20512024-08-19T18:06:31.774Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20522024-08-19T18:06:31.800Z Compiling strum_macros v0.24.3
20532024-08-19T18:06:31.817Z Compiling async-recursion v1.1.1
20542024-08-19T18:06:31.995Z Compiling unicase v2.7.0
20552024-08-19T18:06:32.359Z Compiling indoc v1.0.9
20562024-08-19T18:06:33.245Z Compiling path-slash v0.1.5
20572024-08-19T18:06:33.487Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20582024-08-19T18:06:36.779Z Compiling derive_builder v0.20.0
20592024-08-19T18:06:37.342Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20602024-08-19T18:06:37.665Z Compiling crossterm v0.28.1
20612024-08-19T18:06:42.004Z Compiling pem v3.0.4
20622024-08-19T18:06:42.326Z Compiling curve25519-dalek v4.1.3
20632024-08-19T18:06:42.749Z Compiling impl-trait-for-tuples v0.2.2
20642024-08-19T18:06:43.533Z Compiling oso-derive v0.27.3
20652024-08-19T18:06:44.161Z Compiling libz-sys v1.1.16
20662024-08-19T18:06:44.486Z Compiling quick-xml v0.31.0
20672024-08-19T18:06:44.825Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
20682024-08-19T18:06:45.148Z Compiling parking_lot_core v0.8.6
20692024-08-19T18:06:45.606Z Compiling keccak v0.1.5
20702024-08-19T18:06:45.981Z Compiling sha3 v0.10.8
20712024-08-19T18:06:46.768Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20722024-08-19T18:06:46.827Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20732024-08-19T18:06:48.463Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20742024-08-19T18:06:48.675Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20752024-08-19T18:06:48.995Z Compiling bb8 v0.8.5
20762024-08-19T18:06:49.585Z Compiling const_format_proc_macros v0.2.32
20772024-08-19T18:06:49.715Z Compiling oso v0.27.3
20782024-08-19T18:06:51.532Z Compiling universal-hash v0.5.1
20792024-08-19T18:06:51.782Z Compiling secrecy v0.8.0
20802024-08-19T18:06:51.998Z Compiling thiserror-impl-no-std v2.0.2
20812024-08-19T18:06:52.072Z Compiling curve25519-dalek-derive v0.1.1
20822024-08-19T18:06:53.487Z Compiling vte_generate_state_changes v0.1.1
20832024-08-19T18:06:54.122Z Compiling buf-list v1.0.3
20842024-08-19T18:06:54.698Z Compiling opaque-debug v0.3.1
20852024-08-19T18:06:54.733Z Compiling thiserror-no-std v2.0.2
20862024-08-19T18:06:54.815Z Compiling poly1305 v0.8.0
20872024-08-19T18:06:54.938Z Compiling vte v0.11.1
20882024-08-19T18:06:56.428Z Compiling const_format v0.2.32
20892024-08-19T18:06:57.764Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20902024-08-19T18:06:59.953Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20912024-08-19T18:07:00.285Z Compiling chacha20 v0.9.1
20922024-08-19T18:07:00.749Z Compiling fd-lock v4.0.2
20932024-08-19T18:07:00.985Z Compiling aead v0.5.2
20942024-08-19T18:07:01.359Z Compiling libgit2-sys v0.17.0+1.8.1
20952024-08-19T18:07:01.417Z Compiling pin-project-internal v1.1.5
20962024-08-19T18:07:02.143Z Compiling bytecount v0.6.8
20972024-08-19T18:07:02.477Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20982024-08-19T18:07:02.843Z Compiling papergrid v0.11.0
20992024-08-19T18:07:04.173Z Compiling pin-project v1.1.5
21002024-08-19T18:07:04.288Z Compiling chacha20poly1305 v0.10.1
21012024-08-19T18:07:04.903Z Compiling parking_lot v0.11.2
21022024-08-19T18:07:06.836Z Compiling vsss-rs v3.3.4
21032024-08-19T18:07:06.964Z Compiling strip-ansi-escapes v0.2.0
21042024-08-19T18:07:07.865Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21052024-08-19T18:07:07.880Z Compiling tabled_derive v0.7.0
21062024-08-19T18:07:10.090Z Compiling crossterm v0.27.0
21072024-08-19T18:07:11.214Z Compiling peg-macros v0.8.4
21082024-08-19T18:07:12.474Z Compiling kstat-rs v0.2.4
21092024-08-19T18:07:13.365Z Compiling snafu-derive v0.8.2
21102024-08-19T18:07:14.203Z Compiling sqlparser_derive v0.2.2
21112024-08-19T18:07:14.457Z Compiling nu-ansi-term v0.50.0
21122024-08-19T18:07:15.238Z Compiling unicode_categories v0.1.1
21132024-08-19T18:07:15.594Z Compiling sqlformat v0.2.4
21142024-08-19T18:07:15.863Z Compiling rustyline v14.0.0
21152024-08-19T18:07:16.538Z Compiling sqlparser v0.45.0
21162024-08-19T18:07:18.045Z Compiling snafu v0.8.2
21172024-08-19T18:07:19.327Z Compiling reedline v0.33.0
21182024-08-19T18:07:25.907Z Compiling peg v0.8.4
21192024-08-19T18:07:26.036Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21202024-08-19T18:07:32.725Z Compiling tabled v0.15.0
21212024-08-19T18:07:41.406Z Compiling sled v0.34.7
21222024-08-19T18:07:41.674Z Compiling mime_guess v2.0.4
21232024-08-19T18:07:42.983Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21242024-08-19T18:07:44.489Z Compiling hickory-client v0.24.1
21252024-08-19T18:07:49.255Z Compiling env_logger v0.9.3
21262024-08-19T18:07:49.579Z Compiling tungstenite v0.20.1
21272024-08-19T18:07:52.647Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21282024-08-19T18:07:53.235Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21292024-08-19T18:07:54.402Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21302024-08-19T18:07:59.139Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21312024-08-19T18:08:02.880Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21322024-08-19T18:08:10.702Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21332024-08-19T18:08:11.098Z Compiling hickory-server v0.24.1
21342024-08-19T18:08:12.817Z Compiling globset v0.4.14
21352024-08-19T18:08:13.825Z Compiling olpc-cjson v0.1.3
21362024-08-19T18:08:14.201Z Compiling bcs v0.1.6
21372024-08-19T18:08:15.066Z Compiling vergen v8.3.2
21382024-08-19T18:08:15.479Z Compiling bitstruct_derive v0.1.0
21392024-08-19T18:08:18.121Z Compiling cargo-platform v0.1.8
21402024-08-19T18:08:18.137Z Compiling serde_plain v1.0.2
21412024-08-19T18:08:18.137Z Compiling nanorand v0.7.0
21422024-08-19T18:08:18.616Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21432024-08-19T18:08:18.775Z Compiling memoffset v0.9.1
21442024-08-19T18:08:19.123Z Compiling typed-path v0.7.1
21452024-08-19T18:08:20.497Z Compiling ascii v1.1.0
21462024-08-19T18:08:21.264Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21472024-08-19T18:08:23.406Z Compiling tough v0.17.1
21482024-08-19T18:08:23.661Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21492024-08-19T18:08:23.769Z Compiling flume v0.11.0
21502024-08-19T18:08:23.945Z Compiling cargo_metadata v0.18.1
21512024-08-19T18:08:24.514Z Compiling bitstruct v0.1.1
21522024-08-19T18:08:24.678Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21532024-08-19T18:08:25.759Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21542024-08-19T18:08:27.224Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21552024-08-19T18:08:27.786Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21562024-08-19T18:08:31.363Z Compiling git2 v0.19.0
21572024-08-19T18:08:37.033Z Compiling tokio-tungstenite v0.20.1
21582024-08-19T18:08:37.684Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21592024-08-19T18:08:38.033Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21602024-08-19T18:08:40.569Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21612024-08-19T18:08:41.745Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21622024-08-19T18:08:43.702Z Compiling libsqlite3-sys v0.28.0
21632024-08-19T18:08:44.244Z Compiling erased-serde v0.3.31
21642024-08-19T18:08:45.970Z Compiling serde_arrays v0.1.0
21652024-08-19T18:08:46.173Z Compiling parse-size v1.0.0
21662024-08-19T18:08:46.480Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21672024-08-19T18:08:48.957Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21682024-08-19T18:08:50.887Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21692024-08-19T18:08:51.651Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21702024-08-19T18:08:51.732Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
21712024-08-19T18:08:52.056Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21722024-08-19T18:08:54.042Z Compiling heck v0.3.3
21732024-08-19T18:08:54.438Z Compiling rand_seeder v0.3.0
21742024-08-19T18:08:54.845Z Compiling castaway v0.2.3
21752024-08-19T18:08:55.051Z Compiling csv-core v0.1.11
21762024-08-19T18:08:55.914Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21772024-08-19T18:08:58.116Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21782024-08-19T18:08:58.437Z Compiling http-range v0.1.5
21792024-08-19T18:08:58.543Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21802024-08-19T18:08:59.004Z Compiling hyper-staticfile v0.9.5
21812024-08-19T18:09:01.969Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21822024-08-19T18:09:02.689Z Compiling csv v1.3.0
21832024-08-19T18:09:04.851Z Compiling compact_str v0.8.0
21842024-08-19T18:09:07.355Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21852024-08-19T18:09:07.488Z Compiling zone_cfg_derive v0.1.2
21862024-08-19T18:09:07.588Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21872024-08-19T18:09:08.414Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21882024-08-19T18:09:08.926Z Compiling nix v0.27.1
21892024-08-19T18:09:10.064Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21902024-08-19T18:09:11.943Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
21912024-08-19T18:09:15.908Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
21922024-08-19T18:09:16.256Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21932024-08-19T18:09:16.589Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21942024-08-19T18:09:16.898Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21952024-08-19T18:09:17.221Z Compiling unicode-truncate v1.0.0
21962024-08-19T18:09:17.514Z Compiling lru v0.12.3
21972024-08-19T18:09:17.904Z Compiling hashlink v0.9.1
21982024-08-19T18:09:18.724Z Compiling serde-big-array v0.5.1
21992024-08-19T18:09:19.001Z Compiling instability v0.3.2
22002024-08-19T18:09:19.312Z Compiling fallible-streaming-iterator v0.1.9
22012024-08-19T18:09:19.608Z Compiling base64 v0.13.1
22022024-08-19T18:09:20.034Z Compiling cassowary v0.3.0
22032024-08-19T18:09:20.380Z Compiling fallible-iterator v0.3.0
22042024-08-19T18:09:21.455Z Compiling rusqlite v0.31.0
22052024-08-19T18:09:23.564Z Compiling ratatui v0.28.0
22062024-08-19T18:09:23.704Z Compiling ron v0.7.1
22072024-08-19T18:09:29.006Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22082024-08-19T18:09:37.590Z Compiling zone v0.1.8
22092024-08-19T18:09:40.991Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22102024-08-19T18:09:43.203Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22112024-08-19T18:09:44.142Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22122024-08-19T18:09:46.574Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22132024-08-19T18:09:49.522Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22142024-08-19T18:09:50.709Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22152024-08-19T18:09:52.302Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22162024-08-19T18:09:52.536Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22172024-08-19T18:09:52.871Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
22182024-08-19T18:09:53.301Z Compiling twox-hash v1.6.3
22192024-08-19T18:09:54.278Z Compiling signal-hook-tokio v0.3.1
22202024-08-19T18:09:54.505Z Compiling yasna v0.5.2
22212024-08-19T18:09:57.929Z Compiling portpicker v0.1.1
22222024-08-19T18:09:57.932Z Compiling unicode-linebreak v0.1.5
22232024-08-19T18:09:58.363Z Compiling smawk v0.3.2
22242024-08-19T18:09:58.496Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22252024-08-19T18:09:58.623Z Compiling textwrap v0.16.1
22262024-08-19T18:09:59.821Z Compiling rcgen v0.12.1
22272024-08-19T18:10:00.437Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22282024-08-19T18:10:09.666Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22292024-08-19T18:10:11.326Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22302024-08-19T18:10:16.371Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22312024-08-19T18:10:17.491Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22322024-08-19T18:10:17.608Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22332024-08-19T18:10:18.029Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22342024-08-19T18:10:18.336Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22352024-08-19T18:10:23.886Z Compiling atomicwrites v0.4.3
22362024-08-19T18:10:24.438Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22372024-08-19T18:10:25.166Z Compiling fatfs v0.3.6
22382024-08-19T18:10:28.052Z Compiling subprocess v0.2.9
22392024-08-19T18:10:29.393Z Compiling rtoolbox v0.0.2
22402024-08-19T18:10:29.815Z Compiling assert_matches v1.5.0
22412024-08-19T18:10:29.937Z Compiling is_ci v1.2.0
22422024-08-19T18:10:30.235Z Compiling supports-color v3.0.0
22432024-08-19T18:10:31.260Z Compiling rpassword v7.3.1
22442024-08-19T18:10:31.723Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22452024-08-19T18:10:32.889Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22462024-08-19T18:10:33.760Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22472024-08-19T18:10:35.861Z Compiling tui-tree-widget v0.22.0
22482024-08-19T18:10:36.312Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22492024-08-19T18:10:36.464Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22502024-08-19T18:10:38.899Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22512024-08-19T18:10:39.238Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22522024-08-19T18:10:40.680Z Compiling uzers v0.11.3
22532024-08-19T18:10:43.372Z Compiling shell-words v1.1.0
22542024-08-19T18:10:43.836Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22552024-08-19T18:10:45.651Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22562024-08-19T18:10:47.623Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22572024-08-19T18:10:49.646Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22582024-08-19T18:11:01.590Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22592024-08-19T18:11:11.052Z Compiling multimap v0.10.0
22602024-08-19T18:13:15.961Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22612024-08-19T18:13:19.204Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22622024-08-19T18:19:58.910Z Finished `release` profile [optimized] target(s) in 15m 08s
22632024-08-19T18:20:45.935Z
22642024-08-19T18:20:45.935Zreal 15:56.874861788
22652024-08-19T18:20:45.935Zuser 1:48:28.807997095
22662024-08-19T18:20:45.935Zsys 5:37.244377076
22672024-08-19T18:20:45.936Ztrap 2.576071282
22682024-08-19T18:20:45.936Ztflt 2.759574376
22692024-08-19T18:20:45.936Zdflt 3.048432435
22702024-08-19T18:20:45.938Zkflt 0.067966658
22712024-08-19T18:20:45.938Zlock 6:33:26.042739070
22722024-08-19T18:20:45.938Zslp 5:39:20.893304014
22732024-08-19T18:20:45.938Zlat 2:45.351536087
22742024-08-19T18:20:45.938Zstop 2:30.680405394
22752024-08-19T18:20:45.938Z+ mapfile -t packages
22762024-08-19T18:20:45.938Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22772024-08-19T18:20:46.918Z Finished `release` profile [optimized] target(s) in 0.93s
22782024-08-19T18:20:46.968Z Running `target/release/omicron-package -t test list-outputs`
22792024-08-19T18:20:47.012ZLogging to: /work/oxidecomputer/omicron/out/LOG
22802024-08-19T18:20:47.015Z+ ptime -m cargo build --locked --release -p xtask
22812024-08-19T18:20:47.622Z Compiling serde v1.0.208
22822024-08-19T18:20:47.624Z Compiling libc v0.2.156
22832024-08-19T18:20:47.625Z Compiling serde_json v1.0.125
22842024-08-19T18:20:47.720Z Compiling syn v2.0.74
22852024-08-19T18:20:47.722Z Compiling usdt-impl v0.5.0
22862024-08-19T18:20:47.739Z Compiling rustix v0.38.34
22872024-08-19T18:20:48.109Z Compiling syn v1.0.109
22882024-08-19T18:20:48.135Z Compiling bitflags v2.6.0
22892024-08-19T18:20:48.218Z Compiling hashbrown v0.14.5
22902024-08-19T18:20:48.239Z Compiling log v0.4.21
22912024-08-19T18:20:48.254Z Compiling fs-err v2.11.0
22922024-08-19T18:20:48.653Z Compiling anyhow v1.0.86
22932024-08-19T18:20:49.157Z Compiling thread-id v4.2.1
22942024-08-19T18:20:49.606Z Compiling indexmap v2.4.0
22952024-08-19T18:20:49.623Z Compiling terminal_size v0.3.0
22962024-08-19T18:20:49.809Z Compiling clap_builder v4.5.15
22972024-08-19T18:20:51.406Z Compiling proc-macro-error v1.0.4
22982024-08-19T18:20:52.765Z Compiling tabled_derive v0.7.0
22992024-08-19T18:20:54.400Z Compiling tabled v0.15.0
23002024-08-19T18:20:55.553Z Compiling serde_derive v1.0.208
23012024-08-19T18:20:56.004Z Compiling thiserror-impl v1.0.63
23022024-08-19T18:20:56.237Z Compiling zerocopy-derive v0.7.34
23032024-08-19T18:20:56.297Z Compiling scroll_derive v0.12.0
23042024-08-19T18:20:57.752Z Compiling scroll v0.12.0
23052024-08-19T18:20:58.271Z Compiling zerocopy v0.7.34
23062024-08-19T18:20:58.882Z Compiling thiserror v1.0.63
23072024-08-19T18:20:59.036Z Compiling pest v2.7.10
23082024-08-19T18:21:00.071Z Compiling goblin v0.8.2
23092024-08-19T18:21:01.997Z Compiling pest_meta v2.7.10
23102024-08-19T18:21:04.063Z Compiling pest_generator v2.7.10
23112024-08-19T18:21:05.910Z Compiling clap_derive v4.5.13
23122024-08-19T18:21:06.052Z Compiling pest_derive v2.7.10
23132024-08-19T18:21:06.852Z Compiling dtrace-parser v0.2.0
23142024-08-19T18:21:10.512Z Compiling toml_datetime v0.6.8
23152024-08-19T18:21:11.187Z Compiling serde_spanned v0.6.7
23162024-08-19T18:21:11.447Z Compiling toml_edit v0.22.20
23172024-08-19T18:21:14.615Z Compiling dof v0.3.0
23182024-08-19T18:21:14.648Z Compiling serde_tokenstream v0.2.2
23192024-08-19T18:21:15.518Z Compiling toml v0.8.19
23202024-08-19T18:21:16.536Z Compiling usdt-macro v0.5.0
23212024-08-19T18:21:17.789Z Compiling usdt-attr-macro v0.5.0
23222024-08-19T18:21:19.176Z Compiling camino v1.1.9
23232024-08-19T18:21:20.558Z Compiling semver v1.0.23
23242024-08-19T18:21:20.774Z Compiling cargo-platform v0.1.8
23252024-08-19T18:21:20.832Z Compiling usdt v0.5.0
23262024-08-19T18:21:21.048Z Compiling cargo_toml v0.20.4
23272024-08-19T18:21:21.861Z Compiling cargo_metadata v0.18.1
23282024-08-19T18:21:22.067Z Compiling clap v4.5.16
23292024-08-19T18:21:22.204Z Compiling macaddr v1.0.1
23302024-08-19T18:21:32.168Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23312024-08-19T18:21:43.147Z Finished `release` profile [optimized] target(s) in 56.06s
23322024-08-19T18:21:43.248Z
23332024-08-19T18:21:43.251Zreal 56.191970845
23342024-08-19T18:21:43.251Zuser 5:39.411412504
23352024-08-19T18:21:43.251Zsys 32.171452666
23362024-08-19T18:21:43.251Ztrap 0.147582262
23372024-08-19T18:21:43.251Ztflt 0.298983515
23382024-08-19T18:21:43.251Zdflt 0.625690243
23392024-08-19T18:21:43.251Zkflt 0.000134352
23402024-08-19T18:21:43.251Zlock 10:49.598595002
23412024-08-19T18:21:43.251Zslp 15:44.218409013
23422024-08-19T18:21:43.251Zlat 13.771085144
23432024-08-19T18:21:43.251Zstop 15.601230385
23442024-08-19T18:21:43.251Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23452024-08-19T18:21:43.251Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23462024-08-19T18:21:43.251Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23472024-08-19T18:21:43.251Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23482024-08-19T18:21:43.251Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23492024-08-19T18:21:43.831Z Downloading crates ...
23502024-08-19T18:21:44.077Z Downloaded dirs v5.0.1
23512024-08-19T18:21:44.093Z Downloaded ed25519-dalek v2.1.1
23522024-08-19T18:21:44.098Z Downloaded russh-cryptovec v0.7.2
23532024-08-19T18:21:44.106Z Downloaded md5 v0.7.0
23542024-08-19T18:21:44.109Z Downloaded option-ext v0.2.0
23552024-08-19T18:21:44.112Z Downloaded dhcproto-macros v0.1.0
23562024-08-19T18:21:44.117Z Downloaded pbkdf2 v0.11.0
23572024-08-19T18:21:44.120Z Downloaded rfc6979 v0.4.0
23582024-08-19T18:21:44.120Z Downloaded ssh-cipher v0.2.0
23592024-08-19T18:21:44.122Z Downloaded internet-checksum v0.2.1
23602024-08-19T18:21:44.122Z Downloaded ghash v0.5.1
23612024-08-19T18:21:44.122Z Downloaded hex-literal v0.4.1
23622024-08-19T18:21:44.122Z Downloaded blowfish v0.9.1
23632024-08-19T18:21:44.125Z Downloaded ed25519 v2.2.3
23642024-08-19T18:21:44.129Z Downloaded ecdsa v0.16.9
23652024-08-19T18:21:44.129Z Downloaded ssh-encoding v0.2.0
23662024-08-19T18:21:44.132Z Downloaded polyval v0.6.2
23672024-08-19T18:21:44.132Z Downloaded bcrypt-pbkdf v0.10.0
23682024-08-19T18:21:44.136Z Downloaded dirs-sys v0.4.1
23692024-08-19T18:21:44.138Z Downloaded primeorder v0.13.6
23702024-08-19T18:21:44.141Z Downloaded p256 v0.13.2
23712024-08-19T18:21:44.146Z Downloaded password-hash v0.4.2
23722024-08-19T18:21:44.149Z Downloaded russh-keys v0.44.0
23732024-08-19T18:21:44.157Z Downloaded dhcproto v0.12.0
23742024-08-19T18:21:44.174Z Downloaded num-bigint v0.4.5
23752024-08-19T18:21:44.179Z Downloaded russh v0.44.1
23762024-08-19T18:21:44.183Z Downloaded ssh-key v0.6.6
23772024-08-19T18:21:44.190Z Downloaded p521 v0.13.3
23782024-08-19T18:21:44.194Z Downloaded aes-gcm v0.10.3
23792024-08-19T18:21:44.197Z Downloaded p384 v0.13.0
23802024-08-19T18:21:44.349Z Compiling regress v0.9.1
23812024-08-19T18:21:44.463Z Compiling getopts v0.2.21
23822024-08-19T18:21:44.466Z Compiling unsafe-libyaml v0.2.11
23832024-08-19T18:21:44.466Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23842024-08-19T18:21:44.466Z Compiling http v1.1.0
23852024-08-19T18:21:44.487Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23862024-08-19T18:21:44.528Z Compiling match_cfg v0.1.0
23872024-08-19T18:21:44.531Z Compiling toml v0.8.19
23882024-08-19T18:21:44.622Z Compiling hostname v0.3.1
23892024-08-19T18:21:44.860Z Compiling rustls-pki-types v1.7.0
23902024-08-19T18:21:44.910Z Compiling rustls v0.22.4
23912024-08-19T18:21:44.939Z Compiling paste v1.0.15
23922024-08-19T18:21:45.217Z Compiling ident_case v1.0.1
23932024-08-19T18:21:45.414Z Compiling darling_core v0.20.9
23942024-08-19T18:21:45.432Z Compiling rustls-webpki v0.102.4
23952024-08-19T18:21:45.633Z Compiling ipnetwork v0.20.0
23962024-08-19T18:21:45.682Z Compiling multer v3.1.0
23972024-08-19T18:21:45.995Z Compiling serde_yaml v0.9.34+deprecated
23982024-08-19T18:21:46.552Z Compiling slog-json v2.6.1
23992024-08-19T18:21:46.952Z Compiling async-stream-impl v0.3.5
24002024-08-19T18:21:47.023Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24012024-08-19T18:21:47.342Z Compiling instant v0.1.12
24022024-08-19T18:21:47.513Z Compiling debug-ignore v1.0.5
24032024-08-19T18:21:47.600Z Compiling atomic-waker v1.1.2
24042024-08-19T18:21:47.686Z Compiling slog-bunyan v2.5.0
24052024-08-19T18:21:47.734Z Compiling waitgroup v0.1.2
24062024-08-19T18:21:47.909Z Compiling rustls-pemfile v2.1.3
24072024-08-19T18:21:47.990Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24082024-08-19T18:21:48.386Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24092024-08-19T18:21:48.423Z Compiling async-stream v0.3.5
24102024-08-19T18:21:48.748Z Compiling serde_path_to_error v0.1.16
24112024-08-19T18:21:48.921Z Compiling hostname v0.4.0
24122024-08-19T18:21:49.200Z Compiling structmeta-derive v0.3.0
24132024-08-19T18:21:49.619Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24142024-08-19T18:21:49.645Z Compiling newtype-uuid v1.1.0
24152024-08-19T18:21:49.955Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24162024-08-19T18:21:50.377Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24172024-08-19T18:21:50.401Z Compiling backoff v0.4.0
24182024-08-19T18:21:50.721Z Compiling tokio-rustls v0.25.0
24192024-08-19T18:21:50.726Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24202024-08-19T18:21:50.743Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212024-08-19T18:21:50.939Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24222024-08-19T18:21:51.119Z Compiling macaddr v1.0.1
24232024-08-19T18:21:51.152Z Compiling proc-macro-crate v1.3.1
24242024-08-19T18:21:51.515Z Compiling fastrand v2.1.0
24252024-08-19T18:21:51.577Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24262024-08-19T18:21:51.986Z Compiling tempfile v3.10.1
24272024-08-19T18:21:52.062Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24282024-08-19T18:21:52.235Z Compiling num_enum_derive v0.5.11
24292024-08-19T18:21:52.304Z Compiling structmeta v0.3.0
24302024-08-19T18:21:52.404Z Compiling foreign-types-macros v0.2.3
24312024-08-19T18:21:52.529Z Compiling darling_macro v0.20.9
24322024-08-19T18:21:52.750Z Compiling parse-display-derive v0.10.0
24332024-08-19T18:21:52.848Z Compiling foreign-types-shared v0.3.1
24342024-08-19T18:21:52.976Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24352024-08-19T18:21:53.281Z Compiling heapless v0.8.0
24362024-08-19T18:21:53.517Z Compiling darling v0.20.9
24372024-08-19T18:21:53.648Z Compiling serde_with_macros v3.9.0
24382024-08-19T18:21:53.784Z Compiling foreign-types v0.5.0
24392024-08-19T18:21:53.943Z Compiling proc-macro-error v1.0.4
24402024-08-19T18:21:54.565Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24412024-08-19T18:21:54.666Z Compiling hash32 v0.3.1
24422024-08-19T18:21:54.941Z Compiling cstr-argument v0.1.2
24432024-08-19T18:21:54.961Z Compiling num_enum v0.5.11
24442024-08-19T18:21:55.126Z Compiling smoltcp v0.11.0
24452024-08-19T18:21:55.213Z Compiling pretty-hex v0.2.1
24462024-08-19T18:21:55.404Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24472024-08-19T18:21:55.656Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24482024-08-19T18:21:55.949Z Compiling camino-tempfile v1.1.1
24492024-08-19T18:21:56.275Z Compiling tabwriter v1.4.0
24502024-08-19T18:21:56.397Z Compiling colored v2.1.0
24512024-08-19T18:21:56.613Z Compiling serde_with v3.9.0
24522024-08-19T18:21:56.711Z Compiling cobs v0.2.3
24532024-08-19T18:21:56.778Z Compiling embedded-io v0.4.0
24542024-08-19T18:21:57.009Z Compiling postcard v1.0.8
24552024-08-19T18:21:57.012Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24562024-08-19T18:21:57.196Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24572024-08-19T18:21:57.358Z Compiling crucible-workspace-hack v0.1.0
24582024-08-19T18:21:57.480Z Compiling parse-display v0.10.0
24592024-08-19T18:21:57.505Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24602024-08-19T18:21:57.732Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24612024-08-19T18:21:57.989Z Compiling smf v0.2.3
24622024-08-19T18:21:58.078Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24632024-08-19T18:21:58.437Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24642024-08-19T18:21:58.453Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24652024-08-19T18:21:58.950Z Compiling num-derive v0.4.2
24662024-08-19T18:21:59.467Z Compiling sigpipe v0.1.3
24672024-08-19T18:21:59.595Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24682024-08-19T18:21:59.929Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692024-08-19T18:21:59.999Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24702024-08-19T18:22:00.535Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24712024-08-19T18:22:01.083Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24722024-08-19T18:22:01.366Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24732024-08-19T18:22:01.545Z Compiling universal-hash v0.5.1
24742024-08-19T18:22:01.578Z Compiling opaque-debug v0.3.1
24752024-08-19T18:22:01.627Z Compiling utf-8 v0.7.6
24762024-08-19T18:22:01.679Z Compiling num-rational v0.4.2
24772024-08-19T18:22:01.759Z Compiling curve25519-dalek v4.1.3
24782024-08-19T18:22:01.779Z Compiling num-complex v0.4.6
24792024-08-19T18:22:02.040Z Compiling humantime v2.1.0
24802024-08-19T18:22:02.198Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24812024-08-19T18:22:02.317Z Compiling password-hash v0.5.0
24822024-08-19T18:22:02.550Z Compiling blake2 v0.10.6
24832024-08-19T18:22:02.608Z Compiling aead v0.5.2
24842024-08-19T18:22:02.623Z Compiling curve25519-dalek-derive v0.1.1
24852024-08-19T18:22:02.873Z Compiling num v0.4.3
24862024-08-19T18:22:02.998Z Compiling float-ord v0.3.2
24872024-08-19T18:22:03.015Z Compiling poly1305 v0.8.0
24882024-08-19T18:22:03.169Z Compiling argon2 v0.5.3
24892024-08-19T18:22:03.326Z Compiling chacha20 v0.9.1
24902024-08-19T18:22:03.495Z Compiling semver v0.1.20
24912024-08-19T18:22:03.784Z Compiling convert_case v0.4.0
24922024-08-19T18:22:04.115Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24932024-08-19T18:22:04.163Z Compiling rustc_version v0.1.7
24942024-08-19T18:22:04.384Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24952024-08-19T18:22:04.690Z Compiling tungstenite v0.21.0
24962024-08-19T18:22:04.781Z Compiling newline-converter v0.3.0
24972024-08-19T18:22:04.801Z Compiling derive_more v0.99.18
24982024-08-19T18:22:04.818Z Compiling atty v0.2.14
24992024-08-19T18:22:04.946Z Compiling rayon-core v1.12.1
25002024-08-19T18:22:04.966Z Compiling same-file v1.0.6
25012024-08-19T18:22:05.292Z Compiling walkdir v2.5.0
25022024-08-19T18:22:05.309Z Compiling expectorate v1.1.0
25032024-08-19T18:22:05.450Z Compiling newtype_derive v0.1.6
25042024-08-19T18:22:05.496Z Compiling crossbeam-deque v0.8.5
25052024-08-19T18:22:05.783Z Compiling tokio-tungstenite v0.21.0
25062024-08-19T18:22:05.864Z Compiling keccak v0.1.5
25072024-08-19T18:22:05.953Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25082024-08-19T18:22:06.061Z Compiling prettyplease v0.2.20
25092024-08-19T18:22:06.324Z Compiling sha3 v0.10.8
25102024-08-19T18:22:06.875Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25112024-08-19T18:22:06.892Z Compiling thiserror-impl-no-std v2.0.2
25122024-08-19T18:22:06.933Z Compiling secrecy v0.8.0
25132024-08-19T18:22:06.970Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25142024-08-19T18:22:07.211Z Compiling ring v0.16.20
25152024-08-19T18:22:07.216Z Compiling blake3 v1.5.1
25162024-08-19T18:22:07.350Z Compiling derive-where v1.2.7
25172024-08-19T18:22:07.944Z Compiling cookie v0.18.1
25182024-08-19T18:22:08.262Z Compiling half v2.4.1
25192024-08-19T18:22:08.283Z Compiling unicase v2.7.0
25202024-08-19T18:22:08.399Z Compiling ciborium-io v0.2.2
25212024-08-19T18:22:08.544Z Compiling termcolor v1.4.1
25222024-08-19T18:22:08.606Z Compiling linked-hash-map v0.5.6
25232024-08-19T18:22:08.820Z Compiling quick-error v1.2.3
25242024-08-19T18:22:08.981Z Compiling arc-swap v1.7.1
25252024-08-19T18:22:09.002Z Compiling lru-cache v0.1.2
25262024-08-19T18:22:09.217Z Compiling env_logger v0.9.3
25272024-08-19T18:22:09.454Z Compiling slog-scope v4.4.0
25282024-08-19T18:22:09.638Z Compiling resolv-conf v0.7.0
25292024-08-19T18:22:10.013Z Compiling ciborium-ll v0.2.2
25302024-08-19T18:22:10.210Z Compiling thiserror-no-std v2.0.2
25312024-08-19T18:22:10.549Z Compiling rayon v1.10.0
25322024-08-19T18:22:10.578Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25332024-08-19T18:22:10.992Z Compiling polyval v0.6.2
25342024-08-19T18:22:11.152Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25352024-08-19T18:22:11.415Z Compiling rfc6979 v0.4.0
25362024-08-19T18:22:11.478Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25372024-08-19T18:22:11.614Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25382024-08-19T18:22:11.634Z Compiling bitstruct_derive v0.1.0
25392024-08-19T18:22:11.642Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25402024-08-19T18:22:11.803Z Compiling memmap2 v0.9.4
25412024-08-19T18:22:12.229Z Compiling arrayref v0.3.7
25422024-08-19T18:22:12.321Z Compiling highway v1.2.0
25432024-08-19T18:22:12.347Z Compiling ascii v1.1.0
25442024-08-19T18:22:12.604Z Compiling home v0.5.9
25452024-08-19T18:22:12.897Z Compiling untrusted v0.7.1
25462024-08-19T18:22:13.041Z Compiling arrayvec v0.7.4
25472024-08-19T18:22:13.061Z Compiling spin v0.5.2
25482024-08-19T18:22:17.341Z Compiling libefi-sys v0.1.0
25492024-08-19T18:22:17.341Z Compiling parking_lot_core v0.8.6
25502024-08-19T18:22:17.341Z Compiling constant_time_eq v0.3.0
25512024-08-19T18:22:17.341Z Compiling bitstruct v0.1.1
25522024-08-19T18:22:17.341Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25532024-08-19T18:22:17.341Z Compiling toolchain_find v0.4.0
25542024-08-19T18:22:17.341Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25552024-08-19T18:22:17.341Z Compiling ecdsa v0.16.9
25562024-08-19T18:22:17.341Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25572024-08-19T18:22:17.341Z Compiling ghash v0.5.1
25582024-08-19T18:22:17.342Z Compiling steno v0.4.1
25592024-08-19T18:22:17.342Z Compiling ciborium v0.2.2
25602024-08-19T18:22:17.342Z Compiling vsss-rs v3.3.4
25612024-08-19T18:22:17.428Z Compiling hickory-resolver v0.24.1
25622024-08-19T18:22:17.428Z Compiling slog-stdlog v4.1.1
25632024-08-19T18:22:17.428Z Compiling chacha20poly1305 v0.10.1
25642024-08-19T18:22:17.428Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25652024-08-19T18:22:17.428Z Compiling primeorder v0.13.6
25662024-08-19T18:22:17.428Z Compiling ctr v0.9.2
25672024-08-19T18:22:17.428Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25682024-08-19T18:22:17.428Z Compiling erased-serde v0.3.31
25692024-08-19T18:22:17.429Z Compiling serde_arrays v0.1.0
25702024-08-19T18:22:17.429Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25712024-08-19T18:22:17.429Z Compiling bitfield-struct v0.6.1
25722024-08-19T18:22:17.429Z Compiling slog-dtrace v0.3.0
25732024-08-19T18:22:17.465Z Compiling topological-sort v0.2.2
25742024-08-19T18:22:17.592Z Compiling cancel-safe-futures v0.1.5
25752024-08-19T18:22:17.684Z Compiling omicron-zone-package v0.11.0
25762024-08-19T18:22:18.213Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25772024-08-19T18:22:18.419Z Compiling aes-gcm v0.10.3
25782024-08-19T18:22:18.678Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792024-08-19T18:22:18.712Z Compiling slog-envlogger v2.2.0
25802024-08-19T18:22:19.449Z Compiling mime_guess v2.0.4
25812024-08-19T18:22:19.468Z Compiling rustfmt-wrapper v0.2.1
25822024-08-19T18:22:19.824Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25832024-08-19T18:22:20.183Z Compiling tungstenite v0.20.1
25842024-08-19T18:22:20.487Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25852024-08-19T18:22:20.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25862024-08-19T18:22:21.222Z Compiling heck v0.3.3
25872024-08-19T18:22:21.685Z Compiling ed25519 v2.2.3
25882024-08-19T18:22:21.706Z Compiling ssh-encoding v0.2.0
25892024-08-19T18:22:22.015Z Compiling blowfish v0.9.1
25902024-08-19T18:22:22.031Z Compiling nibble_vec v0.1.0
25912024-08-19T18:22:22.247Z Compiling option-ext v0.2.0
25922024-08-19T18:22:22.263Z Compiling endian-type v0.1.2
25932024-08-19T18:22:22.298Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25942024-08-19T18:22:22.381Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25952024-08-19T18:22:22.432Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962024-08-19T18:22:22.451Z Compiling radix_trie v0.2.1
25972024-08-19T18:22:22.497Z Compiling dirs-sys v0.4.1
25982024-08-19T18:22:22.757Z Compiling bcrypt-pbkdf v0.10.0
25992024-08-19T18:22:23.201Z Compiling ssh-cipher v0.2.0
26002024-08-19T18:22:23.232Z Compiling ed25519-dalek v2.1.1
26012024-08-19T18:22:23.431Z Compiling zone_cfg_derive v0.1.2
26022024-08-19T18:22:23.459Z Compiling tokio-tungstenite v0.20.1
26032024-08-19T18:22:24.045Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26042024-08-19T18:22:24.190Z Compiling parking_lot v0.11.2
26052024-08-19T18:22:24.445Z Compiling gethostname v0.5.0
26062024-08-19T18:22:24.673Z Compiling password-hash v0.4.2
26072024-08-19T18:22:24.930Z Compiling libsw v3.3.1
26082024-08-19T18:22:24.950Z Compiling fxhash v0.2.1
26092024-08-19T18:22:24.979Z Compiling owo-colors v4.0.0
26102024-08-19T18:22:25.009Z Compiling base64 v0.13.1
26112024-08-19T18:22:25.131Z Compiling linear-map v1.2.0
26122024-08-19T18:22:25.162Z Compiling matches v0.1.10
26132024-08-19T18:22:25.234Z Compiling pbkdf2 v0.11.0
26142024-08-19T18:22:25.274Z Compiling idna v0.2.3
26152024-08-19T18:22:25.516Z Compiling ron v0.7.1
26162024-08-19T18:22:25.606Z Compiling sled v0.34.7
26172024-08-19T18:22:25.625Z Compiling zone v0.1.8
26182024-08-19T18:22:26.632Z Compiling ssh-key v0.6.6
26192024-08-19T18:22:26.914Z Compiling hickory-client v0.24.1
26202024-08-19T18:22:27.261Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26212024-08-19T18:22:27.963Z Compiling dirs v5.0.1
26222024-08-19T18:22:28.186Z Compiling p521 v0.13.3
26232024-08-19T18:22:28.395Z Compiling p384 v0.13.0
26242024-08-19T18:22:29.998Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26252024-08-19T18:22:30.439Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26262024-08-19T18:22:30.620Z Compiling p256 v0.13.2
26272024-08-19T18:22:31.128Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26282024-08-19T18:22:31.166Z Compiling hickory-server v0.24.1
26292024-08-19T18:22:31.275Z Compiling pem v3.0.4
26302024-08-19T18:22:31.493Z Compiling enum-as-inner v0.5.1
26312024-08-19T18:22:31.557Z Compiling yasna v0.5.2
26322024-08-19T18:22:32.103Z Compiling portpicker v0.1.1
26332024-08-19T18:22:32.479Z Compiling headers-core v0.2.0
26342024-08-19T18:22:32.587Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26352024-08-19T18:22:32.661Z Compiling kstat-rs v0.2.4
26362024-08-19T18:22:32.994Z Compiling nanorand v0.7.0
26372024-08-19T18:22:33.194Z Compiling russh-cryptovec v0.7.2
26382024-08-19T18:22:33.296Z Compiling md5 v0.7.0
26392024-08-19T18:22:33.349Z Compiling http-range v0.1.5
26402024-08-19T18:22:33.507Z Compiling glob v0.3.1
26412024-08-19T18:22:33.596Z Compiling russh-keys v0.44.0
26422024-08-19T18:22:33.717Z Compiling hyper-staticfile v0.9.5
26432024-08-19T18:22:33.806Z Compiling flume v0.11.0
26442024-08-19T18:22:34.519Z Compiling headers v0.3.9
26452024-08-19T18:22:34.546Z Compiling trust-dns-proto v0.22.0
26462024-08-19T18:22:34.716Z Compiling rcgen v0.12.1
26472024-08-19T18:22:35.805Z Compiling atomicwrites v0.4.3
26482024-08-19T18:22:36.185Z Compiling num-bigint v0.4.5
26492024-08-19T18:22:36.532Z Compiling itertools v0.13.0
26502024-08-19T18:22:36.999Z Compiling subprocess v0.2.9
26512024-08-19T18:22:37.156Z Compiling hex-literal v0.4.1
26522024-08-19T18:22:37.334Z Compiling display-error-chain v0.2.0
26532024-08-19T18:22:37.513Z Compiling dhcproto-macros v0.1.0
26542024-08-19T18:22:37.856Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26552024-08-19T18:22:37.961Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26562024-08-19T18:22:38.204Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26572024-08-19T18:22:38.377Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26582024-08-19T18:22:38.554Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592024-08-19T18:22:39.026Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26602024-08-19T18:22:39.864Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26612024-08-19T18:22:40.462Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26622024-08-19T18:22:42.899Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26632024-08-19T18:22:44.375Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26642024-08-19T18:22:45.191Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26652024-08-19T18:22:46.086Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26662024-08-19T18:22:46.122Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26672024-08-19T18:22:46.942Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26682024-08-19T18:22:47.660Z Compiling russh v0.44.1
26692024-08-19T18:22:47.800Z Compiling dhcproto v0.12.0
26702024-08-19T18:22:51.001Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26712024-08-19T18:22:51.373Z Compiling internet-checksum v0.2.1
26722024-08-19T18:22:55.227Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26732024-08-19T18:22:55.249Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26742024-08-19T18:22:55.533Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752024-08-19T18:22:56.336Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26762024-08-19T18:22:58.260Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26772024-08-19T18:22:59.000Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26782024-08-19T18:22:59.241Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26792024-08-19T18:22:59.640Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26802024-08-19T18:23:01.260Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26812024-08-19T18:23:02.943Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26822024-08-19T18:23:03.137Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26832024-08-19T18:23:03.537Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26842024-08-19T18:23:04.294Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26852024-08-19T18:23:05.167Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26862024-08-19T18:23:07.996Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26872024-08-19T18:23:08.345Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26882024-08-19T18:23:08.801Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26892024-08-19T18:23:11.946Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902024-08-19T18:23:14.060Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26912024-08-19T18:23:14.896Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922024-08-19T18:23:16.765Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26932024-08-19T18:23:18.712Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26942024-08-19T18:23:25.401Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26952024-08-19T18:23:25.401Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26962024-08-19T18:23:27.249Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26972024-08-19T18:23:45.119Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
26982024-08-19T18:24:17.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
26992024-08-19T18:24:17.443Z
27002024-08-19T18:24:17.443Zreal 2:34.108276455
27012024-08-19T18:24:17.443Zuser 12:43.594265070
27022024-08-19T18:24:17.443Zsys 2:39.691188107
27032024-08-19T18:24:17.443Ztrap 0.347526706
27042024-08-19T18:24:17.447Ztflt 0.690977825
27052024-08-19T18:24:17.447Zdflt 1.611150155
27062024-08-19T18:24:17.447Zkflt 0.000000000
27072024-08-19T18:24:17.447Zlock 26:40.517440503
27082024-08-19T18:24:17.447Zslp 47:43.765762736
27092024-08-19T18:24:17.447Zlat 41.767692869
27102024-08-19T18:24:17.447Zstop 1:34.055302716
27112024-08-19T18:24:17.448Z+ mkdir tests
27122024-08-19T18:24:17.448Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27132024-08-19T18:24:17.450Z+ xargs -I '{}' -t cp '{}' tests/
27142024-08-19T18:24:17.488Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ceb6a591372c05a5 tests/
27152024-08-19T18:24:17.513Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-421f7fbc9c5089ef tests/
27162024-08-19T18:24:17.541Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ef2a78946683cc54 tests/
27172024-08-19T18:24:17.561Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-647b1e20ff4b3679 tests/
27182024-08-19T18:24:17.723Z+ files=(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/*)
27192024-08-19T18:24:17.726Z+ ptime -m tar cvzf /work/package.tar.gz 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-ef2a78946683cc54 tests/commtest-421f7fbc9c5089ef tests/dhcp_server-ceb6a591372c05a5 tests/end_to_end_tests-647b1e20ff4b3679 out/clickhouse.tar.gz out/clickhouse_keeper.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
27202024-08-19T18:25:14.156ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27212024-08-19T18:25:14.157Za out/target/test 1K
27222024-08-19T18:25:14.157Za out/npuzone/npuzone 23144K
27232024-08-19T18:25:14.157Za package-manifest.toml 30K
27242024-08-19T18:25:14.157Za smf/sled-agent/non-gimlet/config.toml 4K
27252024-08-19T18:25:14.157Za target/release/omicron-package 32265K
27262024-08-19T18:25:14.157Za target/release/xtask 11627K
27272024-08-19T18:25:14.157Za target/debug/bootstrap 190952K
27282024-08-19T18:25:14.157Za tests/bootstrap-ef2a78946683cc54 23739K
27292024-08-19T18:25:14.157Za tests/commtest-421f7fbc9c5089ef 23966K
27302024-08-19T18:25:14.157Za tests/dhcp_server-ceb6a591372c05a5 23739K
27312024-08-19T18:25:14.157Za tests/end_to_end_tests-647b1e20ff4b3679 203840K
27322024-08-19T18:25:14.157Za out/clickhouse.tar.gz 232410K
27332024-08-19T18:25:14.157Za out/clickhouse_keeper.tar.gz 232375K
27342024-08-19T18:25:14.157Za out/cockroachdb.tar.gz 131902K
27352024-08-19T18:25:14.157Za out/crucible-dtrace.tar 84K
27362024-08-19T18:25:14.157Za out/crucible-pantry-zone.tar.gz 27821K
27372024-08-19T18:25:14.157Za out/crucible-zone.tar.gz 38137K
27382024-08-19T18:25:14.157Za out/external-dns.tar.gz 24922K
27392024-08-19T18:25:14.157Za out/internal-dns.tar.gz 24921K
27402024-08-19T18:25:14.157Za out/mg-ddm-gz.tar 61944K
27412024-08-19T18:25:14.157Za out/nexus.tar.gz 86800K
27422024-08-19T18:25:14.158Za out/ntp.tar.gz 8971K
27432024-08-19T18:25:14.158Za out/omicron-gateway-softnpu.tar.gz 13610K
27442024-08-19T18:25:14.158Za out/omicron-sled-agent.tar 97094K
27452024-08-19T18:25:14.158Za out/overlay.tar.gz 3K
27462024-08-19T18:25:14.158Za out/oximeter.tar.gz 42177K
27472024-08-19T18:25:14.158Za out/oxlog.tar 2946K
27482024-08-19T18:25:14.158Za out/probe.tar.gz 2764K
27492024-08-19T18:25:14.158Za out/propolis-server.tar.gz 65291K
27502024-08-19T18:25:14.158Za out/pumpkind-gz.tar 26665K
27512024-08-19T18:25:14.158Za out/switch-softnpu.tar.gz 206070K
27522024-08-19T18:25:14.162Z
27532024-08-19T18:25:14.162Zreal 56.414279401
27542024-08-19T18:25:14.162Zuser 53.919178322
27552024-08-19T18:25:14.162Zsys 3.512820437
27562024-08-19T18:25:14.162Ztrap 0.014840405
27572024-08-19T18:25:14.162Ztflt 0.000000000
27582024-08-19T18:25:14.162Zdflt 0.000000000
27592024-08-19T18:25:14.162Zkflt 0.000000000
27602024-08-19T18:25:14.162Zlock 0.000000000
27612024-08-19T18:25:14.162Zslp 53.808771692
27622024-08-19T18:25:14.162Zlat 1.568886496
27632024-08-19T18:25:14.162Zstop 0.000180998
27642024-08-19T18:25:14.162Zprocess exited: duration 1724537 ms, exit code 0
 
27652024-08-19T18:25:14.182Zfound 1 output files
27662024-08-19T18:25:14.182Zuploading: /work/package.tar.gz (1366429162 bytes)
27672024-08-19T18:25:53.945Zuploaded: /work/package.tar.gz