01JDJA2DPNS6Z26C5ER5REMT2V: 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: 01JDJA2RFCTYBTP6ZP4GP68602

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-25T18:43:03.921Zjob assigned to worker 01JDJA2YYD8BQM3911EGK54TNR [factory aws, i-01708af5ebd29c936] (queued for 1 m 5 s)
 
22024-11-25T18:43:12.384Zstarting task 0: "setup"
32024-11-25T18:43:12.395Z++ uname -s
42024-11-25T18:43:12.397Z+ kern=SunOS
52024-11-25T18:43:12.397Z+ case "$kern" in
62024-11-25T18:43:12.397Z+ groupadd -g 12345 build
72024-11-25T18:43:12.400Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-25T18:43:14.406Z+ zfs create -o mountpoint=/work rpool/work
92024-11-25T18:43:14.517Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-25T18:43:14.520Z+ home_fs=zfs
112024-11-25T18:43:14.520Z+ [[ zfs == autofs ]]
122024-11-25T18:43:14.520Z+ mkdir -p /home/build
132024-11-25T18:43:14.522Z+ chown build:build /home/build /work
142024-11-25T18:43:15.523Z+ chmod 0700 /home/build /work
152024-11-25T18:43:15.526Zprocess exited: duration 3141 ms, exit code 0
 
162024-11-25T18:43:15.530Zstarting task 1: "rust-toolchain"
172024-11-25T18:43:15.536Z+ printf ' * toolchain channel = "%s"
182024-11-25T18:43:15.536Z' 1.81.0
192024-11-25T18:43:15.536Z+ printf ' * toolchain profile = "%s"
202024-11-25T18:43:15.536Z * toolchain channel = "1.81.0"
212024-11-25T18:43:15.536Z' default
222024-11-25T18:43:15.536Z * toolchain profile = "default"
232024-11-25T18:43:15.539Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-25T18:43:15.539Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-25T18:43:15.662Zinfo: downloading installer
262024-11-25T18:43:17.162Zinfo: profile set to 'default'
272024-11-25T18:43:17.162Zinfo: default host triple is x86_64-unknown-illumos
282024-11-25T18:43:17.165Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-25T18:43:17.306Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-25T18:43:17.306Zinfo: downloading component 'cargo'
312024-11-25T18:43:18.024Zinfo: downloading component 'clippy'
322024-11-25T18:43:18.294Zinfo: downloading component 'rust-docs'
332024-11-25T18:43:19.289Zinfo: downloading component 'rust-std'
342024-11-25T18:43:20.842Zinfo: downloading component 'rustc'
352024-11-25T18:43:26.398Zinfo: downloading component 'rustfmt'
362024-11-25T18:43:26.610Zinfo: installing component 'cargo'
372024-11-25T18:43:27.401Zinfo: installing component 'clippy'
382024-11-25T18:43:27.762Zinfo: installing component 'rust-docs'
392024-11-25T18:43:29.380Zinfo: installing component 'rust-std'
402024-11-25T18:43:31.088Zinfo: installing component 'rustc'
412024-11-25T18:43:36.823Zinfo: installing component 'rustfmt'
422024-11-25T18:43:37.143Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-25T18:43:37.143Z
442024-11-25T18:43:37.506Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-25T18:43:37.506Z
462024-11-25T18:43:37.512Z
472024-11-25T18:43:37.512ZRust is installed now. Great!
482024-11-25T18:43:37.512Z
492024-11-25T18:43:37.512ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-25T18:43:37.512Zenvironment variable. This has not been done automatically.
512024-11-25T18:43:37.512Z
522024-11-25T18:43:37.512ZTo configure your current shell, you need to source
532024-11-25T18:43:37.512Zthe corresponding env file under $HOME/.cargo.
542024-11-25T18:43:37.512Z
552024-11-25T18:43:37.512ZThis is usually done by running one of the following (note the leading DOT):
562024-11-25T18:43:37.512Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-25T18:43:37.512Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-25T18:43:37.580Z+ rustc --version
592024-11-25T18:43:37.648Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-25T18:43:37.651Zprocess exited: duration 22117 ms, exit code 0
 
612024-11-25T18:43:37.656Zstarting task 2: "authentication"
622024-11-25T18:43:37.677Zprocess exited: duration 20 ms, exit code 0
 
632024-11-25T18:43:37.681Zstarting task 3: "clone repository"
642024-11-25T18:43:37.686Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-25T18:43:37.688Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-25T18:43:39.263ZCloning into '/work/oxidecomputer/omicron'...
672024-11-25T18:43:46.330Z+ cd /work/oxidecomputer/omicron
682024-11-25T18:43:46.330Z+ git fetch origin 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2
692024-11-25T18:43:46.673ZFrom https://github.com/oxidecomputer/omicron
702024-11-25T18:43:46.673Z * branch 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2 -> FETCH_HEAD
712024-11-25T18:43:46.683Z+ [[ -n re-apply-7006 ]]
722024-11-25T18:43:46.686Z++ git branch --show-current
732024-11-25T18:43:46.689Z+ current=main
742024-11-25T18:43:46.689Z+ [[ main != re-apply-7006 ]]
752024-11-25T18:43:46.689Z+ git branch -f re-apply-7006 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2
762024-11-25T18:43:46.691Z+ git checkout -f re-apply-7006
772024-11-25T18:43:46.866ZSwitched to branch 're-apply-7006'
782024-11-25T18:43:46.869Z+ git reset --hard 3d3ba51ad13da7286ab8c6637564a31cf9abd8c2
792024-11-25T18:43:46.883ZHEAD is now at 3d3ba51ad [sled-agent] PUT zones doesn't create datasets (#7006)
802024-11-25T18:43:46.886Zprocess exited: duration 9201 ms, exit code 0
 
