01JE7A2X18XMMQRCTAQE4FE6GX: 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: 01JE7A37YMGBSGCPGQW4Y5V5B7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-03T22:27:22.345Zjob assigned to worker 01JE7A3CWGRAP1X1842QE9ETZ1 [factory aws, i-0083f3f72038fa73f] (queued for 1 m 5 s)
 
22024-12-03T22:27:29.740Zstarting task 0: "setup"
32024-12-03T22:27:29.751Z++ uname -s
42024-12-03T22:27:29.754Z+ kern=SunOS
52024-12-03T22:27:29.754Z+ case "$kern" in
62024-12-03T22:27:29.754Z+ groupadd -g 12345 build
72024-12-03T22:27:29.756Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-03T22:27:31.762Z+ zfs create -o mountpoint=/work rpool/work
92024-12-03T22:27:31.935Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-03T22:27:31.937Z+ home_fs=zfs
112024-12-03T22:27:31.937Z+ [[ zfs == autofs ]]
122024-12-03T22:27:31.937Z+ mkdir -p /home/build
132024-12-03T22:27:31.940Z+ chown build:build /home/build /work
142024-12-03T22:27:33.941Z+ chmod 0700 /home/build /work
152024-12-03T22:27:33.949Zprocess exited: duration 4202 ms, exit code 0
 
162024-12-03T22:27:33.958Zstarting task 1: "rust-toolchain"
172024-12-03T22:27:33.963Z+ printf ' * toolchain channel = "%s"
182024-12-03T22:27:33.963Z' 1.81.0
192024-12-03T22:27:33.963Z * toolchain channel = "1.81.0"
202024-12-03T22:27:33.963Z * toolchain profile = "default"
212024-12-03T22:27:33.963Z+ printf ' * toolchain profile = "%s"
222024-12-03T22:27:33.963Z' default
232024-12-03T22:27:33.965Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-03T22:27:33.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-03T22:27:34.065Zinfo: downloading installer
262024-12-03T22:27:35.620Zinfo: profile set to 'default'
272024-12-03T22:27:35.620Zinfo: default host triple is x86_64-unknown-illumos
282024-12-03T22:27:35.622Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-03T22:27:35.778Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-03T22:27:35.778Zinfo: downloading component 'cargo'
312024-12-03T22:27:36.640Zinfo: downloading component 'clippy'
322024-12-03T22:27:36.960Zinfo: downloading component 'rust-docs'
332024-12-03T22:27:38.156Zinfo: downloading component 'rust-std'
342024-12-03T22:27:40.017Zinfo: downloading component 'rustc'
352024-12-03T22:27:46.705Zinfo: downloading component 'rustfmt'
362024-12-03T22:27:46.955Zinfo: installing component 'cargo'
372024-12-03T22:27:47.759Zinfo: installing component 'clippy'
382024-12-03T22:27:48.114Zinfo: installing component 'rust-docs'
392024-12-03T22:27:49.719Zinfo: installing component 'rust-std'
402024-12-03T22:27:51.428Zinfo: installing component 'rustc'
412024-12-03T22:27:57.051Zinfo: installing component 'rustfmt'
422024-12-03T22:27:57.368Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-03T22:27:57.368Z
442024-12-03T22:27:57.733Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-03T22:27:57.733Z
462024-12-03T22:27:57.735Z
472024-12-03T22:27:57.735ZRust is installed now. Great!
482024-12-03T22:27:57.735Z
492024-12-03T22:27:57.735ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-03T22:27:57.735Zenvironment variable. This has not been done automatically.
512024-12-03T22:27:57.735Z
522024-12-03T22:27:57.735ZTo configure your current shell, you need to source
532024-12-03T22:27:57.736Zthe corresponding env file under $HOME/.cargo.
542024-12-03T22:27:57.736Z
552024-12-03T22:27:57.736ZThis is usually done by running one of the following (note the leading DOT):
562024-12-03T22:27:57.736Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-03T22:27:57.736Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-03T22:27:57.809Z+ rustc --version
592024-12-03T22:27:57.872Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-03T22:27:57.875Zprocess exited: duration 23915 ms, exit code 0
 
612024-12-03T22:27:57.880Zstarting task 2: "authentication"
622024-12-03T22:27:57.900Zprocess exited: duration 19 ms, exit code 0
 
632024-12-03T22:27:57.906Zstarting task 3: "clone repository"
642024-12-03T22:27:57.910Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-03T22:27:57.913Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-03T22:27:57.948ZCloning into '/work/oxidecomputer/omicron'...
672024-12-03T22:28:04.770Z+ cd /work/oxidecomputer/omicron
682024-12-03T22:28:04.772Z+ git fetch origin bd515ff97e47394962258d8347b7007043019576
692024-12-03T22:28:05.091ZFrom https://github.com/oxidecomputer/omicron
702024-12-03T22:28:05.091Z * branch bd515ff97e47394962258d8347b7007043019576 -> FETCH_HEAD
712024-12-03T22:28:05.100Z+ [[ -n project-scoped-oxql ]]
722024-12-03T22:28:05.103Z++ git branch --show-current
732024-12-03T22:28:05.106Z+ current=main
742024-12-03T22:28:05.106Z+ [[ main != project-scoped-oxql ]]
752024-12-03T22:28:05.106Z+ git branch -f project-scoped-oxql bd515ff97e47394962258d8347b7007043019576
762024-12-03T22:28:05.109Z+ git checkout -f project-scoped-oxql
772024-12-03T22:28:05.280ZSwitched to branch 'project-scoped-oxql'
782024-12-03T22:28:05.282Z+ git reset --hard bd515ff97e47394962258d8347b7007043019576
792024-12-03T22:28:05.450ZHEAD is now at bd515ff97 shorter names
802024-12-03T22:28:05.453Zprocess exited: duration 7545 ms, exit code 0
 
