01J1WTWGNEECGDJ6VAABY56V3B: 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: 01J1WTWV5KZ203ZX8MEE97K5SW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-03T17:41:01.917Zjob assigned to worker 01J1WTX43YPJ96F66KQPD45XJH (queued for 1 m 9 s)
 
22024-07-03T17:41:09.056Zstarting task 0: "setup"
32024-07-03T17:41:09.109Z++ uname -s
42024-07-03T17:41:09.112Z+ kern=SunOS
52024-07-03T17:41:09.112Z+ case "$kern" in
62024-07-03T17:41:09.112Z+ groupadd -g 12345 build
72024-07-03T17:41:09.115Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-03T17:41:11.136Z+ zfs create -o mountpoint=/work rpool/work
92024-07-03T17:41:11.256Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-03T17:41:11.259Z+ home_fs=zfs
112024-07-03T17:41:11.259Z+ [[ zfs == autofs ]]
122024-07-03T17:41:11.259Z+ mkdir -p /home/build
132024-07-03T17:41:11.263Z+ chown build:build /home/build /work
142024-07-03T17:41:13.262Z+ chmod 0700 /home/build /work
152024-07-03T17:41:13.265Zprocess exited: duration 4208 ms, exit code 0
 
162024-07-03T17:41:13.276Zstarting task 1: "rust-toolchain"
172024-07-03T17:41:13.281Z+ printf ' * toolchain channel = "%s"
182024-07-03T17:41:13.281Z' 1.78.0
192024-07-03T17:41:13.281Z+ printf ' * toolchain profile = "%s"
202024-07-03T17:41:13.281Z' default
212024-07-03T17:41:13.285Z * toolchain channel = "1.78.0"
222024-07-03T17:41:13.285Z * toolchain profile = "default"
232024-07-03T17:41:13.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-03T17:41:13.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-03T17:41:13.396Zinfo: downloading installer
262024-07-03T17:41:14.620Zinfo: profile set to 'default'
272024-07-03T17:41:14.620Zinfo: default host triple is x86_64-unknown-illumos
282024-07-03T17:41:14.625Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-03T17:41:14.723Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-03T17:41:14.723Zinfo: downloading component 'cargo'
312024-07-03T17:41:15.346Zinfo: downloading component 'clippy'
322024-07-03T17:41:15.558Zinfo: downloading component 'rust-docs'
332024-07-03T17:41:16.390Zinfo: downloading component 'rust-std'
342024-07-03T17:41:17.720Zinfo: downloading component 'rustc'
352024-07-03T17:41:21.024Zinfo: downloading component 'rustfmt'
362024-07-03T17:41:21.207Zinfo: installing component 'cargo'
372024-07-03T17:41:22.051Zinfo: installing component 'clippy'
382024-07-03T17:41:22.408Zinfo: installing component 'rust-docs'
392024-07-03T17:41:23.967Zinfo: installing component 'rust-std'
402024-07-03T17:41:25.729Zinfo: installing component 'rustc'
412024-07-03T17:41:29.882Zinfo: installing component 'rustfmt'
422024-07-03T17:41:30.219Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-03T17:41:30.219Z
442024-07-03T17:41:30.486Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-03T17:41:30.486Z
462024-07-03T17:41:30.486Z
472024-07-03T17:41:30.486ZRust is installed now. Great!
482024-07-03T17:41:30.486Z
492024-07-03T17:41:30.486ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-03T17:41:30.490Zenvironment variable. This has not been done automatically.
512024-07-03T17:41:30.490Z
522024-07-03T17:41:30.490ZTo configure your current shell, you need to source
532024-07-03T17:41:30.490Zthe corresponding env file under $HOME/.cargo.
542024-07-03T17:41:30.490Z
552024-07-03T17:41:30.490ZThis is usually done by running one of the following (note the leading DOT):
562024-07-03T17:41:30.490Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-03T17:41:30.490Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-03T17:41:30.553Z+ rustc --version
592024-07-03T17:41:30.613Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-03T17:41:30.616Zprocess exited: duration 17338 ms, exit code 0
 
612024-07-03T17:41:30.623Zstarting task 2: "authentication"
622024-07-03T17:41:30.644Zprocess exited: duration 20 ms, exit code 0
 
632024-07-03T17:41:30.650Zstarting task 3: "clone repository"
642024-07-03T17:41:30.655Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-03T17:41:30.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-03T17:41:30.797ZCloning into '/work/oxidecomputer/omicron'...
672024-07-03T17:41:36.762Z+ cd /work/oxidecomputer/omicron
682024-07-03T17:41:36.762Z+ git fetch origin 5f03e3728e2f7ff3faa93d6a412a1363879f187f
692024-07-03T17:41:37.107ZFrom https://github.com/oxidecomputer/omicron
702024-07-03T17:41:37.108Z * branch 5f03e3728e2f7ff3faa93d6a412a1363879f187f -> FETCH_HEAD
712024-07-03T17:41:37.117Z+ [[ -n bump-console-00b76026 ]]
722024-07-03T17:41:37.120Z++ git branch --show-current
732024-07-03T17:41:37.123Z+ current=main
742024-07-03T17:41:37.123Z+ [[ main != bump-console-00b76026 ]]
752024-07-03T17:41:37.123Z+ git branch -f bump-console-00b76026 5f03e3728e2f7ff3faa93d6a412a1363879f187f
762024-07-03T17:41:37.125Z+ git checkout -f bump-console-00b76026
772024-07-03T17:41:37.259ZSwitched to branch 'bump-console-00b76026'
782024-07-03T17:41:37.262Z+ git reset --hard 5f03e3728e2f7ff3faa93d6a412a1363879f187f
792024-07-03T17:41:37.271ZHEAD is now at 5f03e3728 Bump web console
802024-07-03T17:41:37.273Zprocess exited: duration 6621 ms, exit code 0
 
