01JDAP5JSS771HRF6CYZ1VSGY1: 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: 01JDAP5Y5H8MVVCJKSDQVEB996

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-22T19:40:36.876Zjob assigned to worker 01JDAP64SCMS6QH0QSBGH8TEGA [factory aws, i-08adeebf08745de23] (queued for 1 m 7 s)
 
22024-11-22T19:40:45.311Zstarting task 0: "setup"
32024-11-22T19:40:45.337Z++ uname -s
42024-11-22T19:40:45.339Z+ kern=SunOS
52024-11-22T19:40:45.339Z+ case "$kern" in
62024-11-22T19:40:45.339Z+ groupadd -g 12345 build
72024-11-22T19:40:45.341Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-22T19:40:47.348Z+ zfs create -o mountpoint=/work rpool/work
92024-11-22T19:40:47.447Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-22T19:40:47.450Z+ home_fs=zfs
112024-11-22T19:40:47.450Z+ [[ zfs == autofs ]]
122024-11-22T19:40:47.450Z+ mkdir -p /home/build
132024-11-22T19:40:47.453Z+ chown build:build /home/build /work
142024-11-22T19:40:49.454Z+ chmod 0700 /home/build /work
152024-11-22T19:40:49.457Zprocess exited: duration 4147 ms, exit code 0
 
162024-11-22T19:40:49.463Zstarting task 1: "rust-toolchain"
172024-11-22T19:40:49.467Z+ printf ' * toolchain channel = "%s"
182024-11-22T19:40:49.467Z' 1.81.0
192024-11-22T19:40:49.467Z+ printf ' * toolchain profile = "%s"
202024-11-22T19:40:49.467Z' default
212024-11-22T19:40:49.467Z * toolchain channel = "1.81.0"
222024-11-22T19:40:49.467Z * toolchain profile = "default"
232024-11-22T19:40:49.470Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-22T19:40:49.470Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-22T19:40:49.585Zinfo: downloading installer
262024-11-22T19:40:51.087Zinfo: profile set to 'default'
272024-11-22T19:40:51.087Zinfo: default host triple is x86_64-unknown-illumos
282024-11-22T19:40:51.091Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-22T19:40:51.246Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-22T19:40:51.246Zinfo: downloading component 'cargo'
312024-11-22T19:40:52.128Zinfo: downloading component 'clippy'
322024-11-22T19:40:52.457Zinfo: downloading component 'rust-docs'
332024-11-22T19:40:53.676Zinfo: downloading component 'rust-std'
342024-11-22T19:40:55.571Zinfo: downloading component 'rustc'
352024-11-22T19:41:02.376Zinfo: downloading component 'rustfmt'
362024-11-22T19:41:02.636Zinfo: installing component 'cargo'
372024-11-22T19:41:03.461Zinfo: installing component 'clippy'
382024-11-22T19:41:03.823Zinfo: installing component 'rust-docs'
392024-11-22T19:41:05.491Zinfo: installing component 'rust-std'
402024-11-22T19:41:07.199Zinfo: installing component 'rustc'
412024-11-22T19:41:12.986Zinfo: installing component 'rustfmt'
422024-11-22T19:41:13.310Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-22T19:41:13.310Z
442024-11-22T19:41:13.675Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-22T19:41:13.675Z
462024-11-22T19:41:13.678Z
472024-11-22T19:41:13.678ZRust is installed now. Great!
482024-11-22T19:41:13.678Z
492024-11-22T19:41:13.678ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-22T19:41:13.678Zenvironment variable. This has not been done automatically.
512024-11-22T19:41:13.679Z
522024-11-22T19:41:13.679ZTo configure your current shell, you need to source
532024-11-22T19:41:13.679Zthe corresponding env file under $HOME/.cargo.
542024-11-22T19:41:13.679Z
552024-11-22T19:41:13.679ZThis is usually done by running one of the following (note the leading DOT):
562024-11-22T19:41:13.679Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-22T19:41:13.679Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-22T19:41:13.753Z+ rustc --version
592024-11-22T19:41:13.821Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-22T19:41:13.826Zprocess exited: duration 24361 ms, exit code 0
 
612024-11-22T19:41:13.830Zstarting task 2: "authentication"
622024-11-22T19:41:13.850Zprocess exited: duration 20 ms, exit code 0
 
632024-11-22T19:41:13.855Zstarting task 3: "clone repository"
642024-11-22T19:41:13.860Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-22T19:41:13.863Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-22T19:41:14.585ZCloning into '/work/oxidecomputer/omicron'...
672024-11-22T19:41:20.601Z+ cd /work/oxidecomputer/omicron
682024-11-22T19:41:20.604Z+ git fetch origin 8a2b4201c72581e4f16a94a4c759f1c910304cbf
692024-11-22T19:41:20.935ZFrom https://github.com/oxidecomputer/omicron
702024-11-22T19:41:20.935Z * branch 8a2b4201c72581e4f16a94a4c759f1c910304cbf -> FETCH_HEAD
712024-11-22T19:41:20.946Z+ [[ -n iliana/releng-faster ]]
722024-11-22T19:41:20.948Z++ git branch --show-current
732024-11-22T19:41:20.950Z+ current=main
742024-11-22T19:41:20.951Z+ [[ main != iliana/releng-faster ]]
752024-11-22T19:41:20.951Z+ git branch -f iliana/releng-faster 8a2b4201c72581e4f16a94a4c759f1c910304cbf
762024-11-22T19:41:20.954Z+ git checkout -f iliana/releng-faster
772024-11-22T19:41:21.136ZSwitched to branch 'iliana/releng-faster'
782024-11-22T19:41:21.138Z+ git reset --hard 8a2b4201c72581e4f16a94a4c759f1c910304cbf
792024-11-22T19:41:21.317ZHEAD is now at 8a2b4201c answer my own question with a comment
802024-11-22T19:41:21.320Zprocess exited: duration 7462 ms, exit code 0
 
