01JFE408EB4FXZ6SMZKXB9H6M9: 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: 01JFE4121DVZJRBX4PBGASTBJ1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T00:11:35.640Zjob assigned to worker 01JFE41AA2VC2G2QKQE9ZH6CJM [factory aws, i-0c211d96110b9b114] (queued for 58 s)
 
22024-12-19T00:11:43.984Zstarting task 0: "setup"
32024-12-19T00:11:43.994Z++ uname -s
42024-12-19T00:11:43.997Z+ kern=SunOS
52024-12-19T00:11:43.997Z+ case "$kern" in
62024-12-19T00:11:43.997Z+ groupadd -g 12345 build
72024-12-19T00:11:43.999Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T00:11:46.006Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T00:11:46.095Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T00:11:46.098Z+ home_fs=zfs
112024-12-19T00:11:46.098Z+ [[ zfs == autofs ]]
122024-12-19T00:11:46.098Z+ mkdir -p /home/build
132024-12-19T00:11:46.100Z+ chown build:build /home/build /work
142024-12-19T00:11:48.102Z+ chmod 0700 /home/build /work
152024-12-19T00:11:48.105Zprocess exited: duration 4120 ms, exit code 0
 
162024-12-19T00:11:48.110Zstarting task 1: "rust-toolchain"
172024-12-19T00:11:48.116Z+ printf ' * toolchain channel = "%s"
182024-12-19T00:11:48.116Z' 1.81.0
192024-12-19T00:11:48.116Z * toolchain channel = "1.81.0"
202024-12-19T00:11:48.119Z * toolchain profile = "default"
212024-12-19T00:11:48.119Z+ printf ' * toolchain profile = "%s"
222024-12-19T00:11:48.119Z' default
232024-12-19T00:11:48.119Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T00:11:48.119Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T00:11:48.240Zinfo: downloading installer
262024-12-19T00:11:49.667Zinfo: profile set to 'default'
272024-12-19T00:11:49.667Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T00:11:49.670Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T00:11:49.822Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T00:11:49.822Zinfo: downloading component 'cargo'
312024-12-19T00:11:50.659Zinfo: downloading component 'clippy'
322024-12-19T00:11:50.968Zinfo: downloading component 'rust-docs'
332024-12-19T00:11:52.130Zinfo: downloading component 'rust-std'
342024-12-19T00:11:53.938Zinfo: downloading component 'rustc'
352024-12-19T00:12:00.436Zinfo: downloading component 'rustfmt'
362024-12-19T00:12:00.680Zinfo: installing component 'cargo'
372024-12-19T00:12:01.511Zinfo: installing component 'clippy'
382024-12-19T00:12:01.887Zinfo: installing component 'rust-docs'
392024-12-19T00:12:03.524Zinfo: installing component 'rust-std'
402024-12-19T00:12:05.336Zinfo: installing component 'rustc'
412024-12-19T00:12:11.108Zinfo: installing component 'rustfmt'
422024-12-19T00:12:11.428Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T00:12:11.428Z
442024-12-19T00:12:11.790Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T00:12:11.790Z
462024-12-19T00:12:11.792Z
472024-12-19T00:12:11.793ZRust is installed now. Great!
482024-12-19T00:12:11.793Z
492024-12-19T00:12:11.793ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T00:12:11.793Zenvironment variable. This has not been done automatically.
512024-12-19T00:12:11.793Z
522024-12-19T00:12:11.793ZTo configure your current shell, you need to source
532024-12-19T00:12:11.793Zthe corresponding env file under $HOME/.cargo.
542024-12-19T00:12:11.793Z
552024-12-19T00:12:11.793ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T00:12:11.793Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T00:12:11.793Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T00:12:11.859Z+ rustc --version
592024-12-19T00:12:11.924Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T00:12:11.927Zprocess exited: duration 23813 ms, exit code 0
 
612024-12-19T00:12:11.933Zstarting task 2: "authentication"
622024-12-19T00:12:11.955Zprocess exited: duration 22 ms, exit code 0
 
632024-12-19T00:12:11.960Zstarting task 3: "clone repository"
642024-12-19T00:12:11.965Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T00:12:11.968Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T00:12:12.337ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T00:12:19.540Z+ cd /work/oxidecomputer/omicron
682024-12-19T00:12:19.540Z+ git fetch origin b1dfbe7616cd2440f02cf2aceaae842961d388e5
692024-12-19T00:12:20.158ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T00:12:20.159Z * branch b1dfbe7616cd2440f02cf2aceaae842961d388e5 -> FETCH_HEAD
712024-12-19T00:12:20.167Z+ [[ -n '' ]]
722024-12-19T00:12:20.167Z+ git reset --hard b1dfbe7616cd2440f02cf2aceaae842961d388e5
732024-12-19T00:12:20.271ZHEAD is now at b1dfbe761 how the hell did this happen?
742024-12-19T00:12:20.274Zprocess exited: duration 8312 ms, exit code 0
 
