01J2F9MDWCWR6NN2Z96YW3J4CV: 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: 01J2F9MSHT0VNS31XTQQ06WN7Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-10T21:45:10.875Zjob assigned to worker 01J2F9MXX3F2PBC2VWXHSJ3ZGY (queued for 1 m 13 s)
 
22024-07-10T21:45:18.811Zstarting task 0: "setup"
32024-07-10T21:45:18.885Z++ uname -s
42024-07-10T21:45:18.889Z+ kern=SunOS
52024-07-10T21:45:18.889Z+ case "$kern" in
62024-07-10T21:45:18.889Z+ groupadd -g 12345 build
72024-07-10T21:45:18.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-10T21:45:20.901Z+ zfs create -o mountpoint=/work rpool/work
92024-07-10T21:45:21.121Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-10T21:45:21.186Z+ home_fs=zfs
112024-07-10T21:45:21.186Z+ [[ zfs == autofs ]]
122024-07-10T21:45:21.187Z+ mkdir -p /home/build
132024-07-10T21:45:21.187Z+ chown build:build /home/build /work
142024-07-10T21:45:23.109Z+ chmod 0700 /home/build /work
152024-07-10T21:45:23.113Zprocess exited: duration 4300 ms, exit code 0
 
162024-07-10T21:45:23.129Zstarting task 1: "rust-toolchain"
172024-07-10T21:45:23.134Z+ printf ' * toolchain channel = "%s"
182024-07-10T21:45:23.134Z' 1.78.0
192024-07-10T21:45:23.134Z * toolchain channel = "1.78.0"
202024-07-10T21:45:23.134Z * toolchain profile = "default"
212024-07-10T21:45:23.135Z+ printf ' * toolchain profile = "%s"
222024-07-10T21:45:23.135Z' default
232024-07-10T21:45:23.135Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-10T21:45:23.135Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-10T21:45:23.249Zinfo: downloading installer
262024-07-10T21:45:24.568Zinfo: profile set to 'default'
272024-07-10T21:45:24.568Zinfo: default host triple is x86_64-unknown-illumos
282024-07-10T21:45:24.571Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-10T21:45:24.725Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-10T21:45:24.725Zinfo: downloading component 'cargo'
312024-07-10T21:45:25.549Zinfo: downloading component 'clippy'
322024-07-10T21:45:25.817Zinfo: downloading component 'rust-docs'
332024-07-10T21:45:26.882Zinfo: downloading component 'rust-std'
342024-07-10T21:45:28.600Zinfo: downloading component 'rustc'
352024-07-10T21:45:32.966Zinfo: downloading component 'rustfmt'
362024-07-10T21:45:33.213Zinfo: installing component 'cargo'
372024-07-10T21:45:34.040Zinfo: installing component 'clippy'
382024-07-10T21:45:34.396Zinfo: installing component 'rust-docs'
392024-07-10T21:45:35.917Zinfo: installing component 'rust-std'
402024-07-10T21:45:37.649Zinfo: installing component 'rustc'
412024-07-10T21:45:41.983Zinfo: installing component 'rustfmt'
422024-07-10T21:45:42.346Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-10T21:45:42.346Z
442024-07-10T21:45:42.650Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-10T21:45:42.650Z
462024-07-10T21:45:42.657Z
472024-07-10T21:45:42.658ZRust is installed now. Great!
482024-07-10T21:45:42.658Z
492024-07-10T21:45:42.658ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-10T21:45:42.658Zenvironment variable. This has not been done automatically.
512024-07-10T21:45:42.658Z
522024-07-10T21:45:42.658ZTo configure your current shell, you need to source
532024-07-10T21:45:42.658Zthe corresponding env file under $HOME/.cargo.
542024-07-10T21:45:42.658Z
552024-07-10T21:45:42.658ZThis is usually done by running one of the following (note the leading DOT):
562024-07-10T21:45:42.658Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-10T21:45:42.658Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-10T21:45:42.820Z+ rustc --version
592024-07-10T21:45:42.896Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-10T21:45:42.905Zprocess exited: duration 19756 ms, exit code 0
 
612024-07-10T21:45:42.919Zstarting task 2: "authentication"
622024-07-10T21:45:42.942Zprocess exited: duration 23 ms, exit code 0
 
632024-07-10T21:45:42.949Zstarting task 3: "clone repository"
642024-07-10T21:45:42.954Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-10T21:45:43.002Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-10T21:45:43.843ZCloning into '/work/oxidecomputer/omicron'...
672024-07-10T21:45:51.951Z+ cd /work/oxidecomputer/omicron
682024-07-10T21:45:51.955Z+ git fetch origin a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af
692024-07-10T21:45:52.248ZFrom https://github.com/oxidecomputer/omicron
702024-07-10T21:45:52.248Z * branch a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af -> FETCH_HEAD
712024-07-10T21:45:52.259Z+ [[ -n move-oximeter-collector-timeseries-to-toml ]]
722024-07-10T21:45:52.262Z++ git branch --show-current
732024-07-10T21:45:52.266Z+ current=main
742024-07-10T21:45:52.266Z+ [[ main != move-oximeter-collector-timeseries-to-toml ]]
752024-07-10T21:45:52.266Z+ git branch -f move-oximeter-collector-timeseries-to-toml a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af
762024-07-10T21:45:52.269Z+ git checkout -f move-oximeter-collector-timeseries-to-toml
772024-07-10T21:45:52.407ZSwitched to branch 'move-oximeter-collector-timeseries-to-toml'
782024-07-10T21:45:52.410Z+ git reset --hard a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af
792024-07-10T21:45:52.420ZHEAD is now at a9024e8d7 Move oximeter-collector timeseries definitions to TOML
802024-07-10T21:45:52.423Zprocess exited: duration 9470 ms, exit code 0
 
