01J2N18XBFDM9SV6VQ7MVHGH8N: 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: 01J2N1A8EE1K5G78VX50TJ2AXD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-13T03:17:30.919Zjob assigned to worker 01J2N1F49M9VGEP6W0TZACZ491 (queued for 3 m 40 s)
 
22024-07-13T03:17:38.801Zstarting task 0: "setup"
32024-07-13T03:17:38.857Z++ uname -s
42024-07-13T03:17:38.859Z+ kern=SunOS
52024-07-13T03:17:38.859Z+ case "$kern" in
62024-07-13T03:17:38.859Z+ groupadd -g 12345 build
72024-07-13T03:17:38.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-13T03:17:40.872Z+ zfs create -o mountpoint=/work rpool/work
92024-07-13T03:17:41.024Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-13T03:17:41.027Z+ home_fs=zfs
112024-07-13T03:17:41.027Z+ [[ zfs == autofs ]]
122024-07-13T03:17:41.027Z+ mkdir -p /home/build
132024-07-13T03:17:41.030Z+ chown build:build /home/build /work
142024-07-13T03:17:43.337Z+ chmod 0700 /home/build /work
152024-07-13T03:17:43.360Zprocess exited: duration 4234 ms, exit code 0
 
162024-07-13T03:17:43.369Zstarting task 1: "rust-toolchain"
172024-07-13T03:17:43.377Z+ printf ' * toolchain channel = "%s"
182024-07-13T03:17:43.377Z' 1.78.0
192024-07-13T03:17:43.377Z+ printf ' * toolchain profile = "%s"
202024-07-13T03:17:43.377Z * toolchain channel = "1.78.0"
212024-07-13T03:17:43.377Z * toolchain profile = "default"
222024-07-13T03:17:43.377Z' default
232024-07-13T03:17:43.383Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-13T03:17:43.383Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default
252024-07-13T03:17:43.492Zinfo: downloading installer
262024-07-13T03:17:44.713Zinfo: profile set to 'default'
272024-07-13T03:17:44.713Zinfo: default host triple is x86_64-unknown-illumos
282024-07-13T03:17:44.716Zinfo: syncing channel updates for '1.78.0-x86_64-unknown-illumos'
292024-07-13T03:17:44.846Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
302024-07-13T03:17:44.846Zinfo: downloading component 'cargo'
312024-07-13T03:17:45.509Zinfo: downloading component 'clippy'
322024-07-13T03:17:45.732Zinfo: downloading component 'rust-docs'
332024-07-13T03:17:46.612Zinfo: downloading component 'rust-std'
342024-07-13T03:17:48.016Zinfo: downloading component 'rustc'
352024-07-13T03:17:51.532Zinfo: downloading component 'rustfmt'
362024-07-13T03:17:51.725Zinfo: installing component 'cargo'
372024-07-13T03:17:52.568Zinfo: installing component 'clippy'
382024-07-13T03:17:52.923Zinfo: installing component 'rust-docs'
392024-07-13T03:17:54.417Zinfo: installing component 'rust-std'
402024-07-13T03:17:56.151Zinfo: installing component 'rustc'
412024-07-13T03:18:00.436Zinfo: installing component 'rustfmt'
422024-07-13T03:18:00.792Zinfo: default toolchain set to '1.78.0-x86_64-unknown-illumos'
432024-07-13T03:18:00.792Z
442024-07-13T03:18:01.081Z 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
452024-07-13T03:18:01.081Z
462024-07-13T03:18:01.085Z
472024-07-13T03:18:01.085ZRust is installed now. Great!
482024-07-13T03:18:01.085Z
492024-07-13T03:18:01.085ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-13T03:18:01.085Zenvironment variable. This has not been done automatically.
512024-07-13T03:18:01.085Z
522024-07-13T03:18:01.085ZTo configure your current shell, you need to source
532024-07-13T03:18:01.085Zthe corresponding env file under $HOME/.cargo.
542024-07-13T03:18:01.085Z
552024-07-13T03:18:01.085ZThis is usually done by running one of the following (note the leading DOT):
562024-07-13T03:18:01.085Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-13T03:18:01.085Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-13T03:18:01.153Z+ rustc --version
592024-07-13T03:18:01.216Zrustc 1.78.0 (9b00956e5 2024-04-29)
602024-07-13T03:18:01.219Zprocess exited: duration 17849 ms, exit code 0
 
612024-07-13T03:18:01.226Zstarting task 2: "authentication"
622024-07-13T03:18:01.246Zprocess exited: duration 20 ms, exit code 0
 
632024-07-13T03:18:01.255Zstarting task 3: "clone repository"
642024-07-13T03:18:01.258Z+ mkdir -p /work/oxidecomputer/omicron
652024-07-13T03:18:01.261Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-07-13T03:18:01.422ZCloning into '/work/oxidecomputer/omicron'...
672024-07-13T03:18:07.657Z+ cd /work/oxidecomputer/omicron
682024-07-13T03:18:07.657Z+ git fetch origin 8caa1532449013d617d2a7abad139249849ea252
692024-07-13T03:18:07.948ZFrom https://github.com/oxidecomputer/omicron
702024-07-13T03:18:07.948Z * branch 8caa1532449013d617d2a7abad139249849ea252 -> FETCH_HEAD
712024-07-13T03:18:07.958Z+ [[ -n renovate/sqlformat-0.x ]]
722024-07-13T03:18:07.961Z++ git branch --show-current
732024-07-13T03:18:07.964Z+ current=main
742024-07-13T03:18:07.964Z+ [[ main != renovate/sqlformat-0.x ]]
752024-07-13T03:18:07.964Z+ git branch -f renovate/sqlformat-0.x 8caa1532449013d617d2a7abad139249849ea252
762024-07-13T03:18:07.967Z+ git checkout -f renovate/sqlformat-0.x
772024-07-13T03:18:08.101ZSwitched to branch 'renovate/sqlformat-0.x'
782024-07-13T03:18:08.104Z+ git reset --hard 8caa1532449013d617d2a7abad139249849ea252
792024-07-13T03:18:08.115ZHEAD is now at 8caa15324 Update Rust crate sqlformat to 0.2.4
802024-07-13T03:18:08.119Zprocess exited: duration 6862 ms, exit code 0
 