812024-11-25T18:43:46.891Zstarting task 4: "build"
822024-11-25T18:43:46.896Z+ source .github/buildomat/ci-env.sh
832024-11-25T18:43:46.899Z++ export CARGO_TERM_COLOR=always
842024-11-25T18:43:46.899Z++ CARGO_TERM_COLOR=always
852024-11-25T18:43:46.899Z+ cargo --version
862024-11-25T18:43:46.955Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-25T18:43:46.958Z+ rustc --version
882024-11-25T18:43:47.020Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-25T18:43:47.022Z+ WORK=/work
902024-11-25T18:43:47.022Z+ pfexec mkdir -p /work
912024-11-25T18:43:47.027Z+ pfexec chown build /work
922024-11-25T18:43:47.030Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-25T18:44:07.276Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-25T18:44:11.372Z Startup: Caching catalogs ... Done
952024-11-25T18:44:20.626ZPlanning: Solver setup ... Done (8.474s)
962024-11-25T18:44:20.739ZPlanning: Running solver ... Done (0.113s)
972024-11-25T18:44:20.969ZPlanning: Finding local manifests ... Done (0.141s)
982024-11-25T18:44:21.030ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-25T18:44:21.671ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-25T18:44:22.029ZPlanning: Package planning ... Done (0.358s)
1012024-11-25T18:44:22.085ZPlanning: Merging actions ... Done (0.056s)
1022024-11-25T18:44:22.960ZPlanning: Checking for conflicting actions ... Done (0.874s)
1032024-11-25T18:44:30.278ZPlanning: Consolidating action changes ... Done (7.316s)
1042024-11-25T18:44:30.700ZPlanning: Evaluating mediators ... Done (0.422s)
1052024-11-25T18:44:30.831ZPlanning: Planning completed in 19.36 seconds
1062024-11-25T18:44:31.122Z Packages to install: 4
1072024-11-25T18:44:31.122Z Packages to update: 1
1082024-11-25T18:44:31.123Z Mediators to change: 2
1092024-11-25T18:44:31.125Z Services to change: 1
1102024-11-25T18:44:31.125Z Estimated space available: 155.64 GB
1112024-11-25T18:44:31.125ZEstimated space to be consumed: 1.60 GB
1122024-11-25T18:44:31.125Z Create boot environment: No
1132024-11-25T18:44:31.125ZCreate backup boot environment: Yes
1142024-11-25T18:44:31.126Z Rebuild boot archive: No
1152024-11-25T18:44:31.126Z
1162024-11-25T18:44:31.126ZChanged mediators:
1172024-11-25T18:44:31.126Z mediator clang:
1182024-11-25T18:44:31.126Z version: None -> 15 (system default)
1192024-11-25T18:44:31.126Z
1202024-11-25T18:44:31.126Z mediator llvm:
1212024-11-25T18:44:31.126Z version: 14 (system default) -> 15 (system default)
1222024-11-25T18:44:31.126Z
1232024-11-25T18:44:31.126ZChanged packages:
1242024-11-25T18:44:31.126Zhelios-dev
1252024-11-25T18:44:31.126Z developer/build-essential
1262024-11-25T18:44:31.126Z None -> 11-2.0
1272024-11-25T18:44:31.126Z library/libxmlsec1
1282024-11-25T18:44:31.126Z None -> 1.2.35-2.0
1292024-11-25T18:44:31.126Z ooce/developer/clang-15
1302024-11-25T18:44:31.126Z None -> 15.0.7-2.0
1312024-11-25T18:44:31.126Z ooce/developer/llvm-15
1322024-11-25T18:44:31.126Z None -> 15.0.7-2.0
1332024-11-25T18:44:31.126Z package/pkg
1342024-11-25T18:44:31.126Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-25T18:44:31.126Z
1362024-11-25T18:44:31.126ZServices:
1372024-11-25T18:44:31.126Z restart_fmri:
1382024-11-25T18:44:31.126Z svc:/system/update-man-index:default
1392024-11-25T18:44:31.126Z
1402024-11-25T18:44:31.126ZEditable files to change:
1412024-11-25T18:44:31.126Z Update:
1422024-11-25T18:44:31.126Z usr/share/lib/pkg/web/config.shtml
1432024-11-25T18:44:31.576Z
1442024-11-25T18:44:31.576ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-25T18:44:36.577ZDownload: 1235/4281 items 87.8/220.6MB 39% complete (17.6M/s)
1462024-11-25T18:44:41.580ZDownload: 2640/4281 items 120.5/220.6MB 54% complete (12.1M/s)
1472024-11-25T18:44:46.595ZDownload: 3288/4281 items 212.5/220.6MB 96% complete (13.2M/s)
1482024-11-25T18:44:49.122ZDownload: Completed 220.60 MB in 17.54 seconds (12.6M/s)
1492024-11-25T18:44:52.557Z Actions: 1/5063 actions (Removing old actions)
1502024-11-25T18:44:52.574Z Actions: 194/5063 actions (Installing new actions)
1512024-11-25T18:44:57.663Z Actions: 4084/5063 actions (Installing new actions)
1522024-11-25T18:44:58.017Z Actions: 4226/5063 actions (Updating modified actions)
1532024-11-25T18:44:58.403Z Actions: Completed 5063 actions in 5.84 seconds.
1542024-11-25T18:44:58.792Z Done (0.381s)
1552024-11-25T18:44:58.794Z Done (0.000s)
1562024-11-25T18:44:59.323Z Done (0.530s)
1572024-11-25T18:45:06.074Z Done (6.527s)
1582024-11-25T18:45:06.408Z Done (0.263s)
1592024-11-25T18:45:06.410Z Done (0.000s)
1602024-11-25T18:45:06.568Z Done (0.000s)
1612024-11-25T18:45:07.258ZPlanning: Evaluating mediator changes ... Done
1622024-11-25T18:45:07.422ZPlanning: Checking for conflicting actions ... Done
1632024-11-25T18:45:07.425ZPlanning: Consolidating action changes ... Done
1642024-11-25T18:45:07.691ZPlanning: Evaluating mediators ... Done
1652024-11-25T18:45:07.694ZPlanning: Planning completed in 0.43 seconds
1662024-11-25T18:45:07.730Z Mediators to change: 2
1672024-11-25T18:45:07.730Z Create boot environment: No
1682024-11-25T18:45:07.732ZCreate backup boot environment: No
1692024-11-25T18:45:07.800Z Done
1702024-11-25T18:45:07.800Z Done
1712024-11-25T18:45:08.160Z Done
1722024-11-25T18:45:11.891Z Done
1732024-11-25T18:45:11.985Z Done
1742024-11-25T18:45:11.987Z Done
1752024-11-25T18:45:12.112Z Done
1762024-11-25T18:45:12.726ZPlanning: Evaluating mediator changes ... Done
1772024-11-25T18:45:12.728ZPlanning: Merging actions ... Done
1782024-11-25T18:45:12.918ZPlanning: Checking for conflicting actions ... Done
1792024-11-25T18:45:12.920ZPlanning: Consolidating action changes ... Done
1802024-11-25T18:45:13.188ZPlanning: Evaluating mediators ... Done
1812024-11-25T18:45:13.244ZPlanning: Planning completed in 0.76 seconds
1822024-11-25T18:45:13.283Z Packages to change: 1
1832024-11-25T18:45:13.283Z Mediators to change: 1
1842024-11-25T18:45:13.285Z Services to change: 1
1852024-11-25T18:45:13.285Z Create boot environment: No
1862024-11-25T18:45:13.285ZCreate backup boot environment: Yes
1872024-11-25T18:45:15.464Z Actions: 1/6 actions (Updating modified actions)
1882024-11-25T18:45:15.575Z Actions: Completed 6 actions in 0.11 seconds.
1892024-11-25T18:45:15.577Z Done
1902024-11-25T18:45:15.577Z Done
1912024-11-25T18:45:15.688Z Done
1922024-11-25T18:45:19.464Z Done
1932024-11-25T18:45:19.563Z Done
1942024-11-25T18:45:19.565Z Done
1952024-11-25T18:45:19.702Z Done
1962024-11-25T18:45:20.141ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-11-25T18:45:20.141Zclang system 15 system
1982024-11-25T18:45:20.141Zcsh system system illumos
1992024-11-25T18:45:20.141Zctags system system illumos
2002024-11-25T18:45:20.141Zgcc vendor 12 vendor
2012024-11-25T18:45:20.141Zgcc system 10 system
2022024-11-25T18:45:20.141Zgcc system 7 system
2032024-11-25T18:45:20.141Zgo system 1.20 system
2042024-11-25T18:45:20.141Zgo system 1.19 system
2052024-11-25T18:45:20.141Zllvm system 15 system
2062024-11-25T18:45:20.141Zllvm system 14 system
2072024-11-25T18:45:20.141Zmariadb system 10.6 system
2082024-11-25T18:45:20.141Zmta vendor vendor dma
2092024-11-25T18:45:20.144Zopenjdk system 17 system
2102024-11-25T18:45:20.144Zopenjdk system 11 system
2112024-11-25T18:45:20.144Zopenjdk system 1.8 system
2122024-11-25T18:45:20.144Zopenssl vendor 3 vendor
2132024-11-25T18:45:20.144Zperl system 5.36 system
2142024-11-25T18:45:20.144Zpostgresql system 15 system
2152024-11-25T18:45:20.144Zpostgresql system 13 system
2162024-11-25T18:45:20.144Zpython vendor 3 vendor
2172024-11-25T18:45:20.144Zpython system 2 system
2182024-11-25T18:45:20.144Zpython3 system 3.11 system
2192024-11-25T18:45:20.144Zruby system 3.0 system
2202024-11-25T18:45:20.144Zwords vendor vendor american-english
2212024-11-25T18:45:20.144Zwords system system australian-english
2222024-11-25T18:45:20.144Zwords system system british-english
2232024-11-25T18:45:20.144Zwords system system canadian-english
2242024-11-25T18:45:20.144Zwords system system french
2252024-11-25T18:45:20.144Zwords system system italian
2262024-11-25T18:45:20.144Zwords system system ngerman
2272024-11-25T18:45:20.144Zwords system system ogerman
2282024-11-25T18:45:20.144Zwords system system spanish
2292024-11-25T18:45:20.477ZPUBLISHER TYPE STATUS P LOCATION
2302024-11-25T18:45:20.477Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-11-25T18:45:23.077ZFMRI IFO
2322024-11-25T18:45:23.077Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-11-25T18:45:23.077Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-11-25T18:45:23.077Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-11-25T18:45:23.077Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-11-25T18:45:23.077Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-11-25T18:45:23.077Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-11-25T18:45:23.077Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-11-25T18:45:23.077Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-11-25T18:45:23.077Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-11-25T18:45:23.078Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2422024-11-25T18:45:23.078Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-11-25T18:45:23.078Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-11-25T18:45:23.078Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2452024-11-25T18:45:23.078Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-11-25T18:45:23.078Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-11-25T18:45:23.843Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482024-11-25T18:45:24.091Z Updating crates.io index
2492024-11-25T18:45:24.100Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-11-25T18:45:24.990Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-11-25T18:45:25.251Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-11-25T18:45:25.532Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-11-25T18:45:25.757Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-11-25T18:45:26.707Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-11-25T18:45:29.211Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-11-25T18:45:30.387Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-11-25T18:45:31.198Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-11-25T18:45:31.483Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-11-25T18:45:31.759Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-11-25T18:45:32.470Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2612024-11-25T18:45:32.879Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-11-25T18:45:33.204Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-11-25T18:45:33.464Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-11-25T18:45:33.693Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-11-25T18:45:33.939Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-11-25T18:45:34.255Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-11-25T18:45:34.520Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-11-25T18:45:34.916Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-11-25T18:45:35.176Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-11-25T18:45:35.688Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-11-25T18:45:36.046Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722024-11-25T18:45:36.801Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732024-11-25T18:45:37.161Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-11-25T18:45:37.553Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2752024-11-25T18:45:37.896Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762024-11-25T18:45:38.197Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772024-11-25T18:45:38.469Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782024-11-25T18:45:39.752Z Downloading crates ...
2792024-11-25T18:45:39.850Z Downloaded anstream v0.6.15
2802024-11-25T18:45:39.941Z Downloaded anstyle v1.0.10
2812024-11-25T18:45:39.941Z Downloaded block-buffer v0.10.4
2822024-11-25T18:45:39.941Z Downloaded cargo-platform v0.1.8
2832024-11-25T18:45:39.942Z Downloaded bytecount v0.6.8
2842024-11-25T18:45:39.942Z Downloaded anstyle-parse v0.2.5
2852024-11-25T18:45:39.942Z Downloaded bitflags v2.6.0
2862024-11-25T18:45:39.942Z Downloaded camino v1.1.9
2872024-11-25T18:45:39.942Z Downloaded byteorder v1.5.0
2882024-11-25T18:45:39.942Z Downloaded camino-tempfile v1.1.1
2892024-11-25T18:45:39.942Z Downloaded anstyle-query v1.1.1
2902024-11-25T18:45:39.942Z Downloaded cargo_metadata v0.18.1
2912024-11-25T18:45:39.942Z Downloaded itoa v1.0.11
2922024-11-25T18:45:39.943Z Downloaded cpufeatures v0.2.14
2932024-11-25T18:45:39.943Z Downloaded clap_lex v0.7.2
2942024-11-25T18:45:39.943Z Downloaded autocfg v1.4.0
2952024-11-25T18:45:39.943Z Downloaded anyhow v1.0.93
2962024-11-25T18:45:40.054Z Downloaded equivalent v1.0.1
2972024-11-25T18:45:40.054Z Downloaded is_terminal_polyfill v1.70.1
2982024-11-25T18:45:40.055Z Downloaded dtrace-parser v0.2.0
2992024-11-25T18:45:40.055Z Downloaded pretty-hex v0.4.1
3002024-11-25T18:45:40.055Z Downloaded scroll_derive v0.12.0
3012024-11-25T18:45:40.055Z Downloaded usdt-macro v0.5.0
3022024-11-25T18:45:40.055Z Downloaded heck v0.4.1
3032024-11-25T18:45:40.055Z Downloaded dof v0.3.0
3042024-11-25T18:45:40.056Z Downloaded crypto-common v0.1.6
3052024-11-25T18:45:40.056Z Downloaded fastrand v2.1.1
3062024-11-25T18:45:40.056Z Downloaded errno v0.3.9
3072024-11-25T18:45:40.056Z Downloaded digest v0.10.7
3082024-11-25T18:45:40.056Z Downloaded memmap v0.7.0
3092024-11-25T18:45:40.056Z Downloaded usdt-attr-macro v0.5.0
3102024-11-25T18:45:40.056Z Downloaded unicode-linebreak v0.1.5
3112024-11-25T18:45:40.057Z Downloaded usdt v0.5.0
3122024-11-25T18:45:40.180Z Downloaded fnv v1.0.7
3132024-11-25T18:45:40.180Z Downloaded proc-macro-error-attr v1.0.4
3142024-11-25T18:45:40.180Z Downloaded scroll v0.12.0
3152024-11-25T18:45:40.180Z Downloaded serde_tokenstream v0.2.2
3162024-11-25T18:45:40.180Z Downloaded utf8parse v0.2.2
3172024-11-25T18:45:40.180Z Downloaded strsim v0.11.1
3182024-11-25T18:45:40.181Z Downloaded macaddr v1.0.1
3192024-11-25T18:45:40.181Z Downloaded toml_datetime v0.6.8
3202024-11-25T18:45:40.181Z Downloaded thiserror-impl v1.0.69
3212024-11-25T18:45:40.181Z Downloaded heck v0.5.0
3222024-11-25T18:45:40.181Z Downloaded serde_spanned v0.6.8
3232024-11-25T18:45:40.181Z Downloaded tabled_derive v0.7.0
3242024-11-25T18:45:40.181Z Downloaded swrite v0.1.0
3252024-11-25T18:45:40.181Z Downloaded thiserror v1.0.69
3262024-11-25T18:45:40.181Z Downloaded plain v0.2.3
3272024-11-25T18:45:40.181Z Downloaded fs-err v2.11.0
3282024-11-25T18:45:40.182Z Downloaded pest_generator v2.7.14
3292024-11-25T18:45:40.182Z Downloaded terminal_size v0.4.0
3302024-11-25T18:45:40.182Z Downloaded generic-array v0.14.7
3312024-11-25T18:45:40.182Z Downloaded quote v1.0.37
3322024-11-25T18:45:40.182Z Downloaded cfg-if v1.0.0
3332024-11-25T18:45:40.182Z Downloaded colorchoice v1.0.2
3342024-11-25T18:45:40.182Z Downloaded smawk v0.3.2
3352024-11-25T18:45:40.182Z Downloaded thread-id v4.2.2
3362024-11-25T18:45:40.182Z Downloaded version_check v0.9.5
3372024-11-25T18:45:40.182Z Downloaded once_cell v1.20.2
3382024-11-25T18:45:40.182Z Downloaded clap_derive v4.5.18
3392024-11-25T18:45:40.183Z Downloaded zerocopy-derive v0.7.35
3402024-11-25T18:45:40.183Z Downloaded sha2 v0.10.8
3412024-11-25T18:45:40.183Z Downloaded semver v1.0.23
3422024-11-25T18:45:40.183Z Downloaded proc-macro-error v1.0.4
3432024-11-25T18:45:40.183Z Downloaded pest_derive v2.7.14
3442024-11-25T18:45:40.183Z Downloaded cargo_toml v0.20.5
3452024-11-25T18:45:40.183Z Downloaded clap v4.5.21
3462024-11-25T18:45:40.183Z Downloaded unicode-ident v1.0.13
3472024-11-25T18:45:40.183Z Downloaded usdt-impl v0.5.0
3482024-11-25T18:45:40.183Z Downloaded papergrid v0.11.0
3492024-11-25T18:45:40.183Z Downloaded ryu v1.0.18
3502024-11-25T18:45:40.183Z Downloaded pest_meta v2.7.14
3512024-11-25T18:45:40.183Z Downloaded log v0.4.22
3522024-11-25T18:45:40.183Z Downloaded typenum v1.17.0
3532024-11-25T18:45:40.183Z Downloaded textwrap v0.16.1
3542024-11-25T18:45:40.184Z Downloaded toml v0.8.19
3552024-11-25T18:45:40.184Z Downloaded tempfile v3.13.0
3562024-11-25T18:45:40.184Z Downloaded proc-macro2 v1.0.89
3572024-11-25T18:45:40.184Z Downloaded ucd-trie v0.1.7
3582024-11-25T18:45:40.184Z Downloaded serde_derive v1.0.215
3592024-11-25T18:45:40.288Z Downloaded serde v1.0.215
3602024-11-25T18:45:40.288Z Downloaded indexmap v2.6.0
3612024-11-25T18:45:40.289Z Downloaded toml_edit v0.22.22
3622024-11-25T18:45:40.289Z Downloaded memchr v2.7.4
3632024-11-25T18:45:40.289Z Downloaded pest v2.7.14
3642024-11-25T18:45:40.289Z Downloaded hashbrown v0.15.0
3652024-11-25T18:45:40.417Z Downloaded winnow v0.6.20
3662024-11-25T18:45:40.417Z Downloaded serde_json v1.0.132
3672024-11-25T18:45:40.417Z Downloaded clap_builder v4.5.21
3682024-11-25T18:45:40.417Z Downloaded zerocopy v0.7.35
3692024-11-25T18:45:40.417Z Downloaded tabled v0.15.0
3702024-11-25T18:45:40.417Z Downloaded goblin v0.8.2
3712024-11-25T18:45:40.418Z Downloaded syn v1.0.109
3722024-11-25T18:45:40.418Z Downloaded syn v2.0.87
3732024-11-25T18:45:40.418Z Downloaded unicode-width v0.1.14
3742024-11-25T18:45:40.418Z Downloaded rustix v0.38.37
3752024-11-25T18:45:40.418Z Downloaded libc v0.2.162
3762024-11-25T18:45:40.649Z Compiling proc-macro2 v1.0.89
3772024-11-25T18:45:40.649Z Compiling unicode-ident v1.0.13
3782024-11-25T18:45:40.649Z Compiling serde v1.0.215
3792024-11-25T18:45:40.680Z Compiling version_check v0.9.5
3802024-11-25T18:45:40.680Z Compiling memchr v2.7.4
3812024-11-25T18:45:40.680Z Compiling thiserror v1.0.69
3822024-11-25T18:45:40.680Z Compiling libc v0.2.162
3832024-11-25T18:45:40.680Z Compiling ucd-trie v0.1.7
3842024-11-25T18:45:40.974Z Compiling itoa v1.0.11
3852024-11-25T18:45:41.209Z Compiling ryu v1.0.18
3862024-11-25T18:45:41.388Z Compiling once_cell v1.20.2
3872024-11-25T18:45:41.488Z Compiling byteorder v1.5.0
3882024-11-25T18:45:41.840Z Compiling rustix v0.38.37
3892024-11-25T18:45:42.009Z Compiling serde_json v1.0.132
3902024-11-25T18:45:42.902Z Compiling bitflags v2.6.0
3912024-11-25T18:45:42.950Z Compiling usdt-impl v0.5.0
3922024-11-25T18:45:43.017Z Compiling proc-macro-error-attr v1.0.4
3932024-11-25T18:45:43.069Z Compiling syn v1.0.109
3942024-11-25T18:45:43.283Z Compiling proc-macro-error v1.0.4
3952024-11-25T18:45:43.287Z Compiling camino v1.1.9
3962024-11-25T18:45:43.387Z Compiling log v0.4.22
3972024-11-25T18:45:43.410Z Compiling equivalent v1.0.1
3982024-11-25T18:45:43.527Z Compiling hashbrown v0.15.0
3992024-11-25T18:45:43.565Z Compiling utf8parse v0.2.2
4002024-11-25T18:45:43.743Z Compiling thread-id v4.2.2
4012024-11-25T18:45:43.743Z Compiling plain v0.2.3
4022024-11-25T18:45:43.794Z Compiling quote v1.0.37
4032024-11-25T18:45:43.794Z Compiling anstyle-parse v0.2.5
4042024-11-25T18:45:44.001Z Compiling unicode-width v0.1.14
4052024-11-25T18:45:44.032Z Compiling is_terminal_polyfill v1.70.1
4062024-11-25T18:45:44.162Z Compiling syn v2.0.87
4072024-11-25T18:45:44.187Z Compiling errno v0.3.9
4082024-11-25T18:45:44.484Z Compiling semver v1.0.23
4092024-11-25T18:45:45.513Z Compiling autocfg v1.4.0
4102024-11-25T18:45:45.518Z Compiling winnow v0.6.20
4112024-11-25T18:45:45.518Z Compiling indexmap v2.6.0
4122024-11-25T18:45:45.518Z Compiling colorchoice v1.0.2
4132024-11-25T18:45:45.518Z Compiling anstyle v1.0.10
4142024-11-25T18:45:45.729Z Compiling pretty-hex v0.4.1
4152024-11-25T18:45:45.791Z Compiling anstyle-query v1.1.1
4162024-11-25T18:45:45.947Z Compiling anstream v0.6.15
4172024-11-25T18:45:45.975Z Compiling fs-err v2.11.0
4182024-11-25T18:45:46.291Z Compiling anyhow v1.0.93
4192024-11-25T18:45:46.389Z Compiling bytecount v0.6.8
4202024-11-25T18:45:46.608Z Compiling terminal_size v0.4.0
4212024-11-25T18:45:46.761Z Compiling fnv v1.0.7
4222024-11-25T18:45:46.806Z Compiling clap_lex v0.7.2
4232024-11-25T18:45:46.835Z Compiling strsim v0.11.1
4242024-11-25T18:45:46.904Z Compiling heck v0.4.1
4252024-11-25T18:45:46.907Z Compiling heck v0.5.0
4262024-11-25T18:45:47.396Z Compiling cfg-if v1.0.0
4272024-11-25T18:45:47.423Z Compiling fastrand v2.1.1
4282024-11-25T18:45:47.477Z Compiling clap_builder v4.5.21
4292024-11-25T18:45:47.788Z Compiling tempfile v3.13.0
4302024-11-25T18:45:47.847Z Compiling papergrid v0.11.0
4312024-11-25T18:45:48.060Z Compiling memmap v0.7.0
4322024-11-25T18:45:48.145Z Compiling unicode-linebreak v0.1.5
4332024-11-25T18:45:48.360Z Compiling smawk v0.3.2
4342024-11-25T18:45:48.576Z Compiling textwrap v0.16.1
4352024-11-25T18:45:48.698Z Compiling swrite v0.1.0
4362024-11-25T18:45:50.022Z Compiling tabled_derive v0.7.0
4372024-11-25T18:45:51.637Z Compiling tabled v0.15.0
4382024-11-25T18:45:53.432Z Compiling serde_derive v1.0.215
4392024-11-25T18:45:53.432Z Compiling thiserror-impl v1.0.69
4402024-11-25T18:45:53.437Z Compiling zerocopy-derive v0.7.35
4412024-11-25T18:45:53.437Z Compiling scroll_derive v0.12.0
4422024-11-25T18:45:53.437Z Compiling clap_derive v4.5.18
4432024-11-25T18:45:54.773Z Compiling scroll v0.12.0
4442024-11-25T18:45:55.074Z Compiling zerocopy v0.7.35
4452024-11-25T18:45:55.293Z Compiling goblin v0.8.2
4462024-11-25T18:45:56.366Z Compiling pest v2.7.14
4472024-11-25T18:45:57.428Z Compiling clap v4.5.21
4482024-11-25T18:45:58.385Z Compiling pest_meta v2.7.14
4492024-11-25T18:45:59.239Z Compiling pest_generator v2.7.14
4502024-11-25T18:46:01.024Z Compiling pest_derive v2.7.14
4512024-11-25T18:46:01.602Z Compiling dtrace-parser v0.2.0
4522024-11-25T18:46:03.711Z Compiling toml_datetime v0.6.8
4532024-11-25T18:46:03.711Z Compiling serde_spanned v0.6.8
4542024-11-25T18:46:03.713Z Compiling cargo-platform v0.1.8
4552024-11-25T18:46:04.080Z Compiling serde_tokenstream v0.2.2
4562024-11-25T18:46:04.245Z Compiling toml_edit v0.22.22
4572024-11-25T18:46:04.299Z Compiling macaddr v1.0.1
4582024-11-25T18:46:04.498Z Compiling camino-tempfile v1.1.1
4592024-11-25T18:46:05.289Z Compiling dof v0.3.0
4602024-11-25T18:46:05.289Z Compiling cargo_metadata v0.18.1
4612024-11-25T18:46:06.984Z Compiling toml v0.8.19
4622024-11-25T18:46:07.412Z Compiling usdt-macro v0.5.0
4632024-11-25T18:46:07.553Z Compiling usdt-attr-macro v0.5.0
4642024-11-25T18:46:07.835Z Compiling cargo_toml v0.20.5
4652024-11-25T18:46:08.762Z Compiling usdt v0.5.0
4662024-11-25T18:46:11.554Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672024-11-25T18:46:15.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.28s
4682024-11-25T18:46:16.160Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4692024-11-25T18:46:16.705Z Downloading crates ...
4702024-11-25T18:46:16.837Z Downloaded bcrypt-pbkdf v0.10.0
4712024-11-25T18:46:16.841Z Downloaded console v0.15.8
4722024-11-25T18:46:16.847Z Downloaded bitvec v1.0.1
4732024-11-25T18:46:16.863Z Downloaded addr2line v0.24.2
4742024-11-25T18:46:16.874Z Downloaded aead v0.5.2
4752024-11-25T18:46:16.877Z Downloaded ahash v0.8.11
4762024-11-25T18:46:16.885Z Downloaded aes v0.8.4
4772024-11-25T18:46:16.889Z Downloaded allocator-api2 v0.2.18
4782024-11-25T18:46:16.892Z Downloaded darling v0.20.10
4792024-11-25T18:46:16.904Z Downloaded heapless v0.7.17
4802024-11-25T18:46:16.907Z Downloaded headers-core v0.3.0
4812024-11-25T18:46:16.907Z Downloaded aes-gcm v0.10.3
4822024-11-25T18:46:16.911Z Downloaded adler2 v2.0.0
4832024-11-25T18:46:16.914Z Downloaded aho-corasick v1.1.3
4842024-11-25T18:46:16.920Z Downloaded httpdate v1.0.3
4852024-11-25T18:46:16.923Z Downloaded async-stream-impl v0.3.6
4862024-11-25T18:46:16.923Z Downloaded home v0.5.9
4872024-11-25T18:46:16.926Z Downloaded base64ct v1.6.0
4882024-11-25T18:46:16.929Z Downloaded hickory-resolver v0.24.1
4892024-11-25T18:46:16.932Z Downloaded http-range v0.1.5
4902024-11-25T18:46:16.936Z Downloaded hostname v0.3.1
4912024-11-25T18:46:16.936Z Downloaded http-body-util v0.1.2
4922024-11-25T18:46:16.938Z Downloaded base64 v0.13.1
4932024-11-25T18:46:16.942Z Downloaded arrayvec v0.7.6
4942024-11-25T18:46:16.944Z Downloaded atomicwrites v0.4.4
4952024-11-25T18:46:16.945Z Downloaded hmac v0.12.1
4962024-11-25T18:46:16.948Z Downloaded hickory-server v0.24.1
4972024-11-25T18:46:16.954Z Downloaded highway v1.2.0
4982024-11-25T18:46:16.956Z Downloaded hex-literal v0.4.1
4992024-11-25T18:46:16.959Z Downloaded atty v0.2.14
5002024-11-25T18:46:16.959Z Downloaded heck v0.3.3
5012024-11-25T18:46:16.962Z Downloaded base64 v0.21.7
5022024-11-25T18:46:16.967Z Downloaded ciborium-io v0.2.2
5032024-11-25T18:46:16.970Z Downloaded cfg_aliases v0.2.1
5042024-11-25T18:46:16.970Z Downloaded atomic-waker v1.1.2
5052024-11-25T18:46:16.972Z Downloaded async-trait v0.1.83
5062024-11-25T18:46:16.975Z Downloaded humantime v2.1.0
5072024-11-25T18:46:16.977Z Downloaded crunchy v0.2.2
5082024-11-25T18:46:16.977Z Downloaded hubpack_derive v0.1.1
5092024-11-25T18:46:16.980Z Downloaded cfg_aliases v0.1.1
5102024-11-25T18:46:16.980Z Downloaded assert_matches v1.5.0
5112024-11-25T18:46:16.983Z Downloaded ident_case v1.0.1
5122024-11-25T18:46:16.983Z Downloaded async-recursion v1.1.1
5132024-11-25T18:46:16.986Z Downloaded progenitor-client v0.8.0
5142024-11-25T18:46:16.989Z Downloaded cstr-argument v0.1.2
5152024-11-25T18:46:16.989Z Downloaded crucible-workspace-hack v0.1.0
5162024-11-25T18:46:16.992Z Downloaded icu_provider_macros v1.5.0
5172024-11-25T18:46:16.992Z Downloaded ascii-canvas v3.0.0
5182024-11-25T18:46:16.994Z Downloaded arc-swap v1.7.1
5192024-11-25T18:46:16.997Z Downloaded bit-set v0.5.3
5202024-11-25T18:46:16.999Z Downloaded bb8 v0.8.5
5212024-11-25T18:46:17.000Z Downloaded is_ci v1.2.0
5222024-11-25T18:46:17.002Z Downloaded instant v0.1.13
5232024-11-25T18:46:17.002Z Downloaded bitfield-struct v0.6.2
5242024-11-25T18:46:17.005Z Downloaded hyper-rustls v0.27.3
5252024-11-25T18:46:17.007Z Downloaded hyper-tls v0.6.0
5262024-11-25T18:46:17.010Z Downloaded array-init v0.0.4
5272024-11-25T18:46:17.010Z Downloaded hubpack v0.1.2
5282024-11-25T18:46:17.013Z Downloaded block-padding v0.3.3
5292024-11-25T18:46:17.013Z Downloaded bitflags v1.3.2
5302024-11-25T18:46:17.015Z Downloaded hickory-client v0.24.1
5312024-11-25T18:46:17.019Z Downloaded matches v0.1.10
5322024-11-25T18:46:17.022Z Downloaded md5 v0.7.0
5332024-11-25T18:46:17.022Z Downloaded arrayref v0.3.9
5342024-11-25T18:46:17.024Z Downloaded match_cfg v0.1.0
5352024-11-25T18:46:17.024Z Downloaded linked-hash-map v0.5.6
5362024-11-25T18:46:17.027Z Downloaded managed v0.8.0
5372024-11-25T18:46:17.030Z Downloaded hyper-staticfile v0.10.1
5382024-11-25T18:46:17.032Z Downloaded crc v3.2.1
5392024-11-25T18:46:17.035Z Downloaded cipher v0.4.4
5402024-11-25T18:46:17.035Z Downloaded cexpr v0.6.0
5412024-11-25T18:46:17.038Z Downloaded idna_adapter v1.2.0
5422024-11-25T18:46:17.041Z Downloaded crc-catalog v2.4.0
5432024-11-25T18:46:17.041Z Downloaded chrono-tz-build v0.4.0
5442024-11-25T18:46:17.044Z Downloaded buf-list v1.0.3
5452024-11-25T18:46:17.044Z Downloaded libsw v3.3.1
5462024-11-25T18:46:17.047Z Downloaded is-terminal v0.4.13
5472024-11-25T18:46:17.049Z Downloaded indent_write v2.2.0
5482024-11-25T18:46:17.049Z Downloaded convert_case v0.4.0
5492024-11-25T18:46:17.052Z Downloaded colored v2.1.0
5502024-11-25T18:46:17.055Z Downloaded lazycell v1.3.0
5512024-11-25T18:46:17.055Z Downloaded russh-cryptovec v0.7.3
5522024-11-25T18:46:17.055Z Downloaded sqlparser_derive v0.2.2
5532024-11-25T18:46:17.057Z Downloaded cobs v0.2.3
5542024-11-25T18:46:17.057Z Downloaded cmake v0.1.51
5552024-11-25T18:46:17.061Z Downloaded ciborium-ll v0.2.2
5562024-11-25T18:46:17.061Z Downloaded linear-map v1.2.0
5572024-11-25T18:46:17.063Z Downloaded lru v0.12.5
5582024-11-25T18:46:17.065Z Downloaded ctr v0.9.2
5592024-11-25T18:46:17.068Z Downloaded libefi-sys v0.1.0
5602024-11-25T18:46:17.068Z Downloaded kstat-rs v0.2.4
5612024-11-25T18:46:17.070Z Downloaded iana-time-zone v0.1.61
5622024-11-25T18:46:17.073Z Downloaded tinyvec_macros v0.1.1
5632024-11-25T18:46:17.076Z Downloaded cassowary v0.3.0
5642024-11-25T18:46:17.076Z Downloaded cbc v0.1.2
5652024-11-25T18:46:17.078Z Downloaded blowfish v0.9.1
5662024-11-25T18:46:17.079Z Downloaded instability v0.3.2
5672024-11-25T18:46:17.081Z Downloaded rustc_version v0.4.1
5682024-11-25T18:46:17.084Z Downloaded write16 v1.0.0
5692024-11-25T18:46:17.084Z Downloaded lru-cache v0.1.2
5702024-11-25T18:46:17.086Z Downloaded rustc_version v0.1.7
5712024-11-25T18:46:17.086Z Downloaded rand_chacha v0.3.1
5722024-11-25T18:46:17.088Z Downloaded mime v0.3.17
5732024-11-25T18:46:17.091Z Downloaded unicode-xid v0.2.6
5742024-11-25T18:46:17.091Z Downloaded shell-words v1.1.0
5752024-11-25T18:46:17.094Z Downloaded crossbeam-deque v0.8.5
5762024-11-25T18:46:17.094Z Downloaded keccak v0.1.5
5772024-11-25T18:46:17.099Z Downloaded waitgroup v0.1.2
5782024-11-25T18:46:17.099Z Downloaded icu_locid_transform v1.5.0
5792024-11-25T18:46:17.102Z Downloaded impl-trait-for-tuples v0.2.2
5802024-11-25T18:46:17.104Z Downloaded argon2 v0.5.3
5812024-11-25T18:46:17.106Z Downloaded curve25519-dalek-derive v0.1.1
5822024-11-25T18:46:17.109Z Downloaded chacha20 v0.9.1
5832024-11-25T18:46:17.112Z Downloaded jobserver v0.1.32
5842024-11-25T18:46:17.112Z Downloaded csv-core v0.1.11
5852024-11-25T18:46:17.115Z Downloaded ipnetwork v0.20.0
5862024-11-25T18:46:17.118Z Downloaded zone_cfg_derive v0.1.2
5872024-11-25T18:46:17.118Z Downloaded derive_builder_macro v0.20.2
5882024-11-25T18:46:17.118Z Downloaded slog-bunyan v2.5.0
5892024-11-25T18:46:17.121Z Downloaded sha1 v0.10.6
5902024-11-25T18:46:17.121Z Downloaded rustversion v1.0.17
5912024-11-25T18:46:17.125Z Downloaded slog-async v2.8.0
5922024-11-25T18:46:17.128Z Downloaded foreign-types-shared v0.1.1
5932024-11-25T18:46:17.129Z Downloaded hickory-proto v0.24.1
5942024-11-25T18:46:17.145Z Downloaded peg-runtime v0.8.3
5952024-11-25T18:46:17.148Z Downloaded newtype_derive v0.1.6
5962024-11-25T18:46:17.148Z Downloaded fxhash v0.2.1
5972024-11-25T18:46:17.148Z Downloaded foreign-types-shared v0.3.1
5982024-11-25T18:46:17.151Z Downloaded foreign-types-macros v0.2.3
5992024-11-25T18:46:17.151Z Downloaded termios v0.3.3
6002024-11-25T18:46:17.154Z Downloaded tabwriter v1.4.0
6012024-11-25T18:46:17.155Z Downloaded ssh-encoding v0.2.0
6022024-11-25T18:46:17.157Z Downloaded writeable v0.5.5
6032024-11-25T18:46:17.157Z Downloaded unicode-truncate v1.1.0
6042024-11-25T18:46:17.160Z Downloaded twox-hash v1.6.3
6052024-11-25T18:46:17.162Z Downloaded mime_guess v2.0.5
6062024-11-25T18:46:17.165Z Downloaded zerofrom-derive v0.1.4
6072024-11-25T18:46:17.168Z Downloaded crossbeam-utils v0.8.20
6082024-11-25T18:46:17.170Z Downloaded indexmap v1.9.3
6092024-11-25T18:46:17.173Z Downloaded zone v0.3.0
6102024-11-25T18:46:17.175Z Downloaded zone v0.1.8
6112024-11-25T18:46:17.175Z Downloaded icu_normalizer v1.5.0
6122024-11-25T18:46:17.178Z Downloaded icu_normalizer_data v1.5.0
6132024-11-25T18:46:17.181Z Downloaded embedded-io v0.6.1
6142024-11-25T18:46:17.184Z Downloaded sqlformat v0.2.6
6152024-11-25T18:46:17.186Z Downloaded icu_locid v1.5.0
6162024-11-25T18:46:17.190Z Downloaded sigpipe v0.1.3
6172024-11-25T18:46:17.193Z Downloaded tinyvec v1.8.0
6182024-11-25T18:46:17.196Z Downloaded icu_locid_transform_data v1.5.0
6192024-11-25T18:46:17.198Z Downloaded crc-any v2.5.0
6202024-11-25T18:46:17.200Z Downloaded sync_wrapper v1.0.1
6212024-11-25T18:46:17.203Z Downloaded float-cmp v0.9.0
6222024-11-25T18:46:17.203Z Downloaded sync-ptr v0.1.1
6232024-11-25T18:46:17.205Z Downloaded structmeta v0.2.0
6242024-11-25T18:46:17.205Z Downloaded nibble_vec v0.1.0
6252024-11-25T18:46:17.207Z Downloaded newtype-uuid v1.1.3
6262024-11-25T18:46:17.207Z Downloaded num_enum v0.5.11
6272024-11-25T18:46:17.212Z Downloaded tokio-stream v0.1.16
6282024-11-25T18:46:17.218Z Downloaded pem v3.0.4
6292024-11-25T18:46:17.220Z Downloaded paste v1.0.15
6302024-11-25T18:46:17.223Z Downloaded uzers v0.12.1
6312024-11-25T18:46:17.238Z Downloaded radium v0.7.0
6322024-11-25T18:46:17.240Z Downloaded r2d2 v0.8.10
6332024-11-25T18:46:17.242Z Downloaded indicatif v0.17.9
6342024-11-25T18:46:17.245Z Downloaded progenitor-macro v0.8.0
6352024-11-25T18:46:17.247Z Downloaded dyn-clone v1.0.17
6362024-11-25T18:46:17.249Z Downloaded endian-type v0.1.2
6372024-11-25T18:46:17.249Z Downloaded resolv-conf v0.7.0
6382024-11-25T18:46:17.252Z Downloaded embedded-io v0.4.0
6392024-11-25T18:46:17.255Z Downloaded derive_builder_core v0.20.2
6402024-11-25T18:46:17.255Z Downloaded derive_builder v0.20.2
6412024-11-25T18:46:17.260Z Downloaded signature v2.2.0
6422024-11-25T18:46:17.263Z Downloaded hyper-util v0.1.10
6432024-11-25T18:46:17.267Z Downloaded path-slash v0.1.5
6442024-11-25T18:46:17.271Z Downloaded siphasher v0.3.11
6452024-11-25T18:46:17.275Z Downloaded num-rational v0.4.2
6462024-11-25T18:46:17.275Z Downloaded simd-adler32 v0.3.7
6472024-11-25T18:46:17.277Z Downloaded untrusted v0.9.0
6482024-11-25T18:46:17.278Z Downloaded utf16_iter v1.0.5
6492024-11-25T18:46:17.281Z Downloaded unicase v2.7.0
6502024-11-25T18:46:17.281Z Downloaded unarray v0.1.4
6512024-11-25T18:46:17.284Z Downloaded tokio-native-tls v0.3.1
6522024-11-25T18:46:17.284Z Downloaded pretty-hex v0.2.1
6532024-11-25T18:46:17.287Z Downloaded parse-size v1.1.0
6542024-11-25T18:46:17.287Z Downloaded supports-color v3.0.1
6552024-11-25T18:46:17.291Z Downloaded subtle v2.6.1
6562024-11-25T18:46:17.291Z Downloaded hashlink v0.9.1
6572024-11-25T18:46:17.294Z Downloaded debug-ignore v1.0.5
6582024-11-25T18:46:17.294Z Downloaded postgres-protocol v0.6.7
6592024-11-25T18:46:17.296Z Downloaded pem-rfc7468 v0.7.0
6602024-11-25T18:46:17.299Z Downloaded cc v1.1.30
6612024-11-25T18:46:17.302Z Downloaded dirs-sys-next v0.1.2
6622024-11-25T18:46:17.304Z Downloaded dirs-next v2.0.0
6632024-11-25T18:46:17.304Z Downloaded derive-where v1.2.7
6642024-11-25T18:46:17.309Z Downloaded base64 v0.22.1
6652024-11-25T18:46:17.313Z Downloaded backtrace v0.3.74
6662024-11-25T18:46:17.319Z Downloaded take_mut v0.2.2
6672024-11-25T18:46:17.322Z Downloaded ghash v0.5.1
6682024-11-25T18:46:17.322Z Downloaded fragile v2.0.0
6692024-11-25T18:46:17.325Z Downloaded form_urlencoded v1.2.1
6702024-11-25T18:46:17.325Z Downloaded enum-as-inner v0.6.1
6712024-11-25T18:46:17.327Z Downloaded enum-as-inner v0.5.1
6722024-11-25T18:46:17.330Z Downloaded zerofrom v0.1.4
6732024-11-25T18:46:17.330Z Downloaded tower-service v0.3.3
6742024-11-25T18:46:17.333Z Downloaded glob v0.3.1
6752024-11-25T18:46:17.333Z Downloaded ena v0.14.3
6762024-11-25T18:46:17.335Z Downloaded display-error-chain v0.2.2
6772024-11-25T18:46:17.335Z Downloaded group v0.13.0
6782024-11-25T18:46:17.338Z Downloaded yoke-derive v0.7.4
6792024-11-25T18:46:17.341Z Downloaded parse-display-derive v0.10.0
6802024-11-25T18:46:17.341Z Downloaded hash32 v0.3.1
6812024-11-25T18:46:17.343Z Downloaded utf-8 v0.7.6
6822024-11-25T18:46:17.343Z Downloaded serde_with_macros v3.11.0
6832024-11-25T18:46:17.346Z Downloaded schemars_derive v0.8.21
6842024-11-25T18:46:17.348Z Downloaded salsa20 v0.10.2
6852024-11-25T18:46:17.351Z Downloaded psl-types v2.0.11
6862024-11-25T18:46:17.351Z Downloaded progenitor v0.8.0
6872024-11-25T18:46:17.353Z Downloaded proc-macro-crate v1.3.1
6882024-11-25T18:46:17.356Z Downloaded yoke v0.7.4
6892024-11-25T18:46:17.358Z Downloaded yasna v0.5.2
6902024-11-25T18:46:17.358Z Downloaded schemars v0.8.21
6912024-11-25T18:46:17.372Z Downloaded openssl-probe v0.1.5
6922024-11-25T18:46:17.374Z Downloaded chacha20poly1305 v0.10.1
6932024-11-25T18:46:17.377Z Downloaded openssl-macros v0.1.1
6942024-11-25T18:46:17.377Z Downloaded opaque-debug v0.3.1
6952024-11-25T18:46:17.377Z Downloaded nodrop v0.1.14
6962024-11-25T18:46:17.379Z Downloaded newline-converter v0.3.0
6972024-11-25T18:46:17.379Z Downloaded synstructure v0.13.1
6982024-11-25T18:46:17.382Z Downloaded typify-macro v0.2.0
6992024-11-25T18:46:17.385Z Downloaded tap v1.0.1
7002024-11-25T18:46:17.385Z Downloaded globset v0.4.15
7012024-11-25T18:46:17.388Z Downloaded p256 v0.13.2
7022024-11-25T18:46:17.391Z Downloaded num-traits v0.2.19
7032024-11-25T18:46:17.394Z Downloaded termtree v0.4.1
7042024-11-25T18:46:17.394Z Downloaded fs_extra v1.3.0
7052024-11-25T18:46:17.397Z Downloaded rsa v0.9.6
7062024-11-25T18:46:17.402Z Downloaded dunce v1.0.5
7072024-11-25T18:46:17.404Z Downloaded dsl_auto_type v0.1.2
7082024-11-25T18:46:17.404Z Downloaded termcolor v1.4.1
7092024-11-25T18:46:17.407Z Downloaded des v0.8.1
7102024-11-25T18:46:17.412Z Downloaded parking_lot_core v0.9.10
7112024-11-25T18:46:17.416Z Downloaded zeroize v1.8.1
7122024-11-25T18:46:17.416Z Downloaded wait-timeout v0.2.0
7132024-11-25T18:46:17.416Z Downloaded crossbeam-channel v0.5.13
7142024-11-25T18:46:17.419Z Downloaded downcast v0.11.0
7152024-11-25T18:46:17.422Z Downloaded smallvec v0.6.14
7162024-11-25T18:46:17.425Z Downloaded miniz_oxide v0.8.0
7172024-11-25T18:46:17.428Z Downloaded headers v0.4.0
7182024-11-25T18:46:17.432Z Downloaded smallvec v1.13.2
7192024-11-25T18:46:17.434Z Downloaded minimal-lexical v0.2.1
7202024-11-25T18:46:17.438Z Downloaded mockall v0.13.0
7212024-11-25T18:46:17.441Z Downloaded either v1.13.0
7222024-11-25T18:46:17.443Z Downloaded polyval v0.6.2
7232024-11-25T18:46:17.445Z Downloaded ed25519 v2.2.3
7242024-11-25T18:46:17.447Z Downloaded tracing-core v0.1.32
7252024-11-25T18:46:17.450Z Downloaded samael v0.0.17
7262024-11-25T18:46:17.456Z Downloaded num_threads v0.1.7
7272024-11-25T18:46:17.458Z Downloaded thiserror-impl-no-std v2.0.2
7282024-11-25T18:46:17.458Z Downloaded spin v0.5.2
7292024-11-25T18:46:17.461Z Downloaded rustls-pemfile v2.2.0
7302024-11-25T18:46:17.464Z Downloaded password-hash v0.5.0
7312024-11-25T18:46:17.466Z Downloaded password-hash v0.4.2
7322024-11-25T18:46:17.469Z Downloaded dhcproto v0.12.0
7332024-11-25T18:46:17.471Z Downloaded utf8_iter v1.0.4
7342024-11-25T18:46:17.474Z Downloaded rustc-hash v1.1.0
7352024-11-25T18:46:17.474Z Downloaded ppv-lite86 v0.2.20
7362024-11-25T18:46:17.476Z Downloaded term v0.7.0
7372024-11-25T18:46:17.478Z Downloaded subprocess v0.2.9
7382024-11-25T18:46:17.483Z Downloaded similar v2.6.0
7392024-11-25T18:46:17.487Z Downloaded rpassword v7.3.1
7402024-11-25T18:46:17.489Z Downloaded normalize-line-endings v0.3.0
7412024-11-25T18:46:17.491Z Downloaded want v0.3.1
7422024-11-25T18:46:17.491Z Downloaded vte_generate_state_changes v0.1.2
7432024-11-25T18:46:17.495Z Downloaded signal-hook-registry v1.4.2
7442024-11-25T18:46:17.495Z Downloaded shlex v1.3.0
7452024-11-25T18:46:17.499Z Downloaded rustls-pemfile v1.0.4
7462024-11-25T18:46:17.499Z Downloaded fallible-streaming-iterator v0.1.9
7472024-11-25T18:46:17.501Z Downloaded fallible-iterator v0.3.0
7482024-11-25T18:46:17.501Z Downloaded fallible-iterator v0.2.0
7492024-11-25T18:46:17.501Z Downloaded num-integer v0.1.46
7502024-11-25T18:46:17.504Z Downloaded progenitor-impl v0.8.0
7512024-11-25T18:46:17.506Z Downloaded ecdsa v0.16.9
7522024-11-25T18:46:17.509Z Downloaded flagset v0.4.6
7532024-11-25T18:46:17.511Z Downloaded fixedbitset v0.4.2
7542024-11-25T18:46:17.514Z Downloaded filetime v0.2.25
7552024-11-25T18:46:17.514Z Downloaded postcard v1.0.10
7562024-11-25T18:46:17.517Z Downloaded peg v0.8.4
7572024-11-25T18:46:17.522Z Downloaded rustc-demangle v0.1.24
7582024-11-25T18:46:17.526Z Downloaded pin-utils v0.1.0
7592024-11-25T18:46:17.526Z Downloaded itertools v0.10.5
7602024-11-25T18:46:17.532Z Downloaded strum v0.26.3
7612024-11-25T18:46:17.534Z Downloaded num_enum_derive v0.5.11
7622024-11-25T18:46:17.537Z Downloaded crossterm v0.28.1
7632024-11-25T18:46:17.543Z Downloaded time-core v0.1.2
7642024-11-25T18:46:17.545Z Downloaded rusty-fork v0.3.0
7652024-11-25T18:46:17.547Z Downloaded vsss-rs v3.3.4
7662024-11-25T18:46:17.549Z Downloaded value-bag v1.9.0
7672024-11-25T18:46:17.552Z Downloaded dhcproto-macros v0.1.0
7682024-11-25T18:46:17.555Z Downloaded rtoolbox v0.0.2
7692024-11-25T18:46:17.555Z Downloaded ssh-key v0.6.6
7702024-11-25T18:46:17.562Z Downloaded xattr v1.3.1
7712024-11-25T18:46:17.565Z Downloaded foreign-types v0.3.2
7722024-11-25T18:46:17.565Z Downloaded wyz v0.5.1
7732024-11-25T18:46:17.567Z Downloaded which v4.4.2
7742024-11-25T18:46:17.570Z Downloaded new_debug_unreachable v1.0.6
7752024-11-25T18:46:17.570Z Downloaded futures-sink v0.3.31
7762024-11-25T18:46:17.573Z Downloaded unicode-bidi v0.3.17
7772024-11-25T18:46:17.576Z Downloaded untrusted v0.7.1
7782024-11-25T18:46:17.576Z Downloaded universal-hash v0.5.1
7792024-11-25T18:46:17.578Z Downloaded powerfmt v0.2.0
7802024-11-25T18:46:17.578Z Downloaded russh-keys v0.45.0
7812024-11-25T18:46:17.581Z Downloaded oso-derive v0.27.3
7822024-11-25T18:46:17.583Z Downloaded pin-project-internal v1.1.6
7832024-11-25T18:46:17.586Z Downloaded strum_macros v0.24.3
7842024-11-25T18:46:17.588Z Downloaded phf v0.11.2
7852024-11-25T18:46:17.589Z Downloaded percent-encoding v2.3.1
7862024-11-25T18:46:17.591Z Downloaded pin-project-lite v0.2.14
7872024-11-25T18:46:17.595Z Downloaded ref-cast v1.0.23
7882024-11-25T18:46:17.599Z Downloaded test-strategy v0.3.1
7892024-11-25T18:46:17.603Z Downloaded thread_local v1.1.8
7902024-11-25T18:46:17.606Z Downloaded vergen v8.3.2
7912024-11-25T18:46:17.609Z Downloaded libxml v0.3.3
7922024-11-25T18:46:17.615Z Downloaded pin-project v1.1.6
7932024-11-25T18:46:17.627Z Downloaded num-conv v0.1.0
7942024-11-25T18:46:17.629Z Downloaded half v2.4.1
7952024-11-25T18:46:17.632Z Downloaded phf_shared v0.10.0
7962024-11-25T18:46:17.635Z Downloaded number_prefix v0.4.0
7972024-11-25T18:46:17.635Z Downloaded hyper v1.5.0
7982024-11-25T18:46:17.641Z Downloaded funty v2.0.0
7992024-11-25T18:46:17.644Z Downloaded nu-ansi-term v0.50.1
8002024-11-25T18:46:17.646Z Downloaded native-tls v0.2.12
8012024-11-25T18:46:17.649Z Downloaded zone_cfg_derive v0.3.0
8022024-11-25T18:46:17.649Z Downloaded rustls-pki-types v1.9.0
8032024-11-25T18:46:17.652Z Downloaded toml v0.7.8
8042024-11-25T18:46:17.656Z Downloaded olpc-cjson v0.1.4
8052024-11-25T18:46:17.659Z Downloaded tokio-postgres v0.7.12
8062024-11-25T18:46:17.663Z Downloaded mirai-annotations v1.12.0
8072024-11-25T18:46:17.666Z Downloaded ff v0.13.0
8082024-11-25T18:46:17.666Z Downloaded spki v0.7.3
8092024-11-25T18:46:17.669Z Downloaded rand_xorshift v0.3.0
8102024-11-25T18:46:17.671Z Downloaded rand_seeder v0.3.0
8112024-11-25T18:46:17.671Z Downloaded publicsuffix v2.2.3
8122024-11-25T18:46:17.674Z Downloaded tokio-tungstenite v0.21.0
8132024-11-25T18:46:17.677Z Downloaded pkcs1 v0.7.5
8142024-11-25T18:46:17.680Z Downloaded elliptic-curve v0.13.8
8152024-11-25T18:46:17.685Z Downloaded structmeta-derive v0.2.0
8162024-11-25T18:46:17.688Z Downloaded pkcs5 v0.7.1
8172024-11-25T18:46:17.690Z Downloaded openssl-sys v0.9.103
8182024-11-25T18:46:17.696Z Downloaded darling_macro v0.20.10
8192024-11-25T18:46:17.698Z Downloaded tls_codec_derive v0.4.1
8202024-11-25T18:46:17.700Z Downloaded tinystr v0.7.6
8212024-11-25T18:46:17.702Z Downloaded structmeta-derive v0.3.0
8222024-11-25T18:46:17.703Z Downloaded time-macros v0.2.18
8232024-11-25T18:46:17.705Z Downloaded float-ord v0.3.2
8242024-11-25T18:46:17.708Z Downloaded sec1 v0.7.3
8252024-11-25T18:46:17.708Z Downloaded slab v0.4.9
8262024-11-25T18:46:17.710Z Downloaded serde_urlencoded v0.7.1
8272024-11-25T18:46:17.712Z Downloaded phf_generator v0.11.2
8282024-11-25T18:46:17.715Z Downloaded zerocopy-derive v0.8.10
8292024-11-25T18:46:17.719Z Downloaded serde_repr v0.1.19
8302024-11-25T18:46:17.722Z Downloaded packed_struct_codegen v0.10.1
8312024-11-25T18:46:17.727Z Downloaded parse-zoneinfo v0.3.1
8322024-11-25T18:46:17.730Z Downloaded futures-core v0.3.31
8332024-11-25T18:46:17.730Z Downloaded winnow v0.5.40
8342024-11-25T18:46:17.737Z Downloaded serde-big-array v0.5.1
8352024-11-25T18:46:17.740Z Downloaded string_cache v0.8.7
8362024-11-25T18:46:17.742Z Downloaded packed_struct v0.10.1
8372024-11-25T18:46:17.745Z Downloaded ed25519-dalek v2.1.1
8382024-11-25T18:46:17.748Z Downloaded time v0.3.36
8392024-11-25T18:46:17.754Z Downloaded ron v0.8.1
8402024-11-25T18:46:17.760Z Downloaded stringprep v0.1.5
8412024-11-25T18:46:17.763Z Downloaded num v0.4.3
8422024-11-25T18:46:17.765Z Downloaded futures-io v0.3.31
8432024-11-25T18:46:17.765Z Downloaded unsafe-libyaml v0.2.11
8442024-11-25T18:46:17.768Z Downloaded diesel_table_macro_syntax v0.2.0
8452024-11-25T18:46:17.770Z Downloaded precomputed-hash v0.1.1
8462024-11-25T18:46:17.770Z Downloaded data-encoding v2.6.0
8472024-11-25T18:46:17.772Z Downloaded nanorand v0.7.0
8482024-11-25T18:46:17.775Z Downloaded rand_core v0.6.4
8492024-11-25T18:46:17.777Z Downloaded env_filter v0.1.2
8502024-11-25T18:46:17.777Z Downloaded futures v0.3.31
8512024-11-25T18:46:17.782Z Downloaded hashbrown v0.12.3
8522024-11-25T18:46:17.787Z Downloaded num-derive v0.4.2
8532024-11-25T18:46:17.789Z Downloaded multer v3.1.0
8542024-11-25T18:46:17.792Z Downloaded env_logger v0.10.2
8552024-11-25T18:46:17.795Z Downloaded toolchain_find v0.4.0
8562024-11-25T18:46:17.798Z Downloaded zeroize_derive v1.4.2
8572024-11-25T18:46:17.798Z Downloaded try-lock v0.2.5
8582024-11-25T18:46:17.801Z Downloaded zopfli v0.8.1
8592024-11-25T18:46:17.801Z Downloaded futures-channel v0.3.31
8602024-11-25T18:46:17.804Z Downloaded defmt v0.3.8
8612024-11-25T18:46:17.807Z Downloaded omicron-zone-package v0.11.1
8622024-11-25T18:46:17.811Z Downloaded quick-error v1.2.3
8632024-11-25T18:46:17.815Z Downloaded predicates-core v1.0.8
8642024-11-25T18:46:17.815Z Downloaded rayon-core v1.12.1
8652024-11-25T18:46:17.818Z Downloaded semver v0.1.20
8662024-11-25T18:46:17.820Z Downloaded phf_codegen v0.11.2
8672024-11-25T18:46:17.820Z Downloaded blake3 v1.5.4
8682024-11-25T18:46:17.828Z Downloaded stable_deref_trait v1.2.0
8692024-11-25T18:46:17.830Z Downloaded snafu v0.8.5
8702024-11-25T18:46:17.835Z Downloaded slog-scope v4.4.0
8712024-11-25T18:46:17.838Z Downloaded futures-macro v0.3.31
8722024-11-25T18:46:17.840Z Downloaded der_derive v0.7.3
8732024-11-25T18:46:17.840Z Downloaded foldhash v0.1.3
8742024-11-25T18:46:17.842Z Downloaded darling_core v0.20.10
8752024-11-25T18:46:17.846Z Downloaded defmt-parser v0.3.4
8762024-11-25T18:46:17.848Z Downloaded defmt-macros v0.3.9
8772024-11-25T18:46:17.851Z Downloaded serde_derive_internals v0.29.1
8782024-11-25T18:46:17.853Z Downloaded secrecy v0.8.0
8792024-11-25T18:46:17.853Z Downloaded mockall_derive v0.13.0
8802024-11-25T18:46:17.856Z Downloaded scrypt v0.11.0
8812024-11-25T18:46:17.859Z Downloaded futures-task v0.3.31
8822024-11-25T18:46:17.861Z Downloaded diesel-dtrace v0.3.0
8832024-11-25T18:46:17.861Z Downloaded parking_lot v0.12.3
8842024-11-25T18:46:17.864Z Downloaded tui-tree-widget v0.22.0
8852024-11-25T18:46:17.866Z Downloaded parking_lot v0.11.2
8862024-11-25T18:46:17.868Z Downloaded topological-sort v0.2.2
8872024-11-25T18:46:17.871Z Downloaded parking_lot_core v0.8.6
8882024-11-25T18:46:17.871Z Downloaded pkg-config v0.3.31
8892024-11-25T18:46:17.874Z Downloaded multimap v0.10.0
8902024-11-25T18:46:17.877Z Downloaded rcgen v0.12.1
8912024-11-25T18:46:17.877Z Downloaded pbkdf2 v0.11.0
8922024-11-25T18:46:17.879Z Downloaded typify v0.2.0
8932024-11-25T18:46:17.882Z Downloaded zerovec v0.10.4
8942024-11-25T18:46:17.889Z Downloaded sct v0.7.1
8952024-11-25T18:46:17.892Z Downloaded num-complex v0.4.6
8962024-11-25T18:46:17.896Z Downloaded slog-term v2.9.1
8972024-11-25T18:46:17.899Z Downloaded unicode_categories v0.1.1
8982024-11-25T18:46:17.899Z Downloaded x509-cert v0.2.5
8992024-11-25T18:46:17.905Z Downloaded poly1305 v0.8.0
9002024-11-25T18:46:17.908Z Downloaded expectorate v1.1.0
9012024-11-25T18:46:17.910Z Downloaded toml_edit v0.19.15
9022024-11-25T18:46:17.928Z Downloaded getrandom v0.2.15
9032024-11-25T18:46:17.932Z Downloaded chrono v0.4.38
9042024-11-25T18:46:17.938Z Downloaded hashbrown v0.14.5
9052024-11-25T18:46:17.943Z Downloaded rustyline v14.0.0
9062024-11-25T18:46:17.950Z Downloaded quick-xml v0.33.0
9072024-11-25T18:46:17.956Z Downloaded slog-stdlog v4.1.1
9082024-11-25T18:46:17.958Z Downloaded zip v0.6.6
9092024-11-25T18:46:17.961Z Downloaded oso v0.27.3
9102024-11-25T18:46:17.965Z Downloaded slog v2.7.0
9112024-11-25T18:46:17.968Z Downloaded lalrpop v0.19.12
9122024-11-25T18:46:17.979Z Downloaded tungstenite v0.21.0
9132024-11-25T18:46:17.984Z Downloaded flume v0.11.1
9142024-11-25T18:46:17.987Z Downloaded unicode-normalization v0.1.24
9152024-11-25T18:46:17.991Z Downloaded h2 v0.4.6
9162024-11-25T18:46:17.998Z Downloaded quinn-proto v0.11.8
9172024-11-25T18:46:18.005Z Downloaded russh v0.45.0
9182024-11-25T18:46:18.011Z Downloaded der v0.7.9
9192024-11-25T18:46:18.016Z Downloaded nom v7.1.3
9202024-11-25T18:46:18.022Z Downloaded icu_properties_data v1.5.0
9212024-11-25T18:46:18.033Z Downloaded tokio-util v0.7.12
9222024-11-25T18:46:18.040Z Downloaded steno v0.4.1
9232024-11-25T18:46:18.045Z Downloaded tungstenite v0.23.0
9242024-11-25T18:46:18.048Z Downloaded num-bigint-dig v0.8.4
9252024-11-25T18:46:18.053Z Downloaded zip v2.1.3
9262024-11-25T18:46:18.058Z Downloaded typed-path v0.9.3
9272024-11-25T18:46:18.065Z Downloaded portable-atomic v1.9.0
9282024-11-25T18:46:18.072Z Downloaded idna v0.5.0
9292024-11-25T18:46:18.080Z Downloaded p384 v0.13.0
9302024-11-25T18:46:18.087Z Downloaded flate2 v1.0.34
9312024-11-25T18:46:18.092Z Downloaded idna v0.3.0
9322024-11-25T18:46:18.100Z Downloaded idna v0.4.0
9332024-11-25T18:46:18.107Z Downloaded mio v1.0.2
9342024-11-25T18:46:18.113Z Downloaded rand v0.8.5
9352024-11-25T18:46:18.117Z Downloaded num-bigint v0.4.6
9362024-11-25T18:46:18.122Z Downloaded p521 v0.13.3
9372024-11-25T18:46:18.127Z Downloaded tough v0.19.0
9382024-11-25T18:46:18.135Z Downloaded reedline v0.35.0
9392024-11-25T18:46:18.143Z Downloaded rustls-webpki v0.101.7
9402024-11-25T18:46:18.158Z Downloaded rayon v1.10.0
9412024-11-25T18:46:18.168Z Downloaded serde_with v3.11.0
9422024-11-25T18:46:18.176Z Downloaded futures-util v0.3.31
9432024-11-25T18:46:18.189Z Downloaded zerocopy v0.8.10
9442024-11-25T18:46:18.213Z Downloaded petname v2.0.2
9452024-11-25T18:46:18.219Z Downloaded nix v0.27.1
9462024-11-25T18:46:18.231Z Downloaded vcpkg v0.2.15
9472024-11-25T18:46:18.270Z Downloaded regex v1.11.1
9482024-11-25T18:46:18.283Z Downloaded webpki-roots v0.26.6
9492024-11-25T18:46:18.286Z Downloaded smoltcp v0.9.1
9502024-11-25T18:46:18.298Z Downloaded polar-core v0.27.3
9512024-11-25T18:46:18.307Z Downloaded nix v0.28.0
9522024-11-25T18:46:18.319Z Downloaded gimli v0.31.1
9532024-11-25T18:46:18.328Z Downloaded nix v0.29.0
9542024-11-25T18:46:18.340Z Downloaded rustls v0.21.12
9552024-11-25T18:46:18.352Z Downloaded chrono-tz v0.10.0
9562024-11-25T18:46:18.359Z Downloaded bstr v1.10.0
9572024-11-25T18:46:18.371Z Downloaded smoltcp v0.11.0
9582024-11-25T18:46:18.384Z Downloaded openssl v0.10.66
9592024-11-25T18:46:18.394Z Downloaded rustls v0.22.4
9602024-11-25T18:46:18.408Z Downloaded rustls v0.23.14
9612024-11-25T18:46:18.421Z Downloaded radix_trie v0.2.1
9622024-11-25T18:46:18.426Z Downloaded object v0.30.4
9632024-11-25T18:46:18.436Z Downloaded regex-syntax v0.8.5
9642024-11-25T18:46:18.444Z Downloaded reqwest v0.12.9
9652024-11-25T18:46:18.453Z Downloaded regress v0.10.1
9662024-11-25T18:46:18.462Z Downloaded dropshot v0.12.0
9672024-11-25T18:46:18.483Z Downloaded regex-syntax v0.6.29
9682024-11-25T18:46:18.491Z Downloaded sled v0.34.7
9692024-11-25T18:46:18.500Z Downloaded zerocopy-derive v0.6.6
9702024-11-25T18:46:18.513Z Downloaded trust-dns-proto v0.22.0
9712024-11-25T18:46:18.523Z Downloaded dropshot v0.13.0
9722024-11-25T18:46:18.544Z Downloaded regress v0.9.1
9732024-11-25T18:46:18.552Z Downloaded object v0.36.5
9742024-11-25T18:46:18.563Z Downloaded openapiv3 v2.0.0
9752024-11-25T18:46:18.576Z Downloaded diesel v2.2.4
9762024-11-25T18:46:18.594Z Downloaded regex-automata v0.4.8
9772024-11-25T18:46:18.611Z Downloaded ratatui v0.28.1
9782024-11-25T18:46:18.631Z Downloaded lzma-sys v0.1.20
9792024-11-25T18:46:18.661Z Downloaded curve25519-dalek v4.1.3
9802024-11-25T18:46:18.669Z Downloaded rustls-webpki v0.102.8
9812024-11-25T18:46:18.688Z Downloaded petgraph v0.6.5
9822024-11-25T18:46:18.704Z Downloaded libz-sys v1.1.20
9832024-11-25T18:46:18.725Z Downloaded typify-impl v0.2.0
9842024-11-25T18:46:18.741Z Downloaded bzip2-sys v0.1.11+1.0.8
9852024-11-25T18:46:18.752Z Downloaded git2 v0.19.0
9862024-11-25T18:46:18.760Z Downloaded unicode-width v0.2.0
9872024-11-25T18:46:18.766Z Downloaded idna v0.2.3
9882024-11-25T18:46:18.773Z Downloaded proptest v1.5.0
9892024-11-25T18:46:18.783Z Downloaded futures-executor v0.3.31
9902024-11-25T18:46:18.786Z Downloaded tokio-tungstenite v0.24.0
9912024-11-25T18:46:18.788Z Downloaded tokio-tungstenite v0.23.1
9922024-11-25T18:46:18.791Z Downloaded bindgen v0.69.5
9932024-11-25T18:46:18.795Z Downloaded unicode-segmentation v1.12.0
9942024-11-25T18:46:18.799Z Downloaded rusqlite v0.32.1
9952024-11-25T18:46:18.805Z Downloaded salty v0.3.0
9962024-11-25T18:46:18.812Z Downloaded diff v0.1.13
9972024-11-25T18:46:18.817Z Downloaded hashbrown v0.13.2
9982024-11-25T18:46:18.820Z Downloaded sqlparser v0.45.0
9992024-11-25T18:46:18.826Z Downloaded xz2 v0.1.7
10002024-11-25T18:46:18.828Z Downloaded slog-json v2.6.1
10012024-11-25T18:46:18.831Z Downloaded serde_plain v1.0.2
10022024-11-25T18:46:18.834Z Downloaded serde_path_to_error v0.1.16
10032024-11-25T18:46:18.835Z Downloaded pkcs8 v0.10.2
10042024-11-25T18:46:18.838Z Downloaded tls_codec v0.4.1
10052024-11-25T18:46:18.838Z Downloaded displaydoc v0.2.5
10062024-11-25T18:46:18.841Z Downloaded spin v0.9.8
10072024-11-25T18:46:18.844Z Downloaded diesel_derives v2.2.3
10082024-11-25T18:46:18.847Z Downloaded csv v1.3.0
10092024-11-25T18:46:18.867Z Downloaded hkdf v0.12.4
10102024-11-25T18:46:18.869Z Downloaded sha3 v0.10.8
10112024-11-25T18:46:18.873Z Downloaded tokio v1.40.0
10122024-11-25T18:46:18.910Z Downloaded aws-lc-rs v1.10.0
10132024-11-25T18:46:18.918Z Downloaded itertools v0.13.0
10142024-11-25T18:46:18.925Z Downloaded structmeta v0.3.0
10152024-11-25T18:46:18.928Z Downloaded strip-ansi-escapes v0.2.0
10162024-11-25T18:46:18.931Z Downloaded tokio-macros v2.4.0
10172024-11-25T18:46:18.931Z Downloaded ron v0.7.1
10182024-11-25T18:46:18.933Z Downloaded fatfs v0.3.6
10192024-11-25T18:46:18.936Z Downloaded unicode-properties v0.1.3
10202024-11-25T18:46:18.939Z Downloaded difflib v0.4.0
10212024-11-25T18:46:18.941Z Downloaded tiny-keccak v2.0.2
10222024-11-25T18:46:18.944Z Downloaded tar v0.4.42
10232024-11-25T18:46:18.946Z Downloaded itertools v0.12.1
10242024-11-25T18:46:18.952Z Downloaded idna v1.0.3
10252024-11-25T18:46:18.955Z Downloaded thiserror-no-std v2.0.2
10262024-11-25T18:46:18.959Z Downloaded slog-envlogger v2.2.0
10272024-11-25T18:46:18.961Z Downloaded vte v0.11.1
10282024-11-25T18:46:18.965Z Downloaded uuid v1.11.0
10292024-11-25T18:46:18.968Z Downloaded encoding_rs v0.8.34
10302024-11-25T18:46:18.986Z Downloaded signal-hook v0.3.17
10312024-11-25T18:46:18.989Z Downloaded socket2 v0.5.7
10322024-11-25T18:46:18.992Z Downloaded libm v0.2.8
10332024-11-25T18:46:18.999Z Downloaded phf_shared v0.11.2
10342024-11-25T18:46:19.002Z Downloaded pbkdf2 v0.12.2
10352024-11-25T18:46:19.002Z Downloaded postgres-types v0.2.8
10362024-11-25T18:46:19.004Z Downloaded dropshot_endpoint v0.13.0
10372024-11-25T18:46:19.007Z Downloaded dropshot_endpoint v0.12.0
10382024-11-25T18:46:19.009Z Downloaded zerocopy v0.6.6
10392024-11-25T18:46:19.012Z Downloaded quinn v0.11.5
10402024-11-25T18:46:19.015Z Downloaded url v2.5.3
10412024-11-25T18:46:19.018Z Downloaded tracing v0.1.40
10422024-11-25T18:46:19.022Z Downloaded walkdir v2.5.0
10432024-11-25T18:46:19.024Z Downloaded http v1.1.0
10442024-11-25T18:46:19.028Z Downloaded strum_macros v0.25.3
10452024-11-25T18:46:19.032Z Downloaded smf v0.2.3
10462024-11-25T18:46:19.034Z Downloaded signal-hook-mio v0.2.4
10472024-11-25T18:46:19.034Z Downloaded scopeguard v1.2.0
10482024-11-25T18:46:19.034Z Downloaded zerovec-derive v0.10.3
10492024-11-25T18:46:19.037Z Downloaded derive_more v0.99.18
10502024-11-25T18:46:19.040Z Downloaded libgit2-sys v0.17.0+1.8.1
10512024-11-25T18:46:19.096Z Downloaded primeorder v0.13.6
10522024-11-25T18:46:19.099Z Downloaded predicates-tree v1.0.11
10532024-11-25T18:46:19.099Z Downloaded parse-display v0.10.0
10542024-11-25T18:46:19.101Z Downloaded tokio-rustls v0.24.1
10552024-11-25T18:46:19.103Z Downloaded strum_macros v0.26.4
10562024-11-25T18:46:19.103Z Downloaded tungstenite v0.24.0
10572024-11-25T18:46:19.107Z Downloaded bumpalo v3.16.0
10582024-11-25T18:46:19.110Z Downloaded owo-colors v4.1.0
10592024-11-25T18:46:19.113Z Downloaded static_assertions v1.1.0
10602024-11-25T18:46:19.116Z Downloaded qorb v0.2.0
10612024-11-25T18:46:19.120Z Downloaded prettyplease v0.2.25
10622024-11-25T18:46:19.123Z Downloaded crypto-bigint v0.5.5
10632024-11-25T18:46:19.127Z Downloaded const_format v0.2.33
10642024-11-25T18:46:19.131Z Downloaded serde_yaml v0.9.34+deprecated
10652024-11-25T18:46:19.135Z Downloaded whoami v1.5.2
10662024-11-25T18:46:19.137Z Downloaded predicates v3.1.2
10672024-11-25T18:46:19.140Z Downloaded peg-macros v0.8.4
10682024-11-25T18:46:19.140Z Downloaded env_logger v0.11.5
10692024-11-25T18:46:19.142Z Downloaded tracing-attributes v0.1.27
10702024-11-25T18:46:19.145Z Downloaded heapless v0.8.0
10712024-11-25T18:46:19.148Z Downloaded signal-hook-tokio v0.3.1
10722024-11-25T18:46:19.151Z Downloaded serde-hex v0.1.0
10732024-11-25T18:46:19.151Z Downloaded rustfmt-wrapper v0.2.1
10742024-11-25T18:46:19.154Z Downloaded rustc-hash v2.0.0
10752024-11-25T18:46:19.154Z Downloaded icu_collections v1.5.0
10762024-11-25T18:46:19.159Z Downloaded deranged v0.3.11
10772024-11-25T18:46:19.162Z Downloaded icu_provider v1.5.0
10782024-11-25T18:46:19.164Z Downloaded icu_properties v1.5.1
10792024-11-25T18:46:19.168Z Downloaded compact_str v0.8.0
10802024-11-25T18:46:19.170Z Downloaded tokio-rustls v0.26.0
10812024-11-25T18:46:19.173Z Downloaded tokio-rustls v0.25.0
10822024-11-25T18:46:19.173Z Downloaded lock_api v0.4.12
10832024-11-25T18:46:19.177Z Downloaded bytes v1.8.0
10842024-11-25T18:46:19.181Z Downloaded snafu-derive v0.8.5
10852024-11-25T18:46:19.181Z Downloaded num-iter v0.1.45
10862024-11-25T18:46:19.184Z Downloaded hash32 v0.2.1
10872024-11-25T18:46:19.184Z Downloaded gethostname v0.5.0
10882024-11-25T18:46:19.184Z Downloaded foreign-types v0.5.0
10892024-11-25T18:46:19.184Z Downloaded fd-lock v4.0.2
10902024-11-25T18:46:19.188Z Downloaded crossbeam-epoch v0.9.18
10912024-11-25T18:46:19.191Z Downloaded cookie v0.18.1
10922024-11-25T18:46:19.191Z Downloaded const-oid v0.9.6
10932024-11-25T18:46:19.193Z Downloaded cancel-safe-futures v0.1.5
10942024-11-25T18:46:19.196Z Downloaded bzip2 v0.4.4
10952024-11-25T18:46:19.198Z Downloaded memmap2 v0.9.5
10962024-11-25T18:46:19.198Z Downloaded litemap v0.7.3
10972024-11-25T18:46:19.201Z Downloaded ipnet v2.10.1
10982024-11-25T18:46:19.204Z Downloaded clang-sys v1.8.1
10992024-11-25T18:46:19.207Z Downloaded ssh-cipher v0.2.0
11002024-11-25T18:46:19.207Z Downloaded slog-dtrace v0.3.0
11012024-11-25T18:46:19.209Z Downloaded same-file v1.0.6
11022024-11-25T18:46:19.209Z Downloaded ref-cast-impl v1.0.23
11032024-11-25T18:46:19.212Z Downloaded blake2 v0.10.6
11042024-11-25T18:46:19.214Z Downloaded scheduled-thread-pool v0.2.7
11052024-11-25T18:46:19.216Z Downloaded rfc6979 v0.4.0
11062024-11-25T18:46:19.216Z Downloaded libloading v0.8.5
11072024-11-25T18:46:19.219Z Downloaded inout v0.1.3
11082024-11-25T18:46:19.219Z Downloaded crc32fast v1.4.2
11092024-11-25T18:46:19.221Z Downloaded cookie_store v0.21.0
11102024-11-25T18:46:19.224Z Downloaded const_format_proc_macros v0.2.33
11112024-11-25T18:46:19.226Z Downloaded ciborium v0.2.2
11122024-11-25T18:46:19.229Z Downloaded memoffset v0.9.1
11132024-11-25T18:46:19.229Z Downloaded md-5 v0.10.6
11142024-11-25T18:46:19.231Z Downloaded maybe-uninit v2.0.0
11152024-11-25T18:46:19.231Z Downloaded maplit v1.0.2
11162024-11-25T18:46:19.231Z Downloaded lalrpop-util v0.19.12
11172024-11-25T18:46:19.233Z Downloaded quinn-udp v0.5.5
11182024-11-25T18:46:19.234Z Downloaded lazy_static v1.5.0
11192024-11-25T18:46:19.236Z Downloaded internet-checksum v0.2.1
11202024-11-25T18:46:19.236Z Downloaded bitfield v0.14.0
11212024-11-25T18:46:19.238Z Downloaded bcs v0.1.6
11222024-11-25T18:46:19.241Z Downloaded indoc v1.0.9
11232024-11-25T18:46:19.243Z Downloaded async-bb8-diesel v0.2.1
11242024-11-25T18:46:19.245Z Downloaded lockfree-object-pool v0.1.6
11252024-11-25T18:46:19.248Z Downloaded constant_time_eq v0.3.1
11262024-11-25T18:46:19.248Z Downloaded castaway v0.2.3
11272024-11-25T18:46:19.250Z Downloaded backoff v0.4.0
11282024-11-25T18:46:19.250Z Downloaded bit-vec v0.6.3
11292024-11-25T18:46:19.253Z Downloaded async-stream v0.3.6
11302024-11-25T18:46:19.255Z Downloaded base16ct v0.2.0
11312024-11-25T18:46:19.255Z Downloaded httparse v1.9.5
11322024-11-25T18:46:19.257Z Downloaded http-body v1.0.1
11332024-11-25T18:46:19.260Z Downloaded hostname v0.4.0
11342024-11-25T18:46:19.260Z Downloaded hex v0.4.3
11352024-11-25T18:46:19.398Z Downloaded libsqlite3-sys v0.30.1
11362024-11-25T18:46:19.772Z Downloaded ring v0.17.8
11372024-11-25T18:46:19.946Z Downloaded ring v0.16.20
11382024-11-25T18:46:20.192Z Downloaded aws-lc-sys v0.22.0
11392024-11-25T18:46:20.504Z Compiling serde v1.0.215
11402024-11-25T18:46:20.506Z Compiling lock_api v0.4.12
11412024-11-25T18:46:20.506Z Compiling scopeguard v1.2.0
11422024-11-25T18:46:20.506Z Compiling value-bag v1.9.0
11432024-11-25T18:46:20.665Z Compiling typenum v1.17.0
11442024-11-25T18:46:20.668Z Compiling generic-array v0.14.7
11452024-11-25T18:46:20.709Z Compiling syn v2.0.87
11462024-11-25T18:46:20.724Z Compiling getrandom v0.2.15
11472024-11-25T18:46:20.814Z Compiling subtle v2.6.1
11482024-11-25T18:46:21.002Z Compiling rand_core v0.6.4
11492024-11-25T18:46:21.182Z Compiling log v0.4.22
11502024-11-25T18:46:21.273Z Compiling shlex v1.3.0
11512024-11-25T18:46:21.295Z Compiling jobserver v0.1.32
11522024-11-25T18:46:21.322Z Compiling smallvec v1.13.2
11532024-11-25T18:46:21.554Z Compiling const-oid v0.9.6
11542024-11-25T18:46:21.598Z Compiling spin v0.9.8
11552024-11-25T18:46:21.731Z Compiling cc v1.1.30
11562024-11-25T18:46:21.789Z Compiling pin-project-lite v0.2.14
11572024-11-25T18:46:21.917Z Compiling rustix v0.38.37
11582024-11-25T18:46:22.007Z Compiling parking_lot_core v0.9.10
11592024-11-25T18:46:22.153Z Compiling futures-core v0.3.31
11602024-11-25T18:46:22.332Z Compiling signal-hook-registry v1.4.2
11612024-11-25T18:46:22.420Z Compiling mio v1.0.2
11622024-11-25T18:46:22.878Z Compiling aho-corasick v1.1.3
11632024-11-25T18:46:23.188Z Compiling parking_lot v0.12.3
11642024-11-25T18:46:23.253Z Compiling cpufeatures v0.2.14
11652024-11-25T18:46:23.362Z Compiling either v1.13.0
11662024-11-25T18:46:23.544Z Compiling regex-syntax v0.8.5
11672024-11-25T18:46:23.616Z Compiling lazy_static v1.5.0
11682024-11-25T18:46:23.697Z Compiling stable_deref_trait v1.2.0
11692024-11-25T18:46:23.735Z Compiling glob v0.3.1
11702024-11-25T18:46:23.788Z Compiling futures-sink v0.3.31
11712024-11-25T18:46:23.808Z Compiling socket2 v0.5.7
11722024-11-25T18:46:23.949Z Compiling slab v0.4.9
11732024-11-25T18:46:24.150Z Compiling prettyplease v0.2.25
11742024-11-25T18:46:24.409Z Compiling minimal-lexical v0.2.1
11752024-11-25T18:46:24.769Z Compiling clang-sys v1.8.1
11762024-11-25T18:46:24.816Z Compiling libloading v0.8.5
11772024-11-25T18:46:24.860Z Compiling nom v7.1.3
11782024-11-25T18:46:24.976Z Compiling home v0.5.9
11792024-11-25T18:46:25.253Z Compiling serde_json v1.0.132
11802024-11-25T18:46:25.271Z Compiling bindgen v0.69.5
11812024-11-25T18:46:25.607Z Compiling futures-channel v0.3.31
11822024-11-25T18:46:26.052Z Compiling itertools v0.12.1
11832024-11-25T18:46:26.133Z Compiling allocator-api2 v0.2.18
11842024-11-25T18:46:26.177Z Compiling rustc-hash v1.1.0
11852024-11-25T18:46:26.339Z Compiling futures-task v0.3.31
11862024-11-25T18:46:26.649Z Compiling lazycell v1.3.0
11872024-11-25T18:46:26.817Z Compiling futures-io v0.3.31
11882024-11-25T18:46:26.916Z Compiling pin-utils v0.1.0
11892024-11-25T18:46:27.020Z Compiling foldhash v0.1.3
11902024-11-25T18:46:27.158Z Compiling cmake v0.1.51
11912024-11-25T18:46:27.324Z Compiling regex-automata v0.4.8
11922024-11-25T18:46:28.170Z Compiling hashbrown v0.15.0
11932024-11-25T18:46:28.587Z Compiling synstructure v0.13.1
11942024-11-25T18:46:29.265Z Compiling cexpr v0.6.0
11952024-11-25T18:46:29.555Z Compiling pkg-config v0.3.31
11962024-11-25T18:46:30.352Z Compiling tinyvec_macros v0.1.1
11972024-11-25T18:46:30.448Z Compiling dunce v1.0.5
11982024-11-25T18:46:30.474Z Compiling fs_extra v1.3.0
11992024-11-25T18:46:30.576Z Compiling libm v0.2.8
12002024-11-25T18:46:30.940Z Compiling tinyvec v1.8.0
12012024-11-25T18:46:31.087Z Compiling num-traits v0.2.19
12022024-11-25T18:46:31.157Z Compiling ring v0.17.8
12032024-11-25T18:46:31.596Z Compiling paste v1.0.15
12042024-11-25T18:46:31.914Z Compiling litemap v0.7.3
12052024-11-25T18:46:32.096Z Compiling base64ct v1.6.0
12062024-11-25T18:46:32.283Z Compiling unicode-bidi v0.3.17
12072024-11-25T18:46:32.312Z Compiling writeable v0.5.5
12082024-11-25T18:46:32.489Z Compiling unicode-normalization v0.1.24
12092024-11-25T18:46:32.705Z Compiling pem-rfc7468 v0.7.0
12102024-11-25T18:46:32.883Z Compiling regex v1.11.1
12112024-11-25T18:46:33.622Z Compiling httparse v1.9.5
12122024-11-25T18:46:33.668Z Compiling aws-lc-rs v1.10.0
12132024-11-25T18:46:33.967Z Compiling flagset v0.4.6
12142024-11-25T18:46:34.176Z Compiling tracing-core v0.1.32
12152024-11-25T18:46:34.432Z Compiling rustls-pki-types v1.9.0
12162024-11-25T18:46:35.285Z Compiling icu_locid_transform_data v1.5.0
12172024-11-25T18:46:35.392Z Compiling crossbeam-utils v0.8.20
12182024-11-25T18:46:35.416Z Compiling percent-encoding v2.3.1
12192024-11-25T18:46:35.536Z Compiling time-core v0.1.2
12202024-11-25T18:46:35.554Z Compiling serde_derive v1.0.215
12212024-11-25T18:46:35.684Z Compiling zeroize_derive v1.4.2
12222024-11-25T18:46:35.744Z Compiling zerocopy-derive v0.7.35
12232024-11-25T18:46:35.993Z Compiling tokio-macros v2.4.0
12242024-11-25T18:46:36.189Z Compiling zerofrom-derive v0.1.4
12252024-11-25T18:46:37.157Z Compiling zeroize v1.8.1
12262024-11-25T18:46:37.645Z Compiling yoke-derive v0.7.4
12272024-11-25T18:46:37.698Z Compiling thiserror-impl v1.0.69
12282024-11-25T18:46:37.955Z Compiling zerocopy v0.7.35
12292024-11-25T18:46:38.830Z Compiling crypto-common v0.1.6
12302024-11-25T18:46:39.075Z Compiling block-buffer v0.10.4
12312024-11-25T18:46:39.308Z Compiling digest v0.10.7
12322024-11-25T18:46:39.501Z Compiling futures-macro v0.3.31
12332024-11-25T18:46:39.831Z Compiling hmac v0.12.1
12342024-11-25T18:46:40.070Z Compiling zerovec-derive v0.10.3
12352024-11-25T18:46:40.089Z Compiling block-padding v0.3.3
12362024-11-25T18:46:40.324Z Compiling displaydoc v0.2.5
12372024-11-25T18:46:40.341Z Compiling zerofrom v0.1.4
12382024-11-25T18:46:40.585Z Compiling inout v0.1.3
12392024-11-25T18:46:40.740Z Compiling yoke v0.7.4
12402024-11-25T18:46:40.834Z Compiling cipher v0.4.4
12412024-11-25T18:46:41.128Z Compiling sha2 v0.10.8
12422024-11-25T18:46:41.149Z Compiling thiserror v1.0.69
12432024-11-25T18:46:41.289Z Compiling ppv-lite86 v0.2.20
12442024-11-25T18:46:41.330Z Compiling futures-util v0.3.31
12452024-11-25T18:46:41.375Z Compiling der_derive v0.7.3
12462024-11-25T18:46:42.047Z Compiling icu_provider_macros v1.5.0
12472024-11-25T18:46:42.128Z Compiling rand_chacha v0.3.1
12482024-11-25T18:46:42.804Z Compiling zerovec v0.10.4
12492024-11-25T18:46:43.140Z Compiling tracing-attributes v0.1.27
12502024-11-25T18:46:43.711Z Compiling der v0.7.9
12512024-11-25T18:46:44.143Z Compiling rand v0.8.5
12522024-11-25T18:46:44.319Z Compiling salsa20 v0.10.2
12532024-11-25T18:46:44.497Z Compiling pest v2.7.14
12542024-11-25T18:46:45.084Z Compiling tinystr v0.7.6
12552024-11-25T18:46:45.519Z Compiling icu_locid v1.5.0
12562024-11-25T18:46:46.390Z Compiling spki v0.7.3
12572024-11-25T18:46:46.771Z Compiling icu_provider v1.5.0
12582024-11-25T18:46:46.969Z Compiling tracing v0.1.40
12592024-11-25T18:46:47.096Z Compiling icu_collections v1.5.0
12602024-11-25T18:46:47.468Z Compiling icu_locid_transform v1.5.0
12612024-11-25T18:46:47.485Z Compiling pbkdf2 v0.12.2
12622024-11-25T18:46:47.584Z Compiling mirai-annotations v1.12.0
12632024-11-25T18:46:47.657Z Compiling untrusted v0.7.1
12642024-11-25T18:46:47.784Z Compiling icu_properties_data v1.5.0
12652024-11-25T18:46:47.825Z Compiling untrusted v0.9.0
12662024-11-25T18:46:47.827Z Compiling powerfmt v0.2.0
12672024-11-25T18:46:47.874Z Compiling vcpkg v0.2.15
12682024-11-25T18:46:48.000Z Compiling num-conv v0.1.0
12692024-11-25T18:46:48.030Z Compiling scrypt v0.11.0
12702024-11-25T18:46:48.236Z Compiling deranged v0.3.11
12712024-11-25T18:46:48.295Z Compiling time-macros v0.2.18
12722024-11-25T18:46:48.594Z Compiling pest_meta v2.7.14
12732024-11-25T18:46:49.804Z Compiling bitflags v2.6.0
12742024-11-25T18:46:49.885Z Compiling bytes v1.8.0
12752024-11-25T18:46:50.274Z Compiling indexmap v2.6.0
12762024-11-25T18:46:50.294Z Compiling semver v1.0.23
12772024-11-25T18:46:51.055Z Compiling tokio v1.40.0
12782024-11-25T18:46:51.237Z Compiling http v1.1.0
12792024-11-25T18:46:51.680Z Compiling rustc_version v0.4.1
12802024-11-25T18:46:51.752Z Compiling openssl-sys v0.9.103
12812024-11-25T18:46:52.488Z Compiling icu_properties v1.5.1
12822024-11-25T18:46:52.509Z Compiling cbc v0.1.2
12832024-11-25T18:46:52.738Z Compiling aes v0.8.4
12842024-11-25T18:46:52.887Z Compiling scroll_derive v0.12.0
12852024-11-25T18:46:53.430Z Compiling write16 v1.0.0
12862024-11-25T18:46:53.569Z Compiling utf8_iter v1.0.4
12872024-11-25T18:46:53.829Z Compiling utf16_iter v1.0.5
12882024-11-25T18:46:53.849Z Compiling icu_normalizer_data v1.5.0
12892024-11-25T18:46:53.927Z Compiling atomic-waker v1.1.2
12902024-11-25T18:46:53.956Z Compiling num_threads v0.1.7
12912024-11-25T18:46:54.036Z Compiling pkcs5 v0.7.1
12922024-11-25T18:46:54.094Z Compiling time v0.3.36
12932024-11-25T18:46:54.375Z Compiling which v4.4.2
12942024-11-25T18:46:54.421Z Compiling scroll v0.12.0
12952024-11-25T18:46:55.041Z Compiling http-body v1.0.1
12962024-11-25T18:46:55.278Z Compiling pest_generator v2.7.14
12972024-11-25T18:46:55.299Z Compiling form_urlencoded v1.2.1
12982024-11-25T18:46:55.635Z Compiling try-lock v0.2.5
12992024-11-25T18:46:55.657Z Compiling slog v2.7.0
13002024-11-25T18:46:55.712Z Compiling goblin v0.8.2
13012024-11-25T18:46:55.779Z Compiling want v0.3.1
13022024-11-25T18:46:56.070Z Compiling pkcs8 v0.10.2
13032024-11-25T18:46:56.227Z Compiling httpdate v1.0.3
13042024-11-25T18:46:56.708Z Compiling icu_normalizer v1.5.0
13052024-11-25T18:46:57.328Z Compiling pest_derive v2.7.14
13062024-11-25T18:46:57.613Z Compiling serde_tokenstream v0.2.2
13072024-11-25T18:46:57.670Z Compiling idna_adapter v1.2.0
13082024-11-25T18:46:57.882Z Compiling idna v1.0.3
13092024-11-25T18:46:58.108Z Compiling dtrace-parser v0.2.0
13102024-11-25T18:46:58.250Z Compiling serde_spanned v0.6.8
13112024-11-25T18:46:58.487Z Compiling uuid v1.11.0
13122024-11-25T18:46:58.851Z Compiling toml_datetime v0.6.8
13132024-11-25T18:46:59.366Z Compiling tower-service v0.3.3
13142024-11-25T18:46:59.434Z Compiling base64 v0.22.1
13152024-11-25T18:46:59.498Z Compiling match_cfg v0.1.0
13162024-11-25T18:46:59.600Z Compiling adler2 v2.0.0
13172024-11-25T18:46:59.795Z Compiling tokio-util v0.7.12
13182024-11-25T18:46:59.836Z Compiling foreign-types-shared v0.1.1
13192024-11-25T18:46:59.953Z Compiling iana-time-zone v0.1.61
13202024-11-25T18:46:59.956Z Compiling rustversion v1.0.17
13212024-11-25T18:47:00.233Z Compiling openssl v0.10.66
13222024-11-25T18:47:00.355Z Compiling chrono v0.4.38
13232024-11-25T18:47:00.448Z Compiling foreign-types v0.3.2
13242024-11-25T18:47:00.545Z Compiling miniz_oxide v0.8.0
13252024-11-25T18:47:00.684Z Compiling hostname v0.3.1
13262024-11-25T18:47:00.730Z Compiling url v2.5.3
13272024-11-25T18:47:00.946Z Compiling h2 v0.4.6
13282024-11-25T18:47:02.075Z Compiling dof v0.3.0
13292024-11-25T18:47:02.690Z Compiling openssl-macros v0.1.1
13302024-11-25T18:47:02.795Z Compiling async-trait v0.1.83
13312024-11-25T18:47:03.464Z Compiling usdt-impl v0.5.0
13322024-11-25T18:47:04.280Z Compiling dirs-sys-next v0.1.2
13332024-11-25T18:47:04.314Z Compiling siphasher v0.3.11
13342024-11-25T18:47:04.747Z Compiling syn v1.0.109
13352024-11-25T18:47:04.997Z Compiling rustls v0.22.4
13362024-11-25T18:47:05.102Z Compiling native-tls v0.2.12
13372024-11-25T18:47:05.262Z Compiling rustls v0.23.14
13382024-11-25T18:47:05.392Z Compiling data-encoding v2.6.0
13392024-11-25T18:47:05.551Z Compiling dirs-next v2.0.0
13402024-11-25T18:47:05.750Z Compiling http-body-util v0.1.2
13412024-11-25T18:47:06.326Z Compiling heapless v0.7.17
13422024-11-25T18:47:06.351Z Compiling crossbeam-epoch v0.9.18
13432024-11-25T18:47:06.751Z Compiling sha1 v0.10.6
13442024-11-25T18:47:07.067Z Compiling signature v2.2.0
13452024-11-25T18:47:07.101Z Compiling bzip2-sys v0.1.11+1.0.8
13462024-11-25T18:47:07.120Z Compiling serde_derive_internals v0.29.1
13472024-11-25T18:47:07.183Z Compiling thread_local v1.1.8
13482024-11-25T18:47:07.376Z Compiling multer v3.1.0
13492024-11-25T18:47:07.607Z Compiling cookie v0.18.1
13502024-11-25T18:47:07.669Z Compiling encoding_rs v0.8.34
13512024-11-25T18:47:07.724Z Compiling rayon-core v1.12.1
13522024-11-25T18:47:07.864Z Compiling schemars v0.8.21
13532024-11-25T18:47:07.883Z Compiling signal-hook v0.3.17
13542024-11-25T18:47:07.993Z Compiling unicode-properties v0.1.3
13552024-11-25T18:47:08.149Z Compiling hyper v1.5.0
13562024-11-25T18:47:08.201Z Compiling gimli v0.31.1
13572024-11-25T18:47:08.389Z Compiling mime v0.3.17
13582024-11-25T18:47:09.044Z Compiling ipnet v2.10.1
13592024-11-25T18:47:10.004Z Compiling openssl-probe v0.1.5
13602024-11-25T18:47:10.395Z Compiling slog-async v2.8.0
13612024-11-25T18:47:10.434Z Compiling toml_edit v0.22.22
13622024-11-25T18:47:10.918Z Compiling hyper-util v0.1.10
13632024-11-25T18:47:12.335Z Compiling schemars_derive v0.8.21
13642024-11-25T18:47:12.465Z Compiling stringprep v0.1.5
13652024-11-25T18:47:12.849Z Compiling addr2line v0.24.2
13662024-11-25T18:47:13.633Z Compiling crossbeam-deque v0.8.5
13672024-11-25T18:47:13.859Z Compiling usdt-macro v0.5.0
13682024-11-25T18:47:13.969Z Compiling usdt-attr-macro v0.5.0
13692024-11-25T18:47:14.122Z Compiling term v0.7.0
13702024-11-25T18:47:15.206Z Compiling slog-json v2.6.1
13712024-11-25T18:47:15.283Z Compiling serde_urlencoded v0.7.1
13722024-11-25T18:47:15.583Z Compiling curve25519-dalek v4.1.3
13732024-11-25T18:47:15.619Z Compiling crossbeam-channel v0.5.13
13742024-11-25T18:47:15.619Z Compiling enum-as-inner v0.6.1
13752024-11-25T18:47:15.683Z Compiling futures-executor v0.3.31
13762024-11-25T18:47:15.796Z Compiling md-5 v0.10.6
13772024-11-25T18:47:16.077Z Compiling async-stream-impl v0.3.6
13782024-11-25T18:47:16.198Z Compiling num-integer v0.1.46
13792024-11-25T18:47:16.229Z Compiling rustls-pemfile v2.2.0
13802024-11-25T18:47:16.567Z Compiling idna v0.4.0
13812024-11-25T18:47:16.731Z Compiling idna v0.3.0
13822024-11-25T18:47:16.752Z Compiling hash32 v0.2.1
13832024-11-25T18:47:16.982Z Compiling ff v0.13.0
13842024-11-25T18:47:17.141Z Compiling is-terminal v0.4.13
13852024-11-25T18:47:17.204Z Compiling object v0.36.5
13862024-11-25T18:47:17.280Z Compiling dropshot v0.12.0
13872024-11-25T18:47:17.478Z Compiling take_mut v0.2.2
13882024-11-25T18:47:17.564Z Compiling num-bigint-dig v0.8.4
13892024-11-25T18:47:17.651Z Compiling quick-error v1.2.3
13902024-11-25T18:47:17.806Z Compiling base16ct v0.2.0
13912024-11-25T18:47:17.865Z Compiling smoltcp v0.9.1
13922024-11-25T18:47:18.135Z Compiling linked-hash-map v0.5.6
13932024-11-25T18:47:18.235Z Compiling psl-types v2.0.11
13942024-11-25T18:47:18.445Z Compiling rustc-demangle v0.1.24
13952024-11-25T18:47:18.475Z Compiling utf-8 v0.7.6
13962024-11-25T18:47:18.522Z Compiling portable-atomic v1.9.0
13972024-11-25T18:47:18.614Z Compiling dyn-clone v1.0.17
13982024-11-25T18:47:18.830Z Compiling fallible-iterator v0.2.0
13992024-11-25T18:47:18.850Z Compiling anyhow v1.0.93
14002024-11-25T18:47:19.441Z Compiling tungstenite v0.24.0
14012024-11-25T18:47:19.569Z Compiling postgres-protocol v0.6.7
14022024-11-25T18:47:19.793Z Compiling lru-cache v0.1.2
14032024-11-25T18:47:19.925Z Compiling publicsuffix v2.2.3
14042024-11-25T18:47:20.012Z Compiling sec1 v0.7.3
14052024-11-25T18:47:20.259Z Compiling resolv-conf v0.7.0
14062024-11-25T18:47:21.023Z Compiling async-stream v0.3.6
14072024-11-25T18:47:21.081Z Compiling hickory-proto v0.24.1
14082024-11-25T18:47:21.344Z Compiling slog-term v2.9.1
14092024-11-25T18:47:21.868Z Compiling usdt v0.5.0
14102024-11-25T18:47:21.898Z Compiling group v0.13.0
14112024-11-25T18:47:22.394Z Compiling num-iter v0.1.45
14122024-11-25T18:47:22.614Z Compiling futures v0.3.31
14132024-11-25T18:47:22.702Z Compiling slog-bunyan v2.5.0
14142024-11-25T18:47:22.932Z Compiling toml v0.8.19
14152024-11-25T18:47:23.489Z Compiling camino v1.1.9
14162024-11-25T18:47:24.695Z Compiling tokio-native-tls v0.3.1
14172024-11-25T18:47:24.742Z Compiling phf_shared v0.11.2
14182024-11-25T18:47:24.999Z Compiling backtrace v0.3.74
14192024-11-25T18:47:25.147Z Compiling dropshot_endpoint v0.12.0
14202024-11-25T18:47:25.316Z Compiling terminal_size v0.4.0
14212024-11-25T18:47:25.545Z Compiling waitgroup v0.1.2
14222024-11-25T18:47:25.568Z Compiling openapiv3 v2.0.0
14232024-11-25T18:47:25.592Z Compiling serde_path_to_error v0.1.16
14242024-11-25T18:47:25.770Z Compiling hkdf v0.12.4
14252024-11-25T18:47:26.049Z Compiling crypto-bigint v0.5.5
14262024-11-25T18:47:26.439Z Compiling curve25519-dalek-derive v0.1.1
14272024-11-25T18:47:28.084Z Compiling zerocopy-derive v0.6.6
14282024-11-25T18:47:28.796Z Compiling webpki-roots v0.26.6
14292024-11-25T18:47:28.995Z Compiling idna v0.5.0
14302024-11-25T18:47:29.017Z Compiling hubpack_derive v0.1.1
14312024-11-25T18:47:29.941Z Compiling hostname v0.4.0
14322024-11-25T18:47:29.970Z Compiling crc32fast v1.4.2
14332024-11-25T18:47:30.186Z Compiling ahash v0.8.11
14342024-11-25T18:47:30.260Z Compiling fs-err v2.11.0
14352024-11-25T18:47:30.349Z Compiling debug-ignore v1.0.5
14362024-11-25T18:47:30.430Z Compiling bitflags v1.3.2
14372024-11-25T18:47:30.486Z Compiling winnow v0.5.40
14382024-11-25T18:47:30.530Z Compiling managed v0.8.0
14392024-11-25T18:47:30.551Z Compiling console v0.15.8
14402024-11-25T18:47:30.670Z Compiling strum_macros v0.25.3
14412024-11-25T18:47:30.694Z Compiling clap_builder v4.5.21
14422024-11-25T18:47:31.995Z Compiling zerocopy v0.6.6
14432024-11-25T18:47:32.172Z Compiling flate2 v1.0.34
14442024-11-25T18:47:32.436Z Compiling hubpack v0.1.2
14452024-11-25T18:47:32.903Z Compiling cookie_store v0.21.0
14462024-11-25T18:47:32.925Z Compiling elliptic-curve v0.13.8
14472024-11-25T18:47:33.201Z Compiling hickory-resolver v0.24.1
14482024-11-25T18:47:34.384Z Compiling toml_edit v0.19.15
14492024-11-25T18:47:34.569Z Compiling phf v0.11.2
14502024-11-25T18:47:34.719Z Compiling hyper-tls v0.6.0
14512024-11-25T18:47:34.917Z Compiling signal-hook-mio v0.2.4
14522024-11-25T18:47:35.078Z Compiling rayon v1.10.0
14532024-11-25T18:47:35.098Z Compiling bzip2 v0.4.4
14542024-11-25T18:47:35.504Z Compiling tokio-tungstenite v0.24.0
14552024-11-25T18:47:36.092Z Compiling postgres-types v0.2.8
14562024-11-25T18:47:39.114Z Compiling ed25519 v2.2.3
14572024-11-25T18:47:40.024Z Compiling phf_shared v0.10.0
14582024-11-25T18:47:40.279Z Compiling tokio-stream v0.1.16
14592024-11-25T18:47:40.375Z Compiling pkcs1 v0.7.5
14602024-11-25T18:47:40.445Z Compiling serde-big-array v0.5.1
14612024-11-25T18:47:40.690Z Compiling clap_derive v4.5.18
14622024-11-25T18:47:41.069Z Compiling rfc6979 v0.4.0
14632024-11-25T18:47:41.269Z Compiling serde_repr v0.1.19
14642024-11-25T18:47:41.382Z Compiling derive-where v1.2.7
14652024-11-25T18:47:41.408Z Compiling float-cmp v0.9.0
14662024-11-25T18:47:41.497Z Compiling bstr v1.10.0
14672024-11-25T18:47:41.644Z Compiling sync_wrapper v1.0.1
14682024-11-25T18:47:41.807Z Compiling number_prefix v0.4.0
14692024-11-25T18:47:42.054Z Compiling precomputed-hash v0.1.1
14702024-11-25T18:47:42.182Z Compiling bit-vec v0.6.3
14712024-11-25T18:47:42.505Z Compiling normalize-line-endings v0.3.0
14722024-11-25T18:47:42.641Z Compiling fixedbitset v0.4.2
14732024-11-25T18:47:42.645Z Compiling predicates-core v1.0.8
14742024-11-25T18:47:42.684Z Compiling unicode-width v0.2.0
14752024-11-25T18:47:42.997Z Compiling whoami v1.5.2
14762024-11-25T18:47:43.101Z Compiling new_debug_unreachable v1.0.6
14772024-11-25T18:47:43.206Z Compiling difflib v0.4.0
14782024-11-25T18:47:43.227Z Compiling static_assertions v1.1.0
14792024-11-25T18:47:43.333Z Compiling unicode-segmentation v1.12.0
14802024-11-25T18:47:43.350Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14812024-11-25T18:47:43.642Z Compiling predicates v3.1.2
14822024-11-25T18:47:44.245Z Compiling similar v2.6.0
14832024-11-25T18:47:44.920Z Compiling tokio-postgres v0.7.12
14842024-11-25T18:47:45.119Z Compiling string_cache v0.8.7
14852024-11-25T18:47:45.434Z Compiling indicatif v0.17.9
14862024-11-25T18:47:45.616Z Compiling petgraph v0.6.5
14872024-11-25T18:47:45.975Z Compiling clap v4.5.21
14882024-11-25T18:47:46.107Z Compiling bit-set v0.5.3
14892024-11-25T18:47:46.409Z Compiling ecdsa v0.16.9
14902024-11-25T18:47:46.770Z Compiling rsa v0.9.6
14912024-11-25T18:47:47.318Z Compiling ed25519-dalek v2.1.1
14922024-11-25T18:47:47.788Z Compiling toml v0.7.8
14932024-11-25T18:47:48.624Z Compiling zip v0.6.6
14942024-11-25T18:47:49.542Z Compiling crossterm v0.28.1
14952024-11-25T18:47:50.105Z Compiling hex v0.4.3
14962024-11-25T18:47:50.277Z Compiling x509-cert v0.2.5
14972024-11-25T18:47:50.578Z Compiling itertools v0.10.5
14982024-11-25T18:47:50.742Z Compiling unicode-xid v0.2.6
14992024-11-25T18:47:50.855Z Compiling peg-runtime v0.8.3
15002024-11-25T18:47:50.917Z Compiling lalrpop-util v0.19.12
15012024-11-25T18:47:50.939Z Compiling strum_macros v0.26.4
15022024-11-25T18:47:51.289Z Compiling xattr v1.3.1
15032024-11-25T18:47:51.551Z Compiling filetime v0.2.25
15042024-11-25T18:47:51.888Z Compiling tar v0.4.42
15052024-11-25T18:47:56.068Z Compiling strum v0.26.3
15062024-11-25T18:47:59.291Z Compiling aws-lc-sys v0.22.0
15072024-11-25T18:48:34.978Z Compiling rustls-webpki v0.102.8
15082024-11-25T18:48:38.470Z Compiling tokio-rustls v0.25.0
15092024-11-25T18:48:40.147Z Compiling tokio-rustls v0.26.0
15102024-11-25T18:48:40.517Z Compiling hyper-rustls v0.27.3
15112024-11-25T18:48:40.885Z Compiling reqwest v0.12.9
15122024-11-25T18:48:41.967Z Compiling qorb v0.2.0
15132024-11-25T18:48:46.969Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15142024-11-25T18:48:47.205Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15152024-11-25T18:48:53.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15162024-11-25T18:48:53.376Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15172024-11-25T18:48:53.431ZNov 25 18:48:51.952 INFO Starting download, target: Console
15182024-11-25T18:48:53.431ZNov 25 18:48:51.953 INFO Starting download, target: Cockroach
15192024-11-25T18:48:53.432ZNov 25 18:48:51.953 INFO Starting download, target: DendriteOpenapi
15202024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Starting download, target: Clickhouse
15212024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Starting download, target: DendriteStub
15222024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Starting download, target: MaghemiteMgd
15232024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Starting download, target: TransceiverControl
15242024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15252024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15262024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15272024-11-25T18:48:53.434ZNov 25 18:48:51.953 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15282024-11-25T18:48:53.434ZNov 25 18:48:51.954 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15292024-11-25T18:48:53.434ZNov 25 18:48:51.954 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15302024-11-25T18:48:53.434ZNov 25 18:48:51.954 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15312024-11-25T18:48:53.656ZNov 25 18:48:52.177 INFO Download complete, target: DendriteOpenapi
15322024-11-25T18:48:54.037ZNov 25 18:48:52.556 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15332024-11-25T18:48:54.218ZNov 25 18:48:52.735 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15342024-11-25T18:48:54.362ZNov 25 18:48:52.881 INFO Download complete, target: Console
15352024-11-25T18:48:54.463ZNov 25 18:48:52.982 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15362024-11-25T18:48:54.855ZNov 25 18:48:53.376 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15372024-11-25T18:48:54.872ZNov 25 18:48:53.393 INFO Download complete, target: TransceiverControl
15382024-11-25T18:48:54.990ZNov 25 18:48:53.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15392024-11-25T18:48:54.990ZNov 25 18:48:53.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15402024-11-25T18:48:55.821ZNov 25 18:48:54.342 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15412024-11-25T18:48:57.409ZNov 25 18:48:55.929 INFO Download complete, target: MaghemiteMgd
15422024-11-25T18:48:57.644ZNov 25 18:48:56.164 INFO Download complete, target: DendriteStub
15432024-11-25T18:49:02.264ZNov 25 18:49:00.784 INFO Checking that binary works, target: Cockroach
15442024-11-25T18:49:02.428ZNov 25 18:49:00.948 INFO Download complete, target: Cockroach
15452024-11-25T18:49:07.756ZNov 25 18:49:06.275 INFO Checking that binary works, target: Clickhouse
15462024-11-25T18:49:08.565ZNov 25 18:49:07.084 INFO Download complete, target: Clickhouse
15472024-11-25T18:49:08.575ZAll prerequisites installed successfully
15482024-11-25T18:49:08.580Z
15492024-11-25T18:49:08.580Zreal 5:21.499609158
15502024-11-25T18:49:08.580Zuser 16:40.708858216
15512024-11-25T18:49:08.580Zsys 3:16.460065571
15522024-11-25T18:49:08.580Ztrap 0.547144057
15532024-11-25T18:49:08.580Ztflt 8.895975727
15542024-11-25T18:49:08.580Zdflt 8.589516940
15552024-11-25T18:49:08.580Zkflt 0.405899434
15562024-11-25T18:49:08.580Zlock 30:04.074966525
15572024-11-25T18:49:08.580Zslp 1:04:44.743554870
15582024-11-25T18:49:08.580Zlat 52.210459897
15592024-11-25T18:49:08.580Zstop 2:20.646253479
15602024-11-25T18:49:08.580Z+ ptime -m cargo xtask download softnpu
15612024-11-25T18:49:09.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15622024-11-25T18:49:09.171Z Running `target/debug/xtask download softnpu`
15632024-11-25T18:49:10.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
15642024-11-25T18:49:10.110Z Running `target/debug/xtask-downloader softnpu`
15652024-11-25T18:49:10.149ZNov 25 18:49:08.668 INFO Starting download, target: Softnpu
15662024-11-25T18:49:10.152ZNov 25 18:49:08.668 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15672024-11-25T18:49:10.931ZNov 25 18:49:09.449 INFO Download complete, target: Softnpu
15682024-11-25T18:49:10.934Z
15692024-11-25T18:49:10.941Zreal 2.352006675
15702024-11-25T18:49:10.941Zuser 1.340318063
15712024-11-25T18:49:10.941Zsys 0.566634577
15722024-11-25T18:49:10.941Ztrap 0.000706222
15732024-11-25T18:49:10.941Ztflt 0.000005918
15742024-11-25T18:49:10.941Zdflt 0.000001150
15752024-11-25T18:49:10.941Zkflt 0.000000000
15762024-11-25T18:49:10.941Zlock 8.049792811
15772024-11-25T18:49:10.941Zslp 0.599520923
15782024-11-25T18:49:10.941Zlat 0.062221247
15792024-11-25T18:49:10.941Zstop 0.000379138
15802024-11-25T18:49:10.941Z+ export CARGO_INCREMENTAL=0
15812024-11-25T18:49:10.941Z+ CARGO_INCREMENTAL=0
15822024-11-25T18:49:10.941Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15832024-11-25T18:49:11.921Z Compiling proc-macro2 v1.0.89
15842024-11-25T18:49:11.921Z Compiling unicode-ident v1.0.13
15852024-11-25T18:49:11.921Z Compiling libc v0.2.162
15862024-11-25T18:49:11.924Z Compiling serde v1.0.215
15872024-11-25T18:49:11.924Z Compiling autocfg v1.4.0
15882024-11-25T18:49:11.924Z Compiling version_check v0.9.5
15892024-11-25T18:49:11.924Z Compiling cfg-if v1.0.0
15902024-11-25T18:49:12.168Z Compiling memchr v2.7.4
15912024-11-25T18:49:12.204Z Compiling shlex v1.3.0
15922024-11-25T18:49:12.230Z Compiling typenum v1.17.0
15932024-11-25T18:49:12.631Z Compiling value-bag v1.9.0
15942024-11-25T18:49:12.660Z Compiling scopeguard v1.2.0
15952024-11-25T18:49:12.816Z Compiling generic-array v0.14.7
15962024-11-25T18:49:12.942Z Compiling lock_api v0.4.12
15972024-11-25T18:49:13.086Z Compiling log v0.4.22
15982024-11-25T18:49:13.175Z Compiling parking_lot_core v0.9.10
15992024-11-25T18:49:13.541Z Compiling once_cell v1.20.2
16002024-11-25T18:49:13.580Z Compiling serde_json v1.0.132
16012024-11-25T18:49:13.881Z Compiling quote v1.0.37
16022024-11-25T18:49:13.900Z Compiling rustix v0.38.37
16032024-11-25T18:49:13.965Z Compiling thiserror v1.0.69
16042024-11-25T18:49:13.983Z Compiling libm v0.2.8
16052024-11-25T18:49:14.299Z Compiling syn v2.0.87
16062024-11-25T18:49:14.318Z Compiling jobserver v0.1.32
16072024-11-25T18:49:14.440Z Compiling getrandom v0.2.15
16082024-11-25T18:49:14.524Z Compiling aho-corasick v1.1.3
16092024-11-25T18:49:14.543Z Compiling regex-syntax v0.8.5
16102024-11-25T18:49:14.702Z Compiling cc v1.1.30
16112024-11-25T18:49:14.736Z Compiling num-traits v0.2.19
16122024-11-25T18:49:14.792Z Compiling either v1.13.0
16132024-11-25T18:49:15.022Z Compiling itoa v1.0.11
16142024-11-25T18:49:15.061Z Compiling spin v0.9.8
16152024-11-25T18:49:15.235Z Compiling slab v0.4.9
16162024-11-25T18:49:15.545Z Compiling byteorder v1.5.0
16172024-11-25T18:49:15.861Z Compiling errno v0.3.9
16182024-11-25T18:49:16.028Z Compiling rand_core v0.6.4
16192024-11-25T18:49:16.061Z Compiling lazy_static v1.5.0
16202024-11-25T18:49:16.185Z Compiling glob v0.3.1
16212024-11-25T18:49:16.828Z Compiling prettyplease v0.2.25
16222024-11-25T18:49:17.006Z Compiling clang-sys v1.8.1
16232024-11-25T18:49:17.360Z Compiling minimal-lexical v0.2.1
16242024-11-25T18:49:17.499Z Compiling libloading v0.8.5
16252024-11-25T18:49:17.700Z Compiling subtle v2.6.1
16262024-11-25T18:49:17.833Z Compiling nom v7.1.3
16272024-11-25T18:49:17.877Z Compiling home v0.5.9
16282024-11-25T18:49:18.019Z Compiling bindgen v0.69.5
16292024-11-25T18:49:18.104Z Compiling regex-automata v0.4.8
16302024-11-25T18:49:18.172Z Compiling allocator-api2 v0.2.18
16312024-11-25T18:49:18.759Z Compiling itertools v0.12.1
16322024-11-25T18:49:18.948Z Compiling semver v1.0.23
16332024-11-25T18:49:19.010Z Compiling smallvec v1.13.2
16342024-11-25T18:49:19.437Z Compiling rustc-hash v1.1.0
16352024-11-25T18:49:19.506Z Compiling lazycell v1.3.0
16362024-11-25T18:49:19.610Z Compiling cmake v0.1.51
16372024-11-25T18:49:19.881Z Compiling fs_extra v1.3.0
16382024-11-25T18:49:20.454Z Compiling dunce v1.0.5
16392024-11-25T18:49:20.900Z Compiling pkg-config v0.3.31
16402024-11-25T18:49:21.066Z Compiling ring v0.17.8
16412024-11-25T18:49:21.521Z Compiling cexpr v0.6.0
16422024-11-25T18:49:22.033Z Compiling synstructure v0.13.1
16432024-11-25T18:49:22.084Z Compiling ryu v1.0.18
16442024-11-25T18:49:22.119Z Compiling pin-project-lite v0.2.14
16452024-11-25T18:49:22.374Z Compiling paste v1.0.15
16462024-11-25T18:49:22.675Z Compiling const-oid v0.9.6
16472024-11-25T18:49:22.831Z Compiling fnv v1.0.7
16482024-11-25T18:49:23.105Z Compiling foldhash v0.1.3
16492024-11-25T18:49:23.124Z Compiling equivalent v1.0.1
16502024-11-25T18:49:23.241Z Compiling httparse v1.9.5
16512024-11-25T18:49:23.399Z Compiling aws-lc-rs v1.10.0
16522024-11-25T18:49:23.418Z Compiling hashbrown v0.15.0
16532024-11-25T18:49:23.865Z Compiling regex v1.11.1
16542024-11-25T18:49:24.764Z Compiling heck v0.5.0
16552024-11-25T18:49:24.852Z Compiling schemars v0.8.21
16562024-11-25T18:49:24.955Z Compiling serde_derive_internals v0.29.1
16572024-11-25T18:49:25.166Z Compiling signal-hook-registry v1.4.2
16582024-11-25T18:49:25.185Z Compiling mio v1.0.2
16592024-11-25T18:49:25.397Z Compiling parking_lot v0.12.3
16602024-11-25T18:49:27.104Z Compiling crossbeam-utils v0.8.20
16612024-11-25T18:49:27.255Z Compiling stable_deref_trait v1.2.0
16622024-11-25T18:49:27.375Z Compiling socket2 v0.5.7
16632024-11-25T18:49:27.463Z Compiling futures-core v0.3.31
16642024-11-25T18:49:27.613Z Compiling serde_derive v1.0.215
16652024-11-25T18:49:27.633Z Compiling zeroize_derive v1.4.2
16662024-11-25T18:49:27.718Z Compiling zerocopy-derive v0.7.35
16672024-11-25T18:49:27.957Z Compiling thiserror-impl v1.0.69
16682024-11-25T18:49:29.021Z Compiling tokio-macros v2.4.0
16692024-11-25T18:49:29.059Z Compiling zerofrom-derive v0.1.4
16702024-11-25T18:49:29.099Z Compiling zeroize v1.8.1
16712024-11-25T18:49:29.446Z Compiling yoke-derive v0.7.4
16722024-11-25T18:49:29.601Z Compiling futures-macro v0.3.31
16732024-11-25T18:49:29.753Z Compiling zerovec-derive v0.10.3
16742024-11-25T18:49:30.484Z Compiling zerocopy v0.7.35
16752024-11-25T18:49:30.867Z Compiling displaydoc v0.2.5
16762024-11-25T18:49:31.415Z Compiling crypto-common v0.1.6
16772024-11-25T18:49:31.745Z Compiling tracing-attributes v0.1.27
16782024-11-25T18:49:32.014Z Compiling icu_provider_macros v1.5.0
16792024-11-25T18:49:32.169Z Compiling block-buffer v0.10.4
16802024-11-25T18:49:32.251Z Compiling schemars_derive v0.8.21
16812024-11-25T18:49:32.397Z Compiling digest v0.10.7
16822024-11-25T18:49:32.723Z Compiling der_derive v0.7.3
16832024-11-25T18:49:32.820Z Compiling time-core v0.1.2
16842024-11-25T18:49:33.015Z Compiling num-conv v0.1.0
16852024-11-25T18:49:33.292Z Compiling time-macros v0.2.18
16862024-11-25T18:49:33.749Z Compiling vcpkg v0.2.15
16872024-11-25T18:49:35.381Z Compiling openssl-sys v0.9.103
16882024-11-25T18:49:36.250Z Compiling cpufeatures v0.2.14
16892024-11-25T18:49:36.310Z Compiling futures-sink v0.3.31
16902024-11-25T18:49:36.356Z Compiling slog v2.7.0
16912024-11-25T18:49:36.465Z Compiling ahash v0.8.11
16922024-11-25T18:49:36.529Z Compiling syn v1.0.109
16932024-11-25T18:49:37.090Z Compiling zerofrom v0.1.4
16942024-11-25T18:49:37.248Z Compiling scroll_derive v0.12.0
16952024-11-25T18:49:37.323Z Compiling ucd-trie v0.1.7
16962024-11-25T18:49:37.525Z Compiling iana-time-zone v0.1.61
16972024-11-25T18:49:37.806Z Compiling pest v2.7.14
16982024-11-25T18:49:38.102Z Compiling yoke v0.7.4
16992024-11-25T18:49:38.200Z Compiling futures-channel v0.3.31
17002024-11-25T18:49:38.642Z Compiling hmac v0.12.1
17012024-11-25T18:49:38.881Z Compiling openssl v0.10.66
17022024-11-25T18:49:38.910Z Compiling futures-io v0.3.31
17032024-11-25T18:49:38.949Z Compiling pin-utils v0.1.0
17042024-11-25T18:49:39.049Z Compiling futures-task v0.3.31
17052024-11-25T18:49:39.455Z Compiling futures-util v0.3.31
17062024-11-25T18:49:39.523Z Compiling zerovec v0.10.4
17072024-11-25T18:49:39.775Z Compiling block-padding v0.3.3
17082024-11-25T18:49:40.147Z Compiling tinyvec_macros v0.1.1
17092024-11-25T18:49:40.589Z Compiling pest_meta v2.7.14
17102024-11-25T18:49:40.799Z Compiling tinyvec v1.8.0
17112024-11-25T18:49:41.379Z Compiling bitflags v2.6.0
17122024-11-25T18:49:41.641Z Compiling bytes v1.8.0
17132024-11-25T18:49:43.602Z Compiling indexmap v2.6.0
17142024-11-25T18:49:44.740Z Compiling tokio v1.40.0
17152024-11-25T18:49:45.382Z Compiling serde_tokenstream v0.2.2
17162024-11-25T18:49:45.786Z Compiling which v4.4.2
17172024-11-25T18:49:45.947Z Compiling http v1.1.0
17182024-11-25T18:49:46.460Z Compiling uuid v1.11.0
17192024-11-25T18:49:46.836Z Compiling rustc_version v0.4.1
17202024-11-25T18:49:47.500Z Compiling chrono v0.4.38
17212024-11-25T18:49:49.756Z Compiling pest_generator v2.7.14
17222024-11-25T18:49:50.888Z Compiling serde_spanned v0.6.8
17232024-11-25T18:49:51.128Z Compiling toml_datetime v0.6.8
17242024-11-25T18:49:51.555Z Compiling inout v0.1.3
17252024-11-25T18:49:51.829Z Compiling openssl-macros v0.1.1
17262024-11-25T18:49:52.561Z Compiling rustls v0.23.14
17272024-11-25T18:49:52.888Z Compiling strsim v0.11.1
17282024-11-25T18:49:53.742Z Compiling native-tls v0.2.12
17292024-11-25T18:49:53.962Z Compiling cipher v0.4.4
17302024-11-25T18:49:54.067Z Compiling pest_derive v2.7.14
17312024-11-25T18:49:54.437Z Compiling unicode-normalization v0.1.24
17322024-11-25T18:49:54.681Z Compiling tinystr v0.7.6
17332024-11-25T18:49:54.824Z Compiling sha2 v0.10.8
17342024-11-25T18:49:55.173Z Compiling tracing-core v0.1.32
17352024-11-25T18:49:55.548Z Compiling usdt-impl v0.5.0
17362024-11-25T18:49:55.577Z Compiling unicode-bidi v0.3.17
17372024-11-25T18:49:55.654Z Compiling litemap v0.7.3
17382024-11-25T18:49:55.901Z Compiling base64ct v1.6.0
17392024-11-25T18:49:56.003Z Compiling writeable v0.5.5
17402024-11-25T18:49:56.055Z Compiling dyn-clone v1.0.17
17412024-11-25T18:49:56.481Z Compiling pem-rfc7468 v0.7.0
17422024-11-25T18:49:56.513Z Compiling icu_locid v1.5.0
17432024-11-25T18:49:56.834Z Compiling tracing v0.1.40
17442024-11-25T18:49:57.676Z Compiling scroll v0.12.0
17452024-11-25T18:49:58.059Z Compiling ppv-lite86 v0.2.20
17462024-11-25T18:49:58.277Z Compiling async-trait v0.1.83
17472024-11-25T18:49:58.731Z Compiling cookie v0.18.1
17482024-11-25T18:50:00.104Z Compiling flagset v0.4.6
17492024-11-25T18:50:00.241Z Compiling aws-lc-sys v0.22.0
17502024-11-25T18:50:00.324Z Compiling camino v1.1.9
17512024-11-25T18:50:00.872Z Compiling plain v0.2.3
17522024-11-25T18:50:01.043Z Compiling anyhow v1.0.93
17532024-11-25T18:50:01.595Z Compiling goblin v0.8.2
17542024-11-25T18:50:04.959Z Compiling der v0.7.9
17552024-11-25T18:50:06.520Z Compiling rand_chacha v0.3.1
17562024-11-25T18:50:08.006Z Compiling icu_provider v1.5.0
17572024-11-25T18:50:08.404Z Compiling icu_locid_transform_data v1.5.0
17582024-11-25T18:50:08.510Z Compiling pretty-hex v0.4.1
17592024-11-25T18:50:08.751Z Compiling rayon-core v1.12.1
17602024-11-25T18:50:08.953Z Compiling rustls v0.22.4
17612024-11-25T18:50:09.023Z Compiling rustls-pki-types v1.9.0
17622024-11-25T18:50:09.202Z Compiling percent-encoding v2.3.1
17632024-11-25T18:50:09.539Z Compiling untrusted v0.7.1
17642024-11-25T18:50:10.193Z Compiling dof v0.3.0
17652024-11-25T18:50:10.476Z Compiling icu_locid_transform v1.5.0
17662024-11-25T18:50:11.203Z Compiling spki v0.7.3
17672024-11-25T18:50:11.265Z Compiling rand v0.8.5
17682024-11-25T18:50:11.800Z Compiling dtrace-parser v0.2.0
17692024-11-25T18:50:11.836Z Compiling salsa20 v0.10.2
17702024-11-25T18:50:11.912Z Compiling tokio-util v0.7.12
17712024-11-25T18:50:12.869Z Compiling icu_collections v1.5.0
17722024-11-25T18:50:12.925Z Compiling pbkdf2 v0.12.2
17732024-11-25T18:50:13.561Z Compiling thread-id v4.2.2
17742024-11-25T18:50:13.598Z Compiling untrusted v0.9.0
17752024-11-25T18:50:13.704Z Compiling powerfmt v0.2.0
17762024-11-25T18:50:13.845Z Compiling mirai-annotations v1.12.0
17772024-11-25T18:50:14.053Z Compiling icu_properties_data v1.5.0
17782024-11-25T18:50:14.090Z Compiling winnow v0.5.40
17792024-11-25T18:50:14.196Z Compiling deranged v0.3.11
17802024-11-25T18:50:14.303Z Compiling icu_properties v1.5.1
17812024-11-25T18:50:18.076Z Compiling toml_edit v0.19.15
17822024-11-25T18:50:18.634Z Compiling scrypt v0.11.0
17832024-11-25T18:50:18.825Z Compiling aes v0.8.4
17842024-11-25T18:50:19.054Z Compiling cbc v0.1.2
17852024-11-25T18:50:19.303Z Compiling multer v3.1.0
17862024-11-25T18:50:19.608Z Compiling num_threads v0.1.7
17872024-11-25T18:50:19.747Z Compiling rustversion v1.0.17
17882024-11-25T18:50:20.098Z Compiling atomic-waker v1.1.2
17892024-11-25T18:50:20.273Z Compiling utf8_iter v1.0.4
17902024-11-25T18:50:20.352Z Compiling utf16_iter v1.0.5
17912024-11-25T18:50:20.591Z Compiling slog-async v2.8.0
17922024-11-25T18:50:20.736Z Compiling icu_normalizer_data v1.5.0
17932024-11-25T18:50:21.320Z Compiling write16 v1.0.0
17942024-11-25T18:50:21.454Z Compiling icu_normalizer v1.5.0
17952024-11-25T18:50:21.457Z Compiling time v0.3.36
17962024-11-25T18:50:21.944Z Compiling pkcs5 v0.7.1
17972024-11-25T18:50:24.152Z Compiling form_urlencoded v1.2.1
17982024-11-25T18:50:24.984Z Compiling http-body v1.0.1
17992024-11-25T18:50:25.243Z Compiling heapless v0.7.17
18002024-11-25T18:50:25.715Z Compiling bzip2-sys v0.1.11+1.0.8
18012024-11-25T18:50:26.118Z Compiling signal-hook v0.3.17
18022024-11-25T18:50:26.618Z Compiling try-lock v0.2.5
18032024-11-25T18:50:27.259Z Compiling want v0.3.1
18042024-11-25T18:50:28.650Z Compiling pkcs8 v0.10.2
18052024-11-25T18:50:29.171Z Compiling idna_adapter v1.2.0
18062024-11-25T18:50:29.402Z Compiling h2 v0.4.6
18072024-11-25T18:50:30.612Z Compiling usdt-attr-macro v0.5.0
18082024-11-25T18:50:32.140Z Compiling usdt-macro v0.5.0
18092024-11-25T18:50:32.536Z Compiling async-stream-impl v0.3.6
18102024-11-25T18:50:33.045Z Compiling adler2 v2.0.0
18112024-11-25T18:50:33.323Z Compiling httpdate v1.0.3
18122024-11-25T18:50:33.807Z Compiling miniz_oxide v0.8.0
18132024-11-25T18:50:34.220Z Compiling idna v1.0.3
18142024-11-25T18:50:35.931Z Compiling curve25519-dalek v4.1.3
18152024-11-25T18:50:36.331Z Compiling openapiv3 v2.0.0
18162024-11-25T18:50:37.012Z Compiling hyper v1.5.0
18172024-11-25T18:50:39.475Z Compiling enum-as-inner v0.6.1
18182024-11-25T18:50:40.689Z Compiling dropshot v0.12.0
18192024-11-25T18:50:40.851Z Compiling foreign-types-shared v0.1.1
18202024-11-25T18:50:40.903Z Compiling tower-service v0.3.3
18212024-11-25T18:50:40.965Z Compiling smoltcp v0.9.1
18222024-11-25T18:50:41.171Z Compiling base64 v0.22.1
18232024-11-25T18:50:41.190Z Compiling match_cfg v0.1.0
18242024-11-25T18:50:41.366Z Compiling portable-atomic v1.9.0
18252024-11-25T18:50:41.565Z Compiling num-bigint-dig v0.8.4
18262024-11-25T18:50:41.842Z Compiling hostname v0.3.1
18272024-11-25T18:50:41.861Z Compiling hyper-util v0.1.10
18282024-11-25T18:50:42.416Z Compiling foreign-types v0.3.2
18292024-11-25T18:50:47.988Z Compiling url v2.5.3
18302024-11-25T18:50:49.824Z Compiling dirs-sys-next v0.1.2
18312024-11-25T18:50:49.980Z Compiling ident_case v1.0.1
18322024-11-25T18:50:50.022Z Compiling heck v0.4.1
18332024-11-25T18:50:50.160Z Compiling siphasher v0.3.11
18342024-11-25T18:50:50.361Z Compiling data-encoding v2.6.0
18352024-11-25T18:50:50.461Z Compiling gimli v0.31.1
18362024-11-25T18:50:50.544Z Compiling darling_core v0.20.10
18372024-11-25T18:50:50.815Z Compiling dirs-next v2.0.0
18382024-11-25T18:50:53.603Z Compiling http-body-util v0.1.2
18392024-11-25T18:50:56.842Z Compiling addr2line v0.24.2
18402024-11-25T18:50:57.451Z Compiling crossbeam-epoch v0.9.18
18412024-11-25T18:50:57.554Z Compiling hubpack_derive v0.1.1
18422024-11-25T18:50:57.579Z Compiling dropshot_endpoint v0.12.0
18432024-11-25T18:50:57.836Z Compiling sha1 v0.10.6
18442024-11-25T18:50:58.139Z Compiling signature v2.2.0
18452024-11-25T18:50:58.236Z Compiling zerocopy-derive v0.6.6
18462024-11-25T18:50:58.372Z Compiling curve25519-dalek-derive v0.1.1
18472024-11-25T18:50:59.734Z Compiling object v0.36.5
18482024-11-25T18:50:59.800Z Compiling thread_local v1.1.8
18492024-11-25T18:51:00.179Z Compiling fs-err v2.11.0
18502024-11-25T18:51:00.290Z Compiling encoding_rs v0.8.34
18512024-11-25T18:51:01.742Z Compiling anstyle v1.0.10
18522024-11-25T18:51:02.212Z Compiling unicode-properties v0.1.3
18532024-11-25T18:51:03.705Z Compiling rustc-demangle v0.1.24
18542024-11-25T18:51:06.042Z Compiling ipnet v2.10.1
18552024-11-25T18:51:07.123Z Compiling utf8parse v0.2.2
18562024-11-25T18:51:09.212Z Compiling mime v0.3.17
18572024-11-25T18:51:10.858Z Compiling openssl-probe v0.1.5
18582024-11-25T18:51:11.182Z Compiling winnow v0.6.20
18592024-11-25T18:51:12.553Z Compiling backtrace v0.3.74
18602024-11-25T18:51:12.665Z Compiling anstyle-parse v0.2.5
18612024-11-25T18:51:13.008Z Compiling stringprep v0.1.5
18622024-11-25T18:51:15.143Z Compiling toml_edit v0.22.22
18632024-11-25T18:51:15.549Z Compiling rustls-webpki v0.102.8
18642024-11-25T18:51:19.839Z Compiling crossbeam-deque v0.8.5
18652024-11-25T18:51:20.908Z Compiling darling_macro v0.20.10
18662024-11-25T18:51:23.611Z Compiling term v0.7.0
18672024-11-25T18:51:24.933Z Compiling slog-json v2.6.1
18682024-11-25T18:51:25.353Z Compiling serde_urlencoded v0.7.1
18692024-11-25T18:51:26.511Z Compiling crossbeam-channel v0.5.13
18702024-11-25T18:51:26.560Z Compiling rustls-pemfile v2.2.0
18712024-11-25T18:51:26.940Z Compiling hashbrown v0.14.5
18722024-11-25T18:51:27.557Z Compiling idna v0.4.0
18732024-11-25T18:51:27.601Z Compiling idna v0.3.0
18742024-11-25T18:51:28.280Z Compiling futures-executor v0.3.31
18752024-11-25T18:51:29.037Z Compiling num-integer v0.1.46
18762024-11-25T18:51:29.094Z Compiling md-5 v0.10.6
18772024-11-25T18:51:29.342Z Compiling ff v0.13.0
18782024-11-25T18:51:29.588Z Compiling hash32 v0.2.1
18792024-11-25T18:51:29.741Z Compiling memmap v0.7.0
18802024-11-25T18:51:29.780Z Compiling is-terminal v0.4.13
18812024-11-25T18:51:29.981Z Compiling fallible-iterator v0.2.0
18822024-11-25T18:51:30.307Z Compiling colorchoice v1.0.2
18832024-11-25T18:51:30.573Z Compiling utf-8 v0.7.6
18842024-11-25T18:51:30.705Z Compiling base16ct v0.2.0
18852024-11-25T18:51:30.882Z Compiling is_terminal_polyfill v1.70.1
18862024-11-25T18:51:31.021Z Compiling linked-hash-map v0.5.6
18872024-11-25T18:51:31.372Z Compiling anstyle-query v1.1.1
18882024-11-25T18:51:31.397Z Compiling psl-types v2.0.11
18892024-11-25T18:51:31.533Z Compiling take_mut v0.2.2
18902024-11-25T18:51:31.612Z Compiling quick-error v1.2.3
18912024-11-25T18:51:31.764Z Compiling resolv-conf v0.7.0
18922024-11-25T18:51:32.462Z Compiling publicsuffix v2.2.3
18932024-11-25T18:51:32.723Z Compiling anstream v0.6.15
18942024-11-25T18:51:32.765Z Compiling lru-cache v0.1.2
18952024-11-25T18:51:32.975Z Compiling sec1 v0.7.3
18962024-11-25T18:51:33.417Z Compiling tungstenite v0.24.0
18972024-11-25T18:51:33.577Z Compiling postgres-protocol v0.6.7
18982024-11-25T18:51:34.834Z Compiling usdt v0.5.0
18992024-11-25T18:51:35.320Z Compiling slog-term v2.9.1
19002024-11-25T18:51:35.581Z Compiling num-iter v0.1.45
19012024-11-25T18:51:35.790Z Compiling group v0.13.0
19022024-11-25T18:51:36.133Z Compiling futures v0.3.31
19032024-11-25T18:51:36.255Z Compiling hickory-proto v0.24.1
19042024-11-25T18:51:36.371Z Compiling regress v0.10.1
19052024-11-25T18:51:40.452Z Compiling slog-bunyan v2.5.0
19062024-11-25T18:51:40.709Z Compiling tokio-rustls v0.26.0
19072024-11-25T18:51:41.147Z Compiling tokio-rustls v0.25.0
19082024-11-25T18:51:41.166Z Compiling darling v0.20.10
19092024-11-25T18:51:41.185Z Compiling toml v0.8.19
19102024-11-25T18:51:41.285Z Compiling tokio-native-tls v0.3.1
19112024-11-25T18:51:41.532Z Compiling phf_shared v0.11.2
19122024-11-25T18:51:41.568Z Compiling strum_macros v0.25.3
19132024-11-25T18:51:42.140Z Compiling async-stream v0.3.6
19142024-11-25T18:51:42.419Z Compiling waitgroup v0.1.2
19152024-11-25T18:51:42.603Z Compiling webpki-roots v0.26.6
19162024-11-25T18:51:43.076Z Compiling idna v0.5.0
19172024-11-25T18:51:43.349Z Compiling terminal_size v0.4.0
19182024-11-25T18:51:43.569Z Compiling serde_path_to_error v0.1.16
19192024-11-25T18:51:44.397Z Compiling hkdf v0.12.4
19202024-11-25T18:51:44.763Z Compiling crypto-bigint v0.5.5
19212024-11-25T18:51:44.965Z Compiling derive-where v1.2.7
19222024-11-25T18:51:45.003Z Compiling serde_repr v0.1.19
19232024-11-25T18:51:45.005Z Compiling clap_derive v4.5.18
19242024-11-25T18:51:45.434Z Compiling hostname v0.4.0
19252024-11-25T18:51:45.656Z Compiling crc32fast v1.4.2
19262024-11-25T18:51:45.986Z Compiling debug-ignore v1.0.5
19272024-11-25T18:51:46.553Z Compiling bitflags v1.3.2
19282024-11-25T18:51:46.762Z Compiling clap_lex v0.7.2
19292024-11-25T18:51:47.226Z Compiling unicode-width v0.1.14
19302024-11-25T18:51:47.378Z Compiling managed v0.8.0
19312024-11-25T18:51:47.902Z Compiling elliptic-curve v0.13.8
19322024-11-25T18:51:48.216Z Compiling console v0.15.8
19332024-11-25T18:51:48.463Z Compiling clap_builder v4.5.21
19342024-11-25T18:51:50.272Z Compiling flate2 v1.0.34
19352024-11-25T18:51:51.248Z Compiling cookie_store v0.21.0
19362024-11-25T18:51:55.771Z Compiling hyper-rustls v0.27.3
19372024-11-25T18:51:56.351Z Compiling hickory-resolver v0.24.1
19382024-11-25T18:51:56.587Z Compiling phf v0.11.2
19392024-11-25T18:51:56.910Z Compiling hyper-tls v0.6.0
19402024-11-25T18:51:57.034Z Compiling signal-hook-mio v0.2.4
19412024-11-25T18:51:57.201Z Compiling bzip2 v0.4.4
19422024-11-25T18:51:57.289Z Compiling typify-impl v0.2.0
19432024-11-25T18:51:57.578Z Compiling rayon v1.10.0
19442024-11-25T18:51:58.368Z Compiling tokio-tungstenite v0.24.0
19452024-11-25T18:51:58.946Z Compiling postgres-types v0.2.8
19462024-11-25T18:51:59.120Z Compiling zerocopy v0.6.6
19472024-11-25T18:51:59.497Z Compiling hubpack v0.1.2
19482024-11-25T18:51:59.952Z Compiling ed25519 v2.2.3
19492024-11-25T18:52:00.049Z Compiling phf_shared v0.10.0
19502024-11-25T18:52:00.349Z Compiling pkcs1 v0.7.5
19512024-11-25T18:52:00.448Z Compiling tokio-stream v0.1.16
19522024-11-25T18:52:01.820Z Compiling serde-big-array v0.5.1
19532024-11-25T18:52:01.847Z Compiling rfc6979 v0.4.0
19542024-11-25T18:52:02.040Z Compiling float-cmp v0.9.0
19552024-11-25T18:52:02.043Z Compiling sync_wrapper v1.0.1
19562024-11-25T18:52:02.191Z Compiling bstr v1.10.0
19572024-11-25T18:52:02.628Z Compiling fixedbitset v0.4.2
19582024-11-25T18:52:03.067Z Compiling unicode-width v0.2.0
19592024-11-25T18:52:03.303Z Compiling static_assertions v1.1.0
19602024-11-25T18:52:03.411Z Compiling new_debug_unreachable v1.0.6
19612024-11-25T18:52:03.619Z Compiling whoami v1.5.2
19622024-11-25T18:52:03.759Z Compiling number_prefix v0.4.0
19632024-11-25T18:52:03.891Z Compiling predicates-core v1.0.8
19642024-11-25T18:52:04.005Z Compiling difflib v0.4.0
19652024-11-25T18:52:04.204Z Compiling precomputed-hash v0.1.1
19662024-11-25T18:52:04.336Z Compiling unicode-segmentation v1.12.0
19672024-11-25T18:52:04.816Z Compiling bit-vec v0.6.3
19682024-11-25T18:52:05.205Z Compiling normalize-line-endings v0.3.0
19692024-11-25T18:52:05.256Z Compiling bit-set v0.5.3
19702024-11-25T18:52:05.280Z Compiling similar v2.6.0
19712024-11-25T18:52:05.341Z Compiling predicates v3.1.2
19722024-11-25T18:52:05.538Z Compiling string_cache v0.8.7
19732024-11-25T18:52:05.557Z Compiling tokio-postgres v0.7.12
19742024-11-25T18:52:05.956Z Compiling indicatif v0.17.9
19752024-11-25T18:52:07.325Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19762024-11-25T18:52:07.911Z Compiling petgraph v0.6.5
19772024-11-25T18:52:09.517Z Compiling typify-macro v0.2.0
19782024-11-25T18:52:11.133Z Compiling reqwest v0.12.9
19792024-11-25T18:52:12.097Z Compiling ecdsa v0.16.9
19802024-11-25T18:52:13.026Z Compiling qorb v0.2.0
19812024-11-25T18:52:13.344Z Compiling rsa v0.9.6
19822024-11-25T18:52:13.417Z Compiling ed25519-dalek v2.1.1
19832024-11-25T18:52:13.995Z Compiling zip v0.6.6
19842024-11-25T18:52:14.174Z Compiling crossterm v0.28.1
19852024-11-25T18:52:14.372Z Compiling clap v4.5.21
19862024-11-25T18:52:15.274Z Compiling toml v0.7.8
19872024-11-25T18:52:16.150Z Compiling x509-cert v0.2.5
19882024-11-25T18:52:17.620Z Compiling hex v0.4.3
19892024-11-25T18:52:18.240Z Compiling itertools v0.10.5
19902024-11-25T18:52:18.887Z Compiling peg-runtime v0.8.3
19912024-11-25T18:52:19.413Z Compiling zerocopy v0.8.10
19922024-11-25T18:52:19.765Z Compiling lalrpop-util v0.19.12
19932024-11-25T18:52:20.108Z Compiling unicode-xid v0.2.6
19942024-11-25T18:52:21.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19952024-11-25T18:52:25.620Z Compiling proc-macro-crate v1.3.1
19962024-11-25T18:52:26.077Z Compiling ipnetwork v0.20.0
19972024-11-25T18:52:26.125Z Compiling macaddr v1.0.1
19982024-11-25T18:52:26.767Z Compiling zerocopy-derive v0.8.10
19992024-11-25T18:52:26.786Z Compiling itertools v0.13.0
20002024-11-25T18:52:29.760Z Compiling heapless v0.8.0
20012024-11-25T18:52:30.586Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20022024-11-25T18:52:34.743Z Compiling num_enum_derive v0.5.11
20032024-11-25T18:52:42.620Z Compiling hash32 v0.3.1
20042024-11-25T18:52:43.894Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20052024-11-25T18:52:44.457Z Compiling smoltcp v0.11.0
20062024-11-25T18:52:49.174Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20072024-11-25T18:52:50.167Z Compiling num_enum v0.5.11
20082024-11-25T18:52:50.384Z Compiling typify v0.2.0
20092024-11-25T18:52:51.461Z Compiling proc-macro-error-attr v1.0.4
20102024-11-25T18:52:51.834Z Compiling unsafe-libyaml v0.2.11
20112024-11-25T18:52:52.533Z Compiling cobs v0.2.3
20122024-11-25T18:52:52.987Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20132024-11-25T18:52:53.323Z Compiling serde_yaml v0.9.34+deprecated
20142024-11-25T18:52:53.689Z Compiling postcard v1.0.10
20152024-11-25T18:53:10.536Z Compiling progenitor-impl v0.8.0
20162024-11-25T18:53:11.109Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20172024-11-25T18:53:23.086Z Compiling strum_macros v0.26.4
20182024-11-25T18:53:23.832Z Compiling foreign-types-macros v0.2.3
20192024-11-25T18:53:23.851Z Compiling structmeta-derive v0.3.0
20202024-11-25T18:53:23.974Z Compiling proc-macro-error v1.0.4
20212024-11-25T18:53:24.185Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20222024-11-25T18:53:24.507Z Compiling newtype-uuid v1.1.3
20232024-11-25T18:53:24.535Z Compiling foreign-types-shared v0.3.1
20242024-11-25T18:53:25.069Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20252024-11-25T18:53:26.499Z Compiling structmeta v0.3.0
20262024-11-25T18:53:27.591Z Compiling strum v0.26.3
20272024-11-25T18:53:27.802Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20282024-11-25T18:53:31.634Z Compiling foreign-types v0.5.0
20292024-11-25T18:53:35.405Z Compiling progenitor-macro v0.8.0
20302024-11-25T18:53:39.638Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20312024-11-25T18:53:39.765Z Compiling progenitor-client v0.8.0
20322024-11-25T18:53:43.356Z Compiling tabwriter v1.4.0
20332024-11-25T18:53:44.593Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20342024-11-25T18:53:44.755Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20352024-11-25T18:53:45.421Z Compiling cstr-argument v0.1.2
20362024-11-25T18:53:45.597Z Compiling dropshot v0.13.0
20372024-11-25T18:53:45.694Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20382024-11-25T18:53:46.400Z Compiling pretty-hex v0.2.1
20392024-11-25T18:53:46.437Z Compiling crucible-workspace-hack v0.1.0
20402024-11-25T18:53:46.633Z Compiling fastrand v2.1.1
20412024-11-25T18:53:46.760Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20422024-11-25T18:53:47.146Z Compiling tempfile v3.13.0
20432024-11-25T18:53:47.290Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20442024-11-25T18:53:47.648Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20452024-11-25T18:53:48.419Z Compiling progenitor v0.8.0
20462024-11-25T18:53:48.522Z Compiling parse-display-derive v0.10.0
20472024-11-25T18:53:48.592Z Compiling colored v2.1.0
20482024-11-25T18:53:48.716Z Compiling serde_with_macros v3.11.0
20492024-11-25T18:53:48.813Z Compiling dropshot_endpoint v0.13.0
20502024-11-25T18:53:49.866Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20512024-11-25T18:53:50.617Z Compiling instant v0.1.13
20522024-11-25T18:53:50.799Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20532024-11-25T18:53:51.198Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20542024-11-25T18:53:51.355Z Compiling serde_with v3.11.0
20552024-11-25T18:53:51.706Z Compiling backoff v0.4.0
20562024-11-25T18:53:52.104Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20572024-11-25T18:53:52.478Z Compiling parse-display v0.10.0
20582024-11-25T18:53:54.296Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20592024-11-25T18:53:54.542Z Compiling zone_cfg_derive v0.3.0
20602024-11-25T18:53:55.487Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20612024-11-25T18:53:55.691Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20622024-11-25T18:53:55.904Z Compiling camino-tempfile v1.1.1
20632024-11-25T18:53:56.167Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20642024-11-25T18:53:56.419Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20652024-11-25T18:53:56.628Z Compiling regress v0.9.1
20662024-11-25T18:53:56.656Z Compiling num-derive v0.4.2
20672024-11-25T18:53:56.690Z Compiling sigpipe v0.1.3
20682024-11-25T18:53:56.837Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20692024-11-25T18:53:57.123Z Compiling libefi-sys v0.1.0
20702024-11-25T18:53:57.500Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20712024-11-25T18:53:59.018Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20722024-11-25T18:54:00.580Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20732024-11-25T18:54:00.870Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20742024-11-25T18:54:01.142Z Compiling zone v0.3.0
20752024-11-25T18:54:02.181Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20762024-11-25T18:54:04.571Z Compiling smf v0.2.3
20772024-11-25T18:54:04.773Z Compiling bitfield-struct v0.6.2
20782024-11-25T18:54:05.517Z Compiling ring v0.16.20
20792024-11-25T18:54:06.245Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20802024-11-25T18:54:06.477Z Compiling blake3 v1.5.4
20812024-11-25T18:54:06.781Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20822024-11-25T18:54:07.615Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20832024-11-25T18:54:07.655Z Compiling xattr v1.3.1
20842024-11-25T18:54:07.705Z Compiling memmap2 v0.9.5
20852024-11-25T18:54:07.979Z Compiling filetime v0.2.25
20862024-11-25T18:54:08.299Z Compiling same-file v1.0.6
20872024-11-25T18:54:08.354Z Compiling arrayvec v0.7.6
20882024-11-25T18:54:08.589Z Compiling constant_time_eq v0.3.1
20892024-11-25T18:54:08.799Z Compiling spin v0.5.2
20902024-11-25T18:54:08.802Z Compiling arrayref v0.3.9
20912024-11-25T18:54:08.874Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20922024-11-25T18:54:09.013Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20932024-11-25T18:54:09.078Z Compiling walkdir v2.5.0
20942024-11-25T18:54:10.553Z Compiling tar v0.4.42
20952024-11-25T18:54:11.607Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20962024-11-25T18:54:11.913Z Compiling gethostname v0.5.0
20972024-11-25T18:54:12.040Z Compiling cargo-platform v0.1.8
20982024-11-25T18:54:12.123Z Compiling topological-sort v0.2.2
20992024-11-25T18:54:12.404Z Compiling cargo_metadata v0.18.1
21002024-11-25T18:54:16.067Z Compiling omicron-zone-package v0.11.1
21012024-11-25T18:54:19.785Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21022024-11-25T18:54:20.630Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21032024-11-25T18:54:22.889Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21042024-11-25T18:54:42.489Z Finished `release` profile [optimized] target(s) in 5m 31s
21052024-11-25T18:54:42.597Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21062024-11-25T18:54:42.649ZLogging to: /work/oxidecomputer/omicron/out/LOG
21072024-11-25T18:54:42.653ZCreated new build target 'test' and set it as active
21082024-11-25T18:54:42.653Z
21092024-11-25T18:54:42.653Zreal 5:31.668259448
21102024-11-25T18:54:42.653Zuser 37:22.975859610
21112024-11-25T18:54:42.653Zsys 4:57.531912436
21122024-11-25T18:54:42.653Ztrap 1.127934591
21132024-11-25T18:54:42.653Ztflt 3.070091622
21142024-11-25T18:54:42.653Zdflt 0.747292323
21152024-11-25T18:54:42.653Zkflt 0.001351667
21162024-11-25T18:54:42.653Zlock 1:19:05.752848511
21172024-11-25T18:54:42.653Zslp 2:36:59.884925865
21182024-11-25T18:54:42.653Zlat 2:31.497447459
21192024-11-25T18:54:42.653Zstop 4:32.884077828
21202024-11-25T18:54:42.653Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21212024-11-25T18:54:43.676Z Finished `release` profile [optimized] target(s) in 0.97s
21222024-11-25T18:54:43.739Z Running `target/release/omicron-package -t test package`
21232024-11-25T18:54:43.786ZLogging to: /work/oxidecomputer/omicron/out/LOG
21242024-11-25T18:54:45.008Z Compiling convert_case v0.4.0
21252024-11-25T18:54:45.011Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21262024-11-25T18:54:45.011Z Compiling itertools v0.13.0
21272024-11-25T18:54:45.011Z Compiling newline-converter v0.3.0
21282024-11-25T18:54:45.011Z Compiling password-hash v0.5.0
21292024-11-25T18:54:45.011Z Compiling progenitor-client v0.8.0
21302024-11-25T18:54:45.147Z Compiling blake2 v0.10.6
21312024-11-25T18:54:45.186Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21322024-11-25T18:54:45.379Z Compiling expectorate v1.1.0
21332024-11-25T18:54:45.402Z Compiling owo-colors v4.1.0
21342024-11-25T18:54:45.587Z Compiling cancel-safe-futures v0.1.5
21352024-11-25T18:54:45.692Z Compiling argon2 v0.5.3
21362024-11-25T18:54:45.715Z Compiling progenitor v0.8.0
21372024-11-25T18:54:45.844Z Compiling derive_more v0.99.18
21382024-11-25T18:54:45.981Z Compiling num-rational v0.4.2
21392024-11-25T18:54:46.000Z Compiling num-complex v0.4.6
21402024-11-25T18:54:46.340Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21412024-11-25T18:54:47.259Z Compiling num v0.4.3
21422024-11-25T18:54:47.279Z Compiling atomicwrites v0.4.4
21432024-11-25T18:54:47.375Z Compiling libsw v3.3.1
21442024-11-25T18:54:47.587Z Compiling indent_write v2.2.0
21452024-11-25T18:54:47.755Z Compiling linear-map v1.2.0
21462024-11-25T18:54:47.804Z Compiling float-ord v0.3.2
21472024-11-25T18:54:47.831Z Compiling swrite v0.1.0
21482024-11-25T18:54:47.974Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21492024-11-25T18:54:47.993Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21502024-11-25T18:54:48.102Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21512024-11-25T18:54:48.197Z Compiling base64 v0.21.7
21522024-11-25T18:54:48.450Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21532024-11-25T18:54:48.856Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21542024-11-25T18:54:49.384Z Compiling highway v1.2.0
21552024-11-25T18:54:49.554Z Compiling semver v0.1.20
21562024-11-25T18:54:50.166Z Compiling rustc_version v0.1.7
21572024-11-25T18:54:50.593Z Compiling newtype_derive v0.1.6
21582024-11-25T18:54:50.836Z Compiling newtype-uuid v1.1.3
21592024-11-25T18:54:50.976Z Compiling dropshot v0.13.0
21602024-11-25T18:54:51.055Z Compiling ipnetwork v0.20.0
21612024-11-25T18:54:51.192Z Compiling instant v0.1.13
21622024-11-25T18:54:51.358Z Compiling humantime v2.1.0
21632024-11-25T18:54:51.879Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21642024-11-25T18:54:52.203Z Compiling backoff v0.4.0
21652024-11-25T18:54:52.494Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21662024-11-25T18:54:52.558Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21672024-11-25T18:54:52.638Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21682024-11-25T18:54:55.962Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21692024-11-25T18:54:56.943Z Compiling parse-display v0.10.0
21702024-11-25T18:54:57.540Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21712024-11-25T18:54:57.591Z Compiling strum v0.26.3
21722024-11-25T18:54:57.729Z Compiling serde_with v3.11.0
21732024-11-25T18:54:57.785Z Compiling regress v0.9.1
21742024-11-25T18:55:01.784Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21752024-11-25T18:55:02.510Z Compiling macaddr v1.0.1
21762024-11-25T18:55:02.731Z Compiling steno v0.4.1
21772024-11-25T18:55:02.934Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21782024-11-25T18:55:03.548Z Compiling prettyplease v0.2.25
21792024-11-25T18:55:03.580Z Compiling slog-dtrace v0.3.0
21802024-11-25T18:55:03.974Z Compiling tungstenite v0.21.0
21812024-11-25T18:55:03.993Z Compiling display-error-chain v0.2.2
21822024-11-25T18:55:05.742Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21832024-11-25T18:55:06.648Z Compiling tokio-tungstenite v0.21.0
21842024-11-25T18:55:07.336Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21852024-11-25T18:55:07.960Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21862024-11-25T18:55:09.071Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21872024-11-25T18:55:09.190Z Compiling arc-swap v1.7.1
21882024-11-25T18:55:09.905Z Compiling slog-scope v4.4.0
21892024-11-25T18:55:10.736Z Compiling half v2.4.1
21902024-11-25T18:55:11.456Z Compiling ciborium-io v0.2.2
21912024-11-25T18:55:11.612Z Compiling ciborium-ll v0.2.2
21922024-11-25T18:55:12.165Z Compiling slog-stdlog v4.1.1
21932024-11-25T18:55:13.015Z Compiling slog-envlogger v2.2.0
21942024-11-25T18:55:13.081Z Compiling ciborium v0.2.2
21952024-11-25T18:55:15.404Z Compiling nibble_vec v0.1.0
21962024-11-25T18:55:15.655Z Compiling endian-type v0.1.2
21972024-11-25T18:55:15.772Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21982024-11-25T18:55:22.363Z Compiling radix_trie v0.2.1
21992024-11-25T18:55:22.391Z Compiling fastrand v2.1.1
22002024-11-25T18:55:22.904Z Compiling same-file v1.0.6
22012024-11-25T18:55:23.161Z Compiling walkdir v2.5.0
22022024-11-25T18:55:23.296Z Compiling tempfile v3.13.0
22032024-11-25T18:55:23.391Z Compiling ring v0.16.20
22042024-11-25T18:55:23.867Z Compiling blake3 v1.5.4
22052024-11-25T18:55:24.122Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22062024-11-25T18:55:24.530Z Compiling xattr v1.3.1
22072024-11-25T18:55:24.627Z Compiling filetime v0.2.25
22082024-11-25T18:55:24.824Z Compiling memmap2 v0.9.5
22092024-11-25T18:55:24.955Z Compiling spin v0.5.2
22102024-11-25T18:55:25.213Z Compiling arrayvec v0.7.6
22112024-11-25T18:55:25.254Z Compiling arrayref v0.3.9
22122024-11-25T18:55:25.372Z Compiling constant_time_eq v0.3.1
22132024-11-25T18:55:25.536Z Compiling keccak v0.1.5
22142024-11-25T18:55:25.594Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22152024-11-25T18:55:26.470Z Compiling sha3 v0.10.8
22162024-11-25T18:55:26.729Z Compiling tar v0.4.42
22172024-11-25T18:55:27.217Z Compiling camino-tempfile v1.1.1
22182024-11-25T18:55:27.300Z Compiling toolchain_find v0.4.0
22192024-11-25T18:55:27.345Z Compiling const_format_proc_macros v0.2.33
22202024-11-25T18:55:27.673Z Compiling radium v0.7.0
22212024-11-25T18:55:27.870Z Compiling topological-sort v0.2.2
22222024-11-25T18:55:28.097Z Compiling maplit v1.0.2
22232024-11-25T18:55:28.117Z Compiling crunchy v0.2.2
22242024-11-25T18:55:28.272Z Compiling omicron-zone-package v0.11.1
22252024-11-25T18:55:28.591Z Compiling rustfmt-wrapper v0.2.1
22262024-11-25T18:55:28.744Z Compiling pem v3.0.4
22272024-11-25T18:55:29.200Z Compiling tap v1.0.1
22282024-11-25T18:55:29.246Z Compiling const_format v0.2.33
22292024-11-25T18:55:29.390Z Compiling tiny-keccak v2.0.2
22302024-11-25T18:55:29.412Z Compiling maybe-uninit v2.0.0
22312024-11-25T18:55:29.732Z Compiling wyz v0.5.1
22322024-11-25T18:55:30.195Z Compiling dsl_auto_type v0.1.2
22332024-11-25T18:55:30.295Z Compiling phf_generator v0.11.2
22342024-11-25T18:55:30.492Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22352024-11-25T18:55:30.495Z Compiling scheduled-thread-pool v0.2.7
22362024-11-25T18:55:30.531Z Compiling secrecy v0.8.0
22372024-11-25T18:55:30.616Z Compiling async-recursion v1.1.1
22382024-11-25T18:55:30.790Z Compiling diesel_table_macro_syntax v0.2.0
22392024-11-25T18:55:31.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22402024-11-25T18:55:31.192Z Compiling funty v2.0.0
22412024-11-25T18:55:31.314Z Compiling packed_struct v0.10.1
22422024-11-25T18:55:31.595Z Compiling crc-catalog v2.4.0
22432024-11-25T18:55:31.735Z Compiling crc v3.2.1
22442024-11-25T18:55:31.757Z Compiling diesel_derives v2.2.3
22452024-11-25T18:55:31.835Z Compiling r2d2 v0.8.10
22462024-11-25T18:55:32.021Z Compiling phf_codegen v0.11.2
22472024-11-25T18:55:32.266Z Compiling bitvec v1.0.1
22482024-11-25T18:55:32.876Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22492024-11-25T18:55:33.586Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22502024-11-25T18:55:33.611Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22512024-11-25T18:55:33.765Z Compiling ascii-canvas v3.0.0
22522024-11-25T18:55:34.298Z Compiling universal-hash v0.5.1
22532024-11-25T18:55:34.546Z Compiling thiserror-impl-no-std v2.0.2
22542024-11-25T18:55:37.071Z Compiling packed_struct_codegen v0.10.1
22552024-11-25T18:55:37.291Z Compiling parse-zoneinfo v0.3.1
22562024-11-25T18:55:38.947Z Compiling lzma-sys v0.1.20
22572024-11-25T18:55:39.672Z Compiling ena v0.14.3
22582024-11-25T18:55:39.674Z Compiling indexmap v1.9.3
22592024-11-25T18:55:40.002Z Compiling diff v0.1.13
22602024-11-25T18:55:40.142Z Compiling nodrop v0.1.14
22612024-11-25T18:55:40.289Z Compiling regex-syntax v0.6.29
22622024-11-25T18:55:40.566Z Compiling cfg_aliases v0.1.1
22632024-11-25T18:55:40.693Z Compiling opaque-debug v0.3.1
22642024-11-25T18:55:40.806Z Compiling poly1305 v0.8.0
22652024-11-25T18:55:42.374Z Compiling nix v0.28.0
22662024-11-25T18:55:43.141Z Compiling array-init v0.0.4
22672024-11-25T18:55:43.662Z Compiling diesel v2.2.4
22682024-11-25T18:55:44.410Z Compiling lalrpop v0.19.12
22692024-11-25T18:55:50.366Z Compiling chrono-tz-build v0.4.0
22702024-11-25T18:55:50.753Z Compiling thiserror-no-std v2.0.2
22712024-11-25T18:55:50.897Z Compiling smallvec v0.6.14
22722024-11-25T18:55:51.542Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22732024-11-25T18:55:51.972Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22742024-11-25T18:55:52.256Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22752024-11-25T18:55:52.498Z Compiling chacha20 v0.9.1
22762024-11-25T18:55:52.636Z Compiling heck v0.3.3
22772024-11-25T18:55:52.988Z Compiling aead v0.5.2
22782024-11-25T18:55:53.026Z Compiling vte_generate_state_changes v0.1.2
22792024-11-25T18:55:53.364Z Compiling termcolor v1.4.1
22802024-11-25T18:55:53.744Z Compiling ref-cast v1.0.23
22812024-11-25T18:55:54.248Z Compiling bitfield v0.14.0
22822024-11-25T18:55:54.433Z Compiling hashbrown v0.12.3
22832024-11-25T18:55:54.578Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22842024-11-25T18:55:54.909Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22852024-11-25T18:55:57.155Z Compiling env_logger v0.10.2
22862024-11-25T18:56:00.395Z Compiling vte v0.11.1
22872024-11-25T18:56:01.913Z Compiling chacha20poly1305 v0.10.1
22882024-11-25T18:56:02.158Z Compiling zone_cfg_derive v0.1.2
22892024-11-25T18:56:03.640Z Compiling chrono-tz v0.10.0
22902024-11-25T18:56:04.296Z Compiling serde-hex v0.1.0
22912024-11-25T18:56:07.127Z Compiling vsss-rs v3.3.4
22922024-11-25T18:56:09.830Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22932024-11-25T18:56:10.262Z Compiling ron v0.8.1
22942024-11-25T18:56:10.856Z Compiling polar-core v0.27.3
22952024-11-25T18:56:11.470Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22962024-11-25T18:56:11.782Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22972024-11-25T18:56:12.086Z Compiling derive_builder_core v0.20.2
22982024-11-25T18:56:12.391Z Compiling hashbrown v0.13.2
22992024-11-25T18:56:13.851Z Compiling fd-lock v4.0.2
23002024-11-25T18:56:14.112Z Compiling headers-core v0.3.0
23012024-11-25T18:56:14.298Z Compiling fxhash v0.2.1
23022024-11-25T18:56:14.400Z Compiling libxml v0.3.3
23032024-11-25T18:56:14.548Z Compiling ref-cast-impl v1.0.23
23042024-11-25T18:56:14.765Z Compiling bytecount v0.6.8
23052024-11-25T18:56:15.096Z Compiling crc-any v2.5.0
23062024-11-25T18:56:15.655Z Compiling base64 v0.13.1
23072024-11-25T18:56:16.128Z Compiling ron v0.7.1
23082024-11-25T18:56:16.233Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23092024-11-25T18:56:16.409Z Compiling papergrid v0.11.0
23102024-11-25T18:56:21.581Z Compiling derive_builder_macro v0.20.2
23112024-11-25T18:56:21.708Z Compiling headers v0.4.0
23122024-11-25T18:56:22.442Z Compiling object v0.30.4
23132024-11-25T18:56:29.396Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23142024-11-25T18:56:29.891Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152024-11-25T18:56:31.453Z Compiling xz2 v0.1.7
23162024-11-25T18:56:32.072Z Compiling zone v0.1.8
23172024-11-25T18:56:32.507Z Compiling strip-ansi-escapes v0.2.0
23182024-11-25T18:56:35.426Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23192024-11-25T18:56:35.457Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23202024-11-25T18:56:36.339Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23212024-11-25T18:56:36.640Z Compiling tabled_derive v0.7.0
23222024-11-25T18:56:36.852Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23232024-11-25T18:56:37.263Z Compiling yasna v0.5.2
23242024-11-25T18:56:38.724Z Compiling peg-macros v0.8.4
23252024-11-25T18:56:38.884Z Compiling strum_macros v0.24.3
23262024-11-25T18:56:40.366Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272024-11-25T18:56:40.721Z Compiling kstat-rs v0.2.4
23282024-11-25T18:56:41.399Z Compiling samael v0.0.17
23292024-11-25T18:56:41.631Z Compiling sqlparser_derive v0.2.2
23302024-11-25T18:56:41.705Z Compiling unicase v2.7.0
23312024-11-25T18:56:42.020Z Compiling indoc v1.0.9
23322024-11-25T18:56:42.193Z Compiling path-slash v0.1.5
23332024-11-25T18:56:42.237Z Compiling home v0.5.9
23342024-11-25T18:56:42.445Z Compiling nu-ansi-term v0.50.1
23352024-11-25T18:56:42.535Z Compiling unicode_categories v0.1.1
23362024-11-25T18:56:42.661Z Compiling sqlparser v0.45.0
23372024-11-25T18:56:42.892Z Compiling reedline v0.35.0
23382024-11-25T18:56:43.028Z Compiling sqlformat v0.2.6
23392024-11-25T18:56:43.661Z Compiling rustyline v14.0.0
23402024-11-25T18:56:45.914Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23412024-11-25T18:56:46.907Z Compiling peg v0.8.4
23422024-11-25T18:56:47.063Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23432024-11-25T18:56:53.989Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23442024-11-25T18:56:54.475Z Compiling tabled v0.15.0
23452024-11-25T18:57:01.507Z Compiling rcgen v0.12.1
23462024-11-25T18:57:07.093Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23472024-11-25T18:57:11.833Z Compiling derive_builder v0.20.2
23482024-11-25T18:57:14.510Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23492024-11-25T18:57:14.865Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23502024-11-25T18:57:17.072Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23512024-11-25T18:57:17.379Z Compiling bcs v0.1.6
23522024-11-25T18:57:18.291Z Compiling impl-trait-for-tuples v0.2.2
23532024-11-25T18:57:20.276Z Compiling oso-derive v0.27.3
23542024-11-25T18:57:21.272Z Compiling libz-sys v1.1.20
23552024-11-25T18:57:21.918Z Compiling quick-xml v0.33.0
23562024-11-25T18:57:25.291Z Compiling subprocess v0.2.9
23572024-11-25T18:57:25.908Z Compiling diesel-dtrace v0.3.0
23582024-11-25T18:57:26.225Z Compiling parking_lot_core v0.8.6
23592024-11-25T18:57:26.787Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23602024-11-25T18:57:30.042Z Compiling oso v0.27.3
23612024-11-25T18:57:47.723Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23622024-11-25T18:57:49.328Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23632024-11-25T18:57:54.842Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23642024-11-25T18:57:58.246Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23652024-11-25T18:57:58.557Z Compiling bb8 v0.8.5
23662024-11-25T18:57:59.210Z Compiling buf-list v1.0.3
23672024-11-25T18:57:59.907Z Compiling async-bb8-diesel v0.2.1
23682024-11-25T18:58:01.766Z Compiling libgit2-sys v0.17.0+1.8.1
23692024-11-25T18:58:02.143Z Compiling pin-project-internal v1.1.6
23702024-11-25T18:58:02.552Z Compiling atty v0.2.14
23712024-11-25T18:58:02.725Z Compiling salty v0.3.0
23722024-11-25T18:58:04.963Z Compiling pin-project v1.1.6
23732024-11-25T18:58:05.473Z Compiling parking_lot v0.11.2
23742024-11-25T18:58:08.482Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23752024-11-25T18:58:09.777Z Compiling snafu-derive v0.8.5
23762024-11-25T18:58:10.225Z Compiling bumpalo v3.16.0
23772024-11-25T18:58:10.788Z Compiling zip v2.1.3
23782024-11-25T18:58:11.129Z Compiling simd-adler32 v0.3.7
23792024-11-25T18:58:12.343Z Compiling lockfree-object-pool v0.1.6
23802024-11-25T18:58:12.672Z Compiling zopfli v0.8.1
23812024-11-25T18:58:13.336Z Compiling sled v0.34.7
23822024-11-25T18:58:14.493Z Compiling snafu v0.8.5
23832024-11-25T18:58:15.745Z Compiling mime_guess v2.0.5
23842024-11-25T18:58:16.909Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23852024-11-25T18:58:17.054Z Compiling hickory-client v0.24.1
23862024-11-25T18:58:18.688Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23872024-11-25T18:58:18.891Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23882024-11-25T18:58:19.209Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23892024-11-25T18:58:22.205Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23902024-11-25T18:58:23.763Z Compiling globset v0.4.15
23912024-11-25T18:58:24.564Z Compiling hickory-server v0.24.1
23922024-11-25T18:58:27.658Z Compiling primeorder v0.13.6
23932024-11-25T18:58:28.284Z Compiling olpc-cjson v0.1.4
23942024-11-25T18:58:28.644Z Compiling vergen v8.3.2
23952024-11-25T18:58:28.963Z Compiling env_filter v0.1.2
23962024-11-25T18:58:31.087Z Compiling serde_plain v1.0.2
23972024-11-25T18:58:32.160Z Compiling cargo-platform v0.1.8
23982024-11-25T18:58:32.646Z Compiling nanorand v0.7.0
23992024-11-25T18:58:33.402Z Compiling memoffset v0.9.1
24002024-11-25T18:58:33.768Z Compiling typed-path v0.9.3
24012024-11-25T18:58:39.261Z Compiling tough v0.19.0
24022024-11-25T18:58:41.048Z Compiling flume v0.11.1
24032024-11-25T18:58:41.829Z Compiling cargo_metadata v0.18.1
24042024-11-25T18:58:45.187Z Compiling env_logger v0.11.5
24052024-11-25T18:58:46.577Z Compiling p384 v0.13.0
24062024-11-25T18:58:47.813Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24072024-11-25T18:58:52.535Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24082024-11-25T18:58:54.340Z Compiling git2 v0.19.0
24092024-11-25T18:58:59.695Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24102024-11-25T18:59:02.760Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24112024-11-25T18:59:04.518Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24122024-11-25T18:59:07.951Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24132024-11-25T18:59:09.213Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24142024-11-25T18:59:11.299Z Compiling rand_seeder v0.3.0
24152024-11-25T18:59:11.557Z Compiling libsqlite3-sys v0.30.1
24162024-11-25T18:59:11.735Z Compiling parse-size v1.1.0
24172024-11-25T18:59:11.777Z Compiling rustls v0.21.12
24182024-11-25T18:59:11.907Z Compiling cfg_aliases v0.2.1
24192024-11-25T18:59:12.035Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24202024-11-25T18:59:12.055Z Compiling nix v0.29.0
24212024-11-25T18:59:12.127Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24222024-11-25T18:59:12.148Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24232024-11-25T18:59:12.390Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24242024-11-25T18:59:14.205Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24252024-11-25T18:59:14.257Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24262024-11-25T18:59:14.401Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24272024-11-25T18:59:14.596Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24282024-11-25T18:59:14.708Z Compiling rustls-webpki v0.101.7
24292024-11-25T18:59:15.051Z Compiling sct v0.7.1
24302024-11-25T18:59:15.535Z Compiling castaway v0.2.3
24312024-11-25T18:59:15.753Z Compiling csv-core v0.1.11
24322024-11-25T18:59:16.652Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24332024-11-25T18:59:16.971Z Compiling glob v0.3.1
24342024-11-25T18:59:17.939Z Compiling http-range v0.1.5
24352024-11-25T18:59:18.230Z Compiling hyper-staticfile v0.10.1
24362024-11-25T18:59:18.537Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24372024-11-25T18:59:18.755Z Compiling csv v1.3.0
24382024-11-25T18:59:18.810Z Compiling compact_str v0.8.0
24392024-11-25T18:59:20.927Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24402024-11-25T18:59:21.323Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24412024-11-25T18:59:21.503Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24422024-11-25T18:59:22.589Z Compiling nix v0.27.1
24432024-11-25T18:59:25.821Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24442024-11-25T18:59:28.746Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24452024-11-25T18:59:31.427Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24462024-11-25T18:59:36.531Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24472024-11-25T18:59:36.975Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24482024-11-25T18:59:37.316Z Compiling unicode-truncate v1.1.0
24492024-11-25T18:59:37.619Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24502024-11-25T18:59:37.935Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24512024-11-25T18:59:38.239Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24522024-11-25T18:59:38.934Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24532024-11-25T18:59:41.830Z Compiling hashlink v0.9.1
24542024-11-25T18:59:42.699Z Compiling tungstenite v0.23.0
24552024-11-25T18:59:43.130Z Compiling lru v0.12.5
24562024-11-25T18:59:43.525Z Compiling instability v0.3.2
24572024-11-25T18:59:44.584Z Compiling fallible-streaming-iterator v0.1.9
24582024-11-25T18:59:44.899Z Compiling cassowary v0.3.0
24592024-11-25T18:59:45.289Z Compiling fallible-iterator v0.3.0
24602024-11-25T18:59:45.681Z Compiling ratatui v0.28.1
24612024-11-25T18:59:45.702Z Compiling tokio-tungstenite v0.23.1
24622024-11-25T18:59:46.191Z Compiling rusqlite v0.32.1
24632024-11-25T18:59:46.326Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24642024-11-25T18:59:51.576Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24652024-11-25T18:59:53.358Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24662024-11-25T18:59:54.539Z Compiling tokio-rustls v0.24.1
24672024-11-25T18:59:55.538Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24682024-11-25T18:59:57.641Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24692024-11-25T19:00:04.928Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24702024-11-25T19:00:07.084Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24712024-11-25T19:00:07.929Z Compiling rustls-pemfile v1.0.4
24722024-11-25T19:00:08.805Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24732024-11-25T19:00:09.126Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24742024-11-25T19:00:11.096Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24752024-11-25T19:00:11.277Z Compiling signal-hook-tokio v0.3.1
24762024-11-25T19:00:11.518Z Compiling twox-hash v1.6.3
24772024-11-25T19:00:12.574Z Compiling is_ci v1.2.0
24782024-11-25T19:00:12.897Z Compiling unicode-linebreak v0.1.5
24792024-11-25T19:00:13.578Z Compiling smawk v0.3.2
24802024-11-25T19:00:13.864Z Compiling textwrap v0.16.1
24812024-11-25T19:00:14.253Z Compiling supports-color v3.0.1
24822024-11-25T19:00:14.693Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24832024-11-25T19:00:14.772Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24842024-11-25T19:00:24.820Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24852024-11-25T19:00:26.126Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24862024-11-25T19:00:30.756Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24872024-11-25T19:00:35.447Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24882024-11-25T19:00:35.719Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24892024-11-25T19:00:36.372Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24902024-11-25T19:00:48.952Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24912024-11-25T19:00:49.254Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24922024-11-25T19:00:55.785Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24932024-11-25T19:00:56.168Z Compiling fatfs v0.3.6
24942024-11-25T19:00:57.514Z Compiling rtoolbox v0.0.2
24952024-11-25T19:00:57.968Z Compiling assert_matches v1.5.0
24962024-11-25T19:00:59.103Z Compiling rpassword v7.3.1
24972024-11-25T19:00:59.584Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24982024-11-25T19:01:05.039Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24992024-11-25T19:01:09.002Z Compiling tui-tree-widget v0.22.0
25002024-11-25T19:01:09.503Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25012024-11-25T19:01:12.167Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25022024-11-25T19:01:15.091Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25032024-11-25T19:01:15.416Z Compiling uzers v0.12.1
25042024-11-25T19:01:18.561Z Compiling shell-words v1.1.0
25052024-11-25T19:01:18.998Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25062024-11-25T19:01:25.752Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25072024-11-25T19:01:27.897Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25082024-11-25T19:01:59.186Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25092024-11-25T19:01:59.431Z Compiling multimap v0.10.0
25102024-11-25T19:04:23.654Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25112024-11-25T19:04:27.645Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25122024-11-25T19:11:03.775Z Finished `release` profile [optimized] target(s) in 16m 19s
25132024-11-25T19:12:09.075Z
25142024-11-25T19:12:09.075Zreal 17:26.269217754
25152024-11-25T19:12:09.075Zuser 1:59:42.040343674
25162024-11-25T19:12:09.075Zsys 6:03.356153431
25172024-11-25T19:12:09.075Ztrap 2.973358801
25182024-11-25T19:12:09.075Ztflt 3.035498103
25192024-11-25T19:12:09.078Zdflt 4.896148279
25202024-11-25T19:12:09.078Zkflt 0.001429751
25212024-11-25T19:12:09.078Zlock 7:21:13.657035146
25222024-11-25T19:12:09.078Zslp 6:24:10.823564486
25232024-11-25T19:12:09.078Zlat 2:55.684466242
25242024-11-25T19:12:09.078Zstop 2:34.651102182
25252024-11-25T19:12:09.078Z+ mapfile -t packages
25262024-11-25T19:12:09.078Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25272024-11-25T19:12:10.218Z Finished `release` profile [optimized] target(s) in 1.08s
25282024-11-25T19:12:10.276Z Running `target/release/omicron-package -t test list-outputs`
25292024-11-25T19:12:10.332ZLogging to: /work/oxidecomputer/omicron/out/LOG
25302024-11-25T19:12:10.335Z+ ptime -m cargo build --locked --release -p xtask
25312024-11-25T19:12:10.928Z Compiling serde v1.0.215
25322024-11-25T19:12:10.931Z Compiling libc v0.2.162
25332024-11-25T19:12:10.931Z Compiling rustix v0.38.37
25342024-11-25T19:12:10.931Z Compiling serde_json v1.0.132
25352024-11-25T19:12:11.022Z Compiling syn v2.0.87
25362024-11-25T19:12:11.066Z Compiling bitflags v2.6.0
25372024-11-25T19:12:11.415Z Compiling usdt-impl v0.5.0
25382024-11-25T19:12:11.487Z Compiling syn v1.0.109
25392024-11-25T19:12:11.535Z Compiling log v0.4.22
25402024-11-25T19:12:11.573Z Compiling hashbrown v0.15.0
25412024-11-25T19:12:11.612Z Compiling fs-err v2.11.0
25422024-11-25T19:12:11.928Z Compiling once_cell v1.20.2
25432024-11-25T19:12:12.012Z Compiling anyhow v1.0.93
25442024-11-25T19:12:12.569Z Compiling thread-id v4.2.2
25452024-11-25T19:12:12.983Z Compiling indexmap v2.6.0
25462024-11-25T19:12:14.034Z Compiling terminal_size v0.4.0
25472024-11-25T19:12:14.037Z Compiling tempfile v3.13.0
25482024-11-25T19:12:14.280Z Compiling clap_builder v4.5.21
25492024-11-25T19:12:15.214Z Compiling proc-macro-error v1.0.4
25502024-11-25T19:12:16.443Z Compiling tabled_derive v0.7.0
25512024-11-25T19:12:17.873Z Compiling tabled v0.15.0
25522024-11-25T19:12:19.243Z Compiling serde_derive v1.0.215
25532024-11-25T19:12:20.300Z Compiling thiserror-impl v1.0.69
25542024-11-25T19:12:20.328Z Compiling zerocopy-derive v0.7.35
25552024-11-25T19:12:20.456Z Compiling scroll_derive v0.12.0
25562024-11-25T19:12:21.940Z Compiling scroll v0.12.0
25572024-11-25T19:12:22.449Z Compiling zerocopy v0.7.35
25582024-11-25T19:12:22.638Z Compiling goblin v0.8.2
25592024-11-25T19:12:23.338Z Compiling thiserror v1.0.69
25602024-11-25T19:12:23.513Z Compiling pest v2.7.14
25612024-11-25T19:12:26.663Z Compiling pest_meta v2.7.14
25622024-11-25T19:12:28.206Z Compiling pest_generator v2.7.14
25632024-11-25T19:12:30.081Z Compiling clap_derive v4.5.18
25642024-11-25T19:12:31.039Z Compiling pest_derive v2.7.14
25652024-11-25T19:12:31.856Z Compiling dtrace-parser v0.2.0
25662024-11-25T19:12:34.977Z Compiling serde_tokenstream v0.2.2
25672024-11-25T19:12:35.609Z Compiling toml_datetime v0.6.8
25682024-11-25T19:12:36.358Z Compiling dof v0.3.0
25692024-11-25T19:12:37.337Z Compiling serde_spanned v0.6.8
25702024-11-25T19:12:37.641Z Compiling toml_edit v0.22.22
25712024-11-25T19:12:38.629Z Compiling camino v1.1.9
25722024-11-25T19:12:40.068Z Compiling usdt-attr-macro v0.5.0
25732024-11-25T19:12:40.932Z Compiling usdt-macro v0.5.0
25742024-11-25T19:12:41.493Z Compiling toml v0.8.19
25752024-11-25T19:12:42.174Z Compiling cargo-platform v0.1.8
25762024-11-25T19:12:43.318Z Compiling semver v1.0.23
25772024-11-25T19:12:44.564Z Compiling cargo_metadata v0.18.1
25782024-11-25T19:12:44.842Z Compiling cargo_toml v0.20.5
25792024-11-25T19:12:47.450Z Compiling usdt v0.5.0
25802024-11-25T19:12:47.587Z Compiling camino-tempfile v1.1.1
25812024-11-25T19:12:48.407Z Compiling clap v4.5.21
25822024-11-25T19:12:48.547Z Compiling macaddr v1.0.1
25832024-11-25T19:12:56.973Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25842024-11-25T19:13:08.437Z Finished `release` profile [optimized] target(s) in 58.04s
25852024-11-25T19:13:08.576Z
25862024-11-25T19:13:08.576Zreal 58.203225830
25872024-11-25T19:13:08.576Zuser 5:53.371136269
25882024-11-25T19:13:08.576Zsys 32.808270605
25892024-11-25T19:13:08.576Ztrap 0.159986596
25902024-11-25T19:13:08.576Ztflt 0.299645819
25912024-11-25T19:13:08.576Zdflt 0.629252461
25922024-11-25T19:13:08.576Zkflt 0.000000000
25932024-11-25T19:13:08.576Zlock 10:54.561651084
25942024-11-25T19:13:08.579Zslp 16:38.590845378
25952024-11-25T19:13:08.579Zlat 13.553091660
25962024-11-25T19:13:08.579Zstop 17.615341700
25972024-11-25T19:13:08.579Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25982024-11-25T19:13:08.579Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25992024-11-25T19:13:08.579Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26002024-11-25T19:13:08.579Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26012024-11-25T19:13:08.579Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26022024-11-25T19:13:09.491Z Compiling hashbrown v0.14.5
26032024-11-25T19:13:09.622Z Compiling ident_case v1.0.1
26042024-11-25T19:13:09.636Z Compiling unsafe-libyaml v0.2.11
26052024-11-25T19:13:09.649Z Compiling progenitor-client v0.8.0
26062024-11-25T19:13:09.649Z Compiling ipnetwork v0.20.0
26072024-11-25T19:13:09.652Z Compiling macaddr v1.0.1
26082024-11-25T19:13:09.652Z Compiling instant v0.1.13
26092024-11-25T19:13:09.652Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-11-25T19:13:09.791Z Compiling darling_core v0.20.10
26112024-11-25T19:13:09.840Z Compiling structmeta-derive v0.3.0
26122024-11-25T19:13:10.073Z Compiling newtype-uuid v1.1.3
26132024-11-25T19:13:10.133Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26142024-11-25T19:13:10.270Z Compiling dropshot v0.13.0
26152024-11-25T19:13:10.660Z Compiling dropshot_endpoint v0.13.0
26162024-11-25T19:13:10.681Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26172024-11-25T19:13:10.732Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26182024-11-25T19:13:10.901Z Compiling regress v0.10.1
26192024-11-25T19:13:10.932Z Compiling serde_yaml v0.9.34+deprecated
26202024-11-25T19:13:11.092Z Compiling regress v0.9.1
26212024-11-25T19:13:11.474Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26222024-11-25T19:13:11.547Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26232024-11-25T19:13:11.664Z Compiling backoff v0.4.0
26242024-11-25T19:13:12.033Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26252024-11-25T19:13:12.226Z Compiling tempfile v3.13.0
26262024-11-25T19:13:12.354Z Compiling proc-macro-crate v1.3.1
26272024-11-25T19:13:13.002Z Compiling structmeta v0.3.0
26282024-11-25T19:13:13.125Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26292024-11-25T19:13:13.517Z Compiling parse-display-derive v0.10.0
26302024-11-25T19:13:13.556Z Compiling num_enum_derive v0.5.11
26312024-11-25T19:13:13.589Z Compiling itertools v0.13.0
26322024-11-25T19:13:15.119Z Compiling typify-impl v0.2.0
26332024-11-25T19:13:16.120Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26342024-11-25T19:13:16.241Z Compiling num_enum v0.5.11
26352024-11-25T19:13:16.365Z Compiling zerocopy v0.8.10
26362024-11-25T19:13:16.434Z Compiling foreign-types-macros v0.2.3
26372024-11-25T19:13:16.464Z Compiling zerocopy-derive v0.8.10
26382024-11-25T19:13:16.988Z Compiling heapless v0.8.0
26392024-11-25T19:13:17.216Z Compiling darling_macro v0.20.10
26402024-11-25T19:13:17.384Z Compiling foreign-types-shared v0.3.1
26412024-11-25T19:13:17.714Z Compiling proc-macro-error v1.0.4
26422024-11-25T19:13:17.741Z Compiling foreign-types v0.5.0
26432024-11-25T19:13:17.919Z Compiling camino-tempfile v1.1.1
26442024-11-25T19:13:18.060Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26452024-11-25T19:13:18.175Z Compiling darling v0.20.10
26462024-11-25T19:13:18.257Z Compiling parse-display v0.10.0
26472024-11-25T19:13:18.345Z Compiling serde_with_macros v3.11.0
26482024-11-25T19:13:18.482Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26492024-11-25T19:13:18.548Z Compiling hash32 v0.3.1
26502024-11-25T19:13:18.804Z Compiling cstr-argument v0.1.2
26512024-11-25T19:13:18.995Z Compiling smoltcp v0.11.0
26522024-11-25T19:13:18.998Z Compiling crucible-workspace-hack v0.1.0
26532024-11-25T19:13:19.098Z Compiling pretty-hex v0.2.1
26542024-11-25T19:13:19.301Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26552024-11-25T19:13:19.321Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26562024-11-25T19:13:19.520Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26572024-11-25T19:13:19.761Z Compiling tabwriter v1.4.0
26582024-11-25T19:13:20.139Z Compiling colored v2.1.0
26592024-11-25T19:13:20.310Z Compiling cobs v0.2.3
26602024-11-25T19:13:20.642Z Compiling postcard v1.0.10
26612024-11-25T19:13:21.032Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26622024-11-25T19:13:21.299Z Compiling serde_with v3.11.0
26632024-11-25T19:13:21.336Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26642024-11-25T19:13:21.441Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26652024-11-25T19:13:21.531Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26662024-11-25T19:13:21.860Z Compiling smf v0.2.3
26672024-11-25T19:13:22.389Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26682024-11-25T19:13:23.339Z Compiling zone_cfg_derive v0.3.0
26692024-11-25T19:13:23.371Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26702024-11-25T19:13:23.895Z Compiling num-derive v0.4.2
26712024-11-25T19:13:24.912Z Compiling sigpipe v0.1.3
26722024-11-25T19:13:25.057Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26732024-11-25T19:13:25.379Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26742024-11-25T19:13:25.408Z Compiling zone v0.3.0
26752024-11-25T19:13:25.517Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26762024-11-25T19:13:25.953Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26772024-11-25T19:13:26.008Z Compiling universal-hash v0.5.1
26782024-11-25T19:13:26.106Z Compiling opaque-debug v0.3.1
26792024-11-25T19:13:26.216Z Compiling num-rational v0.4.2
26802024-11-25T19:13:26.284Z Compiling password-hash v0.5.0
26812024-11-25T19:13:26.353Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26822024-11-25T19:13:26.475Z Compiling num-complex v0.4.6
26832024-11-25T19:13:26.842Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26842024-11-25T19:13:27.113Z Compiling blake2 v0.10.6
26852024-11-25T19:13:27.115Z Compiling aead v0.5.2
26862024-11-25T19:13:27.294Z Compiling keccak v0.1.5
26872024-11-25T19:13:27.315Z Compiling convert_case v0.4.0
26882024-11-25T19:13:27.516Z Compiling num v0.4.3
26892024-11-25T19:13:27.613Z Compiling argon2 v0.5.3
26902024-11-25T19:13:27.641Z Compiling sha3 v0.10.8
26912024-11-25T19:13:28.039Z Compiling poly1305 v0.8.0
26922024-11-25T19:13:28.361Z Compiling derive_more v0.99.18
26932024-11-25T19:13:28.363Z Compiling tungstenite v0.21.0
26942024-11-25T19:13:28.514Z Compiling chacha20 v0.9.1
26952024-11-25T19:13:28.764Z Compiling base64 v0.21.7
26962024-11-25T19:13:29.041Z Compiling float-ord v0.3.2
26972024-11-25T19:13:29.250Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26982024-11-25T19:13:29.577Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26992024-11-25T19:13:29.721Z Compiling tokio-tungstenite v0.21.0
27002024-11-25T19:13:29.751Z Compiling same-file v1.0.6
27012024-11-25T19:13:29.864Z Compiling semver v0.1.20
27022024-11-25T19:13:30.080Z Compiling walkdir v2.5.0
27032024-11-25T19:13:30.361Z Compiling rustc_version v0.1.7
27042024-11-25T19:13:30.560Z Compiling newline-converter v0.3.0
27052024-11-25T19:13:30.581Z Compiling primeorder v0.13.6
27062024-11-25T19:13:30.641Z Compiling secrecy v0.8.0
27072024-11-25T19:13:30.747Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27082024-11-25T19:13:30.882Z Compiling owo-colors v4.1.0
27092024-11-25T19:13:30.885Z Compiling cancel-safe-futures v0.1.5
27102024-11-25T19:13:31.146Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27112024-11-25T19:13:31.188Z Compiling newtype_derive v0.1.6
27122024-11-25T19:13:31.216Z Compiling expectorate v1.1.0
27132024-11-25T19:13:31.272Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27142024-11-25T19:13:31.411Z Compiling thiserror-impl-no-std v2.0.2
27152024-11-25T19:13:31.482Z Compiling ring v0.16.20
27162024-11-25T19:13:31.614Z Compiling blake3 v1.5.4
27172024-11-25T19:13:31.637Z Compiling half v2.4.1
27182024-11-25T19:13:31.670Z Compiling unicase v2.7.0
27192024-11-25T19:13:31.998Z Compiling ciborium-io v0.2.2
27202024-11-25T19:13:32.142Z Compiling arc-swap v1.7.1
27212024-11-25T19:13:32.258Z Compiling ciborium-ll v0.2.2
27222024-11-25T19:13:32.718Z Compiling slog-scope v4.4.0
27232024-11-25T19:13:32.955Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27242024-11-25T19:13:33.090Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27252024-11-25T19:13:33.445Z Compiling polyval v0.6.2
27262024-11-25T19:13:33.936Z Compiling atomicwrites v0.4.4
27272024-11-25T19:13:33.958Z Compiling libsw v3.3.1
27282024-11-25T19:13:34.080Z Compiling typify-macro v0.2.0
27292024-11-25T19:13:34.298Z Compiling memmap2 v0.9.5
27302024-11-25T19:13:34.300Z Compiling spin v0.5.2
27312024-11-25T19:13:34.579Z Compiling parking_lot_core v0.8.6
27322024-11-25T19:13:34.635Z Compiling arrayvec v0.7.6
27332024-11-25T19:13:34.724Z Compiling thiserror-no-std v2.0.2
27342024-11-25T19:13:34.788Z Compiling salty v0.3.0
27352024-11-25T19:13:34.858Z Compiling libefi-sys v0.1.0
27362024-11-25T19:13:35.057Z Compiling linear-map v1.2.0
27372024-11-25T19:13:35.077Z Compiling constant_time_eq v0.3.1
27382024-11-25T19:13:35.132Z Compiling arrayref v0.3.9
27392024-11-25T19:13:35.220Z Compiling indent_write v2.2.0
27402024-11-25T19:13:35.402Z Compiling vsss-rs v3.3.4
27412024-11-25T19:13:35.445Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27422024-11-25T19:13:35.467Z Compiling ghash v0.5.1
27432024-11-25T19:13:35.843Z Compiling slog-stdlog v4.1.1
27442024-11-25T19:13:36.168Z Compiling ciborium v0.2.2
27452024-11-25T19:13:36.297Z Compiling p384 v0.13.0
27462024-11-25T19:13:36.540Z Compiling toolchain_find v0.4.0
27472024-11-25T19:13:36.610Z Compiling chacha20poly1305 v0.10.1
27482024-11-25T19:13:36.868Z Compiling lzma-sys v0.1.20
27492024-11-25T19:13:37.271Z Compiling ctr v0.9.2
27502024-11-25T19:13:37.642Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27512024-11-25T19:13:37.718Z Compiling bitfield-struct v0.6.2
27522024-11-25T19:13:37.802Z Compiling slog-dtrace v0.3.0
27532024-11-25T19:13:37.898Z Compiling highway v1.2.0
27542024-11-25T19:13:38.051Z Compiling topological-sort v0.2.2
27552024-11-25T19:13:38.339Z Compiling omicron-zone-package v0.11.1
27562024-11-25T19:13:38.427Z Compiling typify v0.2.0
27572024-11-25T19:13:38.448Z Compiling aes-gcm v0.10.3
27582024-11-25T19:13:38.592Z Compiling progenitor-impl v0.8.0
27592024-11-25T19:13:38.755Z Compiling rustfmt-wrapper v0.2.1
27602024-11-25T19:13:38.776Z Compiling mime_guess v2.0.5
27612024-11-25T19:13:38.984Z Compiling slog-envlogger v2.2.0
27622024-11-25T19:13:39.213Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27632024-11-25T19:13:39.357Z Compiling steno v0.4.1
27642024-11-25T19:13:40.039Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27652024-11-25T19:13:40.086Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662024-11-25T19:13:40.117Z Compiling heck v0.3.3
27672024-11-25T19:13:40.281Z Compiling ssh-encoding v0.2.0
27682024-11-25T19:13:40.572Z Compiling blowfish v0.9.1
27692024-11-25T19:13:40.770Z Compiling nibble_vec v0.1.0
27702024-11-25T19:13:40.823Z Compiling env_filter v0.1.2
27712024-11-25T19:13:41.012Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27722024-11-25T19:13:41.012Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27732024-11-25T19:13:41.053Z Compiling endian-type v0.1.2
27742024-11-25T19:13:41.284Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27752024-11-25T19:13:41.319Z Compiling humantime v2.1.0
27762024-11-25T19:13:41.391Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27772024-11-25T19:13:41.412Z Compiling radix_trie v0.2.1
27782024-11-25T19:13:41.432Z Compiling env_logger v0.11.5
27792024-11-25T19:13:41.553Z Compiling bcrypt-pbkdf v0.10.0
27802024-11-25T19:13:41.874Z Compiling ssh-cipher v0.2.0
27812024-11-25T19:13:42.152Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27822024-11-25T19:13:42.199Z Compiling zone_cfg_derive v0.1.2
27832024-11-25T19:13:42.404Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27842024-11-25T19:13:42.800Z Compiling parking_lot v0.11.2
27852024-11-25T19:13:43.157Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27862024-11-25T19:13:43.624Z Compiling password-hash v0.4.2
27872024-11-25T19:13:43.654Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27882024-11-25T19:13:43.718Z Compiling gethostname v0.5.0
27892024-11-25T19:13:43.767Z Compiling fxhash v0.2.1
27902024-11-25T19:13:43.801Z Compiling matches v0.1.10
27912024-11-25T19:13:43.928Z Compiling base64 v0.13.1
27922024-11-25T19:13:43.958Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27932024-11-25T19:13:44.011Z Compiling sled v0.34.7
27942024-11-25T19:13:44.312Z Compiling pbkdf2 v0.11.0
27952024-11-25T19:13:44.335Z Compiling idna v0.2.3
27962024-11-25T19:13:44.561Z Compiling ron v0.7.1
27972024-11-25T19:13:44.563Z Compiling zone v0.1.8
27982024-11-25T19:13:44.691Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27992024-11-25T19:13:44.774Z Compiling xz2 v0.1.7
28002024-11-25T19:13:45.283Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28012024-11-25T19:13:46.038Z Compiling ssh-key v0.6.6
28022024-11-25T19:13:46.246Z Compiling hickory-client v0.24.1
28032024-11-25T19:13:46.933Z Compiling p256 v0.13.2
28042024-11-25T19:13:47.010Z Compiling progenitor-macro v0.8.0
28052024-11-25T19:13:47.037Z Compiling p521 v0.13.3
28062024-11-25T19:13:47.212Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28072024-11-25T19:13:47.811Z Compiling hickory-server v0.24.1
28082024-11-25T19:13:47.831Z Compiling enum-as-inner v0.5.1
28092024-11-25T19:13:48.480Z Compiling pem v3.0.4
28102024-11-25T19:13:48.948Z Compiling yasna v0.5.2
28112024-11-25T19:13:49.330Z Compiling headers-core v0.3.0
28122024-11-25T19:13:49.521Z Compiling kstat-rs v0.2.4
28132024-11-25T19:13:49.524Z Compiling nanorand v0.7.0
28142024-11-25T19:13:50.132Z Compiling atty v0.2.14
28152024-11-25T19:13:50.230Z Compiling russh-cryptovec v0.7.3
28162024-11-25T19:13:50.289Z Compiling md5 v0.7.0
28172024-11-25T19:13:50.568Z Compiling http-range v0.1.5
28182024-11-25T19:13:50.710Z Compiling russh-keys v0.45.0
28192024-11-25T19:13:50.796Z Compiling hyper-staticfile v0.10.1
28202024-11-25T19:13:50.823Z Compiling rcgen v0.12.1
28212024-11-25T19:13:50.961Z Compiling flume v0.11.1
28222024-11-25T19:13:51.065Z Compiling headers v0.4.0
28232024-11-25T19:13:51.703Z Compiling trust-dns-proto v0.22.0
28242024-11-25T19:13:51.972Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28252024-11-25T19:13:53.144Z Compiling num-bigint v0.4.6
28262024-11-25T19:13:53.440Z Compiling des v0.8.1
28272024-11-25T19:13:53.827Z Compiling subprocess v0.2.9
28282024-11-25T19:13:55.169Z Compiling dhcproto-macros v0.1.0
28292024-11-25T19:13:55.248Z Compiling display-error-chain v0.2.2
28302024-11-25T19:13:55.473Z Compiling hex-literal v0.4.1
28312024-11-25T19:13:55.659Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28322024-11-25T19:13:55.850Z Compiling internet-checksum v0.2.1
28332024-11-25T19:13:56.207Z Compiling dhcproto v0.12.0
28342024-11-25T19:13:56.426Z Compiling russh v0.45.0
28352024-11-25T19:14:00.160Z Compiling progenitor v0.8.0
28362024-11-25T19:14:00.300Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28372024-11-25T19:14:00.303Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28382024-11-25T19:14:00.303Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28392024-11-25T19:14:00.303Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28402024-11-25T19:14:00.303Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28412024-11-25T19:14:00.303Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28422024-11-25T19:14:00.403Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28432024-11-25T19:14:01.916Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28442024-11-25T19:14:02.854Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28452024-11-25T19:14:04.471Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28462024-11-25T19:14:07.147Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28472024-11-25T19:14:07.179Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28482024-11-25T19:14:16.773Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28492024-11-25T19:14:16.773Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28502024-11-25T19:14:16.776Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28512024-11-25T19:14:16.776Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28522024-11-25T19:14:20.237Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28532024-11-25T19:14:20.269Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28542024-11-25T19:14:21.353Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28552024-11-25T19:14:21.935Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28562024-11-25T19:14:21.983Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28572024-11-25T19:14:22.533Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28582024-11-25T19:14:25.245Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28592024-11-25T19:14:26.102Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28602024-11-25T19:14:26.203Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28612024-11-25T19:14:26.778Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28622024-11-25T19:14:27.547Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28632024-11-25T19:14:27.717Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28642024-11-25T19:14:27.927Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28652024-11-25T19:14:29.145Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28662024-11-25T19:14:30.305Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28672024-11-25T19:14:31.910Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28682024-11-25T19:14:32.964Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28692024-11-25T19:14:33.541Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28702024-11-25T19:14:33.619Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28712024-11-25T19:14:36.555Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28722024-11-25T19:14:37.802Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28732024-11-25T19:14:38.741Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28742024-11-25T19:14:40.578Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28752024-11-25T19:14:40.839Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28762024-11-25T19:14:45.685Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28772024-11-25T19:14:55.009Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28782024-11-25T19:14:56.439Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28792024-11-25T19:15:15.160Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28802024-11-25T19:15:49.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
28812024-11-25T19:15:49.639Z
28822024-11-25T19:15:49.642Zreal 2:40.994613366
28832024-11-25T19:15:49.642Zuser 12:29.679013716
28842024-11-25T19:15:49.642Zsys 2:41.711500066
28852024-11-25T19:15:49.642Ztrap 0.335016879
28862024-11-25T19:15:49.642Ztflt 0.814245436
28872024-11-25T19:15:49.642Zdflt 1.924048424
28882024-11-25T19:15:49.642Zkflt 0.000005959
28892024-11-25T19:15:49.642Zlock 25:51.620958518
28902024-11-25T19:15:49.643Zslp 44:50.109819105
28912024-11-25T19:15:49.643Zlat 35.138415845
28922024-11-25T19:15:49.643Zstop 1:30.875928279
28932024-11-25T19:15:49.643Z+ mkdir tests
28942024-11-25T19:15:49.646Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28952024-11-25T19:15:49.646Z+ xargs -I '{}' -t cp '{}' tests/
28962024-11-25T19:15:50.796Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/
28972024-11-25T19:15:50.823Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/
28982024-11-25T19:15:50.850Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/
28992024-11-25T19:15:50.877Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/
29002024-11-25T19:15:51.108Z+ 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/*)
29012024-11-25T19:15:51.111Z+ 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-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff 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
29022024-11-25T19:17:02.277ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29032024-11-25T19:17:02.277Za .github/buildomat/ci-env.sh 1K
29042024-11-25T19:17:02.277Za out/target/test 1K
29052024-11-25T19:17:02.277Za out/npuzone/npuzone 23144K
29062024-11-25T19:17:02.277Za package-manifest.toml 32K
29072024-11-25T19:17:02.277Za smf/sled-agent/non-gimlet/config.toml 4K
29082024-11-25T19:17:02.277Za target/release/omicron-package 36350K
29092024-11-25T19:17:02.277Za target/release/xtask 11750K
29102024-11-25T19:17:02.277Za target/debug/bootstrap 210015K
29112024-11-25T19:17:02.277Za tests/bootstrap-84053b7b03f68646 24246K
29122024-11-25T19:17:02.277Za tests/commtest-34664e4175f1cac6 25022K
29132024-11-25T19:17:02.277Za tests/dhcp_server-901a0af671086ead 24246K
29142024-11-25T19:17:02.277Za tests/end_to_end_tests-8b9cd7607b17e8ff 228115K
29152024-11-25T19:17:02.277Za out/clickhouse.tar.gz 285656K
29162024-11-25T19:17:02.277Za out/clickhouse_keeper.tar.gz 285640K
29172024-11-25T19:17:02.277Za out/clickhouse_server.tar.gz 285638K
29182024-11-25T19:17:02.277Za out/cockroachdb.tar.gz 134564K
29192024-11-25T19:17:02.277Za out/crucible-dtrace.tar 85K
29202024-11-25T19:17:02.277Za out/crucible-pantry-zone.tar.gz 28186K
29212024-11-25T19:17:02.277Za out/crucible-zone.tar.gz 36396K
29222024-11-25T19:17:02.277Za out/external-dns.tar.gz 35282K
29232024-11-25T19:17:02.277Za out/internal-dns.tar.gz 35282K
29242024-11-25T19:17:02.277Za out/mg-ddm-gz.tar 63075K
29252024-11-25T19:17:02.277Za out/nexus.tar.gz 100395K
29262024-11-25T19:17:02.277Za out/ntp.tar.gz 10357K
29272024-11-25T19:17:02.278Za out/omicron-gateway-softnpu.tar.gz 23900K
29282024-11-25T19:17:02.278Za out/omicron-sled-agent.tar 112937K
29292024-11-25T19:17:02.278Za out/overlay.tar.gz 3K
29302024-11-25T19:17:02.278Za out/oximeter.tar.gz 51210K
29312024-11-25T19:17:02.278Za out/oxlog.tar 3088K
29322024-11-25T19:17:02.278Za out/probe.tar.gz 2764K
29332024-11-25T19:17:02.278Za out/propolis-server.tar.gz 66596K
29342024-11-25T19:17:02.278Za out/pumpkind-gz.tar 26665K
29352024-11-25T19:17:02.278Za out/switch-softnpu.tar.gz 237363K
29362024-11-25T19:17:02.281Z
29372024-11-25T19:17:02.281Zreal 1:11.157931777
29382024-11-25T19:17:02.281Zuser 1:08.135325227
29392024-11-25T19:17:02.281Zsys 4.296293337
29402024-11-25T19:17:02.281Ztrap 0.016480759
29412024-11-25T19:17:02.281Ztflt 0.000000000
29422024-11-25T19:17:02.281Zdflt 0.000000000
29432024-11-25T19:17:02.281Zkflt 0.000000000
29442024-11-25T19:17:02.281Zlock 0.000000000
29452024-11-25T19:17:02.281Zslp 1:08.022277736
29462024-11-25T19:17:02.281Zlat 1.840986342
29472024-11-25T19:17:02.281Zstop 0.000214426
29482024-11-25T19:17:02.284Zprocess exited: duration 1995120 ms, exit code 0
 
29492024-11-25T19:17:02.297Zfound 1 output files
29502024-11-25T19:17:02.297Zuploading: /work/package.tar.gz (1877309244 bytes)
29512024-11-25T19:17:42.263Zuploaded: /work/package.tar.gz