01J18MEK83P7RXNE5QPEXJ5X16: 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: 01J18MEZ7XKAMPF7Q3XARJE5K3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-06-25T21:23:32.429Zjob assigned to worker 01J18MF2TDAJY5BW3HTZPSJVJS (queued for 54 s)
 
22024-06-25T21:23:40.914Zstarting task 0: "setup"
32024-06-25T21:23:40.969Z++ uname -s
42024-06-25T21:23:40.972Z+ kern=SunOS
52024-06-25T21:23:40.972Z+ case "$kern" in
62024-06-25T21:23:40.972Z+ groupadd -g 12345 build
72024-06-25T21:23:40.976Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-06-25T21:23:42.985Z+ zfs create -o mountpoint=/work rpool/work
92024-06-25T21:23:43.099Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-06-25T21:23:43.101Z+ home_fs=zfs
112024-06-25T21:23:43.101Z+ [[ zfs == autofs ]]
122024-06-25T21:23:43.102Z+ mkdir -p /home/build
132024-06-25T21:23:43.104Z+ chown build:build /home/build /work
142024-06-25T21:23:45.110Z+ chmod 0700 /home/build /work
152024-06-25T21:23:45.123Zprocess exited: duration 4196 ms, exit code 0
 
162024-06-25T21:23:45.137Zstarting task 1: "rust-toolchain"
172024-06-25T21:23:45.142Z+ printf ' * toolchain channel = "%s"
182024-06-25T21:23:45.143Z' 1.78.0
192024-06-25T21:23:45.143Z * toolchain channel = "1.78.0"
202024-06-25T21:23:45.143Z+ printf ' * toolchain profile = "%s"
212024-06-25T21:23:45.143Z * toolchain profile = "default"
222024-06-25T21:23:45.143Z' default
232024-06-25T21:23:45.143Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-06-25T21:23:45.143Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-06-25T21:23:45.263Zinfo: downloading installer
262024-06-25T21:23:46.833Zinfo: profile set to 'default'
272024-06-25T21:23:46.833Zinfo: default host triple is x86_64-unknown-illumos
282024-06-25T21:23:46.837Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-06-25T21:23:46.984Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-06-25T21:23:46.984Zinfo: downloading component 'cargo'
312024-06-25T21:23:47.918Zinfo: downloading component 'clippy'
322024-06-25T21:23:48.236Zinfo: downloading component 'rust-docs'
332024-06-25T21:23:49.509Zinfo: downloading component 'rust-std'
342024-06-25T21:23:51.481Zinfo: downloading component 'rustc'
352024-06-25T21:23:56.411Zinfo: downloading component 'rustfmt'
362024-06-25T21:23:56.673Zinfo: installing component 'cargo'
372024-06-25T21:23:57.510Zinfo: installing component 'clippy'
382024-06-25T21:23:57.862Zinfo: installing component 'rust-docs'
392024-06-25T21:23:59.409Zinfo: installing component 'rust-std'
402024-06-25T21:24:01.216Zinfo: installing component 'rustc'
412024-06-25T21:24:05.471Zinfo: installing component 'rustfmt'
422024-06-25T21:24:05.797Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-06-25T21:24:05.797Z
442024-06-25T21:24:06.072Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-06-25T21:24:06.072Z
462024-06-25T21:24:06.075Z
472024-06-25T21:24:06.075ZRust is installed now. Great!
482024-06-25T21:24:06.075Z
492024-06-25T21:24:06.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-06-25T21:24:06.075Zenvironment variable. This has not been done automatically.
512024-06-25T21:24:06.075Z
522024-06-25T21:24:06.075ZTo configure your current shell, you need to source
532024-06-25T21:24:06.075Zthe corresponding env file under $HOME/.cargo.
542024-06-25T21:24:06.075Z
552024-06-25T21:24:06.075ZThis is usually done by running one of the following (note the leading DOT):
562024-06-25T21:24:06.075Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-06-25T21:24:06.075Zsource "$HOME/.cargo/env.fish" # For fish
582024-06-25T21:24:06.148Z+ rustc --version
592024-06-25T21:24:06.209Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-06-25T21:24:06.213Zprocess exited: duration 21074 ms, exit code 0
 
612024-06-25T21:24:06.219Zstarting task 2: "authentication"
622024-06-25T21:24:06.241Zprocess exited: duration 22 ms, exit code 0
 
632024-06-25T21:24:06.247Zstarting task 3: "clone repository"
642024-06-25T21:24:06.253Z+ mkdir -p /work/oxidecomputer/omicron
652024-06-25T21:24:06.256Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-06-25T21:24:06.444ZCloning into '/work/oxidecomputer/omicron'...
672024-06-25T21:24:12.331Z+ cd /work/oxidecomputer/omicron
682024-06-25T21:24:12.331Z+ git fetch origin 99e23c89f7f7299391d031e8ad15c04fc917bef0
692024-06-25T21:24:12.603ZFrom https://github.com/oxidecomputer/omicron
702024-06-25T21:24:12.603Z * branch 99e23c89f7f7299391d031e8ad15c04fc917bef0 -> FETCH_HEAD
712024-06-25T21:24:12.613Z+ [[ -n dpd-client-cleanup ]]
722024-06-25T21:24:12.616Z++ git branch --show-current
732024-06-25T21:24:12.619Z+ current=main
742024-06-25T21:24:12.619Z+ [[ main != dpd-client-cleanup ]]
752024-06-25T21:24:12.619Z+ git branch -f dpd-client-cleanup 99e23c89f7f7299391d031e8ad15c04fc917bef0
762024-06-25T21:24:12.622Z+ git checkout -f dpd-client-cleanup
772024-06-25T21:24:12.719ZSwitched to branch 'dpd-client-cleanup'
782024-06-25T21:24:12.722Z+ git reset --hard 99e23c89f7f7299391d031e8ad15c04fc917bef0
792024-06-25T21:24:12.817ZHEAD is now at 99e23c89f clean up dpd-client
802024-06-25T21:24:12.820Zprocess exited: duration 6568 ms, exit code 0
 
