01J0Y9AETA85HHY45P9FNZ2K33: 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: 01J0Y9ARY1BFRYKBQS17SRZX6P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-21T20:56:38.902Zjob assigned to worker 01J0Y9AT97QE8C6R91V0YHFRSA (queued for 57 s)
 
22024-06-21T20:56:46.307Zstarting task 0: "setup"
32024-06-21T20:56:46.362Z++ uname -s
42024-06-21T20:56:46.380Z+ kern=SunOS
52024-06-21T20:56:46.380Z+ case "$kern" in
62024-06-21T20:56:46.381Z+ groupadd -g 12345 build
72024-06-21T20:56:46.381Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-21T20:56:48.382Z+ zfs create -o mountpoint=/work rpool/work
92024-06-21T20:56:48.474Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-21T20:56:48.476Z+ home_fs=zfs
112024-06-21T20:56:48.476Z+ [[ zfs == autofs ]]
122024-06-21T20:56:48.476Z+ mkdir -p /home/build
132024-06-21T20:56:48.476Z+ chown build:build /home/build /work
142024-06-21T20:56:50.478Z+ chmod 0700 /home/build /work
152024-06-21T20:56:50.481Zprocess exited: duration 4177 ms, exit code 0
 
162024-06-21T20:56:50.487Zstarting task 1: "rust-toolchain"
172024-06-21T20:56:50.492Z+ printf ' * toolchain channel = "%s"
182024-06-21T20:56:50.492Z' 1.78.0
192024-06-21T20:56:50.492Z+ printf ' * toolchain profile = "%s"
202024-06-21T20:56:50.492Z' default
212024-06-21T20:56:50.495Z * toolchain channel = "1.78.0"
222024-06-21T20:56:50.495Z * toolchain profile = "default"
232024-06-21T20:56:50.495Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-21T20:56:50.495Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-21T20:56:50.608Zinfo: downloading installer
262024-06-21T20:56:52.028Zinfo: profile set to 'default'
272024-06-21T20:56:52.028Zinfo: default host triple is x86_64-unknown-illumos
282024-06-21T20:56:52.031Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-21T20:56:52.168Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-21T20:56:52.168Zinfo: downloading component 'cargo'
312024-06-21T20:56:52.963Zinfo: downloading component 'clippy'
322024-06-21T20:56:53.229Zinfo: downloading component 'rust-docs'
332024-06-21T20:56:54.280Zinfo: downloading component 'rust-std'
342024-06-21T20:56:55.968Zinfo: downloading component 'rustc'
352024-06-21T20:57:00.283Zinfo: downloading component 'rustfmt'
362024-06-21T20:57:00.516Zinfo: installing component 'cargo'
372024-06-21T20:57:01.339Zinfo: installing component 'clippy'
382024-06-21T20:57:01.684Zinfo: installing component 'rust-docs'
392024-06-21T20:57:03.202Zinfo: installing component 'rust-std'
402024-06-21T20:57:04.927Zinfo: installing component 'rustc'
412024-06-21T20:57:09.048Zinfo: installing component 'rustfmt'
422024-06-21T20:57:09.385Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-21T20:57:09.385Z
442024-06-21T20:57:09.673Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-21T20:57:09.673Z
462024-06-21T20:57:09.676Z
472024-06-21T20:57:09.676ZRust is installed now. Great!
482024-06-21T20:57:09.676Z
492024-06-21T20:57:09.676ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-21T20:57:09.676Zenvironment variable. This has not been done automatically.
512024-06-21T20:57:09.676Z
522024-06-21T20:57:09.676ZTo configure your current shell, you need to source
532024-06-21T20:57:09.676Zthe corresponding env file under $HOME/.cargo.
542024-06-21T20:57:09.676Z
552024-06-21T20:57:09.676ZThis is usually done by running one of the following (note the leading DOT):
562024-06-21T20:57:09.676Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-21T20:57:09.676Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-21T20:57:09.741Z+ rustc --version
592024-06-21T20:57:09.805Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-21T20:57:09.808Zprocess exited: duration 19321 ms, exit code 0
 
612024-06-21T20:57:09.814Zstarting task 2: "authentication"
622024-06-21T20:57:09.836Zprocess exited: duration 20 ms, exit code 0
 
632024-06-21T20:57:09.843Zstarting task 3: "clone repository"
642024-06-21T20:57:09.849Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-21T20:57:09.852Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-21T20:57:10.022ZCloning into '/work/oxidecomputer/omicron'...
672024-06-21T20:57:16.577Z+ cd /work/oxidecomputer/omicron
682024-06-21T20:57:16.577Z+ git fetch origin 7ef3ddd09822f8d31eb6b264459d6886456b64ff
692024-06-21T20:57:16.875ZFrom https://github.com/oxidecomputer/omicron
702024-06-21T20:57:16.875Z * branch 7ef3ddd09822f8d31eb6b264459d6886456b64ff -> FETCH_HEAD
712024-06-21T20:57:16.885Z+ [[ -n bump_gimlet-v1.0.22 ]]
722024-06-21T20:57:16.888Z++ git branch --show-current
732024-06-21T20:57:16.890Z+ current=main
742024-06-21T20:57:16.890Z+ [[ main != bump_gimlet-v1.0.22 ]]
752024-06-21T20:57:16.890Z+ git branch -f bump_gimlet-v1.0.22 7ef3ddd09822f8d31eb6b264459d6886456b64ff
762024-06-21T20:57:16.893Z+ git checkout -f bump_gimlet-v1.0.22
772024-06-21T20:57:17.022ZSwitched to branch 'bump_gimlet-v1.0.22'
782024-06-21T20:57:17.025Z+ git reset --hard 7ef3ddd09822f8d31eb6b264459d6886456b64ff
792024-06-21T20:57:17.034ZHEAD is now at 7ef3ddd09 Automatic bump of permslip manifest to gimlet-v1.0.22
802024-06-21T20:57:17.037Zprocess exited: duration 7192 ms, exit code 0
 
