01J2J1GHF49NT9V44CPEDSZXAV: 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: 01J2J1GVMYJW08DV3ZVCZSMCWT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-11T23:20:50.162Zjob assigned to worker 01J2J1H3R8K6T5VFW33TP9TDYV (queued for 1 m 7 s)
 
22024-07-11T23:20:57.356Zstarting task 0: "setup"
32024-07-11T23:20:57.409Z++ uname -s
42024-07-11T23:20:57.412Z+ kern=SunOS
52024-07-11T23:20:57.412Z+ case "$kern" in
62024-07-11T23:20:57.412Z+ groupadd -g 12345 build
72024-07-11T23:20:57.416Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-11T23:20:59.425Z+ zfs create -o mountpoint=/work rpool/work
92024-07-11T23:20:59.522Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-11T23:20:59.525Z+ home_fs=zfs
112024-07-11T23:20:59.525Z+ [[ zfs == autofs ]]
122024-07-11T23:20:59.525Z+ mkdir -p /home/build
132024-07-11T23:20:59.528Z+ chown build:build /home/build /work
142024-07-11T23:21:01.529Z+ chmod 0700 /home/build /work
152024-07-11T23:21:01.532Zprocess exited: duration 4174 ms, exit code 0
 
162024-07-11T23:21:01.538Zstarting task 1: "rust-toolchain"
172024-07-11T23:21:01.543Z+ printf ' * toolchain channel = "%s"
182024-07-11T23:21:01.543Z' 1.78.0
192024-07-11T23:21:01.543Z * toolchain channel = "1.78.0"
202024-07-11T23:21:01.543Z * toolchain profile = "default"
212024-07-11T23:21:01.543Z+ printf ' * toolchain profile = "%s"
222024-07-11T23:21:01.543Z' default
232024-07-11T23:21:01.546Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-11T23:21:01.546Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-11T23:21:01.657Zinfo: downloading installer
262024-07-11T23:21:03.064Zinfo: profile set to 'default'
272024-07-11T23:21:03.064Zinfo: default host triple is x86_64-unknown-illumos
282024-07-11T23:21:03.064Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-11T23:21:03.224Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-11T23:21:03.224Zinfo: downloading component 'cargo'
312024-07-11T23:21:04.237Zinfo: downloading component 'clippy'
322024-07-11T23:21:04.509Zinfo: downloading component 'rust-docs'
332024-07-11T23:21:05.779Zinfo: downloading component 'rust-std'
342024-07-11T23:21:07.822Zinfo: downloading component 'rustc'
352024-07-11T23:21:13.027Zinfo: downloading component 'rustfmt'
362024-07-11T23:21:13.305Zinfo: installing component 'cargo'
372024-07-11T23:21:14.145Zinfo: installing component 'clippy'
382024-07-11T23:21:14.514Zinfo: installing component 'rust-docs'
392024-07-11T23:21:16.054Zinfo: installing component 'rust-std'
402024-07-11T23:21:17.754Zinfo: installing component 'rustc'
412024-07-11T23:21:21.886Zinfo: installing component 'rustfmt'
422024-07-11T23:21:22.234Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-11T23:21:22.234Z
442024-07-11T23:21:22.500Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-11T23:21:22.500Z
462024-07-11T23:21:22.507Z
472024-07-11T23:21:22.507ZRust is installed now. Great!
482024-07-11T23:21:22.507Z
492024-07-11T23:21:22.507ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-11T23:21:22.507Zenvironment variable. This has not been done automatically.
512024-07-11T23:21:22.507Z
522024-07-11T23:21:22.507ZTo configure your current shell, you need to source
532024-07-11T23:21:22.508Zthe corresponding env file under $HOME/.cargo.
542024-07-11T23:21:22.508Z
552024-07-11T23:21:22.508ZThis is usually done by running one of the following (note the leading DOT):
562024-07-11T23:21:22.508Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-11T23:21:22.508Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-11T23:21:22.569Z+ rustc --version
592024-07-11T23:21:22.627Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-11T23:21:22.630Zprocess exited: duration 21088 ms, exit code 0
 
612024-07-11T23:21:22.637Zstarting task 2: "authentication"
622024-07-11T23:21:22.657Zprocess exited: duration 20 ms, exit code 0
 
632024-07-11T23:21:22.664Zstarting task 3: "clone repository"
642024-07-11T23:21:22.668Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-11T23:21:22.672Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-11T23:21:22.815ZCloning into '/work/oxidecomputer/omicron'...
672024-07-11T23:21:31.982Z+ cd /work/oxidecomputer/omicron
682024-07-11T23:21:31.982Z+ git fetch origin 088d8986f813562ec9e8b996aca0c41f8ae64eac
692024-07-11T23:21:32.383ZFrom https://github.com/oxidecomputer/omicron
702024-07-11T23:21:32.383Z * branch 088d8986f813562ec9e8b996aca0c41f8ae64eac -> FETCH_HEAD
712024-07-11T23:21:32.393Z+ [[ -n bump-maghemite-295 ]]
722024-07-11T23:21:32.396Z++ git branch --show-current
732024-07-11T23:21:32.398Z+ current=main
742024-07-11T23:21:32.398Z+ [[ main != bump-maghemite-295 ]]
752024-07-11T23:21:32.399Z+ git branch -f bump-maghemite-295 088d8986f813562ec9e8b996aca0c41f8ae64eac
762024-07-11T23:21:32.401Z+ git checkout -f bump-maghemite-295
772024-07-11T23:21:32.532ZSwitched to branch 'bump-maghemite-295'
782024-07-11T23:21:32.535Z+ git reset --hard 088d8986f813562ec9e8b996aca0c41f8ae64eac
792024-07-11T23:21:32.663ZHEAD is now at 088d8986f bump maghemite
802024-07-11T23:21:32.667Zprocess exited: duration 9999 ms, exit code 0
 
