01JCHVZ2ZEXD6KV5R2B3ZPBK4D: 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: 01JCHVZJPMX34RKM59CWVFK611

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-13T04:20:53.410Zjob assigned to worker 01JCHVZMF8RY5J8KEPAN7AH8MP (queued for 1 m 1 s)
 
22024-11-13T04:21:01.390Zstarting task 0: "setup"
32024-11-13T04:21:01.398Z++ uname -s
42024-11-13T04:21:01.400Z+ kern=SunOS
52024-11-13T04:21:01.400Z+ case "$kern" in
62024-11-13T04:21:01.400Z+ groupadd -g 12345 build
72024-11-13T04:21:01.403Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-13T04:21:03.418Z+ zfs create -o mountpoint=/work rpool/work
92024-11-13T04:21:03.560Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-13T04:21:03.562Z+ home_fs=zfs
112024-11-13T04:21:03.563Z+ [[ zfs == autofs ]]
122024-11-13T04:21:03.563Z+ mkdir -p /home/build
132024-11-13T04:21:03.565Z+ chown build:build /home/build /work
142024-11-13T04:21:04.567Z+ chmod 0700 /home/build /work
152024-11-13T04:21:04.569Zprocess exited: duration 3181 ms, exit code 0
 
162024-11-13T04:21:04.574Zstarting task 1: "rust-toolchain"
172024-11-13T04:21:04.580Z+ printf ' * toolchain channel = "%s"
182024-11-13T04:21:04.580Z' 1.81.0
192024-11-13T04:21:04.580Z * toolchain channel = "1.81.0"
202024-11-13T04:21:04.580Z+ printf ' * toolchain profile = "%s"
212024-11-13T04:21:04.580Z' default
222024-11-13T04:21:04.580Z * toolchain profile = "default"
232024-11-13T04:21:04.583Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-13T04:21:04.583Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-13T04:21:04.684Zinfo: downloading installer
262024-11-13T04:21:06.205Zinfo: profile set to 'default'
272024-11-13T04:21:06.205Zinfo: default host triple is x86_64-unknown-illumos
282024-11-13T04:21:06.207Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-13T04:21:06.346Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-13T04:21:06.346Zinfo: downloading component 'cargo'
312024-11-13T04:21:07.054Zinfo: downloading component 'clippy'
322024-11-13T04:21:07.314Zinfo: downloading component 'rust-docs'
332024-11-13T04:21:08.276Zinfo: downloading component 'rust-std'
342024-11-13T04:21:09.791Zinfo: downloading component 'rustc'
352024-11-13T04:21:15.111Zinfo: downloading component 'rustfmt'
362024-11-13T04:21:15.319Zinfo: installing component 'cargo'
372024-11-13T04:21:16.221Zinfo: installing component 'clippy'
382024-11-13T04:21:16.648Zinfo: installing component 'rust-docs'
392024-11-13T04:21:18.307Zinfo: installing component 'rust-std'
402024-11-13T04:21:20.229Zinfo: installing component 'rustc'
412024-11-13T04:21:26.338Zinfo: installing component 'rustfmt'
422024-11-13T04:21:26.691Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-13T04:21:26.691Z
442024-11-13T04:21:27.058Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-13T04:21:27.058Z
462024-11-13T04:21:27.062Z
472024-11-13T04:21:27.062ZRust is installed now. Great!
482024-11-13T04:21:27.062Z
492024-11-13T04:21:27.062ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-13T04:21:27.064Zenvironment variable. This has not been done automatically.
512024-11-13T04:21:27.065Z
522024-11-13T04:21:27.065ZTo configure your current shell, you need to source
532024-11-13T04:21:27.065Zthe corresponding env file under $HOME/.cargo.
542024-11-13T04:21:27.065Z
552024-11-13T04:21:27.065ZThis is usually done by running one of the following (note the leading DOT):
562024-11-13T04:21:27.065Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-13T04:21:27.065Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-13T04:21:27.125Z+ rustc --version
592024-11-13T04:21:27.189Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-13T04:21:27.192Zprocess exited: duration 22616 ms, exit code 0
 
612024-11-13T04:21:27.198Zstarting task 2: "authentication"
622024-11-13T04:21:27.218Zprocess exited: duration 20 ms, exit code 0
 
632024-11-13T04:21:27.224Zstarting task 3: "clone repository"
642024-11-13T04:21:27.229Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-13T04:21:27.231Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-13T04:21:27.987ZCloning into '/work/oxidecomputer/omicron'...
672024-11-13T04:21:37.824Z+ cd /work/oxidecomputer/omicron
682024-11-13T04:21:37.824Z+ git fetch origin 7e1623fdb8a67722576c5eccbf821ca9c9e9a787
692024-11-13T04:21:38.130ZFrom https://github.com/oxidecomputer/omicron
702024-11-13T04:21:38.130Z * branch 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 -> FETCH_HEAD
712024-11-13T04:21:38.142Z+ [[ -n renovate/bytes-1.x ]]
722024-11-13T04:21:38.145Z++ git branch --show-current
732024-11-13T04:21:38.147Z+ current=main
742024-11-13T04:21:38.147Z+ [[ main != renovate/bytes-1.x ]]
752024-11-13T04:21:38.147Z+ git branch -f renovate/bytes-1.x 7e1623fdb8a67722576c5eccbf821ca9c9e9a787
762024-11-13T04:21:38.149Z+ git checkout -f renovate/bytes-1.x
772024-11-13T04:21:38.326ZSwitched to branch 'renovate/bytes-1.x'
782024-11-13T04:21:38.330Z+ git reset --hard 7e1623fdb8a67722576c5eccbf821ca9c9e9a787
792024-11-13T04:21:38.499ZHEAD is now at 7e1623fdb Update Rust crate bytes to 1.8.0
802024-11-13T04:21:38.501Zprocess exited: duration 11275 ms, exit code 0
 
