01JD0A8YB56C5FHVADY3VAHRY9: 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: 01JD0A9KFGKQ640BW7JXK27J5V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T19:00:24.905Zjob assigned to worker 01JD0A9T50EZGTVZDTWSVDK2D3 [factory aws, i-0c451b2d9369a21df] (queued for 1 m 2 s)
 
22024-11-18T19:00:32.896Zstarting task 0: "setup"
32024-11-18T19:00:32.908Z++ uname -s
42024-11-18T19:00:32.911Z+ kern=SunOS
52024-11-18T19:00:32.911Z+ case "$kern" in
62024-11-18T19:00:32.911Z+ groupadd -g 12345 build
72024-11-18T19:00:32.914Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T19:00:34.921Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T19:00:34.982Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T19:00:34.984Z+ home_fs=zfs
112024-11-18T19:00:34.984Z+ [[ zfs == autofs ]]
122024-11-18T19:00:34.984Z+ mkdir -p /home/build
132024-11-18T19:00:34.987Z+ chown build:build /home/build /work
142024-11-18T19:00:36.989Z+ chmod 0700 /home/build /work
152024-11-18T19:00:36.993Zprocess exited: duration 4094 ms, exit code 0
 
162024-11-18T19:00:36.998Zstarting task 1: "rust-toolchain"
172024-11-18T19:00:37.004Z+ printf ' * toolchain channel = "%s"
182024-11-18T19:00:37.004Z' 1.81.0
192024-11-18T19:00:37.004Z+ printf ' * toolchain profile = "%s"
202024-11-18T19:00:37.004Z' default
212024-11-18T19:00:37.004Z * toolchain channel = "1.81.0"
222024-11-18T19:00:37.004Z * toolchain profile = "default"
232024-11-18T19:00:37.007Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T19:00:37.007Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T19:00:37.111Zinfo: downloading installer
262024-11-18T19:00:38.230Zinfo: profile set to 'default'
272024-11-18T19:00:38.230Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T19:00:38.232Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T19:00:38.385Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T19:00:38.385Zinfo: downloading component 'cargo'
312024-11-18T19:00:39.193Zinfo: downloading component 'clippy'
322024-11-18T19:00:39.492Zinfo: downloading component 'rust-docs'
332024-11-18T19:00:40.612Zinfo: downloading component 'rust-std'
342024-11-18T19:00:42.355Zinfo: downloading component 'rustc'
352024-11-18T19:00:48.606Zinfo: downloading component 'rustfmt'
362024-11-18T19:00:48.840Zinfo: installing component 'cargo'
372024-11-18T19:00:49.639Zinfo: installing component 'clippy'
382024-11-18T19:00:49.998Zinfo: installing component 'rust-docs'
392024-11-18T19:00:51.641Zinfo: installing component 'rust-std'
402024-11-18T19:00:53.408Zinfo: installing component 'rustc'
412024-11-18T19:00:59.069Zinfo: installing component 'rustfmt'
422024-11-18T19:00:59.395Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-18T19:00:59.395Z
442024-11-18T19:00:59.764Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T19:00:59.764Z
462024-11-18T19:00:59.767Z
472024-11-18T19:00:59.767ZRust is installed now. Great!
482024-11-18T19:00:59.767Z
492024-11-18T19:00:59.767ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T19:00:59.767Zenvironment variable. This has not been done automatically.
512024-11-18T19:00:59.767Z
522024-11-18T19:00:59.767ZTo configure your current shell, you need to source
532024-11-18T19:00:59.767Zthe corresponding env file under $HOME/.cargo.
542024-11-18T19:00:59.767Z
552024-11-18T19:00:59.767ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T19:00:59.767Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T19:00:59.767Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T19:00:59.842Z+ rustc --version
592024-11-18T19:00:59.910Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T19:00:59.914Zprocess exited: duration 22912 ms, exit code 0
 
612024-11-18T19:00:59.919Zstarting task 2: "authentication"
622024-11-18T19:00:59.942Zprocess exited: duration 21 ms, exit code 0
 
632024-11-18T19:00:59.947Zstarting task 3: "clone repository"
642024-11-18T19:00:59.952Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T19:00:59.955Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T19:00:59.995ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T19:01:07.859Z+ cd /work/oxidecomputer/omicron
682024-11-18T19:01:07.859Z+ git fetch origin c3401f2008e99c5d3cbbc5c4d52ab6384773aab1
692024-11-18T19:01:08.163ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T19:01:08.164Z * branch c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 -> FETCH_HEAD
712024-11-18T19:01:08.174Z+ [[ -n put-zones-doesnt-put-datasets ]]
722024-11-18T19:01:08.177Z++ git branch --show-current
732024-11-18T19:01:08.179Z+ current=main
742024-11-18T19:01:08.179Z+ [[ main != put-zones-doesnt-put-datasets ]]
752024-11-18T19:01:08.179Z+ git branch -f put-zones-doesnt-put-datasets c3401f2008e99c5d3cbbc5c4d52ab6384773aab1
762024-11-18T19:01:08.182Z+ git checkout -f put-zones-doesnt-put-datasets
772024-11-18T19:01:08.358ZSwitched to branch 'put-zones-doesnt-put-datasets'
782024-11-18T19:01:08.360Z+ git reset --hard c3401f2008e99c5d3cbbc5c4d52ab6384773aab1
792024-11-18T19:01:08.372ZHEAD is now at c3401f200 Review feedback
802024-11-18T19:01:08.374Zprocess exited: duration 8425 ms, exit code 0
 