812024-07-03T17:41:37.279Zstarting task 4: "build"
822024-07-03T17:41:37.284Z+ cargo --version
832024-07-03T17:41:37.337Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-03T17:41:37.341Z+ rustc --version
852024-07-03T17:41:37.394Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-03T17:41:37.398Z+ WORK=/work
872024-07-03T17:41:37.398Z+ pfexec mkdir -p /work
882024-07-03T17:41:37.400Z+ pfexec chown build /work
892024-07-03T17:41:37.403Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-03T17:41:55.858Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-03T17:41:58.106Z Startup: Caching catalogs ... Done
922024-07-03T17:42:00.695ZPlanning: Solver setup ... Done (2.127s)
932024-07-03T17:42:00.740ZPlanning: Running solver ... Done (0.045s)
942024-07-03T17:42:00.780ZPlanning: Finding local manifests ... Done (0.002s)
952024-07-03T17:42:00.792ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-03T17:42:01.173ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-03T17:42:01.315ZPlanning: Package planning ... Done (0.142s)
982024-07-03T17:42:01.372ZPlanning: Merging actions ... Done (0.057s)
992024-07-03T17:42:02.912ZPlanning: Checking for conflicting actions ... Done (1.540s)
1002024-07-03T17:42:02.924ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-03T17:42:11.731ZPlanning: Evaluating mediators ... Done (8.805s)
1022024-07-03T17:42:11.739ZPlanning: Planning completed in 13.57 seconds
1032024-07-03T17:42:11.909Z Packages to install: 4
1042024-07-03T17:42:11.909Z Mediators to change: 2
1052024-07-03T17:42:11.909Z Services to change: 1
1062024-07-03T17:42:11.913Z Estimated space available: 155.77 GB
1072024-07-03T17:42:11.913ZEstimated space to be consumed: 1.46 GB
1082024-07-03T17:42:11.913Z Create boot environment: No
1092024-07-03T17:42:11.913ZCreate backup boot environment: No
1102024-07-03T17:42:11.913Z Rebuild boot archive: No
1112024-07-03T17:42:11.913Z
1122024-07-03T17:42:11.913ZChanged mediators:
1132024-07-03T17:42:11.913Z mediator clang:
1142024-07-03T17:42:11.913Z version: None -> 15 (system default)
1152024-07-03T17:42:11.913Z
1162024-07-03T17:42:11.913Z mediator llvm:
1172024-07-03T17:42:11.913Z version: 14 (system default) -> 15 (system default)
1182024-07-03T17:42:11.913Z
1192024-07-03T17:42:11.913ZChanged packages:
1202024-07-03T17:42:11.913Zhelios-dev
1212024-07-03T17:42:11.913Z developer/build-essential
1222024-07-03T17:42:11.913Z None -> 11-2.0
1232024-07-03T17:42:11.913Z library/libxmlsec1
1242024-07-03T17:42:11.913Z None -> 1.2.35-2.0
1252024-07-03T17:42:11.913Z ooce/developer/clang-15
1262024-07-03T17:42:11.913Z None -> 15.0.7-2.0
1272024-07-03T17:42:11.913Z ooce/developer/llvm-15
1282024-07-03T17:42:11.913Z None -> 15.0.7-2.0
1292024-07-03T17:42:11.913Z
1302024-07-03T17:42:11.913ZServices:
1312024-07-03T17:42:11.913Z restart_fmri:
1322024-07-03T17:42:11.913Z svc:/system/update-man-index:default
1332024-07-03T17:42:12.131Z
1342024-07-03T17:42:12.131ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-03T17:42:17.131ZDownload: 1330/3290 items 110.7/212.6MB 52% complete (22.1M/s)
1362024-07-03T17:42:22.138ZDownload: 3234/3290 items 167.4/212.6MB 78% complete (16.8M/s)
1372024-07-03T17:42:23.834ZDownload: Completed 212.60 MB in 11.70 seconds (18.2M/s)
1382024-07-03T17:42:24.828Z Actions: 1/3689 actions (Installing new actions)
1392024-07-03T17:42:30.068Z Actions: 3544/3689 actions (Installing new actions)
1402024-07-03T17:42:31.043Z Actions: Completed 3689 actions in 6.21 seconds.
1412024-07-03T17:42:31.287Z Done (0.238s)
1422024-07-03T17:42:31.287Z Done (0.000s)
1432024-07-03T17:42:31.613Z Done (0.326s)
1442024-07-03T17:42:39.914Z Done (8.143s)
1452024-07-03T17:42:40.259Z Done (0.275s)
1462024-07-03T17:42:40.263Z Done (0.000s)
1472024-07-03T17:42:40.414Z Done (0.000s)
1482024-07-03T17:42:40.972ZPlanning: Evaluating mediator changes ... Done
1492024-07-03T17:42:41.131ZPlanning: Checking for conflicting actions ... Done
1502024-07-03T17:42:41.133ZPlanning: Consolidating action changes ... Done
1512024-07-03T17:42:41.392ZPlanning: Evaluating mediators ... Done
1522024-07-03T17:42:41.394ZPlanning: Planning completed in 0.42 seconds
1532024-07-03T17:42:41.425Z Mediators to change: 2
1542024-07-03T17:42:41.425Z Create boot environment: No
1552024-07-03T17:42:41.425ZCreate backup boot environment: No
1562024-07-03T17:42:41.498Z Done
1572024-07-03T17:42:41.498Z Done
1582024-07-03T17:42:41.698Z Done
1592024-07-03T17:42:45.162Z Done
1602024-07-03T17:42:45.248Z Done
1612024-07-03T17:42:45.248Z Done
1622024-07-03T17:42:45.365Z Done
1632024-07-03T17:42:45.971ZPlanning: Evaluating mediator changes ... Done
1642024-07-03T17:42:45.974ZPlanning: Merging actions ... Done
1652024-07-03T17:42:46.163ZPlanning: Checking for conflicting actions ... Done
1662024-07-03T17:42:46.167ZPlanning: Consolidating action changes ... Done
1672024-07-03T17:42:46.423ZPlanning: Evaluating mediators ... Done
1682024-07-03T17:42:46.479ZPlanning: Planning completed in 0.75 seconds
1692024-07-03T17:42:46.513Z Packages to change: 1
1702024-07-03T17:42:46.513Z Mediators to change: 1
1712024-07-03T17:42:46.513Z Services to change: 1
1722024-07-03T17:42:46.517Z Create boot environment: No
1732024-07-03T17:42:46.517ZCreate backup boot environment: Yes
1742024-07-03T17:42:48.442Z Actions: 1/6 actions (Updating modified actions)
1752024-07-03T17:42:48.571Z Actions: Completed 6 actions in 0.13 seconds.
1762024-07-03T17:42:48.573Z Done
1772024-07-03T17:42:48.574Z Done
1782024-07-03T17:42:48.638Z Done
1792024-07-03T17:42:52.074Z Done
1802024-07-03T17:42:52.162Z Done
1812024-07-03T17:42:52.165Z Done
1822024-07-03T17:42:52.268Z Done
1832024-07-03T17:42:52.699ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-07-03T17:42:52.699Zclang system 15 system
1852024-07-03T17:42:52.699Zcsh system system illumos
1862024-07-03T17:42:52.699Zctags system system illumos
1872024-07-03T17:42:52.699Zgcc vendor 12 vendor
1882024-07-03T17:42:52.700Zgcc system 10 system
1892024-07-03T17:42:52.700Zgcc system 7 system
1902024-07-03T17:42:52.700Zgo system 1.20 system
1912024-07-03T17:42:52.700Zgo system 1.19 system
1922024-07-03T17:42:52.700Zllvm system 15 system
1932024-07-03T17:42:52.700Zllvm system 14 system
1942024-07-03T17:42:52.700Zmariadb system 10.6 system
1952024-07-03T17:42:52.700Zmta vendor vendor dma
1962024-07-03T17:42:52.700Zopenjdk system 17 system
1972024-07-03T17:42:52.700Zopenjdk system 11 system
1982024-07-03T17:42:52.700Zopenjdk system 1.8 system
1992024-07-03T17:42:52.700Zopenssl vendor 3 vendor
2002024-07-03T17:42:52.700Zperl system 5.36 system
2012024-07-03T17:42:52.700Zpostgresql system 15 system
2022024-07-03T17:42:52.700Zpostgresql system 13 system
2032024-07-03T17:42:52.700Zpython vendor 3 vendor
2042024-07-03T17:42:52.700Zpython system 2 system
2052024-07-03T17:42:52.700Zpython3 system 3.11 system
2062024-07-03T17:42:52.700Zruby system 3.0 system
2072024-07-03T17:42:52.700Zwords vendor vendor american-english
2082024-07-03T17:42:52.700Zwords system system australian-english
2092024-07-03T17:42:52.700Zwords system system british-english
2102024-07-03T17:42:52.700Zwords system system canadian-english
2112024-07-03T17:42:52.700Zwords system system french
2122024-07-03T17:42:52.700Zwords system system italian
2132024-07-03T17:42:52.700Zwords system system ngerman
2142024-07-03T17:42:52.700Zwords system system ogerman
2152024-07-03T17:42:52.700Zwords system system spanish
2162024-07-03T17:42:53.026ZPUBLISHER TYPE STATUS P LOCATION
2172024-07-03T17:42:53.026Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-07-03T17:42:54.541ZFMRI IFO
2192024-07-03T17:42:54.541Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-07-03T17:42:54.541Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-07-03T17:42:54.541Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-07-03T17:42:54.541Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-07-03T17:42:54.541Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-07-03T17:42:54.541Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-07-03T17:42:54.541Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-07-03T17:42:54.541Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-07-03T17:42:54.541Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-07-03T17:42:54.541Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-07-03T17:42:54.541Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-07-03T17:42:54.541Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-07-03T17:42:55.035Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-07-03T17:42:55.435Z Updating git repository `https://github.com/oxidecomputer/zone`
2332024-07-03T17:42:55.839Z Updating crates.io index
2342024-07-03T17:42:55.897Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2352024-07-03T17:42:56.575Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362024-07-03T17:42:57.392Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2372024-07-03T17:42:57.815Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2382024-07-03T17:43:00.004Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392024-07-03T17:43:00.408Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402024-07-03T17:43:00.785Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412024-07-03T17:43:01.930Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422024-07-03T17:43:03.850Z Updating git repository `https://github.com/oxidecomputer/opte`
2432024-07-03T17:43:04.968Z Updating git repository `https://github.com/oxidecomputer/falcon`
2442024-07-03T17:43:05.793Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-07-03T17:43:06.430Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2462024-07-03T17:43:06.795Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2472024-07-03T17:43:07.206Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2482024-07-03T17:43:07.566Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2492024-07-03T17:43:07.981Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502024-07-03T17:43:08.405Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2512024-07-03T17:43:08.796Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2522024-07-03T17:43:09.130Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2532024-07-03T17:43:09.545Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542024-07-03T17:43:10.157Z Updating git repository `https://github.com/oxidecomputer/ispf`
2552024-07-03T17:43:10.548Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2562024-07-03T17:43:10.962Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2572024-07-03T17:43:11.622Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582024-07-03T17:43:11.972Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2592024-07-03T17:43:12.383Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2602024-07-03T17:43:12.881Z Updating git repository `https://github.com/oxidecomputer/typify`
2612024-07-03T17:43:14.829Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622024-07-03T17:43:15.153Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632024-07-03T17:43:15.529Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642024-07-03T17:43:16.151Z Updating git repository `https://github.com/oxidecomputer/rfb`
2652024-07-03T17:43:17.529Z Downloading crates ...
2662024-07-03T17:43:17.604Z Downloaded byteorder v1.5.0
2672024-07-03T17:43:17.608Z Downloaded block-buffer v0.10.4
2682024-07-03T17:43:17.611Z Downloaded adler v1.0.2
2692024-07-03T17:43:17.615Z Downloaded is-terminal v0.4.12
2702024-07-03T17:43:17.618Z Downloaded num_threads v0.1.7
2712024-07-03T17:43:17.621Z Downloaded foreign-types v0.3.2
2722024-07-03T17:43:17.624Z Downloaded openssl-probe v0.1.5
2732024-07-03T17:43:17.627Z Downloaded openssl-macros v0.1.1
2742024-07-03T17:43:17.630Z Downloaded futures-core v0.3.30
2752024-07-03T17:43:17.630Z Downloaded camino v1.1.7
2762024-07-03T17:43:17.633Z Downloaded autocfg v1.3.0
2772024-07-03T17:43:17.636Z Downloaded anstyle-query v1.0.3
2782024-07-03T17:43:17.636Z Downloaded anstyle v1.0.7
2792024-07-03T17:43:17.638Z Downloaded slog-json v2.6.1
2802024-07-03T17:43:17.641Z Downloaded pkg-config v0.3.30
2812024-07-03T17:43:17.641Z Downloaded equivalent v1.0.1
2822024-07-03T17:43:17.645Z Downloaded anstyle-parse v0.2.4
2832024-07-03T17:43:17.645Z Downloaded itoa v1.0.11
2842024-07-03T17:43:17.648Z Downloaded try-lock v0.2.5
2852024-07-03T17:43:17.648Z Downloaded sync_wrapper v0.1.2
2862024-07-03T17:43:17.648Z Downloaded scroll_derive v0.12.0
2872024-07-03T17:43:17.650Z Downloaded http-body v0.4.6
2882024-07-03T17:43:17.651Z Downloaded errno v0.3.9
2892024-07-03T17:43:17.653Z Downloaded macaddr v1.0.1
2902024-07-03T17:43:17.653Z Downloaded futures-task v0.3.30
2912024-07-03T17:43:17.656Z Downloaded usdt-attr-macro v0.5.0
2922024-07-03T17:43:17.656Z Downloaded time-core v0.1.2
2932024-07-03T17:43:17.656Z Downloaded is_terminal_polyfill v1.70.0
2942024-07-03T17:43:17.659Z Downloaded cpufeatures v0.2.12
2952024-07-03T17:43:17.659Z Downloaded num-conv v0.1.0
2962024-07-03T17:43:17.662Z Downloaded foreign-types-shared v0.1.1
2972024-07-03T17:43:17.662Z Downloaded clap_lex v0.7.0
2982024-07-03T17:43:17.662Z Downloaded hostname v0.3.1
2992024-07-03T17:43:17.665Z Downloaded heck v0.5.0
3002024-07-03T17:43:17.665Z Downloaded anyhow v1.0.86
3012024-07-03T17:43:17.668Z Downloaded memmap v0.7.0
3022024-07-03T17:43:17.671Z Downloaded rustversion v1.0.17
3032024-07-03T17:43:17.674Z Downloaded proc-macro-error-attr v1.0.4
3042024-07-03T17:43:17.674Z Downloaded slog-async v2.8.0
3052024-07-03T17:43:17.677Z Downloaded serde_tokenstream v0.2.0
3062024-07-03T17:43:17.680Z Downloaded match_cfg v0.1.0
3072024-07-03T17:43:17.680Z Downloaded tinyvec_macros v0.1.1
3082024-07-03T17:43:17.680Z Downloaded swrite v0.1.0
3092024-07-03T17:43:17.683Z Downloaded strum v0.26.2
3102024-07-03T17:43:17.683Z Downloaded lock_api v0.4.12
3112024-07-03T17:43:17.683Z Downloaded want v0.3.1
3122024-07-03T17:43:17.686Z Downloaded tower-service v0.3.2
3132024-07-03T17:43:17.686Z Downloaded take_mut v0.2.2
3142024-07-03T17:43:17.686Z Downloaded native-tls v0.2.11
3152024-07-03T17:43:17.689Z Downloaded cargo_metadata v0.18.1
3162024-07-03T17:43:17.691Z Downloaded ipnet v2.9.0
3172024-07-03T17:43:17.691Z Downloaded futures-macro v0.3.30
3182024-07-03T17:43:17.696Z Downloaded usdt-macro v0.5.0
3192024-07-03T17:43:17.696Z Downloaded hyper-tls v0.5.0
3202024-07-03T17:43:17.696Z Downloaded filetime v0.2.23
3212024-07-03T17:43:17.699Z Downloaded tabled_derive v0.7.0
3222024-07-03T17:43:17.699Z Downloaded slog-bunyan v2.5.0
3232024-07-03T17:43:17.699Z Downloaded fs-err v2.11.0
3242024-07-03T17:43:17.699Z Downloaded dtrace-parser v0.2.0
3252024-07-03T17:43:17.702Z Downloaded serde_urlencoded v0.7.1
3262024-07-03T17:43:17.702Z Downloaded digest v0.10.7
3272024-07-03T17:43:17.705Z Downloaded colorchoice v1.0.1
3282024-07-03T17:43:17.705Z Downloaded thiserror-impl v1.0.60
3292024-07-03T17:43:17.710Z Downloaded strsim v0.11.1
3302024-07-03T17:43:17.710Z Downloaded parking_lot_core v0.9.10
3312024-07-03T17:43:17.714Z Downloaded futures-executor v0.3.30
3322024-07-03T17:43:17.714Z Downloaded version_check v0.9.4
3332024-07-03T17:43:17.714Z Downloaded httpdate v1.0.3
3342024-07-03T17:43:17.714Z Downloaded usdt-impl v0.5.0
3352024-07-03T17:43:17.717Z Downloaded mime v0.3.17
3362024-07-03T17:43:17.717Z Downloaded futures-io v0.3.30
3372024-07-03T17:43:17.717Z Downloaded thread_local v1.1.8
3382024-07-03T17:43:17.720Z Downloaded percent-encoding v2.3.1
3392024-07-03T17:43:17.720Z Downloaded num_cpus v1.16.0
3402024-07-03T17:43:17.723Z Downloaded futures v0.3.30
3412024-07-03T17:43:17.726Z Downloaded smallvec v1.13.2
3422024-07-03T17:43:17.729Z Downloaded crc32fast v1.4.0
3432024-07-03T17:43:17.732Z Downloaded tokio-macros v2.2.0
3442024-07-03T17:43:17.732Z Downloaded scroll v0.12.0
3452024-07-03T17:43:17.736Z Downloaded xattr v1.3.1
3462024-07-03T17:43:17.736Z Downloaded cargo_toml v0.20.3
3472024-07-03T17:43:17.738Z Downloaded quote v1.0.36
3482024-07-03T17:43:17.739Z Downloaded terminal_size v0.3.0
3492024-07-03T17:43:17.741Z Downloaded semver v1.0.23
3502024-07-03T17:43:17.744Z Downloaded parking_lot v0.12.2
3512024-07-03T17:43:17.747Z Downloaded thiserror v1.0.60
3522024-07-03T17:43:17.750Z Downloaded usdt v0.5.0
3532024-07-03T17:43:17.752Z Downloaded tokio-native-tls v0.3.1
3542024-07-03T17:43:17.752Z Downloaded once_cell v1.19.0
3552024-07-03T17:43:17.755Z Downloaded crossbeam-utils v0.8.19
3562024-07-03T17:43:17.759Z Downloaded futures-channel v0.3.30
3572024-07-03T17:43:17.762Z Downloaded proc-macro2 v1.0.86
3582024-07-03T17:43:17.762Z Downloaded log v0.4.21
3592024-07-03T17:43:17.765Z Downloaded papergrid v0.11.0
3602024-07-03T17:43:17.769Z Downloaded pest_meta v2.7.10
3612024-07-03T17:43:17.773Z Downloaded term v0.7.0
3622024-07-03T17:43:17.776Z Downloaded pest_derive v2.7.10
3632024-07-03T17:43:17.776Z Downloaded unicode-width v0.1.12
3642024-07-03T17:43:17.779Z Downloaded cc v1.0.97
3652024-07-03T17:43:17.782Z Downloaded ryu v1.0.18
3662024-07-03T17:43:17.785Z Downloaded proc-macro-error v1.0.4
3672024-07-03T17:43:17.788Z Downloaded time-macros v0.2.18
3682024-07-03T17:43:17.791Z Downloaded toml v0.8.13
3692024-07-03T17:43:17.793Z Downloaded tar v0.4.40
3702024-07-03T17:43:17.796Z Downloaded strum_macros v0.26.2
3712024-07-03T17:43:17.799Z Downloaded openssl-sys v0.9.102
3722024-07-03T17:43:17.803Z Downloaded serde_derive v1.0.203
3732024-07-03T17:43:17.806Z Downloaded unicode-ident v1.0.12
3742024-07-03T17:43:17.809Z Downloaded zerocopy-derive v0.7.34
3752024-07-03T17:43:17.813Z Downloaded memchr v2.7.2
3762024-07-03T17:43:17.818Z Downloaded unicode-bidi v0.3.15
3772024-07-03T17:43:17.821Z Downloaded tinyvec v1.6.0
3782024-07-03T17:43:17.824Z Downloaded indexmap v2.2.6
3792024-07-03T17:43:17.827Z Downloaded typenum v1.17.0
3802024-07-03T17:43:17.830Z Downloaded serde v1.0.203
3812024-07-03T17:43:17.834Z Downloaded ucd-trie v0.1.6
3822024-07-03T17:43:17.836Z Downloaded url v2.5.0
3832024-07-03T17:43:17.839Z Downloaded clap_builder v4.5.2
3842024-07-03T17:43:17.845Z Downloaded tracing v0.1.40
3852024-07-03T17:43:17.849Z Downloaded tracing-core v0.1.32
3862024-07-03T17:43:17.852Z Downloaded socket2 v0.5.7
3872024-07-03T17:43:17.857Z Downloaded goblin v0.8.2
3882024-07-03T17:43:17.861Z Downloaded futures-util v0.3.30
3892024-07-03T17:43:17.873Z Downloaded toml_edit v0.22.13
3902024-07-03T17:43:17.895Z Downloaded openssl v0.10.64
3912024-07-03T17:43:17.903Z Downloaded zerocopy v0.7.34
3922024-07-03T17:43:17.920Z Downloaded unicode-normalization v0.1.23
3932024-07-03T17:43:17.923Z Downloaded winnow v0.6.8
3942024-07-03T17:43:17.932Z Downloaded tokio-util v0.7.11
3952024-07-03T17:43:17.937Z Downloaded reqwest v0.11.27
3962024-07-03T17:43:17.945Z Downloaded time v0.3.36
3972024-07-03T17:43:17.952Z Downloaded tabled v0.15.0
3982024-07-03T17:43:17.968Z Downloaded libc v0.2.155
3992024-07-03T17:43:17.994Z Downloaded vcpkg v0.2.15
4002024-07-03T17:43:18.029Z Downloaded syn v2.0.68
4012024-07-03T17:43:18.039Z Downloaded syn v1.0.109
4022024-07-03T17:43:18.048Z Downloaded tokio v1.37.0
4032024-07-03T17:43:18.081Z Downloaded encoding_rs v0.8.34
4042024-07-03T17:43:18.100Z Downloaded rustix v0.38.34
4052024-07-03T17:43:18.119Z Downloaded serde_json v1.0.118
4062024-07-03T17:43:18.125Z Downloaded idna v0.5.0
4072024-07-03T17:43:18.131Z Downloaded hyper v0.14.28
4082024-07-03T17:43:18.138Z Downloaded h2 v0.3.26
4092024-07-03T17:43:18.144Z Downloaded pest v2.7.10
4102024-07-03T17:43:18.150Z Downloaded hashbrown v0.14.5
4112024-07-03T17:43:18.153Z Downloaded mio v0.8.11
4122024-07-03T17:43:18.157Z Downloaded http v0.2.12
4132024-07-03T17:43:18.161Z Downloaded slog v2.7.0
4142024-07-03T17:43:18.163Z Downloaded slog-term v2.9.1
4152024-07-03T17:43:18.166Z Downloaded crossbeam-channel v0.5.12
4162024-07-03T17:43:18.169Z Downloaded flate2 v1.0.30
4172024-07-03T17:43:18.173Z Downloaded sha2 v0.10.8
4182024-07-03T17:43:18.176Z Downloaded base64 v0.21.7
4192024-07-03T17:43:18.179Z Downloaded clap v4.5.4
4202024-07-03T17:43:18.185Z Downloaded thread-id v4.2.1
4212024-07-03T17:43:18.188Z Downloaded miniz_oxide v0.7.2
4222024-07-03T17:43:18.188Z Downloaded bytes v1.6.0
4232024-07-03T17:43:18.191Z Downloaded signal-hook-registry v1.4.2
4242024-07-03T17:43:18.194Z Downloaded httparse v1.8.0
4252024-07-03T17:43:18.194Z Downloaded heck v0.4.1
4262024-07-03T17:43:18.197Z Downloaded dirs-sys-next v0.1.2
4272024-07-03T17:43:18.197Z Downloaded utf8parse v0.2.1
4282024-07-03T17:43:18.197Z Downloaded clap_derive v4.5.4
4292024-07-03T17:43:18.200Z Downloaded bitflags v2.5.0
4302024-07-03T17:43:18.203Z Downloaded toml_datetime v0.6.6
4312024-07-03T17:43:18.203Z Downloaded serde_spanned v0.6.6
4322024-07-03T17:43:18.206Z Downloaded rustls-pemfile v1.0.4
4332024-07-03T17:43:18.206Z Downloaded pin-utils v0.1.0
4342024-07-03T17:43:18.209Z Downloaded slab v0.4.9
4352024-07-03T17:43:18.209Z Downloaded scopeguard v1.2.0
4362024-07-03T17:43:18.209Z Downloaded pin-project-lite v0.2.14
4372024-07-03T17:43:18.213Z Downloaded futures-sink v0.3.30
4382024-07-03T17:43:18.218Z Downloaded fnv v1.0.7
4392024-07-03T17:43:18.218Z Downloaded powerfmt v0.2.0
4402024-07-03T17:43:18.218Z Downloaded plain v0.2.3
4412024-07-03T17:43:18.218Z Downloaded pest_generator v2.7.10
4422024-07-03T17:43:18.221Z Downloaded anstream v0.6.14
4432024-07-03T17:43:18.221Z Downloaded dof v0.3.0
4442024-07-03T17:43:18.221Z Downloaded dirs-next v2.0.0
4452024-07-03T17:43:18.221Z Downloaded deranged v0.3.11
4462024-07-03T17:43:18.224Z Downloaded crypto-common v0.1.6
4472024-07-03T17:43:18.224Z Downloaded cfg-if v1.0.0
4482024-07-03T17:43:18.224Z Downloaded generic-array v0.14.7
4492024-07-03T17:43:18.224Z Downloaded form_urlencoded v1.2.1
4502024-07-03T17:43:18.227Z Downloaded pretty-hex v0.4.1
4512024-07-03T17:43:18.227Z Downloaded cargo-platform v0.1.8
4522024-07-03T17:43:18.227Z Downloaded bytecount v0.6.8
4532024-07-03T17:43:18.516Z Compiling proc-macro2 v1.0.86
4542024-07-03T17:43:18.516Z Compiling unicode-ident v1.0.12
4552024-07-03T17:43:18.519Z Compiling libc v0.2.155
4562024-07-03T17:43:18.519Z Compiling version_check v0.9.4
4572024-07-03T17:43:18.519Z Compiling cfg-if v1.0.0
4582024-07-03T17:43:18.551Z Compiling itoa v1.0.11
4592024-07-03T17:43:18.554Z Compiling once_cell v1.19.0
4602024-07-03T17:43:18.554Z Compiling serde v1.0.203
4612024-07-03T17:43:18.749Z Compiling autocfg v1.3.0
4622024-07-03T17:43:18.753Z Compiling memchr v2.7.2
4632024-07-03T17:43:18.819Z Compiling thiserror v1.0.60
4642024-07-03T17:43:18.988Z Compiling ryu v1.0.18
4652024-07-03T17:43:19.290Z Compiling pin-project-lite v0.2.14
4662024-07-03T17:43:19.302Z Compiling bitflags v2.5.0
4672024-07-03T17:43:19.385Z Compiling pkg-config v0.3.30
4682024-07-03T17:43:19.539Z Compiling lock_api v0.4.12
4692024-07-03T17:43:19.602Z Compiling parking_lot_core v0.9.10
4702024-07-03T17:43:20.061Z Compiling vcpkg v0.2.15
4712024-07-03T17:43:20.406Z Compiling ucd-trie v0.1.6
4722024-07-03T17:43:20.807Z Compiling cc v1.0.97
4732024-07-03T17:43:21.438Z Compiling slab v0.4.9
4742024-07-03T17:43:22.159Z Compiling futures-sink v0.3.30
4752024-07-03T17:43:22.301Z Compiling bytes v1.6.0
4762024-07-03T17:43:22.345Z Compiling smallvec v1.13.2
4772024-07-03T17:43:22.349Z Compiling futures-core v0.3.30
4782024-07-03T17:43:22.414Z Compiling scopeguard v1.2.0
4792024-07-03T17:43:22.774Z Compiling serde_json v1.0.118
4802024-07-03T17:43:22.797Z Compiling equivalent v1.0.1
4812024-07-03T17:43:22.914Z Compiling byteorder v1.5.0
4822024-07-03T17:43:23.001Z Compiling hashbrown v0.14.5
4832024-07-03T17:43:23.024Z Compiling fnv v1.0.7
4842024-07-03T17:43:23.075Z Compiling log v0.4.21
4852024-07-03T17:43:23.372Z Compiling quote v1.0.36
4862024-07-03T17:43:23.484Z Compiling futures-channel v0.3.30
4872024-07-03T17:43:23.622Z Compiling num_cpus v1.16.0
4882024-07-03T17:43:23.625Z Compiling openssl-sys v0.9.102
4892024-07-03T17:43:23.812Z Compiling syn v2.0.68
4902024-07-03T17:43:23.921Z Compiling socket2 v0.5.7
4912024-07-03T17:43:23.953Z Compiling mio v0.8.11
4922024-07-03T17:43:24.217Z Compiling parking_lot v0.12.2
4932024-07-03T17:43:24.301Z Compiling signal-hook-registry v1.4.2
4942024-07-03T17:43:24.326Z Compiling indexmap v2.2.6
4952024-07-03T17:43:24.887Z Compiling typenum v1.17.0
4962024-07-03T17:43:25.103Z Compiling pin-utils v0.1.0
4972024-07-03T17:43:25.180Z Compiling futures-task v0.3.30
4982024-07-03T17:43:25.180Z Compiling futures-io v0.3.30
4992024-07-03T17:43:25.224Z Compiling rustix v0.38.34
5002024-07-03T17:43:25.510Z Compiling errno v0.3.9
5012024-07-03T17:43:25.532Z Compiling generic-array v0.14.7
5022024-07-03T17:43:25.535Z Compiling foreign-types-shared v0.1.1
5032024-07-03T17:43:25.577Z Compiling slog v2.7.0
5042024-07-03T17:43:25.652Z Compiling openssl v0.10.64
5052024-07-03T17:43:25.715Z Compiling foreign-types v0.3.2
5062024-07-03T17:43:25.916Z Compiling http v0.2.12
5072024-07-03T17:43:26.007Z Compiling proc-macro-error-attr v1.0.4
5082024-07-03T17:43:26.094Z Compiling usdt-impl v0.5.0
5092024-07-03T17:43:26.269Z Compiling tracing-core v0.1.32
5102024-07-03T17:43:26.397Z Compiling num-conv v0.1.0
5112024-07-03T17:43:26.476Z Compiling native-tls v0.2.11
5122024-07-03T17:43:26.684Z Compiling time-core v0.1.2
5132024-07-03T17:43:26.707Z Compiling tinyvec_macros v0.1.1
5142024-07-03T17:43:26.798Z Compiling httparse v1.8.0
5152024-07-03T17:43:26.825Z Compiling syn v1.0.109
5162024-07-03T17:43:27.233Z Compiling powerfmt v0.2.0
5172024-07-03T17:43:27.495Z Compiling deranged v0.3.11
5182024-07-03T17:43:27.631Z Compiling tracing v0.1.40
5192024-07-03T17:43:27.654Z Compiling time-macros v0.2.18
5202024-07-03T17:43:28.036Z Compiling tinyvec v1.6.0
5212024-07-03T17:43:28.538Z Compiling thread-id v4.2.1
5222024-07-03T17:43:28.678Z Compiling proc-macro-error v1.0.4
5232024-07-03T17:43:28.805Z Compiling try-lock v0.2.5
5242024-07-03T17:43:28.896Z Compiling percent-encoding v2.3.1
5252024-07-03T17:43:28.940Z Compiling utf8parse v0.2.1
5262024-07-03T17:43:29.101Z Compiling openssl-probe v0.1.5
5272024-07-03T17:43:29.219Z Compiling plain v0.2.3
5282024-07-03T17:43:29.222Z Compiling heck v0.4.1
5292024-07-03T17:43:29.311Z Compiling rustversion v1.0.17
5302024-07-03T17:43:29.346Z Compiling num_threads v0.1.7
5312024-07-03T17:43:29.371Z Compiling crossbeam-utils v0.8.19
5322024-07-03T17:43:29.429Z Compiling unicode-normalization v0.1.23
5332024-07-03T17:43:29.467Z Compiling anstyle-parse v0.2.4
5342024-07-03T17:43:29.704Z Compiling form_urlencoded v1.2.1
5352024-07-03T17:43:29.777Z Compiling want v0.3.1
5362024-07-03T17:43:30.038Z Compiling http-body v0.4.6
5372024-07-03T17:43:30.381Z Compiling dirs-sys-next v0.1.2
5382024-07-03T17:43:30.697Z Compiling pretty-hex v0.4.1
5392024-07-03T17:43:30.734Z Compiling httpdate v1.0.3
5402024-07-03T17:43:30.927Z Compiling colorchoice v1.0.1
5412024-07-03T17:43:30.951Z Compiling unicode-bidi v0.3.15
5422024-07-03T17:43:31.060Z Compiling is_terminal_polyfill v1.70.0
5432024-07-03T17:43:31.085Z Compiling time v0.3.36
5442024-07-03T17:43:31.110Z Compiling winnow v0.6.8
5452024-07-03T17:43:31.193Z Compiling semver v1.0.23
5462024-07-03T17:43:31.193Z Compiling crc32fast v1.4.0
5472024-07-03T17:43:31.645Z Compiling anstyle v1.0.7
5482024-07-03T17:43:31.737Z Compiling tower-service v0.3.2
5492024-07-03T17:43:31.867Z Compiling camino v1.1.7
5502024-07-03T17:43:32.114Z Compiling anstyle-query v1.0.3
5512024-07-03T17:43:32.287Z Compiling anstream v0.6.14
5522024-07-03T17:43:32.380Z Compiling idna v0.5.0
5532024-07-03T17:43:32.578Z Compiling dirs-next v2.0.0
5542024-07-03T17:43:33.497Z Compiling crypto-common v0.1.6
5552024-07-03T17:43:33.720Z Compiling block-buffer v0.10.4
5562024-07-03T17:43:33.954Z Compiling terminal_size v0.3.0
5572024-07-03T17:43:34.094Z Compiling fs-err v2.11.0
5582024-07-03T17:43:34.157Z Compiling thread_local v1.1.8
5592024-07-03T17:43:34.188Z Compiling heck v0.5.0
5602024-07-03T17:43:34.287Z Compiling base64 v0.21.7
5612024-07-03T17:43:34.363Z Compiling match_cfg v0.1.0
5622024-07-03T17:43:34.460Z Compiling strsim v0.11.1
5632024-07-03T17:43:34.690Z Compiling anyhow v1.0.86
5642024-07-03T17:43:34.714Z Compiling slog-async v2.8.0
5652024-07-03T17:43:34.870Z Compiling unicode-width v0.1.12
5662024-07-03T17:43:34.942Z Compiling clap_lex v0.7.0
5672024-07-03T17:43:35.061Z Compiling bytecount v0.6.8
5682024-07-03T17:43:35.085Z Compiling adler v1.0.2
5692024-07-03T17:43:35.273Z Compiling miniz_oxide v0.7.2
5702024-07-03T17:43:35.295Z Compiling papergrid v0.11.0
5712024-07-03T17:43:35.318Z Compiling clap_builder v4.5.2
5722024-07-03T17:43:35.364Z Compiling rustls-pemfile v1.0.4
5732024-07-03T17:43:35.398Z Compiling hostname v0.3.1
5742024-07-03T17:43:35.602Z Compiling digest v0.10.7
5752024-07-03T17:43:35.650Z Compiling crossbeam-channel v0.5.12
5762024-07-03T17:43:35.800Z Compiling url v2.5.0
5772024-07-03T17:43:36.016Z Compiling term v0.7.0
5782024-07-03T17:43:36.329Z Compiling serde_derive v1.0.203
5792024-07-03T17:43:36.709Z Compiling thiserror-impl v1.0.60
5802024-07-03T17:43:36.744Z Compiling zerocopy-derive v0.7.34
5812024-07-03T17:43:36.838Z Compiling tokio-macros v2.2.0
5822024-07-03T17:43:37.637Z Compiling futures-macro v0.3.30
5832024-07-03T17:43:37.670Z Compiling scroll_derive v0.12.0
5842024-07-03T17:43:38.573Z Compiling tokio v1.37.0
5852024-07-03T17:43:39.117Z Compiling zerocopy v0.7.34
5862024-07-03T17:43:39.202Z Compiling openssl-macros v0.1.1
5872024-07-03T17:43:39.637Z Compiling scroll v0.12.0
5882024-07-03T17:43:39.743Z Compiling futures-util v0.3.30
5892024-07-03T17:43:40.211Z Compiling goblin v0.8.2
5902024-07-03T17:43:40.271Z Compiling pest v2.7.10
5912024-07-03T17:43:40.696Z Compiling tabled_derive v0.7.0
5922024-07-03T17:43:43.233Z Compiling pest_meta v2.7.10
5932024-07-03T17:43:43.262Z Compiling clap_derive v4.5.4
5942024-07-03T17:43:45.028Z Compiling pest_generator v2.7.10
5952024-07-03T17:43:47.050Z Compiling tokio-util v0.7.11
5962024-07-03T17:43:48.406Z Compiling h2 v0.3.26
5972024-07-03T17:43:48.614Z Compiling pest_derive v2.7.10
5982024-07-03T17:43:48.648Z Compiling futures-executor v0.3.30
5992024-07-03T17:43:49.086Z Compiling tokio-native-tls v0.3.1
6002024-07-03T17:43:49.261Z Compiling strum_macros v0.26.2
6012024-07-03T17:43:49.413Z Compiling dtrace-parser v0.2.0
6022024-07-03T17:43:49.713Z Compiling xattr v1.3.1
6032024-07-03T17:43:50.000Z Compiling memmap v0.7.0
6042024-07-03T17:43:50.364Z Compiling is-terminal v0.4.12
6052024-07-03T17:43:50.493Z Compiling filetime v0.2.23
6062024-07-03T17:43:50.840Z Compiling encoding_rs v0.8.34
6072024-07-03T17:43:50.980Z Compiling sync_wrapper v0.1.2
6082024-07-03T17:43:51.508Z Compiling toml_datetime v0.6.6
6092024-07-03T17:43:51.594Z Compiling serde_spanned v0.6.6
6102024-07-03T17:43:51.824Z Compiling toml_edit v0.22.13
6112024-07-03T17:43:52.366Z Compiling serde_tokenstream v0.2.0
6122024-07-03T17:43:52.921Z Compiling dof v0.3.0
6132024-07-03T17:43:53.290Z Compiling hyper v0.14.28
6142024-07-03T17:43:55.053Z Compiling toml v0.8.13
6152024-07-03T17:43:55.157Z Compiling slog-json v2.6.1
6162024-07-03T17:43:55.400Z Compiling serde_urlencoded v0.7.1
6172024-07-03T17:43:55.949Z Compiling cargo-platform v0.1.8
6182024-07-03T17:43:56.121Z Compiling take_mut v0.2.2
6192024-07-03T17:43:56.288Z Compiling cpufeatures v0.2.12
6202024-07-03T17:43:56.338Z Compiling mime v0.3.17
6212024-07-03T17:43:56.391Z Compiling ipnet v2.9.0
6222024-07-03T17:43:56.529Z Compiling cargo_metadata v0.18.1
6232024-07-03T17:43:56.625Z Compiling usdt-macro v0.5.0
6242024-07-03T17:43:56.793Z Compiling usdt-attr-macro v0.5.0
6252024-07-03T17:43:56.859Z Compiling sha2 v0.10.8
6262024-07-03T17:43:57.707Z Compiling hyper-tls v0.5.0
6272024-07-03T17:43:57.922Z Compiling cargo_toml v0.20.3
6282024-07-03T17:43:58.046Z Compiling reqwest v0.11.27
6292024-07-03T17:43:58.173Z Compiling slog-bunyan v2.5.0
6302024-07-03T17:43:58.292Z Compiling usdt v0.5.0
6312024-07-03T17:43:58.370Z Compiling strum v0.26.2
6322024-07-03T17:43:58.546Z Compiling macaddr v1.0.1
6332024-07-03T17:43:58.787Z Compiling tar v0.4.40
6342024-07-03T17:43:58.988Z Compiling slog-term v2.9.1
6352024-07-03T17:43:59.524Z Compiling flate2 v1.0.30
6362024-07-03T17:44:00.240Z Compiling futures v0.3.30
6372024-07-03T17:44:00.323Z Compiling clap v4.5.4
6382024-07-03T17:44:00.360Z Compiling tabled v0.15.0
6392024-07-03T17:44:00.439Z Compiling swrite v0.1.0
6402024-07-03T17:44:05.172Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6412024-07-03T17:44:12.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
6422024-07-03T17:44:12.542Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6432024-07-03T17:44:12.604ZJul 03 17:44:11.470 INFO Starting download, target: Cockroach
6442024-07-03T17:44:12.604ZJul 03 17:44:11.470 INFO Starting download, target: Clickhouse
6452024-07-03T17:44:12.608ZJul 03 17:44:11.470 INFO Starting download, target: Console
6462024-07-03T17:44:12.608ZJul 03 17:44:11.470 INFO Starting download, target: DendriteOpenapi
6472024-07-03T17:44:12.608ZJul 03 17:44:11.470 INFO Starting download, target: DendriteStub
6482024-07-03T17:44:12.608ZJul 03 17:44:11.470 INFO Starting download, target: MaghemiteMgd
6492024-07-03T17:44:12.608ZJul 03 17:44:11.470 INFO Starting download, target: TransceiverControl
6502024-07-03T17:44:12.608ZJul 03 17:44:11.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6512024-07-03T17:44:12.608ZJul 03 17:44:11.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6522024-07-03T17:44:12.608ZJul 03 17:44:11.471 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi
6532024-07-03T17:44:12.608ZJul 03 17:44:11.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6542024-07-03T17:44:12.608ZJul 03 17:44:11.471 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6552024-07-03T17:44:12.608ZJul 03 17:44:11.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6562024-07-03T17:44:12.608ZJul 03 17:44:11.471 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6572024-07-03T17:44:12.778ZJul 03 17:44:11.643 INFO Download complete, target: DendriteOpenapi
6582024-07-03T17:44:12.942ZJul 03 17:44:11.801 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6592024-07-03T17:44:13.173ZJul 03 17:44:12.035 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6602024-07-03T17:44:13.520ZJul 03 17:44:12.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6612024-07-03T17:44:13.571ZJul 03 17:44:12.437 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6622024-07-03T17:44:13.597ZJul 03 17:44:12.463 INFO Download complete, target: Console
6632024-07-03T17:44:13.743ZJul 03 17:44:12.608 INFO Download complete, target: TransceiverControl
6642024-07-03T17:44:14.677ZJul 03 17:44:13.543 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6652024-07-03T17:44:15.753ZJul 03 17:44:14.618 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6662024-07-03T17:44:15.753ZJul 03 17:44:14.618 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6672024-07-03T17:44:16.613ZJul 03 17:44:15.478 INFO Download complete, target: DendriteStub
6682024-07-03T17:44:16.743ZJul 03 17:44:15.608 INFO Download complete, target: MaghemiteMgd
6692024-07-03T17:44:24.554ZJul 03 17:44:23.415 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6702024-07-03T17:44:24.884ZJul 03 17:44:23.748 INFO Checking that binary works, target: Cockroach
6712024-07-03T17:44:25.163ZJul 03 17:44:24.028 INFO Download complete, target: Cockroach
6722024-07-03T17:44:29.451ZJul 03 17:44:28.315 INFO Checking that binary works, target: Clickhouse
6732024-07-03T17:44:30.065ZJul 03 17:44:28.929 INFO Download complete, target: Clickhouse
6742024-07-03T17:44:30.072ZAll prerequisites installed successfully
6752024-07-03T17:44:30.075Z
6762024-07-03T17:44:30.075Zreal 2:52.570282200
6772024-07-03T17:44:30.075Zuser 5:42.216699296
6782024-07-03T17:44:30.075Zsys 1:18.037770381
6792024-07-03T17:44:30.075Ztrap 0.217416595
6802024-07-03T17:44:30.075Ztflt 5.374381193
6812024-07-03T17:44:30.075Zdflt 8.706765788
6822024-07-03T17:44:30.075Zkflt 0.256669282
6832024-07-03T17:44:30.075Zlock 12:42.151271308
6842024-07-03T17:44:30.075Zslp 18:37.484980992
6852024-07-03T17:44:30.075Zlat 17.279396845
6862024-07-03T17:44:30.075Zstop 1:02.383317649
6872024-07-03T17:44:30.076Z+ ptime -m cargo xtask download softnpu
6882024-07-03T17:44:30.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
6892024-07-03T17:44:30.635Z Running `target/debug/xtask download softnpu`
6902024-07-03T17:44:30.658ZJul 03 17:44:29.522 INFO Starting download, target: Softnpu
6912024-07-03T17:44:30.661ZJul 03 17:44:29.523 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6922024-07-03T17:44:31.448ZJul 03 17:44:30.312 INFO Download complete, target: Softnpu
6932024-07-03T17:44:31.452Z
6942024-07-03T17:44:31.455Zreal 1.373149388
6952024-07-03T17:44:31.455Zuser 0.588524412
6962024-07-03T17:44:31.455Zsys 0.291124692
6972024-07-03T17:44:31.455Ztrap 0.000666031
6982024-07-03T17:44:31.455Ztflt 0.000115478
6992024-07-03T17:44:31.455Zdflt 0.000154385
7002024-07-03T17:44:31.455Zkflt 0.000000000
7012024-07-03T17:44:31.455Zlock 8.273221010
7022024-07-03T17:44:31.455Zslp 0.740413984
7032024-07-03T17:44:31.455Zlat 0.076676413
7042024-07-03T17:44:31.455Zstop 0.000260439
7052024-07-03T17:44:31.455Z+ export CARGO_INCREMENTAL=0
7062024-07-03T17:44:31.455Z+ CARGO_INCREMENTAL=0
7072024-07-03T17:44:31.455Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7082024-07-03T17:44:31.970Z Downloading crates ...
7092024-07-03T17:44:32.112Z Downloaded arrayref v0.3.7
7102024-07-03T17:44:32.121Z Downloaded argon2 v0.5.3
7112024-07-03T17:44:32.123Z Downloaded aead v0.5.2
7122024-07-03T17:44:32.126Z Downloaded bitstruct_derive v0.1.0
7132024-07-03T17:44:32.129Z Downloaded cfg_aliases v0.1.1
7142024-07-03T17:44:32.132Z Downloaded parse-size v1.0.0
7152024-07-03T17:44:32.136Z Downloaded oso-derive v0.27.3
7162024-07-03T17:44:32.139Z Downloaded crunchy v0.2.2
7172024-07-03T17:44:32.146Z Downloaded cstr-argument v0.1.2
7182024-07-03T17:44:32.149Z Downloaded addr2line v0.21.0
7192024-07-03T17:44:32.153Z Downloaded paste v1.0.15
7202024-07-03T17:44:32.156Z Downloaded derive_more v0.99.17
7212024-07-03T17:44:32.161Z Downloaded peg-runtime v0.8.3
7222024-07-03T17:44:32.164Z Downloaded number_prefix v0.4.0
7232024-07-03T17:44:32.164Z Downloaded ciborium-io v0.2.2
7242024-07-03T17:44:32.167Z Downloaded new_debug_unreachable v1.0.6
7252024-07-03T17:44:32.167Z Downloaded atty v0.2.14
7262024-07-03T17:44:32.167Z Downloaded assert_matches v1.5.0
7272024-07-03T17:44:32.170Z Downloaded ciborium-ll v0.2.2
7282024-07-03T17:44:32.170Z Downloaded atomicwrites v0.4.3
7292024-07-03T17:44:32.170Z Downloaded precomputed-hash v0.1.1
7302024-07-03T17:44:32.173Z Downloaded base16ct v0.2.0
7312024-07-03T17:44:32.173Z Downloaded crucible-workspace-hack v0.1.0
7322024-07-03T17:44:32.173Z Downloaded pretty-hex v0.2.1
7332024-07-03T17:44:32.176Z Downloaded newline-converter v0.3.0
7342024-07-03T17:44:32.176Z Downloaded derive_builder_macro v0.20.0
7352024-07-03T17:44:32.179Z Downloaded darling_macro v0.20.9
7362024-07-03T17:44:32.179Z Downloaded atomic-waker v1.1.2
7372024-07-03T17:44:32.179Z Downloaded phf_shared v0.11.2
7382024-07-03T17:44:32.182Z Downloaded mockall v0.12.1
7392024-07-03T17:44:32.182Z Downloaded buf-list v1.0.3
7402024-07-03T17:44:32.185Z Downloaded packed_struct v0.10.1
7412024-07-03T17:44:32.192Z Downloaded newtype_derive v0.1.6
7422024-07-03T17:44:32.192Z Downloaded bitfield v0.14.0
7432024-07-03T17:44:32.192Z Downloaded async-recursion v1.1.1
7442024-07-03T17:44:32.192Z Downloaded path-slash v0.1.5
7452024-07-03T17:44:32.197Z Downloaded parse-display v0.9.0
7462024-07-03T17:44:32.197Z Downloaded array-init v0.0.4
7472024-07-03T17:44:32.198Z Downloaded normalize-line-endings v0.3.0
7482024-07-03T17:44:32.198Z Downloaded bitflags v1.3.2
7492024-07-03T17:44:32.200Z Downloaded bit-set v0.5.3
7502024-07-03T17:44:32.200Z Downloaded peg v0.8.3
7512024-07-03T17:44:32.203Z Downloaded num-iter v0.1.45
7522024-07-03T17:44:32.208Z Downloaded phf v0.11.2
7532024-07-03T17:44:32.210Z Downloaded num-derive v0.4.2
7542024-07-03T17:44:32.210Z Downloaded quick-error v1.2.3
7552024-07-03T17:44:32.210Z Downloaded proc-macro-crate v1.3.1
7562024-07-03T17:44:32.213Z Downloaded ref-cast v1.0.23
7572024-07-03T17:44:32.215Z Downloaded rand_xorshift v0.3.0
7582024-07-03T17:44:32.215Z Downloaded r2d2 v0.8.10
7592024-07-03T17:44:32.218Z Downloaded cexpr v0.6.0
7602024-07-03T17:44:32.218Z Downloaded rand_chacha v0.3.1
7612024-07-03T17:44:32.221Z Downloaded bb8 v0.8.3
7622024-07-03T17:44:32.221Z Downloaded parking_lot v0.11.2
7632024-07-03T17:44:32.224Z Downloaded cobs v0.2.3
7642024-07-03T17:44:32.224Z Downloaded phf_shared v0.10.0
7652024-07-03T17:44:32.227Z Downloaded crc v3.2.1
7662024-07-03T17:44:32.231Z Downloaded camino-tempfile v1.1.1
7672024-07-03T17:44:32.231Z Downloaded chacha20 v0.9.1
7682024-07-03T17:44:32.234Z Downloaded opaque-debug v0.3.1
7692024-07-03T17:44:32.234Z Downloaded bit-vec v0.6.3
7702024-07-03T17:44:32.234Z Downloaded async-stream v0.3.5
7712024-07-03T17:44:32.238Z Downloaded crc-catalog v2.4.0
7722024-07-03T17:44:32.238Z Downloaded memoffset v0.9.1
7732024-07-03T17:44:32.240Z Downloaded defmt-parser v0.3.4
7742024-07-03T17:44:32.240Z Downloaded parse-display-derive v0.9.0
7752024-07-03T17:44:32.241Z Downloaded num v0.4.3
7762024-07-03T17:44:32.243Z Downloaded nodrop v0.1.14
7772024-07-03T17:44:32.243Z Downloaded constant_time_eq v0.3.0
7782024-07-03T17:44:32.243Z Downloaded cipher v0.4.4
7792024-07-03T17:44:32.246Z Downloaded bitfield-struct v0.6.1
7802024-07-03T17:44:32.249Z Downloaded portpicker v0.1.1
7812024-07-03T17:44:32.249Z Downloaded ascii-canvas v3.0.0
7822024-07-03T17:44:32.249Z Downloaded psl-types v2.0.11
7832024-07-03T17:44:32.252Z Downloaded allocator-api2 v0.2.18
7842024-07-03T17:44:32.255Z Downloaded num_enum v0.5.11
7852024-07-03T17:44:32.257Z Downloaded pkcs8 v0.10.2
7862024-07-03T17:44:32.260Z Downloaded num-integer v0.1.46
7872024-07-03T17:44:32.263Z Downloaded cookie v0.18.1
7882024-07-03T17:44:32.266Z Downloaded pem-rfc7468 v0.7.0
7892024-07-03T17:44:32.268Z Downloaded derive_builder_core v0.20.0
7902024-07-03T17:44:32.273Z Downloaded fxhash v0.2.1
7912024-07-03T17:44:32.273Z Downloaded predicates-core v1.0.6
7922024-07-03T17:44:32.273Z Downloaded csv-core v0.1.11
7932024-07-03T17:44:32.276Z Downloaded omicron-zone-package v0.11.0
7942024-07-03T17:44:32.276Z Downloaded matches v0.1.10
7952024-07-03T17:44:32.276Z Downloaded postgres-types v0.2.6
7962024-07-03T17:44:32.278Z Downloaded nanorand v0.7.0
7972024-07-03T17:44:32.281Z Downloaded topological-sort v0.2.2
7982024-07-03T17:44:32.284Z Downloaded parking_lot_core v0.8.6
7992024-07-03T17:44:32.287Z Downloaded num-traits v0.2.19
8002024-07-03T17:44:32.287Z Downloaded bzip2 v0.4.4
8012024-07-03T17:44:32.290Z Downloaded async-trait v0.1.80
8022024-07-03T17:44:32.293Z Downloaded sigpipe v0.1.3
8032024-07-03T17:44:32.296Z Downloaded darling v0.20.9
8042024-07-03T17:44:32.298Z Downloaded pem v3.0.4
8052024-07-03T17:44:32.299Z Downloaded password-hash v0.5.0
8062024-07-03T17:44:32.301Z Downloaded rand_seeder v0.2.3
8072024-07-03T17:44:32.304Z Downloaded der_derive v0.7.2
8082024-07-03T17:44:32.304Z Downloaded defmt v0.3.8
8092024-07-03T17:44:32.307Z Downloaded ref-cast-impl v1.0.23
8102024-07-03T17:44:32.310Z Downloaded predicates-tree v1.0.9
8112024-07-03T17:44:32.310Z Downloaded untrusted v0.9.0
8122024-07-03T17:44:32.310Z Downloaded console v0.15.8
8132024-07-03T17:44:32.313Z Downloaded predicates v3.1.0
8142024-07-03T17:44:32.316Z Downloaded toolchain_find v0.4.0
8152024-07-03T17:44:32.319Z Downloaded zeroize_derive v1.4.2
8162024-07-03T17:44:32.319Z Downloaded crc-any v2.5.0
8172024-07-03T17:44:32.321Z Downloaded zeroize v1.7.0
8182024-07-03T17:44:32.324Z Downloaded poly1305 v0.8.0
8192024-07-03T17:44:32.324Z Downloaded wyz v0.5.1
8202024-07-03T17:44:32.327Z Downloaded ed25519 v1.5.3
8212024-07-03T17:44:32.327Z Downloaded instant v0.1.12
8222024-07-03T17:44:32.330Z Downloaded pin-project-internal v1.1.5
8232024-07-03T17:44:32.333Z Downloaded http-range v0.1.5
8242024-07-03T17:44:32.333Z Downloaded postcard v1.0.8
8252024-07-03T17:44:32.336Z Downloaded globset v0.4.14
8262024-07-03T17:44:32.341Z Downloaded rpassword v7.3.1
8272024-07-03T17:44:32.341Z Downloaded pkcs1 v0.7.5
8282024-07-03T17:44:32.343Z Downloaded maybe-uninit v2.0.0
8292024-07-03T17:44:32.343Z Downloaded humantime v2.1.0
8302024-07-03T17:44:32.343Z Downloaded indoc v2.0.5
8312024-07-03T17:44:32.346Z Downloaded indoc v1.0.9
8322024-07-03T17:44:32.349Z Downloaded linked-hash-map v0.5.6
8332024-07-03T17:44:32.352Z Downloaded float-ord v0.3.2
8342024-07-03T17:44:32.352Z Downloaded resolv-conf v0.7.0
8352024-07-03T17:44:32.355Z Downloaded derive_builder v0.20.0
8362024-07-03T17:44:32.358Z Downloaded cookie_store v0.20.0
8372024-07-03T17:44:32.361Z Downloaded signature v1.6.4
8382024-07-03T17:44:32.361Z Downloaded oso v0.27.3
8392024-07-03T17:44:32.364Z Downloaded strip-ansi-escapes v0.2.0
8402024-07-03T17:44:32.367Z Downloaded signature v2.2.0
8412024-07-03T17:44:32.367Z Downloaded chacha20poly1305 v0.10.1
8422024-07-03T17:44:32.369Z Downloaded peg-macros v0.8.3
8432024-07-03T17:44:32.372Z Downloaded stringprep v0.1.4
8442024-07-03T17:44:32.372Z Downloaded string_cache v0.8.7
8452024-07-03T17:44:32.375Z Downloaded signal-hook-tokio v0.3.1
8462024-07-03T17:44:32.375Z Downloaded tokio-tungstenite v0.21.0
8472024-07-03T17:44:32.378Z Downloaded postgres-protocol v0.6.6
8482024-07-03T17:44:32.381Z Downloaded structmeta v0.3.0
8492024-07-03T17:44:32.381Z Downloaded vte_generate_state_changes v0.1.1
8502024-07-03T17:44:32.381Z Downloaded structmeta v0.2.0
8512024-07-03T17:44:32.384Z Downloaded num-rational v0.4.2
8522024-07-03T17:44:32.384Z Downloaded diesel_table_macro_syntax v0.1.0
8532024-07-03T17:44:32.384Z Downloaded untrusted v0.7.1
8542024-07-03T17:44:32.387Z Downloaded signal-hook-mio v0.2.3
8552024-07-03T17:44:32.387Z Downloaded serde_arrays v0.1.0
8562024-07-03T17:44:32.387Z Downloaded serde-hex v0.1.0
8572024-07-03T17:44:32.390Z Downloaded hubpack_derive v0.1.1
8582024-07-03T17:44:32.390Z Downloaded const-oid v0.9.6
8592024-07-03T17:44:32.393Z Downloaded highway v1.1.0
8602024-07-03T17:44:32.396Z Downloaded rustc-hash v1.1.0
8612024-07-03T17:44:32.396Z Downloaded rtoolbox v0.0.2
8622024-07-03T17:44:32.399Z Downloaded libsw v3.3.1
8632024-07-03T17:44:32.399Z Downloaded linear-map v1.2.0
8642024-07-03T17:44:32.402Z Downloaded rustls-pemfile v2.1.2
8652024-07-03T17:44:32.402Z Downloaded hostname v0.4.0
8662024-07-03T17:44:32.405Z Downloaded rcgen v0.12.1
8672024-07-03T17:44:32.409Z Downloaded hash32 v0.2.1
8682024-07-03T17:44:32.409Z Downloaded serde-big-array v0.5.1
8692024-07-03T17:44:32.412Z Downloaded serde-big-array v0.4.1
8702024-07-03T17:44:32.412Z Downloaded mockall_derive v0.12.1
8712024-07-03T17:44:32.414Z Downloaded compact_str v0.7.1
8722024-07-03T17:44:32.417Z Downloaded crossbeam-epoch v0.9.18
8732024-07-03T17:44:32.422Z Downloaded hash32 v0.3.1
8742024-07-03T17:44:32.422Z Downloaded float-cmp v0.9.0
8752024-07-03T17:44:32.422Z Downloaded keccak v0.1.5
8762024-07-03T17:44:32.425Z Downloaded smawk v0.3.2
8772024-07-03T17:44:32.425Z Downloaded either v1.12.0
8782024-07-03T17:44:32.425Z Downloaded tabwriter v1.4.0
8792024-07-03T17:44:32.428Z Downloaded supports-color v3.0.0
8802024-07-03T17:44:32.428Z Downloaded walkdir v2.5.0
8812024-07-03T17:44:32.431Z Downloaded vte v0.11.1
8822024-07-03T17:44:32.431Z Downloaded const_format v0.2.32
8832024-07-03T17:44:32.435Z Downloaded tokio-stream v0.1.15
8842024-07-03T17:44:32.439Z Downloaded shell-words v1.1.0
8852024-07-03T17:44:32.442Z Downloaded tap v1.0.1
8862024-07-03T17:44:32.442Z Downloaded hubpack v0.1.2
8872024-07-03T17:44:32.445Z Downloaded lazy_static v1.5.0
8882024-07-03T17:44:32.445Z Downloaded pin-project v1.1.5
8892024-07-03T17:44:32.455Z Downloaded lazycell v1.3.0
8902024-07-03T17:44:32.458Z Downloaded waitgroup v0.1.2
8912024-07-03T17:44:32.458Z Downloaded sqlparser_derive v0.2.2
8922024-07-03T17:44:32.461Z Downloaded strum_macros v0.24.3
8932024-07-03T17:44:32.461Z Downloaded strum_macros v0.25.3
8942024-07-03T17:44:32.464Z Downloaded kstat-rs v0.2.4
8952024-07-03T17:44:32.464Z Downloaded libefi-sys v0.1.0
8962024-07-03T17:44:32.467Z Downloaded base64 v0.13.1
8972024-07-03T17:44:32.469Z Downloaded fixedbitset v0.4.2
8982024-07-03T17:44:32.469Z Downloaded crypto-bigint v0.5.5
8992024-07-03T17:44:32.475Z Downloaded lru v0.12.3
9002024-07-03T17:44:32.478Z Downloaded fragile v2.0.0
9012024-07-03T17:44:32.481Z Downloaded is_ci v1.2.0
9022024-07-03T17:44:32.481Z Downloaded signal-hook v0.3.17
9032024-07-03T17:44:32.484Z Downloaded foreign-types-shared v0.3.1
9042024-07-03T17:44:32.484Z Downloaded sha1 v0.10.6
9052024-07-03T17:44:32.487Z Downloaded same-file v1.0.6
9062024-07-03T17:44:32.487Z Downloaded secrecy v0.8.0
9072024-07-03T17:44:32.490Z Downloaded difflib v0.4.0
9082024-07-03T17:44:32.490Z Downloaded semver v0.1.20
9092024-07-03T17:44:32.490Z Downloaded libloading v0.8.3
9102024-07-03T17:44:32.493Z Downloaded fatfs v0.3.6
9112024-07-03T17:44:32.496Z Downloaded whoami v1.5.1
9122024-07-03T17:44:32.499Z Downloaded which v4.4.2
9132024-07-03T17:44:32.508Z Downloaded enum-as-inner v0.5.1
9142024-07-03T17:44:32.511Z Downloaded stability v0.2.0
9152024-07-03T17:44:32.511Z Downloaded headers-core v0.2.0
9162024-07-03T17:44:32.511Z Downloaded glob v0.3.1
9172024-07-03T17:44:32.514Z Downloaded sqlformat v0.2.3
9182024-07-03T17:44:32.514Z Downloaded spki v0.7.3
9192024-07-03T17:44:32.517Z Downloaded tls_codec_derive v0.4.1
9202024-07-03T17:44:32.517Z Downloaded tls_codec v0.4.1
9212024-07-03T17:44:32.520Z Downloaded sct v0.7.1
9222024-07-03T17:44:32.523Z Downloaded tiny-keccak v2.0.2
9232024-07-03T17:44:32.526Z Downloaded tempfile v3.10.1
9242024-07-03T17:44:32.528Z Downloaded similar v2.5.0
9252024-07-03T17:44:32.533Z Downloaded tokio-postgres v0.7.10
9262024-07-03T17:44:32.536Z Downloaded env_logger v0.9.3
9272024-07-03T17:44:32.539Z Downloaded foreign-types v0.5.0
9282024-07-03T17:44:32.539Z Downloaded downcast v0.11.0
9292024-07-03T17:44:32.542Z Downloaded embedded-io v0.4.0
9302024-07-03T17:44:32.542Z Downloaded zone v0.1.8
9312024-07-03T17:44:32.545Z Downloaded structmeta-derive v0.3.0
9322024-07-03T17:44:32.545Z Downloaded group v0.13.0
9332024-07-03T17:44:32.546Z Downloaded serde_with_macros v3.8.1
9342024-07-03T17:44:32.549Z Downloaded trust-dns-resolver v0.22.0
9352024-07-03T17:44:32.551Z Downloaded display-error-chain v0.2.0
9362024-07-03T17:44:32.554Z Downloaded elliptic-curve v0.13.8
9372024-07-03T17:44:32.557Z Downloaded tungstenite v0.20.1
9382024-07-03T17:44:32.560Z Downloaded der v0.7.9
9392024-07-03T17:44:32.564Z Downloaded termios v0.3.3
9402024-07-03T17:44:32.567Z Downloaded zone_cfg_derive v0.1.2
9412024-07-03T17:44:32.567Z Downloaded spin v0.5.2
9422024-07-03T17:44:32.569Z Downloaded tokio-rustls v0.25.0
9432024-07-03T17:44:32.569Z Downloaded getopts v0.2.21
9442024-07-03T17:44:32.572Z Downloaded nom v7.1.3
9452024-07-03T17:44:32.575Z Downloaded unicode-linebreak v0.1.5
9462024-07-03T17:44:32.578Z Downloaded termtree v0.4.1
9472024-07-03T17:44:32.578Z Downloaded managed v0.8.0
9482024-07-03T17:44:32.582Z Downloaded spin v0.9.8
9492024-07-03T17:44:32.582Z Downloaded rustc_version v0.4.0
9502024-07-03T17:44:32.584Z Downloaded num-bigint v0.4.5
9512024-07-03T17:44:32.587Z Downloaded minimal-lexical v0.2.1
9522024-07-03T17:44:32.590Z Downloaded lalrpop-util v0.19.12
9532024-07-03T17:44:32.593Z Downloaded hmac v0.12.1
9542024-07-03T17:44:32.593Z Downloaded heck v0.3.3
9552024-07-03T17:44:32.596Z Downloaded hex v0.4.3
9562024-07-03T17:44:32.596Z Downloaded dyn-clone v1.0.17
9572024-07-03T17:44:32.599Z Downloaded utf-8 v0.7.6
9582024-07-03T17:44:32.599Z Downloaded tungstenite v0.21.0
9592024-07-03T17:44:32.602Z Downloaded unicase v2.7.0
9602024-07-03T17:44:32.605Z Downloaded slog-envlogger v2.2.0
9612024-07-03T17:44:32.605Z Downloaded rayon-core v1.12.1
9622024-07-03T17:44:32.608Z Downloaded unarray v0.1.4
9632024-07-03T17:44:32.610Z Downloaded ident_case v1.0.1
9642024-07-03T17:44:32.610Z Downloaded publicsuffix v2.2.3
9652024-07-03T17:44:32.613Z Downloaded lru-cache v0.1.2
9662024-07-03T17:44:32.614Z Downloaded zip v0.6.6
9672024-07-03T17:44:32.617Z Downloaded uzers v0.11.3
9682024-07-03T17:44:32.620Z Downloaded slog-stdlog v4.1.1
9692024-07-03T17:44:32.620Z Downloaded ron v0.7.1
9702024-07-03T17:44:32.624Z Downloaded rustfmt-wrapper v0.2.1
9712024-07-03T17:44:32.627Z Downloaded flume v0.11.0
9722024-07-03T17:44:32.630Z Downloaded fd-lock v4.0.2
9732024-07-03T17:44:32.633Z Downloaded snafu-derive v0.8.2
9742024-07-03T17:44:32.633Z Downloaded rsa v0.9.6
9752024-07-03T17:44:32.639Z Downloaded md-5 v0.10.6
9762024-07-03T17:44:32.642Z Downloaded home v0.5.9
9772024-07-03T17:44:32.642Z Downloaded rusty-fork v0.3.0
9782024-07-03T17:44:32.642Z Downloaded subprocess v0.2.9
9792024-07-03T17:44:32.645Z Downloaded rustc_version v0.1.7
9802024-07-03T17:44:32.645Z Downloaded shlex v1.3.0
9812024-07-03T17:44:32.645Z Downloaded fastrand v2.1.0
9822024-07-03T17:44:32.648Z Downloaded slog-scope v4.4.0
9832024-07-03T17:44:32.648Z Downloaded indicatif v0.17.8
9842024-07-03T17:44:32.651Z Downloaded ena v0.14.3
9852024-07-03T17:44:32.654Z Downloaded serde_path_to_error v0.1.16
9862024-07-03T17:44:32.654Z Downloaded gethostname v0.4.3
9872024-07-03T17:44:32.657Z Downloaded vsss-rs v3.3.4
9882024-07-03T17:44:32.657Z Downloaded memmap2 v0.9.4
9892024-07-03T17:44:32.660Z Downloaded crossterm v0.27.0
9902024-07-03T17:44:32.665Z Downloaded foreign-types-macros v0.2.3
9912024-07-03T17:44:32.668Z Downloaded yasna v0.5.2
9922024-07-03T17:44:32.668Z Downloaded rand v0.8.5
9932024-07-03T17:44:32.671Z Downloaded universal-hash v0.5.1
9942024-07-03T17:44:32.673Z Downloaded half v2.4.1
9952024-07-03T17:44:32.676Z Downloaded typed-path v0.7.1
9962024-07-03T17:44:32.680Z Downloaded impl-trait-for-tuples v0.2.2
9972024-07-03T17:44:32.682Z Downloaded iana-time-zone v0.1.60
9982024-07-03T17:44:32.685Z Downloaded diesel_derives v2.1.4
9992024-07-03T17:44:32.688Z Downloaded http v1.1.0
10002024-07-03T17:44:32.691Z Downloaded serde_yaml v0.9.34+deprecated
10012024-07-03T17:44:32.694Z Downloaded steno v0.4.1
10022024-07-03T17:44:32.698Z Downloaded uuid v1.8.0
10032024-07-03T17:44:32.701Z Downloaded salty v0.2.0
10042024-07-03T17:44:32.705Z Downloaded zerocopy v0.6.6
10052024-07-03T17:44:32.708Z Downloaded smallvec v0.6.14
10062024-07-03T17:44:32.711Z Downloaded socket2 v0.4.10
10072024-07-03T17:44:32.711Z Downloaded snafu v0.8.2
10082024-07-03T17:44:32.716Z Downloaded schemars v0.8.21
10092024-07-03T17:44:32.727Z Downloaded rustyline v14.0.0
10102024-07-03T17:44:32.731Z Downloaded tracing-attributes v0.1.27
10112024-07-03T17:44:32.734Z Downloaded x509-cert v0.2.5
10122024-07-03T17:44:32.739Z Downloaded maplit v1.0.2
10132024-07-03T17:44:32.750Z Downloaded samael v0.0.15
10142024-07-03T17:44:32.750Z Downloaded libxml v0.3.3
10152024-07-03T17:44:32.753Z Downloaded textwrap v0.16.1
10162024-07-03T17:44:32.753Z Downloaded trust-dns-client v0.22.0
10172024-07-03T17:44:32.757Z Downloaded heapless v0.8.0
10182024-07-03T17:44:32.763Z Downloaded aho-corasick v1.1.3
10192024-07-03T17:44:32.766Z Downloaded unicode_categories v0.1.1
10202024-07-03T17:44:32.769Z Downloaded unsafe-libyaml v0.2.11
10212024-07-03T17:44:32.772Z Downloaded test-strategy v0.3.1
10222024-07-03T17:44:32.775Z Downloaded ron v0.8.1
10232024-07-03T17:44:32.779Z Downloaded portable-atomic v1.6.0
10242024-07-03T17:44:32.785Z Downloaded num-bigint-dig v0.8.4
10252024-07-03T17:44:32.789Z Downloaded serde_repr v0.1.19
10262024-07-03T17:44:32.792Z Downloaded serde_plain v1.0.2
10272024-07-03T17:44:32.796Z Downloaded toml_edit v0.19.15
10282024-07-03T17:44:32.808Z Downloaded slog-dtrace v0.3.0
10292024-07-03T17:44:32.811Z Downloaded hashbrown v0.13.2
10302024-07-03T17:44:32.813Z Downloaded itertools v0.12.1
10312024-07-03T17:44:32.820Z Downloaded unicode-segmentation v1.11.0
10322024-07-03T17:44:32.823Z Downloaded tough v0.17.1
10332024-07-03T17:44:32.830Z Downloaded heapless v0.7.17
10342024-07-03T17:44:32.833Z Downloaded reedline v0.31.0
10352024-07-03T17:44:32.840Z Downloaded trust-dns-server v0.22.1
10362024-07-03T17:44:32.845Z Downloaded itertools v0.10.5
10372024-07-03T17:44:32.850Z Downloaded serde_with v3.8.1
10382024-07-03T17:44:32.858Z Downloaded expectorate v1.1.0
10392024-07-03T17:44:32.861Z Downloaded sqlparser v0.45.0
10402024-07-03T17:44:32.864Z Downloaded chrono v0.4.38
10412024-07-03T17:44:32.871Z Downloaded bitvec v1.0.1
10422024-07-03T17:44:32.885Z Downloaded lalrpop v0.19.12
10432024-07-03T17:44:32.897Z Downloaded regex-automata v0.1.10
10442024-07-03T17:44:32.900Z Downloaded winnow v0.5.40
10452024-07-03T17:44:32.908Z Downloaded webpki-roots v0.25.4
10462024-07-03T17:44:32.911Z Downloaded quick-xml v0.31.0
10472024-07-03T17:44:32.917Z Downloaded libm v0.2.8
10482024-07-03T17:44:32.924Z Downloaded rustls-webpki v0.102.4
10492024-07-03T17:44:32.941Z Downloaded proptest v1.4.0
10502024-07-03T17:44:32.949Z Downloaded bstr v0.2.17
10512024-07-03T17:44:32.957Z Downloaded curve25519-dalek v4.1.3
10522024-07-03T17:44:32.965Z Downloaded hashbrown v0.12.3
10532024-07-03T17:44:32.969Z Downloaded idna v0.3.0
10542024-07-03T17:44:32.975Z Downloaded gimli v0.28.1
10552024-07-03T17:44:32.982Z Downloaded regex-syntax v0.6.29
10562024-07-03T17:44:32.989Z Downloaded rustls-webpki v0.101.7
10572024-07-03T17:44:33.003Z Downloaded regex-syntax v0.8.3
10582024-07-03T17:44:33.010Z Downloaded diesel v2.1.6
10592024-07-03T17:44:33.026Z Downloaded regex v1.10.4
10602024-07-03T17:44:33.038Z Downloaded object v0.30.4
10612024-07-03T17:44:33.046Z Downloaded polar-core v0.27.3
10622024-07-03T17:44:33.054Z Downloaded nix v0.28.0
10632024-07-03T17:44:33.064Z Downloaded object v0.32.2
10642024-07-03T17:44:33.073Z Downloaded smoltcp v0.9.1
10652024-07-03T17:44:33.084Z Downloaded regex-automata v0.4.6
10662024-07-03T17:44:33.099Z Downloaded idna v0.2.3
10672024-07-03T17:44:33.105Z Downloaded csv v1.3.0
10682024-07-03T17:44:33.123Z Downloaded bzip2-sys v0.1.11+1.0.8
10692024-07-03T17:44:33.134Z Downloaded rustls v0.21.12
10702024-07-03T17:44:33.144Z Downloaded openapiv3 v2.0.0
10712024-07-03T17:44:33.154Z Downloaded smoltcp v0.11.0
10722024-07-03T17:44:33.165Z Downloaded regress v0.9.1
10732024-07-03T17:44:33.172Z Downloaded rustls v0.22.4
10742024-07-03T17:44:33.184Z Downloaded sha3 v0.10.8
10752024-07-03T17:44:33.188Z Downloaded trust-dns-proto v0.22.0
10762024-07-03T17:44:33.198Z Downloaded nix v0.27.1
10772024-07-03T17:44:33.212Z Downloaded ratatui v0.26.2
10782024-07-03T17:44:33.223Z Downloaded radix_trie v0.2.1
10792024-07-03T17:44:33.228Z Downloaded bstr v1.9.1
10802024-07-03T17:44:33.237Z Downloaded rayon v1.10.0
10812024-07-03T17:44:33.244Z Downloaded sled v0.34.7
10822024-07-03T17:44:33.255Z Downloaded bindgen v0.69.4
10832024-07-03T17:44:33.259Z Downloaded hkdf v0.12.4
10842024-07-03T17:44:33.262Z Downloaded blake3 v1.5.1
10852024-07-03T17:44:33.268Z Downloaded indexmap v1.9.3
10862024-07-03T17:44:33.271Z Downloaded zerocopy-derive v0.6.6
10872024-07-03T17:44:33.279Z Downloaded diff v0.1.13
10882024-07-03T17:44:33.282Z Downloaded termcolor v1.4.1
10892024-07-03T17:44:33.285Z Downloaded petgraph v0.6.5
10902024-07-03T17:44:33.298Z Downloaded structmeta-derive v0.2.0
10912024-07-03T17:44:33.300Z Downloaded finl_unicode v1.2.0
10922024-07-03T17:44:33.310Z Downloaded static_assertions v1.1.0
10932024-07-03T17:44:33.313Z Downloaded stable_deref_trait v1.2.0
10942024-07-03T17:44:33.313Z Downloaded siphasher v0.3.11
10952024-07-03T17:44:33.313Z Downloaded serde_derive_internals v0.29.1
10962024-07-03T17:44:33.316Z Downloaded headers v0.3.9
10972024-07-03T17:44:33.319Z Downloaded backtrace v0.3.71
10982024-07-03T17:44:33.323Z Downloaded toml v0.7.8
10992024-07-03T17:44:33.325Z Downloaded toml v0.5.11
11002024-07-03T17:44:33.328Z Downloaded prettyplease v0.2.20
11012024-07-03T17:44:33.331Z Downloaded thiserror-no-std v2.0.2
11022024-07-03T17:44:33.334Z Downloaded ipnetwork v0.20.0
11032024-07-03T17:44:33.338Z Downloaded inout v0.1.3
11042024-07-03T17:44:33.338Z Downloaded funty v2.0.0
11052024-07-03T17:44:33.338Z Downloaded fallible-iterator v0.2.0
11062024-07-03T17:44:33.338Z Downloaded tui-tree-widget v0.19.0
11072024-07-03T17:44:33.341Z Downloaded sec1 v0.7.3
11082024-07-03T17:44:33.341Z Downloaded endian-type v0.1.2
11092024-07-03T17:44:33.341Z Downloaded rustls-pki-types v1.7.0
11102024-07-03T17:44:33.344Z Downloaded hyper-rustls v0.24.2
11112024-07-03T17:44:33.344Z Downloaded getrandom v0.2.14
11122024-07-03T17:44:33.347Z Downloaded rustc-demangle v0.1.24
11132024-07-03T17:44:33.350Z Downloaded hyper-staticfile v0.9.5
11142024-07-03T17:44:33.350Z Downloaded ff v0.13.0
11152024-07-03T17:44:33.353Z Downloaded wait-timeout v0.2.0
11162024-07-03T17:44:33.353Z Downloaded erased-serde v0.3.31
11172024-07-03T17:44:33.355Z Downloaded env_logger v0.10.2
11182024-07-03T17:44:33.356Z Downloaded schemars_derive v0.8.21
11192024-07-03T17:44:33.358Z Downloaded scheduled-thread-pool v0.2.7
11202024-07-03T17:44:33.358Z Downloaded darling_core v0.20.9
11212024-07-03T17:44:33.361Z Downloaded base64 v0.22.1
11222024-07-03T17:44:33.365Z Downloaded subtle v2.5.0
11232024-07-03T17:44:33.369Z Downloaded smf v0.2.3
11242024-07-03T17:44:33.369Z Downloaded tokio-tungstenite v0.20.1
11252024-07-03T17:44:33.372Z Downloaded tokio-rustls v0.24.1
11262024-07-03T17:44:33.372Z Downloaded flagset v0.4.5
11272024-07-03T17:44:33.372Z Downloaded unicode-xid v0.2.4
11282024-07-03T17:44:33.375Z Downloaded derive-where v1.2.7
11292024-07-03T17:44:33.378Z Downloaded num_enum_derive v0.5.11
11302024-07-03T17:44:33.378Z Downloaded clang-sys v1.7.0
11312024-07-03T17:44:33.381Z Downloaded blake2 v0.10.6
11322024-07-03T17:44:33.381Z Downloaded rand_core v0.6.4
11332024-07-03T17:44:33.384Z Downloaded radium v0.7.0
11342024-07-03T17:44:33.384Z Downloaded ppv-lite86 v0.2.17
11352024-07-03T17:44:33.384Z Downloaded owo-colors v4.0.0
11362024-07-03T17:44:33.387Z Downloaded num-complex v0.4.6
11372024-07-03T17:44:33.387Z Downloaded cookie v0.17.0
11382024-07-03T17:44:33.390Z Downloaded const_format_proc_macros v0.2.32
11392024-07-03T17:44:33.390Z Downloaded base64ct v1.6.0
11402024-07-03T17:44:33.394Z Downloaded arrayvec v0.7.4
11412024-07-03T17:44:33.397Z Downloaded thiserror-impl-no-std v2.0.2
11422024-07-03T17:44:33.397Z Downloaded cassowary v0.3.0
11432024-07-03T17:44:33.397Z Downloaded arc-swap v1.7.1
11442024-07-03T17:44:33.400Z Downloaded packed_struct_codegen v0.10.1
11452024-07-03T17:44:33.403Z Downloaded olpc-cjson v0.1.3
11462024-07-03T17:44:33.403Z Downloaded bcs v0.1.6
11472024-07-03T17:44:33.403Z Downloaded mime_guess v2.0.4
11482024-07-03T17:44:33.405Z Downloaded curve25519-dalek-derive v0.1.1
11492024-07-03T17:44:33.406Z Downloaded cancel-safe-futures v0.1.5
11502024-07-03T17:44:33.408Z Downloaded ascii v1.1.0
11512024-07-03T17:44:33.412Z Downloaded nu-ansi-term v0.50.0
11522024-07-03T17:44:33.412Z Downloaded multer v3.1.0
11532024-07-03T17:44:33.414Z Downloaded ciborium v0.2.2
11542024-07-03T17:44:33.417Z Downloaded backoff v0.4.0
11552024-07-03T17:44:33.417Z Downloaded newtype-uuid v1.1.0
11562024-07-03T17:44:33.417Z Downloaded multimap v0.10.0
11572024-07-03T17:44:33.420Z Downloaded data-encoding v2.6.0
11582024-07-03T17:44:33.420Z Downloaded corncobs v0.1.3
11592024-07-03T17:44:33.423Z Downloaded debug-ignore v1.0.5
11602024-07-03T17:44:33.423Z Downloaded crossbeam-deque v0.8.5
11612024-07-03T17:44:33.423Z Downloaded convert_case v0.4.0
11622024-07-03T17:44:33.425Z Downloaded colored v2.1.0
11632024-07-03T17:44:33.425Z Downloaded nibble_vec v0.1.0
11642024-07-03T17:44:33.428Z Downloaded defmt-macros v0.3.9
11652024-07-03T17:44:33.431Z Downloaded castaway v0.2.2
11662024-07-03T17:44:33.431Z Downloaded block-padding v0.3.3
11672024-07-03T17:44:33.431Z Downloaded async-stream-impl v0.3.5
11682024-07-03T17:44:33.434Z Downloaded bitstruct v0.1.1
11692024-07-03T17:44:33.434Z Downloaded ahash v0.8.11
11702024-07-03T17:44:33.804Z Downloaded ring v0.17.8
11712024-07-03T17:44:33.913Z Downloaded ring v0.16.20
11722024-07-03T17:44:34.113Z Compiling proc-macro2 v1.0.86
11732024-07-03T17:44:34.113Z Compiling unicode-ident v1.0.12
11742024-07-03T17:44:34.116Z Compiling libc v0.2.155
11752024-07-03T17:44:34.116Z Compiling serde v1.0.203
11762024-07-03T17:44:34.116Z Compiling autocfg v1.3.0
11772024-07-03T17:44:34.116Z Compiling version_check v0.9.4
11782024-07-03T17:44:34.116Z Compiling cfg-if v1.0.0
11792024-07-03T17:44:34.358Z Compiling cc v1.0.97
11802024-07-03T17:44:34.374Z Compiling parking_lot_core v0.9.10
11812024-07-03T17:44:34.387Z Compiling once_cell v1.19.0
11822024-07-03T17:44:34.734Z Compiling serde_json v1.0.118
11832024-07-03T17:44:34.763Z Compiling libm v0.2.8
11842024-07-03T17:44:35.018Z Compiling lock_api v0.4.12
11852024-07-03T17:44:35.034Z Compiling ahash v0.8.11
11862024-07-03T17:44:35.117Z Compiling byteorder v1.5.0
11872024-07-03T17:44:35.133Z Compiling num-traits v0.2.19
11882024-07-03T17:44:35.275Z Compiling memchr v2.7.2
11892024-07-03T17:44:35.332Z Compiling thiserror v1.0.60
11902024-07-03T17:44:35.541Z Compiling scopeguard v1.2.0
11912024-07-03T17:44:35.590Z Compiling typenum v1.17.0
11922024-07-03T17:44:35.830Z Compiling quote v1.0.36
11932024-07-03T17:44:36.293Z Compiling getrandom v0.2.14
11942024-07-03T17:44:36.586Z Compiling syn v2.0.68
11952024-07-03T17:44:36.640Z Compiling itoa v1.0.11
11962024-07-03T17:44:36.681Z Compiling log v0.4.21
11972024-07-03T17:44:36.716Z Compiling generic-array v0.14.7
11982024-07-03T17:44:37.082Z Compiling allocator-api2 v0.2.18
11992024-07-03T17:44:37.242Z Compiling slab v0.4.9
12002024-07-03T17:44:37.385Z Compiling ring v0.17.8
12012024-07-03T17:44:37.450Z Compiling ryu v1.0.18
12022024-07-03T17:44:37.507Z Compiling pin-project-lite v0.2.14
12032024-07-03T17:44:37.525Z Compiling schemars v0.8.21
12042024-07-03T17:44:37.625Z Compiling smallvec v1.13.2
12052024-07-03T17:44:37.720Z Compiling semver v1.0.23
12062024-07-03T17:44:38.006Z Compiling equivalent v1.0.1
12072024-07-03T17:44:38.166Z Compiling vcpkg v0.2.15
12082024-07-03T17:44:38.330Z Compiling parking_lot v0.12.2
12092024-07-03T17:44:38.348Z Compiling pkg-config v0.3.30
12102024-07-03T17:44:38.851Z Compiling signal-hook-registry v1.4.2
12112024-07-03T17:44:39.612Z Compiling syn v1.0.109
12122024-07-03T17:44:39.895Z Compiling openssl-sys v0.9.102
12132024-07-03T17:44:40.219Z Compiling mio v0.8.11
12142024-07-03T17:44:40.417Z Compiling spin v0.9.8
12152024-07-03T17:44:40.843Z Compiling rand_core v0.6.4
12162024-07-03T17:44:40.848Z Compiling socket2 v0.5.7
12172024-07-03T17:44:41.276Z Compiling num_cpus v1.16.0
12182024-07-03T17:44:41.405Z Compiling num-conv v0.1.0
12192024-07-03T17:44:41.666Z Compiling time-core v0.1.2
12202024-07-03T17:44:41.840Z Compiling time-macros v0.2.18
12212024-07-03T17:44:42.196Z Compiling httparse v1.8.0
12222024-07-03T17:44:42.466Z Compiling futures-core v0.3.30
12232024-07-03T17:44:42.700Z Compiling fnv v1.0.7
12242024-07-03T17:44:42.824Z Compiling openssl v0.10.64
12252024-07-03T17:44:43.232Z Compiling iana-time-zone v0.1.60
12262024-07-03T17:44:43.391Z Compiling rustix v0.38.34
12272024-07-03T17:44:43.420Z Compiling crossbeam-utils v0.8.19
12282024-07-03T17:44:43.916Z Compiling serde_derive_internals v0.29.1
12292024-07-03T17:44:44.003Z Compiling tinyvec_macros v0.1.1
12302024-07-03T17:44:44.019Z Compiling native-tls v0.2.11
12312024-07-03T17:44:44.089Z Compiling rustls v0.21.12
12322024-07-03T17:44:44.325Z Compiling tinyvec v1.6.0
12332024-07-03T17:44:44.939Z Compiling subtle v2.5.0
12342024-07-03T17:44:45.010Z Compiling ucd-trie v0.1.6
12352024-07-03T17:44:45.296Z Compiling futures-sink v0.3.30
12362024-07-03T17:44:45.451Z Compiling const-oid v0.9.6
12372024-07-03T17:44:45.725Z Compiling unicode-normalization v0.1.23
12382024-07-03T17:44:45.878Z Compiling backtrace v0.3.71
12392024-07-03T17:44:46.122Z Compiling cookie v0.17.0
12402024-07-03T17:44:46.244Z Compiling heck v0.5.0
12412024-07-03T17:44:46.384Z Compiling heck v0.4.1
12422024-07-03T17:44:46.650Z Compiling unicode-bidi v0.3.15
12432024-07-03T17:44:46.653Z Compiling dyn-clone v1.0.17
12442024-07-03T17:44:46.995Z Compiling slog v2.7.0
12452024-07-03T17:44:47.250Z Compiling futures-channel v0.3.30
12462024-07-03T17:44:47.713Z Compiling futures-io v0.3.30
12472024-07-03T17:44:47.731Z Compiling pin-utils v0.1.0
12482024-07-03T17:44:47.817Z Compiling futures-task v0.3.30
12492024-07-03T17:44:48.116Z Compiling aho-corasick v1.1.3
12502024-07-03T17:44:48.352Z Compiling regex-syntax v0.8.3
12512024-07-03T17:44:48.470Z Compiling winnow v0.5.40
12522024-07-03T17:44:49.577Z Compiling serde_derive v1.0.203
12532024-07-03T17:44:50.385Z Compiling zerocopy-derive v0.7.34
12542024-07-03T17:44:50.959Z Compiling zeroize_derive v1.4.2
12552024-07-03T17:44:52.282Z Compiling thiserror-impl v1.0.60
12562024-07-03T17:44:52.303Z Compiling tokio-macros v2.2.0
12572024-07-03T17:44:52.338Z Compiling zerocopy v0.7.34
12582024-07-03T17:44:52.578Z Compiling futures-macro v0.3.30
12592024-07-03T17:44:53.273Z Compiling schemars_derive v0.8.21
12602024-07-03T17:44:54.162Z Compiling tracing-attributes v0.1.27
12612024-07-03T17:44:54.406Z Compiling zeroize v1.7.0
12622024-07-03T17:44:54.561Z Compiling hashbrown v0.14.5
12632024-07-03T17:44:55.235Z Compiling openssl-macros v0.1.1
12642024-07-03T17:44:55.976Z Compiling scroll_derive v0.12.0
12652024-07-03T17:44:56.199Z Compiling pest v2.7.10
12662024-07-03T17:44:56.451Z Compiling crypto-common v0.1.6
12672024-07-03T17:44:56.645Z Compiling futures-util v0.3.30
12682024-07-03T17:44:57.332Z Compiling der_derive v0.7.2
12692024-07-03T17:44:57.473Z Compiling anyhow v1.0.86
12702024-07-03T17:44:57.633Z Compiling untrusted v0.9.0
12712024-07-03T17:44:57.811Z Compiling block-buffer v0.10.4
12722024-07-03T17:44:58.040Z Compiling regex-automata v0.4.6
12732024-07-03T17:44:58.965Z Compiling pest_meta v2.7.10
12742024-07-03T17:44:59.589Z Compiling tracing-core v0.1.32
12752024-07-03T17:45:02.045Z Compiling pest_generator v2.7.10
12762024-07-03T17:45:03.190Z Compiling bytes v1.6.0
12772024-07-03T17:45:03.363Z Compiling indexmap v2.2.6
12782024-07-03T17:45:04.369Z Compiling uuid v1.8.0
12792024-07-03T17:45:04.791Z Compiling tokio v1.37.0
12802024-07-03T17:45:04.917Z Compiling bitflags v2.5.0
12812024-07-03T17:45:05.647Z Compiling chrono v0.4.38
12822024-07-03T17:45:06.055Z Compiling serde_tokenstream v0.2.0
12832024-07-03T17:45:06.963Z Compiling toml_datetime v0.6.6
12842024-07-03T17:45:07.404Z Compiling serde_spanned v0.6.6
12852024-07-03T17:45:07.596Z Compiling http v0.2.12
12862024-07-03T17:45:07.855Z Compiling toml_edit v0.19.15
12872024-07-03T17:45:09.953Z Compiling rustc_version v0.4.0
12882024-07-03T17:45:10.600Z Compiling pest_derive v2.7.10
12892024-07-03T17:45:11.338Z Compiling usdt-impl v0.5.0
12902024-07-03T17:45:11.512Z Compiling rustversion v1.0.17
12912024-07-03T17:45:11.658Z Compiling powerfmt v0.2.0
12922024-07-03T17:45:12.155Z Compiling deranged v0.3.11
12932024-07-03T17:45:12.181Z Compiling heapless v0.7.17
12942024-07-03T17:45:12.576Z Compiling tracing v0.1.40
12952024-07-03T17:45:12.617Z Compiling digest v0.10.7
12962024-07-03T17:45:13.055Z Compiling scroll v0.12.0
12972024-07-03T17:45:13.637Z Compiling ppv-lite86 v0.2.17
12982024-07-03T17:45:14.321Z Compiling plain v0.2.3
12992024-07-03T17:45:14.385Z Compiling percent-encoding v2.3.1
13002024-07-03T17:45:14.437Z Compiling num_threads v0.1.7
13012024-07-03T17:45:14.901Z Compiling signal-hook v0.3.17
13022024-07-03T17:45:14.948Z Compiling time v0.3.36
13032024-07-03T17:45:14.966Z Compiling goblin v0.8.2
13042024-07-03T17:45:15.110Z Compiling rand_chacha v0.3.1
13052024-07-03T17:45:16.461Z Compiling regex v1.10.4
13062024-07-03T17:45:17.476Z Compiling strsim v0.11.1
13072024-07-03T17:45:18.233Z Compiling pretty-hex v0.4.1
13082024-07-03T17:45:18.373Z Compiling crc32fast v1.4.0
13092024-07-03T17:45:19.321Z Compiling rand v0.8.5
13102024-07-03T17:45:19.944Z Compiling tokio-util v0.7.11
13112024-07-03T17:45:20.805Z Compiling dof v0.3.0
13122024-07-03T17:45:21.272Z Compiling dtrace-parser v0.2.0
13132024-07-03T17:45:21.602Z Compiling async-trait v0.1.80
13142024-07-03T17:45:22.044Z Compiling thread-id v4.2.1
13152024-07-03T17:45:22.309Z Compiling base64ct v1.6.0
13162024-07-03T17:45:22.678Z Compiling foreign-types-shared v0.1.1
13172024-07-03T17:45:22.896Z Compiling unicode-width v0.1.12
13182024-07-03T17:45:22.986Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13192024-07-03T17:45:23.100Z Compiling smoltcp v0.9.1
13202024-07-03T17:45:23.650Z Compiling pem-rfc7468 v0.7.0
13212024-07-03T17:45:23.717Z Compiling foreign-types v0.3.2
13222024-07-03T17:45:25.017Z Compiling form_urlencoded v1.2.1
13232024-07-03T17:45:25.351Z Compiling hmac v0.12.1
13242024-07-03T17:45:25.459Z Compiling adler v1.0.2
13252024-07-03T17:45:25.553Z Compiling flagset v0.4.5
13262024-07-03T17:45:25.612Z Compiling try-lock v0.2.5
13272024-07-03T17:45:25.749Z Compiling siphasher v0.3.11
13282024-07-03T17:45:25.780Z Compiling base64 v0.21.7
13292024-07-03T17:45:26.140Z Compiling want v0.3.1
13302024-07-03T17:45:26.380Z Compiling der v0.7.9
13312024-07-03T17:45:26.461Z Compiling miniz_oxide v0.7.2
13322024-07-03T17:45:28.117Z Compiling h2 v0.3.26
13332024-07-03T17:45:29.550Z Compiling rustls-webpki v0.101.7
13342024-07-03T17:45:29.674Z Compiling sct v0.7.1
13352024-07-03T17:45:29.692Z Compiling http-body v0.4.6
13362024-07-03T17:45:30.807Z Compiling openapiv3 v2.0.0
13372024-07-03T17:45:30.974Z Compiling hubpack_derive v0.1.1
13382024-07-03T17:45:31.255Z Compiling zerocopy-derive v0.6.6
13392024-07-03T17:45:31.528Z Compiling idna v0.5.0
13402024-07-03T17:45:32.031Z Compiling errno v0.3.9
13412024-07-03T17:45:32.240Z Compiling fs-err v2.11.0
13422024-07-03T17:45:32.310Z Compiling finl_unicode v1.2.0
13432024-07-03T17:45:32.507Z Compiling anstyle v1.0.7
13442024-07-03T17:45:32.872Z Compiling httpdate v1.0.3
13452024-07-03T17:45:32.903Z Compiling gimli v0.28.1
13462024-07-03T17:45:32.919Z Compiling tower-service v0.3.2
13472024-07-03T17:45:33.036Z Compiling utf8parse v0.2.1
13482024-07-03T17:45:33.187Z Compiling openssl-probe v0.1.5
13492024-07-03T17:45:34.167Z Compiling stable_deref_trait v1.2.0
13502024-07-03T17:45:34.272Z Compiling cpufeatures v0.2.12
13512024-07-03T17:45:34.369Z Compiling sha2 v0.10.8
13522024-07-03T17:45:34.914Z Compiling anstyle-parse v0.2.4
13532024-07-03T17:45:35.156Z Compiling stringprep v0.1.4
13542024-07-03T17:45:35.228Z Compiling url v2.5.0
13552024-07-03T17:45:35.245Z Compiling hyper v0.14.28
13562024-07-03T17:45:37.954Z Compiling addr2line v0.21.0
13572024-07-03T17:45:39.110Z Compiling spki v0.7.3
13582024-07-03T17:45:39.469Z Compiling usdt-macro v0.5.0
13592024-07-03T17:45:40.814Z Compiling usdt-attr-macro v0.5.0
13602024-07-03T17:45:40.906Z Compiling md-5 v0.10.6
13612024-07-03T17:45:44.687Z Compiling idna v0.3.0
13622024-07-03T17:45:45.522Z Compiling diesel_table_macro_syntax v0.1.0
13632024-07-03T17:45:45.897Z Compiling num-integer v0.1.46
13642024-07-03T17:45:46.168Z Compiling object v0.32.2
13652024-07-03T17:45:46.599Z Compiling hash32 v0.2.1
13662024-07-03T17:45:46.655Z Compiling psl-types v2.0.11
13672024-07-03T17:45:46.961Z Compiling anstyle-query v1.0.3
13682024-07-03T17:45:48.592Z Compiling colorchoice v1.0.1
13692024-07-03T17:45:48.742Z Compiling fallible-iterator v0.2.0
13702024-07-03T17:45:49.447Z Compiling rustc-demangle v0.1.24
13712024-07-03T17:45:51.751Z Compiling is_terminal_polyfill v1.70.0
13722024-07-03T17:45:51.878Z Compiling anstream v0.6.14
13732024-07-03T17:45:52.647Z Compiling postgres-protocol v0.6.6
13742024-07-03T17:45:55.610Z Compiling publicsuffix v2.2.3
13752024-07-03T17:45:55.868Z Compiling diesel_derives v2.1.4
13762024-07-03T17:46:00.443Z Compiling tokio-rustls v0.24.1
13772024-07-03T17:46:01.672Z Compiling pkcs8 v0.10.2
13782024-07-03T17:46:02.213Z Compiling terminal_size v0.3.0
13792024-07-03T17:46:02.419Z Compiling tokio-native-tls v0.3.1
13802024-07-03T17:46:02.723Z Compiling phf_shared v0.11.2
13812024-07-03T17:46:03.799Z Compiling strum_macros v0.25.3
13822024-07-03T17:46:04.209Z Compiling block-padding v0.3.3
13832024-07-03T17:46:04.392Z Compiling regress v0.9.1
13842024-07-03T17:46:04.430Z Compiling enum-as-inner v0.5.1
13852024-07-03T17:46:04.451Z Compiling clap_derive v4.5.4
13862024-07-03T17:46:05.401Z Compiling serde_repr v0.1.19
13872024-07-03T17:46:07.687Z Compiling ff v0.13.0
13882024-07-03T17:46:07.712Z Compiling lazy_static v1.5.0
13892024-07-03T17:46:07.860Z Compiling scheduled-thread-pool v0.2.7
13902024-07-03T17:46:08.365Z Compiling encoding_rs v0.8.34
13912024-07-03T17:46:08.970Z Compiling bit-vec v0.6.3
13922024-07-03T17:46:09.003Z Compiling ipnet v2.9.0
13932024-07-03T17:46:09.363Z Compiling bitflags v1.3.2
13942024-07-03T17:46:09.466Z Compiling clap_lex v0.7.0
13952024-07-03T17:46:09.714Z Compiling mime v0.3.17
13962024-07-03T17:46:09.916Z Compiling either v1.12.0
13972024-07-03T17:46:10.476Z Compiling base16ct v0.2.0
13982024-07-03T17:46:10.548Z Compiling managed v0.8.0
13992024-07-03T17:46:10.871Z Compiling matches v0.1.10
14002024-07-03T17:46:11.354Z Compiling idna v0.2.3
14012024-07-03T17:46:11.810Z Compiling sec1 v0.7.3
14022024-07-03T17:46:12.395Z Compiling clap_builder v4.5.2
14032024-07-03T17:46:12.759Z Compiling r2d2 v0.8.10
14042024-07-03T17:46:13.101Z Compiling group v0.13.0
14052024-07-03T17:46:13.469Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14062024-07-03T17:46:17.496Z Compiling inout v0.1.3
14072024-07-03T17:46:18.607Z Compiling phf v0.11.2
14082024-07-03T17:46:18.910Z Compiling hyper-tls v0.5.0
14092024-07-03T17:46:19.240Z Compiling signal-hook-mio v0.2.3
14102024-07-03T17:46:19.264Z Compiling hyper-rustls v0.24.2
14112024-07-03T17:46:19.393Z Compiling cookie_store v0.20.0
14122024-07-03T17:46:19.611Z Compiling postgres-types v0.2.6
14132024-07-03T17:46:19.835Z Compiling num-bigint v0.4.5
14142024-07-03T17:46:19.882Z Compiling zerocopy v0.6.6
14152024-07-03T17:46:20.760Z Compiling hubpack v0.1.2
14162024-07-03T17:46:20.871Z Compiling rustls-pemfile v1.0.4
14172024-07-03T17:46:21.039Z Compiling phf_shared v0.10.0
14182024-07-03T17:46:21.199Z Compiling hkdf v0.12.4
14192024-07-03T17:46:21.263Z Compiling serde_urlencoded v0.7.1
14202024-07-03T17:46:21.438Z Compiling crossbeam-epoch v0.9.18
14212024-07-03T17:46:21.870Z Compiling ipnetwork v0.20.0
14222024-07-03T17:46:22.683Z Compiling futures-executor v0.3.30
14232024-07-03T17:46:23.348Z Compiling crypto-bigint v0.5.5
14242024-07-03T17:46:23.464Z Compiling float-cmp v0.9.0
14252024-07-03T17:46:23.680Z Compiling memmap v0.7.0
14262024-07-03T17:46:23.839Z Compiling sync_wrapper v0.1.2
14272024-07-03T17:46:23.994Z Compiling fixedbitset v0.4.2
14282024-07-03T17:46:24.402Z Compiling static_assertions v1.1.0
14292024-07-03T17:46:24.603Z Compiling minimal-lexical v0.2.1
14302024-07-03T17:46:25.081Z Compiling normalize-line-endings v0.3.0
14312024-07-03T17:46:25.207Z Compiling whoami v1.5.1
14322024-07-03T17:46:25.793Z Compiling winnow v0.6.8
14332024-07-03T17:46:26.262Z Compiling new_debug_unreachable v1.0.6
14342024-07-03T17:46:26.360Z Compiling unicode-segmentation v1.11.0
14352024-07-03T17:46:26.436Z Compiling precomputed-hash v0.1.1
14362024-07-03T17:46:26.550Z Compiling predicates-core v1.0.6
14372024-07-03T17:46:26.629Z Compiling difflib v0.4.0
14382024-07-03T17:46:26.740Z Compiling data-encoding v2.6.0
14392024-07-03T17:46:27.126Z Compiling webpki-roots v0.25.4
14402024-07-03T17:46:27.282Z Compiling reqwest v0.11.27
14412024-07-03T17:46:27.355Z Compiling trust-dns-proto v0.22.0
14422024-07-03T17:46:27.910Z Compiling predicates v3.1.0
14432024-07-03T17:46:28.400Z Compiling similar v2.5.0
14442024-07-03T17:46:29.110Z Compiling string_cache v0.8.7
14452024-07-03T17:46:29.428Z Compiling toml_edit v0.22.13
14462024-07-03T17:46:29.526Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14472024-07-03T17:46:29.604Z Compiling elliptic-curve v0.13.8
14482024-07-03T17:46:30.376Z Compiling tokio-postgres v0.7.10
14492024-07-03T17:46:30.442Z Compiling nom v7.1.3
14502024-07-03T17:46:33.504Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14512024-07-03T17:46:34.180Z Compiling petgraph v0.6.5
14522024-07-03T17:46:34.943Z Compiling usdt v0.5.0
14532024-07-03T17:46:35.455Z Compiling futures v0.3.30
14542024-07-03T17:46:35.574Z Compiling yasna v0.5.2
14552024-07-03T17:46:35.733Z Compiling diesel v2.1.6
14562024-07-03T17:46:37.221Z Compiling crossterm v0.27.0
14572024-07-03T17:46:37.347Z Compiling flate2 v1.0.30
14582024-07-03T17:46:37.371Z Compiling cipher v0.4.4
14592024-07-03T17:46:37.815Z Compiling clap v4.5.4
14602024-07-03T17:46:38.248Z Compiling itertools v0.12.1
14612024-07-03T17:46:38.277Z Compiling itertools v0.10.5
14622024-07-03T17:46:38.776Z Compiling bit-set v0.5.3
14632024-07-03T17:46:39.035Z Compiling console v0.15.8
14642024-07-03T17:46:40.209Z Compiling num-iter v0.1.45
14652024-07-03T17:46:40.609Z Compiling tokio-stream v0.1.15
14662024-07-03T17:46:40.625Z Compiling toml v0.7.8
14672024-07-03T17:46:41.061Z Compiling bstr v1.9.1
14682024-07-03T17:46:41.095Z Compiling hex v0.4.3
14692024-07-03T17:46:41.538Z Compiling unicode-xid v0.2.4
14702024-07-03T17:46:41.734Z Compiling lalrpop-util v0.19.12
14712024-07-03T17:46:42.015Z Compiling camino v1.1.7
14722024-07-03T17:46:42.130Z Compiling peg-runtime v0.8.3
14732024-07-03T17:46:42.669Z Compiling proc-macro-crate v1.3.1
14742024-07-03T17:46:43.714Z Compiling heapless v0.8.0
14752024-07-03T17:46:46.110Z Compiling num_enum_derive v0.5.11
14762024-07-03T17:46:51.635Z Compiling hash32 v0.3.1
14772024-07-03T17:46:52.215Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14782024-07-03T17:46:52.540Z Compiling smoltcp v0.11.0
14792024-07-03T17:46:52.794Z Compiling ident_case v1.0.1
14802024-07-03T17:46:54.262Z Compiling rustls-pki-types v1.7.0
14812024-07-03T17:46:55.702Z Compiling darling_core v0.20.9
14822024-07-03T17:47:07.159Z Compiling num_enum v0.5.11
14832024-07-03T17:47:08.933Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14842024-07-03T17:47:09.179Z Compiling getopts v0.2.21
14852024-07-03T17:47:10.289Z Compiling dirs-sys-next v0.1.2
14862024-07-03T17:47:11.571Z Compiling proc-macro-error-attr v1.0.4
14872024-07-03T17:47:11.758Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14882024-07-03T17:47:11.854Z Compiling rustls v0.22.4
14892024-07-03T17:47:12.111Z Compiling cobs v0.2.3
14902024-07-03T17:47:12.386Z Compiling paste v1.0.15
14912024-07-03T17:47:12.625Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14922024-07-03T17:47:12.825Z Compiling unsafe-libyaml v0.2.11
14932024-07-03T17:47:12.882Z Compiling embedded-io v0.4.0
14942024-07-03T17:47:13.116Z Compiling postcard v1.0.8
14952024-07-03T17:47:14.061Z Compiling serde_yaml v0.9.34+deprecated
14962024-07-03T17:47:17.197Z Compiling dirs-next v2.0.0
14972024-07-03T17:47:18.087Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
14982024-07-03T17:47:20.411Z Compiling darling_macro v0.20.9
14992024-07-03T17:47:21.522Z Compiling rustls-webpki v0.102.4
15002024-07-03T17:47:28.881Z Compiling strum_macros v0.26.2
15012024-07-03T17:47:29.975Z Compiling structmeta-derive v0.3.0
15022024-07-03T17:47:30.341Z Compiling foreign-types-macros v0.2.3
15032024-07-03T17:47:31.534Z Compiling thread_local v1.1.8
15042024-07-03T17:47:31.565Z Compiling proc-macro-error v1.0.4
15052024-07-03T17:47:31.846Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15062024-07-03T17:47:32.127Z Compiling multer v3.1.0
15072024-07-03T17:47:32.326Z Compiling match_cfg v0.1.0
15082024-07-03T17:47:33.418Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15092024-07-03T17:47:33.448Z Compiling slog-async v2.8.0
15102024-07-03T17:47:33.579Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15112024-07-03T17:47:33.877Z Compiling foreign-types-shared v0.3.1
15122024-07-03T17:47:37.403Z Compiling foreign-types v0.5.0
15132024-07-03T17:47:37.588Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15142024-07-03T17:47:39.692Z Compiling strum v0.26.2
15152024-07-03T17:47:40.782Z Compiling structmeta v0.3.0
15162024-07-03T17:47:41.191Z Compiling hostname v0.3.1
15172024-07-03T17:47:43.299Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15182024-07-03T17:47:45.907Z Compiling darling v0.20.9
15192024-07-03T17:47:53.375Z Compiling term v0.7.0
15202024-07-03T17:47:56.515Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15212024-07-03T17:47:58.055Z Compiling slog-json v2.6.1
15222024-07-03T17:47:58.576Z Compiling tabwriter v1.4.0
15232024-07-03T17:47:59.119Z Compiling crossbeam-channel v0.5.12
15242024-07-03T17:48:00.464Z Compiling http v1.1.0
15252024-07-03T17:48:00.627Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15262024-07-03T17:48:00.793Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15272024-07-03T17:48:01.228Z Compiling async-stream-impl v0.3.5
15282024-07-03T17:48:01.413Z Compiling cstr-argument v0.1.2
15292024-07-03T17:48:01.620Z Compiling is-terminal v0.4.12
15302024-07-03T17:48:01.638Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15312024-07-03T17:48:01.662Z Compiling base64 v0.22.1
15322024-07-03T17:48:01.749Z Compiling atomic-waker v1.1.2
15332024-07-03T17:48:01.918Z Compiling fastrand v2.1.0
15342024-07-03T17:48:02.464Z Compiling pretty-hex v0.2.1
15352024-07-03T17:48:02.603Z Compiling take_mut v0.2.2
15362024-07-03T17:48:02.675Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15372024-07-03T17:48:02.710Z Compiling crucible-workspace-hack v0.1.0
15382024-07-03T17:48:02.766Z Compiling rayon-core v1.12.1
15392024-07-03T17:48:03.020Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15402024-07-03T17:48:03.069Z Compiling async-stream v0.3.5
15412024-07-03T17:48:03.327Z Compiling tempfile v3.10.1
15422024-07-03T17:48:03.389Z Compiling rustls-pemfile v2.1.2
15432024-07-03T17:48:04.200Z Compiling waitgroup v0.1.2
15442024-07-03T17:48:04.439Z Compiling slog-term v2.9.1
15452024-07-03T17:48:05.177Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15462024-07-03T17:48:05.557Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15472024-07-03T17:48:05.787Z Compiling slog-bunyan v2.5.0
15482024-07-03T17:48:06.108Z Compiling tokio-rustls v0.25.0
15492024-07-03T17:48:06.171Z Compiling serde_with_macros v3.8.1
15502024-07-03T17:48:06.246Z Compiling parse-display-derive v0.9.0
15512024-07-03T17:48:06.538Z Compiling toml v0.8.13
15522024-07-03T17:48:06.689Z Compiling sha1 v0.10.6
15532024-07-03T17:48:07.198Z Compiling colored v2.1.0
15542024-07-03T17:48:07.506Z Compiling crossbeam-deque v0.8.5
15552024-07-03T17:48:07.888Z Compiling newtype-uuid v1.1.0
15562024-07-03T17:48:08.222Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
15572024-07-03T17:48:08.497Z Compiling serde_path_to_error v0.1.16
15582024-07-03T17:48:08.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15592024-07-03T17:48:09.540Z Compiling socket2 v0.4.10
15602024-07-03T17:48:09.624Z Compiling hostname v0.4.0
15612024-07-03T17:48:09.900Z Compiling instant v0.1.12
15622024-07-03T17:48:10.058Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15632024-07-03T17:48:10.263Z Compiling debug-ignore v1.0.5
15642024-07-03T17:48:10.388Z Compiling parse-display v0.9.0
15652024-07-03T17:48:10.451Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15662024-07-03T17:48:12.307Z Compiling backoff v0.4.0
15672024-07-03T17:48:12.659Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15682024-07-03T17:48:12.874Z Compiling serde_with v3.8.1
15692024-07-03T17:48:13.404Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15702024-07-03T17:48:13.901Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15712024-07-03T17:48:14.862Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15722024-07-03T17:48:15.281Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
15732024-07-03T17:48:15.566Z Compiling camino-tempfile v1.1.1
15742024-07-03T17:48:16.474Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15752024-07-03T17:48:16.977Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15762024-07-03T17:48:17.162Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15772024-07-03T17:48:17.376Z Compiling macaddr v1.0.1
15782024-07-03T17:48:17.393Z Compiling num-derive v0.4.2
15792024-07-03T17:48:18.014Z Compiling sigpipe v0.1.3
15802024-07-03T17:48:18.153Z Compiling libefi-sys v0.1.0
15812024-07-03T17:48:18.460Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15822024-07-03T17:48:19.009Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15832024-07-03T17:48:19.784Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15842024-07-03T17:48:19.855Z Compiling rayon v1.10.0
15852024-07-03T17:48:20.704Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15862024-07-03T17:48:20.952Z Compiling smf v0.2.3
15872024-07-03T17:48:21.413Z Compiling bitfield-struct v0.6.1
15882024-07-03T17:48:22.327Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15892024-07-03T17:48:22.674Z Compiling blake3 v1.5.1
15902024-07-03T17:48:22.751Z Compiling ring v0.16.20
15912024-07-03T17:48:23.213Z Compiling portable-atomic v1.6.0
15922024-07-03T17:48:23.967Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15932024-07-03T17:48:24.666Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15942024-07-03T17:48:24.712Z Compiling xattr v1.3.1
15952024-07-03T17:48:24.797Z Compiling memmap2 v0.9.4
15962024-07-03T17:48:25.019Z Compiling filetime v0.2.23
15972024-07-03T17:48:25.386Z Compiling arrayref v0.3.7
15982024-07-03T17:48:25.417Z Compiling untrusted v0.7.1
15992024-07-03T17:48:25.490Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16002024-07-03T17:48:25.585Z Compiling same-file v1.0.6
16012024-07-03T17:48:25.613Z Compiling constant_time_eq v0.3.0
16022024-07-03T17:48:25.705Z Compiling arrayvec v0.7.4
16032024-07-03T17:48:25.777Z Compiling spin v0.5.2
16042024-07-03T17:48:25.830Z Compiling walkdir v2.5.0
16052024-07-03T17:48:25.844Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16062024-07-03T17:48:26.015Z Compiling tar v0.4.40
16072024-07-03T17:48:27.438Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16082024-07-03T17:48:27.484Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16092024-07-03T17:48:30.016Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16102024-07-03T17:48:30.889Z Compiling cargo-platform v0.1.8
16112024-07-03T17:48:31.380Z Compiling gethostname v0.4.3
16122024-07-03T17:48:31.663Z Compiling topological-sort v0.2.2
16132024-07-03T17:48:31.943Z Compiling number_prefix v0.4.0
16142024-07-03T17:48:32.021Z Compiling omicron-zone-package v0.11.0
16152024-07-03T17:48:32.179Z Compiling indicatif v0.17.8
16162024-07-03T17:48:32.387Z Compiling cargo_metadata v0.18.1
16172024-07-03T17:48:38.494Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16182024-07-03T17:48:41.657Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16192024-07-03T17:48:42.250Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16202024-07-03T17:48:46.484Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16212024-07-03T17:49:03.756Z Finished `release` profile [optimized] target(s) in 4m 32s
16222024-07-03T17:49:03.873Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16232024-07-03T17:49:03.915ZLogging to: /work/oxidecomputer/omicron/out/LOG
16242024-07-03T17:49:03.918ZCreated new build target 'test' and set it as active
16252024-07-03T17:49:03.918Z
16262024-07-03T17:49:03.918Zreal 4:32.435631784
16272024-07-03T17:49:03.918Zuser 30:31.804773639
16282024-07-03T17:49:03.919Zsys 3:56.274894495
16292024-07-03T17:49:03.919Ztrap 0.901724881
16302024-07-03T17:49:03.919Ztflt 2.559255580
16312024-07-03T17:49:03.919Zdflt 2.052760275
16322024-07-03T17:49:03.919Zkflt 0.002048713
16332024-07-03T17:49:03.919Zlock 1:04:02.220808555
16342024-07-03T17:49:03.919Zslp 1:25:48.053023965
16352024-07-03T17:49:03.919Zlat 1:59.844822518
16362024-07-03T17:49:03.919Zstop 3:07.058704782
16372024-07-03T17:49:03.919Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16382024-07-03T17:49:04.757Z Finished `release` profile [optimized] target(s) in 0.79s
16392024-07-03T17:49:04.795Z Running `target/release/omicron-package -t test package`
16402024-07-03T17:49:04.829ZLogging to: /work/oxidecomputer/omicron/out/LOG
16412024-07-03T17:49:05.820Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16422024-07-03T17:49:05.919Z Compiling humantime v2.1.0
16432024-07-03T17:49:05.922Z Compiling newline-converter v0.3.0
16442024-07-03T17:49:05.926Z Compiling derive-where v1.2.7
16452024-07-03T17:49:05.929Z Compiling dirs-sys-next v0.1.2
16462024-07-03T17:49:05.956Z Compiling prettyplease v0.2.20
16472024-07-03T17:49:05.959Z Compiling convert_case v0.4.0
16482024-07-03T17:49:05.976Z Compiling camino v1.1.7
16492024-07-03T17:49:06.064Z Compiling expectorate v1.1.0
16502024-07-03T17:49:06.149Z Compiling dirs-next v2.0.0
16512024-07-03T17:49:06.211Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16522024-07-03T17:49:06.226Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16532024-07-03T17:49:06.309Z Compiling term v0.7.0
16542024-07-03T17:49:06.427Z Compiling password-hash v0.5.0
16552024-07-03T17:49:06.729Z Compiling blake2 v0.10.6
16562024-07-03T17:49:06.758Z Compiling derive_more v0.99.17
16572024-07-03T17:49:06.935Z Compiling is-terminal v0.4.12
16582024-07-03T17:49:07.064Z Compiling toml v0.8.13
16592024-07-03T17:49:07.608Z Compiling argon2 v0.5.3
16602024-07-03T17:49:07.958Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16612024-07-03T17:49:08.379Z Compiling semver v0.1.20
16622024-07-03T17:49:08.662Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16632024-07-03T17:49:08.721Z Compiling rustc_version v0.1.7
16642024-07-03T17:49:08.873Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16652024-07-03T17:49:08.982Z Compiling linked-hash-map v0.5.6
16662024-07-03T17:49:09.110Z Compiling rustls-pki-types v1.7.0
16672024-07-03T17:49:09.142Z Compiling newtype_derive v0.1.6
16682024-07-03T17:49:09.360Z Compiling lru-cache v0.1.2
16692024-07-03T17:49:09.570Z Compiling rustls-webpki v0.102.4
16702024-07-03T17:49:09.609Z Compiling rustls v0.22.4
16712024-07-03T17:49:09.640Z Compiling thread_local v1.1.8
16722024-07-03T17:49:09.881Z Compiling match_cfg v0.1.0
16732024-07-03T17:49:09.981Z Compiling home v0.5.9
16742024-07-03T17:49:10.089Z Compiling hostname v0.3.1
16752024-07-03T17:49:10.161Z Compiling steno v0.4.1
16762024-07-03T17:49:10.228Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16772024-07-03T17:49:10.308Z Compiling multer v3.1.0
16782024-07-03T17:49:10.373Z Compiling slog-async v2.8.0
16792024-07-03T17:49:11.426Z Compiling slog-json v2.6.1
16802024-07-03T17:49:11.810Z Compiling crossbeam-channel v0.5.12
16812024-07-03T17:49:12.244Z Compiling http v1.1.0
16822024-07-03T17:49:12.758Z Compiling slog-dtrace v0.3.0
16832024-07-03T17:49:12.879Z Compiling base64 v0.22.1
16842024-07-03T17:49:13.052Z Compiling take_mut v0.2.2
16852024-07-03T17:49:13.214Z Compiling atomic-waker v1.1.2
16862024-07-03T17:49:13.392Z Compiling termcolor v1.4.1
16872024-07-03T17:49:13.564Z Compiling rustls-pemfile v2.1.2
16882024-07-03T17:49:14.129Z Compiling waitgroup v0.1.2
16892024-07-03T17:49:14.559Z Compiling slog-bunyan v2.5.0
16902024-07-03T17:49:14.581Z Compiling slog-term v2.9.1
16912024-07-03T17:49:15.750Z Compiling tokio-rustls v0.25.0
16922024-07-03T17:49:15.753Z Compiling async-stream v0.3.5
16932024-07-03T17:49:15.753Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
16942024-07-03T17:49:15.753Z Compiling sha1 v0.10.6
16952024-07-03T17:49:15.753Z Compiling newtype-uuid v1.1.0
16962024-07-03T17:49:15.753Z Compiling serde_path_to_error v0.1.16
16972024-07-03T17:49:15.753Z Compiling hostname v0.4.0
16982024-07-03T17:49:15.753Z Compiling instant v0.1.12
16992024-07-03T17:49:15.753Z Compiling debug-ignore v1.0.5
17002024-07-03T17:49:15.795Z Compiling backoff v0.4.0
17012024-07-03T17:49:15.798Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17022024-07-03T17:49:16.140Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
17032024-07-03T17:49:16.219Z Compiling parse-display v0.9.0
17042024-07-03T17:49:16.765Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17052024-07-03T17:49:16.942Z Compiling serde_with v3.8.1
17062024-07-03T17:49:17.399Z Compiling strum v0.26.2
17072024-07-03T17:49:17.578Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17082024-07-03T17:49:18.650Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17092024-07-03T17:49:19.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17102024-07-03T17:49:19.485Z Compiling num-rational v0.4.2
17112024-07-03T17:49:19.541Z Compiling num-complex v0.4.6
17122024-07-03T17:49:20.592Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17132024-07-03T17:49:20.758Z Compiling macaddr v1.0.1
17142024-07-03T17:49:21.063Z Compiling quick-error v1.2.3
17152024-07-03T17:49:21.138Z Compiling num v0.4.3
17162024-07-03T17:49:21.190Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17172024-07-03T17:49:21.218Z Compiling resolv-conf v0.7.0
17182024-07-03T17:49:23.540Z Compiling utf-8 v0.7.6
17192024-07-03T17:49:23.734Z Compiling radium v0.7.0
17202024-07-03T17:49:23.851Z Compiling swrite v0.1.0
17212024-07-03T17:49:23.890Z Compiling float-ord v0.3.2
17222024-07-03T17:49:24.053Z Compiling trust-dns-resolver v0.22.0
17232024-07-03T17:49:24.132Z Compiling tap v1.0.1
17242024-07-03T17:49:24.304Z Compiling maybe-uninit v2.0.0
17252024-07-03T17:49:24.335Z Compiling wyz v0.5.1
17262024-07-03T17:49:24.824Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17272024-07-03T17:49:25.387Z Compiling bzip2-sys v0.1.11+1.0.8
17282024-07-03T17:49:25.822Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17292024-07-03T17:49:30.739Z Compiling display-error-chain v0.2.0
17302024-07-03T17:49:30.929Z Compiling packed_struct v0.10.1
17312024-07-03T17:49:31.347Z Compiling funty v2.0.0
17322024-07-03T17:49:33.917Z Compiling num-bigint-dig v0.8.4
17332024-07-03T17:49:34.194Z Compiling crc-catalog v2.4.0
17342024-07-03T17:49:34.351Z Compiling crc v3.2.1
17352024-07-03T17:49:36.373Z Compiling bitvec v1.0.1
17362024-07-03T17:49:40.959Z Compiling packed_struct_codegen v0.10.1
17372024-07-03T17:49:41.553Z Compiling indexmap v1.9.3
17382024-07-03T17:49:41.845Z Compiling glob v0.3.1
17392024-07-03T17:49:42.683Z Compiling nodrop v0.1.14
17402024-07-03T17:49:42.818Z Compiling crunchy v0.2.2
17412024-07-03T17:49:43.299Z Compiling array-init v0.0.4
17422024-07-03T17:49:44.050Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17432024-07-03T17:49:44.546Z Compiling clang-sys v1.7.0
17442024-07-03T17:49:45.438Z Compiling smallvec v0.6.14
17452024-07-03T17:49:45.935Z Compiling pkcs1 v0.7.5
17462024-07-03T17:49:47.505Z Compiling signature v2.2.0
17472024-07-03T17:49:47.814Z Compiling nibble_vec v0.1.0
17482024-07-03T17:49:47.921Z Compiling endian-type v0.1.2
17492024-07-03T17:49:48.021Z Compiling tiny-keccak v2.0.2
17502024-07-03T17:49:48.155Z Compiling cancel-safe-futures v0.1.5
17512024-07-03T17:49:48.280Z Compiling bitfield v0.14.0
17522024-07-03T17:49:48.480Z Compiling maplit v1.0.2
17532024-07-03T17:49:48.552Z Compiling hashbrown v0.12.3
17542024-07-03T17:49:48.599Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17552024-07-03T17:49:48.653Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17562024-07-03T17:49:49.133Z Compiling rsa v0.9.6
17572024-07-03T17:49:49.984Z Compiling radix_trie v0.2.1
17582024-07-03T17:49:50.896Z Compiling serde-hex v0.1.0
17592024-07-03T17:49:50.971Z Compiling bzip2 v0.4.4
17602024-07-03T17:49:51.565Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17612024-07-03T17:49:51.890Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17622024-07-03T17:49:53.103Z Compiling env_logger v0.10.2
17632024-07-03T17:49:54.733Z Compiling x509-cert v0.2.5
17642024-07-03T17:49:55.655Z Compiling ron v0.8.1
17652024-07-03T17:49:56.157Z Compiling hashbrown v0.13.2
17662024-07-03T17:49:56.271Z Compiling crc-any v2.5.0
17672024-07-03T17:49:57.460Z Compiling object v0.30.4
17682024-07-03T17:49:57.693Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17692024-07-03T17:49:59.424Z Compiling zip v0.6.6
17702024-07-03T17:50:01.886Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17712024-07-03T17:50:03.042Z Compiling rayon-core v1.12.1
17722024-07-03T17:50:03.068Z Compiling ascii-canvas v3.0.0
17732024-07-03T17:50:03.597Z Compiling crossbeam-deque v0.8.5
17742024-07-03T17:50:03.937Z Compiling ena v0.14.3
17752024-07-03T17:50:04.362Z Compiling libloading v0.8.3
17762024-07-03T17:50:04.763Z Compiling half v2.4.1
17772024-07-03T17:50:05.491Z Compiling regex-syntax v0.6.29
17782024-07-03T17:50:06.870Z Compiling path-slash v0.1.5
17792024-07-03T17:50:07.031Z Compiling same-file v1.0.6
17802024-07-03T17:50:07.100Z Compiling arc-swap v1.7.1
17812024-07-03T17:50:07.239Z Compiling diff v0.1.13
17822024-07-03T17:50:07.779Z Compiling ciborium-io v0.2.2
17832024-07-03T17:50:07.844Z Compiling fastrand v2.1.0
17842024-07-03T17:50:07.908Z Compiling bindgen v0.69.4
17852024-07-03T17:50:08.319Z Compiling tempfile v3.10.1
17862024-07-03T17:50:08.368Z Compiling ciborium-ll v0.2.2
17872024-07-03T17:50:08.825Z Compiling lalrpop v0.19.12
17882024-07-03T17:50:09.087Z Compiling slog-scope v4.4.0
17892024-07-03T17:50:10.000Z Compiling walkdir v2.5.0
17902024-07-03T17:50:10.696Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17912024-07-03T17:50:12.500Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17922024-07-03T17:50:13.005Z Compiling which v4.4.2
17932024-07-03T17:50:13.524Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17942024-07-03T17:50:13.664Z Compiling cexpr v0.6.0
17952024-07-03T17:50:13.735Z Compiling fxhash v0.2.1
17962024-07-03T17:50:13.956Z Compiling shlex v1.3.0
17972024-07-03T17:50:14.348Z Compiling ref-cast v1.0.23
17982024-07-03T17:50:14.812Z Compiling rustc-hash v1.1.0
17992024-07-03T17:50:14.964Z Compiling lazycell v1.3.0
18002024-07-03T17:50:15.312Z Compiling ring v0.16.20
18012024-07-03T17:50:18.008Z Compiling blake3 v1.5.1
18022024-07-03T17:50:18.389Z Compiling rayon v1.10.0
18032024-07-03T17:50:19.968Z Compiling slog-stdlog v4.1.1
18042024-07-03T17:50:20.893Z Compiling ciborium v0.2.2
18052024-07-03T17:50:21.975Z Compiling tungstenite v0.21.0
18062024-07-03T17:50:23.146Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18072024-07-03T17:50:23.270Z Compiling derive_builder_core v0.20.0
18082024-07-03T17:50:23.421Z Compiling headers-core v0.2.0
18092024-07-03T17:50:23.577Z Compiling xattr v1.3.1
18102024-07-03T17:50:23.850Z Compiling libxml v0.3.3
18112024-07-03T17:50:24.195Z Compiling ref-cast-impl v1.0.23
18122024-07-03T17:50:25.392Z Compiling memmap2 v0.9.4
18132024-07-03T17:50:25.593Z Compiling filetime v0.2.23
18142024-07-03T17:50:25.797Z Compiling atty v0.2.14
18152024-07-03T17:50:25.908Z Compiling constant_time_eq v0.3.0
18162024-07-03T17:50:25.946Z Compiling arrayref v0.3.7
18172024-07-03T17:50:26.045Z Compiling untrusted v0.7.1
18182024-07-03T17:50:26.059Z Compiling spin v0.5.2
18192024-07-03T17:50:26.243Z Compiling arrayvec v0.7.4
18202024-07-03T17:50:26.709Z Compiling tar v0.4.40
18212024-07-03T17:50:27.255Z Compiling derive_builder_macro v0.20.0
18222024-07-03T17:50:28.176Z Compiling headers v0.3.9
18232024-07-03T17:50:28.245Z Compiling tokio-tungstenite v0.21.0
18242024-07-03T17:50:28.617Z Compiling slog-envlogger v2.2.0
18252024-07-03T17:50:28.802Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18262024-07-03T17:50:29.247Z Compiling samael v0.0.15
18272024-07-03T17:50:29.682Z Compiling toolchain_find v0.4.0
18282024-07-03T17:50:30.304Z Compiling camino-tempfile v1.1.1
18292024-07-03T17:50:30.617Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18302024-07-03T17:50:30.721Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18312024-07-03T17:50:30.881Z Compiling pem v3.0.4
18322024-07-03T17:50:30.907Z Compiling libsw v3.3.1
18332024-07-03T17:50:31.102Z Compiling strum_macros v0.24.3
18342024-07-03T17:50:31.220Z Compiling async-recursion v1.1.1
18352024-07-03T17:50:31.536Z Compiling cookie v0.18.1
18362024-07-03T17:50:31.827Z Compiling indoc v1.0.9
18372024-07-03T17:50:32.069Z Compiling linear-map v1.2.0
18382024-07-03T17:50:32.180Z Compiling topological-sort v0.2.2
18392024-07-03T17:50:32.396Z Compiling owo-colors v4.0.0
18402024-07-03T17:50:32.476Z Compiling omicron-zone-package v0.11.0
18412024-07-03T17:50:32.766Z Compiling rustfmt-wrapper v0.2.1
18422024-07-03T17:50:34.601Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18432024-07-03T17:50:35.080Z Compiling derive_builder v0.20.0
18442024-07-03T17:50:35.276Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18452024-07-03T17:50:35.886Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18462024-07-03T17:50:35.927Z Compiling polar-core v0.27.3
18472024-07-03T17:50:36.153Z Compiling quick-xml v0.31.0
18482024-07-03T17:50:37.444Z Compiling impl-trait-for-tuples v0.2.2
18492024-07-03T17:50:38.020Z Compiling oso-derive v0.27.3
18502024-07-03T17:50:38.559Z Compiling vte_generate_state_changes v0.1.1
18512024-07-03T17:50:39.026Z Compiling unicase v2.7.0
18522024-07-03T17:50:39.172Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18532024-07-03T17:50:39.328Z Compiling buf-list v1.0.3
18542024-07-03T17:50:39.469Z Compiling cfg_aliases v0.1.1
18552024-07-03T17:50:39.580Z Compiling nix v0.28.0
18562024-07-03T17:50:40.055Z Compiling vte v0.11.1
18572024-07-03T17:50:40.436Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18582024-07-03T17:50:42.325Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18592024-07-03T17:50:43.934Z Compiling tungstenite v0.20.1
18602024-07-03T17:50:44.295Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18612024-07-03T17:50:44.584Z Compiling fd-lock v4.0.2
18622024-07-03T17:50:44.808Z Compiling bb8 v0.8.3
18632024-07-03T17:50:45.380Z Compiling const_format_proc_macros v0.2.32
18642024-07-03T17:50:47.240Z Compiling pin-project-internal v1.1.5
18652024-07-03T17:50:47.479Z Compiling memoffset v0.9.1
18662024-07-03T17:50:47.801Z Compiling bytecount v0.6.8
18672024-07-03T17:50:48.127Z Compiling parking_lot_core v0.8.6
18682024-07-03T17:50:48.602Z Compiling papergrid v0.11.0
18692024-07-03T17:50:49.620Z Compiling const_format v0.2.32
18702024-07-03T17:50:50.279Z Compiling pin-project v1.1.5
18712024-07-03T17:50:50.424Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18722024-07-03T17:50:50.919Z Compiling tokio-tungstenite v0.20.1
18732024-07-03T17:50:51.151Z Compiling strip-ansi-escapes v0.2.0
18742024-07-03T17:50:51.972Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18752024-07-03T17:50:52.843Z Compiling tabled_derive v0.7.0
18762024-07-03T17:50:53.607Z Compiling snafu-derive v0.8.2
18772024-07-03T17:50:55.379Z Compiling nu-ansi-term v0.50.0
18782024-07-03T17:50:56.764Z Compiling reedline v0.31.0
18792024-07-03T17:50:58.130Z Compiling tabled v0.15.0
18802024-07-03T17:50:59.244Z Compiling snafu v0.8.2
18812024-07-03T17:51:01.510Z Compiling oso v0.27.3
18822024-07-03T17:51:21.273Z Compiling env_logger v0.9.3
18832024-07-03T17:51:21.710Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18842024-07-03T17:51:25.969Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18852024-07-03T17:51:26.466Z Compiling globset v0.4.14
18862024-07-03T17:51:26.795Z Compiling olpc-cjson v0.1.3
18872024-07-03T17:51:27.148Z Compiling peg-macros v0.8.3
18882024-07-03T17:51:30.306Z Compiling bitstruct_derive v0.1.0
18892024-07-03T17:51:30.518Z Compiling serde_plain v1.0.2
18902024-07-03T17:51:30.651Z Compiling sqlparser_derive v0.2.2
18912024-07-03T17:51:31.061Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18922024-07-03T17:51:31.204Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
18932024-07-03T17:51:31.481Z Compiling typed-path v0.7.1
18942024-07-03T17:51:31.564Z Compiling salty v0.2.0
18952024-07-03T17:51:31.712Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
18962024-07-03T17:51:31.971Z Compiling signature v1.6.4
18972024-07-03T17:51:32.020Z Compiling ascii v1.1.0
18982024-07-03T17:51:32.452Z Compiling unicode_categories v0.1.1
18992024-07-03T17:51:32.811Z Compiling sqlformat v0.2.3
19002024-07-03T17:51:32.814Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19012024-07-03T17:51:32.970Z Compiling rustyline v14.0.0
19022024-07-03T17:51:34.433Z Compiling tough v0.17.1
19032024-07-03T17:51:35.360Z Compiling ed25519 v1.5.3
19042024-07-03T17:51:35.728Z Compiling sqlparser v0.45.0
19052024-07-03T17:51:38.487Z Compiling bitstruct v0.1.1
19062024-07-03T17:51:38.699Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19072024-07-03T17:51:38.999Z Compiling peg v0.8.3
19082024-07-03T17:51:39.124Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19092024-07-03T17:51:39.650Z Compiling parking_lot v0.11.2
19102024-07-03T17:51:39.689Z Compiling nix v0.27.1
19112024-07-03T17:51:41.857Z Compiling trust-dns-client v0.22.0
19122024-07-03T17:51:42.865Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19132024-07-03T17:51:43.193Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19142024-07-03T17:51:44.527Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-07-03T17:51:45.641Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-07-03T17:51:45.772Z Compiling curve25519-dalek v4.1.3
19172024-07-03T17:51:46.205Z Compiling kstat-rs v0.2.4
19182024-07-03T17:51:47.172Z Compiling bcs v0.1.6
19192024-07-03T17:51:47.853Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19202024-07-03T17:51:48.074Z Compiling erased-serde v0.3.31
19212024-07-03T17:51:48.417Z Compiling toml v0.5.11
19222024-07-03T17:51:48.728Z Compiling serde_arrays v0.1.0
19232024-07-03T17:51:48.932Z Compiling serde-big-array v0.5.1
19242024-07-03T17:51:49.205Z Compiling highway v1.1.0
19252024-07-03T17:51:49.815Z Compiling keccak v0.1.5
19262024-07-03T17:51:50.859Z Compiling parse-size v1.0.0
19272024-07-03T17:51:52.170Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19282024-07-03T17:51:53.205Z Compiling trust-dns-server v0.22.1
19292024-07-03T17:52:13.032Z Compiling sha3 v0.10.8
19302024-07-03T17:52:13.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19312024-07-03T17:52:13.999Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19322024-07-03T17:52:23.447Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19332024-07-03T17:52:23.968Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19342024-07-03T17:52:26.291Z Compiling sled v0.34.7
19352024-07-03T17:52:35.742Z Compiling mime_guess v2.0.4
19362024-07-03T17:52:39.192Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19372024-07-03T17:52:41.347Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19382024-07-03T17:52:41.813Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
19392024-07-03T17:52:43.462Z Compiling signal-hook-tokio v0.3.1
19402024-07-03T17:52:43.698Z Compiling universal-hash v0.5.1
19412024-07-03T17:52:43.925Z Compiling heck v0.3.3
19422024-07-03T17:52:44.352Z Compiling secrecy v0.8.0
19432024-07-03T17:52:44.643Z Compiling castaway v0.2.2
19442024-07-03T17:52:44.853Z Compiling rand_seeder v0.2.3
19452024-07-03T17:52:45.305Z Compiling thiserror-impl-no-std v2.0.2
19462024-07-03T17:52:48.309Z Compiling serde-big-array v0.4.1
19472024-07-03T17:52:48.544Z Compiling nanorand v0.7.0
19482024-07-03T17:52:49.401Z Compiling curve25519-dalek-derive v0.1.1
19492024-07-03T17:52:50.948Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19502024-07-03T17:52:51.244Z Compiling opaque-debug v0.3.1
19512024-07-03T17:52:51.362Z Compiling poly1305 v0.8.0
19522024-07-03T17:53:01.063Z Compiling flume v0.11.0
19532024-07-03T17:53:01.603Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19542024-07-03T17:53:01.819Z Compiling thiserror-no-std v2.0.2
19552024-07-03T17:53:01.954Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19562024-07-03T17:53:02.186Z Compiling compact_str v0.7.1
19572024-07-03T17:53:02.847Z Compiling zone_cfg_derive v0.1.2
19582024-07-03T17:53:03.154Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19592024-07-03T17:53:03.264Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19602024-07-03T17:53:04.361Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19612024-07-03T17:53:04.463Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19622024-07-03T17:53:05.129Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19632024-07-03T17:53:11.643Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19642024-07-03T17:53:13.560Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19652024-07-03T17:53:26.669Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19662024-07-03T17:53:26.942Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19672024-07-03T17:53:27.227Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19682024-07-03T17:53:27.497Z Compiling chacha20 v0.9.1
19692024-07-03T17:53:27.895Z Compiling aead v0.5.2
19702024-07-03T17:53:27.960Z Compiling lru v0.12.3
19712024-07-03T17:53:28.244Z Compiling stability v0.2.0
19722024-07-03T17:53:28.325Z Compiling base64 v0.13.1
19732024-07-03T17:53:29.101Z Compiling cassowary v0.3.0
19742024-07-03T17:53:29.210Z Compiling indoc v2.0.5
19752024-07-03T17:53:30.182Z Compiling corncobs v0.1.3
19762024-07-03T17:53:30.558Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19772024-07-03T17:53:31.152Z Compiling ratatui v0.26.2
19782024-07-03T17:53:31.272Z Compiling ron v0.7.1
19792024-07-03T17:53:32.958Z Compiling chacha20poly1305 v0.10.1
19802024-07-03T17:53:33.270Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19812024-07-03T17:53:34.657Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19822024-07-03T17:53:36.743Z Compiling zone v0.1.8
19832024-07-03T17:53:36.884Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19842024-07-03T17:53:40.030Z Compiling vsss-rs v3.3.4
19852024-07-03T17:53:45.403Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19862024-07-03T17:53:46.143Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19872024-07-03T17:53:47.652Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19882024-07-03T17:53:47.691Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19892024-07-03T17:53:49.273Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19902024-07-03T17:53:49.593Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19912024-07-03T17:53:50.562Z Compiling portpicker v0.1.1
19922024-07-03T17:53:51.064Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19932024-07-03T17:53:53.280Z Compiling csv-core v0.1.11
19942024-07-03T17:53:54.154Z Compiling http-range v0.1.5
19952024-07-03T17:53:54.723Z Compiling unicode-linebreak v0.1.5
19962024-07-03T17:53:54.803Z Compiling smawk v0.3.2
19972024-07-03T17:53:55.040Z Compiling hyper-staticfile v0.9.5
19982024-07-03T17:53:55.227Z Compiling textwrap v0.16.1
19992024-07-03T17:53:55.247Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20002024-07-03T17:53:56.078Z Compiling csv v1.3.0
20012024-07-03T17:53:58.080Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20022024-07-03T17:53:58.217Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20032024-07-03T17:54:05.747Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20042024-07-03T17:54:06.543Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20052024-07-03T17:54:07.165Z Compiling rcgen v0.12.1
20062024-07-03T17:54:09.818Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20072024-07-03T17:54:10.324Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20082024-07-03T17:54:10.600Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20092024-07-03T17:54:17.474Z Compiling atomicwrites v0.4.3
20102024-07-03T17:54:17.536Z Compiling fatfs v0.3.6
20112024-07-03T17:54:18.013Z Compiling rtoolbox v0.0.2
20122024-07-03T17:54:18.449Z Compiling subprocess v0.2.9
20132024-07-03T17:54:18.743Z Compiling is_ci v1.2.0
20142024-07-03T17:54:19.024Z Compiling assert_matches v1.5.0
20152024-07-03T17:54:19.131Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20162024-07-03T17:54:20.388Z Compiling supports-color v3.0.0
20172024-07-03T17:54:21.025Z Compiling rpassword v7.3.1
20182024-07-03T17:54:21.502Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20192024-07-03T17:54:23.532Z Compiling tui-tree-widget v0.19.0
20202024-07-03T17:54:23.974Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20212024-07-03T17:54:24.001Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20222024-07-03T17:54:26.506Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20232024-07-03T17:54:26.787Z Compiling shell-words v1.1.0
20242024-07-03T17:54:27.228Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20252024-07-03T17:54:31.433Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20262024-07-03T17:54:57.302Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20272024-07-03T17:55:07.243Z Compiling uzers v0.11.3
20282024-07-03T17:55:10.145Z Compiling multimap v0.10.0
20292024-07-03T17:55:51.274Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20302024-07-03T17:57:20.456Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20312024-07-03T17:57:29.059Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20322024-07-03T18:03:46.425Z Finished `release` profile [optimized] target(s) in 14m 41s
20332024-07-03T18:04:34.001Z
20342024-07-03T18:04:34.004Zreal 15:29.983156602
20352024-07-03T18:04:34.005Zuser 1:47:11.816945061
20362024-07-03T18:04:34.005Zsys 5:59.773102357
20372024-07-03T18:04:34.005Ztrap 2.578901998
20382024-07-03T18:04:34.005Ztflt 2.145390577
20392024-07-03T18:04:34.005Zdflt 3.514560748
20402024-07-03T18:04:34.005Zkflt 0.001953502
20412024-07-03T18:04:34.005Zlock 6:35:22.551799740
20422024-07-03T18:04:34.005Zslp 4:09:57.143973578
20432024-07-03T18:04:34.005Zlat 2:32.601491856
20442024-07-03T18:04:34.005Zstop 1:45.692894018
20452024-07-03T18:04:34.005Z+ mapfile -t packages
20462024-07-03T18:04:34.005Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20472024-07-03T18:04:34.857Z Finished `release` profile [optimized] target(s) in 0.80s
20482024-07-03T18:04:34.897Z Running `target/release/omicron-package -t test list-outputs`
20492024-07-03T18:04:34.936ZLogging to: /work/oxidecomputer/omicron/out/LOG
20502024-07-03T18:04:34.939Z+ ptime -m cargo build --locked --release -p xtask
20512024-07-03T18:04:35.533Z Compiling serde v1.0.203
20522024-07-03T18:04:35.536Z Compiling bitflags v2.5.0
20532024-07-03T18:04:35.536Z Compiling syn v2.0.68
20542024-07-03T18:04:35.633Z Compiling scopeguard v1.2.0
20552024-07-03T18:04:35.636Z Compiling bytes v1.6.0
20562024-07-03T18:04:35.636Z Compiling smallvec v1.13.2
20572024-07-03T18:04:35.655Z Compiling log v0.4.21
20582024-07-03T18:04:35.774Z Compiling lock_api v0.4.12
20592024-07-03T18:04:36.127Z Compiling parking_lot_core v0.9.10
20602024-07-03T18:04:36.140Z Compiling serde_json v1.0.118
20612024-07-03T18:04:36.155Z Compiling hashbrown v0.14.5
20622024-07-03T18:04:36.169Z Compiling mio v0.8.11
20632024-07-03T18:04:36.267Z Compiling libc v0.2.155
20642024-07-03T18:04:36.486Z Compiling parking_lot v0.12.2
20652024-07-03T18:04:36.525Z Compiling generic-array v0.14.7
20662024-07-03T18:04:36.814Z Compiling slog v2.7.0
20672024-07-03T18:04:37.089Z Compiling http v0.2.12
20682024-07-03T18:04:37.330Z Compiling rustix v0.38.34
20692024-07-03T18:04:37.446Z Compiling usdt-impl v0.5.0
20702024-07-03T18:04:37.697Z Compiling indexmap v2.2.6
20712024-07-03T18:04:37.708Z Compiling syn v1.0.109
20722024-07-03T18:04:37.784Z Compiling time-macros v0.2.18
20732024-07-03T18:04:38.291Z Compiling thread-id v4.2.1
20742024-07-03T18:04:38.317Z Compiling tracing v0.1.40
20752024-07-03T18:04:39.052Z Compiling crossbeam-utils v0.8.19
20762024-07-03T18:04:39.252Z Compiling http-body v0.4.6
20772024-07-03T18:04:39.744Z Compiling unicode-normalization v0.1.23
20782024-07-03T18:04:39.759Z Compiling unicode-bidi v0.3.15
20792024-07-03T18:04:39.839Z Compiling block-buffer v0.10.4
20802024-07-03T18:04:40.086Z Compiling crypto-common v0.1.6
20812024-07-03T18:04:41.000Z Compiling time v0.3.36
20822024-07-03T18:04:41.020Z Compiling idna v0.5.0
20832024-07-03T18:04:41.853Z Compiling terminal_size v0.3.0
20842024-07-03T18:04:42.083Z Compiling fs-err v2.11.0
20852024-07-03T18:04:42.381Z Compiling anyhow v1.0.86
20862024-07-03T18:04:42.750Z Compiling proc-macro-error v1.0.4
20872024-07-03T18:04:42.907Z Compiling clap_builder v4.5.2
20882024-07-03T18:04:43.564Z Compiling crossbeam-channel v0.5.12
20892024-07-03T18:04:43.875Z Compiling url v2.5.0
20902024-07-03T18:04:44.367Z Compiling digest v0.10.7
20912024-07-03T18:04:44.798Z Compiling xattr v1.3.1
20922024-07-03T18:04:45.147Z Compiling sha2 v0.10.8
20932024-07-03T18:04:45.337Z Compiling slog-async v2.8.0
20942024-07-03T18:04:45.731Z Compiling tabled_derive v0.7.0
20952024-07-03T18:04:47.477Z Compiling serde_derive v1.0.203
20962024-07-03T18:04:47.873Z Compiling thiserror-impl v1.0.60
20972024-07-03T18:04:48.131Z Compiling zerocopy-derive v0.7.34
20982024-07-03T18:04:48.466Z Compiling tokio-macros v2.2.0
20992024-07-03T18:04:49.487Z Compiling futures-macro v0.3.30
21002024-07-03T18:04:50.079Z Compiling tokio v1.37.0
21012024-07-03T18:04:50.193Z Compiling zerocopy v0.7.34
21022024-07-03T18:04:50.222Z Compiling scroll_derive v0.12.0
21032024-07-03T18:04:50.751Z Compiling thiserror v1.0.60
21042024-07-03T18:04:50.906Z Compiling pest v2.7.10
21052024-07-03T18:04:51.511Z Compiling futures-util v0.3.30
21062024-07-03T18:04:51.758Z Compiling openssl-macros v0.1.1
21072024-07-03T18:04:51.802Z Compiling scroll v0.12.0
21082024-07-03T18:04:52.465Z Compiling goblin v0.8.2
21092024-07-03T18:04:52.480Z Compiling openssl v0.10.64
21102024-07-03T18:04:53.727Z Compiling pest_meta v2.7.10
21112024-07-03T18:04:58.164Z Compiling pest_generator v2.7.10
21122024-07-03T18:05:00.020Z Compiling pest_derive v2.7.10
21132024-07-03T18:05:00.807Z Compiling dtrace-parser v0.2.0
21142024-07-03T18:05:02.678Z Compiling tokio-util v0.7.11
21152024-07-03T18:05:05.145Z Compiling serde_tokenstream v0.2.0
21162024-07-03T18:05:05.679Z Compiling h2 v0.3.26
21172024-07-03T18:05:07.530Z Compiling dof v0.3.0
21182024-07-03T18:05:08.647Z Compiling serde_spanned v0.6.6
21192024-07-03T18:05:08.727Z Compiling toml_datetime v0.6.6
21202024-07-03T18:05:08.855Z Compiling native-tls v0.2.11
21212024-07-03T18:05:09.969Z Compiling tokio-native-tls v0.3.1
21222024-07-03T18:05:09.983Z Compiling toml_edit v0.22.13
21232024-07-03T18:05:10.284Z Compiling usdt-attr-macro v0.5.0
21242024-07-03T18:05:12.558Z Compiling hyper v0.14.28
21252024-07-03T18:05:16.445Z Compiling toml v0.8.13
21262024-07-03T18:05:17.009Z Compiling hyper-tls v0.5.0
21272024-07-03T18:05:17.422Z Compiling usdt-macro v0.5.0
21282024-07-03T18:05:17.545Z Compiling slog-json v2.6.1
21292024-07-03T18:05:18.079Z Compiling semver v1.0.23
21302024-07-03T18:05:18.690Z Compiling serde_urlencoded v0.7.1
21312024-07-03T18:05:19.313Z Compiling cargo-platform v0.1.8
21322024-07-03T18:05:19.658Z Compiling camino v1.1.7
21332024-07-03T18:05:20.448Z Compiling futures-executor v0.3.30
21342024-07-03T18:05:20.696Z Compiling strum_macros v0.26.2
21352024-07-03T18:05:21.033Z Compiling clap_derive v4.5.4
21362024-07-03T18:05:21.537Z Compiling futures v0.3.30
21372024-07-03T18:05:21.670Z Compiling cargo_metadata v0.18.1
21382024-07-03T18:05:23.499Z Compiling reqwest v0.11.27
21392024-07-03T18:05:25.365Z Compiling strum v0.26.2
21402024-07-03T18:05:25.392Z Compiling usdt v0.5.0
21412024-07-03T18:05:25.553Z Compiling slog-bunyan v2.5.0
21422024-07-03T18:05:25.826Z Compiling clap v4.5.4
21432024-07-03T18:05:25.841Z Compiling cargo_toml v0.20.3
21442024-07-03T18:05:25.958Z Compiling macaddr v1.0.1
21452024-07-03T18:05:26.303Z Compiling tabled v0.15.0
21462024-07-03T18:05:26.600Z Compiling slog-term v2.9.1
21472024-07-03T18:05:26.877Z Compiling tar v0.4.40
21482024-07-03T18:05:42.758Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21492024-07-03T18:05:57.232Z Finished `release` profile [optimized] target(s) in 1m 22s
21502024-07-03T18:05:57.328Z
21512024-07-03T18:05:57.328Zreal 1:22.358187056
21522024-07-03T18:05:57.328Zuser 8:57.064420647
21532024-07-03T18:05:57.328Zsys 51.627302885
21542024-07-03T18:05:57.328Ztrap 0.250001506
21552024-07-03T18:05:57.329Ztflt 0.559275921
21562024-07-03T18:05:57.329Zdflt 0.226810196
21572024-07-03T18:05:57.329Zkflt 0.000145727
21582024-07-03T18:05:57.329Zlock 20:06.463410865
21592024-07-03T18:05:57.329Zslp 22:32.362741249
21602024-07-03T18:05:57.329Zlat 24.300101304
21612024-07-03T18:05:57.329Zstop 25.604354960
21622024-07-03T18:05:57.332Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21632024-07-03T18:05:57.332Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21642024-07-03T18:05:57.332Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21652024-07-03T18:05:57.332Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21662024-07-03T18:05:57.332Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21672024-07-03T18:05:57.850Z Downloading crates ...
21682024-07-03T18:05:58.070Z Downloaded ghash v0.5.1
21692024-07-03T18:05:58.073Z Downloaded dirs-sys v0.4.1
21702024-07-03T18:05:58.073Z Downloaded password-hash v0.4.2
21712024-07-03T18:05:58.077Z Downloaded option-ext v0.2.0
21722024-07-03T18:05:58.080Z Downloaded dhcproto-macros v0.1.0
21732024-07-03T18:05:58.085Z Downloaded md5 v0.7.0
21742024-07-03T18:05:58.088Z Downloaded russh-cryptovec v0.7.2
21752024-07-03T18:05:58.092Z Downloaded rand_core v0.5.1
21762024-07-03T18:05:58.095Z Downloaded ctr v0.9.2
21772024-07-03T18:05:58.098Z Downloaded rfc6979 v0.4.0
21782024-07-03T18:05:58.098Z Downloaded pbkdf2 v0.12.2
21792024-07-03T18:05:58.098Z Downloaded internet-checksum v0.2.1
21802024-07-03T18:05:58.098Z Downloaded polyval v0.6.2
21812024-07-03T18:05:58.101Z Downloaded pbkdf2 v0.11.0
21822024-07-03T18:05:58.104Z Downloaded dirs v5.0.1
21832024-07-03T18:05:58.104Z Downloaded russh-keys v0.43.0
21842024-07-03T18:05:58.107Z Downloaded ed25519 v2.2.3
21852024-07-03T18:05:58.107Z Downloaded cbc v0.1.2
21862024-07-03T18:05:58.110Z Downloaded rand_chacha v0.2.2
21872024-07-03T18:05:58.110Z Downloaded bcrypt-pbkdf v0.10.0
21882024-07-03T18:05:58.110Z Downloaded primeorder v0.13.6
21892024-07-03T18:05:58.116Z Downloaded hex-literal v0.4.1
21902024-07-03T18:05:58.116Z Downloaded blowfish v0.9.1
21912024-07-03T18:05:58.116Z Downloaded rand v0.7.3
21922024-07-03T18:05:58.119Z Downloaded getrandom v0.1.16
21932024-07-03T18:05:58.119Z Downloaded ecdsa v0.16.9
21942024-07-03T18:05:58.122Z Downloaded dhcproto v0.11.0
21952024-07-03T18:05:58.125Z Downloaded p256 v0.13.2
21962024-07-03T18:05:58.133Z Downloaded russh v0.43.0
21972024-07-03T18:05:58.140Z Downloaded ed25519-dalek v2.1.1
21982024-07-03T18:05:58.143Z Downloaded p521 v0.13.3
21992024-07-03T18:05:58.149Z Downloaded aes-gcm v0.10.3
22002024-07-03T18:05:58.153Z Downloaded aes v0.8.4
22012024-07-03T18:05:58.277Z Compiling serde v1.0.203
22022024-07-03T18:05:58.375Z Compiling scopeguard v1.2.0
22032024-07-03T18:05:58.375Z Compiling log v0.4.21
22042024-07-03T18:05:58.389Z Compiling smallvec v1.13.2
22052024-07-03T18:05:58.392Z Compiling syn v2.0.68
22062024-07-03T18:05:58.395Z Compiling getrandom v0.2.14
22072024-07-03T18:05:58.395Z Compiling generic-array v0.14.7
22082024-07-03T18:05:58.404Z Compiling libm v0.2.8
22092024-07-03T18:05:58.496Z Compiling lock_api v0.4.12
22102024-07-03T18:05:58.710Z Compiling rand_core v0.6.4
22112024-07-03T18:05:58.766Z Compiling parking_lot_core v0.9.10
22122024-07-03T18:05:58.818Z Compiling num-traits v0.2.19
22132024-07-03T18:05:58.832Z Compiling subtle v2.5.0
22142024-07-03T18:05:58.929Z Compiling mio v0.8.11
22152024-07-03T18:05:58.956Z Compiling ahash v0.8.11
22162024-07-03T18:05:59.172Z Compiling parking_lot v0.12.2
22172024-07-03T18:05:59.219Z Compiling serde_json v1.0.118
22182024-07-03T18:05:59.299Z Compiling spin v0.9.8
22192024-07-03T18:05:59.346Z Compiling allocator-api2 v0.2.18
22202024-07-03T18:05:59.417Z Compiling const-oid v0.9.6
22212024-07-03T18:05:59.552Z Compiling iana-time-zone v0.1.60
22222024-07-03T18:05:59.730Z Compiling syn v1.0.109
22232024-07-03T18:06:00.161Z Compiling unicode-normalization v0.1.23
22242024-07-03T18:06:00.177Z Compiling schemars v0.8.21
22252024-07-03T18:06:00.227Z Compiling unicode-bidi v0.3.15
22262024-07-03T18:06:00.417Z Compiling dyn-clone v1.0.17
22272024-07-03T18:06:00.538Z Compiling ppv-lite86 v0.2.17
22282024-07-03T18:06:00.596Z Compiling time-macros v0.2.18
22292024-07-03T18:06:01.293Z Compiling ring v0.17.8
22302024-07-03T18:06:01.321Z Compiling rand_chacha v0.3.1
22312024-07-03T18:06:01.360Z Compiling aho-corasick v1.1.3
22322024-07-03T18:06:01.766Z Compiling regex-syntax v0.8.3
22332024-07-03T18:06:02.208Z Compiling rand v0.8.5
22342024-07-03T18:06:03.699Z Compiling idna v0.5.0
22352024-07-03T18:06:04.183Z Compiling time v0.3.36
22362024-07-03T18:06:04.352Z Compiling slog v2.7.0
22372024-07-03T18:06:04.957Z Compiling url v2.5.0
22382024-07-03T18:06:05.309Z Compiling regex-automata v0.4.6
22392024-07-03T18:06:05.383Z Compiling untrusted v0.9.0
22402024-07-03T18:06:06.861Z Compiling serde_derive_internals v0.29.1
22412024-07-03T18:06:07.989Z Compiling lazy_static v1.5.0
22422024-07-03T18:06:08.125Z Compiling backtrace v0.3.71
22432024-07-03T18:06:08.570Z Compiling gimli v0.28.1
22442024-07-03T18:06:08.663Z Compiling object v0.32.2
22452024-07-03T18:06:09.486Z Compiling anyhow v1.0.86
22462024-07-03T18:06:09.651Z Compiling rustc-demangle v0.1.24
22472024-07-03T18:06:09.793Z Compiling base64ct v1.6.0
22482024-07-03T18:06:10.273Z Compiling crossbeam-utils v0.8.19
22492024-07-03T18:06:10.452Z Compiling rustls v0.21.12
22502024-07-03T18:06:10.686Z Compiling regex v1.10.4
22512024-07-03T18:06:10.710Z Compiling winnow v0.5.40
22522024-07-03T18:06:10.987Z Compiling rustls-webpki v0.101.7
22532024-07-03T18:06:11.796Z Compiling sct v0.7.1
22542024-07-03T18:06:12.104Z Compiling cookie v0.17.0
22552024-07-03T18:06:12.987Z Compiling addr2line v0.21.0
22562024-07-03T18:06:13.670Z Compiling idna v0.3.0
22572024-07-03T18:06:13.689Z Compiling serde_derive v1.0.203
22582024-07-03T18:06:14.636Z Compiling zeroize_derive v1.4.2
22592024-07-03T18:06:14.916Z Compiling thiserror-impl v1.0.60
22602024-07-03T18:06:15.296Z Compiling zerocopy-derive v0.7.34
22612024-07-03T18:06:15.505Z Compiling tokio-macros v2.2.0
22622024-07-03T18:06:16.103Z Compiling futures-macro v0.3.30
22632024-07-03T18:06:16.288Z Compiling zeroize v1.7.0
22642024-07-03T18:06:17.273Z Compiling schemars_derive v0.8.21
22652024-07-03T18:06:17.685Z Compiling zerocopy v0.7.34
22662024-07-03T18:06:18.153Z Compiling crypto-common v0.1.6
22672024-07-03T18:06:18.263Z Compiling futures-util v0.3.30
22682024-07-03T18:06:18.403Z Compiling block-buffer v0.10.4
22692024-07-03T18:06:18.424Z Compiling thiserror v1.0.60
22702024-07-03T18:06:18.570Z Compiling tracing-attributes v0.1.27
22712024-07-03T18:06:18.678Z Compiling digest v0.10.7
22722024-07-03T18:06:18.786Z Compiling async-trait v0.1.80
22732024-07-03T18:06:20.057Z Compiling hashbrown v0.14.5
22742024-07-03T18:06:20.825Z Compiling openssl-macros v0.1.1
22752024-07-03T18:06:21.607Z Compiling pest v2.7.10
22762024-07-03T18:06:21.661Z Compiling data-encoding v2.6.0
22772024-07-03T18:06:21.744Z Compiling psl-types v2.0.11
22782024-07-03T18:06:21.941Z Compiling publicsuffix v2.2.3
22792024-07-03T18:06:22.189Z Compiling hmac v0.12.1
22802024-07-03T18:06:22.387Z Compiling scroll_derive v0.12.0
22812024-07-03T18:06:22.632Z Compiling tracing v0.1.40
22822024-07-03T18:06:22.944Z Compiling bitflags v1.3.2
22832024-07-03T18:06:23.052Z Compiling webpki-roots v0.25.4
22842024-07-03T18:06:23.161Z Compiling block-padding v0.3.3
22852024-07-03T18:06:23.213Z Compiling der_derive v0.7.2
22862024-07-03T18:06:23.416Z Compiling pem-rfc7468 v0.7.0
22872024-07-03T18:06:23.557Z Compiling flagset v0.4.5
22882024-07-03T18:06:23.778Z Compiling inout v0.1.3
22892024-07-03T18:06:23.917Z Compiling scroll v0.12.0
22902024-07-03T18:06:24.058Z Compiling futures-executor v0.3.30
22912024-07-03T18:06:24.074Z Compiling pest_meta v2.7.10
22922024-07-03T18:06:24.177Z Compiling cipher v0.4.4
22932024-07-03T18:06:24.473Z Compiling futures v0.3.30
22942024-07-03T18:06:24.533Z Compiling goblin v0.8.2
22952024-07-03T18:06:24.551Z Compiling sha2 v0.10.8
22962024-07-03T18:06:24.596Z Compiling either v1.12.0
22972024-07-03T18:06:24.663Z Compiling ff v0.13.0
22982024-07-03T18:06:24.703Z Compiling stable_deref_trait v1.2.0
22992024-07-03T18:06:24.812Z Compiling base16ct v0.2.0
23002024-07-03T18:06:24.886Z Compiling group v0.13.0
23012024-07-03T18:06:25.042Z Compiling hkdf v0.12.4
23022024-07-03T18:06:25.192Z Compiling crypto-bigint v0.5.5
23032024-07-03T18:06:25.256Z Compiling crossbeam-epoch v0.9.18
23042024-07-03T18:06:25.321Z Compiling pest_generator v2.7.10
23052024-07-03T18:06:25.854Z Compiling der v0.7.9
23062024-07-03T18:06:26.113Z Compiling num-integer v0.1.46
23072024-07-03T18:06:26.947Z Compiling unicode-segmentation v1.11.0
23082024-07-03T18:06:27.460Z Compiling managed v0.8.0
23092024-07-03T18:06:27.769Z Compiling matches v0.1.10
23102024-07-03T18:06:27.869Z Compiling idna v0.2.3
23112024-07-03T18:06:27.894Z Compiling enum-as-inner v0.5.1
23122024-07-03T18:06:28.101Z Compiling spki v0.7.3
23132024-07-03T18:06:28.495Z Compiling bytes v1.6.0
23142024-07-03T18:06:28.947Z Compiling indexmap v2.2.6
23152024-07-03T18:06:29.316Z Compiling chrono v0.4.38
23162024-07-03T18:06:29.469Z Compiling tokio v1.37.0
23172024-07-03T18:06:29.485Z Compiling uuid v1.8.0
23182024-07-03T18:06:29.797Z Compiling bitflags v2.5.0
23192024-07-03T18:06:30.312Z Compiling semver v1.0.23
23202024-07-03T18:06:30.456Z Compiling http v0.2.12
23212024-07-03T18:06:30.957Z Compiling serde_tokenstream v0.2.0
23222024-07-03T18:06:31.096Z Compiling serde_spanned v0.6.6
23232024-07-03T18:06:31.231Z Compiling toml_datetime v0.6.6
23242024-07-03T18:06:31.330Z Compiling openssl v0.10.64
23252024-07-03T18:06:31.517Z Compiling toml_edit v0.19.15
23262024-07-03T18:06:32.011Z Compiling http-body v0.4.6
23272024-07-03T18:06:32.492Z Compiling rustix v0.38.34
23282024-07-03T18:06:33.091Z Compiling serde_urlencoded v0.7.1
23292024-07-03T18:06:33.190Z Compiling cookie_store v0.20.0
23302024-07-03T18:06:33.643Z Compiling openapiv3 v2.0.0
23312024-07-03T18:06:34.832Z Compiling rustc_version v0.4.0
23322024-07-03T18:06:35.334Z Compiling pest_derive v2.7.10
23332024-07-03T18:06:35.635Z Compiling dof v0.3.0
23342024-07-03T18:06:35.653Z Compiling pkcs8 v0.10.2
23352024-07-03T18:06:35.765Z Compiling ipnetwork v0.20.0
23362024-07-03T18:06:36.159Z Compiling dtrace-parser v0.2.0
23372024-07-03T18:06:36.229Z Compiling sec1 v0.7.3
23382024-07-03T18:06:36.721Z Compiling elliptic-curve v0.13.8
23392024-07-03T18:06:36.801Z Compiling usdt-impl v0.5.0
23402024-07-03T18:06:37.537Z Compiling tokio-util v0.7.11
23412024-07-03T18:06:37.957Z Compiling native-tls v0.2.11
23422024-07-03T18:06:38.292Z Compiling tokio-rustls v0.24.1
23432024-07-03T18:06:38.421Z Compiling tokio-native-tls v0.3.1
23442024-07-03T18:06:38.480Z Compiling usdt-attr-macro v0.5.0
23452024-07-03T18:06:38.585Z Compiling h2 v0.3.26
23462024-07-03T18:06:38.693Z Compiling usdt-macro v0.5.0
23472024-07-03T18:06:38.718Z Compiling toml v0.7.8
23482024-07-03T18:06:38.946Z Compiling toml_edit v0.22.13
23492024-07-03T18:06:39.910Z Compiling hex v0.4.3
23502024-07-03T18:06:40.184Z Compiling siphasher v0.3.11
23512024-07-03T18:06:40.218Z Compiling usdt v0.5.0
23522024-07-03T18:06:40.247Z Compiling bit-vec v0.6.3
23532024-07-03T18:06:40.481Z Compiling trust-dns-proto v0.22.0
23542024-07-03T18:06:40.566Z Compiling heapless v0.7.17
23552024-07-03T18:06:40.583Z Compiling terminal_size v0.3.0
23562024-07-03T18:06:40.704Z Compiling num-bigint v0.4.5
23572024-07-03T18:06:40.722Z Compiling regress v0.9.1
23582024-07-03T18:06:40.788Z Compiling signal-hook v0.3.17
23592024-07-03T18:06:40.990Z Compiling finl_unicode v1.2.0
23602024-07-03T18:06:41.037Z Compiling clap_builder v4.5.2
23612024-07-03T18:06:41.578Z Compiling stringprep v0.1.4
23622024-07-03T18:06:42.975Z Compiling itertools v0.10.5
23632024-07-03T18:06:44.787Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23642024-07-03T18:06:45.930Z Compiling hyper v0.14.28
23652024-07-03T18:06:45.955Z Compiling yasna v0.5.2
23662024-07-03T18:06:47.902Z Compiling md-5 v0.10.6
23672024-07-03T18:06:47.942Z Compiling clap_derive v4.5.4
23682024-07-03T18:06:48.189Z Compiling hash32 v0.2.1
23692024-07-03T18:06:48.599Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23702024-07-03T18:06:49.183Z Compiling smoltcp v0.9.1
23712024-07-03T18:06:49.207Z Compiling fallible-iterator v0.2.0
23722024-07-03T18:06:49.934Z Compiling postgres-protocol v0.6.6
23732024-07-03T18:06:50.722Z Compiling phf_shared v0.11.2
23742024-07-03T18:06:50.762Z Compiling tokio-stream v0.1.15
23752024-07-03T18:06:51.056Z Compiling hubpack_derive v0.1.1
23762024-07-03T18:06:51.135Z Compiling zerocopy-derive v0.6.6
23772024-07-03T18:06:51.352Z Compiling diesel_table_macro_syntax v0.1.0
23782024-07-03T18:06:51.437Z Compiling scheduled-thread-pool v0.2.7
23792024-07-03T18:06:51.736Z Compiling fs-err v2.11.0
23802024-07-03T18:06:51.758Z Compiling fixedbitset v0.4.2
23812024-07-03T18:06:51.949Z Compiling hubpack v0.1.2
23822024-07-03T18:06:52.042Z Compiling petgraph v0.6.5
23832024-07-03T18:06:52.165Z Compiling diesel_derives v2.1.4
23842024-07-03T18:06:52.206Z Compiling r2d2 v0.8.10
23852024-07-03T18:06:52.428Z Compiling phf v0.11.2
23862024-07-03T18:06:52.589Z Compiling hyper-tls v0.5.0
23872024-07-03T18:06:52.720Z Compiling hyper-rustls v0.24.2
23882024-07-03T18:06:52.970Z Compiling postgres-types v0.2.6
23892024-07-03T18:06:53.087Z Compiling reqwest v0.11.27
23902024-07-03T18:06:53.103Z Compiling clap v4.5.4
23912024-07-03T18:06:53.458Z Compiling zerocopy v0.6.6
23922024-07-03T18:06:54.330Z Compiling signal-hook-mio v0.2.3
23932024-07-03T18:06:54.543Z Compiling phf_shared v0.10.0
23942024-07-03T18:06:54.799Z Compiling similar v2.5.0
23952024-07-03T18:06:54.947Z Compiling num-iter v0.1.45
23962024-07-03T18:06:55.147Z Compiling strum_macros v0.25.3
23972024-07-03T18:06:55.430Z Compiling serde_repr v0.1.19
23982024-07-03T18:06:55.808Z Compiling getopts v0.2.21
23992024-07-03T18:06:56.033Z Compiling console v0.15.8
24002024-07-03T18:06:56.604Z Compiling float-cmp v0.9.0
24012024-07-03T18:06:56.842Z Compiling new_debug_unreachable v1.0.6
24022024-07-03T18:06:56.845Z Compiling predicates-core v1.0.6
24032024-07-03T18:06:56.946Z Compiling minimal-lexical v0.2.1
24042024-07-03T18:06:57.240Z Compiling unsafe-libyaml v0.2.11
24052024-07-03T18:06:57.336Z Compiling difflib v0.4.0
24062024-07-03T18:06:57.483Z Compiling normalize-line-endings v0.3.0
24072024-07-03T18:06:57.584Z Compiling whoami v1.5.1
24082024-07-03T18:06:57.610Z Compiling precomputed-hash v0.1.1
24092024-07-03T18:06:57.733Z Compiling static_assertions v1.1.0
24102024-07-03T18:06:57.844Z Compiling predicates v3.1.0
24112024-07-03T18:06:58.249Z Compiling tokio-postgres v0.7.10
24122024-07-03T18:06:59.016Z Compiling serde_yaml v0.9.34+deprecated
24132024-07-03T18:06:59.247Z Compiling string_cache v0.8.7
24142024-07-03T18:06:59.532Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24152024-07-03T18:06:59.596Z Compiling nom v7.1.3
24162024-07-03T18:06:59.736Z Compiling crossterm v0.27.0
24172024-07-03T18:07:03.457Z Compiling bit-set v0.5.3
24182024-07-03T18:07:03.472Z Compiling itertools v0.12.1
24192024-07-03T18:07:03.538Z Compiling bstr v1.9.1
24202024-07-03T18:07:03.730Z Compiling unicode-xid v0.2.4
24212024-07-03T18:07:03.920Z Compiling peg-runtime v0.8.3
24222024-07-03T18:07:04.279Z Compiling lalrpop-util v0.19.12
24232024-07-03T18:07:04.614Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24242024-07-03T18:07:04.652Z Compiling sha1 v0.10.6
24252024-07-03T18:07:04.861Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24262024-07-03T18:07:05.072Z Compiling camino v1.1.7
24272024-07-03T18:07:05.092Z Compiling strum_macros v0.26.2
24282024-07-03T18:07:05.404Z Compiling http v1.1.0
24292024-07-03T18:07:05.613Z Compiling diesel v2.1.6
24302024-07-03T18:07:06.042Z Compiling base64 v0.22.1
24312024-07-03T18:07:06.059Z Compiling toml v0.8.13
24322024-07-03T18:07:06.702Z Compiling rustls-pki-types v1.7.0
24332024-07-03T18:07:06.843Z Compiling ident_case v1.0.1
24342024-07-03T18:07:07.029Z Compiling darling_core v0.20.9
24352024-07-03T18:07:07.549Z Compiling crossbeam-channel v0.5.12
24362024-07-03T18:07:07.770Z Compiling paste v1.0.15
24372024-07-03T18:07:07.937Z Compiling rustls v0.22.4
24382024-07-03T18:07:08.233Z Compiling slog-term v2.9.1
24392024-07-03T18:07:08.390Z Compiling slog-async v2.8.0
24402024-07-03T18:07:08.611Z Compiling rustls-webpki v0.102.4
24412024-07-03T18:07:08.958Z Compiling instant v0.1.12
24422024-07-03T18:07:09.111Z Compiling multer v3.1.0
24432024-07-03T18:07:09.410Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24442024-07-03T18:07:09.554Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24452024-07-03T18:07:09.624Z Compiling slog-json v2.6.1
24462024-07-03T18:07:10.037Z Compiling async-stream-impl v0.3.5
24472024-07-03T18:07:10.420Z Compiling strum v0.26.2
24482024-07-03T18:07:10.610Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24492024-07-03T18:07:10.756Z Compiling atomic-waker v1.1.2
24502024-07-03T18:07:10.808Z Compiling debug-ignore v1.0.5
24512024-07-03T18:07:10.952Z Compiling waitgroup v0.1.2
24522024-07-03T18:07:10.970Z Compiling slog-bunyan v2.5.0
24532024-07-03T18:07:11.173Z Compiling rustls-pemfile v2.1.2
24542024-07-03T18:07:11.189Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828)
24552024-07-03T18:07:11.531Z Compiling async-stream v0.3.5
24562024-07-03T18:07:11.634Z Compiling serde_path_to_error v0.1.16
24572024-07-03T18:07:11.874Z Compiling structmeta-derive v0.3.0
24582024-07-03T18:07:12.035Z Compiling hostname v0.4.0
24592024-07-03T18:07:12.308Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24602024-07-03T18:07:12.505Z Compiling newtype-uuid v1.1.0
24612024-07-03T18:07:12.811Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622024-07-03T18:07:13.075Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632024-07-03T18:07:13.389Z Compiling backoff v0.4.0
24642024-07-03T18:07:13.436Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24652024-07-03T18:07:13.578Z Compiling tokio-rustls v0.25.0
24662024-07-03T18:07:13.604Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672024-07-03T18:07:13.719Z Compiling macaddr v1.0.1
24682024-07-03T18:07:13.784Z Compiling proc-macro-crate v1.3.1
24692024-07-03T18:07:14.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24702024-07-03T18:07:14.504Z Compiling darling_macro v0.20.9
24712024-07-03T18:07:14.535Z Compiling fastrand v2.1.0
24722024-07-03T18:07:14.908Z Compiling num_enum_derive v0.5.11
24732024-07-03T18:07:14.998Z Compiling structmeta v0.3.0
24742024-07-03T18:07:15.164Z Compiling tempfile v3.10.1
24752024-07-03T18:07:15.486Z Compiling parse-display-derive v0.9.0
24762024-07-03T18:07:15.553Z Compiling darling v0.20.9
24772024-07-03T18:07:15.682Z Compiling serde_with_macros v3.8.1
24782024-07-03T18:07:16.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24792024-07-03T18:07:16.442Z Compiling foreign-types-macros v0.2.3
24802024-07-03T18:07:17.809Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24812024-07-03T18:07:17.849Z Compiling num_enum v0.5.11
24822024-07-03T18:07:18.019Z Compiling heapless v0.8.0
24832024-07-03T18:07:18.072Z Compiling foreign-types-shared v0.3.1
24842024-07-03T18:07:18.199Z Compiling foreign-types v0.5.0
24852024-07-03T18:07:18.261Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24862024-07-03T18:07:18.347Z Compiling proc-macro-error v1.0.4
24872024-07-03T18:07:18.920Z Compiling serde_with v3.8.1
24882024-07-03T18:07:19.101Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24892024-07-03T18:07:19.217Z Compiling cstr-argument v0.1.2
24902024-07-03T18:07:19.487Z Compiling hash32 v0.3.1
24912024-07-03T18:07:19.748Z Compiling smoltcp v0.11.0
24922024-07-03T18:07:19.886Z Compiling pretty-hex v0.2.1
24932024-07-03T18:07:20.117Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24942024-07-03T18:07:20.474Z Compiling parse-display v0.9.0
24952024-07-03T18:07:20.522Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24962024-07-03T18:07:20.544Z Compiling camino-tempfile v1.1.1
24972024-07-03T18:07:21.022Z Compiling tabwriter v1.4.0
24982024-07-03T18:07:21.137Z Compiling colored v2.1.0
24992024-07-03T18:07:21.184Z Compiling socket2 v0.4.10
25002024-07-03T18:07:21.272Z Compiling cobs v0.2.3
25012024-07-03T18:07:21.568Z Compiling embedded-io v0.4.0
25022024-07-03T18:07:21.806Z Compiling postcard v1.0.8
25032024-07-03T18:07:21.943Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25042024-07-03T18:07:22.131Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25052024-07-03T18:07:22.235Z Compiling crucible-workspace-hack v0.1.0
25062024-07-03T18:07:22.384Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25072024-07-03T18:07:22.519Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25082024-07-03T18:07:22.733Z Compiling smf v0.2.3
25092024-07-03T18:07:22.797Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25102024-07-03T18:07:22.823Z Compiling humantime v2.1.0
25112024-07-03T18:07:23.150Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25122024-07-03T18:07:23.246Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25132024-07-03T18:07:23.385Z Compiling num-derive v0.4.2
25142024-07-03T18:07:23.740Z Compiling sigpipe v0.1.3
25152024-07-03T18:07:23.869Z Compiling utf-8 v0.7.6
25162024-07-03T18:07:24.151Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25172024-07-03T18:07:24.223Z Compiling atty v0.2.14
25182024-07-03T18:07:24.360Z Compiling same-file v1.0.6
25192024-07-03T18:07:24.595Z Compiling semver v0.1.20
25202024-07-03T18:07:24.595Z Compiling rayon-core v1.12.1
25212024-07-03T18:07:24.691Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25222024-07-03T18:07:24.877Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25232024-07-03T18:07:25.353Z Compiling rustc_version v0.1.7
25242024-07-03T18:07:25.886Z Compiling walkdir v2.5.0
25252024-07-03T18:07:25.915Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25262024-07-03T18:07:26.604Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25272024-07-03T18:07:26.621Z Compiling curve25519-dalek v4.1.3
25282024-07-03T18:07:26.670Z Compiling newline-converter v0.3.0
25292024-07-03T18:07:26.884Z Compiling crossbeam-deque v0.8.5
25302024-07-03T18:07:26.901Z Compiling universal-hash v0.5.1
25312024-07-03T18:07:26.905Z Compiling prettyplease v0.2.20
25322024-07-03T18:07:27.000Z Compiling opaque-debug v0.3.1
25332024-07-03T18:07:27.101Z Compiling expectorate v1.1.0
25342024-07-03T18:07:27.118Z Compiling newtype_derive v0.1.6
25352024-07-03T18:07:27.217Z Compiling xattr v1.3.1
25362024-07-03T18:07:27.265Z Compiling num-rational v0.4.2
25372024-07-03T18:07:27.367Z Compiling signature v2.2.0
25382024-07-03T18:07:27.387Z Compiling curve25519-dalek-derive v0.1.1
25392024-07-03T18:07:27.507Z Compiling num-complex v0.4.6
25402024-07-03T18:07:27.684Z Compiling ring v0.16.20
25412024-07-03T18:07:28.626Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25422024-07-03T18:07:28.804Z Compiling blake3 v1.5.1
25432024-07-03T18:07:28.842Z Compiling unicase v2.7.0
25442024-07-03T18:07:28.991Z Compiling linked-hash-map v0.5.6
25452024-07-03T18:07:29.010Z Compiling termcolor v1.4.1
25462024-07-03T18:07:29.115Z Compiling quick-error v1.2.3
25472024-07-03T18:07:29.134Z Compiling convert_case v0.4.0
25482024-07-03T18:07:29.276Z Compiling arc-swap v1.7.1
25492024-07-03T18:07:29.361Z Compiling getrandom v0.1.16
25502024-07-03T18:07:29.788Z Compiling slog-scope v4.4.0
25512024-07-03T18:07:29.893Z Compiling env_logger v0.9.3
25522024-07-03T18:07:29.941Z Compiling lru-cache v0.1.2
25532024-07-03T18:07:30.041Z Compiling resolv-conf v0.7.0
25542024-07-03T18:07:30.156Z Compiling derive_more v0.99.17
25552024-07-03T18:07:30.338Z Compiling tar v0.4.40
25562024-07-03T18:07:30.855Z Compiling num v0.4.3
25572024-07-03T18:07:30.970Z Compiling rayon v1.10.0
25582024-07-03T18:07:32.515Z Compiling tungstenite v0.21.0
25592024-07-03T18:07:33.083Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25602024-07-03T18:07:33.568Z Compiling blake2 v0.10.6
25612024-07-03T18:07:34.599Z Compiling bitstruct_derive v0.1.0
25622024-07-03T18:07:34.718Z Compiling derive-where v1.2.7
25632024-07-03T18:07:34.924Z Compiling password-hash v0.5.0
25642024-07-03T18:07:35.913Z Compiling memmap2 v0.9.4
25652024-07-03T18:07:35.995Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25662024-07-03T18:07:36.018Z Compiling home v0.5.9
25672024-07-03T18:07:36.127Z Compiling float-ord v0.3.2
25682024-07-03T18:07:36.288Z Compiling arrayvec v0.7.4
25692024-07-03T18:07:36.304Z Compiling arrayref v0.3.7
25702024-07-03T18:07:36.369Z Compiling libefi-sys v0.1.0
25712024-07-03T18:07:36.405Z Compiling constant_time_eq v0.3.0
25722024-07-03T18:07:36.601Z Compiling parking_lot_core v0.8.6
25732024-07-03T18:07:36.619Z Compiling untrusted v0.7.1
25742024-07-03T18:07:36.677Z Compiling spin v0.5.2
25752024-07-03T18:07:36.797Z Compiling ascii v1.1.0
25762024-07-03T18:07:37.309Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25772024-07-03T18:07:37.385Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25782024-07-03T18:07:37.536Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
25792024-07-03T18:07:38.402Z Compiling toolchain_find v0.4.0
25802024-07-03T18:07:38.781Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25812024-07-03T18:07:38.805Z Compiling bitstruct v0.1.1
25822024-07-03T18:07:38.830Z Compiling argon2 v0.5.3
25832024-07-03T18:07:38.875Z Compiling tokio-tungstenite v0.21.0
25842024-07-03T18:07:38.924Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25852024-07-03T18:07:39.082Z Compiling trust-dns-resolver v0.22.0
25862024-07-03T18:07:39.382Z Compiling slog-stdlog v4.1.1
25872024-07-03T18:07:39.572Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25882024-07-03T18:07:39.769Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25892024-07-03T18:07:39.898Z Compiling serde_arrays v0.1.0
25902024-07-03T18:07:40.093Z Compiling erased-serde v0.3.31
25912024-07-03T18:07:40.174Z Compiling rfc6979 v0.4.0
25922024-07-03T18:07:40.382Z Compiling aead v0.5.2
25932024-07-03T18:07:40.385Z Compiling bitfield-struct v0.6.1
25942024-07-03T18:07:40.752Z Compiling nibble_vec v0.1.0
25952024-07-03T18:07:40.804Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25962024-07-03T18:07:40.968Z Compiling slog-dtrace v0.3.0
25972024-07-03T18:07:41.178Z Compiling keccak v0.1.5
25982024-07-03T18:07:41.242Z Compiling topological-sort v0.2.2
25992024-07-03T18:07:41.471Z Compiling endian-type v0.1.2
26002024-07-03T18:07:41.569Z Compiling cancel-safe-futures v0.1.5
26012024-07-03T18:07:41.702Z Compiling radix_trie v0.2.1
26022024-07-03T18:07:41.761Z Compiling sha3 v0.10.8
26032024-07-03T18:07:41.861Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26042024-07-03T18:07:41.922Z Compiling omicron-zone-package v0.11.0
26052024-07-03T18:07:42.231Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26062024-07-03T18:07:42.350Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26072024-07-03T18:07:42.548Z Compiling ecdsa v0.16.9
26082024-07-03T18:07:42.636Z Compiling mime_guess v2.0.4
26092024-07-03T18:07:42.771Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26102024-07-03T18:07:42.809Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26112024-07-03T18:07:43.383Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26122024-07-03T18:07:43.526Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26132024-07-03T18:07:43.895Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26142024-07-03T18:07:44.061Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26152024-07-03T18:07:44.569Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26162024-07-03T18:07:44.935Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26172024-07-03T18:07:45.367Z Compiling rand_core v0.5.1
26182024-07-03T18:07:45.456Z Compiling slog-envlogger v2.2.0
26192024-07-03T18:07:45.675Z Compiling steno v0.4.1
26202024-07-03T18:07:45.890Z Compiling rustfmt-wrapper v0.2.1
26212024-07-03T18:07:46.385Z Compiling poly1305 v0.8.0
26222024-07-03T18:07:46.471Z Compiling tungstenite v0.20.1
26232024-07-03T18:07:46.996Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26242024-07-03T18:07:47.746Z Compiling primeorder v0.13.6
26252024-07-03T18:07:48.134Z Compiling heck v0.3.3
26262024-07-03T18:07:48.277Z Compiling chacha20 v0.9.1
26272024-07-03T18:07:48.581Z Compiling secrecy v0.8.0
26282024-07-03T18:07:48.646Z Compiling thiserror-impl-no-std v2.0.2
26292024-07-03T18:07:48.717Z Compiling half v2.4.1
26302024-07-03T18:07:48.739Z Compiling ciborium-io v0.2.2
26312024-07-03T18:07:48.838Z Compiling option-ext v0.2.0
26322024-07-03T18:07:48.870Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26332024-07-03T18:07:48.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26342024-07-03T18:07:48.999Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352024-07-03T18:07:49.278Z Compiling ciborium-ll v0.2.2
26362024-07-03T18:07:49.296Z Compiling dirs-sys v0.4.1
26372024-07-03T18:07:49.720Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26382024-07-03T18:07:49.966Z Compiling zone_cfg_derive v0.1.2
26392024-07-03T18:07:49.999Z Compiling tokio-tungstenite v0.20.1
26402024-07-03T18:07:50.606Z Compiling parking_lot v0.11.2
26412024-07-03T18:07:51.098Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26422024-07-03T18:07:51.461Z Compiling rand_chacha v0.2.2
26432024-07-03T18:07:51.489Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26442024-07-03T18:07:51.773Z Compiling trust-dns-client v0.22.0
26452024-07-03T18:07:51.988Z Compiling thiserror-no-std v2.0.2
26462024-07-03T18:07:52.228Z Compiling ed25519 v2.2.3
26472024-07-03T18:07:52.684Z Compiling polyval v0.6.2
26482024-07-03T18:07:52.725Z Compiling libsw v3.3.1
26492024-07-03T18:07:53.056Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26502024-07-03T18:07:53.131Z Compiling toml v0.5.11
26512024-07-03T18:07:53.459Z Compiling aes v0.8.4
26522024-07-03T18:07:53.489Z Compiling ctr v0.9.2
26532024-07-03T18:07:53.749Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26542024-07-03T18:07:53.863Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26552024-07-03T18:07:55.025Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26562024-07-03T18:07:56.391Z Compiling blowfish v0.9.1
26572024-07-03T18:07:56.863Z Compiling pbkdf2 v0.12.2
26582024-07-03T18:07:56.934Z Compiling password-hash v0.4.2
26592024-07-03T18:07:57.037Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26602024-07-03T18:07:57.939Z Compiling gethostname v0.4.3
26612024-07-03T18:07:58.030Z Compiling fxhash v0.2.1
26622024-07-03T18:07:58.233Z Compiling base64 v0.13.1
26632024-07-03T18:07:58.236Z Compiling owo-colors v4.0.0
26642024-07-03T18:07:58.878Z Compiling linear-map v1.2.0
26652024-07-03T18:07:59.259Z Compiling ron v0.7.1
26662024-07-03T18:07:59.573Z Compiling sled v0.34.7
26672024-07-03T18:08:00.613Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26682024-07-03T18:08:01.754Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692024-07-03T18:08:02.235Z Compiling pbkdf2 v0.11.0
26702024-07-03T18:08:02.610Z Compiling bcrypt-pbkdf v0.10.0
26712024-07-03T18:08:03.259Z Compiling trust-dns-server v0.22.1
26722024-07-03T18:08:04.387Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732024-07-03T18:08:05.011Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26742024-07-03T18:08:05.842Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26752024-07-03T18:08:06.631Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762024-07-03T18:08:06.658Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26772024-07-03T18:08:07.839Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26782024-07-03T18:08:08.568Z Compiling ghash v0.5.1
26792024-07-03T18:08:08.774Z Compiling ed25519-dalek v2.1.1
26802024-07-03T18:08:09.716Z Compiling vsss-rs v3.3.4
26812024-07-03T18:08:09.813Z Compiling rand v0.7.3
26822024-07-03T18:08:10.544Z Compiling zone v0.1.8
26832024-07-03T18:08:10.932Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26842024-07-03T18:08:11.363Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26852024-07-03T18:08:11.602Z Compiling ciborium v0.2.2
26862024-07-03T18:08:11.785Z Compiling dirs v5.0.1
26872024-07-03T18:08:12.115Z Compiling chacha20poly1305 v0.10.1
26882024-07-03T18:08:12.355Z Compiling p256 v0.13.2
26892024-07-03T18:08:12.440Z Compiling p521 v0.13.3
26902024-07-03T18:08:13.142Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f)
26912024-07-03T18:08:13.286Z Compiling pem v3.0.4
26922024-07-03T18:08:14.128Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
26932024-07-03T18:08:14.372Z Compiling headers-core v0.2.0
26942024-07-03T18:08:14.485Z Compiling cbc v0.1.2
26952024-07-03T18:08:14.535Z Compiling kstat-rs v0.2.4
26962024-07-03T18:08:14.541Z Compiling portpicker v0.1.1
26972024-07-03T18:08:14.734Z Compiling nanorand v0.7.0
26982024-07-03T18:08:14.865Z Compiling russh-cryptovec v0.7.2
26992024-07-03T18:08:14.949Z Compiling http-range v0.1.5
27002024-07-03T18:08:15.234Z Compiling glob v0.3.1
27012024-07-03T18:08:15.263Z Compiling md5 v0.7.0
27022024-07-03T18:08:15.370Z Compiling hyper-staticfile v0.9.5
27032024-07-03T18:08:15.407Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27042024-07-03T18:08:15.778Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27052024-07-03T18:08:15.971Z Compiling russh-keys v0.43.0
27062024-07-03T18:08:16.248Z Compiling flume v0.11.0
27072024-07-03T18:08:16.383Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27082024-07-03T18:08:16.963Z Compiling headers v0.3.9
27092024-07-03T18:08:17.970Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27102024-07-03T18:08:19.009Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27112024-07-03T18:08:19.708Z Compiling rcgen v0.12.1
27122024-07-03T18:08:21.185Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132024-07-03T18:08:21.777Z Compiling aes-gcm v0.10.3
27142024-07-03T18:08:22.090Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27152024-07-03T18:08:22.279Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27162024-07-03T18:08:22.434Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27172024-07-03T18:08:24.200Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27182024-07-03T18:08:27.464Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27192024-07-03T18:08:28.907Z Compiling atomicwrites v0.4.3
27202024-07-03T18:08:29.235Z Compiling subprocess v0.2.9
27212024-07-03T18:08:29.265Z Compiling hex-literal v0.4.1
27222024-07-03T18:08:29.426Z Compiling dhcproto-macros v0.1.0
27232024-07-03T18:08:30.460Z Compiling display-error-chain v0.2.0
27242024-07-03T18:08:30.643Z Compiling dhcproto v0.11.0
27252024-07-03T18:08:31.376Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27262024-07-03T18:08:31.514Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27272024-07-03T18:08:31.573Z Compiling russh v0.43.0
27282024-07-03T18:08:32.408Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27292024-07-03T18:08:34.151Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27302024-07-03T18:08:34.376Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27312024-07-03T18:08:34.866Z Compiling internet-checksum v0.2.1
27322024-07-03T18:08:56.986Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27332024-07-03T18:09:41.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s
27342024-07-03T18:09:41.591Z
27352024-07-03T18:09:41.597Zreal 3:44.205638350
27362024-07-03T18:09:41.597Zuser 19:54.040509985
27372024-07-03T18:09:41.597Zsys 4:17.491687203
27382024-07-03T18:09:41.597Ztrap 0.576457978
27392024-07-03T18:09:41.597Ztflt 0.561840763
27402024-07-03T18:09:41.597Zdflt 2.083984341
27412024-07-03T18:09:41.597Zkflt 0.000023257
27422024-07-03T18:09:41.597Zlock 42:43.348782000
27432024-07-03T18:09:41.597Zslp 57:19.335952215
27442024-07-03T18:09:41.597Zlat 1:04.353003006
27452024-07-03T18:09:41.597Zstop 2:24.671694439
27462024-07-03T18:09:41.597Z+ mkdir tests
27472024-07-03T18:09:41.600Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27482024-07-03T18:09:41.600Z+ xargs -I '{}' -t cp '{}' tests/
27492024-07-03T18:09:42.960Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-147e4a2b0c12705f tests/
27502024-07-03T18:09:42.987Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5456c7bb22a4aff2 tests/
27512024-07-03T18:09:43.012Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2a5847386a86d55b tests/
27522024-07-03T18:09:43.040Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1832c21e673c9e6b tests/
27532024-07-03T18:09:43.387Z+ 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/*)
27542024-07-03T18:09:43.390Z+ 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-5456c7bb22a4aff2 tests/commtest-2a5847386a86d55b tests/dhcp_server-147e4a2b0c12705f tests/end_to_end_tests-1832c21e673c9e6b out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
27552024-07-03T18:10:47.836ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27562024-07-03T18:10:47.836Za out/target/test 1K
27572024-07-03T18:10:47.836Za out/npuzone/npuzone 23144K
27582024-07-03T18:10:47.836Za package-manifest.toml 29K
27592024-07-03T18:10:47.836Za smf/sled-agent/non-gimlet/config.toml 4K
27602024-07-03T18:10:47.836Za target/release/omicron-package 32438K
27612024-07-03T18:10:47.836Za target/release/xtask 18131K
27622024-07-03T18:10:47.836Za target/debug/bootstrap 357014K
27632024-07-03T18:10:47.836Za tests/bootstrap-5456c7bb22a4aff2 23982K
27642024-07-03T18:10:47.836Za tests/commtest-2a5847386a86d55b 23983K
27652024-07-03T18:10:47.836Za tests/dhcp_server-147e4a2b0c12705f 23982K
27662024-07-03T18:10:47.836Za tests/end_to_end_tests-1832c21e673c9e6b 368400K
27672024-07-03T18:10:47.837Za out/clickhouse.tar.gz 223064K
27682024-07-03T18:10:47.837Za out/clickhouse_keeper.tar.gz 223045K
27692024-07-03T18:10:47.837Za out/cockroachdb.tar.gz 131893K
27702024-07-03T18:10:47.837Za out/crucible-dtrace.tar 85K
27712024-07-03T18:10:47.837Za out/crucible-pantry-zone.tar.gz 27020K
27722024-07-03T18:10:47.837Za out/crucible-zone.tar.gz 37397K
27732024-07-03T18:10:47.837Za out/external-dns.tar.gz 25095K
27742024-07-03T18:10:47.837Za out/internal-dns.tar.gz 25095K
27752024-07-03T18:10:47.837Za out/mg-ddm-gz.tar 60616K
27762024-07-03T18:10:47.837Za out/nexus.tar.gz 84434K
27772024-07-03T18:10:47.837Za out/ntp.tar.gz 8899K
27782024-07-03T18:10:47.837Za out/omicron-gateway-softnpu.tar.gz 13796K
27792024-07-03T18:10:47.837Za out/omicron-sled-agent.tar 94591K
27802024-07-03T18:10:47.837Za out/overlay.tar.gz 3K
27812024-07-03T18:10:47.837Za out/oximeter.tar.gz 41481K
27822024-07-03T18:10:47.837Za out/oxlog.tar 2955K
27832024-07-03T18:10:47.837Za out/probe.tar.gz 2764K
27842024-07-03T18:10:47.837Za out/propolis-server.tar.gz 64642K
27852024-07-03T18:10:47.837Za out/pumpkind-gz.tar 26665K
27862024-07-03T18:10:47.837Za out/switch-softnpu.tar.gz 196019K
27872024-07-03T18:10:47.840Z
27882024-07-03T18:10:47.840Zreal 1:04.440761832
27892024-07-03T18:10:47.840Zuser 1:01.747896557
27902024-07-03T18:10:47.841Zsys 3.711084172
27912024-07-03T18:10:47.841Ztrap 0.014145316
27922024-07-03T18:10:47.841Ztflt 0.000000000
27932024-07-03T18:10:47.841Zdflt 0.000000000
27942024-07-03T18:10:47.841Zkflt 0.000000000
27952024-07-03T18:10:47.841Zlock 0.000000000
27962024-07-03T18:10:47.841Zslp 1:01.653673782
27972024-07-03T18:10:47.841Zlat 1.748756898
27982024-07-03T18:10:47.841Zstop 0.000533757
27992024-07-03T18:10:47.841Zprocess exited: duration 1750393 ms, exit code 0
 
28002024-07-03T18:10:47.856Zfound 1 output files
28012024-07-03T18:10:47.856Zuploading: /work/package.tar.gz (1402625802 bytes)
28022024-07-03T18:11:16.254Zuploaded: /work/package.tar.gz