812024-12-03T22:28:05.457Zstarting task 4: "build"
822024-12-03T22:28:05.463Z+ source .github/buildomat/ci-env.sh
832024-12-03T22:28:05.463Z++ export CARGO_TERM_COLOR=always
842024-12-03T22:28:05.463Z++ CARGO_TERM_COLOR=always
852024-12-03T22:28:05.465Z+ cargo --version
862024-12-03T22:28:05.519Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-03T22:28:05.521Z+ rustc --version
882024-12-03T22:28:05.580Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-03T22:28:05.583Z+ WORK=/work
902024-12-03T22:28:05.583Z+ pfexec mkdir -p /work
912024-12-03T22:28:05.587Z+ pfexec chown build /work
922024-12-03T22:28:05.589Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-03T22:28:12.643Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-03T22:28:16.345Z Startup: Caching catalogs ... Done
952024-12-03T22:28:26.090ZPlanning: Solver setup ... Done (8.897s)
962024-12-03T22:28:26.211ZPlanning: Running solver ... Done (0.121s)
972024-12-03T22:28:26.310ZPlanning: Finding local manifests ... Done (0.004s)
982024-12-03T22:28:26.338ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-03T22:28:26.573ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-03T22:28:26.670ZPlanning: Package planning ... Done (0.097s)
1012024-12-03T22:28:26.726ZPlanning: Merging actions ... Done (0.056s)
1022024-12-03T22:28:26.914ZPlanning: Checking for conflicting actions ... Done (0.188s)
1032024-12-03T22:28:28.868ZPlanning: Consolidating action changes ... Done (1.954s)
1042024-12-03T22:28:29.281ZPlanning: Evaluating mediators ... Done (0.413s)
1052024-12-03T22:28:29.360ZPlanning: Planning completed in 12.92 seconds
1062024-12-03T22:28:29.375Z Packages to install: 4
1072024-12-03T22:28:29.375Z Packages to update: 1
1082024-12-03T22:28:29.378Z Mediators to change: 2
1092024-12-03T22:28:29.378Z Services to change: 1
1102024-12-03T22:28:29.378Z Estimated space available: 155.64 GB
1112024-12-03T22:28:29.378ZEstimated space to be consumed: 1.61 GB
1122024-12-03T22:28:29.378Z Create boot environment: No
1132024-12-03T22:28:29.378ZCreate backup boot environment: Yes
1142024-12-03T22:28:29.378Z Rebuild boot archive: No
1152024-12-03T22:28:29.378Z
1162024-12-03T22:28:29.378ZChanged mediators:
1172024-12-03T22:28:29.378Z mediator clang:
1182024-12-03T22:28:29.378Z version: None -> 15 (system default)
1192024-12-03T22:28:29.378Z
1202024-12-03T22:28:29.378Z mediator llvm:
1212024-12-03T22:28:29.378Z version: 14 (system default) -> 15 (system default)
1222024-12-03T22:28:29.379Z
1232024-12-03T22:28:29.379ZChanged packages:
1242024-12-03T22:28:29.379Zhelios-dev
1252024-12-03T22:28:29.379Z developer/build-essential
1262024-12-03T22:28:29.379Z None -> 11-2.0
1272024-12-03T22:28:29.379Z library/libxmlsec1
1282024-12-03T22:28:29.379Z None -> 1.2.35-2.0
1292024-12-03T22:28:29.379Z ooce/developer/clang-15
1302024-12-03T22:28:29.379Z None -> 15.0.7-2.0
1312024-12-03T22:28:29.379Z ooce/developer/llvm-15
1322024-12-03T22:28:29.379Z None -> 15.0.7-2.0
1332024-12-03T22:28:29.379Z package/pkg
1342024-12-03T22:28:29.379Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-03T22:28:29.379Z
1362024-12-03T22:28:29.379ZServices:
1372024-12-03T22:28:29.379Z restart_fmri:
1382024-12-03T22:28:29.379Z svc:/system/update-man-index:default
1392024-12-03T22:28:29.379Z
1402024-12-03T22:28:29.379ZEditable files to change:
1412024-12-03T22:28:29.379Z Update:
1422024-12-03T22:28:29.379Z usr/share/lib/pkg/web/config.shtml
1432024-12-03T22:28:29.454Z
1442024-12-03T22:28:29.454ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-03T22:28:34.454ZDownload: 697/4281 items 18.1/220.6MB 8% complete (3.7M/s)
1462024-12-03T22:28:39.457ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (8.9M/s)
1472024-12-03T22:28:44.686ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (10.3M/s)
1482024-12-03T22:28:49.687ZDownload: 3317/4281 items 212.8/220.6MB 96% complete (12.9M/s)
1492024-12-03T22:28:51.801ZDownload: Completed 220.60 MB in 22.35 seconds (9.9M/s)
1502024-12-03T22:28:53.806Z Actions: 1/5063 actions (Removing old actions)
1512024-12-03T22:28:53.826Z Actions: 194/5063 actions (Installing new actions)
1522024-12-03T22:28:58.471Z Actions: 4226/5063 actions (Updating modified actions)
1532024-12-03T22:28:58.784Z Actions: Completed 5063 actions in 4.98 seconds.
1542024-12-03T22:28:59.001Z Done (0.210s)
1552024-12-03T22:28:59.004Z Done (0.000s)
1562024-12-03T22:28:59.538Z Done (0.536s)
1572024-12-03T22:29:03.859Z Done (4.106s)
1582024-12-03T22:29:03.948Z Done (0.018s)
1592024-12-03T22:29:03.950Z Done (0.000s)
1602024-12-03T22:29:04.107Z Done (0.000s)
1612024-12-03T22:29:04.787ZPlanning: Evaluating mediator changes ... Done
1622024-12-03T22:29:04.946ZPlanning: Checking for conflicting actions ... Done
1632024-12-03T22:29:04.949ZPlanning: Consolidating action changes ... Done
1642024-12-03T22:29:05.216ZPlanning: Evaluating mediators ... Done
1652024-12-03T22:29:05.218ZPlanning: Planning completed in 0.43 seconds
1662024-12-03T22:29:05.256Z Mediators to change: 2
1672024-12-03T22:29:05.256Z Create boot environment: No
1682024-12-03T22:29:05.259ZCreate backup boot environment: No
1692024-12-03T22:29:05.336Z Done
1702024-12-03T22:29:05.336Z Done
1712024-12-03T22:29:05.681Z Done
1722024-12-03T22:29:09.289Z Done
1732024-12-03T22:29:09.378Z Done
1742024-12-03T22:29:09.380Z Done
1752024-12-03T22:29:09.514Z Done
1762024-12-03T22:29:10.131ZPlanning: Evaluating mediator changes ... Done
1772024-12-03T22:29:10.134ZPlanning: Merging actions ... Done
1782024-12-03T22:29:10.321ZPlanning: Checking for conflicting actions ... Done
1792024-12-03T22:29:10.324ZPlanning: Consolidating action changes ... Done
1802024-12-03T22:29:10.586ZPlanning: Evaluating mediators ... Done
1812024-12-03T22:29:10.642ZPlanning: Planning completed in 0.75 seconds
1822024-12-03T22:29:10.682Z Packages to change: 1
1832024-12-03T22:29:10.682Z Mediators to change: 1
1842024-12-03T22:29:10.685Z Services to change: 1
1852024-12-03T22:29:10.685Z Create boot environment: No
1862024-12-03T22:29:10.685ZCreate backup boot environment: Yes
1872024-12-03T22:29:12.794Z Actions: 1/6 actions (Updating modified actions)
1882024-12-03T22:29:12.801Z Actions: Completed 6 actions in 0.00 seconds.
1892024-12-03T22:29:12.801Z Done
1902024-12-03T22:29:12.801Z Done
1912024-12-03T22:29:12.907Z Done
1922024-12-03T22:29:16.543Z Done
1932024-12-03T22:29:16.624Z Done
1942024-12-03T22:29:16.627Z Done
1952024-12-03T22:29:16.767Z Done
1962024-12-03T22:29:17.195ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-12-03T22:29:17.195Zclang system 15 system
1982024-12-03T22:29:17.195Zcsh system system illumos
1992024-12-03T22:29:17.195Zctags system system illumos
2002024-12-03T22:29:17.195Zgcc vendor 12 vendor
2012024-12-03T22:29:17.195Zgcc system 10 system
2022024-12-03T22:29:17.195Zgcc system 7 system
2032024-12-03T22:29:17.196Zgo system 1.20 system
2042024-12-03T22:29:17.196Zgo system 1.19 system
2052024-12-03T22:29:17.196Zllvm system 15 system
2062024-12-03T22:29:17.196Zllvm system 14 system
2072024-12-03T22:29:17.196Zmariadb system 10.6 system
2082024-12-03T22:29:17.196Zmta vendor vendor dma
2092024-12-03T22:29:17.196Zopenjdk system 17 system
2102024-12-03T22:29:17.196Zopenjdk system 11 system
2112024-12-03T22:29:17.196Zopenjdk system 1.8 system
2122024-12-03T22:29:17.196Zopenssl vendor 3 vendor
2132024-12-03T22:29:17.196Zperl system 5.36 system
2142024-12-03T22:29:17.196Zpostgresql system 15 system
2152024-12-03T22:29:17.196Zpostgresql system 13 system
2162024-12-03T22:29:17.196Zpython vendor 3 vendor
2172024-12-03T22:29:17.196Zpython system 2 system
2182024-12-03T22:29:17.196Zpython3 system 3.11 system
2192024-12-03T22:29:17.196Zruby system 3.0 system
2202024-12-03T22:29:17.196Zwords vendor vendor american-english
2212024-12-03T22:29:17.196Zwords system system australian-english
2222024-12-03T22:29:17.197Zwords system system british-english
2232024-12-03T22:29:17.197Zwords system system canadian-english
2242024-12-03T22:29:17.197Zwords system system french
2252024-12-03T22:29:17.197Zwords system system italian
2262024-12-03T22:29:17.197Zwords system system ngerman
2272024-12-03T22:29:17.197Zwords system system ogerman
2282024-12-03T22:29:17.197Zwords system system spanish
2292024-12-03T22:29:17.521ZPUBLISHER TYPE STATUS P LOCATION
2302024-12-03T22:29:17.521Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-12-03T22:29:20.131ZFMRI IFO
2322024-12-03T22:29:20.131Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-12-03T22:29:20.131Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-12-03T22:29:20.131Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-12-03T22:29:20.131Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-12-03T22:29:20.131Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-12-03T22:29:20.131Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-12-03T22:29:20.131Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-12-03T22:29:20.131Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-12-03T22:29:20.131Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-12-03T22:29:20.131Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2422024-12-03T22:29:20.132Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-12-03T22:29:20.132Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-12-03T22:29:20.132Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2452024-12-03T22:29:20.132Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-12-03T22:29:20.132Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-12-03T22:29:20.872Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482024-12-03T22:29:21.157Z Updating crates.io index
2492024-12-03T22:29:21.200Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-12-03T22:29:21.785Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-12-03T22:29:22.184Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-12-03T22:29:22.493Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-12-03T22:29:22.765Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-12-03T22:29:23.627Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-12-03T22:29:26.305Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-12-03T22:29:27.338Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-12-03T22:29:28.177Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-12-03T22:29:28.467Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-12-03T22:29:28.781Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-12-03T22:29:29.367Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2612024-12-03T22:29:29.658Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-12-03T22:29:30.077Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-12-03T22:29:30.356Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-12-03T22:29:30.632Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-12-03T22:29:30.940Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-12-03T22:29:31.279Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-12-03T22:29:31.575Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-12-03T22:29:31.957Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-12-03T22:29:32.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-12-03T22:29:32.711Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-12-03T22:29:32.998Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722024-12-03T22:29:33.349Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-12-03T22:29:33.833Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2742024-12-03T22:29:34.131Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-12-03T22:29:34.389Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-12-03T22:29:34.718Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-12-03T22:29:35.991Z Downloading crates ...
2782024-12-03T22:29:36.067Z Downloaded log v0.4.22
2792024-12-03T22:29:36.074Z Downloaded usdt-impl v0.5.0
2802024-12-03T22:29:36.081Z Downloaded syn v1.0.109
2812024-12-03T22:29:36.091Z Downloaded autocfg v1.4.0
2822024-12-03T22:29:36.093Z Downloaded anyhow v1.0.93
2832024-12-03T22:29:36.096Z Downloaded anstyle-query v1.1.1
2842024-12-03T22:29:36.099Z Downloaded anstyle v1.0.10
2852024-12-03T22:29:36.100Z Downloaded clap_derive v4.5.18
2862024-12-03T22:29:36.103Z Downloaded cargo_metadata v0.18.1
2872024-12-03T22:29:36.103Z Downloaded bytecount v0.6.8
2882024-12-03T22:29:36.105Z Downloaded block-buffer v0.10.4
2892024-12-03T22:29:36.107Z Downloaded cfg-if v1.0.0
2902024-12-03T22:29:36.107Z Downloaded camino-tempfile v1.1.1
2912024-12-03T22:29:36.110Z Downloaded clap_lex v0.7.2
2922024-12-03T22:29:36.110Z Downloaded anstyle-parse v0.2.5
2932024-12-03T22:29:36.113Z Downloaded cargo-platform v0.1.8
2942024-12-03T22:29:36.113Z Downloaded camino v1.1.9
2952024-12-03T22:29:36.115Z Downloaded clap v4.5.21
2962024-12-03T22:29:36.123Z Downloaded cpufeatures v0.2.14
2972024-12-03T22:29:36.127Z Downloaded clap_builder v4.5.21
2982024-12-03T22:29:36.131Z Downloaded dtrace-parser v0.2.0
2992024-12-03T22:29:36.133Z Downloaded crypto-common v0.1.6
3002024-12-03T22:29:36.133Z Downloaded fs-err v2.11.0
3012024-12-03T22:29:36.135Z Downloaded colorchoice v1.0.2
3022024-12-03T22:29:36.138Z Downloaded pretty-hex v0.4.1
3032024-12-03T22:29:36.138Z Downloaded is_terminal_polyfill v1.70.1
3042024-12-03T22:29:36.138Z Downloaded heck v0.5.0
3052024-12-03T22:29:36.140Z Downloaded generic-array v0.14.7
3062024-12-03T22:29:36.140Z Downloaded heck v0.4.1
3072024-12-03T22:29:36.143Z Downloaded fnv v1.0.7
3082024-12-03T22:29:36.143Z Downloaded fastrand v2.1.1
3092024-12-03T22:29:36.145Z Downloaded errno v0.3.9
3102024-12-03T22:29:36.145Z Downloaded equivalent v1.0.1
3112024-12-03T22:29:36.148Z Downloaded dof v0.3.0
3122024-12-03T22:29:36.148Z Downloaded digest v0.10.7
3132024-12-03T22:29:36.150Z Downloaded anstream v0.6.15
3142024-12-03T22:29:36.152Z Downloaded once_cell v1.20.2
3152024-12-03T22:29:36.154Z Downloaded byteorder v1.5.0
3162024-12-03T22:29:36.157Z Downloaded cargo_toml v0.20.5
3172024-12-03T22:29:36.157Z Downloaded bitflags v2.6.0
3182024-12-03T22:29:36.160Z Downloaded proc-macro-error v1.0.4
3192024-12-03T22:29:36.163Z Downloaded scroll_derive v0.12.0
3202024-12-03T22:29:36.166Z Downloaded plain v0.2.3
3212024-12-03T22:29:36.166Z Downloaded quote v1.0.37
3222024-12-03T22:29:36.169Z Downloaded pest_derive v2.7.14
3232024-12-03T22:29:36.171Z Downloaded proc-macro-error-attr v1.0.4
3242024-12-03T22:29:36.171Z Downloaded pest_generator v2.7.14
3252024-12-03T22:29:36.173Z Downloaded serde_tokenstream v0.2.2
3262024-12-03T22:29:36.173Z Downloaded memmap v0.7.0
3272024-12-03T22:29:36.179Z Downloaded swrite v0.1.0
3282024-12-03T22:29:36.185Z Downloaded usdt-attr-macro v0.5.0
3292024-12-03T22:29:36.188Z Downloaded hashbrown v0.15.0
3302024-12-03T22:29:36.192Z Downloaded serde_spanned v0.6.8
3312024-12-03T22:29:36.194Z Downloaded semver v1.0.23
3322024-12-03T22:29:36.198Z Downloaded usdt-macro v0.5.0
3332024-12-03T22:29:36.201Z Downloaded thread-id v4.2.2
3342024-12-03T22:29:36.201Z Downloaded macaddr v1.0.1
3352024-12-03T22:29:36.204Z Downloaded thiserror v1.0.69
3362024-12-03T22:29:36.207Z Downloaded terminal_size v0.4.0
3372024-12-03T22:29:36.209Z Downloaded smawk v0.3.2
3382024-12-03T22:29:36.211Z Downloaded version_check v0.9.5
3392024-12-03T22:29:36.211Z Downloaded scroll v0.12.0
3402024-12-03T22:29:36.214Z Downloaded itoa v1.0.11
3412024-12-03T22:29:36.214Z Downloaded thiserror-impl v1.0.69
3422024-12-03T22:29:36.216Z Downloaded unicode-linebreak v0.1.5
3432024-12-03T22:29:36.218Z Downloaded utf8parse v0.2.2
3442024-12-03T22:29:36.218Z Downloaded usdt v0.5.0
3452024-12-03T22:29:36.221Z Downloaded toml_datetime v0.6.8
3462024-12-03T22:29:36.228Z Downloaded tabled_derive v0.7.0
3472024-12-03T22:29:36.231Z Downloaded strsim v0.11.1
3482024-12-03T22:29:36.236Z Downloaded sha2 v0.10.8
3492024-12-03T22:29:36.239Z Downloaded tempfile v3.13.0
3502024-12-03T22:29:36.241Z Downloaded pest_meta v2.7.14
3512024-12-03T22:29:36.244Z Downloaded textwrap v0.16.1
3522024-12-03T22:29:36.247Z Downloaded proc-macro2 v1.0.89
3532024-12-03T22:29:36.249Z Downloaded indexmap v2.6.0
3542024-12-03T22:29:36.252Z Downloaded ucd-trie v0.1.7
3552024-12-03T22:29:36.256Z Downloaded zerocopy-derive v0.7.35
3562024-12-03T22:29:36.259Z Downloaded toml v0.8.19
3572024-12-03T22:29:36.261Z Downloaded serde_derive v1.0.215
3582024-12-03T22:29:36.264Z Downloaded memchr v2.7.4
3592024-12-03T22:29:36.268Z Downloaded ryu v1.0.18
3602024-12-03T22:29:36.271Z Downloaded papergrid v0.11.0
3612024-12-03T22:29:36.276Z Downloaded unicode-ident v1.0.13
3622024-12-03T22:29:36.278Z Downloaded typenum v1.17.0
3632024-12-03T22:29:36.283Z Downloaded serde v1.0.215
3642024-12-03T22:29:36.298Z Downloaded toml_edit v0.22.22
3652024-12-03T22:29:36.319Z Downloaded pest v2.7.14
3662024-12-03T22:29:36.331Z Downloaded serde_json v1.0.132
3672024-12-03T22:29:36.338Z Downloaded zerocopy v0.7.35
3682024-12-03T22:29:36.353Z Downloaded winnow v0.6.20
3692024-12-03T22:29:36.361Z Downloaded goblin v0.8.2
3702024-12-03T22:29:36.368Z Downloaded tabled v0.15.0
3712024-12-03T22:29:36.383Z Downloaded unicode-width v0.1.14
3722024-12-03T22:29:36.391Z Downloaded syn v2.0.87
3732024-12-03T22:29:36.405Z Downloaded rustix v0.38.37
3742024-12-03T22:29:36.434Z Downloaded libc v0.2.162
3752024-12-03T22:29:36.750Z Compiling proc-macro2 v1.0.89
3762024-12-03T22:29:36.750Z Compiling unicode-ident v1.0.13
3772024-12-03T22:29:36.750Z Compiling serde v1.0.215
3782024-12-03T22:29:36.752Z Compiling version_check v0.9.5
3792024-12-03T22:29:36.752Z Compiling memchr v2.7.4
3802024-12-03T22:29:36.752Z Compiling thiserror v1.0.69
3812024-12-03T22:29:36.752Z Compiling libc v0.2.162
3822024-12-03T22:29:36.752Z Compiling itoa v1.0.11
3832024-12-03T22:29:37.013Z Compiling ryu v1.0.18
3842024-12-03T22:29:37.137Z Compiling ucd-trie v0.1.7
3852024-12-03T22:29:37.490Z Compiling once_cell v1.20.2
3862024-12-03T22:29:37.647Z Compiling byteorder v1.5.0
3872024-12-03T22:29:37.713Z Compiling rustix v0.38.37
3882024-12-03T22:29:37.774Z Compiling serde_json v1.0.132
3892024-12-03T22:29:38.100Z Compiling bitflags v2.6.0
3902024-12-03T22:29:38.161Z Compiling usdt-impl v0.5.0
3912024-12-03T22:29:38.350Z Compiling proc-macro-error-attr v1.0.4
3922024-12-03T22:29:38.494Z Compiling syn v1.0.109
3932024-12-03T22:29:38.597Z Compiling quote v1.0.37
3942024-12-03T22:29:38.650Z Compiling proc-macro-error v1.0.4
3952024-12-03T22:29:38.673Z Compiling equivalent v1.0.1
3962024-12-03T22:29:38.698Z Compiling utf8parse v0.2.2
3972024-12-03T22:29:38.789Z Compiling camino v1.1.9
3982024-12-03T22:29:38.857Z Compiling plain v0.2.3
3992024-12-03T22:29:38.929Z Compiling hashbrown v0.15.0
4002024-12-03T22:29:39.030Z Compiling syn v2.0.87
4012024-12-03T22:29:39.100Z Compiling errno v0.3.9
4022024-12-03T22:29:39.339Z Compiling log v0.4.22
4032024-12-03T22:29:39.515Z Compiling thread-id v4.2.2
4042024-12-03T22:29:39.632Z Compiling anstyle-parse v0.2.5
4052024-12-03T22:29:39.764Z Compiling anstyle-query v1.1.1
4062024-12-03T22:29:39.928Z Compiling anstyle v1.0.10
4072024-12-03T22:29:39.981Z Compiling is_terminal_polyfill v1.70.1
4082024-12-03T22:29:40.078Z Compiling indexmap v2.6.0
4092024-12-03T22:29:40.125Z Compiling pretty-hex v0.4.1
4102024-12-03T22:29:40.150Z Compiling winnow v0.6.20
4112024-12-03T22:29:40.343Z Compiling autocfg v1.4.0
4122024-12-03T22:29:40.369Z Compiling colorchoice v1.0.2
4132024-12-03T22:29:40.371Z Compiling unicode-width v0.1.14
4142024-12-03T22:29:40.564Z Compiling semver v1.0.23
4152024-12-03T22:29:40.928Z Compiling anstream v0.6.15
4162024-12-03T22:29:41.412Z Compiling fnv v1.0.7
4172024-12-03T22:29:41.449Z Compiling terminal_size v0.4.0
4182024-12-03T22:29:41.476Z Compiling fs-err v2.11.0
4192024-12-03T22:29:41.549Z Compiling strsim v0.11.1
4202024-12-03T22:29:41.700Z Compiling anyhow v1.0.93
4212024-12-03T22:29:41.741Z Compiling heck v0.5.0
4222024-12-03T22:29:41.786Z Compiling clap_lex v0.7.2
4232024-12-03T22:29:42.294Z Compiling cfg-if v1.0.0
4242024-12-03T22:29:42.326Z Compiling heck v0.4.1
4252024-12-03T22:29:42.361Z Compiling bytecount v0.6.8
4262024-12-03T22:29:42.395Z Compiling fastrand v2.1.1
4272024-12-03T22:29:42.585Z Compiling papergrid v0.11.0
4282024-12-03T22:29:42.828Z Compiling tempfile v3.13.0
4292024-12-03T22:29:42.965Z Compiling clap_builder v4.5.21
4302024-12-03T22:29:43.137Z Compiling memmap v0.7.0
4312024-12-03T22:29:43.293Z Compiling smawk v0.3.2
4322024-12-03T22:29:43.488Z Compiling unicode-linebreak v0.1.5
4332024-12-03T22:29:43.984Z Compiling textwrap v0.16.1
4342024-12-03T22:29:44.080Z Compiling swrite v0.1.0
4352024-12-03T22:29:45.144Z Compiling tabled_derive v0.7.0
4362024-12-03T22:29:46.684Z Compiling tabled v0.15.0
4372024-12-03T22:29:48.043Z Compiling serde_derive v1.0.215
4382024-12-03T22:29:48.043Z Compiling thiserror-impl v1.0.69
4392024-12-03T22:29:48.046Z Compiling zerocopy-derive v0.7.35
4402024-12-03T22:29:48.220Z Compiling scroll_derive v0.12.0
4412024-12-03T22:29:48.244Z Compiling clap_derive v4.5.18
4422024-12-03T22:29:49.503Z Compiling scroll v0.12.0
4432024-12-03T22:29:49.938Z Compiling zerocopy v0.7.35
4442024-12-03T22:29:49.969Z Compiling goblin v0.8.2
4452024-12-03T22:29:50.979Z Compiling pest v2.7.14
4462024-12-03T22:29:52.130Z Compiling clap v4.5.21
4472024-12-03T22:29:53.147Z Compiling pest_meta v2.7.14
4482024-12-03T22:29:54.004Z Compiling pest_generator v2.7.14
4492024-12-03T22:29:56.087Z Compiling pest_derive v2.7.14
4502024-12-03T22:29:56.826Z Compiling dtrace-parser v0.2.0
4512024-12-03T22:29:58.192Z Compiling serde_tokenstream v0.2.2
4522024-12-03T22:29:58.378Z Compiling serde_spanned v0.6.8
4532024-12-03T22:29:58.378Z Compiling toml_datetime v0.6.8
4542024-12-03T22:29:58.476Z Compiling cargo-platform v0.1.8
4552024-12-03T22:29:58.748Z Compiling toml_edit v0.22.22
4562024-12-03T22:29:58.777Z Compiling macaddr v1.0.1
4572024-12-03T22:29:59.070Z Compiling camino-tempfile v1.1.1
4582024-12-03T22:29:59.673Z Compiling dof v0.3.0
4592024-12-03T22:29:59.998Z Compiling cargo_metadata v0.18.1
4602024-12-03T22:30:01.299Z Compiling usdt-attr-macro v0.5.0
4612024-12-03T22:30:01.299Z Compiling usdt-macro v0.5.0
4622024-12-03T22:30:01.608Z Compiling toml v0.8.19
4632024-12-03T22:30:02.487Z Compiling cargo_toml v0.20.5
4642024-12-03T22:30:02.618Z Compiling usdt v0.5.0
4652024-12-03T22:30:06.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-12-03T22:30:10.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.52s
4672024-12-03T22:30:10.433Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-12-03T22:30:10.947Z Downloading crates ...
4692024-12-03T22:30:11.064Z Downloaded bytes v1.8.0
4702024-12-03T22:30:11.068Z Downloaded arrayvec v0.7.6
4712024-12-03T22:30:11.071Z Downloaded cookie_store v0.21.0
4722024-12-03T22:30:11.073Z Downloaded constant_time_eq v0.3.1
4732024-12-03T22:30:11.082Z Downloaded atty v0.2.14
4742024-12-03T22:30:11.085Z Downloaded aes-gcm v0.10.3
4752024-12-03T22:30:11.123Z Downloaded aead v0.5.2
4762024-12-03T22:30:11.126Z Downloaded async-trait v0.1.83
4772024-12-03T22:30:11.129Z Downloaded headers-core v0.3.0
4782024-12-03T22:30:11.133Z Downloaded darling v0.20.10
4792024-12-03T22:30:11.135Z Downloaded arrayref v0.3.9
4802024-12-03T22:30:11.138Z Downloaded ahash v0.8.11
4812024-12-03T22:30:11.141Z Downloaded async-stream v0.3.6
4822024-12-03T22:30:11.144Z Downloaded arc-swap v1.7.1
4832024-12-03T22:30:11.148Z Downloaded hex-literal v0.4.1
4842024-12-03T22:30:11.151Z Downloaded async-stream-impl v0.3.6
4852024-12-03T22:30:11.151Z Downloaded assert_matches v1.5.0
4862024-12-03T22:30:11.153Z Downloaded heapless v0.7.17
4872024-12-03T22:30:11.157Z Downloaded async-recursion v1.1.1
4882024-12-03T22:30:11.161Z Downloaded hubpack_derive v0.1.1
4892024-12-03T22:30:11.163Z Downloaded http-range v0.1.5
4902024-12-03T22:30:11.163Z Downloaded hostname v0.3.1
4912024-12-03T22:30:11.165Z Downloaded http-body v1.0.1
4922024-12-03T22:30:11.167Z Downloaded home v0.5.9
4932024-12-03T22:30:11.169Z Downloaded atomicwrites v0.4.4
4942024-12-03T22:30:11.169Z Downloaded ascii-canvas v3.0.0
4952024-12-03T22:30:11.172Z Downloaded bit-set v0.5.3
4962024-12-03T22:30:11.174Z Downloaded hubpack v0.1.2
4972024-12-03T22:30:11.174Z Downloaded httpdate v1.0.3
4982024-12-03T22:30:11.176Z Downloaded hyper-tls v0.6.0
4992024-12-03T22:30:11.179Z Downloaded http-body-util v0.1.2
5002024-12-03T22:30:11.181Z Downloaded humantime v2.1.0
5012024-12-03T22:30:11.185Z Downloaded argon2 v0.5.3
5022024-12-03T22:30:11.185Z Downloaded hyper-rustls v0.27.3
5032024-12-03T22:30:11.188Z Downloaded ident_case v1.0.1
5042024-12-03T22:30:11.190Z Downloaded hmac v0.12.1
5052024-12-03T22:30:11.193Z Downloaded highway v1.2.0
5062024-12-03T22:30:11.195Z Downloaded icu_provider_macros v1.5.0
5072024-12-03T22:30:11.198Z Downloaded instant v0.1.13
5082024-12-03T22:30:11.198Z Downloaded bzip2 v0.4.4
5092024-12-03T22:30:11.200Z Downloaded adler2 v2.0.0
5102024-12-03T22:30:11.203Z Downloaded blowfish v0.9.1
5112024-12-03T22:30:11.203Z Downloaded is_ci v1.2.0
5122024-12-03T22:30:11.205Z Downloaded bitflags v1.3.2
5132024-12-03T22:30:11.207Z Downloaded base64ct v1.6.0
5142024-12-03T22:30:11.210Z Downloaded hyper-staticfile v0.10.1
5152024-12-03T22:30:11.212Z Downloaded match_cfg v0.1.0
5162024-12-03T22:30:11.215Z Downloaded hickory-client v0.24.1
5172024-12-03T22:30:11.217Z Downloaded progenitor-client v0.8.0
5182024-12-03T22:30:11.219Z Downloaded md5 v0.7.0
5192024-12-03T22:30:11.221Z Downloaded lru-cache v0.1.2
5202024-12-03T22:30:11.222Z Downloaded matches v0.1.10
5212024-12-03T22:30:11.225Z Downloaded backoff v0.4.0
5222024-12-03T22:30:11.225Z Downloaded bcs v0.1.6
5232024-12-03T22:30:11.227Z Downloaded maybe-uninit v2.0.0
5242024-12-03T22:30:11.230Z Downloaded iana-time-zone v0.1.61
5252024-12-03T22:30:11.232Z Downloaded convert_case v0.4.0
5262024-12-03T22:30:11.235Z Downloaded cexpr v0.6.0
5272024-12-03T22:30:11.237Z Downloaded cbc v0.1.2
5282024-12-03T22:30:11.237Z Downloaded is-terminal v0.4.13
5292024-12-03T22:30:11.240Z Downloaded blake2 v0.10.6
5302024-12-03T22:30:11.242Z Downloaded inout v0.1.3
5312024-12-03T22:30:11.244Z Downloaded ipnetwork v0.20.0
5322024-12-03T22:30:11.244Z Downloaded internet-checksum v0.2.1
5332024-12-03T22:30:11.248Z Downloaded indoc v1.0.9
5342024-12-03T22:30:11.251Z Downloaded lazycell v1.3.0
5352024-12-03T22:30:11.251Z Downloaded lazy_static v1.5.0
5362024-12-03T22:30:11.254Z Downloaded crc-catalog v2.4.0
5372024-12-03T22:30:11.257Z Downloaded crc v3.2.1
5382024-12-03T22:30:11.257Z Downloaded instability v0.3.2
5392024-12-03T22:30:11.259Z Downloaded lru v0.12.5
5402024-12-03T22:30:11.262Z Downloaded crossbeam-deque v0.8.5
5412024-12-03T22:30:11.264Z Downloaded curve25519-dalek-derive v0.1.1
5422024-12-03T22:30:11.265Z Downloaded sqlparser_derive v0.2.2
5432024-12-03T22:30:11.268Z Downloaded ctr v0.9.2
5442024-12-03T22:30:11.268Z Downloaded take_mut v0.2.2
5452024-12-03T22:30:11.268Z Downloaded bit-vec v0.6.3
5462024-12-03T22:30:11.271Z Downloaded same-file v1.0.6
5472024-12-03T22:30:11.273Z Downloaded mime v0.3.17
5482024-12-03T22:30:11.276Z Downloaded memoffset v0.9.1
5492024-12-03T22:30:11.276Z Downloaded md-5 v0.10.6
5502024-12-03T22:30:11.279Z Downloaded sync_wrapper v1.0.1
5512024-12-03T22:30:11.282Z Downloaded want v0.3.1
5522024-12-03T22:30:11.282Z Downloaded try-lock v0.2.5
5532024-12-03T22:30:11.282Z Downloaded rand_core v0.6.4
5542024-12-03T22:30:11.284Z Downloaded rand_chacha v0.3.1
5552024-12-03T22:30:11.284Z Downloaded rustc-hash v2.0.0
5562024-12-03T22:30:11.287Z Downloaded scheduled-thread-pool v0.2.7
5572024-12-03T22:30:11.290Z Downloaded cancel-safe-futures v0.1.5
5582024-12-03T22:30:11.292Z Downloaded idna_adapter v1.2.0
5592024-12-03T22:30:11.294Z Downloaded zerofrom v0.1.4
5602024-12-03T22:30:11.295Z Downloaded waitgroup v0.1.2
5612024-12-03T22:30:11.297Z Downloaded vte_generate_state_changes v0.1.2
5622024-12-03T22:30:11.297Z Downloaded rustls-pemfile v1.0.4
5632024-12-03T22:30:11.300Z Downloaded simd-adler32 v0.3.7
5642024-12-03T22:30:11.302Z Downloaded signal-hook-mio v0.2.4
5652024-12-03T22:30:11.302Z Downloaded csv-core v0.1.11
5662024-12-03T22:30:11.305Z Downloaded ipnet v2.10.1
5672024-12-03T22:30:11.308Z Downloaded serde_urlencoded v0.7.1
5682024-12-03T22:30:11.311Z Downloaded lock_api v0.4.12
5692024-12-03T22:30:11.311Z Downloaded jobserver v0.1.32
5702024-12-03T22:30:11.313Z Downloaded libloading v0.8.5
5712024-12-03T22:30:11.315Z Downloaded console v0.15.8
5722024-12-03T22:30:11.318Z Downloaded filetime v0.2.25
5732024-12-03T22:30:11.321Z Downloaded slog-scope v4.4.0
5742024-12-03T22:30:11.323Z Downloaded base64 v0.13.1
5752024-12-03T22:30:11.326Z Downloaded tokio-macros v2.4.0
5762024-12-03T22:30:11.328Z Downloaded tap v1.0.1
5772024-12-03T22:30:11.331Z Downloaded mime_guess v2.0.5
5782024-12-03T22:30:11.333Z Downloaded opaque-debug v0.3.1
5792024-12-03T22:30:11.333Z Downloaded number_prefix v0.4.0
5802024-12-03T22:30:11.336Z Downloaded pretty-hex v0.2.1
5812024-12-03T22:30:11.336Z Downloaded icu_locid_transform_data v1.5.0
5822024-12-03T22:30:11.338Z Downloaded synstructure v0.13.1
5832024-12-03T22:30:11.340Z Downloaded backtrace v0.3.74
5842024-12-03T22:30:11.344Z Downloaded zerofrom-derive v0.1.4
5852024-12-03T22:30:11.347Z Downloaded icu_normalizer v1.5.0
5862024-12-03T22:30:11.350Z Downloaded indexmap v1.9.3
5872024-12-03T22:30:11.354Z Downloaded clang-sys v1.8.1
5882024-12-03T22:30:11.357Z Downloaded slog-envlogger v2.2.0
5892024-12-03T22:30:11.360Z Downloaded deranged v0.3.11
5902024-12-03T22:30:11.362Z Downloaded crossbeam-epoch v0.9.18
5912024-12-03T22:30:11.365Z Downloaded display-error-chain v0.2.2
5922024-12-03T22:30:11.365Z Downloaded hickory-resolver v0.24.1
5932024-12-03T22:30:11.370Z Downloaded serde-big-array v0.5.1
5942024-12-03T22:30:11.374Z Downloaded rustfmt-wrapper v0.2.1
5952024-12-03T22:30:11.376Z Downloaded multimap v0.10.0
5962024-12-03T22:30:11.376Z Downloaded futures-executor v0.3.31
5972024-12-03T22:30:11.379Z Downloaded futures-core v0.3.31
5982024-12-03T22:30:11.381Z Downloaded ghash v0.5.1
5992024-12-03T22:30:11.381Z Downloaded either v1.13.0
6002024-12-03T22:30:11.384Z Downloaded termtree v0.4.1
6012024-12-03T22:30:11.384Z Downloaded tui-tree-widget v0.22.0
6022024-12-03T22:30:11.386Z Downloaded tokio-tungstenite v0.21.0
6032024-12-03T22:30:11.389Z Downloaded mockall v0.13.0
6042024-12-03T22:30:11.391Z Downloaded pbkdf2 v0.12.2
6052024-12-03T22:30:11.394Z Downloaded icu_normalizer_data v1.5.0
6062024-12-03T22:30:11.396Z Downloaded sqlformat v0.2.6
6072024-12-03T22:30:11.396Z Downloaded paste v1.0.15
6082024-12-03T22:30:11.399Z Downloaded predicates-tree v1.0.11
6092024-12-03T22:30:11.401Z Downloaded icu_provider v1.5.0
6102024-12-03T22:30:11.405Z Downloaded poly1305 v0.8.0
6112024-12-03T22:30:11.407Z Downloaded path-slash v0.1.5
6122024-12-03T22:30:11.410Z Downloaded downcast v0.11.0
6132024-12-03T22:30:11.412Z Downloaded predicates-core v1.0.8
6142024-12-03T22:30:11.412Z Downloaded derive_builder v0.20.2
6152024-12-03T22:30:11.417Z Downloaded displaydoc v0.2.5
6162024-12-03T22:30:11.421Z Downloaded foreign-types-shared v0.1.1
6172024-12-03T22:30:11.423Z Downloaded rustc_version v0.4.1
6182024-12-03T22:30:11.425Z Downloaded signal-hook-tokio v0.3.1
6192024-12-03T22:30:11.425Z Downloaded signal-hook-registry v1.4.2
6202024-12-03T22:30:11.428Z Downloaded smf v0.2.3
6212024-12-03T22:30:11.430Z Downloaded smallvec v0.6.14
6222024-12-03T22:30:11.432Z Downloaded chacha20poly1305 v0.10.1
6232024-12-03T22:30:11.432Z Downloaded strum_macros v0.26.4
6242024-12-03T22:30:11.435Z Downloaded thiserror-impl-no-std v2.0.2
6252024-12-03T22:30:11.438Z Downloaded structmeta-derive v0.3.0
6262024-12-03T22:30:11.440Z Downloaded num-rational v0.4.2
6272024-12-03T22:30:11.440Z Downloaded thiserror-impl v2.0.3
6282024-12-03T22:30:11.443Z Downloaded typify-macro v0.2.0
6292024-12-03T22:30:11.445Z Downloaded tokio-stream v0.1.16
6302024-12-03T22:30:11.448Z Downloaded proc-macro-crate v1.3.1
6312024-12-03T22:30:11.450Z Downloaded xz2 v0.1.7
6322024-12-03T22:30:11.453Z Downloaded xattr v1.3.1
6332024-12-03T22:30:11.455Z Downloaded unicode-properties v0.1.3
6342024-12-03T22:30:11.457Z Downloaded multer v3.1.0
6352024-12-03T22:30:11.459Z Downloaded indicatif v0.17.9
6362024-12-03T22:30:11.465Z Downloaded unarray v0.1.4
6372024-12-03T22:30:11.467Z Downloaded icu_collections v1.5.0
6382024-12-03T22:30:11.472Z Downloaded dirs-sys-next v0.1.2
6392024-12-03T22:30:11.475Z Downloaded time-core v0.1.2
6402024-12-03T22:30:11.475Z Downloaded defmt v0.3.8
6412024-12-03T22:30:11.479Z Downloaded futures-sink v0.3.31
6422024-12-03T22:30:11.481Z Downloaded smallvec v1.13.2
6432024-12-03T22:30:11.484Z Downloaded ff v0.13.0
6442024-12-03T22:30:11.486Z Downloaded form_urlencoded v1.2.1
6452024-12-03T22:30:11.486Z Downloaded nanorand v0.7.0
6462024-12-03T22:30:11.492Z Downloaded qorb v0.2.1
6472024-12-03T22:30:11.504Z Downloaded zone_cfg_derive v0.1.2
6482024-12-03T22:30:11.507Z Downloaded psl-types v2.0.11
6492024-12-03T22:30:11.507Z Downloaded packed_struct v0.10.1
6502024-12-03T22:30:11.516Z Downloaded olpc-cjson v0.1.4
6512024-12-03T22:30:11.516Z Downloaded nodrop v0.1.14
6522024-12-03T22:30:11.516Z Downloaded nibble_vec v0.1.0
6532024-12-03T22:30:11.520Z Downloaded fxhash v0.2.1
6542024-12-03T22:30:11.520Z Downloaded rand_xorshift v0.3.0
6552024-12-03T22:30:11.520Z Downloaded compact_str v0.8.0
6562024-12-03T22:30:11.520Z Downloaded aes v0.8.4
6572024-12-03T22:30:11.523Z Downloaded salsa20 v0.10.2
6582024-12-03T22:30:11.526Z Downloaded quick-error v1.2.3
6592024-12-03T22:30:11.526Z Downloaded tracing-attributes v0.1.27
6602024-12-03T22:30:11.528Z Downloaded scrypt v0.11.0
6612024-12-03T22:30:11.531Z Downloaded scopeguard v1.2.0
6622024-12-03T22:30:11.533Z Downloaded rustc-hash v1.1.0
6632024-12-03T22:30:11.534Z Downloaded derive-where v1.2.7
6642024-12-03T22:30:11.537Z Downloaded thread_local v1.1.8
6652024-12-03T22:30:11.538Z Downloaded slog-stdlog v4.1.1
6662024-12-03T22:30:11.541Z Downloaded crypto-bigint v0.5.5
6672024-12-03T22:30:11.547Z Downloaded precomputed-hash v0.1.1
6682024-12-03T22:30:11.550Z Downloaded supports-color v3.0.1
6692024-12-03T22:30:11.552Z Downloaded glob v0.3.1
6702024-12-03T22:30:11.552Z Downloaded env_logger v0.11.5
6712024-12-03T22:30:11.555Z Downloaded env_logger v0.10.2
6722024-12-03T22:30:11.558Z Downloaded zone v0.3.0
6732024-12-03T22:30:11.560Z Downloaded zone v0.1.8
6742024-12-03T22:30:11.560Z Downloaded utf-8 v0.7.6
6752024-12-03T22:30:11.564Z Downloaded pin-project-lite v0.2.14
6762024-12-03T22:30:11.567Z Downloaded parking_lot v0.11.2
6772024-12-03T22:30:11.570Z Downloaded vsss-rs v3.3.4
6782024-12-03T22:30:11.576Z Downloaded futures-task v0.3.31
6792024-12-03T22:30:11.578Z Downloaded futures-macro v0.3.31
6802024-12-03T22:30:11.578Z Downloaded fallible-streaming-iterator v0.1.9
6812024-12-03T22:30:11.578Z Downloaded zerocopy-derive v0.8.10
6822024-12-03T22:30:11.584Z Downloaded write16 v1.0.0
6832024-12-03T22:30:11.586Z Downloaded float-cmp v0.9.0
6842024-12-03T22:30:11.589Z Downloaded phf_generator v0.11.2
6852024-12-03T22:30:11.589Z Downloaded des v0.8.1
6862024-12-03T22:30:11.592Z Downloaded derive_more v0.99.18
6872024-12-03T22:30:11.596Z Downloaded resolv-conf v0.7.0
6882024-12-03T22:30:11.599Z Downloaded hyper v1.5.0
6892024-12-03T22:30:11.606Z Downloaded parse-size v1.1.0
6902024-12-03T22:30:11.608Z Downloaded oso-derive v0.27.3
6912024-12-03T22:30:11.608Z Downloaded tokio-rustls v0.24.1
6922024-12-03T22:30:11.611Z Downloaded termios v0.3.3
6932024-12-03T22:30:11.613Z Downloaded structmeta v0.2.0
6942024-12-03T22:30:11.616Z Downloaded slab v0.4.9
6952024-12-03T22:30:11.616Z Downloaded siphasher v0.3.11
6962024-12-03T22:30:11.618Z Downloaded rand_seeder v0.3.0
6972024-12-03T22:30:11.621Z Downloaded omicron-zone-package v0.11.1
6982024-12-03T22:30:11.624Z Downloaded zip v0.6.6
6992024-12-03T22:30:11.627Z Downloaded tokio-native-tls v0.3.1
7002024-12-03T22:30:11.629Z Downloaded tls_codec v0.4.1
7012024-12-03T22:30:11.632Z Downloaded rcgen v0.12.1
7022024-12-03T22:30:11.636Z Downloaded rustls-pki-types v1.9.0
7032024-12-03T22:30:11.639Z Downloaded parking_lot_core v0.8.6
7042024-12-03T22:30:11.642Z Downloaded diesel-dtrace v0.3.0
7052024-12-03T22:30:11.644Z Downloaded pkcs8 v0.10.2
7062024-12-03T22:30:11.646Z Downloaded zerovec-derive v0.10.3
7072024-12-03T22:30:11.649Z Downloaded itertools v0.10.5
7082024-12-03T22:30:11.655Z Downloaded ena v0.14.3
7092024-12-03T22:30:11.657Z Downloaded enum-as-inner v0.6.1
7102024-12-03T22:30:11.660Z Downloaded env_filter v0.1.2
7112024-12-03T22:30:11.662Z Downloaded value-bag v1.9.0
7122024-12-03T22:30:11.668Z Downloaded flagset v0.4.6
7132024-12-03T22:30:11.668Z Downloaded fd-lock v4.0.2
7142024-12-03T22:30:11.672Z Downloaded serde-hex v0.1.0
7152024-12-03T22:30:11.674Z Downloaded rusty-fork v0.3.0
7162024-12-03T22:30:11.677Z Downloaded stable_deref_trait v1.2.0
7172024-12-03T22:30:11.679Z Downloaded tls_codec_derive v0.4.1
7182024-12-03T22:30:11.681Z Downloaded schemars v0.8.21
7192024-12-03T22:30:11.696Z Downloaded newline-converter v0.3.0
7202024-12-03T22:30:11.698Z Downloaded difflib v0.4.0
7212024-12-03T22:30:11.701Z Downloaded diesel_table_macro_syntax v0.2.0
7222024-12-03T22:30:11.701Z Downloaded strum v0.26.3
7232024-12-03T22:30:11.701Z Downloaded string_cache v0.8.7
7242024-12-03T22:30:11.704Z Downloaded new_debug_unreachable v1.0.6
7252024-12-03T22:30:11.707Z Downloaded untrusted v0.9.0
7262024-12-03T22:30:11.709Z Downloaded tokio-tungstenite v0.24.0
7272024-12-03T22:30:11.711Z Downloaded idna v1.0.3
7282024-12-03T22:30:11.714Z Downloaded futures-io v0.3.31
7292024-12-03T22:30:11.717Z Downloaded funty v2.0.0
7302024-12-03T22:30:11.717Z Downloaded derive_builder_macro v0.20.2
7312024-12-03T22:30:11.719Z Downloaded zeroize_derive v1.4.2
7322024-12-03T22:30:11.722Z Downloaded ppv-lite86 v0.2.20
7332024-12-03T22:30:11.722Z Downloaded powerfmt v0.2.0
7342024-12-03T22:30:11.724Z Downloaded hash32 v0.2.1
7352024-12-03T22:30:11.724Z Downloaded blake3 v1.5.4
7362024-12-03T22:30:11.732Z Downloaded tower-service v0.3.3
7372024-12-03T22:30:11.735Z Downloaded foreign-types v0.5.0
7382024-12-03T22:30:11.739Z Downloaded darling_macro v0.20.10
7392024-12-03T22:30:11.739Z Downloaded tinyvec_macros v0.1.1
7402024-12-03T22:30:11.739Z Downloaded slog v2.7.0
7412024-12-03T22:30:11.741Z Downloaded toolchain_find v0.4.0
7422024-12-03T22:30:11.744Z Downloaded newtype_derive v0.1.6
7432024-12-03T22:30:11.744Z Downloaded primeorder v0.13.6
7442024-12-03T22:30:11.747Z Downloaded tough v0.19.0
7452024-12-03T22:30:11.754Z Downloaded which v4.4.2
7462024-12-03T22:30:11.757Z Downloaded structmeta v0.3.0
7472024-12-03T22:30:11.759Z Downloaded strip-ansi-escapes v0.2.0
7482024-12-03T22:30:11.762Z Downloaded stringprep v0.1.5
7492024-12-03T22:30:11.762Z Downloaded crossterm v0.28.1
7502024-12-03T22:30:11.768Z Downloaded sigpipe v0.1.3
7512024-12-03T22:30:11.771Z Downloaded phf_shared v0.10.0
7522024-12-03T22:30:11.771Z Downloaded sync-ptr v0.1.1
7532024-12-03T22:30:11.774Z Downloaded phf_codegen v0.11.2
7542024-12-03T22:30:11.774Z Downloaded newtype-uuid v1.1.3
7552024-12-03T22:30:11.777Z Downloaded futures-channel v0.3.31
7562024-12-03T22:30:11.777Z Downloaded fs_extra v1.3.0
7572024-12-03T22:30:11.779Z Downloaded num_threads v0.1.7
7582024-12-03T22:30:11.781Z Downloaded owo-colors v4.1.0
7592024-12-03T22:30:11.784Z Downloaded fatfs v0.3.6
7602024-12-03T22:30:11.786Z Downloaded topological-sort v0.2.2
7612024-12-03T22:30:11.789Z Downloaded slog-dtrace v0.3.0
7622024-12-03T22:30:11.792Z Downloaded slog-async v2.8.0
7632024-12-03T22:30:11.792Z Downloaded progenitor-macro v0.8.0
7642024-12-03T22:30:11.792Z Downloaded polyval v0.6.2
7652024-12-03T22:30:11.795Z Downloaded uuid v1.11.0
7662024-12-03T22:30:11.797Z Downloaded unicode-normalization v0.1.24
7672024-12-03T22:30:11.801Z Downloaded russh-cryptovec v0.7.3
7682024-12-03T22:30:11.804Z Downloaded dsl_auto_type v0.1.2
7692024-12-03T22:30:11.804Z Downloaded whoami v1.5.2
7702024-12-03T22:30:11.806Z Downloaded vergen v8.3.2
7712024-12-03T22:30:11.809Z Downloaded vte v0.11.1
7722024-12-03T22:30:11.812Z Downloaded toml v0.7.8
7732024-12-03T22:30:11.814Z Downloaded zeroize v1.8.1
7742024-12-03T22:30:11.817Z Downloaded num-conv v0.1.0
7752024-12-03T22:30:11.819Z Downloaded sha1 v0.10.6
7762024-12-03T22:30:11.819Z Downloaded diesel_derives v2.2.3
7772024-12-03T22:30:11.823Z Downloaded foreign-types-macros v0.2.3
7782024-12-03T22:30:11.826Z Downloaded termcolor v1.4.1
7792024-12-03T22:30:11.828Z Downloaded foreign-types v0.3.2
7802024-12-03T22:30:11.828Z Downloaded phf v0.11.2
7812024-12-03T22:30:11.831Z Downloaded darling_core v0.20.10
7822024-12-03T22:30:11.834Z Downloaded defmt-macros v0.3.9
7832024-12-03T22:30:11.837Z Downloaded debug-ignore v1.0.5
7842024-12-03T22:30:11.841Z Downloaded ssh-encoding v0.2.0
7852024-12-03T22:30:11.843Z Downloaded yoke-derive v0.7.4
7862024-12-03T22:30:11.843Z Downloaded postcard v1.0.10
7872024-12-03T22:30:11.845Z Downloaded native-tls v0.2.12
7882024-12-03T22:30:11.848Z Downloaded pkcs5 v0.7.1
7892024-12-03T22:30:11.851Z Downloaded p256 v0.13.2
7902024-12-03T22:30:11.855Z Downloaded shell-words v1.1.0
7912024-12-03T22:30:11.857Z Downloaded rustversion v1.0.17
7922024-12-03T22:30:11.859Z Downloaded rtoolbox v0.0.2
7932024-12-03T22:30:11.862Z Downloaded num_enum_derive v0.5.11
7942024-12-03T22:30:11.862Z Downloaded slog-bunyan v2.5.0
7952024-12-03T22:30:11.864Z Downloaded normalize-line-endings v0.3.0
7962024-12-03T22:30:11.864Z Downloaded rpassword v7.3.1
7972024-12-03T22:30:11.866Z Downloaded hashlink v0.9.1
7982024-12-03T22:30:11.868Z Downloaded half v2.4.1
7992024-12-03T22:30:11.870Z Downloaded salty v0.3.0
8002024-12-03T22:30:11.878Z Downloaded twox-hash v1.6.3
8012024-12-03T22:30:11.880Z Downloaded tinystr v0.7.6
8022024-12-03T22:30:11.883Z Downloaded tiny-keccak v2.0.2
8032024-12-03T22:30:11.885Z Downloaded num v0.4.3
8042024-12-03T22:30:11.887Z Downloaded radium v0.7.0
8052024-12-03T22:30:11.888Z Downloaded aws-lc-rs v1.10.0
8062024-12-03T22:30:11.897Z Downloaded dhcproto-macros v0.1.0
8072024-12-03T22:30:11.900Z Downloaded thiserror-no-std v2.0.2
8082024-12-03T22:30:11.903Z Downloaded untrusted v0.7.1
8092024-12-03T22:30:11.905Z Downloaded universal-hash v0.5.1
8102024-12-03T22:30:11.905Z Downloaded progenitor-impl v0.8.0
8112024-12-03T22:30:11.908Z Downloaded miniz_oxide v0.8.0
8122024-12-03T22:30:11.910Z Downloaded expectorate v1.1.0
8132024-12-03T22:30:11.913Z Downloaded num-derive v0.4.2
8142024-12-03T22:30:11.915Z Downloaded futures v0.3.31
8152024-12-03T22:30:11.920Z Downloaded r2d2 v0.8.10
8162024-12-03T22:30:11.922Z Downloaded foldhash v0.1.3
8172024-12-03T22:30:11.924Z Downloaded phf_shared v0.11.2
8182024-12-03T22:30:11.924Z Downloaded percent-encoding v2.3.1
8192024-12-03T22:30:11.928Z Downloaded serde_yaml v0.9.34+deprecated
8202024-12-03T22:30:11.931Z Downloaded password-hash v0.4.2
8212024-12-03T22:30:11.933Z Downloaded tokio-postgres v0.7.12
8222024-12-03T22:30:11.937Z Downloaded ssh-cipher v0.2.0
8232024-12-03T22:30:11.940Z Downloaded term v0.7.0
8242024-12-03T22:30:11.942Z Downloaded typify v0.2.0
8252024-12-03T22:30:11.946Z Downloaded wyz v0.5.1
8262024-12-03T22:30:11.948Z Downloaded writeable v0.5.5
8272024-12-03T22:30:11.950Z Downloaded spin v0.5.2
8282024-12-03T22:30:11.952Z Downloaded defmt-parser v0.3.4
8292024-12-03T22:30:11.952Z Downloaded signature v2.2.0
8302024-12-03T22:30:11.954Z Downloaded pem-rfc7468 v0.7.0
8312024-12-03T22:30:11.957Z Downloaded num-complex v0.4.6
8322024-12-03T22:30:11.960Z Downloaded nu-ansi-term v0.50.1
8332024-12-03T22:30:11.962Z Downloaded zerocopy v0.6.6
8342024-12-03T22:30:11.962Z Downloaded dunce v1.0.5
8352024-12-03T22:30:11.965Z Downloaded shlex v1.3.0
8362024-12-03T22:30:11.965Z Downloaded time-macros v0.2.18
8372024-12-03T22:30:11.968Z Downloaded diff v0.1.13
8382024-12-03T22:30:11.970Z Downloaded num-integer v0.1.46
8392024-12-03T22:30:11.973Z Downloaded russh-keys v0.45.0
8402024-12-03T22:30:11.975Z Downloaded headers v0.4.0
8412024-12-03T22:30:11.980Z Downloaded steno v0.4.1
8422024-12-03T22:30:11.985Z Downloaded tungstenite v0.24.0
8432024-12-03T22:30:11.988Z Downloaded fragile v2.0.0
8442024-12-03T22:30:11.991Z Downloaded yasna v0.5.2
8452024-12-03T22:30:11.993Z Downloaded flate2 v1.0.34
8462024-12-03T22:30:11.999Z Downloaded yoke v0.7.4
8472024-12-03T22:30:12.002Z Downloaded p521 v0.13.3
8482024-12-03T22:30:12.005Z Downloaded sqlparser v0.45.0
8492024-12-03T22:30:12.011Z Downloaded chrono v0.4.38
8502024-12-03T22:30:12.019Z Downloaded tungstenite v0.21.0
8512024-12-03T22:30:12.023Z Downloaded icu_properties_data v1.5.0
8522024-12-03T22:30:12.034Z Downloaded dropshot_endpoint v0.13.0
8532024-12-03T22:30:12.037Z Downloaded unsafe-libyaml v0.2.11
8542024-12-03T22:30:12.040Z Downloaded rusqlite v0.32.1
8552024-12-03T22:30:12.047Z Downloaded pin-project v1.1.6
8562024-12-03T22:30:12.059Z Downloaded tracing v0.1.40
8572024-12-03T22:30:12.063Z Downloaded zerovec v0.10.4
8582024-12-03T22:30:12.069Z Downloaded quinn-proto v0.11.8
8592024-12-03T22:30:12.076Z Downloaded rustls-webpki v0.102.8
8602024-12-03T22:30:12.094Z Downloaded num-bigint v0.4.6
8612024-12-03T22:30:12.098Z Downloaded mio v1.0.2
8622024-12-03T22:30:12.104Z Downloaded hashbrown v0.12.3
8632024-12-03T22:30:12.108Z Downloaded rustyline v14.0.0
8642024-12-03T22:30:12.113Z Downloaded tokio-util v0.7.12
8652024-12-03T22:30:12.120Z Downloaded h2 v0.4.6
8662024-12-03T22:30:12.127Z Downloaded rustls-webpki v0.101.7
8672024-12-03T22:30:12.142Z Downloaded quinn v0.11.5
8682024-12-03T22:30:12.145Z Downloaded idna v0.4.0
8692024-12-03T22:30:12.151Z Downloaded idna v0.2.3
8702024-12-03T22:30:12.158Z Downloaded hashbrown v0.13.2
8712024-12-03T22:30:12.163Z Downloaded typed-path v0.9.3
8722024-12-03T22:30:12.170Z Downloaded ssh-key v0.6.6
8732024-12-03T22:30:12.177Z Downloaded serde_with v3.11.0
8742024-12-03T22:30:12.186Z Downloaded rayon v1.10.0
8752024-12-03T22:30:12.195Z Downloaded git2 v0.19.0
8762024-12-03T22:30:12.204Z Downloaded vcpkg v0.2.15
8772024-12-03T22:30:12.242Z Downloaded winnow v0.5.40
8782024-12-03T22:30:12.250Z Downloaded nom v7.1.3
8792024-12-03T22:30:12.255Z Downloaded portable-atomic v1.9.0
8802024-12-03T22:30:12.264Z Downloaded proptest v1.5.0
8812024-12-03T22:30:12.274Z Downloaded rustls v0.21.12
8822024-12-03T22:30:12.286Z Downloaded hickory-proto v0.24.1
8832024-12-03T22:30:12.303Z Downloaded trust-dns-proto v0.22.0
8842024-12-03T22:30:12.316Z Downloaded reqwest v0.12.9
8852024-12-03T22:30:12.326Z Downloaded p384 v0.13.0
8862024-12-03T22:30:12.333Z Downloaded quick-xml v0.33.0
8872024-12-03T22:30:12.341Z Downloaded object v0.30.4
8882024-12-03T22:30:12.352Z Downloaded dropshot v0.13.0
8892024-12-03T22:30:12.375Z Downloaded radix_trie v0.2.1
8902024-12-03T22:30:12.380Z Downloaded nix v0.28.0
8912024-12-03T22:30:12.393Z Downloaded regex-syntax v0.6.29
8922024-12-03T22:30:12.401Z Downloaded petname v2.0.2
8932024-12-03T22:30:12.408Z Downloaded object v0.36.5
8942024-12-03T22:30:12.421Z Downloaded regex v1.11.1
8952024-12-03T22:30:12.434Z Downloaded zerocopy v0.8.10
8962024-12-03T22:30:12.459Z Downloaded openapiv3 v2.0.0
8972024-12-03T22:30:12.471Z Downloaded regress v0.10.1
8982024-12-03T22:30:12.481Z Downloaded polar-core v0.27.3
8992024-12-03T22:30:12.490Z Downloaded regex-syntax v0.8.5
9002024-12-03T22:30:12.499Z Downloaded dropshot v0.12.0
9012024-12-03T22:30:12.520Z Downloaded typify-impl v0.2.0
9022024-12-03T22:30:12.535Z Downloaded rustls v0.23.14
9032024-12-03T22:30:12.547Z Downloaded bstr v1.10.0
9042024-12-03T22:30:12.558Z Downloaded zerocopy-derive v0.6.6
9052024-12-03T22:30:12.568Z Downloaded diesel v2.2.4
9062024-12-03T22:30:12.586Z Downloaded webpki-roots v0.26.6
9072024-12-03T22:30:12.590Z Downloaded sled v0.34.7
9082024-12-03T22:30:12.602Z Downloaded nix v0.29.0
9092024-12-03T22:30:12.614Z Downloaded chrono-tz v0.10.0
9102024-12-03T22:30:12.621Z Downloaded ratatui v0.28.1
9112024-12-03T22:30:12.640Z Downloaded lzma-sys v0.1.20
9122024-12-03T22:30:12.669Z Downloaded bzip2-sys v0.1.11+1.0.8
9132024-12-03T22:30:12.680Z Downloaded rustls v0.22.4
9142024-12-03T22:30:12.694Z Downloaded openssl v0.10.66
9152024-12-03T22:30:12.703Z Downloaded unicode-width v0.2.0
9162024-12-03T22:30:12.709Z Downloaded libz-sys v1.1.20
9172024-12-03T22:30:12.729Z Downloaded petgraph v0.6.5
9182024-12-03T22:30:12.746Z Downloaded regex-automata v0.4.8
9192024-12-03T22:30:12.762Z Downloaded regress v0.9.1
9202024-12-03T22:30:12.771Z Downloaded nix v0.27.1
9212024-12-03T22:30:12.781Z Downloaded smoltcp v0.11.0
9222024-12-03T22:30:12.794Z Downloaded gimli v0.31.1
9232024-12-03T22:30:12.802Z Downloaded curve25519-dalek v4.1.3
9242024-12-03T22:30:12.810Z Downloaded smoltcp v0.9.1
9252024-12-03T22:30:12.821Z Downloaded rsa v0.9.6
9262024-12-03T22:30:12.825Z Downloaded idna v0.3.0
9272024-12-03T22:30:12.832Z Downloaded tokio v1.40.0
9282024-12-03T22:30:12.868Z Downloaded csv v1.3.0
9292024-12-03T22:30:12.888Z Downloaded sha3 v0.10.8
9302024-12-03T22:30:12.892Z Downloaded idna v0.5.0
9312024-12-03T22:30:12.899Z Downloaded futures-util v0.3.31
9322024-12-03T22:30:12.909Z Downloaded lalrpop v0.19.12
9332024-12-03T22:30:12.920Z Downloaded ron v0.8.1
9342024-12-03T22:30:12.925Z Downloaded bitvec v1.0.1
9352024-12-03T22:30:12.940Z Downloaded uzers v0.12.1
9362024-12-03T22:30:12.942Z Downloaded parse-zoneinfo v0.3.1
9372024-12-03T22:30:12.945Z Downloaded der v0.7.9
9382024-12-03T22:30:12.949Z Downloaded url v2.5.3
9392024-12-03T22:30:12.952Z Downloaded spin v0.9.8
9402024-12-03T22:30:12.954Z Downloaded num-bigint-dig v0.8.4
9412024-12-03T22:30:12.958Z Downloaded time v0.3.36
9422024-12-03T22:30:12.965Z Downloaded bindgen v0.69.5
9432024-12-03T22:30:12.972Z Downloaded ron v0.7.1
9442024-12-03T22:30:12.977Z Downloaded toml_edit v0.19.15
9452024-12-03T22:30:12.991Z Downloaded reedline v0.35.0
9462024-12-03T22:30:12.999Z Downloaded hashbrown v0.14.5
9472024-12-03T22:30:13.003Z Downloaded dyn-clone v1.0.17
9482024-12-03T22:30:13.006Z Downloaded tinyvec v1.8.0
9492024-12-03T22:30:13.008Z Downloaded rustc-demangle v0.1.24
9502024-12-03T22:30:13.011Z Downloaded dhcproto v0.12.0
9512024-12-03T22:30:13.013Z Downloaded flume v0.11.1
9522024-12-03T22:30:13.015Z Downloaded zip v2.1.3
9532024-12-03T22:30:13.019Z Downloaded serde_with_macros v3.11.0
9542024-12-03T22:30:13.023Z Downloaded progenitor v0.8.0
9552024-12-03T22:30:13.025Z Downloaded parking_lot_core v0.9.10
9562024-12-03T22:30:13.025Z Downloaded subprocess v0.2.9
9572024-12-03T22:30:13.028Z Downloaded itertools v0.13.0
9582024-12-03T22:30:13.035Z Downloaded der_derive v0.7.3
9592024-12-03T22:30:13.040Z Downloaded num-traits v0.2.19
9602024-12-03T22:30:13.043Z Downloaded hash32 v0.3.1
9612024-12-03T22:30:13.044Z Downloaded itertools v0.12.1
9622024-12-03T22:30:13.047Z Downloaded subtle v2.6.1
9632024-12-03T22:30:13.049Z Downloaded strum_macros v0.25.3
9642024-12-03T22:30:13.051Z Downloaded strum_macros v0.24.3
9652024-12-03T22:30:13.054Z Downloaded serde_plain v1.0.2
9662024-12-03T22:30:13.054Z Downloaded postgres-protocol v0.6.7
9672024-12-03T22:30:13.056Z Downloaded serde_derive_internals v0.29.1
9682024-12-03T22:30:13.059Z Downloaded tungstenite v0.23.0
9692024-12-03T22:30:13.061Z Downloaded encoding_rs v0.8.34
9702024-12-03T22:30:13.082Z Downloaded x509-cert v0.2.5
9712024-12-03T22:30:13.087Z Downloaded utf8_iter v1.0.4
9722024-12-03T22:30:13.089Z Downloaded utf16_iter v1.0.5
9732024-12-03T22:30:13.089Z Downloaded libm v0.2.8
9742024-12-03T22:30:13.096Z Downloaded static_assertions v1.1.0
9752024-12-03T22:30:13.098Z Downloaded serde_path_to_error v0.1.16
9762024-12-03T22:30:13.101Z Downloaded dropshot_endpoint v0.12.0
9772024-12-03T22:30:13.103Z Downloaded socket2 v0.5.7
9782024-12-03T22:30:13.106Z Downloaded snafu v0.8.5
9792024-12-03T22:30:13.110Z Downloaded unicode-segmentation v1.12.0
9802024-12-03T22:30:13.113Z Downloaded russh v0.45.0
9812024-12-03T22:30:13.118Z Downloaded libxml v0.3.3
9822024-12-03T22:30:13.124Z Downloaded parse-display-derive v0.10.0
9832024-12-03T22:30:13.126Z Downloaded parse-display v0.10.0
9842024-12-03T22:30:13.126Z Downloaded unicode_categories v0.1.1
9852024-12-03T22:30:13.128Z Downloaded fallible-iterator v0.3.0
9862024-12-03T22:30:13.131Z Downloaded rustls-pemfile v2.2.0
9872024-12-03T22:30:13.131Z Downloaded zopfli v0.8.1
9882024-12-03T22:30:13.134Z Downloaded predicates v3.1.2
9892024-12-03T22:30:13.138Z Downloaded embedded-io v0.6.1
9902024-12-03T22:30:13.138Z Downloaded embedded-io v0.4.0
9912024-12-03T22:30:13.141Z Downloaded rand v0.8.5
9922024-12-03T22:30:13.144Z Downloaded libgit2-sys v0.17.0+1.8.1
9932024-12-03T22:30:13.198Z Downloaded gethostname v0.5.0
9942024-12-03T22:30:13.201Z Downloaded pkcs1 v0.7.5
9952024-12-03T22:30:13.203Z Downloaded tracing-core v0.1.32
9962024-12-03T22:30:13.205Z Downloaded rustc_version v0.1.7
9972024-12-03T22:30:13.207Z Downloaded quinn-udp v0.5.5
9982024-12-03T22:30:13.207Z Downloaded openssl-probe v0.1.5
9992024-12-03T22:30:13.210Z Downloaded openssl-macros v0.1.1
10002024-12-03T22:30:13.210Z Downloaded enum-as-inner v0.5.1
10012024-12-03T22:30:13.213Z Downloaded tokio-rustls v0.25.0
10022024-12-03T22:30:13.214Z Downloaded pkg-config v0.3.31
10032024-12-03T22:30:13.216Z Downloaded tokio-rustls v0.26.0
10042024-12-03T22:30:13.216Z Downloaded elliptic-curve v0.13.8
10052024-12-03T22:30:13.219Z Downloaded ed25519-dalek v2.1.1
10062024-12-03T22:30:13.222Z Downloaded packed_struct_codegen v0.10.1
10072024-12-03T22:30:13.224Z Downloaded num_enum v0.5.11
10082024-12-03T22:30:13.227Z Downloaded num-iter v0.1.45
10092024-12-03T22:30:13.230Z Downloaded snafu-derive v0.8.5
10102024-12-03T22:30:13.230Z Downloaded slog-term v2.9.1
10112024-12-03T22:30:13.232Z Downloaded sec1 v0.7.3
10122024-12-03T22:30:13.235Z Downloaded sct v0.7.1
10132024-12-03T22:30:13.238Z Downloaded rayon-core v1.12.1
10142024-12-03T22:30:13.241Z Downloaded crossbeam-channel v0.5.13
10152024-12-03T22:30:13.244Z Downloaded openssl-sys v0.9.103
10162024-12-03T22:30:13.249Z Downloaded minimal-lexical v0.2.1
10172024-12-03T22:30:13.253Z Downloaded pin-project-internal v1.1.6
10182024-12-03T22:30:13.256Z Downloaded password-hash v0.5.0
10192024-12-03T22:30:13.258Z Downloaded globset v0.4.15
10202024-12-03T22:30:13.264Z Downloaded test-strategy v0.3.1
10212024-12-03T22:30:13.264Z Downloaded thiserror v2.0.3
10222024-12-03T22:30:13.268Z Downloaded signal-hook v0.3.17
10232024-12-03T22:30:13.271Z Downloaded publicsuffix v2.2.3
10242024-12-03T22:30:13.273Z Downloaded tokio-tungstenite v0.23.1
10252024-12-03T22:30:13.273Z Downloaded postgres-types v0.2.8
10262024-12-03T22:30:13.276Z Downloaded float-ord v0.3.2
10272024-12-03T22:30:13.279Z Downloaded endian-type v0.1.2
10282024-12-03T22:30:13.279Z Downloaded zone_cfg_derive v0.3.0
10292024-12-03T22:30:13.279Z Downloaded pem v3.0.4
10302024-12-03T22:30:13.281Z Downloaded parking_lot v0.12.3
10312024-12-03T22:30:13.283Z Downloaded oso v0.27.3
10322024-12-03T22:30:13.285Z Downloaded mockall_derive v0.13.0
10332024-12-03T22:30:13.287Z Downloaded unicode-bidi v0.3.17
10342024-12-03T22:30:13.290Z Downloaded group v0.13.0
10352024-12-03T22:30:13.290Z Downloaded unicase v2.7.0
10362024-12-03T22:30:13.292Z Downloaded peg-macros v0.8.4
10372024-12-03T22:30:13.294Z Downloaded getrandom v0.2.15
10382024-12-03T22:30:13.297Z Downloaded tar v0.4.42
10392024-12-03T22:30:13.299Z Downloaded fallible-iterator v0.2.0
10402024-12-03T22:30:13.300Z Downloaded semver v0.1.20
10412024-12-03T22:30:13.302Z Downloaded http v1.1.0
10422024-12-03T22:30:13.304Z Downloaded const_format v0.2.33
10432024-12-03T22:30:13.308Z Downloaded cc v1.1.30
10442024-12-03T22:30:13.311Z Downloaded pin-utils v0.1.0
10452024-12-03T22:30:13.314Z Downloaded peg-runtime v0.8.3
10462024-12-03T22:30:13.314Z Downloaded unicode-xid v0.2.6
10472024-12-03T22:30:13.317Z Downloaded samael v0.0.17
10482024-12-03T22:30:13.322Z Downloaded structmeta-derive v0.2.0
10492024-12-03T22:30:13.327Z Downloaded prettyplease v0.2.25
10502024-12-03T22:30:13.327Z Downloaded secrecy v0.8.0
10512024-12-03T22:30:13.329Z Downloaded dirs-next v2.0.0
10522024-12-03T22:30:13.329Z Downloaded schemars_derive v0.8.21
10532024-12-03T22:30:13.329Z Downloaded ref-cast v1.0.23
10542024-12-03T22:30:13.331Z Downloaded ecdsa v0.16.9
10552024-12-03T22:30:13.333Z Downloaded similar v2.6.0
10562024-12-03T22:30:13.336Z Downloaded derive_builder_core v0.20.2
10572024-12-03T22:30:13.339Z Downloaded hkdf v0.12.4
10582024-12-03T22:30:13.341Z Downloaded data-encoding v2.6.0
10592024-12-03T22:30:13.343Z Downloaded walkdir v2.5.0
10602024-12-03T22:30:13.343Z Downloaded wait-timeout v0.2.0
10612024-12-03T22:30:13.346Z Downloaded bumpalo v3.16.0
10622024-12-03T22:30:13.348Z Downloaded peg v0.8.4
10632024-12-03T22:30:13.351Z Downloaded pbkdf2 v0.11.0
10642024-12-03T22:30:13.353Z Downloaded icu_properties v1.5.1
10652024-12-03T22:30:13.358Z Downloaded crossbeam-utils v0.8.20
10662024-12-03T22:30:13.360Z Downloaded foreign-types-shared v0.3.1
10672024-12-03T22:30:13.363Z Downloaded fixedbitset v0.4.2
10682024-12-03T22:30:13.363Z Downloaded ed25519 v2.2.3
10692024-12-03T22:30:13.366Z Downloaded crc-any v2.5.0
10702024-12-03T22:30:13.368Z Downloaded cookie v0.18.1
10712024-12-03T22:30:13.370Z Downloaded ciborium v0.2.2
10722024-12-03T22:30:13.372Z Downloaded icu_locid v1.5.0
10732024-12-03T22:30:13.375Z Downloaded base64 v0.22.1
10742024-12-03T22:30:13.379Z Downloaded base64 v0.21.7
10752024-12-03T22:30:13.383Z Downloaded unicode-truncate v1.1.0
10762024-12-03T22:30:13.385Z Downloaded const-oid v0.9.6
10772024-12-03T22:30:13.387Z Downloaded mirai-annotations v1.12.0
10782024-12-03T22:30:13.387Z Downloaded tabwriter v1.4.0
10792024-12-03T22:30:13.390Z Downloaded spki v0.7.3
10802024-12-03T22:30:13.390Z Downloaded memmap2 v0.9.5
10812024-12-03T22:30:13.393Z Downloaded lalrpop-util v0.19.12
10822024-12-03T22:30:13.393Z Downloaded slog-json v2.6.1
10832024-12-03T22:30:13.396Z Downloaded litemap v0.7.3
10842024-12-03T22:30:13.398Z Downloaded hyper-util v0.1.10
10852024-12-03T22:30:13.401Z Downloaded hickory-server v0.24.1
10862024-12-03T22:30:13.405Z Downloaded crc32fast v1.4.2
10872024-12-03T22:30:13.408Z Downloaded serde_repr v0.1.19
10882024-12-03T22:30:13.410Z Downloaded const_format_proc_macros v0.2.33
10892024-12-03T22:30:13.413Z Downloaded chacha20 v0.9.1
10902024-12-03T22:30:13.413Z Downloaded icu_locid_transform v1.5.0
10912024-12-03T22:30:13.416Z Downloaded rfc6979 v0.4.0
10922024-12-03T22:30:13.416Z Downloaded ref-cast-impl v1.0.23
10932024-12-03T22:30:13.420Z Downloaded cassowary v0.3.0
10942024-12-03T22:30:13.420Z Downloaded allocator-api2 v0.2.18
10952024-12-03T22:30:13.423Z Downloaded managed v0.8.0
10962024-12-03T22:30:13.423Z Downloaded libsw v3.3.1
10972024-12-03T22:30:13.426Z Downloaded linear-map v1.2.0
10982024-12-03T22:30:13.426Z Downloaded kstat-rs v0.2.4
10992024-12-03T22:30:13.428Z Downloaded maplit v1.0.2
11002024-12-03T22:30:13.428Z Downloaded libefi-sys v0.1.0
11012024-12-03T22:30:13.428Z Downloaded cobs v0.2.3
11022024-12-03T22:30:13.430Z Downloaded cipher v0.4.4
11032024-12-03T22:30:13.433Z Downloaded indent_write v2.2.0
11042024-12-03T22:30:13.433Z Downloaded chrono-tz-build v0.4.0
11052024-12-03T22:30:13.433Z Downloaded keccak v0.1.5
11062024-12-03T22:30:13.436Z Downloaded colored v2.1.0
11072024-12-03T22:30:13.438Z Downloaded cmake v0.1.51
11082024-12-03T22:30:13.438Z Downloaded ciborium-ll v0.2.2
11092024-12-03T22:30:13.438Z Downloaded impl-trait-for-tuples v0.2.2
11102024-12-03T22:30:13.442Z Downloaded castaway v0.2.3
11112024-12-03T22:30:13.442Z Downloaded buf-list v1.0.3
11122024-12-03T22:30:13.445Z Downloaded bitfield-struct v0.6.2
11132024-12-03T22:30:13.445Z Downloaded lockfree-object-pool v0.1.6
11142024-12-03T22:30:13.447Z Downloaded linked-hash-map v0.5.6
11152024-12-03T22:30:13.450Z Downloaded addr2line v0.24.2
11162024-12-03T22:30:13.453Z Downloaded ciborium-io v0.2.2
11172024-12-03T22:30:13.453Z Downloaded block-padding v0.3.3
11182024-12-03T22:30:13.455Z Downloaded base16ct v0.2.0
11192024-12-03T22:30:13.457Z Downloaded aho-corasick v1.1.3
11202024-12-03T22:30:13.461Z Downloaded cstr-argument v0.1.2
11212024-12-03T22:30:13.463Z Downloaded crunchy v0.2.2
11222024-12-03T22:30:13.464Z Downloaded crucible-workspace-hack v0.1.0
11232024-12-03T22:30:13.464Z Downloaded async-bb8-diesel v0.2.1
11242024-12-03T22:30:13.466Z Downloaded cfg_aliases v0.2.1
11252024-12-03T22:30:13.469Z Downloaded cfg_aliases v0.1.1
11262024-12-03T22:30:13.469Z Downloaded httparse v1.9.5
11272024-12-03T22:30:13.472Z Downloaded hostname v0.4.0
11282024-12-03T22:30:13.472Z Downloaded bitfield v0.14.0
11292024-12-03T22:30:13.474Z Downloaded bcrypt-pbkdf v0.10.0
11302024-12-03T22:30:13.474Z Downloaded bb8 v0.8.5
11312024-12-03T22:30:13.476Z Downloaded atomic-waker v1.1.2
11322024-12-03T22:30:13.476Z Downloaded array-init v0.0.4
11332024-12-03T22:30:13.476Z Downloaded hex v0.4.3
11342024-12-03T22:30:13.479Z Downloaded heck v0.3.3
11352024-12-03T22:30:13.479Z Downloaded heapless v0.8.0
11362024-12-03T22:30:13.516Z Downloaded ring v0.17.8
11372024-12-03T22:30:13.667Z Downloaded ring v0.16.20
11382024-12-03T22:30:13.747Z Downloaded libsqlite3-sys v0.30.1
11392024-12-03T22:30:13.937Z Downloaded aws-lc-sys v0.22.0
11402024-12-03T22:30:14.239Z Compiling serde v1.0.215
11412024-12-03T22:30:14.241Z Compiling lock_api v0.4.12
11422024-12-03T22:30:14.241Z Compiling scopeguard v1.2.0
11432024-12-03T22:30:14.241Z Compiling value-bag v1.9.0
11442024-12-03T22:30:14.241Z Compiling typenum v1.17.0
11452024-12-03T22:30:14.396Z Compiling generic-array v0.14.7
11462024-12-03T22:30:14.434Z Compiling syn v2.0.87
11472024-12-03T22:30:14.448Z Compiling getrandom v0.2.15
11482024-12-03T22:30:14.527Z Compiling subtle v2.6.1
11492024-12-03T22:30:14.695Z Compiling rand_core v0.6.4
11502024-12-03T22:30:14.880Z Compiling shlex v1.3.0
11512024-12-03T22:30:14.931Z Compiling log v0.4.22
11522024-12-03T22:30:14.963Z Compiling jobserver v0.1.32
11532024-12-03T22:30:15.061Z Compiling const-oid v0.9.6
11542024-12-03T22:30:15.240Z Compiling smallvec v1.13.2
11552024-12-03T22:30:15.261Z Compiling spin v0.9.8
11562024-12-03T22:30:15.264Z Compiling pin-project-lite v0.2.14
11572024-12-03T22:30:15.413Z Compiling cc v1.1.30
11582024-12-03T22:30:15.645Z Compiling rustix v0.38.37
11592024-12-03T22:30:15.675Z Compiling parking_lot_core v0.9.10
11602024-12-03T22:30:15.797Z Compiling futures-core v0.3.31
11612024-12-03T22:30:15.850Z Compiling signal-hook-registry v1.4.2
11622024-12-03T22:30:16.056Z Compiling mio v1.0.2
11632024-12-03T22:30:16.531Z Compiling parking_lot v0.12.3
11642024-12-03T22:30:16.674Z Compiling aho-corasick v1.1.3
11652024-12-03T22:30:16.950Z Compiling regex-syntax v0.8.5
11662024-12-03T22:30:17.190Z Compiling cpufeatures v0.2.14
11672024-12-03T22:30:17.218Z Compiling either v1.13.0
11682024-12-03T22:30:17.294Z Compiling lazy_static v1.5.0
11692024-12-03T22:30:17.377Z Compiling glob v0.3.1
11702024-12-03T22:30:17.422Z Compiling stable_deref_trait v1.2.0
11712024-12-03T22:30:17.543Z Compiling futures-sink v0.3.31
11722024-12-03T22:30:17.586Z Compiling socket2 v0.5.7
11732024-12-03T22:30:17.670Z Compiling slab v0.4.9
11742024-12-03T22:30:17.712Z Compiling prettyplease v0.2.25
11752024-12-03T22:30:18.066Z Compiling minimal-lexical v0.2.1
11762024-12-03T22:30:18.437Z Compiling clang-sys v1.8.1
11772024-12-03T22:30:18.460Z Compiling libloading v0.8.5
11782024-12-03T22:30:18.588Z Compiling nom v7.1.3
11792024-12-03T22:30:18.623Z Compiling serde_json v1.0.132
11802024-12-03T22:30:18.886Z Compiling bindgen v0.69.5
11812024-12-03T22:30:18.947Z Compiling home v0.5.9
11822024-12-03T22:30:19.265Z Compiling futures-channel v0.3.31
11832024-12-03T22:30:19.703Z Compiling itertools v0.12.1
11842024-12-03T22:30:19.722Z Compiling foldhash v0.1.3
11852024-12-03T22:30:19.901Z Compiling rustc-hash v1.1.0
11862024-12-03T22:30:20.037Z Compiling pin-utils v0.1.0
11872024-12-03T22:30:20.073Z Compiling futures-task v0.3.31
11882024-12-03T22:30:20.147Z Compiling futures-io v0.3.31
11892024-12-03T22:30:20.396Z Compiling lazycell v1.3.0
11902024-12-03T22:30:20.478Z Compiling allocator-api2 v0.2.18
11912024-12-03T22:30:20.567Z Compiling cmake v0.1.51
11922024-12-03T22:30:21.286Z Compiling regex-automata v0.4.8
11932024-12-03T22:30:21.636Z Compiling hashbrown v0.15.0
11942024-12-03T22:30:22.422Z Compiling synstructure v0.13.1
11952024-12-03T22:30:22.860Z Compiling cexpr v0.6.0
11962024-12-03T22:30:23.024Z Compiling libm v0.2.8
11972024-12-03T22:30:23.356Z Compiling dunce v1.0.5
11982024-12-03T22:30:23.493Z Compiling fs_extra v1.3.0
11992024-12-03T22:30:23.957Z Compiling tinyvec_macros v0.1.1
12002024-12-03T22:30:24.054Z Compiling pkg-config v0.3.31
12012024-12-03T22:30:24.077Z Compiling tinyvec v1.8.0
12022024-12-03T22:30:24.122Z Compiling num-traits v0.2.19
12032024-12-03T22:30:24.694Z Compiling ring v0.17.8
12042024-12-03T22:30:25.602Z Compiling unicode-normalization v0.1.24
12052024-12-03T22:30:25.631Z Compiling base64ct v1.6.0
12062024-12-03T22:30:25.797Z Compiling writeable v0.5.5
12072024-12-03T22:30:25.830Z Compiling paste v1.0.15
12082024-12-03T22:30:26.070Z Compiling litemap v0.7.3
12092024-12-03T22:30:26.193Z Compiling unicode-bidi v0.3.17
12102024-12-03T22:30:26.370Z Compiling pem-rfc7468 v0.7.0
12112024-12-03T22:30:26.700Z Compiling httparse v1.9.5
12122024-12-03T22:30:27.121Z Compiling regex v1.11.1
12132024-12-03T22:30:27.461Z Compiling flagset v0.4.6
12142024-12-03T22:30:27.615Z Compiling aws-lc-rs v1.10.0
12152024-12-03T22:30:28.070Z Compiling tracing-core v0.1.32
12162024-12-03T22:30:28.223Z Compiling rustls-pki-types v1.9.0
12172024-12-03T22:30:28.500Z Compiling crossbeam-utils v0.8.20
12182024-12-03T22:30:28.849Z Compiling percent-encoding v2.3.1
12192024-12-03T22:30:29.066Z Compiling icu_locid_transform_data v1.5.0
12202024-12-03T22:30:29.223Z Compiling mirai-annotations v1.12.0
12212024-12-03T22:30:29.328Z Compiling icu_properties_data v1.5.0
12222024-12-03T22:30:29.349Z Compiling serde_derive v1.0.215
12232024-12-03T22:30:29.416Z Compiling zeroize_derive v1.4.2
12242024-12-03T22:30:29.436Z Compiling zerocopy-derive v0.7.35
12252024-12-03T22:30:29.578Z Compiling tokio-macros v2.4.0
12262024-12-03T22:30:29.922Z Compiling zerofrom-derive v0.1.4
12272024-12-03T22:30:30.970Z Compiling zeroize v1.8.1
12282024-12-03T22:30:31.189Z Compiling thiserror-impl v1.0.69
12292024-12-03T22:30:31.340Z Compiling yoke-derive v0.7.4
12302024-12-03T22:30:31.749Z Compiling zerocopy v0.7.35
12312024-12-03T22:30:32.345Z Compiling zerovec-derive v0.10.3
12322024-12-03T22:30:32.797Z Compiling crypto-common v0.1.6
12332024-12-03T22:30:33.055Z Compiling block-buffer v0.10.4
12342024-12-03T22:30:33.328Z Compiling digest v0.10.7
12352024-12-03T22:30:33.374Z Compiling futures-macro v0.3.31
12362024-12-03T22:30:33.842Z Compiling hmac v0.12.1
12372024-12-03T22:30:34.101Z Compiling block-padding v0.3.3
12382024-12-03T22:30:34.122Z Compiling zerofrom v0.1.4
12392024-12-03T22:30:34.214Z Compiling displaydoc v0.2.5
12402024-12-03T22:30:34.344Z Compiling inout v0.1.3
12412024-12-03T22:30:34.365Z Compiling sha2 v0.10.8
12422024-12-03T22:30:34.539Z Compiling yoke v0.7.4
12432024-12-03T22:30:34.609Z Compiling thiserror v1.0.69
12442024-12-03T22:30:34.628Z Compiling cipher v0.4.4
12452024-12-03T22:30:34.760Z Compiling ppv-lite86 v0.2.20
12462024-12-03T22:30:34.912Z Compiling der_derive v0.7.3
12472024-12-03T22:30:35.091Z Compiling zerovec v0.10.4
12482024-12-03T22:30:35.151Z Compiling icu_provider_macros v1.5.0
12492024-12-03T22:30:35.325Z Compiling futures-util v0.3.31
12502024-12-03T22:30:35.631Z Compiling rand_chacha v0.3.1
12512024-12-03T22:30:35.920Z Compiling tracing-attributes v0.1.27
12522024-12-03T22:30:36.364Z Compiling rand v0.8.5
12532024-12-03T22:30:37.310Z Compiling tinystr v0.7.6
12542024-12-03T22:30:37.476Z Compiling der v0.7.9
12552024-12-03T22:30:37.771Z Compiling icu_locid v1.5.0
12562024-12-03T22:30:37.966Z Compiling icu_collections v1.5.0
12572024-12-03T22:30:38.135Z Compiling salsa20 v0.10.2
12582024-12-03T22:30:38.383Z Compiling pest v2.7.14
12592024-12-03T22:30:38.590Z Compiling pbkdf2 v0.12.2
12602024-12-03T22:30:38.771Z Compiling vcpkg v0.2.15
12612024-12-03T22:30:39.415Z Compiling icu_provider v1.5.0
12622024-12-03T22:30:39.702Z Compiling tracing v0.1.40
12632024-12-03T22:30:40.207Z Compiling icu_locid_transform v1.5.0
12642024-12-03T22:30:40.248Z Compiling spki v0.7.3
12652024-12-03T22:30:40.531Z Compiling untrusted v0.7.1
12662024-12-03T22:30:40.636Z Compiling time-core v0.1.2
12672024-12-03T22:30:40.718Z Compiling num-conv v0.1.0
12682024-12-03T22:30:40.815Z Compiling powerfmt v0.2.0
12692024-12-03T22:30:40.842Z Compiling untrusted v0.9.0
12702024-12-03T22:30:40.916Z Compiling openssl-sys v0.9.103
12712024-12-03T22:30:40.998Z Compiling time-macros v0.2.18
12722024-12-03T22:30:41.215Z Compiling deranged v0.3.11
12732024-12-03T22:30:41.472Z Compiling icu_properties v1.5.1
12742024-12-03T22:30:41.636Z Compiling pest_meta v2.7.14
12752024-12-03T22:30:42.060Z Compiling scrypt v0.11.0
12762024-12-03T22:30:42.682Z Compiling aes v0.8.4
12772024-12-03T22:30:42.915Z Compiling cbc v0.1.2
12782024-12-03T22:30:43.156Z Compiling scroll_derive v0.12.0
12792024-12-03T22:30:43.870Z Compiling bitflags v2.6.0
12802024-12-03T22:30:44.338Z Compiling bytes v1.8.0
12812024-12-03T22:30:44.668Z Compiling indexmap v2.6.0
12822024-12-03T22:30:44.826Z Compiling semver v1.0.23
12832024-12-03T22:30:45.551Z Compiling tokio v1.40.0
12842024-12-03T22:30:45.588Z Compiling http v1.1.0
12852024-12-03T22:30:45.675Z Compiling rustc_version v0.4.1
12862024-12-03T22:30:46.122Z Compiling utf8_iter v1.0.4
12872024-12-03T22:30:46.392Z Compiling write16 v1.0.0
12882024-12-03T22:30:46.469Z Compiling atomic-waker v1.1.2
12892024-12-03T22:30:46.490Z Compiling icu_normalizer_data v1.5.0
12902024-12-03T22:30:46.517Z Compiling utf16_iter v1.0.5
12912024-12-03T22:30:46.590Z Compiling num_threads v0.1.7
12922024-12-03T22:30:46.656Z Compiling scroll v0.12.0
12932024-12-03T22:30:46.752Z Compiling time v0.3.36
12942024-12-03T22:30:46.773Z Compiling icu_normalizer v1.5.0
12952024-12-03T22:30:46.801Z Compiling pkcs5 v0.7.1
12962024-12-03T22:30:47.253Z Compiling http-body v1.0.1
12972024-12-03T22:30:47.514Z Compiling pest_generator v2.7.14
12982024-12-03T22:30:47.857Z Compiling form_urlencoded v1.2.1
12992024-12-03T22:30:48.034Z Compiling slog v2.7.0
13002024-12-03T22:30:48.141Z Compiling try-lock v0.2.5
13012024-12-03T22:30:48.182Z Compiling goblin v0.8.2
13022024-12-03T22:30:48.291Z Compiling want v0.3.1
13032024-12-03T22:30:48.552Z Compiling which v4.4.2
13042024-12-03T22:30:48.654Z Compiling idna_adapter v1.2.0
13052024-12-03T22:30:48.834Z Compiling pkcs8 v0.10.2
13062024-12-03T22:30:49.183Z Compiling httpdate v1.0.3
13072024-12-03T22:30:49.507Z Compiling pest_derive v2.7.14
13082024-12-03T22:30:49.544Z Compiling idna v1.0.3
13092024-12-03T22:30:49.899Z Compiling toml_datetime v0.6.8
13102024-12-03T22:30:50.322Z Compiling dtrace-parser v0.2.0
13112024-12-03T22:30:50.434Z Compiling serde_tokenstream v0.2.2
13122024-12-03T22:30:50.511Z Compiling uuid v1.11.0
13132024-12-03T22:30:51.064Z Compiling serde_spanned v0.6.8
13142024-12-03T22:30:51.310Z Compiling base64 v0.22.1
13152024-12-03T22:30:51.372Z Compiling adler2 v2.0.0
13162024-12-03T22:30:51.598Z Compiling rustversion v1.0.17
13172024-12-03T22:30:52.001Z Compiling tower-service v0.3.3
13182024-12-03T22:30:52.095Z Compiling iana-time-zone v0.1.61
13192024-12-03T22:30:52.097Z Compiling openssl v0.10.66
13202024-12-03T22:30:52.141Z Compiling foreign-types-shared v0.1.1
13212024-12-03T22:30:52.250Z Compiling match_cfg v0.1.0
13222024-12-03T22:30:52.364Z Compiling hostname v0.3.1
13232024-12-03T22:30:52.413Z Compiling chrono v0.4.38
13242024-12-03T22:30:52.552Z Compiling foreign-types v0.3.2
13252024-12-03T22:30:52.572Z Compiling miniz_oxide v0.8.0
13262024-12-03T22:30:52.594Z Compiling url v2.5.3
13272024-12-03T22:30:52.651Z Compiling async-trait v0.1.83
13282024-12-03T22:30:54.010Z Compiling tokio-util v0.7.12
13292024-12-03T22:30:54.113Z Compiling dof v0.3.0
13302024-12-03T22:30:54.573Z Compiling openssl-macros v0.1.1
13312024-12-03T22:30:55.350Z Compiling h2 v0.4.6
13322024-12-03T22:30:55.461Z Compiling usdt-impl v0.5.0
13332024-12-03T22:30:55.482Z Compiling dirs-sys-next v0.1.2
13342024-12-03T22:30:56.163Z Compiling siphasher v0.3.11
13352024-12-03T22:30:56.166Z Compiling rustls v0.22.4
13362024-12-03T22:30:56.311Z Compiling native-tls v0.2.12
13372024-12-03T22:30:56.452Z Compiling syn v1.0.109
13382024-12-03T22:30:56.525Z Compiling data-encoding v2.6.0
13392024-12-03T22:30:56.653Z Compiling rustls v0.23.14
13402024-12-03T22:30:57.031Z Compiling dirs-next v2.0.0
13412024-12-03T22:30:57.241Z Compiling http-body-util v0.1.2
13422024-12-03T22:30:57.819Z Compiling heapless v0.7.17
13432024-12-03T22:30:58.264Z Compiling crossbeam-epoch v0.9.18
13442024-12-03T22:30:58.589Z Compiling sha1 v0.10.6
13452024-12-03T22:30:58.610Z Compiling signature v2.2.0
13462024-12-03T22:30:58.924Z Compiling bzip2-sys v0.1.11+1.0.8
13472024-12-03T22:30:58.995Z Compiling serde_derive_internals v0.29.1
13482024-12-03T22:30:59.028Z Compiling thread_local v1.1.8
13492024-12-03T22:30:59.030Z Compiling encoding_rs v0.8.34
13502024-12-03T22:30:59.402Z Compiling multer v3.1.0
13512024-12-03T22:30:59.601Z Compiling cookie v0.18.1
13522024-12-03T22:30:59.680Z Compiling rayon-core v1.12.1
13532024-12-03T22:30:59.886Z Compiling ipnet v2.10.1
13542024-12-03T22:30:59.939Z Compiling schemars v0.8.21
13552024-12-03T22:31:00.283Z Compiling unicode-properties v0.1.3
13562024-12-03T22:31:00.711Z Compiling openssl-probe v0.1.5
13572024-12-03T22:31:01.089Z Compiling slog-async v2.8.0
13582024-12-03T22:31:01.195Z Compiling mime v0.3.17
13592024-12-03T22:31:01.218Z Compiling signal-hook v0.3.17
13602024-12-03T22:31:01.467Z Compiling gimli v0.31.1
13612024-12-03T22:31:01.627Z Compiling toml_edit v0.22.22
13622024-12-03T22:31:01.899Z Compiling schemars_derive v0.8.21
13632024-12-03T22:31:01.954Z Compiling stringprep v0.1.5
13642024-12-03T22:31:03.267Z Compiling hyper v1.5.0
13652024-12-03T22:31:05.210Z Compiling crossbeam-deque v0.8.5
13662024-12-03T22:31:05.576Z Compiling usdt-macro v0.5.0
13672024-12-03T22:31:05.895Z Compiling hyper-util v0.1.10
13682024-12-03T22:31:05.916Z Compiling usdt-attr-macro v0.5.0
13692024-12-03T22:31:06.026Z Compiling addr2line v0.24.2
13702024-12-03T22:31:06.833Z Compiling term v0.7.0
13712024-12-03T22:31:07.091Z Compiling slog-json v2.6.1
13722024-12-03T22:31:07.409Z Compiling serde_urlencoded v0.7.1
13732024-12-03T22:31:07.501Z Compiling curve25519-dalek v4.1.3
13742024-12-03T22:31:07.607Z Compiling crossbeam-channel v0.5.13
13752024-12-03T22:31:07.953Z Compiling futures-executor v0.3.31
13762024-12-03T22:31:08.117Z Compiling enum-as-inner v0.6.1
13772024-12-03T22:31:08.441Z Compiling md-5 v0.10.6
13782024-12-03T22:31:08.557Z Compiling async-stream-impl v0.3.6
13792024-12-03T22:31:08.725Z Compiling rustls-pemfile v2.2.0
13802024-12-03T22:31:08.746Z Compiling num-integer v0.1.46
13812024-12-03T22:31:09.072Z Compiling idna v0.3.0
13822024-12-03T22:31:09.177Z Compiling idna v0.4.0
13832024-12-03T22:31:09.214Z Compiling hash32 v0.2.1
13842024-12-03T22:31:09.537Z Compiling ff v0.13.0
13852024-12-03T22:31:09.621Z Compiling is-terminal v0.4.13
13862024-12-03T22:31:09.758Z Compiling object v0.36.5
13872024-12-03T22:31:09.758Z Compiling dropshot v0.12.0
13882024-12-03T22:31:09.918Z Compiling rustc-demangle v0.1.24
13892024-12-03T22:31:09.971Z Compiling smoltcp v0.9.1
13902024-12-03T22:31:10.043Z Compiling quick-error v1.2.3
13912024-12-03T22:31:10.203Z Compiling anyhow v1.0.93
13922024-12-03T22:31:10.667Z Compiling num-bigint-dig v0.8.4
13932024-12-03T22:31:10.798Z Compiling base16ct v0.2.0
13942024-12-03T22:31:10.838Z Compiling utf-8 v0.7.6
13952024-12-03T22:31:10.915Z Compiling psl-types v2.0.11
13962024-12-03T22:31:10.932Z Compiling take_mut v0.2.2
13972024-12-03T22:31:10.955Z Compiling portable-atomic v1.9.0
13982024-12-03T22:31:11.092Z Compiling fallible-iterator v0.2.0
13992024-12-03T22:31:11.117Z Compiling linked-hash-map v0.5.6
14002024-12-03T22:31:11.120Z Compiling dyn-clone v1.0.17
14012024-12-03T22:31:11.162Z Compiling publicsuffix v2.2.3
14022024-12-03T22:31:11.505Z Compiling lru-cache v0.1.2
14032024-12-03T22:31:11.763Z Compiling tungstenite v0.24.0
14042024-12-03T22:31:11.863Z Compiling postgres-protocol v0.6.7
14052024-12-03T22:31:12.132Z Compiling sec1 v0.7.3
14062024-12-03T22:31:12.792Z Compiling resolv-conf v0.7.0
14072024-12-03T22:31:13.107Z Compiling hickory-proto v0.24.1
14082024-12-03T22:31:13.311Z Compiling async-stream v0.3.6
14092024-12-03T22:31:13.610Z Compiling group v0.13.0
14102024-12-03T22:31:13.631Z Compiling slog-term v2.9.1
14112024-12-03T22:31:13.956Z Compiling usdt v0.5.0
14122024-12-03T22:31:14.470Z Compiling num-iter v0.1.45
14132024-12-03T22:31:14.679Z Compiling futures v0.3.31
14142024-12-03T22:31:14.915Z Compiling slog-bunyan v2.5.0
14152024-12-03T22:31:15.133Z Compiling toml v0.8.19
14162024-12-03T22:31:16.337Z Compiling tokio-native-tls v0.3.1
14172024-12-03T22:31:16.625Z Compiling camino v1.1.9
14182024-12-03T22:31:16.857Z Compiling phf_shared v0.11.2
14192024-12-03T22:31:16.958Z Compiling dropshot_endpoint v0.12.0
14202024-12-03T22:31:17.253Z Compiling backtrace v0.3.74
14212024-12-03T22:31:17.492Z Compiling terminal_size v0.4.0
14222024-12-03T22:31:17.655Z Compiling waitgroup v0.1.2
14232024-12-03T22:31:17.732Z Compiling openapiv3 v2.0.0
14242024-12-03T22:31:17.875Z Compiling serde_path_to_error v0.1.16
14252024-12-03T22:31:17.990Z Compiling hkdf v0.12.4
14262024-12-03T22:31:18.260Z Compiling crypto-bigint v0.5.5
14272024-12-03T22:31:18.737Z Compiling zerocopy-derive v0.6.6
14282024-12-03T22:31:21.036Z Compiling curve25519-dalek-derive v0.1.1
14292024-12-03T22:31:21.057Z Compiling webpki-roots v0.26.6
14302024-12-03T22:31:21.150Z Compiling hubpack_derive v0.1.1
14312024-12-03T22:31:21.283Z Compiling idna v0.5.0
14322024-12-03T22:31:21.645Z Compiling hostname v0.4.0
14332024-12-03T22:31:21.908Z Compiling crc32fast v1.4.2
14342024-12-03T22:31:22.063Z Compiling fs-err v2.11.0
14352024-12-03T22:31:22.208Z Compiling ahash v0.8.11
14362024-12-03T22:31:22.260Z Compiling bitflags v1.3.2
14372024-12-03T22:31:22.344Z Compiling debug-ignore v1.0.5
14382024-12-03T22:31:22.373Z Compiling managed v0.8.0
14392024-12-03T22:31:22.506Z Compiling winnow v0.5.40
14402024-12-03T22:31:22.629Z Compiling clap_builder v4.5.21
14412024-12-03T22:31:23.009Z Compiling strum_macros v0.25.3
14422024-12-03T22:31:23.935Z Compiling console v0.15.8
14432024-12-03T22:31:24.467Z Compiling cookie_store v0.21.0
14442024-12-03T22:31:24.959Z Compiling flate2 v1.0.34
14452024-12-03T22:31:25.617Z Compiling hubpack v0.1.2
14462024-12-03T22:31:25.960Z Compiling elliptic-curve v0.13.8
14472024-12-03T22:31:26.077Z Compiling toml_edit v0.19.15
14482024-12-03T22:31:26.096Z Compiling zerocopy v0.6.6
14492024-12-03T22:31:26.375Z Compiling hickory-resolver v0.24.1
14502024-12-03T22:31:26.989Z Compiling phf v0.11.2
14512024-12-03T22:31:27.226Z Compiling signal-hook-mio v0.2.4
14522024-12-03T22:31:27.303Z Compiling hyper-tls v0.6.0
14532024-12-03T22:31:27.403Z Compiling rayon v1.10.0
14542024-12-03T22:31:27.747Z Compiling bzip2 v0.4.4
14552024-12-03T22:31:28.175Z Compiling tokio-tungstenite v0.24.0
14562024-12-03T22:31:28.719Z Compiling postgres-types v0.2.8
14572024-12-03T22:31:30.723Z Compiling ed25519 v2.2.3
14582024-12-03T22:31:31.700Z Compiling phf_shared v0.10.0
14592024-12-03T22:31:32.132Z Compiling tokio-stream v0.1.16
14602024-12-03T22:31:32.292Z Compiling pkcs1 v0.7.5
14612024-12-03T22:31:32.312Z Compiling serde-big-array v0.5.1
14622024-12-03T22:31:32.555Z Compiling clap_derive v4.5.18
14632024-12-03T22:31:32.712Z Compiling rfc6979 v0.4.0
14642024-12-03T22:31:32.916Z Compiling derive-where v1.2.7
14652024-12-03T22:31:33.190Z Compiling serde_repr v0.1.19
14662024-12-03T22:31:33.225Z Compiling float-cmp v0.9.0
14672024-12-03T22:31:33.322Z Compiling bstr v1.10.0
14682024-12-03T22:31:33.467Z Compiling sync_wrapper v1.0.1
14692024-12-03T22:31:33.639Z Compiling whoami v1.5.2
14702024-12-03T22:31:34.234Z Compiling number_prefix v0.4.0
14712024-12-03T22:31:34.317Z Compiling bit-vec v0.6.3
14722024-12-03T22:31:34.364Z Compiling predicates-core v1.0.8
14732024-12-03T22:31:34.460Z Compiling new_debug_unreachable v1.0.6
14742024-12-03T22:31:34.592Z Compiling fixedbitset v0.4.2
14752024-12-03T22:31:34.744Z Compiling unicode-width v0.2.0
14762024-12-03T22:31:34.790Z Compiling normalize-line-endings v0.3.0
14772024-12-03T22:31:34.926Z Compiling static_assertions v1.1.0
14782024-12-03T22:31:35.028Z Compiling difflib v0.4.0
14792024-12-03T22:31:35.077Z Compiling precomputed-hash v0.1.1
14802024-12-03T22:31:35.206Z Compiling unicode-segmentation v1.12.0
14812024-12-03T22:31:35.209Z Compiling indicatif v0.17.9
14822024-12-03T22:31:35.269Z Compiling string_cache v0.8.7
14832024-12-03T22:31:35.765Z Compiling predicates v3.1.2
14842024-12-03T22:31:36.120Z Compiling similar v2.6.0
14852024-12-03T22:31:36.537Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14862024-12-03T22:31:36.762Z Compiling petgraph v0.6.5
14872024-12-03T22:31:37.484Z Compiling bit-set v0.5.3
14882024-12-03T22:31:37.521Z Compiling tokio-postgres v0.7.12
14892024-12-03T22:31:37.632Z Compiling clap v4.5.21
14902024-12-03T22:31:37.759Z Compiling ecdsa v0.16.9
14912024-12-03T22:31:37.780Z Compiling rsa v0.9.6
14922024-12-03T22:31:38.613Z Compiling ed25519-dalek v2.1.1
14932024-12-03T22:31:38.666Z Compiling toml v0.7.8
14942024-12-03T22:31:39.968Z Compiling zip v0.6.6
14952024-12-03T22:31:40.433Z Compiling crossterm v0.28.1
14962024-12-03T22:31:41.907Z Compiling hex v0.4.3
14972024-12-03T22:31:42.169Z Compiling x509-cert v0.2.5
14982024-12-03T22:31:42.464Z Compiling itertools v0.10.5
14992024-12-03T22:31:42.534Z Compiling peg-runtime v0.8.3
15002024-12-03T22:31:43.206Z Compiling lalrpop-util v0.19.12
15012024-12-03T22:31:43.426Z Compiling unicode-xid v0.2.6
15022024-12-03T22:31:43.591Z Compiling strum_macros v0.26.4
15032024-12-03T22:31:43.611Z Compiling xattr v1.3.1
15042024-12-03T22:31:43.670Z Compiling filetime v0.2.25
15052024-12-03T22:31:43.886Z Compiling tar v0.4.42
15062024-12-03T22:31:48.854Z Compiling strum v0.26.3
15072024-12-03T22:31:50.778Z Compiling aws-lc-sys v0.22.0
15082024-12-03T22:32:18.622Z Compiling rustls-webpki v0.102.8
15092024-12-03T22:32:22.010Z Compiling tokio-rustls v0.25.0
15102024-12-03T22:32:23.581Z Compiling tokio-rustls v0.26.0
15112024-12-03T22:32:23.996Z Compiling hyper-rustls v0.27.3
15122024-12-03T22:32:24.366Z Compiling reqwest v0.12.9
15132024-12-03T22:32:25.755Z Compiling qorb v0.2.1
15142024-12-03T22:32:30.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15152024-12-03T22:32:30.545Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15162024-12-03T22:32:36.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15172024-12-03T22:32:36.522Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15182024-12-03T22:32:36.572ZDec 03 22:32:36.191 INFO Starting download, target: Clickhouse
15192024-12-03T22:32:36.572ZDec 03 22:32:36.192 INFO Starting download, target: Cockroach
15202024-12-03T22:32:36.572ZDec 03 22:32:36.192 INFO Starting download, target: Console
15212024-12-03T22:32:36.572ZDec 03 22:32:36.192 INFO Starting download, target: DendriteStub
15222024-12-03T22:32:36.576ZDec 03 22:32:36.192 INFO Starting download, target: MaghemiteMgd
15232024-12-03T22:32:36.577ZDec 03 22:32:36.192 INFO Starting download, target: DendriteOpenapi
15242024-12-03T22:32:36.577ZDec 03 22:32:36.192 INFO Starting download, target: TransceiverControl
15252024-12-03T22:32:36.577ZDec 03 22:32:36.192 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15262024-12-03T22:32:36.577ZDec 03 22:32:36.192 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15272024-12-03T22:32:36.578ZDec 03 22:32:36.192 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15282024-12-03T22:32:36.578ZDec 03 22:32:36.193 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15292024-12-03T22:32:36.578ZDec 03 22:32:36.193 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15302024-12-03T22:32:36.578ZDec 03 22:32:36.193 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15312024-12-03T22:32:36.578ZDec 03 22:32:36.193 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15322024-12-03T22:32:36.752ZDec 03 22:32:36.364 INFO Download complete, target: DendriteOpenapi
15332024-12-03T22:32:36.843ZDec 03 22:32:36.461 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15342024-12-03T22:32:37.167ZDec 03 22:32:36.787 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15352024-12-03T22:32:37.504ZDec 03 22:32:37.098 INFO Download complete, target: Console
15362024-12-03T22:32:37.534ZDec 03 22:32:37.104 INFO Download complete, target: TransceiverControl
15372024-12-03T22:32:37.563ZDec 03 22:32:37.169 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15382024-12-03T22:32:37.835ZDec 03 22:32:37.453 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15392024-12-03T22:32:38.475ZDec 03 22:32:38.094 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15402024-12-03T22:32:38.519ZDec 03 22:32:38.139 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15412024-12-03T22:32:38.519ZDec 03 22:32:38.139 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15422024-12-03T22:32:40.231ZDec 03 22:32:39.851 INFO Download complete, target: MaghemiteMgd
15432024-12-03T22:32:40.494ZDec 03 22:32:40.114 INFO Download complete, target: DendriteStub
15442024-12-03T22:32:45.541ZDec 03 22:32:45.161 INFO Checking that binary works, target: Cockroach
15452024-12-03T22:32:45.860ZDec 03 22:32:45.480 INFO Download complete, target: Cockroach
15462024-12-03T22:32:50.285ZDec 03 22:32:49.905 INFO Checking that binary works, target: Clickhouse
15472024-12-03T22:32:50.441ZDec 03 22:32:50.060 INFO Download complete, target: Clickhouse
15482024-12-03T22:32:50.448ZAll prerequisites installed successfully
15492024-12-03T22:32:50.450Z
15502024-12-03T22:32:50.450Zreal 4:44.837763473
15512024-12-03T22:32:50.450Zuser 16:30.167190826
15522024-12-03T22:32:50.450Zsys 3:16.745861460
15532024-12-03T22:32:50.450Ztrap 0.553695462
15542024-12-03T22:32:50.450Ztflt 1.668561714
15552024-12-03T22:32:50.450Zdflt 2.416451655
15562024-12-03T22:32:50.450Zkflt 0.024488930
15572024-12-03T22:32:50.450Zlock 29:44.266577260
15582024-12-03T22:32:50.450Zslp 1:01:26.227021002
15592024-12-03T22:32:50.450Zlat 58.475640766
15602024-12-03T22:32:50.450Zstop 2:20.833778932
15612024-12-03T22:32:50.450Z+ ptime -m cargo xtask download softnpu
15622024-12-03T22:32:50.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15632024-12-03T22:32:51.008Z Running `target/debug/xtask download softnpu`
15642024-12-03T22:32:51.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15652024-12-03T22:32:51.900Z Running `target/debug/xtask-downloader softnpu`
15662024-12-03T22:32:51.935ZDec 03 22:32:51.554 INFO Starting download, target: Softnpu
15672024-12-03T22:32:51.937ZDec 03 22:32:51.555 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15682024-12-03T22:32:52.673ZDec 03 22:32:52.292 INFO Download complete, target: Softnpu
15692024-12-03T22:32:52.676Z
15702024-12-03T22:32:52.679Zreal 2.221807306
15712024-12-03T22:32:52.679Zuser 1.259745221
15722024-12-03T22:32:52.679Zsys 0.541060887
15732024-12-03T22:32:52.679Ztrap 0.000981047
15742024-12-03T22:32:52.679Ztflt 0.000011067
15752024-12-03T22:32:52.679Zdflt 0.000006189
15762024-12-03T22:32:52.679Zkflt 0.000000000
15772024-12-03T22:32:52.679Zlock 7.669371613
15782024-12-03T22:32:52.679Zslp 0.603964098
15792024-12-03T22:32:52.679Zlat 0.064810987
15802024-12-03T22:32:52.679Zstop 0.000155324
15812024-12-03T22:32:52.679Z+ export CARGO_INCREMENTAL=0
15822024-12-03T22:32:52.679Z+ CARGO_INCREMENTAL=0
15832024-12-03T22:32:52.679Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15842024-12-03T22:32:53.605Z Compiling proc-macro2 v1.0.89
15852024-12-03T22:32:53.605Z Compiling unicode-ident v1.0.13
15862024-12-03T22:32:53.607Z Compiling libc v0.2.162
15872024-12-03T22:32:53.607Z Compiling serde v1.0.215
15882024-12-03T22:32:53.607Z Compiling autocfg v1.4.0
15892024-12-03T22:32:53.607Z Compiling version_check v0.9.5
15902024-12-03T22:32:53.607Z Compiling cfg-if v1.0.0
15912024-12-03T22:32:53.828Z Compiling memchr v2.7.4
15922024-12-03T22:32:53.863Z Compiling shlex v1.3.0
15932024-12-03T22:32:53.884Z Compiling typenum v1.17.0
15942024-12-03T22:32:54.232Z Compiling value-bag v1.9.0
15952024-12-03T22:32:54.411Z Compiling generic-array v0.14.7
15962024-12-03T22:32:54.524Z Compiling lock_api v0.4.12
15972024-12-03T22:32:54.691Z Compiling log v0.4.22
15982024-12-03T22:32:54.735Z Compiling scopeguard v1.2.0
15992024-12-03T22:32:54.899Z Compiling parking_lot_core v0.9.10
16002024-12-03T22:32:55.273Z Compiling once_cell v1.20.2
16012024-12-03T22:32:55.318Z Compiling serde_json v1.0.132
16022024-12-03T22:32:55.438Z Compiling quote v1.0.37
16032024-12-03T22:32:55.516Z Compiling rustix v0.38.37
16042024-12-03T22:32:55.626Z Compiling jobserver v0.1.32
16052024-12-03T22:32:55.693Z Compiling getrandom v0.2.15
16062024-12-03T22:32:55.817Z Compiling syn v2.0.87
16072024-12-03T22:32:56.011Z Compiling cc v1.1.30
16082024-12-03T22:32:56.095Z Compiling libm v0.2.8
16092024-12-03T22:32:56.197Z Compiling thiserror v1.0.69
16102024-12-03T22:32:56.339Z Compiling aho-corasick v1.1.3
16112024-12-03T22:32:56.423Z Compiling regex-syntax v0.8.5
16122024-12-03T22:32:56.447Z Compiling num-traits v0.2.19
16132024-12-03T22:32:56.472Z Compiling either v1.13.0
16142024-12-03T22:32:56.699Z Compiling itoa v1.0.11
16152024-12-03T22:32:56.728Z Compiling spin v0.9.8
16162024-12-03T22:32:56.939Z Compiling slab v0.4.9
16172024-12-03T22:32:57.242Z Compiling byteorder v1.5.0
16182024-12-03T22:32:57.458Z Compiling errno v0.3.9
16192024-12-03T22:32:57.695Z Compiling rand_core v0.6.4
16202024-12-03T22:32:57.716Z Compiling lazy_static v1.5.0
16212024-12-03T22:32:57.842Z Compiling glob v0.3.1
16222024-12-03T22:32:58.438Z Compiling prettyplease v0.2.25
16232024-12-03T22:32:58.630Z Compiling clang-sys v1.8.1
16242024-12-03T22:32:59.051Z Compiling minimal-lexical v0.2.1
16252024-12-03T22:32:59.138Z Compiling libloading v0.8.5
16262024-12-03T22:32:59.322Z Compiling subtle v2.6.1
16272024-12-03T22:32:59.482Z Compiling nom v7.1.3
16282024-12-03T22:32:59.527Z Compiling home v0.5.9
16292024-12-03T22:32:59.627Z Compiling bindgen v0.69.5
16302024-12-03T22:32:59.770Z Compiling allocator-api2 v0.2.18
16312024-12-03T22:33:00.042Z Compiling regex-automata v0.4.8
16322024-12-03T22:33:00.202Z Compiling itertools v0.12.1
16332024-12-03T22:33:00.566Z Compiling semver v1.0.23
16342024-12-03T22:33:00.731Z Compiling rustc-hash v1.1.0
16352024-12-03T22:33:00.892Z Compiling smallvec v1.13.2
16362024-12-03T22:33:01.030Z Compiling lazycell v1.3.0
16372024-12-03T22:33:01.211Z Compiling cmake v0.1.51
16382024-12-03T22:33:01.608Z Compiling fs_extra v1.3.0
16392024-12-03T22:33:02.115Z Compiling dunce v1.0.5
16402024-12-03T22:33:02.670Z Compiling pkg-config v0.3.31
16412024-12-03T22:33:02.780Z Compiling cexpr v0.6.0
16422024-12-03T22:33:03.068Z Compiling ring v0.17.8
16432024-12-03T22:33:03.389Z Compiling ryu v1.0.18
16442024-12-03T22:33:03.547Z Compiling synstructure v0.13.1
16452024-12-03T22:33:03.844Z Compiling pin-project-lite v0.2.14
16462024-12-03T22:33:03.986Z Compiling paste v1.0.15
16472024-12-03T22:33:04.084Z Compiling fnv v1.0.7
16482024-12-03T22:33:04.225Z Compiling const-oid v0.9.6
16492024-12-03T22:33:04.612Z Compiling httparse v1.9.5
16502024-12-03T22:33:04.704Z Compiling foldhash v0.1.3
16512024-12-03T22:33:04.934Z Compiling equivalent v1.0.1
16522024-12-03T22:33:04.998Z Compiling aws-lc-rs v1.10.0
16532024-12-03T22:33:05.047Z Compiling hashbrown v0.15.0
16542024-12-03T22:33:05.415Z Compiling regex v1.11.1
16552024-12-03T22:33:06.202Z Compiling heck v0.5.0
16562024-12-03T22:33:06.302Z Compiling schemars v0.8.21
16572024-12-03T22:33:06.463Z Compiling serde_derive_internals v0.29.1
16582024-12-03T22:33:06.637Z Compiling signal-hook-registry v1.4.2
16592024-12-03T22:33:06.685Z Compiling mio v1.0.2
16602024-12-03T22:33:06.944Z Compiling parking_lot v0.12.3
16612024-12-03T22:33:08.594Z Compiling stable_deref_trait v1.2.0
16622024-12-03T22:33:08.715Z Compiling crossbeam-utils v0.8.20
16632024-12-03T22:33:08.733Z Compiling socket2 v0.5.7
16642024-12-03T22:33:09.018Z Compiling num-conv v0.1.0
16652024-12-03T22:33:09.123Z Compiling serde_derive v1.0.215
16662024-12-03T22:33:09.249Z Compiling zeroize_derive v1.4.2
16672024-12-03T22:33:09.306Z Compiling zerocopy-derive v0.7.35
16682024-12-03T22:33:09.475Z Compiling thiserror-impl v1.0.69
16692024-12-03T22:33:10.221Z Compiling tokio-macros v2.4.0
16702024-12-03T22:33:10.353Z Compiling zerofrom-derive v0.1.4
16712024-12-03T22:33:10.536Z Compiling yoke-derive v0.7.4
16722024-12-03T22:33:10.709Z Compiling zeroize v1.8.1
16732024-12-03T22:33:11.102Z Compiling futures-macro v0.3.31
16742024-12-03T22:33:11.460Z Compiling zerovec-derive v0.10.3
16752024-12-03T22:33:11.649Z Compiling zerocopy v0.7.35
16762024-12-03T22:33:12.324Z Compiling displaydoc v0.2.5
16772024-12-03T22:33:12.938Z Compiling crypto-common v0.1.6
16782024-12-03T22:33:13.220Z Compiling tracing-attributes v0.1.27
16792024-12-03T22:33:13.282Z Compiling icu_provider_macros v1.5.0
16802024-12-03T22:33:13.301Z Compiling block-buffer v0.10.4
16812024-12-03T22:33:13.557Z Compiling digest v0.10.7
16822024-12-03T22:33:13.767Z Compiling schemars_derive v0.8.21
16832024-12-03T22:33:13.974Z Compiling der_derive v0.7.3
16842024-12-03T22:33:14.318Z Compiling futures-core v0.3.31
16852024-12-03T22:33:14.361Z Compiling time-core v0.1.2
16862024-12-03T22:33:14.542Z Compiling time-macros v0.2.18
16872024-12-03T22:33:15.214Z Compiling vcpkg v0.2.15
16882024-12-03T22:33:16.842Z Compiling openssl-sys v0.9.103
16892024-12-03T22:33:17.471Z Compiling cpufeatures v0.2.14
16902024-12-03T22:33:17.700Z Compiling futures-sink v0.3.31
16912024-12-03T22:33:17.719Z Compiling slog v2.7.0
16922024-12-03T22:33:17.853Z Compiling ahash v0.8.11
16932024-12-03T22:33:17.897Z Compiling syn v1.0.109
16942024-12-03T22:33:18.449Z Compiling zerofrom v0.1.4
16952024-12-03T22:33:18.572Z Compiling scroll_derive v0.12.0
16962024-12-03T22:33:18.658Z Compiling ucd-trie v0.1.7
16972024-12-03T22:33:18.784Z Compiling iana-time-zone v0.1.61
16982024-12-03T22:33:19.124Z Compiling pest v2.7.14
16992024-12-03T22:33:19.478Z Compiling yoke v0.7.4
17002024-12-03T22:33:19.504Z Compiling futures-channel v0.3.31
17012024-12-03T22:33:19.870Z Compiling hmac v0.12.1
17022024-12-03T22:33:20.115Z Compiling futures-io v0.3.31
17032024-12-03T22:33:20.169Z Compiling pin-utils v0.1.0
17042024-12-03T22:33:20.321Z Compiling futures-task v0.3.31
17052024-12-03T22:33:20.383Z Compiling openssl v0.10.66
17062024-12-03T22:33:20.740Z Compiling futures-util v0.3.31
17072024-12-03T22:33:20.776Z Compiling zerovec v0.10.4
17082024-12-03T22:33:21.207Z Compiling block-padding v0.3.3
17092024-12-03T22:33:21.451Z Compiling tinyvec_macros v0.1.1
17102024-12-03T22:33:21.693Z Compiling pest_meta v2.7.14
17112024-12-03T22:33:22.471Z Compiling bitflags v2.6.0
17122024-12-03T22:33:22.689Z Compiling bytes v1.8.0
17132024-12-03T22:33:24.608Z Compiling indexmap v2.6.0
17142024-12-03T22:33:25.738Z Compiling tokio v1.40.0
17152024-12-03T22:33:26.147Z Compiling serde_tokenstream v0.2.2
17162024-12-03T22:33:26.712Z Compiling http v1.1.0
17172024-12-03T22:33:26.918Z Compiling which v4.4.2
17182024-12-03T22:33:27.808Z Compiling uuid v1.11.0
17192024-12-03T22:33:28.030Z Compiling rustc_version v0.4.1
17202024-12-03T22:33:28.649Z Compiling chrono v0.4.38
17212024-12-03T22:33:30.916Z Compiling pest_generator v2.7.14
17222024-12-03T22:33:31.459Z Compiling serde_spanned v0.6.8
17232024-12-03T22:33:31.654Z Compiling toml_datetime v0.6.8
17242024-12-03T22:33:32.118Z Compiling tinyvec v1.8.0
17252024-12-03T22:33:32.646Z Compiling inout v0.1.3
17262024-12-03T22:33:33.617Z Compiling openssl-macros v0.1.1
17272024-12-03T22:33:34.363Z Compiling native-tls v0.2.12
17282024-12-03T22:33:34.583Z Compiling rustls v0.23.14
17292024-12-03T22:33:34.796Z Compiling strsim v0.11.1
17302024-12-03T22:33:34.997Z Compiling unicode-normalization v0.1.24
17312024-12-03T22:33:35.535Z Compiling cipher v0.4.4
17322024-12-03T22:33:35.987Z Compiling pest_derive v2.7.14
17332024-12-03T22:33:36.063Z Compiling tinystr v0.7.6
17342024-12-03T22:33:36.084Z Compiling sha2 v0.10.8
17352024-12-03T22:33:36.525Z Compiling tracing-core v0.1.32
17362024-12-03T22:33:36.545Z Compiling usdt-impl v0.5.0
17372024-12-03T22:33:36.739Z Compiling dyn-clone v1.0.17
17382024-12-03T22:33:36.874Z Compiling unicode-bidi v0.3.17
17392024-12-03T22:33:36.892Z Compiling base64ct v1.6.0
17402024-12-03T22:33:36.962Z Compiling writeable v0.5.5
17412024-12-03T22:33:37.099Z Compiling litemap v0.7.3
17422024-12-03T22:33:37.467Z Compiling icu_locid v1.5.0
17432024-12-03T22:33:37.490Z Compiling pem-rfc7468 v0.7.0
17442024-12-03T22:33:37.508Z Compiling tracing v0.1.40
17452024-12-03T22:33:38.805Z Compiling scroll v0.12.0
17462024-12-03T22:33:38.967Z Compiling ppv-lite86 v0.2.20
17472024-12-03T22:33:39.363Z Compiling async-trait v0.1.83
17482024-12-03T22:33:39.611Z Compiling cookie v0.18.1
17492024-12-03T22:33:39.840Z Compiling plain v0.2.3
17502024-12-03T22:33:39.894Z Compiling flagset v0.4.6
17512024-12-03T22:33:40.005Z Compiling camino v1.1.9
17522024-12-03T22:33:40.090Z Compiling anyhow v1.0.93
17532024-12-03T22:33:41.174Z Compiling aws-lc-sys v0.22.0
17542024-12-03T22:33:44.938Z Compiling der v0.7.9
17552024-12-03T22:33:45.195Z Compiling goblin v0.8.2
17562024-12-03T22:33:47.991Z Compiling rand_chacha v0.3.1
17572024-12-03T22:33:48.595Z Compiling icu_provider v1.5.0
17582024-12-03T22:33:49.003Z Compiling rayon-core v1.12.1
17592024-12-03T22:33:49.268Z Compiling percent-encoding v2.3.1
17602024-12-03T22:33:49.564Z Compiling rustls-pki-types v1.9.0
17612024-12-03T22:33:50.151Z Compiling pretty-hex v0.4.1
17622024-12-03T22:33:50.357Z Compiling icu_locid_transform_data v1.5.0
17632024-12-03T22:33:50.574Z Compiling untrusted v0.7.1
17642024-12-03T22:33:50.741Z Compiling rustls v0.22.4
17652024-12-03T22:33:50.773Z Compiling icu_locid_transform v1.5.0
17662024-12-03T22:33:51.009Z Compiling dof v0.3.0
17672024-12-03T22:33:52.030Z Compiling rand v0.8.5
17682024-12-03T22:33:52.099Z Compiling spki v0.7.3
17692024-12-03T22:33:52.825Z Compiling dtrace-parser v0.2.0
17702024-12-03T22:33:52.960Z Compiling salsa20 v0.10.2
17712024-12-03T22:33:52.960Z Compiling tokio-util v0.7.12
17722024-12-03T22:33:53.660Z Compiling icu_collections v1.5.0
17732024-12-03T22:33:54.185Z Compiling pbkdf2 v0.12.2
17742024-12-03T22:33:54.563Z Compiling thread-id v4.2.2
17752024-12-03T22:33:54.639Z Compiling mirai-annotations v1.12.0
17762024-12-03T22:33:54.685Z Compiling untrusted v0.9.0
17772024-12-03T22:33:54.854Z Compiling powerfmt v0.2.0
17782024-12-03T22:33:54.891Z Compiling icu_properties_data v1.5.0
17792024-12-03T22:33:54.968Z Compiling winnow v0.5.40
17802024-12-03T22:33:55.153Z Compiling deranged v0.3.11
17812024-12-03T22:33:55.262Z Compiling icu_properties v1.5.1
17822024-12-03T22:33:58.834Z Compiling toml_edit v0.19.15
17832024-12-03T22:33:59.944Z Compiling scrypt v0.11.0
17842024-12-03T22:34:00.313Z Compiling cbc v0.1.2
17852024-12-03T22:34:00.473Z Compiling aes v0.8.4
17862024-12-03T22:34:00.629Z Compiling multer v3.1.0
17872024-12-03T22:34:00.924Z Compiling utf8_iter v1.0.4
17882024-12-03T22:34:01.192Z Compiling num_threads v0.1.7
17892024-12-03T22:34:01.326Z Compiling write16 v1.0.0
17902024-12-03T22:34:01.683Z Compiling atomic-waker v1.1.2
17912024-12-03T22:34:01.801Z Compiling utf16_iter v1.0.5
17922024-12-03T22:34:01.881Z Compiling rustversion v1.0.17
17932024-12-03T22:34:02.005Z Compiling icu_normalizer_data v1.5.0
17942024-12-03T22:34:02.658Z Compiling slog-async v2.8.0
17952024-12-03T22:34:02.928Z Compiling time v0.3.36
17962024-12-03T22:34:02.967Z Compiling icu_normalizer v1.5.0
17972024-12-03T22:34:03.203Z Compiling pkcs5 v0.7.1
17982024-12-03T22:34:04.840Z Compiling form_urlencoded v1.2.1
17992024-12-03T22:34:05.653Z Compiling http-body v1.0.1
18002024-12-03T22:34:05.679Z Compiling heapless v0.7.17
18012024-12-03T22:34:06.277Z Compiling bzip2-sys v0.1.11+1.0.8
18022024-12-03T22:34:06.954Z Compiling try-lock v0.2.5
18032024-12-03T22:34:07.122Z Compiling signal-hook v0.3.17
18042024-12-03T22:34:07.874Z Compiling want v0.3.1
18052024-12-03T22:34:09.184Z Compiling pkcs8 v0.10.2
18062024-12-03T22:34:09.360Z Compiling idna_adapter v1.2.0
18072024-12-03T22:34:09.843Z Compiling h2 v0.4.6
18082024-12-03T22:34:10.826Z Compiling usdt-macro v0.5.0
18092024-12-03T22:34:12.166Z Compiling usdt-attr-macro v0.5.0
18102024-12-03T22:34:13.043Z Compiling async-stream-impl v0.3.6
18112024-12-03T22:34:13.409Z Compiling httpdate v1.0.3
18122024-12-03T22:34:13.686Z Compiling adler2 v2.0.0
18132024-12-03T22:34:14.298Z Compiling miniz_oxide v0.8.0
18142024-12-03T22:34:15.298Z Compiling idna v1.0.3
18152024-12-03T22:34:16.796Z Compiling hyper v1.5.0
18162024-12-03T22:34:17.663Z Compiling curve25519-dalek v4.1.3
18172024-12-03T22:34:18.013Z Compiling openapiv3 v2.0.0
18182024-12-03T22:34:19.461Z Compiling enum-as-inner v0.6.1
18192024-12-03T22:34:20.601Z Compiling dropshot v0.12.0
18202024-12-03T22:34:20.804Z Compiling num-bigint-dig v0.8.4
18212024-12-03T22:34:20.898Z Compiling match_cfg v0.1.0
18222024-12-03T22:34:21.015Z Compiling base64 v0.22.1
18232024-12-03T22:34:21.383Z Compiling tower-service v0.3.3
18242024-12-03T22:34:21.525Z Compiling portable-atomic v1.9.0
18252024-12-03T22:34:22.001Z Compiling smoltcp v0.9.1
18262024-12-03T22:34:22.120Z Compiling foreign-types-shared v0.1.1
18272024-12-03T22:34:22.276Z Compiling foreign-types v0.3.2
18282024-12-03T22:34:22.372Z Compiling hyper-util v0.1.10
18292024-12-03T22:34:22.586Z Compiling hostname v0.3.1
18302024-12-03T22:34:28.381Z Compiling url v2.5.3
18312024-12-03T22:34:30.225Z Compiling dirs-sys-next v0.1.2
18322024-12-03T22:34:30.262Z Compiling data-encoding v2.6.0
18332024-12-03T22:34:30.316Z Compiling ident_case v1.0.1
18342024-12-03T22:34:30.501Z Compiling heck v0.4.1
18352024-12-03T22:34:30.516Z Compiling siphasher v0.3.11
18362024-12-03T22:34:30.707Z Compiling gimli v0.31.1
18372024-12-03T22:34:30.915Z Compiling darling_core v0.20.10
18382024-12-03T22:34:30.989Z Compiling dirs-next v2.0.0
18392024-12-03T22:34:33.461Z Compiling http-body-util v0.1.2
18402024-12-03T22:34:37.050Z Compiling addr2line v0.24.2
18412024-12-03T22:34:37.371Z Compiling crossbeam-epoch v0.9.18
18422024-12-03T22:34:37.604Z Compiling hubpack_derive v0.1.1
18432024-12-03T22:34:37.680Z Compiling dropshot_endpoint v0.12.0
18442024-12-03T22:34:37.998Z Compiling sha1 v0.10.6
18452024-12-03T22:34:38.084Z Compiling signature v2.2.0
18462024-12-03T22:34:38.327Z Compiling zerocopy-derive v0.6.6
18472024-12-03T22:34:38.378Z Compiling curve25519-dalek-derive v0.1.1
18482024-12-03T22:34:39.644Z Compiling object v0.36.5
18492024-12-03T22:34:39.718Z Compiling thread_local v1.1.8
18502024-12-03T22:34:40.199Z Compiling fs-err v2.11.0
18512024-12-03T22:34:40.248Z Compiling encoding_rs v0.8.34
18522024-12-03T22:34:41.706Z Compiling openssl-probe v0.1.5
18532024-12-03T22:34:42.021Z Compiling winnow v0.6.20
18542024-12-03T22:34:45.818Z Compiling ipnet v2.10.1
18552024-12-03T22:34:46.887Z Compiling anstyle v1.0.10
18562024-12-03T22:34:48.776Z Compiling rustc-demangle v0.1.24
18572024-12-03T22:34:50.991Z Compiling mime v0.3.17
18582024-12-03T22:34:51.123Z Compiling utf8parse v0.2.2
18592024-12-03T22:34:51.301Z Compiling unicode-properties v0.1.3
18602024-12-03T22:34:52.316Z Compiling stringprep v0.1.5
18612024-12-03T22:34:52.353Z Compiling anstyle-parse v0.2.5
18622024-12-03T22:34:52.462Z Compiling backtrace v0.3.74
18632024-12-03T22:34:52.746Z Compiling toml_edit v0.22.22
18642024-12-03T22:34:53.913Z Compiling rustls-webpki v0.102.8
18652024-12-03T22:35:01.470Z Compiling crossbeam-deque v0.8.5
18662024-12-03T22:35:01.827Z Compiling darling_macro v0.20.10
18672024-12-03T22:35:03.422Z Compiling term v0.7.0
18682024-12-03T22:35:03.802Z Compiling slog-json v2.6.1
18692024-12-03T22:35:04.699Z Compiling serde_urlencoded v0.7.1
18702024-12-03T22:35:05.320Z Compiling crossbeam-channel v0.5.13
18712024-12-03T22:35:05.369Z Compiling rustls-pemfile v2.2.0
18722024-12-03T22:35:05.859Z Compiling hashbrown v0.14.5
18732024-12-03T22:35:06.390Z Compiling idna v0.4.0
18742024-12-03T22:35:06.450Z Compiling idna v0.3.0
18752024-12-03T22:35:07.226Z Compiling futures-executor v0.3.31
18762024-12-03T22:35:07.907Z Compiling num-integer v0.1.46
18772024-12-03T22:35:07.982Z Compiling md-5 v0.10.6
18782024-12-03T22:35:08.225Z Compiling ff v0.13.0
18792024-12-03T22:35:08.468Z Compiling hash32 v0.2.1
18802024-12-03T22:35:08.504Z Compiling is-terminal v0.4.13
18812024-12-03T22:35:08.619Z Compiling memmap v0.7.0
18822024-12-03T22:35:08.857Z Compiling linked-hash-map v0.5.6
18832024-12-03T22:35:09.237Z Compiling fallible-iterator v0.2.0
18842024-12-03T22:35:09.279Z Compiling quick-error v1.2.3
18852024-12-03T22:35:09.432Z Compiling base16ct v0.2.0
18862024-12-03T22:35:09.739Z Compiling utf-8 v0.7.6
18872024-12-03T22:35:09.938Z Compiling is_terminal_polyfill v1.70.1
18882024-12-03T22:35:10.052Z Compiling anstyle-query v1.1.1
18892024-12-03T22:35:10.217Z Compiling colorchoice v1.0.2
18902024-12-03T22:35:10.382Z Compiling take_mut v0.2.2
18912024-12-03T22:35:10.557Z Compiling psl-types v2.0.11
18922024-12-03T22:35:10.765Z Compiling publicsuffix v2.2.3
18932024-12-03T22:35:11.053Z Compiling anstream v0.6.15
18942024-12-03T22:35:11.744Z Compiling tungstenite v0.24.0
18952024-12-03T22:35:12.022Z Compiling postgres-protocol v0.6.7
18962024-12-03T22:35:12.453Z Compiling sec1 v0.7.3
18972024-12-03T22:35:13.226Z Compiling resolv-conf v0.7.0
18982024-12-03T22:35:13.810Z Compiling lru-cache v0.1.2
18992024-12-03T22:35:14.010Z Compiling usdt v0.5.0
19002024-12-03T22:35:14.071Z Compiling slog-term v2.9.1
19012024-12-03T22:35:14.489Z Compiling group v0.13.0
19022024-12-03T22:35:14.804Z Compiling num-iter v0.1.45
19032024-12-03T22:35:15.008Z Compiling futures v0.3.31
19042024-12-03T22:35:15.135Z Compiling hickory-proto v0.24.1
19052024-12-03T22:35:15.181Z Compiling regress v0.10.1
19062024-12-03T22:35:19.956Z Compiling slog-bunyan v2.5.0
19072024-12-03T22:35:19.959Z Compiling darling v0.20.10
19082024-12-03T22:35:19.959Z Compiling tokio-rustls v0.26.0
19092024-12-03T22:35:20.116Z Compiling tokio-rustls v0.25.0
19102024-12-03T22:35:20.172Z Compiling toml v0.8.19
19112024-12-03T22:35:20.281Z Compiling tokio-native-tls v0.3.1
19122024-12-03T22:35:20.420Z Compiling strum_macros v0.25.3
19132024-12-03T22:35:20.558Z Compiling phf_shared v0.11.2
19142024-12-03T22:35:20.901Z Compiling async-stream v0.3.6
19152024-12-03T22:35:20.950Z Compiling waitgroup v0.1.2
19162024-12-03T22:35:21.191Z Compiling webpki-roots v0.26.6
19172024-12-03T22:35:21.791Z Compiling idna v0.5.0
19182024-12-03T22:35:21.813Z Compiling terminal_size v0.4.0
19192024-12-03T22:35:22.026Z Compiling serde_path_to_error v0.1.16
19202024-12-03T22:35:22.514Z Compiling hkdf v0.12.4
19212024-12-03T22:35:23.007Z Compiling crypto-bigint v0.5.5
19222024-12-03T22:35:23.237Z Compiling clap_derive v4.5.18
19232024-12-03T22:35:23.385Z Compiling derive-where v1.2.7
19242024-12-03T22:35:24.000Z Compiling serde_repr v0.1.19
19252024-12-03T22:35:24.209Z Compiling hostname v0.4.0
19262024-12-03T22:35:24.434Z Compiling crc32fast v1.4.2
19272024-12-03T22:35:24.976Z Compiling bitflags v1.3.2
19282024-12-03T22:35:25.065Z Compiling clap_lex v0.7.2
19292024-12-03T22:35:25.202Z Compiling managed v0.8.0
19302024-12-03T22:35:25.649Z Compiling unicode-width v0.1.14
19312024-12-03T22:35:26.210Z Compiling debug-ignore v1.0.5
19322024-12-03T22:35:26.511Z Compiling console v0.15.8
19332024-12-03T22:35:26.548Z Compiling elliptic-curve v0.13.8
19342024-12-03T22:35:27.849Z Compiling clap_builder v4.5.21
19352024-12-03T22:35:29.869Z Compiling flate2 v1.0.34
19362024-12-03T22:35:30.517Z Compiling cookie_store v0.21.0
19372024-12-03T22:35:34.148Z Compiling hyper-rustls v0.27.3
19382024-12-03T22:35:34.762Z Compiling phf v0.11.2
19392024-12-03T22:35:35.073Z Compiling hickory-resolver v0.24.1
19402024-12-03T22:35:35.892Z Compiling hyper-tls v0.6.0
19412024-12-03T22:35:36.120Z Compiling signal-hook-mio v0.2.4
19422024-12-03T22:35:36.298Z Compiling rayon v1.10.0
19432024-12-03T22:35:36.330Z Compiling bzip2 v0.4.4
19442024-12-03T22:35:36.349Z Compiling typify-impl v0.2.0
19452024-12-03T22:35:37.032Z Compiling tokio-tungstenite v0.24.0
19462024-12-03T22:35:37.159Z Compiling postgres-types v0.2.8
19472024-12-03T22:35:37.744Z Compiling zerocopy v0.6.6
19482024-12-03T22:35:38.039Z Compiling hubpack v0.1.2
19492024-12-03T22:35:38.492Z Compiling ed25519 v2.2.3
19502024-12-03T22:35:38.583Z Compiling phf_shared v0.10.0
19512024-12-03T22:35:38.600Z Compiling pkcs1 v0.7.5
19522024-12-03T22:35:38.951Z Compiling tokio-stream v0.1.16
19532024-12-03T22:35:40.378Z Compiling serde-big-array v0.5.1
19542024-12-03T22:35:40.509Z Compiling rfc6979 v0.4.0
19552024-12-03T22:35:40.654Z Compiling float-cmp v0.9.0
19562024-12-03T22:35:40.709Z Compiling sync_wrapper v1.0.1
19572024-12-03T22:35:40.866Z Compiling bstr v1.10.0
19582024-12-03T22:35:41.188Z Compiling static_assertions v1.1.0
19592024-12-03T22:35:41.306Z Compiling precomputed-hash v0.1.1
19602024-12-03T22:35:41.435Z Compiling fixedbitset v0.4.2
19612024-12-03T22:35:41.865Z Compiling unicode-segmentation v1.12.0
19622024-12-03T22:35:41.905Z Compiling whoami v1.5.2
19632024-12-03T22:35:42.480Z Compiling predicates-core v1.0.8
19642024-12-03T22:35:42.483Z Compiling new_debug_unreachable v1.0.6
19652024-12-03T22:35:42.576Z Compiling unicode-width v0.2.0
19662024-12-03T22:35:42.736Z Compiling bit-vec v0.6.3
19672024-12-03T22:35:42.820Z Compiling number_prefix v0.4.0
19682024-12-03T22:35:43.057Z Compiling difflib v0.4.0
19692024-12-03T22:35:43.129Z Compiling normalize-line-endings v0.3.0
19702024-12-03T22:35:43.711Z Compiling predicates v3.1.2
19712024-12-03T22:35:43.738Z Compiling bit-set v0.5.3
19722024-12-03T22:35:44.038Z Compiling indicatif v0.17.9
19732024-12-03T22:35:44.337Z Compiling similar v2.6.0
19742024-12-03T22:35:45.174Z Compiling string_cache v0.8.7
19752024-12-03T22:35:45.614Z Compiling tokio-postgres v0.7.12
19762024-12-03T22:35:45.951Z Compiling petgraph v0.6.5
19772024-12-03T22:35:46.086Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19782024-12-03T22:35:46.661Z Compiling reqwest v0.12.9
19792024-12-03T22:35:48.305Z Compiling typify-macro v0.2.0
19802024-12-03T22:35:49.992Z Compiling ecdsa v0.16.9
19812024-12-03T22:35:50.859Z Compiling qorb v0.2.1
19822024-12-03T22:35:51.403Z Compiling rsa v0.9.6
19832024-12-03T22:35:51.837Z Compiling ed25519-dalek v2.1.1
19842024-12-03T22:35:52.842Z Compiling zip v0.6.6
19852024-12-03T22:35:52.844Z Compiling crossterm v0.28.1
19862024-12-03T22:35:52.844Z Compiling clap v4.5.21
19872024-12-03T22:35:54.175Z Compiling toml v0.7.8
19882024-12-03T22:35:54.648Z Compiling x509-cert v0.2.5
19892024-12-03T22:35:56.201Z Compiling hex v0.4.3
19902024-12-03T22:35:56.886Z Compiling itertools v0.10.5
19912024-12-03T22:35:56.993Z Compiling peg-runtime v0.8.3
19922024-12-03T22:35:57.027Z Compiling zerocopy v0.8.10
19932024-12-03T22:35:57.259Z Compiling unicode-xid v0.2.6
19942024-12-03T22:35:57.432Z Compiling lalrpop-util v0.19.12
19952024-12-03T22:35:59.784Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962024-12-03T22:36:03.507Z Compiling proc-macro-crate v1.3.1
19972024-12-03T22:36:04.413Z Compiling ipnetwork v0.20.0
19982024-12-03T22:36:04.438Z Compiling macaddr v1.0.1
19992024-12-03T22:36:04.793Z Compiling zerocopy-derive v0.8.10
20002024-12-03T22:36:05.060Z Compiling itertools v0.13.0
20012024-12-03T22:36:07.510Z Compiling heapless v0.8.0
20022024-12-03T22:36:08.484Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20032024-12-03T22:36:13.603Z Compiling num_enum_derive v0.5.11
20042024-12-03T22:36:20.921Z Compiling hash32 v0.3.1
20052024-12-03T22:36:22.560Z Compiling smoltcp v0.11.0
20062024-12-03T22:36:22.691Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072024-12-03T22:36:27.474Z Compiling num_enum v0.5.11
20082024-12-03T22:36:27.669Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20092024-12-03T22:36:28.367Z Compiling typify v0.2.0
20102024-12-03T22:36:29.097Z Compiling proc-macro-error-attr v1.0.4
20112024-12-03T22:36:29.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20122024-12-03T22:36:29.522Z Compiling unsafe-libyaml v0.2.11
20132024-12-03T22:36:29.604Z Compiling cobs v0.2.3
20142024-12-03T22:36:31.341Z Compiling serde_yaml v0.9.34+deprecated
20152024-12-03T22:36:32.927Z Compiling postcard v1.0.10
20162024-12-03T22:36:47.464Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20172024-12-03T22:36:50.901Z Compiling progenitor-impl v0.8.0
20182024-12-03T22:37:00.081Z Compiling strum_macros v0.26.4
20192024-12-03T22:37:01.303Z Compiling foreign-types-macros v0.2.3
20202024-12-03T22:37:01.472Z Compiling structmeta-derive v0.3.0
20212024-12-03T22:37:01.491Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20222024-12-03T22:37:01.623Z Compiling proc-macro-error v1.0.4
20232024-12-03T22:37:02.747Z Compiling foreign-types-shared v0.3.1
20242024-12-03T22:37:03.467Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20252024-12-03T22:37:03.627Z Compiling newtype-uuid v1.1.3
20262024-12-03T22:37:03.855Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20272024-12-03T22:37:04.064Z Compiling structmeta v0.3.0
20282024-12-03T22:37:04.589Z Compiling strum v0.26.3
20292024-12-03T22:37:05.027Z Compiling foreign-types v0.5.0
20302024-12-03T22:37:11.664Z Compiling progenitor-macro v0.8.0
20312024-12-03T22:37:17.983Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20322024-12-03T22:37:18.039Z Compiling progenitor-client v0.8.0
20332024-12-03T22:37:19.003Z Compiling tabwriter v1.4.0
20342024-12-03T22:37:21.793Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20352024-12-03T22:37:22.463Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20362024-12-03T22:37:22.593Z Compiling cstr-argument v0.1.2
20372024-12-03T22:37:22.873Z Compiling dropshot v0.13.0
20382024-12-03T22:37:23.294Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20392024-12-03T22:37:23.565Z Compiling pretty-hex v0.2.1
20402024-12-03T22:37:23.590Z Compiling thiserror v2.0.3
20412024-12-03T22:37:24.147Z Compiling fastrand v2.1.1
20422024-12-03T22:37:24.329Z Compiling crucible-workspace-hack v0.1.0
20432024-12-03T22:37:24.454Z Compiling progenitor v0.8.0
20442024-12-03T22:37:24.635Z Compiling tempfile v3.13.0
20452024-12-03T22:37:24.933Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20462024-12-03T22:37:25.210Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20472024-12-03T22:37:25.313Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-12-03T22:37:25.517Z Compiling parse-display-derive v0.10.0
20492024-12-03T22:37:26.216Z Compiling colored v2.1.0
20502024-12-03T22:37:26.373Z Compiling serde_with_macros v3.11.0
20512024-12-03T22:37:26.521Z Compiling dropshot_endpoint v0.13.0
20522024-12-03T22:37:27.457Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-12-03T22:37:28.194Z Compiling thiserror-impl v2.0.3
20542024-12-03T22:37:28.932Z Compiling instant v0.1.13
20552024-12-03T22:37:29.115Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20562024-12-03T22:37:29.360Z Compiling backoff v0.4.0
20572024-12-03T22:37:29.452Z Compiling parse-display v0.10.0
20582024-12-03T22:37:29.548Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20592024-12-03T22:37:29.734Z Compiling serde_with v3.11.0
20602024-12-03T22:37:30.880Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20612024-12-03T22:37:31.419Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20622024-12-03T22:37:31.469Z Compiling zone_cfg_derive v0.3.0
20632024-12-03T22:37:32.016Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20642024-12-03T22:37:32.548Z Compiling camino-tempfile v1.1.1
20652024-12-03T22:37:32.736Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20662024-12-03T22:37:32.964Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20672024-12-03T22:37:33.335Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20682024-12-03T22:37:33.460Z Compiling regress v0.9.1
20692024-12-03T22:37:33.528Z Compiling num-derive v0.4.2
20702024-12-03T22:37:34.189Z Compiling sigpipe v0.1.3
20712024-12-03T22:37:34.334Z Compiling libefi-sys v0.1.0
20722024-12-03T22:37:34.621Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20732024-12-03T22:37:34.975Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20742024-12-03T22:37:35.791Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
20752024-12-03T22:37:37.387Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20762024-12-03T22:37:38.294Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20772024-12-03T22:37:38.862Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20782024-12-03T22:37:40.687Z Compiling zone v0.3.0
20792024-12-03T22:37:40.725Z Compiling smf v0.2.3
20802024-12-03T22:37:41.626Z Compiling bitfield-struct v0.6.2
20812024-12-03T22:37:42.170Z Compiling blake3 v1.5.4
20822024-12-03T22:37:42.802Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20832024-12-03T22:37:43.000Z Compiling ring v0.16.20
20842024-12-03T22:37:43.336Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20852024-12-03T22:37:44.055Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20862024-12-03T22:37:44.105Z Compiling xattr v1.3.1
20872024-12-03T22:37:44.436Z Compiling memmap2 v0.9.5
20882024-12-03T22:37:44.481Z Compiling filetime v0.2.25
20892024-12-03T22:37:44.851Z Compiling arrayvec v0.7.6
20902024-12-03T22:37:45.021Z Compiling constant_time_eq v0.3.1
20912024-12-03T22:37:45.183Z Compiling arrayref v0.3.9
20922024-12-03T22:37:45.205Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20932024-12-03T22:37:45.294Z Compiling spin v0.5.2
20942024-12-03T22:37:45.317Z Compiling same-file v1.0.6
20952024-12-03T22:37:45.334Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20962024-12-03T22:37:45.561Z Compiling walkdir v2.5.0
20972024-12-03T22:37:46.910Z Compiling tar v0.4.42
20982024-12-03T22:37:47.230Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20992024-12-03T22:37:48.344Z Compiling gethostname v0.5.0
21002024-12-03T22:37:48.569Z Compiling cargo-platform v0.1.8
21012024-12-03T22:37:48.831Z Compiling topological-sort v0.2.2
21022024-12-03T22:37:49.101Z Compiling cargo_metadata v0.18.1
21032024-12-03T22:37:53.304Z Compiling omicron-zone-package v0.11.1
21042024-12-03T22:37:56.499Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21052024-12-03T22:37:57.185Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21062024-12-03T22:37:58.982Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21072024-12-03T22:38:19.181Z Finished `release` profile [optimized] target(s) in 5m 26s
21082024-12-03T22:38:19.346Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21092024-12-03T22:38:19.392ZLogging to: /work/oxidecomputer/omicron/out/LOG
21102024-12-03T22:38:19.394ZCreated new build target 'test' and set it as active
21112024-12-03T22:38:19.394Z
21122024-12-03T22:38:19.394Zreal 5:26.692723315
21132024-12-03T22:38:19.394Zuser 36:49.400014629
21142024-12-03T22:38:19.394Zsys 4:54.871034615
21152024-12-03T22:38:19.394Ztrap 1.082747458
21162024-12-03T22:38:19.394Ztflt 3.287366127
21172024-12-03T22:38:19.394Zdflt 0.971897736
21182024-12-03T22:38:19.394Zkflt 0.000498238
21192024-12-03T22:38:19.394Zlock 1:17:38.065855647
21202024-12-03T22:38:19.395Zslp 2:34:12.249456555
21212024-12-03T22:38:19.395Zlat 2:34.639158725
21222024-12-03T22:38:19.395Zstop 4:33.561492422
21232024-12-03T22:38:19.395Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21242024-12-03T22:38:20.342Z Finished `release` profile [optimized] target(s) in 0.89s
21252024-12-03T22:38:20.402Z Running `target/release/omicron-package -t test package`
21262024-12-03T22:38:20.445ZLogging to: /work/oxidecomputer/omicron/out/LOG
21272024-12-03T22:38:21.610Z Compiling convert_case v0.4.0
21282024-12-03T22:38:21.610Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21292024-12-03T22:38:21.610Z Compiling itertools v0.13.0
21302024-12-03T22:38:21.613Z Compiling newline-converter v0.3.0
21312024-12-03T22:38:21.613Z Compiling password-hash v0.5.0
21322024-12-03T22:38:21.613Z Compiling progenitor-client v0.8.0
21332024-12-03T22:38:21.745Z Compiling blake2 v0.10.6
21342024-12-03T22:38:21.757Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21352024-12-03T22:38:21.891Z Compiling expectorate v1.1.0
21362024-12-03T22:38:22.057Z Compiling cancel-safe-futures v0.1.5
21372024-12-03T22:38:22.081Z Compiling owo-colors v4.1.0
21382024-12-03T22:38:22.348Z Compiling progenitor v0.8.0
21392024-12-03T22:38:22.368Z Compiling argon2 v0.5.3
21402024-12-03T22:38:22.456Z Compiling num-rational v0.4.2
21412024-12-03T22:38:22.475Z Compiling num-complex v0.4.6
21422024-12-03T22:38:22.478Z Compiling derive_more v0.99.18
21432024-12-03T22:38:23.057Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21442024-12-03T22:38:23.661Z Compiling num v0.4.3
21452024-12-03T22:38:23.808Z Compiling atomicwrites v0.4.4
21462024-12-03T22:38:24.009Z Compiling libsw v3.3.1
21472024-12-03T22:38:24.333Z Compiling float-ord v0.3.2
21482024-12-03T22:38:24.362Z Compiling swrite v0.1.0
21492024-12-03T22:38:24.462Z Compiling linear-map v1.2.0
21502024-12-03T22:38:24.499Z Compiling indent_write v2.2.0
21512024-12-03T22:38:24.502Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21522024-12-03T22:38:24.743Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21532024-12-03T22:38:24.767Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21542024-12-03T22:38:24.881Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21552024-12-03T22:38:24.899Z Compiling base64 v0.21.7
21562024-12-03T22:38:25.318Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21572024-12-03T22:38:25.460Z Compiling highway v1.2.0
21582024-12-03T22:38:26.054Z Compiling semver v0.1.20
21592024-12-03T22:38:26.645Z Compiling rustc_version v0.1.7
21602024-12-03T22:38:26.938Z Compiling newtype-uuid v1.1.3
21612024-12-03T22:38:27.069Z Compiling newtype_derive v0.1.6
21622024-12-03T22:38:27.293Z Compiling dropshot v0.13.0
21632024-12-03T22:38:27.368Z Compiling ipnetwork v0.20.0
21642024-12-03T22:38:27.461Z Compiling instant v0.1.13
21652024-12-03T22:38:27.636Z Compiling humantime v2.1.0
21662024-12-03T22:38:28.181Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21672024-12-03T22:38:28.484Z Compiling backoff v0.4.0
21682024-12-03T22:38:28.825Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21692024-12-03T22:38:29.152Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21702024-12-03T22:38:32.650Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21712024-12-03T22:38:32.739Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21722024-12-03T22:38:33.035Z Compiling parse-display v0.10.0
21732024-12-03T22:38:33.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742024-12-03T22:38:33.827Z Compiling serde_with v3.11.0
21752024-12-03T22:38:34.091Z Compiling strum v0.26.3
21762024-12-03T22:38:34.290Z Compiling regress v0.9.1
21772024-12-03T22:38:37.454Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-12-03T22:38:39.044Z Compiling macaddr v1.0.1
21792024-12-03T22:38:39.228Z Compiling steno v0.4.1
21802024-12-03T22:38:39.472Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21812024-12-03T22:38:39.507Z Compiling prettyplease v0.2.25
21822024-12-03T22:38:39.539Z Compiling slog-dtrace v0.3.0
21832024-12-03T22:38:39.924Z Compiling tungstenite v0.21.0
21842024-12-03T22:38:40.646Z Compiling display-error-chain v0.2.2
21852024-12-03T22:38:42.391Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21862024-12-03T22:38:44.006Z Compiling tokio-tungstenite v0.21.0
21872024-12-03T22:38:44.696Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21882024-12-03T22:38:44.938Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21892024-12-03T22:38:45.072Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21902024-12-03T22:38:45.985Z Compiling arc-swap v1.7.1
21912024-12-03T22:38:46.679Z Compiling slog-scope v4.4.0
21922024-12-03T22:38:47.498Z Compiling half v2.4.1
21932024-12-03T22:38:48.201Z Compiling ciborium-io v0.2.2
21942024-12-03T22:38:48.353Z Compiling ciborium-ll v0.2.2
21952024-12-03T22:38:48.869Z Compiling slog-stdlog v4.1.1
21962024-12-03T22:38:49.198Z Compiling slog-envlogger v2.2.0
21972024-12-03T22:38:49.690Z Compiling ciborium v0.2.2
21982024-12-03T22:38:51.925Z Compiling nibble_vec v0.1.0
21992024-12-03T22:38:52.160Z Compiling endian-type v0.1.2
22002024-12-03T22:38:52.429Z Compiling radix_trie v0.2.1
22012024-12-03T22:38:53.351Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22022024-12-03T22:38:59.388Z Compiling fastrand v2.1.1
22032024-12-03T22:38:59.398Z Compiling same-file v1.0.6
22042024-12-03T22:38:59.585Z Compiling walkdir v2.5.0
22052024-12-03T22:38:59.641Z Compiling blake3 v1.5.4
22062024-12-03T22:38:59.815Z Compiling tempfile v3.13.0
22072024-12-03T22:39:00.243Z Compiling ring v0.16.20
22082024-12-03T22:39:00.263Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22092024-12-03T22:39:00.617Z Compiling xattr v1.3.1
22102024-12-03T22:39:00.845Z Compiling memmap2 v0.9.5
22112024-12-03T22:39:00.879Z Compiling filetime v0.2.25
22122024-12-03T22:39:01.202Z Compiling arrayref v0.3.9
22132024-12-03T22:39:01.293Z Compiling spin v0.5.2
22142024-12-03T22:39:01.317Z Compiling keccak v0.1.5
22152024-12-03T22:39:01.578Z Compiling constant_time_eq v0.3.1
22162024-12-03T22:39:01.643Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22172024-12-03T22:39:01.751Z Compiling arrayvec v0.7.6
22182024-12-03T22:39:02.258Z Compiling sha3 v0.10.8
22192024-12-03T22:39:02.675Z Compiling tar v0.4.42
22202024-12-03T22:39:02.998Z Compiling camino-tempfile v1.1.1
22212024-12-03T22:39:03.095Z Compiling toolchain_find v0.4.0
22222024-12-03T22:39:03.264Z Compiling const_format_proc_macros v0.2.33
22232024-12-03T22:39:03.428Z Compiling radium v0.7.0
22242024-12-03T22:39:03.685Z Compiling maplit v1.0.2
22252024-12-03T22:39:03.825Z Compiling crunchy v0.2.2
22262024-12-03T22:39:03.882Z Compiling topological-sort v0.2.2
22272024-12-03T22:39:04.156Z Compiling rustfmt-wrapper v0.2.1
22282024-12-03T22:39:04.277Z Compiling pem v3.0.4
22292024-12-03T22:39:04.610Z Compiling tiny-keccak v2.0.2
22302024-12-03T22:39:04.721Z Compiling tap v1.0.1
22312024-12-03T22:39:04.969Z Compiling omicron-zone-package v0.11.1
22322024-12-03T22:39:04.972Z Compiling maybe-uninit v2.0.0
22332024-12-03T22:39:05.100Z Compiling const_format v0.2.33
22342024-12-03T22:39:05.511Z Compiling wyz v0.5.1
22352024-12-03T22:39:06.012Z Compiling dsl_auto_type v0.1.2
22362024-12-03T22:39:06.130Z Compiling phf_generator v0.11.2
22372024-12-03T22:39:06.337Z Compiling scheduled-thread-pool v0.2.7
22382024-12-03T22:39:06.368Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22392024-12-03T22:39:06.392Z Compiling secrecy v0.8.0
22402024-12-03T22:39:06.409Z Compiling diesel_table_macro_syntax v0.2.0
22412024-12-03T22:39:06.676Z Compiling async-recursion v1.1.1
22422024-12-03T22:39:06.826Z Compiling crc-catalog v2.4.0
22432024-12-03T22:39:06.882Z Compiling funty v2.0.0
22442024-12-03T22:39:06.997Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22452024-12-03T22:39:07.312Z Compiling packed_struct v0.10.1
22462024-12-03T22:39:07.446Z Compiling diesel_derives v2.2.3
22472024-12-03T22:39:07.611Z Compiling crc v3.2.1
22482024-12-03T22:39:07.779Z Compiling r2d2 v0.8.10
22492024-12-03T22:39:08.129Z Compiling bitvec v1.0.1
22502024-12-03T22:39:08.269Z Compiling phf_codegen v0.11.2
22512024-12-03T22:39:09.082Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22522024-12-03T22:39:09.260Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22532024-12-03T22:39:09.487Z Compiling ascii-canvas v3.0.0
22542024-12-03T22:39:09.968Z Compiling universal-hash v0.5.1
22552024-12-03T22:39:10.213Z Compiling packed_struct_codegen v0.10.1
22562024-12-03T22:39:10.242Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22572024-12-03T22:39:12.799Z Compiling thiserror-impl-no-std v2.0.2
22582024-12-03T22:39:12.832Z Compiling parse-zoneinfo v0.3.1
22592024-12-03T22:39:14.435Z Compiling lzma-sys v0.1.20
22602024-12-03T22:39:15.138Z Compiling ena v0.14.3
22612024-12-03T22:39:15.456Z Compiling indexmap v1.9.3
22622024-12-03T22:39:15.578Z Compiling diff v0.1.13
22632024-12-03T22:39:15.780Z Compiling opaque-debug v0.3.1
22642024-12-03T22:39:15.900Z Compiling nodrop v0.1.14
22652024-12-03T22:39:16.075Z Compiling regex-syntax v0.6.29
22662024-12-03T22:39:16.142Z Compiling cfg_aliases v0.1.1
22672024-12-03T22:39:16.264Z Compiling nix v0.28.0
22682024-12-03T22:39:17.027Z Compiling array-init v0.0.4
22692024-12-03T22:39:18.295Z Compiling poly1305 v0.8.0
22702024-12-03T22:39:18.840Z Compiling diesel v2.2.4
22712024-12-03T22:39:19.754Z Compiling lalrpop v0.19.12
22722024-12-03T22:39:21.562Z Compiling thiserror-no-std v2.0.2
22732024-12-03T22:39:21.759Z Compiling chrono-tz-build v0.4.0
22742024-12-03T22:39:26.339Z Compiling smallvec v0.6.14
22752024-12-03T22:39:27.245Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22762024-12-03T22:39:27.421Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22772024-12-03T22:39:27.720Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22782024-12-03T22:39:27.954Z Compiling chacha20 v0.9.1
22792024-12-03T22:39:28.361Z Compiling heck v0.3.3
22802024-12-03T22:39:28.430Z Compiling aead v0.5.2
22812024-12-03T22:39:28.720Z Compiling vte_generate_state_changes v0.1.2
22822024-12-03T22:39:28.788Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22832024-12-03T22:39:29.102Z Compiling hashbrown v0.12.3
22842024-12-03T22:39:29.306Z Compiling ref-cast v1.0.23
22852024-12-03T22:39:29.764Z Compiling bitfield v0.14.0
22862024-12-03T22:39:30.114Z Compiling termcolor v1.4.1
22872024-12-03T22:39:31.206Z Compiling env_logger v0.10.2
22882024-12-03T22:39:31.625Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22892024-12-03T22:39:34.444Z Compiling vte v0.11.1
22902024-12-03T22:39:35.972Z Compiling zone_cfg_derive v0.1.2
22912024-12-03T22:39:37.372Z Compiling chacha20poly1305 v0.10.1
22922024-12-03T22:39:37.711Z Compiling serde-hex v0.1.0
22932024-12-03T22:39:42.998Z Compiling chrono-tz v0.10.0
22942024-12-03T22:39:43.457Z Compiling vsss-rs v3.3.4
22952024-12-03T22:39:43.693Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22962024-12-03T22:39:44.029Z Compiling ron v0.8.1
22972024-12-03T22:39:45.944Z Compiling polar-core v0.27.3
22982024-12-03T22:39:47.172Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22992024-12-03T22:39:47.452Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23002024-12-03T22:39:47.900Z Compiling derive_builder_core v0.20.2
23012024-12-03T22:39:48.055Z Compiling hashbrown v0.13.2
23022024-12-03T22:39:49.453Z Compiling fd-lock v4.0.2
23032024-12-03T22:39:49.703Z Compiling headers-core v0.3.0
23042024-12-03T22:39:49.889Z Compiling fxhash v0.2.1
23052024-12-03T22:39:49.942Z Compiling libxml v0.3.3
23062024-12-03T22:39:50.138Z Compiling ref-cast-impl v1.0.23
23072024-12-03T22:39:50.162Z Compiling bumpalo v3.16.0
23082024-12-03T22:39:50.318Z Compiling bytecount v0.6.8
23092024-12-03T22:39:50.651Z Compiling lockfree-object-pool v0.1.6
23102024-12-03T22:39:50.738Z Compiling zip v2.1.3
23112024-12-03T22:39:50.966Z Compiling base64 v0.13.1
23122024-12-03T22:39:51.075Z Compiling simd-adler32 v0.3.7
23132024-12-03T22:39:51.313Z Compiling crc-any v2.5.0
23142024-12-03T22:39:51.725Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23152024-12-03T22:39:52.244Z Compiling ron v0.7.1
23162024-12-03T22:39:52.268Z Compiling zopfli v0.8.1
23172024-12-03T22:39:56.810Z Compiling papergrid v0.11.0
23182024-12-03T22:39:57.083Z Compiling derive_builder_macro v0.20.2
23192024-12-03T22:39:57.644Z Compiling headers v0.4.0
23202024-12-03T22:39:57.908Z Compiling object v0.30.4
23212024-12-03T22:40:01.341Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23222024-12-03T22:40:05.773Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23232024-12-03T22:40:08.368Z Compiling xz2 v0.1.7
23242024-12-03T22:40:08.978Z Compiling zone v0.1.8
23252024-12-03T22:40:11.087Z Compiling strip-ansi-escapes v0.2.0
23262024-12-03T22:40:11.111Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23272024-12-03T22:40:11.819Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23282024-12-03T22:40:12.406Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23292024-12-03T22:40:12.703Z Compiling tabled_derive v0.7.0
23302024-12-03T22:40:12.830Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23312024-12-03T22:40:14.209Z Compiling yasna v0.5.2
23322024-12-03T22:40:14.875Z Compiling peg-macros v0.8.4
23332024-12-03T22:40:16.247Z Compiling strum_macros v0.24.3
23342024-12-03T22:40:16.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23352024-12-03T22:40:17.452Z Compiling kstat-rs v0.2.4
23362024-12-03T22:40:17.492Z Compiling samael v0.0.17
23372024-12-03T22:40:17.521Z Compiling sqlparser_derive v0.2.2
23382024-12-03T22:40:17.566Z Compiling unicase v2.7.0
23392024-12-03T22:40:17.877Z Compiling indoc v1.0.9
23402024-12-03T22:40:18.214Z Compiling home v0.5.9
23412024-12-03T22:40:18.381Z Compiling unicode_categories v0.1.1
23422024-12-03T22:40:18.523Z Compiling path-slash v0.1.5
23432024-12-03T22:40:18.542Z Compiling nu-ansi-term v0.50.1
23442024-12-03T22:40:18.698Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23452024-12-03T22:40:18.741Z Compiling sqlformat v0.2.6
23462024-12-03T22:40:18.761Z Compiling sqlparser v0.45.0
23472024-12-03T22:40:19.696Z Compiling reedline v0.35.0
23482024-12-03T22:40:19.716Z Compiling rustyline v14.0.0
23492024-12-03T22:40:22.912Z Compiling peg v0.8.4
23502024-12-03T22:40:23.037Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23512024-12-03T22:40:30.048Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23522024-12-03T22:40:30.252Z Compiling rcgen v0.12.1
23532024-12-03T22:40:32.443Z Compiling tabled v0.15.0
23542024-12-03T22:40:43.014Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23552024-12-03T22:40:43.506Z Compiling derive_builder v0.20.2
23562024-12-03T22:40:50.474Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23572024-12-03T22:40:52.703Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23582024-12-03T22:40:52.733Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23592024-12-03T22:40:53.037Z Compiling bcs v0.1.6
23602024-12-03T22:40:53.366Z Compiling oso-derive v0.27.3
23612024-12-03T22:40:53.930Z Compiling impl-trait-for-tuples v0.2.2
23622024-12-03T22:40:54.333Z Compiling libz-sys v1.1.20
23632024-12-03T22:40:55.023Z Compiling quick-xml v0.33.0
23642024-12-03T22:41:00.737Z Compiling subprocess v0.2.9
23652024-12-03T22:41:01.445Z Compiling diesel-dtrace v0.3.0
23662024-12-03T22:41:01.766Z Compiling parking_lot_core v0.8.6
23672024-12-03T22:41:02.320Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23682024-12-03T22:41:05.455Z Compiling oso v0.27.3
23692024-12-03T22:41:23.037Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23702024-12-03T22:41:24.550Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23712024-12-03T22:41:29.948Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23722024-12-03T22:41:33.107Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23732024-12-03T22:41:33.423Z Compiling bb8 v0.8.5
23742024-12-03T22:41:34.046Z Compiling buf-list v1.0.3
23752024-12-03T22:41:34.686Z Compiling async-bb8-diesel v0.2.1
23762024-12-03T22:41:37.116Z Compiling libgit2-sys v0.17.0+1.8.1
23772024-12-03T22:41:37.744Z Compiling pin-project-internal v1.1.6
23782024-12-03T22:41:37.920Z Compiling atty v0.2.14
23792024-12-03T22:41:38.101Z Compiling salty v0.3.0
23802024-12-03T22:41:40.538Z Compiling pin-project v1.1.6
23812024-12-03T22:41:41.069Z Compiling parking_lot v0.11.2
23822024-12-03T22:41:44.212Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23832024-12-03T22:41:45.224Z Compiling snafu-derive v0.8.5
23842024-12-03T22:41:45.372Z Compiling sled v0.34.7
23852024-12-03T22:41:48.940Z Compiling mime_guess v2.0.5
23862024-12-03T22:41:50.024Z Compiling snafu v0.8.5
23872024-12-03T22:41:51.345Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23882024-12-03T22:41:51.554Z Compiling hickory-client v0.24.1
23892024-12-03T22:41:51.972Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23902024-12-03T22:41:53.050Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23912024-12-03T22:41:53.528Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23922024-12-03T22:41:56.724Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23932024-12-03T22:41:57.932Z Compiling globset v0.4.15
23942024-12-03T22:41:58.185Z Compiling hickory-server v0.24.1
23952024-12-03T22:42:01.870Z Compiling primeorder v0.13.6
23962024-12-03T22:42:02.470Z Compiling olpc-cjson v0.1.4
23972024-12-03T22:42:02.825Z Compiling vergen v8.3.2
23982024-12-03T22:42:03.121Z Compiling env_filter v0.1.2
23992024-12-03T22:42:04.648Z Compiling cargo-platform v0.1.8
24002024-12-03T22:42:05.168Z Compiling serde_plain v1.0.2
24012024-12-03T22:42:05.333Z Compiling nanorand v0.7.0
24022024-12-03T22:42:06.087Z Compiling memoffset v0.9.1
24032024-12-03T22:42:07.316Z Compiling typed-path v0.9.3
24042024-12-03T22:42:09.986Z Compiling tough v0.19.0
24052024-12-03T22:42:14.704Z Compiling flume v0.11.1
24062024-12-03T22:42:15.476Z Compiling cargo_metadata v0.18.1
24072024-12-03T22:42:18.759Z Compiling env_logger v0.11.5
24082024-12-03T22:42:18.907Z Compiling p384 v0.13.0
24092024-12-03T22:42:20.189Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24102024-12-03T22:42:24.837Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24112024-12-03T22:42:29.136Z Compiling git2 v0.19.0
24122024-12-03T22:42:34.433Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132024-12-03T22:42:35.329Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-12-03T22:42:36.578Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24152024-12-03T22:42:38.477Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24162024-12-03T22:42:43.521Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24172024-12-03T22:42:43.587Z Compiling rand_seeder v0.3.0
24182024-12-03T22:42:43.662Z Compiling libsqlite3-sys v0.30.1
24192024-12-03T22:42:43.969Z Compiling http-range v0.1.5
24202024-12-03T22:42:44.004Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24212024-12-03T22:42:44.168Z Compiling parse-size v1.1.0
24222024-12-03T22:42:44.324Z Compiling rustls v0.21.12
24232024-12-03T22:42:44.489Z Compiling cfg_aliases v0.2.1
24242024-12-03T22:42:44.555Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24252024-12-03T22:42:44.606Z Compiling nix v0.29.0
24262024-12-03T22:42:44.757Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24272024-12-03T22:42:45.399Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24282024-12-03T22:42:45.922Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24292024-12-03T22:42:46.204Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24302024-12-03T22:42:46.796Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24312024-12-03T22:42:46.984Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24322024-12-03T22:42:47.097Z Compiling rustls-webpki v0.101.7
24332024-12-03T22:42:47.117Z Compiling sct v0.7.1
24342024-12-03T22:42:47.586Z Compiling castaway v0.2.3
24352024-12-03T22:42:47.794Z Compiling csv-core v0.1.11
24362024-12-03T22:42:48.679Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24372024-12-03T22:42:49.004Z Compiling glob v0.3.1
24382024-12-03T22:42:50.998Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24392024-12-03T22:42:51.102Z Compiling csv v1.3.0
24402024-12-03T22:42:51.353Z Compiling compact_str v0.8.0
24412024-12-03T22:42:52.192Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24422024-12-03T22:42:53.284Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24432024-12-03T22:42:54.013Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24442024-12-03T22:42:54.556Z Compiling nix v0.27.1
24452024-12-03T22:42:58.221Z Compiling hyper-staticfile v0.10.1
24462024-12-03T22:43:00.768Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24472024-12-03T22:43:01.774Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24482024-12-03T22:43:03.000Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24492024-12-03T22:43:03.003Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24502024-12-03T22:43:07.863Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24512024-12-03T22:43:08.769Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24522024-12-03T22:43:09.097Z Compiling unicode-truncate v1.1.0
24532024-12-03T22:43:09.397Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24542024-12-03T22:43:09.705Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24552024-12-03T22:43:10.013Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24562024-12-03T22:43:15.417Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24572024-12-03T22:43:17.011Z Compiling hashlink v0.9.1
24582024-12-03T22:43:17.337Z Compiling tungstenite v0.23.0
24592024-12-03T22:43:17.486Z Compiling lru v0.12.5
24602024-12-03T22:43:17.849Z Compiling instability v0.3.2
24612024-12-03T22:43:17.870Z Compiling fallible-iterator v0.3.0
24622024-12-03T22:43:17.872Z Compiling cassowary v0.3.0
24632024-12-03T22:43:18.325Z Compiling fallible-streaming-iterator v0.1.9
24642024-12-03T22:43:18.599Z Compiling tokio-tungstenite v0.23.1
24652024-12-03T22:43:18.678Z Compiling rusqlite v0.32.1
24662024-12-03T22:43:18.811Z Compiling ratatui v0.28.1
24672024-12-03T22:43:19.230Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24682024-12-03T22:43:23.059Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24692024-12-03T22:43:27.111Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24702024-12-03T22:43:29.218Z Compiling tokio-rustls v0.24.1
24712024-12-03T22:43:29.657Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24722024-12-03T22:43:36.394Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24732024-12-03T22:43:38.126Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24742024-12-03T22:43:41.504Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24752024-12-03T22:43:46.006Z Compiling rustls-pemfile v1.0.4
24762024-12-03T22:43:46.733Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24772024-12-03T22:43:47.029Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24782024-12-03T22:43:48.935Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24792024-12-03T22:43:49.076Z Compiling signal-hook-tokio v0.3.1
24802024-12-03T22:43:49.299Z Compiling twox-hash v1.6.3
24812024-12-03T22:43:50.084Z Compiling is_ci v1.2.0
24822024-12-03T22:43:50.316Z Compiling unicode-linebreak v0.1.5
24832024-12-03T22:43:50.390Z Compiling smawk v0.3.2
24842024-12-03T22:43:50.657Z Compiling supports-color v3.0.1
24852024-12-03T22:43:50.843Z Compiling textwrap v0.16.1
24862024-12-03T22:43:51.625Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24872024-12-03T22:43:54.175Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24882024-12-03T22:44:00.989Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24892024-12-03T22:44:02.760Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24902024-12-03T22:44:05.302Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24912024-12-03T22:44:05.428Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24922024-12-03T22:44:10.118Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24932024-12-03T22:44:18.940Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24942024-12-03T22:44:19.570Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24952024-12-03T22:44:19.872Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24962024-12-03T22:44:26.663Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24972024-12-03T22:44:29.405Z Compiling fatfs v0.3.6
24982024-12-03T22:44:32.341Z Compiling rtoolbox v0.0.2
24992024-12-03T22:44:32.799Z Compiling assert_matches v1.5.0
25002024-12-03T22:44:35.671Z Compiling rpassword v7.3.1
25012024-12-03T22:44:36.138Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25022024-12-03T22:44:36.188Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25032024-12-03T22:44:43.456Z Compiling tui-tree-widget v0.22.0
25042024-12-03T22:44:43.925Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25052024-12-03T22:44:44.195Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25062024-12-03T22:44:53.276Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25072024-12-03T22:44:53.597Z Compiling uzers v0.12.1
25082024-12-03T22:44:56.782Z Compiling shell-words v1.1.0
25092024-12-03T22:44:57.222Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25102024-12-03T22:44:57.972Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25112024-12-03T22:45:00.106Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25122024-12-03T22:45:32.699Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25132024-12-03T22:45:33.997Z Compiling multimap v0.10.0
25142024-12-03T22:47:57.984Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25152024-12-03T22:47:59.635Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25162024-12-03T22:54:33.349Z Finished `release` profile [optimized] target(s) in 16m 12s
25172024-12-03T22:55:37.266Z
25182024-12-03T22:55:37.266Zreal 17:17.793592324
25192024-12-03T22:55:37.266Zuser 1:56:58.053263674
25202024-12-03T22:55:37.266Zsys 5:52.641131680
25212024-12-03T22:55:37.269Ztrap 2.795489554
25222024-12-03T22:55:37.269Ztflt 3.177749902
25232024-12-03T22:55:37.269Zdflt 4.508526092
25242024-12-03T22:55:37.269Zkflt 0.120744856
25252024-12-03T22:55:37.269Zlock 7:20:15.721451102
25262024-12-03T22:55:37.269Zslp 6:14:23.339518033
25272024-12-03T22:55:37.269Zlat 2:41.983601243
25282024-12-03T22:55:37.269Zstop 2:29.575725392
25292024-12-03T22:55:37.269Z+ mapfile -t packages
25302024-12-03T22:55:37.269Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25312024-12-03T22:55:38.281Z Finished `release` profile [optimized] target(s) in 0.96s
25322024-12-03T22:55:38.337Z Running `target/release/omicron-package -t test list-outputs`
25332024-12-03T22:55:38.382ZLogging to: /work/oxidecomputer/omicron/out/LOG
25342024-12-03T22:55:38.384Z+ ptime -m cargo build --locked --release -p xtask
25352024-12-03T22:55:38.929Z Compiling serde v1.0.215
25362024-12-03T22:55:38.931Z Compiling rustix v0.38.37
25372024-12-03T22:55:38.931Z Compiling libc v0.2.162
25382024-12-03T22:55:38.931Z Compiling serde_json v1.0.132
25392024-12-03T22:55:39.020Z Compiling syn v2.0.87
25402024-12-03T22:55:39.035Z Compiling bitflags v2.6.0
25412024-12-03T22:55:39.400Z Compiling usdt-impl v0.5.0
25422024-12-03T22:55:39.431Z Compiling syn v1.0.109
25432024-12-03T22:55:39.531Z Compiling hashbrown v0.15.0
25442024-12-03T22:55:39.560Z Compiling log v0.4.22
25452024-12-03T22:55:39.584Z Compiling fs-err v2.11.0
25462024-12-03T22:55:39.884Z Compiling anyhow v1.0.93
25472024-12-03T22:55:40.030Z Compiling once_cell v1.20.2
25482024-12-03T22:55:40.439Z Compiling thread-id v4.2.2
25492024-12-03T22:55:40.867Z Compiling indexmap v2.6.0
25502024-12-03T22:55:42.064Z Compiling terminal_size v0.4.0
25512024-12-03T22:55:42.064Z Compiling tempfile v3.13.0
25522024-12-03T22:55:42.325Z Compiling clap_builder v4.5.21
25532024-12-03T22:55:42.871Z Compiling proc-macro-error v1.0.4
25542024-12-03T22:55:44.320Z Compiling tabled_derive v0.7.0
25552024-12-03T22:55:45.635Z Compiling tabled v0.15.0
25562024-12-03T22:55:47.092Z Compiling serde_derive v1.0.215
25572024-12-03T22:55:47.808Z Compiling thiserror-impl v1.0.69
25582024-12-03T22:55:48.725Z Compiling zerocopy-derive v0.7.35
25592024-12-03T22:55:50.779Z Compiling thiserror v1.0.69
25602024-12-03T22:55:50.970Z Compiling pest v2.7.14
25612024-12-03T22:55:50.970Z Compiling zerocopy v0.7.35
25622024-12-03T22:55:52.636Z Compiling scroll_derive v0.12.0
25632024-12-03T22:55:54.041Z Compiling pest_meta v2.7.14
25642024-12-03T22:55:54.086Z Compiling scroll v0.12.0
25652024-12-03T22:55:54.827Z Compiling goblin v0.8.2
25662024-12-03T22:55:58.264Z Compiling pest_generator v2.7.14
25672024-12-03T22:56:00.060Z Compiling pest_derive v2.7.14
25682024-12-03T22:56:01.505Z Compiling dtrace-parser v0.2.0
25692024-12-03T22:56:03.318Z Compiling dof v0.3.0
25702024-12-03T22:56:03.495Z Compiling toml_datetime v0.6.8
25712024-12-03T22:56:04.246Z Compiling serde_spanned v0.6.8
25722024-12-03T22:56:04.523Z Compiling serde_tokenstream v0.2.2
25732024-12-03T22:56:05.168Z Compiling toml_edit v0.22.22
25742024-12-03T22:56:05.320Z Compiling camino v1.1.9
25752024-12-03T22:56:05.632Z Compiling usdt-macro v0.5.0
25762024-12-03T22:56:06.342Z Compiling usdt-attr-macro v0.5.0
25772024-12-03T22:56:06.716Z Compiling cargo-platform v0.1.8
25782024-12-03T22:56:06.909Z Compiling semver v1.0.23
25792024-12-03T22:56:07.322Z Compiling clap_derive v4.5.18
25802024-12-03T22:56:07.851Z Compiling cargo_metadata v0.18.1
25812024-12-03T22:56:08.684Z Compiling toml v0.8.19
25822024-12-03T22:56:11.975Z Compiling clap v4.5.21
25832024-12-03T22:56:12.119Z Compiling cargo_toml v0.20.5
25842024-12-03T22:56:12.889Z Compiling usdt v0.5.0
25852024-12-03T22:56:13.755Z Compiling camino-tempfile v1.1.1
25862024-12-03T22:56:14.417Z Compiling macaddr v1.0.1
25872024-12-03T22:56:23.818Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25882024-12-03T22:56:35.007Z Finished `release` profile [optimized] target(s) in 56.57s
25892024-12-03T22:56:35.135Z
25902024-12-03T22:56:35.138Zreal 56.720204366
25912024-12-03T22:56:35.138Zuser 5:44.015726468
25922024-12-03T22:56:35.138Zsys 31.742483966
25932024-12-03T22:56:35.138Ztrap 0.149659642
25942024-12-03T22:56:35.138Ztflt 0.298163533
25952024-12-03T22:56:35.138Zdflt 0.431172686
25962024-12-03T22:56:35.138Zkflt 0.000000000
25972024-12-03T22:56:35.138Zlock 9:54.888717726
25982024-12-03T22:56:35.138Zslp 15:15.951399876
25992024-12-03T22:56:35.138Zlat 13.520763709
26002024-12-03T22:56:35.138Zstop 16.098562613
26012024-12-03T22:56:35.138Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26022024-12-03T22:56:35.138Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26032024-12-03T22:56:35.138Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26042024-12-03T22:56:35.138Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26052024-12-03T22:56:35.138Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26062024-12-03T22:56:36.018Z Compiling hashbrown v0.14.5
26072024-12-03T22:56:36.147Z Compiling ident_case v1.0.1
26082024-12-03T22:56:36.160Z Compiling unsafe-libyaml v0.2.11
26092024-12-03T22:56:36.163Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-12-03T22:56:36.163Z Compiling progenitor-client v0.8.0
26112024-12-03T22:56:36.163Z Compiling ipnetwork v0.20.0
26122024-12-03T22:56:36.163Z Compiling macaddr v1.0.1
26132024-12-03T22:56:36.163Z Compiling instant v0.1.13
26142024-12-03T22:56:36.301Z Compiling darling_core v0.20.10
26152024-12-03T22:56:36.557Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26162024-12-03T22:56:36.576Z Compiling structmeta-derive v0.3.0
26172024-12-03T22:56:36.664Z Compiling dropshot v0.13.0
26182024-12-03T22:56:36.688Z Compiling newtype-uuid v1.1.3
26192024-12-03T22:56:37.021Z Compiling dropshot_endpoint v0.13.0
26202024-12-03T22:56:37.128Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26212024-12-03T22:56:37.353Z Compiling regress v0.10.1
26222024-12-03T22:56:37.375Z Compiling regress v0.9.1
26232024-12-03T22:56:37.445Z Compiling serde_yaml v0.9.34+deprecated
26242024-12-03T22:56:37.908Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26252024-12-03T22:56:38.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26262024-12-03T22:56:38.127Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26272024-12-03T22:56:38.487Z Compiling backoff v0.4.0
26282024-12-03T22:56:38.857Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26292024-12-03T22:56:38.907Z Compiling tempfile v3.13.0
26302024-12-03T22:56:39.038Z Compiling proc-macro-crate v1.3.1
26312024-12-03T22:56:39.638Z Compiling structmeta v0.3.0
26322024-12-03T22:56:39.818Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26332024-12-03T22:56:40.116Z Compiling parse-display-derive v0.10.0
26342024-12-03T22:56:40.163Z Compiling num_enum_derive v0.5.11
26352024-12-03T22:56:40.212Z Compiling itertools v0.13.0
26362024-12-03T22:56:41.732Z Compiling typify-impl v0.2.0
26372024-12-03T22:56:42.516Z Compiling zerocopy v0.8.10
26382024-12-03T22:56:42.607Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26392024-12-03T22:56:42.850Z Compiling num_enum v0.5.11
26402024-12-03T22:56:42.938Z Compiling foreign-types-macros v0.2.3
26412024-12-03T22:56:43.030Z Compiling zerocopy-derive v0.8.10
26422024-12-03T22:56:43.510Z Compiling darling_macro v0.20.10
26432024-12-03T22:56:43.531Z Compiling foreign-types-shared v0.3.1
26442024-12-03T22:56:43.611Z Compiling heapless v0.8.0
26452024-12-03T22:56:43.671Z Compiling proc-macro-error v1.0.4
26462024-12-03T22:56:44.285Z Compiling foreign-types v0.5.0
26472024-12-03T22:56:44.475Z Compiling darling v0.20.10
26482024-12-03T22:56:44.496Z Compiling camino-tempfile v1.1.1
26492024-12-03T22:56:44.577Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26502024-12-03T22:56:44.608Z Compiling serde_with_macros v3.11.0
26512024-12-03T22:56:44.629Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26522024-12-03T22:56:44.786Z Compiling parse-display v0.10.0
26532024-12-03T22:56:44.998Z Compiling hash32 v0.3.1
26542024-12-03T22:56:45.270Z Compiling cstr-argument v0.1.2
26552024-12-03T22:56:45.445Z Compiling crucible-workspace-hack v0.1.0
26562024-12-03T22:56:45.524Z Compiling pretty-hex v0.2.1
26572024-12-03T22:56:45.549Z Compiling smoltcp v0.11.0
26582024-12-03T22:56:45.759Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26592024-12-03T22:56:45.827Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602024-12-03T22:56:46.166Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26612024-12-03T22:56:46.390Z Compiling tabwriter v1.4.0
26622024-12-03T22:56:46.453Z Compiling colored v2.1.0
26632024-12-03T22:56:46.934Z Compiling cobs v0.2.3
26642024-12-03T22:56:47.259Z Compiling postcard v1.0.10
26652024-12-03T22:56:47.471Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26662024-12-03T22:56:47.579Z Compiling serde_with v3.11.0
26672024-12-03T22:56:47.763Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26682024-12-03T22:56:47.973Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26692024-12-03T22:56:47.994Z Compiling thiserror v2.0.3
26702024-12-03T22:56:48.655Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26712024-12-03T22:56:48.986Z Compiling smf v0.2.3
26722024-12-03T22:56:49.251Z Compiling thiserror-impl v2.0.3
26732024-12-03T22:56:49.766Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26742024-12-03T22:56:50.483Z Compiling zone_cfg_derive v0.3.0
26752024-12-03T22:56:51.597Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26762024-12-03T22:56:51.793Z Compiling num-derive v0.4.2
26772024-12-03T22:56:52.068Z Compiling sigpipe v0.1.3
26782024-12-03T22:56:52.130Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26792024-12-03T22:56:52.189Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802024-12-03T22:56:52.248Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26812024-12-03T22:56:52.438Z Compiling zone v0.3.0
26822024-12-03T22:56:52.572Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26832024-12-03T22:56:52.988Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26842024-12-03T22:56:53.018Z Compiling universal-hash v0.5.1
26852024-12-03T22:56:53.223Z Compiling opaque-debug v0.3.1
26862024-12-03T22:56:53.239Z Compiling num-rational v0.4.2
26872024-12-03T22:56:53.327Z Compiling password-hash v0.5.0
26882024-12-03T22:56:53.348Z Compiling num-complex v0.4.6
26892024-12-03T22:56:54.084Z Compiling blake2 v0.10.6
26902024-12-03T22:56:54.151Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
26912024-12-03T22:56:54.396Z Compiling aead v0.5.2
26922024-12-03T22:56:54.474Z Compiling convert_case v0.4.0
26932024-12-03T22:56:54.482Z Compiling keccak v0.1.5
26942024-12-03T22:56:54.807Z Compiling sha3 v0.10.8
26952024-12-03T22:56:55.011Z Compiling argon2 v0.5.3
26962024-12-03T22:56:55.216Z Compiling num v0.4.3
26972024-12-03T22:56:55.319Z Compiling poly1305 v0.8.0
26982024-12-03T22:56:55.473Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26992024-12-03T22:56:55.500Z Compiling derive_more v0.99.18
27002024-12-03T22:56:55.524Z Compiling tungstenite v0.21.0
27012024-12-03T22:56:55.979Z Compiling chacha20 v0.9.1
27022024-12-03T22:56:56.277Z Compiling base64 v0.21.7
27032024-12-03T22:56:56.526Z Compiling float-ord v0.3.2
27042024-12-03T22:56:56.637Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27052024-12-03T22:56:56.831Z Compiling tokio-tungstenite v0.21.0
27062024-12-03T22:56:57.094Z Compiling same-file v1.0.6
27072024-12-03T22:56:57.297Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27082024-12-03T22:56:57.384Z Compiling semver v0.1.20
27092024-12-03T22:56:57.422Z Compiling walkdir v2.5.0
27102024-12-03T22:56:57.595Z Compiling newline-converter v0.3.0
27112024-12-03T22:56:57.746Z Compiling rustc_version v0.1.7
27122024-12-03T22:56:57.766Z Compiling primeorder v0.13.6
27132024-12-03T22:56:57.920Z Compiling secrecy v0.8.0
27142024-12-03T22:56:58.099Z Compiling cancel-safe-futures v0.1.5
27152024-12-03T22:56:58.222Z Compiling owo-colors v4.1.0
27162024-12-03T22:56:58.232Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27172024-12-03T22:56:58.296Z Compiling newtype_derive v0.1.6
27182024-12-03T22:56:58.317Z Compiling expectorate v1.1.0
27192024-12-03T22:56:58.500Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27202024-12-03T22:56:58.521Z Compiling thiserror-impl-no-std v2.0.2
27212024-12-03T22:56:58.569Z Compiling blake3 v1.5.4
27222024-12-03T22:56:58.600Z Compiling ring v0.16.20
27232024-12-03T22:56:58.858Z Compiling unicase v2.7.0
27242024-12-03T22:56:59.109Z Compiling half v2.4.1
27252024-12-03T22:56:59.168Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27262024-12-03T22:56:59.260Z Compiling ciborium-io v0.2.2
27272024-12-03T22:56:59.418Z Compiling arc-swap v1.7.1
27282024-12-03T22:56:59.719Z Compiling ciborium-ll v0.2.2
27292024-12-03T22:57:00.068Z Compiling slog-scope v4.4.0
27302024-12-03T22:57:00.122Z Compiling typify-macro v0.2.0
27312024-12-03T22:57:00.175Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27322024-12-03T22:57:00.595Z Compiling polyval v0.6.2
27332024-12-03T22:57:00.631Z Compiling atomicwrites v0.4.4
27342024-12-03T22:57:01.017Z Compiling libsw v3.3.1
27352024-12-03T22:57:01.093Z Compiling memmap2 v0.9.5
27362024-12-03T22:57:01.254Z Compiling salty v0.3.0
27372024-12-03T22:57:01.363Z Compiling parking_lot_core v0.8.6
27382024-12-03T22:57:01.606Z Compiling indent_write v2.2.0
27392024-12-03T22:57:01.727Z Compiling arrayvec v0.7.6
27402024-12-03T22:57:01.808Z Compiling thiserror-no-std v2.0.2
27412024-12-03T22:57:01.826Z Compiling libefi-sys v0.1.0
27422024-12-03T22:57:01.842Z Compiling constant_time_eq v0.3.1
27432024-12-03T22:57:01.919Z Compiling arrayref v0.3.9
27442024-12-03T22:57:02.036Z Compiling linear-map v1.2.0
27452024-12-03T22:57:02.059Z Compiling spin v0.5.2
27462024-12-03T22:57:02.148Z Compiling vsss-rs v3.3.4
27472024-12-03T22:57:02.355Z Compiling ghash v0.5.1
27482024-12-03T22:57:02.423Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27492024-12-03T22:57:02.723Z Compiling slog-stdlog v4.1.1
27502024-12-03T22:57:03.149Z Compiling ciborium v0.2.2
27512024-12-03T22:57:03.333Z Compiling p384 v0.13.0
27522024-12-03T22:57:03.411Z Compiling toolchain_find v0.4.0
27532024-12-03T22:57:03.467Z Compiling chacha20poly1305 v0.10.1
27542024-12-03T22:57:03.707Z Compiling ctr v0.9.2
27552024-12-03T22:57:04.101Z Compiling lzma-sys v0.1.20
27562024-12-03T22:57:04.142Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27572024-12-03T22:57:04.560Z Compiling bitfield-struct v0.6.2
27582024-12-03T22:57:04.596Z Compiling typify v0.2.0
27592024-12-03T22:57:04.697Z Compiling slog-dtrace v0.3.0
27602024-12-03T22:57:04.720Z Compiling progenitor-impl v0.8.0
27612024-12-03T22:57:04.755Z Compiling highway v1.2.0
27622024-12-03T22:57:04.911Z Compiling topological-sort v0.2.2
27632024-12-03T22:57:05.144Z Compiling omicron-zone-package v0.11.1
27642024-12-03T22:57:05.284Z Compiling aes-gcm v0.10.3
27652024-12-03T22:57:05.566Z Compiling rustfmt-wrapper v0.2.1
27662024-12-03T22:57:05.649Z Compiling mime_guess v2.0.5
27672024-12-03T22:57:06.067Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27682024-12-03T22:57:06.090Z Compiling slog-envlogger v2.2.0
27692024-12-03T22:57:06.192Z Compiling steno v0.4.1
27702024-12-03T22:57:06.945Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27712024-12-03T22:57:07.040Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27722024-12-03T22:57:07.267Z Compiling heck v0.3.3
27732024-12-03T22:57:07.509Z Compiling ssh-encoding v0.2.0
27742024-12-03T22:57:07.514Z Compiling blowfish v0.9.1
27752024-12-03T22:57:07.655Z Compiling nibble_vec v0.1.0
27762024-12-03T22:57:07.719Z Compiling env_filter v0.1.2
27772024-12-03T22:57:07.878Z Compiling humantime v2.1.0
27782024-12-03T22:57:07.949Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27792024-12-03T22:57:07.975Z Compiling endian-type v0.1.2
27802024-12-03T22:57:08.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27812024-12-03T22:57:08.241Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27822024-12-03T22:57:08.294Z Compiling radix_trie v0.2.1
27832024-12-03T22:57:08.382Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27842024-12-03T22:57:08.412Z Compiling env_logger v0.11.5
27852024-12-03T22:57:08.434Z Compiling ssh-cipher v0.2.0
27862024-12-03T22:57:08.559Z Compiling zone_cfg_derive v0.1.2
27872024-12-03T22:57:09.014Z Compiling bcrypt-pbkdf v0.10.0
27882024-12-03T22:57:09.394Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27892024-12-03T22:57:09.644Z Compiling parking_lot v0.11.2
27902024-12-03T22:57:09.763Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27912024-12-03T22:57:10.099Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27922024-12-03T22:57:10.180Z Compiling password-hash v0.4.2
27932024-12-03T22:57:10.539Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
27942024-12-03T22:57:10.612Z Compiling gethostname v0.5.0
27952024-12-03T22:57:10.677Z Compiling fxhash v0.2.1
27962024-12-03T22:57:10.804Z Compiling lockfree-object-pool v0.1.6
27972024-12-03T22:57:10.866Z Compiling base64 v0.13.1
27982024-12-03T22:57:10.899Z Compiling simd-adler32 v0.3.7
27992024-12-03T22:57:11.100Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28002024-12-03T22:57:11.184Z Compiling bumpalo v3.16.0
28012024-12-03T22:57:11.220Z Compiling zip v2.1.3
28022024-12-03T22:57:11.407Z Compiling matches v0.1.10
28032024-12-03T22:57:11.490Z Compiling http-range v0.1.5
28042024-12-03T22:57:11.513Z Compiling idna v0.2.3
28052024-12-03T22:57:11.517Z Compiling ron v0.7.1
28062024-12-03T22:57:11.600Z Compiling zopfli v0.8.1
28072024-12-03T22:57:11.621Z Compiling sled v0.34.7
28082024-12-03T22:57:11.686Z Compiling pbkdf2 v0.11.0
28092024-12-03T22:57:11.842Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28102024-12-03T22:57:12.062Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28112024-12-03T22:57:12.817Z Compiling zone v0.1.8
28122024-12-03T22:57:13.040Z Compiling progenitor-macro v0.8.0
28132024-12-03T22:57:13.058Z Compiling xz2 v0.1.7
28142024-12-03T22:57:13.476Z Compiling ssh-key v0.6.6
28152024-12-03T22:57:13.583Z Compiling hickory-client v0.24.1
28162024-12-03T22:57:14.225Z Compiling p521 v0.13.3
28172024-12-03T22:57:14.493Z Compiling p256 v0.13.2
28182024-12-03T22:57:14.520Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28192024-12-03T22:57:15.102Z Compiling hickory-server v0.24.1
28202024-12-03T22:57:15.393Z Compiling enum-as-inner v0.5.1
28212024-12-03T22:57:15.758Z Compiling pem v3.0.4
28222024-12-03T22:57:16.529Z Compiling yasna v0.5.2
28232024-12-03T22:57:16.581Z Compiling headers-core v0.3.0
28242024-12-03T22:57:16.679Z Compiling kstat-rs v0.2.4
28252024-12-03T22:57:16.768Z Compiling nanorand v0.7.0
28262024-12-03T22:57:17.353Z Compiling atty v0.2.14
28272024-12-03T22:57:17.380Z Compiling russh-cryptovec v0.7.3
28282024-12-03T22:57:17.520Z Compiling md5 v0.7.0
28292024-12-03T22:57:17.718Z Compiling rcgen v0.12.1
28302024-12-03T22:57:18.057Z Compiling russh-keys v0.45.0
28312024-12-03T22:57:18.271Z Compiling flume v0.11.1
28322024-12-03T22:57:18.319Z Compiling headers v0.4.0
28332024-12-03T22:57:18.352Z Compiling trust-dns-proto v0.22.0
28342024-12-03T22:57:19.038Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28352024-12-03T22:57:20.279Z Compiling hyper-staticfile v0.10.1
28362024-12-03T22:57:21.551Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28372024-12-03T22:57:22.189Z Compiling num-bigint v0.4.6
28382024-12-03T22:57:22.400Z Compiling des v0.8.1
28392024-12-03T22:57:22.420Z Compiling subprocess v0.2.9
28402024-12-03T22:57:22.464Z Compiling dhcproto-macros v0.1.0
28412024-12-03T22:57:22.761Z Compiling hex-literal v0.4.1
28422024-12-03T22:57:22.944Z Compiling display-error-chain v0.2.2
28432024-12-03T22:57:23.184Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28442024-12-03T22:57:23.187Z Compiling internet-checksum v0.2.1
28452024-12-03T22:57:23.431Z Compiling dhcproto v0.12.0
28462024-12-03T22:57:25.228Z Compiling russh v0.45.0
28472024-12-03T22:57:26.777Z Compiling progenitor v0.8.0
28482024-12-03T22:57:26.931Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28492024-12-03T22:57:26.934Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28502024-12-03T22:57:26.934Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28512024-12-03T22:57:26.934Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28522024-12-03T22:57:26.934Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28532024-12-03T22:57:27.019Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28542024-12-03T22:57:27.118Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28552024-12-03T22:57:28.405Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28562024-12-03T22:57:30.248Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28572024-12-03T22:57:31.146Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582024-12-03T22:57:33.348Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28592024-12-03T22:57:33.707Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28602024-12-03T22:57:43.072Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28612024-12-03T22:57:43.072Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28622024-12-03T22:57:43.075Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28632024-12-03T22:57:43.075Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28642024-12-03T22:57:43.997Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28652024-12-03T22:57:46.336Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28662024-12-03T22:57:47.458Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28672024-12-03T22:57:48.092Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28682024-12-03T22:57:48.576Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28692024-12-03T22:57:51.192Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28702024-12-03T22:57:51.218Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28712024-12-03T22:57:52.109Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28722024-12-03T22:57:52.461Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28732024-12-03T22:57:53.807Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28742024-12-03T22:57:54.141Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28752024-12-03T22:57:55.296Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28762024-12-03T22:57:55.892Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28772024-12-03T22:57:56.421Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28782024-12-03T22:57:56.952Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792024-12-03T22:57:58.960Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28802024-12-03T22:57:59.193Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28812024-12-03T22:57:59.473Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28822024-12-03T22:57:59.788Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28832024-12-03T22:58:02.290Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28842024-12-03T22:58:04.376Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28852024-12-03T22:58:05.245Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28862024-12-03T22:58:06.754Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28872024-12-03T22:58:07.338Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882024-12-03T22:58:14.318Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28892024-12-03T22:58:22.320Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28902024-12-03T22:58:23.538Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28912024-12-03T22:58:42.958Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28922024-12-03T22:59:18.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
28932024-12-03T22:59:19.129Z
28942024-12-03T22:59:19.137Zreal 2:43.941194288
28952024-12-03T22:59:19.137Zuser 12:25.646365198
28962024-12-03T22:59:19.137Zsys 2:47.692753772
28972024-12-03T22:59:19.138Ztrap 0.320713768
28982024-12-03T22:59:19.138Ztflt 0.848491159
28992024-12-03T22:59:19.138Zdflt 2.133416795
29002024-12-03T22:59:19.138Zkflt 0.000030796
29012024-12-03T22:59:19.138Zlock 26:03.605001874
29022024-12-03T22:59:19.138Zslp 44:55.691638778
29032024-12-03T22:59:19.138Zlat 37.166480262
29042024-12-03T22:59:19.138Zstop 1:34.216683979
29052024-12-03T22:59:19.138Z+ mkdir tests
29062024-12-03T22:59:19.138Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29072024-12-03T22:59:19.141Z+ xargs -I '{}' -t cp '{}' tests/
29082024-12-03T22:59:19.173Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9bfe63e9943ea901 tests/
29092024-12-03T22:59:19.200Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c491914b53d65423 tests/
29102024-12-03T22:59:19.227Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-10a26e62721a6aad tests/
29112024-12-03T22:59:19.253Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1979aa807d4bc6ee tests/
29122024-12-03T22:59:19.487Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29132024-12-03T22:59:19.490Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-c491914b53d65423 tests/commtest-10a26e62721a6aad tests/dhcp_server-9bfe63e9943ea901 tests/end_to_end_tests-1979aa807d4bc6ee out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29142024-12-03T23:00:30.592ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29152024-12-03T23:00:30.592Za .github/buildomat/ci-env.sh 1K
29162024-12-03T23:00:30.592Za out/target/test 1K
29172024-12-03T23:00:30.592Za out/npuzone/npuzone 23144K
29182024-12-03T23:00:30.592Za package-manifest.toml 32K
29192024-12-03T23:00:30.592Za smf/sled-agent/non-gimlet/config.toml 4K
29202024-12-03T23:00:30.592Za target/release/omicron-package 36349K
29212024-12-03T23:00:30.592Za target/release/xtask 11750K
29222024-12-03T23:00:30.592Za target/debug/bootstrap 210029K
29232024-12-03T23:00:30.592Za tests/bootstrap-c491914b53d65423 24246K
29242024-12-03T23:00:30.592Za tests/commtest-10a26e62721a6aad 25022K
29252024-12-03T23:00:30.592Za tests/dhcp_server-9bfe63e9943ea901 24246K
29262024-12-03T23:00:30.592Za tests/end_to_end_tests-1979aa807d4bc6ee 228129K
29272024-12-03T23:00:30.593Za out/clickhouse.tar.gz 285856K
29282024-12-03T23:00:30.593Za out/clickhouse_keeper.tar.gz 285846K
29292024-12-03T23:00:30.593Za out/clickhouse_server.tar.gz 285845K
29302024-12-03T23:00:30.593Za out/cockroachdb.tar.gz 134564K
29312024-12-03T23:00:30.593Za out/crucible-dtrace.tar 85K
29322024-12-03T23:00:30.593Za out/crucible-pantry-zone.tar.gz 28179K
29332024-12-03T23:00:30.593Za out/crucible-zone.tar.gz 36396K
29342024-12-03T23:00:30.593Za out/external-dns.tar.gz 35281K
29352024-12-03T23:00:30.593Za out/internal-dns.tar.gz 35280K
29362024-12-03T23:00:30.593Za out/mg-ddm-gz.tar 63075K
29372024-12-03T23:00:30.593Za out/nexus.tar.gz 100397K
29382024-12-03T23:00:30.593Za out/ntp.tar.gz 10355K
29392024-12-03T23:00:30.593Za out/omicron-gateway-softnpu.tar.gz 23934K
29402024-12-03T23:00:30.593Za out/omicron-sled-agent.tar 113487K
29412024-12-03T23:00:30.593Za out/overlay.tar.gz 3K
29422024-12-03T23:00:30.593Za out/oximeter.tar.gz 51249K
29432024-12-03T23:00:30.593Za out/oxlog.tar 3088K
29442024-12-03T23:00:30.593Za out/probe.tar.gz 2764K
29452024-12-03T23:00:30.593Za out/propolis-server.tar.gz 66600K
29462024-12-03T23:00:30.593Za out/pumpkind-gz.tar 26665K
29472024-12-03T23:00:30.593Za out/switch-softnpu.tar.gz 237362K
29482024-12-03T23:00:30.597Z
29492024-12-03T23:00:30.597Zreal 1:11.097190573
29502024-12-03T23:00:30.597Zuser 1:08.116315934
29512024-12-03T23:00:30.597Zsys 4.294170435
29522024-12-03T23:00:30.597Ztrap 0.020078849
29532024-12-03T23:00:30.597Ztflt 0.000000000
29542024-12-03T23:00:30.597Zdflt 0.000000000
29552024-12-03T23:00:30.597Zkflt 0.000000000
29562024-12-03T23:00:30.597Zlock 0.000000000
29572024-12-03T23:00:30.597Zslp 1:07.948534341
29582024-12-03T23:00:30.597Zlat 1.808790172
29592024-12-03T23:00:30.597Zstop 0.000619819
29602024-12-03T23:00:30.597Zprocess exited: duration 1945014 ms, exit code 0
 
29612024-12-03T23:00:30.613Zfound 1 output files
29622024-12-03T23:00:30.613Zuploading: /work/package.tar.gz (1878112326 bytes)
29632024-12-03T23:01:02.111Zuploaded: /work/package.tar.gz