812024-07-11T23:21:32.674Zstarting task 4: "build"
822024-07-11T23:21:32.677Z+ cargo --version
832024-07-11T23:21:32.729Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-11T23:21:32.732Z+ rustc --version
852024-07-11T23:21:32.787Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-11T23:21:32.790Z+ WORK=/work
872024-07-11T23:21:32.790Z+ pfexec mkdir -p /work
882024-07-11T23:21:32.794Z+ pfexec chown build /work
892024-07-11T23:21:32.797Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-11T23:21:49.242Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-11T23:21:51.294Z Startup: Caching catalogs ... Done
922024-07-11T23:21:54.179ZPlanning: Solver setup ... Done (2.372s)
932024-07-11T23:21:54.228ZPlanning: Running solver ... Done (0.049s)
942024-07-11T23:21:54.271ZPlanning: Finding local manifests ... Done (0.004s)
952024-07-11T23:21:54.286ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-11T23:21:54.658ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-11T23:21:54.705ZPlanning: Package planning ... Done (0.047s)
982024-07-11T23:21:54.756ZPlanning: Merging actions ... Done (0.051s)
992024-07-11T23:21:56.208ZPlanning: Checking for conflicting actions ... Done (1.451s)
1002024-07-11T23:21:56.219ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-11T23:22:02.523ZPlanning: Evaluating mediators ... Done (6.303s)
1022024-07-11T23:22:02.532ZPlanning: Planning completed in 11.17 seconds
1032024-07-11T23:22:03.496Z Packages to install: 4
1042024-07-11T23:22:03.496Z Mediators to change: 2
1052024-07-11T23:22:03.496Z Services to change: 1
1062024-07-11T23:22:03.497Z Estimated space available: 155.77 GB
1072024-07-11T23:22:03.497ZEstimated space to be consumed: 1.46 GB
1082024-07-11T23:22:03.500Z Create boot environment: No
1092024-07-11T23:22:03.500ZCreate backup boot environment: No
1102024-07-11T23:22:03.500Z Rebuild boot archive: No
1112024-07-11T23:22:03.500Z
1122024-07-11T23:22:03.500ZChanged mediators:
1132024-07-11T23:22:03.500Z mediator clang:
1142024-07-11T23:22:03.500Z version: None -> 15 (system default)
1152024-07-11T23:22:03.500Z
1162024-07-11T23:22:03.500Z mediator llvm:
1172024-07-11T23:22:03.500Z version: 14 (system default) -> 15 (system default)
1182024-07-11T23:22:03.500Z
1192024-07-11T23:22:03.500ZChanged packages:
1202024-07-11T23:22:03.500Zhelios-dev
1212024-07-11T23:22:03.500Z developer/build-essential
1222024-07-11T23:22:03.500Z None -> 11-2.0
1232024-07-11T23:22:03.500Z library/libxmlsec1
1242024-07-11T23:22:03.500Z None -> 1.2.35-2.0
1252024-07-11T23:22:03.500Z ooce/developer/clang-15
1262024-07-11T23:22:03.500Z None -> 15.0.7-2.0
1272024-07-11T23:22:03.500Z ooce/developer/llvm-15
1282024-07-11T23:22:03.500Z None -> 15.0.7-2.0
1292024-07-11T23:22:03.500Z
1302024-07-11T23:22:03.500ZServices:
1312024-07-11T23:22:03.500Z restart_fmri:
1322024-07-11T23:22:03.500Z svc:/system/update-man-index:default
1332024-07-11T23:22:03.711Z
1342024-07-11T23:22:03.711ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-11T23:22:08.714ZDownload: 1047/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1362024-07-11T23:22:13.717ZDownload: 1770/3290 items 118.2/212.6MB 55% complete (12.1M/s)
1372024-07-11T23:22:19.104ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (10.9M/s)
1382024-07-11T23:22:24.312ZDownload: 3245/3290 items 202.7/212.6MB 95% complete (8.4M/s)
1392024-07-11T23:22:26.290ZDownload: Completed 212.60 MB in 22.58 seconds (9.4M/s)
1402024-07-11T23:22:28.413Z Actions: 1/3689 actions (Installing new actions)
1412024-07-11T23:22:33.517Z Actions: 3550/3689 actions (Installing new actions)
1422024-07-11T23:22:34.137Z Actions: Completed 3689 actions in 5.72 seconds.
1432024-07-11T23:22:34.364Z Done (0.223s)
1442024-07-11T23:22:34.364Z Done (0.000s)
1452024-07-11T23:22:34.695Z Done (0.331s)
1462024-07-11T23:22:40.841Z Done (5.992s)
1472024-07-11T23:22:41.138Z Done (0.235s)
1482024-07-11T23:22:41.141Z Done (0.000s)
1492024-07-11T23:22:41.286Z Done (0.000s)
1502024-07-11T23:22:41.827ZPlanning: Evaluating mediator changes ... Done
1512024-07-11T23:22:41.986ZPlanning: Checking for conflicting actions ... Done
1522024-07-11T23:22:41.989ZPlanning: Consolidating action changes ... Done
1532024-07-11T23:22:42.256ZPlanning: Evaluating mediators ... Done
1542024-07-11T23:22:42.259ZPlanning: Planning completed in 0.43 seconds
1552024-07-11T23:22:42.290Z Mediators to change: 2
1562024-07-11T23:22:42.290Z Create boot environment: No
1572024-07-11T23:22:42.290ZCreate backup boot environment: No
1582024-07-11T23:22:42.367Z Done
1592024-07-11T23:22:42.367Z Done
1602024-07-11T23:22:42.569Z Done
1612024-07-11T23:22:46.016Z Done
1622024-07-11T23:22:46.080Z Done
1632024-07-11T23:22:46.083Z Done
1642024-07-11T23:22:46.207Z Done
1652024-07-11T23:22:46.808ZPlanning: Evaluating mediator changes ... Done
1662024-07-11T23:22:46.811ZPlanning: Merging actions ... Done
1672024-07-11T23:22:46.995ZPlanning: Checking for conflicting actions ... Done
1682024-07-11T23:22:46.998ZPlanning: Consolidating action changes ... Done
1692024-07-11T23:22:47.260ZPlanning: Evaluating mediators ... Done
1702024-07-11T23:22:47.315ZPlanning: Planning completed in 0.75 seconds
1712024-07-11T23:22:47.350Z Packages to change: 1
1722024-07-11T23:22:47.350Z Mediators to change: 1
1732024-07-11T23:22:47.353Z Services to change: 1
1742024-07-11T23:22:47.353Z Create boot environment: No
1752024-07-11T23:22:47.353ZCreate backup boot environment: Yes
1762024-07-11T23:22:49.235Z Actions: 1/6 actions (Updating modified actions)
1772024-07-11T23:22:49.383Z Actions: Completed 6 actions in 0.15 seconds.
1782024-07-11T23:22:49.386Z Done
1792024-07-11T23:22:49.386Z Done
1802024-07-11T23:22:49.452Z Done
1812024-07-11T23:22:52.859Z Done
1822024-07-11T23:22:52.939Z Done
1832024-07-11T23:22:52.942Z Done
1842024-07-11T23:22:53.054Z Done
1852024-07-11T23:22:53.474ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1862024-07-11T23:22:53.474Zclang system 15 system
1872024-07-11T23:22:53.474Zcsh system system illumos
1882024-07-11T23:22:53.474Zctags system system illumos
1892024-07-11T23:22:53.474Zgcc vendor 12 vendor
1902024-07-11T23:22:53.474Zgcc system 10 system
1912024-07-11T23:22:53.474Zgcc system 7 system
1922024-07-11T23:22:53.474Zgo system 1.20 system
1932024-07-11T23:22:53.474Zgo system 1.19 system
1942024-07-11T23:22:53.474Zllvm system 15 system
1952024-07-11T23:22:53.474Zllvm system 14 system
1962024-07-11T23:22:53.474Zmariadb system 10.6 system
1972024-07-11T23:22:53.474Zmta vendor vendor dma
1982024-07-11T23:22:53.474Zopenjdk system 17 system
1992024-07-11T23:22:53.474Zopenjdk system 11 system
2002024-07-11T23:22:53.474Zopenjdk system 1.8 system
2012024-07-11T23:22:53.474Zopenssl vendor 3 vendor
2022024-07-11T23:22:53.474Zperl system 5.36 system
2032024-07-11T23:22:53.474Zpostgresql system 15 system
2042024-07-11T23:22:53.475Zpostgresql system 13 system
2052024-07-11T23:22:53.475Zpython vendor 3 vendor
2062024-07-11T23:22:53.475Zpython system 2 system
2072024-07-11T23:22:53.475Zpython3 system 3.11 system
2082024-07-11T23:22:53.475Zruby system 3.0 system
2092024-07-11T23:22:53.475Zwords vendor vendor american-english
2102024-07-11T23:22:53.475Zwords system system australian-english
2112024-07-11T23:22:53.475Zwords system system british-english
2122024-07-11T23:22:53.475Zwords system system canadian-english
2132024-07-11T23:22:53.475Zwords system system french
2142024-07-11T23:22:53.475Zwords system system italian
2152024-07-11T23:22:53.475Zwords system system ngerman
2162024-07-11T23:22:53.475Zwords system system ogerman
2172024-07-11T23:22:53.475Zwords system system spanish
2182024-07-11T23:22:53.795ZPUBLISHER TYPE STATUS P LOCATION
2192024-07-11T23:22:53.795Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2202024-07-11T23:22:55.359ZFMRI IFO
2212024-07-11T23:22:55.360Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2222024-07-11T23:22:55.360Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2232024-07-11T23:22:55.360Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2242024-07-11T23:22:55.360Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2252024-07-11T23:22:55.360Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2262024-07-11T23:22:55.360Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2272024-07-11T23:22:55.360Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2282024-07-11T23:22:55.360Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2292024-07-11T23:22:55.360Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2302024-07-11T23:22:55.360Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2312024-07-11T23:22:55.360Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2322024-07-11T23:22:55.360Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2332024-07-11T23:22:55.847Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342024-07-11T23:22:56.190Z Updating git repository `https://github.com/oxidecomputer/zone`
2352024-07-11T23:22:56.549Z Updating crates.io index
2362024-07-11T23:22:56.552Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2372024-07-11T23:22:57.402Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2382024-07-11T23:22:58.153Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2392024-07-11T23:22:58.404Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2402024-07-11T23:23:00.295Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412024-07-11T23:23:00.859Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422024-07-11T23:23:01.135Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432024-07-11T23:23:02.228Z Updating git repository `https://github.com/oxidecomputer/crucible`
2442024-07-11T23:23:04.414Z Updating git repository `https://github.com/oxidecomputer/opte`
2452024-07-11T23:23:05.453Z Updating git repository `https://github.com/oxidecomputer/falcon`
2462024-07-11T23:23:06.131Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472024-07-11T23:23:06.681Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2482024-07-11T23:23:07.063Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2492024-07-11T23:23:07.497Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2502024-07-11T23:23:07.749Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2512024-07-11T23:23:08.097Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522024-07-11T23:23:08.470Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532024-07-11T23:23:08.823Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542024-07-11T23:23:09.065Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552024-07-11T23:23:09.357Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562024-07-11T23:23:09.659Z Updating git repository `https://github.com/oxidecomputer/ispf`
2572024-07-11T23:23:09.948Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2582024-07-11T23:23:10.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2592024-07-11T23:23:10.943Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2602024-07-11T23:23:11.297Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2612024-07-11T23:23:11.735Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2622024-07-11T23:23:12.280Z Updating git repository `https://github.com/oxidecomputer/typify`
2632024-07-11T23:23:14.312Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2642024-07-11T23:23:14.647Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2652024-07-11T23:23:14.907Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2662024-07-11T23:23:15.406Z Updating git repository `https://github.com/oxidecomputer/rfb`
2672024-07-11T23:23:16.375Z Downloading crates ...
2682024-07-11T23:23:16.442Z Downloaded dtrace-parser v0.2.0
2692024-07-11T23:23:16.459Z Downloaded clap_lex v0.7.0
2702024-07-11T23:23:16.462Z Downloaded digest v0.10.7
2712024-07-11T23:23:16.465Z Downloaded crypto-common v0.1.6
2722024-07-11T23:23:16.465Z Downloaded cargo-platform v0.1.8
2732024-07-11T23:23:16.470Z Downloaded sync_wrapper v0.1.2
2742024-07-11T23:23:16.477Z Downloaded num_threads v0.1.7
2752024-07-11T23:23:16.480Z Downloaded foreign-types-shared v0.1.1
2762024-07-11T23:23:16.480Z Downloaded tinyvec_macros v0.1.1
2772024-07-11T23:23:16.485Z Downloaded openssl-probe v0.1.5
2782024-07-11T23:23:16.485Z Downloaded num-conv v0.1.0
2792024-07-11T23:23:16.485Z Downloaded tower-service v0.3.2
2802024-07-11T23:23:16.488Z Downloaded powerfmt v0.2.0
2812024-07-11T23:23:16.488Z Downloaded block-buffer v0.10.4
2822024-07-11T23:23:16.492Z Downloaded cargo_toml v0.20.3
2832024-07-11T23:23:16.496Z Downloaded adler v1.0.2
2842024-07-11T23:23:16.497Z Downloaded tabled_derive v0.7.0
2852024-07-11T23:23:16.497Z Downloaded pin-utils v0.1.0
2862024-07-11T23:23:16.501Z Downloaded signal-hook-registry v1.4.2
2872024-07-11T23:23:16.501Z Downloaded serde_spanned v0.6.6
2882024-07-11T23:23:16.501Z Downloaded anstream v0.6.14
2892024-07-11T23:23:16.504Z Downloaded strsim v0.11.1
2902024-07-11T23:23:16.504Z Downloaded slog-async v2.8.0
2912024-07-11T23:23:16.505Z Downloaded rustls-pemfile v1.0.4
2922024-07-11T23:23:16.508Z Downloaded pkg-config v0.3.30
2932024-07-11T23:23:16.508Z Downloaded slog-json v2.6.1
2942024-07-11T23:23:16.512Z Downloaded version_check v0.9.4
2952024-07-11T23:23:16.512Z Downloaded usdt v0.5.0
2962024-07-11T23:23:16.515Z Downloaded scroll_derive v0.12.0
2972024-07-11T23:23:16.515Z Downloaded utf8parse v0.2.1
2982024-07-11T23:23:16.516Z Downloaded thiserror-impl v1.0.60
2992024-07-11T23:23:16.516Z Downloaded thiserror v1.0.60
3002024-07-11T23:23:16.528Z Downloaded take_mut v0.2.2
3012024-07-11T23:23:16.541Z Downloaded tokio-macros v2.3.0
3022024-07-11T23:23:16.542Z Downloaded mime v0.3.17
3032024-07-11T23:23:16.542Z Downloaded generic-array v0.14.7
3042024-07-11T23:23:16.542Z Downloaded quote v1.0.36
3052024-07-11T23:23:16.542Z Downloaded proc-macro-error v1.0.4
3062024-07-11T23:23:16.542Z Downloaded toml_datetime v0.6.6
3072024-07-11T23:23:16.542Z Downloaded equivalent v1.0.1
3082024-07-11T23:23:16.542Z Downloaded time-core v0.1.2
3092024-07-11T23:23:16.542Z Downloaded serde_tokenstream v0.2.1
3102024-07-11T23:23:16.547Z Downloaded is_terminal_polyfill v1.70.0
3112024-07-11T23:23:16.547Z Downloaded semver v1.0.23
3122024-07-11T23:23:16.547Z Downloaded scopeguard v1.2.0
3132024-07-11T23:23:16.547Z Downloaded usdt-impl v0.5.0
3142024-07-11T23:23:16.547Z Downloaded match_cfg v0.1.0
3152024-07-11T23:23:16.547Z Downloaded is-terminal v0.4.12
3162024-07-11T23:23:16.547Z Downloaded want v0.3.1
3172024-07-11T23:23:16.547Z Downloaded try-lock v0.2.5
3182024-07-11T23:23:16.547Z Downloaded openssl-macros v0.1.1
3192024-07-11T23:23:16.550Z Downloaded usdt-attr-macro v0.5.0
3202024-07-11T23:23:16.550Z Downloaded time-macros v0.2.18
3212024-07-11T23:23:16.553Z Downloaded pest_generator v2.7.10
3222024-07-11T23:23:16.553Z Downloaded dirs-sys-next v0.1.2
3232024-07-11T23:23:16.557Z Downloaded zerocopy-derive v0.7.34
3242024-07-11T23:23:16.559Z Downloaded slab v0.4.9
3252024-07-11T23:23:16.559Z Downloaded slog v2.7.0
3262024-07-11T23:23:16.562Z Downloaded dof v0.3.0
3272024-07-11T23:23:16.566Z Downloaded slog-bunyan v2.5.0
3282024-07-11T23:23:16.566Z Downloaded scroll v0.12.0
3292024-07-11T23:23:16.570Z Downloaded tokio-native-tls v0.3.1
3302024-07-11T23:23:16.570Z Downloaded thread_local v1.1.8
3312024-07-11T23:23:16.573Z Downloaded httparse v1.8.0
3322024-07-11T23:23:16.573Z Downloaded smallvec v1.13.2
3332024-07-11T23:23:16.573Z Downloaded slog-term v2.9.1
3342024-07-11T23:23:16.576Z Downloaded usdt-macro v0.5.0
3352024-07-11T23:23:16.579Z Downloaded xattr v1.3.1
3362024-07-11T23:23:16.579Z Downloaded thread-id v4.2.1
3372024-07-11T23:23:16.582Z Downloaded terminal_size v0.3.0
3382024-07-11T23:23:16.582Z Downloaded ucd-trie v0.1.6
3392024-07-11T23:23:16.582Z Downloaded tar v0.4.40
3402024-07-11T23:23:16.586Z Downloaded sha2 v0.10.8
3412024-07-11T23:23:16.590Z Downloaded typenum v1.17.0
3422024-07-11T23:23:16.593Z Downloaded proc-macro2 v1.0.86
3432024-07-11T23:23:16.593Z Downloaded term v0.7.0
3442024-07-11T23:23:16.596Z Downloaded http-body v0.4.6
3452024-07-11T23:23:16.598Z Downloaded unicode-ident v1.0.12
3462024-07-11T23:23:16.601Z Downloaded num_cpus v1.16.0
3472024-07-11T23:23:16.603Z Downloaded memmap v0.7.0
3482024-07-11T23:23:16.606Z Downloaded futures-core v0.3.30
3492024-07-11T23:23:16.606Z Downloaded form_urlencoded v1.2.1
3502024-07-11T23:23:16.606Z Downloaded percent-encoding v2.3.1
3512024-07-11T23:23:16.609Z Downloaded bytes v1.6.0
3522024-07-11T23:23:16.612Z Downloaded bitflags v2.5.0
3532024-07-11T23:23:16.615Z Downloaded hyper-tls v0.5.0
3542024-07-11T23:23:16.617Z Downloaded clap_derive v4.5.4
3552024-07-11T23:23:16.620Z Downloaded tracing v0.1.40
3562024-07-11T23:23:16.622Z Downloaded cargo_metadata v0.18.1
3572024-07-11T23:23:16.626Z Downloaded toml v0.8.14
3582024-07-11T23:23:16.628Z Downloaded tinyvec v1.6.0
3592024-07-11T23:23:16.631Z Downloaded parking_lot_core v0.9.10
3602024-07-11T23:23:16.634Z Downloaded socket2 v0.5.7
3612024-07-11T23:23:16.638Z Downloaded unicode-bidi v0.3.15
3622024-07-11T23:23:16.642Z Downloaded once_cell v1.19.0
3632024-07-11T23:23:16.642Z Downloaded tracing-core v0.1.32
3642024-07-11T23:23:16.645Z Downloaded futures-macro v0.3.30
3652024-07-11T23:23:16.645Z Downloaded serde v1.0.204
3662024-07-11T23:23:16.647Z Downloaded pest_derive v2.7.10
3672024-07-11T23:23:16.650Z Downloaded url v2.5.0
3682024-07-11T23:23:16.652Z Downloaded crossbeam-utils v0.8.19
3692024-07-11T23:23:16.655Z Downloaded crc32fast v1.4.0
3702024-07-11T23:23:16.658Z Downloaded anyhow v1.0.86
3712024-07-11T23:23:16.661Z Downloaded time v0.3.36
3722024-07-11T23:23:16.668Z Downloaded toml_edit v0.22.14
3732024-07-11T23:23:16.690Z Downloaded pest_meta v2.7.10
3742024-07-11T23:23:16.692Z Downloaded unicode-normalization v0.1.23
3752024-07-11T23:23:16.695Z Downloaded serde_json v1.0.120
3762024-07-11T23:23:16.702Z Downloaded reqwest v0.11.27
3772024-07-11T23:23:16.710Z Downloaded zerocopy v0.7.34
3782024-07-11T23:23:16.726Z Downloaded winnow v0.6.8
3792024-07-11T23:23:16.734Z Downloaded tabled v0.15.0
3802024-07-11T23:23:16.752Z Downloaded syn v1.0.109
3812024-07-11T23:23:16.759Z Downloaded vcpkg v0.2.15
3822024-07-11T23:23:16.795Z Downloaded syn v2.0.68
3832024-07-11T23:23:16.806Z Downloaded rustix v0.38.34
3842024-07-11T23:23:16.828Z Downloaded unicode-width v0.1.13
3852024-07-11T23:23:16.835Z Downloaded hyper v0.14.28
3862024-07-11T23:23:16.841Z Downloaded tokio v1.38.0
3872024-07-11T23:23:16.875Z Downloaded goblin v0.8.2
3882024-07-11T23:23:16.881Z Downloaded openssl v0.10.64
3892024-07-11T23:23:16.889Z Downloaded idna v0.5.0
3902024-07-11T23:23:16.896Z Downloaded h2 v0.3.26
3912024-07-11T23:23:16.901Z Downloaded hashbrown v0.14.5
3922024-07-11T23:23:16.906Z Downloaded futures-util v0.3.30
3932024-07-11T23:23:16.916Z Downloaded clap_builder v4.5.2
3942024-07-11T23:23:16.922Z Downloaded pest v2.7.10
3952024-07-11T23:23:16.927Z Downloaded mio v0.8.11
3962024-07-11T23:23:16.931Z Downloaded memchr v2.7.2
3972024-07-11T23:23:16.937Z Downloaded indexmap v2.2.6
3982024-07-11T23:23:16.940Z Downloaded flate2 v1.0.30
3992024-07-11T23:23:16.944Z Downloaded crossbeam-channel v0.5.12
4002024-07-11T23:23:16.948Z Downloaded libc v0.2.155
4012024-07-11T23:23:16.973Z Downloaded http v0.2.12
4022024-07-11T23:23:16.976Z Downloaded cc v1.0.97
4032024-07-11T23:23:16.979Z Downloaded base64 v0.21.7
4042024-07-11T23:23:16.982Z Downloaded openssl-sys v0.9.102
4052024-07-11T23:23:16.986Z Downloaded miniz_oxide v0.7.2
4062024-07-11T23:23:16.989Z Downloaded parking_lot v0.12.2
4072024-07-11T23:23:16.992Z Downloaded clap v4.5.4
4082024-07-11T23:23:16.998Z Downloaded log v0.4.21
4092024-07-11T23:23:17.001Z Downloaded futures v0.3.30
4102024-07-11T23:23:17.004Z Downloaded tokio-util v0.7.11
4112024-07-11T23:23:17.010Z Downloaded encoding_rs v0.8.34
4122024-07-11T23:23:17.028Z Downloaded ipnet v2.9.0
4132024-07-11T23:23:17.033Z Downloaded native-tls v0.2.11
4142024-07-11T23:23:17.036Z Downloaded papergrid v0.11.0
4152024-07-11T23:23:17.036Z Downloaded camino v1.1.7
4162024-07-11T23:23:17.039Z Downloaded httpdate v1.0.3
4172024-07-11T23:23:17.039Z Downloaded hostname v0.3.1
4182024-07-11T23:23:17.039Z Downloaded heck v0.4.1
4192024-07-11T23:23:17.042Z Downloaded futures-task v0.3.30
4202024-07-11T23:23:17.042Z Downloaded futures-executor v0.3.30
4212024-07-11T23:23:17.045Z Downloaded foreign-types v0.3.2
4222024-07-11T23:23:17.045Z Downloaded errno v0.3.9
4232024-07-11T23:23:17.045Z Downloaded rustversion v1.0.17
4242024-07-11T23:23:17.048Z Downloaded ryu v1.0.18
4252024-07-11T23:23:17.051Z Downloaded lock_api v0.4.12
4262024-07-11T23:23:17.051Z Downloaded futures-channel v0.3.30
4272024-07-11T23:23:17.054Z Downloaded serde_derive v1.0.204
4282024-07-11T23:23:17.057Z Downloaded pin-project-lite v0.2.14
4292024-07-11T23:23:17.059Z Downloaded dirs-next v2.0.0
4302024-07-11T23:23:17.059Z Downloaded deranged v0.3.11
4312024-07-11T23:23:17.062Z Downloaded colorchoice v1.0.1
4322024-07-11T23:23:17.062Z Downloaded byteorder v1.5.0
4332024-07-11T23:23:17.062Z Downloaded anstyle-parse v0.2.4
4342024-07-11T23:23:17.065Z Downloaded proc-macro-error-attr v1.0.4
4352024-07-11T23:23:17.065Z Downloaded plain v0.2.3
4362024-07-11T23:23:17.065Z Downloaded serde_urlencoded v0.7.1
4372024-07-11T23:23:17.068Z Downloaded macaddr v1.0.1
4382024-07-11T23:23:17.068Z Downloaded filetime v0.2.23
4392024-07-11T23:23:17.071Z Downloaded fs-err v2.11.0
4402024-07-11T23:23:17.071Z Downloaded swrite v0.1.0
4412024-07-11T23:23:17.074Z Downloaded strum_macros v0.26.4
4422024-07-11T23:23:17.074Z Downloaded strum v0.26.2
4432024-07-11T23:23:17.074Z Downloaded pretty-hex v0.4.1
4442024-07-11T23:23:17.077Z Downloaded itoa v1.0.11
4452024-07-11T23:23:17.077Z Downloaded futures-sink v0.3.30
4462024-07-11T23:23:17.077Z Downloaded heck v0.5.0
4472024-07-11T23:23:17.080Z Downloaded futures-io v0.3.30
4482024-07-11T23:23:17.080Z Downloaded fnv v1.0.7
4492024-07-11T23:23:17.080Z Downloaded cpufeatures v0.2.12
4502024-07-11T23:23:17.080Z Downloaded cfg-if v1.0.0
4512024-07-11T23:23:17.083Z Downloaded bytecount v0.6.8
4522024-07-11T23:23:17.083Z Downloaded autocfg v1.3.0
4532024-07-11T23:23:17.086Z Downloaded anstyle-query v1.0.3
4542024-07-11T23:23:17.086Z Downloaded anstyle v1.0.7
4552024-07-11T23:23:17.368Z Compiling proc-macro2 v1.0.86
4562024-07-11T23:23:17.368Z Compiling unicode-ident v1.0.12
4572024-07-11T23:23:17.368Z Compiling libc v0.2.155
4582024-07-11T23:23:17.368Z Compiling version_check v0.9.4
4592024-07-11T23:23:17.371Z Compiling cfg-if v1.0.0
4602024-07-11T23:23:17.371Z Compiling itoa v1.0.11
4612024-07-11T23:23:17.402Z Compiling once_cell v1.19.0
4622024-07-11T23:23:17.415Z Compiling serde v1.0.204
4632024-07-11T23:23:17.528Z Compiling autocfg v1.3.0
4642024-07-11T23:23:17.594Z Compiling memchr v2.7.2
4652024-07-11T23:23:17.616Z Compiling thiserror v1.0.60
4662024-07-11T23:23:17.885Z Compiling ryu v1.0.18
4672024-07-11T23:23:18.171Z Compiling pin-project-lite v0.2.14
4682024-07-11T23:23:18.204Z Compiling bitflags v2.5.0
4692024-07-11T23:23:18.274Z Compiling parking_lot_core v0.9.10
4702024-07-11T23:23:18.408Z Compiling lock_api v0.4.12
4712024-07-11T23:23:18.530Z Compiling pkg-config v0.3.30
4722024-07-11T23:23:18.982Z Compiling vcpkg v0.2.15
4732024-07-11T23:23:19.569Z Compiling cc v1.0.97
4742024-07-11T23:23:20.307Z Compiling ucd-trie v0.1.6
4752024-07-11T23:23:20.446Z Compiling slab v0.4.9
4762024-07-11T23:23:20.468Z Compiling scopeguard v1.2.0
4772024-07-11T23:23:20.516Z Compiling smallvec v1.13.2
4782024-07-11T23:23:20.559Z Compiling futures-core v0.3.30
4792024-07-11T23:23:20.594Z Compiling bytes v1.6.0
4802024-07-11T23:23:20.816Z Compiling futures-sink v0.3.30
4812024-07-11T23:23:20.978Z Compiling log v0.4.21
4822024-07-11T23:23:21.012Z Compiling serde_json v1.0.120
4832024-07-11T23:23:21.319Z Compiling quote v1.0.36
4842024-07-11T23:23:21.343Z Compiling byteorder v1.5.0
4852024-07-11T23:23:21.346Z Compiling fnv v1.0.7
4862024-07-11T23:23:21.400Z Compiling hashbrown v0.14.5
4872024-07-11T23:23:21.470Z Compiling equivalent v1.0.1
4882024-07-11T23:23:21.813Z Compiling syn v2.0.68
4892024-07-11T23:23:21.878Z Compiling signal-hook-registry v1.4.2
4902024-07-11T23:23:21.949Z Compiling mio v0.8.11
4912024-07-11T23:23:22.023Z Compiling num_cpus v1.16.0
4922024-07-11T23:23:22.152Z Compiling socket2 v0.5.7
4932024-07-11T23:23:22.283Z Compiling parking_lot v0.12.2
4942024-07-11T23:23:22.493Z Compiling futures-channel v0.3.30
4952024-07-11T23:23:22.618Z Compiling openssl-sys v0.9.102
4962024-07-11T23:23:22.703Z Compiling indexmap v2.2.6
4972024-07-11T23:23:22.908Z Compiling pin-utils v0.1.0
4982024-07-11T23:23:23.013Z Compiling futures-task v0.3.30
4992024-07-11T23:23:23.062Z Compiling futures-io v0.3.30
5002024-07-11T23:23:23.140Z Compiling typenum v1.17.0
5012024-07-11T23:23:23.232Z Compiling rustix v0.38.34
5022024-07-11T23:23:23.380Z Compiling errno v0.3.9
5032024-07-11T23:23:23.403Z Compiling generic-array v0.14.7
5042024-07-11T23:23:23.616Z Compiling slog v2.7.0
5052024-07-11T23:23:23.687Z Compiling openssl v0.10.64
5062024-07-11T23:23:24.016Z Compiling foreign-types-shared v0.1.1
5072024-07-11T23:23:24.104Z Compiling foreign-types v0.3.2
5082024-07-11T23:23:24.145Z Compiling http v0.2.12
5092024-07-11T23:23:24.148Z Compiling proc-macro-error-attr v1.0.4
5102024-07-11T23:23:24.185Z Compiling usdt-impl v0.5.0
5112024-07-11T23:23:24.417Z Compiling tracing-core v0.1.32
5122024-07-11T23:23:24.490Z Compiling tinyvec_macros v0.1.1
5132024-07-11T23:23:24.579Z Compiling httparse v1.8.0
5142024-07-11T23:23:24.650Z Compiling powerfmt v0.2.0
5152024-07-11T23:23:24.979Z Compiling time-core v0.1.2
5162024-07-11T23:23:25.011Z Compiling native-tls v0.2.11
5172024-07-11T23:23:25.156Z Compiling num-conv v0.1.0
5182024-07-11T23:23:25.327Z Compiling syn v1.0.109
5192024-07-11T23:23:25.377Z Compiling time-macros v0.2.18
5202024-07-11T23:23:25.708Z Compiling tracing v0.1.40
5212024-07-11T23:23:26.019Z Compiling deranged v0.3.11
5222024-07-11T23:23:26.062Z Compiling thread-id v4.2.1
5232024-07-11T23:23:26.146Z Compiling tinyvec v1.6.0
5242024-07-11T23:23:26.818Z Compiling proc-macro-error v1.0.4
5252024-07-11T23:23:26.839Z Compiling num_threads v0.1.7
5262024-07-11T23:23:26.958Z Compiling plain v0.2.3
5272024-07-11T23:23:27.066Z Compiling openssl-probe v0.1.5
5282024-07-11T23:23:27.111Z Compiling heck v0.5.0
5292024-07-11T23:23:27.352Z Compiling crossbeam-utils v0.8.19
5302024-07-11T23:23:27.422Z Compiling try-lock v0.2.5
5312024-07-11T23:23:27.480Z Compiling rustversion v1.0.17
5322024-07-11T23:23:27.624Z Compiling utf8parse v0.2.1
5332024-07-11T23:23:27.653Z Compiling percent-encoding v2.3.1
5342024-07-11T23:23:27.785Z Compiling anstyle-parse v0.2.4
5352024-07-11T23:23:27.864Z Compiling form_urlencoded v1.2.1
5362024-07-11T23:23:27.968Z Compiling want v0.3.1
5372024-07-11T23:23:28.082Z Compiling unicode-normalization v0.1.23
5382024-07-11T23:23:28.318Z Compiling http-body v0.4.6
5392024-07-11T23:23:28.757Z Compiling dirs-sys-next v0.1.2
5402024-07-11T23:23:28.781Z Compiling time v0.3.36
5412024-07-11T23:23:28.889Z Compiling camino v1.1.7
5422024-07-11T23:23:29.028Z Compiling is_terminal_polyfill v1.70.0
5432024-07-11T23:23:29.105Z Compiling anstyle-query v1.0.3
5442024-07-11T23:23:29.148Z Compiling semver v1.0.23
5452024-07-11T23:23:29.172Z Compiling pretty-hex v0.4.1
5462024-07-11T23:23:29.250Z Compiling unicode-bidi v0.3.15
5472024-07-11T23:23:29.383Z Compiling anstyle v1.0.7
5482024-07-11T23:23:29.408Z Compiling colorchoice v1.0.1
5492024-07-11T23:23:29.508Z Compiling winnow v0.6.8
5502024-07-11T23:23:29.568Z Compiling crc32fast v1.4.0
5512024-07-11T23:23:29.623Z Compiling tower-service v0.3.2
5522024-07-11T23:23:29.748Z Compiling httpdate v1.0.3
5532024-07-11T23:23:29.847Z Compiling anstream v0.6.14
5542024-07-11T23:23:30.124Z Compiling idna v0.5.0
5552024-07-11T23:23:30.491Z Compiling dirs-next v2.0.0
5562024-07-11T23:23:30.769Z Compiling crypto-common v0.1.6
5572024-07-11T23:23:31.694Z Compiling block-buffer v0.10.4
5582024-07-11T23:23:31.716Z Compiling terminal_size v0.3.0
5592024-07-11T23:23:31.935Z Compiling fs-err v2.11.0
5602024-07-11T23:23:31.977Z Compiling thread_local v1.1.8
5612024-07-11T23:23:32.023Z Compiling heck v0.4.1
5622024-07-11T23:23:32.121Z Compiling strsim v0.11.1
5632024-07-11T23:23:32.201Z Compiling clap_lex v0.7.0
5642024-07-11T23:23:32.503Z Compiling match_cfg v0.1.0
5652024-07-11T23:23:32.549Z Compiling adler v1.0.2
5662024-07-11T23:23:32.602Z Compiling unicode-width v0.1.13
5672024-07-11T23:23:32.626Z Compiling anyhow v1.0.86
5682024-07-11T23:23:32.715Z Compiling base64 v0.21.7
5692024-07-11T23:23:32.773Z Compiling bytecount v0.6.8
5702024-07-11T23:23:32.824Z Compiling slog-async v2.8.0
5712024-07-11T23:23:32.988Z Compiling papergrid v0.11.0
5722024-07-11T23:23:33.070Z Compiling miniz_oxide v0.7.2
5732024-07-11T23:23:33.232Z Compiling rustls-pemfile v1.0.4
5742024-07-11T23:23:33.413Z Compiling hostname v0.3.1
5752024-07-11T23:23:33.436Z Compiling clap_builder v4.5.2
5762024-07-11T23:23:33.632Z Compiling digest v0.10.7
5772024-07-11T23:23:33.674Z Compiling crossbeam-channel v0.5.12
5782024-07-11T23:23:33.695Z Compiling url v2.5.0
5792024-07-11T23:23:34.051Z Compiling term v0.7.0
5802024-07-11T23:23:34.616Z Compiling serde_derive v1.0.204
5812024-07-11T23:23:34.691Z Compiling thiserror-impl v1.0.60
5822024-07-11T23:23:34.804Z Compiling zerocopy-derive v0.7.34
5832024-07-11T23:23:34.892Z Compiling tokio-macros v2.3.0
5842024-07-11T23:23:35.553Z Compiling futures-macro v0.3.30
5852024-07-11T23:23:35.712Z Compiling openssl-macros v0.1.1
5862024-07-11T23:23:36.453Z Compiling scroll_derive v0.12.0
5872024-07-11T23:23:36.648Z Compiling tokio v1.38.0
5882024-07-11T23:23:37.161Z Compiling zerocopy v0.7.34
5892024-07-11T23:23:37.636Z Compiling futures-util v0.3.30
5902024-07-11T23:23:37.943Z Compiling scroll v0.12.0
5912024-07-11T23:23:38.185Z Compiling pest v2.7.10
5922024-07-11T23:23:38.569Z Compiling goblin v0.8.2
5932024-07-11T23:23:38.823Z Compiling tabled_derive v0.7.0
5942024-07-11T23:23:41.069Z Compiling pest_meta v2.7.10
5952024-07-11T23:23:41.428Z Compiling clap_derive v4.5.4
5962024-07-11T23:23:43.834Z Compiling pest_generator v2.7.10
5972024-07-11T23:23:45.875Z Compiling tokio-util v0.7.11
5982024-07-11T23:23:46.329Z Compiling pest_derive v2.7.10
5992024-07-11T23:23:46.592Z Compiling tokio-native-tls v0.3.1
6002024-07-11T23:23:46.595Z Compiling futures-executor v0.3.30
6012024-07-11T23:23:46.888Z Compiling h2 v0.3.26
6022024-07-11T23:23:47.106Z Compiling dtrace-parser v0.2.0
6032024-07-11T23:23:47.178Z Compiling strum_macros v0.26.4
6042024-07-11T23:23:47.550Z Compiling xattr v1.3.1
6052024-07-11T23:23:47.826Z Compiling filetime v0.2.23
6062024-07-11T23:23:48.199Z Compiling is-terminal v0.4.12
6072024-07-11T23:23:48.335Z Compiling memmap v0.7.0
6082024-07-11T23:23:48.710Z Compiling encoding_rs v0.8.34
6092024-07-11T23:23:48.934Z Compiling take_mut v0.2.2
6102024-07-11T23:23:49.091Z Compiling ipnet v2.9.0
6112024-07-11T23:23:49.591Z Compiling serde_spanned v0.6.6
6122024-07-11T23:23:49.836Z Compiling toml_datetime v0.6.6
6132024-07-11T23:23:50.338Z Compiling serde_tokenstream v0.2.1
6142024-07-11T23:23:50.368Z Compiling toml_edit v0.22.14
6152024-07-11T23:23:51.416Z Compiling dof v0.3.0
6162024-07-11T23:23:51.878Z Compiling hyper v0.14.28
6172024-07-11T23:23:52.469Z Compiling slog-json v2.6.1
6182024-07-11T23:23:52.710Z Compiling serde_urlencoded v0.7.1
6192024-07-11T23:23:52.860Z Compiling cargo-platform v0.1.8
6202024-07-11T23:23:53.504Z Compiling toml v0.8.14
6212024-07-11T23:23:54.007Z Compiling usdt-attr-macro v0.5.0
6222024-07-11T23:23:54.058Z Compiling usdt-macro v0.5.0
6232024-07-11T23:23:54.307Z Compiling cpufeatures v0.2.12
6242024-07-11T23:23:54.413Z Compiling mime v0.3.17
6252024-07-11T23:23:54.593Z Compiling sync_wrapper v0.1.2
6262024-07-11T23:23:54.730Z Compiling sha2 v0.10.8
6272024-07-11T23:23:54.874Z Compiling cargo_toml v0.20.3
6282024-07-11T23:23:55.014Z Compiling cargo_metadata v0.18.1
6292024-07-11T23:23:55.241Z Compiling slog-bunyan v2.5.0
6302024-07-11T23:23:55.337Z Compiling strum v0.26.2
6312024-07-11T23:23:55.429Z Compiling macaddr v1.0.1
6322024-07-11T23:23:55.451Z Compiling usdt v0.5.0
6332024-07-11T23:23:55.892Z Compiling hyper-tls v0.5.0
6342024-07-11T23:23:55.959Z Compiling slog-term v2.9.1
6352024-07-11T23:23:56.223Z Compiling reqwest v0.11.27
6362024-07-11T23:23:56.769Z Compiling tar v0.4.40
6372024-07-11T23:23:57.223Z Compiling flate2 v1.0.30
6382024-07-11T23:23:58.144Z Compiling futures v0.3.30
6392024-07-11T23:23:58.169Z Compiling clap v4.5.4
6402024-07-11T23:23:58.209Z Compiling tabled v0.15.0
6412024-07-11T23:23:58.815Z Compiling swrite v0.1.0
6422024-07-11T23:24:02.811Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6432024-07-11T23:24:10.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6442024-07-11T23:24:10.679Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6452024-07-11T23:24:10.733ZJul 11 23:24:09.885 INFO Starting download, target: Clickhouse
6462024-07-11T23:24:10.733ZJul 11 23:24:09.885 INFO Starting download, target: Cockroach
6472024-07-11T23:24:10.733ZJul 11 23:24:09.885 INFO Starting download, target: Console
6482024-07-11T23:24:10.733ZJul 11 23:24:09.885 INFO Starting download, target: DendriteOpenapi
6492024-07-11T23:24:10.736ZJul 11 23:24:09.885 INFO Starting download, target: DendriteStub
6502024-07-11T23:24:10.736ZJul 11 23:24:09.885 INFO Starting download, target: MaghemiteMgd
6512024-07-11T23:24:10.736ZJul 11 23:24:09.885 INFO Starting download, target: TransceiverControl
6522024-07-11T23:24:10.736ZJul 11 23:24:09.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6532024-07-11T23:24:10.736ZJul 11 23:24:09.886 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6542024-07-11T23:24:10.736ZJul 11 23:24:09.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6552024-07-11T23:24:10.736ZJul 11 23:24:09.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6562024-07-11T23:24:10.736ZJul 11 23:24:09.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6572024-07-11T23:24:10.736ZJul 11 23:24:09.886 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6582024-07-11T23:24:10.736ZJul 11 23:24:09.886 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6592024-07-11T23:24:10.940ZJul 11 23:24:10.087 INFO Download complete, target: DendriteOpenapi
6602024-07-11T23:24:11.163ZJul 11 23:24:10.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6612024-07-11T23:24:11.329ZJul 11 23:24:10.475 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6622024-07-11T23:24:11.527ZJul 11 23:24:10.661 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6632024-07-11T23:24:11.643ZJul 11 23:24:10.793 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6642024-07-11T23:24:11.720ZJul 11 23:24:10.871 INFO Download complete, target: Console
6652024-07-11T23:24:12.085ZJul 11 23:24:11.237 INFO Download complete, target: TransceiverControl
6662024-07-11T23:24:12.851ZJul 11 23:24:12.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6672024-07-11T23:24:14.647ZJul 11 23:24:13.799 INFO Download complete, target: DendriteStub
6682024-07-11T23:24:15.073ZJul 11 23:24:14.224 INFO Download complete, target: MaghemiteMgd
6692024-07-11T23:24:16.892ZJul 11 23:24:16.043 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6702024-07-11T23:24:16.892ZJul 11 23:24:16.043 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6712024-07-11T23:24:25.313ZJul 11 23:24:24.463 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6722024-07-11T23:24:25.654ZJul 11 23:24:24.803 INFO Checking that binary works, target: Cockroach
6732024-07-11T23:24:25.953ZJul 11 23:24:25.102 INFO Download complete, target: Cockroach
6742024-07-11T23:24:27.779ZJul 11 23:24:26.928 INFO Checking that binary works, target: Clickhouse
6752024-07-11T23:24:28.238ZJul 11 23:24:27.387 INFO Download complete, target: Clickhouse
6762024-07-11T23:24:28.245ZAll prerequisites installed successfully
6772024-07-11T23:24:28.248Z
6782024-07-11T23:24:28.248Zreal 2:55.374271594
6792024-07-11T23:24:28.248Zuser 5:44.550434443
6802024-07-11T23:24:28.248Zsys 1:17.417946984
6812024-07-11T23:24:28.248Ztrap 0.204728259
6822024-07-11T23:24:28.248Ztflt 3.762632635
6832024-07-11T23:24:28.248Zdflt 6.561674977
6842024-07-11T23:24:28.248Zkflt 0.267365844
6852024-07-11T23:24:28.248Zlock 13:34.605960081
6862024-07-11T23:24:28.248Zslp 18:18.545262845
6872024-07-11T23:24:28.248Zlat 19.418889231
6882024-07-11T23:24:28.248Zstop 1:00.552403922
6892024-07-11T23:24:28.248Z+ ptime -m cargo xtask download softnpu
6902024-07-11T23:24:28.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
6912024-07-11T23:24:28.804Z Running `target/debug/xtask download softnpu`
6922024-07-11T23:24:28.826ZJul 11 23:24:27.975 INFO Starting download, target: Softnpu
6932024-07-11T23:24:28.829ZJul 11 23:24:27.976 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6942024-07-11T23:24:29.612ZJul 11 23:24:28.760 INFO Download complete, target: Softnpu
6952024-07-11T23:24:29.615Z
6962024-07-11T23:24:29.618Zreal 1.363703276
6972024-07-11T23:24:29.618Zuser 0.602133860
6982024-07-11T23:24:29.618Zsys 0.285517299
6992024-07-11T23:24:29.618Ztrap 0.000467820
7002024-07-11T23:24:29.618Ztflt 0.000026115
7012024-07-11T23:24:29.618Zdflt 0.000072210
7022024-07-11T23:24:29.618Zkflt 0.000000000
7032024-07-11T23:24:29.618Zlock 8.181523843
7042024-07-11T23:24:29.618Zslp 0.734008999
7052024-07-11T23:24:29.618Zlat 0.073403476
7062024-07-11T23:24:29.618Zstop 0.000248477
7072024-07-11T23:24:29.618Z+ export CARGO_INCREMENTAL=0
7082024-07-11T23:24:29.618Z+ CARGO_INCREMENTAL=0
7092024-07-11T23:24:29.618Z+ 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-11T23:24:30.137Z Downloading crates ...
7112024-07-11T23:24:30.310Z Downloaded async-stream-impl v0.3.5
7122024-07-11T23:24:30.314Z Downloaded atty v0.2.14
7132024-07-11T23:24:30.318Z Downloaded assert_matches v1.5.0
7142024-07-11T23:24:30.323Z Downloaded arrayref v0.3.7
7152024-07-11T23:24:30.326Z Downloaded async-stream v0.3.5
7162024-07-11T23:24:30.329Z Downloaded new_debug_unreachable v1.0.6
7172024-07-11T23:24:30.332Z Downloaded crunchy v0.2.2
7182024-07-11T23:24:30.335Z Downloaded cstr-argument v0.1.2
7192024-07-11T23:24:30.339Z Downloaded multimap v0.10.0
7202024-07-11T23:24:30.344Z Downloaded memoffset v0.9.1
7212024-07-11T23:24:30.347Z Downloaded derive_builder_macro v0.20.0
7222024-07-11T23:24:30.347Z Downloaded base64ct v1.6.0
7232024-07-11T23:24:30.350Z Downloaded argon2 v0.5.3
7242024-07-11T23:24:30.352Z Downloaded aead v0.5.2
7252024-07-11T23:24:30.355Z Downloaded phf_shared v0.10.0
7262024-07-11T23:24:30.358Z Downloaded opaque-debug v0.3.1
7272024-07-11T23:24:30.358Z Downloaded peg-runtime v0.8.3
7282024-07-11T23:24:30.358Z Downloaded bitfield v0.14.0
7292024-07-11T23:24:30.361Z Downloaded atomic-waker v1.1.2
7302024-07-11T23:24:30.363Z Downloaded cassowary v0.3.0
7312024-07-11T23:24:30.366Z Downloaded bitflags v1.3.2
7322024-07-11T23:24:30.369Z Downloaded portpicker v0.1.1
7332024-07-11T23:24:30.371Z Downloaded newline-converter v0.3.0
7342024-07-11T23:24:30.371Z Downloaded num-derive v0.4.2
7352024-07-11T23:24:30.374Z Downloaded curve25519-dalek-derive v0.1.1
7362024-07-11T23:24:30.377Z Downloaded phf v0.11.2
7372024-07-11T23:24:30.377Z Downloaded packed_struct_codegen v0.10.1
7382024-07-11T23:24:30.380Z Downloaded derive_more v0.99.18
7392024-07-11T23:24:30.384Z Downloaded parse-display-derive v0.9.1
7402024-07-11T23:24:30.386Z Downloaded num-iter v0.1.45
7412024-07-11T23:24:30.389Z Downloaded nibble_vec v0.1.0
7422024-07-11T23:24:30.389Z Downloaded olpc-cjson v0.1.3
7432024-07-11T23:24:30.392Z Downloaded num_enum_derive v0.5.11
7442024-07-11T23:24:30.392Z Downloaded radium v0.7.0
7452024-07-11T23:24:30.394Z Downloaded ppv-lite86 v0.2.17
7462024-07-11T23:24:30.397Z Downloaded array-init v0.0.4
7472024-07-11T23:24:30.397Z Downloaded quick-error v1.2.3
7482024-07-11T23:24:30.400Z Downloaded mockall v0.12.1
7492024-07-11T23:24:30.400Z Downloaded predicates v3.1.0
7502024-07-11T23:24:30.402Z Downloaded pem-rfc7468 v0.7.0
7512024-07-11T23:24:30.405Z Downloaded rand_xorshift v0.3.0
7522024-07-11T23:24:30.408Z Downloaded darling_macro v0.20.9
7532024-07-11T23:24:30.408Z Downloaded ref-cast v1.0.23
7542024-07-11T23:24:30.411Z Downloaded mime_guess v2.0.4
7552024-07-11T23:24:30.414Z Downloaded crucible-workspace-hack v0.1.0
7562024-07-11T23:24:30.414Z Downloaded normalize-line-endings v0.3.0
7572024-07-11T23:24:30.416Z Downloaded ciborium-io v0.2.2
7582024-07-11T23:24:30.416Z Downloaded parse-size v1.0.0
7592024-07-11T23:24:30.416Z Downloaded bzip2 v0.4.4
7602024-07-11T23:24:30.419Z Downloaded cfg_aliases v0.1.1
7612024-07-11T23:24:30.419Z Downloaded rand_core v0.6.4
7622024-07-11T23:24:30.422Z Downloaded predicates-tree v1.0.9
7632024-07-11T23:24:30.425Z Downloaded thiserror-impl-no-std v2.0.2
7642024-07-11T23:24:30.425Z Downloaded parking_lot_core v0.8.6
7652024-07-11T23:24:30.429Z Downloaded derive_builder v0.20.0
7662024-07-11T23:24:30.432Z Downloaded csv-core v0.1.11
7672024-07-11T23:24:30.435Z Downloaded precomputed-hash v0.1.1
7682024-07-11T23:24:30.435Z Downloaded postgres-protocol v0.6.6
7692024-07-11T23:24:30.438Z Downloaded pkcs8 v0.10.2
7702024-07-11T23:24:30.441Z Downloaded oso-derive v0.27.3
7712024-07-11T23:24:30.441Z Downloaded pretty-hex v0.2.1
7722024-07-11T23:24:30.441Z Downloaded allocator-api2 v0.2.18
7732024-07-11T23:24:30.445Z Downloaded path-slash v0.1.5
7742024-07-11T23:24:30.448Z Downloaded owo-colors v4.0.0
7752024-07-11T23:24:30.451Z Downloaded async-recursion v1.1.1
7762024-07-11T23:24:30.454Z Downloaded endian-type v0.1.2
7772024-07-11T23:24:30.454Z Downloaded cipher v0.4.4
7782024-07-11T23:24:30.457Z Downloaded nodrop v0.1.14
7792024-07-11T23:24:30.459Z Downloaded proc-macro-crate v1.3.1
7802024-07-11T23:24:30.460Z Downloaded predicates-core v1.0.6
7812024-07-11T23:24:30.460Z Downloaded num_enum v0.5.11
7822024-07-11T23:24:30.465Z Downloaded constant_time_eq v0.3.0
7832024-07-11T23:24:30.467Z Downloaded rpassword v7.3.1
7842024-07-11T23:24:30.467Z Downloaded phf_shared v0.11.2
7852024-07-11T23:24:30.470Z Downloaded paste v1.0.15
7862024-07-11T23:24:30.473Z Downloaded crc-catalog v2.4.0
7872024-07-11T23:24:30.476Z Downloaded pin-project-internal v1.1.5
7882024-07-11T23:24:30.476Z Downloaded debug-ignore v1.0.5
7892024-07-11T23:24:30.478Z Downloaded oso v0.27.3
7902024-07-11T23:24:30.481Z Downloaded topological-sort v0.2.2
7912024-07-11T23:24:30.484Z Downloaded serde-big-array v0.4.1
7922024-07-11T23:24:30.484Z Downloaded packed_struct v0.10.1
7932024-07-11T23:24:30.487Z Downloaded newtype_derive v0.1.6
7942024-07-11T23:24:30.490Z Downloaded untrusted v0.7.1
7952024-07-11T23:24:30.490Z Downloaded base64 v0.13.1
7962024-07-11T23:24:30.494Z Downloaded serde-big-array v0.5.1
7972024-07-11T23:24:30.497Z Downloaded rand_seeder v0.2.3
7982024-07-11T23:24:30.497Z Downloaded ref-cast-impl v1.0.23
7992024-07-11T23:24:30.499Z Downloaded getopts v0.2.21
8002024-07-11T23:24:30.499Z Downloaded embedded-io v0.4.0
8012024-07-11T23:24:30.503Z Downloaded difflib v0.4.0
8022024-07-11T23:24:30.503Z Downloaded zeroize_derive v1.4.2
8032024-07-11T23:24:30.506Z Downloaded zeroize v1.7.0
8042024-07-11T23:24:30.506Z Downloaded minimal-lexical v0.2.1
8052024-07-11T23:24:30.510Z Downloaded gethostname v0.4.3
8062024-07-11T23:24:30.515Z Downloaded home v0.5.9
8072024-07-11T23:24:30.518Z Downloaded vsss-rs v3.3.4
8082024-07-11T23:24:30.518Z Downloaded derive_builder_core v0.20.0
8092024-07-11T23:24:30.520Z Downloaded postgres-types v0.2.6
8102024-07-11T23:24:30.523Z Downloaded pem v3.0.4
8112024-07-11T23:24:30.526Z Downloaded hubpack_derive v0.1.1
8122024-07-11T23:24:30.526Z Downloaded lazy_static v1.5.0
8132024-07-11T23:24:30.529Z Downloaded lalrpop-util v0.19.12
8142024-07-11T23:24:30.529Z Downloaded highway v1.1.0
8152024-07-11T23:24:30.532Z Downloaded libefi-sys v0.1.0
8162024-07-11T23:24:30.532Z Downloaded lazycell v1.3.0
8172024-07-11T23:24:30.535Z Downloaded hex v0.4.3
8182024-07-11T23:24:30.535Z Downloaded heck v0.3.3
8192024-07-11T23:24:30.538Z Downloaded fxhash v0.2.1
8202024-07-11T23:24:30.538Z Downloaded poly1305 v0.8.0
8212024-07-11T23:24:30.542Z Downloaded prettyplease v0.2.20
8222024-07-11T23:24:30.544Z Downloaded stability v0.2.0
8232024-07-11T23:24:30.547Z Downloaded slog-stdlog v4.1.1
8242024-07-11T23:24:30.547Z Downloaded diesel_table_macro_syntax v0.1.0
8252024-07-11T23:24:30.550Z Downloaded termtree v0.4.1
8262024-07-11T23:24:30.550Z Downloaded slog-envlogger v2.2.0
8272024-07-11T23:24:30.552Z Downloaded slog-dtrace v0.3.0
8282024-07-11T23:24:30.555Z Downloaded siphasher v0.3.11
8292024-07-11T23:24:30.555Z Downloaded r2d2 v0.8.10
8302024-07-11T23:24:30.558Z Downloaded hash32 v0.3.1
8312024-07-11T23:24:30.558Z Downloaded ed25519 v1.5.3
8322024-07-11T23:24:30.561Z Downloaded dyn-clone v1.0.17
8332024-07-11T23:24:30.563Z Downloaded zone v0.1.8
8342024-07-11T23:24:30.564Z Downloaded thiserror-no-std v2.0.2
8352024-07-11T23:24:30.567Z Downloaded const-oid v0.9.6
8362024-07-11T23:24:30.570Z Downloaded downcast v0.11.0
8372024-07-11T23:24:30.573Z Downloaded defmt-macros v0.3.9
8382024-07-11T23:24:30.576Z Downloaded utf-8 v0.7.6
8392024-07-11T23:24:30.576Z Downloaded matches v0.1.10
8402024-07-11T23:24:30.579Z Downloaded ident_case v1.0.1
8412024-07-11T23:24:30.579Z Downloaded linked-hash-map v0.5.6
8422024-07-11T23:24:30.582Z Downloaded is_ci v1.2.0
8432024-07-11T23:24:30.582Z Downloaded humantime v2.1.0
8442024-07-11T23:24:30.585Z Downloaded linear-map v1.2.0
8452024-07-11T23:24:30.585Z Downloaded const_format v0.2.32
8462024-07-11T23:24:30.589Z Downloaded libloading v0.8.3
8472024-07-11T23:24:30.601Z Downloaded semver v0.1.20
8482024-07-11T23:24:30.604Z Downloaded universal-hash v0.5.1
8492024-07-11T23:24:30.604Z Downloaded termcolor v1.4.1
8502024-07-11T23:24:30.606Z Downloaded tls_codec v0.4.1
8512024-07-11T23:24:30.610Z Downloaded termios v0.3.3
8522024-07-11T23:24:30.614Z Downloaded tempfile v3.10.1
8532024-07-11T23:24:30.618Z Downloaded postcard v1.0.8
8542024-07-11T23:24:30.624Z Downloaded instant v0.1.12
8552024-07-11T23:24:30.627Z Downloaded inout v0.1.3
8562024-07-11T23:24:30.630Z Downloaded tap v1.0.1
8572024-07-11T23:24:30.633Z Downloaded display-error-chain v0.2.0
8582024-07-11T23:24:30.635Z Downloaded maybe-uninit v2.0.0
8592024-07-11T23:24:30.638Z Downloaded md-5 v0.10.6
8602024-07-11T23:24:30.641Z Downloaded group v0.13.0
8612024-07-11T23:24:30.644Z Downloaded ipnetwork v0.20.0
8622024-07-11T23:24:30.644Z Downloaded pin-project v1.1.5
8632024-07-11T23:24:30.668Z Downloaded uzers v0.11.3
8642024-07-11T23:24:30.670Z Downloaded lru v0.12.3
8652024-07-11T23:24:30.673Z Downloaded foreign-types-shared v0.3.1
8662024-07-11T23:24:30.673Z Downloaded which v4.4.2
8672024-07-11T23:24:30.675Z Downloaded tui-tree-widget v0.21.0
8682024-07-11T23:24:30.676Z Downloaded zone_cfg_derive v0.1.2
8692024-07-11T23:24:30.678Z Downloaded sigpipe v0.1.3
8702024-07-11T23:24:30.678Z Downloaded fixedbitset v0.4.2
8712024-07-11T23:24:30.681Z Downloaded indoc v1.0.9
8722024-07-11T23:24:30.684Z Downloaded fragile v2.0.0
8732024-07-11T23:24:30.684Z Downloaded tls_codec_derive v0.4.1
8742024-07-11T23:24:30.687Z Downloaded rayon-core v1.12.1
8752024-07-11T23:24:30.690Z Downloaded funty v2.0.0
8762024-07-11T23:24:30.692Z Downloaded textwrap v0.16.1
8772024-07-11T23:24:30.695Z Downloaded elliptic-curve v0.13.8
8782024-07-11T23:24:30.700Z Downloaded toolchain_find v0.4.0
8792024-07-11T23:24:30.702Z Downloaded supports-color v3.0.0
8802024-07-11T23:24:30.702Z Downloaded subtle v2.5.0
8812024-07-11T23:24:30.702Z Downloaded strum_macros v0.24.3
8822024-07-11T23:24:30.705Z Downloaded fd-lock v4.0.2
8832024-07-11T23:24:30.705Z Downloaded tabwriter v1.4.0
8842024-07-11T23:24:30.709Z Downloaded memmap2 v0.9.4
8852024-07-11T23:24:30.709Z Downloaded arc-swap v1.7.1
8862024-07-11T23:24:30.712Z Downloaded sha1 v0.10.6
8872024-07-11T23:24:30.715Z Downloaded signal-hook-tokio v0.3.1
8882024-07-11T23:24:30.715Z Downloaded rustfmt-wrapper v0.2.1
8892024-07-11T23:24:30.718Z Downloaded rustc_version v0.4.0
8902024-07-11T23:24:30.718Z Downloaded rustc_version v0.1.7
8912024-07-11T23:24:30.721Z Downloaded vte_generate_state_changes v0.1.1
8922024-07-11T23:24:30.721Z Downloaded trust-dns-resolver v0.22.0
8932024-07-11T23:24:30.724Z Downloaded unicode-linebreak v0.1.5
8942024-07-11T23:24:30.727Z Downloaded scheduled-thread-pool v0.2.7
8952024-07-11T23:24:30.727Z Downloaded rustc-hash v1.1.0
8962024-07-11T23:24:30.727Z Downloaded impl-trait-for-tuples v0.2.2
8972024-07-11T23:24:30.730Z Downloaded rusty-fork v0.3.0
8982024-07-11T23:24:30.733Z Downloaded libsw v3.3.1
8992024-07-11T23:24:30.733Z Downloaded rustc-demangle v0.1.24
9002024-07-11T23:24:30.736Z Downloaded rtoolbox v0.0.2
9012024-07-11T23:24:30.736Z Downloaded tokio-rustls v0.25.0
9022024-07-11T23:24:30.739Z Downloaded unarray v0.1.4
9032024-07-11T23:24:30.742Z Downloaded whoami v1.5.1
9042024-07-11T23:24:30.742Z Downloaded walkdir v2.5.0
9052024-07-11T23:24:30.745Z Downloaded num-bigint v0.4.5
9062024-07-11T23:24:30.749Z Downloaded rand v0.8.5
9072024-07-11T23:24:30.752Z Downloaded foreign-types v0.5.0
9082024-07-11T23:24:30.755Z Downloaded signature v2.2.0
9092024-07-11T23:24:30.755Z Downloaded crypto-bigint v0.5.5
9102024-07-11T23:24:30.761Z Downloaded der v0.7.9
9112024-07-11T23:24:30.766Z Downloaded waitgroup v0.1.2
9122024-07-11T23:24:30.770Z Downloaded hostname v0.4.0
9132024-07-11T23:24:30.770Z Downloaded tokio-tungstenite v0.20.1
9142024-07-11T23:24:30.773Z Downloaded keccak v0.1.5
9152024-07-11T23:24:30.775Z Downloaded crossterm v0.27.0
9162024-07-11T23:24:30.779Z Downloaded wait-timeout v0.2.0
9172024-07-11T23:24:30.782Z Downloaded signature v1.6.4
9182024-07-11T23:24:30.786Z Downloaded unicase v2.7.0
9192024-07-11T23:24:30.786Z Downloaded sec1 v0.7.3
9202024-07-11T23:24:30.789Z Downloaded fallible-iterator v0.2.0
9212024-07-11T23:24:30.789Z Downloaded maplit v1.0.2
9222024-07-11T23:24:30.789Z Downloaded hash32 v0.2.1
9232024-07-11T23:24:30.792Z Downloaded float-ord v0.3.2
9242024-07-11T23:24:30.792Z Downloaded ff v0.13.0
9252024-07-11T23:24:30.795Z Downloaded fastrand v2.1.0
9262024-07-11T23:24:30.795Z Downloaded tokio-rustls v0.24.1
9272024-07-11T23:24:30.797Z Downloaded serde_repr v0.1.19
9282024-07-11T23:24:30.801Z Downloaded strip-ansi-escapes v0.2.0
9292024-07-11T23:24:30.801Z Downloaded similar v2.5.0
9302024-07-11T23:24:30.805Z Downloaded serde_plain v1.0.2
9312024-07-11T23:24:30.808Z Downloaded spki v0.7.3
9322024-07-11T23:24:30.810Z Downloaded static_assertions v1.1.0
9332024-07-11T23:24:30.810Z Downloaded structmeta v0.2.0
9342024-07-11T23:24:30.813Z Downloaded unicode-xid v0.2.4
9352024-07-11T23:24:30.813Z Downloaded subprocess v0.2.9
9362024-07-11T23:24:30.816Z Downloaded zip v0.6.6
9372024-07-11T23:24:30.831Z Downloaded unsafe-libyaml v0.2.11
9382024-07-11T23:24:30.831Z Downloaded lru-cache v0.1.2
9392024-07-11T23:24:30.831Z Downloaded unicode-segmentation v1.11.0
9402024-07-11T23:24:30.831Z Downloaded iana-time-zone v0.1.60
9412024-07-11T23:24:30.834Z Downloaded erased-serde v0.3.31
9422024-07-11T23:24:30.834Z Downloaded stable_deref_trait v1.2.0
9432024-07-11T23:24:30.834Z Downloaded typed-path v0.7.1
9442024-07-11T23:24:30.838Z Downloaded string_cache v0.8.7
9452024-07-11T23:24:30.841Z Downloaded flagset v0.4.5
9462024-07-11T23:24:30.843Z Downloaded signal-hook-mio v0.2.3
9472024-07-11T23:24:30.843Z Downloaded env_logger v0.10.2
9482024-07-11T23:24:30.846Z Downloaded sct v0.7.1
9492024-07-11T23:24:30.849Z Downloaded yasna v0.5.2
9502024-07-11T23:24:30.852Z Downloaded structmeta-derive v0.3.0
9512024-07-11T23:24:30.855Z Downloaded samael v0.0.15
9522024-07-11T23:24:30.858Z Downloaded hashbrown v0.13.2
9532024-07-11T23:24:30.865Z Downloaded tungstenite v0.20.1
9542024-07-11T23:24:30.868Z Downloaded managed v0.8.0
9552024-07-11T23:24:30.868Z Downloaded rsa v0.9.6
9562024-07-11T23:24:30.873Z Downloaded shlex v1.3.0
9572024-07-11T23:24:30.876Z Downloaded spin v0.9.8
9582024-07-11T23:24:30.879Z Downloaded socket2 v0.4.10
9592024-07-11T23:24:30.879Z Downloaded fatfs v0.3.6
9602024-07-11T23:24:30.882Z Downloaded indexmap v1.9.3
9612024-07-11T23:24:30.885Z Downloaded trust-dns-server v0.22.1
9622024-07-11T23:24:30.890Z Downloaded serde_yaml v0.9.34+deprecated
9632024-07-11T23:24:30.894Z Downloaded salty v0.2.0
9642024-07-11T23:24:30.900Z Downloaded half v2.4.1
9652024-07-11T23:24:30.902Z Downloaded trust-dns-client v0.22.0
9662024-07-11T23:24:30.908Z Downloaded snafu v0.8.2
9672024-07-11T23:24:30.914Z Downloaded aho-corasick v1.1.3
9682024-07-11T23:24:30.919Z Downloaded signal-hook v0.3.17
9692024-07-11T23:24:30.923Z Downloaded heapless v0.7.17
9702024-07-11T23:24:30.926Z Downloaded indicatif v0.17.8
9712024-07-11T23:24:30.930Z Downloaded toml v0.7.8
9722024-07-11T23:24:30.933Z Downloaded schemars v0.8.21
9732024-07-11T23:24:30.945Z Downloaded tungstenite v0.21.0
9742024-07-11T23:24:30.951Z Downloaded unicode_categories v0.1.1
9752024-07-11T23:24:30.953Z Downloaded blake3 v1.5.1
9762024-07-11T23:24:30.958Z Downloaded heapless v0.8.0
9772024-07-11T23:24:30.962Z Downloaded itertools v0.10.5
9782024-07-11T23:24:30.968Z Downloaded portable-atomic v1.6.0
9792024-07-11T23:24:30.975Z Downloaded libxml v0.3.3
9802024-07-11T23:24:30.981Z Downloaded http v1.1.0
9812024-07-11T23:24:30.984Z Downloaded expectorate v1.1.0
9822024-07-11T23:24:30.987Z Downloaded rayon v1.10.0
9832024-07-11T23:24:30.997Z Downloaded hkdf v0.12.4
9842024-07-11T23:24:30.999Z Downloaded steno v0.4.1
9852024-07-11T23:24:31.003Z Downloaded toml_edit v0.19.15
9862024-07-11T23:24:31.021Z Downloaded rustyline v14.0.0
9872024-07-11T23:24:31.025Z Downloaded libm v0.2.8
9882024-07-11T23:24:31.033Z Downloaded proptest v1.4.0
9892024-07-11T23:24:31.043Z Downloaded chrono v0.4.38
9902024-07-11T23:24:31.050Z Downloaded x509-cert v0.2.5
9912024-07-11T23:24:31.056Z Downloaded itertools v0.12.1
9922024-07-11T23:24:31.063Z Downloaded winnow v0.5.40
9932024-07-11T23:24:31.072Z Downloaded bitvec v1.0.1
9942024-07-11T23:24:31.085Z Downloaded tough v0.17.1
9952024-07-11T23:24:31.093Z Downloaded serde_with v3.8.3
9962024-07-11T23:24:31.100Z Downloaded object v0.30.4
9972024-07-11T23:24:31.109Z Downloaded sqlparser v0.45.0
9982024-07-11T23:24:31.115Z Downloaded regex v1.10.5
9992024-07-11T23:24:31.127Z Downloaded lalrpop v0.19.12
10002024-07-11T23:24:31.137Z Downloaded radix_trie v0.2.1
10012024-07-11T23:24:31.142Z Downloaded rustls-webpki v0.101.7
10022024-07-11T23:24:31.156Z Downloaded webpki-roots v0.25.4
10032024-07-11T23:24:31.160Z Downloaded rustls-webpki v0.102.4
10042024-07-11T23:24:31.179Z Downloaded rustls v0.21.12
10052024-07-11T23:24:31.189Z Downloaded polar-core v0.27.3
10062024-07-11T23:24:31.198Z Downloaded nix v0.28.0
10072024-07-11T23:24:31.209Z Downloaded diesel v2.1.6
10082024-07-11T23:24:31.226Z Downloaded smoltcp v0.11.0
10092024-07-11T23:24:31.239Z Downloaded idna v0.3.0
10102024-07-11T23:24:31.248Z Downloaded regex-syntax v0.6.29
10112024-07-11T23:24:31.253Z Downloaded sled v0.34.7
10122024-07-11T23:24:31.263Z Downloaded openapiv3 v2.0.0
10132024-07-11T23:24:31.275Z Downloaded regex-syntax v0.8.3
10142024-07-11T23:24:31.284Z Downloaded zerocopy-derive v0.6.6
10152024-07-11T23:24:31.293Z Downloaded bzip2-sys v0.1.11+1.0.8
10162024-07-11T23:24:31.305Z Downloaded regress v0.9.1
10172024-07-11T23:24:31.314Z Downloaded ratatui v0.27.0
10182024-07-11T23:24:31.332Z Downloaded csv v1.3.0
10192024-07-11T23:24:31.350Z Downloaded gimli v0.28.1
10202024-07-11T23:24:31.358Z Downloaded trust-dns-proto v0.22.0
10212024-07-11T23:24:31.370Z Downloaded object v0.32.2
10222024-07-11T23:24:31.380Z Downloaded regex-automata v0.4.6
10232024-07-11T23:24:31.394Z Downloaded rustls v0.22.4
10242024-07-11T23:24:31.406Z Downloaded petgraph v0.6.5
10252024-07-11T23:24:31.422Z Downloaded finl_unicode v1.2.0
10262024-07-11T23:24:31.434Z Downloaded sha3 v0.10.8
10272024-07-11T23:24:31.440Z Downloaded bstr v1.9.1
10282024-07-11T23:24:31.457Z Downloaded nix v0.27.1
10292024-07-11T23:24:31.476Z Downloaded curve25519-dalek v4.1.3
10302024-07-11T23:24:31.491Z Downloaded bstr v0.2.17
10312024-07-11T23:24:31.508Z Downloaded smoltcp v0.9.1
10322024-07-11T23:24:31.516Z Downloaded idna v0.2.3
10332024-07-11T23:24:31.524Z Downloaded itertools v0.13.0
10342024-07-11T23:24:31.528Z Downloaded bindgen v0.69.4
10352024-07-11T23:24:31.535Z Downloaded reedline v0.31.0
10362024-07-11T23:24:31.541Z Downloaded quick-xml v0.31.0
10372024-07-11T23:24:31.546Z Downloaded hashbrown v0.12.3
10382024-07-11T23:24:31.550Z Downloaded regex-automata v0.1.10
10392024-07-11T23:24:31.554Z Downloaded flume v0.11.0
10402024-07-11T23:24:31.558Z Downloaded headers v0.3.9
10412024-07-11T23:24:31.562Z Downloaded schemars_derive v0.8.21
10422024-07-11T23:24:31.565Z Downloaded toml v0.5.11
10432024-07-11T23:24:31.568Z Downloaded zerocopy v0.6.6
10442024-07-11T23:24:31.568Z Downloaded kstat-rs v0.2.4
10452024-07-11T23:24:31.571Z Downloaded ring v0.17.8
10462024-07-11T23:24:31.634Z Downloaded snafu-derive v0.8.2
10472024-07-11T23:24:31.637Z Downloaded env_logger v0.9.3
10482024-07-11T23:24:31.637Z Downloaded diesel_derives v2.1.4
10492024-07-11T23:24:31.640Z Downloaded nom v7.1.3
10502024-07-11T23:24:31.645Z Downloaded publicsuffix v2.2.3
10512024-07-11T23:24:31.647Z Downloaded num-bigint-dig v0.8.4
10522024-07-11T23:24:31.651Z Downloaded serde_path_to_error v0.1.16
10532024-07-11T23:24:31.654Z Downloaded same-file v1.0.6
10542024-07-11T23:24:31.654Z Downloaded diff v0.1.13
10552024-07-11T23:24:31.659Z Downloaded ron v0.8.1
10562024-07-11T23:24:31.662Z Downloaded serde_with_macros v3.8.3
10572024-07-11T23:24:31.664Z Downloaded unicode-truncate v1.0.0
10582024-07-11T23:24:31.664Z Downloaded tokio-stream v0.1.15
10592024-07-11T23:24:31.667Z Downloaded ron v0.7.1
10602024-07-11T23:24:31.671Z Downloaded getrandom v0.2.14
10612024-07-11T23:24:31.674Z Downloaded test-strategy v0.3.1
10622024-07-11T23:24:31.677Z Downloaded globset v0.4.14
10632024-07-11T23:24:31.680Z Downloaded hyper-rustls v0.24.2
10642024-07-11T23:24:31.683Z Downloaded tokio-postgres v0.7.10
10652024-07-11T23:24:31.685Z Downloaded sqlformat v0.2.3
10662024-07-11T23:24:31.688Z Downloaded headers-core v0.2.0
10672024-07-11T23:24:31.688Z Downloaded uuid v1.9.1
10682024-07-11T23:24:31.691Z Downloaded strum_macros v0.25.3
10692024-07-11T23:24:31.691Z Downloaded stringprep v0.1.4
10702024-07-11T23:24:31.694Z Downloaded enum-as-inner v0.5.1
10712024-07-11T23:24:31.694Z Downloaded tracing-attributes v0.1.27
10722024-07-11T23:24:31.696Z Downloaded chacha20poly1305 v0.10.1
10732024-07-11T23:24:31.696Z Downloaded hmac v0.12.1
10742024-07-11T23:24:31.699Z Downloaded crossbeam-epoch v0.9.18
10752024-07-11T23:24:31.702Z Downloaded compact_str v0.7.1
10762024-07-11T23:24:31.704Z Downloaded base64 v0.22.1
10772024-07-11T23:24:31.707Z Downloaded structmeta v0.3.0
10782024-07-11T23:24:31.707Z Downloaded secrecy v0.8.0
10792024-07-11T23:24:31.708Z Downloaded slog-scope v4.4.0
10802024-07-11T23:24:31.711Z Downloaded structmeta-derive v0.2.0
10812024-07-11T23:24:31.711Z Downloaded spin v0.5.2
10822024-07-11T23:24:31.711Z Downloaded shell-words v1.1.0
10832024-07-11T23:24:31.714Z Downloaded resolv-conf v0.7.0
10842024-07-11T23:24:31.714Z Downloaded hyper-staticfile v0.9.5
10852024-07-11T23:24:31.717Z Downloaded tiny-keccak v2.0.2
10862024-07-11T23:24:31.717Z Downloaded serde_derive_internals v0.29.1
10872024-07-11T23:24:31.717Z Downloaded rustls-pki-types v1.7.0
10882024-07-11T23:24:31.720Z Downloaded rustls-pemfile v2.1.2
10892024-07-11T23:24:31.723Z Downloaded derive-where v1.2.7
10902024-07-11T23:24:31.726Z Downloaded hubpack v0.1.2
10912024-07-11T23:24:31.726Z Downloaded glob v0.3.1
10922024-07-11T23:24:31.726Z Downloaded foreign-types-macros v0.2.3
10932024-07-11T23:24:31.729Z Downloaded either v1.12.0
10942024-07-11T23:24:31.729Z Downloaded omicron-zone-package v0.11.0
10952024-07-11T23:24:31.734Z Downloaded untrusted v0.9.0
10962024-07-11T23:24:31.734Z Downloaded vte v0.11.1
10972024-07-11T23:24:31.737Z Downloaded rcgen v0.12.1
10982024-07-11T23:24:31.737Z Downloaded wyz v0.5.1
10992024-07-11T23:24:31.737Z Downloaded pkcs1 v0.7.5
11002024-07-11T23:24:31.740Z Downloaded sqlparser_derive v0.2.2
11012024-07-11T23:24:31.740Z Downloaded smf v0.2.3
11022024-07-11T23:24:31.740Z Downloaded smawk v0.3.2
11032024-07-11T23:24:31.744Z Downloaded smallvec v0.6.14
11042024-07-11T23:24:31.744Z Downloaded serde_arrays v0.1.0
11052024-07-11T23:24:31.744Z Downloaded serde-hex v0.1.0
11062024-07-11T23:24:31.746Z Downloaded rand_chacha v0.3.1
11072024-07-11T23:24:31.746Z Downloaded backtrace v0.3.71
11082024-07-11T23:24:31.750Z Downloaded num-rational v0.4.2
11092024-07-11T23:24:31.752Z Downloaded num-complex v0.4.6
11102024-07-11T23:24:31.752Z Downloaded darling_core v0.20.9
11112024-07-11T23:24:31.756Z Downloaded cookie v0.17.0
11122024-07-11T23:24:31.759Z Downloaded http-range v0.1.5
11132024-07-11T23:24:31.759Z Downloaded peg-macros v0.8.3
11142024-07-11T23:24:31.762Z Downloaded darling v0.20.9
11152024-07-11T23:24:31.764Z Downloaded cookie_store v0.20.0
11162024-07-11T23:24:31.767Z Downloaded tokio-tungstenite v0.21.0
11172024-07-11T23:24:31.767Z Downloaded parking_lot v0.11.2
11182024-07-11T23:24:31.770Z Downloaded nu-ansi-term v0.50.0
11192024-07-11T23:24:31.773Z Downloaded cancel-safe-futures v0.1.5
11202024-07-11T23:24:31.775Z Downloaded float-cmp v0.9.0
11212024-07-11T23:24:31.775Z Downloaded ena v0.14.3
11222024-07-11T23:24:31.778Z Downloaded ciborium v0.2.2
11232024-07-11T23:24:31.778Z Downloaded ring v0.16.20
11242024-07-11T23:24:31.853Z Downloaded backoff v0.4.0
11252024-07-11T23:24:31.856Z Downloaded psl-types v2.0.11
11262024-07-11T23:24:31.856Z Downloaded camino-tempfile v1.1.1
11272024-07-11T23:24:31.859Z Downloaded der_derive v0.7.2
11282024-07-11T23:24:31.859Z Downloaded crc-any v2.5.0
11292024-07-11T23:24:31.861Z Downloaded cookie v0.18.1
11302024-07-11T23:24:31.864Z Downloaded clang-sys v1.7.0
11312024-07-11T23:24:31.864Z Downloaded blake2 v0.10.6
11322024-07-11T23:24:31.869Z Downloaded async-trait v0.1.81
11332024-07-11T23:24:31.872Z Downloaded num-traits v0.2.19
11342024-07-11T23:24:31.872Z Downloaded colored v2.1.0
11352024-07-11T23:24:31.875Z Downloaded parse-display v0.9.1
11362024-07-11T23:24:31.875Z Downloaded num-integer v0.1.46
11372024-07-11T23:24:31.878Z Downloaded crc v3.2.1
11382024-07-11T23:24:31.878Z Downloaded cobs v0.2.3
11392024-07-11T23:24:31.880Z Downloaded cexpr v0.6.0
11402024-07-11T23:24:31.880Z Downloaded castaway v0.2.2
11412024-07-11T23:24:31.880Z Downloaded buf-list v1.0.3
11422024-07-11T23:24:31.883Z Downloaded arrayvec v0.7.4
11432024-07-11T23:24:31.886Z Downloaded ascii v1.1.0
11442024-07-11T23:24:31.886Z Downloaded password-hash v0.5.0
11452024-07-11T23:24:31.889Z Downloaded multer v3.1.0
11462024-07-11T23:24:31.889Z Downloaded const_format_proc_macros v0.2.32
11472024-07-11T23:24:31.892Z Downloaded number_prefix v0.4.0
11482024-07-11T23:24:31.892Z Downloaded console v0.15.8
11492024-07-11T23:24:31.895Z Downloaded bitfield-struct v0.6.1
11502024-07-11T23:24:31.895Z Downloaded ascii-canvas v3.0.0
11512024-07-11T23:24:31.898Z Downloaded bitstruct v0.1.1
11522024-07-11T23:24:31.898Z Downloaded mockall_derive v0.12.1
11532024-07-11T23:24:31.901Z Downloaded bb8 v0.8.5
11542024-07-11T23:24:31.901Z Downloaded peg v0.8.3
11552024-07-11T23:24:31.905Z Downloaded nanorand v0.7.0
11562024-07-11T23:24:31.908Z Downloaded defmt v0.3.8
11572024-07-11T23:24:31.908Z Downloaded bit-vec v0.6.3
11582024-07-11T23:24:31.910Z Downloaded bcs v0.1.6
11592024-07-11T23:24:31.910Z Downloaded base16ct v0.2.0
11602024-07-11T23:24:31.910Z Downloaded addr2line v0.21.0
11612024-07-11T23:24:31.914Z Downloaded defmt-parser v0.3.4
11622024-07-11T23:24:31.914Z Downloaded data-encoding v2.6.0
11632024-07-11T23:24:31.914Z Downloaded bit-set v0.5.3
11642024-07-11T23:24:31.917Z Downloaded corncobs v0.1.3
11652024-07-11T23:24:31.917Z Downloaded ahash v0.8.11
11662024-07-11T23:24:31.920Z Downloaded chacha20 v0.9.1
11672024-07-11T23:24:31.920Z Downloaded num v0.4.3
11682024-07-11T23:24:31.922Z Downloaded newtype-uuid v1.1.0
11692024-07-11T23:24:31.922Z Downloaded crossbeam-deque v0.8.5
11702024-07-11T23:24:31.922Z Downloaded convert_case v0.4.0
11712024-07-11T23:24:31.925Z Downloaded ciborium-ll v0.2.2
11722024-07-11T23:24:31.925Z Downloaded block-padding v0.3.3
11732024-07-11T23:24:31.925Z Downloaded bitstruct_derive v0.1.0
11742024-07-11T23:24:31.925Z Downloaded atomicwrites v0.4.3
11752024-07-11T23:24:32.050Z Compiling proc-macro2 v1.0.86
11762024-07-11T23:24:32.050Z Compiling unicode-ident v1.0.12
11772024-07-11T23:24:32.051Z Compiling libc v0.2.155
11782024-07-11T23:24:32.054Z Compiling serde v1.0.204
11792024-07-11T23:24:32.054Z Compiling autocfg v1.3.0
11802024-07-11T23:24:32.054Z Compiling version_check v0.9.4
11812024-07-11T23:24:32.054Z Compiling cfg-if v1.0.0
11822024-07-11T23:24:32.263Z Compiling cc v1.0.97
11832024-07-11T23:24:32.285Z Compiling parking_lot_core v0.9.10
11842024-07-11T23:24:32.299Z Compiling once_cell v1.19.0
11852024-07-11T23:24:32.669Z Compiling serde_json v1.0.120
11862024-07-11T23:24:32.717Z Compiling libm v0.2.8
11872024-07-11T23:24:32.866Z Compiling ahash v0.8.11
11882024-07-11T23:24:32.936Z Compiling lock_api v0.4.12
11892024-07-11T23:24:32.952Z Compiling byteorder v1.5.0
11902024-07-11T23:24:32.991Z Compiling num-traits v0.2.19
11912024-07-11T23:24:33.151Z Compiling memchr v2.7.2
11922024-07-11T23:24:33.195Z Compiling thiserror v1.0.60
11932024-07-11T23:24:33.353Z Compiling scopeguard v1.2.0
11942024-07-11T23:24:33.385Z Compiling typenum v1.17.0
11952024-07-11T23:24:33.665Z Compiling quote v1.0.36
11962024-07-11T23:24:34.008Z Compiling getrandom v0.2.14
11972024-07-11T23:24:34.180Z Compiling syn v2.0.68
11982024-07-11T23:24:34.304Z Compiling itoa v1.0.11
11992024-07-11T23:24:34.330Z Compiling log v0.4.21
12002024-07-11T23:24:34.345Z Compiling generic-array v0.14.7
12012024-07-11T23:24:34.712Z Compiling allocator-api2 v0.2.18
12022024-07-11T23:24:34.952Z Compiling slab v0.4.9
12032024-07-11T23:24:35.085Z Compiling ring v0.17.8
12042024-07-11T23:24:35.099Z Compiling ryu v1.0.18
12052024-07-11T23:24:35.225Z Compiling schemars v0.8.21
12062024-07-11T23:24:35.361Z Compiling smallvec v1.13.2
12072024-07-11T23:24:35.441Z Compiling pin-project-lite v0.2.14
12082024-07-11T23:24:35.525Z Compiling semver v1.0.23
12092024-07-11T23:24:35.757Z Compiling equivalent v1.0.1
12102024-07-11T23:24:35.909Z Compiling vcpkg v0.2.15
12112024-07-11T23:24:36.012Z Compiling pkg-config v0.3.30
12122024-07-11T23:24:36.113Z Compiling signal-hook-registry v1.4.2
12132024-07-11T23:24:36.773Z Compiling parking_lot v0.12.2
12142024-07-11T23:24:37.538Z Compiling syn v1.0.109
12152024-07-11T23:24:37.701Z Compiling openssl-sys v0.9.102
12162024-07-11T23:24:37.737Z Compiling mio v0.8.11
12172024-07-11T23:24:38.195Z Compiling spin v0.9.8
12182024-07-11T23:24:38.686Z Compiling rand_core v0.6.4
12192024-07-11T23:24:39.040Z Compiling num_cpus v1.16.0
12202024-07-11T23:24:39.085Z Compiling socket2 v0.5.7
12212024-07-11T23:24:39.160Z Compiling time-core v0.1.2
12222024-07-11T23:24:39.314Z Compiling num-conv v0.1.0
12232024-07-11T23:24:39.581Z Compiling time-macros v0.2.18
12242024-07-11T23:24:39.946Z Compiling httparse v1.8.0
12252024-07-11T23:24:39.962Z Compiling heck v0.5.0
12262024-07-11T23:24:40.390Z Compiling futures-core v0.3.30
12272024-07-11T23:24:40.798Z Compiling fnv v1.0.7
12282024-07-11T23:24:40.845Z Compiling openssl v0.10.64
12292024-07-11T23:24:41.241Z Compiling iana-time-zone v0.1.60
12302024-07-11T23:24:41.282Z Compiling crossbeam-utils v0.8.19
12312024-07-11T23:24:41.399Z Compiling rustix v0.38.34
12322024-07-11T23:24:41.797Z Compiling serde_derive_internals v0.29.1
12332024-07-11T23:24:42.024Z Compiling native-tls v0.2.11
12342024-07-11T23:24:42.045Z Compiling rustls v0.21.12
12352024-07-11T23:24:42.214Z Compiling tinyvec_macros v0.1.1
12362024-07-11T23:24:42.283Z Compiling tinyvec v1.6.0
12372024-07-11T23:24:42.679Z Compiling futures-sink v0.3.30
12382024-07-11T23:24:43.021Z Compiling const-oid v0.9.6
12392024-07-11T23:24:43.080Z Compiling ucd-trie v0.1.6
12402024-07-11T23:24:43.480Z Compiling subtle v2.5.0
12412024-07-11T23:24:43.483Z Compiling unicode-normalization v0.1.23
12422024-07-11T23:24:43.908Z Compiling backtrace v0.3.71
12432024-07-11T23:24:44.042Z Compiling cookie v0.17.0
12442024-07-11T23:24:44.277Z Compiling dyn-clone v1.0.17
12452024-07-11T23:24:44.390Z Compiling slog v2.7.0
12462024-07-11T23:24:44.447Z Compiling unicode-bidi v0.3.15
12472024-07-11T23:24:44.689Z Compiling futures-channel v0.3.30
12482024-07-11T23:24:44.948Z Compiling futures-io v0.3.30
12492024-07-11T23:24:44.977Z Compiling pin-utils v0.1.0
12502024-07-11T23:24:45.180Z Compiling futures-task v0.3.30
12512024-07-11T23:24:45.549Z Compiling aho-corasick v1.1.3
12522024-07-11T23:24:45.918Z Compiling anyhow v1.0.86
12532024-07-11T23:24:46.033Z Compiling regex-syntax v0.8.3
12542024-07-11T23:24:46.180Z Compiling untrusted v0.9.0
12552024-07-11T23:24:46.370Z Compiling winnow v0.5.40
12562024-07-11T23:24:47.516Z Compiling serde_derive v1.0.204
12572024-07-11T23:24:48.226Z Compiling zerocopy-derive v0.7.34
12582024-07-11T23:24:48.886Z Compiling zeroize_derive v1.4.2
12592024-07-11T23:24:50.042Z Compiling thiserror-impl v1.0.60
12602024-07-11T23:24:50.124Z Compiling tokio-macros v2.3.0
12612024-07-11T23:24:50.215Z Compiling zerocopy v0.7.34
12622024-07-11T23:24:50.254Z Compiling futures-macro v0.3.30
12632024-07-11T23:24:51.146Z Compiling schemars_derive v0.8.21
12642024-07-11T23:24:51.879Z Compiling tracing-attributes v0.1.27
12652024-07-11T23:24:52.147Z Compiling zeroize v1.7.0
12662024-07-11T23:24:52.385Z Compiling hashbrown v0.14.5
12672024-07-11T23:24:52.971Z Compiling openssl-macros v0.1.1
12682024-07-11T23:24:53.762Z Compiling scroll_derive v0.12.0
12692024-07-11T23:24:53.959Z Compiling pest v2.7.10
12702024-07-11T23:24:54.168Z Compiling crypto-common v0.1.6
12712024-07-11T23:24:54.358Z Compiling futures-util v0.3.30
12722024-07-11T23:24:55.103Z Compiling der_derive v0.7.2
12732024-07-11T23:24:55.394Z Compiling block-buffer v0.10.4
12742024-07-11T23:24:55.626Z Compiling regex-automata v0.4.6
12752024-07-11T23:24:56.689Z Compiling pest_meta v2.7.10
12762024-07-11T23:24:57.419Z Compiling tracing-core v0.1.32
12772024-07-11T23:24:59.760Z Compiling pest_generator v2.7.10
12782024-07-11T23:25:01.054Z Compiling bytes v1.6.0
12792024-07-11T23:25:01.185Z Compiling indexmap v2.2.6
12802024-07-11T23:25:01.927Z Compiling bitflags v2.5.0
12812024-07-11T23:25:02.292Z Compiling uuid v1.9.1
12822024-07-11T23:25:02.523Z Compiling tokio v1.38.0
12832024-07-11T23:25:03.359Z Compiling chrono v0.4.38
12842024-07-11T23:25:03.362Z Compiling serde_tokenstream v0.2.1
12852024-07-11T23:25:04.345Z Compiling toml_datetime v0.6.6
12862024-07-11T23:25:04.791Z Compiling serde_spanned v0.6.6
12872024-07-11T23:25:05.001Z Compiling http v0.2.12
12882024-07-11T23:25:05.455Z Compiling toml_edit v0.19.15
12892024-07-11T23:25:07.258Z Compiling rustc_version v0.4.0
12902024-07-11T23:25:07.895Z Compiling pest_derive v2.7.10
12912024-07-11T23:25:08.635Z Compiling usdt-impl v0.5.0
12922024-07-11T23:25:08.950Z Compiling powerfmt v0.2.0
12932024-07-11T23:25:09.123Z Compiling rustversion v1.0.17
12942024-07-11T23:25:09.443Z Compiling deranged v0.3.11
12952024-07-11T23:25:09.792Z Compiling heapless v0.7.17
12962024-07-11T23:25:10.167Z Compiling tracing v0.1.40
12972024-07-11T23:25:10.183Z Compiling digest v0.10.7
12982024-07-11T23:25:10.606Z Compiling scroll v0.12.0
12992024-07-11T23:25:11.360Z Compiling ppv-lite86 v0.2.17
13002024-07-11T23:25:11.655Z Compiling percent-encoding v2.3.1
13012024-07-11T23:25:12.099Z Compiling heck v0.4.1
13022024-07-11T23:25:12.115Z Compiling plain v0.2.3
13032024-07-11T23:25:12.210Z Compiling num_threads v0.1.7
13042024-07-11T23:25:12.325Z Compiling signal-hook v0.3.17
13052024-07-11T23:25:12.481Z Compiling time v0.3.36
13062024-07-11T23:25:12.568Z Compiling goblin v0.8.2
13072024-07-11T23:25:12.583Z Compiling rand_chacha v0.3.1
13082024-07-11T23:25:13.983Z Compiling regex v1.10.5
13092024-07-11T23:25:14.958Z Compiling strsim v0.11.1
13102024-07-11T23:25:15.589Z Compiling crc32fast v1.4.0
13112024-07-11T23:25:15.904Z Compiling pretty-hex v0.4.1
13122024-07-11T23:25:16.609Z Compiling rand v0.8.5
13132024-07-11T23:25:17.471Z Compiling tokio-util v0.7.11
13142024-07-11T23:25:18.077Z Compiling dof v0.3.0
13152024-07-11T23:25:18.503Z Compiling dtrace-parser v0.2.0
13162024-07-11T23:25:19.022Z Compiling async-trait v0.1.81
13172024-07-11T23:25:19.519Z Compiling thread-id v4.2.1
13182024-07-11T23:25:19.930Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13192024-07-11T23:25:19.980Z Compiling base64ct v1.6.0
13202024-07-11T23:25:20.355Z Compiling unicode-width v0.1.13
13212024-07-11T23:25:20.546Z Compiling foreign-types-shared v0.1.1
13222024-07-11T23:25:20.574Z Compiling smoltcp v0.9.1
13232024-07-11T23:25:20.591Z Compiling pem-rfc7468 v0.7.0
13242024-07-11T23:25:20.750Z Compiling foreign-types v0.3.2
13252024-07-11T23:25:22.263Z Compiling form_urlencoded v1.2.1
13262024-07-11T23:25:22.590Z Compiling hmac v0.12.1
13272024-07-11T23:25:22.631Z Compiling base64 v0.21.7
13282024-07-11T23:25:22.809Z Compiling siphasher v0.3.11
13292024-07-11T23:25:22.958Z Compiling flagset v0.4.5
13302024-07-11T23:25:23.233Z Compiling try-lock v0.2.5
13312024-07-11T23:25:23.303Z Compiling adler v1.0.2
13322024-07-11T23:25:23.383Z Compiling want v0.3.1
13332024-07-11T23:25:23.517Z Compiling miniz_oxide v0.7.2
13342024-07-11T23:25:23.704Z Compiling der v0.7.9
13352024-07-11T23:25:25.787Z Compiling h2 v0.3.26
13362024-07-11T23:25:26.825Z Compiling rustls-webpki v0.101.7
13372024-07-11T23:25:26.828Z Compiling sct v0.7.1
13382024-07-11T23:25:26.943Z Compiling http-body v0.4.6
13392024-07-11T23:25:27.995Z Compiling openapiv3 v2.0.0
13402024-07-11T23:25:28.365Z Compiling hubpack_derive v0.1.1
13412024-07-11T23:25:28.472Z Compiling zerocopy-derive v0.6.6
13422024-07-11T23:25:28.584Z Compiling idna v0.5.0
13432024-07-11T23:25:29.449Z Compiling errno v0.3.9
13442024-07-11T23:25:29.829Z Compiling fs-err v2.11.0
13452024-07-11T23:25:29.920Z Compiling tower-service v0.3.2
13462024-07-11T23:25:29.971Z Compiling httpdate v1.0.3
13472024-07-11T23:25:30.039Z Compiling stable_deref_trait v1.2.0
13482024-07-11T23:25:30.415Z Compiling finl_unicode v1.2.0
13492024-07-11T23:25:30.698Z Compiling utf8parse v0.2.1
13502024-07-11T23:25:30.743Z Compiling anstyle v1.0.7
13512024-07-11T23:25:30.855Z Compiling cpufeatures v0.2.12
13522024-07-11T23:25:30.946Z Compiling openssl-probe v0.1.5
13532024-07-11T23:25:31.193Z Compiling gimli v0.28.1
13542024-07-11T23:25:31.370Z Compiling stringprep v0.1.4
13552024-07-11T23:25:31.828Z Compiling sha2 v0.10.8
13562024-07-11T23:25:32.162Z Compiling anstyle-parse v0.2.4
13572024-07-11T23:25:32.549Z Compiling url v2.5.0
13582024-07-11T23:25:33.494Z Compiling hyper v0.14.28
13592024-07-11T23:25:35.642Z Compiling spki v0.7.3
13602024-07-11T23:25:36.023Z Compiling addr2line v0.21.0
13612024-07-11T23:25:37.145Z Compiling usdt-attr-macro v0.5.0
13622024-07-11T23:25:37.762Z Compiling usdt-macro v0.5.0
13632024-07-11T23:25:38.740Z Compiling md-5 v0.10.6
13642024-07-11T23:25:42.740Z Compiling idna v0.3.0
13652024-07-11T23:25:42.856Z Compiling diesel_table_macro_syntax v0.1.0
13662024-07-11T23:25:43.218Z Compiling num-integer v0.1.46
13672024-07-11T23:25:43.307Z Compiling object v0.32.2
13682024-07-11T23:25:43.893Z Compiling hash32 v0.2.1
13692024-07-11T23:25:44.103Z Compiling is_terminal_polyfill v1.70.0
13702024-07-11T23:25:44.275Z Compiling fallible-iterator v0.2.0
13712024-07-11T23:25:44.756Z Compiling psl-types v2.0.11
13722024-07-11T23:25:44.938Z Compiling colorchoice v1.0.1
13732024-07-11T23:25:46.182Z Compiling rustc-demangle v0.1.24
13742024-07-11T23:25:48.401Z Compiling anstyle-query v1.0.3
13752024-07-11T23:25:48.525Z Compiling anstream v0.6.14
13762024-07-11T23:25:51.688Z Compiling postgres-protocol v0.6.6
13772024-07-11T23:25:52.576Z Compiling publicsuffix v2.2.3
13782024-07-11T23:25:52.851Z Compiling diesel_derives v2.1.4
13792024-07-11T23:25:57.665Z Compiling tokio-rustls v0.24.1
13802024-07-11T23:25:58.917Z Compiling pkcs8 v0.10.2
13812024-07-11T23:25:59.437Z Compiling terminal_size v0.3.0
13822024-07-11T23:25:59.913Z Compiling tokio-native-tls v0.3.1
13832024-07-11T23:26:00.170Z Compiling phf_shared v0.11.2
13842024-07-11T23:26:01.158Z Compiling strum_macros v0.25.3
13852024-07-11T23:26:01.254Z Compiling enum-as-inner v0.5.1
13862024-07-11T23:26:01.327Z Compiling block-padding v0.3.3
13872024-07-11T23:26:01.547Z Compiling regress v0.9.1
13882024-07-11T23:26:01.564Z Compiling serde_repr v0.1.19
13892024-07-11T23:26:02.175Z Compiling clap_derive v4.5.4
13902024-07-11T23:26:04.653Z Compiling ff v0.13.0
13912024-07-11T23:26:04.848Z Compiling lazy_static v1.5.0
13922024-07-11T23:26:04.946Z Compiling scheduled-thread-pool v0.2.7
13932024-07-11T23:26:05.436Z Compiling encoding_rs v0.8.34
13942024-07-11T23:26:06.127Z Compiling managed v0.8.0
13952024-07-11T23:26:06.265Z Compiling base16ct v0.2.0
13962024-07-11T23:26:06.552Z Compiling either v1.12.0
13972024-07-11T23:26:06.555Z Compiling mime v0.3.17
13982024-07-11T23:26:06.744Z Compiling clap_lex v0.7.0
13992024-07-11T23:26:07.189Z Compiling ipnet v2.9.0
14002024-07-11T23:26:07.669Z Compiling bitflags v1.3.2
14012024-07-11T23:26:07.788Z Compiling matches v0.1.10
14022024-07-11T23:26:08.057Z Compiling bit-vec v0.6.3
14032024-07-11T23:26:08.471Z Compiling idna v0.2.3
14042024-07-11T23:26:08.750Z Compiling clap_builder v4.5.2
14052024-07-11T23:26:09.910Z Compiling sec1 v0.7.3
14062024-07-11T23:26:10.477Z Compiling r2d2 v0.8.10
14072024-07-11T23:26:10.769Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14082024-07-11T23:26:12.074Z Compiling group v0.13.0
14092024-07-11T23:26:15.530Z Compiling inout v0.1.3
14102024-07-11T23:26:16.112Z Compiling phf v0.11.2
14112024-07-11T23:26:16.127Z Compiling hyper-tls v0.5.0
14122024-07-11T23:26:16.385Z Compiling signal-hook-mio v0.2.3
14132024-07-11T23:26:16.401Z Compiling hyper-rustls v0.24.2
14142024-07-11T23:26:16.441Z Compiling cookie_store v0.20.0
14152024-07-11T23:26:16.736Z Compiling postgres-types v0.2.6
14162024-07-11T23:26:16.776Z Compiling num-bigint v0.4.5
14172024-07-11T23:26:16.834Z Compiling zerocopy v0.6.6
14182024-07-11T23:26:17.765Z Compiling hubpack v0.1.2
14192024-07-11T23:26:17.811Z Compiling phf_shared v0.10.0
14202024-07-11T23:26:18.143Z Compiling rustls-pemfile v1.0.4
14212024-07-11T23:26:18.197Z Compiling hkdf v0.12.4
14222024-07-11T23:26:18.212Z Compiling serde_urlencoded v0.7.1
14232024-07-11T23:26:18.523Z Compiling crossbeam-epoch v0.9.18
14242024-07-11T23:26:18.816Z Compiling ipnetwork v0.20.0
14252024-07-11T23:26:20.015Z Compiling futures-executor v0.3.30
14262024-07-11T23:26:20.299Z Compiling crypto-bigint v0.5.5
14272024-07-11T23:26:20.564Z Compiling float-cmp v0.9.0
14282024-07-11T23:26:20.713Z Compiling memmap v0.7.0
14292024-07-11T23:26:21.035Z Compiling data-encoding v2.6.0
14302024-07-11T23:26:21.162Z Compiling unicode-segmentation v1.11.0
14312024-07-11T23:26:21.944Z Compiling predicates-core v1.0.6
14322024-07-11T23:26:22.728Z Compiling precomputed-hash v0.1.1
14332024-07-11T23:26:22.794Z Compiling winnow v0.6.8
14342024-07-11T23:26:22.838Z Compiling new_debug_unreachable v1.0.6
14352024-07-11T23:26:22.924Z Compiling minimal-lexical v0.2.1
14362024-07-11T23:26:23.308Z Compiling static_assertions v1.1.0
14372024-07-11T23:26:23.400Z Compiling sync_wrapper v0.1.2
14382024-07-11T23:26:23.403Z Compiling fixedbitset v0.4.2
14392024-07-11T23:26:23.529Z Compiling webpki-roots v0.25.4
14402024-07-11T23:26:23.767Z Compiling whoami v1.5.1
14412024-07-11T23:26:23.802Z Compiling difflib v0.4.0
14422024-07-11T23:26:24.329Z Compiling normalize-line-endings v0.3.0
14432024-07-11T23:26:24.447Z Compiling predicates v3.1.0
14442024-07-11T23:26:24.465Z Compiling tokio-postgres v0.7.10
14452024-07-11T23:26:25.097Z Compiling petgraph v0.6.5
14462024-07-11T23:26:25.397Z Compiling reqwest v0.11.27
14472024-07-11T23:26:25.896Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14482024-07-11T23:26:26.007Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14492024-07-11T23:26:26.550Z Compiling toml_edit v0.22.14
14502024-07-11T23:26:29.071Z Compiling nom v7.1.3
14512024-07-11T23:26:29.085Z Compiling elliptic-curve v0.13.8
14522024-07-11T23:26:29.796Z Compiling string_cache v0.8.7
14532024-07-11T23:26:29.924Z Compiling similar v2.5.0
14542024-07-11T23:26:30.193Z Compiling trust-dns-proto v0.22.0
14552024-07-11T23:26:31.937Z Compiling usdt v0.5.0
14562024-07-11T23:26:32.397Z Compiling futures v0.3.30
14572024-07-11T23:26:32.506Z Compiling yasna v0.5.2
14582024-07-11T23:26:32.755Z Compiling diesel v2.1.6
14592024-07-11T23:26:33.540Z Compiling crossterm v0.27.0
14602024-07-11T23:26:33.707Z Compiling flate2 v1.0.30
14612024-07-11T23:26:34.045Z Compiling cipher v0.4.4
14622024-07-11T23:26:34.480Z Compiling clap v4.5.4
14632024-07-11T23:26:34.597Z Compiling bit-set v0.5.3
14642024-07-11T23:26:34.869Z Compiling itertools v0.10.5
14652024-07-11T23:26:34.872Z Compiling itertools v0.12.1
14662024-07-11T23:26:35.300Z Compiling console v0.15.8
14672024-07-11T23:26:36.974Z Compiling num-iter v0.1.45
14682024-07-11T23:26:37.675Z Compiling tokio-stream v0.1.15
14692024-07-11T23:26:37.875Z Compiling toml v0.7.8
14702024-07-11T23:26:37.903Z Compiling hex v0.4.3
14712024-07-11T23:26:38.000Z Compiling bstr v1.9.1
14722024-07-11T23:26:38.237Z Compiling unicode-xid v0.2.4
14732024-07-11T23:26:38.532Z Compiling camino v1.1.7
14742024-07-11T23:26:38.606Z Compiling peg-runtime v0.8.3
14752024-07-11T23:26:38.922Z Compiling lalrpop-util v0.19.12
14762024-07-11T23:26:39.459Z Compiling proc-macro-crate v1.3.1
14772024-07-11T23:26:40.922Z Compiling heapless v0.8.0
14782024-07-11T23:26:43.368Z Compiling num_enum_derive v0.5.11
14792024-07-11T23:26:48.089Z Compiling hash32 v0.3.1
14802024-07-11T23:26:48.859Z Compiling ident_case v1.0.1
14812024-07-11T23:26:49.130Z Compiling smoltcp v0.11.0
14822024-07-11T23:26:49.901Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14832024-07-11T23:26:50.216Z Compiling rustls-pki-types v1.7.0
14842024-07-11T23:26:54.569Z Compiling darling_core v0.20.9
14852024-07-11T23:27:03.563Z Compiling num_enum v0.5.11
14862024-07-11T23:27:05.946Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14872024-07-11T23:27:06.138Z Compiling getopts v0.2.21
14882024-07-11T23:27:07.168Z Compiling dirs-sys-next v0.1.2
14892024-07-11T23:27:07.661Z Compiling proc-macro-error-attr v1.0.4
14902024-07-11T23:27:07.938Z Compiling cobs v0.2.3
14912024-07-11T23:27:08.414Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14922024-07-11T23:27:08.474Z Compiling paste v1.0.15
14932024-07-11T23:27:08.920Z Compiling unsafe-libyaml v0.2.11
14942024-07-11T23:27:08.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14952024-07-11T23:27:09.233Z Compiling embedded-io v0.4.0
14962024-07-11T23:27:09.396Z Compiling rustls v0.22.4
14972024-07-11T23:27:09.457Z Compiling postcard v1.0.8
14982024-07-11T23:27:10.426Z Compiling serde_yaml v0.9.34+deprecated
14992024-07-11T23:27:14.203Z Compiling dirs-next v2.0.0
15002024-07-11T23:27:14.743Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15012024-07-11T23:27:17.733Z Compiling darling_macro v0.20.9
15022024-07-11T23:27:18.691Z Compiling rustls-webpki v0.102.4
15032024-07-11T23:27:24.886Z Compiling strum_macros v0.26.4
15042024-07-11T23:27:26.603Z Compiling foreign-types-macros v0.2.3
15052024-07-11T23:27:27.021Z Compiling structmeta-derive v0.3.0
15062024-07-11T23:27:27.912Z Compiling thread_local v1.1.8
15072024-07-11T23:27:28.054Z Compiling multer v3.1.0
15082024-07-11T23:27:28.329Z Compiling proc-macro-error v1.0.4
15092024-07-11T23:27:28.606Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15102024-07-11T23:27:29.857Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15112024-07-11T23:27:30.012Z Compiling foreign-types-shared v0.3.1
15122024-07-11T23:27:30.130Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15132024-07-11T23:27:31.002Z Compiling slog-async v2.8.0
15142024-07-11T23:27:31.053Z Compiling match_cfg v0.1.0
15152024-07-11T23:27:31.397Z Compiling hostname v0.3.1
15162024-07-11T23:27:34.703Z Compiling foreign-types v0.5.0
15172024-07-11T23:27:34.817Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15182024-07-11T23:27:35.520Z Compiling structmeta v0.3.0
15192024-07-11T23:27:35.922Z Compiling strum v0.26.2
15202024-07-11T23:27:40.168Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15212024-07-11T23:27:42.256Z Compiling darling v0.20.9
15222024-07-11T23:27:45.356Z Compiling term v0.7.0
15232024-07-11T23:27:51.763Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15242024-07-11T23:27:55.607Z Compiling slog-json v2.6.1
15252024-07-11T23:27:55.818Z Compiling tabwriter v1.4.0
15262024-07-11T23:27:56.169Z Compiling crossbeam-channel v0.5.12
15272024-07-11T23:27:56.879Z Compiling http v1.1.0
15282024-07-11T23:27:57.098Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15292024-07-11T23:27:57.476Z Compiling async-stream-impl v0.3.5
15302024-07-11T23:27:57.798Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15312024-07-11T23:27:57.832Z Compiling cstr-argument v0.1.2
15322024-07-11T23:27:57.845Z Compiling is-terminal v0.4.12
15332024-07-11T23:27:57.964Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15342024-07-11T23:27:58.085Z Compiling pretty-hex v0.2.1
15352024-07-11T23:27:58.234Z Compiling take_mut v0.2.2
15362024-07-11T23:27:58.298Z Compiling atomic-waker v1.1.2
15372024-07-11T23:27:58.386Z Compiling fastrand v2.1.0
15382024-07-11T23:27:58.472Z Compiling rayon-core v1.12.1
15392024-07-11T23:27:58.614Z Compiling base64 v0.22.1
15402024-07-11T23:27:58.692Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15412024-07-11T23:27:58.960Z Compiling crucible-workspace-hack v0.1.0
15422024-07-11T23:27:59.240Z Compiling rustls-pemfile v2.1.2
15432024-07-11T23:27:59.486Z Compiling tempfile v3.10.1
15442024-07-11T23:27:59.740Z Compiling async-stream v0.3.5
15452024-07-11T23:27:59.973Z Compiling waitgroup v0.1.2
15462024-07-11T23:28:00.211Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15472024-07-11T23:28:00.662Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15482024-07-11T23:28:01.296Z Compiling slog-term v2.9.1
15492024-07-11T23:28:01.593Z Compiling slog-bunyan v2.5.0
15502024-07-11T23:28:01.746Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15512024-07-11T23:28:01.979Z Compiling tokio-rustls v0.25.0
15522024-07-11T23:28:02.432Z Compiling serde_with_macros v3.8.3
15532024-07-11T23:28:02.585Z Compiling parse-display-derive v0.9.1
15542024-07-11T23:28:02.723Z Compiling toml v0.8.14
15552024-07-11T23:28:03.157Z Compiling sha1 v0.10.6
15562024-07-11T23:28:03.927Z Compiling colored v2.1.0
15572024-07-11T23:28:04.064Z Compiling crossbeam-deque v0.8.5
15582024-07-11T23:28:04.451Z Compiling newtype-uuid v1.1.0
15592024-07-11T23:28:04.780Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
15602024-07-11T23:28:05.161Z Compiling serde_path_to_error v0.1.16
15612024-07-11T23:28:05.177Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15622024-07-11T23:28:05.908Z Compiling socket2 v0.4.10
15632024-07-11T23:28:06.200Z Compiling hostname v0.4.0
15642024-07-11T23:28:06.451Z Compiling instant v0.1.12
15652024-07-11T23:28:06.620Z Compiling debug-ignore v1.0.5
15662024-07-11T23:28:06.681Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15672024-07-11T23:28:06.776Z Compiling parse-display v0.9.1
15682024-07-11T23:28:07.055Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15692024-07-11T23:28:07.401Z Compiling backoff v0.4.0
15702024-07-11T23:28:08.633Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15712024-07-11T23:28:08.840Z Compiling serde_with v3.8.3
15722024-07-11T23:28:09.778Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15732024-07-11T23:28:10.279Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15742024-07-11T23:28:11.640Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15752024-07-11T23:28:11.872Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
15762024-07-11T23:28:12.344Z Compiling camino-tempfile v1.1.1
15772024-07-11T23:28:13.217Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15782024-07-11T23:28:13.457Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15792024-07-11T23:28:13.634Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15802024-07-11T23:28:13.682Z Compiling macaddr v1.0.1
15812024-07-11T23:28:13.698Z Compiling num-derive v0.4.2
15822024-07-11T23:28:14.309Z Compiling sigpipe v0.1.3
15832024-07-11T23:28:14.433Z Compiling libefi-sys v0.1.0
15842024-07-11T23:28:14.731Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15852024-07-11T23:28:15.280Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15862024-07-11T23:28:15.903Z Compiling rayon v1.10.0
15872024-07-11T23:28:16.024Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15882024-07-11T23:28:16.582Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15892024-07-11T23:28:17.352Z Compiling smf v0.2.3
15902024-07-11T23:28:17.601Z Compiling bitfield-struct v0.6.1
15912024-07-11T23:28:18.611Z Compiling ring v0.16.20
15922024-07-11T23:28:18.923Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15932024-07-11T23:28:19.267Z Compiling blake3 v1.5.1
15942024-07-11T23:28:19.562Z Compiling portable-atomic v1.6.0
15952024-07-11T23:28:20.266Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15962024-07-11T23:28:20.590Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15972024-07-11T23:28:20.943Z Compiling xattr v1.3.1
15982024-07-11T23:28:21.049Z Compiling filetime v0.2.23
15992024-07-11T23:28:21.255Z Compiling memmap2 v0.9.4
16002024-07-11T23:28:21.492Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16012024-07-11T23:28:21.786Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16022024-07-11T23:28:21.808Z Compiling arrayref v0.3.7
16032024-07-11T23:28:21.824Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16042024-07-11T23:28:21.907Z Compiling arrayvec v0.7.4
16052024-07-11T23:28:21.935Z Compiling untrusted v0.7.1
16062024-07-11T23:28:22.107Z Compiling spin v0.5.2
16072024-07-11T23:28:22.350Z Compiling constant_time_eq v0.3.0
16082024-07-11T23:28:22.366Z Compiling same-file v1.0.6
16092024-07-11T23:28:22.515Z Compiling walkdir v2.5.0
16102024-07-11T23:28:23.990Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16112024-07-11T23:28:24.976Z Compiling tar v0.4.40
16122024-07-11T23:28:25.272Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16132024-07-11T23:28:26.897Z Compiling cargo-platform v0.1.8
16142024-07-11T23:28:27.613Z Compiling gethostname v0.4.3
16152024-07-11T23:28:27.877Z Compiling topological-sort v0.2.2
16162024-07-11T23:28:27.994Z Compiling number_prefix v0.4.0
16172024-07-11T23:28:28.132Z Compiling omicron-zone-package v0.11.0
16182024-07-11T23:28:28.238Z Compiling indicatif v0.17.8
16192024-07-11T23:28:29.015Z Compiling cargo_metadata v0.18.1
16202024-07-11T23:28:33.346Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16212024-07-11T23:28:36.774Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16222024-07-11T23:28:37.659Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16232024-07-11T23:28:42.302Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16242024-07-11T23:28:58.999Z Finished `release` profile [optimized] target(s) in 4m 29s
16252024-07-11T23:28:59.110Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16262024-07-11T23:28:59.150ZLogging to: /work/oxidecomputer/omicron/out/LOG
16272024-07-11T23:28:59.153ZCreated new build target 'test' and set it as active
16282024-07-11T23:28:59.153Z
16292024-07-11T23:28:59.153Zreal 4:29.484595827
16302024-07-11T23:28:59.154Zuser 30:21.905620110
16312024-07-11T23:28:59.154Zsys 3:51.844748733
16322024-07-11T23:28:59.154Ztrap 0.895011299
16332024-07-11T23:28:59.154Ztflt 3.546517757
16342024-07-11T23:28:59.154Zdflt 1.735836644
16352024-07-11T23:28:59.154Zkflt 0.020369087
16362024-07-11T23:28:59.154Zlock 1:03:51.212409047
16372024-07-11T23:28:59.154Zslp 1:25:34.188270243
16382024-07-11T23:28:59.154Zlat 1:58.584156736
16392024-07-11T23:28:59.154Zstop 3:00.000826097
16402024-07-11T23:28:59.154Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16412024-07-11T23:28:59.996Z Finished `release` profile [optimized] target(s) in 0.80s
16422024-07-11T23:29:00.033Z Running `target/release/omicron-package -t test package`
16432024-07-11T23:29:00.065ZLogging to: /work/oxidecomputer/omicron/out/LOG
16442024-07-11T23:29:01.056Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16452024-07-11T23:29:01.155Z Compiling humantime v2.1.0
16462024-07-11T23:29:01.162Z Compiling newline-converter v0.3.0
16472024-07-11T23:29:01.165Z Compiling derive-where v1.2.7
16482024-07-11T23:29:01.165Z Compiling dirs-sys-next v0.1.2
16492024-07-11T23:29:01.183Z Compiling convert_case v0.4.0
16502024-07-11T23:29:01.187Z Compiling prettyplease v0.2.20
16512024-07-11T23:29:01.205Z Compiling camino v1.1.7
16522024-07-11T23:29:01.304Z Compiling expectorate v1.1.0
16532024-07-11T23:29:01.382Z Compiling dirs-next v2.0.0
16542024-07-11T23:29:01.444Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16552024-07-11T23:29:01.515Z Compiling term v0.7.0
16562024-07-11T23:29:01.553Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16572024-07-11T23:29:01.652Z Compiling password-hash v0.5.0
16582024-07-11T23:29:01.953Z Compiling blake2 v0.10.6
16592024-07-11T23:29:01.973Z Compiling derive_more v0.99.18
16602024-07-11T23:29:02.077Z Compiling is-terminal v0.4.12
16612024-07-11T23:29:02.195Z Compiling toml v0.8.14
16622024-07-11T23:29:02.821Z Compiling argon2 v0.5.3
16632024-07-11T23:29:03.185Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16642024-07-11T23:29:03.610Z Compiling semver v0.1.20
16652024-07-11T23:29:03.779Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16662024-07-11T23:29:03.929Z Compiling rustc_version v0.1.7
16672024-07-11T23:29:03.987Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16682024-07-11T23:29:04.201Z Compiling linked-hash-map v0.5.6
16692024-07-11T23:29:04.334Z Compiling newtype_derive v0.1.6
16702024-07-11T23:29:04.366Z Compiling rustls-pki-types v1.7.0
16712024-07-11T23:29:04.581Z Compiling lru-cache v0.1.2
16722024-07-11T23:29:04.779Z Compiling rustls v0.22.4
16732024-07-11T23:29:04.792Z Compiling thread_local v1.1.8
16742024-07-11T23:29:04.810Z Compiling rustls-webpki v0.102.4
16752024-07-11T23:29:05.116Z Compiling home v0.5.9
16762024-07-11T23:29:05.265Z Compiling match_cfg v0.1.0
16772024-07-11T23:29:05.289Z Compiling steno v0.4.1
16782024-07-11T23:29:05.347Z Compiling hostname v0.3.1
16792024-07-11T23:29:05.361Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16802024-07-11T23:29:05.556Z Compiling multer v3.1.0
16812024-07-11T23:29:05.616Z Compiling slog-async v2.8.0
16822024-07-11T23:29:06.708Z Compiling slog-json v2.6.1
16832024-07-11T23:29:07.069Z Compiling crossbeam-channel v0.5.12
16842024-07-11T23:29:07.319Z Compiling http v1.1.0
16852024-07-11T23:29:08.054Z Compiling slog-dtrace v0.3.0
16862024-07-11T23:29:08.130Z Compiling base64 v0.22.1
16872024-07-11T23:29:08.333Z Compiling termcolor v1.4.1
16882024-07-11T23:29:08.836Z Compiling take_mut v0.2.2
16892024-07-11T23:29:08.996Z Compiling atomic-waker v1.1.2
16902024-07-11T23:29:09.170Z Compiling waitgroup v0.1.2
16912024-07-11T23:29:09.423Z Compiling rustls-pemfile v2.1.2
16922024-07-11T23:29:09.718Z Compiling slog-bunyan v2.5.0
16932024-07-11T23:29:09.835Z Compiling tokio-rustls v0.25.0
16942024-07-11T23:29:09.896Z Compiling slog-term v2.9.1
16952024-07-11T23:29:10.249Z Compiling async-stream v0.3.5
16962024-07-11T23:29:10.313Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
16972024-07-11T23:29:10.374Z Compiling sha1 v0.10.6
16982024-07-11T23:29:10.388Z Compiling newtype-uuid v1.1.0
16992024-07-11T23:29:10.519Z Compiling serde_path_to_error v0.1.16
17002024-07-11T23:29:10.690Z Compiling hostname v0.4.0
17012024-07-11T23:29:10.777Z Compiling instant v0.1.12
17022024-07-11T23:29:10.903Z Compiling debug-ignore v1.0.5
17032024-07-11T23:29:10.923Z Compiling backoff v0.4.0
17042024-07-11T23:29:11.033Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17052024-07-11T23:29:11.327Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
17062024-07-11T23:29:11.366Z Compiling parse-display v0.9.1
17072024-07-11T23:29:11.932Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17082024-07-11T23:29:12.100Z Compiling serde_with v3.8.3
17092024-07-11T23:29:12.552Z Compiling strum v0.26.2
17102024-07-11T23:29:12.727Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17112024-07-11T23:29:13.765Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17122024-07-11T23:29:14.454Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17132024-07-11T23:29:14.607Z Compiling num-rational v0.4.2
17142024-07-11T23:29:14.619Z Compiling num-complex v0.4.6
17152024-07-11T23:29:15.506Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17162024-07-11T23:29:15.658Z Compiling macaddr v1.0.1
17172024-07-11T23:29:16.110Z Compiling quick-error v1.2.3
17182024-07-11T23:29:16.124Z Compiling num v0.4.3
17192024-07-11T23:29:16.223Z Compiling resolv-conf v0.7.0
17202024-07-11T23:29:16.280Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17212024-07-11T23:29:18.653Z Compiling float-ord v0.3.2
17222024-07-11T23:29:18.697Z Compiling radium v0.7.0
17232024-07-11T23:29:18.810Z Compiling utf-8 v0.7.6
17242024-07-11T23:29:18.896Z Compiling swrite v0.1.0
17252024-07-11T23:29:19.082Z Compiling trust-dns-resolver v0.22.0
17262024-07-11T23:29:19.155Z Compiling tap v1.0.1
17272024-07-11T23:29:19.297Z Compiling maybe-uninit v2.0.0
17282024-07-11T23:29:19.325Z Compiling wyz v0.5.1
17292024-07-11T23:29:19.810Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17302024-07-11T23:29:20.280Z Compiling bzip2-sys v0.1.11+1.0.8
17312024-07-11T23:29:20.715Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17322024-07-11T23:29:25.473Z Compiling display-error-chain v0.2.0
17332024-07-11T23:29:25.658Z Compiling packed_struct v0.10.1
17342024-07-11T23:29:28.019Z Compiling num-bigint-dig v0.8.4
17352024-07-11T23:29:28.293Z Compiling crc-catalog v2.4.0
17362024-07-11T23:29:28.450Z Compiling funty v2.0.0
17372024-07-11T23:29:30.676Z Compiling bitvec v1.0.1
17382024-07-11T23:29:30.990Z Compiling crc v3.2.1
17392024-07-11T23:29:35.192Z Compiling nibble_vec v0.1.0
17402024-07-11T23:29:35.436Z Compiling packed_struct_codegen v0.10.1
17412024-07-11T23:29:36.577Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17422024-07-11T23:29:38.071Z Compiling indexmap v1.9.3
17432024-07-11T23:29:38.114Z Compiling crunchy v0.2.2
17442024-07-11T23:29:38.336Z Compiling endian-type v0.1.2
17452024-07-11T23:29:38.555Z Compiling nodrop v0.1.14
17462024-07-11T23:29:38.569Z Compiling glob v0.3.1
17472024-07-11T23:29:38.685Z Compiling array-init v0.0.4
17482024-07-11T23:29:39.386Z Compiling clang-sys v1.7.0
17492024-07-11T23:29:39.891Z Compiling radix_trie v0.2.1
17502024-07-11T23:29:40.490Z Compiling smallvec v0.6.14
17512024-07-11T23:29:40.967Z Compiling pkcs1 v0.7.5
17522024-07-11T23:29:41.025Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17532024-07-11T23:29:41.435Z Compiling signature v2.2.0
17542024-07-11T23:29:41.712Z Compiling bitfield v0.14.0
17552024-07-11T23:29:41.992Z Compiling cancel-safe-futures v0.1.5
17562024-07-11T23:29:42.009Z Compiling hashbrown v0.12.3
17572024-07-11T23:29:42.313Z Compiling tiny-keccak v2.0.2
17582024-07-11T23:29:42.574Z Compiling maplit v1.0.2
17592024-07-11T23:29:42.734Z Compiling serde-hex v0.1.0
17602024-07-11T23:29:43.273Z Compiling rsa v0.9.6
17612024-07-11T23:29:44.435Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17622024-07-11T23:29:46.083Z Compiling bzip2 v0.4.4
17632024-07-11T23:29:46.662Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17642024-07-11T23:29:46.964Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17652024-07-11T23:29:47.869Z Compiling env_logger v0.10.2
17662024-07-11T23:29:47.872Z Compiling x509-cert v0.2.5
17672024-07-11T23:29:48.836Z Compiling ron v0.8.1
17682024-07-11T23:29:50.676Z Compiling hashbrown v0.13.2
17692024-07-11T23:29:50.984Z Compiling crc-any v2.5.0
17702024-07-11T23:29:51.899Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17712024-07-11T23:29:52.036Z Compiling object v0.30.4
17722024-07-11T23:29:54.049Z Compiling zip v0.6.6
17732024-07-11T23:29:55.883Z Compiling rayon-core v1.12.1
17742024-07-11T23:29:55.908Z Compiling ascii-canvas v3.0.0
17752024-07-11T23:29:56.404Z Compiling crossbeam-deque v0.8.5
17762024-07-11T23:29:56.790Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17772024-07-11T23:29:56.881Z Compiling ena v0.14.3
17782024-07-11T23:29:57.303Z Compiling half v2.4.1
17792024-07-11T23:29:58.011Z Compiling libloading v0.8.3
17802024-07-11T23:29:58.386Z Compiling bindgen v0.69.4
17812024-07-11T23:29:58.777Z Compiling path-slash v0.1.5
17822024-07-11T23:29:59.002Z Compiling regex-syntax v0.6.29
17832024-07-11T23:30:00.102Z Compiling arc-swap v1.7.1
17842024-07-11T23:30:00.776Z Compiling diff v0.1.13
17852024-07-11T23:30:01.335Z Compiling same-file v1.0.6
17862024-07-11T23:30:01.559Z Compiling fastrand v2.1.0
17872024-07-11T23:30:01.953Z Compiling ciborium-io v0.2.2
17882024-07-11T23:30:02.085Z Compiling ciborium-ll v0.2.2
17892024-07-11T23:30:02.087Z Compiling tempfile v3.10.1
17902024-07-11T23:30:02.587Z Compiling lalrpop v0.19.12
17912024-07-11T23:30:02.854Z Compiling walkdir v2.5.0
17922024-07-11T23:30:03.475Z Compiling slog-scope v4.4.0
17932024-07-11T23:30:04.269Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17942024-07-11T23:30:06.734Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17952024-07-11T23:30:07.841Z Compiling which v4.4.2
17962024-07-11T23:30:07.857Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17972024-07-11T23:30:08.080Z Compiling cexpr v0.6.0
17982024-07-11T23:30:08.376Z Compiling fxhash v0.2.1
17992024-07-11T23:30:08.599Z Compiling rustc-hash v1.1.0
18002024-07-11T23:30:08.750Z Compiling lazycell v1.3.0
18012024-07-11T23:30:08.912Z Compiling shlex v1.3.0
18022024-07-11T23:30:09.288Z Compiling ref-cast v1.0.23
18032024-07-11T23:30:09.782Z Compiling ring v0.16.20
18042024-07-11T23:30:12.412Z Compiling blake3 v1.5.1
18052024-07-11T23:30:12.805Z Compiling rayon v1.10.0
18062024-07-11T23:30:14.219Z Compiling slog-stdlog v4.1.1
18072024-07-11T23:30:15.098Z Compiling ciborium v0.2.2
18082024-07-11T23:30:15.158Z Compiling tungstenite v0.21.0
18092024-07-11T23:30:17.245Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18102024-07-11T23:30:17.510Z Compiling derive_builder_core v0.20.0
18112024-07-11T23:30:17.637Z Compiling headers-core v0.2.0
18122024-07-11T23:30:17.799Z Compiling xattr v1.3.1
18132024-07-11T23:30:18.053Z Compiling libxml v0.3.3
18142024-07-11T23:30:18.404Z Compiling async-recursion v1.1.1
18152024-07-11T23:30:19.693Z Compiling ref-cast-impl v1.0.23
18162024-07-11T23:30:19.828Z Compiling filetime v0.2.23
18172024-07-11T23:30:20.130Z Compiling memmap2 v0.9.4
18182024-07-11T23:30:20.306Z Compiling atty v0.2.14
18192024-07-11T23:30:20.361Z Compiling arrayvec v0.7.4
18202024-07-11T23:30:20.448Z Compiling arrayref v0.3.7
18212024-07-11T23:30:20.523Z Compiling spin v0.5.2
18222024-07-11T23:30:20.546Z Compiling untrusted v0.7.1
18232024-07-11T23:30:20.742Z Compiling constant_time_eq v0.3.0
18242024-07-11T23:30:20.783Z Compiling tar v0.4.40
18252024-07-11T23:30:20.941Z Compiling derive_builder_macro v0.20.0
18262024-07-11T23:30:21.784Z Compiling headers v0.3.9
18272024-07-11T23:30:22.328Z Compiling tokio-tungstenite v0.21.0
18282024-07-11T23:30:22.623Z Compiling slog-envlogger v2.2.0
18292024-07-11T23:30:22.905Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18302024-07-11T23:30:23.872Z Compiling samael v0.0.15
18312024-07-11T23:30:23.989Z Compiling toolchain_find v0.4.0
18322024-07-11T23:30:24.205Z Compiling camino-tempfile v1.1.1
18332024-07-11T23:30:24.564Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18342024-07-11T23:30:24.588Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18352024-07-11T23:30:24.838Z Compiling pem v3.0.4
18362024-07-11T23:30:25.037Z Compiling libsw v3.3.1
18372024-07-11T23:30:25.366Z Compiling strum_macros v0.24.3
18382024-07-11T23:30:25.400Z Compiling cookie v0.18.1
18392024-07-11T23:30:25.579Z Compiling topological-sort v0.2.2
18402024-07-11T23:30:25.734Z Compiling linear-map v1.2.0
18412024-07-11T23:30:25.839Z Compiling indoc v1.0.9
18422024-07-11T23:30:26.033Z Compiling cfg_aliases v0.1.1
18432024-07-11T23:30:26.141Z Compiling owo-colors v4.0.0
18442024-07-11T23:30:26.168Z Compiling nix v0.28.0
18452024-07-11T23:30:26.567Z Compiling omicron-zone-package v0.11.0
18462024-07-11T23:30:26.907Z Compiling rustfmt-wrapper v0.2.1
18472024-07-11T23:30:28.723Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18482024-07-11T23:30:28.981Z Compiling derive_builder v0.20.0
18492024-07-11T23:30:29.148Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18502024-07-11T23:30:29.187Z Compiling polar-core v0.27.3
18512024-07-11T23:30:29.521Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18522024-07-11T23:30:29.783Z Compiling quick-xml v0.31.0
18532024-07-11T23:30:31.382Z Compiling impl-trait-for-tuples v0.2.2
18542024-07-11T23:30:32.001Z Compiling oso-derive v0.27.3
18552024-07-11T23:30:32.499Z Compiling vte_generate_state_changes v0.1.1
18562024-07-11T23:30:32.941Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18572024-07-11T23:30:33.034Z Compiling unicase v2.7.0
18582024-07-11T23:30:33.204Z Compiling buf-list v1.0.3
18592024-07-11T23:30:33.395Z Compiling vte v0.11.1
18602024-07-11T23:30:33.777Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18612024-07-11T23:30:35.926Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18622024-07-11T23:30:37.328Z Compiling tungstenite v0.20.1
18632024-07-11T23:30:37.412Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18642024-07-11T23:30:37.669Z Compiling fd-lock v4.0.2
18652024-07-11T23:30:37.868Z Compiling bb8 v0.8.5
18662024-07-11T23:30:38.425Z Compiling const_format_proc_macros v0.2.32
18672024-07-11T23:30:40.346Z Compiling pin-project-internal v1.1.5
18682024-07-11T23:30:40.690Z Compiling memoffset v0.9.1
18692024-07-11T23:30:40.989Z Compiling bytecount v0.6.8
18702024-07-11T23:30:41.285Z Compiling parking_lot_core v0.8.6
18712024-07-11T23:30:41.715Z Compiling papergrid v0.11.0
18722024-07-11T23:30:42.668Z Compiling const_format v0.2.32
18732024-07-11T23:30:43.062Z Compiling pin-project v1.1.5
18742024-07-11T23:30:43.194Z Compiling tokio-tungstenite v0.20.1
18752024-07-11T23:30:43.722Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18762024-07-11T23:30:44.348Z Compiling strip-ansi-escapes v0.2.0
18772024-07-11T23:30:46.310Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18782024-07-11T23:30:46.452Z Compiling tabled_derive v0.7.0
18792024-07-11T23:30:48.782Z Compiling peg-macros v0.8.3
18802024-07-11T23:30:49.929Z Compiling snafu-derive v0.8.2
18812024-07-11T23:30:52.187Z Compiling sqlparser_derive v0.2.2
18822024-07-11T23:30:52.493Z Compiling nu-ansi-term v0.50.0
18832024-07-11T23:30:53.204Z Compiling unicode_categories v0.1.1
18842024-07-11T23:30:53.553Z Compiling sqlformat v0.2.3
18852024-07-11T23:30:53.764Z Compiling oso v0.27.3
18862024-07-11T23:30:53.767Z Compiling sqlparser v0.45.0
18872024-07-11T23:30:54.818Z Compiling snafu v0.8.2
18882024-07-11T23:30:56.095Z Compiling reedline v0.31.0
18892024-07-11T23:31:04.553Z Compiling rustyline v14.0.0
18902024-07-11T23:31:11.983Z Compiling peg v0.8.3
18912024-07-11T23:31:12.095Z Compiling tabled v0.15.0
18922024-07-11T23:31:19.993Z Compiling env_logger v0.9.3
18932024-07-11T23:31:20.079Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18942024-07-11T23:31:22.788Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18952024-07-11T23:31:23.268Z Compiling globset v0.4.14
18962024-07-11T23:31:24.494Z Compiling olpc-cjson v0.1.3
18972024-07-11T23:31:24.820Z Compiling bcs v0.1.6
18982024-07-11T23:31:25.717Z Compiling bitstruct_derive v0.1.0
18992024-07-11T23:31:26.972Z Compiling serde_plain v1.0.2
19002024-07-11T23:31:27.521Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19012024-07-11T23:31:27.661Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19022024-07-11T23:31:27.956Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19032024-07-11T23:31:28.239Z Compiling salty v0.2.0
19042024-07-11T23:31:28.627Z Compiling signature v1.6.4
19052024-07-11T23:31:28.642Z Compiling highway v1.1.0
19062024-07-11T23:31:28.795Z Compiling ascii v1.1.0
19072024-07-11T23:31:29.548Z Compiling typed-path v0.7.1
19082024-07-11T23:31:30.014Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19092024-07-11T23:31:30.947Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19102024-07-11T23:31:32.426Z Compiling tough v0.17.1
19112024-07-11T23:31:32.814Z Compiling ed25519 v1.5.3
19122024-07-11T23:31:33.228Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19132024-07-11T23:31:33.502Z Compiling bitstruct v0.1.1
19142024-07-11T23:31:33.627Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-07-11T23:31:34.542Z Compiling parking_lot v0.11.2
19162024-07-11T23:31:36.369Z Compiling nix v0.27.1
19172024-07-11T23:31:36.671Z Compiling trust-dns-client v0.22.0
19182024-07-11T23:31:39.409Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19192024-07-11T23:31:53.106Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19202024-07-11T23:31:58.268Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19212024-07-11T23:31:59.477Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19222024-07-11T23:32:01.655Z Compiling curve25519-dalek v4.1.3
19232024-07-11T23:32:02.054Z Compiling kstat-rs v0.2.4
19242024-07-11T23:32:02.066Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19252024-07-11T23:32:02.901Z Compiling serde_arrays v0.1.0
19262024-07-11T23:32:02.989Z Compiling toml v0.5.11
19272024-07-11T23:32:03.085Z Compiling erased-serde v0.3.31
19282024-07-11T23:32:04.870Z Compiling serde-big-array v0.5.1
19292024-07-11T23:32:05.127Z Compiling keccak v0.1.5
19302024-07-11T23:32:06.070Z Compiling parse-size v1.0.0
19312024-07-11T23:32:06.361Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19322024-07-11T23:32:08.194Z Compiling sha3 v0.10.8
19332024-07-11T23:32:10.680Z Compiling trust-dns-server v0.22.1
19342024-07-11T23:32:12.563Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19352024-07-11T23:32:12.845Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19362024-07-11T23:32:13.342Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19372024-07-11T23:32:24.074Z Compiling sled v0.34.7
19382024-07-11T23:32:26.767Z Compiling mime_guess v2.0.4
19392024-07-11T23:32:30.416Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19402024-07-11T23:32:31.785Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19412024-07-11T23:32:31.800Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
19422024-07-11T23:32:33.275Z Compiling signal-hook-tokio v0.3.1
19432024-07-11T23:32:33.489Z Compiling universal-hash v0.5.1
19442024-07-11T23:32:33.720Z Compiling heck v0.3.3
19452024-07-11T23:32:34.091Z Compiling secrecy v0.8.0
19462024-07-11T23:32:34.359Z Compiling rand_seeder v0.2.3
19472024-07-11T23:32:34.760Z Compiling castaway v0.2.2
19482024-07-11T23:32:34.952Z Compiling thiserror-impl-no-std v2.0.2
19492024-07-11T23:32:37.076Z Compiling serde-big-array v0.4.1
19502024-07-11T23:32:37.266Z Compiling curve25519-dalek-derive v0.1.1
19512024-07-11T23:32:37.809Z Compiling nanorand v0.7.0
19522024-07-11T23:32:38.580Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19532024-07-11T23:32:38.666Z Compiling opaque-debug v0.3.1
19542024-07-11T23:32:38.769Z Compiling poly1305 v0.8.0
19552024-07-11T23:32:40.235Z Compiling flume v0.11.0
19562024-07-11T23:32:40.991Z Compiling thiserror-no-std v2.0.2
19572024-07-11T23:32:41.123Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19582024-07-11T23:32:42.510Z Compiling compact_str v0.7.1
19592024-07-11T23:32:44.174Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19602024-07-11T23:32:44.376Z Compiling zone_cfg_derive v0.1.2
19612024-07-11T23:32:45.725Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19622024-07-11T23:32:47.087Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19632024-07-11T23:32:50.898Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19642024-07-11T23:32:56.746Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19652024-07-11T23:32:57.381Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19662024-07-11T23:32:58.440Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19672024-07-11T23:33:01.320Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19682024-07-11T23:33:03.787Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19692024-07-11T23:33:04.063Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19702024-07-11T23:33:04.342Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19712024-07-11T23:33:04.616Z Compiling chacha20 v0.9.1
19722024-07-11T23:33:05.079Z Compiling unicode-truncate v1.0.0
19732024-07-11T23:33:05.345Z Compiling itertools v0.13.0
19742024-07-11T23:33:09.275Z Compiling aead v0.5.2
19752024-07-11T23:33:09.456Z Compiling lru v0.12.3
19762024-07-11T23:33:09.625Z Compiling stability v0.2.0
19772024-07-11T23:33:09.798Z Compiling corncobs v0.1.3
19782024-07-11T23:33:10.175Z Compiling base64 v0.13.1
19792024-07-11T23:33:10.577Z Compiling cassowary v0.3.0
19802024-07-11T23:33:10.941Z Compiling ron v0.7.1
19812024-07-11T23:33:13.004Z Compiling ratatui v0.27.0
19822024-07-11T23:33:14.411Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19832024-07-11T23:33:15.121Z Compiling chacha20poly1305 v0.10.1
19842024-07-11T23:33:15.423Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19852024-07-11T23:33:16.357Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19862024-07-11T23:33:17.006Z Compiling zone v0.1.8
19872024-07-11T23:33:18.397Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19882024-07-11T23:33:20.240Z Compiling vsss-rs v3.3.4
19892024-07-11T23:33:24.669Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19902024-07-11T23:33:25.401Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19912024-07-11T23:33:28.220Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19922024-07-11T23:33:29.516Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19932024-07-11T23:33:29.731Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19942024-07-11T23:33:30.007Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19952024-07-11T23:33:30.492Z Compiling portpicker v0.1.1
19962024-07-11T23:33:30.984Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19972024-07-11T23:33:33.205Z Compiling csv-core v0.1.11
19982024-07-11T23:33:34.047Z Compiling smawk v0.3.2
19992024-07-11T23:33:34.290Z Compiling unicode-linebreak v0.1.5
20002024-07-11T23:33:35.065Z Compiling http-range v0.1.5
20012024-07-11T23:33:35.619Z Compiling hyper-staticfile v0.9.5
20022024-07-11T23:33:36.708Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20032024-07-11T23:33:36.742Z Compiling textwrap v0.16.1
20042024-07-11T23:33:37.278Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20052024-07-11T23:33:38.660Z Compiling csv v1.3.0
20062024-07-11T23:33:40.476Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20072024-07-11T23:33:47.721Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20082024-07-11T23:33:48.713Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20092024-07-11T23:33:51.597Z Compiling rcgen v0.12.1
20102024-07-11T23:33:58.852Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20112024-07-11T23:33:59.305Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20122024-07-11T23:33:59.573Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20132024-07-11T23:34:00.438Z Compiling atomicwrites v0.4.3
20142024-07-11T23:34:00.979Z Compiling fatfs v0.3.6
20152024-07-11T23:34:01.804Z Compiling subprocess v0.2.9
20162024-07-11T23:34:02.171Z Compiling rtoolbox v0.0.2
20172024-07-11T23:34:02.613Z Compiling is_ci v1.2.0
20182024-07-11T23:34:02.908Z Compiling assert_matches v1.5.0
20192024-07-11T23:34:02.922Z Compiling supports-color v3.0.0
20202024-07-11T23:34:03.566Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20212024-07-11T23:34:03.715Z Compiling rpassword v7.3.1
20222024-07-11T23:34:04.175Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20232024-07-11T23:34:06.483Z Compiling tui-tree-widget v0.21.0
20242024-07-11T23:34:06.892Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20252024-07-11T23:34:06.921Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20262024-07-11T23:34:10.898Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20272024-07-11T23:34:11.170Z Compiling shell-words v1.1.0
20282024-07-11T23:34:11.602Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20292024-07-11T23:34:12.952Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20302024-07-11T23:34:24.601Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20312024-07-11T23:34:37.145Z Compiling uzers v0.11.3
20322024-07-11T23:34:40.045Z Compiling multimap v0.10.0
20332024-07-11T23:35:32.341Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20342024-07-11T23:36:44.169Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20352024-07-11T23:37:08.934Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20362024-07-11T23:43:17.328Z Finished `release` profile [optimized] target(s) in 14m 16s
20372024-07-11T23:44:04.486Z
20382024-07-11T23:44:04.486Zreal 15:05.166967024
20392024-07-11T23:44:04.486Zuser 1:44:36.389053785
20402024-07-11T23:44:04.486Zsys 5:44.979190172
20412024-07-11T23:44:04.486Ztrap 2.363855643
20422024-07-11T23:44:04.489Ztflt 2.292131889
20432024-07-11T23:44:04.489Zdflt 3.694019243
20442024-07-11T23:44:04.489Zkflt 0.002153882
20452024-07-11T23:44:04.489Zlock 6:19:07.251808978
20462024-07-11T23:44:04.489Zslp 4:06:03.458313433
20472024-07-11T23:44:04.489Zlat 2:32.168182002
20482024-07-11T23:44:04.489Zstop 1:47.016709080
20492024-07-11T23:44:04.489Z+ mapfile -t packages
20502024-07-11T23:44:04.489Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20512024-07-11T23:44:05.333Z Finished `release` profile [optimized] target(s) in 0.80s
20522024-07-11T23:44:05.370Z Running `target/release/omicron-package -t test list-outputs`
20532024-07-11T23:44:05.405ZLogging to: /work/oxidecomputer/omicron/out/LOG
20542024-07-11T23:44:05.408Z+ ptime -m cargo build --locked --release -p xtask
20552024-07-11T23:44:06.000Z Compiling serde v1.0.204
20562024-07-11T23:44:06.003Z Compiling bitflags v2.5.0
20572024-07-11T23:44:06.003Z Compiling syn v2.0.68
20582024-07-11T23:44:06.094Z Compiling smallvec v1.13.2
20592024-07-11T23:44:06.096Z Compiling scopeguard v1.2.0
20602024-07-11T23:44:06.096Z Compiling bytes v1.6.0
20612024-07-11T23:44:06.117Z Compiling serde_json v1.0.120
20622024-07-11T23:44:06.251Z Compiling lock_api v0.4.12
20632024-07-11T23:44:06.446Z Compiling log v0.4.21
20642024-07-11T23:44:06.565Z Compiling parking_lot_core v0.9.10
20652024-07-11T23:44:06.590Z Compiling hashbrown v0.14.5
20662024-07-11T23:44:06.628Z Compiling mio v0.8.11
20672024-07-11T23:44:06.642Z Compiling libc v0.2.155
20682024-07-11T23:44:06.914Z Compiling parking_lot v0.12.2
20692024-07-11T23:44:07.095Z Compiling generic-array v0.14.7
20702024-07-11T23:44:07.333Z Compiling slog v2.7.0
20712024-07-11T23:44:07.461Z Compiling rustix v0.38.34
20722024-07-11T23:44:07.866Z Compiling http v0.2.12
20732024-07-11T23:44:07.899Z Compiling usdt-impl v0.5.0
20742024-07-11T23:44:08.184Z Compiling indexmap v2.2.6
20752024-07-11T23:44:08.187Z Compiling syn v1.0.109
20762024-07-11T23:44:08.227Z Compiling time-macros v0.2.18
20772024-07-11T23:44:08.702Z Compiling thread-id v4.2.1
20782024-07-11T23:44:08.798Z Compiling tracing v0.1.40
20792024-07-11T23:44:09.524Z Compiling crossbeam-utils v0.8.19
20802024-07-11T23:44:09.819Z Compiling http-body v0.4.6
20812024-07-11T23:44:10.138Z Compiling unicode-normalization v0.1.23
20822024-07-11T23:44:10.234Z Compiling unicode-bidi v0.3.15
20832024-07-11T23:44:11.304Z Compiling time v0.3.36
20842024-07-11T23:44:11.412Z Compiling idna v0.5.0
20852024-07-11T23:44:12.011Z Compiling block-buffer v0.10.4
20862024-07-11T23:44:12.257Z Compiling crypto-common v0.1.6
20872024-07-11T23:44:12.517Z Compiling terminal_size v0.3.0
20882024-07-11T23:44:12.733Z Compiling fs-err v2.11.0
20892024-07-11T23:44:13.011Z Compiling proc-macro-error v1.0.4
20902024-07-11T23:44:13.220Z Compiling anyhow v1.0.86
20912024-07-11T23:44:13.635Z Compiling clap_builder v4.5.2
20922024-07-11T23:44:13.946Z Compiling crossbeam-channel v0.5.12
20932024-07-11T23:44:14.416Z Compiling digest v0.10.7
20942024-07-11T23:44:14.738Z Compiling url v2.5.0
20952024-07-11T23:44:14.843Z Compiling xattr v1.3.1
20962024-07-11T23:44:15.165Z Compiling sha2 v0.10.8
20972024-07-11T23:44:15.652Z Compiling slog-async v2.8.0
20982024-07-11T23:44:15.966Z Compiling tabled_derive v0.7.0
20992024-07-11T23:44:17.929Z Compiling serde_derive v1.0.204
21002024-07-11T23:44:18.084Z Compiling thiserror-impl v1.0.60
21012024-07-11T23:44:18.233Z Compiling zerocopy-derive v0.7.34
21022024-07-11T23:44:18.788Z Compiling futures-macro v0.3.30
21032024-07-11T23:44:20.260Z Compiling tokio-macros v2.3.0
21042024-07-11T23:44:20.337Z Compiling zerocopy v0.7.34
21052024-07-11T23:44:20.567Z Compiling scroll_derive v0.12.0
21062024-07-11T23:44:20.751Z Compiling futures-util v0.3.30
21072024-07-11T23:44:20.963Z Compiling thiserror v1.0.60
21082024-07-11T23:44:21.122Z Compiling pest v2.7.10
21092024-07-11T23:44:21.829Z Compiling tokio v1.38.0
21102024-07-11T23:44:22.056Z Compiling openssl-macros v0.1.1
21112024-07-11T23:44:22.112Z Compiling scroll v0.12.0
21122024-07-11T23:44:22.774Z Compiling goblin v0.8.2
21132024-07-11T23:44:22.789Z Compiling openssl v0.10.64
21142024-07-11T23:44:23.941Z Compiling pest_meta v2.7.10
21152024-07-11T23:44:27.836Z Compiling pest_generator v2.7.10
21162024-07-11T23:44:29.718Z Compiling pest_derive v2.7.10
21172024-07-11T23:44:30.453Z Compiling dtrace-parser v0.2.0
21182024-07-11T23:44:32.812Z Compiling tokio-util v0.7.11
21192024-07-11T23:44:34.925Z Compiling serde_tokenstream v0.2.1
21202024-07-11T23:44:35.472Z Compiling h2 v0.3.26
21212024-07-11T23:44:37.418Z Compiling dof v0.3.0
21222024-07-11T23:44:38.440Z Compiling serde_spanned v0.6.6
21232024-07-11T23:44:38.704Z Compiling toml_datetime v0.6.6
21242024-07-11T23:44:38.950Z Compiling native-tls v0.2.11
21252024-07-11T23:44:39.856Z Compiling tokio-native-tls v0.3.1
21262024-07-11T23:44:40.053Z Compiling toml_edit v0.22.14
21272024-07-11T23:44:40.168Z Compiling usdt-macro v0.5.0
21282024-07-11T23:44:41.375Z Compiling hyper v0.14.28
21292024-07-11T23:44:46.539Z Compiling hyper-tls v0.5.0
21302024-07-11T23:44:47.067Z Compiling toml v0.8.14
21312024-07-11T23:44:48.058Z Compiling usdt-attr-macro v0.5.0
21322024-07-11T23:44:48.949Z Compiling slog-json v2.6.1
21332024-07-11T23:44:49.417Z Compiling semver v1.0.23
21342024-07-11T23:44:49.446Z Compiling camino v1.1.7
21352024-07-11T23:44:50.257Z Compiling cargo-platform v0.1.8
21362024-07-11T23:44:50.814Z Compiling serde_urlencoded v0.7.1
21372024-07-11T23:44:50.973Z Compiling futures-executor v0.3.30
21382024-07-11T23:44:51.421Z Compiling strum_macros v0.26.4
21392024-07-11T23:44:51.434Z Compiling clap_derive v4.5.4
21402024-07-11T23:44:52.055Z Compiling reqwest v0.11.27
21412024-07-11T23:44:53.923Z Compiling futures v0.3.30
21422024-07-11T23:44:54.013Z Compiling cargo_metadata v0.18.1
21432024-07-11T23:44:54.054Z Compiling usdt v0.5.0
21442024-07-11T23:44:55.561Z Compiling slog-bunyan v2.5.0
21452024-07-11T23:44:55.858Z Compiling cargo_toml v0.20.3
21462024-07-11T23:44:56.084Z Compiling clap v4.5.4
21472024-07-11T23:44:56.110Z Compiling macaddr v1.0.1
21482024-07-11T23:44:56.210Z Compiling tabled v0.15.0
21492024-07-11T23:44:56.270Z Compiling strum v0.26.2
21502024-07-11T23:44:56.463Z Compiling slog-term v2.9.1
21512024-07-11T23:44:56.704Z Compiling tar v0.4.40
21522024-07-11T23:45:12.683Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21532024-07-11T23:45:26.553Z Finished `release` profile [optimized] target(s) in 1m 21s
21542024-07-11T23:45:26.646Z
21552024-07-11T23:45:26.646Zreal 1:21.201975664
21562024-07-11T23:45:26.646Zuser 8:52.851034891
21572024-07-11T23:45:26.646Zsys 50.649779967
21582024-07-11T23:45:26.646Ztrap 0.247542926
21592024-07-11T23:45:26.646Ztflt 0.446693457
21602024-07-11T23:45:26.646Zdflt 0.209354872
21612024-07-11T23:45:26.646Zkflt 0.000000000
21622024-07-11T23:45:26.646Zlock 19:50.628093551
21632024-07-11T23:45:26.647Zslp 22:31.834103435
21642024-07-11T23:45:26.647Zlat 25.721869367
21652024-07-11T23:45:26.647Zstop 22.230650152
21662024-07-11T23:45:26.649Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21672024-07-11T23:45:26.650Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21682024-07-11T23:45:26.650Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21692024-07-11T23:45:26.650Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21702024-07-11T23:45:26.650Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21712024-07-11T23:45:27.165Z Downloading crates ...
21722024-07-11T23:45:27.392Z Downloaded cbc v0.1.2
21732024-07-11T23:45:27.402Z Downloaded option-ext v0.2.0
21742024-07-11T23:45:27.411Z Downloaded md5 v0.7.0
21752024-07-11T23:45:27.415Z Downloaded dhcproto-macros v0.1.0
21762024-07-11T23:45:27.421Z Downloaded russh-cryptovec v0.7.2
21772024-07-11T23:45:27.424Z Downloaded dirs v5.0.1
21782024-07-11T23:45:27.427Z Downloaded ghash v0.5.1
21792024-07-11T23:45:27.431Z Downloaded polyval v0.6.2
21802024-07-11T23:45:27.434Z Downloaded rand_core v0.5.1
21812024-07-11T23:45:27.436Z Downloaded pbkdf2 v0.11.0
21822024-07-11T23:45:27.436Z Downloaded internet-checksum v0.2.1
21832024-07-11T23:45:27.439Z Downloaded pbkdf2 v0.12.2
21842024-07-11T23:45:27.439Z Downloaded password-hash v0.4.2
21852024-07-11T23:45:27.444Z Downloaded hex-literal v0.4.1
21862024-07-11T23:45:27.444Z Downloaded ctr v0.9.2
21872024-07-11T23:45:27.447Z Downloaded bcrypt-pbkdf v0.10.0
21882024-07-11T23:45:27.447Z Downloaded rfc6979 v0.4.0
21892024-07-11T23:45:27.447Z Downloaded ed25519 v2.2.3
21902024-07-11T23:45:27.447Z Downloaded dirs-sys v0.4.1
21912024-07-11T23:45:27.447Z Downloaded ecdsa v0.16.9
21922024-07-11T23:45:27.450Z Downloaded blowfish v0.9.1
21932024-07-11T23:45:27.450Z Downloaded aes v0.8.4
21942024-07-11T23:45:27.453Z Downloaded rand_chacha v0.2.2
21952024-07-11T23:45:27.456Z Downloaded getrandom v0.1.16
21962024-07-11T23:45:27.456Z Downloaded dhcproto v0.11.0
21972024-07-11T23:45:27.459Z Downloaded primeorder v0.13.6
21982024-07-11T23:45:27.462Z Downloaded russh-keys v0.43.0
21992024-07-11T23:45:27.469Z Downloaded p256 v0.13.2
22002024-07-11T23:45:27.472Z Downloaded ed25519-dalek v2.1.1
22012024-07-11T23:45:27.482Z Downloaded russh v0.43.0
22022024-07-11T23:45:27.487Z Downloaded rand v0.7.3
22032024-07-11T23:45:27.492Z Downloaded p521 v0.13.3
22042024-07-11T23:45:27.495Z Downloaded aes-gcm v0.10.3
22052024-07-11T23:45:27.624Z Compiling serde v1.0.204
22062024-07-11T23:45:27.720Z Compiling scopeguard v1.2.0
22072024-07-11T23:45:27.723Z Compiling log v0.4.21
22082024-07-11T23:45:27.726Z Compiling smallvec v1.13.2
22092024-07-11T23:45:27.726Z Compiling syn v2.0.68
22102024-07-11T23:45:27.727Z Compiling getrandom v0.2.14
22112024-07-11T23:45:27.727Z Compiling generic-array v0.14.7
22122024-07-11T23:45:27.733Z Compiling libm v0.2.8
22132024-07-11T23:45:27.872Z Compiling lock_api v0.4.12
22142024-07-11T23:45:28.042Z Compiling rand_core v0.6.4
22152024-07-11T23:45:28.158Z Compiling parking_lot_core v0.9.10
22162024-07-11T23:45:28.195Z Compiling num-traits v0.2.19
22172024-07-11T23:45:28.223Z Compiling subtle v2.5.0
22182024-07-11T23:45:28.269Z Compiling mio v0.8.11
22192024-07-11T23:45:28.379Z Compiling ahash v0.8.11
22202024-07-11T23:45:28.554Z Compiling parking_lot v0.12.2
22212024-07-11T23:45:28.569Z Compiling serde_json v1.0.120
22222024-07-11T23:45:28.674Z Compiling spin v0.9.8
22232024-07-11T23:45:28.763Z Compiling allocator-api2 v0.2.18
22242024-07-11T23:45:28.808Z Compiling const-oid v0.9.6
22252024-07-11T23:45:28.909Z Compiling iana-time-zone v0.1.60
22262024-07-11T23:45:29.102Z Compiling syn v1.0.109
22272024-07-11T23:45:29.511Z Compiling unicode-normalization v0.1.23
22282024-07-11T23:45:29.550Z Compiling schemars v0.8.21
22292024-07-11T23:45:29.565Z Compiling unicode-bidi v0.3.15
22302024-07-11T23:45:29.637Z Compiling dyn-clone v1.0.17
22312024-07-11T23:45:29.857Z Compiling ppv-lite86 v0.2.17
22322024-07-11T23:45:29.897Z Compiling time-macros v0.2.18
22332024-07-11T23:45:30.556Z Compiling ring v0.17.8
22342024-07-11T23:45:30.580Z Compiling rand_chacha v0.3.1
22352024-07-11T23:45:30.751Z Compiling aho-corasick v1.1.3
22362024-07-11T23:45:31.165Z Compiling regex-syntax v0.8.3
22372024-07-11T23:45:31.543Z Compiling rand v0.8.5
22382024-07-11T23:45:32.968Z Compiling idna v0.5.0
22392024-07-11T23:45:33.546Z Compiling time v0.3.36
22402024-07-11T23:45:33.618Z Compiling slog v2.7.0
22412024-07-11T23:45:34.182Z Compiling url v2.5.0
22422024-07-11T23:45:34.554Z Compiling regex-automata v0.4.6
22432024-07-11T23:45:34.576Z Compiling untrusted v0.9.0
22442024-07-11T23:45:36.054Z Compiling serde_derive_internals v0.29.1
22452024-07-11T23:45:37.364Z Compiling lazy_static v1.5.0
22462024-07-11T23:45:37.494Z Compiling backtrace v0.3.71
22472024-07-11T23:45:37.938Z Compiling gimli v0.28.1
22482024-07-11T23:45:37.996Z Compiling object v0.32.2
22492024-07-11T23:45:38.680Z Compiling anyhow v1.0.86
22502024-07-11T23:45:38.913Z Compiling rustc-demangle v0.1.24
22512024-07-11T23:45:39.059Z Compiling rustls v0.21.12
22522024-07-11T23:45:39.314Z Compiling crossbeam-utils v0.8.19
22532024-07-11T23:45:39.443Z Compiling winnow v0.5.40
22542024-07-11T23:45:39.873Z Compiling regex v1.10.5
22552024-07-11T23:45:39.956Z Compiling base64ct v1.6.0
22562024-07-11T23:45:40.623Z Compiling sct v0.7.1
22572024-07-11T23:45:40.967Z Compiling rustls-webpki v0.101.7
22582024-07-11T23:45:40.970Z Compiling cookie v0.17.0
22592024-07-11T23:45:42.618Z Compiling addr2line v0.21.0
22602024-07-11T23:45:42.766Z Compiling serde_derive v1.0.204
22612024-07-11T23:45:42.879Z Compiling zeroize_derive v1.4.2
22622024-07-11T23:45:42.922Z Compiling zerocopy-derive v0.7.34
22632024-07-11T23:45:43.257Z Compiling thiserror-impl v1.0.60
22642024-07-11T23:45:43.386Z Compiling tokio-macros v2.3.0
22652024-07-11T23:45:44.561Z Compiling zeroize v1.7.0
22662024-07-11T23:45:44.959Z Compiling futures-macro v0.3.30
22672024-07-11T23:45:45.145Z Compiling schemars_derive v0.8.21
22682024-07-11T23:45:45.271Z Compiling tracing-attributes v0.1.27
22692024-07-11T23:45:45.337Z Compiling zerocopy v0.7.34
22702024-07-11T23:45:46.322Z Compiling crypto-common v0.1.6
22712024-07-11T23:45:46.570Z Compiling block-buffer v0.10.4
22722024-07-11T23:45:46.740Z Compiling thiserror v1.0.60
22732024-07-11T23:45:46.840Z Compiling digest v0.10.7
22742024-07-11T23:45:46.880Z Compiling async-trait v0.1.81
22752024-07-11T23:45:47.112Z Compiling futures-util v0.3.30
22762024-07-11T23:45:47.715Z Compiling hashbrown v0.14.5
22772024-07-11T23:45:48.035Z Compiling openssl-macros v0.1.1
22782024-07-11T23:45:48.800Z Compiling pest v2.7.10
22792024-07-11T23:45:49.352Z Compiling tracing v0.1.40
22802024-07-11T23:45:49.587Z Compiling idna v0.3.0
22812024-07-11T23:45:49.826Z Compiling psl-types v2.0.11
22822024-07-11T23:45:49.922Z Compiling data-encoding v2.6.0
22832024-07-11T23:45:50.014Z Compiling hmac v0.12.1
22842024-07-11T23:45:50.252Z Compiling scroll_derive v0.12.0
22852024-07-11T23:45:50.977Z Compiling publicsuffix v2.2.3
22862024-07-11T23:45:51.239Z Compiling pest_meta v2.7.10
22872024-07-11T23:45:51.662Z Compiling bitflags v1.3.2
22882024-07-11T23:45:51.769Z Compiling webpki-roots v0.25.4
22892024-07-11T23:45:51.838Z Compiling scroll v0.12.0
22902024-07-11T23:45:51.919Z Compiling block-padding v0.3.3
22912024-07-11T23:45:52.175Z Compiling der_derive v0.7.2
22922024-07-11T23:45:52.382Z Compiling goblin v0.8.2
22932024-07-11T23:45:52.385Z Compiling pem-rfc7468 v0.7.0
22942024-07-11T23:45:52.412Z Compiling pest_generator v2.7.10
22952024-07-11T23:45:53.160Z Compiling futures-executor v0.3.30
22962024-07-11T23:45:53.352Z Compiling flagset v0.4.5
22972024-07-11T23:45:53.556Z Compiling futures v0.3.30
22982024-07-11T23:45:53.679Z Compiling inout v0.1.3
22992024-07-11T23:45:53.771Z Compiling sha2 v0.10.8
23002024-07-11T23:45:53.956Z Compiling cipher v0.4.4
23012024-07-11T23:45:54.438Z Compiling either v1.12.0
23022024-07-11T23:45:54.487Z Compiling ff v0.13.0
23032024-07-11T23:45:54.714Z Compiling stable_deref_trait v1.2.0
23042024-07-11T23:45:54.820Z Compiling base16ct v0.2.0
23052024-07-11T23:45:54.836Z Compiling group v0.13.0
23062024-07-11T23:45:54.882Z Compiling der v0.7.9
23072024-07-11T23:45:55.151Z Compiling hkdf v0.12.4
23082024-07-11T23:45:55.168Z Compiling crypto-bigint v0.5.5
23092024-07-11T23:45:55.418Z Compiling crossbeam-epoch v0.9.18
23102024-07-11T23:45:56.216Z Compiling num-integer v0.1.46
23112024-07-11T23:45:56.608Z Compiling pest_derive v2.7.10
23122024-07-11T23:45:57.003Z Compiling managed v0.8.0
23132024-07-11T23:45:57.269Z Compiling spki v0.7.3
23142024-07-11T23:45:57.410Z Compiling bytes v1.6.0
23152024-07-11T23:45:57.647Z Compiling indexmap v2.2.6
23162024-07-11T23:45:57.708Z Compiling chrono v0.4.38
23172024-07-11T23:45:58.350Z Compiling tokio v1.38.0
23182024-07-11T23:45:58.512Z Compiling uuid v1.9.1
23192024-07-11T23:45:58.741Z Compiling bitflags v2.5.0
23202024-07-11T23:45:59.100Z Compiling semver v1.0.23
23212024-07-11T23:45:59.194Z Compiling http v0.2.12
23222024-07-11T23:45:59.886Z Compiling serde_tokenstream v0.2.1
23232024-07-11T23:46:00.040Z Compiling toml_datetime v0.6.6
23242024-07-11T23:46:00.547Z Compiling serde_spanned v0.6.6
23252024-07-11T23:46:00.572Z Compiling openssl v0.10.64
23262024-07-11T23:46:00.785Z Compiling http-body v0.4.6
23272024-07-11T23:46:01.247Z Compiling toml_edit v0.19.15
23282024-07-11T23:46:01.318Z Compiling rustix v0.38.34
23292024-07-11T23:46:01.637Z Compiling serde_urlencoded v0.7.1
23302024-07-11T23:46:01.815Z Compiling openapiv3 v2.0.0
23312024-07-11T23:46:02.176Z Compiling cookie_store v0.20.0
23322024-07-11T23:46:02.934Z Compiling rustc_version v0.4.0
23332024-07-11T23:46:03.708Z Compiling dof v0.3.0
23342024-07-11T23:46:03.711Z Compiling dtrace-parser v0.2.0
23352024-07-11T23:46:04.416Z Compiling pkcs8 v0.10.2
23362024-07-11T23:46:04.481Z Compiling usdt-impl v0.5.0
23372024-07-11T23:46:04.991Z Compiling sec1 v0.7.3
23382024-07-11T23:46:05.557Z Compiling elliptic-curve v0.13.8
23392024-07-11T23:46:05.975Z Compiling ipnetwork v0.20.0
23402024-07-11T23:46:05.989Z Compiling unicode-segmentation v1.11.0
23412024-07-11T23:46:06.136Z Compiling usdt-macro v0.5.0
23422024-07-11T23:46:06.379Z Compiling tokio-util v0.7.11
23432024-07-11T23:46:06.414Z Compiling tokio-rustls v0.24.1
23442024-07-11T23:46:06.836Z Compiling native-tls v0.2.11
23452024-07-11T23:46:06.852Z Compiling usdt-attr-macro v0.5.0
23462024-07-11T23:46:06.884Z Compiling toml_edit v0.22.14
23472024-07-11T23:46:07.479Z Compiling h2 v0.3.26
23482024-07-11T23:46:07.634Z Compiling tokio-native-tls v0.3.1
23492024-07-11T23:46:07.786Z Compiling toml v0.7.8
23502024-07-11T23:46:07.912Z Compiling hex v0.4.3
23512024-07-11T23:46:08.532Z Compiling usdt v0.5.0
23522024-07-11T23:46:08.561Z Compiling matches v0.1.10
23532024-07-11T23:46:08.659Z Compiling idna v0.2.3
23542024-07-11T23:46:09.048Z Compiling enum-as-inner v0.5.1
23552024-07-11T23:46:09.382Z Compiling bit-vec v0.6.3
23562024-07-11T23:46:09.495Z Compiling siphasher v0.3.11
23572024-07-11T23:46:09.637Z Compiling heapless v0.7.17
23582024-07-11T23:46:09.845Z Compiling terminal_size v0.3.0
23592024-07-11T23:46:09.872Z Compiling num-bigint v0.4.5
23602024-07-11T23:46:10.039Z Compiling regress v0.9.1
23612024-07-11T23:46:10.067Z Compiling finl_unicode v1.2.0
23622024-07-11T23:46:10.084Z Compiling trust-dns-proto v0.22.0
23632024-07-11T23:46:10.247Z Compiling signal-hook v0.3.17
23642024-07-11T23:46:10.516Z Compiling clap_builder v4.5.2
23652024-07-11T23:46:10.641Z Compiling stringprep v0.1.4
23662024-07-11T23:46:12.084Z Compiling itertools v0.10.5
23672024-07-11T23:46:13.661Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23682024-07-11T23:46:14.984Z Compiling hyper v0.14.28
23692024-07-11T23:46:15.177Z Compiling yasna v0.5.2
23702024-07-11T23:46:15.767Z Compiling md-5 v0.10.6
23712024-07-11T23:46:16.077Z Compiling clap_derive v4.5.4
23722024-07-11T23:46:17.131Z Compiling hash32 v0.2.1
23732024-07-11T23:46:17.522Z Compiling fallible-iterator v0.2.0
23742024-07-11T23:46:18.155Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23752024-07-11T23:46:18.247Z Compiling smoltcp v0.9.1
23762024-07-11T23:46:18.964Z Compiling postgres-protocol v0.6.6
23772024-07-11T23:46:20.045Z Compiling phf_shared v0.11.2
23782024-07-11T23:46:20.226Z Compiling tokio-stream v0.1.15
23792024-07-11T23:46:20.308Z Compiling hubpack_derive v0.1.1
23802024-07-11T23:46:20.367Z Compiling zerocopy-derive v0.6.6
23812024-07-11T23:46:20.424Z Compiling diesel_table_macro_syntax v0.1.0
23822024-07-11T23:46:20.649Z Compiling scheduled-thread-pool v0.2.7
23832024-07-11T23:46:20.849Z Compiling fs-err v2.11.0
23842024-07-11T23:46:21.129Z Compiling fixedbitset v0.4.2
23852024-07-11T23:46:21.201Z Compiling hubpack v0.1.2
23862024-07-11T23:46:21.265Z Compiling r2d2 v0.8.10
23872024-07-11T23:46:21.287Z Compiling clap v4.5.4
23882024-07-11T23:46:21.350Z Compiling diesel_derives v2.1.4
23892024-07-11T23:46:21.409Z Compiling petgraph v0.6.5
23902024-07-11T23:46:21.599Z Compiling hyper-tls v0.5.0
23912024-07-11T23:46:21.629Z Compiling hyper-rustls v0.24.2
23922024-07-11T23:46:21.657Z Compiling phf v0.11.2
23932024-07-11T23:46:21.950Z Compiling reqwest v0.11.27
23942024-07-11T23:46:21.984Z Compiling postgres-types v0.2.6
23952024-07-11T23:46:22.616Z Compiling zerocopy v0.6.6
23962024-07-11T23:46:23.461Z Compiling signal-hook-mio v0.2.3
23972024-07-11T23:46:23.622Z Compiling phf_shared v0.10.0
23982024-07-11T23:46:23.860Z Compiling similar v2.5.0
23992024-07-11T23:46:24.062Z Compiling num-iter v0.1.45
24002024-07-11T23:46:24.129Z Compiling strum_macros v0.25.3
24012024-07-11T23:46:24.261Z Compiling serde_repr v0.1.19
24022024-07-11T23:46:24.921Z Compiling getopts v0.2.21
24032024-07-11T23:46:25.354Z Compiling console v0.15.8
24042024-07-11T23:46:25.452Z Compiling float-cmp v0.9.0
24052024-07-11T23:46:25.677Z Compiling new_debug_unreachable v1.0.6
24062024-07-11T23:46:25.853Z Compiling predicates-core v1.0.6
24072024-07-11T23:46:25.976Z Compiling difflib v0.4.0
24082024-07-11T23:46:26.211Z Compiling whoami v1.5.1
24092024-07-11T23:46:26.377Z Compiling minimal-lexical v0.2.1
24102024-07-11T23:46:26.907Z Compiling static_assertions v1.1.0
24112024-07-11T23:46:26.926Z Compiling precomputed-hash v0.1.1
24122024-07-11T23:46:26.941Z Compiling unsafe-libyaml v0.2.11
24132024-07-11T23:46:27.011Z Compiling normalize-line-endings v0.3.0
24142024-07-11T23:46:27.047Z Compiling string_cache v0.8.7
24152024-07-11T23:46:27.138Z Compiling predicates v3.1.0
24162024-07-11T23:46:27.490Z Compiling nom v7.1.3
24172024-07-11T23:46:27.653Z Compiling tokio-postgres v0.7.10
24182024-07-11T23:46:28.480Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24192024-07-11T23:46:28.835Z Compiling serde_yaml v0.9.34+deprecated
24202024-07-11T23:46:28.936Z Compiling crossterm v0.27.0
24212024-07-11T23:46:32.054Z Compiling bit-set v0.5.3
24222024-07-11T23:46:32.348Z Compiling itertools v0.12.1
24232024-07-11T23:46:32.665Z Compiling bstr v1.9.1
24242024-07-11T23:46:32.722Z Compiling unicode-xid v0.2.4
24252024-07-11T23:46:32.901Z Compiling lalrpop-util v0.19.12
24262024-07-11T23:46:33.222Z Compiling peg-runtime v0.8.3
24272024-07-11T23:46:33.269Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24282024-07-11T23:46:33.515Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24292024-07-11T23:46:33.710Z Compiling sha1 v0.10.6
24302024-07-11T23:46:33.878Z Compiling camino v1.1.7
24312024-07-11T23:46:34.143Z Compiling strum_macros v0.26.4
24322024-07-11T23:46:34.502Z Compiling http v1.1.0
24332024-07-11T23:46:34.777Z Compiling diesel v2.1.6
24342024-07-11T23:46:34.865Z Compiling base64 v0.22.1
24352024-07-11T23:46:35.008Z Compiling toml v0.8.14
24362024-07-11T23:46:35.582Z Compiling rustls-pki-types v1.7.0
24372024-07-11T23:46:35.663Z Compiling ident_case v1.0.1
24382024-07-11T23:46:35.855Z Compiling darling_core v0.20.9
24392024-07-11T23:46:36.464Z Compiling crossbeam-channel v0.5.12
24402024-07-11T23:46:36.845Z Compiling paste v1.0.15
24412024-07-11T23:46:37.084Z Compiling rustls v0.22.4
24422024-07-11T23:46:37.375Z Compiling slog-async v2.8.0
24432024-07-11T23:46:37.419Z Compiling slog-term v2.9.1
24442024-07-11T23:46:37.611Z Compiling rustls-webpki v0.102.4
24452024-07-11T23:46:37.650Z Compiling instant v0.1.12
24462024-07-11T23:46:37.803Z Compiling multer v3.1.0
24472024-07-11T23:46:38.025Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24482024-07-11T23:46:38.165Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24492024-07-11T23:46:38.646Z Compiling slog-json v2.6.1
24502024-07-11T23:46:39.030Z Compiling async-stream-impl v0.3.5
24512024-07-11T23:46:39.361Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24522024-07-11T23:46:39.610Z Compiling strum v0.26.2
24532024-07-11T23:46:39.627Z Compiling debug-ignore v1.0.5
24542024-07-11T23:46:39.773Z Compiling atomic-waker v1.1.2
24552024-07-11T23:46:39.803Z Compiling slog-bunyan v2.5.0
24562024-07-11T23:46:39.969Z Compiling waitgroup v0.1.2
24572024-07-11T23:46:40.000Z Compiling rustls-pemfile v2.1.2
24582024-07-11T23:46:40.202Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca)
24592024-07-11T23:46:40.416Z Compiling async-stream v0.3.5
24602024-07-11T23:46:40.485Z Compiling serde_path_to_error v0.1.16
24612024-07-11T23:46:40.749Z Compiling structmeta-derive v0.3.0
24622024-07-11T23:46:41.027Z Compiling hostname v0.4.0
24632024-07-11T23:46:41.302Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24642024-07-11T23:46:41.440Z Compiling newtype-uuid v1.1.0
24652024-07-11T23:46:41.744Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662024-07-11T23:46:42.080Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24672024-07-11T23:46:42.395Z Compiling backoff v0.4.0
24682024-07-11T23:46:42.476Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692024-07-11T23:46:42.665Z Compiling tokio-rustls v0.25.0
24702024-07-11T23:46:42.747Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24712024-07-11T23:46:42.912Z Compiling macaddr v1.0.1
24722024-07-11T23:46:43.070Z Compiling proc-macro-crate v1.3.1
24732024-07-11T23:46:43.182Z Compiling darling_macro v0.20.9
24742024-07-11T23:46:43.372Z Compiling fastrand v2.1.0
24752024-07-11T23:46:43.896Z Compiling structmeta v0.3.0
24762024-07-11T23:46:43.946Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24772024-07-11T23:46:44.168Z Compiling num_enum_derive v0.5.11
24782024-07-11T23:46:44.217Z Compiling darling v0.20.9
24792024-07-11T23:46:44.291Z Compiling tempfile v3.10.1
24802024-07-11T23:46:44.306Z Compiling parse-display-derive v0.9.1
24812024-07-11T23:46:44.337Z Compiling serde_with_macros v3.8.3
24822024-07-11T23:46:45.219Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24832024-07-11T23:46:45.514Z Compiling foreign-types-macros v0.2.3
24842024-07-11T23:46:46.714Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24852024-07-11T23:46:46.914Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24862024-07-11T23:46:47.030Z Compiling num_enum v0.5.11
24872024-07-11T23:46:47.178Z Compiling foreign-types-shared v0.3.1
24882024-07-11T23:46:47.195Z Compiling heapless v0.8.0
24892024-07-11T23:46:47.309Z Compiling foreign-types v0.5.0
24902024-07-11T23:46:47.460Z Compiling proc-macro-error v1.0.4
24912024-07-11T23:46:47.634Z Compiling serde_with v3.8.3
24922024-07-11T23:46:48.245Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24932024-07-11T23:46:48.343Z Compiling cstr-argument v0.1.2
24942024-07-11T23:46:48.619Z Compiling hash32 v0.3.1
24952024-07-11T23:46:48.872Z Compiling pretty-hex v0.2.1
24962024-07-11T23:46:48.890Z Compiling smoltcp v0.11.0
24972024-07-11T23:46:49.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24982024-07-11T23:46:49.252Z Compiling parse-display v0.9.1
24992024-07-11T23:46:49.422Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25002024-07-11T23:46:49.653Z Compiling camino-tempfile v1.1.1
25012024-07-11T23:46:49.970Z Compiling tabwriter v1.4.0
25022024-07-11T23:46:50.040Z Compiling colored v2.1.0
25032024-07-11T23:46:50.105Z Compiling socket2 v0.4.10
25042024-07-11T23:46:50.337Z Compiling cobs v0.2.3
25052024-07-11T23:46:50.507Z Compiling embedded-io v0.4.0
25062024-07-11T23:46:50.742Z Compiling postcard v1.0.8
25072024-07-11T23:46:50.817Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25082024-07-11T23:46:51.082Z Compiling crucible-workspace-hack v0.1.0
25092024-07-11T23:46:51.131Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25102024-07-11T23:46:51.361Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25112024-07-11T23:46:51.384Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25122024-07-11T23:46:51.660Z Compiling smf v0.2.3
25132024-07-11T23:46:51.680Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25142024-07-11T23:46:51.726Z Compiling humantime v2.1.0
25152024-07-11T23:46:52.254Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25162024-07-11T23:46:52.271Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25172024-07-11T23:46:52.741Z Compiling num-derive v0.4.2
25182024-07-11T23:46:53.098Z Compiling sigpipe v0.1.3
25192024-07-11T23:46:53.224Z Compiling utf-8 v0.7.6
25202024-07-11T23:46:53.269Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25212024-07-11T23:46:53.558Z Compiling atty v0.2.14
25222024-07-11T23:46:53.695Z Compiling semver v0.1.20
25232024-07-11T23:46:53.697Z Compiling same-file v1.0.6
25242024-07-11T23:46:53.752Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25252024-07-11T23:46:53.936Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25262024-07-11T23:46:54.405Z Compiling rayon-core v1.12.1
25272024-07-11T23:46:54.700Z Compiling rustc_version v0.1.7
25282024-07-11T23:46:55.192Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25292024-07-11T23:46:55.230Z Compiling walkdir v2.5.0
25302024-07-11T23:46:55.628Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25312024-07-11T23:46:55.678Z Compiling newline-converter v0.3.0
25322024-07-11T23:46:55.891Z Compiling curve25519-dalek v4.1.3
25332024-07-11T23:46:55.894Z Compiling crossbeam-deque v0.8.5
25342024-07-11T23:46:56.012Z Compiling universal-hash v0.5.1
25352024-07-11T23:46:56.060Z Compiling prettyplease v0.2.20
25362024-07-11T23:46:56.215Z Compiling opaque-debug v0.3.1
25372024-07-11T23:46:56.247Z Compiling expectorate v1.1.0
25382024-07-11T23:46:56.312Z Compiling newtype_derive v0.1.6
25392024-07-11T23:46:56.356Z Compiling xattr v1.3.1
25402024-07-11T23:46:56.428Z Compiling num-rational v0.4.2
25412024-07-11T23:46:56.613Z Compiling signature v2.2.0
25422024-07-11T23:46:56.633Z Compiling curve25519-dalek-derive v0.1.1
25432024-07-11T23:46:56.646Z Compiling num-complex v0.4.6
25442024-07-11T23:46:56.911Z Compiling blake3 v1.5.1
25452024-07-11T23:46:57.509Z Compiling ring v0.16.20
25462024-07-11T23:46:57.723Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25472024-07-11T23:46:57.877Z Compiling unicase v2.7.0
25482024-07-11T23:46:58.043Z Compiling getrandom v0.1.16
25492024-07-11T23:46:58.159Z Compiling quick-error v1.2.3
25502024-07-11T23:46:58.173Z Compiling linked-hash-map v0.5.6
25512024-07-11T23:46:58.306Z Compiling convert_case v0.4.0
25522024-07-11T23:46:58.309Z Compiling arc-swap v1.7.1
25532024-07-11T23:46:58.524Z Compiling termcolor v1.4.1
25542024-07-11T23:46:58.817Z Compiling slog-scope v4.4.0
25552024-07-11T23:46:58.980Z Compiling env_logger v0.9.3
25562024-07-11T23:46:59.137Z Compiling lru-cache v0.1.2
25572024-07-11T23:46:59.310Z Compiling derive_more v0.99.18
25582024-07-11T23:46:59.347Z Compiling resolv-conf v0.7.0
25592024-07-11T23:46:59.540Z Compiling tar v0.4.40
25602024-07-11T23:47:00.204Z Compiling num v0.4.3
25612024-07-11T23:47:00.414Z Compiling rayon v1.10.0
25622024-07-11T23:47:01.317Z Compiling tungstenite v0.21.0
25632024-07-11T23:47:01.715Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25642024-07-11T23:47:02.205Z Compiling blake2 v0.10.6
25652024-07-11T23:47:03.517Z Compiling bitstruct_derive v0.1.0
25662024-07-11T23:47:03.596Z Compiling derive-where v1.2.7
25672024-07-11T23:47:03.970Z Compiling password-hash v0.5.0
25682024-07-11T23:47:04.894Z Compiling memmap2 v0.9.4
25692024-07-11T23:47:04.987Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25702024-07-11T23:47:05.124Z Compiling arrayref v0.3.7
25712024-07-11T23:47:05.226Z Compiling libefi-sys v0.1.0
25722024-07-11T23:47:05.312Z Compiling parking_lot_core v0.8.6
25732024-07-11T23:47:05.344Z Compiling float-ord v0.3.2
25742024-07-11T23:47:05.379Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25752024-07-11T23:47:05.490Z Compiling home v0.5.9
25762024-07-11T23:47:05.509Z Compiling untrusted v0.7.1
25772024-07-11T23:47:05.596Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
25782024-07-11T23:47:05.694Z Compiling ascii v1.1.0
25792024-07-11T23:47:05.741Z Compiling constant_time_eq v0.3.0
25802024-07-11T23:47:05.775Z Compiling arrayvec v0.7.4
25812024-07-11T23:47:05.973Z Compiling spin v0.5.2
25822024-07-11T23:47:06.392Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25832024-07-11T23:47:07.226Z Compiling toolchain_find v0.4.0
25842024-07-11T23:47:07.906Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25852024-07-11T23:47:07.922Z Compiling bitstruct v0.1.1
25862024-07-11T23:47:07.924Z Compiling argon2 v0.5.3
25872024-07-11T23:47:08.042Z Compiling tokio-tungstenite v0.21.0
25882024-07-11T23:47:08.058Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25892024-07-11T23:47:08.168Z Compiling trust-dns-resolver v0.22.0
25902024-07-11T23:47:08.496Z Compiling slog-stdlog v4.1.1
25912024-07-11T23:47:08.651Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25922024-07-11T23:47:08.881Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25932024-07-11T23:47:09.093Z Compiling erased-serde v0.3.31
25942024-07-11T23:47:09.270Z Compiling serde_arrays v0.1.0
25952024-07-11T23:47:09.415Z Compiling rfc6979 v0.4.0
25962024-07-11T23:47:09.436Z Compiling aead v0.5.2
25972024-07-11T23:47:09.616Z Compiling bitfield-struct v0.6.1
25982024-07-11T23:47:09.807Z Compiling nibble_vec v0.1.0
25992024-07-11T23:47:10.016Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26002024-07-11T23:47:10.019Z Compiling slog-dtrace v0.3.0
26012024-07-11T23:47:10.295Z Compiling cancel-safe-futures v0.1.5
26022024-07-11T23:47:10.348Z Compiling keccak v0.1.5
26032024-07-11T23:47:10.552Z Compiling endian-type v0.1.2
26042024-07-11T23:47:10.629Z Compiling topological-sort v0.2.2
26052024-07-11T23:47:10.783Z Compiling radix_trie v0.2.1
26062024-07-11T23:47:10.817Z Compiling omicron-zone-package v0.11.0
26072024-07-11T23:47:10.863Z Compiling sha3 v0.10.8
26082024-07-11T23:47:11.097Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26092024-07-11T23:47:11.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-07-11T23:47:11.519Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26112024-07-11T23:47:11.538Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122024-07-11T23:47:11.541Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26132024-07-11T23:47:11.856Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26142024-07-11T23:47:11.971Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26152024-07-11T23:47:12.273Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26162024-07-11T23:47:12.308Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26172024-07-11T23:47:12.663Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26182024-07-11T23:47:12.719Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26192024-07-11T23:47:12.759Z Compiling ecdsa v0.16.9
26202024-07-11T23:47:13.507Z Compiling rand_core v0.5.1
26212024-07-11T23:47:13.629Z Compiling mime_guess v2.0.4
26222024-07-11T23:47:13.868Z Compiling slog-envlogger v2.2.0
26232024-07-11T23:47:14.032Z Compiling steno v0.4.1
26242024-07-11T23:47:14.636Z Compiling rustfmt-wrapper v0.2.1
26252024-07-11T23:47:15.041Z Compiling poly1305 v0.8.0
26262024-07-11T23:47:15.223Z Compiling tungstenite v0.20.1
26272024-07-11T23:47:15.677Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26282024-07-11T23:47:16.494Z Compiling heck v0.3.3
26292024-07-11T23:47:16.857Z Compiling primeorder v0.13.6
26302024-07-11T23:47:16.935Z Compiling chacha20 v0.9.1
26312024-07-11T23:47:17.306Z Compiling thiserror-impl-no-std v2.0.2
26322024-07-11T23:47:17.368Z Compiling secrecy v0.8.0
26332024-07-11T23:47:17.384Z Compiling half v2.4.1
26342024-07-11T23:47:17.453Z Compiling ciborium-io v0.2.2
26352024-07-11T23:47:17.586Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26362024-07-11T23:47:17.648Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26372024-07-11T23:47:17.715Z Compiling option-ext v0.2.0
26382024-07-11T23:47:17.848Z Compiling dirs-sys v0.4.1
26392024-07-11T23:47:17.932Z Compiling ciborium-ll v0.2.2
26402024-07-11T23:47:17.954Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26412024-07-11T23:47:18.370Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26422024-07-11T23:47:18.539Z Compiling zone_cfg_derive v0.1.2
26432024-07-11T23:47:18.953Z Compiling tokio-tungstenite v0.20.1
26442024-07-11T23:47:19.500Z Compiling parking_lot v0.11.2
26452024-07-11T23:47:19.561Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26462024-07-11T23:47:19.964Z Compiling rand_chacha v0.2.2
26472024-07-11T23:47:20.057Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26482024-07-11T23:47:20.678Z Compiling thiserror-no-std v2.0.2
26492024-07-11T23:47:20.802Z Compiling trust-dns-client v0.22.0
26502024-07-11T23:47:20.939Z Compiling ed25519 v2.2.3
26512024-07-11T23:47:21.050Z Compiling polyval v0.6.2
26522024-07-11T23:47:21.445Z Compiling libsw v3.3.1
26532024-07-11T23:47:21.506Z Compiling toml v0.5.11
26542024-07-11T23:47:21.751Z Compiling aes v0.8.4
26552024-07-11T23:47:22.019Z Compiling ctr v0.9.2
26562024-07-11T23:47:22.155Z Compiling blowfish v0.9.1
26572024-07-11T23:47:22.361Z Compiling pbkdf2 v0.12.2
26582024-07-11T23:47:22.535Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592024-07-11T23:47:22.604Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26602024-07-11T23:47:24.100Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26612024-07-11T23:47:24.564Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26622024-07-11T23:47:24.996Z Compiling password-hash v0.4.2
26632024-07-11T23:47:25.194Z Compiling gethostname v0.4.3
26642024-07-11T23:47:25.491Z Compiling fxhash v0.2.1
26652024-07-11T23:47:25.697Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26662024-07-11T23:47:25.976Z Compiling linear-map v1.2.0
26672024-07-11T23:47:26.347Z Compiling owo-colors v4.0.0
26682024-07-11T23:47:26.682Z Compiling base64 v0.13.1
26692024-07-11T23:47:27.317Z Compiling ron v0.7.1
26702024-07-11T23:47:28.120Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712024-07-11T23:47:28.699Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26722024-07-11T23:47:29.656Z Compiling sled v0.34.7
26732024-07-11T23:47:30.903Z Compiling pbkdf2 v0.11.0
26742024-07-11T23:47:31.304Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26752024-07-11T23:47:32.029Z Compiling trust-dns-server v0.22.1
26762024-07-11T23:47:32.097Z Compiling bcrypt-pbkdf v0.10.0
26772024-07-11T23:47:32.454Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26782024-07-11T23:47:32.751Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26792024-07-11T23:47:33.314Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26802024-07-11T23:47:33.532Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26812024-07-11T23:47:35.203Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26822024-07-11T23:47:35.221Z Compiling ghash v0.5.1
26832024-07-11T23:47:35.406Z Compiling ed25519-dalek v2.1.1
26842024-07-11T23:47:36.623Z Compiling vsss-rs v3.3.4
26852024-07-11T23:47:36.677Z Compiling rand v0.7.3
26862024-07-11T23:47:38.701Z Compiling zone v0.1.8
26872024-07-11T23:47:39.244Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26882024-07-11T23:47:39.939Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26892024-07-11T23:47:40.136Z Compiling ciborium v0.2.2
26902024-07-11T23:47:40.321Z Compiling dirs v5.0.1
26912024-07-11T23:47:40.531Z Compiling p256 v0.13.2
26922024-07-11T23:47:41.309Z Compiling p521 v0.13.3
26932024-07-11T23:47:41.469Z Compiling chacha20poly1305 v0.10.1
26942024-07-11T23:47:41.640Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
26952024-07-11T23:47:41.712Z Compiling pem v3.0.4
26962024-07-11T23:47:41.722Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
26972024-07-11T23:47:42.106Z Compiling headers-core v0.2.0
26982024-07-11T23:47:42.277Z Compiling cbc v0.1.2
26992024-07-11T23:47:42.527Z Compiling kstat-rs v0.2.4
27002024-07-11T23:47:42.530Z Compiling portpicker v0.1.1
27012024-07-11T23:47:42.876Z Compiling nanorand v0.7.0
27022024-07-11T23:47:42.971Z Compiling russh-cryptovec v0.7.2
27032024-07-11T23:47:43.170Z Compiling glob v0.3.1
27042024-07-11T23:47:43.296Z Compiling md5 v0.7.0
27052024-07-11T23:47:43.475Z Compiling http-range v0.1.5
27062024-07-11T23:47:43.770Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27072024-07-11T23:47:43.793Z Compiling hyper-staticfile v0.9.5
27082024-07-11T23:47:43.857Z Compiling russh-keys v0.43.0
27092024-07-11T23:47:44.144Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27102024-07-11T23:47:44.295Z Compiling flume v0.11.0
27112024-07-11T23:47:44.790Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122024-07-11T23:47:45.026Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132024-07-11T23:47:46.239Z Compiling headers v0.3.9
27142024-07-11T23:47:47.284Z Compiling rcgen v0.12.1
27152024-07-11T23:47:47.791Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27162024-07-11T23:47:48.300Z Compiling aes-gcm v0.10.3
27172024-07-11T23:47:48.600Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27182024-07-11T23:47:49.830Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192024-07-11T23:47:50.887Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27202024-07-11T23:47:51.575Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27212024-07-11T23:47:52.709Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27222024-07-11T23:47:55.284Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27232024-07-11T23:47:56.551Z Compiling atomicwrites v0.4.3
27242024-07-11T23:47:56.928Z Compiling subprocess v0.2.9
27252024-07-11T23:47:57.060Z Compiling display-error-chain v0.2.0
27262024-07-11T23:47:57.241Z Compiling dhcproto-macros v0.1.0
27272024-07-11T23:47:58.228Z Compiling hex-literal v0.4.1
27282024-07-11T23:47:58.390Z Compiling russh v0.43.0
27292024-07-11T23:47:59.009Z Compiling dhcproto v0.11.0
27302024-07-11T23:47:59.897Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312024-07-11T23:48:00.019Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27322024-07-11T23:48:02.132Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27332024-07-11T23:48:02.478Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27342024-07-11T23:48:02.846Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27352024-07-11T23:48:03.324Z Compiling internet-checksum v0.2.1
27362024-07-11T23:48:24.930Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27372024-07-11T23:49:08.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s
27382024-07-11T23:49:08.243Z
27392024-07-11T23:49:08.243Zreal 3:41.524091721
27402024-07-11T23:49:08.243Zuser 19:45.801317055
27412024-07-11T23:49:08.243Zsys 4:16.074230482
27422024-07-11T23:49:08.244Ztrap 0.563477339
27432024-07-11T23:49:08.244Ztflt 0.545096435
27442024-07-11T23:49:08.244Zdflt 2.247605439
27452024-07-11T23:49:08.244Zkflt 0.000114902
27462024-07-11T23:49:08.244Zlock 42:26.304316280
27472024-07-11T23:49:08.244Zslp 57:00.258673497
27482024-07-11T23:49:08.247Zlat 1:04.355929945
27492024-07-11T23:49:08.247Zstop 2:17.535489988
27502024-07-11T23:49:08.247Z+ mkdir tests
27512024-07-11T23:49:08.249Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27522024-07-11T23:49:08.249Z+ xargs -I '{}' -t cp '{}' tests/
27532024-07-11T23:49:09.384Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-76a2bb96383910cb tests/
27542024-07-11T23:49:09.410Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-527bae0e8d1c2191 tests/
27552024-07-11T23:49:09.434Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2f4360aa307438d tests/
27562024-07-11T23:49:09.459Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-51c09b86071e0fb9 tests/
27572024-07-11T23:49:09.804Z+ 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-11T23:49:09.807Z+ 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-f2f4360aa307438d tests/commtest-527bae0e8d1c2191 tests/dhcp_server-76a2bb96383910cb tests/end_to_end_tests-51c09b86071e0fb9 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-11T23:50:14.593ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27602024-07-11T23:50:14.593Za out/target/test 1K
27612024-07-11T23:50:14.593Za out/npuzone/npuzone 23144K
27622024-07-11T23:50:14.593Za package-manifest.toml 29K
27632024-07-11T23:50:14.593Za smf/sled-agent/non-gimlet/config.toml 4K
27642024-07-11T23:50:14.593Za target/release/omicron-package 32504K
27652024-07-11T23:50:14.593Za target/release/xtask 18147K
27662024-07-11T23:50:14.593Za target/debug/bootstrap 359030K
27672024-07-11T23:50:14.593Za tests/bootstrap-f2f4360aa307438d 23983K
27682024-07-11T23:50:14.593Za tests/commtest-527bae0e8d1c2191 23984K
27692024-07-11T23:50:14.593Za tests/dhcp_server-76a2bb96383910cb 23983K
27702024-07-11T23:50:14.594Za tests/end_to_end_tests-51c09b86071e0fb9 369828K
27712024-07-11T23:50:14.594Za out/clickhouse.tar.gz 223111K
27722024-07-11T23:50:14.594Za out/clickhouse_keeper.tar.gz 223087K
27732024-07-11T23:50:14.594Za out/cockroachdb.tar.gz 131938K
27742024-07-11T23:50:14.594Za out/crucible-dtrace.tar 85K
27752024-07-11T23:50:14.594Za out/crucible-pantry-zone.tar.gz 27043K
27762024-07-11T23:50:14.594Za out/crucible-zone.tar.gz 37413K
27772024-07-11T23:50:14.594Za out/external-dns.tar.gz 25119K
27782024-07-11T23:50:14.594Za out/internal-dns.tar.gz 25119K
27792024-07-11T23:50:14.594Za out/mg-ddm-gz.tar 60617K
27802024-07-11T23:50:14.594Za out/nexus.tar.gz 84981K
27812024-07-11T23:50:14.594Za out/ntp.tar.gz 8922K
27822024-07-11T23:50:14.594Za out/omicron-gateway-softnpu.tar.gz 13797K
27832024-07-11T23:50:14.594Za out/omicron-sled-agent.tar 94623K
27842024-07-11T23:50:14.594Za out/overlay.tar.gz 3K
27852024-07-11T23:50:14.594Za out/oximeter.tar.gz 42112K
27862024-07-11T23:50:14.594Za out/oxlog.tar 2955K
27872024-07-11T23:50:14.594Za out/probe.tar.gz 2764K
27882024-07-11T23:50:14.594Za out/propolis-server.tar.gz 64642K
27892024-07-11T23:50:14.594Za out/pumpkind-gz.tar 26665K
27902024-07-11T23:50:14.594Za out/switch-softnpu.tar.gz 198538K
27912024-07-11T23:50:14.597Z
27922024-07-11T23:50:14.597Zreal 1:04.775741152
27932024-07-11T23:50:14.597Zuser 1:02.144901775
27942024-07-11T23:50:14.598Zsys 3.689452507
27952024-07-11T23:50:14.598Ztrap 0.014562801
27962024-07-11T23:50:14.598Ztflt 0.000000000
27972024-07-11T23:50:14.598Zdflt 0.000000000
27982024-07-11T23:50:14.598Zkflt 0.000000000
27992024-07-11T23:50:14.598Zlock 0.000000000
28002024-07-11T23:50:14.598Zslp 1:01.961197389
28012024-07-11T23:50:14.598Zlat 1.736016492
28022024-07-11T23:50:14.598Zstop 0.000531687
28032024-07-11T23:50:14.598Zprocess exited: duration 1721623 ms, exit code 0
 
28042024-07-11T23:50:14.612Zfound 1 output files
28052024-07-11T23:50:14.612Zuploading: /work/package.tar.gz (1407338968 bytes)
28062024-07-11T23:50:41.775Zuploaded: /work/package.tar.gz