812024-11-18T19:01:08.379Zstarting task 4: "build"
822024-11-18T19:01:08.384Z+ source .github/buildomat/ci-env.sh
832024-11-18T19:01:08.384Z++ export CARGO_TERM_COLOR=always
842024-11-18T19:01:08.387Z++ CARGO_TERM_COLOR=always
852024-11-18T19:01:08.387Z+ cargo --version
862024-11-18T19:01:08.443Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-18T19:01:08.445Z+ rustc --version
882024-11-18T19:01:08.507Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-18T19:01:08.510Z+ WORK=/work
902024-11-18T19:01:08.510Z+ pfexec mkdir -p /work
912024-11-18T19:01:08.515Z+ pfexec chown build /work
922024-11-18T19:01:08.517Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-18T19:01:15.473Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-18T19:01:18.995Z Startup: Caching catalogs ... Done
952024-11-18T19:01:27.625ZPlanning: Solver setup ... Done (7.702s)
962024-11-18T19:01:27.736ZPlanning: Running solver ... Done (0.112s)
972024-11-18T19:01:27.830ZPlanning: Finding local manifests ... Done (0.004s)
982024-11-18T19:01:27.925ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-18T19:01:28.232ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-18T19:01:28.334ZPlanning: Package planning ... Done (0.102s)
1012024-11-18T19:01:28.391ZPlanning: Merging actions ... Done (0.057s)
1022024-11-18T19:01:28.584ZPlanning: Checking for conflicting actions ... Done (0.193s)
1032024-11-18T19:01:30.523ZPlanning: Consolidating action changes ... Done (1.939s)
1042024-11-18T19:01:30.955ZPlanning: Evaluating mediators ... Done (0.432s)
1052024-11-18T19:01:31.038ZPlanning: Planning completed in 11.95 seconds
1062024-11-18T19:01:31.053Z Packages to install: 4
1072024-11-18T19:01:31.053Z Packages to update: 1
1082024-11-18T19:01:31.056Z Mediators to change: 2
1092024-11-18T19:01:31.056Z Services to change: 1
1102024-11-18T19:01:31.056Z Estimated space available: 155.64 GB
1112024-11-18T19:01:31.056ZEstimated space to be consumed: 1.60 GB
1122024-11-18T19:01:31.056Z Create boot environment: No
1132024-11-18T19:01:31.056ZCreate backup boot environment: Yes
1142024-11-18T19:01:31.056Z Rebuild boot archive: No
1152024-11-18T19:01:31.056Z
1162024-11-18T19:01:31.056ZChanged mediators:
1172024-11-18T19:01:31.056Z mediator clang:
1182024-11-18T19:01:31.056Z version: None -> 15 (system default)
1192024-11-18T19:01:31.056Z
1202024-11-18T19:01:31.057Z mediator llvm:
1212024-11-18T19:01:31.057Z version: 14 (system default) -> 15 (system default)
1222024-11-18T19:01:31.057Z
1232024-11-18T19:01:31.057ZChanged packages:
1242024-11-18T19:01:31.057Zhelios-dev
1252024-11-18T19:01:31.057Z developer/build-essential
1262024-11-18T19:01:31.057Z None -> 11-2.0
1272024-11-18T19:01:31.057Z library/libxmlsec1
1282024-11-18T19:01:31.057Z None -> 1.2.35-2.0
1292024-11-18T19:01:31.057Z ooce/developer/clang-15
1302024-11-18T19:01:31.057Z None -> 15.0.7-2.0
1312024-11-18T19:01:31.057Z ooce/developer/llvm-15
1322024-11-18T19:01:31.057Z None -> 15.0.7-2.0
1332024-11-18T19:01:31.057Z package/pkg
1342024-11-18T19:01:31.057Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-18T19:01:31.057Z
1362024-11-18T19:01:31.057ZServices:
1372024-11-18T19:01:31.057Z restart_fmri:
1382024-11-18T19:01:31.057Z svc:/system/update-man-index:default
1392024-11-18T19:01:31.059Z
1402024-11-18T19:01:31.059ZEditable files to change:
1412024-11-18T19:01:31.059Z Update:
1422024-11-18T19:01:31.059Z usr/share/lib/pkg/web/config.shtml
1432024-11-18T19:01:31.137Z
1442024-11-18T19:01:31.137ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-18T19:01:36.142ZDownload: 621/4281 items 17.8/220.6MB 8% complete (3.6M/s)
1462024-11-18T19:01:41.142ZDownload: 1443/4281 items 110.1/220.6MB 49% complete (11.0M/s)
1472024-11-18T19:01:46.143ZDownload: 2729/4281 items 120.8/220.6MB 54% complete (10.3M/s)
1482024-11-18T19:01:51.146ZDownload: 3915/4281 items 218.4/220.6MB 99% complete (11.2M/s)
1492024-11-18T19:01:53.233ZDownload: Completed 220.60 MB in 22.09 seconds (10.0M/s)
1502024-11-18T19:01:54.412Z Actions: 1/5063 actions (Removing old actions)
1512024-11-18T19:01:54.433Z Actions: 194/5063 actions (Installing new actions)
1522024-11-18T19:01:59.085Z Actions: 4226/5063 actions (Updating modified actions)
1532024-11-18T19:01:59.401Z Actions: Completed 5063 actions in 5.05 seconds.
1542024-11-18T19:01:59.624Z Done (0.215s)
1552024-11-18T19:01:59.631Z Done (0.000s)
1562024-11-18T19:02:00.152Z Done (0.526s)
1572024-11-18T19:02:04.787Z Done (4.415s)
1582024-11-18T19:02:04.874Z Done (0.019s)
1592024-11-18T19:02:04.877Z Done (0.000s)
1602024-11-18T19:02:05.021Z Done (0.000s)
1612024-11-18T19:02:05.723ZPlanning: Evaluating mediator changes ... Done
1622024-11-18T19:02:05.886ZPlanning: Checking for conflicting actions ... Done
1632024-11-18T19:02:05.889ZPlanning: Consolidating action changes ... Done
1642024-11-18T19:02:06.174ZPlanning: Evaluating mediators ... Done
1652024-11-18T19:02:06.182ZPlanning: Planning completed in 0.44 seconds
1662024-11-18T19:02:06.205Z Mediators to change: 2
1672024-11-18T19:02:06.205Z Create boot environment: No
1682024-11-18T19:02:06.217ZCreate backup boot environment: No
1692024-11-18T19:02:06.280Z Done
1702024-11-18T19:02:06.280Z Done
1712024-11-18T19:02:06.648Z Done
1722024-11-18T19:02:10.315Z Done
1732024-11-18T19:02:10.422Z Done
1742024-11-18T19:02:10.424Z Done
1752024-11-18T19:02:10.523Z Done
1762024-11-18T19:02:11.132ZPlanning: Evaluating mediator changes ... Done
1772024-11-18T19:02:11.134ZPlanning: Merging actions ... Done
1782024-11-18T19:02:11.322ZPlanning: Checking for conflicting actions ... Done
1792024-11-18T19:02:11.325ZPlanning: Consolidating action changes ... Done
1802024-11-18T19:02:11.590ZPlanning: Evaluating mediators ... Done
1812024-11-18T19:02:11.646ZPlanning: Planning completed in 0.76 seconds
1822024-11-18T19:02:11.687Z Packages to change: 1
1832024-11-18T19:02:11.687Z Mediators to change: 1
1842024-11-18T19:02:11.689Z Services to change: 1
1852024-11-18T19:02:11.689Z Create boot environment: No
1862024-11-18T19:02:11.689ZCreate backup boot environment: Yes
1872024-11-18T19:02:13.850Z Actions: 1/6 actions (Updating modified actions)
1882024-11-18T19:02:13.867Z Actions: Completed 6 actions in 0.00 seconds.
1892024-11-18T19:02:13.867Z Done
1902024-11-18T19:02:13.867Z Done
1912024-11-18T19:02:13.959Z Done
1922024-11-18T19:02:17.807Z Done
1932024-11-18T19:02:17.905Z Done
1942024-11-18T19:02:17.907Z Done
1952024-11-18T19:02:18.015Z Done
1962024-11-18T19:02:18.453ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-11-18T19:02:18.453Zclang system 15 system
1982024-11-18T19:02:18.453Zcsh system system illumos
1992024-11-18T19:02:18.453Zctags system system illumos
2002024-11-18T19:02:18.453Zgcc vendor 12 vendor
2012024-11-18T19:02:18.453Zgcc system 10 system
2022024-11-18T19:02:18.453Zgcc system 7 system
2032024-11-18T19:02:18.453Zgo system 1.20 system
2042024-11-18T19:02:18.453Zgo system 1.19 system
2052024-11-18T19:02:18.453Zllvm system 15 system
2062024-11-18T19:02:18.453Zllvm system 14 system
2072024-11-18T19:02:18.453Zmariadb system 10.6 system
2082024-11-18T19:02:18.453Zmta vendor vendor dma
2092024-11-18T19:02:18.453Zopenjdk system 17 system
2102024-11-18T19:02:18.453Zopenjdk system 11 system
2112024-11-18T19:02:18.453Zopenjdk system 1.8 system
2122024-11-18T19:02:18.453Zopenssl vendor 3 vendor
2132024-11-18T19:02:18.454Zperl system 5.36 system
2142024-11-18T19:02:18.454Zpostgresql system 15 system
2152024-11-18T19:02:18.454Zpostgresql system 13 system
2162024-11-18T19:02:18.454Zpython vendor 3 vendor
2172024-11-18T19:02:18.454Zpython system 2 system
2182024-11-18T19:02:18.454Zpython3 system 3.11 system
2192024-11-18T19:02:18.454Zruby system 3.0 system
2202024-11-18T19:02:18.454Zwords vendor vendor american-english
2212024-11-18T19:02:18.454Zwords system system australian-english
2222024-11-18T19:02:18.454Zwords system system british-english
2232024-11-18T19:02:18.454Zwords system system canadian-english
2242024-11-18T19:02:18.454Zwords system system french
2252024-11-18T19:02:18.454Zwords system system italian
2262024-11-18T19:02:18.454Zwords system system ngerman
2272024-11-18T19:02:18.454Zwords system system ogerman
2282024-11-18T19:02:18.454Zwords system system spanish
2292024-11-18T19:02:18.793ZPUBLISHER TYPE STATUS P LOCATION
2302024-11-18T19:02:18.793Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-11-18T19:02:21.364ZFMRI IFO
2322024-11-18T19:02:21.364Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-11-18T19:02:21.364Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-11-18T19:02:21.364Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-11-18T19:02:21.364Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-11-18T19:02:21.364Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-11-18T19:02:21.364Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-11-18T19:02:21.364Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-11-18T19:02:21.365Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-11-18T19:02:21.365Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-11-18T19:02:21.365Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2422024-11-18T19:02:21.365Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-11-18T19:02:21.365Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-11-18T19:02:21.365Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2452024-11-18T19:02:21.365Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-11-18T19:02:21.365Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-11-18T19:02:22.117Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482024-11-18T19:02:22.427Z Updating crates.io index
2492024-11-18T19:02:22.433Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-11-18T19:02:23.315Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-11-18T19:02:23.548Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-11-18T19:02:23.831Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-11-18T19:02:24.095Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-11-18T19:02:25.271Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-11-18T19:02:27.705Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-11-18T19:02:28.607Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-11-18T19:02:29.321Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-11-18T19:02:29.575Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-11-18T19:02:29.952Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-11-18T19:02:30.491Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2612024-11-18T19:02:30.832Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-11-18T19:02:31.187Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-11-18T19:02:31.437Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-11-18T19:02:31.708Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-11-18T19:02:31.953Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-11-18T19:02:32.273Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-11-18T19:02:32.585Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-11-18T19:02:33.023Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-11-18T19:02:33.279Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-11-18T19:02:33.774Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-11-18T19:02:34.095Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722024-11-18T19:02:34.510Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-11-18T19:02:34.929Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-11-18T19:02:35.311Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-11-18T19:02:35.564Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-11-18T19:02:36.842Z Downloading crates ...
2772024-11-18T19:02:36.932Z Downloaded anstream v0.6.15
2782024-11-18T19:02:36.940Z Downloaded anyhow v1.0.93
2792024-11-18T19:02:36.943Z Downloaded camino v1.1.9
2802024-11-18T19:02:36.945Z Downloaded anstyle-query v1.1.1
2812024-11-18T19:02:36.948Z Downloaded byteorder v1.5.0
2822024-11-18T19:02:36.951Z Downloaded anstyle-parse v0.2.5
2832024-11-18T19:02:36.951Z Downloaded autocfg v1.4.0
2842024-11-18T19:02:36.954Z Downloaded anstyle v1.0.10
2852024-11-18T19:02:36.954Z Downloaded bitflags v2.6.0
2862024-11-18T19:02:36.957Z Downloaded bytecount v0.6.8
2872024-11-18T19:02:36.959Z Downloaded block-buffer v0.10.4
2882024-11-18T19:02:36.987Z Downloaded cfg-if v1.0.0
2892024-11-18T19:02:36.990Z Downloaded camino-tempfile v1.1.1
2902024-11-18T19:02:36.997Z Downloaded clap_derive v4.5.18
2912024-11-18T19:02:37.000Z Downloaded clap_lex v0.7.2
2922024-11-18T19:02:37.002Z Downloaded cargo-platform v0.1.8
2932024-11-18T19:02:37.002Z Downloaded cargo_toml v0.20.5
2942024-11-18T19:02:37.004Z Downloaded clap v4.5.21
2952024-11-18T19:02:37.011Z Downloaded equivalent v1.0.1
2962024-11-18T19:02:37.013Z Downloaded dtrace-parser v0.2.0
2972024-11-18T19:02:37.013Z Downloaded cargo_metadata v0.18.1
2982024-11-18T19:02:37.017Z Downloaded dof v0.3.0
2992024-11-18T19:02:37.017Z Downloaded generic-array v0.14.7
3002024-11-18T19:02:37.019Z Downloaded fs-err v2.11.0
3012024-11-18T19:02:37.019Z Downloaded fastrand v2.1.1
3022024-11-18T19:02:37.021Z Downloaded errno v0.3.9
3032024-11-18T19:02:37.021Z Downloaded digest v0.10.7
3042024-11-18T19:02:37.023Z Downloaded crypto-common v0.1.6
3052024-11-18T19:02:37.023Z Downloaded itoa v1.0.11
3062024-11-18T19:02:37.025Z Downloaded is_terminal_polyfill v1.70.1
3072024-11-18T19:02:37.025Z Downloaded heck v0.4.1
3082024-11-18T19:02:37.028Z Downloaded cpufeatures v0.2.14
3092024-11-18T19:02:37.031Z Downloaded heck v0.5.0
3102024-11-18T19:02:37.034Z Downloaded pretty-hex v0.4.1
3112024-11-18T19:02:37.034Z Downloaded fnv v1.0.7
3122024-11-18T19:02:37.036Z Downloaded colorchoice v1.0.2
3132024-11-18T19:02:37.041Z Downloaded plain v0.2.3
3142024-11-18T19:02:37.046Z Downloaded papergrid v0.11.0
3152024-11-18T19:02:37.051Z Downloaded pest_derive v2.7.14
3162024-11-18T19:02:37.058Z Downloaded log v0.4.22
3172024-11-18T19:02:37.060Z Downloaded swrite v0.1.0
3182024-11-18T19:02:37.063Z Downloaded scroll_derive v0.12.0
3192024-11-18T19:02:37.080Z Downloaded usdt-attr-macro v0.5.0
3202024-11-18T19:02:37.084Z Downloaded usdt-macro v0.5.0
3212024-11-18T19:02:37.086Z Downloaded pest_meta v2.7.14
3222024-11-18T19:02:37.089Z Downloaded once_cell v1.20.2
3232024-11-18T19:02:37.089Z Downloaded memmap v0.7.0
3242024-11-18T19:02:37.092Z Downloaded macaddr v1.0.1
3252024-11-18T19:02:37.094Z Downloaded strsim v0.11.1
3262024-11-18T19:02:37.094Z Downloaded smawk v0.3.2
3272024-11-18T19:02:37.097Z Downloaded pest_generator v2.7.14
3282024-11-18T19:02:37.101Z Downloaded proc-macro-error-attr v1.0.4
3292024-11-18T19:02:37.103Z Downloaded toml_datetime v0.6.8
3302024-11-18T19:02:37.108Z Downloaded thiserror v1.0.69
3312024-11-18T19:02:37.113Z Downloaded unicode-linebreak v0.1.5
3322024-11-18T19:02:37.115Z Downloaded terminal_size v0.4.0
3332024-11-18T19:02:37.115Z Downloaded serde_tokenstream v0.2.2
3342024-11-18T19:02:37.119Z Downloaded utf8parse v0.2.2
3352024-11-18T19:02:37.121Z Downloaded version_check v0.9.5
3362024-11-18T19:02:37.121Z Downloaded usdt-impl v0.5.0
3372024-11-18T19:02:37.123Z Downloaded usdt v0.5.0
3382024-11-18T19:02:37.123Z Downloaded thread-id v4.2.2
3392024-11-18T19:02:37.125Z Downloaded thiserror-impl v1.0.69
3402024-11-18T19:02:37.127Z Downloaded quote v1.0.37
3412024-11-18T19:02:37.130Z Downloaded semver v1.0.23
3422024-11-18T19:02:37.132Z Downloaded proc-macro-error v1.0.4
3432024-11-18T19:02:37.135Z Downloaded serde_spanned v0.6.8
3442024-11-18T19:02:37.137Z Downloaded memchr v2.7.4
3452024-11-18T19:02:37.140Z Downloaded zerocopy-derive v0.7.35
3462024-11-18T19:02:37.144Z Downloaded tempfile v3.13.0
3472024-11-18T19:02:37.146Z Downloaded tabled_derive v0.7.0
3482024-11-18T19:02:37.149Z Downloaded scroll v0.12.0
3492024-11-18T19:02:37.154Z Downloaded ryu v1.0.18
3502024-11-18T19:02:37.156Z Downloaded proc-macro2 v1.0.89
3512024-11-18T19:02:37.159Z Downloaded indexmap v2.6.0
3522024-11-18T19:02:37.162Z Downloaded sha2 v0.10.8
3532024-11-18T19:02:37.165Z Downloaded unicode-ident v1.0.13
3542024-11-18T19:02:37.167Z Downloaded toml v0.8.19
3552024-11-18T19:02:37.170Z Downloaded textwrap v0.16.1
3562024-11-18T19:02:37.179Z Downloaded serde_derive v1.0.215
3572024-11-18T19:02:37.182Z Downloaded ucd-trie v0.1.7
3582024-11-18T19:02:37.184Z Downloaded typenum v1.17.0
3592024-11-18T19:02:37.189Z Downloaded serde v1.0.215
3602024-11-18T19:02:37.199Z Downloaded clap_builder v4.5.21
3612024-11-18T19:02:37.206Z Downloaded hashbrown v0.15.0
3622024-11-18T19:02:37.217Z Downloaded toml_edit v0.22.22
3632024-11-18T19:02:37.238Z Downloaded goblin v0.8.2
3642024-11-18T19:02:37.256Z Downloaded zerocopy v0.7.35
3652024-11-18T19:02:37.271Z Downloaded winnow v0.6.20
3662024-11-18T19:02:37.279Z Downloaded serde_json v1.0.132
3672024-11-18T19:02:37.285Z Downloaded pest v2.7.14
3682024-11-18T19:02:37.291Z Downloaded tabled v0.15.0
3692024-11-18T19:02:37.305Z Downloaded syn v1.0.109
3702024-11-18T19:02:37.315Z Downloaded unicode-width v0.1.14
3712024-11-18T19:02:37.319Z Downloaded syn v2.0.87
3722024-11-18T19:02:37.330Z Downloaded rustix v0.38.37
3732024-11-18T19:02:37.376Z Downloaded libc v0.2.162
3742024-11-18T19:02:37.683Z Compiling proc-macro2 v1.0.89
3752024-11-18T19:02:37.683Z Compiling unicode-ident v1.0.13
3762024-11-18T19:02:37.683Z Compiling version_check v0.9.5
3772024-11-18T19:02:37.686Z Compiling serde v1.0.215
3782024-11-18T19:02:37.686Z Compiling memchr v2.7.4
3792024-11-18T19:02:37.686Z Compiling thiserror v1.0.69
3802024-11-18T19:02:37.686Z Compiling libc v0.2.162
3812024-11-18T19:02:37.719Z Compiling ucd-trie v0.1.7
3822024-11-18T19:02:37.932Z Compiling itoa v1.0.11
3832024-11-18T19:02:38.201Z Compiling ryu v1.0.18
3842024-11-18T19:02:38.558Z Compiling once_cell v1.20.2
3852024-11-18T19:02:38.586Z Compiling byteorder v1.5.0
3862024-11-18T19:02:38.612Z Compiling serde_json v1.0.132
3872024-11-18T19:02:38.931Z Compiling rustix v0.38.37
3882024-11-18T19:02:39.056Z Compiling bitflags v2.6.0
3892024-11-18T19:02:39.157Z Compiling proc-macro-error-attr v1.0.4
3902024-11-18T19:02:39.384Z Compiling usdt-impl v0.5.0
3912024-11-18T19:02:39.449Z Compiling syn v1.0.109
3922024-11-18T19:02:39.519Z Compiling proc-macro-error v1.0.4
3932024-11-18T19:02:39.558Z Compiling plain v0.2.3
3942024-11-18T19:02:39.593Z Compiling quote v1.0.37
3952024-11-18T19:02:39.790Z Compiling log v0.4.22
3962024-11-18T19:02:39.847Z Compiling hashbrown v0.15.0
3972024-11-18T19:02:39.900Z Compiling equivalent v1.0.1
3982024-11-18T19:02:40.033Z Compiling syn v2.0.87
3992024-11-18T19:02:40.067Z Compiling errno v0.3.9
4002024-11-18T19:02:40.296Z Compiling camino v1.1.9
4012024-11-18T19:02:40.335Z Compiling utf8parse v0.2.2
4022024-11-18T19:02:40.487Z Compiling anstyle-parse v0.2.5
4032024-11-18T19:02:40.643Z Compiling thread-id v4.2.2
4042024-11-18T19:02:40.938Z Compiling unicode-width v0.1.14
4052024-11-18T19:02:41.038Z Compiling indexmap v2.6.0
4062024-11-18T19:02:41.128Z Compiling autocfg v1.4.0
4072024-11-18T19:02:41.194Z Compiling anstyle-query v1.1.1
4082024-11-18T19:02:41.340Z Compiling winnow v0.6.20
4092024-11-18T19:02:41.366Z Compiling semver v1.0.23
4102024-11-18T19:02:41.466Z Compiling colorchoice v1.0.2
4112024-11-18T19:02:41.638Z Compiling anstyle v1.0.10
4122024-11-18T19:02:41.884Z Compiling is_terminal_polyfill v1.70.1
4132024-11-18T19:02:42.019Z Compiling pretty-hex v0.4.1
4142024-11-18T19:02:42.086Z Compiling anstream v0.6.15
4152024-11-18T19:02:42.363Z Compiling fs-err v2.11.0
4162024-11-18T19:02:42.445Z Compiling terminal_size v0.4.0
4172024-11-18T19:02:42.592Z Compiling fastrand v2.1.1
4182024-11-18T19:02:42.642Z Compiling cfg-if v1.0.0
4192024-11-18T19:02:42.668Z Compiling heck v0.4.1
4202024-11-18T19:02:42.747Z Compiling anyhow v1.0.93
4212024-11-18T19:02:42.873Z Compiling bytecount v0.6.8
4222024-11-18T19:02:43.158Z Compiling clap_lex v0.7.2
4232024-11-18T19:02:43.194Z Compiling fnv v1.0.7
4242024-11-18T19:02:43.240Z Compiling strsim v0.11.1
4252024-11-18T19:02:43.243Z Compiling heck v0.5.0
4262024-11-18T19:02:43.685Z Compiling clap_builder v4.5.21
4272024-11-18T19:02:43.854Z Compiling tempfile v3.13.0
4282024-11-18T19:02:44.088Z Compiling papergrid v0.11.0
4292024-11-18T19:02:44.264Z Compiling memmap v0.7.0
4302024-11-18T19:02:44.335Z Compiling smawk v0.3.2
4312024-11-18T19:02:44.568Z Compiling unicode-linebreak v0.1.5
4322024-11-18T19:02:45.069Z Compiling textwrap v0.16.1
4332024-11-18T19:02:45.265Z Compiling swrite v0.1.0
4342024-11-18T19:02:46.285Z Compiling tabled_derive v0.7.0
4352024-11-18T19:02:48.026Z Compiling tabled v0.15.0
4362024-11-18T19:02:49.314Z Compiling serde_derive v1.0.215
4372024-11-18T19:02:49.314Z Compiling thiserror-impl v1.0.69
4382024-11-18T19:02:49.322Z Compiling zerocopy-derive v0.7.35
4392024-11-18T19:02:49.329Z Compiling scroll_derive v0.12.0
4402024-11-18T19:02:49.566Z Compiling clap_derive v4.5.18
4412024-11-18T19:02:50.699Z Compiling scroll v0.12.0
4422024-11-18T19:02:51.159Z Compiling goblin v0.8.2
4432024-11-18T19:02:51.287Z Compiling zerocopy v0.7.35
4442024-11-18T19:02:52.132Z Compiling pest v2.7.14
4452024-11-18T19:02:53.374Z Compiling clap v4.5.21
4462024-11-18T19:02:54.522Z Compiling pest_meta v2.7.14
4472024-11-18T19:02:55.374Z Compiling pest_generator v2.7.14
4482024-11-18T19:02:57.322Z Compiling pest_derive v2.7.14
4492024-11-18T19:02:58.094Z Compiling dtrace-parser v0.2.0
4502024-11-18T19:02:59.846Z Compiling serde_tokenstream v0.2.2
4512024-11-18T19:02:59.886Z Compiling toml_datetime v0.6.8
4522024-11-18T19:02:59.886Z Compiling serde_spanned v0.6.8
4532024-11-18T19:03:00.176Z Compiling cargo-platform v0.1.8
4542024-11-18T19:03:00.256Z Compiling macaddr v1.0.1
4552024-11-18T19:03:00.495Z Compiling toml_edit v0.22.22
4562024-11-18T19:03:00.529Z Compiling camino-tempfile v1.1.1
4572024-11-18T19:03:01.368Z Compiling dof v0.3.0
4582024-11-18T19:03:01.420Z Compiling cargo_metadata v0.18.1
4592024-11-18T19:03:03.268Z Compiling usdt-attr-macro v0.5.0
4602024-11-18T19:03:03.268Z Compiling usdt-macro v0.5.0
4612024-11-18T19:03:03.319Z Compiling toml v0.8.19
4622024-11-18T19:03:04.283Z Compiling cargo_toml v0.20.5
4632024-11-18T19:03:04.638Z Compiling usdt v0.5.0
4642024-11-18T19:03:07.797Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-11-18T19:03:14.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.19s
4662024-11-18T19:03:14.703Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-11-18T19:03:14.703Z Downloading crates ...
4682024-11-18T19:03:14.765Z Downloaded addr2line v0.24.2
4692024-11-18T19:03:14.765Z Downloaded darling v0.20.10
4702024-11-18T19:03:14.765Z Downloaded adler2 v2.0.0
4712024-11-18T19:03:14.765Z Downloaded array-init v0.0.4
4722024-11-18T19:03:14.765Z Downloaded heapless v0.7.17
4732024-11-18T19:03:14.765Z Downloaded hex-literal v0.4.1
4742024-11-18T19:03:14.765Z Downloaded heck v0.3.3
4752024-11-18T19:03:14.765Z Downloaded aho-corasick v1.1.3
4762024-11-18T19:03:14.765Z Downloaded hex v0.4.3
4772024-11-18T19:03:14.765Z Downloaded heapless v0.8.0
4782024-11-18T19:03:14.765Z Downloaded hyper-util v0.1.10
4792024-11-18T19:03:14.765Z Downloaded humantime v2.1.0
4802024-11-18T19:03:14.765Z Downloaded aead v0.5.2
4812024-11-18T19:03:14.765Z Downloaded hyper-tls v0.6.0
4822024-11-18T19:03:14.765Z Downloaded icu_locid_transform_data v1.5.0
4832024-11-18T19:03:14.766Z Downloaded icu_normalizer v1.5.0
4842024-11-18T19:03:14.766Z Downloaded hubpack_derive v0.1.1
4852024-11-18T19:03:14.766Z Downloaded ahash v0.8.11
4862024-11-18T19:03:14.766Z Downloaded arc-swap v1.7.1
4872024-11-18T19:03:14.766Z Downloaded hickory-resolver v0.24.1
4882024-11-18T19:03:14.766Z Downloaded ascii-canvas v3.0.0
4892024-11-18T19:03:14.766Z Downloaded highway v1.2.0
4902024-11-18T19:03:14.766Z Downloaded bit-set v0.5.3
4912024-11-18T19:03:14.766Z Downloaded async-stream-impl v0.3.6
4922024-11-18T19:03:14.766Z Downloaded async-stream v0.3.6
4932024-11-18T19:03:14.766Z Downloaded icu_locid_transform v1.5.0
4942024-11-18T19:03:14.766Z Downloaded arrayref v0.3.9
4952024-11-18T19:03:14.766Z Downloaded httparse v1.9.5
4962024-11-18T19:03:14.766Z Downloaded http-range v0.1.5
4972024-11-18T19:03:14.766Z Downloaded base16ct v0.2.0
4982024-11-18T19:03:14.766Z Downloaded ciborium-io v0.2.2
4992024-11-18T19:03:14.766Z Downloaded atomic-waker v1.1.2
5002024-11-18T19:03:14.766Z Downloaded async-trait v0.1.83
5012024-11-18T19:03:14.766Z Downloaded ident_case v1.0.1
5022024-11-18T19:03:14.766Z Downloaded cfg_aliases v0.2.1
5032024-11-18T19:03:14.766Z Downloaded instant v0.1.13
5042024-11-18T19:03:14.766Z Downloaded crunchy v0.2.2
5052024-11-18T19:03:14.766Z Downloaded icu_provider_macros v1.5.0
5062024-11-18T19:03:14.769Z Downloaded atty v0.2.14
5072024-11-18T19:03:14.769Z Downloaded atomicwrites v0.4.4
5082024-11-18T19:03:14.770Z Downloaded async-recursion v1.1.1
5092024-11-18T19:03:14.770Z Downloaded linked-hash-map v0.5.6
5102024-11-18T19:03:14.770Z Downloaded http-body v1.0.1
5112024-11-18T19:03:14.770Z Downloaded bcrypt-pbkdf v0.10.0
5122024-11-18T19:03:14.770Z Downloaded hubpack v0.1.2
5132024-11-18T19:03:14.770Z Downloaded httpdate v1.0.3
5142024-11-18T19:03:14.770Z Downloaded is_ci v1.2.0
5152024-11-18T19:03:14.770Z Downloaded hostname v0.3.1
5162024-11-18T19:03:14.770Z Downloaded lru v0.12.5
5172024-11-18T19:03:14.770Z Downloaded cobs v0.2.3
5182024-11-18T19:03:14.770Z Downloaded home v0.5.9
5192024-11-18T19:03:14.770Z Downloaded internet-checksum v0.2.1
5202024-11-18T19:03:14.770Z Downloaded indent_write v2.2.0
5212024-11-18T19:03:14.770Z Downloaded indoc v1.0.9
5222024-11-18T19:03:14.770Z Downloaded matches v0.1.10
5232024-11-18T19:03:14.770Z Downloaded match_cfg v0.1.0
5242024-11-18T19:03:14.770Z Downloaded inout v0.1.3
5252024-11-18T19:03:14.770Z Downloaded md5 v0.7.0
5262024-11-18T19:03:14.770Z Downloaded crucible-workspace-hack v0.1.0
5272024-11-18T19:03:14.770Z Downloaded crc v3.2.1
5282024-11-18T19:03:14.770Z Downloaded icu_locid v1.5.0
5292024-11-18T19:03:14.770Z Downloaded iana-time-zone v0.1.61
5302024-11-18T19:03:14.770Z Downloaded hmac v0.12.1
5312024-11-18T19:03:14.770Z Downloaded crossbeam-deque v0.8.5
5322024-11-18T19:03:14.770Z Downloaded ciborium-ll v0.2.2
5332024-11-18T19:03:14.770Z Downloaded http-body-util v0.1.2
5342024-11-18T19:03:14.770Z Downloaded hyper-staticfile v0.10.1
5352024-11-18T19:03:14.770Z Downloaded block-padding v0.3.3
5362024-11-18T19:03:14.770Z Downloaded bitfield v0.14.0
5372024-11-18T19:03:14.770Z Downloaded lockfree-object-pool v0.1.6
5382024-11-18T19:03:14.770Z Downloaded colored v2.1.0
5392024-11-18T19:03:14.770Z Downloaded lru-cache v0.1.2
5402024-11-18T19:03:14.770Z Downloaded kstat-rs v0.2.4
5412024-11-18T19:03:14.770Z Downloaded is-terminal v0.4.13
5422024-11-18T19:03:14.770Z Downloaded libsw v3.3.1
5432024-11-18T19:03:14.771Z Downloaded ctr v0.9.2
5442024-11-18T19:03:14.771Z Downloaded termtree v0.4.1
5452024-11-18T19:03:14.771Z Downloaded ipnetwork v0.20.0
5462024-11-18T19:03:14.771Z Downloaded instability v0.3.2
5472024-11-18T19:03:14.771Z Downloaded hyper-rustls v0.27.3
5482024-11-18T19:03:14.771Z Downloaded convert_case v0.4.0
5492024-11-18T19:03:14.771Z Downloaded sync-ptr v0.1.1
5502024-11-18T19:03:14.771Z Downloaded litemap v0.7.3
5512024-11-18T19:03:14.771Z Downloaded maybe-uninit v2.0.0
5522024-11-18T19:03:14.771Z Downloaded cbc v0.1.2
5532024-11-18T19:03:14.771Z Downloaded idna_adapter v1.2.0
5542024-11-18T19:03:14.771Z Downloaded buf-list v1.0.3
5552024-11-18T19:03:14.771Z Downloaded chacha20 v0.9.1
5562024-11-18T19:03:14.771Z Downloaded maplit v1.0.2
5572024-11-18T19:03:14.771Z Downloaded managed v0.8.0
5582024-11-18T19:03:14.771Z Downloaded lazy_static v1.5.0
5592024-11-18T19:03:14.771Z Downloaded mime v0.3.17
5602024-11-18T19:03:14.771Z Downloaded hickory-client v0.24.1
5612024-11-18T19:03:14.771Z Downloaded rand_chacha v0.3.1
5622024-11-18T19:03:14.771Z Downloaded http v1.1.0
5632024-11-18T19:03:14.771Z Downloaded unarray v0.1.4
5642024-11-18T19:03:14.771Z Downloaded serde_urlencoded v0.7.1
5652024-11-18T19:03:14.771Z Downloaded zone_cfg_derive v0.3.0
5662024-11-18T19:03:14.771Z Downloaded scopeguard v1.2.0
5672024-11-18T19:03:14.771Z Downloaded dhcproto-macros v0.1.0
5682024-11-18T19:03:14.791Z Downloaded lock_api v0.4.12
5692024-11-18T19:03:14.796Z Downloaded quinn-udp v0.5.5
5702024-11-18T19:03:14.796Z Downloaded structmeta v0.2.0
5712024-11-18T19:03:14.796Z Downloaded linear-map v1.2.0
5722024-11-18T19:03:14.796Z Downloaded smf v0.2.3
5732024-11-18T19:03:14.796Z Downloaded schemars_derive v0.8.21
5742024-11-18T19:03:14.796Z Downloaded chrono-tz-build v0.4.0
5752024-11-18T19:03:14.796Z Downloaded bcs v0.1.6
5762024-11-18T19:03:14.796Z Downloaded crc32fast v1.4.2
5772024-11-18T19:03:14.796Z Downloaded libloading v0.8.5
5782024-11-18T19:03:14.796Z Downloaded async-bb8-diesel v0.2.1
5792024-11-18T19:03:14.796Z Downloaded want v0.3.1
5802024-11-18T19:03:14.796Z Downloaded base64ct v1.6.0
5812024-11-18T19:03:14.796Z Downloaded waitgroup v0.1.2
5822024-11-18T19:03:14.796Z Downloaded aes-gcm v0.10.3
5832024-11-18T19:03:14.796Z Downloaded mime_guess v2.0.5
5842024-11-18T19:03:14.796Z Downloaded csv-core v0.1.11
5852024-11-18T19:03:14.796Z Downloaded siphasher v0.3.11
5862024-11-18T19:03:14.796Z Downloaded simd-adler32 v0.3.7
5872024-11-18T19:03:14.796Z Downloaded smallvec v0.6.14
5882024-11-18T19:03:14.796Z Downloaded serde_repr v0.1.19
5892024-11-18T19:03:14.796Z Downloaded memmap2 v0.9.5
5902024-11-18T19:03:14.796Z Downloaded new_debug_unreachable v1.0.6
5912024-11-18T19:03:14.796Z Downloaded termios v0.3.3
5922024-11-18T19:03:14.796Z Downloaded which v4.4.2
5932024-11-18T19:03:14.796Z Downloaded termcolor v1.4.1
5942024-11-18T19:03:14.796Z Downloaded cookie v0.18.1
5952024-11-18T19:03:14.797Z Downloaded console v0.15.8
5962024-11-18T19:03:14.797Z Downloaded precomputed-hash v0.1.1
5972024-11-18T19:03:14.797Z Downloaded cancel-safe-futures v0.1.5
5982024-11-18T19:03:14.797Z Downloaded whoami v1.5.2
5992024-11-18T19:03:14.797Z Downloaded newline-converter v0.3.0
6002024-11-18T19:03:14.797Z Downloaded number_prefix v0.4.0
6012024-11-18T19:03:14.798Z Downloaded num_threads v0.1.7
6022024-11-18T19:03:14.798Z Downloaded jobserver v0.1.32
6032024-11-18T19:03:14.798Z Downloaded indexmap v1.9.3
6042024-11-18T19:03:14.798Z Downloaded cookie_store v0.21.0
6052024-11-18T19:03:14.798Z Downloaded universal-hash v0.5.1
6062024-11-18T19:03:14.798Z Downloaded tui-tree-widget v0.22.0
6072024-11-18T19:03:14.798Z Downloaded tokio-tungstenite v0.24.0
6082024-11-18T19:03:14.798Z Downloaded futures-task v0.3.31
6092024-11-18T19:03:14.798Z Downloaded crossbeam-epoch v0.9.18
6102024-11-18T19:03:14.798Z Downloaded backtrace v0.3.74
6112024-11-18T19:03:14.798Z Downloaded debug-ignore v1.0.5
6122024-11-18T19:03:14.798Z Downloaded crossbeam-utils v0.8.20
6132024-11-18T19:03:14.798Z Downloaded base64 v0.13.1
6142024-11-18T19:03:14.798Z Downloaded env_filter v0.1.2
6152024-11-18T19:03:14.798Z Downloaded dirs-sys-next v0.1.2
6162024-11-18T19:03:14.798Z Downloaded sync_wrapper v1.0.1
6172024-11-18T19:03:14.798Z Downloaded sigpipe v0.1.3
6182024-11-18T19:03:14.798Z Downloaded smallvec v1.13.2
6192024-11-18T19:03:14.798Z Downloaded futures-sink v0.3.31
6202024-11-18T19:03:14.798Z Downloaded futures-macro v0.3.31
6212024-11-18T19:03:14.798Z Downloaded enum-as-inner v0.6.1
6222024-11-18T19:03:14.798Z Downloaded enum-as-inner v0.5.1
6232024-11-18T19:03:14.798Z Downloaded rustls-pki-types v1.9.0
6242024-11-18T19:03:14.798Z Downloaded take_mut v0.2.2
6252024-11-18T19:03:14.798Z Downloaded packed_struct_codegen v0.10.1
6262024-11-18T19:03:14.798Z Downloaded packed_struct v0.10.1
6272024-11-18T19:03:14.798Z Downloaded progenitor-impl v0.8.0
6282024-11-18T19:03:14.798Z Downloaded endian-type v0.1.2
6292024-11-18T19:03:14.798Z Downloaded darling_macro v0.20.10
6302024-11-18T19:03:14.798Z Downloaded bzip2 v0.4.4
6312024-11-18T19:03:14.798Z Downloaded num_enum_derive v0.5.11
6322024-11-18T19:03:14.799Z Downloaded slog-term v2.9.1
6332024-11-18T19:03:14.799Z Downloaded pin-utils v0.1.0
6342024-11-18T19:03:14.799Z Downloaded uzers v0.12.1
6352024-11-18T19:03:14.799Z Downloaded tokio-rustls v0.24.1
6362024-11-18T19:03:14.799Z Downloaded ron v0.7.1
6372024-11-18T19:03:14.799Z Downloaded indicatif v0.17.9
6382024-11-18T19:03:14.799Z Downloaded chacha20poly1305 v0.10.1
6392024-11-18T19:03:14.799Z Downloaded radium v0.7.0
6402024-11-18T19:03:14.799Z Downloaded walkdir v2.5.0
6412024-11-18T19:03:14.799Z Downloaded foreign-types v0.5.0
6422024-11-18T19:03:14.799Z Downloaded proc-macro-crate v1.3.1
6432024-11-18T19:03:14.799Z Downloaded test-strategy v0.3.1
6442024-11-18T19:03:14.799Z Downloaded rustc_version v0.4.1
6452024-11-18T19:03:14.799Z Downloaded salsa20 v0.10.2
6462024-11-18T19:03:14.799Z Downloaded rusty-fork v0.3.0
6472024-11-18T19:03:14.800Z Downloaded rustversion v1.0.17
6482024-11-18T19:03:14.800Z Downloaded normalize-line-endings v0.3.0
6492024-11-18T19:03:14.800Z Downloaded slab v0.4.9
6502024-11-18T19:03:14.800Z Downloaded serde_path_to_error v0.1.16
6512024-11-18T19:03:14.800Z Downloaded hyper v1.5.0
6522024-11-18T19:03:14.800Z Downloaded peg-runtime v0.8.3
6532024-11-18T19:03:14.800Z Downloaded tabwriter v1.4.0
6542024-11-18T19:03:14.800Z Downloaded synstructure v0.13.1
6552024-11-18T19:03:14.800Z Downloaded thiserror-no-std v2.0.2
6562024-11-18T19:03:14.800Z Downloaded utf8_iter v1.0.4
6572024-11-18T19:03:14.801Z Downloaded utf-8 v0.7.6
6582024-11-18T19:03:14.801Z Downloaded bumpalo v3.16.0
6592024-11-18T19:03:14.801Z Downloaded thiserror-impl-no-std v2.0.2
6602024-11-18T19:03:14.801Z Downloaded uuid v1.11.0
6612024-11-18T19:03:14.801Z Downloaded prettyplease v0.2.25
6622024-11-18T19:03:14.801Z Downloaded compact_str v0.8.0
6632024-11-18T19:03:14.801Z Downloaded clang-sys v1.8.1
6642024-11-18T19:03:14.801Z Downloaded schemars v0.8.21
6652024-11-18T19:03:14.801Z Downloaded stable_deref_trait v1.2.0
6662024-11-18T19:03:14.801Z Downloaded dropshot_endpoint v0.13.0
6672024-11-18T19:03:14.801Z Downloaded time-core v0.1.2
6682024-11-18T19:03:14.826Z Downloaded const_format v0.2.33
6692024-11-18T19:03:14.826Z Downloaded r2d2 v0.8.10
6702024-11-18T19:03:14.826Z Downloaded fs_extra v1.3.0
6712024-11-18T19:03:14.826Z Downloaded num v0.4.3
6722024-11-18T19:03:14.826Z Downloaded env_logger v0.10.2
6732024-11-18T19:03:14.826Z Downloaded peg v0.8.4
6742024-11-18T19:03:14.826Z Downloaded serde_derive_internals v0.29.1
6752024-11-18T19:03:14.827Z Downloaded tungstenite v0.21.0
6762024-11-18T19:03:14.831Z Downloaded vte_generate_state_changes v0.1.2
6772024-11-18T19:03:14.832Z Downloaded mockall_derive v0.13.0
6782024-11-18T19:03:14.832Z Downloaded dropshot_endpoint v0.12.0
6792024-11-18T19:03:14.832Z Downloaded sqlparser_derive v0.2.2
6802024-11-18T19:03:14.832Z Downloaded primeorder v0.13.6
6812024-11-18T19:03:14.832Z Downloaded phf_shared v0.11.2
6822024-11-18T19:03:14.832Z Downloaded pkg-config v0.3.31
6832024-11-18T19:03:14.832Z Downloaded typify v0.2.0
6842024-11-18T19:03:14.832Z Downloaded peg-macros v0.8.4
6852024-11-18T19:03:14.832Z Downloaded rcgen v0.12.1
6862024-11-18T19:03:14.832Z Downloaded zone_cfg_derive v0.1.2
6872024-11-18T19:03:14.832Z Downloaded qorb v0.2.0
6882024-11-18T19:03:14.832Z Downloaded foreign-types v0.3.2
6892024-11-18T19:03:14.832Z Downloaded rand_xorshift v0.3.0
6902024-11-18T19:03:14.832Z Downloaded rand_seeder v0.3.0
6912024-11-18T19:03:14.832Z Downloaded rustls-pemfile v1.0.4
6922024-11-18T19:03:14.832Z Downloaded sec1 v0.7.3
6932024-11-18T19:03:14.832Z Downloaded slog-async v2.8.0
6942024-11-18T19:03:14.832Z Downloaded slog-bunyan v2.5.0
6952024-11-18T19:03:14.832Z Downloaded signature v2.2.0
6962024-11-18T19:03:14.832Z Downloaded globset v0.4.15
6972024-11-18T19:03:14.832Z Downloaded dhcproto v0.12.0
6982024-11-18T19:03:14.832Z Downloaded parse-size v1.1.0
6992024-11-18T19:03:14.832Z Downloaded hickory-server v0.24.1
7002024-11-18T19:03:14.832Z Downloaded serde-big-array v0.5.1
7012024-11-18T19:03:14.833Z Downloaded progenitor-client v0.8.0
7022024-11-18T19:03:14.835Z Downloaded parking_lot v0.11.2
7032024-11-18T19:03:14.835Z Downloaded cc v1.1.30
7042024-11-18T19:03:14.835Z Downloaded slog v2.7.0
7052024-11-18T19:03:14.835Z Downloaded minimal-lexical v0.2.1
7062024-11-18T19:03:14.835Z Downloaded nu-ansi-term v0.50.1
7072024-11-18T19:03:14.835Z Downloaded typify-macro v0.2.0
7082024-11-18T19:03:14.835Z Downloaded password-hash v0.4.2
7092024-11-18T19:03:14.835Z Downloaded twox-hash v1.6.3
7102024-11-18T19:03:14.835Z Downloaded zerovec-derive v0.10.3
7112024-11-18T19:03:14.836Z Downloaded wait-timeout v0.2.0
7122024-11-18T19:03:14.836Z Downloaded poly1305 v0.8.0
7132024-11-18T19:03:14.836Z Downloaded utf16_iter v1.0.5
7142024-11-18T19:03:14.836Z Downloaded thread_local v1.1.8
7152024-11-18T19:03:14.836Z Downloaded hashlink v0.9.1
7162024-11-18T19:03:14.836Z Downloaded write16 v1.0.0
7172024-11-18T19:03:14.836Z Downloaded elliptic-curve v0.13.8
7182024-11-18T19:03:14.836Z Downloaded embedded-io v0.6.1
7192024-11-18T19:03:14.836Z Downloaded group v0.13.0
7202024-11-18T19:03:14.836Z Downloaded paste v1.0.15
7212024-11-18T19:03:14.836Z Downloaded sct v0.7.1
7222024-11-18T19:03:14.836Z Downloaded glob v0.3.1
7232024-11-18T19:03:14.836Z Downloaded filetime v0.2.25
7242024-11-18T19:03:14.836Z Downloaded dyn-clone v1.0.17
7252024-11-18T19:03:14.836Z Downloaded dirs-next v2.0.0
7262024-11-18T19:03:14.836Z Downloaded derive_more v0.99.18
7272024-11-18T19:03:14.836Z Downloaded num-conv v0.1.0
7282024-11-18T19:03:14.837Z Downloaded pretty-hex v0.2.1
7292024-11-18T19:03:14.837Z Downloaded ghash v0.5.1
7302024-11-18T19:03:14.837Z Downloaded predicates-tree v1.0.11
7312024-11-18T19:03:14.837Z Downloaded scheduled-thread-pool v0.2.7
7322024-11-18T19:03:14.837Z Downloaded semver v0.1.20
7332024-11-18T19:03:14.837Z Downloaded miniz_oxide v0.8.0
7342024-11-18T19:03:14.837Z Downloaded time-macros v0.2.18
7352024-11-18T19:03:14.837Z Downloaded crypto-bigint v0.5.5
7362024-11-18T19:03:14.837Z Downloaded openssl-probe v0.1.5
7372024-11-18T19:03:14.837Z Downloaded secrecy v0.8.0
7382024-11-18T19:03:14.837Z Downloaded data-encoding v2.6.0
7392024-11-18T19:03:14.838Z Downloaded tar v0.4.43
7402024-11-18T19:03:14.838Z Downloaded ppv-lite86 v0.2.20
7412024-11-18T19:03:14.838Z Downloaded powerfmt v0.2.0
7422024-11-18T19:03:14.838Z Downloaded scrypt v0.11.0
7432024-11-18T19:03:14.838Z Downloaded derive_builder_macro v0.20.2
7442024-11-18T19:03:14.838Z Downloaded dunce v1.0.5
7452024-11-18T19:03:14.838Z Downloaded tiny-keccak v2.0.2
7462024-11-18T19:03:14.838Z Downloaded predicates-core v1.0.8
7472024-11-18T19:03:14.838Z Downloaded olpc-cjson v0.1.4
7482024-11-18T19:03:14.838Z Downloaded password-hash v0.5.0
7492024-11-18T19:03:14.838Z Downloaded num-derive v0.4.2
7502024-11-18T19:03:14.838Z Downloaded crossbeam-channel v0.5.13
7512024-11-18T19:03:14.838Z Downloaded russh-keys v0.45.0
7522024-11-18T19:03:14.838Z Downloaded tinyvec_macros v0.1.1
7532024-11-18T19:03:14.838Z Downloaded tls_codec_derive v0.4.1
7542024-11-18T19:03:14.838Z Downloaded ff v0.13.0
7552024-11-18T19:03:14.838Z Downloaded vergen v8.3.2
7562024-11-18T19:03:14.838Z Downloaded libxml v0.3.3
7572024-11-18T19:03:14.838Z Downloaded float-ord v0.3.2
7582024-11-18T19:03:14.838Z Downloaded zeroize_derive v1.4.2
7592024-11-18T19:03:14.838Z Downloaded pem v3.0.4
7602024-11-18T19:03:14.839Z Downloaded predicates v3.1.2
7612024-11-18T19:03:14.839Z Downloaded untrusted v0.7.1
7622024-11-18T19:03:14.839Z Downloaded untrusted v0.9.0
7632024-11-18T19:03:14.839Z Downloaded unicode-xid v0.2.6
7642024-11-18T19:03:14.839Z Downloaded unicode-truncate v1.1.0
7652024-11-18T19:03:14.839Z Downloaded resolv-conf v0.7.0
7662024-11-18T19:03:14.839Z Downloaded russh-cryptovec v0.7.3
7672024-11-18T19:03:14.839Z Downloaded subprocess v0.2.9
7682024-11-18T19:03:14.844Z Downloaded p256 v0.13.2
7692024-11-18T19:03:14.844Z Downloaded tokio-macros v2.4.0
7702024-11-18T19:03:14.844Z Downloaded crossterm v0.28.1
7712024-11-18T19:03:14.844Z Downloaded yoke-derive v0.7.4
7722024-11-18T19:03:14.844Z Downloaded foreign-types-shared v0.1.1
7732024-11-18T19:03:14.845Z Downloaded zerocopy v0.6.6
7742024-11-18T19:03:14.845Z Downloaded ref-cast v1.0.23
7752024-11-18T19:03:14.845Z Downloaded futures-channel v0.3.31
7762024-11-18T19:03:14.845Z Downloaded nanorand v0.7.0
7772024-11-18T19:03:14.845Z Downloaded zopfli v0.8.1
7782024-11-18T19:03:14.845Z Downloaded multimap v0.10.0
7792024-11-18T19:03:14.845Z Downloaded diesel-dtrace v0.3.0
7802024-11-18T19:03:14.845Z Downloaded der v0.7.9
7812024-11-18T19:03:14.845Z Downloaded try-lock v0.2.5
7822024-11-18T19:03:14.845Z Downloaded tower-service v0.3.3
7832024-11-18T19:03:14.845Z Downloaded spki v0.7.3
7842024-11-18T19:03:14.845Z Downloaded sha1 v0.10.6
7852024-11-18T19:03:14.845Z Downloaded rustyline v14.0.0
7862024-11-18T19:03:14.845Z Downloaded num-iter v0.1.45
7872024-11-18T19:03:14.845Z Downloaded string_cache v0.8.7
7882024-11-18T19:03:14.845Z Downloaded pem-rfc7468 v0.7.0
7892024-11-18T19:03:14.845Z Downloaded phf_generator v0.11.2
7902024-11-18T19:03:14.845Z Downloaded phf_codegen v0.11.2
7912024-11-18T19:03:14.845Z Downloaded tls_codec v0.4.1
7922024-11-18T19:03:14.845Z Downloaded unicase v2.7.0
7932024-11-18T19:03:14.845Z Downloaded pkcs8 v0.10.2
7942024-11-18T19:03:14.845Z Downloaded strum v0.26.3
7952024-11-18T19:03:14.845Z Downloaded structmeta-derive v0.3.0
7962024-11-18T19:03:14.845Z Downloaded oso-derive v0.27.3
7972024-11-18T19:03:14.845Z Downloaded shlex v1.3.0
7982024-11-18T19:03:14.845Z Downloaded omicron-zone-package v0.11.1
7992024-11-18T19:03:14.845Z Downloaded vte v0.11.1
8002024-11-18T19:03:14.845Z Downloaded serde_plain v1.0.2
8012024-11-18T19:03:14.845Z Downloaded rfc6979 v0.4.0
8022024-11-18T19:03:14.845Z Downloaded tokio-stream v0.1.16
8032024-11-18T19:03:14.845Z Downloaded openssl-macros v0.1.1
8042024-11-18T19:03:14.845Z Downloaded fxhash v0.2.1
8052024-11-18T19:03:14.845Z Downloaded quick-error v1.2.3
8062024-11-18T19:03:14.845Z Downloaded foldhash v0.1.3
8072024-11-18T19:03:14.845Z Downloaded deranged v0.3.11
8082024-11-18T19:03:14.845Z Downloaded nodrop v0.1.14
8092024-11-18T19:03:14.845Z Downloaded float-cmp v0.9.0
8102024-11-18T19:03:14.846Z Downloaded ena v0.14.3
8112024-11-18T19:03:14.846Z Downloaded foreign-types-shared v0.3.1
8122024-11-18T19:03:14.846Z Downloaded darling_core v0.20.10
8132024-11-18T19:03:14.846Z Downloaded same-file v1.0.6
8142024-11-18T19:03:14.846Z Downloaded idna v1.0.3
8152024-11-18T19:03:14.846Z Downloaded diesel_table_macro_syntax v0.2.0
8162024-11-18T19:03:14.846Z Downloaded itertools v0.12.1
8172024-11-18T19:03:14.846Z Downloaded num-rational v0.4.2
8182024-11-18T19:03:14.846Z Downloaded quinn v0.11.5
8192024-11-18T19:03:14.846Z Downloaded hash32 v0.3.1
8202024-11-18T19:03:14.846Z Downloaded percent-encoding v2.3.1
8212024-11-18T19:03:14.846Z Downloaded pbkdf2 v0.12.2
8222024-11-18T19:03:14.846Z Downloaded phf v0.11.2
8232024-11-18T19:03:14.846Z Downloaded itertools v0.13.0
8242024-11-18T19:03:14.846Z Downloaded psl-types v2.0.11
8252024-11-18T19:03:14.846Z Downloaded rustfmt-wrapper v0.2.1
8262024-11-18T19:03:14.846Z Downloaded structmeta-derive v0.2.0
8272024-11-18T19:03:14.846Z Downloaded serde_with_macros v3.11.0
8282024-11-18T19:03:14.846Z Downloaded newtype-uuid v1.1.3
8292024-11-18T19:03:14.846Z Downloaded unicode-properties v0.1.3
8302024-11-18T19:03:14.854Z Downloaded derive_builder_core v0.20.2
8312024-11-18T19:03:14.854Z Downloaded derive_builder v0.20.2
8322024-11-18T19:03:14.854Z Downloaded toolchain_find v0.4.0
8332024-11-18T19:03:14.854Z Downloaded rpassword v7.3.1
8342024-11-18T19:03:14.854Z Downloaded num_enum v0.5.11
8352024-11-18T19:03:14.854Z Downloaded num-bigint-dig v0.8.4
8362024-11-18T19:03:14.854Z Downloaded parking_lot_core v0.8.6
8372024-11-18T19:03:14.855Z Downloaded socket2 v0.5.7
8382024-11-18T19:03:14.855Z Downloaded tough v0.19.0
8392024-11-18T19:03:14.855Z Downloaded spin v0.5.2
8402024-11-18T19:03:14.855Z Downloaded num-integer v0.1.46
8412024-11-18T19:03:14.855Z Downloaded defmt-macros v0.3.9
8422024-11-18T19:03:14.855Z Downloaded mirai-annotations v1.12.0
8432024-11-18T19:03:14.855Z Downloaded hash32 v0.2.1
8442024-11-18T19:03:14.855Z Downloaded gethostname v0.5.0
8452024-11-18T19:03:14.855Z Downloaded tungstenite v0.23.0
8462024-11-18T19:03:14.855Z Downloaded rustc-demangle v0.1.24
8472024-11-18T19:03:14.855Z Downloaded aws-lc-rs v1.10.0
8482024-11-18T19:03:14.855Z Downloaded ref-cast-impl v1.0.23
8492024-11-18T19:03:14.855Z Downloaded url v2.5.3
8502024-11-18T19:03:14.855Z Downloaded reedline v0.35.0
8512024-11-18T19:03:14.855Z Downloaded newtype_derive v0.1.6
8522024-11-18T19:03:14.855Z Downloaded downcast v0.11.0
8532024-11-18T19:03:14.855Z Downloaded static_assertions v1.1.0
8542024-11-18T19:03:14.855Z Downloaded blake3 v1.5.4
8552024-11-18T19:03:14.856Z Downloaded zerofrom v0.1.4
8562024-11-18T19:03:14.857Z Downloaded difflib v0.4.0
8572024-11-18T19:03:14.857Z Downloaded parse-zoneinfo v0.3.1
8582024-11-18T19:03:14.857Z Downloaded zerofrom-derive v0.1.4
8592024-11-18T19:03:14.857Z Downloaded sqlformat v0.2.6
8602024-11-18T19:03:14.857Z Downloaded displaydoc v0.2.5
8612024-11-18T19:03:14.857Z Downloaded path-slash v0.1.5
8622024-11-18T19:03:14.857Z Downloaded openssl-sys v0.9.104
8632024-11-18T19:03:14.857Z Downloaded tokio-native-tls v0.3.1
8642024-11-18T19:03:14.857Z Downloaded either v1.13.0
8652024-11-18T19:03:14.857Z Downloaded tinystr v0.7.6
8662024-11-18T19:03:14.857Z Downloaded ed25519 v2.2.3
8672024-11-18T19:03:14.857Z Downloaded defmt-parser v0.3.4
8682024-11-18T19:03:14.861Z Downloaded tinyvec v1.8.0
8692024-11-18T19:03:14.861Z Downloaded phf_shared v0.10.0
8702024-11-18T19:03:14.861Z Downloaded typed-path v0.9.3
8712024-11-18T19:03:14.861Z Downloaded xz2 v0.1.7
8722024-11-18T19:03:14.861Z Downloaded tokio-tungstenite v0.23.1
8732024-11-18T19:03:14.861Z Downloaded mockall v0.13.0
8742024-11-18T19:03:14.861Z Downloaded rusqlite v0.32.1
8752024-11-18T19:03:14.861Z Downloaded signal-hook-registry v1.4.2
8762024-11-18T19:03:14.861Z Downloaded signal-hook-mio v0.2.4
8772024-11-18T19:03:14.861Z Downloaded writeable v0.5.5
8782024-11-18T19:03:14.861Z Downloaded diesel_derives v2.2.3
8792024-11-18T19:03:14.861Z Downloaded unicode-bidi v0.3.17
8802024-11-18T19:03:14.861Z Downloaded slog-envlogger v2.2.0
8812024-11-18T19:03:14.861Z Downloaded zeroize v1.8.1
8822024-11-18T19:03:14.862Z Downloaded zerovec v0.10.4
8832024-11-18T19:03:14.862Z Downloaded flagset v0.4.6
8842024-11-18T19:03:14.863Z Downloaded zone v0.3.0
8852024-11-18T19:03:14.863Z Downloaded flume v0.11.1
8862024-11-18T19:03:14.863Z Downloaded futures-util v0.3.31
8872024-11-18T19:03:14.863Z Downloaded pbkdf2 v0.11.0
8882024-11-18T19:03:14.863Z Downloaded slog-dtrace v0.3.0
8892024-11-18T19:03:14.863Z Downloaded strum_macros v0.26.4
8902024-11-18T19:03:14.863Z Downloaded samael v0.0.17
8912024-11-18T19:03:14.863Z Downloaded multer v3.1.0
8922024-11-18T19:03:14.863Z Downloaded xattr v1.3.1
8932024-11-18T19:03:14.863Z Downloaded native-tls v0.2.12
8942024-11-18T19:03:14.863Z Downloaded ecdsa v0.16.9
8952024-11-18T19:03:14.863Z Downloaded polyval v0.6.2
8962024-11-18T19:03:14.863Z Downloaded yasna v0.5.2
8972024-11-18T19:03:14.863Z Downloaded tokio-tungstenite v0.21.0
8982024-11-18T19:03:14.863Z Downloaded num-traits v0.2.19
8992024-11-18T19:03:14.863Z Downloaded tracing-core v0.1.32
9002024-11-18T19:03:14.863Z Downloaded parking_lot_core v0.9.10
9012024-11-18T19:03:14.863Z Downloaded rustls-pemfile v2.2.0
9022024-11-18T19:03:14.863Z Downloaded parking_lot v0.12.3
9032024-11-18T19:03:14.863Z Downloaded tungstenite v0.24.0
9042024-11-18T19:03:14.863Z Downloaded rayon v1.10.0
9052024-11-18T19:03:14.863Z Downloaded time v0.3.36
9062024-11-18T19:03:14.863Z Downloaded pin-project-internal v1.1.6
9072024-11-18T19:03:14.863Z Downloaded winnow v0.5.40
9082024-11-18T19:03:14.865Z Downloaded topological-sort v0.2.2
9092024-11-18T19:03:14.865Z Downloaded fatfs v0.3.6
9102024-11-18T19:03:14.865Z Downloaded oso v0.27.3
9112024-11-18T19:03:14.865Z Downloaded icu_properties_data v1.5.0
9122024-11-18T19:03:14.865Z Downloaded toml v0.7.8
9132024-11-18T19:03:14.865Z Downloaded diff v0.1.13
9142024-11-18T19:03:14.865Z Downloaded zip v0.6.6
9152024-11-18T19:03:14.865Z Downloaded lalrpop v0.19.12
9162024-11-18T19:03:14.865Z Downloaded hickory-proto v0.24.1
9172024-11-18T19:03:14.865Z Downloaded pin-project v1.1.6
9182024-11-18T19:03:14.865Z Downloaded chrono v0.4.38
9192024-11-18T19:03:14.865Z Downloaded tokio-postgres v0.7.12
9202024-11-18T19:03:14.865Z Downloaded bitvec v1.0.1
9212024-11-18T19:03:14.866Z Downloaded x509-cert v0.2.5
9222024-11-18T19:03:14.866Z Downloaded idna v0.5.0
9232024-11-18T19:03:14.866Z Downloaded ron v0.8.1
9242024-11-18T19:03:14.866Z Downloaded bindgen v0.69.5
9252024-11-18T19:03:14.866Z Downloaded zip v2.1.3
9262024-11-18T19:03:14.866Z Downloaded quinn-proto v0.11.8
9272024-11-18T19:03:14.866Z Downloaded publicsuffix v2.2.3
9282024-11-18T19:03:14.866Z Downloaded idna v0.4.0
9292024-11-18T19:03:14.866Z Downloaded idna v0.2.3
9302024-11-18T19:03:14.866Z Downloaded russh v0.45.0
9312024-11-18T19:03:14.866Z Downloaded h2 v0.4.6
9322024-11-18T19:03:14.866Z Downloaded reqwest v0.12.9
9332024-11-18T19:03:14.866Z Downloaded idna v0.3.0
9342024-11-18T19:03:14.868Z Downloaded num-bigint v0.4.6
9352024-11-18T19:03:14.868Z Downloaded radix_trie v0.2.1
9362024-11-18T19:03:14.868Z Downloaded flate2 v1.0.34
9372024-11-18T19:03:14.868Z Downloaded vcpkg v0.2.15
9382024-11-18T19:03:14.868Z Downloaded toml_edit v0.19.15
9392024-11-18T19:03:14.868Z Downloaded tokio-util v0.7.12
9402024-11-18T19:03:14.868Z Downloaded petname v2.0.2
9412024-11-18T19:03:14.868Z Downloaded object v0.30.4
9422024-11-18T19:03:14.868Z Downloaded openssl v0.10.68
9432024-11-18T19:03:14.868Z Downloaded salty v0.3.0
9442024-11-18T19:03:14.868Z Downloaded curve25519-dalek v4.1.3
9452024-11-18T19:03:14.868Z Downloaded unicode-normalization v0.1.24
9462024-11-18T19:03:14.868Z Downloaded proptest v1.5.0
9472024-11-18T19:03:14.868Z Downloaded sqlparser v0.45.0
9482024-11-18T19:03:14.868Z Downloaded git2 v0.19.0
9492024-11-18T19:03:14.868Z Downloaded rustls-webpki v0.102.8
9502024-11-18T19:03:14.868Z Downloaded rustls-webpki v0.101.7
9512024-11-18T19:03:14.868Z Downloaded portable-atomic v1.9.0
9522024-11-18T19:03:14.868Z Downloaded hashbrown v0.14.5
9532024-11-18T19:03:14.868Z Downloaded trust-dns-proto v0.22.0
9542024-11-18T19:03:14.869Z Downloaded regex v1.11.1
9552024-11-18T19:03:14.869Z Downloaded gimli v0.31.1
9562024-11-18T19:03:14.869Z Downloaded polar-core v0.27.3
9572024-11-18T19:03:14.869Z Downloaded smoltcp v0.9.1
9582024-11-18T19:03:14.869Z Downloaded dropshot v0.13.0
9592024-11-18T19:03:14.869Z Downloaded rustls v0.21.12
9602024-11-18T19:03:14.874Z Downloaded regex-syntax v0.6.29
9612024-11-18T19:03:14.878Z Downloaded nix v0.27.1
9622024-11-18T19:03:14.890Z Downloaded smoltcp v0.11.0
9632024-11-18T19:03:14.903Z Downloaded diesel v2.2.4
9642024-11-18T19:03:14.926Z Downloaded rustls v0.23.14
9652024-11-18T19:03:14.936Z Downloaded regress v0.10.1
9662024-11-18T19:03:14.945Z Downloaded nix v0.28.0
9672024-11-18T19:03:14.957Z Downloaded dropshot v0.12.0
9682024-11-18T19:03:14.978Z Downloaded rustls v0.22.4
9692024-11-18T19:03:14.992Z Downloaded regex-syntax v0.8.5
9702024-11-18T19:03:15.002Z Downloaded sled v0.34.7
9712024-11-18T19:03:15.013Z Downloaded openapiv3 v2.0.0
9722024-11-18T19:03:15.026Z Downloaded typify-impl v0.2.0
9732024-11-18T19:03:15.042Z Downloaded ratatui v0.28.1
9742024-11-18T19:03:15.062Z Downloaded nix v0.29.0
9752024-11-18T19:03:15.074Z Downloaded object v0.36.5
9762024-11-18T19:03:15.086Z Downloaded regress v0.9.1
9772024-11-18T19:03:15.095Z Downloaded bzip2-sys v0.1.11+1.0.8
9782024-11-18T19:03:15.108Z Downloaded bstr v1.10.0
9792024-11-18T19:03:15.121Z Downloaded zerocopy-derive v0.6.6
9802024-11-18T19:03:15.129Z Downloaded unicode-width v0.2.0
9812024-11-18T19:03:15.135Z Downloaded chrono-tz v0.10.0
9822024-11-18T19:03:15.143Z Downloaded regex-automata v0.4.8
9832024-11-18T19:03:15.162Z Downloaded p384 v0.13.0
9842024-11-18T19:03:15.168Z Downloaded petgraph v0.6.5
9852024-11-18T19:03:15.185Z Downloaded lzma-sys v0.1.20
9862024-11-18T19:03:15.215Z Downloaded quick-xml v0.33.0
9872024-11-18T19:03:15.221Z Downloaded webpki-roots v0.26.6
9882024-11-18T19:03:15.225Z Downloaded libz-sys v1.1.20
9892024-11-18T19:03:15.247Z Downloaded rsa v0.9.6
9902024-11-18T19:03:15.251Z Downloaded tracing v0.1.40
9912024-11-18T19:03:15.256Z Downloaded tokio v1.40.0
9922024-11-18T19:03:15.293Z Downloaded signal-hook v0.3.17
9932024-11-18T19:03:15.296Z Downloaded steno v0.4.1
9942024-11-18T19:03:15.299Z Downloaded nom v7.1.3
9952024-11-18T19:03:15.305Z Downloaded serde_yaml v0.9.34+deprecated
9962024-11-18T19:03:15.308Z Downloaded zone v0.1.8
9972024-11-18T19:03:15.311Z Downloaded progenitor-macro v0.8.0
9982024-11-18T19:03:15.311Z Downloaded parse-display-derive v0.10.0
9992024-11-18T19:03:15.311Z Downloaded parse-display v0.10.0
10002024-11-18T19:03:15.313Z Downloaded yoke v0.7.4
10012024-11-18T19:03:15.313Z Downloaded csv v1.3.0
10022024-11-18T19:03:15.335Z Downloaded der_derive v0.7.3
10032024-11-18T19:03:15.338Z Downloaded unsafe-libyaml v0.2.11
10042024-11-18T19:03:15.342Z Downloaded sha3 v0.10.8
10052024-11-18T19:03:15.345Z Downloaded p521 v0.13.3
10062024-11-18T19:03:15.348Z Downloaded fallible-streaming-iterator v0.1.9
10072024-11-18T19:03:15.351Z Downloaded embedded-io v0.4.0
10082024-11-18T19:03:15.351Z Downloaded slog-stdlog v4.1.1
10092024-11-18T19:03:15.355Z Downloaded slog-scope v4.4.0
10102024-11-18T19:03:15.355Z Downloaded slog-json v2.6.1
10112024-11-18T19:03:15.355Z Downloaded strum_macros v0.25.3
10122024-11-18T19:03:15.359Z Downloaded mio v1.0.2
10132024-11-18T19:03:15.362Z Downloaded wyz v0.5.1
10142024-11-18T19:03:15.365Z Downloaded snafu v0.8.5
10152024-11-18T19:03:15.369Z Downloaded hkdf v0.12.4
10162024-11-18T19:03:15.371Z Downloaded opaque-debug v0.3.1
10172024-11-18T19:03:15.374Z Downloaded futures-io v0.3.31
10182024-11-18T19:03:15.374Z Downloaded pkcs5 v0.7.1
10192024-11-18T19:03:15.376Z Downloaded serde_with v3.11.0
10202024-11-18T19:03:15.385Z Downloaded ssh-key v0.6.6
10212024-11-18T19:03:15.392Z Downloaded tokio-rustls v0.26.0
10222024-11-18T19:03:15.395Z Downloaded half v2.4.1
10232024-11-18T19:03:15.398Z Downloaded tokio-rustls v0.25.0
10242024-11-18T19:03:15.400Z Downloaded ed25519-dalek v2.1.1
10252024-11-18T19:03:15.402Z Downloaded defmt v0.3.8
10262024-11-18T19:03:15.406Z Downloaded vsss-rs v3.3.4
10272024-11-18T19:03:15.409Z Downloaded snafu-derive v0.8.5
10282024-11-18T19:03:15.411Z Downloaded postgres-types v0.2.8
10292024-11-18T19:03:15.415Z Downloaded postgres-protocol v0.6.7
10302024-11-18T19:03:15.416Z Downloaded postcard v1.0.10
10312024-11-18T19:03:15.420Z Downloaded structmeta v0.3.0
10322024-11-18T19:03:15.420Z Downloaded shell-words v1.1.0
10332024-11-18T19:03:15.420Z Downloaded unicode_categories v0.1.1
10342024-11-18T19:03:15.423Z Downloaded headers v0.4.0
10352024-11-18T19:03:15.427Z Downloaded getrandom v0.2.15
10362024-11-18T19:03:15.429Z Downloaded unicode-segmentation v1.12.0
10372024-11-18T19:03:15.433Z Downloaded nibble_vec v0.1.0
10382024-11-18T19:03:15.435Z Downloaded fixedbitset v0.4.2
10392024-11-18T19:03:15.435Z Downloaded fd-lock v4.0.2
10402024-11-18T19:03:15.440Z Downloaded tracing-attributes v0.1.27
10412024-11-18T19:03:15.444Z Downloaded hashbrown v0.13.2
10422024-11-18T19:03:15.446Z Downloaded hashbrown v0.12.3
10432024-11-18T19:03:15.449Z Downloaded owo-colors v4.1.0
10442024-11-18T19:03:15.452Z Downloaded futures v0.3.31
10452024-11-18T19:03:15.457Z Downloaded encoding_rs v0.8.34
10462024-11-18T19:03:15.489Z Downloaded rand v0.8.5
10472024-11-18T19:03:15.492Z Downloaded expectorate v1.1.0
10482024-11-18T19:03:15.492Z Downloaded libm v0.2.8
10492024-11-18T19:03:15.492Z Downloaded itertools v0.10.5
10502024-11-18T19:03:15.497Z Downloaded futures-executor v0.3.31
10512024-11-18T19:03:15.500Z Downloaded futures-core v0.3.31
10522024-11-18T19:03:15.500Z Downloaded form_urlencoded v1.2.1
10532024-11-18T19:03:15.503Z Downloaded foreign-types-macros v0.2.3
10542024-11-18T19:03:15.503Z Downloaded subtle v2.6.1
10552024-11-18T19:03:15.503Z Downloaded fallible-iterator v0.2.0
10562024-11-18T19:03:15.507Z Downloaded des v0.8.1
10572024-11-18T19:03:15.508Z Downloaded value-bag v1.9.0
10582024-11-18T19:03:15.511Z Downloaded base64 v0.22.1
10592024-11-18T19:03:15.513Z Downloaded spin v0.9.8
10602024-11-18T19:03:15.519Z Downloaded signal-hook-tokio v0.3.1
10612024-11-18T19:03:15.519Z Downloaded funty v2.0.0
10622024-11-18T19:03:15.519Z Downloaded fragile v2.0.0
10632024-11-18T19:03:15.523Z Downloaded fallible-iterator v0.3.0
10642024-11-18T19:03:15.523Z Downloaded dsl_auto_type v0.1.2
10652024-11-18T19:03:15.523Z Downloaded display-error-chain v0.2.2
10662024-11-18T19:03:15.523Z Downloaded pkcs1 v0.7.5
10672024-11-18T19:03:15.527Z Downloaded pin-project-lite v0.2.14
10682024-11-18T19:03:15.529Z Downloaded derive-where v1.2.7
10692024-11-18T19:03:15.532Z Downloaded base64 v0.21.7
10702024-11-18T19:03:15.536Z Downloaded tap v1.0.1
10712024-11-18T19:03:15.539Z Downloaded ssh-encoding v0.2.0
10722024-11-18T19:03:15.539Z Downloaded ssh-cipher v0.2.0
10732024-11-18T19:03:15.544Z Downloaded supports-color v3.0.1
10742024-11-18T19:03:15.544Z Downloaded strum_macros v0.24.3
10752024-11-18T19:03:15.544Z Downloaded serde-hex v0.1.0
10762024-11-18T19:03:15.547Z Downloaded num-complex v0.4.6
10772024-11-18T19:03:15.549Z Downloaded rayon-core v1.12.1
10782024-11-18T19:03:15.551Z Downloaded icu_collections v1.5.0
10792024-11-18T19:03:15.556Z Downloaded crc-any v2.5.0
10802024-11-18T19:03:15.559Z Downloaded rustc-hash v1.1.0
10812024-11-18T19:03:15.561Z Downloaded rtoolbox v0.0.2
10822024-11-18T19:03:15.561Z Downloaded rand_core v0.6.4
10832024-11-18T19:03:15.564Z Downloaded progenitor v0.8.0
10842024-11-18T19:03:15.564Z Downloaded env_logger v0.11.5
10852024-11-18T19:03:15.566Z Downloaded term v0.7.0
10862024-11-18T19:03:15.569Z Downloaded libgit2-sys v0.17.0+1.8.1
10872024-11-18T19:03:15.626Z Downloaded similar v2.6.0
10882024-11-18T19:03:15.631Z Downloaded bytes v1.8.0
10892024-11-18T19:03:15.634Z Downloaded ciborium v0.2.2
10902024-11-18T19:03:15.637Z Downloaded blake2 v0.10.6
10912024-11-18T19:03:15.639Z Downloaded const-oid v0.9.6
10922024-11-18T19:03:15.641Z Downloaded strip-ansi-escapes v0.2.0
10932024-11-18T19:03:15.644Z Downloaded stringprep v0.1.5
10942024-11-18T19:03:15.644Z Downloaded icu_normalizer_data v1.5.0
10952024-11-18T19:03:15.647Z Downloaded md-5 v0.10.6
10962024-11-18T19:03:15.647Z Downloaded ipnet v2.10.1
10972024-11-18T19:03:15.649Z Downloaded icu_provider v1.5.0
10982024-11-18T19:03:15.652Z Downloaded rustc_version v0.1.7
10992024-11-18T19:03:15.652Z Downloaded rustc-hash v2.0.0
11002024-11-18T19:03:15.654Z Downloaded curve25519-dalek-derive v0.1.1
11012024-11-18T19:03:15.654Z Downloaded cstr-argument v0.1.2
11022024-11-18T19:03:15.657Z Downloaded crc-catalog v2.4.0
11032024-11-18T19:03:15.657Z Downloaded constant_time_eq v0.3.1
11042024-11-18T19:03:15.659Z Downloaded bb8 v0.8.5
11052024-11-18T19:03:15.659Z Downloaded memoffset v0.9.1
11062024-11-18T19:03:15.659Z Downloaded icu_properties v1.5.1
11072024-11-18T19:03:15.662Z Downloaded const_format_proc_macros v0.2.33
11082024-11-18T19:03:15.664Z Downloaded cassowary v0.3.0
11092024-11-18T19:03:15.667Z Downloaded backoff v0.4.0
11102024-11-18T19:03:15.669Z Downloaded libefi-sys v0.1.0
11112024-11-18T19:03:15.669Z Downloaded lazycell v1.3.0
11122024-11-18T19:03:15.673Z Downloaded lalrpop-util v0.19.12
11132024-11-18T19:03:15.673Z Downloaded keccak v0.1.5
11142024-11-18T19:03:15.673Z Downloaded impl-trait-for-tuples v0.2.2
11152024-11-18T19:03:15.676Z Downloaded cexpr v0.6.0
11162024-11-18T19:03:15.676Z Downloaded cmake v0.1.51
11172024-11-18T19:03:15.679Z Downloaded cipher v0.4.4
11182024-11-18T19:03:15.679Z Downloaded bit-vec v0.6.3
11192024-11-18T19:03:15.681Z Downloaded bitflags v1.3.2
11202024-11-18T19:03:15.684Z Downloaded cfg_aliases v0.1.1
11212024-11-18T19:03:15.684Z Downloaded castaway v0.2.3
11222024-11-18T19:03:15.688Z Downloaded blowfish v0.9.1
11232024-11-18T19:03:15.688Z Downloaded bitfield-struct v0.6.2
11242024-11-18T19:03:15.688Z Downloaded arrayvec v0.7.6
11252024-11-18T19:03:15.691Z Downloaded assert_matches v1.5.0
11262024-11-18T19:03:15.691Z Downloaded allocator-api2 v0.2.18
11272024-11-18T19:03:15.693Z Downloaded aes v0.8.4
11282024-11-18T19:03:15.698Z Downloaded hostname v0.4.0
11292024-11-18T19:03:15.701Z Downloaded argon2 v0.5.3
11302024-11-18T19:03:15.705Z Downloaded headers-core v0.3.0
11312024-11-18T19:03:15.987Z Downloaded ring v0.17.8
11322024-11-18T19:03:16.147Z Downloaded libsqlite3-sys v0.30.1
11332024-11-18T19:03:16.227Z Downloaded ring v0.16.20
11342024-11-18T19:03:16.484Z Downloaded aws-lc-sys v0.22.0
11352024-11-18T19:03:16.791Z Compiling serde v1.0.215
11362024-11-18T19:03:16.794Z Compiling lock_api v0.4.12
11372024-11-18T19:03:16.794Z Compiling scopeguard v1.2.0
11382024-11-18T19:03:16.794Z Compiling value-bag v1.9.0
11392024-11-18T19:03:16.794Z Compiling typenum v1.17.0
11402024-11-18T19:03:16.794Z Compiling generic-array v0.14.7
11412024-11-18T19:03:17.000Z Compiling syn v2.0.87
11422024-11-18T19:03:17.015Z Compiling getrandom v0.2.15
11432024-11-18T19:03:17.105Z Compiling subtle v2.6.1
11442024-11-18T19:03:17.279Z Compiling rand_core v0.6.4
11452024-11-18T19:03:17.441Z Compiling log v0.4.22
11462024-11-18T19:03:17.521Z Compiling shlex v1.3.0
11472024-11-18T19:03:17.544Z Compiling jobserver v0.1.32
11482024-11-18T19:03:17.595Z Compiling const-oid v0.9.6
11492024-11-18T19:03:17.832Z Compiling smallvec v1.13.2
11502024-11-18T19:03:17.850Z Compiling spin v0.9.8
11512024-11-18T19:03:17.959Z Compiling cc v1.1.30
11522024-11-18T19:03:18.304Z Compiling pin-project-lite v0.2.14
11532024-11-18T19:03:18.415Z Compiling rustix v0.38.37
11542024-11-18T19:03:18.445Z Compiling parking_lot_core v0.9.10
11552024-11-18T19:03:18.521Z Compiling futures-core v0.3.31
11562024-11-18T19:03:18.648Z Compiling signal-hook-registry v1.4.2
11572024-11-18T19:03:18.852Z Compiling mio v1.0.2
11582024-11-18T19:03:19.427Z Compiling parking_lot v0.12.3
11592024-11-18T19:03:19.548Z Compiling aho-corasick v1.1.3
11602024-11-18T19:03:19.685Z Compiling cpufeatures v0.2.14
11612024-11-18T19:03:19.704Z Compiling either v1.13.0
11622024-11-18T19:03:19.795Z Compiling regex-syntax v0.8.5
11632024-11-18T19:03:19.904Z Compiling lazy_static v1.5.0
11642024-11-18T19:03:20.059Z Compiling futures-sink v0.3.31
11652024-11-18T19:03:20.111Z Compiling glob v0.3.1
11662024-11-18T19:03:20.274Z Compiling stable_deref_trait v1.2.0
11672024-11-18T19:03:20.296Z Compiling socket2 v0.5.7
11682024-11-18T19:03:20.397Z Compiling slab v0.4.9
11692024-11-18T19:03:20.508Z Compiling prettyplease v0.2.25
11702024-11-18T19:03:20.855Z Compiling minimal-lexical v0.2.1
11712024-11-18T19:03:21.211Z Compiling libloading v0.8.5
11722024-11-18T19:03:21.230Z Compiling clang-sys v1.8.1
11732024-11-18T19:03:21.309Z Compiling nom v7.1.3
11742024-11-18T19:03:21.421Z Compiling serde_json v1.0.132
11752024-11-18T19:03:21.613Z Compiling home v0.5.9
11762024-11-18T19:03:21.743Z Compiling bindgen v0.69.5
11772024-11-18T19:03:21.906Z Compiling futures-channel v0.3.31
11782024-11-18T19:03:22.337Z Compiling itertools v0.12.1
11792024-11-18T19:03:22.560Z Compiling lazycell v1.3.0
11802024-11-18T19:03:22.715Z Compiling foldhash v0.1.3
11812024-11-18T19:03:22.738Z Compiling futures-io v0.3.31
11822024-11-18T19:03:23.059Z Compiling futures-task v0.3.31
11832024-11-18T19:03:23.098Z Compiling pin-utils v0.1.0
11842024-11-18T19:03:23.203Z Compiling allocator-api2 v0.2.18
11852024-11-18T19:03:23.366Z Compiling rustc-hash v1.1.0
11862024-11-18T19:03:23.526Z Compiling cmake v0.1.51
11872024-11-18T19:03:24.059Z Compiling regex-automata v0.4.8
11882024-11-18T19:03:24.631Z Compiling hashbrown v0.15.0
11892024-11-18T19:03:25.073Z Compiling synstructure v0.13.1
11902024-11-18T19:03:25.527Z Compiling cexpr v0.6.0
11912024-11-18T19:03:26.008Z Compiling libm v0.2.8
11922024-11-18T19:03:26.346Z Compiling pkg-config v0.3.31
11932024-11-18T19:03:26.764Z Compiling tinyvec_macros v0.1.1
11942024-11-18T19:03:26.869Z Compiling dunce v1.0.5
11952024-11-18T19:03:27.002Z Compiling fs_extra v1.3.0
11962024-11-18T19:03:27.006Z Compiling tinyvec v1.8.0
11972024-11-18T19:03:27.428Z Compiling num-traits v0.2.19
11982024-11-18T19:03:27.928Z Compiling ring v0.17.8
11992024-11-18T19:03:27.953Z Compiling base64ct v1.6.0
12002024-11-18T19:03:28.606Z Compiling unicode-normalization v0.1.24
12012024-11-18T19:03:28.626Z Compiling litemap v0.7.3
12022024-11-18T19:03:28.647Z Compiling writeable v0.5.5
12032024-11-18T19:03:29.011Z Compiling unicode-bidi v0.3.17
12042024-11-18T19:03:29.029Z Compiling paste v1.0.15
12052024-11-18T19:03:29.560Z Compiling pem-rfc7468 v0.7.0
12062024-11-18T19:03:29.739Z Compiling regex v1.11.1
12072024-11-18T19:03:30.289Z Compiling flagset v0.4.6
12082024-11-18T19:03:30.443Z Compiling aws-lc-rs v1.10.0
12092024-11-18T19:03:30.494Z Compiling httparse v1.9.5
12102024-11-18T19:03:30.892Z Compiling tracing-core v0.1.32
12112024-11-18T19:03:31.277Z Compiling crossbeam-utils v0.8.20
12122024-11-18T19:03:31.297Z Compiling percent-encoding v2.3.1
12132024-11-18T19:03:31.673Z Compiling rustls-pki-types v1.9.0
12142024-11-18T19:03:31.899Z Compiling icu_locid_transform_data v1.5.0
12152024-11-18T19:03:32.029Z Compiling powerfmt v0.2.0
12162024-11-18T19:03:32.063Z Compiling serde_derive v1.0.215
12172024-11-18T19:03:32.267Z Compiling zeroize_derive v1.4.2
12182024-11-18T19:03:32.407Z Compiling zerocopy-derive v0.7.35
12192024-11-18T19:03:32.702Z Compiling tokio-macros v2.4.0
12202024-11-18T19:03:32.780Z Compiling zerofrom-derive v0.1.4
12212024-11-18T19:03:33.929Z Compiling zeroize v1.8.1
12222024-11-18T19:03:34.327Z Compiling thiserror-impl v1.0.69
12232024-11-18T19:03:34.363Z Compiling yoke-derive v0.7.4
12242024-11-18T19:03:34.754Z Compiling zerocopy v0.7.35
12252024-11-18T19:03:34.958Z Compiling futures-macro v0.3.31
12262024-11-18T19:03:35.785Z Compiling crypto-common v0.1.6
12272024-11-18T19:03:36.041Z Compiling block-buffer v0.10.4
12282024-11-18T19:03:36.315Z Compiling digest v0.10.7
12292024-11-18T19:03:36.441Z Compiling zerovec-derive v0.10.3
12302024-11-18T19:03:36.833Z Compiling hmac v0.12.1
12312024-11-18T19:03:37.006Z Compiling futures-util v0.3.31
12322024-11-18T19:03:37.077Z Compiling block-padding v0.3.3
12332024-11-18T19:03:37.115Z Compiling zerofrom v0.1.4
12342024-11-18T19:03:37.282Z Compiling displaydoc v0.2.5
12352024-11-18T19:03:37.326Z Compiling inout v0.1.3
12362024-11-18T19:03:37.365Z Compiling sha2 v0.10.8
12372024-11-18T19:03:37.530Z Compiling yoke v0.7.4
12382024-11-18T19:03:37.595Z Compiling cipher v0.4.4
12392024-11-18T19:03:37.856Z Compiling thiserror v1.0.69
12402024-11-18T19:03:37.917Z Compiling ppv-lite86 v0.2.20
12412024-11-18T19:03:38.051Z Compiling der_derive v0.7.3
12422024-11-18T19:03:38.196Z Compiling icu_provider_macros v1.5.0
12432024-11-18T19:03:38.874Z Compiling rand_chacha v0.3.1
12442024-11-18T19:03:39.165Z Compiling tracing-attributes v0.1.27
12452024-11-18T19:03:39.325Z Compiling zerovec v0.10.4
12462024-11-18T19:03:39.430Z Compiling rand v0.8.5
12472024-11-18T19:03:40.678Z Compiling der v0.7.9
12482024-11-18T19:03:40.987Z Compiling salsa20 v0.10.2
12492024-11-18T19:03:41.183Z Compiling pest v2.7.14
12502024-11-18T19:03:41.211Z Compiling pbkdf2 v0.12.2
12512024-11-18T19:03:41.406Z Compiling tinystr v0.7.6
12522024-11-18T19:03:41.601Z Compiling icu_collections v1.5.0
12532024-11-18T19:03:41.672Z Compiling vcpkg v0.2.15
12542024-11-18T19:03:41.830Z Compiling icu_locid v1.5.0
12552024-11-18T19:03:43.081Z Compiling icu_provider v1.5.0
12562024-11-18T19:03:43.105Z Compiling tracing v0.1.40
12572024-11-18T19:03:43.557Z Compiling spki v0.7.3
12582024-11-18T19:03:43.671Z Compiling num-conv v0.1.0
12592024-11-18T19:03:43.884Z Compiling icu_locid_transform v1.5.0
12602024-11-18T19:03:43.952Z Compiling icu_properties_data v1.5.0
12612024-11-18T19:03:43.976Z Compiling untrusted v0.9.0
12622024-11-18T19:03:44.147Z Compiling mirai-annotations v1.12.0
12632024-11-18T19:03:44.172Z Compiling untrusted v0.7.1
12642024-11-18T19:03:44.208Z Compiling time-core v0.1.2
12652024-11-18T19:03:44.338Z Compiling openssl-sys v0.9.104
12662024-11-18T19:03:44.362Z Compiling pest_meta v2.7.14
12672024-11-18T19:03:44.364Z Compiling scrypt v0.11.0
12682024-11-18T19:03:44.402Z Compiling time-macros v0.2.18
12692024-11-18T19:03:44.402Z Compiling aes v0.8.4
12702024-11-18T19:03:44.953Z Compiling cbc v0.1.2
12712024-11-18T19:03:45.206Z Compiling icu_properties v1.5.1
12722024-11-18T19:03:45.485Z Compiling deranged v0.3.11
12732024-11-18T19:03:46.651Z Compiling scroll_derive v0.12.0
12742024-11-18T19:03:47.309Z Compiling bitflags v2.6.0
12752024-11-18T19:03:47.330Z Compiling bytes v1.8.0
12762024-11-18T19:03:47.809Z Compiling indexmap v2.6.0
12772024-11-18T19:03:48.112Z Compiling semver v1.0.23
12782024-11-18T19:03:48.697Z Compiling tokio v1.40.0
12792024-11-18T19:03:48.897Z Compiling http v1.1.0
12802024-11-18T19:03:49.378Z Compiling rustc_version v0.4.1
12812024-11-18T19:03:49.572Z Compiling write16 v1.0.0
12822024-11-18T19:03:49.664Z Compiling utf16_iter v1.0.5
12832024-11-18T19:03:49.707Z Compiling icu_normalizer_data v1.5.0
12842024-11-18T19:03:49.818Z Compiling num_threads v0.1.7
12852024-11-18T19:03:49.879Z Compiling utf8_iter v1.0.4
12862024-11-18T19:03:49.946Z Compiling atomic-waker v1.1.2
12872024-11-18T19:03:50.123Z Compiling icu_normalizer v1.5.0
12882024-11-18T19:03:50.145Z Compiling time v0.3.36
12892024-11-18T19:03:50.181Z Compiling scroll v0.12.0
12902024-11-18T19:03:50.236Z Compiling pest_generator v2.7.14
12912024-11-18T19:03:50.759Z Compiling http-body v1.0.1
12922024-11-18T19:03:50.930Z Compiling pkcs5 v0.7.1
12932024-11-18T19:03:50.997Z Compiling form_urlencoded v1.2.1
12942024-11-18T19:03:51.339Z Compiling try-lock v0.2.5
12952024-11-18T19:03:51.463Z Compiling slog v2.7.0
12962024-11-18T19:03:51.497Z Compiling want v0.3.1
12972024-11-18T19:03:51.804Z Compiling which v4.4.2
12982024-11-18T19:03:52.077Z Compiling pkcs8 v0.10.2
12992024-11-18T19:03:52.212Z Compiling goblin v0.8.2
13002024-11-18T19:03:52.332Z Compiling pest_derive v2.7.14
13012024-11-18T19:03:52.441Z Compiling idna_adapter v1.2.0
13022024-11-18T19:03:52.671Z Compiling httpdate v1.0.3
13032024-11-18T19:03:52.795Z Compiling idna v1.0.3
13042024-11-18T19:03:53.185Z Compiling dtrace-parser v0.2.0
13052024-11-18T19:03:53.284Z Compiling serde_spanned v0.6.8
13062024-11-18T19:03:53.545Z Compiling uuid v1.11.0
13072024-11-18T19:03:54.055Z Compiling toml_datetime v0.6.8
13082024-11-18T19:03:54.586Z Compiling serde_tokenstream v0.2.2
13092024-11-18T19:03:54.741Z Compiling rustversion v1.0.17
13102024-11-18T19:03:55.040Z Compiling iana-time-zone v0.1.61
13112024-11-18T19:03:55.235Z Compiling tower-service v0.3.3
13122024-11-18T19:03:55.364Z Compiling base64 v0.22.1
13132024-11-18T19:03:55.480Z Compiling adler2 v2.0.0
13142024-11-18T19:03:55.502Z Compiling openssl v0.10.68
13152024-11-18T19:03:55.505Z Compiling foreign-types-shared v0.1.1
13162024-11-18T19:03:55.615Z Compiling match_cfg v0.1.0
13172024-11-18T19:03:55.638Z Compiling foreign-types v0.3.2
13182024-11-18T19:03:55.699Z Compiling hostname v0.3.1
13192024-11-18T19:03:55.721Z Compiling miniz_oxide v0.8.0
13202024-11-18T19:03:55.811Z Compiling chrono v0.4.38
13212024-11-18T19:03:55.951Z Compiling url v2.5.3
13222024-11-18T19:03:56.139Z Compiling async-trait v0.1.83
13232024-11-18T19:03:57.327Z Compiling tokio-util v0.7.12
13242024-11-18T19:03:57.438Z Compiling openssl-macros v0.1.1
13252024-11-18T19:03:57.993Z Compiling dirs-sys-next v0.1.2
13262024-11-18T19:03:58.250Z Compiling dof v0.3.0
13272024-11-18T19:03:58.646Z Compiling h2 v0.4.6
13282024-11-18T19:03:58.860Z Compiling syn v1.0.109
13292024-11-18T19:03:58.990Z Compiling usdt-impl v0.5.0
13302024-11-18T19:03:59.496Z Compiling siphasher v0.3.11
13312024-11-18T19:03:59.695Z Compiling native-tls v0.2.12
13322024-11-18T19:03:59.897Z Compiling data-encoding v2.6.0
13332024-11-18T19:04:00.038Z Compiling rustls v0.23.14
13342024-11-18T19:04:00.313Z Compiling rustls v0.22.4
13352024-11-18T19:04:00.586Z Compiling dirs-next v2.0.0
13362024-11-18T19:04:00.806Z Compiling http-body-util v0.1.2
13372024-11-18T19:04:01.361Z Compiling heapless v0.7.17
13382024-11-18T19:04:01.809Z Compiling crossbeam-epoch v0.9.18
13392024-11-18T19:04:02.092Z Compiling sha1 v0.10.6
13402024-11-18T19:04:02.433Z Compiling signature v2.2.0
13412024-11-18T19:04:02.521Z Compiling bzip2-sys v0.1.11+1.0.8
13422024-11-18T19:04:02.587Z Compiling serde_derive_internals v0.29.1
13432024-11-18T19:04:02.744Z Compiling thread_local v1.1.8
13442024-11-18T19:04:02.811Z Compiling encoding_rs v0.8.34
13452024-11-18T19:04:03.003Z Compiling cookie v0.18.1
13462024-11-18T19:04:03.318Z Compiling multer v3.1.0
13472024-11-18T19:04:03.345Z Compiling gimli v0.31.1
13482024-11-18T19:04:03.613Z Compiling mime v0.3.17
13492024-11-18T19:04:04.242Z Compiling schemars v0.8.21
13502024-11-18T19:04:04.601Z Compiling slog-async v2.8.0
13512024-11-18T19:04:04.797Z Compiling signal-hook v0.3.17
13522024-11-18T19:04:05.066Z Compiling openssl-probe v0.1.5
13532024-11-18T19:04:05.121Z Compiling rayon-core v1.12.1
13542024-11-18T19:04:05.391Z Compiling unicode-properties v0.1.3
13552024-11-18T19:04:05.455Z Compiling ipnet v2.10.1
13562024-11-18T19:04:05.555Z Compiling schemars_derive v0.8.21
13572024-11-18T19:04:05.808Z Compiling hyper v1.5.0
13582024-11-18T19:04:07.432Z Compiling stringprep v0.1.5
13592024-11-18T19:04:07.483Z Compiling toml_edit v0.22.22
13602024-11-18T19:04:08.771Z Compiling hyper-util v0.1.10
13612024-11-18T19:04:08.773Z Compiling addr2line v0.24.2
13622024-11-18T19:04:09.502Z Compiling usdt-attr-macro v0.5.0
13632024-11-18T19:04:09.528Z Compiling usdt-macro v0.5.0
13642024-11-18T19:04:09.631Z Compiling crossbeam-deque v0.8.5
13652024-11-18T19:04:10.058Z Compiling term v0.7.0
13662024-11-18T19:04:10.971Z Compiling slog-json v2.6.1
13672024-11-18T19:04:11.088Z Compiling serde_urlencoded v0.7.1
13682024-11-18T19:04:11.165Z Compiling curve25519-dalek v4.1.3
13692024-11-18T19:04:11.346Z Compiling crossbeam-channel v0.5.13
13702024-11-18T19:04:11.557Z Compiling enum-as-inner v0.6.1
13712024-11-18T19:04:11.608Z Compiling futures-executor v0.3.31
13722024-11-18T19:04:11.792Z Compiling md-5 v0.10.6
13732024-11-18T19:04:12.000Z Compiling rustls-pemfile v2.2.0
13742024-11-18T19:04:12.071Z Compiling async-stream-impl v0.3.6
13752024-11-18T19:04:12.196Z Compiling num-integer v0.1.46
13762024-11-18T19:04:12.364Z Compiling idna v0.3.0
13772024-11-18T19:04:12.510Z Compiling idna v0.4.0
13782024-11-18T19:04:12.688Z Compiling hash32 v0.2.1
13792024-11-18T19:04:12.957Z Compiling ff v0.13.0
13802024-11-18T19:04:13.140Z Compiling is-terminal v0.4.13
13812024-11-18T19:04:13.272Z Compiling object v0.36.5
13822024-11-18T19:04:13.293Z Compiling dropshot v0.12.0
13832024-11-18T19:04:13.527Z Compiling psl-types v2.0.11
13842024-11-18T19:04:13.589Z Compiling portable-atomic v1.9.0
13852024-11-18T19:04:13.741Z Compiling rustc-demangle v0.1.24
13862024-11-18T19:04:14.149Z Compiling utf-8 v0.7.6
13872024-11-18T19:04:14.317Z Compiling fallible-iterator v0.2.0
13882024-11-18T19:04:14.497Z Compiling quick-error v1.2.3
13892024-11-18T19:04:14.652Z Compiling dyn-clone v1.0.17
13902024-11-18T19:04:14.673Z Compiling take_mut v0.2.2
13912024-11-18T19:04:14.769Z Compiling num-bigint-dig v0.8.4
13922024-11-18T19:04:14.841Z Compiling smoltcp v0.9.1
13932024-11-18T19:04:14.871Z Compiling linked-hash-map v0.5.6
13942024-11-18T19:04:15.056Z Compiling anyhow v1.0.93
13952024-11-18T19:04:15.083Z Compiling base16ct v0.2.0
13962024-11-18T19:04:15.237Z Compiling lru-cache v0.1.2
13972024-11-18T19:04:15.436Z Compiling sec1 v0.7.3
13982024-11-18T19:04:15.491Z Compiling postgres-protocol v0.6.7
13992024-11-18T19:04:16.116Z Compiling resolv-conf v0.7.0
14002024-11-18T19:04:16.120Z Compiling tungstenite v0.24.0
14012024-11-18T19:04:16.844Z Compiling publicsuffix v2.2.3
14022024-11-18T19:04:16.935Z Compiling async-stream v0.3.6
14032024-11-18T19:04:16.967Z Compiling hickory-proto v0.24.1
14042024-11-18T19:04:17.121Z Compiling slog-term v2.9.1
14052024-11-18T19:04:17.237Z Compiling group v0.13.0
14062024-11-18T19:04:17.586Z Compiling usdt v0.5.0
14072024-11-18T19:04:18.473Z Compiling num-iter v0.1.45
14082024-11-18T19:04:18.603Z Compiling futures v0.3.31
14092024-11-18T19:04:18.733Z Compiling slog-bunyan v2.5.0
14102024-11-18T19:04:18.955Z Compiling toml v0.8.19
14112024-11-18T19:04:20.771Z Compiling camino v1.1.9
14122024-11-18T19:04:20.826Z Compiling backtrace v0.3.74
14132024-11-18T19:04:21.062Z Compiling tokio-native-tls v0.3.1
14142024-11-18T19:04:21.372Z Compiling phf_shared v0.11.2
14152024-11-18T19:04:21.582Z Compiling dropshot_endpoint v0.12.0
14162024-11-18T19:04:21.673Z Compiling terminal_size v0.4.0
14172024-11-18T19:04:21.774Z Compiling waitgroup v0.1.2
14182024-11-18T19:04:21.791Z Compiling openapiv3 v2.0.0
14192024-11-18T19:04:21.898Z Compiling serde_path_to_error v0.1.16
14202024-11-18T19:04:21.993Z Compiling hkdf v0.12.4
14212024-11-18T19:04:22.259Z Compiling crypto-bigint v0.5.5
14222024-11-18T19:04:22.789Z Compiling webpki-roots v0.26.6
14232024-11-18T19:04:23.042Z Compiling curve25519-dalek-derive v0.1.1
14242024-11-18T19:04:24.656Z Compiling zerocopy-derive v0.6.6
14252024-11-18T19:04:24.685Z Compiling hubpack_derive v0.1.1
14262024-11-18T19:04:24.708Z Compiling idna v0.5.0
14272024-11-18T19:04:25.608Z Compiling hostname v0.4.0
14282024-11-18T19:04:25.869Z Compiling fs-err v2.11.0
14292024-11-18T19:04:26.177Z Compiling crc32fast v1.4.2
14302024-11-18T19:04:26.328Z Compiling ahash v0.8.11
14312024-11-18T19:04:26.385Z Compiling managed v0.8.0
14322024-11-18T19:04:26.448Z Compiling winnow v0.5.40
14332024-11-18T19:04:26.521Z Compiling debug-ignore v1.0.5
14342024-11-18T19:04:26.680Z Compiling bitflags v1.3.2
14352024-11-18T19:04:26.683Z Compiling strum_macros v0.25.3
14362024-11-18T19:04:26.831Z Compiling clap_builder v4.5.21
14372024-11-18T19:04:26.978Z Compiling zerocopy v0.6.6
14382024-11-18T19:04:27.815Z Compiling console v0.15.8
14392024-11-18T19:04:27.960Z Compiling flate2 v1.0.34
14402024-11-18T19:04:28.785Z Compiling hubpack v0.1.2
14412024-11-18T19:04:28.975Z Compiling cookie_store v0.21.0
14422024-11-18T19:04:29.023Z Compiling elliptic-curve v0.13.8
14432024-11-18T19:04:29.501Z Compiling hickory-resolver v0.24.1
14442024-11-18T19:04:29.886Z Compiling phf v0.11.2
14452024-11-18T19:04:30.203Z Compiling toml_edit v0.19.15
14462024-11-18T19:04:30.621Z Compiling hyper-tls v0.6.0
14472024-11-18T19:04:31.059Z Compiling signal-hook-mio v0.2.4
14482024-11-18T19:04:31.081Z Compiling rayon v1.10.0
14492024-11-18T19:04:31.241Z Compiling bzip2 v0.4.4
14502024-11-18T19:04:31.657Z Compiling tokio-tungstenite v0.24.0
14512024-11-18T19:04:32.209Z Compiling postgres-types v0.2.8
14522024-11-18T19:04:35.267Z Compiling ed25519 v2.2.3
14532024-11-18T19:04:36.106Z Compiling phf_shared v0.10.0
14542024-11-18T19:04:36.543Z Compiling tokio-stream v0.1.16
14552024-11-18T19:04:36.645Z Compiling pkcs1 v0.7.5
14562024-11-18T19:04:36.713Z Compiling serde-big-array v0.5.1
14572024-11-18T19:04:36.960Z Compiling clap_derive v4.5.18
14582024-11-18T19:04:37.205Z Compiling rfc6979 v0.4.0
14592024-11-18T19:04:37.406Z Compiling serde_repr v0.1.19
14602024-11-18T19:04:37.543Z Compiling derive-where v1.2.7
14612024-11-18T19:04:37.637Z Compiling float-cmp v0.9.0
14622024-11-18T19:04:37.669Z Compiling bstr v1.10.0
14632024-11-18T19:04:37.858Z Compiling sync_wrapper v1.0.1
14642024-11-18T19:04:38.042Z Compiling static_assertions v1.1.0
14652024-11-18T19:04:38.157Z Compiling difflib v0.4.0
14662024-11-18T19:04:38.619Z Compiling unicode-width v0.2.0
14672024-11-18T19:04:38.659Z Compiling unicode-segmentation v1.12.0
14682024-11-18T19:04:39.145Z Compiling precomputed-hash v0.1.1
14692024-11-18T19:04:39.272Z Compiling predicates-core v1.0.8
14702024-11-18T19:04:39.576Z Compiling number_prefix v0.4.0
14712024-11-18T19:04:39.630Z Compiling bit-vec v0.6.3
14722024-11-18T19:04:39.650Z Compiling whoami v1.5.2
14732024-11-18T19:04:39.800Z Compiling new_debug_unreachable v1.0.6
14742024-11-18T19:04:39.865Z Compiling fixedbitset v0.4.2
14752024-11-18T19:04:39.909Z Compiling normalize-line-endings v0.3.0
14762024-11-18T19:04:40.045Z Compiling predicates v3.1.2
14772024-11-18T19:04:40.100Z Compiling bit-set v0.5.3
14782024-11-18T19:04:40.298Z Compiling petgraph v0.6.5
14792024-11-18T19:04:40.352Z Compiling tokio-postgres v0.7.12
14802024-11-18T19:04:40.404Z Compiling string_cache v0.8.7
14812024-11-18T19:04:40.878Z Compiling indicatif v0.17.9
14822024-11-18T19:04:41.247Z Compiling similar v2.6.0
14832024-11-18T19:04:41.829Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14842024-11-18T19:04:42.239Z Compiling clap v4.5.21
14852024-11-18T19:04:42.372Z Compiling ecdsa v0.16.9
14862024-11-18T19:04:43.229Z Compiling rsa v0.9.6
14872024-11-18T19:04:43.329Z Compiling ed25519-dalek v2.1.1
14882024-11-18T19:04:43.826Z Compiling toml v0.7.8
14892024-11-18T19:04:44.592Z Compiling zip v0.6.6
14902024-11-18T19:04:44.713Z Compiling crossterm v0.28.1
14912024-11-18T19:04:46.340Z Compiling hex v0.4.3
14922024-11-18T19:04:46.444Z Compiling x509-cert v0.2.5
14932024-11-18T19:04:46.541Z Compiling itertools v0.10.5
14942024-11-18T19:04:46.791Z Compiling peg-runtime v0.8.3
14952024-11-18T19:04:46.971Z Compiling unicode-xid v0.2.6
14962024-11-18T19:04:47.148Z Compiling lalrpop-util v0.19.12
14972024-11-18T19:04:47.513Z Compiling strum_macros v0.26.4
14982024-11-18T19:04:47.531Z Compiling xattr v1.3.1
14992024-11-18T19:04:47.812Z Compiling filetime v0.2.25
15002024-11-18T19:04:48.146Z Compiling tar v0.4.43
15012024-11-18T19:04:52.959Z Compiling strum v0.26.3
15022024-11-18T19:04:55.595Z Compiling aws-lc-sys v0.22.0
15032024-11-18T19:05:24.873Z Compiling rustls-webpki v0.102.8
15042024-11-18T19:05:28.451Z Compiling tokio-rustls v0.25.0
15052024-11-18T19:05:29.964Z Compiling tokio-rustls v0.26.0
15062024-11-18T19:05:30.387Z Compiling hyper-rustls v0.27.3
15072024-11-18T19:05:30.882Z Compiling reqwest v0.12.9
15082024-11-18T19:05:32.196Z Compiling qorb v0.2.0
15092024-11-18T19:05:37.042Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15102024-11-18T19:05:37.286Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15112024-11-18T19:05:43.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15122024-11-18T19:05:43.441Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15132024-11-18T19:05:43.496ZNov 18 19:05:42.152 INFO Starting download, target: Console
15142024-11-18T19:05:43.496ZNov 18 19:05:42.152 INFO Starting download, target: DendriteStub
15152024-11-18T19:05:43.496ZNov 18 19:05:42.152 INFO Starting download, target: Cockroach
15162024-11-18T19:05:43.496ZNov 18 19:05:42.152 INFO Starting download, target: Clickhouse
15172024-11-18T19:05:43.496ZNov 18 19:05:42.152 INFO Starting download, target: MaghemiteMgd
15182024-11-18T19:05:43.498ZNov 18 19:05:42.152 INFO Starting download, target: DendriteOpenapi
15192024-11-18T19:05:43.498ZNov 18 19:05:42.152 INFO Starting download, target: TransceiverControl
15202024-11-18T19:05:43.498ZNov 18 19:05:42.152 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15212024-11-18T19:05:43.498ZNov 18 19:05:42.153 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi
15222024-11-18T19:05:43.498ZNov 18 19:05:42.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15232024-11-18T19:05:43.498ZNov 18 19:05:42.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15242024-11-18T19:05:43.499ZNov 18 19:05:42.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15252024-11-18T19:05:43.499ZNov 18 19:05:42.153 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15262024-11-18T19:05:43.499ZNov 18 19:05:42.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15272024-11-18T19:05:43.770ZNov 18 19:05:42.424 INFO Download complete, target: DendriteOpenapi
15282024-11-18T19:05:43.968ZNov 18 19:05:42.587 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15292024-11-18T19:05:44.109ZNov 18 19:05:42.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15302024-11-18T19:05:44.380ZNov 18 19:05:43.035 INFO Download complete, target: Console
15312024-11-18T19:05:44.609ZNov 18 19:05:43.247 INFO Download complete, target: TransceiverControl
15322024-11-18T19:05:44.809ZNov 18 19:05:43.464 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15332024-11-18T19:05:44.834ZNov 18 19:05:43.490 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15342024-11-18T19:05:45.390ZNov 18 19:05:44.045 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15352024-11-18T19:05:45.450ZNov 18 19:05:44.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15362024-11-18T19:05:45.450ZNov 18 19:05:44.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15372024-11-18T19:05:47.476ZNov 18 19:05:46.132 INFO Download complete, target: DendriteStub
15382024-11-18T19:05:47.585ZNov 18 19:05:46.241 INFO Download complete, target: MaghemiteMgd
15392024-11-18T19:05:52.704ZNov 18 19:05:51.358 INFO Checking that binary works, target: Cockroach
15402024-11-18T19:05:52.867ZNov 18 19:05:51.522 INFO Download complete, target: Cockroach
15412024-11-18T19:05:57.671ZNov 18 19:05:56.324 INFO Checking that binary works, target: Clickhouse
15422024-11-18T19:05:57.831ZNov 18 19:05:56.485 INFO Download complete, target: Clickhouse
15432024-11-18T19:05:57.838ZAll prerequisites installed successfully
15442024-11-18T19:05:57.840Z
15452024-11-18T19:05:57.841Zreal 4:49.278178175
15462024-11-18T19:05:57.841Zuser 16:55.425726342
15472024-11-18T19:05:57.841Zsys 3:19.382265278
15482024-11-18T19:05:57.841Ztrap 0.578600738
15492024-11-18T19:05:57.841Ztflt 1.619703420
15502024-11-18T19:05:57.841Zdflt 2.264242841
15512024-11-18T19:05:57.841Zkflt 0.036947098
15522024-11-18T19:05:57.841Zlock 30:54.366547332
15532024-11-18T19:05:57.841Zslp 1:02:48.040992788
15542024-11-18T19:05:57.841Zlat 59.319203414
15552024-11-18T19:05:57.841Zstop 2:25.455397285
15562024-11-18T19:05:57.842Z+ ptime -m cargo xtask download softnpu
15572024-11-18T19:05:58.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15582024-11-18T19:05:58.403Z Running `target/debug/xtask download softnpu`
15592024-11-18T19:05:59.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
15602024-11-18T19:05:59.295Z Running `target/debug/xtask-downloader softnpu`
15612024-11-18T19:05:59.334ZNov 18 19:05:57.987 INFO Starting download, target: Softnpu
15622024-11-18T19:05:59.336ZNov 18 19:05:57.988 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15632024-11-18T19:06:00.511ZNov 18 19:05:59.165 INFO Download complete, target: Softnpu
15642024-11-18T19:06:00.515Z
15652024-11-18T19:06:00.518Zreal 2.669772392
15662024-11-18T19:06:00.518Zuser 1.294082548
15672024-11-18T19:06:00.518Zsys 0.552681822
15682024-11-18T19:06:00.518Ztrap 0.000874339
15692024-11-18T19:06:00.518Ztflt 0.000014887
15702024-11-18T19:06:00.518Zdflt 0.000063061
15712024-11-18T19:06:00.518Zkflt 0.000000000
15722024-11-18T19:06:00.518Zlock 12.439859410
15732024-11-18T19:06:00.518Zslp 1.007331991
15742024-11-18T19:06:00.518Zlat 0.072806540
15752024-11-18T19:06:00.518Zstop 0.000189396
15762024-11-18T19:06:00.518Z+ export CARGO_INCREMENTAL=0
15772024-11-18T19:06:00.518Z+ CARGO_INCREMENTAL=0
15782024-11-18T19:06:00.518Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15792024-11-18T19:06:01.514Z Compiling proc-macro2 v1.0.89
15802024-11-18T19:06:01.514Z Compiling unicode-ident v1.0.13
15812024-11-18T19:06:01.514Z Compiling libc v0.2.162
15822024-11-18T19:06:01.516Z Compiling serde v1.0.215
15832024-11-18T19:06:01.516Z Compiling autocfg v1.4.0
15842024-11-18T19:06:01.516Z Compiling version_check v0.9.5
15852024-11-18T19:06:01.516Z Compiling cfg-if v1.0.0
15862024-11-18T19:06:01.783Z Compiling memchr v2.7.4
15872024-11-18T19:06:01.813Z Compiling shlex v1.3.0
15882024-11-18T19:06:01.832Z Compiling typenum v1.17.0
15892024-11-18T19:06:02.183Z Compiling value-bag v1.9.0
15902024-11-18T19:06:02.235Z Compiling scopeguard v1.2.0
15912024-11-18T19:06:02.329Z Compiling generic-array v0.14.7
15922024-11-18T19:06:02.566Z Compiling lock_api v0.4.12
15932024-11-18T19:06:02.743Z Compiling log v0.4.22
15942024-11-18T19:06:02.762Z Compiling parking_lot_core v0.9.10
15952024-11-18T19:06:03.172Z Compiling once_cell v1.20.2
15962024-11-18T19:06:03.228Z Compiling serde_json v1.0.132
15972024-11-18T19:06:03.503Z Compiling quote v1.0.37
15982024-11-18T19:06:03.532Z Compiling rustix v0.38.37
15992024-11-18T19:06:03.566Z Compiling thiserror v1.0.69
16002024-11-18T19:06:03.616Z Compiling jobserver v0.1.32
16012024-11-18T19:06:03.867Z Compiling getrandom v0.2.15
16022024-11-18T19:06:03.995Z Compiling syn v2.0.87
16032024-11-18T19:06:04.089Z Compiling cc v1.1.30
16042024-11-18T19:06:04.196Z Compiling libm v0.2.8
16052024-11-18T19:06:04.196Z Compiling num-traits v0.2.19
16062024-11-18T19:06:04.369Z Compiling itoa v1.0.11
16072024-11-18T19:06:04.387Z Compiling spin v0.9.8
16082024-11-18T19:06:04.460Z Compiling aho-corasick v1.1.3
16092024-11-18T19:06:04.495Z Compiling regex-syntax v0.8.5
16102024-11-18T19:06:04.591Z Compiling slab v0.4.9
16112024-11-18T19:06:04.895Z Compiling byteorder v1.5.0
16122024-11-18T19:06:05.132Z Compiling errno v0.3.9
16132024-11-18T19:06:05.326Z Compiling rand_core v0.6.4
16142024-11-18T19:06:05.346Z Compiling either v1.13.0
16152024-11-18T19:06:05.363Z Compiling lazy_static v1.5.0
16162024-11-18T19:06:05.716Z Compiling glob v0.3.1
16172024-11-18T19:06:05.986Z Compiling prettyplease v0.2.25
16182024-11-18T19:06:06.534Z Compiling clang-sys v1.8.1
16192024-11-18T19:06:06.843Z Compiling minimal-lexical v0.2.1
16202024-11-18T19:06:07.105Z Compiling libloading v0.8.5
16212024-11-18T19:06:07.224Z Compiling allocator-api2 v0.2.18
16222024-11-18T19:06:07.339Z Compiling nom v7.1.3
16232024-11-18T19:06:07.477Z Compiling home v0.5.9
16242024-11-18T19:06:07.725Z Compiling subtle v2.6.1
16252024-11-18T19:06:07.728Z Compiling bindgen v0.69.5
16262024-11-18T19:06:08.022Z Compiling itertools v0.12.1
16272024-11-18T19:06:08.139Z Compiling regex-automata v0.4.8
16282024-11-18T19:06:08.207Z Compiling smallvec v1.13.2
16292024-11-18T19:06:08.730Z Compiling semver v1.0.23
16302024-11-18T19:06:08.996Z Compiling lazycell v1.3.0
16312024-11-18T19:06:09.172Z Compiling rustc-hash v1.1.0
16322024-11-18T19:06:09.209Z Compiling cmake v0.1.51
16332024-11-18T19:06:09.540Z Compiling dunce v1.0.5
16342024-11-18T19:06:09.682Z Compiling fs_extra v1.3.0
16352024-11-18T19:06:10.847Z Compiling cexpr v0.6.0
16362024-11-18T19:06:10.884Z Compiling pkg-config v0.3.31
16372024-11-18T19:06:10.956Z Compiling ring v0.17.8
16382024-11-18T19:06:11.231Z Compiling ryu v1.0.18
16392024-11-18T19:06:11.526Z Compiling pin-project-lite v0.2.14
16402024-11-18T19:06:11.668Z Compiling const-oid v0.9.6
16412024-11-18T19:06:12.012Z Compiling synstructure v0.13.1
16422024-11-18T19:06:12.098Z Compiling paste v1.0.15
16432024-11-18T19:06:12.569Z Compiling aws-lc-rs v1.10.0
16442024-11-18T19:06:12.623Z Compiling equivalent v1.0.1
16452024-11-18T19:06:12.742Z Compiling foldhash v0.1.3
16462024-11-18T19:06:12.989Z Compiling httparse v1.9.5
16472024-11-18T19:06:13.034Z Compiling hashbrown v0.15.0
16482024-11-18T19:06:13.601Z Compiling regex v1.11.1
16492024-11-18T19:06:13.683Z Compiling schemars v0.8.21
16502024-11-18T19:06:14.031Z Compiling heck v0.5.0
16512024-11-18T19:06:14.577Z Compiling serde_derive_internals v0.29.1
16522024-11-18T19:06:14.617Z Compiling signal-hook-registry v1.4.2
16532024-11-18T19:06:14.807Z Compiling mio v1.0.2
16542024-11-18T19:06:14.991Z Compiling parking_lot v0.12.3
16552024-11-18T19:06:16.785Z Compiling crossbeam-utils v0.8.20
16562024-11-18T19:06:16.956Z Compiling stable_deref_trait v1.2.0
16572024-11-18T19:06:17.079Z Compiling socket2 v0.5.7
16582024-11-18T19:06:17.097Z Compiling time-core v0.1.2
16592024-11-18T19:06:17.269Z Compiling num-conv v0.1.0
16602024-11-18T19:06:17.317Z Compiling futures-core v0.3.31
16612024-11-18T19:06:17.597Z Compiling time-macros v0.2.18
16622024-11-18T19:06:17.602Z Compiling serde_derive v1.0.215
16632024-11-18T19:06:17.605Z Compiling zeroize_derive v1.4.2
16642024-11-18T19:06:18.491Z Compiling zerocopy-derive v0.7.35
16652024-11-18T19:06:18.711Z Compiling thiserror-impl v1.0.69
16662024-11-18T19:06:19.079Z Compiling tokio-macros v2.4.0
16672024-11-18T19:06:19.098Z Compiling zeroize v1.8.1
16682024-11-18T19:06:19.464Z Compiling zerofrom-derive v0.1.4
16692024-11-18T19:06:19.600Z Compiling yoke-derive v0.7.4
16702024-11-18T19:06:20.110Z Compiling futures-macro v0.3.31
16712024-11-18T19:06:20.537Z Compiling zerovec-derive v0.10.3
16722024-11-18T19:06:20.635Z Compiling zerocopy v0.7.35
16732024-11-18T19:06:21.661Z Compiling displaydoc v0.2.5
16742024-11-18T19:06:21.960Z Compiling crypto-common v0.1.6
16752024-11-18T19:06:22.321Z Compiling tracing-attributes v0.1.27
16762024-11-18T19:06:22.321Z Compiling icu_provider_macros v1.5.0
16772024-11-18T19:06:22.371Z Compiling block-buffer v0.10.4
16782024-11-18T19:06:22.608Z Compiling digest v0.10.7
16792024-11-18T19:06:23.042Z Compiling schemars_derive v0.8.21
16802024-11-18T19:06:23.094Z Compiling der_derive v0.7.3
16812024-11-18T19:06:23.602Z Compiling vcpkg v0.2.15
16822024-11-18T19:06:23.629Z Compiling fnv v1.0.7
16832024-11-18T19:06:25.357Z Compiling openssl-sys v0.9.104
16842024-11-18T19:06:25.806Z Compiling cpufeatures v0.2.14
16852024-11-18T19:06:25.928Z Compiling slog v2.7.0
16862024-11-18T19:06:26.020Z Compiling futures-sink v0.3.31
16872024-11-18T19:06:26.306Z Compiling ahash v0.8.11
16882024-11-18T19:06:26.324Z Compiling syn v1.0.109
16892024-11-18T19:06:26.695Z Compiling zerofrom v0.1.4
16902024-11-18T19:06:26.936Z Compiling scroll_derive v0.12.0
16912024-11-18T19:06:27.036Z Compiling iana-time-zone v0.1.61
16922024-11-18T19:06:27.512Z Compiling ucd-trie v0.1.7
16932024-11-18T19:06:27.517Z Compiling yoke v0.7.4
16942024-11-18T19:06:27.754Z Compiling pest v2.7.14
16952024-11-18T19:06:27.871Z Compiling futures-channel v0.3.31
16962024-11-18T19:06:28.321Z Compiling hmac v0.12.1
16972024-11-18T19:06:28.338Z Compiling pin-utils v0.1.0
16982024-11-18T19:06:28.458Z Compiling openssl v0.10.68
16992024-11-18T19:06:28.538Z Compiling futures-io v0.3.31
17002024-11-18T19:06:28.677Z Compiling futures-task v0.3.31
17012024-11-18T19:06:28.972Z Compiling futures-util v0.3.31
17022024-11-18T19:06:29.198Z Compiling zerovec v0.10.4
17032024-11-18T19:06:29.402Z Compiling block-padding v0.3.3
17042024-11-18T19:06:29.633Z Compiling tinyvec_macros v0.1.1
17052024-11-18T19:06:30.256Z Compiling tinyvec v1.8.0
17062024-11-18T19:06:30.695Z Compiling pest_meta v2.7.14
17072024-11-18T19:06:31.386Z Compiling bitflags v2.6.0
17082024-11-18T19:06:31.410Z Compiling bytes v1.8.0
17092024-11-18T19:06:32.731Z Compiling indexmap v2.6.0
17102024-11-18T19:06:34.263Z Compiling tokio v1.40.0
17112024-11-18T19:06:34.880Z Compiling serde_tokenstream v0.2.2
17122024-11-18T19:06:35.439Z Compiling http v1.1.0
17132024-11-18T19:06:35.631Z Compiling uuid v1.11.0
17142024-11-18T19:06:36.276Z Compiling which v4.4.2
17152024-11-18T19:06:36.963Z Compiling rustc_version v0.4.1
17162024-11-18T19:06:37.028Z Compiling chrono v0.4.38
17172024-11-18T19:06:39.737Z Compiling pest_generator v2.7.14
17182024-11-18T19:06:40.167Z Compiling toml_datetime v0.6.8
17192024-11-18T19:06:40.637Z Compiling serde_spanned v0.6.8
17202024-11-18T19:06:40.952Z Compiling inout v0.1.3
17212024-11-18T19:06:41.588Z Compiling openssl-macros v0.1.1
17222024-11-18T19:06:42.467Z Compiling rustls v0.23.14
17232024-11-18T19:06:42.759Z Compiling native-tls v0.2.12
17242024-11-18T19:06:43.837Z Compiling pest_derive v2.7.14
17252024-11-18T19:06:44.352Z Compiling cipher v0.4.4
17262024-11-18T19:06:44.406Z Compiling unicode-normalization v0.1.24
17272024-11-18T19:06:44.610Z Compiling tinystr v0.7.6
17282024-11-18T19:06:44.838Z Compiling sha2 v0.10.8
17292024-11-18T19:06:44.893Z Compiling tracing-core v0.1.32
17302024-11-18T19:06:45.064Z Compiling usdt-impl v0.5.0
17312024-11-18T19:06:45.404Z Compiling dyn-clone v1.0.17
17322024-11-18T19:06:45.461Z Compiling writeable v0.5.5
17332024-11-18T19:06:45.542Z Compiling litemap v0.7.3
17342024-11-18T19:06:45.627Z Compiling base64ct v1.6.0
17352024-11-18T19:06:45.668Z Compiling unicode-bidi v0.3.17
17362024-11-18T19:06:45.956Z Compiling icu_locid v1.5.0
17372024-11-18T19:06:45.990Z Compiling tracing v0.1.40
17382024-11-18T19:06:46.215Z Compiling pem-rfc7468 v0.7.0
17392024-11-18T19:06:47.271Z Compiling scroll v0.12.0
17402024-11-18T19:06:47.529Z Compiling ppv-lite86 v0.2.20
17412024-11-18T19:06:47.858Z Compiling async-trait v0.1.83
17422024-11-18T19:06:48.446Z Compiling cookie v0.18.1
17432024-11-18T19:06:48.489Z Compiling camino v1.1.9
17442024-11-18T19:06:49.045Z Compiling plain v0.2.3
17452024-11-18T19:06:50.164Z Compiling anyhow v1.0.93
17462024-11-18T19:06:50.759Z Compiling flagset v0.4.6
17472024-11-18T19:06:50.803Z Compiling aws-lc-sys v0.22.0
17482024-11-18T19:06:50.951Z Compiling der v0.7.9
17492024-11-18T19:06:54.019Z Compiling goblin v0.8.2
17502024-11-18T19:06:54.721Z Compiling rand_chacha v0.3.1
17512024-11-18T19:06:56.218Z Compiling icu_provider v1.5.0
17522024-11-18T19:06:57.539Z Compiling untrusted v0.7.1
17532024-11-18T19:06:57.736Z Compiling rustls-pki-types v1.9.0
17542024-11-18T19:06:58.257Z Compiling rustls v0.22.4
17552024-11-18T19:06:58.737Z Compiling percent-encoding v2.3.1
17562024-11-18T19:06:58.786Z Compiling icu_locid_transform_data v1.5.0
17572024-11-18T19:06:58.890Z Compiling rayon-core v1.12.1
17582024-11-18T19:06:59.021Z Compiling pretty-hex v0.4.1
17592024-11-18T19:06:59.233Z Compiling icu_locid_transform v1.5.0
17602024-11-18T19:07:00.157Z Compiling dof v0.3.0
17612024-11-18T19:07:01.004Z Compiling rand v0.8.5
17622024-11-18T19:07:01.238Z Compiling spki v0.7.3
17632024-11-18T19:07:01.654Z Compiling salsa20 v0.10.2
17642024-11-18T19:07:01.674Z Compiling dtrace-parser v0.2.0
17652024-11-18T19:07:01.892Z Compiling tokio-util v0.7.12
17662024-11-18T19:07:02.676Z Compiling icu_collections v1.5.0
17672024-11-18T19:07:03.226Z Compiling pbkdf2 v0.12.2
17682024-11-18T19:07:03.455Z Compiling thread-id v4.2.2
17692024-11-18T19:07:03.676Z Compiling mirai-annotations v1.12.0
17702024-11-18T19:07:03.756Z Compiling icu_properties_data v1.5.0
17712024-11-18T19:07:03.774Z Compiling powerfmt v0.2.0
17722024-11-18T19:07:03.871Z Compiling untrusted v0.9.0
17732024-11-18T19:07:04.062Z Compiling winnow v0.5.40
17742024-11-18T19:07:04.142Z Compiling deranged v0.3.11
17752024-11-18T19:07:06.202Z Compiling icu_properties v1.5.1
17762024-11-18T19:07:08.089Z Compiling toml_edit v0.19.15
17772024-11-18T19:07:08.263Z Compiling scrypt v0.11.0
17782024-11-18T19:07:08.728Z Compiling aes v0.8.4
17792024-11-18T19:07:08.799Z Compiling cbc v0.1.2
17802024-11-18T19:07:09.968Z Compiling multer v3.1.0
17812024-11-18T19:07:10.545Z Compiling atomic-waker v1.1.2
17822024-11-18T19:07:10.929Z Compiling icu_normalizer_data v1.5.0
17832024-11-18T19:07:11.032Z Compiling slog-async v2.8.0
17842024-11-18T19:07:11.370Z Compiling utf16_iter v1.0.5
17852024-11-18T19:07:11.494Z Compiling rustversion v1.0.17
17862024-11-18T19:07:11.586Z Compiling num_threads v0.1.7
17872024-11-18T19:07:11.731Z Compiling utf8_iter v1.0.4
17882024-11-18T19:07:11.968Z Compiling write16 v1.0.0
17892024-11-18T19:07:11.986Z Compiling time v0.3.36
17902024-11-18T19:07:12.131Z Compiling icu_normalizer v1.5.0
17912024-11-18T19:07:12.221Z Compiling pkcs5 v0.7.1
17922024-11-18T19:07:13.902Z Compiling form_urlencoded v1.2.1
17932024-11-18T19:07:14.715Z Compiling http-body v1.0.1
17942024-11-18T19:07:14.978Z Compiling heapless v0.7.17
17952024-11-18T19:07:15.570Z Compiling bzip2-sys v0.1.11+1.0.8
17962024-11-18T19:07:16.043Z Compiling try-lock v0.2.5
17972024-11-18T19:07:16.648Z Compiling signal-hook v0.3.17
17982024-11-18T19:07:18.287Z Compiling want v0.3.1
17992024-11-18T19:07:18.739Z Compiling idna_adapter v1.2.0
18002024-11-18T19:07:18.857Z Compiling pkcs8 v0.10.2
18012024-11-18T19:07:19.563Z Compiling h2 v0.4.6
18022024-11-18T19:07:20.334Z Compiling usdt-macro v0.5.0
18032024-11-18T19:07:21.715Z Compiling usdt-attr-macro v0.5.0
18042024-11-18T19:07:22.090Z Compiling async-stream-impl v0.3.6
18052024-11-18T19:07:22.113Z Compiling strsim v0.11.1
18062024-11-18T19:07:22.877Z Compiling httpdate v1.0.3
18072024-11-18T19:07:23.298Z Compiling adler2 v2.0.0
18082024-11-18T19:07:23.572Z Compiling miniz_oxide v0.8.0
18092024-11-18T19:07:24.780Z Compiling idna v1.0.3
18102024-11-18T19:07:26.285Z Compiling curve25519-dalek v4.1.3
18112024-11-18T19:07:26.703Z Compiling openapiv3 v2.0.0
18122024-11-18T19:07:26.888Z Compiling enum-as-inner v0.6.1
18132024-11-18T19:07:27.788Z Compiling hyper v1.5.0
18142024-11-18T19:07:30.494Z Compiling dropshot v0.12.0
18152024-11-18T19:07:30.796Z Compiling tower-service v0.3.3
18162024-11-18T19:07:31.084Z Compiling smoltcp v0.9.1
18172024-11-18T19:07:31.115Z Compiling base64 v0.22.1
18182024-11-18T19:07:31.714Z Compiling match_cfg v0.1.0
18192024-11-18T19:07:31.718Z Compiling portable-atomic v1.9.0
18202024-11-18T19:07:31.819Z Compiling foreign-types-shared v0.1.1
18212024-11-18T19:07:31.938Z Compiling num-bigint-dig v0.8.4
18222024-11-18T19:07:31.993Z Compiling foreign-types v0.3.2
18232024-11-18T19:07:32.095Z Compiling hostname v0.3.1
18242024-11-18T19:07:32.231Z Compiling hyper-util v0.1.10
18252024-11-18T19:07:35.254Z Compiling url v2.5.3
18262024-11-18T19:07:39.049Z Compiling dirs-sys-next v0.1.2
18272024-11-18T19:07:39.577Z Compiling data-encoding v2.6.0
18282024-11-18T19:07:40.008Z Compiling siphasher v0.3.11
18292024-11-18T19:07:40.148Z Compiling heck v0.4.1
18302024-11-18T19:07:40.393Z Compiling gimli v0.31.1
18312024-11-18T19:07:41.052Z Compiling dirs-next v2.0.0
18322024-11-18T19:07:43.036Z Compiling http-body-util v0.1.2
18332024-11-18T19:07:44.148Z Compiling crossbeam-epoch v0.9.18
18342024-11-18T19:07:44.895Z Compiling hubpack_derive v0.1.1
18352024-11-18T19:07:45.746Z Compiling addr2line v0.24.2
18362024-11-18T19:07:46.382Z Compiling dropshot_endpoint v0.12.0
18372024-11-18T19:07:46.748Z Compiling sha1 v0.10.6
18382024-11-18T19:07:47.149Z Compiling signature v2.2.0
18392024-11-18T19:07:47.173Z Compiling curve25519-dalek-derive v0.1.1
18402024-11-18T19:07:47.389Z Compiling zerocopy-derive v0.6.6
18412024-11-18T19:07:47.558Z Compiling object v0.36.5
18422024-11-18T19:07:49.332Z Compiling thread_local v1.1.8
18432024-11-18T19:07:49.381Z Compiling fs-err v2.11.0
18442024-11-18T19:07:49.685Z Compiling encoding_rs v0.8.34
18452024-11-18T19:07:50.505Z Compiling unicode-properties v0.1.3
18462024-11-18T19:07:50.924Z Compiling ipnet v2.10.1
18472024-11-18T19:07:52.063Z Compiling mime v0.3.17
18482024-11-18T19:07:52.597Z Compiling anstyle v1.0.10
18492024-11-18T19:07:53.375Z Compiling utf8parse v0.2.2
18502024-11-18T19:07:53.548Z Compiling rustc-demangle v0.1.24
18512024-11-18T19:07:57.144Z Compiling winnow v0.6.20
18522024-11-18T19:08:00.574Z Compiling openssl-probe v0.1.5
18532024-11-18T19:08:00.916Z Compiling toml_edit v0.22.22
18542024-11-18T19:08:02.372Z Compiling backtrace v0.3.74
18552024-11-18T19:08:02.963Z Compiling anstyle-parse v0.2.5
18562024-11-18T19:08:03.288Z Compiling stringprep v0.1.5
18572024-11-18T19:08:06.521Z Compiling rustls-webpki v0.102.8
18582024-11-18T19:08:10.197Z Compiling crossbeam-deque v0.8.5
18592024-11-18T19:08:10.561Z Compiling term v0.7.0
18602024-11-18T19:08:11.903Z Compiling slog-json v2.6.1
18612024-11-18T19:08:13.481Z Compiling serde_urlencoded v0.7.1
18622024-11-18T19:08:14.169Z Compiling crossbeam-channel v0.5.13
18632024-11-18T19:08:14.391Z Compiling rustls-pemfile v2.2.0
18642024-11-18T19:08:15.215Z Compiling hashbrown v0.14.5
18652024-11-18T19:08:15.763Z Compiling idna v0.4.0
18662024-11-18T19:08:16.608Z Compiling idna v0.3.0
18672024-11-18T19:08:17.263Z Compiling futures-executor v0.3.31
18682024-11-18T19:08:17.784Z Compiling num-integer v0.1.46
18692024-11-18T19:08:18.061Z Compiling md-5 v0.10.6
18702024-11-18T19:08:18.310Z Compiling ff v0.13.0
18712024-11-18T19:08:18.451Z Compiling hash32 v0.2.1
18722024-11-18T19:08:18.493Z Compiling is-terminal v0.4.13
18732024-11-18T19:08:18.551Z Compiling memmap v0.7.0
18742024-11-18T19:08:18.833Z Compiling base16ct v0.2.0
18752024-11-18T19:08:19.125Z Compiling psl-types v2.0.11
18762024-11-18T19:08:19.327Z Compiling is_terminal_polyfill v1.70.1
18772024-11-18T19:08:19.468Z Compiling fallible-iterator v0.2.0
18782024-11-18T19:08:20.769Z Compiling anstyle-query v1.1.1
18792024-11-18T19:08:20.932Z Compiling quick-error v1.2.3
18802024-11-18T19:08:22.015Z Compiling linked-hash-map v0.5.6
18812024-11-18T19:08:22.043Z Compiling utf-8 v0.7.6
18822024-11-18T19:08:22.289Z Compiling take_mut v0.2.2
18832024-11-18T19:08:22.351Z Compiling colorchoice v1.0.2
18842024-11-18T19:08:22.410Z Compiling lru-cache v0.1.2
18852024-11-18T19:08:22.516Z Compiling anstream v0.6.15
18862024-11-18T19:08:22.615Z Compiling tungstenite v0.24.0
18872024-11-18T19:08:23.224Z Compiling resolv-conf v0.7.0
18882024-11-18T19:08:23.918Z Compiling postgres-protocol v0.6.7
18892024-11-18T19:08:24.620Z Compiling publicsuffix v2.2.3
18902024-11-18T19:08:24.701Z Compiling sec1 v0.7.3
18912024-11-18T19:08:24.883Z Compiling usdt v0.5.0
18922024-11-18T19:08:25.276Z Compiling slog-term v2.9.1
18932024-11-18T19:08:25.352Z Compiling group v0.13.0
18942024-11-18T19:08:25.677Z Compiling num-iter v0.1.45
18952024-11-18T19:08:25.897Z Compiling futures v0.3.31
18962024-11-18T19:08:26.024Z Compiling hickory-proto v0.24.1
18972024-11-18T19:08:26.254Z Compiling regress v0.10.1
18982024-11-18T19:08:27.900Z Compiling tokio-rustls v0.26.0
18992024-11-18T19:08:29.452Z Compiling tokio-rustls v0.25.0
19002024-11-18T19:08:29.918Z Compiling slog-bunyan v2.5.0
19012024-11-18T19:08:30.107Z Compiling toml v0.8.19
19022024-11-18T19:08:30.710Z Compiling tokio-native-tls v0.3.1
19032024-11-18T19:08:30.996Z Compiling strum_macros v0.25.3
19042024-11-18T19:08:31.065Z Compiling phf_shared v0.11.2
19052024-11-18T19:08:31.715Z Compiling async-stream v0.3.6
19062024-11-18T19:08:31.811Z Compiling waitgroup v0.1.2
19072024-11-18T19:08:31.996Z Compiling webpki-roots v0.26.6
19082024-11-18T19:08:32.343Z Compiling idna v0.5.0
19092024-11-18T19:08:32.408Z Compiling terminal_size v0.4.0
19102024-11-18T19:08:32.490Z Compiling serde_path_to_error v0.1.16
19112024-11-18T19:08:32.629Z Compiling hkdf v0.12.4
19122024-11-18T19:08:33.499Z Compiling crypto-bigint v0.5.5
19132024-11-18T19:08:33.546Z Compiling clap_derive v4.5.18
19142024-11-18T19:08:33.818Z Compiling serde_repr v0.1.19
19152024-11-18T19:08:34.715Z Compiling derive-where v1.2.7
19162024-11-18T19:08:34.904Z Compiling hostname v0.4.0
19172024-11-18T19:08:35.135Z Compiling crc32fast v1.4.2
19182024-11-18T19:08:35.463Z Compiling bitflags v1.3.2
19192024-11-18T19:08:35.689Z Compiling clap_lex v0.7.2
19202024-11-18T19:08:36.144Z Compiling managed v0.8.0
19212024-11-18T19:08:36.175Z Compiling debug-ignore v1.0.5
19222024-11-18T19:08:36.538Z Compiling unicode-width v0.1.14
19232024-11-18T19:08:37.088Z Compiling console v0.15.8
19242024-11-18T19:08:37.945Z Compiling elliptic-curve v0.13.8
19252024-11-18T19:08:38.407Z Compiling clap_builder v4.5.21
19262024-11-18T19:08:39.223Z Compiling flate2 v1.0.34
19272024-11-18T19:08:40.199Z Compiling cookie_store v0.21.0
19282024-11-18T19:08:42.965Z Compiling hyper-rustls v0.27.3
19292024-11-18T19:08:43.727Z Compiling hickory-resolver v0.24.1
19302024-11-18T19:08:46.610Z Compiling phf v0.11.2
19312024-11-18T19:08:46.946Z Compiling hyper-tls v0.6.0
19322024-11-18T19:08:47.124Z Compiling signal-hook-mio v0.2.4
19332024-11-18T19:08:47.299Z Compiling typify-impl v0.2.0
19342024-11-18T19:08:47.345Z Compiling bzip2 v0.4.4
19352024-11-18T19:08:47.721Z Compiling rayon v1.10.0
19362024-11-18T19:08:47.752Z Compiling postgres-types v0.2.8
19372024-11-18T19:08:49.199Z Compiling tokio-tungstenite v0.24.0
19382024-11-18T19:08:49.353Z Compiling zerocopy v0.6.6
19392024-11-18T19:08:49.412Z Compiling ed25519 v2.2.3
19402024-11-18T19:08:49.635Z Compiling hubpack v0.1.2
19412024-11-18T19:08:49.736Z Compiling phf_shared v0.10.0
19422024-11-18T19:08:50.089Z Compiling pkcs1 v0.7.5
19432024-11-18T19:08:50.123Z Compiling tokio-stream v0.1.16
19442024-11-18T19:08:51.065Z Compiling serde-big-array v0.5.1
19452024-11-18T19:08:51.161Z Compiling rfc6979 v0.4.0
19462024-11-18T19:08:51.290Z Compiling float-cmp v0.9.0
19472024-11-18T19:08:51.374Z Compiling sync_wrapper v1.0.1
19482024-11-18T19:08:51.528Z Compiling bstr v1.10.0
19492024-11-18T19:08:52.617Z Compiling number_prefix v0.4.0
19502024-11-18T19:08:52.850Z Compiling new_debug_unreachable v1.0.6
19512024-11-18T19:08:52.868Z Compiling normalize-line-endings v0.3.0
19522024-11-18T19:08:52.953Z Compiling difflib v0.4.0
19532024-11-18T19:08:53.183Z Compiling whoami v1.5.2
19542024-11-18T19:08:53.258Z Compiling static_assertions v1.1.0
19552024-11-18T19:08:53.368Z Compiling precomputed-hash v0.1.1
19562024-11-18T19:08:53.765Z Compiling unicode-segmentation v1.12.0
19572024-11-18T19:08:54.047Z Compiling predicates-core v1.0.8
19582024-11-18T19:08:54.232Z Compiling unicode-width v0.2.0
19592024-11-18T19:08:54.438Z Compiling bit-vec v0.6.3
19602024-11-18T19:08:54.631Z Compiling fixedbitset v0.4.2
19612024-11-18T19:08:54.771Z Compiling indicatif v0.17.9
19622024-11-18T19:08:54.790Z Compiling bit-set v0.5.3
19632024-11-18T19:08:54.984Z Compiling petgraph v0.6.5
19642024-11-18T19:08:55.018Z Compiling similar v2.6.0
19652024-11-18T19:08:55.098Z Compiling predicates v3.1.2
19662024-11-18T19:08:56.727Z Compiling tokio-postgres v0.7.12
19672024-11-18T19:08:57.107Z Compiling string_cache v0.8.7
19682024-11-18T19:08:57.315Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19692024-11-18T19:08:58.342Z Compiling reqwest v0.12.9
19702024-11-18T19:08:59.558Z Compiling typify-macro v0.2.0
19712024-11-18T19:09:02.403Z Compiling ecdsa v0.16.9
19722024-11-18T19:09:02.448Z Compiling qorb v0.2.0
19732024-11-18T19:09:03.217Z Compiling rsa v0.9.6
19742024-11-18T19:09:03.346Z Compiling ed25519-dalek v2.1.1
19752024-11-18T19:09:03.938Z Compiling zip v0.6.6
19762024-11-18T19:09:04.237Z Compiling crossterm v0.28.1
19772024-11-18T19:09:04.360Z Compiling clap v4.5.21
19782024-11-18T19:09:05.223Z Compiling toml v0.7.8
19792024-11-18T19:09:06.565Z Compiling x509-cert v0.2.5
19802024-11-18T19:09:07.391Z Compiling hex v0.4.3
19812024-11-18T19:09:08.211Z Compiling itertools v0.10.5
19822024-11-18T19:09:08.595Z Compiling unicode-xid v0.2.6
19832024-11-18T19:09:08.744Z Compiling lalrpop-util v0.19.12
19842024-11-18T19:09:09.088Z Compiling peg-runtime v0.8.3
19852024-11-18T19:09:11.153Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19862024-11-18T19:09:15.495Z Compiling proc-macro-crate v1.3.1
19872024-11-18T19:09:15.590Z Compiling ipnetwork v0.20.0
19882024-11-18T19:09:16.961Z Compiling heapless v0.8.0
19892024-11-18T19:09:19.696Z Compiling num_enum_derive v0.5.11
19902024-11-18T19:09:29.959Z Compiling hash32 v0.3.1
19912024-11-18T19:09:30.766Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19922024-11-18T19:09:31.465Z Compiling smoltcp v0.11.0
19932024-11-18T19:09:32.187Z Compiling ident_case v1.0.1
19942024-11-18T19:09:32.499Z Compiling darling_core v0.20.10
19952024-11-18T19:09:38.929Z Compiling num_enum v0.5.11
19962024-11-18T19:09:39.117Z Compiling typify v0.2.0
19972024-11-18T19:09:40.138Z Compiling proc-macro-error-attr v1.0.4
19982024-11-18T19:09:40.415Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19992024-11-18T19:09:40.446Z Compiling cobs v0.2.3
20002024-11-18T19:09:40.722Z Compiling unsafe-libyaml v0.2.11
20012024-11-18T19:09:42.541Z Compiling serde_yaml v0.9.34+deprecated
20022024-11-18T19:09:44.029Z Compiling postcard v1.0.10
20032024-11-18T19:09:57.420Z Compiling progenitor-impl v0.8.0
20042024-11-18T19:09:57.672Z Compiling darling_macro v0.20.10
20052024-11-18T19:10:11.537Z Compiling strum_macros v0.26.4
20062024-11-18T19:10:12.494Z Compiling structmeta-derive v0.3.0
20072024-11-18T19:10:12.630Z Compiling foreign-types-macros v0.2.3
20082024-11-18T19:10:12.930Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20092024-11-18T19:10:13.245Z Compiling proc-macro-error v1.0.4
20102024-11-18T19:10:13.686Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20112024-11-18T19:10:14.571Z Compiling foreign-types-shared v0.3.1
20122024-11-18T19:10:14.636Z Compiling newtype-uuid v1.1.3
20132024-11-18T19:10:16.099Z Compiling strum v0.26.3
20142024-11-18T19:10:16.310Z Compiling structmeta v0.3.0
20152024-11-18T19:10:16.753Z Compiling foreign-types v0.5.0
20162024-11-18T19:10:19.243Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20172024-11-18T19:10:24.410Z Compiling progenitor-macro v0.8.0
20182024-11-18T19:10:26.190Z Compiling darling v0.20.10
20192024-11-18T19:10:29.602Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20202024-11-18T19:10:29.766Z Compiling progenitor-client v0.8.0
20212024-11-18T19:10:31.492Z Compiling tabwriter v1.4.0
20222024-11-18T19:10:33.291Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20232024-11-18T19:10:34.127Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20242024-11-18T19:10:34.863Z Compiling cstr-argument v0.1.2
20252024-11-18T19:10:35.007Z Compiling dropshot v0.13.0
20262024-11-18T19:10:35.233Z Compiling pretty-hex v0.2.1
20272024-11-18T19:10:35.313Z Compiling crucible-workspace-hack v0.1.0
20282024-11-18T19:10:35.459Z Compiling fastrand v2.1.1
20292024-11-18T19:10:36.276Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20302024-11-18T19:10:36.630Z Compiling tempfile v3.13.0
20312024-11-18T19:10:36.749Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20322024-11-18T19:10:36.961Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332024-11-18T19:10:37.248Z Compiling progenitor v0.8.0
20342024-11-18T19:10:37.393Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20352024-11-18T19:10:37.668Z Compiling serde_with_macros v3.11.0
20362024-11-18T19:10:37.845Z Compiling parse-display-derive v0.10.0
20372024-11-18T19:10:38.341Z Compiling colored v2.1.0
20382024-11-18T19:10:38.582Z Compiling dropshot_endpoint v0.13.0
20392024-11-18T19:10:39.619Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20402024-11-18T19:10:40.347Z Compiling instant v0.1.13
20412024-11-18T19:10:40.383Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20422024-11-18T19:10:40.530Z Compiling backoff v0.4.0
20432024-11-18T19:10:40.802Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20442024-11-18T19:10:40.947Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20452024-11-18T19:10:41.175Z Compiling serde_with v3.11.0
20462024-11-18T19:10:41.833Z Compiling parse-display v0.10.0
20472024-11-18T19:10:43.458Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20482024-11-18T19:10:43.789Z Compiling zone_cfg_derive v0.3.0
20492024-11-18T19:10:43.831Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20502024-11-18T19:10:44.055Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20512024-11-18T19:10:44.576Z Compiling camino-tempfile v1.1.1
20522024-11-18T19:10:45.237Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20532024-11-18T19:10:45.374Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20542024-11-18T19:10:45.597Z Compiling regress v0.9.1
20552024-11-18T19:10:45.677Z Compiling macaddr v1.0.1
20562024-11-18T19:10:45.747Z Compiling num-derive v0.4.2
20572024-11-18T19:10:46.288Z Compiling sigpipe v0.1.3
20582024-11-18T19:10:46.435Z Compiling libefi-sys v0.1.0
20592024-11-18T19:10:46.743Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20602024-11-18T19:10:47.112Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20612024-11-18T19:10:48.104Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20622024-11-18T19:10:49.708Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20632024-11-18T19:10:50.274Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20642024-11-18T19:10:50.416Z Compiling zone v0.3.0
20652024-11-18T19:10:52.188Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20662024-11-18T19:10:53.829Z Compiling smf v0.2.3
20672024-11-18T19:10:53.879Z Compiling bitfield-struct v0.6.2
20682024-11-18T19:10:54.430Z Compiling blake3 v1.5.4
20692024-11-18T19:10:55.094Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20702024-11-18T19:10:55.311Z Compiling ring v0.16.20
20712024-11-18T19:10:55.642Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20722024-11-18T19:10:56.471Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20732024-11-18T19:10:56.929Z Compiling xattr v1.3.1
20742024-11-18T19:10:57.046Z Compiling memmap2 v0.9.5
20752024-11-18T19:10:57.239Z Compiling filetime v0.2.25
20762024-11-18T19:10:57.623Z Compiling arrayref v0.3.9
20772024-11-18T19:10:57.644Z Compiling same-file v1.0.6
20782024-11-18T19:10:57.662Z Compiling arrayvec v0.7.6
20792024-11-18T19:10:57.735Z Compiling constant_time_eq v0.3.1
20802024-11-18T19:10:57.928Z Compiling spin v0.5.2
20812024-11-18T19:10:57.948Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20822024-11-18T19:10:58.145Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-11-18T19:10:58.197Z Compiling walkdir v2.5.0
20842024-11-18T19:10:59.744Z Compiling tar v0.4.43
20852024-11-18T19:10:59.879Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20862024-11-18T19:11:00.817Z Compiling gethostname v0.5.0
20872024-11-18T19:11:01.025Z Compiling cargo-platform v0.1.8
20882024-11-18T19:11:01.504Z Compiling topological-sort v0.2.2
20892024-11-18T19:11:01.804Z Compiling cargo_metadata v0.18.1
20902024-11-18T19:11:08.157Z Compiling omicron-zone-package v0.11.1
20912024-11-18T19:11:09.308Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20922024-11-18T19:11:11.881Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20932024-11-18T19:11:13.623Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20942024-11-18T19:11:32.443Z Finished `release` profile [optimized] target(s) in 5m 31s
20952024-11-18T19:11:32.606Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20962024-11-18T19:11:32.653ZLogging to: /work/oxidecomputer/omicron/out/LOG
20972024-11-18T19:11:32.656ZCreated new build target 'test' and set it as active
20982024-11-18T19:11:32.656Z
20992024-11-18T19:11:32.656Zreal 5:32.089214508
21002024-11-18T19:11:32.656Zuser 37:27.157736725
21012024-11-18T19:11:32.656Zsys 4:56.078340629
21022024-11-18T19:11:32.657Ztrap 1.145835692
21032024-11-18T19:11:32.657Ztflt 3.309561038
21042024-11-18T19:11:32.657Zdflt 0.756963124
21052024-11-18T19:11:32.657Zkflt 0.034561937
21062024-11-18T19:11:32.657Zlock 1:18:46.150885652
21072024-11-18T19:11:32.657Zslp 2:36:19.494511719
21082024-11-18T19:11:32.657Zlat 2:35.240719319
21092024-11-18T19:11:32.657Zstop 4:28.239383566
21102024-11-18T19:11:32.657Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21112024-11-18T19:11:33.655Z Finished `release` profile [optimized] target(s) in 0.94s
21122024-11-18T19:11:33.716Z Running `target/release/omicron-package -t test package`
21132024-11-18T19:11:33.761ZLogging to: /work/oxidecomputer/omicron/out/LOG
21142024-11-18T19:11:34.939Z Compiling convert_case v0.4.0
21152024-11-18T19:11:34.939Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21162024-11-18T19:11:34.941Z Compiling itertools v0.13.0
21172024-11-18T19:11:34.941Z Compiling password-hash v0.5.0
21182024-11-18T19:11:34.941Z Compiling blake2 v0.10.6
21192024-11-18T19:11:34.941Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21202024-11-18T19:11:34.941Z Compiling newline-converter v0.3.0
21212024-11-18T19:11:34.941Z Compiling cancel-safe-futures v0.1.5
21222024-11-18T19:11:35.339Z Compiling owo-colors v4.1.0
21232024-11-18T19:11:35.356Z Compiling expectorate v1.1.0
21242024-11-18T19:11:35.542Z Compiling libsw v3.3.1
21252024-11-18T19:11:35.781Z Compiling derive_more v0.99.18
21262024-11-18T19:11:35.896Z Compiling argon2 v0.5.3
21272024-11-18T19:11:35.931Z Compiling indent_write v2.2.0
21282024-11-18T19:11:36.183Z Compiling linear-map v1.2.0
21292024-11-18T19:11:36.203Z Compiling swrite v0.1.0
21302024-11-18T19:11:36.303Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21312024-11-18T19:11:36.335Z Compiling progenitor-client v0.8.0
21322024-11-18T19:11:36.651Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21332024-11-18T19:11:36.883Z Compiling base64 v0.21.7
21342024-11-18T19:11:37.263Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21352024-11-18T19:11:37.374Z Compiling progenitor v0.8.0
21362024-11-18T19:11:37.638Z Compiling atomicwrites v0.4.4
21372024-11-18T19:11:38.025Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21382024-11-18T19:11:38.171Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21392024-11-18T19:11:38.391Z Compiling num-rational v0.4.2
21402024-11-18T19:11:38.410Z Compiling num-complex v0.4.6
21412024-11-18T19:11:39.042Z Compiling float-ord v0.3.2
21422024-11-18T19:11:39.224Z Compiling semver v0.1.20
21432024-11-18T19:11:39.779Z Compiling num v0.4.3
21442024-11-18T19:11:39.842Z Compiling rustc_version v0.1.7
21452024-11-18T19:11:39.908Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21462024-11-18T19:11:40.282Z Compiling newtype_derive v0.1.6
21472024-11-18T19:11:40.679Z Compiling humantime v2.1.0
21482024-11-18T19:11:40.912Z Compiling highway v1.2.0
21492024-11-18T19:11:41.820Z Compiling steno v0.4.1
21502024-11-18T19:11:42.669Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21512024-11-18T19:11:42.734Z Compiling newtype-uuid v1.1.3
21522024-11-18T19:11:43.096Z Compiling dropshot v0.13.0
21532024-11-18T19:11:43.178Z Compiling tungstenite v0.21.0
21542024-11-18T19:11:45.249Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21552024-11-18T19:11:45.935Z Compiling ipnetwork v0.20.0
21562024-11-18T19:11:46.290Z Compiling slog-dtrace v0.3.0
21572024-11-18T19:11:46.619Z Compiling instant v0.1.13
21582024-11-18T19:11:46.756Z Compiling backoff v0.4.0
21592024-11-18T19:11:46.881Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21602024-11-18T19:11:47.115Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21612024-11-18T19:11:47.545Z Compiling tokio-tungstenite v0.21.0
21622024-11-18T19:11:48.695Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21632024-11-18T19:11:48.794Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21642024-11-18T19:11:52.808Z Compiling parse-display v0.10.0
21652024-11-18T19:11:53.289Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-11-18T19:11:53.375Z Compiling strum v0.26.3
21672024-11-18T19:11:53.577Z Compiling serde_with v3.11.0
21682024-11-18T19:11:59.673Z Compiling regress v0.9.1
21692024-11-18T19:11:59.890Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-11-18T19:11:59.892Z Compiling macaddr v1.0.1
21712024-11-18T19:11:59.931Z Compiling prettyplease v0.2.25
21722024-11-18T19:11:59.931Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21732024-11-18T19:11:59.931Z Compiling arc-swap v1.7.1
21742024-11-18T19:12:00.458Z Compiling display-error-chain v0.2.2
21752024-11-18T19:12:00.593Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21762024-11-18T19:12:00.693Z Compiling slog-scope v4.4.0
21772024-11-18T19:12:01.559Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21782024-11-18T19:12:01.661Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21792024-11-18T19:12:02.722Z Compiling half v2.4.1
21802024-11-18T19:12:03.456Z Compiling ciborium-io v0.2.2
21812024-11-18T19:12:03.613Z Compiling ciborium-ll v0.2.2
21822024-11-18T19:12:04.140Z Compiling slog-stdlog v4.1.1
21832024-11-18T19:12:04.395Z Compiling slog-envlogger v2.2.0
21842024-11-18T19:12:04.958Z Compiling ciborium v0.2.2
21852024-11-18T19:12:05.366Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21862024-11-18T19:12:07.201Z Compiling fastrand v2.1.1
21872024-11-18T19:12:07.204Z Compiling same-file v1.0.6
21882024-11-18T19:12:07.475Z Compiling walkdir v2.5.0
21892024-11-18T19:12:07.724Z Compiling tempfile v3.13.0
21902024-11-18T19:12:08.166Z Compiling blake3 v1.5.4
21912024-11-18T19:12:08.569Z Compiling ring v0.16.20
21922024-11-18T19:12:08.837Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21932024-11-18T19:12:11.411Z Compiling xattr v1.3.1
21942024-11-18T19:12:11.529Z Compiling filetime v0.2.25
21952024-11-18T19:12:11.689Z Compiling memmap2 v0.9.5
21962024-11-18T19:12:11.850Z Compiling arrayvec v0.7.6
21972024-11-18T19:12:12.129Z Compiling keccak v0.1.5
21982024-11-18T19:12:12.311Z Compiling arrayref v0.3.9
21992024-11-18T19:12:12.431Z Compiling spin v0.5.2
22002024-11-18T19:12:12.689Z Compiling constant_time_eq v0.3.1
22012024-11-18T19:12:16.631Z Compiling sha3 v0.10.8
22022024-11-18T19:12:16.699Z Compiling tar v0.4.43
22032024-11-18T19:12:17.529Z Compiling camino-tempfile v1.1.1
22042024-11-18T19:12:17.993Z Compiling toolchain_find v0.4.0
22052024-11-18T19:12:18.589Z Compiling nibble_vec v0.1.0
22062024-11-18T19:12:18.758Z Compiling topological-sort v0.2.2
22072024-11-18T19:12:18.832Z Compiling radium v0.7.0
22082024-11-18T19:12:19.012Z Compiling endian-type v0.1.2
22092024-11-18T19:12:19.264Z Compiling maplit v1.0.2
22102024-11-18T19:12:19.281Z Compiling crunchy v0.2.2
22112024-11-18T19:12:19.436Z Compiling radix_trie v0.2.1
22122024-11-18T19:12:19.570Z Compiling omicron-zone-package v0.11.1
22132024-11-18T19:12:19.765Z Compiling rustfmt-wrapper v0.2.1
22142024-11-18T19:12:20.357Z Compiling pem v3.0.4
22152024-11-18T19:12:20.379Z Compiling tap v1.0.1
22162024-11-18T19:12:20.545Z Compiling tiny-keccak v2.0.2
22172024-11-18T19:12:20.582Z Compiling maybe-uninit v2.0.0
22182024-11-18T19:12:20.868Z Compiling wyz v0.5.1
22192024-11-18T19:12:20.913Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22202024-11-18T19:12:21.386Z Compiling dsl_auto_type v0.1.2
22212024-11-18T19:12:21.828Z Compiling scheduled-thread-pool v0.2.7
22222024-11-18T19:12:21.848Z Compiling secrecy v0.8.0
22232024-11-18T19:12:22.119Z Compiling diesel_table_macro_syntax v0.2.0
22242024-11-18T19:12:22.143Z Compiling funty v2.0.0
22252024-11-18T19:12:22.544Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22262024-11-18T19:12:22.843Z Compiling crc-catalog v2.4.0
22272024-11-18T19:12:22.864Z Compiling packed_struct v0.10.1
22282024-11-18T19:12:23.005Z Compiling crc v3.2.1
22292024-11-18T19:12:23.057Z Compiling diesel_derives v2.2.3
22302024-11-18T19:12:23.321Z Compiling bitvec v1.0.1
22312024-11-18T19:12:24.512Z Compiling r2d2 v0.8.10
22322024-11-18T19:12:24.888Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22332024-11-18T19:12:25.103Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22342024-11-18T19:12:25.386Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22352024-11-18T19:12:25.835Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-11-18T19:12:26.346Z Compiling ascii-canvas v3.0.0
22372024-11-18T19:12:26.926Z Compiling universal-hash v0.5.1
22382024-11-18T19:12:27.187Z Compiling thiserror-impl-no-std v2.0.2
22392024-11-18T19:12:28.075Z Compiling packed_struct_codegen v0.10.1
22402024-11-18T19:12:29.924Z Compiling lzma-sys v0.1.20
22412024-11-18T19:12:30.654Z Compiling ena v0.14.3
22422024-11-18T19:12:30.676Z Compiling indexmap v1.9.3
22432024-11-18T19:12:31.002Z Compiling nodrop v0.1.14
22442024-11-18T19:12:31.102Z Compiling opaque-debug v0.3.1
22452024-11-18T19:12:31.148Z Compiling regex-syntax v0.6.29
22462024-11-18T19:12:31.221Z Compiling diff v0.1.13
22472024-11-18T19:12:31.821Z Compiling poly1305 v0.8.0
22482024-11-18T19:12:33.371Z Compiling array-init v0.0.4
22492024-11-18T19:12:34.582Z Compiling lalrpop v0.19.12
22502024-11-18T19:12:34.739Z Compiling diesel v2.2.4
22512024-11-18T19:12:41.221Z Compiling thiserror-no-std v2.0.2
22522024-11-18T19:12:41.359Z Compiling smallvec v0.6.14
22532024-11-18T19:12:42.473Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22542024-11-18T19:12:42.906Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22552024-11-18T19:12:43.219Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22562024-11-18T19:12:43.467Z Compiling chacha20 v0.9.1
22572024-11-18T19:12:43.662Z Compiling heck v0.3.3
22582024-11-18T19:12:43.968Z Compiling const_format_proc_macros v0.2.33
22592024-11-18T19:12:44.046Z Compiling aead v0.5.2
22602024-11-18T19:12:44.417Z Compiling termcolor v1.4.1
22612024-11-18T19:12:45.512Z Compiling ref-cast v1.0.23
22622024-11-18T19:12:45.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22632024-11-18T19:12:46.020Z Compiling bitfield v0.14.0
22642024-11-18T19:12:46.164Z Compiling hashbrown v0.12.3
22652024-11-18T19:12:46.312Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22662024-11-18T19:12:48.850Z Compiling const_format v0.2.33
22672024-11-18T19:12:50.137Z Compiling env_logger v0.10.2
22682024-11-18T19:12:52.520Z Compiling chacha20poly1305 v0.10.1
22692024-11-18T19:12:52.773Z Compiling zone_cfg_derive v0.1.2
22702024-11-18T19:12:53.423Z Compiling serde-hex v0.1.0
22712024-11-18T19:12:54.218Z Compiling vsss-rs v3.3.4
22722024-11-18T19:12:58.726Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22732024-11-18T19:12:58.789Z Compiling ron v0.8.1
22742024-11-18T19:12:59.063Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22752024-11-18T19:12:59.383Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22762024-11-18T19:12:59.962Z Compiling derive_builder_core v0.20.2
22772024-11-18T19:13:00.809Z Compiling polar-core v0.27.3
22782024-11-18T19:13:02.116Z Compiling hashbrown v0.13.2
22792024-11-18T19:13:02.209Z Compiling headers-core v0.3.0
22802024-11-18T19:13:02.404Z Compiling fxhash v0.2.1
22812024-11-18T19:13:02.651Z Compiling libxml v0.3.3
22822024-11-18T19:13:03.034Z Compiling ref-cast-impl v1.0.23
22832024-11-18T19:13:03.485Z Compiling base64 v0.13.1
22842024-11-18T19:13:04.183Z Compiling crc-any v2.5.0
22852024-11-18T19:13:04.424Z Compiling ron v0.7.1
22862024-11-18T19:13:04.747Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22872024-11-18T19:13:05.159Z Compiling object v0.30.4
22882024-11-18T19:13:10.020Z Compiling headers v0.4.0
22892024-11-18T19:13:13.201Z Compiling derive_builder_macro v0.20.2
22902024-11-18T19:13:14.062Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22912024-11-18T19:13:15.680Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22922024-11-18T19:13:16.447Z Compiling xz2 v0.1.7
22932024-11-18T19:13:18.373Z Compiling zone v0.1.8
22942024-11-18T19:13:20.091Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22952024-11-18T19:13:21.250Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22962024-11-18T19:13:21.820Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22972024-11-18T19:13:22.131Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22982024-11-18T19:13:23.374Z Compiling yasna v0.5.2
22992024-11-18T19:13:23.486Z Compiling phf_generator v0.11.2
23002024-11-18T19:13:23.730Z Compiling strum_macros v0.24.3
23012024-11-18T19:13:25.151Z Compiling kstat-rs v0.2.4
23022024-11-18T19:13:26.145Z Compiling samael v0.0.17
23032024-11-18T19:13:26.903Z Compiling async-recursion v1.1.1
23042024-11-18T19:13:26.905Z Compiling unicase v2.7.0
23052024-11-18T19:13:27.129Z Compiling path-slash v0.1.5
23062024-11-18T19:13:27.216Z Compiling indoc v1.0.9
23072024-11-18T19:13:27.361Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23082024-11-18T19:13:28.389Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23092024-11-18T19:13:28.780Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23102024-11-18T19:13:28.821Z Compiling rcgen v0.12.1
23112024-11-18T19:13:31.706Z Compiling phf_codegen v0.11.2
23122024-11-18T19:13:33.025Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23132024-11-18T19:13:39.325Z Compiling derive_builder v0.20.2
23142024-11-18T19:13:40.182Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23152024-11-18T19:13:43.455Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23162024-11-18T19:13:43.760Z Compiling oso-derive v0.27.3
23172024-11-18T19:13:44.631Z Compiling impl-trait-for-tuples v0.2.2
23182024-11-18T19:13:44.782Z Compiling libz-sys v1.1.20
23192024-11-18T19:13:45.481Z Compiling parse-zoneinfo v0.3.1
23202024-11-18T19:13:47.172Z Compiling quick-xml v0.33.0
23212024-11-18T19:13:49.337Z Compiling subprocess v0.2.9
23222024-11-18T19:13:49.913Z Compiling diesel-dtrace v0.3.0
23232024-11-18T19:13:50.231Z Compiling parking_lot_core v0.8.6
23242024-11-18T19:13:50.677Z Compiling cfg_aliases v0.1.1
23252024-11-18T19:13:50.806Z Compiling nix v0.28.0
23262024-11-18T19:13:51.619Z Compiling oso v0.27.3
23272024-11-18T19:13:51.669Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23282024-11-18T19:13:54.198Z Compiling chrono-tz-build v0.4.0
23292024-11-18T19:13:55.590Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23302024-11-18T19:13:57.240Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23312024-11-18T19:13:59.785Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23322024-11-18T19:14:02.834Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23332024-11-18T19:14:03.079Z Compiling bb8 v0.8.5
23342024-11-18T19:14:03.145Z Compiling vte_generate_state_changes v0.1.2
23352024-11-18T19:14:03.711Z Compiling buf-list v1.0.3
23362024-11-18T19:14:03.827Z Compiling vte v0.11.1
23372024-11-18T19:14:04.452Z Compiling async-bb8-diesel v0.2.1
23382024-11-18T19:14:05.497Z Compiling chrono-tz v0.10.0
23392024-11-18T19:14:06.270Z Compiling fd-lock v4.0.2
23402024-11-18T19:14:10.395Z Compiling libgit2-sys v0.17.0+1.8.1
23412024-11-18T19:14:10.495Z Compiling pin-project-internal v1.1.6
23422024-11-18T19:14:10.495Z Compiling atty v0.2.14
23432024-11-18T19:14:10.495Z Compiling salty v0.3.0
23442024-11-18T19:14:10.495Z Compiling bytecount v0.6.8
23452024-11-18T19:14:10.495Z Compiling papergrid v0.11.0
23462024-11-18T19:14:10.495Z Compiling pin-project v1.1.6
23472024-11-18T19:14:10.495Z Compiling parking_lot v0.11.2
23482024-11-18T19:14:18.847Z Compiling strip-ansi-escapes v0.2.0
23492024-11-18T19:14:20.664Z Compiling tabled_derive v0.7.0
23502024-11-18T19:14:21.541Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23512024-11-18T19:14:22.847Z Compiling peg-macros v0.8.4
23522024-11-18T19:14:26.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23532024-11-18T19:14:26.400Z Compiling snafu-derive v0.8.5
23542024-11-18T19:14:27.292Z Compiling sqlparser_derive v0.2.2
23552024-11-18T19:14:28.275Z Compiling bumpalo v3.16.0
23562024-11-18T19:14:28.888Z Compiling nu-ansi-term v0.50.1
23572024-11-18T19:14:30.149Z Compiling unicode_categories v0.1.1
23582024-11-18T19:14:30.454Z Compiling home v0.5.9
23592024-11-18T19:14:30.781Z Compiling zip v2.1.3
23602024-11-18T19:14:30.918Z Compiling simd-adler32 v0.3.7
23612024-11-18T19:14:31.117Z Compiling lockfree-object-pool v0.1.6
23622024-11-18T19:14:31.442Z Compiling zopfli v0.8.1
23632024-11-18T19:14:32.006Z Compiling snafu v0.8.5
23642024-11-18T19:14:33.291Z Compiling rustyline v14.0.0
23652024-11-18T19:14:35.800Z Compiling sqlformat v0.2.6
23662024-11-18T19:14:35.977Z Compiling reedline v0.35.0
23672024-11-18T19:14:41.661Z Compiling sqlparser v0.45.0
23682024-11-18T19:14:44.031Z Compiling peg v0.8.4
23692024-11-18T19:14:44.160Z Compiling tabled v0.15.0
23702024-11-18T19:14:46.978Z Compiling sled v0.34.7
23712024-11-18T19:14:47.572Z Compiling mime_guess v2.0.5
23722024-11-18T19:14:50.950Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23732024-11-18T19:14:53.116Z Compiling hickory-client v0.24.1
23742024-11-18T19:14:58.314Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23752024-11-18T19:14:58.364Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23762024-11-18T19:14:59.244Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23772024-11-18T19:15:00.890Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23782024-11-18T19:15:03.974Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23792024-11-18T19:15:04.411Z Compiling globset v0.4.15
23802024-11-18T19:15:09.155Z Compiling hickory-server v0.24.1
23812024-11-18T19:15:09.704Z Compiling primeorder v0.13.6
23822024-11-18T19:15:10.269Z Compiling olpc-cjson v0.1.4
23832024-11-18T19:15:10.654Z Compiling vergen v8.3.2
23842024-11-18T19:15:10.979Z Compiling bcs v0.1.6
23852024-11-18T19:15:11.939Z Compiling env_filter v0.1.2
23862024-11-18T19:15:13.506Z Compiling serde_plain v1.0.2
23872024-11-18T19:15:14.056Z Compiling cargo-platform v0.1.8
23882024-11-18T19:15:14.597Z Compiling nanorand v0.7.0
23892024-11-18T19:15:15.326Z Compiling memoffset v0.9.1
23902024-11-18T19:15:15.679Z Compiling typed-path v0.9.3
23912024-11-18T19:15:20.872Z Compiling tough v0.19.0
23922024-11-18T19:15:21.794Z Compiling flume v0.11.1
23932024-11-18T19:15:22.322Z Compiling cargo_metadata v0.18.1
23942024-11-18T19:15:22.619Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23952024-11-18T19:15:23.385Z Compiling env_logger v0.11.5
23962024-11-18T19:15:25.893Z Compiling p384 v0.13.0
23972024-11-18T19:15:32.101Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23982024-11-18T19:15:36.607Z Compiling git2 v0.19.0
23992024-11-18T19:15:42.331Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24002024-11-18T19:15:46.646Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24012024-11-18T19:15:47.856Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24022024-11-18T19:15:50.792Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24032024-11-18T19:15:54.010Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24042024-11-18T19:15:54.156Z Compiling rand_seeder v0.3.0
24052024-11-18T19:15:54.176Z Compiling libsqlite3-sys v0.30.1
24062024-11-18T19:15:54.584Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24072024-11-18T19:15:54.710Z Compiling cfg_aliases v0.2.1
24082024-11-18T19:15:54.843Z Compiling parse-size v1.1.0
24092024-11-18T19:15:54.904Z Compiling rustls v0.21.12
24102024-11-18T19:15:55.182Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24112024-11-18T19:15:55.279Z Compiling nix v0.29.0
24122024-11-18T19:15:56.224Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24132024-11-18T19:15:56.383Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-11-18T19:15:57.976Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24152024-11-18T19:15:58.257Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24162024-11-18T19:15:58.425Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24172024-11-18T19:15:58.741Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24182024-11-18T19:15:59.062Z Compiling rustls-webpki v0.101.7
24192024-11-18T19:16:02.393Z Compiling sct v0.7.1
24202024-11-18T19:16:02.893Z Compiling castaway v0.2.3
24212024-11-18T19:16:03.042Z Compiling csv-core v0.1.11
24222024-11-18T19:16:03.118Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24232024-11-18T19:16:03.169Z Compiling http-range v0.1.5
24242024-11-18T19:16:03.446Z Compiling glob v0.3.1
24252024-11-18T19:16:03.850Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24262024-11-18T19:16:03.914Z Compiling csv v1.3.0
24272024-11-18T19:16:05.513Z Compiling hyper-staticfile v0.10.1
24282024-11-18T19:16:06.092Z Compiling compact_str v0.8.0
24292024-11-18T19:16:08.777Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24302024-11-18T19:16:09.213Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24312024-11-18T19:16:10.509Z Compiling nix v0.27.1
24322024-11-18T19:16:11.140Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24332024-11-18T19:16:15.565Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24342024-11-18T19:16:18.488Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24352024-11-18T19:16:24.872Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24362024-11-18T19:16:25.188Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24372024-11-18T19:16:29.488Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24382024-11-18T19:16:29.866Z Compiling unicode-truncate v1.1.0
24392024-11-18T19:16:30.191Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24402024-11-18T19:16:30.535Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24412024-11-18T19:16:30.854Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24422024-11-18T19:16:32.866Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24432024-11-18T19:16:32.886Z Compiling hashlink v0.9.1
24442024-11-18T19:16:33.730Z Compiling tungstenite v0.23.0
24452024-11-18T19:16:35.471Z Compiling lru v0.12.5
24462024-11-18T19:16:35.883Z Compiling instability v0.3.2
24472024-11-18T19:16:35.930Z Compiling fallible-iterator v0.3.0
24482024-11-18T19:16:36.788Z Compiling fallible-streaming-iterator v0.1.9
24492024-11-18T19:16:36.949Z Compiling cassowary v0.3.0
24502024-11-18T19:16:37.104Z Compiling rusqlite v0.32.1
24512024-11-18T19:16:38.257Z Compiling ratatui v0.28.1
24522024-11-18T19:16:39.571Z Compiling tokio-tungstenite v0.23.1
24532024-11-18T19:16:40.235Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24542024-11-18T19:16:42.764Z Compiling tokio-rustls v0.24.1
24552024-11-18T19:16:49.460Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24562024-11-18T19:16:53.665Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24572024-11-18T19:16:55.430Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24582024-11-18T19:16:58.142Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24592024-11-18T19:16:59.159Z Compiling rustls-pemfile v1.0.4
24602024-11-18T19:16:59.905Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24612024-11-18T19:17:00.326Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24622024-11-18T19:17:00.578Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24632024-11-18T19:17:00.769Z Compiling signal-hook-tokio v0.3.1
24642024-11-18T19:17:01.011Z Compiling twox-hash v1.6.3
24652024-11-18T19:17:01.076Z Compiling is_ci v1.2.0
24662024-11-18T19:17:01.429Z Compiling unicode-linebreak v0.1.5
24672024-11-18T19:17:02.026Z Compiling smawk v0.3.2
24682024-11-18T19:17:02.328Z Compiling textwrap v0.16.1
24692024-11-18T19:17:05.964Z Compiling supports-color v3.0.1
24702024-11-18T19:17:06.393Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24712024-11-18T19:17:11.845Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24722024-11-18T19:17:14.537Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24732024-11-18T19:17:26.198Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24742024-11-18T19:17:29.433Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24752024-11-18T19:17:31.161Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24762024-11-18T19:17:31.182Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24772024-11-18T19:17:31.788Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24782024-11-18T19:17:39.141Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24792024-11-18T19:17:39.468Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24802024-11-18T19:17:43.163Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24812024-11-18T19:17:46.269Z Compiling fatfs v0.3.6
24822024-11-18T19:17:49.227Z Compiling rtoolbox v0.0.2
24832024-11-18T19:17:49.694Z Compiling assert_matches v1.5.0
24842024-11-18T19:17:51.064Z Compiling rpassword v7.3.1
24852024-11-18T19:17:51.547Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24862024-11-18T19:17:52.341Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24872024-11-18T19:18:00.868Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24882024-11-18T19:18:08.220Z Compiling tui-tree-widget v0.22.0
24892024-11-18T19:18:08.737Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24902024-11-18T19:18:12.758Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24912024-11-18T19:18:19.390Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24922024-11-18T19:18:19.713Z Compiling uzers v0.12.1
24932024-11-18T19:18:22.923Z Compiling shell-words v1.1.0
24942024-11-18T19:18:23.395Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24952024-11-18T19:18:26.533Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24962024-11-18T19:18:28.592Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24972024-11-18T19:18:53.553Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24982024-11-18T19:18:59.003Z Compiling multimap v0.10.0
24992024-11-18T19:21:03.505Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25002024-11-18T19:21:17.590Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25012024-11-18T19:28:20.147Z Finished `release` profile [optimized] target(s) in 16m 46s
25022024-11-18T19:29:21.219Z
25032024-11-18T19:29:21.222Zreal 17:48.403518884
25042024-11-18T19:29:21.222Zuser 2:00:31.970533598
25052024-11-18T19:29:21.222Zsys 6:02.339801702
25062024-11-18T19:29:21.222Ztrap 3.140378206
25072024-11-18T19:29:21.222Ztflt 3.076462968
25082024-11-18T19:29:21.223Zdflt 4.098765956
25092024-11-18T19:29:21.223Zkflt 0.044942627
25102024-11-18T19:29:21.223Zlock 7:29:16.537913724
25112024-11-18T19:29:21.223Zslp 6:22:30.649142621
25122024-11-18T19:29:21.223Zlat 2:58.528586792
25132024-11-18T19:29:21.223Zstop 2:38.356629079
25142024-11-18T19:29:21.223Z+ mapfile -t packages
25152024-11-18T19:29:21.223Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25162024-11-18T19:29:22.278Z Finished `release` profile [optimized] target(s) in 1.00s
25172024-11-18T19:29:22.348Z Running `target/release/omicron-package -t test list-outputs`
25182024-11-18T19:29:22.396ZLogging to: /work/oxidecomputer/omicron/out/LOG
25192024-11-18T19:29:22.399Z+ ptime -m cargo build --locked --release -p xtask
25202024-11-18T19:29:22.968Z Compiling serde v1.0.215
25212024-11-18T19:29:22.970Z Compiling libc v0.2.162
25222024-11-18T19:29:22.970Z Compiling serde_json v1.0.132
25232024-11-18T19:29:22.970Z Compiling rustix v0.38.37
25242024-11-18T19:29:22.970Z Compiling syn v2.0.87
25252024-11-18T19:29:23.085Z Compiling bitflags v2.6.0
25262024-11-18T19:29:23.409Z Compiling usdt-impl v0.5.0
25272024-11-18T19:29:23.445Z Compiling syn v1.0.109
25282024-11-18T19:29:23.564Z Compiling hashbrown v0.15.0
25292024-11-18T19:29:23.645Z Compiling log v0.4.22
25302024-11-18T19:29:23.694Z Compiling fs-err v2.11.0
25312024-11-18T19:29:24.003Z Compiling once_cell v1.20.2
25322024-11-18T19:29:24.129Z Compiling anyhow v1.0.93
25332024-11-18T19:29:24.489Z Compiling thread-id v4.2.2
25342024-11-18T19:29:24.927Z Compiling indexmap v2.6.0
25352024-11-18T19:29:26.147Z Compiling terminal_size v0.4.0
25362024-11-18T19:29:26.147Z Compiling tempfile v3.13.0
25372024-11-18T19:29:26.407Z Compiling clap_builder v4.5.21
25382024-11-18T19:29:27.031Z Compiling proc-macro-error v1.0.4
25392024-11-18T19:29:28.372Z Compiling tabled_derive v0.7.0
25402024-11-18T19:29:29.750Z Compiling tabled v0.15.0
25412024-11-18T19:29:31.375Z Compiling serde_derive v1.0.215
25422024-11-18T19:29:32.501Z Compiling thiserror-impl v1.0.69
25432024-11-18T19:29:32.887Z Compiling zerocopy-derive v0.7.35
25442024-11-18T19:29:34.996Z Compiling zerocopy v0.7.35
25452024-11-18T19:29:35.554Z Compiling thiserror v1.0.69
25462024-11-18T19:29:35.723Z Compiling pest v2.7.14
25472024-11-18T19:29:36.799Z Compiling scroll_derive v0.12.0
25482024-11-18T19:29:38.236Z Compiling scroll v0.12.0
25492024-11-18T19:29:38.757Z Compiling pest_meta v2.7.14
25502024-11-18T19:29:38.814Z Compiling goblin v0.8.2
25512024-11-18T19:29:40.790Z Compiling pest_generator v2.7.14
25522024-11-18T19:29:42.960Z Compiling clap_derive v4.5.18
25532024-11-18T19:29:42.986Z Compiling pest_derive v2.7.14
25542024-11-18T19:29:43.806Z Compiling dtrace-parser v0.2.0
25552024-11-18T19:29:47.976Z Compiling serde_spanned v0.6.8
25562024-11-18T19:29:48.256Z Compiling toml_datetime v0.6.8
25572024-11-18T19:29:49.226Z Compiling serde_tokenstream v0.2.2
25582024-11-18T19:29:49.854Z Compiling dof v0.3.0
25592024-11-18T19:29:50.368Z Compiling toml_edit v0.22.22
25602024-11-18T19:29:51.926Z Compiling camino v1.1.9
25612024-11-18T19:29:53.361Z Compiling cargo-platform v0.1.8
25622024-11-18T19:29:54.136Z Compiling usdt-attr-macro v0.5.0
25632024-11-18T19:29:54.472Z Compiling usdt-macro v0.5.0
25642024-11-18T19:29:55.432Z Compiling toml v0.8.19
25652024-11-18T19:29:55.545Z Compiling semver v1.0.23
25662024-11-18T19:29:55.724Z Compiling camino-tempfile v1.1.1
25672024-11-18T19:29:55.741Z Compiling usdt v0.5.0
25682024-11-18T19:29:56.543Z Compiling cargo_toml v0.20.5
25692024-11-18T19:29:57.064Z Compiling cargo_metadata v0.18.1
25702024-11-18T19:29:57.238Z Compiling clap v4.5.21
25712024-11-18T19:29:57.387Z Compiling macaddr v1.0.1
25722024-11-18T19:30:09.048Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25732024-11-18T19:30:20.760Z Finished `release` profile [optimized] target(s) in 58.30s
25742024-11-18T19:30:20.882Z
25752024-11-18T19:30:20.882Zreal 58.446758687
25762024-11-18T19:30:20.883Zuser 5:56.047080876
25772024-11-18T19:30:20.883Zsys 32.216456989
25782024-11-18T19:30:20.883Ztrap 0.167339232
25792024-11-18T19:30:20.887Ztflt 0.301039248
25802024-11-18T19:30:20.887Zdflt 0.460582111
25812024-11-18T19:30:20.887Zkflt 0.000000000
25822024-11-18T19:30:20.887Zlock 9:47.980152380
25832024-11-18T19:30:20.887Zslp 15:48.294752866
25842024-11-18T19:30:20.887Zlat 13.219122184
25852024-11-18T19:30:20.887Zstop 16.226859742
25862024-11-18T19:30:20.887Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25872024-11-18T19:30:20.887Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25882024-11-18T19:30:20.887Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25892024-11-18T19:30:20.887Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25902024-11-18T19:30:20.887Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25912024-11-18T19:30:21.781Z Compiling hashbrown v0.14.5
25922024-11-18T19:30:21.909Z Compiling unsafe-libyaml v0.2.11
25932024-11-18T19:30:21.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25942024-11-18T19:30:21.924Z Compiling progenitor-client v0.8.0
25952024-11-18T19:30:21.926Z Compiling ident_case v1.0.1
25962024-11-18T19:30:21.926Z Compiling ipnetwork v0.20.0
25972024-11-18T19:30:21.926Z Compiling instant v0.1.13
25982024-11-18T19:30:21.926Z Compiling structmeta-derive v0.3.0
25992024-11-18T19:30:22.100Z Compiling newtype-uuid v1.1.3
26002024-11-18T19:30:22.187Z Compiling darling_core v0.20.10
26012024-11-18T19:30:22.366Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26022024-11-18T19:30:22.430Z Compiling dropshot v0.13.0
26032024-11-18T19:30:22.806Z Compiling dropshot_endpoint v0.13.0
26042024-11-18T19:30:22.826Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052024-11-18T19:30:22.916Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062024-11-18T19:30:23.208Z Compiling regress v0.10.1
26072024-11-18T19:30:23.228Z Compiling serde_yaml v0.9.34+deprecated
26082024-11-18T19:30:23.318Z Compiling regress v0.9.1
26092024-11-18T19:30:23.622Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26102024-11-18T19:30:23.818Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26112024-11-18T19:30:23.880Z Compiling backoff v0.4.0
26122024-11-18T19:30:24.252Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26132024-11-18T19:30:24.422Z Compiling macaddr v1.0.1
26142024-11-18T19:30:24.630Z Compiling tempfile v3.13.0
26152024-11-18T19:30:24.896Z Compiling proc-macro-crate v1.3.1
26162024-11-18T19:30:25.031Z Compiling structmeta v0.3.0
26172024-11-18T19:30:25.545Z Compiling parse-display-derive v0.10.0
26182024-11-18T19:30:25.595Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26192024-11-18T19:30:26.012Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26202024-11-18T19:30:26.075Z Compiling num_enum_derive v0.5.11
26212024-11-18T19:30:26.340Z Compiling foreign-types-macros v0.2.3
26222024-11-18T19:30:27.620Z Compiling typify-impl v0.2.0
26232024-11-18T19:30:27.732Z Compiling foreign-types-shared v0.3.1
26242024-11-18T19:30:27.872Z Compiling heapless v0.8.0
26252024-11-18T19:30:28.481Z Compiling foreign-types v0.5.0
26262024-11-18T19:30:28.599Z Compiling proc-macro-error v1.0.4
26272024-11-18T19:30:28.739Z Compiling num_enum v0.5.11
26282024-11-18T19:30:28.813Z Compiling camino-tempfile v1.1.1
26292024-11-18T19:30:28.914Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26302024-11-18T19:30:28.994Z Compiling hash32 v0.3.1
26312024-11-18T19:30:29.279Z Compiling cstr-argument v0.1.2
26322024-11-18T19:30:29.299Z Compiling smoltcp v0.11.0
26332024-11-18T19:30:29.325Z Compiling crucible-workspace-hack v0.1.0
26342024-11-18T19:30:29.538Z Compiling pretty-hex v0.2.1
26352024-11-18T19:30:29.633Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26362024-11-18T19:30:29.653Z Compiling darling_macro v0.20.10
26372024-11-18T19:30:29.742Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26382024-11-18T19:30:29.820Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26392024-11-18T19:30:30.058Z Compiling tabwriter v1.4.0
26402024-11-18T19:30:30.136Z Compiling colored v2.1.0
26412024-11-18T19:30:30.245Z Compiling cobs v0.2.3
26422024-11-18T19:30:30.319Z Compiling parse-display v0.10.0
26432024-11-18T19:30:30.609Z Compiling postcard v1.0.10
26442024-11-18T19:30:30.708Z Compiling darling v0.20.10
26452024-11-18T19:30:30.796Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26462024-11-18T19:30:30.857Z Compiling serde_with_macros v3.11.0
26472024-11-18T19:30:31.093Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26482024-11-18T19:30:31.096Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26492024-11-18T19:30:31.207Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26502024-11-18T19:30:31.291Z Compiling smf v0.2.3
26512024-11-18T19:30:31.320Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26522024-11-18T19:30:31.694Z Compiling zone_cfg_derive v0.3.0
26532024-11-18T19:30:31.998Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26542024-11-18T19:30:32.500Z Compiling num-derive v0.4.2
26552024-11-18T19:30:32.777Z Compiling sigpipe v0.1.3
26562024-11-18T19:30:32.919Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572024-11-18T19:30:33.259Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26582024-11-18T19:30:33.352Z Compiling zone v0.3.0
26592024-11-18T19:30:33.874Z Compiling serde_with v3.11.0
26602024-11-18T19:30:34.453Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26612024-11-18T19:30:34.960Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26622024-11-18T19:30:35.042Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26632024-11-18T19:30:35.081Z Compiling universal-hash v0.5.1
26642024-11-18T19:30:35.313Z Compiling opaque-debug v0.3.1
26652024-11-18T19:30:35.434Z Compiling num-rational v0.4.2
26662024-11-18T19:30:36.048Z Compiling password-hash v0.5.0
26672024-11-18T19:30:36.093Z Compiling num-complex v0.4.6
26682024-11-18T19:30:36.391Z Compiling blake2 v0.10.6
26692024-11-18T19:30:37.204Z Compiling aead v0.5.2
26702024-11-18T19:30:37.242Z Compiling convert_case v0.4.0
26712024-11-18T19:30:37.371Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26722024-11-18T19:30:37.390Z Compiling keccak v0.1.5
26732024-11-18T19:30:37.594Z Compiling num v0.4.3
26742024-11-18T19:30:37.721Z Compiling sha3 v0.10.8
26752024-11-18T19:30:37.819Z Compiling argon2 v0.5.3
26762024-11-18T19:30:37.941Z Compiling poly1305 v0.8.0
26772024-11-18T19:30:38.061Z Compiling tungstenite v0.21.0
26782024-11-18T19:30:38.279Z Compiling derive_more v0.99.18
26792024-11-18T19:30:38.473Z Compiling chacha20 v0.9.1
26802024-11-18T19:30:38.824Z Compiling float-ord v0.3.2
26812024-11-18T19:30:38.988Z Compiling base64 v0.21.7
26822024-11-18T19:30:39.023Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26832024-11-18T19:30:39.490Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26842024-11-18T19:30:39.698Z Compiling tokio-tungstenite v0.21.0
26852024-11-18T19:30:39.747Z Compiling semver v0.1.20
26862024-11-18T19:30:39.809Z Compiling same-file v1.0.6
26872024-11-18T19:30:40.143Z Compiling rustc_version v0.1.7
26882024-11-18T19:30:40.329Z Compiling walkdir v2.5.0
26892024-11-18T19:30:40.352Z Compiling newline-converter v0.3.0
26902024-11-18T19:30:40.492Z Compiling primeorder v0.13.6
26912024-11-18T19:30:40.535Z Compiling secrecy v0.8.0
26922024-11-18T19:30:40.745Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26932024-11-18T19:30:40.811Z Compiling owo-colors v4.1.0
26942024-11-18T19:30:40.838Z Compiling cancel-safe-futures v0.1.5
26952024-11-18T19:30:41.005Z Compiling newtype_derive v0.1.6
26962024-11-18T19:30:41.044Z Compiling expectorate v1.1.0
26972024-11-18T19:30:41.136Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26982024-11-18T19:30:41.162Z Compiling thiserror-impl-no-std v2.0.2
26992024-11-18T19:30:41.224Z Compiling ring v0.16.20
27002024-11-18T19:30:41.244Z Compiling blake3 v1.5.4
27012024-11-18T19:30:41.313Z Compiling half v2.4.1
27022024-11-18T19:30:41.454Z Compiling unicase v2.7.0
27032024-11-18T19:30:41.640Z Compiling arc-swap v1.7.1
27042024-11-18T19:30:41.771Z Compiling ciborium-io v0.2.2
27052024-11-18T19:30:41.920Z Compiling ciborium-ll v0.2.2
27062024-11-18T19:30:42.210Z Compiling slog-scope v4.4.0
27072024-11-18T19:30:42.345Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27082024-11-18T19:30:42.645Z Compiling polyval v0.6.2
27092024-11-18T19:30:42.810Z Compiling atomicwrites v0.4.4
27102024-11-18T19:30:43.058Z Compiling libsw v3.3.1
27112024-11-18T19:30:43.105Z Compiling memmap2 v0.9.5
27122024-11-18T19:30:43.192Z Compiling libefi-sys v0.1.0
27132024-11-18T19:30:43.389Z Compiling spin v0.5.2
27142024-11-18T19:30:43.486Z Compiling parking_lot_core v0.8.6
27152024-11-18T19:30:43.628Z Compiling linear-map v1.2.0
27162024-11-18T19:30:43.649Z Compiling salty v0.3.0
27172024-11-18T19:30:43.993Z Compiling indent_write v2.2.0
27182024-11-18T19:30:44.017Z Compiling constant_time_eq v0.3.1
27192024-11-18T19:30:44.097Z Compiling arrayref v0.3.9
27202024-11-18T19:30:44.213Z Compiling arrayvec v0.7.6
27212024-11-18T19:30:44.300Z Compiling ghash v0.5.1
27222024-11-18T19:30:44.359Z Compiling slog-stdlog v4.1.1
27232024-11-18T19:30:44.379Z Compiling thiserror-no-std v2.0.2
27242024-11-18T19:30:44.497Z Compiling vsss-rs v3.3.4
27252024-11-18T19:30:44.663Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27262024-11-18T19:30:44.755Z Compiling ciborium v0.2.2
27272024-11-18T19:30:45.842Z Compiling p384 v0.13.0
27282024-11-18T19:30:46.081Z Compiling toolchain_find v0.4.0
27292024-11-18T19:30:46.256Z Compiling chacha20poly1305 v0.10.1
27302024-11-18T19:30:46.405Z Compiling lzma-sys v0.1.20
27312024-11-18T19:30:46.516Z Compiling ctr v0.9.2
27322024-11-18T19:30:46.823Z Compiling itertools v0.13.0
27332024-11-18T19:30:46.910Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27342024-11-18T19:30:46.932Z Compiling typify-macro v0.2.0
27352024-11-18T19:30:47.249Z Compiling bitfield-struct v0.6.2
27362024-11-18T19:30:47.326Z Compiling slog-dtrace v0.3.0
27372024-11-18T19:30:47.470Z Compiling highway v1.2.0
27382024-11-18T19:30:47.649Z Compiling topological-sort v0.2.2
27392024-11-18T19:30:47.898Z Compiling omicron-zone-package v0.11.1
27402024-11-18T19:30:48.610Z Compiling aes-gcm v0.10.3
27412024-11-18T19:30:48.805Z Compiling rustfmt-wrapper v0.2.1
27422024-11-18T19:30:48.826Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27432024-11-18T19:30:48.918Z Compiling mime_guess v2.0.5
27442024-11-18T19:30:48.949Z Compiling steno v0.4.1
27452024-11-18T19:30:49.162Z Compiling slog-envlogger v2.2.0
27462024-11-18T19:30:50.039Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27472024-11-18T19:30:50.251Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27482024-11-18T19:30:50.274Z Compiling heck v0.3.3
27492024-11-18T19:30:50.624Z Compiling ssh-encoding v0.2.0
27502024-11-18T19:30:50.750Z Compiling blowfish v0.9.1
27512024-11-18T19:30:50.798Z Compiling nibble_vec v0.1.0
27522024-11-18T19:30:50.798Z Compiling env_filter v0.1.2
27532024-11-18T19:30:51.038Z Compiling endian-type v0.1.2
27542024-11-18T19:30:51.188Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27552024-11-18T19:30:51.245Z Compiling humantime v2.1.0
27562024-11-18T19:30:51.284Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27572024-11-18T19:30:51.437Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27582024-11-18T19:30:51.482Z Compiling typify v0.2.0
27592024-11-18T19:30:51.522Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27602024-11-18T19:30:51.541Z Compiling radix_trie v0.2.1
27612024-11-18T19:30:51.589Z Compiling env_logger v0.11.5
27622024-11-18T19:30:51.651Z Compiling progenitor-impl v0.8.0
27632024-11-18T19:30:51.768Z Compiling bcrypt-pbkdf v0.10.0
27642024-11-18T19:30:51.797Z Compiling ssh-cipher v0.2.0
27652024-11-18T19:30:52.242Z Compiling zone_cfg_derive v0.1.2
27662024-11-18T19:30:52.432Z Compiling parking_lot v0.11.2
27672024-11-18T19:30:52.624Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27682024-11-18T19:30:53.011Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27692024-11-18T19:30:53.545Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27702024-11-18T19:30:53.567Z Compiling password-hash v0.4.2
27712024-11-18T19:30:53.654Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27722024-11-18T19:30:53.877Z Compiling gethostname v0.5.0
27732024-11-18T19:30:54.004Z Compiling fxhash v0.2.1
27742024-11-18T19:30:54.076Z Compiling base64 v0.13.1
27752024-11-18T19:30:54.123Z Compiling matches v0.1.10
27762024-11-18T19:30:54.229Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27772024-11-18T19:30:54.251Z Compiling idna v0.2.3
27782024-11-18T19:30:54.315Z Compiling sled v0.34.7
27792024-11-18T19:30:54.532Z Compiling ron v0.7.1
27802024-11-18T19:30:54.553Z Compiling pbkdf2 v0.11.0
27812024-11-18T19:30:54.601Z Compiling zone v0.1.8
27822024-11-18T19:30:54.723Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27832024-11-18T19:30:54.951Z Compiling xz2 v0.1.7
27842024-11-18T19:30:55.494Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27852024-11-18T19:30:56.032Z Compiling ssh-key v0.6.6
27862024-11-18T19:30:56.357Z Compiling hickory-client v0.24.1
27872024-11-18T19:30:56.941Z Compiling p521 v0.13.3
27882024-11-18T19:30:57.109Z Compiling p256 v0.13.2
27892024-11-18T19:30:57.130Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27902024-11-18T19:30:57.933Z Compiling hickory-server v0.24.1
27912024-11-18T19:30:58.006Z Compiling enum-as-inner v0.5.1
27922024-11-18T19:30:58.331Z Compiling pem v3.0.4
27932024-11-18T19:30:59.119Z Compiling yasna v0.5.2
27942024-11-18T19:30:59.207Z Compiling headers-core v0.3.0
27952024-11-18T19:30:59.391Z Compiling kstat-rs v0.2.4
27962024-11-18T19:30:59.495Z Compiling nanorand v0.7.0
27972024-11-18T19:31:00.101Z Compiling russh-cryptovec v0.7.3
27982024-11-18T19:31:00.124Z Compiling atty v0.2.14
27992024-11-18T19:31:00.311Z Compiling http-range v0.1.5
28002024-11-18T19:31:00.389Z Compiling progenitor-macro v0.8.0
28012024-11-18T19:31:00.450Z Compiling md5 v0.7.0
28022024-11-18T19:31:00.737Z Compiling russh-keys v0.45.0
28032024-11-18T19:31:00.911Z Compiling hyper-staticfile v0.10.1
28042024-11-18T19:31:01.002Z Compiling rcgen v0.12.1
28052024-11-18T19:31:01.025Z Compiling flume v0.11.1
28062024-11-18T19:31:01.086Z Compiling headers v0.4.0
28072024-11-18T19:31:01.837Z Compiling trust-dns-proto v0.22.0
28082024-11-18T19:31:02.145Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28092024-11-18T19:31:03.230Z Compiling num-bigint v0.4.6
28102024-11-18T19:31:03.606Z Compiling des v0.8.1
28112024-11-18T19:31:03.994Z Compiling subprocess v0.2.9
28122024-11-18T19:31:05.224Z Compiling display-error-chain v0.2.2
28132024-11-18T19:31:05.454Z Compiling hex-literal v0.4.1
28142024-11-18T19:31:05.607Z Compiling dhcproto-macros v0.1.0
28152024-11-18T19:31:05.637Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28162024-11-18T19:31:06.093Z Compiling internet-checksum v0.2.1
28172024-11-18T19:31:06.497Z Compiling russh v0.45.0
28182024-11-18T19:31:06.602Z Compiling dhcproto v0.12.0
28192024-11-18T19:31:12.010Z Compiling progenitor v0.8.0
28202024-11-18T19:31:12.161Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28212024-11-18T19:31:12.163Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28222024-11-18T19:31:12.163Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28232024-11-18T19:31:12.163Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28242024-11-18T19:31:12.163Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28252024-11-18T19:31:12.163Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28262024-11-18T19:31:12.251Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28272024-11-18T19:31:12.251Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28282024-11-18T19:31:13.047Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28292024-11-18T19:31:13.664Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28302024-11-18T19:31:17.281Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28312024-11-18T19:31:19.195Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28322024-11-18T19:31:28.900Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28332024-11-18T19:31:28.904Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28342024-11-18T19:31:28.904Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28352024-11-18T19:31:28.904Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28362024-11-18T19:31:29.977Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28372024-11-18T19:31:32.232Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28382024-11-18T19:31:33.471Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28392024-11-18T19:31:34.012Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28402024-11-18T19:31:34.048Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28412024-11-18T19:31:34.613Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28422024-11-18T19:31:37.396Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28432024-11-18T19:31:38.239Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28442024-11-18T19:31:38.283Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28452024-11-18T19:31:38.870Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28462024-11-18T19:31:39.995Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28472024-11-18T19:31:40.193Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28482024-11-18T19:31:40.201Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28492024-11-18T19:31:41.784Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28502024-11-18T19:31:42.419Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28512024-11-18T19:31:45.674Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28522024-11-18T19:31:46.197Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28532024-11-18T19:31:46.225Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28542024-11-18T19:31:46.568Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28552024-11-18T19:31:49.568Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562024-11-18T19:31:51.909Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28572024-11-18T19:31:52.108Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28582024-11-18T19:31:53.396Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592024-11-18T19:31:54.261Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28602024-11-18T19:31:58.119Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28612024-11-18T19:32:07.545Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28622024-11-18T19:32:08.923Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28632024-11-18T19:32:28.615Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28642024-11-18T19:33:01.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
28652024-11-18T19:33:02.036Z
28662024-11-18T19:33:02.036Zreal 2:41.085407032
28672024-11-18T19:33:02.036Zuser 12:27.760052786
28682024-11-18T19:33:02.036Zsys 2:38.926053840
28692024-11-18T19:33:02.036Ztrap 0.339824705
28702024-11-18T19:33:02.038Ztflt 0.863019570
28712024-11-18T19:33:02.038Zdflt 1.982717825
28722024-11-18T19:33:02.038Zkflt 0.000005008
28732024-11-18T19:33:02.038Zlock 25:35.166961548
28742024-11-18T19:33:02.038Zslp 44:25.616500657
28752024-11-18T19:33:02.038Zlat 33.702200276
28762024-11-18T19:33:02.038Zstop 1:23.354102290
28772024-11-18T19:33:02.038Z+ mkdir tests
28782024-11-18T19:33:02.041Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28792024-11-18T19:33:02.041Z+ xargs -I '{}' -t cp '{}' tests/
28802024-11-18T19:33:02.082Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/
28812024-11-18T19:33:02.110Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/
28822024-11-18T19:33:02.137Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/
28832024-11-18T19:33:02.163Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/
28842024-11-18T19:33:02.401Z+ 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/*)
28852024-11-18T19:33:02.404Z+ 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 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
28862024-11-18T19:34:11.808ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28872024-11-18T19:34:11.808Za .github/buildomat/ci-env.sh 1K
28882024-11-18T19:34:11.808Za out/target/test 1K
28892024-11-18T19:34:11.808Za out/npuzone/npuzone 23144K
28902024-11-18T19:34:11.809Za package-manifest.toml 32K
28912024-11-18T19:34:11.809Za smf/sled-agent/non-gimlet/config.toml 4K
28922024-11-18T19:34:11.809Za target/release/omicron-package 36277K
28932024-11-18T19:34:11.809Za target/release/xtask 11750K
28942024-11-18T19:34:11.809Za target/debug/bootstrap 209780K
28952024-11-18T19:34:11.809Za tests/bootstrap-246df57fa2cbf807 24246K
28962024-11-18T19:34:11.809Za tests/commtest-47185152e52e4d85 25022K
28972024-11-18T19:34:11.809Za tests/dhcp_server-f25fc174fad7a7b4 24246K
28982024-11-18T19:34:11.809Za tests/end_to_end_tests-113dd4db321a5b88 227884K
28992024-11-18T19:34:11.809Za out/clickhouse.tar.gz 250294K
29002024-11-18T19:34:11.809Za out/clickhouse_keeper.tar.gz 250281K
29012024-11-18T19:34:11.809Za out/clickhouse_server.tar.gz 250280K
29022024-11-18T19:34:11.809Za out/cockroachdb.tar.gz 134541K
29032024-11-18T19:34:11.809Za out/crucible-dtrace.tar 83K
29042024-11-18T19:34:11.809Za out/crucible-pantry-zone.tar.gz 28152K
29052024-11-18T19:34:11.809Za out/crucible-zone.tar.gz 36366K
29062024-11-18T19:34:11.809Za out/external-dns.tar.gz 35246K
29072024-11-18T19:34:11.809Za out/internal-dns.tar.gz 35245K
29082024-11-18T19:34:11.810Za out/mg-ddm-gz.tar 62661K
29092024-11-18T19:34:11.810Za out/nexus.tar.gz 100628K
29102024-11-18T19:34:11.811Za out/ntp.tar.gz 10341K
29112024-11-18T19:34:11.811Za out/omicron-gateway-softnpu.tar.gz 23853K
29122024-11-18T19:34:11.811Za out/omicron-sled-agent.tar 112751K
29132024-11-18T19:34:11.811Za out/overlay.tar.gz 3K
29142024-11-18T19:34:11.811Za out/oximeter.tar.gz 51616K
29152024-11-18T19:34:11.811Za out/oxlog.tar 3088K
29162024-11-18T19:34:11.811Za out/probe.tar.gz 2764K
29172024-11-18T19:34:11.811Za out/propolis-server.tar.gz 66584K
29182024-11-18T19:34:11.811Za out/pumpkind-gz.tar 26665K
29192024-11-18T19:34:11.811Za out/switch-softnpu.tar.gz 237176K
29202024-11-18T19:34:11.813Z
29212024-11-18T19:34:11.813Zreal 1:09.396467359
29222024-11-18T19:34:11.813Zuser 1:06.173013675
29232024-11-18T19:34:11.813Zsys 4.590192830
29242024-11-18T19:34:11.813Ztrap 0.018165440
29252024-11-18T19:34:11.813Ztflt 0.000000000
29262024-11-18T19:34:11.814Zdflt 0.000000000
29272024-11-18T19:34:11.814Zkflt 0.000000000
29282024-11-18T19:34:11.814Zlock 0.000000000
29292024-11-18T19:34:11.814Zslp 1:06.005536264
29302024-11-18T19:34:11.814Zlat 2.000843008
29312024-11-18T19:34:11.814Zstop 0.000224932
29322024-11-18T19:34:11.814Zprocess exited: duration 1983158 ms, exit code 0
 
29332024-11-18T19:34:11.827Zfound 1 output files
29342024-11-18T19:34:11.827Zuploading: /work/package.tar.gz (1769461900 bytes)
29352024-11-18T19:34:51.178Zuploaded: /work/package.tar.gz