01JDKC2SGFF4ZXN0SFP4ERB86Z: 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: 01JDKC375EP5E1WCD0SBT4GQBX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-26T04:37:35.411Zjob assigned to worker 01JDKC3DSVQ3XW8HK3XK1SWS62 [factory aws, i-0c8153d9baf7c8511] (queued for 1 m 10 s)
 
22024-11-26T04:37:43.526Zstarting task 0: "setup"
32024-11-26T04:37:43.535Z++ uname -s
42024-11-26T04:37:43.537Z+ kern=SunOS
52024-11-26T04:37:43.537Z+ case "$kern" in
62024-11-26T04:37:43.537Z+ groupadd -g 12345 build
72024-11-26T04:37:43.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-26T04:37:45.545Z+ zfs create -o mountpoint=/work rpool/work
92024-11-26T04:37:45.618Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-26T04:37:45.620Z+ home_fs=zfs
112024-11-26T04:37:45.620Z+ [[ zfs == autofs ]]
122024-11-26T04:37:45.620Z+ mkdir -p /home/build
132024-11-26T04:37:45.623Z+ chown build:build /home/build /work
142024-11-26T04:37:47.625Z+ chmod 0700 /home/build /work
152024-11-26T04:37:47.627Zprocess exited: duration 4100 ms, exit code 0
 
162024-11-26T04:37:47.633Zstarting task 1: "rust-toolchain"
172024-11-26T04:37:47.638Z+ printf ' * toolchain channel = "%s"
182024-11-26T04:37:47.638Z' 1.81.0
192024-11-26T04:37:47.638Z * toolchain channel = "1.81.0"
202024-11-26T04:37:47.638Z * toolchain profile = "default"
212024-11-26T04:37:47.638Z+ printf ' * toolchain profile = "%s"
222024-11-26T04:37:47.638Z' default
232024-11-26T04:37:47.640Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-26T04:37:47.640Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-26T04:37:47.743Zinfo: downloading installer
262024-11-26T04:37:49.453Zinfo: profile set to 'default'
272024-11-26T04:37:49.454Zinfo: default host triple is x86_64-unknown-illumos
282024-11-26T04:37:49.456Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-26T04:37:49.592Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-26T04:37:49.592Zinfo: downloading component 'cargo'
312024-11-26T04:37:50.325Zinfo: downloading component 'clippy'
322024-11-26T04:37:50.598Zinfo: downloading component 'rust-docs'
332024-11-26T04:37:51.618Zinfo: downloading component 'rust-std'
342024-11-26T04:37:53.199Zinfo: downloading component 'rustc'
352024-11-26T04:37:58.861Zinfo: downloading component 'rustfmt'
362024-11-26T04:37:59.080Zinfo: installing component 'cargo'
372024-11-26T04:37:59.871Zinfo: installing component 'clippy'
382024-11-26T04:38:00.226Zinfo: installing component 'rust-docs'
392024-11-26T04:38:01.838Zinfo: installing component 'rust-std'
402024-11-26T04:38:03.597Zinfo: installing component 'rustc'
412024-11-26T04:38:09.153Zinfo: installing component 'rustfmt'
422024-11-26T04:38:09.501Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-26T04:38:09.501Z
442024-11-26T04:38:09.865Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-26T04:38:09.865Z
462024-11-26T04:38:09.868Z
472024-11-26T04:38:09.868ZRust is installed now. Great!
482024-11-26T04:38:09.868Z
492024-11-26T04:38:09.868ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-26T04:38:09.868Zenvironment variable. This has not been done automatically.
512024-11-26T04:38:09.868Z
522024-11-26T04:38:09.868ZTo configure your current shell, you need to source
532024-11-26T04:38:09.868Zthe corresponding env file under $HOME/.cargo.
542024-11-26T04:38:09.868Z
552024-11-26T04:38:09.868ZThis is usually done by running one of the following (note the leading DOT):
562024-11-26T04:38:09.868Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-26T04:38:09.868Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-26T04:38:09.915Z+ rustc --version
592024-11-26T04:38:09.981Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-26T04:38:09.984Zprocess exited: duration 22346 ms, exit code 0
 
612024-11-26T04:38:09.989Zstarting task 2: "authentication"
622024-11-26T04:38:10.030Zprocess exited: duration 40 ms, exit code 0
 
632024-11-26T04:38:10.035Zstarting task 3: "clone repository"
642024-11-26T04:38:10.041Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-26T04:38:10.043Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-26T04:38:10.623ZCloning into '/work/oxidecomputer/omicron'...
672024-11-26T04:38:17.296Z+ cd /work/oxidecomputer/omicron
682024-11-26T04:38:17.298Z+ git fetch origin 73f89b3221c75d4cb24f5b5d77de796008e031ec
692024-11-26T04:38:17.620ZFrom https://github.com/oxidecomputer/omicron
702024-11-26T04:38:17.620Z * branch 73f89b3221c75d4cb24f5b5d77de796008e031ec -> FETCH_HEAD
712024-11-26T04:38:17.628Z+ [[ -n disk-generation-in-inventory ]]
722024-11-26T04:38:17.630Z++ git branch --show-current
732024-11-26T04:38:17.633Z+ current=main
742024-11-26T04:38:17.633Z+ [[ main != disk-generation-in-inventory ]]
752024-11-26T04:38:17.633Z+ git branch -f disk-generation-in-inventory 73f89b3221c75d4cb24f5b5d77de796008e031ec
762024-11-26T04:38:17.636Z+ git checkout -f disk-generation-in-inventory
772024-11-26T04:38:17.808ZSwitched to branch 'disk-generation-in-inventory'
782024-11-26T04:38:17.811Z+ git reset --hard 73f89b3221c75d4cb24f5b5d77de796008e031ec
792024-11-26T04:38:17.834ZHEAD is now at 73f89b322 openapi
802024-11-26T04:38:17.836Zprocess exited: duration 7798 ms, exit code 0
 