812024-06-21T20:57:17.043Zstarting task 4: "build"
822024-06-21T20:57:17.048Z+ cargo --version
832024-06-21T20:57:17.100Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-21T20:57:17.102Z+ rustc --version
852024-06-21T20:57:17.159Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-21T20:57:17.161Z+ WORK=/work
872024-06-21T20:57:17.161Z+ pfexec mkdir -p /work
882024-06-21T20:57:17.164Z+ pfexec chown build /work
892024-06-21T20:57:17.169Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-06-21T20:57:33.413Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-06-21T20:57:35.457Z Startup: Caching catalogs ... Done
922024-06-21T20:57:37.822ZPlanning: Solver setup ... Done (1.905s)
932024-06-21T20:57:37.858ZPlanning: Running solver ... Done (0.037s)
942024-06-21T20:57:37.898ZPlanning: Finding local manifests ... Done (0.003s)
952024-06-21T20:57:37.915ZPlanning: Fetching manifests: 0/4 0% complete
962024-06-21T20:57:38.190ZPlanning: Fetching manifests: 4/4 100% complete
972024-06-21T20:57:38.239ZPlanning: Package planning ... Done (0.049s)
982024-06-21T20:57:38.290ZPlanning: Merging actions ... Done (0.050s)
992024-06-21T20:57:39.164ZPlanning: Checking for conflicting actions ... Done (0.874s)
1002024-06-21T20:57:39.176ZPlanning: Consolidating action changes ... Done (0.012s)
1012024-06-21T20:57:43.353ZPlanning: Evaluating mediators ... Done (4.177s)
1022024-06-21T20:57:43.363ZPlanning: Planning completed in 7.84 seconds
1032024-06-21T20:57:43.596Z Packages to install: 4
1042024-06-21T20:57:43.596Z Mediators to change: 2
1052024-06-21T20:57:43.596Z Services to change: 1
1062024-06-21T20:57:43.599Z Estimated space available: 155.77 GB
1072024-06-21T20:57:43.599ZEstimated space to be consumed: 1.46 GB
1082024-06-21T20:57:43.599Z Create boot environment: No
1092024-06-21T20:57:43.599ZCreate backup boot environment: No
1102024-06-21T20:57:43.599Z Rebuild boot archive: No
1112024-06-21T20:57:43.599Z
1122024-06-21T20:57:43.599ZChanged mediators:
1132024-06-21T20:57:43.599Z mediator clang:
1142024-06-21T20:57:43.599Z version: None -> 15 (system default)
1152024-06-21T20:57:43.599Z
1162024-06-21T20:57:43.599Z mediator llvm:
1172024-06-21T20:57:43.599Z version: 14 (system default) -> 15 (system default)
1182024-06-21T20:57:43.599Z
1192024-06-21T20:57:43.599ZChanged packages:
1202024-06-21T20:57:43.599Zhelios-dev
1212024-06-21T20:57:43.599Z developer/build-essential
1222024-06-21T20:57:43.599Z None -> 11-2.0
1232024-06-21T20:57:43.599Z library/libxmlsec1
1242024-06-21T20:57:43.599Z None -> 1.2.35-2.0
1252024-06-21T20:57:43.599Z ooce/developer/clang-15
1262024-06-21T20:57:43.599Z None -> 15.0.7-2.0
1272024-06-21T20:57:43.599Z ooce/developer/llvm-15
1282024-06-21T20:57:43.599Z None -> 15.0.7-2.0
1292024-06-21T20:57:43.599Z
1302024-06-21T20:57:43.600ZServices:
1312024-06-21T20:57:43.600Z restart_fmri:
1322024-06-21T20:57:43.600Z svc:/system/update-man-index:default
1332024-06-21T20:57:43.744Z
1342024-06-21T20:57:43.744ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-06-21T20:57:49.931ZDownload: 213/3290 items 1.3/212.6MB 0% complete (593k/s)
1362024-06-21T20:57:54.931ZDownload: 1187/3290 items 66.3/212.6MB 31% complete (6.5M/s)
1372024-06-21T20:57:59.932ZDownload: 1973/3290 items 118.7/212.6MB 55% complete (11.8M/s)
1382024-06-21T20:58:04.932ZDownload: 3248/3290 items 184.8/212.6MB 86% complete (11.8M/s)
1392024-06-21T20:58:06.602ZDownload: Completed 212.60 MB in 22.86 seconds (9.3M/s)
1402024-06-21T20:58:08.024Z Actions: 1/3689 actions (Installing new actions)
1412024-06-21T20:58:13.212Z Actions: 3650/3689 actions (Installing new actions)
1422024-06-21T20:58:13.273Z Actions: Completed 3689 actions in 5.25 seconds.
1432024-06-21T20:58:13.516Z Done (0.238s)
1442024-06-21T20:58:13.517Z Done (0.000s)
1452024-06-21T20:58:13.833Z Done (0.316s)
1462024-06-21T20:58:18.981Z Done (4.994s)
1472024-06-21T20:58:19.166Z Done (0.110s)
1482024-06-21T20:58:19.170Z Done (0.000s)
1492024-06-21T20:58:19.326Z Done (0.000s)
1502024-06-21T20:58:19.889ZPlanning: Evaluating mediator changes ... Done
1512024-06-21T20:58:20.049ZPlanning: Checking for conflicting actions ... Done
1522024-06-21T20:58:20.052ZPlanning: Consolidating action changes ... Done
1532024-06-21T20:58:20.319ZPlanning: Evaluating mediators ... Done
1542024-06-21T20:58:20.322ZPlanning: Planning completed in 0.43 seconds
1552024-06-21T20:58:20.352Z Mediators to change: 2
1562024-06-21T20:58:20.352Z Create boot environment: No
1572024-06-21T20:58:20.355ZCreate backup boot environment: No
1582024-06-21T20:58:20.419Z Done
1592024-06-21T20:58:20.419Z Done
1602024-06-21T20:58:20.620Z Done
1612024-06-21T20:58:24.185Z Done
1622024-06-21T20:58:24.269Z Done
1632024-06-21T20:58:24.272Z Done
1642024-06-21T20:58:24.377Z Done
1652024-06-21T20:58:24.986ZPlanning: Evaluating mediator changes ... Done
1662024-06-21T20:58:24.988ZPlanning: Merging actions ... Done
1672024-06-21T20:58:25.180ZPlanning: Checking for conflicting actions ... Done
1682024-06-21T20:58:25.183ZPlanning: Consolidating action changes ... Done
1692024-06-21T20:58:25.469ZPlanning: Evaluating mediators ... Done
1702024-06-21T20:58:25.528ZPlanning: Planning completed in 0.79 seconds
1712024-06-21T20:58:25.564Z Packages to change: 1
1722024-06-21T20:58:25.564Z Mediators to change: 1
1732024-06-21T20:58:25.567Z Services to change: 1
1742024-06-21T20:58:25.567Z Create boot environment: No
1752024-06-21T20:58:25.567ZCreate backup boot environment: Yes
1762024-06-21T20:58:27.332Z Actions: 1/6 actions (Updating modified actions)
1772024-06-21T20:58:27.362Z Actions: Completed 6 actions in 0.03 seconds.
1782024-06-21T20:58:27.370Z Done
1792024-06-21T20:58:27.370Z Done
1802024-06-21T20:58:27.431Z Done
1812024-06-21T20:58:30.981Z Done
1822024-06-21T20:58:31.061Z Done
1832024-06-21T20:58:31.064Z Done
1842024-06-21T20:58:31.163Z Done
1852024-06-21T20:58:31.593ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-06-21T20:58:31.593Zclang system 15 system
1872024-06-21T20:58:31.593Zcsh system system illumos
1882024-06-21T20:58:31.593Zctags system system illumos
1892024-06-21T20:58:31.593Zgcc vendor 12 vendor
1902024-06-21T20:58:31.593Zgcc system 10 system
1912024-06-21T20:58:31.594Zgcc system 7 system
1922024-06-21T20:58:31.594Zgo system 1.20 system
1932024-06-21T20:58:31.594Zgo system 1.19 system
1942024-06-21T20:58:31.594Zllvm system 15 system
1952024-06-21T20:58:31.594Zllvm system 14 system
1962024-06-21T20:58:31.594Zmariadb system 10.6 system
1972024-06-21T20:58:31.594Zmta vendor vendor dma
1982024-06-21T20:58:31.594Zopenjdk system 17 system
1992024-06-21T20:58:31.594Zopenjdk system 11 system
2002024-06-21T20:58:31.594Zopenjdk system 1.8 system
2012024-06-21T20:58:31.594Zopenssl vendor 3 vendor
2022024-06-21T20:58:31.594Zperl system 5.36 system
2032024-06-21T20:58:31.594Zpostgresql system 15 system
2042024-06-21T20:58:31.594Zpostgresql system 13 system
2052024-06-21T20:58:31.594Zpython vendor 3 vendor
2062024-06-21T20:58:31.594Zpython system 2 system
2072024-06-21T20:58:31.594Zpython3 system 3.11 system
2082024-06-21T20:58:31.594Zruby system 3.0 system
2092024-06-21T20:58:31.594Zwords vendor vendor american-english
2102024-06-21T20:58:31.594Zwords system system australian-english
2112024-06-21T20:58:31.594Zwords system system british-english
2122024-06-21T20:58:31.594Zwords system system canadian-english
2132024-06-21T20:58:31.594Zwords system system french
2142024-06-21T20:58:31.594Zwords system system italian
2152024-06-21T20:58:31.594Zwords system system ngerman
2162024-06-21T20:58:31.594Zwords system system ogerman
2172024-06-21T20:58:31.594Zwords system system spanish
2182024-06-21T20:58:31.929ZPUBLISHER TYPE STATUS P LOCATION
2192024-06-21T20:58:31.929Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-06-21T20:58:33.425ZFMRI IFO
2212024-06-21T20:58:33.425Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-06-21T20:58:33.425Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-06-21T20:58:33.425Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-06-21T20:58:33.425Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-06-21T20:58:33.426Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-06-21T20:58:33.426Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-06-21T20:58:33.426Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2282024-06-21T20:58:33.426Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-06-21T20:58:33.426Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-06-21T20:58:33.426Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-06-21T20:58:33.426Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-06-21T20:58:33.426Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-06-21T20:58:33.931Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-06-21T20:58:34.248Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-06-21T20:58:34.498Z Updating crates.io index
2362024-06-21T20:58:34.501Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-06-21T20:58:35.316Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-06-21T20:58:36.023Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-06-21T20:58:36.292Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-06-21T20:58:38.220Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2412024-06-21T20:58:38.812Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-06-21T20:58:39.110Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-06-21T20:58:40.168Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-06-21T20:58:42.149Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-06-21T20:58:43.089Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-06-21T20:58:43.892Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472024-06-21T20:58:44.407Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-06-21T20:58:44.782Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2492024-06-21T20:58:45.149Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-06-21T20:58:45.421Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-06-21T20:58:45.682Z Updating git repository `http://github.com/oxidecomputer/tofino`
2522024-06-21T20:58:46.151Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-06-21T20:58:46.460Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-06-21T20:58:46.679Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-06-21T20:58:47.019Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-06-21T20:58:47.317Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-06-21T20:58:47.634Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-06-21T20:58:47.931Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-06-21T20:58:48.571Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-06-21T20:58:48.823Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2612024-06-21T20:58:49.129Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-06-21T20:58:49.505Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-06-21T20:58:51.345Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-06-21T20:58:51.642Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-06-21T20:58:51.913Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-06-21T20:58:52.373Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-06-21T20:58:53.309Z Downloading crates ...
2682024-06-21T20:58:53.393Z Downloaded anstyle-query v1.0.3
2692024-06-21T20:58:53.396Z Downloaded adler v1.0.2
2702024-06-21T20:58:53.399Z Downloaded clap_lex v0.7.0
2712024-06-21T20:58:53.402Z Downloaded anstyle-parse v0.2.4
2722024-06-21T20:58:53.405Z Downloaded anstyle v1.0.7
2732024-06-21T20:58:53.405Z Downloaded cargo-platform v0.1.8
2742024-06-21T20:58:53.408Z Downloaded autocfg v1.3.0
2752024-06-21T20:58:53.408Z Downloaded is_terminal_polyfill v1.70.0
2762024-06-21T20:58:53.411Z Downloaded match_cfg v0.1.0
2772024-06-21T20:58:53.413Z Downloaded foreign-types v0.3.2
2782024-06-21T20:58:53.417Z Downloaded num-conv v0.1.0
2792024-06-21T20:58:53.419Z Downloaded dtrace-parser v0.2.0
2802024-06-21T20:58:53.419Z Downloaded strum v0.26.2
2812024-06-21T20:58:53.422Z Downloaded futures-sink v0.3.30
2822024-06-21T20:58:53.424Z Downloaded scroll_derive v0.12.0
2832024-06-21T20:58:53.427Z Downloaded swrite v0.1.0
2842024-06-21T20:58:53.430Z Downloaded cpufeatures v0.2.12
2852024-06-21T20:58:53.432Z Downloaded cfg-if v1.0.0
2862024-06-21T20:58:53.432Z Downloaded block-buffer v0.10.4
2872024-06-21T20:58:53.435Z Downloaded num_threads v0.1.7
2882024-06-21T20:58:53.435Z Downloaded bytecount v0.6.8
2892024-06-21T20:58:53.438Z Downloaded slog-async v2.8.0
2902024-06-21T20:58:53.441Z Downloaded errno v0.3.9
2912024-06-21T20:58:53.441Z Downloaded heck v0.5.0
2922024-06-21T20:58:53.444Z Downloaded dirs-sys-next v0.1.2
2932024-06-21T20:58:53.444Z Downloaded crypto-common v0.1.6
2942024-06-21T20:58:53.446Z Downloaded digest v0.10.7
2952024-06-21T20:58:53.449Z Downloaded colorchoice v1.0.1
2962024-06-21T20:58:53.449Z Downloaded sync_wrapper v0.1.2
2972024-06-21T20:58:53.449Z Downloaded byteorder v1.5.0
2982024-06-21T20:58:53.452Z Downloaded tower-service v0.3.2
2992024-06-21T20:58:53.455Z Downloaded mime v0.3.17
3002024-06-21T20:58:53.455Z Downloaded form_urlencoded v1.2.1
3012024-06-21T20:58:53.459Z Downloaded time-core v0.1.2
3022024-06-21T20:58:53.461Z Downloaded sha2 v0.10.8
3032024-06-21T20:58:53.464Z Downloaded futures-executor v0.3.30
3042024-06-21T20:58:53.464Z Downloaded pest_generator v2.7.10
3052024-06-21T20:58:53.467Z Downloaded slog-json v2.6.1
3062024-06-21T20:58:53.467Z Downloaded serde_tokenstream v0.2.0
3072024-06-21T20:58:53.470Z Downloaded scopeguard v1.2.0
3082024-06-21T20:58:53.472Z Downloaded cargo_metadata v0.18.1
3092024-06-21T20:58:53.472Z Downloaded anstream v0.6.14
3102024-06-21T20:58:53.477Z Downloaded tinyvec_macros v0.1.1
3112024-06-21T20:58:53.480Z Downloaded want v0.3.1
3122024-06-21T20:58:53.480Z Downloaded take_mut v0.2.2
3132024-06-21T20:58:53.480Z Downloaded usdt-macro v0.5.0
3142024-06-21T20:58:53.480Z Downloaded equivalent v1.0.1
3152024-06-21T20:58:53.480Z Downloaded openssl-macros v0.1.1
3162024-06-21T20:58:53.480Z Downloaded signal-hook-registry v1.4.2
3172024-06-21T20:58:53.482Z Downloaded try-lock v0.2.5
3182024-06-21T20:58:53.482Z Downloaded serde_urlencoded v0.7.1
3192024-06-21T20:58:53.485Z Downloaded rustls-pemfile v1.0.4
3202024-06-21T20:58:53.485Z Downloaded slab v0.4.9
3212024-06-21T20:58:53.488Z Downloaded openssl-probe v0.1.5
3222024-06-21T20:58:53.488Z Downloaded percent-encoding v2.3.1
3232024-06-21T20:58:53.491Z Downloaded hostname v0.3.1
3242024-06-21T20:58:53.492Z Downloaded pkg-config v0.3.30
3252024-06-21T20:58:53.492Z Downloaded cargo_toml v0.20.2
3262024-06-21T20:58:53.495Z Downloaded toml_datetime v0.6.6
3272024-06-21T20:58:53.495Z Downloaded crc32fast v1.4.0
3282024-06-21T20:58:53.497Z Downloaded thread_local v1.1.8
3292024-06-21T20:58:53.497Z Downloaded tabled_derive v0.7.0
3302024-06-21T20:58:53.497Z Downloaded usdt-attr-macro v0.5.0
3312024-06-21T20:58:53.500Z Downloaded pest_meta v2.7.10
3322024-06-21T20:58:53.500Z Downloaded version_check v0.9.4
3332024-06-21T20:58:53.503Z Downloaded powerfmt v0.2.0
3342024-06-21T20:58:53.503Z Downloaded once_cell v1.19.0
3352024-06-21T20:58:53.506Z Downloaded anyhow v1.0.86
3362024-06-21T20:58:53.508Z Downloaded usdt-impl v0.5.0
3372024-06-21T20:58:53.511Z Downloaded thiserror v1.0.60
3382024-06-21T20:58:53.514Z Downloaded parking_lot_core v0.9.10
3392024-06-21T20:58:53.517Z Downloaded pretty-hex v0.4.1
3402024-06-21T20:58:53.519Z Downloaded bitflags v2.5.0
3412024-06-21T20:58:53.522Z Downloaded pin-utils v0.1.0
3422024-06-21T20:58:53.522Z Downloaded thread-id v4.2.1
3432024-06-21T20:58:53.525Z Downloaded dof v0.3.0
3442024-06-21T20:58:53.525Z Downloaded memmap v0.7.0
3452024-06-21T20:58:53.527Z Downloaded itoa v1.0.11
3462024-06-21T20:58:53.527Z Downloaded plain v0.2.3
3472024-06-21T20:58:53.527Z Downloaded proc-macro-error-attr v1.0.4
3482024-06-21T20:58:53.530Z Downloaded smallvec v1.13.2
3492024-06-21T20:58:53.533Z Downloaded slog-term v2.9.1
3502024-06-21T20:58:53.533Z Downloaded scroll v0.12.0
3512024-06-21T20:58:53.536Z Downloaded futures v0.3.30
3522024-06-21T20:58:53.538Z Downloaded crossbeam-utils v0.8.19
3532024-06-21T20:58:53.542Z Downloaded unicode-width v0.1.12
3542024-06-21T20:58:53.545Z Downloaded deranged v0.3.11
3552024-06-21T20:58:53.545Z Downloaded proc-macro-error v1.0.4
3562024-06-21T20:58:53.547Z Downloaded xattr v1.3.1
3572024-06-21T20:58:53.552Z Downloaded parking_lot v0.12.2
3582024-06-21T20:58:53.554Z Downloaded native-tls v0.2.11
3592024-06-21T20:58:53.555Z Downloaded lock_api v0.4.12
3602024-06-21T20:58:53.555Z Downloaded futures-core v0.3.30
3612024-06-21T20:58:53.555Z Downloaded time-macros v0.2.18
3622024-06-21T20:58:53.557Z Downloaded pin-project-lite v0.2.14
3632024-06-21T20:58:53.561Z Downloaded pest_derive v2.7.10
3642024-06-21T20:58:53.563Z Downloaded zerocopy-derive v0.7.34
3652024-06-21T20:58:53.567Z Downloaded ucd-trie v0.1.6
3662024-06-21T20:58:53.569Z Downloaded unicode-ident v1.0.12
3672024-06-21T20:58:53.572Z Downloaded typenum v1.17.0
3682024-06-21T20:58:53.575Z Downloaded toml v0.8.13
3692024-06-21T20:58:53.578Z Downloaded openssl-sys v0.9.102
3702024-06-21T20:58:53.588Z Downloaded miniz_oxide v0.7.2
3712024-06-21T20:58:53.592Z Downloaded ryu v1.0.18
3722024-06-21T20:58:53.592Z Downloaded flate2 v1.0.30
3732024-06-21T20:58:53.592Z Downloaded base64 v0.21.7
3742024-06-21T20:58:53.595Z Downloaded papergrid v0.11.0
3752024-06-21T20:58:53.599Z Downloaded tracing-core v0.1.32
3762024-06-21T20:58:53.602Z Downloaded memchr v2.7.2
3772024-06-21T20:58:53.607Z Downloaded mio v0.8.11
3782024-06-21T20:58:53.613Z Downloaded url v2.5.0
3792024-06-21T20:58:53.616Z Downloaded http v0.2.12
3802024-06-21T20:58:53.619Z Downloaded unicode-bidi v0.3.15
3812024-06-21T20:58:53.622Z Downloaded tracing v0.1.40
3822024-06-21T20:58:53.626Z Downloaded toml_edit v0.22.13
3832024-06-21T20:58:53.647Z Downloaded pest v2.7.10
3842024-06-21T20:58:53.652Z Downloaded unicode-normalization v0.1.23
3852024-06-21T20:58:53.658Z Downloaded tokio-util v0.7.11
3862024-06-21T20:58:53.662Z Downloaded serde_json v1.0.117
3872024-06-21T20:58:53.669Z Downloaded hyper v0.14.28
3882024-06-21T20:58:53.677Z Downloaded winnow v0.6.8
3892024-06-21T20:58:53.685Z Downloaded idna v0.5.0
3902024-06-21T20:58:53.691Z Downloaded openssl v0.10.64
3912024-06-21T20:58:53.701Z Downloaded zerocopy v0.7.34
3922024-06-21T20:58:53.716Z Downloaded tabled v0.15.0
3932024-06-21T20:58:53.730Z Downloaded vcpkg v0.2.15
3942024-06-21T20:58:53.766Z Downloaded rustix v0.38.34
3952024-06-21T20:58:53.786Z Downloaded libc v0.2.155
3962024-06-21T20:58:53.811Z Downloaded tokio v1.37.0
3972024-06-21T20:58:53.845Z Downloaded syn v2.0.64
3982024-06-21T20:58:53.855Z Downloaded syn v1.0.109
3992024-06-21T20:58:53.864Z Downloaded encoding_rs v0.8.34
4002024-06-21T20:58:53.883Z Downloaded reqwest v0.11.27
4012024-06-21T20:58:53.890Z Downloaded h2 v0.3.26
4022024-06-21T20:58:53.898Z Downloaded goblin v0.8.2
4032024-06-21T20:58:53.902Z Downloaded time v0.3.36
4042024-06-21T20:58:53.908Z Downloaded futures-util v0.3.30
4052024-06-21T20:58:53.918Z Downloaded clap_builder v4.5.2
4062024-06-21T20:58:53.924Z Downloaded hashbrown v0.14.5
4072024-06-21T20:58:53.929Z Downloaded indexmap v2.2.6
4082024-06-21T20:58:53.933Z Downloaded cc v1.0.97
4092024-06-21T20:58:53.936Z Downloaded tinyvec v1.6.0
4102024-06-21T20:58:53.938Z Downloaded crossbeam-channel v0.5.12
4112024-06-21T20:58:53.941Z Downloaded tar v0.4.40
4122024-06-21T20:58:53.944Z Downloaded slog v2.7.0
4132024-06-21T20:58:53.947Z Downloaded serde_derive v1.0.203
4142024-06-21T20:58:53.950Z Downloaded serde v1.0.203
4152024-06-21T20:58:53.952Z Downloaded semver v1.0.23
4162024-06-21T20:58:53.956Z Downloaded proc-macro2 v1.0.82
4172024-06-21T20:58:53.958Z Downloaded term v0.7.0
4182024-06-21T20:58:53.961Z Downloaded futures-channel v0.3.30
4192024-06-21T20:58:53.961Z Downloaded futures-task v0.3.30
4202024-06-21T20:58:53.964Z Downloaded clap v4.5.4
4212024-06-21T20:58:53.969Z Downloaded bytes v1.6.0
4222024-06-21T20:58:53.972Z Downloaded tokio-native-tls v0.3.1
4232024-06-21T20:58:53.975Z Downloaded socket2 v0.5.7
4242024-06-21T20:58:53.980Z Downloaded log v0.4.21
4252024-06-21T20:58:53.982Z Downloaded fs-err v2.11.0
4262024-06-21T20:58:53.982Z Downloaded dirs-next v2.0.0
4272024-06-21T20:58:53.982Z Downloaded camino v1.1.7
4282024-06-21T20:58:53.982Z Downloaded hyper-tls v0.5.0
4292024-06-21T20:58:53.985Z Downloaded heck v0.4.1
4302024-06-21T20:58:53.985Z Downloaded futures-macro v0.3.30
4312024-06-21T20:58:53.988Z Downloaded num_cpus v1.16.0
4322024-06-21T20:58:53.988Z Downloaded macaddr v1.0.1
4332024-06-21T20:58:53.990Z Downloaded http-body v0.4.6
4342024-06-21T20:58:53.990Z Downloaded fnv v1.0.7
4352024-06-21T20:58:53.993Z Downloaded filetime v0.2.23
4362024-06-21T20:58:53.993Z Downloaded strum_macros v0.26.2
4372024-06-21T20:58:53.996Z Downloaded httpdate v1.0.3
4382024-06-21T20:58:53.996Z Downloaded httparse v1.8.0
4392024-06-21T20:58:53.999Z Downloaded futures-io v0.3.30
4402024-06-21T20:58:53.999Z Downloaded usdt v0.5.0
4412024-06-21T20:58:53.999Z Downloaded thiserror-impl v1.0.60
4422024-06-21T20:58:54.001Z Downloaded ipnet v2.9.0
4432024-06-21T20:58:54.001Z Downloaded strsim v0.11.1
4442024-06-21T20:58:54.004Z Downloaded utf8parse v0.2.1
4452024-06-21T20:58:54.004Z Downloaded tokio-macros v2.2.0
4462024-06-21T20:58:54.004Z Downloaded terminal_size v0.3.0
4472024-06-21T20:58:54.007Z Downloaded generic-array v0.14.7
4482024-06-21T20:58:54.007Z Downloaded clap_derive v4.5.4
4492024-06-21T20:58:54.009Z Downloaded slog-bunyan v2.5.0
4502024-06-21T20:58:54.009Z Downloaded serde_spanned v0.6.6
4512024-06-21T20:58:54.012Z Downloaded md5 v0.7.0
4522024-06-21T20:58:54.012Z Downloaded foreign-types-shared v0.1.1
4532024-06-21T20:58:54.012Z Downloaded is-terminal v0.4.12
4542024-06-21T20:58:54.012Z Downloaded quote v1.0.36
4552024-06-21T20:58:54.015Z Downloaded rustversion v1.0.17
4562024-06-21T20:58:54.305Z Compiling proc-macro2 v1.0.82
4572024-06-21T20:58:54.306Z Compiling unicode-ident v1.0.12
4582024-06-21T20:58:54.308Z Compiling libc v0.2.155
4592024-06-21T20:58:54.308Z Compiling version_check v0.9.4
4602024-06-21T20:58:54.308Z Compiling cfg-if v1.0.0
4612024-06-21T20:58:54.308Z Compiling once_cell v1.19.0
4622024-06-21T20:58:54.308Z Compiling itoa v1.0.11
4632024-06-21T20:58:54.339Z Compiling autocfg v1.3.0
4642024-06-21T20:58:54.533Z Compiling serde v1.0.203
4652024-06-21T20:58:54.558Z Compiling memchr v2.7.2
4662024-06-21T20:58:54.623Z Compiling thiserror v1.0.60
4672024-06-21T20:58:54.877Z Compiling ryu v1.0.18
4682024-06-21T20:58:55.096Z Compiling pin-project-lite v0.2.14
4692024-06-21T20:58:55.160Z Compiling bitflags v2.5.0
4702024-06-21T20:58:55.196Z Compiling cc v1.0.97
4712024-06-21T20:58:55.220Z Compiling lock_api v0.4.12
4722024-06-21T20:58:55.477Z Compiling parking_lot_core v0.9.10
4732024-06-21T20:58:55.921Z Compiling vcpkg v0.2.15
4742024-06-21T20:58:56.107Z Compiling pkg-config v0.3.30
4752024-06-21T20:58:56.184Z Compiling ucd-trie v0.1.6
4762024-06-21T20:58:56.358Z Compiling slab v0.4.9
4772024-06-21T20:58:56.475Z Compiling smallvec v1.13.2
4782024-06-21T20:58:56.887Z Compiling bytes v1.6.0
4792024-06-21T20:58:56.941Z Compiling futures-sink v0.3.30
4802024-06-21T20:58:57.116Z Compiling futures-core v0.3.30
4812024-06-21T20:58:57.226Z Compiling scopeguard v1.2.0
4822024-06-21T20:58:57.372Z Compiling quote v1.0.36
4832024-06-21T20:58:57.851Z Compiling syn v2.0.64
4842024-06-21T20:58:58.196Z Compiling serde_json v1.0.117
4852024-06-21T20:58:58.297Z Compiling hashbrown v0.14.5
4862024-06-21T20:58:58.324Z Compiling fnv v1.0.7
4872024-06-21T20:58:58.324Z Compiling byteorder v1.5.0
4882024-06-21T20:58:58.401Z Compiling log v0.4.21
4892024-06-21T20:58:58.487Z Compiling equivalent v1.0.1
4902024-06-21T20:58:58.545Z Compiling parking_lot v0.12.2
4912024-06-21T20:58:58.626Z Compiling openssl-sys v0.9.102
4922024-06-21T20:58:58.653Z Compiling num_cpus v1.16.0
4932024-06-21T20:58:58.780Z Compiling socket2 v0.5.7
4942024-06-21T20:58:58.805Z Compiling signal-hook-registry v1.4.2
4952024-06-21T20:58:58.808Z Compiling mio v0.8.11
4962024-06-21T20:58:58.874Z Compiling futures-channel v0.3.30
4972024-06-21T20:58:59.313Z Compiling rustix v0.38.34
4982024-06-21T20:58:59.529Z Compiling indexmap v2.2.6
4992024-06-21T20:58:59.631Z Compiling futures-task v0.3.30
5002024-06-21T20:58:59.936Z Compiling futures-io v0.3.30
5012024-06-21T20:59:00.064Z Compiling typenum v1.17.0
5022024-06-21T20:59:00.067Z Compiling pin-utils v0.1.0
5032024-06-21T20:59:00.209Z Compiling errno v0.3.9
5042024-06-21T20:59:00.250Z Compiling generic-array v0.14.7
5052024-06-21T20:59:00.312Z Compiling slog v2.7.0
5062024-06-21T20:59:00.460Z Compiling openssl v0.10.64
5072024-06-21T20:59:00.483Z Compiling foreign-types-shared v0.1.1
5082024-06-21T20:59:00.594Z Compiling foreign-types v0.3.2
5092024-06-21T20:59:00.786Z Compiling http v0.2.12
5102024-06-21T20:59:00.812Z Compiling usdt-impl v0.5.0
5112024-06-21T20:59:00.833Z Compiling proc-macro-error-attr v1.0.4
5122024-06-21T20:59:01.115Z Compiling tracing-core v0.1.32
5132024-06-21T20:59:01.115Z Compiling tinyvec_macros v0.1.1
5142024-06-21T20:59:01.247Z Compiling syn v1.0.109
5152024-06-21T20:59:01.318Z Compiling powerfmt v0.2.0
5162024-06-21T20:59:01.736Z Compiling num-conv v0.1.0
5172024-06-21T20:59:01.849Z Compiling httparse v1.8.0
5182024-06-21T20:59:02.025Z Compiling time-core v0.1.2
5192024-06-21T20:59:02.243Z Compiling native-tls v0.2.11
5202024-06-21T20:59:02.300Z Compiling time-macros v0.2.18
5212024-06-21T20:59:02.580Z Compiling tracing v0.1.40
5222024-06-21T20:59:02.609Z Compiling deranged v0.3.11
5232024-06-21T20:59:03.007Z Compiling tinyvec v1.6.0
5242024-06-21T20:59:03.044Z Compiling thread-id v4.2.1
5252024-06-21T20:59:03.524Z Compiling proc-macro-error v1.0.4
5262024-06-21T20:59:03.585Z Compiling crossbeam-utils v0.8.19
5272024-06-21T20:59:03.780Z Compiling openssl-probe v0.1.5
5282024-06-21T20:59:04.097Z Compiling try-lock v0.2.5
5292024-06-21T20:59:04.146Z Compiling utf8parse v0.2.1
5302024-06-21T20:59:04.188Z Compiling plain v0.2.3
5312024-06-21T20:59:04.211Z Compiling percent-encoding v2.3.1
5322024-06-21T20:59:04.245Z Compiling heck v0.4.1
5332024-06-21T20:59:04.293Z Compiling num_threads v0.1.7
5342024-06-21T20:59:04.346Z Compiling rustversion v1.0.17
5352024-06-21T20:59:04.425Z Compiling form_urlencoded v1.2.1
5362024-06-21T20:59:04.450Z Compiling unicode-normalization v0.1.23
5372024-06-21T20:59:04.537Z Compiling anstyle-parse v0.2.4
5382024-06-21T20:59:04.572Z Compiling want v0.3.1
5392024-06-21T20:59:04.877Z Compiling http-body v0.4.6
5402024-06-21T20:59:05.079Z Compiling dirs-sys-next v0.1.2
5412024-06-21T20:59:05.496Z Compiling httpdate v1.0.3
5422024-06-21T20:59:05.547Z Compiling anstyle-query v1.0.3
5432024-06-21T20:59:05.651Z Compiling unicode-bidi v0.3.15
5442024-06-21T20:59:05.654Z Compiling is_terminal_polyfill v1.70.0
5452024-06-21T20:59:05.703Z Compiling winnow v0.6.8
5462024-06-21T20:59:05.722Z Compiling colorchoice v1.0.1
5472024-06-21T20:59:05.725Z Compiling time v0.3.36
5482024-06-21T20:59:05.802Z Compiling semver v1.0.23
5492024-06-21T20:59:05.874Z Compiling pretty-hex v0.4.1
5502024-06-21T20:59:05.976Z Compiling camino v1.1.7
5512024-06-21T20:59:06.085Z Compiling anstyle v1.0.7
5522024-06-21T20:59:06.333Z Compiling tower-service v0.3.2
5532024-06-21T20:59:06.467Z Compiling crc32fast v1.4.0
5542024-06-21T20:59:06.581Z Compiling anstream v0.6.14
5552024-06-21T20:59:06.793Z Compiling idna v0.5.0
5562024-06-21T20:59:07.207Z Compiling dirs-next v2.0.0
5572024-06-21T20:59:07.383Z Compiling crypto-common v0.1.6
5582024-06-21T20:59:08.289Z Compiling block-buffer v0.10.4
5592024-06-21T20:59:08.410Z Compiling terminal_size v0.3.0
5602024-06-21T20:59:08.605Z Compiling fs-err v2.11.0
5612024-06-21T20:59:08.649Z Compiling thread_local v1.1.8
5622024-06-21T20:59:08.649Z Compiling heck v0.5.0
5632024-06-21T20:59:08.753Z Compiling match_cfg v0.1.0
5642024-06-21T20:59:08.857Z Compiling unicode-width v0.1.12
5652024-06-21T20:59:08.882Z Compiling base64 v0.21.7
5662024-06-21T20:59:09.086Z Compiling anyhow v1.0.86
5672024-06-21T20:59:09.145Z Compiling slog-async v2.8.0
5682024-06-21T20:59:09.195Z Compiling bytecount v0.6.8
5692024-06-21T20:59:09.416Z Compiling strsim v0.11.1
5702024-06-21T20:59:09.534Z Compiling clap_lex v0.7.0
5712024-06-21T20:59:09.640Z Compiling adler v1.0.2
5722024-06-21T20:59:09.683Z Compiling rustls-pemfile v1.0.4
5732024-06-21T20:59:09.756Z Compiling papergrid v0.11.0
5742024-06-21T20:59:09.837Z Compiling clap_builder v4.5.2
5752024-06-21T20:59:09.862Z Compiling miniz_oxide v0.7.2
5762024-06-21T20:59:10.150Z Compiling hostname v0.3.1
5772024-06-21T20:59:10.192Z Compiling digest v0.10.7
5782024-06-21T20:59:10.339Z Compiling crossbeam-channel v0.5.12
5792024-06-21T20:59:10.404Z Compiling url v2.5.0
5802024-06-21T20:59:10.589Z Compiling term v0.7.0
5812024-06-21T20:59:10.922Z Compiling serde_derive v1.0.203
5822024-06-21T20:59:11.456Z Compiling thiserror-impl v1.0.60
5832024-06-21T20:59:11.527Z Compiling zerocopy-derive v0.7.34
5842024-06-21T20:59:11.631Z Compiling tokio-macros v2.2.0
5852024-06-21T20:59:12.281Z Compiling futures-macro v0.3.30
5862024-06-21T20:59:12.395Z Compiling scroll_derive v0.12.0
5872024-06-21T20:59:13.339Z Compiling tokio v1.37.0
5882024-06-21T20:59:13.910Z Compiling openssl-macros v0.1.1
5892024-06-21T20:59:13.934Z Compiling zerocopy v0.7.34
5902024-06-21T20:59:14.012Z Compiling scroll v0.12.0
5912024-06-21T20:59:14.419Z Compiling futures-util v0.3.30
5922024-06-21T20:59:14.601Z Compiling goblin v0.8.2
5932024-06-21T20:59:14.995Z Compiling pest v2.7.10
5942024-06-21T20:59:15.521Z Compiling tabled_derive v0.7.0
5952024-06-21T20:59:17.944Z Compiling pest_meta v2.7.10
5962024-06-21T20:59:18.134Z Compiling clap_derive v4.5.4
5972024-06-21T20:59:19.725Z Compiling pest_generator v2.7.10
5982024-06-21T20:59:21.765Z Compiling tokio-util v0.7.11
5992024-06-21T20:59:23.158Z Compiling h2 v0.3.26
6002024-06-21T20:59:23.329Z Compiling pest_derive v2.7.10
6012024-06-21T20:59:23.431Z Compiling futures-executor v0.3.30
6022024-06-21T20:59:23.905Z Compiling tokio-native-tls v0.3.1
6032024-06-21T20:59:24.049Z Compiling strum_macros v0.26.2
6042024-06-21T20:59:24.129Z Compiling dtrace-parser v0.2.0
6052024-06-21T20:59:24.548Z Compiling xattr v1.3.1
6062024-06-21T20:59:24.814Z Compiling filetime v0.2.23
6072024-06-21T20:59:25.178Z Compiling is-terminal v0.4.12
6082024-06-21T20:59:25.320Z Compiling memmap v0.7.0
6092024-06-21T20:59:25.368Z Compiling encoding_rs v0.8.34
6102024-06-21T20:59:25.689Z Compiling take_mut v0.2.2
6112024-06-21T20:59:26.219Z Compiling toml_datetime v0.6.6
6122024-06-21T20:59:26.355Z Compiling serde_spanned v0.6.6
6132024-06-21T20:59:26.730Z Compiling serde_tokenstream v0.2.0
6142024-06-21T20:59:26.968Z Compiling toml_edit v0.22.13
6152024-06-21T20:59:27.272Z Compiling serde_urlencoded v0.7.1
6162024-06-21T20:59:27.815Z Compiling dof v0.3.0
6172024-06-21T20:59:28.248Z Compiling hyper v0.14.28
6182024-06-21T20:59:29.814Z Compiling slog-json v2.6.1
6192024-06-21T20:59:29.915Z Compiling cargo-platform v0.1.8
6202024-06-21T20:59:30.046Z Compiling toml v0.8.13
6212024-06-21T20:59:30.656Z Compiling cpufeatures v0.2.12
6222024-06-21T20:59:30.767Z Compiling mime v0.3.17
6232024-06-21T20:59:31.008Z Compiling ipnet v2.9.0
6242024-06-21T20:59:31.059Z Compiling usdt-attr-macro v0.5.0
6252024-06-21T20:59:31.105Z Compiling usdt-macro v0.5.0
6262024-06-21T20:59:31.448Z Compiling sync_wrapper v0.1.2
6272024-06-21T20:59:31.511Z Compiling cargo_metadata v0.18.1
6282024-06-21T20:59:31.590Z Compiling cargo_toml v0.20.2
6292024-06-21T20:59:31.874Z Compiling sha2 v0.10.8
6302024-06-21T20:59:32.283Z Compiling hyper-tls v0.5.0
6312024-06-21T20:59:32.438Z Compiling slog-bunyan v2.5.0
6322024-06-21T20:59:32.582Z Compiling usdt v0.5.0
6332024-06-21T20:59:32.624Z Compiling reqwest v0.11.27
6342024-06-21T20:59:32.648Z Compiling strum v0.26.2
6352024-06-21T20:59:33.071Z Compiling macaddr v1.0.1
6362024-06-21T20:59:33.519Z Compiling slog-term v2.9.1
6372024-06-21T20:59:34.077Z Compiling tar v0.4.40
6382024-06-21T20:59:34.495Z Compiling flate2 v1.0.30
6392024-06-21T20:59:34.790Z Compiling futures v0.3.30
6402024-06-21T20:59:34.907Z Compiling clap v4.5.4
6412024-06-21T20:59:35.033Z Compiling tabled v0.15.0
6422024-06-21T20:59:35.479Z Compiling md5 v0.7.0
6432024-06-21T20:59:35.684Z Compiling swrite v0.1.0
6442024-06-21T20:59:39.788Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6452024-06-21T20:59:47.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
6462024-06-21T20:59:47.290Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6472024-06-21T20:59:47.351ZJun 21 20:59:45.556 INFO Starting download, target: Clickhouse
6482024-06-21T20:59:47.351ZJun 21 20:59:45.556 INFO Starting download, target: Cockroach
6492024-06-21T20:59:47.351ZJun 21 20:59:45.556 INFO Starting download, target: Console
6502024-06-21T20:59:47.351ZJun 21 20:59:45.556 INFO Starting download, target: DendriteOpenapi
6512024-06-21T20:59:47.353ZJun 21 20:59:45.556 INFO Starting download, target: DendriteStub
6522024-06-21T20:59:47.354ZJun 21 20:59:45.556 INFO Starting download, target: MaghemiteMgd
6532024-06-21T20:59:47.354ZJun 21 20:59:45.556 INFO Starting download, target: TransceiverControl
6542024-06-21T20:59:47.354ZJun 21 20:59:45.557 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi
6552024-06-21T20:59:47.354ZJun 21 20:59:45.557 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6562024-06-21T20:59:47.354ZJun 21 20:59:45.557 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6572024-06-21T20:59:47.354ZJun 21 20:59:45.557 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6582024-06-21T20:59:47.354ZJun 21 20:59:45.557 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6592024-06-21T20:59:47.354ZJun 21 20:59:45.557 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6602024-06-21T20:59:47.354ZJun 21 20:59:45.557 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6612024-06-21T20:59:47.621ZJun 21 20:59:45.821 INFO Download complete, target: DendriteOpenapi
6622024-06-21T20:59:47.795ZJun 21 20:59:45.997 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6632024-06-21T20:59:47.892ZJun 21 20:59:46.095 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6642024-06-21T20:59:48.164ZJun 21 20:59:46.369 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6652024-06-21T20:59:48.277ZJun 21 20:59:46.482 INFO Download complete, target: Console
6662024-06-21T20:59:48.306ZJun 21 20:59:46.511 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6672024-06-21T20:59:48.648ZJun 21 20:59:46.853 INFO Download complete, target: TransceiverControl
6682024-06-21T20:59:49.963ZJun 21 20:59:48.167 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6692024-06-21T20:59:50.938ZJun 21 20:59:49.142 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6702024-06-21T20:59:50.938ZJun 21 20:59:49.142 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6712024-06-21T20:59:51.215ZJun 21 20:59:49.421 INFO Download complete, target: DendriteStub
6722024-06-21T20:59:51.588ZJun 21 20:59:49.793 INFO Download complete, target: MaghemiteMgd
6732024-06-21T20:59:59.438ZJun 21 20:59:57.644 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6742024-06-21T20:59:59.758ZJun 21 20:59:57.963 INFO Checking that binary works, target: Cockroach
6752024-06-21T20:59:59.999ZJun 21 20:59:58.204 INFO Download complete, target: Cockroach
6762024-06-21T21:00:04.486ZJun 21 21:00:02.692 INFO Checking that binary works, target: Clickhouse
6772024-06-21T21:00:04.814ZJun 21 21:00:03.020 INFO Download complete, target: Clickhouse
6782024-06-21T21:00:04.822ZAll prerequisites installed successfully
6792024-06-21T21:00:04.825Z
6802024-06-21T21:00:04.825Zreal 2:47.584461816
6812024-06-21T21:00:04.825Zuser 5:49.644974832
6822024-06-21T21:00:04.825Zsys 1:19.162901624
6832024-06-21T21:00:04.825Ztrap 0.214846797
6842024-06-21T21:00:04.825Ztflt 2.305959859
6852024-06-21T21:00:04.825Zdflt 3.611513084
6862024-06-21T21:00:04.825Zkflt 0.295200603
6872024-06-21T21:00:04.825Zlock 12:57.636956143
6882024-06-21T21:00:04.825Zslp 17:40.363991430
6892024-06-21T21:00:04.825Zlat 20.552640645
6902024-06-21T21:00:04.825Zstop 1:06.835725300
6912024-06-21T21:00:04.825Z+ ptime -m cargo xtask download softnpu
6922024-06-21T21:00:05.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
6932024-06-21T21:00:05.405Z Running `target/debug/xtask download softnpu`
6942024-06-21T21:00:05.429ZJun 21 21:00:03.634 INFO Starting download, target: Softnpu
6952024-06-21T21:00:05.432ZJun 21 21:00:03.635 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6962024-06-21T21:00:06.155ZJun 21 21:00:04.360 INFO Download complete, target: Softnpu
6972024-06-21T21:00:06.158Z
6982024-06-21T21:00:06.161Zreal 1.329571383
6992024-06-21T21:00:06.161Zuser 0.619136265
7002024-06-21T21:00:06.161Zsys 0.299329748
7012024-06-21T21:00:06.161Ztrap 0.000573784
7022024-06-21T21:00:06.161Ztflt 0.000055051
7032024-06-21T21:00:06.161Zdflt 0.000138983
7042024-06-21T21:00:06.161Zkflt 0.000000000
7052024-06-21T21:00:06.161Zlock 7.567551512
7062024-06-21T21:00:06.161Zslp 0.644872644
7072024-06-21T21:00:06.161Zlat 0.074177074
7082024-06-21T21:00:06.161Zstop 0.000252139
7092024-06-21T21:00:06.161Z+ export CARGO_INCREMENTAL=0
7102024-06-21T21:00:06.161Z+ CARGO_INCREMENTAL=0
7112024-06-21T21:00:06.161Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7122024-06-21T21:00:06.704Z Downloading crates ...
7132024-06-21T21:00:06.877Z Downloaded atomicwrites v0.4.3
7142024-06-21T21:00:06.880Z Downloaded bitstruct_derive v0.1.0
7152024-06-21T21:00:06.887Z Downloaded assert_matches v1.5.0
7162024-06-21T21:00:06.890Z Downloaded ciborium-io v0.2.2
7172024-06-21T21:00:06.896Z Downloaded darling_macro v0.20.9
7182024-06-21T21:00:06.899Z Downloaded number_prefix v0.4.0
7192024-06-21T21:00:06.899Z Downloaded crucible-workspace-hack v0.1.0
7202024-06-21T21:00:06.899Z Downloaded parse-size v1.0.0
7212024-06-21T21:00:06.902Z Downloaded normalize-line-endings v0.3.0
7222024-06-21T21:00:06.904Z Downloaded derive_builder_macro v0.20.0
7232024-06-21T21:00:06.907Z Downloaded aead v0.5.2
7242024-06-21T21:00:06.910Z Downloaded nodrop v0.1.14
7252024-06-21T21:00:06.913Z Downloaded pretty-hex v0.2.1
7262024-06-21T21:00:06.913Z Downloaded phf_shared v0.10.0
7272024-06-21T21:00:06.916Z Downloaded base16ct v0.2.0
7282024-06-21T21:00:06.916Z Downloaded async-stream v0.3.5
7292024-06-21T21:00:06.919Z Downloaded ascii-canvas v3.0.0
7302024-06-21T21:00:06.919Z Downloaded precomputed-hash v0.1.1
7312024-06-21T21:00:06.922Z Downloaded num-derive v0.4.2
7322024-06-21T21:00:06.922Z Downloaded nibble_vec v0.1.0
7332024-06-21T21:00:06.924Z Downloaded array-init v0.0.4
7342024-06-21T21:00:06.924Z Downloaded block-padding v0.3.3
7352024-06-21T21:00:06.927Z Downloaded bit-vec v0.6.3
7362024-06-21T21:00:06.927Z Downloaded paste v1.0.15
7372024-06-21T21:00:06.930Z Downloaded num_enum v0.5.11
7382024-06-21T21:00:06.934Z Downloaded num-iter v0.1.45
7392024-06-21T21:00:06.937Z Downloaded path-slash v0.1.5
7402024-06-21T21:00:06.940Z Downloaded predicates-core v1.0.6
7412024-06-21T21:00:06.940Z Downloaded phf_shared v0.11.2
7422024-06-21T21:00:06.943Z Downloaded rand_xorshift v0.3.0
7432024-06-21T21:00:06.943Z Downloaded radium v0.7.0
7442024-06-21T21:00:06.945Z Downloaded ref-cast-impl v1.0.23
7452024-06-21T21:00:06.949Z Downloaded rand_core v0.6.4
7462024-06-21T21:00:06.949Z Downloaded defmt-parser v0.3.4
7472024-06-21T21:00:06.949Z Downloaded backoff v0.4.0
7482024-06-21T21:00:06.952Z Downloaded async-trait v0.1.80
7492024-06-21T21:00:06.955Z Downloaded oso-derive v0.27.3
7502024-06-21T21:00:06.958Z Downloaded portpicker v0.1.1
7512024-06-21T21:00:06.958Z Downloaded multer v3.1.0
7522024-06-21T21:00:06.961Z Downloaded bitflags v1.3.2
7532024-06-21T21:00:06.965Z Downloaded arrayvec v0.7.4
7542024-06-21T21:00:06.965Z Downloaded parking_lot_core v0.8.6
7552024-06-21T21:00:06.968Z Downloaded parse-display v0.9.0
7562024-06-21T21:00:06.969Z Downloaded multimap v0.10.0
7572024-06-21T21:00:06.971Z Downloaded bitstruct v0.1.1
7582024-06-21T21:00:06.971Z Downloaded atty v0.2.14
7592024-06-21T21:00:06.974Z Downloaded async-stream-impl v0.3.5
7602024-06-21T21:00:06.974Z Downloaded pin-project-internal v1.1.5
7612024-06-21T21:00:06.978Z Downloaded owo-colors v4.0.0
7622024-06-21T21:00:06.978Z Downloaded num-rational v0.4.2
7632024-06-21T21:00:06.981Z Downloaded rand_chacha v0.3.1
7642024-06-21T21:00:06.981Z Downloaded postgres-protocol v0.6.6
7652024-06-21T21:00:06.984Z Downloaded cookie_store v0.20.0
7662024-06-21T21:00:06.987Z Downloaded num-integer v0.1.46
7672024-06-21T21:00:06.987Z Downloaded foreign-types v0.5.0
7682024-06-21T21:00:06.990Z Downloaded oso v0.27.3
7692024-06-21T21:00:06.993Z Downloaded omicron-zone-package v0.11.0
7702024-06-21T21:00:06.997Z Downloaded cstr-argument v0.1.2
7712024-06-21T21:00:06.997Z Downloaded peg-macros v0.8.3
7722024-06-21T21:00:06.999Z Downloaded crunchy v0.2.2
7732024-06-21T21:00:06.999Z Downloaded crc v3.2.1
7742024-06-21T21:00:07.004Z Downloaded parking_lot v0.11.2
7752024-06-21T21:00:07.004Z Downloaded convert_case v0.4.0
7762024-06-21T21:00:07.009Z Downloaded unarray v0.1.4
7772024-06-21T21:00:07.009Z Downloaded ahash v0.8.11
7782024-06-21T21:00:07.012Z Downloaded utf-8 v0.7.6
7792024-06-21T21:00:07.012Z Downloaded predicates v3.1.0
7802024-06-21T21:00:07.015Z Downloaded endian-type v0.1.2
7812024-06-21T21:00:07.015Z Downloaded r2d2 v0.8.10
7822024-06-21T21:00:07.025Z Downloaded ppv-lite86 v0.2.17
7832024-06-21T21:00:07.026Z Downloaded phf v0.11.2
7842024-06-21T21:00:07.026Z Downloaded rand_seeder v0.2.3
7852024-06-21T21:00:07.026Z Downloaded arrayref v0.3.7
7862024-06-21T21:00:07.026Z Downloaded atomic-waker v1.1.2
7872024-06-21T21:00:07.026Z Downloaded async-recursion v1.1.1
7882024-06-21T21:00:07.029Z Downloaded buf-list v1.0.3
7892024-06-21T21:00:07.029Z Downloaded http-range v0.1.5
7902024-06-21T21:00:07.032Z Downloaded predicates-tree v1.0.9
7912024-06-21T21:00:07.032Z Downloaded pem v3.0.4
7922024-06-21T21:00:07.035Z Downloaded bit-set v0.5.3
7932024-06-21T21:00:07.035Z Downloaded olpc-cjson v0.1.3
7942024-06-21T21:00:07.035Z Downloaded dyn-clone v1.0.17
7952024-06-21T21:00:07.038Z Downloaded ciborium-ll v0.2.2
7962024-06-21T21:00:07.038Z Downloaded float-cmp v0.9.0
7972024-06-21T21:00:07.041Z Downloaded group v0.13.0
7982024-06-21T21:00:07.041Z Downloaded num-complex v0.4.6
7992024-06-21T21:00:07.047Z Downloaded password-hash v0.5.0
8002024-06-21T21:00:07.050Z Downloaded crossbeam-epoch v0.9.18
8012024-06-21T21:00:07.050Z Downloaded waitgroup v0.1.2
8022024-06-21T21:00:07.050Z Downloaded diesel_table_macro_syntax v0.1.0
8032024-06-21T21:00:07.050Z Downloaded peg v0.8.3
8042024-06-21T21:00:07.054Z Downloaded curve25519-dalek-derive v0.1.1
8052024-06-21T21:00:07.056Z Downloaded indoc v1.0.9
8062024-06-21T21:00:07.060Z Downloaded pkcs1 v0.7.5
8072024-06-21T21:00:07.063Z Downloaded ref-cast v1.0.23
8082024-06-21T21:00:07.065Z Downloaded quick-error v1.2.3
8092024-06-21T21:00:07.065Z Downloaded pkcs8 v0.10.2
8102024-06-21T21:00:07.068Z Downloaded allocator-api2 v0.2.18
8112024-06-21T21:00:07.073Z Downloaded num-traits v0.2.19
8122024-06-21T21:00:07.073Z Downloaded defmt-macros v0.3.9
8132024-06-21T21:00:07.076Z Downloaded resolv-conf v0.7.0
8142024-06-21T21:00:07.079Z Downloaded libsw v3.3.1
8152024-06-21T21:00:07.083Z Downloaded signal-hook-tokio v0.3.1
8162024-06-21T21:00:07.083Z Downloaded signal-hook-mio v0.2.3
8172024-06-21T21:00:07.087Z Downloaded toolchain_find v0.4.0
8182024-06-21T21:00:07.087Z Downloaded vte_generate_state_changes v0.1.1
8192024-06-21T21:00:07.087Z Downloaded semver v0.1.20
8202024-06-21T21:00:07.087Z Downloaded sec1 v0.7.3
8212024-06-21T21:00:07.090Z Downloaded signature v1.6.4
8222024-06-21T21:00:07.090Z Downloaded globset v0.4.14
8232024-06-21T21:00:07.093Z Downloaded same-file v1.0.6
8242024-06-21T21:00:07.093Z Downloaded which v4.4.2
8252024-06-21T21:00:07.097Z Downloaded bcs v0.1.6
8262024-06-21T21:00:07.097Z Downloaded tls_codec v0.4.1
8272024-06-21T21:00:07.103Z Downloaded base64ct v1.6.0
8282024-06-21T21:00:07.108Z Downloaded matches v0.1.10
8292024-06-21T21:00:07.108Z Downloaded difflib v0.4.0
8302024-06-21T21:00:07.108Z Downloaded tls_codec_derive v0.4.1
8312024-06-21T21:00:07.108Z Downloaded minimal-lexical v0.2.1
8322024-06-21T21:00:07.111Z Downloaded ff v0.13.0
8332024-06-21T21:00:07.113Z Downloaded csv-core v0.1.11
8342024-06-21T21:00:07.113Z Downloaded memoffset v0.9.1
8352024-06-21T21:00:07.116Z Downloaded console v0.15.8
8362024-06-21T21:00:07.121Z Downloaded hex v0.4.3
8372024-06-21T21:00:07.121Z Downloaded compact_str v0.7.1
8382024-06-21T21:00:07.124Z Downloaded impl-trait-for-tuples v0.2.2
8392024-06-21T21:00:07.127Z Downloaded linked-hash-map v0.5.6
8402024-06-21T21:00:07.127Z Downloaded mime_guess v2.0.4
8412024-06-21T21:00:07.130Z Downloaded debug-ignore v1.0.5
8422024-06-21T21:00:07.130Z Downloaded highway v1.1.0
8432024-06-21T21:00:07.132Z Downloaded heck v0.3.3
8442024-06-21T21:00:07.136Z Downloaded shell-words v1.1.0
8452024-06-21T21:00:07.136Z Downloaded base64 v0.22.1
8462024-06-21T21:00:07.139Z Downloaded sqlformat v0.2.3
8472024-06-21T21:00:07.142Z Downloaded strum_macros v0.24.3
8482024-06-21T21:00:07.142Z Downloaded tracing-attributes v0.1.27
8492024-06-21T21:00:07.145Z Downloaded tap v1.0.1
8502024-06-21T21:00:07.148Z Downloaded tabwriter v1.4.0
8512024-06-21T21:00:07.148Z Downloaded derive-where v1.2.7
8522024-06-21T21:00:07.151Z Downloaded is_ci v1.2.0
8532024-06-21T21:00:07.153Z Downloaded ident_case v1.0.1
8542024-06-21T21:00:07.154Z Downloaded wait-timeout v0.2.0
8552024-06-21T21:00:07.156Z Downloaded topological-sort v0.2.2
8562024-06-21T21:00:07.156Z Downloaded embedded-io v0.4.0
8572024-06-21T21:00:07.159Z Downloaded tokio-rustls v0.24.1
8582024-06-21T21:00:07.162Z Downloaded fastrand v2.1.0
8592024-06-21T21:00:07.162Z Downloaded rayon-core v1.12.1
8602024-06-21T21:00:07.165Z Downloaded hubpack v0.1.2
8612024-06-21T21:00:07.168Z Downloaded postcard v1.0.8
8622024-06-21T21:00:07.170Z Downloaded untrusted v0.7.1
8632024-06-21T21:00:07.173Z Downloaded publicsuffix v2.2.3
8642024-06-21T21:00:07.176Z Downloaded lazycell v1.3.0
8652024-06-21T21:00:07.176Z Downloaded rustls-pemfile v2.1.2
8662024-06-21T21:00:07.179Z Downloaded serde_repr v0.1.19
8672024-06-21T21:00:07.179Z Downloaded smallvec v0.6.14
8682024-06-21T21:00:07.183Z Downloaded rustfmt-wrapper v0.2.1
8692024-06-21T21:00:07.183Z Downloaded serde-hex v0.1.0
8702024-06-21T21:00:07.186Z Downloaded const_format v0.2.32
8712024-06-21T21:00:07.188Z Downloaded rustc_version v0.4.0
8722024-06-21T21:00:07.191Z Downloaded spki v0.7.3
8732024-06-21T21:00:07.194Z Downloaded structmeta v0.2.0
8742024-06-21T21:00:07.194Z Downloaded serde_arrays v0.1.0
8752024-06-21T21:00:07.197Z Downloaded serde-big-array v0.5.1
8762024-06-21T21:00:07.197Z Downloaded strum_macros v0.25.3
8772024-06-21T21:00:07.199Z Downloaded rustc_version v0.1.7
8782024-06-21T21:00:07.199Z Downloaded either v1.12.0
8792024-06-21T21:00:07.202Z Downloaded hash32 v0.3.1
8802024-06-21T21:00:07.205Z Downloaded fatfs v0.3.6
8812024-06-21T21:00:07.213Z Downloaded indexmap v1.9.3
8822024-06-21T21:00:07.217Z Downloaded serde-big-array v0.4.1
8832024-06-21T21:00:07.220Z Downloaded instant v0.1.12
8842024-06-21T21:00:07.222Z Downloaded kstat-rs v0.2.3
8852024-06-21T21:00:07.222Z Downloaded libefi-sys v0.1.0
8862024-06-21T21:00:07.225Z Downloaded hostname v0.4.0
8872024-06-21T21:00:07.226Z Downloaded home v0.5.9
8882024-06-21T21:00:07.228Z Downloaded zone_cfg_derive v0.1.2
8892024-06-21T21:00:07.228Z Downloaded rpassword v7.3.1
8902024-06-21T21:00:07.228Z Downloaded slog-envlogger v2.2.0
8912024-06-21T21:00:07.231Z Downloaded rustc-hash v1.1.0
8922024-06-21T21:00:07.231Z Downloaded foreign-types-macros v0.2.3
8932024-06-21T21:00:07.231Z Downloaded flagset v0.4.5
8942024-06-21T21:00:07.235Z Downloaded zeroize v1.7.0
8952024-06-21T21:00:07.238Z Downloaded termcolor v1.4.1
8962024-06-21T21:00:07.238Z Downloaded spin v0.5.2
8972024-06-21T21:00:07.238Z Downloaded spin v0.9.8
8982024-06-21T21:00:07.241Z Downloaded rustls-pki-types v1.7.0
8992024-06-21T21:00:07.243Z Downloaded fixedbitset v0.4.2
9002024-06-21T21:00:07.243Z Downloaded fxhash v0.2.1
9012024-06-21T21:00:07.246Z Downloaded foreign-types-shared v0.3.1
9022024-06-21T21:00:07.246Z Downloaded num-bigint v0.4.5
9032024-06-21T21:00:07.249Z Downloaded cookie v0.18.1
9042024-06-21T21:00:07.252Z Downloaded tokio-stream v0.1.15
9052024-06-21T21:00:07.255Z Downloaded rtoolbox v0.0.2
9062024-06-21T21:00:07.258Z Downloaded glob v0.3.1
9072024-06-21T21:00:07.260Z Downloaded erased-serde v0.3.31
9082024-06-21T21:00:07.263Z Downloaded signal-hook v0.3.17
9092024-06-21T21:00:07.266Z Downloaded tokio-rustls v0.25.0
9102024-06-21T21:00:07.266Z Downloaded num-bigint-dig v0.8.4
9112024-06-21T21:00:07.270Z Downloaded subtle v2.5.0
9122024-06-21T21:00:07.273Z Downloaded slog-scope v4.4.0
9132024-06-21T21:00:07.273Z Downloaded libloading v0.8.3
9142024-06-21T21:00:07.275Z Downloaded ipnetwork v0.20.0
9152024-06-21T21:00:07.278Z Downloaded tiny-keccak v2.0.2
9162024-06-21T21:00:07.281Z Downloaded thiserror-impl-no-std v2.0.2
9172024-06-21T21:00:07.281Z Downloaded ron v0.7.1
9182024-06-21T21:00:07.284Z Downloaded inout v0.1.3
9192024-06-21T21:00:07.287Z Downloaded hubpack_derive v0.1.1
9202024-06-21T21:00:07.287Z Downloaded funty v2.0.0
9212024-06-21T21:00:07.287Z Downloaded downcast v0.11.0
9222024-06-21T21:00:07.290Z Downloaded linear-map v1.2.0
9232024-06-21T21:00:07.290Z Downloaded stability v0.2.0
9242024-06-21T21:00:07.293Z Downloaded tempfile v3.10.1
9252024-06-21T21:00:07.295Z Downloaded display-error-chain v0.2.0
9262024-06-21T21:00:07.295Z Downloaded fragile v2.0.0
9272024-06-21T21:00:07.298Z Downloaded iana-time-zone v0.1.60
9282024-06-21T21:00:07.301Z Downloaded termios v0.3.3
9292024-06-21T21:00:07.301Z Downloaded hyper-staticfile v0.9.5
9302024-06-21T21:00:07.304Z Downloaded managed v0.8.0
9312024-06-21T21:00:07.304Z Downloaded der v0.7.9
9322024-06-21T21:00:07.308Z Downloaded elliptic-curve v0.13.8
9332024-06-21T21:00:07.312Z Downloaded sqlparser_derive v0.2.2
9342024-06-21T21:00:07.314Z Downloaded keccak v0.1.5
9352024-06-21T21:00:07.315Z Downloaded serde_derive_internals v0.29.1
9362024-06-21T21:00:07.317Z Downloaded backtrace v0.3.71
9372024-06-21T21:00:07.320Z Downloaded schemars_derive v0.8.20
9382024-06-21T21:00:07.322Z Downloaded slog-dtrace v0.3.0
9392024-06-21T21:00:07.325Z Downloaded rsa v0.9.6
9402024-06-21T21:00:07.328Z Downloaded trust-dns-server v0.22.1
9412024-06-21T21:00:07.333Z Downloaded scheduled-thread-pool v0.2.7
9422024-06-21T21:00:07.335Z Downloaded humantime v2.1.0
9432024-06-21T21:00:07.336Z Downloaded ena v0.14.3
9442024-06-21T21:00:07.338Z Downloaded trust-dns-client v0.22.0
9452024-06-21T21:00:07.342Z Downloaded ed25519 v1.5.3
9462024-06-21T21:00:07.345Z Downloaded serde_plain v1.0.2
9472024-06-21T21:00:07.347Z Downloaded uzers v0.11.3
9482024-06-21T21:00:07.347Z Downloaded serde_path_to_error v0.1.16
9492024-06-21T21:00:07.350Z Downloaded static_assertions v1.1.0
9502024-06-21T21:00:07.350Z Downloaded stable_deref_trait v1.2.0
9512024-06-21T21:00:07.353Z Downloaded test-strategy v0.3.1
9522024-06-21T21:00:07.358Z Downloaded socket2 v0.4.10
9532024-06-21T21:00:07.358Z Downloaded unicase v2.7.0
9542024-06-21T21:00:07.360Z Downloaded tui-tree-widget v0.19.0
9552024-06-21T21:00:07.360Z Downloaded signature v2.2.0
9562024-06-21T21:00:07.360Z Downloaded snafu-derive v0.8.2
9572024-06-21T21:00:07.363Z Downloaded samael v0.0.15
9582024-06-21T21:00:07.366Z Downloaded heapless v0.7.17
9592024-06-21T21:00:07.369Z Downloaded getrandom v0.2.14
9602024-06-21T21:00:07.372Z Downloaded memmap2 v0.9.4
9612024-06-21T21:00:07.374Z Downloaded maplit v1.0.2
9622024-06-21T21:00:07.377Z Downloaded hmac v0.12.1
9632024-06-21T21:00:07.377Z Downloaded md-5 v0.10.6
9642024-06-21T21:00:07.380Z Downloaded tokio-tungstenite v0.20.1
9652024-06-21T21:00:07.382Z Downloaded x509-cert v0.2.5
9662024-06-21T21:00:07.385Z Downloaded subprocess v0.2.9
9672024-06-21T21:00:07.388Z Downloaded slog-stdlog v4.1.1
9682024-06-21T21:00:07.391Z Downloaded zone v0.1.8
9692024-06-21T21:00:07.391Z Downloaded diesel_derives v2.1.4
9702024-06-21T21:00:07.394Z Downloaded nom v7.1.3
9712024-06-21T21:00:07.399Z Downloaded indoc v2.0.5
9722024-06-21T21:00:07.401Z Downloaded reedline v0.31.0
9732024-06-21T21:00:07.408Z Downloaded vsss-rs v3.3.4
9742024-06-21T21:00:07.411Z Downloaded walkdir v2.5.0
9752024-06-21T21:00:07.414Z Downloaded tokio-postgres v0.7.10
9762024-06-21T21:00:07.417Z Downloaded typed-path v0.7.1
9772024-06-21T21:00:07.423Z Downloaded salty v0.2.0
9782024-06-21T21:00:07.428Z Downloaded tungstenite v0.20.1
9792024-06-21T21:00:07.431Z Downloaded tungstenite v0.21.0
9802024-06-21T21:00:07.434Z Downloaded sct v0.7.1
9812024-06-21T21:00:07.437Z Downloaded env_logger v0.10.2
9822024-06-21T21:00:07.440Z Downloaded steno v0.4.0
9832024-06-21T21:00:07.444Z Downloaded tokio-tungstenite v0.21.0
9842024-06-21T21:00:07.447Z Downloaded textwrap v0.16.1
9852024-06-21T21:00:07.449Z Downloaded libxml v0.3.3
9862024-06-21T21:00:07.454Z Downloaded rayon v1.10.0
9872024-06-21T21:00:07.463Z Downloaded hyper-rustls v0.24.2
9882024-06-21T21:00:07.466Z Downloaded http v1.1.0
9892024-06-21T21:00:07.469Z Downloaded rustyline v14.0.0
9902024-06-21T21:00:07.473Z Downloaded schemars v0.8.20
9912024-06-21T21:00:07.484Z Downloaded hashbrown v0.13.2
9922024-06-21T21:00:07.488Z Downloaded proptest v1.4.0
9932024-06-21T21:00:07.497Z Downloaded serde_yaml v0.9.34+deprecated
9942024-06-21T21:00:07.501Z Downloaded unicode-segmentation v1.11.0
9952024-06-21T21:00:07.504Z Downloaded hashbrown v0.12.3
9962024-06-21T21:00:07.510Z Downloaded unsafe-libyaml v0.2.11
9972024-06-21T21:00:07.512Z Downloaded crossterm v0.27.0
9982024-06-21T21:00:07.517Z Downloaded toml v0.7.8
9992024-06-21T21:00:07.520Z Downloaded tough v0.17.1
10002024-06-21T21:00:07.527Z Downloaded toml_edit v0.19.15
10012024-06-21T21:00:07.544Z Downloaded trust-dns-resolver v0.22.0
10022024-06-21T21:00:07.547Z Downloaded itertools v0.12.1
10032024-06-21T21:00:07.553Z Downloaded expectorate v1.1.0
10042024-06-21T21:00:07.556Z Downloaded snafu v0.8.2
10052024-06-21T21:00:07.560Z Downloaded object v0.30.4
10062024-06-21T21:00:07.570Z Downloaded similar v2.5.0
10072024-06-21T21:00:07.574Z Downloaded sqlparser v0.45.0
10082024-06-21T21:00:07.580Z Downloaded regex v1.10.4
10092024-06-21T21:00:07.592Z Downloaded radix_trie v0.2.1
10102024-06-21T21:00:07.597Z Downloaded lalrpop v0.19.12
10112024-06-21T21:00:07.607Z Downloaded winnow v0.5.40
10122024-06-21T21:00:07.616Z Downloaded hkdf v0.12.4
10132024-06-21T21:00:07.619Z Downloaded rustls v0.21.12
10142024-06-21T21:00:07.628Z Downloaded regex-syntax v0.6.29
10152024-06-21T21:00:07.634Z Downloaded itertools v0.10.5
10162024-06-21T21:00:07.640Z Downloaded idna v0.2.3
10172024-06-21T21:00:07.646Z Downloaded bindgen v0.69.4
10182024-06-21T21:00:07.653Z Downloaded polar-core v0.27.3
10192024-06-21T21:00:07.664Z Downloaded gimli v0.28.1
10202024-06-21T21:00:07.669Z Downloaded rustls v0.22.4
10212024-06-21T21:00:07.682Z Downloaded smoltcp v0.11.0
10222024-06-21T21:00:07.695Z Downloaded ratatui v0.26.2
10232024-06-21T21:00:07.710Z Downloaded regex-syntax v0.8.3
10242024-06-21T21:00:07.717Z Downloaded rustls-webpki v0.101.7
10252024-06-21T21:00:07.732Z Downloaded finl_unicode v1.2.0
10262024-06-21T21:00:07.742Z Downloaded rustls-webpki v0.102.4
10272024-06-21T21:00:07.758Z Downloaded petgraph v0.6.5
10282024-06-21T21:00:07.773Z Downloaded bstr v0.2.17
10292024-06-21T21:00:07.782Z Downloaded webpki-roots v0.25.4
10302024-06-21T21:00:07.785Z Downloaded curve25519-dalek v4.1.2
10312024-06-21T21:00:07.793Z Downloaded regex-automata v0.4.6
10322024-06-21T21:00:07.809Z Downloaded smoltcp v0.9.1
10332024-06-21T21:00:07.818Z Downloaded idna v0.3.0
10342024-06-21T21:00:07.824Z Downloaded bstr v1.9.1
10352024-06-21T21:00:07.834Z Downloaded trust-dns-proto v0.22.0
10362024-06-21T21:00:07.845Z Downloaded openapiv3 v2.0.0
10372024-06-21T21:00:07.855Z Downloaded bitvec v1.0.1
10382024-06-21T21:00:07.869Z Downloaded regress v0.9.1
10392024-06-21T21:00:07.877Z Downloaded nix v0.28.0
10402024-06-21T21:00:07.887Z Downloaded chrono v0.4.38
10412024-06-21T21:00:07.893Z Downloaded diesel v2.1.6
10422024-06-21T21:00:07.909Z Downloaded blake3 v1.5.1
10432024-06-21T21:00:07.915Z Downloaded serde_with v3.8.1
10442024-06-21T21:00:07.923Z Downloaded aho-corasick v1.1.3
10452024-06-21T21:00:07.928Z Downloaded sled v0.34.7
10462024-06-21T21:00:07.937Z Downloaded object v0.32.2
10472024-06-21T21:00:07.949Z Downloaded nix v0.27.1
10482024-06-21T21:00:07.956Z Downloaded ron v0.8.1
10492024-06-21T21:00:07.961Z Downloaded portable-atomic v1.6.0
10502024-06-21T21:00:07.966Z Downloaded zerocopy-derive v0.6.6
10512024-06-21T21:00:07.974Z Downloaded bzip2-sys v0.1.11+1.0.8
10522024-06-21T21:00:07.985Z Downloaded quick-xml v0.31.0
10532024-06-21T21:00:07.990Z Downloaded zerocopy v0.6.6
10542024-06-21T21:00:07.994Z Downloaded libm v0.2.8
10552024-06-21T21:00:07.999Z Downloaded headers v0.3.9
10562024-06-21T21:00:08.004Z Downloaded lru-cache v0.1.2
10572024-06-21T21:00:08.007Z Downloaded whoami v1.5.1
10582024-06-21T21:00:08.007Z Downloaded indicatif v0.17.8
10592024-06-21T21:00:08.010Z Downloaded smf v0.2.3
10602024-06-21T21:00:08.012Z Downloaded regex-automata v0.1.10
10612024-06-21T21:00:08.016Z Downloaded rusty-fork v0.3.0
10622024-06-21T21:00:08.019Z Downloaded getopts v0.2.21
10632024-06-21T21:00:08.019Z Downloaded sha3 v0.10.8
10642024-06-21T21:00:08.022Z Downloaded rustc-demangle v0.1.24
10652024-06-21T21:00:08.024Z Downloaded heapless v0.8.0
10662024-06-21T21:00:08.027Z Downloaded unicode_categories v0.1.1
10672024-06-21T21:00:08.030Z Downloaded csv v1.3.0
10682024-06-21T21:00:08.046Z Downloaded supports-color v3.0.0
10692024-06-21T21:00:08.049Z Downloaded siphasher v0.3.11
10702024-06-21T21:00:08.049Z Downloaded lru v0.12.3
10712024-06-21T21:00:08.053Z Downloaded fallible-iterator v0.2.0
10722024-06-21T21:00:08.053Z Downloaded unicode-linebreak v0.1.5
10732024-06-21T21:00:08.053Z Downloaded serde_with_macros v3.8.1
10742024-06-21T21:00:08.056Z Downloaded derive_more v0.99.17
10752024-06-21T21:00:08.058Z Downloaded darling_core v0.20.9
10762024-06-21T21:00:08.061Z Downloaded crypto-bigint v0.5.5
10772024-06-21T21:00:08.067Z Downloaded chacha20poly1305 v0.10.1
10782024-06-21T21:00:08.070Z Downloaded lazy_static v1.4.0
10792024-06-21T21:00:08.070Z Downloaded lalrpop-util v0.19.12
10802024-06-21T21:00:08.072Z Downloaded vte v0.11.1
10812024-06-21T21:00:08.072Z Downloaded rand v0.8.5
10822024-06-21T21:00:08.075Z Downloaded base64 v0.13.1
10832024-06-21T21:00:08.078Z Downloaded ascii v1.1.0
10842024-06-21T21:00:08.081Z Downloaded arc-swap v1.7.1
10852024-06-21T21:00:08.083Z Downloaded termtree v0.4.1
10862024-06-21T21:00:08.083Z Downloaded sigpipe v0.1.3
10872024-06-21T21:00:08.086Z Downloaded zeroize_derive v1.4.2
10882024-06-21T21:00:08.086Z Downloaded untrusted v0.9.0
10892024-06-21T21:00:08.086Z Downloaded toml v0.5.11
10902024-06-21T21:00:08.089Z Downloaded prettyplease v0.2.20
10912024-06-21T21:00:08.091Z Downloaded hash32 v0.2.1
10922024-06-21T21:00:08.097Z Downloaded gethostname v0.4.3
10932024-06-21T21:00:08.097Z Downloaded wyz v0.5.1
10942024-06-21T21:00:08.097Z Downloaded strip-ansi-escapes v0.2.0
10952024-06-21T21:00:08.100Z Downloaded string_cache v0.8.7
10962024-06-21T21:00:08.100Z Downloaded half v2.4.1
10972024-06-21T21:00:08.100Z Downloaded flume v0.11.0
10982024-06-21T21:00:08.103Z Downloaded zip v0.6.6
10992024-06-21T21:00:08.107Z Downloaded crc-any v2.5.0
11002024-06-21T21:00:08.110Z Downloaded clang-sys v1.7.0
11012024-06-21T21:00:08.110Z Downloaded maybe-uninit v2.0.0
11022024-06-21T21:00:08.112Z Downloaded env_logger v0.9.3
11032024-06-21T21:00:08.112Z Downloaded yasna v0.5.2
11042024-06-21T21:00:08.115Z Downloaded universal-hash v0.5.1
11052024-06-21T21:00:08.115Z Downloaded unicode-xid v0.2.4
11062024-06-21T21:00:08.118Z Downloaded structmeta-derive v0.3.0
11072024-06-21T21:00:08.118Z Downloaded structmeta-derive v0.2.0
11082024-06-21T21:00:08.118Z Downloaded structmeta v0.3.0
11092024-06-21T21:00:08.120Z Downloaded stringprep v0.1.4
11102024-06-21T21:00:08.120Z Downloaded shlex v1.3.0
11112024-06-21T21:00:08.120Z Downloaded sha1 v0.10.6
11122024-06-21T21:00:08.123Z Downloaded diff v0.1.13
11132024-06-21T21:00:08.126Z Downloaded derive_builder_core v0.20.0
11142024-06-21T21:00:08.126Z Downloaded smawk v0.3.2
11152024-06-21T21:00:08.128Z Downloaded secrecy v0.8.0
11162024-06-21T21:00:08.128Z Downloaded ciborium v0.2.2
11172024-06-21T21:00:08.131Z Downloaded cancel-safe-futures v0.1.5
11182024-06-21T21:00:08.134Z Downloaded uuid v1.8.0
11192024-06-21T21:00:08.136Z Downloaded pin-project v1.1.5
11202024-06-21T21:00:08.144Z Downloaded const-oid v0.9.6
11212024-06-21T21:00:08.147Z Downloaded fd-lock v4.0.2
11222024-06-21T21:00:08.150Z Downloaded headers-core v0.2.0
11232024-06-21T21:00:08.150Z Downloaded enum-as-inner v0.5.1
11242024-06-21T21:00:08.150Z Downloaded argon2 v0.5.3
11252024-06-21T21:00:08.152Z Downloaded rcgen v0.12.1
11262024-06-21T21:00:08.155Z Downloaded poly1305 v0.8.0
11272024-06-21T21:00:08.158Z Downloaded thiserror-no-std v2.0.2
11282024-06-21T21:00:08.160Z Downloaded corncobs v0.1.3
11292024-06-21T21:00:08.160Z Downloaded const_format_proc_macros v0.2.32
11302024-06-21T21:00:08.163Z Downloaded colored v2.1.0
11312024-06-21T21:00:08.165Z Downloaded bb8 v0.8.3
11322024-06-21T21:00:08.165Z Downloaded nu-ansi-term v0.50.0
11332024-06-21T21:00:08.168Z Downloaded mockall_derive v0.12.1
11342024-06-21T21:00:08.171Z Downloaded crossbeam-deque v0.8.5
11352024-06-21T21:00:08.171Z Downloaded castaway v0.2.2
11362024-06-21T21:00:08.171Z Downloaded num_enum_derive v0.5.11
11372024-06-21T21:00:08.174Z Downloaded der_derive v0.7.2
11382024-06-21T21:00:08.174Z Downloaded blake2 v0.10.6
11392024-06-21T21:00:08.177Z Downloaded derive_builder v0.20.0
11402024-06-21T21:00:08.180Z Downloaded camino-tempfile v1.1.1
11412024-06-21T21:00:08.183Z Downloaded cookie v0.17.0
11422024-06-21T21:00:08.183Z Downloaded postgres-types v0.2.6
11432024-06-21T21:00:08.185Z Downloaded platforms v3.4.0
11442024-06-21T21:00:08.190Z Downloaded pem-rfc7468 v0.7.0
11452024-06-21T21:00:08.190Z Downloaded packed_struct v0.10.1
11462024-06-21T21:00:08.193Z Downloaded darling v0.20.9
11472024-06-21T21:00:08.193Z Downloaded crc-catalog v2.4.0
11482024-06-21T21:00:08.196Z Downloaded bzip2 v0.4.4
11492024-06-21T21:00:08.196Z Downloaded bitfield v0.14.0
11502024-06-21T21:00:08.196Z Downloaded cfg_aliases v0.1.1
11512024-06-21T21:00:08.199Z Downloaded newline-converter v0.3.0
11522024-06-21T21:00:08.199Z Downloaded defmt v0.3.8
11532024-06-21T21:00:08.201Z Downloaded addr2line v0.21.0
11542024-06-21T21:00:08.204Z Downloaded proc-macro-crate v1.3.1
11552024-06-21T21:00:08.204Z Downloaded constant_time_eq v0.3.0
11562024-06-21T21:00:08.204Z Downloaded cobs v0.2.3
11572024-06-21T21:00:08.207Z Downloaded chacha20 v0.9.1
11582024-06-21T21:00:08.207Z Downloaded cexpr v0.6.0
11592024-06-21T21:00:08.209Z Downloaded cassowary v0.3.0
11602024-06-21T21:00:08.209Z Downloaded psl-types v2.0.11
11612024-06-21T21:00:08.212Z Downloaded parse-display-derive v0.9.0
11622024-06-21T21:00:08.212Z Downloaded packed_struct_codegen v0.10.1
11632024-06-21T21:00:08.212Z Downloaded num v0.4.3
11642024-06-21T21:00:08.215Z Downloaded newtype-uuid v1.1.0
11652024-06-21T21:00:08.215Z Downloaded nanorand v0.7.0
11662024-06-21T21:00:08.216Z Downloaded cipher v0.4.4
11672024-06-21T21:00:08.218Z Downloaded opaque-debug v0.3.1
11682024-06-21T21:00:08.218Z Downloaded newtype_derive v0.1.6
11692024-06-21T21:00:08.221Z Downloaded data-encoding v2.6.0
11702024-06-21T21:00:08.221Z Downloaded mockall v0.12.1
11712024-06-21T21:00:08.221Z Downloaded peg-runtime v0.8.3
11722024-06-21T21:00:08.221Z Downloaded new_debug_unreachable v1.0.6
11732024-06-21T21:00:08.551Z Downloaded ring v0.17.8
11742024-06-21T21:00:08.666Z Downloaded ring v0.16.20
11752024-06-21T21:00:08.872Z Compiling proc-macro2 v1.0.82
11762024-06-21T21:00:08.872Z Compiling unicode-ident v1.0.12
11772024-06-21T21:00:08.875Z Compiling libc v0.2.155
11782024-06-21T21:00:08.875Z Compiling serde v1.0.203
11792024-06-21T21:00:08.875Z Compiling autocfg v1.3.0
11802024-06-21T21:00:08.875Z Compiling version_check v0.9.4
11812024-06-21T21:00:08.875Z Compiling cfg-if v1.0.0
11822024-06-21T21:00:09.112Z Compiling cc v1.0.97
11832024-06-21T21:00:09.129Z Compiling parking_lot_core v0.9.10
11842024-06-21T21:00:09.143Z Compiling once_cell v1.19.0
11852024-06-21T21:00:09.499Z Compiling libm v0.2.8
11862024-06-21T21:00:09.502Z Compiling serde_json v1.0.117
11872024-06-21T21:00:09.809Z Compiling ahash v0.8.11
11882024-06-21T21:00:09.812Z Compiling lock_api v0.4.12
11892024-06-21T21:00:09.837Z Compiling byteorder v1.5.0
11902024-06-21T21:00:09.860Z Compiling num-traits v0.2.19
11912024-06-21T21:00:10.094Z Compiling memchr v2.7.2
11922024-06-21T21:00:10.114Z Compiling thiserror v1.0.60
11932024-06-21T21:00:10.128Z Compiling typenum v1.17.0
11942024-06-21T21:00:10.310Z Compiling log v0.4.21
11952024-06-21T21:00:10.649Z Compiling quote v1.0.36
11962024-06-21T21:00:10.744Z Compiling generic-array v0.14.7
11972024-06-21T21:00:11.013Z Compiling getrandom v0.2.14
11982024-06-21T21:00:11.087Z Compiling syn v2.0.64
11992024-06-21T21:00:11.369Z Compiling itoa v1.0.11
12002024-06-21T21:00:11.605Z Compiling scopeguard v1.2.0
12012024-06-21T21:00:11.759Z Compiling allocator-api2 v0.2.18
12022024-06-21T21:00:11.858Z Compiling slab v0.4.9
12032024-06-21T21:00:12.216Z Compiling ring v0.17.8
12042024-06-21T21:00:12.253Z Compiling ryu v1.0.18
12052024-06-21T21:00:12.300Z Compiling pin-project-lite v0.2.14
12062024-06-21T21:00:12.320Z Compiling schemars v0.8.20
12072024-06-21T21:00:12.425Z Compiling smallvec v1.13.2
12082024-06-21T21:00:12.592Z Compiling semver v1.0.23
12092024-06-21T21:00:12.677Z Compiling equivalent v1.0.1
12102024-06-21T21:00:13.019Z Compiling vcpkg v0.2.15
12112024-06-21T21:00:13.030Z Compiling pkg-config v0.3.30
12122024-06-21T21:00:13.160Z Compiling signal-hook-registry v1.4.2
12132024-06-21T21:00:13.752Z Compiling parking_lot v0.12.2
12142024-06-21T21:00:14.341Z Compiling syn v1.0.109
12152024-06-21T21:00:14.699Z Compiling mio v0.8.11
12162024-06-21T21:00:14.762Z Compiling openssl-sys v0.9.102
12172024-06-21T21:00:15.709Z Compiling rand_core v0.6.4
12182024-06-21T21:00:15.868Z Compiling num_cpus v1.16.0
12192024-06-21T21:00:16.008Z Compiling socket2 v0.5.7
12202024-06-21T21:00:16.109Z Compiling num-conv v0.1.0
12212024-06-21T21:00:16.383Z Compiling time-core v0.1.2
12222024-06-21T21:00:16.545Z Compiling time-macros v0.2.18
12232024-06-21T21:00:16.738Z Compiling httparse v1.8.0
12242024-06-21T21:00:17.346Z Compiling futures-core v0.3.30
12252024-06-21T21:00:17.609Z Compiling fnv v1.0.7
12262024-06-21T21:00:17.676Z Compiling openssl v0.10.64
12272024-06-21T21:00:17.997Z Compiling rustix v0.38.34
12282024-06-21T21:00:18.036Z Compiling iana-time-zone v0.1.60
12292024-06-21T21:00:18.172Z Compiling crossbeam-utils v0.8.19
12302024-06-21T21:00:18.615Z Compiling serde_derive_internals v0.29.1
12312024-06-21T21:00:18.689Z Compiling spin v0.9.8
12322024-06-21T21:00:18.843Z Compiling native-tls v0.2.11
12332024-06-21T21:00:19.019Z Compiling rustls v0.21.12
12342024-06-21T21:00:19.143Z Compiling tinyvec_macros v0.1.1
12352024-06-21T21:00:19.226Z Compiling tinyvec v1.6.0
12362024-06-21T21:00:19.665Z Compiling subtle v2.5.0
12372024-06-21T21:00:19.955Z Compiling futures-sink v0.3.30
12382024-06-21T21:00:19.969Z Compiling const-oid v0.9.6
12392024-06-21T21:00:20.117Z Compiling ucd-trie v0.1.6
12402024-06-21T21:00:20.603Z Compiling unicode-normalization v0.1.23
12412024-06-21T21:00:20.660Z Compiling backtrace v0.3.71
12422024-06-21T21:00:20.958Z Compiling cookie v0.17.0
12432024-06-21T21:00:21.039Z Compiling heck v0.4.1
12442024-06-21T21:00:21.223Z Compiling slog v2.7.0
12452024-06-21T21:00:21.661Z Compiling heck v0.5.0
12462024-06-21T21:00:21.664Z Compiling unicode-bidi v0.3.15
12472024-06-21T21:00:21.736Z Compiling dyn-clone v1.0.17
12482024-06-21T21:00:21.922Z Compiling futures-channel v0.3.30
12492024-06-21T21:00:22.109Z Compiling pin-utils v0.1.0
12502024-06-21T21:00:22.393Z Compiling futures-io v0.3.30
12512024-06-21T21:00:22.443Z Compiling futures-task v0.3.30
12522024-06-21T21:00:22.998Z Compiling aho-corasick v1.1.3
12532024-06-21T21:00:23.482Z Compiling winnow v0.5.40
12542024-06-21T21:00:23.519Z Compiling untrusted v0.9.0
12552024-06-21T21:00:24.001Z Compiling anyhow v1.0.86
12562024-06-21T21:00:24.414Z Compiling serde_derive v1.0.203
12572024-06-21T21:00:24.528Z Compiling zerocopy-derive v0.7.34
12582024-06-21T21:00:25.150Z Compiling zeroize_derive v1.4.2
12592024-06-21T21:00:25.212Z Compiling thiserror-impl v1.0.60
12602024-06-21T21:00:26.565Z Compiling zerocopy v0.7.34
12612024-06-21T21:00:26.568Z Compiling tokio-macros v2.2.0
12622024-06-21T21:00:27.319Z Compiling futures-macro v0.3.30
12632024-06-21T21:00:27.556Z Compiling schemars_derive v0.8.20
12642024-06-21T21:00:28.024Z Compiling tracing-attributes v0.1.27
12652024-06-21T21:00:28.226Z Compiling zeroize v1.7.0
12662024-06-21T21:00:28.742Z Compiling hashbrown v0.14.5
12672024-06-21T21:00:29.462Z Compiling openssl-macros v0.1.1
12682024-06-21T21:00:30.160Z Compiling scroll_derive v0.12.0
12692024-06-21T21:00:30.342Z Compiling pest v2.7.10
12702024-06-21T21:00:30.461Z Compiling crypto-common v0.1.6
12712024-06-21T21:00:30.663Z Compiling futures-util v0.3.30
12722024-06-21T21:00:31.268Z Compiling der_derive v0.7.2
12732024-06-21T21:00:31.455Z Compiling regex-syntax v0.8.3
12742024-06-21T21:00:31.619Z Compiling block-buffer v0.10.4
12752024-06-21T21:00:31.835Z Compiling tracing-core v0.1.32
12762024-06-21T21:00:33.555Z Compiling pest_meta v2.7.10
12772024-06-21T21:00:34.348Z Compiling usdt-impl v0.5.0
12782024-06-21T21:00:34.651Z Compiling rustversion v1.0.17
12792024-06-21T21:00:35.320Z Compiling pest_generator v2.7.10
12802024-06-21T21:00:37.133Z Compiling regex-automata v0.4.6
12812024-06-21T21:00:37.335Z Compiling powerfmt v0.2.0
12822024-06-21T21:00:37.647Z Compiling deranged v0.3.11
12832024-06-21T21:00:37.663Z Compiling tracing v0.1.40
12842024-06-21T21:00:37.805Z Compiling pest_derive v2.7.10
12852024-06-21T21:00:37.834Z Compiling digest v0.10.7
12862024-06-21T21:00:38.248Z Compiling bytes v1.6.0
12872024-06-21T21:00:38.461Z Compiling indexmap v2.2.6
12882024-06-21T21:00:39.247Z Compiling uuid v1.8.0
12892024-06-21T21:00:39.393Z Compiling chrono v0.4.38
12902024-06-21T21:00:39.442Z Compiling serde_tokenstream v0.2.0
12912024-06-21T21:00:39.970Z Compiling bitflags v2.5.0
12922024-06-21T21:00:41.172Z Compiling tokio v1.37.0
12932024-06-21T21:00:42.274Z Compiling toml_datetime v0.6.6
12942024-06-21T21:00:42.699Z Compiling serde_spanned v0.6.6
12952024-06-21T21:00:42.902Z Compiling http v0.2.12
12962024-06-21T21:00:45.248Z Compiling toml_edit v0.19.15
12972024-06-21T21:00:45.581Z Compiling rustc_version v0.4.0
12982024-06-21T21:00:46.201Z Compiling heapless v0.7.17
12992024-06-21T21:00:46.604Z Compiling scroll v0.12.0
13002024-06-21T21:00:47.221Z Compiling ppv-lite86 v0.2.17
13012024-06-21T21:00:47.999Z Compiling num_threads v0.1.7
13022024-06-21T21:00:48.123Z Compiling percent-encoding v2.3.1
13032024-06-21T21:00:48.404Z Compiling plain v0.2.3
13042024-06-21T21:00:48.556Z Compiling signal-hook v0.3.17
13052024-06-21T21:00:48.863Z Compiling goblin v0.8.2
13062024-06-21T21:00:48.919Z Compiling rand_chacha v0.3.1
13072024-06-21T21:00:49.075Z Compiling time v0.3.36
13082024-06-21T21:00:49.880Z Compiling regex v1.10.4
13092024-06-21T21:00:52.497Z Compiling crc32fast v1.4.0
13102024-06-21T21:00:52.951Z Compiling pretty-hex v0.4.1
13112024-06-21T21:00:53.339Z Compiling strsim v0.11.1
13122024-06-21T21:00:54.103Z Compiling tokio-util v0.7.11
13132024-06-21T21:00:54.367Z Compiling rand v0.8.5
13142024-06-21T21:00:54.826Z Compiling dof v0.3.0
13152024-06-21T21:00:55.889Z Compiling dtrace-parser v0.2.0
13162024-06-21T21:00:56.313Z Compiling async-trait v0.1.80
13172024-06-21T21:00:56.553Z Compiling thread-id v4.2.1
13182024-06-21T21:00:56.824Z Compiling unicode-width v0.1.12
13192024-06-21T21:00:57.077Z Compiling foreign-types-shared v0.1.1
13202024-06-21T21:00:57.178Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13212024-06-21T21:00:57.217Z Compiling base64ct v1.6.0
13222024-06-21T21:00:57.245Z Compiling smoltcp v0.9.1
13232024-06-21T21:00:57.679Z Compiling pem-rfc7468 v0.7.0
13242024-06-21T21:00:57.833Z Compiling foreign-types v0.3.2
13252024-06-21T21:00:59.247Z Compiling form_urlencoded v1.2.1
13262024-06-21T21:00:59.567Z Compiling hmac v0.12.1
13272024-06-21T21:00:59.823Z Compiling adler v1.0.2
13282024-06-21T21:00:59.842Z Compiling try-lock v0.2.5
13292024-06-21T21:01:00.000Z Compiling base64 v0.21.7
13302024-06-21T21:01:00.110Z Compiling flagset v0.4.5
13312024-06-21T21:01:00.150Z Compiling siphasher v0.3.11
13322024-06-21T21:01:00.316Z Compiling der v0.7.9
13332024-06-21T21:01:00.363Z Compiling want v0.3.1
13342024-06-21T21:01:00.831Z Compiling miniz_oxide v0.7.2
13352024-06-21T21:01:02.712Z Compiling h2 v0.3.26
13362024-06-21T21:01:02.791Z Compiling rustls-webpki v0.101.7
13372024-06-21T21:01:03.607Z Compiling sct v0.7.1
13382024-06-21T21:01:04.139Z Compiling http-body v0.4.6
13392024-06-21T21:01:04.661Z Compiling openapiv3 v2.0.0
13402024-06-21T21:01:05.083Z Compiling hubpack_derive v0.1.1
13412024-06-21T21:01:05.338Z Compiling zerocopy-derive v0.6.6
13422024-06-21T21:01:05.582Z Compiling idna v0.5.0
13432024-06-21T21:01:06.239Z Compiling errno v0.3.9
13442024-06-21T21:01:06.732Z Compiling fs-err v2.11.0
13452024-06-21T21:01:07.024Z Compiling openssl-probe v0.1.5
13462024-06-21T21:01:07.318Z Compiling httpdate v1.0.3
13472024-06-21T21:01:07.607Z Compiling tower-service v0.3.2
13482024-06-21T21:01:07.733Z Compiling utf8parse v0.2.1
13492024-06-21T21:01:07.750Z Compiling cpufeatures v0.2.12
13502024-06-21T21:01:07.854Z Compiling anstyle v1.0.7
13512024-06-21T21:01:07.900Z Compiling spin v0.5.2
13522024-06-21T21:01:08.086Z Compiling gimli v0.28.1
13532024-06-21T21:01:08.146Z Compiling stable_deref_trait v1.2.0
13542024-06-21T21:01:08.292Z Compiling finl_unicode v1.2.0
13552024-06-21T21:01:08.882Z Compiling stringprep v0.1.4
13562024-06-21T21:01:08.947Z Compiling anstyle-parse v0.2.4
13572024-06-21T21:01:09.009Z Compiling sha2 v0.10.8
13582024-06-21T21:01:09.809Z Compiling hyper v0.14.28
13592024-06-21T21:01:09.858Z Compiling url v2.5.0
13602024-06-21T21:01:12.721Z Compiling addr2line v0.21.0
13612024-06-21T21:01:13.565Z Compiling spki v0.7.3
13622024-06-21T21:01:14.488Z Compiling usdt-macro v0.5.0
13632024-06-21T21:01:14.751Z Compiling usdt-attr-macro v0.5.0
13642024-06-21T21:01:15.955Z Compiling md-5 v0.10.6
13652024-06-21T21:01:19.078Z Compiling idna v0.3.0
13662024-06-21T21:01:20.074Z Compiling diesel_table_macro_syntax v0.1.0
13672024-06-21T21:01:20.327Z Compiling num-integer v0.1.46
13682024-06-21T21:01:20.446Z Compiling object v0.32.2
13692024-06-21T21:01:20.529Z Compiling hash32 v0.2.1
13702024-06-21T21:01:24.098Z Compiling fallible-iterator v0.2.0
13712024-06-21T21:01:24.848Z Compiling rustc-demangle v0.1.24
13722024-06-21T21:01:25.919Z Compiling colorchoice v1.0.1
13732024-06-21T21:01:26.078Z Compiling is_terminal_polyfill v1.70.0
13742024-06-21T21:01:26.201Z Compiling psl-types v2.0.11
13752024-06-21T21:01:26.396Z Compiling anstyle-query v1.0.3
13762024-06-21T21:01:26.538Z Compiling anstream v0.6.14
13772024-06-21T21:01:27.063Z Compiling publicsuffix v2.2.3
13782024-06-21T21:01:28.149Z Compiling postgres-protocol v0.6.6
13792024-06-21T21:01:29.027Z Compiling lazy_static v1.4.0
13802024-06-21T21:01:30.282Z Compiling diesel_derives v2.1.4
13812024-06-21T21:01:34.475Z Compiling tokio-rustls v0.24.1
13822024-06-21T21:01:35.696Z Compiling pkcs8 v0.10.2
13832024-06-21T21:01:36.141Z Compiling terminal_size v0.3.0
13842024-06-21T21:01:36.234Z Compiling tokio-native-tls v0.3.1
13852024-06-21T21:01:36.502Z Compiling phf_shared v0.11.2
13862024-06-21T21:01:37.381Z Compiling strum_macros v0.25.3
13872024-06-21T21:01:38.003Z Compiling block-padding v0.3.3
13882024-06-21T21:01:38.228Z Compiling regress v0.9.1
13892024-06-21T21:01:38.231Z Compiling enum-as-inner v0.5.1
13902024-06-21T21:01:38.836Z Compiling serde_repr v0.1.19
13912024-06-21T21:01:39.212Z Compiling clap_derive v4.5.4
13922024-06-21T21:01:41.331Z Compiling ff v0.13.0
13932024-06-21T21:01:41.581Z Compiling scheduled-thread-pool v0.2.7
13942024-06-21T21:01:43.046Z Compiling encoding_rs v0.8.34
13952024-06-21T21:01:43.196Z Compiling managed v0.8.0
13962024-06-21T21:01:43.598Z Compiling bit-vec v0.6.3
13972024-06-21T21:01:44.037Z Compiling clap_lex v0.7.0
13982024-06-21T21:01:44.229Z Compiling either v1.12.0
13992024-06-21T21:01:44.636Z Compiling ipnet v2.9.0
14002024-06-21T21:01:45.265Z Compiling mime v0.3.17
14012024-06-21T21:01:45.282Z Compiling bitflags v1.3.2
14022024-06-21T21:01:45.387Z Compiling matches v0.1.10
14032024-06-21T21:01:45.586Z Compiling base16ct v0.2.0
14042024-06-21T21:01:45.883Z Compiling sec1 v0.7.3
14052024-06-21T21:01:46.370Z Compiling idna v0.2.3
14062024-06-21T21:01:46.739Z Compiling clap_builder v4.5.2
14072024-06-21T21:01:47.812Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14082024-06-21T21:01:49.445Z Compiling r2d2 v0.8.10
14092024-06-21T21:01:50.968Z Compiling group v0.13.0
14102024-06-21T21:01:53.708Z Compiling inout v0.1.3
14112024-06-21T21:01:54.064Z Compiling phf v0.11.2
14122024-06-21T21:01:54.198Z Compiling hyper-tls v0.5.0
14132024-06-21T21:01:54.229Z Compiling signal-hook-mio v0.2.3
14142024-06-21T21:01:54.356Z Compiling hyper-rustls v0.24.2
14152024-06-21T21:01:54.378Z Compiling cookie_store v0.20.0
14162024-06-21T21:01:54.640Z Compiling postgres-types v0.2.6
14172024-06-21T21:01:54.708Z Compiling num-bigint v0.4.5
14182024-06-21T21:01:54.980Z Compiling zerocopy v0.6.6
14192024-06-21T21:01:55.846Z Compiling hubpack v0.1.2
14202024-06-21T21:01:55.891Z Compiling rustls-pemfile v1.0.4
14212024-06-21T21:01:56.044Z Compiling phf_shared v0.10.0
14222024-06-21T21:01:56.258Z Compiling hkdf v0.12.4
14232024-06-21T21:01:56.273Z Compiling serde_urlencoded v0.7.1
14242024-06-21T21:01:56.491Z Compiling crossbeam-epoch v0.9.18
14252024-06-21T21:01:56.814Z Compiling ipnetwork v0.20.0
14262024-06-21T21:01:58.101Z Compiling futures-executor v0.3.30
14272024-06-21T21:01:58.286Z Compiling crypto-bigint v0.5.5
14282024-06-21T21:01:58.502Z Compiling float-cmp v0.9.0
14292024-06-21T21:01:58.588Z Compiling memmap v0.7.0
14302024-06-21T21:01:58.711Z Compiling fixedbitset v0.4.2
14312024-06-21T21:01:58.916Z Compiling predicates-core v1.0.6
14322024-06-21T21:01:59.103Z Compiling static_assertions v1.1.0
14332024-06-21T21:01:59.208Z Compiling data-encoding v2.6.0
14342024-06-21T21:02:00.715Z Compiling unicode-segmentation v1.11.0
14352024-06-21T21:02:00.729Z Compiling normalize-line-endings v0.3.0
14362024-06-21T21:02:00.851Z Compiling whoami v1.5.1
14372024-06-21T21:02:01.412Z Compiling precomputed-hash v0.1.1
14382024-06-21T21:02:01.534Z Compiling difflib v0.4.0
14392024-06-21T21:02:01.606Z Compiling minimal-lexical v0.2.1
14402024-06-21T21:02:01.837Z Compiling new_debug_unreachable v1.0.6
14412024-06-21T21:02:01.903Z Compiling winnow v0.6.8
14422024-06-21T21:02:01.936Z Compiling sync_wrapper v0.1.2
14432024-06-21T21:02:02.058Z Compiling webpki-roots v0.25.4
14442024-06-21T21:02:02.114Z Compiling nom v7.1.3
14452024-06-21T21:02:02.130Z Compiling string_cache v0.8.7
14462024-06-21T21:02:02.133Z Compiling predicates v3.1.0
14472024-06-21T21:02:02.189Z Compiling reqwest v0.11.27
14482024-06-21T21:02:02.816Z Compiling similar v2.5.0
14492024-06-21T21:02:03.689Z Compiling tokio-postgres v0.7.10
14502024-06-21T21:02:04.124Z Compiling elliptic-curve v0.13.8
14512024-06-21T21:02:04.864Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14522024-06-21T21:02:04.908Z Compiling trust-dns-proto v0.22.0
14532024-06-21T21:02:05.665Z Compiling toml_edit v0.22.13
14542024-06-21T21:02:05.855Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14552024-06-21T21:02:08.327Z Compiling petgraph v0.6.5
14562024-06-21T21:02:08.728Z Compiling usdt v0.5.0
14572024-06-21T21:02:10.238Z Compiling futures v0.3.30
14582024-06-21T21:02:10.359Z Compiling diesel v2.1.6
14592024-06-21T21:02:10.780Z Compiling yasna v0.5.2
14602024-06-21T21:02:12.440Z Compiling crossterm v0.27.0
14612024-06-21T21:02:12.695Z Compiling flate2 v1.0.30
14622024-06-21T21:02:12.745Z Compiling cipher v0.4.4
14632024-06-21T21:02:13.166Z Compiling clap v4.5.4
14642024-06-21T21:02:13.271Z Compiling itertools v0.10.5
14652024-06-21T21:02:13.287Z Compiling itertools v0.12.1
14662024-06-21T21:02:13.590Z Compiling bit-set v0.5.3
14672024-06-21T21:02:13.865Z Compiling console v0.15.8
14682024-06-21T21:02:14.929Z Compiling num-iter v0.1.45
14692024-06-21T21:02:15.438Z Compiling tokio-stream v0.1.15
14702024-06-21T21:02:15.758Z Compiling toml v0.7.8
14712024-06-21T21:02:15.872Z Compiling bstr v1.9.1
14722024-06-21T21:02:16.094Z Compiling hex v0.4.3
14732024-06-21T21:02:16.784Z Compiling lalrpop-util v0.19.12
14742024-06-21T21:02:17.035Z Compiling peg-runtime v0.8.3
14752024-06-21T21:02:17.241Z Compiling unicode-xid v0.2.4
14762024-06-21T21:02:17.420Z Compiling proc-macro-crate v1.3.1
14772024-06-21T21:02:18.329Z Compiling heapless v0.8.0
14782024-06-21T21:02:18.809Z Compiling camino v1.1.7
14792024-06-21T21:02:21.810Z Compiling num_enum_derive v0.5.11
14802024-06-21T21:02:26.145Z Compiling hash32 v0.3.1
14812024-06-21T21:02:26.843Z Compiling smoltcp v0.11.0
14822024-06-21T21:02:26.908Z Compiling ident_case v1.0.1
14832024-06-21T21:02:27.261Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14842024-06-21T21:02:27.572Z Compiling rustls-pki-types v1.7.0
14852024-06-21T21:02:33.820Z Compiling darling_core v0.20.9
14862024-06-21T21:02:42.855Z Compiling num_enum v0.5.11
14872024-06-21T21:02:44.576Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14882024-06-21T21:02:44.822Z Compiling getopts v0.2.21
14892024-06-21T21:02:45.555Z Compiling dirs-sys-next v0.1.2
14902024-06-21T21:02:46.104Z Compiling proc-macro-error-attr v1.0.4
14912024-06-21T21:02:46.397Z Compiling rustls v0.22.4
14922024-06-21T21:02:46.753Z Compiling unsafe-libyaml v0.2.11
14932024-06-21T21:02:46.804Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-06-21T21:02:47.128Z Compiling cobs v0.2.3
14952024-06-21T21:02:47.175Z Compiling paste v1.0.15
14962024-06-21T21:02:47.631Z Compiling embedded-io v0.4.0
14972024-06-21T21:02:47.902Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14982024-06-21T21:02:48.190Z Compiling serde_yaml v0.9.34+deprecated
14992024-06-21T21:02:48.269Z Compiling postcard v1.0.8
15002024-06-21T21:02:52.105Z Compiling dirs-next v2.0.0
15012024-06-21T21:02:52.654Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15022024-06-21T21:02:54.995Z Compiling darling_macro v0.20.9
15032024-06-21T21:02:57.073Z Compiling rustls-webpki v0.102.4
15042024-06-21T21:03:03.493Z Compiling strum_macros v0.26.2
15052024-06-21T21:03:05.172Z Compiling foreign-types-macros v0.2.3
15062024-06-21T21:03:05.300Z Compiling structmeta-derive v0.3.0
15072024-06-21T21:03:06.359Z Compiling thread_local v1.1.8
15082024-06-21T21:03:06.375Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15092024-06-21T21:03:06.658Z Compiling proc-macro-error v1.0.4
15102024-06-21T21:03:06.947Z Compiling multer v3.1.0
15112024-06-21T21:03:07.068Z Compiling foreign-types-shared v0.3.1
15122024-06-21T21:03:07.237Z Compiling match_cfg v0.1.0
15132024-06-21T21:03:07.465Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15142024-06-21T21:03:08.317Z Compiling slog-async v2.8.0
15152024-06-21T21:03:08.719Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15162024-06-21T21:03:09.685Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15172024-06-21T21:03:14.066Z Compiling strum v0.26.2
15182024-06-21T21:03:14.470Z Compiling structmeta v0.3.0
15192024-06-21T21:03:15.346Z Compiling hostname v0.3.1
15202024-06-21T21:03:15.673Z Compiling foreign-types v0.5.0
15212024-06-21T21:03:17.829Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15222024-06-21T21:03:21.598Z Compiling darling v0.20.9
15232024-06-21T21:03:27.441Z Compiling term v0.7.0
15242024-06-21T21:03:31.797Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15252024-06-21T21:03:33.314Z Compiling slog-json v2.6.1
15262024-06-21T21:03:33.789Z Compiling tabwriter v1.4.0
15272024-06-21T21:03:33.862Z Compiling crossbeam-channel v0.5.12
15282024-06-21T21:03:34.590Z Compiling http v1.1.0
15292024-06-21T21:03:35.539Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15302024-06-21T21:03:35.568Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15312024-06-21T21:03:35.739Z Compiling async-stream-impl v0.3.5
15322024-06-21T21:03:35.853Z Compiling cstr-argument v0.1.2
15332024-06-21T21:03:36.120Z Compiling is-terminal v0.4.12
15342024-06-21T21:03:36.255Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15352024-06-21T21:03:36.319Z Compiling base64 v0.22.1
15362024-06-21T21:03:36.536Z Compiling crucible-workspace-hack v0.1.0
15372024-06-21T21:03:36.775Z Compiling take_mut v0.2.2
15382024-06-21T21:03:36.790Z Compiling atomic-waker v1.1.2
15392024-06-21T21:03:36.930Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15402024-06-21T21:03:36.950Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15412024-06-21T21:03:36.990Z Compiling rayon-core v1.12.1
15422024-06-21T21:03:37.202Z Compiling fastrand v2.1.0
15432024-06-21T21:03:37.247Z Compiling pretty-hex v0.2.1
15442024-06-21T21:03:37.437Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15452024-06-21T21:03:37.531Z Compiling async-stream v0.3.5
15462024-06-21T21:03:37.834Z Compiling tempfile v3.10.1
15472024-06-21T21:03:37.863Z Compiling waitgroup v0.1.2
15482024-06-21T21:03:38.159Z Compiling rustls-pemfile v2.1.2
15492024-06-21T21:03:38.850Z Compiling slog-term v2.9.1
15502024-06-21T21:03:39.256Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15512024-06-21T21:03:39.661Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15522024-06-21T21:03:39.918Z Compiling slog-bunyan v2.5.0
15532024-06-21T21:03:40.293Z Compiling tokio-rustls v0.25.0
15542024-06-21T21:03:40.769Z Compiling serde_with_macros v3.8.1
15552024-06-21T21:03:40.821Z Compiling parse-display-derive v0.9.0
15562024-06-21T21:03:41.044Z Compiling toml v0.8.13
15572024-06-21T21:03:41.588Z Compiling sha1 v0.10.6
15582024-06-21T21:03:41.729Z Compiling crossbeam-deque v0.8.5
15592024-06-21T21:03:42.125Z Compiling colored v2.1.0
15602024-06-21T21:03:42.394Z Compiling newtype-uuid v1.1.0
15612024-06-21T21:03:42.739Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15622024-06-21T21:03:43.492Z Compiling serde_path_to_error v0.1.16
15632024-06-21T21:03:43.521Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642024-06-21T21:03:44.244Z Compiling socket2 v0.4.10
15652024-06-21T21:03:44.491Z Compiling hostname v0.4.0
15662024-06-21T21:03:44.780Z Compiling instant v0.1.12
15672024-06-21T21:03:44.783Z Compiling debug-ignore v1.0.5
15682024-06-21T21:03:44.944Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15692024-06-21T21:03:44.960Z Compiling parse-display v0.9.0
15702024-06-21T21:03:45.312Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15712024-06-21T21:03:45.775Z Compiling backoff v0.4.0
15722024-06-21T21:03:46.889Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732024-06-21T21:03:47.103Z Compiling serde_with v3.8.1
15742024-06-21T21:03:48.072Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15752024-06-21T21:03:48.559Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15762024-06-21T21:03:49.955Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15772024-06-21T21:03:51.686Z Compiling camino-tempfile v1.1.1
15782024-06-21T21:03:51.754Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15792024-06-21T21:03:51.902Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15802024-06-21T21:03:52.094Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15812024-06-21T21:03:52.228Z Compiling macaddr v1.0.1
15822024-06-21T21:03:52.419Z Compiling num-derive v0.4.2
15832024-06-21T21:03:52.870Z Compiling sigpipe v0.1.3
15842024-06-21T21:03:53.012Z Compiling libefi-sys v0.1.0
15852024-06-21T21:03:53.308Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15862024-06-21T21:03:53.868Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15872024-06-21T21:03:54.190Z Compiling rayon v1.10.0
15882024-06-21T21:03:54.756Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
15892024-06-21T21:03:54.815Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15902024-06-21T21:03:55.979Z Compiling smf v0.2.3
15912024-06-21T21:03:56.368Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15922024-06-21T21:03:56.719Z Compiling ring v0.16.20
15932024-06-21T21:03:57.139Z Compiling blake3 v1.5.1
15942024-06-21T21:03:57.686Z Compiling portable-atomic v1.6.0
15952024-06-21T21:03:58.778Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15962024-06-21T21:03:58.795Z Compiling xattr v1.3.1
15972024-06-21T21:03:59.049Z Compiling memmap2 v0.9.4
15982024-06-21T21:03:59.099Z Compiling filetime v0.2.23
15992024-06-21T21:03:59.445Z Compiling untrusted v0.7.1
16002024-06-21T21:03:59.634Z Compiling constant_time_eq v0.3.0
16012024-06-21T21:03:59.730Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16022024-06-21T21:03:59.839Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16032024-06-21T21:03:59.952Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16042024-06-21T21:04:00.000Z Compiling same-file v1.0.6
16052024-06-21T21:04:00.108Z Compiling arrayvec v0.7.4
16062024-06-21T21:04:00.261Z Compiling arrayref v0.3.7
16072024-06-21T21:04:00.364Z Compiling walkdir v2.5.0
16082024-06-21T21:04:01.878Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16092024-06-21T21:04:02.889Z Compiling tar v0.4.40
16102024-06-21T21:04:03.280Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16112024-06-21T21:04:04.433Z Compiling gethostname v0.4.3
16122024-06-21T21:04:04.731Z Compiling number_prefix v0.4.0
16132024-06-21T21:04:05.003Z Compiling topological-sort v0.2.2
16142024-06-21T21:04:05.277Z Compiling indicatif v0.17.8
16152024-06-21T21:04:05.649Z Compiling swrite v0.1.0
16162024-06-21T21:04:05.788Z Compiling omicron-zone-package v0.11.0
16172024-06-21T21:04:10.735Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16182024-06-21T21:04:13.789Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16192024-06-21T21:04:14.928Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16202024-06-21T21:04:16.343Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16212024-06-21T21:04:34.472Z Finished `release` profile [optimized] target(s) in 4m 28s
16222024-06-21T21:04:34.589Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16232024-06-21T21:04:34.633ZLogging to: /work/oxidecomputer/omicron/out/LOG
16242024-06-21T21:04:34.636ZCreated new build target 'test' and set it as active
16252024-06-21T21:04:34.636Z
16262024-06-21T21:04:34.636Zreal 4:28.479747295
16272024-06-21T21:04:34.636Zuser 30:07.802575210
16282024-06-21T21:04:34.636Zsys 3:55.384443786
16292024-06-21T21:04:34.636Ztrap 0.878175196
16302024-06-21T21:04:34.636Ztflt 2.728679274
16312024-06-21T21:04:34.636Zdflt 1.252926744
16322024-06-21T21:04:34.636Zkflt 0.001423219
16332024-06-21T21:04:34.636Zlock 1:03:21.897647349
16342024-06-21T21:04:34.636Zslp 1:25:09.132250135
16352024-06-21T21:04:34.636Zlat 2:01.091755677
16362024-06-21T21:04:34.636Zstop 2:53.744800145
16372024-06-21T21:04:34.636Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16382024-06-21T21:04:35.517Z Finished `release` profile [optimized] target(s) in 0.82s
16392024-06-21T21:04:35.556Z Running `target/release/omicron-package -t test package`
16402024-06-21T21:04:35.590ZLogging to: /work/oxidecomputer/omicron/out/LOG
16412024-06-21T21:04:36.516Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16422024-06-21T21:04:36.612Z Compiling newline-converter v0.3.0
16432024-06-21T21:04:36.621Z Compiling humantime v2.1.0
16442024-06-21T21:04:36.624Z Compiling derive-where v1.2.7
16452024-06-21T21:04:36.642Z Compiling convert_case v0.4.0
16462024-06-21T21:04:36.654Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16472024-06-21T21:04:36.657Z Compiling password-hash v0.5.0
16482024-06-21T21:04:36.657Z Compiling blake2 v0.10.6
16492024-06-21T21:04:36.757Z Compiling expectorate v1.1.0
16502024-06-21T21:04:36.828Z Compiling linked-hash-map v0.5.6
16512024-06-21T21:04:36.926Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16522024-06-21T21:04:37.213Z Compiling argon2 v0.5.3
16532024-06-21T21:04:37.421Z Compiling derive_more v0.99.17
16542024-06-21T21:04:37.434Z Compiling lru-cache v0.1.2
16552024-06-21T21:04:37.646Z Compiling semver v0.1.20
16562024-06-21T21:04:37.852Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16572024-06-21T21:04:38.221Z Compiling rustc_version v0.1.7
16582024-06-21T21:04:38.482Z Compiling home v0.5.9
16592024-06-21T21:04:38.641Z Compiling newtype_derive v0.1.6
16602024-06-21T21:04:38.717Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16612024-06-21T21:04:38.981Z Compiling slog-dtrace v0.3.0
16622024-06-21T21:04:39.123Z Compiling steno v0.4.0
16632024-06-21T21:04:39.262Z Compiling quick-error v1.2.3
16642024-06-21T21:04:39.416Z Compiling resolv-conf v0.7.0
16652024-06-21T21:04:39.708Z Compiling termcolor v1.4.1
16662024-06-21T21:04:39.915Z Compiling trust-dns-resolver v0.22.0
16672024-06-21T21:04:41.046Z Compiling utf-8 v0.7.6
16682024-06-21T21:04:41.403Z Compiling num-rational v0.4.2
16692024-06-21T21:04:42.336Z Compiling num-complex v0.4.6
16702024-06-21T21:04:43.334Z Compiling radium v0.7.0
16712024-06-21T21:04:43.662Z Compiling num v0.4.3
16722024-06-21T21:04:43.775Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
16732024-06-21T21:04:43.789Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
16742024-06-21T21:04:43.839Z Compiling nibble_vec v0.1.0
16752024-06-21T21:04:44.057Z Compiling endian-type v0.1.2
16762024-06-21T21:04:44.299Z Compiling maybe-uninit v2.0.0
16772024-06-21T21:04:44.763Z Compiling display-error-chain v0.2.0
16782024-06-21T21:04:44.777Z Compiling tap v1.0.1
16792024-06-21T21:04:44.835Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
16802024-06-21T21:04:44.976Z Compiling wyz v0.5.1
16812024-06-21T21:04:45.013Z Compiling radix_trie v0.2.1
16822024-06-21T21:04:45.897Z Compiling bzip2-sys v0.1.11+1.0.8
16832024-06-21T21:04:45.960Z Compiling funty v2.0.0
16842024-06-21T21:04:46.324Z Compiling num-bigint-dig v0.8.4
16852024-06-21T21:04:46.596Z Compiling crc-catalog v2.4.0
16862024-06-21T21:04:46.744Z Compiling packed_struct v0.10.1
16872024-06-21T21:04:47.168Z Compiling bitvec v1.0.1
16882024-06-21T21:04:48.523Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
16892024-06-21T21:04:49.506Z Compiling crc v3.2.1
16902024-06-21T21:04:51.587Z Compiling packed_struct_codegen v0.10.1
16912024-06-21T21:04:51.726Z Compiling dirs-sys-next v0.1.2
16922024-06-21T21:04:52.250Z Compiling indexmap v1.9.3
16932024-06-21T21:04:52.544Z Compiling crunchy v0.2.2
16942024-06-21T21:04:52.985Z Compiling cancel-safe-futures v0.1.5
16952024-06-21T21:04:53.322Z Compiling nodrop v0.1.14
16962024-06-21T21:04:53.451Z Compiling arc-swap v1.7.1
16972024-06-21T21:04:54.154Z Compiling glob v0.3.1
16982024-06-21T21:04:54.992Z Compiling clang-sys v1.7.0
16992024-06-21T21:04:55.643Z Compiling slog-scope v4.4.0
17002024-06-21T21:04:56.301Z Compiling array-init v0.0.4
17012024-06-21T21:04:56.655Z Compiling dirs-next v2.0.0
17022024-06-21T21:04:56.845Z Compiling smallvec v0.6.14
17032024-06-21T21:04:57.575Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17042024-06-21T21:04:58.377Z Compiling pkcs1 v0.7.5
17052024-06-21T21:05:01.340Z Compiling signature v2.2.0
17062024-06-21T21:05:01.495Z Compiling fxhash v0.2.1
17072024-06-21T21:05:01.610Z Compiling hashbrown v0.12.3
17082024-06-21T21:05:01.712Z Compiling prettyplease v0.2.20
17092024-06-21T21:05:01.996Z Compiling maplit v1.0.2
17102024-06-21T21:05:02.120Z Compiling bitfield v0.14.0
17112024-06-21T21:05:02.401Z Compiling tiny-keccak v2.0.2
17122024-06-21T21:05:02.427Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17132024-06-21T21:05:02.720Z Compiling rsa v0.9.6
17142024-06-21T21:05:04.000Z Compiling serde-hex v0.1.0
17152024-06-21T21:05:07.262Z Compiling term v0.7.0
17162024-06-21T21:05:08.582Z Compiling bzip2 v0.4.4
17172024-06-21T21:05:08.704Z Compiling slog-stdlog v4.1.1
17182024-06-21T21:05:09.064Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17192024-06-21T21:05:09.085Z Compiling env_logger v0.10.2
17202024-06-21T21:05:09.096Z Compiling rayon-core v1.12.1
17212024-06-21T21:05:09.124Z Compiling x509-cert v0.2.5
17222024-06-21T21:05:09.389Z Compiling ron v0.8.1
17232024-06-21T21:05:09.580Z Compiling crossbeam-deque v0.8.5
17242024-06-21T21:05:09.938Z Compiling hashbrown v0.13.2
17252024-06-21T21:05:11.319Z Compiling half v2.4.1
17262024-06-21T21:05:11.981Z Compiling ciborium-io v0.2.2
17272024-06-21T21:05:12.118Z Compiling fastrand v2.1.0
17282024-06-21T21:05:12.247Z Compiling same-file v1.0.6
17292024-06-21T21:05:12.473Z Compiling crc-any v2.5.0
17302024-06-21T21:05:12.608Z Compiling tempfile v3.10.1
17312024-06-21T21:05:13.393Z Compiling walkdir v2.5.0
17322024-06-21T21:05:13.410Z Compiling ciborium-ll v0.2.2
17332024-06-21T21:05:13.924Z Compiling object v0.30.4
17342024-06-21T21:05:14.061Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17352024-06-21T21:05:15.552Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17362024-06-21T21:05:17.407Z Compiling zip v0.6.6
17372024-06-21T21:05:18.409Z Compiling slog-envlogger v2.2.0
17382024-06-21T21:05:20.646Z Compiling ascii-canvas v3.0.0
17392024-06-21T21:05:20.666Z Compiling camino v1.1.7
17402024-06-21T21:05:20.733Z Compiling ena v0.14.3
17412024-06-21T21:05:20.907Z Compiling is-terminal v0.4.12
17422024-06-21T21:05:21.032Z Compiling libloading v0.8.3
17432024-06-21T21:05:21.124Z Compiling path-slash v0.1.5
17442024-06-21T21:05:21.140Z Compiling bindgen v0.69.4
17452024-06-21T21:05:21.210Z Compiling regex-syntax v0.6.29
17462024-06-21T21:05:21.348Z Compiling diff v0.1.13
17472024-06-21T21:05:21.391Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17482024-06-21T21:05:21.921Z Compiling blake3 v1.5.1
17492024-06-21T21:05:22.328Z Compiling ring v0.16.20
17502024-06-21T21:05:24.950Z Compiling lalrpop v0.19.12
17512024-06-21T21:05:27.144Z Compiling rayon v1.10.0
17522024-06-21T21:05:27.317Z Compiling ciborium v0.2.2
17532024-06-21T21:05:31.846Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17542024-06-21T21:05:32.249Z Compiling tungstenite v0.21.0
17552024-06-21T21:05:32.770Z Compiling which v4.4.2
17562024-06-21T21:05:32.956Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17572024-06-21T21:05:33.168Z Compiling cexpr v0.6.0
17582024-06-21T21:05:33.171Z Compiling xattr v1.3.1
17592024-06-21T21:05:33.313Z Compiling memmap2 v0.9.4
17602024-06-21T21:05:33.433Z Compiling atty v0.2.14
17612024-06-21T21:05:33.586Z Compiling filetime v0.2.23
17622024-06-21T21:05:33.705Z Compiling arrayvec v0.7.4
17632024-06-21T21:05:33.900Z Compiling arrayref v0.3.7
17642024-06-21T21:05:34.000Z Compiling untrusted v0.7.1
17652024-06-21T21:05:34.126Z Compiling lazycell v1.3.0
17662024-06-21T21:05:34.186Z Compiling constant_time_eq v0.3.0
17672024-06-21T21:05:34.298Z Compiling rustc-hash v1.1.0
17682024-06-21T21:05:34.341Z Compiling shlex v1.3.0
17692024-06-21T21:05:34.453Z Compiling ref-cast v1.0.23
17702024-06-21T21:05:36.176Z Compiling tar v0.4.40
17712024-06-21T21:05:37.343Z Compiling tokio-tungstenite v0.21.0
17722024-06-21T21:05:37.623Z Compiling camino-tempfile v1.1.1
17732024-06-21T21:05:37.907Z Compiling toolchain_find v0.4.0
17742024-06-21T21:05:37.995Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
17752024-06-21T21:05:38.036Z Compiling derive_builder_core v0.20.0
17762024-06-21T21:05:38.268Z Compiling headers-core v0.2.0
17772024-06-21T21:05:38.359Z Compiling toml v0.8.13
17782024-06-21T21:05:38.428Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17792024-06-21T21:05:38.460Z Compiling libsw v3.3.1
17802024-06-21T21:05:38.804Z Compiling libxml v0.3.3
17812024-06-21T21:05:38.875Z Compiling ref-cast-impl v1.0.23
17822024-06-21T21:05:39.149Z Compiling owo-colors v4.0.0
17832024-06-21T21:05:39.891Z Compiling linear-map v1.2.0
17842024-06-21T21:05:40.050Z Compiling topological-sort v0.2.2
17852024-06-21T21:05:40.276Z Compiling parking_lot_core v0.8.6
17862024-06-21T21:05:40.291Z Compiling omicron-zone-package v0.11.0
17872024-06-21T21:05:40.317Z Compiling derive_builder_macro v0.20.0
17882024-06-21T21:05:40.896Z Compiling rustfmt-wrapper v0.2.1
17892024-06-21T21:05:41.136Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17902024-06-21T21:05:41.356Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
17912024-06-21T21:05:41.442Z Compiling headers v0.3.9
17922024-06-21T21:05:42.062Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
17932024-06-21T21:05:45.308Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
17942024-06-21T21:05:45.315Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
17952024-06-21T21:05:45.444Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
17962024-06-21T21:05:45.582Z Compiling pem v3.0.4
17972024-06-21T21:05:45.708Z Compiling strum_macros v0.24.3
17982024-06-21T21:05:47.145Z Compiling async-recursion v1.1.1
17992024-06-21T21:05:48.658Z Compiling unicase v2.7.0
18002024-06-21T21:05:48.815Z Compiling cookie v0.18.1
18012024-06-21T21:05:48.855Z Compiling samael v0.0.15
18022024-06-21T21:05:48.938Z Compiling indoc v1.0.9
18032024-06-21T21:05:49.176Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18042024-06-21T21:05:49.870Z Compiling derive_builder v0.20.0
18052024-06-21T21:05:51.448Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18062024-06-21T21:05:51.599Z Compiling polar-core v0.27.3
18072024-06-21T21:05:52.717Z Compiling oso-derive v0.27.3
18082024-06-21T21:05:52.720Z Compiling impl-trait-for-tuples v0.2.2
18092024-06-21T21:05:54.609Z Compiling quick-xml v0.31.0
18102024-06-21T21:05:55.207Z Compiling vte_generate_state_changes v0.1.1
18112024-06-21T21:05:55.797Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18122024-06-21T21:05:56.099Z Compiling buf-list v1.0.3
18132024-06-21T21:05:56.675Z Compiling cfg_aliases v0.1.1
18142024-06-21T21:05:56.774Z Compiling nix v0.28.0
18152024-06-21T21:05:56.823Z Compiling vte v0.11.1
18162024-06-21T21:05:57.520Z Compiling parking_lot v0.11.2
18172024-06-21T21:05:59.581Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18182024-06-21T21:06:00.668Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18192024-06-21T21:06:01.862Z Compiling trust-dns-client v0.22.0
18202024-06-21T21:06:02.046Z Compiling tungstenite v0.20.1
18212024-06-21T21:06:02.111Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18222024-06-21T21:06:02.380Z Compiling fd-lock v4.0.2
18232024-06-21T21:06:02.587Z Compiling const_format_proc_macros v0.2.32
18242024-06-21T21:06:04.595Z Compiling bb8 v0.8.3
18252024-06-21T21:06:05.177Z Compiling toml v0.5.11
18262024-06-21T21:06:05.297Z Compiling pin-project-internal v1.1.5
18272024-06-21T21:06:07.274Z Compiling memoffset v0.9.1
18282024-06-21T21:06:07.570Z Compiling bytecount v0.6.8
18292024-06-21T21:06:07.864Z Compiling papergrid v0.11.0
18302024-06-21T21:06:08.059Z Compiling pin-project v1.1.5
18312024-06-21T21:06:08.338Z Compiling trust-dns-server v0.22.1
18322024-06-21T21:06:12.740Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18332024-06-21T21:06:13.408Z Compiling const_format v0.2.32
18342024-06-21T21:06:14.722Z Compiling tokio-tungstenite v0.20.1
18352024-06-21T21:06:15.304Z Compiling strip-ansi-escapes v0.2.0
18362024-06-21T21:06:16.078Z Compiling oso v0.27.3
18372024-06-21T21:06:20.158Z Compiling sled v0.34.7
18382024-06-21T21:06:31.220Z Compiling tabled_derive v0.7.0
18392024-06-21T21:06:33.559Z Compiling snafu-derive v0.8.2
18402024-06-21T21:06:34.431Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
18412024-06-21T21:06:34.722Z Compiling platforms v3.4.0
18422024-06-21T21:06:35.335Z Compiling nu-ansi-term v0.50.0
18432024-06-21T21:06:36.631Z Compiling reedline v0.31.0
18442024-06-21T21:06:38.681Z Compiling snafu v0.8.2
18452024-06-21T21:06:39.610Z Compiling curve25519-dalek v4.1.2
18462024-06-21T21:06:40.049Z Compiling tabled v0.15.0
18472024-06-21T21:06:45.764Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
18482024-06-21T21:06:46.885Z Compiling env_logger v0.9.3
18492024-06-21T21:06:51.398Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
18502024-06-21T21:06:53.785Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18512024-06-21T21:06:54.892Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18522024-06-21T21:06:55.371Z Compiling globset v0.4.14
18532024-06-21T21:06:56.646Z Compiling peg-macros v0.8.3
18542024-06-21T21:07:00.051Z Compiling olpc-cjson v0.1.3
18552024-06-21T21:07:01.096Z Compiling kstat-rs v0.2.3
18562024-06-21T21:07:01.226Z Compiling bitstruct_derive v0.1.0
18572024-06-21T21:07:02.052Z Compiling serde_plain v1.0.2
18582024-06-21T21:07:02.231Z Compiling sqlparser_derive v0.2.2
18592024-06-21T21:07:02.487Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18602024-06-21T21:07:02.581Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18612024-06-21T21:07:02.870Z Compiling ascii v1.1.0
18622024-06-21T21:07:02.917Z Compiling typed-path v0.7.1
18632024-06-21T21:07:03.230Z Compiling signature v1.6.4
18642024-06-21T21:07:03.262Z Compiling keccak v0.1.5
18652024-06-21T21:07:03.392Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18662024-06-21T21:07:03.664Z Compiling unicode_categories v0.1.1
18672024-06-21T21:07:03.683Z Compiling salty v0.2.0
18682024-06-21T21:07:04.040Z Compiling sqlformat v0.2.3
18692024-06-21T21:07:04.115Z Compiling sha3 v0.10.8
18702024-06-21T21:07:04.253Z Compiling ed25519 v1.5.3
18712024-06-21T21:07:04.567Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
18722024-06-21T21:07:07.037Z Compiling tough v0.17.1
18732024-06-21T21:07:09.677Z Compiling sqlparser v0.45.0
18742024-06-21T21:07:11.930Z Compiling rustyline v14.0.0
18752024-06-21T21:07:15.079Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18762024-06-21T21:07:15.369Z Compiling bitstruct v0.1.1
18772024-06-21T21:07:15.505Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
18782024-06-21T21:07:24.225Z Compiling peg v0.8.3
18792024-06-21T21:07:24.343Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18802024-06-21T21:07:24.909Z Compiling nix v0.27.1
18812024-06-21T21:07:25.270Z Compiling mime_guess v2.0.4
18822024-06-21T21:07:28.040Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
18832024-06-21T21:07:28.317Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
18842024-06-21T21:07:30.124Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
18852024-06-21T21:07:30.446Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18862024-06-21T21:07:30.649Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18872024-06-21T21:07:31.620Z Compiling universal-hash v0.5.1
18882024-06-21T21:07:31.859Z Compiling bcs v0.1.6
18892024-06-21T21:07:32.789Z Compiling secrecy v0.8.0
18902024-06-21T21:07:32.873Z Compiling thiserror-impl-no-std v2.0.2
18912024-06-21T21:07:33.047Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
18922024-06-21T21:07:33.911Z Compiling serde-big-array v0.5.1
18932024-06-21T21:07:34.187Z Compiling erased-serde v0.3.31
18942024-06-21T21:07:35.665Z Compiling serde_arrays v0.1.0
18952024-06-21T21:07:35.855Z Compiling nanorand v0.7.0
18962024-06-21T21:07:36.007Z Compiling curve25519-dalek-derive v0.1.1
18972024-06-21T21:07:36.622Z Compiling highway v1.1.0
18982024-06-21T21:07:37.419Z Compiling parse-size v1.0.0
18992024-06-21T21:07:37.708Z Compiling opaque-debug v0.3.1
19002024-06-21T21:07:37.823Z Compiling poly1305 v0.8.0
19012024-06-21T21:07:37.960Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19022024-06-21T21:07:43.107Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19032024-06-21T21:07:43.147Z Compiling flume v0.11.0
19042024-06-21T21:07:43.921Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19052024-06-21T21:07:47.248Z Compiling thiserror-no-std v2.0.2
19062024-06-21T21:07:47.741Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19072024-06-21T21:07:48.784Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19082024-06-21T21:08:03.066Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19092024-06-21T21:08:05.210Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19102024-06-21T21:08:05.489Z Compiling chacha20 v0.9.1
19112024-06-21T21:08:05.942Z Compiling signal-hook-tokio v0.3.1
19122024-06-21T21:08:06.155Z Compiling heck v0.3.3
19132024-06-21T21:08:06.538Z Compiling aead v0.5.2
19142024-06-21T21:08:06.884Z Compiling castaway v0.2.2
19152024-06-21T21:08:07.071Z Compiling rand_seeder v0.2.3
19162024-06-21T21:08:07.474Z Compiling serde-big-array v0.4.1
19172024-06-21T21:08:07.687Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19182024-06-21T21:08:07.997Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19192024-06-21T21:08:09.014Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19202024-06-21T21:08:09.219Z Compiling compact_str v0.7.1
19212024-06-21T21:08:09.367Z Compiling chacha20poly1305 v0.10.1
19222024-06-21T21:08:09.596Z Compiling zone_cfg_derive v0.1.2
19232024-06-21T21:08:10.748Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19242024-06-21T21:08:12.690Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19252024-06-21T21:08:13.307Z Compiling vsss-rs v3.3.4
19262024-06-21T21:08:17.763Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19272024-06-21T21:08:23.630Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19282024-06-21T21:08:24.240Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19292024-06-21T21:08:24.383Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19302024-06-21T21:08:24.658Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19312024-06-21T21:08:24.928Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19322024-06-21T21:08:26.384Z Compiling lru v0.12.3
19332024-06-21T21:08:26.753Z Compiling stability v0.2.0
19342024-06-21T21:08:27.157Z Compiling corncobs v0.1.3
19352024-06-21T21:08:27.722Z Compiling indoc v2.0.5
19362024-06-21T21:08:28.690Z Compiling http-range v0.1.5
19372024-06-21T21:08:28.994Z Compiling cassowary v0.3.0
19382024-06-21T21:08:29.242Z Compiling base64 v0.13.1
19392024-06-21T21:08:29.469Z Compiling ratatui v0.26.2
19402024-06-21T21:08:30.048Z Compiling ron v0.7.1
19412024-06-21T21:08:32.795Z Compiling hyper-staticfile v0.9.5
19422024-06-21T21:08:34.941Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19432024-06-21T21:08:35.500Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19442024-06-21T21:08:35.972Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19452024-06-21T21:08:36.235Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19462024-06-21T21:08:45.727Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19472024-06-21T21:08:45.985Z Compiling zone v0.1.8
19482024-06-21T21:08:46.405Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19492024-06-21T21:08:54.518Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19502024-06-21T21:08:55.984Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19512024-06-21T21:08:57.849Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19522024-06-21T21:08:58.827Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19532024-06-21T21:08:59.105Z Compiling portpicker v0.1.1
19542024-06-21T21:08:59.622Z Compiling csv-core v0.1.11
19552024-06-21T21:09:00.508Z Compiling unicode-linebreak v0.1.5
19562024-06-21T21:09:01.041Z Compiling smawk v0.3.2
19572024-06-21T21:09:01.300Z Compiling textwrap v0.16.1
19582024-06-21T21:09:04.769Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
19592024-06-21T21:09:05.056Z Compiling csv v1.3.0
19602024-06-21T21:09:07.659Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
19612024-06-21T21:09:11.352Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
19622024-06-21T21:09:13.155Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
19632024-06-21T21:09:16.476Z Compiling rcgen v0.12.1
19642024-06-21T21:09:20.516Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
19652024-06-21T21:09:20.993Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
19662024-06-21T21:09:21.305Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19672024-06-21T21:09:27.012Z Compiling atomicwrites v0.4.3
19682024-06-21T21:09:27.160Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19692024-06-21T21:09:27.544Z Compiling fatfs v0.3.6
19702024-06-21T21:09:28.582Z Compiling subprocess v0.2.9
19712024-06-21T21:09:30.384Z Compiling rtoolbox v0.0.2
19722024-06-21T21:09:30.833Z Compiling assert_matches v1.5.0
19732024-06-21T21:09:30.945Z Compiling is_ci v1.2.0
19742024-06-21T21:09:31.149Z Compiling supports-color v3.0.0
19752024-06-21T21:09:31.458Z Compiling rpassword v7.3.1
19762024-06-21T21:09:31.561Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
19772024-06-21T21:09:31.813Z Compiling tui-tree-widget v0.19.0
19782024-06-21T21:09:31.875Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
19792024-06-21T21:09:32.206Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
19802024-06-21T21:09:33.282Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
19812024-06-21T21:09:33.562Z Compiling shell-words v1.1.0
19822024-06-21T21:09:33.742Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
19832024-06-21T21:09:34.020Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
19842024-06-21T21:09:38.653Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
19852024-06-21T21:10:03.556Z Compiling multimap v0.10.0
19862024-06-21T21:10:03.960Z Compiling uzers v0.11.3
19872024-06-21T21:10:06.890Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
19882024-06-21T21:12:07.758Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
19892024-06-21T21:12:32.760Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19902024-06-21T21:18:48.850Z Finished `release` profile [optimized] target(s) in 14m 13s
19912024-06-21T21:20:28.037Z
19922024-06-21T21:20:28.040Zreal 15:53.396299207
19932024-06-21T21:20:28.040Zuser 1:43:37.504748032
19942024-06-21T21:20:28.040Zsys 5:25.051009694
19952024-06-21T21:20:28.040Ztrap 2.366501323
19962024-06-21T21:20:28.040Ztflt 2.075114366
19972024-06-21T21:20:28.040Zdflt 2.927490988
19982024-06-21T21:20:28.040Zkflt 0.017099222
19992024-06-21T21:20:28.040Zlock 6:35:07.573977490
20002024-06-21T21:20:28.040Zslp 4:06:00.657188125
20012024-06-21T21:20:28.040Zlat 2:30.714882987
20022024-06-21T21:20:28.040Zstop 1:44.645629698
20032024-06-21T21:20:28.040Z+ mapfile -t packages
20042024-06-21T21:20:28.041Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20052024-06-21T21:20:28.918Z Finished `release` profile [optimized] target(s) in 0.83s
20062024-06-21T21:20:28.957Z Running `target/release/omicron-package -t test list-outputs`
20072024-06-21T21:20:28.993ZLogging to: /work/oxidecomputer/omicron/out/LOG
20082024-06-21T21:20:29.003Z+ ptime -m cargo build --locked --release -p xtask
20092024-06-21T21:20:29.589Z Compiling serde v1.0.203
20102024-06-21T21:20:29.592Z Compiling bitflags v2.5.0
20112024-06-21T21:20:29.592Z Compiling syn v2.0.64
20122024-06-21T21:20:29.683Z Compiling scopeguard v1.2.0
20132024-06-21T21:20:29.686Z Compiling bytes v1.6.0
20142024-06-21T21:20:29.686Z Compiling smallvec v1.13.2
20152024-06-21T21:20:29.703Z Compiling log v0.4.21
20162024-06-21T21:20:29.811Z Compiling lock_api v0.4.12
20172024-06-21T21:20:30.155Z Compiling parking_lot_core v0.9.10
20182024-06-21T21:20:30.199Z Compiling serde_json v1.0.117
20192024-06-21T21:20:30.215Z Compiling hashbrown v0.14.5
20202024-06-21T21:20:30.228Z Compiling mio v0.8.11
20212024-06-21T21:20:30.320Z Compiling libc v0.2.155
20222024-06-21T21:20:30.537Z Compiling parking_lot v0.12.2
20232024-06-21T21:20:30.582Z Compiling generic-array v0.14.7
20242024-06-21T21:20:30.876Z Compiling slog v2.7.0
20252024-06-21T21:20:31.147Z Compiling rustix v0.38.34
20262024-06-21T21:20:31.431Z Compiling http v0.2.12
20272024-06-21T21:20:31.488Z Compiling usdt-impl v0.5.0
20282024-06-21T21:20:31.705Z Compiling indexmap v2.2.6
20292024-06-21T21:20:31.827Z Compiling syn v1.0.109
20302024-06-21T21:20:31.883Z Compiling time-macros v0.2.18
20312024-06-21T21:20:32.336Z Compiling thread-id v4.2.1
20322024-06-21T21:20:32.426Z Compiling tracing v0.1.40
20332024-06-21T21:20:33.153Z Compiling crossbeam-utils v0.8.19
20342024-06-21T21:20:33.304Z Compiling http-body v0.4.6
20352024-06-21T21:20:33.764Z Compiling unicode-normalization v0.1.23
20362024-06-21T21:20:33.824Z Compiling unicode-bidi v0.3.15
20372024-06-21T21:20:35.027Z Compiling time v0.3.36
20382024-06-21T21:20:35.043Z Compiling idna v0.5.0
20392024-06-21T21:20:35.754Z Compiling crypto-common v0.1.6
20402024-06-21T21:20:35.970Z Compiling block-buffer v0.10.4
20412024-06-21T21:20:36.215Z Compiling terminal_size v0.3.0
20422024-06-21T21:20:36.441Z Compiling fs-err v2.11.0
20432024-06-21T21:20:36.736Z Compiling proc-macro-error v1.0.4
20442024-06-21T21:20:36.878Z Compiling anyhow v1.0.86
20452024-06-21T21:20:37.372Z Compiling clap_builder v4.5.2
20462024-06-21T21:20:37.594Z Compiling crossbeam-channel v0.5.12
20472024-06-21T21:20:38.096Z Compiling digest v0.10.7
20482024-06-21T21:20:38.315Z Compiling url v2.5.0
20492024-06-21T21:20:38.522Z Compiling xattr v1.3.1
20502024-06-21T21:20:38.843Z Compiling slog-async v2.8.0
20512024-06-21T21:20:39.317Z Compiling sha2 v0.10.8
20522024-06-21T21:20:39.674Z Compiling tabled_derive v0.7.0
20532024-06-21T21:20:41.375Z Compiling serde_derive v1.0.203
20542024-06-21T21:20:41.905Z Compiling thiserror-impl v1.0.60
20552024-06-21T21:20:42.011Z Compiling zerocopy-derive v0.7.34
20562024-06-21T21:20:42.449Z Compiling futures-macro v0.3.30
20572024-06-21T21:20:43.945Z Compiling tokio-macros v2.2.0
20582024-06-21T21:20:44.100Z Compiling zerocopy v0.7.34
20592024-06-21T21:20:44.324Z Compiling scroll_derive v0.12.0
20602024-06-21T21:20:44.416Z Compiling futures-util v0.3.30
20612024-06-21T21:20:44.775Z Compiling thiserror v1.0.60
20622024-06-21T21:20:44.934Z Compiling pest v2.7.10
20632024-06-21T21:20:45.511Z Compiling tokio v1.37.0
20642024-06-21T21:20:45.766Z Compiling openssl-macros v0.1.1
20652024-06-21T21:20:45.887Z Compiling scroll v0.12.0
20662024-06-21T21:20:46.488Z Compiling openssl v0.10.64
20672024-06-21T21:20:46.523Z Compiling goblin v0.8.2
20682024-06-21T21:20:47.754Z Compiling pest_meta v2.7.10
20692024-06-21T21:20:51.575Z Compiling pest_generator v2.7.10
20702024-06-21T21:20:53.433Z Compiling pest_derive v2.7.10
20712024-06-21T21:20:54.200Z Compiling dtrace-parser v0.2.0
20722024-06-21T21:20:56.107Z Compiling tokio-util v0.7.11
20732024-06-21T21:20:58.221Z Compiling h2 v0.3.26
20742024-06-21T21:21:01.579Z Compiling dof v0.3.0
20752024-06-21T21:21:02.522Z Compiling serde_tokenstream v0.2.0
20762024-06-21T21:21:02.556Z Compiling toml_datetime v0.6.6
20772024-06-21T21:21:03.020Z Compiling serde_spanned v0.6.6
20782024-06-21T21:21:03.271Z Compiling native-tls v0.2.11
20792024-06-21T21:21:03.828Z Compiling tokio-native-tls v0.3.1
20802024-06-21T21:21:04.141Z Compiling hyper v0.14.28
20812024-06-21T21:21:04.355Z Compiling toml_edit v0.22.13
20822024-06-21T21:21:10.606Z Compiling hyper-tls v0.5.0
20832024-06-21T21:21:11.044Z Compiling toml v0.8.13
20842024-06-21T21:21:11.627Z Compiling usdt-macro v0.5.0
20852024-06-21T21:21:12.881Z Compiling usdt-attr-macro v0.5.0
20862024-06-21T21:21:12.899Z Compiling slog-json v2.6.1
20872024-06-21T21:21:13.123Z Compiling camino v1.1.7
20882024-06-21T21:21:13.427Z Compiling cargo-platform v0.1.8
20892024-06-21T21:21:14.250Z Compiling semver v1.0.23
20902024-06-21T21:21:14.523Z Compiling serde_urlencoded v0.7.1
20912024-06-21T21:21:14.526Z Compiling futures-executor v0.3.30
20922024-06-21T21:21:15.193Z Compiling clap_derive v4.5.4
20932024-06-21T21:21:15.613Z Compiling strum_macros v0.26.2
20942024-06-21T21:21:15.828Z Compiling reqwest v0.11.27
20952024-06-21T21:21:16.915Z Compiling futures v0.3.30
20962024-06-21T21:21:17.049Z Compiling cargo_metadata v0.18.1
20972024-06-21T21:21:18.125Z Compiling usdt v0.5.0
20982024-06-21T21:21:19.641Z Compiling slog-bunyan v2.5.0
20992024-06-21T21:21:19.914Z Compiling cargo_toml v0.20.2
21002024-06-21T21:21:19.934Z Compiling clap v4.5.4
21012024-06-21T21:21:20.063Z Compiling macaddr v1.0.1
21022024-06-21T21:21:20.327Z Compiling strum v0.26.2
21032024-06-21T21:21:20.528Z Compiling tabled v0.15.0
21042024-06-21T21:21:20.693Z Compiling tar v0.4.40
21052024-06-21T21:21:22.915Z Compiling slog-term v2.9.1
21062024-06-21T21:21:26.478Z Compiling md5 v0.7.0
21072024-06-21T21:21:36.999Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21082024-06-21T21:21:51.265Z Finished `release` profile [optimized] target(s) in 1m 22s
21092024-06-21T21:21:51.359Z
21102024-06-21T21:21:51.362Zreal 1:22.362353482
21112024-06-21T21:21:51.362Zuser 8:57.525997398
21122024-06-21T21:21:51.362Zsys 50.725041646
21132024-06-21T21:21:51.362Ztrap 0.249924861
21142024-06-21T21:21:51.362Ztflt 0.486287475
21152024-06-21T21:21:51.363Zdflt 0.258356952
21162024-06-21T21:21:51.363Zkflt 0.000010010
21172024-06-21T21:21:51.363Zlock 20:15.141148611
21182024-06-21T21:21:51.363Zslp 22:39.043583776
21192024-06-21T21:21:51.363Zlat 24.447409213
21202024-06-21T21:21:51.363Zstop 24.811800739
21212024-06-21T21:21:51.363Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21222024-06-21T21:21:51.363Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21232024-06-21T21:21:51.363Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21242024-06-21T21:21:51.363Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21252024-06-21T21:21:51.363Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21262024-06-21T21:21:51.892Z Downloading crates ...
21272024-06-21T21:21:52.115Z Downloaded internet-checksum v0.2.1
21282024-06-21T21:21:52.125Z Downloaded ed25519-dalek v2.1.1
21292024-06-21T21:21:52.128Z Downloaded bcrypt-pbkdf v0.10.0
21302024-06-21T21:21:52.131Z Downloaded option-ext v0.2.0
21312024-06-21T21:21:52.133Z Downloaded rand_core v0.5.1
21322024-06-21T21:21:52.136Z Downloaded ghash v0.5.1
21332024-06-21T21:21:52.136Z Downloaded dirs v5.0.1
21342024-06-21T21:21:52.142Z Downloaded russh-cryptovec v0.7.2
21352024-06-21T21:21:52.145Z Downloaded dhcproto-macros v0.1.0
21362024-06-21T21:21:52.145Z Downloaded primeorder v0.13.6
21372024-06-21T21:21:52.145Z Downloaded rand_chacha v0.2.2
21382024-06-21T21:21:52.148Z Downloaded pbkdf2 v0.12.2
21392024-06-21T21:21:52.148Z Downloaded polyval v0.6.2
21402024-06-21T21:21:52.150Z Downloaded blowfish v0.9.1
21412024-06-21T21:21:52.150Z Downloaded pbkdf2 v0.11.0
21422024-06-21T21:21:52.153Z Downloaded hex-literal v0.4.1
21432024-06-21T21:21:52.153Z Downloaded ecdsa v0.16.9
21442024-06-21T21:21:52.155Z Downloaded ed25519 v2.2.3
21452024-06-21T21:21:52.158Z Downloaded password-hash v0.4.2
21462024-06-21T21:21:52.158Z Downloaded dirs-sys v0.4.1
21472024-06-21T21:21:52.160Z Downloaded rfc6979 v0.4.0
21482024-06-21T21:21:52.160Z Downloaded getrandom v0.1.16
21492024-06-21T21:21:52.163Z Downloaded cbc v0.1.2
21502024-06-21T21:21:52.163Z Downloaded ctr v0.9.2
21512024-06-21T21:21:52.166Z Downloaded russh-keys v0.43.0
21522024-06-21T21:21:52.169Z Downloaded p256 v0.13.2
21532024-06-21T21:21:52.172Z Downloaded dhcproto v0.11.0
21542024-06-21T21:21:52.180Z Downloaded russh v0.43.0
21552024-06-21T21:21:52.185Z Downloaded rand v0.7.3
21562024-06-21T21:21:52.190Z Downloaded p521 v0.13.3
21572024-06-21T21:21:52.194Z Downloaded aes v0.8.4
21582024-06-21T21:21:52.197Z Downloaded aes-gcm v0.10.3
21592024-06-21T21:21:52.332Z Compiling serde v1.0.203
21602024-06-21T21:21:52.335Z Compiling log v0.4.21
21612024-06-21T21:21:52.440Z Compiling scopeguard v1.2.0
21622024-06-21T21:21:52.440Z Compiling smallvec v1.13.2
21632024-06-21T21:21:52.443Z Compiling syn v2.0.64
21642024-06-21T21:21:52.443Z Compiling getrandom v0.2.14
21652024-06-21T21:21:52.445Z Compiling generic-array v0.14.7
21662024-06-21T21:21:52.445Z Compiling libm v0.2.8
21672024-06-21T21:21:52.613Z Compiling lock_api v0.4.12
21682024-06-21T21:21:52.772Z Compiling rand_core v0.6.4
21692024-06-21T21:21:52.845Z Compiling parking_lot_core v0.9.10
21702024-06-21T21:21:52.885Z Compiling num-traits v0.2.19
21712024-06-21T21:21:52.913Z Compiling subtle v2.5.0
21722024-06-21T21:21:52.982Z Compiling mio v0.8.11
21732024-06-21T21:21:53.077Z Compiling ahash v0.8.11
21742024-06-21T21:21:53.240Z Compiling parking_lot v0.12.2
21752024-06-21T21:21:53.277Z Compiling serde_json v1.0.117
21762024-06-21T21:21:53.378Z Compiling allocator-api2 v0.2.18
21772024-06-21T21:21:53.462Z Compiling const-oid v0.9.6
21782024-06-21T21:21:53.488Z Compiling iana-time-zone v0.1.60
21792024-06-21T21:21:53.632Z Compiling syn v1.0.109
21802024-06-21T21:21:54.129Z Compiling unicode-normalization v0.1.23
21812024-06-21T21:21:54.235Z Compiling schemars v0.8.20
21822024-06-21T21:21:54.278Z Compiling unicode-bidi v0.3.15
21832024-06-21T21:21:54.345Z Compiling dyn-clone v1.0.17
21842024-06-21T21:21:54.562Z Compiling spin v0.9.8
21852024-06-21T21:21:54.607Z Compiling ppv-lite86 v0.2.17
21862024-06-21T21:21:55.026Z Compiling time-macros v0.2.18
21872024-06-21T21:21:55.245Z Compiling ring v0.17.8
21882024-06-21T21:21:55.413Z Compiling rand_chacha v0.3.1
21892024-06-21T21:21:55.468Z Compiling aho-corasick v1.1.3
21902024-06-21T21:21:55.890Z Compiling regex-syntax v0.8.3
21912024-06-21T21:21:56.130Z Compiling rand v0.8.5
21922024-06-21T21:21:57.777Z Compiling idna v0.5.0
21932024-06-21T21:21:58.287Z Compiling slog v2.7.0
21942024-06-21T21:21:58.554Z Compiling time v0.3.36
21952024-06-21T21:21:58.879Z Compiling url v2.5.0
21962024-06-21T21:21:59.316Z Compiling regex-automata v0.4.6
21972024-06-21T21:21:59.350Z Compiling spin v0.5.2
21982024-06-21T21:21:59.583Z Compiling untrusted v0.9.0
21992024-06-21T21:22:00.864Z Compiling serde_derive_internals v0.29.1
22002024-06-21T21:22:02.092Z Compiling lazy_static v1.4.0
22012024-06-21T21:22:02.218Z Compiling backtrace v0.3.71
22022024-06-21T21:22:02.523Z Compiling gimli v0.28.1
22032024-06-21T21:22:02.678Z Compiling object v0.32.2
22042024-06-21T21:22:03.760Z Compiling rustc-demangle v0.1.24
22052024-06-21T21:22:03.764Z Compiling anyhow v1.0.86
22062024-06-21T21:22:04.124Z Compiling rustls v0.21.12
22072024-06-21T21:22:04.384Z Compiling winnow v0.5.40
22082024-06-21T21:22:04.552Z Compiling regex v1.10.4
22092024-06-21T21:22:04.716Z Compiling base64ct v1.6.0
22102024-06-21T21:22:05.347Z Compiling crossbeam-utils v0.8.19
22112024-06-21T21:22:05.716Z Compiling sct v0.7.1
22122024-06-21T21:22:06.015Z Compiling rustls-webpki v0.101.7
22132024-06-21T21:22:06.039Z Compiling cookie v0.17.0
22142024-06-21T21:22:07.463Z Compiling serde_derive v1.0.203
22152024-06-21T21:22:07.518Z Compiling zeroize_derive v1.4.2
22162024-06-21T21:22:07.701Z Compiling thiserror-impl v1.0.60
22172024-06-21T21:22:07.999Z Compiling zerocopy-derive v0.7.34
22182024-06-21T21:22:08.302Z Compiling tokio-macros v2.2.0
22192024-06-21T21:22:09.148Z Compiling futures-macro v0.3.30
22202024-06-21T21:22:09.164Z Compiling zeroize v1.7.0
22212024-06-21T21:22:10.037Z Compiling schemars_derive v0.8.20
22222024-06-21T21:22:10.158Z Compiling tracing-attributes v0.1.27
22232024-06-21T21:22:10.348Z Compiling zerocopy v0.7.34
22242024-06-21T21:22:11.189Z Compiling crypto-common v0.1.6
22252024-06-21T21:22:11.228Z Compiling thiserror v1.0.60
22262024-06-21T21:22:11.380Z Compiling block-buffer v0.10.4
22272024-06-21T21:22:11.417Z Compiling futures-util v0.3.30
22282024-06-21T21:22:11.435Z Compiling async-trait v0.1.80
22292024-06-21T21:22:11.636Z Compiling digest v0.10.7
22302024-06-21T21:22:12.152Z Compiling addr2line v0.21.0
22312024-06-21T21:22:12.663Z Compiling hashbrown v0.14.5
22322024-06-21T21:22:12.793Z Compiling openssl-macros v0.1.1
22332024-06-21T21:22:13.583Z Compiling pest v2.7.10
22342024-06-21T21:22:14.105Z Compiling tracing v0.1.40
22352024-06-21T21:22:14.325Z Compiling idna v0.3.0
22362024-06-21T21:22:14.407Z Compiling data-encoding v2.6.0
22372024-06-21T21:22:14.632Z Compiling psl-types v2.0.11
22382024-06-21T21:22:14.901Z Compiling hmac v0.12.1
22392024-06-21T21:22:15.153Z Compiling scroll_derive v0.12.0
22402024-06-21T21:22:16.006Z Compiling publicsuffix v2.2.3
22412024-06-21T21:22:16.260Z Compiling pest_meta v2.7.10
22422024-06-21T21:22:16.552Z Compiling webpki-roots v0.25.4
22432024-06-21T21:22:16.716Z Compiling bitflags v1.3.2
22442024-06-21T21:22:16.743Z Compiling scroll v0.12.0
22452024-06-21T21:22:16.822Z Compiling block-padding v0.3.3
22462024-06-21T21:22:16.965Z Compiling der_derive v0.7.2
22472024-06-21T21:22:17.056Z Compiling futures-executor v0.3.30
22482024-06-21T21:22:17.318Z Compiling futures v0.3.30
22492024-06-21T21:22:17.445Z Compiling pest_generator v2.7.10
22502024-06-21T21:22:17.515Z Compiling goblin v0.8.2
22512024-06-21T21:22:17.542Z Compiling pem-rfc7468 v0.7.0
22522024-06-21T21:22:17.638Z Compiling flagset v0.4.5
22532024-06-21T21:22:17.852Z Compiling inout v0.1.3
22542024-06-21T21:22:18.135Z Compiling cipher v0.4.4
22552024-06-21T21:22:18.305Z Compiling sha2 v0.10.8
22562024-06-21T21:22:18.671Z Compiling either v1.12.0
22572024-06-21T21:22:19.097Z Compiling ff v0.13.0
22582024-06-21T21:22:19.306Z Compiling base16ct v0.2.0
22592024-06-21T21:22:19.577Z Compiling der v0.7.9
22602024-06-21T21:22:19.603Z Compiling stable_deref_trait v1.2.0
22612024-06-21T21:22:19.642Z Compiling group v0.13.0
22622024-06-21T21:22:19.742Z Compiling hkdf v0.12.4
22632024-06-21T21:22:19.990Z Compiling crypto-bigint v0.5.5
22642024-06-21T21:22:20.015Z Compiling crossbeam-epoch v0.9.18
22652024-06-21T21:22:20.834Z Compiling num-integer v0.1.46
22662024-06-21T21:22:21.640Z Compiling pest_derive v2.7.10
22672024-06-21T21:22:21.657Z Compiling managed v0.8.0
22682024-06-21T21:22:21.802Z Compiling spki v0.7.3
22692024-06-21T21:22:22.105Z Compiling pkcs8 v0.10.2
22702024-06-21T21:22:22.191Z Compiling unicode-segmentation v1.11.0
22712024-06-21T21:22:22.436Z Compiling bytes v1.6.0
22722024-06-21T21:22:22.638Z Compiling indexmap v2.2.6
22732024-06-21T21:22:22.992Z Compiling chrono v0.4.38
22742024-06-21T21:22:23.027Z Compiling uuid v1.8.0
22752024-06-21T21:22:23.579Z Compiling tokio v1.37.0
22762024-06-21T21:22:23.765Z Compiling bitflags v2.5.0
22772024-06-21T21:22:24.070Z Compiling semver v1.0.23
22782024-06-21T21:22:24.220Z Compiling http v0.2.12
22792024-06-21T21:22:24.486Z Compiling serde_tokenstream v0.2.0
22802024-06-21T21:22:24.908Z Compiling toml_datetime v0.6.6
22812024-06-21T21:22:25.082Z Compiling serde_spanned v0.6.6
22822024-06-21T21:22:25.436Z Compiling toml_edit v0.19.15
22832024-06-21T21:22:25.852Z Compiling http-body v0.4.6
22842024-06-21T21:22:26.106Z Compiling openssl v0.10.64
22852024-06-21T21:22:26.354Z Compiling rustix v0.38.34
22862024-06-21T21:22:26.840Z Compiling serde_urlencoded v0.7.1
22872024-06-21T21:22:26.894Z Compiling cookie_store v0.20.0
22882024-06-21T21:22:27.381Z Compiling openapiv3 v2.0.0
22892024-06-21T21:22:28.262Z Compiling rustc_version v0.4.0
22902024-06-21T21:22:28.468Z Compiling dof v0.3.0
22912024-06-21T21:22:29.024Z Compiling dtrace-parser v0.2.0
22922024-06-21T21:22:29.327Z Compiling sec1 v0.7.3
22932024-06-21T21:22:29.434Z Compiling toml v0.7.8
22942024-06-21T21:22:29.929Z Compiling usdt-impl v0.5.0
22952024-06-21T21:22:30.856Z Compiling elliptic-curve v0.13.8
22962024-06-21T21:22:31.200Z Compiling ipnetwork v0.20.0
22972024-06-21T21:22:31.337Z Compiling toml_edit v0.22.13
22982024-06-21T21:22:31.609Z Compiling tokio-util v0.7.11
22992024-06-21T21:22:31.670Z Compiling tokio-rustls v0.24.1
23002024-06-21T21:22:31.744Z Compiling usdt-macro v0.5.0
23012024-06-21T21:22:32.073Z Compiling native-tls v0.2.11
23022024-06-21T21:22:32.112Z Compiling usdt-attr-macro v0.5.0
23032024-06-21T21:22:32.712Z Compiling h2 v0.3.26
23042024-06-21T21:22:32.992Z Compiling tokio-native-tls v0.3.1
23052024-06-21T21:22:33.276Z Compiling hex v0.4.3
23062024-06-21T21:22:33.279Z Compiling matches v0.1.10
23072024-06-21T21:22:33.387Z Compiling idna v0.2.3
23082024-06-21T21:22:33.733Z Compiling enum-as-inner v0.5.1
23092024-06-21T21:22:33.812Z Compiling usdt v0.5.0
23102024-06-21T21:22:33.870Z Compiling siphasher v0.3.11
23112024-06-21T21:22:34.265Z Compiling bit-vec v0.6.3
23122024-06-21T21:22:34.314Z Compiling heapless v0.7.17
23132024-06-21T21:22:34.769Z Compiling terminal_size v0.3.0
23142024-06-21T21:22:34.786Z Compiling num-bigint v0.4.5
23152024-06-21T21:22:34.828Z Compiling trust-dns-proto v0.22.0
23162024-06-21T21:22:34.894Z Compiling regress v0.9.1
23172024-06-21T21:22:34.981Z Compiling signal-hook v0.3.17
23182024-06-21T21:22:35.001Z Compiling finl_unicode v1.2.0
23192024-06-21T21:22:35.263Z Compiling clap_builder v4.5.2
23202024-06-21T21:22:35.561Z Compiling stringprep v0.1.4
23212024-06-21T21:22:36.956Z Compiling itertools v0.10.5
23222024-06-21T21:22:39.151Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23232024-06-21T21:22:39.874Z Compiling hyper v0.14.28
23242024-06-21T21:22:40.176Z Compiling yasna v0.5.2
23252024-06-21T21:22:40.193Z Compiling md-5 v0.10.6
23262024-06-21T21:22:40.467Z Compiling clap_derive v4.5.4
23272024-06-21T21:22:42.155Z Compiling hash32 v0.2.1
23282024-06-21T21:22:42.547Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23292024-06-21T21:22:43.362Z Compiling smoltcp v0.9.1
23302024-06-21T21:22:43.396Z Compiling fallible-iterator v0.2.0
23312024-06-21T21:22:44.092Z Compiling postgres-protocol v0.6.6
23322024-06-21T21:22:44.871Z Compiling phf_shared v0.11.2
23332024-06-21T21:22:44.974Z Compiling tokio-stream v0.1.15
23342024-06-21T21:22:45.200Z Compiling hubpack_derive v0.1.1
23352024-06-21T21:22:45.276Z Compiling zerocopy-derive v0.6.6
23362024-06-21T21:22:45.504Z Compiling diesel_table_macro_syntax v0.1.0
23372024-06-21T21:22:45.695Z Compiling scheduled-thread-pool v0.2.7
23382024-06-21T21:22:45.744Z Compiling clap v4.5.4
23392024-06-21T21:22:45.859Z Compiling fs-err v2.11.0
23402024-06-21T21:22:45.921Z Compiling fixedbitset v0.4.2
23412024-06-21T21:22:45.982Z Compiling diesel_derives v2.1.4
23422024-06-21T21:22:46.099Z Compiling hubpack v0.1.2
23432024-06-21T21:22:46.272Z Compiling petgraph v0.6.5
23442024-06-21T21:22:46.303Z Compiling r2d2 v0.8.10
23452024-06-21T21:22:46.357Z Compiling phf v0.11.2
23462024-06-21T21:22:46.562Z Compiling hyper-rustls v0.24.2
23472024-06-21T21:22:46.661Z Compiling hyper-tls v0.5.0
23482024-06-21T21:22:46.661Z Compiling postgres-types v0.2.6
23492024-06-21T21:22:46.938Z Compiling reqwest v0.11.27
23502024-06-21T21:22:47.529Z Compiling zerocopy v0.6.6
23512024-06-21T21:22:48.271Z Compiling signal-hook-mio v0.2.3
23522024-06-21T21:22:48.442Z Compiling phf_shared v0.10.0
23532024-06-21T21:22:48.666Z Compiling similar v2.5.0
23542024-06-21T21:22:48.862Z Compiling num-iter v0.1.45
23552024-06-21T21:22:49.056Z Compiling strum_macros v0.25.3
23562024-06-21T21:22:49.153Z Compiling serde_repr v0.1.19
23572024-06-21T21:22:49.968Z Compiling console v0.15.8
23582024-06-21T21:22:50.277Z Compiling getopts v0.2.21
23592024-06-21T21:22:50.400Z Compiling float-cmp v0.9.0
23602024-06-21T21:22:50.637Z Compiling whoami v1.5.1
23612024-06-21T21:22:51.171Z Compiling difflib v0.4.0
23622024-06-21T21:22:51.291Z Compiling static_assertions v1.1.0
23632024-06-21T21:22:51.312Z Compiling minimal-lexical v0.2.1
23642024-06-21T21:22:51.396Z Compiling new_debug_unreachable v1.0.6
23652024-06-21T21:22:51.503Z Compiling normalize-line-endings v0.3.0
23662024-06-21T21:22:51.551Z Compiling precomputed-hash v0.1.1
23672024-06-21T21:22:51.638Z Compiling unsafe-libyaml v0.2.11
23682024-06-21T21:22:51.677Z Compiling predicates-core v1.0.6
23692024-06-21T21:22:51.846Z Compiling nom v7.1.3
23702024-06-21T21:22:52.064Z Compiling predicates v3.1.0
23712024-06-21T21:22:52.826Z Compiling string_cache v0.8.7
23722024-06-21T21:22:53.333Z Compiling serde_yaml v0.9.34+deprecated
23732024-06-21T21:22:53.352Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
23742024-06-21T21:22:53.662Z Compiling tokio-postgres v0.7.10
23752024-06-21T21:22:53.823Z Compiling crossterm v0.27.0
23762024-06-21T21:22:56.480Z Compiling bit-set v0.5.3
23772024-06-21T21:22:56.789Z Compiling itertools v0.12.1
23782024-06-21T21:22:57.622Z Compiling bstr v1.9.1
23792024-06-21T21:22:57.811Z Compiling peg-runtime v0.8.3
23802024-06-21T21:22:58.524Z Compiling lalrpop-util v0.19.12
23812024-06-21T21:22:58.854Z Compiling unicode-xid v0.2.4
23822024-06-21T21:22:58.891Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23832024-06-21T21:22:59.033Z Compiling sha1 v0.10.6
23842024-06-21T21:22:59.325Z Compiling camino v1.1.7
23852024-06-21T21:22:59.443Z Compiling strum_macros v0.26.2
23862024-06-21T21:22:59.461Z Compiling http v1.1.0
23872024-06-21T21:22:59.689Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23882024-06-21T21:22:59.902Z Compiling base64 v0.22.1
23892024-06-21T21:22:59.997Z Compiling toml v0.8.13
23902024-06-21T21:23:00.332Z Compiling ident_case v1.0.1
23912024-06-21T21:23:00.522Z Compiling rustls-pki-types v1.7.0
23922024-06-21T21:23:00.715Z Compiling darling_core v0.20.9
23932024-06-21T21:23:01.379Z Compiling crossbeam-channel v0.5.12
23942024-06-21T21:23:01.777Z Compiling rustls v0.22.4
23952024-06-21T21:23:02.015Z Compiling paste v1.0.15
23962024-06-21T21:23:02.058Z Compiling slog-term v2.9.1
23972024-06-21T21:23:02.101Z Compiling diesel v2.1.6
23982024-06-21T21:23:02.494Z Compiling slog-async v2.8.0
23992024-06-21T21:23:02.577Z Compiling rustls-webpki v0.102.4
24002024-06-21T21:23:02.744Z Compiling multer v3.1.0
24012024-06-21T21:23:03.032Z Compiling instant v0.1.12
24022024-06-21T21:23:03.345Z Compiling slog-json v2.6.1
24032024-06-21T21:23:03.737Z Compiling async-stream-impl v0.3.5
24042024-06-21T21:23:04.279Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24052024-06-21T21:23:04.417Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24062024-06-21T21:23:04.482Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24072024-06-21T21:23:04.685Z Compiling strum v0.26.2
24082024-06-21T21:23:04.755Z Compiling debug-ignore v1.0.5
24092024-06-21T21:23:04.801Z Compiling atomic-waker v1.1.2
24102024-06-21T21:23:04.896Z Compiling slog-bunyan v2.5.0
24112024-06-21T21:23:04.952Z Compiling waitgroup v0.1.2
24122024-06-21T21:23:05.095Z Compiling rustls-pemfile v2.1.2
24132024-06-21T21:23:05.165Z Compiling async-stream v0.3.5
24142024-06-21T21:23:05.206Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24152024-06-21T21:23:05.521Z Compiling serde_path_to_error v0.1.16
24162024-06-21T21:23:05.562Z Compiling structmeta-derive v0.3.0
24172024-06-21T21:23:06.135Z Compiling hostname v0.4.0
24182024-06-21T21:23:06.373Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24192024-06-21T21:23:06.391Z Compiling newtype-uuid v1.1.0
24202024-06-21T21:23:06.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24212024-06-21T21:23:06.705Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24222024-06-21T21:23:07.007Z Compiling backoff v0.4.0
24232024-06-21T21:23:07.365Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24242024-06-21T21:23:07.430Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24252024-06-21T21:23:07.461Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24262024-06-21T21:23:07.521Z Compiling macaddr v1.0.1
24272024-06-21T21:23:07.605Z Compiling proc-macro-crate v1.3.1
24282024-06-21T21:23:07.989Z Compiling tokio-rustls v0.25.0
24292024-06-21T21:23:08.198Z Compiling fastrand v2.1.0
24302024-06-21T21:23:08.275Z Compiling darling_macro v0.20.9
24312024-06-21T21:23:08.589Z Compiling structmeta v0.3.0
24322024-06-21T21:23:08.702Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24332024-06-21T21:23:08.753Z Compiling num_enum_derive v0.5.11
24342024-06-21T21:23:09.053Z Compiling parse-display-derive v0.9.0
24352024-06-21T21:23:09.072Z Compiling tempfile v3.10.1
24362024-06-21T21:23:09.301Z Compiling darling v0.20.9
24372024-06-21T21:23:09.429Z Compiling serde_with_macros v3.8.1
24382024-06-21T21:23:10.013Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24392024-06-21T21:23:10.314Z Compiling foreign-types-macros v0.2.3
24402024-06-21T21:23:11.619Z Compiling num_enum v0.5.11
24412024-06-21T21:23:11.647Z Compiling foreign-types-shared v0.3.1
24422024-06-21T21:23:11.774Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24432024-06-21T21:23:11.792Z Compiling heapless v0.8.0
24442024-06-21T21:23:12.070Z Compiling foreign-types v0.5.0
24452024-06-21T21:23:12.182Z Compiling proc-macro-error v1.0.4
24462024-06-21T21:23:12.524Z Compiling serde_with v3.8.1
24472024-06-21T21:23:12.885Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24482024-06-21T21:23:12.970Z Compiling cstr-argument v0.1.2
24492024-06-21T21:23:13.035Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24502024-06-21T21:23:13.246Z Compiling hash32 v0.3.1
24512024-06-21T21:23:13.505Z Compiling smoltcp v0.11.0
24522024-06-21T21:23:13.725Z Compiling pretty-hex v0.2.1
24532024-06-21T21:23:13.930Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24542024-06-21T21:23:14.037Z Compiling parse-display v0.9.0
24552024-06-21T21:23:14.285Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562024-06-21T21:23:14.288Z Compiling camino-tempfile v1.1.1
24572024-06-21T21:23:14.761Z Compiling tabwriter v1.4.0
24582024-06-21T21:23:14.823Z Compiling colored v2.1.0
24592024-06-21T21:23:14.979Z Compiling socket2 v0.4.10
24602024-06-21T21:23:15.326Z Compiling cobs v0.2.3
24612024-06-21T21:23:15.476Z Compiling embedded-io v0.4.0
24622024-06-21T21:23:15.627Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24632024-06-21T21:23:15.699Z Compiling postcard v1.0.8
24642024-06-21T21:23:15.918Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24652024-06-21T21:23:15.921Z Compiling crucible-workspace-hack v0.1.0
24662024-06-21T21:23:16.153Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24672024-06-21T21:23:16.211Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24682024-06-21T21:23:16.542Z Compiling smf v0.2.3
24692024-06-21T21:23:16.620Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24702024-06-21T21:23:16.637Z Compiling humantime v2.1.0
24712024-06-21T21:23:17.049Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24722024-06-21T21:23:17.108Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24732024-06-21T21:23:17.170Z Compiling num-derive v0.4.2
24742024-06-21T21:23:17.608Z Compiling sigpipe v0.1.3
24752024-06-21T21:23:17.738Z Compiling utf-8 v0.7.6
24762024-06-21T21:23:17.945Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
24772024-06-21T21:23:18.073Z Compiling atty v0.2.14
24782024-06-21T21:23:18.217Z Compiling semver v0.1.20
24792024-06-21T21:23:18.353Z Compiling platforms v3.4.0
24802024-06-21T21:23:18.576Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24812024-06-21T21:23:18.923Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24822024-06-21T21:23:18.995Z Compiling rayon-core v1.12.1
24832024-06-21T21:23:19.266Z Compiling same-file v1.0.6
24842024-06-21T21:23:19.513Z Compiling walkdir v2.5.0
24852024-06-21T21:23:19.645Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
24862024-06-21T21:23:20.385Z Compiling curve25519-dalek v4.1.2
24872024-06-21T21:23:20.520Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
24882024-06-21T21:23:20.596Z Compiling rustc_version v0.1.7
24892024-06-21T21:23:20.662Z Compiling newline-converter v0.3.0
24902024-06-21T21:23:20.835Z Compiling crossbeam-deque v0.8.5
24912024-06-21T21:23:20.877Z Compiling universal-hash v0.5.1
24922024-06-21T21:23:21.003Z Compiling opaque-debug v0.3.1
24932024-06-21T21:23:21.061Z Compiling expectorate v1.1.0
24942024-06-21T21:23:21.095Z Compiling xattr v1.3.1
24952024-06-21T21:23:21.111Z Compiling newtype_derive v0.1.6
24962024-06-21T21:23:21.139Z Compiling signature v2.2.0
24972024-06-21T21:23:21.222Z Compiling curve25519-dalek-derive v0.1.1
24982024-06-21T21:23:21.362Z Compiling blake3 v1.5.1
24992024-06-21T21:23:21.387Z Compiling ring v0.16.20
25002024-06-21T21:23:21.437Z Compiling unicase v2.7.0
25012024-06-21T21:23:21.733Z Compiling termcolor v1.4.1
25022024-06-21T21:23:21.966Z Compiling getrandom v0.1.16
25032024-06-21T21:23:22.455Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25042024-06-21T21:23:22.582Z Compiling quick-error v1.2.3
25052024-06-21T21:23:22.610Z Compiling convert_case v0.4.0
25062024-06-21T21:23:22.700Z Compiling linked-hash-map v0.5.6
25072024-06-21T21:23:22.741Z Compiling arc-swap v1.7.1
25082024-06-21T21:23:23.020Z Compiling lru-cache v0.1.2
25092024-06-21T21:23:23.084Z Compiling resolv-conf v0.7.0
25102024-06-21T21:23:23.231Z Compiling slog-scope v4.4.0
25112024-06-21T21:23:23.658Z Compiling derive_more v0.99.17
25122024-06-21T21:23:23.755Z Compiling env_logger v0.9.3
25132024-06-21T21:23:23.975Z Compiling rayon v1.10.0
25142024-06-21T21:23:24.380Z Compiling tar v0.4.40
25152024-06-21T21:23:25.293Z Compiling tungstenite v0.21.0
25162024-06-21T21:23:26.145Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25172024-06-21T21:23:26.570Z Compiling blake2 v0.10.6
25182024-06-21T21:23:26.629Z Compiling bitstruct_derive v0.1.0
25192024-06-21T21:23:27.462Z Compiling derive-where v1.2.7
25202024-06-21T21:23:27.948Z Compiling password-hash v0.5.0
25212024-06-21T21:23:28.020Z Compiling memmap2 v0.9.4
25222024-06-21T21:23:28.487Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25232024-06-21T21:23:28.624Z Compiling libefi-sys v0.1.0
25242024-06-21T21:23:28.907Z Compiling ascii v1.1.0
25252024-06-21T21:23:28.941Z Compiling parking_lot_core v0.8.6
25262024-06-21T21:23:29.032Z Compiling arrayvec v0.7.4
25272024-06-21T21:23:29.405Z Compiling constant_time_eq v0.3.0
25282024-06-21T21:23:29.451Z Compiling untrusted v0.7.1
25292024-06-21T21:23:29.516Z Compiling home v0.5.9
25302024-06-21T21:23:29.578Z Compiling arrayref v0.3.7
25312024-06-21T21:23:29.830Z Compiling toolchain_find v0.4.0
25322024-06-21T21:23:30.610Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25332024-06-21T21:23:31.171Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25342024-06-21T21:23:31.406Z Compiling argon2 v0.5.3
25352024-06-21T21:23:31.460Z Compiling bitstruct v0.1.1
25362024-06-21T21:23:31.588Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25372024-06-21T21:23:31.635Z Compiling tokio-tungstenite v0.21.0
25382024-06-21T21:23:32.125Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25392024-06-21T21:23:32.128Z Compiling trust-dns-resolver v0.22.0
25402024-06-21T21:23:32.176Z Compiling slog-stdlog v4.1.1
25412024-06-21T21:23:32.470Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25422024-06-21T21:23:32.562Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25432024-06-21T21:23:32.945Z Compiling erased-serde v0.3.31
25442024-06-21T21:23:32.969Z Compiling serde_arrays v0.1.0
25452024-06-21T21:23:33.136Z Compiling num-rational v0.4.2
25462024-06-21T21:23:33.247Z Compiling rfc6979 v0.4.0
25472024-06-21T21:23:33.415Z Compiling aead v0.5.2
25482024-06-21T21:23:33.439Z Compiling num-complex v0.4.6
25492024-06-21T21:23:33.782Z Compiling nibble_vec v0.1.0
25502024-06-21T21:23:33.994Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25512024-06-21T21:23:34.309Z Compiling slog-dtrace v0.3.0
25522024-06-21T21:23:34.357Z Compiling topological-sort v0.2.2
25532024-06-21T21:23:34.386Z Compiling cancel-safe-futures v0.1.5
25542024-06-21T21:23:34.427Z Compiling keccak v0.1.5
25552024-06-21T21:23:34.568Z Compiling endian-type v0.1.2
25562024-06-21T21:23:34.668Z Compiling omicron-zone-package v0.11.0
25572024-06-21T21:23:34.774Z Compiling sha3 v0.10.8
25582024-06-21T21:23:34.827Z Compiling radix_trie v0.2.1
25592024-06-21T21:23:35.102Z Compiling num v0.4.3
25602024-06-21T21:23:35.219Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25612024-06-21T21:23:35.452Z Compiling ecdsa v0.16.9
25622024-06-21T21:23:35.584Z Compiling rand_core v0.5.1
25632024-06-21T21:23:35.855Z Compiling mime_guess v2.0.4
25642024-06-21T21:23:36.108Z Compiling slog-envlogger v2.2.0
25652024-06-21T21:23:36.302Z Compiling steno v0.4.0
25662024-06-21T21:23:37.340Z Compiling rustfmt-wrapper v0.2.1
25672024-06-21T21:23:37.902Z Compiling poly1305 v0.8.0
25682024-06-21T21:23:37.931Z Compiling tungstenite v0.20.1
25692024-06-21T21:23:38.662Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25702024-06-21T21:23:38.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25712024-06-21T21:23:39.372Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25722024-06-21T21:23:39.390Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25732024-06-21T21:23:39.598Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25742024-06-21T21:23:40.176Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25752024-06-21T21:23:40.214Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25762024-06-21T21:23:40.289Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25772024-06-21T21:23:40.619Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25782024-06-21T21:23:40.635Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25792024-06-21T21:23:41.058Z Compiling primeorder v0.13.6
25802024-06-21T21:23:41.362Z Compiling heck v0.3.3
25812024-06-21T21:23:41.499Z Compiling chacha20 v0.9.1
25822024-06-21T21:23:41.591Z Compiling secrecy v0.8.0
25832024-06-21T21:23:41.720Z Compiling thiserror-impl-no-std v2.0.2
25842024-06-21T21:23:41.779Z Compiling half v2.4.1
25852024-06-21T21:23:41.860Z Compiling option-ext v0.2.0
25862024-06-21T21:23:41.919Z Compiling ciborium-io v0.2.2
25872024-06-21T21:23:42.001Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25882024-06-21T21:23:42.055Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25892024-06-21T21:23:42.167Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
25902024-06-21T21:23:42.341Z Compiling ciborium-ll v0.2.2
25912024-06-21T21:23:42.358Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
25922024-06-21T21:23:42.460Z Compiling dirs-sys v0.4.1
25932024-06-21T21:23:42.766Z Compiling zone_cfg_derive v0.1.2
25942024-06-21T21:23:43.033Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25952024-06-21T21:23:43.123Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962024-06-21T21:23:43.431Z Compiling tokio-tungstenite v0.20.1
25972024-06-21T21:23:44.256Z Compiling parking_lot v0.11.2
25982024-06-21T21:23:44.278Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25992024-06-21T21:23:44.547Z Compiling rand_chacha v0.2.2
26002024-06-21T21:23:44.649Z Compiling trust-dns-client v0.22.0
26012024-06-21T21:23:45.192Z Compiling thiserror-no-std v2.0.2
26022024-06-21T21:23:45.898Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26032024-06-21T21:23:45.915Z Compiling ed25519 v2.2.3
26042024-06-21T21:23:46.332Z Compiling polyval v0.6.2
26052024-06-21T21:23:46.420Z Compiling libsw v3.3.1
26062024-06-21T21:23:46.678Z Compiling toml v0.5.11
26072024-06-21T21:23:46.748Z Compiling ctr v0.9.2
26082024-06-21T21:23:46.766Z Compiling blowfish v0.9.1
26092024-06-21T21:23:47.102Z Compiling aes v0.8.4
26102024-06-21T21:23:47.123Z Compiling pbkdf2 v0.12.2
26112024-06-21T21:23:47.188Z Compiling password-hash v0.4.2
26122024-06-21T21:23:47.294Z Compiling gethostname v0.4.3
26132024-06-21T21:23:47.595Z Compiling fxhash v0.2.1
26142024-06-21T21:23:47.811Z Compiling base64 v0.13.1
26152024-06-21T21:23:47.858Z Compiling linear-map v1.2.0
26162024-06-21T21:23:48.164Z Compiling owo-colors v4.0.0
26172024-06-21T21:23:48.234Z Compiling ron v0.7.1
26182024-06-21T21:23:48.441Z Compiling trust-dns-server v0.22.1
26192024-06-21T21:23:49.850Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26202024-06-21T21:23:50.435Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26212024-06-21T21:23:50.569Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26222024-06-21T21:23:50.572Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26232024-06-21T21:23:54.421Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26242024-06-21T21:23:55.277Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26252024-06-21T21:23:55.440Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26262024-06-21T21:23:55.605Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26272024-06-21T21:23:56.277Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26282024-06-21T21:23:57.616Z Compiling sled v0.34.7
26292024-06-21T21:23:58.059Z Compiling pbkdf2 v0.11.0
26302024-06-21T21:23:58.144Z Compiling bcrypt-pbkdf v0.10.0
26312024-06-21T21:23:58.330Z Compiling ghash v0.5.1
26322024-06-21T21:23:58.444Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26332024-06-21T21:23:58.528Z Compiling ed25519-dalek v2.1.1
26342024-06-21T21:23:58.752Z Compiling vsss-rs v3.3.4
26352024-06-21T21:23:59.088Z Compiling rand v0.7.3
26362024-06-21T21:23:59.251Z Compiling zone v0.1.8
26372024-06-21T21:23:59.760Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26382024-06-21T21:24:00.185Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26392024-06-21T21:24:00.941Z Compiling dirs v5.0.1
26402024-06-21T21:24:01.152Z Compiling ciborium v0.2.2
26412024-06-21T21:24:03.322Z Compiling chacha20poly1305 v0.10.1
26422024-06-21T21:24:03.460Z Compiling p256 v0.13.2
26432024-06-21T21:24:03.549Z Compiling p521 v0.13.3
26442024-06-21T21:24:04.411Z Compiling pem v3.0.4
26452024-06-21T21:24:04.976Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26462024-06-21T21:24:05.280Z Compiling headers-core v0.2.0
26472024-06-21T21:24:05.367Z Compiling cbc v0.1.2
26482024-06-21T21:24:05.455Z Compiling kstat-rs v0.2.3
26492024-06-21T21:24:05.621Z Compiling portpicker v0.1.1
26502024-06-21T21:24:05.960Z Compiling nanorand v0.7.0
26512024-06-21T21:24:06.078Z Compiling russh-cryptovec v0.7.2
26522024-06-21T21:24:06.096Z Compiling glob v0.3.1
26532024-06-21T21:24:06.390Z Compiling http-range v0.1.5
26542024-06-21T21:24:06.580Z Compiling russh-keys v0.43.0
26552024-06-21T21:24:06.601Z Compiling hyper-staticfile v0.9.5
26562024-06-21T21:24:06.762Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26572024-06-21T21:24:07.089Z Compiling flume v0.11.0
26582024-06-21T21:24:07.293Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26592024-06-21T21:24:07.631Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26602024-06-21T21:24:07.759Z Compiling headers v0.3.9
26612024-06-21T21:24:09.566Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26622024-06-21T21:24:09.810Z Compiling rcgen v0.12.1
26632024-06-21T21:24:10.935Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26642024-06-21T21:24:12.472Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26652024-06-21T21:24:12.869Z Compiling aes-gcm v0.10.3
26662024-06-21T21:24:13.694Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26672024-06-21T21:24:14.116Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26682024-06-21T21:24:14.580Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
26692024-06-21T21:24:16.054Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26702024-06-21T21:24:16.322Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26712024-06-21T21:24:18.597Z Compiling atomicwrites v0.4.3
26722024-06-21T21:24:18.985Z Compiling subprocess v0.2.9
26732024-06-21T21:24:19.278Z Compiling dhcproto-macros v0.1.0
26742024-06-21T21:24:20.279Z Compiling display-error-chain v0.2.0
26752024-06-21T21:24:20.467Z Compiling hex-literal v0.4.1
26762024-06-21T21:24:20.633Z Compiling russh v0.43.0
26772024-06-21T21:24:21.107Z Compiling dhcproto v0.11.0
26782024-06-21T21:24:23.674Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26792024-06-21T21:24:24.057Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26802024-06-21T21:24:24.642Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26812024-06-21T21:24:25.143Z Compiling internet-checksum v0.2.1
26822024-06-21T21:24:26.542Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26832024-06-21T21:24:28.316Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26842024-06-21T21:24:49.205Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
26852024-06-21T21:25:33.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 42s
26862024-06-21T21:25:33.784Z
26872024-06-21T21:25:33.787Zreal 3:42.395679752
26882024-06-21T21:25:33.787Zuser 19:36.566693483
26892024-06-21T21:25:33.787Zsys 4:09.954650052
26902024-06-21T21:25:33.787Ztrap 0.559125929
26912024-06-21T21:25:33.787Ztflt 0.401924285
26922024-06-21T21:25:33.787Zdflt 2.272128054
26932024-06-21T21:25:33.787Zkflt 0.000753255
26942024-06-21T21:25:33.787Zlock 41:56.302356802
26952024-06-21T21:25:33.787Zslp 55:45.625241197
26962024-06-21T21:25:33.787Zlat 1:05.188475990
26972024-06-21T21:25:33.787Zstop 2:28.543935244
26982024-06-21T21:25:33.787Z+ mkdir tests
26992024-06-21T21:25:33.792Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27002024-06-21T21:25:33.792Z+ xargs -I '{}' -t cp '{}' tests/
27012024-06-21T21:25:35.204Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/
27022024-06-21T21:25:35.225Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/
27032024-06-21T21:25:35.244Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/
27042024-06-21T21:25:35.264Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/
27052024-06-21T21:25:35.556Z+ files=(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/*)
27062024-06-21T21:25:35.559Z+ ptime -m tar cvzf /work/package.tar.gz 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-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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
27072024-06-21T21:26:39.502ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27082024-06-21T21:26:39.502Za out/target/test 1K
27092024-06-21T21:26:39.502Za out/npuzone/npuzone 23144K
27102024-06-21T21:26:39.502Za package-manifest.toml 28K
27112024-06-21T21:26:39.502Za smf/sled-agent/non-gimlet/config.toml 4K
27122024-06-21T21:26:39.502Za target/release/omicron-package 31892K
27132024-06-21T21:26:39.502Za target/release/xtask 18153K
27142024-06-21T21:26:39.502Za target/debug/bootstrap 352839K
27152024-06-21T21:26:39.502Za tests/bootstrap-7f0882e2eceae0aa 23989K
27162024-06-21T21:26:39.502Za tests/commtest-2db5bbecd2538da9 23990K
27172024-06-21T21:26:39.502Za tests/dhcp_server-79471f99d6d06b4b 23989K
27182024-06-21T21:26:39.502Za tests/end_to_end_tests-19ed268c7da5f0b8 362400K
27192024-06-21T21:26:39.502Za out/clickhouse.tar.gz 223016K
27202024-06-21T21:26:39.502Za out/clickhouse_keeper.tar.gz 223000K
27212024-06-21T21:26:39.502Za out/cockroachdb.tar.gz 131730K
27222024-06-21T21:26:39.502Za out/crucible-pantry-zone.tar.gz 27309K
27232024-06-21T21:26:39.502Za out/crucible-zone.tar.gz 38062K
27242024-06-21T21:26:39.502Za out/external-dns.tar.gz 25096K
27252024-06-21T21:26:39.502Za out/internal-dns.tar.gz 25096K
27262024-06-21T21:26:39.502Za out/mg-ddm-gz.tar 60673K
27272024-06-21T21:26:39.502Za out/nexus.tar.gz 83187K
27282024-06-21T21:26:39.502Za out/ntp.tar.gz 8858K
27292024-06-21T21:26:39.502Za out/omicron-gateway-softnpu.tar.gz 13763K
27302024-06-21T21:26:39.502Za out/omicron-sled-agent.tar 93406K
27312024-06-21T21:26:39.502Za out/overlay.tar.gz 3K
27322024-06-21T21:26:39.502Za out/oximeter.tar.gz 40426K
27332024-06-21T21:26:39.502Za out/oxlog.tar 2954K
27342024-06-21T21:26:39.502Za out/probe.tar.gz 2764K
27352024-06-21T21:26:39.502Za out/propolis-server.tar.gz 64643K
27362024-06-21T21:26:39.502Za out/pumpkind-gz.tar 26665K
27372024-06-21T21:26:39.502Za out/switch-softnpu.tar.gz 195847K
27382024-06-21T21:26:39.505Z
27392024-06-21T21:26:39.505Zreal 1:03.944808953
27402024-06-21T21:26:39.505Zuser 1:01.216425736
27412024-06-21T21:26:39.506Zsys 3.737790448
27422024-06-21T21:26:39.506Ztrap 0.014483712
27432024-06-21T21:26:39.506Ztflt 0.000000000
27442024-06-21T21:26:39.506Zdflt 0.000000000
27452024-06-21T21:26:39.506Zkflt 0.000000000
27462024-06-21T21:26:39.506Zlock 0.000000000
27472024-06-21T21:26:39.506Zslp 1:01.160446864
27482024-06-21T21:26:39.506Zlat 1.756106011
27492024-06-21T21:26:39.506Zstop 0.000184399
27502024-06-21T21:26:39.506Zprocess exited: duration 1762508 ms, exit code 0
 
27512024-06-21T21:26:39.522Zfound 1 output files
27522024-06-21T21:26:39.522Zuploading: /work/package.tar.gz (1398151633 bytes)
27532024-06-21T21:27:07.520Zuploaded: /work/package.tar.gz