812024-07-13T03:18:08.128Zstarting task 4: "build"
822024-07-13T03:18:08.132Z+ cargo --version
832024-07-13T03:18:08.183Zcargo 1.78.0 (54d8815d0 2024-03-26)
842024-07-13T03:18:08.186Z+ rustc --version
852024-07-13T03:18:08.239Zrustc 1.78.0 (9b00956e5 2024-04-29)
862024-07-13T03:18:08.243Z+ WORK=/work
872024-07-13T03:18:08.243Z+ pfexec mkdir -p /work
882024-07-13T03:18:08.247Z+ pfexec chown build /work
892024-07-13T03:18:08.250Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-07-13T03:18:21.366Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-07-13T03:18:23.356Z Startup: Caching catalogs ... Done
922024-07-13T03:18:26.237ZPlanning: Solver setup ... Done (2.351s)
932024-07-13T03:18:26.287ZPlanning: Running solver ... Done (0.049s)
942024-07-13T03:18:26.329ZPlanning: Finding local manifests ... Done (0.003s)
952024-07-13T03:18:26.341ZPlanning: Fetching manifests: 0/4 0% complete
962024-07-13T03:18:26.591ZPlanning: Fetching manifests: 4/4 100% complete
972024-07-13T03:18:26.639ZPlanning: Package planning ... Done (0.048s)
982024-07-13T03:18:26.691ZPlanning: Merging actions ... Done (0.050s)
992024-07-13T03:18:27.665ZPlanning: Checking for conflicting actions ... Done (0.976s)
1002024-07-13T03:18:27.677ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-07-13T03:18:32.867ZPlanning: Evaluating mediators ... Done (5.189s)
1022024-07-13T03:18:32.876ZPlanning: Planning completed in 9.45 seconds
1032024-07-13T03:18:33.572Z Packages to install: 4
1042024-07-13T03:18:33.572Z Mediators to change: 2
1052024-07-13T03:18:33.572Z Services to change: 1
1062024-07-13T03:18:33.575Z Estimated space available: 155.77 GB
1072024-07-13T03:18:33.575ZEstimated space to be consumed: 1.46 GB
1082024-07-13T03:18:33.575Z Create boot environment: No
1092024-07-13T03:18:33.575ZCreate backup boot environment: No
1102024-07-13T03:18:33.575Z Rebuild boot archive: No
1112024-07-13T03:18:33.575Z
1122024-07-13T03:18:33.575ZChanged mediators:
1132024-07-13T03:18:33.575Z mediator clang:
1142024-07-13T03:18:33.575Z version: None -> 15 (system default)
1152024-07-13T03:18:33.575Z
1162024-07-13T03:18:33.575Z mediator llvm:
1172024-07-13T03:18:33.575Z version: 14 (system default) -> 15 (system default)
1182024-07-13T03:18:33.575Z
1192024-07-13T03:18:33.575ZChanged packages:
1202024-07-13T03:18:33.575Zhelios-dev
1212024-07-13T03:18:33.575Z developer/build-essential
1222024-07-13T03:18:33.575Z None -> 11-2.0
1232024-07-13T03:18:33.575Z library/libxmlsec1
1242024-07-13T03:18:33.575Z None -> 1.2.35-2.0
1252024-07-13T03:18:33.575Z ooce/developer/clang-15
1262024-07-13T03:18:33.575Z None -> 15.0.7-2.0
1272024-07-13T03:18:33.575Z ooce/developer/llvm-15
1282024-07-13T03:18:33.575Z None -> 15.0.7-2.0
1292024-07-13T03:18:33.575Z
1302024-07-13T03:18:33.575ZServices:
1312024-07-13T03:18:33.575Z restart_fmri:
1322024-07-13T03:18:33.576Z svc:/system/update-man-index:default
1332024-07-13T03:18:33.766Z
1342024-07-13T03:18:33.766ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-07-13T03:18:38.767ZDownload: 1238/3290 items 88.6/212.6MB 41% complete (17.7M/s)
1362024-07-13T03:18:43.770ZDownload: 3106/3290 items 132.4/212.6MB 62% complete (13.2M/s)
1372024-07-13T03:18:45.827ZDownload: Completed 212.60 MB in 12.06 seconds (17.6M/s)
1382024-07-13T03:18:46.609Z Actions: 1/3689 actions (Installing new actions)
1392024-07-13T03:18:51.658Z Actions: 3592/3689 actions (Installing new actions)
1402024-07-13T03:18:52.064Z Actions: Completed 3689 actions in 5.44 seconds.
1412024-07-13T03:18:52.184Z Done (0.130s)
1422024-07-13T03:18:52.184Z Done (0.000s)
1432024-07-13T03:18:52.513Z Done (0.328s)
1442024-07-13T03:18:58.062Z Done (5.388s)
1452024-07-13T03:18:58.286Z Done (0.158s)
1462024-07-13T03:18:58.289Z Done (0.000s)
1472024-07-13T03:18:58.603Z Done (0.000s)
1482024-07-13T03:18:59.172ZPlanning: Evaluating mediator changes ... Done
1492024-07-13T03:18:59.330ZPlanning: Checking for conflicting actions ... Done
1502024-07-13T03:18:59.333ZPlanning: Consolidating action changes ... Done
1512024-07-13T03:18:59.599ZPlanning: Evaluating mediators ... Done
1522024-07-13T03:18:59.602ZPlanning: Planning completed in 0.43 seconds
1532024-07-13T03:18:59.633Z Mediators to change: 2
1542024-07-13T03:18:59.634Z Create boot environment: No
1552024-07-13T03:18:59.634ZCreate backup boot environment: No
1562024-07-13T03:18:59.760Z Done
1572024-07-13T03:18:59.760Z Done
1582024-07-13T03:18:59.971Z Done
1592024-07-13T03:19:03.462Z Done
1602024-07-13T03:19:03.542Z Done
1612024-07-13T03:19:03.542Z Done
1622024-07-13T03:19:03.833Z Done
1632024-07-13T03:19:04.480ZPlanning: Evaluating mediator changes ... Done
1642024-07-13T03:19:04.501ZPlanning: Merging actions ... Done
1652024-07-13T03:19:04.691ZPlanning: Checking for conflicting actions ... Done
1662024-07-13T03:19:04.769ZPlanning: Consolidating action changes ... Done
1672024-07-13T03:19:04.937ZPlanning: Evaluating mediators ... Done
1682024-07-13T03:19:05.013ZPlanning: Planning completed in 0.74 seconds
1692024-07-13T03:19:05.040Z Packages to change: 1
1702024-07-13T03:19:05.040Z Mediators to change: 1
1712024-07-13T03:19:05.040Z Services to change: 1
1722024-07-13T03:19:05.041Z Create boot environment: No
1732024-07-13T03:19:05.041ZCreate backup boot environment: Yes
1742024-07-13T03:19:09.155Z Actions: 1/6 actions (Updating modified actions)
1752024-07-13T03:19:09.236Z Actions: Completed 6 actions in 0.08 seconds.
1762024-07-13T03:19:09.237Z Done
1772024-07-13T03:19:09.237Z Done
1782024-07-13T03:19:09.237Z Done
1792024-07-13T03:19:10.633Z Done
1802024-07-13T03:19:10.719Z Done
1812024-07-13T03:19:10.723Z Done
1822024-07-13T03:19:10.998Z Done
1832024-07-13T03:19:11.431ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1842024-07-13T03:19:11.431Zclang system 15 system
1852024-07-13T03:19:11.431Zcsh system system illumos
1862024-07-13T03:19:11.431Zctags system system illumos
1872024-07-13T03:19:11.431Zgcc vendor 12 vendor
1882024-07-13T03:19:11.431Zgcc system 10 system
1892024-07-13T03:19:11.431Zgcc system 7 system
1902024-07-13T03:19:11.431Zgo system 1.20 system
1912024-07-13T03:19:11.431Zgo system 1.19 system
1922024-07-13T03:19:11.431Zllvm system 15 system
1932024-07-13T03:19:11.431Zllvm system 14 system
1942024-07-13T03:19:11.431Zmariadb system 10.6 system
1952024-07-13T03:19:11.432Zmta vendor vendor dma
1962024-07-13T03:19:11.432Zopenjdk system 17 system
1972024-07-13T03:19:11.432Zopenjdk system 11 system
1982024-07-13T03:19:11.432Zopenjdk system 1.8 system
1992024-07-13T03:19:11.432Zopenssl vendor 3 vendor
2002024-07-13T03:19:11.432Zperl system 5.36 system
2012024-07-13T03:19:11.432Zpostgresql system 15 system
2022024-07-13T03:19:11.432Zpostgresql system 13 system
2032024-07-13T03:19:11.432Zpython vendor 3 vendor
2042024-07-13T03:19:11.432Zpython system 2 system
2052024-07-13T03:19:11.432Zpython3 system 3.11 system
2062024-07-13T03:19:11.432Zruby system 3.0 system
2072024-07-13T03:19:11.432Zwords vendor vendor american-english
2082024-07-13T03:19:11.432Zwords system system australian-english
2092024-07-13T03:19:11.432Zwords system system british-english
2102024-07-13T03:19:11.432Zwords system system canadian-english
2112024-07-13T03:19:11.432Zwords system system french
2122024-07-13T03:19:11.432Zwords system system italian
2132024-07-13T03:19:11.432Zwords system system ngerman
2142024-07-13T03:19:11.432Zwords system system ogerman
2152024-07-13T03:19:11.432Zwords system system spanish
2162024-07-13T03:19:11.760ZPUBLISHER TYPE STATUS P LOCATION
2172024-07-13T03:19:11.760Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2182024-07-13T03:19:13.358ZFMRI IFO
2192024-07-13T03:19:13.358Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2202024-07-13T03:19:13.358Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2212024-07-13T03:19:13.358Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2222024-07-13T03:19:13.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2232024-07-13T03:19:13.359Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2242024-07-13T03:19:13.359Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2252024-07-13T03:19:13.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2262024-07-13T03:19:13.359Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2272024-07-13T03:19:13.359Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2282024-07-13T03:19:13.359Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2292024-07-13T03:19:13.359Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2302024-07-13T03:19:13.359Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2312024-07-13T03:19:13.863Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2322024-07-13T03:19:14.179Z Updating git repository `https://github.com/oxidecomputer/zone`
2332024-07-13T03:19:14.456Z Updating crates.io index
2342024-07-13T03:19:14.458Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2352024-07-13T03:19:15.327Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2362024-07-13T03:19:16.057Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2372024-07-13T03:19:16.316Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2382024-07-13T03:19:18.524Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2392024-07-13T03:19:18.998Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402024-07-13T03:19:19.263Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412024-07-13T03:19:20.290Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422024-07-13T03:19:22.631Z Updating git repository `https://github.com/oxidecomputer/opte`
2432024-07-13T03:19:23.768Z Updating git repository `https://github.com/oxidecomputer/falcon`
2442024-07-13T03:19:24.542Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2452024-07-13T03:19:25.156Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2462024-07-13T03:19:25.457Z Updating git repository `https://github.com/oxidecomputer/sprockets`
2472024-07-13T03:19:25.807Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2482024-07-13T03:19:26.151Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2492024-07-13T03:19:26.424Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502024-07-13T03:19:26.669Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2512024-07-13T03:19:26.941Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2522024-07-13T03:19:27.155Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2532024-07-13T03:19:27.423Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542024-07-13T03:19:27.697Z Updating git repository `https://github.com/oxidecomputer/ispf`
2552024-07-13T03:19:28.006Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2562024-07-13T03:19:28.313Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2572024-07-13T03:19:28.936Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582024-07-13T03:19:29.286Z Updating git repository `https://github.com/cbiffle/hubpack.git`
2592024-07-13T03:19:29.602Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2602024-07-13T03:19:30.274Z Updating git repository `https://github.com/oxidecomputer/typify`
2612024-07-13T03:19:32.278Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622024-07-13T03:19:32.630Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632024-07-13T03:19:32.918Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642024-07-13T03:19:33.383Z Updating git repository `https://github.com/oxidecomputer/rfb`
2652024-07-13T03:19:34.902Z Downloading crates ...
2662024-07-13T03:19:34.991Z Downloaded equivalent v1.0.1
2672024-07-13T03:19:35.001Z Downloaded anstyle-query v1.0.3
2682024-07-13T03:19:35.004Z Downloaded bytecount v0.6.8
2692024-07-13T03:19:35.006Z Downloaded autocfg v1.3.0
2702024-07-13T03:19:35.008Z Downloaded scroll_derive v0.12.0
2712024-07-13T03:19:35.013Z Downloaded foreign-types v0.3.2
2722024-07-13T03:19:35.019Z Downloaded is-terminal v0.4.12
2732024-07-13T03:19:35.021Z Downloaded pretty-hex v0.4.1
2742024-07-13T03:19:35.024Z Downloaded openssl-probe v0.1.5
2752024-07-13T03:19:35.027Z Downloaded pkg-config v0.3.30
2762024-07-13T03:19:35.027Z Downloaded scopeguard v1.2.0
2772024-07-13T03:19:35.029Z Downloaded rustversion v1.0.17
2782024-07-13T03:19:35.031Z Downloaded dtrace-parser v0.2.0
2792024-07-13T03:19:35.034Z Downloaded want v0.3.1
2802024-07-13T03:19:35.034Z Downloaded pin-utils v0.1.0
2812024-07-13T03:19:35.036Z Downloaded dirs-sys-next v0.1.2
2822024-07-13T03:19:35.036Z Downloaded tower-service v0.3.2
2832024-07-13T03:19:35.037Z Downloaded tinyvec_macros v0.1.1
2842024-07-13T03:19:35.039Z Downloaded futures-core v0.3.30
2852024-07-13T03:19:35.039Z Downloaded anstream v0.6.14
2862024-07-13T03:19:35.041Z Downloaded digest v0.10.7
2872024-07-13T03:19:35.044Z Downloaded strum v0.26.2
2882024-07-13T03:19:35.044Z Downloaded num_threads v0.1.7
2892024-07-13T03:19:35.047Z Downloaded match_cfg v0.1.0
2902024-07-13T03:19:35.047Z Downloaded num-conv v0.1.0
2912024-07-13T03:19:35.049Z Downloaded usdt-macro v0.5.0
2922024-07-13T03:19:35.049Z Downloaded try-lock v0.2.5
2932024-07-13T03:19:35.049Z Downloaded take_mut v0.2.2
2942024-07-13T03:19:35.052Z Downloaded proc-macro-error v1.0.4
2952024-07-13T03:19:35.055Z Downloaded swrite v0.1.0
2962024-07-13T03:19:35.055Z Downloaded rustls-pemfile v1.0.4
2972024-07-13T03:19:35.058Z Downloaded proc-macro-error-attr v1.0.4
2982024-07-13T03:19:35.058Z Downloaded powerfmt v0.2.0
2992024-07-13T03:19:35.061Z Downloaded plain v0.2.3
3002024-07-13T03:19:35.061Z Downloaded pin-project-lite v0.2.14
3012024-07-13T03:19:35.066Z Downloaded openssl-macros v0.1.1
3022024-07-13T03:19:35.069Z Downloaded signal-hook-registry v1.4.2
3032024-07-13T03:19:35.069Z Downloaded macaddr v1.0.1
3042024-07-13T03:19:35.069Z Downloaded hyper-tls v0.5.0
3052024-07-13T03:19:35.072Z Downloaded http-body v0.4.6
3062024-07-13T03:19:35.072Z Downloaded serde_tokenstream v0.2.1
3072024-07-13T03:19:35.075Z Downloaded num_cpus v1.16.0
3082024-07-13T03:19:35.078Z Downloaded usdt v0.5.0
3092024-07-13T03:19:35.080Z Downloaded thread-id v4.2.1
3102024-07-13T03:19:35.080Z Downloaded xattr v1.3.1
3112024-07-13T03:19:35.083Z Downloaded tokio-macros v2.3.0
3122024-07-13T03:19:35.083Z Downloaded toml_datetime v0.6.6
3132024-07-13T03:19:35.085Z Downloaded futures-io v0.3.30
3142024-07-13T03:19:35.085Z Downloaded clap_lex v0.7.0
3152024-07-13T03:19:35.088Z Downloaded thiserror v1.0.60
3162024-07-13T03:19:35.091Z Downloaded slog-bunyan v2.5.0
3172024-07-13T03:19:35.094Z Downloaded sync_wrapper v0.1.2
3182024-07-13T03:19:35.094Z Downloaded scroll v0.12.0
3192024-07-13T03:19:35.096Z Downloaded ryu v1.0.18
3202024-07-13T03:19:35.099Z Downloaded quote v1.0.36
3212024-07-13T03:19:35.102Z Downloaded usdt-attr-macro v0.5.0
3222024-07-13T03:19:35.102Z Downloaded time-macros v0.2.18
3232024-07-13T03:19:35.105Z Downloaded time-core v0.1.2
3242024-07-13T03:19:35.105Z Downloaded pest_generator v2.7.10
3252024-07-13T03:19:35.108Z Downloaded percent-encoding v2.3.1
3262024-07-13T03:19:35.108Z Downloaded version_check v0.9.4
3272024-07-13T03:19:35.108Z Downloaded terminal_size v0.3.0
3282024-07-13T03:19:35.110Z Downloaded slog-async v2.8.0
3292024-07-13T03:19:35.110Z Downloaded memmap v0.7.0
3302024-07-13T03:19:35.113Z Downloaded errno v0.3.9
3312024-07-13T03:19:35.113Z Downloaded dof v0.3.0
3322024-07-13T03:19:35.116Z Downloaded sha2 v0.10.8
3332024-07-13T03:19:35.118Z Downloaded once_cell v1.19.0
3342024-07-13T03:19:35.121Z Downloaded zerocopy-derive v0.7.34
3352024-07-13T03:19:35.123Z Downloaded term v0.7.0
3362024-07-13T03:19:35.126Z Downloaded slog-term v2.9.1
3372024-07-13T03:19:35.129Z Downloaded serde_spanned v0.6.6
3382024-07-13T03:19:35.132Z Downloaded anyhow v1.0.86
3392024-07-13T03:19:35.135Z Downloaded proc-macro2 v1.0.86
3402024-07-13T03:19:35.137Z Downloaded cpufeatures v0.2.12
3412024-07-13T03:19:35.140Z Downloaded tokio-native-tls v0.3.1
3422024-07-13T03:19:35.140Z Downloaded serde_derive v1.0.204
3432024-07-13T03:19:35.143Z Downloaded serde_urlencoded v0.7.1
3442024-07-13T03:19:35.146Z Downloaded utf8parse v0.2.1
3452024-07-13T03:19:35.146Z Downloaded slog-json v2.6.1
3462024-07-13T03:19:35.149Z Downloaded thread_local v1.1.8
3472024-07-13T03:19:35.149Z Downloaded thiserror-impl v1.0.60
3482024-07-13T03:19:35.152Z Downloaded tabled_derive v0.7.0
3492024-07-13T03:19:35.152Z Downloaded strsim v0.11.1
3502024-07-13T03:19:35.152Z Downloaded strum_macros v0.26.4
3512024-07-13T03:19:35.154Z Downloaded semver v1.0.23
3522024-07-13T03:19:35.157Z Downloaded ucd-trie v0.1.6
3532024-07-13T03:19:35.160Z Downloaded httparse v1.8.0
3542024-07-13T03:19:35.160Z Downloaded deranged v0.3.11
3552024-07-13T03:19:35.162Z Downloaded pest_derive v2.7.10
3562024-07-13T03:19:35.166Z Downloaded generic-array v0.14.7
3572024-07-13T03:19:35.166Z Downloaded futures v0.3.30
3582024-07-13T03:19:35.169Z Downloaded ipnet v2.9.0
3592024-07-13T03:19:35.172Z Downloaded smallvec v1.13.2
3602024-07-13T03:19:35.175Z Downloaded crossbeam-utils v0.8.19
3612024-07-13T03:19:35.178Z Downloaded slab v0.4.9
3622024-07-13T03:19:35.178Z Downloaded usdt-impl v0.5.0
3632024-07-13T03:19:35.180Z Downloaded parking_lot v0.12.2
3642024-07-13T03:19:35.184Z Downloaded native-tls v0.2.11
3652024-07-13T03:19:35.184Z Downloaded slog v2.7.0
3662024-07-13T03:19:35.186Z Downloaded bytes v1.6.0
3672024-07-13T03:19:35.190Z Downloaded unicode-ident v1.0.12
3682024-07-13T03:19:35.192Z Downloaded pest_meta v2.7.10
3692024-07-13T03:19:35.197Z Downloaded typenum v1.17.0
3702024-07-13T03:19:35.200Z Downloaded papergrid v0.11.0
3712024-07-13T03:19:35.203Z Downloaded tinyvec v1.6.0
3722024-07-13T03:19:35.207Z Downloaded openssl-sys v0.9.102
3732024-07-13T03:19:35.211Z Downloaded tar v0.4.40
3742024-07-13T03:19:35.215Z Downloaded tracing v0.1.40
3752024-07-13T03:19:35.218Z Downloaded crossbeam-channel v0.5.12
3762024-07-13T03:19:35.222Z Downloaded miniz_oxide v0.7.2
3772024-07-13T03:19:35.225Z Downloaded toml v0.8.14
3782024-07-13T03:19:35.228Z Downloaded tracing-core v0.1.32
3792024-07-13T03:19:35.231Z Downloaded url v2.5.0
3802024-07-13T03:19:35.235Z Downloaded http v0.2.12
3812024-07-13T03:19:35.239Z Downloaded serde v1.0.204
3822024-07-13T03:19:35.242Z Downloaded mio v0.8.11
3832024-07-13T03:19:35.247Z Downloaded unicode-bidi v0.3.15
3842024-07-13T03:19:35.251Z Downloaded memchr v2.7.2
3852024-07-13T03:19:35.256Z Downloaded toml_edit v0.22.14
3862024-07-13T03:19:35.278Z Downloaded pest v2.7.10
3872024-07-13T03:19:35.282Z Downloaded unicode-normalization v0.1.23
3882024-07-13T03:19:35.286Z Downloaded tokio-util v0.7.11
3892024-07-13T03:19:35.292Z Downloaded time v0.3.36
3902024-07-13T03:19:35.299Z Downloaded serde_json v1.0.120
3912024-07-13T03:19:35.309Z Downloaded hashbrown v0.14.5
3922024-07-13T03:19:35.312Z Downloaded hyper v0.14.28
3932024-07-13T03:19:35.319Z Downloaded futures-util v0.3.30
3942024-07-13T03:19:35.332Z Downloaded zerocopy v0.7.34
3952024-07-13T03:19:35.347Z Downloaded winnow v0.6.8
3962024-07-13T03:19:35.355Z Downloaded vcpkg v0.2.15
3972024-07-13T03:19:35.394Z Downloaded syn v2.0.68
3982024-07-13T03:19:35.403Z Downloaded syn v1.0.109
3992024-07-13T03:19:35.413Z Downloaded rustix v0.38.34
4002024-07-13T03:19:35.434Z Downloaded unicode-width v0.1.13
4012024-07-13T03:19:35.443Z Downloaded libc v0.2.155
4022024-07-13T03:19:35.468Z Downloaded tokio v1.38.0
4032024-07-13T03:19:35.501Z Downloaded openssl v0.10.64
4042024-07-13T03:19:35.510Z Downloaded idna v0.5.0
4052024-07-13T03:19:35.515Z Downloaded encoding_rs v0.8.34
4062024-07-13T03:19:35.534Z Downloaded tabled v0.15.0
4072024-07-13T03:19:35.547Z Downloaded reqwest v0.11.27
4082024-07-13T03:19:35.554Z Downloaded goblin v0.8.2
4092024-07-13T03:19:35.560Z Downloaded h2 v0.3.26
4102024-07-13T03:19:35.565Z Downloaded clap_builder v4.5.2
4112024-07-13T03:19:35.571Z Downloaded cc v1.0.97
4122024-07-13T03:19:35.575Z Downloaded base64 v0.21.7
4132024-07-13T03:19:35.577Z Downloaded indexmap v2.2.6
4142024-07-13T03:19:35.580Z Downloaded flate2 v1.0.30
4152024-07-13T03:19:35.586Z Downloaded socket2 v0.5.7
4162024-07-13T03:19:35.589Z Downloaded log v0.4.21
4172024-07-13T03:19:35.589Z Downloaded clap v4.5.4
4182024-07-13T03:19:35.597Z Downloaded futures-channel v0.3.30
4192024-07-13T03:19:35.600Z Downloaded cargo_metadata v0.18.1
4202024-07-13T03:19:35.600Z Downloaded camino v1.1.7
4212024-07-13T03:19:35.600Z Downloaded parking_lot_core v0.9.10
4222024-07-13T03:19:35.603Z Downloaded hostname v0.3.1
4232024-07-13T03:19:35.603Z Downloaded dirs-next v2.0.0
4242024-07-13T03:19:35.606Z Downloaded lock_api v0.4.12
4252024-07-13T03:19:35.606Z Downloaded heck v0.5.0
4262024-07-13T03:19:35.608Z Downloaded futures-sink v0.3.30
4272024-07-13T03:19:35.608Z Downloaded futures-executor v0.3.30
4282024-07-13T03:19:35.608Z Downloaded fs-err v2.11.0
4292024-07-13T03:19:35.611Z Downloaded foreign-types-shared v0.1.1
4302024-07-13T03:19:35.611Z Downloaded futures-macro v0.3.30
4312024-07-13T03:19:35.611Z Downloaded fnv v1.0.7
4322024-07-13T03:19:35.614Z Downloaded crc32fast v1.4.0
4332024-07-13T03:19:35.614Z Downloaded clap_derive v4.5.4
4342024-07-13T03:19:35.619Z Downloaded cargo_toml v0.20.3
4352024-07-13T03:19:35.619Z Downloaded byteorder v1.5.0
4362024-07-13T03:19:35.619Z Downloaded bitflags v2.5.0
4372024-07-13T03:19:35.622Z Downloaded mime v0.3.17
4382024-07-13T03:19:35.622Z Downloaded filetime v0.2.23
4392024-07-13T03:19:35.624Z Downloaded crypto-common v0.1.6
4402024-07-13T03:19:35.624Z Downloaded itoa v1.0.11
4412024-07-13T03:19:35.625Z Downloaded httpdate v1.0.3
4422024-07-13T03:19:35.627Z Downloaded block-buffer v0.10.4
4432024-07-13T03:19:35.627Z Downloaded heck v0.4.1
4442024-07-13T03:19:35.627Z Downloaded futures-task v0.3.30
4452024-07-13T03:19:35.630Z Downloaded form_urlencoded v1.2.1
4462024-07-13T03:19:35.630Z Downloaded anstyle v1.0.7
4472024-07-13T03:19:35.630Z Downloaded adler v1.0.2
4482024-07-13T03:19:35.634Z Downloaded is_terminal_polyfill v1.70.0
4492024-07-13T03:19:35.634Z Downloaded cfg-if v1.0.0
4502024-07-13T03:19:35.634Z Downloaded anstyle-parse v0.2.4
4512024-07-13T03:19:35.638Z Downloaded colorchoice v1.0.1
4522024-07-13T03:19:35.638Z Downloaded cargo-platform v0.1.8
4532024-07-13T03:19:35.935Z Compiling proc-macro2 v1.0.86
4542024-07-13T03:19:35.935Z Compiling unicode-ident v1.0.12
4552024-07-13T03:19:35.938Z Compiling libc v0.2.155
4562024-07-13T03:19:35.938Z Compiling version_check v0.9.4
4572024-07-13T03:19:35.938Z Compiling cfg-if v1.0.0
4582024-07-13T03:19:35.938Z Compiling once_cell v1.19.0
4592024-07-13T03:19:35.972Z Compiling itoa v1.0.11
4602024-07-13T03:19:35.975Z Compiling serde v1.0.204
4612024-07-13T03:19:36.176Z Compiling autocfg v1.3.0
4622024-07-13T03:19:36.212Z Compiling memchr v2.7.2
4632024-07-13T03:19:36.215Z Compiling thiserror v1.0.60
4642024-07-13T03:19:36.527Z Compiling ryu v1.0.18
4652024-07-13T03:19:36.784Z Compiling pin-project-lite v0.2.14
4662024-07-13T03:19:36.808Z Compiling bitflags v2.5.0
4672024-07-13T03:19:36.883Z Compiling pkg-config v0.3.30
4682024-07-13T03:19:37.013Z Compiling lock_api v0.4.12
4692024-07-13T03:19:37.142Z Compiling ucd-trie v0.1.6
4702024-07-13T03:19:37.566Z Compiling parking_lot_core v0.9.10
4712024-07-13T03:19:37.584Z Compiling vcpkg v0.2.15
4722024-07-13T03:19:37.993Z Compiling cc v1.0.97
4732024-07-13T03:19:38.521Z Compiling slab v0.4.9
4742024-07-13T03:19:38.542Z Compiling smallvec v1.13.2
4752024-07-13T03:19:38.587Z Compiling scopeguard v1.2.0
4762024-07-13T03:19:38.590Z Compiling futures-core v0.3.30
4772024-07-13T03:19:38.743Z Compiling bytes v1.6.0
4782024-07-13T03:19:38.818Z Compiling futures-sink v0.3.30
4792024-07-13T03:19:39.112Z Compiling byteorder v1.5.0
4802024-07-13T03:19:39.368Z Compiling quote v1.0.36
4812024-07-13T03:19:39.438Z Compiling serde_json v1.0.120
4822024-07-13T03:19:39.464Z Compiling log v0.4.21
4832024-07-13T03:19:39.563Z Compiling hashbrown v0.14.5
4842024-07-13T03:19:39.748Z Compiling syn v2.0.68
4852024-07-13T03:19:39.952Z Compiling equivalent v1.0.1
4862024-07-13T03:19:39.999Z Compiling fnv v1.0.7
4872024-07-13T03:19:40.074Z Compiling signal-hook-registry v1.4.2
4882024-07-13T03:19:40.128Z Compiling socket2 v0.5.7
4892024-07-13T03:19:40.151Z Compiling num_cpus v1.16.0
4902024-07-13T03:19:40.286Z Compiling parking_lot v0.12.2
4912024-07-13T03:19:40.403Z Compiling mio v0.8.11
4922024-07-13T03:19:40.851Z Compiling indexmap v2.2.6
4932024-07-13T03:19:40.941Z Compiling futures-channel v0.3.30
4942024-07-13T03:19:40.967Z Compiling futures-task v0.3.30
4952024-07-13T03:19:41.290Z Compiling futures-io v0.3.30
4962024-07-13T03:19:41.314Z Compiling typenum v1.17.0
4972024-07-13T03:19:41.347Z Compiling openssl-sys v0.9.102
4982024-07-13T03:19:41.373Z Compiling rustix v0.38.34
4992024-07-13T03:19:41.455Z Compiling pin-utils v0.1.0
5002024-07-13T03:19:41.654Z Compiling errno v0.3.9
5012024-07-13T03:19:41.748Z Compiling generic-array v0.14.7
5022024-07-13T03:19:41.892Z Compiling slog v2.7.0
5032024-07-13T03:19:42.042Z Compiling foreign-types-shared v0.1.1
5042024-07-13T03:19:42.152Z Compiling openssl v0.10.64
5052024-07-13T03:19:42.177Z Compiling foreign-types v0.3.2
5062024-07-13T03:19:42.341Z Compiling http v0.2.12
5072024-07-13T03:19:42.457Z Compiling usdt-impl v0.5.0
5082024-07-13T03:19:42.510Z Compiling proc-macro-error-attr v1.0.4
5092024-07-13T03:19:42.744Z Compiling tracing-core v0.1.32
5102024-07-13T03:19:42.779Z Compiling time-core v0.1.2
5112024-07-13T03:19:42.951Z Compiling num-conv v0.1.0
5122024-07-13T03:19:43.066Z Compiling syn v1.0.109
5132024-07-13T03:19:43.259Z Compiling powerfmt v0.2.0
5142024-07-13T03:19:43.668Z Compiling tinyvec_macros v0.1.1
5152024-07-13T03:19:43.690Z Compiling httparse v1.8.0
5162024-07-13T03:19:43.760Z Compiling native-tls v0.2.11
5172024-07-13T03:19:43.923Z Compiling tinyvec v1.6.0
5182024-07-13T03:19:44.121Z Compiling deranged v0.3.11
5192024-07-13T03:19:44.141Z Compiling tracing v0.1.40
5202024-07-13T03:19:44.596Z Compiling time-macros v0.2.18
5212024-07-13T03:19:44.654Z Compiling thread-id v4.2.1
5222024-07-13T03:19:44.989Z Compiling proc-macro-error v1.0.4
5232024-07-13T03:19:45.164Z Compiling crossbeam-utils v0.8.19
5242024-07-13T03:19:45.255Z Compiling plain v0.2.3
5252024-07-13T03:19:45.328Z Compiling percent-encoding v2.3.1
5262024-07-13T03:19:45.406Z Compiling utf8parse v0.2.1
5272024-07-13T03:19:45.567Z Compiling rustversion v1.0.17
5282024-07-13T03:19:45.670Z Compiling heck v0.5.0
5292024-07-13T03:19:45.725Z Compiling num_threads v0.1.7
5302024-07-13T03:19:45.765Z Compiling openssl-probe v0.1.5
5312024-07-13T03:19:45.840Z Compiling try-lock v0.2.5
5322024-07-13T03:19:45.929Z Compiling anstyle-parse v0.2.4
5332024-07-13T03:19:45.985Z Compiling want v0.3.1
5342024-07-13T03:19:46.230Z Compiling form_urlencoded v1.2.1
5352024-07-13T03:19:46.278Z Compiling unicode-normalization v0.1.23
5362024-07-13T03:19:46.541Z Compiling http-body v0.4.6
5372024-07-13T03:19:46.998Z Compiling dirs-sys-next v0.1.2
5382024-07-13T03:19:47.290Z Compiling semver v1.0.23
5392024-07-13T03:19:47.332Z Compiling unicode-bidi v0.3.15
5402024-07-13T03:19:47.375Z Compiling colorchoice v1.0.1
5412024-07-13T03:19:47.432Z Compiling pretty-hex v0.4.1
5422024-07-13T03:19:47.535Z Compiling anstyle v1.0.7
5432024-07-13T03:19:47.595Z Compiling httpdate v1.0.3
5442024-07-13T03:19:47.648Z Compiling anstyle-query v1.0.3
5452024-07-13T03:19:47.801Z Compiling crc32fast v1.4.0
5462024-07-13T03:19:47.829Z Compiling tower-service v0.3.2
5472024-07-13T03:19:47.852Z Compiling time v0.3.36
5482024-07-13T03:19:47.964Z Compiling camino v1.1.7
5492024-07-13T03:19:48.003Z Compiling is_terminal_polyfill v1.70.0
5502024-07-13T03:19:48.051Z Compiling winnow v0.6.8
5512024-07-13T03:19:48.137Z Compiling anstream v0.6.14
5522024-07-13T03:19:48.359Z Compiling idna v0.5.0
5532024-07-13T03:19:48.816Z Compiling dirs-next v2.0.0
5542024-07-13T03:19:48.999Z Compiling crypto-common v0.1.6
5552024-07-13T03:19:49.914Z Compiling block-buffer v0.10.4
5562024-07-13T03:19:49.944Z Compiling terminal_size v0.3.0
5572024-07-13T03:19:50.172Z Compiling fs-err v2.11.0
5582024-07-13T03:19:50.216Z Compiling thread_local v1.1.8
5592024-07-13T03:19:50.260Z Compiling heck v0.4.1
5602024-07-13T03:19:50.411Z Compiling anyhow v1.0.86
5612024-07-13T03:19:50.441Z Compiling bytecount v0.6.8
5622024-07-13T03:19:50.662Z Compiling clap_lex v0.7.0
5632024-07-13T03:19:50.748Z Compiling strsim v0.11.1
5642024-07-13T03:19:50.799Z Compiling adler v1.0.2
5652024-07-13T03:19:51.020Z Compiling slog-async v2.8.0
5662024-07-13T03:19:51.049Z Compiling base64 v0.21.7
5672024-07-13T03:19:51.259Z Compiling unicode-width v0.1.13
5682024-07-13T03:19:51.491Z Compiling match_cfg v0.1.0
5692024-07-13T03:19:51.589Z Compiling hostname v0.3.1
5702024-07-13T03:19:51.607Z Compiling rustls-pemfile v1.0.4
5712024-07-13T03:19:51.721Z Compiling papergrid v0.11.0
5722024-07-13T03:19:51.768Z Compiling clap_builder v4.5.2
5732024-07-13T03:19:51.839Z Compiling miniz_oxide v0.7.2
5742024-07-13T03:19:52.983Z Compiling digest v0.10.7
5752024-07-13T03:19:52.986Z Compiling crossbeam-channel v0.5.12
5762024-07-13T03:19:52.986Z Compiling url v2.5.0
5772024-07-13T03:19:52.986Z Compiling term v0.7.0
5782024-07-13T03:19:52.986Z Compiling serde_derive v1.0.204
5792024-07-13T03:19:53.088Z Compiling thiserror-impl v1.0.60
5802024-07-13T03:19:53.146Z Compiling zerocopy-derive v0.7.34
5812024-07-13T03:19:53.445Z Compiling futures-macro v0.3.30
5822024-07-13T03:19:53.965Z Compiling tokio-macros v2.3.0
5832024-07-13T03:19:54.006Z Compiling scroll_derive v0.12.0
5842024-07-13T03:19:55.543Z Compiling openssl-macros v0.1.1
5852024-07-13T03:19:55.546Z Compiling zerocopy v0.7.34
5862024-07-13T03:19:55.604Z Compiling futures-util v0.3.30
5872024-07-13T03:19:55.716Z Compiling tokio v1.38.0
5882024-07-13T03:19:56.052Z Compiling scroll v0.12.0
5892024-07-13T03:19:56.580Z Compiling goblin v0.8.2
5902024-07-13T03:19:56.682Z Compiling pest v2.7.10
5912024-07-13T03:19:57.346Z Compiling tabled_derive v0.7.0
5922024-07-13T03:19:59.673Z Compiling pest_meta v2.7.10
5932024-07-13T03:20:00.020Z Compiling clap_derive v4.5.4
5942024-07-13T03:20:01.733Z Compiling pest_generator v2.7.10
5952024-07-13T03:20:03.857Z Compiling tokio-util v0.7.11
5962024-07-13T03:20:05.320Z Compiling pest_derive v2.7.10
5972024-07-13T03:20:05.327Z Compiling h2 v0.3.26
5982024-07-13T03:20:05.327Z Compiling futures-executor v0.3.30
5992024-07-13T03:20:05.848Z Compiling tokio-native-tls v0.3.1
6002024-07-13T03:20:05.891Z Compiling dtrace-parser v0.2.0
6012024-07-13T03:20:05.923Z Compiling strum_macros v0.26.4
6022024-07-13T03:20:06.500Z Compiling xattr v1.3.1
6032024-07-13T03:20:06.788Z Compiling filetime v0.2.23
6042024-07-13T03:20:07.079Z Compiling is-terminal v0.4.12
6052024-07-13T03:20:07.142Z Compiling memmap v0.7.0
6062024-07-13T03:20:07.215Z Compiling encoding_rs v0.8.34
6072024-07-13T03:20:07.495Z Compiling mime v0.3.17
6082024-07-13T03:20:08.093Z Compiling serde_spanned v0.6.6
6092024-07-13T03:20:08.116Z Compiling toml_datetime v0.6.6
6102024-07-13T03:20:08.330Z Compiling serde_tokenstream v0.2.1
6112024-07-13T03:20:08.637Z Compiling toml_edit v0.22.14
6122024-07-13T03:20:09.636Z Compiling dof v0.3.0
6132024-07-13T03:20:10.803Z Compiling hyper v0.14.28
6142024-07-13T03:20:11.792Z Compiling toml v0.8.14
6152024-07-13T03:20:11.856Z Compiling slog-json v2.6.1
6162024-07-13T03:20:11.882Z Compiling serde_urlencoded v0.7.1
6172024-07-13T03:20:12.399Z Compiling cargo-platform v0.1.8
6182024-07-13T03:20:12.556Z Compiling sync_wrapper v0.1.2
6192024-07-13T03:20:12.604Z Compiling take_mut v0.2.2
6202024-07-13T03:20:12.695Z Compiling cpufeatures v0.2.12
6212024-07-13T03:20:12.774Z Compiling ipnet v2.9.0
6222024-07-13T03:20:12.806Z Compiling sha2 v0.10.8
6232024-07-13T03:20:13.021Z Compiling cargo_metadata v0.18.1
6242024-07-13T03:20:13.264Z Compiling usdt-attr-macro v0.5.0
6252024-07-13T03:20:13.612Z Compiling usdt-macro v0.5.0
6262024-07-13T03:20:14.077Z Compiling cargo_toml v0.20.3
6272024-07-13T03:20:14.440Z Compiling slog-bunyan v2.5.0
6282024-07-13T03:20:14.640Z Compiling hyper-tls v0.5.0
6292024-07-13T03:20:14.771Z Compiling strum v0.26.2
6302024-07-13T03:20:14.920Z Compiling usdt v0.5.0
6312024-07-13T03:20:14.947Z Compiling reqwest v0.11.27
6322024-07-13T03:20:14.973Z Compiling macaddr v1.0.1
6332024-07-13T03:20:15.424Z Compiling slog-term v2.9.1
6342024-07-13T03:20:15.427Z Compiling tar v0.4.40
6352024-07-13T03:20:16.327Z Compiling flate2 v1.0.30
6362024-07-13T03:20:16.707Z Compiling futures v0.3.30
6372024-07-13T03:20:16.836Z Compiling clap v4.5.4
6382024-07-13T03:20:16.895Z Compiling tabled v0.15.0
6392024-07-13T03:20:17.277Z Compiling swrite v0.1.0
6402024-07-13T03:20:21.606Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6412024-07-13T03:20:28.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
6422024-07-13T03:20:28.907Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
6432024-07-13T03:20:28.965ZJul 13 03:20:28.123 INFO Starting download, target: Cockroach
6442024-07-13T03:20:28.965ZJul 13 03:20:28.123 INFO Starting download, target: Clickhouse
6452024-07-13T03:20:28.965ZJul 13 03:20:28.123 INFO Starting download, target: Console
6462024-07-13T03:20:28.970ZJul 13 03:20:28.123 INFO Starting download, target: DendriteOpenapi
6472024-07-13T03:20:28.971ZJul 13 03:20:28.123 INFO Starting download, target: DendriteStub
6482024-07-13T03:20:28.971ZJul 13 03:20:28.123 INFO Starting download, target: MaghemiteMgd
6492024-07-13T03:20:28.971ZJul 13 03:20:28.123 INFO Starting download, target: TransceiverControl
6502024-07-13T03:20:28.971ZJul 13 03:20:28.124 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi
6512024-07-13T03:20:28.971ZJul 13 03:20:28.124 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
6522024-07-13T03:20:28.971ZJul 13 03:20:28.124 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
6532024-07-13T03:20:28.971ZJul 13 03:20:28.124 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
6542024-07-13T03:20:28.971ZJul 13 03:20:28.124 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
6552024-07-13T03:20:28.971ZJul 13 03:20:28.124 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
6562024-07-13T03:20:28.971ZJul 13 03:20:28.124 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
6572024-07-13T03:20:29.152ZJul 13 03:20:28.303 INFO Download complete, target: DendriteOpenapi
6582024-07-13T03:20:29.200ZJul 13 03:20:28.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
6592024-07-13T03:20:29.536ZJul 13 03:20:28.694 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
6602024-07-13T03:20:29.594ZJul 13 03:20:28.750 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
6612024-07-13T03:20:29.954ZJul 13 03:20:29.112 INFO Download complete, target: Console
6622024-07-13T03:20:29.973ZJul 13 03:20:29.131 INFO Download complete, target: TransceiverControl
6632024-07-13T03:20:29.994ZJul 13 03:20:29.151 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
6642024-07-13T03:20:31.118ZJul 13 03:20:30.275 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
6652024-07-13T03:20:32.968ZJul 13 03:20:32.125 INFO Download complete, target: MaghemiteMgd
6662024-07-13T03:20:33.147ZJul 13 03:20:32.305 INFO Download complete, target: DendriteStub
6672024-07-13T03:20:34.830ZJul 13 03:20:33.983 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
6682024-07-13T03:20:34.830ZJul 13 03:20:33.983 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
6692024-07-13T03:20:43.090ZJul 13 03:20:42.246 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
6702024-07-13T03:20:43.448ZJul 13 03:20:42.603 INFO Checking that binary works, target: Cockroach
6712024-07-13T03:20:43.719ZJul 13 03:20:42.874 INFO Download complete, target: Cockroach
6722024-07-13T03:20:45.794ZJul 13 03:20:44.949 INFO Checking that binary works, target: Clickhouse
6732024-07-13T03:20:46.204ZJul 13 03:20:45.359 INFO Download complete, target: Clickhouse
6742024-07-13T03:20:46.212ZAll prerequisites installed successfully
6752024-07-13T03:20:46.215Z
6762024-07-13T03:20:46.215Zreal 2:37.849063366
6772024-07-13T03:20:46.215Zuser 5:46.697025678
6782024-07-13T03:20:46.215Zsys 1:18.751712713
6792024-07-13T03:20:46.215Ztrap 0.212751000
6802024-07-13T03:20:46.215Ztflt 3.352892260
6812024-07-13T03:20:46.215Zdflt 5.237504967
6822024-07-13T03:20:46.215Zkflt 0.179143152
6832024-07-13T03:20:46.215Zlock 13:15.190136233
6842024-07-13T03:20:46.215Zslp 17:31.333850727
6852024-07-13T03:20:46.215Zlat 19.846693567
6862024-07-13T03:20:46.215Zstop 1:02.340351540
6872024-07-13T03:20:46.215Z+ ptime -m cargo xtask download softnpu
6882024-07-13T03:20:46.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
6892024-07-13T03:20:46.768Z Running `target/debug/xtask download softnpu`
6902024-07-13T03:20:46.792ZJul 13 03:20:45.947 INFO Starting download, target: Softnpu
6912024-07-13T03:20:46.795ZJul 13 03:20:45.948 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
6922024-07-13T03:20:47.470ZJul 13 03:20:46.625 INFO Download complete, target: Softnpu
6932024-07-13T03:20:47.475Z
6942024-07-13T03:20:47.478Zreal 1.254732484
6952024-07-13T03:20:47.478Zuser 0.618781814
6962024-07-13T03:20:47.478Zsys 0.278845153
6972024-07-13T03:20:47.478Ztrap 0.000172857
6982024-07-13T03:20:47.478Ztflt 0.000064188
6992024-07-13T03:20:47.478Zdflt 0.000134090
7002024-07-13T03:20:47.478Zkflt 0.000000000
7012024-07-13T03:20:47.478Zlock 7.008657878
7022024-07-13T03:20:47.478Zslp 0.550364835
7032024-07-13T03:20:47.478Zlat 0.063892461
7042024-07-13T03:20:47.478Zstop 0.000254812
7052024-07-13T03:20:47.479Z+ export CARGO_INCREMENTAL=0
7062024-07-13T03:20:47.479Z+ CARGO_INCREMENTAL=0
7072024-07-13T03:20:47.479Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
7082024-07-13T03:20:48.007Z Downloading crates ...
7092024-07-13T03:20:48.130Z Downloaded atomicwrites v0.4.3
7102024-07-13T03:20:48.133Z Downloaded async-stream-impl v0.3.5
7112024-07-13T03:20:48.136Z Downloaded atty v0.2.14
7122024-07-13T03:20:48.141Z Downloaded assert_matches v1.5.0
7132024-07-13T03:20:48.144Z Downloaded aead v0.5.2
7142024-07-13T03:20:48.147Z Downloaded darling_macro v0.20.9
7152024-07-13T03:20:48.147Z Downloaded cfg_aliases v0.1.1
7162024-07-13T03:20:48.155Z Downloaded crucible-workspace-hack v0.1.0
7172024-07-13T03:20:48.160Z Downloaded atomic-waker v1.1.2
7182024-07-13T03:20:48.163Z Downloaded async-stream v0.3.5
7192024-07-13T03:20:48.166Z Downloaded oso-derive v0.27.3
7202024-07-13T03:20:48.169Z Downloaded arrayref v0.3.7
7212024-07-13T03:20:48.169Z Downloaded derive_builder_macro v0.20.0
7222024-07-13T03:20:48.172Z Downloaded number_prefix v0.4.0
7232024-07-13T03:20:48.172Z Downloaded ciborium-io v0.2.2
7242024-07-13T03:20:48.174Z Downloaded path-slash v0.1.5
7252024-07-13T03:20:48.178Z Downloaded crunchy v0.2.2
7262024-07-13T03:20:48.182Z Downloaded predicates-core v1.0.6
7272024-07-13T03:20:48.185Z Downloaded phf_shared v0.10.0
7282024-07-13T03:20:48.185Z Downloaded normalize-line-endings v0.3.0
7292024-07-13T03:20:48.190Z Downloaded portpicker v0.1.1
7302024-07-13T03:20:48.193Z Downloaded precomputed-hash v0.1.1
7312024-07-13T03:20:48.195Z Downloaded opaque-debug v0.3.1
7322024-07-13T03:20:48.195Z Downloaded peg-runtime v0.8.3
7332024-07-13T03:20:48.195Z Downloaded cstr-argument v0.1.2
7342024-07-13T03:20:48.198Z Downloaded pretty-hex v0.2.1
7352024-07-13T03:20:48.201Z Downloaded packed_struct_codegen v0.10.1
7362024-07-13T03:20:48.201Z Downloaded nu-ansi-term v0.50.0
7372024-07-13T03:20:48.204Z Downloaded crc v3.2.1
7382024-07-13T03:20:48.206Z Downloaded bb8 v0.8.5
7392024-07-13T03:20:48.209Z Downloaded parse-display-derive v0.9.1
7402024-07-13T03:20:48.212Z Downloaded crc-catalog v2.4.0
7412024-07-13T03:20:48.212Z Downloaded colored v2.1.0
7422024-07-13T03:20:48.215Z Downloaded base16ct v0.2.0
7432024-07-13T03:20:48.218Z Downloaded parse-size v1.0.0
7442024-07-13T03:20:48.218Z Downloaded toolchain_find v0.4.0
7452024-07-13T03:20:48.218Z Downloaded data-encoding v2.6.0
7462024-07-13T03:20:48.220Z Downloaded constant_time_eq v0.3.0
7472024-07-13T03:20:48.223Z Downloaded bitstruct v0.1.1
7482024-07-13T03:20:48.223Z Downloaded buf-list v1.0.3
7492024-07-13T03:20:48.226Z Downloaded bcs v0.1.6
7502024-07-13T03:20:48.231Z Downloaded curve25519-dalek-derive v0.1.1
7512024-07-13T03:20:48.231Z Downloaded rpassword v7.3.1
7522024-07-13T03:20:48.231Z Downloaded cipher v0.4.4
7532024-07-13T03:20:48.235Z Downloaded pem v3.0.4
7542024-07-13T03:20:48.235Z Downloaded bitstruct_derive v0.1.0
7552024-07-13T03:20:48.235Z Downloaded ref-cast-impl v1.0.23
7562024-07-13T03:20:48.239Z Downloaded psl-types v2.0.11
7572024-07-13T03:20:48.239Z Downloaded camino-tempfile v1.1.1
7582024-07-13T03:20:48.242Z Downloaded rand_seeder v0.2.3
7592024-07-13T03:20:48.243Z Downloaded ascii-canvas v3.0.0
7602024-07-13T03:20:48.243Z Downloaded olpc-cjson v0.1.3
7612024-07-13T03:20:48.246Z Downloaded r2d2 v0.8.10
7622024-07-13T03:20:48.249Z Downloaded predicates v3.1.0
7632024-07-13T03:20:48.249Z Downloaded defmt-macros v0.3.9
7642024-07-13T03:20:48.252Z Downloaded chacha20 v0.9.1
7652024-07-13T03:20:48.255Z Downloaded parking_lot_core v0.8.6
7662024-07-13T03:20:48.258Z Downloaded debug-ignore v1.0.5
7672024-07-13T03:20:48.261Z Downloaded peg v0.8.3
7682024-07-13T03:20:48.264Z Downloaded peg-macros v0.8.3
7692024-07-13T03:20:48.267Z Downloaded derive_more v0.99.18
7702024-07-13T03:20:48.271Z Downloaded pin-project-internal v1.1.5
7712024-07-13T03:20:48.274Z Downloaded phf v0.11.2
7722024-07-13T03:20:48.277Z Downloaded zone_cfg_derive v0.1.2
7732024-07-13T03:20:48.277Z Downloaded rand_core v0.6.4
7742024-07-13T03:20:48.280Z Downloaded der_derive v0.7.2
7752024-07-13T03:20:48.280Z Downloaded defmt v0.3.8
7762024-07-13T03:20:48.285Z Downloaded ppv-lite86 v0.2.17
7772024-07-13T03:20:48.288Z Downloaded pkcs1 v0.7.5
7782024-07-13T03:20:48.291Z Downloaded memmap2 v0.9.4
7792024-07-13T03:20:48.291Z Downloaded resolv-conf v0.7.0
7802024-07-13T03:20:48.294Z Downloaded new_debug_unreachable v1.0.6
7812024-07-13T03:20:48.298Z Downloaded password-hash v0.5.0
7822024-07-13T03:20:48.298Z Downloaded is_ci v1.2.0
7832024-07-13T03:20:48.302Z Downloaded serde-big-array v0.5.1
7842024-07-13T03:20:48.302Z Downloaded topological-sort v0.2.2
7852024-07-13T03:20:48.302Z Downloaded postgres-protocol v0.6.6
7862024-07-13T03:20:48.306Z Downloaded nodrop v0.1.14
7872024-07-13T03:20:48.309Z Downloaded uzers v0.11.3
7882024-07-13T03:20:48.309Z Downloaded pem-rfc7468 v0.7.0
7892024-07-13T03:20:48.313Z Downloaded derive_builder_core v0.20.0
7902024-07-13T03:20:48.313Z Downloaded rustc-demangle v0.1.24
7912024-07-13T03:20:48.316Z Downloaded cookie v0.17.0
7922024-07-13T03:20:48.319Z Downloaded cobs v0.2.3
7932024-07-13T03:20:48.319Z Downloaded termtree v0.4.1
7942024-07-13T03:20:48.323Z Downloaded allocator-api2 v0.2.18
7952024-07-13T03:20:48.326Z Downloaded pkcs8 v0.10.2
7962024-07-13T03:20:48.331Z Downloaded waitgroup v0.1.2
7972024-07-13T03:20:48.331Z Downloaded fallible-iterator v0.2.0
7982024-07-13T03:20:48.334Z Downloaded cookie v0.18.1
7992024-07-13T03:20:48.334Z Downloaded base64ct v1.6.0
8002024-07-13T03:20:48.336Z Downloaded http-range v0.1.5
8012024-07-13T03:20:48.337Z Downloaded newtype_derive v0.1.6
8022024-07-13T03:20:48.340Z Downloaded libefi-sys v0.1.0
8032024-07-13T03:20:48.340Z Downloaded funty v2.0.0
8042024-07-13T03:20:48.343Z Downloaded hash32 v0.3.1
8052024-07-13T03:20:48.343Z Downloaded hash32 v0.2.1
8062024-07-13T03:20:48.346Z Downloaded libsw v3.3.1
8072024-07-13T03:20:48.346Z Downloaded impl-trait-for-tuples v0.2.2
8082024-07-13T03:20:48.349Z Downloaded pin-project v1.1.5
8092024-07-13T03:20:48.362Z Downloaded rusty-fork v0.3.0
8102024-07-13T03:20:48.365Z Downloaded spin v0.5.2
8112024-07-13T03:20:48.368Z Downloaded omicron-zone-package v0.11.0
8122024-07-13T03:20:48.373Z Downloaded slog-scope v4.4.0
8132024-07-13T03:20:48.377Z Downloaded slog-envlogger v2.2.0
8142024-07-13T03:20:48.377Z Downloaded termios v0.3.3
8152024-07-13T03:20:48.381Z Downloaded wait-timeout v0.2.0
8162024-07-13T03:20:48.384Z Downloaded unicode-linebreak v0.1.5
8172024-07-13T03:20:48.384Z Downloaded unicase v2.7.0
8182024-07-13T03:20:48.384Z Downloaded unarray v0.1.4
8192024-07-13T03:20:48.387Z Downloaded string_cache v0.8.7
8202024-07-13T03:20:48.387Z Downloaded wyz v0.5.1
8212024-07-13T03:20:48.390Z Downloaded endian-type v0.1.2
8222024-07-13T03:20:48.390Z Downloaded glob v0.3.1
8232024-07-13T03:20:48.393Z Downloaded fd-lock v4.0.2
8242024-07-13T03:20:48.396Z Downloaded libloading v0.8.3
8252024-07-13T03:20:48.398Z Downloaded sigpipe v0.1.3
8262024-07-13T03:20:48.398Z Downloaded hostname v0.4.0
8272024-07-13T03:20:48.401Z Downloaded flagset v0.4.5
8282024-07-13T03:20:48.404Z Downloaded signature v1.6.4
8292024-07-13T03:20:48.407Z Downloaded signal-hook-tokio v0.3.1
8302024-07-13T03:20:48.407Z Downloaded secrecy v0.8.0
8312024-07-13T03:20:48.410Z Downloaded base64 v0.22.1
8322024-07-13T03:20:48.414Z Downloaded crypto-bigint v0.5.5
8332024-07-13T03:20:48.424Z Downloaded const_format v0.2.32
8342024-07-13T03:20:48.430Z Downloaded diesel_table_macro_syntax v0.1.0
8352024-07-13T03:20:48.434Z Downloaded ident_case v1.0.1
8362024-07-13T03:20:48.437Z Downloaded tui-tree-widget v0.21.0
8372024-07-13T03:20:48.437Z Downloaded static_assertions v1.1.0
8382024-07-13T03:20:48.440Z Downloaded half v2.4.1
8392024-07-13T03:20:48.443Z Downloaded getopts v0.2.21
8402024-07-13T03:20:48.443Z Downloaded gethostname v0.4.3
8412024-07-13T03:20:48.446Z Downloaded either v1.12.0
8422024-07-13T03:20:48.449Z Downloaded prettyplease v0.2.20
8432024-07-13T03:20:48.452Z Downloaded inout v0.1.3
8442024-07-13T03:20:48.452Z Downloaded strip-ansi-escapes v0.2.0
8452024-07-13T03:20:48.455Z Downloaded schemars_derive v0.8.21
8462024-07-13T03:20:48.455Z Downloaded tungstenite v0.21.0
8472024-07-13T03:20:48.458Z Downloaded socket2 v0.4.10
8482024-07-13T03:20:48.461Z Downloaded signal-hook-mio v0.2.3
8492024-07-13T03:20:48.463Z Downloaded multer v3.1.0
8502024-07-13T03:20:48.466Z Downloaded ron v0.8.1
8512024-07-13T03:20:48.470Z Downloaded env_logger v0.10.2
8522024-07-13T03:20:48.472Z Downloaded rayon-core v1.12.1
8532024-07-13T03:20:48.480Z Downloaded hmac v0.12.1
8542024-07-13T03:20:48.480Z Downloaded tokio-rustls v0.24.1
8552024-07-13T03:20:48.485Z Downloaded snafu-derive v0.8.2
8562024-07-13T03:20:48.485Z Downloaded display-error-chain v0.2.0
8572024-07-13T03:20:48.485Z Downloaded lazy_static v1.5.0
8582024-07-13T03:20:48.488Z Downloaded tls_codec_derive v0.4.1
8592024-07-13T03:20:48.488Z Downloaded lalrpop-util v0.19.12
8602024-07-13T03:20:48.492Z Downloaded spin v0.9.8
8612024-07-13T03:20:48.495Z Downloaded strum_macros v0.24.3
8622024-07-13T03:20:48.495Z Downloaded hubpack_derive v0.1.1
8632024-07-13T03:20:48.495Z Downloaded sqlparser_derive v0.2.2
8642024-07-13T03:20:48.495Z Downloaded rsa v0.9.6
8652024-07-13T03:20:48.501Z Downloaded lazycell v1.3.0
8662024-07-13T03:20:48.504Z Downloaded structmeta-derive v0.2.0
8672024-07-13T03:20:48.504Z Downloaded stability v0.2.0
8682024-07-13T03:20:48.513Z Downloaded publicsuffix v2.2.3
8692024-07-13T03:20:48.513Z Downloaded smallvec v0.6.14
8702024-07-13T03:20:48.513Z Downloaded getrandom v0.2.14
8712024-07-13T03:20:48.520Z Downloaded ena v0.14.3
8722024-07-13T03:20:48.520Z Downloaded untrusted v0.9.0
8732024-07-13T03:20:48.520Z Downloaded der v0.7.9
8742024-07-13T03:20:48.530Z Downloaded sct v0.7.1
8752024-07-13T03:20:48.535Z Downloaded nibble_vec v0.1.0
8762024-07-13T03:20:48.538Z Downloaded fxhash v0.2.1
8772024-07-13T03:20:48.538Z Downloaded instant v0.1.12
8782024-07-13T03:20:48.538Z Downloaded foreign-types-shared v0.3.1
8792024-07-13T03:20:48.541Z Downloaded hubpack v0.1.2
8802024-07-13T03:20:48.541Z Downloaded iana-time-zone v0.1.60
8812024-07-13T03:20:48.543Z Downloaded zeroize v1.7.0
8822024-07-13T03:20:48.546Z Downloaded tls_codec v0.4.1
8832024-07-13T03:20:48.549Z Downloaded termcolor v1.4.1
8842024-07-13T03:20:48.549Z Downloaded headers-core v0.2.0
8852024-07-13T03:20:48.549Z Downloaded downcast v0.11.0
8862024-07-13T03:20:48.552Z Downloaded sqlformat v0.2.4
8872024-07-13T03:20:48.552Z Downloaded keccak v0.1.5
8882024-07-13T03:20:48.555Z Downloaded heck v0.3.3
8892024-07-13T03:20:48.555Z Downloaded fragile v2.0.0
8902024-07-13T03:20:48.557Z Downloaded foreign-types v0.5.0
8912024-07-13T03:20:48.560Z Downloaded multimap v0.10.0
8922024-07-13T03:20:48.560Z Downloaded untrusted v0.7.1
8932024-07-13T03:20:48.560Z Downloaded tiny-keccak v2.0.2
8942024-07-13T03:20:48.563Z Downloaded thiserror-impl-no-std v2.0.2
8952024-07-13T03:20:48.566Z Downloaded smawk v0.3.2
8962024-07-13T03:20:48.569Z Downloaded whoami v1.5.1
8972024-07-13T03:20:48.569Z Downloaded strum_macros v0.25.3
8982024-07-13T03:20:48.572Z Downloaded mockall_derive v0.12.1
8992024-07-13T03:20:48.575Z Downloaded float-ord v0.3.2
9002024-07-13T03:20:48.575Z Downloaded vte_generate_state_changes v0.1.1
9012024-07-13T03:20:48.575Z Downloaded serde-big-array v0.4.1
9022024-07-13T03:20:48.578Z Downloaded yasna v0.5.2
9032024-07-13T03:20:48.580Z Downloaded typed-path v0.7.1
9042024-07-13T03:20:48.584Z Downloaded signal-hook v0.3.17
9052024-07-13T03:20:48.588Z Downloaded tokio-rustls v0.25.0
9062024-07-13T03:20:48.591Z Downloaded maybe-uninit v2.0.0
9072024-07-13T03:20:48.593Z Downloaded indent_write v2.2.0
9082024-07-13T03:20:48.593Z Downloaded smf v0.2.3
9092024-07-13T03:20:48.594Z Downloaded siphasher v0.3.11
9102024-07-13T03:20:48.596Z Downloaded maplit v1.0.2
9112024-07-13T03:20:48.596Z Downloaded serde_arrays v0.1.0
9122024-07-13T03:20:48.599Z Downloaded ipnetwork v0.20.0
9132024-07-13T03:20:48.602Z Downloaded hyper-staticfile v0.9.5
9142024-07-13T03:20:48.602Z Downloaded rustls-pki-types v1.7.0
9152024-07-13T03:20:48.604Z Downloaded tungstenite v0.20.1
9162024-07-13T03:20:48.607Z Downloaded serde_repr v0.1.19
9172024-07-13T03:20:48.610Z Downloaded shlex v1.3.0
9182024-07-13T03:20:48.612Z Downloaded structmeta-derive v0.3.0
9192024-07-13T03:20:48.612Z Downloaded stringprep v0.1.4
9202024-07-13T03:20:48.615Z Downloaded schemars v0.8.21
9212024-07-13T03:20:48.626Z Downloaded mockall v0.12.1
9222024-07-13T03:20:48.628Z Downloaded zeroize_derive v1.4.2
9232024-07-13T03:20:48.628Z Downloaded diesel_derives v2.1.4
9242024-07-13T03:20:48.632Z Downloaded num-bigint-dig v0.8.4
9252024-07-13T03:20:48.637Z Downloaded scheduled-thread-pool v0.2.7
9262024-07-13T03:20:48.640Z Downloaded erased-serde v0.3.31
9272024-07-13T03:20:48.644Z Downloaded dyn-clone v1.0.17
9282024-07-13T03:20:48.644Z Downloaded env_logger v0.9.3
9292024-07-13T03:20:48.646Z Downloaded elliptic-curve v0.13.8
9302024-07-13T03:20:48.649Z Downloaded shell-words v1.1.0
9312024-07-13T03:20:48.649Z Downloaded toml v0.7.8
9322024-07-13T03:20:48.652Z Downloaded serde_plain v1.0.2
9332024-07-13T03:20:48.655Z Downloaded steno v0.4.1
9342024-07-13T03:20:48.658Z Downloaded tokio-postgres v0.7.10
9352024-07-13T03:20:48.662Z Downloaded http v1.1.0
9362024-07-13T03:20:48.665Z Downloaded mime_guess v2.0.4
9372024-07-13T03:20:48.668Z Downloaded tokio-stream v0.1.15
9382024-07-13T03:20:48.670Z Downloaded reedline v0.31.0
9392024-07-13T03:20:48.677Z Downloaded zip v0.6.6
9402024-07-13T03:20:48.682Z Downloaded portable-atomic v1.6.0
9412024-07-13T03:20:48.688Z Downloaded vte v0.11.1
9422024-07-13T03:20:48.691Z Downloaded similar v2.5.0
9432024-07-13T03:20:48.694Z Downloaded uuid v1.9.1
9442024-07-13T03:20:48.697Z Downloaded fatfs v0.3.6
9452024-07-13T03:20:48.700Z Downloaded rustyline v14.0.0
9462024-07-13T03:20:48.705Z Downloaded hashbrown v0.13.2
9472024-07-13T03:20:48.709Z Downloaded blake3 v1.5.1
9482024-07-13T03:20:48.717Z Downloaded x509-cert v0.2.5
9492024-07-13T03:20:48.723Z Downloaded heapless v0.8.0
9502024-07-13T03:20:48.727Z Downloaded libxml v0.3.3
9512024-07-13T03:20:48.733Z Downloaded hashbrown v0.12.3
9522024-07-13T03:20:48.737Z Downloaded flume v0.11.0
9532024-07-13T03:20:48.741Z Downloaded headers v0.3.9
9542024-07-13T03:20:48.746Z Downloaded toml_edit v0.19.15
9552024-07-13T03:20:48.763Z Downloaded tough v0.17.1
9562024-07-13T03:20:48.772Z Downloaded minimal-lexical v0.2.1
9572024-07-13T03:20:48.776Z Downloaded bindgen v0.69.4
9582024-07-13T03:20:48.783Z Downloaded heapless v0.7.17
9592024-07-13T03:20:48.788Z Downloaded bitvec v1.0.1
9602024-07-13T03:20:48.804Z Downloaded expectorate v1.1.0
9612024-07-13T03:20:48.807Z Downloaded itertools v0.13.0
9622024-07-13T03:20:48.813Z Downloaded hkdf v0.12.4
9632024-07-13T03:20:48.816Z Downloaded proptest v1.4.0
9642024-07-13T03:20:48.824Z Downloaded itertools v0.12.1
9652024-07-13T03:20:48.832Z Downloaded rayon v1.10.0
9662024-07-13T03:20:48.841Z Downloaded serde_with v3.8.3
9672024-07-13T03:20:48.849Z Downloaded sqlparser v0.45.0
9682024-07-13T03:20:48.854Z Downloaded chrono v0.4.38
9692024-07-13T03:20:48.862Z Downloaded lalrpop v0.19.12
9702024-07-13T03:20:48.873Z Downloaded rustls-webpki v0.101.7
9712024-07-13T03:20:48.888Z Downloaded object v0.30.4
9722024-07-13T03:20:48.898Z Downloaded regex v1.10.5
9732024-07-13T03:20:48.912Z Downloaded radix_trie v0.2.1
9742024-07-13T03:20:48.916Z Downloaded nix v0.27.1
9752024-07-13T03:20:48.927Z Downloaded rustls v0.22.4
9762024-07-13T03:20:48.940Z Downloaded idna v0.2.3
9772024-07-13T03:20:48.947Z Downloaded idna v0.3.0
9782024-07-13T03:20:48.954Z Downloaded polar-core v0.27.3
9792024-07-13T03:20:48.962Z Downloaded gimli v0.28.1
9802024-07-13T03:20:48.970Z Downloaded nix v0.28.0
9812024-07-13T03:20:48.982Z Downloaded webpki-roots v0.25.4
9822024-07-13T03:20:48.986Z Downloaded sled v0.34.7
9832024-07-13T03:20:48.996Z Downloaded diesel v2.1.6
9842024-07-13T03:20:49.014Z Downloaded zerocopy-derive v0.6.6
9852024-07-13T03:20:49.024Z Downloaded trust-dns-proto v0.22.0
9862024-07-13T03:20:49.036Z Downloaded bzip2-sys v0.1.11+1.0.8
9872024-07-13T03:20:49.048Z Downloaded sha3 v0.10.8
9882024-07-13T03:20:49.053Z Downloaded ratatui v0.27.0
9892024-07-13T03:20:49.070Z Downloaded csv v1.3.0
9902024-07-13T03:20:49.089Z Downloaded regex-syntax v0.8.3
9912024-07-13T03:20:49.096Z Downloaded regex-automata v0.4.6
9922024-07-13T03:20:49.112Z Downloaded openapiv3 v2.0.0
9932024-07-13T03:20:49.122Z Downloaded finl_unicode v1.2.0
9942024-07-13T03:20:49.135Z Downloaded smoltcp v0.9.1
9952024-07-13T03:20:49.145Z Downloaded petgraph v0.6.5
9962024-07-13T03:20:49.161Z Downloaded regress v0.9.1
9972024-07-13T03:20:49.169Z Downloaded rustls-webpki v0.102.4
9982024-07-13T03:20:49.187Z Downloaded smoltcp v0.11.0
9992024-07-13T03:20:49.199Z Downloaded regex-syntax v0.6.29
10002024-07-13T03:20:49.206Z Downloaded bstr v1.9.1
10012024-07-13T03:20:49.216Z Downloaded rustls v0.21.12
10022024-07-13T03:20:49.226Z Downloaded object v0.32.2
10032024-07-13T03:20:49.237Z Downloaded bstr v0.2.17
10042024-07-13T03:20:49.245Z Downloaded curve25519-dalek v4.1.3
10052024-07-13T03:20:49.253Z Downloaded quick-xml v0.31.0
10062024-07-13T03:20:49.259Z Downloaded trust-dns-server v0.22.1
10072024-07-13T03:20:49.264Z Downloaded winnow v0.5.40
10082024-07-13T03:20:49.271Z Downloaded libm v0.2.8
10092024-07-13T03:20:49.278Z Downloaded aho-corasick v1.1.3
10102024-07-13T03:20:49.283Z Downloaded trust-dns-resolver v0.22.0
10112024-07-13T03:20:49.287Z Downloaded samael v0.0.15
10122024-07-13T03:20:49.292Z Downloaded zerocopy v0.6.6
10132024-07-13T03:20:49.294Z Downloaded trust-dns-client v0.22.0
10142024-07-13T03:20:49.299Z Downloaded unicode_categories v0.1.1
10152024-07-13T03:20:49.301Z Downloaded unicode-segmentation v1.11.0
10162024-07-13T03:20:49.305Z Downloaded itertools v0.10.5
10172024-07-13T03:20:49.309Z Downloaded nom v7.1.3
10182024-07-13T03:20:49.315Z Downloaded snafu v0.8.2
10192024-07-13T03:20:49.319Z Downloaded salty v0.2.0
10202024-07-13T03:20:49.324Z Downloaded float-cmp v0.9.0
10212024-07-13T03:20:49.327Z Downloaded diff v0.1.13
10222024-07-13T03:20:49.330Z Downloaded textwrap v0.16.1
10232024-07-13T03:20:49.333Z Downloaded regex-automata v0.1.10
10242024-07-13T03:20:49.336Z Downloaded crossterm v0.27.0
10252024-07-13T03:20:49.342Z Downloaded sec1 v0.7.3
10262024-07-13T03:20:49.346Z Downloaded indicatif v0.17.8
10272024-07-13T03:20:49.349Z Downloaded md-5 v0.10.6
10282024-07-13T03:20:49.349Z Downloaded foreign-types-macros v0.2.3
10292024-07-13T03:20:49.349Z Downloaded thiserror-no-std v2.0.2
10302024-07-13T03:20:49.351Z Downloaded rustls-pemfile v2.1.2
10312024-07-13T03:20:49.354Z Downloaded subprocess v0.2.9
10322024-07-13T03:20:49.357Z Downloaded group v0.13.0
10332024-07-13T03:20:49.357Z Downloaded managed v0.8.0
10342024-07-13T03:20:49.357Z Downloaded lru-cache v0.1.2
10352024-07-13T03:20:49.360Z Downloaded utf-8 v0.7.6
10362024-07-13T03:20:49.360Z Downloaded fastrand v2.1.0
10372024-07-13T03:20:49.362Z Downloaded tracing-attributes v0.1.27
10382024-07-13T03:20:49.362Z Downloaded stable_deref_trait v1.2.0
10392024-07-13T03:20:49.365Z Downloaded nanorand v0.7.0
10402024-07-13T03:20:49.365Z Downloaded slog-dtrace v0.3.0
10412024-07-13T03:20:49.368Z Downloaded serde_derive_internals v0.29.1
10422024-07-13T03:20:49.368Z Downloaded universal-hash v0.5.1
10432024-07-13T03:20:49.368Z Downloaded same-file v1.0.6
10442024-07-13T03:20:49.371Z Downloaded structmeta v0.3.0
10452024-07-13T03:20:49.371Z Downloaded structmeta v0.2.0
10462024-07-13T03:20:49.373Z Downloaded which v4.4.2
10472024-07-13T03:20:49.373Z Downloaded indexmap v1.9.3
10482024-07-13T03:20:49.376Z Downloaded kstat-rs v0.2.4
10492024-07-13T03:20:49.376Z Downloaded tabwriter v1.4.0
10502024-07-13T03:20:49.379Z Downloaded subtle v2.5.0
10512024-07-13T03:20:49.379Z Downloaded serde_yaml v0.9.34+deprecated
10522024-07-13T03:20:49.381Z Downloaded unsafe-libyaml v0.2.11
10532024-07-13T03:20:49.384Z Downloaded slog-stdlog v4.1.1
10542024-07-13T03:20:49.387Z Downloaded serde_path_to_error v0.1.16
10552024-07-13T03:20:49.387Z Downloaded tempfile v3.10.1
10562024-07-13T03:20:49.390Z Downloaded test-strategy v0.3.1
10572024-07-13T03:20:49.393Z Downloaded rand v0.8.5
10582024-07-13T03:20:49.395Z Downloaded serde_with_macros v3.8.3
10592024-07-13T03:20:49.398Z Downloaded walkdir v2.5.0
10602024-07-13T03:20:49.398Z Downloaded toml v0.5.11
10612024-07-13T03:20:49.401Z Downloaded num-bigint v0.4.5
10622024-07-13T03:20:49.404Z Downloaded indoc v1.0.9
10632024-07-13T03:20:49.406Z Downloaded humantime v2.1.0
10642024-07-13T03:20:49.409Z Downloaded embedded-io v0.4.0
10652024-07-13T03:20:49.409Z Downloaded unicode-truncate v1.0.0
10662024-07-13T03:20:49.413Z Downloaded tap v1.0.1
10672024-07-13T03:20:49.413Z Downloaded spki v0.7.3
10682024-07-13T03:20:49.415Z Downloaded signature v2.2.0
10692024-07-13T03:20:49.415Z Downloaded globset v0.4.14
10702024-07-13T03:20:49.415Z Downloaded backtrace v0.3.71
10712024-07-13T03:20:49.419Z Downloaded arc-swap v1.7.1
10722024-07-13T03:20:49.422Z Downloaded unicode-xid v0.2.4
10732024-07-13T03:20:49.425Z Downloaded tokio-tungstenite v0.21.0
10742024-07-13T03:20:49.428Z Downloaded tokio-tungstenite v0.20.1
10752024-07-13T03:20:49.428Z Downloaded semver v0.1.20
10762024-07-13T03:20:49.430Z Downloaded sha1 v0.10.6
10772024-07-13T03:20:49.430Z Downloaded oso v0.27.3
10782024-07-13T03:20:49.433Z Downloaded chacha20poly1305 v0.10.1
10792024-07-13T03:20:49.436Z Downloaded rustfmt-wrapper v0.2.1
10802024-07-13T03:20:49.436Z Downloaded rustc_version v0.4.0
10812024-07-13T03:20:49.436Z Downloaded rustc_version v0.1.7
10822024-07-13T03:20:49.438Z Downloaded rustc-hash v1.1.0
10832024-07-13T03:20:49.438Z Downloaded lru v0.12.3
10842024-07-13T03:20:49.441Z Downloaded linked-hash-map v0.5.6
10852024-07-13T03:20:49.441Z Downloaded linear-map v1.2.0
10862024-07-13T03:20:49.444Z Downloaded home v0.5.9
10872024-07-13T03:20:49.444Z Downloaded hex v0.4.3
10882024-07-13T03:20:49.447Z Downloaded hyper-rustls v0.24.2
10892024-07-13T03:20:49.450Z Downloaded ff v0.13.0
10902024-07-13T03:20:49.450Z Downloaded zone v0.1.8
10912024-07-13T03:20:49.450Z Downloaded matches v0.1.10
10922024-07-13T03:20:49.452Z Downloaded highway v1.1.0
10932024-07-13T03:20:49.452Z Downloaded rcgen v0.12.1
10942024-07-13T03:20:49.455Z Downloaded darling_core v0.20.9
10952024-07-13T03:20:49.458Z Downloaded crc-any v2.5.0
10962024-07-13T03:20:49.460Z Downloaded base64 v0.13.1
10972024-07-13T03:20:49.463Z Downloaded postcard v1.0.8
10982024-07-13T03:20:49.466Z Downloaded supports-color v3.0.0
10992024-07-13T03:20:49.469Z Downloaded serde-hex v0.1.0
11002024-07-13T03:20:49.469Z Downloaded vsss-rs v3.3.4
11012024-07-13T03:20:49.472Z Downloaded num-traits v0.2.19
11022024-07-13T03:20:49.474Z Downloaded derive-where v1.2.7
11032024-07-13T03:20:49.477Z Downloaded crossbeam-epoch v0.9.18
11042024-07-13T03:20:49.477Z Downloaded newtype-uuid v1.1.0
11052024-07-13T03:20:49.480Z Downloaded ron v0.7.1
11062024-07-13T03:20:49.483Z Downloaded rand_chacha v0.3.1
11072024-07-13T03:20:49.486Z Downloaded poly1305 v0.8.0
11082024-07-13T03:20:49.486Z Downloaded fixedbitset v0.4.2
11092024-07-13T03:20:49.488Z Downloaded const-oid v0.9.6
11102024-07-13T03:20:49.488Z Downloaded compact_str v0.7.1
11112024-07-13T03:20:49.491Z Downloaded bitfield v0.14.0
11122024-07-13T03:20:49.494Z Downloaded ed25519 v1.5.3
11132024-07-13T03:20:49.494Z Downloaded postgres-types v0.2.6
11142024-07-13T03:20:49.497Z Downloaded console v0.15.8
11152024-07-13T03:20:49.499Z Downloaded blake2 v0.10.6
11162024-07-13T03:20:49.502Z Downloaded enum-as-inner v0.5.1
11172024-07-13T03:20:49.502Z Downloaded difflib v0.4.0
11182024-07-13T03:20:49.504Z Downloaded rand_xorshift v0.3.0
11192024-07-13T03:20:49.504Z Downloaded phf_shared v0.11.2
11202024-07-13T03:20:49.504Z Downloaded clang-sys v1.7.0
11212024-07-13T03:20:49.507Z Downloaded paste v1.0.15
11222024-07-13T03:20:49.510Z Downloaded parking_lot v0.11.2
11232024-07-13T03:20:49.512Z Downloaded addr2line v0.21.0
11242024-07-13T03:20:49.515Z Downloaded parse-display v0.9.1
11252024-07-13T03:20:49.515Z Downloaded owo-colors v4.0.0
11262024-07-13T03:20:49.518Z Downloaded rtoolbox v0.0.2
11272024-07-13T03:20:49.518Z Downloaded ref-cast v1.0.23
11282024-07-13T03:20:49.521Z Downloaded quick-error v1.2.3
11292024-07-13T03:20:49.521Z Downloaded backoff v0.4.0
11302024-07-13T03:20:49.524Z Downloaded derive_builder v0.20.0
11312024-07-13T03:20:49.526Z Downloaded defmt-parser v0.3.4
11322024-07-13T03:20:49.529Z Downloaded csv-core v0.1.11
11332024-07-13T03:20:49.529Z Downloaded bzip2 v0.4.4
11342024-07-13T03:20:49.532Z Downloaded arrayvec v0.7.4
11352024-07-13T03:20:49.532Z Downloaded radium v0.7.0
11362024-07-13T03:20:49.534Z Downloaded newline-converter v0.3.0
11372024-07-13T03:20:49.534Z Downloaded argon2 v0.5.3
11382024-07-13T03:20:49.534Z Downloaded ahash v0.8.11
11392024-07-13T03:20:49.537Z Downloaded darling v0.20.9
11402024-07-13T03:20:49.540Z Downloaded cookie_store v0.20.0
11412024-07-13T03:20:49.543Z Downloaded cancel-safe-futures v0.1.5
11422024-07-13T03:20:49.545Z Downloaded num-complex v0.4.6
11432024-07-13T03:20:49.549Z Downloaded ciborium v0.2.2
11442024-07-13T03:20:49.549Z Downloaded ascii v1.1.0
11452024-07-13T03:20:49.552Z Downloaded const_format_proc_macros v0.2.32
11462024-07-13T03:20:49.555Z Downloaded bit-vec v0.6.3
11472024-07-13T03:20:49.555Z Downloaded num_enum_derive v0.5.11
11482024-07-13T03:20:49.555Z Downloaded num-rational v0.4.2
11492024-07-13T03:20:49.557Z Downloaded num-derive v0.4.2
11502024-07-13T03:20:49.557Z Downloaded memoffset v0.9.1
11512024-07-13T03:20:49.560Z Downloaded corncobs v0.1.3
11522024-07-13T03:20:49.560Z Downloaded block-padding v0.3.3
11532024-07-13T03:20:49.560Z Downloaded convert_case v0.4.0
11542024-07-13T03:20:49.560Z Downloaded num-iter v0.1.45
11552024-07-13T03:20:49.563Z Downloaded bit-set v0.5.3
11562024-07-13T03:20:49.563Z Downloaded async-recursion v1.1.1
11572024-07-13T03:20:49.565Z Downloaded cassowary v0.3.0
11582024-07-13T03:20:49.568Z Downloaded ring v0.17.8
11592024-07-13T03:20:49.630Z Downloaded bitflags v1.3.2
11602024-07-13T03:20:49.633Z Downloaded array-init v0.0.4
11612024-07-13T03:20:49.635Z Downloaded packed_struct v0.10.1
11622024-07-13T03:20:49.635Z Downloaded crossbeam-deque v0.8.5
11632024-07-13T03:20:49.635Z Downloaded proc-macro-crate v1.3.1
11642024-07-13T03:20:49.638Z Downloaded num v0.4.3
11652024-07-13T03:20:49.638Z Downloaded cexpr v0.6.0
11662024-07-13T03:20:49.641Z Downloaded predicates-tree v1.0.9
11672024-07-13T03:20:49.641Z Downloaded bitfield-struct v0.6.1
11682024-07-13T03:20:49.641Z Downloaded async-trait v0.1.81
11692024-07-13T03:20:49.644Z Downloaded num_enum v0.5.11
11702024-07-13T03:20:49.648Z Downloaded num-integer v0.1.46
11712024-07-13T03:20:49.651Z Downloaded ciborium-ll v0.2.2
11722024-07-13T03:20:49.651Z Downloaded castaway v0.2.2
11732024-07-13T03:20:49.667Z Downloaded ring v0.16.20
11742024-07-13T03:20:49.867Z Compiling proc-macro2 v1.0.86
11752024-07-13T03:20:49.868Z Compiling unicode-ident v1.0.12
11762024-07-13T03:20:49.868Z Compiling libc v0.2.155
11772024-07-13T03:20:49.870Z Compiling serde v1.0.204
11782024-07-13T03:20:49.870Z Compiling autocfg v1.3.0
11792024-07-13T03:20:49.871Z Compiling version_check v0.9.4
11802024-07-13T03:20:49.871Z Compiling cfg-if v1.0.0
11812024-07-13T03:20:50.121Z Compiling cc v1.0.97
11822024-07-13T03:20:50.138Z Compiling parking_lot_core v0.9.10
11832024-07-13T03:20:50.454Z Compiling once_cell v1.19.0
11842024-07-13T03:20:50.560Z Compiling serde_json v1.0.120
11852024-07-13T03:20:50.596Z Compiling ahash v0.8.11
11862024-07-13T03:20:50.744Z Compiling lock_api v0.4.12
11872024-07-13T03:20:50.816Z Compiling libm v0.2.8
11882024-07-13T03:20:50.850Z Compiling byteorder v1.5.0
11892024-07-13T03:20:50.879Z Compiling num-traits v0.2.19
11902024-07-13T03:20:51.018Z Compiling memchr v2.7.2
11912024-07-13T03:20:51.142Z Compiling scopeguard v1.2.0
11922024-07-13T03:20:51.242Z Compiling thiserror v1.0.60
11932024-07-13T03:20:51.258Z Compiling typenum v1.17.0
11942024-07-13T03:20:51.718Z Compiling quote v1.0.36
11952024-07-13T03:20:51.827Z Compiling getrandom v0.2.14
11962024-07-13T03:20:52.117Z Compiling syn v2.0.68
11972024-07-13T03:20:52.141Z Compiling itoa v1.0.11
11982024-07-13T03:20:52.656Z Compiling log v0.4.21
11992024-07-13T03:20:52.661Z Compiling generic-array v0.14.7
12002024-07-13T03:20:52.759Z Compiling allocator-api2 v0.2.18
12012024-07-13T03:20:52.847Z Compiling slab v0.4.9
12022024-07-13T03:20:52.918Z Compiling ryu v1.0.18
12032024-07-13T03:20:52.948Z Compiling ring v0.17.8
12042024-07-13T03:20:53.146Z Compiling smallvec v1.13.2
12052024-07-13T03:20:53.180Z Compiling schemars v0.8.21
12062024-07-13T03:20:53.197Z Compiling semver v1.0.23
12072024-07-13T03:20:53.553Z Compiling pin-project-lite v0.2.14
12082024-07-13T03:20:53.752Z Compiling equivalent v1.0.1
12092024-07-13T03:20:53.806Z Compiling spin v0.9.8
12102024-07-13T03:20:53.967Z Compiling pkg-config v0.3.30
12112024-07-13T03:20:54.023Z Compiling parking_lot v0.12.2
12122024-07-13T03:20:54.084Z Compiling vcpkg v0.2.15
12132024-07-13T03:20:54.545Z Compiling signal-hook-registry v1.4.2
12142024-07-13T03:20:55.488Z Compiling syn v1.0.109
12152024-07-13T03:20:55.871Z Compiling openssl-sys v0.9.102
12162024-07-13T03:20:56.087Z Compiling mio v0.8.11
12172024-07-13T03:20:56.544Z Compiling rand_core v0.6.4
12182024-07-13T03:20:56.765Z Compiling socket2 v0.5.7
12192024-07-13T03:20:56.936Z Compiling num_cpus v1.16.0
12202024-07-13T03:20:57.064Z Compiling num-conv v0.1.0
12212024-07-13T03:20:57.257Z Compiling time-core v0.1.2
12222024-07-13T03:20:57.416Z Compiling time-macros v0.2.18
12232024-07-13T03:20:57.833Z Compiling httparse v1.8.0
12242024-07-13T03:20:57.976Z Compiling heck v0.5.0
12252024-07-13T03:20:58.398Z Compiling futures-core v0.3.30
12262024-07-13T03:20:58.654Z Compiling fnv v1.0.7
12272024-07-13T03:20:58.730Z Compiling openssl v0.10.64
12282024-07-13T03:20:59.117Z Compiling rustix v0.38.34
12292024-07-13T03:20:59.194Z Compiling iana-time-zone v0.1.60
12302024-07-13T03:20:59.516Z Compiling crossbeam-utils v0.8.19
12312024-07-13T03:20:59.764Z Compiling serde_derive_internals v0.29.1
12322024-07-13T03:21:00.080Z Compiling rustls v0.21.12
12332024-07-13T03:21:00.215Z Compiling native-tls v0.2.11
12342024-07-13T03:21:00.288Z Compiling tinyvec_macros v0.1.1
12352024-07-13T03:21:00.378Z Compiling tinyvec v1.6.0
12362024-07-13T03:21:00.572Z Compiling futures-sink v0.3.30
12372024-07-13T03:21:00.725Z Compiling ucd-trie v0.1.6
12382024-07-13T03:21:01.147Z Compiling const-oid v0.9.6
12392024-07-13T03:21:01.301Z Compiling subtle v2.5.0
12402024-07-13T03:21:01.606Z Compiling unicode-normalization v0.1.23
12412024-07-13T03:21:01.759Z Compiling backtrace v0.3.71
12422024-07-13T03:21:01.950Z Compiling cookie v0.17.0
12432024-07-13T03:21:02.135Z Compiling dyn-clone v1.0.17
12442024-07-13T03:21:02.216Z Compiling slog v2.7.0
12452024-07-13T03:21:02.486Z Compiling unicode-bidi v0.3.15
12462024-07-13T03:21:02.816Z Compiling futures-channel v0.3.30
12472024-07-13T03:21:02.970Z Compiling futures-io v0.3.30
12482024-07-13T03:21:03.085Z Compiling futures-task v0.3.30
12492024-07-13T03:21:03.279Z Compiling pin-utils v0.1.0
12502024-07-13T03:21:03.716Z Compiling aho-corasick v1.1.3
12512024-07-13T03:21:04.035Z Compiling anyhow v1.0.86
12522024-07-13T03:21:04.117Z Compiling winnow v0.5.40
12532024-07-13T03:21:04.535Z Compiling untrusted v0.9.0
12542024-07-13T03:21:05.090Z Compiling regex-syntax v0.8.3
12552024-07-13T03:21:05.421Z Compiling serde_derive v1.0.204
12562024-07-13T03:21:05.966Z Compiling zerocopy-derive v0.7.34
12572024-07-13T03:21:06.343Z Compiling zeroize_derive v1.4.2
12582024-07-13T03:21:07.801Z Compiling thiserror-impl v1.0.60
12592024-07-13T03:21:07.941Z Compiling tokio-macros v2.3.0
12602024-07-13T03:21:07.959Z Compiling zerocopy v0.7.34
12612024-07-13T03:21:08.149Z Compiling futures-macro v0.3.30
12622024-07-13T03:21:08.862Z Compiling schemars_derive v0.8.21
12632024-07-13T03:21:10.027Z Compiling tracing-attributes v0.1.27
12642024-07-13T03:21:10.177Z Compiling hashbrown v0.14.5
12652024-07-13T03:21:10.694Z Compiling zeroize v1.7.0
12662024-07-13T03:21:11.369Z Compiling openssl-macros v0.1.1
12672024-07-13T03:21:11.840Z Compiling scroll_derive v0.12.0
12682024-07-13T03:21:12.053Z Compiling pest v2.7.10
12692024-07-13T03:21:12.451Z Compiling crypto-common v0.1.6
12702024-07-13T03:21:12.627Z Compiling futures-util v0.3.30
12712024-07-13T03:21:13.019Z Compiling der_derive v0.7.2
12722024-07-13T03:21:13.361Z Compiling block-buffer v0.10.4
12732024-07-13T03:21:13.583Z Compiling regex-automata v0.4.6
12742024-07-13T03:21:14.834Z Compiling pest_meta v2.7.10
12752024-07-13T03:21:15.491Z Compiling tracing-core v0.1.32
12762024-07-13T03:21:17.891Z Compiling pest_generator v2.7.10
12772024-07-13T03:21:18.909Z Compiling bytes v1.6.0
12782024-07-13T03:21:19.682Z Compiling indexmap v2.2.6
12792024-07-13T03:21:20.107Z Compiling bitflags v2.5.0
12802024-07-13T03:21:20.398Z Compiling tokio v1.38.0
12812024-07-13T03:21:20.711Z Compiling uuid v1.9.1
12822024-07-13T03:21:21.105Z Compiling chrono v0.4.38
12832024-07-13T03:21:21.855Z Compiling serde_tokenstream v0.2.1
12842024-07-13T03:21:22.845Z Compiling serde_spanned v0.6.6
12852024-07-13T03:21:23.056Z Compiling toml_datetime v0.6.6
12862024-07-13T03:21:23.521Z Compiling http v0.2.12
12872024-07-13T03:21:24.873Z Compiling toml_edit v0.19.15
12882024-07-13T03:21:25.828Z Compiling rustc_version v0.4.0
12892024-07-13T03:21:26.450Z Compiling pest_derive v2.7.10
12902024-07-13T03:21:26.477Z Compiling usdt-impl v0.5.0
12912024-07-13T03:21:26.792Z Compiling rustversion v1.0.17
12922024-07-13T03:21:27.189Z Compiling powerfmt v0.2.0
12932024-07-13T03:21:27.478Z Compiling deranged v0.3.11
12942024-07-13T03:21:27.563Z Compiling heapless v0.7.17
12952024-07-13T03:21:27.683Z Compiling tracing v0.1.40
12962024-07-13T03:21:27.976Z Compiling digest v0.10.7
12972024-07-13T03:21:28.447Z Compiling scroll v0.12.0
12982024-07-13T03:21:29.014Z Compiling ppv-lite86 v0.2.17
12992024-07-13T03:21:29.738Z Compiling percent-encoding v2.3.1
13002024-07-13T03:21:29.772Z Compiling plain v0.2.3
13012024-07-13T03:21:29.918Z Compiling heck v0.4.1
13022024-07-13T03:21:29.931Z Compiling num_threads v0.1.7
13032024-07-13T03:21:30.056Z Compiling signal-hook v0.3.17
13042024-07-13T03:21:30.331Z Compiling goblin v0.8.2
13052024-07-13T03:21:30.451Z Compiling time v0.3.36
13062024-07-13T03:21:30.643Z Compiling rand_chacha v0.3.1
13072024-07-13T03:21:31.933Z Compiling regex v1.10.5
13082024-07-13T03:21:33.317Z Compiling strsim v0.11.1
13092024-07-13T03:21:34.106Z Compiling pretty-hex v0.4.1
13102024-07-13T03:21:34.314Z Compiling crc32fast v1.4.0
13112024-07-13T03:21:34.865Z Compiling rand v0.8.5
13122024-07-13T03:21:35.795Z Compiling tokio-util v0.7.11
13132024-07-13T03:21:36.110Z Compiling dof v0.3.0
13142024-07-13T03:21:36.495Z Compiling dtrace-parser v0.2.0
13152024-07-13T03:21:37.518Z Compiling async-trait v0.1.81
13162024-07-13T03:21:38.005Z Compiling thread-id v4.2.1
13172024-07-13T03:21:38.284Z Compiling base64ct v1.6.0
13182024-07-13T03:21:38.314Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
13192024-07-13T03:21:38.606Z Compiling foreign-types-shared v0.1.1
13202024-07-13T03:21:38.714Z Compiling unicode-width v0.1.13
13212024-07-13T03:21:38.879Z Compiling smoltcp v0.9.1
13222024-07-13T03:21:38.926Z Compiling pem-rfc7468 v0.7.0
13232024-07-13T03:21:39.024Z Compiling foreign-types v0.3.2
13242024-07-13T03:21:40.426Z Compiling form_urlencoded v1.2.1
13252024-07-13T03:21:40.867Z Compiling hmac v0.12.1
13262024-07-13T03:21:41.145Z Compiling try-lock v0.2.5
13272024-07-13T03:21:41.253Z Compiling flagset v0.4.5
13282024-07-13T03:21:41.300Z Compiling base64 v0.21.7
13292024-07-13T03:21:41.370Z Compiling siphasher v0.3.11
13302024-07-13T03:21:41.445Z Compiling adler v1.0.2
13312024-07-13T03:21:41.742Z Compiling miniz_oxide v0.7.2
13322024-07-13T03:21:41.759Z Compiling der v0.7.9
13332024-07-13T03:21:41.762Z Compiling want v0.3.1
13342024-07-13T03:21:43.951Z Compiling h2 v0.3.26
13352024-07-13T03:21:44.112Z Compiling sct v0.7.1
13362024-07-13T03:21:44.416Z Compiling rustls-webpki v0.101.7
13372024-07-13T03:21:45.043Z Compiling http-body v0.4.6
13382024-07-13T03:21:46.069Z Compiling openapiv3 v2.0.0
13392024-07-13T03:21:46.088Z Compiling hubpack_derive v0.1.1
13402024-07-13T03:21:46.951Z Compiling zerocopy-derive v0.6.6
13412024-07-13T03:21:47.003Z Compiling idna v0.5.0
13422024-07-13T03:21:47.305Z Compiling lazy_static v1.5.0
13432024-07-13T03:21:47.367Z Compiling errno v0.3.9
13442024-07-13T03:21:47.594Z Compiling fs-err v2.11.0
13452024-07-13T03:21:47.695Z Compiling stable_deref_trait v1.2.0
13462024-07-13T03:21:47.875Z Compiling gimli v0.28.1
13472024-07-13T03:21:48.421Z Compiling httpdate v1.0.3
13482024-07-13T03:21:48.653Z Compiling openssl-probe v0.1.5
13492024-07-13T03:21:48.867Z Compiling finl_unicode v1.2.0
13502024-07-13T03:21:48.943Z Compiling utf8parse v0.2.1
13512024-07-13T03:21:49.059Z Compiling tower-service v0.3.2
13522024-07-13T03:21:49.099Z Compiling anstyle v1.0.7
13532024-07-13T03:21:49.180Z Compiling cpufeatures v0.2.12
13542024-07-13T03:21:49.655Z Compiling stringprep v0.1.4
13552024-07-13T03:21:50.226Z Compiling sha2 v0.10.8
13562024-07-13T03:21:50.248Z Compiling anstyle-parse v0.2.4
13572024-07-13T03:21:50.670Z Compiling url v2.5.0
13582024-07-13T03:21:51.576Z Compiling hyper v0.14.28
13592024-07-13T03:21:52.353Z Compiling addr2line v0.21.0
13602024-07-13T03:21:54.433Z Compiling spki v0.7.3
13612024-07-13T03:21:54.804Z Compiling usdt-macro v0.5.0
13622024-07-13T03:21:55.571Z Compiling usdt-attr-macro v0.5.0
13632024-07-13T03:21:56.266Z Compiling md-5 v0.10.6
13642024-07-13T03:22:00.441Z Compiling idna v0.3.0
13652024-07-13T03:22:01.098Z Compiling diesel_table_macro_syntax v0.1.0
13662024-07-13T03:22:01.117Z Compiling num-integer v0.1.46
13672024-07-13T03:22:01.822Z Compiling object v0.32.2
13682024-07-13T03:22:01.833Z Compiling hash32 v0.2.1
13692024-07-13T03:22:02.204Z Compiling is_terminal_polyfill v1.70.0
13702024-07-13T03:22:02.302Z Compiling psl-types v2.0.11
13712024-07-13T03:22:02.483Z Compiling rustc-demangle v0.1.24
13722024-07-13T03:22:04.727Z Compiling colorchoice v1.0.1
13732024-07-13T03:22:04.886Z Compiling anstyle-query v1.0.3
13742024-07-13T03:22:05.031Z Compiling fallible-iterator v0.2.0
13752024-07-13T03:22:07.222Z Compiling postgres-protocol v0.6.6
13762024-07-13T03:22:07.711Z Compiling anstream v0.6.14
13772024-07-13T03:22:08.476Z Compiling publicsuffix v2.2.3
13782024-07-13T03:22:10.289Z Compiling diesel_derives v2.1.4
13792024-07-13T03:22:11.356Z Compiling tokio-rustls v0.24.1
13802024-07-13T03:22:16.722Z Compiling pkcs8 v0.10.2
13812024-07-13T03:22:17.179Z Compiling terminal_size v0.3.0
13822024-07-13T03:22:17.376Z Compiling tokio-native-tls v0.3.1
13832024-07-13T03:22:17.709Z Compiling phf_shared v0.11.2
13842024-07-13T03:22:18.705Z Compiling strum_macros v0.25.3
13852024-07-13T03:22:19.151Z Compiling enum-as-inner v0.5.1
13862024-07-13T03:22:20.069Z Compiling block-padding v0.3.3
13872024-07-13T03:22:20.123Z Compiling regress v0.9.1
13882024-07-13T03:22:20.299Z Compiling clap_derive v4.5.4
13892024-07-13T03:22:21.427Z Compiling serde_repr v0.1.19
13902024-07-13T03:22:22.560Z Compiling ff v0.13.0
13912024-07-13T03:22:22.610Z Compiling scheduled-thread-pool v0.2.7
13922024-07-13T03:22:23.147Z Compiling encoding_rs v0.8.34
13932024-07-13T03:22:24.917Z Compiling bitflags v1.3.2
13942024-07-13T03:22:25.044Z Compiling managed v0.8.0
13952024-07-13T03:22:25.757Z Compiling ipnet v2.9.0
13962024-07-13T03:22:25.777Z Compiling base16ct v0.2.0
13972024-07-13T03:22:25.855Z Compiling bit-vec v0.6.3
13982024-07-13T03:22:26.083Z Compiling regex-automata v0.1.10
13992024-07-13T03:22:26.269Z Compiling mime v0.3.17
14002024-07-13T03:22:26.658Z Compiling either v1.12.0
14012024-07-13T03:22:27.435Z Compiling matches v0.1.10
14022024-07-13T03:22:27.441Z Compiling clap_lex v0.7.0
14032024-07-13T03:22:27.441Z Compiling idna v0.2.3
14042024-07-13T03:22:27.827Z Compiling clap_builder v4.5.2
14052024-07-13T03:22:28.833Z Compiling bstr v0.2.17
14062024-07-13T03:22:30.117Z Compiling sec1 v0.7.3
14072024-07-13T03:22:30.506Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14082024-07-13T03:22:30.666Z Compiling r2d2 v0.8.10
14092024-07-13T03:22:31.039Z Compiling group v0.13.0
14102024-07-13T03:22:33.804Z Compiling inout v0.1.3
14112024-07-13T03:22:34.355Z Compiling phf v0.11.2
14122024-07-13T03:22:34.381Z Compiling hyper-tls v0.5.0
14132024-07-13T03:22:34.632Z Compiling signal-hook-mio v0.2.3
14142024-07-13T03:22:34.789Z Compiling hyper-rustls v0.24.2
14152024-07-13T03:22:35.136Z Compiling cookie_store v0.20.0
14162024-07-13T03:22:35.339Z Compiling postgres-types v0.2.6
14172024-07-13T03:22:35.429Z Compiling num-bigint v0.4.5
14182024-07-13T03:22:35.476Z Compiling zerocopy v0.6.6
14192024-07-13T03:22:36.478Z Compiling hubpack v0.1.2
14202024-07-13T03:22:36.495Z Compiling rustls-pemfile v1.0.4
14212024-07-13T03:22:36.738Z Compiling phf_shared v0.10.0
14222024-07-13T03:22:36.892Z Compiling hkdf v0.12.4
14232024-07-13T03:22:36.945Z Compiling serde_urlencoded v0.7.1
14242024-07-13T03:22:37.141Z Compiling crossbeam-epoch v0.9.18
14252024-07-13T03:22:37.561Z Compiling ipnetwork v0.20.0
14262024-07-13T03:22:38.439Z Compiling futures-executor v0.3.30
14272024-07-13T03:22:38.644Z Compiling crypto-bigint v0.5.5
14282024-07-13T03:22:39.071Z Compiling float-cmp v0.9.0
14292024-07-13T03:22:39.074Z Compiling memmap v0.7.0
14302024-07-13T03:22:39.304Z Compiling data-encoding v2.6.0
14312024-07-13T03:22:39.388Z Compiling new_debug_unreachable v1.0.6
14322024-07-13T03:22:39.492Z Compiling precomputed-hash v0.1.1
14332024-07-13T03:22:39.612Z Compiling static_assertions v1.1.0
14342024-07-13T03:22:39.717Z Compiling webpki-roots v0.25.4
14352024-07-13T03:22:39.877Z Compiling whoami v1.5.1
14362024-07-13T03:22:40.987Z Compiling difflib v0.4.0
14372024-07-13T03:22:41.157Z Compiling fixedbitset v0.4.2
14382024-07-13T03:22:41.557Z Compiling normalize-line-endings v0.3.0
14392024-07-13T03:22:41.695Z Compiling unicode-segmentation v1.11.0
14402024-07-13T03:22:42.051Z Compiling predicates-core v1.0.6
14412024-07-13T03:22:42.293Z Compiling minimal-lexical v0.2.1
14422024-07-13T03:22:42.480Z Compiling sync_wrapper v0.1.2
14432024-07-13T03:22:42.485Z Compiling winnow v0.6.8
14442024-07-13T03:22:42.696Z Compiling nom v7.1.3
14452024-07-13T03:22:42.799Z Compiling similar v2.5.0
14462024-07-13T03:22:43.131Z Compiling reqwest v0.11.27
14472024-07-13T03:22:43.341Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14482024-07-13T03:22:44.389Z Compiling predicates v3.1.0
14492024-07-13T03:22:44.995Z Compiling petgraph v0.6.5
14502024-07-13T03:22:45.937Z Compiling elliptic-curve v0.13.8
14512024-07-13T03:22:46.247Z Compiling toml_edit v0.22.14
14522024-07-13T03:22:46.656Z Compiling tokio-postgres v0.7.10
14532024-07-13T03:22:47.340Z Compiling trust-dns-proto v0.22.0
14542024-07-13T03:22:48.109Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
14552024-07-13T03:22:49.025Z Compiling string_cache v0.8.7
14562024-07-13T03:22:49.464Z Compiling usdt v0.5.0
14572024-07-13T03:22:51.322Z Compiling futures v0.3.30
14582024-07-13T03:22:51.443Z Compiling yasna v0.5.2
14592024-07-13T03:22:51.491Z Compiling diesel v2.1.6
14602024-07-13T03:22:53.070Z Compiling crossterm v0.27.0
14612024-07-13T03:22:53.143Z Compiling flate2 v1.0.30
14622024-07-13T03:22:53.383Z Compiling cipher v0.4.4
14632024-07-13T03:22:54.049Z Compiling clap v4.5.4
14642024-07-13T03:22:54.174Z Compiling itertools v0.12.1
14652024-07-13T03:22:54.397Z Compiling itertools v0.10.5
14662024-07-13T03:22:54.538Z Compiling bit-set v0.5.3
14672024-07-13T03:22:55.031Z Compiling num-iter v0.1.45
14682024-07-13T03:22:55.833Z Compiling console v0.15.8
14692024-07-13T03:22:56.232Z Compiling tokio-stream v0.1.15
14702024-07-13T03:22:56.424Z Compiling toml v0.7.8
14712024-07-13T03:22:57.136Z Compiling bstr v1.9.1
14722024-07-13T03:22:57.170Z Compiling hex v0.4.3
14732024-07-13T03:22:57.840Z Compiling peg-runtime v0.8.3
14742024-07-13T03:22:57.927Z Compiling unicode-xid v0.2.4
14752024-07-13T03:22:57.965Z Compiling lalrpop-util v0.19.12
14762024-07-13T03:22:57.965Z Compiling camino v1.1.7
14772024-07-13T03:22:58.604Z Compiling proc-macro-crate v1.3.1
14782024-07-13T03:22:59.661Z Compiling heapless v0.8.0
14792024-07-13T03:23:00.589Z Compiling num_enum_derive v0.5.11
14802024-07-13T03:23:07.773Z Compiling hash32 v0.3.1
14812024-07-13T03:23:08.304Z Compiling rustls-pki-types v1.7.0
14822024-07-13T03:23:09.314Z Compiling smoltcp v0.11.0
14832024-07-13T03:23:09.720Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
14842024-07-13T03:23:10.608Z Compiling ident_case v1.0.1
14852024-07-13T03:23:12.064Z Compiling darling_core v0.20.9
14862024-07-13T03:23:23.632Z Compiling num_enum v0.5.11
14872024-07-13T03:23:24.124Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
14882024-07-13T03:23:24.403Z Compiling getopts v0.2.21
14892024-07-13T03:23:26.004Z Compiling dirs-sys-next v0.1.2
14902024-07-13T03:23:26.112Z Compiling proc-macro-error-attr v1.0.4
14912024-07-13T03:23:26.796Z Compiling embedded-io v0.4.0
14922024-07-13T03:23:27.113Z Compiling paste v1.0.15
14932024-07-13T03:23:27.565Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
14942024-07-13T03:23:27.607Z Compiling cobs v0.2.3
14952024-07-13T03:23:27.813Z Compiling rustls v0.22.4
14962024-07-13T03:23:27.955Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14972024-07-13T03:23:28.082Z Compiling unsafe-libyaml v0.2.11
14982024-07-13T03:23:29.933Z Compiling serde_yaml v0.9.34+deprecated
14992024-07-13T03:23:30.909Z Compiling postcard v1.0.8
15002024-07-13T03:23:31.923Z Compiling dirs-next v2.0.0
15012024-07-13T03:23:33.914Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15022024-07-13T03:23:36.072Z Compiling darling_macro v0.20.9
15032024-07-13T03:23:38.698Z Compiling rustls-webpki v0.102.4
15042024-07-13T03:23:46.997Z Compiling strum_macros v0.26.4
15052024-07-13T03:23:46.997Z Compiling foreign-types-macros v0.2.3
15062024-07-13T03:23:46.997Z Compiling structmeta-derive v0.3.0
15072024-07-13T03:23:47.264Z Compiling thread_local v1.1.8
15082024-07-13T03:23:47.380Z Compiling proc-macro-error v1.0.4
15092024-07-13T03:23:47.666Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15102024-07-13T03:23:47.954Z Compiling multer v3.1.0
15112024-07-13T03:23:47.995Z Compiling foreign-types-shared v0.3.1
15122024-07-13T03:23:48.376Z Compiling slog-async v2.8.0
15132024-07-13T03:23:48.778Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15142024-07-13T03:23:48.965Z Compiling match_cfg v0.1.0
15152024-07-13T03:23:50.003Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15162024-07-13T03:23:50.157Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15172024-07-13T03:23:55.812Z Compiling strum v0.26.2
15182024-07-13T03:23:56.033Z Compiling hostname v0.3.1
15192024-07-13T03:23:57.122Z Compiling structmeta v0.3.0
15202024-07-13T03:23:57.697Z Compiling foreign-types v0.5.0
15212024-07-13T03:24:00.805Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15222024-07-13T03:24:04.424Z Compiling darling v0.20.9
15232024-07-13T03:24:04.985Z Compiling term v0.7.0
15242024-07-13T03:24:11.945Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15252024-07-13T03:24:13.501Z Compiling slog-json v2.6.1
15262024-07-13T03:24:14.026Z Compiling tabwriter v1.4.0
15272024-07-13T03:24:14.834Z Compiling crossbeam-channel v0.5.12
15282024-07-13T03:24:16.549Z Compiling http v1.1.0
15292024-07-13T03:24:16.566Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
15302024-07-13T03:24:16.789Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15312024-07-13T03:24:17.117Z Compiling async-stream-impl v0.3.5
15322024-07-13T03:24:17.384Z Compiling cstr-argument v0.1.2
15332024-07-13T03:24:17.652Z Compiling is-terminal v0.4.12
15342024-07-13T03:24:17.655Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15352024-07-13T03:24:17.788Z Compiling base64 v0.22.1
15362024-07-13T03:24:17.946Z Compiling rayon-core v1.12.1
15372024-07-13T03:24:18.221Z Compiling fastrand v2.1.0
15382024-07-13T03:24:18.378Z Compiling crucible-workspace-hack v0.1.0
15392024-07-13T03:24:18.676Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
15402024-07-13T03:24:18.900Z Compiling atomic-waker v1.1.2
15412024-07-13T03:24:18.960Z Compiling take_mut v0.2.2
15422024-07-13T03:24:19.002Z Compiling pretty-hex v0.2.1
15432024-07-13T03:24:19.232Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
15442024-07-13T03:24:19.522Z Compiling waitgroup v0.1.2
15452024-07-13T03:24:19.715Z Compiling tempfile v3.10.1
15462024-07-13T03:24:19.767Z Compiling async-stream v0.3.5
15472024-07-13T03:24:19.996Z Compiling rustls-pemfile v2.1.2
15482024-07-13T03:24:20.830Z Compiling slog-term v2.9.1
15492024-07-13T03:24:21.467Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
15502024-07-13T03:24:21.730Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
15512024-07-13T03:24:21.970Z Compiling slog-bunyan v2.5.0
15522024-07-13T03:24:22.339Z Compiling tokio-rustls v0.25.0
15532024-07-13T03:24:22.377Z Compiling serde_with_macros v3.8.3
15542024-07-13T03:24:22.815Z Compiling parse-display-derive v0.9.1
15552024-07-13T03:24:22.869Z Compiling toml v0.8.14
15562024-07-13T03:24:22.901Z Compiling sha1 v0.10.6
15572024-07-13T03:24:23.682Z Compiling crossbeam-deque v0.8.5
15582024-07-13T03:24:23.730Z Compiling colored v2.1.0
15592024-07-13T03:24:24.061Z Compiling newtype-uuid v1.1.0
15602024-07-13T03:24:24.409Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
15612024-07-13T03:24:25.031Z Compiling serde_path_to_error v0.1.16
15622024-07-13T03:24:25.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15632024-07-13T03:24:25.918Z Compiling hostname v0.4.0
15642024-07-13T03:24:26.146Z Compiling socket2 v0.4.10
15652024-07-13T03:24:26.187Z Compiling instant v0.1.12
15662024-07-13T03:24:26.360Z Compiling debug-ignore v1.0.5
15672024-07-13T03:24:26.517Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
15682024-07-13T03:24:26.924Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15692024-07-13T03:24:27.008Z Compiling parse-display v0.9.1
15702024-07-13T03:24:28.926Z Compiling backoff v0.4.0
15712024-07-13T03:24:29.285Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15722024-07-13T03:24:29.501Z Compiling serde_with v3.8.3
15732024-07-13T03:24:29.861Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
15742024-07-13T03:24:30.355Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15752024-07-13T03:24:31.728Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
15762024-07-13T03:24:32.429Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
15772024-07-13T03:24:32.791Z Compiling camino-tempfile v1.1.1
15782024-07-13T03:24:33.701Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15792024-07-13T03:24:33.804Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
15802024-07-13T03:24:33.916Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
15812024-07-13T03:24:34.034Z Compiling macaddr v1.0.1
15822024-07-13T03:24:34.201Z Compiling num-derive v0.4.2
15832024-07-13T03:24:34.655Z Compiling sigpipe v0.1.3
15842024-07-13T03:24:34.796Z Compiling libefi-sys v0.1.0
15852024-07-13T03:24:35.095Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
15862024-07-13T03:24:35.663Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
15872024-07-13T03:24:36.074Z Compiling rayon v1.10.0
15882024-07-13T03:24:36.479Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
15892024-07-13T03:24:36.616Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
15902024-07-13T03:24:37.671Z Compiling smf v0.2.3
15912024-07-13T03:24:38.199Z Compiling bitfield-struct v0.6.1
15922024-07-13T03:24:39.009Z Compiling ring v0.16.20
15932024-07-13T03:24:39.583Z Compiling blake3 v1.5.1
15942024-07-13T03:24:39.997Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
15952024-07-13T03:24:40.133Z Compiling portable-atomic v1.6.0
15962024-07-13T03:24:40.520Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
15972024-07-13T03:24:41.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
15982024-07-13T03:24:41.232Z Compiling xattr v1.3.1
15992024-07-13T03:24:41.255Z Compiling filetime v0.2.23
16002024-07-13T03:24:41.556Z Compiling memmap2 v0.9.4
16012024-07-13T03:24:41.583Z Compiling spin v0.5.2
16022024-07-13T03:24:41.948Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
16032024-07-13T03:24:41.986Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
16042024-07-13T03:24:42.132Z Compiling constant_time_eq v0.3.0
16052024-07-13T03:24:42.246Z Compiling same-file v1.0.6
16062024-07-13T03:24:42.307Z Compiling arrayvec v0.7.4
16072024-07-13T03:24:42.517Z Compiling arrayref v0.3.7
16082024-07-13T03:24:42.624Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16092024-07-13T03:24:42.748Z Compiling untrusted v0.7.1
16102024-07-13T03:24:42.938Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
16112024-07-13T03:24:44.579Z Compiling walkdir v2.5.0
16122024-07-13T03:24:45.396Z Compiling tar v0.4.40
16132024-07-13T03:24:46.168Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
16142024-07-13T03:24:46.728Z Compiling cargo-platform v0.1.8
16152024-07-13T03:24:47.856Z Compiling gethostname v0.4.3
16162024-07-13T03:24:48.135Z Compiling number_prefix v0.4.0
16172024-07-13T03:24:48.414Z Compiling topological-sort v0.2.2
16182024-07-13T03:24:48.484Z Compiling indicatif v0.17.8
16192024-07-13T03:24:48.692Z Compiling omicron-zone-package v0.11.0
16202024-07-13T03:24:49.452Z Compiling cargo_metadata v0.18.1
16212024-07-13T03:24:53.523Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
16222024-07-13T03:24:57.397Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
16232024-07-13T03:24:58.157Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
16242024-07-13T03:25:00.038Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
16252024-07-13T03:25:19.323Z Finished `release` profile [optimized] target(s) in 4m 31s
16262024-07-13T03:25:19.437Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
16272024-07-13T03:25:19.478ZLogging to: /work/oxidecomputer/omicron/out/LOG
16282024-07-13T03:25:19.481ZCreated new build target 'test' and set it as active
16292024-07-13T03:25:19.481Z
16302024-07-13T03:25:19.481Zreal 4:31.963410993
16312024-07-13T03:25:19.481Zuser 30:32.833897559
16322024-07-13T03:25:19.481Zsys 3:58.789002362
16332024-07-13T03:25:19.481Ztrap 0.893755422
16342024-07-13T03:25:19.481Ztflt 3.001237000
16352024-07-13T03:25:19.481Zdflt 1.418936919
16362024-07-13T03:25:19.481Zkflt 0.018111179
16372024-07-13T03:25:19.481Zlock 1:04:20.894427112
16382024-07-13T03:25:19.481Zslp 1:26:17.247909246
16392024-07-13T03:25:19.481Zlat 2:00.940649316
16402024-07-13T03:25:19.481Zstop 3:07.295584516
16412024-07-13T03:25:19.481Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
16422024-07-13T03:25:20.336Z Finished `release` profile [optimized] target(s) in 0.81s
16432024-07-13T03:25:20.375Z Running `target/release/omicron-package -t test package`
16442024-07-13T03:25:20.410ZLogging to: /work/oxidecomputer/omicron/out/LOG
16452024-07-13T03:25:21.421Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
16462024-07-13T03:25:21.521Z Compiling humantime v2.1.0
16472024-07-13T03:25:21.526Z Compiling newline-converter v0.3.0
16482024-07-13T03:25:21.526Z Compiling derive-where v1.2.7
16492024-07-13T03:25:21.540Z Compiling dirs-sys-next v0.1.2
16502024-07-13T03:25:21.544Z Compiling convert_case v0.4.0
16512024-07-13T03:25:21.560Z Compiling prettyplease v0.2.20
16522024-07-13T03:25:21.563Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
16532024-07-13T03:25:21.680Z Compiling expectorate v1.1.0
16542024-07-13T03:25:21.745Z Compiling dirs-next v2.0.0
16552024-07-13T03:25:21.810Z Compiling camino v1.1.7
16562024-07-13T03:25:21.862Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
16572024-07-13T03:25:21.902Z Compiling term v0.7.0
16582024-07-13T03:25:21.923Z Compiling password-hash v0.5.0
16592024-07-13T03:25:22.036Z Compiling blake2 v0.10.6
16602024-07-13T03:25:22.349Z Compiling derive_more v0.99.18
16612024-07-13T03:25:23.212Z Compiling argon2 v0.5.3
16622024-07-13T03:25:23.226Z Compiling is-terminal v0.4.12
16632024-07-13T03:25:23.240Z Compiling semver v0.1.20
16642024-07-13T03:25:23.354Z Compiling toml v0.8.14
16652024-07-13T03:25:23.871Z Compiling rustc_version v0.1.7
16662024-07-13T03:25:24.268Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
16672024-07-13T03:25:24.292Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16682024-07-13T03:25:24.713Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16692024-07-13T03:25:24.900Z Compiling newtype_derive v0.1.6
16702024-07-13T03:25:24.927Z Compiling linked-hash-map v0.5.6
16712024-07-13T03:25:24.941Z Compiling rustls-pki-types v1.7.0
16722024-07-13T03:25:25.319Z Compiling lru-cache v0.1.2
16732024-07-13T03:25:25.367Z Compiling steno v0.4.1
16742024-07-13T03:25:25.547Z Compiling rustls-webpki v0.102.4
16752024-07-13T03:25:25.653Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
16762024-07-13T03:25:25.727Z Compiling rustls v0.22.4
16772024-07-13T03:25:25.751Z Compiling thread_local v1.1.8
16782024-07-13T03:25:26.246Z Compiling home v0.5.9
16792024-07-13T03:25:26.483Z Compiling match_cfg v0.1.0
16802024-07-13T03:25:26.583Z Compiling hostname v0.3.1
16812024-07-13T03:25:27.424Z Compiling multer v3.1.0
16822024-07-13T03:25:27.487Z Compiling slog-async v2.8.0
16832024-07-13T03:25:27.561Z Compiling slog-json v2.6.1
16842024-07-13T03:25:27.640Z Compiling crossbeam-channel v0.5.12
16852024-07-13T03:25:27.911Z Compiling http v1.1.0
16862024-07-13T03:25:28.289Z Compiling slog-dtrace v0.3.0
16872024-07-13T03:25:28.601Z Compiling take_mut v0.2.2
16882024-07-13T03:25:28.665Z Compiling termcolor v1.4.1
16892024-07-13T03:25:28.769Z Compiling atomic-waker v1.1.2
16902024-07-13T03:25:28.962Z Compiling base64 v0.22.1
16912024-07-13T03:25:29.707Z Compiling rustls-pemfile v2.1.2
16922024-07-13T03:25:29.737Z Compiling waitgroup v0.1.2
16932024-07-13T03:25:30.214Z Compiling slog-bunyan v2.5.0
16942024-07-13T03:25:30.262Z Compiling slog-term v2.9.1
16952024-07-13T03:25:30.409Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
16962024-07-13T03:25:30.479Z Compiling async-stream v0.3.5
16972024-07-13T03:25:30.671Z Compiling sha1 v0.10.6
16982024-07-13T03:25:30.762Z Compiling newtype-uuid v1.1.0
16992024-07-13T03:25:31.005Z Compiling tokio-rustls v0.25.0
17002024-07-13T03:25:31.056Z Compiling serde_path_to_error v0.1.16
17012024-07-13T03:25:31.071Z Compiling hostname v0.4.0
17022024-07-13T03:25:31.297Z Compiling instant v0.1.12
17032024-07-13T03:25:31.362Z Compiling debug-ignore v1.0.5
17042024-07-13T03:25:31.429Z Compiling backoff v0.4.0
17052024-07-13T03:25:31.450Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17062024-07-13T03:25:31.767Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
17072024-07-13T03:25:31.849Z Compiling parse-display v0.9.1
17082024-07-13T03:25:32.421Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17092024-07-13T03:25:32.605Z Compiling serde_with v3.8.3
17102024-07-13T03:25:33.089Z Compiling strum v0.26.2
17112024-07-13T03:25:33.269Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
17122024-07-13T03:25:34.332Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17132024-07-13T03:25:35.021Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17142024-07-13T03:25:35.189Z Compiling num-rational v0.4.2
17152024-07-13T03:25:35.682Z Compiling num-complex v0.4.6
17162024-07-13T03:25:35.891Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
17172024-07-13T03:25:36.697Z Compiling macaddr v1.0.1
17182024-07-13T03:25:36.731Z Compiling quick-error v1.2.3
17192024-07-13T03:25:36.807Z Compiling num v0.4.3
17202024-07-13T03:25:36.880Z Compiling resolv-conf v0.7.0
17212024-07-13T03:25:37.109Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17222024-07-13T03:25:39.361Z Compiling radium v0.7.0
17232024-07-13T03:25:39.464Z Compiling swrite v0.1.0
17242024-07-13T03:25:39.594Z Compiling float-ord v0.3.2
17252024-07-13T03:25:39.621Z Compiling utf-8 v0.7.6
17262024-07-13T03:25:39.749Z Compiling trust-dns-resolver v0.22.0
17272024-07-13T03:25:39.859Z Compiling maybe-uninit v2.0.0
17282024-07-13T03:25:40.131Z Compiling tap v1.0.1
17292024-07-13T03:25:40.338Z Compiling wyz v0.5.1
17302024-07-13T03:25:40.804Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
17312024-07-13T03:25:40.943Z Compiling bzip2-sys v0.1.11+1.0.8
17322024-07-13T03:25:41.412Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
17332024-07-13T03:25:46.912Z Compiling display-error-chain v0.2.0
17342024-07-13T03:25:47.106Z Compiling funty v2.0.0
17352024-07-13T03:25:49.755Z Compiling crc-catalog v2.4.0
17362024-07-13T03:25:49.914Z Compiling packed_struct v0.10.1
17372024-07-13T03:25:50.329Z Compiling num-bigint-dig v0.8.4
17382024-07-13T03:25:50.676Z Compiling crc v3.2.1
17392024-07-13T03:25:52.341Z Compiling bitvec v1.0.1
17402024-07-13T03:25:56.872Z Compiling nibble_vec v0.1.0
17412024-07-13T03:25:57.105Z Compiling packed_struct_codegen v0.10.1
17422024-07-13T03:25:57.649Z Compiling indexmap v1.9.3
17432024-07-13T03:25:57.958Z Compiling endian-type v0.1.2
17442024-07-13T03:25:58.206Z Compiling glob v0.3.1
17452024-07-13T03:25:58.977Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
17462024-07-13T03:25:59.035Z Compiling nodrop v0.1.14
17472024-07-13T03:25:59.163Z Compiling crunchy v0.2.2
17482024-07-13T03:25:59.628Z Compiling array-init v0.0.4
17492024-07-13T03:26:00.928Z Compiling clang-sys v1.7.0
17502024-07-13T03:26:01.283Z Compiling radix_trie v0.2.1
17512024-07-13T03:26:01.773Z Compiling smallvec v0.6.14
17522024-07-13T03:26:02.246Z Compiling pkcs1 v0.7.5
17532024-07-13T03:26:03.154Z Compiling signature v2.2.0
17542024-07-13T03:26:03.351Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
17552024-07-13T03:26:03.467Z Compiling bitfield v0.14.0
17562024-07-13T03:26:03.788Z Compiling maplit v1.0.2
17572024-07-13T03:26:03.802Z Compiling hashbrown v0.12.3
17582024-07-13T03:26:03.894Z Compiling cancel-safe-futures v0.1.5
17592024-07-13T03:26:03.907Z Compiling tiny-keccak v2.0.2
17602024-07-13T03:26:04.198Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17612024-07-13T03:26:04.253Z Compiling serde-hex v0.1.0
17622024-07-13T03:26:06.172Z Compiling rsa v0.9.6
17632024-07-13T03:26:06.209Z Compiling bzip2 v0.4.4
17642024-07-13T03:26:06.827Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
17652024-07-13T03:26:07.151Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
17662024-07-13T03:26:08.122Z Compiling env_logger v0.10.2
17672024-07-13T03:26:09.371Z Compiling x509-cert v0.2.5
17682024-07-13T03:26:11.300Z Compiling ron v0.8.1
17692024-07-13T03:26:11.645Z Compiling hashbrown v0.13.2
17702024-07-13T03:26:12.194Z Compiling crc-any v2.5.0
17712024-07-13T03:26:13.043Z Compiling object v0.30.4
17722024-07-13T03:26:13.104Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17732024-07-13T03:26:15.248Z Compiling zip v0.6.6
17742024-07-13T03:26:17.432Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
17752024-07-13T03:26:18.792Z Compiling rayon-core v1.12.1
17762024-07-13T03:26:18.817Z Compiling ascii-canvas v3.0.0
17772024-07-13T03:26:19.335Z Compiling crossbeam-deque v0.8.5
17782024-07-13T03:26:19.655Z Compiling ena v0.14.3
17792024-07-13T03:26:20.044Z Compiling libloading v0.8.3
17802024-07-13T03:26:20.451Z Compiling half v2.4.1
17812024-07-13T03:26:21.142Z Compiling ciborium-io v0.2.2
17822024-07-13T03:26:21.277Z Compiling regex-syntax v0.6.29
17832024-07-13T03:26:21.477Z Compiling diff v0.1.13
17842024-07-13T03:26:22.040Z Compiling path-slash v0.1.5
17852024-07-13T03:26:22.285Z Compiling arc-swap v1.7.1
17862024-07-13T03:26:23.035Z Compiling fastrand v2.1.0
17872024-07-13T03:26:23.146Z Compiling bindgen v0.69.4
17882024-07-13T03:26:23.564Z Compiling same-file v1.0.6
17892024-07-13T03:26:23.623Z Compiling tempfile v3.10.1
17902024-07-13T03:26:23.797Z Compiling walkdir v2.5.0
17912024-07-13T03:26:24.422Z Compiling lalrpop v0.19.12
17922024-07-13T03:26:24.480Z Compiling slog-scope v4.4.0
17932024-07-13T03:26:25.368Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
17942024-07-13T03:26:26.184Z Compiling ciborium-ll v0.2.2
17952024-07-13T03:26:28.086Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
17962024-07-13T03:26:28.325Z Compiling which v4.4.2
17972024-07-13T03:26:28.856Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
17982024-07-13T03:26:29.074Z Compiling cexpr v0.6.0
17992024-07-13T03:26:29.193Z Compiling fxhash v0.2.1
18002024-07-13T03:26:29.419Z Compiling lazycell v1.3.0
18012024-07-13T03:26:29.593Z Compiling rustc-hash v1.1.0
18022024-07-13T03:26:29.748Z Compiling ref-cast v1.0.23
18032024-07-13T03:26:30.214Z Compiling shlex v1.3.0
18042024-07-13T03:26:30.773Z Compiling blake3 v1.5.1
18052024-07-13T03:26:31.167Z Compiling ring v0.16.20
18062024-07-13T03:26:33.808Z Compiling rayon v1.10.0
18072024-07-13T03:26:35.026Z Compiling ciborium v0.2.2
18082024-07-13T03:26:37.188Z Compiling slog-stdlog v4.1.1
18092024-07-13T03:26:37.664Z Compiling tungstenite v0.21.0
18102024-07-13T03:26:38.084Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
18112024-07-13T03:26:38.360Z Compiling derive_builder_core v0.20.0
18122024-07-13T03:26:38.611Z Compiling headers-core v0.2.0
18132024-07-13T03:26:38.780Z Compiling xattr v1.3.1
18142024-07-13T03:26:39.053Z Compiling libxml v0.3.3
18152024-07-13T03:26:39.413Z Compiling ref-cast-impl v1.0.23
18162024-07-13T03:26:40.500Z Compiling async-recursion v1.1.1
18172024-07-13T03:26:40.538Z Compiling memmap2 v0.9.4
18182024-07-13T03:26:40.976Z Compiling atty v0.2.14
18192024-07-13T03:26:41.133Z Compiling filetime v0.2.23
18202024-07-13T03:26:41.385Z Compiling spin v0.5.2
18212024-07-13T03:26:41.453Z Compiling arrayvec v0.7.4
18222024-07-13T03:26:41.611Z Compiling untrusted v0.7.1
18232024-07-13T03:26:41.806Z Compiling constant_time_eq v0.3.0
18242024-07-13T03:26:41.839Z Compiling arrayref v0.3.7
18252024-07-13T03:26:41.981Z Compiling tar v0.4.40
18262024-07-13T03:26:42.985Z Compiling derive_builder_macro v0.20.0
18272024-07-13T03:26:43.413Z Compiling tokio-tungstenite v0.21.0
18282024-07-13T03:26:43.824Z Compiling headers v0.3.9
18292024-07-13T03:26:43.902Z Compiling slog-envlogger v2.2.0
18302024-07-13T03:26:44.021Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
18312024-07-13T03:26:44.775Z Compiling samael v0.0.15
18322024-07-13T03:26:45.092Z Compiling toolchain_find v0.4.0
18332024-07-13T03:26:45.229Z Compiling camino-tempfile v1.1.1
18342024-07-13T03:26:45.647Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
18352024-07-13T03:26:45.663Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
18362024-07-13T03:26:45.925Z Compiling pem v3.0.4
18372024-07-13T03:26:46.369Z Compiling libsw v3.3.1
18382024-07-13T03:26:46.384Z Compiling strum_macros v0.24.3
18392024-07-13T03:26:46.711Z Compiling cookie v0.18.1
18402024-07-13T03:26:46.764Z Compiling owo-colors v4.0.0
18412024-07-13T03:26:47.003Z Compiling linear-map v1.2.0
18422024-07-13T03:26:47.222Z Compiling indoc v1.0.9
18432024-07-13T03:26:47.407Z Compiling topological-sort v0.2.2
18442024-07-13T03:26:47.442Z Compiling cfg_aliases v0.1.1
18452024-07-13T03:26:47.556Z Compiling nix v0.28.0
18462024-07-13T03:26:47.629Z Compiling omicron-zone-package v0.11.0
18472024-07-13T03:26:48.317Z Compiling rustfmt-wrapper v0.2.1
18482024-07-13T03:26:48.922Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
18492024-07-13T03:26:49.575Z Compiling derive_builder v0.20.0
18502024-07-13T03:26:49.838Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
18512024-07-13T03:26:50.885Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
18522024-07-13T03:26:51.149Z Compiling oso-derive v0.27.3
18532024-07-13T03:26:51.414Z Compiling polar-core v0.27.3
18542024-07-13T03:26:52.074Z Compiling impl-trait-for-tuples v0.2.2
18552024-07-13T03:26:52.400Z Compiling quick-xml v0.31.0
18562024-07-13T03:26:53.141Z Compiling vte_generate_state_changes v0.1.1
18572024-07-13T03:26:53.767Z Compiling unicase v2.7.0
18582024-07-13T03:26:54.068Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
18592024-07-13T03:26:54.362Z Compiling buf-list v1.0.3
18602024-07-13T03:26:54.983Z Compiling vte v0.11.1
18612024-07-13T03:26:54.999Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
18622024-07-13T03:26:56.355Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
18632024-07-13T03:26:57.832Z Compiling tungstenite v0.20.1
18642024-07-13T03:26:58.958Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
18652024-07-13T03:26:59.231Z Compiling fd-lock v4.0.2
18662024-07-13T03:26:59.457Z Compiling bb8 v0.8.5
18672024-07-13T03:27:00.033Z Compiling const_format_proc_macros v0.2.32
18682024-07-13T03:27:01.254Z Compiling pin-project-internal v1.1.5
18692024-07-13T03:27:02.053Z Compiling memoffset v0.9.1
18702024-07-13T03:27:02.359Z Compiling parking_lot_core v0.8.6
18712024-07-13T03:27:02.775Z Compiling bytecount v0.6.8
18722024-07-13T03:27:03.089Z Compiling papergrid v0.11.0
18732024-07-13T03:27:03.272Z Compiling const_format v0.2.32
18742024-07-13T03:27:04.024Z Compiling pin-project v1.1.5
18752024-07-13T03:27:04.166Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
18762024-07-13T03:27:04.464Z Compiling tokio-tungstenite v0.20.1
18772024-07-13T03:27:05.027Z Compiling strip-ansi-escapes v0.2.0
18782024-07-13T03:27:07.124Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
18792024-07-13T03:27:07.584Z Compiling tabled_derive v0.7.0
18802024-07-13T03:27:09.960Z Compiling peg-macros v0.8.3
18812024-07-13T03:27:11.002Z Compiling snafu-derive v0.8.2
18822024-07-13T03:27:12.919Z Compiling sqlparser_derive v0.2.2
18832024-07-13T03:27:13.466Z Compiling nu-ansi-term v0.50.0
18842024-07-13T03:27:13.929Z Compiling unicode_categories v0.1.1
18852024-07-13T03:27:14.589Z Compiling rustyline v14.0.0
18862024-07-13T03:27:14.738Z Compiling sqlformat v0.2.4
18872024-07-13T03:27:15.182Z Compiling sqlparser v0.45.0
18882024-07-13T03:27:16.027Z Compiling oso v0.27.3
18892024-07-13T03:27:25.728Z Compiling snafu v0.8.2
18902024-07-13T03:27:26.709Z Compiling reedline v0.31.0
18912024-07-13T03:27:27.005Z Compiling peg v0.8.3
18922024-07-13T03:27:27.120Z Compiling tabled v0.15.0
18932024-07-13T03:27:44.110Z Compiling env_logger v0.9.3
18942024-07-13T03:27:44.258Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
18952024-07-13T03:27:48.025Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
18962024-07-13T03:27:48.476Z Compiling globset v0.4.14
18972024-07-13T03:27:48.534Z Compiling olpc-cjson v0.1.3
18982024-07-13T03:27:48.891Z Compiling bcs v0.1.6
18992024-07-13T03:27:49.776Z Compiling bitstruct_derive v0.1.0
19002024-07-13T03:27:49.831Z Compiling serde_plain v1.0.2
19012024-07-13T03:27:50.404Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19022024-07-13T03:27:50.555Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
19032024-07-13T03:27:50.844Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
19042024-07-13T03:27:51.037Z Compiling highway v1.1.0
19052024-07-13T03:27:51.125Z Compiling signature v1.6.4
19062024-07-13T03:27:51.293Z Compiling salty v0.2.0
19072024-07-13T03:27:51.682Z Compiling ascii v1.1.0
19082024-07-13T03:27:52.406Z Compiling typed-path v0.7.1
19092024-07-13T03:27:52.471Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
19102024-07-13T03:27:52.724Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
19112024-07-13T03:27:54.958Z Compiling tough v0.17.1
19122024-07-13T03:27:56.165Z Compiling ed25519 v1.5.3
19132024-07-13T03:27:56.526Z Compiling bitstruct v0.1.1
19142024-07-13T03:27:56.742Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19152024-07-13T03:27:57.007Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19162024-07-13T03:27:57.898Z Compiling parking_lot v0.11.2
19172024-07-13T03:27:59.207Z Compiling nix v0.27.1
19182024-07-13T03:28:00.049Z Compiling trust-dns-client v0.22.0
19192024-07-13T03:28:10.989Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
19202024-07-13T03:28:11.322Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
19212024-07-13T03:28:16.473Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19222024-07-13T03:28:17.694Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19232024-07-13T03:28:19.952Z Compiling curve25519-dalek v4.1.3
19242024-07-13T03:28:20.374Z Compiling kstat-rs v0.2.4
19252024-07-13T03:28:21.330Z Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19262024-07-13T03:28:22.184Z Compiling toml v0.5.11
19272024-07-13T03:28:24.818Z Compiling serde_arrays v0.1.0
19282024-07-13T03:28:25.032Z Compiling serde-big-array v0.5.1
19292024-07-13T03:28:25.317Z Compiling erased-serde v0.3.31
19302024-07-13T03:28:27.104Z Compiling keccak v0.1.5
19312024-07-13T03:28:28.140Z Compiling parse-size v1.0.0
19322024-07-13T03:28:28.447Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
19332024-07-13T03:28:30.985Z Compiling sha3 v0.10.8
19342024-07-13T03:28:31.662Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19352024-07-13T03:28:33.270Z Compiling trust-dns-server v0.22.1
19362024-07-13T03:28:34.731Z Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)
19372024-07-13T03:28:35.254Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
19382024-07-13T03:28:45.348Z Compiling sled v0.34.7
19392024-07-13T03:28:49.600Z Compiling mime_guess v2.0.4
19402024-07-13T03:28:53.233Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
19412024-07-13T03:28:53.958Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19422024-07-13T03:28:54.474Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
19432024-07-13T03:28:55.940Z Compiling signal-hook-tokio v0.3.1
19442024-07-13T03:28:56.157Z Compiling universal-hash v0.5.1
19452024-07-13T03:28:56.405Z Compiling heck v0.3.3
19462024-07-13T03:28:56.804Z Compiling secrecy v0.8.0
19472024-07-13T03:28:57.096Z Compiling rand_seeder v0.2.3
19482024-07-13T03:28:57.498Z Compiling castaway v0.2.2
19492024-07-13T03:28:57.698Z Compiling thiserror-impl-no-std v2.0.2
19502024-07-13T03:28:59.192Z Compiling serde-big-array v0.4.1
19512024-07-13T03:28:59.410Z Compiling nanorand v0.7.0
19522024-07-13T03:29:00.183Z Compiling curve25519-dalek-derive v0.1.1
19532024-07-13T03:29:00.493Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
19542024-07-13T03:29:00.770Z Compiling opaque-debug v0.3.1
19552024-07-13T03:29:00.878Z Compiling poly1305 v0.8.0
19562024-07-13T03:29:02.408Z Compiling thiserror-no-std v2.0.2
19572024-07-13T03:29:02.540Z Compiling flume v0.11.0
19582024-07-13T03:29:03.298Z Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19592024-07-13T03:29:04.732Z Compiling compact_str v0.7.1
19602024-07-13T03:29:06.433Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
19612024-07-13T03:29:06.656Z Compiling zone_cfg_derive v0.1.2
19622024-07-13T03:29:08.052Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
19632024-07-13T03:29:09.865Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
19642024-07-13T03:29:13.306Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
19652024-07-13T03:29:19.538Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19662024-07-13T03:29:19.697Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
19672024-07-13T03:29:20.182Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
19682024-07-13T03:29:23.597Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
19692024-07-13T03:29:26.180Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
19702024-07-13T03:29:26.469Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
19712024-07-13T03:29:26.754Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
19722024-07-13T03:29:27.041Z Compiling chacha20 v0.9.1
19732024-07-13T03:29:27.523Z Compiling unicode-truncate v1.0.0
19742024-07-13T03:29:27.802Z Compiling itertools v0.13.0
19752024-07-13T03:29:31.521Z Compiling aead v0.5.2
19762024-07-13T03:29:31.763Z Compiling lru v0.12.3
19772024-07-13T03:29:31.870Z Compiling stability v0.2.0
19782024-07-13T03:29:32.124Z Compiling cassowary v0.3.0
19792024-07-13T03:29:32.865Z Compiling corncobs v0.1.3
19802024-07-13T03:29:33.250Z Compiling base64 v0.13.1
19812024-07-13T03:29:34.071Z Compiling ron v0.7.1
19822024-07-13T03:29:34.779Z Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef)
19832024-07-13T03:29:35.503Z Compiling ratatui v0.27.0
19842024-07-13T03:29:35.908Z Compiling chacha20poly1305 v0.10.1
19852024-07-13T03:29:36.227Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
19862024-07-13T03:29:38.710Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19872024-07-13T03:29:39.422Z Compiling zone v0.1.8
19882024-07-13T03:29:41.092Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
19892024-07-13T03:29:42.610Z Compiling vsss-rs v3.3.4
19902024-07-13T03:29:47.112Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
19912024-07-13T03:29:47.844Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
19922024-07-13T03:29:50.718Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
19932024-07-13T03:29:51.928Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
19942024-07-13T03:29:52.250Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
19952024-07-13T03:29:52.535Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
19962024-07-13T03:29:53.109Z Compiling portpicker v0.1.1
19972024-07-13T03:29:53.616Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
19982024-07-13T03:29:55.860Z Compiling csv-core v0.1.11
19992024-07-13T03:29:56.717Z Compiling unicode-linebreak v0.1.5
20002024-07-13T03:29:57.238Z Compiling smawk v0.3.2
20012024-07-13T03:29:57.527Z Compiling http-range v0.1.5
20022024-07-13T03:29:58.093Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
20032024-07-13T03:29:59.652Z Compiling hyper-staticfile v0.9.5
20042024-07-13T03:30:00.078Z Compiling textwrap v0.16.1
20052024-07-13T03:30:00.515Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
20062024-07-13T03:30:02.715Z Compiling csv v1.3.0
20072024-07-13T03:30:03.868Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
20082024-07-13T03:30:09.119Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
20092024-07-13T03:30:11.373Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
20102024-07-13T03:30:12.195Z Compiling rcgen v0.12.1
20112024-07-13T03:30:18.433Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
20122024-07-13T03:30:22.441Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
20132024-07-13T03:30:22.916Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
20142024-07-13T03:30:23.197Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
20152024-07-13T03:30:24.490Z Compiling atomicwrites v0.4.3
20162024-07-13T03:30:25.012Z Compiling fatfs v0.3.6
20172024-07-13T03:30:25.026Z Compiling subprocess v0.2.9
20182024-07-13T03:30:26.355Z Compiling rtoolbox v0.0.2
20192024-07-13T03:30:26.805Z Compiling assert_matches v1.5.0
20202024-07-13T03:30:26.918Z Compiling is_ci v1.2.0
20212024-07-13T03:30:27.233Z Compiling supports-color v3.0.0
20222024-07-13T03:30:27.879Z Compiling rpassword v7.3.1
20232024-07-13T03:30:28.327Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
20242024-07-13T03:30:30.147Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
20252024-07-13T03:30:30.166Z Compiling tui-tree-widget v0.21.0
20262024-07-13T03:30:30.596Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
20272024-07-13T03:30:34.325Z Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd)
20282024-07-13T03:30:35.658Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
20292024-07-13T03:30:35.944Z Compiling shell-words v1.1.0
20302024-07-13T03:30:36.359Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
20312024-07-13T03:30:36.416Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
20322024-07-13T03:31:01.128Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
20332024-07-13T03:31:11.288Z Compiling uzers v0.11.3
20342024-07-13T03:31:14.282Z Compiling multimap v0.10.0
20352024-07-13T03:32:00.328Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
20362024-07-13T03:33:07.322Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
20372024-07-13T03:33:31.874Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20382024-07-13T03:39:44.008Z Finished `release` profile [optimized] target(s) in 14m 23s
20392024-07-13T03:40:30.791Z
20402024-07-13T03:40:30.794Zreal 15:11.171074333
20412024-07-13T03:40:30.794Zuser 1:44:55.187905644
20422024-07-13T03:40:30.794Zsys 5:46.686240425
20432024-07-13T03:40:30.794Ztrap 2.334261715
20442024-07-13T03:40:30.794Ztflt 2.075141050
20452024-07-13T03:40:30.794Zdflt 3.051152172
20462024-07-13T03:40:30.794Zkflt 0.009631150
20472024-07-13T03:40:30.795Zlock 6:37:29.204589654
20482024-07-13T03:40:30.795Zslp 4:08:33.562541126
20492024-07-13T03:40:30.795Zlat 2:30.484054382
20502024-07-13T03:40:30.795Zstop 1:56.659906388
20512024-07-13T03:40:30.795Z+ mapfile -t packages
20522024-07-13T03:40:30.795Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
20532024-07-13T03:40:31.652Z Finished `release` profile [optimized] target(s) in 0.81s
20542024-07-13T03:40:31.692Z Running `target/release/omicron-package -t test list-outputs`
20552024-07-13T03:40:31.729ZLogging to: /work/oxidecomputer/omicron/out/LOG
20562024-07-13T03:40:31.732Z+ ptime -m cargo build --locked --release -p xtask
20572024-07-13T03:40:32.329Z Compiling serde v1.0.204
20582024-07-13T03:40:32.332Z Compiling bitflags v2.5.0
20592024-07-13T03:40:32.332Z Compiling syn v2.0.68
20602024-07-13T03:40:32.406Z Compiling smallvec v1.13.2
20612024-07-13T03:40:32.413Z Compiling bytes v1.6.0
20622024-07-13T03:40:32.425Z Compiling scopeguard v1.2.0
20632024-07-13T03:40:32.449Z Compiling hashbrown v0.14.5
20642024-07-13T03:40:32.566Z Compiling lock_api v0.4.12
20652024-07-13T03:40:32.919Z Compiling parking_lot_core v0.9.10
20662024-07-13T03:40:32.931Z Compiling serde_json v1.0.120
20672024-07-13T03:40:32.943Z Compiling log v0.4.21
20682024-07-13T03:40:32.965Z Compiling mio v0.8.11
20692024-07-13T03:40:33.280Z Compiling parking_lot v0.12.2
20702024-07-13T03:40:33.416Z Compiling libc v0.2.155
20712024-07-13T03:40:33.457Z Compiling generic-array v0.14.7
20722024-07-13T03:40:33.765Z Compiling slog v2.7.0
20732024-07-13T03:40:33.835Z Compiling indexmap v2.2.6
20742024-07-13T03:40:34.031Z Compiling rustix v0.38.34
20752024-07-13T03:40:34.253Z Compiling http v0.2.12
20762024-07-13T03:40:34.267Z Compiling usdt-impl v0.5.0
20772024-07-13T03:40:34.595Z Compiling syn v1.0.109
20782024-07-13T03:40:34.928Z Compiling time-macros v0.2.18
20792024-07-13T03:40:34.961Z Compiling thread-id v4.2.1
20802024-07-13T03:40:35.199Z Compiling tracing v0.1.40
20812024-07-13T03:40:35.486Z Compiling crossbeam-utils v0.8.19
20822024-07-13T03:40:35.910Z Compiling http-body v0.4.6
20832024-07-13T03:40:36.392Z Compiling unicode-normalization v0.1.23
20842024-07-13T03:40:36.413Z Compiling unicode-bidi v0.3.15
20852024-07-13T03:40:36.897Z Compiling crypto-common v0.1.6
20862024-07-13T03:40:37.133Z Compiling block-buffer v0.10.4
20872024-07-13T03:40:37.376Z Compiling idna v0.5.0
20882024-07-13T03:40:38.018Z Compiling time v0.3.36
20892024-07-13T03:40:38.572Z Compiling terminal_size v0.3.0
20902024-07-13T03:40:39.056Z Compiling proc-macro-error v1.0.4
20912024-07-13T03:40:39.509Z Compiling fs-err v2.11.0
20922024-07-13T03:40:39.675Z Compiling anyhow v1.0.86
20932024-07-13T03:40:39.810Z Compiling clap_builder v4.5.2
20942024-07-13T03:40:40.603Z Compiling crossbeam-channel v0.5.12
20952024-07-13T03:40:40.630Z Compiling url v2.5.0
20962024-07-13T03:40:40.673Z Compiling digest v0.10.7
20972024-07-13T03:40:41.111Z Compiling xattr v1.3.1
20982024-07-13T03:40:41.439Z Compiling sha2 v0.10.8
20992024-07-13T03:40:42.083Z Compiling tabled_derive v0.7.0
21002024-07-13T03:40:42.269Z Compiling slog-async v2.8.0
21012024-07-13T03:40:44.252Z Compiling serde_derive v1.0.204
21022024-07-13T03:40:44.295Z Compiling thiserror-impl v1.0.60
21032024-07-13T03:40:44.508Z Compiling zerocopy-derive v0.7.34
21042024-07-13T03:40:45.372Z Compiling tokio-macros v2.3.0
21052024-07-13T03:40:46.179Z Compiling futures-macro v0.3.30
21062024-07-13T03:40:46.647Z Compiling zerocopy v0.7.34
21072024-07-13T03:40:46.998Z Compiling tokio v1.38.0
21082024-07-13T03:40:47.170Z Compiling thiserror v1.0.60
21092024-07-13T03:40:47.318Z Compiling pest v2.7.10
21102024-07-13T03:40:47.495Z Compiling scroll_derive v0.12.0
21112024-07-13T03:40:48.168Z Compiling futures-util v0.3.30
21122024-07-13T03:40:48.362Z Compiling openssl-macros v0.1.1
21132024-07-13T03:40:49.011Z Compiling scroll v0.12.0
21142024-07-13T03:40:49.146Z Compiling openssl v0.10.64
21152024-07-13T03:40:49.651Z Compiling goblin v0.8.2
21162024-07-13T03:40:50.169Z Compiling pest_meta v2.7.10
21172024-07-13T03:40:54.613Z Compiling pest_generator v2.7.10
21182024-07-13T03:40:56.472Z Compiling pest_derive v2.7.10
21192024-07-13T03:40:57.246Z Compiling dtrace-parser v0.2.0
21202024-07-13T03:40:59.290Z Compiling tokio-util v0.7.11
21212024-07-13T03:41:01.419Z Compiling h2 v0.3.26
21222024-07-13T03:41:04.707Z Compiling dof v0.3.0
21232024-07-13T03:41:05.619Z Compiling serde_tokenstream v0.2.1
21242024-07-13T03:41:05.655Z Compiling serde_spanned v0.6.6
21252024-07-13T03:41:05.675Z Compiling toml_datetime v0.6.6
21262024-07-13T03:41:05.916Z Compiling native-tls v0.2.11
21272024-07-13T03:41:06.889Z Compiling hyper v0.14.28
21282024-07-13T03:41:07.042Z Compiling tokio-native-tls v0.3.1
21292024-07-13T03:41:07.367Z Compiling toml_edit v0.22.14
21302024-07-13T03:41:13.365Z Compiling hyper-tls v0.5.0
21312024-07-13T03:41:13.791Z Compiling toml v0.8.14
21322024-07-13T03:41:13.985Z Compiling usdt-attr-macro v0.5.0
21332024-07-13T03:41:15.400Z Compiling usdt-macro v0.5.0
21342024-07-13T03:41:15.765Z Compiling slog-json v2.6.1
21352024-07-13T03:41:16.263Z Compiling semver v1.0.23
21362024-07-13T03:41:16.292Z Compiling serde_urlencoded v0.7.1
21372024-07-13T03:41:16.640Z Compiling camino v1.1.7
21382024-07-13T03:41:16.919Z Compiling cargo-platform v0.1.8
21392024-07-13T03:41:17.846Z Compiling futures-executor v0.3.30
21402024-07-13T03:41:18.029Z Compiling strum_macros v0.26.4
21412024-07-13T03:41:18.046Z Compiling clap_derive v4.5.4
21422024-07-13T03:41:18.976Z Compiling futures v0.3.30
21432024-07-13T03:41:19.111Z Compiling cargo_metadata v0.18.1
21442024-07-13T03:41:19.414Z Compiling reqwest v0.11.27
21452024-07-13T03:41:20.873Z Compiling usdt v0.5.0
21462024-07-13T03:41:22.389Z Compiling slog-bunyan v2.5.0
21472024-07-13T03:41:22.656Z Compiling cargo_toml v0.20.3
21482024-07-13T03:41:22.904Z Compiling clap v4.5.4
21492024-07-13T03:41:22.951Z Compiling strum v0.26.2
21502024-07-13T03:41:23.034Z Compiling macaddr v1.0.1
21512024-07-13T03:41:23.072Z Compiling tabled v0.15.0
21522024-07-13T03:41:23.141Z Compiling tar v0.4.40
21532024-07-13T03:41:23.674Z Compiling slog-term v2.9.1
21542024-07-13T03:41:40.081Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
21552024-07-13T03:41:53.968Z Finished `release` profile [optimized] target(s) in 1m 22s
21562024-07-13T03:41:54.057Z
21572024-07-13T03:41:54.064Zreal 1:22.290441083
21582024-07-13T03:41:54.064Zuser 8:56.391253707
21592024-07-13T03:41:54.064Zsys 51.004607486
21602024-07-13T03:41:54.064Ztrap 0.245754385
21612024-07-13T03:41:54.065Ztflt 0.592365592
21622024-07-13T03:41:54.065Zdflt 0.226907275
21632024-07-13T03:41:54.065Zkflt 0.000014648
21642024-07-13T03:41:54.065Zlock 20:05.414646750
21652024-07-13T03:41:54.065Zslp 22:45.919280946
21662024-07-13T03:41:54.065Zlat 26.734315417
21672024-07-13T03:41:54.065Zstop 23.568819970
21682024-07-13T03:41:54.065Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
21692024-07-13T03:41:54.065Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
21702024-07-13T03:41:54.066Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
21712024-07-13T03:41:54.066Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
21722024-07-13T03:41:54.066Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
21732024-07-13T03:41:54.585Z Downloading crates ...
21742024-07-13T03:41:54.837Z Downloaded ghash v0.5.1
21752024-07-13T03:41:54.849Z Downloaded dhcproto v0.11.0
21762024-07-13T03:41:54.855Z Downloaded pbkdf2 v0.11.0
21772024-07-13T03:41:54.855Z Downloaded ed25519 v2.2.3
21782024-07-13T03:41:54.855Z Downloaded bcrypt-pbkdf v0.10.0
21792024-07-13T03:41:54.860Z Downloaded md5 v0.7.0
21802024-07-13T03:41:54.865Z Downloaded option-ext v0.2.0
21812024-07-13T03:41:54.865Z Downloaded dhcproto-macros v0.1.0
21822024-07-13T03:41:54.865Z Downloaded cbc v0.1.2
21832024-07-13T03:41:54.871Z Downloaded russh-cryptovec v0.7.2
21842024-07-13T03:41:54.871Z Downloaded polyval v0.6.2
21852024-07-13T03:41:54.875Z Downloaded dirs-sys v0.4.1
21862024-07-13T03:41:54.875Z Downloaded rand_core v0.5.1
21872024-07-13T03:41:54.875Z Downloaded dirs v5.0.1
21882024-07-13T03:41:54.875Z Downloaded ctr v0.9.2
21892024-07-13T03:41:54.879Z Downloaded hex-literal v0.4.1
21902024-07-13T03:41:54.883Z Downloaded primeorder v0.13.6
21912024-07-13T03:41:54.883Z Downloaded rfc6979 v0.4.0
21922024-07-13T03:41:54.884Z Downloaded internet-checksum v0.2.1
21932024-07-13T03:41:54.884Z Downloaded blowfish v0.9.1
21942024-07-13T03:41:54.888Z Downloaded rand_chacha v0.2.2
21952024-07-13T03:41:54.888Z Downloaded getrandom v0.1.16
21962024-07-13T03:41:54.893Z Downloaded russh-keys v0.43.0
21972024-07-13T03:41:54.893Z Downloaded ecdsa v0.16.9
21982024-07-13T03:41:54.893Z Downloaded pbkdf2 v0.12.2
21992024-07-13T03:41:54.897Z Downloaded password-hash v0.4.2
22002024-07-13T03:41:54.901Z Downloaded p256 v0.13.2
22012024-07-13T03:41:54.909Z Downloaded ed25519-dalek v2.1.1
22022024-07-13T03:41:54.920Z Downloaded russh v0.43.0
22032024-07-13T03:41:54.925Z Downloaded aes v0.8.4
22042024-07-13T03:41:54.929Z Downloaded rand v0.7.3
22052024-07-13T03:41:54.934Z Downloaded p521 v0.13.3
22062024-07-13T03:41:54.938Z Downloaded aes-gcm v0.10.3
22072024-07-13T03:41:55.068Z Compiling serde v1.0.204
22082024-07-13T03:41:55.071Z Compiling scopeguard v1.2.0
22092024-07-13T03:41:55.167Z Compiling log v0.4.21
22102024-07-13T03:41:55.179Z Compiling smallvec v1.13.2
22112024-07-13T03:41:55.182Z Compiling syn v2.0.68
22122024-07-13T03:41:55.182Z Compiling getrandom v0.2.14
22132024-07-13T03:41:55.182Z Compiling generic-array v0.14.7
22142024-07-13T03:41:55.184Z Compiling libm v0.2.8
22152024-07-13T03:41:55.283Z Compiling lock_api v0.4.12
22162024-07-13T03:41:55.509Z Compiling rand_core v0.6.4
22172024-07-13T03:41:55.617Z Compiling parking_lot_core v0.9.10
22182024-07-13T03:41:55.651Z Compiling num-traits v0.2.19
22192024-07-13T03:41:55.680Z Compiling subtle v2.5.0
22202024-07-13T03:41:55.710Z Compiling mio v0.8.11
22212024-07-13T03:41:55.783Z Compiling spin v0.9.8
22222024-07-13T03:41:56.013Z Compiling parking_lot v0.12.2
22232024-07-13T03:41:56.032Z Compiling ahash v0.8.11
22242024-07-13T03:41:56.176Z Compiling serde_json v1.0.120
22252024-07-13T03:41:56.212Z Compiling allocator-api2 v0.2.18
22262024-07-13T03:41:56.263Z Compiling const-oid v0.9.6
22272024-07-13T03:41:56.427Z Compiling iana-time-zone v0.1.60
22282024-07-13T03:41:56.515Z Compiling syn v1.0.109
22292024-07-13T03:41:56.970Z Compiling unicode-normalization v0.1.23
22302024-07-13T03:41:56.990Z Compiling unicode-bidi v0.3.15
22312024-07-13T03:41:57.015Z Compiling schemars v0.8.21
22322024-07-13T03:41:57.085Z Compiling dyn-clone v1.0.17
22332024-07-13T03:41:57.317Z Compiling ppv-lite86 v0.2.17
22342024-07-13T03:41:57.363Z Compiling time-macros v0.2.18
22352024-07-13T03:41:58.075Z Compiling ring v0.17.8
22362024-07-13T03:41:58.108Z Compiling rand_chacha v0.3.1
22372024-07-13T03:41:58.160Z Compiling aho-corasick v1.1.3
22382024-07-13T03:41:58.584Z Compiling regex-syntax v0.8.3
22392024-07-13T03:41:59.016Z Compiling rand v0.8.5
22402024-07-13T03:42:00.492Z Compiling idna v0.5.0
22412024-07-13T03:42:00.971Z Compiling time v0.3.36
22422024-07-13T03:42:01.204Z Compiling slog v2.7.0
22432024-07-13T03:42:01.783Z Compiling url v2.5.0
22442024-07-13T03:42:02.103Z Compiling regex-automata v0.4.6
22452024-07-13T03:42:02.249Z Compiling untrusted v0.9.0
22462024-07-13T03:42:03.747Z Compiling serde_derive_internals v0.29.1
22472024-07-13T03:42:04.832Z Compiling lazy_static v1.5.0
22482024-07-13T03:42:04.966Z Compiling backtrace v0.3.71
22492024-07-13T03:42:05.377Z Compiling gimli v0.28.1
22502024-07-13T03:42:05.435Z Compiling object v0.32.2
22512024-07-13T03:42:06.447Z Compiling rustc-demangle v0.1.24
22522024-07-13T03:42:06.517Z Compiling anyhow v1.0.86
22532024-07-13T03:42:06.669Z Compiling winnow v0.5.40
22542024-07-13T03:42:07.300Z Compiling rustls v0.21.12
22552024-07-13T03:42:07.445Z Compiling crossbeam-utils v0.8.19
22562024-07-13T03:42:07.573Z Compiling regex v1.10.5
22572024-07-13T03:42:08.119Z Compiling base64ct v1.6.0
22582024-07-13T03:42:08.799Z Compiling sct v0.7.1
22592024-07-13T03:42:08.815Z Compiling rustls-webpki v0.101.7
22602024-07-13T03:42:09.130Z Compiling cookie v0.17.0
22612024-07-13T03:42:10.431Z Compiling addr2line v0.21.0
22622024-07-13T03:42:10.613Z Compiling serde_derive v1.0.204
22632024-07-13T03:42:10.640Z Compiling zeroize_derive v1.4.2
22642024-07-13T03:42:10.763Z Compiling thiserror-impl v1.0.60
22652024-07-13T03:42:10.859Z Compiling zerocopy-derive v0.7.34
22662024-07-13T03:42:11.086Z Compiling tokio-macros v2.3.0
22672024-07-13T03:42:12.066Z Compiling futures-macro v0.3.30
22682024-07-13T03:42:12.302Z Compiling zeroize v1.7.0
22692024-07-13T03:42:12.840Z Compiling schemars_derive v0.8.21
22702024-07-13T03:42:12.864Z Compiling tracing-attributes v0.1.27
22712024-07-13T03:42:13.291Z Compiling zerocopy v0.7.34
22722024-07-13T03:42:14.411Z Compiling crypto-common v0.1.6
22732024-07-13T03:42:14.431Z Compiling thiserror v1.0.60
22742024-07-13T03:42:14.431Z Compiling futures-util v0.3.30
22752024-07-13T03:42:14.575Z Compiling block-buffer v0.10.4
22762024-07-13T03:42:14.643Z Compiling async-trait v0.1.81
22772024-07-13T03:42:14.851Z Compiling digest v0.10.7
22782024-07-13T03:42:15.825Z Compiling hashbrown v0.14.5
22792024-07-13T03:42:15.893Z Compiling openssl-macros v0.1.1
22802024-07-13T03:42:16.683Z Compiling pest v2.7.10
22812024-07-13T03:42:17.038Z Compiling tracing v0.1.40
22822024-07-13T03:42:17.514Z Compiling idna v0.3.0
22832024-07-13T03:42:17.556Z Compiling data-encoding v2.6.0
22842024-07-13T03:42:17.559Z Compiling psl-types v2.0.11
22852024-07-13T03:42:17.775Z Compiling hmac v0.12.1
22862024-07-13T03:42:18.034Z Compiling scroll_derive v0.12.0
22872024-07-13T03:42:19.098Z Compiling pest_meta v2.7.10
22882024-07-13T03:42:19.228Z Compiling publicsuffix v2.2.3
22892024-07-13T03:42:19.626Z Compiling bitflags v1.3.2
22902024-07-13T03:42:19.645Z Compiling scroll v0.12.0
22912024-07-13T03:42:19.731Z Compiling webpki-roots v0.25.4
22922024-07-13T03:42:19.894Z Compiling block-padding v0.3.3
22932024-07-13T03:42:20.131Z Compiling futures-executor v0.3.30
22942024-07-13T03:42:20.156Z Compiling goblin v0.8.2
22952024-07-13T03:42:20.240Z Compiling der_derive v0.7.2
22962024-07-13T03:42:20.568Z Compiling futures v0.3.30
22972024-07-13T03:42:20.701Z Compiling pest_generator v2.7.10
22982024-07-13T03:42:20.720Z Compiling pem-rfc7468 v0.7.0
22992024-07-13T03:42:20.811Z Compiling flagset v0.4.5
23002024-07-13T03:42:20.942Z Compiling inout v0.1.3
23012024-07-13T03:42:21.231Z Compiling cipher v0.4.4
23022024-07-13T03:42:21.483Z Compiling sha2 v0.10.8
23032024-07-13T03:42:21.812Z Compiling either v1.12.0
23042024-07-13T03:42:22.206Z Compiling ff v0.13.0
23052024-07-13T03:42:22.433Z Compiling base16ct v0.2.0
23062024-07-13T03:42:22.773Z Compiling stable_deref_trait v1.2.0
23072024-07-13T03:42:22.832Z Compiling group v0.13.0
23082024-07-13T03:42:22.874Z Compiling der v0.7.9
23092024-07-13T03:42:22.890Z Compiling hkdf v0.12.4
23102024-07-13T03:42:23.130Z Compiling crypto-bigint v0.5.5
23112024-07-13T03:42:23.156Z Compiling crossbeam-epoch v0.9.18
23122024-07-13T03:42:27.422Z Compiling num-integer v0.1.46
23132024-07-13T03:42:27.487Z Compiling pest_derive v2.7.10
23142024-07-13T03:42:27.487Z Compiling unicode-segmentation v1.11.0
23152024-07-13T03:42:27.487Z Compiling spki v0.7.3
23162024-07-13T03:42:27.487Z Compiling dtrace-parser v0.2.0
23172024-07-13T03:42:27.487Z Compiling pkcs8 v0.10.2
23182024-07-13T03:42:27.487Z Compiling managed v0.8.0
23192024-07-13T03:42:27.487Z Compiling bytes v1.6.0
23202024-07-13T03:42:27.487Z Compiling indexmap v2.2.6
23212024-07-13T03:42:27.487Z Compiling uuid v1.9.1
23222024-07-13T03:42:27.487Z Compiling chrono v0.4.38
23232024-07-13T03:42:27.487Z Compiling tokio v1.38.0
23242024-07-13T03:42:27.603Z Compiling bitflags v2.5.0
23252024-07-13T03:42:27.607Z Compiling semver v1.0.23
23262024-07-13T03:42:27.932Z Compiling http v0.2.12
23272024-07-13T03:42:28.106Z Compiling serde_tokenstream v0.2.1
23282024-07-13T03:42:28.390Z Compiling serde_spanned v0.6.6
23292024-07-13T03:42:28.648Z Compiling toml_datetime v0.6.6
23302024-07-13T03:42:28.701Z Compiling openssl v0.10.64
23312024-07-13T03:42:29.192Z Compiling toml_edit v0.19.15
23322024-07-13T03:42:29.317Z Compiling rustix v0.38.34
23332024-07-13T03:42:30.536Z Compiling http-body v0.4.6
23342024-07-13T03:42:30.773Z Compiling serde_urlencoded v0.7.1
23352024-07-13T03:42:30.865Z Compiling cookie_store v0.20.0
23362024-07-13T03:42:31.009Z Compiling openapiv3 v2.0.0
23372024-07-13T03:42:31.319Z Compiling rustc_version v0.4.0
23382024-07-13T03:42:32.156Z Compiling dof v0.3.0
23392024-07-13T03:42:32.445Z Compiling sec1 v0.7.3
23402024-07-13T03:42:32.463Z Compiling ipnetwork v0.20.0
23412024-07-13T03:42:33.063Z Compiling usdt-impl v0.5.0
23422024-07-13T03:42:33.263Z Compiling elliptic-curve v0.13.8
23432024-07-13T03:42:33.421Z Compiling toml v0.7.8
23442024-07-13T03:42:34.110Z Compiling toml_edit v0.22.14
23452024-07-13T03:42:34.532Z Compiling hex v0.4.3
23462024-07-13T03:42:34.742Z Compiling native-tls v0.2.11
23472024-07-13T03:42:35.160Z Compiling usdt-macro v0.5.0
23482024-07-13T03:42:35.177Z Compiling usdt-attr-macro v0.5.0
23492024-07-13T03:42:35.384Z Compiling tokio-util v0.7.11
23502024-07-13T03:42:35.528Z Compiling tokio-native-tls v0.3.1
23512024-07-13T03:42:35.825Z Compiling tokio-rustls v0.24.1
23522024-07-13T03:42:36.237Z Compiling matches v0.1.10
23532024-07-13T03:42:36.334Z Compiling idna v0.2.3
23542024-07-13T03:42:36.678Z Compiling h2 v0.3.26
23552024-07-13T03:42:36.833Z Compiling enum-as-inner v0.5.1
23562024-07-13T03:42:36.886Z Compiling usdt v0.5.0
23572024-07-13T03:42:37.399Z Compiling siphasher v0.3.11
23582024-07-13T03:42:37.546Z Compiling bit-vec v0.6.3
23592024-07-13T03:42:37.579Z Compiling heapless v0.7.17
23602024-07-13T03:42:37.786Z Compiling terminal_size v0.3.0
23612024-07-13T03:42:37.884Z Compiling trust-dns-proto v0.22.0
23622024-07-13T03:42:37.946Z Compiling num-bigint v0.4.5
23632024-07-13T03:42:37.983Z Compiling regress v0.9.1
23642024-07-13T03:42:38.002Z Compiling finl_unicode v1.2.0
23652024-07-13T03:42:38.016Z Compiling signal-hook v0.3.17
23662024-07-13T03:42:38.302Z Compiling clap_builder v4.5.2
23672024-07-13T03:42:38.640Z Compiling stringprep v0.1.4
23682024-07-13T03:42:40.067Z Compiling itertools v0.10.5
23692024-07-13T03:42:42.768Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23702024-07-13T03:42:42.934Z Compiling yasna v0.5.2
23712024-07-13T03:42:43.142Z Compiling md-5 v0.10.6
23722024-07-13T03:42:43.212Z Compiling clap_derive v4.5.4
23732024-07-13T03:42:43.423Z Compiling hyper v0.14.28
23742024-07-13T03:42:44.925Z Compiling hash32 v0.2.1
23752024-07-13T03:42:45.317Z Compiling smoltcp v0.9.1
23762024-07-13T03:42:46.091Z Compiling fallible-iterator v0.2.0
23772024-07-13T03:42:46.752Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23782024-07-13T03:42:46.830Z Compiling regex-automata v0.1.10
23792024-07-13T03:42:47.318Z Compiling bstr v0.2.17
23802024-07-13T03:42:47.347Z Compiling postgres-protocol v0.6.6
23812024-07-13T03:42:48.426Z Compiling clap v4.5.4
23822024-07-13T03:42:48.550Z Compiling phf_shared v0.11.2
23832024-07-13T03:42:48.757Z Compiling tokio-stream v0.1.15
23842024-07-13T03:42:48.791Z Compiling hubpack_derive v0.1.1
23852024-07-13T03:42:48.858Z Compiling zerocopy-derive v0.6.6
23862024-07-13T03:42:48.908Z Compiling diesel_table_macro_syntax v0.1.0
23872024-07-13T03:42:48.980Z Compiling scheduled-thread-pool v0.2.7
23882024-07-13T03:42:49.116Z Compiling fs-err v2.11.0
23892024-07-13T03:42:49.334Z Compiling fixedbitset v0.4.2
23902024-07-13T03:42:49.555Z Compiling diesel_derives v2.1.4
23912024-07-13T03:42:49.583Z Compiling petgraph v0.6.5
23922024-07-13T03:42:49.735Z Compiling hubpack v0.1.2
23932024-07-13T03:42:49.751Z Compiling r2d2 v0.8.10
23942024-07-13T03:42:49.789Z Compiling phf v0.11.2
23952024-07-13T03:42:50.117Z Compiling hyper-rustls v0.24.2
23962024-07-13T03:42:50.204Z Compiling hyper-tls v0.5.0
23972024-07-13T03:42:50.484Z Compiling reqwest v0.11.27
23982024-07-13T03:42:50.557Z Compiling signal-hook-mio v0.2.3
23992024-07-13T03:42:50.725Z Compiling similar v2.5.0
24002024-07-13T03:42:51.102Z Compiling zerocopy v0.6.6
24012024-07-13T03:42:51.970Z Compiling postgres-types v0.2.6
24022024-07-13T03:42:52.588Z Compiling phf_shared v0.10.0
24032024-07-13T03:42:53.024Z Compiling num-iter v0.1.45
24042024-07-13T03:42:53.228Z Compiling strum_macros v0.25.3
24052024-07-13T03:42:53.429Z Compiling serde_repr v0.1.19
24062024-07-13T03:42:53.494Z Compiling getopts v0.2.21
24072024-07-13T03:42:53.546Z Compiling console v0.15.8
24082024-07-13T03:42:53.548Z Compiling float-cmp v0.9.0
24092024-07-13T03:42:53.820Z Compiling difflib v0.4.0
24102024-07-13T03:42:54.589Z Compiling normalize-line-endings v0.3.0
24112024-07-13T03:42:54.701Z Compiling new_debug_unreachable v1.0.6
24122024-07-13T03:42:54.728Z Compiling whoami v1.5.1
24132024-07-13T03:42:54.807Z Compiling unsafe-libyaml v0.2.11
24142024-07-13T03:42:55.103Z Compiling minimal-lexical v0.2.1
24152024-07-13T03:42:55.413Z Compiling static_assertions v1.1.0
24162024-07-13T03:42:55.468Z Compiling precomputed-hash v0.1.1
24172024-07-13T03:42:55.524Z Compiling predicates-core v1.0.6
24182024-07-13T03:42:55.594Z Compiling string_cache v0.8.7
24192024-07-13T03:42:55.661Z Compiling nom v7.1.3
24202024-07-13T03:42:55.916Z Compiling predicates v3.1.0
24212024-07-13T03:42:56.084Z Compiling serde_yaml v0.9.34+deprecated
24222024-07-13T03:42:56.767Z Compiling tokio-postgres v0.7.10
24232024-07-13T03:42:57.593Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0)
24242024-07-13T03:42:57.708Z Compiling crossterm v0.27.0
24252024-07-13T03:43:00.366Z Compiling bit-set v0.5.3
24262024-07-13T03:43:00.597Z Compiling itertools v0.12.1
24272024-07-13T03:43:00.670Z Compiling bstr v1.9.1
24282024-07-13T03:43:01.487Z Compiling unicode-xid v0.2.4
24292024-07-13T03:43:01.670Z Compiling peg-runtime v0.8.3
24302024-07-13T03:43:01.958Z Compiling lalrpop-util v0.19.12
24312024-07-13T03:43:02.717Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24322024-07-13T03:43:02.730Z Compiling sha1 v0.10.6
24332024-07-13T03:43:02.730Z Compiling camino v1.1.7
24342024-07-13T03:43:02.779Z Compiling strum_macros v0.26.4
24352024-07-13T03:43:02.804Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24362024-07-13T03:43:02.807Z Compiling http v1.1.0
24372024-07-13T03:43:03.042Z Compiling diesel v2.1.6
24382024-07-13T03:43:03.543Z Compiling base64 v0.22.1
24392024-07-13T03:43:03.855Z Compiling toml v0.8.14
24402024-07-13T03:43:04.159Z Compiling ident_case v1.0.1
24412024-07-13T03:43:04.354Z Compiling rustls-pki-types v1.7.0
24422024-07-13T03:43:04.374Z Compiling darling_core v0.20.9
24432024-07-13T03:43:05.230Z Compiling crossbeam-channel v0.5.12
24442024-07-13T03:43:05.402Z Compiling paste v1.0.15
24452024-07-13T03:43:05.692Z Compiling rustls v0.22.4
24462024-07-13T03:43:05.985Z Compiling slog-term v2.9.1
24472024-07-13T03:43:05.988Z Compiling rustls-webpki v0.102.4
24482024-07-13T03:43:06.372Z Compiling slog-async v2.8.0
24492024-07-13T03:43:06.500Z Compiling multer v3.1.0
24502024-07-13T03:43:06.786Z Compiling instant v0.1.12
24512024-07-13T03:43:07.323Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24522024-07-13T03:43:07.468Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24532024-07-13T03:43:07.597Z Compiling slog-json v2.6.1
24542024-07-13T03:43:08.009Z Compiling async-stream-impl v0.3.5
24552024-07-13T03:43:08.126Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24562024-07-13T03:43:08.268Z Compiling strum v0.26.2
24572024-07-13T03:43:08.423Z Compiling debug-ignore v1.0.5
24582024-07-13T03:43:08.467Z Compiling atomic-waker v1.1.2
24592024-07-13T03:43:08.599Z Compiling waitgroup v0.1.2
24602024-07-13T03:43:08.697Z Compiling slog-bunyan v2.5.0
24612024-07-13T03:43:08.861Z Compiling rustls-pemfile v2.1.2
24622024-07-13T03:43:08.910Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961)
24632024-07-13T03:43:09.345Z Compiling serde_path_to_error v0.1.16
24642024-07-13T03:43:09.441Z Compiling async-stream v0.3.5
24652024-07-13T03:43:09.801Z Compiling structmeta-derive v0.3.0
24662024-07-13T03:43:09.873Z Compiling hostname v0.4.0
24672024-07-13T03:43:10.158Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24682024-07-13T03:43:10.206Z Compiling newtype-uuid v1.1.0
24692024-07-13T03:43:10.520Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24702024-07-13T03:43:10.917Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712024-07-13T03:43:11.228Z Compiling tokio-rustls v0.25.0
24722024-07-13T03:43:11.286Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732024-07-13T03:43:11.477Z Compiling backoff v0.4.0
24742024-07-13T03:43:11.631Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24752024-07-13T03:43:11.806Z Compiling macaddr v1.0.1
24762024-07-13T03:43:11.845Z Compiling proc-macro-crate v1.3.1
24772024-07-13T03:43:11.866Z Compiling darling_macro v0.20.9
24782024-07-13T03:43:12.285Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24792024-07-13T03:43:12.615Z Compiling fastrand v2.1.0
24802024-07-13T03:43:12.856Z Compiling structmeta v0.3.0
24812024-07-13T03:43:12.906Z Compiling darling v0.20.9
24822024-07-13T03:43:12.965Z Compiling num_enum_derive v0.5.11
24832024-07-13T03:43:13.030Z Compiling serde_with_macros v3.8.3
24842024-07-13T03:43:13.198Z Compiling tempfile v3.10.1
24852024-07-13T03:43:13.320Z Compiling parse-display-derive v0.9.1
24862024-07-13T03:43:14.206Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24872024-07-13T03:43:14.509Z Compiling foreign-types-macros v0.2.3
24882024-07-13T03:43:15.840Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24892024-07-13T03:43:15.887Z Compiling num_enum v0.5.11
24902024-07-13T03:43:16.063Z Compiling foreign-types-shared v0.3.1
24912024-07-13T03:43:16.120Z Compiling heapless v0.8.0
24922024-07-13T03:43:16.163Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24932024-07-13T03:43:16.182Z Compiling foreign-types v0.5.0
24942024-07-13T03:43:16.278Z Compiling serde_with v3.8.3
24952024-07-13T03:43:16.329Z Compiling proc-macro-error v1.0.4
24962024-07-13T03:43:17.172Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24972024-07-13T03:43:17.235Z Compiling hash32 v0.3.1
24982024-07-13T03:43:17.339Z Compiling cstr-argument v0.1.2
24992024-07-13T03:43:17.483Z Compiling smoltcp v0.11.0
25002024-07-13T03:43:17.600Z Compiling pretty-hex v0.2.1
25012024-07-13T03:43:17.787Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25022024-07-13T03:43:18.180Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25032024-07-13T03:43:18.340Z Compiling camino-tempfile v1.1.1
25042024-07-13T03:43:18.355Z Compiling parse-display v0.9.1
25052024-07-13T03:43:18.849Z Compiling tabwriter v1.4.0
25062024-07-13T03:43:18.867Z Compiling colored v2.1.0
25072024-07-13T03:43:19.147Z Compiling socket2 v0.4.10
25082024-07-13T03:43:19.378Z Compiling embedded-io v0.4.0
25092024-07-13T03:43:19.400Z Compiling cobs v0.2.3
25102024-07-13T03:43:19.608Z Compiling postcard v1.0.8
25112024-07-13T03:43:19.704Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25122024-07-13T03:43:19.986Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25132024-07-13T03:43:20.076Z Compiling crucible-workspace-hack v0.1.0
25142024-07-13T03:43:20.242Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25152024-07-13T03:43:20.363Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25162024-07-13T03:43:20.474Z Compiling smf v0.2.3
25172024-07-13T03:43:20.490Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25182024-07-13T03:43:20.656Z Compiling humantime v2.1.0
25192024-07-13T03:43:21.144Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25202024-07-13T03:43:21.207Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25212024-07-13T03:43:21.696Z Compiling num-derive v0.4.2
25222024-07-13T03:43:21.929Z Compiling sigpipe v0.1.3
25232024-07-13T03:43:22.067Z Compiling utf-8 v0.7.6
25242024-07-13T03:43:22.260Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
25252024-07-13T03:43:22.402Z Compiling atty v0.2.14
25262024-07-13T03:43:22.546Z Compiling same-file v1.0.6
25272024-07-13T03:43:22.647Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25282024-07-13T03:43:22.706Z Compiling semver v0.1.20
25292024-07-13T03:43:22.776Z Compiling rayon-core v1.12.1
25302024-07-13T03:43:23.061Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25312024-07-13T03:43:23.405Z Compiling rustc_version v0.1.7
25322024-07-13T03:43:24.001Z Compiling walkdir v2.5.0
25332024-07-13T03:43:24.220Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
25342024-07-13T03:43:24.395Z Compiling curve25519-dalek v4.1.3
25352024-07-13T03:43:24.742Z Compiling newline-converter v0.3.0
25362024-07-13T03:43:24.855Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25372024-07-13T03:43:24.872Z Compiling crossbeam-deque v0.8.5
25382024-07-13T03:43:24.920Z Compiling universal-hash v0.5.1
25392024-07-13T03:43:25.033Z Compiling prettyplease v0.2.20
25402024-07-13T03:43:25.122Z Compiling opaque-debug v0.3.1
25412024-07-13T03:43:25.219Z Compiling expectorate v1.1.0
25422024-07-13T03:43:25.223Z Compiling newtype_derive v0.1.6
25432024-07-13T03:43:25.317Z Compiling xattr v1.3.1
25442024-07-13T03:43:25.341Z Compiling num-rational v0.4.2
25452024-07-13T03:43:25.393Z Compiling signature v2.2.0
25462024-07-13T03:43:25.512Z Compiling curve25519-dalek-derive v0.1.1
25472024-07-13T03:43:25.606Z Compiling num-complex v0.4.6
25482024-07-13T03:43:25.712Z Compiling ring v0.16.20
25492024-07-13T03:43:26.657Z Compiling blake3 v1.5.1
25502024-07-13T03:43:26.832Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6)
25512024-07-13T03:43:27.064Z Compiling unicase v2.7.0
25522024-07-13T03:43:27.120Z Compiling convert_case v0.4.0
25532024-07-13T03:43:27.163Z Compiling getrandom v0.1.16
25542024-07-13T03:43:27.187Z Compiling arc-swap v1.7.1
25552024-07-13T03:43:27.254Z Compiling linked-hash-map v0.5.6
25562024-07-13T03:43:27.336Z Compiling termcolor v1.4.1
25572024-07-13T03:43:27.607Z Compiling quick-error v1.2.3
25582024-07-13T03:43:27.767Z Compiling resolv-conf v0.7.0
25592024-07-13T03:43:27.839Z Compiling env_logger v0.9.3
25602024-07-13T03:43:27.918Z Compiling slog-scope v4.4.0
25612024-07-13T03:43:28.113Z Compiling derive_more v0.99.18
25622024-07-13T03:43:28.240Z Compiling lru-cache v0.1.2
25632024-07-13T03:43:28.486Z Compiling tar v0.4.40
25642024-07-13T03:43:28.844Z Compiling num v0.4.3
25652024-07-13T03:43:28.964Z Compiling rayon v1.10.0
25662024-07-13T03:43:30.665Z Compiling tungstenite v0.21.0
25672024-07-13T03:43:31.243Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25682024-07-13T03:43:31.754Z Compiling blake2 v0.10.6
25692024-07-13T03:43:32.592Z Compiling bitstruct_derive v0.1.0
25702024-07-13T03:43:32.763Z Compiling derive-where v1.2.7
25712024-07-13T03:43:33.125Z Compiling password-hash v0.5.0
25722024-07-13T03:43:33.957Z Compiling memmap2 v0.9.4
25732024-07-13T03:43:34.000Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25742024-07-13T03:43:34.135Z Compiling spin v0.5.2
25752024-07-13T03:43:34.166Z Compiling home v0.5.9
25762024-07-13T03:43:34.384Z Compiling parking_lot_core v0.8.6
25772024-07-13T03:43:34.429Z Compiling constant_time_eq v0.3.0
25782024-07-13T03:43:34.454Z Compiling float-ord v0.3.2
25792024-07-13T03:43:34.622Z Compiling untrusted v0.7.1
25802024-07-13T03:43:34.638Z Compiling ascii v1.1.0
25812024-07-13T03:43:34.819Z Compiling libefi-sys v0.1.0
25822024-07-13T03:43:34.860Z Compiling arrayvec v0.7.4
25832024-07-13T03:43:35.101Z Compiling arrayref v0.3.7
25842024-07-13T03:43:39.081Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25852024-07-13T03:43:39.172Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25862024-07-13T03:43:39.172Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
25872024-07-13T03:43:39.172Z Compiling toolchain_find v0.4.0
25882024-07-13T03:43:39.172Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25892024-07-13T03:43:39.172Z Compiling bitstruct v0.1.1
25902024-07-13T03:43:39.172Z Compiling argon2 v0.5.3
25912024-07-13T03:43:39.172Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25922024-07-13T03:43:39.172Z Compiling tokio-tungstenite v0.21.0
25932024-07-13T03:43:39.172Z Compiling trust-dns-resolver v0.22.0
25942024-07-13T03:43:39.172Z Compiling slog-stdlog v4.1.1
25952024-07-13T03:43:39.172Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25962024-07-13T03:43:39.172Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25972024-07-13T03:43:39.172Z Compiling serde_arrays v0.1.0
25982024-07-13T03:43:39.172Z Compiling erased-serde v0.3.31
25992024-07-13T03:43:39.172Z Compiling rfc6979 v0.4.0
26002024-07-13T03:43:39.172Z Compiling aead v0.5.2
26012024-07-13T03:43:39.172Z Compiling bitfield-struct v0.6.1
26022024-07-13T03:43:39.172Z Compiling nibble_vec v0.1.0
26032024-07-13T03:43:39.173Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26042024-07-13T03:43:39.193Z Compiling slog-dtrace v0.3.0
26052024-07-13T03:43:39.382Z Compiling cancel-safe-futures v0.1.5
26062024-07-13T03:43:39.403Z Compiling keccak v0.1.5
26072024-07-13T03:43:39.692Z Compiling endian-type v0.1.2
26082024-07-13T03:43:39.750Z Compiling topological-sort v0.2.2
26092024-07-13T03:43:39.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-07-13T03:43:39.908Z Compiling radix_trie v0.2.1
26112024-07-13T03:43:39.950Z Compiling omicron-zone-package v0.11.0
26122024-07-13T03:43:39.968Z Compiling sha3 v0.10.8
26132024-07-13T03:43:39.993Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142024-07-13T03:43:40.236Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26152024-07-13T03:43:40.442Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162024-07-13T03:43:40.568Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26172024-07-13T03:43:40.693Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26182024-07-13T03:43:40.965Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26192024-07-13T03:43:41.002Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26202024-07-13T03:43:41.317Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26212024-07-13T03:43:41.704Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26222024-07-13T03:43:41.722Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26232024-07-13T03:43:41.962Z Compiling ecdsa v0.16.9
26242024-07-13T03:43:42.719Z Compiling rand_core v0.5.1
26252024-07-13T03:43:42.797Z Compiling slog-envlogger v2.2.0
26262024-07-13T03:43:43.236Z Compiling mime_guess v2.0.4
26272024-07-13T03:43:43.607Z Compiling steno v0.4.1
26282024-07-13T03:43:43.642Z Compiling rustfmt-wrapper v0.2.1
26292024-07-13T03:43:44.567Z Compiling poly1305 v0.8.0
26302024-07-13T03:43:44.693Z Compiling tungstenite v0.20.1
26312024-07-13T03:43:44.705Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26322024-07-13T03:43:45.476Z Compiling primeorder v0.13.6
26332024-07-13T03:43:45.996Z Compiling heck v0.3.3
26342024-07-13T03:43:46.364Z Compiling chacha20 v0.9.1
26352024-07-13T03:43:46.438Z Compiling secrecy v0.8.0
26362024-07-13T03:43:46.508Z Compiling thiserror-impl-no-std v2.0.2
26372024-07-13T03:43:46.724Z Compiling half v2.4.1
26382024-07-13T03:43:46.796Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26392024-07-13T03:43:46.888Z Compiling ciborium-io v0.2.2
26402024-07-13T03:43:47.025Z Compiling option-ext v0.2.0
26412024-07-13T03:43:47.065Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26422024-07-13T03:43:47.176Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26432024-07-13T03:43:47.201Z Compiling dirs-sys v0.4.1
26442024-07-13T03:43:47.316Z Compiling ciborium-ll v0.2.2
26452024-07-13T03:43:47.785Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26462024-07-13T03:43:47.883Z Compiling zone_cfg_derive v0.1.2
26472024-07-13T03:43:48.187Z Compiling tokio-tungstenite v0.20.1
26482024-07-13T03:43:48.779Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26492024-07-13T03:43:48.797Z Compiling parking_lot v0.11.2
26502024-07-13T03:43:49.186Z Compiling rand_chacha v0.2.2
26512024-07-13T03:43:49.784Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26522024-07-13T03:43:49.858Z Compiling thiserror-no-std v2.0.2
26532024-07-13T03:43:49.980Z Compiling trust-dns-client v0.22.0
26542024-07-13T03:43:50.058Z Compiling ed25519 v2.2.3
26552024-07-13T03:43:50.584Z Compiling polyval v0.6.2
26562024-07-13T03:43:50.660Z Compiling libsw v3.3.1
26572024-07-13T03:43:50.991Z Compiling toml v0.5.11
26582024-07-13T03:43:51.043Z Compiling ctr v0.9.2
26592024-07-13T03:43:51.217Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26602024-07-13T03:43:51.413Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26612024-07-13T03:43:51.783Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26622024-07-13T03:43:53.301Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26632024-07-13T03:43:53.819Z Compiling aes v0.8.4
26642024-07-13T03:43:54.845Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26652024-07-13T03:43:55.807Z Compiling blowfish v0.9.1
26662024-07-13T03:43:56.277Z Compiling pbkdf2 v0.12.2
26672024-07-13T03:43:56.462Z Compiling password-hash v0.4.2
26682024-07-13T03:43:56.685Z Compiling gethostname v0.4.3
26692024-07-13T03:43:56.957Z Compiling fxhash v0.2.1
26702024-07-13T03:43:56.961Z Compiling base64 v0.13.1
26712024-07-13T03:43:57.183Z Compiling owo-colors v4.0.0
26722024-07-13T03:43:57.462Z Compiling linear-map v1.2.0
26732024-07-13T03:43:57.604Z Compiling ron v0.7.1
26742024-07-13T03:43:57.823Z Compiling sled v0.34.7
26752024-07-13T03:43:59.584Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26762024-07-13T03:43:59.615Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26772024-07-13T03:43:59.981Z Compiling pbkdf2 v0.11.0
26782024-07-13T03:44:00.348Z Compiling bcrypt-pbkdf v0.10.0
26792024-07-13T03:44:00.990Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26802024-07-13T03:44:01.741Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26812024-07-13T03:44:03.145Z Compiling trust-dns-server v0.22.1
26822024-07-13T03:44:03.309Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26832024-07-13T03:44:03.443Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26842024-07-13T03:44:03.941Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26852024-07-13T03:44:06.281Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26862024-07-13T03:44:06.499Z Compiling ghash v0.5.1
26872024-07-13T03:44:06.567Z Compiling ed25519-dalek v2.1.1
26882024-07-13T03:44:06.712Z Compiling vsss-rs v3.3.4
26892024-07-13T03:44:07.065Z Compiling rand v0.7.3
26902024-07-13T03:44:07.756Z Compiling zone v0.1.8
26912024-07-13T03:44:08.724Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26922024-07-13T03:44:09.539Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26932024-07-13T03:44:09.812Z Compiling ciborium v0.2.2
26942024-07-13T03:44:10.146Z Compiling dirs v5.0.1
26952024-07-13T03:44:10.247Z Compiling chacha20poly1305 v0.10.1
26962024-07-13T03:44:10.351Z Compiling p256 v0.13.2
26972024-07-13T03:44:10.455Z Compiling p521 v0.13.3
26982024-07-13T03:44:11.275Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990)
26992024-07-13T03:44:11.422Z Compiling pem v3.0.4
27002024-07-13T03:44:11.446Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27012024-07-13T03:44:11.817Z Compiling headers-core v0.2.0
27022024-07-13T03:44:11.999Z Compiling cbc v0.1.2
27032024-07-13T03:44:12.256Z Compiling kstat-rs v0.2.4
27042024-07-13T03:44:12.270Z Compiling portpicker v0.1.1
27052024-07-13T03:44:12.583Z Compiling nanorand v0.7.0
27062024-07-13T03:44:12.624Z Compiling russh-cryptovec v0.7.2
27072024-07-13T03:44:12.920Z Compiling glob v0.3.1
27082024-07-13T03:44:12.937Z Compiling md5 v0.7.0
27092024-07-13T03:44:12.954Z Compiling http-range v0.1.5
27102024-07-13T03:44:13.192Z Compiling russh-keys v0.43.0
27112024-07-13T03:44:13.334Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27122024-07-13T03:44:13.440Z Compiling hyper-staticfile v0.9.5
27132024-07-13T03:44:13.614Z Compiling flume v0.11.0
27142024-07-13T03:44:13.961Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152024-07-13T03:44:14.368Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
27162024-07-13T03:44:14.487Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27172024-07-13T03:44:16.503Z Compiling headers v0.3.9
27182024-07-13T03:44:16.715Z Compiling rcgen v0.12.1
27192024-07-13T03:44:17.145Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27202024-07-13T03:44:17.653Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27212024-07-13T03:44:19.307Z Compiling aes-gcm v0.10.3
27222024-07-13T03:44:19.597Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27232024-07-13T03:44:20.646Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27242024-07-13T03:44:21.465Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27252024-07-13T03:44:22.597Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626)
27262024-07-13T03:44:26.332Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793)
27272024-07-13T03:44:26.486Z Compiling atomicwrites v0.4.3
27282024-07-13T03:44:26.845Z Compiling subprocess v0.2.9
27292024-07-13T03:44:28.089Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302024-07-13T03:44:28.903Z Compiling hex-literal v0.4.1
27312024-07-13T03:44:28.939Z Compiling display-error-chain v0.2.0
27322024-07-13T03:44:29.082Z Compiling dhcproto-macros v0.1.0
27332024-07-13T03:44:29.126Z Compiling russh v0.43.0
27342024-07-13T03:44:29.921Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27352024-07-13T03:44:30.088Z Compiling dhcproto v0.11.0
27362024-07-13T03:44:31.718Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27372024-07-13T03:44:32.793Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27382024-07-13T03:44:33.580Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27392024-07-13T03:44:34.117Z Compiling internet-checksum v0.2.1
27402024-07-13T03:44:55.161Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27412024-07-13T03:45:39.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 44s
27422024-07-13T03:45:39.252Z
27432024-07-13T03:45:39.255Zreal 3:45.128785161
27442024-07-13T03:45:39.255Zuser 20:01.047545392
27452024-07-13T03:45:39.255Zsys 4:17.691698546
27462024-07-13T03:45:39.255Ztrap 0.581336781
27472024-07-13T03:45:39.255Ztflt 0.598316579
27482024-07-13T03:45:39.255Zdflt 1.930690000
27492024-07-13T03:45:39.255Zkflt 0.000037243
27502024-07-13T03:45:39.255Zlock 42:57.439690841
27512024-07-13T03:45:39.255Zslp 57:47.603649260
27522024-07-13T03:45:39.256Zlat 1:06.493275140
27532024-07-13T03:45:39.256Zstop 2:26.631385092
27542024-07-13T03:45:39.256Z+ mkdir tests
27552024-07-13T03:45:39.259Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27562024-07-13T03:45:39.259Z+ xargs -I '{}' -t cp '{}' tests/
27572024-07-13T03:45:39.966Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ee4c26c7a45e335a tests/
27582024-07-13T03:45:39.986Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-82f533e5e260e577 tests/
27592024-07-13T03:45:40.006Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a86cbfaf29142b9c tests/
27602024-07-13T03:45:40.026Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1ff4d33f42929297 tests/
27612024-07-13T03:45:40.316Z+ 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/*)
27622024-07-13T03:45:40.319Z+ 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-82f533e5e260e577 tests/commtest-a86cbfaf29142b9c tests/dhcp_server-ee4c26c7a45e335a tests/end_to_end_tests-1ff4d33f42929297 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
27632024-07-13T03:46:44.697ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27642024-07-13T03:46:44.697Za out/target/test 1K
27652024-07-13T03:46:44.697Za out/npuzone/npuzone 23144K
27662024-07-13T03:46:44.697Za package-manifest.toml 29K
27672024-07-13T03:46:44.697Za smf/sled-agent/non-gimlet/config.toml 4K
27682024-07-13T03:46:44.697Za target/release/omicron-package 32509K
27692024-07-13T03:46:44.697Za target/release/xtask 18147K
27702024-07-13T03:46:44.697Za target/debug/bootstrap 358718K
27712024-07-13T03:46:44.697Za tests/bootstrap-82f533e5e260e577 23983K
27722024-07-13T03:46:44.697Za tests/commtest-a86cbfaf29142b9c 23984K
27732024-07-13T03:46:44.697Za tests/dhcp_server-ee4c26c7a45e335a 23983K
27742024-07-13T03:46:44.697Za tests/end_to_end_tests-1ff4d33f42929297 369517K
27752024-07-13T03:46:44.697Za out/clickhouse.tar.gz 223111K
27762024-07-13T03:46:44.697Za out/clickhouse_keeper.tar.gz 223085K
27772024-07-13T03:46:44.697Za out/cockroachdb.tar.gz 131952K
27782024-07-13T03:46:44.697Za out/crucible-dtrace.tar 85K
27792024-07-13T03:46:44.697Za out/crucible-pantry-zone.tar.gz 27045K
27802024-07-13T03:46:44.697Za out/crucible-zone.tar.gz 37415K
27812024-07-13T03:46:44.697Za out/external-dns.tar.gz 25120K
27822024-07-13T03:46:44.697Za out/internal-dns.tar.gz 25118K
27832024-07-13T03:46:44.697Za out/mg-ddm-gz.tar 60617K
27842024-07-13T03:46:44.697Za out/nexus.tar.gz 85108K
27852024-07-13T03:46:44.697Za out/ntp.tar.gz 8924K
27862024-07-13T03:46:44.697Za out/omicron-gateway-softnpu.tar.gz 13820K
27872024-07-13T03:46:44.697Za out/omicron-sled-agent.tar 94583K
27882024-07-13T03:46:44.697Za out/overlay.tar.gz 3K
27892024-07-13T03:46:44.697Za out/oximeter.tar.gz 42114K
27902024-07-13T03:46:44.697Za out/oxlog.tar 2955K
27912024-07-13T03:46:44.697Za out/probe.tar.gz 2764K
27922024-07-13T03:46:44.698Za out/propolis-server.tar.gz 64642K
27932024-07-13T03:46:44.698Za out/pumpkind-gz.tar 26665K
27942024-07-13T03:46:44.698Za out/switch-softnpu.tar.gz 198561K
27952024-07-13T03:46:44.701Z
27962024-07-13T03:46:44.701Zreal 1:04.371040676
27972024-07-13T03:46:44.701Zuser 1:01.747429346
27982024-07-13T03:46:44.701Zsys 3.536097240
27992024-07-13T03:46:44.701Ztrap 0.013016140
28002024-07-13T03:46:44.701Ztflt 0.000000000
28012024-07-13T03:46:44.701Zdflt 0.000000000
28022024-07-13T03:46:44.701Zkflt 0.000000000
28032024-07-13T03:46:44.701Zlock 0.000000000
28042024-07-13T03:46:44.701Zslp 1:01.723368758
28052024-07-13T03:46:44.701Zlat 1.717571813
28062024-07-13T03:46:44.701Zstop 0.000184747
28072024-07-13T03:46:44.701Zprocess exited: duration 1716331 ms, exit code 0
 
28082024-07-13T03:46:44.716Zfound 1 output files
28092024-07-13T03:46:44.716Zuploading: /work/package.tar.gz (1407252944 bytes)
28102024-07-13T03:47:12.377Zuploaded: /work/package.tar.gz