752024-12-19T00:12:20.279Zstarting task 4: "build"
762024-12-19T00:12:20.285Z+ source .github/buildomat/ci-env.sh
772024-12-19T00:12:20.285Z++ export CARGO_TERM_COLOR=always
782024-12-19T00:12:20.285Z++ CARGO_TERM_COLOR=always
792024-12-19T00:12:20.287Z+ cargo --version
802024-12-19T00:12:20.342Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-19T00:12:20.345Z+ rustc --version
822024-12-19T00:12:20.406Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-19T00:12:20.408Z+ WORK=/work
842024-12-19T00:12:20.408Z+ pfexec mkdir -p /work
852024-12-19T00:12:20.411Z+ pfexec chown build /work
862024-12-19T00:12:20.413Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-12-19T00:12:40.046Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-12-19T00:12:44.256Z Startup: Caching catalogs ... Done
892024-12-19T00:12:55.093ZPlanning: Solver setup ... Done (9.989s)
902024-12-19T00:12:55.228ZPlanning: Running solver ... Done (0.135s)
912024-12-19T00:12:55.538ZPlanning: Finding local manifests ... Done (0.209s)
922024-12-19T00:12:55.562ZPlanning: Fetching manifests: 0/5 0% complete
932024-12-19T00:12:56.197ZPlanning: Fetching manifests: 5/5 100% complete
942024-12-19T00:12:56.474ZPlanning: Package planning ... Done (0.277s)
952024-12-19T00:12:56.531ZPlanning: Merging actions ... Done (0.057s)
962024-12-19T00:12:57.988ZPlanning: Checking for conflicting actions ... Done (1.456s)
972024-12-19T00:13:08.695ZPlanning: Consolidating action changes ... Done (10.706s)
982024-12-19T00:13:09.154ZPlanning: Evaluating mediators ... Done (0.459s)
992024-12-19T00:13:09.338ZPlanning: Planning completed in 24.99 seconds
1002024-12-19T00:13:10.290Z Packages to install: 4
1012024-12-19T00:13:10.290Z Packages to update: 1
1022024-12-19T00:13:10.290Z Mediators to change: 2
1032024-12-19T00:13:10.291Z Services to change: 1
1042024-12-19T00:13:10.294Z Estimated space available: 155.63 GB
1052024-12-19T00:13:10.294ZEstimated space to be consumed: 1.61 GB
1062024-12-19T00:13:10.294Z Create boot environment: No
1072024-12-19T00:13:10.294ZCreate backup boot environment: Yes
1082024-12-19T00:13:10.294Z Rebuild boot archive: No
1092024-12-19T00:13:10.294Z
1102024-12-19T00:13:10.294ZChanged mediators:
1112024-12-19T00:13:10.294Z mediator clang:
1122024-12-19T00:13:10.294Z version: None -> 15 (system default)
1132024-12-19T00:13:10.294Z
1142024-12-19T00:13:10.294Z mediator llvm:
1152024-12-19T00:13:10.294Z version: 14 (system default) -> 15 (system default)
1162024-12-19T00:13:10.294Z
1172024-12-19T00:13:10.294ZChanged packages:
1182024-12-19T00:13:10.294Zhelios-dev
1192024-12-19T00:13:10.294Z developer/build-essential
1202024-12-19T00:13:10.294Z None -> 11-2.0
1212024-12-19T00:13:10.294Z library/libxmlsec1
1222024-12-19T00:13:10.294Z None -> 1.2.35-2.0
1232024-12-19T00:13:10.294Z ooce/developer/clang-15
1242024-12-19T00:13:10.294Z None -> 15.0.7-2.0
1252024-12-19T00:13:10.294Z ooce/developer/llvm-15
1262024-12-19T00:13:10.294Z None -> 15.0.7-2.0
1272024-12-19T00:13:10.294Z package/pkg
1282024-12-19T00:13:10.294Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-12-19T00:13:10.295Z
1302024-12-19T00:13:10.295ZServices:
1312024-12-19T00:13:10.295Z restart_fmri:
1322024-12-19T00:13:10.295Z svc:/system/update-man-index:default
1332024-12-19T00:13:10.295Z
1342024-12-19T00:13:10.295ZEditable files to change:
1352024-12-19T00:13:10.295Z Update:
1362024-12-19T00:13:10.295Z usr/share/lib/pkg/web/config.shtml
1372024-12-19T00:13:10.884Z
1382024-12-19T00:13:10.884ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-12-19T00:13:15.884ZDownload: 999/4281 items 19.5/220.6MB 8% complete (4.0M/s)
1402024-12-19T00:13:20.896ZDownload: 1222/4281 items 99.0/220.6MB 44% complete (10.2M/s)
1412024-12-19T00:13:25.892ZDownload: 1965/4281 items 118.7/220.6MB 53% complete (9.9M/s)
1422024-12-19T00:13:30.904ZDownload: 2659/4281 items 120.7/220.6MB 54% complete (2.4M/s)
1432024-12-19T00:13:36.510ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.5M/s)
1442024-12-19T00:13:41.212ZDownload: Completed 220.60 MB in 30.32 seconds (7.3M/s)
1452024-12-19T00:13:43.192Z Actions: 1/5063 actions (Removing old actions)
1462024-12-19T00:13:43.210Z Actions: 194/5063 actions (Installing new actions)
1472024-12-19T00:13:48.259Z Actions: 4119/5063 actions (Installing new actions)
1482024-12-19T00:13:49.169Z Actions: 4226/5063 actions (Updating modified actions)
1492024-12-19T00:13:49.647Z Actions: Completed 5063 actions in 6.45 seconds.
1502024-12-19T00:13:50.036Z Done (0.381s)
1512024-12-19T00:13:50.038Z Done (0.000s)
1522024-12-19T00:13:50.611Z Done (0.573s)
1532024-12-19T00:13:57.421Z Done (6.587s)
1542024-12-19T00:13:57.955Z Done (0.467s)
1552024-12-19T00:13:57.958Z Done (0.000s)
1562024-12-19T00:13:58.106Z Done (0.000s)
1572024-12-19T00:13:58.800ZPlanning: Evaluating mediator changes ... Done
1582024-12-19T00:13:58.961ZPlanning: Checking for conflicting actions ... Done
1592024-12-19T00:13:58.964ZPlanning: Consolidating action changes ... Done
1602024-12-19T00:13:59.235ZPlanning: Evaluating mediators ... Done
1612024-12-19T00:13:59.237ZPlanning: Planning completed in 0.44 seconds
1622024-12-19T00:13:59.274Z Mediators to change: 2
1632024-12-19T00:13:59.274Z Create boot environment: No
1642024-12-19T00:13:59.276ZCreate backup boot environment: No
1652024-12-19T00:13:59.360Z Done
1662024-12-19T00:13:59.360Z Done
1672024-12-19T00:13:59.720Z Done
1682024-12-19T00:14:03.401Z Done
1692024-12-19T00:14:03.493Z Done
1702024-12-19T00:14:03.495Z Done
1712024-12-19T00:14:03.628Z Done
1722024-12-19T00:14:04.253ZPlanning: Evaluating mediator changes ... Done
1732024-12-19T00:14:04.255ZPlanning: Merging actions ... Done
1742024-12-19T00:14:04.445ZPlanning: Checking for conflicting actions ... Done
1752024-12-19T00:14:04.448ZPlanning: Consolidating action changes ... Done
1762024-12-19T00:14:04.711ZPlanning: Evaluating mediators ... Done
1772024-12-19T00:14:04.766ZPlanning: Planning completed in 0.75 seconds
1782024-12-19T00:14:04.805Z Packages to change: 1
1792024-12-19T00:14:04.805Z Mediators to change: 1
1802024-12-19T00:14:04.807Z Services to change: 1
1812024-12-19T00:14:04.807Z Create boot environment: No
1822024-12-19T00:14:04.807ZCreate backup boot environment: Yes
1832024-12-19T00:14:06.916Z Actions: 1/6 actions (Updating modified actions)
1842024-12-19T00:14:07.033Z Actions: Completed 6 actions in 0.12 seconds.
1852024-12-19T00:14:07.036Z Done
1862024-12-19T00:14:07.036Z Done
1872024-12-19T00:14:07.149Z Done
1882024-12-19T00:14:10.822Z Done
1892024-12-19T00:14:10.921Z Done
1902024-12-19T00:14:10.925Z Done
1912024-12-19T00:14:11.045Z Done
1922024-12-19T00:14:11.480ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-12-19T00:14:11.480Zclang system 15 system
1942024-12-19T00:14:11.480Zcsh system system illumos
1952024-12-19T00:14:11.480Zctags system system illumos
1962024-12-19T00:14:11.481Zgcc vendor 12 vendor
1972024-12-19T00:14:11.481Zgcc system 10 system
1982024-12-19T00:14:11.481Zgcc system 7 system
1992024-12-19T00:14:11.481Zgo system 1.20 system
2002024-12-19T00:14:11.481Zgo system 1.19 system
2012024-12-19T00:14:11.481Zllvm system 15 system
2022024-12-19T00:14:11.481Zllvm system 14 system
2032024-12-19T00:14:11.481Zmariadb system 10.6 system
2042024-12-19T00:14:11.481Zmta vendor vendor dma
2052024-12-19T00:14:11.481Zopenjdk system 17 system
2062024-12-19T00:14:11.481Zopenjdk system 11 system
2072024-12-19T00:14:11.481Zopenjdk system 1.8 system
2082024-12-19T00:14:11.481Zopenssl vendor 3 vendor
2092024-12-19T00:14:11.481Zperl system 5.36 system
2102024-12-19T00:14:11.481Zpostgresql system 15 system
2112024-12-19T00:14:11.481Zpostgresql system 13 system
2122024-12-19T00:14:11.481Zpython vendor 3 vendor
2132024-12-19T00:14:11.481Zpython system 2 system
2142024-12-19T00:14:11.481Zpython3 system 3.11 system
2152024-12-19T00:14:11.481Zruby system 3.0 system
2162024-12-19T00:14:11.481Zwords vendor vendor american-english
2172024-12-19T00:14:11.481Zwords system system australian-english
2182024-12-19T00:14:11.481Zwords system system british-english
2192024-12-19T00:14:11.481Zwords system system canadian-english
2202024-12-19T00:14:11.481Zwords system system french
2212024-12-19T00:14:11.481Zwords system system italian
2222024-12-19T00:14:11.481Zwords system system ngerman
2232024-12-19T00:14:11.481Zwords system system ogerman
2242024-12-19T00:14:11.481Zwords system system spanish
2252024-12-19T00:14:11.815ZPUBLISHER TYPE STATUS P LOCATION
2262024-12-19T00:14:11.815Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2272024-12-19T00:14:14.552ZFMRI IFO
2282024-12-19T00:14:14.552Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-12-19T00:14:14.552Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-12-19T00:14:14.552Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-12-19T00:14:14.552Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-12-19T00:14:14.552Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2332024-12-19T00:14:14.552Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-12-19T00:14:14.552Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2352024-12-19T00:14:14.552Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2362024-12-19T00:14:14.552Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372024-12-19T00:14:14.553Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2382024-12-19T00:14:14.553Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-12-19T00:14:14.553Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2402024-12-19T00:14:14.553Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2412024-12-19T00:14:14.553Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-12-19T00:14:14.553Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2432024-12-19T00:14:15.312Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442024-12-19T00:14:15.605Z Updating crates.io index
2452024-12-19T00:14:15.609Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462024-12-19T00:14:16.168Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2472024-12-19T00:14:16.464Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482024-12-19T00:14:16.731Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492024-12-19T00:14:17.149Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502024-12-19T00:14:18.055Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512024-12-19T00:14:19.575Z Updating git repository `https://github.com/oxidecomputer/opte`
2522024-12-19T00:14:20.267Z Updating git repository `https://github.com/oxidecomputer/falcon`
2532024-12-19T00:14:21.007Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542024-12-19T00:14:21.284Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552024-12-19T00:14:21.595Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2562024-12-19T00:14:22.266Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2572024-12-19T00:14:22.591Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2582024-12-19T00:14:22.930Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592024-12-19T00:14:23.185Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602024-12-19T00:14:23.463Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612024-12-19T00:14:23.736Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622024-12-19T00:14:24.055Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-12-19T00:14:24.343Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-12-19T00:14:24.665Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-12-19T00:14:25.024Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-12-19T00:14:25.509Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-12-19T00:14:25.811Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682024-12-19T00:14:26.190Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692024-12-19T00:14:26.610Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2702024-12-19T00:14:26.941Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712024-12-19T00:14:27.204Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722024-12-19T00:14:27.479Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732024-12-19T00:14:28.764Z Downloading crates ...
2742024-12-19T00:14:28.854Z Downloaded anstyle-query v1.1.1
2752024-12-19T00:14:28.856Z Downloaded anstyle-parse v0.2.5
2762024-12-19T00:14:28.859Z Downloaded bitflags v2.6.0
2772024-12-19T00:14:28.874Z Downloaded usdt-macro v0.5.0
2782024-12-19T00:14:28.880Z Downloaded equivalent v1.0.1
2792024-12-19T00:14:28.882Z Downloaded swrite v0.1.0
2802024-12-19T00:14:28.887Z Downloaded autocfg v1.4.0
2812024-12-19T00:14:28.897Z Downloaded dtrace-parser v0.2.0
2822024-12-19T00:14:28.912Z Downloaded scroll_derive v0.12.0
2832024-12-19T00:14:28.920Z Downloaded usdt-attr-macro v0.5.0
2842024-12-19T00:14:28.923Z Downloaded anstyle v1.0.10
2852024-12-19T00:14:28.928Z Downloaded proc-macro-error-attr v1.0.4
2862024-12-19T00:14:28.931Z Downloaded generic-array v0.14.7
2872024-12-19T00:14:28.931Z Downloaded clap_lex v0.7.2
2882024-12-19T00:14:28.933Z Downloaded terminal_size v0.4.0
2892024-12-19T00:14:28.935Z Downloaded smawk v0.3.2
2902024-12-19T00:14:28.935Z Downloaded fs-err v2.11.0
2912024-12-19T00:14:28.937Z Downloaded strsim v0.11.1
2922024-12-19T00:14:28.940Z Downloaded pretty-hex v0.4.1
2932024-12-19T00:14:28.941Z Downloaded toml_datetime v0.6.8
2942024-12-19T00:14:28.941Z Downloaded colorchoice v1.0.2
2952024-12-19T00:14:28.944Z Downloaded block-buffer v0.10.4
2962024-12-19T00:14:28.944Z Downloaded heck v0.5.0
2972024-12-19T00:14:28.944Z Downloaded serde_tokenstream v0.2.2
2982024-12-19T00:14:28.946Z Downloaded anstream v0.6.15
2992024-12-19T00:14:28.948Z Downloaded dof v0.3.0
3002024-12-19T00:14:28.948Z Downloaded digest v0.10.7
3012024-12-19T00:14:28.951Z Downloaded cpufeatures v0.2.14
3022024-12-19T00:14:28.955Z Downloaded thiserror-impl v1.0.69
3032024-12-19T00:14:28.957Z Downloaded crypto-common v0.1.6
3042024-12-19T00:14:28.960Z Downloaded fnv v1.0.7
3052024-12-19T00:14:28.962Z Downloaded cargo-platform v0.1.8
3062024-12-19T00:14:28.965Z Downloaded tabled_derive v0.7.0
3072024-12-19T00:14:28.968Z Downloaded macaddr v1.0.1
3082024-12-19T00:14:28.971Z Downloaded is_terminal_polyfill v1.70.1
3092024-12-19T00:14:28.973Z Downloaded cfg-if v1.0.0
3102024-12-19T00:14:28.973Z Downloaded itoa v1.0.11
3112024-12-19T00:14:28.975Z Downloaded version_check v0.9.5
3122024-12-19T00:14:28.975Z Downloaded usdt v0.5.0
3132024-12-19T00:14:28.978Z Downloaded memmap v0.7.0
3142024-12-19T00:14:28.978Z Downloaded unicode-linebreak v0.1.5
3152024-12-19T00:14:28.978Z Downloaded thread-id v4.2.2
3162024-12-19T00:14:28.980Z Downloaded byteorder v1.5.0
3172024-12-19T00:14:28.983Z Downloaded serde_spanned v0.6.8
3182024-12-19T00:14:28.983Z Downloaded plain v0.2.3
3192024-12-19T00:14:28.985Z Downloaded bytecount v0.6.8
3202024-12-19T00:14:28.991Z Downloaded tempfile v3.13.0
3212024-12-19T00:14:28.993Z Downloaded heck v0.4.1
3222024-12-19T00:14:28.996Z Downloaded errno v0.3.9
3232024-12-19T00:14:28.996Z Downloaded pest_generator v2.7.14
3242024-12-19T00:14:29.002Z Downloaded camino v1.1.9
3252024-12-19T00:14:29.010Z Downloaded once_cell v1.20.2
3262024-12-19T00:14:29.012Z Downloaded usdt-impl v0.5.0
3272024-12-19T00:14:29.015Z Downloaded proc-macro-error v1.0.4
3282024-12-19T00:14:29.018Z Downloaded semver v1.0.23
3292024-12-19T00:14:29.020Z Downloaded pest_derive v2.7.14
3302024-12-19T00:14:29.022Z Downloaded clap_derive v4.5.18
3312024-12-19T00:14:29.024Z Downloaded fastrand v2.1.1
3322024-12-19T00:14:29.024Z Downloaded cargo_metadata v0.18.1
3332024-12-19T00:14:29.027Z Downloaded utf8parse v0.2.2
3342024-12-19T00:14:29.033Z Downloaded scroll v0.12.0
3352024-12-19T00:14:29.035Z Downloaded camino-tempfile v1.1.1
3362024-12-19T00:14:29.037Z Downloaded thiserror v1.0.69
3372024-12-19T00:14:29.041Z Downloaded log v0.4.22
3382024-12-19T00:14:29.044Z Downloaded zerocopy-derive v0.7.35
3392024-12-19T00:14:29.047Z Downloaded typenum v1.17.0
3402024-12-19T00:14:29.050Z Downloaded ryu v1.0.18
3412024-12-19T00:14:29.052Z Downloaded textwrap v0.16.1
3422024-12-19T00:14:29.055Z Downloaded clap v4.5.21
3432024-12-19T00:14:29.063Z Downloaded ucd-trie v0.1.7
3442024-12-19T00:14:29.065Z Downloaded toml v0.8.19
3452024-12-19T00:14:29.068Z Downloaded pest_meta v2.7.14
3462024-12-19T00:14:29.071Z Downloaded quote v1.0.37
3472024-12-19T00:14:29.073Z Downloaded cargo_toml v0.20.5
3482024-12-19T00:14:29.073Z Downloaded proc-macro2 v1.0.89
3492024-12-19T00:14:29.076Z Downloaded sha2 v0.10.8
3502024-12-19T00:14:29.078Z Downloaded unicode-ident v1.0.13
3512024-12-19T00:14:29.081Z Downloaded anyhow v1.0.93
3522024-12-19T00:14:29.088Z Downloaded papergrid v0.11.0
3532024-12-19T00:14:29.099Z Downloaded serde_derive v1.0.215
3542024-12-19T00:14:29.111Z Downloaded serde v1.0.215
3552024-12-19T00:14:29.115Z Downloaded indexmap v2.6.0
3562024-12-19T00:14:29.126Z Downloaded memchr v2.7.4
3572024-12-19T00:14:29.145Z Downloaded toml_edit v0.22.22
3582024-12-19T00:14:29.177Z Downloaded pest v2.7.14
3592024-12-19T00:14:29.188Z Downloaded hashbrown v0.15.0
3602024-12-19T00:14:29.197Z Downloaded zerocopy v0.7.35
3612024-12-19T00:14:29.212Z Downloaded winnow v0.6.20
3622024-12-19T00:14:29.220Z Downloaded serde_json v1.0.132
3632024-12-19T00:14:29.226Z Downloaded goblin v0.8.2
3642024-12-19T00:14:29.232Z Downloaded clap_builder v4.5.21
3652024-12-19T00:14:29.239Z Downloaded tabled v0.15.0
3662024-12-19T00:14:29.258Z Downloaded syn v1.0.109
3672024-12-19T00:14:29.268Z Downloaded unicode-width v0.1.14
3682024-12-19T00:14:29.273Z Downloaded syn v2.0.87
3692024-12-19T00:14:29.289Z Downloaded rustix v0.38.37
3702024-12-19T00:14:29.322Z Downloaded libc v0.2.162
3712024-12-19T00:14:29.633Z Compiling proc-macro2 v1.0.89
3722024-12-19T00:14:29.633Z Compiling unicode-ident v1.0.13
3732024-12-19T00:14:29.633Z Compiling version_check v0.9.5
3742024-12-19T00:14:29.637Z Compiling serde v1.0.215
3752024-12-19T00:14:29.637Z Compiling memchr v2.7.4
3762024-12-19T00:14:29.637Z Compiling thiserror v1.0.69
3772024-12-19T00:14:29.637Z Compiling libc v0.2.162
3782024-12-19T00:14:29.637Z Compiling itoa v1.0.11
3792024-12-19T00:14:29.874Z Compiling ucd-trie v0.1.7
3802024-12-19T00:14:29.997Z Compiling ryu v1.0.18
3812024-12-19T00:14:30.427Z Compiling once_cell v1.20.2
3822024-12-19T00:14:30.447Z Compiling byteorder v1.5.0
3832024-12-19T00:14:30.752Z Compiling serde_json v1.0.132
3842024-12-19T00:14:30.793Z Compiling rustix v0.38.37
3852024-12-19T00:14:31.423Z Compiling bitflags v2.6.0
3862024-12-19T00:14:31.463Z Compiling proc-macro-error-attr v1.0.4
3872024-12-19T00:14:31.550Z Compiling usdt-impl v0.5.0
3882024-12-19T00:14:31.626Z Compiling syn v1.0.109
3892024-12-19T00:14:31.747Z Compiling proc-macro-error v1.0.4
3902024-12-19T00:14:31.793Z Compiling log v0.4.22
3912024-12-19T00:14:31.822Z Compiling utf8parse v0.2.2
3922024-12-19T00:14:31.979Z Compiling plain v0.2.3
3932024-12-19T00:14:32.025Z Compiling equivalent v1.0.1
3942024-12-19T00:14:32.050Z Compiling camino v1.1.9
3952024-12-19T00:14:32.136Z Compiling hashbrown v0.15.0
3962024-12-19T00:14:32.163Z Compiling anstyle-parse v0.2.5
3972024-12-19T00:14:32.343Z Compiling colorchoice v1.0.2
3982024-12-19T00:14:32.491Z Compiling quote v1.0.37
3992024-12-19T00:14:32.525Z Compiling thread-id v4.2.2
4002024-12-19T00:14:32.602Z Compiling errno v0.3.9
4012024-12-19T00:14:32.639Z Compiling anstyle v1.0.10
4022024-12-19T00:14:32.667Z Compiling winnow v0.6.20
4032024-12-19T00:14:32.833Z Compiling pretty-hex v0.4.1
4042024-12-19T00:14:32.911Z Compiling syn v2.0.87
4052024-12-19T00:14:33.088Z Compiling semver v1.0.23
4062024-12-19T00:14:33.228Z Compiling is_terminal_polyfill v1.70.1
4072024-12-19T00:14:33.362Z Compiling indexmap v2.6.0
4082024-12-19T00:14:33.417Z Compiling autocfg v1.4.0
4092024-12-19T00:14:33.611Z Compiling anstyle-query v1.1.1
4102024-12-19T00:14:33.777Z Compiling unicode-width v0.1.14
4112024-12-19T00:14:34.338Z Compiling anstream v0.6.15
4122024-12-19T00:14:34.612Z Compiling fs-err v2.11.0
4132024-12-19T00:14:34.819Z Compiling strsim v0.11.1
4142024-12-19T00:14:34.885Z Compiling terminal_size v0.4.0
4152024-12-19T00:14:34.915Z Compiling fastrand v2.1.1
4162024-12-19T00:14:35.054Z Compiling heck v0.4.1
4172024-12-19T00:14:35.091Z Compiling heck v0.5.0
4182024-12-19T00:14:35.454Z Compiling anyhow v1.0.93
4192024-12-19T00:14:35.552Z Compiling clap_lex v0.7.2
4202024-12-19T00:14:35.608Z Compiling bytecount v0.6.8
4212024-12-19T00:14:35.724Z Compiling fnv v1.0.7
4222024-12-19T00:14:35.862Z Compiling cfg-if v1.0.0
4232024-12-19T00:14:36.012Z Compiling papergrid v0.11.0
4242024-12-19T00:14:36.083Z Compiling tempfile v3.13.0
4252024-12-19T00:14:36.157Z Compiling clap_builder v4.5.21
4262024-12-19T00:14:36.520Z Compiling memmap v0.7.0
4272024-12-19T00:14:36.557Z Compiling smawk v0.3.2
4282024-12-19T00:14:36.632Z Compiling unicode-linebreak v0.1.5
4292024-12-19T00:14:37.010Z Compiling swrite v0.1.0
4302024-12-19T00:14:37.143Z Compiling textwrap v0.16.1
4312024-12-19T00:14:38.501Z Compiling tabled_derive v0.7.0
4322024-12-19T00:14:40.025Z Compiling tabled v0.15.0
4332024-12-19T00:14:41.754Z Compiling serde_derive v1.0.215
4342024-12-19T00:14:41.754Z Compiling thiserror-impl v1.0.69
4352024-12-19T00:14:41.758Z Compiling zerocopy-derive v0.7.35
4362024-12-19T00:14:41.758Z Compiling scroll_derive v0.12.0
4372024-12-19T00:14:41.758Z Compiling clap_derive v4.5.18
4382024-12-19T00:14:43.020Z Compiling scroll v0.12.0
4392024-12-19T00:14:43.538Z Compiling goblin v0.8.2
4402024-12-19T00:14:43.639Z Compiling zerocopy v0.7.35
4412024-12-19T00:14:44.393Z Compiling pest v2.7.14
4422024-12-19T00:14:45.585Z Compiling clap v4.5.21
4432024-12-19T00:14:46.634Z Compiling pest_meta v2.7.14
4442024-12-19T00:14:47.477Z Compiling pest_generator v2.7.14
4452024-12-19T00:14:49.457Z Compiling pest_derive v2.7.14
4462024-12-19T00:14:50.184Z Compiling dtrace-parser v0.2.0
4472024-12-19T00:14:51.823Z Compiling serde_tokenstream v0.2.2
4482024-12-19T00:14:51.859Z Compiling serde_spanned v0.6.8
4492024-12-19T00:14:51.859Z Compiling toml_datetime v0.6.8
4502024-12-19T00:14:52.124Z Compiling cargo-platform v0.1.8
4512024-12-19T00:14:52.247Z Compiling toml_edit v0.22.22
4522024-12-19T00:14:52.404Z Compiling macaddr v1.0.1
4532024-12-19T00:14:52.603Z Compiling camino-tempfile v1.1.1
4542024-12-19T00:14:53.345Z Compiling dof v0.3.0
4552024-12-19T00:14:53.346Z Compiling cargo_metadata v0.18.1
4562024-12-19T00:14:55.062Z Compiling usdt-macro v0.5.0
4572024-12-19T00:14:55.062Z Compiling usdt-attr-macro v0.5.0
4582024-12-19T00:14:55.085Z Compiling toml v0.8.19
4592024-12-19T00:14:56.060Z Compiling cargo_toml v0.20.5
4602024-12-19T00:14:56.484Z Compiling usdt v0.5.0
4612024-12-19T00:14:59.973Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622024-12-19T00:15:04.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.03s
4632024-12-19T00:15:04.376Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4642024-12-19T00:15:04.908Z Downloading crates ...
4652024-12-19T00:15:05.054Z Downloaded addr2line v0.24.2
4662024-12-19T00:15:05.058Z Downloaded aead v0.5.2
4672024-12-19T00:15:05.077Z Downloaded arrayref v0.3.9
4682024-12-19T00:15:05.080Z Downloaded hex-literal v0.4.1
4692024-12-19T00:15:05.083Z Downloaded heck v0.3.3
4702024-12-19T00:15:05.086Z Downloaded hex v0.4.3
4712024-12-19T00:15:05.088Z Downloaded hickory-client v0.24.1
4722024-12-19T00:15:05.093Z Downloaded darling v0.20.10
4732024-12-19T00:15:05.097Z Downloaded ident_case v1.0.1
4742024-12-19T00:15:05.099Z Downloaded async-stream v0.3.6
4752024-12-19T00:15:05.103Z Downloaded http-range v0.1.5
4762024-12-19T00:15:05.103Z Downloaded assert_matches v1.5.0
4772024-12-19T00:15:05.106Z Downloaded arrayvec v0.7.6
4782024-12-19T00:15:05.106Z Downloaded argon2 v0.5.3
4792024-12-19T00:15:05.108Z Downloaded icu_provider_macros v1.5.0
4802024-12-19T00:15:05.108Z Downloaded ascii-canvas v3.0.0
4812024-12-19T00:15:05.111Z Downloaded allocator-api2 v0.2.18
4822024-12-19T00:15:05.113Z Downloaded ahash v0.8.11
4832024-12-19T00:15:05.115Z Downloaded matches v0.1.10
4842024-12-19T00:15:05.117Z Downloaded array-init v0.0.4
4852024-12-19T00:15:05.117Z Downloaded hubpack_derive v0.1.1
4862024-12-19T00:15:05.117Z Downloaded is_ci v1.2.0
4872024-12-19T00:15:05.120Z Downloaded async-stream-impl v0.3.6
4882024-12-19T00:15:05.120Z Downloaded aes-gcm v0.10.3
4892024-12-19T00:15:05.123Z Downloaded async-trait v0.1.83
4902024-12-19T00:15:05.127Z Downloaded md5 v0.7.0
4912024-12-19T00:15:05.129Z Downloaded http-body v1.0.1
4922024-12-19T00:15:05.129Z Downloaded async-recursion v1.1.1
4932024-12-19T00:15:05.132Z Downloaded async-bb8-diesel v0.2.1
4942024-12-19T00:15:05.135Z Downloaded instant v0.1.13
4952024-12-19T00:15:05.137Z Downloaded headers-core v0.3.0
4962024-12-19T00:15:05.137Z Downloaded aho-corasick v1.1.3
4972024-12-19T00:15:05.143Z Downloaded base16ct v0.2.0
4982024-12-19T00:15:05.147Z Downloaded aes v0.8.4
4992024-12-19T00:15:05.150Z Downloaded atomicwrites v0.4.4
5002024-12-19T00:15:05.152Z Downloaded adler2 v2.0.0
5012024-12-19T00:15:05.152Z Downloaded backoff v0.4.0
5022024-12-19T00:15:05.159Z Downloaded libsw v3.3.1
5032024-12-19T00:15:05.161Z Downloaded lazycell v1.3.0
5042024-12-19T00:15:05.161Z Downloaded http-body-util v0.1.2
5052024-12-19T00:15:05.161Z Downloaded hostname v0.3.1
5062024-12-19T00:15:05.164Z Downloaded atty v0.2.14
5072024-12-19T00:15:05.164Z Downloaded lockfree-object-pool v0.1.6
5082024-12-19T00:15:05.166Z Downloaded linked-hash-map v0.5.6
5092024-12-19T00:15:05.169Z Downloaded linear-map v1.2.0
5102024-12-19T00:15:05.169Z Downloaded humantime v2.1.0
5112024-12-19T00:15:05.171Z Downloaded cfg_aliases v0.2.1
5122024-12-19T00:15:05.171Z Downloaded managed v0.8.0
5132024-12-19T00:15:05.174Z Downloaded home v0.5.9
5142024-12-19T00:15:05.174Z Downloaded indent_write v2.2.0
5152024-12-19T00:15:05.177Z Downloaded arc-swap v1.7.1
5162024-12-19T00:15:05.180Z Downloaded match_cfg v0.1.0
5172024-12-19T00:15:05.182Z Downloaded indoc v1.0.9
5182024-12-19T00:15:05.184Z Downloaded lazy_static v1.5.0
5192024-12-19T00:15:05.186Z Downloaded bitfield-struct v0.6.2
5202024-12-19T00:15:05.189Z Downloaded lru-cache v0.1.2
5212024-12-19T00:15:05.189Z Downloaded ciborium-io v0.2.2
5222024-12-19T00:15:05.192Z Downloaded libefi-sys v0.1.0
5232024-12-19T00:15:05.192Z Downloaded hubpack v0.1.2
5242024-12-19T00:15:05.192Z Downloaded inout v0.1.3
5252024-12-19T00:15:05.194Z Downloaded mime v0.3.17
5262024-12-19T00:15:05.194Z Downloaded memoffset v0.9.1
5272024-12-19T00:15:05.197Z Downloaded md-5 v0.10.6
5282024-12-19T00:15:05.199Z Downloaded ipnetwork v0.20.0
5292024-12-19T00:15:05.201Z Downloaded cstr-argument v0.1.2
5302024-12-19T00:15:05.201Z Downloaded crucible-workspace-hack v0.1.0
5312024-12-19T00:15:05.201Z Downloaded bb8 v0.8.5
5322024-12-19T00:15:05.204Z Downloaded maybe-uninit v2.0.0
5332024-12-19T00:15:05.204Z Downloaded internet-checksum v0.2.1
5342024-12-19T00:15:05.207Z Downloaded heapless v0.8.0
5352024-12-19T00:15:05.209Z Downloaded sync_wrapper v1.0.1
5362024-12-19T00:15:05.212Z Downloaded maplit v1.0.2
5372024-12-19T00:15:05.212Z Downloaded lru v0.12.5
5382024-12-19T00:15:05.214Z Downloaded keccak v0.1.5
5392024-12-19T00:15:05.217Z Downloaded crc-catalog v2.4.0
5402024-12-19T00:15:05.217Z Downloaded quinn-udp v0.5.5
5412024-12-19T00:15:05.219Z Downloaded constant_time_eq v0.3.1
5422024-12-19T00:15:05.222Z Downloaded buf-list v1.0.3
5432024-12-19T00:15:05.224Z Downloaded litemap v0.7.3
5442024-12-19T00:15:05.226Z Downloaded chacha20 v0.9.1
5452024-12-19T00:15:05.227Z Downloaded highway v1.2.0
5462024-12-19T00:15:05.229Z Downloaded instability v0.3.2
5472024-12-19T00:15:05.232Z Downloaded httpdate v1.0.3
5482024-12-19T00:15:05.232Z Downloaded httparse v1.9.5
5492024-12-19T00:15:05.235Z Downloaded lock_api v0.4.12
5502024-12-19T00:15:05.237Z Downloaded convert_case v0.4.0
5512024-12-19T00:15:05.237Z Downloaded impl-trait-for-tuples v0.2.2
5522024-12-19T00:15:05.241Z Downloaded lalrpop-util v0.19.12
5532024-12-19T00:15:05.244Z Downloaded hyper-staticfile v0.10.1
5542024-12-19T00:15:05.244Z Downloaded sync-ptr v0.1.1
5552024-12-19T00:15:05.247Z Downloaded sqlparser_derive v0.2.2
5562024-12-19T00:15:05.247Z Downloaded const_format_proc_macros v0.2.33
5572024-12-19T00:15:05.249Z Downloaded base64 v0.13.1
5582024-12-19T00:15:05.251Z Downloaded ciborium-ll v0.2.2
5592024-12-19T00:15:05.254Z Downloaded iana-time-zone v0.1.61
5602024-12-19T00:15:05.256Z Downloaded hyper-rustls v0.27.3
5612024-12-19T00:15:05.259Z Downloaded mime_guess v2.0.5
5622024-12-19T00:15:05.262Z Downloaded colored v2.1.0
5632024-12-19T00:15:05.264Z Downloaded tower-service v0.3.3
5642024-12-19T00:15:05.264Z Downloaded is-terminal v0.4.13
5652024-12-19T00:15:05.265Z Downloaded ipnet v2.10.1
5662024-12-19T00:15:05.268Z Downloaded crossbeam-deque v0.8.5
5672024-12-19T00:15:05.270Z Downloaded heapless v0.7.17
5682024-12-19T00:15:05.273Z Downloaded waitgroup v0.1.2
5692024-12-19T00:15:05.276Z Downloaded ctr v0.9.2
5702024-12-19T00:15:05.276Z Downloaded cassowary v0.3.0
5712024-12-19T00:15:05.279Z Downloaded bcs v0.1.6
5722024-12-19T00:15:05.283Z Downloaded scrypt v0.11.0
5732024-12-19T00:15:05.283Z Downloaded rustc-hash v2.0.0
5742024-12-19T00:15:05.286Z Downloaded shlex v1.3.0
5752024-12-19T00:15:05.286Z Downloaded rustc-hash v1.1.0
5762024-12-19T00:15:05.286Z Downloaded synstructure v0.13.1
5772024-12-19T00:15:05.289Z Downloaded ref-cast v1.0.23
5782024-12-19T00:15:05.291Z Downloaded scopeguard v1.2.0
5792024-12-19T00:15:05.291Z Downloaded ref-cast-impl v1.0.23
5802024-12-19T00:15:05.294Z Downloaded libloading v0.8.5
5812024-12-19T00:15:05.296Z Downloaded icu_normalizer_data v1.5.0
5822024-12-19T00:15:05.298Z Downloaded schemars_derive v0.8.21
5832024-12-19T00:15:05.300Z Downloaded bitfield v0.14.0
5842024-12-19T00:15:05.300Z Downloaded backtrace v0.3.74
5852024-12-19T00:15:05.307Z Downloaded memmap2 v0.9.5
5862024-12-19T00:15:05.309Z Downloaded icu_normalizer v1.5.0
5872024-12-19T00:15:05.315Z Downloaded crc32fast v1.4.2
5882024-12-19T00:15:05.317Z Downloaded new_debug_unreachable v1.0.6
5892024-12-19T00:15:05.317Z Downloaded icu_locid_transform_data v1.5.0
5902024-12-19T00:15:05.320Z Downloaded supports-color v3.0.1
5912024-12-19T00:15:05.320Z Downloaded cookie_store v0.21.0
5922024-12-19T00:15:05.323Z Downloaded opaque-debug v0.3.1
5932024-12-19T00:15:05.323Z Downloaded newline-converter v0.3.0
5942024-12-19T00:15:05.325Z Downloaded csv-core v0.1.11
5952024-12-19T00:15:05.328Z Downloaded console v0.15.8
5962024-12-19T00:15:05.330Z Downloaded tinystr v0.7.6
5972024-12-19T00:15:05.332Z Downloaded universal-hash v0.5.1
5982024-12-19T00:15:05.334Z Downloaded unicode-xid v0.2.6
5992024-12-19T00:15:05.336Z Downloaded xattr v1.3.1
6002024-12-19T00:15:05.336Z Downloaded bzip2 v0.4.4
6012024-12-19T00:15:05.338Z Downloaded zerovec-derive v0.10.3
6022024-12-19T00:15:05.341Z Downloaded enum-as-inner v0.6.1
6032024-12-19T00:15:05.344Z Downloaded futures-macro v0.3.31
6042024-12-19T00:15:05.346Z Downloaded flagset v0.4.6
6052024-12-19T00:15:05.346Z Downloaded filetime v0.2.25
6062024-12-19T00:15:05.349Z Downloaded cmake v0.1.51
6072024-12-19T00:15:05.351Z Downloaded ff v0.13.0
6082024-12-19T00:15:05.351Z Downloaded topological-sort v0.2.2
6092024-12-19T00:15:05.354Z Downloaded icu_locid_transform v1.5.0
6102024-12-19T00:15:05.357Z Downloaded blake2 v0.10.6
6112024-12-19T00:15:05.359Z Downloaded shell-words v1.1.0
6122024-12-19T00:15:05.361Z Downloaded crc-any v2.5.0
6132024-12-19T00:15:05.364Z Downloaded dunce v1.0.5
6142024-12-19T00:15:05.364Z Downloaded zeroize v1.8.1
6152024-12-19T00:15:05.367Z Downloaded icu_properties v1.5.1
6162024-12-19T00:15:05.369Z Downloaded hmac v0.12.1
6172024-12-19T00:15:05.371Z Downloaded strum_macros v0.24.3
6182024-12-19T00:15:05.373Z Downloaded cookie v0.18.1
6192024-12-19T00:15:05.376Z Downloaded base64 v0.21.7
6202024-12-19T00:15:05.379Z Downloaded try-lock v0.2.5
6212024-12-19T00:15:05.382Z Downloaded time-core v0.1.2
6222024-12-19T00:15:05.382Z Downloaded futures-io v0.3.31
6232024-12-19T00:15:05.384Z Downloaded futures-core v0.3.31
6242024-12-19T00:15:05.384Z Downloaded fd-lock v4.0.2
6252024-12-19T00:15:05.389Z Downloaded nanorand v0.7.0
6262024-12-19T00:15:05.391Z Downloaded crossbeam-utils v0.8.20
6272024-12-19T00:15:05.393Z Downloaded crossbeam-epoch v0.9.18
6282024-12-19T00:15:05.396Z Downloaded multimap v0.10.0
6292024-12-19T00:15:05.396Z Downloaded const-oid v0.9.6
6302024-12-19T00:15:05.398Z Downloaded downcast v0.11.0
6312024-12-19T00:15:05.401Z Downloaded walkdir v2.5.0
6322024-12-19T00:15:05.406Z Downloaded mockall v0.13.0
6332024-12-19T00:15:05.406Z Downloaded zone_cfg_derive v0.1.2
6342024-12-19T00:15:05.406Z Downloaded clang-sys v1.8.1
6352024-12-19T00:15:05.409Z Downloaded quick-error v1.2.3
6362024-12-19T00:15:05.409Z Downloaded psl-types v2.0.11
6372024-12-19T00:15:05.409Z Downloaded phf_codegen v0.11.2
6382024-12-19T00:15:05.412Z Downloaded peg v0.8.4
6392024-12-19T00:15:05.414Z Downloaded dhcproto-macros v0.1.0
6402024-12-19T00:15:05.416Z Downloaded fixedbitset v0.4.2
6412024-12-19T00:15:05.416Z Downloaded chacha20poly1305 v0.10.1
6422024-12-19T00:15:05.419Z Downloaded bytes v1.8.0
6432024-12-19T00:15:05.423Z Downloaded rustc-demangle v0.1.24
6442024-12-19T00:15:05.425Z Downloaded rpassword v7.3.1
6452024-12-19T00:15:05.428Z Downloaded slog-dtrace v0.3.0
6462024-12-19T00:15:05.428Z Downloaded signal-hook-mio v0.2.4
6472024-12-19T00:15:05.431Z Downloaded signal-hook v0.3.17
6482024-12-19T00:15:05.434Z Downloaded icu_collections v1.5.0
6492024-12-19T00:15:05.449Z Downloaded num-conv v0.1.0
6502024-12-19T00:15:05.452Z Downloaded thread_local v1.1.8
6512024-12-19T00:15:05.452Z Downloaded termcolor v1.4.1
6522024-12-19T00:15:05.455Z Downloaded indicatif v0.17.9
6532024-12-19T00:15:05.458Z Downloaded hyper-util v0.1.10
6542024-12-19T00:15:05.462Z Downloaded spki v0.7.3
6552024-12-19T00:15:05.465Z Downloaded compact_str v0.8.0
6562024-12-19T00:15:05.468Z Downloaded pretty-hex v0.2.1
6572024-12-19T00:15:05.472Z Downloaded phf v0.11.2
6582024-12-19T00:15:05.474Z Downloaded peg-runtime v0.8.3
6592024-12-19T00:15:05.474Z Downloaded zone v0.3.0
6602024-12-19T00:15:05.474Z Downloaded zone v0.1.8
6612024-12-19T00:15:05.474Z Downloaded progenitor-impl v0.8.0
6622024-12-19T00:15:05.476Z Downloaded base64 v0.22.1
6632024-12-19T00:15:05.480Z Downloaded untrusted v0.7.1
6642024-12-19T00:15:05.482Z Downloaded prettyplease v0.2.25
6652024-12-19T00:15:05.487Z Downloaded bumpalo v3.16.0
6662024-12-19T00:15:05.490Z Downloaded pkcs8 v0.10.2
6672024-12-19T00:15:05.493Z Downloaded parking_lot_core v0.8.6
6682024-12-19T00:15:05.495Z Downloaded derive_more v0.99.18
6692024-12-19T00:15:05.499Z Downloaded tui-tree-widget v0.22.0
6702024-12-19T00:15:05.501Z Downloaded rustls-pemfile v1.0.4
6712024-12-19T00:15:05.504Z Downloaded parking_lot v0.11.2
6722024-12-19T00:15:05.507Z Downloaded nibble_vec v0.1.0
6732024-12-19T00:15:05.509Z Downloaded hash32 v0.2.1
6742024-12-19T00:15:05.509Z Downloaded fragile v2.0.0
6752024-12-19T00:15:05.512Z Downloaded form_urlencoded v1.2.1
6762024-12-19T00:15:05.512Z Downloaded float-cmp v0.9.0
6772024-12-19T00:15:05.514Z Downloaded zerofrom v0.1.4
6782024-12-19T00:15:05.515Z Downloaded predicates-core v1.0.8
6792024-12-19T00:15:05.518Z Downloaded newtype-uuid v1.1.3
6802024-12-19T00:15:05.518Z Downloaded time-macros v0.2.18
6812024-12-19T00:15:05.520Z Downloaded embedded-io v0.4.0
6822024-12-19T00:15:05.523Z Downloaded hickory-server v0.24.1
6832024-12-19T00:15:05.527Z Downloaded zone_cfg_derive v0.3.0
6842024-12-19T00:15:05.529Z Downloaded predicates v3.1.2
6852024-12-19T00:15:05.532Z Downloaded foreign-types v0.3.2
6862024-12-19T00:15:05.534Z Downloaded serde_repr v0.1.19
6872024-12-19T00:15:05.536Z Downloaded serde_plain v1.0.2
6882024-12-19T00:15:05.536Z Downloaded serde_path_to_error v0.1.16
6892024-12-19T00:15:05.539Z Downloaded rfc6979 v0.4.0
6902024-12-19T00:15:05.539Z Downloaded minimal-lexical v0.2.1
6912024-12-19T00:15:05.544Z Downloaded spin v0.9.8
6922024-12-19T00:15:05.547Z Downloaded http v1.1.0
6932024-12-19T00:15:05.551Z Downloaded progenitor v0.8.0
6942024-12-19T00:15:05.553Z Downloaded primeorder v0.13.6
6952024-12-19T00:15:05.555Z Downloaded predicates-tree v1.0.11
6962024-12-19T00:15:05.558Z Downloaded percent-encoding v2.3.1
6972024-12-19T00:15:05.558Z Downloaded pem v3.0.4
6982024-12-19T00:15:05.558Z Downloaded serde_urlencoded v0.7.1
6992024-12-19T00:15:05.560Z Downloaded oso-derive v0.27.3
7002024-12-19T00:15:05.563Z Downloaded strum v0.26.3
7012024-12-19T00:15:05.563Z Downloaded structmeta v0.2.0
7022024-12-19T00:15:05.563Z Downloaded strip-ansi-escapes v0.2.0
7032024-12-19T00:15:05.566Z Downloaded stringprep v0.1.5
7042024-12-19T00:15:05.566Z Downloaded uzers v0.12.1
7052024-12-19T00:15:05.569Z Downloaded openssl-probe v0.1.5
7062024-12-19T00:15:05.572Z Downloaded zip v0.6.6
7072024-12-19T00:15:05.575Z Downloaded structmeta-derive v0.2.0
7082024-12-19T00:15:05.579Z Downloaded russh-cryptovec v0.7.3
7092024-12-19T00:15:05.579Z Downloaded sigpipe v0.1.3
7102024-12-19T00:15:05.579Z Downloaded const_format v0.2.33
7112024-12-19T00:15:05.582Z Downloaded untrusted v0.9.0
7122024-12-19T00:15:05.586Z Downloaded structmeta-derive v0.3.0
7132024-12-19T00:15:05.589Z Downloaded zerofrom-derive v0.1.4
7142024-12-19T00:15:05.589Z Downloaded writeable v0.5.5
7152024-12-19T00:15:05.591Z Downloaded fs_extra v1.3.0
7162024-12-19T00:15:05.592Z Downloaded rand v0.8.5
7172024-12-19T00:15:05.595Z Downloaded fallible-iterator v0.2.0
7182024-12-19T00:15:05.598Z Downloaded crypto-bigint v0.5.5
7192024-12-19T00:15:05.603Z Downloaded dhcproto v0.12.0
7202024-12-19T00:15:05.606Z Downloaded pem-rfc7468 v0.7.0
7212024-12-19T00:15:05.609Z Downloaded tokio-postgres v0.7.12
7222024-12-19T00:15:05.613Z Downloaded yoke-derive v0.7.4
7232024-12-19T00:15:05.616Z Downloaded tokio-macros v2.4.0
7242024-12-19T00:15:05.616Z Downloaded futures-task v0.3.31
7252024-12-19T00:15:05.618Z Downloaded futures-sink v0.3.31
7262024-12-19T00:15:05.619Z Downloaded normalize-line-endings v0.3.0
7272024-12-19T00:15:05.621Z Downloaded darling_macro v0.20.10
7282024-12-19T00:15:05.621Z Downloaded crossbeam-channel v0.5.13
7292024-12-19T00:15:05.625Z Downloaded progenitor-macro v0.8.0
7302024-12-19T00:15:05.627Z Downloaded olpc-cjson v0.1.4
7312024-12-19T00:15:05.627Z Downloaded peg-macros v0.8.4
7322024-12-19T00:15:05.629Z Downloaded tracing v0.1.40
7332024-12-19T00:15:05.634Z Downloaded value-bag v1.9.0
7342024-12-19T00:15:05.636Z Downloaded socket2 v0.5.7
7352024-12-19T00:15:05.639Z Downloaded num-complex v0.4.6
7362024-12-19T00:15:05.642Z Downloaded parse-size v1.1.0
7372024-12-19T00:15:05.644Z Downloaded same-file v1.0.6
7382024-12-19T00:15:05.644Z Downloaded scheduled-thread-pool v0.2.7
7392024-12-19T00:15:05.647Z Downloaded salsa20 v0.10.2
7402024-12-19T00:15:05.647Z Downloaded radium v0.7.0
7412024-12-19T00:15:05.650Z Downloaded r2d2 v0.8.10
7422024-12-19T00:15:05.650Z Downloaded tinyvec_macros v0.1.1
7432024-12-19T00:15:05.667Z Downloaded half v2.4.1
7442024-12-19T00:15:05.667Z Downloaded derive-where v1.2.7
7452024-12-19T00:15:05.667Z Downloaded libm v0.2.8
7462024-12-19T00:15:05.671Z Downloaded thiserror-no-std v2.0.2
7472024-12-19T00:15:05.671Z Downloaded utf16_iter v1.0.5
7482024-12-19T00:15:05.673Z Downloaded password-hash v0.4.2
7492024-12-19T00:15:05.673Z Downloaded publicsuffix v2.2.3
7502024-12-19T00:15:05.675Z Downloaded take_mut v0.2.2
7512024-12-19T00:15:05.678Z Downloaded elliptic-curve v0.13.8
7522024-12-19T00:15:05.680Z Downloaded dsl_auto_type v0.1.2
7532024-12-19T00:15:05.683Z Downloaded libxml v0.3.3
7542024-12-19T00:15:05.688Z Downloaded want v0.3.1
7552024-12-19T00:15:05.690Z Downloaded tls_codec_derive v0.4.1
7562024-12-19T00:15:05.692Z Downloaded tls_codec v0.4.1
7572024-12-19T00:15:05.692Z Downloaded strum_macros v0.25.3
7582024-12-19T00:15:05.695Z Downloaded foreign-types-shared v0.1.1
7592024-12-19T00:15:05.700Z Downloaded vte_generate_state_changes v0.1.2
7602024-12-19T00:15:05.700Z Downloaded fallible-streaming-iterator v0.1.9
7612024-12-19T00:15:05.700Z Downloaded fallible-iterator v0.3.0
7622024-12-19T00:15:05.700Z Downloaded data-encoding v2.6.0
7632024-12-19T00:15:05.703Z Downloaded utf8_iter v1.0.4
7642024-12-19T00:15:05.703Z Downloaded uuid v1.11.0
7652024-12-19T00:15:05.706Z Downloaded owo-colors v4.1.0
7662024-12-19T00:15:05.709Z Downloaded toml v0.7.8
7672024-12-19T00:15:05.712Z Downloaded path-slash v0.1.5
7682024-12-19T00:15:05.714Z Downloaded parse-display v0.10.0
7692024-12-19T00:15:05.714Z Downloaded parse-display-derive v0.10.0
7702024-12-19T00:15:05.720Z Downloaded quinn v0.11.5
7712024-12-19T00:15:05.722Z Downloaded rsa v0.9.6
7722024-12-19T00:15:05.725Z Downloaded foldhash v0.1.3
7732024-12-19T00:15:05.728Z Downloaded dropshot_endpoint v0.12.0
7742024-12-19T00:15:05.731Z Downloaded samael v0.0.17
7752024-12-19T00:15:05.735Z Downloaded rtoolbox v0.0.2
7762024-12-19T00:15:05.737Z Downloaded itertools v0.12.1
7772024-12-19T00:15:05.743Z Downloaded yoke v0.7.4
7782024-12-19T00:15:05.746Z Downloaded toolchain_find v0.4.0
7792024-12-19T00:15:05.748Z Downloaded xz2 v0.1.7
7802024-12-19T00:15:05.751Z Downloaded utf-8 v0.7.6
7812024-12-19T00:15:05.751Z Downloaded resolv-conf v0.7.0
7822024-12-19T00:15:05.754Z Downloaded dropshot_endpoint v0.13.0
7832024-12-19T00:15:05.756Z Downloaded zopfli v0.8.1
7842024-12-19T00:15:05.760Z Downloaded oso v0.27.3
7852024-12-19T00:15:05.762Z Downloaded tap v1.0.1
7862024-12-19T00:15:05.765Z Downloaded tabwriter v1.4.0
7872024-12-19T00:15:05.765Z Downloaded subtle v2.6.1
7882024-12-19T00:15:05.769Z Downloaded wait-timeout v0.2.0
7892024-12-19T00:15:05.769Z Downloaded foreign-types-macros v0.2.3
7902024-12-19T00:15:05.772Z Downloaded zip v2.1.3
7912024-12-19T00:15:05.774Z Downloaded x509-cert v0.2.5
7922024-12-19T00:15:05.779Z Downloaded num-integer v0.1.46
7932024-12-19T00:15:05.783Z Downloaded nu-ansi-term v0.50.1
7942024-12-19T00:15:05.786Z Downloaded paste v1.0.15
7952024-12-19T00:15:05.789Z Downloaded rustc_version v0.1.7
7962024-12-19T00:15:05.789Z Downloaded rand_xorshift v0.3.0
7972024-12-19T00:15:05.789Z Downloaded packed_struct_codegen v0.10.1
7982024-12-19T00:15:05.791Z Downloaded crossterm v0.28.1
7992024-12-19T00:15:05.797Z Downloaded signal-hook-registry v1.4.2
8002024-12-19T00:15:05.800Z Downloaded rustversion v1.0.17
8012024-12-19T00:15:05.803Z Downloaded itertools v0.13.0
8022024-12-19T00:15:05.808Z Downloaded packed_struct v0.10.1
8032024-12-19T00:15:05.811Z Downloaded zerocopy v0.6.6
8042024-12-19T00:15:05.813Z Downloaded termtree v0.4.1
8052024-12-19T00:15:05.816Z Downloaded snafu-derive v0.8.5
8062024-12-19T00:15:05.816Z Downloaded pkg-config v0.3.31
8072024-12-19T00:15:05.818Z Downloaded pkcs1 v0.7.5
8082024-12-19T00:15:05.820Z Downloaded slog-json v2.6.1
8092024-12-19T00:15:05.822Z Downloaded yasna v0.5.2
8102024-12-19T00:15:05.824Z Downloaded signal-hook-tokio v0.3.1
8112024-12-19T00:15:05.827Z Downloaded rusty-fork v0.3.0
8122024-12-19T00:15:05.827Z Downloaded hyper v1.5.0
8132024-12-19T00:15:05.833Z Downloaded fxhash v0.2.1
8142024-12-19T00:15:05.836Z Downloaded defmt-macros v0.3.9
8152024-12-19T00:15:05.838Z Downloaded glob v0.3.1
8162024-12-19T00:15:05.841Z Downloaded num_enum_derive v0.5.11
8172024-12-19T00:15:05.841Z Downloaded num_enum v0.5.11
8182024-12-19T00:15:05.846Z Downloaded vte v0.11.1
8192024-12-19T00:15:05.851Z Downloaded pkcs5 v0.7.1
8202024-12-19T00:15:05.854Z Downloaded derive_builder_macro v0.20.2
8212024-12-19T00:15:05.854Z Downloaded zerocopy-derive v0.8.10
8222024-12-19T00:15:05.860Z Downloaded dyn-clone v1.0.17
8232024-12-19T00:15:05.862Z Downloaded difflib v0.4.0
8242024-12-19T00:15:05.865Z Downloaded url v2.5.3
8252024-12-19T00:15:05.867Z Downloaded sec1 v0.7.3
8262024-12-19T00:15:05.870Z Downloaded rustc_version v0.4.1
8272024-12-19T00:15:05.870Z Downloaded parking_lot_core v0.9.10
8282024-12-19T00:15:05.872Z Downloaded zerovec v0.10.4
8292024-12-19T00:15:05.877Z Downloaded progenitor-client v0.8.0
8302024-12-19T00:15:05.880Z Downloaded twox-hash v1.6.3
8312024-12-19T00:15:05.882Z Downloaded termios v0.3.3
8322024-12-19T00:15:05.882Z Downloaded semver v0.1.20
8332024-12-19T00:15:05.885Z Downloaded siphasher v0.3.11
8342024-12-19T00:15:05.885Z Downloaded which v4.4.2
8352024-12-19T00:15:05.887Z Downloaded hkdf v0.12.4
8362024-12-19T00:15:05.890Z Downloaded funty v2.0.0
8372024-12-19T00:15:05.890Z Downloaded env_filter v0.1.2
8382024-12-19T00:15:05.892Z Downloaded subprocess v0.2.9
8392024-12-19T00:15:05.894Z Downloaded defmt v0.3.8
8402024-12-19T00:15:05.897Z Downloaded tracing-attributes v0.1.27
8412024-12-19T00:15:05.900Z Downloaded slog-term v2.9.1
8422024-12-19T00:15:05.903Z Downloaded num_threads v0.1.7
8432024-12-19T00:15:05.905Z Downloaded gethostname v0.5.0
8442024-12-19T00:15:05.905Z Downloaded defmt-parser v0.3.4
8452024-12-19T00:15:05.907Z Downloaded debug-ignore v1.0.5
8462024-12-19T00:15:05.910Z Downloaded phf_shared v0.10.0
8472024-12-19T00:15:05.910Z Downloaded secrecy v0.8.0
8482024-12-19T00:15:05.910Z Downloaded rand_core v0.6.4
8492024-12-19T00:15:05.914Z Downloaded tokio-rustls v0.25.0
8502024-12-19T00:15:05.914Z Downloaded whoami v1.5.2
8512024-12-19T00:15:05.917Z Downloaded darling_core v0.20.10
8522024-12-19T00:15:05.920Z Downloaded password-hash v0.5.0
8532024-12-19T00:15:05.922Z Downloaded num-iter v0.1.45
8542024-12-19T00:15:05.924Z Downloaded fatfs v0.3.6
8552024-12-19T00:15:05.927Z Downloaded tough v0.19.0
8562024-12-19T00:15:05.935Z Downloaded precomputed-hash v0.1.1
8572024-12-19T00:15:05.937Z Downloaded postgres-protocol v0.6.7
8582024-12-19T00:15:05.940Z Downloaded static_assertions v1.1.0
8592024-12-19T00:15:05.940Z Downloaded strum_macros v0.26.4
8602024-12-19T00:15:05.943Z Downloaded expectorate v1.1.0
8612024-12-19T00:15:05.945Z Downloaded ghash v0.5.1
8622024-12-19T00:15:05.946Z Downloaded tokio-native-tls v0.3.1
8632024-12-19T00:15:05.948Z Downloaded endian-type v0.1.2
8642024-12-19T00:15:05.948Z Downloaded thiserror-impl-no-std v2.0.2
8652024-12-19T00:15:05.951Z Downloaded rand_seeder v0.3.0
8662024-12-19T00:15:05.953Z Downloaded rand_chacha v0.3.1
8672024-12-19T00:15:05.953Z Downloaded sct v0.7.1
8682024-12-19T00:15:05.955Z Downloaded postcard v1.0.10
8692024-12-19T00:15:05.958Z Downloaded serde-big-array v0.5.1
8702024-12-19T00:15:05.960Z Downloaded pin-utils v0.1.0
8712024-12-19T00:15:05.977Z Downloaded tar v0.4.42
8722024-12-19T00:15:05.977Z Downloaded env_logger v0.10.2
8732024-12-19T00:15:05.977Z Downloaded hashbrown v0.12.3
8742024-12-19T00:15:05.980Z Downloaded write16 v1.0.0
8752024-12-19T00:15:05.983Z Downloaded group v0.13.0
8762024-12-19T00:15:05.985Z Downloaded typify-macro v0.2.0
8772024-12-19T00:15:05.985Z Downloaded num-traits v0.2.19
8782024-12-19T00:15:05.988Z Downloaded flume v0.11.1
8792024-12-19T00:15:05.994Z Downloaded num-derive v0.4.2
8802024-12-19T00:15:05.996Z Downloaded diesel-dtrace v0.3.0
8812024-12-19T00:15:05.998Z Downloaded steno v0.4.1
8822024-12-19T00:15:06.002Z Downloaded unicode-truncate v1.1.0
8832024-12-19T00:15:06.004Z Downloaded poly1305 v0.8.0
8842024-12-19T00:15:06.007Z Downloaded globset v0.4.15
8852024-12-19T00:15:06.009Z Downloaded rayon v1.10.0
8862024-12-19T00:15:06.019Z Downloaded tokio-stream v0.1.16
8872024-12-19T00:15:06.023Z Downloaded tokio-rustls v0.26.0
8882024-12-19T00:15:06.026Z Downloaded diff v0.1.13
8892024-12-19T00:15:06.029Z Downloaded tokio-rustls v0.24.1
8902024-12-19T00:15:06.031Z Downloaded phf_shared v0.11.2
8912024-12-19T00:15:06.034Z Downloaded wyz v0.5.1
8922024-12-19T00:15:06.034Z Downloaded stable_deref_trait v1.2.0
8932024-12-19T00:15:06.037Z Downloaded slog-envlogger v2.2.0
8942024-12-19T00:15:06.037Z Downloaded powerfmt v0.2.0
8952024-12-19T00:15:06.039Z Downloaded similar v2.6.0
8962024-12-19T00:15:06.043Z Downloaded smf v0.2.3
8972024-12-19T00:15:06.046Z Downloaded derive_builder v0.20.2
8982024-12-19T00:15:06.050Z Downloaded hashlink v0.9.1
8992024-12-19T00:15:06.052Z Downloaded tokio-tungstenite v0.23.1
9002024-12-19T00:15:06.054Z Downloaded futures v0.3.31
9012024-12-19T00:15:06.060Z Downloaded ena v0.14.3
9022024-12-19T00:15:06.062Z Downloaded embedded-io v0.6.1
9032024-12-19T00:15:06.067Z Downloaded pbkdf2 v0.11.0
9042024-12-19T00:15:06.070Z Downloaded miniz_oxide v0.8.0
9052024-12-19T00:15:06.070Z Downloaded rustls-pki-types v1.9.0
9062024-12-19T00:15:06.073Z Downloaded des v0.8.1
9072024-12-19T00:15:06.075Z Downloaded ed25519 v2.2.3
9082024-12-19T00:15:06.079Z Downloaded unicase v2.7.0
9092024-12-19T00:15:06.079Z Downloaded simd-adler32 v0.3.7
9102024-12-19T00:15:06.082Z Downloaded ecdsa v0.16.9
9112024-12-19T00:15:06.082Z Downloaded tungstenite v0.24.0
9122024-12-19T00:15:06.084Z Downloaded rustfmt-wrapper v0.2.1
9132024-12-19T00:15:06.087Z Downloaded phf_generator v0.11.2
9142024-12-19T00:15:06.089Z Downloaded hashbrown v0.14.5
9152024-12-19T00:15:06.092Z Downloaded unarray v0.1.4
9162024-12-19T00:15:06.097Z Downloaded postgres-types v0.2.8
9172024-12-19T00:15:06.097Z Downloaded pin-project-lite v0.2.14
9182024-12-19T00:15:06.102Z Downloaded smallvec v1.13.2
9192024-12-19T00:15:06.105Z Downloaded serde_with_macros v3.11.0
9202024-12-19T00:15:06.107Z Downloaded unsafe-libyaml v0.2.11
9212024-12-19T00:15:06.110Z Downloaded unicode-segmentation v1.12.0
9222024-12-19T00:15:06.114Z Downloaded parse-zoneinfo v0.3.1
9232024-12-19T00:15:06.122Z Downloaded russh v0.45.0
9242024-12-19T00:15:06.125Z Downloaded rayon-core v1.12.1
9252024-12-19T00:15:06.127Z Downloaded slab v0.4.9
9262024-12-19T00:15:06.129Z Downloaded headers v0.4.0
9272024-12-19T00:15:06.133Z Downloaded portable-atomic v1.9.0
9282024-12-19T00:15:06.141Z Downloaded getrandom v0.2.15
9292024-12-19T00:15:06.143Z Downloaded chrono v0.4.38
9302024-12-19T00:15:06.151Z Downloaded lalrpop v0.19.12
9312024-12-19T00:15:06.163Z Downloaded derive_builder_core v0.20.2
9322024-12-19T00:15:06.165Z Downloaded quick-xml v0.33.0
9332024-12-19T00:15:06.171Z Downloaded pin-project v1.1.6
9342024-12-19T00:15:06.183Z Downloaded unicode-properties v0.1.3
9352024-12-19T00:15:06.186Z Downloaded icu_properties_data v1.5.0
9362024-12-19T00:15:06.196Z Downloaded bindgen v0.69.5
9372024-12-19T00:15:06.204Z Downloaded rcgen v0.12.1
9382024-12-19T00:15:06.207Z Downloaded mio v1.0.2
9392024-12-19T00:15:06.213Z Downloaded ed25519-dalek v2.1.1
9402024-12-19T00:15:06.216Z Downloaded bitvec v1.0.1
9412024-12-19T00:15:06.232Z Downloaded num-bigint v0.4.6
9422024-12-19T00:15:06.236Z Downloaded toml_edit v0.19.15
9432024-12-19T00:15:06.253Z Downloaded futures-util v0.3.31
9442024-12-19T00:15:06.266Z Downloaded flate2 v1.0.34
9452024-12-19T00:15:06.273Z Downloaded regex v1.11.1
9462024-12-19T00:15:06.286Z Downloaded rusqlite v0.32.1
9472024-12-19T00:15:06.292Z Downloaded idna v0.3.0
9482024-12-19T00:15:06.300Z Downloaded proptest v1.5.0
9492024-12-19T00:15:06.310Z Downloaded unicode-normalization v0.1.24
9502024-12-19T00:15:06.314Z Downloaded zerocopy v0.8.10
9512024-12-19T00:15:06.339Z Downloaded h2 v0.4.6
9522024-12-19T00:15:06.346Z Downloaded idna v0.4.0
9532024-12-19T00:15:06.353Z Downloaded num-bigint-dig v0.8.4
9542024-12-19T00:15:06.357Z Downloaded vcpkg v0.2.15
9552024-12-19T00:15:06.395Z Downloaded reqwest v0.12.9
9562024-12-19T00:15:06.403Z Downloaded quinn-proto v0.11.8
9572024-12-19T00:15:06.410Z Downloaded idna v0.5.0
9582024-12-19T00:15:06.417Z Downloaded rustls v0.21.12
9592024-12-19T00:15:06.429Z Downloaded idna v0.2.3
9602024-12-19T00:15:06.436Z Downloaded reedline v0.35.0
9612024-12-19T00:15:06.444Z Downloaded object v0.30.4
9622024-12-19T00:15:06.454Z Downloaded rustyline v14.0.0
9632024-12-19T00:15:06.461Z Downloaded p384 v0.13.0
9642024-12-19T00:15:06.466Z Downloaded dropshot v0.12.0
9652024-12-19T00:15:06.488Z Downloaded winnow v0.5.40
9662024-12-19T00:15:06.496Z Downloaded webpki-roots v0.26.6
9672024-12-19T00:15:06.500Z Downloaded gimli v0.31.1
9682024-12-19T00:15:06.509Z Downloaded curve25519-dalek v4.1.3
9692024-12-19T00:15:06.518Z Downloaded rustls v0.22.4
9702024-12-19T00:15:06.530Z Downloaded rustls v0.23.14
9712024-12-19T00:15:06.543Z Downloaded petname v2.0.2
9722024-12-19T00:15:06.549Z Downloaded git2 v0.19.0
9732024-12-19T00:15:06.557Z Downloaded unicode-width v0.2.0
9742024-12-19T00:15:06.563Z Downloaded nix v0.28.0
9752024-12-19T00:15:06.575Z Downloaded regress v0.9.1
9762024-12-19T00:15:06.585Z Downloaded object v0.36.5
9772024-12-19T00:15:06.596Z Downloaded radix_trie v0.2.1
9782024-12-19T00:15:06.602Z Downloaded regex-syntax v0.8.5
9792024-12-19T00:15:06.611Z Downloaded polar-core v0.27.3
9802024-12-19T00:15:06.620Z Downloaded trust-dns-proto v0.22.0
9812024-12-19T00:15:06.634Z Downloaded hickory-proto v0.24.1
9822024-12-19T00:15:06.649Z Downloaded nix v0.27.1
9832024-12-19T00:15:06.661Z Downloaded zerocopy-derive v0.6.6
9842024-12-19T00:15:06.673Z Downloaded dropshot v0.13.0
9852024-12-19T00:15:06.697Z Downloaded typify-impl v0.2.0
9862024-12-19T00:15:06.712Z Downloaded sled v0.34.7
9872024-12-19T00:15:06.725Z Downloaded regex-syntax v0.6.29
9882024-12-19T00:15:06.733Z Downloaded openapiv3 v2.0.0
9892024-12-19T00:15:06.748Z Downloaded bzip2-sys v0.1.11+1.0.8
9902024-12-19T00:15:06.760Z Downloaded nix v0.29.0
9912024-12-19T00:15:06.773Z Downloaded diesel v2.2.4
9922024-12-19T00:15:06.794Z Downloaded chrono-tz v0.10.0
9932024-12-19T00:15:06.801Z Downloaded bstr v1.10.0
9942024-12-19T00:15:06.812Z Downloaded regress v0.10.1
9952024-12-19T00:15:06.821Z Downloaded smoltcp v0.9.1
9962024-12-19T00:15:06.833Z Downloaded smoltcp v0.11.0
9972024-12-19T00:15:06.846Z Downloaded ratatui v0.28.1
9982024-12-19T00:15:06.867Z Downloaded openssl v0.10.66
9992024-12-19T00:15:06.877Z Downloaded ssh-key v0.6.6
10002024-12-19T00:15:06.884Z Downloaded serde_with v3.11.0
10012024-12-19T00:15:06.893Z Downloaded csv v1.3.0
10022024-12-19T00:15:06.915Z Downloaded salty v0.3.0
10032024-12-19T00:15:06.922Z Downloaded sqlparser v0.45.0
10042024-12-19T00:15:06.928Z Downloaded rustls-webpki v0.101.7
10052024-12-19T00:15:06.943Z Downloaded p521 v0.13.3
10062024-12-19T00:15:06.947Z Downloaded serde_yaml v0.9.34+deprecated
10072024-12-19T00:15:06.950Z Downloaded rustls-pemfile v2.2.0
10082024-12-19T00:15:06.952Z Downloaded der v0.7.9
10092024-12-19T00:15:06.958Z Downloaded nom v7.1.3
10102024-12-19T00:15:06.964Z Downloaded time v0.3.36
10112024-12-19T00:15:06.971Z Downloaded pin-project-internal v1.1.6
10122024-12-19T00:15:06.974Z Downloaded rustls-webpki v0.102.8
10132024-12-19T00:15:06.993Z Downloaded signature v2.2.0
10142024-12-19T00:15:06.995Z Downloaded test-strategy v0.3.1
10152024-12-19T00:15:06.998Z Downloaded typed-path v0.9.3
10162024-12-19T00:15:07.003Z Downloaded lzma-sys v0.1.20
10172024-12-19T00:15:07.034Z Downloaded tokio-util v0.7.12
10182024-12-19T00:15:07.040Z Downloaded tracing-core v0.1.32
10192024-12-19T00:15:07.043Z Downloaded hashbrown v0.13.2
10202024-12-19T00:15:07.047Z Downloaded tokio-tungstenite v0.21.0
10212024-12-19T00:15:07.049Z Downloaded der_derive v0.7.3
10222024-12-19T00:15:07.052Z Downloaded regex-automata v0.4.8
10232024-12-19T00:15:07.068Z Downloaded petgraph v0.6.5
10242024-12-19T00:15:07.086Z Downloaded deranged v0.3.11
10252024-12-19T00:15:07.088Z Downloaded libz-sys v1.1.20
10262024-12-19T00:15:07.108Z Downloaded futures-channel v0.3.31
10272024-12-19T00:15:07.110Z Downloaded tokio v1.40.0
10282024-12-19T00:15:07.146Z Downloaded blake3 v1.5.4
10292024-12-19T00:15:07.153Z Downloaded sha3 v0.10.8
10302024-12-19T00:15:07.158Z Downloaded term v0.7.0
10312024-12-19T00:15:07.160Z Downloaded slog-stdlog v4.1.1
10322024-12-19T00:15:07.163Z Downloaded polyval v0.6.2
10332024-12-19T00:15:07.165Z Downloaded aws-lc-rs v1.10.0
10342024-12-19T00:15:07.171Z Downloaded diesel_table_macro_syntax v0.2.0
10352024-12-19T00:15:07.174Z Downloaded displaydoc v0.2.5
10362024-12-19T00:15:07.176Z Downloaded openssl-sys v0.9.103
10372024-12-19T00:15:07.181Z Downloaded omicron-zone-package v0.11.1
10382024-12-19T00:15:07.183Z Downloaded hash32 v0.3.1
10392024-12-19T00:15:07.185Z Downloaded env_logger v0.11.5
10402024-12-19T00:15:07.189Z Downloaded foreign-types v0.5.0
10412024-12-19T00:15:07.190Z Downloaded dirs-next v2.0.0
10422024-12-19T00:15:07.192Z Downloaded idna v1.0.3
10432024-12-19T00:15:07.194Z Downloaded p256 v0.13.2
10442024-12-19T00:15:07.196Z Downloaded foreign-types-shared v0.3.1
10452024-12-19T00:15:07.198Z Downloaded num v0.4.3
10462024-12-19T00:15:07.198Z Downloaded nodrop v0.1.14
10472024-12-19T00:15:07.199Z Downloaded tungstenite v0.23.0
10482024-12-19T00:15:07.201Z Downloaded tungstenite v0.21.0
10492024-12-19T00:15:07.205Z Downloaded unicode_categories v0.1.1
10502024-12-19T00:15:07.207Z Downloaded num-rational v0.4.2
10512024-12-19T00:15:07.209Z Downloaded russh-keys v0.45.0
10522024-12-19T00:15:07.211Z Downloaded sqlformat v0.2.6
10532024-12-19T00:15:07.214Z Downloaded itertools v0.10.5
10542024-12-19T00:15:07.219Z Downloaded string_cache v0.8.7
10552024-12-19T00:15:07.222Z Downloaded slog-bunyan v2.5.0
10562024-12-19T00:15:07.222Z Downloaded slog-async v2.8.0
10572024-12-19T00:15:07.224Z Downloaded typify v0.2.0
10582024-12-19T00:15:07.227Z Downloaded tinyvec v1.8.0
10592024-12-19T00:15:07.229Z Downloaded ron v0.8.1
10602024-12-19T00:15:07.233Z Downloaded structmeta v0.3.0
10612024-12-19T00:15:07.235Z Downloaded openssl-macros v0.1.1
10622024-12-19T00:15:07.235Z Downloaded number_prefix v0.4.0
10632024-12-19T00:15:07.235Z Downloaded parking_lot v0.12.3
10642024-12-19T00:15:07.238Z Downloaded unicode-bidi v0.3.17
10652024-12-19T00:15:07.241Z Downloaded vsss-rs v3.3.4
10662024-12-19T00:15:07.243Z Downloaded diesel_derives v2.2.3
10672024-12-19T00:15:07.246Z Downloaded qorb v0.2.1
10682024-12-19T00:15:07.250Z Downloaded cc v1.1.30
10692024-12-19T00:15:07.253Z Downloaded mockall_derive v0.13.0
10702024-12-19T00:15:07.256Z Downloaded hickory-resolver v0.24.1
10712024-12-19T00:15:07.260Z Downloaded serde_derive_internals v0.29.1
10722024-12-19T00:15:07.262Z Downloaded snafu v0.8.5
10732024-12-19T00:15:07.267Z Downloaded vergen v8.3.2
10742024-12-19T00:15:07.269Z Downloaded slog v2.7.0
10752024-12-19T00:15:07.272Z Downloaded schemars v0.8.21
10762024-12-19T00:15:07.284Z Downloaded newtype_derive v0.1.6
10772024-12-19T00:15:07.287Z Downloaded float-ord v0.3.2
10782024-12-19T00:15:07.287Z Downloaded spin v0.5.2
10792024-12-19T00:15:07.287Z Downloaded smallvec v0.6.14
10802024-12-19T00:15:07.290Z Downloaded sha1 v0.10.6
10812024-12-19T00:15:07.290Z Downloaded serde-hex v0.1.0
10822024-12-19T00:15:07.296Z Downloaded native-tls v0.2.12
10832024-12-19T00:15:07.297Z Downloaded multer v3.1.0
10842024-12-19T00:15:07.297Z Downloaded futures-executor v0.3.31
10852024-12-19T00:15:07.300Z Downloaded icu_locid v1.5.0
10862024-12-19T00:15:07.303Z Downloaded proc-macro-crate v1.3.1
10872024-12-19T00:15:07.303Z Downloaded ppv-lite86 v0.2.20
10882024-12-19T00:15:07.303Z Downloaded ron v0.7.1
10892024-12-19T00:15:07.308Z Downloaded pbkdf2 v0.12.2
10902024-12-19T00:15:07.310Z Downloaded tokio-tungstenite v0.24.0
10912024-12-19T00:15:07.310Z Downloaded enum-as-inner v0.5.1
10922024-12-19T00:15:07.313Z Downloaded either v1.13.0
10932024-12-19T00:15:07.315Z Downloaded display-error-chain v0.2.2
10942024-12-19T00:15:07.315Z Downloaded dirs-sys-next v0.1.2
10952024-12-19T00:15:07.315Z Downloaded zeroize_derive v1.4.2
10962024-12-19T00:15:07.318Z Downloaded tiny-keccak v2.0.2
10972024-12-19T00:15:07.318Z Downloaded icu_provider v1.5.0
10982024-12-19T00:15:07.321Z Downloaded ciborium v0.2.2
10992024-12-19T00:15:07.323Z Downloaded mirai-annotations v1.12.0
11002024-12-19T00:15:07.325Z Downloaded indexmap v1.9.3
11012024-12-19T00:15:07.328Z Downloaded ssh-encoding v0.2.0
11022024-12-19T00:15:07.331Z Downloaded ssh-cipher v0.2.0
11032024-12-19T00:15:07.331Z Downloaded slog-scope v4.4.0
11042024-12-19T00:15:07.333Z Downloaded jobserver v0.1.32
11052024-12-19T00:15:07.333Z Downloaded cancel-safe-futures v0.1.5
11062024-12-19T00:15:07.337Z Downloaded base64ct v1.6.0
11072024-12-19T00:15:07.339Z Downloaded curve25519-dalek-derive v0.1.1
11082024-12-19T00:15:07.339Z Downloaded cobs v0.2.3
11092024-12-19T00:15:07.341Z Downloaded chrono-tz-build v0.4.0
11102024-12-19T00:15:07.341Z Downloaded atomic-waker v1.1.2
11112024-12-19T00:15:07.344Z Downloaded crc v3.2.1
11122024-12-19T00:15:07.346Z Downloaded cipher v0.4.4
11132024-12-19T00:15:07.346Z Downloaded cexpr v0.6.0
11142024-12-19T00:15:07.349Z Downloaded kstat-rs v0.2.4
11152024-12-19T00:15:07.349Z Downloaded cbc v0.1.2
11162024-12-19T00:15:07.351Z Downloaded castaway v0.2.3
11172024-12-19T00:15:07.351Z Downloaded blowfish v0.9.1
11182024-12-19T00:15:07.353Z Downloaded block-padding v0.3.3
11192024-12-19T00:15:07.353Z Downloaded bitflags v1.3.2
11202024-12-19T00:15:07.356Z Downloaded bit-vec v0.6.3
11212024-12-19T00:15:07.358Z Downloaded bit-set v0.5.3
11222024-12-19T00:15:07.361Z Downloaded bcrypt-pbkdf v0.10.0
11232024-12-19T00:15:07.361Z Downloaded hostname v0.4.0
11242024-12-19T00:15:07.363Z Downloaded crunchy v0.2.2
11252024-12-19T00:15:07.363Z Downloaded idna_adapter v1.2.0
11262024-12-19T00:15:07.365Z Downloaded hyper-tls v0.6.0
11272024-12-19T00:15:07.365Z Downloaded cfg_aliases v0.1.1
11282024-12-19T00:15:07.368Z Downloaded encoding_rs v0.8.34
11292024-12-19T00:15:07.469Z Downloaded libgit2-sys v0.17.0+1.8.1
11302024-12-19T00:15:07.783Z Downloaded aws-lc-sys v0.22.0
11312024-12-19T00:15:08.253Z Downloaded ring v0.17.8
11322024-12-19T00:15:08.420Z Downloaded libsqlite3-sys v0.30.1
11332024-12-19T00:15:08.497Z Downloaded ring v0.16.20
11342024-12-19T00:15:08.675Z Compiling serde v1.0.215
11352024-12-19T00:15:08.678Z Compiling lock_api v0.4.12
11362024-12-19T00:15:08.678Z Compiling scopeguard v1.2.0
11372024-12-19T00:15:08.678Z Compiling value-bag v1.9.0
11382024-12-19T00:15:08.678Z Compiling typenum v1.17.0
11392024-12-19T00:15:08.678Z Compiling generic-array v0.14.7
11402024-12-19T00:15:08.835Z Compiling syn v2.0.87
11412024-12-19T00:15:08.849Z Compiling getrandom v0.2.15
11422024-12-19T00:15:09.009Z Compiling subtle v2.6.1
11432024-12-19T00:15:09.278Z Compiling rand_core v0.6.4
11442024-12-19T00:15:09.327Z Compiling log v0.4.22
11452024-12-19T00:15:09.363Z Compiling shlex v1.3.0
11462024-12-19T00:15:09.455Z Compiling jobserver v0.1.32
11472024-12-19T00:15:09.624Z Compiling smallvec v1.13.2
11482024-12-19T00:15:09.782Z Compiling cc v1.1.30
11492024-12-19T00:15:09.799Z Compiling const-oid v0.9.6
11502024-12-19T00:15:09.883Z Compiling spin v0.9.8
11512024-12-19T00:15:10.006Z Compiling pin-project-lite v0.2.14
11522024-12-19T00:15:10.123Z Compiling rustix v0.38.37
11532024-12-19T00:15:10.144Z Compiling parking_lot_core v0.9.10
11542024-12-19T00:15:10.269Z Compiling futures-core v0.3.31
11552024-12-19T00:15:10.376Z Compiling signal-hook-registry v1.4.2
11562024-12-19T00:15:10.522Z Compiling mio v1.0.2
11572024-12-19T00:15:11.159Z Compiling parking_lot v0.12.3
11582024-12-19T00:15:11.282Z Compiling aho-corasick v1.1.3
11592024-12-19T00:15:11.352Z Compiling either v1.13.0
11602024-12-19T00:15:11.510Z Compiling cpufeatures v0.2.14
11612024-12-19T00:15:11.623Z Compiling regex-syntax v0.8.5
11622024-12-19T00:15:11.824Z Compiling lazy_static v1.5.0
11632024-12-19T00:15:11.852Z Compiling futures-sink v0.3.31
11642024-12-19T00:15:11.960Z Compiling glob v0.3.1
11652024-12-19T00:15:11.980Z Compiling stable_deref_trait v1.2.0
11662024-12-19T00:15:12.022Z Compiling socket2 v0.5.7
11672024-12-19T00:15:12.090Z Compiling slab v0.4.9
11682024-12-19T00:15:12.170Z Compiling prettyplease v0.2.25
11692024-12-19T00:15:12.540Z Compiling minimal-lexical v0.2.1
11702024-12-19T00:15:12.860Z Compiling libloading v0.8.5
11712024-12-19T00:15:13.015Z Compiling clang-sys v1.8.1
11722024-12-19T00:15:13.037Z Compiling nom v7.1.3
11732024-12-19T00:15:13.088Z Compiling home v0.5.9
11742024-12-19T00:15:13.301Z Compiling serde_json v1.0.132
11752024-12-19T00:15:13.348Z Compiling bindgen v0.69.5
11762024-12-19T00:15:13.655Z Compiling futures-channel v0.3.31
11772024-12-19T00:15:14.095Z Compiling itertools v0.12.1
11782024-12-19T00:15:14.196Z Compiling rustc-hash v1.1.0
11792024-12-19T00:15:14.242Z Compiling lazycell v1.3.0
11802024-12-19T00:15:14.343Z Compiling foldhash v0.1.3
11812024-12-19T00:15:14.402Z Compiling allocator-api2 v0.2.18
11822024-12-19T00:15:14.661Z Compiling pin-utils v0.1.0
11832024-12-19T00:15:14.766Z Compiling futures-io v0.3.31
11842024-12-19T00:15:15.076Z Compiling futures-task v0.3.31
11852024-12-19T00:15:15.168Z Compiling hashbrown v0.15.0
11862024-12-19T00:15:15.373Z Compiling regex-automata v0.4.8
11872024-12-19T00:15:16.532Z Compiling synstructure v0.13.1
11882024-12-19T00:15:16.871Z Compiling cexpr v0.6.0
11892024-12-19T00:15:17.244Z Compiling cmake v0.1.51
11902024-12-19T00:15:18.223Z Compiling tinyvec_macros v0.1.1
11912024-12-19T00:15:18.293Z Compiling pkg-config v0.3.31
11922024-12-19T00:15:18.321Z Compiling libm v0.2.8
11932024-12-19T00:15:18.502Z Compiling dunce v1.0.5
11942024-12-19T00:15:18.635Z Compiling fs_extra v1.3.0
11952024-12-19T00:15:18.657Z Compiling tinyvec v1.8.0
11962024-12-19T00:15:18.704Z Compiling num-traits v0.2.19
11972024-12-19T00:15:19.259Z Compiling ring v0.17.8
11982024-12-19T00:15:19.861Z Compiling litemap v0.7.3
11992024-12-19T00:15:20.166Z Compiling unicode-normalization v0.1.24
12002024-12-19T00:15:20.221Z Compiling base64ct v1.6.0
12012024-12-19T00:15:20.244Z Compiling unicode-bidi v0.3.17
12022024-12-19T00:15:20.417Z Compiling writeable v0.5.5
12032024-12-19T00:15:20.598Z Compiling paste v1.0.15
12042024-12-19T00:15:20.785Z Compiling pem-rfc7468 v0.7.0
12052024-12-19T00:15:21.027Z Compiling regex v1.11.1
12062024-12-19T00:15:21.511Z Compiling flagset v0.4.6
12072024-12-19T00:15:21.703Z Compiling httparse v1.9.5
12082024-12-19T00:15:21.724Z Compiling aws-lc-rs v1.10.0
12092024-12-19T00:15:22.156Z Compiling tracing-core v0.1.32
12102024-12-19T00:15:22.527Z Compiling percent-encoding v2.3.1
12112024-12-19T00:15:22.854Z Compiling rustls-pki-types v1.9.0
12122024-12-19T00:15:23.244Z Compiling icu_locid_transform_data v1.5.0
12132024-12-19T00:15:23.247Z Compiling crossbeam-utils v0.8.20
12142024-12-19T00:15:23.465Z Compiling serde_derive v1.0.215
12152024-12-19T00:15:23.519Z Compiling zeroize_derive v1.4.2
12162024-12-19T00:15:23.846Z Compiling zerocopy-derive v0.7.35
12172024-12-19T00:15:23.863Z Compiling tokio-macros v2.4.0
12182024-12-19T00:15:23.988Z Compiling zerofrom-derive v0.1.4
12192024-12-19T00:15:25.033Z Compiling zeroize v1.8.1
12202024-12-19T00:15:25.434Z Compiling yoke-derive v0.7.4
12212024-12-19T00:15:25.724Z Compiling thiserror-impl v1.0.69
12222024-12-19T00:15:26.110Z Compiling zerocopy v0.7.35
12232024-12-19T00:15:26.916Z Compiling crypto-common v0.1.6
12242024-12-19T00:15:27.146Z Compiling block-buffer v0.10.4
12252024-12-19T00:15:27.395Z Compiling digest v0.10.7
12262024-12-19T00:15:27.664Z Compiling futures-macro v0.3.31
12272024-12-19T00:15:27.882Z Compiling hmac v0.12.1
12282024-12-19T00:15:28.117Z Compiling zerovec-derive v0.10.3
12292024-12-19T00:15:28.140Z Compiling zerofrom v0.1.4
12302024-12-19T00:15:28.143Z Compiling block-padding v0.3.3
12312024-12-19T00:15:28.395Z Compiling displaydoc v0.2.5
12322024-12-19T00:15:28.409Z Compiling inout v0.1.3
12332024-12-19T00:15:28.594Z Compiling yoke v0.7.4
12342024-12-19T00:15:28.720Z Compiling cipher v0.4.4
12352024-12-19T00:15:29.004Z Compiling sha2 v0.10.8
12362024-12-19T00:15:29.221Z Compiling thiserror v1.0.69
12372024-12-19T00:15:29.267Z Compiling ppv-lite86 v0.2.20
12382024-12-19T00:15:29.367Z Compiling icu_provider_macros v1.5.0
12392024-12-19T00:15:29.650Z Compiling futures-util v0.3.31
12402024-12-19T00:15:30.119Z Compiling der_derive v0.7.3
12412024-12-19T00:15:30.225Z Compiling rand_chacha v0.3.1
12422024-12-19T00:15:30.594Z Compiling tracing-attributes v0.1.27
12432024-12-19T00:15:30.867Z Compiling zerovec v0.10.4
12442024-12-19T00:15:32.322Z Compiling rand v0.8.5
12452024-12-19T00:15:32.613Z Compiling pest v2.7.14
12462024-12-19T00:15:32.728Z Compiling der v0.7.9
12472024-12-19T00:15:33.165Z Compiling tinystr v0.7.6
12482024-12-19T00:15:33.653Z Compiling icu_locid v1.5.0
12492024-12-19T00:15:34.461Z Compiling icu_collections v1.5.0
12502024-12-19T00:15:34.464Z Compiling tracing v0.1.40
12512024-12-19T00:15:34.986Z Compiling icu_provider v1.5.0
12522024-12-19T00:15:35.262Z Compiling spki v0.7.3
12532024-12-19T00:15:35.652Z Compiling salsa20 v0.10.2
12542024-12-19T00:15:35.678Z Compiling pbkdf2 v0.12.2
12552024-12-19T00:15:35.733Z Compiling icu_locid_transform v1.5.0
12562024-12-19T00:15:35.857Z Compiling untrusted v0.9.0
12572024-12-19T00:15:35.895Z Compiling num-conv v0.1.0
12582024-12-19T00:15:35.991Z Compiling untrusted v0.7.1
12592024-12-19T00:15:35.991Z Compiling time-core v0.1.2
12602024-12-19T00:15:36.074Z Compiling mirai-annotations v1.12.0
12612024-12-19T00:15:36.140Z Compiling powerfmt v0.2.0
12622024-12-19T00:15:36.159Z Compiling icu_properties_data v1.5.0
12632024-12-19T00:15:36.180Z Compiling vcpkg v0.2.15
12642024-12-19T00:15:36.199Z Compiling time-macros v0.2.18
12652024-12-19T00:15:36.264Z Compiling scrypt v0.11.0
12662024-12-19T00:15:36.402Z Compiling deranged v0.3.11
12672024-12-19T00:15:36.852Z Compiling pest_meta v2.7.14
12682024-12-19T00:15:37.842Z Compiling bitflags v2.6.0
12692024-12-19T00:15:37.866Z Compiling bytes v1.8.0
12702024-12-19T00:15:38.376Z Compiling indexmap v2.6.0
12712024-12-19T00:15:38.525Z Compiling semver v1.0.23
12722024-12-19T00:15:39.201Z Compiling tokio v1.40.0
12732024-12-19T00:15:39.317Z Compiling http v1.1.0
12742024-12-19T00:15:39.578Z Compiling rustc_version v0.4.1
12752024-12-19T00:15:39.902Z Compiling openssl-sys v0.9.103
12762024-12-19T00:15:40.030Z Compiling icu_properties v1.5.1
12772024-12-19T00:15:40.366Z Compiling cbc v0.1.2
12782024-12-19T00:15:40.614Z Compiling aes v0.8.4
12792024-12-19T00:15:40.979Z Compiling scroll_derive v0.12.0
12802024-12-19T00:15:41.597Z Compiling atomic-waker v1.1.2
12812024-12-19T00:15:41.798Z Compiling utf8_iter v1.0.4
12822024-12-19T00:15:41.896Z Compiling utf16_iter v1.0.5
12832024-12-19T00:15:42.049Z Compiling write16 v1.0.0
12842024-12-19T00:15:42.092Z Compiling num_threads v0.1.7
12852024-12-19T00:15:42.117Z Compiling icu_normalizer_data v1.5.0
12862024-12-19T00:15:42.188Z Compiling which v4.4.2
12872024-12-19T00:15:42.221Z Compiling time v0.3.36
12882024-12-19T00:15:42.221Z Compiling pkcs5 v0.7.1
12892024-12-19T00:15:42.792Z Compiling scroll v0.12.0
12902024-12-19T00:15:43.435Z Compiling http-body v1.0.1
12912024-12-19T00:15:43.471Z Compiling pest_generator v2.7.14
12922024-12-19T00:15:43.643Z Compiling form_urlencoded v1.2.1
12932024-12-19T00:15:43.663Z Compiling icu_normalizer v1.5.0
12942024-12-19T00:15:43.683Z Compiling try-lock v0.2.5
12952024-12-19T00:15:43.833Z Compiling slog v2.7.0
12962024-12-19T00:15:43.963Z Compiling want v0.3.1
12972024-12-19T00:15:44.264Z Compiling goblin v0.8.2
12982024-12-19T00:15:44.439Z Compiling pkcs8 v0.10.2
12992024-12-19T00:15:44.949Z Compiling idna_adapter v1.2.0
13002024-12-19T00:15:45.137Z Compiling httpdate v1.0.3
13012024-12-19T00:15:45.187Z Compiling idna v1.0.3
13022024-12-19T00:15:45.479Z Compiling pest_derive v2.7.14
13032024-12-19T00:15:45.671Z Compiling serde_spanned v0.6.8
13042024-12-19T00:15:45.888Z Compiling serde_tokenstream v0.2.2
13052024-12-19T00:15:46.290Z Compiling dtrace-parser v0.2.0
13062024-12-19T00:15:46.447Z Compiling uuid v1.11.0
13072024-12-19T00:15:46.560Z Compiling toml_datetime v0.6.8
13082024-12-19T00:15:47.072Z Compiling rustversion v1.0.17
13092024-12-19T00:15:47.095Z Compiling adler2 v2.0.0
13102024-12-19T00:15:47.305Z Compiling foreign-types-shared v0.1.1
13112024-12-19T00:15:47.425Z Compiling tower-service v0.3.3
13122024-12-19T00:15:47.564Z Compiling base64 v0.22.1
13132024-12-19T00:15:47.586Z Compiling openssl v0.10.66
13142024-12-19T00:15:47.821Z Compiling tokio-util v0.7.12
13152024-12-19T00:15:47.852Z Compiling iana-time-zone v0.1.61
13162024-12-19T00:15:48.007Z Compiling match_cfg v0.1.0
13172024-12-19T00:15:48.112Z Compiling hostname v0.3.1
13182024-12-19T00:15:48.308Z Compiling chrono v0.4.38
13192024-12-19T00:15:48.381Z Compiling foreign-types v0.3.2
13202024-12-19T00:15:48.420Z Compiling miniz_oxide v0.8.0
13212024-12-19T00:15:48.476Z Compiling url v2.5.3
13222024-12-19T00:15:49.244Z Compiling h2 v0.4.6
13232024-12-19T00:15:49.970Z Compiling async-trait v0.1.83
13242024-12-19T00:15:49.990Z Compiling dof v0.3.0
13252024-12-19T00:15:50.527Z Compiling openssl-macros v0.1.1
13262024-12-19T00:15:51.339Z Compiling usdt-impl v0.5.0
13272024-12-19T00:15:52.267Z Compiling dirs-sys-next v0.1.2
13282024-12-19T00:15:52.360Z Compiling siphasher v0.3.11
13292024-12-19T00:15:52.757Z Compiling syn v1.0.109
13302024-12-19T00:15:52.808Z Compiling native-tls v0.2.12
13312024-12-19T00:15:52.942Z Compiling data-encoding v2.6.0
13322024-12-19T00:15:52.980Z Compiling rustls v0.22.4
13332024-12-19T00:15:53.124Z Compiling rustls v0.23.14
13342024-12-19T00:15:53.301Z Compiling dirs-next v2.0.0
13352024-12-19T00:15:53.505Z Compiling http-body-util v0.1.2
13362024-12-19T00:15:54.042Z Compiling heapless v0.7.17
13372024-12-19T00:15:54.505Z Compiling crossbeam-epoch v0.9.18
13382024-12-19T00:15:54.857Z Compiling signature v2.2.0
13392024-12-19T00:15:54.890Z Compiling sha1 v0.10.6
13402024-12-19T00:15:55.150Z Compiling bzip2-sys v0.1.11+1.0.8
13412024-12-19T00:15:55.171Z Compiling serde_derive_internals v0.29.1
13422024-12-19T00:15:55.223Z Compiling thread_local v1.1.8
13432024-12-19T00:15:55.325Z Compiling multer v3.1.0
13442024-12-19T00:15:55.381Z Compiling cookie v0.18.1
13452024-12-19T00:15:55.615Z Compiling encoding_rs v0.8.34
13462024-12-19T00:15:55.638Z Compiling schemars v0.8.21
13472024-12-19T00:15:55.676Z Compiling ipnet v2.10.1
13482024-12-19T00:15:55.776Z Compiling signal-hook v0.3.17
13492024-12-19T00:15:55.980Z Compiling mime v0.3.17
13502024-12-19T00:15:56.050Z Compiling rayon-core v1.12.1
13512024-12-19T00:15:56.318Z Compiling slog-async v2.8.0
13522024-12-19T00:15:56.643Z Compiling hyper v1.5.0
13532024-12-19T00:15:56.859Z Compiling unicode-properties v0.1.3
13542024-12-19T00:15:56.999Z Compiling openssl-probe v0.1.5
13552024-12-19T00:15:57.281Z Compiling gimli v0.31.1
13562024-12-19T00:15:57.374Z Compiling stringprep v0.1.5
13572024-12-19T00:15:58.010Z Compiling schemars_derive v0.8.21
13582024-12-19T00:15:58.785Z Compiling toml_edit v0.22.22
13592024-12-19T00:16:00.136Z Compiling hyper-util v0.1.10
13602024-12-19T00:16:00.962Z Compiling crossbeam-deque v0.8.5
13612024-12-19T00:16:01.320Z Compiling usdt-attr-macro v0.5.0
13622024-12-19T00:16:01.451Z Compiling usdt-macro v0.5.0
13632024-12-19T00:16:02.143Z Compiling addr2line v0.24.2
13642024-12-19T00:16:02.654Z Compiling term v0.7.0
13652024-12-19T00:16:02.866Z Compiling slog-json v2.6.1
13662024-12-19T00:16:02.887Z Compiling serde_urlencoded v0.7.1
13672024-12-19T00:16:02.955Z Compiling curve25519-dalek v4.1.3
13682024-12-19T00:16:03.246Z Compiling crossbeam-channel v0.5.13
13692024-12-19T00:16:03.313Z Compiling enum-as-inner v0.6.1
13702024-12-19T00:16:03.380Z Compiling futures-executor v0.3.31
13712024-12-19T00:16:03.568Z Compiling md-5 v0.10.6
13722024-12-19T00:16:03.839Z Compiling async-stream-impl v0.3.6
13732024-12-19T00:16:03.963Z Compiling rustls-pemfile v2.2.0
13742024-12-19T00:16:04.191Z Compiling num-integer v0.1.46
13752024-12-19T00:16:04.322Z Compiling idna v0.4.0
13762024-12-19T00:16:04.360Z Compiling idna v0.3.0
13772024-12-19T00:16:04.404Z Compiling hash32 v0.2.1
13782024-12-19T00:16:04.809Z Compiling ff v0.13.0
13792024-12-19T00:16:04.951Z Compiling is-terminal v0.4.13
13802024-12-19T00:16:05.024Z Compiling object v0.36.5
13812024-12-19T00:16:05.084Z Compiling dropshot v0.12.0
13822024-12-19T00:16:05.202Z Compiling anyhow v1.0.93
13832024-12-19T00:16:05.372Z Compiling portable-atomic v1.9.0
13842024-12-19T00:16:05.840Z Compiling dyn-clone v1.0.17
13852024-12-19T00:16:05.962Z Compiling psl-types v2.0.11
13862024-12-19T00:16:06.100Z Compiling num-bigint-dig v0.8.4
13872024-12-19T00:16:06.127Z Compiling smoltcp v0.9.1
13882024-12-19T00:16:06.200Z Compiling linked-hash-map v0.5.6
13892024-12-19T00:16:06.382Z Compiling rustc-demangle v0.1.24
13902024-12-19T00:16:06.517Z Compiling take_mut v0.2.2
13912024-12-19T00:16:06.579Z Compiling base16ct v0.2.0
13922024-12-19T00:16:06.682Z Compiling fallible-iterator v0.2.0
13932024-12-19T00:16:06.855Z Compiling utf-8 v0.7.6
13942024-12-19T00:16:06.916Z Compiling quick-error v1.2.3
13952024-12-19T00:16:07.071Z Compiling tungstenite v0.24.0
13962024-12-19T00:16:07.179Z Compiling resolv-conf v0.7.0
13972024-12-19T00:16:07.230Z Compiling sec1 v0.7.3
13982024-12-19T00:16:07.400Z Compiling postgres-protocol v0.6.7
13992024-12-19T00:16:07.803Z Compiling lru-cache v0.1.2
14002024-12-19T00:16:08.045Z Compiling publicsuffix v2.2.3
14012024-12-19T00:16:08.694Z Compiling async-stream v0.3.6
14022024-12-19T00:16:08.725Z Compiling hickory-proto v0.24.1
14032024-12-19T00:16:08.754Z Compiling slog-term v2.9.1
14042024-12-19T00:16:09.017Z Compiling group v0.13.0
14052024-12-19T00:16:09.344Z Compiling usdt v0.5.0
14062024-12-19T00:16:09.833Z Compiling num-iter v0.1.45
14072024-12-19T00:16:10.022Z Compiling futures v0.3.31
14082024-12-19T00:16:10.157Z Compiling slog-bunyan v2.5.0
14092024-12-19T00:16:10.334Z Compiling toml v0.8.19
14102024-12-19T00:16:11.996Z Compiling tokio-native-tls v0.3.1
14112024-12-19T00:16:12.193Z Compiling camino v1.1.9
14122024-12-19T00:16:12.271Z Compiling phf_shared v0.11.2
14132024-12-19T00:16:12.664Z Compiling backtrace v0.3.74
14142024-12-19T00:16:12.910Z Compiling dropshot_endpoint v0.12.0
14152024-12-19T00:16:13.160Z Compiling terminal_size v0.4.0
14162024-12-19T00:16:13.232Z Compiling waitgroup v0.1.2
14172024-12-19T00:16:13.256Z Compiling openapiv3 v2.0.0
14182024-12-19T00:16:13.374Z Compiling serde_path_to_error v0.1.16
14192024-12-19T00:16:13.459Z Compiling hkdf v0.12.4
14202024-12-19T00:16:13.727Z Compiling crypto-bigint v0.5.5
14212024-12-19T00:16:14.285Z Compiling zerocopy-derive v0.6.6
14222024-12-19T00:16:16.540Z Compiling curve25519-dalek-derive v0.1.1
14232024-12-19T00:16:16.560Z Compiling webpki-roots v0.26.6
14242024-12-19T00:16:16.763Z Compiling hubpack_derive v0.1.1
14252024-12-19T00:16:16.783Z Compiling idna v0.5.0
14262024-12-19T00:16:17.624Z Compiling hostname v0.4.0
14272024-12-19T00:16:17.696Z Compiling ahash v0.8.11
14282024-12-19T00:16:17.718Z Compiling crc32fast v1.4.2
14292024-12-19T00:16:17.892Z Compiling fs-err v2.11.0
14302024-12-19T00:16:18.026Z Compiling debug-ignore v1.0.5
14312024-12-19T00:16:18.026Z Compiling bitflags v1.3.2
14322024-12-19T00:16:18.097Z Compiling managed v0.8.0
14332024-12-19T00:16:18.152Z Compiling winnow v0.5.40
14342024-12-19T00:16:18.174Z Compiling strum_macros v0.25.3
14352024-12-19T00:16:18.174Z Compiling console v0.15.8
14362024-12-19T00:16:19.361Z Compiling clap_builder v4.5.21
14372024-12-19T00:16:19.885Z Compiling flate2 v1.0.34
14382024-12-19T00:16:20.109Z Compiling hubpack v0.1.2
14392024-12-19T00:16:20.582Z Compiling cookie_store v0.21.0
14402024-12-19T00:16:20.714Z Compiling elliptic-curve v0.13.8
14412024-12-19T00:16:20.866Z Compiling zerocopy v0.6.6
14422024-12-19T00:16:21.580Z Compiling hickory-resolver v0.24.1
14432024-12-19T00:16:21.843Z Compiling toml_edit v0.19.15
14442024-12-19T00:16:22.214Z Compiling signal-hook-mio v0.2.4
14452024-12-19T00:16:22.370Z Compiling phf v0.11.2
14462024-12-19T00:16:22.410Z Compiling hyper-tls v0.6.0
14472024-12-19T00:16:22.662Z Compiling rayon v1.10.0
14482024-12-19T00:16:22.849Z Compiling bzip2 v0.4.4
14492024-12-19T00:16:23.263Z Compiling postgres-types v0.2.8
14502024-12-19T00:16:24.839Z Compiling tokio-tungstenite v0.24.0
14512024-12-19T00:16:26.800Z Compiling ed25519 v2.2.3
14522024-12-19T00:16:26.820Z Compiling phf_shared v0.10.0
14532024-12-19T00:16:27.232Z Compiling tokio-stream v0.1.16
14542024-12-19T00:16:27.612Z Compiling pkcs1 v0.7.5
14552024-12-19T00:16:28.335Z Compiling serde-big-array v0.5.1
14562024-12-19T00:16:28.464Z Compiling clap_derive v4.5.18
14572024-12-19T00:16:28.569Z Compiling rfc6979 v0.4.0
14582024-12-19T00:16:28.646Z Compiling derive-where v1.2.7
14592024-12-19T00:16:28.714Z Compiling serde_repr v0.1.19
14602024-12-19T00:16:28.767Z Compiling float-cmp v0.9.0
14612024-12-19T00:16:28.998Z Compiling bstr v1.10.0
14622024-12-19T00:16:29.035Z Compiling sync_wrapper v1.0.1
14632024-12-19T00:16:29.195Z Compiling normalize-line-endings v0.3.0
14642024-12-19T00:16:29.329Z Compiling difflib v0.4.0
14652024-12-19T00:16:29.907Z Compiling static_assertions v1.1.0
14662024-12-19T00:16:29.987Z Compiling number_prefix v0.4.0
14672024-12-19T00:16:30.037Z Compiling predicates-core v1.0.8
14682024-12-19T00:16:30.222Z Compiling precomputed-hash v0.1.1
14692024-12-19T00:16:30.349Z Compiling bit-vec v0.6.3
14702024-12-19T00:16:30.404Z Compiling whoami v1.5.2
14712024-12-19T00:16:30.825Z Compiling new_debug_unreachable v1.0.6
14722024-12-19T00:16:30.845Z Compiling unicode-segmentation v1.12.0
14732024-12-19T00:16:30.919Z Compiling fixedbitset v0.4.2
14742024-12-19T00:16:30.996Z Compiling unicode-width v0.2.0
14752024-12-19T00:16:31.066Z Compiling string_cache v0.8.7
14762024-12-19T00:16:31.415Z Compiling petgraph v0.6.5
14772024-12-19T00:16:31.550Z Compiling indicatif v0.17.9
14782024-12-19T00:16:31.571Z Compiling similar v2.6.0
14792024-12-19T00:16:31.768Z Compiling tokio-postgres v0.7.12
14802024-12-19T00:16:32.333Z Compiling bit-set v0.5.3
14812024-12-19T00:16:32.635Z Compiling predicates v3.1.2
14822024-12-19T00:16:33.623Z Compiling clap v4.5.21
14832024-12-19T00:16:33.752Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14842024-12-19T00:16:33.891Z Compiling ecdsa v0.16.9
14852024-12-19T00:16:34.034Z Compiling rsa v0.9.6
14862024-12-19T00:16:34.451Z Compiling ed25519-dalek v2.1.1
14872024-12-19T00:16:34.748Z Compiling toml v0.7.8
14882024-12-19T00:16:35.576Z Compiling zip v0.6.6
14892024-12-19T00:16:35.800Z Compiling crossterm v0.28.1
14902024-12-19T00:16:37.183Z Compiling hex v0.4.3
14912024-12-19T00:16:37.540Z Compiling x509-cert v0.2.5
14922024-12-19T00:16:37.793Z Compiling itertools v0.10.5
14932024-12-19T00:16:37.866Z Compiling lalrpop-util v0.19.12
14942024-12-19T00:16:38.002Z Compiling unicode-xid v0.2.6
14952024-12-19T00:16:38.180Z Compiling peg-runtime v0.8.3
14962024-12-19T00:16:38.236Z Compiling strum_macros v0.26.4
14972024-12-19T00:16:38.905Z Compiling xattr v1.3.1
14982024-12-19T00:16:39.185Z Compiling filetime v0.2.25
14992024-12-19T00:16:39.516Z Compiling tar v0.4.42
15002024-12-19T00:16:43.469Z Compiling strum v0.26.3
15012024-12-19T00:16:46.056Z Compiling aws-lc-sys v0.22.0
15022024-12-19T00:17:22.653Z Compiling rustls-webpki v0.102.8
15032024-12-19T00:17:26.019Z Compiling tokio-rustls v0.25.0
15042024-12-19T00:17:27.682Z Compiling tokio-rustls v0.26.0
15052024-12-19T00:17:28.140Z Compiling hyper-rustls v0.27.3
15062024-12-19T00:17:28.529Z Compiling reqwest v0.12.9
15072024-12-19T00:17:29.765Z Compiling qorb v0.2.1
15082024-12-19T00:17:34.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15092024-12-19T00:17:34.813Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15102024-12-19T00:17:40.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
15112024-12-19T00:17:40.499Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15122024-12-19T00:17:40.549ZDec 19 00:17:40.062 INFO Starting download, target: DendriteOpenapi
15132024-12-19T00:17:40.549ZDec 19 00:17:40.062 INFO Starting download, target: DendriteStub
15142024-12-19T00:17:40.551ZDec 19 00:17:40.062 INFO Starting download, target: Console
15152024-12-19T00:17:40.552ZDec 19 00:17:40.062 INFO Starting download, target: Clickhouse
15162024-12-19T00:17:40.552ZDec 19 00:17:40.062 INFO Starting download, target: MaghemiteMgd
15172024-12-19T00:17:40.552ZDec 19 00:17:40.062 INFO Starting download, target: Cockroach
15182024-12-19T00:17:40.552ZDec 19 00:17:40.062 INFO Starting download, target: TransceiverControl
15192024-12-19T00:17:40.552ZDec 19 00:17:40.063 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15202024-12-19T00:17:40.552ZDec 19 00:17:40.063 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15212024-12-19T00:17:40.552ZDec 19 00:17:40.063 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15222024-12-19T00:17:40.552ZDec 19 00:17:40.063 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15232024-12-19T00:17:40.552ZDec 19 00:17:40.063 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15242024-12-19T00:17:40.552ZDec 19 00:17:40.063 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15252024-12-19T00:17:40.553ZDec 19 00:17:40.063 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15262024-12-19T00:17:40.715ZDec 19 00:17:40.226 INFO Download complete, target: DendriteOpenapi
15272024-12-19T00:17:40.975ZDec 19 00:17:40.460 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15282024-12-19T00:17:41.185ZDec 19 00:17:40.650 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15292024-12-19T00:17:41.310ZDec 19 00:17:40.821 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15302024-12-19T00:17:41.373ZDec 19 00:17:40.884 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15312024-12-19T00:17:41.494ZDec 19 00:17:41.006 INFO Download complete, target: Console
15322024-12-19T00:17:41.694ZDec 19 00:17:41.197 INFO Download complete, target: TransceiverControl
15332024-12-19T00:17:42.126ZDec 19 00:17:41.639 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15342024-12-19T00:17:42.126ZDec 19 00:17:41.639 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15352024-12-19T00:17:42.548ZDec 19 00:17:42.061 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15362024-12-19T00:17:44.173ZDec 19 00:17:43.685 INFO Download complete, target: MaghemiteMgd
15372024-12-19T00:17:44.183ZDec 19 00:17:43.696 INFO Download complete, target: DendriteStub
15382024-12-19T00:17:49.228ZDec 19 00:17:48.740 INFO Checking that binary works, target: Cockroach
15392024-12-19T00:17:49.497ZDec 19 00:17:49.009 INFO Download complete, target: Cockroach
15402024-12-19T00:17:54.382ZDec 19 00:17:53.891 INFO Checking that binary works, target: Clickhouse
15412024-12-19T00:17:55.306ZDec 19 00:17:54.817 INFO Download complete, target: Clickhouse
15422024-12-19T00:17:55.314ZAll prerequisites installed successfully
15432024-12-19T00:17:55.317Z
15442024-12-19T00:17:55.317Zreal 5:34.851561257
15452024-12-19T00:17:55.317Zuser 16:34.799673331
15462024-12-19T00:17:55.317Zsys 3:16.081536811
15472024-12-19T00:17:55.317Ztrap 0.544956061
15482024-12-19T00:17:55.317Ztflt 9.199250536
15492024-12-19T00:17:55.317Zdflt 7.309412219
15502024-12-19T00:17:55.317Zkflt 0.467609604
15512024-12-19T00:17:55.317Zlock 30:56.465078657
15522024-12-19T00:17:55.317Zslp 1:04:14.072141268
15532024-12-19T00:17:55.317Zlat 55.698532663
15542024-12-19T00:17:55.317Zstop 2:17.265932688
15552024-12-19T00:17:55.317Z+ ptime -m cargo xtask download softnpu
15562024-12-19T00:17:55.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15572024-12-19T00:17:55.865Z Running `target/debug/xtask download softnpu`
15582024-12-19T00:17:56.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15592024-12-19T00:17:56.745Z Running `target/debug/xtask-downloader softnpu`
15602024-12-19T00:17:56.782ZDec 19 00:17:56.293 INFO Starting download, target: Softnpu
15612024-12-19T00:17:56.785ZDec 19 00:17:56.294 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15622024-12-19T00:17:57.347ZDec 19 00:17:56.858 INFO Download complete, target: Softnpu
15632024-12-19T00:17:57.353Z
15642024-12-19T00:17:57.356Zreal 2.029992332
15652024-12-19T00:17:57.356Zuser 1.269484062
15662024-12-19T00:17:57.356Zsys 0.535673835
15672024-12-19T00:17:57.356Ztrap 0.000550924
15682024-12-19T00:17:57.356Ztflt 0.000015607
15692024-12-19T00:17:57.356Zdflt 0.000000000
15702024-12-19T00:17:57.356Zkflt 0.000000000
15712024-12-19T00:17:57.356Zlock 5.795361821
15722024-12-19T00:17:57.356Zslp 0.415145394
15732024-12-19T00:17:57.356Zlat 0.067261714
15742024-12-19T00:17:57.356Zstop 0.000159642
15752024-12-19T00:17:57.356Z+ export CARGO_INCREMENTAL=0
15762024-12-19T00:17:57.356Z+ CARGO_INCREMENTAL=0
15772024-12-19T00:17:57.356Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15782024-12-19T00:17:58.299Z Compiling proc-macro2 v1.0.89
15792024-12-19T00:17:58.299Z Compiling unicode-ident v1.0.13
15802024-12-19T00:17:58.301Z Compiling libc v0.2.162
15812024-12-19T00:17:58.301Z Compiling serde v1.0.215
15822024-12-19T00:17:58.301Z Compiling autocfg v1.4.0
15832024-12-19T00:17:58.301Z Compiling version_check v0.9.5
15842024-12-19T00:17:58.302Z Compiling cfg-if v1.0.0
15852024-12-19T00:17:58.570Z Compiling memchr v2.7.4
15862024-12-19T00:17:58.592Z Compiling shlex v1.3.0
15872024-12-19T00:17:58.592Z Compiling typenum v1.17.0
15882024-12-19T00:17:58.934Z Compiling value-bag v1.9.0
15892024-12-19T00:17:59.016Z Compiling scopeguard v1.2.0
15902024-12-19T00:17:59.206Z Compiling generic-array v0.14.7
15912024-12-19T00:17:59.434Z Compiling lock_api v0.4.12
15922024-12-19T00:17:59.472Z Compiling log v0.4.22
15932024-12-19T00:17:59.509Z Compiling parking_lot_core v0.9.10
15942024-12-19T00:17:59.925Z Compiling serde_json v1.0.132
15952024-12-19T00:17:59.999Z Compiling once_cell v1.20.2
15962024-12-19T00:18:00.223Z Compiling quote v1.0.37
15972024-12-19T00:18:00.321Z Compiling rustix v0.38.37
15982024-12-19T00:18:00.345Z Compiling thiserror v1.0.69
15992024-12-19T00:18:00.401Z Compiling libm v0.2.8
16002024-12-19T00:18:00.683Z Compiling syn v2.0.87
16012024-12-19T00:18:00.715Z Compiling jobserver v0.1.32
16022024-12-19T00:18:00.733Z Compiling getrandom v0.2.15
16032024-12-19T00:18:00.855Z Compiling aho-corasick v1.1.3
16042024-12-19T00:18:00.930Z Compiling regex-syntax v0.8.5
16052024-12-19T00:18:01.076Z Compiling cc v1.1.30
16062024-12-19T00:18:01.104Z Compiling num-traits v0.2.19
16072024-12-19T00:18:01.127Z Compiling either v1.13.0
16082024-12-19T00:18:01.375Z Compiling itoa v1.0.11
16092024-12-19T00:18:01.461Z Compiling spin v0.9.8
16102024-12-19T00:18:01.618Z Compiling slab v0.4.9
16112024-12-19T00:18:01.916Z Compiling byteorder v1.5.0
16122024-12-19T00:18:02.164Z Compiling errno v0.3.9
16132024-12-19T00:18:02.355Z Compiling rand_core v0.6.4
16142024-12-19T00:18:02.375Z Compiling lazy_static v1.5.0
16152024-12-19T00:18:02.499Z Compiling glob v0.3.1
16162024-12-19T00:18:03.037Z Compiling prettyplease v0.2.25
16172024-12-19T00:18:03.277Z Compiling clang-sys v1.8.1
16182024-12-19T00:18:03.682Z Compiling minimal-lexical v0.2.1
16192024-12-19T00:18:03.761Z Compiling libloading v0.8.5
16202024-12-19T00:18:03.931Z Compiling bindgen v0.69.5
16212024-12-19T00:18:04.155Z Compiling nom v7.1.3
16222024-12-19T00:18:04.200Z Compiling home v0.5.9
16232024-12-19T00:18:04.381Z Compiling subtle v2.6.1
16242024-12-19T00:18:04.557Z Compiling regex-automata v0.4.8
16252024-12-19T00:18:04.687Z Compiling allocator-api2 v0.2.18
16262024-12-19T00:18:04.779Z Compiling itertools v0.12.1
16272024-12-19T00:18:05.241Z Compiling rustc-hash v1.1.0
16282024-12-19T00:18:05.388Z Compiling smallvec v1.13.2
16292024-12-19T00:18:05.459Z Compiling semver v1.0.23
16302024-12-19T00:18:05.865Z Compiling lazycell v1.3.0
16312024-12-19T00:18:05.912Z Compiling cmake v0.1.51
16322024-12-19T00:18:06.234Z Compiling fs_extra v1.3.0
16332024-12-19T00:18:06.776Z Compiling dunce v1.0.5
16342024-12-19T00:18:07.266Z Compiling pkg-config v0.3.31
16352024-12-19T00:18:07.372Z Compiling ring v0.17.8
16362024-12-19T00:18:07.750Z Compiling cexpr v0.6.0
16372024-12-19T00:18:07.946Z Compiling pin-project-lite v0.2.14
16382024-12-19T00:18:08.084Z Compiling ryu v1.0.18
16392024-12-19T00:18:08.200Z Compiling synstructure v0.13.1
16402024-12-19T00:18:08.377Z Compiling paste v1.0.15
16412024-12-19T00:18:08.481Z Compiling fnv v1.0.7
16422024-12-19T00:18:08.823Z Compiling const-oid v0.9.6
16432024-12-19T00:18:09.240Z Compiling foldhash v0.1.3
16442024-12-19T00:18:09.311Z Compiling httparse v1.9.5
16452024-12-19T00:18:09.529Z Compiling aws-lc-rs v1.10.0
16462024-12-19T00:18:09.605Z Compiling equivalent v1.0.1
16472024-12-19T00:18:09.726Z Compiling hashbrown v0.15.0
16482024-12-19T00:18:09.944Z Compiling regex v1.11.1
16492024-12-19T00:18:10.803Z Compiling schemars v0.8.21
16502024-12-19T00:18:10.980Z Compiling heck v0.5.0
16512024-12-19T00:18:11.117Z Compiling serde_derive_internals v0.29.1
16522024-12-19T00:18:11.135Z Compiling signal-hook-registry v1.4.2
16532024-12-19T00:18:11.465Z Compiling parking_lot v0.12.3
16542024-12-19T00:18:11.556Z Compiling mio v1.0.2
16552024-12-19T00:18:13.387Z Compiling crossbeam-utils v0.8.20
16562024-12-19T00:18:13.407Z Compiling stable_deref_trait v1.2.0
16572024-12-19T00:18:13.519Z Compiling socket2 v0.5.7
16582024-12-19T00:18:13.539Z Compiling num-conv v0.1.0
16592024-12-19T00:18:13.771Z Compiling serde_derive v1.0.215
16602024-12-19T00:18:13.828Z Compiling zeroize_derive v1.4.2
16612024-12-19T00:18:13.903Z Compiling zerocopy-derive v0.7.35
16622024-12-19T00:18:14.087Z Compiling thiserror-impl v1.0.69
16632024-12-19T00:18:15.010Z Compiling tokio-macros v2.4.0
16642024-12-19T00:18:15.202Z Compiling zerofrom-derive v0.1.4
16652024-12-19T00:18:15.298Z Compiling zeroize v1.8.1
16662024-12-19T00:18:15.429Z Compiling yoke-derive v0.7.4
16672024-12-19T00:18:15.749Z Compiling futures-macro v0.3.31
16682024-12-19T00:18:15.914Z Compiling zerovec-derive v0.10.3
16692024-12-19T00:18:16.437Z Compiling zerocopy v0.7.35
16702024-12-19T00:18:16.932Z Compiling displaydoc v0.2.5
16712024-12-19T00:18:17.444Z Compiling crypto-common v0.1.6
16722024-12-19T00:18:17.793Z Compiling tracing-attributes v0.1.27
16732024-12-19T00:18:18.025Z Compiling icu_provider_macros v1.5.0
16742024-12-19T00:18:18.077Z Compiling block-buffer v0.10.4
16752024-12-19T00:18:18.307Z Compiling digest v0.10.7
16762024-12-19T00:18:18.331Z Compiling schemars_derive v0.8.21
16772024-12-19T00:18:18.704Z Compiling der_derive v0.7.3
16782024-12-19T00:18:18.913Z Compiling time-core v0.1.2
16792024-12-19T00:18:19.063Z Compiling futures-core v0.3.31
16802024-12-19T00:18:19.137Z Compiling time-macros v0.2.18
16812024-12-19T00:18:20.259Z Compiling vcpkg v0.2.15
16822024-12-19T00:18:21.887Z Compiling openssl-sys v0.9.103
16832024-12-19T00:18:22.055Z Compiling cpufeatures v0.2.14
16842024-12-19T00:18:22.270Z Compiling futures-sink v0.3.31
16852024-12-19T00:18:22.325Z Compiling slog v2.7.0
16862024-12-19T00:18:22.505Z Compiling ahash v0.8.11
16872024-12-19T00:18:22.790Z Compiling syn v1.0.109
16882024-12-19T00:18:22.963Z Compiling zerofrom v0.1.4
16892024-12-19T00:18:23.207Z Compiling scroll_derive v0.12.0
16902024-12-19T00:18:23.412Z Compiling ucd-trie v0.1.7
16912024-12-19T00:18:23.444Z Compiling iana-time-zone v0.1.61
16922024-12-19T00:18:23.668Z Compiling pest v2.7.14
16932024-12-19T00:18:23.880Z Compiling yoke v0.7.4
16942024-12-19T00:18:24.177Z Compiling futures-channel v0.3.31
16952024-12-19T00:18:24.636Z Compiling hmac v0.12.1
16962024-12-19T00:18:24.700Z Compiling futures-task v0.3.31
16972024-12-19T00:18:24.816Z Compiling openssl v0.10.66
16982024-12-19T00:18:24.847Z Compiling futures-io v0.3.31
16992024-12-19T00:18:24.981Z Compiling pin-utils v0.1.0
17002024-12-19T00:18:25.306Z Compiling futures-util v0.3.31
17012024-12-19T00:18:25.446Z Compiling zerovec v0.10.4
17022024-12-19T00:18:25.739Z Compiling block-padding v0.3.3
17032024-12-19T00:18:26.098Z Compiling tinyvec_macros v0.1.1
17042024-12-19T00:18:26.530Z Compiling pest_meta v2.7.14
17052024-12-19T00:18:26.692Z Compiling tinyvec v1.8.0
17062024-12-19T00:18:27.259Z Compiling bitflags v2.6.0
17072024-12-19T00:18:27.530Z Compiling bytes v1.8.0
17082024-12-19T00:18:29.189Z Compiling indexmap v2.6.0
17092024-12-19T00:18:30.666Z Compiling tokio v1.40.0
17102024-12-19T00:18:31.263Z Compiling serde_tokenstream v0.2.2
17112024-12-19T00:18:31.537Z Compiling which v4.4.2
17122024-12-19T00:18:31.790Z Compiling http v1.1.0
17132024-12-19T00:18:32.364Z Compiling uuid v1.11.0
17142024-12-19T00:18:32.679Z Compiling rustc_version v0.4.1
17152024-12-19T00:18:33.307Z Compiling chrono v0.4.38
17162024-12-19T00:18:35.564Z Compiling pest_generator v2.7.14
17172024-12-19T00:18:36.315Z Compiling serde_spanned v0.6.8
17182024-12-19T00:18:36.534Z Compiling toml_datetime v0.6.8
17192024-12-19T00:18:36.957Z Compiling inout v0.1.3
17202024-12-19T00:18:37.343Z Compiling openssl-macros v0.1.1
17212024-12-19T00:18:38.084Z Compiling native-tls v0.2.12
17222024-12-19T00:18:38.517Z Compiling rustls v0.23.14
17232024-12-19T00:18:38.794Z Compiling strsim v0.11.1
17242024-12-19T00:18:39.549Z Compiling pest_derive v2.7.14
17252024-12-19T00:18:39.651Z Compiling cipher v0.4.4
17262024-12-19T00:18:40.147Z Compiling unicode-normalization v0.1.24
17272024-12-19T00:18:40.290Z Compiling tinystr v0.7.6
17282024-12-19T00:18:40.309Z Compiling sha2 v0.10.8
17292024-12-19T00:18:40.729Z Compiling tracing-core v0.1.32
17302024-12-19T00:18:41.092Z Compiling usdt-impl v0.5.0
17312024-12-19T00:18:41.170Z Compiling litemap v0.7.3
17322024-12-19T00:18:41.192Z Compiling base64ct v1.6.0
17332024-12-19T00:18:41.429Z Compiling writeable v0.5.5
17342024-12-19T00:18:41.586Z Compiling dyn-clone v1.0.17
17352024-12-19T00:18:41.662Z Compiling unicode-bidi v0.3.17
17362024-12-19T00:18:41.818Z Compiling icu_locid v1.5.0
17372024-12-19T00:18:41.929Z Compiling pem-rfc7468 v0.7.0
17382024-12-19T00:18:42.549Z Compiling tracing v0.1.40
17392024-12-19T00:18:43.374Z Compiling scroll v0.12.0
17402024-12-19T00:18:43.517Z Compiling ppv-lite86 v0.2.20
17412024-12-19T00:18:43.928Z Compiling async-trait v0.1.83
17422024-12-19T00:18:44.363Z Compiling cookie v0.18.1
17432024-12-19T00:18:44.622Z Compiling anyhow v1.0.93
17442024-12-19T00:18:45.166Z Compiling flagset v0.4.6
17452024-12-19T00:18:45.679Z Compiling aws-lc-sys v0.22.0
17462024-12-19T00:18:46.457Z Compiling plain v0.2.3
17472024-12-19T00:18:46.627Z Compiling camino v1.1.9
17482024-12-19T00:18:46.670Z Compiling goblin v0.8.2
17492024-12-19T00:18:47.241Z Compiling der v0.7.9
17502024-12-19T00:18:51.803Z Compiling rand_chacha v0.3.1
17512024-12-19T00:18:53.330Z Compiling icu_provider v1.5.0
17522024-12-19T00:18:54.130Z Compiling percent-encoding v2.3.1
17532024-12-19T00:18:54.324Z Compiling rayon-core v1.12.1
17542024-12-19T00:18:54.571Z Compiling untrusted v0.7.1
17552024-12-19T00:18:54.601Z Compiling pretty-hex v0.4.1
17562024-12-19T00:18:54.771Z Compiling rustls-pki-types v1.9.0
17572024-12-19T00:18:55.115Z Compiling icu_locid_transform_data v1.5.0
17582024-12-19T00:18:55.217Z Compiling rustls v0.22.4
17592024-12-19T00:18:55.562Z Compiling icu_locid_transform v1.5.0
17602024-12-19T00:18:55.760Z Compiling dof v0.3.0
17612024-12-19T00:18:56.482Z Compiling rand v0.8.5
17622024-12-19T00:18:56.736Z Compiling spki v0.7.3
17632024-12-19T00:18:57.243Z Compiling dtrace-parser v0.2.0
17642024-12-19T00:18:57.302Z Compiling salsa20 v0.10.2
17652024-12-19T00:18:57.376Z Compiling tokio-util v0.7.12
17662024-12-19T00:18:57.836Z Compiling icu_collections v1.5.0
17672024-12-19T00:18:58.069Z Compiling pbkdf2 v0.12.2
17682024-12-19T00:18:58.917Z Compiling thread-id v4.2.2
17692024-12-19T00:18:58.977Z Compiling winnow v0.5.40
17702024-12-19T00:18:59.100Z Compiling powerfmt v0.2.0
17712024-12-19T00:18:59.151Z Compiling untrusted v0.9.0
17722024-12-19T00:18:59.281Z Compiling icu_properties_data v1.5.0
17732024-12-19T00:18:59.343Z Compiling mirai-annotations v1.12.0
17742024-12-19T00:18:59.559Z Compiling icu_properties v1.5.1
17752024-12-19T00:18:59.597Z Compiling deranged v0.3.11
17762024-12-19T00:19:02.890Z Compiling toml_edit v0.19.15
17772024-12-19T00:19:04.300Z Compiling scrypt v0.11.0
17782024-12-19T00:19:04.531Z Compiling aes v0.8.4
17792024-12-19T00:19:04.787Z Compiling cbc v0.1.2
17802024-12-19T00:19:05.005Z Compiling multer v3.1.0
17812024-12-19T00:19:05.289Z Compiling num_threads v0.1.7
17822024-12-19T00:19:05.413Z Compiling utf16_iter v1.0.5
17832024-12-19T00:19:05.609Z Compiling utf8_iter v1.0.4
17842024-12-19T00:19:05.854Z Compiling rustversion v1.0.17
17852024-12-19T00:19:06.278Z Compiling atomic-waker v1.1.2
17862024-12-19T00:19:06.473Z Compiling write16 v1.0.0
17872024-12-19T00:19:06.619Z Compiling icu_normalizer_data v1.5.0
17882024-12-19T00:19:06.802Z Compiling slog-async v2.8.0
17892024-12-19T00:19:06.928Z Compiling time v0.3.36
17902024-12-19T00:19:07.254Z Compiling icu_normalizer v1.5.0
17912024-12-19T00:19:07.491Z Compiling pkcs5 v0.7.1
17922024-12-19T00:19:09.168Z Compiling form_urlencoded v1.2.1
17932024-12-19T00:19:09.856Z Compiling http-body v1.0.1
17942024-12-19T00:19:10.114Z Compiling heapless v0.7.17
17952024-12-19T00:19:10.647Z Compiling bzip2-sys v0.1.11+1.0.8
17962024-12-19T00:19:11.636Z Compiling try-lock v0.2.5
17972024-12-19T00:19:11.780Z Compiling signal-hook v0.3.17
17982024-12-19T00:19:11.830Z Compiling want v0.3.1
17992024-12-19T00:19:13.458Z Compiling pkcs8 v0.10.2
18002024-12-19T00:19:13.611Z Compiling idna_adapter v1.2.0
18012024-12-19T00:19:14.169Z Compiling h2 v0.4.6
18022024-12-19T00:19:15.078Z Compiling usdt-attr-macro v0.5.0
18032024-12-19T00:19:16.511Z Compiling usdt-macro v0.5.0
18042024-12-19T00:19:17.322Z Compiling async-stream-impl v0.3.6
18052024-12-19T00:19:17.341Z Compiling adler2 v2.0.0
18062024-12-19T00:19:17.612Z Compiling httpdate v1.0.3
18072024-12-19T00:19:18.555Z Compiling miniz_oxide v0.8.0
18082024-12-19T00:19:19.329Z Compiling idna v1.0.3
18092024-12-19T00:19:20.761Z Compiling curve25519-dalek v4.1.3
18102024-12-19T00:19:21.164Z Compiling openapiv3 v2.0.0
18112024-12-19T00:19:21.781Z Compiling enum-as-inner v0.6.1
18122024-12-19T00:19:21.943Z Compiling hyper v1.5.0
18132024-12-19T00:19:25.092Z Compiling dropshot v0.12.0
18142024-12-19T00:19:25.380Z Compiling match_cfg v0.1.0
18152024-12-19T00:19:25.399Z Compiling base64 v0.22.1
18162024-12-19T00:19:25.562Z Compiling smoltcp v0.9.1
18172024-12-19T00:19:25.704Z Compiling portable-atomic v1.9.0
18182024-12-19T00:19:26.143Z Compiling tower-service v0.3.3
18192024-12-19T00:19:26.162Z Compiling foreign-types-shared v0.1.1
18202024-12-19T00:19:26.406Z Compiling num-bigint-dig v0.8.4
18212024-12-19T00:19:26.490Z Compiling hyper-util v0.1.10
18222024-12-19T00:19:26.667Z Compiling foreign-types v0.3.2
18232024-12-19T00:19:26.767Z Compiling hostname v0.3.1
18242024-12-19T00:19:29.468Z Compiling url v2.5.3
18252024-12-19T00:19:33.762Z Compiling dirs-sys-next v0.1.2
18262024-12-19T00:19:33.863Z Compiling data-encoding v2.6.0
18272024-12-19T00:19:34.264Z Compiling gimli v0.31.1
18282024-12-19T00:19:34.282Z Compiling siphasher v0.3.11
18292024-12-19T00:19:34.649Z Compiling heck v0.4.1
18302024-12-19T00:19:35.198Z Compiling ident_case v1.0.1
18312024-12-19T00:19:35.316Z Compiling dirs-next v2.0.0
18322024-12-19T00:19:35.383Z Compiling darling_core v0.20.10
18332024-12-19T00:19:38.484Z Compiling http-body-util v0.1.2
18342024-12-19T00:19:39.622Z Compiling addr2line v0.24.2
18352024-12-19T00:19:41.427Z Compiling crossbeam-epoch v0.9.18
18362024-12-19T00:19:41.535Z Compiling hubpack_derive v0.1.1
18372024-12-19T00:19:41.995Z Compiling dropshot_endpoint v0.12.0
18382024-12-19T00:19:42.217Z Compiling sha1 v0.10.6
18392024-12-19T00:19:42.369Z Compiling signature v2.2.0
18402024-12-19T00:19:42.592Z Compiling zerocopy-derive v0.6.6
18412024-12-19T00:19:42.610Z Compiling curve25519-dalek-derive v0.1.1
18422024-12-19T00:19:43.813Z Compiling object v0.36.5
18432024-12-19T00:19:43.963Z Compiling thread_local v1.1.8
18442024-12-19T00:19:44.493Z Compiling fs-err v2.11.0
18452024-12-19T00:19:44.496Z Compiling encoding_rs v0.8.34
18462024-12-19T00:19:46.070Z Compiling utf8parse v0.2.2
18472024-12-19T00:19:46.234Z Compiling anstyle v1.0.10
18482024-12-19T00:19:46.666Z Compiling mime v0.3.17
18492024-12-19T00:19:47.196Z Compiling ipnet v2.10.1
18502024-12-19T00:19:47.842Z Compiling unicode-properties v0.1.3
18512024-12-19T00:19:48.244Z Compiling rustc-demangle v0.1.24
18522024-12-19T00:19:53.217Z Compiling winnow v0.6.20
18532024-12-19T00:19:54.374Z Compiling openssl-probe v0.1.5
18542024-12-19T00:19:56.169Z Compiling backtrace v0.3.74
18552024-12-19T00:19:57.020Z Compiling toml_edit v0.22.22
18562024-12-19T00:19:57.133Z Compiling stringprep v0.1.5
18572024-12-19T00:19:58.281Z Compiling anstyle-parse v0.2.5
18582024-12-19T00:20:00.853Z Compiling rustls-webpki v0.102.8
18592024-12-19T00:20:01.362Z Compiling crossbeam-deque v0.8.5
18602024-12-19T00:20:01.717Z Compiling darling_macro v0.20.10
18612024-12-19T00:20:07.198Z Compiling term v0.7.0
18622024-12-19T00:20:07.433Z Compiling slog-json v2.6.1
18632024-12-19T00:20:08.522Z Compiling serde_urlencoded v0.7.1
18642024-12-19T00:20:09.400Z Compiling crossbeam-channel v0.5.13
18652024-12-19T00:20:09.616Z Compiling rustls-pemfile v2.2.0
18662024-12-19T00:20:10.437Z Compiling hashbrown v0.14.5
18672024-12-19T00:20:10.977Z Compiling idna v0.4.0
18682024-12-19T00:20:11.636Z Compiling idna v0.3.0
18692024-12-19T00:20:11.753Z Compiling futures-executor v0.3.31
18702024-12-19T00:20:12.693Z Compiling num-integer v0.1.46
18712024-12-19T00:20:12.923Z Compiling md-5 v0.10.6
18722024-12-19T00:20:13.079Z Compiling ff v0.13.0
18732024-12-19T00:20:13.170Z Compiling hash32 v0.2.1
18742024-12-19T00:20:13.315Z Compiling is-terminal v0.4.13
18752024-12-19T00:20:13.417Z Compiling memmap v0.7.0
18762024-12-19T00:20:13.543Z Compiling is_terminal_polyfill v1.70.1
18772024-12-19T00:20:13.673Z Compiling base16ct v0.2.0
18782024-12-19T00:20:13.712Z Compiling psl-types v2.0.11
18792024-12-19T00:20:13.924Z Compiling quick-error v1.2.3
18802024-12-19T00:20:14.075Z Compiling linked-hash-map v0.5.6
18812024-12-19T00:20:14.853Z Compiling anstyle-query v1.1.1
18822024-12-19T00:20:15.503Z Compiling utf-8 v0.7.6
18832024-12-19T00:20:15.808Z Compiling fallible-iterator v0.2.0
18842024-12-19T00:20:16.063Z Compiling colorchoice v1.0.2
18852024-12-19T00:20:16.230Z Compiling take_mut v0.2.2
18862024-12-19T00:20:16.520Z Compiling postgres-protocol v0.6.7
18872024-12-19T00:20:17.492Z Compiling anstream v0.6.15
18882024-12-19T00:20:17.513Z Compiling tungstenite v0.24.0
18892024-12-19T00:20:18.162Z Compiling lru-cache v0.1.2
18902024-12-19T00:20:18.400Z Compiling resolv-conf v0.7.0
18912024-12-19T00:20:18.839Z Compiling publicsuffix v2.2.3
18922024-12-19T00:20:19.070Z Compiling sec1 v0.7.3
18932024-12-19T00:20:19.112Z Compiling usdt v0.5.0
18942024-12-19T00:20:19.587Z Compiling slog-term v2.9.1
18952024-12-19T00:20:19.653Z Compiling group v0.13.0
18962024-12-19T00:20:19.963Z Compiling num-iter v0.1.45
18972024-12-19T00:20:20.168Z Compiling futures v0.3.31
18982024-12-19T00:20:20.318Z Compiling hickory-proto v0.24.1
18992024-12-19T00:20:20.667Z Compiling regress v0.10.1
19002024-12-19T00:20:23.928Z Compiling tokio-rustls v0.26.0
19012024-12-19T00:20:24.540Z Compiling slog-bunyan v2.5.0
19022024-12-19T00:20:24.635Z Compiling tokio-rustls v0.25.0
19032024-12-19T00:20:24.734Z Compiling darling v0.20.10
19042024-12-19T00:20:24.864Z Compiling toml v0.8.19
19052024-12-19T00:20:25.046Z Compiling tokio-native-tls v0.3.1
19062024-12-19T00:20:25.268Z Compiling strum_macros v0.25.3
19072024-12-19T00:20:25.339Z Compiling phf_shared v0.11.2
19082024-12-19T00:20:25.717Z Compiling async-stream v0.3.6
19092024-12-19T00:20:25.736Z Compiling waitgroup v0.1.2
19102024-12-19T00:20:25.938Z Compiling webpki-roots v0.26.6
19112024-12-19T00:20:26.461Z Compiling idna v0.5.0
19122024-12-19T00:20:26.524Z Compiling terminal_size v0.4.0
19132024-12-19T00:20:26.744Z Compiling serde_path_to_error v0.1.16
19142024-12-19T00:20:27.035Z Compiling hkdf v0.12.4
19152024-12-19T00:20:27.717Z Compiling crypto-bigint v0.5.5
19162024-12-19T00:20:27.912Z Compiling serde_repr v0.1.19
19172024-12-19T00:20:27.930Z Compiling derive-where v1.2.7
19182024-12-19T00:20:28.833Z Compiling clap_derive v4.5.18
19192024-12-19T00:20:28.992Z Compiling hostname v0.4.0
19202024-12-19T00:20:29.240Z Compiling crc32fast v1.4.2
19212024-12-19T00:20:29.402Z Compiling managed v0.8.0
19222024-12-19T00:20:29.874Z Compiling clap_lex v0.7.2
19232024-12-19T00:20:30.054Z Compiling debug-ignore v1.0.5
19242024-12-19T00:20:30.105Z Compiling bitflags v1.3.2
19252024-12-19T00:20:30.521Z Compiling unicode-width v0.1.14
19262024-12-19T00:20:31.009Z Compiling console v0.15.8
19272024-12-19T00:20:31.394Z Compiling elliptic-curve v0.13.8
19282024-12-19T00:20:33.391Z Compiling clap_builder v4.5.21
19292024-12-19T00:20:34.282Z Compiling flate2 v1.0.34
19302024-12-19T00:20:34.725Z Compiling cookie_store v0.21.0
19312024-12-19T00:20:35.558Z Compiling hyper-rustls v0.27.3
19322024-12-19T00:20:36.146Z Compiling hickory-resolver v0.24.1
19332024-12-19T00:20:38.247Z Compiling phf v0.11.2
19342024-12-19T00:20:40.576Z Compiling hyper-tls v0.6.0
19352024-12-19T00:20:40.702Z Compiling signal-hook-mio v0.2.4
19362024-12-19T00:20:40.876Z Compiling bzip2 v0.4.4
19372024-12-19T00:20:40.953Z Compiling typify-impl v0.2.0
19382024-12-19T00:20:41.111Z Compiling rayon v1.10.0
19392024-12-19T00:20:41.248Z Compiling tokio-tungstenite v0.24.0
19402024-12-19T00:20:41.807Z Compiling postgres-types v0.2.8
19412024-12-19T00:20:41.983Z Compiling zerocopy v0.6.6
19422024-12-19T00:20:42.038Z Compiling ed25519 v2.2.3
19432024-12-19T00:20:42.489Z Compiling hubpack v0.1.2
19442024-12-19T00:20:42.858Z Compiling phf_shared v0.10.0
19452024-12-19T00:20:43.175Z Compiling pkcs1 v0.7.5
19462024-12-19T00:20:43.272Z Compiling tokio-stream v0.1.16
19472024-12-19T00:20:44.118Z Compiling serde-big-array v0.5.1
19482024-12-19T00:20:44.297Z Compiling rfc6979 v0.4.0
19492024-12-19T00:20:44.354Z Compiling float-cmp v0.9.0
19502024-12-19T00:20:44.503Z Compiling sync_wrapper v1.0.1
19512024-12-19T00:20:44.581Z Compiling bstr v1.10.0
19522024-12-19T00:20:46.097Z Compiling number_prefix v0.4.0
19532024-12-19T00:20:46.163Z Compiling difflib v0.4.0
19542024-12-19T00:20:46.330Z Compiling precomputed-hash v0.1.1
19552024-12-19T00:20:46.456Z Compiling new_debug_unreachable v1.0.6
19562024-12-19T00:20:46.566Z Compiling bit-vec v0.6.3
19572024-12-19T00:20:46.994Z Compiling normalize-line-endings v0.3.0
19582024-12-19T00:20:47.075Z Compiling predicates-core v1.0.8
19592024-12-19T00:20:47.127Z Compiling whoami v1.5.2
19602024-12-19T00:20:47.392Z Compiling unicode-width v0.2.0
19612024-12-19T00:20:47.417Z Compiling unicode-segmentation v1.12.0
19622024-12-19T00:20:47.681Z Compiling fixedbitset v0.4.2
19632024-12-19T00:20:47.782Z Compiling static_assertions v1.1.0
19642024-12-19T00:20:47.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19652024-12-19T00:20:47.933Z Compiling indicatif v0.17.9
19662024-12-19T00:20:48.088Z Compiling petgraph v0.6.5
19672024-12-19T00:20:48.235Z Compiling similar v2.6.0
19682024-12-19T00:20:49.878Z Compiling tokio-postgres v0.7.12
19692024-12-19T00:20:50.145Z Compiling predicates v3.1.2
19702024-12-19T00:20:50.340Z Compiling bit-set v0.5.3
19712024-12-19T00:20:50.623Z Compiling string_cache v0.8.7
19722024-12-19T00:20:52.902Z Compiling typify-macro v0.2.0
19732024-12-19T00:20:53.039Z Compiling reqwest v0.12.9
19742024-12-19T00:20:54.718Z Compiling ecdsa v0.16.9
19752024-12-19T00:20:55.270Z Compiling qorb v0.2.1
19762024-12-19T00:20:55.609Z Compiling rsa v0.9.6
19772024-12-19T00:20:56.091Z Compiling ed25519-dalek v2.1.1
19782024-12-19T00:20:56.624Z Compiling zip v0.6.6
19792024-12-19T00:20:57.036Z Compiling crossterm v0.28.1
19802024-12-19T00:20:57.248Z Compiling clap v4.5.21
19812024-12-19T00:20:57.916Z Compiling toml v0.7.8
19822024-12-19T00:20:58.936Z Compiling x509-cert v0.2.5
19832024-12-19T00:21:00.099Z Compiling hex v0.4.3
19842024-12-19T00:21:00.818Z Compiling itertools v0.10.5
19852024-12-19T00:21:00.982Z Compiling unicode-xid v0.2.6
19862024-12-19T00:21:01.160Z Compiling peg-runtime v0.8.3
19872024-12-19T00:21:01.600Z Compiling lalrpop-util v0.19.12
19882024-12-19T00:21:01.831Z Compiling zerocopy v0.8.10
19892024-12-19T00:21:03.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19902024-12-19T00:21:07.884Z Compiling proc-macro-crate v1.3.1
19912024-12-19T00:21:08.589Z Compiling ipnetwork v0.20.0
19922024-12-19T00:21:08.742Z Compiling macaddr v1.0.1
19932024-12-19T00:21:09.169Z Compiling zerocopy-derive v0.8.10
19942024-12-19T00:21:09.395Z Compiling itertools v0.13.0
19952024-12-19T00:21:11.999Z Compiling heapless v0.8.0
19962024-12-19T00:21:12.708Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
19972024-12-19T00:21:17.057Z Compiling num_enum_derive v0.5.11
19982024-12-19T00:21:25.564Z Compiling hash32 v0.3.1
19992024-12-19T00:21:25.889Z Compiling smoltcp v0.11.0
20002024-12-19T00:21:26.064Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20012024-12-19T00:21:31.910Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20022024-12-19T00:21:32.707Z Compiling num_enum v0.5.11
20032024-12-19T00:21:32.889Z Compiling typify v0.2.0
20042024-12-19T00:21:33.550Z Compiling proc-macro-error-attr v1.0.4
20052024-12-19T00:21:34.090Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20062024-12-19T00:21:34.401Z Compiling cobs v0.2.3
20072024-12-19T00:21:34.591Z Compiling unsafe-libyaml v0.2.11
20082024-12-19T00:21:34.843Z Compiling postcard v1.0.10
20092024-12-19T00:21:35.965Z Compiling serde_yaml v0.9.34+deprecated
20102024-12-19T00:21:52.010Z Compiling progenitor-impl v0.8.0
20112024-12-19T00:21:52.388Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20122024-12-19T00:22:04.606Z Compiling strum_macros v0.26.4
20132024-12-19T00:22:05.574Z Compiling foreign-types-macros v0.2.3
20142024-12-19T00:22:05.593Z Compiling structmeta-derive v0.3.0
20152024-12-19T00:22:05.613Z Compiling proc-macro-error v1.0.4
20162024-12-19T00:22:05.704Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20172024-12-19T00:22:05.906Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20182024-12-19T00:22:06.010Z Compiling newtype-uuid v1.1.3
20192024-12-19T00:22:07.936Z Compiling foreign-types-shared v0.3.1
20202024-12-19T00:22:08.193Z Compiling structmeta v0.3.0
20212024-12-19T00:22:08.591Z Compiling foreign-types v0.5.0
20222024-12-19T00:22:09.135Z Compiling strum v0.26.3
20232024-12-19T00:22:14.013Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20242024-12-19T00:22:17.155Z Compiling progenitor-macro v0.8.0
20252024-12-19T00:22:21.009Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20262024-12-19T00:22:21.821Z Compiling progenitor-client v0.8.0
20272024-12-19T00:22:24.493Z Compiling tabwriter v1.4.0
20282024-12-19T00:22:25.262Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20292024-12-19T00:22:26.083Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20302024-12-19T00:22:26.533Z Compiling cstr-argument v0.1.2
20312024-12-19T00:22:26.745Z Compiling dropshot v0.13.0
20322024-12-19T00:22:26.793Z Compiling pretty-hex v0.2.1
20332024-12-19T00:22:26.920Z Compiling crucible-workspace-hack v0.1.0
20342024-12-19T00:22:27.013Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20352024-12-19T00:22:27.194Z Compiling fastrand v2.1.1
20362024-12-19T00:22:27.573Z Compiling tempfile v3.13.0
20372024-12-19T00:22:27.978Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20382024-12-19T00:22:28.569Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20392024-12-19T00:22:28.643Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20402024-12-19T00:22:29.446Z Compiling parse-display-derive v0.10.0
20412024-12-19T00:22:29.607Z Compiling colored v2.1.0
20422024-12-19T00:22:29.644Z Compiling serde_with_macros v3.11.0
20432024-12-19T00:22:29.916Z Compiling progenitor v0.8.0
20442024-12-19T00:22:30.208Z Compiling dropshot_endpoint v0.13.0
20452024-12-19T00:22:30.812Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20462024-12-19T00:22:31.580Z Compiling instant v0.1.13
20472024-12-19T00:22:31.744Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20482024-12-19T00:22:32.147Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20492024-12-19T00:22:32.180Z Compiling serde_with v3.11.0
20502024-12-19T00:22:33.255Z Compiling parse-display v0.10.0
20512024-12-19T00:22:33.497Z Compiling backoff v0.4.0
20522024-12-19T00:22:33.897Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-12-19T00:22:34.129Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20542024-12-19T00:22:35.251Z Compiling zone_cfg_derive v0.3.0
20552024-12-19T00:22:35.823Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20562024-12-19T00:22:36.435Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20572024-12-19T00:22:36.632Z Compiling camino-tempfile v1.1.1
20582024-12-19T00:22:36.759Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20592024-12-19T00:22:37.161Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20602024-12-19T00:22:37.256Z Compiling regress v0.9.1
20612024-12-19T00:22:37.353Z Compiling num-derive v0.4.2
20622024-12-19T00:22:37.387Z Compiling sigpipe v0.1.3
20632024-12-19T00:22:37.531Z Compiling libefi-sys v0.1.0
20642024-12-19T00:22:37.823Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20652024-12-19T00:22:38.170Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20662024-12-19T00:22:39.489Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
20672024-12-19T00:22:41.054Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20682024-12-19T00:22:41.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20692024-12-19T00:22:44.697Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20702024-12-19T00:22:45.264Z Compiling zone v0.3.0
20712024-12-19T00:22:45.283Z Compiling smf v0.2.3
20722024-12-19T00:22:45.758Z Compiling bitfield-struct v0.6.2
20732024-12-19T00:22:46.649Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20742024-12-19T00:22:47.040Z Compiling blake3 v1.5.4
20752024-12-19T00:22:47.124Z Compiling ring v0.16.20
20762024-12-19T00:22:47.832Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20772024-12-19T00:22:48.648Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20782024-12-19T00:22:48.709Z Compiling xattr v1.3.1
20792024-12-19T00:22:48.815Z Compiling memmap2 v0.9.5
20802024-12-19T00:22:49.018Z Compiling filetime v0.2.25
20812024-12-19T00:22:49.381Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20822024-12-19T00:22:49.409Z Compiling arrayvec v0.7.6
20832024-12-19T00:22:49.525Z Compiling arrayref v0.3.9
20842024-12-19T00:22:49.644Z Compiling same-file v1.0.6
20852024-12-19T00:22:49.836Z Compiling constant_time_eq v0.3.1
20862024-12-19T00:22:49.882Z Compiling spin v0.5.2
20872024-12-19T00:22:50.014Z Compiling walkdir v2.5.0
20882024-12-19T00:22:50.140Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20892024-12-19T00:22:51.668Z Compiling tar v0.4.42
20902024-12-19T00:22:52.447Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20912024-12-19T00:22:52.636Z Compiling gethostname v0.5.0
20922024-12-19T00:22:52.809Z Compiling cargo-platform v0.1.8
20932024-12-19T00:22:52.843Z Compiling topological-sort v0.2.2
20942024-12-19T00:22:53.873Z Compiling cargo_metadata v0.18.1
20952024-12-19T00:22:57.305Z Compiling omicron-zone-package v0.11.1
20962024-12-19T00:22:59.820Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20972024-12-19T00:23:00.656Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20982024-12-19T00:23:03.713Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20992024-12-19T00:23:22.570Z Finished `release` profile [optimized] target(s) in 5m 25s
21002024-12-19T00:23:22.737Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21012024-12-19T00:23:22.784ZLogging to: /work/oxidecomputer/omicron/out/LOG
21022024-12-19T00:23:22.786ZCreated new build target 'test' and set it as active
21032024-12-19T00:23:22.787Z
21042024-12-19T00:23:22.787Zreal 5:25.387106119
21052024-12-19T00:23:22.787Zuser 36:43.622515775
21062024-12-19T00:23:22.787Zsys 4:53.553902445
21072024-12-19T00:23:22.787Ztrap 1.091214851
21082024-12-19T00:23:22.787Ztflt 3.266388856
21092024-12-19T00:23:22.787Zdflt 0.792267600
21102024-12-19T00:23:22.787Zkflt 0.014176125
21112024-12-19T00:23:22.787Zlock 1:17:32.095531097
21122024-12-19T00:23:22.787Zslp 2:34:08.228595385
21132024-12-19T00:23:22.787Zlat 2:36.606307766
21142024-12-19T00:23:22.787Zstop 4:28.003089545
21152024-12-19T00:23:22.789Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21162024-12-19T00:23:23.739Z Finished `release` profile [optimized] target(s) in 0.90s
21172024-12-19T00:23:23.796Z Running `target/release/omicron-package -t test package`
21182024-12-19T00:23:23.841ZLogging to: /work/oxidecomputer/omicron/out/LOG
21192024-12-19T00:23:25.008Z Compiling convert_case v0.4.0
21202024-12-19T00:23:25.013Z Compiling itertools v0.13.0
21212024-12-19T00:23:25.013Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21222024-12-19T00:23:25.013Z Compiling newline-converter v0.3.0
21232024-12-19T00:23:25.013Z Compiling password-hash v0.5.0
21242024-12-19T00:23:25.013Z Compiling progenitor-client v0.8.0
21252024-12-19T00:23:25.144Z Compiling blake2 v0.10.6
21262024-12-19T00:23:25.155Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21272024-12-19T00:23:25.390Z Compiling expectorate v1.1.0
21282024-12-19T00:23:25.415Z Compiling atomicwrites v0.4.4
21292024-12-19T00:23:25.591Z Compiling owo-colors v4.1.0
21302024-12-19T00:23:25.722Z Compiling argon2 v0.5.3
21312024-12-19T00:23:25.858Z Compiling derive_more v0.99.18
21322024-12-19T00:23:25.875Z Compiling progenitor v0.8.0
21332024-12-19T00:23:25.903Z Compiling cancel-safe-futures v0.1.5
21342024-12-19T00:23:26.141Z Compiling num-rational v0.4.2
21352024-12-19T00:23:26.217Z Compiling num-complex v0.4.6
21362024-12-19T00:23:26.416Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21372024-12-19T00:23:27.151Z Compiling libsw v3.3.1
21382024-12-19T00:23:27.244Z Compiling indent_write v2.2.0
21392024-12-19T00:23:27.476Z Compiling num v0.4.3
21402024-12-19T00:23:27.495Z Compiling swrite v0.1.0
21412024-12-19T00:23:27.536Z Compiling linear-map v1.2.0
21422024-12-19T00:23:27.598Z Compiling float-ord v0.3.2
21432024-12-19T00:23:27.630Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21442024-12-19T00:23:27.778Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21452024-12-19T00:23:27.969Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21462024-12-19T00:23:27.996Z Compiling base64 v0.21.7
21472024-12-19T00:23:28.617Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21482024-12-19T00:23:28.719Z Compiling highway v1.2.0
21492024-12-19T00:23:29.122Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21502024-12-19T00:23:29.859Z Compiling semver v0.1.20
21512024-12-19T00:23:30.143Z Compiling newtype-uuid v1.1.3
21522024-12-19T00:23:30.448Z Compiling rustc_version v0.1.7
21532024-12-19T00:23:30.499Z Compiling dropshot v0.13.0
21542024-12-19T00:23:30.576Z Compiling ipnetwork v0.20.0
21552024-12-19T00:23:30.870Z Compiling newtype_derive v0.1.6
21562024-12-19T00:23:31.245Z Compiling instant v0.1.13
21572024-12-19T00:23:31.341Z Compiling humantime v2.1.0
21582024-12-19T00:23:31.409Z Compiling backoff v0.4.0
21592024-12-19T00:23:31.891Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21602024-12-19T00:23:32.124Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21612024-12-19T00:23:32.378Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21622024-12-19T00:23:35.564Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21632024-12-19T00:23:35.938Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21642024-12-19T00:23:37.027Z Compiling parse-display v0.10.0
21652024-12-19T00:23:37.253Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-12-19T00:23:37.447Z Compiling serde_with v3.11.0
21672024-12-19T00:23:37.595Z Compiling strum v0.26.3
21682024-12-19T00:23:37.791Z Compiling regress v0.9.1
21692024-12-19T00:23:41.014Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-12-19T00:23:42.561Z Compiling macaddr v1.0.1
21712024-12-19T00:23:42.633Z Compiling slog-dtrace v0.3.0
21722024-12-19T00:23:42.788Z Compiling steno v0.4.1
21732024-12-19T00:23:42.968Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21742024-12-19T00:23:43.183Z Compiling prettyplease v0.2.25
21752024-12-19T00:23:43.723Z Compiling tungstenite v0.21.0
21762024-12-19T00:23:44.617Z Compiling display-error-chain v0.2.2
21772024-12-19T00:23:44.840Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21782024-12-19T00:23:47.212Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21792024-12-19T00:23:47.565Z Compiling tokio-tungstenite v0.21.0
21802024-12-19T00:23:48.237Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21812024-12-19T00:23:48.823Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21822024-12-19T00:23:49.315Z Compiling arc-swap v1.7.1
21832024-12-19T00:23:50.002Z Compiling slog-scope v4.4.0
21842024-12-19T00:23:50.824Z Compiling half v2.4.1
21852024-12-19T00:23:51.530Z Compiling ciborium-io v0.2.2
21862024-12-19T00:23:51.689Z Compiling ciborium-ll v0.2.2
21872024-12-19T00:23:52.221Z Compiling slog-stdlog v4.1.1
21882024-12-19T00:23:52.822Z Compiling slog-envlogger v2.2.0
21892024-12-19T00:23:53.118Z Compiling ciborium v0.2.2
21902024-12-19T00:23:55.234Z Compiling nibble_vec v0.1.0
21912024-12-19T00:23:55.479Z Compiling endian-type v0.1.2
21922024-12-19T00:23:55.734Z Compiling radix_trie v0.2.1
21932024-12-19T00:23:56.656Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21942024-12-19T00:24:01.722Z Compiling same-file v1.0.6
21952024-12-19T00:24:01.977Z Compiling fastrand v2.1.1
21962024-12-19T00:24:02.506Z Compiling tempfile v3.13.0
21972024-12-19T00:24:02.673Z Compiling walkdir v2.5.0
21982024-12-19T00:24:02.810Z Compiling blake3 v1.5.4
21992024-12-19T00:24:03.186Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22002024-12-19T00:24:03.251Z Compiling ring v0.16.20
22012024-12-19T00:24:03.288Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22022024-12-19T00:24:03.433Z Compiling xattr v1.3.1
22032024-12-19T00:24:03.706Z Compiling memmap2 v0.9.5
22042024-12-19T00:24:04.122Z Compiling filetime v0.2.25
22052024-12-19T00:24:04.435Z Compiling constant_time_eq v0.3.1
22062024-12-19T00:24:04.476Z Compiling arrayref v0.3.9
22072024-12-19T00:24:04.583Z Compiling keccak v0.1.5
22082024-12-19T00:24:04.602Z Compiling spin v0.5.2
22092024-12-19T00:24:04.870Z Compiling arrayvec v0.7.6
22102024-12-19T00:24:05.578Z Compiling sha3 v0.10.8
22112024-12-19T00:24:06.277Z Compiling tar v0.4.42
22122024-12-19T00:24:06.337Z Compiling toolchain_find v0.4.0
22132024-12-19T00:24:06.503Z Compiling camino-tempfile v1.1.1
22142024-12-19T00:24:06.794Z Compiling const_format_proc_macros v0.2.33
22152024-12-19T00:24:06.960Z Compiling crunchy v0.2.2
22162024-12-19T00:24:07.031Z Compiling maplit v1.0.2
22172024-12-19T00:24:07.155Z Compiling topological-sort v0.2.2
22182024-12-19T00:24:07.386Z Compiling radium v0.7.0
22192024-12-19T00:24:07.454Z Compiling rustfmt-wrapper v0.2.1
22202024-12-19T00:24:07.835Z Compiling omicron-zone-package v0.11.1
22212024-12-19T00:24:08.009Z Compiling pem v3.0.4
22222024-12-19T00:24:08.277Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22232024-12-19T00:24:08.294Z Compiling tap v1.0.1
22242024-12-19T00:24:08.494Z Compiling tiny-keccak v2.0.2
22252024-12-19T00:24:08.688Z Compiling const_format v0.2.33
22262024-12-19T00:24:08.746Z Compiling maybe-uninit v2.0.0
22272024-12-19T00:24:08.817Z Compiling wyz v0.5.1
22282024-12-19T00:24:09.350Z Compiling dsl_auto_type v0.1.2
22292024-12-19T00:24:09.441Z Compiling phf_generator v0.11.2
22302024-12-19T00:24:09.532Z Compiling scheduled-thread-pool v0.2.7
22312024-12-19T00:24:09.606Z Compiling secrecy v0.8.0
22322024-12-19T00:24:09.631Z Compiling diesel_table_macro_syntax v0.2.0
22332024-12-19T00:24:09.903Z Compiling async-recursion v1.1.1
22342024-12-19T00:24:09.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22352024-12-19T00:24:10.034Z Compiling funty v2.0.0
22362024-12-19T00:24:10.308Z Compiling packed_struct v0.10.1
22372024-12-19T00:24:10.715Z Compiling crc-catalog v2.4.0
22382024-12-19T00:24:10.757Z Compiling diesel_derives v2.2.3
22392024-12-19T00:24:10.806Z Compiling r2d2 v0.8.10
22402024-12-19T00:24:10.861Z Compiling crc v3.2.1
22412024-12-19T00:24:11.268Z Compiling bitvec v1.0.1
22422024-12-19T00:24:11.336Z Compiling phf_codegen v0.11.2
22432024-12-19T00:24:12.145Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22442024-12-19T00:24:12.371Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22452024-12-19T00:24:12.824Z Compiling ascii-canvas v3.0.0
22462024-12-19T00:24:13.168Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22472024-12-19T00:24:13.313Z Compiling universal-hash v0.5.1
22482024-12-19T00:24:13.545Z Compiling thiserror-impl-no-std v2.0.2
22492024-12-19T00:24:15.870Z Compiling packed_struct_codegen v0.10.1
22502024-12-19T00:24:16.157Z Compiling parse-zoneinfo v0.3.1
22512024-12-19T00:24:17.762Z Compiling lzma-sys v0.1.20
22522024-12-19T00:24:18.367Z Compiling ena v0.14.3
22532024-12-19T00:24:18.445Z Compiling indexmap v1.9.3
22542024-12-19T00:24:18.758Z Compiling cfg_aliases v0.1.1
22552024-12-19T00:24:18.798Z Compiling nodrop v0.1.14
22562024-12-19T00:24:18.882Z Compiling opaque-debug v0.3.1
22572024-12-19T00:24:18.950Z Compiling diff v0.1.13
22582024-12-19T00:24:18.999Z Compiling regex-syntax v0.6.29
22592024-12-19T00:24:19.530Z Compiling poly1305 v0.8.0
22602024-12-19T00:24:21.015Z Compiling array-init v0.0.4
22612024-12-19T00:24:22.058Z Compiling diesel v2.2.4
22622024-12-19T00:24:22.329Z Compiling lalrpop v0.19.12
22632024-12-19T00:24:24.369Z Compiling nix v0.28.0
22642024-12-19T00:24:29.451Z Compiling chrono-tz-build v0.4.0
22652024-12-19T00:24:29.474Z Compiling thiserror-no-std v2.0.2
22662024-12-19T00:24:29.611Z Compiling smallvec v0.6.14
22672024-12-19T00:24:30.554Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22682024-12-19T00:24:30.658Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22692024-12-19T00:24:30.956Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22702024-12-19T00:24:31.171Z Compiling chacha20 v0.9.1
22712024-12-19T00:24:31.674Z Compiling heck v0.3.3
22722024-12-19T00:24:31.677Z Compiling aead v0.5.2
22732024-12-19T00:24:32.043Z Compiling vte_generate_state_changes v0.1.2
22742024-12-19T00:24:32.063Z Compiling termcolor v1.4.1
22752024-12-19T00:24:32.664Z Compiling bitfield v0.14.0
22762024-12-19T00:24:33.021Z Compiling ref-cast v1.0.23
22772024-12-19T00:24:33.127Z Compiling hashbrown v0.12.3
22782024-12-19T00:24:33.486Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22792024-12-19T00:24:33.976Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22802024-12-19T00:24:35.686Z Compiling vte v0.11.1
22812024-12-19T00:24:37.162Z Compiling env_logger v0.10.2
22822024-12-19T00:24:40.348Z Compiling zone_cfg_derive v0.1.2
22832024-12-19T00:24:41.745Z Compiling chacha20poly1305 v0.10.1
22842024-12-19T00:24:42.025Z Compiling chrono-tz v0.10.0
22852024-12-19T00:24:42.674Z Compiling serde-hex v0.1.0
22862024-12-19T00:24:46.275Z Compiling vsss-rs v3.3.4
22872024-12-19T00:24:48.372Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22882024-12-19T00:24:48.586Z Compiling polar-core v0.27.3
22892024-12-19T00:24:48.720Z Compiling ron v0.8.1
22902024-12-19T00:24:49.834Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22912024-12-19T00:24:50.128Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22922024-12-19T00:24:50.727Z Compiling derive_builder_core v0.20.2
22932024-12-19T00:24:50.747Z Compiling hashbrown v0.13.2
22942024-12-19T00:24:52.194Z Compiling fd-lock v4.0.2
22952024-12-19T00:24:52.449Z Compiling headers-core v0.3.0
22962024-12-19T00:24:52.647Z Compiling fxhash v0.2.1
22972024-12-19T00:24:52.890Z Compiling libxml v0.3.3
22982024-12-19T00:24:52.966Z Compiling ref-cast-impl v1.0.23
22992024-12-19T00:24:53.259Z Compiling bytecount v0.6.8
23002024-12-19T00:24:53.586Z Compiling base64 v0.13.1
23012024-12-19T00:24:54.023Z Compiling simd-adler32 v0.3.7
23022024-12-19T00:24:54.370Z Compiling lockfree-object-pool v0.1.6
23032024-12-19T00:24:54.577Z Compiling bumpalo v3.16.0
23042024-12-19T00:24:54.667Z Compiling zip v2.1.3
23052024-12-19T00:24:55.001Z Compiling crc-any v2.5.0
23062024-12-19T00:24:55.175Z Compiling zopfli v0.8.1
23072024-12-19T00:24:55.211Z Compiling ron v0.7.1
23082024-12-19T00:24:55.959Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23092024-12-19T00:24:59.501Z Compiling papergrid v0.11.0
23102024-12-19T00:24:59.694Z Compiling derive_builder_macro v0.20.2
23112024-12-19T00:25:00.442Z Compiling headers v0.4.0
23122024-12-19T00:25:00.524Z Compiling object v0.30.4
23132024-12-19T00:25:04.150Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23142024-12-19T00:25:04.863Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152024-12-19T00:25:11.090Z Compiling xz2 v0.1.7
23162024-12-19T00:25:12.658Z Compiling zone v0.1.8
23172024-12-19T00:25:12.802Z Compiling strip-ansi-escapes v0.2.0
23182024-12-19T00:25:13.547Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23192024-12-19T00:25:13.719Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23202024-12-19T00:25:14.086Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23212024-12-19T00:25:14.443Z Compiling tabled_derive v0.7.0
23222024-12-19T00:25:16.097Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23232024-12-19T00:25:16.566Z Compiling yasna v0.5.2
23242024-12-19T00:25:16.676Z Compiling peg-macros v0.8.4
23252024-12-19T00:25:18.989Z Compiling strum_macros v0.24.3
23262024-12-19T00:25:19.761Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272024-12-19T00:25:19.912Z Compiling kstat-rs v0.2.4
23282024-12-19T00:25:19.949Z Compiling samael v0.0.17
23292024-12-19T00:25:20.776Z Compiling sqlparser_derive v0.2.2
23302024-12-19T00:25:20.828Z Compiling unicase v2.7.0
23312024-12-19T00:25:20.879Z Compiling home v0.5.9
23322024-12-19T00:25:21.152Z Compiling path-slash v0.1.5
23332024-12-19T00:25:21.172Z Compiling nu-ansi-term v0.50.1
23342024-12-19T00:25:21.396Z Compiling indoc v1.0.9
23352024-12-19T00:25:21.515Z Compiling unicode_categories v0.1.1
23362024-12-19T00:25:21.811Z Compiling sqlparser v0.45.0
23372024-12-19T00:25:21.843Z Compiling sqlformat v0.2.6
23382024-12-19T00:25:21.886Z Compiling reedline v0.35.0
23392024-12-19T00:25:22.354Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23402024-12-19T00:25:23.086Z Compiling rustyline v14.0.0
23412024-12-19T00:25:26.205Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23422024-12-19T00:25:31.833Z Compiling peg v0.8.4
23432024-12-19T00:25:31.961Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23442024-12-19T00:25:32.982Z Compiling rcgen v0.12.1
23452024-12-19T00:25:37.725Z Compiling tabled v0.15.0
23462024-12-19T00:25:45.402Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23472024-12-19T00:25:46.039Z Compiling derive_builder v0.20.2
23482024-12-19T00:25:52.535Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23492024-12-19T00:25:55.026Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23502024-12-19T00:25:55.775Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23512024-12-19T00:25:56.083Z Compiling bcs v0.1.6
23522024-12-19T00:25:56.985Z Compiling impl-trait-for-tuples v0.2.2
23532024-12-19T00:25:57.640Z Compiling oso-derive v0.27.3
23542024-12-19T00:25:58.635Z Compiling libz-sys v1.1.20
23552024-12-19T00:25:59.323Z Compiling quick-xml v0.33.0
23562024-12-19T00:26:03.836Z Compiling subprocess v0.2.9
23572024-12-19T00:26:05.824Z Compiling diesel-dtrace v0.3.0
23582024-12-19T00:26:06.005Z Compiling parking_lot_core v0.8.6
23592024-12-19T00:26:06.462Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23602024-12-19T00:26:08.497Z Compiling oso v0.27.3
23612024-12-19T00:26:25.848Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23622024-12-19T00:26:27.581Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23632024-12-19T00:26:32.809Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23642024-12-19T00:26:36.039Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23652024-12-19T00:26:36.341Z Compiling bb8 v0.8.5
23662024-12-19T00:26:36.975Z Compiling buf-list v1.0.3
23672024-12-19T00:26:37.636Z Compiling async-bb8-diesel v0.2.1
23682024-12-19T00:26:40.076Z Compiling libgit2-sys v0.17.0+1.8.1
23692024-12-19T00:26:40.099Z Compiling pin-project-internal v1.1.6
23702024-12-19T00:26:40.886Z Compiling atty v0.2.14
23712024-12-19T00:26:41.050Z Compiling salty v0.3.0
23722024-12-19T00:26:42.763Z Compiling pin-project v1.1.6
23732024-12-19T00:26:43.288Z Compiling parking_lot v0.11.2
23742024-12-19T00:26:46.316Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23752024-12-19T00:26:47.099Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23762024-12-19T00:26:47.419Z Compiling snafu-derive v0.8.5
23772024-12-19T00:26:51.743Z Compiling sled v0.34.7
23782024-12-19T00:26:52.232Z Compiling snafu v0.8.5
23792024-12-19T00:26:52.769Z Compiling mime_guess v2.0.5
23802024-12-19T00:26:53.736Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23812024-12-19T00:26:53.780Z Compiling hickory-client v0.24.1
23822024-12-19T00:26:55.313Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23832024-12-19T00:26:55.766Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23842024-12-19T00:26:55.984Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23852024-12-19T00:26:59.014Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23862024-12-19T00:27:00.510Z Compiling hickory-server v0.24.1
23872024-12-19T00:27:01.353Z Compiling globset v0.4.15
23882024-12-19T00:27:04.434Z Compiling primeorder v0.13.6
23892024-12-19T00:27:05.037Z Compiling olpc-cjson v0.1.4
23902024-12-19T00:27:05.377Z Compiling castaway v0.2.3
23912024-12-19T00:27:05.560Z Compiling vergen v8.3.2
23922024-12-19T00:27:05.828Z Compiling env_filter v0.1.2
23932024-12-19T00:27:08.975Z Compiling cargo-platform v0.1.8
23942024-12-19T00:27:09.509Z Compiling serde_plain v1.0.2
23952024-12-19T00:27:09.990Z Compiling nanorand v0.7.0
23962024-12-19T00:27:10.675Z Compiling memoffset v0.9.1
23972024-12-19T00:27:10.993Z Compiling typed-path v0.9.3
23982024-12-19T00:27:12.436Z Compiling flume v0.11.1
23992024-12-19T00:27:13.231Z Compiling cargo_metadata v0.18.1
24002024-12-19T00:27:16.401Z Compiling tough v0.19.0
24012024-12-19T00:27:18.129Z Compiling env_logger v0.11.5
24022024-12-19T00:27:19.626Z Compiling compact_str v0.8.0
24032024-12-19T00:27:22.170Z Compiling p384 v0.13.0
24042024-12-19T00:27:24.974Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24052024-12-19T00:27:28.347Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24062024-12-19T00:27:32.655Z Compiling git2 v0.19.0
24072024-12-19T00:27:36.546Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082024-12-19T00:27:38.424Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24092024-12-19T00:27:40.223Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24102024-12-19T00:27:42.006Z Compiling unicode-truncate v1.1.0
24112024-12-19T00:27:42.291Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24122024-12-19T00:27:45.087Z Compiling lru v0.12.5
24132024-12-19T00:27:45.486Z Compiling rand_seeder v0.3.0
24142024-12-19T00:27:45.901Z Compiling libsqlite3-sys v0.30.1
24152024-12-19T00:27:46.423Z Compiling instability v0.3.2
24162024-12-19T00:27:47.065Z Compiling rustls v0.21.12
24172024-12-19T00:27:47.166Z Compiling http-range v0.1.5
24182024-12-19T00:27:47.370Z Compiling cassowary v0.3.0
24192024-12-19T00:27:47.473Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24202024-12-19T00:27:47.740Z Compiling cfg_aliases v0.2.1
24212024-12-19T00:27:47.798Z Compiling parse-size v1.1.0
24222024-12-19T00:27:47.866Z Compiling nix v0.29.0
24232024-12-19T00:27:48.080Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24242024-12-19T00:27:48.109Z Compiling ratatui v0.28.1
24252024-12-19T00:27:48.379Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24262024-12-19T00:27:48.720Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24272024-12-19T00:27:50.577Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24282024-12-19T00:27:50.977Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24292024-12-19T00:27:51.732Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24302024-12-19T00:27:51.771Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24312024-12-19T00:27:52.036Z Compiling rustls-webpki v0.101.7
24322024-12-19T00:27:53.568Z Compiling sct v0.7.1
24332024-12-19T00:27:54.037Z Compiling csv-core v0.1.11
24342024-12-19T00:27:54.702Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24352024-12-19T00:27:54.924Z Compiling glob v0.3.1
24362024-12-19T00:27:55.107Z Compiling csv v1.3.0
24372024-12-19T00:27:56.046Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382024-12-19T00:27:56.937Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24392024-12-19T00:27:57.290Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24402024-12-19T00:27:58.540Z Compiling nix v0.27.1
24412024-12-19T00:28:01.533Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24422024-12-19T00:28:03.045Z Compiling hyper-staticfile v0.10.1
24432024-12-19T00:28:07.072Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24442024-12-19T00:28:08.025Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24452024-12-19T00:28:08.214Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24462024-12-19T00:28:09.306Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24472024-12-19T00:28:12.565Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24482024-12-19T00:28:17.301Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24492024-12-19T00:28:17.644Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24502024-12-19T00:28:17.949Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24512024-12-19T00:28:18.254Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24522024-12-19T00:28:20.121Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24532024-12-19T00:28:21.340Z Compiling hashlink v0.9.1
24542024-12-19T00:28:22.136Z Compiling tungstenite v0.23.0
24552024-12-19T00:28:22.208Z Compiling fallible-streaming-iterator v0.1.9
24562024-12-19T00:28:22.502Z Compiling fallible-iterator v0.3.0
24572024-12-19T00:28:23.012Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24582024-12-19T00:28:23.351Z Compiling tokio-tungstenite v0.23.1
24592024-12-19T00:28:23.890Z Compiling rusqlite v0.32.1
24602024-12-19T00:28:26.450Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24612024-12-19T00:28:28.101Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24622024-12-19T00:28:28.816Z Compiling tokio-rustls v0.24.1
24632024-12-19T00:28:29.312Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24642024-12-19T00:28:32.367Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24652024-12-19T00:28:33.603Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24662024-12-19T00:28:42.206Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24672024-12-19T00:28:42.745Z Compiling rustls-pemfile v1.0.4
24682024-12-19T00:28:43.487Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24692024-12-19T00:28:43.789Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24702024-12-19T00:28:45.459Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24712024-12-19T00:28:45.492Z Compiling signal-hook-tokio v0.3.1
24722024-12-19T00:28:45.638Z Compiling twox-hash v1.6.3
24732024-12-19T00:28:45.715Z Compiling unicode-linebreak v0.1.5
24742024-12-19T00:28:46.267Z Compiling is_ci v1.2.0
24752024-12-19T00:28:46.587Z Compiling smawk v0.3.2
24762024-12-19T00:28:46.645Z Compiling supports-color v3.0.1
24772024-12-19T00:28:46.889Z Compiling textwrap v0.16.1
24782024-12-19T00:28:47.082Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24792024-12-19T00:28:48.898Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24802024-12-19T00:28:58.279Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24812024-12-19T00:29:00.107Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24822024-12-19T00:29:04.425Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832024-12-19T00:29:09.139Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24842024-12-19T00:29:14.049Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24852024-12-19T00:29:22.462Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24862024-12-19T00:29:23.117Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24872024-12-19T00:29:23.423Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24882024-12-19T00:29:30.147Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24892024-12-19T00:29:33.213Z Compiling fatfs v0.3.6
24902024-12-19T00:29:34.090Z Compiling rtoolbox v0.0.2
24912024-12-19T00:29:34.526Z Compiling assert_matches v1.5.0
24922024-12-19T00:29:36.102Z Compiling rpassword v7.3.1
24932024-12-19T00:29:36.568Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24942024-12-19T00:29:39.357Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24952024-12-19T00:29:42.662Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24962024-12-19T00:29:46.471Z Compiling tui-tree-widget v0.22.0
24972024-12-19T00:29:46.954Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24982024-12-19T00:29:48.036Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24992024-12-19T00:29:48.353Z Compiling uzers v0.12.1
25002024-12-19T00:29:51.467Z Compiling shell-words v1.1.0
25012024-12-19T00:29:51.920Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25022024-12-19T00:30:00.286Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25032024-12-19T00:30:02.394Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25042024-12-19T00:30:31.062Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25052024-12-19T00:30:31.703Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25062024-12-19T00:30:36.459Z Compiling multimap v0.10.0
25072024-12-19T00:32:53.845Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25082024-12-19T00:33:06.639Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25092024-12-19T00:39:37.024Z Finished `release` profile [optimized] target(s) in 16m 12s
25102024-12-19T00:40:42.220Z
25112024-12-19T00:40:42.223Zreal 17:19.279536274
25122024-12-19T00:40:42.223Zuser 1:58:01.963827392
25132024-12-19T00:40:42.223Zsys 5:58.506447258
25142024-12-19T00:40:42.223Ztrap 2.843647969
25152024-12-19T00:40:42.223Ztflt 3.086223564
25162024-12-19T00:40:42.223Zdflt 4.660570495
25172024-12-19T00:40:42.223Zkflt 0.021430325
25182024-12-19T00:40:42.223Zlock 7:19:29.171269548
25192024-12-19T00:40:42.223Zslp 6:18:03.669975595
25202024-12-19T00:40:42.223Zlat 2:57.612033486
25212024-12-19T00:40:42.223Zstop 2:33.350867807
25222024-12-19T00:40:42.223Z+ mapfile -t packages
25232024-12-19T00:40:42.223Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25242024-12-19T00:40:43.233Z Finished `release` profile [optimized] target(s) in 0.96s
25252024-12-19T00:40:43.291Z Running `target/release/omicron-package -t test list-outputs`
25262024-12-19T00:40:43.341ZLogging to: /work/oxidecomputer/omicron/out/LOG
25272024-12-19T00:40:43.344Z+ ptime -m cargo build --locked --release -p xtask
25282024-12-19T00:40:43.893Z Compiling serde v1.0.215
25292024-12-19T00:40:43.896Z Compiling rustix v0.38.37
25302024-12-19T00:40:43.896Z Compiling libc v0.2.162
25312024-12-19T00:40:43.896Z Compiling serde_json v1.0.132
25322024-12-19T00:40:43.896Z Compiling bitflags v2.6.0
25332024-12-19T00:40:43.984Z Compiling syn v2.0.87
25342024-12-19T00:40:44.323Z Compiling usdt-impl v0.5.0
25352024-12-19T00:40:44.486Z Compiling syn v1.0.109
25362024-12-19T00:40:44.506Z Compiling hashbrown v0.15.0
25372024-12-19T00:40:44.509Z Compiling log v0.4.22
25382024-12-19T00:40:44.691Z Compiling fs-err v2.11.0
25392024-12-19T00:40:44.982Z Compiling anyhow v1.0.93
25402024-12-19T00:40:45.431Z Compiling thread-id v4.2.2
25412024-12-19T00:40:45.537Z Compiling once_cell v1.20.2
25422024-12-19T00:40:45.855Z Compiling indexmap v2.6.0
25432024-12-19T00:40:47.107Z Compiling terminal_size v0.4.0
25442024-12-19T00:40:47.107Z Compiling tempfile v3.13.0
25452024-12-19T00:40:47.351Z Compiling clap_builder v4.5.21
25462024-12-19T00:40:47.831Z Compiling proc-macro-error v1.0.4
25472024-12-19T00:40:49.201Z Compiling tabled_derive v0.7.0
25482024-12-19T00:40:50.545Z Compiling tabled v0.15.0
25492024-12-19T00:40:52.070Z Compiling serde_derive v1.0.215
25502024-12-19T00:40:53.470Z Compiling thiserror-impl v1.0.69
25512024-12-19T00:40:54.564Z Compiling zerocopy-derive v0.7.35
25522024-12-19T00:40:54.717Z Compiling scroll_derive v0.12.0
25532024-12-19T00:40:56.155Z Compiling scroll v0.12.0
25542024-12-19T00:40:56.409Z Compiling thiserror v1.0.69
25552024-12-19T00:40:56.562Z Compiling pest v2.7.14
25562024-12-19T00:40:56.795Z Compiling zerocopy v0.7.35
25572024-12-19T00:40:58.379Z Compiling goblin v0.8.2
25582024-12-19T00:40:59.646Z Compiling pest_meta v2.7.14
25592024-12-19T00:41:01.562Z Compiling pest_generator v2.7.14
25602024-12-19T00:41:03.864Z Compiling pest_derive v2.7.14
25612024-12-19T00:41:04.658Z Compiling dtrace-parser v0.2.0
25622024-12-19T00:41:06.668Z Compiling toml_datetime v0.6.8
25632024-12-19T00:41:07.410Z Compiling serde_tokenstream v0.2.2
25642024-12-19T00:41:08.011Z Compiling serde_spanned v0.6.8
25652024-12-19T00:41:08.294Z Compiling toml_edit v0.22.22
25662024-12-19T00:41:09.897Z Compiling dof v0.3.0
25672024-12-19T00:41:11.306Z Compiling camino v1.1.9
25682024-12-19T00:41:12.049Z Compiling usdt-attr-macro v0.5.0
25692024-12-19T00:41:12.588Z Compiling usdt-macro v0.5.0
25702024-12-19T00:41:12.694Z Compiling toml v0.8.19
25712024-12-19T00:41:13.821Z Compiling cargo-platform v0.1.8
25722024-12-19T00:41:14.931Z Compiling semver v1.0.23
25732024-12-19T00:41:16.166Z Compiling clap_derive v4.5.18
25742024-12-19T00:41:16.244Z Compiling cargo_metadata v0.18.1
25752024-12-19T00:41:16.354Z Compiling usdt v0.5.0
25762024-12-19T00:41:16.415Z Compiling cargo_toml v0.20.5
25772024-12-19T00:41:17.868Z Compiling camino-tempfile v1.1.1
25782024-12-19T00:41:18.675Z Compiling macaddr v1.0.1
25792024-12-19T00:41:20.782Z Compiling clap v4.5.21
25802024-12-19T00:41:28.797Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25812024-12-19T00:41:40.009Z Finished `release` profile [optimized] target(s) in 56.60s
25822024-12-19T00:41:40.138Z
25832024-12-19T00:41:40.140Zreal 56.758998885
25842024-12-19T00:41:40.140Zuser 5:43.891948835
25852024-12-19T00:41:40.141Zsys 31.560545460
25862024-12-19T00:41:40.141Ztrap 0.152359793
25872024-12-19T00:41:40.141Ztflt 0.354185883
25882024-12-19T00:41:40.141Zdflt 0.569724008
25892024-12-19T00:41:40.141Zkflt 0.000000000
25902024-12-19T00:41:40.141Zlock 10:29.376307040
25912024-12-19T00:41:40.141Zslp 16:02.506542276
25922024-12-19T00:41:40.141Zlat 11.724893466
25932024-12-19T00:41:40.141Zstop 16.538805411
25942024-12-19T00:41:40.141Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25952024-12-19T00:41:40.141Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25962024-12-19T00:41:40.141Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25972024-12-19T00:41:40.141Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25982024-12-19T00:41:40.141Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25992024-12-19T00:41:41.016Z Compiling hashbrown v0.14.5
26002024-12-19T00:41:41.143Z Compiling ident_case v1.0.1
26012024-12-19T00:41:41.154Z Compiling unsafe-libyaml v0.2.11
26022024-12-19T00:41:41.156Z Compiling progenitor-client v0.8.0
26032024-12-19T00:41:41.156Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26042024-12-19T00:41:41.156Z Compiling ipnetwork v0.20.0
26052024-12-19T00:41:41.156Z Compiling macaddr v1.0.1
26062024-12-19T00:41:41.156Z Compiling instant v0.1.13
26072024-12-19T00:41:41.292Z Compiling darling_core v0.20.10
26082024-12-19T00:41:41.370Z Compiling structmeta-derive v0.3.0
26092024-12-19T00:41:41.634Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26102024-12-19T00:41:41.654Z Compiling dropshot v0.13.0
26112024-12-19T00:41:41.673Z Compiling newtype-uuid v1.1.3
26122024-12-19T00:41:41.999Z Compiling dropshot_endpoint v0.13.0
26132024-12-19T00:41:42.131Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26142024-12-19T00:41:42.353Z Compiling regress v0.10.1
26152024-12-19T00:41:42.415Z Compiling regress v0.9.1
26162024-12-19T00:41:42.443Z Compiling serde_yaml v0.9.34+deprecated
26172024-12-19T00:41:42.902Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26182024-12-19T00:41:43.087Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26192024-12-19T00:41:43.090Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26202024-12-19T00:41:43.486Z Compiling backoff v0.4.0
26212024-12-19T00:41:43.876Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26222024-12-19T00:41:43.894Z Compiling tempfile v3.13.0
26232024-12-19T00:41:44.041Z Compiling proc-macro-crate v1.3.1
26242024-12-19T00:41:44.394Z Compiling structmeta v0.3.0
26252024-12-19T00:41:44.815Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26262024-12-19T00:41:44.902Z Compiling parse-display-derive v0.10.0
26272024-12-19T00:41:45.173Z Compiling num_enum_derive v0.5.11
26282024-12-19T00:41:45.221Z Compiling itertools v0.13.0
26292024-12-19T00:41:46.639Z Compiling typify-impl v0.2.0
26302024-12-19T00:41:47.476Z Compiling zerocopy v0.8.10
26312024-12-19T00:41:47.661Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26322024-12-19T00:41:47.804Z Compiling num_enum v0.5.11
26332024-12-19T00:41:47.987Z Compiling foreign-types-macros v0.2.3
26342024-12-19T00:41:47.990Z Compiling zerocopy-derive v0.8.10
26352024-12-19T00:41:48.414Z Compiling darling_macro v0.20.10
26362024-12-19T00:41:48.465Z Compiling foreign-types-shared v0.3.1
26372024-12-19T00:41:48.599Z Compiling heapless v0.8.0
26382024-12-19T00:41:48.805Z Compiling proc-macro-error v1.0.4
26392024-12-19T00:41:49.274Z Compiling foreign-types v0.5.0
26402024-12-19T00:41:49.416Z Compiling darling v0.20.10
26412024-12-19T00:41:49.510Z Compiling parse-display v0.10.0
26422024-12-19T00:41:49.575Z Compiling camino-tempfile v1.1.1
26432024-12-19T00:41:49.577Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26442024-12-19T00:41:49.592Z Compiling serde_with_macros v3.11.0
26452024-12-19T00:41:49.629Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26462024-12-19T00:41:50.057Z Compiling hash32 v0.3.1
26472024-12-19T00:41:50.259Z Compiling cstr-argument v0.1.2
26482024-12-19T00:41:50.316Z Compiling smoltcp v0.11.0
26492024-12-19T00:41:50.468Z Compiling crucible-workspace-hack v0.1.0
26502024-12-19T00:41:50.527Z Compiling pretty-hex v0.2.1
26512024-12-19T00:41:50.732Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26522024-12-19T00:41:50.785Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26532024-12-19T00:41:50.967Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26542024-12-19T00:41:51.128Z Compiling tabwriter v1.4.0
26552024-12-19T00:41:51.610Z Compiling colored v2.1.0
26562024-12-19T00:41:51.663Z Compiling cobs v0.2.3
26572024-12-19T00:41:51.982Z Compiling postcard v1.0.10
26582024-12-19T00:41:52.499Z Compiling serde_with v3.11.0
26592024-12-19T00:41:52.517Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26602024-12-19T00:41:52.678Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26612024-12-19T00:41:52.873Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26622024-12-19T00:41:52.895Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26632024-12-19T00:41:53.213Z Compiling smf v0.2.3
26642024-12-19T00:41:53.832Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26652024-12-19T00:41:54.639Z Compiling zone_cfg_derive v0.3.0
26662024-12-19T00:41:54.660Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26672024-12-19T00:41:55.149Z Compiling num-derive v0.4.2
26682024-12-19T00:41:56.188Z Compiling sigpipe v0.1.3
26692024-12-19T00:41:56.315Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26702024-12-19T00:41:56.457Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26712024-12-19T00:41:56.484Z Compiling zone v0.3.0
26722024-12-19T00:41:56.658Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26732024-12-19T00:41:57.063Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26742024-12-19T00:41:57.143Z Compiling universal-hash v0.5.1
26752024-12-19T00:41:57.364Z Compiling opaque-debug v0.3.1
26762024-12-19T00:41:57.469Z Compiling num-rational v0.4.2
26772024-12-19T00:41:57.488Z Compiling password-hash v0.5.0
26782024-12-19T00:41:57.579Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
26792024-12-19T00:41:57.598Z Compiling num-complex v0.4.6
26802024-12-19T00:41:57.919Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26812024-12-19T00:41:58.169Z Compiling blake2 v0.10.6
26822024-12-19T00:41:58.512Z Compiling aead v0.5.2
26832024-12-19T00:41:58.533Z Compiling keccak v0.1.5
26842024-12-19T00:41:58.649Z Compiling convert_case v0.4.0
26852024-12-19T00:41:58.682Z Compiling argon2 v0.5.3
26862024-12-19T00:41:58.893Z Compiling sha3 v0.10.8
26872024-12-19T00:41:59.335Z Compiling num v0.4.3
26882024-12-19T00:41:59.465Z Compiling poly1305 v0.8.0
26892024-12-19T00:41:59.537Z Compiling tungstenite v0.21.0
26902024-12-19T00:41:59.571Z Compiling chacha20 v0.9.1
26912024-12-19T00:41:59.757Z Compiling derive_more v0.99.18
26922024-12-19T00:42:00.017Z Compiling base64 v0.21.7
26932024-12-19T00:42:00.086Z Compiling float-ord v0.3.2
26942024-12-19T00:42:00.276Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26952024-12-19T00:42:00.743Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26962024-12-19T00:42:00.789Z Compiling tokio-tungstenite v0.21.0
26972024-12-19T00:42:00.827Z Compiling same-file v1.0.6
26982024-12-19T00:42:01.139Z Compiling semver v0.1.20
26992024-12-19T00:42:01.226Z Compiling walkdir v2.5.0
27002024-12-19T00:42:01.391Z Compiling newline-converter v0.3.0
27012024-12-19T00:42:01.544Z Compiling rustc_version v0.1.7
27022024-12-19T00:42:01.579Z Compiling primeorder v0.13.6
27032024-12-19T00:42:01.851Z Compiling secrecy v0.8.0
27042024-12-19T00:42:01.870Z Compiling cancel-safe-futures v0.1.5
27052024-12-19T00:42:02.028Z Compiling owo-colors v4.1.0
27062024-12-19T00:42:02.124Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27072024-12-19T00:42:02.127Z Compiling newtype_derive v0.1.6
27082024-12-19T00:42:02.249Z Compiling expectorate v1.1.0
27092024-12-19T00:42:02.305Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27102024-12-19T00:42:02.394Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27112024-12-19T00:42:02.436Z Compiling thiserror-impl-no-std v2.0.2
27122024-12-19T00:42:02.452Z Compiling ring v0.16.20
27132024-12-19T00:42:02.728Z Compiling blake3 v1.5.4
27142024-12-19T00:42:02.772Z Compiling unicase v2.7.0
27152024-12-19T00:42:02.993Z Compiling half v2.4.1
27162024-12-19T00:42:03.083Z Compiling ciborium-io v0.2.2
27172024-12-19T00:42:03.235Z Compiling arc-swap v1.7.1
27182024-12-19T00:42:03.554Z Compiling ciborium-ll v0.2.2
27192024-12-19T00:42:03.917Z Compiling slog-scope v4.4.0
27202024-12-19T00:42:04.084Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27212024-12-19T00:42:04.215Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27222024-12-19T00:42:04.534Z Compiling polyval v0.6.2
27232024-12-19T00:42:05.004Z Compiling atomicwrites v0.4.4
27242024-12-19T00:42:05.098Z Compiling libsw v3.3.1
27252024-12-19T00:42:05.392Z Compiling memmap2 v0.9.5
27262024-12-19T00:42:05.430Z Compiling linear-map v1.2.0
27272024-12-19T00:42:05.516Z Compiling typify-macro v0.2.0
27282024-12-19T00:42:05.697Z Compiling spin v0.5.2
27292024-12-19T00:42:05.733Z Compiling thiserror-no-std v2.0.2
27302024-12-19T00:42:05.796Z Compiling arrayref v0.3.9
27312024-12-19T00:42:05.860Z Compiling parking_lot_core v0.8.6
27322024-12-19T00:42:05.863Z Compiling arrayvec v0.7.6
27332024-12-19T00:42:05.915Z Compiling libefi-sys v0.1.0
27342024-12-19T00:42:05.936Z Compiling salty v0.3.0
27352024-12-19T00:42:06.184Z Compiling constant_time_eq v0.3.1
27362024-12-19T00:42:06.202Z Compiling indent_write v2.2.0
27372024-12-19T00:42:06.416Z Compiling vsss-rs v3.3.4
27382024-12-19T00:42:06.433Z Compiling ghash v0.5.1
27392024-12-19T00:42:06.551Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27402024-12-19T00:42:06.800Z Compiling slog-stdlog v4.1.1
27412024-12-19T00:42:07.074Z Compiling ciborium v0.2.2
27422024-12-19T00:42:07.506Z Compiling p384 v0.13.0
27432024-12-19T00:42:07.581Z Compiling toolchain_find v0.4.0
27442024-12-19T00:42:07.629Z Compiling chacha20poly1305 v0.10.1
27452024-12-19T00:42:07.879Z Compiling ctr v0.9.2
27462024-12-19T00:42:08.269Z Compiling lzma-sys v0.1.20
27472024-12-19T00:42:08.316Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27482024-12-19T00:42:08.630Z Compiling bitfield-struct v0.6.2
27492024-12-19T00:42:08.736Z Compiling slog-dtrace v0.3.0
27502024-12-19T00:42:09.023Z Compiling topological-sort v0.2.2
27512024-12-19T00:42:09.043Z Compiling highway v1.2.0
27522024-12-19T00:42:09.260Z Compiling omicron-zone-package v0.11.1
27532024-12-19T00:42:09.307Z Compiling aes-gcm v0.10.3
27542024-12-19T00:42:09.690Z Compiling rustfmt-wrapper v0.2.1
27552024-12-19T00:42:09.900Z Compiling mime_guess v2.0.5
27562024-12-19T00:42:09.966Z Compiling typify v0.2.0
27572024-12-19T00:42:10.121Z Compiling progenitor-impl v0.8.0
27582024-12-19T00:42:10.141Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27592024-12-19T00:42:10.144Z Compiling slog-envlogger v2.2.0
27602024-12-19T00:42:10.254Z Compiling steno v0.4.1
27612024-12-19T00:42:11.075Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27622024-12-19T00:42:11.247Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27632024-12-19T00:42:11.367Z Compiling heck v0.3.3
27642024-12-19T00:42:11.580Z Compiling ssh-encoding v0.2.0
27652024-12-19T00:42:11.659Z Compiling blowfish v0.9.1
27662024-12-19T00:42:11.777Z Compiling nibble_vec v0.1.0
27672024-12-19T00:42:11.820Z Compiling env_filter v0.1.2
27682024-12-19T00:42:12.005Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27692024-12-19T00:42:12.119Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27702024-12-19T00:42:12.121Z Compiling endian-type v0.1.2
27712024-12-19T00:42:12.433Z Compiling humantime v2.1.0
27722024-12-19T00:42:12.436Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27732024-12-19T00:42:12.436Z Compiling radix_trie v0.2.1
27742024-12-19T00:42:12.493Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27752024-12-19T00:42:12.525Z Compiling env_logger v0.11.5
27762024-12-19T00:42:12.567Z Compiling ssh-cipher v0.2.0
27772024-12-19T00:42:12.847Z Compiling bcrypt-pbkdf v0.10.0
27782024-12-19T00:42:13.123Z Compiling zone_cfg_derive v0.1.2
27792024-12-19T00:42:13.511Z Compiling parking_lot v0.11.2
27802024-12-19T00:42:13.530Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27812024-12-19T00:42:13.879Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27822024-12-19T00:42:14.481Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27832024-12-19T00:42:14.570Z Compiling password-hash v0.4.2
27842024-12-19T00:42:14.590Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
27852024-12-19T00:42:14.659Z Compiling gethostname v0.5.0
27862024-12-19T00:42:14.913Z Compiling fxhash v0.2.1
27872024-12-19T00:42:14.962Z Compiling simd-adler32 v0.3.7
27882024-12-19T00:42:14.982Z Compiling http-range v0.1.5
27892024-12-19T00:42:15.143Z Compiling base64 v0.13.1
27902024-12-19T00:42:15.243Z Compiling lockfree-object-pool v0.1.6
27912024-12-19T00:42:15.390Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27922024-12-19T00:42:15.526Z Compiling bumpalo v3.16.0
27932024-12-19T00:42:15.552Z Compiling zip v2.1.3
27942024-12-19T00:42:15.577Z Compiling matches v0.1.10
27952024-12-19T00:42:15.686Z Compiling idna v0.2.3
27962024-12-19T00:42:15.737Z Compiling ron v0.7.1
27972024-12-19T00:42:15.774Z Compiling sled v0.34.7
27982024-12-19T00:42:15.795Z Compiling pbkdf2 v0.11.0
27992024-12-19T00:42:15.892Z Compiling zopfli v0.8.1
28002024-12-19T00:42:16.016Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28012024-12-19T00:42:16.160Z Compiling zone v0.1.8
28022024-12-19T00:42:16.738Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28032024-12-19T00:42:17.366Z Compiling xz2 v0.1.7
28042024-12-19T00:42:17.836Z Compiling ssh-key v0.6.6
28052024-12-19T00:42:17.881Z Compiling hickory-client v0.24.1
28062024-12-19T00:42:18.181Z Compiling p256 v0.13.2
28072024-12-19T00:42:18.472Z Compiling progenitor-macro v0.8.0
28082024-12-19T00:42:18.491Z Compiling p521 v0.13.3
28092024-12-19T00:42:18.741Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28102024-12-19T00:42:19.075Z Compiling hickory-server v0.24.1
28112024-12-19T00:42:19.381Z Compiling enum-as-inner v0.5.1
28122024-12-19T00:42:19.980Z Compiling pem v3.0.4
28132024-12-19T00:42:20.493Z Compiling yasna v0.5.2
28142024-12-19T00:42:20.790Z Compiling headers-core v0.3.0
28152024-12-19T00:42:20.975Z Compiling kstat-rs v0.2.4
28162024-12-19T00:42:21.021Z Compiling nanorand v0.7.0
28172024-12-19T00:42:21.614Z Compiling russh-cryptovec v0.7.3
28182024-12-19T00:42:21.644Z Compiling atty v0.2.14
28192024-12-19T00:42:21.807Z Compiling md5 v0.7.0
28202024-12-19T00:42:21.949Z Compiling rcgen v0.12.1
28212024-12-19T00:42:22.246Z Compiling russh-keys v0.45.0
28222024-12-19T00:42:22.248Z Compiling flume v0.11.1
28232024-12-19T00:42:22.300Z Compiling headers v0.4.0
28242024-12-19T00:42:22.776Z Compiling trust-dns-proto v0.22.0
28252024-12-19T00:42:22.979Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28262024-12-19T00:42:23.948Z Compiling hyper-staticfile v0.10.1
28272024-12-19T00:42:25.150Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28282024-12-19T00:42:25.787Z Compiling num-bigint v0.4.6
28292024-12-19T00:42:26.626Z Compiling des v0.8.1
28302024-12-19T00:42:26.677Z Compiling subprocess v0.2.9
28312024-12-19T00:42:26.847Z Compiling display-error-chain v0.2.2
28322024-12-19T00:42:27.003Z Compiling hex-literal v0.4.1
28332024-12-19T00:42:27.075Z Compiling dhcproto-macros v0.1.0
28342024-12-19T00:42:27.179Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28352024-12-19T00:42:27.558Z Compiling internet-checksum v0.2.1
28362024-12-19T00:42:28.053Z Compiling dhcproto v0.12.0
28372024-12-19T00:42:28.966Z Compiling russh v0.45.0
28382024-12-19T00:42:31.526Z Compiling progenitor v0.8.0
28392024-12-19T00:42:31.658Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28402024-12-19T00:42:31.661Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28412024-12-19T00:42:31.661Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28422024-12-19T00:42:31.661Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432024-12-19T00:42:31.661Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28442024-12-19T00:42:31.661Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28452024-12-19T00:42:31.746Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28462024-12-19T00:42:33.185Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28472024-12-19T00:42:33.470Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28482024-12-19T00:42:34.346Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492024-12-19T00:42:36.923Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28502024-12-19T00:42:38.530Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28512024-12-19T00:42:48.302Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28522024-12-19T00:42:48.302Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28532024-12-19T00:42:48.304Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28542024-12-19T00:42:48.305Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28552024-12-19T00:42:49.259Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28562024-12-19T00:42:51.434Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28572024-12-19T00:42:52.503Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28582024-12-19T00:42:52.704Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592024-12-19T00:42:53.629Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28602024-12-19T00:42:56.344Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28612024-12-19T00:42:56.368Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28622024-12-19T00:42:56.914Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28632024-12-19T00:42:57.366Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28642024-12-19T00:42:58.983Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28652024-12-19T00:42:59.104Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28662024-12-19T00:43:00.556Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28672024-12-19T00:43:01.113Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28682024-12-19T00:43:01.270Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28692024-12-19T00:43:02.203Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28702024-12-19T00:43:04.213Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28712024-12-19T00:43:04.770Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28722024-12-19T00:43:05.109Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28732024-12-19T00:43:07.023Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28742024-12-19T00:43:07.273Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28752024-12-19T00:43:07.294Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28762024-12-19T00:43:10.205Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28772024-12-19T00:43:11.852Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782024-12-19T00:43:12.361Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28792024-12-19T00:43:19.365Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28802024-12-19T00:43:27.158Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28812024-12-19T00:43:28.480Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28822024-12-19T00:43:48.047Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28832024-12-19T00:44:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s
28842024-12-19T00:44:25.016Z
28852024-12-19T00:44:25.019Zreal 2:44.815125018
28862024-12-19T00:44:25.019Zuser 12:23.784096131
28872024-12-19T00:44:25.019Zsys 2:45.309531967
28882024-12-19T00:44:25.019Ztrap 0.319161686
28892024-12-19T00:44:25.019Ztflt 0.840498476
28902024-12-19T00:44:25.020Zdflt 2.146094372
28912024-12-19T00:44:25.020Zkflt 0.000001459
28922024-12-19T00:44:25.020Zlock 26:07.754215814
28932024-12-19T00:44:25.020Zslp 44:45.547610998
28942024-12-19T00:44:25.020Zlat 34.583734229
28952024-12-19T00:44:25.020Zstop 1:26.325932291
28962024-12-19T00:44:25.020Z+ mkdir tests
28972024-12-19T00:44:25.022Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28982024-12-19T00:44:25.022Z+ xargs -I '{}' -t cp '{}' tests/
28992024-12-19T00:44:26.151Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9e241bbcfd6668e2 tests/
29002024-12-19T00:44:26.172Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-add3e98554f68123 tests/
29012024-12-19T00:44:26.192Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-be9b2d1fec740ea1 tests/
29022024-12-19T00:44:26.213Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e1178cee952e6f82 tests/
29032024-12-19T00:44:26.391Z+ 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/*)
29042024-12-19T00:44:26.394Z+ 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-add3e98554f68123 tests/commtest-be9b2d1fec740ea1 tests/dhcp_server-9e241bbcfd6668e2 tests/end_to_end_tests-e1178cee952e6f82 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
29052024-12-19T00:45:38.522ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29062024-12-19T00:45:38.522Za .github/buildomat/ci-env.sh 1K
29072024-12-19T00:45:38.522Za out/target/test 1K
29082024-12-19T00:45:38.522Za out/npuzone/npuzone 23144K
29092024-12-19T00:45:38.522Za package-manifest.toml 32K
29102024-12-19T00:45:38.522Za smf/sled-agent/non-gimlet/config.toml 4K
29112024-12-19T00:45:38.522Za target/release/omicron-package 36349K
29122024-12-19T00:45:38.522Za target/release/xtask 11750K
29132024-12-19T00:45:38.522Za target/debug/bootstrap 210028K
29142024-12-19T00:45:38.522Za tests/bootstrap-add3e98554f68123 24246K
29152024-12-19T00:45:38.522Za tests/commtest-be9b2d1fec740ea1 25022K
29162024-12-19T00:45:38.522Za tests/dhcp_server-9e241bbcfd6668e2 24246K
29172024-12-19T00:45:38.522Za tests/end_to_end_tests-e1178cee952e6f82 228129K
29182024-12-19T00:45:38.522Za out/clickhouse.tar.gz 298731K
29192024-12-19T00:45:38.522Za out/clickhouse_keeper.tar.gz 285847K
29202024-12-19T00:45:38.522Za out/clickhouse_server.tar.gz 298723K
29212024-12-19T00:45:38.522Za out/cockroachdb.tar.gz 134561K
29222024-12-19T00:45:38.523Za out/crucible-dtrace.tar 85K
29232024-12-19T00:45:38.523Za out/crucible-pantry-zone.tar.gz 28182K
29242024-12-19T00:45:38.523Za out/crucible-zone.tar.gz 36394K
29252024-12-19T00:45:38.523Za out/external-dns.tar.gz 35280K
29262024-12-19T00:45:38.523Za out/internal-dns.tar.gz 35279K
29272024-12-19T00:45:38.523Za out/mg-ddm-gz.tar 63075K
29282024-12-19T00:45:38.523Za out/nexus.tar.gz 100448K
29292024-12-19T00:45:38.523Za out/ntp.tar.gz 10353K
29302024-12-19T00:45:38.523Za out/omicron-gateway-softnpu.tar.gz 23932K
29312024-12-19T00:45:38.523Za out/omicron-sled-agent.tar 113640K
29322024-12-19T00:45:38.523Za out/overlay.tar.gz 3K
29332024-12-19T00:45:38.523Za out/oximeter.tar.gz 51235K
29342024-12-19T00:45:38.523Za out/oxlog.tar 3088K
29352024-12-19T00:45:38.523Za out/probe.tar.gz 2764K
29362024-12-19T00:45:38.523Za out/propolis-server.tar.gz 66600K
29372024-12-19T00:45:38.523Za out/pumpkind-gz.tar 26665K
29382024-12-19T00:45:38.523Za out/switch-softnpu.tar.gz 237330K
29392024-12-19T00:45:38.525Z
29402024-12-19T00:45:38.526Zreal 1:12.119364536
29412024-12-19T00:45:38.526Zuser 1:08.837445187
29422024-12-19T00:45:38.526Zsys 4.580423013
29432024-12-19T00:45:38.526Ztrap 0.016835061
29442024-12-19T00:45:38.526Ztflt 0.000000000
29452024-12-19T00:45:38.526Zdflt 0.000000000
29462024-12-19T00:45:38.526Zkflt 0.000000000
29472024-12-19T00:45:38.526Zlock 0.000000000
29482024-12-19T00:45:38.526Zslp 1:08.780234049
29492024-12-19T00:45:38.526Zlat 2.018795688
29502024-12-19T00:45:38.526Zstop 0.000231002
29512024-12-19T00:45:38.529Zprocess exited: duration 1997975 ms, exit code 0
 
29522024-12-19T00:45:38.542Zfound 1 output files
29532024-12-19T00:45:38.542Zuploading: /work/package.tar.gz (1904406541 bytes)
29542024-12-19T00:46:16.290Zuploaded: /work/package.tar.gz