812024-06-25T21:24:12.826Zstarting task 4: "build"
822024-06-25T21:24:12.831Z+ cargo --version
832024-06-25T21:24:12.886Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-06-25T21:24:12.889Z+ rustc --version
852024-06-25T21:24:12.945Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-06-25T21:24:12.948Z+ WORK=/work
872024-06-25T21:24:12.948Z+ pfexec mkdir -p /work
882024-06-25T21:24:12.951Z+ pfexec chown build /work
892024-06-25T21:24:12.954Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-06-25T21:24:26.827Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-06-25T21:24:28.891Z Startup: Caching catalogs ... Done
922024-06-25T21:24:31.517ZPlanning: Solver setup ... Done (2.164s)
932024-06-25T21:24:31.556ZPlanning: Running solver ... Done (0.039s)
942024-06-25T21:24:31.599ZPlanning: Finding local manifests ... Done (0.003s)
952024-06-25T21:24:31.611ZPlanning: Fetching manifests: 0/4 0% complete
962024-06-25T21:24:31.928ZPlanning: Fetching manifests: 4/4 100% complete
972024-06-25T21:24:31.981ZPlanning: Package planning ... Done (0.053s)
982024-06-25T21:24:32.033ZPlanning: Merging actions ... Done (0.052s)
992024-06-25T21:24:33.735ZPlanning: Checking for conflicting actions ... Done (1.701s)
1002024-06-25T21:24:33.746ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-06-25T21:24:40.624ZPlanning: Evaluating mediators ... Done (6.876s)
1022024-06-25T21:24:40.633ZPlanning: Planning completed in 11.68 seconds
1032024-06-25T21:24:40.795Z Packages to install: 4
1042024-06-25T21:24:40.795Z Mediators to change: 2
1052024-06-25T21:24:40.795Z Services to change: 1
1062024-06-25T21:24:40.798Z Estimated space available: 155.77 GB
1072024-06-25T21:24:40.798ZEstimated space to be consumed: 1.46 GB
1082024-06-25T21:24:40.798Z Create boot environment: No
1092024-06-25T21:24:40.798ZCreate backup boot environment: No
1102024-06-25T21:24:40.798Z Rebuild boot archive: No
1112024-06-25T21:24:40.798Z
1122024-06-25T21:24:40.798ZChanged mediators:
1132024-06-25T21:24:40.798Z mediator clang:
1142024-06-25T21:24:40.798Z version: None -> 15 (system default)
1152024-06-25T21:24:40.798Z
1162024-06-25T21:24:40.798Z mediator llvm:
1172024-06-25T21:24:40.798Z version: 14 (system default) -> 15 (system default)
1182024-06-25T21:24:40.798Z
1192024-06-25T21:24:40.798ZChanged packages:
1202024-06-25T21:24:40.798Zhelios-dev
1212024-06-25T21:24:40.798Z developer/build-essential
1222024-06-25T21:24:40.798Z None -> 11-2.0
1232024-06-25T21:24:40.798Z library/libxmlsec1
1242024-06-25T21:24:40.798Z None -> 1.2.35-2.0
1252024-06-25T21:24:40.798Z ooce/developer/clang-15
1262024-06-25T21:24:40.798Z None -> 15.0.7-2.0
1272024-06-25T21:24:40.798Z ooce/developer/llvm-15
1282024-06-25T21:24:40.798Z None -> 15.0.7-2.0
1292024-06-25T21:24:40.798Z
1302024-06-25T21:24:40.798ZServices:
1312024-06-25T21:24:40.798Z restart_fmri:
1322024-06-25T21:24:40.798Z svc:/system/update-man-index:default
1332024-06-25T21:24:41.057Z
1342024-06-25T21:24:41.057ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-06-25T21:24:46.060ZDownload: 1222/3290 items 92.6/212.6MB 43% complete (18.5M/s)
1362024-06-25T21:24:51.080ZDownload: 2221/3290 items 119.2/212.6MB 56% complete (12.4M/s)
1372024-06-25T21:24:56.212ZDownload: 3244/3290 items 200.4/212.6MB 94% complete (11.8M/s)
1382024-06-25T21:24:58.767ZDownload: Completed 212.60 MB in 17.71 seconds (12.0M/s)
1392024-06-25T21:24:58.937Z Actions: 1/3689 actions (Installing new actions)
1402024-06-25T21:25:03.976Z Actions: 3542/3689 actions (Installing new actions)
1412024-06-25T21:25:04.948Z Actions: Completed 3689 actions in 6.01 seconds.
1422024-06-25T21:25:05.085Z Done (0.131s)
1432024-06-25T21:25:05.085Z Done (0.000s)
1442024-06-25T21:25:05.399Z Done (0.314s)
1452024-06-25T21:25:12.659Z Done (7.103s)
1462024-06-25T21:25:12.995Z Done (0.263s)
1472024-06-25T21:25:12.998Z Done (0.000s)
1482024-06-25T21:25:13.144Z Done (0.000s)
1492024-06-25T21:25:13.707ZPlanning: Evaluating mediator changes ... Done
1502024-06-25T21:25:13.872ZPlanning: Checking for conflicting actions ... Done
1512024-06-25T21:25:13.875ZPlanning: Consolidating action changes ... Done
1522024-06-25T21:25:14.151ZPlanning: Evaluating mediators ... Done
1532024-06-25T21:25:14.154ZPlanning: Planning completed in 0.45 seconds
1542024-06-25T21:25:14.186Z Mediators to change: 2
1552024-06-25T21:25:14.186Z Create boot environment: No
1562024-06-25T21:25:14.189ZCreate backup boot environment: No
1572024-06-25T21:25:14.294Z Done
1582024-06-25T21:25:14.294Z Done
1592024-06-25T21:25:14.497Z Done
1602024-06-25T21:25:18.103Z Done
1612024-06-25T21:25:18.191Z Done
1622024-06-25T21:25:18.194Z Done
1632024-06-25T21:25:18.296Z Done
1642024-06-25T21:25:18.927ZPlanning: Evaluating mediator changes ... Done
1652024-06-25T21:25:18.930ZPlanning: Merging actions ... Done
1662024-06-25T21:25:19.126ZPlanning: Checking for conflicting actions ... Done
1672024-06-25T21:25:19.130ZPlanning: Consolidating action changes ... Done
1682024-06-25T21:25:19.404ZPlanning: Evaluating mediators ... Done
1692024-06-25T21:25:19.464ZPlanning: Planning completed in 0.79 seconds
1702024-06-25T21:25:19.499Z Packages to change: 1
1712024-06-25T21:25:19.499Z Mediators to change: 1
1722024-06-25T21:25:19.502Z Services to change: 1
1732024-06-25T21:25:19.502Z Create boot environment: No
1742024-06-25T21:25:19.502ZCreate backup boot environment: Yes
1752024-06-25T21:25:21.302Z Actions: 1/6 actions (Updating modified actions)
1762024-06-25T21:25:21.400Z Actions: Completed 6 actions in 0.10 seconds.
1772024-06-25T21:25:21.403Z Done
1782024-06-25T21:25:21.403Z Done
1792024-06-25T21:25:21.467Z Done
1802024-06-25T21:25:25.230Z Done
1812024-06-25T21:25:25.320Z Done
1822024-06-25T21:25:25.323Z Done
1832024-06-25T21:25:25.432Z Done
1842024-06-25T21:25:25.877ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1852024-06-25T21:25:25.877Zclang system 15 system
1862024-06-25T21:25:25.877Zcsh system system illumos
1872024-06-25T21:25:25.877Zctags system system illumos
1882024-06-25T21:25:25.877Zgcc vendor 12 vendor
1892024-06-25T21:25:25.877Zgcc system 10 system
1902024-06-25T21:25:25.877Zgcc system 7 system
1912024-06-25T21:25:25.877Zgo system 1.20 system
1922024-06-25T21:25:25.877Zgo system 1.19 system
1932024-06-25T21:25:25.877Zllvm system 15 system
1942024-06-25T21:25:25.877Zllvm system 14 system
1952024-06-25T21:25:25.877Zmariadb system 10.6 system
1962024-06-25T21:25:25.877Zmta vendor vendor dma
1972024-06-25T21:25:25.877Zopenjdk system 17 system
1982024-06-25T21:25:25.877Zopenjdk system 11 system
1992024-06-25T21:25:25.877Zopenjdk system 1.8 system
2002024-06-25T21:25:25.877Zopenssl vendor 3 vendor
2012024-06-25T21:25:25.877Zperl system 5.36 system
2022024-06-25T21:25:25.877Zpostgresql system 15 system
2032024-06-25T21:25:25.877Zpostgresql system 13 system
2042024-06-25T21:25:25.877Zpython vendor 3 vendor
2052024-06-25T21:25:25.877Zpython system 2 system
2062024-06-25T21:25:25.877Zpython3 system 3.11 system
2072024-06-25T21:25:25.877Zruby system 3.0 system
2082024-06-25T21:25:25.877Zwords vendor vendor american-english
2092024-06-25T21:25:25.877Zwords system system australian-english
2102024-06-25T21:25:25.877Zwords system system british-english
2112024-06-25T21:25:25.877Zwords system system canadian-english
2122024-06-25T21:25:25.877Zwords system system french
2132024-06-25T21:25:25.877Zwords system system italian
2142024-06-25T21:25:25.877Zwords system system ngerman
2152024-06-25T21:25:25.877Zwords system system ogerman
2162024-06-25T21:25:25.878Zwords system system spanish
2172024-06-25T21:25:26.229ZPUBLISHER TYPE STATUS P LOCATION
2182024-06-25T21:25:26.229Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2192024-06-25T21:25:27.760ZFMRI IFO
2202024-06-25T21:25:27.760Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2212024-06-25T21:25:27.760Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2222024-06-25T21:25:27.760Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2232024-06-25T21:25:27.760Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2242024-06-25T21:25:27.760Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2252024-06-25T21:25:27.760Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2262024-06-25T21:25:27.760Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2272024-06-25T21:25:27.760Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2282024-06-25T21:25:27.760Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2292024-06-25T21:25:27.760Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2302024-06-25T21:25:27.760Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2312024-06-25T21:25:27.760Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2322024-06-25T21:25:28.294Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2332024-06-25T21:25:28.646Z Updating git repository `https://github.com/oxidecomputer/zone`
2342024-06-25T21:25:28.936Z Updating crates.io index
2352024-06-25T21:25:28.939Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2362024-06-25T21:25:29.758Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2372024-06-25T21:25:30.475Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2382024-06-25T21:25:30.737Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2392024-06-25T21:25:32.622Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
2402024-06-25T21:25:33.171Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412024-06-25T21:25:33.433Z Updating git repository `https://github.com/oxidecomputer/propolis`
2422024-06-25T21:25:34.556Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432024-06-25T21:25:36.596Z Updating git repository `https://github.com/oxidecomputer/opte`
2442024-06-25T21:25:37.671Z Updating git repository `https://github.com/oxidecomputer/falcon`
2452024-06-25T21:25:38.341Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462024-06-25T21:25:39.062Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2472024-06-25T21:25:39.385Z Updating git repository `http://github.com/oxidecomputer/sprockets`
2482024-06-25T21:25:39.733Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2492024-06-25T21:25:39.993Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2502024-06-25T21:25:40.426Z Updating git repository `http://github.com/oxidecomputer/tofino`
2512024-06-25T21:25:40.711Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2522024-06-25T21:25:40.982Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2532024-06-25T21:25:41.247Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2542024-06-25T21:25:41.593Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2552024-06-25T21:25:41.923Z Updating git repository `https://github.com/oxidecomputer/ispf`
2562024-06-25T21:25:42.196Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2572024-06-25T21:25:42.603Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2582024-06-25T21:25:43.302Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2592024-06-25T21:25:43.631Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2602024-06-25T21:25:43.959Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2612024-06-25T21:25:44.375Z Updating git repository `https://github.com/oxidecomputer/typify`
2622024-06-25T21:25:46.356Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2632024-06-25T21:25:46.738Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2642024-06-25T21:25:47.039Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2652024-06-25T21:25:47.518Z Updating git repository `https://github.com/oxidecomputer/rfb`
2662024-06-25T21:25:48.511Z Downloading crates ...
2672024-06-25T21:25:48.584Z Downloaded adler v1.0.2
2682024-06-25T21:25:48.589Z Downloaded anstream v0.6.14
2692024-06-25T21:25:48.592Z Downloaded dtrace-parser v0.2.0
2702024-06-25T21:25:48.599Z Downloaded foreign-types-shared v0.1.1
2712024-06-25T21:25:48.602Z Downloaded equivalent v1.0.1
2722024-06-25T21:25:48.605Z Downloaded md5 v0.7.0
2732024-06-25T21:25:48.609Z Downloaded openssl-macros v0.1.1
2742024-06-25T21:25:48.612Z Downloaded proc-macro-error v1.0.4
2752024-06-25T21:25:48.612Z Downloaded futures-macro v0.3.30
2762024-06-25T21:25:48.615Z Downloaded fs-err v2.11.0
2772024-06-25T21:25:48.618Z Downloaded dirs-next v2.0.0
2782024-06-25T21:25:48.620Z Downloaded proc-macro-error-attr v1.0.4
2792024-06-25T21:25:48.620Z Downloaded pretty-hex v0.4.1
2802024-06-25T21:25:48.624Z Downloaded hostname v0.3.1
2812024-06-25T21:25:48.624Z Downloaded strum v0.26.2
2822024-06-25T21:25:48.626Z Downloaded fnv v1.0.7
2832024-06-25T21:25:48.626Z Downloaded scroll_derive v0.12.0
2842024-06-25T21:25:48.627Z Downloaded swrite v0.1.0
2852024-06-25T21:25:48.629Z Downloaded dirs-sys-next v0.1.2
2862024-06-25T21:25:48.629Z Downloaded macaddr v1.0.1
2872024-06-25T21:25:48.632Z Downloaded itoa v1.0.11
2882024-06-25T21:25:48.632Z Downloaded deranged v0.3.11
2892024-06-25T21:25:48.635Z Downloaded want v0.3.1
2902024-06-25T21:25:48.635Z Downloaded usdt-macro v0.5.0
2912024-06-25T21:25:48.635Z Downloaded heck v0.4.1
2922024-06-25T21:25:48.638Z Downloaded generic-array v0.14.7
2932024-06-25T21:25:48.638Z Downloaded filetime v0.2.23
2942024-06-25T21:25:48.641Z Downloaded tower-service v0.3.2
2952024-06-25T21:25:48.641Z Downloaded usdt-attr-macro v0.5.0
2962024-06-25T21:25:48.644Z Downloaded rustversion v1.0.17
2972024-06-25T21:25:48.646Z Downloaded percent-encoding v2.3.1
2982024-06-25T21:25:48.646Z Downloaded tinyvec_macros v0.1.1
2992024-06-25T21:25:48.646Z Downloaded memmap v0.7.0
3002024-06-25T21:25:48.649Z Downloaded futures-channel v0.3.30
3012024-06-25T21:25:48.652Z Downloaded futures-io v0.3.30
3022024-06-25T21:25:48.652Z Downloaded clap_derive v4.5.4
3032024-06-25T21:25:48.655Z Downloaded crc32fast v1.4.0
3042024-06-25T21:25:48.655Z Downloaded openssl-probe v0.1.5
3052024-06-25T21:25:48.658Z Downloaded strsim v0.11.1
3062024-06-25T21:25:48.658Z Downloaded slog-json v2.6.1
3072024-06-25T21:25:48.661Z Downloaded futures-executor v0.3.30
3082024-06-25T21:25:48.661Z Downloaded cfg-if v1.0.0
3092024-06-25T21:25:48.664Z Downloaded num_cpus v1.16.0
3102024-06-25T21:25:48.667Z Downloaded httparse v1.8.0
3112024-06-25T21:25:48.669Z Downloaded pin-utils v0.1.0
3122024-06-25T21:25:48.669Z Downloaded toml_datetime v0.6.6
3132024-06-25T21:25:48.669Z Downloaded digest v0.10.7
3142024-06-25T21:25:48.672Z Downloaded match_cfg v0.1.0
3152024-06-25T21:25:48.672Z Downloaded is_terminal_polyfill v1.70.0
3162024-06-25T21:25:48.675Z Downloaded sync_wrapper v0.1.2
3172024-06-25T21:25:48.675Z Downloaded try-lock v0.2.5
3182024-06-25T21:25:48.675Z Downloaded serde_tokenstream v0.2.0
3192024-06-25T21:25:48.681Z Downloaded num_threads v0.1.7
3202024-06-25T21:25:48.683Z Downloaded clap v4.5.4
3212024-06-25T21:25:48.689Z Downloaded time-core v0.1.2
3222024-06-25T21:25:48.692Z Downloaded plain v0.2.3
3232024-06-25T21:25:48.692Z Downloaded take_mut v0.2.2
3242024-06-25T21:25:48.692Z Downloaded quote v1.0.36
3252024-06-25T21:25:48.695Z Downloaded smallvec v1.13.2
3262024-06-25T21:25:48.698Z Downloaded heck v0.5.0
3272024-06-25T21:25:48.698Z Downloaded scroll v0.12.0
3282024-06-25T21:25:48.701Z Downloaded slog-bunyan v2.5.0
3292024-06-25T21:25:48.701Z Downloaded slab v0.4.9
3302024-06-25T21:25:48.703Z Downloaded pest_generator v2.7.10
3312024-06-25T21:25:48.703Z Downloaded slog-async v2.8.0
3322024-06-25T21:25:48.706Z Downloaded serde_spanned v0.6.6
3332024-06-25T21:25:48.706Z Downloaded hyper-tls v0.5.0
3342024-06-25T21:25:48.709Z Downloaded zerocopy-derive v0.7.34
3352024-06-25T21:25:48.712Z Downloaded pin-project-lite v0.2.14
3362024-06-25T21:25:48.716Z Downloaded parking_lot v0.12.2
3372024-06-25T21:25:48.719Z Downloaded version_check v0.9.4
3382024-06-25T21:25:48.722Z Downloaded miniz_oxide v0.7.2
3392024-06-25T21:25:48.724Z Downloaded bytes v1.6.0
3402024-06-25T21:25:48.727Z Downloaded pkg-config v0.3.30
3412024-06-25T21:25:48.730Z Downloaded usdt v0.5.0
3422024-06-25T21:25:48.730Z Downloaded parking_lot_core v0.9.10
3432024-06-25T21:25:48.733Z Downloaded papergrid v0.11.0
3442024-06-25T21:25:48.736Z Downloaded utf8parse v0.2.1
3452024-06-25T21:25:48.739Z Downloaded thiserror v1.0.60
3462024-06-25T21:25:48.742Z Downloaded strum_macros v0.26.2
3472024-06-25T21:25:48.745Z Downloaded typenum v1.17.0
3482024-06-25T21:25:48.748Z Downloaded log v0.4.21
3492024-06-25T21:25:48.751Z Downloaded usdt-impl v0.5.0
3502024-06-25T21:25:48.755Z Downloaded tar v0.4.40
3512024-06-25T21:25:48.755Z Downloaded slog-term v2.9.1
3522024-06-25T21:25:48.758Z Downloaded semver v1.0.23
3532024-06-25T21:25:48.761Z Downloaded cc v1.0.97
3542024-06-25T21:25:48.764Z Downloaded proc-macro2 v1.0.86
3552024-06-25T21:25:48.768Z Downloaded indexmap v2.2.6
3562024-06-25T21:25:48.771Z Downloaded term v0.7.0
3572024-06-25T21:25:48.774Z Downloaded crossbeam-channel v0.5.12
3582024-06-25T21:25:48.778Z Downloaded socket2 v0.5.7
3592024-06-25T21:25:48.785Z Downloaded tracing-core v0.1.32
3602024-06-25T21:25:48.789Z Downloaded url v2.5.0
3612024-06-25T21:25:48.789Z Downloaded mio v0.8.11
3622024-06-25T21:25:48.793Z Downloaded tinyvec v1.6.0
3632024-06-25T21:25:48.796Z Downloaded slog v2.7.0
3642024-06-25T21:25:48.799Z Downloaded memchr v2.7.2
3652024-06-25T21:25:48.804Z Downloaded serde_derive v1.0.203
3662024-06-25T21:25:48.807Z Downloaded hashbrown v0.14.5
3672024-06-25T21:25:48.812Z Downloaded pest v2.7.10
3682024-06-25T21:25:48.818Z Downloaded h2 v0.3.26
3692024-06-25T21:25:48.825Z Downloaded tracing v0.1.40
3702024-06-25T21:25:48.832Z Downloaded goblin v0.8.2
3712024-06-25T21:25:48.835Z Downloaded toml_edit v0.22.13
3722024-06-25T21:25:48.858Z Downloaded hyper v0.14.28
3732024-06-25T21:25:48.867Z Downloaded unicode-normalization v0.1.23
3742024-06-25T21:25:48.870Z Downloaded tokio-util v0.7.11
3752024-06-25T21:25:48.876Z Downloaded serde_json v1.0.117
3762024-06-25T21:25:48.883Z Downloaded time v0.3.36
3772024-06-25T21:25:48.890Z Downloaded zerocopy v0.7.34
3782024-06-25T21:25:48.906Z Downloaded reqwest v0.11.27
3792024-06-25T21:25:48.913Z Downloaded winnow v0.6.8
3802024-06-25T21:25:48.922Z Downloaded vcpkg v0.2.15
3812024-06-25T21:25:48.961Z Downloaded syn v2.0.68
3822024-06-25T21:25:48.972Z Downloaded rustix v0.38.34
3832024-06-25T21:25:48.993Z Downloaded syn v1.0.109
3842024-06-25T21:25:49.002Z Downloaded encoding_rs v0.8.34
3852024-06-25T21:25:49.021Z Downloaded tokio v1.37.0
3862024-06-25T21:25:49.054Z Downloaded libc v0.2.155
3872024-06-25T21:25:49.079Z Downloaded tabled v0.15.0
3882024-06-25T21:25:49.092Z Downloaded openssl v0.10.64
3892024-06-25T21:25:49.101Z Downloaded idna v0.5.0
3902024-06-25T21:25:49.106Z Downloaded futures-util v0.3.30
3912024-06-25T21:25:49.117Z Downloaded clap_builder v4.5.2
3922024-06-25T21:25:49.123Z Downloaded unicode-ident v1.0.12
3932024-06-25T21:25:49.125Z Downloaded unicode-bidi v0.3.15
3942024-06-25T21:25:49.128Z Downloaded ucd-trie v0.1.6
3952024-06-25T21:25:49.131Z Downloaded toml v0.8.13
3962024-06-25T21:25:49.134Z Downloaded serde v1.0.203
3972024-06-25T21:25:49.136Z Downloaded ryu v1.0.18
3982024-06-25T21:25:49.139Z Downloaded http v0.2.12
3992024-06-25T21:25:49.142Z Downloaded flate2 v1.0.30
4002024-06-25T21:25:49.145Z Downloaded base64 v0.21.7
4012024-06-25T21:25:49.148Z Downloaded tokio-native-tls v0.3.1
4022024-06-25T21:25:49.151Z Downloaded openssl-sys v0.9.102
4032024-06-25T21:25:49.154Z Downloaded futures v0.3.30
4042024-06-25T21:25:49.158Z Downloaded pest_derive v2.7.10
4052024-06-25T21:25:49.161Z Downloaded unicode-width v0.1.12
4062024-06-25T21:25:49.163Z Downloaded anyhow v1.0.86
4072024-06-25T21:25:49.168Z Downloaded thread-id v4.2.1
4082024-06-25T21:25:49.168Z Downloaded http-body v0.4.6
4092024-06-25T21:25:49.171Z Downloaded terminal_size v0.3.0
4102024-06-25T21:25:49.171Z Downloaded mime v0.3.17
4112024-06-25T21:25:49.171Z Downloaded cargo_metadata v0.18.1
4122024-06-25T21:25:49.171Z Downloaded anstyle-parse v0.2.4
4132024-06-25T21:25:49.174Z Downloaded sha2 v0.10.8
4142024-06-25T21:25:49.177Z Downloaded camino v1.1.7
4152024-06-25T21:25:49.177Z Downloaded signal-hook-registry v1.4.2
4162024-06-25T21:25:49.177Z Downloaded rustls-pemfile v1.0.4
4172024-06-25T21:25:49.180Z Downloaded powerfmt v0.2.0
4182024-06-25T21:25:49.180Z Downloaded once_cell v1.19.0
4192024-06-25T21:25:49.183Z Downloaded lock_api v0.4.12
4202024-06-25T21:25:49.185Z Downloaded futures-sink v0.3.30
4212024-06-25T21:25:49.185Z Downloaded futures-core v0.3.30
4222024-06-25T21:25:49.185Z Downloaded form_urlencoded v1.2.1
4232024-06-25T21:25:49.185Z Downloaded errno v0.3.9
4242024-06-25T21:25:49.188Z Downloaded crossbeam-utils v0.8.19
4252024-06-25T21:25:49.191Z Downloaded bitflags v2.5.0
4262024-06-25T21:25:49.194Z Downloaded thread_local v1.1.8
4272024-06-25T21:25:49.194Z Downloaded serde_urlencoded v0.7.1
4282024-06-25T21:25:49.197Z Downloaded native-tls v0.2.11
4292024-06-25T21:25:49.197Z Downloaded ipnet v2.9.0
4302024-06-25T21:25:49.200Z Downloaded httpdate v1.0.3
4312024-06-25T21:25:49.200Z Downloaded clap_lex v0.7.0
4322024-06-25T21:25:49.200Z Downloaded byteorder v1.5.0
4332024-06-25T21:25:49.203Z Downloaded xattr v1.3.1
4342024-06-25T21:25:49.203Z Downloaded tokio-macros v2.2.0
4352024-06-25T21:25:49.203Z Downloaded time-macros v0.2.18
4362024-06-25T21:25:49.206Z Downloaded thiserror-impl v1.0.60
4372024-06-25T21:25:49.206Z Downloaded tabled_derive v0.7.0
4382024-06-25T21:25:49.206Z Downloaded dof v0.3.0
4392024-06-25T21:25:49.209Z Downloaded cpufeatures v0.2.12
4402024-06-25T21:25:49.209Z Downloaded block-buffer v0.10.4
4412024-06-25T21:25:49.209Z Downloaded scopeguard v1.2.0
4422024-06-25T21:25:49.212Z Downloaded num-conv v0.1.0
4432024-06-25T21:25:49.212Z Downloaded is-terminal v0.4.12
4442024-06-25T21:25:49.212Z Downloaded foreign-types v0.3.2
4452024-06-25T21:25:49.212Z Downloaded cargo_toml v0.20.2
4462024-06-25T21:25:49.215Z Downloaded cargo-platform v0.1.8
4472024-06-25T21:25:49.215Z Downloaded autocfg v1.3.0
4482024-06-25T21:25:49.219Z Downloaded crypto-common v0.1.6
4492024-06-25T21:25:49.219Z Downloaded futures-task v0.3.30
4502024-06-25T21:25:49.219Z Downloaded pest_meta v2.7.10
4512024-06-25T21:25:49.222Z Downloaded colorchoice v1.0.1
4522024-06-25T21:25:49.222Z Downloaded bytecount v0.6.8
4532024-06-25T21:25:49.222Z Downloaded anstyle-query v1.0.3
4542024-06-25T21:25:49.225Z Downloaded anstyle v1.0.7
4552024-06-25T21:25:49.513Z Compiling proc-macro2 v1.0.86
4562024-06-25T21:25:49.513Z Compiling unicode-ident v1.0.12
4572024-06-25T21:25:49.513Z Compiling libc v0.2.155
4582024-06-25T21:25:49.517Z Compiling version_check v0.9.4
4592024-06-25T21:25:49.517Z Compiling cfg-if v1.0.0
4602024-06-25T21:25:49.517Z Compiling itoa v1.0.11
4612024-06-25T21:25:49.517Z Compiling once_cell v1.19.0
4622024-06-25T21:25:49.547Z Compiling serde v1.0.203
4632024-06-25T21:25:49.667Z Compiling autocfg v1.3.0
4642024-06-25T21:25:49.750Z Compiling memchr v2.7.2
4652024-06-25T21:25:49.808Z Compiling thiserror v1.0.60
4662024-06-25T21:25:50.038Z Compiling ryu v1.0.18
4672024-06-25T21:25:50.318Z Compiling pin-project-lite v0.2.14
4682024-06-25T21:25:50.378Z Compiling bitflags v2.5.0
4692024-06-25T21:25:50.459Z Compiling cc v1.0.97
4702024-06-25T21:25:50.519Z Compiling lock_api v0.4.12
4712024-06-25T21:25:50.762Z Compiling ucd-trie v0.1.6
4722024-06-25T21:25:51.162Z Compiling vcpkg v0.2.15
4732024-06-25T21:25:51.241Z Compiling pkg-config v0.3.30
4742024-06-25T21:25:52.309Z Compiling parking_lot_core v0.9.10
4752024-06-25T21:25:52.575Z Compiling slab v0.4.9
4762024-06-25T21:25:52.603Z Compiling futures-core v0.3.30
4772024-06-25T21:25:52.643Z Compiling futures-sink v0.3.30
4782024-06-25T21:25:52.787Z Compiling bytes v1.6.0
4792024-06-25T21:25:52.787Z Compiling smallvec v1.13.2
4802024-06-25T21:25:52.844Z Compiling scopeguard v1.2.0
4812024-06-25T21:25:53.012Z Compiling fnv v1.0.7
4822024-06-25T21:25:53.158Z Compiling equivalent v1.0.1
4832024-06-25T21:25:53.182Z Compiling openssl-sys v0.9.102
4842024-06-25T21:25:53.218Z Compiling serde_json v1.0.117
4852024-06-25T21:25:53.262Z Compiling hashbrown v0.14.5
4862024-06-25T21:25:53.307Z Compiling byteorder v1.5.0
4872024-06-25T21:25:53.441Z Compiling log v0.4.21
4882024-06-25T21:25:53.507Z Compiling quote v1.0.36
4892024-06-25T21:25:53.819Z Compiling socket2 v0.5.7
4902024-06-25T21:25:54.085Z Compiling syn v2.0.68
4912024-06-25T21:25:54.108Z Compiling parking_lot v0.12.2
4922024-06-25T21:25:54.234Z Compiling num_cpus v1.16.0
4932024-06-25T21:25:54.359Z Compiling signal-hook-registry v1.4.2
4942024-06-25T21:25:54.397Z Compiling mio v0.8.11
4952024-06-25T21:25:54.485Z Compiling indexmap v2.2.6
4962024-06-25T21:25:54.797Z Compiling futures-channel v0.3.30
4972024-06-25T21:25:54.842Z Compiling futures-io v0.3.30
4982024-06-25T21:25:55.032Z Compiling futures-task v0.3.30
4992024-06-25T21:25:55.168Z Compiling rustix v0.38.34
5002024-06-25T21:25:55.210Z Compiling pin-utils v0.1.0
5012024-06-25T21:25:55.331Z Compiling typenum v1.17.0
5022024-06-25T21:25:55.562Z Compiling errno v0.3.9
5032024-06-25T21:25:55.618Z Compiling generic-array v0.14.7
5042024-06-25T21:25:55.726Z Compiling foreign-types-shared v0.1.1
5052024-06-25T21:25:55.796Z Compiling slog v2.7.0
5062024-06-25T21:25:55.837Z Compiling openssl v0.10.64
5072024-06-25T21:25:55.965Z Compiling foreign-types v0.3.2
5082024-06-25T21:25:56.055Z Compiling http v0.2.12
5092024-06-25T21:25:56.206Z Compiling proc-macro-error-attr v1.0.4
5102024-06-25T21:25:56.359Z Compiling usdt-impl v0.5.0
5112024-06-25T21:25:56.458Z Compiling tracing-core v0.1.32
5122024-06-25T21:25:56.667Z Compiling tinyvec_macros v0.1.1
5132024-06-25T21:25:56.765Z Compiling num-conv v0.1.0
5142024-06-25T21:25:56.789Z Compiling httparse v1.8.0
5152024-06-25T21:25:57.061Z Compiling native-tls v0.2.11
5162024-06-25T21:25:57.184Z Compiling powerfmt v0.2.0
5172024-06-25T21:25:57.366Z Compiling syn v1.0.109
5182024-06-25T21:25:57.587Z Compiling time-core v0.1.2
5192024-06-25T21:25:57.764Z Compiling time-macros v0.2.18
5202024-06-25T21:25:57.816Z Compiling deranged v0.3.11
5212024-06-25T21:25:58.055Z Compiling tracing v0.1.40
5222024-06-25T21:25:58.383Z Compiling tinyvec v1.6.0
5232024-06-25T21:25:58.443Z Compiling thread-id v4.2.1
5242024-06-25T21:25:58.777Z Compiling proc-macro-error v1.0.4
5252024-06-25T21:25:58.965Z Compiling try-lock v0.2.5
5262024-06-25T21:25:59.009Z Compiling crossbeam-utils v0.8.19
5272024-06-25T21:25:59.100Z Compiling heck v0.4.1
5282024-06-25T21:25:59.608Z Compiling rustversion v1.0.17
5292024-06-25T21:25:59.614Z Compiling percent-encoding v2.3.1
5302024-06-25T21:25:59.657Z Compiling openssl-probe v0.1.5
5312024-06-25T21:25:59.686Z Compiling plain v0.2.3
5322024-06-25T21:25:59.733Z Compiling utf8parse v0.2.1
5332024-06-25T21:25:59.855Z Compiling num_threads v0.1.7
5342024-06-25T21:25:59.886Z Compiling anstyle-parse v0.2.4
5352024-06-25T21:25:59.982Z Compiling form_urlencoded v1.2.1
5362024-06-25T21:26:00.013Z Compiling unicode-normalization v0.1.23
5372024-06-25T21:26:00.063Z Compiling want v0.3.1
5382024-06-25T21:26:00.441Z Compiling http-body v0.4.6
5392024-06-25T21:26:00.592Z Compiling dirs-sys-next v0.1.2
5402024-06-25T21:26:01.007Z Compiling unicode-bidi v0.3.15
5412024-06-25T21:26:01.120Z Compiling winnow v0.6.8
5422024-06-25T21:26:01.200Z Compiling semver v1.0.23
5432024-06-25T21:26:01.233Z Compiling anstyle-query v1.0.3
5442024-06-25T21:26:01.374Z Compiling pretty-hex v0.4.1
5452024-06-25T21:26:01.398Z Compiling is_terminal_polyfill v1.70.0
5462024-06-25T21:26:01.401Z Compiling time v0.3.36
5472024-06-25T21:26:01.554Z Compiling crc32fast v1.4.0
5482024-06-25T21:26:01.576Z Compiling colorchoice v1.0.1
5492024-06-25T21:26:01.690Z Compiling camino v1.1.7
5502024-06-25T21:26:01.741Z Compiling anstyle v1.0.7
5512024-06-25T21:26:02.051Z Compiling httpdate v1.0.3
5522024-06-25T21:26:02.223Z Compiling tower-service v0.3.2
5532024-06-25T21:26:02.352Z Compiling anstream v0.6.14
5542024-06-25T21:26:02.497Z Compiling idna v0.5.0
5552024-06-25T21:26:02.565Z Compiling dirs-next v2.0.0
5562024-06-25T21:26:03.793Z Compiling block-buffer v0.10.4
5572024-06-25T21:26:04.004Z Compiling crypto-common v0.1.6
5582024-06-25T21:26:04.030Z Compiling terminal_size v0.3.0
5592024-06-25T21:26:04.195Z Compiling fs-err v2.11.0
5602024-06-25T21:26:04.217Z Compiling thread_local v1.1.8
5612024-06-25T21:26:04.220Z Compiling heck v0.5.0
5622024-06-25T21:26:04.258Z Compiling match_cfg v0.1.0
5632024-06-25T21:26:04.348Z Compiling slog-async v2.8.0
5642024-06-25T21:26:04.445Z Compiling unicode-width v0.1.12
5652024-06-25T21:26:04.665Z Compiling adler v1.0.2
5662024-06-25T21:26:04.732Z Compiling anyhow v1.0.86
5672024-06-25T21:26:04.767Z Compiling bytecount v0.6.8
5682024-06-25T21:26:04.839Z Compiling base64 v0.21.7
5692024-06-25T21:26:04.863Z Compiling clap_lex v0.7.0
5702024-06-25T21:26:04.885Z Compiling strsim v0.11.1
5712024-06-25T21:26:04.986Z Compiling papergrid v0.11.0
5722024-06-25T21:26:05.250Z Compiling clap_builder v4.5.2
5732024-06-25T21:26:05.379Z Compiling rustls-pemfile v1.0.4
5742024-06-25T21:26:06.592Z Compiling miniz_oxide v0.7.2
5752024-06-25T21:26:06.594Z Compiling hostname v0.3.1
5762024-06-25T21:26:06.595Z Compiling digest v0.10.7
5772024-06-25T21:26:06.595Z Compiling crossbeam-channel v0.5.12
5782024-06-25T21:26:06.595Z Compiling url v2.5.0
5792024-06-25T21:26:06.595Z Compiling term v0.7.0
5802024-06-25T21:26:06.867Z Compiling serde_derive v1.0.203
5812024-06-25T21:26:06.953Z Compiling thiserror-impl v1.0.60
5822024-06-25T21:26:07.126Z Compiling zerocopy-derive v0.7.34
5832024-06-25T21:26:07.150Z Compiling tokio-macros v2.2.0
5842024-06-25T21:26:07.895Z Compiling futures-macro v0.3.30
5852024-06-25T21:26:07.940Z Compiling openssl-macros v0.1.1
5862024-06-25T21:26:08.689Z Compiling scroll_derive v0.12.0
5872024-06-25T21:26:08.843Z Compiling tokio v1.37.0
5882024-06-25T21:26:09.457Z Compiling zerocopy v0.7.34
5892024-06-25T21:26:09.958Z Compiling futures-util v0.3.30
5902024-06-25T21:26:10.198Z Compiling scroll v0.12.0
5912024-06-25T21:26:10.523Z Compiling pest v2.7.10
5922024-06-25T21:26:10.810Z Compiling goblin v0.8.2
5932024-06-25T21:26:11.076Z Compiling tabled_derive v0.7.0
5942024-06-25T21:26:13.472Z Compiling pest_meta v2.7.10
5952024-06-25T21:26:13.652Z Compiling clap_derive v4.5.4
5962024-06-25T21:26:15.098Z Compiling pest_generator v2.7.10
5972024-06-25T21:26:17.124Z Compiling tokio-util v0.7.11
5982024-06-25T21:26:18.035Z Compiling h2 v0.3.26
5992024-06-25T21:26:18.808Z Compiling futures-executor v0.3.30
6002024-06-25T21:26:18.845Z Compiling pest_derive v2.7.10
6012024-06-25T21:26:19.100Z Compiling tokio-native-tls v0.3.1
6022024-06-25T21:26:19.383Z Compiling strum_macros v0.26.2
6032024-06-25T21:26:19.639Z Compiling dtrace-parser v0.2.0
6042024-06-25T21:26:19.754Z Compiling xattr v1.3.1
6052024-06-25T21:26:20.046Z Compiling memmap v0.7.0
6062024-06-25T21:26:20.462Z Compiling is-terminal v0.4.12
6072024-06-25T21:26:20.600Z Compiling filetime v0.2.23
6082024-06-25T21:26:20.961Z Compiling encoding_rs v0.8.34
6092024-06-25T21:26:21.333Z Compiling sync_wrapper v0.1.2
6102024-06-25T21:26:21.469Z Compiling mime v0.3.17
6112024-06-25T21:26:22.079Z Compiling serde_spanned v0.6.6
6122024-06-25T21:26:22.194Z Compiling toml_datetime v0.6.6
6132024-06-25T21:26:22.716Z Compiling serde_tokenstream v0.2.0
6142024-06-25T21:26:22.739Z Compiling toml_edit v0.22.13
6152024-06-25T21:26:23.232Z Compiling hyper v0.14.28
6162024-06-25T21:26:23.744Z Compiling dof v0.3.0
6172024-06-25T21:26:25.174Z Compiling slog-json v2.6.1
6182024-06-25T21:26:25.838Z Compiling toml v0.8.13
6192024-06-25T21:26:25.987Z Compiling cargo-platform v0.1.8
6202024-06-25T21:26:26.384Z Compiling serde_urlencoded v0.7.1
6212024-06-25T21:26:26.445Z Compiling ipnet v2.9.0
6222024-06-25T21:26:26.548Z Compiling take_mut v0.2.2
6232024-06-25T21:26:26.572Z Compiling cpufeatures v0.2.12
6242024-06-25T21:26:26.673Z Compiling sha2 v0.10.8
6252024-06-25T21:26:26.892Z Compiling cargo_toml v0.20.2
6262024-06-25T21:26:27.234Z Compiling usdt-macro v0.5.0
6272024-06-25T21:26:27.649Z Compiling usdt-attr-macro v0.5.0
6282024-06-25T21:26:27.740Z Compiling hyper-tls v0.5.0
6292024-06-25T21:26:27.980Z Compiling cargo_metadata v0.18.1
6302024-06-25T21:26:28.091Z Compiling reqwest v0.11.27
6312024-06-25T21:26:28.533Z Compiling slog-bunyan v2.5.0
6322024-06-25T21:26:28.730Z Compiling strum v0.26.2
6332024-06-25T21:26:28.910Z Compiling macaddr v1.0.1
6342024-06-25T21:26:29.114Z Compiling usdt v0.5.0
6352024-06-25T21:26:29.365Z Compiling tar v0.4.40
6362024-06-25T21:26:29.428Z Compiling slog-term v2.9.1
6372024-06-25T21:26:29.609Z Compiling flate2 v1.0.30
6382024-06-25T21:26:30.073Z Compiling futures v0.3.30
6392024-06-25T21:26:30.197Z Compiling clap v4.5.4
6402024-06-25T21:26:30.322Z Compiling tabled v0.15.0
6412024-06-25T21:26:31.239Z Compiling swrite v0.1.0
6422024-06-25T21:26:31.372Z Compiling md5 v0.7.0
6432024-06-25T21:26:35.162Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6442024-06-25T21:26:42.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6452024-06-25T21:26:42.822Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6462024-06-25T21:26:42.882ZJun 25 21:26:41.620 INFO Starting download, target: Console
6472024-06-25T21:26:42.882ZJun 25 21:26:41.621 INFO Starting download, target: Clickhouse
6482024-06-25T21:26:42.883ZJun 25 21:26:41.621 INFO Starting download, target: Cockroach
6492024-06-25T21:26:42.883ZJun 25 21:26:41.621 INFO Starting download, target: DendriteOpenapi
6502024-06-25T21:26:42.886ZJun 25 21:26:41.621 INFO Starting download, target: DendriteStub
6512024-06-25T21:26:42.886ZJun 25 21:26:41.621 INFO Starting download, target: MaghemiteMgd
6522024-06-25T21:26:42.886ZJun 25 21:26:41.621 INFO Starting download, target: TransceiverControl
6532024-06-25T21:26:42.886ZJun 25 21:26:41.621 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6542024-06-25T21:26:42.886ZJun 25 21:26:41.621 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi
6552024-06-25T21:26:42.886ZJun 25 21:26:41.621 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6562024-06-25T21:26:42.886ZJun 25 21:26:41.622 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6572024-06-25T21:26:42.886ZJun 25 21:26:41.622 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6582024-06-25T21:26:42.886ZJun 25 21:26:41.622 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6592024-06-25T21:26:42.886ZJun 25 21:26:41.622 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6602024-06-25T21:26:43.121ZJun 25 21:26:41.859 INFO Download complete, target: DendriteOpenapi
6612024-06-25T21:26:43.363ZJun 25 21:26:42.094 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6622024-06-25T21:26:43.426ZJun 25 21:26:42.153 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6632024-06-25T21:26:43.747ZJun 25 21:26:42.471 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6642024-06-25T21:26:43.836ZJun 25 21:26:42.572 INFO Download complete, target: Console
6652024-06-25T21:26:43.888ZJun 25 21:26:42.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6662024-06-25T21:26:44.144ZJun 25 21:26:42.882 INFO Download complete, target: TransceiverControl
6672024-06-25T21:26:45.486ZJun 25 21:26:44.224 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6682024-06-25T21:26:46.999ZJun 25 21:26:45.736 INFO Download complete, target: DendriteStub
6692024-06-25T21:26:47.455ZJun 25 21:26:46.192 INFO Download complete, target: MaghemiteMgd
6702024-06-25T21:26:47.464ZJun 25 21:26:46.201 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6712024-06-25T21:26:47.464ZJun 25 21:26:46.201 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6722024-06-25T21:26:56.102ZJun 25 21:26:54.837 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6732024-06-25T21:26:56.421ZJun 25 21:26:55.154 INFO Checking that binary works, target: Cockroach
6742024-06-25T21:26:56.663ZJun 25 21:26:55.398 INFO Download complete, target: Cockroach
6752024-06-25T21:27:00.609ZJun 25 21:26:59.343 INFO Checking that binary works, target: Clickhouse
6762024-06-25T21:27:00.974ZJun 25 21:26:59.708 INFO Download complete, target: Clickhouse
6772024-06-25T21:27:00.982ZAll prerequisites installed successfully
6782024-06-25T21:27:00.985Z
6792024-06-25T21:27:00.985Zreal 2:47.968323221
6802024-06-25T21:27:00.985Zuser 5:47.658706437
6812024-06-25T21:27:00.985Zsys 1:18.165705586
6822024-06-25T21:27:00.985Ztrap 0.192789342
6832024-06-25T21:27:00.986Ztflt 4.531576822
6842024-06-25T21:27:00.986Zdflt 5.741832101
6852024-06-25T21:27:00.986Zkflt 0.163928566
6862024-06-25T21:27:00.986Zlock 13:15.038981343
6872024-06-25T21:27:00.986Zslp 18:09.450445073
6882024-06-25T21:27:00.986Zlat 18.997751412
6892024-06-25T21:27:00.986Zstop 1:01.734180469
6902024-06-25T21:27:00.986Z+ ptime -m cargo xtask download softnpu
6912024-06-25T21:27:01.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
6922024-06-25T21:27:01.562Z Running `target/debug/xtask download softnpu`
6932024-06-25T21:27:01.586ZJun 25 21:27:00.320 INFO Starting download, target: Softnpu
6942024-06-25T21:27:01.589ZJun 25 21:27:00.321 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6952024-06-25T21:27:02.163ZJun 25 21:27:00.896 INFO Download complete, target: Softnpu
6962024-06-25T21:27:02.167Z
6972024-06-25T21:27:02.170Zreal 1.177392328
6982024-06-25T21:27:02.170Zuser 0.638586780
6992024-06-25T21:27:02.170Zsys 0.297258302
7002024-06-25T21:27:02.170Ztrap 0.000280944
7012024-06-25T21:27:02.170Ztflt 0.000058666
7022024-06-25T21:27:02.170Zdflt 0.000062964
7032024-06-25T21:27:02.170Zkflt 0.000000000
7042024-06-25T21:27:02.170Zlock 5.591082171
7052024-06-25T21:27:02.170Zslp 0.437054649
7062024-06-25T21:27:02.170Zlat 0.071929522
7072024-06-25T21:27:02.170Zstop 0.000255720
7082024-06-25T21:27:02.170Z+ export CARGO_INCREMENTAL=0
7092024-06-25T21:27:02.170Z+ CARGO_INCREMENTAL=0
7102024-06-25T21:27:02.170Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7112024-06-25T21:27:02.715Z Downloading crates ...
7122024-06-25T21:27:02.865Z Downloaded addr2line v0.21.0
7132024-06-25T21:27:02.870Z Downloaded blake2 v0.10.6
7142024-06-25T21:27:02.873Z Downloaded ciborium-io v0.2.2
7152024-06-25T21:27:02.876Z Downloaded bitstruct_derive v0.1.0
7162024-06-25T21:27:02.876Z Downloaded assert_matches v1.5.0
7172024-06-25T21:27:02.880Z Downloaded darling_macro v0.20.9
7182024-06-25T21:27:02.883Z Downloaded atomicwrites v0.4.3
7192024-06-25T21:27:02.883Z Downloaded nodrop v0.1.14
7202024-06-25T21:27:02.886Z Downloaded crucible-workspace-hack v0.1.0
7212024-06-25T21:27:02.888Z Downloaded cexpr v0.6.0
7222024-06-25T21:27:02.893Z Downloaded newline-converter v0.3.0
7232024-06-25T21:27:02.893Z Downloaded nibble_vec v0.1.0
7242024-06-25T21:27:02.896Z Downloaded mockall v0.12.1
7252024-06-25T21:27:02.899Z Downloaded multer v3.1.0
7262024-06-25T21:27:02.899Z Downloaded async-stream v0.3.5
7272024-06-25T21:27:02.902Z Downloaded precomputed-hash v0.1.1
7282024-06-25T21:27:02.903Z Downloaded base16ct v0.2.0
7292024-06-25T21:27:02.906Z Downloaded chacha20 v0.9.1
7302024-06-25T21:27:02.906Z Downloaded portpicker v0.1.1
7312024-06-25T21:27:02.909Z Downloaded path-slash v0.1.5
7322024-06-25T21:27:02.909Z Downloaded crc-catalog v2.4.0
7332024-06-25T21:27:02.912Z Downloaded bb8 v0.8.3
7342024-06-25T21:27:02.912Z Downloaded constant_time_eq v0.3.0
7352024-06-25T21:27:02.912Z Downloaded phf_shared v0.10.0
7362024-06-25T21:27:02.915Z Downloaded pretty-hex v0.2.1
7372024-06-25T21:27:02.915Z Downloaded newtype_derive v0.1.6
7382024-06-25T21:27:02.918Z Downloaded opaque-debug v0.3.1
7392024-06-25T21:27:02.918Z Downloaded bitstruct v0.1.1
7402024-06-25T21:27:02.921Z Downloaded predicates-tree v1.0.9
7412024-06-25T21:27:02.921Z Downloaded predicates-core v1.0.6
7422024-06-25T21:27:02.924Z Downloaded ciborium-ll v0.2.2
7432024-06-25T21:27:02.924Z Downloaded pem v3.0.4
7442024-06-25T21:27:02.927Z Downloaded olpc-cjson v0.1.3
7452024-06-25T21:27:02.927Z Downloaded num-iter v0.1.45
7462024-06-25T21:27:02.930Z Downloaded newtype-uuid v1.1.0
7472024-06-25T21:27:02.930Z Downloaded arrayref v0.3.7
7482024-06-25T21:27:02.933Z Downloaded defmt-parser v0.3.4
7492024-06-25T21:27:02.933Z Downloaded packed_struct v0.10.1
7502024-06-25T21:27:02.935Z Downloaded psl-types v2.0.11
7512024-06-25T21:27:02.935Z Downloaded async-trait v0.1.80
7522024-06-25T21:27:02.938Z Downloaded ascii v1.1.0
7532024-06-25T21:27:02.941Z Downloaded parse-display v0.9.0
7542024-06-25T21:27:02.944Z Downloaded r2d2 v0.8.10
7552024-06-25T21:27:02.944Z Downloaded data-encoding v2.6.0
7562024-06-25T21:27:02.947Z Downloaded cookie_store v0.20.0
7572024-06-25T21:27:02.949Z Downloaded rand_seeder v0.2.3
7582024-06-25T21:27:02.949Z Downloaded rand_chacha v0.3.1
7592024-06-25T21:27:02.952Z Downloaded cfg_aliases v0.1.1
7602024-06-25T21:27:02.952Z Downloaded normalize-line-endings v0.3.0
7612024-06-25T21:27:02.955Z Downloaded number_prefix v0.4.0
7622024-06-25T21:27:02.955Z Downloaded bit-vec v0.6.3
7632024-06-25T21:27:02.958Z Downloaded derive_builder_macro v0.20.0
7642024-06-25T21:27:02.958Z Downloaded parking_lot v0.11.2
7652024-06-25T21:27:02.960Z Downloaded cstr-argument v0.1.2
7662024-06-25T21:27:02.960Z Downloaded quick-error v1.2.3
7672024-06-25T21:27:02.963Z Downloaded num-complex v0.4.6
7682024-06-25T21:27:02.963Z Downloaded password-hash v0.5.0
7692024-06-25T21:27:02.971Z Downloaded platforms v3.4.0
7702024-06-25T21:27:02.974Z Downloaded postgres-types v0.2.6
7712024-06-25T21:27:02.974Z Downloaded pkcs1 v0.7.5
7722024-06-25T21:27:02.974Z Downloaded defmt v0.3.8
7732024-06-25T21:27:02.977Z Downloaded downcast v0.11.0
7742024-06-25T21:27:02.980Z Downloaded fxhash v0.2.1
7752024-06-25T21:27:02.980Z Downloaded derive_builder_core v0.20.0
7762024-06-25T21:27:02.985Z Downloaded instant v0.1.12
7772024-06-25T21:27:02.985Z Downloaded oso-derive v0.27.3
7782024-06-25T21:27:02.985Z Downloaded postgres-protocol v0.6.6
7792024-06-25T21:27:02.988Z Downloaded convert_case v0.4.0
7802024-06-25T21:27:02.988Z Downloaded cipher v0.4.4
7812024-06-25T21:27:02.991Z Downloaded wyz v0.5.1
7822024-06-25T21:27:02.991Z Downloaded ref-cast-impl v1.0.23
7832024-06-25T21:27:02.994Z Downloaded mockall_derive v0.12.1
7842024-06-25T21:27:02.994Z Downloaded predicates v3.1.0
7852024-06-25T21:27:02.997Z Downloaded clang-sys v1.7.0
7862024-06-25T21:27:03.000Z Downloaded dyn-clone v1.0.17
7872024-06-25T21:27:03.003Z Downloaded defmt-macros v0.3.9
7882024-06-25T21:27:03.003Z Downloaded cobs v0.2.3
7892024-06-25T21:27:03.006Z Downloaded rand_core v0.6.4
7902024-06-25T21:27:03.011Z Downloaded poly1305 v0.8.0
7912024-06-25T21:27:03.011Z Downloaded num_enum v0.5.11
7922024-06-25T21:27:03.014Z Downloaded peg-macros v0.8.3
7932024-06-25T21:27:03.017Z Downloaded pin-project v1.1.5
7942024-06-25T21:27:03.028Z Downloaded inout v0.1.3
7952024-06-25T21:27:03.034Z Downloaded termtree v0.4.1
7962024-06-25T21:27:03.034Z Downloaded zeroize_derive v1.4.2
7972024-06-25T21:27:03.037Z Downloaded unicode-linebreak v0.1.5
7982024-06-25T21:27:03.037Z Downloaded untrusted v0.7.1
7992024-06-25T21:27:03.037Z Downloaded ref-cast v1.0.23
8002024-06-25T21:27:03.040Z Downloaded phf_shared v0.11.2
8012024-06-25T21:27:03.040Z Downloaded display-error-chain v0.2.0
8022024-06-25T21:27:03.040Z Downloaded zone_cfg_derive v0.1.2
8032024-06-25T21:27:03.043Z Downloaded oso v0.27.3
8042024-06-25T21:27:03.046Z Downloaded argon2 v0.5.3
8052024-06-25T21:27:03.047Z Downloaded libsw v3.3.1
8062024-06-25T21:27:03.050Z Downloaded ahash v0.8.11
8072024-06-25T21:27:03.053Z Downloaded foreign-types-shared v0.3.1
8082024-06-25T21:27:03.053Z Downloaded derive_builder v0.20.0
8092024-06-25T21:27:03.056Z Downloaded der_derive v0.7.2
8102024-06-25T21:27:03.061Z Downloaded matches v0.1.10
8112024-06-25T21:27:03.061Z Downloaded serde-big-array v0.5.1
8122024-06-25T21:27:03.062Z Downloaded prettyplease v0.2.20
8132024-06-25T21:27:03.065Z Downloaded signature v2.2.0
8142024-06-25T21:27:03.068Z Downloaded tokio-tungstenite v0.21.0
8152024-06-25T21:27:03.068Z Downloaded schemars_derive v0.8.21
8162024-06-25T21:27:03.071Z Downloaded num-traits v0.2.19
8172024-06-25T21:27:03.081Z Downloaded strum_macros v0.25.3
8182024-06-25T21:27:03.082Z Downloaded vte v0.11.1
8192024-06-25T21:27:03.082Z Downloaded static_assertions v1.1.0
8202024-06-25T21:27:03.082Z Downloaded unicase v2.7.0
8212024-06-25T21:27:03.082Z Downloaded unarray v0.1.4
8222024-06-25T21:27:03.082Z Downloaded ipnetwork v0.20.0
8232024-06-25T21:27:03.088Z Downloaded owo-colors v4.0.0
8242024-06-25T21:27:03.088Z Downloaded crc-any v2.5.0
8252024-06-25T21:27:03.091Z Downloaded ed25519 v1.5.3
8262024-06-25T21:27:03.091Z Downloaded diesel_table_macro_syntax v0.1.0
8272024-06-25T21:27:03.091Z Downloaded fixedbitset v0.4.2
8282024-06-25T21:27:03.099Z Downloaded crypto-bigint v0.5.5
8292024-06-25T21:27:03.102Z Downloaded either v1.12.0
8302024-06-25T21:27:03.102Z Downloaded managed v0.8.0
8312024-06-25T21:27:03.105Z Downloaded cookie v0.18.1
8322024-06-25T21:27:03.107Z Downloaded maplit v1.0.2
8332024-06-25T21:27:03.107Z Downloaded sigpipe v0.1.3
8342024-06-25T21:27:03.108Z Downloaded headers-core v0.2.0
8352024-06-25T21:27:03.110Z Downloaded serde-big-array v0.4.1
8362024-06-25T21:27:03.110Z Downloaded semver v0.1.20
8372024-06-25T21:27:03.113Z Downloaded secrecy v0.8.0
8382024-06-25T21:27:03.113Z Downloaded kstat-rs v0.2.4
8392024-06-25T21:27:03.116Z Downloaded smawk v0.3.2
8402024-06-25T21:27:03.116Z Downloaded smf v0.2.3
8412024-06-25T21:27:03.119Z Downloaded sec1 v0.7.3
8422024-06-25T21:27:03.119Z Downloaded smallvec v0.6.14
8432024-06-25T21:27:03.121Z Downloaded spin v0.9.8
8442024-06-25T21:27:03.124Z Downloaded const_format v0.2.32
8452024-06-25T21:27:03.127Z Downloaded compact_str v0.7.1
8462024-06-25T21:27:03.130Z Downloaded tiny-keccak v2.0.2
8472024-06-25T21:27:03.133Z Downloaded ident_case v1.0.1
8482024-06-25T21:27:03.136Z Downloaded erased-serde v0.3.31
8492024-06-25T21:27:03.139Z Downloaded chacha20poly1305 v0.10.1
8502024-06-25T21:27:03.139Z Downloaded wait-timeout v0.2.0
8512024-06-25T21:27:03.141Z Downloaded omicron-zone-package v0.11.0
8522024-06-25T21:27:03.144Z Downloaded keccak v0.1.5
8532024-06-25T21:27:03.147Z Downloaded darling_core v0.20.9
8542024-06-25T21:27:03.149Z Downloaded is_ci v1.2.0
8552024-06-25T21:27:03.152Z Downloaded foreign-types v0.5.0
8562024-06-25T21:27:03.152Z Downloaded group v0.13.0
8572024-06-25T21:27:03.154Z Downloaded zip v0.6.6
8582024-06-25T21:27:03.158Z Downloaded num-rational v0.4.2
8592024-06-25T21:27:03.160Z Downloaded siphasher v0.3.11
8602024-06-25T21:27:03.163Z Downloaded signal-hook-tokio v0.3.1
8612024-06-25T21:27:03.163Z Downloaded slog-dtrace v0.3.0
8622024-06-25T21:27:03.165Z Downloaded tls_codec v0.4.1
8632024-06-25T21:27:03.168Z Downloaded flume v0.11.0
8642024-06-25T21:27:03.171Z Downloaded lalrpop-util v0.19.12
8652024-06-25T21:27:03.171Z Downloaded yasna v0.5.2
8662024-06-25T21:27:03.174Z Downloaded env_logger v0.9.3
8672024-06-25T21:27:03.176Z Downloaded minimal-lexical v0.2.1
8682024-06-25T21:27:03.181Z Downloaded backtrace v0.3.71
8692024-06-25T21:27:03.186Z Downloaded spki v0.7.3
8702024-06-25T21:27:03.189Z Downloaded hubpack_derive v0.1.1
8712024-06-25T21:27:03.189Z Downloaded serde_plain v1.0.2
8722024-06-25T21:27:03.193Z Downloaded serde_path_to_error v0.1.16
8732024-06-25T21:27:03.196Z Downloaded embedded-io v0.4.0
8742024-06-25T21:27:03.196Z Downloaded difflib v0.4.0
8752024-06-25T21:27:03.196Z Downloaded toml v0.7.8
8762024-06-25T21:27:03.199Z Downloaded test-strategy v0.3.1
8772024-06-25T21:27:03.201Z Downloaded stability v0.2.0
8782024-06-25T21:27:03.204Z Downloaded hyper-staticfile v0.9.5
8792024-06-25T21:27:03.207Z Downloaded shell-words v1.1.0
8802024-06-25T21:27:03.207Z Downloaded rusty-fork v0.3.0
8812024-06-25T21:27:03.210Z Downloaded tap v1.0.1
8822024-06-25T21:27:03.210Z Downloaded getrandom v0.2.14
8832024-06-25T21:27:03.221Z Downloaded headers v0.3.9
8842024-06-25T21:27:03.226Z Downloaded toolchain_find v0.4.0
8852024-06-25T21:27:03.229Z Downloaded schemars v0.8.21
8862024-06-25T21:27:03.238Z Downloaded samael v0.0.15
8872024-06-25T21:27:03.243Z Downloaded supports-color v3.0.0
8882024-06-25T21:27:03.246Z Downloaded subtle v2.5.0
8892024-06-25T21:27:03.246Z Downloaded termcolor v1.4.1
8902024-06-25T21:27:03.249Z Downloaded endian-type v0.1.2
8912024-06-25T21:27:03.249Z Downloaded vte_generate_state_changes v0.1.1
8922024-06-25T21:27:03.249Z Downloaded linear-map v1.2.0
8932024-06-25T21:27:03.252Z Downloaded iana-time-zone v0.1.60
8942024-06-25T21:27:03.255Z Downloaded lazycell v1.3.0
8952024-06-25T21:27:03.255Z Downloaded rcgen v0.12.1
8962024-06-25T21:27:03.257Z Downloaded heck v0.3.3
8972024-06-25T21:27:03.258Z Downloaded flagset v0.4.5
8982024-06-25T21:27:03.260Z Downloaded stable_deref_trait v1.2.0
8992024-06-25T21:27:03.260Z Downloaded enum-as-inner v0.5.1
9002024-06-25T21:27:03.263Z Downloaded termios v0.3.3
9012024-06-25T21:27:03.266Z Downloaded signal-hook v0.3.17
9022024-06-25T21:27:03.268Z Downloaded rand v0.8.5
9032024-06-25T21:27:03.271Z Downloaded similar v2.5.0
9042024-06-25T21:27:03.276Z Downloaded hyper-rustls v0.24.2
9052024-06-25T21:27:03.279Z Downloaded ena v0.14.3
9062024-06-25T21:27:03.282Z Downloaded rustfmt-wrapper v0.2.1
9072024-06-25T21:27:03.285Z Downloaded memoffset v0.9.1
9082024-06-25T21:27:03.285Z Downloaded linked-hash-map v0.5.6
9092024-06-25T21:27:03.288Z Downloaded structmeta-derive v0.2.0
9102024-06-25T21:27:03.288Z Downloaded structmeta v0.3.0
9112024-06-25T21:27:03.288Z Downloaded tokio-rustls v0.24.1
9122024-06-25T21:27:03.291Z Downloaded string_cache v0.8.7
9132024-06-25T21:27:03.293Z Downloaded serde_arrays v0.1.0
9142024-06-25T21:27:03.293Z Downloaded highway v1.1.0
9152024-06-25T21:27:03.296Z Downloaded ron v0.7.1
9162024-06-25T21:27:03.300Z Downloaded hash32 v0.3.1
9172024-06-25T21:27:03.303Z Downloaded sct v0.7.1
9182024-06-25T21:27:03.306Z Downloaded resolv-conf v0.7.0
9192024-06-25T21:27:03.308Z Downloaded hex v0.4.3
9202024-06-25T21:27:03.311Z Downloaded hash32 v0.2.1
9212024-06-25T21:27:03.311Z Downloaded ron v0.8.1
9222024-06-25T21:27:03.317Z Downloaded untrusted v0.9.0
9232024-06-25T21:27:03.320Z Downloaded stringprep v0.1.4
9242024-06-25T21:27:03.323Z Downloaded sha1 v0.10.6
9252024-06-25T21:27:03.323Z Downloaded textwrap v0.16.1
9262024-06-25T21:27:03.326Z Downloaded uzers v0.11.3
9272024-06-25T21:27:03.328Z Downloaded elliptic-curve v0.13.8
9282024-06-25T21:27:03.332Z Downloaded diff v0.1.13
9292024-06-25T21:27:03.335Z Downloaded tracing-attributes v0.1.27
9302024-06-25T21:27:03.340Z Downloaded trust-dns-server v0.22.1
9312024-06-25T21:27:03.344Z Downloaded fatfs v0.3.6
9322024-06-25T21:27:03.347Z Downloaded rustls-pemfile v2.1.2
9332024-06-25T21:27:03.350Z Downloaded indicatif v0.17.8
9342024-06-25T21:27:03.354Z Downloaded half v2.4.1
9352024-06-25T21:27:03.358Z Downloaded serde_with_macros v3.8.1
9362024-06-25T21:27:03.360Z Downloaded vsss-rs v3.3.4
9372024-06-25T21:27:03.363Z Downloaded num-bigint-dig v0.8.4
9382024-06-25T21:27:03.368Z Downloaded crossterm v0.27.0
9392024-06-25T21:27:03.375Z Downloaded uuid v1.8.0
9402024-06-25T21:27:03.379Z Downloaded unsafe-libyaml v0.2.11
9412024-06-25T21:27:03.383Z Downloaded libxml v0.3.3
9422024-06-25T21:27:03.389Z Downloaded portable-atomic v1.6.0
9432024-06-25T21:27:03.396Z Downloaded heapless v0.7.17
9442024-06-25T21:27:03.400Z Downloaded unicode_categories v0.1.1
9452024-06-25T21:27:03.404Z Downloaded libm v0.2.8
9462024-06-25T21:27:03.412Z Downloaded blake3 v1.5.1
9472024-06-25T21:27:03.419Z Downloaded serde_yaml v0.9.34+deprecated
9482024-06-25T21:27:03.424Z Downloaded salty v0.2.0
9492024-06-25T21:27:03.430Z Downloaded toml_edit v0.19.15
9502024-06-25T21:27:03.448Z Downloaded quick-xml v0.31.0
9512024-06-25T21:27:03.454Z Downloaded expectorate v1.1.0
9522024-06-25T21:27:03.457Z Downloaded steno v0.4.0
9532024-06-25T21:27:03.460Z Downloaded rayon v1.10.0
9542024-06-25T21:27:03.471Z Downloaded itertools v0.12.1
9552024-06-25T21:27:03.478Z Downloaded hashbrown v0.12.3
9562024-06-25T21:27:03.482Z Downloaded regex-automata v0.1.10
9572024-06-25T21:27:03.487Z Downloaded proptest v1.4.0
9582024-06-25T21:27:03.497Z Downloaded bitvec v1.0.1
9592024-06-25T21:27:03.514Z Downloaded winnow v0.5.40
9602024-06-25T21:27:03.523Z Downloaded serde_with v3.8.1
9612024-06-25T21:27:03.533Z Downloaded radix_trie v0.2.1
9622024-06-25T21:27:03.537Z Downloaded tough v0.17.1
9632024-06-25T21:27:03.546Z Downloaded rustyline v14.0.0
9642024-06-25T21:27:03.552Z Downloaded rustls-webpki v0.102.4
9652024-06-25T21:27:03.572Z Downloaded sqlparser v0.45.0
9662024-06-25T21:27:03.577Z Downloaded hkdf v0.12.4
9672024-06-25T21:27:03.580Z Downloaded nix v0.28.0
9682024-06-25T21:27:03.592Z Downloaded idna v0.2.3
9692024-06-25T21:27:03.598Z Downloaded trust-dns-proto v0.22.0
9702024-06-25T21:27:03.612Z Downloaded diesel v2.1.6
9712024-06-25T21:27:03.630Z Downloaded gimli v0.28.1
9722024-06-25T21:27:03.638Z Downloaded idna v0.3.0
9732024-06-25T21:27:03.645Z Downloaded smoltcp v0.9.1
9742024-06-25T21:27:03.657Z Downloaded ratatui v0.26.2
9752024-06-25T21:27:03.675Z Downloaded rustls v0.22.4
9762024-06-25T21:27:03.690Z Downloaded regress v0.9.1
9772024-06-25T21:27:03.698Z Downloaded regex-automata v0.4.6
9782024-06-25T21:27:03.715Z Downloaded finl_unicode v1.2.0
9792024-06-25T21:27:03.727Z Downloaded petgraph v0.6.5
9802024-06-25T21:27:03.744Z Downloaded rustls v0.21.12
9812024-06-25T21:27:03.755Z Downloaded sled v0.34.7
9822024-06-25T21:27:03.765Z Downloaded zerocopy-derive v0.6.6
9832024-06-25T21:27:03.775Z Downloaded bzip2-sys v0.1.11+1.0.8
9842024-06-25T21:27:03.786Z Downloaded smoltcp v0.11.0
9852024-06-25T21:27:03.799Z Downloaded regex-syntax v0.8.3
9862024-06-25T21:27:03.807Z Downloaded openapiv3 v2.0.0
9872024-06-25T21:27:03.818Z Downloaded bstr v1.9.1
9882024-06-25T21:27:03.829Z Downloaded bstr v0.2.17
9892024-06-25T21:27:03.838Z Downloaded sha3 v0.10.8
9902024-06-25T21:27:03.842Z Downloaded csv v1.3.0
9912024-06-25T21:27:03.861Z Downloaded regex-syntax v0.6.29
9922024-06-25T21:27:03.867Z Downloaded polar-core v0.27.3
9932024-06-25T21:27:03.875Z Downloaded object v0.32.2
9942024-06-25T21:27:03.888Z Downloaded nix v0.27.1
9952024-06-25T21:27:03.913Z Downloaded webpki-roots v0.25.4
9962024-06-25T21:27:03.920Z Downloaded regex v1.10.4
9972024-06-25T21:27:03.937Z Downloaded object v0.30.4
9982024-06-25T21:27:03.950Z Downloaded curve25519-dalek v4.1.2
9992024-06-25T21:27:03.962Z Downloaded lalrpop v0.19.12
10002024-06-25T21:27:03.977Z Downloaded rustls-webpki v0.101.7
10012024-06-25T21:27:03.991Z Downloaded chrono v0.4.38
10022024-06-25T21:27:03.998Z Downloaded bindgen v0.69.4
10032024-06-25T21:27:04.005Z Downloaded itertools v0.10.5
10042024-06-25T21:27:04.011Z Downloaded heapless v0.8.0
10052024-06-25T21:27:04.015Z Downloaded x509-cert v0.2.5
10062024-06-25T21:27:04.021Z Downloaded aho-corasick v1.1.3
10072024-06-25T21:27:04.026Z Downloaded rsa v0.9.6
10082024-06-25T21:27:04.031Z Downloaded zerocopy v0.6.6
10092024-06-25T21:27:04.034Z Downloaded tungstenite v0.20.1
10102024-06-25T21:27:04.036Z Downloaded hashbrown v0.13.2
10112024-06-25T21:27:04.041Z Downloaded reedline v0.31.0
10122024-06-25T21:27:04.048Z Downloaded trust-dns-resolver v0.22.0
10132024-06-25T21:27:04.052Z Downloaded trust-dns-client v0.22.0
10142024-06-25T21:27:04.058Z Downloaded http v1.1.0
10152024-06-25T21:27:04.061Z Downloaded nom v7.1.3
10162024-06-25T21:27:04.067Z Downloaded rustls-pki-types v1.7.0
10172024-06-25T21:27:04.069Z Downloaded tokio-rustls v0.25.0
10182024-06-25T21:27:04.072Z Downloaded libefi-sys v0.1.0
10192024-06-25T21:27:04.072Z Downloaded diesel_derives v2.1.4
10202024-06-25T21:27:04.076Z Downloaded publicsuffix v2.2.3
10212024-06-25T21:27:04.079Z Downloaded float-cmp v0.9.0
10222024-06-25T21:27:04.082Z Downloaded ff v0.13.0
10232024-06-25T21:27:04.082Z Downloaded topological-sort v0.2.2
10242024-06-25T21:27:04.086Z Downloaded strip-ansi-escapes v0.2.0
10252024-06-25T21:27:04.086Z Downloaded env_logger v0.10.2
10262024-06-25T21:27:04.089Z Downloaded serde-hex v0.1.0
10272024-06-25T21:27:04.090Z Downloaded utf-8 v0.7.6
10282024-06-25T21:27:04.092Z Downloaded tui-tree-widget v0.19.0
10292024-06-25T21:27:04.092Z Downloaded snafu-derive v0.8.2
10302024-06-25T21:27:04.093Z Downloaded snafu v0.8.2
10312024-06-25T21:27:04.098Z Downloaded memmap2 v0.9.4
10322024-06-25T21:27:04.102Z Downloaded socket2 v0.4.10
10332024-06-25T21:27:04.105Z Downloaded thiserror-no-std v2.0.2
10342024-06-25T21:27:04.107Z Downloaded unicode-segmentation v1.11.0
10352024-06-25T21:27:04.110Z Downloaded typed-path v0.7.1
10362024-06-25T21:27:04.114Z Downloaded lazy_static v1.4.0
10372024-06-25T21:27:04.118Z Downloaded indoc v2.0.5
10382024-06-25T21:27:04.121Z Downloaded indoc v1.0.9
10392024-06-25T21:27:04.121Z Downloaded walkdir v2.5.0
10402024-06-25T21:27:04.123Z Downloaded waitgroup v0.1.2
10412024-06-25T21:27:04.123Z Downloaded tls_codec_derive v0.4.1
10422024-06-25T21:27:04.126Z Downloaded md-5 v0.10.6
10432024-06-25T21:27:04.129Z Downloaded lru v0.12.3
10442024-06-25T21:27:04.129Z Downloaded serde_derive_internals v0.29.1
10452024-06-25T21:27:04.129Z Downloaded spin v0.5.2
10462024-06-25T21:27:04.132Z Downloaded tempfile v3.10.1
10472024-06-25T21:27:04.136Z Downloaded tokio-postgres v0.7.10
10482024-06-25T21:27:04.140Z Downloaded structmeta-derive v0.3.0
10492024-06-25T21:27:04.143Z Downloaded fastrand v2.1.0
10502024-06-25T21:27:04.143Z Downloaded universal-hash v0.5.1
10512024-06-25T21:27:04.146Z Downloaded unicode-xid v0.2.4
10522024-06-25T21:27:04.147Z Downloaded humantime v2.1.0
10532024-06-25T21:27:04.147Z Downloaded indexmap v1.9.3
10542024-06-25T21:27:04.149Z Downloaded hmac v0.12.1
10552024-06-25T21:27:04.152Z Downloaded tungstenite v0.21.0
10562024-06-25T21:27:04.155Z Downloaded num-bigint v0.4.5
10572024-06-25T21:27:04.158Z Downloaded tabwriter v1.4.0
10582024-06-25T21:27:04.161Z Downloaded sqlparser_derive v0.2.2
10592024-06-25T21:27:04.161Z Downloaded zeroize v1.7.0
10602024-06-25T21:27:04.164Z Downloaded zone v0.1.8
10612024-06-25T21:27:04.164Z Downloaded sqlformat v0.2.3
10622024-06-25T21:27:04.164Z Downloaded slog-scope v4.4.0
10632024-06-25T21:27:04.167Z Downloaded serde_repr v0.1.19
10642024-06-25T21:27:04.169Z Downloaded subprocess v0.2.9
10652024-06-25T21:27:04.169Z Downloaded der v0.7.9
10662024-06-25T21:27:04.174Z Downloaded slog-envlogger v2.2.0
10672024-06-25T21:27:04.177Z Downloaded rustc_version v0.4.0
10682024-06-25T21:27:04.180Z Downloaded rustc_version v0.1.7
10692024-06-25T21:27:04.180Z Downloaded shlex v1.3.0
10702024-06-25T21:27:04.180Z Downloaded signal-hook-mio v0.2.3
10712024-06-25T21:27:04.182Z Downloaded rtoolbox v0.0.2
10722024-06-25T21:27:04.182Z Downloaded rpassword v7.3.1
10732024-06-25T21:27:04.182Z Downloaded getopts v0.2.21
10742024-06-25T21:27:04.185Z Downloaded impl-trait-for-tuples v0.2.2
10752024-06-25T21:27:04.188Z Downloaded float-ord v0.3.2
10762024-06-25T21:27:04.188Z Downloaded globset v0.4.14
10772024-06-25T21:27:04.190Z Downloaded fragile v2.0.0
10782024-06-25T21:27:04.190Z Downloaded foreign-types-macros v0.2.3
10792024-06-25T21:27:04.195Z Downloaded fd-lock v4.0.2
10802024-06-25T21:27:04.195Z Downloaded tokio-tungstenite v0.20.1
10812024-06-25T21:27:04.198Z Downloaded tokio-stream v0.1.15
10822024-06-25T21:27:04.201Z Downloaded strum_macros v0.24.3
10832024-06-25T21:27:04.204Z Downloaded maybe-uninit v2.0.0
10842024-06-25T21:27:04.204Z Downloaded whoami v1.5.1
10852024-06-25T21:27:04.204Z Downloaded which v4.4.2
10862024-06-25T21:27:04.207Z Downloaded allocator-api2 v0.2.18
10872024-06-25T21:27:04.209Z Downloaded toml v0.5.11
10882024-06-25T21:27:04.212Z Downloaded hubpack v0.1.2
10892024-06-25T21:27:04.212Z Downloaded rustc-hash v1.1.0
10902024-06-25T21:27:04.215Z Downloaded rustc-demangle v0.1.24
10912024-06-25T21:27:04.215Z Downloaded libloading v0.8.3
10922024-06-25T21:27:04.218Z Downloaded lru-cache v0.1.2
10932024-06-25T21:27:04.218Z Downloaded glob v0.3.1
10942024-06-25T21:27:04.220Z Downloaded rayon-core v1.12.1
10952024-06-25T21:27:04.223Z Downloaded postcard v1.0.8
10962024-06-25T21:27:04.226Z Downloaded const_format_proc_macros v0.2.32
10972024-06-25T21:27:04.228Z Downloaded const-oid v0.9.6
10982024-06-25T21:27:04.231Z Downloaded parking_lot_core v0.8.6
10992024-06-25T21:27:04.233Z Downloaded pem-rfc7468 v0.7.0
11002024-06-25T21:27:04.233Z Downloaded base64 v0.13.1
11012024-06-25T21:27:04.236Z Downloaded arc-swap v1.7.1
11022024-06-25T21:27:04.239Z Downloaded slog-stdlog v4.1.1
11032024-06-25T21:27:04.242Z Downloaded phf v0.11.2
11042024-06-25T21:27:04.242Z Downloaded console v0.15.8
11052024-06-25T21:27:04.245Z Downloaded structmeta v0.2.0
11062024-06-25T21:27:04.248Z Downloaded ring v0.17.8
11072024-06-25T21:27:04.313Z Downloaded signature v1.6.4
11082024-06-25T21:27:04.316Z Downloaded scheduled-thread-pool v0.2.7
11092024-06-25T21:27:04.316Z Downloaded same-file v1.0.6
11102024-06-25T21:27:04.319Z Downloaded csv-core v0.1.11
11112024-06-25T21:27:04.319Z Downloaded cancel-safe-futures v0.1.5
11122024-06-25T21:27:04.322Z Downloaded base64 v0.22.1
11132024-06-25T21:27:04.325Z Downloaded paste v1.0.15
11142024-06-25T21:27:04.327Z Downloaded gethostname v0.4.3
11152024-06-25T21:27:04.330Z Downloaded funty v2.0.0
11162024-06-25T21:27:04.330Z Downloaded rand_xorshift v0.3.0
11172024-06-25T21:27:04.330Z Downloaded radium v0.7.0
11182024-06-25T21:27:04.330Z Downloaded proc-macro-crate v1.3.1
11192024-06-25T21:27:04.333Z Downloaded ppv-lite86 v0.2.17
11202024-06-25T21:27:04.333Z Downloaded peg v0.8.3
11212024-06-25T21:27:04.336Z Downloaded packed_struct_codegen v0.10.1
11222024-06-25T21:27:04.339Z Downloaded num-derive v0.4.2
11232024-06-25T21:27:04.339Z Downloaded derive_more v0.99.17
11242024-06-25T21:27:04.343Z Downloaded derive-where v1.2.7
11252024-06-25T21:27:04.347Z Downloaded ciborium v0.2.2
11262024-06-25T21:27:04.349Z Downloaded bitfield v0.14.0
11272024-06-25T21:27:04.352Z Downloaded bcs v0.1.6
11282024-06-25T21:27:04.355Z Downloaded ring v0.16.20
11292024-06-25T21:27:04.433Z Downloaded hostname v0.4.0
11302024-06-25T21:27:04.435Z Downloaded home v0.5.9
11312024-06-25T21:27:04.436Z Downloaded fallible-iterator v0.2.0
11322024-06-25T21:27:04.436Z Downloaded pin-project-internal v1.1.5
11332024-06-25T21:27:04.439Z Downloaded peg-runtime v0.8.3
11342024-06-25T21:27:04.439Z Downloaded crossbeam-epoch v0.9.18
11352024-06-25T21:27:04.441Z Downloaded cookie v0.17.0
11362024-06-25T21:27:04.444Z Downloaded base64ct v1.6.0
11372024-06-25T21:27:04.444Z Downloaded async-recursion v1.1.1
11382024-06-25T21:27:04.447Z Downloaded num v0.4.3
11392024-06-25T21:27:04.450Z Downloaded debug-ignore v1.0.5
11402024-06-25T21:27:04.452Z Downloaded corncobs v0.1.3
11412024-06-25T21:27:04.452Z Downloaded http-range v0.1.5
11422024-06-25T21:27:04.452Z Downloaded thiserror-impl-no-std v2.0.2
11432024-06-25T21:27:04.455Z Downloaded parse-size v1.0.0
11442024-06-25T21:27:04.455Z Downloaded curve25519-dalek-derive v0.1.1
11452024-06-25T21:27:04.455Z Downloaded darling v0.20.9
11462024-06-25T21:27:04.459Z Downloaded crossbeam-deque v0.8.5
11472024-06-25T21:27:04.462Z Downloaded ascii-canvas v3.0.0
11482024-06-25T21:27:04.462Z Downloaded crc v3.2.1
11492024-06-25T21:27:04.465Z Downloaded castaway v0.2.2
11502024-06-25T21:27:04.470Z Downloaded buf-list v1.0.3
11512024-06-25T21:27:04.470Z Downloaded atomic-waker v1.1.2
11522024-06-25T21:27:04.473Z Downloaded pkcs8 v0.10.2
11532024-06-25T21:27:04.473Z Downloaded nu-ansi-term v0.50.0
11542024-06-25T21:27:04.473Z Downloaded crunchy v0.2.2
11552024-06-25T21:27:04.476Z Downloaded cassowary v0.3.0
11562024-06-25T21:27:04.476Z Downloaded bzip2 v0.4.4
11572024-06-25T21:27:04.476Z Downloaded backoff v0.4.0
11582024-06-25T21:27:04.479Z Downloaded parse-display-derive v0.9.0
11592024-06-25T21:27:04.479Z Downloaded num-integer v0.1.46
11602024-06-25T21:27:04.483Z Downloaded bit-set v0.5.3
11612024-06-25T21:27:04.483Z Downloaded arrayvec v0.7.4
11622024-06-25T21:27:04.486Z Downloaded num_enum_derive v0.5.11
11632024-06-25T21:27:04.486Z Downloaded multimap v0.10.0
11642024-06-25T21:27:04.486Z Downloaded async-stream-impl v0.3.5
11652024-06-25T21:27:04.486Z Downloaded new_debug_unreachable v1.0.6
11662024-06-25T21:27:04.486Z Downloaded nanorand v0.7.0
11672024-06-25T21:27:04.489Z Downloaded colored v2.1.0
11682024-06-25T21:27:04.492Z Downloaded camino-tempfile v1.1.1
11692024-06-25T21:27:04.492Z Downloaded array-init v0.0.4
11702024-06-25T21:27:04.492Z Downloaded aead v0.5.2
11712024-06-25T21:27:04.498Z Downloaded block-padding v0.3.3
11722024-06-25T21:27:04.499Z Downloaded bitflags v1.3.2
11732024-06-25T21:27:04.502Z Downloaded mime_guess v2.0.4
11742024-06-25T21:27:04.502Z Downloaded atty v0.2.14
11752024-06-25T21:27:04.645Z Compiling proc-macro2 v1.0.86
11762024-06-25T21:27:04.649Z Compiling unicode-ident v1.0.12
11772024-06-25T21:27:04.649Z Compiling libc v0.2.155
11782024-06-25T21:27:04.649Z Compiling serde v1.0.203
11792024-06-25T21:27:04.649Z Compiling autocfg v1.3.0
11802024-06-25T21:27:04.649Z Compiling version_check v0.9.4
11812024-06-25T21:27:04.649Z Compiling cfg-if v1.0.0
11822024-06-25T21:27:04.884Z Compiling cc v1.0.97
11832024-06-25T21:27:04.923Z Compiling parking_lot_core v0.9.10
11842024-06-25T21:27:04.976Z Compiling once_cell v1.19.0
11852024-06-25T21:27:05.392Z Compiling serde_json v1.0.117
11862024-06-25T21:27:05.447Z Compiling libm v0.2.8
11872024-06-25T21:27:05.531Z Compiling ahash v0.8.11
11882024-06-25T21:27:05.649Z Compiling lock_api v0.4.12
11892024-06-25T21:27:05.675Z Compiling byteorder v1.5.0
11902024-06-25T21:27:05.732Z Compiling num-traits v0.2.19
11912024-06-25T21:27:05.837Z Compiling memchr v2.7.2
11922024-06-25T21:27:05.904Z Compiling thiserror v1.0.60
11932024-06-25T21:27:05.991Z Compiling typenum v1.17.0
11942024-06-25T21:27:06.124Z Compiling log v0.4.21
11952024-06-25T21:27:06.402Z Compiling quote v1.0.36
11962024-06-25T21:27:06.529Z Compiling itoa v1.0.11
11972024-06-25T21:27:06.757Z Compiling syn v2.0.68
11982024-06-25T21:27:06.919Z Compiling getrandom v0.2.14
11992024-06-25T21:27:06.988Z Compiling generic-array v0.14.7
12002024-06-25T21:27:07.378Z Compiling scopeguard v1.2.0
12012024-06-25T21:27:07.555Z Compiling allocator-api2 v0.2.18
12022024-06-25T21:27:07.647Z Compiling slab v0.4.9
12032024-06-25T21:27:07.933Z Compiling ring v0.17.8
12042024-06-25T21:27:07.960Z Compiling ryu v1.0.18
12052024-06-25T21:27:08.052Z Compiling smallvec v1.13.2
12062024-06-25T21:27:08.221Z Compiling semver v1.0.23
12072024-06-25T21:27:08.330Z Compiling schemars v0.8.21
12082024-06-25T21:27:08.525Z Compiling pin-project-lite v0.2.14
12092024-06-25T21:27:08.696Z Compiling equivalent v1.0.1
12102024-06-25T21:27:08.801Z Compiling pkg-config v0.3.30
12112024-06-25T21:27:08.847Z Compiling vcpkg v0.2.15
12122024-06-25T21:27:09.003Z Compiling parking_lot v0.12.2
12132024-06-25T21:27:09.521Z Compiling signal-hook-registry v1.4.2
12142024-06-25T21:27:10.210Z Compiling syn v1.0.109
12152024-06-25T21:27:10.688Z Compiling openssl-sys v0.9.102
12162024-06-25T21:27:10.832Z Compiling mio v0.8.11
12172024-06-25T21:27:11.575Z Compiling rand_core v0.6.4
12182024-06-25T21:27:11.612Z Compiling num_cpus v1.16.0
12192024-06-25T21:27:11.752Z Compiling socket2 v0.5.7
12202024-06-25T21:27:11.985Z Compiling num-conv v0.1.0
12212024-06-25T21:27:12.132Z Compiling time-core v0.1.2
12222024-06-25T21:27:12.297Z Compiling time-macros v0.2.18
12232024-06-25T21:27:12.823Z Compiling httparse v1.8.0
12242024-06-25T21:27:13.192Z Compiling futures-core v0.3.30
12252024-06-25T21:27:13.451Z Compiling openssl v0.10.64
12262024-06-25T21:27:13.499Z Compiling fnv v1.0.7
12272024-06-25T21:27:13.820Z Compiling rustix v0.38.34
12282024-06-25T21:27:13.935Z Compiling iana-time-zone v0.1.60
12292024-06-25T21:27:14.273Z Compiling crossbeam-utils v0.8.19
12302024-06-25T21:27:14.449Z Compiling serde_derive_internals v0.29.1
12312024-06-25T21:27:14.787Z Compiling spin v0.9.8
12322024-06-25T21:27:14.873Z Compiling rustls v0.21.12
12332024-06-25T21:27:14.903Z Compiling tinyvec_macros v0.1.1
12342024-06-25T21:27:15.002Z Compiling native-tls v0.2.11
12352024-06-25T21:27:15.150Z Compiling tinyvec v1.6.0
12362024-06-25T21:27:15.692Z Compiling ucd-trie v0.1.6
12372024-06-25T21:27:15.778Z Compiling subtle v2.5.0
12382024-06-25T21:27:16.047Z Compiling futures-sink v0.3.30
12392024-06-25T21:27:16.141Z Compiling const-oid v0.9.6
12402024-06-25T21:27:16.360Z Compiling backtrace v0.3.71
12412024-06-25T21:27:16.551Z Compiling unicode-normalization v0.1.23
12422024-06-25T21:27:16.711Z Compiling cookie v0.17.0
12432024-06-25T21:27:16.771Z Compiling heck v0.4.1
12442024-06-25T21:27:16.951Z Compiling heck v0.5.0
12452024-06-25T21:27:17.145Z Compiling slog v2.7.0
12462024-06-25T21:27:17.452Z Compiling dyn-clone v1.0.17
12472024-06-25T21:27:17.557Z Compiling unicode-bidi v0.3.15
12482024-06-25T21:27:17.760Z Compiling futures-channel v0.3.30
12492024-06-25T21:27:17.977Z Compiling futures-task v0.3.30
12502024-06-25T21:27:18.213Z Compiling pin-utils v0.1.0
12512024-06-25T21:27:18.312Z Compiling futures-io v0.3.30
12522024-06-25T21:27:18.813Z Compiling aho-corasick v1.1.3
12532024-06-25T21:27:18.854Z Compiling untrusted v0.9.0
12542024-06-25T21:27:19.050Z Compiling winnow v0.5.40
12552024-06-25T21:27:19.333Z Compiling regex-syntax v0.8.3
12562024-06-25T21:27:20.027Z Compiling serde_derive v1.0.203
12572024-06-25T21:27:20.951Z Compiling zerocopy-derive v0.7.34
12582024-06-25T21:27:21.563Z Compiling zeroize_derive v1.4.2
12592024-06-25T21:27:22.909Z Compiling thiserror-impl v1.0.60
12602024-06-25T21:27:22.927Z Compiling zerocopy v0.7.34
12612024-06-25T21:27:22.955Z Compiling tokio-macros v2.2.0
12622024-06-25T21:27:23.227Z Compiling futures-macro v0.3.30
12632024-06-25T21:27:23.912Z Compiling schemars_derive v0.8.21
12642024-06-25T21:27:25.085Z Compiling hashbrown v0.14.5
12652024-06-25T21:27:25.088Z Compiling tracing-attributes v0.1.27
12662024-06-25T21:27:25.120Z Compiling zeroize v1.7.0
12672024-06-25T21:27:25.955Z Compiling openssl-macros v0.1.1
12682024-06-25T21:27:26.624Z Compiling scroll_derive v0.12.0
12692024-06-25T21:27:26.709Z Compiling pest v2.7.10
12702024-06-25T21:27:27.092Z Compiling crypto-common v0.1.6
12712024-06-25T21:27:27.293Z Compiling futures-util v0.3.30
12722024-06-25T21:27:28.073Z Compiling der_derive v0.7.2
12732024-06-25T21:27:28.532Z Compiling anyhow v1.0.86
12742024-06-25T21:27:29.006Z Compiling block-buffer v0.10.4
12752024-06-25T21:27:29.084Z Compiling pest_meta v2.7.10
12762024-06-25T21:27:29.478Z Compiling regex-automata v0.4.6
12772024-06-25T21:27:30.520Z Compiling pest_generator v2.7.10
12782024-06-25T21:27:32.404Z Compiling tracing-core v0.1.32
12792024-06-25T21:27:33.434Z Compiling bytes v1.6.0
12802024-06-25T21:27:34.691Z Compiling indexmap v2.2.6
12812024-06-25T21:27:34.749Z Compiling bitflags v2.5.0
12822024-06-25T21:27:35.330Z Compiling tokio v1.37.0
12832024-06-25T21:27:35.402Z Compiling uuid v1.8.0
12842024-06-25T21:27:36.151Z Compiling chrono v0.4.38
12852024-06-25T21:27:36.699Z Compiling serde_tokenstream v0.2.0
12862024-06-25T21:27:37.650Z Compiling serde_spanned v0.6.6
12872024-06-25T21:27:37.864Z Compiling toml_datetime v0.6.6
12882024-06-25T21:27:38.295Z Compiling http v0.2.12
12892024-06-25T21:27:40.639Z Compiling toml_edit v0.19.15
12902024-06-25T21:27:40.748Z Compiling rustc_version v0.4.0
12912024-06-25T21:27:41.387Z Compiling pest_derive v2.7.10
12922024-06-25T21:27:41.808Z Compiling usdt-impl v0.5.0
12932024-06-25T21:27:42.134Z Compiling rustversion v1.0.17
12942024-06-25T21:27:42.137Z Compiling powerfmt v0.2.0
12952024-06-25T21:27:42.652Z Compiling deranged v0.3.11
12962024-06-25T21:27:42.829Z Compiling heapless v0.7.17
12972024-06-25T21:27:43.229Z Compiling tracing v0.1.40
12982024-06-25T21:27:43.511Z Compiling digest v0.10.7
12992024-06-25T21:27:43.986Z Compiling scroll v0.12.0
13002024-06-25T21:27:44.703Z Compiling percent-encoding v2.3.1
13012024-06-25T21:27:44.879Z Compiling num_threads v0.1.7
13022024-06-25T21:27:45.044Z Compiling plain v0.2.3
13032024-06-25T21:27:45.196Z Compiling signal-hook v0.3.17
13042024-06-25T21:27:45.217Z Compiling ppv-lite86 v0.2.17
13052024-06-25T21:27:45.264Z Compiling time v0.3.36
13062024-06-25T21:27:45.452Z Compiling goblin v0.8.2
13072024-06-25T21:27:46.024Z Compiling rand_chacha v0.3.1
13082024-06-25T21:27:47.711Z Compiling regex v1.10.4
13092024-06-25T21:27:48.746Z Compiling crc32fast v1.4.0
13102024-06-25T21:27:49.398Z Compiling pretty-hex v0.4.1
13112024-06-25T21:27:49.600Z Compiling strsim v0.11.1
13122024-06-25T21:27:50.351Z Compiling rand v0.8.5
13132024-06-25T21:27:50.416Z Compiling tokio-util v0.7.11
13142024-06-25T21:27:51.739Z Compiling dof v0.3.0
13152024-06-25T21:27:51.904Z Compiling dtrace-parser v0.2.0
13162024-06-25T21:27:52.347Z Compiling async-trait v0.1.80
13172024-06-25T21:27:52.760Z Compiling thread-id v4.2.1
13182024-06-25T21:27:53.043Z Compiling foreign-types-shared v0.1.1
13192024-06-25T21:27:53.153Z Compiling base64ct v1.6.0
13202024-06-25T21:27:53.504Z Compiling smoltcp v0.9.1
13212024-06-25T21:27:53.747Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13222024-06-25T21:27:53.898Z Compiling unicode-width v0.1.12
13232024-06-25T21:27:54.133Z Compiling pem-rfc7468 v0.7.0
13242024-06-25T21:27:54.434Z Compiling foreign-types v0.3.2
13252024-06-25T21:27:55.309Z Compiling form_urlencoded v1.2.1
13262024-06-25T21:27:55.922Z Compiling hmac v0.12.1
13272024-06-25T21:27:56.130Z Compiling siphasher v0.3.11
13282024-06-25T21:27:56.279Z Compiling base64 v0.21.7
13292024-06-25T21:27:56.299Z Compiling try-lock v0.2.5
13302024-06-25T21:27:56.441Z Compiling flagset v0.4.5
13312024-06-25T21:27:56.474Z Compiling adler v1.0.2
13322024-06-25T21:27:56.643Z Compiling want v0.3.1
13332024-06-25T21:27:56.674Z Compiling miniz_oxide v0.7.2
13342024-06-25T21:27:56.793Z Compiling der v0.7.9
13352024-06-25T21:27:58.929Z Compiling rustls-webpki v0.101.7
13362024-06-25T21:27:59.092Z Compiling sct v0.7.1
13372024-06-25T21:27:59.381Z Compiling h2 v0.3.26
13382024-06-25T21:28:00.063Z Compiling http-body v0.4.6
13392024-06-25T21:28:00.669Z Compiling openapiv3 v2.0.0
13402024-06-25T21:28:01.100Z Compiling hubpack_derive v0.1.1
13412024-06-25T21:28:01.864Z Compiling zerocopy-derive v0.6.6
13422024-06-25T21:28:01.907Z Compiling idna v0.5.0
13432024-06-25T21:28:02.147Z Compiling errno v0.3.9
13442024-06-25T21:28:02.406Z Compiling fs-err v2.11.0
13452024-06-25T21:28:02.423Z Compiling spin v0.5.2
13462024-06-25T21:28:02.680Z Compiling finl_unicode v1.2.0
13472024-06-25T21:28:03.267Z Compiling utf8parse v0.2.1
13482024-06-25T21:28:03.283Z Compiling cpufeatures v0.2.12
13492024-06-25T21:28:03.377Z Compiling httpdate v1.0.3
13502024-06-25T21:28:03.431Z Compiling stable_deref_trait v1.2.0
13512024-06-25T21:28:03.540Z Compiling openssl-probe v0.1.5
13522024-06-25T21:28:03.781Z Compiling gimli v0.28.1
13532024-06-25T21:28:03.833Z Compiling anstyle v1.0.7
13542024-06-25T21:28:04.500Z Compiling tower-service v0.3.2
13552024-06-25T21:28:05.050Z Compiling anstyle-parse v0.2.4
13562024-06-25T21:28:05.205Z Compiling sha2 v0.10.8
13572024-06-25T21:28:05.369Z Compiling stringprep v0.1.4
13582024-06-25T21:28:05.466Z Compiling url v2.5.0
13592024-06-25T21:28:07.108Z Compiling hyper v0.14.28
13602024-06-25T21:28:08.928Z Compiling addr2line v0.21.0
13612024-06-25T21:28:09.778Z Compiling spki v0.7.3
13622024-06-25T21:28:10.647Z Compiling usdt-attr-macro v0.5.0
13632024-06-25T21:28:10.805Z Compiling usdt-macro v0.5.0
13642024-06-25T21:28:12.153Z Compiling md-5 v0.10.6
13652024-06-25T21:28:16.146Z Compiling idna v0.3.0
13662024-06-25T21:28:16.519Z Compiling diesel_table_macro_syntax v0.1.0
13672024-06-25T21:28:16.895Z Compiling num-integer v0.1.46
13682024-06-25T21:28:17.545Z Compiling object v0.32.2
13692024-06-25T21:28:17.625Z Compiling hash32 v0.2.1
13702024-06-25T21:28:17.712Z Compiling is_terminal_polyfill v1.70.0
13712024-06-25T21:28:17.842Z Compiling rustc-demangle v0.1.24
13722024-06-25T21:28:18.011Z Compiling psl-types v2.0.11
13732024-06-25T21:28:18.725Z Compiling anstyle-query v1.0.3
13742024-06-25T21:28:18.988Z Compiling colorchoice v1.0.1
13752024-06-25T21:28:20.058Z Compiling fallible-iterator v0.2.0
13762024-06-25T21:28:20.813Z Compiling postgres-protocol v0.6.6
13772024-06-25T21:28:22.053Z Compiling lazy_static v1.4.0
13782024-06-25T21:28:22.175Z Compiling anstream v0.6.14
13792024-06-25T21:28:25.849Z Compiling publicsuffix v2.2.3
13802024-06-25T21:28:26.114Z Compiling diesel_derives v2.1.4
13812024-06-25T21:28:27.615Z Compiling tokio-rustls v0.24.1
13822024-06-25T21:28:32.140Z Compiling pkcs8 v0.10.2
13832024-06-25T21:28:32.670Z Compiling terminal_size v0.3.0
13842024-06-25T21:28:32.904Z Compiling tokio-native-tls v0.3.1
13852024-06-25T21:28:33.197Z Compiling phf_shared v0.11.2
13862024-06-25T21:28:34.158Z Compiling strum_macros v0.25.3
13872024-06-25T21:28:34.983Z Compiling block-padding v0.3.3
13882024-06-25T21:28:35.220Z Compiling regress v0.9.1
13892024-06-25T21:28:35.432Z Compiling enum-as-inner v0.5.1
13902024-06-25T21:28:35.565Z Compiling serde_repr v0.1.19
13912024-06-25T21:28:36.415Z Compiling clap_derive v4.5.4
13922024-06-25T21:28:37.937Z Compiling ff v0.13.0
13932024-06-25T21:28:38.019Z Compiling scheduled-thread-pool v0.2.7
13942024-06-25T21:28:38.555Z Compiling encoding_rs v0.8.34
13952024-06-25T21:28:39.987Z Compiling either v1.12.0
13962024-06-25T21:28:40.023Z Compiling base16ct v0.2.0
13972024-06-25T21:28:40.395Z Compiling managed v0.8.0
13982024-06-25T21:28:40.906Z Compiling bitflags v1.3.2
13992024-06-25T21:28:41.010Z Compiling mime v0.3.17
14002024-06-25T21:28:41.074Z Compiling ipnet v2.9.0
14012024-06-25T21:28:41.580Z Compiling bit-vec v0.6.3
14022024-06-25T21:28:42.113Z Compiling clap_lex v0.7.0
14032024-06-25T21:28:42.139Z Compiling matches v0.1.10
14042024-06-25T21:28:42.444Z Compiling clap_builder v4.5.2
14052024-06-25T21:28:42.595Z Compiling idna v0.2.3
14062024-06-25T21:28:44.470Z Compiling sec1 v0.7.3
14072024-06-25T21:28:44.755Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14082024-06-25T21:28:45.463Z Compiling r2d2 v0.8.10
14092024-06-25T21:28:45.836Z Compiling group v0.13.0
14102024-06-25T21:28:47.977Z Compiling inout v0.1.3
14112024-06-25T21:28:49.786Z Compiling phf v0.11.2
14122024-06-25T21:28:49.803Z Compiling hyper-tls v0.5.0
14132024-06-25T21:28:50.115Z Compiling signal-hook-mio v0.2.3
14142024-06-25T21:28:50.132Z Compiling hyper-rustls v0.24.2
14152024-06-25T21:28:50.203Z Compiling cookie_store v0.20.0
14162024-06-25T21:28:50.457Z Compiling postgres-types v0.2.6
14172024-06-25T21:28:50.505Z Compiling num-bigint v0.4.5
14182024-06-25T21:28:50.555Z Compiling zerocopy v0.6.6
14192024-06-25T21:28:51.570Z Compiling hubpack v0.1.2
14202024-06-25T21:28:51.672Z Compiling rustls-pemfile v1.0.4
14212024-06-25T21:28:51.869Z Compiling phf_shared v0.10.0
14222024-06-25T21:28:52.005Z Compiling hkdf v0.12.4
14232024-06-25T21:28:52.051Z Compiling serde_urlencoded v0.7.1
14242024-06-25T21:28:52.243Z Compiling crossbeam-epoch v0.9.18
14252024-06-25T21:28:52.594Z Compiling ipnetwork v0.20.0
14262024-06-25T21:28:53.385Z Compiling futures-executor v0.3.30
14272024-06-25T21:28:54.072Z Compiling crypto-bigint v0.5.5
14282024-06-25T21:28:54.157Z Compiling float-cmp v0.9.0
14292024-06-25T21:28:54.370Z Compiling memmap v0.7.0
14302024-06-25T21:28:54.635Z Compiling minimal-lexical v0.2.1
14312024-06-25T21:28:55.353Z Compiling fixedbitset v0.4.2
14322024-06-25T21:28:55.765Z Compiling data-encoding v2.6.0
14332024-06-25T21:28:56.728Z Compiling winnow v0.6.8
14342024-06-25T21:28:57.416Z Compiling normalize-line-endings v0.3.0
14352024-06-25T21:28:57.485Z Compiling sync_wrapper v0.1.2
14362024-06-25T21:28:57.549Z Compiling difflib v0.4.0
14372024-06-25T21:28:57.598Z Compiling new_debug_unreachable v1.0.6
14382024-06-25T21:28:57.614Z Compiling webpki-roots v0.25.4
14392024-06-25T21:28:57.778Z Compiling whoami v1.5.1
14402024-06-25T21:28:57.796Z Compiling predicates-core v1.0.6
14412024-06-25T21:28:58.009Z Compiling precomputed-hash v0.1.1
14422024-06-25T21:28:58.113Z Compiling static_assertions v1.1.0
14432024-06-25T21:28:58.130Z Compiling unicode-segmentation v1.11.0
14442024-06-25T21:28:58.207Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14452024-06-25T21:28:58.222Z Compiling string_cache v0.8.7
14462024-06-25T21:28:58.346Z Compiling tokio-postgres v0.7.10
14472024-06-25T21:28:58.659Z Compiling reqwest v0.11.27
14482024-06-25T21:28:58.834Z Compiling similar v2.5.0
14492024-06-25T21:28:58.901Z Compiling predicates v3.1.0
14502024-06-25T21:29:00.502Z Compiling toml_edit v0.22.13
14512024-06-25T21:29:00.505Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14522024-06-25T21:29:00.882Z Compiling elliptic-curve v0.13.8
14532024-06-25T21:29:01.640Z Compiling trust-dns-proto v0.22.0
14542024-06-25T21:29:03.004Z Compiling petgraph v0.6.5
14552024-06-25T21:29:04.576Z Compiling nom v7.1.3
14562024-06-25T21:29:05.619Z Compiling usdt v0.5.0
14572024-06-25T21:29:06.739Z Compiling futures v0.3.30
14582024-06-25T21:29:06.863Z Compiling yasna v0.5.2
14592024-06-25T21:29:06.882Z Compiling diesel v2.1.6
14602024-06-25T21:29:08.093Z Compiling crossterm v0.27.0
14612024-06-25T21:29:08.117Z Compiling flate2 v1.0.30
14622024-06-25T21:29:08.285Z Compiling cipher v0.4.4
14632024-06-25T21:29:08.735Z Compiling clap v4.5.4
14642024-06-25T21:29:08.860Z Compiling bit-set v0.5.3
14652024-06-25T21:29:08.996Z Compiling itertools v0.12.1
14662024-06-25T21:29:09.175Z Compiling itertools v0.10.5
14672024-06-25T21:29:09.219Z Compiling console v0.15.8
14682024-06-25T21:29:10.551Z Compiling num-iter v0.1.45
14692024-06-25T21:29:11.470Z Compiling tokio-stream v0.1.15
14702024-06-25T21:29:11.470Z Compiling toml v0.7.8
14712024-06-25T21:29:11.693Z Compiling bstr v1.9.1
14722024-06-25T21:29:12.032Z Compiling hex v0.4.3
14732024-06-25T21:29:12.384Z Compiling lalrpop-util v0.19.12
14742024-06-25T21:29:12.435Z Compiling peg-runtime v0.8.3
14752024-06-25T21:29:12.656Z Compiling camino v1.1.7
14762024-06-25T21:29:12.719Z Compiling unicode-xid v0.2.4
14772024-06-25T21:29:13.268Z Compiling proc-macro-crate v1.3.1
14782024-06-25T21:29:14.133Z Compiling heapless v0.8.0
14792024-06-25T21:29:16.564Z Compiling num_enum_derive v0.5.11
14802024-06-25T21:29:22.406Z Compiling hash32 v0.3.1
14812024-06-25T21:29:22.974Z Compiling rustls-pki-types v1.7.0
14822024-06-25T21:29:24.415Z Compiling smoltcp v0.11.0
14832024-06-25T21:29:25.050Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14842024-06-25T21:29:25.522Z Compiling ident_case v1.0.1
14852024-06-25T21:29:26.372Z Compiling darling_core v0.20.9
14862024-06-25T21:29:37.291Z Compiling num_enum v0.5.11
14872024-06-25T21:29:38.520Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14882024-06-25T21:29:38.981Z Compiling getopts v0.2.21
14892024-06-25T21:29:40.291Z Compiling dirs-sys-next v0.1.2
14902024-06-25T21:29:41.437Z Compiling proc-macro-error-attr v1.0.4
14912024-06-25T21:29:41.733Z Compiling paste v1.0.15
14922024-06-25T21:29:42.192Z Compiling unsafe-libyaml v0.2.11
14932024-06-25T21:29:43.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14942024-06-25T21:29:43.611Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14952024-06-25T21:29:43.665Z Compiling cobs v0.2.3
14962024-06-25T21:29:43.892Z Compiling rustls v0.22.4
14972024-06-25T21:29:43.918Z Compiling embedded-io v0.4.0
14982024-06-25T21:29:44.158Z Compiling postcard v1.0.8
14992024-06-25T21:29:44.179Z Compiling serde_yaml v0.9.34+deprecated
15002024-06-25T21:29:47.838Z Compiling dirs-next v2.0.0
15012024-06-25T21:29:48.498Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15022024-06-25T21:29:50.779Z Compiling darling_macro v0.20.9
15032024-06-25T21:29:51.923Z Compiling rustls-webpki v0.102.4
15042024-06-25T21:29:59.389Z Compiling strum_macros v0.26.2
15052024-06-25T21:30:00.328Z Compiling structmeta-derive v0.3.0
15062024-06-25T21:30:00.614Z Compiling foreign-types-macros v0.2.3
15072024-06-25T21:30:01.858Z Compiling thread_local v1.1.8
15082024-06-25T21:30:02.060Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15092024-06-25T21:30:02.360Z Compiling proc-macro-error v1.0.4
15102024-06-25T21:30:02.569Z Compiling multer v3.1.0
15112024-06-25T21:30:02.860Z Compiling slog-async v2.8.0
15122024-06-25T21:30:03.325Z Compiling foreign-types-shared v0.3.1
15132024-06-25T21:30:03.913Z Compiling match_cfg v0.1.0
15142024-06-25T21:30:04.159Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15152024-06-25T21:30:04.731Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15162024-06-25T21:30:09.966Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15172024-06-25T21:30:10.859Z Compiling strum v0.26.2
15182024-06-25T21:30:10.949Z Compiling hostname v0.3.1
15192024-06-25T21:30:11.065Z Compiling foreign-types v0.5.0
15202024-06-25T21:30:13.376Z Compiling structmeta v0.3.0
15212024-06-25T21:30:15.961Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15222024-06-25T21:30:17.792Z Compiling darling v0.20.9
15232024-06-25T21:30:18.837Z Compiling term v0.7.0
15242024-06-25T21:30:26.019Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15252024-06-25T21:30:27.646Z Compiling slog-json v2.6.1
15262024-06-25T21:30:28.197Z Compiling tabwriter v1.4.0
15272024-06-25T21:30:28.992Z Compiling crossbeam-channel v0.5.12
15282024-06-25T21:30:30.336Z Compiling http v1.1.0
15292024-06-25T21:30:30.711Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15302024-06-25T21:30:31.451Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15312024-06-25T21:30:31.526Z Compiling async-stream-impl v0.3.5
15322024-06-25T21:30:31.752Z Compiling cstr-argument v0.1.2
15332024-06-25T21:30:32.009Z Compiling is-terminal v0.4.12
15342024-06-25T21:30:32.151Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15352024-06-25T21:30:32.273Z Compiling atomic-waker v1.1.2
15362024-06-25T21:30:32.437Z Compiling fastrand v2.1.0
15372024-06-25T21:30:32.468Z Compiling crucible-workspace-hack v0.1.0
15382024-06-25T21:30:32.667Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
15392024-06-25T21:30:32.719Z Compiling base64 v0.22.1
15402024-06-25T21:30:32.924Z Compiling rayon-core v1.12.1
15412024-06-25T21:30:33.101Z Compiling take_mut v0.2.2
15422024-06-25T21:30:33.264Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15432024-06-25T21:30:33.538Z Compiling pretty-hex v0.2.1
15442024-06-25T21:30:33.599Z Compiling rustls-pemfile v2.1.2
15452024-06-25T21:30:33.754Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15462024-06-25T21:30:33.923Z Compiling async-stream v0.3.5
15472024-06-25T21:30:34.192Z Compiling tempfile v3.10.1
15482024-06-25T21:30:34.362Z Compiling waitgroup v0.1.2
15492024-06-25T21:30:34.614Z Compiling slog-term v2.9.1
15502024-06-25T21:30:34.955Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15512024-06-25T21:30:35.915Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15522024-06-25T21:30:36.155Z Compiling slog-bunyan v2.5.0
15532024-06-25T21:30:36.445Z Compiling tokio-rustls v0.25.0
15542024-06-25T21:30:36.910Z Compiling serde_with_macros v3.8.1
15552024-06-25T21:30:36.940Z Compiling parse-display-derive v0.9.0
15562024-06-25T21:30:36.940Z Compiling toml v0.8.13
15572024-06-25T21:30:37.388Z Compiling sha1 v0.10.6
15582024-06-25T21:30:37.405Z Compiling crossbeam-deque v0.8.5
15592024-06-25T21:30:37.796Z Compiling colored v2.1.0
15602024-06-25T21:30:38.202Z Compiling newtype-uuid v1.1.0
15612024-06-25T21:30:38.558Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15622024-06-25T21:30:39.161Z Compiling serde_path_to_error v0.1.16
15632024-06-25T21:30:39.651Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15642024-06-25T21:30:40.205Z Compiling socket2 v0.4.10
15652024-06-25T21:30:40.393Z Compiling hostname v0.4.0
15662024-06-25T21:30:40.618Z Compiling instant v0.1.12
15672024-06-25T21:30:40.665Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15682024-06-25T21:30:40.799Z Compiling debug-ignore v1.0.5
15692024-06-25T21:30:41.016Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15702024-06-25T21:30:41.074Z Compiling parse-display v0.9.0
15712024-06-25T21:30:41.721Z Compiling backoff v0.4.0
15722024-06-25T21:30:43.009Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15732024-06-25T21:30:43.230Z Compiling serde_with v3.8.1
15742024-06-25T21:30:43.830Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15752024-06-25T21:30:44.361Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15762024-06-25T21:30:45.767Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15772024-06-25T21:30:46.483Z Compiling camino-tempfile v1.1.1
15782024-06-25T21:30:47.411Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15792024-06-25T21:30:47.653Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15802024-06-25T21:30:47.775Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
15812024-06-25T21:30:47.844Z Compiling macaddr v1.0.1
15822024-06-25T21:30:47.893Z Compiling num-derive v0.4.2
15832024-06-25T21:30:48.465Z Compiling sigpipe v0.1.3
15842024-06-25T21:30:48.607Z Compiling libefi-sys v0.1.0
15852024-06-25T21:30:48.916Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
15862024-06-25T21:30:49.506Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15872024-06-25T21:30:50.336Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
15882024-06-25T21:30:50.796Z Compiling rayon v1.10.0
15892024-06-25T21:30:51.505Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
15902024-06-25T21:30:51.931Z Compiling smf v0.2.3
15912024-06-25T21:30:52.677Z Compiling blake3 v1.5.1
15922024-06-25T21:30:52.822Z Compiling ring v0.16.20
15932024-06-25T21:30:53.219Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15942024-06-25T21:30:53.582Z Compiling portable-atomic v1.6.0
15952024-06-25T21:30:54.969Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15962024-06-25T21:30:55.133Z Compiling xattr v1.3.1
15972024-06-25T21:30:55.133Z Compiling filetime v0.2.23
15982024-06-25T21:30:55.483Z Compiling memmap2 v0.9.4
15992024-06-25T21:30:55.573Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16002024-06-25T21:30:56.056Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16012024-06-25T21:30:56.163Z Compiling constant_time_eq v0.3.0
16022024-06-25T21:30:56.383Z Compiling untrusted v0.7.1
16032024-06-25T21:30:56.583Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16042024-06-25T21:30:56.606Z Compiling arrayvec v0.7.4
16052024-06-25T21:30:56.748Z Compiling same-file v1.0.6
16062024-06-25T21:30:57.019Z Compiling arrayref v0.3.7
16072024-06-25T21:30:57.058Z Compiling walkdir v2.5.0
16082024-06-25T21:30:58.580Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
16092024-06-25T21:30:59.515Z Compiling tar v0.4.40
16102024-06-25T21:30:59.905Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16112024-06-25T21:31:00.848Z Compiling cargo-platform v0.1.8
16122024-06-25T21:31:01.998Z Compiling gethostname v0.4.3
16132024-06-25T21:31:02.283Z Compiling topological-sort v0.2.2
16142024-06-25T21:31:02.302Z Compiling number_prefix v0.4.0
16152024-06-25T21:31:02.552Z Compiling omicron-zone-package v0.11.0
16162024-06-25T21:31:02.573Z Compiling indicatif v0.17.8
16172024-06-25T21:31:03.283Z Compiling cargo_metadata v0.18.1
16182024-06-25T21:31:06.790Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16192024-06-25T21:31:10.803Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16202024-06-25T21:31:11.706Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16212024-06-25T21:31:13.237Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16222024-06-25T21:31:32.714Z Finished `release` profile [optimized] target(s) in 4m 30s
16232024-06-25T21:31:32.832Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16242024-06-25T21:31:32.877ZLogging to: /work/oxidecomputer/omicron/out/LOG
16252024-06-25T21:31:32.879ZCreated new build target 'test' and set it as active
16262024-06-25T21:31:32.879Z
16272024-06-25T21:31:32.879Zreal 4:30.643884027
16282024-06-25T21:31:32.880Zuser 30:18.235705551
16292024-06-25T21:31:32.880Zsys 3:58.659960770
16302024-06-25T21:31:32.880Ztrap 0.899246031
16312024-06-25T21:31:32.880Ztflt 3.589655939
16322024-06-25T21:31:32.880Zdflt 1.777147512
16332024-06-25T21:31:32.880Zkflt 0.013379051
16342024-06-25T21:31:32.880Zlock 1:03:46.900763186
16352024-06-25T21:31:32.880Zslp 1:25:46.555731331
16362024-06-25T21:31:32.880Zlat 2:01.130476869
16372024-06-25T21:31:32.880Zstop 3:12.496679084
16382024-06-25T21:31:32.880Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16392024-06-25T21:31:33.763Z Finished `release` profile [optimized] target(s) in 0.83s
16402024-06-25T21:31:33.803Z Running `target/release/omicron-package -t test package`
16412024-06-25T21:31:33.838ZLogging to: /work/oxidecomputer/omicron/out/LOG
16422024-06-25T21:31:34.868Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16432024-06-25T21:31:34.966Z Compiling humantime v2.1.0
16442024-06-25T21:31:34.969Z Compiling newline-converter v0.3.0
16452024-06-25T21:31:34.969Z Compiling derive-where v1.2.7
16462024-06-25T21:31:34.983Z Compiling dirs-sys-next v0.1.2
16472024-06-25T21:31:34.994Z Compiling prettyplease v0.2.20
16482024-06-25T21:31:34.998Z Compiling convert_case v0.4.0
16492024-06-25T21:31:34.998Z Compiling camino v1.1.7
16502024-06-25T21:31:35.136Z Compiling expectorate v1.1.0
16512024-06-25T21:31:35.177Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16522024-06-25T21:31:35.308Z Compiling dirs-next v2.0.0
16532024-06-25T21:31:35.323Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16542024-06-25T21:31:35.488Z Compiling term v0.7.0
16552024-06-25T21:31:35.514Z Compiling password-hash v0.5.0
16562024-06-25T21:31:35.796Z Compiling blake2 v0.10.6
16572024-06-25T21:31:35.842Z Compiling derive_more v0.99.17
16582024-06-25T21:31:35.933Z Compiling is-terminal v0.4.12
16592024-06-25T21:31:36.064Z Compiling toml v0.8.13
16602024-06-25T21:31:36.798Z Compiling argon2 v0.5.3
16612024-06-25T21:31:37.018Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16622024-06-25T21:31:37.446Z Compiling semver v0.1.20
16632024-06-25T21:31:37.597Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16642024-06-25T21:31:37.766Z Compiling rustc_version v0.1.7
16652024-06-25T21:31:38.020Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16662024-06-25T21:31:38.174Z Compiling linked-hash-map v0.5.6
16672024-06-25T21:31:38.193Z Compiling rustls-pki-types v1.7.0
16682024-06-25T21:31:38.206Z Compiling newtype_derive v0.1.6
16692024-06-25T21:31:38.557Z Compiling lru-cache v0.1.2
16702024-06-25T21:31:38.689Z Compiling rustls-webpki v0.102.4
16712024-06-25T21:31:38.779Z Compiling rustls v0.22.4
16722024-06-25T21:31:38.830Z Compiling thread_local v1.1.8
16732024-06-25T21:31:38.947Z Compiling match_cfg v0.1.0
16742024-06-25T21:31:39.057Z Compiling home v0.5.9
16752024-06-25T21:31:39.293Z Compiling hostname v0.3.1
16762024-06-25T21:31:39.304Z Compiling steno v0.4.0
16772024-06-25T21:31:39.371Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16782024-06-25T21:31:39.508Z Compiling multer v3.1.0
16792024-06-25T21:31:40.582Z Compiling slog-async v2.8.0
16802024-06-25T21:31:40.653Z Compiling slog-json v2.6.1
16812024-06-25T21:31:40.989Z Compiling crossbeam-channel v0.5.12
16822024-06-25T21:31:41.021Z Compiling http v1.1.0
16832024-06-25T21:31:41.810Z Compiling slog-dtrace v0.3.0
16842024-06-25T21:31:41.999Z Compiling termcolor v1.4.1
16852024-06-25T21:31:42.109Z Compiling atomic-waker v1.1.2
16862024-06-25T21:31:42.293Z Compiling take_mut v0.2.2
16872024-06-25T21:31:42.447Z Compiling base64 v0.22.1
16882024-06-25T21:31:43.088Z Compiling rustls-pemfile v2.1.2
16892024-06-25T21:31:43.341Z Compiling waitgroup v0.1.2
16902024-06-25T21:31:43.557Z Compiling slog-bunyan v2.5.0
16912024-06-25T21:31:43.580Z Compiling slog-term v2.9.1
16922024-06-25T21:31:43.762Z Compiling tokio-rustls v0.25.0
16932024-06-25T21:31:44.053Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
16942024-06-25T21:31:44.078Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
16952024-06-25T21:31:44.146Z Compiling async-stream v0.3.5
16962024-06-25T21:31:44.208Z Compiling sha1 v0.10.6
16972024-06-25T21:31:44.251Z Compiling newtype-uuid v1.1.0
16982024-06-25T21:31:44.436Z Compiling serde_path_to_error v0.1.16
16992024-06-25T21:31:44.541Z Compiling hostname v0.4.0
17002024-06-25T21:31:44.616Z Compiling instant v0.1.12
17012024-06-25T21:31:44.726Z Compiling debug-ignore v1.0.5
17022024-06-25T21:31:44.767Z Compiling backoff v0.4.0
17032024-06-25T21:31:44.770Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17042024-06-25T21:31:45.097Z Compiling parse-display v0.9.0
17052024-06-25T21:31:45.639Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17062024-06-25T21:31:45.819Z Compiling serde_with v3.8.1
17072024-06-25T21:31:46.619Z Compiling strum v0.26.2
17082024-06-25T21:31:46.802Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17092024-06-25T21:31:47.865Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
17102024-06-25T21:31:48.429Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17112024-06-25T21:31:48.524Z Compiling num-rational v0.4.2
17122024-06-25T21:31:48.595Z Compiling num-complex v0.4.6
17132024-06-25T21:31:49.332Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17142024-06-25T21:31:49.679Z Compiling macaddr v1.0.1
17152024-06-25T21:31:49.902Z Compiling quick-error v1.2.3
17162024-06-25T21:31:50.064Z Compiling resolv-conf v0.7.0
17172024-06-25T21:31:50.114Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17182024-06-25T21:31:50.116Z Compiling num v0.4.3
17192024-06-25T21:31:52.312Z Compiling swrite v0.1.0
17202024-06-25T21:31:52.454Z Compiling radium v0.7.0
17212024-06-25T21:31:52.784Z Compiling utf-8 v0.7.6
17222024-06-25T21:31:52.896Z Compiling float-ord v0.3.2
17232024-06-25T21:31:53.057Z Compiling trust-dns-resolver v0.22.0
17242024-06-25T21:31:53.093Z Compiling tap v1.0.1
17252024-06-25T21:31:53.282Z Compiling maybe-uninit v2.0.0
17262024-06-25T21:31:53.316Z Compiling wyz v0.5.1
17272024-06-25T21:31:53.851Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17282024-06-25T21:31:54.376Z Compiling bzip2-sys v0.1.11+1.0.8
17292024-06-25T21:31:54.831Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17302024-06-25T21:31:59.828Z Compiling crc-catalog v2.4.0
17312024-06-25T21:31:59.989Z Compiling num-bigint-dig v0.8.4
17322024-06-25T21:32:01.932Z Compiling funty v2.0.0
17332024-06-25T21:32:04.506Z Compiling packed_struct v0.10.1
17342024-06-25T21:32:04.927Z Compiling display-error-chain v0.2.0
17352024-06-25T21:32:04.968Z Compiling bitvec v1.0.1
17362024-06-25T21:32:05.145Z Compiling crc v3.2.1
17372024-06-25T21:32:09.562Z Compiling packed_struct_codegen v0.10.1
17382024-06-25T21:32:11.296Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17392024-06-25T21:32:12.235Z Compiling indexmap v1.9.3
17402024-06-25T21:32:12.289Z Compiling nodrop v0.1.14
17412024-06-25T21:32:12.418Z Compiling glob v0.3.1
17422024-06-25T21:32:12.515Z Compiling crunchy v0.2.2
17432024-06-25T21:32:13.029Z Compiling array-init v0.0.4
17442024-06-25T21:32:13.227Z Compiling clang-sys v1.7.0
17452024-06-25T21:32:14.416Z Compiling smallvec v0.6.14
17462024-06-25T21:32:14.908Z Compiling pkcs1 v0.7.5
17472024-06-25T21:32:15.869Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17482024-06-25T21:32:16.311Z Compiling signature v2.2.0
17492024-06-25T21:32:16.409Z Compiling nibble_vec v0.1.0
17502024-06-25T21:32:16.593Z Compiling tiny-keccak v2.0.2
17512024-06-25T21:32:16.638Z Compiling maplit v1.0.2
17522024-06-25T21:32:16.765Z Compiling endian-type v0.1.2
17532024-06-25T21:32:16.866Z Compiling hashbrown v0.12.3
17542024-06-25T21:32:17.023Z Compiling cancel-safe-futures v0.1.5
17552024-06-25T21:32:17.363Z Compiling bitfield v0.14.0
17562024-06-25T21:32:17.679Z Compiling rsa v0.9.6
17572024-06-25T21:32:18.196Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17582024-06-25T21:32:18.793Z Compiling radix_trie v0.2.1
17592024-06-25T21:32:19.258Z Compiling serde-hex v0.1.0
17602024-06-25T21:32:19.761Z Compiling bzip2 v0.4.4
17612024-06-25T21:32:20.376Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17622024-06-25T21:32:20.705Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17632024-06-25T21:32:21.050Z Compiling env_logger v0.10.2
17642024-06-25T21:32:23.189Z Compiling x509-cert v0.2.5
17652024-06-25T21:32:24.228Z Compiling ron v0.8.1
17662024-06-25T21:32:24.360Z Compiling hashbrown v0.13.2
17672024-06-25T21:32:24.555Z Compiling crc-any v2.5.0
17682024-06-25T21:32:25.718Z Compiling object v0.30.4
17692024-06-25T21:32:25.960Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17702024-06-25T21:32:27.737Z Compiling zip v0.6.6
17712024-06-25T21:32:30.572Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17722024-06-25T21:32:31.139Z Compiling rayon-core v1.12.1
17732024-06-25T21:32:31.166Z Compiling ascii-canvas v3.0.0
17742024-06-25T21:32:31.686Z Compiling crossbeam-deque v0.8.5
17752024-06-25T21:32:32.058Z Compiling ena v0.14.3
17762024-06-25T21:32:32.491Z Compiling libloading v0.8.3
17772024-06-25T21:32:32.902Z Compiling half v2.4.1
17782024-06-25T21:32:33.637Z Compiling regex-syntax v0.6.29
17792024-06-25T21:32:35.383Z Compiling arc-swap v1.7.1
17802024-06-25T21:32:35.618Z Compiling ciborium-io v0.2.2
17812024-06-25T21:32:35.813Z Compiling bindgen v0.69.4
17822024-06-25T21:32:36.137Z Compiling fastrand v2.1.0
17832024-06-25T21:32:36.268Z Compiling same-file v1.0.6
17842024-06-25T21:32:36.503Z Compiling diff v0.1.13
17852024-06-25T21:32:36.646Z Compiling path-slash v0.1.5
17862024-06-25T21:32:36.904Z Compiling lalrpop v0.19.12
17872024-06-25T21:32:37.061Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17882024-06-25T21:32:38.997Z Compiling tempfile v3.10.1
17892024-06-25T21:32:39.009Z Compiling walkdir v2.5.0
17902024-06-25T21:32:39.717Z Compiling slog-scope v4.4.0
17912024-06-25T21:32:39.764Z Compiling ciborium-ll v0.2.2
17922024-06-25T21:32:41.667Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17932024-06-25T21:32:42.314Z Compiling which v4.4.2
17942024-06-25T21:32:42.805Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17952024-06-25T21:32:42.894Z Compiling cexpr v0.6.0
17962024-06-25T21:32:43.033Z Compiling fxhash v0.2.1
17972024-06-25T21:32:43.277Z Compiling ref-cast v1.0.23
17982024-06-25T21:32:43.754Z Compiling shlex v1.3.0
17992024-06-25T21:32:44.178Z Compiling rustc-hash v1.1.0
18002024-06-25T21:32:44.343Z Compiling lazycell v1.3.0
18012024-06-25T21:32:44.600Z Compiling blake3 v1.5.1
18022024-06-25T21:32:45.007Z Compiling ring v0.16.20
18032024-06-25T21:32:47.695Z Compiling rayon v1.10.0
18042024-06-25T21:32:48.467Z Compiling ciborium v0.2.2
18052024-06-25T21:32:50.723Z Compiling slog-stdlog v4.1.1
18062024-06-25T21:32:51.211Z Compiling tungstenite v0.21.0
18072024-06-25T21:32:51.640Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18082024-06-25T21:32:51.914Z Compiling derive_builder_core v0.20.0
18092024-06-25T21:32:52.574Z Compiling headers-core v0.2.0
18102024-06-25T21:32:52.757Z Compiling xattr v1.3.1
18112024-06-25T21:32:53.042Z Compiling libxml v0.3.3
18122024-06-25T21:32:53.159Z Compiling ref-cast-impl v1.0.23
18132024-06-25T21:32:53.405Z Compiling atty v0.2.14
18142024-06-25T21:32:53.569Z Compiling filetime v0.2.23
18152024-06-25T21:32:53.904Z Compiling memmap2 v0.9.4
18162024-06-25T21:32:54.256Z Compiling constant_time_eq v0.3.0
18172024-06-25T21:32:54.289Z Compiling untrusted v0.7.1
18182024-06-25T21:32:54.357Z Compiling arrayvec v0.7.4
18192024-06-25T21:32:54.422Z Compiling arrayref v0.3.7
18202024-06-25T21:32:54.684Z Compiling derive_builder_macro v0.20.0
18212024-06-25T21:32:55.538Z Compiling tar v0.4.40
18222024-06-25T21:32:56.268Z Compiling headers v0.3.9
18232024-06-25T21:32:56.491Z Compiling tokio-tungstenite v0.21.0
18242024-06-25T21:32:57.104Z Compiling slog-envlogger v2.2.0
18252024-06-25T21:32:57.368Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18262024-06-25T21:32:57.915Z Compiling camino-tempfile v1.1.1
18272024-06-25T21:32:58.103Z Compiling toolchain_find v0.4.0
18282024-06-25T21:32:58.352Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18292024-06-25T21:32:58.627Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18302024-06-25T21:32:58.687Z Compiling pem v3.0.4
18312024-06-25T21:32:58.829Z Compiling samael v0.0.15
18322024-06-25T21:32:59.552Z Compiling libsw v3.3.1
18332024-06-25T21:32:59.904Z Compiling strum_macros v0.24.3
18342024-06-25T21:33:00.146Z Compiling async-recursion v1.1.1
18352024-06-25T21:33:00.287Z Compiling cookie v0.18.1
18362024-06-25T21:33:00.467Z Compiling owo-colors v4.0.0
18372024-06-25T21:33:00.555Z Compiling linear-map v1.2.0
18382024-06-25T21:33:00.879Z Compiling topological-sort v0.2.2
18392024-06-25T21:33:00.983Z Compiling indoc v1.0.9
18402024-06-25T21:33:01.103Z Compiling omicron-zone-package v0.11.0
18412024-06-25T21:33:01.877Z Compiling rustfmt-wrapper v0.2.1
18422024-06-25T21:33:03.316Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18432024-06-25T21:33:03.348Z Compiling derive_builder v0.20.0
18442024-06-25T21:33:03.554Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18452024-06-25T21:33:03.734Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18462024-06-25T21:33:04.029Z Compiling quick-xml v0.31.0
18472024-06-25T21:33:04.283Z Compiling polar-core v0.27.3
18482024-06-25T21:33:06.264Z Compiling impl-trait-for-tuples v0.2.2
18492024-06-25T21:33:06.692Z Compiling oso-derive v0.27.3
18502024-06-25T21:33:07.506Z Compiling vte_generate_state_changes v0.1.1
18512024-06-25T21:33:07.667Z Compiling unicase v2.7.0
18522024-06-25T21:33:07.951Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18532024-06-25T21:33:08.113Z Compiling buf-list v1.0.3
18542024-06-25T21:33:08.242Z Compiling cfg_aliases v0.1.1
18552024-06-25T21:33:08.359Z Compiling nix v0.28.0
18562024-06-25T21:33:08.825Z Compiling vte v0.11.1
18572024-06-25T21:33:09.146Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18582024-06-25T21:33:10.942Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18592024-06-25T21:33:12.522Z Compiling tungstenite v0.20.1
18602024-06-25T21:33:12.891Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18612024-06-25T21:33:13.186Z Compiling fd-lock v4.0.2
18622024-06-25T21:33:13.415Z Compiling bb8 v0.8.3
18632024-06-25T21:33:13.963Z Compiling const_format_proc_macros v0.2.32
18642024-06-25T21:33:15.515Z Compiling pin-project-internal v1.1.5
18652024-06-25T21:33:16.028Z Compiling memoffset v0.9.1
18662024-06-25T21:33:16.348Z Compiling parking_lot_core v0.8.6
18672024-06-25T21:33:16.783Z Compiling bytecount v0.6.8
18682024-06-25T21:33:17.113Z Compiling papergrid v0.11.0
18692024-06-25T21:33:18.100Z Compiling const_format v0.2.32
18702024-06-25T21:33:18.288Z Compiling pin-project v1.1.5
18712024-06-25T21:33:18.426Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18722024-06-25T21:33:19.098Z Compiling tokio-tungstenite v0.20.1
18732024-06-25T21:33:19.379Z Compiling strip-ansi-escapes v0.2.0
18742024-06-25T21:33:20.164Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18752024-06-25T21:33:21.048Z Compiling tabled_derive v0.7.0
18762024-06-25T21:33:21.683Z Compiling snafu-derive v0.8.2
18772024-06-25T21:33:23.419Z Compiling nu-ansi-term v0.50.0
18782024-06-25T21:33:24.768Z Compiling reedline v0.31.0
18792024-06-25T21:33:26.245Z Compiling tabled v0.15.0
18802024-06-25T21:33:26.947Z Compiling snafu v0.8.2
18812024-06-25T21:33:29.711Z Compiling oso v0.27.3
18822024-06-25T21:33:48.317Z Compiling env_logger v0.9.3
18832024-06-25T21:33:49.010Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18842024-06-25T21:33:52.882Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-06-25T21:33:53.390Z Compiling globset v0.4.14
18862024-06-25T21:33:53.520Z Compiling olpc-cjson v0.1.3
18872024-06-25T21:33:53.859Z Compiling peg-macros v0.8.3
18882024-06-25T21:33:55.317Z Compiling bitstruct_derive v0.1.0
18892024-06-25T21:33:56.625Z Compiling serde_plain v1.0.2
18902024-06-25T21:33:57.176Z Compiling sqlparser_derive v0.2.2
18912024-06-25T21:33:57.332Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18922024-06-25T21:33:57.389Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18932024-06-25T21:33:57.495Z Compiling unicode_categories v0.1.1
18942024-06-25T21:33:57.662Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18952024-06-25T21:33:57.677Z Compiling ascii v1.1.0
18962024-06-25T21:33:57.947Z Compiling typed-path v0.7.1
18972024-06-25T21:33:58.169Z Compiling signature v1.6.4
18982024-06-25T21:33:58.172Z Compiling platforms v3.4.0
18992024-06-25T21:33:58.329Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
19002024-06-25T21:33:58.417Z Compiling salty v0.2.0
19012024-06-25T21:33:58.637Z Compiling ed25519 v1.5.3
19022024-06-25T21:33:58.752Z Compiling curve25519-dalek v4.1.2
19032024-06-25T21:33:58.837Z Compiling sqlparser v0.45.0
19042024-06-25T21:33:58.944Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19052024-06-25T21:33:59.185Z Compiling rustyline v14.0.0
19062024-06-25T21:34:01.153Z Compiling tough v0.17.1
19072024-06-25T21:34:01.499Z Compiling sqlformat v0.2.3
19082024-06-25T21:34:04.906Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19092024-06-25T21:34:04.932Z Compiling peg v0.8.3
19102024-06-25T21:34:05.056Z Compiling bitstruct v0.1.1
19112024-06-25T21:34:05.180Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19122024-06-25T21:34:05.195Z Compiling parking_lot v0.11.2
19132024-06-25T21:34:06.092Z Compiling nix v0.27.1
19142024-06-25T21:34:07.272Z Compiling trust-dns-client v0.22.0
19152024-06-25T21:34:09.133Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19162024-06-25T21:34:09.464Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
19172024-06-25T21:34:11.355Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19182024-06-25T21:34:12.543Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19192024-06-25T21:34:12.546Z Compiling bcs v0.1.6
19202024-06-25T21:34:13.464Z Compiling kstat-rs v0.2.4
19212024-06-25T21:34:14.451Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19222024-06-25T21:34:14.603Z Compiling toml v0.5.11
19232024-06-25T21:34:14.729Z Compiling serde_arrays v0.1.0
19242024-06-25T21:34:14.928Z Compiling serde-big-array v0.5.1
19252024-06-25T21:34:15.286Z Compiling erased-serde v0.3.31
19262024-06-25T21:34:17.092Z Compiling parse-size v1.0.0
19272024-06-25T21:34:17.390Z Compiling highway v1.1.0
19282024-06-25T21:34:18.043Z Compiling keccak v0.1.5
19292024-06-25T21:34:18.799Z Compiling sha3 v0.10.8
19302024-06-25T21:34:19.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19312024-06-25T21:34:19.701Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19322024-06-25T21:34:36.909Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19332024-06-25T21:34:36.931Z Compiling trust-dns-server v0.22.1
19342024-06-25T21:34:46.400Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19352024-06-25T21:34:50.583Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19362024-06-25T21:34:57.866Z Compiling mime_guess v2.0.4
19372024-06-25T21:34:59.037Z Compiling sled v0.34.7
19382024-06-25T21:35:04.558Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19392024-06-25T21:35:05.819Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19402024-06-25T21:35:06.406Z Compiling signal-hook-tokio v0.3.1
19412024-06-25T21:35:06.621Z Compiling universal-hash v0.5.1
19422024-06-25T21:35:06.864Z Compiling heck v0.3.3
19432024-06-25T21:35:07.260Z Compiling secrecy v0.8.0
19442024-06-25T21:35:07.541Z Compiling castaway v0.2.2
19452024-06-25T21:35:07.751Z Compiling rand_seeder v0.2.3
19462024-06-25T21:35:08.141Z Compiling thiserror-impl-no-std v2.0.2
19472024-06-25T21:35:10.950Z Compiling serde-big-array v0.4.1
19482024-06-25T21:35:11.164Z Compiling nanorand v0.7.0
19492024-06-25T21:35:11.930Z Compiling curve25519-dalek-derive v0.1.1
19502024-06-25T21:35:13.345Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19512024-06-25T21:35:13.629Z Compiling opaque-debug v0.3.1
19522024-06-25T21:35:13.741Z Compiling poly1305 v0.8.0
19532024-06-25T21:35:17.644Z Compiling flume v0.11.0
19542024-06-25T21:35:18.494Z Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19552024-06-25T21:35:19.880Z Compiling thiserror-no-std v2.0.2
19562024-06-25T21:35:20.012Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19572024-06-25T21:35:20.242Z Compiling compact_str v0.7.1
19582024-06-25T21:35:21.779Z Compiling zone_cfg_derive v0.1.2
19592024-06-25T21:35:23.139Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19602024-06-25T21:35:24.191Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19612024-06-25T21:35:24.529Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19622024-06-25T21:35:33.252Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19632024-06-25T21:35:33.897Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19642024-06-25T21:35:34.050Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19652024-06-25T21:35:40.266Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19662024-06-25T21:35:44.443Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19672024-06-25T21:35:44.730Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19682024-06-25T21:35:45.013Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19692024-06-25T21:35:45.308Z Compiling chacha20 v0.9.1
19702024-06-25T21:35:45.788Z Compiling aead v0.5.2
19712024-06-25T21:35:46.155Z Compiling lru v0.12.3
19722024-06-25T21:35:46.339Z Compiling stability v0.2.0
19732024-06-25T21:35:46.514Z Compiling cassowary v0.3.0
19742024-06-25T21:35:47.301Z Compiling corncobs v0.1.3
19752024-06-25T21:35:47.691Z Compiling indoc v2.0.5
19762024-06-25T21:35:48.647Z Compiling base64 v0.13.1
19772024-06-25T21:35:48.684Z Compiling ratatui v0.26.2
19782024-06-25T21:35:49.453Z Compiling ron v0.7.1
19792024-06-25T21:35:50.277Z Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19802024-06-25T21:35:50.446Z Compiling chacha20poly1305 v0.10.1
19812024-06-25T21:35:50.768Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19822024-06-25T21:35:51.013Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19832024-06-25T21:35:53.234Z Compiling zone v0.1.8
19842024-06-25T21:35:54.926Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19852024-06-25T21:35:56.515Z Compiling vsss-rs v3.3.4
19862024-06-25T21:36:01.038Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19872024-06-25T21:36:01.762Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19882024-06-25T21:36:03.258Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19892024-06-25T21:36:04.869Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19902024-06-25T21:36:06.128Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19912024-06-25T21:36:06.428Z Compiling portpicker v0.1.1
19922024-06-25T21:36:06.957Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
19932024-06-25T21:36:09.165Z Compiling csv-core v0.1.11
19942024-06-25T21:36:09.680Z Compiling http-range v0.1.5
19952024-06-25T21:36:10.258Z Compiling smawk v0.3.2
19962024-06-25T21:36:10.521Z Compiling unicode-linebreak v0.1.5
19972024-06-25T21:36:11.069Z Compiling textwrap v0.16.1
19982024-06-25T21:36:11.439Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
19992024-06-25T21:36:11.925Z Compiling hyper-staticfile v0.9.5
20002024-06-25T21:36:13.490Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20012024-06-25T21:36:14.825Z Compiling csv v1.3.0
20022024-06-25T21:36:15.055Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
20032024-06-25T21:36:22.167Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20042024-06-25T21:36:24.429Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20052024-06-25T21:36:25.015Z Compiling rcgen v0.12.1
20062024-06-25T21:36:26.934Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20072024-06-25T21:36:27.413Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20082024-06-25T21:36:27.692Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
20092024-06-25T21:36:34.634Z Compiling atomicwrites v0.4.3
20102024-06-25T21:36:35.155Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
20112024-06-25T21:36:35.312Z Compiling fatfs v0.3.6
20122024-06-25T21:36:36.450Z Compiling rtoolbox v0.0.2
20132024-06-25T21:36:36.897Z Compiling subprocess v0.2.9
20142024-06-25T21:36:37.888Z Compiling assert_matches v1.5.0
20152024-06-25T21:36:37.995Z Compiling is_ci v1.2.0
20162024-06-25T21:36:38.151Z Compiling supports-color v3.0.0
20172024-06-25T21:36:38.822Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20182024-06-25T21:36:39.194Z Compiling rpassword v7.3.1
20192024-06-25T21:36:39.570Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20202024-06-25T21:36:39.639Z Compiling tui-tree-widget v0.19.0
20212024-06-25T21:36:40.066Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20222024-06-25T21:36:42.082Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20232024-06-25T21:36:46.150Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20242024-06-25T21:36:46.442Z Compiling shell-words v1.1.0
20252024-06-25T21:36:46.890Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20262024-06-25T21:36:47.305Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20272024-06-25T21:36:58.624Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20282024-06-25T21:37:15.817Z Compiling multimap v0.10.0
20292024-06-25T21:37:16.231Z Compiling uzers v0.11.3
20302024-06-25T21:37:19.143Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20312024-06-25T21:39:29.547Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20322024-06-25T21:39:46.641Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20332024-06-25T21:45:46.768Z Finished `release` profile [optimized] target(s) in 14m 12s
20342024-06-25T21:46:33.577Z
20352024-06-25T21:46:33.580Zreal 15:00.474148446
20362024-06-25T21:46:33.580Zuser 1:43:54.345362117
20372024-06-25T21:46:33.580Zsys 5:47.665190060
20382024-06-25T21:46:33.580Ztrap 2.429932709
20392024-06-25T21:46:33.580Ztflt 2.493272794
20402024-06-25T21:46:33.580Zdflt 3.194039538
20412024-06-25T21:46:33.580Zkflt 0.057404766
20422024-06-25T21:46:33.581Zlock 6:19:23.566646611
20432024-06-25T21:46:33.581Zslp 4:08:57.291693179
20442024-06-25T21:46:33.581Zlat 2:31.814567955
20452024-06-25T21:46:33.581Zstop 2:00.937967967
20462024-06-25T21:46:33.581Z+ mapfile -t packages
20472024-06-25T21:46:33.581Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20482024-06-25T21:46:34.488Z Finished `release` profile [optimized] target(s) in 0.86s
20492024-06-25T21:46:34.532Z Running `target/release/omicron-package -t test list-outputs`
20502024-06-25T21:46:34.572ZLogging to: /work/oxidecomputer/omicron/out/LOG
20512024-06-25T21:46:34.575Z+ ptime -m cargo build --locked --release -p xtask
20522024-06-25T21:46:35.195Z Compiling serde v1.0.203
20532024-06-25T21:46:35.198Z Compiling bitflags v2.5.0
20542024-06-25T21:46:35.198Z Compiling syn v2.0.68
20552024-06-25T21:46:35.289Z Compiling bytes v1.6.0
20562024-06-25T21:46:35.289Z Compiling scopeguard v1.2.0
20572024-06-25T21:46:35.295Z Compiling smallvec v1.13.2
20582024-06-25T21:46:35.323Z Compiling serde_json v1.0.117
20592024-06-25T21:46:35.410Z Compiling lock_api v0.4.12
20602024-06-25T21:46:35.640Z Compiling log v0.4.21
20612024-06-25T21:46:35.788Z Compiling parking_lot_core v0.9.10
20622024-06-25T21:46:35.800Z Compiling hashbrown v0.14.5
20632024-06-25T21:46:35.837Z Compiling mio v0.8.11
20642024-06-25T21:46:35.865Z Compiling libc v0.2.155
20652024-06-25T21:46:36.120Z Compiling generic-array v0.14.7
20662024-06-25T21:46:36.226Z Compiling parking_lot v0.12.2
20672024-06-25T21:46:36.421Z Compiling slog v2.7.0
20682024-06-25T21:46:36.756Z Compiling http v0.2.12
20692024-06-25T21:46:36.951Z Compiling rustix v0.38.34
20702024-06-25T21:46:37.108Z Compiling usdt-impl v0.5.0
20712024-06-25T21:46:37.364Z Compiling indexmap v2.2.6
20722024-06-25T21:46:37.384Z Compiling syn v1.0.109
20732024-06-25T21:46:37.440Z Compiling time-macros v0.2.18
20742024-06-25T21:46:37.977Z Compiling thread-id v4.2.1
20752024-06-25T21:46:37.997Z Compiling tracing v0.1.40
20762024-06-25T21:46:38.730Z Compiling crossbeam-utils v0.8.19
20772024-06-25T21:46:38.942Z Compiling http-body v0.4.6
20782024-06-25T21:46:39.323Z Compiling unicode-normalization v0.1.23
20792024-06-25T21:46:39.493Z Compiling unicode-bidi v0.3.15
20802024-06-25T21:46:40.472Z Compiling time v0.3.36
20812024-06-25T21:46:40.603Z Compiling idna v0.5.0
20822024-06-25T21:46:41.523Z Compiling block-buffer v0.10.4
20832024-06-25T21:46:41.551Z Compiling crypto-common v0.1.6
20842024-06-25T21:46:41.796Z Compiling terminal_size v0.3.0
20852024-06-25T21:46:42.017Z Compiling fs-err v2.11.0
20862024-06-25T21:46:42.322Z Compiling anyhow v1.0.86
20872024-06-25T21:46:42.613Z Compiling proc-macro-error v1.0.4
20882024-06-25T21:46:42.875Z Compiling clap_builder v4.5.2
20892024-06-25T21:46:43.445Z Compiling crossbeam-channel v0.5.12
20902024-06-25T21:46:43.687Z Compiling digest v0.10.7
20912024-06-25T21:46:43.915Z Compiling url v2.5.0
20922024-06-25T21:46:44.127Z Compiling xattr v1.3.1
20932024-06-25T21:46:44.489Z Compiling sha2 v0.10.8
20942024-06-25T21:46:45.160Z Compiling slog-async v2.8.0
20952024-06-25T21:46:45.585Z Compiling tabled_derive v0.7.0
20962024-06-25T21:46:47.282Z Compiling serde_derive v1.0.203
20972024-06-25T21:46:47.546Z Compiling thiserror-impl v1.0.60
20982024-06-25T21:46:47.746Z Compiling zerocopy-derive v0.7.34
20992024-06-25T21:46:48.281Z Compiling futures-macro v0.3.30
21002024-06-25T21:46:49.413Z Compiling tokio-macros v2.2.0
21012024-06-25T21:46:49.707Z Compiling scroll_derive v0.12.0
21022024-06-25T21:46:49.873Z Compiling zerocopy v0.7.34
21032024-06-25T21:46:50.257Z Compiling futures-util v0.3.30
21042024-06-25T21:46:50.463Z Compiling thiserror v1.0.60
21052024-06-25T21:46:50.608Z Compiling pest v2.7.10
21062024-06-25T21:46:51.013Z Compiling tokio v1.37.0
21072024-06-25T21:46:51.331Z Compiling openssl-macros v0.1.1
21082024-06-25T21:46:51.462Z Compiling scroll v0.12.0
21092024-06-25T21:46:52.085Z Compiling openssl v0.10.64
21102024-06-25T21:46:52.099Z Compiling goblin v0.8.2
21112024-06-25T21:46:53.566Z Compiling pest_meta v2.7.10
21122024-06-25T21:46:57.558Z Compiling pest_generator v2.7.10
21132024-06-25T21:46:59.479Z Compiling pest_derive v2.7.10
21142024-06-25T21:47:00.252Z Compiling dtrace-parser v0.2.0
21152024-06-25T21:47:02.300Z Compiling tokio-util v0.7.11
21162024-06-25T21:47:04.645Z Compiling serde_tokenstream v0.2.0
21172024-06-25T21:47:05.170Z Compiling h2 v0.3.26
21182024-06-25T21:47:07.095Z Compiling dof v0.3.0
21192024-06-25T21:47:08.430Z Compiling toml_datetime v0.6.6
21202024-06-25T21:47:08.462Z Compiling serde_spanned v0.6.6
21212024-06-25T21:47:08.731Z Compiling native-tls v0.2.11
21222024-06-25T21:47:09.538Z Compiling tokio-native-tls v0.3.1
21232024-06-25T21:47:09.856Z Compiling toml_edit v0.22.13
21242024-06-25T21:47:09.870Z Compiling usdt-attr-macro v0.5.0
21252024-06-25T21:47:11.302Z Compiling hyper v0.14.28
21262024-06-25T21:47:16.145Z Compiling hyper-tls v0.5.0
21272024-06-25T21:47:16.586Z Compiling toml v0.8.13
21282024-06-25T21:47:17.564Z Compiling usdt-macro v0.5.0
21292024-06-25T21:47:18.501Z Compiling slog-json v2.6.1
21302024-06-25T21:47:18.818Z Compiling serde_urlencoded v0.7.1
21312024-06-25T21:47:19.056Z Compiling cargo-platform v0.1.8
21322024-06-25T21:47:19.472Z Compiling camino v1.1.7
21332024-06-25T21:47:20.053Z Compiling semver v1.0.23
21342024-06-25T21:47:20.192Z Compiling futures-executor v0.3.30
21352024-06-25T21:47:20.893Z Compiling strum_macros v0.26.2
21362024-06-25T21:47:21.313Z Compiling clap_derive v4.5.4
21372024-06-25T21:47:21.694Z Compiling cargo_metadata v0.18.1
21382024-06-25T21:47:23.630Z Compiling futures v0.3.30
21392024-06-25T21:47:23.765Z Compiling reqwest v0.11.27
21402024-06-25T21:47:23.960Z Compiling usdt v0.5.0
21412024-06-25T21:47:25.512Z Compiling slog-bunyan v2.5.0
21422024-06-25T21:47:25.646Z Compiling strum v0.26.2
21432024-06-25T21:47:25.798Z Compiling cargo_toml v0.20.2
21442024-06-25T21:47:25.852Z Compiling macaddr v1.0.1
21452024-06-25T21:47:26.015Z Compiling clap v4.5.4
21462024-06-25T21:47:26.145Z Compiling tabled v0.15.0
21472024-06-25T21:47:26.471Z Compiling slog-term v2.9.1
21482024-06-25T21:47:26.663Z Compiling tar v0.4.40
21492024-06-25T21:47:31.635Z Compiling md5 v0.7.0
21502024-06-25T21:47:42.870Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21512024-06-25T21:47:56.821Z Finished `release` profile [optimized] target(s) in 1m 22s
21522024-06-25T21:47:56.919Z
21532024-06-25T21:47:56.924Zreal 1:22.301431470
21542024-06-25T21:47:56.924Zuser 8:59.538893433
21552024-06-25T21:47:56.924Zsys 51.941284805
21562024-06-25T21:47:56.924Ztrap 0.253559091
21572024-06-25T21:47:56.924Ztflt 0.443062686
21582024-06-25T21:47:56.924Zdflt 0.202722747
21592024-06-25T21:47:56.924Zkflt 0.000003759
21602024-06-25T21:47:56.924Zlock 20:09.150457255
21612024-06-25T21:47:56.924Zslp 22:37.324891931
21622024-06-25T21:47:56.924Zlat 25.533975134
21632024-06-25T21:47:56.924Zstop 25.588114873
21642024-06-25T21:47:56.924Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21652024-06-25T21:47:56.924Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21662024-06-25T21:47:56.924Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21672024-06-25T21:47:56.924Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21682024-06-25T21:47:56.924Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21692024-06-25T21:47:57.469Z Downloading crates ...
21702024-06-25T21:47:57.677Z Downloaded ecdsa v0.16.9
21712024-06-25T21:47:57.684Z Downloaded cbc v0.1.2
21722024-06-25T21:47:57.687Z Downloaded bcrypt-pbkdf v0.10.0
21732024-06-25T21:47:57.693Z Downloaded dhcproto-macros v0.1.0
21742024-06-25T21:47:57.696Z Downloaded option-ext v0.2.0
21752024-06-25T21:47:57.705Z Downloaded russh-cryptovec v0.7.2
21762024-06-25T21:47:57.712Z Downloaded pbkdf2 v0.12.2
21772024-06-25T21:47:57.715Z Downloaded pbkdf2 v0.11.0
21782024-06-25T21:47:57.718Z Downloaded ghash v0.5.1
21792024-06-25T21:47:57.718Z Downloaded rand_core v0.5.1
21802024-06-25T21:47:57.721Z Downloaded internet-checksum v0.2.1
21812024-06-25T21:47:57.721Z Downloaded hex-literal v0.4.1
21822024-06-25T21:47:57.721Z Downloaded ctr v0.9.2
21832024-06-25T21:47:57.724Z Downloaded primeorder v0.13.6
21842024-06-25T21:47:57.724Z Downloaded ed25519 v2.2.3
21852024-06-25T21:47:57.727Z Downloaded dirs-sys v0.4.1
21862024-06-25T21:47:57.727Z Downloaded rand_chacha v0.2.2
21872024-06-25T21:47:57.729Z Downloaded dirs v5.0.1
21882024-06-25T21:47:57.732Z Downloaded rfc6979 v0.4.0
21892024-06-25T21:47:57.732Z Downloaded polyval v0.6.2
21902024-06-25T21:47:57.735Z Downloaded blowfish v0.9.1
21912024-06-25T21:47:57.735Z Downloaded russh-keys v0.43.0
21922024-06-25T21:47:57.738Z Downloaded ed25519-dalek v2.1.1
21932024-06-25T21:47:57.741Z Downloaded dhcproto v0.11.0
21942024-06-25T21:47:57.744Z Downloaded password-hash v0.4.2
21952024-06-25T21:47:57.747Z Downloaded getrandom v0.1.16
21962024-06-25T21:47:57.753Z Downloaded p256 v0.13.2
21972024-06-25T21:47:57.764Z Downloaded russh v0.43.0
21982024-06-25T21:47:57.770Z Downloaded aes v0.8.4
21992024-06-25T21:47:57.774Z Downloaded rand v0.7.3
22002024-06-25T21:47:57.778Z Downloaded p521 v0.13.3
22012024-06-25T21:47:57.782Z Downloaded aes-gcm v0.10.3
22022024-06-25T21:47:57.922Z Compiling serde v1.0.203
22032024-06-25T21:47:57.925Z Compiling log v0.4.21
22042024-06-25T21:47:58.032Z Compiling scopeguard v1.2.0
22052024-06-25T21:47:58.032Z Compiling smallvec v1.13.2
22062024-06-25T21:47:58.035Z Compiling syn v2.0.68
22072024-06-25T21:47:58.035Z Compiling getrandom v0.2.14
22082024-06-25T21:47:58.045Z Compiling generic-array v0.14.7
22092024-06-25T21:47:58.050Z Compiling libm v0.2.8
22102024-06-25T21:47:58.192Z Compiling lock_api v0.4.12
22112024-06-25T21:47:58.336Z Compiling rand_core v0.6.4
22122024-06-25T21:47:58.464Z Compiling parking_lot_core v0.9.10
22132024-06-25T21:47:58.483Z Compiling num-traits v0.2.19
22142024-06-25T21:47:58.515Z Compiling subtle v2.5.0
22152024-06-25T21:47:58.582Z Compiling mio v0.8.11
22162024-06-25T21:47:58.685Z Compiling ahash v0.8.11
22172024-06-25T21:47:58.857Z Compiling parking_lot v0.12.2
22182024-06-25T21:47:58.882Z Compiling serde_json v1.0.117
22192024-06-25T21:47:58.971Z Compiling allocator-api2 v0.2.18
22202024-06-25T21:47:59.089Z Compiling const-oid v0.9.6
22212024-06-25T21:47:59.131Z Compiling iana-time-zone v0.1.60
22222024-06-25T21:47:59.244Z Compiling syn v1.0.109
22232024-06-25T21:47:59.829Z Compiling unicode-normalization v0.1.23
22242024-06-25T21:47:59.903Z Compiling schemars v0.8.21
22252024-06-25T21:47:59.923Z Compiling unicode-bidi v0.3.15
22262024-06-25T21:47:59.987Z Compiling dyn-clone v1.0.17
22272024-06-25T21:48:00.206Z Compiling spin v0.9.8
22282024-06-25T21:48:00.274Z Compiling ppv-lite86 v0.2.17
22292024-06-25T21:48:00.624Z Compiling time-macros v0.2.18
22302024-06-25T21:48:00.982Z Compiling ring v0.17.8
22312024-06-25T21:48:01.053Z Compiling rand_chacha v0.3.1
22322024-06-25T21:48:01.068Z Compiling aho-corasick v1.1.3
22332024-06-25T21:48:01.551Z Compiling regex-syntax v0.8.3
22342024-06-25T21:48:01.738Z Compiling rand v0.8.5
22352024-06-25T21:48:03.559Z Compiling idna v0.5.0
22362024-06-25T21:48:03.945Z Compiling slog v2.7.0
22372024-06-25T21:48:04.052Z Compiling time v0.3.36
22382024-06-25T21:48:04.563Z Compiling url v2.5.0
22392024-06-25T21:48:05.194Z Compiling regex-automata v0.4.6
22402024-06-25T21:48:05.245Z Compiling spin v0.5.2
22412024-06-25T21:48:05.496Z Compiling untrusted v0.9.0
22422024-06-25T21:48:05.689Z Compiling serde_derive_internals v0.29.1
22432024-06-25T21:48:07.933Z Compiling lazy_static v1.4.0
22442024-06-25T21:48:08.063Z Compiling backtrace v0.3.71
22452024-06-25T21:48:08.521Z Compiling gimli v0.28.1
22462024-06-25T21:48:08.565Z Compiling object v0.32.2
22472024-06-25T21:48:08.671Z Compiling rustc-demangle v0.1.24
22482024-06-25T21:48:09.659Z Compiling anyhow v1.0.86
22492024-06-25T21:48:09.683Z Compiling rustls v0.21.12
22502024-06-25T21:48:09.963Z Compiling winnow v0.5.40
22512024-06-25T21:48:10.457Z Compiling crossbeam-utils v0.8.19
22522024-06-25T21:48:10.511Z Compiling regex v1.10.4
22532024-06-25T21:48:11.110Z Compiling base64ct v1.6.0
22542024-06-25T21:48:11.721Z Compiling rustls-webpki v0.101.7
22552024-06-25T21:48:11.757Z Compiling sct v0.7.1
22562024-06-25T21:48:12.084Z Compiling cookie v0.17.0
22572024-06-25T21:48:13.526Z Compiling serde_derive v1.0.203
22582024-06-25T21:48:13.547Z Compiling zeroize_derive v1.4.2
22592024-06-25T21:48:13.717Z Compiling zerocopy-derive v0.7.34
22602024-06-25T21:48:13.813Z Compiling thiserror-impl v1.0.60
22612024-06-25T21:48:13.978Z Compiling tokio-macros v2.2.0
22622024-06-25T21:48:15.226Z Compiling futures-macro v0.3.30
22632024-06-25T21:48:15.320Z Compiling zeroize v1.7.0
22642024-06-25T21:48:15.764Z Compiling schemars_derive v0.8.21
22652024-06-25T21:48:16.123Z Compiling tracing-attributes v0.1.27
22662024-06-25T21:48:16.212Z Compiling zerocopy v0.7.34
22672024-06-25T21:48:17.257Z Compiling crypto-common v0.1.6
22682024-06-25T21:48:17.340Z Compiling thiserror v1.0.60
22692024-06-25T21:48:17.434Z Compiling futures-util v0.3.30
22702024-06-25T21:48:17.486Z Compiling block-buffer v0.10.4
22712024-06-25T21:48:17.508Z Compiling async-trait v0.1.80
22722024-06-25T21:48:17.758Z Compiling digest v0.10.7
22732024-06-25T21:48:18.282Z Compiling addr2line v0.21.0
22742024-06-25T21:48:18.554Z Compiling hashbrown v0.14.5
22752024-06-25T21:48:18.964Z Compiling openssl-macros v0.1.1
22762024-06-25T21:48:19.336Z Compiling pest v2.7.10
22772024-06-25T21:48:20.273Z Compiling tracing v0.1.40
22782024-06-25T21:48:20.549Z Compiling idna v0.3.0
22792024-06-25T21:48:20.792Z Compiling psl-types v2.0.11
22802024-06-25T21:48:20.807Z Compiling data-encoding v2.6.0
22812024-06-25T21:48:20.989Z Compiling hmac v0.12.1
22822024-06-25T21:48:21.260Z Compiling scroll_derive v0.12.0
22832024-06-25T21:48:22.201Z Compiling pest_meta v2.7.10
22842024-06-25T21:48:22.401Z Compiling publicsuffix v2.2.3
22852024-06-25T21:48:22.656Z Compiling bitflags v1.3.2
22862024-06-25T21:48:22.769Z Compiling webpki-roots v0.25.4
22872024-06-25T21:48:22.852Z Compiling scroll v0.12.0
22882024-06-25T21:48:22.932Z Compiling block-padding v0.3.3
22892024-06-25T21:48:23.199Z Compiling der_derive v0.7.2
22902024-06-25T21:48:23.339Z Compiling futures-executor v0.3.30
22912024-06-25T21:48:23.420Z Compiling pest_generator v2.7.10
22922024-06-25T21:48:23.779Z Compiling futures v0.3.30
22932024-06-25T21:48:23.847Z Compiling goblin v0.8.2
22942024-06-25T21:48:23.904Z Compiling pem-rfc7468 v0.7.0
22952024-06-25T21:48:23.947Z Compiling flagset v0.4.5
22962024-06-25T21:48:24.159Z Compiling inout v0.1.3
22972024-06-25T21:48:24.489Z Compiling cipher v0.4.4
22982024-06-25T21:48:24.741Z Compiling sha2 v0.10.8
22992024-06-25T21:48:25.064Z Compiling either v1.12.0
23002024-06-25T21:48:25.498Z Compiling ff v0.13.0
23012024-06-25T21:48:25.589Z Compiling base16ct v0.2.0
23022024-06-25T21:48:25.726Z Compiling stable_deref_trait v1.2.0
23032024-06-25T21:48:25.845Z Compiling group v0.13.0
23042024-06-25T21:48:25.899Z Compiling hkdf v0.12.4
23052024-06-25T21:48:25.947Z Compiling der v0.7.9
23062024-06-25T21:48:26.169Z Compiling crypto-bigint v0.5.5
23072024-06-25T21:48:26.172Z Compiling crossbeam-epoch v0.9.18
23082024-06-25T21:48:27.038Z Compiling num-integer v0.1.46
23092024-06-25T21:48:27.666Z Compiling pest_derive v2.7.10
23102024-06-25T21:48:27.846Z Compiling managed v0.8.0
23112024-06-25T21:48:28.303Z Compiling spki v0.7.3
23122024-06-25T21:48:28.318Z Compiling unicode-segmentation v1.11.0
23132024-06-25T21:48:28.468Z Compiling dtrace-parser v0.2.0
23142024-06-25T21:48:28.679Z Compiling bytes v1.6.0
23152024-06-25T21:48:29.147Z Compiling indexmap v2.2.6
23162024-06-25T21:48:29.520Z Compiling uuid v1.8.0
23172024-06-25T21:48:29.610Z Compiling tokio v1.37.0
23182024-06-25T21:48:30.095Z Compiling chrono v0.4.38
23192024-06-25T21:48:30.636Z Compiling bitflags v2.5.0
23202024-06-25T21:48:30.813Z Compiling semver v1.0.23
23212024-06-25T21:48:30.990Z Compiling http v0.2.12
23222024-06-25T21:48:31.111Z Compiling serde_tokenstream v0.2.0
23232024-06-25T21:48:31.612Z Compiling serde_spanned v0.6.6
23242024-06-25T21:48:31.666Z Compiling toml_datetime v0.6.6
23252024-06-25T21:48:31.850Z Compiling openssl v0.10.64
23262024-06-25T21:48:32.179Z Compiling toml_edit v0.19.15
23272024-06-25T21:48:32.182Z Compiling rustix v0.38.34
23282024-06-25T21:48:32.321Z Compiling serde_urlencoded v0.7.1
23292024-06-25T21:48:33.585Z Compiling http-body v0.4.6
23302024-06-25T21:48:33.968Z Compiling cookie_store v0.20.0
23312024-06-25T21:48:34.073Z Compiling openapiv3 v2.0.0
23322024-06-25T21:48:34.769Z Compiling rustc_version v0.4.0
23332024-06-25T21:48:35.311Z Compiling dof v0.3.0
23342024-06-25T21:48:35.537Z Compiling pkcs8 v0.10.2
23352024-06-25T21:48:35.579Z Compiling toml_edit v0.22.13
23362024-06-25T21:48:36.164Z Compiling usdt-impl v0.5.0
23372024-06-25T21:48:36.977Z Compiling sec1 v0.7.3
23382024-06-25T21:48:37.575Z Compiling tokio-util v0.7.11
23392024-06-25T21:48:37.681Z Compiling tokio-rustls v0.24.1
23402024-06-25T21:48:37.856Z Compiling native-tls v0.2.11
23412024-06-25T21:48:38.091Z Compiling usdt-macro v0.5.0
23422024-06-25T21:48:38.500Z Compiling tokio-native-tls v0.3.1
23432024-06-25T21:48:38.675Z Compiling h2 v0.3.26
23442024-06-25T21:48:38.774Z Compiling usdt-attr-macro v0.5.0
23452024-06-25T21:48:38.980Z Compiling elliptic-curve v0.13.8
23462024-06-25T21:48:39.638Z Compiling toml v0.7.8
23472024-06-25T21:48:39.875Z Compiling ipnetwork v0.20.0
23482024-06-25T21:48:40.471Z Compiling usdt v0.5.0
23492024-06-25T21:48:40.637Z Compiling hex v0.4.3
23502024-06-25T21:48:40.661Z Compiling matches v0.1.10
23512024-06-25T21:48:40.767Z Compiling idna v0.2.3
23522024-06-25T21:48:40.840Z Compiling enum-as-inner v0.5.1
23532024-06-25T21:48:41.007Z Compiling bit-vec v0.6.3
23542024-06-25T21:48:41.238Z Compiling siphasher v0.3.11
23552024-06-25T21:48:41.356Z Compiling heapless v0.7.17
23562024-06-25T21:48:41.482Z Compiling terminal_size v0.3.0
23572024-06-25T21:48:41.628Z Compiling num-bigint v0.4.5
23582024-06-25T21:48:41.701Z Compiling regress v0.9.1
23592024-06-25T21:48:41.800Z Compiling signal-hook v0.3.17
23602024-06-25T21:48:41.904Z Compiling trust-dns-proto v0.22.0
23612024-06-25T21:48:42.046Z Compiling finl_unicode v1.2.0
23622024-06-25T21:48:42.482Z Compiling clap_builder v4.5.2
23632024-06-25T21:48:42.642Z Compiling stringprep v0.1.4
23642024-06-25T21:48:43.990Z Compiling itertools v0.10.5
23652024-06-25T21:48:44.555Z Compiling md-5 v0.10.6
23662024-06-25T21:48:44.843Z Compiling yasna v0.5.2
23672024-06-25T21:48:44.978Z Compiling clap_derive v4.5.4
23682024-06-25T21:48:46.841Z Compiling hyper v0.14.28
23692024-06-25T21:48:46.977Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23702024-06-25T21:48:47.061Z Compiling hash32 v0.2.1
23712024-06-25T21:48:47.468Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23722024-06-25T21:48:48.248Z Compiling smoltcp v0.9.1
23732024-06-25T21:48:49.020Z Compiling fallible-iterator v0.2.0
23742024-06-25T21:48:49.796Z Compiling postgres-protocol v0.6.6
23752024-06-25T21:48:50.240Z Compiling clap v4.5.4
23762024-06-25T21:48:50.484Z Compiling phf_shared v0.11.2
23772024-06-25T21:48:50.740Z Compiling tokio-stream v0.1.15
23782024-06-25T21:48:50.875Z Compiling hubpack_derive v0.1.1
23792024-06-25T21:48:51.164Z Compiling zerocopy-derive v0.6.6
23802024-06-25T21:48:51.403Z Compiling diesel_table_macro_syntax v0.1.0
23812024-06-25T21:48:51.735Z Compiling scheduled-thread-pool v0.2.7
23822024-06-25T21:48:51.812Z Compiling fs-err v2.11.0
23832024-06-25T21:48:51.833Z Compiling fixedbitset v0.4.2
23842024-06-25T21:48:52.240Z Compiling petgraph v0.6.5
23852024-06-25T21:48:52.299Z Compiling r2d2 v0.8.10
23862024-06-25T21:48:52.379Z Compiling diesel_derives v2.1.4
23872024-06-25T21:48:52.397Z Compiling hubpack v0.1.2
23882024-06-25T21:48:52.416Z Compiling phf v0.11.2
23892024-06-25T21:48:52.658Z Compiling signal-hook-mio v0.2.3
23902024-06-25T21:48:52.822Z Compiling postgres-types v0.2.6
23912024-06-25T21:48:53.125Z Compiling phf_shared v0.10.0
23922024-06-25T21:48:53.468Z Compiling hyper-tls v0.5.0
23932024-06-25T21:48:53.552Z Compiling hyper-rustls v0.24.2
23942024-06-25T21:48:53.839Z Compiling zerocopy v0.6.6
23952024-06-25T21:48:53.924Z Compiling reqwest v0.11.27
23962024-06-25T21:48:54.334Z Compiling similar v2.5.0
23972024-06-25T21:48:54.783Z Compiling num-iter v0.1.45
23982024-06-25T21:48:54.930Z Compiling strum_macros v0.25.3
23992024-06-25T21:48:54.984Z Compiling serde_repr v0.1.19
24002024-06-25T21:48:56.179Z Compiling getopts v0.2.21
24012024-06-25T21:48:56.213Z Compiling console v0.15.8
24022024-06-25T21:48:56.657Z Compiling float-cmp v0.9.0
24032024-06-25T21:48:56.893Z Compiling difflib v0.4.0
24042024-06-25T21:48:56.893Z Compiling normalize-line-endings v0.3.0
24052024-06-25T21:48:57.043Z Compiling static_assertions v1.1.0
24062024-06-25T21:48:57.155Z Compiling precomputed-hash v0.1.1
24072024-06-25T21:48:57.208Z Compiling minimal-lexical v0.2.1
24082024-06-25T21:48:57.285Z Compiling predicates-core v1.0.6
24092024-06-25T21:48:57.674Z Compiling unsafe-libyaml v0.2.11
24102024-06-25T21:48:57.737Z Compiling new_debug_unreachable v1.0.6
24112024-06-25T21:48:57.762Z Compiling whoami v1.5.1
24122024-06-25T21:48:57.838Z Compiling string_cache v0.8.7
24132024-06-25T21:48:58.352Z Compiling tokio-postgres v0.7.10
24142024-06-25T21:48:58.432Z Compiling nom v7.1.3
24152024-06-25T21:48:58.549Z Compiling predicates v3.1.0
24162024-06-25T21:48:59.234Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24172024-06-25T21:48:59.669Z Compiling serde_yaml v0.9.34+deprecated
24182024-06-25T21:49:00.430Z Compiling crossterm v0.27.0
24192024-06-25T21:49:03.068Z Compiling bit-set v0.5.3
24202024-06-25T21:49:03.359Z Compiling itertools v0.12.1
24212024-06-25T21:49:03.405Z Compiling bstr v1.9.1
24222024-06-25T21:49:04.039Z Compiling unicode-xid v0.2.4
24232024-06-25T21:49:04.223Z Compiling peg-runtime v0.8.3
24242024-06-25T21:49:04.226Z Compiling lalrpop-util v0.19.12
24252024-06-25T21:49:04.628Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24262024-06-25T21:49:04.909Z Compiling sha1 v0.10.6
24272024-06-25T21:49:05.093Z Compiling camino v1.1.7
24282024-06-25T21:49:05.319Z Compiling strum_macros v0.26.2
24292024-06-25T21:49:05.367Z Compiling http v1.1.0
24302024-06-25T21:49:05.798Z Compiling base64 v0.22.1
24312024-06-25T21:49:05.918Z Compiling diesel v2.1.6
24322024-06-25T21:49:06.094Z Compiling toml v0.8.13
24332024-06-25T21:49:06.542Z Compiling ident_case v1.0.1
24342024-06-25T21:49:06.627Z Compiling rustls-pki-types v1.7.0
24352024-06-25T21:49:06.725Z Compiling darling_core v0.20.9
24362024-06-25T21:49:06.882Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24372024-06-25T21:49:07.484Z Compiling crossbeam-channel v0.5.12
24382024-06-25T21:49:07.831Z Compiling paste v1.0.15
24392024-06-25T21:49:07.933Z Compiling rustls v0.22.4
24402024-06-25T21:49:08.230Z Compiling slog-term v2.9.1
24412024-06-25T21:49:08.411Z Compiling slog-async v2.8.0
24422024-06-25T21:49:08.570Z Compiling rustls-webpki v0.102.4
24432024-06-25T21:49:09.507Z Compiling multer v3.1.0
24442024-06-25T21:49:09.724Z Compiling instant v0.1.12
24452024-06-25T21:49:10.029Z Compiling slog-json v2.6.1
24462024-06-25T21:49:10.411Z Compiling async-stream-impl v0.3.5
24472024-06-25T21:49:10.615Z Compiling strum v0.26.2
24482024-06-25T21:49:10.758Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24492024-06-25T21:49:10.815Z Compiling atomic-waker v1.1.2
24502024-06-25T21:49:11.019Z Compiling debug-ignore v1.0.5
24512024-06-25T21:49:11.085Z Compiling waitgroup v0.1.2
24522024-06-25T21:49:11.120Z Compiling slog-bunyan v2.5.0
24532024-06-25T21:49:11.316Z Compiling rustls-pemfile v2.1.2
24542024-06-25T21:49:11.333Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24552024-06-25T21:49:11.450Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24562024-06-25T21:49:11.597Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24572024-06-25T21:49:11.767Z Compiling async-stream v0.3.5
24582024-06-25T21:49:11.791Z Compiling serde_path_to_error v0.1.16
24592024-06-25T21:49:12.111Z Compiling structmeta-derive v0.3.0
24602024-06-25T21:49:12.195Z Compiling hostname v0.4.0
24612024-06-25T21:49:12.474Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
24622024-06-25T21:49:12.658Z Compiling newtype-uuid v1.1.0
24632024-06-25T21:49:12.772Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642024-06-25T21:49:12.970Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24652024-06-25T21:49:13.282Z Compiling backoff v0.4.0
24662024-06-25T21:49:13.547Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672024-06-25T21:49:13.550Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24682024-06-25T21:49:13.677Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7)
24692024-06-25T21:49:13.732Z Compiling macaddr v1.0.1
24702024-06-25T21:49:13.735Z Compiling proc-macro-crate v1.3.1
24712024-06-25T21:49:14.108Z Compiling darling_macro v0.20.9
24722024-06-25T21:49:14.174Z Compiling tokio-rustls v0.25.0
24732024-06-25T21:49:14.398Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24742024-06-25T21:49:14.740Z Compiling fastrand v2.1.0
24752024-06-25T21:49:14.923Z Compiling num_enum_derive v0.5.11
24762024-06-25T21:49:15.212Z Compiling darling v0.20.9
24772024-06-25T21:49:15.253Z Compiling structmeta v0.3.0
24782024-06-25T21:49:15.333Z Compiling serde_with_macros v3.8.1
24792024-06-25T21:49:15.350Z Compiling tempfile v3.10.1
24802024-06-25T21:49:15.705Z Compiling parse-display-derive v0.9.0
24812024-06-25T21:49:16.279Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24822024-06-25T21:49:16.586Z Compiling foreign-types-macros v0.2.3
24832024-06-25T21:49:17.704Z Compiling num_enum v0.5.11
24842024-06-25T21:49:17.873Z Compiling foreign-types-shared v0.3.1
24852024-06-25T21:49:17.909Z Compiling heapless v0.8.0
24862024-06-25T21:49:17.998Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24872024-06-25T21:49:18.302Z Compiling foreign-types v0.5.0
24882024-06-25T21:49:18.415Z Compiling proc-macro-error v1.0.4
24892024-06-25T21:49:18.513Z Compiling serde_with v3.8.1
24902024-06-25T21:49:19.135Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24912024-06-25T21:49:19.152Z Compiling cstr-argument v0.1.2
24922024-06-25T21:49:19.456Z Compiling hash32 v0.3.1
24932024-06-25T21:49:19.715Z Compiling smoltcp v0.11.0
24942024-06-25T21:49:19.990Z Compiling pretty-hex v0.2.1
24952024-06-25T21:49:20.176Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24962024-06-25T21:49:20.238Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24972024-06-25T21:49:20.531Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24982024-06-25T21:49:20.549Z Compiling camino-tempfile v1.1.1
24992024-06-25T21:49:20.680Z Compiling parse-display v0.9.0
25002024-06-25T21:49:21.015Z Compiling tabwriter v1.4.0
25012024-06-25T21:49:21.122Z Compiling colored v2.1.0
25022024-06-25T21:49:21.400Z Compiling socket2 v0.4.10
25032024-06-25T21:49:21.556Z Compiling embedded-io v0.4.0
25042024-06-25T21:49:21.609Z Compiling cobs v0.2.3
25052024-06-25T21:49:21.918Z Compiling postcard v1.0.8
25062024-06-25T21:49:21.935Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25072024-06-25T21:49:22.226Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25082024-06-25T21:49:22.293Z Compiling crucible-workspace-hack v0.1.0
25092024-06-25T21:49:22.473Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25102024-06-25T21:49:22.580Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25112024-06-25T21:49:22.740Z Compiling smf v0.2.3
25122024-06-25T21:49:22.743Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25132024-06-25T21:49:22.879Z Compiling humantime v2.1.0
25142024-06-25T21:49:23.401Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25152024-06-25T21:49:23.419Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
25162024-06-25T21:49:23.434Z Compiling num-derive v0.4.2
25172024-06-25T21:49:23.912Z Compiling sigpipe v0.1.3
25182024-06-25T21:49:24.044Z Compiling utf-8 v0.7.6
25192024-06-25T21:49:24.181Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
25202024-06-25T21:49:24.405Z Compiling atty v0.2.14
25212024-06-25T21:49:24.554Z Compiling same-file v1.0.6
25222024-06-25T21:49:24.664Z Compiling semver v0.1.20
25232024-06-25T21:49:24.785Z Compiling rayon-core v1.12.1
25242024-06-25T21:49:24.983Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25252024-06-25T21:49:25.039Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25262024-06-25T21:49:25.359Z Compiling platforms v3.4.0
25272024-06-25T21:49:26.035Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
25282024-06-25T21:49:26.062Z Compiling curve25519-dalek v4.1.2
25292024-06-25T21:49:26.723Z Compiling rustc_version v0.1.7
25302024-06-25T21:49:26.745Z Compiling walkdir v2.5.0
25312024-06-25T21:49:26.884Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25322024-06-25T21:49:26.903Z Compiling newline-converter v0.3.0
25332024-06-25T21:49:26.961Z Compiling crossbeam-deque v0.8.5
25342024-06-25T21:49:27.117Z Compiling universal-hash v0.5.1
25352024-06-25T21:49:27.142Z Compiling opaque-debug v0.3.1
25362024-06-25T21:49:27.240Z Compiling prettyplease v0.2.20
25372024-06-25T21:49:27.255Z Compiling newtype_derive v0.1.6
25382024-06-25T21:49:27.298Z Compiling expectorate v1.1.0
25392024-06-25T21:49:27.522Z Compiling xattr v1.3.1
25402024-06-25T21:49:27.540Z Compiling num-rational v0.4.2
25412024-06-25T21:49:27.543Z Compiling signature v2.2.0
25422024-06-25T21:49:27.572Z Compiling curve25519-dalek-derive v0.1.1
25432024-06-25T21:49:27.804Z Compiling num-complex v0.4.6
25442024-06-25T21:49:27.857Z Compiling blake3 v1.5.1
25452024-06-25T21:49:28.472Z Compiling ring v0.16.20
25462024-06-25T21:49:28.879Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9)
25472024-06-25T21:49:28.966Z Compiling unicase v2.7.0
25482024-06-25T21:49:29.155Z Compiling getrandom v0.1.16
25492024-06-25T21:49:29.186Z Compiling convert_case v0.4.0
25502024-06-25T21:49:29.248Z Compiling linked-hash-map v0.5.6
25512024-06-25T21:49:29.357Z Compiling termcolor v1.4.1
25522024-06-25T21:49:29.551Z Compiling arc-swap v1.7.1
25532024-06-25T21:49:29.658Z Compiling quick-error v1.2.3
25542024-06-25T21:49:29.817Z Compiling resolv-conf v0.7.0
25552024-06-25T21:49:30.001Z Compiling env_logger v0.9.3
25562024-06-25T21:49:30.206Z Compiling slog-scope v4.4.0
25572024-06-25T21:49:30.247Z Compiling derive_more v0.99.17
25582024-06-25T21:49:30.247Z Compiling lru-cache v0.1.2
25592024-06-25T21:49:30.664Z Compiling tar v0.4.40
25602024-06-25T21:49:30.759Z Compiling num v0.4.3
25612024-06-25T21:49:31.267Z Compiling rayon v1.10.0
25622024-06-25T21:49:32.870Z Compiling tungstenite v0.21.0
25632024-06-25T21:49:32.888Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25642024-06-25T21:49:33.404Z Compiling blake2 v0.10.6
25652024-06-25T21:49:34.626Z Compiling bitstruct_derive v0.1.0
25662024-06-25T21:49:34.774Z Compiling derive-where v1.2.7
25672024-06-25T21:49:35.094Z Compiling password-hash v0.5.0
25682024-06-25T21:49:36.047Z Compiling memmap2 v0.9.4
25692024-06-25T21:49:36.173Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25702024-06-25T21:49:36.297Z Compiling home v0.5.9
25712024-06-25T21:49:36.319Z Compiling arrayvec v0.7.4
25722024-06-25T21:49:36.520Z Compiling libefi-sys v0.1.0
25732024-06-25T21:49:36.579Z Compiling constant_time_eq v0.3.0
25742024-06-25T21:49:36.722Z Compiling ascii v1.1.0
25752024-06-25T21:49:36.761Z Compiling arrayref v0.3.7
25762024-06-25T21:49:36.788Z Compiling float-ord v0.3.2
25772024-06-25T21:49:36.867Z Compiling parking_lot_core v0.8.6
25782024-06-25T21:49:36.960Z Compiling untrusted v0.7.1
25792024-06-25T21:49:37.151Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25802024-06-25T21:49:38.437Z Compiling toolchain_find v0.4.0
25812024-06-25T21:49:38.668Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25822024-06-25T21:49:38.819Z Compiling bitstruct v0.1.1
25832024-06-25T21:49:38.930Z Compiling argon2 v0.5.3
25842024-06-25T21:49:38.943Z Compiling tokio-tungstenite v0.21.0
25852024-06-25T21:49:39.089Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25862024-06-25T21:49:39.259Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25872024-06-25T21:49:39.324Z Compiling slog-stdlog v4.1.1
25882024-06-25T21:49:39.504Z Compiling trust-dns-resolver v0.22.0
25892024-06-25T21:49:39.671Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25902024-06-25T21:49:39.718Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25912024-06-25T21:49:40.094Z Compiling serde_arrays v0.1.0
25922024-06-25T21:49:40.114Z Compiling erased-serde v0.3.31
25932024-06-25T21:49:40.261Z Compiling rfc6979 v0.4.0
25942024-06-25T21:49:40.437Z Compiling aead v0.5.2
25952024-06-25T21:49:40.463Z Compiling nibble_vec v0.1.0
25962024-06-25T21:49:40.675Z Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25972024-06-25T21:49:40.837Z Compiling slog-dtrace v0.3.0
25982024-06-25T21:49:41.054Z Compiling keccak v0.1.5
25992024-06-25T21:49:41.112Z Compiling endian-type v0.1.2
26002024-06-25T21:49:41.129Z Compiling cancel-safe-futures v0.1.5
26012024-06-25T21:49:41.351Z Compiling topological-sort v0.2.2
26022024-06-25T21:49:41.494Z Compiling sha3 v0.10.8
26032024-06-25T21:49:41.559Z Compiling omicron-zone-package v0.11.0
26042024-06-25T21:49:41.576Z Compiling radix_trie v0.2.1
26052024-06-25T21:49:41.833Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26062024-06-25T21:49:42.221Z Compiling ecdsa v0.16.9
26072024-06-25T21:49:42.291Z Compiling rand_core v0.5.1
26082024-06-25T21:49:42.507Z Compiling mime_guess v2.0.4
26092024-06-25T21:49:42.541Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-06-25T21:49:42.795Z Compiling slog-envlogger v2.2.0
26112024-06-25T21:49:42.953Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26122024-06-25T21:49:43.077Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132024-06-25T21:49:43.581Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26142024-06-25T21:49:43.717Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26152024-06-25T21:49:43.892Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-06-25T21:49:44.232Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26172024-06-25T21:49:44.302Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26182024-06-25T21:49:44.714Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26192024-06-25T21:49:44.780Z Compiling steno v0.4.0
26202024-06-25T21:49:45.882Z Compiling rustfmt-wrapper v0.2.1
26212024-06-25T21:49:46.488Z Compiling poly1305 v0.8.0
26222024-06-25T21:49:47.071Z Compiling tungstenite v0.20.1
26232024-06-25T21:49:47.565Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26242024-06-25T21:49:48.220Z Compiling primeorder v0.13.6
26252024-06-25T21:49:48.328Z Compiling heck v0.3.3
26262024-06-25T21:49:48.405Z Compiling chacha20 v0.9.1
26272024-06-25T21:49:48.742Z Compiling secrecy v0.8.0
26282024-06-25T21:49:48.784Z Compiling thiserror-impl-no-std v2.0.2
26292024-06-25T21:49:48.846Z Compiling half v2.4.1
26302024-06-25T21:49:49.019Z Compiling option-ext v0.2.0
26312024-06-25T21:49:49.160Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d)
26322024-06-25T21:49:49.226Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26332024-06-25T21:49:49.440Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26342024-06-25T21:49:49.440Z Compiling ciborium-io v0.2.2
26352024-06-25T21:49:49.578Z Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81)
26362024-06-25T21:49:49.595Z Compiling ciborium-ll v0.2.2
26372024-06-25T21:49:49.610Z Compiling dirs-sys v0.4.1
26382024-06-25T21:49:50.009Z Compiling zone_cfg_derive v0.1.2
26392024-06-25T21:49:50.212Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26402024-06-25T21:49:50.264Z Compiling tokio-tungstenite v0.20.1
26412024-06-25T21:49:50.798Z Compiling parking_lot v0.11.2
26422024-06-25T21:49:51.321Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26432024-06-25T21:49:51.536Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26442024-06-25T21:49:51.758Z Compiling rand_chacha v0.2.2
26452024-06-25T21:49:51.825Z Compiling trust-dns-client v0.22.0
26462024-06-25T21:49:52.199Z Compiling thiserror-no-std v2.0.2
26472024-06-25T21:49:52.407Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26482024-06-25T21:49:52.828Z Compiling ed25519 v2.2.3
26492024-06-25T21:49:52.912Z Compiling polyval v0.6.2
26502024-06-25T21:49:52.945Z Compiling libsw v3.3.1
26512024-06-25T21:49:53.264Z Compiling toml v0.5.11
26522024-06-25T21:49:53.328Z Compiling blowfish v0.9.1
26532024-06-25T21:49:53.367Z Compiling aes v0.8.4
26542024-06-25T21:49:53.746Z Compiling ctr v0.9.2
26552024-06-25T21:49:53.780Z Compiling pbkdf2 v0.12.2
26562024-06-25T21:49:53.962Z Compiling password-hash v0.4.2
26572024-06-25T21:49:54.102Z Compiling gethostname v0.4.3
26582024-06-25T21:49:54.425Z Compiling fxhash v0.2.1
26592024-06-25T21:49:54.645Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26602024-06-25T21:49:54.930Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26612024-06-25T21:49:55.050Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622024-06-25T21:49:56.272Z Compiling owo-colors v4.0.0
26632024-06-25T21:49:56.998Z Compiling linear-map v1.2.0
26642024-06-25T21:49:57.333Z Compiling base64 v0.13.1
26652024-06-25T21:49:57.967Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26662024-06-25T21:49:58.603Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26672024-06-25T21:49:58.943Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26682024-06-25T21:49:59.759Z Compiling ron v0.7.1
26692024-06-25T21:50:02.201Z Compiling trust-dns-server v0.22.1
26702024-06-25T21:50:02.453Z Compiling sled v0.34.7
26712024-06-25T21:50:02.470Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26722024-06-25T21:50:02.816Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26732024-06-25T21:50:04.760Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742024-06-25T21:50:06.029Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752024-06-25T21:50:06.045Z Compiling pbkdf2 v0.11.0
26762024-06-25T21:50:06.414Z Compiling bcrypt-pbkdf v0.10.0
26772024-06-25T21:50:06.858Z Compiling ghash v0.5.1
26782024-06-25T21:50:07.046Z Compiling ed25519-dalek v2.1.1
26792024-06-25T21:50:07.062Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-06-25T21:50:07.334Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812024-06-25T21:50:07.793Z Compiling vsss-rs v3.3.4
26822024-06-25T21:50:08.224Z Compiling rand v0.7.3
26832024-06-25T21:50:09.368Z Compiling zone v0.1.8
26842024-06-25T21:50:10.246Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26852024-06-25T21:50:10.881Z Compiling ciborium v0.2.2
26862024-06-25T21:50:11.021Z Compiling dirs v5.0.1
26872024-06-25T21:50:12.158Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26882024-06-25T21:50:12.425Z Compiling chacha20poly1305 v0.10.1
26892024-06-25T21:50:12.559Z Compiling p256 v0.13.2
26902024-06-25T21:50:12.675Z Compiling p521 v0.13.3
26912024-06-25T21:50:12.768Z Compiling pem v3.0.4
26922024-06-25T21:50:13.423Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
26932024-06-25T21:50:13.646Z Compiling headers-core v0.2.0
26942024-06-25T21:50:13.812Z Compiling cbc v0.1.2
26952024-06-25T21:50:13.816Z Compiling kstat-rs v0.2.4
26962024-06-25T21:50:14.064Z Compiling portpicker v0.1.1
26972024-06-25T21:50:14.267Z Compiling nanorand v0.7.0
26982024-06-25T21:50:14.462Z Compiling russh-cryptovec v0.7.2
26992024-06-25T21:50:14.567Z Compiling glob v0.3.1
27002024-06-25T21:50:14.800Z Compiling http-range v0.1.5
27012024-06-25T21:50:14.900Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27022024-06-25T21:50:15.182Z Compiling hyper-staticfile v0.9.5
27032024-06-25T21:50:15.220Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27042024-06-25T21:50:15.585Z Compiling flume v0.11.0
27052024-06-25T21:50:16.174Z Compiling russh-keys v0.43.0
27062024-06-25T21:50:16.238Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072024-06-25T21:50:16.317Z Compiling headers v0.3.9
27082024-06-25T21:50:17.419Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
27092024-06-25T21:50:18.317Z Compiling rcgen v0.12.1
27102024-06-25T21:50:19.718Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27112024-06-25T21:50:20.758Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27122024-06-25T21:50:20.948Z Compiling aes-gcm v0.10.3
27132024-06-25T21:50:21.896Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27142024-06-25T21:50:22.026Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27152024-06-25T21:50:22.487Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27162024-06-25T21:50:23.913Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5)
27172024-06-25T21:50:27.573Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851)
27182024-06-25T21:50:28.807Z Compiling atomicwrites v0.4.3
27192024-06-25T21:50:29.182Z Compiling subprocess v0.2.9
27202024-06-25T21:50:29.274Z Compiling dhcproto-macros v0.1.0
27212024-06-25T21:50:30.291Z Compiling display-error-chain v0.2.0
27222024-06-25T21:50:30.470Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232024-06-25T21:50:31.281Z Compiling hex-literal v0.4.1
27242024-06-25T21:50:31.299Z Compiling dhcproto v0.11.0
27252024-06-25T21:50:31.302Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27262024-06-25T21:50:31.447Z Compiling russh v0.43.0
27272024-06-25T21:50:31.786Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27282024-06-25T21:50:34.116Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27292024-06-25T21:50:34.822Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27302024-06-25T21:50:35.295Z Compiling internet-checksum v0.2.1
27312024-06-25T21:50:55.989Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27322024-06-25T21:51:40.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s
27332024-06-25T21:51:40.217Z
27342024-06-25T21:51:40.217Zreal 3:43.206302861
27352024-06-25T21:51:40.218Zuser 19:50.011640650
27362024-06-25T21:51:40.218Zsys 4:16.473973895
27372024-06-25T21:51:40.223Ztrap 0.580667555
27382024-06-25T21:51:40.223Ztflt 0.549096610
27392024-06-25T21:51:40.223Zdflt 1.895719582
27402024-06-25T21:51:40.223Zkflt 0.000035139
27412024-06-25T21:51:40.223Zlock 42:32.253070505
27422024-06-25T21:51:40.223Zslp 57:08.693234159
27432024-06-25T21:51:40.223Zlat 1:06.099518182
27442024-06-25T21:51:40.223Zstop 2:32.605379941
27452024-06-25T21:51:40.223Z+ mkdir tests
27462024-06-25T21:51:40.227Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27472024-06-25T21:51:40.227Z+ xargs -I '{}' -t cp '{}' tests/
27482024-06-25T21:51:41.385Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f6f94cb4a9a9a169 tests/
27492024-06-25T21:51:41.406Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2625c62b883bf1bd tests/
27502024-06-25T21:51:41.426Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-546279d9981cb332 tests/
27512024-06-25T21:51:41.446Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ae47c0da00098b1e tests/
27522024-06-25T21:51:41.739Z+ 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/*)
27532024-06-25T21:51:41.742Z+ 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-2625c62b883bf1bd tests/commtest-546279d9981cb332 tests/dhcp_server-f6f94cb4a9a9a169 tests/end_to_end_tests-ae47c0da00098b1e 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
27542024-06-25T21:52:45.977ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27552024-06-25T21:52:45.977Za out/target/test 1K
27562024-06-25T21:52:45.977Za out/npuzone/npuzone 23144K
27572024-06-25T21:52:45.977Za package-manifest.toml 28K
27582024-06-25T21:52:45.977Za smf/sled-agent/non-gimlet/config.toml 4K
27592024-06-25T21:52:45.978Za target/release/omicron-package 32281K
27602024-06-25T21:52:45.978Za target/release/xtask 18121K
27612024-06-25T21:52:45.978Za target/debug/bootstrap 354586K
27622024-06-25T21:52:45.978Za tests/bootstrap-2625c62b883bf1bd 23982K
27632024-06-25T21:52:45.978Za tests/commtest-546279d9981cb332 23983K
27642024-06-25T21:52:45.978Za tests/dhcp_server-f6f94cb4a9a9a169 23982K
27652024-06-25T21:52:45.978Za tests/end_to_end_tests-ae47c0da00098b1e 365976K
27662024-06-25T21:52:45.978Za out/clickhouse.tar.gz 223004K
27672024-06-25T21:52:45.978Za out/clickhouse_keeper.tar.gz 222994K
27682024-06-25T21:52:45.978Za out/cockroachdb.tar.gz 131715K
27692024-06-25T21:52:45.978Za out/crucible-pantry-zone.tar.gz 27302K
27702024-06-25T21:52:45.978Za out/crucible-zone.tar.gz 38060K
27712024-06-25T21:52:45.978Za out/external-dns.tar.gz 25085K
27722024-06-25T21:52:45.978Za out/internal-dns.tar.gz 25085K
27732024-06-25T21:52:45.978Za out/mg-ddm-gz.tar 60673K
27742024-06-25T21:52:45.978Za out/nexus.tar.gz 83729K
27752024-06-25T21:52:45.978Za out/ntp.tar.gz 8850K
27762024-06-25T21:52:45.978Za out/omicron-gateway-softnpu.tar.gz 13747K
27772024-06-25T21:52:45.978Za out/omicron-sled-agent.tar 93841K
27782024-06-25T21:52:45.978Za out/overlay.tar.gz 3K
27792024-06-25T21:52:45.978Za out/oximeter.tar.gz 41394K
27802024-06-25T21:52:45.978Za out/oxlog.tar 2955K
27812024-06-25T21:52:45.978Za out/probe.tar.gz 2764K
27822024-06-25T21:52:45.978Za out/propolis-server.tar.gz 64643K
27832024-06-25T21:52:45.978Za out/pumpkind-gz.tar 26665K
27842024-06-25T21:52:45.978Za out/switch-softnpu.tar.gz 195949K
27852024-06-25T21:52:45.982Z
27862024-06-25T21:52:45.983Zreal 1:04.221644071
27872024-06-25T21:52:45.983Zuser 1:01.456467393
27882024-06-25T21:52:45.983Zsys 3.802271036
27892024-06-25T21:52:45.983Ztrap 0.015854351
27902024-06-25T21:52:45.983Ztflt 0.000000000
27912024-06-25T21:52:45.983Zdflt 0.000000000
27922024-06-25T21:52:45.983Zkflt 0.000000000
27932024-06-25T21:52:45.983Zlock 0.000000000
27942024-06-25T21:52:45.983Zslp 1:01.388709898
27952024-06-25T21:52:45.983Zlat 1.775633607
27962024-06-25T21:52:45.983Zstop 0.000196397
27972024-06-25T21:52:45.983Zprocess exited: duration 1712749 ms, exit code 0
 
27982024-06-25T21:52:45.999Zfound 1 output files
27992024-06-25T21:52:45.999Zuploading: /work/package.tar.gz (1401096244 bytes)
28002024-06-25T21:53:17.794Zuploaded: /work/package.tar.gz