812024-07-10T21:45:52.430Zstarting task 4: "build"
822024-07-10T21:45:52.435Z+ cargo --version
832024-07-10T21:45:52.489Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-10T21:45:52.492Z+ rustc --version
852024-07-10T21:45:52.548Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-10T21:45:52.552Z+ WORK=/work
872024-07-10T21:45:52.552Z+ pfexec mkdir -p /work
882024-07-10T21:45:52.555Z+ pfexec chown build /work
892024-07-10T21:45:52.558Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-10T21:46:10.768Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-10T21:46:12.939Z Startup: Caching catalogs ... Done
922024-07-10T21:46:15.878ZPlanning: Solver setup ... Done (2.396s)
932024-07-10T21:46:15.927ZPlanning: Running solver ... Done (0.050s)
942024-07-10T21:46:15.972ZPlanning: Finding local manifests ... Done (0.003s)
952024-07-10T21:46:15.984ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-10T21:46:16.318ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-10T21:46:16.369ZPlanning: Package planning ... Done (0.050s)
982024-07-10T21:46:16.420ZPlanning: Merging actions ... Done (0.050s)
992024-07-10T21:46:17.950ZPlanning: Checking for conflicting actions ... Done (1.529s)
1002024-07-10T21:46:17.960ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-10T21:46:25.616ZPlanning: Evaluating mediators ... Done (7.654s)
1022024-07-10T21:46:25.627ZPlanning: Planning completed in 12.62 seconds
1032024-07-10T21:46:26.557Z Packages to install: 4
1042024-07-10T21:46:26.558Z Mediators to change: 2
1052024-07-10T21:46:26.558Z Services to change: 1
1062024-07-10T21:46:26.561Z Estimated space available: 155.77 GB
1072024-07-10T21:46:26.561ZEstimated space to be consumed: 1.46 GB
1082024-07-10T21:46:26.561Z Create boot environment: No
1092024-07-10T21:46:26.561ZCreate backup boot environment: No
1102024-07-10T21:46:26.561Z Rebuild boot archive: No
1112024-07-10T21:46:26.561Z
1122024-07-10T21:46:26.561ZChanged mediators:
1132024-07-10T21:46:26.561Z mediator clang:
1142024-07-10T21:46:26.561Z version: None -> 15 (system default)
1152024-07-10T21:46:26.561Z
1162024-07-10T21:46:26.561Z mediator llvm:
1172024-07-10T21:46:26.561Z version: 14 (system default) -> 15 (system default)
1182024-07-10T21:46:26.561Z
1192024-07-10T21:46:26.561ZChanged packages:
1202024-07-10T21:46:26.561Zhelios-dev
1212024-07-10T21:46:26.561Z developer/build-essential
1222024-07-10T21:46:26.561Z None -> 11-2.0
1232024-07-10T21:46:26.561Z library/libxmlsec1
1242024-07-10T21:46:26.561Z None -> 1.2.35-2.0
1252024-07-10T21:46:26.561Z ooce/developer/clang-15
1262024-07-10T21:46:26.561Z None -> 15.0.7-2.0
1272024-07-10T21:46:26.561Z ooce/developer/llvm-15
1282024-07-10T21:46:26.561Z None -> 15.0.7-2.0
1292024-07-10T21:46:26.561Z
1302024-07-10T21:46:26.561ZServices:
1312024-07-10T21:46:26.561Z restart_fmri:
1322024-07-10T21:46:26.561Z svc:/system/update-man-index:default
1332024-07-10T21:46:26.820Z
1342024-07-10T21:46:26.820ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-10T21:46:31.824ZDownload: 890/3290 items 18.9/212.6MB 8% complete (3.9M/s)
1362024-07-10T21:46:36.825ZDownload: 1597/3290 items 108.7/212.6MB 51% complete (10.8M/s)
1372024-07-10T21:46:41.828ZDownload: 2800/3290 items 121.0/212.6MB 56% complete (10.2M/s)
1382024-07-10T21:46:47.041ZDownload: 3285/3290 items 211.4/212.6MB 99% complete (10.4M/s)
1392024-07-10T21:46:47.511ZDownload: Completed 212.60 MB in 20.69 seconds (10.3M/s)
1402024-07-10T21:46:47.848Z Actions: 1/3689 actions (Installing new actions)
1412024-07-10T21:46:52.938Z Actions: 3546/3689 actions (Installing new actions)
1422024-07-10T21:46:53.646Z Actions: Completed 3689 actions in 5.80 seconds.
1432024-07-10T21:46:53.893Z Done (0.242s)
1442024-07-10T21:46:53.893Z Done (0.000s)
1452024-07-10T21:46:54.224Z Done (0.330s)
1462024-07-10T21:47:04.123Z Done (6.766s)
1472024-07-10T21:47:04.141Z Done (0.260s)
1482024-07-10T21:47:04.141Z Done (0.000s)
1492024-07-10T21:47:04.141Z Done (0.000s)
1502024-07-10T21:47:04.141ZPlanning: Evaluating mediator changes ... Done
1512024-07-10T21:47:04.141ZPlanning: Checking for conflicting actions ... Done
1522024-07-10T21:47:04.141ZPlanning: Consolidating action changes ... Done
1532024-07-10T21:47:04.141ZPlanning: Evaluating mediators ... Done
1542024-07-10T21:47:04.141ZPlanning: Planning completed in 0.44 seconds
1552024-07-10T21:47:04.141Z Mediators to change: 2
1562024-07-10T21:47:04.141Z Create boot environment: No
1572024-07-10T21:47:04.141ZCreate backup boot environment: No
1582024-07-10T21:47:04.141Z Done
1592024-07-10T21:47:04.141Z Done
1602024-07-10T21:47:04.142Z Done
1612024-07-10T21:47:07.197Z Done
1622024-07-10T21:47:07.283Z Done
1632024-07-10T21:47:07.286Z Done
1642024-07-10T21:47:07.490Z Done
1652024-07-10T21:47:08.117ZPlanning: Evaluating mediator changes ... Done
1662024-07-10T21:47:08.120ZPlanning: Merging actions ... Done
1672024-07-10T21:47:08.307ZPlanning: Checking for conflicting actions ... Done
1682024-07-10T21:47:08.310ZPlanning: Consolidating action changes ... Done
1692024-07-10T21:47:08.577ZPlanning: Evaluating mediators ... Done
1702024-07-10T21:47:08.635ZPlanning: Planning completed in 0.77 seconds
1712024-07-10T21:47:08.670Z Packages to change: 1
1722024-07-10T21:47:08.671Z Mediators to change: 1
1732024-07-10T21:47:08.675Z Services to change: 1
1742024-07-10T21:47:08.675Z Create boot environment: No
1752024-07-10T21:47:08.675ZCreate backup boot environment: Yes
1762024-07-10T21:47:10.956Z Actions: 1/6 actions (Updating modified actions)
1772024-07-10T21:47:10.961Z Actions: Completed 6 actions in 0.00 seconds.
1782024-07-10T21:47:10.961Z Done
1792024-07-10T21:47:10.961Z Done
1802024-07-10T21:47:11.027Z Done
1812024-07-10T21:47:14.976Z Done
1822024-07-10T21:47:15.067Z Done
1832024-07-10T21:47:15.070Z Done
1842024-07-10T21:47:15.226Z Done
1852024-07-10T21:47:15.671ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-07-10T21:47:15.671Zclang system 15 system
1872024-07-10T21:47:15.671Zcsh system system illumos
1882024-07-10T21:47:15.671Zctags system system illumos
1892024-07-10T21:47:15.672Zgcc vendor 12 vendor
1902024-07-10T21:47:15.672Zgcc system 10 system
1912024-07-10T21:47:15.672Zgcc system 7 system
1922024-07-10T21:47:15.672Zgo system 1.20 system
1932024-07-10T21:47:15.672Zgo system 1.19 system
1942024-07-10T21:47:15.672Zllvm system 15 system
1952024-07-10T21:47:15.672Zllvm system 14 system
1962024-07-10T21:47:15.673Zmariadb system 10.6 system
1972024-07-10T21:47:15.673Zmta vendor vendor dma
1982024-07-10T21:47:15.673Zopenjdk system 17 system
1992024-07-10T21:47:15.673Zopenjdk system 11 system
2002024-07-10T21:47:15.673Zopenjdk system 1.8 system
2012024-07-10T21:47:15.673Zopenssl vendor 3 vendor
2022024-07-10T21:47:15.673Zperl system 5.36 system
2032024-07-10T21:47:15.673Zpostgresql system 15 system
2042024-07-10T21:47:15.673Zpostgresql system 13 system
2052024-07-10T21:47:15.673Zpython vendor 3 vendor
2062024-07-10T21:47:15.674Zpython system 2 system
2072024-07-10T21:47:15.674Zpython3 system 3.11 system
2082024-07-10T21:47:15.674Zruby system 3.0 system
2092024-07-10T21:47:15.674Zwords vendor vendor american-english
2102024-07-10T21:47:15.674Zwords system system australian-english
2112024-07-10T21:47:15.674Zwords system system british-english
2122024-07-10T21:47:15.674Zwords system system canadian-english
2132024-07-10T21:47:15.674Zwords system system french
2142024-07-10T21:47:15.674Zwords system system italian
2152024-07-10T21:47:15.674Zwords system system ngerman
2162024-07-10T21:47:15.674Zwords system system ogerman
2172024-07-10T21:47:15.675Zwords system system spanish
2182024-07-10T21:47:16.002ZPUBLISHER TYPE STATUS P LOCATION
2192024-07-10T21:47:16.002Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-07-10T21:47:17.576ZFMRI IFO
2212024-07-10T21:47:17.576Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-07-10T21:47:17.576Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-07-10T21:47:17.577Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-07-10T21:47:17.577Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-07-10T21:47:17.577Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-07-10T21:47:17.577Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-07-10T21:47:17.577Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2282024-07-10T21:47:17.577Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-07-10T21:47:17.577Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-07-10T21:47:17.577Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-07-10T21:47:17.577Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-07-10T21:47:17.577Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-07-10T21:47:18.087Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-07-10T21:47:18.368Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-07-10T21:47:18.631Z Updating crates.io index
2362024-07-10T21:47:18.635Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-07-10T21:47:19.506Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-07-10T21:47:20.260Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-07-10T21:47:20.538Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-07-10T21:47:22.643Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412024-07-10T21:47:23.154Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-07-10T21:47:23.424Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-07-10T21:47:24.585Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-07-10T21:47:26.660Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-07-10T21:47:27.675Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-07-10T21:47:28.419Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472024-07-10T21:47:29.010Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-07-10T21:47:29.271Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2492024-07-10T21:47:29.584Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-07-10T21:47:29.915Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-07-10T21:47:30.185Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522024-07-10T21:47:30.506Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-07-10T21:47:30.865Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-07-10T21:47:31.109Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-07-10T21:47:31.341Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-07-10T21:47:31.643Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-07-10T21:47:32.052Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-07-10T21:47:32.368Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-07-10T21:47:33.001Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-07-10T21:47:33.290Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2612024-07-10T21:47:33.612Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-07-10T21:47:34.004Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-07-10T21:47:36.167Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-07-10T21:47:36.554Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-07-10T21:47:36.827Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-07-10T21:47:37.424Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-07-10T21:47:38.575Z Downloading crates ...
2682024-07-10T21:47:38.680Z Downloaded bytecount v0.6.8
2692024-07-10T21:47:38.685Z Downloaded anstream v0.6.14
2702024-07-10T21:47:38.688Z Downloaded adler v1.0.2
2712024-07-10T21:47:38.691Z Downloaded dtrace-parser v0.2.0
2722024-07-10T21:47:38.691Z Downloaded foreign-types-shared v0.1.1
2732024-07-10T21:47:38.691Z Downloaded equivalent v1.0.1
2742024-07-10T21:47:38.694Z Downloaded plain v0.2.3
2752024-07-10T21:47:38.698Z Downloaded pin-utils v0.1.0
2762024-07-10T21:47:38.701Z Downloaded pin-project-lite v0.2.14
2772024-07-10T21:47:38.705Z Downloaded num_threads v0.1.7
2782024-07-10T21:47:38.708Z Downloaded sha2 v0.10.8
2792024-07-10T21:47:38.712Z Downloaded is-terminal v0.4.12
2802024-07-10T21:47:38.712Z Downloaded openssl-probe v0.1.5
2812024-07-10T21:47:38.716Z Downloaded num-conv v0.1.0
2822024-07-10T21:47:38.716Z Downloaded sync_wrapper v0.1.2
2832024-07-10T21:47:38.716Z Downloaded anstyle-parse v0.2.4
2842024-07-10T21:47:38.719Z Downloaded tower-service v0.3.2
2852024-07-10T21:47:38.719Z Downloaded tinyvec_macros v0.1.1
2862024-07-10T21:47:38.719Z Downloaded is_terminal_polyfill v1.70.0
2872024-07-10T21:47:38.725Z Downloaded foreign-types v0.3.2
2882024-07-10T21:47:38.728Z Downloaded strum v0.26.2
2892024-07-10T21:47:38.730Z Downloaded take_mut v0.2.2
2902024-07-10T21:47:38.731Z Downloaded openssl-macros v0.1.1
2912024-07-10T21:47:38.733Z Downloaded time-core v0.1.2
2922024-07-10T21:47:38.738Z Downloaded proc-macro-error-attr v1.0.4
2932024-07-10T21:47:38.738Z Downloaded heck v0.4.1
2942024-07-10T21:47:38.741Z Downloaded rustversion v1.0.17
2952024-07-10T21:47:38.741Z Downloaded fnv v1.0.7
2962024-07-10T21:47:38.741Z Downloaded hostname v0.3.1
2972024-07-10T21:47:38.744Z Downloaded thread-id v4.2.1
2982024-07-10T21:47:38.744Z Downloaded strsim v0.11.1
2992024-07-10T21:47:38.746Z Downloaded utf8parse v0.2.1
3002024-07-10T21:47:38.747Z Downloaded slog-async v2.8.0
3012024-07-10T21:47:38.747Z Downloaded hyper-tls v0.5.0
3022024-07-10T21:47:38.749Z Downloaded httpdate v1.0.3
3032024-07-10T21:47:38.749Z Downloaded version_check v0.9.4
3042024-07-10T21:47:38.752Z Downloaded serde v1.0.204
3052024-07-10T21:47:38.755Z Downloaded tokio-macros v2.3.0
3062024-07-10T21:47:38.755Z Downloaded byteorder v1.5.0
3072024-07-10T21:47:38.758Z Downloaded try-lock v0.2.5
3082024-07-10T21:47:38.758Z Downloaded want v0.3.1
3092024-07-10T21:47:38.758Z Downloaded usdt-macro v0.5.0
3102024-07-10T21:47:38.761Z Downloaded usdt-attr-macro v0.5.0
3112024-07-10T21:47:38.761Z Downloaded toml_datetime v0.6.6
3122024-07-10T21:47:38.761Z Downloaded swrite v0.1.0
3132024-07-10T21:47:38.763Z Downloaded thread_local v1.1.8
3142024-07-10T21:47:38.763Z Downloaded usdt-impl v0.5.0
3152024-07-10T21:47:38.766Z Downloaded terminal_size v0.3.0
3162024-07-10T21:47:38.766Z Downloaded serde_urlencoded v0.7.1
3172024-07-10T21:47:38.769Z Downloaded futures-core v0.3.30
3182024-07-10T21:47:38.769Z Downloaded usdt v0.5.0
3192024-07-10T21:47:38.769Z Downloaded slog-json v2.6.1
3202024-07-10T21:47:38.772Z Downloaded futures-sink v0.3.30
3212024-07-10T21:47:38.772Z Downloaded signal-hook-registry v1.4.2
3222024-07-10T21:47:38.775Z Downloaded slog-bunyan v2.5.0
3232024-07-10T21:47:38.775Z Downloaded powerfmt v0.2.0
3242024-07-10T21:47:38.775Z Downloaded serde_spanned v0.6.6
3252024-07-10T21:47:38.777Z Downloaded thiserror v1.0.60
3262024-07-10T21:47:38.780Z Downloaded rustls-pemfile v1.0.4
3272024-07-10T21:47:38.783Z Downloaded term v0.7.0
3282024-07-10T21:47:38.786Z Downloaded time-macros v0.2.18
3292024-07-10T21:47:38.789Z Downloaded heck v0.5.0
3302024-07-10T21:47:38.789Z Downloaded percent-encoding v2.3.1
3312024-07-10T21:47:38.792Z Downloaded num_cpus v1.16.0
3322024-07-10T21:47:38.792Z Downloaded futures-executor v0.3.30
3332024-07-10T21:47:38.795Z Downloaded xattr v1.3.1
3342024-07-10T21:47:38.795Z Downloaded futures-channel v0.3.30
3352024-07-10T21:47:38.798Z Downloaded dirs-sys-next v0.1.2
3362024-07-10T21:47:38.798Z Downloaded bitflags v2.5.0
3372024-07-10T21:47:38.801Z Downloaded thiserror-impl v1.0.60
3382024-07-10T21:47:38.804Z Downloaded lock_api v0.4.12
3392024-07-10T21:47:38.807Z Downloaded tokio-native-tls v0.3.1
3402024-07-10T21:47:38.807Z Downloaded semver v1.0.23
3412024-07-10T21:47:38.809Z Downloaded tar v0.4.40
3422024-07-10T21:47:38.812Z Downloaded slog-term v2.9.1
3432024-07-10T21:47:38.812Z Downloaded proc-macro-error v1.0.4
3442024-07-10T21:47:38.815Z Downloaded slog v2.7.0
3452024-07-10T21:47:38.818Z Downloaded parking_lot_core v0.9.10
3462024-07-10T21:47:38.821Z Downloaded crc32fast v1.4.0
3472024-07-10T21:47:38.823Z Downloaded form_urlencoded v1.2.1
3482024-07-10T21:47:38.823Z Downloaded clap_derive v4.5.4
3492024-07-10T21:47:38.826Z Downloaded anyhow v1.0.86
3502024-07-10T21:47:38.829Z Downloaded zerocopy-derive v0.7.34
3512024-07-10T21:47:38.832Z Downloaded ryu v1.0.18
3522024-07-10T21:47:38.838Z Downloaded unicode-bidi v0.3.15
3532024-07-10T21:47:38.838Z Downloaded typenum v1.17.0
3542024-07-10T21:47:38.842Z Downloaded camino v1.1.7
3552024-07-10T21:47:38.845Z Downloaded tinyvec v1.6.0
3562024-07-10T21:47:38.845Z Downloaded socket2 v0.5.7
3572024-07-10T21:47:38.847Z Downloaded toml v0.8.14
3582024-07-10T21:47:38.850Z Downloaded ucd-trie v0.1.6
3592024-07-10T21:47:38.863Z Downloaded bytes v1.6.0
3602024-07-10T21:47:38.863Z Downloaded pest_derive v2.7.10
3612024-07-10T21:47:38.863Z Downloaded tracing v0.1.40
3622024-07-10T21:47:38.863Z Downloaded unicode-ident v1.0.12
3632024-07-10T21:47:38.866Z Downloaded papergrid v0.11.0
3642024-07-10T21:47:38.869Z Downloaded log v0.4.21
3652024-07-10T21:47:38.871Z Downloaded futures v0.3.30
3662024-07-10T21:47:38.875Z Downloaded pest_meta v2.7.10
3672024-07-10T21:47:38.879Z Downloaded url v2.5.0
3682024-07-10T21:47:38.881Z Downloaded parking_lot v0.12.2
3692024-07-10T21:47:38.884Z Downloaded toml_edit v0.22.14
3702024-07-10T21:47:38.905Z Downloaded miniz_oxide v0.7.2
3712024-07-10T21:47:38.907Z Downloaded unicode-normalization v0.1.23
3722024-07-10T21:47:38.910Z Downloaded tokio-util v0.7.11
3732024-07-10T21:47:38.916Z Downloaded time v0.3.36
3742024-07-10T21:47:38.923Z Downloaded serde_json v1.0.120
3752024-07-10T21:47:38.930Z Downloaded memchr v2.7.2
3762024-07-10T21:47:38.935Z Downloaded zerocopy v0.7.34
3772024-07-10T21:47:38.951Z Downloaded winnow v0.6.8
3782024-07-10T21:47:38.960Z Downloaded tabled v0.15.0
3792024-07-10T21:47:38.975Z Downloaded syn v2.0.68
3802024-07-10T21:47:38.985Z Downloaded vcpkg v0.2.15
3812024-07-10T21:47:39.023Z Downloaded goblin v0.8.2
3822024-07-10T21:47:39.028Z Downloaded unicode-width v0.1.13
3832024-07-10T21:47:39.036Z Downloaded rustix v0.38.34
3842024-07-10T21:47:39.057Z Downloaded openssl v0.10.64
3852024-07-10T21:47:39.065Z Downloaded tokio v1.38.0
3862024-07-10T21:47:39.100Z Downloaded idna v0.5.0
3872024-07-10T21:47:39.106Z Downloaded hyper v0.14.28
3882024-07-10T21:47:39.113Z Downloaded futures-util v0.3.30
3892024-07-10T21:47:39.123Z Downloaded syn v1.0.109
3902024-07-10T21:47:39.133Z Downloaded hashbrown v0.14.5
3912024-07-10T21:47:39.138Z Downloaded libc v0.2.155
3922024-07-10T21:47:39.163Z Downloaded h2 v0.3.26
3932024-07-10T21:47:39.169Z Downloaded clap_builder v4.5.2
3942024-07-10T21:47:39.175Z Downloaded reqwest v0.11.27
3952024-07-10T21:47:39.182Z Downloaded pest v2.7.10
3962024-07-10T21:47:39.186Z Downloaded encoding_rs v0.8.34
3972024-07-10T21:47:39.205Z Downloaded mio v0.8.11
3982024-07-10T21:47:39.210Z Downloaded http v0.2.12
3992024-07-10T21:47:39.214Z Downloaded openssl-sys v0.9.102
4002024-07-10T21:47:39.218Z Downloaded flate2 v1.0.30
4012024-07-10T21:47:39.223Z Downloaded crossbeam-channel v0.5.12
4022024-07-10T21:47:39.226Z Downloaded cc v1.0.97
4032024-07-10T21:47:39.231Z Downloaded indexmap v2.2.6
4042024-07-10T21:47:39.233Z Downloaded base64 v0.21.7
4052024-07-10T21:47:39.237Z Downloaded crossbeam-utils v0.8.19
4062024-07-10T21:47:39.240Z Downloaded clap v4.5.4
4072024-07-10T21:47:39.245Z Downloaded native-tls v0.2.11
4082024-07-10T21:47:39.248Z Downloaded memmap v0.7.0
4092024-07-10T21:47:39.251Z Downloaded tracing-core v0.1.32
4102024-07-10T21:47:39.251Z Downloaded serde_derive v1.0.204
4112024-07-10T21:47:39.254Z Downloaded proc-macro2 v1.0.86
4122024-07-10T21:47:39.256Z Downloaded once_cell v1.19.0
4132024-07-10T21:47:39.259Z Downloaded httparse v1.8.0
4142024-07-10T21:47:39.261Z Downloaded ipnet v2.9.0
4152024-07-10T21:47:39.261Z Downloaded errno v0.3.9
4162024-07-10T21:47:39.264Z Downloaded scroll v0.12.0
4172024-07-10T21:47:39.264Z Downloaded autocfg v1.3.0
4182024-07-10T21:47:39.267Z Downloaded cargo_toml v0.20.3
4192024-07-10T21:47:39.267Z Downloaded dof v0.3.0
4202024-07-10T21:47:39.267Z Downloaded deranged v0.3.11
4212024-07-10T21:47:39.272Z Downloaded strum_macros v0.26.4
4222024-07-10T21:47:39.275Z Downloaded smallvec v1.13.2
4232024-07-10T21:47:39.275Z Downloaded serde_tokenstream v0.2.1
4242024-07-10T21:47:39.275Z Downloaded quote v1.0.36
4252024-07-10T21:47:39.277Z Downloaded futures-io v0.3.30
4262024-07-10T21:47:39.277Z Downloaded dirs-next v2.0.0
4272024-07-10T21:47:39.280Z Downloaded colorchoice v1.0.1
4282024-07-10T21:47:39.280Z Downloaded cargo_metadata v0.18.1
4292024-07-10T21:47:39.283Z Downloaded scroll_derive v0.12.0
4302024-07-10T21:47:39.283Z Downloaded pkg-config v0.3.30
4312024-07-10T21:47:39.283Z Downloaded pest_generator v2.7.10
4322024-07-10T21:47:39.285Z Downloaded mime v0.3.17
4332024-07-10T21:47:39.285Z Downloaded macaddr v1.0.1
4342024-07-10T21:47:39.288Z Downloaded itoa v1.0.11
4352024-07-10T21:47:39.288Z Downloaded crypto-common v0.1.6
4362024-07-10T21:47:39.288Z Downloaded anstyle-query v1.0.3
4372024-07-10T21:47:39.291Z Downloaded http-body v0.4.6
4382024-07-10T21:47:39.291Z Downloaded generic-array v0.14.7
4392024-07-10T21:47:39.293Z Downloaded futures-macro v0.3.30
4402024-07-10T21:47:39.293Z Downloaded filetime v0.2.23
4412024-07-10T21:47:39.293Z Downloaded cpufeatures v0.2.12
4422024-07-10T21:47:39.296Z Downloaded pretty-hex v0.4.1
4432024-07-10T21:47:39.296Z Downloaded tabled_derive v0.7.0
4442024-07-10T21:47:39.298Z Downloaded slab v0.4.9
4452024-07-10T21:47:39.299Z Downloaded scopeguard v1.2.0
4462024-07-10T21:47:39.299Z Downloaded fs-err v2.11.0
4472024-07-10T21:47:39.301Z Downloaded digest v0.10.7
4482024-07-10T21:47:39.304Z Downloaded clap_lex v0.7.0
4492024-07-10T21:47:39.304Z Downloaded anstyle v1.0.7
4502024-07-10T21:47:39.304Z Downloaded match_cfg v0.1.0
4512024-07-10T21:47:39.307Z Downloaded futures-task v0.3.30
4522024-07-10T21:47:39.307Z Downloaded cfg-if v1.0.0
4532024-07-10T21:47:39.307Z Downloaded cargo-platform v0.1.8
4542024-07-10T21:47:39.310Z Downloaded block-buffer v0.10.4
4552024-07-10T21:47:39.601Z Compiling proc-macro2 v1.0.86
4562024-07-10T21:47:39.601Z Compiling unicode-ident v1.0.12
4572024-07-10T21:47:39.604Z Compiling libc v0.2.155
4582024-07-10T21:47:39.604Z Compiling version_check v0.9.4
4592024-07-10T21:47:39.604Z Compiling cfg-if v1.0.0
4602024-07-10T21:47:39.604Z Compiling itoa v1.0.11
4612024-07-10T21:47:39.637Z Compiling once_cell v1.19.0
4622024-07-10T21:47:39.639Z Compiling autocfg v1.3.0
4632024-07-10T21:47:39.772Z Compiling serde v1.0.204
4642024-07-10T21:47:39.891Z Compiling memchr v2.7.2
4652024-07-10T21:47:39.927Z Compiling thiserror v1.0.60
4662024-07-10T21:47:40.174Z Compiling ryu v1.0.18
4672024-07-10T21:47:40.463Z Compiling pin-project-lite v0.2.14
4682024-07-10T21:47:40.482Z Compiling bitflags v2.5.0
4692024-07-10T21:47:40.568Z Compiling pkg-config v0.3.30
4702024-07-10T21:47:40.590Z Compiling lock_api v0.4.12
4712024-07-10T21:47:40.820Z Compiling ucd-trie v0.1.6
4722024-07-10T21:47:41.280Z Compiling parking_lot_core v0.9.10
4732024-07-10T21:47:41.296Z Compiling vcpkg v0.2.15
4742024-07-10T21:47:41.707Z Compiling cc v1.0.97
4752024-07-10T21:47:42.891Z Compiling slab v0.4.9
4762024-07-10T21:47:42.910Z Compiling futures-core v0.3.30
4772024-07-10T21:47:42.937Z Compiling scopeguard v1.2.0
4782024-07-10T21:47:42.995Z Compiling bytes v1.6.0
4792024-07-10T21:47:43.068Z Compiling futures-sink v0.3.30
4802024-07-10T21:47:43.135Z Compiling smallvec v1.13.2
4812024-07-10T21:47:43.322Z Compiling fnv v1.0.7
4822024-07-10T21:47:43.465Z Compiling log v0.4.21
4832024-07-10T21:47:43.582Z Compiling equivalent v1.0.1
4842024-07-10T21:47:43.628Z Compiling byteorder v1.5.0
4852024-07-10T21:47:43.651Z Compiling hashbrown v0.14.5
4862024-07-10T21:47:43.697Z Compiling serde_json v1.0.120
4872024-07-10T21:47:43.850Z Compiling quote v1.0.36
4882024-07-10T21:47:44.089Z Compiling futures-channel v0.3.30
4892024-07-10T21:47:44.301Z Compiling syn v2.0.68
4902024-07-10T21:47:44.536Z Compiling socket2 v0.5.7
4912024-07-10T21:47:44.564Z Compiling mio v0.8.11
4922024-07-10T21:47:44.587Z Compiling num_cpus v1.16.0
4932024-07-10T21:47:44.718Z Compiling parking_lot v0.12.2
4942024-07-10T21:47:44.784Z Compiling openssl-sys v0.9.102
4952024-07-10T21:47:44.837Z Compiling signal-hook-registry v1.4.2
4962024-07-10T21:47:44.989Z Compiling indexmap v2.2.6
4972024-07-10T21:47:45.023Z Compiling rustix v0.38.34
4982024-07-10T21:47:45.582Z Compiling futures-io v0.3.30
4992024-07-10T21:47:45.782Z Compiling pin-utils v0.1.0
5002024-07-10T21:47:45.830Z Compiling futures-task v0.3.30
5012024-07-10T21:47:45.904Z Compiling typenum v1.17.0
5022024-07-10T21:47:46.043Z Compiling errno v0.3.9
5032024-07-10T21:47:46.074Z Compiling generic-array v0.14.7
5042024-07-10T21:47:46.143Z Compiling foreign-types-shared v0.1.1
5052024-07-10T21:47:46.275Z Compiling slog v2.7.0
5062024-07-10T21:47:46.300Z Compiling openssl v0.10.64
5072024-07-10T21:47:46.336Z Compiling foreign-types v0.3.2
5082024-07-10T21:47:46.458Z Compiling http v0.2.12
5092024-07-10T21:47:46.691Z Compiling proc-macro-error-attr v1.0.4
5102024-07-10T21:47:46.828Z Compiling usdt-impl v0.5.0
5112024-07-10T21:47:46.942Z Compiling tracing-core v0.1.32
5122024-07-10T21:47:47.142Z Compiling powerfmt v0.2.0
5132024-07-10T21:47:47.365Z Compiling native-tls v0.2.11
5142024-07-10T21:47:47.562Z Compiling time-core v0.1.2
5152024-07-10T21:47:47.626Z Compiling syn v1.0.109
5162024-07-10T21:47:47.705Z Compiling tinyvec_macros v0.1.1
5172024-07-10T21:47:47.806Z Compiling num-conv v0.1.0
5182024-07-10T21:47:48.081Z Compiling httparse v1.8.0
5192024-07-10T21:47:48.300Z Compiling time-macros v0.2.18
5202024-07-10T21:47:48.345Z Compiling tinyvec v1.6.0
5212024-07-10T21:47:48.517Z Compiling tracing v0.1.40
5222024-07-10T21:47:48.742Z Compiling deranged v0.3.11
5232024-07-10T21:47:48.903Z Compiling thread-id v4.2.1
5242024-07-10T21:47:49.256Z Compiling proc-macro-error v1.0.4
5252024-07-10T21:47:49.536Z Compiling rustversion v1.0.17
5262024-07-10T21:47:49.724Z Compiling plain v0.2.3
5272024-07-10T21:47:49.817Z Compiling utf8parse v0.2.1
5282024-07-10T21:47:49.883Z Compiling heck v0.5.0
5292024-07-10T21:47:49.959Z Compiling openssl-probe v0.1.5
5302024-07-10T21:47:50.031Z Compiling num_threads v0.1.7
5312024-07-10T21:47:50.202Z Compiling try-lock v0.2.5
5322024-07-10T21:47:50.246Z Compiling crossbeam-utils v0.8.19
5332024-07-10T21:47:50.283Z Compiling percent-encoding v2.3.1
5342024-07-10T21:47:50.338Z Compiling want v0.3.1
5352024-07-10T21:47:50.431Z Compiling anstyle-parse v0.2.4
5362024-07-10T21:47:50.616Z Compiling form_urlencoded v1.2.1
5372024-07-10T21:47:50.643Z Compiling unicode-normalization v0.1.23
5382024-07-10T21:47:50.930Z Compiling http-body v0.4.6
5392024-07-10T21:47:51.399Z Compiling dirs-sys-next v0.1.2
5402024-07-10T21:47:51.550Z Compiling httpdate v1.0.3
5412024-07-10T21:47:51.697Z Compiling camino v1.1.7
5422024-07-10T21:47:51.700Z Compiling time v0.3.36
5432024-07-10T21:47:51.755Z Compiling semver v1.0.23
5442024-07-10T21:47:52.070Z Compiling is_terminal_polyfill v1.70.0
5452024-07-10T21:47:52.094Z Compiling winnow v0.6.8
5462024-07-10T21:47:52.203Z Compiling anstyle v1.0.7
5472024-07-10T21:47:52.258Z Compiling pretty-hex v0.4.1
5482024-07-10T21:47:52.323Z Compiling colorchoice v1.0.1
5492024-07-10T21:47:52.490Z Compiling unicode-bidi v0.3.15
5502024-07-10T21:47:52.495Z Compiling anstyle-query v1.0.3
5512024-07-10T21:47:52.647Z Compiling crc32fast v1.4.0
5522024-07-10T21:47:52.672Z Compiling tower-service v0.3.2
5532024-07-10T21:47:52.815Z Compiling anstream v0.6.14
5542024-07-10T21:47:53.225Z Compiling idna v0.5.0
5552024-07-10T21:47:53.565Z Compiling dirs-next v2.0.0
5562024-07-10T21:47:54.240Z Compiling block-buffer v0.10.4
5572024-07-10T21:47:54.479Z Compiling crypto-common v0.1.6
5582024-07-10T21:47:54.704Z Compiling terminal_size v0.3.0
5592024-07-10T21:47:54.910Z Compiling fs-err v2.11.0
5602024-07-10T21:47:54.976Z Compiling thread_local v1.1.8
5612024-07-10T21:47:55.071Z Compiling base64 v0.21.7
5622024-07-10T21:47:55.214Z Compiling unicode-width v0.1.13
5632024-07-10T21:47:55.456Z Compiling adler v1.0.2
5642024-07-10T21:47:55.483Z Compiling clap_lex v0.7.0
5652024-07-10T21:47:55.562Z Compiling match_cfg v0.1.0
5662024-07-10T21:47:55.586Z Compiling anyhow v1.0.86
5672024-07-10T21:47:55.664Z Compiling slog-async v2.8.0
5682024-07-10T21:47:55.689Z Compiling bytecount v0.6.8
5692024-07-10T21:47:55.850Z Compiling strsim v0.11.1
5702024-07-10T21:47:55.893Z Compiling heck v0.4.1
5712024-07-10T21:47:55.930Z Compiling papergrid v0.11.0
5722024-07-10T21:47:56.037Z Compiling hostname v0.3.1
5732024-07-10T21:47:56.229Z Compiling clap_builder v4.5.2
5742024-07-10T21:47:56.278Z Compiling rustls-pemfile v1.0.4
5752024-07-10T21:47:56.364Z Compiling miniz_oxide v0.7.2
5762024-07-10T21:47:56.528Z Compiling digest v0.10.7
5772024-07-10T21:47:56.735Z Compiling crossbeam-channel v0.5.12
5782024-07-10T21:47:56.790Z Compiling url v2.5.0
5792024-07-10T21:47:56.950Z Compiling term v0.7.0
5802024-07-10T21:47:57.055Z Compiling serde_derive v1.0.204
5812024-07-10T21:47:57.640Z Compiling thiserror-impl v1.0.60
5822024-07-10T21:47:57.903Z Compiling zerocopy-derive v0.7.34
5832024-07-10T21:47:57.926Z Compiling tokio-macros v2.3.0
5842024-07-10T21:47:58.573Z Compiling futures-macro v0.3.30
5852024-07-10T21:47:58.734Z Compiling scroll_derive v0.12.0
5862024-07-10T21:47:59.678Z Compiling tokio v1.38.0
5872024-07-10T21:48:00.294Z Compiling zerocopy v0.7.34
5882024-07-10T21:48:00.297Z Compiling openssl-macros v0.1.1
5892024-07-10T21:48:00.343Z Compiling scroll v0.12.0
5902024-07-10T21:48:00.757Z Compiling futures-util v0.3.30
5912024-07-10T21:48:00.890Z Compiling goblin v0.8.2
5922024-07-10T21:48:01.225Z Compiling pest v2.7.10
5932024-07-10T21:48:01.956Z Compiling tabled_derive v0.7.0
5942024-07-10T21:48:04.180Z Compiling pest_meta v2.7.10
5952024-07-10T21:48:04.499Z Compiling strum_macros v0.26.4
5962024-07-10T21:48:07.022Z Compiling pest_generator v2.7.10
5972024-07-10T21:48:09.104Z Compiling tokio-util v0.7.11
5982024-07-10T21:48:09.533Z Compiling pest_derive v2.7.10
5992024-07-10T21:48:10.062Z Compiling h2 v0.3.26
6002024-07-10T21:48:10.375Z Compiling dtrace-parser v0.2.0
6012024-07-10T21:48:10.486Z Compiling tokio-native-tls v0.3.1
6022024-07-10T21:48:10.510Z Compiling futures-executor v0.3.30
6032024-07-10T21:48:10.750Z Compiling clap_derive v4.5.4
6042024-07-10T21:48:11.438Z Compiling xattr v1.3.1
6052024-07-10T21:48:11.544Z Compiling memmap v0.7.0
6062024-07-10T21:48:11.728Z Compiling is-terminal v0.4.12
6072024-07-10T21:48:11.913Z Compiling serde_spanned v0.6.6
6082024-07-10T21:48:12.176Z Compiling serde_tokenstream v0.2.1
6092024-07-10T21:48:12.435Z Compiling toml_datetime v0.6.6
6102024-07-10T21:48:12.728Z Compiling toml_edit v0.22.14
6112024-07-10T21:48:12.950Z Compiling serde_urlencoded v0.7.1
6122024-07-10T21:48:13.505Z Compiling cargo-platform v0.1.8
6132024-07-10T21:48:14.102Z Compiling dof v0.3.0
6142024-07-10T21:48:14.922Z Compiling hyper v0.14.28
6152024-07-10T21:48:15.230Z Compiling slog-json v2.6.1
6162024-07-10T21:48:15.624Z Compiling filetime v0.2.23
6172024-07-10T21:48:15.826Z Compiling toml v0.8.14
6182024-07-10T21:48:16.008Z Compiling encoding_rs v0.8.34
6192024-07-10T21:48:16.435Z Compiling usdt-macro v0.5.0
6202024-07-10T21:48:16.658Z Compiling usdt-attr-macro v0.5.0
6212024-07-10T21:48:16.759Z Compiling mime v0.3.17
6222024-07-10T21:48:17.395Z Compiling ipnet v2.9.0
6232024-07-10T21:48:17.509Z Compiling cpufeatures v0.2.12
6242024-07-10T21:48:17.623Z Compiling sync_wrapper v0.1.2
6252024-07-10T21:48:17.667Z Compiling take_mut v0.2.2
6262024-07-10T21:48:17.739Z Compiling sha2 v0.10.8
6272024-07-10T21:48:17.760Z Compiling cargo_toml v0.20.3
6282024-07-10T21:48:18.134Z Compiling usdt v0.5.0
6292024-07-10T21:48:18.658Z Compiling tar v0.4.40
6302024-07-10T21:48:18.661Z Compiling clap v4.5.4
6312024-07-10T21:48:18.800Z Compiling hyper-tls v0.5.0
6322024-07-10T21:48:19.074Z Compiling reqwest v0.11.27
6332024-07-10T21:48:19.134Z Compiling slog-bunyan v2.5.0
6342024-07-10T21:48:19.344Z Compiling cargo_metadata v0.18.1
6352024-07-10T21:48:20.689Z Compiling slog-term v2.9.1
6362024-07-10T21:48:20.814Z Compiling macaddr v1.0.1
6372024-07-10T21:48:21.178Z Compiling flate2 v1.0.30
6382024-07-10T21:48:21.279Z Compiling futures v0.3.30
6392024-07-10T21:48:21.366Z Compiling strum v0.26.2
6402024-07-10T21:48:21.399Z Compiling tabled v0.15.0
6412024-07-10T21:48:21.947Z Compiling swrite v0.1.0
6422024-07-10T21:48:26.133Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6432024-07-10T21:48:33.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
6442024-07-10T21:48:33.773Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6452024-07-10T21:48:33.835ZJul 10 21:48:32.478 INFO Starting download, target: Cockroach
6462024-07-10T21:48:33.836ZJul 10 21:48:32.478 INFO Starting download, target: Clickhouse
6472024-07-10T21:48:33.838ZJul 10 21:48:32.478 INFO Starting download, target: Console
6482024-07-10T21:48:33.838ZJul 10 21:48:32.478 INFO Starting download, target: DendriteOpenapi
6492024-07-10T21:48:33.838ZJul 10 21:48:32.478 INFO Starting download, target: DendriteStub
6502024-07-10T21:48:33.838ZJul 10 21:48:32.478 INFO Starting download, target: MaghemiteMgd
6512024-07-10T21:48:33.838ZJul 10 21:48:32.478 INFO Starting download, target: TransceiverControl
6522024-07-10T21:48:33.838ZJul 10 21:48:32.479 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6532024-07-10T21:48:33.838ZJul 10 21:48:32.479 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi
6542024-07-10T21:48:33.838ZJul 10 21:48:32.479 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6552024-07-10T21:48:33.838ZJul 10 21:48:32.479 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6562024-07-10T21:48:33.838ZJul 10 21:48:32.479 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6572024-07-10T21:48:33.838ZJul 10 21:48:32.479 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6582024-07-10T21:48:33.838ZJul 10 21:48:32.479 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6592024-07-10T21:48:34.132ZJul 10 21:48:32.773 INFO Download complete, target: DendriteOpenapi
6602024-07-10T21:48:34.472ZJul 10 21:48:33.103 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6612024-07-10T21:48:34.492ZJul 10 21:48:33.130 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6622024-07-10T21:48:34.604ZJul 10 21:48:33.243 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6632024-07-10T21:48:34.719ZJul 10 21:48:33.361 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6642024-07-10T21:48:34.905ZJul 10 21:48:33.547 INFO Download complete, target: Console
6652024-07-10T21:48:35.411ZJul 10 21:48:34.053 INFO Download complete, target: TransceiverControl
6662024-07-10T21:48:35.976ZJul 10 21:48:34.616 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6672024-07-10T21:48:37.382ZJul 10 21:48:36.024 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6682024-07-10T21:48:37.383ZJul 10 21:48:36.024 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6692024-07-10T21:48:38.261ZJul 10 21:48:36.903 INFO Download complete, target: DendriteStub
6702024-07-10T21:48:38.310ZJul 10 21:48:36.951 INFO Download complete, target: MaghemiteMgd
6712024-07-10T21:48:46.133ZJul 10 21:48:44.774 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6722024-07-10T21:48:46.476ZJul 10 21:48:45.116 INFO Checking that binary works, target: Cockroach
6732024-07-10T21:48:46.741ZJul 10 21:48:45.381 INFO Download complete, target: Cockroach
6742024-07-10T21:48:51.214ZJul 10 21:48:49.854 INFO Checking that binary works, target: Clickhouse
6752024-07-10T21:48:51.723ZJul 10 21:48:50.362 INFO Download complete, target: Clickhouse
6762024-07-10T21:48:51.730ZAll prerequisites installed successfully
6772024-07-10T21:48:51.733Z
6782024-07-10T21:48:51.733Zreal 2:59.008210485
6792024-07-10T21:48:51.733Zuser 5:51.194580327
6802024-07-10T21:48:51.733Zsys 1:19.600519661
6812024-07-10T21:48:51.733Ztrap 0.232844093
6822024-07-10T21:48:51.733Ztflt 5.202859548
6832024-07-10T21:48:51.733Zdflt 7.373324049
6842024-07-10T21:48:51.733Zkflt 0.203826926
6852024-07-10T21:48:51.733Zlock 12:57.315394073
6862024-07-10T21:48:51.733Zslp 18:45.308293461
6872024-07-10T21:48:51.733Zlat 17.451144790
6882024-07-10T21:48:51.733Zstop 1:03.230388927
6892024-07-10T21:48:51.733Z+ ptime -m cargo xtask download softnpu
6902024-07-10T21:48:52.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
6912024-07-10T21:48:52.308Z Running `target/debug/xtask download softnpu`
6922024-07-10T21:48:52.330ZJul 10 21:48:50.969 INFO Starting download, target: Softnpu
6932024-07-10T21:48:52.333ZJul 10 21:48:50.970 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6942024-07-10T21:48:53.111ZJul 10 21:48:51.750 INFO Download complete, target: Softnpu
6952024-07-10T21:48:53.115Z
6962024-07-10T21:48:53.118Zreal 1.377649529
6972024-07-10T21:48:53.118Zuser 0.629814203
6982024-07-10T21:48:53.118Zsys 0.301786211
6992024-07-10T21:48:53.118Ztrap 0.000511452
7002024-07-10T21:48:53.118Ztflt 0.000024645
7012024-07-10T21:48:53.118Zdflt 0.000069165
7022024-07-10T21:48:53.118Zkflt 0.000000000
7032024-07-10T21:48:53.118Zlock 7.992554715
7042024-07-10T21:48:53.118Zslp 0.713894430
7052024-07-10T21:48:53.118Zlat 0.072137329
7062024-07-10T21:48:53.118Zstop 0.000257115
7072024-07-10T21:48:53.118Z+ export CARGO_INCREMENTAL=0
7082024-07-10T21:48:53.118Z+ CARGO_INCREMENTAL=0
7092024-07-10T21:48:53.118Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7102024-07-10T21:48:53.681Z Downloading crates ...
7112024-07-10T21:48:53.873Z Downloaded addr2line v0.21.0
7122024-07-10T21:48:53.877Z Downloaded cfg_aliases v0.1.1
7132024-07-10T21:48:53.886Z Downloaded bitstruct v0.1.1
7142024-07-10T21:48:53.888Z Downloaded darling_macro v0.20.9
7152024-07-10T21:48:53.891Z Downloaded cstr-argument v0.1.2
7162024-07-10T21:48:53.891Z Downloaded crunchy v0.2.2
7172024-07-10T21:48:53.894Z Downloaded aead v0.5.2
7182024-07-10T21:48:53.896Z Downloaded arrayref v0.3.7
7192024-07-10T21:48:53.899Z Downloaded array-init v0.0.4
7202024-07-10T21:48:53.902Z Downloaded derive_builder_macro v0.20.0
7212024-07-10T21:48:53.904Z Downloaded atty v0.2.14
7222024-07-10T21:48:53.909Z Downloaded atomicwrites v0.4.3
7232024-07-10T21:48:53.909Z Downloaded crc-catalog v2.4.0
7242024-07-10T21:48:53.912Z Downloaded convert_case v0.4.0
7252024-07-10T21:48:53.912Z Downloaded ciborium-ll v0.2.2
7262024-07-10T21:48:53.914Z Downloaded buf-list v1.0.3
7272024-07-10T21:48:53.917Z Downloaded parse-size v1.0.0
7282024-07-10T21:48:53.917Z Downloaded oso-derive v0.27.3
7292024-07-10T21:48:53.920Z Downloaded const_format_proc_macros v0.2.32
7302024-07-10T21:48:53.922Z Downloaded memoffset v0.9.1
7312024-07-10T21:48:53.922Z Downloaded curve25519-dalek-derive v0.1.1
7322024-07-10T21:48:53.925Z Downloaded cobs v0.2.3
7332024-07-10T21:48:53.925Z Downloaded path-slash v0.1.5
7342024-07-10T21:48:53.927Z Downloaded bitfield-struct v0.6.1
7352024-07-10T21:48:53.930Z Downloaded castaway v0.2.2
7362024-07-10T21:48:53.930Z Downloaded phf_shared v0.10.0
7372024-07-10T21:48:53.932Z Downloaded ciborium-io v0.2.2
7382024-07-10T21:48:53.933Z Downloaded async-stream-impl v0.3.5
7392024-07-10T21:48:53.933Z Downloaded argon2 v0.5.3
7402024-07-10T21:48:53.935Z Downloaded normalize-line-endings v0.3.0
7412024-07-10T21:48:53.935Z Downloaded async-stream v0.3.5
7422024-07-10T21:48:53.938Z Downloaded bit-vec v0.6.3
7432024-07-10T21:48:53.940Z Downloaded defmt-macros v0.3.9
7442024-07-10T21:48:53.943Z Downloaded crc v3.2.1
7452024-07-10T21:48:53.946Z Downloaded debug-ignore v1.0.5
7462024-07-10T21:48:53.949Z Downloaded bitstruct_derive v0.1.0
7472024-07-10T21:48:53.949Z Downloaded newtype-uuid v1.1.0
7482024-07-10T21:48:53.949Z Downloaded newline-converter v0.3.0
7492024-07-10T21:48:53.951Z Downloaded bb8 v0.8.5
7502024-07-10T21:48:53.951Z Downloaded olpc-cjson v0.1.3
7512024-07-10T21:48:53.954Z Downloaded base16ct v0.2.0
7522024-07-10T21:48:53.954Z Downloaded assert_matches v1.5.0
7532024-07-10T21:48:53.957Z Downloaded pem v3.0.4
7542024-07-10T21:48:53.957Z Downloaded num-derive v0.4.2
7552024-07-10T21:48:53.959Z Downloaded num v0.4.3
7562024-07-10T21:48:53.959Z Downloaded nanorand v0.7.0
7572024-07-10T21:48:53.962Z Downloaded backoff v0.4.0
7582024-07-10T21:48:53.966Z Downloaded mime_guess v2.0.4
7592024-07-10T21:48:53.968Z Downloaded number_prefix v0.4.0
7602024-07-10T21:48:53.968Z Downloaded pretty-hex v0.2.1
7612024-07-10T21:48:53.968Z Downloaded precomputed-hash v0.1.1
7622024-07-10T21:48:53.971Z Downloaded ascii v1.1.0
7632024-07-10T21:48:53.971Z Downloaded portpicker v0.1.1
7642024-07-10T21:48:53.973Z Downloaded cookie_store v0.20.0
7652024-07-10T21:48:53.976Z Downloaded peg-runtime v0.8.3
7662024-07-10T21:48:53.976Z Downloaded derive_builder v0.20.0
7672024-07-10T21:48:53.979Z Downloaded opaque-debug v0.3.1
7682024-07-10T21:48:53.984Z Downloaded block-padding v0.3.3
7692024-07-10T21:48:53.984Z Downloaded ahash v0.8.11
7702024-07-10T21:48:53.986Z Downloaded new_debug_unreachable v1.0.6
7712024-07-10T21:48:53.986Z Downloaded nodrop v0.1.14
7722024-07-10T21:48:53.986Z Downloaded r2d2 v0.8.10
7732024-07-10T21:48:53.989Z Downloaded predicates-tree v1.0.9
7742024-07-10T21:48:53.989Z Downloaded async-recursion v1.1.1
7752024-07-10T21:48:53.993Z Downloaded chacha20 v0.9.1
7762024-07-10T21:48:53.996Z Downloaded ppv-lite86 v0.2.17
7772024-07-10T21:48:53.998Z Downloaded der_derive v0.7.2
7782024-07-10T21:48:53.998Z Downloaded ref-cast-impl v1.0.23
7792024-07-10T21:48:54.001Z Downloaded constant_time_eq v0.3.0
7802024-07-10T21:48:54.002Z Downloaded cexpr v0.6.0
7812024-07-10T21:48:54.004Z Downloaded csv-core v0.1.11
7822024-07-10T21:48:54.004Z Downloaded predicates v3.1.0
7832024-07-10T21:48:54.007Z Downloaded crossbeam-deque v0.8.5
7842024-07-10T21:48:54.009Z Downloaded peg v0.8.3
7852024-07-10T21:48:54.012Z Downloaded num_enum v0.5.11
7862024-07-10T21:48:54.016Z Downloaded foreign-types-macros v0.2.3
7872024-07-10T21:48:54.019Z Downloaded rand_seeder v0.2.3
7882024-07-10T21:48:54.022Z Downloaded thiserror-impl-no-std v2.0.2
7892024-07-10T21:48:54.022Z Downloaded num-iter v0.1.45
7902024-07-10T21:48:54.024Z Downloaded num-rational v0.4.2
7912024-07-10T21:48:54.024Z Downloaded foreign-types-shared v0.3.1
7922024-07-10T21:48:54.027Z Downloaded multer v3.1.0
7932024-07-10T21:48:54.030Z Downloaded is_ci v1.2.0
7942024-07-10T21:48:54.030Z Downloaded const-oid v0.9.6
7952024-07-10T21:48:54.032Z Downloaded crossbeam-epoch v0.9.18
7962024-07-10T21:48:54.035Z Downloaded clang-sys v1.7.0
7972024-07-10T21:48:54.037Z Downloaded nibble_vec v0.1.0
7982024-07-10T21:48:54.040Z Downloaded matches v0.1.10
7992024-07-10T21:48:54.040Z Downloaded derive_builder_core v0.20.0
8002024-07-10T21:48:54.042Z Downloaded bzip2 v0.4.4
8012024-07-10T21:48:54.045Z Downloaded rand_core v0.6.4
8022024-07-10T21:48:54.045Z Downloaded topological-sort v0.2.2
8032024-07-10T21:48:54.048Z Downloaded peg-macros v0.8.3
8042024-07-10T21:48:54.048Z Downloaded cipher v0.4.4
8052024-07-10T21:48:54.050Z Downloaded cancel-safe-futures v0.1.5
8062024-07-10T21:48:54.053Z Downloaded camino-tempfile v1.1.1
8072024-07-10T21:48:54.055Z Downloaded walkdir v2.5.0
8082024-07-10T21:48:54.058Z Downloaded pkcs1 v0.7.5
8092024-07-10T21:48:54.061Z Downloaded parse-display v0.9.1
8102024-07-10T21:48:54.061Z Downloaded untrusted v0.7.1
8112024-07-10T21:48:54.064Z Downloaded unicode-truncate v1.0.0
8122024-07-10T21:48:54.064Z Downloaded parking_lot v0.11.2
8132024-07-10T21:48:54.067Z Downloaded base64ct v1.6.0
8142024-07-10T21:48:54.069Z Downloaded postgres-protocol v0.6.6
8152024-07-10T21:48:54.072Z Downloaded darling v0.20.9
8162024-07-10T21:48:54.075Z Downloaded dyn-clone v1.0.17
8172024-07-10T21:48:54.078Z Downloaded ed25519 v1.5.3
8182024-07-10T21:48:54.078Z Downloaded humantime v2.1.0
8192024-07-10T21:48:54.080Z Downloaded blake2 v0.10.6
8202024-07-10T21:48:54.085Z Downloaded password-hash v0.5.0
8212024-07-10T21:48:54.087Z Downloaded num-complex v0.4.6
8222024-07-10T21:48:54.087Z Downloaded diesel_table_macro_syntax v0.1.0
8232024-07-10T21:48:54.088Z Downloaded headers-core v0.2.0
8242024-07-10T21:48:54.090Z Downloaded lazy_static v1.5.0
8252024-07-10T21:48:54.090Z Downloaded paste v1.0.15
8262024-07-10T21:48:54.093Z Downloaded hostname v0.4.0
8272024-07-10T21:48:54.095Z Downloaded ident_case v1.0.1
8282024-07-10T21:48:54.098Z Downloaded serde-big-array v0.5.1
8292024-07-10T21:48:54.098Z Downloaded pkcs8 v0.10.2
8302024-07-10T21:48:54.100Z Downloaded parking_lot_core v0.8.6
8312024-07-10T21:48:54.103Z Downloaded tracing-attributes v0.1.27
8322024-07-10T21:48:54.106Z Downloaded postgres-types v0.2.6
8332024-07-10T21:48:54.109Z Downloaded poly1305 v0.8.0
8342024-07-10T21:48:54.111Z Downloaded rusty-fork v0.3.0
8352024-07-10T21:48:54.111Z Downloaded smallvec v0.6.14
8362024-07-10T21:48:54.114Z Downloaded sha1 v0.10.6
8372024-07-10T21:48:54.117Z Downloaded lazycell v1.3.0
8382024-07-10T21:48:54.117Z Downloaded pin-project v1.1.5
8392024-07-10T21:48:54.127Z Downloaded which v4.4.2
8402024-07-10T21:48:54.130Z Downloaded termcolor v1.4.1
8412024-07-10T21:48:54.133Z Downloaded shell-words v1.1.0
8422024-07-10T21:48:54.133Z Downloaded scheduled-thread-pool v0.2.7
8432024-07-10T21:48:54.133Z Downloaded derive-where v1.2.7
8442024-07-10T21:48:54.139Z Downloaded console v0.15.8
8452024-07-10T21:48:54.142Z Downloaded smawk v0.3.2
8462024-07-10T21:48:54.142Z Downloaded spki v0.7.3
8472024-07-10T21:48:54.145Z Downloaded hyper-staticfile v0.9.5
8482024-07-10T21:48:54.145Z Downloaded num-traits v0.2.19
8492024-07-10T21:48:54.151Z Downloaded rustc_version v0.1.7
8502024-07-10T21:48:54.151Z Downloaded glob v0.3.1
8512024-07-10T21:48:54.151Z Downloaded uzers v0.11.3
8522024-07-10T21:48:54.155Z Downloaded strip-ansi-escapes v0.2.0
8532024-07-10T21:48:54.155Z Downloaded zone_cfg_derive v0.1.2
8542024-07-10T21:48:54.155Z Downloaded waitgroup v0.1.2
8552024-07-10T21:48:54.155Z Downloaded structmeta v0.3.0
8562024-07-10T21:48:54.158Z Downloaded stability v0.2.0
8572024-07-10T21:48:54.158Z Downloaded rustc-hash v1.1.0
8582024-07-10T21:48:54.161Z Downloaded termios v0.3.3
8592024-07-10T21:48:54.161Z Downloaded oso v0.27.3
8602024-07-10T21:48:54.171Z Downloaded stringprep v0.1.4
8612024-07-10T21:48:54.174Z Downloaded serde-hex v0.1.0
8622024-07-10T21:48:54.179Z Downloaded zeroize v1.7.0
8632024-07-10T21:48:54.179Z Downloaded fixedbitset v0.4.2
8642024-07-10T21:48:54.181Z Downloaded structmeta-derive v0.2.0
8652024-07-10T21:48:54.181Z Downloaded string_cache v0.8.7
8662024-07-10T21:48:54.181Z Downloaded structmeta v0.2.0
8672024-07-10T21:48:54.183Z Downloaded zerocopy v0.6.6
8682024-07-10T21:48:54.185Z Downloaded difflib v0.4.0
8692024-07-10T21:48:54.188Z Downloaded prettyplease v0.2.20
8702024-07-10T21:48:54.190Z Downloaded postcard v1.0.8
8712024-07-10T21:48:54.193Z Downloaded pin-project-internal v1.1.5
8722024-07-10T21:48:54.195Z Downloaded sigpipe v0.1.3
8732024-07-10T21:48:54.197Z Downloaded rayon-core v1.12.1
8742024-07-10T21:48:54.200Z Downloaded shlex v1.3.0
8752024-07-10T21:48:54.202Z Downloaded slog-envlogger v2.2.0
8762024-07-10T21:48:54.205Z Downloaded strum_macros v0.24.3
8772024-07-10T21:48:54.207Z Downloaded http-range v0.1.5
8782024-07-10T21:48:54.207Z Downloaded slog-dtrace v0.3.0
8792024-07-10T21:48:54.210Z Downloaded serde_path_to_error v0.1.16
8802024-07-10T21:48:54.212Z Downloaded serde_derive_internals v0.29.1
8812024-07-10T21:48:54.212Z Downloaded static_assertions v1.1.0
8822024-07-10T21:48:54.215Z Downloaded stable_deref_trait v1.2.0
8832024-07-10T21:48:54.215Z Downloaded zeroize_derive v1.4.2
8842024-07-10T21:48:54.217Z Downloaded unarray v0.1.4
8852024-07-10T21:48:54.217Z Downloaded sec1 v0.7.3
8862024-07-10T21:48:54.220Z Downloaded structmeta-derive v0.3.0
8872024-07-10T21:48:54.222Z Downloaded unsafe-libyaml v0.2.11
8882024-07-10T21:48:54.225Z Downloaded libloading v0.8.3
8892024-07-10T21:48:54.227Z Downloaded float-cmp v0.9.0
8902024-07-10T21:48:54.230Z Downloaded heck v0.3.3
8912024-07-10T21:48:54.230Z Downloaded const_format v0.2.32
8922024-07-10T21:48:54.234Z Downloaded backtrace v0.3.71
8932024-07-10T21:48:54.239Z Downloaded endian-type v0.1.2
8942024-07-10T21:48:54.242Z Downloaded rustfmt-wrapper v0.2.1
8952024-07-10T21:48:54.244Z Downloaded tokio-postgres v0.7.10
8962024-07-10T21:48:54.247Z Downloaded siphasher v0.3.11
8972024-07-10T21:48:54.250Z Downloaded group v0.13.0
8982024-07-10T21:48:54.252Z Downloaded rcgen v0.12.1
8992024-07-10T21:48:54.255Z Downloaded tiny-keccak v2.0.2
9002024-07-10T21:48:54.259Z Downloaded globset v0.4.14
9012024-07-10T21:48:54.262Z Downloaded env_logger v0.10.2
9022024-07-10T21:48:54.262Z Downloaded sct v0.7.1
9032024-07-10T21:48:54.264Z Downloaded maybe-uninit v2.0.0
9042024-07-10T21:48:54.267Z Downloaded home v0.5.9
9052024-07-10T21:48:54.267Z Downloaded either v1.12.0
9062024-07-10T21:48:54.269Z Downloaded zone v0.1.8
9072024-07-10T21:48:54.269Z Downloaded serde-big-array v0.4.1
9082024-07-10T21:48:54.272Z Downloaded libsw v3.3.1
9092024-07-10T21:48:54.272Z Downloaded publicsuffix v2.2.3
9102024-07-10T21:48:54.275Z Downloaded erased-serde v0.3.31
9112024-07-10T21:48:54.277Z Downloaded strum_macros v0.25.3
9122024-07-10T21:48:54.280Z Downloaded enum-as-inner v0.5.1
9132024-07-10T21:48:54.283Z Downloaded linear-map v1.2.0
9142024-07-10T21:48:54.285Z Downloaded same-file v1.0.6
9152024-07-10T21:48:54.285Z Downloaded hubpack v0.1.2
9162024-07-10T21:48:54.288Z Downloaded crypto-bigint v0.5.5
9172024-07-10T21:48:54.292Z Downloaded getrandom v0.2.14
9182024-07-10T21:48:54.295Z Downloaded managed v0.8.0
9192024-07-10T21:48:54.298Z Downloaded sqlparser_derive v0.2.2
9202024-07-10T21:48:54.298Z Downloaded impl-trait-for-tuples v0.2.2
9212024-07-10T21:48:54.301Z Downloaded fallible-iterator v0.2.0
9222024-07-10T21:48:54.304Z Downloaded foreign-types v0.5.0
9232024-07-10T21:48:54.304Z Downloaded diff v0.1.13
9242024-07-10T21:48:54.306Z Downloaded diesel_derives v2.1.4
9252024-07-10T21:48:54.310Z Downloaded signature v1.6.4
9262024-07-10T21:48:54.312Z Downloaded instant v0.1.12
9272024-07-10T21:48:54.315Z Downloaded toml v0.7.8
9282024-07-10T21:48:54.317Z Downloaded tls_codec v0.4.1
9292024-07-10T21:48:54.320Z Downloaded tls_codec_derive v0.4.1
9302024-07-10T21:48:54.320Z Downloaded tokio-tungstenite v0.20.1
9312024-07-10T21:48:54.322Z Downloaded thiserror-no-std v2.0.2
9322024-07-10T21:48:54.326Z Downloaded env_logger v0.9.3
9332024-07-10T21:48:54.328Z Downloaded hubpack_derive v0.1.1
9342024-07-10T21:48:54.331Z Downloaded vte_generate_state_changes v0.1.1
9352024-07-10T21:48:54.331Z Downloaded tap v1.0.1
9362024-07-10T21:48:54.331Z Downloaded fxhash v0.2.1
9372024-07-10T21:48:54.333Z Downloaded smf v0.2.3
9382024-07-10T21:48:54.333Z Downloaded spin v0.5.2
9392024-07-10T21:48:54.336Z Downloaded semver v0.1.20
9402024-07-10T21:48:54.336Z Downloaded schemars_derive v0.8.21
9412024-07-10T21:48:54.338Z Downloaded hmac v0.12.1
9422024-07-10T21:48:54.338Z Downloaded maplit v1.0.2
9432024-07-10T21:48:54.343Z Downloaded serde_repr v0.1.19
9442024-07-10T21:48:54.345Z Downloaded serde_plain v1.0.2
9452024-07-10T21:48:54.345Z Downloaded subtle v2.5.0
9462024-07-10T21:48:54.345Z Downloaded float-ord v0.3.2
9472024-07-10T21:48:54.345Z Downloaded schemars v0.8.21
9482024-07-10T21:48:54.356Z Downloaded fastrand v2.1.0
9492024-07-10T21:48:54.359Z Downloaded rpassword v7.3.1
9502024-07-10T21:48:54.359Z Downloaded spin v0.9.8
9512024-07-10T21:48:54.362Z Downloaded serde_with_macros v3.8.1
9522024-07-10T21:48:54.364Z Downloaded secrecy v0.8.0
9532024-07-10T21:48:54.364Z Downloaded inout v0.1.3
9542024-07-10T21:48:54.367Z Downloaded embedded-io v0.4.0
9552024-07-10T21:48:54.370Z Downloaded indoc v1.0.9
9562024-07-10T21:48:54.370Z Downloaded memmap2 v0.9.4
9572024-07-10T21:48:54.372Z Downloaded snafu-derive v0.8.2
9582024-07-10T21:48:54.375Z Downloaded tabwriter v1.4.0
9592024-07-10T21:48:54.375Z Downloaded supports-color v3.0.0
9602024-07-10T21:48:54.378Z Downloaded half v2.4.1
9612024-07-10T21:48:54.380Z Downloaded lru-cache v0.1.2
9622024-07-10T21:48:54.380Z Downloaded snafu v0.8.2
9632024-07-10T21:48:54.384Z Downloaded serde_yaml v0.9.34+deprecated
9642024-07-10T21:48:54.388Z Downloaded rand v0.8.5
9652024-07-10T21:48:54.392Z Downloaded tokio-stream v0.1.15
9662024-07-10T21:48:54.396Z Downloaded uuid v1.9.1
9672024-07-10T21:48:54.399Z Downloaded crossterm v0.27.0
9682024-07-10T21:48:54.405Z Downloaded hex v0.4.3
9692024-07-10T21:48:54.407Z Downloaded highway v1.1.0
9702024-07-10T21:48:54.410Z Downloaded wyz v0.5.1
9712024-07-10T21:48:54.410Z Downloaded zip v0.6.6
9722024-07-10T21:48:54.413Z Downloaded funty v2.0.0
9732024-07-10T21:48:54.416Z Downloaded wait-timeout v0.2.0
9742024-07-10T21:48:54.416Z Downloaded similar v2.5.0
9752024-07-10T21:48:54.420Z Downloaded getopts v0.2.21
9762024-07-10T21:48:54.422Z Downloaded indexmap v1.9.3
9772024-07-10T21:48:54.425Z Downloaded subprocess v0.2.9
9782024-07-10T21:48:54.428Z Downloaded tempfile v3.10.1
9792024-07-10T21:48:54.430Z Downloaded rustc_version v0.4.0
9802024-07-10T21:48:54.433Z Downloaded keccak v0.1.5
9812024-07-10T21:48:54.433Z Downloaded sqlformat v0.2.3
9822024-07-10T21:48:54.435Z Downloaded num-bigint v0.4.5
9832024-07-10T21:48:54.438Z Downloaded tokio-rustls v0.25.0
9842024-07-10T21:48:54.440Z Downloaded tokio-rustls v0.24.1
9852024-07-10T21:48:54.443Z Downloaded whoami v1.5.1
9862024-07-10T21:48:54.447Z Downloaded toml v0.5.11
9872024-07-10T21:48:54.450Z Downloaded trust-dns-client v0.22.0
9882024-07-10T21:48:54.453Z Downloaded headers v0.3.9
9892024-07-10T21:48:54.456Z Downloaded rustls-pki-types v1.7.0
9902024-07-10T21:48:54.459Z Downloaded ipnetwork v0.20.0
9912024-07-10T21:48:54.462Z Downloaded heapless v0.7.17
9922024-07-10T21:48:54.464Z Downloaded blake3 v1.5.1
9932024-07-10T21:48:54.471Z Downloaded aho-corasick v1.1.3
9942024-07-10T21:48:54.476Z Downloaded samael v0.0.15
9952024-07-10T21:48:54.481Z Downloaded vte v0.11.1
9962024-07-10T21:48:54.484Z Downloaded rustls-pemfile v2.1.2
9972024-07-10T21:48:54.487Z Downloaded ron v0.8.1
9982024-07-10T21:48:54.490Z Downloaded socket2 v0.4.10
9992024-07-10T21:48:54.493Z Downloaded flume v0.11.0
10002024-07-10T21:48:54.495Z Downloaded heapless v0.8.0
10012024-07-10T21:48:54.499Z Downloaded elliptic-curve v0.13.8
10022024-07-10T21:48:54.503Z Downloaded expectorate v1.1.0
10032024-07-10T21:48:54.507Z Downloaded hashbrown v0.12.3
10042024-07-10T21:48:54.510Z Downloaded trust-dns-server v0.22.1
10052024-07-10T21:48:54.514Z Downloaded ron v0.7.1
10062024-07-10T21:48:54.519Z Downloaded trust-dns-resolver v0.22.0
10072024-07-10T21:48:54.523Z Downloaded salty v0.2.0
10082024-07-10T21:48:54.528Z Downloaded http v1.1.0
10092024-07-10T21:48:54.532Z Downloaded tungstenite v0.21.0
10102024-07-10T21:48:54.535Z Downloaded libm v0.2.8
10112024-07-10T21:48:54.542Z Downloaded steno v0.4.1
10122024-07-10T21:48:54.546Z Downloaded rsa v0.9.6
10132024-07-10T21:48:54.551Z Downloaded hashbrown v0.13.2
10142024-07-10T21:48:54.555Z Downloaded reedline v0.31.0
10152024-07-10T21:48:54.563Z Downloaded portable-atomic v1.6.0
10162024-07-10T21:48:54.568Z Downloaded indicatif v0.17.8
10172024-07-10T21:48:54.574Z Downloaded tungstenite v0.20.1
10182024-07-10T21:48:54.576Z Downloaded x509-cert v0.2.5
10192024-07-10T21:48:54.581Z Downloaded unicode_categories v0.1.1
10202024-07-10T21:48:54.583Z Downloaded quick-xml v0.31.0
10212024-07-10T21:48:54.588Z Downloaded nom v7.1.3
10222024-07-10T21:48:54.594Z Downloaded rustyline v14.0.0
10232024-07-10T21:48:54.599Z Downloaded libxml v0.3.3
10242024-07-10T21:48:54.604Z Downloaded bitvec v1.0.1
10252024-07-10T21:48:54.619Z Downloaded serde_with v3.8.1
10262024-07-10T21:48:54.628Z Downloaded sqlparser v0.45.0
10272024-07-10T21:48:54.632Z Downloaded chrono v0.4.38
10282024-07-10T21:48:54.639Z Downloaded typed-path v0.7.1
10292024-07-10T21:48:54.645Z Downloaded unicode-segmentation v1.11.0
10302024-07-10T21:48:54.648Z Downloaded regex-automata v0.1.10
10312024-07-10T21:48:54.653Z Downloaded bindgen v0.69.4
10322024-07-10T21:48:54.660Z Downloaded toml_edit v0.19.15
10332024-07-10T21:48:54.676Z Downloaded itertools v0.10.5
10342024-07-10T21:48:54.682Z Downloaded hkdf v0.12.4
10352024-07-10T21:48:54.685Z Downloaded proptest v1.4.0
10362024-07-10T21:48:54.693Z Downloaded rayon v1.10.0
10372024-07-10T21:48:54.701Z Downloaded itertools v0.12.1
10382024-07-10T21:48:54.708Z Downloaded test-strategy v0.3.1
10392024-07-10T21:48:54.711Z Downloaded winnow v0.5.40
10402024-07-10T21:48:54.720Z Downloaded webpki-roots v0.25.4
10412024-07-10T21:48:54.724Z Downloaded itertools v0.13.0
10422024-07-10T21:48:54.730Z Downloaded rustls-webpki v0.101.7
10432024-07-10T21:48:54.744Z Downloaded rustls-webpki v0.102.4
10442024-07-10T21:48:54.761Z Downloaded idna v0.2.3
10452024-07-10T21:48:54.767Z Downloaded regex v1.10.5
10462024-07-10T21:48:54.780Z Downloaded gimli v0.28.1
10472024-07-10T21:48:54.787Z Downloaded object v0.32.2
10482024-07-10T21:48:54.797Z Downloaded polar-core v0.27.3
10492024-07-10T21:48:54.805Z Downloaded smoltcp v0.9.1
10502024-07-10T21:48:54.815Z Downloaded diesel v2.1.6
10512024-07-10T21:48:54.833Z Downloaded bstr v1.9.1
10522024-07-10T21:48:54.843Z Downloaded regex-syntax v0.6.29
10532024-07-10T21:48:54.850Z Downloaded regress v0.9.1
10542024-07-10T21:48:54.858Z Downloaded smoltcp v0.11.0
10552024-07-10T21:48:54.870Z Downloaded regex-syntax v0.8.3
10562024-07-10T21:48:54.877Z Downloaded rustls v0.22.4
10572024-07-10T21:48:54.891Z Downloaded ratatui v0.27.0
10582024-07-10T21:48:54.907Z Downloaded openapiv3 v2.0.0
10592024-07-10T21:48:54.918Z Downloaded sled v0.34.7
10602024-07-10T21:48:54.927Z Downloaded bzip2-sys v0.1.11+1.0.8
10612024-07-10T21:48:54.939Z Downloaded zerocopy-derive v0.6.6
10622024-07-10T21:48:54.947Z Downloaded finl_unicode v1.2.0
10632024-07-10T21:48:54.960Z Downloaded trust-dns-proto v0.22.0
10642024-07-10T21:48:54.971Z Downloaded regex-automata v0.4.6
10652024-07-10T21:48:54.986Z Downloaded sha3 v0.10.8
10662024-07-10T21:48:54.990Z Downloaded csv v1.3.0
10672024-07-10T21:48:55.008Z Downloaded petgraph v0.6.5
10682024-07-10T21:48:55.024Z Downloaded idna v0.3.0
10692024-07-10T21:48:55.030Z Downloaded nix v0.28.0
10702024-07-10T21:48:55.042Z Downloaded bstr v0.2.17
10712024-07-10T21:48:55.049Z Downloaded rustls v0.21.12
10722024-07-10T21:48:55.059Z Downloaded radix_trie v0.2.1
10732024-07-10T21:48:55.064Z Downloaded object v0.30.4
10742024-07-10T21:48:55.072Z Downloaded nix v0.27.1
10752024-07-10T21:48:55.082Z Downloaded curve25519-dalek v4.1.3
10762024-07-10T21:48:55.090Z Downloaded lalrpop v0.19.12
10772024-07-10T21:48:55.100Z Downloaded textwrap v0.16.1
10782024-07-10T21:48:55.102Z Downloaded tough v0.17.1
10792024-07-10T21:48:55.109Z Downloaded num-bigint-dig v0.8.4
10802024-07-10T21:48:55.114Z Downloaded unicode-linebreak v0.1.5
10812024-07-10T21:48:55.116Z Downloaded unicase v2.7.0
10822024-07-10T21:48:55.116Z Downloaded gethostname v0.4.3
10832024-07-10T21:48:55.119Z Downloaded signature v2.2.0
10842024-07-10T21:48:55.119Z Downloaded vsss-rs v3.3.4
10852024-07-10T21:48:55.122Z Downloaded iana-time-zone v0.1.60
10862024-07-10T21:48:55.124Z Downloaded signal-hook v0.3.17
10872024-07-10T21:48:55.127Z Downloaded signal-hook-tokio v0.3.1
10882024-07-10T21:48:55.127Z Downloaded rustc-demangle v0.1.24
10892024-07-10T21:48:55.130Z Downloaded rtoolbox v0.0.2
10902024-07-10T21:48:55.130Z Downloaded ena v0.14.3
10912024-07-10T21:48:55.130Z Downloaded tui-tree-widget v0.21.0
10922024-07-10T21:48:55.132Z Downloaded unicode-xid v0.2.4
10932024-07-10T21:48:55.132Z Downloaded slog-stdlog v4.1.1
10942024-07-10T21:48:55.135Z Downloaded slog-scope v4.4.0
10952024-07-10T21:48:55.135Z Downloaded yasna v0.5.2
10962024-07-10T21:48:55.137Z Downloaded fatfs v0.3.6
10972024-07-10T21:48:55.140Z Downloaded der v0.7.9
10982024-07-10T21:48:55.143Z Downloaded kstat-rs v0.2.4
10992024-07-10T21:48:55.145Z Downloaded lru v0.12.3
11002024-07-10T21:48:55.145Z Downloaded linked-hash-map v0.5.6
11012024-07-10T21:48:55.148Z Downloaded signal-hook-mio v0.2.3
11022024-07-10T21:48:55.148Z Downloaded minimal-lexical v0.2.1
11032024-07-10T21:48:55.151Z Downloaded utf-8 v0.7.6
11042024-07-10T21:48:55.153Z Downloaded untrusted v0.9.0
11052024-07-10T21:48:55.153Z Downloaded universal-hash v0.5.1
11062024-07-10T21:48:55.156Z Downloaded md-5 v0.10.6
11072024-07-10T21:48:55.156Z Downloaded flagset v0.4.5
11082024-07-10T21:48:55.159Z Downloaded hyper-rustls v0.24.2
11092024-07-10T21:48:55.159Z Downloaded darling_core v0.20.9
11102024-07-10T21:48:55.162Z Downloaded cookie v0.18.1
11112024-07-10T21:48:55.165Z Downloaded base64 v0.22.1
11122024-07-10T21:48:55.168Z Downloaded base64 v0.13.1
11132024-07-10T21:48:55.170Z Downloaded serde_arrays v0.1.0
11142024-07-10T21:48:55.175Z Downloaded libefi-sys v0.1.0
11152024-07-10T21:48:55.175Z Downloaded crc-any v2.5.0
11162024-07-10T21:48:55.178Z Downloaded omicron-zone-package v0.11.0
11172024-07-10T21:48:55.178Z Downloaded resolv-conf v0.7.0
11182024-07-10T21:48:55.180Z Downloaded lalrpop-util v0.19.12
11192024-07-10T21:48:55.180Z Downloaded tokio-tungstenite v0.21.0
11202024-07-10T21:48:55.183Z Downloaded fragile v2.0.0
11212024-07-10T21:48:55.183Z Downloaded parse-display-derive v0.9.1
11222024-07-10T21:48:55.185Z Downloaded toolchain_find v0.4.0
11232024-07-10T21:48:55.185Z Downloaded termtree v0.4.1
11242024-07-10T21:48:55.185Z Downloaded compact_str v0.7.1
11252024-07-10T21:48:55.188Z Downloaded chacha20poly1305 v0.10.1
11262024-07-10T21:48:55.190Z Downloaded nu-ansi-term v0.50.0
11272024-07-10T21:48:55.193Z Downloaded hash32 v0.2.1
11282024-07-10T21:48:55.193Z Downloaded ff v0.13.0
11292024-07-10T21:48:55.195Z Downloaded fd-lock v4.0.2
11302024-07-10T21:48:55.195Z Downloaded ref-cast v1.0.23
11312024-07-10T21:48:55.198Z Downloaded rand_xorshift v0.3.0
11322024-07-10T21:48:55.200Z Downloaded owo-colors v4.0.0
11332024-07-10T21:48:55.203Z Downloaded display-error-chain v0.2.0
11342024-07-10T21:48:55.203Z Downloaded pem-rfc7468 v0.7.0
11352024-07-10T21:48:55.204Z Downloaded derive_more v0.99.18
11362024-07-10T21:48:55.207Z Downloaded bcs v0.1.6
11372024-07-10T21:48:55.210Z Downloaded allocator-api2 v0.2.18
11382024-07-10T21:48:55.213Z Downloaded rand_chacha v0.3.1
11392024-07-10T21:48:55.213Z Downloaded proc-macro-crate v1.3.1
11402024-07-10T21:48:55.215Z Downloaded hash32 v0.3.1
11412024-07-10T21:48:55.215Z Downloaded radium v0.7.0
11422024-07-10T21:48:55.215Z Downloaded quick-error v1.2.3
11432024-07-10T21:48:55.218Z Downloaded psl-types v2.0.11
11442024-07-10T21:48:55.218Z Downloaded predicates-core v1.0.6
11452024-07-10T21:48:55.221Z Downloaded phf_shared v0.11.2
11462024-07-10T21:48:55.221Z Downloaded phf v0.11.2
11472024-07-10T21:48:55.222Z Downloaded arc-swap v1.7.1
11482024-07-10T21:48:55.224Z Downloaded cookie v0.17.0
11492024-07-10T21:48:55.227Z Downloaded async-trait v0.1.81
11502024-07-10T21:48:55.230Z Downloaded packed_struct_codegen v0.10.1
11512024-07-10T21:48:55.230Z Downloaded multimap v0.10.0
11522024-07-10T21:48:55.230Z Downloaded mockall_derive v0.12.1
11532024-07-10T21:48:55.232Z Downloaded defmt-parser v0.3.4
11542024-07-10T21:48:55.232Z Downloaded defmt v0.3.8
11552024-07-10T21:48:55.235Z Downloaded data-encoding v2.6.0
11562024-07-10T21:48:55.238Z Downloaded corncobs v0.1.3
11572024-07-10T21:48:55.238Z Downloaded arrayvec v0.7.4
11582024-07-10T21:48:55.241Z Downloaded downcast v0.11.0
11592024-07-10T21:48:55.241Z Downloaded num-integer v0.1.46
11602024-07-10T21:48:55.243Z Downloaded bitfield v0.14.0
11612024-07-10T21:48:55.243Z Downloaded colored v2.1.0
11622024-07-10T21:48:55.248Z Downloaded newtype_derive v0.1.6
11632024-07-10T21:48:55.248Z Downloaded mockall v0.12.1
11642024-07-10T21:48:55.250Z Downloaded cassowary v0.3.0
11652024-07-10T21:48:55.250Z Downloaded bitflags v1.3.2
11662024-07-10T21:48:55.250Z Downloaded bit-set v0.5.3
11672024-07-10T21:48:55.253Z Downloaded ciborium v0.2.2
11682024-07-10T21:48:55.253Z Downloaded atomic-waker v1.1.2
11692024-07-10T21:48:55.255Z Downloaded ascii-canvas v3.0.0
11702024-07-10T21:48:55.255Z Downloaded packed_struct v0.10.1
11712024-07-10T21:48:55.258Z Downloaded num_enum_derive v0.5.11
11722024-07-10T21:48:55.258Z Downloaded crucible-workspace-hack v0.1.0
11732024-07-10T21:48:55.434Z Downloaded ring v0.17.8
11742024-07-10T21:48:55.541Z Downloaded ring v0.16.20
11752024-07-10T21:48:55.749Z Compiling proc-macro2 v1.0.86
11762024-07-10T21:48:55.749Z Compiling unicode-ident v1.0.12
11772024-07-10T21:48:55.752Z Compiling libc v0.2.155
11782024-07-10T21:48:55.752Z Compiling serde v1.0.204
11792024-07-10T21:48:55.752Z Compiling autocfg v1.3.0
11802024-07-10T21:48:55.752Z Compiling version_check v0.9.4
11812024-07-10T21:48:55.752Z Compiling cfg-if v1.0.0
11822024-07-10T21:48:55.992Z Compiling cc v1.0.97
11832024-07-10T21:48:56.013Z Compiling parking_lot_core v0.9.10
11842024-07-10T21:48:56.034Z Compiling serde_json v1.0.120
11852024-07-10T21:48:56.395Z Compiling once_cell v1.19.0
11862024-07-10T21:48:56.425Z Compiling libm v0.2.8
11872024-07-10T21:48:56.507Z Compiling ahash v0.8.11
11882024-07-10T21:48:56.599Z Compiling lock_api v0.4.12
11892024-07-10T21:48:56.715Z Compiling byteorder v1.5.0
11902024-07-10T21:48:56.738Z Compiling num-traits v0.2.19
11912024-07-10T21:48:56.817Z Compiling memchr v2.7.2
11922024-07-10T21:48:56.850Z Compiling thiserror v1.0.60
11932024-07-10T21:48:57.128Z Compiling scopeguard v1.2.0
11942024-07-10T21:48:57.140Z Compiling typenum v1.17.0
11952024-07-10T21:48:57.272Z Compiling quote v1.0.36
11962024-07-10T21:48:57.988Z Compiling syn v2.0.68
11972024-07-10T21:48:58.004Z Compiling getrandom v0.2.14
11982024-07-10T21:48:58.058Z Compiling log v0.4.21
11992024-07-10T21:48:58.132Z Compiling itoa v1.0.11
12002024-07-10T21:48:58.365Z Compiling generic-array v0.14.7
12012024-07-10T21:48:58.653Z Compiling allocator-api2 v0.2.18
12022024-07-10T21:48:58.865Z Compiling slab v0.4.9
12032024-07-10T21:48:58.987Z Compiling ryu v1.0.18
12042024-07-10T21:48:59.065Z Compiling ring v0.17.8
12052024-07-10T21:48:59.122Z Compiling pin-project-lite v0.2.14
12062024-07-10T21:48:59.168Z Compiling semver v1.0.23
12072024-07-10T21:48:59.250Z Compiling smallvec v1.13.2
12082024-07-10T21:48:59.282Z Compiling schemars v0.8.21
12092024-07-10T21:48:59.655Z Compiling equivalent v1.0.1
12102024-07-10T21:48:59.784Z Compiling pkg-config v0.3.30
12112024-07-10T21:48:59.958Z Compiling vcpkg v0.2.15
12122024-07-10T21:49:00.059Z Compiling parking_lot v0.12.2
12132024-07-10T21:49:00.543Z Compiling signal-hook-registry v1.4.2
12142024-07-10T21:49:01.267Z Compiling syn v1.0.109
12152024-07-10T21:49:01.728Z Compiling openssl-sys v0.9.102
12162024-07-10T21:49:01.845Z Compiling mio v0.8.11
12172024-07-10T21:49:02.039Z Compiling spin v0.9.8
12182024-07-10T21:49:02.493Z Compiling rand_core v0.6.4
12192024-07-10T21:49:02.646Z Compiling socket2 v0.5.7
12202024-07-10T21:49:02.888Z Compiling num_cpus v1.16.0
12212024-07-10T21:49:03.028Z Compiling time-core v0.1.2
12222024-07-10T21:49:03.190Z Compiling num-conv v0.1.0
12232024-07-10T21:49:03.448Z Compiling time-macros v0.2.18
12242024-07-10T21:49:03.821Z Compiling httparse v1.8.0
12252024-07-10T21:49:03.853Z Compiling heck v0.5.0
12262024-07-10T21:49:04.261Z Compiling futures-core v0.3.30
12272024-07-10T21:49:04.497Z Compiling fnv v1.0.7
12282024-07-10T21:49:04.623Z Compiling openssl v0.10.64
12292024-07-10T21:49:05.032Z Compiling iana-time-zone v0.1.60
12302024-07-10T21:49:05.102Z Compiling crossbeam-utils v0.8.19
12312024-07-10T21:49:05.200Z Compiling rustix v0.38.34
12322024-07-10T21:49:05.659Z Compiling serde_derive_internals v0.29.1
12332024-07-10T21:49:05.835Z Compiling native-tls v0.2.11
12342024-07-10T21:49:05.881Z Compiling rustls v0.21.12
12352024-07-10T21:49:05.992Z Compiling tinyvec_macros v0.1.1
12362024-07-10T21:49:06.122Z Compiling tinyvec v1.6.0
12372024-07-10T21:49:06.664Z Compiling futures-sink v0.3.30
12382024-07-10T21:49:06.759Z Compiling subtle v2.5.0
12392024-07-10T21:49:06.806Z Compiling ucd-trie v0.1.6
12402024-07-10T21:49:07.001Z Compiling const-oid v0.9.6
12412024-07-10T21:49:07.464Z Compiling unicode-normalization v0.1.23
12422024-07-10T21:49:07.641Z Compiling backtrace v0.3.71
12432024-07-10T21:49:07.848Z Compiling cookie v0.17.0
12442024-07-10T21:49:08.041Z Compiling dyn-clone v1.0.17
12452024-07-10T21:49:08.259Z Compiling unicode-bidi v0.3.15
12462024-07-10T21:49:08.447Z Compiling slog v2.7.0
12472024-07-10T21:49:08.841Z Compiling futures-channel v0.3.30
12482024-07-10T21:49:08.923Z Compiling pin-utils v0.1.0
12492024-07-10T21:49:09.016Z Compiling futures-task v0.3.30
12502024-07-10T21:49:09.067Z Compiling futures-io v0.3.30
12512024-07-10T21:49:09.531Z Compiling aho-corasick v1.1.3
12522024-07-10T21:49:09.663Z Compiling untrusted v0.9.0
12532024-07-10T21:49:09.855Z Compiling regex-syntax v0.8.3
12542024-07-10T21:49:09.950Z Compiling anyhow v1.0.86
12552024-07-10T21:49:10.056Z Compiling winnow v0.5.40
12562024-07-10T21:49:11.220Z Compiling serde_derive v1.0.204
12572024-07-10T21:49:12.295Z Compiling zerocopy-derive v0.7.34
12582024-07-10T21:49:12.749Z Compiling zeroize_derive v1.4.2
12592024-07-10T21:49:13.875Z Compiling thiserror-impl v1.0.60
12602024-07-10T21:49:14.033Z Compiling tokio-macros v2.3.0
12612024-07-10T21:49:14.165Z Compiling futures-macro v0.3.30
12622024-07-10T21:49:14.302Z Compiling zerocopy v0.7.34
12632024-07-10T21:49:14.949Z Compiling schemars_derive v0.8.21
12642024-07-10T21:49:15.660Z Compiling tracing-attributes v0.1.27
12652024-07-10T21:49:16.053Z Compiling zeroize v1.7.0
12662024-07-10T21:49:16.407Z Compiling hashbrown v0.14.5
12672024-07-10T21:49:16.928Z Compiling openssl-macros v0.1.1
12682024-07-10T21:49:17.849Z Compiling scroll_derive v0.12.0
12692024-07-10T21:49:17.948Z Compiling pest v2.7.10
12702024-07-10T21:49:18.220Z Compiling crypto-common v0.1.6
12712024-07-10T21:49:18.420Z Compiling futures-util v0.3.30
12722024-07-10T21:49:19.094Z Compiling der_derive v0.7.2
12732024-07-10T21:49:19.533Z Compiling block-buffer v0.10.4
12742024-07-10T21:49:19.765Z Compiling regex-automata v0.4.6
12752024-07-10T21:49:20.595Z Compiling pest_meta v2.7.10
12762024-07-10T21:49:21.402Z Compiling tracing-core v0.1.32
12772024-07-10T21:49:23.932Z Compiling pest_generator v2.7.10
12782024-07-10T21:49:25.054Z Compiling bytes v1.6.0
12792024-07-10T21:49:25.726Z Compiling indexmap v2.2.6
12802024-07-10T21:49:26.449Z Compiling tokio v1.38.0
12812024-07-10T21:49:26.640Z Compiling uuid v1.9.1
12822024-07-10T21:49:26.919Z Compiling bitflags v2.5.0
12832024-07-10T21:49:27.360Z Compiling chrono v0.4.38
12842024-07-10T21:49:27.992Z Compiling serde_tokenstream v0.2.1
12852024-07-10T21:49:28.922Z Compiling toml_datetime v0.6.6
12862024-07-10T21:49:29.332Z Compiling serde_spanned v0.6.6
12872024-07-10T21:49:29.543Z Compiling http v0.2.12
12882024-07-10T21:49:31.210Z Compiling toml_edit v0.19.15
12892024-07-10T21:49:31.897Z Compiling rustc_version v0.4.0
12902024-07-10T21:49:32.551Z Compiling pest_derive v2.7.10
12912024-07-10T21:49:32.593Z Compiling usdt-impl v0.5.0
12922024-07-10T21:49:32.900Z Compiling powerfmt v0.2.0
12932024-07-10T21:49:33.309Z Compiling rustversion v1.0.17
12942024-07-10T21:49:33.382Z Compiling deranged v0.3.11
12952024-07-10T21:49:33.492Z Compiling heapless v0.7.17
12962024-07-10T21:49:33.885Z Compiling tracing v0.1.40
12972024-07-10T21:49:33.973Z Compiling digest v0.10.7
12982024-07-10T21:49:34.418Z Compiling scroll v0.12.0
12992024-07-10T21:49:34.979Z Compiling percent-encoding v2.3.1
13002024-07-10T21:49:35.500Z Compiling heck v0.4.1
13012024-07-10T21:49:35.614Z Compiling signal-hook v0.3.17
13022024-07-10T21:49:36.028Z Compiling ppv-lite86 v0.2.17
13032024-07-10T21:49:36.142Z Compiling plain v0.2.3
13042024-07-10T21:49:36.303Z Compiling num_threads v0.1.7
13052024-07-10T21:49:36.376Z Compiling goblin v0.8.2
13062024-07-10T21:49:36.432Z Compiling time v0.3.36
13072024-07-10T21:49:36.812Z Compiling rand_chacha v0.3.1
13082024-07-10T21:49:38.428Z Compiling regex v1.10.5
13092024-07-10T21:49:39.472Z Compiling strsim v0.11.1
13102024-07-10T21:49:40.254Z Compiling crc32fast v1.4.0
13112024-07-10T21:49:40.719Z Compiling pretty-hex v0.4.1
13122024-07-10T21:49:41.441Z Compiling rand v0.8.5
13132024-07-10T21:49:42.117Z Compiling dof v0.3.0
13142024-07-10T21:49:42.454Z Compiling tokio-util v0.7.11
13152024-07-10T21:49:43.105Z Compiling dtrace-parser v0.2.0
13162024-07-10T21:49:44.113Z Compiling async-trait v0.1.81
13172024-07-10T21:49:44.371Z Compiling thread-id v4.2.1
13182024-07-10T21:49:44.584Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13192024-07-10T21:49:44.648Z Compiling smoltcp v0.9.1
13202024-07-10T21:49:45.002Z Compiling foreign-types-shared v0.1.1
13212024-07-10T21:49:45.109Z Compiling base64ct v1.6.0
13222024-07-10T21:49:45.255Z Compiling unicode-width v0.1.13
13232024-07-10T21:49:45.279Z Compiling foreign-types v0.3.2
13242024-07-10T21:49:45.694Z Compiling pem-rfc7468 v0.7.0
13252024-07-10T21:49:46.887Z Compiling form_urlencoded v1.2.1
13262024-07-10T21:49:47.217Z Compiling hmac v0.12.1
13272024-07-10T21:49:47.416Z Compiling base64 v0.21.7
13282024-07-10T21:49:47.432Z Compiling siphasher v0.3.11
13292024-07-10T21:49:47.841Z Compiling try-lock v0.2.5
13302024-07-10T21:49:48.001Z Compiling flagset v0.4.5
13312024-07-10T21:49:48.041Z Compiling adler v1.0.2
13322024-07-10T21:49:48.180Z Compiling miniz_oxide v0.7.2
13332024-07-10T21:49:48.214Z Compiling der v0.7.9
13342024-07-10T21:49:48.336Z Compiling want v0.3.1
13352024-07-10T21:49:50.435Z Compiling h2 v0.3.26
13362024-07-10T21:49:51.452Z Compiling sct v0.7.1
13372024-07-10T21:49:51.507Z Compiling rustls-webpki v0.101.7
13382024-07-10T21:49:51.758Z Compiling http-body v0.4.6
13392024-07-10T21:49:52.830Z Compiling openapiv3 v2.0.0
13402024-07-10T21:49:53.233Z Compiling hubpack_derive v0.1.1
13412024-07-10T21:49:53.263Z Compiling zerocopy-derive v0.6.6
13422024-07-10T21:49:53.679Z Compiling idna v0.5.0
13432024-07-10T21:49:54.089Z Compiling errno v0.3.9
13442024-07-10T21:49:54.346Z Compiling fs-err v2.11.0
13452024-07-10T21:49:54.386Z Compiling openssl-probe v0.1.5
13462024-07-10T21:49:54.628Z Compiling stable_deref_trait v1.2.0
13472024-07-10T21:49:54.685Z Compiling tower-service v0.3.2
13482024-07-10T21:49:54.739Z Compiling utf8parse v0.2.1
13492024-07-10T21:49:54.898Z Compiling cpufeatures v0.2.12
13502024-07-10T21:49:55.083Z Compiling anstyle v1.0.7
13512024-07-10T21:49:55.225Z Compiling httpdate v1.0.3
13522024-07-10T21:49:55.774Z Compiling finl_unicode v1.2.0
13532024-07-10T21:49:55.932Z Compiling gimli v0.28.1
13542024-07-10T21:49:56.289Z Compiling stringprep v0.1.4
13552024-07-10T21:49:56.723Z Compiling sha2 v0.10.8
13562024-07-10T21:49:56.953Z Compiling anstyle-parse v0.2.4
13572024-07-10T21:49:57.264Z Compiling hyper v0.14.28
13582024-07-10T21:49:57.301Z Compiling url v2.5.0
13592024-07-10T21:50:00.578Z Compiling spki v0.7.3
13602024-07-10T21:50:00.946Z Compiling addr2line v0.21.0
13612024-07-10T21:50:02.681Z Compiling usdt-attr-macro v0.5.0
13622024-07-10T21:50:02.698Z Compiling usdt-macro v0.5.0
13632024-07-10T21:50:04.093Z Compiling md-5 v0.10.6
13642024-07-10T21:50:06.744Z Compiling idna v0.3.0
13652024-07-10T21:50:08.067Z Compiling diesel_table_macro_syntax v0.1.0
13662024-07-10T21:50:08.223Z Compiling num-integer v0.1.46
13672024-07-10T21:50:08.436Z Compiling object v0.32.2
13682024-07-10T21:50:08.518Z Compiling hash32 v0.2.1
13692024-07-10T21:50:08.903Z Compiling fallible-iterator v0.2.0
13702024-07-10T21:50:08.917Z Compiling psl-types v2.0.11
13712024-07-10T21:50:09.101Z Compiling is_terminal_polyfill v1.70.0
13722024-07-10T21:50:09.622Z Compiling rustc-demangle v0.1.24
13732024-07-10T21:50:09.784Z Compiling anstyle-query v1.0.3
13742024-07-10T21:50:09.917Z Compiling colorchoice v1.0.1
13752024-07-10T21:50:13.146Z Compiling anstream v0.6.14
13762024-07-10T21:50:17.002Z Compiling postgres-protocol v0.6.6
13772024-07-10T21:50:17.219Z Compiling publicsuffix v2.2.3
13782024-07-10T21:50:17.474Z Compiling diesel_derives v2.1.4
13792024-07-10T21:50:23.487Z Compiling tokio-rustls v0.24.1
13802024-07-10T21:50:23.889Z Compiling pkcs8 v0.10.2
13812024-07-10T21:50:24.435Z Compiling terminal_size v0.3.0
13822024-07-10T21:50:24.645Z Compiling tokio-native-tls v0.3.1
13832024-07-10T21:50:24.910Z Compiling phf_shared v0.11.2
13842024-07-10T21:50:25.653Z Compiling strum_macros v0.25.3
13852024-07-10T21:50:26.591Z Compiling enum-as-inner v0.5.1
13862024-07-10T21:50:26.626Z Compiling block-padding v0.3.3
13872024-07-10T21:50:26.694Z Compiling regress v0.9.1
13882024-07-10T21:50:26.843Z Compiling serde_repr v0.1.19
13892024-07-10T21:50:27.569Z Compiling clap_derive v4.5.4
13902024-07-10T21:50:29.447Z Compiling ff v0.13.0
13912024-07-10T21:50:29.572Z Compiling lazy_static v1.5.0
13922024-07-10T21:50:29.679Z Compiling scheduled-thread-pool v0.2.7
13932024-07-10T21:50:30.201Z Compiling encoding_rs v0.8.34
13942024-07-10T21:50:31.447Z Compiling managed v0.8.0
13952024-07-10T21:50:31.506Z Compiling either v1.12.0
13962024-07-10T21:50:31.890Z Compiling bitflags v1.3.2
13972024-07-10T21:50:31.986Z Compiling bit-vec v0.6.3
13982024-07-10T21:50:32.011Z Compiling mime v0.3.17
13992024-07-10T21:50:32.084Z Compiling ipnet v2.9.0
14002024-07-10T21:50:32.408Z Compiling clap_lex v0.7.0
14012024-07-10T21:50:32.948Z Compiling matches v0.1.10
14022024-07-10T21:50:33.154Z Compiling base16ct v0.2.0
14032024-07-10T21:50:34.022Z Compiling sec1 v0.7.3
14042024-07-10T21:50:34.038Z Compiling idna v0.2.3
14052024-07-10T21:50:34.107Z Compiling clap_builder v4.5.2
14062024-07-10T21:50:35.453Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14072024-07-10T21:50:37.144Z Compiling r2d2 v0.8.10
14082024-07-10T21:50:38.697Z Compiling group v0.13.0
14092024-07-10T21:50:40.946Z Compiling inout v0.1.3
14102024-07-10T21:50:41.468Z Compiling phf v0.11.2
14112024-07-10T21:50:41.506Z Compiling hyper-tls v0.5.0
14122024-07-10T21:50:41.851Z Compiling hyper-rustls v0.24.2
14132024-07-10T21:50:41.867Z Compiling signal-hook-mio v0.2.3
14142024-07-10T21:50:41.982Z Compiling cookie_store v0.20.0
14152024-07-10T21:50:42.025Z Compiling postgres-types v0.2.6
14162024-07-10T21:50:42.218Z Compiling num-bigint v0.4.5
14172024-07-10T21:50:42.497Z Compiling zerocopy v0.6.6
14182024-07-10T21:50:43.381Z Compiling hubpack v0.1.2
14192024-07-10T21:50:43.435Z Compiling rustls-pemfile v1.0.4
14202024-07-10T21:50:43.488Z Compiling phf_shared v0.10.0
14212024-07-10T21:50:43.811Z Compiling hkdf v0.12.4
14222024-07-10T21:50:43.836Z Compiling crossbeam-epoch v0.9.18
14232024-07-10T21:50:43.899Z Compiling serde_urlencoded v0.7.1
14242024-07-10T21:50:44.434Z Compiling ipnetwork v0.20.0
14252024-07-10T21:50:45.092Z Compiling futures-executor v0.3.30
14262024-07-10T21:50:45.853Z Compiling crypto-bigint v0.5.5
14272024-07-10T21:50:46.106Z Compiling float-cmp v0.9.0
14282024-07-10T21:50:46.308Z Compiling memmap v0.7.0
14292024-07-10T21:50:46.614Z Compiling whoami v1.5.1
14302024-07-10T21:50:46.880Z Compiling webpki-roots v0.25.4
14312024-07-10T21:50:47.162Z Compiling minimal-lexical v0.2.1
14322024-07-10T21:50:47.681Z Compiling static_assertions v1.1.0
14332024-07-10T21:50:47.788Z Compiling fixedbitset v0.4.2
14342024-07-10T21:50:48.214Z Compiling normalize-line-endings v0.3.0
14352024-07-10T21:50:48.339Z Compiling predicates-core v1.0.6
14362024-07-10T21:50:48.401Z Compiling precomputed-hash v0.1.1
14372024-07-10T21:50:48.520Z Compiling data-encoding v2.6.0
14382024-07-10T21:50:48.578Z Compiling new_debug_unreachable v1.0.6
14392024-07-10T21:50:48.658Z Compiling winnow v0.6.8
14402024-07-10T21:50:48.674Z Compiling difflib v0.4.0
14412024-07-10T21:50:49.407Z Compiling sync_wrapper v0.1.2
14422024-07-10T21:50:49.539Z Compiling unicode-segmentation v1.11.0
14432024-07-10T21:50:49.842Z Compiling reqwest v0.11.27
14442024-07-10T21:50:49.955Z Compiling trust-dns-proto v0.22.0
14452024-07-10T21:50:50.166Z Compiling predicates v3.1.0
14462024-07-10T21:50:50.336Z Compiling similar v2.5.0
14472024-07-10T21:50:51.218Z Compiling elliptic-curve v0.13.8
14482024-07-10T21:50:51.699Z Compiling string_cache v0.8.7
14492024-07-10T21:50:51.986Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14502024-07-10T21:50:52.431Z Compiling toml_edit v0.22.14
14512024-07-10T21:50:52.550Z Compiling petgraph v0.6.5
14522024-07-10T21:50:53.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14532024-07-10T21:50:55.972Z Compiling nom v7.1.3
14542024-07-10T21:50:56.576Z Compiling tokio-postgres v0.7.10
14552024-07-10T21:50:57.229Z Compiling usdt v0.5.0
14562024-07-10T21:50:58.455Z Compiling futures v0.3.30
14572024-07-10T21:50:58.565Z Compiling diesel v2.1.6
14582024-07-10T21:50:58.582Z Compiling yasna v0.5.2
14592024-07-10T21:51:00.163Z Compiling crossterm v0.27.0
14602024-07-10T21:51:00.396Z Compiling flate2 v1.0.30
14612024-07-10T21:51:00.412Z Compiling cipher v0.4.4
14622024-07-10T21:51:01.223Z Compiling clap v4.5.4
14632024-07-10T21:51:01.276Z Compiling itertools v0.12.1
14642024-07-10T21:51:01.293Z Compiling itertools v0.10.5
14652024-07-10T21:51:01.337Z Compiling bit-set v0.5.3
14662024-07-10T21:51:01.598Z Compiling console v0.15.8
14672024-07-10T21:51:02.963Z Compiling num-iter v0.1.45
14682024-07-10T21:51:03.407Z Compiling tokio-stream v0.1.15
14692024-07-10T21:51:03.590Z Compiling toml v0.7.8
14702024-07-10T21:51:03.747Z Compiling bstr v1.9.1
14712024-07-10T21:51:04.087Z Compiling hex v0.4.3
14722024-07-10T21:51:04.580Z Compiling camino v1.1.7
14732024-07-10T21:51:04.850Z Compiling unicode-xid v0.2.4
14742024-07-10T21:51:04.983Z Compiling peg-runtime v0.8.3
14752024-07-10T21:51:05.023Z Compiling lalrpop-util v0.19.12
14762024-07-10T21:51:05.357Z Compiling proc-macro-crate v1.3.1
14772024-07-10T21:51:06.341Z Compiling heapless v0.8.0
14782024-07-10T21:51:08.963Z Compiling num_enum_derive v0.5.11
14792024-07-10T21:51:14.254Z Compiling hash32 v0.3.1
14802024-07-10T21:51:15.047Z Compiling rustls-pki-types v1.7.0
14812024-07-10T21:51:16.044Z Compiling smoltcp v0.11.0
14822024-07-10T21:51:16.432Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14832024-07-10T21:51:16.449Z Compiling ident_case v1.0.1
14842024-07-10T21:51:16.814Z Compiling darling_core v0.20.9
14852024-07-10T21:51:29.893Z Compiling num_enum v0.5.11
14862024-07-10T21:51:31.803Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14872024-07-10T21:51:31.936Z Compiling getopts v0.2.21
14882024-07-10T21:51:33.137Z Compiling dirs-sys-next v0.1.2
14892024-07-10T21:51:34.416Z Compiling proc-macro-error-attr v1.0.4
14902024-07-10T21:51:34.708Z Compiling embedded-io v0.4.0
14912024-07-10T21:51:34.955Z Compiling rustls v0.22.4
14922024-07-10T21:51:34.989Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14932024-07-10T21:51:35.006Z Compiling paste v1.0.15
14942024-07-10T21:51:35.258Z Compiling cobs v0.2.3
14952024-07-10T21:51:35.454Z Compiling unsafe-libyaml v0.2.11
14962024-07-10T21:51:35.700Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14972024-07-10T21:51:36.094Z Compiling postcard v1.0.8
14982024-07-10T21:51:37.065Z Compiling serde_yaml v0.9.34+deprecated
14992024-07-10T21:51:40.635Z Compiling dirs-next v2.0.0
15002024-07-10T21:51:41.327Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15012024-07-10T21:51:45.784Z Compiling darling_macro v0.20.9
15022024-07-10T21:51:47.060Z Compiling rustls-webpki v0.102.4
15032024-07-10T21:51:52.798Z Compiling strum_macros v0.26.4
15042024-07-10T21:51:53.898Z Compiling foreign-types-macros v0.2.3
15052024-07-10T21:51:54.375Z Compiling structmeta-derive v0.3.0
15062024-07-10T21:51:54.775Z Compiling thread_local v1.1.8
15072024-07-10T21:51:55.108Z Compiling proc-macro-error v1.0.4
15082024-07-10T21:51:55.409Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15092024-07-10T21:51:55.518Z Compiling multer v3.1.0
15102024-07-10T21:51:56.544Z Compiling match_cfg v0.1.0
15112024-07-10T21:51:56.766Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15122024-07-10T21:51:56.933Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15132024-07-10T21:51:57.614Z Compiling slog-async v2.8.0
15142024-07-10T21:51:57.645Z Compiling foreign-types-shared v0.3.1
15152024-07-10T21:51:58.938Z Compiling foreign-types v0.5.0
15162024-07-10T21:52:01.818Z Compiling strum v0.26.2
15172024-07-10T21:52:02.710Z Compiling structmeta v0.3.0
15182024-07-10T21:52:02.897Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15192024-07-10T21:52:03.107Z Compiling hostname v0.3.1
15202024-07-10T21:52:07.535Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15212024-07-10T21:52:10.217Z Compiling darling v0.20.9
15222024-07-10T21:52:15.179Z Compiling term v0.7.0
15232024-07-10T21:52:20.221Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-07-10T21:52:21.764Z Compiling slog-json v2.6.1
15252024-07-10T21:52:22.301Z Compiling tabwriter v1.4.0
15262024-07-10T21:52:23.130Z Compiling crossbeam-channel v0.5.12
15272024-07-10T21:52:23.782Z Compiling http v1.1.0
15282024-07-10T21:52:24.171Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15292024-07-10T21:52:24.175Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15302024-07-10T21:52:24.778Z Compiling async-stream-impl v0.3.5
15312024-07-10T21:52:24.852Z Compiling cstr-argument v0.1.2
15322024-07-10T21:52:24.972Z Compiling is-terminal v0.4.12
15332024-07-10T21:52:25.035Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15342024-07-10T21:52:25.126Z Compiling pretty-hex v0.2.1
15352024-07-10T21:52:25.318Z Compiling fastrand v2.1.0
15362024-07-10T21:52:25.333Z Compiling rayon-core v1.12.1
15372024-07-10T21:52:25.957Z Compiling crucible-workspace-hack v0.1.0
15382024-07-10T21:52:26.001Z Compiling atomic-waker v1.1.2
15392024-07-10T21:52:26.026Z Compiling base64 v0.22.1
15402024-07-10T21:52:26.174Z Compiling take_mut v0.2.2
15412024-07-10T21:52:26.207Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15422024-07-10T21:52:26.249Z Compiling waitgroup v0.1.2
15432024-07-10T21:52:26.500Z Compiling async-stream v0.3.5
15442024-07-10T21:52:26.521Z Compiling tempfile v3.10.1
15452024-07-10T21:52:26.838Z Compiling rustls-pemfile v2.1.2
15462024-07-10T21:52:27.707Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15472024-07-10T21:52:28.115Z Compiling slog-term v2.9.1
15482024-07-10T21:52:28.538Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15492024-07-10T21:52:28.789Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15502024-07-10T21:52:29.017Z Compiling slog-bunyan v2.5.0
15512024-07-10T21:52:29.484Z Compiling tokio-rustls v0.25.0
15522024-07-10T21:52:29.499Z Compiling serde_with_macros v3.8.1
15532024-07-10T21:52:29.937Z Compiling parse-display-derive v0.9.1
15542024-07-10T21:52:30.029Z Compiling toml v0.8.14
15552024-07-10T21:52:30.062Z Compiling sha1 v0.10.6
15562024-07-10T21:52:30.881Z Compiling colored v2.1.0
15572024-07-10T21:52:30.917Z Compiling crossbeam-deque v0.8.5
15582024-07-10T21:52:31.301Z Compiling newtype-uuid v1.1.0
15592024-07-10T21:52:31.642Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15602024-07-10T21:52:32.150Z Compiling serde_path_to_error v0.1.16
15612024-07-10T21:52:32.206Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15622024-07-10T21:52:32.928Z Compiling socket2 v0.4.10
15632024-07-10T21:52:33.170Z Compiling hostname v0.4.0
15642024-07-10T21:52:33.443Z Compiling instant v0.1.12
15652024-07-10T21:52:33.610Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15662024-07-10T21:52:34.009Z Compiling debug-ignore v1.0.5
15672024-07-10T21:52:34.060Z Compiling parse-display v0.9.1
15682024-07-10T21:52:34.165Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15692024-07-10T21:52:34.537Z Compiling backoff v0.4.0
15702024-07-10T21:52:35.927Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15712024-07-10T21:52:36.145Z Compiling serde_with v3.8.1
15722024-07-10T21:52:37.120Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15732024-07-10T21:52:37.640Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15742024-07-10T21:52:39.040Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15752024-07-10T21:52:39.700Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
15762024-07-10T21:52:39.764Z Compiling camino-tempfile v1.1.1
15772024-07-10T21:52:40.680Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15782024-07-10T21:52:40.838Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15792024-07-10T21:52:40.911Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15802024-07-10T21:52:41.026Z Compiling macaddr v1.0.1
15812024-07-10T21:52:41.162Z Compiling num-derive v0.4.2
15822024-07-10T21:52:41.654Z Compiling sigpipe v0.1.3
15832024-07-10T21:52:41.791Z Compiling libefi-sys v0.1.0
15842024-07-10T21:52:42.102Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15852024-07-10T21:52:42.686Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15862024-07-10T21:52:43.620Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15872024-07-10T21:52:43.713Z Compiling rayon v1.10.0
15882024-07-10T21:52:44.192Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15892024-07-10T21:52:44.668Z Compiling smf v0.2.3
15902024-07-10T21:52:45.298Z Compiling bitfield-struct v0.6.1
15912024-07-10T21:52:46.016Z Compiling blake3 v1.5.1
15922024-07-10T21:52:46.571Z Compiling ring v0.16.20
15932024-07-10T21:52:46.675Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15942024-07-10T21:52:47.033Z Compiling portable-atomic v1.6.0
15952024-07-10T21:52:47.528Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15962024-07-10T21:52:48.311Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15972024-07-10T21:52:48.420Z Compiling xattr v1.3.1
15982024-07-10T21:52:48.705Z Compiling filetime v0.2.23
15992024-07-10T21:52:48.732Z Compiling memmap2 v0.9.4
16002024-07-10T21:52:49.050Z Compiling untrusted v0.7.1
16012024-07-10T21:52:49.250Z Compiling arrayref v0.3.7
16022024-07-10T21:52:49.358Z Compiling spin v0.5.2
16032024-07-10T21:52:49.433Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16042024-07-10T21:52:49.475Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16052024-07-10T21:52:49.644Z Compiling same-file v1.0.6
16062024-07-10T21:52:49.777Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16072024-07-10T21:52:49.906Z Compiling constant_time_eq v0.3.0
16082024-07-10T21:52:49.930Z Compiling arrayvec v0.7.4
16092024-07-10T21:52:50.086Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16102024-07-10T21:52:51.705Z Compiling walkdir v2.5.0
16112024-07-10T21:52:52.822Z Compiling tar v0.4.40
16122024-07-10T21:52:53.188Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16132024-07-10T21:52:54.440Z Compiling cargo-platform v0.1.8
16142024-07-10T21:52:55.542Z Compiling gethostname v0.4.3
16152024-07-10T21:52:55.566Z Compiling number_prefix v0.4.0
16162024-07-10T21:52:55.822Z Compiling topological-sort v0.2.2
16172024-07-10T21:52:55.838Z Compiling indicatif v0.17.8
16182024-07-10T21:52:56.077Z Compiling omicron-zone-package v0.11.0
16192024-07-10T21:52:57.025Z Compiling cargo_metadata v0.18.1
16202024-07-10T21:53:01.396Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16212024-07-10T21:53:05.389Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16222024-07-10T21:53:05.988Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16232024-07-10T21:53:09.764Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16242024-07-10T21:53:27.217Z Finished `release` profile [optimized] target(s) in 4m 34s
16252024-07-10T21:53:27.334Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16262024-07-10T21:53:27.376ZLogging to: /work/oxidecomputer/omicron/out/LOG
16272024-07-10T21:53:27.380ZCreated new build target 'test' and set it as active
16282024-07-10T21:53:27.380Z
16292024-07-10T21:53:27.380Zreal 4:34.213443567
16302024-07-10T21:53:27.380Zuser 30:49.416802077
16312024-07-10T21:53:27.380Zsys 3:58.717833456
16322024-07-10T21:53:27.380Ztrap 0.935755471
16332024-07-10T21:53:27.380Ztflt 2.945209096
16342024-07-10T21:53:27.381Zdflt 1.497238547
16352024-07-10T21:53:27.381Zkflt 0.010901844
16362024-07-10T21:53:27.381Zlock 1:04:47.583611787
16372024-07-10T21:53:27.381Zslp 1:26:59.848601721
16382024-07-10T21:53:27.381Zlat 2:02.660533740
16392024-07-10T21:53:27.381Zstop 2:57.034259334
16402024-07-10T21:53:27.381Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16412024-07-10T21:53:28.277Z Finished `release` profile [optimized] target(s) in 0.85s
16422024-07-10T21:53:28.317Z Running `target/release/omicron-package -t test package`
16432024-07-10T21:53:28.352ZLogging to: /work/oxidecomputer/omicron/out/LOG
16442024-07-10T21:53:29.395Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16452024-07-10T21:53:29.485Z Compiling humantime v2.1.0
16462024-07-10T21:53:29.491Z Compiling newline-converter v0.3.0
16472024-07-10T21:53:29.491Z Compiling derive-where v1.2.7
16482024-07-10T21:53:29.492Z Compiling dirs-sys-next v0.1.2
16492024-07-10T21:53:29.499Z Compiling convert_case v0.4.0
16502024-07-10T21:53:29.499Z Compiling prettyplease v0.2.20
16512024-07-10T21:53:29.503Z Compiling camino v1.1.7
16522024-07-10T21:53:29.710Z Compiling expectorate v1.1.0
16532024-07-10T21:53:29.731Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16542024-07-10T21:53:29.776Z Compiling dirs-next v2.0.0
16552024-07-10T21:53:29.942Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16562024-07-10T21:53:29.955Z Compiling term v0.7.0
16572024-07-10T21:53:30.059Z Compiling password-hash v0.5.0
16582024-07-10T21:53:30.273Z Compiling derive_more v0.99.18
16592024-07-10T21:53:30.287Z Compiling blake2 v0.10.6
16602024-07-10T21:53:30.450Z Compiling is-terminal v0.4.12
16612024-07-10T21:53:30.576Z Compiling toml v0.8.14
16622024-07-10T21:53:31.252Z Compiling argon2 v0.5.3
16632024-07-10T21:53:31.518Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16642024-07-10T21:53:31.926Z Compiling semver v0.1.20
16652024-07-10T21:53:32.177Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16662024-07-10T21:53:32.334Z Compiling rustc_version v0.1.7
16672024-07-10T21:53:32.501Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16682024-07-10T21:53:32.745Z Compiling linked-hash-map v0.5.6
16692024-07-10T21:53:32.774Z Compiling newtype_derive v0.1.6
16702024-07-10T21:53:32.795Z Compiling rustls-pki-types v1.7.0
16712024-07-10T21:53:33.123Z Compiling lru-cache v0.1.2
16722024-07-10T21:53:33.253Z Compiling rustls-webpki v0.102.4
16732024-07-10T21:53:33.331Z Compiling rustls v0.22.4
16742024-07-10T21:53:33.355Z Compiling thread_local v1.1.8
16752024-07-10T21:53:33.525Z Compiling match_cfg v0.1.0
16762024-07-10T21:53:33.622Z Compiling home v0.5.9
16772024-07-10T21:53:33.733Z Compiling hostname v0.3.1
16782024-07-10T21:53:33.861Z Compiling steno v0.4.1
16792024-07-10T21:53:33.865Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16802024-07-10T21:53:33.937Z Compiling multer v3.1.0
16812024-07-10T21:53:33.997Z Compiling slog-async v2.8.0
16822024-07-10T21:53:35.080Z Compiling slog-json v2.6.1
16832024-07-10T21:53:35.460Z Compiling crossbeam-channel v0.5.12
16842024-07-10T21:53:35.530Z Compiling http v1.1.0
16852024-07-10T21:53:36.462Z Compiling slog-dtrace v0.3.0
16862024-07-10T21:53:36.572Z Compiling take_mut v0.2.2
16872024-07-10T21:53:36.727Z Compiling termcolor v1.4.1
16882024-07-10T21:53:36.749Z Compiling atomic-waker v1.1.2
16892024-07-10T21:53:36.923Z Compiling base64 v0.22.1
16902024-07-10T21:53:37.617Z Compiling rustls-pemfile v2.1.2
16912024-07-10T21:53:37.820Z Compiling waitgroup v0.1.2
16922024-07-10T21:53:38.042Z Compiling slog-bunyan v2.5.0
16932024-07-10T21:53:38.063Z Compiling slog-term v2.9.1
16942024-07-10T21:53:38.241Z Compiling async-stream v0.3.5
16952024-07-10T21:53:38.539Z Compiling tokio-rustls v0.25.0
16962024-07-10T21:53:38.706Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
16972024-07-10T21:53:38.774Z Compiling sha1 v0.10.6
16982024-07-10T21:53:38.918Z Compiling newtype-uuid v1.1.0
16992024-07-10T21:53:38.959Z Compiling serde_path_to_error v0.1.16
17002024-07-10T21:53:39.181Z Compiling hostname v0.4.0
17012024-07-10T21:53:39.216Z Compiling instant v0.1.12
17022024-07-10T21:53:39.230Z Compiling debug-ignore v1.0.5
17032024-07-10T21:53:39.371Z Compiling backoff v0.4.0
17042024-07-10T21:53:39.386Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17052024-07-10T21:53:39.717Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
17062024-07-10T21:53:39.739Z Compiling parse-display v0.9.1
17072024-07-10T21:53:40.310Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17082024-07-10T21:53:40.491Z Compiling serde_with v3.8.1
17092024-07-10T21:53:40.985Z Compiling strum v0.26.2
17102024-07-10T21:53:41.168Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17112024-07-10T21:53:42.238Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17122024-07-10T21:53:42.958Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17132024-07-10T21:53:43.109Z Compiling num-rational v0.4.2
17142024-07-10T21:53:43.142Z Compiling num-complex v0.4.6
17152024-07-10T21:53:44.184Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17162024-07-10T21:53:44.200Z Compiling macaddr v1.0.1
17172024-07-10T21:53:44.560Z Compiling quick-error v1.2.3
17182024-07-10T21:53:44.608Z Compiling num v0.4.3
17192024-07-10T21:53:44.701Z Compiling resolv-conf v0.7.0
17202024-07-10T21:53:46.063Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17212024-07-10T21:53:46.326Z Compiling float-ord v0.3.2
17222024-07-10T21:53:46.503Z Compiling swrite v0.1.0
17232024-07-10T21:53:46.655Z Compiling radium v0.7.0
17242024-07-10T21:53:47.086Z Compiling utf-8 v0.7.6
17252024-07-10T21:53:47.255Z Compiling trust-dns-resolver v0.22.0
17262024-07-10T21:53:47.414Z Compiling tap v1.0.1
17272024-07-10T21:53:47.725Z Compiling maybe-uninit v2.0.0
17282024-07-10T21:53:47.779Z Compiling wyz v0.5.1
17292024-07-10T21:53:48.252Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17302024-07-10T21:53:48.771Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17312024-07-10T21:53:54.333Z Compiling bzip2-sys v0.1.11+1.0.8
17322024-07-10T21:53:54.776Z Compiling crc-catalog v2.4.0
17332024-07-10T21:53:54.926Z Compiling display-error-chain v0.2.0
17342024-07-10T21:53:55.115Z Compiling num-bigint-dig v0.8.4
17352024-07-10T21:53:55.397Z Compiling funty v2.0.0
17362024-07-10T21:53:57.968Z Compiling packed_struct v0.10.1
17372024-07-10T21:53:58.607Z Compiling bitvec v1.0.1
17382024-07-10T21:54:01.078Z Compiling crc v3.2.1
17392024-07-10T21:54:03.123Z Compiling nibble_vec v0.1.0
17402024-07-10T21:54:03.352Z Compiling packed_struct_codegen v0.10.1
17412024-07-10T21:54:05.895Z Compiling indexmap v1.9.3
17422024-07-10T21:54:06.188Z Compiling endian-type v0.1.2
17432024-07-10T21:54:06.418Z Compiling crunchy v0.2.2
17442024-07-10T21:54:06.856Z Compiling nodrop v0.1.14
17452024-07-10T21:54:06.997Z Compiling glob v0.3.1
17462024-07-10T21:54:07.855Z Compiling clang-sys v1.7.0
17472024-07-10T21:54:07.943Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17482024-07-10T21:54:08.244Z Compiling array-init v0.0.4
17492024-07-10T21:54:08.562Z Compiling radix_trie v0.2.1
17502024-07-10T21:54:09.465Z Compiling smallvec v0.6.14
17512024-07-10T21:54:09.933Z Compiling pkcs1 v0.7.5
17522024-07-10T21:54:10.846Z Compiling signature v2.2.0
17532024-07-10T21:54:11.170Z Compiling maplit v1.0.2
17542024-07-10T21:54:11.271Z Compiling tiny-keccak v2.0.2
17552024-07-10T21:54:11.612Z Compiling hashbrown v0.12.3
17562024-07-10T21:54:12.582Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17572024-07-10T21:54:12.969Z Compiling bitfield v0.14.0
17582024-07-10T21:54:13.037Z Compiling cancel-safe-futures v0.1.5
17592024-07-10T21:54:13.290Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17602024-07-10T21:54:13.398Z Compiling rsa v0.9.6
17612024-07-10T21:54:13.899Z Compiling serde-hex v0.1.0
17622024-07-10T21:54:14.309Z Compiling bzip2 v0.4.4
17632024-07-10T21:54:14.744Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17642024-07-10T21:54:15.070Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17652024-07-10T21:54:16.850Z Compiling env_logger v0.10.2
17662024-07-10T21:54:18.966Z Compiling x509-cert v0.2.5
17672024-07-10T21:54:19.048Z Compiling ron v0.8.1
17682024-07-10T21:54:19.756Z Compiling hashbrown v0.13.2
17692024-07-10T21:54:20.047Z Compiling crc-any v2.5.0
17702024-07-10T21:54:21.008Z Compiling object v0.30.4
17712024-07-10T21:54:21.101Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17722024-07-10T21:54:24.897Z Compiling zip v0.6.6
17732024-07-10T21:54:25.754Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17742024-07-10T21:54:26.513Z Compiling rayon-core v1.12.1
17752024-07-10T21:54:26.539Z Compiling ascii-canvas v3.0.0
17762024-07-10T21:54:27.022Z Compiling crossbeam-deque v0.8.5
17772024-07-10T21:54:27.354Z Compiling ena v0.14.3
17782024-07-10T21:54:27.775Z Compiling half v2.4.1
17792024-07-10T21:54:28.505Z Compiling libloading v0.8.3
17802024-07-10T21:54:28.909Z Compiling ciborium-io v0.2.2
17812024-07-10T21:54:29.047Z Compiling regex-syntax v0.6.29
17822024-07-10T21:54:30.535Z Compiling diff v0.1.13
17832024-07-10T21:54:31.155Z Compiling path-slash v0.1.5
17842024-07-10T21:54:31.158Z Compiling bindgen v0.69.4
17852024-07-10T21:54:31.380Z Compiling same-file v1.0.6
17862024-07-10T21:54:31.600Z Compiling fastrand v2.1.0
17872024-07-10T21:54:31.603Z Compiling arc-swap v1.7.1
17882024-07-10T21:54:32.084Z Compiling slog-scope v4.4.0
17892024-07-10T21:54:32.307Z Compiling lalrpop v0.19.12
17902024-07-10T21:54:33.007Z Compiling tempfile v3.10.1
17912024-07-10T21:54:33.766Z Compiling walkdir v2.5.0
17922024-07-10T21:54:34.324Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17932024-07-10T21:54:34.359Z Compiling ciborium-ll v0.2.2
17942024-07-10T21:54:36.298Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17952024-07-10T21:54:36.500Z Compiling which v4.4.2
17962024-07-10T21:54:37.052Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17972024-07-10T21:54:37.272Z Compiling cexpr v0.6.0
17982024-07-10T21:54:37.416Z Compiling fxhash v0.2.1
17992024-07-10T21:54:37.642Z Compiling shlex v1.3.0
18002024-07-10T21:54:38.054Z Compiling rustc-hash v1.1.0
18012024-07-10T21:54:38.242Z Compiling lazycell v1.3.0
18022024-07-10T21:54:38.387Z Compiling ref-cast v1.0.23
18032024-07-10T21:54:38.919Z Compiling ring v0.16.20
18042024-07-10T21:54:43.751Z Compiling blake3 v1.5.1
18052024-07-10T21:54:43.789Z Compiling rayon v1.10.0
18062024-07-10T21:54:43.789Z Compiling ciborium v0.2.2
18072024-07-10T21:54:45.511Z Compiling slog-stdlog v4.1.1
18082024-07-10T21:54:45.839Z Compiling tungstenite v0.21.0
18092024-07-10T21:54:46.396Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18102024-07-10T21:54:46.685Z Compiling derive_builder_core v0.20.0
18112024-07-10T21:54:46.934Z Compiling headers-core v0.2.0
18122024-07-10T21:54:47.110Z Compiling xattr v1.3.1
18132024-07-10T21:54:47.378Z Compiling libxml v0.3.3
18142024-07-10T21:54:47.732Z Compiling async-recursion v1.1.1
18152024-07-10T21:54:48.965Z Compiling ref-cast-impl v1.0.23
18162024-07-10T21:54:49.258Z Compiling atty v0.2.14
18172024-07-10T21:54:49.414Z Compiling memmap2 v0.9.4
18182024-07-10T21:54:49.814Z Compiling filetime v0.2.23
18192024-07-10T21:54:50.101Z Compiling untrusted v0.7.1
18202024-07-10T21:54:50.147Z Compiling arrayvec v0.7.4
18212024-07-10T21:54:50.299Z Compiling spin v0.5.2
18222024-07-10T21:54:50.417Z Compiling constant_time_eq v0.3.0
18232024-07-10T21:54:50.533Z Compiling arrayref v0.3.7
18242024-07-10T21:54:50.735Z Compiling tar v0.4.40
18252024-07-10T21:54:50.881Z Compiling derive_builder_macro v0.20.0
18262024-07-10T21:54:51.741Z Compiling headers v0.3.9
18272024-07-10T21:54:52.087Z Compiling tokio-tungstenite v0.21.0
18282024-07-10T21:54:52.649Z Compiling slog-envlogger v2.2.0
18292024-07-10T21:54:52.678Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18302024-07-10T21:54:53.351Z Compiling samael v0.0.15
18312024-07-10T21:54:53.741Z Compiling toolchain_find v0.4.0
18322024-07-10T21:54:53.959Z Compiling camino-tempfile v1.1.1
18332024-07-10T21:54:54.300Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18342024-07-10T21:54:54.401Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18352024-07-10T21:54:54.569Z Compiling pem v3.0.4
18362024-07-10T21:54:54.962Z Compiling libsw v3.3.1
18372024-07-10T21:54:55.166Z Compiling strum_macros v0.24.3
18382024-07-10T21:54:55.309Z Compiling cookie v0.18.1
18392024-07-10T21:54:55.468Z Compiling linear-map v1.2.0
18402024-07-10T21:54:55.602Z Compiling topological-sort v0.2.2
18412024-07-10T21:54:55.828Z Compiling indoc v1.0.9
18422024-07-10T21:54:55.906Z Compiling owo-colors v4.0.0
18432024-07-10T21:54:55.930Z Compiling cfg_aliases v0.1.1
18442024-07-10T21:54:56.035Z Compiling nix v0.28.0
18452024-07-10T21:54:56.408Z Compiling omicron-zone-package v0.11.0
18462024-07-10T21:54:56.785Z Compiling rustfmt-wrapper v0.2.1
18472024-07-10T21:54:58.652Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18482024-07-10T21:54:58.713Z Compiling derive_builder v0.20.0
18492024-07-10T21:54:58.903Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18502024-07-10T21:54:59.446Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18512024-07-10T21:54:59.477Z Compiling polar-core v0.27.3
18522024-07-10T21:54:59.719Z Compiling quick-xml v0.31.0
18532024-07-10T21:55:01.426Z Compiling oso-derive v0.27.3
18542024-07-10T21:55:02.126Z Compiling impl-trait-for-tuples v0.2.2
18552024-07-10T21:55:02.374Z Compiling vte_generate_state_changes v0.1.1
18562024-07-10T21:55:02.467Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18572024-07-10T21:55:02.796Z Compiling unicase v2.7.0
18582024-07-10T21:55:02.993Z Compiling buf-list v1.0.3
18592024-07-10T21:55:03.082Z Compiling vte v0.11.1
18602024-07-10T21:55:03.690Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18612024-07-10T21:55:06.119Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18622024-07-10T21:55:07.026Z Compiling tungstenite v0.20.1
18632024-07-10T21:55:07.580Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18642024-07-10T21:55:07.870Z Compiling fd-lock v4.0.2
18652024-07-10T21:55:08.098Z Compiling bb8 v0.8.5
18662024-07-10T21:55:08.690Z Compiling const_format_proc_macros v0.2.32
18672024-07-10T21:55:10.665Z Compiling pin-project-internal v1.1.5
18682024-07-10T21:55:11.454Z Compiling memoffset v0.9.1
18692024-07-10T21:55:11.755Z Compiling bytecount v0.6.8
18702024-07-10T21:55:12.070Z Compiling parking_lot_core v0.8.6
18712024-07-10T21:55:12.339Z Compiling papergrid v0.11.0
18722024-07-10T21:55:12.650Z Compiling const_format v0.2.32
18732024-07-10T21:55:13.394Z Compiling pin-project v1.1.5
18742024-07-10T21:55:13.525Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18752024-07-10T21:55:13.923Z Compiling tokio-tungstenite v0.20.1
18762024-07-10T21:55:14.483Z Compiling strip-ansi-escapes v0.2.0
18772024-07-10T21:55:16.248Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18782024-07-10T21:55:16.571Z Compiling tabled_derive v0.7.0
18792024-07-10T21:55:18.981Z Compiling peg-macros v0.8.3
18802024-07-10T21:55:20.502Z Compiling snafu-derive v0.8.2
18812024-07-10T21:55:22.180Z Compiling sqlparser_derive v0.2.2
18822024-07-10T21:55:22.503Z Compiling nu-ansi-term v0.50.0
18832024-07-10T21:55:23.227Z Compiling unicode_categories v0.1.1
18842024-07-10T21:55:23.763Z Compiling rustyline v14.0.0
18852024-07-10T21:55:23.885Z Compiling sqlformat v0.2.3
18862024-07-10T21:55:24.458Z Compiling oso v0.27.3
18872024-07-10T21:55:25.556Z Compiling snafu v0.8.2
18882024-07-10T21:55:26.887Z Compiling sqlparser v0.45.0
18892024-07-10T21:55:35.314Z Compiling reedline v0.31.0
18902024-07-10T21:55:36.014Z Compiling peg v0.8.3
18912024-07-10T21:55:36.136Z Compiling tabled v0.15.0
18922024-07-10T21:55:52.284Z Compiling env_logger v0.9.3
18932024-07-10T21:55:53.268Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18942024-07-10T21:55:57.033Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-07-10T21:55:57.240Z Compiling globset v0.4.14
18962024-07-10T21:55:57.857Z Compiling olpc-cjson v0.1.3
18972024-07-10T21:55:58.191Z Compiling bcs v0.1.6
18982024-07-10T21:55:58.651Z Compiling bitstruct_derive v0.1.0
18992024-07-10T21:55:59.094Z Compiling serde_plain v1.0.2
19002024-07-10T21:55:59.615Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-07-10T21:55:59.761Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19022024-07-10T21:55:59.930Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19032024-07-10T21:56:00.065Z Compiling highway v1.1.0
19042024-07-10T21:56:00.218Z Compiling ascii v1.1.0
19052024-07-10T21:56:01.011Z Compiling salty v0.2.0
19062024-07-10T21:56:01.411Z Compiling typed-path v0.7.1
19072024-07-10T21:56:01.435Z Compiling signature v1.6.4
19082024-07-10T21:56:01.597Z Compiling ed25519 v1.5.3
19092024-07-10T21:56:01.781Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19102024-07-10T21:56:01.924Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19112024-07-10T21:56:04.291Z Compiling tough v0.17.1
19122024-07-10T21:56:05.183Z Compiling bitstruct v0.1.1
19132024-07-10T21:56:05.311Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19142024-07-10T21:56:05.597Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-07-10T21:56:06.532Z Compiling parking_lot v0.11.2
19162024-07-10T21:56:08.127Z Compiling nix v0.27.1
19172024-07-10T21:56:08.714Z Compiling trust-dns-client v0.22.0
19182024-07-10T21:56:19.806Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19192024-07-10T21:56:20.138Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19202024-07-10T21:56:25.350Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19212024-07-10T21:56:26.553Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19222024-07-10T21:56:28.916Z Compiling curve25519-dalek v4.1.3
19232024-07-10T21:56:29.327Z Compiling kstat-rs v0.2.4
19242024-07-10T21:56:30.368Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19252024-07-10T21:56:31.247Z Compiling erased-serde v0.3.31
19262024-07-10T21:56:32.927Z Compiling toml v0.5.11
19272024-07-10T21:56:33.028Z Compiling serde_arrays v0.1.0
19282024-07-10T21:56:33.241Z Compiling serde-big-array v0.5.1
19292024-07-10T21:56:33.528Z Compiling parse-size v1.0.0
19302024-07-10T21:56:33.827Z Compiling keccak v0.1.5
19312024-07-10T21:56:34.826Z Compiling trust-dns-server v0.22.1
19322024-07-10T21:56:40.333Z Compiling sha3 v0.10.8
19332024-07-10T21:56:41.235Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19342024-07-10T21:56:42.660Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19352024-07-10T21:56:45.648Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19362024-07-10T21:56:46.147Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19372024-07-10T21:56:56.342Z Compiling sled v0.34.7
19382024-07-10T21:56:56.456Z Compiling mime_guess v2.0.4
19392024-07-10T21:57:00.535Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19402024-07-10T21:57:02.566Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19412024-07-10T21:57:02.832Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
19422024-07-10T21:57:04.316Z Compiling signal-hook-tokio v0.3.1
19432024-07-10T21:57:04.538Z Compiling universal-hash v0.5.1
19442024-07-10T21:57:04.790Z Compiling heck v0.3.3
19452024-07-10T21:57:05.179Z Compiling secrecy v0.8.0
19462024-07-10T21:57:05.462Z Compiling rand_seeder v0.2.3
19472024-07-10T21:57:05.860Z Compiling castaway v0.2.2
19482024-07-10T21:57:06.057Z Compiling thiserror-impl-no-std v2.0.2
19492024-07-10T21:57:08.893Z Compiling serde-big-array v0.4.1
19502024-07-10T21:57:09.113Z Compiling nanorand v0.7.0
19512024-07-10T21:57:09.917Z Compiling curve25519-dalek-derive v0.1.1
19522024-07-10T21:57:11.352Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19532024-07-10T21:57:11.644Z Compiling opaque-debug v0.3.1
19542024-07-10T21:57:11.750Z Compiling poly1305 v0.8.0
19552024-07-10T21:57:13.343Z Compiling flume v0.11.0
19562024-07-10T21:57:14.116Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19572024-07-10T21:57:15.534Z Compiling thiserror-no-std v2.0.2
19582024-07-10T21:57:15.665Z Compiling compact_str v0.7.1
19592024-07-10T21:57:17.240Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19602024-07-10T21:57:17.467Z Compiling zone_cfg_derive v0.1.2
19612024-07-10T21:57:18.857Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19622024-07-10T21:57:20.826Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19632024-07-10T21:57:21.948Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19642024-07-10T21:57:30.587Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19652024-07-10T21:57:31.232Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19662024-07-10T21:57:31.262Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19672024-07-10T21:57:32.922Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19682024-07-10T21:57:37.559Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19692024-07-10T21:57:37.861Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19702024-07-10T21:57:38.141Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19712024-07-10T21:57:38.437Z Compiling chacha20 v0.9.1
19722024-07-10T21:57:38.926Z Compiling unicode-truncate v1.0.0
19732024-07-10T21:57:39.215Z Compiling itertools v0.13.0
19742024-07-10T21:57:43.135Z Compiling aead v0.5.2
19752024-07-10T21:57:43.488Z Compiling lru v0.12.3
19762024-07-10T21:57:43.713Z Compiling stability v0.2.0
19772024-07-10T21:57:43.855Z Compiling cassowary v0.3.0
19782024-07-10T21:57:44.695Z Compiling corncobs v0.1.3
19792024-07-10T21:57:45.086Z Compiling base64 v0.13.1
19802024-07-10T21:57:45.874Z Compiling ron v0.7.1
19812024-07-10T21:57:46.122Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19822024-07-10T21:57:46.865Z Compiling ratatui v0.27.0
19832024-07-10T21:57:47.654Z Compiling chacha20poly1305 v0.10.1
19842024-07-10T21:57:47.985Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19852024-07-10T21:57:48.273Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-07-10T21:57:50.541Z Compiling zone v0.1.8
19872024-07-10T21:57:51.351Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19882024-07-10T21:57:53.740Z Compiling vsss-rs v3.3.4
19892024-07-10T21:57:58.242Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19902024-07-10T21:57:58.967Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19912024-07-10T21:58:01.777Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19922024-07-10T21:58:02.545Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19932024-07-10T21:58:03.322Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19942024-07-10T21:58:03.547Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19952024-07-10T21:58:03.603Z Compiling portpicker v0.1.1
19962024-07-10T21:58:04.116Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19972024-07-10T21:58:06.375Z Compiling csv-core v0.1.11
19982024-07-10T21:58:08.119Z Compiling smawk v0.3.2
19992024-07-10T21:58:08.379Z Compiling http-range v0.1.5
20002024-07-10T21:58:08.638Z Compiling unicode-linebreak v0.1.5
20012024-07-10T21:58:08.956Z Compiling hyper-staticfile v0.9.5
20022024-07-10T21:58:09.173Z Compiling textwrap v0.16.1
20032024-07-10T21:58:09.199Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20042024-07-10T21:58:10.473Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20052024-07-10T21:58:12.071Z Compiling csv v1.3.0
20062024-07-10T21:58:14.270Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20072024-07-10T21:58:20.630Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20082024-07-10T21:58:22.126Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20092024-07-10T21:58:24.442Z Compiling rcgen v0.12.1
20102024-07-10T21:58:30.488Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20112024-07-10T21:58:30.965Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20122024-07-10T21:58:31.248Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20132024-07-10T21:58:32.692Z Compiling atomicwrites v0.4.3
20142024-07-10T21:58:33.238Z Compiling fatfs v0.3.6
20152024-07-10T21:58:34.644Z Compiling subprocess v0.2.9
20162024-07-10T21:58:35.764Z Compiling rtoolbox v0.0.2
20172024-07-10T21:58:36.140Z Compiling assert_matches v1.5.0
20182024-07-10T21:58:36.218Z Compiling is_ci v1.2.0
20192024-07-10T21:58:36.513Z Compiling supports-color v3.0.0
20202024-07-10T21:58:36.874Z Compiling rpassword v7.3.1
20212024-07-10T21:58:37.150Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20222024-07-10T21:58:37.345Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20232024-07-10T21:58:38.233Z Compiling tui-tree-widget v0.21.0
20242024-07-10T21:58:38.659Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20252024-07-10T21:58:39.787Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20262024-07-10T21:58:44.639Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20272024-07-10T21:58:44.925Z Compiling shell-words v1.1.0
20282024-07-10T21:58:45.345Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20292024-07-10T21:58:46.474Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20302024-07-10T21:58:58.744Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20312024-07-10T21:59:11.988Z Compiling uzers v0.11.3
20322024-07-10T21:59:14.868Z Compiling multimap v0.10.0
20332024-07-10T22:00:07.136Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20342024-07-10T22:01:49.627Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20352024-07-10T22:01:50.146Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20362024-07-10T22:08:01.054Z Finished `release` profile [optimized] target(s) in 14m 32s
20372024-07-10T22:08:48.329Z
20382024-07-10T22:08:48.331Zreal 15:20.785243930
20392024-07-10T22:08:48.332Zuser 1:46:54.879775509
20402024-07-10T22:08:48.332Zsys 5:49.697778373
20412024-07-10T22:08:48.332Ztrap 2.541692150
20422024-07-10T22:08:48.332Ztflt 2.384609736
20432024-07-10T22:08:48.332Zdflt 3.500653698
20442024-07-10T22:08:48.332Zkflt 0.054625205
20452024-07-10T22:08:48.332Zlock 6:24:11.830760138
20462024-07-10T22:08:48.332Zslp 4:09:48.735768367
20472024-07-10T22:08:48.332Zlat 2:32.878783013
20482024-07-10T22:08:48.332Zstop 1:54.095582596
20492024-07-10T22:08:48.332Z+ mapfile -t packages
20502024-07-10T22:08:48.332Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20512024-07-10T22:08:49.273Z Finished `release` profile [optimized] target(s) in 0.89s
20522024-07-10T22:08:49.317Z Running `target/release/omicron-package -t test list-outputs`
20532024-07-10T22:08:49.356ZLogging to: /work/oxidecomputer/omicron/out/LOG
20542024-07-10T22:08:49.360Z+ ptime -m cargo build --locked --release -p xtask
20552024-07-10T22:08:49.974Z Compiling serde v1.0.204
20562024-07-10T22:08:49.976Z Compiling bitflags v2.5.0
20572024-07-10T22:08:50.050Z Compiling syn v2.0.68
20582024-07-10T22:08:50.067Z Compiling bytes v1.6.0
20592024-07-10T22:08:50.069Z Compiling scopeguard v1.2.0
20602024-07-10T22:08:50.076Z Compiling smallvec v1.13.2
20612024-07-10T22:08:50.094Z Compiling log v0.4.21
20622024-07-10T22:08:50.216Z Compiling lock_api v0.4.12
20632024-07-10T22:08:50.565Z Compiling parking_lot_core v0.9.10
20642024-07-10T22:08:50.568Z Compiling hashbrown v0.14.5
20652024-07-10T22:08:50.588Z Compiling serde_json v1.0.120
20662024-07-10T22:08:50.600Z Compiling mio v0.8.11
20672024-07-10T22:08:50.615Z Compiling libc v0.2.155
20682024-07-10T22:08:50.930Z Compiling parking_lot v0.12.2
20692024-07-10T22:08:51.051Z Compiling generic-array v0.14.7
20702024-07-10T22:08:51.334Z Compiling slog v2.7.0
20712024-07-10T22:08:51.475Z Compiling rustix v0.38.34
20722024-07-10T22:08:51.871Z Compiling http v0.2.12
20732024-07-10T22:08:51.883Z Compiling usdt-impl v0.5.0
20742024-07-10T22:08:52.205Z Compiling indexmap v2.2.6
20752024-07-10T22:08:52.218Z Compiling syn v1.0.109
20762024-07-10T22:08:52.232Z Compiling time-macros v0.2.18
20772024-07-10T22:08:52.786Z Compiling thread-id v4.2.1
20782024-07-10T22:08:52.837Z Compiling tracing v0.1.40
20792024-07-10T22:08:53.576Z Compiling crossbeam-utils v0.8.19
20802024-07-10T22:08:53.910Z Compiling http-body v0.4.6
20812024-07-10T22:08:54.194Z Compiling unicode-normalization v0.1.23
20822024-07-10T22:08:54.363Z Compiling unicode-bidi v0.3.15
20832024-07-10T22:08:55.381Z Compiling time v0.3.36
20842024-07-10T22:08:55.568Z Compiling idna v0.5.0
20852024-07-10T22:08:56.081Z Compiling block-buffer v0.10.4
20862024-07-10T22:08:56.335Z Compiling crypto-common v0.1.6
20872024-07-10T22:08:56.641Z Compiling terminal_size v0.3.0
20882024-07-10T22:08:56.869Z Compiling fs-err v2.11.0
20892024-07-10T22:08:57.174Z Compiling proc-macro-error v1.0.4
20902024-07-10T22:08:57.288Z Compiling anyhow v1.0.86
20912024-07-10T22:08:57.830Z Compiling clap_builder v4.5.2
20922024-07-10T22:08:58.047Z Compiling crossbeam-channel v0.5.12
20932024-07-10T22:08:58.544Z Compiling digest v0.10.7
20942024-07-10T22:08:58.776Z Compiling url v2.5.0
20952024-07-10T22:08:58.974Z Compiling xattr v1.3.1
20962024-07-10T22:08:59.290Z Compiling sha2 v0.10.8
20972024-07-10T22:08:59.793Z Compiling slog-async v2.8.0
20982024-07-10T22:09:00.261Z Compiling tabled_derive v0.7.0
20992024-07-10T22:09:01.991Z Compiling serde_derive v1.0.204
21002024-07-10T22:09:02.370Z Compiling thiserror-impl v1.0.60
21012024-07-10T22:09:02.462Z Compiling zerocopy-derive v0.7.34
21022024-07-10T22:09:02.925Z Compiling futures-macro v0.3.30
21032024-07-10T22:09:04.402Z Compiling tokio-macros v2.3.0
21042024-07-10T22:09:04.535Z Compiling zerocopy v0.7.34
21052024-07-10T22:09:04.693Z Compiling scroll_derive v0.12.0
21062024-07-10T22:09:04.889Z Compiling futures-util v0.3.30
21072024-07-10T22:09:05.265Z Compiling thiserror v1.0.60
21082024-07-10T22:09:05.417Z Compiling pest v2.7.10
21092024-07-10T22:09:06.020Z Compiling tokio v1.38.0
21102024-07-10T22:09:06.165Z Compiling openssl-macros v0.1.1
21112024-07-10T22:09:06.253Z Compiling scroll v0.12.0
21122024-07-10T22:09:06.904Z Compiling openssl v0.10.64
21132024-07-10T22:09:06.938Z Compiling goblin v0.8.2
21142024-07-10T22:09:08.257Z Compiling pest_meta v2.7.10
21152024-07-10T22:09:12.159Z Compiling pest_generator v2.7.10
21162024-07-10T22:09:13.982Z Compiling pest_derive v2.7.10
21172024-07-10T22:09:14.818Z Compiling dtrace-parser v0.2.0
21182024-07-10T22:09:17.031Z Compiling tokio-util v0.7.11
21192024-07-10T22:09:19.343Z Compiling serde_tokenstream v0.2.1
21202024-07-10T22:09:19.908Z Compiling h2 v0.3.26
21212024-07-10T22:09:21.805Z Compiling dof v0.3.0
21222024-07-10T22:09:23.025Z Compiling serde_spanned v0.6.6
21232024-07-10T22:09:23.300Z Compiling toml_datetime v0.6.6
21242024-07-10T22:09:23.315Z Compiling native-tls v0.2.11
21252024-07-10T22:09:24.298Z Compiling tokio-native-tls v0.3.1
21262024-07-10T22:09:24.427Z Compiling toml_edit v0.22.14
21272024-07-10T22:09:24.617Z Compiling usdt-attr-macro v0.5.0
21282024-07-10T22:09:26.047Z Compiling hyper v0.14.28
21292024-07-10T22:09:31.001Z Compiling hyper-tls v0.5.0
21302024-07-10T22:09:31.655Z Compiling toml v0.8.14
21312024-07-10T22:09:32.643Z Compiling usdt-macro v0.5.0
21322024-07-10T22:09:33.725Z Compiling slog-json v2.6.1
21332024-07-10T22:09:33.908Z Compiling semver v1.0.23
21342024-07-10T22:09:34.287Z Compiling camino v1.1.7
21352024-07-10T22:09:35.128Z Compiling serde_urlencoded v0.7.1
21362024-07-10T22:09:35.537Z Compiling cargo-platform v0.1.8
21372024-07-10T22:09:35.716Z Compiling futures-executor v0.3.30
21382024-07-10T22:09:35.768Z Compiling clap_derive v4.5.4
21392024-07-10T22:09:36.676Z Compiling strum_macros v0.26.4
21402024-07-10T22:09:36.841Z Compiling futures v0.3.30
21412024-07-10T22:09:36.980Z Compiling cargo_metadata v0.18.1
21422024-07-10T22:09:38.694Z Compiling reqwest v0.11.27
21432024-07-10T22:09:38.887Z Compiling slog-bunyan v2.5.0
21442024-07-10T22:09:39.185Z Compiling usdt v0.5.0
21452024-07-10T22:09:40.677Z Compiling clap v4.5.4
21462024-07-10T22:09:40.755Z Compiling cargo_toml v0.20.3
21472024-07-10T22:09:40.812Z Compiling macaddr v1.0.1
21482024-07-10T22:09:40.889Z Compiling tabled v0.15.0
21492024-07-10T22:09:41.448Z Compiling slog-term v2.9.1
21502024-07-10T22:09:41.668Z Compiling strum v0.26.2
21512024-07-10T22:09:41.878Z Compiling tar v0.4.40
21522024-07-10T22:09:57.888Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21532024-07-10T22:10:12.329Z Finished `release` profile [optimized] target(s) in 1m 22s
21542024-07-10T22:10:12.425Z
21552024-07-10T22:10:12.425Zreal 1:23.029164839
21562024-07-10T22:10:12.425Zuser 9:03.483444000
21572024-07-10T22:10:12.425Zsys 51.719117355
21582024-07-10T22:10:12.425Ztrap 0.254697756
21592024-07-10T22:10:12.425Ztflt 0.515736091
21602024-07-10T22:10:12.425Zdflt 0.240195015
21612024-07-10T22:10:12.428Zkflt 0.008985314
21622024-07-10T22:10:12.428Zlock 20:23.682402161
21632024-07-10T22:10:12.428Zslp 22:50.957731929
21642024-07-10T22:10:12.428Zlat 24.839629100
21652024-07-10T22:10:12.428Zstop 21.693467531
21662024-07-10T22:10:12.428Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21672024-07-10T22:10:12.428Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21682024-07-10T22:10:12.428Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21692024-07-10T22:10:12.428Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21702024-07-10T22:10:12.428Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21712024-07-10T22:10:12.978Z Downloading crates ...
21722024-07-10T22:10:13.221Z Downloaded option-ext v0.2.0
21732024-07-10T22:10:13.224Z Downloaded dhcproto-macros v0.1.0
21742024-07-10T22:10:13.227Z Downloaded aes v0.8.4
21752024-07-10T22:10:13.230Z Downloaded md5 v0.7.0
21762024-07-10T22:10:13.232Z Downloaded russh-cryptovec v0.7.2
21772024-07-10T22:10:13.232Z Downloaded dirs v5.0.1
21782024-07-10T22:10:13.234Z Downloaded dirs-sys v0.4.1
21792024-07-10T22:10:13.234Z Downloaded ctr v0.9.2
21802024-07-10T22:10:13.237Z Downloaded rand_chacha v0.2.2
21812024-07-10T22:10:13.237Z Downloaded pbkdf2 v0.12.2
21822024-07-10T22:10:13.239Z Downloaded internet-checksum v0.2.1
21832024-07-10T22:10:13.239Z Downloaded rand_core v0.5.1
21842024-07-10T22:10:13.241Z Downloaded pbkdf2 v0.11.0
21852024-07-10T22:10:13.244Z Downloaded ghash v0.5.1
21862024-07-10T22:10:13.244Z Downloaded cbc v0.1.2
21872024-07-10T22:10:13.247Z Downloaded polyval v0.6.2
21882024-07-10T22:10:13.250Z Downloaded rfc6979 v0.4.0
21892024-07-10T22:10:13.250Z Downloaded russh-keys v0.43.0
21902024-07-10T22:10:13.252Z Downloaded primeorder v0.13.6
21912024-07-10T22:10:13.252Z Downloaded getrandom v0.1.16
21922024-07-10T22:10:13.255Z Downloaded blowfish v0.9.1
21932024-07-10T22:10:13.257Z Downloaded password-hash v0.4.2
21942024-07-10T22:10:13.257Z Downloaded ecdsa v0.16.9
21952024-07-10T22:10:13.260Z Downloaded bcrypt-pbkdf v0.10.0
21962024-07-10T22:10:13.262Z Downloaded dhcproto v0.11.0
21972024-07-10T22:10:13.264Z Downloaded hex-literal v0.4.1
21982024-07-10T22:10:13.264Z Downloaded ed25519 v2.2.3
21992024-07-10T22:10:13.267Z Downloaded p256 v0.13.2
22002024-07-10T22:10:13.270Z Downloaded ed25519-dalek v2.1.1
22012024-07-10T22:10:13.273Z Downloaded russh v0.43.0
22022024-07-10T22:10:13.278Z Downloaded rand v0.7.3
22032024-07-10T22:10:13.285Z Downloaded p521 v0.13.3
22042024-07-10T22:10:13.287Z Downloaded aes-gcm v0.10.3
22052024-07-10T22:10:13.422Z Compiling serde v1.0.204
22062024-07-10T22:10:13.518Z Compiling scopeguard v1.2.0
22072024-07-10T22:10:13.521Z Compiling log v0.4.21
22082024-07-10T22:10:13.538Z Compiling smallvec v1.13.2
22092024-07-10T22:10:13.541Z Compiling syn v2.0.68
22102024-07-10T22:10:13.544Z Compiling getrandom v0.2.14
22112024-07-10T22:10:13.544Z Compiling generic-array v0.14.7
22122024-07-10T22:10:13.544Z Compiling libm v0.2.8
22132024-07-10T22:10:13.634Z Compiling lock_api v0.4.12
22142024-07-10T22:10:13.871Z Compiling rand_core v0.6.4
22152024-07-10T22:10:13.938Z Compiling parking_lot_core v0.9.10
22162024-07-10T22:10:13.969Z Compiling num-traits v0.2.19
22172024-07-10T22:10:13.991Z Compiling subtle v2.5.0
22182024-07-10T22:10:14.100Z Compiling mio v0.8.11
22192024-07-10T22:10:14.103Z Compiling ahash v0.8.11
22202024-07-10T22:10:14.316Z Compiling parking_lot v0.12.2
22212024-07-10T22:10:14.411Z Compiling serde_json v1.0.120
22222024-07-10T22:10:14.468Z Compiling spin v0.9.8
22232024-07-10T22:10:14.494Z Compiling allocator-api2 v0.2.18
22242024-07-10T22:10:14.615Z Compiling const-oid v0.9.6
22252024-07-10T22:10:14.773Z Compiling iana-time-zone v0.1.60
22262024-07-10T22:10:14.880Z Compiling syn v1.0.109
22272024-07-10T22:10:15.283Z Compiling unicode-normalization v0.1.23
22282024-07-10T22:10:15.316Z Compiling schemars v0.8.21
22292024-07-10T22:10:15.422Z Compiling unicode-bidi v0.3.15
22302024-07-10T22:10:15.454Z Compiling dyn-clone v1.0.17
22312024-07-10T22:10:15.673Z Compiling ppv-lite86 v0.2.17
22322024-07-10T22:10:15.690Z Compiling time-macros v0.2.18
22332024-07-10T22:10:16.367Z Compiling ring v0.17.8
22342024-07-10T22:10:16.435Z Compiling rand_chacha v0.3.1
22352024-07-10T22:10:16.641Z Compiling aho-corasick v1.1.3
22362024-07-10T22:10:17.007Z Compiling regex-syntax v0.8.3
22372024-07-10T22:10:17.398Z Compiling rand v0.8.5
22382024-07-10T22:10:18.890Z Compiling idna v0.5.0
22392024-07-10T22:10:19.339Z Compiling time v0.3.36
22402024-07-10T22:10:19.632Z Compiling slog v2.7.0
22412024-07-10T22:10:20.219Z Compiling url v2.5.0
22422024-07-10T22:10:20.473Z Compiling regex-automata v0.4.6
22432024-07-10T22:10:20.541Z Compiling untrusted v0.9.0
22442024-07-10T22:10:22.143Z Compiling serde_derive_internals v0.29.1
22452024-07-10T22:10:23.446Z Compiling lazy_static v1.5.0
22462024-07-10T22:10:23.580Z Compiling backtrace v0.3.71
22472024-07-10T22:10:23.983Z Compiling gimli v0.28.1
22482024-07-10T22:10:24.078Z Compiling object v0.32.2
22492024-07-10T22:10:24.755Z Compiling rustc-demangle v0.1.24
22502024-07-10T22:10:24.860Z Compiling anyhow v1.0.86
22512024-07-10T22:10:25.138Z Compiling base64ct v1.6.0
22522024-07-10T22:10:25.642Z Compiling winnow v0.5.40
22532024-07-10T22:10:25.760Z Compiling crossbeam-utils v0.8.19
22542024-07-10T22:10:25.760Z Compiling rustls v0.21.12
22552024-07-10T22:10:26.036Z Compiling regex v1.10.5
22562024-07-10T22:10:26.469Z Compiling rustls-webpki v0.101.7
22572024-07-10T22:10:27.165Z Compiling sct v0.7.1
22582024-07-10T22:10:27.508Z Compiling cookie v0.17.0
22592024-07-10T22:10:28.467Z Compiling addr2line v0.21.0
22602024-07-10T22:10:28.852Z Compiling serde_derive v1.0.204
22612024-07-10T22:10:28.994Z Compiling zeroize_derive v1.4.2
22622024-07-10T22:10:29.139Z Compiling thiserror-impl v1.0.60
22632024-07-10T22:10:29.694Z Compiling zerocopy-derive v0.7.34
22642024-07-10T22:10:30.678Z Compiling zeroize v1.7.0
22652024-07-10T22:10:30.708Z Compiling tokio-macros v2.3.0
22662024-07-10T22:10:31.569Z Compiling futures-macro v0.3.30
22672024-07-10T22:10:32.105Z Compiling zerocopy v0.7.34
22682024-07-10T22:10:32.494Z Compiling crypto-common v0.1.6
22692024-07-10T22:10:32.584Z Compiling block-buffer v0.10.4
22702024-07-10T22:10:32.601Z Compiling thiserror v1.0.60
22712024-07-10T22:10:32.722Z Compiling schemars_derive v0.8.21
22722024-07-10T22:10:32.750Z Compiling tracing-attributes v0.1.27
22732024-07-10T22:10:32.878Z Compiling digest v0.10.7
22742024-07-10T22:10:33.403Z Compiling async-trait v0.1.81
22752024-07-10T22:10:33.773Z Compiling futures-util v0.3.30
22762024-07-10T22:10:34.381Z Compiling hashbrown v0.14.5
22772024-07-10T22:10:35.863Z Compiling openssl-macros v0.1.1
22782024-07-10T22:10:36.447Z Compiling pest v2.7.10
22792024-07-10T22:10:36.929Z Compiling tracing v0.1.40
22802024-07-10T22:10:37.301Z Compiling idna v0.3.0
22812024-07-10T22:10:37.428Z Compiling psl-types v2.0.11
22822024-07-10T22:10:37.459Z Compiling data-encoding v2.6.0
22832024-07-10T22:10:37.642Z Compiling hmac v0.12.1
22842024-07-10T22:10:37.926Z Compiling scroll_derive v0.12.0
22852024-07-10T22:10:38.222Z Compiling publicsuffix v2.2.3
22862024-07-10T22:10:38.502Z Compiling bitflags v1.3.2
22872024-07-10T22:10:38.618Z Compiling webpki-roots v0.25.4
22882024-07-10T22:10:38.777Z Compiling block-padding v0.3.3
22892024-07-10T22:10:38.979Z Compiling pest_meta v2.7.10
22902024-07-10T22:10:39.042Z Compiling der_derive v0.7.2
22912024-07-10T22:10:39.113Z Compiling pem-rfc7468 v0.7.0
22922024-07-10T22:10:39.353Z Compiling flagset v0.4.5
22932024-07-10T22:10:39.460Z Compiling scroll v0.12.0
22942024-07-10T22:10:39.571Z Compiling futures-executor v0.3.30
22952024-07-10T22:10:39.904Z Compiling futures v0.3.30
22962024-07-10T22:10:40.023Z Compiling goblin v0.8.2
22972024-07-10T22:10:40.026Z Compiling inout v0.1.3
22982024-07-10T22:10:40.122Z Compiling sha2 v0.10.8
22992024-07-10T22:10:40.154Z Compiling either v1.12.0
23002024-07-10T22:10:40.189Z Compiling pest_generator v2.7.10
23012024-07-10T22:10:40.325Z Compiling cipher v0.4.4
23022024-07-10T22:10:40.608Z Compiling ff v0.13.0
23032024-07-10T22:10:40.863Z Compiling base16ct v0.2.0
23042024-07-10T22:10:40.893Z Compiling stable_deref_trait v1.2.0
23052024-07-10T22:10:41.010Z Compiling group v0.13.0
23062024-07-10T22:10:41.208Z Compiling hkdf v0.12.4
23072024-07-10T22:10:41.362Z Compiling crossbeam-epoch v0.9.18
23082024-07-10T22:10:41.489Z Compiling crypto-bigint v0.5.5
23092024-07-10T22:10:41.760Z Compiling der v0.7.9
23102024-07-10T22:10:42.182Z Compiling num-integer v0.1.46
23112024-07-10T22:10:42.251Z Compiling unicode-segmentation v1.11.0
23122024-07-10T22:10:43.049Z Compiling managed v0.8.0
23132024-07-10T22:10:43.094Z Compiling matches v0.1.10
23142024-07-10T22:10:43.195Z Compiling idna v0.2.3
23152024-07-10T22:10:43.501Z Compiling enum-as-inner v0.5.1
23162024-07-10T22:10:43.717Z Compiling bit-vec v0.6.3
23172024-07-10T22:10:44.196Z Compiling bytes v1.6.0
23182024-07-10T22:10:44.472Z Compiling indexmap v2.2.6
23192024-07-10T22:10:44.546Z Compiling chrono v0.4.38
23202024-07-10T22:10:44.844Z Compiling uuid v1.9.1
23212024-07-10T22:10:45.272Z Compiling tokio v1.38.0
23222024-07-10T22:10:45.584Z Compiling bitflags v2.5.0
23232024-07-10T22:10:45.910Z Compiling semver v1.0.23
23242024-07-10T22:10:46.053Z Compiling http v0.2.12
23252024-07-10T22:10:46.406Z Compiling serde_tokenstream v0.2.1
23262024-07-10T22:10:46.739Z Compiling toml_datetime v0.6.6
23272024-07-10T22:10:47.286Z Compiling serde_spanned v0.6.6
23282024-07-10T22:10:47.481Z Compiling toml_edit v0.19.15
23292024-07-10T22:10:47.522Z Compiling openssl v0.10.64
23302024-07-10T22:10:47.798Z Compiling http-body v0.4.6
23312024-07-10T22:10:48.306Z Compiling rustix v0.38.34
23322024-07-10T22:10:48.492Z Compiling serde_urlencoded v0.7.1
23332024-07-10T22:10:48.713Z Compiling cookie_store v0.20.0
23342024-07-10T22:10:49.031Z Compiling openapiv3 v2.0.0
23352024-07-10T22:10:50.303Z Compiling rustc_version v0.4.0
23362024-07-10T22:10:50.830Z Compiling pest_derive v2.7.10
23372024-07-10T22:10:51.107Z Compiling dof v0.3.0
23382024-07-10T22:10:51.141Z Compiling spki v0.7.3
23392024-07-10T22:10:51.533Z Compiling pkcs8 v0.10.2
23402024-07-10T22:10:51.550Z Compiling ipnetwork v0.20.0
23412024-07-10T22:10:51.783Z Compiling dtrace-parser v0.2.0
23422024-07-10T22:10:52.131Z Compiling sec1 v0.7.3
23432024-07-10T22:10:52.537Z Compiling usdt-impl v0.5.0
23442024-07-10T22:10:52.730Z Compiling elliptic-curve v0.13.8
23452024-07-10T22:10:53.484Z Compiling tokio-util v0.7.11
23462024-07-10T22:10:53.582Z Compiling native-tls v0.2.11
23472024-07-10T22:10:53.602Z Compiling tokio-rustls v0.24.1
23482024-07-10T22:10:53.951Z Compiling tokio-native-tls v0.3.1
23492024-07-10T22:10:54.015Z Compiling toml v0.7.8
23502024-07-10T22:10:54.231Z Compiling toml_edit v0.22.14
23512024-07-10T22:10:54.248Z Compiling hex v0.4.3
23522024-07-10T22:10:54.264Z Compiling usdt-macro v0.5.0
23532024-07-10T22:10:54.863Z Compiling h2 v0.3.26
23542024-07-10T22:10:54.924Z Compiling usdt-attr-macro v0.5.0
23552024-07-10T22:10:55.798Z Compiling siphasher v0.3.11
23562024-07-10T22:10:55.816Z Compiling trust-dns-proto v0.22.0
23572024-07-10T22:10:55.819Z Compiling heapless v0.7.17
23582024-07-10T22:10:56.204Z Compiling terminal_size v0.3.0
23592024-07-10T22:10:56.223Z Compiling num-bigint v0.4.5
23602024-07-10T22:10:56.418Z Compiling regress v0.9.1
23612024-07-10T22:10:56.451Z Compiling finl_unicode v1.2.0
23622024-07-10T22:10:56.597Z Compiling usdt v0.5.0
23632024-07-10T22:10:57.056Z Compiling signal-hook v0.3.17
23642024-07-10T22:10:57.135Z Compiling clap_builder v4.5.2
23652024-07-10T22:10:57.354Z Compiling stringprep v0.1.4
23662024-07-10T22:10:58.792Z Compiling itertools v0.10.5
23672024-07-10T22:11:01.132Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23682024-07-10T22:11:01.703Z Compiling hyper v0.14.28
23692024-07-10T22:11:01.794Z Compiling yasna v0.5.2
23702024-07-10T22:11:03.017Z Compiling md-5 v0.10.6
23712024-07-10T22:11:03.311Z Compiling clap_derive v4.5.4
23722024-07-10T22:11:03.870Z Compiling hash32 v0.2.1
23732024-07-10T22:11:04.278Z Compiling fallible-iterator v0.2.0
23742024-07-10T22:11:04.591Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23752024-07-10T22:11:04.967Z Compiling smoltcp v0.9.1
23762024-07-10T22:11:05.449Z Compiling postgres-protocol v0.6.6
23772024-07-10T22:11:06.791Z Compiling phf_shared v0.11.2
23782024-07-10T22:11:06.840Z Compiling tokio-stream v0.1.15
23792024-07-10T22:11:06.898Z Compiling hubpack_derive v0.1.1
23802024-07-10T22:11:06.919Z Compiling zerocopy-derive v0.6.6
23812024-07-10T22:11:06.962Z Compiling diesel_table_macro_syntax v0.1.0
23822024-07-10T22:11:07.191Z Compiling scheduled-thread-pool v0.2.7
23832024-07-10T22:11:07.404Z Compiling fs-err v2.11.0
23842024-07-10T22:11:07.679Z Compiling fixedbitset v0.4.2
23852024-07-10T22:11:07.786Z Compiling hubpack v0.1.2
23862024-07-10T22:11:07.867Z Compiling r2d2 v0.8.10
23872024-07-10T22:11:07.983Z Compiling petgraph v0.6.5
23882024-07-10T22:11:08.179Z Compiling diesel_derives v2.1.4
23892024-07-10T22:11:08.232Z Compiling phf v0.11.2
23902024-07-10T22:11:08.555Z Compiling hyper-tls v0.5.0
23912024-07-10T22:11:08.627Z Compiling hyper-rustls v0.24.2
23922024-07-10T22:11:08.926Z Compiling reqwest v0.11.27
23932024-07-10T22:11:08.998Z Compiling clap v4.5.4
23942024-07-10T22:11:09.118Z Compiling postgres-types v0.2.6
23952024-07-10T22:11:09.242Z Compiling zerocopy v0.6.6
23962024-07-10T22:11:10.140Z Compiling signal-hook-mio v0.2.3
23972024-07-10T22:11:10.500Z Compiling phf_shared v0.10.0
23982024-07-10T22:11:10.622Z Compiling similar v2.5.0
23992024-07-10T22:11:10.704Z Compiling num-iter v0.1.45
24002024-07-10T22:11:10.893Z Compiling strum_macros v0.25.3
24012024-07-10T22:11:10.933Z Compiling serde_repr v0.1.19
24022024-07-10T22:11:11.885Z Compiling getopts v0.2.21
24032024-07-10T22:11:12.089Z Compiling console v0.15.8
24042024-07-10T22:11:12.133Z Compiling float-cmp v0.9.0
24052024-07-10T22:11:12.361Z Compiling whoami v1.5.1
24062024-07-10T22:11:12.937Z Compiling difflib v0.4.0
24072024-07-10T22:11:13.090Z Compiling normalize-line-endings v0.3.0
24082024-07-10T22:11:13.189Z Compiling unsafe-libyaml v0.2.11
24092024-07-10T22:11:13.232Z Compiling precomputed-hash v0.1.1
24102024-07-10T22:11:13.363Z Compiling new_debug_unreachable v1.0.6
24112024-07-10T22:11:13.471Z Compiling minimal-lexical v0.2.1
24122024-07-10T22:11:13.657Z Compiling static_assertions v1.1.0
24132024-07-10T22:11:13.767Z Compiling predicates-core v1.0.6
24142024-07-10T22:11:14.033Z Compiling predicates v3.1.0
24152024-07-10T22:11:14.169Z Compiling nom v7.1.3
24162024-07-10T22:11:14.607Z Compiling serde_yaml v0.9.34+deprecated
24172024-07-10T22:11:15.208Z Compiling string_cache v0.8.7
24182024-07-10T22:11:15.227Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24192024-07-10T22:11:15.710Z Compiling tokio-postgres v0.7.10
24202024-07-10T22:11:15.902Z Compiling crossterm v0.27.0
24212024-07-10T22:11:18.831Z Compiling bit-set v0.5.3
24222024-07-10T22:11:19.133Z Compiling itertools v0.12.1
24232024-07-10T22:11:19.150Z Compiling bstr v1.9.1
24242024-07-10T22:11:19.798Z Compiling lalrpop-util v0.19.12
24252024-07-10T22:11:20.182Z Compiling peg-runtime v0.8.3
24262024-07-10T22:11:20.893Z Compiling unicode-xid v0.2.4
24272024-07-10T22:11:20.970Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24282024-07-10T22:11:21.037Z Compiling sha1 v0.10.6
24292024-07-10T22:11:21.066Z Compiling camino v1.1.7
24302024-07-10T22:11:21.426Z Compiling strum_macros v0.26.4
24312024-07-10T22:11:21.457Z Compiling http v1.1.0
24322024-07-10T22:11:21.471Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24332024-07-10T22:11:21.788Z Compiling base64 v0.22.1
24342024-07-10T22:11:21.805Z Compiling diesel v2.1.6
24352024-07-10T22:11:22.043Z Compiling toml v0.8.14
24362024-07-10T22:11:22.344Z Compiling ident_case v1.0.1
24372024-07-10T22:11:22.542Z Compiling rustls-pki-types v1.7.0
24382024-07-10T22:11:22.596Z Compiling darling_core v0.20.9
24392024-07-10T22:11:23.469Z Compiling crossbeam-channel v0.5.12
24402024-07-10T22:11:23.982Z Compiling paste v1.0.15
24412024-07-10T22:11:24.046Z Compiling rustls v0.22.4
24422024-07-10T22:11:24.306Z Compiling slog-async v2.8.0
24432024-07-10T22:11:24.580Z Compiling slog-term v2.9.1
24442024-07-10T22:11:24.617Z Compiling rustls-webpki v0.102.4
24452024-07-10T22:11:25.167Z Compiling multer v3.1.0
24462024-07-10T22:11:25.460Z Compiling instant v0.1.12
24472024-07-10T22:11:25.875Z Compiling slog-json v2.6.1
24482024-07-10T22:11:26.066Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24492024-07-10T22:11:26.210Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24502024-07-10T22:11:26.278Z Compiling async-stream-impl v0.3.5
24512024-07-10T22:11:26.729Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24522024-07-10T22:11:26.895Z Compiling debug-ignore v1.0.5
24532024-07-10T22:11:26.898Z Compiling strum v0.26.2
24542024-07-10T22:11:27.000Z Compiling atomic-waker v1.1.2
24552024-07-10T22:11:27.086Z Compiling slog-bunyan v2.5.0
24562024-07-10T22:11:27.130Z Compiling waitgroup v0.1.2
24572024-07-10T22:11:27.286Z Compiling rustls-pemfile v2.1.2
24582024-07-10T22:11:27.374Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24592024-07-10T22:11:27.751Z Compiling async-stream v0.3.5
24602024-07-10T22:11:27.794Z Compiling serde_path_to_error v0.1.16
24612024-07-10T22:11:28.168Z Compiling structmeta-derive v0.3.0
24622024-07-10T22:11:28.370Z Compiling hostname v0.4.0
24632024-07-10T22:11:28.647Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24642024-07-10T22:11:28.732Z Compiling newtype-uuid v1.1.0
24652024-07-10T22:11:29.053Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662024-07-10T22:11:29.402Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672024-07-10T22:11:29.697Z Compiling backoff v0.4.0
24682024-07-10T22:11:29.819Z Compiling tokio-rustls v0.25.0
24692024-07-10T22:11:30.046Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24702024-07-10T22:11:30.130Z Compiling darling_macro v0.20.9
24712024-07-10T22:11:30.237Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24722024-07-10T22:11:30.253Z Compiling macaddr v1.0.1
24732024-07-10T22:11:30.411Z Compiling proc-macro-crate v1.3.1
24742024-07-10T22:11:30.717Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24752024-07-10T22:11:31.055Z Compiling fastrand v2.1.0
24762024-07-10T22:11:31.123Z Compiling darling v0.20.9
24772024-07-10T22:11:31.254Z Compiling serde_with_macros v3.8.1
24782024-07-10T22:11:31.326Z Compiling structmeta v0.3.0
24792024-07-10T22:11:31.562Z Compiling num_enum_derive v0.5.11
24802024-07-10T22:11:31.622Z Compiling tempfile v3.10.1
24812024-07-10T22:11:31.780Z Compiling parse-display-derive v0.9.1
24822024-07-10T22:11:32.600Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24832024-07-10T22:11:32.936Z Compiling foreign-types-macros v0.2.3
24842024-07-10T22:11:34.276Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24852024-07-10T22:11:34.498Z Compiling num_enum v0.5.11
24862024-07-10T22:11:34.542Z Compiling serde_with v3.8.1
24872024-07-10T22:11:34.560Z Compiling heapless v0.8.0
24882024-07-10T22:11:34.671Z Compiling foreign-types-shared v0.3.1
24892024-07-10T22:11:34.803Z Compiling foreign-types v0.5.0
24902024-07-10T22:11:34.951Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24912024-07-10T22:11:34.968Z Compiling proc-macro-error v1.0.4
24922024-07-10T22:11:35.687Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24932024-07-10T22:11:35.813Z Compiling cstr-argument v0.1.2
24942024-07-10T22:11:36.090Z Compiling hash32 v0.3.1
24952024-07-10T22:11:36.222Z Compiling smoltcp v0.11.0
24962024-07-10T22:11:36.352Z Compiling pretty-hex v0.2.1
24972024-07-10T22:11:36.534Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24982024-07-10T22:11:36.859Z Compiling parse-display v0.9.1
24992024-07-10T22:11:36.915Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25002024-07-10T22:11:36.986Z Compiling camino-tempfile v1.1.1
25012024-07-10T22:11:37.457Z Compiling tabwriter v1.4.0
25022024-07-10T22:11:37.532Z Compiling colored v2.1.0
25032024-07-10T22:11:37.616Z Compiling socket2 v0.4.10
25042024-07-10T22:11:37.814Z Compiling embedded-io v0.4.0
25052024-07-10T22:11:38.078Z Compiling cobs v0.2.3
25062024-07-10T22:11:38.358Z Compiling postcard v1.0.8
25072024-07-10T22:11:38.406Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25082024-07-10T22:11:38.593Z Compiling crucible-workspace-hack v0.1.0
25092024-07-10T22:11:38.701Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25102024-07-10T22:11:38.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25112024-07-10T22:11:38.893Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25122024-07-10T22:11:39.017Z Compiling smf v0.2.3
25132024-07-10T22:11:39.178Z Compiling humantime v2.1.0
25142024-07-10T22:11:39.218Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25152024-07-10T22:11:39.723Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25162024-07-10T22:11:39.785Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25172024-07-10T22:11:40.306Z Compiling num-derive v0.4.2
25182024-07-10T22:11:40.517Z Compiling sigpipe v0.1.3
25192024-07-10T22:11:40.653Z Compiling utf-8 v0.7.6
25202024-07-10T22:11:40.868Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25212024-07-10T22:11:41.005Z Compiling atty v0.2.14
25222024-07-10T22:11:41.154Z Compiling semver v0.1.20
25232024-07-10T22:11:41.266Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25242024-07-10T22:11:41.306Z Compiling rayon-core v1.12.1
25252024-07-10T22:11:41.582Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25262024-07-10T22:11:41.847Z Compiling same-file v1.0.6
25272024-07-10T22:11:42.102Z Compiling walkdir v2.5.0
25282024-07-10T22:11:42.880Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25292024-07-10T22:11:42.952Z Compiling rustc_version v0.1.7
25302024-07-10T22:11:43.175Z Compiling curve25519-dalek v4.1.3
25312024-07-10T22:11:43.285Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25322024-07-10T22:11:43.464Z Compiling newline-converter v0.3.0
25332024-07-10T22:11:43.500Z Compiling crossbeam-deque v0.8.5
25342024-07-10T22:11:43.629Z Compiling universal-hash v0.5.1
25352024-07-10T22:11:43.770Z Compiling opaque-debug v0.3.1
25362024-07-10T22:11:43.824Z Compiling prettyplease v0.2.20
25372024-07-10T22:11:43.876Z Compiling expectorate v1.1.0
25382024-07-10T22:11:43.879Z Compiling newtype_derive v0.1.6
25392024-07-10T22:11:43.976Z Compiling xattr v1.3.1
25402024-07-10T22:11:44.058Z Compiling num-rational v0.4.2
25412024-07-10T22:11:44.104Z Compiling signature v2.2.0
25422024-07-10T22:11:44.158Z Compiling curve25519-dalek-derive v0.1.1
25432024-07-10T22:11:44.270Z Compiling num-complex v0.4.6
25442024-07-10T22:11:44.416Z Compiling blake3 v1.5.1
25452024-07-10T22:11:45.053Z Compiling ring v0.16.20
25462024-07-10T22:11:45.358Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25472024-07-10T22:11:45.523Z Compiling unicase v2.7.0
25482024-07-10T22:11:45.759Z Compiling getrandom v0.1.16
25492024-07-10T22:11:45.776Z Compiling linked-hash-map v0.5.6
25502024-07-10T22:11:45.810Z Compiling termcolor v1.4.1
25512024-07-10T22:11:45.834Z Compiling arc-swap v1.7.1
25522024-07-10T22:11:46.163Z Compiling quick-error v1.2.3
25532024-07-10T22:11:46.178Z Compiling convert_case v0.4.0
25542024-07-10T22:11:46.320Z Compiling resolv-conf v0.7.0
25552024-07-10T22:11:46.473Z Compiling env_logger v0.9.3
25562024-07-10T22:11:46.548Z Compiling slog-scope v4.4.0
25572024-07-10T22:11:46.831Z Compiling lru-cache v0.1.2
25582024-07-10T22:11:47.175Z Compiling tar v0.4.40
25592024-07-10T22:11:47.233Z Compiling num v0.4.3
25602024-07-10T22:11:47.251Z Compiling derive_more v0.99.18
25612024-07-10T22:11:47.756Z Compiling rayon v1.10.0
25622024-07-10T22:11:49.387Z Compiling tungstenite v0.21.0
25632024-07-10T22:11:49.427Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25642024-07-10T22:11:49.932Z Compiling blake2 v0.10.6
25652024-07-10T22:11:51.253Z Compiling bitstruct_derive v0.1.0
25662024-07-10T22:11:51.339Z Compiling derive-where v1.2.7
25672024-07-10T22:11:51.611Z Compiling password-hash v0.5.0
25682024-07-10T22:11:52.628Z Compiling memmap2 v0.9.4
25692024-07-10T22:11:52.692Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25702024-07-10T22:11:52.852Z Compiling float-ord v0.3.2
25712024-07-10T22:11:52.901Z Compiling libefi-sys v0.1.0
25722024-07-10T22:11:53.033Z Compiling parking_lot_core v0.8.6
25732024-07-10T22:11:53.129Z Compiling arrayref v0.3.7
25742024-07-10T22:11:53.197Z Compiling home v0.5.9
25752024-07-10T22:11:53.228Z Compiling arrayvec v0.7.4
25762024-07-10T22:11:53.482Z Compiling spin v0.5.2
25772024-07-10T22:11:53.498Z Compiling untrusted v0.7.1
25782024-07-10T22:11:53.646Z Compiling constant_time_eq v0.3.0
25792024-07-10T22:11:53.678Z Compiling ascii v1.1.0
25802024-07-10T22:11:54.284Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25812024-07-10T22:11:54.461Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25822024-07-10T22:11:54.689Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
25832024-07-10T22:11:55.032Z Compiling toolchain_find v0.4.0
25842024-07-10T22:11:55.626Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25852024-07-10T22:11:55.728Z Compiling bitstruct v0.1.1
25862024-07-10T22:11:55.785Z Compiling argon2 v0.5.3
25872024-07-10T22:11:55.846Z Compiling tokio-tungstenite v0.21.0
25882024-07-10T22:11:55.897Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25892024-07-10T22:11:56.312Z Compiling trust-dns-resolver v0.22.0
25902024-07-10T22:11:56.328Z Compiling slog-stdlog v4.1.1
25912024-07-10T22:11:56.707Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25922024-07-10T22:11:56.724Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25932024-07-10T22:11:56.920Z Compiling erased-serde v0.3.31
25942024-07-10T22:11:57.116Z Compiling serde_arrays v0.1.0
25952024-07-10T22:11:57.288Z Compiling rfc6979 v0.4.0
25962024-07-10T22:11:57.442Z Compiling aead v0.5.2
25972024-07-10T22:11:57.473Z Compiling bitfield-struct v0.6.1
25982024-07-10T22:11:57.505Z Compiling nibble_vec v0.1.0
25992024-07-10T22:11:57.723Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26002024-07-10T22:11:57.878Z Compiling slog-dtrace v0.3.0
26012024-07-10T22:11:58.122Z Compiling topological-sort v0.2.2
26022024-07-10T22:11:58.173Z Compiling cancel-safe-futures v0.1.5
26032024-07-10T22:11:58.358Z Compiling endian-type v0.1.2
26042024-07-10T22:11:58.390Z Compiling keccak v0.1.5
26052024-07-10T22:11:58.545Z Compiling omicron-zone-package v0.11.0
26062024-07-10T22:11:58.621Z Compiling radix_trie v0.2.1
26072024-07-10T22:11:58.697Z Compiling sha3 v0.10.8
26082024-07-10T22:11:58.934Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26092024-07-10T22:11:58.987Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26102024-07-10T22:11:59.335Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26112024-07-10T22:11:59.352Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122024-07-10T22:11:59.516Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26132024-07-10T22:11:59.731Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26142024-07-10T22:11:59.784Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26152024-07-10T22:12:00.086Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26162024-07-10T22:12:00.214Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26172024-07-10T22:12:00.566Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26182024-07-10T22:12:00.693Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26192024-07-10T22:12:01.020Z Compiling ecdsa v0.16.9
26202024-07-10T22:12:01.737Z Compiling mime_guess v2.0.4
26212024-07-10T22:12:01.878Z Compiling rand_core v0.5.1
26222024-07-10T22:12:02.442Z Compiling slog-envlogger v2.2.0
26232024-07-10T22:12:02.623Z Compiling steno v0.4.1
26242024-07-10T22:12:03.135Z Compiling rustfmt-wrapper v0.2.1
26252024-07-10T22:12:03.346Z Compiling poly1305 v0.8.0
26262024-07-10T22:12:03.736Z Compiling tungstenite v0.20.1
26272024-07-10T22:12:04.111Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26282024-07-10T22:12:04.852Z Compiling primeorder v0.13.6
26292024-07-10T22:12:05.128Z Compiling heck v0.3.3
26302024-07-10T22:12:05.397Z Compiling chacha20 v0.9.1
26312024-07-10T22:12:05.459Z Compiling secrecy v0.8.0
26322024-07-10T22:12:05.590Z Compiling thiserror-impl-no-std v2.0.2
26332024-07-10T22:12:05.749Z Compiling half v2.4.1
26342024-07-10T22:12:05.855Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352024-07-10T22:12:05.915Z Compiling option-ext v0.2.0
26362024-07-10T22:12:05.977Z Compiling ciborium-io v0.2.2
26372024-07-10T22:12:06.051Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26382024-07-10T22:12:06.117Z Compiling dirs-sys v0.4.1
26392024-07-10T22:12:06.305Z Compiling ciborium-ll v0.2.2
26402024-07-10T22:12:06.356Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412024-07-10T22:12:06.750Z Compiling zone_cfg_derive v0.1.2
26422024-07-10T22:12:06.771Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26432024-07-10T22:12:06.786Z Compiling tokio-tungstenite v0.20.1
26442024-07-10T22:12:07.392Z Compiling parking_lot v0.11.2
26452024-07-10T22:12:07.886Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26462024-07-10T22:12:08.335Z Compiling rand_chacha v0.2.2
26472024-07-10T22:12:08.355Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26482024-07-10T22:12:08.635Z Compiling trust-dns-client v0.22.0
26492024-07-10T22:12:08.993Z Compiling thiserror-no-std v2.0.2
26502024-07-10T22:12:09.115Z Compiling ed25519 v2.2.3
26512024-07-10T22:12:09.619Z Compiling polyval v0.6.2
26522024-07-10T22:12:09.646Z Compiling libsw v3.3.1
26532024-07-10T22:12:09.965Z Compiling toml v0.5.11
26542024-07-10T22:12:10.056Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26552024-07-10T22:12:10.353Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26562024-07-10T22:12:10.943Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572024-07-10T22:12:11.984Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26582024-07-10T22:12:12.454Z Compiling blowfish v0.9.1
26592024-07-10T22:12:12.958Z Compiling aes v0.8.4
26602024-07-10T22:12:13.866Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26612024-07-10T22:12:14.881Z Compiling ctr v0.9.2
26622024-07-10T22:12:15.250Z Compiling pbkdf2 v0.12.2
26632024-07-10T22:12:15.434Z Compiling password-hash v0.4.2
26642024-07-10T22:12:15.781Z Compiling gethostname v0.4.3
26652024-07-10T22:12:15.842Z Compiling fxhash v0.2.1
26662024-07-10T22:12:16.058Z Compiling owo-colors v4.0.0
26672024-07-10T22:12:16.061Z Compiling base64 v0.13.1
26682024-07-10T22:12:16.356Z Compiling linear-map v1.2.0
26692024-07-10T22:12:16.734Z Compiling ron v0.7.1
26702024-07-10T22:12:16.750Z Compiling sled v0.34.7
26712024-07-10T22:12:18.424Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26722024-07-10T22:12:18.614Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26732024-07-10T22:12:19.108Z Compiling pbkdf2 v0.11.0
26742024-07-10T22:12:19.496Z Compiling bcrypt-pbkdf v0.10.0
26752024-07-10T22:12:20.154Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26762024-07-10T22:12:20.897Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26772024-07-10T22:12:22.111Z Compiling trust-dns-server v0.22.1
26782024-07-10T22:12:22.291Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26792024-07-10T22:12:22.486Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26802024-07-10T22:12:23.039Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26812024-07-10T22:12:23.328Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26822024-07-10T22:12:25.102Z Compiling ghash v0.5.1
26832024-07-10T22:12:25.294Z Compiling ed25519-dalek v2.1.1
26842024-07-10T22:12:25.788Z Compiling vsss-rs v3.3.4
26852024-07-10T22:12:26.419Z Compiling rand v0.7.3
26862024-07-10T22:12:27.417Z Compiling zone v0.1.8
26872024-07-10T22:12:27.934Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26882024-07-10T22:12:28.345Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26892024-07-10T22:12:28.813Z Compiling ciborium v0.2.2
26902024-07-10T22:12:29.203Z Compiling dirs v5.0.1
26912024-07-10T22:12:29.406Z Compiling chacha20poly1305 v0.10.1
26922024-07-10T22:12:29.426Z Compiling p256 v0.13.2
26932024-07-10T22:12:29.651Z Compiling p521 v0.13.3
26942024-07-10T22:12:30.351Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86)
26952024-07-10T22:12:30.376Z Compiling pem v3.0.4
26962024-07-10T22:12:30.499Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
26972024-07-10T22:12:30.880Z Compiling headers-core v0.2.0
26982024-07-10T22:12:31.056Z Compiling cbc v0.1.2
26992024-07-10T22:12:31.240Z Compiling kstat-rs v0.2.4
27002024-07-10T22:12:31.306Z Compiling portpicker v0.1.1
27012024-07-10T22:12:31.652Z Compiling nanorand v0.7.0
27022024-07-10T22:12:31.726Z Compiling russh-cryptovec v0.7.2
27032024-07-10T22:12:31.925Z Compiling glob v0.3.1
27042024-07-10T22:12:32.052Z Compiling md5 v0.7.0
27052024-07-10T22:12:32.145Z Compiling http-range v0.1.5
27062024-07-10T22:12:32.270Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27072024-07-10T22:12:32.534Z Compiling hyper-staticfile v0.9.5
27082024-07-10T22:12:32.565Z Compiling russh-keys v0.43.0
27092024-07-10T22:12:32.795Z Compiling flume v0.11.0
27102024-07-10T22:12:32.954Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27112024-07-10T22:12:33.530Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122024-07-10T22:12:33.561Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132024-07-10T22:12:35.361Z Compiling headers v0.3.9
27142024-07-10T22:12:36.158Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27152024-07-10T22:12:36.337Z Compiling rcgen v0.12.1
27162024-07-10T22:12:36.626Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27172024-07-10T22:12:39.053Z Compiling aes-gcm v0.10.3
27182024-07-10T22:12:39.378Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27192024-07-10T22:12:40.028Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27202024-07-10T22:12:40.195Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27212024-07-10T22:12:42.027Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27222024-07-10T22:12:45.154Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27232024-07-10T22:12:46.338Z Compiling atomicwrites v0.4.3
27242024-07-10T22:12:46.741Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252024-07-10T22:12:46.920Z Compiling subprocess v0.2.9
27262024-07-10T22:12:48.074Z Compiling hex-literal v0.4.1
27272024-07-10T22:12:48.244Z Compiling dhcproto-macros v0.1.0
27282024-07-10T22:12:49.072Z Compiling display-error-chain v0.2.0
27292024-07-10T22:12:49.241Z Compiling dhcproto v0.11.0
27302024-07-10T22:12:49.265Z Compiling russh v0.43.0
27312024-07-10T22:12:49.522Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27322024-07-10T22:12:50.910Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27332024-07-10T22:12:52.500Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27342024-07-10T22:12:52.775Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27352024-07-10T22:12:53.311Z Compiling internet-checksum v0.2.1
27362024-07-10T22:13:15.616Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27372024-07-10T22:13:59.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 47s
27382024-07-10T22:13:59.771Z
27392024-07-10T22:13:59.775Zreal 3:47.271443123
27402024-07-10T22:13:59.775Zuser 20:15.785476480
27412024-07-10T22:13:59.775Zsys 4:20.093352336
27422024-07-10T22:13:59.775Ztrap 0.598303340
27432024-07-10T22:13:59.775Ztflt 0.729908215
27442024-07-10T22:13:59.775Zdflt 2.323736143
27452024-07-10T22:13:59.775Zkflt 0.000306793
27462024-07-10T22:13:59.775Zlock 43:27.163062761
27472024-07-10T22:13:59.775Zslp 58:16.456202677
27482024-07-10T22:13:59.775Zlat 1:06.239410047
27492024-07-10T22:13:59.775Zstop 2:25.257502827
27502024-07-10T22:13:59.775Z+ mkdir tests
27512024-07-10T22:13:59.779Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27522024-07-10T22:13:59.779Z+ xargs -I '{}' -t cp '{}' tests/
27532024-07-10T22:14:00.616Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5465fa55270b9cf3 tests/
27542024-07-10T22:14:00.638Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f5d40e613b07835 tests/
27552024-07-10T22:14:00.662Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-042ee7f868ef739c tests/
27562024-07-10T22:14:00.689Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfd88465eab6d8b2 tests/
27572024-07-10T22:14:01.030Z+ 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/*)
27582024-07-10T22:14:01.036Z+ 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-5465fa55270b9cf3 tests/commtest-4f5d40e613b07835 tests/dhcp_server-042ee7f868ef739c tests/end_to_end_tests-cfd88465eab6d8b2 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
27592024-07-10T22:15:05.689ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27602024-07-10T22:15:05.689Za out/target/test 1K
27612024-07-10T22:15:05.689Za out/npuzone/npuzone 23144K
27622024-07-10T22:15:05.689Za package-manifest.toml 29K
27632024-07-10T22:15:05.689Za smf/sled-agent/non-gimlet/config.toml 4K
27642024-07-10T22:15:05.689Za target/release/omicron-package 32520K
27652024-07-10T22:15:05.689Za target/release/xtask 18147K
27662024-07-10T22:15:05.689Za target/debug/bootstrap 358476K
27672024-07-10T22:15:05.689Za tests/bootstrap-5465fa55270b9cf3 23983K
27682024-07-10T22:15:05.689Za tests/commtest-4f5d40e613b07835 23984K
27692024-07-10T22:15:05.689Za tests/dhcp_server-042ee7f868ef739c 23983K
27702024-07-10T22:15:05.689Za tests/end_to_end_tests-cfd88465eab6d8b2 369275K
27712024-07-10T22:15:05.689Za out/clickhouse.tar.gz 223114K
27722024-07-10T22:15:05.689Za out/clickhouse_keeper.tar.gz 223093K
27732024-07-10T22:15:05.689Za out/cockroachdb.tar.gz 131954K
27742024-07-10T22:15:05.689Za out/crucible-dtrace.tar 85K
27752024-07-10T22:15:05.689Za out/crucible-pantry-zone.tar.gz 27046K
27762024-07-10T22:15:05.689Za out/crucible-zone.tar.gz 37414K
27772024-07-10T22:15:05.689Za out/external-dns.tar.gz 25122K
27782024-07-10T22:15:05.690Za out/internal-dns.tar.gz 25121K
27792024-07-10T22:15:05.690Za out/mg-ddm-gz.tar 60617K
27802024-07-10T22:15:05.690Za out/nexus.tar.gz 84986K
27812024-07-10T22:15:05.690Za out/ntp.tar.gz 8925K
27822024-07-10T22:15:05.690Za out/omicron-gateway-softnpu.tar.gz 13801K
27832024-07-10T22:15:05.690Za out/omicron-sled-agent.tar 94643K
27842024-07-10T22:15:05.690Za out/overlay.tar.gz 3K
27852024-07-10T22:15:05.690Za out/oximeter.tar.gz 42129K
27862024-07-10T22:15:05.690Za out/oxlog.tar 2955K
27872024-07-10T22:15:05.690Za out/probe.tar.gz 2764K
27882024-07-10T22:15:05.690Za out/propolis-server.tar.gz 64642K
27892024-07-10T22:15:05.690Za out/pumpkind-gz.tar 26665K
27902024-07-10T22:15:05.690Za out/switch-softnpu.tar.gz 198561K
27912024-07-10T22:15:05.693Z
27922024-07-10T22:15:05.693Zreal 1:04.646410486
27932024-07-10T22:15:05.693Zuser 1:01.828476371
27942024-07-10T22:15:05.693Zsys 3.913667725
27952024-07-10T22:15:05.693Ztrap 0.014368266
27962024-07-10T22:15:05.693Ztflt 0.000000000
27972024-07-10T22:15:05.693Zdflt 0.000000000
27982024-07-10T22:15:05.693Zkflt 0.000000000
27992024-07-10T22:15:05.693Zlock 0.000000000
28002024-07-10T22:15:05.693Zslp 1:01.727277231
28012024-07-10T22:15:05.693Zlat 1.803161819
28022024-07-10T22:15:05.693Zstop 0.000527623
28032024-07-10T22:15:05.693Zprocess exited: duration 1752969 ms, exit code 0
 
28042024-07-10T22:15:05.708Zfound 1 output files
28052024-07-10T22:15:05.708Zuploading: /work/package.tar.gz (1407084012 bytes)
28062024-07-10T22:15:31.772Zuploaded: /work/package.tar.gz