812024-11-22T19:41:21.325Zstarting task 4: "build"
822024-11-22T19:41:21.330Z+ source .github/buildomat/ci-env.sh
832024-11-22T19:41:21.333Z++ export CARGO_TERM_COLOR=always
842024-11-22T19:41:21.333Z++ CARGO_TERM_COLOR=always
852024-11-22T19:41:21.333Z+ cargo --version
862024-11-22T19:41:21.389Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-22T19:41:21.392Z+ rustc --version
882024-11-22T19:41:21.454Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-22T19:41:21.458Z+ WORK=/work
902024-11-22T19:41:21.458Z+ pfexec mkdir -p /work
912024-11-22T19:41:21.461Z+ pfexec chown build /work
922024-11-22T19:41:21.464Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-22T19:41:32.672Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-22T19:41:36.489Z Startup: Caching catalogs ... Done
952024-11-22T19:41:45.554ZPlanning: Solver setup ... Done (8.300s)
962024-11-22T19:41:45.667ZPlanning: Running solver ... Done (0.113s)
972024-11-22T19:41:45.882ZPlanning: Finding local manifests ... Done (0.125s)
982024-11-22T19:41:45.911ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-22T19:41:46.120ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-22T19:41:46.313ZPlanning: Package planning ... Done (0.193s)
1012024-11-22T19:41:46.370ZPlanning: Merging actions ... Done (0.057s)
1022024-11-22T19:41:46.955ZPlanning: Checking for conflicting actions ... Done (0.585s)
1032024-11-22T19:41:51.792ZPlanning: Consolidating action changes ... Done (4.836s)
1042024-11-22T19:41:52.181ZPlanning: Evaluating mediators ... Done (0.389s)
1052024-11-22T19:41:52.307ZPlanning: Planning completed in 15.73 seconds
1062024-11-22T19:41:52.323Z Packages to install: 4
1072024-11-22T19:41:52.323Z Packages to update: 1
1082024-11-22T19:41:52.325Z Mediators to change: 2
1092024-11-22T19:41:52.325Z Services to change: 1
1102024-11-22T19:41:52.325Z Estimated space available: 155.64 GB
1112024-11-22T19:41:52.326ZEstimated space to be consumed: 1.60 GB
1122024-11-22T19:41:52.326Z Create boot environment: No
1132024-11-22T19:41:52.326ZCreate backup boot environment: Yes
1142024-11-22T19:41:52.326Z Rebuild boot archive: No
1152024-11-22T19:41:52.326Z
1162024-11-22T19:41:52.326ZChanged mediators:
1172024-11-22T19:41:52.326Z mediator clang:
1182024-11-22T19:41:52.326Z version: None -> 15 (system default)
1192024-11-22T19:41:52.326Z
1202024-11-22T19:41:52.326Z mediator llvm:
1212024-11-22T19:41:52.326Z version: 14 (system default) -> 15 (system default)
1222024-11-22T19:41:52.326Z
1232024-11-22T19:41:52.326ZChanged packages:
1242024-11-22T19:41:52.326Zhelios-dev
1252024-11-22T19:41:52.326Z developer/build-essential
1262024-11-22T19:41:52.326Z None -> 11-2.0
1272024-11-22T19:41:52.326Z library/libxmlsec1
1282024-11-22T19:41:52.326Z None -> 1.2.35-2.0
1292024-11-22T19:41:52.326Z ooce/developer/clang-15
1302024-11-22T19:41:52.326Z None -> 15.0.7-2.0
1312024-11-22T19:41:52.326Z ooce/developer/llvm-15
1322024-11-22T19:41:52.326Z None -> 15.0.7-2.0
1332024-11-22T19:41:52.326Z package/pkg
1342024-11-22T19:41:52.326Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-22T19:41:52.326Z
1362024-11-22T19:41:52.326ZServices:
1372024-11-22T19:41:52.326Z restart_fmri:
1382024-11-22T19:41:52.326Z svc:/system/update-man-index:default
1392024-11-22T19:41:52.326Z
1402024-11-22T19:41:52.326ZEditable files to change:
1412024-11-22T19:41:52.326Z Update:
1422024-11-22T19:41:52.326Z usr/share/lib/pkg/web/config.shtml
1432024-11-22T19:41:52.563Z
1442024-11-22T19:41:52.563ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-22T19:41:58.697ZDownload: 210/4281 items 1.3/220.6MB 0% complete (890k/s)
1462024-11-22T19:42:05.512ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1472024-11-22T19:42:10.604ZDownload: 1119/4281 items 42.2/220.6MB 19% complete (8.1M/s)
1482024-11-22T19:42:15.604ZDownload: 1894/4281 items 118.6/220.6MB 53% complete (11.8M/s)
1492024-11-22T19:42:20.605ZDownload: 2525/4281 items 120.3/220.6MB 54% complete (7.9M/s)
1502024-11-22T19:42:26.633ZDownload: 3287/4281 items 212.6/220.6MB 96% complete (9.4M/s)
1512024-11-22T19:42:30.065ZDownload: Completed 220.60 MB in 37.50 seconds (5.9M/s)
1522024-11-22T19:42:32.343Z Actions: 1/5063 actions (Removing old actions)
1532024-11-22T19:42:32.363Z Actions: 194/5063 actions (Installing new actions)
1542024-11-22T19:42:37.409Z Actions: 4128/5063 actions (Installing new actions)
1552024-11-22T19:42:37.620Z Actions: 4226/5063 actions (Updating modified actions)
1562024-11-22T19:42:37.981Z Actions: Completed 5063 actions in 5.64 seconds.
1572024-11-22T19:42:38.202Z Done (0.212s)
1582024-11-22T19:42:38.204Z Done (0.000s)
1592024-11-22T19:42:38.732Z Done (0.528s)
1602024-11-22T19:42:44.757Z Done (5.809s)
1612024-11-22T19:42:45.063Z Done (0.227s)
1622024-11-22T19:42:45.065Z Done (0.000s)
1632024-11-22T19:42:45.252Z Done (0.000s)
1642024-11-22T19:42:45.964ZPlanning: Evaluating mediator changes ... Done
1652024-11-22T19:42:46.129ZPlanning: Checking for conflicting actions ... Done
1662024-11-22T19:42:46.131ZPlanning: Consolidating action changes ... Done
1672024-11-22T19:42:46.410ZPlanning: Evaluating mediators ... Done
1682024-11-22T19:42:46.413ZPlanning: Planning completed in 0.45 seconds
1692024-11-22T19:42:46.450Z Mediators to change: 2
1702024-11-22T19:42:46.452Z Create boot environment: No
1712024-11-22T19:42:46.452ZCreate backup boot environment: No
1722024-11-22T19:42:46.541Z Done
1732024-11-22T19:42:46.541Z Done
1742024-11-22T19:42:46.892Z Done
1752024-11-22T19:42:50.701Z Done
1762024-11-22T19:42:50.799Z Done
1772024-11-22T19:42:50.802Z Done
1782024-11-22T19:42:50.960Z Done
1792024-11-22T19:42:51.603ZPlanning: Evaluating mediator changes ... Done
1802024-11-22T19:42:51.606ZPlanning: Merging actions ... Done
1812024-11-22T19:42:51.806ZPlanning: Checking for conflicting actions ... Done
1822024-11-22T19:42:51.808ZPlanning: Consolidating action changes ... Done
1832024-11-22T19:42:52.085ZPlanning: Evaluating mediators ... Done
1842024-11-22T19:42:52.143ZPlanning: Planning completed in 0.79 seconds
1852024-11-22T19:42:52.183Z Packages to change: 1
1862024-11-22T19:42:52.183Z Mediators to change: 1
1872024-11-22T19:42:52.186Z Services to change: 1
1882024-11-22T19:42:52.186Z Create boot environment: No
1892024-11-22T19:42:52.186ZCreate backup boot environment: Yes
1902024-11-22T19:42:54.432Z Actions: 1/6 actions (Updating modified actions)
1912024-11-22T19:42:54.469Z Actions: Completed 6 actions in 0.04 seconds.
1922024-11-22T19:42:54.471Z Done
1932024-11-22T19:42:54.471Z Done
1942024-11-22T19:42:54.578Z Done
1952024-11-22T19:42:58.483Z Done
1962024-11-22T19:42:58.582Z Done
1972024-11-22T19:42:58.585Z Done
1982024-11-22T19:42:58.728Z Done
1992024-11-22T19:42:59.171ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-11-22T19:42:59.171Zclang system 15 system
2012024-11-22T19:42:59.171Zcsh system system illumos
2022024-11-22T19:42:59.171Zctags system system illumos
2032024-11-22T19:42:59.171Zgcc vendor 12 vendor
2042024-11-22T19:42:59.171Zgcc system 10 system
2052024-11-22T19:42:59.171Zgcc system 7 system
2062024-11-22T19:42:59.171Zgo system 1.20 system
2072024-11-22T19:42:59.171Zgo system 1.19 system
2082024-11-22T19:42:59.171Zllvm system 15 system
2092024-11-22T19:42:59.171Zllvm system 14 system
2102024-11-22T19:42:59.171Zmariadb system 10.6 system
2112024-11-22T19:42:59.171Zmta vendor vendor dma
2122024-11-22T19:42:59.171Zopenjdk system 17 system
2132024-11-22T19:42:59.171Zopenjdk system 11 system
2142024-11-22T19:42:59.171Zopenjdk system 1.8 system
2152024-11-22T19:42:59.171Zopenssl vendor 3 vendor
2162024-11-22T19:42:59.172Zperl system 5.36 system
2172024-11-22T19:42:59.172Zpostgresql system 15 system
2182024-11-22T19:42:59.172Zpostgresql system 13 system
2192024-11-22T19:42:59.172Zpython vendor 3 vendor
2202024-11-22T19:42:59.172Zpython system 2 system
2212024-11-22T19:42:59.172Zpython3 system 3.11 system
2222024-11-22T19:42:59.172Zruby system 3.0 system
2232024-11-22T19:42:59.172Zwords vendor vendor american-english
2242024-11-22T19:42:59.172Zwords system system australian-english
2252024-11-22T19:42:59.172Zwords system system british-english
2262024-11-22T19:42:59.172Zwords system system canadian-english
2272024-11-22T19:42:59.172Zwords system system french
2282024-11-22T19:42:59.172Zwords system system italian
2292024-11-22T19:42:59.172Zwords system system ngerman
2302024-11-22T19:42:59.172Zwords system system ogerman
2312024-11-22T19:42:59.172Zwords system system spanish
2322024-11-22T19:42:59.511ZPUBLISHER TYPE STATUS P LOCATION
2332024-11-22T19:42:59.511Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-11-22T19:43:02.125ZFMRI IFO
2352024-11-22T19:43:02.126Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-11-22T19:43:02.126Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-11-22T19:43:02.126Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-11-22T19:43:02.126Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-11-22T19:43:02.126Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-11-22T19:43:02.126Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-11-22T19:43:02.126Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-11-22T19:43:02.126Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-11-22T19:43:02.126Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-11-22T19:43:02.126Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2452024-11-22T19:43:02.126Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-11-22T19:43:02.126Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-11-22T19:43:02.126Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2482024-11-22T19:43:02.126Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-11-22T19:43:02.126Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-11-22T19:43:02.894Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-11-22T19:43:03.235Z Updating crates.io index
2522024-11-22T19:43:03.283Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-11-22T19:43:04.187Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-11-22T19:43:04.409Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552024-11-22T19:43:04.703Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562024-11-22T19:43:04.974Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-11-22T19:43:05.835Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582024-11-22T19:43:08.293Z Updating git repository `https://github.com/oxidecomputer/opte`
2592024-11-22T19:43:09.359Z Updating git repository `https://github.com/oxidecomputer/falcon`
2602024-11-22T19:43:10.089Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-11-22T19:43:10.387Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-11-22T19:43:10.706Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-11-22T19:43:11.300Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2642024-11-22T19:43:11.589Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652024-11-22T19:43:11.897Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-11-22T19:43:12.144Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-11-22T19:43:12.398Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-11-22T19:43:12.618Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-11-22T19:43:12.891Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702024-11-22T19:43:13.203Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712024-11-22T19:43:13.450Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2722024-11-22T19:43:13.771Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732024-11-22T19:43:14.225Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742024-11-22T19:43:14.527Z Updating git repository `https://github.com/oxidecomputer/crucible`
2752024-11-22T19:43:15.148Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762024-11-22T19:43:15.490Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772024-11-22T19:43:15.806Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2782024-11-22T19:43:16.082Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792024-11-22T19:43:16.300Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802024-11-22T19:43:16.560Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812024-11-22T19:43:17.882Z Downloading crates ...
2822024-11-22T19:43:17.967Z Downloaded anstyle-parse v0.2.5
2832024-11-22T19:43:17.971Z Downloaded anstyle v1.0.10
2842024-11-22T19:43:17.974Z Downloaded autocfg v1.4.0
2852024-11-22T19:43:17.978Z Downloaded anyhow v1.0.93
2862024-11-22T19:43:17.982Z Downloaded anstyle-query v1.1.1
2872024-11-22T19:43:17.985Z Downloaded bitflags v2.6.0
2882024-11-22T19:43:17.987Z Downloaded cargo_metadata v0.18.1
2892024-11-22T19:43:17.990Z Downloaded clap_derive v4.5.18
2902024-11-22T19:43:17.992Z Downloaded block-buffer v0.10.4
2912024-11-22T19:43:17.992Z Downloaded bytecount v0.6.8
2922024-11-22T19:43:17.995Z Downloaded cfg-if v1.0.0
2932024-11-22T19:43:17.997Z Downloaded camino v1.1.9
2942024-11-22T19:43:17.997Z Downloaded camino-tempfile v1.1.1
2952024-11-22T19:43:18.000Z Downloaded cargo_toml v0.20.5
2962024-11-22T19:43:18.003Z Downloaded byteorder v1.5.0
2972024-11-22T19:43:18.003Z Downloaded digest v0.10.7
2982024-11-22T19:43:18.006Z Downloaded clap v4.5.21
2992024-11-22T19:43:18.013Z Downloaded clap_lex v0.7.2
3002024-11-22T19:43:18.015Z Downloaded clap_builder v4.5.21
3012024-11-22T19:43:18.021Z Downloaded fs-err v2.11.0
3022024-11-22T19:43:18.024Z Downloaded dtrace-parser v0.2.0
3032024-11-22T19:43:18.026Z Downloaded crypto-common v0.1.6
3042024-11-22T19:43:18.026Z Downloaded colorchoice v1.0.2
3052024-11-22T19:43:18.029Z Downloaded cargo-platform v0.1.8
3062024-11-22T19:43:18.029Z Downloaded fnv v1.0.7
3072024-11-22T19:43:18.029Z Downloaded fastrand v2.1.1
3082024-11-22T19:43:18.031Z Downloaded errno v0.3.9
3092024-11-22T19:43:18.034Z Downloaded equivalent v1.0.1
3102024-11-22T19:43:18.034Z Downloaded dof v0.3.0
3112024-11-22T19:43:18.034Z Downloaded cpufeatures v0.2.14
3122024-11-22T19:43:18.036Z Downloaded anstream v0.6.15
3132024-11-22T19:43:18.039Z Downloaded itoa v1.0.11
3142024-11-22T19:43:18.041Z Downloaded heck v0.5.0
3152024-11-22T19:43:18.042Z Downloaded generic-array v0.14.7
3162024-11-22T19:43:18.044Z Downloaded is_terminal_polyfill v1.70.1
3172024-11-22T19:43:18.047Z Downloaded swrite v0.1.0
3182024-11-22T19:43:18.051Z Downloaded usdt-attr-macro v0.5.0
3192024-11-22T19:43:18.053Z Downloaded usdt-macro v0.5.0
3202024-11-22T19:43:18.053Z Downloaded pretty-hex v0.4.1
3212024-11-22T19:43:18.057Z Downloaded scroll_derive v0.12.0
3222024-11-22T19:43:18.060Z Downloaded heck v0.4.1
3232024-11-22T19:43:18.060Z Downloaded pest_generator v2.7.14
3242024-11-22T19:43:18.062Z Downloaded serde_spanned v0.6.8
3252024-11-22T19:43:18.062Z Downloaded memmap v0.7.0
3262024-11-22T19:43:18.064Z Downloaded thiserror-impl v1.0.69
3272024-11-22T19:43:18.067Z Downloaded macaddr v1.0.1
3282024-11-22T19:43:18.067Z Downloaded unicode-linebreak v0.1.5
3292024-11-22T19:43:18.069Z Downloaded proc-macro-error-attr v1.0.4
3302024-11-22T19:43:18.075Z Downloaded tabled_derive v0.7.0
3312024-11-22T19:43:18.077Z Downloaded version_check v0.9.5
3322024-11-22T19:43:18.081Z Downloaded serde_tokenstream v0.2.2
3332024-11-22T19:43:18.083Z Downloaded toml_datetime v0.6.8
3342024-11-22T19:43:18.083Z Downloaded strsim v0.11.1
3352024-11-22T19:43:18.086Z Downloaded smawk v0.3.2
3362024-11-22T19:43:18.086Z Downloaded scroll v0.12.0
3372024-11-22T19:43:18.089Z Downloaded plain v0.2.3
3382024-11-22T19:43:18.092Z Downloaded thread-id v4.2.2
3392024-11-22T19:43:18.092Z Downloaded terminal_size v0.4.0
3402024-11-22T19:43:18.096Z Downloaded usdt v0.5.0
3412024-11-22T19:43:18.098Z Downloaded quote v1.0.37
3422024-11-22T19:43:18.101Z Downloaded semver v1.0.23
3432024-11-22T19:43:18.104Z Downloaded indexmap v2.6.0
3442024-11-22T19:43:18.107Z Downloaded thiserror v1.0.69
3452024-11-22T19:43:18.111Z Downloaded pest_derive v2.7.14
3462024-11-22T19:43:18.113Z Downloaded tempfile v3.13.0
3472024-11-22T19:43:18.116Z Downloaded zerocopy-derive v0.7.35
3482024-11-22T19:43:18.120Z Downloaded utf8parse v0.2.2
3492024-11-22T19:43:18.122Z Downloaded proc-macro-error v1.0.4
3502024-11-22T19:43:18.124Z Downloaded usdt-impl v0.5.0
3512024-11-22T19:43:18.127Z Downloaded sha2 v0.10.8
3522024-11-22T19:43:18.129Z Downloaded ryu v1.0.18
3532024-11-22T19:43:18.131Z Downloaded proc-macro2 v1.0.89
3542024-11-22T19:43:18.134Z Downloaded log v0.4.22
3552024-11-22T19:43:18.136Z Downloaded pest_meta v2.7.14
3562024-11-22T19:43:18.139Z Downloaded typenum v1.17.0
3572024-11-22T19:43:18.141Z Downloaded ucd-trie v0.1.7
3582024-11-22T19:43:18.143Z Downloaded papergrid v0.11.0
3592024-11-22T19:43:18.147Z Downloaded serde_derive v1.0.215
3602024-11-22T19:43:18.149Z Downloaded toml v0.8.19
3612024-11-22T19:43:18.153Z Downloaded unicode-ident v1.0.13
3622024-11-22T19:43:18.156Z Downloaded textwrap v0.16.1
3632024-11-22T19:43:18.158Z Downloaded once_cell v1.20.2
3642024-11-22T19:43:18.161Z Downloaded serde v1.0.215
3652024-11-22T19:43:18.166Z Downloaded memchr v2.7.4
3662024-11-22T19:43:18.182Z Downloaded toml_edit v0.22.22
3672024-11-22T19:43:18.212Z Downloaded hashbrown v0.15.0
3682024-11-22T19:43:18.219Z Downloaded zerocopy v0.7.35
3692024-11-22T19:43:18.234Z Downloaded serde_json v1.0.132
3702024-11-22T19:43:18.240Z Downloaded goblin v0.8.2
3712024-11-22T19:43:18.246Z Downloaded winnow v0.6.20
3722024-11-22T19:43:18.255Z Downloaded tabled v0.15.0
3732024-11-22T19:43:18.270Z Downloaded pest v2.7.14
3742024-11-22T19:43:18.275Z Downloaded syn v1.0.109
3752024-11-22T19:43:18.284Z Downloaded unicode-width v0.1.14
3762024-11-22T19:43:18.290Z Downloaded syn v2.0.87
3772024-11-22T19:43:18.301Z Downloaded rustix v0.38.37
3782024-11-22T19:43:18.331Z Downloaded libc v0.2.162
3792024-11-22T19:43:18.651Z Compiling proc-macro2 v1.0.89
3802024-11-22T19:43:18.651Z Compiling unicode-ident v1.0.13
3812024-11-22T19:43:18.653Z Compiling version_check v0.9.5
3822024-11-22T19:43:18.653Z Compiling serde v1.0.215
3832024-11-22T19:43:18.653Z Compiling memchr v2.7.4
3842024-11-22T19:43:18.653Z Compiling thiserror v1.0.69
3852024-11-22T19:43:18.653Z Compiling libc v0.2.162
3862024-11-22T19:43:18.687Z Compiling ryu v1.0.18
3872024-11-22T19:43:19.182Z Compiling ucd-trie v0.1.7
3882024-11-22T19:43:19.493Z Compiling itoa v1.0.11
3892024-11-22T19:43:19.655Z Compiling once_cell v1.20.2
3902024-11-22T19:43:19.914Z Compiling byteorder v1.5.0
3912024-11-22T19:43:20.063Z Compiling rustix v0.38.37
3922024-11-22T19:43:20.184Z Compiling serde_json v1.0.132
3932024-11-22T19:43:20.210Z Compiling bitflags v2.6.0
3942024-11-22T19:43:20.336Z Compiling usdt-impl v0.5.0
3952024-11-22T19:43:20.531Z Compiling proc-macro-error-attr v1.0.4
3962024-11-22T19:43:20.625Z Compiling syn v1.0.109
3972024-11-22T19:43:20.651Z Compiling proc-macro-error v1.0.4
3982024-11-22T19:43:20.847Z Compiling utf8parse v0.2.2
3992024-11-22T19:43:20.896Z Compiling log v0.4.22
4002024-11-22T19:43:20.922Z Compiling camino v1.1.9
4012024-11-22T19:43:20.950Z Compiling equivalent v1.0.1
4022024-11-22T19:43:21.004Z Compiling hashbrown v0.15.0
4032024-11-22T19:43:21.072Z Compiling plain v0.2.3
4042024-11-22T19:43:21.244Z Compiling quote v1.0.37
4052024-11-22T19:43:21.298Z Compiling anstyle-parse v0.2.5
4062024-11-22T19:43:21.348Z Compiling errno v0.3.9
4072024-11-22T19:43:21.624Z Compiling syn v2.0.87
4082024-11-22T19:43:21.661Z Compiling thread-id v4.2.2
4092024-11-22T19:43:21.924Z Compiling colorchoice v1.0.2
4102024-11-22T19:43:21.988Z Compiling pretty-hex v0.4.1
4112024-11-22T19:43:22.117Z Compiling anstyle v1.0.10
4122024-11-22T19:43:22.140Z Compiling unicode-width v0.1.14
4132024-11-22T19:43:22.210Z Compiling winnow v0.6.20
4142024-11-22T19:43:22.319Z Compiling indexmap v2.6.0
4152024-11-22T19:43:22.556Z Compiling anstyle-query v1.1.1
4162024-11-22T19:43:22.658Z Compiling is_terminal_polyfill v1.70.1
4172024-11-22T19:43:22.726Z Compiling semver v1.0.23
4182024-11-22T19:43:22.803Z Compiling autocfg v1.4.0
4192024-11-22T19:43:23.160Z Compiling anstream v0.6.15
4202024-11-22T19:43:23.600Z Compiling heck v0.4.1
4212024-11-22T19:43:23.704Z Compiling bytecount v0.6.8
4222024-11-22T19:43:23.944Z Compiling terminal_size v0.4.0
4232024-11-22T19:43:23.971Z Compiling fs-err v2.11.0
4242024-11-22T19:43:23.998Z Compiling clap_lex v0.7.2
4252024-11-22T19:43:24.153Z Compiling heck v0.5.0
4262024-11-22T19:43:24.180Z Compiling fnv v1.0.7
4272024-11-22T19:43:24.278Z Compiling cfg-if v1.0.0
4282024-11-22T19:43:24.337Z Compiling anyhow v1.0.93
4292024-11-22T19:43:24.541Z Compiling fastrand v2.1.1
4302024-11-22T19:43:24.732Z Compiling strsim v0.11.1
4312024-11-22T19:43:24.828Z Compiling papergrid v0.11.0
4322024-11-22T19:43:25.096Z Compiling clap_builder v4.5.21
4332024-11-22T19:43:25.322Z Compiling tempfile v3.13.0
4342024-11-22T19:43:25.532Z Compiling memmap v0.7.0
4352024-11-22T19:43:25.705Z Compiling unicode-linebreak v0.1.5
4362024-11-22T19:43:25.903Z Compiling smawk v0.3.2
4372024-11-22T19:43:26.141Z Compiling textwrap v0.16.1
4382024-11-22T19:43:26.230Z Compiling swrite v0.1.0
4392024-11-22T19:43:27.532Z Compiling tabled_derive v0.7.0
4402024-11-22T19:43:29.095Z Compiling tabled v0.15.0
4412024-11-22T19:43:30.711Z Compiling serde_derive v1.0.215
4422024-11-22T19:43:30.711Z Compiling thiserror-impl v1.0.69
4432024-11-22T19:43:30.713Z Compiling zerocopy-derive v0.7.35
4442024-11-22T19:43:30.714Z Compiling scroll_derive v0.12.0
4452024-11-22T19:43:30.821Z Compiling clap_derive v4.5.18
4462024-11-22T19:43:32.115Z Compiling scroll v0.12.0
4472024-11-22T19:43:32.605Z Compiling goblin v0.8.2
4482024-11-22T19:43:32.694Z Compiling zerocopy v0.7.35
4492024-11-22T19:43:34.804Z Compiling clap v4.5.21
4502024-11-22T19:43:36.079Z Compiling pest v2.7.14
4512024-11-22T19:43:37.725Z Compiling pest_meta v2.7.14
4522024-11-22T19:43:38.831Z Compiling pest_generator v2.7.14
4532024-11-22T19:43:40.557Z Compiling pest_derive v2.7.14
4542024-11-22T19:43:40.687Z Compiling serde_tokenstream v0.2.2
4552024-11-22T19:43:40.894Z Compiling toml_datetime v0.6.8
4562024-11-22T19:43:40.894Z Compiling serde_spanned v0.6.8
4572024-11-22T19:43:41.179Z Compiling cargo-platform v0.1.8
4582024-11-22T19:43:41.244Z Compiling dtrace-parser v0.2.0
4592024-11-22T19:43:41.296Z Compiling toml_edit v0.22.22
4602024-11-22T19:43:41.474Z Compiling macaddr v1.0.1
4612024-11-22T19:43:41.834Z Compiling camino-tempfile v1.1.1
4622024-11-22T19:43:42.428Z Compiling dof v0.3.0
4632024-11-22T19:43:42.715Z Compiling cargo_metadata v0.18.1
4642024-11-22T19:43:44.171Z Compiling usdt-macro v0.5.0
4652024-11-22T19:43:44.172Z Compiling usdt-attr-macro v0.5.0
4662024-11-22T19:43:44.478Z Compiling toml v0.8.19
4672024-11-22T19:43:45.371Z Compiling cargo_toml v0.20.5
4682024-11-22T19:43:45.514Z Compiling usdt v0.5.0
4692024-11-22T19:43:48.998Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4702024-11-22T19:43:53.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.60s
4712024-11-22T19:43:53.528Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4722024-11-22T19:43:54.116Z Downloading crates ...
4732024-11-22T19:43:54.239Z Downloaded argon2 v0.5.3
4742024-11-22T19:43:54.247Z Downloaded const-oid v0.9.6
4752024-11-22T19:43:54.249Z Downloaded blowfish v0.9.1
4762024-11-22T19:43:54.253Z Downloaded atty v0.2.14
4772024-11-22T19:43:54.255Z Downloaded constant_time_eq v0.3.1
4782024-11-22T19:43:54.255Z Downloaded crossbeam-utils v0.8.20
4792024-11-22T19:43:54.258Z Downloaded addr2line v0.24.2
4802024-11-22T19:43:54.260Z Downloaded cassowary v0.3.0
4812024-11-22T19:43:54.269Z Downloaded matches v0.1.10
4822024-11-22T19:43:54.271Z Downloaded cc v1.1.30
4832024-11-22T19:43:54.275Z Downloaded bindgen v0.69.5
4842024-11-22T19:43:54.282Z Downloaded ahash v0.8.11
4852024-11-22T19:43:54.285Z Downloaded adler2 v2.0.0
4862024-11-22T19:43:54.290Z Downloaded aes-gcm v0.10.3
4872024-11-22T19:43:54.297Z Downloaded aho-corasick v1.1.3
4882024-11-22T19:43:54.303Z Downloaded aead v0.5.2
4892024-11-22T19:43:54.307Z Downloaded allocator-api2 v0.2.18
4902024-11-22T19:43:54.310Z Downloaded aes v0.8.4
4912024-11-22T19:43:54.315Z Downloaded russh-keys v0.45.0
4922024-11-22T19:43:54.318Z Downloaded darling v0.20.10
4932024-11-22T19:43:54.322Z Downloaded hex-literal v0.4.1
4942024-11-22T19:43:54.325Z Downloaded backoff v0.4.0
4952024-11-22T19:43:54.328Z Downloaded base16ct v0.2.0
4962024-11-22T19:43:54.328Z Downloaded hickory-resolver v0.24.1
4972024-11-22T19:43:54.333Z Downloaded atomicwrites v0.4.4
4982024-11-22T19:43:54.336Z Downloaded hickory-server v0.24.1
4992024-11-22T19:43:54.340Z Downloaded atomic-waker v1.1.2
5002024-11-22T19:43:54.343Z Downloaded async-trait v0.1.83
5012024-11-22T19:43:54.346Z Downloaded hostname v0.3.1
5022024-11-22T19:43:54.349Z Downloaded hmac v0.12.1
5032024-11-22T19:43:54.352Z Downloaded highway v1.2.0
5042024-11-22T19:43:54.355Z Downloaded base64 v0.13.1
5052024-11-22T19:43:54.357Z Downloaded home v0.5.9
5062024-11-22T19:43:54.360Z Downloaded hkdf v0.12.4
5072024-11-22T19:43:54.362Z Downloaded hickory-client v0.24.1
5082024-11-22T19:43:54.366Z Downloaded ciborium-io v0.2.2
5092024-11-22T19:43:54.369Z Downloaded cfg_aliases v0.2.1
5102024-11-22T19:43:54.371Z Downloaded cfg_aliases v0.1.1
5112024-11-22T19:43:54.374Z Downloaded http-body v1.0.1
5122024-11-22T19:43:54.374Z Downloaded bitflags v1.3.2
5132024-11-22T19:43:54.377Z Downloaded bitfield-struct v0.6.2
5142024-11-22T19:43:54.380Z Downloaded hickory-proto v0.24.1
5152024-11-22T19:43:54.397Z Downloaded icu_provider_macros v1.5.0
5162024-11-22T19:43:54.400Z Downloaded http-body-util v0.1.2
5172024-11-22T19:43:54.402Z Downloaded humantime v2.1.0
5182024-11-22T19:43:54.402Z Downloaded hubpack_derive v0.1.1
5192024-11-22T19:43:54.404Z Downloaded http-range v0.1.5
5202024-11-22T19:43:54.404Z Downloaded buf-list v1.0.3
5212024-11-22T19:43:54.407Z Downloaded ident_case v1.0.1
5222024-11-22T19:43:54.410Z Downloaded hyper-tls v0.6.0
5232024-11-22T19:43:54.412Z Downloaded httpdate v1.0.3
5242024-11-22T19:43:54.414Z Downloaded convert_case v0.4.0
5252024-11-22T19:43:54.415Z Downloaded instant v0.1.13
5262024-11-22T19:43:54.417Z Downloaded icu_locid_transform v1.5.0
5272024-11-22T19:43:54.420Z Downloaded crc-catalog v2.4.0
5282024-11-22T19:43:54.423Z Downloaded is_ci v1.2.0
5292024-11-22T19:43:54.423Z Downloaded cipher v0.4.4
5302024-11-22T19:43:54.425Z Downloaded chrono-tz-build v0.4.0
5312024-11-22T19:43:54.425Z Downloaded array-init v0.0.4
5322024-11-22T19:43:54.428Z Downloaded serde-big-array v0.5.1
5332024-11-22T19:43:54.432Z Downloaded impl-trait-for-tuples v0.2.2
5342024-11-22T19:43:54.434Z Downloaded hostname v0.4.0
5352024-11-22T19:43:54.434Z Downloaded crc v3.2.1
5362024-11-22T19:43:54.437Z Downloaded match_cfg v0.1.0
5372024-11-22T19:43:54.439Z Downloaded ciborium-ll v0.2.2
5382024-11-22T19:43:54.442Z Downloaded md5 v0.7.0
5392024-11-22T19:43:54.442Z Downloaded crossbeam-deque v0.8.5
5402024-11-22T19:43:54.444Z Downloaded instability v0.3.2
5412024-11-22T19:43:54.446Z Downloaded hubpack v0.1.2
5422024-11-22T19:43:54.446Z Downloaded indoc v1.0.9
5432024-11-22T19:43:54.450Z Downloaded ctr v0.9.2
5442024-11-22T19:43:54.452Z Downloaded mirai-annotations v1.12.0
5452024-11-22T19:43:54.455Z Downloaded maplit v1.0.2
5462024-11-22T19:43:54.455Z Downloaded rand_chacha v0.3.1
5472024-11-22T19:43:54.457Z Downloaded progenitor-macro v0.8.0
5482024-11-22T19:43:54.459Z Downloaded is-terminal v0.4.13
5492024-11-22T19:43:54.460Z Downloaded curve25519-dalek-derive v0.1.1
5502024-11-22T19:43:54.462Z Downloaded cancel-safe-futures v0.1.5
5512024-11-22T19:43:54.464Z Downloaded lazycell v1.3.0
5522024-11-22T19:43:54.467Z Downloaded lazy_static v1.5.0
5532024-11-22T19:43:54.470Z Downloaded libefi-sys v0.1.0
5542024-11-22T19:43:54.470Z Downloaded try-lock v0.2.5
5552024-11-22T19:43:54.472Z Downloaded rustc_version v0.4.1
5562024-11-22T19:43:54.472Z Downloaded internet-checksum v0.2.1
5572024-11-22T19:43:54.475Z Downloaded tower-service v0.3.3
5582024-11-22T19:43:54.477Z Downloaded icu_locid v1.5.0
5592024-11-22T19:43:54.481Z Downloaded smallvec v0.6.14
5602024-11-22T19:43:54.483Z Downloaded md-5 v0.10.6
5612024-11-22T19:43:54.486Z Downloaded structmeta v0.3.0
5622024-11-22T19:43:54.488Z Downloaded managed v0.8.0
5632024-11-22T19:43:54.488Z Downloaded lockfree-object-pool v0.1.6
5642024-11-22T19:43:54.491Z Downloaded darling_macro v0.20.10
5652024-11-22T19:43:54.494Z Downloaded crc32fast v1.4.2
5662024-11-22T19:43:54.496Z Downloaded cookie_store v0.21.0
5672024-11-22T19:43:54.498Z Downloaded lru v0.12.5
5682024-11-22T19:43:54.501Z Downloaded indent_write v2.2.0
5692024-11-22T19:43:54.501Z Downloaded iana-time-zone v0.1.61
5702024-11-22T19:43:54.503Z Downloaded diesel_table_macro_syntax v0.2.0
5712024-11-22T19:43:54.507Z Downloaded foreign-types v0.3.2
5722024-11-22T19:43:54.507Z Downloaded icu_normalizer v1.5.0
5732024-11-22T19:43:54.510Z Downloaded foreign-types-macros v0.2.3
5742024-11-22T19:43:54.512Z Downloaded mockall v0.13.0
5752024-11-22T19:43:54.515Z Downloaded lalrpop-util v0.19.12
5762024-11-22T19:43:54.517Z Downloaded shell-words v1.1.0
5772024-11-22T19:43:54.517Z Downloaded cookie v0.18.1
5782024-11-22T19:43:54.519Z Downloaded jobserver v0.1.32
5792024-11-22T19:43:54.522Z Downloaded clang-sys v1.8.1
5802024-11-22T19:43:54.524Z Downloaded ipnet v2.10.1
5812024-11-22T19:43:54.527Z Downloaded tabwriter v1.4.0
5822024-11-22T19:43:54.530Z Downloaded tui-tree-widget v0.22.0
5832024-11-22T19:43:54.532Z Downloaded opaque-debug v0.3.1
5842024-11-22T19:43:54.532Z Downloaded structmeta-derive v0.3.0
5852024-11-22T19:43:54.534Z Downloaded mime v0.3.17
5862024-11-22T19:43:54.537Z Downloaded precomputed-hash v0.1.1
5872024-11-22T19:43:54.537Z Downloaded peg-runtime v0.8.3
5882024-11-22T19:43:54.539Z Downloaded mime_guess v2.0.5
5892024-11-22T19:43:54.541Z Downloaded lock_api v0.4.12
5902024-11-22T19:43:54.544Z Downloaded icu_properties v1.5.1
5912024-11-22T19:43:54.546Z Downloaded utf8_iter v1.0.4
5922024-11-22T19:43:54.549Z Downloaded utf16_iter v1.0.5
5932024-11-22T19:43:54.549Z Downloaded utf-8 v0.7.6
5942024-11-22T19:43:54.551Z Downloaded mockall_derive v0.13.0
5952024-11-22T19:43:54.553Z Downloaded icu_normalizer_data v1.5.0
5962024-11-22T19:43:54.556Z Downloaded untrusted v0.9.0
5972024-11-22T19:43:54.558Z Downloaded diesel-dtrace v0.3.0
5982024-11-22T19:43:54.560Z Downloaded ena v0.14.3
5992024-11-22T19:43:54.563Z Downloaded embedded-io v0.6.1
6002024-11-22T19:43:54.563Z Downloaded embedded-io v0.4.0
6012024-11-22T19:43:54.565Z Downloaded sqlformat v0.2.6
6022024-11-22T19:43:54.568Z Downloaded crossbeam-epoch v0.9.18
6032024-11-22T19:43:54.570Z Downloaded compact_str v0.8.0
6042024-11-22T19:43:54.575Z Downloaded num v0.4.3
6052024-11-22T19:43:54.578Z Downloaded futures-task v0.3.31
6062024-11-22T19:43:54.580Z Downloaded futures-sink v0.3.31
6072024-11-22T19:43:54.580Z Downloaded futures-macro v0.3.31
6082024-11-22T19:43:54.582Z Downloaded serde_with_macros v3.11.0
6092024-11-22T19:43:54.586Z Downloaded bumpalo v3.16.0
6102024-11-22T19:43:54.589Z Downloaded take_mut v0.2.2
6112024-11-22T19:43:54.592Z Downloaded olpc-cjson v0.1.4
6122024-11-22T19:43:54.592Z Downloaded sync_wrapper v1.0.1
6132024-11-22T19:43:54.592Z Downloaded sync-ptr v0.1.1
6142024-11-22T19:43:54.595Z Downloaded r2d2 v0.8.10
6152024-11-22T19:43:54.595Z Downloaded peg v0.8.4
6162024-11-22T19:43:54.598Z Downloaded zerofrom v0.1.4
6172024-11-22T19:43:54.601Z Downloaded arc-swap v1.7.1
6182024-11-22T19:43:54.615Z Downloaded endian-type v0.1.2
6192024-11-22T19:43:54.618Z Downloaded want v0.3.1
6202024-11-22T19:43:54.618Z Downloaded shlex v1.3.0
6212024-11-22T19:43:54.620Z Downloaded salsa20 v0.10.2
6222024-11-22T19:43:54.620Z Downloaded rustc-hash v1.1.0
6232024-11-22T19:43:54.623Z Downloaded vsss-rs v3.3.4
6242024-11-22T19:43:54.625Z Downloaded newline-converter v0.3.0
6252024-11-22T19:43:54.628Z Downloaded siphasher v0.3.11
6262024-11-22T19:43:54.628Z Downloaded rusty-fork v0.3.0
6272024-11-22T19:43:54.634Z Downloaded rustls-pemfile v1.0.4
6282024-11-22T19:43:54.636Z Downloaded newtype_derive v0.1.6
6292024-11-22T19:43:54.636Z Downloaded stringprep v0.1.5
6302024-11-22T19:43:54.636Z Downloaded const_format v0.2.33
6312024-11-22T19:43:54.641Z Downloaded string_cache v0.8.7
6322024-11-22T19:43:54.644Z Downloaded password-hash v0.5.0
6332024-11-22T19:43:54.646Z Downloaded parking_lot_core v0.9.10
6342024-11-22T19:43:54.649Z Downloaded rpassword v7.3.1
6352024-11-22T19:43:54.651Z Downloaded progenitor-client v0.8.0
6362024-11-22T19:43:54.651Z Downloaded pretty-hex v0.2.1
6372024-11-22T19:43:54.651Z Downloaded synstructure v0.13.1
6382024-11-22T19:43:54.653Z Downloaded proc-macro-crate v1.3.1
6392024-11-22T19:43:54.655Z Downloaded vergen v8.3.2
6402024-11-22T19:43:54.658Z Downloaded peg-macros v0.8.4
6412024-11-22T19:43:54.660Z Downloaded tokio-tungstenite v0.23.1
6422024-11-22T19:43:54.663Z Downloaded rtoolbox v0.0.2
6432024-11-22T19:43:54.665Z Downloaded dhcproto-macros v0.1.0
6442024-11-22T19:43:54.665Z Downloaded data-encoding v2.6.0
6452024-11-22T19:43:54.668Z Downloaded crypto-bigint v0.5.5
6462024-11-22T19:43:54.674Z Downloaded ghash v0.5.1
6472024-11-22T19:43:54.676Z Downloaded write16 v1.0.0
6482024-11-22T19:43:54.679Z Downloaded float-ord v0.3.2
6492024-11-22T19:43:54.679Z Downloaded float-cmp v0.9.0
6502024-11-22T19:43:54.681Z Downloaded flagset v0.4.6
6512024-11-22T19:43:54.683Z Downloaded enum-as-inner v0.5.1
6522024-11-22T19:43:54.686Z Downloaded toolchain_find v0.4.0
6532024-11-22T19:43:54.686Z Downloaded rsa v0.9.6
6542024-11-22T19:43:54.695Z Downloaded dsl_auto_type v0.1.2
6552024-11-22T19:43:54.698Z Downloaded paste v1.0.15
6562024-11-22T19:43:54.698Z Downloaded foreign-types-shared v0.1.1
6572024-11-22T19:43:54.701Z Downloaded progenitor v0.8.0
6582024-11-22T19:43:54.701Z Downloaded tokio-tungstenite v0.21.0
6592024-11-22T19:43:54.704Z Downloaded tokio-stream v0.1.16
6602024-11-22T19:43:54.709Z Downloaded openssl-macros v0.1.1
6612024-11-22T19:43:54.711Z Downloaded serde_repr v0.1.19
6622024-11-22T19:43:54.714Z Downloaded openssl-probe v0.1.5
6632024-11-22T19:43:54.716Z Downloaded tokio-tungstenite v0.24.0
6642024-11-22T19:43:54.719Z Downloaded http v1.1.0
6652024-11-22T19:43:54.724Z Downloaded getrandom v0.2.15
6662024-11-22T19:43:54.726Z Downloaded walkdir v2.5.0
6672024-11-22T19:43:54.729Z Downloaded tls_codec_derive v0.4.1
6682024-11-22T19:43:54.732Z Downloaded oso-derive v0.27.3
6692024-11-22T19:43:54.732Z Downloaded static_assertions v1.1.0
6702024-11-22T19:43:54.732Z Downloaded tls_codec v0.4.1
6712024-11-22T19:43:54.734Z Downloaded writeable v0.5.5
6722024-11-22T19:43:54.737Z Downloaded psl-types v2.0.11
6732024-11-22T19:43:54.740Z Downloaded tokio-native-tls v0.3.1
6742024-11-22T19:43:54.742Z Downloaded fallible-iterator v0.2.0
6752024-11-22T19:43:54.742Z Downloaded russh-cryptovec v0.7.3
6762024-11-22T19:43:54.744Z Downloaded foldhash v0.1.3
6772024-11-22T19:43:54.747Z Downloaded zeroize_derive v1.4.2
6782024-11-22T19:43:54.747Z Downloaded strum v0.26.3
6792024-11-22T19:43:54.749Z Downloaded tokio-rustls v0.24.1
6802024-11-22T19:43:54.752Z Downloaded serde_derive_internals v0.29.1
6812024-11-22T19:43:54.754Z Downloaded sct v0.7.1
6822024-11-22T19:43:54.757Z Downloaded tinyvec_macros v0.1.1
6832024-11-22T19:43:54.759Z Downloaded termios v0.3.3
6842024-11-22T19:43:54.762Z Downloaded password-hash v0.4.2
6852024-11-22T19:43:54.764Z Downloaded url v2.5.3
6862024-11-22T19:43:54.767Z Downloaded number_prefix v0.4.0
6872024-11-22T19:43:54.769Z Downloaded poly1305 v0.8.0
6882024-11-22T19:43:54.772Z Downloaded powerfmt v0.2.0
6892024-11-22T19:43:54.775Z Downloaded elliptic-curve v0.13.8
6902024-11-22T19:43:54.778Z Downloaded group v0.13.0
6912024-11-22T19:43:54.780Z Downloaded fallible-iterator v0.3.0
6922024-11-22T19:43:54.783Z Downloaded toml v0.7.8
6932024-11-22T19:43:54.785Z Downloaded rustfmt-wrapper v0.2.1
6942024-11-22T19:43:54.788Z Downloaded ppv-lite86 v0.2.20
6952024-11-22T19:43:54.790Z Downloaded hash32 v0.2.1
6962024-11-22T19:43:54.790Z Downloaded glob v0.3.1
6972024-11-22T19:43:54.792Z Downloaded rustc-hash v2.0.0
6982024-11-22T19:43:54.795Z Downloaded futures-core v0.3.31
6992024-11-22T19:43:54.797Z Downloaded diesel_derives v2.2.3
7002024-11-22T19:43:54.800Z Downloaded strum_macros v0.24.3
7012024-11-22T19:43:54.803Z Downloaded phf v0.11.2
7022024-11-22T19:43:54.805Z Downloaded unarray v0.1.4
7032024-11-22T19:43:54.808Z Downloaded topological-sort v0.2.2
7042024-11-22T19:43:54.808Z Downloaded rustls-pemfile v2.2.0
7052024-11-22T19:43:54.810Z Downloaded diff v0.1.13
7062024-11-22T19:43:54.814Z Downloaded downcast v0.11.0
7072024-11-22T19:43:54.816Z Downloaded zerovec-derive v0.10.3
7082024-11-22T19:43:54.819Z Downloaded nodrop v0.1.14
7092024-11-22T19:43:54.819Z Downloaded zopfli v0.8.1
7102024-11-22T19:43:54.821Z Downloaded defmt v0.3.8
7112024-11-22T19:43:54.825Z Downloaded debug-ignore v1.0.5
7122024-11-22T19:43:54.827Z Downloaded thiserror-impl-no-std v2.0.2
7132024-11-22T19:43:54.831Z Downloaded rustversion v1.0.17
7142024-11-22T19:43:54.834Z Downloaded minimal-lexical v0.2.1
7152024-11-22T19:43:54.837Z Downloaded path-slash v0.1.5
7162024-11-22T19:43:54.839Z Downloaded rustc-demangle v0.1.24
7172024-11-22T19:43:54.839Z Downloaded pin-project v1.1.6
7182024-11-22T19:43:54.854Z Downloaded sqlparser_derive v0.2.2
7192024-11-22T19:43:54.856Z Downloaded pkg-config v0.3.31
7202024-11-22T19:43:54.858Z Downloaded polyval v0.6.2
7212024-11-22T19:43:54.858Z Downloaded new_debug_unreachable v1.0.6
7222024-11-22T19:43:54.861Z Downloaded heck v0.3.3
7232024-11-22T19:43:54.863Z Downloaded ssh-cipher v0.2.0
7242024-11-22T19:43:54.863Z Downloaded twox-hash v1.6.3
7252024-11-22T19:43:54.866Z Downloaded slog-stdlog v4.1.1
7262024-11-22T19:43:54.868Z Downloaded slog-scope v4.4.0
7272024-11-22T19:43:54.870Z Downloaded slog-json v2.6.1
7282024-11-22T19:43:54.873Z Downloaded mio v1.0.2
7292024-11-22T19:43:54.877Z Downloaded zone_cfg_derive v0.3.0
7302024-11-22T19:43:54.880Z Downloaded libxml v0.3.3
7312024-11-22T19:43:54.886Z Downloaded derive_builder_macro v0.20.2
7322024-11-22T19:43:54.889Z Downloaded fd-lock v4.0.2
7332024-11-22T19:43:54.889Z Downloaded dyn-clone v1.0.17
7342024-11-22T19:43:54.891Z Downloaded defmt-parser v0.3.4
7352024-11-22T19:43:54.893Z Downloaded openssl-sys v0.9.103
7362024-11-22T19:43:54.898Z Downloaded parse-size v1.1.0
7372024-11-22T19:43:54.901Z Downloaded foreign-types-shared v0.3.1
7382024-11-22T19:43:54.901Z Downloaded pbkdf2 v0.11.0
7392024-11-22T19:43:54.903Z Downloaded num-integer v0.1.46
7402024-11-22T19:43:54.905Z Downloaded unicase v2.7.0
7412024-11-22T19:43:54.908Z Downloaded native-tls v0.2.12
7422024-11-22T19:43:54.910Z Downloaded fs_extra v1.3.0
7432024-11-22T19:43:54.913Z Downloaded signal-hook-tokio v0.3.1
7442024-11-22T19:43:54.916Z Downloaded ff v0.13.0
7452024-11-22T19:43:54.918Z Downloaded idna v1.0.3
7462024-11-22T19:43:54.922Z Downloaded xattr v1.3.1
7472024-11-22T19:43:54.925Z Downloaded num-iter v0.1.45
7482024-11-22T19:43:54.925Z Downloaded postcard v1.0.10
7492024-11-22T19:43:54.928Z Downloaded universal-hash v0.5.1
7502024-11-22T19:43:54.931Z Downloaded pbkdf2 v0.12.2
7512024-11-22T19:43:54.934Z Downloaded unicode-xid v0.2.6
7522024-11-22T19:43:54.934Z Downloaded tiny-keccak v2.0.2
7532024-11-22T19:43:54.936Z Downloaded defmt-macros v0.3.9
7542024-11-22T19:43:54.939Z Downloaded typify v0.2.0
7552024-11-22T19:43:54.955Z Downloaded filetime v0.2.25
7562024-11-22T19:43:54.955Z Downloaded wyz v0.5.1
7572024-11-22T19:43:54.955Z Downloaded snafu-derive v0.8.5
7582024-11-22T19:43:54.955Z Downloaded num-bigint v0.4.6
7592024-11-22T19:43:54.958Z Downloaded yoke v0.7.4
7602024-11-22T19:43:54.958Z Downloaded hyper v1.5.0
7612024-11-22T19:43:54.964Z Downloaded yoke-derive v0.7.4
7622024-11-22T19:43:54.972Z Downloaded scrypt v0.11.0
7632024-11-22T19:43:54.972Z Downloaded percent-encoding v2.3.1
7642024-11-22T19:43:54.972Z Downloaded fragile v2.0.0
7652024-11-22T19:43:54.972Z Downloaded unicode-properties v0.1.3
7662024-11-22T19:43:54.979Z Downloaded form_urlencoded v1.2.1
7672024-11-22T19:43:54.979Z Downloaded fixedbitset v0.4.2
7682024-11-22T19:43:54.979Z Downloaded scopeguard v1.2.0
7692024-11-22T19:43:54.979Z Downloaded sigpipe v0.1.3
7702024-11-22T19:43:54.979Z Downloaded normalize-line-endings v0.3.0
7712024-11-22T19:43:54.979Z Downloaded zerocopy v0.6.6
7722024-11-22T19:43:54.985Z Downloaded num_enum v0.5.11
7732024-11-22T19:43:54.989Z Downloaded num-rational v0.4.2
7742024-11-22T19:43:54.991Z Downloaded spki v0.7.3
7752024-11-22T19:43:54.991Z Downloaded tokio-postgres v0.7.12
7762024-11-22T19:43:54.996Z Downloaded waitgroup v0.1.2
7772024-11-22T19:43:54.999Z Downloaded fxhash v0.2.1
7782024-11-22T19:43:54.999Z Downloaded parse-display-derive v0.10.0
7792024-11-22T19:43:55.002Z Downloaded zip v0.6.6
7802024-11-22T19:43:55.004Z Downloaded ssh-encoding v0.2.0
7812024-11-22T19:43:55.007Z Downloaded blake3 v1.5.4
7822024-11-22T19:43:55.015Z Downloaded ref-cast-impl v1.0.23
7832024-11-22T19:43:55.017Z Downloaded futures-io v0.3.31
7842024-11-22T19:43:55.017Z Downloaded vte_generate_state_changes v0.1.2
7852024-11-22T19:43:55.020Z Downloaded futures-executor v0.3.31
7862024-11-22T19:43:55.020Z Downloaded difflib v0.4.0
7872024-11-22T19:43:55.022Z Downloaded zone_cfg_derive v0.1.2
7882024-11-22T19:43:55.022Z Downloaded hash32 v0.3.1
7892024-11-22T19:43:55.025Z Downloaded zone v0.3.0
7902024-11-22T19:43:55.025Z Downloaded zone v0.1.8
7912024-11-22T19:43:55.027Z Downloaded signature v2.2.0
7922024-11-22T19:43:55.027Z Downloaded unicode-bidi v0.3.17
7932024-11-22T19:43:55.030Z Downloaded headers v0.4.0
7942024-11-22T19:43:55.036Z Downloaded fallible-streaming-iterator v0.1.9
7952024-11-22T19:43:55.038Z Downloaded derive_builder_core v0.20.2
7962024-11-22T19:43:55.041Z Downloaded radium v0.7.0
7972024-11-22T19:43:55.041Z Downloaded quick-error v1.2.3
7982024-11-22T19:43:55.043Z Downloaded serde_urlencoded v0.7.1
7992024-11-22T19:43:55.045Z Downloaded futures-channel v0.3.31
8002024-11-22T19:43:55.048Z Downloaded tracing-attributes v0.1.27
8012024-11-22T19:43:55.050Z Downloaded thread_local v1.1.8
8022024-11-22T19:43:55.051Z Downloaded rand_core v0.6.4
8032024-11-22T19:43:55.053Z Downloaded tungstenite v0.24.0
8042024-11-22T19:43:55.056Z Downloaded spin v0.9.8
8052024-11-22T19:43:55.060Z Downloaded ron v0.8.1
8062024-11-22T19:43:55.065Z Downloaded wait-timeout v0.2.0
8072024-11-22T19:43:55.067Z Downloaded whoami v1.5.2
8082024-11-22T19:43:55.070Z Downloaded rayon v1.10.0
8092024-11-22T19:43:55.079Z Downloaded num_threads v0.1.7
8102024-11-22T19:43:55.083Z Downloaded num_enum_derive v0.5.11
8112024-11-22T19:43:55.083Z Downloaded rand_xorshift v0.3.0
8122024-11-22T19:43:55.083Z Downloaded phf_shared v0.11.2
8132024-11-22T19:43:55.086Z Downloaded slab v0.4.9
8142024-11-22T19:43:55.088Z Downloaded simd-adler32 v0.3.7
8152024-11-22T19:43:55.088Z Downloaded unicode-truncate v1.1.0
8162024-11-22T19:43:55.090Z Downloaded yasna v0.5.2
8172024-11-22T19:43:55.093Z Downloaded tracing-core v0.1.32
8182024-11-22T19:43:55.095Z Downloaded schemars v0.8.21
8192024-11-22T19:43:55.107Z Downloaded ref-cast v1.0.23
8202024-11-22T19:43:55.110Z Downloaded display-error-chain v0.2.2
8212024-11-22T19:43:55.112Z Downloaded dirs-sys-next v0.1.2
8222024-11-22T19:43:55.112Z Downloaded dirs-next v2.0.0
8232024-11-22T19:43:55.114Z Downloaded owo-colors v4.1.0
8242024-11-22T19:43:55.118Z Downloaded steno v0.4.1
8252024-11-22T19:43:55.121Z Downloaded phf_shared v0.10.0
8262024-11-22T19:43:55.123Z Downloaded qorb v0.2.0
8272024-11-22T19:43:55.127Z Downloaded dhcproto v0.12.0
8282024-11-22T19:43:55.130Z Downloaded fatfs v0.3.6
8292024-11-22T19:43:55.133Z Downloaded structmeta v0.2.0
8302024-11-22T19:43:55.135Z Downloaded strip-ansi-escapes v0.2.0
8312024-11-22T19:43:55.135Z Downloaded spin v0.5.2
8322024-11-22T19:43:55.138Z Downloaded bitvec v1.0.1
8332024-11-22T19:43:55.153Z Downloaded strum_macros v0.26.4
8342024-11-22T19:43:55.158Z Downloaded rand_seeder v0.3.0
8352024-11-22T19:43:55.161Z Downloaded pkcs1 v0.7.5
8362024-11-22T19:43:55.161Z Downloaded slog v2.7.0
8372024-11-22T19:43:55.164Z Downloaded enum-as-inner v0.6.1
8382024-11-22T19:43:55.164Z Downloaded phf_codegen v0.11.2
8392024-11-22T19:43:55.167Z Downloaded parse-display v0.10.0
8402024-11-22T19:43:55.167Z Downloaded nu-ansi-term v0.50.1
8412024-11-22T19:43:55.171Z Downloaded env_logger v0.10.2
8422024-11-22T19:43:55.171Z Downloaded pkcs5 v0.7.1
8432024-11-22T19:43:55.175Z Downloaded tinystr v0.7.6
8442024-11-22T19:43:55.180Z Downloaded zip v2.1.3
8452024-11-22T19:43:55.184Z Downloaded chrono v0.4.38
8462024-11-22T19:43:55.189Z Downloaded parking_lot v0.11.2
8472024-11-22T19:43:55.192Z Downloaded parking_lot_core v0.8.6
8482024-11-22T19:43:55.194Z Downloaded vte v0.11.1
8492024-11-22T19:43:55.197Z Downloaded rand v0.8.5
8502024-11-22T19:43:55.200Z Downloaded displaydoc v0.2.5
8512024-11-22T19:43:55.203Z Downloaded env_logger v0.11.5
8522024-11-22T19:43:55.206Z Downloaded rcgen v0.12.1
8532024-11-22T19:43:55.209Z Downloaded typed-path v0.9.3
8542024-11-22T19:43:55.216Z Downloaded tinyvec v1.8.0
8552024-11-22T19:43:55.219Z Downloaded ron v0.7.1
8562024-11-22T19:43:55.226Z Downloaded signal-hook v0.3.17
8572024-11-22T19:43:55.228Z Downloaded zerovec v0.10.4
8582024-11-22T19:43:55.234Z Downloaded parking_lot v0.12.3
8592024-11-22T19:43:55.236Z Downloaded test-strategy v0.3.1
8602024-11-22T19:43:55.240Z Downloaded subprocess v0.2.9
8612024-11-22T19:43:55.243Z Downloaded unicode-normalization v0.1.24
8622024-11-22T19:43:55.247Z Downloaded icu_properties_data v1.5.0
8632024-11-22T19:43:55.258Z Downloaded tar v0.4.42
8642024-11-22T19:43:55.261Z Downloaded unsafe-libyaml v0.2.11
8652024-11-22T19:43:55.264Z Downloaded rustls-webpki v0.102.8
8662024-11-22T19:43:55.284Z Downloaded p256 v0.13.2
8672024-11-22T19:43:55.288Z Downloaded der v0.7.9
8682024-11-22T19:43:55.292Z Downloaded expectorate v1.1.0
8692024-11-22T19:43:55.294Z Downloaded lalrpop v0.19.12
8702024-11-22T19:43:55.306Z Downloaded salty v0.3.0
8712024-11-22T19:43:55.313Z Downloaded hashbrown v0.14.5
8722024-11-22T19:43:55.323Z Downloaded tough v0.19.0
8732024-11-22T19:43:55.328Z Downloaded vcpkg v0.2.15
8742024-11-22T19:43:55.368Z Downloaded portable-atomic v1.9.0
8752024-11-22T19:43:55.374Z Downloaded idna v0.3.0
8762024-11-22T19:43:55.382Z Downloaded quinn-proto v0.11.8
8772024-11-22T19:43:55.389Z Downloaded unicode-segmentation v1.12.0
8782024-11-22T19:43:55.394Z Downloaded rusqlite v0.32.1
8792024-11-22T19:43:55.401Z Downloaded rustls-webpki v0.101.7
8802024-11-22T19:43:55.417Z Downloaded winnow v0.5.40
8812024-11-22T19:43:55.427Z Downloaded git2 v0.19.0
8822024-11-22T19:43:55.436Z Downloaded reedline v0.35.0
8832024-11-22T19:43:55.443Z Downloaded num-bigint-dig v0.8.4
8842024-11-22T19:43:55.449Z Downloaded zerocopy v0.8.10
8852024-11-22T19:43:55.474Z Downloaded trust-dns-proto v0.22.0
8862024-11-22T19:43:55.486Z Downloaded petname v2.0.2
8872024-11-22T19:43:55.493Z Downloaded webpki-roots v0.26.6
8882024-11-22T19:43:55.497Z Downloaded regress v0.9.1
8892024-11-22T19:43:55.508Z Downloaded object v0.36.5
8902024-11-22T19:43:55.521Z Downloaded radix_trie v0.2.1
8912024-11-22T19:43:55.526Z Downloaded polar-core v0.27.3
8922024-11-22T19:43:55.537Z Downloaded regress v0.10.1
8932024-11-22T19:43:55.545Z Downloaded regex v1.11.1
8942024-11-22T19:43:55.560Z Downloaded sqlparser v0.45.0
8952024-11-22T19:43:55.565Z Downloaded p384 v0.13.0
8962024-11-22T19:43:55.572Z Downloaded regex-syntax v0.6.29
8972024-11-22T19:43:55.580Z Downloaded rustls v0.21.12
8982024-11-22T19:43:55.593Z Downloaded nix v0.28.0
8992024-11-22T19:43:55.605Z Downloaded dropshot v0.12.0
9002024-11-22T19:43:55.627Z Downloaded openssl v0.10.66
9012024-11-22T19:43:55.637Z Downloaded nix v0.29.0
9022024-11-22T19:43:55.649Z Downloaded rustls v0.22.4
9032024-11-22T19:43:55.663Z Downloaded openapiv3 v2.0.0
9042024-11-22T19:43:55.675Z Downloaded rustls v0.23.14
9052024-11-22T19:43:55.689Z Downloaded gimli v0.31.1
9062024-11-22T19:43:55.697Z Downloaded ratatui v0.28.1
9072024-11-22T19:43:55.719Z Downloaded smoltcp v0.11.0
9082024-11-22T19:43:55.733Z Downloaded zerocopy-derive v0.6.6
9092024-11-22T19:43:55.743Z Downloaded diesel v2.2.4
9102024-11-22T19:43:55.763Z Downloaded dropshot v0.13.0
9112024-11-22T19:43:55.783Z Downloaded typify-impl v0.2.0
9122024-11-22T19:43:55.800Z Downloaded bzip2-sys v0.1.11+1.0.8
9132024-11-22T19:43:55.813Z Downloaded sled v0.34.7
9142024-11-22T19:43:55.823Z Downloaded regex-syntax v0.8.5
9152024-11-22T19:43:55.832Z Downloaded nix v0.27.1
9162024-11-22T19:43:55.843Z Downloaded regex-automata v0.4.8
9172024-11-22T19:43:55.862Z Downloaded bstr v1.10.0
9182024-11-22T19:43:55.872Z Downloaded chrono-tz v0.10.0
9192024-11-22T19:43:55.879Z Downloaded smoltcp v0.9.1
9202024-11-22T19:43:55.891Z Downloaded unicode-width v0.2.0
9212024-11-22T19:43:55.898Z Downloaded petgraph v0.6.5
9222024-11-22T19:43:55.916Z Downloaded tokio v1.40.0
9232024-11-22T19:43:55.954Z Downloaded lzma-sys v0.1.20
9242024-11-22T19:43:55.983Z Downloaded idna v0.4.0
9252024-11-22T19:43:55.989Z Downloaded idna v0.5.0
9262024-11-22T19:43:55.997Z Downloaded object v0.30.4
9272024-11-22T19:43:56.007Z Downloaded sha3 v0.10.8
9282024-11-22T19:43:56.012Z Downloaded csv v1.3.0
9292024-11-22T19:43:56.032Z Downloaded idna v0.2.3
9302024-11-22T19:43:56.038Z Downloaded nom v7.1.3
9312024-11-22T19:43:56.044Z Downloaded proptest v1.5.0
9322024-11-22T19:43:56.053Z Downloaded libz-sys v1.1.20
9332024-11-22T19:43:56.074Z Downloaded h2 v0.4.6
9342024-11-22T19:43:56.081Z Downloaded curve25519-dalek v4.1.3
9352024-11-22T19:43:56.090Z Downloaded quick-xml v0.33.0
9362024-11-22T19:43:56.096Z Downloaded socket2 v0.5.7
9372024-11-22T19:43:56.098Z Downloaded tracing v0.1.40
9382024-11-22T19:43:56.102Z Downloaded x509-cert v0.2.5
9392024-11-22T19:43:56.108Z Downloaded russh v0.45.0
9402024-11-22T19:43:56.114Z Downloaded p521 v0.13.3
9412024-11-22T19:43:56.118Z Downloaded futures-util v0.3.31
9422024-11-22T19:43:56.129Z Downloaded serde_with v3.11.0
9432024-11-22T19:43:56.138Z Downloaded tap v1.0.1
9442024-11-22T19:43:56.140Z Downloaded tungstenite v0.23.0
9452024-11-22T19:43:56.143Z Downloaded hashbrown v0.13.2
9462024-11-22T19:43:56.147Z Downloaded reqwest v0.12.9
9472024-11-22T19:43:56.157Z Downloaded snafu v0.8.5
9482024-11-22T19:43:56.162Z Downloaded futures v0.3.31
9492024-11-22T19:43:56.166Z Downloaded rayon-core v1.12.1
9502024-11-22T19:43:56.170Z Downloaded flume v0.11.1
9512024-11-22T19:43:56.174Z Downloaded heapless v0.8.0
9522024-11-22T19:43:56.178Z Downloaded toml_edit v0.19.15
9532024-11-22T19:43:56.193Z Downloaded env_filter v0.1.2
9542024-11-22T19:43:56.196Z Downloaded typify-macro v0.2.0
9552024-11-22T19:43:56.198Z Downloaded rfc6979 v0.4.0
9562024-11-22T19:43:56.198Z Downloaded resolv-conf v0.7.0
9572024-11-22T19:43:56.200Z Downloaded postgres-types v0.2.8
9582024-11-22T19:43:56.203Z Downloaded postgres-protocol v0.6.7
9592024-11-22T19:43:56.205Z Downloaded num-complex v0.4.6
9602024-11-22T19:43:56.205Z Downloaded term v0.7.0
9612024-11-22T19:43:56.208Z Downloaded ssh-key v0.6.6
9622024-11-22T19:43:56.215Z Downloaded tokio-util v0.7.12
9632024-11-22T19:43:56.222Z Downloaded encoding_rs v0.8.34
9642024-11-22T19:43:56.244Z Downloaded heapless v0.7.17
9652024-11-22T19:43:56.248Z Downloaded num-derive v0.4.2
9662024-11-22T19:43:56.250Z Downloaded num-conv v0.1.0
9672024-11-22T19:43:56.252Z Downloaded strum_macros v0.25.3
9682024-11-22T19:43:56.252Z Downloaded packed_struct_codegen v0.10.1
9692024-11-22T19:43:56.254Z Downloaded xz2 v0.1.7
9702024-11-22T19:43:56.257Z Downloaded thiserror-no-std v2.0.2
9712024-11-22T19:43:56.259Z Downloaded der_derive v0.7.3
9722024-11-22T19:43:56.262Z Downloaded flate2 v1.0.34
9732024-11-22T19:43:56.265Z Downloaded rustyline v14.0.0
9742024-11-22T19:43:56.270Z Downloaded itertools v0.13.0
9752024-11-22T19:43:56.277Z Downloaded publicsuffix v2.2.3
9762024-11-22T19:43:56.280Z Downloaded dropshot_endpoint v0.13.0
9772024-11-22T19:43:56.283Z Downloaded derive_builder v0.20.2
9782024-11-22T19:43:56.288Z Downloaded pem-rfc7468 v0.7.0
9792024-11-22T19:43:56.290Z Downloaded parse-zoneinfo v0.3.1
9802024-11-22T19:43:56.292Z Downloaded itertools v0.12.1
9812024-11-22T19:43:56.300Z Downloaded itertools v0.10.5
9822024-11-22T19:43:56.306Z Downloaded hashbrown v0.12.3
9832024-11-22T19:43:56.311Z Downloaded time v0.3.36
9842024-11-22T19:43:56.318Z Downloaded derive_more v0.99.18
9852024-11-22T19:43:56.322Z Downloaded crossterm v0.28.1
9862024-11-22T19:43:56.329Z Downloaded slog-dtrace v0.3.0
9872024-11-22T19:43:56.331Z Downloaded dropshot_endpoint v0.12.0
9882024-11-22T19:43:56.334Z Downloaded half v2.4.1
9892024-11-22T19:43:56.336Z Downloaded darling_core v0.20.10
9902024-11-22T19:43:56.340Z Downloaded zerocopy-derive v0.8.10
9912024-11-22T19:43:56.346Z Downloaded signal-hook-registry v1.4.2
9922024-11-22T19:43:56.349Z Downloaded signal-hook-mio v0.2.4
9932024-11-22T19:43:56.349Z Downloaded pkcs8 v0.10.2
9942024-11-22T19:43:56.351Z Downloaded des v0.8.1
9952024-11-22T19:43:56.353Z Downloaded ed25519-dalek v2.1.1
9962024-11-22T19:43:56.356Z Downloaded libm v0.2.8
9972024-11-22T19:43:56.364Z Downloaded slog-bunyan v2.5.0
9982024-11-22T19:43:56.366Z Downloaded slog-async v2.8.0
9992024-11-22T19:43:56.366Z Downloaded libgit2-sys v0.17.0+1.8.1
10002024-11-22T19:43:56.424Z Downloaded oso v0.27.3
10012024-11-22T19:43:56.427Z Downloaded scheduled-thread-pool v0.2.7
10022024-11-22T19:43:56.431Z Downloaded same-file v1.0.6
10032024-11-22T19:43:56.431Z Downloaded pem v3.0.4
10042024-11-22T19:43:56.433Z Downloaded funty v2.0.0
10052024-11-22T19:43:56.433Z Downloaded dunce v1.0.5
10062024-11-22T19:43:56.433Z Downloaded globset v0.4.15
10072024-11-22T19:43:56.437Z Downloaded rustls-pki-types v1.9.0
10082024-11-22T19:43:56.440Z Downloaded prettyplease v0.2.25
10092024-11-22T19:43:56.443Z Downloaded unicode_categories v0.1.1
10102024-11-22T19:43:56.443Z Downloaded zeroize v1.8.1
10112024-11-22T19:43:56.446Z Downloaded tokio-macros v2.4.0
10122024-11-22T19:43:56.446Z Downloaded hashlink v0.9.1
10132024-11-22T19:43:56.448Z Downloaded quinn v0.11.5
10142024-11-22T19:43:56.451Z Downloaded similar v2.6.0
10152024-11-22T19:43:56.456Z Downloaded derive-where v1.2.7
10162024-11-22T19:43:56.460Z Downloaded termcolor v1.4.1
10172024-11-22T19:43:56.463Z Downloaded ecdsa v0.16.9
10182024-11-22T19:43:56.465Z Downloaded crossbeam-channel v0.5.13
10192024-11-22T19:43:56.468Z Downloaded serde_plain v1.0.2
10202024-11-22T19:43:56.470Z Downloaded serde_path_to_error v0.1.16
10212024-11-22T19:43:56.473Z Downloaded serde-hex v0.1.0
10222024-11-22T19:43:56.476Z Downloaded secrecy v0.8.0
10232024-11-22T19:43:56.476Z Downloaded sec1 v0.7.3
10242024-11-22T19:43:56.478Z Downloaded pin-project-lite v0.2.14
10252024-11-22T19:43:56.482Z Downloaded slog-term v2.9.1
10262024-11-22T19:43:56.484Z Downloaded num-traits v0.2.19
10272024-11-22T19:43:56.487Z Downloaded predicates-tree v1.0.11
10282024-11-22T19:43:56.489Z Downloaded predicates-core v1.0.8
10292024-11-22T19:43:56.489Z Downloaded predicates v3.1.2
10302024-11-22T19:43:56.492Z Downloaded omicron-zone-package v0.11.1
10312024-11-22T19:43:56.495Z Downloaded packed_struct v0.10.1
10322024-11-22T19:43:56.497Z Downloaded zerofrom-derive v0.1.4
10332024-11-22T19:43:56.500Z Downloaded phf_generator v0.11.2
10342024-11-22T19:43:56.500Z Downloaded nibble_vec v0.1.0
10352024-11-22T19:43:56.502Z Downloaded newtype-uuid v1.1.3
10362024-11-22T19:43:56.502Z Downloaded smf v0.2.3
10372024-11-22T19:43:56.502Z Downloaded nanorand v0.7.0
10382024-11-22T19:43:56.505Z Downloaded tungstenite v0.21.0
10392024-11-22T19:43:56.508Z Downloaded samael v0.0.17
10402024-11-22T19:43:56.515Z Downloaded chacha20poly1305 v0.10.1
10412024-11-22T19:43:56.517Z Downloaded gethostname v0.5.0
10422024-11-22T19:43:56.520Z Downloaded which v4.4.2
10432024-11-22T19:43:56.520Z Downloaded uuid v1.11.0
10442024-11-22T19:43:56.523Z Downloaded bytes v1.8.0
10452024-11-22T19:43:56.527Z Downloaded base64 v0.21.7
10462024-11-22T19:43:56.532Z Downloaded supports-color v3.0.1
10472024-11-22T19:43:56.535Z Downloaded subtle v2.6.1
10482024-11-22T19:43:56.535Z Downloaded pin-project-internal v1.1.6
10492024-11-22T19:43:56.537Z Downloaded multer v3.1.0
10502024-11-22T19:43:56.540Z Downloaded value-bag v1.9.0
10512024-11-22T19:43:56.542Z Downloaded memmap2 v0.9.5
10522024-11-22T19:43:56.544Z Downloaded multimap v0.10.0
10532024-11-22T19:43:56.544Z Downloaded hex v0.4.3
10542024-11-22T19:43:56.547Z Downloaded serde_yaml v0.9.34+deprecated
10552024-11-22T19:43:56.549Z Downloaded uzers v0.12.1
10562024-11-22T19:43:56.551Z Downloaded primeorder v0.13.6
10572024-11-22T19:43:56.553Z Downloaded miniz_oxide v0.8.0
10582024-11-22T19:43:56.556Z Downloaded quinn-udp v0.5.5
10592024-11-22T19:43:56.558Z Downloaded pin-utils v0.1.0
10602024-11-22T19:43:56.560Z Downloaded indexmap v1.9.3
10612024-11-22T19:43:56.560Z Downloaded base64 v0.22.1
10622024-11-22T19:43:56.564Z Downloaded time-macros v0.2.18
10632024-11-22T19:43:56.567Z Downloaded stable_deref_trait v1.2.0
10642024-11-22T19:43:56.569Z Downloaded libloading v0.8.5
10652024-11-22T19:43:56.572Z Downloaded icu_collections v1.5.0
10662024-11-22T19:43:56.576Z Downloaded smallvec v1.13.2
10672024-11-22T19:43:56.578Z Downloaded progenitor-impl v0.8.0
10682024-11-22T19:43:56.581Z Downloaded either v1.13.0
10692024-11-22T19:43:56.583Z Downloaded ed25519 v2.2.3
10702024-11-22T19:43:56.585Z Downloaded deranged v0.3.11
10712024-11-22T19:43:56.585Z Downloaded tokio-rustls v0.26.0
10722024-11-22T19:43:56.589Z Downloaded tokio-rustls v0.25.0
10732024-11-22T19:43:56.591Z Downloaded indicatif v0.17.9
10742024-11-22T19:43:56.594Z Downloaded untrusted v0.7.1
10752024-11-22T19:43:56.596Z Downloaded icu_locid_transform_data v1.5.0
10762024-11-22T19:43:56.596Z Downloaded crc-any v2.5.0
10772024-11-22T19:43:56.600Z Downloaded hyper-util v0.1.10
10782024-11-22T19:43:56.603Z Downloaded litemap v0.7.3
10792024-11-22T19:43:56.605Z Downloaded structmeta-derive v0.2.0
10802024-11-22T19:43:56.608Z Downloaded slog-envlogger v2.2.0
10812024-11-22T19:43:56.608Z Downloaded icu_provider v1.5.0
10822024-11-22T19:43:56.610Z Downloaded inout v0.1.3
10832024-11-22T19:43:56.612Z Downloaded foreign-types v0.5.0
10842024-11-22T19:43:56.612Z Downloaded csv-core v0.1.11
10852024-11-22T19:43:56.615Z Downloaded const_format_proc_macros v0.2.33
10862024-11-22T19:43:56.617Z Downloaded arrayvec v0.7.6
10872024-11-22T19:43:56.619Z Downloaded memoffset v0.9.1
10882024-11-22T19:43:56.620Z Downloaded maybe-uninit v2.0.0
10892024-11-22T19:43:56.622Z Downloaded kstat-rs v0.2.4
10902024-11-22T19:43:56.622Z Downloaded linked-hash-map v0.5.6
10912024-11-22T19:43:56.630Z Downloaded linear-map v1.2.0
10922024-11-22T19:43:56.630Z Downloaded libsw v3.3.1
10932024-11-22T19:43:56.630Z Downloaded async-bb8-diesel v0.2.1
10942024-11-22T19:43:56.632Z Downloaded sha1 v0.10.6
10952024-11-22T19:43:56.632Z Downloaded semver v0.1.20
10962024-11-22T19:43:56.632Z Downloaded schemars_derive v0.8.21
10972024-11-22T19:43:56.635Z Downloaded rustc_version v0.1.7
10982024-11-22T19:43:56.635Z Downloaded blake2 v0.10.6
10992024-11-22T19:43:56.638Z Downloaded cobs v0.2.3
11002024-11-22T19:43:56.638Z Downloaded time-core v0.1.2
11012024-11-22T19:43:56.641Z Downloaded termtree v0.4.1
11022024-11-22T19:43:56.641Z Downloaded ipnetwork v0.20.0
11032024-11-22T19:43:56.641Z Downloaded keccak v0.1.5
11042024-11-22T19:43:56.643Z Downloaded console v0.15.8
11052024-11-22T19:43:56.646Z Downloaded lru-cache v0.1.2
11062024-11-22T19:43:56.646Z Downloaded ciborium v0.2.2
11072024-11-22T19:43:56.650Z Downloaded ascii-canvas v3.0.0
11082024-11-22T19:43:56.650Z Downloaded idna_adapter v1.2.0
11092024-11-22T19:43:56.650Z Downloaded arrayref v0.3.9
11102024-11-22T19:43:56.652Z Downloaded async-recursion v1.1.1
11112024-11-22T19:43:56.655Z Downloaded assert_matches v1.5.0
11122024-11-22T19:43:56.657Z Downloaded bcs v0.1.6
11132024-11-22T19:43:56.657Z Downloaded base64ct v1.6.0
11142024-11-22T19:43:56.660Z Downloaded async-stream v0.3.6
11152024-11-22T19:43:56.662Z Downloaded hyper-staticfile v0.10.1
11162024-11-22T19:43:56.664Z Downloaded cmake v0.1.51
11172024-11-22T19:43:56.667Z Downloaded bzip2 v0.4.4
11182024-11-22T19:43:56.667Z Downloaded bit-vec v0.6.3
11192024-11-22T19:43:56.671Z Downloaded hyper-rustls v0.27.3
11202024-11-22T19:43:56.675Z Downloaded colored v2.1.0
11212024-11-22T19:43:56.675Z Downloaded chacha20 v0.9.1
11222024-11-22T19:43:56.678Z Downloaded cexpr v0.6.0
11232024-11-22T19:43:56.678Z Downloaded cbc v0.1.2
11242024-11-22T19:43:56.678Z Downloaded castaway v0.2.3
11252024-11-22T19:43:56.681Z Downloaded block-padding v0.3.3
11262024-11-22T19:43:56.681Z Downloaded httparse v1.9.5
11272024-11-22T19:43:56.683Z Downloaded aws-lc-rs v1.10.0
11282024-11-22T19:43:56.691Z Downloaded headers-core v0.3.0
11292024-11-22T19:43:56.693Z Downloaded cstr-argument v0.1.2
11302024-11-22T19:43:56.693Z Downloaded crunchy v0.2.2
11312024-11-22T19:43:56.693Z Downloaded crucible-workspace-hack v0.1.0
11322024-11-22T19:43:56.696Z Downloaded bitfield v0.14.0
11332024-11-22T19:43:56.696Z Downloaded bit-set v0.5.3
11342024-11-22T19:43:56.699Z Downloaded backtrace v0.3.74
11352024-11-22T19:43:56.702Z Downloaded async-stream-impl v0.3.6
11362024-11-22T19:43:56.704Z Downloaded bcrypt-pbkdf v0.10.0
11372024-11-22T19:43:56.704Z Downloaded bb8 v0.8.5
11382024-11-22T19:43:56.882Z Downloaded ring v0.17.8
11392024-11-22T19:43:56.992Z Downloaded aws-lc-sys v0.22.0
11402024-11-22T19:43:57.231Z Downloaded ring v0.16.20
11412024-11-22T19:43:57.312Z Downloaded libsqlite3-sys v0.30.1
11422024-11-22T19:43:57.492Z Compiling serde v1.0.215
11432024-11-22T19:43:57.494Z Compiling lock_api v0.4.12
11442024-11-22T19:43:57.494Z Compiling scopeguard v1.2.0
11452024-11-22T19:43:57.494Z Compiling value-bag v1.9.0
11462024-11-22T19:43:57.494Z Compiling typenum v1.17.0
11472024-11-22T19:43:57.494Z Compiling generic-array v0.14.7
11482024-11-22T19:43:57.699Z Compiling syn v2.0.87
11492024-11-22T19:43:57.701Z Compiling getrandom v0.2.15
11502024-11-22T19:43:57.805Z Compiling shlex v1.3.0
11512024-11-22T19:43:58.003Z Compiling rand_core v0.6.4
11522024-11-22T19:43:58.123Z Compiling log v0.4.22
11532024-11-22T19:43:58.229Z Compiling subtle v2.6.1
11542024-11-22T19:43:58.231Z Compiling jobserver v0.1.32
11552024-11-22T19:43:58.281Z Compiling const-oid v0.9.6
11562024-11-22T19:43:58.530Z Compiling smallvec v1.13.2
11572024-11-22T19:43:58.553Z Compiling spin v0.9.8
11582024-11-22T19:43:58.596Z Compiling pin-project-lite v0.2.14
11592024-11-22T19:43:58.901Z Compiling cc v1.1.30
11602024-11-22T19:43:59.020Z Compiling rustix v0.38.37
11612024-11-22T19:43:59.124Z Compiling parking_lot_core v0.9.10
11622024-11-22T19:43:59.158Z Compiling futures-core v0.3.31
11632024-11-22T19:43:59.342Z Compiling signal-hook-registry v1.4.2
11642024-11-22T19:43:59.444Z Compiling mio v1.0.2
11652024-11-22T19:43:59.958Z Compiling aho-corasick v1.1.3
11662024-11-22T19:44:00.182Z Compiling parking_lot v0.12.3
11672024-11-22T19:44:00.315Z Compiling regex-syntax v0.8.5
11682024-11-22T19:44:00.530Z Compiling cpufeatures v0.2.14
11692024-11-22T19:44:00.571Z Compiling either v1.13.0
11702024-11-22T19:44:00.640Z Compiling lazy_static v1.5.0
11712024-11-22T19:44:00.769Z Compiling stable_deref_trait v1.2.0
11722024-11-22T19:44:00.790Z Compiling glob v0.3.1
11732024-11-22T19:44:00.882Z Compiling futures-sink v0.3.31
11742024-11-22T19:44:01.014Z Compiling socket2 v0.5.7
11752024-11-22T19:44:01.057Z Compiling slab v0.4.9
11762024-11-22T19:44:01.194Z Compiling prettyplease v0.2.25
11772024-11-22T19:44:01.541Z Compiling minimal-lexical v0.2.1
11782024-11-22T19:44:01.937Z Compiling clang-sys v1.8.1
11792024-11-22T19:44:02.046Z Compiling nom v7.1.3
11802024-11-22T19:44:02.103Z Compiling libloading v0.8.5
11812024-11-22T19:44:02.141Z Compiling serde_json v1.0.132
11822024-11-22T19:44:02.472Z Compiling bindgen v0.69.5
11832024-11-22T19:44:02.504Z Compiling home v0.5.9
11842024-11-22T19:44:02.803Z Compiling futures-channel v0.3.31
11852024-11-22T19:44:03.248Z Compiling itertools v0.12.1
11862024-11-22T19:44:03.273Z Compiling lazycell v1.3.0
11872024-11-22T19:44:03.452Z Compiling pin-utils v0.1.0
11882024-11-22T19:44:03.537Z Compiling allocator-api2 v0.2.18
11892024-11-22T19:44:03.558Z Compiling futures-io v0.3.31
11902024-11-22T19:44:03.921Z Compiling rustc-hash v1.1.0
11912024-11-22T19:44:04.098Z Compiling futures-task v0.3.31
11922024-11-22T19:44:04.387Z Compiling regex-automata v0.4.8
11932024-11-22T19:44:04.409Z Compiling foldhash v0.1.3
11942024-11-22T19:44:04.723Z Compiling hashbrown v0.15.0
11952024-11-22T19:44:05.821Z Compiling synstructure v0.13.1
11962024-11-22T19:44:06.074Z Compiling cexpr v0.6.0
11972024-11-22T19:44:06.439Z Compiling cmake v0.1.51
11982024-11-22T19:44:07.398Z Compiling tinyvec_macros v0.1.1
11992024-11-22T19:44:07.499Z Compiling libm v0.2.8
12002024-11-22T19:44:07.520Z Compiling pkg-config v0.3.31
12012024-11-22T19:44:07.565Z Compiling fs_extra v1.3.0
12022024-11-22T19:44:07.821Z Compiling dunce v1.0.5
12032024-11-22T19:44:07.961Z Compiling tinyvec v1.8.0
12042024-11-22T19:44:07.963Z Compiling num-traits v0.2.19
12052024-11-22T19:44:08.517Z Compiling ring v0.17.8
12062024-11-22T19:44:09.146Z Compiling paste v1.0.15
12072024-11-22T19:44:09.213Z Compiling litemap v0.7.3
12082024-11-22T19:44:09.556Z Compiling unicode-normalization v0.1.24
12092024-11-22T19:44:09.590Z Compiling writeable v0.5.5
12102024-11-22T19:44:09.616Z Compiling unicode-bidi v0.3.17
12112024-11-22T19:44:09.668Z Compiling base64ct v1.6.0
12122024-11-22T19:44:10.172Z Compiling regex v1.11.1
12132024-11-22T19:44:10.240Z Compiling pem-rfc7468 v0.7.0
12142024-11-22T19:44:10.953Z Compiling flagset v0.4.6
12152024-11-22T19:44:11.077Z Compiling httparse v1.9.5
12162024-11-22T19:44:11.137Z Compiling aws-lc-rs v1.10.0
12172024-11-22T19:44:11.585Z Compiling tracing-core v0.1.32
12182024-11-22T19:44:11.853Z Compiling crossbeam-utils v0.8.20
12192024-11-22T19:44:12.430Z Compiling rustls-pki-types v1.9.0
12202024-11-22T19:44:12.454Z Compiling icu_locid_transform_data v1.5.0
12212024-11-22T19:44:12.549Z Compiling percent-encoding v2.3.1
12222024-11-22T19:44:12.823Z Compiling serde_derive v1.0.215
12232024-11-22T19:44:12.897Z Compiling zeroize_derive v1.4.2
12242024-11-22T19:44:12.988Z Compiling zerocopy-derive v0.7.35
12252024-11-22T19:44:13.339Z Compiling tokio-macros v2.4.0
12262024-11-22T19:44:13.496Z Compiling zerofrom-derive v0.1.4
12272024-11-22T19:44:14.520Z Compiling zeroize v1.8.1
12282024-11-22T19:44:14.965Z Compiling thiserror-impl v1.0.69
12292024-11-22T19:44:14.995Z Compiling yoke-derive v0.7.4
12302024-11-22T19:44:15.401Z Compiling zerocopy v0.7.35
12312024-11-22T19:44:16.426Z Compiling crypto-common v0.1.6
12322024-11-22T19:44:16.775Z Compiling block-buffer v0.10.4
12332024-11-22T19:44:16.952Z Compiling digest v0.10.7
12342024-11-22T19:44:16.987Z Compiling futures-macro v0.3.31
12352024-11-22T19:44:17.455Z Compiling hmac v0.12.1
12362024-11-22T19:44:17.535Z Compiling zerovec-derive v0.10.3
12372024-11-22T19:44:17.579Z Compiling zerofrom v0.1.4
12382024-11-22T19:44:17.688Z Compiling block-padding v0.3.3
12392024-11-22T19:44:17.817Z Compiling displaydoc v0.2.5
12402024-11-22T19:44:17.931Z Compiling inout v0.1.3
12412024-11-22T19:44:18.048Z Compiling yoke v0.7.4
12422024-11-22T19:44:18.217Z Compiling cipher v0.4.4
12432024-11-22T19:44:18.415Z Compiling thiserror v1.0.69
12442024-11-22T19:44:18.436Z Compiling sha2 v0.10.8
12452024-11-22T19:44:18.559Z Compiling ppv-lite86 v0.2.20
12462024-11-22T19:44:18.769Z Compiling der_derive v0.7.3
12472024-11-22T19:44:18.918Z Compiling futures-util v0.3.31
12482024-11-22T19:44:19.458Z Compiling icu_provider_macros v1.5.0
12492024-11-22T19:44:19.540Z Compiling rand_chacha v0.3.1
12502024-11-22T19:44:19.795Z Compiling tracing-attributes v0.1.27
12512024-11-22T19:44:20.345Z Compiling zerovec v0.10.4
12522024-11-22T19:44:20.669Z Compiling rand v0.8.5
12532024-11-22T19:44:21.301Z Compiling der v0.7.9
12542024-11-22T19:44:21.931Z Compiling salsa20 v0.10.2
12552024-11-22T19:44:22.019Z Compiling pest v2.7.14
12562024-11-22T19:44:22.176Z Compiling pbkdf2 v0.12.2
12572024-11-22T19:44:22.345Z Compiling tinystr v0.7.6
12582024-11-22T19:44:22.677Z Compiling icu_collections v1.5.0
12592024-11-22T19:44:22.862Z Compiling icu_locid v1.5.0
12602024-11-22T19:44:22.883Z Compiling untrusted v0.7.1
12612024-11-22T19:44:23.082Z Compiling time-core v0.1.2
12622024-11-22T19:44:23.263Z Compiling powerfmt v0.2.0
12632024-11-22T19:44:23.647Z Compiling tracing v0.1.40
12642024-11-22T19:44:23.726Z Compiling spki v0.7.3
12652024-11-22T19:44:24.125Z Compiling icu_provider v1.5.0
12662024-11-22T19:44:24.196Z Compiling num-conv v0.1.0
12672024-11-22T19:44:24.220Z Compiling icu_properties_data v1.5.0
12682024-11-22T19:44:24.474Z Compiling mirai-annotations v1.12.0
12692024-11-22T19:44:24.497Z Compiling vcpkg v0.2.15
12702024-11-22T19:44:24.676Z Compiling untrusted v0.9.0
12712024-11-22T19:44:24.851Z Compiling pest_meta v2.7.14
12722024-11-22T19:44:25.110Z Compiling icu_locid_transform v1.5.0
12732024-11-22T19:44:25.174Z Compiling time-macros v0.2.18
12742024-11-22T19:44:25.235Z Compiling deranged v0.3.11
12752024-11-22T19:44:25.338Z Compiling scrypt v0.11.0
12762024-11-22T19:44:25.946Z Compiling aes v0.8.4
12772024-11-22T19:44:26.797Z Compiling openssl-sys v0.9.103
12782024-11-22T19:44:27.225Z Compiling icu_properties v1.5.1
12792024-11-22T19:44:27.685Z Compiling bitflags v2.6.0
12802024-11-22T19:44:27.901Z Compiling bytes v1.8.0
12812024-11-22T19:44:28.586Z Compiling indexmap v2.6.0
12822024-11-22T19:44:28.818Z Compiling semver v1.0.23
12832024-11-22T19:44:28.904Z Compiling tokio v1.40.0
12842024-11-22T19:44:29.307Z Compiling http v1.1.0
12852024-11-22T19:44:29.611Z Compiling rustc_version v0.4.1
12862024-11-22T19:44:30.184Z Compiling cbc v0.1.2
12872024-11-22T19:44:30.229Z Compiling scroll_derive v0.12.0
12882024-11-22T19:44:30.470Z Compiling utf8_iter v1.0.4
12892024-11-22T19:44:30.720Z Compiling atomic-waker v1.1.2
12902024-11-22T19:44:30.922Z Compiling write16 v1.0.0
12912024-11-22T19:44:31.067Z Compiling num_threads v0.1.7
12922024-11-22T19:44:31.207Z Compiling utf16_iter v1.0.5
12932024-11-22T19:44:31.412Z Compiling icu_normalizer_data v1.5.0
12942024-11-22T19:44:31.437Z Compiling time v0.3.36
12952024-11-22T19:44:31.524Z Compiling icu_normalizer v1.5.0
12962024-11-22T19:44:31.759Z Compiling scroll v0.12.0
12972024-11-22T19:44:31.780Z Compiling http-body v1.0.1
12982024-11-22T19:44:31.834Z Compiling pkcs5 v0.7.1
12992024-11-22T19:44:32.212Z Compiling which v4.4.2
13002024-11-22T19:44:32.309Z Compiling pest_generator v2.7.14
13012024-11-22T19:44:32.330Z Compiling form_urlencoded v1.2.1
13022024-11-22T19:44:32.850Z Compiling slog v2.7.0
13032024-11-22T19:44:33.130Z Compiling try-lock v0.2.5
13042024-11-22T19:44:33.292Z Compiling goblin v0.8.2
13052024-11-22T19:44:33.450Z Compiling want v0.3.1
13062024-11-22T19:44:33.658Z Compiling pkcs8 v0.10.2
13072024-11-22T19:44:33.699Z Compiling idna_adapter v1.2.0
13082024-11-22T19:44:33.761Z Compiling httpdate v1.0.3
13092024-11-22T19:44:33.932Z Compiling idna v1.0.3
13102024-11-22T19:44:34.425Z Compiling serde_tokenstream v0.2.2
13112024-11-22T19:44:34.493Z Compiling pest_derive v2.7.14
13122024-11-22T19:44:35.085Z Compiling uuid v1.11.0
13132024-11-22T19:44:35.108Z Compiling toml_datetime v0.6.8
13142024-11-22T19:44:35.327Z Compiling dtrace-parser v0.2.0
13152024-11-22T19:44:35.662Z Compiling serde_spanned v0.6.8
13162024-11-22T19:44:35.845Z Compiling iana-time-zone v0.1.61
13172024-11-22T19:44:35.901Z Compiling tower-service v0.3.3
13182024-11-22T19:44:36.042Z Compiling foreign-types-shared v0.1.1
13192024-11-22T19:44:36.160Z Compiling base64 v0.22.1
13202024-11-22T19:44:36.302Z Compiling rustversion v1.0.17
13212024-11-22T19:44:36.542Z Compiling match_cfg v0.1.0
13222024-11-22T19:44:36.647Z Compiling openssl v0.10.66
13232024-11-22T19:44:36.851Z Compiling adler2 v2.0.0
13242024-11-22T19:44:36.926Z Compiling hostname v0.3.1
13252024-11-22T19:44:37.071Z Compiling miniz_oxide v0.8.0
13262024-11-22T19:44:37.124Z Compiling foreign-types v0.3.2
13272024-11-22T19:44:37.148Z Compiling chrono v0.4.38
13282024-11-22T19:44:37.168Z Compiling url v2.5.3
13292024-11-22T19:44:37.590Z Compiling tokio-util v0.7.12
13302024-11-22T19:44:38.668Z Compiling h2 v0.4.6
13312024-11-22T19:44:38.705Z Compiling async-trait v0.1.83
13322024-11-22T19:44:39.119Z Compiling openssl-macros v0.1.1
13332024-11-22T19:44:39.312Z Compiling dof v0.3.0
13342024-11-22T19:44:39.908Z Compiling dirs-sys-next v0.1.2
13352024-11-22T19:44:40.584Z Compiling usdt-impl v0.5.0
13362024-11-22T19:44:41.096Z Compiling syn v1.0.109
13372024-11-22T19:44:41.513Z Compiling rustls v0.23.14
13382024-11-22T19:44:41.622Z Compiling siphasher v0.3.11
13392024-11-22T19:44:41.735Z Compiling data-encoding v2.6.0
13402024-11-22T19:44:41.793Z Compiling native-tls v0.2.12
13412024-11-22T19:44:42.027Z Compiling rustls v0.22.4
13422024-11-22T19:44:42.196Z Compiling dirs-next v2.0.0
13432024-11-22T19:44:42.396Z Compiling http-body-util v0.1.2
13442024-11-22T19:44:42.938Z Compiling crossbeam-epoch v0.9.18
13452024-11-22T19:44:43.741Z Compiling heapless v0.7.17
13462024-11-22T19:44:43.814Z Compiling sha1 v0.10.6
13472024-11-22T19:44:44.032Z Compiling signature v2.2.0
13482024-11-22T19:44:44.189Z Compiling bzip2-sys v0.1.11+1.0.8
13492024-11-22T19:44:44.265Z Compiling serde_derive_internals v0.29.1
13502024-11-22T19:44:44.268Z Compiling thread_local v1.1.8
13512024-11-22T19:44:44.327Z Compiling encoding_rs v0.8.34
13522024-11-22T19:44:44.693Z Compiling cookie v0.18.1
13532024-11-22T19:44:44.817Z Compiling multer v3.1.0
13542024-11-22T19:44:44.960Z Compiling signal-hook v0.3.17
13552024-11-22T19:44:44.985Z Compiling gimli v0.31.1
13562024-11-22T19:44:45.105Z Compiling mime v0.3.17
13572024-11-22T19:44:45.230Z Compiling schemars v0.8.21
13582024-11-22T19:44:45.611Z Compiling slog-async v2.8.0
13592024-11-22T19:44:45.722Z Compiling unicode-properties v0.1.3
13602024-11-22T19:44:46.132Z Compiling hyper v1.5.0
13612024-11-22T19:44:46.135Z Compiling ipnet v2.10.1
13622024-11-22T19:44:47.167Z Compiling rayon-core v1.12.1
13632024-11-22T19:44:47.454Z Compiling openssl-probe v0.1.5
13642024-11-22T19:44:47.538Z Compiling schemars_derive v0.8.21
13652024-11-22T19:44:47.889Z Compiling stringprep v0.1.5
13662024-11-22T19:44:48.869Z Compiling hyper-util v0.1.10
13672024-11-22T19:44:49.620Z Compiling addr2line v0.24.2
13682024-11-22T19:44:49.946Z Compiling toml_edit v0.22.22
13692024-11-22T19:44:50.458Z Compiling usdt-macro v0.5.0
13702024-11-22T19:44:50.505Z Compiling usdt-attr-macro v0.5.0
13712024-11-22T19:44:50.968Z Compiling crossbeam-deque v0.8.5
13722024-11-22T19:44:51.197Z Compiling term v0.7.0
13732024-11-22T19:44:51.859Z Compiling slog-json v2.6.1
13742024-11-22T19:44:52.049Z Compiling serde_urlencoded v0.7.1
13752024-11-22T19:44:52.075Z Compiling crossbeam-channel v0.5.13
13762024-11-22T19:44:52.144Z Compiling curve25519-dalek v4.1.3
13772024-11-22T19:44:52.246Z Compiling futures-executor v0.3.31
13782024-11-22T19:44:52.596Z Compiling enum-as-inner v0.6.1
13792024-11-22T19:44:52.738Z Compiling md-5 v0.10.6
13802024-11-22T19:44:52.798Z Compiling rustls-pemfile v2.2.0
13812024-11-22T19:44:52.826Z Compiling async-stream-impl v0.3.6
13822024-11-22T19:44:53.026Z Compiling num-integer v0.1.46
13832024-11-22T19:44:53.161Z Compiling idna v0.4.0
13842024-11-22T19:44:53.187Z Compiling idna v0.3.0
13852024-11-22T19:44:53.748Z Compiling hash32 v0.2.1
13862024-11-22T19:44:53.869Z Compiling ff v0.13.0
13872024-11-22T19:44:54.115Z Compiling is-terminal v0.4.13
13882024-11-22T19:44:54.137Z Compiling object v0.36.5
13892024-11-22T19:44:54.260Z Compiling dropshot v0.12.0
13902024-11-22T19:44:54.300Z Compiling quick-error v1.2.3
13912024-11-22T19:44:54.454Z Compiling fallible-iterator v0.2.0
13922024-11-22T19:44:54.552Z Compiling anyhow v1.0.93
13932024-11-22T19:44:54.964Z Compiling base16ct v0.2.0
13942024-11-22T19:44:54.989Z Compiling psl-types v2.0.11
13952024-11-22T19:44:55.164Z Compiling linked-hash-map v0.5.6
13962024-11-22T19:44:55.188Z Compiling smoltcp v0.9.1
13972024-11-22T19:44:55.207Z Compiling utf-8 v0.7.6
13982024-11-22T19:44:55.279Z Compiling dyn-clone v1.0.17
13992024-11-22T19:44:55.507Z Compiling rustc-demangle v0.1.24
14002024-11-22T19:44:55.529Z Compiling portable-atomic v1.9.0
14012024-11-22T19:44:55.550Z Compiling num-bigint-dig v0.8.4
14022024-11-22T19:44:55.834Z Compiling take_mut v0.2.2
14032024-11-22T19:44:55.955Z Compiling lru-cache v0.1.2
14042024-11-22T19:44:56.521Z Compiling tungstenite v0.24.0
14052024-11-22T19:44:57.074Z Compiling sec1 v0.7.3
14062024-11-22T19:44:57.264Z Compiling publicsuffix v2.2.3
14072024-11-22T19:44:57.526Z Compiling postgres-protocol v0.6.7
14082024-11-22T19:44:57.733Z Compiling resolv-conf v0.7.0
14092024-11-22T19:44:58.580Z Compiling async-stream v0.3.6
14102024-11-22T19:44:58.609Z Compiling slog-term v2.9.1
14112024-11-22T19:44:58.865Z Compiling usdt v0.5.0
14122024-11-22T19:44:58.928Z Compiling hickory-proto v0.24.1
14132024-11-22T19:44:58.994Z Compiling group v0.13.0
14142024-11-22T19:44:59.400Z Compiling num-iter v0.1.45
14152024-11-22T19:44:59.597Z Compiling toml v0.8.19
14162024-11-22T19:45:00.069Z Compiling futures v0.3.31
14172024-11-22T19:45:00.131Z Compiling slog-bunyan v2.5.0
14182024-11-22T19:45:01.487Z Compiling tokio-native-tls v0.3.1
14192024-11-22T19:45:01.759Z Compiling backtrace v0.3.74
14202024-11-22T19:45:01.793Z Compiling camino v1.1.9
14212024-11-22T19:45:02.234Z Compiling phf_shared v0.11.2
14222024-11-22T19:45:02.460Z Compiling dropshot_endpoint v0.12.0
14232024-11-22T19:45:02.484Z Compiling terminal_size v0.4.0
14242024-11-22T19:45:02.653Z Compiling waitgroup v0.1.2
14252024-11-22T19:45:02.713Z Compiling openapiv3 v2.0.0
14262024-11-22T19:45:02.788Z Compiling serde_path_to_error v0.1.16
14272024-11-22T19:45:02.875Z Compiling hkdf v0.12.4
14282024-11-22T19:45:03.150Z Compiling crypto-bigint v0.5.5
14292024-11-22T19:45:03.722Z Compiling webpki-roots v0.26.6
14302024-11-22T19:45:03.961Z Compiling curve25519-dalek-derive v0.1.1
14312024-11-22T19:45:05.533Z Compiling zerocopy-derive v0.6.6
14322024-11-22T19:45:05.605Z Compiling idna v0.5.0
14332024-11-22T19:45:06.026Z Compiling hubpack_derive v0.1.1
14342024-11-22T19:45:06.935Z Compiling hostname v0.4.0
14352024-11-22T19:45:07.226Z Compiling ahash v0.8.11
14362024-11-22T19:45:07.290Z Compiling crc32fast v1.4.2
14372024-11-22T19:45:07.311Z Compiling fs-err v2.11.0
14382024-11-22T19:45:07.427Z Compiling bitflags v1.3.2
14392024-11-22T19:45:07.542Z Compiling winnow v0.5.40
14402024-11-22T19:45:07.565Z Compiling debug-ignore v1.0.5
14412024-11-22T19:45:07.601Z Compiling managed v0.8.0
14422024-11-22T19:45:07.625Z Compiling strum_macros v0.25.3
14432024-11-22T19:45:07.714Z Compiling console v0.15.8
14442024-11-22T19:45:07.870Z Compiling zerocopy v0.6.6
14452024-11-22T19:45:08.744Z Compiling clap_builder v4.5.21
14462024-11-22T19:45:09.649Z Compiling flate2 v1.0.34
14472024-11-22T19:45:09.671Z Compiling hubpack v0.1.2
14482024-11-22T19:45:09.855Z Compiling cookie_store v0.21.0
14492024-11-22T19:45:10.161Z Compiling elliptic-curve v0.13.8
14502024-11-22T19:45:10.679Z Compiling hickory-resolver v0.24.1
14512024-11-22T19:45:11.019Z Compiling phf v0.11.2
14522024-11-22T19:45:11.337Z Compiling toml_edit v0.19.15
14532024-11-22T19:45:11.669Z Compiling signal-hook-mio v0.2.4
14542024-11-22T19:45:11.847Z Compiling hyper-tls v0.6.0
14552024-11-22T19:45:11.979Z Compiling rayon v1.10.0
14562024-11-22T19:45:12.292Z Compiling bzip2 v0.4.4
14572024-11-22T19:45:12.702Z Compiling postgres-types v0.2.8
14582024-11-22T19:45:14.351Z Compiling tokio-tungstenite v0.24.0
14592024-11-22T19:45:16.324Z Compiling ed25519 v2.2.3
14602024-11-22T19:45:17.068Z Compiling phf_shared v0.10.0
14612024-11-22T19:45:17.501Z Compiling tokio-stream v0.1.16
14622024-11-22T19:45:17.779Z Compiling pkcs1 v0.7.5
14632024-11-22T19:45:18.294Z Compiling serde-big-array v0.5.1
14642024-11-22T19:45:18.537Z Compiling clap_derive v4.5.18
14652024-11-22T19:45:18.573Z Compiling rfc6979 v0.4.0
14662024-11-22T19:45:18.602Z Compiling derive-where v1.2.7
14672024-11-22T19:45:18.605Z Compiling serde_repr v0.1.19
14682024-11-22T19:45:18.780Z Compiling float-cmp v0.9.0
14692024-11-22T19:45:18.841Z Compiling bstr v1.10.0
14702024-11-22T19:45:19.016Z Compiling sync_wrapper v1.0.1
14712024-11-22T19:45:19.179Z Compiling difflib v0.4.0
14722024-11-22T19:45:19.689Z Compiling normalize-line-endings v0.3.0
14732024-11-22T19:45:19.826Z Compiling precomputed-hash v0.1.1
14742024-11-22T19:45:19.947Z Compiling number_prefix v0.4.0
14752024-11-22T19:45:20.182Z Compiling predicates-core v1.0.8
14762024-11-22T19:45:20.551Z Compiling static_assertions v1.1.0
14772024-11-22T19:45:20.604Z Compiling new_debug_unreachable v1.0.6
14782024-11-22T19:45:20.646Z Compiling bit-vec v0.6.3
14792024-11-22T19:45:20.710Z Compiling whoami v1.5.2
14802024-11-22T19:45:20.882Z Compiling fixedbitset v0.4.2
14812024-11-22T19:45:21.105Z Compiling unicode-segmentation v1.12.0
14822024-11-22T19:45:21.325Z Compiling unicode-width v0.2.0
14832024-11-22T19:45:21.374Z Compiling petgraph v0.6.5
14842024-11-22T19:45:21.854Z Compiling indicatif v0.17.9
14852024-11-22T19:45:21.909Z Compiling similar v2.6.0
14862024-11-22T19:45:22.045Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14872024-11-22T19:45:22.086Z Compiling tokio-postgres v0.7.12
14882024-11-22T19:45:23.810Z Compiling clap v4.5.21
14892024-11-22T19:45:23.949Z Compiling bit-set v0.5.3
14902024-11-22T19:45:24.254Z Compiling string_cache v0.8.7
14912024-11-22T19:45:24.276Z Compiling predicates v3.1.2
14922024-11-22T19:45:24.429Z Compiling ecdsa v0.16.9
14932024-11-22T19:45:24.756Z Compiling rsa v0.9.6
14942024-11-22T19:45:25.296Z Compiling ed25519-dalek v2.1.1
14952024-11-22T19:45:25.609Z Compiling toml v0.7.8
14962024-11-22T19:45:26.075Z Compiling zip v0.6.6
14972024-11-22T19:45:26.657Z Compiling crossterm v0.28.1
14982024-11-22T19:45:27.601Z Compiling hex v0.4.3
14992024-11-22T19:45:27.703Z Compiling x509-cert v0.2.5
15002024-11-22T19:45:28.038Z Compiling itertools v0.10.5
15012024-11-22T19:45:28.248Z Compiling lalrpop-util v0.19.12
15022024-11-22T19:45:28.272Z Compiling unicode-xid v0.2.6
15032024-11-22T19:45:28.462Z Compiling peg-runtime v0.8.3
15042024-11-22T19:45:28.619Z Compiling strum_macros v0.26.4
15052024-11-22T19:45:29.123Z Compiling xattr v1.3.1
15062024-11-22T19:45:29.209Z Compiling filetime v0.2.25
15072024-11-22T19:45:29.565Z Compiling tar v0.4.42
15082024-11-22T19:45:33.752Z Compiling strum v0.26.3
15092024-11-22T19:45:36.858Z Compiling aws-lc-sys v0.22.0
15102024-11-22T19:46:09.391Z Compiling rustls-webpki v0.102.8
15112024-11-22T19:46:12.949Z Compiling tokio-rustls v0.25.0
15122024-11-22T19:46:14.617Z Compiling tokio-rustls v0.26.0
15132024-11-22T19:46:14.967Z Compiling hyper-rustls v0.27.3
15142024-11-22T19:46:15.279Z Compiling reqwest v0.12.9
15152024-11-22T19:46:16.751Z Compiling qorb v0.2.0
15162024-11-22T19:46:21.536Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15172024-11-22T19:46:21.790Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15182024-11-22T19:46:28.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15192024-11-22T19:46:28.269Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15202024-11-22T19:46:28.326ZNov 22 19:46:27.104 INFO Starting download, target: Clickhouse
15212024-11-22T19:46:28.326ZNov 22 19:46:27.105 INFO Starting download, target: Cockroach
15222024-11-22T19:46:28.326ZNov 22 19:46:27.105 INFO Starting download, target: DendriteOpenapi
15232024-11-22T19:46:28.327ZNov 22 19:46:27.105 INFO Starting download, target: Console
15242024-11-22T19:46:28.329ZNov 22 19:46:27.105 INFO Starting download, target: DendriteStub
15252024-11-22T19:46:28.329ZNov 22 19:46:27.105 INFO Starting download, target: MaghemiteMgd
15262024-11-22T19:46:28.329ZNov 22 19:46:27.105 INFO Starting download, target: TransceiverControl
15272024-11-22T19:46:28.329ZNov 22 19:46:27.105 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15282024-11-22T19:46:28.330ZNov 22 19:46:27.105 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15292024-11-22T19:46:28.330ZNov 22 19:46:27.106 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15302024-11-22T19:46:28.330ZNov 22 19:46:27.106 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi
15312024-11-22T19:46:28.330ZNov 22 19:46:27.106 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15322024-11-22T19:46:28.330ZNov 22 19:46:27.106 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15332024-11-22T19:46:28.330ZNov 22 19:46:27.106 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15342024-11-22T19:46:28.612ZNov 22 19:46:27.385 INFO Download complete, target: DendriteOpenapi
15352024-11-22T19:46:28.865ZNov 22 19:46:27.636 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15362024-11-22T19:46:28.974ZNov 22 19:46:27.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15372024-11-22T19:46:29.246ZNov 22 19:46:28.020 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15382024-11-22T19:46:29.318ZNov 22 19:46:28.094 INFO Download complete, target: Console
15392024-11-22T19:46:29.351ZNov 22 19:46:28.128 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15402024-11-22T19:46:29.605ZNov 22 19:46:28.380 INFO Download complete, target: TransceiverControl
15412024-11-22T19:46:29.966ZNov 22 19:46:28.745 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15422024-11-22T19:46:29.966ZNov 22 19:46:28.745 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15432024-11-22T19:46:30.352ZNov 22 19:46:29.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15442024-11-22T19:46:32.074ZNov 22 19:46:30.853 INFO Download complete, target: MaghemiteMgd
15452024-11-22T19:46:32.126ZNov 22 19:46:30.904 INFO Download complete, target: DendriteStub
15462024-11-22T19:46:37.077ZNov 22 19:46:35.853 INFO Checking that binary works, target: Cockroach
15472024-11-22T19:46:37.249ZNov 22 19:46:36.020 INFO Download complete, target: Cockroach
15482024-11-22T19:46:42.273ZNov 22 19:46:41.050 INFO Checking that binary works, target: Clickhouse
15492024-11-22T19:46:42.706ZNov 22 19:46:41.484 INFO Download complete, target: Clickhouse
15502024-11-22T19:46:42.713ZAll prerequisites installed successfully
15512024-11-22T19:46:42.716Z
15522024-11-22T19:46:42.716Zreal 5:21.232887934
15532024-11-22T19:46:42.716Zuser 16:51.636118854
15542024-11-22T19:46:42.716Zsys 3:19.093744280
15552024-11-22T19:46:42.716Ztrap 0.600877750
15562024-11-22T19:46:42.716Ztflt 4.948865016
15572024-11-22T19:46:42.716Zdflt 4.468496037
15582024-11-22T19:46:42.716Zkflt 0.208652761
15592024-11-22T19:46:42.716Zlock 32:44.851405256
15602024-11-22T19:46:42.716Zslp 1:04:19.822473765
15612024-11-22T19:46:42.716Zlat 56.195522472
15622024-11-22T19:46:42.716Zstop 2:25.203087680
15632024-11-22T19:46:42.716Z+ ptime -m cargo xtask download softnpu
15642024-11-22T19:46:43.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15652024-11-22T19:46:43.293Z Running `target/debug/xtask download softnpu`
15662024-11-22T19:46:44.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
15672024-11-22T19:46:44.218Z Running `target/debug/xtask-downloader softnpu`
15682024-11-22T19:46:44.259ZNov 22 19:46:43.037 INFO Starting download, target: Softnpu
15692024-11-22T19:46:44.261ZNov 22 19:46:43.037 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15702024-11-22T19:46:45.016ZNov 22 19:46:43.794 INFO Download complete, target: Softnpu
15712024-11-22T19:46:45.020Z
15722024-11-22T19:46:45.022Zreal 2.298942787
15732024-11-22T19:46:45.022Zuser 1.314393991
15742024-11-22T19:46:45.022Zsys 0.565973420
15752024-11-22T19:46:45.022Ztrap 0.000776293
15762024-11-22T19:46:45.022Ztflt 0.000004600
15772024-11-22T19:46:45.022Zdflt 0.000000000
15782024-11-22T19:46:45.022Zkflt 0.000000000
15792024-11-22T19:46:45.022Zlock 7.643221667
15802024-11-22T19:46:45.023Zslp 0.576681974
15812024-11-22T19:46:45.023Zlat 0.063206798
15822024-11-22T19:46:45.023Zstop 0.000173337
15832024-11-22T19:46:45.023Z+ export CARGO_INCREMENTAL=0
15842024-11-22T19:46:45.023Z+ CARGO_INCREMENTAL=0
15852024-11-22T19:46:45.023Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15862024-11-22T19:46:46.033Z Compiling proc-macro2 v1.0.89
15872024-11-22T19:46:46.033Z Compiling unicode-ident v1.0.13
15882024-11-22T19:46:46.036Z Compiling libc v0.2.162
15892024-11-22T19:46:46.037Z Compiling serde v1.0.215
15902024-11-22T19:46:46.037Z Compiling autocfg v1.4.0
15912024-11-22T19:46:46.037Z Compiling version_check v0.9.5
15922024-11-22T19:46:46.037Z Compiling cfg-if v1.0.0
15932024-11-22T19:46:46.351Z Compiling memchr v2.7.4
15942024-11-22T19:46:46.376Z Compiling typenum v1.17.0
15952024-11-22T19:46:46.523Z Compiling shlex v1.3.0
15962024-11-22T19:46:46.926Z Compiling generic-array v0.14.7
15972024-11-22T19:46:46.974Z Compiling value-bag v1.9.0
15982024-11-22T19:46:47.111Z Compiling lock_api v0.4.12
15992024-11-22T19:46:47.238Z Compiling scopeguard v1.2.0
16002024-11-22T19:46:47.394Z Compiling parking_lot_core v0.9.10
16012024-11-22T19:46:47.414Z Compiling log v0.4.22
16022024-11-22T19:46:47.792Z Compiling serde_json v1.0.132
16032024-11-22T19:46:47.810Z Compiling once_cell v1.20.2
16042024-11-22T19:46:48.104Z Compiling quote v1.0.37
16052024-11-22T19:46:48.199Z Compiling jobserver v0.1.32
16062024-11-22T19:46:48.218Z Compiling getrandom v0.2.15
16072024-11-22T19:46:48.315Z Compiling rustix v0.38.37
16082024-11-22T19:46:48.559Z Compiling syn v2.0.87
16092024-11-22T19:46:48.578Z Compiling cc v1.1.30
16102024-11-22T19:46:48.596Z Compiling thiserror v1.0.69
16112024-11-22T19:46:48.742Z Compiling libm v0.2.8
16122024-11-22T19:46:48.785Z Compiling aho-corasick v1.1.3
16132024-11-22T19:46:48.966Z Compiling regex-syntax v0.8.5
16142024-11-22T19:46:48.986Z Compiling num-traits v0.2.19
16152024-11-22T19:46:49.076Z Compiling either v1.13.0
16162024-11-22T19:46:49.118Z Compiling itoa v1.0.11
16172024-11-22T19:46:49.280Z Compiling spin v0.9.8
16182024-11-22T19:46:49.519Z Compiling slab v0.4.9
16192024-11-22T19:46:49.770Z Compiling byteorder v1.5.0
16202024-11-22T19:46:49.982Z Compiling errno v0.3.9
16212024-11-22T19:46:50.216Z Compiling rand_core v0.6.4
16222024-11-22T19:46:50.251Z Compiling lazy_static v1.5.0
16232024-11-22T19:46:50.373Z Compiling glob v0.3.1
16242024-11-22T19:46:50.922Z Compiling prettyplease v0.2.25
16252024-11-22T19:46:51.166Z Compiling clang-sys v1.8.1
16262024-11-22T19:46:51.669Z Compiling minimal-lexical v0.2.1
16272024-11-22T19:46:51.750Z Compiling libloading v0.8.5
16282024-11-22T19:46:51.911Z Compiling home v0.5.9
16292024-11-22T19:46:52.146Z Compiling nom v7.1.3
16302024-11-22T19:46:52.163Z Compiling subtle v2.6.1
16312024-11-22T19:46:52.166Z Compiling bindgen v0.69.5
16322024-11-22T19:46:52.198Z Compiling allocator-api2 v0.2.18
16332024-11-22T19:46:52.647Z Compiling regex-automata v0.4.8
16342024-11-22T19:46:52.824Z Compiling itertools v0.12.1
16352024-11-22T19:46:52.987Z Compiling rustc-hash v1.1.0
16362024-11-22T19:46:53.145Z Compiling smallvec v1.13.2
16372024-11-22T19:46:53.208Z Compiling lazycell v1.3.0
16382024-11-22T19:46:53.380Z Compiling semver v1.0.23
16392024-11-22T19:46:53.669Z Compiling cmake v0.1.51
16402024-11-22T19:46:54.075Z Compiling fs_extra v1.3.0
16412024-11-22T19:46:54.547Z Compiling dunce v1.0.5
16422024-11-22T19:46:55.248Z Compiling pkg-config v0.3.31
16432024-11-22T19:46:55.419Z Compiling ring v0.17.8
16442024-11-22T19:46:55.947Z Compiling cexpr v0.6.0
16452024-11-22T19:46:56.002Z Compiling ryu v1.0.18
16462024-11-22T19:46:56.233Z Compiling pin-project-lite v0.2.14
16472024-11-22T19:46:56.322Z Compiling paste v1.0.15
16482024-11-22T19:46:56.409Z Compiling synstructure v0.13.1
16492024-11-22T19:46:56.785Z Compiling const-oid v0.9.6
16502024-11-22T19:46:56.918Z Compiling fnv v1.0.7
16512024-11-22T19:46:57.247Z Compiling foldhash v0.1.3
16522024-11-22T19:46:57.535Z Compiling httparse v1.9.5
16532024-11-22T19:46:57.552Z Compiling aws-lc-rs v1.10.0
16542024-11-22T19:46:57.871Z Compiling equivalent v1.0.1
16552024-11-22T19:46:57.974Z Compiling hashbrown v0.15.0
16562024-11-22T19:46:58.784Z Compiling regex v1.11.1
16572024-11-22T19:46:58.815Z Compiling heck v0.5.0
16582024-11-22T19:46:59.071Z Compiling schemars v0.8.21
16592024-11-22T19:46:59.281Z Compiling serde_derive_internals v0.29.1
16602024-11-22T19:46:59.380Z Compiling signal-hook-registry v1.4.2
16612024-11-22T19:46:59.440Z Compiling mio v1.0.2
16622024-11-22T19:46:59.729Z Compiling parking_lot v0.12.3
16632024-11-22T19:47:01.381Z Compiling crossbeam-utils v0.8.20
16642024-11-22T19:47:01.707Z Compiling stable_deref_trait v1.2.0
16652024-11-22T19:47:01.798Z Compiling socket2 v0.5.7
16662024-11-22T19:47:01.870Z Compiling time-core v0.1.2
16672024-11-22T19:47:01.941Z Compiling num-conv v0.1.0
16682024-11-22T19:47:02.177Z Compiling serde_derive v1.0.215
16692024-11-22T19:47:02.248Z Compiling zeroize_derive v1.4.2
16702024-11-22T19:47:02.314Z Compiling zerocopy-derive v0.7.35
16712024-11-22T19:47:03.101Z Compiling thiserror-impl v1.0.69
16722024-11-22T19:47:03.481Z Compiling tokio-macros v2.4.0
16732024-11-22T19:47:03.675Z Compiling zeroize v1.8.1
16742024-11-22T19:47:03.850Z Compiling zerofrom-derive v0.1.4
16752024-11-22T19:47:04.156Z Compiling yoke-derive v0.7.4
16762024-11-22T19:47:04.176Z Compiling futures-macro v0.3.31
16772024-11-22T19:47:04.570Z Compiling zerovec-derive v0.10.3
16782024-11-22T19:47:04.930Z Compiling zerocopy v0.7.35
16792024-11-22T19:47:05.772Z Compiling displaydoc v0.2.5
16802024-11-22T19:47:06.173Z Compiling crypto-common v0.1.6
16812024-11-22T19:47:06.421Z Compiling tracing-attributes v0.1.27
16822024-11-22T19:47:06.684Z Compiling icu_provider_macros v1.5.0
16832024-11-22T19:47:06.827Z Compiling block-buffer v0.10.4
16842024-11-22T19:47:07.082Z Compiling digest v0.10.7
16852024-11-22T19:47:07.110Z Compiling schemars_derive v0.8.21
16862024-11-22T19:47:07.379Z Compiling der_derive v0.7.3
16872024-11-22T19:47:07.544Z Compiling futures-core v0.3.31
16882024-11-22T19:47:07.776Z Compiling time-macros v0.2.18
16892024-11-22T19:47:08.150Z Compiling vcpkg v0.2.15
16902024-11-22T19:47:09.896Z Compiling openssl-sys v0.9.103
16912024-11-22T19:47:10.752Z Compiling cpufeatures v0.2.14
16922024-11-22T19:47:10.862Z Compiling futures-sink v0.3.31
16932024-11-22T19:47:10.882Z Compiling slog v2.7.0
16942024-11-22T19:47:11.084Z Compiling ahash v0.8.11
16952024-11-22T19:47:11.147Z Compiling syn v1.0.109
16962024-11-22T19:47:11.423Z Compiling zerofrom v0.1.4
16972024-11-22T19:47:11.666Z Compiling scroll_derive v0.12.0
16982024-11-22T19:47:11.995Z Compiling ucd-trie v0.1.7
16992024-11-22T19:47:12.094Z Compiling iana-time-zone v0.1.61
17002024-11-22T19:47:12.236Z Compiling pest v2.7.14
17012024-11-22T19:47:12.474Z Compiling yoke v0.7.4
17022024-11-22T19:47:12.824Z Compiling futures-channel v0.3.31
17032024-11-22T19:47:13.040Z Compiling hmac v0.12.1
17042024-11-22T19:47:13.272Z Compiling futures-io v0.3.31
17052024-11-22T19:47:13.387Z Compiling openssl v0.10.66
17062024-11-22T19:47:13.515Z Compiling futures-task v0.3.31
17072024-11-22T19:47:13.616Z Compiling pin-utils v0.1.0
17082024-11-22T19:47:13.805Z Compiling futures-util v0.3.31
17092024-11-22T19:47:14.069Z Compiling zerovec v0.10.4
17102024-11-22T19:47:14.229Z Compiling block-padding v0.3.3
17112024-11-22T19:47:14.469Z Compiling tinyvec_macros v0.1.1
17122024-11-22T19:47:15.105Z Compiling pest_meta v2.7.14
17132024-11-22T19:47:15.208Z Compiling tinyvec v1.8.0
17142024-11-22T19:47:16.077Z Compiling bitflags v2.6.0
17152024-11-22T19:47:16.231Z Compiling bytes v1.8.0
17162024-11-22T19:47:18.018Z Compiling indexmap v2.6.0
17172024-11-22T19:47:19.324Z Compiling tokio v1.40.0
17182024-11-22T19:47:20.132Z Compiling serde_tokenstream v0.2.2
17192024-11-22T19:47:20.441Z Compiling http v1.1.0
17202024-11-22T19:47:20.726Z Compiling which v4.4.2
17212024-11-22T19:47:20.765Z Compiling uuid v1.11.0
17222024-11-22T19:47:21.718Z Compiling rustc_version v0.4.1
17232024-11-22T19:47:22.055Z Compiling chrono v0.4.38
17242024-11-22T19:47:24.275Z Compiling pest_generator v2.7.14
17252024-11-22T19:47:25.052Z Compiling toml_datetime v0.6.8
17262024-11-22T19:47:25.500Z Compiling serde_spanned v0.6.8
17272024-11-22T19:47:25.731Z Compiling inout v0.1.3
17282024-11-22T19:47:26.144Z Compiling openssl-macros v0.1.1
17292024-11-22T19:47:26.935Z Compiling strsim v0.11.1
17302024-11-22T19:47:27.817Z Compiling native-tls v0.2.12
17312024-11-22T19:47:28.159Z Compiling rustls v0.23.14
17322024-11-22T19:47:28.455Z Compiling pest_derive v2.7.14
17332024-11-22T19:47:28.776Z Compiling cipher v0.4.4
17342024-11-22T19:47:29.097Z Compiling unicode-normalization v0.1.24
17352024-11-22T19:47:29.228Z Compiling tinystr v0.7.6
17362024-11-22T19:47:29.266Z Compiling sha2 v0.10.8
17372024-11-22T19:47:29.717Z Compiling tracing-core v0.1.32
17382024-11-22T19:47:30.047Z Compiling usdt-impl v0.5.0
17392024-11-22T19:47:30.089Z Compiling base64ct v1.6.0
17402024-11-22T19:47:30.212Z Compiling litemap v0.7.3
17412024-11-22T19:47:30.386Z Compiling dyn-clone v1.0.17
17422024-11-22T19:47:30.624Z Compiling writeable v0.5.5
17432024-11-22T19:47:30.646Z Compiling unicode-bidi v0.3.17
17442024-11-22T19:47:30.669Z Compiling pem-rfc7468 v0.7.0
17452024-11-22T19:47:31.130Z Compiling icu_locid v1.5.0
17462024-11-22T19:47:31.294Z Compiling tracing v0.1.40
17472024-11-22T19:47:32.186Z Compiling scroll v0.12.0
17482024-11-22T19:47:32.682Z Compiling ppv-lite86 v0.2.20
17492024-11-22T19:47:32.782Z Compiling async-trait v0.1.83
17502024-11-22T19:47:33.377Z Compiling cookie v0.18.1
17512024-11-22T19:47:33.569Z Compiling plain v0.2.3
17522024-11-22T19:47:33.733Z Compiling camino v1.1.9
17532024-11-22T19:47:34.253Z Compiling flagset v0.4.6
17542024-11-22T19:47:35.083Z Compiling anyhow v1.0.93
17552024-11-22T19:47:35.229Z Compiling aws-lc-sys v0.22.0
17562024-11-22T19:47:37.477Z Compiling der v0.7.9
17572024-11-22T19:47:38.931Z Compiling goblin v0.8.2
17582024-11-22T19:47:40.775Z Compiling rand_chacha v0.3.1
17592024-11-22T19:47:41.615Z Compiling icu_provider v1.5.0
17602024-11-22T19:47:42.594Z Compiling untrusted v0.7.1
17612024-11-22T19:47:42.791Z Compiling pretty-hex v0.4.1
17622024-11-22T19:47:42.846Z Compiling icu_locid_transform_data v1.5.0
17632024-11-22T19:47:42.950Z Compiling rustls-pki-types v1.9.0
17642024-11-22T19:47:43.007Z Compiling rayon-core v1.12.1
17652024-11-22T19:47:43.290Z Compiling percent-encoding v2.3.1
17662024-11-22T19:47:43.766Z Compiling rustls v0.22.4
17672024-11-22T19:47:44.373Z Compiling icu_locid_transform v1.5.0
17682024-11-22T19:47:44.646Z Compiling dof v0.3.0
17692024-11-22T19:47:45.839Z Compiling rand v0.8.5
17702024-11-22T19:47:45.986Z Compiling spki v0.7.3
17712024-11-22T19:47:46.573Z Compiling dtrace-parser v0.2.0
17722024-11-22T19:47:46.695Z Compiling salsa20 v0.10.2
17732024-11-22T19:47:46.714Z Compiling tokio-util v0.7.12
17742024-11-22T19:47:47.480Z Compiling icu_collections v1.5.0
17752024-11-22T19:47:48.018Z Compiling pbkdf2 v0.12.2
17762024-11-22T19:47:48.362Z Compiling thread-id v4.2.2
17772024-11-22T19:47:48.463Z Compiling mirai-annotations v1.12.0
17782024-11-22T19:47:48.482Z Compiling powerfmt v0.2.0
17792024-11-22T19:47:48.674Z Compiling icu_properties_data v1.5.0
17802024-11-22T19:47:48.768Z Compiling untrusted v0.9.0
17812024-11-22T19:47:48.937Z Compiling winnow v0.5.40
17822024-11-22T19:47:49.208Z Compiling icu_properties v1.5.1
17832024-11-22T19:47:49.331Z Compiling deranged v0.3.11
17842024-11-22T19:47:52.967Z Compiling toml_edit v0.19.15
17852024-11-22T19:47:54.012Z Compiling scrypt v0.11.0
17862024-11-22T19:47:54.032Z Compiling cbc v0.1.2
17872024-11-22T19:47:54.259Z Compiling aes v0.8.4
17882024-11-22T19:47:54.632Z Compiling multer v3.1.0
17892024-11-22T19:47:55.221Z Compiling write16 v1.0.0
17902024-11-22T19:47:55.363Z Compiling rustversion v1.0.17
17912024-11-22T19:47:55.478Z Compiling utf16_iter v1.0.5
17922024-11-22T19:47:55.698Z Compiling utf8_iter v1.0.4
17932024-11-22T19:47:55.934Z Compiling num_threads v0.1.7
17942024-11-22T19:47:55.985Z Compiling atomic-waker v1.1.2
17952024-11-22T19:47:56.189Z Compiling slog-async v2.8.0
17962024-11-22T19:47:56.676Z Compiling icu_normalizer_data v1.5.0
17972024-11-22T19:47:56.788Z Compiling icu_normalizer v1.5.0
17982024-11-22T19:47:56.927Z Compiling time v0.3.36
17992024-11-22T19:47:57.315Z Compiling pkcs5 v0.7.1
18002024-11-22T19:47:59.061Z Compiling form_urlencoded v1.2.1
18012024-11-22T19:47:59.874Z Compiling http-body v1.0.1
18022024-11-22T19:48:00.043Z Compiling heapless v0.7.17
18032024-11-22T19:48:00.505Z Compiling bzip2-sys v0.1.11+1.0.8
18042024-11-22T19:48:01.824Z Compiling try-lock v0.2.5
18052024-11-22T19:48:01.868Z Compiling signal-hook v0.3.17
18062024-11-22T19:48:01.979Z Compiling want v0.3.1
18072024-11-22T19:48:03.578Z Compiling pkcs8 v0.10.2
18082024-11-22T19:48:03.902Z Compiling idna_adapter v1.2.0
18092024-11-22T19:48:04.264Z Compiling h2 v0.4.6
18102024-11-22T19:48:05.383Z Compiling usdt-macro v0.5.0
18112024-11-22T19:48:06.764Z Compiling usdt-attr-macro v0.5.0
18122024-11-22T19:48:07.372Z Compiling async-stream-impl v0.3.6
18132024-11-22T19:48:07.392Z Compiling httpdate v1.0.3
18142024-11-22T19:48:07.806Z Compiling adler2 v2.0.0
18152024-11-22T19:48:08.635Z Compiling miniz_oxide v0.8.0
18162024-11-22T19:48:09.789Z Compiling idna v1.0.3
18172024-11-22T19:48:11.298Z Compiling curve25519-dalek v4.1.3
18182024-11-22T19:48:11.716Z Compiling hyper v1.5.0
18192024-11-22T19:48:11.949Z Compiling openapiv3 v2.0.0
18202024-11-22T19:48:12.657Z Compiling enum-as-inner v0.6.1
18212024-11-22T19:48:14.706Z Compiling dropshot v0.12.0
18222024-11-22T19:48:15.017Z Compiling tower-service v0.3.3
18232024-11-22T19:48:15.159Z Compiling num-bigint-dig v0.8.4
18242024-11-22T19:48:15.452Z Compiling match_cfg v0.1.0
18252024-11-22T19:48:15.609Z Compiling smoltcp v0.9.1
18262024-11-22T19:48:15.687Z Compiling portable-atomic v1.9.0
18272024-11-22T19:48:15.964Z Compiling base64 v0.22.1
18282024-11-22T19:48:16.194Z Compiling foreign-types-shared v0.1.1
18292024-11-22T19:48:16.328Z Compiling foreign-types v0.3.2
18302024-11-22T19:48:16.608Z Compiling hyper-util v0.1.10
18312024-11-22T19:48:17.064Z Compiling hostname v0.3.1
18322024-11-22T19:48:20.107Z Compiling url v2.5.3
18332024-11-22T19:48:24.600Z Compiling dirs-sys-next v0.1.2
18342024-11-22T19:48:24.689Z Compiling gimli v0.31.1
18352024-11-22T19:48:25.113Z Compiling data-encoding v2.6.0
18362024-11-22T19:48:25.352Z Compiling heck v0.4.1
18372024-11-22T19:48:25.652Z Compiling ident_case v1.0.1
18382024-11-22T19:48:25.842Z Compiling siphasher v0.3.11
18392024-11-22T19:48:25.996Z Compiling darling_core v0.20.10
18402024-11-22T19:48:26.228Z Compiling dirs-next v2.0.0
18412024-11-22T19:48:29.252Z Compiling http-body-util v0.1.2
18422024-11-22T19:48:29.792Z Compiling addr2line v0.24.2
18432024-11-22T19:48:31.867Z Compiling crossbeam-epoch v0.9.18
18442024-11-22T19:48:32.378Z Compiling hubpack_derive v0.1.1
18452024-11-22T19:48:32.582Z Compiling dropshot_endpoint v0.12.0
18462024-11-22T19:48:33.191Z Compiling sha1 v0.10.6
18472024-11-22T19:48:33.227Z Compiling signature v2.2.0
18482024-11-22T19:48:33.474Z Compiling zerocopy-derive v0.6.6
18492024-11-22T19:48:33.611Z Compiling curve25519-dalek-derive v0.1.1
18502024-11-22T19:48:34.996Z Compiling object v0.36.5
18512024-11-22T19:48:35.406Z Compiling thread_local v1.1.8
18522024-11-22T19:48:35.428Z Compiling fs-err v2.11.0
18532024-11-22T19:48:35.739Z Compiling encoding_rs v0.8.34
18542024-11-22T19:48:36.811Z Compiling mime v0.3.17
18552024-11-22T19:48:39.394Z Compiling utf8parse v0.2.2
18562024-11-22T19:48:39.576Z Compiling openssl-probe v0.1.5
18572024-11-22T19:48:39.908Z Compiling ipnet v2.10.1
18582024-11-22T19:48:41.036Z Compiling winnow v0.6.20
18592024-11-22T19:48:44.981Z Compiling rustc-demangle v0.1.24
18602024-11-22T19:48:47.062Z Compiling unicode-properties v0.1.3
18612024-11-22T19:48:47.497Z Compiling anstyle v1.0.10
18622024-11-22T19:48:47.982Z Compiling stringprep v0.1.5
18632024-11-22T19:48:48.452Z Compiling backtrace v0.3.74
18642024-11-22T19:48:48.704Z Compiling toml_edit v0.22.22
18652024-11-22T19:48:50.980Z Compiling anstyle-parse v0.2.5
18662024-11-22T19:48:52.861Z Compiling rustls-webpki v0.102.8
18672024-11-22T19:48:56.293Z Compiling darling_macro v0.20.10
18682024-11-22T19:48:56.910Z Compiling crossbeam-deque v0.8.5
18692024-11-22T19:48:57.247Z Compiling term v0.7.0
18702024-11-22T19:48:58.560Z Compiling slog-json v2.6.1
18712024-11-22T19:48:59.777Z Compiling serde_urlencoded v0.7.1
18722024-11-22T19:49:00.659Z Compiling crossbeam-channel v0.5.13
18732024-11-22T19:49:00.908Z Compiling rustls-pemfile v2.2.0
18742024-11-22T19:49:01.759Z Compiling hashbrown v0.14.5
18752024-11-22T19:49:02.317Z Compiling idna v0.4.0
18762024-11-22T19:49:03.180Z Compiling idna v0.3.0
18772024-11-22T19:49:03.833Z Compiling futures-executor v0.3.31
18782024-11-22T19:49:04.329Z Compiling num-integer v0.1.46
18792024-11-22T19:49:04.679Z Compiling md-5 v0.10.6
18802024-11-22T19:49:04.898Z Compiling ff v0.13.0
18812024-11-22T19:49:04.937Z Compiling hash32 v0.2.1
18822024-11-22T19:49:05.059Z Compiling memmap v0.7.0
18832024-11-22T19:49:05.144Z Compiling is-terminal v0.4.13
18842024-11-22T19:49:05.315Z Compiling is_terminal_polyfill v1.70.1
18852024-11-22T19:49:05.448Z Compiling utf-8 v0.7.6
18862024-11-22T19:49:05.770Z Compiling colorchoice v1.0.2
18872024-11-22T19:49:05.890Z Compiling base16ct v0.2.0
18882024-11-22T19:49:05.940Z Compiling anstyle-query v1.1.1
18892024-11-22T19:49:06.101Z Compiling take_mut v0.2.2
18902024-11-22T19:49:06.181Z Compiling fallible-iterator v0.2.0
18912024-11-22T19:49:06.295Z Compiling linked-hash-map v0.5.6
18922024-11-22T19:49:06.762Z Compiling psl-types v2.0.11
18932024-11-22T19:49:06.951Z Compiling quick-error v1.2.3
18942024-11-22T19:49:07.882Z Compiling resolv-conf v0.7.0
18952024-11-22T19:49:08.571Z Compiling publicsuffix v2.2.3
18962024-11-22T19:49:08.622Z Compiling postgres-protocol v0.6.7
18972024-11-22T19:49:08.855Z Compiling lru-cache v0.1.2
18982024-11-22T19:49:09.920Z Compiling sec1 v0.7.3
18992024-11-22T19:49:10.141Z Compiling anstream v0.6.15
19002024-11-22T19:49:10.278Z Compiling tungstenite v0.24.0
19012024-11-22T19:49:10.871Z Compiling usdt v0.5.0
19022024-11-22T19:49:11.367Z Compiling slog-term v2.9.1
19032024-11-22T19:49:12.400Z Compiling group v0.13.0
19042024-11-22T19:49:12.504Z Compiling num-iter v0.1.45
19052024-11-22T19:49:12.695Z Compiling futures v0.3.31
19062024-11-22T19:49:12.719Z Compiling hickory-proto v0.24.1
19072024-11-22T19:49:12.816Z Compiling regress v0.10.1
19082024-11-22T19:49:15.803Z Compiling tokio-rustls v0.26.0
19092024-11-22T19:49:16.117Z Compiling tokio-rustls v0.25.0
19102024-11-22T19:49:16.288Z Compiling slog-bunyan v2.5.0
19112024-11-22T19:49:16.519Z Compiling darling v0.20.10
19122024-11-22T19:49:16.649Z Compiling toml v0.8.19
19132024-11-22T19:49:16.914Z Compiling tokio-native-tls v0.3.1
19142024-11-22T19:49:17.000Z Compiling phf_shared v0.11.2
19152024-11-22T19:49:17.216Z Compiling strum_macros v0.25.3
19162024-11-22T19:49:17.612Z Compiling async-stream v0.3.6
19172024-11-22T19:49:17.712Z Compiling waitgroup v0.1.2
19182024-11-22T19:49:17.892Z Compiling webpki-roots v0.26.6
19192024-11-22T19:49:18.309Z Compiling idna v0.5.0
19202024-11-22T19:49:18.366Z Compiling terminal_size v0.4.0
19212024-11-22T19:49:18.597Z Compiling serde_path_to_error v0.1.16
19222024-11-22T19:49:19.009Z Compiling hkdf v0.12.4
19232024-11-22T19:49:19.581Z Compiling crypto-bigint v0.5.5
19242024-11-22T19:49:19.813Z Compiling clap_derive v4.5.18
19252024-11-22T19:49:19.906Z Compiling serde_repr v0.1.19
19262024-11-22T19:49:20.870Z Compiling derive-where v1.2.7
19272024-11-22T19:49:21.001Z Compiling hostname v0.4.0
19282024-11-22T19:49:21.249Z Compiling crc32fast v1.4.2
19292024-11-22T19:49:21.718Z Compiling managed v0.8.0
19302024-11-22T19:49:22.157Z Compiling clap_lex v0.7.2
19312024-11-22T19:49:22.240Z Compiling bitflags v1.3.2
19322024-11-22T19:49:22.407Z Compiling unicode-width v0.1.14
19332024-11-22T19:49:23.249Z Compiling debug-ignore v1.0.5
19342024-11-22T19:49:23.891Z Compiling console v0.15.8
19352024-11-22T19:49:24.376Z Compiling elliptic-curve v0.13.8
19362024-11-22T19:49:25.216Z Compiling clap_builder v4.5.21
19372024-11-22T19:49:25.708Z Compiling flate2 v1.0.34
19382024-11-22T19:49:26.734Z Compiling cookie_store v0.21.0
19392024-11-22T19:49:27.351Z Compiling hickory-resolver v0.24.1
19402024-11-22T19:49:32.741Z Compiling hyper-rustls v0.27.3
19412024-11-22T19:49:33.536Z Compiling phf v0.11.2
19422024-11-22T19:49:33.574Z Compiling hyper-tls v0.6.0
19432024-11-22T19:49:33.852Z Compiling signal-hook-mio v0.2.4
19442024-11-22T19:49:33.977Z Compiling typify-impl v0.2.0
19452024-11-22T19:49:34.039Z Compiling bzip2 v0.4.4
19462024-11-22T19:49:34.066Z Compiling rayon v1.10.0
19472024-11-22T19:49:34.423Z Compiling tokio-tungstenite v0.24.0
19482024-11-22T19:49:34.994Z Compiling postgres-types v0.2.8
19492024-11-22T19:49:35.161Z Compiling zerocopy v0.6.6
19502024-11-22T19:49:35.473Z Compiling ed25519 v2.2.3
19512024-11-22T19:49:35.925Z Compiling hubpack v0.1.2
19522024-11-22T19:49:36.055Z Compiling phf_shared v0.10.0
19532024-11-22T19:49:36.198Z Compiling pkcs1 v0.7.5
19542024-11-22T19:49:36.423Z Compiling tokio-stream v0.1.16
19552024-11-22T19:49:37.461Z Compiling serde-big-array v0.5.1
19562024-11-22T19:49:37.572Z Compiling rfc6979 v0.4.0
19572024-11-22T19:49:37.702Z Compiling float-cmp v0.9.0
19582024-11-22T19:49:37.774Z Compiling sync_wrapper v1.0.1
19592024-11-22T19:49:37.930Z Compiling bstr v1.10.0
19602024-11-22T19:49:39.009Z Compiling unicode-segmentation v1.12.0
19612024-11-22T19:49:39.627Z Compiling fixedbitset v0.4.2
19622024-11-22T19:49:39.735Z Compiling unicode-width v0.2.0
19632024-11-22T19:49:39.901Z Compiling normalize-line-endings v0.3.0
19642024-11-22T19:49:40.047Z Compiling static_assertions v1.1.0
19652024-11-22T19:49:40.064Z Compiling bit-vec v0.6.3
19662024-11-22T19:49:40.158Z Compiling new_debug_unreachable v1.0.6
19672024-11-22T19:49:40.268Z Compiling whoami v1.5.2
19682024-11-22T19:49:40.523Z Compiling predicates-core v1.0.8
19692024-11-22T19:49:40.544Z Compiling difflib v0.4.0
19702024-11-22T19:49:40.866Z Compiling precomputed-hash v0.1.1
19712024-11-22T19:49:40.892Z Compiling number_prefix v0.4.0
19722024-11-22T19:49:41.001Z Compiling predicates v3.1.2
19732024-11-22T19:49:41.122Z Compiling indicatif v0.17.9
19742024-11-22T19:49:41.153Z Compiling string_cache v0.8.7
19752024-11-22T19:49:41.612Z Compiling tokio-postgres v0.7.12
19762024-11-22T19:49:42.553Z Compiling bit-set v0.5.3
19772024-11-22T19:49:42.863Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19782024-11-22T19:49:43.063Z Compiling petgraph v0.6.5
19792024-11-22T19:49:43.642Z Compiling similar v2.6.0
19802024-11-22T19:49:46.411Z Compiling typify-macro v0.2.0
19812024-11-22T19:49:47.139Z Compiling reqwest v0.12.9
19822024-11-22T19:49:47.216Z Compiling ecdsa v0.16.9
19832024-11-22T19:49:48.138Z Compiling qorb v0.2.0
19842024-11-22T19:49:49.176Z Compiling rsa v0.9.6
19852024-11-22T19:49:49.644Z Compiling ed25519-dalek v2.1.1
19862024-11-22T19:49:50.214Z Compiling zip v0.6.6
19872024-11-22T19:49:50.293Z Compiling crossterm v0.28.1
19882024-11-22T19:49:50.652Z Compiling clap v4.5.21
19892024-11-22T19:49:51.492Z Compiling toml v0.7.8
19902024-11-22T19:49:52.608Z Compiling x509-cert v0.2.5
19912024-11-22T19:49:53.812Z Compiling hex v0.4.3
19922024-11-22T19:49:54.280Z Compiling itertools v0.10.5
19932024-11-22T19:49:55.026Z Compiling unicode-xid v0.2.6
19942024-11-22T19:49:55.211Z Compiling lalrpop-util v0.19.12
19952024-11-22T19:49:55.232Z Compiling zerocopy v0.8.10
19962024-11-22T19:49:55.575Z Compiling peg-runtime v0.8.3
19972024-11-22T19:49:57.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982024-11-22T19:50:01.762Z Compiling proc-macro-crate v1.3.1
19992024-11-22T19:50:02.051Z Compiling ipnetwork v0.20.0
20002024-11-22T19:50:02.644Z Compiling macaddr v1.0.1
20012024-11-22T19:50:03.011Z Compiling zerocopy-derive v0.8.10
20022024-11-22T19:50:03.341Z Compiling itertools v0.13.0
20032024-11-22T19:50:05.818Z Compiling heapless v0.8.0
20042024-11-22T19:50:06.840Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20052024-11-22T19:50:11.412Z Compiling num_enum_derive v0.5.11
20062024-11-22T19:50:19.179Z Compiling hash32 v0.3.1
20072024-11-22T19:50:19.756Z Compiling smoltcp v0.11.0
20082024-11-22T19:50:21.298Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092024-11-22T19:50:25.766Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20102024-11-22T19:50:26.748Z Compiling num_enum v0.5.11
20112024-11-22T19:50:27.464Z Compiling typify v0.2.0
20122024-11-22T19:50:27.985Z Compiling proc-macro-error-attr v1.0.4
20132024-11-22T19:50:28.509Z Compiling cobs v0.2.3
20142024-11-22T19:50:28.915Z Compiling unsafe-libyaml v0.2.11
20152024-11-22T19:50:28.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20162024-11-22T19:50:29.308Z Compiling postcard v1.0.10
20172024-11-22T19:50:30.268Z Compiling serde_yaml v0.9.34+deprecated
20182024-11-22T19:50:45.369Z Compiling progenitor-impl v0.8.0
20192024-11-22T19:50:50.158Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20202024-11-22T19:50:59.977Z Compiling strum_macros v0.26.4
20212024-11-22T19:51:00.725Z Compiling structmeta-derive v0.3.0
20222024-11-22T19:51:00.858Z Compiling foreign-types-macros v0.2.3
20232024-11-22T19:51:00.884Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20242024-11-22T19:51:01.199Z Compiling proc-macro-error v1.0.4
20252024-11-22T19:51:01.639Z Compiling foreign-types-shared v0.3.1
20262024-11-22T19:51:01.830Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20272024-11-22T19:51:02.292Z Compiling newtype-uuid v1.1.3
20282024-11-22T19:51:03.423Z Compiling structmeta v0.3.0
20292024-11-22T19:51:04.550Z Compiling strum v0.26.3
20302024-11-22T19:51:07.266Z Compiling foreign-types v0.5.0
20312024-11-22T19:51:07.405Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20322024-11-22T19:51:13.776Z Compiling progenitor-macro v0.8.0
20332024-11-22T19:51:17.031Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20342024-11-22T19:51:18.202Z Compiling progenitor-client v0.8.0
20352024-11-22T19:51:19.208Z Compiling tabwriter v1.4.0
20362024-11-22T19:51:20.788Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20372024-11-22T19:51:21.626Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20382024-11-22T19:51:22.437Z Compiling cstr-argument v0.1.2
20392024-11-22T19:51:22.549Z Compiling dropshot v0.13.0
20402024-11-22T19:51:22.720Z Compiling pretty-hex v0.2.1
20412024-11-22T19:51:22.861Z Compiling fastrand v2.1.1
20422024-11-22T19:51:22.959Z Compiling crucible-workspace-hack v0.1.0
20432024-11-22T19:51:23.504Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20442024-11-22T19:51:23.679Z Compiling tempfile v3.13.0
20452024-11-22T19:51:23.830Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20462024-11-22T19:51:24.337Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20472024-11-22T19:51:24.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-11-22T19:51:25.412Z Compiling parse-display-derive v0.10.0
20492024-11-22T19:51:25.628Z Compiling colored v2.1.0
20502024-11-22T19:51:25.778Z Compiling serde_with_macros v3.11.0
20512024-11-22T19:51:26.871Z Compiling progenitor v0.8.0
20522024-11-22T19:51:26.929Z Compiling dropshot_endpoint v0.13.0
20532024-11-22T19:51:27.154Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20542024-11-22T19:51:27.921Z Compiling instant v0.1.13
20552024-11-22T19:51:28.116Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20562024-11-22T19:51:28.457Z Compiling serde_with v3.11.0
20572024-11-22T19:51:28.531Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20582024-11-22T19:51:29.413Z Compiling parse-display v0.10.0
20592024-11-22T19:51:29.900Z Compiling backoff v0.4.0
20602024-11-22T19:51:30.305Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20612024-11-22T19:51:30.556Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20622024-11-22T19:51:31.396Z Compiling zone_cfg_derive v0.3.0
20632024-11-22T19:51:31.712Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-11-22T19:51:32.326Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20652024-11-22T19:51:32.842Z Compiling camino-tempfile v1.1.1
20662024-11-22T19:51:33.124Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20672024-11-22T19:51:33.213Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20682024-11-22T19:51:33.416Z Compiling regress v0.9.1
20692024-11-22T19:51:33.645Z Compiling num-derive v0.4.2
20702024-11-22T19:51:33.647Z Compiling sigpipe v0.1.3
20712024-11-22T19:51:33.797Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20722024-11-22T19:51:34.109Z Compiling libefi-sys v0.1.0
20732024-11-22T19:51:34.482Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20742024-11-22T19:51:35.979Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20752024-11-22T19:51:37.610Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20762024-11-22T19:51:38.828Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20772024-11-22T19:51:41.421Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20782024-11-22T19:51:42.004Z Compiling zone v0.3.0
20792024-11-22T19:51:42.276Z Compiling smf v0.2.3
20802024-11-22T19:51:42.351Z Compiling bitfield-struct v0.6.2
20812024-11-22T19:51:43.775Z Compiling blake3 v1.5.4
20822024-11-22T19:51:44.355Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20832024-11-22T19:51:44.432Z Compiling ring v0.16.20
20842024-11-22T19:51:44.940Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20852024-11-22T19:51:45.476Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20862024-11-22T19:51:45.778Z Compiling xattr v1.3.1
20872024-11-22T19:51:45.884Z Compiling memmap2 v0.9.5
20882024-11-22T19:51:46.110Z Compiling filetime v0.2.25
20892024-11-22T19:51:46.506Z Compiling arrayvec v0.7.6
20902024-11-22T19:51:46.525Z Compiling same-file v1.0.6
20912024-11-22T19:51:46.657Z Compiling arrayref v0.3.9
20922024-11-22T19:51:46.779Z Compiling spin v0.5.2
20932024-11-22T19:51:46.825Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20942024-11-22T19:51:46.965Z Compiling constant_time_eq v0.3.1
20952024-11-22T19:51:46.999Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20962024-11-22T19:51:47.049Z Compiling walkdir v2.5.0
20972024-11-22T19:51:48.538Z Compiling tar v0.4.42
20982024-11-22T19:51:48.756Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20992024-11-22T19:51:49.585Z Compiling gethostname v0.5.0
21002024-11-22T19:51:49.801Z Compiling cargo-platform v0.1.8
21012024-11-22T19:51:49.911Z Compiling topological-sort v0.2.2
21022024-11-22T19:51:50.203Z Compiling cargo_metadata v0.18.1
21032024-11-22T19:51:56.022Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21042024-11-22T19:51:58.055Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21052024-11-22T19:51:58.601Z Compiling omicron-zone-package v0.11.1
21062024-11-22T19:52:03.456Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21072024-11-22T19:52:21.113Z Finished `release` profile [optimized] target(s) in 5m 36s
21082024-11-22T19:52:21.283Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21092024-11-22T19:52:21.338ZLogging to: /work/oxidecomputer/omicron/out/LOG
21102024-11-22T19:52:21.341ZCreated new build target 'test' and set it as active
21112024-11-22T19:52:21.341Z
21122024-11-22T19:52:21.341Zreal 5:36.301013338
21132024-11-22T19:52:21.341Zuser 37:49.687875192
21142024-11-22T19:52:21.341Zsys 5:04.170991851
21152024-11-22T19:52:21.341Ztrap 1.168747751
21162024-11-22T19:52:21.341Ztflt 2.930460103
21172024-11-22T19:52:21.341Zdflt 0.733462811
21182024-11-22T19:52:21.341Zkflt 0.024421843
21192024-11-22T19:52:21.341Zlock 1:19:51.268141211
21202024-11-22T19:52:21.341Zslp 2:38:23.993175852
21212024-11-22T19:52:21.341Zlat 2:39.416913347
21222024-11-22T19:52:21.341Zstop 4:47.525489776
21232024-11-22T19:52:21.343Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21242024-11-22T19:52:22.366Z Finished `release` profile [optimized] target(s) in 0.97s
21252024-11-22T19:52:22.428Z Running `target/release/omicron-package -t test package`
21262024-11-22T19:52:22.475ZLogging to: /work/oxidecomputer/omicron/out/LOG
21272024-11-22T19:52:23.726Z Compiling convert_case v0.4.0
21282024-11-22T19:52:23.728Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21292024-11-22T19:52:23.728Z Compiling itertools v0.13.0
21302024-11-22T19:52:23.728Z Compiling newline-converter v0.3.0
21312024-11-22T19:52:23.729Z Compiling password-hash v0.5.0
21322024-11-22T19:52:23.863Z Compiling progenitor-client v0.8.0
21332024-11-22T19:52:23.866Z Compiling blake2 v0.10.6
21342024-11-22T19:52:23.933Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21352024-11-22T19:52:24.095Z Compiling expectorate v1.1.0
21362024-11-22T19:52:24.115Z Compiling owo-colors v4.1.0
21372024-11-22T19:52:24.299Z Compiling cancel-safe-futures v0.1.5
21382024-11-22T19:52:24.407Z Compiling argon2 v0.5.3
21392024-11-22T19:52:24.427Z Compiling progenitor v0.8.0
21402024-11-22T19:52:24.585Z Compiling derive_more v0.99.18
21412024-11-22T19:52:24.685Z Compiling num-rational v0.4.2
21422024-11-22T19:52:24.704Z Compiling num-complex v0.4.6
21432024-11-22T19:52:25.183Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21442024-11-22T19:52:25.985Z Compiling num v0.4.3
21452024-11-22T19:52:26.038Z Compiling atomicwrites v0.4.4
21462024-11-22T19:52:26.111Z Compiling libsw v3.3.1
21472024-11-22T19:52:26.486Z Compiling linear-map v1.2.0
21482024-11-22T19:52:26.521Z Compiling swrite v0.1.0
21492024-11-22T19:52:26.587Z Compiling float-ord v0.3.2
21502024-11-22T19:52:26.668Z Compiling indent_write v2.2.0
21512024-11-22T19:52:26.771Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21522024-11-22T19:52:26.844Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21532024-11-22T19:52:26.913Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21542024-11-22T19:52:26.933Z Compiling base64 v0.21.7
21552024-11-22T19:52:27.180Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21562024-11-22T19:52:27.696Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21572024-11-22T19:52:27.868Z Compiling highway v1.2.0
21582024-11-22T19:52:28.050Z Compiling semver v0.1.20
21592024-11-22T19:52:28.646Z Compiling rustc_version v0.1.7
21602024-11-22T19:52:29.079Z Compiling newtype_derive v0.1.6
21612024-11-22T19:52:29.340Z Compiling newtype-uuid v1.1.3
21622024-11-22T19:52:29.470Z Compiling dropshot v0.13.0
21632024-11-22T19:52:29.553Z Compiling ipnetwork v0.20.0
21642024-11-22T19:52:29.700Z Compiling instant v0.1.13
21652024-11-22T19:52:29.871Z Compiling humantime v2.1.0
21662024-11-22T19:52:30.363Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21672024-11-22T19:52:30.726Z Compiling backoff v0.4.0
21682024-11-22T19:52:31.065Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21692024-11-22T19:52:31.085Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21702024-11-22T19:52:31.315Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21712024-11-22T19:52:35.013Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21722024-11-22T19:52:35.411Z Compiling parse-display v0.10.0
21732024-11-22T19:52:36.014Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742024-11-22T19:52:36.213Z Compiling serde_with v3.11.0
21752024-11-22T19:52:36.591Z Compiling strum v0.26.3
21762024-11-22T19:52:36.794Z Compiling regress v0.9.1
21772024-11-22T19:52:40.307Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21782024-11-22T19:52:41.680Z Compiling macaddr v1.0.1
21792024-11-22T19:52:41.925Z Compiling steno v0.4.1
21802024-11-22T19:52:42.084Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21812024-11-22T19:52:42.323Z Compiling prettyplease v0.2.25
21822024-11-22T19:52:42.355Z Compiling slog-dtrace v0.3.0
21832024-11-22T19:52:42.756Z Compiling tungstenite v0.21.0
21842024-11-22T19:52:43.205Z Compiling display-error-chain v0.2.2
21852024-11-22T19:52:45.017Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21862024-11-22T19:52:45.489Z Compiling tokio-tungstenite v0.21.0
21872024-11-22T19:52:46.229Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21882024-11-22T19:52:46.854Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21892024-11-22T19:52:47.884Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21902024-11-22T19:52:48.142Z Compiling arc-swap v1.7.1
21912024-11-22T19:52:48.887Z Compiling slog-scope v4.4.0
21922024-11-22T19:52:49.751Z Compiling half v2.4.1
21932024-11-22T19:52:50.478Z Compiling ciborium-io v0.2.2
21942024-11-22T19:52:50.642Z Compiling ciborium-ll v0.2.2
21952024-11-22T19:52:51.187Z Compiling slog-stdlog v4.1.1
21962024-11-22T19:52:52.035Z Compiling slog-envlogger v2.2.0
21972024-11-22T19:52:52.450Z Compiling ciborium v0.2.2
21982024-11-22T19:52:54.730Z Compiling nibble_vec v0.1.0
21992024-11-22T19:52:54.867Z Compiling endian-type v0.1.2
22002024-11-22T19:52:54.979Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22012024-11-22T19:53:01.621Z Compiling radix_trie v0.2.1
22022024-11-22T19:53:01.645Z Compiling same-file v1.0.6
22032024-11-22T19:53:01.895Z Compiling fastrand v2.1.1
22042024-11-22T19:53:02.431Z Compiling tempfile v3.13.0
22052024-11-22T19:53:02.572Z Compiling walkdir v2.5.0
22062024-11-22T19:53:02.646Z Compiling ring v0.16.20
22072024-11-22T19:53:03.218Z Compiling blake3 v1.5.4
22082024-11-22T19:53:03.259Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22092024-11-22T19:53:03.793Z Compiling xattr v1.3.1
22102024-11-22T19:53:04.085Z Compiling memmap2 v0.9.5
22112024-11-22T19:53:04.521Z Compiling filetime v0.2.25
22122024-11-22T19:53:04.544Z Compiling keccak v0.1.5
22132024-11-22T19:53:04.843Z Compiling spin v0.5.2
22142024-11-22T19:53:04.961Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22152024-11-22T19:53:05.094Z Compiling arrayref v0.3.9
22162024-11-22T19:53:05.206Z Compiling arrayvec v0.7.6
22172024-11-22T19:53:05.400Z Compiling constant_time_eq v0.3.1
22182024-11-22T19:53:05.571Z Compiling sha3 v0.10.8
22192024-11-22T19:53:06.499Z Compiling tar v0.4.42
22202024-11-22T19:53:06.520Z Compiling toolchain_find v0.4.0
22212024-11-22T19:53:06.613Z Compiling camino-tempfile v1.1.1
22222024-11-22T19:53:06.802Z Compiling const_format_proc_macros v0.2.33
22232024-11-22T19:53:07.074Z Compiling topological-sort v0.2.2
22242024-11-22T19:53:07.137Z Compiling crunchy v0.2.2
22252024-11-22T19:53:07.317Z Compiling maplit v1.0.2
22262024-11-22T19:53:07.458Z Compiling radium v0.7.0
22272024-11-22T19:53:07.646Z Compiling omicron-zone-package v0.11.1
22282024-11-22T19:53:07.959Z Compiling rustfmt-wrapper v0.2.1
22292024-11-22T19:53:08.492Z Compiling pem v3.0.4
22302024-11-22T19:53:08.555Z Compiling tiny-keccak v2.0.2
22312024-11-22T19:53:08.706Z Compiling const_format v0.2.33
22322024-11-22T19:53:08.807Z Compiling tap v1.0.1
22332024-11-22T19:53:08.844Z Compiling maybe-uninit v2.0.0
22342024-11-22T19:53:09.010Z Compiling wyz v0.5.1
22352024-11-22T19:53:09.657Z Compiling dsl_auto_type v0.1.2
22362024-11-22T19:53:09.936Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22372024-11-22T19:53:09.969Z Compiling phf_generator v0.11.2
22382024-11-22T19:53:10.019Z Compiling scheduled-thread-pool v0.2.7
22392024-11-22T19:53:10.040Z Compiling secrecy v0.8.0
22402024-11-22T19:53:10.174Z Compiling diesel_table_macro_syntax v0.2.0
22412024-11-22T19:53:10.330Z Compiling async-recursion v1.1.1
22422024-11-22T19:53:10.446Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22432024-11-22T19:53:10.583Z Compiling funty v2.0.0
22442024-11-22T19:53:10.773Z Compiling crc-catalog v2.4.0
22452024-11-22T19:53:10.949Z Compiling packed_struct v0.10.1
22462024-11-22T19:53:11.077Z Compiling diesel_derives v2.2.3
22472024-11-22T19:53:11.294Z Compiling crc v3.2.1
22482024-11-22T19:53:11.518Z Compiling r2d2 v0.8.10
22492024-11-22T19:53:11.823Z Compiling bitvec v1.0.1
22502024-11-22T19:53:11.968Z Compiling phf_codegen v0.11.2
22512024-11-22T19:53:12.786Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22522024-11-22T19:53:13.053Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22532024-11-22T19:53:13.141Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22542024-11-22T19:53:13.347Z Compiling ascii-canvas v3.0.0
22552024-11-22T19:53:13.847Z Compiling universal-hash v0.5.1
22562024-11-22T19:53:14.100Z Compiling packed_struct_codegen v0.10.1
22572024-11-22T19:53:16.651Z Compiling thiserror-impl-no-std v2.0.2
22582024-11-22T19:53:16.682Z Compiling parse-zoneinfo v0.3.1
22592024-11-22T19:53:18.306Z Compiling lzma-sys v0.1.20
22602024-11-22T19:53:19.022Z Compiling ena v0.14.3
22612024-11-22T19:53:19.460Z Compiling indexmap v1.9.3
22622024-11-22T19:53:19.478Z Compiling regex-syntax v0.6.29
22632024-11-22T19:53:19.782Z Compiling opaque-debug v0.3.1
22642024-11-22T19:53:19.901Z Compiling diff v0.1.13
22652024-11-22T19:53:20.465Z Compiling nodrop v0.1.14
22662024-11-22T19:53:20.620Z Compiling cfg_aliases v0.1.1
22672024-11-22T19:53:20.751Z Compiling nix v0.28.0
22682024-11-22T19:53:21.497Z Compiling array-init v0.0.4
22692024-11-22T19:53:22.749Z Compiling poly1305 v0.8.0
22702024-11-22T19:53:22.934Z Compiling diesel v2.2.4
22712024-11-22T19:53:24.278Z Compiling lalrpop v0.19.12
22722024-11-22T19:53:24.998Z Compiling thiserror-no-std v2.0.2
22732024-11-22T19:53:25.192Z Compiling chrono-tz-build v0.4.0
22742024-11-22T19:53:30.617Z Compiling smallvec v0.6.14
22752024-11-22T19:53:31.154Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22762024-11-22T19:53:31.424Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22772024-11-22T19:53:31.719Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22782024-11-22T19:53:31.977Z Compiling chacha20 v0.9.1
22792024-11-22T19:53:32.284Z Compiling heck v0.3.3
22802024-11-22T19:53:32.473Z Compiling aead v0.5.2
22812024-11-22T19:53:32.679Z Compiling vte_generate_state_changes v0.1.2
22822024-11-22T19:53:32.852Z Compiling termcolor v1.4.1
22832024-11-22T19:53:33.366Z Compiling ref-cast v1.0.23
22842024-11-22T19:53:33.873Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22852024-11-22T19:53:33.917Z Compiling hashbrown v0.12.3
22862024-11-22T19:53:34.179Z Compiling bitfield v0.14.0
22872024-11-22T19:53:34.544Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22882024-11-22T19:53:36.604Z Compiling vte v0.11.1
22892024-11-22T19:53:38.123Z Compiling env_logger v0.10.2
22902024-11-22T19:53:41.406Z Compiling chacha20poly1305 v0.10.1
22912024-11-22T19:53:41.663Z Compiling zone_cfg_derive v0.1.2
22922024-11-22T19:53:43.166Z Compiling serde-hex v0.1.0
22932024-11-22T19:53:47.131Z Compiling chrono-tz v0.10.0
22942024-11-22T19:53:48.005Z Compiling vsss-rs v3.3.4
22952024-11-22T19:53:48.751Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22962024-11-22T19:53:49.106Z Compiling ron v0.8.1
22972024-11-22T19:53:51.143Z Compiling polar-core v0.27.3
22982024-11-22T19:53:52.422Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22992024-11-22T19:53:52.491Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23002024-11-22T19:53:52.721Z Compiling derive_builder_core v0.20.2
23012024-11-22T19:53:53.084Z Compiling hashbrown v0.13.2
23022024-11-22T19:53:54.512Z Compiling fd-lock v4.0.2
23032024-11-22T19:53:54.756Z Compiling headers-core v0.3.0
23042024-11-22T19:53:54.949Z Compiling fxhash v0.2.1
23052024-11-22T19:53:55.033Z Compiling libxml v0.3.3
23062024-11-22T19:53:55.187Z Compiling ref-cast-impl v1.0.23
23072024-11-22T19:53:55.207Z Compiling crc-any v2.5.0
23082024-11-22T19:53:55.403Z Compiling bytecount v0.6.8
23092024-11-22T19:53:55.733Z Compiling base64 v0.13.1
23102024-11-22T19:53:56.220Z Compiling ron v0.7.1
23112024-11-22T19:53:56.517Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23122024-11-22T19:53:56.566Z Compiling papergrid v0.11.0
23132024-11-22T19:54:01.526Z Compiling derive_builder_macro v0.20.2
23142024-11-22T19:54:01.715Z Compiling headers v0.4.0
23152024-11-22T19:54:02.406Z Compiling object v0.30.4
23162024-11-22T19:54:05.528Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23172024-11-22T19:54:10.176Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23182024-11-22T19:54:11.842Z Compiling xz2 v0.1.7
23192024-11-22T19:54:12.487Z Compiling zone v0.1.8
23202024-11-22T19:54:13.202Z Compiling strip-ansi-escapes v0.2.0
23212024-11-22T19:54:15.700Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23222024-11-22T19:54:15.862Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23232024-11-22T19:54:16.293Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23242024-11-22T19:54:16.631Z Compiling tabled_derive v0.7.0
23252024-11-22T19:54:16.965Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23262024-11-22T19:54:17.675Z Compiling yasna v0.5.2
23272024-11-22T19:54:18.910Z Compiling peg-macros v0.8.4
23282024-11-22T19:54:18.957Z Compiling strum_macros v0.24.3
23292024-11-22T19:54:20.119Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23302024-11-22T19:54:21.183Z Compiling kstat-rs v0.2.4
23312024-11-22T19:54:21.216Z Compiling samael v0.0.17
23322024-11-22T19:54:21.859Z Compiling sqlparser_derive v0.2.2
23332024-11-22T19:54:22.205Z Compiling unicase v2.7.0
23342024-11-22T19:54:22.370Z Compiling indoc v1.0.9
23352024-11-22T19:54:22.392Z Compiling home v0.5.9
23362024-11-22T19:54:22.519Z Compiling unicode_categories v0.1.1
23372024-11-22T19:54:22.721Z Compiling path-slash v0.1.5
23382024-11-22T19:54:22.851Z Compiling nu-ansi-term v0.50.1
23392024-11-22T19:54:22.905Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23402024-11-22T19:54:22.935Z Compiling sqlparser v0.45.0
23412024-11-22T19:54:23.792Z Compiling reedline v0.35.0
23422024-11-22T19:54:24.061Z Compiling sqlformat v0.2.6
23432024-11-22T19:54:25.961Z Compiling rustyline v14.0.0
23442024-11-22T19:54:26.884Z Compiling peg v0.8.4
23452024-11-22T19:54:27.017Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23462024-11-22T19:54:34.430Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23472024-11-22T19:54:38.907Z Compiling tabled v0.15.0
23482024-11-22T19:54:38.979Z Compiling rcgen v0.12.1
23492024-11-22T19:54:47.942Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23502024-11-22T19:54:49.403Z Compiling derive_builder v0.20.2
23512024-11-22T19:54:54.807Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23522024-11-22T19:54:55.882Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23532024-11-22T19:54:59.368Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23542024-11-22T19:54:59.672Z Compiling bcs v0.1.6
23552024-11-22T19:55:00.646Z Compiling impl-trait-for-tuples v0.2.2
23562024-11-22T19:55:01.011Z Compiling oso-derive v0.27.3
23572024-11-22T19:55:02.095Z Compiling libz-sys v1.1.20
23582024-11-22T19:55:02.784Z Compiling quick-xml v0.33.0
23592024-11-22T19:55:06.957Z Compiling subprocess v0.2.9
23602024-11-22T19:55:07.760Z Compiling diesel-dtrace v0.3.0
23612024-11-22T19:55:08.074Z Compiling parking_lot_core v0.8.6
23622024-11-22T19:55:08.641Z Compiling oso v0.27.3
23632024-11-22T19:55:11.817Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23642024-11-22T19:55:26.562Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23652024-11-22T19:55:28.184Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23662024-11-22T19:55:33.790Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23672024-11-22T19:55:37.189Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23682024-11-22T19:55:37.512Z Compiling bb8 v0.8.5
23692024-11-22T19:55:38.177Z Compiling buf-list v1.0.3
23702024-11-22T19:55:38.875Z Compiling async-bb8-diesel v0.2.1
23712024-11-22T19:55:41.405Z Compiling libgit2-sys v0.17.0+1.8.1
23722024-11-22T19:55:42.251Z Compiling pin-project-internal v1.1.6
23732024-11-22T19:55:43.734Z Compiling atty v0.2.14
23742024-11-22T19:55:43.924Z Compiling salty v0.3.0
23752024-11-22T19:55:45.152Z Compiling pin-project v1.1.6
23762024-11-22T19:55:45.716Z Compiling parking_lot v0.11.2
23772024-11-22T19:55:48.814Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23782024-11-22T19:55:51.810Z Compiling snafu-derive v0.8.5
23792024-11-22T19:55:52.115Z Compiling simd-adler32 v0.3.7
23802024-11-22T19:55:53.337Z Compiling bumpalo v3.16.0
23812024-11-22T19:55:53.652Z Compiling zip v2.1.3
23822024-11-22T19:55:53.974Z Compiling lockfree-object-pool v0.1.6
23832024-11-22T19:55:54.033Z Compiling sled v0.34.7
23842024-11-22T19:55:54.315Z Compiling zopfli v0.8.1
23852024-11-22T19:55:56.552Z Compiling snafu v0.8.5
23862024-11-22T19:55:57.807Z Compiling mime_guess v2.0.5
23872024-11-22T19:55:58.716Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23882024-11-22T19:55:58.937Z Compiling hickory-client v0.24.1
23892024-11-22T19:56:00.241Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23902024-11-22T19:56:00.577Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23912024-11-22T19:56:00.977Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23922024-11-22T19:56:04.244Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23932024-11-22T19:56:05.831Z Compiling globset v0.4.15
23942024-11-22T19:56:06.319Z Compiling hickory-server v0.24.1
23952024-11-22T19:56:09.720Z Compiling primeorder v0.13.6
23962024-11-22T19:56:10.335Z Compiling olpc-cjson v0.1.4
23972024-11-22T19:56:10.705Z Compiling vergen v8.3.2
23982024-11-22T19:56:11.001Z Compiling env_filter v0.1.2
23992024-11-22T19:56:14.249Z Compiling cargo-platform v0.1.8
24002024-11-22T19:56:14.773Z Compiling serde_plain v1.0.2
24012024-11-22T19:56:15.296Z Compiling nanorand v0.7.0
24022024-11-22T19:56:16.044Z Compiling memoffset v0.9.1
24032024-11-22T19:56:16.408Z Compiling typed-path v0.9.3
24042024-11-22T19:56:21.476Z Compiling tough v0.19.0
24052024-11-22T19:56:23.922Z Compiling flume v0.11.1
24062024-11-22T19:56:24.733Z Compiling cargo_metadata v0.18.1
24072024-11-22T19:56:28.090Z Compiling env_logger v0.11.5
24082024-11-22T19:56:28.946Z Compiling p384 v0.13.0
24092024-11-22T19:56:29.520Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24102024-11-22T19:56:34.940Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24112024-11-22T19:56:35.937Z Compiling git2 v0.19.0
24122024-11-22T19:56:42.488Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132024-11-22T19:56:45.301Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24142024-11-22T19:56:46.478Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24152024-11-22T19:56:50.155Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24162024-11-22T19:56:53.082Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24172024-11-22T19:56:54.102Z Compiling rand_seeder v0.3.0
24182024-11-22T19:56:54.461Z Compiling libsqlite3-sys v0.30.1
24192024-11-22T19:56:54.519Z Compiling cfg_aliases v0.2.1
24202024-11-22T19:56:54.651Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24212024-11-22T19:56:54.990Z Compiling parse-size v1.1.0
24222024-11-22T19:56:54.993Z Compiling rustls v0.21.12
24232024-11-22T19:56:55.330Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24242024-11-22T19:56:55.443Z Compiling nix v0.29.0
24252024-11-22T19:56:55.904Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24262024-11-22T19:56:56.151Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24272024-11-22T19:56:57.148Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24282024-11-22T19:56:57.234Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24292024-11-22T19:56:58.062Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24302024-11-22T19:56:58.083Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24312024-11-22T19:56:58.109Z Compiling rustls-webpki v0.101.7
24322024-11-22T19:56:58.377Z Compiling sct v0.7.1
24332024-11-22T19:56:58.871Z Compiling castaway v0.2.3
24342024-11-22T19:56:59.095Z Compiling csv-core v0.1.11
24352024-11-22T19:57:00.017Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24362024-11-22T19:57:00.359Z Compiling http-range v0.1.5
24372024-11-22T19:57:00.861Z Compiling glob v0.3.1
24382024-11-22T19:57:00.948Z Compiling hyper-staticfile v0.10.1
24392024-11-22T19:57:02.098Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24402024-11-22T19:57:02.256Z Compiling csv v1.3.0
24412024-11-22T19:57:02.578Z Compiling compact_str v0.8.0
24422024-11-22T19:57:04.096Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24432024-11-22T19:57:04.453Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24442024-11-22T19:57:05.289Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24452024-11-22T19:57:05.758Z Compiling nix v0.27.1
24462024-11-22T19:57:09.551Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24472024-11-22T19:57:12.792Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24482024-11-22T19:57:14.799Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24492024-11-22T19:57:20.047Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24502024-11-22T19:57:20.459Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24512024-11-22T19:57:20.820Z Compiling unicode-truncate v1.1.0
24522024-11-22T19:57:21.140Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24532024-11-22T19:57:21.475Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24542024-11-22T19:57:21.809Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24552024-11-22T19:57:27.035Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24562024-11-22T19:57:27.731Z Compiling hashlink v0.9.1
24572024-11-22T19:57:28.621Z Compiling tungstenite v0.23.0
24582024-11-22T19:57:29.265Z Compiling lru v0.12.5
24592024-11-22T19:57:29.498Z Compiling instability v0.3.2
24602024-11-22T19:57:29.670Z Compiling fallible-iterator v0.3.0
24612024-11-22T19:57:29.696Z Compiling cassowary v0.3.0
24622024-11-22T19:57:29.959Z Compiling fallible-streaming-iterator v0.1.9
24632024-11-22T19:57:30.268Z Compiling tokio-tungstenite v0.23.1
24642024-11-22T19:57:30.471Z Compiling rusqlite v0.32.1
24652024-11-22T19:57:30.517Z Compiling ratatui v0.28.1
24662024-11-22T19:57:30.901Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24672024-11-22T19:57:34.405Z Compiling tokio-rustls v0.24.1
24682024-11-22T19:57:34.542Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24692024-11-22T19:57:34.923Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24702024-11-22T19:57:38.956Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24712024-11-22T19:57:41.951Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24722024-11-22T19:57:50.150Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24732024-11-22T19:57:51.344Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24742024-11-22T19:57:53.286Z Compiling rustls-pemfile v1.0.4
24752024-11-22T19:57:54.081Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24762024-11-22T19:57:54.405Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24772024-11-22T19:57:55.453Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24782024-11-22T19:57:55.599Z Compiling signal-hook-tokio v0.3.1
24792024-11-22T19:57:55.637Z Compiling twox-hash v1.6.3
24802024-11-22T19:57:55.845Z Compiling smawk v0.3.2
24812024-11-22T19:57:56.137Z Compiling is_ci v1.2.0
24822024-11-22T19:57:56.526Z Compiling unicode-linebreak v0.1.5
24832024-11-22T19:57:56.787Z Compiling supports-color v3.0.1
24842024-11-22T19:57:57.120Z Compiling textwrap v0.16.1
24852024-11-22T19:57:59.062Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24862024-11-22T19:57:59.379Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24872024-11-22T19:58:07.010Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24882024-11-22T19:58:09.858Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24892024-11-22T19:58:14.960Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24902024-11-22T19:58:19.870Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24912024-11-22T19:58:21.049Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24922024-11-22T19:58:33.837Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24932024-11-22T19:58:34.532Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24942024-11-22T19:58:34.857Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24952024-11-22T19:58:40.504Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24962024-11-22T19:58:40.964Z Compiling fatfs v0.3.6
24972024-11-22T19:58:41.809Z Compiling rtoolbox v0.0.2
24982024-11-22T19:58:42.270Z Compiling assert_matches v1.5.0
24992024-11-22T19:58:43.876Z Compiling rpassword v7.3.1
25002024-11-22T19:58:44.373Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25012024-11-22T19:58:49.819Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25022024-11-22T19:58:53.976Z Compiling tui-tree-widget v0.22.0
25032024-11-22T19:58:54.474Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25042024-11-22T19:58:57.065Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25052024-11-22T19:59:00.396Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25062024-11-22T19:59:00.740Z Compiling uzers v0.12.1
25072024-11-22T19:59:04.068Z Compiling shell-words v1.1.0
25082024-11-22T19:59:04.561Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25092024-11-22T19:59:10.906Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25102024-11-22T19:59:13.222Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25112024-11-22T19:59:44.790Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25122024-11-22T19:59:45.910Z Compiling multimap v0.10.0
25132024-11-22T20:02:13.338Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25142024-11-22T20:02:17.558Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25152024-11-22T20:09:06.721Z Finished `release` profile [optimized] target(s) in 16m 44s
25162024-11-22T20:10:12.081Z
25172024-11-22T20:10:12.083Zreal 17:50.677959171
25182024-11-22T20:10:12.083Zuser 2:02:10.186154438
25192024-11-22T20:10:12.084Zsys 6:07.979035027
25202024-11-22T20:10:12.084Ztrap 3.205288787
25212024-11-22T20:10:12.084Ztflt 3.331510067
25222024-11-22T20:10:12.084Zdflt 5.315934053
25232024-11-22T20:10:12.085Zkflt 0.038719602
25242024-11-22T20:10:12.085Zlock 7:31:34.951307612
25252024-11-22T20:10:12.085Zslp 6:31:03.511297869
25262024-11-22T20:10:12.085Zlat 2:54.875085739
25272024-11-22T20:10:12.085Zstop 2:40.171081148
25282024-11-22T20:10:12.085Z+ mapfile -t packages
25292024-11-22T20:10:12.085Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25302024-11-22T20:10:13.199Z Finished `release` profile [optimized] target(s) in 1.06s
25312024-11-22T20:10:13.253Z Running `target/release/omicron-package -t test list-outputs`
25322024-11-22T20:10:13.306ZLogging to: /work/oxidecomputer/omicron/out/LOG
25332024-11-22T20:10:13.309Z+ ptime -m cargo build --locked --release -p xtask
25342024-11-22T20:10:13.897Z Compiling serde v1.0.215
25352024-11-22T20:10:13.900Z Compiling libc v0.2.162
25362024-11-22T20:10:13.900Z Compiling rustix v0.38.37
25372024-11-22T20:10:13.900Z Compiling serde_json v1.0.132
25382024-11-22T20:10:14.001Z Compiling syn v2.0.87
25392024-11-22T20:10:14.011Z Compiling bitflags v2.6.0
25402024-11-22T20:10:14.394Z Compiling usdt-impl v0.5.0
25412024-11-22T20:10:14.410Z Compiling syn v1.0.109
25422024-11-22T20:10:14.509Z Compiling hashbrown v0.15.0
25432024-11-22T20:10:14.527Z Compiling log v0.4.22
25442024-11-22T20:10:14.632Z Compiling fs-err v2.11.0
25452024-11-22T20:10:14.952Z Compiling once_cell v1.20.2
25462024-11-22T20:10:15.025Z Compiling anyhow v1.0.93
25472024-11-22T20:10:15.426Z Compiling thread-id v4.2.2
25482024-11-22T20:10:15.873Z Compiling indexmap v2.6.0
25492024-11-22T20:10:17.152Z Compiling terminal_size v0.4.0
25502024-11-22T20:10:17.152Z Compiling tempfile v3.13.0
25512024-11-22T20:10:17.401Z Compiling clap_builder v4.5.21
25522024-11-22T20:10:17.942Z Compiling proc-macro-error v1.0.4
25532024-11-22T20:10:19.282Z Compiling tabled_derive v0.7.0
25542024-11-22T20:10:20.592Z Compiling tabled v0.15.0
25552024-11-22T20:10:22.328Z Compiling serde_derive v1.0.215
25562024-11-22T20:10:23.562Z Compiling thiserror-impl v1.0.69
25572024-11-22T20:10:24.575Z Compiling zerocopy-derive v0.7.35
25582024-11-22T20:10:26.620Z Compiling thiserror v1.0.69
25592024-11-22T20:10:26.787Z Compiling pest v2.7.14
25602024-11-22T20:10:26.882Z Compiling zerocopy v0.7.35
25612024-11-22T20:10:28.636Z Compiling scroll_derive v0.12.0
25622024-11-22T20:10:29.938Z Compiling pest_meta v2.7.14
25632024-11-22T20:10:30.096Z Compiling scroll v0.12.0
25642024-11-22T20:10:30.779Z Compiling goblin v0.8.2
25652024-11-22T20:10:34.149Z Compiling pest_generator v2.7.14
25662024-11-22T20:10:36.049Z Compiling pest_derive v2.7.14
25672024-11-22T20:10:36.138Z Compiling clap_derive v4.5.18
25682024-11-22T20:10:37.000Z Compiling dtrace-parser v0.2.0
25692024-11-22T20:10:38.866Z Compiling dof v0.3.0
25702024-11-22T20:10:39.846Z Compiling toml_datetime v0.6.8
25712024-11-22T20:10:40.581Z Compiling serde_spanned v0.6.8
25722024-11-22T20:10:40.880Z Compiling serde_tokenstream v0.2.2
25732024-11-22T20:10:41.043Z Compiling toml_edit v0.22.22
25742024-11-22T20:10:41.498Z Compiling camino v1.1.9
25752024-11-22T20:10:43.546Z Compiling usdt-macro v0.5.0
25762024-11-22T20:10:44.853Z Compiling toml v0.8.19
25772024-11-22T20:10:45.386Z Compiling usdt-attr-macro v0.5.0
25782024-11-22T20:10:45.665Z Compiling semver v1.0.23
25792024-11-22T20:10:46.847Z Compiling cargo-platform v0.1.8
25802024-11-22T20:10:47.238Z Compiling cargo_metadata v0.18.1
25812024-11-22T20:10:47.348Z Compiling usdt v0.5.0
25822024-11-22T20:10:47.381Z Compiling cargo_toml v0.20.5
25832024-11-22T20:10:49.003Z Compiling camino-tempfile v1.1.1
25842024-11-22T20:10:49.006Z Compiling clap v4.5.21
25852024-11-22T20:10:49.007Z Compiling macaddr v1.0.1
25862024-11-22T20:11:00.210Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25872024-11-22T20:11:11.890Z Finished `release` profile [optimized] target(s) in 58.52s
25882024-11-22T20:11:12.007Z
25892024-11-22T20:11:12.007Zreal 58.666730406
25902024-11-22T20:11:12.007Zuser 5:55.278645496
25912024-11-22T20:11:12.007Zsys 32.597051661
25922024-11-22T20:11:12.007Ztrap 0.163947478
25932024-11-22T20:11:12.007Ztflt 0.296325422
25942024-11-22T20:11:12.007Zdflt 0.504936312
25952024-11-22T20:11:12.007Zkflt 0.000108730
25962024-11-22T20:11:12.011Zlock 10:55.110752897
25972024-11-22T20:11:12.011Zslp 16:03.671448695
25982024-11-22T20:11:12.011Zlat 14.140878056
25992024-11-22T20:11:12.011Zstop 18.443299574
26002024-11-22T20:11:12.011Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26012024-11-22T20:11:12.011Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26022024-11-22T20:11:12.011Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26032024-11-22T20:11:12.011Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26042024-11-22T20:11:12.011Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26052024-11-22T20:11:12.937Z Compiling hashbrown v0.14.5
26062024-11-22T20:11:13.068Z Compiling ident_case v1.0.1
26072024-11-22T20:11:13.083Z Compiling unsafe-libyaml v0.2.11
26082024-11-22T20:11:13.097Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26092024-11-22T20:11:13.097Z Compiling progenitor-client v0.8.0
26102024-11-22T20:11:13.100Z Compiling ipnetwork v0.20.0
26112024-11-22T20:11:13.100Z Compiling macaddr v1.0.1
26122024-11-22T20:11:13.100Z Compiling instant v0.1.13
26132024-11-22T20:11:13.230Z Compiling darling_core v0.20.10
26142024-11-22T20:11:13.328Z Compiling structmeta-derive v0.3.0
26152024-11-22T20:11:13.603Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26162024-11-22T20:11:13.643Z Compiling newtype-uuid v1.1.3
26172024-11-22T20:11:13.670Z Compiling dropshot v0.13.0
26182024-11-22T20:11:14.076Z Compiling dropshot_endpoint v0.13.0
26192024-11-22T20:11:14.094Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26202024-11-22T20:11:14.313Z Compiling regress v0.10.1
26212024-11-22T20:11:14.378Z Compiling serde_yaml v0.9.34+deprecated
26222024-11-22T20:11:14.378Z Compiling regress v0.9.1
26232024-11-22T20:11:14.872Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26242024-11-22T20:11:14.952Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26252024-11-22T20:11:15.076Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26262024-11-22T20:11:15.336Z Compiling backoff v0.4.0
26272024-11-22T20:11:15.738Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26282024-11-22T20:11:15.913Z Compiling tempfile v3.13.0
26292024-11-22T20:11:15.935Z Compiling proc-macro-crate v1.3.1
26302024-11-22T20:11:16.416Z Compiling structmeta v0.3.0
26312024-11-22T20:11:16.862Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322024-11-22T20:11:16.916Z Compiling parse-display-derive v0.10.0
26332024-11-22T20:11:17.154Z Compiling num_enum_derive v0.5.11
26342024-11-22T20:11:17.281Z Compiling itertools v0.13.0
26352024-11-22T20:11:18.876Z Compiling typify-impl v0.2.0
26362024-11-22T20:11:19.661Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26372024-11-22T20:11:19.780Z Compiling zerocopy v0.8.10
26382024-11-22T20:11:19.907Z Compiling num_enum v0.5.11
26392024-11-22T20:11:19.997Z Compiling foreign-types-macros v0.2.3
26402024-11-22T20:11:20.090Z Compiling zerocopy-derive v0.8.10
26412024-11-22T20:11:20.688Z Compiling darling_macro v0.20.10
26422024-11-22T20:11:20.761Z Compiling foreign-types-shared v0.3.1
26432024-11-22T20:11:20.821Z Compiling heapless v0.8.0
26442024-11-22T20:11:20.898Z Compiling proc-macro-error v1.0.4
26452024-11-22T20:11:21.343Z Compiling foreign-types v0.5.0
26462024-11-22T20:11:21.701Z Compiling camino-tempfile v1.1.1
26472024-11-22T20:11:21.721Z Compiling darling v0.20.10
26482024-11-22T20:11:21.741Z Compiling parse-display v0.10.0
26492024-11-22T20:11:21.762Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26502024-11-22T20:11:21.858Z Compiling serde_with_macros v3.11.0
26512024-11-22T20:11:21.884Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26522024-11-22T20:11:22.214Z Compiling hash32 v0.3.1
26532024-11-22T20:11:22.489Z Compiling cstr-argument v0.1.2
26542024-11-22T20:11:22.531Z Compiling pretty-hex v0.2.1
26552024-11-22T20:11:22.705Z Compiling crucible-workspace-hack v0.1.0
26562024-11-22T20:11:22.739Z Compiling smoltcp v0.11.0
26572024-11-22T20:11:22.757Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26582024-11-22T20:11:22.960Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26592024-11-22T20:11:22.994Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602024-11-22T20:11:23.535Z Compiling tabwriter v1.4.0
26612024-11-22T20:11:23.628Z Compiling colored v2.1.0
26622024-11-22T20:11:24.087Z Compiling cobs v0.2.3
26632024-11-22T20:11:24.413Z Compiling postcard v1.0.10
26642024-11-22T20:11:24.567Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26652024-11-22T20:11:24.846Z Compiling serde_with v3.11.0
26662024-11-22T20:11:24.877Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26672024-11-22T20:11:25.099Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26682024-11-22T20:11:25.145Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26692024-11-22T20:11:25.473Z Compiling smf v0.2.3
26702024-11-22T20:11:26.093Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26712024-11-22T20:11:26.823Z Compiling zone_cfg_derive v0.3.0
26722024-11-22T20:11:27.053Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26732024-11-22T20:11:27.561Z Compiling num-derive v0.4.2
26742024-11-22T20:11:28.404Z Compiling sigpipe v0.1.3
26752024-11-22T20:11:28.554Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26762024-11-22T20:11:28.837Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26772024-11-22T20:11:28.904Z Compiling zone v0.3.0
26782024-11-22T20:11:28.924Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26792024-11-22T20:11:29.424Z Compiling universal-hash v0.5.1
26802024-11-22T20:11:29.613Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26812024-11-22T20:11:29.653Z Compiling opaque-debug v0.3.1
26822024-11-22T20:11:29.679Z Compiling num-rational v0.4.2
26832024-11-22T20:11:29.771Z Compiling password-hash v0.5.0
26842024-11-22T20:11:30.080Z Compiling num-complex v0.4.6
26852024-11-22T20:11:30.128Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26862024-11-22T20:11:30.510Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26872024-11-22T20:11:30.615Z Compiling blake2 v0.10.6
26882024-11-22T20:11:30.885Z Compiling aead v0.5.2
26892024-11-22T20:11:30.996Z Compiling convert_case v0.4.0
26902024-11-22T20:11:31.156Z Compiling keccak v0.1.5
26912024-11-22T20:11:31.254Z Compiling num v0.4.3
26922024-11-22T20:11:31.286Z Compiling argon2 v0.5.3
26932024-11-22T20:11:31.417Z Compiling poly1305 v0.8.0
26942024-11-22T20:11:31.569Z Compiling sha3 v0.10.8
26952024-11-22T20:11:32.106Z Compiling derive_more v0.99.18
26962024-11-22T20:11:32.129Z Compiling tungstenite v0.21.0
26972024-11-22T20:11:32.252Z Compiling chacha20 v0.9.1
26982024-11-22T20:11:32.671Z Compiling base64 v0.21.7
26992024-11-22T20:11:32.787Z Compiling float-ord v0.3.2
27002024-11-22T20:11:32.994Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27012024-11-22T20:11:33.258Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27022024-11-22T20:11:33.498Z Compiling tokio-tungstenite v0.21.0
27032024-11-22T20:11:33.549Z Compiling same-file v1.0.6
27042024-11-22T20:11:33.564Z Compiling semver v0.1.20
27052024-11-22T20:11:33.854Z Compiling walkdir v2.5.0
27062024-11-22T20:11:34.087Z Compiling rustc_version v0.1.7
27072024-11-22T20:11:34.278Z Compiling newline-converter v0.3.0
27082024-11-22T20:11:34.353Z Compiling primeorder v0.13.6
27092024-11-22T20:11:34.476Z Compiling secrecy v0.8.0
27102024-11-22T20:11:34.482Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27112024-11-22T20:11:34.627Z Compiling cancel-safe-futures v0.1.5
27122024-11-22T20:11:34.788Z Compiling owo-colors v4.1.0
27132024-11-22T20:11:34.900Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27142024-11-22T20:11:34.931Z Compiling newtype_derive v0.1.6
27152024-11-22T20:11:35.034Z Compiling expectorate v1.1.0
27162024-11-22T20:11:35.132Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27172024-11-22T20:11:35.218Z Compiling thiserror-impl-no-std v2.0.2
27182024-11-22T20:11:35.257Z Compiling ring v0.16.20
27192024-11-22T20:11:35.337Z Compiling blake3 v1.5.4
27202024-11-22T20:11:35.380Z Compiling unicase v2.7.0
27212024-11-22T20:11:35.478Z Compiling half v2.4.1
27222024-11-22T20:11:35.678Z Compiling ciborium-io v0.2.2
27232024-11-22T20:11:35.840Z Compiling arc-swap v1.7.1
27242024-11-22T20:11:36.044Z Compiling ciborium-ll v0.2.2
27252024-11-22T20:11:36.492Z Compiling slog-scope v4.4.0
27262024-11-22T20:11:36.748Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27272024-11-22T20:11:37.071Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27282024-11-22T20:11:37.247Z Compiling polyval v0.6.2
27292024-11-22T20:11:37.710Z Compiling atomicwrites v0.4.4
27302024-11-22T20:11:37.732Z Compiling libsw v3.3.1
27312024-11-22T20:11:38.074Z Compiling memmap2 v0.9.5
27322024-11-22T20:11:38.105Z Compiling salty v0.3.0
27332024-11-22T20:11:38.543Z Compiling arrayref v0.3.9
27342024-11-22T20:11:38.547Z Compiling indent_write v2.2.0
27352024-11-22T20:11:38.582Z Compiling typify-macro v0.2.0
27362024-11-22T20:11:38.601Z Compiling constant_time_eq v0.3.1
27372024-11-22T20:11:38.619Z Compiling thiserror-no-std v2.0.2
27382024-11-22T20:11:38.657Z Compiling arrayvec v0.7.6
27392024-11-22T20:11:38.755Z Compiling parking_lot_core v0.8.6
27402024-11-22T20:11:38.792Z Compiling spin v0.5.2
27412024-11-22T20:11:38.813Z Compiling libefi-sys v0.1.0
27422024-11-22T20:11:39.061Z Compiling linear-map v1.2.0
27432024-11-22T20:11:39.168Z Compiling vsss-rs v3.3.4
27442024-11-22T20:11:39.309Z Compiling ghash v0.5.1
27452024-11-22T20:11:39.471Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27462024-11-22T20:11:39.530Z Compiling slog-stdlog v4.1.1
27472024-11-22T20:11:39.967Z Compiling ciborium v0.2.2
27482024-11-22T20:11:40.221Z Compiling p384 v0.13.0
27492024-11-22T20:11:40.300Z Compiling toolchain_find v0.4.0
27502024-11-22T20:11:40.425Z Compiling chacha20poly1305 v0.10.1
27512024-11-22T20:11:40.690Z Compiling lzma-sys v0.1.20
27522024-11-22T20:11:41.067Z Compiling ctr v0.9.2
27532024-11-22T20:11:41.451Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27542024-11-22T20:11:41.520Z Compiling bitfield-struct v0.6.2
27552024-11-22T20:11:41.574Z Compiling slog-dtrace v0.3.0
27562024-11-22T20:11:41.865Z Compiling topological-sort v0.2.2
27572024-11-22T20:11:41.885Z Compiling highway v1.2.0
27582024-11-22T20:11:42.107Z Compiling omicron-zone-package v0.11.1
27592024-11-22T20:11:42.172Z Compiling aes-gcm v0.10.3
27602024-11-22T20:11:42.490Z Compiling rustfmt-wrapper v0.2.1
27612024-11-22T20:11:42.705Z Compiling mime_guess v2.0.5
27622024-11-22T20:11:42.996Z Compiling slog-envlogger v2.2.0
27632024-11-22T20:11:43.062Z Compiling steno v0.4.1
27642024-11-22T20:11:43.084Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27652024-11-22T20:11:43.087Z Compiling typify v0.2.0
27662024-11-22T20:11:43.243Z Compiling progenitor-impl v0.8.0
27672024-11-22T20:11:43.901Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27682024-11-22T20:11:44.115Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692024-11-22T20:11:44.349Z Compiling heck v0.3.3
27702024-11-22T20:11:44.537Z Compiling ssh-encoding v0.2.0
27712024-11-22T20:11:44.598Z Compiling blowfish v0.9.1
27722024-11-22T20:11:44.626Z Compiling nibble_vec v0.1.0
27732024-11-22T20:11:44.804Z Compiling env_filter v0.1.2
27742024-11-22T20:11:44.862Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27752024-11-22T20:11:45.094Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27762024-11-22T20:11:45.123Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27772024-11-22T20:11:45.161Z Compiling endian-type v0.1.2
27782024-11-22T20:11:45.240Z Compiling humantime v2.1.0
27792024-11-22T20:11:45.339Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27802024-11-22T20:11:45.412Z Compiling radix_trie v0.2.1
27812024-11-22T20:11:45.462Z Compiling env_logger v0.11.5
27822024-11-22T20:11:45.600Z Compiling ssh-cipher v0.2.0
27832024-11-22T20:11:45.798Z Compiling bcrypt-pbkdf v0.10.0
27842024-11-22T20:11:46.140Z Compiling zone_cfg_derive v0.1.2
27852024-11-22T20:11:46.262Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27862024-11-22T20:11:46.472Z Compiling parking_lot v0.11.2
27872024-11-22T20:11:46.727Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27882024-11-22T20:11:47.482Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27892024-11-22T20:11:47.504Z Compiling password-hash v0.4.2
27902024-11-22T20:11:47.771Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27912024-11-22T20:11:47.773Z Compiling gethostname v0.5.0
27922024-11-22T20:11:47.856Z Compiling fxhash v0.2.1
27932024-11-22T20:11:47.942Z Compiling base64 v0.13.1
27942024-11-22T20:11:48.020Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27952024-11-22T20:11:48.088Z Compiling matches v0.1.10
27962024-11-22T20:11:48.211Z Compiling idna v0.2.3
27972024-11-22T20:11:48.367Z Compiling ron v0.7.1
27982024-11-22T20:11:48.417Z Compiling sled v0.34.7
27992024-11-22T20:11:48.420Z Compiling pbkdf2 v0.11.0
28002024-11-22T20:11:48.567Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28012024-11-22T20:11:48.603Z Compiling zone v0.1.8
28022024-11-22T20:11:48.794Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28032024-11-22T20:11:49.313Z Compiling xz2 v0.1.7
28042024-11-22T20:11:49.920Z Compiling ssh-key v0.6.6
28052024-11-22T20:11:49.990Z Compiling hickory-client v0.24.1
28062024-11-22T20:11:50.912Z Compiling p256 v0.13.2
28072024-11-22T20:11:51.028Z Compiling p521 v0.13.3
28082024-11-22T20:11:51.366Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28092024-11-22T20:11:51.564Z Compiling hickory-server v0.24.1
28102024-11-22T20:11:51.770Z Compiling progenitor-macro v0.8.0
28112024-11-22T20:11:51.863Z Compiling enum-as-inner v0.5.1
28122024-11-22T20:11:52.631Z Compiling pem v3.0.4
28132024-11-22T20:11:52.953Z Compiling yasna v0.5.2
28142024-11-22T20:11:53.519Z Compiling headers-core v0.3.0
28152024-11-22T20:11:53.624Z Compiling kstat-rs v0.2.4
28162024-11-22T20:11:53.703Z Compiling nanorand v0.7.0
28172024-11-22T20:11:54.339Z Compiling russh-cryptovec v0.7.3
28182024-11-22T20:11:54.360Z Compiling atty v0.2.14
28192024-11-22T20:11:54.522Z Compiling http-range v0.1.5
28202024-11-22T20:11:54.659Z Compiling md5 v0.7.0
28212024-11-22T20:11:54.691Z Compiling flume v0.11.1
28222024-11-22T20:11:54.785Z Compiling hyper-staticfile v0.10.1
28232024-11-22T20:11:54.845Z Compiling rcgen v0.12.1
28242024-11-22T20:11:54.908Z Compiling headers v0.4.0
28252024-11-22T20:11:55.179Z Compiling russh-keys v0.45.0
28262024-11-22T20:11:55.423Z Compiling trust-dns-proto v0.22.0
28272024-11-22T20:11:55.986Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28282024-11-22T20:11:57.086Z Compiling num-bigint v0.4.6
28292024-11-22T20:11:57.499Z Compiling des v0.8.1
28302024-11-22T20:11:57.880Z Compiling subprocess v0.2.9
28312024-11-22T20:11:59.232Z Compiling display-error-chain v0.2.2
28322024-11-22T20:11:59.464Z Compiling dhcproto-macros v0.1.0
28332024-11-22T20:11:59.712Z Compiling hex-literal v0.4.1
28342024-11-22T20:11:59.893Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28352024-11-22T20:11:59.955Z Compiling internet-checksum v0.2.1
28362024-11-22T20:12:00.329Z Compiling russh v0.45.0
28372024-11-22T20:12:00.473Z Compiling dhcproto v0.12.0
28382024-11-22T20:12:04.524Z Compiling progenitor v0.8.0
28392024-11-22T20:12:04.666Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28402024-11-22T20:12:04.669Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28412024-11-22T20:12:04.669Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28422024-11-22T20:12:04.669Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432024-11-22T20:12:04.669Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28442024-11-22T20:12:04.669Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28452024-11-22T20:12:04.760Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28462024-11-22T20:12:06.257Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28472024-11-22T20:12:08.211Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28482024-11-22T20:12:08.602Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492024-11-22T20:12:11.644Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28502024-11-22T20:12:11.706Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28512024-11-22T20:12:21.528Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28522024-11-22T20:12:21.529Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28532024-11-22T20:12:21.531Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28542024-11-22T20:12:21.531Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28552024-11-22T20:12:22.517Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28562024-11-22T20:12:24.824Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28572024-11-22T20:12:25.973Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28582024-11-22T20:12:26.086Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592024-11-22T20:12:26.622Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28602024-11-22T20:12:27.179Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28612024-11-22T20:12:29.909Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28622024-11-22T20:12:30.339Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28632024-11-22T20:12:30.833Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28642024-11-22T20:12:31.664Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28652024-11-22T20:12:32.651Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28662024-11-22T20:12:32.755Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28672024-11-22T20:12:33.460Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28682024-11-22T20:12:34.160Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28692024-11-22T20:12:34.567Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28702024-11-22T20:12:36.905Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28712024-11-22T20:12:37.994Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28722024-11-22T20:12:38.501Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28732024-11-22T20:12:40.299Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28742024-11-22T20:12:42.957Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752024-11-22T20:12:44.989Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28762024-11-22T20:12:45.278Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28772024-11-22T20:12:45.875Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782024-11-22T20:12:47.455Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28792024-11-22T20:12:50.604Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28802024-11-22T20:13:00.114Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28812024-11-22T20:13:01.527Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28822024-11-22T20:13:21.105Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28832024-11-22T20:13:55.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s
28842024-11-22T20:13:55.871Z
28852024-11-22T20:13:55.871Zreal 2:43.812496562
28862024-11-22T20:13:55.871Zuser 12:43.555132054
28872024-11-22T20:13:55.871Zsys 2:43.359004313
28882024-11-22T20:13:55.871Ztrap 0.356184528
28892024-11-22T20:13:55.872Ztflt 0.902449753
28902024-11-22T20:13:55.875Zdflt 2.128593785
28912024-11-22T20:13:55.875Zkflt 0.000003130
28922024-11-22T20:13:55.875Zlock 26:27.253719170
28932024-11-22T20:13:55.875Zslp 45:48.716696543
28942024-11-22T20:13:55.875Zlat 36.767177942
28952024-11-22T20:13:55.875Zstop 1:33.633470352
28962024-11-22T20:13:55.875Z+ mkdir tests
28972024-11-22T20:13:55.877Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28982024-11-22T20:13:55.877Z+ xargs -I '{}' -t cp '{}' tests/
28992024-11-22T20:13:56.901Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/
29002024-11-22T20:13:56.925Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/
29012024-11-22T20:13:56.951Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/
29022024-11-22T20:13:56.973Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/
29032024-11-22T20:13:57.151Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29042024-11-22T20:13:57.154Z+ 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
29052024-11-22T20:15:08.456ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29062024-11-22T20:15:08.456Za .github/buildomat/ci-env.sh 1K
29072024-11-22T20:15:08.456Za out/target/test 1K
29082024-11-22T20:15:08.456Za out/npuzone/npuzone 23144K
29092024-11-22T20:15:08.456Za package-manifest.toml 32K
29102024-11-22T20:15:08.456Za smf/sled-agent/non-gimlet/config.toml 4K
29112024-11-22T20:15:08.456Za target/release/omicron-package 36350K
29122024-11-22T20:15:08.456Za target/release/xtask 11750K
29132024-11-22T20:15:08.456Za target/debug/bootstrap 210015K
29142024-11-22T20:15:08.456Za tests/bootstrap-84053b7b03f68646 24246K
29152024-11-22T20:15:08.456Za tests/commtest-34664e4175f1cac6 25022K
29162024-11-22T20:15:08.456Za tests/dhcp_server-901a0af671086ead 24246K
29172024-11-22T20:15:08.456Za tests/end_to_end_tests-8b9cd7607b17e8ff 228115K
29182024-11-22T20:15:08.456Za out/clickhouse.tar.gz 285656K
29192024-11-22T20:15:08.456Za out/clickhouse_keeper.tar.gz 285640K
29202024-11-22T20:15:08.456Za out/clickhouse_server.tar.gz 285639K
29212024-11-22T20:15:08.456Za out/cockroachdb.tar.gz 134563K
29222024-11-22T20:15:08.456Za out/crucible-dtrace.tar 85K
29232024-11-22T20:15:08.456Za out/crucible-pantry-zone.tar.gz 28185K
29242024-11-22T20:15:08.456Za out/crucible-zone.tar.gz 36397K
29252024-11-22T20:15:08.457Za out/external-dns.tar.gz 35283K
29262024-11-22T20:15:08.457Za out/internal-dns.tar.gz 35282K
29272024-11-22T20:15:08.457Za out/mg-ddm-gz.tar 63075K
29282024-11-22T20:15:08.457Za out/nexus.tar.gz 100374K
29292024-11-22T20:15:08.458Za out/ntp.tar.gz 10358K
29302024-11-22T20:15:08.458Za out/omicron-gateway-softnpu.tar.gz 23900K
29312024-11-22T20:15:08.458Za out/omicron-sled-agent.tar 112937K
29322024-11-22T20:15:08.458Za out/overlay.tar.gz 3K
29332024-11-22T20:15:08.458Za out/oximeter.tar.gz 51208K
29342024-11-22T20:15:08.458Za out/oxlog.tar 3088K
29352024-11-22T20:15:08.458Za out/probe.tar.gz 2764K
29362024-11-22T20:15:08.458Za out/propolis-server.tar.gz 66596K
29372024-11-22T20:15:08.458Za out/pumpkind-gz.tar 26665K
29382024-11-22T20:15:08.458Za out/switch-softnpu.tar.gz 237369K
29392024-11-22T20:15:08.461Z
29402024-11-22T20:15:08.461Zreal 1:11.300167925
29412024-11-22T20:15:08.461Zuser 1:08.071826805
29422024-11-22T20:15:08.461Zsys 4.599122397
29432024-11-22T20:15:08.461Ztrap 0.018077533
29442024-11-22T20:15:08.461Ztflt 0.000000000
29452024-11-22T20:15:08.461Zdflt 0.000000000
29462024-11-22T20:15:08.461Zkflt 0.000000000
29472024-11-22T20:15:08.461Zlock 0.000000000
29482024-11-22T20:15:08.461Zslp 1:08.042710114
29492024-11-22T20:15:08.461Zlat 1.863599327
29502024-11-22T20:15:08.461Zstop 0.000208269
29512024-11-22T20:15:08.461Zprocess exited: duration 2027044 ms, exit code 0
 
29522024-11-22T20:15:08.476Zfound 1 output files
29532024-11-22T20:15:08.477Zuploading: /work/package.tar.gz (1877287871 bytes)
29542024-11-22T20:15:51.713Zuploaded: /work/package.tar.gz