812024-11-26T04:38:17.841Zstarting task 4: "build"
822024-11-26T04:38:17.846Z+ source .github/buildomat/ci-env.sh
832024-11-26T04:38:17.846Z++ export CARGO_TERM_COLOR=always
842024-11-26T04:38:17.846Z++ CARGO_TERM_COLOR=always
852024-11-26T04:38:17.846Z+ cargo --version
862024-11-26T04:38:17.905Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-26T04:38:17.909Z+ rustc --version
882024-11-26T04:38:17.969Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-26T04:38:17.972Z+ WORK=/work
902024-11-26T04:38:17.975Z+ pfexec mkdir -p /work
912024-11-26T04:38:17.977Z+ pfexec chown build /work
922024-11-26T04:38:17.979Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-26T04:38:30.300Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-26T04:38:34.101Z Startup: Caching catalogs ... Done
952024-11-26T04:38:43.060ZPlanning: Solver setup ... Done (8.195s)
962024-11-26T04:38:43.172ZPlanning: Running solver ... Done (0.112s)
972024-11-26T04:38:43.349ZPlanning: Finding local manifests ... Done (0.086s)
982024-11-26T04:38:43.361ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-26T04:38:43.575ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-26T04:38:43.773ZPlanning: Package planning ... Done (0.198s)
1012024-11-26T04:38:43.829ZPlanning: Merging actions ... Done (0.055s)
1022024-11-26T04:38:44.438ZPlanning: Checking for conflicting actions ... Done (0.609s)
1032024-11-26T04:38:48.594ZPlanning: Consolidating action changes ... Done (4.154s)
1042024-11-26T04:38:48.978ZPlanning: Evaluating mediators ... Done (0.384s)
1052024-11-26T04:38:49.106ZPlanning: Planning completed in 14.91 seconds
1062024-11-26T04:38:49.121Z Packages to install: 4
1072024-11-26T04:38:49.121Z Packages to update: 1
1082024-11-26T04:38:49.123Z Mediators to change: 2
1092024-11-26T04:38:49.123Z Services to change: 1
1102024-11-26T04:38:49.123Z Estimated space available: 155.64 GB
1112024-11-26T04:38:49.123ZEstimated space to be consumed: 1.60 GB
1122024-11-26T04:38:49.123Z Create boot environment: No
1132024-11-26T04:38:49.123ZCreate backup boot environment: Yes
1142024-11-26T04:38:49.123Z Rebuild boot archive: No
1152024-11-26T04:38:49.123Z
1162024-11-26T04:38:49.123ZChanged mediators:
1172024-11-26T04:38:49.123Z mediator clang:
1182024-11-26T04:38:49.123Z version: None -> 15 (system default)
1192024-11-26T04:38:49.123Z
1202024-11-26T04:38:49.123Z mediator llvm:
1212024-11-26T04:38:49.123Z version: 14 (system default) -> 15 (system default)
1222024-11-26T04:38:49.123Z
1232024-11-26T04:38:49.123ZChanged packages:
1242024-11-26T04:38:49.123Zhelios-dev
1252024-11-26T04:38:49.123Z developer/build-essential
1262024-11-26T04:38:49.123Z None -> 11-2.0
1272024-11-26T04:38:49.123Z library/libxmlsec1
1282024-11-26T04:38:49.123Z None -> 1.2.35-2.0
1292024-11-26T04:38:49.123Z ooce/developer/clang-15
1302024-11-26T04:38:49.124Z None -> 15.0.7-2.0
1312024-11-26T04:38:49.124Z ooce/developer/llvm-15
1322024-11-26T04:38:49.124Z None -> 15.0.7-2.0
1332024-11-26T04:38:49.124Z package/pkg
1342024-11-26T04:38:49.124Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-26T04:38:49.124Z
1362024-11-26T04:38:49.124ZServices:
1372024-11-26T04:38:49.124Z restart_fmri:
1382024-11-26T04:38:49.124Z svc:/system/update-man-index:default
1392024-11-26T04:38:49.124Z
1402024-11-26T04:38:49.124ZEditable files to change:
1412024-11-26T04:38:49.124Z Update:
1422024-11-26T04:38:49.124Z usr/share/lib/pkg/web/config.shtml
1432024-11-26T04:38:49.348Z
1442024-11-26T04:38:49.348ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-26T04:38:54.352ZDownload: 797/4281 items 18.6/220.6MB 8% complete (3.8M/s)
1462024-11-26T04:38:59.810ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (10.6M/s)
1472024-11-26T04:39:05.020ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (10.2M/s)
1482024-11-26T04:39:10.038ZDownload: 3277/4281 items 211.0/220.6MB 95% complete (12.9M/s)
1492024-11-26T04:39:15.040ZDownload: 4108/4281 items 219.4/220.6MB 99% complete (10.1M/s)
1502024-11-26T04:39:18.956ZDownload: Completed 220.60 MB in 29.59 seconds (7.5M/s)
1512024-11-26T04:39:20.827Z Actions: 1/5063 actions (Removing old actions)
1522024-11-26T04:39:20.841Z Actions: 194/5063 actions (Installing new actions)
1532024-11-26T04:39:26.030Z Actions: 4091/5063 actions (Installing new actions)
1542024-11-26T04:39:26.189Z Actions: 4226/5063 actions (Updating modified actions)
1552024-11-26T04:39:26.536Z Actions: Completed 5063 actions in 5.71 seconds.
1562024-11-26T04:39:26.932Z Done (0.389s)
1572024-11-26T04:39:26.935Z Done (0.000s)
1582024-11-26T04:39:27.468Z Done (0.535s)
1592024-11-26T04:39:33.128Z Done (5.440s)
1602024-11-26T04:39:33.440Z Done (0.241s)
1612024-11-26T04:39:33.442Z Done (0.000s)
1622024-11-26T04:39:33.602Z Done (0.000s)
1632024-11-26T04:39:34.274ZPlanning: Evaluating mediator changes ... Done
1642024-11-26T04:39:34.436ZPlanning: Checking for conflicting actions ... Done
1652024-11-26T04:39:34.439ZPlanning: Consolidating action changes ... Done
1662024-11-26T04:39:34.710ZPlanning: Evaluating mediators ... Done
1672024-11-26T04:39:34.713ZPlanning: Planning completed in 0.44 seconds
1682024-11-26T04:39:34.748Z Mediators to change: 2
1692024-11-26T04:39:34.748Z Create boot environment: No
1702024-11-26T04:39:34.757ZCreate backup boot environment: No
1712024-11-26T04:39:34.869Z Done
1722024-11-26T04:39:34.869Z Done
1732024-11-26T04:39:35.213Z Done
1742024-11-26T04:39:38.889Z Done
1752024-11-26T04:39:38.979Z Done
1762024-11-26T04:39:38.981Z Done
1772024-11-26T04:39:39.102Z Done
1782024-11-26T04:39:39.734ZPlanning: Evaluating mediator changes ... Done
1792024-11-26T04:39:39.736ZPlanning: Merging actions ... Done
1802024-11-26T04:39:39.925ZPlanning: Checking for conflicting actions ... Done
1812024-11-26T04:39:39.928ZPlanning: Consolidating action changes ... Done
1822024-11-26T04:39:40.206ZPlanning: Evaluating mediators ... Done
1832024-11-26T04:39:40.270ZPlanning: Planning completed in 0.79 seconds
1842024-11-26T04:39:40.306Z Packages to change: 1
1852024-11-26T04:39:40.306Z Mediators to change: 1
1862024-11-26T04:39:40.312Z Services to change: 1
1872024-11-26T04:39:40.312Z Create boot environment: No
1882024-11-26T04:39:40.312ZCreate backup boot environment: Yes
1892024-11-26T04:39:42.281Z Actions: 1/6 actions (Updating modified actions)
1902024-11-26T04:39:42.348Z Actions: Completed 6 actions in 0.07 seconds.
1912024-11-26T04:39:42.351Z Done
1922024-11-26T04:39:42.351Z Done
1932024-11-26T04:39:42.460Z Done
1942024-11-26T04:39:46.160Z Done
1952024-11-26T04:39:46.248Z Done
1962024-11-26T04:39:46.251Z Done
1972024-11-26T04:39:46.362Z Done
1982024-11-26T04:39:46.799ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-11-26T04:39:46.799Zclang system 15 system
2002024-11-26T04:39:46.799Zcsh system system illumos
2012024-11-26T04:39:46.799Zctags system system illumos
2022024-11-26T04:39:46.799Zgcc vendor 12 vendor
2032024-11-26T04:39:46.799Zgcc system 10 system
2042024-11-26T04:39:46.799Zgcc system 7 system
2052024-11-26T04:39:46.799Zgo system 1.20 system
2062024-11-26T04:39:46.799Zgo system 1.19 system
2072024-11-26T04:39:46.799Zllvm system 15 system
2082024-11-26T04:39:46.799Zllvm system 14 system
2092024-11-26T04:39:46.799Zmariadb system 10.6 system
2102024-11-26T04:39:46.799Zmta vendor vendor dma
2112024-11-26T04:39:46.800Zopenjdk system 17 system
2122024-11-26T04:39:46.800Zopenjdk system 11 system
2132024-11-26T04:39:46.800Zopenjdk system 1.8 system
2142024-11-26T04:39:46.800Zopenssl vendor 3 vendor
2152024-11-26T04:39:46.800Zperl system 5.36 system
2162024-11-26T04:39:46.800Zpostgresql system 15 system
2172024-11-26T04:39:46.800Zpostgresql system 13 system
2182024-11-26T04:39:46.800Zpython vendor 3 vendor
2192024-11-26T04:39:46.800Zpython system 2 system
2202024-11-26T04:39:46.800Zpython3 system 3.11 system
2212024-11-26T04:39:46.800Zruby system 3.0 system
2222024-11-26T04:39:46.800Zwords vendor vendor american-english
2232024-11-26T04:39:46.800Zwords system system australian-english
2242024-11-26T04:39:46.800Zwords system system british-english
2252024-11-26T04:39:46.800Zwords system system canadian-english
2262024-11-26T04:39:46.800Zwords system system french
2272024-11-26T04:39:46.800Zwords system system italian
2282024-11-26T04:39:46.800Zwords system system ngerman
2292024-11-26T04:39:46.800Zwords system system ogerman
2302024-11-26T04:39:46.800Zwords system system spanish
2312024-11-26T04:39:47.125ZPUBLISHER TYPE STATUS P LOCATION
2322024-11-26T04:39:47.125Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2332024-11-26T04:39:49.725ZFMRI IFO
2342024-11-26T04:39:49.725Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-11-26T04:39:49.725Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-11-26T04:39:49.725Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-11-26T04:39:49.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-11-26T04:39:49.725Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392024-11-26T04:39:49.725Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-11-26T04:39:49.725Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2412024-11-26T04:39:49.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2422024-11-26T04:39:49.725Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-11-26T04:39:49.725Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2442024-11-26T04:39:49.725Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-11-26T04:39:49.725Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-11-26T04:39:49.725Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2472024-11-26T04:39:49.725Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-11-26T04:39:49.725Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-11-26T04:39:50.461Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2502024-11-26T04:39:50.733Z Updating crates.io index
2512024-11-26T04:39:50.795Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522024-11-26T04:39:51.555Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2532024-11-26T04:39:51.789Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542024-11-26T04:39:52.009Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552024-11-26T04:39:52.250Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-11-26T04:39:53.129Z Updating git repository `https://github.com/oxidecomputer/crucible`
2572024-11-26T04:39:55.566Z Updating git repository `https://github.com/oxidecomputer/opte`
2582024-11-26T04:39:56.647Z Updating git repository `https://github.com/oxidecomputer/falcon`
2592024-11-26T04:39:57.504Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602024-11-26T04:39:57.743Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612024-11-26T04:39:58.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622024-11-26T04:39:58.525Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2632024-11-26T04:39:58.887Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642024-11-26T04:39:59.153Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652024-11-26T04:39:59.391Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662024-11-26T04:39:59.637Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2672024-11-26T04:39:59.860Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2682024-11-26T04:40:00.113Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2692024-11-26T04:40:00.376Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702024-11-26T04:40:00.672Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2712024-11-26T04:40:00.987Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722024-11-26T04:40:01.498Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732024-11-26T04:40:01.813Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742024-11-26T04:40:02.288Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752024-11-26T04:40:02.612Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762024-11-26T04:40:03.077Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2772024-11-26T04:40:03.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782024-11-26T04:40:03.553Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792024-11-26T04:40:03.828Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802024-11-26T04:40:05.186Z Downloading crates ...
2812024-11-26T04:40:05.370Z Downloaded anyhow v1.0.93
2822024-11-26T04:40:05.374Z Downloaded once_cell v1.20.2
2832024-11-26T04:40:05.378Z Downloaded digest v0.10.7
2842024-11-26T04:40:05.380Z Downloaded toml v0.8.19
2852024-11-26T04:40:05.383Z Downloaded plain v0.2.3
2862024-11-26T04:40:05.385Z Downloaded camino v1.1.9
2872024-11-26T04:40:05.387Z Downloaded equivalent v1.0.1
2882024-11-26T04:40:05.390Z Downloaded anstyle v1.0.10
2892024-11-26T04:40:05.401Z Downloaded unicode-width v0.1.14
2902024-11-26T04:40:05.407Z Downloaded bitflags v2.6.0
2912024-11-26T04:40:05.410Z Downloaded anstyle-query v1.1.1
2922024-11-26T04:40:05.412Z Downloaded bytecount v0.6.8
2932024-11-26T04:40:05.415Z Downloaded autocfg v1.4.0
2942024-11-26T04:40:05.415Z Downloaded anstyle-parse v0.2.5
2952024-11-26T04:40:05.424Z Downloaded anstream v0.6.15
2962024-11-26T04:40:05.426Z Downloaded byteorder v1.5.0
2972024-11-26T04:40:05.435Z Downloaded block-buffer v0.10.4
2982024-11-26T04:40:05.441Z Downloaded ryu v1.0.18
2992024-11-26T04:40:05.444Z Downloaded crypto-common v0.1.6
3002024-11-26T04:40:05.447Z Downloaded clap_lex v0.7.2
3012024-11-26T04:40:05.449Z Downloaded cfg-if v1.0.0
3022024-11-26T04:40:05.449Z Downloaded fs-err v2.11.0
3032024-11-26T04:40:05.457Z Downloaded cargo_toml v0.20.5
3042024-11-26T04:40:05.459Z Downloaded proc-macro2 v1.0.89
3052024-11-26T04:40:05.462Z Downloaded generic-array v0.14.7
3062024-11-26T04:40:05.465Z Downloaded errno v0.3.9
3072024-11-26T04:40:05.473Z Downloaded camino-tempfile v1.1.1
3082024-11-26T04:40:05.479Z Downloaded heck v0.5.0
3092024-11-26T04:40:05.481Z Downloaded heck v0.4.1
3102024-11-26T04:40:05.483Z Downloaded cargo_metadata v0.18.1
3112024-11-26T04:40:05.488Z Downloaded dof v0.3.0
3122024-11-26T04:40:05.495Z Downloaded usdt-macro v0.5.0
3132024-11-26T04:40:05.498Z Downloaded swrite v0.1.0
3142024-11-26T04:40:05.498Z Downloaded colorchoice v1.0.2
3152024-11-26T04:40:05.511Z Downloaded scroll_derive v0.12.0
3162024-11-26T04:40:05.516Z Downloaded dtrace-parser v0.2.0
3172024-11-26T04:40:05.518Z Downloaded serde_tokenstream v0.2.2
3182024-11-26T04:40:05.519Z Downloaded fnv v1.0.7
3192024-11-26T04:40:05.521Z Downloaded cargo-platform v0.1.8
3202024-11-26T04:40:05.521Z Downloaded itoa v1.0.11
3212024-11-26T04:40:05.525Z Downloaded macaddr v1.0.1
3222024-11-26T04:40:05.527Z Downloaded pretty-hex v0.4.1
3232024-11-26T04:40:05.529Z Downloaded fastrand v2.1.1
3242024-11-26T04:40:05.529Z Downloaded proc-macro-error-attr v1.0.4
3252024-11-26T04:40:05.534Z Downloaded quote v1.0.37
3262024-11-26T04:40:05.536Z Downloaded serde_spanned v0.6.8
3272024-11-26T04:40:05.538Z Downloaded cpufeatures v0.2.14
3282024-11-26T04:40:05.541Z Downloaded tabled_derive v0.7.0
3292024-11-26T04:40:05.541Z Downloaded memmap v0.7.0
3302024-11-26T04:40:05.543Z Downloaded usdt-attr-macro v0.5.0
3312024-11-26T04:40:05.543Z Downloaded pest_generator v2.7.14
3322024-11-26T04:40:05.546Z Downloaded strsim v0.11.1
3332024-11-26T04:40:05.548Z Downloaded utf8parse v0.2.2
3342024-11-26T04:40:05.551Z Downloaded usdt v0.5.0
3352024-11-26T04:40:05.551Z Downloaded scroll v0.12.0
3362024-11-26T04:40:05.555Z Downloaded clap_derive v4.5.18
3372024-11-26T04:40:05.557Z Downloaded unicode-linebreak v0.1.5
3382024-11-26T04:40:05.560Z Downloaded is_terminal_polyfill v1.70.1
3392024-11-26T04:40:05.562Z Downloaded thiserror-impl v1.0.69
3402024-11-26T04:40:05.565Z Downloaded smawk v0.3.2
3412024-11-26T04:40:05.565Z Downloaded version_check v0.9.5
3422024-11-26T04:40:05.567Z Downloaded usdt-impl v0.5.0
3432024-11-26T04:40:05.567Z Downloaded toml_datetime v0.6.8
3442024-11-26T04:40:05.569Z Downloaded thread-id v4.2.2
3452024-11-26T04:40:05.569Z Downloaded thiserror v1.0.69
3462024-11-26T04:40:05.578Z Downloaded semver v1.0.23
3472024-11-26T04:40:05.581Z Downloaded proc-macro-error v1.0.4
3482024-11-26T04:40:05.586Z Downloaded terminal_size v0.4.0
3492024-11-26T04:40:05.589Z Downloaded zerocopy-derive v0.7.35
3502024-11-26T04:40:05.592Z Downloaded pest_derive v2.7.14
3512024-11-26T04:40:05.594Z Downloaded serde_derive v1.0.215
3522024-11-26T04:40:05.597Z Downloaded ucd-trie v0.1.7
3532024-11-26T04:40:05.599Z Downloaded rustix v0.38.37
3542024-11-26T04:40:05.619Z Downloaded unicode-ident v1.0.13
3552024-11-26T04:40:05.621Z Downloaded clap v4.5.21
3562024-11-26T04:40:05.628Z Downloaded typenum v1.17.0
3572024-11-26T04:40:05.631Z Downloaded tempfile v3.13.0
3582024-11-26T04:40:05.633Z Downloaded textwrap v0.16.1
3592024-11-26T04:40:05.636Z Downloaded serde v1.0.215
3602024-11-26T04:40:05.638Z Downloaded pest v2.7.14
3612024-11-26T04:40:05.643Z Downloaded indexmap v2.6.0
3622024-11-26T04:40:05.647Z Downloaded sha2 v0.10.8
3632024-11-26T04:40:05.649Z Downloaded pest_meta v2.7.14
3642024-11-26T04:40:05.651Z Downloaded memchr v2.7.4
3652024-11-26T04:40:05.655Z Downloaded log v0.4.22
3662024-11-26T04:40:05.658Z Downloaded toml_edit v0.22.22
3672024-11-26T04:40:05.678Z Downloaded goblin v0.8.2
3682024-11-26T04:40:05.683Z Downloaded papergrid v0.11.0
3692024-11-26T04:40:05.688Z Downloaded clap_builder v4.5.21
3702024-11-26T04:40:05.694Z Downloaded serde_json v1.0.132
3712024-11-26T04:40:05.700Z Downloaded zerocopy v0.7.35
3722024-11-26T04:40:05.715Z Downloaded winnow v0.6.20
3732024-11-26T04:40:05.723Z Downloaded tabled v0.15.0
3742024-11-26T04:40:05.737Z Downloaded hashbrown v0.15.0
3752024-11-26T04:40:05.746Z Downloaded syn v1.0.109
3762024-11-26T04:40:05.751Z Downloaded syn v2.0.87
3772024-11-26T04:40:05.781Z Downloaded libc v0.2.162
3782024-11-26T04:40:06.088Z Compiling proc-macro2 v1.0.89
3792024-11-26T04:40:06.088Z Compiling unicode-ident v1.0.13
3802024-11-26T04:40:06.088Z Compiling serde v1.0.215
3812024-11-26T04:40:06.090Z Compiling version_check v0.9.5
3822024-11-26T04:40:06.090Z Compiling memchr v2.7.4
3832024-11-26T04:40:06.090Z Compiling thiserror v1.0.69
3842024-11-26T04:40:06.090Z Compiling libc v0.2.162
3852024-11-26T04:40:06.090Z Compiling itoa v1.0.11
3862024-11-26T04:40:06.371Z Compiling ucd-trie v0.1.7
3872024-11-26T04:40:06.493Z Compiling ryu v1.0.18
3882024-11-26T04:40:06.972Z Compiling once_cell v1.20.2
3892024-11-26T04:40:06.974Z Compiling byteorder v1.5.0
3902024-11-26T04:40:07.289Z Compiling serde_json v1.0.132
3912024-11-26T04:40:07.527Z Compiling rustix v0.38.37
3922024-11-26T04:40:07.633Z Compiling bitflags v2.6.0
3932024-11-26T04:40:07.660Z Compiling proc-macro-error-attr v1.0.4
3942024-11-26T04:40:07.786Z Compiling usdt-impl v0.5.0
3952024-11-26T04:40:07.970Z Compiling syn v1.0.109
3962024-11-26T04:40:08.075Z Compiling proc-macro-error v1.0.4
3972024-11-26T04:40:08.119Z Compiling equivalent v1.0.1
3982024-11-26T04:40:08.240Z Compiling hashbrown v0.15.0
3992024-11-26T04:40:08.348Z Compiling plain v0.2.3
4002024-11-26T04:40:08.377Z Compiling camino v1.1.9
4012024-11-26T04:40:08.502Z Compiling utf8parse v0.2.2
4022024-11-26T04:40:08.532Z Compiling log v0.4.22
4032024-11-26T04:40:08.653Z Compiling anstyle-parse v0.2.5
4042024-11-26T04:40:08.680Z Compiling quote v1.0.37
4052024-11-26T04:40:08.921Z Compiling errno v0.3.9
4062024-11-26T04:40:08.946Z Compiling thread-id v4.2.2
4072024-11-26T04:40:09.075Z Compiling syn v2.0.87
4082024-11-26T04:40:09.183Z Compiling semver v1.0.23
4092024-11-26T04:40:09.366Z Compiling unicode-width v0.1.14
4102024-11-26T04:40:09.482Z Compiling indexmap v2.6.0
4112024-11-26T04:40:09.512Z Compiling anstyle-query v1.1.1
4122024-11-26T04:40:09.666Z Compiling autocfg v1.4.0
4132024-11-26T04:40:09.726Z Compiling pretty-hex v0.4.1
4142024-11-26T04:40:09.878Z Compiling winnow v0.6.20
4152024-11-26T04:40:09.958Z Compiling colorchoice v1.0.2
4162024-11-26T04:40:10.134Z Compiling anstyle v1.0.10
4172024-11-26T04:40:10.628Z Compiling is_terminal_polyfill v1.70.1
4182024-11-26T04:40:10.765Z Compiling anstream v0.6.15
4192024-11-26T04:40:10.819Z Compiling fs-err v2.11.0
4202024-11-26T04:40:10.999Z Compiling anyhow v1.0.93
4212024-11-26T04:40:11.088Z Compiling fnv v1.0.7
4222024-11-26T04:40:11.238Z Compiling strsim v0.11.1
4232024-11-26T04:40:11.405Z Compiling terminal_size v0.4.0
4242024-11-26T04:40:11.542Z Compiling heck v0.4.1
4252024-11-26T04:40:11.636Z Compiling bytecount v0.6.8
4262024-11-26T04:40:11.677Z Compiling clap_lex v0.7.2
4272024-11-26T04:40:11.876Z Compiling cfg-if v1.0.0
4282024-11-26T04:40:11.992Z Compiling heck v0.5.0
4292024-11-26T04:40:12.134Z Compiling fastrand v2.1.1
4302024-11-26T04:40:12.200Z Compiling clap_builder v4.5.21
4312024-11-26T04:40:12.226Z Compiling papergrid v0.11.0
4322024-11-26T04:40:12.546Z Compiling tempfile v3.13.0
4332024-11-26T04:40:12.942Z Compiling memmap v0.7.0
4342024-11-26T04:40:13.086Z Compiling smawk v0.3.2
4352024-11-26T04:40:13.298Z Compiling unicode-linebreak v0.1.5
4362024-11-26T04:40:13.776Z Compiling textwrap v0.16.1
4372024-11-26T04:40:13.800Z Compiling swrite v0.1.0
4382024-11-26T04:40:14.917Z Compiling tabled_derive v0.7.0
4392024-11-26T04:40:16.446Z Compiling tabled v0.15.0
4402024-11-26T04:40:18.086Z Compiling serde_derive v1.0.215
4412024-11-26T04:40:18.086Z Compiling thiserror-impl v1.0.69
4422024-11-26T04:40:18.089Z Compiling zerocopy-derive v0.7.35
4432024-11-26T04:40:18.089Z Compiling scroll_derive v0.12.0
4442024-11-26T04:40:18.089Z Compiling clap_derive v4.5.18
4452024-11-26T04:40:19.276Z Compiling scroll v0.12.0
4462024-11-26T04:40:19.715Z Compiling goblin v0.8.2
4472024-11-26T04:40:19.824Z Compiling zerocopy v0.7.35
4482024-11-26T04:40:20.650Z Compiling pest v2.7.14
4492024-11-26T04:40:21.742Z Compiling clap v4.5.21
4502024-11-26T04:40:22.899Z Compiling pest_meta v2.7.14
4512024-11-26T04:40:23.741Z Compiling pest_generator v2.7.14
4522024-11-26T04:40:25.411Z Compiling pest_derive v2.7.14
4532024-11-26T04:40:26.055Z Compiling dtrace-parser v0.2.0
4542024-11-26T04:40:28.221Z Compiling serde_spanned v0.6.8
4552024-11-26T04:40:28.223Z Compiling toml_datetime v0.6.8
4562024-11-26T04:40:28.223Z Compiling cargo-platform v0.1.8
4572024-11-26T04:40:28.618Z Compiling serde_tokenstream v0.2.2
4582024-11-26T04:40:28.825Z Compiling toml_edit v0.22.22
4592024-11-26T04:40:28.853Z Compiling macaddr v1.0.1
4602024-11-26T04:40:28.879Z Compiling camino-tempfile v1.1.1
4612024-11-26T04:40:29.727Z Compiling dof v0.3.0
4622024-11-26T04:40:29.727Z Compiling cargo_metadata v0.18.1
4632024-11-26T04:40:31.655Z Compiling toml v0.8.19
4642024-11-26T04:40:31.733Z Compiling usdt-macro v0.5.0
4652024-11-26T04:40:31.733Z Compiling usdt-attr-macro v0.5.0
4662024-11-26T04:40:32.492Z Compiling cargo_toml v0.20.5
4672024-11-26T04:40:33.084Z Compiling usdt v0.5.0
4682024-11-26T04:40:35.974Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692024-11-26T04:40:40.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.93s
4702024-11-26T04:40:40.434Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4712024-11-26T04:40:40.973Z Downloading crates ...
4722024-11-26T04:40:41.100Z Downloaded async-stream-impl v0.3.6
4732024-11-26T04:40:41.108Z Downloaded crucible-workspace-hack v0.1.0
4742024-11-26T04:40:41.111Z Downloaded array-init v0.0.4
4752024-11-26T04:40:41.113Z Downloaded cstr-argument v0.1.2
4762024-11-26T04:40:41.113Z Downloaded bitflags v1.3.2
4772024-11-26T04:40:41.116Z Downloaded ascii-canvas v3.0.0
4782024-11-26T04:40:41.118Z Downloaded bit-vec v0.6.3
4792024-11-26T04:40:41.118Z Downloaded aead v0.5.2
4802024-11-26T04:40:41.121Z Downloaded ciborium-ll v0.2.2
4812024-11-26T04:40:41.121Z Downloaded cexpr v0.6.0
4822024-11-26T04:40:41.123Z Downloaded chacha20 v0.9.1
4832024-11-26T04:40:41.125Z Downloaded cmake v0.1.51
4842024-11-26T04:40:41.128Z Downloaded castaway v0.2.3
4852024-11-26T04:40:41.128Z Downloaded blowfish v0.9.1
4862024-11-26T04:40:41.130Z Downloaded adler2 v2.0.0
4872024-11-26T04:40:41.130Z Downloaded bb8 v0.8.5
4882024-11-26T04:40:41.133Z Downloaded constant_time_eq v0.3.1
4892024-11-26T04:40:41.133Z Downloaded cancel-safe-futures v0.1.5
4902024-11-26T04:40:41.136Z Downloaded cookie v0.18.1
4912024-11-26T04:40:41.139Z Downloaded const-oid v0.9.6
4922024-11-26T04:40:41.141Z Downloaded crc-any v2.5.0
4932024-11-26T04:40:41.144Z Downloaded blake2 v0.10.6
4942024-11-26T04:40:41.148Z Downloaded allocator-api2 v0.2.18
4952024-11-26T04:40:41.151Z Downloaded aes-gcm v0.10.3
4962024-11-26T04:40:41.155Z Downloaded darling v0.20.10
4972024-11-26T04:40:41.159Z Downloaded ctr v0.9.2
4982024-11-26T04:40:41.162Z Downloaded hex v0.4.3
4992024-11-26T04:40:41.165Z Downloaded colored v2.1.0
5002024-11-26T04:40:41.167Z Downloaded bumpalo v3.16.0
5012024-11-26T04:40:41.170Z Downloaded heck v0.3.3
5022024-11-26T04:40:41.172Z Downloaded hex-literal v0.4.1
5032024-11-26T04:40:41.172Z Downloaded atomicwrites v0.4.4
5042024-11-26T04:40:41.175Z Downloaded heapless v0.8.0
5052024-11-26T04:40:41.178Z Downloaded heapless v0.7.17
5062024-11-26T04:40:41.182Z Downloaded hickory-client v0.24.1
5072024-11-26T04:40:41.185Z Downloaded async-trait v0.1.83
5082024-11-26T04:40:41.188Z Downloaded rand_core v0.6.4
5092024-11-26T04:40:41.191Z Downloaded atomic-waker v1.1.2
5102024-11-26T04:40:41.193Z Downloaded async-recursion v1.1.1
5112024-11-26T04:40:41.195Z Downloaded async-stream v0.3.6
5122024-11-26T04:40:41.198Z Downloaded atty v0.2.14
5132024-11-26T04:40:41.198Z Downloaded addr2line v0.24.2
5142024-11-26T04:40:41.200Z Downloaded headers-core v0.3.0
5152024-11-26T04:40:41.203Z Downloaded arrayref v0.3.9
5162024-11-26T04:40:41.203Z Downloaded assert_matches v1.5.0
5172024-11-26T04:40:41.205Z Downloaded async-bb8-diesel v0.2.1
5182024-11-26T04:40:41.208Z Downloaded hmac v0.12.1
5192024-11-26T04:40:41.215Z Downloaded cfg_aliases v0.2.1
5202024-11-26T04:40:41.218Z Downloaded highway v1.2.0
5212024-11-26T04:40:41.220Z Downloaded http-body v1.0.1
5222024-11-26T04:40:41.223Z Downloaded crunchy v0.2.2
5232024-11-26T04:40:41.225Z Downloaded ciborium-io v0.2.2
5242024-11-26T04:40:41.227Z Downloaded home v0.5.9
5252024-11-26T04:40:41.227Z Downloaded rustls-pemfile v2.2.0
5262024-11-26T04:40:41.230Z Downloaded humantime v2.1.0
5272024-11-26T04:40:41.232Z Downloaded rusty-fork v0.3.0
5282024-11-26T04:40:41.234Z Downloaded bit-set v0.5.3
5292024-11-26T04:40:41.234Z Downloaded bcrypt-pbkdf v0.10.0
5302024-11-26T04:40:41.237Z Downloaded hyper-rustls v0.27.3
5312024-11-26T04:40:41.239Z Downloaded http-body-util v0.1.2
5322024-11-26T04:40:41.242Z Downloaded cfg_aliases v0.1.1
5332024-11-26T04:40:41.242Z Downloaded http v1.1.0
5342024-11-26T04:40:41.248Z Downloaded icu_provider_macros v1.5.0
5352024-11-26T04:40:41.248Z Downloaded icu_locid_transform_data v1.5.0
5362024-11-26T04:40:41.248Z Downloaded bitfield v0.14.0
5372024-11-26T04:40:41.252Z Downloaded cobs v0.2.3
5382024-11-26T04:40:41.252Z Downloaded bitfield-struct v0.6.2
5392024-11-26T04:40:41.254Z Downloaded hubpack v0.1.2
5402024-11-26T04:40:41.254Z Downloaded hyper-staticfile v0.10.1
5412024-11-26T04:40:41.257Z Downloaded is_ci v1.2.0
5422024-11-26T04:40:41.259Z Downloaded cassowary v0.3.0
5432024-11-26T04:40:41.259Z Downloaded httpdate v1.0.3
5442024-11-26T04:40:41.262Z Downloaded hkdf v0.12.4
5452024-11-26T04:40:41.265Z Downloaded chrono-tz-build v0.4.0
5462024-11-26T04:40:41.265Z Downloaded icu_properties v1.5.1
5472024-11-26T04:40:41.267Z Downloaded ahash v0.8.11
5482024-11-26T04:40:41.270Z Downloaded convert_case v0.4.0
5492024-11-26T04:40:41.272Z Downloaded crossbeam-deque v0.8.5
5502024-11-26T04:40:41.275Z Downloaded base64ct v1.6.0
5512024-11-26T04:40:41.277Z Downloaded arrayvec v0.7.6
5522024-11-26T04:40:41.279Z Downloaded block-padding v0.3.3
5532024-11-26T04:40:41.279Z Downloaded hubpack_derive v0.1.1
5542024-11-26T04:40:41.282Z Downloaded httparse v1.9.5
5552024-11-26T04:40:41.284Z Downloaded instant v0.1.13
5562024-11-26T04:40:41.284Z Downloaded ident_case v1.0.1
5572024-11-26T04:40:41.286Z Downloaded hostname v0.3.1
5582024-11-26T04:40:41.289Z Downloaded argon2 v0.5.3
5592024-11-26T04:40:41.293Z Downloaded hostname v0.4.0
5602024-11-26T04:40:41.296Z Downloaded instability v0.3.2
5612024-11-26T04:40:41.296Z Downloaded crc-catalog v2.4.0
5622024-11-26T04:40:41.299Z Downloaded cipher v0.4.4
5632024-11-26T04:40:41.303Z Downloaded bcs v0.1.6
5642024-11-26T04:40:41.306Z Downloaded matches v0.1.10
5652024-11-26T04:40:41.306Z Downloaded http-range v0.1.5
5662024-11-26T04:40:41.306Z Downloaded cbc v0.1.2
5672024-11-26T04:40:41.310Z Downloaded hickory-server v0.24.1
5682024-11-26T04:40:41.316Z Downloaded toolchain_find v0.4.0
5692024-11-26T04:40:41.319Z Downloaded stable_deref_trait v1.2.0
5702024-11-26T04:40:41.321Z Downloaded maybe-uninit v2.0.0
5712024-11-26T04:40:41.321Z Downloaded curve25519-dalek-derive v0.1.1
5722024-11-26T04:40:41.323Z Downloaded bzip2 v0.4.4
5732024-11-26T04:40:41.326Z Downloaded ron v0.8.1
5742024-11-26T04:40:41.330Z Downloaded match_cfg v0.1.0
5752024-11-26T04:40:41.335Z Downloaded lazycell v1.3.0
5762024-11-26T04:40:41.338Z Downloaded topological-sort v0.2.2
5772024-11-26T04:40:41.338Z Downloaded quinn-udp v0.5.5
5782024-11-26T04:40:41.338Z Downloaded tinyvec_macros v0.1.1
5792024-11-26T04:40:41.342Z Downloaded linked-hash-map v0.5.6
5802024-11-26T04:40:41.342Z Downloaded serde_with_macros v3.11.0
5812024-11-26T04:40:41.344Z Downloaded new_debug_unreachable v1.0.6
5822024-11-26T04:40:41.345Z Downloaded secrecy v0.8.0
5832024-11-26T04:40:41.348Z Downloaded progenitor-macro v0.8.0
5842024-11-26T04:40:41.348Z Downloaded mime v0.3.17
5852024-11-26T04:40:41.351Z Downloaded hyper-tls v0.6.0
5862024-11-26T04:40:41.351Z Downloaded termios v0.3.3
5872024-11-26T04:40:41.354Z Downloaded slog-json v2.6.1
5882024-11-26T04:40:41.357Z Downloaded slog-envlogger v2.2.0
5892024-11-26T04:40:41.357Z Downloaded vte_generate_state_changes v0.1.2
5902024-11-26T04:40:41.359Z Downloaded clang-sys v1.8.1
5912024-11-26T04:40:41.365Z Downloaded memoffset v0.9.1
5922024-11-26T04:40:41.365Z Downloaded md-5 v0.10.6
5932024-11-26T04:40:41.366Z Downloaded crossbeam-utils v0.8.20
5942024-11-26T04:40:41.368Z Downloaded const_format_proc_macros v0.2.33
5952024-11-26T04:40:41.371Z Downloaded oso-derive v0.27.3
5962024-11-26T04:40:41.371Z Downloaded iana-time-zone v0.1.61
5972024-11-26T04:40:41.374Z Downloaded foreign-types-shared v0.1.1
5982024-11-26T04:40:41.376Z Downloaded untrusted v0.9.0
5992024-11-26T04:40:41.379Z Downloaded tokio-tungstenite v0.23.1
6002024-11-26T04:40:41.381Z Downloaded lru v0.12.5
6012024-11-26T04:40:41.381Z Downloaded libefi-sys v0.1.0
6022024-11-26T04:40:41.384Z Downloaded md5 v0.7.0
6032024-11-26T04:40:41.386Z Downloaded dyn-clone v1.0.17
6042024-11-26T04:40:41.386Z Downloaded dunce v1.0.5
6052024-11-26T04:40:41.388Z Downloaded newline-converter v0.3.0
6062024-11-26T04:40:41.389Z Downloaded foreign-types-shared v0.3.1
6072024-11-26T04:40:41.391Z Downloaded lru-cache v0.1.2
6082024-11-26T04:40:41.391Z Downloaded aho-corasick v1.1.3
6092024-11-26T04:40:41.397Z Downloaded parse-size v1.1.0
6102024-11-26T04:40:41.399Z Downloaded hash32 v0.3.1
6112024-11-26T04:40:41.401Z Downloaded hash32 v0.2.1
6122024-11-26T04:40:41.404Z Downloaded pretty-hex v0.2.1
6132024-11-26T04:40:41.404Z Downloaded maplit v1.0.2
6142024-11-26T04:40:41.406Z Downloaded lock_api v0.4.12
6152024-11-26T04:40:41.406Z Downloaded glob v0.3.1
6162024-11-26T04:40:41.408Z Downloaded foreign-types-macros v0.2.3
6172024-11-26T04:40:41.411Z Downloaded csv-core v0.1.11
6182024-11-26T04:40:41.411Z Downloaded jobserver v0.1.32
6192024-11-26T04:40:41.413Z Downloaded tls_codec v0.4.1
6202024-11-26T04:40:41.416Z Downloaded icu_normalizer_data v1.5.0
6212024-11-26T04:40:41.418Z Downloaded icu_locid v1.5.0
6222024-11-26T04:40:41.423Z Downloaded xz2 v0.1.7
6232024-11-26T04:40:41.425Z Downloaded bytes v1.8.0
6242024-11-26T04:40:41.429Z Downloaded olpc-cjson v0.1.4
6252024-11-26T04:40:41.432Z Downloaded chacha20poly1305 v0.10.1
6262024-11-26T04:40:41.434Z Downloaded aes v0.8.4
6272024-11-26T04:40:41.437Z Downloaded bindgen v0.69.5
6282024-11-26T04:40:41.445Z Downloaded try-lock v0.2.5
6292024-11-26T04:40:41.447Z Downloaded percent-encoding v2.3.1
6302024-11-26T04:40:41.449Z Downloaded strum_macros v0.26.4
6312024-11-26T04:40:41.452Z Downloaded env_logger v0.10.2
6322024-11-26T04:40:41.455Z Downloaded primeorder v0.13.6
6332024-11-26T04:40:41.457Z Downloaded snafu-derive v0.8.5
6342024-11-26T04:40:41.459Z Downloaded zerofrom v0.1.4
6352024-11-26T04:40:41.459Z Downloaded phf v0.11.2
6362024-11-26T04:40:41.462Z Downloaded hyper-util v0.1.10
6372024-11-26T04:40:41.466Z Downloaded sec1 v0.7.3
6382024-11-26T04:40:41.469Z Downloaded icu_provider v1.5.0
6392024-11-26T04:40:41.471Z Downloaded const_format v0.2.33
6402024-11-26T04:40:41.477Z Downloaded sigpipe v0.1.3
6412024-11-26T04:40:41.479Z Downloaded rand_xorshift v0.3.0
6422024-11-26T04:40:41.481Z Downloaded tinyvec v1.8.0
6432024-11-26T04:40:41.484Z Downloaded float-ord v0.3.2
6442024-11-26T04:40:41.488Z Downloaded fxhash v0.2.1
6452024-11-26T04:40:41.488Z Downloaded fragile v2.0.0
6462024-11-26T04:40:41.490Z Downloaded owo-colors v4.1.0
6472024-11-26T04:40:41.493Z Downloaded env_logger v0.11.5
6482024-11-26T04:40:41.495Z Downloaded diesel_table_macro_syntax v0.2.0
6492024-11-26T04:40:41.497Z Downloaded tui-tree-widget v0.22.0
6502024-11-26T04:40:41.509Z Downloaded zeroize v1.8.1
6512024-11-26T04:40:41.511Z Downloaded zerofrom-derive v0.1.4
6522024-11-26T04:40:41.513Z Downloaded icu_collections v1.5.0
6532024-11-26T04:40:41.519Z Downloaded zeroize_derive v1.4.2
6542024-11-26T04:40:41.521Z Downloaded opaque-debug v0.3.1
6552024-11-26T04:40:41.524Z Downloaded num-conv v0.1.0
6562024-11-26T04:40:41.524Z Downloaded phf_codegen v0.11.2
6572024-11-26T04:40:41.528Z Downloaded fallible-streaming-iterator v0.1.9
6582024-11-26T04:40:41.528Z Downloaded backtrace v0.3.74
6592024-11-26T04:40:41.532Z Downloaded path-slash v0.1.5
6602024-11-26T04:40:41.534Z Downloaded sct v0.7.1
6612024-11-26T04:40:41.537Z Downloaded unicode-bidi v0.3.17
6622024-11-26T04:40:41.541Z Downloaded gethostname v0.5.0
6632024-11-26T04:40:41.543Z Downloaded simd-adler32 v0.3.7
6642024-11-26T04:40:41.545Z Downloaded omicron-zone-package v0.11.1
6652024-11-26T04:40:41.548Z Downloaded tabwriter v1.4.0
6662024-11-26T04:40:41.550Z Downloaded utf-8 v0.7.6
6672024-11-26T04:40:41.550Z Downloaded tokio-rustls v0.25.0
6682024-11-26T04:40:41.553Z Downloaded signal-hook-registry v1.4.2
6692024-11-26T04:40:41.555Z Downloaded synstructure v0.13.1
6702024-11-26T04:40:41.555Z Downloaded rand v0.8.5
6712024-11-26T04:40:41.559Z Downloaded wyz v0.5.1
6722024-11-26T04:40:41.561Z Downloaded siphasher v0.3.11
6732024-11-26T04:40:41.564Z Downloaded pkg-config v0.3.31
6742024-11-26T04:40:41.566Z Downloaded pin-utils v0.1.0
6752024-11-26T04:40:41.566Z Downloaded utf8_iter v1.0.4
6762024-11-26T04:40:41.568Z Downloaded signal-hook-mio v0.2.4
6772024-11-26T04:40:41.569Z Downloaded zerocopy-derive v0.8.10
6782024-11-26T04:40:41.575Z Downloaded endian-type v0.1.2
6792024-11-26T04:40:41.577Z Downloaded darling_core v0.20.10
6802024-11-26T04:40:41.580Z Downloaded termcolor v1.4.1
6812024-11-26T04:40:41.583Z Downloaded fs_extra v1.3.0
6822024-11-26T04:40:41.586Z Downloaded crossbeam-channel v0.5.13
6832024-11-26T04:40:41.589Z Downloaded globset v0.4.15
6842024-11-26T04:40:41.591Z Downloaded ghash v0.5.1
6852024-11-26T04:40:41.594Z Downloaded funty v2.0.0
6862024-11-26T04:40:41.594Z Downloaded number_prefix v0.4.0
6872024-11-26T04:40:41.596Z Downloaded pbkdf2 v0.11.0
6882024-11-26T04:40:41.599Z Downloaded packed_struct_codegen v0.10.1
6892024-11-26T04:40:41.599Z Downloaded num_threads v0.1.7
6902024-11-26T04:40:41.601Z Downloaded unicase v2.7.0
6912024-11-26T04:40:41.604Z Downloaded num-complex v0.4.6
6922024-11-26T04:40:41.606Z Downloaded dirs-next v2.0.0
6932024-11-26T04:40:41.606Z Downloaded polyval v0.6.2
6942024-11-26T04:40:41.609Z Downloaded crossbeam-epoch v0.9.18
6952024-11-26T04:40:41.611Z Downloaded termtree v0.4.1
6962024-11-26T04:40:41.613Z Downloaded tokio-stream v0.1.16
6972024-11-26T04:40:41.618Z Downloaded difflib v0.4.0
6982024-11-26T04:40:41.620Z Downloaded data-encoding v2.6.0
6992024-11-26T04:40:41.620Z Downloaded pkcs8 v0.10.2
7002024-11-26T04:40:41.624Z Downloaded phf_shared v0.10.0
7012024-11-26T04:40:41.626Z Downloaded spin v0.5.2
7022024-11-26T04:40:41.627Z Downloaded slog-bunyan v2.5.0
7032024-11-26T04:40:41.629Z Downloaded serde_plain v1.0.2
7042024-11-26T04:40:41.632Z Downloaded serde_path_to_error v0.1.16
7052024-11-26T04:40:41.634Z Downloaded downcast v0.11.0
7062024-11-26T04:40:41.634Z Downloaded hickory-resolver v0.24.1
7072024-11-26T04:40:41.639Z Downloaded futures-task v0.3.31
7082024-11-26T04:40:41.641Z Downloaded thiserror-impl-no-std v2.0.2
7092024-11-26T04:40:41.643Z Downloaded dhcproto v0.12.0
7102024-11-26T04:40:41.645Z Downloaded minimal-lexical v0.2.1
7112024-11-26T04:40:41.650Z Downloaded normalize-line-endings v0.3.0
7122024-11-26T04:40:41.653Z Downloaded smf v0.2.3
7132024-11-26T04:40:41.653Z Downloaded serde_yaml v0.9.34+deprecated
7142024-11-26T04:40:41.656Z Downloaded time-core v0.1.2
7152024-11-26T04:40:41.659Z Downloaded waitgroup v0.1.2
7162024-11-26T04:40:41.661Z Downloaded hyper v1.5.0
7172024-11-26T04:40:41.667Z Downloaded phf_generator v0.11.2
7182024-11-26T04:40:41.669Z Downloaded mirai-annotations v1.12.0
7192024-11-26T04:40:41.671Z Downloaded group v0.13.0
7202024-11-26T04:40:41.674Z Downloaded rustc_version v0.4.1
7212024-11-26T04:40:41.674Z Downloaded rustc-hash v2.0.0
7222024-11-26T04:40:41.676Z Downloaded value-bag v1.9.0
7232024-11-26T04:40:41.679Z Downloaded russh-cryptovec v0.7.3
7242024-11-26T04:40:41.681Z Downloaded ssh-encoding v0.2.0
7252024-11-26T04:40:41.681Z Downloaded ssh-cipher v0.2.0
7262024-11-26T04:40:41.684Z Downloaded nu-ansi-term v0.50.1
7272024-11-26T04:40:41.686Z Downloaded phf_shared v0.11.2
7282024-11-26T04:40:41.689Z Downloaded parse-display v0.10.0
7292024-11-26T04:40:41.689Z Downloaded serde_derive_internals v0.29.1
7302024-11-26T04:40:41.691Z Downloaded sqlparser_derive v0.2.2
7312024-11-26T04:40:41.694Z Downloaded unicode-xid v0.2.6
7322024-11-26T04:40:41.696Z Downloaded defmt v0.3.8
7332024-11-26T04:40:41.698Z Downloaded debug-ignore v1.0.5
7342024-11-26T04:40:41.701Z Downloaded diff v0.1.13
7352024-11-26T04:40:41.704Z Downloaded embedded-io v0.6.1
7362024-11-26T04:40:41.706Z Downloaded mockall v0.13.0
7372024-11-26T04:40:41.709Z Downloaded rustversion v1.0.17
7382024-11-26T04:40:41.711Z Downloaded parking_lot_core v0.9.10
7392024-11-26T04:40:41.714Z Downloaded thread_local v1.1.8
7402024-11-26T04:40:41.716Z Downloaded filetime v0.2.25
7412024-11-26T04:40:41.718Z Downloaded rustc-demangle v0.1.24
7422024-11-26T04:40:41.721Z Downloaded expectorate v1.1.0
7432024-11-26T04:40:41.723Z Downloaded dirs-sys-next v0.1.2
7442024-11-26T04:40:41.723Z Downloaded tap v1.0.1
7452024-11-26T04:40:41.725Z Downloaded num-integer v0.1.46
7462024-11-26T04:40:41.728Z Downloaded russh-keys v0.45.0
7472024-11-26T04:40:41.730Z Downloaded pkcs5 v0.7.1
7482024-11-26T04:40:41.733Z Downloaded proc-macro-crate v1.3.1
7492024-11-26T04:40:41.736Z Downloaded predicates v3.1.2
7502024-11-26T04:40:41.739Z Downloaded predicates-tree v1.0.11
7512024-11-26T04:40:41.739Z Downloaded flagset v0.4.6
7522024-11-26T04:40:41.741Z Downloaded wait-timeout v0.2.0
7532024-11-26T04:40:41.741Z Downloaded yoke-derive v0.7.4
7542024-11-26T04:40:41.744Z Downloaded fixedbitset v0.4.2
7552024-11-26T04:40:41.744Z Downloaded rustc_version v0.1.7
7562024-11-26T04:40:41.746Z Downloaded psl-types v2.0.11
7572024-11-26T04:40:41.746Z Downloaded uuid v1.11.0
7582024-11-26T04:40:41.750Z Downloaded pin-project-internal v1.1.6
7592024-11-26T04:40:41.752Z Downloaded socket2 v0.5.7
7602024-11-26T04:40:41.755Z Downloaded predicates-core v1.0.8
7612024-11-26T04:40:41.758Z Downloaded displaydoc v0.2.5
7622024-11-26T04:40:41.760Z Downloaded parse-zoneinfo v0.3.1
7632024-11-26T04:40:41.763Z Downloaded typed-path v0.9.3
7642024-11-26T04:40:41.772Z Downloaded tokio-macros v2.4.0
7652024-11-26T04:40:41.775Z Downloaded typify-macro v0.2.0
7662024-11-26T04:40:41.775Z Downloaded shell-words v1.1.0
7672024-11-26T04:40:41.775Z Downloaded sha1 v0.10.6
7682024-11-26T04:40:41.778Z Downloaded peg-runtime v0.8.3
7692024-11-26T04:40:41.780Z Downloaded time-macros v0.2.18
7702024-11-26T04:40:41.782Z Downloaded walkdir v2.5.0
7712024-11-26T04:40:41.785Z Downloaded ed25519 v2.2.3
7722024-11-26T04:40:41.788Z Downloaded zerocopy v0.6.6
7732024-11-26T04:40:41.790Z Downloaded libm v0.2.8
7742024-11-26T04:40:41.797Z Downloaded want v0.3.1
7752024-11-26T04:40:41.799Z Downloaded multer v3.1.0
7762024-11-26T04:40:41.802Z Downloaded pbkdf2 v0.12.2
7772024-11-26T04:40:41.804Z Downloaded rustls-pki-types v1.9.0
7782024-11-26T04:40:41.807Z Downloaded precomputed-hash v0.1.1
7792024-11-26T04:40:41.809Z Downloaded radium v0.7.0
7802024-11-26T04:40:41.809Z Downloaded r2d2 v0.8.10
7812024-11-26T04:40:41.811Z Downloaded num-bigint v0.4.6
7822024-11-26T04:40:41.816Z Downloaded smallvec v0.6.14
7832024-11-26T04:40:41.819Z Downloaded nanorand v0.7.0
7842024-11-26T04:40:41.821Z Downloaded scheduled-thread-pool v0.2.7
7852024-11-26T04:40:41.824Z Downloaded tls_codec_derive v0.4.1
7862024-11-26T04:40:41.826Z Downloaded test-strategy v0.3.1
7872024-11-26T04:40:41.828Z Downloaded itertools v0.12.1
7882024-11-26T04:40:41.835Z Downloaded scrypt v0.11.0
7892024-11-26T04:40:41.837Z Downloaded scopeguard v1.2.0
7902024-11-26T04:40:41.839Z Downloaded num-iter v0.1.45
7912024-11-26T04:40:41.839Z Downloaded num-derive v0.4.2
7922024-11-26T04:40:41.842Z Downloaded libxml v0.3.3
7932024-11-26T04:40:41.850Z Downloaded ecdsa v0.16.9
7942024-11-26T04:40:41.853Z Downloaded vte v0.11.1
7952024-11-26T04:40:41.853Z Downloaded darling_macro v0.20.10
7962024-11-26T04:40:41.856Z Downloaded xattr v1.3.1
7972024-11-26T04:40:41.856Z Downloaded paste v1.0.15
7982024-11-26T04:40:41.858Z Downloaded url v2.5.3
7992024-11-26T04:40:41.862Z Downloaded serde-big-array v0.5.1
8002024-11-26T04:40:41.864Z Downloaded defmt-parser v0.3.4
8012024-11-26T04:40:41.866Z Downloaded untrusted v0.7.1
8022024-11-26T04:40:41.867Z Downloaded peg-macros v0.8.4
8032024-11-26T04:40:41.869Z Downloaded der v0.7.9
8042024-11-26T04:40:41.873Z Downloaded progenitor-client v0.8.0
8052024-11-26T04:40:41.875Z Downloaded ff v0.13.0
8062024-11-26T04:40:41.878Z Downloaded slog-term v2.9.1
8072024-11-26T04:40:41.881Z Downloaded serde_urlencoded v0.7.1
8082024-11-26T04:40:41.881Z Downloaded pin-project v1.1.6
8092024-11-26T04:40:41.892Z Downloaded openssl-probe v0.1.5
8102024-11-26T04:40:41.894Z Downloaded openssl-macros v0.1.1
8112024-11-26T04:40:41.894Z Downloaded futures-sink v0.3.31
8122024-11-26T04:40:41.897Z Downloaded fd-lock v4.0.2
8132024-11-26T04:40:41.899Z Downloaded tough v0.19.0
8142024-11-26T04:40:41.905Z Downloaded quick-error v1.2.3
8152024-11-26T04:40:41.908Z Downloaded string_cache v0.8.7
8162024-11-26T04:40:41.911Z Downloaded postgres-protocol v0.6.7
8172024-11-26T04:40:41.911Z Downloaded password-hash v0.4.2
8182024-11-26T04:40:41.914Z Downloaded static_assertions v1.1.0
8192024-11-26T04:40:41.914Z Downloaded sqlformat v0.2.6
8202024-11-26T04:40:41.916Z Downloaded universal-hash v0.5.1
8212024-11-26T04:40:41.920Z Downloaded serde-hex v0.1.0
8222024-11-26T04:40:41.920Z Downloaded smallvec v1.13.2
8232024-11-26T04:40:41.923Z Downloaded password-hash v0.5.0
8242024-11-26T04:40:41.926Z Downloaded dropshot_endpoint v0.12.0
8252024-11-26T04:40:41.928Z Downloaded newtype_derive v0.1.6
8262024-11-26T04:40:41.928Z Downloaded nibble_vec v0.1.0
8272024-11-26T04:40:41.932Z Downloaded zone v0.3.0
8282024-11-26T04:40:41.932Z Downloaded time v0.3.36
8292024-11-26T04:40:41.938Z Downloaded miniz_oxide v0.8.0
8302024-11-26T04:40:41.941Z Downloaded yoke v0.7.4
8312024-11-26T04:40:41.943Z Downloaded powerfmt v0.2.0
8322024-11-26T04:40:41.945Z Downloaded foreign-types v0.5.0
8332024-11-26T04:40:41.945Z Downloaded unicode-properties v0.1.3
8342024-11-26T04:40:41.948Z Downloaded strum_macros v0.24.3
8352024-11-26T04:40:41.950Z Downloaded mio v1.0.2
8362024-11-26T04:40:41.955Z Downloaded twox-hash v1.6.3
8372024-11-26T04:40:41.958Z Downloaded strum v0.26.3
8382024-11-26T04:40:41.960Z Downloaded slog-stdlog v4.1.1
8392024-11-26T04:40:41.960Z Downloaded packed_struct v0.10.1
8402024-11-26T04:40:41.963Z Downloaded futures-macro v0.3.31
8412024-11-26T04:40:41.966Z Downloaded num_enum_derive v0.5.11
8422024-11-26T04:40:41.966Z Downloaded num_enum v0.5.11
8432024-11-26T04:40:41.970Z Downloaded which v4.4.2
8442024-11-26T04:40:41.972Z Downloaded unicode-truncate v1.1.0
8452024-11-26T04:40:41.975Z Downloaded same-file v1.0.6
8462024-11-26T04:40:41.975Z Downloaded yasna v0.5.2
8472024-11-26T04:40:41.977Z Downloaded toml v0.7.8
8482024-11-26T04:40:41.980Z Downloaded foreign-types v0.3.2
8492024-11-26T04:40:41.983Z Downloaded futures-channel v0.3.31
8502024-11-26T04:40:41.987Z Downloaded newtype-uuid v1.1.3
8512024-11-26T04:40:41.987Z Downloaded serde_repr v0.1.19
8522024-11-26T04:40:41.990Z Downloaded postgres-types v0.2.8
8532024-11-26T04:40:41.990Z Downloaded tinystr v0.7.6
8542024-11-26T04:40:41.992Z Downloaded ref-cast-impl v1.0.23
8552024-11-26T04:40:41.992Z Downloaded der_derive v0.7.3
8562024-11-26T04:40:41.995Z Downloaded derive_builder_macro v0.20.2
8572024-11-26T04:40:41.995Z Downloaded slog-async v2.8.0
8582024-11-26T04:40:41.997Z Downloaded rtoolbox v0.0.2
8592024-11-26T04:40:42.000Z Downloaded tiny-keccak v2.0.2
8602024-11-26T04:40:42.003Z Downloaded slog-dtrace v0.3.0
8612024-11-26T04:40:42.003Z Downloaded display-error-chain v0.2.2
8622024-11-26T04:40:42.006Z Downloaded tracing v0.1.40
8632024-11-26T04:40:42.008Z Downloaded zone_cfg_derive v0.3.0
8642024-11-26T04:40:42.011Z Downloaded zone_cfg_derive v0.1.2
8652024-11-26T04:40:42.011Z Downloaded foldhash v0.1.3
8662024-11-26T04:40:42.015Z Downloaded fatfs v0.3.6
8672024-11-26T04:40:42.017Z Downloaded hashlink v0.9.1
8682024-11-26T04:40:42.017Z Downloaded structmeta v0.3.0
8692024-11-26T04:40:42.017Z Downloaded parking_lot v0.12.3
8702024-11-26T04:40:42.020Z Downloaded icu_properties_data v1.5.0
8712024-11-26T04:40:42.034Z Downloaded futures-io v0.3.31
8722024-11-26T04:40:42.036Z Downloaded spki v0.7.3
8732024-11-26T04:40:42.037Z Downloaded ed25519-dalek v2.1.1
8742024-11-26T04:40:42.039Z Downloaded stringprep v0.1.5
8752024-11-26T04:40:42.039Z Downloaded futures-executor v0.3.31
8762024-11-26T04:40:42.042Z Downloaded zerovec v0.10.4
8772024-11-26T04:40:42.046Z Downloaded shlex v1.3.0
8782024-11-26T04:40:42.049Z Downloaded parse-display-derive v0.10.0
8792024-11-26T04:40:42.049Z Downloaded parking_lot_core v0.8.6
8802024-11-26T04:40:42.052Z Downloaded futures-core v0.3.31
8812024-11-26T04:40:42.055Z Downloaded nodrop v0.1.14
8822024-11-26T04:40:42.055Z Downloaded structmeta v0.2.0
8832024-11-26T04:40:42.055Z Downloaded tokio-tungstenite v0.24.0
8842024-11-26T04:40:42.058Z Downloaded tokio-rustls v0.24.1
8852024-11-26T04:40:42.061Z Downloaded unsafe-libyaml v0.2.11
8862024-11-26T04:40:42.064Z Downloaded half v2.4.1
8872024-11-26T04:40:42.066Z Downloaded futures v0.3.31
8882024-11-26T04:40:42.071Z Downloaded whoami v1.5.2
8892024-11-26T04:40:42.073Z Downloaded ref-cast v1.0.23
8902024-11-26T04:40:42.076Z Downloaded oso v0.27.3
8912024-11-26T04:40:42.080Z Downloaded hashbrown v0.12.3
8922024-11-26T04:40:42.084Z Downloaded bitvec v1.0.1
8932024-11-26T04:40:42.099Z Downloaded slog-scope v4.4.0
8942024-11-26T04:40:42.102Z Downloaded elliptic-curve v0.13.8
8952024-11-26T04:40:42.105Z Downloaded flate2 v1.0.34
8962024-11-26T04:40:42.109Z Downloaded derive_builder v0.20.2
8972024-11-26T04:40:42.114Z Downloaded slog v2.7.0
8982024-11-26T04:40:42.117Z Downloaded hashbrown v0.13.2
8992024-11-26T04:40:42.122Z Downloaded zip v2.1.3
9002024-11-26T04:40:42.127Z Downloaded samael v0.0.17
9012024-11-26T04:40:42.134Z Downloaded tungstenite v0.24.0
9022024-11-26T04:40:42.141Z Downloaded p256 v0.13.2
9032024-11-26T04:40:42.141Z Downloaded quinn v0.11.5
9042024-11-26T04:40:42.151Z Downloaded futures-util v0.3.31
9052024-11-26T04:40:42.164Z Downloaded num-rational v0.4.2
9062024-11-26T04:40:42.164Z Downloaded derive_more v0.99.18
9072024-11-26T04:40:42.167Z Downloaded rustyline v14.0.0
9082024-11-26T04:40:42.167Z Downloaded ssh-key v0.6.6
9092024-11-26T04:40:42.174Z Downloaded unicode-normalization v0.1.24
9102024-11-26T04:40:42.177Z Downloaded portable-atomic v1.9.0
9112024-11-26T04:40:42.185Z Downloaded tokio-postgres v0.7.12
9122024-11-26T04:40:42.189Z Downloaded lalrpop v0.19.12
9132024-11-26T04:40:42.201Z Downloaded unicode_categories v0.1.1
9142024-11-26T04:40:42.204Z Downloaded russh v0.45.0
9152024-11-26T04:40:42.208Z Downloaded openssl-sys v0.9.103
9162024-11-26T04:40:42.213Z Downloaded flume v0.11.1
9172024-11-26T04:40:42.217Z Downloaded idna v0.2.3
9182024-11-26T04:40:42.224Z Downloaded num-bigint-dig v0.8.4
9192024-11-26T04:40:42.230Z Downloaded p521 v0.13.3
9202024-11-26T04:40:42.234Z Downloaded derive_builder_core v0.20.2
9212024-11-26T04:40:42.236Z Downloaded typify v0.2.0
9222024-11-26T04:40:42.239Z Downloaded hashbrown v0.14.5
9232024-11-26T04:40:42.245Z Downloaded qorb v0.2.0
9242024-11-26T04:40:42.250Z Downloaded idna v0.5.0
9252024-11-26T04:40:42.258Z Downloaded quick-xml v0.33.0
9262024-11-26T04:40:42.265Z Downloaded nom v7.1.3
9272024-11-26T04:40:42.271Z Downloaded serde_with v3.11.0
9282024-11-26T04:40:42.280Z Downloaded publicsuffix v2.2.3
9292024-11-26T04:40:42.284Z Downloaded rustls-webpki v0.102.8
9302024-11-26T04:40:42.304Z Downloaded x509-cert v0.2.5
9312024-11-26T04:40:42.310Z Downloaded idna v0.3.0
9322024-11-26T04:40:42.318Z Downloaded rusqlite v0.32.1
9332024-11-26T04:40:42.325Z Downloaded petname v2.0.2
9342024-11-26T04:40:42.331Z Downloaded rayon v1.10.0
9352024-11-26T04:40:42.341Z Downloaded git2 v0.19.0
9362024-11-26T04:40:42.351Z Downloaded tokio-util v0.7.12
9372024-11-26T04:40:42.358Z Downloaded winnow v0.5.40
9382024-11-26T04:40:42.367Z Downloaded zerocopy v0.8.10
9392024-11-26T04:40:42.392Z Downloaded smoltcp v0.9.1
9402024-11-26T04:40:42.404Z Downloaded object v0.30.4
9412024-11-26T04:40:42.414Z Downloaded proptest v1.5.0
9422024-11-26T04:40:42.425Z Downloaded quinn-proto v0.11.8
9432024-11-26T04:40:42.432Z Downloaded gimli v0.31.1
9442024-11-26T04:40:42.441Z Downloaded salty v0.3.0
9452024-11-26T04:40:42.448Z Downloaded dropshot v0.12.0
9462024-11-26T04:40:42.470Z Downloaded p384 v0.13.0
9472024-11-26T04:40:42.476Z Downloaded rustls v0.23.14
9482024-11-26T04:40:42.489Z Downloaded object v0.36.5
9492024-11-26T04:40:42.502Z Downloaded regress v0.9.1
9502024-11-26T04:40:42.512Z Downloaded openapiv3 v2.0.0
9512024-11-26T04:40:42.524Z Downloaded reqwest v0.12.9
9522024-11-26T04:40:42.533Z Downloaded chrono-tz v0.10.0
9532024-11-26T04:40:42.542Z Downloaded bstr v1.10.0
9542024-11-26T04:40:42.554Z Downloaded regex v1.11.1
9552024-11-26T04:40:42.568Z Downloaded nix v0.29.0
9562024-11-26T04:40:42.580Z Downloaded dropshot v0.13.0
9572024-11-26T04:40:42.601Z Downloaded diesel v2.2.4
9582024-11-26T04:40:42.621Z Downloaded nix v0.27.1
9592024-11-26T04:40:42.632Z Downloaded trust-dns-proto v0.22.0
9602024-11-26T04:40:42.644Z Downloaded hickory-proto v0.24.1
9612024-11-26T04:40:42.660Z Downloaded nix v0.28.0
9622024-11-26T04:40:42.672Z Downloaded regress v0.10.1
9632024-11-26T04:40:42.682Z Downloaded regex-syntax v0.8.5
9642024-11-26T04:40:42.691Z Downloaded typify-impl v0.2.0
9652024-11-26T04:40:42.707Z Downloaded openssl v0.10.66
9662024-11-26T04:40:42.718Z Downloaded zerocopy-derive v0.6.6
9672024-11-26T04:40:42.728Z Downloaded polar-core v0.27.3
9682024-11-26T04:40:42.737Z Downloaded rustls v0.22.4
9692024-11-26T04:40:42.751Z Downloaded lzma-sys v0.1.20
9702024-11-26T04:40:42.780Z Downloaded h2 v0.4.6
9712024-11-26T04:40:42.787Z Downloaded regex-syntax v0.6.29
9722024-11-26T04:40:42.794Z Downloaded ratatui v0.28.1
9732024-11-26T04:40:42.815Z Downloaded smoltcp v0.11.0
9742024-11-26T04:40:42.828Z Downloaded bzip2-sys v0.1.11+1.0.8
9752024-11-26T04:40:42.840Z Downloaded vcpkg v0.2.15
9762024-11-26T04:40:42.879Z Downloaded sled v0.34.7
9772024-11-26T04:40:42.889Z Downloaded curve25519-dalek v4.1.3
9782024-11-26T04:40:42.898Z Downloaded libz-sys v1.1.20
9792024-11-26T04:40:42.918Z Downloaded sqlparser v0.45.0
9802024-11-26T04:40:42.923Z Downloaded petgraph v0.6.5
9812024-11-26T04:40:42.940Z Downloaded sha3 v0.10.8
9822024-11-26T04:40:42.944Z Downloaded regex-automata v0.4.8
9832024-11-26T04:40:42.961Z Downloaded rustls v0.21.12
9842024-11-26T04:40:42.972Z Downloaded radix_trie v0.2.1
9852024-11-26T04:40:42.977Z Downloaded unicode-width v0.2.0
9862024-11-26T04:40:42.983Z Downloaded rustls-webpki v0.101.7
9872024-11-26T04:40:42.996Z Downloaded webpki-roots v0.26.6
9882024-11-26T04:40:42.999Z Downloaded reedline v0.35.0
9892024-11-26T04:40:43.006Z Downloaded idna v0.4.0
9902024-11-26T04:40:43.013Z Downloaded csv v1.3.0
9912024-11-26T04:40:43.033Z Downloaded tokio v1.40.0
9922024-11-26T04:40:43.069Z Downloaded zip v0.6.6
9932024-11-26T04:40:43.073Z Downloaded tungstenite v0.23.0
9942024-11-26T04:40:43.076Z Downloaded toml_edit v0.19.15
9952024-11-26T04:40:43.091Z Downloaded thiserror-no-std v2.0.2
9962024-11-26T04:40:43.094Z Downloaded salsa20 v0.10.2
9972024-11-26T04:40:43.097Z Downloaded native-tls v0.2.12
9982024-11-26T04:40:43.097Z Downloaded blake3 v1.5.4
9992024-11-26T04:40:43.104Z Downloaded aws-lc-rs v1.10.0
10002024-11-26T04:40:43.112Z Downloaded headers v0.4.0
10012024-11-26T04:40:43.118Z Downloaded fallible-iterator v0.2.0
10022024-11-26T04:40:43.120Z Downloaded embedded-io v0.4.0
10032024-11-26T04:40:43.122Z Downloaded tokio-native-tls v0.3.1
10042024-11-26T04:40:43.122Z Downloaded unarray v0.1.4
10052024-11-26T04:40:43.125Z Downloaded unicode-segmentation v1.12.0
10062024-11-26T04:40:43.127Z Downloaded itertools v0.13.0
10072024-11-26T04:40:43.133Z Downloaded rcgen v0.12.1
10082024-11-26T04:40:43.136Z Downloaded rayon-core v1.12.1
10092024-11-26T04:40:43.139Z Downloaded defmt-macros v0.3.9
10102024-11-26T04:40:43.142Z Downloaded either v1.13.0
10112024-11-26T04:40:43.144Z Downloaded tokio-tungstenite v0.21.0
10122024-11-26T04:40:43.146Z Downloaded spin v0.9.8
10132024-11-26T04:40:43.149Z Downloaded multimap v0.10.0
10142024-11-26T04:40:43.149Z Downloaded zerovec-derive v0.10.3
10152024-11-26T04:40:43.151Z Downloaded itertools v0.10.5
10162024-11-26T04:40:43.156Z Downloaded vergen v8.3.2
10172024-11-26T04:40:43.158Z Downloaded idna v1.0.3
10182024-11-26T04:40:43.162Z Downloaded strum_macros v0.25.3
10192024-11-26T04:40:43.164Z Downloaded steno v0.4.1
10202024-11-26T04:40:43.168Z Downloaded progenitor v0.8.0
10212024-11-26T04:40:43.170Z Downloaded peg v0.8.4
10222024-11-26T04:40:43.173Z Downloaded base64 v0.21.7
10232024-11-26T04:40:43.176Z Downloaded crossterm v0.28.1
10242024-11-26T04:40:43.182Z Downloaded vsss-rs v3.3.4
10252024-11-26T04:40:43.185Z Downloaded rustfmt-wrapper v0.2.1
10262024-11-26T04:40:43.187Z Downloaded tracing-core v0.1.32
10272024-11-26T04:40:43.190Z Downloaded tar v0.4.42
10282024-11-26T04:40:43.192Z Downloaded tungstenite v0.21.0
10292024-11-26T04:40:43.195Z Downloaded rsa v0.9.6
10302024-11-26T04:40:43.199Z Downloaded similar v2.6.0
10312024-11-26T04:40:43.203Z Downloaded env_filter v0.1.2
10322024-11-26T04:40:43.205Z Downloaded enum-as-inner v0.6.1
10332024-11-26T04:40:43.208Z Downloaded rustc-hash v1.1.0
10342024-11-26T04:40:43.208Z Downloaded poly1305 v0.8.0
10352024-11-26T04:40:43.210Z Downloaded postcard v1.0.10
10362024-11-26T04:40:43.212Z Downloaded encoding_rs v0.8.34
10372024-11-26T04:40:43.232Z Downloaded libgit2-sys v0.17.0+1.8.1
10382024-11-26T04:40:43.288Z Downloaded parking_lot v0.11.2
10392024-11-26T04:40:43.290Z Downloaded pem v3.0.4
10402024-11-26T04:40:43.293Z Downloaded tracing-attributes v0.1.27
10412024-11-26T04:40:43.296Z Downloaded getrandom v0.2.15
10422024-11-26T04:40:43.298Z Downloaded enum-as-inner v0.5.1
10432024-11-26T04:40:43.299Z Downloaded term v0.7.0
10442024-11-26T04:40:43.301Z Downloaded des v0.8.1
10452024-11-26T04:40:43.303Z Downloaded tower-service v0.3.3
10462024-11-26T04:40:43.305Z Downloaded utf16_iter v1.0.5
10472024-11-26T04:40:43.305Z Downloaded diesel_derives v2.2.3
10482024-11-26T04:40:43.308Z Downloaded pkcs1 v0.7.5
10492024-11-26T04:40:43.310Z Downloaded pin-project-lite v0.2.14
10502024-11-26T04:40:43.315Z Downloaded tokio-rustls v0.26.0
10512024-11-26T04:40:43.317Z Downloaded num-traits v0.2.19
10522024-11-26T04:40:43.319Z Downloaded mockall_derive v0.13.0
10532024-11-26T04:40:43.321Z Downloaded structmeta-derive v0.3.0
10542024-11-26T04:40:43.324Z Downloaded schemars_derive v0.8.21
10552024-11-26T04:40:43.324Z Downloaded cc v1.1.30
10562024-11-26T04:40:43.326Z Downloaded dropshot_endpoint v0.13.0
10572024-11-26T04:40:43.329Z Downloaded indicatif v0.17.9
10582024-11-26T04:40:43.333Z Downloaded indexmap v1.9.3
10592024-11-26T04:40:43.336Z Downloaded crypto-bigint v0.5.5
10602024-11-26T04:40:43.341Z Downloaded fallible-iterator v0.3.0
10612024-11-26T04:40:43.344Z Downloaded ena v0.14.3
10622024-11-26T04:40:43.346Z Downloaded snafu v0.8.5
10632024-11-26T04:40:43.349Z Downloaded compact_str v0.8.0
10642024-11-26T04:40:43.353Z Downloaded rustls-pemfile v1.0.4
10652024-11-26T04:40:43.355Z Downloaded derive-where v1.2.7
10662024-11-26T04:40:43.358Z Downloaded zopfli v0.8.1
10672024-11-26T04:40:43.360Z Downloaded subprocess v0.2.9
10682024-11-26T04:40:43.362Z Downloaded schemars v0.8.21
10692024-11-26T04:40:43.372Z Downloaded prettyplease v0.2.25
10702024-11-26T04:40:43.375Z Downloaded supports-color v3.0.1
10712024-11-26T04:40:43.378Z Downloaded structmeta-derive v0.2.0
10722024-11-26T04:40:43.378Z Downloaded pem-rfc7468 v0.7.0
10732024-11-26T04:40:43.380Z Downloaded dhcproto-macros v0.1.0
10742024-11-26T04:40:43.380Z Downloaded write16 v1.0.0
10752024-11-26T04:40:43.380Z Downloaded sync_wrapper v1.0.1
10762024-11-26T04:40:43.383Z Downloaded sync-ptr v0.1.1
10772024-11-26T04:40:43.383Z Downloaded subtle v2.6.1
10782024-11-26T04:40:43.383Z Downloaded base64 v0.22.1
10792024-11-26T04:40:43.387Z Downloaded signal-hook-tokio v0.3.1
10802024-11-26T04:40:43.389Z Downloaded rpassword v7.3.1
10812024-11-26T04:40:43.389Z Downloaded resolv-conf v0.7.0
10822024-11-26T04:40:43.389Z Downloaded rand_seeder v0.3.0
10832024-11-26T04:40:43.391Z Downloaded ppv-lite86 v0.2.20
10842024-11-26T04:40:43.394Z Downloaded signal-hook v0.3.17
10852024-11-26T04:40:43.396Z Downloaded form_urlencoded v1.2.1
10862024-11-26T04:40:43.396Z Downloaded ron v0.7.1
10872024-11-26T04:40:43.400Z Downloaded base64 v0.13.1
10882024-11-26T04:40:43.404Z Downloaded num v0.4.3
10892024-11-26T04:40:43.406Z Downloaded dsl_auto_type v0.1.2
10902024-11-26T04:40:43.406Z Downloaded zone v0.1.8
10912024-11-26T04:40:43.408Z Downloaded uzers v0.12.1
10922024-11-26T04:40:43.411Z Downloaded litemap v0.7.3
10932024-11-26T04:40:43.411Z Downloaded writeable v0.5.5
10942024-11-26T04:40:43.413Z Downloaded mime_guess v2.0.5
10952024-11-26T04:40:43.416Z Downloaded memmap2 v0.9.5
10962024-11-26T04:40:43.416Z Downloaded float-cmp v0.9.0
10972024-11-26T04:40:43.418Z Downloaded diesel-dtrace v0.3.0
10982024-11-26T04:40:43.418Z Downloaded deranged v0.3.11
10992024-11-26T04:40:43.421Z Downloaded strip-ansi-escapes v0.2.0
11002024-11-26T04:40:43.421Z Downloaded semver v0.1.20
11012024-11-26T04:40:43.421Z Downloaded keccak v0.1.5
11022024-11-26T04:40:43.423Z Downloaded linear-map v1.2.0
11032024-11-26T04:40:43.423Z Downloaded libloading v0.8.5
11042024-11-26T04:40:43.426Z Downloaded icu_normalizer v1.5.0
11052024-11-26T04:40:43.428Z Downloaded ciborium v0.2.2
11062024-11-26T04:40:43.431Z Downloaded arc-swap v1.7.1
11072024-11-26T04:40:43.434Z Downloaded console v0.15.8
11082024-11-26T04:40:43.438Z Downloaded crc32fast v1.4.2
11092024-11-26T04:40:43.440Z Downloaded backoff v0.4.0
11102024-11-26T04:40:43.442Z Downloaded slab v0.4.9
11112024-11-26T04:40:43.442Z Downloaded signature v2.2.0
11122024-11-26T04:40:43.444Z Downloaded cookie_store v0.21.0
11132024-11-26T04:40:43.444Z Downloaded libsw v3.3.1
11142024-11-26T04:40:43.447Z Downloaded lalrpop-util v0.19.12
11152024-11-26T04:40:43.447Z Downloaded indoc v1.0.9
11162024-11-26T04:40:43.449Z Downloaded kstat-rs v0.2.4
11172024-11-26T04:40:43.452Z Downloaded inout v0.1.3
11182024-11-26T04:40:43.452Z Downloaded take_mut v0.2.2
11192024-11-26T04:40:43.454Z Downloaded rfc6979 v0.4.0
11202024-11-26T04:40:43.454Z Downloaded rand_chacha v0.3.1
11212024-11-26T04:40:43.454Z Downloaded ipnetwork v0.20.0
11222024-11-26T04:40:43.457Z Downloaded idna_adapter v1.2.0
11232024-11-26T04:40:43.457Z Downloaded lazy_static v1.5.0
11242024-11-26T04:40:43.459Z Downloaded ipnet v2.10.1
11252024-11-26T04:40:43.459Z Downloaded indent_write v2.2.0
11262024-11-26T04:40:43.461Z Downloaded impl-trait-for-tuples v0.2.2
11272024-11-26T04:40:43.464Z Downloaded icu_locid_transform v1.5.0
11282024-11-26T04:40:43.466Z Downloaded managed v0.8.0
11292024-11-26T04:40:43.466Z Downloaded lockfree-object-pool v0.1.6
11302024-11-26T04:40:43.469Z Downloaded is-terminal v0.4.13
11312024-11-26T04:40:43.469Z Downloaded internet-checksum v0.2.1
11322024-11-26T04:40:43.469Z Downloaded crc v3.2.1
11332024-11-26T04:40:43.471Z Downloaded chrono v0.4.38
11342024-11-26T04:40:43.478Z Downloaded buf-list v1.0.3
11352024-11-26T04:40:43.480Z Downloaded base16ct v0.2.0
11362024-11-26T04:40:43.483Z Downloaded progenitor-impl v0.8.0
11372024-11-26T04:40:43.605Z Downloaded libsqlite3-sys v0.30.1
11382024-11-26T04:40:43.830Z Downloaded ring v0.17.8
11392024-11-26T04:40:44.007Z Downloaded ring v0.16.20
11402024-11-26T04:40:44.243Z Downloaded aws-lc-sys v0.22.0
11412024-11-26T04:40:44.551Z Compiling serde v1.0.215
11422024-11-26T04:40:44.554Z Compiling lock_api v0.4.12
11432024-11-26T04:40:44.554Z Compiling scopeguard v1.2.0
11442024-11-26T04:40:44.554Z Compiling value-bag v1.9.0
11452024-11-26T04:40:44.554Z Compiling typenum v1.17.0
11462024-11-26T04:40:44.709Z Compiling generic-array v0.14.7
11472024-11-26T04:40:44.752Z Compiling syn v2.0.87
11482024-11-26T04:40:44.769Z Compiling getrandom v0.2.15
11492024-11-26T04:40:44.839Z Compiling subtle v2.6.1
11502024-11-26T04:40:45.027Z Compiling rand_core v0.6.4
11512024-11-26T04:40:45.184Z Compiling log v0.4.22
11522024-11-26T04:40:45.282Z Compiling shlex v1.3.0
11532024-11-26T04:40:45.304Z Compiling jobserver v0.1.32
11542024-11-26T04:40:45.320Z Compiling const-oid v0.9.6
11552024-11-26T04:40:45.545Z Compiling smallvec v1.13.2
11562024-11-26T04:40:45.602Z Compiling spin v0.9.8
11572024-11-26T04:40:45.698Z Compiling cc v1.1.30
11582024-11-26T04:40:45.963Z Compiling pin-project-lite v0.2.14
11592024-11-26T04:40:45.982Z Compiling rustix v0.38.37
11602024-11-26T04:40:46.028Z Compiling parking_lot_core v0.9.10
11612024-11-26T04:40:46.092Z Compiling futures-core v0.3.31
11622024-11-26T04:40:46.234Z Compiling signal-hook-registry v1.4.2
11632024-11-26T04:40:46.441Z Compiling mio v1.0.2
11642024-11-26T04:40:47.003Z Compiling parking_lot v0.12.3
11652024-11-26T04:40:47.241Z Compiling aho-corasick v1.1.3
11662024-11-26T04:40:47.311Z Compiling either v1.13.0
11672024-11-26T04:40:47.459Z Compiling cpufeatures v0.2.14
11682024-11-26T04:40:47.566Z Compiling regex-syntax v0.8.5
11692024-11-26T04:40:47.602Z Compiling lazy_static v1.5.0
11702024-11-26T04:40:47.696Z Compiling stable_deref_trait v1.2.0
11712024-11-26T04:40:47.732Z Compiling glob v0.3.1
11722024-11-26T04:40:47.761Z Compiling futures-sink v0.3.31
11732024-11-26T04:40:47.812Z Compiling socket2 v0.5.7
11742024-11-26T04:40:47.920Z Compiling slab v0.4.9
11752024-11-26T04:40:47.974Z Compiling prettyplease v0.2.25
11762024-11-26T04:40:48.311Z Compiling minimal-lexical v0.2.1
11772024-11-26T04:40:48.717Z Compiling libloading v0.8.5
11782024-11-26T04:40:48.822Z Compiling clang-sys v1.8.1
11792024-11-26T04:40:48.878Z Compiling nom v7.1.3
11802024-11-26T04:40:48.899Z Compiling serde_json v1.0.132
11812024-11-26T04:40:49.144Z Compiling home v0.5.9
11822024-11-26T04:40:49.225Z Compiling bindgen v0.69.5
11832024-11-26T04:40:49.437Z Compiling futures-channel v0.3.31
11842024-11-26T04:40:49.909Z Compiling itertools v0.12.1
11852024-11-26T04:40:50.074Z Compiling rustc-hash v1.1.0
11862024-11-26T04:40:50.238Z Compiling futures-task v0.3.31
11872024-11-26T04:40:50.304Z Compiling foldhash v0.1.3
11882024-11-26T04:40:50.556Z Compiling allocator-api2 v0.2.18
11892024-11-26T04:40:50.633Z Compiling pin-utils v0.1.0
11902024-11-26T04:40:50.734Z Compiling futures-io v0.3.31
11912024-11-26T04:40:51.055Z Compiling lazycell v1.3.0
11922024-11-26T04:40:51.227Z Compiling cmake v0.1.51
11932024-11-26T04:40:51.389Z Compiling regex-automata v0.4.8
11942024-11-26T04:40:52.296Z Compiling hashbrown v0.15.0
11952024-11-26T04:40:52.712Z Compiling synstructure v0.13.1
11962024-11-26T04:40:53.132Z Compiling cexpr v0.6.0
11972024-11-26T04:40:53.657Z Compiling tinyvec_macros v0.1.1
11982024-11-26T04:40:53.760Z Compiling dunce v1.0.5
11992024-11-26T04:40:53.898Z Compiling pkg-config v0.3.31
12002024-11-26T04:40:54.434Z Compiling fs_extra v1.3.0
12012024-11-26T04:40:54.644Z Compiling libm v0.2.8
12022024-11-26T04:40:54.933Z Compiling tinyvec v1.8.0
12032024-11-26T04:40:55.025Z Compiling num-traits v0.2.19
12042024-11-26T04:40:55.441Z Compiling ring v0.17.8
12052024-11-26T04:40:55.552Z Compiling writeable v0.5.5
12062024-11-26T04:40:56.121Z Compiling litemap v0.7.3
12072024-11-26T04:40:56.178Z Compiling paste v1.0.15
12082024-11-26T04:40:56.479Z Compiling unicode-normalization v0.1.24
12092024-11-26T04:40:56.508Z Compiling base64ct v1.6.0
12102024-11-26T04:40:56.548Z Compiling unicode-bidi v0.3.17
12112024-11-26T04:40:57.097Z Compiling regex v1.11.1
12122024-11-26T04:40:57.539Z Compiling pem-rfc7468 v0.7.0
12132024-11-26T04:40:57.877Z Compiling httparse v1.9.5
12142024-11-26T04:40:58.208Z Compiling aws-lc-rs v1.10.0
12152024-11-26T04:40:58.240Z Compiling flagset v0.4.6
12162024-11-26T04:40:58.589Z Compiling tracing-core v0.1.32
12172024-11-26T04:40:58.639Z Compiling crossbeam-utils v0.8.20
12182024-11-26T04:40:58.659Z Compiling rustls-pki-types v1.9.0
12192024-11-26T04:40:59.267Z Compiling percent-encoding v2.3.1
12202024-11-26T04:40:59.550Z Compiling serde_derive v1.0.215
12212024-11-26T04:40:59.574Z Compiling zeroize_derive v1.4.2
12222024-11-26T04:40:59.599Z Compiling zerocopy-derive v0.7.35
12232024-11-26T04:40:59.696Z Compiling tokio-macros v2.4.0
12242024-11-26T04:40:59.875Z Compiling zerofrom-derive v0.1.4
12252024-11-26T04:41:01.064Z Compiling zeroize v1.8.1
12262024-11-26T04:41:01.268Z Compiling thiserror-impl v1.0.69
12272024-11-26T04:41:01.711Z Compiling yoke-derive v0.7.4
12282024-11-26T04:41:01.895Z Compiling zerocopy v0.7.35
12292024-11-26T04:41:03.028Z Compiling crypto-common v0.1.6
12302024-11-26T04:41:03.290Z Compiling block-buffer v0.10.4
12312024-11-26T04:41:03.542Z Compiling digest v0.10.7
12322024-11-26T04:41:03.561Z Compiling futures-macro v0.3.31
12332024-11-26T04:41:04.074Z Compiling hmac v0.12.1
12342024-11-26T04:41:04.077Z Compiling zerofrom v0.1.4
12352024-11-26T04:41:04.228Z Compiling zerovec-derive v0.10.3
12362024-11-26T04:41:04.249Z Compiling block-padding v0.3.3
12372024-11-26T04:41:04.270Z Compiling displaydoc v0.2.5
12382024-11-26T04:41:04.498Z Compiling inout v0.1.3
12392024-11-26T04:41:04.666Z Compiling thiserror v1.0.69
12402024-11-26T04:41:04.744Z Compiling yoke v0.7.4
12412024-11-26T04:41:04.764Z Compiling cipher v0.4.4
12422024-11-26T04:41:04.803Z Compiling sha2 v0.10.8
12432024-11-26T04:41:05.091Z Compiling ppv-lite86 v0.2.20
12442024-11-26T04:41:05.293Z Compiling der_derive v0.7.3
12452024-11-26T04:41:05.370Z Compiling futures-util v0.3.31
12462024-11-26T04:41:05.908Z Compiling icu_provider_macros v1.5.0
12472024-11-26T04:41:05.951Z Compiling rand_chacha v0.3.1
12482024-11-26T04:41:06.898Z Compiling zerovec v0.10.4
12492024-11-26T04:41:07.132Z Compiling tracing-attributes v0.1.27
12502024-11-26T04:41:07.820Z Compiling der v0.7.9
12512024-11-26T04:41:08.212Z Compiling icu_locid_transform_data v1.5.0
12522024-11-26T04:41:08.274Z Compiling pest v2.7.14
12532024-11-26T04:41:08.308Z Compiling rand v0.8.5
12542024-11-26T04:41:08.953Z Compiling tinystr v0.7.6
12552024-11-26T04:41:09.016Z Compiling icu_collections v1.5.0
12562024-11-26T04:41:09.417Z Compiling icu_locid v1.5.0
12572024-11-26T04:41:10.433Z Compiling spki v0.7.3
12582024-11-26T04:41:10.542Z Compiling salsa20 v0.10.2
12592024-11-26T04:41:10.777Z Compiling icu_provider v1.5.0
12602024-11-26T04:41:10.814Z Compiling pbkdf2 v0.12.2
12612024-11-26T04:41:10.928Z Compiling tracing v0.1.40
12622024-11-26T04:41:11.173Z Compiling num-conv v0.1.0
12632024-11-26T04:41:11.306Z Compiling icu_properties_data v1.5.0
12642024-11-26T04:41:11.477Z Compiling powerfmt v0.2.0
12652024-11-26T04:41:11.500Z Compiling vcpkg v0.2.15
12662024-11-26T04:41:11.569Z Compiling icu_locid_transform v1.5.0
12672024-11-26T04:41:11.616Z Compiling untrusted v0.9.0
12682024-11-26T04:41:11.798Z Compiling time-core v0.1.2
12692024-11-26T04:41:11.818Z Compiling untrusted v0.7.1
12702024-11-26T04:41:11.873Z Compiling mirai-annotations v1.12.0
12712024-11-26T04:41:11.945Z Compiling deranged v0.3.11
12722024-11-26T04:41:11.976Z Compiling time-macros v0.2.18
12732024-11-26T04:41:12.060Z Compiling scrypt v0.11.0
12742024-11-26T04:41:12.666Z Compiling pest_meta v2.7.14
12752024-11-26T04:41:13.288Z Compiling icu_properties v1.5.1
12762024-11-26T04:41:13.709Z Compiling bitflags v2.6.0
12772024-11-26T04:41:13.761Z Compiling bytes v1.8.0
12782024-11-26T04:41:14.248Z Compiling indexmap v2.6.0
12792024-11-26T04:41:15.129Z Compiling tokio v1.40.0
12802024-11-26T04:41:15.287Z Compiling http v1.1.0
12812024-11-26T04:41:15.743Z Compiling semver v1.0.23
12822024-11-26T04:41:15.781Z Compiling openssl-sys v0.9.103
12832024-11-26T04:41:16.484Z Compiling rustc_version v0.4.1
12842024-11-26T04:41:16.929Z Compiling aes v0.8.4
12852024-11-26T04:41:17.261Z Compiling cbc v0.1.2
12862024-11-26T04:41:17.282Z Compiling scroll_derive v0.12.0
12872024-11-26T04:41:17.515Z Compiling utf8_iter v1.0.4
12882024-11-26T04:41:17.760Z Compiling atomic-waker v1.1.2
12892024-11-26T04:41:17.871Z Compiling utf16_iter v1.0.5
12902024-11-26T04:41:17.871Z Compiling write16 v1.0.0
12912024-11-26T04:41:17.947Z Compiling icu_normalizer_data v1.5.0
12922024-11-26T04:41:18.015Z Compiling num_threads v0.1.7
12932024-11-26T04:41:18.052Z Compiling icu_normalizer v1.5.0
12942024-11-26T04:41:18.073Z Compiling pkcs5 v0.7.1
12952024-11-26T04:41:18.146Z Compiling time v0.3.36
12962024-11-26T04:41:18.305Z Compiling which v4.4.2
12972024-11-26T04:41:18.876Z Compiling scroll v0.12.0
12982024-11-26T04:41:19.353Z Compiling http-body v1.0.1
12992024-11-26T04:41:19.451Z Compiling pest_generator v2.7.14
13002024-11-26T04:41:19.600Z Compiling form_urlencoded v1.2.1
13012024-11-26T04:41:19.621Z Compiling slog v2.7.0
13022024-11-26T04:41:19.752Z Compiling try-lock v0.2.5
13032024-11-26T04:41:19.910Z Compiling want v0.3.1
13042024-11-26T04:41:19.939Z Compiling goblin v0.8.2
13052024-11-26T04:41:20.086Z Compiling idna_adapter v1.2.0
13062024-11-26T04:41:20.185Z Compiling pkcs8 v0.10.2
13072024-11-26T04:41:20.206Z Compiling httpdate v1.0.3
13082024-11-26T04:41:20.315Z Compiling idna v1.0.3
13092024-11-26T04:41:20.920Z Compiling serde_tokenstream v0.2.2
13102024-11-26T04:41:21.530Z Compiling pest_derive v2.7.14
13112024-11-26T04:41:21.551Z Compiling uuid v1.11.0
13122024-11-26T04:41:21.578Z Compiling toml_datetime v0.6.8
13132024-11-26T04:41:22.105Z Compiling serde_spanned v0.6.8
13142024-11-26T04:41:22.220Z Compiling match_cfg v0.1.0
13152024-11-26T04:41:22.302Z Compiling dtrace-parser v0.2.0
13162024-11-26T04:41:22.324Z Compiling iana-time-zone v0.1.61
13172024-11-26T04:41:22.346Z Compiling openssl v0.10.66
13182024-11-26T04:41:22.754Z Compiling adler2 v2.0.0
13192024-11-26T04:41:22.785Z Compiling base64 v0.22.1
13202024-11-26T04:41:22.970Z Compiling tower-service v0.3.3
13212024-11-26T04:41:22.988Z Compiling rustversion v1.0.17
13222024-11-26T04:41:23.096Z Compiling foreign-types-shared v0.1.1
13232024-11-26T04:41:23.212Z Compiling foreign-types v0.3.2
13242024-11-26T04:41:23.313Z Compiling miniz_oxide v0.8.0
13252024-11-26T04:41:23.473Z Compiling chrono v0.4.38
13262024-11-26T04:41:23.536Z Compiling hostname v0.3.1
13272024-11-26T04:41:23.702Z Compiling tokio-util v0.7.12
13282024-11-26T04:41:23.863Z Compiling url v2.5.3
13292024-11-26T04:41:24.877Z Compiling h2 v0.4.6
13302024-11-26T04:41:25.112Z Compiling openssl-macros v0.1.1
13312024-11-26T04:41:25.845Z Compiling dof v0.3.0
13322024-11-26T04:41:25.891Z Compiling async-trait v0.1.83
13332024-11-26T04:41:25.913Z Compiling dirs-sys-next v0.1.2
13342024-11-26T04:41:26.612Z Compiling usdt-impl v0.5.0
13352024-11-26T04:41:27.338Z Compiling rustls v0.23.14
13362024-11-26T04:41:27.606Z Compiling rustls v0.22.4
13372024-11-26T04:41:27.875Z Compiling native-tls v0.2.12
13382024-11-26T04:41:28.033Z Compiling siphasher v0.3.11
13392024-11-26T04:41:28.212Z Compiling syn v1.0.109
13402024-11-26T04:41:28.241Z Compiling data-encoding v2.6.0
13412024-11-26T04:41:28.479Z Compiling dirs-next v2.0.0
13422024-11-26T04:41:28.945Z Compiling http-body-util v0.1.2
13432024-11-26T04:41:29.502Z Compiling heapless v0.7.17
13442024-11-26T04:41:29.942Z Compiling crossbeam-epoch v0.9.18
13452024-11-26T04:41:30.194Z Compiling sha1 v0.10.6
13462024-11-26T04:41:30.493Z Compiling signature v2.2.0
13472024-11-26T04:41:30.635Z Compiling bzip2-sys v0.1.11+1.0.8
13482024-11-26T04:41:30.638Z Compiling serde_derive_internals v0.29.1
13492024-11-26T04:41:30.679Z Compiling thread_local v1.1.8
13502024-11-26T04:41:30.791Z Compiling encoding_rs v0.8.34
13512024-11-26T04:41:31.081Z Compiling multer v3.1.0
13522024-11-26T04:41:31.128Z Compiling cookie v0.18.1
13532024-11-26T04:41:31.232Z Compiling schemars v0.8.21
13542024-11-26T04:41:31.392Z Compiling rayon-core v1.12.1
13552024-11-26T04:41:31.414Z Compiling unicode-properties v0.1.3
13562024-11-26T04:41:31.558Z Compiling ipnet v2.10.1
13572024-11-26T04:41:31.661Z Compiling gimli v0.31.1
13582024-11-26T04:41:31.803Z Compiling slog-async v2.8.0
13592024-11-26T04:41:32.329Z Compiling hyper v1.5.0
13602024-11-26T04:41:32.861Z Compiling mime v0.3.17
13612024-11-26T04:41:33.424Z Compiling openssl-probe v0.1.5
13622024-11-26T04:41:33.475Z Compiling signal-hook v0.3.17
13632024-11-26T04:41:33.773Z Compiling schemars_derive v0.8.21
13642024-11-26T04:41:33.866Z Compiling stringprep v0.1.5
13652024-11-26T04:41:35.142Z Compiling hyper-util v0.1.10
13662024-11-26T04:41:35.778Z Compiling toml_edit v0.22.22
13672024-11-26T04:41:36.496Z Compiling addr2line v0.24.2
13682024-11-26T04:41:37.032Z Compiling usdt-macro v0.5.0
13692024-11-26T04:41:37.185Z Compiling usdt-attr-macro v0.5.0
13702024-11-26T04:41:37.206Z Compiling crossbeam-deque v0.8.5
13712024-11-26T04:41:37.506Z Compiling term v0.7.0
13722024-11-26T04:41:37.548Z Compiling slog-json v2.6.1
13732024-11-26T04:41:37.927Z Compiling serde_urlencoded v0.7.1
13742024-11-26T04:41:38.256Z Compiling curve25519-dalek v4.1.3
13752024-11-26T04:41:38.449Z Compiling crossbeam-channel v0.5.13
13762024-11-26T04:41:38.572Z Compiling enum-as-inner v0.6.1
13772024-11-26T04:41:38.842Z Compiling futures-executor v0.3.31
13782024-11-26T04:41:38.868Z Compiling md-5 v0.10.6
13792024-11-26T04:41:39.053Z Compiling async-stream-impl v0.3.6
13802024-11-26T04:41:39.141Z Compiling rustls-pemfile v2.2.0
13812024-11-26T04:41:39.436Z Compiling num-integer v0.1.46
13822024-11-26T04:41:39.495Z Compiling idna v0.4.0
13832024-11-26T04:41:39.531Z Compiling idna v0.3.0
13842024-11-26T04:41:39.677Z Compiling hash32 v0.2.1
13852024-11-26T04:41:40.054Z Compiling ff v0.13.0
13862024-11-26T04:41:40.253Z Compiling is-terminal v0.4.13
13872024-11-26T04:41:40.280Z Compiling dropshot v0.12.0
13882024-11-26T04:41:40.386Z Compiling object v0.36.5
13892024-11-26T04:41:40.462Z Compiling psl-types v2.0.11
13902024-11-26T04:41:40.556Z Compiling fallible-iterator v0.2.0
13912024-11-26T04:41:40.654Z Compiling portable-atomic v1.9.0
13922024-11-26T04:41:41.172Z Compiling anyhow v1.0.93
13932024-11-26T04:41:41.196Z Compiling linked-hash-map v0.5.6
13942024-11-26T04:41:41.272Z Compiling quick-error v1.2.3
13952024-11-26T04:41:41.431Z Compiling take_mut v0.2.2
13962024-11-26T04:41:41.592Z Compiling smoltcp v0.9.1
13972024-11-26T04:41:41.613Z Compiling rustc-demangle v0.1.24
13982024-11-26T04:41:41.785Z Compiling utf-8 v0.7.6
13992024-11-26T04:41:41.818Z Compiling num-bigint-dig v0.8.4
14002024-11-26T04:41:42.119Z Compiling base16ct v0.2.0
14012024-11-26T04:41:42.140Z Compiling dyn-clone v1.0.17
14022024-11-26T04:41:42.349Z Compiling sec1 v0.7.3
14032024-11-26T04:41:42.484Z Compiling tungstenite v0.24.0
14042024-11-26T04:41:43.000Z Compiling lru-cache v0.1.2
14052024-11-26T04:41:43.201Z Compiling resolv-conf v0.7.0
14062024-11-26T04:41:44.002Z Compiling postgres-protocol v0.6.7
14072024-11-26T04:41:44.201Z Compiling publicsuffix v2.2.3
14082024-11-26T04:41:44.385Z Compiling async-stream v0.3.6
14092024-11-26T04:41:44.481Z Compiling slog-term v2.9.1
14102024-11-26T04:41:44.692Z Compiling hickory-proto v0.24.1
14112024-11-26T04:41:44.821Z Compiling usdt v0.5.0
14122024-11-26T04:41:45.312Z Compiling group v0.13.0
14132024-11-26T04:41:45.345Z Compiling num-iter v0.1.45
14142024-11-26T04:41:45.644Z Compiling futures v0.3.31
14152024-11-26T04:41:45.761Z Compiling toml v0.8.19
14162024-11-26T04:41:45.889Z Compiling slog-bunyan v2.5.0
14172024-11-26T04:41:46.843Z Compiling camino v1.1.9
14182024-11-26T04:41:47.631Z Compiling tokio-native-tls v0.3.1
14192024-11-26T04:41:47.841Z Compiling backtrace v0.3.74
14202024-11-26T04:41:47.914Z Compiling phf_shared v0.11.2
14212024-11-26T04:41:48.332Z Compiling dropshot_endpoint v0.12.0
14222024-11-26T04:41:48.568Z Compiling terminal_size v0.4.0
14232024-11-26T04:41:48.731Z Compiling waitgroup v0.1.2
14242024-11-26T04:41:48.782Z Compiling openapiv3 v2.0.0
14252024-11-26T04:41:48.947Z Compiling serde_path_to_error v0.1.16
14262024-11-26T04:41:48.969Z Compiling hkdf v0.12.4
14272024-11-26T04:41:49.228Z Compiling crypto-bigint v0.5.5
14282024-11-26T04:41:49.784Z Compiling zerocopy-derive v0.6.6
14292024-11-26T04:41:51.672Z Compiling curve25519-dalek-derive v0.1.1
14302024-11-26T04:41:51.696Z Compiling hubpack_derive v0.1.1
14312024-11-26T04:41:52.108Z Compiling webpki-roots v0.26.6
14322024-11-26T04:41:52.318Z Compiling idna v0.5.0
14332024-11-26T04:41:52.574Z Compiling hostname v0.4.0
14342024-11-26T04:41:52.829Z Compiling crc32fast v1.4.2
14352024-11-26T04:41:53.082Z Compiling fs-err v2.11.0
14362024-11-26T04:41:53.150Z Compiling ahash v0.8.11
14372024-11-26T04:41:53.223Z Compiling managed v0.8.0
14382024-11-26T04:41:53.244Z Compiling debug-ignore v1.0.5
14392024-11-26T04:41:53.371Z Compiling winnow v0.5.40
14402024-11-26T04:41:53.392Z Compiling bitflags v1.3.2
14412024-11-26T04:41:53.476Z Compiling clap_builder v4.5.21
14422024-11-26T04:41:53.576Z Compiling strum_macros v0.25.3
14432024-11-26T04:41:53.965Z Compiling console v0.15.8
14442024-11-26T04:41:55.634Z Compiling cookie_store v0.21.0
14452024-11-26T04:41:55.687Z Compiling flate2 v1.0.34
14462024-11-26T04:41:55.839Z Compiling hubpack v0.1.2
14472024-11-26T04:41:56.312Z Compiling elliptic-curve v0.13.8
14482024-11-26T04:41:56.732Z Compiling zerocopy v0.6.6
14492024-11-26T04:41:57.201Z Compiling toml_edit v0.19.15
14502024-11-26T04:41:57.275Z Compiling hickory-resolver v0.24.1
14512024-11-26T04:41:57.603Z Compiling signal-hook-mio v0.2.4
14522024-11-26T04:41:57.776Z Compiling phf v0.11.2
14532024-11-26T04:41:57.909Z Compiling hyper-tls v0.6.0
14542024-11-26T04:41:58.097Z Compiling rayon v1.10.0
14552024-11-26T04:41:58.256Z Compiling bzip2 v0.4.4
14562024-11-26T04:41:58.652Z Compiling postgres-types v0.2.8
14572024-11-26T04:42:00.245Z Compiling tokio-tungstenite v0.24.0
14582024-11-26T04:42:02.250Z Compiling ed25519 v2.2.3
14592024-11-26T04:42:03.059Z Compiling phf_shared v0.10.0
14602024-11-26T04:42:03.111Z Compiling tokio-stream v0.1.16
14612024-11-26T04:42:03.498Z Compiling pkcs1 v0.7.5
14622024-11-26T04:42:03.806Z Compiling serde-big-array v0.5.1
14632024-11-26T04:42:04.060Z Compiling clap_derive v4.5.18
14642024-11-26T04:42:04.229Z Compiling rfc6979 v0.4.0
14652024-11-26T04:42:04.257Z Compiling serde_repr v0.1.19
14662024-11-26T04:42:04.391Z Compiling derive-where v1.2.7
14672024-11-26T04:42:04.433Z Compiling float-cmp v0.9.0
14682024-11-26T04:42:04.529Z Compiling bstr v1.10.0
14692024-11-26T04:42:04.648Z Compiling sync_wrapper v1.0.1
14702024-11-26T04:42:04.808Z Compiling number_prefix v0.4.0
14712024-11-26T04:42:05.042Z Compiling predicates-core v1.0.8
14722024-11-26T04:42:05.340Z Compiling bit-vec v0.6.3
14732024-11-26T04:42:05.419Z Compiling static_assertions v1.1.0
14742024-11-26T04:42:05.513Z Compiling precomputed-hash v0.1.1
14752024-11-26T04:42:05.534Z Compiling unicode-width v0.2.0
14762024-11-26T04:42:05.640Z Compiling unicode-segmentation v1.12.0
14772024-11-26T04:42:05.773Z Compiling difflib v0.4.0
14782024-11-26T04:42:06.049Z Compiling new_debug_unreachable v1.0.6
14792024-11-26T04:42:06.155Z Compiling whoami v1.5.2
14802024-11-26T04:42:06.358Z Compiling normalize-line-endings v0.3.0
14812024-11-26T04:42:06.500Z Compiling fixedbitset v0.4.2
14822024-11-26T04:42:06.546Z Compiling tokio-postgres v0.7.12
14832024-11-26T04:42:06.844Z Compiling petgraph v0.6.5
14842024-11-26T04:42:06.985Z Compiling predicates v3.1.2
14852024-11-26T04:42:07.478Z Compiling similar v2.6.0
14862024-11-26T04:42:08.105Z Compiling string_cache v0.8.7
14872024-11-26T04:42:08.603Z Compiling indicatif v0.17.9
14882024-11-26T04:42:08.778Z Compiling bit-set v0.5.3
14892024-11-26T04:42:09.041Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14902024-11-26T04:42:09.116Z Compiling clap v4.5.21
14912024-11-26T04:42:09.242Z Compiling ecdsa v0.16.9
14922024-11-26T04:42:09.967Z Compiling rsa v0.9.6
14932024-11-26T04:42:10.131Z Compiling ed25519-dalek v2.1.1
14942024-11-26T04:42:10.977Z Compiling toml v0.7.8
14952024-11-26T04:42:11.030Z Compiling zip v0.6.6
14962024-11-26T04:42:11.507Z Compiling crossterm v0.28.1
14972024-11-26T04:42:12.768Z Compiling hex v0.4.3
14982024-11-26T04:42:13.176Z Compiling x509-cert v0.2.5
14992024-11-26T04:42:13.205Z Compiling itertools v0.10.5
15002024-11-26T04:42:13.226Z Compiling peg-runtime v0.8.3
15012024-11-26T04:42:13.384Z Compiling lalrpop-util v0.19.12
15022024-11-26T04:42:13.734Z Compiling unicode-xid v0.2.6
15032024-11-26T04:42:13.894Z Compiling strum_macros v0.26.4
15042024-11-26T04:42:13.931Z Compiling xattr v1.3.1
15052024-11-26T04:42:14.217Z Compiling filetime v0.2.25
15062024-11-26T04:42:14.552Z Compiling tar v0.4.42
15072024-11-26T04:42:19.245Z Compiling strum v0.26.3
15082024-11-26T04:42:21.943Z Compiling aws-lc-sys v0.22.0
15092024-11-26T04:42:55.371Z Compiling rustls-webpki v0.102.8
15102024-11-26T04:42:58.807Z Compiling tokio-rustls v0.25.0
15112024-11-26T04:43:00.523Z Compiling tokio-rustls v0.26.0
15122024-11-26T04:43:00.926Z Compiling hyper-rustls v0.27.3
15132024-11-26T04:43:01.261Z Compiling reqwest v0.12.9
15142024-11-26T04:43:02.248Z Compiling qorb v0.2.0
15152024-11-26T04:43:07.296Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15162024-11-26T04:43:07.548Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15172024-11-26T04:43:13.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
15182024-11-26T04:43:13.577Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15192024-11-26T04:43:13.642ZNov 26 04:43:12.135 INFO Starting download, target: Clickhouse
15202024-11-26T04:43:13.643ZNov 26 04:43:12.135 INFO Starting download, target: Cockroach
15212024-11-26T04:43:13.643ZNov 26 04:43:12.135 INFO Starting download, target: Console
15222024-11-26T04:43:13.643ZNov 26 04:43:12.135 INFO Starting download, target: DendriteOpenapi
15232024-11-26T04:43:13.643ZNov 26 04:43:12.135 INFO Starting download, target: DendriteStub
15242024-11-26T04:43:13.643ZNov 26 04:43:12.135 INFO Starting download, target: MaghemiteMgd
15252024-11-26T04:43:13.643ZNov 26 04:43:12.136 INFO Starting download, target: TransceiverControl
15262024-11-26T04:43:13.644ZNov 26 04:43:12.136 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15272024-11-26T04:43:13.644ZNov 26 04:43:12.136 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15282024-11-26T04:43:13.644ZNov 26 04:43:12.136 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15292024-11-26T04:43:13.647ZNov 26 04:43:12.136 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15302024-11-26T04:43:13.648ZNov 26 04:43:12.136 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15312024-11-26T04:43:13.648ZNov 26 04:43:12.136 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15322024-11-26T04:43:13.648ZNov 26 04:43:12.137 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15332024-11-26T04:43:14.057ZNov 26 04:43:12.486 INFO Download complete, target: DendriteOpenapi
15342024-11-26T04:43:14.314ZNov 26 04:43:12.746 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15352024-11-26T04:43:14.441ZNov 26 04:43:12.752 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15362024-11-26T04:43:14.593ZNov 26 04:43:13.055 INFO Download complete, target: Console
15372024-11-26T04:43:14.907ZNov 26 04:43:13.359 INFO Download complete, target: TransceiverControl
15382024-11-26T04:43:15.015ZNov 26 04:43:13.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15392024-11-26T04:43:15.283ZNov 26 04:43:13.733 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15402024-11-26T04:43:15.535ZNov 26 04:43:13.994 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15412024-11-26T04:43:16.669ZNov 26 04:43:15.192 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15422024-11-26T04:43:16.670ZNov 26 04:43:15.192 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15432024-11-26T04:43:17.843ZNov 26 04:43:16.369 INFO Download complete, target: DendriteStub
15442024-11-26T04:43:17.995ZNov 26 04:43:16.522 INFO Download complete, target: MaghemiteMgd
15452024-11-26T04:43:23.721ZNov 26 04:43:22.247 INFO Checking that binary works, target: Cockroach
15462024-11-26T04:43:23.877ZNov 26 04:43:22.402 INFO Download complete, target: Cockroach
15472024-11-26T04:43:27.515ZNov 26 04:43:26.040 INFO Checking that binary works, target: Clickhouse
15482024-11-26T04:43:28.040ZNov 26 04:43:26.565 INFO Download complete, target: Clickhouse
15492024-11-26T04:43:28.048ZAll prerequisites installed successfully
15502024-11-26T04:43:28.052Z
15512024-11-26T04:43:28.052Zreal 5:10.019080541
15522024-11-26T04:43:28.052Zuser 16:34.234753496
15532024-11-26T04:43:28.052Zsys 3:15.966513938
15542024-11-26T04:43:28.052Ztrap 0.563538933
15552024-11-26T04:43:28.052Ztflt 5.787178901
15562024-11-26T04:43:28.052Zdflt 5.175283810
15572024-11-26T04:43:28.052Zkflt 0.217205752
15582024-11-26T04:43:28.052Zlock 29:33.818748206
15592024-11-26T04:43:28.052Zslp 1:03:13.384360017
15602024-11-26T04:43:28.052Zlat 56.929870461
15612024-11-26T04:43:28.052Zstop 2:18.425179302
15622024-11-26T04:43:28.052Z+ ptime -m cargo xtask download softnpu
15632024-11-26T04:43:28.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15642024-11-26T04:43:28.606Z Running `target/debug/xtask download softnpu`
15652024-11-26T04:43:29.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15662024-11-26T04:43:29.505Z Running `target/debug/xtask-downloader softnpu`
15672024-11-26T04:43:29.545ZNov 26 04:43:28.070 INFO Starting download, target: Softnpu
15682024-11-26T04:43:29.548ZNov 26 04:43:28.071 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15692024-11-26T04:43:30.127ZNov 26 04:43:28.651 INFO Download complete, target: Softnpu
15702024-11-26T04:43:30.130Z
15712024-11-26T04:43:30.133Zreal 2.076398596
15722024-11-26T04:43:30.133Zuser 1.275753889
15732024-11-26T04:43:30.133Zsys 0.544668792
15742024-11-26T04:43:30.133Ztrap 0.000817764
15752024-11-26T04:43:30.133Ztflt 0.000009388
15762024-11-26T04:43:30.133Zdflt 0.000001858
15772024-11-26T04:43:30.133Zkflt 0.000000000
15782024-11-26T04:43:30.133Zlock 6.000670562
15792024-11-26T04:43:30.133Zslp 0.405083553
15802024-11-26T04:43:30.133Zlat 0.063926063
15812024-11-26T04:43:30.133Zstop 0.000258778
15822024-11-26T04:43:30.133Z+ export CARGO_INCREMENTAL=0
15832024-11-26T04:43:30.133Z+ CARGO_INCREMENTAL=0
15842024-11-26T04:43:30.133Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15852024-11-26T04:43:31.112Z Compiling proc-macro2 v1.0.89
15862024-11-26T04:43:31.112Z Compiling unicode-ident v1.0.13
15872024-11-26T04:43:31.115Z Compiling libc v0.2.162
15882024-11-26T04:43:31.115Z Compiling serde v1.0.215
15892024-11-26T04:43:31.115Z Compiling autocfg v1.4.0
15902024-11-26T04:43:31.115Z Compiling version_check v0.9.5
15912024-11-26T04:43:31.115Z Compiling cfg-if v1.0.0
15922024-11-26T04:43:31.420Z Compiling memchr v2.7.4
15932024-11-26T04:43:31.446Z Compiling typenum v1.17.0
15942024-11-26T04:43:31.488Z Compiling shlex v1.3.0
15952024-11-26T04:43:31.882Z Compiling value-bag v1.9.0
15962024-11-26T04:43:31.923Z Compiling scopeguard v1.2.0
15972024-11-26T04:43:32.065Z Compiling generic-array v0.14.7
15982024-11-26T04:43:32.238Z Compiling lock_api v0.4.12
15992024-11-26T04:43:32.344Z Compiling log v0.4.22
16002024-11-26T04:43:32.472Z Compiling parking_lot_core v0.9.10
16012024-11-26T04:43:32.883Z Compiling quote v1.0.37
16022024-11-26T04:43:32.900Z Compiling serde_json v1.0.132
16032024-11-26T04:43:33.169Z Compiling once_cell v1.20.2
16042024-11-26T04:43:33.188Z Compiling rustix v0.38.37
16052024-11-26T04:43:33.204Z Compiling thiserror v1.0.69
16062024-11-26T04:43:33.467Z Compiling syn v2.0.87
16072024-11-26T04:43:33.528Z Compiling jobserver v0.1.32
16082024-11-26T04:43:33.566Z Compiling getrandom v0.2.15
16092024-11-26T04:43:33.712Z Compiling libm v0.2.8
16102024-11-26T04:43:33.815Z Compiling aho-corasick v1.1.3
16112024-11-26T04:43:33.852Z Compiling regex-syntax v0.8.5
16122024-11-26T04:43:33.894Z Compiling cc v1.1.30
16132024-11-26T04:43:33.968Z Compiling num-traits v0.2.19
16142024-11-26T04:43:34.027Z Compiling either v1.13.0
16152024-11-26T04:43:34.247Z Compiling itoa v1.0.11
16162024-11-26T04:43:34.295Z Compiling spin v0.9.8
16172024-11-26T04:43:34.476Z Compiling slab v0.4.9
16182024-11-26T04:43:34.775Z Compiling byteorder v1.5.0
16192024-11-26T04:43:34.977Z Compiling errno v0.3.9
16202024-11-26T04:43:35.206Z Compiling rand_core v0.6.4
16212024-11-26T04:43:35.253Z Compiling lazy_static v1.5.0
16222024-11-26T04:43:35.375Z Compiling glob v0.3.1
16232024-11-26T04:43:35.965Z Compiling prettyplease v0.2.25
16242024-11-26T04:43:36.156Z Compiling clang-sys v1.8.1
16252024-11-26T04:43:36.581Z Compiling minimal-lexical v0.2.1
16262024-11-26T04:43:36.677Z Compiling libloading v0.8.5
16272024-11-26T04:43:36.865Z Compiling subtle v2.6.1
16282024-11-26T04:43:37.045Z Compiling nom v7.1.3
16292024-11-26T04:43:37.197Z Compiling home v0.5.9
16302024-11-26T04:43:37.327Z Compiling allocator-api2 v0.2.18
16312024-11-26T04:43:37.355Z Compiling bindgen v0.69.5
16322024-11-26T04:43:37.737Z Compiling regex-automata v0.4.8
16332024-11-26T04:43:37.787Z Compiling itertools v0.12.1
16342024-11-26T04:43:38.137Z Compiling lazycell v1.3.0
16352024-11-26T04:43:38.245Z Compiling rustc-hash v1.1.0
16362024-11-26T04:43:38.313Z Compiling smallvec v1.13.2
16372024-11-26T04:43:38.403Z Compiling semver v1.0.23
16382024-11-26T04:43:38.792Z Compiling cmake v0.1.51
16392024-11-26T04:43:39.042Z Compiling fs_extra v1.3.0
16402024-11-26T04:43:39.611Z Compiling dunce v1.0.5
16412024-11-26T04:43:40.236Z Compiling pkg-config v0.3.31
16422024-11-26T04:43:40.254Z Compiling ring v0.17.8
16432024-11-26T04:43:40.695Z Compiling cexpr v0.6.0
16442024-11-26T04:43:40.961Z Compiling ryu v1.0.18
16452024-11-26T04:43:41.064Z Compiling pin-project-lite v0.2.14
16462024-11-26T04:43:41.200Z Compiling synstructure v0.13.1
16472024-11-26T04:43:41.263Z Compiling fnv v1.0.7
16482024-11-26T04:43:41.418Z Compiling const-oid v0.9.6
16492024-11-26T04:43:41.442Z Compiling paste v1.0.15
16502024-11-26T04:43:42.379Z Compiling aws-lc-rs v1.10.0
16512024-11-26T04:43:42.396Z Compiling foldhash v0.1.3
16522024-11-26T04:43:42.651Z Compiling equivalent v1.0.1
16532024-11-26T04:43:42.684Z Compiling httparse v1.9.5
16542024-11-26T04:43:42.765Z Compiling hashbrown v0.15.0
16552024-11-26T04:43:43.293Z Compiling regex v1.11.1
16562024-11-26T04:43:43.400Z Compiling heck v0.5.0
16572024-11-26T04:43:43.852Z Compiling schemars v0.8.21
16582024-11-26T04:43:44.123Z Compiling serde_derive_internals v0.29.1
16592024-11-26T04:43:44.181Z Compiling signal-hook-registry v1.4.2
16602024-11-26T04:43:44.334Z Compiling mio v1.0.2
16612024-11-26T04:43:44.359Z Compiling parking_lot v0.12.3
16622024-11-26T04:43:46.268Z Compiling stable_deref_trait v1.2.0
16632024-11-26T04:43:46.387Z Compiling crossbeam-utils v0.8.20
16642024-11-26T04:43:46.407Z Compiling socket2 v0.5.7
16652024-11-26T04:43:46.445Z Compiling futures-core v0.3.31
16662024-11-26T04:43:46.715Z Compiling num-conv v0.1.0
16672024-11-26T04:43:46.807Z Compiling serde_derive v1.0.215
16682024-11-26T04:43:46.909Z Compiling zeroize_derive v1.4.2
16692024-11-26T04:43:46.983Z Compiling zerocopy-derive v0.7.35
16702024-11-26T04:43:47.164Z Compiling thiserror-impl v1.0.69
16712024-11-26T04:43:47.828Z Compiling tokio-macros v2.4.0
16722024-11-26T04:43:48.047Z Compiling zerofrom-derive v0.1.4
16732024-11-26T04:43:48.366Z Compiling zeroize v1.8.1
16742024-11-26T04:43:48.705Z Compiling yoke-derive v0.7.4
16752024-11-26T04:43:48.799Z Compiling futures-macro v0.3.31
16762024-11-26T04:43:48.964Z Compiling zerovec-derive v0.10.3
16772024-11-26T04:43:49.287Z Compiling zerocopy v0.7.35
16782024-11-26T04:43:50.029Z Compiling displaydoc v0.2.5
16792024-11-26T04:43:50.608Z Compiling crypto-common v0.1.6
16802024-11-26T04:43:50.889Z Compiling tracing-attributes v0.1.27
16812024-11-26T04:43:50.961Z Compiling icu_provider_macros v1.5.0
16822024-11-26T04:43:51.324Z Compiling block-buffer v0.10.4
16832024-11-26T04:43:51.457Z Compiling schemars_derive v0.8.21
16842024-11-26T04:43:51.589Z Compiling digest v0.10.7
16852024-11-26T04:43:51.679Z Compiling der_derive v0.7.3
16862024-11-26T04:43:52.030Z Compiling time-core v0.1.2
16872024-11-26T04:43:52.214Z Compiling time-macros v0.2.18
16882024-11-26T04:43:52.982Z Compiling vcpkg v0.2.15
16892024-11-26T04:43:54.596Z Compiling openssl-sys v0.9.103
16902024-11-26T04:43:55.125Z Compiling cpufeatures v0.2.14
16912024-11-26T04:43:55.234Z Compiling futures-sink v0.3.31
16922024-11-26T04:43:55.322Z Compiling slog v2.7.0
16932024-11-26T04:43:55.522Z Compiling ahash v0.8.11
16942024-11-26T04:43:55.525Z Compiling syn v1.0.109
16952024-11-26T04:43:56.037Z Compiling zerofrom v0.1.4
16962024-11-26T04:43:56.273Z Compiling scroll_derive v0.12.0
16972024-11-26T04:43:56.384Z Compiling ucd-trie v0.1.7
16982024-11-26T04:43:56.450Z Compiling iana-time-zone v0.1.61
16992024-11-26T04:43:56.777Z Compiling pest v2.7.14
17002024-11-26T04:43:57.132Z Compiling yoke v0.7.4
17012024-11-26T04:43:57.207Z Compiling futures-channel v0.3.31
17022024-11-26T04:43:57.652Z Compiling hmac v0.12.1
17032024-11-26T04:43:57.883Z Compiling openssl v0.10.66
17042024-11-26T04:43:57.903Z Compiling futures-task v0.3.31
17052024-11-26T04:43:58.203Z Compiling pin-utils v0.1.0
17062024-11-26T04:43:58.283Z Compiling futures-io v0.3.31
17072024-11-26T04:43:58.472Z Compiling futures-util v0.3.31
17082024-11-26T04:43:58.617Z Compiling zerovec v0.10.4
17092024-11-26T04:43:58.729Z Compiling block-padding v0.3.3
17102024-11-26T04:43:58.954Z Compiling tinyvec_macros v0.1.1
17112024-11-26T04:43:59.575Z Compiling pest_meta v2.7.14
17122024-11-26T04:43:59.757Z Compiling tinyvec v1.8.0
17132024-11-26T04:44:00.431Z Compiling bitflags v2.6.0
17142024-11-26T04:44:00.679Z Compiling bytes v1.8.0
17152024-11-26T04:44:02.352Z Compiling indexmap v2.6.0
17162024-11-26T04:44:03.790Z Compiling tokio v1.40.0
17172024-11-26T04:44:04.429Z Compiling serde_tokenstream v0.2.2
17182024-11-26T04:44:04.934Z Compiling which v4.4.2
17192024-11-26T04:44:05.002Z Compiling http v1.1.0
17202024-11-26T04:44:05.457Z Compiling uuid v1.11.0
17212024-11-26T04:44:06.137Z Compiling rustc_version v0.4.1
17222024-11-26T04:44:06.734Z Compiling chrono v0.4.38
17232024-11-26T04:44:08.635Z Compiling pest_generator v2.7.14
17242024-11-26T04:44:09.804Z Compiling serde_spanned v0.6.8
17252024-11-26T04:44:10.034Z Compiling toml_datetime v0.6.8
17262024-11-26T04:44:10.409Z Compiling inout v0.1.3
17272024-11-26T04:44:10.664Z Compiling openssl-macros v0.1.1
17282024-11-26T04:44:11.380Z Compiling strsim v0.11.1
17292024-11-26T04:44:12.110Z Compiling native-tls v0.2.12
17302024-11-26T04:44:12.445Z Compiling rustls v0.23.14
17312024-11-26T04:44:12.736Z Compiling cipher v0.4.4
17322024-11-26T04:44:12.984Z Compiling pest_derive v2.7.14
17332024-11-26T04:44:13.211Z Compiling unicode-normalization v0.1.24
17342024-11-26T04:44:13.535Z Compiling tinystr v0.7.6
17352024-11-26T04:44:13.735Z Compiling sha2 v0.10.8
17362024-11-26T04:44:14.008Z Compiling tracing-core v0.1.32
17372024-11-26T04:44:14.291Z Compiling usdt-impl v0.5.0
17382024-11-26T04:44:14.524Z Compiling dyn-clone v1.0.17
17392024-11-26T04:44:14.564Z Compiling unicode-bidi v0.3.17
17402024-11-26T04:44:14.625Z Compiling writeable v0.5.5
17412024-11-26T04:44:14.750Z Compiling base64ct v1.6.0
17422024-11-26T04:44:15.107Z Compiling litemap v0.7.3
17432024-11-26T04:44:15.139Z Compiling tracing v0.1.40
17442024-11-26T04:44:15.324Z Compiling pem-rfc7468 v0.7.0
17452024-11-26T04:44:15.519Z Compiling icu_locid v1.5.0
17462024-11-26T04:44:16.298Z Compiling scroll v0.12.0
17472024-11-26T04:44:16.560Z Compiling ppv-lite86 v0.2.20
17482024-11-26T04:44:16.892Z Compiling async-trait v0.1.83
17492024-11-26T04:44:17.701Z Compiling cookie v0.18.1
17502024-11-26T04:44:17.982Z Compiling camino v1.1.9
17512024-11-26T04:44:18.472Z Compiling flagset v0.4.6
17522024-11-26T04:44:19.135Z Compiling anyhow v1.0.93
17532024-11-26T04:44:19.163Z Compiling plain v0.2.3
17542024-11-26T04:44:19.183Z Compiling aws-lc-sys v0.22.0
17552024-11-26T04:44:19.661Z Compiling goblin v0.8.2
17562024-11-26T04:44:21.304Z Compiling der v0.7.9
17572024-11-26T04:44:24.214Z Compiling rand_chacha v0.3.1
17582024-11-26T04:44:25.113Z Compiling icu_provider v1.5.0
17592024-11-26T04:44:26.692Z Compiling untrusted v0.7.1
17602024-11-26T04:44:26.902Z Compiling rayon-core v1.12.1
17612024-11-26T04:44:27.180Z Compiling pretty-hex v0.4.1
17622024-11-26T04:44:27.364Z Compiling rustls-pki-types v1.9.0
17632024-11-26T04:44:28.386Z Compiling percent-encoding v2.3.1
17642024-11-26T04:44:28.693Z Compiling rustls v0.22.4
17652024-11-26T04:44:28.969Z Compiling icu_locid_transform_data v1.5.0
17662024-11-26T04:44:29.069Z Compiling icu_locid_transform v1.5.0
17672024-11-26T04:44:29.369Z Compiling dof v0.3.0
17682024-11-26T04:44:30.088Z Compiling rand v0.8.5
17692024-11-26T04:44:30.477Z Compiling spki v0.7.3
17702024-11-26T04:44:30.691Z Compiling dtrace-parser v0.2.0
17712024-11-26T04:44:30.854Z Compiling salsa20 v0.10.2
17722024-11-26T04:44:31.054Z Compiling tokio-util v0.7.12
17732024-11-26T04:44:31.318Z Compiling icu_collections v1.5.0
17742024-11-26T04:44:31.721Z Compiling pbkdf2 v0.12.2
17752024-11-26T04:44:32.476Z Compiling thread-id v4.2.2
17762024-11-26T04:44:32.494Z Compiling winnow v0.5.40
17772024-11-26T04:44:32.590Z Compiling icu_properties_data v1.5.0
17782024-11-26T04:44:32.632Z Compiling untrusted v0.9.0
17792024-11-26T04:44:32.800Z Compiling mirai-annotations v1.12.0
17802024-11-26T04:44:32.826Z Compiling powerfmt v0.2.0
17812024-11-26T04:44:33.110Z Compiling deranged v0.3.11
17822024-11-26T04:44:33.304Z Compiling icu_properties v1.5.1
17832024-11-26T04:44:36.445Z Compiling toml_edit v0.19.15
17842024-11-26T04:44:37.883Z Compiling scrypt v0.11.0
17852024-11-26T04:44:38.108Z Compiling cbc v0.1.2
17862024-11-26T04:44:38.337Z Compiling aes v0.8.4
17872024-11-26T04:44:38.434Z Compiling multer v3.1.0
17882024-11-26T04:44:38.844Z Compiling atomic-waker v1.1.2
17892024-11-26T04:44:38.999Z Compiling utf16_iter v1.0.5
17902024-11-26T04:44:39.214Z Compiling num_threads v0.1.7
17912024-11-26T04:44:39.353Z Compiling slog-async v2.8.0
17922024-11-26T04:44:39.569Z Compiling write16 v1.0.0
17932024-11-26T04:44:39.654Z Compiling rustversion v1.0.17
17942024-11-26T04:44:39.841Z Compiling utf8_iter v1.0.4
17952024-11-26T04:44:39.849Z Compiling icu_normalizer_data v1.5.0
17962024-11-26T04:44:39.953Z Compiling time v0.3.36
17972024-11-26T04:44:40.076Z Compiling icu_normalizer v1.5.0
17982024-11-26T04:44:41.708Z Compiling pkcs5 v0.7.1
17992024-11-26T04:44:43.310Z Compiling form_urlencoded v1.2.1
18002024-11-26T04:44:43.700Z Compiling http-body v1.0.1
18012024-11-26T04:44:43.820Z Compiling heapless v0.7.17
18022024-11-26T04:44:44.354Z Compiling bzip2-sys v0.1.11+1.0.8
18032024-11-26T04:44:45.174Z Compiling try-lock v0.2.5
18042024-11-26T04:44:45.354Z Compiling signal-hook v0.3.17
18052024-11-26T04:44:45.934Z Compiling want v0.3.1
18062024-11-26T04:44:47.388Z Compiling pkcs8 v0.10.2
18072024-11-26T04:44:47.845Z Compiling idna_adapter v1.2.0
18082024-11-26T04:44:48.093Z Compiling h2 v0.4.6
18092024-11-26T04:44:49.324Z Compiling usdt-macro v0.5.0
18102024-11-26T04:44:50.681Z Compiling usdt-attr-macro v0.5.0
18112024-11-26T04:44:51.100Z Compiling async-stream-impl v0.3.6
18122024-11-26T04:44:51.455Z Compiling httpdate v1.0.3
18132024-11-26T04:44:52.222Z Compiling adler2 v2.0.0
18142024-11-26T04:44:52.367Z Compiling miniz_oxide v0.8.0
18152024-11-26T04:44:52.607Z Compiling idna v1.0.3
18162024-11-26T04:44:54.318Z Compiling curve25519-dalek v4.1.3
18172024-11-26T04:44:54.716Z Compiling openapiv3 v2.0.0
18182024-11-26T04:44:55.545Z Compiling hyper v1.5.0
18192024-11-26T04:44:55.745Z Compiling enum-as-inner v0.6.1
18202024-11-26T04:44:58.161Z Compiling dropshot v0.12.0
18212024-11-26T04:44:58.455Z Compiling tower-service v0.3.3
18222024-11-26T04:44:58.592Z Compiling portable-atomic v1.9.0
18232024-11-26T04:44:59.020Z Compiling match_cfg v0.1.0
18242024-11-26T04:44:59.123Z Compiling num-bigint-dig v0.8.4
18252024-11-26T04:44:59.348Z Compiling base64 v0.22.1
18262024-11-26T04:44:59.399Z Compiling foreign-types-shared v0.1.1
18272024-11-26T04:44:59.666Z Compiling smoltcp v0.9.1
18282024-11-26T04:45:00.024Z Compiling hyper-util v0.1.10
18292024-11-26T04:45:00.261Z Compiling foreign-types v0.3.2
18302024-11-26T04:45:00.368Z Compiling hostname v0.3.1
18312024-11-26T04:45:06.171Z Compiling url v2.5.3
18322024-11-26T04:45:08.467Z Compiling dirs-sys-next v0.1.2
18332024-11-26T04:45:08.607Z Compiling gimli v0.31.1
18342024-11-26T04:45:08.698Z Compiling siphasher v0.3.11
18352024-11-26T04:45:08.840Z Compiling data-encoding v2.6.0
18362024-11-26T04:45:08.959Z Compiling heck v0.4.1
18372024-11-26T04:45:08.988Z Compiling ident_case v1.0.1
18382024-11-26T04:45:09.164Z Compiling darling_core v0.20.10
18392024-11-26T04:45:09.183Z Compiling dirs-next v2.0.0
18402024-11-26T04:45:12.060Z Compiling http-body-util v0.1.2
18412024-11-26T04:45:15.296Z Compiling addr2line v0.24.2
18422024-11-26T04:45:15.618Z Compiling crossbeam-epoch v0.9.18
18432024-11-26T04:45:15.907Z Compiling hubpack_derive v0.1.1
18442024-11-26T04:45:15.944Z Compiling dropshot_endpoint v0.12.0
18452024-11-26T04:45:16.277Z Compiling sha1 v0.10.6
18462024-11-26T04:45:16.336Z Compiling signature v2.2.0
18472024-11-26T04:45:16.599Z Compiling zerocopy-derive v0.6.6
18482024-11-26T04:45:16.695Z Compiling curve25519-dalek-derive v0.1.1
18492024-11-26T04:45:16.845Z Compiling thread_local v1.1.8
18502024-11-26T04:45:17.339Z Compiling object v0.36.5
18512024-11-26T04:45:18.066Z Compiling fs-err v2.11.0
18522024-11-26T04:45:18.365Z Compiling encoding_rs v0.8.34
18532024-11-26T04:45:20.081Z Compiling winnow v0.6.20
18542024-11-26T04:45:23.948Z Compiling mime v0.3.17
18552024-11-26T04:45:25.053Z Compiling openssl-probe v0.1.5
18562024-11-26T04:45:25.356Z Compiling utf8parse v0.2.2
18572024-11-26T04:45:25.527Z Compiling unicode-properties v0.1.3
18582024-11-26T04:45:26.665Z Compiling anstyle v1.0.10
18592024-11-26T04:45:27.123Z Compiling rustc-demangle v0.1.24
18602024-11-26T04:45:29.246Z Compiling ipnet v2.10.1
18612024-11-26T04:45:29.395Z Compiling backtrace v0.3.74
18622024-11-26T04:45:30.297Z Compiling stringprep v0.1.5
18632024-11-26T04:45:31.917Z Compiling anstyle-parse v0.2.5
18642024-11-26T04:45:32.243Z Compiling toml_edit v0.22.22
18652024-11-26T04:45:34.119Z Compiling rustls-webpki v0.102.8
18662024-11-26T04:45:38.805Z Compiling crossbeam-deque v0.8.5
18672024-11-26T04:45:39.163Z Compiling darling_macro v0.20.10
18682024-11-26T04:45:40.564Z Compiling term v0.7.0
18692024-11-26T04:45:41.864Z Compiling slog-json v2.6.1
18702024-11-26T04:45:42.943Z Compiling serde_urlencoded v0.7.1
18712024-11-26T04:45:43.938Z Compiling crossbeam-channel v0.5.13
18722024-11-26T04:45:44.043Z Compiling rustls-pemfile v2.2.0
18732024-11-26T04:45:44.883Z Compiling hashbrown v0.14.5
18742024-11-26T04:45:45.301Z Compiling idna v0.3.0
18752024-11-26T04:45:45.342Z Compiling idna v0.4.0
18762024-11-26T04:45:46.275Z Compiling futures-executor v0.3.31
18772024-11-26T04:45:46.765Z Compiling num-integer v0.1.46
18782024-11-26T04:45:47.008Z Compiling md-5 v0.10.6
18792024-11-26T04:45:47.265Z Compiling ff v0.13.0
18802024-11-26T04:45:47.418Z Compiling hash32 v0.2.1
18812024-11-26T04:45:47.502Z Compiling memmap v0.7.0
18822024-11-26T04:45:47.521Z Compiling is-terminal v0.4.13
18832024-11-26T04:45:47.807Z Compiling linked-hash-map v0.5.6
18842024-11-26T04:45:47.838Z Compiling utf-8 v0.7.6
18852024-11-26T04:45:48.140Z Compiling quick-error v1.2.3
18862024-11-26T04:45:48.203Z Compiling take_mut v0.2.2
18872024-11-26T04:45:48.300Z Compiling fallible-iterator v0.2.0
18882024-11-26T04:45:48.369Z Compiling is_terminal_polyfill v1.70.1
18892024-11-26T04:45:49.024Z Compiling anstyle-query v1.1.1
18902024-11-26T04:45:49.184Z Compiling colorchoice v1.0.2
18912024-11-26T04:45:49.351Z Compiling base16ct v0.2.0
18922024-11-26T04:45:49.585Z Compiling psl-types v2.0.11
18932024-11-26T04:45:49.779Z Compiling publicsuffix v2.2.3
18942024-11-26T04:45:50.039Z Compiling sec1 v0.7.3
18952024-11-26T04:45:50.508Z Compiling anstream v0.6.15
18962024-11-26T04:45:51.202Z Compiling postgres-protocol v0.6.7
18972024-11-26T04:45:51.736Z Compiling resolv-conf v0.7.0
18982024-11-26T04:45:52.421Z Compiling lru-cache v0.1.2
18992024-11-26T04:45:52.479Z Compiling tungstenite v0.24.0
19002024-11-26T04:45:52.638Z Compiling usdt v0.5.0
19012024-11-26T04:45:53.117Z Compiling slog-term v2.9.1
19022024-11-26T04:45:53.848Z Compiling group v0.13.0
19032024-11-26T04:45:54.152Z Compiling num-iter v0.1.45
19042024-11-26T04:45:54.217Z Compiling futures v0.3.31
19052024-11-26T04:45:54.336Z Compiling regress v0.10.1
19062024-11-26T04:45:54.353Z Compiling hickory-proto v0.24.1
19072024-11-26T04:45:58.448Z Compiling tokio-rustls v0.26.0
19082024-11-26T04:45:58.852Z Compiling slog-bunyan v2.5.0
19092024-11-26T04:45:58.914Z Compiling tokio-rustls v0.25.0
19102024-11-26T04:45:59.054Z Compiling darling v0.20.10
19112024-11-26T04:45:59.183Z Compiling toml v0.8.19
19122024-11-26T04:45:59.260Z Compiling tokio-native-tls v0.3.1
19132024-11-26T04:45:59.333Z Compiling strum_macros v0.25.3
19142024-11-26T04:45:59.353Z Compiling phf_shared v0.11.2
19152024-11-26T04:45:59.768Z Compiling async-stream v0.3.6
19162024-11-26T04:45:59.858Z Compiling waitgroup v0.1.2
19172024-11-26T04:46:00.042Z Compiling webpki-roots v0.26.6
19182024-11-26T04:46:00.592Z Compiling idna v0.5.0
19192024-11-26T04:46:00.732Z Compiling terminal_size v0.4.0
19202024-11-26T04:46:00.952Z Compiling serde_path_to_error v0.1.16
19212024-11-26T04:46:01.487Z Compiling hkdf v0.12.4
19222024-11-26T04:46:01.974Z Compiling crypto-bigint v0.5.5
19232024-11-26T04:46:02.063Z Compiling serde_repr v0.1.19
19242024-11-26T04:46:02.408Z Compiling derive-where v1.2.7
19252024-11-26T04:46:02.948Z Compiling clap_derive v4.5.18
19262024-11-26T04:46:03.157Z Compiling hostname v0.4.0
19272024-11-26T04:46:03.384Z Compiling crc32fast v1.4.2
19282024-11-26T04:46:03.624Z Compiling managed v0.8.0
19292024-11-26T04:46:03.721Z Compiling clap_lex v0.7.2
19302024-11-26T04:46:04.174Z Compiling debug-ignore v1.0.5
19312024-11-26T04:46:04.280Z Compiling bitflags v1.3.2
19322024-11-26T04:46:04.397Z Compiling unicode-width v0.1.14
19332024-11-26T04:46:05.563Z Compiling elliptic-curve v0.13.8
19342024-11-26T04:46:05.629Z Compiling console v0.15.8
19352024-11-26T04:46:07.655Z Compiling clap_builder v4.5.21
19362024-11-26T04:46:07.700Z Compiling flate2 v1.0.34
19372024-11-26T04:46:08.626Z Compiling cookie_store v0.21.0
19382024-11-26T04:46:11.458Z Compiling hyper-rustls v0.27.3
19392024-11-26T04:46:11.977Z Compiling hickory-resolver v0.24.1
19402024-11-26T04:46:15.127Z Compiling phf v0.11.2
19412024-11-26T04:46:15.464Z Compiling hyper-tls v0.6.0
19422024-11-26T04:46:15.708Z Compiling signal-hook-mio v0.2.4
19432024-11-26T04:46:15.861Z Compiling bzip2 v0.4.4
19442024-11-26T04:46:15.882Z Compiling typify-impl v0.2.0
19452024-11-26T04:46:16.260Z Compiling rayon v1.10.0
19462024-11-26T04:46:16.444Z Compiling tokio-tungstenite v0.24.0
19472024-11-26T04:46:16.674Z Compiling postgres-types v0.2.8
19482024-11-26T04:46:17.312Z Compiling zerocopy v0.6.6
19492024-11-26T04:46:17.659Z Compiling hubpack v0.1.2
19502024-11-26T04:46:18.068Z Compiling ed25519 v2.2.3
19512024-11-26T04:46:18.111Z Compiling phf_shared v0.10.0
19522024-11-26T04:46:18.181Z Compiling pkcs1 v0.7.5
19532024-11-26T04:46:18.516Z Compiling tokio-stream v0.1.16
19542024-11-26T04:46:19.557Z Compiling serde-big-array v0.5.1
19552024-11-26T04:46:19.804Z Compiling rfc6979 v0.4.0
19562024-11-26T04:46:19.941Z Compiling float-cmp v0.9.0
19572024-11-26T04:46:20.022Z Compiling sync_wrapper v1.0.1
19582024-11-26T04:46:20.174Z Compiling bstr v1.10.0
19592024-11-26T04:46:21.273Z Compiling static_assertions v1.1.0
19602024-11-26T04:46:21.303Z Compiling new_debug_unreachable v1.0.6
19612024-11-26T04:46:21.403Z Compiling unicode-width v0.2.0
19622024-11-26T04:46:21.424Z Compiling normalize-line-endings v0.3.0
19632024-11-26T04:46:21.551Z Compiling predicates-core v1.0.8
19642024-11-26T04:46:21.789Z Compiling difflib v0.4.0
19652024-11-26T04:46:21.872Z Compiling precomputed-hash v0.1.1
19662024-11-26T04:46:21.941Z Compiling number_prefix v0.4.0
19672024-11-26T04:46:22.001Z Compiling bit-vec v0.6.3
19682024-11-26T04:46:22.178Z Compiling fixedbitset v0.4.2
19692024-11-26T04:46:22.452Z Compiling whoami v1.5.2
19702024-11-26T04:46:22.965Z Compiling unicode-segmentation v1.12.0
19712024-11-26T04:46:23.067Z Compiling tokio-postgres v0.7.12
19722024-11-26T04:46:23.181Z Compiling petgraph v0.6.5
19732024-11-26T04:46:23.824Z Compiling similar v2.6.0
19742024-11-26T04:46:25.383Z Compiling bit-set v0.5.3
19752024-11-26T04:46:25.693Z Compiling predicates v3.1.2
19762024-11-26T04:46:25.910Z Compiling indicatif v0.17.9
19772024-11-26T04:46:27.244Z Compiling string_cache v0.8.7
19782024-11-26T04:46:27.264Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19792024-11-26T04:46:27.769Z Compiling reqwest v0.12.9
19802024-11-26T04:46:27.953Z Compiling ecdsa v0.16.9
19812024-11-26T04:46:27.990Z Compiling typify-macro v0.2.0
19822024-11-26T04:46:29.337Z Compiling qorb v0.2.0
19832024-11-26T04:46:30.097Z Compiling rsa v0.9.6
19842024-11-26T04:46:30.348Z Compiling ed25519-dalek v2.1.1
19852024-11-26T04:46:31.749Z Compiling zip v0.6.6
19862024-11-26T04:46:31.789Z Compiling crossterm v0.28.1
19872024-11-26T04:46:32.222Z Compiling clap v4.5.21
19882024-11-26T04:46:34.249Z Compiling toml v0.7.8
19892024-11-26T04:46:34.703Z Compiling x509-cert v0.2.5
19902024-11-26T04:46:35.387Z Compiling hex v0.4.3
19912024-11-26T04:46:36.101Z Compiling itertools v0.10.5
19922024-11-26T04:46:36.441Z Compiling zerocopy v0.8.10
19932024-11-26T04:46:36.636Z Compiling lalrpop-util v0.19.12
19942024-11-26T04:46:37.008Z Compiling peg-runtime v0.8.3
19952024-11-26T04:46:37.208Z Compiling unicode-xid v0.2.6
19962024-11-26T04:46:39.174Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972024-11-26T04:46:43.592Z Compiling proc-macro-crate v1.3.1
19982024-11-26T04:46:44.283Z Compiling ipnetwork v0.20.0
19992024-11-26T04:46:44.470Z Compiling macaddr v1.0.1
20002024-11-26T04:46:44.827Z Compiling zerocopy-derive v0.8.10
20012024-11-26T04:46:45.130Z Compiling itertools v0.13.0
20022024-11-26T04:46:47.413Z Compiling heapless v0.8.0
20032024-11-26T04:46:48.621Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20042024-11-26T04:46:53.253Z Compiling num_enum_derive v0.5.11
20052024-11-26T04:47:01.063Z Compiling hash32 v0.3.1
20062024-11-26T04:47:02.598Z Compiling smoltcp v0.11.0
20072024-11-26T04:47:03.049Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082024-11-26T04:47:07.664Z Compiling num_enum v0.5.11
20092024-11-26T04:47:07.849Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20102024-11-26T04:47:09.012Z Compiling typify v0.2.0
20112024-11-26T04:47:09.639Z Compiling proc-macro-error-attr v1.0.4
20122024-11-26T04:47:09.898Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20132024-11-26T04:47:09.942Z Compiling cobs v0.2.3
20142024-11-26T04:47:10.378Z Compiling unsafe-libyaml v0.2.11
20152024-11-26T04:47:12.065Z Compiling serde_yaml v0.9.34+deprecated
20162024-11-26T04:47:16.292Z Compiling postcard v1.0.10
20172024-11-26T04:47:29.154Z Compiling progenitor-impl v0.8.0
20182024-11-26T04:47:29.711Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20192024-11-26T04:47:40.997Z Compiling strum_macros v0.26.4
20202024-11-26T04:47:42.070Z Compiling structmeta-derive v0.3.0
20212024-11-26T04:47:42.072Z Compiling foreign-types-macros v0.2.3
20222024-11-26T04:47:42.105Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20232024-11-26T04:47:42.105Z Compiling proc-macro-error v1.0.4
20242024-11-26T04:47:42.439Z Compiling foreign-types-shared v0.3.1
20252024-11-26T04:47:43.112Z Compiling newtype-uuid v1.1.3
20262024-11-26T04:47:43.388Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20272024-11-26T04:47:44.646Z Compiling structmeta v0.3.0
20282024-11-26T04:47:45.530Z Compiling strum v0.26.3
20292024-11-26T04:47:46.086Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20302024-11-26T04:47:47.288Z Compiling foreign-types v0.5.0
20312024-11-26T04:47:52.436Z Compiling progenitor-macro v0.8.0
20322024-11-26T04:47:58.488Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20332024-11-26T04:47:58.543Z Compiling progenitor-client v0.8.0
20342024-11-26T04:47:59.513Z Compiling tabwriter v1.4.0
20352024-11-26T04:48:02.230Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20362024-11-26T04:48:02.551Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20372024-11-26T04:48:03.088Z Compiling cstr-argument v0.1.2
20382024-11-26T04:48:03.370Z Compiling dropshot v0.13.0
20392024-11-26T04:48:03.431Z Compiling pretty-hex v0.2.1
20402024-11-26T04:48:04.105Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20412024-11-26T04:48:04.409Z Compiling fastrand v2.1.1
20422024-11-26T04:48:04.653Z Compiling crucible-workspace-hack v0.1.0
20432024-11-26T04:48:04.987Z Compiling tempfile v3.13.0
20442024-11-26T04:48:05.134Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20452024-11-26T04:48:05.289Z Compiling progenitor v0.8.0
20462024-11-26T04:48:05.414Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20472024-11-26T04:48:05.529Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482024-11-26T04:48:06.115Z Compiling parse-display-derive v0.10.0
20492024-11-26T04:48:06.302Z Compiling colored v2.1.0
20502024-11-26T04:48:06.319Z Compiling serde_with_macros v3.11.0
20512024-11-26T04:48:06.750Z Compiling dropshot_endpoint v0.13.0
20522024-11-26T04:48:07.597Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-11-26T04:48:08.372Z Compiling instant v0.1.13
20542024-11-26T04:48:08.564Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20552024-11-26T04:48:08.948Z Compiling serde_with v3.11.0
20562024-11-26T04:48:08.971Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20572024-11-26T04:48:10.127Z Compiling parse-display v0.10.0
20582024-11-26T04:48:10.832Z Compiling backoff v0.4.0
20592024-11-26T04:48:11.228Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20602024-11-26T04:48:11.488Z Compiling zone_cfg_derive v0.3.0
20612024-11-26T04:48:12.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20622024-11-26T04:48:12.124Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20632024-11-26T04:48:12.732Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20642024-11-26T04:48:12.819Z Compiling camino-tempfile v1.1.1
20652024-11-26T04:48:12.953Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20662024-11-26T04:48:13.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20672024-11-26T04:48:13.471Z Compiling regress v0.9.1
20682024-11-26T04:48:13.591Z Compiling num-derive v0.4.2
20692024-11-26T04:48:13.635Z Compiling sigpipe v0.1.3
20702024-11-26T04:48:13.782Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20712024-11-26T04:48:14.080Z Compiling libefi-sys v0.1.0
20722024-11-26T04:48:14.429Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20732024-11-26T04:48:15.733Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20742024-11-26T04:48:17.354Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20752024-11-26T04:48:18.729Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20762024-11-26T04:48:19.274Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20772024-11-26T04:48:20.672Z Compiling zone v0.3.0
20782024-11-26T04:48:21.255Z Compiling smf v0.2.3
20792024-11-26T04:48:22.127Z Compiling bitfield-struct v0.6.2
20802024-11-26T04:48:22.654Z Compiling ring v0.16.20
20812024-11-26T04:48:23.541Z Compiling blake3 v1.5.4
20822024-11-26T04:48:23.664Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20832024-11-26T04:48:24.133Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20842024-11-26T04:48:24.651Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20852024-11-26T04:48:24.788Z Compiling xattr v1.3.1
20862024-11-26T04:48:24.883Z Compiling filetime v0.2.25
20872024-11-26T04:48:25.124Z Compiling memmap2 v0.9.5
20882024-11-26T04:48:25.245Z Compiling spin v0.5.2
20892024-11-26T04:48:25.513Z Compiling arrayvec v0.7.6
20902024-11-26T04:48:25.681Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20912024-11-26T04:48:25.788Z Compiling same-file v1.0.6
20922024-11-26T04:48:25.823Z Compiling constant_time_eq v0.3.1
20932024-11-26T04:48:26.000Z Compiling arrayref v0.3.9
20942024-11-26T04:48:26.020Z Compiling walkdir v2.5.0
20952024-11-26T04:48:26.069Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20962024-11-26T04:48:27.635Z Compiling tar v0.4.42
20972024-11-26T04:48:28.912Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20982024-11-26T04:48:28.931Z Compiling gethostname v0.5.0
20992024-11-26T04:48:29.146Z Compiling cargo-platform v0.1.8
21002024-11-26T04:48:29.321Z Compiling topological-sort v0.2.2
21012024-11-26T04:48:29.613Z Compiling cargo_metadata v0.18.1
21022024-11-26T04:48:35.294Z Compiling omicron-zone-package v0.11.1
21032024-11-26T04:48:36.615Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21042024-11-26T04:48:38.085Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21052024-11-26T04:48:45.449Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21062024-11-26T04:49:00.752Z Finished `release` profile [optimized] target(s) in 5m 30s
21072024-11-26T04:49:00.796Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21082024-11-26T04:49:00.844ZLogging to: /work/oxidecomputer/omicron/out/LOG
21092024-11-26T04:49:00.846ZCreated new build target 'test' and set it as active
21102024-11-26T04:49:00.846Z
21112024-11-26T04:49:00.846Zreal 5:30.660689990
21122024-11-26T04:49:00.847Zuser 37:14.491176569
21132024-11-26T04:49:00.847Zsys 4:58.375054767
21142024-11-26T04:49:00.847Ztrap 1.112311552
21152024-11-26T04:49:00.847Ztflt 3.024251404
21162024-11-26T04:49:00.847Zdflt 0.778996243
21172024-11-26T04:49:00.847Zkflt 0.015861557
21182024-11-26T04:49:00.847Zlock 1:18:22.636431178
21192024-11-26T04:49:00.847Zslp 2:35:31.013809827
21202024-11-26T04:49:00.847Zlat 2:34.240436474
21212024-11-26T04:49:00.847Zstop 4:39.831123654
21222024-11-26T04:49:00.850Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21232024-11-26T04:49:01.864Z Finished `release` profile [optimized] target(s) in 0.96s
21242024-11-26T04:49:01.932Z Running `target/release/omicron-package -t test package`
21252024-11-26T04:49:01.981ZLogging to: /work/oxidecomputer/omicron/out/LOG
21262024-11-26T04:49:03.194Z Compiling convert_case v0.4.0
21272024-11-26T04:49:03.197Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21282024-11-26T04:49:03.197Z Compiling itertools v0.13.0
21292024-11-26T04:49:03.197Z Compiling newline-converter v0.3.0
21302024-11-26T04:49:03.197Z Compiling password-hash v0.5.0
21312024-11-26T04:49:03.197Z Compiling progenitor-client v0.8.0
21322024-11-26T04:49:03.197Z Compiling blake2 v0.10.6
21332024-11-26T04:49:03.387Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21342024-11-26T04:49:03.543Z Compiling expectorate v1.1.0
21352024-11-26T04:49:03.575Z Compiling cancel-safe-futures v0.1.5
21362024-11-26T04:49:03.745Z Compiling owo-colors v4.1.0
21372024-11-26T04:49:03.899Z Compiling argon2 v0.5.3
21382024-11-26T04:49:03.925Z Compiling progenitor v0.8.0
21392024-11-26T04:49:04.042Z Compiling derive_more v0.99.18
21402024-11-26T04:49:04.111Z Compiling num-rational v0.4.2
21412024-11-26T04:49:04.174Z Compiling num-complex v0.4.6
21422024-11-26T04:49:05.209Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21432024-11-26T04:49:05.456Z Compiling num v0.4.3
21442024-11-26T04:49:05.506Z Compiling atomicwrites v0.4.4
21452024-11-26T04:49:05.571Z Compiling libsw v3.3.1
21462024-11-26T04:49:05.788Z Compiling linear-map v1.2.0
21472024-11-26T04:49:05.906Z Compiling float-ord v0.3.2
21482024-11-26T04:49:06.032Z Compiling swrite v0.1.0
21492024-11-26T04:49:06.084Z Compiling indent_write v2.2.0
21502024-11-26T04:49:06.169Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21512024-11-26T04:49:06.211Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21522024-11-26T04:49:06.275Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21532024-11-26T04:49:06.325Z Compiling base64 v0.21.7
21542024-11-26T04:49:06.528Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21552024-11-26T04:49:06.929Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21562024-11-26T04:49:07.400Z Compiling highway v1.2.0
21572024-11-26T04:49:07.479Z Compiling semver v0.1.20
21582024-11-26T04:49:08.048Z Compiling rustc_version v0.1.7
21592024-11-26T04:49:08.485Z Compiling newtype_derive v0.1.6
21602024-11-26T04:49:08.804Z Compiling newtype-uuid v1.1.3
21612024-11-26T04:49:08.934Z Compiling dropshot v0.13.0
21622024-11-26T04:49:09.014Z Compiling ipnetwork v0.20.0
21632024-11-26T04:49:09.163Z Compiling instant v0.1.13
21642024-11-26T04:49:09.331Z Compiling humantime v2.1.0
21652024-11-26T04:49:09.817Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21662024-11-26T04:49:10.187Z Compiling backoff v0.4.0
21672024-11-26T04:49:10.504Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21682024-11-26T04:49:10.561Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21692024-11-26T04:49:10.631Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21702024-11-26T04:49:14.273Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21712024-11-26T04:49:15.003Z Compiling parse-display v0.10.0
21722024-11-26T04:49:15.586Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732024-11-26T04:49:15.779Z Compiling strum v0.26.3
21742024-11-26T04:49:15.803Z Compiling serde_with v3.11.0
21752024-11-26T04:49:15.979Z Compiling regress v0.9.1
21762024-11-26T04:49:19.487Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-11-26T04:49:20.549Z Compiling macaddr v1.0.1
21782024-11-26T04:49:20.795Z Compiling steno v0.4.1
21792024-11-26T04:49:20.962Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21802024-11-26T04:49:21.470Z Compiling prettyplease v0.2.25
21812024-11-26T04:49:21.502Z Compiling slog-dtrace v0.3.0
21822024-11-26T04:49:21.894Z Compiling tungstenite v0.21.0
21832024-11-26T04:49:22.207Z Compiling display-error-chain v0.2.2
21842024-11-26T04:49:23.909Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21852024-11-26T04:49:24.654Z Compiling tokio-tungstenite v0.21.0
21862024-11-26T04:49:25.328Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21872024-11-26T04:49:25.793Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21882024-11-26T04:49:26.882Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21892024-11-26T04:49:27.030Z Compiling arc-swap v1.7.1
21902024-11-26T04:49:27.674Z Compiling slog-scope v4.4.0
21912024-11-26T04:49:28.543Z Compiling half v2.4.1
21922024-11-26T04:49:29.224Z Compiling ciborium-io v0.2.2
21932024-11-26T04:49:29.380Z Compiling ciborium-ll v0.2.2
21942024-11-26T04:49:29.916Z Compiling slog-stdlog v4.1.1
21952024-11-26T04:49:30.825Z Compiling slog-envlogger v2.2.0
21962024-11-26T04:49:31.072Z Compiling ciborium v0.2.2
21972024-11-26T04:49:33.402Z Compiling nibble_vec v0.1.0
21982024-11-26T04:49:33.488Z Compiling endian-type v0.1.2
21992024-11-26T04:49:33.492Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22002024-11-26T04:49:40.118Z Compiling radix_trie v0.2.1
22012024-11-26T04:49:40.366Z Compiling fastrand v2.1.1
22022024-11-26T04:49:40.861Z Compiling same-file v1.0.6
22032024-11-26T04:49:41.062Z Compiling walkdir v2.5.0
22042024-11-26T04:49:41.118Z Compiling tempfile v3.13.0
22052024-11-26T04:49:41.160Z Compiling ring v0.16.20
22062024-11-26T04:49:41.772Z Compiling blake3 v1.5.4
22072024-11-26T04:49:41.926Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22082024-11-26T04:49:42.440Z Compiling xattr v1.3.1
22092024-11-26T04:49:42.709Z Compiling filetime v0.2.25
22102024-11-26T04:49:42.894Z Compiling memmap2 v0.9.5
22112024-11-26T04:49:43.002Z Compiling constant_time_eq v0.3.1
22122024-11-26T04:49:43.150Z Compiling spin v0.5.2
22132024-11-26T04:49:43.195Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22142024-11-26T04:49:43.293Z Compiling arrayref v0.3.9
22152024-11-26T04:49:43.379Z Compiling keccak v0.1.5
22162024-11-26T04:49:43.404Z Compiling arrayvec v0.7.6
22172024-11-26T04:49:44.351Z Compiling sha3 v0.10.8
22182024-11-26T04:49:44.844Z Compiling tar v0.4.42
22192024-11-26T04:49:44.886Z Compiling camino-tempfile v1.1.1
22202024-11-26T04:49:44.906Z Compiling toolchain_find v0.4.0
22212024-11-26T04:49:45.252Z Compiling const_format_proc_macros v0.2.33
22222024-11-26T04:49:45.304Z Compiling crunchy v0.2.2
22232024-11-26T04:49:45.459Z Compiling maplit v1.0.2
22242024-11-26T04:49:45.597Z Compiling radium v0.7.0
22252024-11-26T04:49:45.800Z Compiling topological-sort v0.2.2
22262024-11-26T04:49:46.065Z Compiling omicron-zone-package v0.11.1
22272024-11-26T04:49:46.123Z Compiling rustfmt-wrapper v0.2.1
22282024-11-26T04:49:46.820Z Compiling pem v3.0.4
22292024-11-26T04:49:46.854Z Compiling tiny-keccak v2.0.2
22302024-11-26T04:49:46.954Z Compiling tap v1.0.1
22312024-11-26T04:49:47.138Z Compiling maybe-uninit v2.0.0
22322024-11-26T04:49:47.178Z Compiling const_format v0.2.33
22332024-11-26T04:49:47.204Z Compiling wyz v0.5.1
22342024-11-26T04:49:47.825Z Compiling dsl_auto_type v0.1.2
22352024-11-26T04:49:48.227Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22362024-11-26T04:49:48.257Z Compiling phf_generator v0.11.2
22372024-11-26T04:49:48.277Z Compiling scheduled-thread-pool v0.2.7
22382024-11-26T04:49:48.420Z Compiling secrecy v0.8.0
22392024-11-26T04:49:48.458Z Compiling diesel_table_macro_syntax v0.2.0
22402024-11-26T04:49:48.716Z Compiling async-recursion v1.1.1
22412024-11-26T04:49:48.747Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22422024-11-26T04:49:48.882Z Compiling packed_struct v0.10.1
22432024-11-26T04:49:49.063Z Compiling crc-catalog v2.4.0
22442024-11-26T04:49:49.171Z Compiling funty v2.0.0
22452024-11-26T04:49:49.237Z Compiling crc v3.2.1
22462024-11-26T04:49:49.335Z Compiling diesel_derives v2.2.3
22472024-11-26T04:49:49.548Z Compiling r2d2 v0.8.10
22482024-11-26T04:49:50.019Z Compiling phf_codegen v0.11.2
22492024-11-26T04:49:50.244Z Compiling bitvec v1.0.1
22502024-11-26T04:49:50.824Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22512024-11-26T04:49:51.183Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22522024-11-26T04:49:51.307Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22532024-11-26T04:49:51.582Z Compiling ascii-canvas v3.0.0
22542024-11-26T04:49:52.072Z Compiling universal-hash v0.5.1
22552024-11-26T04:49:52.331Z Compiling thiserror-impl-no-std v2.0.2
22562024-11-26T04:49:54.901Z Compiling packed_struct_codegen v0.10.1
22572024-11-26T04:49:55.018Z Compiling parse-zoneinfo v0.3.1
22582024-11-26T04:49:56.634Z Compiling lzma-sys v0.1.20
22592024-11-26T04:49:57.328Z Compiling ena v0.14.3
22602024-11-26T04:49:57.419Z Compiling indexmap v1.9.3
22612024-11-26T04:49:57.738Z Compiling diff v0.1.13
22622024-11-26T04:49:57.755Z Compiling cfg_aliases v0.1.1
22632024-11-26T04:49:57.878Z Compiling nodrop v0.1.14
22642024-11-26T04:49:58.024Z Compiling regex-syntax v0.6.29
22652024-11-26T04:49:58.294Z Compiling opaque-debug v0.3.1
22662024-11-26T04:49:58.409Z Compiling poly1305 v0.8.0
22672024-11-26T04:49:59.901Z Compiling array-init v0.0.4
22682024-11-26T04:50:01.038Z Compiling diesel v2.2.4
22692024-11-26T04:50:01.095Z Compiling nix v0.28.0
22702024-11-26T04:50:01.935Z Compiling lalrpop v0.19.12
22712024-11-26T04:50:08.726Z Compiling chrono-tz-build v0.4.0
22722024-11-26T04:50:08.767Z Compiling thiserror-no-std v2.0.2
22732024-11-26T04:50:08.767Z Compiling smallvec v0.6.14
22742024-11-26T04:50:09.155Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22752024-11-26T04:50:09.678Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22762024-11-26T04:50:10.001Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22772024-11-26T04:50:10.247Z Compiling chacha20 v0.9.1
22782024-11-26T04:50:10.272Z Compiling heck v0.3.3
22792024-11-26T04:50:10.669Z Compiling aead v0.5.2
22802024-11-26T04:50:10.737Z Compiling vte_generate_state_changes v0.1.2
22812024-11-26T04:50:11.108Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22822024-11-26T04:50:11.378Z Compiling ref-cast v1.0.23
22832024-11-26T04:50:11.462Z Compiling termcolor v1.4.1
22842024-11-26T04:50:11.872Z Compiling bitfield v0.14.0
22852024-11-26T04:50:12.209Z Compiling hashbrown v0.12.3
22862024-11-26T04:50:12.501Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22872024-11-26T04:50:14.791Z Compiling env_logger v0.10.2
22882024-11-26T04:50:18.098Z Compiling vte v0.11.1
22892024-11-26T04:50:19.596Z Compiling chacha20poly1305 v0.10.1
22902024-11-26T04:50:19.854Z Compiling zone_cfg_derive v0.1.2
22912024-11-26T04:50:21.278Z Compiling chrono-tz v0.10.0
22922024-11-26T04:50:21.960Z Compiling serde-hex v0.1.0
22932024-11-26T04:50:24.588Z Compiling vsss-rs v3.3.4
22942024-11-26T04:50:27.342Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22952024-11-26T04:50:27.693Z Compiling ron v0.8.1
22962024-11-26T04:50:27.935Z Compiling polar-core v0.27.3
22972024-11-26T04:50:28.926Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22982024-11-26T04:50:29.180Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22992024-11-26T04:50:29.228Z Compiling derive_builder_core v0.20.2
23002024-11-26T04:50:29.803Z Compiling hashbrown v0.13.2
23012024-11-26T04:50:31.221Z Compiling fd-lock v4.0.2
23022024-11-26T04:50:31.461Z Compiling headers-core v0.3.0
23032024-11-26T04:50:31.480Z Compiling fxhash v0.2.1
23042024-11-26T04:50:31.651Z Compiling libxml v0.3.3
23052024-11-26T04:50:31.716Z Compiling ref-cast-impl v1.0.23
23062024-11-26T04:50:32.012Z Compiling crc-any v2.5.0
23072024-11-26T04:50:32.825Z Compiling bytecount v0.6.8
23082024-11-26T04:50:32.963Z Compiling base64 v0.13.1
23092024-11-26T04:50:33.149Z Compiling papergrid v0.11.0
23102024-11-26T04:50:33.637Z Compiling ron v0.7.1
23112024-11-26T04:50:33.905Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23122024-11-26T04:50:38.864Z Compiling headers v0.4.0
23132024-11-26T04:50:39.072Z Compiling derive_builder_macro v0.20.2
23142024-11-26T04:50:39.925Z Compiling object v0.30.4
23152024-11-26T04:50:42.617Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23162024-11-26T04:50:43.342Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23172024-11-26T04:50:47.245Z Compiling xz2 v0.1.7
23182024-11-26T04:50:48.804Z Compiling zone v0.1.8
23192024-11-26T04:50:48.846Z Compiling strip-ansi-escapes v0.2.0
23202024-11-26T04:50:52.236Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23212024-11-26T04:50:52.970Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23222024-11-26T04:50:52.999Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23232024-11-26T04:50:53.285Z Compiling tabled_derive v0.7.0
23242024-11-26T04:50:54.139Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23252024-11-26T04:50:55.410Z Compiling yasna v0.5.2
23262024-11-26T04:50:55.412Z Compiling peg-macros v0.8.4
23272024-11-26T04:50:56.579Z Compiling strum_macros v0.24.3
23282024-11-26T04:50:57.739Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23292024-11-26T04:50:58.713Z Compiling kstat-rs v0.2.4
23302024-11-26T04:50:58.801Z Compiling samael v0.0.17
23312024-11-26T04:50:58.842Z Compiling sqlparser_derive v0.2.2
23322024-11-26T04:50:58.865Z Compiling unicase v2.7.0
23332024-11-26T04:50:59.182Z Compiling nu-ansi-term v0.50.1
23342024-11-26T04:50:59.484Z Compiling indoc v1.0.9
23352024-11-26T04:50:59.705Z Compiling home v0.5.9
23362024-11-26T04:50:59.795Z Compiling path-slash v0.1.5
23372024-11-26T04:50:59.871Z Compiling unicode_categories v0.1.1
23382024-11-26T04:50:59.986Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23392024-11-26T04:51:00.031Z Compiling sqlparser v0.45.0
23402024-11-26T04:51:00.239Z Compiling sqlformat v0.2.6
23412024-11-26T04:51:00.407Z Compiling rustyline v14.0.0
23422024-11-26T04:51:02.274Z Compiling reedline v0.35.0
23432024-11-26T04:51:04.145Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23442024-11-26T04:51:11.564Z Compiling peg v0.8.4
23452024-11-26T04:51:11.703Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23462024-11-26T04:51:12.015Z Compiling rcgen v0.12.1
23472024-11-26T04:51:13.215Z Compiling tabled v0.15.0
23482024-11-26T04:51:22.531Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23492024-11-26T04:51:26.043Z Compiling derive_builder v0.20.2
23502024-11-26T04:51:31.594Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23512024-11-26T04:51:32.312Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23522024-11-26T04:51:33.243Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23532024-11-26T04:51:33.542Z Compiling bcs v0.1.6
23542024-11-26T04:51:34.470Z Compiling impl-trait-for-tuples v0.2.2
23552024-11-26T04:51:37.341Z Compiling oso-derive v0.27.3
23562024-11-26T04:51:38.341Z Compiling libz-sys v1.1.20
23572024-11-26T04:51:39.015Z Compiling quick-xml v0.33.0
23582024-11-26T04:51:41.454Z Compiling subprocess v0.2.9
23592024-11-26T04:51:43.295Z Compiling diesel-dtrace v0.3.0
23602024-11-26T04:51:43.627Z Compiling parking_lot_core v0.8.6
23612024-11-26T04:51:44.178Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23622024-11-26T04:51:46.237Z Compiling oso v0.27.3
23632024-11-26T04:52:03.849Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23642024-11-26T04:52:05.474Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23652024-11-26T04:52:10.978Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23662024-11-26T04:52:14.268Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23672024-11-26T04:52:14.577Z Compiling bb8 v0.8.5
23682024-11-26T04:52:15.267Z Compiling buf-list v1.0.3
23692024-11-26T04:52:15.905Z Compiling async-bb8-diesel v0.2.1
23702024-11-26T04:52:18.309Z Compiling libgit2-sys v0.17.0+1.8.1
23712024-11-26T04:52:19.121Z Compiling pin-project-internal v1.1.6
23722024-11-26T04:52:19.239Z Compiling atty v0.2.14
23732024-11-26T04:52:19.422Z Compiling salty v0.3.0
23742024-11-26T04:52:21.953Z Compiling pin-project v1.1.6
23752024-11-26T04:52:22.507Z Compiling parking_lot v0.11.2
23762024-11-26T04:52:25.098Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23772024-11-26T04:52:25.269Z Compiling snafu-derive v0.8.5
23782024-11-26T04:52:27.389Z Compiling zip v2.1.3
23792024-11-26T04:52:27.723Z Compiling bumpalo v3.16.0
23802024-11-26T04:52:28.249Z Compiling lockfree-object-pool v0.1.6
23812024-11-26T04:52:28.596Z Compiling simd-adler32 v0.3.7
23822024-11-26T04:52:29.782Z Compiling zopfli v0.8.1
23832024-11-26T04:52:29.833Z Compiling sled v0.34.7
23842024-11-26T04:52:30.067Z Compiling snafu v0.8.5
23852024-11-26T04:52:31.357Z Compiling mime_guess v2.0.5
23862024-11-26T04:52:32.732Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23872024-11-26T04:52:33.817Z Compiling hickory-client v0.24.1
23882024-11-26T04:52:34.535Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23892024-11-26T04:52:34.888Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23902024-11-26T04:52:35.288Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23912024-11-26T04:52:39.032Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23922024-11-26T04:52:40.477Z Compiling globset v0.4.15
23932024-11-26T04:52:40.572Z Compiling hickory-server v0.24.1
23942024-11-26T04:52:43.758Z Compiling primeorder v0.13.6
23952024-11-26T04:52:44.336Z Compiling olpc-cjson v0.1.4
23962024-11-26T04:52:44.684Z Compiling vergen v8.3.2
23972024-11-26T04:52:44.999Z Compiling env_filter v0.1.2
23982024-11-26T04:52:46.507Z Compiling cargo-platform v0.1.8
23992024-11-26T04:52:47.000Z Compiling serde_plain v1.0.2
24002024-11-26T04:52:47.577Z Compiling nanorand v0.7.0
24012024-11-26T04:52:47.888Z Compiling memoffset v0.9.1
24022024-11-26T04:52:48.288Z Compiling typed-path v0.9.3
24032024-11-26T04:52:52.385Z Compiling tough v0.19.0
24042024-11-26T04:52:55.897Z Compiling flume v0.11.1
24052024-11-26T04:52:56.707Z Compiling cargo_metadata v0.18.1
24062024-11-26T04:52:59.926Z Compiling env_logger v0.11.5
24072024-11-26T04:53:01.386Z Compiling p384 v0.13.0
24082024-11-26T04:53:03.892Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24092024-11-26T04:53:07.385Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24102024-11-26T04:53:10.593Z Compiling git2 v0.19.0
24112024-11-26T04:53:17.495Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122024-11-26T04:53:18.111Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24132024-11-26T04:53:20.209Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24142024-11-26T04:53:23.799Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24152024-11-26T04:53:26.276Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24162024-11-26T04:53:26.534Z Compiling rand_seeder v0.3.0
24172024-11-26T04:53:26.639Z Compiling libsqlite3-sys v0.30.1
24182024-11-26T04:53:26.973Z Compiling rustls v0.21.12
24192024-11-26T04:53:27.162Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24202024-11-26T04:53:27.276Z Compiling cfg_aliases v0.2.1
24212024-11-26T04:53:27.407Z Compiling parse-size v1.1.0
24222024-11-26T04:53:27.524Z Compiling nix v0.29.0
24232024-11-26T04:53:27.695Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24242024-11-26T04:53:27.820Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24252024-11-26T04:53:28.365Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24262024-11-26T04:53:29.269Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24272024-11-26T04:53:29.829Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24282024-11-26T04:53:30.638Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24292024-11-26T04:53:30.661Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24302024-11-26T04:53:30.758Z Compiling rustls-webpki v0.101.7
24312024-11-26T04:53:30.953Z Compiling sct v0.7.1
24322024-11-26T04:53:31.409Z Compiling castaway v0.2.3
24332024-11-26T04:53:31.629Z Compiling csv-core v0.1.11
24342024-11-26T04:53:32.524Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24352024-11-26T04:53:32.856Z Compiling glob v0.3.1
24362024-11-26T04:53:34.240Z Compiling http-range v0.1.5
24372024-11-26T04:53:34.773Z Compiling hyper-staticfile v0.10.1
24382024-11-26T04:53:34.776Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24392024-11-26T04:53:34.925Z Compiling csv v1.3.0
24402024-11-26T04:53:34.947Z Compiling compact_str v0.8.0
24412024-11-26T04:53:37.063Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24422024-11-26T04:53:37.697Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24432024-11-26T04:53:37.815Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24442024-11-26T04:53:38.962Z Compiling nix v0.27.1
24452024-11-26T04:53:42.081Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24462024-11-26T04:53:44.987Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24472024-11-26T04:53:46.299Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24482024-11-26T04:53:52.635Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24492024-11-26T04:53:53.130Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24502024-11-26T04:53:53.479Z Compiling unicode-truncate v1.1.0
24512024-11-26T04:53:53.781Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24522024-11-26T04:53:53.816Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24532024-11-26T04:53:54.077Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24542024-11-26T04:53:54.113Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24552024-11-26T04:53:56.976Z Compiling hashlink v0.9.1
24562024-11-26T04:53:57.829Z Compiling tungstenite v0.23.0
24572024-11-26T04:53:59.338Z Compiling lru v0.12.5
24582024-11-26T04:53:59.735Z Compiling instability v0.3.2
24592024-11-26T04:54:00.763Z Compiling cassowary v0.3.0
24602024-11-26T04:54:00.897Z Compiling fallible-streaming-iterator v0.1.9
24612024-11-26T04:54:01.113Z Compiling fallible-iterator v0.3.0
24622024-11-26T04:54:01.195Z Compiling tokio-tungstenite v0.23.1
24632024-11-26T04:54:01.394Z Compiling ratatui v0.28.1
24642024-11-26T04:54:01.889Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24652024-11-26T04:54:01.994Z Compiling rusqlite v0.32.1
24662024-11-26T04:54:07.328Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24672024-11-26T04:54:09.108Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24682024-11-26T04:54:10.435Z Compiling tokio-rustls v0.24.1
24692024-11-26T04:54:11.482Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24702024-11-26T04:54:13.370Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24712024-11-26T04:54:20.587Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24722024-11-26T04:54:21.749Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24732024-11-26T04:54:24.821Z Compiling rustls-pemfile v1.0.4
24742024-11-26T04:54:25.545Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24752024-11-26T04:54:25.884Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24762024-11-26T04:54:26.206Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24772024-11-26T04:54:26.391Z Compiling signal-hook-tokio v0.3.1
24782024-11-26T04:54:26.777Z Compiling twox-hash v1.6.3
24792024-11-26T04:54:27.829Z Compiling is_ci v1.2.0
24802024-11-26T04:54:28.098Z Compiling unicode-linebreak v0.1.5
24812024-11-26T04:54:28.164Z Compiling smawk v0.3.2
24822024-11-26T04:54:28.458Z Compiling supports-color v3.0.1
24832024-11-26T04:54:28.702Z Compiling textwrap v0.16.1
24842024-11-26T04:54:30.880Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24852024-11-26T04:54:32.445Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24862024-11-26T04:54:39.995Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24872024-11-26T04:54:42.080Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24882024-11-26T04:54:46.410Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24892024-11-26T04:54:51.136Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24902024-11-26T04:54:51.244Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24912024-11-26T04:55:04.759Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24922024-11-26T04:55:05.415Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24932024-11-26T04:55:05.734Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24942024-11-26T04:55:10.944Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24952024-11-26T04:55:12.400Z Compiling fatfs v0.3.6
24962024-11-26T04:55:12.633Z Compiling rtoolbox v0.0.2
24972024-11-26T04:55:13.074Z Compiling assert_matches v1.5.0
24982024-11-26T04:55:13.207Z Compiling rpassword v7.3.1
24992024-11-26T04:55:13.672Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25002024-11-26T04:55:20.119Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25012024-11-26T04:55:24.852Z Compiling tui-tree-widget v0.22.0
25022024-11-26T04:55:25.321Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25032024-11-26T04:55:27.193Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25042024-11-26T04:55:32.033Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25052024-11-26T04:55:32.351Z Compiling uzers v0.12.1
25062024-11-26T04:55:35.482Z Compiling shell-words v1.1.0
25072024-11-26T04:55:35.940Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25082024-11-26T04:55:40.719Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25092024-11-26T04:55:42.869Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25102024-11-26T04:56:14.808Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25112024-11-26T04:56:15.599Z Compiling multimap v0.10.0
25122024-11-26T04:58:38.115Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25132024-11-26T04:58:40.415Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25142024-11-26T05:05:16.928Z Finished `release` profile [optimized] target(s) in 16m 14s
25152024-11-26T05:06:20.967Z
25162024-11-26T05:06:20.967Zreal 17:19.944797217
25172024-11-26T05:06:20.967Zuser 1:59:09.614318382
25182024-11-26T05:06:20.967Zsys 6:01.337537366
25192024-11-26T05:06:20.967Ztrap 2.944069150
25202024-11-26T05:06:20.967Ztflt 2.936455966
25212024-11-26T05:06:20.971Zdflt 6.054657445
25222024-11-26T05:06:20.971Zkflt 0.096232188
25232024-11-26T05:06:20.971Zlock 7:18:12.639105102
25242024-11-26T05:06:20.971Zslp 6:23:10.990786151
25252024-11-26T05:06:20.971Zlat 2:57.488511666
25262024-11-26T05:06:20.971Zstop 2:31.089587274
25272024-11-26T05:06:20.971Z+ mapfile -t packages
25282024-11-26T05:06:20.971Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25292024-11-26T05:06:21.993Z Finished `release` profile [optimized] target(s) in 0.98s
25302024-11-26T05:06:22.061Z Running `target/release/omicron-package -t test list-outputs`
25312024-11-26T05:06:22.109ZLogging to: /work/oxidecomputer/omicron/out/LOG
25322024-11-26T05:06:22.112Z+ ptime -m cargo build --locked --release -p xtask
25332024-11-26T05:06:23.068Z Compiling serde v1.0.215
25342024-11-26T05:06:23.098Z Compiling libc v0.2.162
25352024-11-26T05:06:23.098Z Compiling serde_json v1.0.132
25362024-11-26T05:06:23.098Z Compiling rustix v0.38.37
25372024-11-26T05:06:23.098Z Compiling syn v2.0.87
25382024-11-26T05:06:23.098Z Compiling bitflags v2.6.0
25392024-11-26T05:06:23.201Z Compiling usdt-impl v0.5.0
25402024-11-26T05:06:23.207Z Compiling syn v1.0.109
25412024-11-26T05:06:23.286Z Compiling hashbrown v0.15.0
25422024-11-26T05:06:23.333Z Compiling log v0.4.22
25432024-11-26T05:06:23.393Z Compiling fs-err v2.11.0
25442024-11-26T05:06:23.670Z Compiling once_cell v1.20.2
25452024-11-26T05:06:23.809Z Compiling anyhow v1.0.93
25462024-11-26T05:06:24.283Z Compiling thread-id v4.2.2
25472024-11-26T05:06:24.646Z Compiling indexmap v2.6.0
25482024-11-26T05:06:25.828Z Compiling terminal_size v0.4.0
25492024-11-26T05:06:25.828Z Compiling tempfile v3.13.0
25502024-11-26T05:06:26.060Z Compiling clap_builder v4.5.21
25512024-11-26T05:06:26.308Z Compiling proc-macro-error v1.0.4
25522024-11-26T05:06:27.927Z Compiling tabled_derive v0.7.0
25532024-11-26T05:06:29.202Z Compiling tabled v0.15.0
25542024-11-26T05:06:30.878Z Compiling serde_derive v1.0.215
25552024-11-26T05:06:31.311Z Compiling thiserror-impl v1.0.69
25562024-11-26T05:06:31.638Z Compiling zerocopy-derive v0.7.35
25572024-11-26T05:06:32.252Z Compiling scroll_derive v0.12.0
25582024-11-26T05:06:33.011Z Compiling clap_derive v4.5.18
25592024-11-26T05:06:33.678Z Compiling scroll v0.12.0
25602024-11-26T05:06:33.739Z Compiling zerocopy v0.7.35
25612024-11-26T05:06:34.232Z Compiling thiserror v1.0.69
25622024-11-26T05:06:34.358Z Compiling pest v2.7.14
25632024-11-26T05:06:35.387Z Compiling goblin v0.8.2
25642024-11-26T05:06:37.388Z Compiling pest_meta v2.7.14
25652024-11-26T05:06:38.491Z Compiling clap v4.5.21
25662024-11-26T05:06:39.495Z Compiling pest_generator v2.7.14
25672024-11-26T05:06:41.609Z Compiling pest_derive v2.7.14
25682024-11-26T05:06:42.418Z Compiling dtrace-parser v0.2.0
25692024-11-26T05:06:46.803Z Compiling toml_datetime v0.6.8
25702024-11-26T05:06:47.557Z Compiling dof v0.3.0
25712024-11-26T05:06:47.948Z Compiling serde_spanned v0.6.8
25722024-11-26T05:06:48.494Z Compiling serde_tokenstream v0.2.2
25732024-11-26T05:06:49.124Z Compiling toml_edit v0.22.22
25742024-11-26T05:06:49.979Z Compiling camino v1.1.9
25752024-11-26T05:06:51.845Z Compiling usdt-attr-macro v0.5.0
25762024-11-26T05:06:53.258Z Compiling toml v0.8.19
25772024-11-26T05:06:55.455Z Compiling usdt-macro v0.5.0
25782024-11-26T05:06:55.728Z Compiling cargo-platform v0.1.8
25792024-11-26T05:06:56.700Z Compiling semver v1.0.23
25802024-11-26T05:06:56.844Z Compiling usdt v0.5.0
25812024-11-26T05:06:57.289Z Compiling cargo_metadata v0.18.1
25822024-11-26T05:06:58.194Z Compiling cargo_toml v0.20.5
25832024-11-26T05:06:58.321Z Compiling camino-tempfile v1.1.1
25842024-11-26T05:06:58.947Z Compiling macaddr v1.0.1
25852024-11-26T05:07:08.671Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25862024-11-26T05:07:20.131Z Finished `release` profile [optimized] target(s) in 57.95s
25872024-11-26T05:07:20.243Z
25882024-11-26T05:07:20.246Zreal 58.095695362
25892024-11-26T05:07:20.246Zuser 5:45.836094661
25902024-11-26T05:07:20.246Zsys 31.751805769
25912024-11-26T05:07:20.246Ztrap 0.153250901
25922024-11-26T05:07:20.246Ztflt 0.287405482
25932024-11-26T05:07:20.246Zdflt 0.528211205
25942024-11-26T05:07:20.246Zkflt 0.000000000
25952024-11-26T05:07:20.246Zlock 10:34.570877557
25962024-11-26T05:07:20.246Zslp 15:36.066990246
25972024-11-26T05:07:20.246Zlat 14.171750140
25982024-11-26T05:07:20.246Zstop 17.696352999
25992024-11-26T05:07:20.246Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26002024-11-26T05:07:20.246Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26012024-11-26T05:07:20.246Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26022024-11-26T05:07:20.246Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26032024-11-26T05:07:20.246Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26042024-11-26T05:07:21.149Z Compiling hashbrown v0.14.5
26052024-11-26T05:07:21.274Z Compiling ident_case v1.0.1
26062024-11-26T05:07:21.287Z Compiling unsafe-libyaml v0.2.11
26072024-11-26T05:07:21.299Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26082024-11-26T05:07:21.299Z Compiling progenitor-client v0.8.0
26092024-11-26T05:07:21.301Z Compiling ipnetwork v0.20.0
26102024-11-26T05:07:21.301Z Compiling macaddr v1.0.1
26112024-11-26T05:07:21.301Z Compiling instant v0.1.13
26122024-11-26T05:07:21.421Z Compiling darling_core v0.20.10
26132024-11-26T05:07:21.500Z Compiling structmeta-derive v0.3.0
26142024-11-26T05:07:21.765Z Compiling newtype-uuid v1.1.3
26152024-11-26T05:07:21.786Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26162024-11-26T05:07:21.940Z Compiling dropshot v0.13.0
26172024-11-26T05:07:22.335Z Compiling dropshot_endpoint v0.13.0
26182024-11-26T05:07:22.354Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26192024-11-26T05:07:22.432Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26202024-11-26T05:07:22.572Z Compiling regress v0.10.1
26212024-11-26T05:07:22.590Z Compiling serde_yaml v0.9.34+deprecated
26222024-11-26T05:07:22.795Z Compiling regress v0.9.1
26232024-11-26T05:07:23.140Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26242024-11-26T05:07:23.212Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26252024-11-26T05:07:23.323Z Compiling backoff v0.4.0
26262024-11-26T05:07:23.684Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26272024-11-26T05:07:23.869Z Compiling tempfile v3.13.0
26282024-11-26T05:07:24.030Z Compiling proc-macro-crate v1.3.1
26292024-11-26T05:07:24.635Z Compiling structmeta v0.3.0
26302024-11-26T05:07:24.743Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26312024-11-26T05:07:25.098Z Compiling parse-display-derive v0.10.0
26322024-11-26T05:07:25.152Z Compiling itertools v0.13.0
26332024-11-26T05:07:25.183Z Compiling num_enum_derive v0.5.11
26342024-11-26T05:07:26.824Z Compiling typify-impl v0.2.0
26352024-11-26T05:07:28.588Z Compiling zerocopy v0.8.10
26362024-11-26T05:07:28.614Z Compiling num_enum v0.5.11
26372024-11-26T05:07:28.614Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26382024-11-26T05:07:28.614Z Compiling foreign-types-macros v0.2.3
26392024-11-26T05:07:28.614Z Compiling zerocopy-derive v0.8.10
26402024-11-26T05:07:28.639Z Compiling heapless v0.8.0
26412024-11-26T05:07:28.693Z Compiling foreign-types-shared v0.3.1
26422024-11-26T05:07:28.713Z Compiling darling_macro v0.20.10
26432024-11-26T05:07:29.017Z Compiling proc-macro-error v1.0.4
26442024-11-26T05:07:29.369Z Compiling foreign-types v0.5.0
26452024-11-26T05:07:29.526Z Compiling camino-tempfile v1.1.1
26462024-11-26T05:07:29.616Z Compiling darling v0.20.10
26472024-11-26T05:07:29.695Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26482024-11-26T05:07:29.736Z Compiling hash32 v0.3.1
26492024-11-26T05:07:29.756Z Compiling serde_with_macros v3.11.0
26502024-11-26T05:07:29.788Z Compiling parse-display v0.10.0
26512024-11-26T05:07:29.975Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26522024-11-26T05:07:29.996Z Compiling cstr-argument v0.1.2
26532024-11-26T05:07:30.271Z Compiling smoltcp v0.11.0
26542024-11-26T05:07:30.519Z Compiling crucible-workspace-hack v0.1.0
26552024-11-26T05:07:30.584Z Compiling pretty-hex v0.2.1
26562024-11-26T05:07:30.790Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26572024-11-26T05:07:30.847Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26582024-11-26T05:07:31.034Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26592024-11-26T05:07:31.164Z Compiling tabwriter v1.4.0
26602024-11-26T05:07:31.691Z Compiling colored v2.1.0
26612024-11-26T05:07:31.725Z Compiling cobs v0.2.3
26622024-11-26T05:07:32.047Z Compiling postcard v1.0.10
26632024-11-26T05:07:32.617Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26642024-11-26T05:07:32.692Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26652024-11-26T05:07:32.713Z Compiling serde_with v3.11.0
26662024-11-26T05:07:32.877Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26672024-11-26T05:07:33.003Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26682024-11-26T05:07:33.332Z Compiling smf v0.2.3
26692024-11-26T05:07:33.822Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26702024-11-26T05:07:34.833Z Compiling zone_cfg_derive v0.3.0
26712024-11-26T05:07:36.172Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26722024-11-26T05:07:36.212Z Compiling num-derive v0.4.2
26732024-11-26T05:07:36.346Z Compiling sigpipe v0.1.3
26742024-11-26T05:07:36.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752024-11-26T05:07:36.697Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26762024-11-26T05:07:36.843Z Compiling zone v0.3.0
26772024-11-26T05:07:37.051Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26782024-11-26T05:07:37.403Z Compiling universal-hash v0.5.1
26792024-11-26T05:07:37.431Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802024-11-26T05:07:37.535Z Compiling opaque-debug v0.3.1
26812024-11-26T05:07:37.615Z Compiling num-rational v0.4.2
26822024-11-26T05:07:37.648Z Compiling password-hash v0.5.0
26832024-11-26T05:07:37.830Z Compiling num-complex v0.4.6
26842024-11-26T05:07:38.170Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26852024-11-26T05:07:38.264Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26862024-11-26T05:07:38.447Z Compiling blake2 v0.10.6
26872024-11-26T05:07:38.551Z Compiling aead v0.5.2
26882024-11-26T05:07:38.680Z Compiling keccak v0.1.5
26892024-11-26T05:07:38.886Z Compiling convert_case v0.4.0
26902024-11-26T05:07:38.947Z Compiling argon2 v0.5.3
26912024-11-26T05:07:39.120Z Compiling sha3 v0.10.8
26922024-11-26T05:07:39.433Z Compiling num v0.4.3
26932024-11-26T05:07:39.563Z Compiling poly1305 v0.8.0
26942024-11-26T05:07:39.692Z Compiling tungstenite v0.21.0
26952024-11-26T05:07:39.784Z Compiling chacha20 v0.9.1
26962024-11-26T05:07:39.908Z Compiling derive_more v0.99.18
26972024-11-26T05:07:40.187Z Compiling base64 v0.21.7
26982024-11-26T05:07:40.273Z Compiling float-ord v0.3.2
26992024-11-26T05:07:40.462Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27002024-11-26T05:07:40.921Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27012024-11-26T05:07:40.964Z Compiling tokio-tungstenite v0.21.0
27022024-11-26T05:07:41.096Z Compiling same-file v1.0.6
27032024-11-26T05:07:41.265Z Compiling semver v0.1.20
27042024-11-26T05:07:41.433Z Compiling walkdir v2.5.0
27052024-11-26T05:07:41.573Z Compiling newline-converter v0.3.0
27062024-11-26T05:07:41.774Z Compiling rustc_version v0.1.7
27072024-11-26T05:07:41.844Z Compiling primeorder v0.13.6
27082024-11-26T05:07:41.998Z Compiling secrecy v0.8.0
27092024-11-26T05:07:42.020Z Compiling owo-colors v4.1.0
27102024-11-26T05:07:42.289Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27112024-11-26T05:07:42.325Z Compiling cancel-safe-futures v0.1.5
27122024-11-26T05:07:42.375Z Compiling newtype_derive v0.1.6
27132024-11-26T05:07:42.425Z Compiling expectorate v1.1.0
27142024-11-26T05:07:42.533Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27152024-11-26T05:07:42.606Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27162024-11-26T05:07:42.666Z Compiling thiserror-impl-no-std v2.0.2
27172024-11-26T05:07:42.712Z Compiling blake3 v1.5.4
27182024-11-26T05:07:42.941Z Compiling ring v0.16.20
27192024-11-26T05:07:43.009Z Compiling half v2.4.1
27202024-11-26T05:07:43.174Z Compiling unicase v2.7.0
27212024-11-26T05:07:43.420Z Compiling arc-swap v1.7.1
27222024-11-26T05:07:43.499Z Compiling ciborium-io v0.2.2
27232024-11-26T05:07:43.649Z Compiling ciborium-ll v0.2.2
27242024-11-26T05:07:44.086Z Compiling slog-scope v4.4.0
27252024-11-26T05:07:44.089Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27262024-11-26T05:07:44.401Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27272024-11-26T05:07:44.750Z Compiling polyval v0.6.2
27282024-11-26T05:07:45.047Z Compiling atomicwrites v0.4.4
27292024-11-26T05:07:45.206Z Compiling libsw v3.3.1
27302024-11-26T05:07:45.435Z Compiling memmap2 v0.9.5
27312024-11-26T05:07:45.539Z Compiling linear-map v1.2.0
27322024-11-26T05:07:45.733Z Compiling typify-macro v0.2.0
27332024-11-26T05:07:45.834Z Compiling spin v0.5.2
27342024-11-26T05:07:45.913Z Compiling thiserror-no-std v2.0.2
27352024-11-26T05:07:45.934Z Compiling salty v0.3.0
27362024-11-26T05:07:45.954Z Compiling arrayref v0.3.9
27372024-11-26T05:07:46.045Z Compiling parking_lot_core v0.8.6
27382024-11-26T05:07:46.077Z Compiling constant_time_eq v0.3.1
27392024-11-26T05:07:46.098Z Compiling indent_write v2.2.0
27402024-11-26T05:07:46.270Z Compiling libefi-sys v0.1.0
27412024-11-26T05:07:46.334Z Compiling arrayvec v0.7.6
27422024-11-26T05:07:46.414Z Compiling vsss-rs v3.3.4
27432024-11-26T05:07:46.552Z Compiling ghash v0.5.1
27442024-11-26T05:07:46.647Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27452024-11-26T05:07:46.979Z Compiling slog-stdlog v4.1.1
27462024-11-26T05:07:47.008Z Compiling ciborium v0.2.2
27472024-11-26T05:07:47.833Z Compiling p384 v0.13.0
27482024-11-26T05:07:48.071Z Compiling toolchain_find v0.4.0
27492024-11-26T05:07:48.146Z Compiling chacha20poly1305 v0.10.1
27502024-11-26T05:07:48.409Z Compiling lzma-sys v0.1.20
27512024-11-26T05:07:48.674Z Compiling ctr v0.9.2
27522024-11-26T05:07:48.819Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27532024-11-26T05:07:49.060Z Compiling bitfield-struct v0.6.2
27542024-11-26T05:07:49.239Z Compiling slog-dtrace v0.3.0
27552024-11-26T05:07:49.263Z Compiling topological-sort v0.2.2
27562024-11-26T05:07:49.429Z Compiling highway v1.2.0
27572024-11-26T05:07:49.506Z Compiling omicron-zone-package v0.11.1
27582024-11-26T05:07:49.807Z Compiling aes-gcm v0.10.3
27592024-11-26T05:07:50.112Z Compiling rustfmt-wrapper v0.2.1
27602024-11-26T05:07:50.142Z Compiling typify v0.2.0
27612024-11-26T05:07:50.217Z Compiling mime_guess v2.0.5
27622024-11-26T05:07:50.301Z Compiling progenitor-impl v0.8.0
27632024-11-26T05:07:50.424Z Compiling slog-envlogger v2.2.0
27642024-11-26T05:07:50.503Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27652024-11-26T05:07:50.530Z Compiling steno v0.4.1
27662024-11-26T05:07:51.267Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27672024-11-26T05:07:51.302Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682024-11-26T05:07:51.597Z Compiling heck v0.3.3
27692024-11-26T05:07:51.725Z Compiling ssh-encoding v0.2.0
27702024-11-26T05:07:52.066Z Compiling blowfish v0.9.1
27712024-11-26T05:07:52.071Z Compiling nibble_vec v0.1.0
27722024-11-26T05:07:52.205Z Compiling env_filter v0.1.2
27732024-11-26T05:07:52.275Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27742024-11-26T05:07:52.294Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27752024-11-26T05:07:52.434Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27762024-11-26T05:07:52.533Z Compiling humantime v2.1.0
27772024-11-26T05:07:52.554Z Compiling endian-type v0.1.2
27782024-11-26T05:07:52.609Z Compiling env_logger v0.11.5
27792024-11-26T05:07:52.774Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27802024-11-26T05:07:52.809Z Compiling radix_trie v0.2.1
27812024-11-26T05:07:52.962Z Compiling bcrypt-pbkdf v0.10.0
27822024-11-26T05:07:53.069Z Compiling ssh-cipher v0.2.0
27832024-11-26T05:07:53.395Z Compiling zone_cfg_derive v0.1.2
27842024-11-26T05:07:53.516Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27852024-11-26T05:07:53.813Z Compiling parking_lot v0.11.2
27862024-11-26T05:07:54.137Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27872024-11-26T05:07:54.743Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27882024-11-26T05:07:54.788Z Compiling password-hash v0.4.2
27892024-11-26T05:07:54.815Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27902024-11-26T05:07:54.940Z Compiling gethostname v0.5.0
27912024-11-26T05:07:55.153Z Compiling fxhash v0.2.1
27922024-11-26T05:07:55.174Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27932024-11-26T05:07:55.209Z Compiling matches v0.1.10
27942024-11-26T05:07:55.326Z Compiling base64 v0.13.1
27952024-11-26T05:07:55.377Z Compiling sled v0.34.7
27962024-11-26T05:07:55.474Z Compiling idna v0.2.3
27972024-11-26T05:07:55.530Z Compiling pbkdf2 v0.11.0
27982024-11-26T05:07:55.665Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27992024-11-26T05:07:55.911Z Compiling ron v0.7.1
28002024-11-26T05:07:55.943Z Compiling zone v0.1.8
28012024-11-26T05:07:56.032Z Compiling xz2 v0.1.7
28022024-11-26T05:07:56.412Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28032024-11-26T05:07:57.205Z Compiling ssh-key v0.6.6
28042024-11-26T05:07:57.598Z Compiling hickory-client v0.24.1
28052024-11-26T05:07:58.101Z Compiling p256 v0.13.2
28062024-11-26T05:07:58.292Z Compiling p521 v0.13.3
28072024-11-26T05:07:58.373Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28082024-11-26T05:07:58.670Z Compiling progenitor-macro v0.8.0
28092024-11-26T05:07:58.980Z Compiling hickory-server v0.24.1
28102024-11-26T05:07:59.080Z Compiling enum-as-inner v0.5.1
28112024-11-26T05:07:59.590Z Compiling pem v3.0.4
28122024-11-26T05:08:00.152Z Compiling yasna v0.5.2
28132024-11-26T05:08:00.433Z Compiling headers-core v0.3.0
28142024-11-26T05:08:00.616Z Compiling kstat-rs v0.2.4
28152024-11-26T05:08:00.745Z Compiling nanorand v0.7.0
28162024-11-26T05:08:01.303Z Compiling russh-cryptovec v0.7.3
28172024-11-26T05:08:01.349Z Compiling atty v0.2.14
28182024-11-26T05:08:01.518Z Compiling md5 v0.7.0
28192024-11-26T05:08:01.674Z Compiling http-range v0.1.5
28202024-11-26T05:08:01.943Z Compiling hyper-staticfile v0.10.1
28212024-11-26T05:08:01.983Z Compiling russh-keys v0.45.0
28222024-11-26T05:08:02.067Z Compiling flume v0.11.1
28232024-11-26T05:08:02.087Z Compiling rcgen v0.12.1
28242024-11-26T05:08:02.168Z Compiling headers v0.4.0
28252024-11-26T05:08:02.823Z Compiling trust-dns-proto v0.22.0
28262024-11-26T05:08:03.146Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28272024-11-26T05:08:04.244Z Compiling num-bigint v0.4.6
28282024-11-26T05:08:04.737Z Compiling des v0.8.1
28292024-11-26T05:08:05.130Z Compiling subprocess v0.2.9
28302024-11-26T05:08:06.227Z Compiling display-error-chain v0.2.2
28312024-11-26T05:08:06.363Z Compiling hex-literal v0.4.1
28322024-11-26T05:08:06.439Z Compiling dhcproto-macros v0.1.0
28332024-11-26T05:08:06.539Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28342024-11-26T05:08:07.085Z Compiling internet-checksum v0.2.1
28352024-11-26T05:08:07.314Z Compiling russh v0.45.0
28362024-11-26T05:08:07.453Z Compiling dhcproto v0.12.0
28372024-11-26T05:08:11.509Z Compiling progenitor v0.8.0
28382024-11-26T05:08:11.656Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28392024-11-26T05:08:11.662Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28402024-11-26T05:08:11.662Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28412024-11-26T05:08:11.662Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28422024-11-26T05:08:11.662Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28432024-11-26T05:08:11.663Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28442024-11-26T05:08:11.739Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28452024-11-26T05:08:13.214Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28462024-11-26T05:08:13.498Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28472024-11-26T05:08:14.369Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28482024-11-26T05:08:18.143Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28492024-11-26T05:08:18.352Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28502024-11-26T05:08:28.026Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28512024-11-26T05:08:28.029Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28522024-11-26T05:08:28.029Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28532024-11-26T05:08:28.029Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28542024-11-26T05:08:28.974Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28552024-11-26T05:08:31.235Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28562024-11-26T05:08:32.410Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28572024-11-26T05:08:32.433Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28582024-11-26T05:08:32.987Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28592024-11-26T05:08:33.554Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28602024-11-26T05:08:36.213Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28612024-11-26T05:08:36.545Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28622024-11-26T05:08:37.068Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28632024-11-26T05:08:37.930Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28642024-11-26T05:08:38.733Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28652024-11-26T05:08:38.761Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28662024-11-26T05:08:39.675Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28672024-11-26T05:08:40.246Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28682024-11-26T05:08:40.657Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28692024-11-26T05:08:42.764Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28702024-11-26T05:08:44.119Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28712024-11-26T05:08:44.627Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28722024-11-26T05:08:46.176Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28732024-11-26T05:08:48.445Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28742024-11-26T05:08:48.465Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28752024-11-26T05:08:51.374Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28762024-11-26T05:08:51.877Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28772024-11-26T05:08:52.733Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782024-11-26T05:08:56.080Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28792024-11-26T05:09:05.317Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28802024-11-26T05:09:06.575Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28812024-11-26T05:09:25.036Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28822024-11-26T05:09:59.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s
28832024-11-26T05:09:59.207Z
28842024-11-26T05:09:59.207Zreal 2:38.418461181
28852024-11-26T05:09:59.207Zuser 12:22.085091393
28862024-11-26T05:09:59.207Zsys 2:39.903763548
28872024-11-26T05:09:59.207Ztrap 0.332510740
28882024-11-26T05:09:59.207Ztflt 0.837160262
28892024-11-26T05:09:59.207Zdflt 1.962419690
28902024-11-26T05:09:59.207Zkflt 0.000023186
28912024-11-26T05:09:59.207Zlock 25:36.102278145
28922024-11-26T05:09:59.208Zslp 44:32.911493991
28932024-11-26T05:09:59.208Zlat 35.021258657
28942024-11-26T05:09:59.208Zstop 1:32.066385027
28952024-11-26T05:09:59.208Z+ mkdir tests
28962024-11-26T05:09:59.208Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28972024-11-26T05:09:59.208Z+ xargs -I '{}' -t cp '{}' tests/
28982024-11-26T05:09:59.627Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/
28992024-11-26T05:09:59.655Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/
29002024-11-26T05:09:59.683Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/
29012024-11-26T05:09:59.710Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/
29022024-11-26T05:09:59.946Z+ 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/*)
29032024-11-26T05:09:59.949Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29042024-11-26T05:11:10.990ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29052024-11-26T05:11:10.990Za .github/buildomat/ci-env.sh 1K
29062024-11-26T05:11:10.990Za out/target/test 1K
29072024-11-26T05:11:10.990Za out/npuzone/npuzone 23144K
29082024-11-26T05:11:10.990Za package-manifest.toml 32K
29092024-11-26T05:11:10.990Za smf/sled-agent/non-gimlet/config.toml 4K
29102024-11-26T05:11:10.990Za target/release/omicron-package 36350K
29112024-11-26T05:11:10.990Za target/release/xtask 11750K
29122024-11-26T05:11:10.990Za target/debug/bootstrap 210012K
29132024-11-26T05:11:10.990Za tests/bootstrap-84053b7b03f68646 24246K
29142024-11-26T05:11:10.990Za tests/commtest-34664e4175f1cac6 25022K
29152024-11-26T05:11:10.990Za tests/dhcp_server-901a0af671086ead 24246K
29162024-11-26T05:11:10.990Za tests/end_to_end_tests-8b9cd7607b17e8ff 228113K
29172024-11-26T05:11:10.990Za out/clickhouse.tar.gz 285637K
29182024-11-26T05:11:10.990Za out/clickhouse_keeper.tar.gz 285642K
29192024-11-26T05:11:10.990Za out/clickhouse_server.tar.gz 285641K
29202024-11-26T05:11:10.990Za out/cockroachdb.tar.gz 134563K
29212024-11-26T05:11:10.990Za out/crucible-dtrace.tar 85K
29222024-11-26T05:11:10.990Za out/crucible-pantry-zone.tar.gz 28184K
29232024-11-26T05:11:10.990Za out/crucible-zone.tar.gz 36396K
29242024-11-26T05:11:10.990Za out/external-dns.tar.gz 35277K
29252024-11-26T05:11:10.990Za out/internal-dns.tar.gz 35277K
29262024-11-26T05:11:10.990Za out/mg-ddm-gz.tar 63075K
29272024-11-26T05:11:10.990Za out/nexus.tar.gz 100270K
29282024-11-26T05:11:10.990Za out/ntp.tar.gz 10356K
29292024-11-26T05:11:10.990Za out/omicron-gateway-softnpu.tar.gz 23901K
29302024-11-26T05:11:10.990Za out/omicron-sled-agent.tar 112667K
29312024-11-26T05:11:10.990Za out/overlay.tar.gz 3K
29322024-11-26T05:11:10.990Za out/oximeter.tar.gz 51205K
29332024-11-26T05:11:10.990Za out/oxlog.tar 3088K
29342024-11-26T05:11:10.991Za out/probe.tar.gz 2764K
29352024-11-26T05:11:10.991Za out/propolis-server.tar.gz 66596K
29362024-11-26T05:11:10.991Za out/pumpkind-gz.tar 26665K
29372024-11-26T05:11:10.991Za out/switch-softnpu.tar.gz 237364K
29382024-11-26T05:11:10.993Z
29392024-11-26T05:11:10.993Zreal 1:11.031043675
29402024-11-26T05:11:10.993Zuser 1:07.978233638
29412024-11-26T05:11:10.994Zsys 4.279827783
29422024-11-26T05:11:10.994Ztrap 0.016106444
29432024-11-26T05:11:10.994Ztflt 0.000000000
29442024-11-26T05:11:10.994Zdflt 0.000000000
29452024-11-26T05:11:10.994Zkflt 0.000000000
29462024-11-26T05:11:10.994Zlock 0.000000000
29472024-11-26T05:11:10.994Zslp 1:07.927093241
29482024-11-26T05:11:10.994Zlat 1.856551573
29492024-11-26T05:11:10.994Zstop 0.000200893
29502024-11-26T05:11:10.998Zprocess exited: duration 1972848 ms, exit code 0
 
29512024-11-26T05:11:11.006Zfound 1 output files
29522024-11-26T05:11:11.006Zuploading: /work/package.tar.gz (1877083040 bytes)
29532024-11-26T05:11:47.860Zuploaded: /work/package.tar.gz