812024-11-13T04:21:38.507Zstarting task 4: "build"
822024-11-13T04:21:38.512Z+ source .github/buildomat/ci-env.sh
832024-11-13T04:21:38.512Z++ export CARGO_TERM_COLOR=always
842024-11-13T04:21:38.512Z++ CARGO_TERM_COLOR=always
852024-11-13T04:21:38.515Z+ cargo --version
862024-11-13T04:21:38.570Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-13T04:21:38.572Z+ rustc --version
882024-11-13T04:21:38.632Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-13T04:21:38.635Z+ WORK=/work
902024-11-13T04:21:38.635Z+ pfexec mkdir -p /work
912024-11-13T04:21:38.638Z+ pfexec chown build /work
922024-11-13T04:21:38.641Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-13T04:21:58.749Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-13T04:22:02.504Z Startup: Caching catalogs ... Done
952024-11-13T04:22:10.673ZPlanning: Solver setup ... Done (7.444s)
962024-11-13T04:22:10.781ZPlanning: Running solver ... Done (0.102s)
972024-11-13T04:22:10.937ZPlanning: Finding local manifests ... Done (0.077s)
982024-11-13T04:22:10.948ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-13T04:22:11.164ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-13T04:22:11.505ZPlanning: Package planning ... Done (0.340s)
1012024-11-13T04:22:11.563ZPlanning: Merging actions ... Done (0.058s)
1022024-11-13T04:22:12.500ZPlanning: Checking for conflicting actions ... Done (0.937s)
1032024-11-13T04:22:18.728ZPlanning: Consolidating action changes ... Done (6.169s)
1042024-11-13T04:22:19.081ZPlanning: Evaluating mediators ... Done (0.413s)
1052024-11-13T04:22:19.165ZPlanning: Planning completed in 16.57 seconds
1062024-11-13T04:22:19.466Z Packages to install: 4
1072024-11-13T04:22:19.466Z Packages to update: 1
1082024-11-13T04:22:19.466Z Mediators to change: 2
1092024-11-13T04:22:19.466Z Services to change: 1
1102024-11-13T04:22:19.469Z Estimated space available: 155.64 GB
1112024-11-13T04:22:19.469ZEstimated space to be consumed: 1.59 GB
1122024-11-13T04:22:19.470Z Create boot environment: No
1132024-11-13T04:22:19.470ZCreate backup boot environment: Yes
1142024-11-13T04:22:19.470Z Rebuild boot archive: No
1152024-11-13T04:22:19.470Z
1162024-11-13T04:22:19.470ZChanged mediators:
1172024-11-13T04:22:19.470Z mediator clang:
1182024-11-13T04:22:19.470Z version: None -> 15 (system default)
1192024-11-13T04:22:19.470Z
1202024-11-13T04:22:19.470Z mediator llvm:
1212024-11-13T04:22:19.470Z version: 14 (system default) -> 15 (system default)
1222024-11-13T04:22:19.470Z
1232024-11-13T04:22:19.470ZChanged packages:
1242024-11-13T04:22:19.470Zhelios-dev
1252024-11-13T04:22:19.470Z developer/build-essential
1262024-11-13T04:22:19.470Z None -> 11-2.0
1272024-11-13T04:22:19.470Z library/libxmlsec1
1282024-11-13T04:22:19.470Z None -> 1.2.35-2.0
1292024-11-13T04:22:19.470Z ooce/developer/clang-15
1302024-11-13T04:22:19.470Z None -> 15.0.7-2.0
1312024-11-13T04:22:19.470Z ooce/developer/llvm-15
1322024-11-13T04:22:19.470Z None -> 15.0.7-2.0
1332024-11-13T04:22:19.470Z package/pkg
1342024-11-13T04:22:19.470Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-13T04:22:19.470Z
1362024-11-13T04:22:19.470ZServices:
1372024-11-13T04:22:19.470Z restart_fmri:
1382024-11-13T04:22:19.470Z svc:/system/update-man-index:default
1392024-11-13T04:22:19.470Z
1402024-11-13T04:22:19.470ZEditable files to change:
1412024-11-13T04:22:19.470Z Update:
1422024-11-13T04:22:19.472Z usr/share/lib/pkg/web/config.shtml
1432024-11-13T04:22:19.877Z
1442024-11-13T04:22:19.877ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-13T04:22:24.877ZDownload: 425/4281 items 17.0/220.6MB 7% complete (3.5M/s)
1462024-11-13T04:22:29.878ZDownload: 1147/4281 items 54.2/220.6MB 24% complete (5.4M/s)
1472024-11-13T04:22:36.228ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (7.5M/s)
1482024-11-13T04:22:41.211ZDownload: 1683/4281 items 117.8/220.6MB 53% complete (5.0M/s)
1492024-11-13T04:22:46.224ZDownload: 2184/4281 items 119.0/220.6MB 53% complete (3.7M/s)
1502024-11-13T04:22:51.228ZDownload: 2427/4281 items 120.1/220.6MB 54% complete (233k/s)
1512024-11-13T04:22:56.228ZDownload: 3129/4281 items 157.7/220.6MB 71% complete (3.8M/s)
1522024-11-13T04:23:02.323ZDownload: 3246/4281 items 201.6/220.6MB 91% complete (8.3M/s)
1532024-11-13T04:23:10.401ZDownload: 3247/4281 items 201.6/220.6MB 91% complete
1542024-11-13T04:23:19.388ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (1.6M/s)
1552024-11-13T04:23:24.389ZDownload: 3697/4281 items 216.4/220.6MB 98% complete (2.7M/s)
1562024-11-13T04:23:26.785ZDownload: Completed 220.60 MB in 66.90 seconds (3.3M/s)
1572024-11-13T04:23:28.944Z Actions: 1/5063 actions (Removing old actions)
1582024-11-13T04:23:28.962Z Actions: 194/5063 actions (Installing new actions)
1592024-11-13T04:23:33.995Z Actions: 4079/5063 actions (Installing new actions)
1602024-11-13T04:23:35.399Z Actions: 4226/5063 actions (Updating modified actions)
1612024-11-13T04:23:35.842Z Actions: Completed 5063 actions in 6.90 seconds.
1622024-11-13T04:23:36.219Z Done (0.370s)
1632024-11-13T04:23:36.222Z Done (0.000s)
1642024-11-13T04:23:36.734Z Done (0.513s)
1652024-11-13T04:23:43.990Z Done (7.041s)
1662024-11-13T04:23:44.648Z Done (0.590s)
1672024-11-13T04:23:44.650Z Done (0.000s)
1682024-11-13T04:23:44.861Z Done (0.000s)
1692024-11-13T04:23:45.521ZPlanning: Evaluating mediator changes ... Done
1702024-11-13T04:23:45.681ZPlanning: Checking for conflicting actions ... Done
1712024-11-13T04:23:45.684ZPlanning: Consolidating action changes ... Done
1722024-11-13T04:23:45.954ZPlanning: Evaluating mediators ... Done
1732024-11-13T04:23:45.956ZPlanning: Planning completed in 0.43 seconds
1742024-11-13T04:23:45.993Z Mediators to change: 2
1752024-11-13T04:23:45.996Z Create boot environment: No
1762024-11-13T04:23:45.996ZCreate backup boot environment: No
1772024-11-13T04:23:46.098Z Done
1782024-11-13T04:23:46.098Z Done
1792024-11-13T04:23:46.450Z Done
1802024-11-13T04:23:50.007Z Done
1812024-11-13T04:23:50.096Z Done
1822024-11-13T04:23:50.099Z Done
1832024-11-13T04:23:50.305Z Done
1842024-11-13T04:23:50.937ZPlanning: Evaluating mediator changes ... Done
1852024-11-13T04:23:50.940ZPlanning: Merging actions ... Done
1862024-11-13T04:23:51.128ZPlanning: Checking for conflicting actions ... Done
1872024-11-13T04:23:51.131ZPlanning: Consolidating action changes ... Done
1882024-11-13T04:23:51.402ZPlanning: Evaluating mediators ... Done
1892024-11-13T04:23:51.461ZPlanning: Planning completed in 0.77 seconds
1902024-11-13T04:23:51.501Z Packages to change: 1
1912024-11-13T04:23:51.501Z Mediators to change: 1
1922024-11-13T04:23:51.504Z Services to change: 1
1932024-11-13T04:23:51.504Z Create boot environment: No
1942024-11-13T04:23:51.504ZCreate backup boot environment: Yes
1952024-11-13T04:23:53.791Z Actions: 1/6 actions (Updating modified actions)
1962024-11-13T04:23:53.879Z Actions: Completed 6 actions in 0.09 seconds.
1972024-11-13T04:23:53.881Z Done
1982024-11-13T04:23:53.881Z Done
1992024-11-13T04:23:53.987Z Done
2002024-11-13T04:23:57.661Z Done
2012024-11-13T04:23:57.753Z Done
2022024-11-13T04:23:57.756Z Done
2032024-11-13T04:23:57.989Z Done
2042024-11-13T04:23:58.421ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052024-11-13T04:23:58.421Zclang system 15 system
2062024-11-13T04:23:58.421Zcsh system system illumos
2072024-11-13T04:23:58.421Zctags system system illumos
2082024-11-13T04:23:58.421Zgcc vendor 12 vendor
2092024-11-13T04:23:58.421Zgcc system 10 system
2102024-11-13T04:23:58.421Zgcc system 7 system
2112024-11-13T04:23:58.421Zgo system 1.20 system
2122024-11-13T04:23:58.421Zgo system 1.19 system
2132024-11-13T04:23:58.421Zllvm system 15 system
2142024-11-13T04:23:58.421Zllvm system 14 system
2152024-11-13T04:23:58.421Zmariadb system 10.6 system
2162024-11-13T04:23:58.421Zmta vendor vendor dma
2172024-11-13T04:23:58.421Zopenjdk system 17 system
2182024-11-13T04:23:58.421Zopenjdk system 11 system
2192024-11-13T04:23:58.421Zopenjdk system 1.8 system
2202024-11-13T04:23:58.421Zopenssl vendor 3 vendor
2212024-11-13T04:23:58.421Zperl system 5.36 system
2222024-11-13T04:23:58.421Zpostgresql system 15 system
2232024-11-13T04:23:58.421Zpostgresql system 13 system
2242024-11-13T04:23:58.421Zpython vendor 3 vendor
2252024-11-13T04:23:58.421Zpython system 2 system
2262024-11-13T04:23:58.421Zpython3 system 3.11 system
2272024-11-13T04:23:58.421Zruby system 3.0 system
2282024-11-13T04:23:58.421Zwords vendor vendor american-english
2292024-11-13T04:23:58.421Zwords system system australian-english
2302024-11-13T04:23:58.421Zwords system system british-english
2312024-11-13T04:23:58.421Zwords system system canadian-english
2322024-11-13T04:23:58.421Zwords system system french
2332024-11-13T04:23:58.421Zwords system system italian
2342024-11-13T04:23:58.422Zwords system system ngerman
2352024-11-13T04:23:58.422Zwords system system ogerman
2362024-11-13T04:23:58.422Zwords system system spanish
2372024-11-13T04:23:58.752ZPUBLISHER TYPE STATUS P LOCATION
2382024-11-13T04:23:58.752Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392024-11-13T04:24:01.246ZFMRI IFO
2402024-11-13T04:24:01.246Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412024-11-13T04:24:01.246Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422024-11-13T04:24:01.246Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432024-11-13T04:24:01.246Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442024-11-13T04:24:01.246Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452024-11-13T04:24:01.246Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2462024-11-13T04:24:01.246Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2472024-11-13T04:24:01.246Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2482024-11-13T04:24:01.246Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2492024-11-13T04:24:01.246Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2502024-11-13T04:24:01.246Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2512024-11-13T04:24:01.247Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2522024-11-13T04:24:01.247Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2532024-11-13T04:24:01.247Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2542024-11-13T04:24:01.247Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2552024-11-13T04:24:01.982Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2562024-11-13T04:24:02.274Z Updating crates.io index
2572024-11-13T04:24:02.277Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582024-11-13T04:24:03.119Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2592024-11-13T04:24:03.384Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602024-11-13T04:24:03.610Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612024-11-13T04:24:03.862Z Updating git repository `https://github.com/oxidecomputer/propolis`
2622024-11-13T04:24:04.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
2632024-11-13T04:24:07.038Z Updating git repository `https://github.com/oxidecomputer/opte`
2642024-11-13T04:24:08.039Z Updating git repository `https://github.com/oxidecomputer/falcon`
2652024-11-13T04:24:08.816Z Updating git repository `https://github.com/oxidecomputer/clickward`
2662024-11-13T04:24:09.082Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2672024-11-13T04:24:09.368Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682024-11-13T04:24:09.858Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2692024-11-13T04:24:10.219Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2702024-11-13T04:24:10.466Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712024-11-13T04:24:10.711Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2722024-11-13T04:24:10.934Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2732024-11-13T04:24:11.154Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2742024-11-13T04:24:11.447Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752024-11-13T04:24:11.762Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762024-11-13T04:24:12.167Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2772024-11-13T04:24:12.437Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782024-11-13T04:24:12.898Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792024-11-13T04:24:13.163Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802024-11-13T04:24:13.594Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2812024-11-13T04:24:13.999Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822024-11-13T04:24:14.247Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832024-11-13T04:24:14.479Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842024-11-13T04:24:15.893Z Downloading crates ...
2852024-11-13T04:24:16.051Z Downloaded autocfg v1.4.0
2862024-11-13T04:24:16.056Z Downloaded anstyle v1.0.10
2872024-11-13T04:24:16.059Z Downloaded heck v0.4.1
2882024-11-13T04:24:16.059Z Downloaded bytecount v0.6.8
2892024-11-13T04:24:16.063Z Downloaded cargo-platform v0.1.8
2902024-11-13T04:24:16.063Z Downloaded camino v1.1.9
2912024-11-13T04:24:16.066Z Downloaded semver v1.0.23
2922024-11-13T04:24:16.066Z Downloaded clap_derive v4.5.18
2932024-11-13T04:24:16.070Z Downloaded bitflags v2.6.0
2942024-11-13T04:24:16.072Z Downloaded anyhow v1.0.93
2952024-11-13T04:24:16.075Z Downloaded block-buffer v0.10.4
2962024-11-13T04:24:16.075Z Downloaded anstyle-parse v0.2.5
2972024-11-13T04:24:16.078Z Downloaded memchr v2.7.4
2982024-11-13T04:24:16.085Z Downloaded dtrace-parser v0.2.0
2992024-11-13T04:24:16.088Z Downloaded fnv v1.0.7
3002024-11-13T04:24:16.090Z Downloaded heck v0.5.0
3012024-11-13T04:24:16.093Z Downloaded proc-macro2 v1.0.89
3022024-11-13T04:24:16.102Z Downloaded serde_spanned v0.6.8
3032024-11-13T04:24:16.104Z Downloaded proc-macro-error v1.0.4
3042024-11-13T04:24:16.107Z Downloaded itoa v1.0.11
3052024-11-13T04:24:16.109Z Downloaded smawk v0.3.2
3062024-11-13T04:24:16.111Z Downloaded macaddr v1.0.1
3072024-11-13T04:24:16.114Z Downloaded goblin v0.8.2
3082024-11-13T04:24:16.120Z Downloaded serde v1.0.215
3092024-11-13T04:24:16.122Z Downloaded crypto-common v0.1.6
3102024-11-13T04:24:16.129Z Downloaded scroll_derive v0.12.0
3112024-11-13T04:24:16.132Z Downloaded dof v0.3.0
3122024-11-13T04:24:16.139Z Downloaded swrite v0.1.0
3132024-11-13T04:24:16.142Z Downloaded serde_tokenstream v0.2.2
3142024-11-13T04:24:16.144Z Downloaded fs-err v2.11.0
3152024-11-13T04:24:16.146Z Downloaded cpufeatures v0.2.14
3162024-11-13T04:24:16.149Z Downloaded pest_generator v2.7.14
3172024-11-13T04:24:16.149Z Downloaded is_terminal_polyfill v1.70.1
3182024-11-13T04:24:16.151Z Downloaded usdt-attr-macro v0.5.0
3192024-11-13T04:24:16.154Z Downloaded pretty-hex v0.4.1
3202024-11-13T04:24:16.157Z Downloaded errno v0.3.9
3212024-11-13T04:24:16.159Z Downloaded thiserror-impl v1.0.69
3222024-11-13T04:24:16.162Z Downloaded usdt-macro v0.5.0
3232024-11-13T04:24:16.162Z Downloaded usdt-impl v0.5.0
3242024-11-13T04:24:16.165Z Downloaded tabled_derive v0.7.0
3252024-11-13T04:24:16.165Z Downloaded ryu v1.0.18
3262024-11-13T04:24:16.171Z Downloaded clap_lex v0.7.2
3272024-11-13T04:24:16.174Z Downloaded cfg-if v1.0.0
3282024-11-13T04:24:16.174Z Downloaded pest_meta v2.7.14
3292024-11-13T04:24:16.176Z Downloaded zerocopy-derive v0.7.35
3302024-11-13T04:24:16.180Z Downloaded cargo_metadata v0.18.1
3312024-11-13T04:24:16.182Z Downloaded camino-tempfile v1.1.1
3322024-11-13T04:24:16.185Z Downloaded unicode-linebreak v0.1.5
3332024-11-13T04:24:16.187Z Downloaded typenum v1.17.0
3342024-11-13T04:24:16.190Z Downloaded version_check v0.9.5
3352024-11-13T04:24:16.190Z Downloaded toml_datetime v0.6.8
3362024-11-13T04:24:16.193Z Downloaded ucd-trie v0.1.7
3372024-11-13T04:24:16.195Z Downloaded serde_derive v1.0.215
3382024-11-13T04:24:16.197Z Downloaded terminal_size v0.4.0
3392024-11-13T04:24:16.200Z Downloaded clap v4.5.20
3402024-11-13T04:24:16.209Z Downloaded indexmap v2.6.0
3412024-11-13T04:24:16.213Z Downloaded toml v0.8.19
3422024-11-13T04:24:16.223Z Downloaded textwrap v0.16.1
3432024-11-13T04:24:16.226Z Downloaded hashbrown v0.15.0
3442024-11-13T04:24:16.237Z Downloaded pest v2.7.14
3452024-11-13T04:24:16.253Z Downloaded fastrand v2.1.1
3462024-11-13T04:24:16.256Z Downloaded clap_builder v4.5.20
3472024-11-13T04:24:16.263Z Downloaded winnow v0.6.20
3482024-11-13T04:24:16.271Z Downloaded unicode-width v0.1.14
3492024-11-13T04:24:16.277Z Downloaded tabled v0.15.0
3502024-11-13T04:24:16.296Z Downloaded utf8parse v0.2.2
3512024-11-13T04:24:16.300Z Downloaded cargo_toml v0.20.5
3522024-11-13T04:24:16.300Z Downloaded syn v2.0.87
3532024-11-13T04:24:16.305Z Downloaded thiserror v1.0.69
3542024-11-13T04:24:16.310Z Downloaded plain v0.2.3
3552024-11-13T04:24:16.314Z Downloaded anstyle-query v1.1.1
3562024-11-13T04:24:16.314Z Downloaded serde_json v1.0.132
3572024-11-13T04:24:16.319Z Downloaded memmap v0.7.0
3582024-11-13T04:24:16.322Z Downloaded libc v0.2.162
3592024-11-13T04:24:16.348Z Downloaded strsim v0.11.1
3602024-11-13T04:24:16.351Z Downloaded byteorder v1.5.0
3612024-11-13T04:24:16.351Z Downloaded anstream v0.6.15
3622024-11-13T04:24:16.355Z Downloaded sha2 v0.10.8
3632024-11-13T04:24:16.355Z Downloaded pest_derive v2.7.14
3642024-11-13T04:24:16.359Z Downloaded log v0.4.22
3652024-11-13T04:24:16.359Z Downloaded colorchoice v1.0.2
3662024-11-13T04:24:16.362Z Downloaded generic-array v0.14.7
3672024-11-13T04:24:16.362Z Downloaded syn v1.0.109
3682024-11-13T04:24:16.370Z Downloaded unicode-ident v1.0.13
3692024-11-13T04:24:16.373Z Downloaded rustix v0.38.37
3702024-11-13T04:24:16.393Z Downloaded zerocopy v0.7.35
3712024-11-13T04:24:16.416Z Downloaded digest v0.10.7
3722024-11-13T04:24:16.475Z Downloaded usdt v0.5.0
3732024-11-13T04:24:16.483Z Downloaded papergrid v0.11.0
3742024-11-13T04:24:16.522Z Downloaded proc-macro-error-attr v1.0.4
3752024-11-13T04:24:16.525Z Downloaded thread-id v4.2.2
3762024-11-13T04:24:16.529Z Downloaded tempfile v3.13.0
3772024-11-13T04:24:16.560Z Downloaded quote v1.0.37
3782024-11-13T04:24:16.570Z Downloaded toml_edit v0.22.22
3792024-11-13T04:24:16.615Z Downloaded equivalent v1.0.1
3802024-11-13T04:24:16.672Z Downloaded scroll v0.12.0
3812024-11-13T04:24:16.675Z Downloaded once_cell v1.20.2
3822024-11-13T04:24:16.962Z Compiling proc-macro2 v1.0.89
3832024-11-13T04:24:16.962Z Compiling unicode-ident v1.0.13
3842024-11-13T04:24:16.962Z Compiling serde v1.0.215
3852024-11-13T04:24:16.965Z Compiling version_check v0.9.5
3862024-11-13T04:24:16.965Z Compiling thiserror v1.0.69
3872024-11-13T04:24:16.965Z Compiling memchr v2.7.4
3882024-11-13T04:24:16.965Z Compiling libc v0.2.162
3892024-11-13T04:24:16.998Z Compiling ryu v1.0.18
3902024-11-13T04:24:17.216Z Compiling ucd-trie v0.1.7
3912024-11-13T04:24:17.424Z Compiling itoa v1.0.11
3922024-11-13T04:24:17.652Z Compiling once_cell v1.20.2
3932024-11-13T04:24:17.768Z Compiling byteorder v1.5.0
3942024-11-13T04:24:18.016Z Compiling rustix v0.38.37
3952024-11-13T04:24:18.599Z Compiling serde_json v1.0.132
3962024-11-13T04:24:18.602Z Compiling bitflags v2.6.0
3972024-11-13T04:24:18.831Z Compiling proc-macro-error-attr v1.0.4
3982024-11-13T04:24:18.859Z Compiling usdt-impl v0.5.0
3992024-11-13T04:24:19.002Z Compiling syn v1.0.109
4002024-11-13T04:24:19.022Z Compiling proc-macro-error v1.0.4
4012024-11-13T04:24:19.047Z Compiling hashbrown v0.15.0
4022024-11-13T04:24:19.274Z Compiling utf8parse v0.2.2
4032024-11-13T04:24:19.377Z Compiling equivalent v1.0.1
4042024-11-13T04:24:19.514Z Compiling plain v0.2.3
4052024-11-13T04:24:19.544Z Compiling camino v1.1.9
4062024-11-13T04:24:19.545Z Compiling log v0.4.22
4072024-11-13T04:24:19.681Z Compiling anstyle-parse v0.2.5
4082024-11-13T04:24:19.707Z Compiling quote v1.0.37
4092024-11-13T04:24:19.882Z Compiling thread-id v4.2.2
4102024-11-13T04:24:20.001Z Compiling errno v0.3.9
4112024-11-13T04:24:20.096Z Compiling syn v2.0.87
4122024-11-13T04:24:20.309Z Compiling semver v1.0.23
4132024-11-13T04:24:20.350Z Compiling indexmap v2.6.0
4142024-11-13T04:24:20.405Z Compiling winnow v0.6.20
4152024-11-13T04:24:20.409Z Compiling unicode-width v0.1.14
4162024-11-13T04:24:20.816Z Compiling anstyle v1.0.10
4172024-11-13T04:24:20.926Z Compiling autocfg v1.4.0
4182024-11-13T04:24:21.272Z Compiling pretty-hex v0.4.1
4192024-11-13T04:24:21.487Z Compiling anstyle-query v1.1.1
4202024-11-13T04:24:21.654Z Compiling colorchoice v1.0.2
4212024-11-13T04:24:21.697Z Compiling is_terminal_polyfill v1.70.1
4222024-11-13T04:24:21.819Z Compiling anstream v0.6.15
4232024-11-13T04:24:21.986Z Compiling fastrand v2.1.1
4242024-11-13T04:24:22.011Z Compiling strsim v0.11.1
4252024-11-13T04:24:22.109Z Compiling fs-err v2.11.0
4262024-11-13T04:24:22.392Z Compiling terminal_size v0.4.0
4272024-11-13T04:24:22.525Z Compiling heck v0.4.1
4282024-11-13T04:24:22.555Z Compiling fnv v1.0.7
4292024-11-13T04:24:22.613Z Compiling heck v0.5.0
4302024-11-13T04:24:22.700Z Compiling bytecount v0.6.8
4312024-11-13T04:24:22.951Z Compiling cfg-if v1.0.0
4322024-11-13T04:24:22.978Z Compiling anyhow v1.0.93
4332024-11-13T04:24:23.066Z Compiling clap_lex v0.7.2
4342024-11-13T04:24:23.092Z Compiling papergrid v0.11.0
4352024-11-13T04:24:23.491Z Compiling tempfile v3.13.0
4362024-11-13T04:24:23.604Z Compiling clap_builder v4.5.20
4372024-11-13T04:24:23.974Z Compiling memmap v0.7.0
4382024-11-13T04:24:24.056Z Compiling unicode-linebreak v0.1.5
4392024-11-13T04:24:24.286Z Compiling smawk v0.3.2
4402024-11-13T04:24:24.506Z Compiling textwrap v0.16.1
4412024-11-13T04:24:24.540Z Compiling swrite v0.1.0
4422024-11-13T04:24:25.892Z Compiling tabled_derive v0.7.0
4432024-11-13T04:24:27.370Z Compiling tabled v0.15.0
4442024-11-13T04:24:28.946Z Compiling serde_derive v1.0.215
4452024-11-13T04:24:28.946Z Compiling thiserror-impl v1.0.69
4462024-11-13T04:24:29.000Z Compiling zerocopy-derive v0.7.35
4472024-11-13T04:24:29.023Z Compiling scroll_derive v0.12.0
4482024-11-13T04:24:29.095Z Compiling clap_derive v4.5.18
4492024-11-13T04:24:30.231Z Compiling scroll v0.12.0
4502024-11-13T04:24:30.665Z Compiling goblin v0.8.2
4512024-11-13T04:24:30.879Z Compiling zerocopy v0.7.35
4522024-11-13T04:24:31.643Z Compiling pest v2.7.14
4532024-11-13T04:24:32.815Z Compiling clap v4.5.20
4542024-11-13T04:24:33.902Z Compiling pest_meta v2.7.14
4552024-11-13T04:24:34.796Z Compiling pest_generator v2.7.14
4562024-11-13T04:24:36.576Z Compiling pest_derive v2.7.14
4572024-11-13T04:24:37.202Z Compiling dtrace-parser v0.2.0
4582024-11-13T04:24:39.178Z Compiling serde_tokenstream v0.2.2
4592024-11-13T04:24:39.237Z Compiling serde_spanned v0.6.8
4602024-11-13T04:24:39.240Z Compiling toml_datetime v0.6.8
4612024-11-13T04:24:39.568Z Compiling cargo-platform v0.1.8
4622024-11-13T04:24:39.594Z Compiling toml_edit v0.22.22
4632024-11-13T04:24:39.773Z Compiling macaddr v1.0.1
4642024-11-13T04:24:40.104Z Compiling camino-tempfile v1.1.1
4652024-11-13T04:24:40.698Z Compiling dof v0.3.0
4662024-11-13T04:24:40.803Z Compiling cargo_metadata v0.18.1
4672024-11-13T04:24:42.345Z Compiling toml v0.8.19
4682024-11-13T04:24:42.463Z Compiling usdt-macro v0.5.0
4692024-11-13T04:24:42.463Z Compiling usdt-attr-macro v0.5.0
4702024-11-13T04:24:43.208Z Compiling cargo_toml v0.20.5
4712024-11-13T04:24:43.805Z Compiling usdt v0.5.0
4722024-11-13T04:24:46.759Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4732024-11-13T04:24:50.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.16s
4742024-11-13T04:24:51.192Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4752024-11-13T04:24:51.723Z Downloading crates ...
4762024-11-13T04:24:51.851Z Downloaded atomic-waker v1.1.2
4772024-11-13T04:24:51.879Z Downloaded hostname v0.4.0
4782024-11-13T04:24:51.889Z Downloaded atty v0.2.14
4792024-11-13T04:24:51.909Z Downloaded lalrpop-util v0.19.12
4802024-11-13T04:24:51.913Z Downloaded chrono-tz-build v0.4.0
4812024-11-13T04:24:51.915Z Downloaded libefi-sys v0.1.0
4822024-11-13T04:24:51.918Z Downloaded lru-cache v0.1.2
4832024-11-13T04:24:51.928Z Downloaded crypto-bigint v0.5.5
4842024-11-13T04:24:51.941Z Downloaded http-body-util v0.1.2
4852024-11-13T04:24:51.944Z Downloaded hickory-client v0.24.1
4862024-11-13T04:24:51.954Z Downloaded crossbeam-deque v0.8.5
4872024-11-13T04:24:51.957Z Downloaded mime v0.3.17
4882024-11-13T04:24:51.960Z Downloaded linked-hash-map v0.5.6
4892024-11-13T04:24:51.963Z Downloaded cmake v0.1.51
4902024-11-13T04:24:51.963Z Downloaded crc-catalog v2.4.0
4912024-11-13T04:24:51.965Z Downloaded bindgen v0.69.5
4922024-11-13T04:24:51.970Z Downloaded blake3 v1.5.4
4932024-11-13T04:24:51.979Z Downloaded crucible-workspace-hack v0.1.0
4942024-11-13T04:24:51.981Z Downloaded aead v0.5.2
4952024-11-13T04:24:51.989Z Downloaded md5 v0.7.0
4962024-11-13T04:24:51.993Z Downloaded heapless v0.8.0
4972024-11-13T04:24:51.999Z Downloaded salsa20 v0.10.2
4982024-11-13T04:24:52.004Z Downloaded constant_time_eq v0.3.1
4992024-11-13T04:24:52.007Z Downloaded indexmap v1.9.3
5002024-11-13T04:24:52.032Z Downloaded rustc-hash v2.0.0
5012024-11-13T04:24:52.046Z Downloaded highway v1.2.0
5022024-11-13T04:24:52.048Z Downloaded inout v0.1.3
5032024-11-13T04:24:52.061Z Downloaded ident_case v1.0.1
5042024-11-13T04:24:52.063Z Downloaded ipnetwork v0.20.0
5052024-11-13T04:24:52.066Z Downloaded icu_collections v1.5.0
5062024-11-13T04:24:52.071Z Downloaded const_format v0.2.33
5072024-11-13T04:24:52.075Z Downloaded cassowary v0.3.0
5082024-11-13T04:24:52.078Z Downloaded humantime v2.1.0
5092024-11-13T04:24:52.080Z Downloaded is-terminal v0.4.13
5102024-11-13T04:24:52.088Z Downloaded keccak v0.1.5
5112024-11-13T04:24:52.091Z Downloaded ctr v0.9.2
5122024-11-13T04:24:52.091Z Downloaded idna v0.3.0
5132024-11-13T04:24:52.098Z Downloaded heck v0.3.3
5142024-11-13T04:24:52.100Z Downloaded arrayvec v0.7.6
5152024-11-13T04:24:52.114Z Downloaded russh v0.45.0
5162024-11-13T04:24:52.118Z Downloaded managed v0.8.0
5172024-11-13T04:24:52.120Z Downloaded hyper-staticfile v0.10.1
5182024-11-13T04:24:52.123Z Downloaded base16ct v0.2.0
5192024-11-13T04:24:52.125Z Downloaded async-stream v0.3.6
5202024-11-13T04:24:52.125Z Downloaded cookie_store v0.21.0
5212024-11-13T04:24:52.135Z Downloaded bzip2 v0.4.4
5222024-11-13T04:24:52.139Z Downloaded ciborium v0.2.2
5232024-11-13T04:24:52.142Z Downloaded libloading v0.8.5
5242024-11-13T04:24:52.145Z Downloaded icu_normalizer_data v1.5.0
5252024-11-13T04:24:52.148Z Downloaded backoff v0.4.0
5262024-11-13T04:24:52.175Z Downloaded chacha20 v0.9.1
5272024-11-13T04:24:52.185Z Downloaded bitfield-struct v0.6.2
5282024-11-13T04:24:52.200Z Downloaded hickory-resolver v0.24.1
5292024-11-13T04:24:52.205Z Downloaded strum v0.26.3
5302024-11-13T04:24:52.208Z Downloaded matches v0.1.10
5312024-11-13T04:24:52.208Z Downloaded addr2line v0.24.2
5322024-11-13T04:24:52.215Z Downloaded assert_matches v1.5.0
5332024-11-13T04:24:52.217Z Downloaded ciborium-ll v0.2.2
5342024-11-13T04:24:52.219Z Downloaded tokio-tungstenite v0.24.0
5352024-11-13T04:24:52.221Z Downloaded chacha20poly1305 v0.10.1
5362024-11-13T04:24:52.229Z Downloaded bstr v1.10.0
5372024-11-13T04:24:52.241Z Downloaded miniz_oxide v0.8.0
5382024-11-13T04:24:52.244Z Downloaded itertools v0.12.1
5392024-11-13T04:24:52.251Z Downloaded internet-checksum v0.2.1
5402024-11-13T04:24:52.253Z Downloaded httpdate v1.0.3
5412024-11-13T04:24:52.253Z Downloaded http-range v0.1.5
5422024-11-13T04:24:52.256Z Downloaded compact_str v0.8.0
5432024-11-13T04:24:52.266Z Downloaded lazycell v1.3.0
5442024-11-13T04:24:52.268Z Downloaded indent_write v2.2.0
5452024-11-13T04:24:52.270Z Downloaded hyper v1.4.1
5462024-11-13T04:24:52.276Z Downloaded litemap v0.7.3
5472024-11-13T04:24:52.279Z Downloaded allocator-api2 v0.2.18
5482024-11-13T04:24:52.282Z Downloaded async-stream-impl v0.3.6
5492024-11-13T04:24:52.282Z Downloaded array-init v0.0.4
5502024-11-13T04:24:52.285Z Downloaded libxml v0.3.3
5512024-11-13T04:24:52.288Z Downloaded crc-any v2.5.0
5522024-11-13T04:24:52.291Z Downloaded cexpr v0.6.0
5532024-11-13T04:24:52.294Z Downloaded bitvec v1.0.1
5542024-11-13T04:24:52.310Z Downloaded lock_api v0.4.12
5552024-11-13T04:24:52.313Z Downloaded indoc v1.0.9
5562024-11-13T04:24:52.316Z Downloaded aes-gcm v0.10.3
5572024-11-13T04:24:52.320Z Downloaded arrayref v0.3.9
5582024-11-13T04:24:52.322Z Downloaded itertools v0.13.0
5592024-11-13T04:24:52.328Z Downloaded crossbeam-utils v0.8.20
5602024-11-13T04:24:52.332Z Downloaded memmap2 v0.9.5
5612024-11-13T04:24:52.335Z Downloaded colored v2.1.0
5622024-11-13T04:24:52.337Z Downloaded itertools v0.10.5
5632024-11-13T04:24:52.343Z Downloaded http-body v1.0.1
5642024-11-13T04:24:52.346Z Downloaded bit-vec v0.6.3
5652024-11-13T04:24:52.350Z Downloaded blake2 v0.10.6
5662024-11-13T04:24:52.352Z Downloaded bcrypt-pbkdf v0.10.0
5672024-11-13T04:24:52.352Z Downloaded maybe-uninit v2.0.0
5682024-11-13T04:24:52.355Z Downloaded match_cfg v0.1.0
5692024-11-13T04:24:52.355Z Downloaded jobserver v0.1.32
5702024-11-13T04:24:52.357Z Downloaded async-recursion v1.1.1
5712024-11-13T04:24:52.360Z Downloaded typify-macro v0.2.0
5722024-11-13T04:24:52.363Z Downloaded linear-map v1.2.0
5732024-11-13T04:24:52.367Z Downloaded kstat-rs v0.2.4
5742024-11-13T04:24:52.367Z Downloaded instant v0.1.13
5752024-11-13T04:24:52.370Z Downloaded cobs v0.2.3
5762024-11-13T04:24:52.370Z Downloaded cbc v0.1.2
5772024-11-13T04:24:52.374Z Downloaded is_ci v1.2.0
5782024-11-13T04:24:52.374Z Downloaded hubpack v0.1.2
5792024-11-13T04:24:52.377Z Downloaded block-padding v0.3.3
5802024-11-13T04:24:52.377Z Downloaded atomicwrites v0.4.4
5812024-11-13T04:24:52.377Z Downloaded hubpack_derive v0.1.1
5822024-11-13T04:24:52.377Z Downloaded const-oid v0.9.6
5832024-11-13T04:24:52.380Z Downloaded adler2 v2.0.0
5842024-11-13T04:24:52.383Z Downloaded http v1.1.0
5852024-11-13T04:24:52.385Z Downloaded hkdf v0.12.4
5862024-11-13T04:24:52.389Z Downloaded crc32fast v1.4.2
5872024-11-13T04:24:52.391Z Downloaded hyper-tls v0.6.0
5882024-11-13T04:24:52.393Z Downloaded cstr-argument v0.1.2
5892024-11-13T04:24:52.396Z Downloaded chrono-tz v0.10.0
5902024-11-13T04:24:52.403Z Downloaded stable_deref_trait v1.2.0
5912024-11-13T04:24:52.406Z Downloaded aho-corasick v1.1.3
5922024-11-13T04:24:52.411Z Downloaded lazy_static v1.5.0
5932024-11-13T04:24:52.413Z Downloaded icu_provider_macros v1.5.0
5942024-11-13T04:24:52.418Z Downloaded base64 v0.22.1
5952024-11-13T04:24:52.422Z Downloaded termcolor v1.4.1
5962024-11-13T04:24:52.422Z Downloaded aws-lc-rs v1.10.0
5972024-11-13T04:24:52.432Z Downloaded minimal-lexical v0.2.1
5982024-11-13T04:24:52.439Z Downloaded vte_generate_state_changes v0.1.2
5992024-11-13T04:24:52.441Z Downloaded indicatif v0.17.8
6002024-11-13T04:24:52.445Z Downloaded crc v3.2.1
6012024-11-13T04:24:52.451Z Downloaded bb8 v0.8.5
6022024-11-13T04:24:52.451Z Downloaded aes v0.8.4
6032024-11-13T04:24:52.454Z Downloaded base64ct v1.6.0
6042024-11-13T04:24:52.456Z Downloaded rand_xorshift v0.3.0
6052024-11-13T04:24:52.456Z Downloaded tinystr v0.7.6
6062024-11-13T04:24:52.459Z Downloaded signal-hook-tokio v0.3.1
6072024-11-13T04:24:52.462Z Downloaded lru v0.12.5
6082024-11-13T04:24:52.464Z Downloaded lockfree-object-pool v0.1.6
6092024-11-13T04:24:52.467Z Downloaded hex-literal v0.4.1
6102024-11-13T04:24:52.467Z Downloaded rusty-fork v0.3.0
6112024-11-13T04:24:52.470Z Downloaded base64 v0.21.7
6122024-11-13T04:24:52.474Z Downloaded blowfish v0.9.1
6132024-11-13T04:24:52.477Z Downloaded instability v0.3.2
6142024-11-13T04:24:52.480Z Downloaded mime_guess v2.0.5
6152024-11-13T04:24:52.480Z Downloaded cfg_aliases v0.2.1
6162024-11-13T04:24:52.480Z Downloaded cookie v0.18.1
6172024-11-13T04:24:52.483Z Downloaded hickory-server v0.24.1
6182024-11-13T04:24:52.489Z Downloaded foreign-types-shared v0.1.1
6192024-11-13T04:24:52.492Z Downloaded icu_locid_transform v1.5.0
6202024-11-13T04:24:52.497Z Downloaded darling v0.20.10
6212024-11-13T04:24:52.500Z Downloaded castaway v0.2.3
6222024-11-13T04:24:52.505Z Downloaded curve25519-dalek-derive v0.1.1
6232024-11-13T04:24:52.505Z Downloaded arc-swap v1.7.1
6242024-11-13T04:24:52.508Z Downloaded quinn v0.11.5
6252024-11-13T04:24:52.511Z Downloaded progenitor v0.8.0
6262024-11-13T04:24:52.513Z Downloaded idna_adapter v1.2.0
6272024-11-13T04:24:52.516Z Downloaded argon2 v0.5.3
6282024-11-13T04:24:52.516Z Downloaded crossbeam-epoch v0.9.18
6292024-11-13T04:24:52.520Z Downloaded bit-set v0.5.3
6302024-11-13T04:24:52.523Z Downloaded cancel-safe-futures v0.1.5
6312024-11-13T04:24:52.525Z Downloaded hyper-util v0.1.10
6322024-11-13T04:24:52.529Z Downloaded md-5 v0.10.6
6332024-11-13T04:24:52.532Z Downloaded crossbeam-channel v0.5.13
6342024-11-13T04:24:52.537Z Downloaded icu_locid_transform_data v1.5.0
6352024-11-13T04:24:52.540Z Downloaded backtrace v0.3.74
6362024-11-13T04:24:52.544Z Downloaded tokio-rustls v0.25.0
6372024-11-13T04:24:52.546Z Downloaded async-trait v0.1.83
6382024-11-13T04:24:52.551Z Downloaded impl-trait-for-tuples v0.2.2
6392024-11-13T04:24:52.554Z Downloaded psl-types v2.0.11
6402024-11-13T04:24:52.557Z Downloaded memoffset v0.9.1
6412024-11-13T04:24:52.557Z Downloaded libsw v3.3.1
6422024-11-13T04:24:52.559Z Downloaded structmeta-derive v0.3.0
6432024-11-13T04:24:52.561Z Downloaded iana-time-zone v0.1.61
6442024-11-13T04:24:52.564Z Downloaded bzip2-sys v0.1.11+1.0.8
6452024-11-13T04:24:52.578Z Downloaded reqwest v0.12.9
6462024-11-13T04:24:52.587Z Downloaded either v1.13.0
6472024-11-13T04:24:52.589Z Downloaded cfg_aliases v0.1.1
6482024-11-13T04:24:52.592Z Downloaded icu_properties v1.5.1
6492024-11-13T04:24:52.595Z Downloaded password-hash v0.5.0
6502024-11-13T04:24:52.598Z Downloaded ahash v0.8.11
6512024-11-13T04:24:52.601Z Downloaded slog-stdlog v4.1.1
6522024-11-13T04:24:52.601Z Downloaded chrono v0.4.38
6532024-11-13T04:24:52.608Z Downloaded icu_locid v1.5.0
6542024-11-13T04:24:52.614Z Downloaded serde_urlencoded v0.7.1
6552024-11-13T04:24:52.617Z Downloaded resolv-conf v0.7.0
6562024-11-13T04:24:52.620Z Downloaded foreign-types v0.5.0
6572024-11-13T04:24:52.625Z Downloaded serde_with v3.11.0
6582024-11-13T04:24:52.629Z Downloaded r2d2 v0.8.10
6592024-11-13T04:24:52.632Z Downloaded scrypt v0.11.0
6602024-11-13T04:24:52.635Z Downloaded rustversion v1.0.17
6612024-11-13T04:24:52.637Z Downloaded der v0.7.9
6622024-11-13T04:24:52.643Z Downloaded rsa v0.9.6
6632024-11-13T04:24:52.648Z Downloaded thiserror-no-std v2.0.2
6642024-11-13T04:24:52.651Z Downloaded icu_properties_data v1.5.0
6652024-11-13T04:24:52.664Z Downloaded rustc_version v0.4.1
6662024-11-13T04:24:52.667Z Downloaded libm v0.2.8
6672024-11-13T04:24:52.674Z Downloaded displaydoc v0.2.5
6682024-11-13T04:24:52.680Z Downloaded rcgen v0.12.1
6692024-11-13T04:24:52.683Z Downloaded curve25519-dalek v4.1.3
6702024-11-13T04:24:52.690Z Downloaded termtree v0.4.1
6712024-11-13T04:24:52.693Z Downloaded zone_cfg_derive v0.1.2
6722024-11-13T04:24:52.696Z Downloaded env_logger v0.10.2
6732024-11-13T04:24:52.699Z Downloaded icu_normalizer v1.5.0
6742024-11-13T04:24:52.701Z Downloaded csv v1.3.0
6752024-11-13T04:24:52.721Z Downloaded unarray v0.1.4
6762024-11-13T04:24:52.723Z Downloaded nom v7.1.3
6772024-11-13T04:24:52.728Z Downloaded env_filter v0.1.2
6782024-11-13T04:24:52.730Z Downloaded defmt-parser v0.3.4
6792024-11-13T04:24:52.733Z Downloaded expectorate v1.1.0
6802024-11-13T04:24:52.735Z Downloaded rustls-pki-types v1.9.0
6812024-11-13T04:24:52.738Z Downloaded pin-project v1.1.6
6822024-11-13T04:24:52.750Z Downloaded serde_path_to_error v0.1.16
6832024-11-13T04:24:52.752Z Downloaded samael v0.0.17
6842024-11-13T04:24:52.760Z Downloaded foreign-types v0.3.2
6852024-11-13T04:24:52.760Z Downloaded zerovec-derive v0.10.3
6862024-11-13T04:24:52.763Z Downloaded uzers v0.12.1
6872024-11-13T04:24:52.766Z Downloaded hmac v0.12.1
6882024-11-13T04:24:52.769Z Downloaded percent-encoding v2.3.1
6892024-11-13T04:24:52.769Z Downloaded hashbrown v0.14.5
6902024-11-13T04:24:52.773Z Downloaded strum_macros v0.25.3
6912024-11-13T04:24:52.776Z Downloaded twox-hash v1.6.3
6922024-11-13T04:24:52.779Z Downloaded wyz v0.5.1
6932024-11-13T04:24:52.781Z Downloaded poly1305 v0.8.0
6942024-11-13T04:24:52.785Z Downloaded rustls-webpki v0.102.8
6952024-11-13T04:24:52.815Z Downloaded progenitor-impl v0.8.0
6962024-11-13T04:24:52.818Z Downloaded diff v0.1.13
6972024-11-13T04:24:52.823Z Downloaded unsafe-libyaml v0.2.11
6982024-11-13T04:24:52.831Z Downloaded oso-derive v0.27.3
6992024-11-13T04:24:52.834Z Downloaded pretty-hex v0.2.1
7002024-11-13T04:24:52.834Z Downloaded idna v0.5.0
7012024-11-13T04:24:52.841Z Downloaded num_threads v0.1.7
7022024-11-13T04:24:52.844Z Downloaded utf-8 v0.7.6
7032024-11-13T04:24:52.847Z Downloaded newtype_derive v0.1.6
7042024-11-13T04:24:52.853Z Downloaded try-lock v0.2.5
7052024-11-13T04:24:52.853Z Downloaded number_prefix v0.4.0
7062024-11-13T04:24:52.853Z Downloaded zopfli v0.8.1
7072024-11-13T04:24:52.857Z Downloaded foldhash v0.1.3
7082024-11-13T04:24:52.857Z Downloaded idna v0.4.0
7092024-11-13T04:24:52.861Z Downloaded parse-zoneinfo v0.3.1
7102024-11-13T04:24:52.865Z Downloaded smoltcp v0.11.0
7112024-11-13T04:24:52.879Z Downloaded sct v0.7.1
7122024-11-13T04:24:52.883Z Downloaded peg-runtime v0.8.3
7132024-11-13T04:24:52.886Z Downloaded openssl-macros v0.1.1
7142024-11-13T04:24:52.886Z Downloaded regex-syntax v0.6.29
7152024-11-13T04:24:52.891Z Downloaded strip-ansi-escapes v0.2.0
7162024-11-13T04:24:52.894Z Downloaded gethostname v0.5.0
7172024-11-13T04:24:52.897Z Downloaded hickory-proto v0.24.1
7182024-11-13T04:24:52.911Z Downloaded nibble_vec v0.1.0
7192024-11-13T04:24:52.914Z Downloaded tiny-keccak v2.0.2
7202024-11-13T04:24:52.916Z Downloaded slog-json v2.6.1
7212024-11-13T04:24:52.918Z Downloaded postcard v1.0.10
7222024-11-13T04:24:52.921Z Downloaded darling_macro v0.20.10
7232024-11-13T04:24:52.921Z Downloaded derive_builder v0.20.2
7242024-11-13T04:24:52.926Z Downloaded newline-converter v0.3.0
7252024-11-13T04:24:52.928Z Downloaded globset v0.4.15
7262024-11-13T04:24:52.931Z Downloaded want v0.3.1
7272024-11-13T04:24:52.931Z Downloaded snafu v0.8.5
7282024-11-13T04:24:52.937Z Downloaded tui-tree-widget v0.22.0
7292024-11-13T04:24:52.939Z Downloaded num-bigint-dig v0.8.4
7302024-11-13T04:24:52.944Z Downloaded strum_macros v0.24.3
7312024-11-13T04:24:52.947Z Downloaded tap v1.0.1
7322024-11-13T04:24:52.950Z Downloaded diesel_derives v2.2.3
7332024-11-13T04:24:52.953Z Downloaded term v0.7.0
7342024-11-13T04:24:52.956Z Downloaded tar v0.4.43
7352024-11-13T04:24:52.960Z Downloaded zerovec v0.10.4
7362024-11-13T04:24:52.968Z Downloaded normalize-line-endings v0.3.0
7372024-11-13T04:24:52.971Z Downloaded packed_struct v0.10.1
7382024-11-13T04:24:52.971Z Downloaded dyn-clone v1.0.17
7392024-11-13T04:24:52.973Z Downloaded num-iter v0.1.45
7402024-11-13T04:24:52.974Z Downloaded which v4.4.2
7412024-11-13T04:24:52.976Z Downloaded rustc_version v0.1.7
7422024-11-13T04:24:52.976Z Downloaded ref-cast v1.0.23
7432024-11-13T04:24:52.978Z Downloaded tokio-native-tls v0.3.1
7442024-11-13T04:24:52.980Z Downloaded rustc-hash v1.1.0
7452024-11-13T04:24:52.983Z Downloaded tokio-macros v2.4.0
7462024-11-13T04:24:52.983Z Downloaded ron v0.8.1
7472024-11-13T04:24:52.989Z Downloaded serde_derive_internals v0.29.1
7482024-11-13T04:24:52.991Z Downloaded publicsuffix v2.2.3
7492024-11-13T04:24:52.993Z Downloaded fragile v2.0.0
7502024-11-13T04:24:52.996Z Downloaded object v0.30.4
7512024-11-13T04:24:53.008Z Downloaded rustls v0.21.12
7522024-11-13T04:24:53.018Z Downloaded funty v2.0.0
7532024-11-13T04:24:53.022Z Downloaded dunce v1.0.5
7542024-11-13T04:24:53.022Z Downloaded writeable v0.5.5
7552024-11-13T04:24:53.027Z Downloaded structmeta v0.3.0
7562024-11-13T04:24:53.027Z Downloaded unicase v2.7.0
7572024-11-13T04:24:53.031Z Downloaded enum-as-inner v0.5.1
7582024-11-13T04:24:53.031Z Downloaded diesel_table_macro_syntax v0.2.0
7592024-11-13T04:24:53.031Z Downloaded x509-cert v0.2.5
7602024-11-13T04:24:53.036Z Downloaded embedded-io v0.6.1
7612024-11-13T04:24:53.040Z Downloaded spin v0.9.8
7622024-11-13T04:24:53.045Z Downloaded pbkdf2 v0.11.0
7632024-11-13T04:24:53.048Z Downloaded powerfmt v0.2.0
7642024-11-13T04:24:53.048Z Downloaded typify-impl v0.2.0
7652024-11-13T04:24:53.061Z Downloaded group v0.13.0
7662024-11-13T04:24:53.064Z Downloaded tough v0.19.0
7672024-11-13T04:24:53.072Z Downloaded tungstenite v0.23.0
7682024-11-13T04:24:53.075Z Downloaded progenitor-client v0.8.0
7692024-11-13T04:24:53.077Z Downloaded termios v0.3.3
7702024-11-13T04:24:53.080Z Downloaded serde_repr v0.1.19
7712024-11-13T04:24:53.080Z Downloaded portable-atomic v1.9.0
7722024-11-13T04:24:53.086Z Downloaded regress v0.10.1
7732024-11-13T04:24:53.095Z Downloaded proc-macro-crate v1.3.1
7742024-11-13T04:24:53.098Z Downloaded des v0.8.1
7752024-11-13T04:24:53.101Z Downloaded zone v0.1.8
7762024-11-13T04:24:53.101Z Downloaded foreign-types-macros v0.2.3
7772024-11-13T04:24:53.104Z Downloaded path-slash v0.1.5
7782024-11-13T04:24:53.104Z Downloaded fs_extra v1.3.0
7792024-11-13T04:24:53.106Z Downloaded futures v0.3.31
7802024-11-13T04:24:53.110Z Downloaded ratatui v0.28.1
7812024-11-13T04:24:53.133Z Downloaded proptest v1.5.0
7822024-11-13T04:24:53.142Z Downloaded parse-display-derive v0.10.0
7832024-11-13T04:24:53.144Z Downloaded xz2 v0.1.7
7842024-11-13T04:24:53.145Z Downloaded lzma-sys v0.1.20
7852024-11-13T04:24:53.174Z Downloaded radium v0.7.0
7862024-11-13T04:24:53.177Z Downloaded xattr v1.3.1
7872024-11-13T04:24:53.180Z Downloaded derive-where v1.2.7
7882024-11-13T04:24:53.182Z Downloaded zone v0.3.0
7892024-11-13T04:24:53.182Z Downloaded subtle v2.6.1
7902024-11-13T04:24:53.186Z Downloaded trust-dns-proto v0.22.0
7912024-11-13T04:24:53.198Z Downloaded primeorder v0.13.6
7922024-11-13T04:24:53.201Z Downloaded hash32 v0.2.1
7932024-11-13T04:24:53.204Z Downloaded phf_generator v0.11.2
7942024-11-13T04:24:53.204Z Downloaded serde_with_macros v3.11.0
7952024-11-13T04:24:53.206Z Downloaded float-ord v0.3.2
7962024-11-13T04:24:53.206Z Downloaded same-file v1.0.6
7972024-11-13T04:24:53.209Z Downloaded rpassword v7.3.1
7982024-11-13T04:24:53.209Z Downloaded zone_cfg_derive v0.3.0
7992024-11-13T04:24:53.212Z Downloaded pin-project-internal v1.1.6
8002024-11-13T04:24:53.212Z Downloaded password-hash v0.4.2
8012024-11-13T04:24:53.215Z Downloaded futures-macro v0.3.31
8022024-11-13T04:24:53.217Z Downloaded dhcproto-macros v0.1.0
8032024-11-13T04:24:53.217Z Downloaded tracing-core v0.1.32
8042024-11-13T04:24:53.219Z Downloaded subprocess v0.2.9
8052024-11-13T04:24:53.222Z Downloaded quick-error v1.2.3
8062024-11-13T04:24:53.224Z Downloaded mirai-annotations v1.12.0
8072024-11-13T04:24:53.224Z Downloaded tracing-attributes v0.1.27
8082024-11-13T04:24:53.227Z Downloaded sync_wrapper v1.0.1
8092024-11-13T04:24:53.229Z Downloaded packed_struct_codegen v0.10.1
8102024-11-13T04:24:53.229Z Downloaded supports-color v3.0.1
8112024-11-13T04:24:53.232Z Downloaded slog-scope v4.4.0
8122024-11-13T04:24:53.235Z Downloaded ssh-cipher v0.2.0
8132024-11-13T04:24:53.235Z Downloaded multer v3.1.0
8142024-11-13T04:24:53.237Z Downloaded openssl-probe v0.1.5
8152024-11-13T04:24:53.241Z Downloaded tower-service v0.3.3
8162024-11-13T04:24:53.243Z Downloaded fallible-streaming-iterator v0.1.9
8172024-11-13T04:24:53.243Z Downloaded olpc-cjson v0.1.4
8182024-11-13T04:24:53.243Z Downloaded enum-as-inner v0.6.1
8192024-11-13T04:24:53.246Z Downloaded regress v0.9.1
8202024-11-13T04:24:53.254Z Downloaded fd-lock v4.0.2
8212024-11-13T04:24:53.257Z Downloaded strum_macros v0.26.4
8222024-11-13T04:24:53.260Z Downloaded tokio-rustls v0.26.0
8232024-11-13T04:24:53.262Z Downloaded stringprep v0.1.5
8242024-11-13T04:24:53.265Z Downloaded snafu-derive v0.8.5
8252024-11-13T04:24:53.267Z Downloaded vsss-rs v3.3.4
8262024-11-13T04:24:53.269Z Downloaded parse-display v0.10.0
8272024-11-13T04:24:53.272Z Downloaded ref-cast-impl v1.0.23
8282024-11-13T04:24:53.272Z Downloaded libz-sys v1.1.20
8292024-11-13T04:24:53.293Z Downloaded endian-type v0.1.2
8302024-11-13T04:24:53.297Z Downloaded parse-size v1.1.0
8312024-11-13T04:24:53.297Z Downloaded quinn-udp v0.5.5
8322024-11-13T04:24:53.301Z Downloaded futures-sink v0.3.31
8332024-11-13T04:24:53.301Z Downloaded num-integer v0.1.46
8342024-11-13T04:24:53.301Z Downloaded polar-core v0.27.3
8352024-11-13T04:24:53.308Z Downloaded p521 v0.13.3
8362024-11-13T04:24:53.312Z Downloaded slog-envlogger v2.2.0
8372024-11-13T04:24:53.314Z Downloaded rustfmt-wrapper v0.2.1
8382024-11-13T04:24:53.316Z Downloaded fallible-iterator v0.3.0
8392024-11-13T04:24:53.319Z Downloaded thiserror-impl-no-std v2.0.2
8402024-11-13T04:24:53.319Z Downloaded spki v0.7.3
8412024-11-13T04:24:53.322Z Downloaded sqlformat v0.2.6
8422024-11-13T04:24:53.324Z Downloaded derive_builder_core v0.20.2
8432024-11-13T04:24:53.324Z Downloaded ed25519-dalek v2.1.1
8442024-11-13T04:24:53.328Z Downloaded serde-big-array v0.5.1
8452024-11-13T04:24:53.331Z Downloaded foreign-types-shared v0.3.1
8462024-11-13T04:24:53.331Z Downloaded signal-hook v0.3.17
8472024-11-13T04:24:53.333Z Downloaded parking_lot v0.11.2
8482024-11-13T04:24:53.336Z Downloaded simd-adler32 v0.3.7
8492024-11-13T04:24:53.338Z Downloaded utf8_iter v1.0.4
8502024-11-13T04:24:53.342Z Downloaded serde_plain v1.0.2
8512024-11-13T04:24:53.342Z Downloaded phf_codegen v0.11.2
8522024-11-13T04:24:53.344Z Downloaded hashbrown v0.13.2
8532024-11-13T04:24:53.347Z Downloaded typify v0.2.0
8542024-11-13T04:24:53.352Z Downloaded url v2.5.3
8552024-11-13T04:24:53.355Z Downloaded ssh-encoding v0.2.0
8562024-11-13T04:24:53.357Z Downloaded tls_codec v0.4.1
8572024-11-13T04:24:53.359Z Downloaded rand_chacha v0.3.1
8582024-11-13T04:24:53.362Z Downloaded parking_lot v0.12.3
8592024-11-13T04:24:53.364Z Downloaded headers v0.4.0
8602024-11-13T04:24:53.370Z Downloaded thread_local v1.1.8
8612024-11-13T04:24:53.372Z Downloaded pkg-config v0.3.31
8622024-11-13T04:24:53.375Z Downloaded rustls-webpki v0.101.7
8632024-11-13T04:24:53.389Z Downloaded downcast v0.11.0
8642024-11-13T04:24:53.392Z Downloaded p384 v0.13.0
8652024-11-13T04:24:53.397Z Downloaded prettyplease v0.2.25
8662024-11-13T04:24:53.401Z Downloaded similar v2.6.0
8672024-11-13T04:24:53.407Z Downloaded flume v0.11.1
8682024-11-13T04:24:53.411Z Downloaded rfc6979 v0.4.0
8692024-11-13T04:24:53.414Z Downloaded newtype-uuid v1.1.3
8702024-11-13T04:24:53.416Z Downloaded ed25519 v2.2.3
8712024-11-13T04:24:53.416Z Downloaded fixedbitset v0.4.2
8722024-11-13T04:24:53.425Z Downloaded embedded-io v0.4.0
8732024-11-13T04:24:53.429Z Downloaded static_assertions v1.1.0
8742024-11-13T04:24:53.429Z Downloaded value-bag v1.9.0
8752024-11-13T04:24:53.429Z Downloaded untrusted v0.9.0
8762024-11-13T04:24:53.429Z Downloaded tls_codec_derive v0.4.1
8772024-11-13T04:24:53.429Z Downloaded derive_more v0.99.18
8782024-11-13T04:24:53.433Z Downloaded waitgroup v0.1.2
8792024-11-13T04:24:53.436Z Downloaded schemars_derive v0.8.21
8802024-11-13T04:24:53.438Z Downloaded rand v0.8.5
8812024-11-13T04:24:53.442Z Downloaded nu-ansi-term v0.50.1
8822024-11-13T04:24:53.445Z Downloaded dropshot_endpoint v0.12.0
8832024-11-13T04:24:53.450Z Downloaded phf_shared v0.10.0
8842024-11-13T04:24:53.453Z Downloaded pkcs8 v0.10.2
8852024-11-13T04:24:53.453Z Downloaded shell-words v1.1.0
8862024-11-13T04:24:53.455Z Downloaded uuid v1.10.0
8872024-11-13T04:24:53.458Z Downloaded pkcs5 v0.7.1
8882024-11-13T04:24:53.462Z Downloaded opaque-debug v0.3.1
8892024-11-13T04:24:53.466Z Downloaded ff v0.13.0
8902024-11-13T04:24:53.466Z Downloaded unicode-xid v0.2.6
8912024-11-13T04:24:53.468Z Downloaded ena v0.14.3
8922024-11-13T04:24:53.469Z Downloaded peg v0.8.4
8932024-11-13T04:24:53.472Z Downloaded elliptic-curve v0.13.8
8942024-11-13T04:24:53.481Z Downloaded new_debug_unreachable v1.0.6
8952024-11-13T04:24:53.481Z Downloaded take_mut v0.2.2
8962024-11-13T04:24:53.481Z Downloaded shlex v1.3.0
8972024-11-13T04:24:53.485Z Downloaded defmt v0.3.8
8982024-11-13T04:24:53.486Z Downloaded zip v0.6.6
8992024-11-13T04:24:53.491Z Downloaded tabwriter v1.4.0
9002024-11-13T04:24:53.498Z Downloaded openssl-sys v0.9.104
9012024-11-13T04:24:53.502Z Downloaded zerofrom-derive v0.1.4
9022024-11-13T04:24:53.502Z Downloaded slog-async v2.8.0
9032024-11-13T04:24:53.502Z Downloaded toml_edit v0.19.15
9042024-11-13T04:24:53.518Z Downloaded glob v0.3.1
9052024-11-13T04:24:53.521Z Downloaded hashbrown v0.12.3
9062024-11-13T04:24:53.524Z Downloaded rustyline v14.0.0
9072024-11-13T04:24:53.529Z Downloaded time-core v0.1.2
9082024-11-13T04:24:53.532Z Downloaded gimli v0.31.1
9092024-11-13T04:24:53.542Z Downloaded unicode-truncate v1.1.0
9102024-11-13T04:24:53.544Z Downloaded pem-rfc7468 v0.7.0
9112024-11-13T04:24:53.547Z Downloaded tokio-stream v0.1.16
9122024-11-13T04:24:53.550Z Downloaded predicates v3.1.2
9132024-11-13T04:24:53.553Z Downloaded toolchain_find v0.4.0
9142024-11-13T04:24:53.555Z Downloaded futures-io v0.3.31
9152024-11-13T04:24:53.556Z Downloaded difflib v0.4.0
9162024-11-13T04:24:53.558Z Downloaded time v0.3.36
9172024-11-13T04:24:53.566Z Downloaded pem v3.0.4
9182024-11-13T04:24:53.569Z Downloaded tokio v1.40.0
9192024-11-13T04:24:53.611Z Downloaded yoke-derive v0.7.4
9202024-11-13T04:24:53.615Z Downloaded fallible-iterator v0.2.0
9212024-11-13T04:24:53.615Z Downloaded rand_core v0.6.4
9222024-11-13T04:24:53.619Z Downloaded wait-timeout v0.2.0
9232024-11-13T04:24:53.619Z Downloaded scopeguard v1.2.0
9242024-11-13T04:24:53.621Z Downloaded zeroize_derive v1.4.2
9252024-11-13T04:24:53.621Z Downloaded yasna v0.5.2
9262024-11-13T04:24:53.621Z Downloaded ghash v0.5.1
9272024-11-13T04:24:53.624Z Downloaded futures-executor v0.3.31
9282024-11-13T04:24:53.628Z Downloaded tokio-tungstenite v0.21.0
9292024-11-13T04:24:53.630Z Downloaded heapless v0.7.17
9302024-11-13T04:24:53.633Z Downloaded mockall_derive v0.13.0
9312024-11-13T04:24:53.638Z Downloaded smallvec v0.6.14
9322024-11-13T04:24:53.640Z Downloaded owo-colors v4.1.0
9332024-11-13T04:24:53.641Z Downloaded native-tls v0.2.12
9342024-11-13T04:24:53.645Z Downloaded secrecy v0.8.0
9352024-11-13T04:24:53.646Z Downloaded pbkdf2 v0.12.2
9362024-11-13T04:24:53.650Z Downloaded russh-cryptovec v0.7.3
9372024-11-13T04:24:53.650Z Downloaded num-derive v0.4.2
9382024-11-13T04:24:53.650Z Downloaded rand_seeder v0.3.0
9392024-11-13T04:24:53.650Z Downloaded rustls v0.22.4
9402024-11-13T04:24:53.662Z Downloaded slog v2.7.0
9412024-11-13T04:24:53.665Z Downloaded diesel-dtrace v0.3.0
9422024-11-13T04:24:53.668Z Downloaded parking_lot_core v0.8.6
9432024-11-13T04:24:53.672Z Downloaded nix v0.29.0
9442024-11-13T04:24:53.684Z Downloaded unicode-bidi v0.3.17
9452024-11-13T04:24:53.687Z Downloaded tinyvec v1.8.0
9462024-11-13T04:24:53.691Z Downloaded nix v0.28.0
9472024-11-13T04:24:53.703Z Downloaded zeroize v1.8.1
9482024-11-13T04:24:53.707Z Downloaded regex-automata v0.4.8
9492024-11-13T04:24:53.723Z Downloaded slog-term v2.9.1
9502024-11-13T04:24:53.725Z Downloaded quick-xml v0.33.0
9512024-11-13T04:24:53.733Z Downloaded slog-dtrace v0.3.0
9522024-11-13T04:24:53.736Z Downloaded rusqlite v0.32.1
9532024-11-13T04:24:53.742Z Downloaded rustls-pemfile v2.2.0
9542024-11-13T04:24:53.745Z Downloaded yoke v0.7.4
9552024-11-13T04:24:53.747Z Downloaded zip v2.1.3
9562024-11-13T04:24:53.752Z Downloaded rayon-core v1.12.1
9572024-11-13T04:24:53.756Z Downloaded dhcproto v0.12.0
9582024-11-13T04:24:53.760Z Downloaded tracing v0.1.40
9592024-11-13T04:24:53.765Z Downloaded postgres-types v0.2.8
9602024-11-13T04:24:53.768Z Downloaded fatfs v0.3.6
9612024-11-13T04:24:53.771Z Downloaded precomputed-hash v0.1.1
9622024-11-13T04:24:53.773Z Downloaded dirs-sys-next v0.1.2
9632024-11-13T04:24:53.773Z Downloaded unicode-segmentation v1.12.0
9642024-11-13T04:24:53.776Z Downloaded multimap v0.10.0
9652024-11-13T04:24:53.779Z Downloaded futures-channel v0.3.31
9662024-11-13T04:24:53.782Z Downloaded tokio-util v0.7.12
9672024-11-13T04:24:53.786Z Downloaded p256 v0.13.2
9682024-11-13T04:24:53.790Z Downloaded regex-syntax v0.8.5
9692024-11-13T04:24:53.798Z Downloaded smallvec v1.13.2
9702024-11-13T04:24:53.803Z Downloaded openapiv3 v2.0.0
9712024-11-13T04:24:53.817Z Downloaded sec1 v0.7.3
9722024-11-13T04:24:53.820Z Downloaded unicode-normalization v0.1.24
9732024-11-13T04:24:53.822Z Downloaded typed-path v0.9.3
9742024-11-13T04:24:53.827Z Downloaded object v0.36.5
9752024-11-13T04:24:53.839Z Downloaded reedline v0.35.0
9762024-11-13T04:24:53.847Z Downloaded vcpkg v0.2.15
9772024-11-13T04:24:53.888Z Downloaded winnow v0.5.40
9782024-11-13T04:24:53.897Z Downloaded nix v0.27.1
9792024-11-13T04:24:53.909Z Downloaded russh-keys v0.45.0
9802024-11-13T04:24:53.912Z Downloaded regex v1.11.1
9812024-11-13T04:24:53.925Z Downloaded quinn-proto v0.11.8
9822024-11-13T04:24:53.932Z Downloaded diesel v2.2.4
9832024-11-13T04:24:53.952Z Downloaded futures-util v0.3.31
9842024-11-13T04:24:53.965Z Downloaded unicode_categories v0.1.1
9852024-11-13T04:24:53.968Z Downloaded headers-core v0.3.0
9862024-11-13T04:24:53.968Z Downloaded predicates-core v1.0.8
9872024-11-13T04:24:53.970Z Downloaded dropshot v0.12.0
9882024-11-13T04:24:53.988Z Downloaded vte v0.11.1
9892024-11-13T04:24:53.991Z Downloaded encoding_rs v0.8.34
9902024-11-13T04:24:54.012Z Downloaded rustls v0.23.14
9912024-11-13T04:24:54.024Z Downloaded oso v0.27.3
9922024-11-13T04:24:54.027Z Downloaded darling_core v0.20.10
9932024-11-13T04:24:54.032Z Downloaded steno v0.4.1
9942024-11-13T04:24:54.039Z Downloaded num-traits v0.2.19
9952024-11-13T04:24:54.042Z Downloaded openssl v0.10.68
9962024-11-13T04:24:54.050Z Downloaded h2 v0.4.6
9972024-11-13T04:24:54.056Z Downloaded git2 v0.19.0
9982024-11-13T04:24:54.065Z Downloaded sled v0.34.7
9992024-11-13T04:24:54.075Z Downloaded libgit2-sys v0.17.0+1.8.1
10002024-11-13T04:24:54.134Z Downloaded sha3 v0.10.8
10012024-11-13T04:24:54.138Z Downloaded zerocopy-derive v0.6.6
10022024-11-13T04:24:54.148Z Downloaded zerocopy v0.6.6
10032024-11-13T04:24:54.151Z Downloaded debug-ignore v1.0.5
10042024-11-13T04:24:54.154Z Downloaded signal-hook-mio v0.2.4
10052024-11-13T04:24:54.154Z Downloaded futures-core v0.3.31
10062024-11-13T04:24:54.157Z Downloaded form_urlencoded v1.2.1
10072024-11-13T04:24:54.157Z Downloaded pin-utils v0.1.0
10082024-11-13T04:24:54.157Z Downloaded omicron-zone-package v0.11.1
10092024-11-13T04:24:54.159Z Downloaded fxhash v0.2.1
10102024-11-13T04:24:54.163Z Downloaded filetime v0.2.25
10112024-11-13T04:24:54.163Z Downloaded time-macros v0.2.18
10122024-11-13T04:24:54.166Z Downloaded string_cache v0.8.7
10132024-11-13T04:24:54.166Z Downloaded num-conv v0.1.0
10142024-11-13T04:24:54.166Z Downloaded num-bigint v0.4.6
10152024-11-13T04:24:54.171Z Downloaded rayon v1.10.0
10162024-11-13T04:24:54.179Z Downloaded schemars v0.8.21
10172024-11-13T04:24:54.191Z Downloaded smf v0.2.3
10182024-11-13T04:24:54.194Z Downloaded petgraph v0.6.5
10192024-11-13T04:24:54.209Z Downloaded toml v0.7.8
10202024-11-13T04:24:54.212Z Downloaded num v0.4.3
10212024-11-13T04:24:54.215Z Downloaded getrandom v0.2.15
10222024-11-13T04:24:54.218Z Downloaded peg-macros v0.8.4
10232024-11-13T04:24:54.218Z Downloaded signal-hook-registry v1.4.2
10242024-11-13T04:24:54.228Z Downloaded tokio-tungstenite v0.23.1
10252024-11-13T04:24:54.233Z Downloaded ron v0.7.1
10262024-11-13T04:24:54.233Z Downloaded ppv-lite86 v0.2.20
10272024-11-13T04:24:54.233Z Downloaded pin-project-lite v0.2.14
10282024-11-13T04:24:54.233Z Downloaded parking_lot_core v0.9.10
10292024-11-13T04:24:54.235Z Downloaded der_derive v0.7.3
10302024-11-13T04:24:54.235Z Downloaded flate2 v1.0.34
10312024-11-13T04:24:54.241Z Downloaded sqlparser v0.45.0
10322024-11-13T04:24:54.245Z Downloaded serde_yaml v0.9.34+deprecated
10332024-11-13T04:24:54.248Z Downloaded ssh-key v0.6.6
10342024-11-13T04:24:54.256Z Downloaded semver v0.1.20
10352024-11-13T04:24:54.259Z Downloaded untrusted v0.7.1
10362024-11-13T04:24:54.259Z Downloaded sha1 v0.10.6
10372024-11-13T04:24:54.261Z Downloaded nodrop v0.1.14
10382024-11-13T04:24:54.261Z Downloaded socket2 v0.5.7
10392024-11-13T04:24:54.264Z Downloaded hashlink v0.9.1
10402024-11-13T04:24:54.264Z Downloaded rustc-demangle v0.1.24
10412024-11-13T04:24:54.269Z Downloaded tungstenite v0.21.0
10422024-11-13T04:24:54.271Z Downloaded universal-hash v0.5.1
10432024-11-13T04:24:54.271Z Downloaded predicates-tree v1.0.11
10442024-11-13T04:24:54.271Z Downloaded derive_builder_macro v0.20.2
10452024-11-13T04:24:54.271Z Downloaded defmt-macros v0.3.9
10462024-11-13T04:24:54.274Z Downloaded rustls-pemfile v1.0.4
10472024-11-13T04:24:54.277Z Downloaded scheduled-thread-pool v0.2.7
10482024-11-13T04:24:54.277Z Downloaded postgres-protocol v0.6.7
10492024-11-13T04:24:54.279Z Downloaded tokio-postgres v0.7.12
10502024-11-13T04:24:54.283Z Downloaded qorb v0.2.0
10512024-11-13T04:24:54.288Z Downloaded test-strategy v0.3.1
10522024-11-13T04:24:54.290Z Downloaded half v2.4.1
10532024-11-13T04:24:54.293Z Downloaded futures-task v0.3.31
10542024-11-13T04:24:54.296Z Downloaded phf_shared v0.11.2
10552024-11-13T04:24:54.296Z Downloaded slab v0.4.9
10562024-11-13T04:24:54.299Z Downloaded unicode-properties v0.1.3
10572024-11-13T04:24:54.299Z Downloaded tinyvec_macros v0.1.1
10582024-11-13T04:24:54.299Z Downloaded display-error-chain v0.2.2
10592024-11-13T04:24:54.302Z Downloaded synstructure v0.13.1
10602024-11-13T04:24:54.302Z Downloaded paste v1.0.15
10612024-11-13T04:24:54.304Z Downloaded mockall v0.13.0
10622024-11-13T04:24:54.308Z Downloaded float-cmp v0.9.0
10632024-11-13T04:24:54.308Z Downloaded flagset v0.4.6
10642024-11-13T04:24:54.311Z Downloaded whoami v1.5.2
10652024-11-13T04:24:54.311Z Downloaded rtoolbox v0.0.2
10662024-11-13T04:24:54.311Z Downloaded progenitor-macro v0.8.0
10672024-11-13T04:24:54.315Z Downloaded num-rational v0.4.2
10682024-11-13T04:24:54.315Z Downloaded env_logger v0.11.5
10692024-11-13T04:24:54.318Z Downloaded smoltcp v0.9.1
10702024-11-13T04:24:54.326Z Downloaded deranged v0.3.11
10712024-11-13T04:24:54.328Z Downloaded dsl_auto_type v0.1.2
10722024-11-13T04:24:54.328Z Downloaded dirs-next v2.0.0
10732024-11-13T04:24:54.331Z Downloaded tokio-rustls v0.24.1
10742024-11-13T04:24:54.333Z Downloaded data-encoding v2.6.0
10752024-11-13T04:24:54.333Z Downloaded pkcs1 v0.7.5
10762024-11-13T04:24:54.335Z Downloaded write16 v1.0.0
10772024-11-13T04:24:54.335Z Downloaded radix_trie v0.2.1
10782024-11-13T04:24:54.342Z Downloaded ecdsa v0.16.9
10792024-11-13T04:24:54.345Z Downloaded walkdir v2.5.0
10802024-11-13T04:24:54.345Z Downloaded signature v2.2.0
10812024-11-13T04:24:54.348Z Downloaded structmeta-derive v0.2.0
10822024-11-13T04:24:54.348Z Downloaded polyval v0.6.2
10832024-11-13T04:24:54.348Z Downloaded utf16_iter v1.0.5
10842024-11-13T04:24:54.351Z Downloaded siphasher v0.3.11
10852024-11-13T04:24:54.351Z Downloaded num_enum v0.5.11
10862024-11-13T04:24:54.354Z Downloaded num-complex v0.4.6
10872024-11-13T04:24:54.359Z Downloaded structmeta v0.2.0
10882024-11-13T04:24:54.362Z Downloaded nanorand v0.7.0
10892024-11-13T04:24:54.362Z Downloaded sqlparser_derive v0.2.2
10902024-11-13T04:24:54.362Z Downloaded sigpipe v0.1.3
10912024-11-13T04:24:54.365Z Downloaded phf v0.11.2
10922024-11-13T04:24:54.365Z Downloaded num_enum_derive v0.5.11
10932024-11-13T04:24:54.365Z Downloaded hash32 v0.3.1
10942024-11-13T04:24:54.368Z Downloaded webpki-roots v0.26.6
10952024-11-13T04:24:54.371Z Downloaded idna v1.0.3
10962024-11-13T04:24:54.373Z Downloaded zerofrom v0.1.4
10972024-11-13T04:24:54.376Z Downloaded lalrpop v0.19.12
10982024-11-13T04:24:54.386Z Downloaded mio v1.0.2
10992024-11-13T04:24:54.390Z Downloaded serde-hex v0.1.0
11002024-11-13T04:24:54.393Z Downloaded const_format_proc_macros v0.2.33
11012024-11-13T04:24:54.395Z Downloaded console v0.15.8
11022024-11-13T04:24:54.398Z Downloaded icu_provider v1.5.0
11032024-11-13T04:24:54.401Z Downloaded vergen v8.3.2
11042024-11-13T04:24:54.406Z Downloaded topological-sort v0.2.2
11052024-11-13T04:24:54.409Z Downloaded cc v1.1.30
11062024-11-13T04:24:54.409Z Downloaded spin v0.5.2
11072024-11-13T04:24:54.411Z Downloaded idna v0.2.3
11082024-11-13T04:24:54.417Z Downloaded crossterm v0.28.1
11092024-11-13T04:24:54.424Z Downloaded tungstenite v0.24.0
11102024-11-13T04:24:54.426Z Downloaded salty v0.3.0
11112024-11-13T04:24:54.433Z Downloaded ipnet v2.10.1
11122024-11-13T04:24:54.436Z Downloaded hyper-rustls v0.27.3
11132024-11-13T04:24:54.438Z Downloaded crunchy v0.2.2
11142024-11-13T04:24:54.438Z Downloaded async-bb8-diesel v0.2.1
11152024-11-13T04:24:54.441Z Downloaded bcs v0.1.6
11162024-11-13T04:24:54.444Z Downloaded base64 v0.13.1
11172024-11-13T04:24:54.447Z Downloaded slog-bunyan v2.5.0
11182024-11-13T04:24:54.447Z Downloaded cipher v0.4.4
11192024-11-13T04:24:54.449Z Downloaded maplit v1.0.2
11202024-11-13T04:24:54.449Z Downloaded csv-core v0.1.11
11212024-11-13T04:24:54.449Z Downloaded bumpalo v3.16.0
11222024-11-13T04:24:54.452Z Downloaded buf-list v1.0.3
11232024-11-13T04:24:54.455Z Downloaded bitfield v0.14.0
11242024-11-13T04:24:54.458Z Downloaded home v0.5.9
11252024-11-13T04:24:54.458Z Downloaded ciborium-io v0.2.2
11262024-11-13T04:24:54.458Z Downloaded bytes v1.8.0
11272024-11-13T04:24:54.461Z Downloaded hex v0.4.3
11282024-11-13T04:24:54.464Z Downloaded httparse v1.9.5
11292024-11-13T04:24:54.467Z Downloaded hostname v0.3.1
11302024-11-13T04:24:54.467Z Downloaded convert_case v0.4.0
11312024-11-13T04:24:54.470Z Downloaded clang-sys v1.8.1
11322024-11-13T04:24:54.470Z Downloaded bitflags v1.3.2
11332024-11-13T04:24:54.475Z Downloaded ascii-canvas v3.0.0
11342024-11-13T04:24:54.732Z Downloaded ring v0.17.8
11352024-11-13T04:24:54.802Z Downloaded aws-lc-sys v0.22.0
11362024-11-13T04:24:55.015Z Downloaded libsqlite3-sys v0.30.1
11372024-11-13T04:24:55.093Z Downloaded ring v0.16.20
11382024-11-13T04:24:55.284Z Compiling serde v1.0.215
11392024-11-13T04:24:55.286Z Compiling lock_api v0.4.12
11402024-11-13T04:24:55.286Z Compiling scopeguard v1.2.0
11412024-11-13T04:24:55.286Z Compiling value-bag v1.9.0
11422024-11-13T04:24:55.286Z Compiling typenum v1.17.0
11432024-11-13T04:24:55.286Z Compiling generic-array v0.14.7
11442024-11-13T04:24:55.453Z Compiling syn v2.0.87
11452024-11-13T04:24:55.462Z Compiling getrandom v0.2.15
11462024-11-13T04:24:55.587Z Compiling shlex v1.3.0
11472024-11-13T04:24:55.780Z Compiling rand_core v0.6.4
11482024-11-13T04:24:55.897Z Compiling log v0.4.22
11492024-11-13T04:24:56.000Z Compiling subtle v2.6.1
11502024-11-13T04:24:56.000Z Compiling jobserver v0.1.32
11512024-11-13T04:24:56.047Z Compiling smallvec v1.13.2
11522024-11-13T04:24:56.297Z Compiling const-oid v0.9.6
11532024-11-13T04:24:56.339Z Compiling spin v0.9.8
11542024-11-13T04:24:56.342Z Compiling pin-project-lite v0.2.14
11552024-11-13T04:24:56.477Z Compiling cc v1.1.30
11562024-11-13T04:24:56.509Z Compiling rustix v0.38.37
11572024-11-13T04:24:56.705Z Compiling parking_lot_core v0.9.10
11582024-11-13T04:24:56.774Z Compiling futures-core v0.3.31
11592024-11-13T04:24:56.897Z Compiling signal-hook-registry v1.4.2
11602024-11-13T04:24:57.011Z Compiling mio v1.0.2
11612024-11-13T04:24:57.387Z Compiling aho-corasick v1.1.3
11622024-11-13T04:24:57.740Z Compiling parking_lot v0.12.3
11632024-11-13T04:24:57.976Z Compiling either v1.13.0
11642024-11-13T04:24:58.295Z Compiling cpufeatures v0.2.14
11652024-11-13T04:24:58.340Z Compiling regex-syntax v0.8.5
11662024-11-13T04:24:58.393Z Compiling lazy_static v1.5.0
11672024-11-13T04:24:58.411Z Compiling stable_deref_trait v1.2.0
11682024-11-13T04:24:58.441Z Compiling futures-sink v0.3.31
11692024-11-13T04:24:58.511Z Compiling glob v0.3.1
11702024-11-13T04:24:58.530Z Compiling socket2 v0.5.7
11712024-11-13T04:24:58.586Z Compiling slab v0.4.9
11722024-11-13T04:24:58.722Z Compiling prettyplease v0.2.25
11732024-11-13T04:24:59.050Z Compiling minimal-lexical v0.2.1
11742024-11-13T04:24:59.460Z Compiling libloading v0.8.5
11752024-11-13T04:24:59.672Z Compiling clang-sys v1.8.1
11762024-11-13T04:24:59.782Z Compiling nom v7.1.3
11772024-11-13T04:24:59.782Z Compiling serde_json v1.0.132
11782024-11-13T04:24:59.878Z Compiling home v0.5.9
11792024-11-13T04:24:59.944Z Compiling bindgen v0.69.5
11802024-11-13T04:25:00.104Z Compiling futures-channel v0.3.31
11812024-11-13T04:25:00.558Z Compiling itertools v0.12.1
11822024-11-13T04:25:00.745Z Compiling allocator-api2 v0.2.18
11832024-11-13T04:25:01.028Z Compiling futures-io v0.3.31
11842024-11-13T04:25:01.384Z Compiling futures-task v0.3.31
11852024-11-13T04:25:01.596Z Compiling foldhash v0.1.3
11862024-11-13T04:25:01.657Z Compiling pin-utils v0.1.0
11872024-11-13T04:25:01.800Z Compiling rustc-hash v1.1.0
11882024-11-13T04:25:02.002Z Compiling lazycell v1.3.0
11892024-11-13T04:25:02.032Z Compiling hashbrown v0.15.0
11902024-11-13T04:25:02.164Z Compiling regex-automata v0.4.8
11912024-11-13T04:25:03.324Z Compiling synstructure v0.13.1
11922024-11-13T04:25:03.408Z Compiling cexpr v0.6.0
11932024-11-13T04:25:03.771Z Compiling cmake v0.1.51
11942024-11-13T04:25:04.817Z Compiling dunce v1.0.5
11952024-11-13T04:25:04.951Z Compiling pkg-config v0.3.31
11962024-11-13T04:25:05.003Z Compiling libm v0.2.8
11972024-11-13T04:25:05.195Z Compiling tinyvec_macros v0.1.1
11982024-11-13T04:25:05.287Z Compiling fs_extra v1.3.0
11992024-11-13T04:25:05.341Z Compiling tinyvec v1.8.0
12002024-11-13T04:25:05.452Z Compiling num-traits v0.2.19
12012024-11-13T04:25:05.964Z Compiling ring v0.17.8
12022024-11-13T04:25:06.458Z Compiling unicode-bidi v0.3.17
12032024-11-13T04:25:06.697Z Compiling paste v1.0.15
12042024-11-13T04:25:06.882Z Compiling unicode-normalization v0.1.24
12052024-11-13T04:25:07.124Z Compiling litemap v0.7.3
12062024-11-13T04:25:07.189Z Compiling base64ct v1.6.0
12072024-11-13T04:25:07.254Z Compiling writeable v0.5.5
12082024-11-13T04:25:07.797Z Compiling regex v1.11.1
12092024-11-13T04:25:07.856Z Compiling pem-rfc7468 v0.7.0
12102024-11-13T04:25:07.989Z Compiling flagset v0.4.6
12112024-11-13T04:25:08.190Z Compiling aws-lc-rs v1.10.0
12122024-11-13T04:25:08.488Z Compiling httparse v1.9.5
12132024-11-13T04:25:08.894Z Compiling tracing-core v0.1.32
12142024-11-13T04:25:09.302Z Compiling percent-encoding v2.3.1
12152024-11-13T04:25:09.626Z Compiling icu_locid_transform_data v1.5.0
12162024-11-13T04:25:09.645Z Compiling crossbeam-utils v0.8.20
12172024-11-13T04:25:09.680Z Compiling rustls-pki-types v1.9.0
12182024-11-13T04:25:10.025Z Compiling serde_derive v1.0.215
12192024-11-13T04:25:10.205Z Compiling zeroize_derive v1.4.2
12202024-11-13T04:25:10.244Z Compiling zerocopy-derive v0.7.35
12212024-11-13T04:25:10.405Z Compiling tokio-macros v2.4.0
12222024-11-13T04:25:10.777Z Compiling zerofrom-derive v0.1.4
12232024-11-13T04:25:11.729Z Compiling zeroize v1.8.1
12242024-11-13T04:25:11.863Z Compiling thiserror-impl v1.0.69
12252024-11-13T04:25:12.326Z Compiling yoke-derive v0.7.4
12262024-11-13T04:25:12.366Z Compiling zerocopy v0.7.35
12272024-11-13T04:25:13.624Z Compiling crypto-common v0.1.6
12282024-11-13T04:25:13.831Z Compiling block-buffer v0.10.4
12292024-11-13T04:25:13.977Z Compiling futures-macro v0.3.31
12302024-11-13T04:25:14.097Z Compiling digest v0.10.7
12312024-11-13T04:25:14.574Z Compiling hmac v0.12.1
12322024-11-13T04:25:14.649Z Compiling zerovec-derive v0.10.3
12332024-11-13T04:25:14.813Z Compiling block-padding v0.3.3
12342024-11-13T04:25:14.922Z Compiling zerofrom v0.1.4
12352024-11-13T04:25:15.026Z Compiling displaydoc v0.2.5
12362024-11-13T04:25:15.138Z Compiling inout v0.1.3
12372024-11-13T04:25:15.219Z Compiling thiserror v1.0.69
12382024-11-13T04:25:15.354Z Compiling sha2 v0.10.8
12392024-11-13T04:25:15.374Z Compiling yoke v0.7.4
12402024-11-13T04:25:15.424Z Compiling cipher v0.4.4
12412024-11-13T04:25:15.746Z Compiling ppv-lite86 v0.2.20
12422024-11-13T04:25:15.861Z Compiling futures-util v0.3.31
12432024-11-13T04:25:15.927Z Compiling der_derive v0.7.3
12442024-11-13T04:25:16.571Z Compiling icu_provider_macros v1.5.0
12452024-11-13T04:25:16.686Z Compiling rand_chacha v0.3.1
12462024-11-13T04:25:17.135Z Compiling zerovec v0.10.4
12472024-11-13T04:25:17.630Z Compiling tracing-attributes v0.1.27
12482024-11-13T04:25:18.439Z Compiling der v0.7.9
12492024-11-13T04:25:18.726Z Compiling rand v0.8.5
12502024-11-13T04:25:18.953Z Compiling tinystr v0.7.6
12512024-11-13T04:25:18.972Z Compiling icu_collections v1.5.0
12522024-11-13T04:25:19.397Z Compiling icu_locid v1.5.0
12532024-11-13T04:25:19.420Z Compiling salsa20 v0.10.2
12542024-11-13T04:25:19.662Z Compiling pest v2.7.14
12552024-11-13T04:25:20.425Z Compiling pbkdf2 v0.12.2
12562024-11-13T04:25:20.606Z Compiling spki v0.7.3
12572024-11-13T04:25:20.866Z Compiling icu_provider v1.5.0
12582024-11-13T04:25:21.002Z Compiling untrusted v0.7.1
12592024-11-13T04:25:21.178Z Compiling icu_properties_data v1.5.0
12602024-11-13T04:25:21.428Z Compiling time-core v0.1.2
12612024-11-13T04:25:21.488Z Compiling tracing v0.1.40
12622024-11-13T04:25:21.608Z Compiling icu_locid_transform v1.5.0
12632024-11-13T04:25:21.821Z Compiling vcpkg v0.2.15
12642024-11-13T04:25:21.841Z Compiling num-conv v0.1.0
12652024-11-13T04:25:21.949Z Compiling mirai-annotations v1.12.0
12662024-11-13T04:25:21.969Z Compiling powerfmt v0.2.0
12672024-11-13T04:25:21.994Z Compiling untrusted v0.9.0
12682024-11-13T04:25:22.127Z Compiling time-macros v0.2.18
12692024-11-13T04:25:22.368Z Compiling deranged v0.3.11
12702024-11-13T04:25:22.703Z Compiling pest_meta v2.7.14
12712024-11-13T04:25:23.530Z Compiling icu_properties v1.5.1
12722024-11-13T04:25:24.020Z Compiling bitflags v2.6.0
12732024-11-13T04:25:24.133Z Compiling bytes v1.8.0
12742024-11-13T04:25:24.471Z Compiling indexmap v2.6.0
12752024-11-13T04:25:25.462Z Compiling tokio v1.40.0
12762024-11-13T04:25:25.508Z Compiling http v1.1.0
12772024-11-13T04:25:25.986Z Compiling semver v1.0.23
12782024-11-13T04:25:26.019Z Compiling openssl-sys v0.9.104
12792024-11-13T04:25:26.764Z Compiling rustc_version v0.4.1
12802024-11-13T04:25:27.132Z Compiling scrypt v0.11.0
12812024-11-13T04:25:27.575Z Compiling aes v0.8.4
12822024-11-13T04:25:27.577Z Compiling cbc v0.1.2
12832024-11-13T04:25:27.713Z Compiling scroll_derive v0.12.0
12842024-11-13T04:25:27.807Z Compiling icu_normalizer_data v1.5.0
12852024-11-13T04:25:27.858Z Compiling num_threads v0.1.7
12862024-11-13T04:25:27.941Z Compiling utf16_iter v1.0.5
12872024-11-13T04:25:27.960Z Compiling utf8_iter v1.0.4
12882024-11-13T04:25:27.987Z Compiling write16 v1.0.0
12892024-11-13T04:25:28.121Z Compiling atomic-waker v1.1.2
12902024-11-13T04:25:28.158Z Compiling icu_normalizer v1.5.0
12912024-11-13T04:25:28.198Z Compiling time v0.3.36
12922024-11-13T04:25:28.312Z Compiling which v4.4.2
12932024-11-13T04:25:28.935Z Compiling pkcs5 v0.7.1
12942024-11-13T04:25:29.286Z Compiling scroll v0.12.0
12952024-11-13T04:25:29.673Z Compiling http-body v1.0.1
12962024-11-13T04:25:29.823Z Compiling pest_generator v2.7.14
12972024-11-13T04:25:29.908Z Compiling form_urlencoded v1.2.1
12982024-11-13T04:25:30.168Z Compiling slog v2.7.0
12992024-11-13T04:25:30.203Z Compiling try-lock v0.2.5
13002024-11-13T04:25:30.230Z Compiling goblin v0.8.2
13012024-11-13T04:25:30.344Z Compiling want v0.3.1
13022024-11-13T04:25:30.397Z Compiling pkcs8 v0.10.2
13032024-11-13T04:25:30.641Z Compiling idna_adapter v1.2.0
13042024-11-13T04:25:30.737Z Compiling httpdate v1.0.3
13052024-11-13T04:25:30.858Z Compiling idna v1.0.3
13062024-11-13T04:25:31.212Z Compiling serde_spanned v0.6.8
13072024-11-13T04:25:31.453Z Compiling serde_tokenstream v0.2.2
13082024-11-13T04:25:31.913Z Compiling toml_datetime v0.6.8
13092024-11-13T04:25:31.916Z Compiling pest_derive v2.7.14
13102024-11-13T04:25:32.077Z Compiling uuid v1.10.0
13112024-11-13T04:25:32.417Z Compiling tower-service v0.3.3
13122024-11-13T04:25:32.551Z Compiling match_cfg v0.1.0
13132024-11-13T04:25:32.646Z Compiling rustversion v1.0.17
13142024-11-13T04:25:32.669Z Compiling openssl v0.10.68
13152024-11-13T04:25:32.709Z Compiling dtrace-parser v0.2.0
13162024-11-13T04:25:33.099Z Compiling foreign-types-shared v0.1.1
13172024-11-13T04:25:33.222Z Compiling base64 v0.22.1
13182024-11-13T04:25:33.383Z Compiling adler2 v2.0.0
13192024-11-13T04:25:33.429Z Compiling iana-time-zone v0.1.61
13202024-11-13T04:25:33.563Z Compiling miniz_oxide v0.8.0
13212024-11-13T04:25:33.668Z Compiling chrono v0.4.38
13222024-11-13T04:25:33.882Z Compiling tokio-util v0.7.12
13232024-11-13T04:25:33.942Z Compiling foreign-types v0.3.2
13242024-11-13T04:25:34.069Z Compiling hostname v0.3.1
13252024-11-13T04:25:34.336Z Compiling url v2.5.3
13262024-11-13T04:25:34.958Z Compiling h2 v0.4.6
13272024-11-13T04:25:35.302Z Compiling openssl-macros v0.1.1
13282024-11-13T04:25:36.054Z Compiling dof v0.3.0
13292024-11-13T04:25:36.395Z Compiling async-trait v0.1.83
13302024-11-13T04:25:36.471Z Compiling dirs-sys-next v0.1.2
13312024-11-13T04:25:37.137Z Compiling usdt-impl v0.5.0
13322024-11-13T04:25:37.445Z Compiling native-tls v0.2.12
13332024-11-13T04:25:37.776Z Compiling siphasher v0.3.11
13342024-11-13T04:25:38.215Z Compiling rustls v0.22.4
13352024-11-13T04:25:38.266Z Compiling syn v1.0.109
13362024-11-13T04:25:38.490Z Compiling data-encoding v2.6.0
13372024-11-13T04:25:38.763Z Compiling rustls v0.23.14
13382024-11-13T04:25:39.028Z Compiling dirs-next v2.0.0
13392024-11-13T04:25:39.228Z Compiling http-body-util v0.1.2
13402024-11-13T04:25:39.763Z Compiling heapless v0.7.17
13412024-11-13T04:25:40.204Z Compiling crossbeam-epoch v0.9.18
13422024-11-13T04:25:40.620Z Compiling signature v2.2.0
13432024-11-13T04:25:40.643Z Compiling sha1 v0.10.6
13442024-11-13T04:25:40.906Z Compiling bzip2-sys v0.1.11+1.0.8
13452024-11-13T04:25:40.927Z Compiling serde_derive_internals v0.29.1
13462024-11-13T04:25:40.945Z Compiling thread_local v1.1.8
13472024-11-13T04:25:41.047Z Compiling encoding_rs v0.8.34
13482024-11-13T04:25:41.067Z Compiling cookie v0.18.1
13492024-11-13T04:25:41.339Z Compiling multer v3.1.0
13502024-11-13T04:25:41.390Z Compiling ipnet v2.10.1
13512024-11-13T04:25:41.461Z Compiling signal-hook v0.3.17
13522024-11-13T04:25:41.607Z Compiling rayon-core v1.12.1
13532024-11-13T04:25:41.740Z Compiling gimli v0.31.1
13542024-11-13T04:25:41.876Z Compiling hyper v1.4.1
13552024-11-13T04:25:42.631Z Compiling schemars v0.8.21
13562024-11-13T04:25:43.032Z Compiling slog-async v2.8.0
13572024-11-13T04:25:43.576Z Compiling mime v0.3.17
13582024-11-13T04:25:43.743Z Compiling unicode-properties v0.1.3
13592024-11-13T04:25:44.144Z Compiling openssl-probe v0.1.5
13602024-11-13T04:25:44.165Z Compiling stringprep v0.1.5
13612024-11-13T04:25:44.506Z Compiling hyper-util v0.1.10
13622024-11-13T04:25:45.460Z Compiling schemars_derive v0.8.21
13632024-11-13T04:25:45.766Z Compiling toml_edit v0.22.22
13642024-11-13T04:25:46.225Z Compiling usdt-macro v0.5.0
13652024-11-13T04:25:47.031Z Compiling addr2line v0.24.2
13662024-11-13T04:25:47.652Z Compiling usdt-attr-macro v0.5.0
13672024-11-13T04:25:47.676Z Compiling crossbeam-deque v0.8.5
13682024-11-13T04:25:47.718Z Compiling term v0.7.0
13692024-11-13T04:25:47.796Z Compiling slog-json v2.6.1
13702024-11-13T04:25:48.033Z Compiling serde_urlencoded v0.7.1
13712024-11-13T04:25:48.202Z Compiling curve25519-dalek v4.1.3
13722024-11-13T04:25:48.557Z Compiling crossbeam-channel v0.5.13
13732024-11-13T04:25:48.680Z Compiling enum-as-inner v0.6.1
13742024-11-13T04:25:48.811Z Compiling futures-executor v0.3.31
13752024-11-13T04:25:49.250Z Compiling md-5 v0.10.6
13762024-11-13T04:25:49.294Z Compiling rustls-pemfile v2.2.0
13772024-11-13T04:25:49.385Z Compiling async-stream-impl v0.3.6
13782024-11-13T04:25:49.517Z Compiling num-integer v0.1.46
13792024-11-13T04:25:49.639Z Compiling idna v0.3.0
13802024-11-13T04:25:49.643Z Compiling idna v0.4.0
13812024-11-13T04:25:49.706Z Compiling hash32 v0.2.1
13822024-11-13T04:25:50.098Z Compiling ff v0.13.0
13832024-11-13T04:25:50.320Z Compiling is-terminal v0.4.13
13842024-11-13T04:25:50.340Z Compiling object v0.36.5
13852024-11-13T04:25:50.458Z Compiling dropshot v0.12.0
13862024-11-13T04:25:50.754Z Compiling base16ct v0.2.0
13872024-11-13T04:25:50.802Z Compiling rustc-demangle v0.1.24
13882024-11-13T04:25:51.077Z Compiling portable-atomic v1.9.0
13892024-11-13T04:25:51.311Z Compiling linked-hash-map v0.5.6
13902024-11-13T04:25:51.358Z Compiling anyhow v1.0.93
13912024-11-13T04:25:51.705Z Compiling dyn-clone v1.0.17
13922024-11-13T04:25:51.784Z Compiling smoltcp v0.9.1
13932024-11-13T04:25:51.935Z Compiling fallible-iterator v0.2.0
13942024-11-13T04:25:51.997Z Compiling utf-8 v0.7.6
13952024-11-13T04:25:52.148Z Compiling num-bigint-dig v0.8.4
13962024-11-13T04:25:52.317Z Compiling psl-types v2.0.11
13972024-11-13T04:25:52.435Z Compiling take_mut v0.2.2
13982024-11-13T04:25:52.501Z Compiling quick-error v1.2.3
13992024-11-13T04:25:52.555Z Compiling publicsuffix v2.2.3
14002024-11-13T04:25:52.614Z Compiling postgres-protocol v0.6.7
14012024-11-13T04:25:52.667Z Compiling resolv-conf v0.7.0
14022024-11-13T04:25:52.892Z Compiling tungstenite v0.24.0
14032024-11-13T04:25:53.972Z Compiling lru-cache v0.1.2
14042024-11-13T04:25:53.997Z Compiling sec1 v0.7.3
14052024-11-13T04:25:54.041Z Compiling async-stream v0.3.6
14062024-11-13T04:25:54.247Z Compiling hickory-proto v0.24.1
14072024-11-13T04:25:54.354Z Compiling slog-term v2.9.1
14082024-11-13T04:25:54.581Z Compiling usdt v0.5.0
14092024-11-13T04:25:55.124Z Compiling group v0.13.0
14102024-11-13T04:25:55.276Z Compiling num-iter v0.1.45
14112024-11-13T04:25:55.481Z Compiling futures v0.3.31
14122024-11-13T04:25:55.611Z Compiling toml v0.8.19
14132024-11-13T04:25:55.740Z Compiling slog-bunyan v2.5.0
14142024-11-13T04:25:57.752Z Compiling backtrace v0.3.74
14152024-11-13T04:25:57.988Z Compiling camino v1.1.9
14162024-11-13T04:25:58.431Z Compiling tokio-native-tls v0.3.1
14172024-11-13T04:25:58.473Z Compiling phf_shared v0.11.2
14182024-11-13T04:25:58.712Z Compiling dropshot_endpoint v0.12.0
14192024-11-13T04:25:58.830Z Compiling waitgroup v0.1.2
14202024-11-13T04:25:58.876Z Compiling terminal_size v0.4.0
14212024-11-13T04:25:58.965Z Compiling openapiv3 v2.0.0
14222024-11-13T04:25:59.051Z Compiling serde_path_to_error v0.1.16
14232024-11-13T04:25:59.098Z Compiling hkdf v0.12.4
14242024-11-13T04:25:59.348Z Compiling crypto-bigint v0.5.5
14252024-11-13T04:25:59.944Z Compiling webpki-roots v0.26.6
14262024-11-13T04:26:00.162Z Compiling curve25519-dalek-derive v0.1.1
14272024-11-13T04:26:01.553Z Compiling zerocopy-derive v0.6.6
14282024-11-13T04:26:01.766Z Compiling idna v0.5.0
14292024-11-13T04:26:01.915Z Compiling hubpack_derive v0.1.1
14302024-11-13T04:26:02.841Z Compiling hostname v0.4.0
14312024-11-13T04:26:03.118Z Compiling crc32fast v1.4.2
14322024-11-13T04:26:03.424Z Compiling ahash v0.8.11
14332024-11-13T04:26:03.427Z Compiling fs-err v2.11.0
14342024-11-13T04:26:03.483Z Compiling debug-ignore v1.0.5
14352024-11-13T04:26:03.510Z Compiling winnow v0.5.40
14362024-11-13T04:26:03.626Z Compiling bitflags v1.3.2
14372024-11-13T04:26:03.698Z Compiling managed v0.8.0
14382024-11-13T04:26:03.800Z Compiling zerocopy v0.6.6
14392024-11-13T04:26:03.845Z Compiling console v0.15.8
14402024-11-13T04:26:03.880Z Compiling strum_macros v0.25.3
14412024-11-13T04:26:04.715Z Compiling clap_builder v4.5.20
14422024-11-13T04:26:04.752Z Compiling flate2 v1.0.34
14432024-11-13T04:26:05.483Z Compiling hubpack v0.1.2
14442024-11-13T04:26:05.538Z Compiling cookie_store v0.21.0
14452024-11-13T04:26:05.796Z Compiling elliptic-curve v0.13.8
14462024-11-13T04:26:06.329Z Compiling hickory-resolver v0.24.1
14472024-11-13T04:26:06.599Z Compiling phf v0.11.2
14482024-11-13T04:26:06.906Z Compiling hyper-tls v0.6.0
14492024-11-13T04:26:07.148Z Compiling toml_edit v0.19.15
14502024-11-13T04:26:07.352Z Compiling signal-hook-mio v0.2.4
14512024-11-13T04:26:07.511Z Compiling bzip2 v0.4.4
14522024-11-13T04:26:07.964Z Compiling rayon v1.10.0
14532024-11-13T04:26:08.214Z Compiling tokio-tungstenite v0.24.0
14542024-11-13T04:26:10.152Z Compiling postgres-types v0.2.8
14552024-11-13T04:26:11.717Z Compiling ed25519 v2.2.3
14562024-11-13T04:26:12.916Z Compiling phf_shared v0.10.0
14572024-11-13T04:26:13.160Z Compiling tokio-stream v0.1.16
14582024-11-13T04:26:13.343Z Compiling pkcs1 v0.7.5
14592024-11-13T04:26:13.618Z Compiling serde-big-array v0.5.1
14602024-11-13T04:26:13.866Z Compiling clap_derive v4.5.18
14612024-11-13T04:26:14.059Z Compiling rfc6979 v0.4.0
14622024-11-13T04:26:14.230Z Compiling serde_repr v0.1.19
14632024-11-13T04:26:14.262Z Compiling derive-where v1.2.7
14642024-11-13T04:26:14.282Z Compiling float-cmp v0.9.0
14652024-11-13T04:26:14.355Z Compiling bstr v1.10.0
14662024-11-13T04:26:14.518Z Compiling sync_wrapper v1.0.1
14672024-11-13T04:26:14.676Z Compiling fixedbitset v0.4.2
14682024-11-13T04:26:15.158Z Compiling difflib v0.4.0
14692024-11-13T04:26:15.234Z Compiling predicates-core v1.0.8
14702024-11-13T04:26:15.430Z Compiling static_assertions v1.1.0
14712024-11-13T04:26:15.536Z Compiling number_prefix v0.4.0
14722024-11-13T04:26:15.610Z Compiling whoami v1.5.2
14732024-11-13T04:26:15.761Z Compiling precomputed-hash v0.1.1
14742024-11-13T04:26:15.881Z Compiling new_debug_unreachable v1.0.6
14752024-11-13T04:26:15.982Z Compiling normalize-line-endings v0.3.0
14762024-11-13T04:26:16.117Z Compiling unicode-segmentation v1.12.0
14772024-11-13T04:26:16.194Z Compiling bit-vec v0.6.3
14782024-11-13T04:26:16.241Z Compiling predicates v3.1.2
14792024-11-13T04:26:16.669Z Compiling bit-set v0.5.3
14802024-11-13T04:26:16.788Z Compiling similar v2.6.0
14812024-11-13T04:26:16.967Z Compiling string_cache v0.8.7
14822024-11-13T04:26:16.992Z Compiling tokio-postgres v0.7.12
14832024-11-13T04:26:17.453Z Compiling indicatif v0.17.8
14842024-11-13T04:26:17.809Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14852024-11-13T04:26:18.071Z Compiling petgraph v0.6.5
14862024-11-13T04:26:19.016Z Compiling clap v4.5.20
14872024-11-13T04:26:19.146Z Compiling ecdsa v0.16.9
14882024-11-13T04:26:19.296Z Compiling rsa v0.9.6
14892024-11-13T04:26:19.646Z Compiling ed25519-dalek v2.1.1
14902024-11-13T04:26:20.020Z Compiling toml v0.7.8
14912024-11-13T04:26:20.965Z Compiling zip v0.6.6
14922024-11-13T04:26:21.818Z Compiling crossterm v0.28.1
14932024-11-13T04:26:22.576Z Compiling hex v0.4.3
14942024-11-13T04:26:22.789Z Compiling x509-cert v0.2.5
14952024-11-13T04:26:23.042Z Compiling itertools v0.10.5
14962024-11-13T04:26:23.109Z Compiling lalrpop-util v0.19.12
14972024-11-13T04:26:23.241Z Compiling unicode-xid v0.2.6
14982024-11-13T04:26:23.419Z Compiling peg-runtime v0.8.3
14992024-11-13T04:26:23.438Z Compiling strum_macros v0.26.4
15002024-11-13T04:26:24.116Z Compiling xattr v1.3.1
15012024-11-13T04:26:24.396Z Compiling filetime v0.2.25
15022024-11-13T04:26:24.708Z Compiling tar v0.4.43
15032024-11-13T04:26:28.438Z Compiling strum v0.26.3
15042024-11-13T04:26:31.391Z Compiling aws-lc-sys v0.22.0
15052024-11-13T04:27:03.773Z Compiling rustls-webpki v0.102.8
15062024-11-13T04:27:07.115Z Compiling tokio-rustls v0.25.0
15072024-11-13T04:27:08.645Z Compiling tokio-rustls v0.26.0
15082024-11-13T04:27:09.044Z Compiling hyper-rustls v0.27.3
15092024-11-13T04:27:09.430Z Compiling reqwest v0.12.9
15102024-11-13T04:27:10.849Z Compiling qorb v0.2.0
15112024-11-13T04:27:15.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15122024-11-13T04:27:15.757Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15132024-11-13T04:27:21.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
15142024-11-13T04:27:21.731Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15152024-11-13T04:27:21.803ZNov 13 04:27:20.223 INFO Starting download, target: Cockroach
15162024-11-13T04:27:21.803ZNov 13 04:27:20.223 INFO Starting download, target: Console
15172024-11-13T04:27:21.803ZNov 13 04:27:20.223 INFO Starting download, target: Clickhouse
15182024-11-13T04:27:21.803ZNov 13 04:27:20.223 INFO Starting download, target: DendriteOpenapi
15192024-11-13T04:27:21.803ZNov 13 04:27:20.223 INFO Starting download, target: DendriteStub
15202024-11-13T04:27:21.803ZNov 13 04:27:20.223 INFO Starting download, target: MaghemiteMgd
15212024-11-13T04:27:21.803ZNov 13 04:27:20.223 INFO Starting download, target: TransceiverControl
15222024-11-13T04:27:21.893ZNov 13 04:27:20.224 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15232024-11-13T04:27:21.894ZNov 13 04:27:20.224 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15242024-11-13T04:27:21.894ZNov 13 04:27:20.224 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15252024-11-13T04:27:21.894ZNov 13 04:27:20.224 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15262024-11-13T04:27:21.894ZNov 13 04:27:20.224 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15272024-11-13T04:27:21.894ZNov 13 04:27:20.224 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15282024-11-13T04:27:21.894ZNov 13 04:27:20.224 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15292024-11-13T04:27:22.363ZNov 13 04:27:20.763 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15302024-11-13T04:27:22.629ZNov 13 04:27:20.979 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15312024-11-13T04:27:22.907ZNov 13 04:27:21.053 INFO Download complete, target: Console
15322024-11-13T04:27:23.061ZNov 13 04:27:21.311 INFO Download complete, target: DendriteOpenapi
15332024-11-13T04:27:23.183ZNov 13 04:27:21.580 INFO Download complete, target: TransceiverControl
15342024-11-13T04:27:23.772ZNov 13 04:27:22.115 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15352024-11-13T04:27:24.304ZNov 13 04:27:22.651 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15362024-11-13T04:27:24.461ZNov 13 04:27:22.668 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15372024-11-13T04:27:25.784ZNov 13 04:27:24.207 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15382024-11-13T04:27:25.785ZNov 13 04:27:24.207 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15392024-11-13T04:27:26.949ZNov 13 04:27:25.402 INFO Download complete, target: DendriteStub
15402024-11-13T04:27:27.076ZNov 13 04:27:25.529 INFO Download complete, target: MaghemiteMgd
15412024-11-13T04:27:32.829ZNov 13 04:27:31.281 INFO Checking that binary works, target: Cockroach
15422024-11-13T04:27:32.984ZNov 13 04:27:31.437 INFO Download complete, target: Cockroach
15432024-11-13T04:27:36.044ZNov 13 04:27:34.496 INFO Checking that binary works, target: Clickhouse
15442024-11-13T04:27:36.667ZNov 13 04:27:35.119 INFO Download complete, target: Clickhouse
15452024-11-13T04:27:36.674ZAll prerequisites installed successfully
15462024-11-13T04:27:36.676Z
15472024-11-13T04:27:36.676Zreal 5:58.002479175
15482024-11-13T04:27:36.676Zuser 16:25.099331608
15492024-11-13T04:27:36.676Zsys 3:13.711619215
15502024-11-13T04:27:36.676Ztrap 0.535608880
15512024-11-13T04:27:36.676Ztflt 5.570451480
15522024-11-13T04:27:36.676Zdflt 5.697100467
15532024-11-13T04:27:36.676Zkflt 0.380930122
15542024-11-13T04:27:36.676Zlock 29:37.060258124
15552024-11-13T04:27:36.676Zslp 1:04:18.870439206
15562024-11-13T04:27:36.676Zlat 55.371889717
15572024-11-13T04:27:36.676Zstop 2:16.232094322
15582024-11-13T04:27:36.676Z+ ptime -m cargo xtask download softnpu
15592024-11-13T04:27:37.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15602024-11-13T04:27:37.236Z Running `target/debug/xtask download softnpu`
15612024-11-13T04:27:38.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15622024-11-13T04:27:38.090Z Running `target/debug/xtask-downloader softnpu`
15632024-11-13T04:27:38.125ZNov 13 04:27:36.573 INFO Starting download, target: Softnpu
15642024-11-13T04:27:38.135ZNov 13 04:27:36.574 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15652024-11-13T04:27:39.037ZNov 13 04:27:37.488 INFO Download complete, target: Softnpu
15662024-11-13T04:27:39.041Z
15672024-11-13T04:27:39.041Zreal 2.358780618
15682024-11-13T04:27:39.041Zuser 1.285418613
15692024-11-13T04:27:39.042Zsys 0.535469582
15702024-11-13T04:27:39.042Ztrap 0.000901676
15712024-11-13T04:27:39.042Ztflt 0.000005459
15722024-11-13T04:27:39.042Zdflt 0.000042716
15732024-11-13T04:27:39.042Zkflt 0.000000000
15742024-11-13T04:27:39.042Zlock 9.153390198
15752024-11-13T04:27:39.042Zslp 0.684858927
15762024-11-13T04:27:39.042Zlat 0.075675931
15772024-11-13T04:27:39.042Zstop 0.000165519
15782024-11-13T04:27:39.048Z+ export CARGO_INCREMENTAL=0
15792024-11-13T04:27:39.048Z+ CARGO_INCREMENTAL=0
15802024-11-13T04:27:39.048Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15812024-11-13T04:27:39.987Z Compiling proc-macro2 v1.0.89
15822024-11-13T04:27:39.987Z Compiling unicode-ident v1.0.13
15832024-11-13T04:27:39.988Z Compiling libc v0.2.162
15842024-11-13T04:27:39.991Z Compiling serde v1.0.215
15852024-11-13T04:27:39.991Z Compiling autocfg v1.4.0
15862024-11-13T04:27:39.991Z Compiling version_check v0.9.5
15872024-11-13T04:27:39.991Z Compiling cfg-if v1.0.0
15882024-11-13T04:27:40.262Z Compiling memchr v2.7.4
15892024-11-13T04:27:40.290Z Compiling shlex v1.3.0
15902024-11-13T04:27:40.308Z Compiling typenum v1.17.0
15912024-11-13T04:27:40.647Z Compiling value-bag v1.9.0
15922024-11-13T04:27:40.826Z Compiling generic-array v0.14.7
15932024-11-13T04:27:41.016Z Compiling lock_api v0.4.12
15942024-11-13T04:27:41.094Z Compiling log v0.4.22
15952024-11-13T04:27:41.180Z Compiling scopeguard v1.2.0
15962024-11-13T04:27:41.334Z Compiling parking_lot_core v0.9.10
15972024-11-13T04:27:41.680Z Compiling serde_json v1.0.132
15982024-11-13T04:27:41.741Z Compiling quote v1.0.37
15992024-11-13T04:27:41.918Z Compiling once_cell v1.20.2
16002024-11-13T04:27:41.945Z Compiling rustix v0.38.37
16012024-11-13T04:27:41.977Z Compiling thiserror v1.0.69
16022024-11-13T04:27:42.268Z Compiling syn v2.0.87
16032024-11-13T04:27:42.306Z Compiling jobserver v0.1.32
16042024-11-13T04:27:42.367Z Compiling getrandom v0.2.15
16052024-11-13T04:27:42.506Z Compiling libm v0.2.8
16062024-11-13T04:27:42.553Z Compiling num-traits v0.2.19
16072024-11-13T04:27:42.701Z Compiling cc v1.1.30
16082024-11-13T04:27:42.718Z Compiling itoa v1.0.11
16092024-11-13T04:27:42.771Z Compiling spin v0.9.8
16102024-11-13T04:27:42.826Z Compiling aho-corasick v1.1.3
16112024-11-13T04:27:42.828Z Compiling regex-syntax v0.8.5
16122024-11-13T04:27:43.044Z Compiling slab v0.4.9
16132024-11-13T04:27:43.351Z Compiling byteorder v1.5.0
16142024-11-13T04:27:43.373Z Compiling rand_core v0.6.4
16152024-11-13T04:27:43.776Z Compiling errno v0.3.9
16162024-11-13T04:27:43.873Z Compiling either v1.13.0
16172024-11-13T04:27:43.920Z Compiling lazy_static v1.5.0
16182024-11-13T04:27:44.260Z Compiling glob v0.3.1
16192024-11-13T04:27:45.119Z Compiling clang-sys v1.8.1
16202024-11-13T04:27:45.290Z Compiling prettyplease v0.2.25
16212024-11-13T04:27:45.340Z Compiling minimal-lexical v0.2.1
16222024-11-13T04:27:45.643Z Compiling subtle v2.6.1
16232024-11-13T04:27:45.791Z Compiling allocator-api2 v0.2.18
16242024-11-13T04:27:45.820Z Compiling nom v7.1.3
16252024-11-13T04:27:45.917Z Compiling libloading v0.8.5
16262024-11-13T04:27:46.017Z Compiling bindgen v0.69.5
16272024-11-13T04:27:46.128Z Compiling home v0.5.9
16282024-11-13T04:27:46.442Z Compiling regex-automata v0.4.8
16292024-11-13T04:27:46.594Z Compiling itertools v0.12.1
16302024-11-13T04:27:46.596Z Compiling rustc-hash v1.1.0
16312024-11-13T04:27:46.758Z Compiling lazycell v1.3.0
16322024-11-13T04:27:46.931Z Compiling smallvec v1.13.2
16332024-11-13T04:27:47.152Z Compiling cmake v0.1.51
16342024-11-13T04:27:47.658Z Compiling fs_extra v1.3.0
16352024-11-13T04:27:47.984Z Compiling dunce v1.0.5
16362024-11-13T04:27:48.109Z Compiling semver v1.0.23
16372024-11-13T04:27:48.621Z Compiling pkg-config v0.3.31
16382024-11-13T04:27:49.276Z Compiling cexpr v0.6.0
16392024-11-13T04:27:49.628Z Compiling ring v0.17.8
16402024-11-13T04:27:49.721Z Compiling pin-project-lite v0.2.14
16412024-11-13T04:27:49.810Z Compiling synstructure v0.13.1
16422024-11-13T04:27:49.877Z Compiling const-oid v0.9.6
16432024-11-13T04:27:50.822Z Compiling ryu v1.0.18
16442024-11-13T04:27:51.083Z Compiling equivalent v1.0.1
16452024-11-13T04:27:51.101Z Compiling foldhash v0.1.3
16462024-11-13T04:27:51.200Z Compiling paste v1.0.15
16472024-11-13T04:27:51.269Z Compiling aws-lc-rs v1.10.0
16482024-11-13T04:27:51.380Z Compiling hashbrown v0.15.0
16492024-11-13T04:27:51.684Z Compiling httparse v1.9.5
16502024-11-13T04:27:51.867Z Compiling regex v1.11.1
16512024-11-13T04:27:52.445Z Compiling schemars v0.8.21
16522024-11-13T04:27:52.706Z Compiling serde_derive_internals v0.29.1
16532024-11-13T04:27:52.756Z Compiling signal-hook-registry v1.4.2
16542024-11-13T04:27:53.083Z Compiling heck v0.5.0
16552024-11-13T04:27:53.133Z Compiling parking_lot v0.12.3
16562024-11-13T04:27:53.509Z Compiling mio v1.0.2
16572024-11-13T04:27:54.226Z Compiling stable_deref_trait v1.2.0
16582024-11-13T04:27:55.183Z Compiling crossbeam-utils v0.8.20
16592024-11-13T04:27:55.237Z Compiling socket2 v0.5.7
16602024-11-13T04:27:55.309Z Compiling futures-core v0.3.31
16612024-11-13T04:27:55.441Z Compiling serde_derive v1.0.215
16622024-11-13T04:27:55.563Z Compiling zeroize_derive v1.4.2
16632024-11-13T04:27:55.672Z Compiling zerocopy-derive v0.7.35
16642024-11-13T04:27:55.814Z Compiling thiserror-impl v1.0.69
16652024-11-13T04:27:56.521Z Compiling tokio-macros v2.4.0
16662024-11-13T04:27:56.848Z Compiling zerofrom-derive v0.1.4
16672024-11-13T04:27:57.027Z Compiling zeroize v1.8.1
16682024-11-13T04:27:57.136Z Compiling yoke-derive v0.7.4
16692024-11-13T04:27:57.559Z Compiling futures-macro v0.3.31
16702024-11-13T04:27:57.621Z Compiling zerovec-derive v0.10.3
16712024-11-13T04:27:57.941Z Compiling zerocopy v0.7.35
16722024-11-13T04:27:58.639Z Compiling displaydoc v0.2.5
16732024-11-13T04:27:58.655Z Compiling crypto-common v0.1.6
16742024-11-13T04:27:59.504Z Compiling icu_provider_macros v1.5.0
16752024-11-13T04:27:59.559Z Compiling tracing-attributes v0.1.27
16762024-11-13T04:27:59.849Z Compiling block-buffer v0.10.4
16772024-11-13T04:28:00.091Z Compiling digest v0.10.7
16782024-11-13T04:28:00.150Z Compiling schemars_derive v0.8.21
16792024-11-13T04:28:00.302Z Compiling der_derive v0.7.3
16802024-11-13T04:28:00.545Z Compiling num-conv v0.1.0
16812024-11-13T04:28:00.819Z Compiling time-core v0.1.2
16822024-11-13T04:28:00.844Z Compiling vcpkg v0.2.15
16832024-11-13T04:28:01.009Z Compiling fnv v1.0.7
16842024-11-13T04:28:01.149Z Compiling time-macros v0.2.18
16852024-11-13T04:28:02.483Z Compiling openssl-sys v0.9.104
16862024-11-13T04:28:03.739Z Compiling cpufeatures v0.2.14
16872024-11-13T04:28:03.835Z Compiling futures-sink v0.3.31
16882024-11-13T04:28:04.012Z Compiling ahash v0.8.11
16892024-11-13T04:28:04.195Z Compiling syn v1.0.109
16902024-11-13T04:28:04.332Z Compiling slog v2.7.0
16912024-11-13T04:28:04.587Z Compiling zerofrom v0.1.4
16922024-11-13T04:28:04.843Z Compiling yoke v0.7.4
16932024-11-13T04:28:04.907Z Compiling futures-channel v0.3.31
16942024-11-13T04:28:05.053Z Compiling hmac v0.12.1
16952024-11-13T04:28:05.285Z Compiling scroll_derive v0.12.0
16962024-11-13T04:28:05.302Z Compiling iana-time-zone v0.1.61
16972024-11-13T04:28:05.360Z Compiling pin-utils v0.1.0
16982024-11-13T04:28:05.408Z Compiling openssl v0.10.68
16992024-11-13T04:28:05.433Z Compiling futures-io v0.3.31
17002024-11-13T04:28:05.464Z Compiling ucd-trie v0.1.7
17012024-11-13T04:28:05.806Z Compiling futures-task v0.3.31
17022024-11-13T04:28:05.937Z Compiling pest v2.7.14
17032024-11-13T04:28:06.203Z Compiling futures-util v0.3.31
17042024-11-13T04:28:06.387Z Compiling zerovec v0.10.4
17052024-11-13T04:28:07.072Z Compiling block-padding v0.3.3
17062024-11-13T04:28:07.284Z Compiling tinyvec_macros v0.1.1
17072024-11-13T04:28:07.953Z Compiling tinyvec v1.8.0
17082024-11-13T04:28:08.561Z Compiling pest_meta v2.7.14
17092024-11-13T04:28:08.884Z Compiling bitflags v2.6.0
17102024-11-13T04:28:08.911Z Compiling bytes v1.8.0
17112024-11-13T04:28:09.478Z Compiling indexmap v2.6.0
17122024-11-13T04:28:11.723Z Compiling tokio v1.40.0
17132024-11-13T04:28:12.702Z Compiling http v1.1.0
17142024-11-13T04:28:13.030Z Compiling serde_tokenstream v0.2.2
17152024-11-13T04:28:13.608Z Compiling which v4.4.2
17162024-11-13T04:28:14.488Z Compiling rustc_version v0.4.1
17172024-11-13T04:28:15.033Z Compiling uuid v1.10.0
17182024-11-13T04:28:15.081Z Compiling chrono v0.4.38
17192024-11-13T04:28:16.547Z Compiling toml_datetime v0.6.8
17202024-11-13T04:28:17.706Z Compiling serde_spanned v0.6.8
17212024-11-13T04:28:17.936Z Compiling inout v0.1.3
17222024-11-13T04:28:18.111Z Compiling openssl-macros v0.1.1
17232024-11-13T04:28:18.181Z Compiling native-tls v0.2.12
17242024-11-13T04:28:18.510Z Compiling rustls v0.23.14
17252024-11-13T04:28:20.390Z Compiling cipher v0.4.4
17262024-11-13T04:28:20.628Z Compiling pest_generator v2.7.14
17272024-11-13T04:28:20.873Z Compiling unicode-normalization v0.1.24
17282024-11-13T04:28:21.052Z Compiling tinystr v0.7.6
17292024-11-13T04:28:21.497Z Compiling sha2 v0.10.8
17302024-11-13T04:28:21.954Z Compiling base64ct v1.6.0
17312024-11-13T04:28:22.277Z Compiling litemap v0.7.3
17322024-11-13T04:28:22.382Z Compiling writeable v0.5.5
17332024-11-13T04:28:22.536Z Compiling unicode-bidi v0.3.17
17342024-11-13T04:28:22.668Z Compiling pem-rfc7468 v0.7.0
17352024-11-13T04:28:22.889Z Compiling icu_locid v1.5.0
17362024-11-13T04:28:23.306Z Compiling pest_derive v2.7.14
17372024-11-13T04:28:23.851Z Compiling ppv-lite86 v0.2.20
17382024-11-13T04:28:24.062Z Compiling tracing-core v0.1.32
17392024-11-13T04:28:24.658Z Compiling cookie v0.18.1
17402024-11-13T04:28:24.709Z Compiling usdt-impl v0.5.0
17412024-11-13T04:28:24.974Z Compiling flagset v0.4.6
17422024-11-13T04:28:25.015Z Compiling anyhow v1.0.93
17432024-11-13T04:28:25.041Z Compiling dyn-clone v1.0.17
17442024-11-13T04:28:26.499Z Compiling der v0.7.9
17452024-11-13T04:28:27.583Z Compiling aws-lc-sys v0.22.0
17462024-11-13T04:28:27.796Z Compiling tracing v0.1.40
17472024-11-13T04:28:28.622Z Compiling rand_chacha v0.3.1
17482024-11-13T04:28:28.770Z Compiling icu_provider v1.5.0
17492024-11-13T04:28:29.558Z Compiling scroll v0.12.0
17502024-11-13T04:28:29.871Z Compiling async-trait v0.1.83
17512024-11-13T04:28:31.481Z Compiling rustls-pki-types v1.9.0
17522024-11-13T04:28:32.166Z Compiling icu_locid_transform_data v1.5.0
17532024-11-13T04:28:32.269Z Compiling rayon-core v1.12.1
17542024-11-13T04:28:32.548Z Compiling camino v1.1.9
17552024-11-13T04:28:32.548Z Compiling percent-encoding v2.3.1
17562024-11-13T04:28:32.855Z Compiling plain v0.2.3
17572024-11-13T04:28:33.014Z Compiling goblin v0.8.2
17582024-11-13T04:28:33.151Z Compiling icu_locid_transform v1.5.0
17592024-11-13T04:28:34.604Z Compiling rand v0.8.5
17602024-11-13T04:28:35.350Z Compiling spki v0.7.3
17612024-11-13T04:28:35.687Z Compiling salsa20 v0.10.2
17622024-11-13T04:28:35.926Z Compiling tokio-util v0.7.12
17632024-11-13T04:28:36.240Z Compiling icu_collections v1.5.0
17642024-11-13T04:28:37.188Z Compiling pbkdf2 v0.12.2
17652024-11-13T04:28:37.480Z Compiling winnow v0.5.40
17662024-11-13T04:28:37.588Z Compiling icu_properties_data v1.5.0
17672024-11-13T04:28:37.846Z Compiling mirai-annotations v1.12.0
17682024-11-13T04:28:37.985Z Compiling untrusted v0.7.1
17692024-11-13T04:28:38.076Z Compiling untrusted v0.9.0
17702024-11-13T04:28:38.174Z Compiling rustls v0.22.4
17712024-11-13T04:28:38.325Z Compiling pretty-hex v0.4.1
17722024-11-13T04:28:38.523Z Compiling powerfmt v0.2.0
17732024-11-13T04:28:38.642Z Compiling dof v0.3.0
17742024-11-13T04:28:38.879Z Compiling deranged v0.3.11
17752024-11-13T04:28:40.989Z Compiling toml_edit v0.19.15
17762024-11-13T04:28:41.958Z Compiling icu_properties v1.5.1
17772024-11-13T04:28:43.627Z Compiling scrypt v0.11.0
17782024-11-13T04:28:44.128Z Compiling dtrace-parser v0.2.0
17792024-11-13T04:28:44.177Z Compiling aes v0.8.4
17802024-11-13T04:28:44.238Z Compiling cbc v0.1.2
17812024-11-13T04:28:45.462Z Compiling thread-id v4.2.2
17822024-11-13T04:28:45.793Z Compiling icu_normalizer_data v1.5.0
17832024-11-13T04:28:45.914Z Compiling utf8_iter v1.0.4
17842024-11-13T04:28:46.135Z Compiling write16 v1.0.0
17852024-11-13T04:28:46.271Z Compiling atomic-waker v1.1.2
17862024-11-13T04:28:46.419Z Compiling utf16_iter v1.0.5
17872024-11-13T04:28:46.457Z Compiling rustversion v1.0.17
17882024-11-13T04:28:46.554Z Compiling num_threads v0.1.7
17892024-11-13T04:28:46.621Z Compiling icu_normalizer v1.5.0
17902024-11-13T04:28:46.679Z Compiling time v0.3.36
17912024-11-13T04:28:48.290Z Compiling pkcs5 v0.7.1
17922024-11-13T04:28:49.513Z Compiling form_urlencoded v1.2.1
17932024-11-13T04:28:49.838Z Compiling heapless v0.7.17
17942024-11-13T04:28:49.888Z Compiling http-body v1.0.1
17952024-11-13T04:28:50.352Z Compiling bzip2-sys v0.1.11+1.0.8
17962024-11-13T04:28:50.817Z Compiling multer v3.1.0
17972024-11-13T04:28:51.359Z Compiling slog-async v2.8.0
17982024-11-13T04:28:51.815Z Compiling signal-hook v0.3.17
17992024-11-13T04:28:52.184Z Compiling try-lock v0.2.5
18002024-11-13T04:28:52.336Z Compiling want v0.3.1
18012024-11-13T04:28:53.115Z Compiling pkcs8 v0.10.2
18022024-11-13T04:28:53.207Z Compiling idna_adapter v1.2.0
18032024-11-13T04:28:53.780Z Compiling h2 v0.4.6
18042024-11-13T04:28:55.331Z Compiling adler2 v2.0.0
18052024-11-13T04:28:55.387Z Compiling strsim v0.11.1
18062024-11-13T04:28:55.443Z Compiling httpdate v1.0.3
18072024-11-13T04:28:55.611Z Compiling miniz_oxide v0.8.0
18082024-11-13T04:28:59.008Z Compiling idna v1.0.3
18092024-11-13T04:29:00.525Z Compiling usdt-attr-macro v0.5.0
18102024-11-13T04:29:01.081Z Compiling hyper v1.4.1
18112024-11-13T04:29:02.014Z Compiling usdt-macro v0.5.0
18122024-11-13T04:29:03.329Z Compiling curve25519-dalek v4.1.3
18132024-11-13T04:29:03.423Z Compiling openapiv3 v2.0.0
18142024-11-13T04:29:03.471Z Compiling async-stream-impl v0.3.6
18152024-11-13T04:29:03.719Z Compiling enum-as-inner v0.6.1
18162024-11-13T04:29:04.843Z Compiling dropshot v0.12.0
18172024-11-13T04:29:04.897Z Compiling foreign-types-shared v0.1.1
18182024-11-13T04:29:04.930Z Compiling base64 v0.22.1
18192024-11-13T04:29:05.012Z Compiling portable-atomic v1.9.0
18202024-11-13T04:29:05.030Z Compiling smoltcp v0.9.1
18212024-11-13T04:29:05.635Z Compiling tower-service v0.3.3
18222024-11-13T04:29:05.770Z Compiling match_cfg v0.1.0
18232024-11-13T04:29:05.815Z Compiling num-bigint-dig v0.8.4
18242024-11-13T04:29:05.879Z Compiling hostname v0.3.1
18252024-11-13T04:29:05.920Z Compiling hyper-util v0.1.10
18262024-11-13T04:29:06.075Z Compiling foreign-types v0.3.2
18272024-11-13T04:29:07.097Z Compiling url v2.5.3
18282024-11-13T04:29:11.253Z Compiling dirs-sys-next v0.1.2
18292024-11-13T04:29:11.288Z Compiling data-encoding v2.6.0
18302024-11-13T04:29:11.886Z Compiling heck v0.4.1
18312024-11-13T04:29:11.995Z Compiling siphasher v0.3.11
18322024-11-13T04:29:12.378Z Compiling gimli v0.31.1
18332024-11-13T04:29:13.521Z Compiling dirs-next v2.0.0
18342024-11-13T04:29:18.216Z Compiling addr2line v0.24.2
18352024-11-13T04:29:19.492Z Compiling http-body-util v0.1.2
18362024-11-13T04:29:20.047Z Compiling crossbeam-epoch v0.9.18
18372024-11-13T04:29:20.590Z Compiling hubpack_derive v0.1.1
18382024-11-13T04:29:20.761Z Compiling dropshot_endpoint v0.12.0
18392024-11-13T04:29:21.502Z Compiling sha1 v0.10.6
18402024-11-13T04:29:21.904Z Compiling signature v2.2.0
18412024-11-13T04:29:22.140Z Compiling curve25519-dalek-derive v0.1.1
18422024-11-13T04:29:22.516Z Compiling zerocopy-derive v0.6.6
18432024-11-13T04:29:23.290Z Compiling object v0.36.5
18442024-11-13T04:29:24.428Z Compiling thread_local v1.1.8
18452024-11-13T04:29:24.755Z Compiling fs-err v2.11.0
18462024-11-13T04:29:24.774Z Compiling encoding_rs v0.8.34
18472024-11-13T04:29:24.948Z Compiling openssl-probe v0.1.5
18482024-11-13T04:29:25.064Z Compiling mime v0.3.17
18492024-11-13T04:29:25.288Z Compiling ipnet v2.10.1
18502024-11-13T04:29:25.578Z Compiling winnow v0.6.20
18512024-11-13T04:29:26.401Z Compiling anstyle v1.0.10
18522024-11-13T04:29:28.343Z Compiling unicode-properties v0.1.3
18532024-11-13T04:29:28.754Z Compiling utf8parse v0.2.2
18542024-11-13T04:29:29.463Z Compiling rustc-demangle v0.1.24
18552024-11-13T04:29:31.747Z Compiling backtrace v0.3.74
18562024-11-13T04:29:32.541Z Compiling toml_edit v0.22.22
18572024-11-13T04:29:32.574Z Compiling anstyle-parse v0.2.5
18582024-11-13T04:29:37.629Z Compiling stringprep v0.1.5
18592024-11-13T04:29:41.685Z Compiling rustls-webpki v0.102.8
18602024-11-13T04:29:41.731Z Compiling crossbeam-deque v0.8.5
18612024-11-13T04:29:42.389Z Compiling term v0.7.0
18622024-11-13T04:29:43.656Z Compiling slog-json v2.6.1
18632024-11-13T04:29:45.570Z Compiling serde_urlencoded v0.7.1
18642024-11-13T04:29:46.093Z Compiling crossbeam-channel v0.5.13
18652024-11-13T04:29:46.326Z Compiling rustls-pemfile v2.2.0
18662024-11-13T04:29:46.651Z Compiling hashbrown v0.14.5
18672024-11-13T04:29:47.547Z Compiling idna v0.4.0
18682024-11-13T04:29:47.961Z Compiling idna v0.3.0
18692024-11-13T04:29:48.959Z Compiling futures-executor v0.3.31
18702024-11-13T04:29:49.418Z Compiling num-integer v0.1.46
18712024-11-13T04:29:49.438Z Compiling md-5 v0.10.6
18722024-11-13T04:29:49.751Z Compiling ff v0.13.0
18732024-11-13T04:29:50.012Z Compiling hash32 v0.2.1
18742024-11-13T04:29:50.158Z Compiling memmap v0.7.0
18752024-11-13T04:29:50.383Z Compiling is-terminal v0.4.13
18762024-11-13T04:29:52.057Z Compiling take_mut v0.2.2
18772024-11-13T04:29:53.320Z Compiling utf-8 v0.7.6
18782024-11-13T04:29:54.136Z Compiling fallible-iterator v0.2.0
18792024-11-13T04:29:54.895Z Compiling linked-hash-map v0.5.6
18802024-11-13T04:29:57.016Z Compiling psl-types v2.0.11
18812024-11-13T04:29:57.217Z Compiling is_terminal_polyfill v1.70.1
18822024-11-13T04:29:57.349Z Compiling base16ct v0.2.0
18832024-11-13T04:29:57.646Z Compiling colorchoice v1.0.2
18842024-11-13T04:29:57.810Z Compiling anstyle-query v1.1.1
18852024-11-13T04:29:57.962Z Compiling quick-error v1.2.3
18862024-11-13T04:29:58.113Z Compiling resolv-conf v0.7.0
18872024-11-13T04:29:58.526Z Compiling anstream v0.6.15
18882024-11-13T04:29:58.580Z Compiling sec1 v0.7.3
18892024-11-13T04:29:58.785Z Compiling publicsuffix v2.2.3
18902024-11-13T04:29:59.054Z Compiling lru-cache v0.1.2
18912024-11-13T04:29:59.153Z Compiling postgres-protocol v0.6.7
18922024-11-13T04:29:59.250Z Compiling tungstenite v0.24.0
18932024-11-13T04:30:00.365Z Compiling slog-term v2.9.1
18942024-11-13T04:30:01.150Z Compiling usdt v0.5.0
18952024-11-13T04:30:01.292Z Compiling tokio-rustls v0.26.0
18962024-11-13T04:30:01.340Z Compiling group v0.13.0
18972024-11-13T04:30:01.471Z Compiling num-iter v0.1.45
18982024-11-13T04:30:01.648Z Compiling futures v0.3.31
18992024-11-13T04:30:01.666Z Compiling hickory-proto v0.24.1
19002024-11-13T04:30:01.754Z Compiling regress v0.10.1
19012024-11-13T04:30:01.775Z Compiling tokio-rustls v0.25.0
19022024-11-13T04:30:04.481Z Compiling slog-bunyan v2.5.0
19032024-11-13T04:30:04.952Z Compiling tokio-native-tls v0.3.1
19042024-11-13T04:30:04.977Z Compiling toml v0.8.19
19052024-11-13T04:30:05.239Z Compiling phf_shared v0.11.2
19062024-11-13T04:30:05.620Z Compiling strum_macros v0.25.3
19072024-11-13T04:30:06.566Z Compiling async-stream v0.3.6
19082024-11-13T04:30:06.857Z Compiling waitgroup v0.1.2
19092024-11-13T04:30:07.123Z Compiling webpki-roots v0.26.6
19102024-11-13T04:30:07.603Z Compiling idna v0.5.0
19112024-11-13T04:30:07.718Z Compiling terminal_size v0.4.0
19122024-11-13T04:30:08.886Z Compiling serde_path_to_error v0.1.16
19132024-11-13T04:30:09.015Z Compiling hkdf v0.12.4
19142024-11-13T04:30:09.250Z Compiling crypto-bigint v0.5.5
19152024-11-13T04:30:09.354Z Compiling clap_derive v4.5.18
19162024-11-13T04:30:09.686Z Compiling serde_repr v0.1.19
19172024-11-13T04:30:09.718Z Compiling derive-where v1.2.7
19182024-11-13T04:30:10.759Z Compiling hostname v0.4.0
19192024-11-13T04:30:10.895Z Compiling crc32fast v1.4.2
19202024-11-13T04:30:10.991Z Compiling managed v0.8.0
19212024-11-13T04:30:11.223Z Compiling bitflags v1.3.2
19222024-11-13T04:30:11.246Z Compiling clap_lex v0.7.2
19232024-11-13T04:30:11.337Z Compiling debug-ignore v1.0.5
19242024-11-13T04:30:11.608Z Compiling unicode-width v0.1.14
19252024-11-13T04:30:12.154Z Compiling console v0.15.8
19262024-11-13T04:30:12.219Z Compiling clap_builder v4.5.20
19272024-11-13T04:30:12.885Z Compiling elliptic-curve v0.13.8
19282024-11-13T04:30:13.418Z Compiling flate2 v1.0.34
19292024-11-13T04:30:13.644Z Compiling cookie_store v0.21.0
19302024-11-13T04:30:14.369Z Compiling hyper-rustls v0.27.3
19312024-11-13T04:30:14.618Z Compiling hickory-resolver v0.24.1
19322024-11-13T04:30:16.554Z Compiling phf v0.11.2
19332024-11-13T04:30:16.617Z Compiling typify-impl v0.2.0
19342024-11-13T04:30:16.855Z Compiling hyper-tls v0.6.0
19352024-11-13T04:30:17.673Z Compiling signal-hook-mio v0.2.4
19362024-11-13T04:30:17.842Z Compiling bzip2 v0.4.4
19372024-11-13T04:30:18.799Z Compiling rayon v1.10.0
19382024-11-13T04:30:19.538Z Compiling tokio-tungstenite v0.24.0
19392024-11-13T04:30:20.076Z Compiling postgres-types v0.2.8
19402024-11-13T04:30:20.538Z Compiling zerocopy v0.6.6
19412024-11-13T04:30:20.606Z Compiling ed25519 v2.2.3
19422024-11-13T04:30:20.996Z Compiling hubpack v0.1.2
19432024-11-13T04:30:21.022Z Compiling phf_shared v0.10.0
19442024-11-13T04:30:21.434Z Compiling pkcs1 v0.7.5
19452024-11-13T04:30:21.451Z Compiling tokio-stream v0.1.16
19462024-11-13T04:30:21.811Z Compiling serde-big-array v0.5.1
19472024-11-13T04:30:22.379Z Compiling rfc6979 v0.4.0
19482024-11-13T04:30:22.470Z Compiling float-cmp v0.9.0
19492024-11-13T04:30:22.495Z Compiling sync_wrapper v1.0.1
19502024-11-13T04:30:22.575Z Compiling bstr v1.10.0
19512024-11-13T04:30:22.680Z Compiling new_debug_unreachable v1.0.6
19522024-11-13T04:30:22.698Z Compiling static_assertions v1.1.0
19532024-11-13T04:30:22.785Z Compiling fixedbitset v0.4.2
19542024-11-13T04:30:22.805Z Compiling precomputed-hash v0.1.1
19552024-11-13T04:30:22.932Z Compiling number_prefix v0.4.0
19562024-11-13T04:30:23.173Z Compiling normalize-line-endings v0.3.0
19572024-11-13T04:30:23.207Z Compiling unicode-segmentation v1.12.0
19582024-11-13T04:30:23.329Z Compiling difflib v0.4.0
19592024-11-13T04:30:23.480Z Compiling bit-vec v0.6.3
19602024-11-13T04:30:23.812Z Compiling whoami v1.5.2
19612024-11-13T04:30:24.061Z Compiling predicates-core v1.0.8
19622024-11-13T04:30:24.380Z Compiling predicates v3.1.2
19632024-11-13T04:30:24.553Z Compiling tokio-postgres v0.7.12
19642024-11-13T04:30:25.219Z Compiling similar v2.6.0
19652024-11-13T04:30:25.904Z Compiling bit-set v0.5.3
19662024-11-13T04:30:26.190Z Compiling indicatif v0.17.8
19672024-11-13T04:30:27.544Z Compiling petgraph v0.6.5
19682024-11-13T04:30:27.996Z Compiling string_cache v0.8.7
19692024-11-13T04:30:28.299Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19702024-11-13T04:30:28.420Z Compiling reqwest v0.12.9
19712024-11-13T04:30:28.499Z Compiling typify-macro v0.2.0
19722024-11-13T04:30:30.034Z Compiling ecdsa v0.16.9
19732024-11-13T04:30:30.912Z Compiling qorb v0.2.0
19742024-11-13T04:30:31.961Z Compiling rsa v0.9.6
19752024-11-13T04:30:32.743Z Compiling ed25519-dalek v2.1.1
19762024-11-13T04:30:33.586Z Compiling zip v0.6.6
19772024-11-13T04:30:34.002Z Compiling crossterm v0.28.1
19782024-11-13T04:30:34.109Z Compiling clap v4.5.20
19792024-11-13T04:30:35.012Z Compiling toml v0.7.8
19802024-11-13T04:30:35.860Z Compiling x509-cert v0.2.5
19812024-11-13T04:30:36.517Z Compiling hex v0.4.3
19822024-11-13T04:30:37.354Z Compiling itertools v0.10.5
19832024-11-13T04:30:37.958Z Compiling unicode-xid v0.2.6
19842024-11-13T04:30:38.373Z Compiling lalrpop-util v0.19.12
19852024-11-13T04:30:38.604Z Compiling peg-runtime v0.8.3
19862024-11-13T04:30:40.362Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19872024-11-13T04:30:42.501Z Compiling proc-macro-crate v1.3.1
19882024-11-13T04:30:43.395Z Compiling ipnetwork v0.20.0
19892024-11-13T04:30:45.672Z Compiling heapless v0.8.0
19902024-11-13T04:30:46.785Z Compiling num_enum_derive v0.5.11
19912024-11-13T04:30:56.839Z Compiling hash32 v0.3.1
19922024-11-13T04:30:58.324Z Compiling smoltcp v0.11.0
19932024-11-13T04:30:58.621Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19942024-11-13T04:30:59.083Z Compiling ident_case v1.0.1
19952024-11-13T04:30:59.270Z Compiling darling_core v0.20.10
19962024-11-13T04:31:13.833Z Compiling num_enum v0.5.11
19972024-11-13T04:31:14.558Z Compiling typify v0.2.0
19982024-11-13T04:31:16.471Z Compiling proc-macro-error-attr v1.0.4
19992024-11-13T04:31:16.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20002024-11-13T04:31:16.768Z Compiling cobs v0.2.3
20012024-11-13T04:31:16.948Z Compiling unsafe-libyaml v0.2.11
20022024-11-13T04:31:18.693Z Compiling serde_yaml v0.9.34+deprecated
20032024-11-13T04:31:22.477Z Compiling postcard v1.0.10
20042024-11-13T04:31:28.354Z Compiling progenitor-impl v0.8.0
20052024-11-13T04:31:35.781Z Compiling darling_macro v0.20.10
20062024-11-13T04:31:44.542Z Compiling strum_macros v0.26.4
20072024-11-13T04:31:45.539Z Compiling foreign-types-macros v0.2.3
20082024-11-13T04:31:45.578Z Compiling structmeta-derive v0.3.0
20092024-11-13T04:31:45.596Z Compiling proc-macro-error v1.0.4
20102024-11-13T04:31:45.897Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20112024-11-13T04:31:46.845Z Compiling foreign-types-shared v0.3.1
20122024-11-13T04:31:47.368Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20132024-11-13T04:31:47.525Z Compiling newtype-uuid v1.1.3
20142024-11-13T04:31:48.123Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20152024-11-13T04:31:48.148Z Compiling structmeta v0.3.0
20162024-11-13T04:31:49.023Z Compiling strum v0.26.3
20172024-11-13T04:31:51.928Z Compiling foreign-types v0.5.0
20182024-11-13T04:31:55.721Z Compiling darling v0.20.10
20192024-11-13T04:31:55.740Z Compiling progenitor-macro v0.8.0
20202024-11-13T04:32:01.072Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20212024-11-13T04:32:01.225Z Compiling progenitor-client v0.8.0
20222024-11-13T04:32:04.704Z Compiling tabwriter v1.4.0
20232024-11-13T04:32:06.109Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20242024-11-13T04:32:06.482Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20252024-11-13T04:32:06.881Z Compiling cstr-argument v0.1.2
20262024-11-13T04:32:07.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20272024-11-13T04:32:07.279Z Compiling crucible-workspace-hack v0.1.0
20282024-11-13T04:32:07.430Z Compiling fastrand v2.1.1
20292024-11-13T04:32:07.560Z Compiling pretty-hex v0.2.1
20302024-11-13T04:32:07.772Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20312024-11-13T04:32:08.213Z Compiling tempfile v3.13.0
20322024-11-13T04:32:08.486Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20332024-11-13T04:32:08.489Z Compiling progenitor v0.8.0
20342024-11-13T04:32:08.682Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20352024-11-13T04:32:08.894Z Compiling serde_with_macros v3.11.0
20362024-11-13T04:32:09.171Z Compiling parse-display-derive v0.10.0
20372024-11-13T04:32:09.483Z Compiling colored v2.1.0
20382024-11-13T04:32:09.740Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20392024-11-13T04:32:09.795Z Compiling instant v0.1.13
20402024-11-13T04:32:10.000Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20412024-11-13T04:32:10.423Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20422024-11-13T04:32:10.506Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20432024-11-13T04:32:10.737Z Compiling backoff v0.4.0
20442024-11-13T04:32:11.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20452024-11-13T04:32:11.504Z Compiling serde_with v3.11.0
20462024-11-13T04:32:11.670Z Compiling zone_cfg_derive v0.3.0
20472024-11-13T04:32:13.044Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20482024-11-13T04:32:13.077Z Compiling parse-display v0.10.0
20492024-11-13T04:32:13.378Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20502024-11-13T04:32:13.782Z Compiling camino-tempfile v1.1.1
20512024-11-13T04:32:14.682Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
20522024-11-13T04:32:15.019Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20532024-11-13T04:32:15.217Z Compiling regress v0.9.1
20542024-11-13T04:32:15.220Z Compiling macaddr v1.0.1
20552024-11-13T04:32:15.869Z Compiling num-derive v0.4.2
20562024-11-13T04:32:15.908Z Compiling sigpipe v0.1.3
20572024-11-13T04:32:16.054Z Compiling libefi-sys v0.1.0
20582024-11-13T04:32:16.355Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20592024-11-13T04:32:16.695Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20602024-11-13T04:32:16.714Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
20612024-11-13T04:32:17.272Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20622024-11-13T04:32:18.100Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20632024-11-13T04:32:19.668Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20642024-11-13T04:32:19.929Z Compiling zone v0.3.0
20652024-11-13T04:32:20.354Z Compiling smf v0.2.3
20662024-11-13T04:32:21.414Z Compiling bitfield-struct v0.6.2
20672024-11-13T04:32:22.770Z Compiling blake3 v1.5.4
20682024-11-13T04:32:22.994Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20692024-11-13T04:32:23.296Z Compiling ring v0.16.20
20702024-11-13T04:32:23.532Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20712024-11-13T04:32:24.078Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20722024-11-13T04:32:24.134Z Compiling xattr v1.3.1
20732024-11-13T04:32:24.364Z Compiling memmap2 v0.9.5
20742024-11-13T04:32:24.457Z Compiling filetime v0.2.25
20752024-11-13T04:32:24.828Z Compiling spin v0.5.2
20762024-11-13T04:32:24.911Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20772024-11-13T04:32:24.961Z Compiling same-file v1.0.6
20782024-11-13T04:32:25.049Z Compiling constant_time_eq v0.3.1
20792024-11-13T04:32:25.089Z Compiling arrayvec v0.7.6
20802024-11-13T04:32:25.214Z Compiling arrayref v0.3.9
20812024-11-13T04:32:25.233Z Compiling walkdir v2.5.0
20822024-11-13T04:32:25.236Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-11-13T04:32:25.331Z Compiling tar v0.4.43
20842024-11-13T04:32:26.876Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20852024-11-13T04:32:27.313Z Compiling gethostname v0.5.0
20862024-11-13T04:32:27.525Z Compiling cargo-platform v0.1.8
20872024-11-13T04:32:27.943Z Compiling topological-sort v0.2.2
20882024-11-13T04:32:28.229Z Compiling cargo_metadata v0.18.1
20892024-11-13T04:32:32.108Z Compiling omicron-zone-package v0.11.1
20902024-11-13T04:32:35.638Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20912024-11-13T04:32:37.919Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20922024-11-13T04:32:42.719Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20932024-11-13T04:32:58.469Z Finished `release` profile [optimized] target(s) in 5m 19s
20942024-11-13T04:32:58.627Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20952024-11-13T04:32:58.676ZLogging to: /work/oxidecomputer/omicron/out/LOG
20962024-11-13T04:32:58.678ZCreated new build target 'test' and set it as active
20972024-11-13T04:32:58.678Z
20982024-11-13T04:32:58.678Zreal 5:19.609640170
20992024-11-13T04:32:58.678Zuser 35:48.707440787
21002024-11-13T04:32:58.678Zsys 4:46.344036023
21012024-11-13T04:32:58.678Ztrap 1.064955297
21022024-11-13T04:32:58.678Ztflt 3.055997145
21032024-11-13T04:32:58.678Zdflt 0.773512561
21042024-11-13T04:32:58.678Zkflt 0.038958792
21052024-11-13T04:32:58.678Zlock 1:15:08.726821921
21062024-11-13T04:32:58.678Zslp 2:29:40.173515303
21072024-11-13T04:32:58.678Zlat 2:28.356333984
21082024-11-13T04:32:58.678Zstop 4:18.295225233
21092024-11-13T04:32:58.681Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21102024-11-13T04:32:59.639Z Finished `release` profile [optimized] target(s) in 0.91s
21112024-11-13T04:32:59.703Z Running `target/release/omicron-package -t test package`
21122024-11-13T04:32:59.750ZLogging to: /work/oxidecomputer/omicron/out/LOG
21132024-11-13T04:33:00.880Z Compiling convert_case v0.4.0
21142024-11-13T04:33:00.881Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21152024-11-13T04:33:00.883Z Compiling itertools v0.13.0
21162024-11-13T04:33:00.883Z Compiling password-hash v0.5.0
21172024-11-13T04:33:00.883Z Compiling blake2 v0.10.6
21182024-11-13T04:33:00.883Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21192024-11-13T04:33:00.883Z Compiling newline-converter v0.3.0
21202024-11-13T04:33:01.036Z Compiling cancel-safe-futures v0.1.5
21212024-11-13T04:33:01.218Z Compiling owo-colors v4.1.0
21222024-11-13T04:33:01.242Z Compiling expectorate v1.1.0
21232024-11-13T04:33:01.441Z Compiling libsw v3.3.1
21242024-11-13T04:33:01.732Z Compiling derive_more v0.99.18
21252024-11-13T04:33:01.770Z Compiling argon2 v0.5.3
21262024-11-13T04:33:02.155Z Compiling swrite v0.1.0
21272024-11-13T04:33:02.248Z Compiling indent_write v2.2.0
21282024-11-13T04:33:02.292Z Compiling linear-map v1.2.0
21292024-11-13T04:33:02.408Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21302024-11-13T04:33:02.452Z Compiling progenitor-client v0.8.0
21312024-11-13T04:33:02.696Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21322024-11-13T04:33:02.959Z Compiling base64 v0.21.7
21332024-11-13T04:33:03.188Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21342024-11-13T04:33:03.263Z Compiling progenitor v0.8.0
21352024-11-13T04:33:03.521Z Compiling atomicwrites v0.4.4
21362024-11-13T04:33:04.048Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21372024-11-13T04:33:04.073Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21382024-11-13T04:33:04.182Z Compiling num-rational v0.4.2
21392024-11-13T04:33:04.371Z Compiling num-complex v0.4.6
21402024-11-13T04:33:04.585Z Compiling float-ord v0.3.2
21412024-11-13T04:33:04.776Z Compiling semver v0.1.20
21422024-11-13T04:33:05.380Z Compiling rustc_version v0.1.7
21432024-11-13T04:33:05.688Z Compiling num v0.4.3
21442024-11-13T04:33:05.781Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21452024-11-13T04:33:05.814Z Compiling newtype_derive v0.1.6
21462024-11-13T04:33:06.196Z Compiling highway v1.2.0
21472024-11-13T04:33:06.620Z Compiling humantime v2.1.0
21482024-11-13T04:33:07.620Z Compiling steno v0.4.1
21492024-11-13T04:33:07.956Z Compiling newtype-uuid v1.1.3
21502024-11-13T04:33:08.199Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21512024-11-13T04:33:08.307Z Compiling tungstenite v0.21.0
21522024-11-13T04:33:11.251Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21532024-11-13T04:33:11.651Z Compiling ipnetwork v0.20.0
21542024-11-13T04:33:12.079Z Compiling slog-dtrace v0.3.0
21552024-11-13T04:33:12.399Z Compiling instant v0.1.13
21562024-11-13T04:33:12.538Z Compiling backoff v0.4.0
21572024-11-13T04:33:12.564Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21582024-11-13T04:33:12.918Z Compiling tokio-tungstenite v0.21.0
21592024-11-13T04:33:13.263Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21602024-11-13T04:33:13.459Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21612024-11-13T04:33:13.590Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21622024-11-13T04:33:13.815Z Compiling parse-display v0.10.0
21632024-11-13T04:33:14.396Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-11-13T04:33:14.595Z Compiling strum v0.26.3
21652024-11-13T04:33:14.800Z Compiling serde_with v3.11.0
21662024-11-13T04:33:18.098Z Compiling regress v0.9.1
21672024-11-13T04:33:19.039Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21682024-11-13T04:33:21.431Z Compiling macaddr v1.0.1
21692024-11-13T04:33:21.896Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21702024-11-13T04:33:22.248Z Compiling prettyplease v0.2.25
21712024-11-13T04:33:22.973Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21722024-11-13T04:33:23.519Z Compiling arc-swap v1.7.1
21732024-11-13T04:33:24.220Z Compiling display-error-chain v0.2.2
21742024-11-13T04:33:24.463Z Compiling slog-scope v4.4.0
21752024-11-13T04:33:25.308Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21762024-11-13T04:33:26.314Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21772024-11-13T04:33:27.416Z Compiling half v2.4.1
21782024-11-13T04:33:28.140Z Compiling ciborium-io v0.2.2
21792024-11-13T04:33:28.297Z Compiling ciborium-ll v0.2.2
21802024-11-13T04:33:28.835Z Compiling slog-stdlog v4.1.1
21812024-11-13T04:33:29.396Z Compiling slog-envlogger v2.2.0
21822024-11-13T04:33:29.615Z Compiling ciborium v0.2.2
21832024-11-13T04:33:30.796Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21842024-11-13T04:33:31.862Z Compiling same-file v1.0.6
21852024-11-13T04:33:32.126Z Compiling fastrand v2.1.1
21862024-11-13T04:33:32.178Z Compiling walkdir v2.5.0
21872024-11-13T04:33:32.654Z Compiling tempfile v3.13.0
21882024-11-13T04:33:32.884Z Compiling blake3 v1.5.4
21892024-11-13T04:33:33.367Z Compiling ring v0.16.20
21902024-11-13T04:33:33.551Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21912024-11-13T04:33:36.838Z Compiling xattr v1.3.1
21922024-11-13T04:33:37.106Z Compiling filetime v0.2.25
21932024-11-13T04:33:37.416Z Compiling memmap2 v0.9.5
21942024-11-13T04:33:37.847Z Compiling keccak v0.1.5
21952024-11-13T04:33:38.871Z Compiling constant_time_eq v0.3.1
21962024-11-13T04:33:39.034Z Compiling arrayref v0.3.9
21972024-11-13T04:33:39.154Z Compiling arrayvec v0.7.6
21982024-11-13T04:33:39.598Z Compiling spin v0.5.2
21992024-11-13T04:33:40.894Z Compiling sha3 v0.10.8
22002024-11-13T04:33:41.233Z Compiling tar v0.4.43
22012024-11-13T04:33:41.744Z Compiling camino-tempfile v1.1.1
22022024-11-13T04:33:42.209Z Compiling toolchain_find v0.4.0
22032024-11-13T04:33:42.811Z Compiling nibble_vec v0.1.0
22042024-11-13T04:33:43.056Z Compiling endian-type v0.1.2
22052024-11-13T04:33:43.114Z Compiling maplit v1.0.2
22062024-11-13T04:33:43.222Z Compiling crunchy v0.2.2
22072024-11-13T04:33:43.248Z Compiling topological-sort v0.2.2
22082024-11-13T04:33:43.318Z Compiling radium v0.7.0
22092024-11-13T04:33:43.409Z Compiling radix_trie v0.2.1
22102024-11-13T04:33:43.494Z Compiling omicron-zone-package v0.11.1
22112024-11-13T04:33:43.701Z Compiling rustfmt-wrapper v0.2.1
22122024-11-13T04:33:43.800Z Compiling pem v3.0.4
22132024-11-13T04:33:44.146Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22142024-11-13T04:33:44.268Z Compiling tap v1.0.1
22152024-11-13T04:33:44.328Z Compiling tiny-keccak v2.0.2
22162024-11-13T04:33:44.478Z Compiling maybe-uninit v2.0.0
22172024-11-13T04:33:44.652Z Compiling wyz v0.5.1
22182024-11-13T04:33:45.231Z Compiling dsl_auto_type v0.1.2
22192024-11-13T04:33:45.296Z Compiling scheduled-thread-pool v0.2.7
22202024-11-13T04:33:45.445Z Compiling secrecy v0.8.0
22212024-11-13T04:33:45.631Z Compiling diesel_table_macro_syntax v0.2.0
22222024-11-13T04:33:45.706Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22232024-11-13T04:33:45.992Z Compiling funty v2.0.0
22242024-11-13T04:33:46.037Z Compiling packed_struct v0.10.1
22252024-11-13T04:33:46.432Z Compiling crc-catalog v2.4.0
22262024-11-13T04:33:46.577Z Compiling crc v3.2.1
22272024-11-13T04:33:46.598Z Compiling r2d2 v0.8.10
22282024-11-13T04:33:46.615Z Compiling diesel_derives v2.2.3
22292024-11-13T04:33:47.065Z Compiling bitvec v1.0.1
22302024-11-13T04:33:48.656Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22312024-11-13T04:33:48.681Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22322024-11-13T04:33:48.782Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
22332024-11-13T04:33:48.872Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22342024-11-13T04:33:49.329Z Compiling ascii-canvas v3.0.0
22352024-11-13T04:33:49.825Z Compiling universal-hash v0.5.1
22362024-11-13T04:33:50.073Z Compiling packed_struct_codegen v0.10.1
22372024-11-13T04:33:51.885Z Compiling thiserror-impl-no-std v2.0.2
22382024-11-13T04:33:52.555Z Compiling lzma-sys v0.1.20
22392024-11-13T04:33:53.262Z Compiling ena v0.14.3
22402024-11-13T04:33:53.700Z Compiling indexmap v1.9.3
22412024-11-13T04:33:54.011Z Compiling regex-syntax v0.6.29
22422024-11-13T04:33:54.464Z Compiling diff v0.1.13
22432024-11-13T04:33:55.050Z Compiling nodrop v0.1.14
22442024-11-13T04:33:55.203Z Compiling opaque-debug v0.3.1
22452024-11-13T04:33:55.320Z Compiling poly1305 v0.8.0
22462024-11-13T04:33:56.824Z Compiling array-init v0.0.4
22472024-11-13T04:33:58.068Z Compiling lalrpop v0.19.12
22482024-11-13T04:33:58.110Z Compiling diesel v2.2.4
22492024-11-13T04:33:59.372Z Compiling thiserror-no-std v2.0.2
22502024-11-13T04:34:03.903Z Compiling smallvec v0.6.14
22512024-11-13T04:34:05.026Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22522024-11-13T04:34:05.835Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22532024-11-13T04:34:06.120Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22542024-11-13T04:34:06.143Z Compiling chacha20 v0.9.1
22552024-11-13T04:34:06.360Z Compiling heck v0.3.3
22562024-11-13T04:34:06.606Z Compiling const_format_proc_macros v0.2.33
22572024-11-13T04:34:06.743Z Compiling aead v0.5.2
22582024-11-13T04:34:07.114Z Compiling bitfield v0.14.0
22592024-11-13T04:34:07.413Z Compiling hashbrown v0.12.3
22602024-11-13T04:34:08.511Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22612024-11-13T04:34:08.761Z Compiling termcolor v1.4.1
22622024-11-13T04:34:08.806Z Compiling ref-cast v1.0.23
22632024-11-13T04:34:09.364Z Compiling env_logger v0.10.2
22642024-11-13T04:34:10.952Z Compiling const_format v0.2.33
22652024-11-13T04:34:12.216Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22662024-11-13T04:34:12.525Z Compiling chacha20poly1305 v0.10.1
22672024-11-13T04:34:12.780Z Compiling zone_cfg_derive v0.1.2
22682024-11-13T04:34:14.227Z Compiling serde-hex v0.1.0
22692024-11-13T04:34:16.228Z Compiling vsss-rs v3.3.4
22702024-11-13T04:34:19.477Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22712024-11-13T04:34:19.821Z Compiling ron v0.8.1
22722024-11-13T04:34:20.838Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22732024-11-13T04:34:21.143Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22742024-11-13T04:34:21.759Z Compiling derive_builder_core v0.20.2
22752024-11-13T04:34:23.635Z Compiling polar-core v0.27.3
22762024-11-13T04:34:23.888Z Compiling hashbrown v0.13.2
22772024-11-13T04:34:24.890Z Compiling headers-core v0.3.0
22782024-11-13T04:34:25.076Z Compiling fxhash v0.2.1
22792024-11-13T04:34:25.173Z Compiling libxml v0.3.3
22802024-11-13T04:34:25.310Z Compiling ref-cast-impl v1.0.23
22812024-11-13T04:34:25.545Z Compiling crc-any v2.5.0
22822024-11-13T04:34:25.766Z Compiling base64 v0.13.1
22832024-11-13T04:34:26.464Z Compiling ron v0.7.1
22842024-11-13T04:34:26.527Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22852024-11-13T04:34:26.670Z Compiling object v0.30.4
22862024-11-13T04:34:31.831Z Compiling headers v0.4.0
22872024-11-13T04:34:35.746Z Compiling derive_builder_macro v0.20.2
22882024-11-13T04:34:36.550Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22892024-11-13T04:34:38.109Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22902024-11-13T04:34:39.475Z Compiling xz2 v0.1.7
22912024-11-13T04:34:40.036Z Compiling zone v0.1.8
22922024-11-13T04:34:43.390Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22932024-11-13T04:34:44.128Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22942024-11-13T04:34:45.484Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22952024-11-13T04:34:45.739Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22962024-11-13T04:34:45.792Z Compiling yasna v0.5.2
22972024-11-13T04:34:46.704Z Compiling phf_generator v0.11.2
22982024-11-13T04:34:46.918Z Compiling strum_macros v0.24.3
22992024-11-13T04:34:46.959Z Compiling kstat-rs v0.2.4
23002024-11-13T04:34:47.950Z Compiling samael v0.0.17
23012024-11-13T04:34:49.137Z Compiling async-recursion v1.1.1
23022024-11-13T04:34:49.588Z Compiling unicase v2.7.0
23032024-11-13T04:34:49.931Z Compiling indoc v1.0.9
23042024-11-13T04:34:50.195Z Compiling path-slash v0.1.5
23052024-11-13T04:34:50.375Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23062024-11-13T04:34:50.404Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23072024-11-13T04:34:50.642Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23082024-11-13T04:34:50.712Z Compiling phf_codegen v0.11.2
23092024-11-13T04:34:50.928Z Compiling rcgen v0.12.1
23102024-11-13T04:34:54.416Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23112024-11-13T04:35:01.313Z Compiling derive_builder v0.20.2
23122024-11-13T04:35:02.730Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23132024-11-13T04:35:05.959Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23142024-11-13T04:35:06.269Z Compiling oso-derive v0.27.3
23152024-11-13T04:35:06.568Z Compiling impl-trait-for-tuples v0.2.2
23162024-11-13T04:35:07.261Z Compiling libz-sys v1.1.20
23172024-11-13T04:35:07.916Z Compiling parse-zoneinfo v0.3.1
23182024-11-13T04:35:09.559Z Compiling quick-xml v0.33.0
23192024-11-13T04:35:10.562Z Compiling subprocess v0.2.9
23202024-11-13T04:35:11.113Z Compiling diesel-dtrace v0.3.0
23212024-11-13T04:35:11.419Z Compiling parking_lot_core v0.8.6
23222024-11-13T04:35:11.853Z Compiling cfg_aliases v0.1.1
23232024-11-13T04:35:11.976Z Compiling nix v0.28.0
23242024-11-13T04:35:12.840Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23252024-11-13T04:35:13.253Z Compiling oso v0.27.3
23262024-11-13T04:35:15.184Z Compiling chrono-tz-build v0.4.0
23272024-11-13T04:35:16.512Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23282024-11-13T04:35:18.146Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23292024-11-13T04:35:20.633Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23302024-11-13T04:35:23.618Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23312024-11-13T04:35:23.846Z Compiling bb8 v0.8.5
23322024-11-13T04:35:23.924Z Compiling vte_generate_state_changes v0.1.2
23332024-11-13T04:35:24.481Z Compiling buf-list v1.0.3
23342024-11-13T04:35:24.582Z Compiling vte v0.11.1
23352024-11-13T04:35:25.144Z Compiling async-bb8-diesel v0.2.1
23362024-11-13T04:35:26.048Z Compiling chrono-tz v0.10.0
23372024-11-13T04:35:27.016Z Compiling fd-lock v4.0.2
23382024-11-13T04:35:27.257Z Compiling libgit2-sys v0.17.0+1.8.1
23392024-11-13T04:35:27.349Z Compiling pin-project-internal v1.1.6
23402024-11-13T04:35:28.064Z Compiling atty v0.2.14
23412024-11-13T04:35:28.234Z Compiling salty v0.3.0
23422024-11-13T04:35:28.645Z Compiling bytecount v0.6.8
23432024-11-13T04:35:28.954Z Compiling papergrid v0.11.0
23442024-11-13T04:35:30.053Z Compiling pin-project v1.1.6
23452024-11-13T04:35:30.918Z Compiling parking_lot v0.11.2
23462024-11-13T04:35:39.784Z Compiling strip-ansi-escapes v0.2.0
23472024-11-13T04:35:41.574Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23482024-11-13T04:35:41.941Z Compiling tabled_derive v0.7.0
23492024-11-13T04:35:44.157Z Compiling peg-macros v0.8.4
23502024-11-13T04:35:46.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512024-11-13T04:35:47.322Z Compiling snafu-derive v0.8.5
23522024-11-13T04:35:47.374Z Compiling sqlparser_derive v0.2.2
23532024-11-13T04:35:48.440Z Compiling unicode_categories v0.1.1
23542024-11-13T04:35:48.815Z Compiling simd-adler32 v0.3.7
23552024-11-13T04:35:49.959Z Compiling home v0.5.9
23562024-11-13T04:35:50.272Z Compiling lockfree-object-pool v0.1.6
23572024-11-13T04:35:50.604Z Compiling nu-ansi-term v0.50.1
23582024-11-13T04:35:51.810Z Compiling bumpalo v3.16.0
23592024-11-13T04:35:52.092Z Compiling zip v2.1.3
23602024-11-13T04:35:52.417Z Compiling zopfli v0.8.1
23612024-11-13T04:35:52.464Z Compiling snafu v0.8.5
23622024-11-13T04:35:53.695Z Compiling reedline v0.35.0
23632024-11-13T04:35:56.298Z Compiling rustyline v14.0.0
23642024-11-13T04:35:56.593Z Compiling sqlformat v0.2.6
23652024-11-13T04:36:02.781Z Compiling sqlparser v0.45.0
23662024-11-13T04:36:04.725Z Compiling peg v0.8.4
23672024-11-13T04:36:04.916Z Compiling tabled v0.15.0
23682024-11-13T04:36:07.369Z Compiling sled v0.34.7
23692024-11-13T04:36:08.646Z Compiling mime_guess v2.0.5
23702024-11-13T04:36:11.992Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23712024-11-13T04:36:14.170Z Compiling hickory-client v0.24.1
23722024-11-13T04:36:16.719Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23732024-11-13T04:36:18.992Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23742024-11-13T04:36:19.374Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23752024-11-13T04:36:20.937Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23762024-11-13T04:36:24.286Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23772024-11-13T04:36:26.768Z Compiling globset v0.4.15
23782024-11-13T04:36:27.501Z Compiling hickory-server v0.24.1
23792024-11-13T04:36:29.672Z Compiling primeorder v0.13.6
23802024-11-13T04:36:30.279Z Compiling olpc-cjson v0.1.4
23812024-11-13T04:36:34.486Z Compiling vergen v8.3.2
23822024-11-13T04:36:34.812Z Compiling bcs v0.1.6
23832024-11-13T04:36:35.747Z Compiling env_filter v0.1.2
23842024-11-13T04:36:37.280Z Compiling serde_plain v1.0.2
23852024-11-13T04:36:37.821Z Compiling cargo-platform v0.1.8
23862024-11-13T04:36:38.357Z Compiling nanorand v0.7.0
23872024-11-13T04:36:39.108Z Compiling memoffset v0.9.1
23882024-11-13T04:36:39.439Z Compiling typed-path v0.9.3
23892024-11-13T04:36:40.055Z Compiling flume v0.11.1
23902024-11-13T04:36:40.316Z Compiling cargo_metadata v0.18.1
23912024-11-13T04:36:40.842Z Compiling env_logger v0.11.5
23922024-11-13T04:36:42.290Z Compiling tough v0.19.0
23932024-11-13T04:36:43.632Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23942024-11-13T04:36:46.879Z Compiling p384 v0.13.0
23952024-11-13T04:36:52.885Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23962024-11-13T04:36:54.275Z Compiling git2 v0.19.0
23972024-11-13T04:37:02.845Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23982024-11-13T04:37:04.214Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23992024-11-13T04:37:07.311Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24002024-11-13T04:37:09.420Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24012024-11-13T04:37:11.904Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
24022024-11-13T04:37:13.625Z Compiling rand_seeder v0.3.0
24032024-11-13T04:37:14.054Z Compiling libsqlite3-sys v0.30.1
24042024-11-13T04:37:14.139Z Compiling cfg_aliases v0.2.1
24052024-11-13T04:37:14.263Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24062024-11-13T04:37:14.566Z Compiling rustls v0.21.12
24072024-11-13T04:37:14.585Z Compiling parse-size v1.1.0
24082024-11-13T04:37:14.685Z Compiling nix v0.29.0
24092024-11-13T04:37:14.910Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24102024-11-13T04:37:14.929Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24112024-11-13T04:37:15.572Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24122024-11-13T04:37:16.928Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24132024-11-13T04:37:17.023Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24142024-11-13T04:37:17.821Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24152024-11-13T04:37:17.925Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24162024-11-13T04:37:18.115Z Compiling sct v0.7.1
24172024-11-13T04:37:18.590Z Compiling rustls-webpki v0.101.7
24182024-11-13T04:37:21.393Z Compiling castaway v0.2.3
24192024-11-13T04:37:21.590Z Compiling csv-core v0.1.11
24202024-11-13T04:37:22.206Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24212024-11-13T04:37:22.438Z Compiling glob v0.3.1
24222024-11-13T04:37:22.526Z Compiling http-range v0.1.5
24232024-11-13T04:37:22.629Z Compiling csv v1.3.0
24242024-11-13T04:37:23.087Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24252024-11-13T04:37:24.468Z Compiling hyper-staticfile v0.10.1
24262024-11-13T04:37:24.728Z Compiling compact_str v0.8.0
24272024-11-13T04:37:27.454Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
24282024-11-13T04:37:28.166Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24292024-11-13T04:37:29.440Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24302024-11-13T04:37:30.334Z Compiling nix v0.27.1
24312024-11-13T04:37:33.776Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24322024-11-13T04:37:36.746Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
24332024-11-13T04:37:43.084Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24342024-11-13T04:37:44.691Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24352024-11-13T04:37:47.983Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24362024-11-13T04:37:48.364Z Compiling unicode-truncate v1.1.0
24372024-11-13T04:37:48.664Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24382024-11-13T04:37:48.981Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24392024-11-13T04:37:49.293Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24402024-11-13T04:37:50.827Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24412024-11-13T04:37:52.298Z Compiling hashlink v0.9.1
24422024-11-13T04:37:53.102Z Compiling tungstenite v0.23.0
24432024-11-13T04:37:53.131Z Compiling lru v0.12.5
24442024-11-13T04:37:53.527Z Compiling instability v0.3.2
24452024-11-13T04:37:53.793Z Compiling fallible-iterator v0.3.0
24462024-11-13T04:37:54.557Z Compiling fallible-streaming-iterator v0.1.9
24472024-11-13T04:37:54.587Z Compiling cassowary v0.3.0
24482024-11-13T04:37:54.863Z Compiling rusqlite v0.32.1
24492024-11-13T04:37:56.799Z Compiling ratatui v0.28.1
24502024-11-13T04:37:58.193Z Compiling tokio-tungstenite v0.23.1
24512024-11-13T04:37:58.820Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24522024-11-13T04:38:00.375Z Compiling tokio-rustls v0.24.1
24532024-11-13T04:38:06.991Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24542024-11-13T04:38:15.504Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24552024-11-13T04:38:15.691Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24562024-11-13T04:38:16.981Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24572024-11-13T04:38:17.205Z Compiling rustls-pemfile v1.0.4
24582024-11-13T04:38:17.968Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24592024-11-13T04:38:18.292Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24602024-11-13T04:38:19.396Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24612024-11-13T04:38:19.591Z Compiling signal-hook-tokio v0.3.1
24622024-11-13T04:38:19.833Z Compiling twox-hash v1.6.3
24632024-11-13T04:38:19.993Z Compiling unicode-linebreak v0.1.5
24642024-11-13T04:38:20.253Z Compiling smawk v0.3.2
24652024-11-13T04:38:20.536Z Compiling is_ci v1.2.0
24662024-11-13T04:38:20.564Z Compiling textwrap v0.16.1
24672024-11-13T04:38:20.843Z Compiling supports-color v3.0.1
24682024-11-13T04:38:21.302Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24692024-11-13T04:38:23.364Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24702024-11-13T04:38:31.559Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24712024-11-13T04:38:31.590Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24722024-11-13T04:38:36.402Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24732024-11-13T04:38:41.791Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24742024-11-13T04:38:42.478Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24752024-11-13T04:38:43.460Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24762024-11-13T04:38:49.668Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24772024-11-13T04:38:49.994Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24782024-11-13T04:38:50.831Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24792024-11-13T04:38:56.565Z Compiling fatfs v0.3.6
24802024-11-13T04:38:59.450Z Compiling rtoolbox v0.0.2
24812024-11-13T04:38:59.902Z Compiling assert_matches v1.5.0
24822024-11-13T04:39:00.278Z Compiling rpassword v7.3.1
24832024-11-13T04:39:00.720Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24842024-11-13T04:39:01.899Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24852024-11-13T04:39:17.823Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24862024-11-13T04:39:22.281Z Compiling tui-tree-widget v0.22.0
24872024-11-13T04:39:22.740Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24882024-11-13T04:39:24.859Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24892024-11-13T04:39:28.403Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24902024-11-13T04:39:28.723Z Compiling uzers v0.12.1
24912024-11-13T04:39:31.836Z Compiling shell-words v1.1.0
24922024-11-13T04:39:32.295Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24932024-11-13T04:39:38.627Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24942024-11-13T04:39:40.722Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24952024-11-13T04:40:04.787Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24962024-11-13T04:40:11.999Z Compiling multimap v0.10.0
24972024-11-13T04:42:12.486Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24982024-11-13T04:42:22.780Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24992024-11-13T04:49:10.835Z Finished `release` profile [optimized] target(s) in 16m 10s
25002024-11-13T04:50:12.320Z
25012024-11-13T04:50:12.323Zreal 17:13.551109610
25022024-11-13T04:50:12.323Zuser 1:56:10.269272475
25032024-11-13T04:50:12.323Zsys 5:52.569456831
25042024-11-13T04:50:12.323Ztrap 2.806768227
25052024-11-13T04:50:12.323Ztflt 3.150800025
25062024-11-13T04:50:12.323Zdflt 3.915392873
25072024-11-13T04:50:12.323Zkflt 0.238059695
25082024-11-13T04:50:12.323Zlock 7:11:17.192623903
25092024-11-13T04:50:12.323Zslp 6:09:44.143468111
25102024-11-13T04:50:12.323Zlat 2:52.696961067
25112024-11-13T04:50:12.324Zstop 2:32.758569344
25122024-11-13T04:50:12.324Z+ mapfile -t packages
25132024-11-13T04:50:12.324Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25142024-11-13T04:50:13.322Z Finished `release` profile [optimized] target(s) in 0.95s
25152024-11-13T04:50:13.381Z Running `target/release/omicron-package -t test list-outputs`
25162024-11-13T04:50:13.428ZLogging to: /work/oxidecomputer/omicron/out/LOG
25172024-11-13T04:50:13.431Z+ ptime -m cargo build --locked --release -p xtask
25182024-11-13T04:50:14.002Z Compiling serde v1.0.215
25192024-11-13T04:50:14.005Z Compiling libc v0.2.162
25202024-11-13T04:50:14.005Z Compiling serde_json v1.0.132
25212024-11-13T04:50:14.005Z Compiling rustix v0.38.37
25222024-11-13T04:50:14.094Z Compiling syn v2.0.87
25232024-11-13T04:50:14.105Z Compiling bitflags v2.6.0
25242024-11-13T04:50:14.455Z Compiling usdt-impl v0.5.0
25252024-11-13T04:50:14.499Z Compiling syn v1.0.109
25262024-11-13T04:50:14.639Z Compiling log v0.4.22
25272024-11-13T04:50:14.658Z Compiling hashbrown v0.15.0
25282024-11-13T04:50:14.676Z Compiling fs-err v2.11.0
25292024-11-13T04:50:14.978Z Compiling once_cell v1.20.2
25302024-11-13T04:50:15.097Z Compiling anyhow v1.0.93
25312024-11-13T04:50:15.474Z Compiling thread-id v4.2.2
25322024-11-13T04:50:16.039Z Compiling indexmap v2.6.0
25332024-11-13T04:50:17.213Z Compiling terminal_size v0.4.0
25342024-11-13T04:50:17.213Z Compiling tempfile v3.13.0
25352024-11-13T04:50:17.475Z Compiling clap_builder v4.5.20
25362024-11-13T04:50:17.988Z Compiling proc-macro-error v1.0.4
25372024-11-13T04:50:19.239Z Compiling tabled_derive v0.7.0
25382024-11-13T04:50:20.464Z Compiling tabled v0.15.0
25392024-11-13T04:50:22.213Z Compiling serde_derive v1.0.215
25402024-11-13T04:50:22.540Z Compiling thiserror-impl v1.0.69
25412024-11-13T04:50:24.639Z Compiling zerocopy-derive v0.7.35
25422024-11-13T04:50:25.451Z Compiling thiserror v1.0.69
25432024-11-13T04:50:25.610Z Compiling pest v2.7.14
25442024-11-13T04:50:26.022Z Compiling scroll_derive v0.12.0
25452024-11-13T04:50:26.595Z Compiling zerocopy v0.7.35
25462024-11-13T04:50:27.435Z Compiling scroll v0.12.0
25472024-11-13T04:50:28.124Z Compiling goblin v0.8.2
25482024-11-13T04:50:28.300Z Compiling pest_meta v2.7.14
25492024-11-13T04:50:30.386Z Compiling pest_generator v2.7.14
25502024-11-13T04:50:32.464Z Compiling pest_derive v2.7.14
25512024-11-13T04:50:33.261Z Compiling dtrace-parser v0.2.0
25522024-11-13T04:50:38.771Z Compiling serde_tokenstream v0.2.2
25532024-11-13T04:50:39.095Z Compiling serde_spanned v0.6.8
25542024-11-13T04:50:39.372Z Compiling toml_datetime v0.6.8
25552024-11-13T04:50:39.408Z Compiling dof v0.3.0
25562024-11-13T04:50:40.099Z Compiling toml_edit v0.22.22
25572024-11-13T04:50:42.657Z Compiling camino v1.1.9
25582024-11-13T04:50:43.848Z Compiling usdt-macro v0.5.0
25592024-11-13T04:50:44.017Z Compiling usdt-attr-macro v0.5.0
25602024-11-13T04:50:45.087Z Compiling toml v0.8.19
25612024-11-13T04:50:45.408Z Compiling cargo-platform v0.1.8
25622024-11-13T04:50:45.425Z Compiling semver v1.0.23
25632024-11-13T04:50:46.498Z Compiling clap_derive v4.5.18
25642024-11-13T04:50:46.614Z Compiling cargo_toml v0.20.5
25652024-11-13T04:50:46.949Z Compiling cargo_metadata v0.18.1
25662024-11-13T04:50:47.560Z Compiling usdt v0.5.0
25672024-11-13T04:50:49.087Z Compiling camino-tempfile v1.1.1
25682024-11-13T04:50:49.883Z Compiling macaddr v1.0.1
25692024-11-13T04:50:51.210Z Compiling clap v4.5.20
25702024-11-13T04:50:58.825Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25712024-11-13T04:51:10.019Z Finished `release` profile [optimized] target(s) in 56.53s
25722024-11-13T04:51:10.124Z
25732024-11-13T04:51:10.124Zreal 56.662117433
25742024-11-13T04:51:10.127Zuser 5:45.789418171
25752024-11-13T04:51:10.127Zsys 31.690309459
25762024-11-13T04:51:10.127Ztrap 0.156227571
25772024-11-13T04:51:10.127Ztflt 0.309678703
25782024-11-13T04:51:10.127Zdflt 0.574359481
25792024-11-13T04:51:10.127Zkflt 0.001265447
25802024-11-13T04:51:10.127Zlock 10:45.184613453
25812024-11-13T04:51:10.127Zslp 15:51.450563553
25822024-11-13T04:51:10.127Zlat 13.494538369
25832024-11-13T04:51:10.127Zstop 17.926792362
25842024-11-13T04:51:10.127Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25852024-11-13T04:51:10.127Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25862024-11-13T04:51:10.127Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25872024-11-13T04:51:10.127Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25882024-11-13T04:51:10.127Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25892024-11-13T04:51:11.000Z Compiling hashbrown v0.14.5
25902024-11-13T04:51:11.126Z Compiling unsafe-libyaml v0.2.11
25912024-11-13T04:51:11.139Z Compiling progenitor-client v0.8.0
25922024-11-13T04:51:11.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25932024-11-13T04:51:11.141Z Compiling ident_case v1.0.1
25942024-11-13T04:51:11.141Z Compiling ipnetwork v0.20.0
25952024-11-13T04:51:11.141Z Compiling instant v0.1.13
25962024-11-13T04:51:11.141Z Compiling structmeta-derive v0.3.0
25972024-11-13T04:51:11.274Z Compiling darling_core v0.20.10
25982024-11-13T04:51:11.303Z Compiling newtype-uuid v1.1.3
25992024-11-13T04:51:11.592Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26002024-11-13T04:51:11.639Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26012024-11-13T04:51:11.961Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26022024-11-13T04:51:12.123Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26032024-11-13T04:51:12.315Z Compiling regress v0.10.1
26042024-11-13T04:51:12.403Z Compiling serde_yaml v0.9.34+deprecated
26052024-11-13T04:51:12.421Z Compiling regress v0.9.1
26062024-11-13T04:51:12.424Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26072024-11-13T04:51:12.599Z Compiling backoff v0.4.0
26082024-11-13T04:51:12.885Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26092024-11-13T04:51:12.956Z Compiling macaddr v1.0.1
26102024-11-13T04:51:12.978Z Compiling tempfile v3.13.0
26112024-11-13T04:51:13.048Z Compiling proc-macro-crate v1.3.1
26122024-11-13T04:51:13.406Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26132024-11-13T04:51:13.813Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26142024-11-13T04:51:13.887Z Compiling foreign-types-macros v0.2.3
26152024-11-13T04:51:14.137Z Compiling heapless v0.8.0
26162024-11-13T04:51:14.170Z Compiling num_enum_derive v0.5.11
26172024-11-13T04:51:14.221Z Compiling structmeta v0.3.0
26182024-11-13T04:51:14.689Z Compiling parse-display-derive v0.10.0
26192024-11-13T04:51:14.741Z Compiling foreign-types-shared v0.3.1
26202024-11-13T04:51:15.205Z Compiling foreign-types v0.5.0
26212024-11-13T04:51:15.320Z Compiling proc-macro-error v1.0.4
26222024-11-13T04:51:15.538Z Compiling camino-tempfile v1.1.1
26232024-11-13T04:51:16.015Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26242024-11-13T04:51:16.039Z Compiling hash32 v0.3.1
26252024-11-13T04:51:16.294Z Compiling typify-impl v0.2.0
26262024-11-13T04:51:16.588Z Compiling cstr-argument v0.1.2
26272024-11-13T04:51:16.817Z Compiling num_enum v0.5.11
26282024-11-13T04:51:16.853Z Compiling smoltcp v0.11.0
26292024-11-13T04:51:16.871Z Compiling crucible-workspace-hack v0.1.0
26302024-11-13T04:51:16.983Z Compiling pretty-hex v0.2.1
26312024-11-13T04:51:17.174Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26322024-11-13T04:51:17.205Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26332024-11-13T04:51:17.431Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26342024-11-13T04:51:17.548Z Compiling tabwriter v1.4.0
26352024-11-13T04:51:17.551Z Compiling colored v2.1.0
26362024-11-13T04:51:17.634Z Compiling cobs v0.2.3
26372024-11-13T04:51:17.942Z Compiling postcard v1.0.10
26382024-11-13T04:51:18.079Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26392024-11-13T04:51:18.162Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26402024-11-13T04:51:18.331Z Compiling darling_macro v0.20.10
26412024-11-13T04:51:18.349Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26422024-11-13T04:51:18.383Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26432024-11-13T04:51:18.435Z Compiling smf v0.2.3
26442024-11-13T04:51:18.613Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26452024-11-13T04:51:19.032Z Compiling zone_cfg_derive v0.3.0
26462024-11-13T04:51:19.264Z Compiling darling v0.20.10
26472024-11-13T04:51:19.306Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26482024-11-13T04:51:19.308Z Compiling parse-display v0.10.0
26492024-11-13T04:51:19.388Z Compiling serde_with_macros v3.11.0
26502024-11-13T04:51:19.800Z Compiling num-derive v0.4.2
26512024-11-13T04:51:19.900Z Compiling sigpipe v0.1.3
26522024-11-13T04:51:20.036Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26532024-11-13T04:51:20.053Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26542024-11-13T04:51:20.353Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26552024-11-13T04:51:20.564Z Compiling zone v0.3.0
26562024-11-13T04:51:20.815Z Compiling universal-hash v0.5.1
26572024-11-13T04:51:21.030Z Compiling opaque-debug v0.3.1
26582024-11-13T04:51:21.140Z Compiling num-rational v0.4.2
26592024-11-13T04:51:21.199Z Compiling password-hash v0.5.0
26602024-11-13T04:51:22.186Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26612024-11-13T04:51:22.214Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26622024-11-13T04:51:22.234Z Compiling num-complex v0.4.6
26632024-11-13T04:51:22.370Z Compiling serde_with v3.11.0
26642024-11-13T04:51:22.943Z Compiling blake2 v0.10.6
26652024-11-13T04:51:22.964Z Compiling aead v0.5.2
26662024-11-13T04:51:23.168Z Compiling keccak v0.1.5
26672024-11-13T04:51:23.328Z Compiling convert_case v0.4.0
26682024-11-13T04:51:23.353Z Compiling num v0.4.3
26692024-11-13T04:51:23.682Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26702024-11-13T04:51:23.709Z Compiling sha3 v0.10.8
26712024-11-13T04:51:24.240Z Compiling argon2 v0.5.3
26722024-11-13T04:51:24.291Z Compiling poly1305 v0.8.0
26732024-11-13T04:51:24.330Z Compiling tungstenite v0.21.0
26742024-11-13T04:51:24.432Z Compiling derive_more v0.99.18
26752024-11-13T04:51:24.846Z Compiling chacha20 v0.9.1
26762024-11-13T04:51:25.340Z Compiling base64 v0.21.7
26772024-11-13T04:51:26.012Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26782024-11-13T04:51:26.041Z Compiling float-ord v0.3.2
26792024-11-13T04:51:26.120Z Compiling tokio-tungstenite v0.21.0
26802024-11-13T04:51:26.226Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26812024-11-13T04:51:26.379Z Compiling semver v0.1.20
26822024-11-13T04:51:26.589Z Compiling same-file v1.0.6
26832024-11-13T04:51:26.664Z Compiling newline-converter v0.3.0
26842024-11-13T04:51:26.724Z Compiling primeorder v0.13.6
26852024-11-13T04:51:26.846Z Compiling walkdir v2.5.0
26862024-11-13T04:51:26.880Z Compiling rustc_version v0.1.7
26872024-11-13T04:51:27.054Z Compiling secrecy v0.8.0
26882024-11-13T04:51:27.172Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26892024-11-13T04:51:27.270Z Compiling owo-colors v4.1.0
26902024-11-13T04:51:27.335Z Compiling cancel-safe-futures v0.1.5
26912024-11-13T04:51:27.428Z Compiling newtype_derive v0.1.6
26922024-11-13T04:51:27.462Z Compiling expectorate v1.1.0
26932024-11-13T04:51:27.583Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26942024-11-13T04:51:27.626Z Compiling thiserror-impl-no-std v2.0.2
26952024-11-13T04:51:27.650Z Compiling blake3 v1.5.4
26962024-11-13T04:51:27.707Z Compiling ring v0.16.20
26972024-11-13T04:51:27.727Z Compiling unicase v2.7.0
26982024-11-13T04:51:27.904Z Compiling half v2.4.1
26992024-11-13T04:51:28.019Z Compiling ciborium-io v0.2.2
27002024-11-13T04:51:28.075Z Compiling arc-swap v1.7.1
27012024-11-13T04:51:28.375Z Compiling ciborium-ll v0.2.2
27022024-11-13T04:51:28.457Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27032024-11-13T04:51:28.745Z Compiling slog-scope v4.4.0
27042024-11-13T04:51:29.046Z Compiling polyval v0.6.2
27052024-11-13T04:51:29.293Z Compiling atomicwrites v0.4.4
27062024-11-13T04:51:29.420Z Compiling libsw v3.3.1
27072024-11-13T04:51:29.489Z Compiling memmap2 v0.9.5
27082024-11-13T04:51:29.659Z Compiling arrayref v0.3.9
27092024-11-13T04:51:29.758Z Compiling spin v0.5.2
27102024-11-13T04:51:29.778Z Compiling arrayvec v0.7.6
27112024-11-13T04:51:29.953Z Compiling indent_write v2.2.0
27122024-11-13T04:51:30.001Z Compiling salty v0.3.0
27132024-11-13T04:51:30.174Z Compiling constant_time_eq v0.3.1
27142024-11-13T04:51:30.220Z Compiling parking_lot_core v0.8.6
27152024-11-13T04:51:30.373Z Compiling linear-map v1.2.0
27162024-11-13T04:51:30.425Z Compiling libefi-sys v0.1.0
27172024-11-13T04:51:30.757Z Compiling ghash v0.5.1
27182024-11-13T04:51:30.794Z Compiling slog-stdlog v4.1.1
27192024-11-13T04:51:30.814Z Compiling thiserror-no-std v2.0.2
27202024-11-13T04:51:30.939Z Compiling vsss-rs v3.3.4
27212024-11-13T04:51:30.972Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222024-11-13T04:51:31.234Z Compiling ciborium v0.2.2
27232024-11-13T04:51:32.051Z Compiling p384 v0.13.0
27242024-11-13T04:51:32.054Z Compiling toolchain_find v0.4.0
27252024-11-13T04:51:32.118Z Compiling chacha20poly1305 v0.10.1
27262024-11-13T04:51:32.356Z Compiling lzma-sys v0.1.20
27272024-11-13T04:51:32.784Z Compiling ctr v0.9.2
27282024-11-13T04:51:32.803Z Compiling itertools v0.13.0
27292024-11-13T04:51:33.172Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27302024-11-13T04:51:33.193Z Compiling bitfield-struct v0.6.2
27312024-11-13T04:51:33.590Z Compiling slog-dtrace v0.3.0
27322024-11-13T04:51:33.628Z Compiling highway v1.2.0
27332024-11-13T04:51:33.938Z Compiling topological-sort v0.2.2
27342024-11-13T04:51:34.176Z Compiling omicron-zone-package v0.11.1
27352024-11-13T04:51:34.715Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27362024-11-13T04:51:34.777Z Compiling aes-gcm v0.10.3
27372024-11-13T04:51:34.861Z Compiling rustfmt-wrapper v0.2.1
27382024-11-13T04:51:35.060Z Compiling mime_guess v2.0.5
27392024-11-13T04:51:35.064Z Compiling typify-macro v0.2.0
27402024-11-13T04:51:35.207Z Compiling steno v0.4.1
27412024-11-13T04:51:35.458Z Compiling slog-envlogger v2.2.0
27422024-11-13T04:51:36.102Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27432024-11-13T04:51:36.281Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27442024-11-13T04:51:36.426Z Compiling heck v0.3.3
27452024-11-13T04:51:36.495Z Compiling ssh-encoding v0.2.0
27462024-11-13T04:51:36.631Z Compiling blowfish v0.9.1
27472024-11-13T04:51:36.825Z Compiling nibble_vec v0.1.0
27482024-11-13T04:51:36.883Z Compiling env_filter v0.1.2
27492024-11-13T04:51:37.046Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27502024-11-13T04:51:37.050Z Compiling humantime v2.1.0
27512024-11-13T04:51:37.087Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27522024-11-13T04:51:37.337Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27532024-11-13T04:51:37.369Z Compiling endian-type v0.1.2
27542024-11-13T04:51:37.462Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27552024-11-13T04:51:37.514Z Compiling env_logger v0.11.5
27562024-11-13T04:51:37.566Z Compiling zone_cfg_derive v0.1.2
27572024-11-13T04:51:37.615Z Compiling radix_trie v0.2.1
27582024-11-13T04:51:37.650Z Compiling bcrypt-pbkdf v0.10.0
27592024-11-13T04:51:38.281Z Compiling ssh-cipher v0.2.0
27602024-11-13T04:51:38.346Z Compiling parking_lot v0.11.2
27612024-11-13T04:51:38.467Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27622024-11-13T04:51:38.878Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27632024-11-13T04:51:39.316Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27642024-11-13T04:51:39.367Z Compiling password-hash v0.4.2
27652024-11-13T04:51:39.389Z Compiling typify v0.2.0
27662024-11-13T04:51:39.434Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27672024-11-13T04:51:39.560Z Compiling progenitor-impl v0.8.0
27682024-11-13T04:51:39.740Z Compiling gethostname v0.5.0
27692024-11-13T04:51:39.941Z Compiling fxhash v0.2.1
27702024-11-13T04:51:39.977Z Compiling base64 v0.13.1
27712024-11-13T04:51:40.022Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27722024-11-13T04:51:40.074Z Compiling matches v0.1.10
27732024-11-13T04:51:40.144Z Compiling sled v0.34.7
27742024-11-13T04:51:40.180Z Compiling idna v0.2.3
27752024-11-13T04:51:40.292Z Compiling pbkdf2 v0.11.0
27762024-11-13T04:51:40.343Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27772024-11-13T04:51:40.472Z Compiling ron v0.7.1
27782024-11-13T04:51:40.628Z Compiling xz2 v0.1.7
27792024-11-13T04:51:40.655Z Compiling zone v0.1.8
27802024-11-13T04:51:41.100Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27812024-11-13T04:51:41.123Z Compiling ssh-key v0.6.6
27822024-11-13T04:51:42.302Z Compiling hickory-client v0.24.1
27832024-11-13T04:51:42.897Z Compiling p521 v0.13.3
27842024-11-13T04:51:42.949Z Compiling p256 v0.13.2
27852024-11-13T04:51:42.973Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27862024-11-13T04:51:43.803Z Compiling hickory-server v0.24.1
27872024-11-13T04:51:43.850Z Compiling enum-as-inner v0.5.1
27882024-11-13T04:51:44.189Z Compiling pem v3.0.4
27892024-11-13T04:51:44.924Z Compiling yasna v0.5.2
27902024-11-13T04:51:45.059Z Compiling headers-core v0.3.0
27912024-11-13T04:51:45.236Z Compiling kstat-rs v0.2.4
27922024-11-13T04:51:45.373Z Compiling nanorand v0.7.0
27932024-11-13T04:51:45.901Z Compiling russh-cryptovec v0.7.3
27942024-11-13T04:51:45.979Z Compiling atty v0.2.14
27952024-11-13T04:51:46.096Z Compiling http-range v0.1.5
27962024-11-13T04:51:46.224Z Compiling md5 v0.7.0
27972024-11-13T04:51:46.233Z Compiling rcgen v0.12.1
27982024-11-13T04:51:46.487Z Compiling russh-keys v0.45.0
27992024-11-13T04:51:46.667Z Compiling hyper-staticfile v0.10.1
28002024-11-13T04:51:46.670Z Compiling flume v0.11.1
28012024-11-13T04:51:47.080Z Compiling headers v0.4.0
28022024-11-13T04:51:47.414Z Compiling trust-dns-proto v0.22.0
28032024-11-13T04:51:47.839Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
28042024-11-13T04:51:48.088Z Compiling progenitor-macro v0.8.0
28052024-11-13T04:51:48.770Z Compiling num-bigint v0.4.6
28062024-11-13T04:51:49.073Z Compiling des v0.8.1
28072024-11-13T04:51:49.433Z Compiling subprocess v0.2.9
28082024-11-13T04:51:50.930Z Compiling dhcproto-macros v0.1.0
28092024-11-13T04:51:51.153Z Compiling hex-literal v0.4.1
28102024-11-13T04:51:51.323Z Compiling display-error-chain v0.2.2
28112024-11-13T04:51:51.448Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28122024-11-13T04:51:51.535Z Compiling internet-checksum v0.2.1
28132024-11-13T04:51:51.908Z Compiling dhcproto v0.12.0
28142024-11-13T04:51:51.931Z Compiling russh v0.45.0
28152024-11-13T04:51:57.592Z Compiling progenitor v0.8.0
28162024-11-13T04:51:57.722Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28172024-11-13T04:51:57.722Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
28182024-11-13T04:51:57.725Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28192024-11-13T04:51:57.725Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28202024-11-13T04:51:57.725Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28212024-11-13T04:51:57.725Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28222024-11-13T04:51:57.725Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28232024-11-13T04:51:57.830Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28242024-11-13T04:51:58.588Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
28252024-11-13T04:51:59.171Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28262024-11-13T04:52:04.055Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28272024-11-13T04:52:04.157Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28282024-11-13T04:52:13.080Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28292024-11-13T04:52:13.080Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28302024-11-13T04:52:13.083Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28312024-11-13T04:52:13.083Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28322024-11-13T04:52:14.056Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28332024-11-13T04:52:16.348Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28342024-11-13T04:52:17.444Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28352024-11-13T04:52:17.478Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28362024-11-13T04:52:20.105Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28372024-11-13T04:52:21.105Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28382024-11-13T04:52:21.735Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28392024-11-13T04:52:21.913Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28402024-11-13T04:52:23.041Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28412024-11-13T04:52:23.506Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28422024-11-13T04:52:24.889Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28432024-11-13T04:52:25.251Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28442024-11-13T04:52:25.729Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28452024-11-13T04:52:26.639Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28462024-11-13T04:52:26.845Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28472024-11-13T04:52:28.653Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28482024-11-13T04:52:29.174Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28492024-11-13T04:52:29.797Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28502024-11-13T04:52:31.248Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28512024-11-13T04:52:31.906Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28522024-11-13T04:52:32.373Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28532024-11-13T04:52:35.326Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28542024-11-13T04:52:36.075Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552024-11-13T04:52:37.400Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28562024-11-13T04:52:43.463Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28572024-11-13T04:52:51.282Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28582024-11-13T04:52:52.538Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592024-11-13T04:53:11.088Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28602024-11-13T04:53:45.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
28612024-11-13T04:53:45.589Z
28622024-11-13T04:53:45.589Zreal 2:35.410708299
28632024-11-13T04:53:45.589Zuser 11:39.053126838
28642024-11-13T04:53:45.589Zsys 2:33.814481055
28652024-11-13T04:53:45.589Ztrap 0.306553174
28662024-11-13T04:53:45.589Ztflt 0.623224877
28672024-11-13T04:53:45.589Zdflt 2.232397660
28682024-11-13T04:53:45.592Zkflt 0.000059495
28692024-11-13T04:53:45.592Zlock 24:03.744402369
28702024-11-13T04:53:45.592Zslp 41:18.740047140
28712024-11-13T04:53:45.592Zlat 33.508718685
28722024-11-13T04:53:45.592Zstop 1:23.356488450
28732024-11-13T04:53:45.593Z+ mkdir tests
28742024-11-13T04:53:45.595Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28752024-11-13T04:53:45.595Z+ xargs -I '{}' -t cp '{}' tests/
28762024-11-13T04:53:46.561Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4c7004b9cf87bff9 tests/
28772024-11-13T04:53:46.589Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-057407eb7985125e tests/
28782024-11-13T04:53:46.616Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d907cac53c1df968 tests/
28792024-11-13T04:53:46.643Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-abcccf0397d7f2a1 tests/
28802024-11-13T04:53:46.881Z+ 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/*)
28812024-11-13T04:53:46.884Z+ 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-057407eb7985125e tests/commtest-d907cac53c1df968 tests/dhcp_server-4c7004b9cf87bff9 tests/end_to_end_tests-abcccf0397d7f2a1 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
28822024-11-13T04:54:55.470ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28832024-11-13T04:54:55.470Za .github/buildomat/ci-env.sh 1K
28842024-11-13T04:54:55.470Za out/target/test 1K
28852024-11-13T04:54:55.470Za out/npuzone/npuzone 23144K
28862024-11-13T04:54:55.470Za package-manifest.toml 32K
28872024-11-13T04:54:55.470Za smf/sled-agent/non-gimlet/config.toml 4K
28882024-11-13T04:54:55.470Za target/release/omicron-package 36267K
28892024-11-13T04:54:55.470Za target/release/xtask 11749K
28902024-11-13T04:54:55.470Za target/debug/bootstrap 209681K
28912024-11-13T04:54:55.470Za tests/bootstrap-057407eb7985125e 24246K
28922024-11-13T04:54:55.470Za tests/commtest-d907cac53c1df968 25022K
28932024-11-13T04:54:55.470Za tests/dhcp_server-4c7004b9cf87bff9 24246K
28942024-11-13T04:54:55.470Za tests/end_to_end_tests-abcccf0397d7f2a1 227781K
28952024-11-13T04:54:55.471Za out/clickhouse.tar.gz 249887K
28962024-11-13T04:54:55.471Za out/clickhouse_keeper.tar.gz 249865K
28972024-11-13T04:54:55.471Za out/clickhouse_server.tar.gz 249863K
28982024-11-13T04:54:55.471Za out/cockroachdb.tar.gz 134154K
28992024-11-13T04:54:55.471Za out/crucible-dtrace.tar 83K
29002024-11-13T04:54:55.471Za out/crucible-pantry-zone.tar.gz 28146K
29012024-11-13T04:54:55.471Za out/crucible-zone.tar.gz 36357K
29022024-11-13T04:54:55.471Za out/external-dns.tar.gz 35208K
29032024-11-13T04:54:55.471Za out/internal-dns.tar.gz 35208K
29042024-11-13T04:54:55.471Za out/mg-ddm-gz.tar 62661K
29052024-11-13T04:54:55.471Za out/nexus.tar.gz 99611K
29062024-11-13T04:54:55.471Za out/ntp.tar.gz 10333K
29072024-11-13T04:54:55.474Za out/omicron-gateway-softnpu.tar.gz 23510K
29082024-11-13T04:54:55.474Za out/omicron-sled-agent.tar 111840K
29092024-11-13T04:54:55.474Za out/overlay.tar.gz 3K
29102024-11-13T04:54:55.474Za out/oximeter.tar.gz 50888K
29112024-11-13T04:54:55.475Za out/oxlog.tar 3091K
29122024-11-13T04:54:55.475Za out/probe.tar.gz 2764K
29132024-11-13T04:54:55.475Za out/propolis-server.tar.gz 66584K
29142024-11-13T04:54:55.475Za out/pumpkind-gz.tar 26665K
29152024-11-13T04:54:55.475Za out/switch-softnpu.tar.gz 233285K
29162024-11-13T04:54:55.478Z
29172024-11-13T04:54:55.478Zreal 1:08.581870557
29182024-11-13T04:54:55.478Zuser 1:05.447181567
29192024-11-13T04:54:55.478Zsys 4.429038151
29202024-11-13T04:54:55.478Ztrap 0.017407464
29212024-11-13T04:54:55.478Ztflt 0.000000000
29222024-11-13T04:54:55.479Zdflt 0.000000000
29232024-11-13T04:54:55.479Zkflt 0.000000000
29242024-11-13T04:54:55.479Zlock 0.000000000
29252024-11-13T04:54:55.479Zslp 1:05.265041738
29262024-11-13T04:54:55.479Zlat 1.999282464
29272024-11-13T04:54:55.479Zstop 0.000197007
29282024-11-13T04:54:55.479Zprocess exited: duration 1996814 ms, exit code 0
 
29292024-11-13T04:54:55.493Zfound 1 output files
29302024-11-13T04:54:55.494Zuploading: /work/package.tar.gz (1761205840 bytes)
29312024-11-13T04:55:25.452Zuploaded: /work/package.tar.gz