01J6MKBJX06CCWQFS1TVKQ933X: 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: 01J6MKBXTJMDBQ76BPPCPC7FMV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-31T16:13:49.625Zjob assigned to worker 01J6MKC0AC7Q8CX0XTHGEWCPK4 (queued for 57 s)
 
22024-08-31T16:13:57.333Zstarting task 0: "setup"
32024-08-31T16:13:57.340Z++ uname -s
42024-08-31T16:13:57.342Z+ kern=SunOS
52024-08-31T16:13:57.342Z+ case "$kern" in
62024-08-31T16:13:57.342Z+ groupadd -g 12345 build
72024-08-31T16:13:57.344Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-31T16:13:59.356Z+ zfs create -o mountpoint=/work rpool/work
92024-08-31T16:13:59.474Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-31T16:13:59.476Z+ home_fs=zfs
112024-08-31T16:13:59.476Z+ [[ zfs == autofs ]]
122024-08-31T16:13:59.476Z+ mkdir -p /home/build
132024-08-31T16:13:59.478Z+ chown build:build /home/build /work
142024-08-31T16:14:01.481Z+ chmod 0700 /home/build /work
152024-08-31T16:14:01.484Zprocess exited: duration 4152 ms, exit code 0
 
162024-08-31T16:14:01.489Zstarting task 1: "rust-toolchain"
172024-08-31T16:14:01.495Z+ printf ' * toolchain channel = "%s"
182024-08-31T16:14:01.495Z' 1.80.1
192024-08-31T16:14:01.495Z+ printf ' * toolchain profile = "%s"
202024-08-31T16:14:01.495Z * toolchain channel = "1.80.1"
212024-08-31T16:14:01.495Z' default
222024-08-31T16:14:01.495Z * toolchain profile = "default"
232024-08-31T16:14:01.497Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-31T16:14:01.497Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-31T16:14:01.617Zinfo: downloading installer
262024-08-31T16:14:03.026Zinfo: profile set to 'default'
272024-08-31T16:14:03.026Zinfo: default host triple is x86_64-unknown-illumos
282024-08-31T16:14:03.028Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-31T16:14:03.187Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-31T16:14:03.187Zinfo: downloading component 'cargo'
312024-08-31T16:14:04.142Zinfo: downloading component 'clippy'
322024-08-31T16:14:04.477Zinfo: downloading component 'rust-docs'
332024-08-31T16:14:05.755Zinfo: downloading component 'rust-std'
342024-08-31T16:14:07.864Zinfo: downloading component 'rustc'
352024-08-31T16:14:13.245Zinfo: downloading component 'rustfmt'
362024-08-31T16:14:13.533Zinfo: installing component 'cargo'
372024-08-31T16:14:14.466Zinfo: installing component 'clippy'
382024-08-31T16:14:14.857Zinfo: installing component 'rust-docs'
392024-08-31T16:14:16.576Zinfo: installing component 'rust-std'
402024-08-31T16:14:18.332Zinfo: installing component 'rustc'
412024-08-31T16:14:22.984Zinfo: installing component 'rustfmt'
422024-08-31T16:14:23.347Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-31T16:14:23.347Z
442024-08-31T16:14:23.600Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-31T16:14:23.600Z
462024-08-31T16:14:23.603Z
472024-08-31T16:14:23.603ZRust is installed now. Great!
482024-08-31T16:14:23.603Z
492024-08-31T16:14:23.603ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-31T16:14:23.603Zenvironment variable. This has not been done automatically.
512024-08-31T16:14:23.603Z
522024-08-31T16:14:23.603ZTo configure your current shell, you need to source
532024-08-31T16:14:23.603Zthe corresponding env file under $HOME/.cargo.
542024-08-31T16:14:23.603Z
552024-08-31T16:14:23.603ZThis is usually done by running one of the following (note the leading DOT):
562024-08-31T16:14:23.603Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-31T16:14:23.603Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-31T16:14:23.654Z+ rustc --version
592024-08-31T16:14:23.718Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-31T16:14:23.721Zprocess exited: duration 22227 ms, exit code 0
 
612024-08-31T16:14:23.726Zstarting task 2: "authentication"
622024-08-31T16:14:23.747Zprocess exited: duration 20 ms, exit code 0
 
632024-08-31T16:14:23.753Zstarting task 3: "clone repository"
642024-08-31T16:14:23.757Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-31T16:14:23.760Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-31T16:14:24.092ZCloning into '/work/oxidecomputer/omicron'...
672024-08-31T16:14:29.427Z+ cd /work/oxidecomputer/omicron
682024-08-31T16:14:29.427Z+ git fetch origin dcf0764809f438febc786c73e6c2f600c3cccc9b
692024-08-31T16:14:29.726ZFrom https://github.com/oxidecomputer/omicron
702024-08-31T16:14:29.726Z * branch dcf0764809f438febc786c73e6c2f600c3cccc9b -> FETCH_HEAD
712024-08-31T16:14:29.736Z+ [[ -n eliza/du-rust ]]
722024-08-31T16:14:29.739Z++ git branch --show-current
732024-08-31T16:14:29.741Z+ current=main
742024-08-31T16:14:29.741Z+ [[ main != eliza/du-rust ]]
752024-08-31T16:14:29.741Z+ git branch -f eliza/du-rust dcf0764809f438febc786c73e6c2f600c3cccc9b
762024-08-31T16:14:29.744Z+ git checkout -f eliza/du-rust
772024-08-31T16:14:29.899ZSwitched to branch 'eliza/du-rust'
782024-08-31T16:14:29.902Z+ git reset --hard dcf0764809f438febc786c73e6c2f600c3cccc9b
792024-08-31T16:14:30.052ZHEAD is now at dcf076480 only run du test on illumos
802024-08-31T16:14:30.054Zprocess exited: duration 6299 ms, exit code 0
 
812024-08-31T16:14:30.059Zstarting task 4: "build"
822024-08-31T16:14:30.065Z+ cargo --version
832024-08-31T16:14:30.118Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-31T16:14:30.121Z+ rustc --version
852024-08-31T16:14:30.177Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-31T16:14:30.179Z+ WORK=/work
872024-08-31T16:14:30.179Z+ pfexec mkdir -p /work
882024-08-31T16:14:30.183Z+ pfexec chown build /work
892024-08-31T16:14:30.185Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-08-31T16:14:53.043Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-08-31T16:14:55.482Z Startup: Caching catalogs ... Done
922024-08-31T16:14:57.445ZPlanning: Solver setup ... Done (1.408s)
932024-08-31T16:14:57.470ZPlanning: Running solver ... Done (0.022s)
942024-08-31T16:14:57.560ZPlanning: Finding local manifests ... Done (0.046s)
952024-08-31T16:14:57.595ZPlanning: Fetching manifests: 0/5 0% complete
962024-08-31T16:14:58.255ZPlanning: Fetching manifests: 5/5 100% complete
972024-08-31T16:14:58.473ZPlanning: Package planning ... Done (0.217s)
982024-08-31T16:14:58.530ZPlanning: Merging actions ... Done (0.057s)
992024-08-31T16:14:59.242ZPlanning: Checking for conflicting actions ... Done (0.712s)
1002024-08-31T16:15:04.632ZPlanning: Consolidating action changes ... Done (5.388s)
1012024-08-31T16:15:05.043ZPlanning: Evaluating mediators ... Done (0.409s)
1022024-08-31T16:15:05.166ZPlanning: Planning completed in 9.61 seconds
1032024-08-31T16:15:05.181Z Packages to install: 4
1042024-08-31T16:15:05.181Z Packages to update: 1
1052024-08-31T16:15:05.184Z Mediators to change: 2
1062024-08-31T16:15:05.184Z Services to change: 1
1072024-08-31T16:15:05.184Z Estimated space available: 155.72 GB
1082024-08-31T16:15:05.184ZEstimated space to be consumed: 1.53 GB
1092024-08-31T16:15:05.184Z Create boot environment: No
1102024-08-31T16:15:05.184ZCreate backup boot environment: Yes
1112024-08-31T16:15:05.184Z Rebuild boot archive: No
1122024-08-31T16:15:05.184Z
1132024-08-31T16:15:05.184ZChanged mediators:
1142024-08-31T16:15:05.184Z mediator clang:
1152024-08-31T16:15:05.184Z version: None -> 15 (system default)
1162024-08-31T16:15:05.184Z
1172024-08-31T16:15:05.184Z mediator llvm:
1182024-08-31T16:15:05.184Z version: 14 (system default) -> 15 (system default)
1192024-08-31T16:15:05.184Z
1202024-08-31T16:15:05.184ZChanged packages:
1212024-08-31T16:15:05.184Zhelios-dev
1222024-08-31T16:15:05.184Z developer/build-essential
1232024-08-31T16:15:05.184Z None -> 11-2.0
1242024-08-31T16:15:05.184Z library/libxmlsec1
1252024-08-31T16:15:05.184Z None -> 1.2.35-2.0
1262024-08-31T16:15:05.184Z ooce/developer/clang-15
1272024-08-31T16:15:05.184Z None -> 15.0.7-2.0
1282024-08-31T16:15:05.184Z ooce/developer/llvm-15
1292024-08-31T16:15:05.184Z None -> 15.0.7-2.0
1302024-08-31T16:15:05.184Z package/pkg
1312024-08-31T16:15:05.185Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1322024-08-31T16:15:05.185Z
1332024-08-31T16:15:05.185ZServices:
1342024-08-31T16:15:05.185Z restart_fmri:
1352024-08-31T16:15:05.185Z svc:/system/update-man-index:default
1362024-08-31T16:15:05.185Z
1372024-08-31T16:15:05.185ZEditable files to change:
1382024-08-31T16:15:05.185Z Update:
1392024-08-31T16:15:05.185Z usr/share/lib/pkg/web/config.shtml
1402024-08-31T16:15:05.460Z
1412024-08-31T16:15:05.460ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1422024-08-31T16:15:11.514ZDownload: 210/4281 items 1.3/220.6MB 0% complete (652k/s)
1432024-08-31T16:15:16.573ZDownload: 1222/4281 items 86.5/220.6MB 39% complete (8.6M/s)
1442024-08-31T16:15:21.630ZDownload: 2219/4281 items 119.2/220.6MB 54% complete (12.1M/s)
1452024-08-31T16:15:26.630ZDownload: 3328/4281 items 212.7/220.6MB 96% complete (12.5M/s)
1462024-08-31T16:15:29.487ZDownload: Completed 220.60 MB in 24.02 seconds (9.2M/s)
1472024-08-31T16:15:31.972Z Actions: 1/5063 actions (Removing old actions)
1482024-08-31T16:15:31.991Z Actions: 194/5063 actions (Installing new actions)
1492024-08-31T16:15:37.023Z Actions: 4133/5063 actions (Installing new actions)
1502024-08-31T16:15:37.294Z Actions: 4226/5063 actions (Updating modified actions)
1512024-08-31T16:15:37.649Z Actions: Completed 5063 actions in 5.68 seconds.
1522024-08-31T16:15:37.937Z Done (0.280s)
1532024-08-31T16:15:37.939Z Done (0.000s)
1542024-08-31T16:15:38.317Z Done (0.378s)
1552024-08-31T16:15:43.949Z Done (5.454s)
1562024-08-31T16:15:44.218Z Done (0.202s)
1572024-08-31T16:15:44.221Z Done (0.000s)
1582024-08-31T16:15:44.414Z Done (0.000s)
1592024-08-31T16:15:45.006ZPlanning: Evaluating mediator changes ... Done
1602024-08-31T16:15:45.165ZPlanning: Checking for conflicting actions ... Done
1612024-08-31T16:15:45.168ZPlanning: Consolidating action changes ... Done
1622024-08-31T16:15:45.427ZPlanning: Evaluating mediators ... Done
1632024-08-31T16:15:45.429ZPlanning: Planning completed in 0.42 seconds
1642024-08-31T16:15:45.465Z Mediators to change: 2
1652024-08-31T16:15:45.465Z Create boot environment: No
1662024-08-31T16:15:45.465ZCreate backup boot environment: No
1672024-08-31T16:15:45.543Z Done
1682024-08-31T16:15:45.543Z Done
1692024-08-31T16:15:45.773Z Done
1702024-08-31T16:15:49.356Z Done
1712024-08-31T16:15:49.447Z Done
1722024-08-31T16:15:49.450Z Done
1732024-08-31T16:15:49.593Z Done
1742024-08-31T16:15:50.201ZPlanning: Evaluating mediator changes ... Done
1752024-08-31T16:15:50.203ZPlanning: Merging actions ... Done
1762024-08-31T16:15:50.396ZPlanning: Checking for conflicting actions ... Done
1772024-08-31T16:15:50.399ZPlanning: Consolidating action changes ... Done
1782024-08-31T16:15:50.667ZPlanning: Evaluating mediators ... Done
1792024-08-31T16:15:50.723ZPlanning: Planning completed in 0.77 seconds
1802024-08-31T16:15:50.763Z Packages to change: 1
1812024-08-31T16:15:50.763Z Mediators to change: 1
1822024-08-31T16:15:50.766Z Services to change: 1
1832024-08-31T16:15:50.766Z Create boot environment: No
1842024-08-31T16:15:50.766ZCreate backup boot environment: Yes
1852024-08-31T16:15:52.745Z Actions: 1/6 actions (Updating modified actions)
1862024-08-31T16:15:52.777Z Actions: Completed 6 actions in 0.03 seconds.
1872024-08-31T16:15:52.780Z Done
1882024-08-31T16:15:52.780Z Done
1892024-08-31T16:15:52.859Z Done
1902024-08-31T16:15:56.505Z Done
1912024-08-31T16:15:56.598Z Done
1922024-08-31T16:15:56.601Z Done
1932024-08-31T16:15:56.774Z Done
1942024-08-31T16:15:57.209ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952024-08-31T16:15:57.209Zclang system 15 system
1962024-08-31T16:15:57.209Zcsh system system illumos
1972024-08-31T16:15:57.209Zctags system system illumos
1982024-08-31T16:15:57.209Zgcc vendor 12 vendor
1992024-08-31T16:15:57.209Zgcc system 10 system
2002024-08-31T16:15:57.209Zgcc system 7 system
2012024-08-31T16:15:57.209Zgo system 1.20 system
2022024-08-31T16:15:57.209Zgo system 1.19 system
2032024-08-31T16:15:57.209Zllvm system 15 system
2042024-08-31T16:15:57.211Zllvm system 14 system
2052024-08-31T16:15:57.211Zmariadb system 10.6 system
2062024-08-31T16:15:57.211Zmta vendor vendor dma
2072024-08-31T16:15:57.211Zopenjdk system 17 system
2082024-08-31T16:15:57.211Zopenjdk system 11 system
2092024-08-31T16:15:57.211Zopenjdk system 1.8 system
2102024-08-31T16:15:57.211Zopenssl vendor 3 vendor
2112024-08-31T16:15:57.211Zperl system 5.36 system
2122024-08-31T16:15:57.211Zpostgresql system 15 system
2132024-08-31T16:15:57.211Zpostgresql system 13 system
2142024-08-31T16:15:57.211Zpython vendor 3 vendor
2152024-08-31T16:15:57.211Zpython system 2 system
2162024-08-31T16:15:57.212Zpython3 system 3.11 system
2172024-08-31T16:15:57.212Zruby system 3.0 system
2182024-08-31T16:15:57.212Zwords vendor vendor american-english
2192024-08-31T16:15:57.212Zwords system system australian-english
2202024-08-31T16:15:57.212Zwords system system british-english
2212024-08-31T16:15:57.212Zwords system system canadian-english
2222024-08-31T16:15:57.212Zwords system system french
2232024-08-31T16:15:57.212Zwords system system italian
2242024-08-31T16:15:57.212Zwords system system ngerman
2252024-08-31T16:15:57.212Zwords system system ogerman
2262024-08-31T16:15:57.212Zwords system system spanish
2272024-08-31T16:15:57.539ZPUBLISHER TYPE STATUS P LOCATION
2282024-08-31T16:15:57.539Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2292024-08-31T16:15:59.310ZFMRI IFO
2302024-08-31T16:15:59.310Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2312024-08-31T16:15:59.310Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2322024-08-31T16:15:59.310Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2332024-08-31T16:15:59.310Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2342024-08-31T16:15:59.310Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2352024-08-31T16:15:59.311Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2362024-08-31T16:15:59.311Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2372024-08-31T16:15:59.311Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2382024-08-31T16:15:59.311Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2392024-08-31T16:15:59.311Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2402024-08-31T16:15:59.311Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2412024-08-31T16:15:59.311Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-08-31T16:15:59.311Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2432024-08-31T16:15:59.921Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442024-08-31T16:16:00.134Z Updating git repository `https://github.com/oxidecomputer/zone`
2452024-08-31T16:16:00.384Z Updating crates.io index
2462024-08-31T16:16:00.468Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2472024-08-31T16:16:01.199Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482024-08-31T16:16:02.005Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2492024-08-31T16:16:02.311Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2502024-08-31T16:16:03.749Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512024-08-31T16:16:03.957Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2522024-08-31T16:16:04.231Z Updating git repository `https://github.com/oxidecomputer/propolis`
2532024-08-31T16:16:05.330Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542024-08-31T16:16:07.262Z Updating git repository `https://github.com/oxidecomputer/opte`
2552024-08-31T16:16:08.184Z Updating git repository `https://github.com/oxidecomputer/falcon`
2562024-08-31T16:16:08.827Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572024-08-31T16:16:09.062Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2582024-08-31T16:16:09.567Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2592024-08-31T16:16:09.870Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2602024-08-31T16:16:10.168Z Updating git repository `https://github.com/oxidecomputer/qorb`
2612024-08-31T16:16:10.498Z Updating git repository `https://github.com/oxidecomputer/tofino`
2622024-08-31T16:16:10.771Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632024-08-31T16:16:11.001Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642024-08-31T16:16:11.236Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652024-08-31T16:16:11.444Z Updating git repository `https://github.com/oxidecomputer/clickward`
2662024-08-31T16:16:11.692Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-08-31T16:16:11.967Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-08-31T16:16:12.265Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-08-31T16:16:12.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-08-31T16:16:12.991Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-08-31T16:16:13.402Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722024-08-31T16:16:13.801Z Updating git repository `https://github.com/oxidecomputer/typify`
2732024-08-31T16:16:16.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-08-31T16:16:16.230Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-08-31T16:16:16.518Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-08-31T16:16:16.886Z Updating git repository `https://github.com/oxidecomputer/rfb`
2772024-08-31T16:16:17.911Z Downloading crates ...
2782024-08-31T16:16:18.006Z Downloaded equivalent v1.0.1
2792024-08-31T16:16:18.009Z Downloaded colorchoice v1.0.1
2802024-08-31T16:16:18.016Z Downloaded usdt-macro v0.5.0
2812024-08-31T16:16:18.018Z Downloaded proc-macro-error-attr v1.0.4
2822024-08-31T16:16:18.021Z Downloaded usdt-attr-macro v0.5.0
2832024-08-31T16:16:18.025Z Downloaded digest v0.10.7
2842024-08-31T16:16:18.027Z Downloaded cargo-platform v0.1.8
2852024-08-31T16:16:18.032Z Downloaded scroll_derive v0.12.0
2862024-08-31T16:16:18.034Z Downloaded fastrand v2.1.0
2872024-08-31T16:16:18.034Z Downloaded fs-err v2.11.0
2882024-08-31T16:16:18.037Z Downloaded dof v0.3.0
2892024-08-31T16:16:18.037Z Downloaded strsim v0.11.1
2902024-08-31T16:16:18.039Z Downloaded anstyle-parse v0.2.4
2912024-08-31T16:16:18.042Z Downloaded plain v0.2.3
2922024-08-31T16:16:18.042Z Downloaded thiserror-impl v1.0.63
2932024-08-31T16:16:18.044Z Downloaded serde_spanned v0.6.7
2942024-08-31T16:16:18.044Z Downloaded itoa v1.0.11
2952024-08-31T16:16:18.047Z Downloaded heck v0.4.1
2962024-08-31T16:16:18.049Z Downloaded version_check v0.9.5
2972024-08-31T16:16:18.050Z Downloaded bytecount v0.6.8
2982024-08-31T16:16:18.052Z Downloaded anstyle v1.0.8
2992024-08-31T16:16:18.052Z Downloaded pest_generator v2.7.10
3002024-08-31T16:16:18.055Z Downloaded cargo_toml v0.20.4
3012024-08-31T16:16:18.055Z Downloaded anstyle-query v1.0.3
3022024-08-31T16:16:18.057Z Downloaded anstream v0.6.14
3032024-08-31T16:16:18.060Z Downloaded proc-macro-error v1.0.4
3042024-08-31T16:16:18.062Z Downloaded clap_derive v4.5.13
3052024-08-31T16:16:18.065Z Downloaded tempfile v3.10.1
3062024-08-31T16:16:18.067Z Downloaded camino v1.1.9
3072024-08-31T16:16:18.069Z Downloaded quote v1.0.36
3082024-08-31T16:16:18.074Z Downloaded once_cell v1.19.0
3092024-08-31T16:16:18.076Z Downloaded dtrace-parser v0.2.0
3102024-08-31T16:16:18.076Z Downloaded clap v4.5.16
3112024-08-31T16:16:18.083Z Downloaded bitflags v2.6.0
3122024-08-31T16:16:18.087Z Downloaded is_terminal_polyfill v1.70.0
3132024-08-31T16:16:18.089Z Downloaded pretty-hex v0.4.1
3142024-08-31T16:16:18.089Z Downloaded cpufeatures v0.2.12
3152024-08-31T16:16:18.091Z Downloaded cfg-if v1.0.0
3162024-08-31T16:16:18.091Z Downloaded anyhow v1.0.86
3172024-08-31T16:16:18.095Z Downloaded terminal_size v0.3.0
3182024-08-31T16:16:18.097Z Downloaded swrite v0.1.0
3192024-08-31T16:16:18.098Z Downloaded macaddr v1.0.1
3202024-08-31T16:16:18.100Z Downloaded log v0.4.21
3212024-08-31T16:16:18.102Z Downloaded autocfg v1.3.0
3222024-08-31T16:16:18.102Z Downloaded toml v0.8.19
3232024-08-31T16:16:18.105Z Downloaded ucd-trie v0.1.6
3242024-08-31T16:16:18.108Z Downloaded textwrap v0.16.1
3252024-08-31T16:16:18.110Z Downloaded generic-array v0.14.7
3262024-08-31T16:16:18.113Z Downloaded fnv v1.0.7
3272024-08-31T16:16:18.113Z Downloaded crypto-common v0.1.6
3282024-08-31T16:16:18.113Z Downloaded cargo_metadata v0.18.1
3292024-08-31T16:16:18.116Z Downloaded byteorder v1.5.0
3302024-08-31T16:16:18.116Z Downloaded thiserror v1.0.63
3312024-08-31T16:16:18.122Z Downloaded toml_datetime v0.6.8
3322024-08-31T16:16:18.125Z Downloaded unicode-linebreak v0.1.5
3332024-08-31T16:16:18.125Z Downloaded smawk v0.3.2
3342024-08-31T16:16:18.125Z Downloaded usdt v0.5.0
3352024-08-31T16:16:18.125Z Downloaded thread-id v4.2.1
3362024-08-31T16:16:18.128Z Downloaded serde_tokenstream v0.2.2
3372024-08-31T16:16:18.128Z Downloaded tabled_derive v0.7.0
3382024-08-31T16:16:18.130Z Downloaded memmap v0.7.0
3392024-08-31T16:16:18.130Z Downloaded clap_lex v0.7.0
3402024-08-31T16:16:18.132Z Downloaded block-buffer v0.10.4
3412024-08-31T16:16:18.135Z Downloaded utf8parse v0.2.1
3422024-08-31T16:16:18.135Z Downloaded ryu v1.0.18
3432024-08-31T16:16:18.137Z Downloaded errno v0.3.9
3442024-08-31T16:16:18.140Z Downloaded camino-tempfile v1.1.1
3452024-08-31T16:16:18.142Z Downloaded heck v0.5.0
3462024-08-31T16:16:18.144Z Downloaded sha2 v0.10.8
3472024-08-31T16:16:18.146Z Downloaded scroll v0.12.0
3482024-08-31T16:16:18.149Z Downloaded usdt-impl v0.5.0
3492024-08-31T16:16:18.152Z Downloaded serde_derive v1.0.208
3502024-08-31T16:16:18.154Z Downloaded serde v1.0.208
3512024-08-31T16:16:18.157Z Downloaded zerocopy-derive v0.7.34
3522024-08-31T16:16:18.162Z Downloaded indexmap v2.4.0
3532024-08-31T16:16:18.165Z Downloaded unicode-ident v1.0.12
3542024-08-31T16:16:18.167Z Downloaded semver v1.0.23
3552024-08-31T16:16:18.170Z Downloaded proc-macro2 v1.0.86
3562024-08-31T16:16:18.172Z Downloaded typenum v1.17.0
3572024-08-31T16:16:18.174Z Downloaded memchr v2.7.2
3582024-08-31T16:16:18.180Z Downloaded pest_meta v2.7.10
3592024-08-31T16:16:18.183Z Downloaded pest_derive v2.7.10
3602024-08-31T16:16:18.188Z Downloaded papergrid v0.11.0
3612024-08-31T16:16:18.193Z Downloaded toml_edit v0.22.20
3622024-08-31T16:16:18.215Z Downloaded pest v2.7.10
3632024-08-31T16:16:18.221Z Downloaded zerocopy v0.7.34
3642024-08-31T16:16:18.237Z Downloaded hashbrown v0.14.5
3652024-08-31T16:16:18.242Z Downloaded clap_builder v4.5.15
3662024-08-31T16:16:18.251Z Downloaded serde_json v1.0.125
3672024-08-31T16:16:18.258Z Downloaded winnow v0.6.18
3682024-08-31T16:16:18.266Z Downloaded tabled v0.15.0
3692024-08-31T16:16:18.281Z Downloaded syn v1.0.109
3702024-08-31T16:16:18.291Z Downloaded syn v2.0.74
3712024-08-31T16:16:18.302Z Downloaded goblin v0.8.2
3722024-08-31T16:16:18.307Z Downloaded rustix v0.38.34
3732024-08-31T16:16:18.328Z Downloaded unicode-width v0.1.13
3742024-08-31T16:16:18.335Z Downloaded libc v0.2.158
3752024-08-31T16:16:18.637Z Compiling proc-macro2 v1.0.86
3762024-08-31T16:16:18.637Z Compiling unicode-ident v1.0.12
3772024-08-31T16:16:18.639Z Compiling version_check v0.9.5
3782024-08-31T16:16:18.639Z Compiling serde v1.0.208
3792024-08-31T16:16:18.639Z Compiling thiserror v1.0.63
3802024-08-31T16:16:18.640Z Compiling memchr v2.7.2
3812024-08-31T16:16:18.640Z Compiling libc v0.2.158
3822024-08-31T16:16:18.671Z Compiling ucd-trie v0.1.6
3832024-08-31T16:16:18.884Z Compiling ryu v1.0.18
3842024-08-31T16:16:19.202Z Compiling itoa v1.0.11
3852024-08-31T16:16:19.388Z Compiling once_cell v1.19.0
3862024-08-31T16:16:19.431Z Compiling byteorder v1.5.0
3872024-08-31T16:16:19.682Z Compiling rustix v0.38.34
3882024-08-31T16:16:20.076Z Compiling serde_json v1.0.125
3892024-08-31T16:16:20.079Z Compiling bitflags v2.6.0
3902024-08-31T16:16:20.123Z Compiling proc-macro-error-attr v1.0.4
3912024-08-31T16:16:20.439Z Compiling usdt-impl v0.5.0
3922024-08-31T16:16:20.485Z Compiling syn v1.0.109
3932024-08-31T16:16:20.552Z Compiling proc-macro-error v1.0.4
3942024-08-31T16:16:20.552Z Compiling hashbrown v0.14.5
3952024-08-31T16:16:20.596Z Compiling camino v1.1.9
3962024-08-31T16:16:20.850Z Compiling equivalent v1.0.1
3972024-08-31T16:16:20.917Z Compiling quote v1.0.36
3982024-08-31T16:16:20.966Z Compiling utf8parse v0.2.1
3992024-08-31T16:16:21.119Z Compiling log v0.4.21
4002024-08-31T16:16:21.215Z Compiling plain v0.2.3
4012024-08-31T16:16:21.312Z Compiling syn v2.0.74
4022024-08-31T16:16:21.344Z Compiling errno v0.3.9
4032024-08-31T16:16:21.381Z Compiling thread-id v4.2.1
4042024-08-31T16:16:21.524Z Compiling anstyle-parse v0.2.4
4052024-08-31T16:16:21.810Z Compiling indexmap v2.4.0
4062024-08-31T16:16:21.909Z Compiling colorchoice v1.0.1
4072024-08-31T16:16:21.934Z Compiling semver v1.0.23
4082024-08-31T16:16:22.058Z Compiling autocfg v1.3.0
4092024-08-31T16:16:22.083Z Compiling anstyle-query v1.0.3
4102024-08-31T16:16:22.232Z Compiling winnow v0.6.18
4112024-08-31T16:16:22.533Z Compiling is_terminal_polyfill v1.70.0
4122024-08-31T16:16:22.655Z Compiling anstyle v1.0.8
4132024-08-31T16:16:22.964Z Compiling pretty-hex v0.4.1
4142024-08-31T16:16:23.076Z Compiling unicode-width v0.1.13
4152024-08-31T16:16:23.118Z Compiling fs-err v2.11.0
4162024-08-31T16:16:23.173Z Compiling anstream v0.6.14
4172024-08-31T16:16:23.426Z Compiling cfg-if v1.0.0
4182024-08-31T16:16:23.449Z Compiling heck v0.5.0
4192024-08-31T16:16:23.451Z Compiling clap_lex v0.7.0
4202024-08-31T16:16:23.521Z Compiling heck v0.4.1
4212024-08-31T16:16:23.900Z Compiling terminal_size v0.3.0
4222024-08-31T16:16:23.967Z Compiling fastrand v2.1.0
4232024-08-31T16:16:23.994Z Compiling fnv v1.0.7
4242024-08-31T16:16:24.095Z Compiling anyhow v1.0.86
4252024-08-31T16:16:24.124Z Compiling strsim v0.11.1
4262024-08-31T16:16:24.158Z Compiling bytecount v0.6.8
4272024-08-31T16:16:24.384Z Compiling papergrid v0.11.0
4282024-08-31T16:16:24.496Z Compiling clap_builder v4.5.15
4292024-08-31T16:16:24.913Z Compiling tempfile v3.10.1
4302024-08-31T16:16:25.177Z Compiling memmap v0.7.0
4312024-08-31T16:16:25.224Z Compiling smawk v0.3.2
4322024-08-31T16:16:25.450Z Compiling unicode-linebreak v0.1.5
4332024-08-31T16:16:25.935Z Compiling textwrap v0.16.1
4342024-08-31T16:16:25.992Z Compiling swrite v0.1.0
4352024-08-31T16:16:27.441Z Compiling tabled_derive v0.7.0
4362024-08-31T16:16:29.069Z Compiling tabled v0.15.0
4372024-08-31T16:16:30.002Z Compiling serde_derive v1.0.208
4382024-08-31T16:16:30.002Z Compiling thiserror-impl v1.0.63
4392024-08-31T16:16:30.004Z Compiling zerocopy-derive v0.7.34
4402024-08-31T16:16:30.004Z Compiling scroll_derive v0.12.0
4412024-08-31T16:16:30.004Z Compiling clap_derive v4.5.13
4422024-08-31T16:16:31.225Z Compiling scroll v0.12.0
4432024-08-31T16:16:31.733Z Compiling goblin v0.8.2
4442024-08-31T16:16:31.799Z Compiling zerocopy v0.7.34
4452024-08-31T16:16:32.790Z Compiling pest v2.7.10
4462024-08-31T16:16:33.582Z Compiling clap v4.5.16
4472024-08-31T16:16:34.900Z Compiling pest_meta v2.7.10
4482024-08-31T16:16:35.683Z Compiling pest_generator v2.7.10
4492024-08-31T16:16:37.637Z Compiling pest_derive v2.7.10
4502024-08-31T16:16:38.361Z Compiling dtrace-parser v0.2.0
4512024-08-31T16:16:39.812Z Compiling serde_tokenstream v0.2.2
4522024-08-31T16:16:39.995Z Compiling toml_datetime v0.6.8
4532024-08-31T16:16:39.998Z Compiling serde_spanned v0.6.7
4542024-08-31T16:16:40.276Z Compiling cargo-platform v0.1.8
4552024-08-31T16:16:40.364Z Compiling toml_edit v0.22.20
4562024-08-31T16:16:40.392Z Compiling macaddr v1.0.1
4572024-08-31T16:16:40.740Z Compiling camino-tempfile v1.1.1
4582024-08-31T16:16:41.171Z Compiling dof v0.3.0
4592024-08-31T16:16:41.424Z Compiling cargo_metadata v0.18.1
4602024-08-31T16:16:42.893Z Compiling usdt-macro v0.5.0
4612024-08-31T16:16:42.893Z Compiling usdt-attr-macro v0.5.0
4622024-08-31T16:16:43.144Z Compiling toml v0.8.19
4632024-08-31T16:16:44.013Z Compiling cargo_toml v0.20.4
4642024-08-31T16:16:44.277Z Compiling usdt v0.5.0
4652024-08-31T16:16:47.719Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-08-31T16:16:51.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.24s
4672024-08-31T16:16:52.191Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-08-31T16:16:52.750Z Downloading crates ...
4692024-08-31T16:16:52.872Z Downloaded addr2line v0.21.0
4702024-08-31T16:16:52.876Z Downloaded async-stream-impl v0.3.5
4712024-08-31T16:16:52.879Z Downloaded bitstruct_derive v0.1.0
4722024-08-31T16:16:52.881Z Downloaded assert_matches v1.5.0
4732024-08-31T16:16:52.888Z Downloaded bitflags v1.3.2
4742024-08-31T16:16:52.894Z Downloaded ciborium-io v0.2.2
4752024-08-31T16:16:52.896Z Downloaded http-range v0.1.5
4762024-08-31T16:16:52.899Z Downloaded hostname v0.4.0
4772024-08-31T16:16:52.905Z Downloaded cstr-argument v0.1.2
4782024-08-31T16:16:52.908Z Downloaded bitfield v0.14.0
4792024-08-31T16:16:52.910Z Downloaded darling_macro v0.20.9
4802024-08-31T16:16:52.913Z Downloaded bit-set v0.5.3
4812024-08-31T16:16:52.913Z Downloaded arrayref v0.3.7
4822024-08-31T16:16:52.915Z Downloaded aead v0.5.2
4832024-08-31T16:16:52.916Z Downloaded crunchy v0.2.2
4842024-08-31T16:16:52.916Z Downloaded cassowary v0.3.0
4852024-08-31T16:16:52.919Z Downloaded ident_case v1.0.1
4862024-08-31T16:16:52.919Z Downloaded bitfield-struct v0.6.1
4872024-08-31T16:16:52.921Z Downloaded atty v0.2.14
4882024-08-31T16:16:52.921Z Downloaded atomic-waker v1.1.2
4892024-08-31T16:16:52.924Z Downloaded newline-converter v0.3.0
4902024-08-31T16:16:52.927Z Downloaded block-padding v0.3.3
4912024-08-31T16:16:52.927Z Downloaded bb8 v0.8.5
4922024-08-31T16:16:52.927Z Downloaded cobs v0.2.3
4932024-08-31T16:16:52.930Z Downloaded cbc v0.1.2
4942024-08-31T16:16:52.930Z Downloaded async-recursion v1.1.1
4952024-08-31T16:16:52.934Z Downloaded matches v0.1.10
4962024-08-31T16:16:52.937Z Downloaded const_format_proc_macros v0.2.32
4972024-08-31T16:16:52.940Z Downloaded cexpr v0.6.0
4982024-08-31T16:16:52.942Z Downloaded home v0.5.9
4992024-08-31T16:16:52.942Z Downloaded curve25519-dalek-derive v0.1.1
5002024-08-31T16:16:52.944Z Downloaded is-terminal v0.4.12
5012024-08-31T16:16:52.944Z Downloaded instant v0.1.12
5022024-08-31T16:16:52.947Z Downloaded ascii v1.1.0
5032024-08-31T16:16:52.950Z Downloaded hubpack_derive v0.1.1
5042024-08-31T16:16:52.950Z Downloaded constant_time_eq v0.3.0
5052024-08-31T16:16:52.952Z Downloaded match_cfg v0.1.0
5062024-08-31T16:16:52.952Z Downloaded cipher v0.4.4
5072024-08-31T16:16:52.955Z Downloaded newtype_derive v0.1.6
5082024-08-31T16:16:52.957Z Downloaded array-init v0.0.4
5092024-08-31T16:16:52.957Z Downloaded atomicwrites v0.4.3
5102024-08-31T16:16:52.961Z Downloaded lazycell v1.3.0
5112024-08-31T16:16:52.961Z Downloaded cfg_aliases v0.1.1
5122024-08-31T16:16:52.964Z Downloaded is_ci v1.2.0
5132024-08-31T16:16:52.964Z Downloaded ipnetwork v0.20.0
5142024-08-31T16:16:52.967Z Downloaded internet-checksum v0.2.1
5152024-08-31T16:16:52.967Z Downloaded linear-map v1.2.0
5162024-08-31T16:16:52.971Z Downloaded cookie_store v0.20.0
5172024-08-31T16:16:52.971Z Downloaded newtype-uuid v1.1.0
5182024-08-31T16:16:52.973Z Downloaded multimap v0.10.0
5192024-08-31T16:16:52.973Z Downloaded maplit v1.0.2
5202024-08-31T16:16:52.973Z Downloaded cookie v0.17.0
5212024-08-31T16:16:52.977Z Downloaded chacha20 v0.9.1
5222024-08-31T16:16:52.979Z Downloaded md-5 v0.10.6
5232024-08-31T16:16:52.983Z Downloaded crucible-workspace-hack v0.1.0
5242024-08-31T16:16:52.983Z Downloaded nibble_vec v0.1.0
5252024-08-31T16:16:52.986Z Downloaded kstat-rs v0.2.4
5262024-08-31T16:16:52.986Z Downloaded hyper-rustls v0.24.2
5272024-08-31T16:16:52.989Z Downloaded hubpack v0.1.2
5282024-08-31T16:16:52.989Z Downloaded same-file v1.0.6
5292024-08-31T16:16:52.991Z Downloaded new_debug_unreachable v1.0.6
5302024-08-31T16:16:52.994Z Downloaded md5 v0.7.0
5312024-08-31T16:16:52.994Z Downloaded num-conv v0.1.0
5322024-08-31T16:16:52.997Z Downloaded normalize-line-endings v0.3.0
5332024-08-31T16:16:52.997Z Downloaded crc v3.2.1
5342024-08-31T16:16:53.000Z Downloaded humantime v2.1.0
5352024-08-31T16:16:53.000Z Downloaded memoffset v0.9.1
5362024-08-31T16:16:53.002Z Downloaded lazy_static v1.5.0
5372024-08-31T16:16:53.005Z Downloaded serde-big-array v0.5.1
5382024-08-31T16:16:53.005Z Downloaded inout v0.1.3
5392024-08-31T16:16:53.007Z Downloaded libefi-sys v0.1.0
5402024-08-31T16:16:53.010Z Downloaded keccak v0.1.5
5412024-08-31T16:16:53.010Z Downloaded strum v0.26.3
5422024-08-31T16:16:53.012Z Downloaded bcrypt-pbkdf v0.10.0
5432024-08-31T16:16:53.012Z Downloaded lock_api v0.4.12
5442024-08-31T16:16:53.015Z Downloaded rustc_version v0.1.7
5452024-08-31T16:16:53.017Z Downloaded mime v0.3.17
5462024-08-31T16:16:53.017Z Downloaded managed v0.8.0
5472024-08-31T16:16:53.019Z Downloaded iana-time-zone v0.1.60
5482024-08-31T16:16:53.022Z Downloaded libloading v0.8.3
5492024-08-31T16:16:53.024Z Downloaded mime_guess v2.0.4
5502024-08-31T16:16:53.027Z Downloaded tower-service v0.3.2
5512024-08-31T16:16:53.029Z Downloaded crossbeam-utils v0.8.19
5522024-08-31T16:16:53.032Z Downloaded bit-vec v0.6.3
5532024-08-31T16:16:53.035Z Downloaded jobserver v0.1.32
5542024-08-31T16:16:53.037Z Downloaded hickory-server v0.24.1
5552024-08-31T16:16:53.041Z Downloaded untrusted v0.7.1
5562024-08-31T16:16:53.043Z Downloaded num v0.4.3
5572024-08-31T16:16:53.046Z Downloaded nodrop v0.1.14
5582024-08-31T16:16:53.046Z Downloaded crc-catalog v2.4.0
5592024-08-31T16:16:53.050Z Downloaded convert_case v0.4.0
5602024-08-31T16:16:53.050Z Downloaded nu-ansi-term v0.50.0
5612024-08-31T16:16:53.055Z Downloaded ctr v0.9.2
5622024-08-31T16:16:53.060Z Downloaded lru-cache v0.1.2
5632024-08-31T16:16:53.060Z Downloaded colored v2.1.0
5642024-08-31T16:16:53.060Z Downloaded derive_builder_macro v0.20.0
5652024-08-31T16:16:53.062Z Downloaded arc-swap v1.7.1
5662024-08-31T16:16:53.065Z Downloaded base64ct v1.6.0
5672024-08-31T16:16:53.067Z Downloaded slog-envlogger v2.2.0
5682024-08-31T16:16:53.069Z Downloaded rustversion v1.0.17
5692024-08-31T16:16:53.073Z Downloaded strum_macros v0.24.3
5702024-08-31T16:16:53.077Z Downloaded serde_path_to_error v0.1.16
5712024-08-31T16:16:53.077Z Downloaded hmac v0.12.1
5722024-08-31T16:16:53.080Z Downloaded serde_plain v1.0.2
5732024-08-31T16:16:53.080Z Downloaded serde-hex v0.1.0
5742024-08-31T16:16:53.083Z Downloaded mockall_derive v0.13.0
5752024-08-31T16:16:53.085Z Downloaded num-complex v0.4.6
5762024-08-31T16:16:53.085Z Downloaded headers-core v0.2.0
5772024-08-31T16:16:53.088Z Downloaded twox-hash v1.6.3
5782024-08-31T16:16:53.090Z Downloaded thread_local v1.1.8
5792024-08-31T16:16:53.090Z Downloaded wyz v0.5.1
5802024-08-31T16:16:53.093Z Downloaded structmeta-derive v0.3.0
5812024-08-31T16:16:53.095Z Downloaded thiserror-no-std v2.0.2
5822024-08-31T16:16:53.102Z Downloaded async-bb8-diesel v0.2.1
5832024-08-31T16:16:53.105Z Downloaded crc32fast v1.4.0
5842024-08-31T16:16:53.105Z Downloaded multer v3.1.0
5852024-08-31T16:16:53.109Z Downloaded compact_str v0.8.0
5862024-08-31T16:16:53.112Z Downloaded memmap2 v0.9.4
5872024-08-31T16:16:53.115Z Downloaded ipnet v2.9.0
5882024-08-31T16:16:53.115Z Downloaded psl-types v2.0.11
5892024-08-31T16:16:53.117Z Downloaded deranged v0.3.11
5902024-08-31T16:16:53.120Z Downloaded universal-hash v0.5.1
5912024-08-31T16:16:53.120Z Downloaded console v0.15.8
5922024-08-31T16:16:53.122Z Downloaded base64 v0.22.1
5932024-08-31T16:16:53.127Z Downloaded hash32 v0.2.1
5942024-08-31T16:16:53.130Z Downloaded stable_deref_trait v1.2.0
5952024-08-31T16:16:53.130Z Downloaded fd-lock v4.0.2
5962024-08-31T16:16:53.133Z Downloaded enum-as-inner v0.6.0
5972024-08-31T16:16:53.136Z Downloaded debug-ignore v1.0.5
5982024-08-31T16:16:53.139Z Downloaded take_mut v0.2.2
5992024-08-31T16:16:53.139Z Downloaded num-integer v0.1.46
6002024-08-31T16:16:53.142Z Downloaded zone_cfg_derive v0.1.2
6012024-08-31T16:16:53.142Z Downloaded ascii-canvas v3.0.0
6022024-08-31T16:16:53.142Z Downloaded serde_derive_internals v0.29.1
6032024-08-31T16:16:53.144Z Downloaded try-lock v0.2.5
6042024-08-31T16:16:53.145Z Downloaded smallvec v0.6.14
6052024-08-31T16:16:53.147Z Downloaded ahash v0.8.11
6062024-08-31T16:16:53.150Z Downloaded num-derive v0.4.2
6072024-08-31T16:16:53.152Z Downloaded walkdir v2.5.0
6082024-08-31T16:16:53.156Z Downloaded pin-utils v0.1.0
6092024-08-31T16:16:53.156Z Downloaded peg v0.8.4
6102024-08-31T16:16:53.159Z Downloaded powerfmt v0.2.0
6112024-08-31T16:16:53.163Z Downloaded foreign-types-macros v0.2.3
6122024-08-31T16:16:53.166Z Downloaded endian-type v0.1.2
6132024-08-31T16:16:53.166Z Downloaded cancel-safe-futures v0.1.5
6142024-08-31T16:16:53.168Z Downloaded scheduled-thread-pool v0.2.7
6152024-08-31T16:16:53.169Z Downloaded salsa20 v0.10.2
6162024-08-31T16:16:53.173Z Downloaded openssl-probe v0.1.5
6172024-08-31T16:16:53.173Z Downloaded clang-sys v1.7.0
6182024-08-31T16:16:53.176Z Downloaded slog-bunyan v2.5.0
6192024-08-31T16:16:53.176Z Downloaded slog-async v2.8.0
6202024-08-31T16:16:53.178Z Downloaded path-slash v0.1.5
6212024-08-31T16:16:53.181Z Downloaded slab v0.4.9
6222024-08-31T16:16:53.181Z Downloaded indicatif v0.17.8
6232024-08-31T16:16:53.186Z Downloaded num-iter v0.1.45
6242024-08-31T16:16:53.190Z Downloaded tap v1.0.1
6252024-08-31T16:16:53.190Z Downloaded futures-core v0.3.30
6262024-08-31T16:16:53.193Z Downloaded tls_codec v0.4.1
6272024-08-31T16:16:53.193Z Downloaded predicates-core v1.0.6
6282024-08-31T16:16:53.193Z Downloaded ron v0.8.1
6292024-08-31T16:16:53.199Z Downloaded zone v0.1.8
6302024-08-31T16:16:53.201Z Downloaded strip-ansi-escapes v0.2.0
6312024-08-31T16:16:53.204Z Downloaded num-rational v0.4.2
6322024-08-31T16:16:53.209Z Downloaded getopts v0.2.21
6332024-08-31T16:16:53.209Z Downloaded pin-project-internal v1.1.5
6342024-08-31T16:16:53.209Z Downloaded topological-sort v0.2.2
6352024-08-31T16:16:53.212Z Downloaded packed_struct_codegen v0.10.1
6362024-08-31T16:16:53.212Z Downloaded allocator-api2 v0.2.18
6372024-08-31T16:16:53.214Z Downloaded unicode-xid v0.2.4
6382024-08-31T16:16:53.216Z Downloaded dyn-clone v1.0.17
6392024-08-31T16:16:53.219Z Downloaded postgres-types v0.2.7
6402024-08-31T16:16:53.223Z Downloaded cookie v0.18.1
6412024-08-31T16:16:53.225Z Downloaded termtree v0.4.1
6422024-08-31T16:16:53.225Z Downloaded chacha20poly1305 v0.10.1
6432024-08-31T16:16:53.228Z Downloaded pin-project-lite v0.2.14
6442024-08-31T16:16:53.232Z Downloaded ghash v0.5.1
6452024-08-31T16:16:53.235Z Downloaded gethostname v0.5.0
6462024-08-31T16:16:53.237Z Downloaded cc v1.0.97
6472024-08-31T16:16:53.240Z Downloaded display-error-chain v0.2.1
6482024-08-31T16:16:53.240Z Downloaded paste v1.0.15
6492024-08-31T16:16:53.243Z Downloaded derive_more v0.99.18
6502024-08-31T16:16:53.258Z Downloaded radium v0.7.0
6512024-08-31T16:16:53.261Z Downloaded form_urlencoded v1.2.1
6522024-08-31T16:16:53.263Z Downloaded predicates v3.1.2
6532024-08-31T16:16:53.265Z Downloaded serde_repr v0.1.19
6542024-08-31T16:16:53.268Z Downloaded semver v0.1.20
6552024-08-31T16:16:53.268Z Downloaded pbkdf2 v0.12.2
6562024-08-31T16:16:53.271Z Downloaded precomputed-hash v0.1.1
6572024-08-31T16:16:53.271Z Downloaded pretty-hex v0.2.1
6582024-08-31T16:16:53.273Z Downloaded ssh-cipher v0.2.0
6592024-08-31T16:16:53.273Z Downloaded slog-stdlog v4.1.1
6602024-08-31T16:16:53.276Z Downloaded signal-hook-registry v1.4.2
6612024-08-31T16:16:53.276Z Downloaded signal-hook-mio v0.2.4
6622024-08-31T16:16:53.278Z Downloaded tokio-tungstenite v0.23.1
6632024-08-31T16:16:53.281Z Downloaded parking_lot v0.12.2
6642024-08-31T16:16:53.283Z Downloaded crypto-bigint v0.5.5
6652024-08-31T16:16:53.288Z Downloaded unsafe-libyaml v0.2.11
6662024-08-31T16:16:53.292Z Downloaded diesel_table_macro_syntax v0.2.0
6672024-08-31T16:16:53.294Z Downloaded downcast v0.11.0
6682024-08-31T16:16:53.298Z Downloaded uzers v0.11.3
6692024-08-31T16:16:53.298Z Downloaded flagset v0.4.5
6702024-08-31T16:16:53.300Z Downloaded dirs-sys-next v0.1.2
6712024-08-31T16:16:53.300Z Downloaded defmt-macros v0.3.9
6722024-08-31T16:16:53.303Z Downloaded defmt v0.3.8
6732024-08-31T16:16:53.306Z Downloaded password-hash v0.5.0
6742024-08-31T16:16:53.309Z Downloaded parking_lot_core v0.9.10
6752024-08-31T16:16:53.311Z Downloaded slog v2.7.0
6762024-08-31T16:16:53.314Z Downloaded data-encoding v2.6.0
6772024-08-31T16:16:53.317Z Downloaded tar v0.4.41
6782024-08-31T16:16:53.319Z Downloaded futures-channel v0.3.30
6792024-08-31T16:16:53.321Z Downloaded hex-literal v0.4.1
6802024-08-31T16:16:53.324Z Downloaded packed_struct v0.10.1
6812024-08-31T16:16:53.324Z Downloaded peg-macros v0.8.4
6822024-08-31T16:16:53.326Z Downloaded aes-gcm v0.10.3
6832024-08-31T16:16:53.330Z Downloaded heck v0.3.3
6842024-08-31T16:16:53.332Z Downloaded headers v0.3.9
6852024-08-31T16:16:53.337Z Downloaded tracing v0.1.40
6862024-08-31T16:16:53.341Z Downloaded proc-macro-crate v1.3.1
6872024-08-31T16:16:53.344Z Downloaded primeorder v0.13.6
6882024-08-31T16:16:53.347Z Downloaded time-core v0.1.2
6892024-08-31T16:16:53.347Z Downloaded signature v2.2.0
6902024-08-31T16:16:53.349Z Downloaded slog-term v2.9.1
6912024-08-31T16:16:53.352Z Downloaded hkdf v0.12.4
6922024-08-31T16:16:53.354Z Downloaded predicates-tree v1.0.9
6932024-08-31T16:16:53.354Z Downloaded fxhash v0.2.1
6942024-08-31T16:16:53.356Z Downloaded want v0.3.1
6952024-08-31T16:16:53.356Z Downloaded supports-color v3.0.0
6962024-08-31T16:16:53.359Z Downloaded subtle v2.5.0
6972024-08-31T16:16:53.359Z Downloaded utf-8 v0.7.6
6982024-08-31T16:16:53.361Z Downloaded static_assertions v1.1.0
6992024-08-31T16:16:53.363Z Downloaded foreign-types-shared v0.1.1
7002024-08-31T16:16:53.363Z Downloaded foreign-types-shared v0.3.1
7012024-08-31T16:16:53.363Z Downloaded vsss-rs v3.3.4
7022024-08-31T16:16:53.366Z Downloaded strum_macros v0.26.4
7032024-08-31T16:16:53.369Z Downloaded omicron-zone-package v0.11.0
7042024-08-31T16:16:53.372Z Downloaded ed25519 v2.2.3
7052024-08-31T16:16:53.375Z Downloaded hex v0.4.3
7062024-08-31T16:16:53.377Z Downloaded either v1.13.0
7072024-08-31T16:16:53.380Z Downloaded fixedbitset v0.4.2
7082024-08-31T16:16:53.380Z Downloaded futures-sink v0.3.30
7092024-08-31T16:16:53.382Z Downloaded futures-macro v0.3.30
7102024-08-31T16:16:53.382Z Downloaded embedded-io v0.4.0
7112024-08-31T16:16:53.385Z Downloaded zip v0.6.6
7122024-08-31T16:16:53.387Z Downloaded minimal-lexical v0.2.1
7132024-08-31T16:16:53.392Z Downloaded num_enum v0.5.11
7142024-08-31T16:16:53.397Z Downloaded poly1305 v0.8.0
7152024-08-31T16:16:53.400Z Downloaded postgres-protocol v0.6.7
7162024-08-31T16:16:53.402Z Downloaded libxml v0.3.3
7172024-08-31T16:16:53.409Z Downloaded tiny-keccak v2.0.2
7182024-08-31T16:16:53.412Z Downloaded serde_urlencoded v0.7.1
7192024-08-31T16:16:53.415Z Downloaded phf_shared v0.10.0
7202024-08-31T16:16:53.417Z Downloaded test-strategy v0.3.1
7212024-08-31T16:16:53.419Z Downloaded foreign-types v0.3.2
7222024-08-31T16:16:53.419Z Downloaded tokio-tungstenite v0.21.0
7232024-08-31T16:16:53.422Z Downloaded glob v0.3.1
7242024-08-31T16:16:53.424Z Downloaded time-macros v0.2.18
7252024-08-31T16:16:53.427Z Downloaded openssl-sys v0.9.103
7262024-08-31T16:16:53.431Z Downloaded tokio-tungstenite v0.20.1
7272024-08-31T16:16:53.433Z Downloaded foreign-types v0.5.0
7282024-08-31T16:16:53.436Z Downloaded tui-tree-widget v0.22.0
7292024-08-31T16:16:53.438Z Downloaded peg-runtime v0.8.3
7302024-08-31T16:16:53.438Z Downloaded spin v0.5.2
7312024-08-31T16:16:53.440Z Downloaded rayon-core v1.12.1
7322024-08-31T16:16:53.443Z Downloaded rfc6979 v0.4.0
7332024-08-31T16:16:53.445Z Downloaded termcolor v1.4.1
7342024-08-31T16:16:53.447Z Downloaded parse-size v1.0.0
7352024-08-31T16:16:53.447Z Downloaded rand_seeder v0.3.0
7362024-08-31T16:16:53.451Z Downloaded toolchain_find v0.4.0
7372024-08-31T16:16:53.451Z Downloaded pkcs1 v0.7.5
7382024-08-31T16:16:53.454Z Downloaded itertools v0.10.5
7392024-08-31T16:16:53.458Z Downloaded rand_core v0.6.4
7402024-08-31T16:16:53.461Z Downloaded tokio-native-tls v0.3.1
7412024-08-31T16:16:53.463Z Downloaded rustls-pki-types v1.7.0
7422024-08-31T16:16:53.466Z Downloaded number_prefix v0.4.0
7432024-08-31T16:16:53.466Z Downloaded rsa v0.9.6
7442024-08-31T16:16:53.471Z Downloaded crossterm v0.27.0
7452024-08-31T16:16:53.477Z Downloaded group v0.13.0
7462024-08-31T16:16:53.480Z Downloaded portpicker v0.1.1
7472024-08-31T16:16:53.483Z Downloaded futures-task v0.3.30
7482024-08-31T16:16:53.483Z Downloaded snafu-derive v0.8.2
7492024-08-31T16:16:53.483Z Downloaded phf_shared v0.11.2
7502024-08-31T16:16:53.485Z Downloaded difflib v0.4.0
7512024-08-31T16:16:53.485Z Downloaded tracing-core v0.1.32
7522024-08-31T16:16:53.488Z Downloaded rusty-fork v0.3.0
7532024-08-31T16:16:53.490Z Downloaded rpassword v7.3.1
7542024-08-31T16:16:53.493Z Downloaded pem v3.0.4
7552024-08-31T16:16:53.493Z Downloaded yasna v0.5.2
7562024-08-31T16:16:53.495Z Downloaded num_threads v0.1.7
7572024-08-31T16:16:53.498Z Downloaded opaque-debug v0.3.1
7582024-08-31T16:16:53.498Z Downloaded spki v0.7.3
7592024-08-31T16:16:53.500Z Downloaded rustfmt-wrapper v0.2.1
7602024-08-31T16:16:53.500Z Downloaded tinyvec_macros v0.1.1
7612024-08-31T16:16:53.503Z Downloaded num-bigint-dig v0.8.4
7622024-08-31T16:16:53.506Z Downloaded aes v0.8.4
7632024-08-31T16:16:53.510Z Downloaded parse-display-derive v0.10.0
7642024-08-31T16:16:53.512Z Downloaded hash32 v0.3.1
7652024-08-31T16:16:53.515Z Downloaded pkcs5 v0.7.1
7662024-08-31T16:16:53.518Z Downloaded which v4.4.2
7672024-08-31T16:16:53.518Z Downloaded tracing-attributes v0.1.27
7682024-08-31T16:16:53.521Z Downloaded hickory-client v0.24.1
7692024-08-31T16:16:53.523Z Downloaded sqlparser_derive v0.2.2
7702024-08-31T16:16:53.527Z Downloaded pin-project v1.1.5
7712024-08-31T16:16:53.535Z Downloaded float-ord v0.3.2
7722024-08-31T16:16:53.537Z Downloaded vte_generate_state_changes v0.1.1
7732024-08-31T16:16:53.537Z Downloaded secrecy v0.8.0
7742024-08-31T16:16:53.540Z Downloaded unicode-segmentation v1.11.0
7752024-08-31T16:16:53.542Z Downloaded num_enum_derive v0.5.11
7762024-08-31T16:16:53.545Z Downloaded globset v0.4.14
7772024-08-31T16:16:53.545Z Downloaded enum-as-inner v0.5.1
7782024-08-31T16:16:53.547Z Downloaded openssl-macros v0.1.1
7792024-08-31T16:16:53.547Z Downloaded oso-derive v0.27.3
7802024-08-31T16:16:53.551Z Downloaded sigpipe v0.1.3
7812024-08-31T16:16:53.551Z Downloaded pkcs8 v0.10.2
7822024-08-31T16:16:53.553Z Downloaded diff v0.1.13
7832024-08-31T16:16:53.556Z Downloaded unicode-normalization v0.1.23
7842024-08-31T16:16:53.558Z Downloaded dirs-next v2.0.0
7852024-08-31T16:16:53.561Z Downloaded tokio-macros v2.4.0
7862024-08-31T16:16:53.561Z Downloaded shell-words v1.1.0
7872024-08-31T16:16:53.564Z Downloaded waitgroup v0.1.2
7882024-08-31T16:16:53.564Z Downloaded russh-cryptovec v0.7.2
7892024-08-31T16:16:53.564Z Downloaded itertools v0.13.0
7902024-08-31T16:16:53.571Z Downloaded olpc-cjson v0.1.3
7912024-08-31T16:16:53.573Z Downloaded ssh-encoding v0.2.0
7922024-08-31T16:16:53.576Z Downloaded sct v0.7.1
7932024-08-31T16:16:53.578Z Downloaded sec1 v0.7.3
7942024-08-31T16:16:53.578Z Downloaded socket2 v0.5.7
7952024-08-31T16:16:53.582Z Downloaded typed-path v0.7.1
7962024-08-31T16:16:53.586Z Downloaded siphasher v0.3.11
7972024-08-31T16:16:53.589Z Downloaded password-hash v0.4.2
7982024-08-31T16:16:53.591Z Downloaded wait-timeout v0.2.0
7992024-08-31T16:16:53.591Z Downloaded heapless v0.8.0
8002024-08-31T16:16:53.595Z Downloaded expectorate v1.1.0
8012024-08-31T16:16:53.597Z Downloaded uuid v1.10.0
8022024-08-31T16:16:53.600Z Downloaded unicode_categories v0.1.1
8032024-08-31T16:16:53.603Z Downloaded hickory-resolver v0.24.1
8042024-08-31T16:16:53.607Z Downloaded aho-corasick v1.1.3
8052024-08-31T16:16:53.613Z Downloaded parse-display v0.10.0
8062024-08-31T16:16:53.615Z Downloaded dropshot_endpoint v0.10.1
8072024-08-31T16:16:53.615Z Downloaded term v0.7.0
8082024-08-31T16:16:53.618Z Downloaded tabwriter v1.4.0
8092024-08-31T16:16:53.621Z Downloaded pkg-config v0.3.30
8102024-08-31T16:16:53.621Z Downloaded tinyvec v1.6.0
8112024-08-31T16:16:53.624Z Downloaded rustyline v14.0.0
8122024-08-31T16:16:53.630Z Downloaded schemars_derive v0.8.21
8132024-08-31T16:16:53.632Z Downloaded russh-keys v0.45.0
8142024-08-31T16:16:53.635Z Downloaded subprocess v0.2.9
8152024-08-31T16:16:53.637Z Downloaded ed25519-dalek v2.1.1
8162024-08-31T16:16:53.640Z Downloaded env_logger v0.10.2
8172024-08-31T16:16:53.642Z Downloaded snafu v0.8.2
8182024-08-31T16:16:53.648Z Downloaded heapless v0.7.17
8192024-08-31T16:16:53.652Z Downloaded hashlink v0.9.1
8202024-08-31T16:16:53.655Z Downloaded flume v0.11.0
8212024-08-31T16:16:53.658Z Downloaded diesel_derives v2.2.2
8222024-08-31T16:16:53.665Z Downloaded der_derive v0.7.2
8232024-08-31T16:16:53.665Z Downloaded ena v0.14.3
8242024-08-31T16:16:53.668Z Downloaded rustc-demangle v0.1.24
8252024-08-31T16:16:53.668Z Downloaded zerocopy v0.6.6
8262024-08-31T16:16:53.671Z Downloaded url v2.5.2
8272024-08-31T16:16:53.674Z Downloaded vte v0.11.1
8282024-08-31T16:16:53.677Z Downloaded ecdsa v0.16.9
8292024-08-31T16:16:53.679Z Downloaded env_logger v0.9.3
8302024-08-31T16:16:53.679Z Downloaded rand v0.8.5
8312024-08-31T16:16:53.683Z Downloaded blake3 v1.5.1
8322024-08-31T16:16:53.690Z Downloaded steno v0.4.1
8332024-08-31T16:16:53.694Z Downloaded ron v0.7.1
8342024-08-31T16:16:53.699Z Downloaded x509-cert v0.2.5
8352024-08-31T16:16:53.706Z Downloaded postcard v1.0.8
8362024-08-31T16:16:53.710Z Downloaded oso v0.27.3
8372024-08-31T16:16:53.712Z Downloaded reedline v0.33.0
8382024-08-31T16:16:53.720Z Downloaded hyper v0.14.30
8392024-08-31T16:16:53.728Z Downloaded tungstenite v0.23.0
8402024-08-31T16:16:53.731Z Downloaded serde_yaml v0.9.34+deprecated
8412024-08-31T16:16:53.735Z Downloaded quick-xml v0.31.0
8422024-08-31T16:16:53.741Z Downloaded tungstenite v0.21.0
8432024-08-31T16:16:53.745Z Downloaded der v0.7.9
8442024-08-31T16:16:53.750Z Downloaded spin v0.9.8
8452024-08-31T16:16:53.753Z Downloaded tungstenite v0.20.1
8462024-08-31T16:16:53.756Z Downloaded shlex v1.3.0
8472024-08-31T16:16:53.758Z Downloaded scopeguard v1.2.0
8482024-08-31T16:16:53.761Z Downloaded slog-json v2.6.1
8492024-08-31T16:16:53.761Z Downloaded slog-dtrace v0.3.0
8502024-08-31T16:16:53.763Z Downloaded whoami v1.5.1
8512024-08-31T16:16:53.766Z Downloaded polyval v0.6.2
8522024-08-31T16:16:53.766Z Downloaded fallible-streaming-iterator v0.1.9
8532024-08-31T16:16:53.769Z Downloaded bindgen v0.69.4
8542024-08-31T16:16:53.774Z Downloaded string_cache v0.8.7
8552024-08-31T16:16:53.777Z Downloaded tokio-postgres v0.7.11
8562024-08-31T16:16:53.780Z Downloaded similar v2.6.0
8572024-08-31T16:16:53.786Z Downloaded erased-serde v0.3.31
8582024-08-31T16:16:53.788Z Downloaded hashbrown v0.12.3
8592024-08-31T16:16:53.792Z Downloaded flate2 v1.0.31
8602024-08-31T16:16:53.798Z Downloaded lalrpop v0.19.12
8612024-08-31T16:16:53.809Z Downloaded p521 v0.13.3
8622024-08-31T16:16:53.813Z Downloaded toml_edit v0.19.15
8632024-08-31T16:16:53.829Z Downloaded hashbrown v0.13.2
8642024-08-31T16:16:53.833Z Downloaded tough v0.17.1
8652024-08-31T16:16:53.841Z Downloaded tokio-util v0.7.11
8662024-08-31T16:16:53.848Z Downloaded bitvec v1.0.1
8672024-08-31T16:16:53.863Z Downloaded winnow v0.5.40
8682024-08-31T16:16:53.872Z Downloaded curve25519-dalek v4.1.3
8692024-08-31T16:16:53.881Z Downloaded reqwest v0.11.27
8702024-08-31T16:16:53.889Z Downloaded chrono v0.4.38
8712024-08-31T16:16:53.896Z Downloaded stringprep v0.1.4
8722024-08-31T16:16:53.899Z Downloaded rusqlite v0.31.0
8732024-08-31T16:16:53.904Z Downloaded elliptic-curve v0.13.8
8742024-08-31T16:16:53.908Z Downloaded rustls-webpki v0.101.7
8752024-08-31T16:16:53.922Z Downloaded h2 v0.3.26
8762024-08-31T16:16:53.928Z Downloaded idna v0.5.0
8772024-08-31T16:16:53.936Z Downloaded futures-util v0.3.30
8782024-08-31T16:16:53.947Z Downloaded portable-atomic v1.6.0
8792024-08-31T16:16:53.953Z Downloaded dropshot v0.10.1
8802024-08-31T16:16:53.963Z Downloaded git2 v0.19.0
8812024-08-31T16:16:53.971Z Downloaded sqlparser v0.45.0
8822024-08-31T16:16:53.978Z Downloaded rustls-webpki v0.102.4
8832024-08-31T16:16:53.995Z Downloaded webpki-roots v0.25.4
8842024-08-31T16:16:53.999Z Downloaded object v0.30.4
8852024-08-31T16:16:54.009Z Downloaded smoltcp v0.9.1
8862024-08-31T16:16:54.020Z Downloaded regex-syntax v0.6.29
8872024-08-31T16:16:54.027Z Downloaded gimli v0.28.1
8882024-08-31T16:16:54.035Z Downloaded nix v0.28.0
8892024-08-31T16:16:54.047Z Downloaded rustls v0.21.12
8902024-08-31T16:16:54.058Z Downloaded polar-core v0.27.3
8912024-08-31T16:16:54.066Z Downloaded trust-dns-proto v0.22.0
8922024-08-31T16:16:54.079Z Downloaded openssl v0.10.66
8932024-08-31T16:16:54.088Z Downloaded hickory-proto v0.24.1
8942024-08-31T16:16:54.103Z Downloaded diesel v2.2.3
8952024-08-31T16:16:54.122Z Downloaded openapiv3 v2.0.0
8962024-08-31T16:16:54.134Z Downloaded sled v0.34.7
8972024-08-31T16:16:54.144Z Downloaded rustls v0.22.4
8982024-08-31T16:16:54.157Z Downloaded regress v0.9.1
8992024-08-31T16:16:54.167Z Downloaded regex-syntax v0.8.4
9002024-08-31T16:16:54.175Z Downloaded smoltcp v0.11.0
9012024-08-31T16:16:54.187Z Downloaded bzip2-sys v0.1.11+1.0.8
9022024-08-31T16:16:54.200Z Downloaded ratatui v0.28.0
9032024-08-31T16:16:54.219Z Downloaded zerocopy-derive v0.6.6
9042024-08-31T16:16:54.228Z Downloaded regex-automata v0.4.6
9052024-08-31T16:16:54.246Z Downloaded petgraph v0.6.5
9062024-08-31T16:16:54.263Z Downloaded object v0.32.2
9072024-08-31T16:16:54.273Z Downloaded bstr v1.9.1
9082024-08-31T16:16:54.284Z Downloaded vcpkg v0.2.15
9092024-08-31T16:16:54.322Z Downloaded regex v1.10.6
9102024-08-31T16:16:54.334Z Downloaded finl_unicode v1.2.0
9112024-08-31T16:16:54.347Z Downloaded tokio v1.39.3
9122024-08-31T16:16:54.385Z Downloaded sha3 v0.10.8
9132024-08-31T16:16:54.389Z Downloaded csv v1.3.0
9142024-08-31T16:16:54.409Z Downloaded nix v0.27.1
9152024-08-31T16:16:54.420Z Downloaded serde_with v3.9.0
9162024-08-31T16:16:54.429Z Downloaded proptest v1.5.0
9172024-08-31T16:16:54.438Z Downloaded p384 v0.13.0
9182024-08-31T16:16:54.445Z Downloaded encoding_rs v0.8.34
9192024-08-31T16:16:54.466Z Downloaded radix_trie v0.2.1
9202024-08-31T16:16:54.471Z Downloaded idna v0.3.0
9212024-08-31T16:16:54.478Z Downloaded idna v0.4.0
9222024-08-31T16:16:54.485Z Downloaded rayon v1.10.0
9232024-08-31T16:16:54.493Z Downloaded idna v0.2.3
9242024-08-31T16:16:54.500Z Downloaded sha1 v0.10.6
9252024-08-31T16:16:54.503Z Downloaded rtoolbox v0.0.2
9262024-08-31T16:16:54.505Z Downloaded prettyplease v0.2.20
9272024-08-31T16:16:54.507Z Downloaded p256 v0.13.2
9282024-08-31T16:16:54.509Z Downloaded time v0.3.36
9292024-08-31T16:16:54.516Z Downloaded float-cmp v0.9.0
9302024-08-31T16:16:54.518Z Downloaded defmt-parser v0.3.4
9312024-08-31T16:16:54.518Z Downloaded serde_with_macros v3.9.0
9322024-08-31T16:16:54.520Z Downloaded ssh-key v0.6.6
9332024-08-31T16:16:54.526Z Downloaded russh v0.45.0
9342024-08-31T16:16:54.532Z Downloaded socket2 v0.4.10
9352024-08-31T16:16:54.534Z Downloaded signal-hook v0.3.17
9362024-08-31T16:16:54.537Z Downloaded half v2.4.1
9372024-08-31T16:16:54.539Z Downloaded slog-scope v4.4.0
9382024-08-31T16:16:54.542Z Downloaded rand_xorshift v0.3.0
9392024-08-31T16:16:54.542Z Downloaded rustls-pemfile v2.1.3
9402024-08-31T16:16:54.545Z Downloaded pem-rfc7468 v0.7.0
9412024-08-31T16:16:54.547Z Downloaded schemars v0.8.21
9422024-08-31T16:16:54.561Z Downloaded nom v7.1.3
9432024-08-31T16:16:54.567Z Downloaded itertools v0.12.1
9442024-08-31T16:16:54.575Z Downloaded rand_chacha v0.3.1
9452024-08-31T16:16:54.578Z Downloaded phf v0.11.2
9462024-08-31T16:16:54.580Z Downloaded percent-encoding v2.3.1
9472024-08-31T16:16:54.580Z Downloaded fragile v2.0.0
9482024-08-31T16:16:54.582Z Downloaded vergen v8.3.2
9492024-08-31T16:16:54.585Z Downloaded toml v0.7.8
9502024-08-31T16:16:54.587Z Downloaded rcgen v0.12.1
9512024-08-31T16:16:54.590Z Downloaded tokio-stream v0.1.15
9522024-08-31T16:16:54.595Z Downloaded samael v0.0.15
9532024-08-31T16:16:54.600Z Downloaded libgit2-sys v0.17.0+1.8.1
9542024-08-31T16:16:54.661Z Downloaded libm v0.2.8
9552024-08-31T16:16:54.669Z Downloaded crossterm v0.28.1
9562024-08-31T16:16:54.675Z Downloaded r2d2 v0.8.10
9572024-08-31T16:16:54.678Z Downloaded unicode-bidi v0.3.15
9582024-08-31T16:16:54.681Z Downloaded publicsuffix v2.2.3
9592024-08-31T16:16:54.683Z Downloaded ring v0.17.8
9602024-08-31T16:16:54.753Z Downloaded parking_lot_core v0.8.6
9612024-08-31T16:16:54.755Z Downloaded mio v1.0.2
9622024-08-31T16:16:54.760Z Downloaded dhcproto-macros v0.1.0
9632024-08-31T16:16:54.762Z Downloaded xattr v1.3.1
9642024-08-31T16:16:54.764Z Downloaded untrusted v0.9.0
9652024-08-31T16:16:54.764Z Downloaded ppv-lite86 v0.2.17
9662024-08-31T16:16:54.767Z Downloaded http v0.2.12
9672024-08-31T16:16:54.769Z Downloaded mio v0.8.11
9682024-08-31T16:16:54.776Z Downloaded num-bigint v0.4.5
9692024-08-31T16:16:54.780Z Downloaded getrandom v0.2.14
9702024-08-31T16:16:54.783Z Downloaded sync_wrapper v0.1.2
9712024-08-31T16:16:54.786Z Downloaded thiserror-impl-no-std v2.0.2
9722024-08-31T16:16:54.786Z Downloaded termios v0.3.3
9732024-08-31T16:16:54.789Z Downloaded strum_macros v0.25.3
9742024-08-31T16:16:54.789Z Downloaded const_format v0.2.32
9752024-08-31T16:16:54.793Z Downloaded owo-colors v4.0.0
9762024-08-31T16:16:54.796Z Downloaded pbkdf2 v0.11.0
9772024-08-31T16:16:54.798Z Downloaded tls_codec_derive v0.4.1
9782024-08-31T16:16:54.801Z Downloaded num-traits v0.2.19
9792024-08-31T16:16:54.803Z Downloaded fatfs v0.3.6
9802024-08-31T16:16:54.806Z Downloaded futures v0.3.30
9812024-08-31T16:16:54.810Z Downloaded dhcproto v0.12.0
9822024-08-31T16:16:54.816Z Downloaded des v0.8.1
9832024-08-31T16:16:54.819Z Downloaded derive-where v1.2.7
9842024-08-31T16:16:54.819Z Downloaded base64 v0.21.7
9852024-08-31T16:16:54.822Z Downloaded parking_lot v0.11.2
9862024-08-31T16:16:54.825Z Downloaded crossbeam-channel v0.5.12
9872024-08-31T16:16:54.829Z Downloaded unicode-truncate v1.0.0
9882024-08-31T16:16:54.832Z Downloaded unicase v2.7.0
9892024-08-31T16:16:54.834Z Downloaded crossbeam-epoch v0.9.18
9902024-08-31T16:16:54.834Z Downloaded futures-io v0.3.30
9912024-08-31T16:16:54.837Z Downloaded fallible-iterator v0.3.0
9922024-08-31T16:16:54.837Z Downloaded fallible-iterator v0.2.0
9932024-08-31T16:16:54.839Z Downloaded dsl_auto_type v0.1.2
9942024-08-31T16:16:54.839Z Downloaded smallvec v1.13.2
9952024-08-31T16:16:54.842Z Downloaded zeroize_derive v1.4.2
9962024-08-31T16:16:54.842Z Downloaded unarray v0.1.4
9972024-08-31T16:16:54.844Z Downloaded structmeta v0.2.0
9982024-08-31T16:16:54.844Z Downloaded sqlformat v0.2.4
9992024-08-31T16:16:54.847Z Downloaded ff v0.13.0
10002024-08-31T16:16:54.849Z Downloaded derive_builder_core v0.20.0
10012024-08-31T16:16:54.849Z Downloaded derive_builder v0.20.0
10022024-08-31T16:16:54.854Z Downloaded signal-hook-tokio v0.3.1
10032024-08-31T16:16:54.856Z Downloaded rustc_version v0.4.0
10042024-08-31T16:16:54.856Z Downloaded rustc-hash v1.1.0
10052024-08-31T16:16:54.860Z Downloaded ref-cast-impl v1.0.23
10062024-08-31T16:16:54.860Z Downloaded ref-cast v1.0.23
10072024-08-31T16:16:54.863Z Downloaded quick-error v1.2.3
10082024-08-31T16:16:54.863Z Downloaded darling_core v0.20.9
10092024-08-31T16:16:54.866Z Downloaded zeroize v1.7.0
10102024-08-31T16:16:54.869Z Downloaded tokio-rustls v0.25.0
10112024-08-31T16:16:54.871Z Downloaded tokio-rustls v0.24.1
10122024-08-31T16:16:54.874Z Downloaded http v1.1.0
10132024-08-31T16:16:54.876Z Downloaded funty v2.0.0
10142024-08-31T16:16:54.878Z Downloaded futures-executor v0.3.30
10152024-08-31T16:16:54.878Z Downloaded filetime v0.2.24
10162024-08-31T16:16:54.881Z Downloaded backtrace v0.3.71
10172024-08-31T16:16:54.885Z Downloaded ciborium v0.2.2
10182024-08-31T16:16:54.887Z Downloaded bytes v1.7.1
10192024-08-31T16:16:54.891Z Downloaded darling v0.20.9
10202024-08-31T16:16:54.895Z Downloaded bzip2 v0.4.4
10212024-08-31T16:16:54.898Z Downloaded async-trait v0.1.81
10222024-08-31T16:16:54.901Z Downloaded structmeta-derive v0.2.0
10232024-08-31T16:16:54.903Z Downloaded structmeta v0.3.0
10242024-08-31T16:16:54.903Z Downloaded smf v0.2.3
10252024-08-31T16:16:54.903Z Downloaded arrayvec v0.7.4
10262024-08-31T16:16:54.905Z Downloaded native-tls v0.2.11
10272024-08-31T16:16:54.908Z Downloaded miniz_oxide v0.7.2
10282024-08-31T16:16:54.910Z Downloaded indexmap v1.9.3
10292024-08-31T16:16:54.913Z Downloaded argon2 v0.5.3
10302024-08-31T16:16:54.915Z Downloaded serde_arrays v0.1.0
10312024-08-31T16:16:54.915Z Downloaded base64 v0.13.1
10322024-08-31T16:16:54.918Z Downloaded scrypt v0.11.0
10332024-08-31T16:16:54.920Z Downloaded rustls-pemfile v1.0.4
10342024-08-31T16:16:54.923Z Downloaded resolv-conf v0.7.0
10352024-08-31T16:16:54.924Z Downloaded highway v1.2.0
10362024-08-31T16:16:54.926Z Downloaded backoff v0.4.0
10372024-08-31T16:16:54.929Z Downloaded ciborium-ll v0.2.2
10382024-08-31T16:16:54.929Z Downloaded castaway v0.2.3
10392024-08-31T16:16:54.931Z Downloaded blowfish v0.9.1
10402024-08-31T16:16:54.931Z Downloaded nanorand v0.7.0
10412024-08-31T16:16:54.934Z Downloaded mockall v0.13.0
10422024-08-31T16:16:54.936Z Downloaded maybe-uninit v2.0.0
10432024-08-31T16:16:54.936Z Downloaded crc-any v2.5.0
10442024-08-31T16:16:54.939Z Downloaded const-oid v0.9.6
10452024-08-31T16:16:54.941Z Downloaded async-stream v0.3.5
10462024-08-31T16:16:54.943Z Downloaded base16ct v0.2.0
10472024-08-31T16:16:54.943Z Downloaded httparse v1.8.0
10482024-08-31T16:16:54.946Z Downloaded linked-hash-map v0.5.6
10492024-08-31T16:16:54.949Z Downloaded buf-list v1.0.3
10502024-08-31T16:16:54.953Z Downloaded libsw v3.3.1
10512024-08-31T16:16:54.953Z Downloaded indoc v1.0.9
10522024-08-31T16:16:54.955Z Downloaded indent_write v2.2.0
10532024-08-31T16:16:54.955Z Downloaded hyper-tls v0.5.0
10542024-08-31T16:16:54.955Z Downloaded csv-core v0.1.11
10552024-08-31T16:16:54.958Z Downloaded blake2 v0.10.6
10562024-08-31T16:16:54.960Z Downloaded http-body v0.4.6
10572024-08-31T16:16:54.960Z Downloaded hostname v0.3.1
10582024-08-31T16:16:54.963Z Downloaded bitstruct v0.1.1
10592024-08-31T16:16:54.963Z Downloaded lru v0.12.3
10602024-08-31T16:16:54.966Z Downloaded lalrpop-util v0.19.12
10612024-08-31T16:16:54.966Z Downloaded crossbeam-deque v0.8.5
10622024-08-31T16:16:54.970Z Downloaded bcs v0.1.6
10632024-08-31T16:16:54.970Z Downloaded adler v1.0.2
10642024-08-31T16:16:54.972Z Downloaded instability v0.3.2
10652024-08-31T16:16:54.972Z Downloaded impl-trait-for-tuples v0.2.2
10662024-08-31T16:16:54.976Z Downloaded hyper-staticfile v0.9.5
10672024-08-31T16:16:54.979Z Downloaded httpdate v1.0.3
10682024-08-31T16:16:55.125Z Downloaded libz-sys v1.1.16
10692024-08-31T16:16:55.315Z Downloaded libsqlite3-sys v0.28.0
10702024-08-31T16:16:55.410Z Downloaded ring v0.16.20
10712024-08-31T16:16:55.581Z Compiling serde v1.0.208
10722024-08-31T16:16:55.584Z Compiling typenum v1.17.0
10732024-08-31T16:16:55.584Z Compiling generic-array v0.14.7
10742024-08-31T16:16:55.584Z Compiling lock_api v0.4.12
10752024-08-31T16:16:55.584Z Compiling scopeguard v1.2.0
10762024-08-31T16:16:55.731Z Compiling log v0.4.21
10772024-08-31T16:16:55.744Z Compiling syn v2.0.74
10782024-08-31T16:16:55.747Z Compiling getrandom v0.2.14
10792024-08-31T16:16:55.867Z Compiling jobserver v0.1.32
10802024-08-31T16:16:56.137Z Compiling subtle v2.5.0
10812024-08-31T16:16:56.158Z Compiling const-oid v0.9.6
10822024-08-31T16:16:56.283Z Compiling cc v1.0.97
10832024-08-31T16:16:56.459Z Compiling pin-project-lite v0.2.14
10842024-08-31T16:16:56.572Z Compiling smallvec v1.13.2
10852024-08-31T16:16:56.614Z Compiling parking_lot_core v0.9.10
10862024-08-31T16:16:56.908Z Compiling signal-hook-registry v1.4.2
10872024-08-31T16:16:57.013Z Compiling spin v0.9.8
10882024-08-31T16:16:57.408Z Compiling mio v1.0.2
10892024-08-31T16:16:57.680Z Compiling parking_lot v0.12.2
10902024-08-31T16:16:57.799Z Compiling ahash v0.8.11
10912024-08-31T16:16:58.051Z Compiling tinyvec_macros v0.1.1
10922024-08-31T16:16:58.139Z Compiling tinyvec v1.6.0
10932024-08-31T16:16:58.223Z Compiling socket2 v0.5.7
10942024-08-31T16:16:58.428Z Compiling futures-core v0.3.30
10952024-08-31T16:16:58.580Z Compiling libm v0.2.8
10962024-08-31T16:16:58.598Z Compiling cpufeatures v0.2.12
10972024-08-31T16:16:58.667Z Compiling futures-sink v0.3.30
10982024-08-31T16:16:58.693Z Compiling serde_json v1.0.125
10992024-08-31T16:16:58.811Z Compiling num-traits v0.2.19
11002024-08-31T16:16:58.932Z Compiling slab v0.4.9
11012024-08-31T16:16:59.047Z Compiling unicode-bidi v0.3.15
11022024-08-31T16:16:59.086Z Compiling allocator-api2 v0.2.18
11032024-08-31T16:16:59.573Z Compiling unicode-normalization v0.1.23
11042024-08-31T16:16:59.636Z Compiling futures-channel v0.3.30
11052024-08-31T16:16:59.867Z Compiling futures-io v0.3.30
11062024-08-31T16:17:00.036Z Compiling vcpkg v0.2.15
11072024-08-31T16:17:00.165Z Compiling futures-task v0.3.30
11082024-08-31T16:17:00.420Z Compiling pin-utils v0.1.0
11092024-08-31T16:17:00.450Z Compiling pkg-config v0.3.30
11102024-08-31T16:17:00.502Z Compiling ring v0.17.8
11112024-08-31T16:17:00.634Z Compiling base64ct v1.6.0
11122024-08-31T16:17:00.662Z Compiling percent-encoding v2.3.1
11132024-08-31T16:17:01.026Z Compiling flagset v0.4.5
11142024-08-31T16:17:01.201Z Compiling pem-rfc7468 v0.7.0
11152024-08-31T16:17:01.251Z Compiling ppv-lite86 v0.2.17
11162024-08-31T16:17:01.830Z Compiling tracing-core v0.1.32
11172024-08-31T16:17:01.879Z Compiling openssl-sys v0.9.103
11182024-08-31T16:17:01.907Z Compiling rustix v0.38.34
11192024-08-31T16:17:01.933Z Compiling untrusted v0.9.0
11202024-08-31T16:17:02.081Z Compiling powerfmt v0.2.0
11212024-08-31T16:17:02.193Z Compiling time-core v0.1.2
11222024-08-31T16:17:02.356Z Compiling httparse v1.8.0
11232024-08-31T16:17:02.442Z Compiling rustversion v1.0.17
11242024-08-31T16:17:02.669Z Compiling num-conv v0.1.0
11252024-08-31T16:17:02.726Z Compiling foreign-types-shared v0.1.1
11262024-08-31T16:17:02.816Z Compiling openssl v0.10.66
11272024-08-31T16:17:02.903Z Compiling time-macros v0.2.18
11282024-08-31T16:17:03.010Z Compiling foreign-types v0.3.2
11292024-08-31T16:17:03.102Z Compiling deranged v0.3.11
11302024-08-31T16:17:03.123Z Compiling form_urlencoded v1.2.1
11312024-08-31T16:17:03.218Z Compiling aho-corasick v1.1.3
11322024-08-31T16:17:03.359Z Compiling syn v1.0.109
11332024-08-31T16:17:03.857Z Compiling try-lock v0.2.5
11342024-08-31T16:17:04.001Z Compiling rustls v0.21.12
11352024-08-31T16:17:04.248Z Compiling regex-syntax v0.8.4
11362024-08-31T16:17:04.488Z Compiling native-tls v0.2.11
11372024-08-31T16:17:04.780Z Compiling siphasher v0.3.11
11382024-08-31T16:17:05.063Z Compiling crossbeam-utils v0.8.19
11392024-08-31T16:17:05.558Z Compiling num_threads v0.1.7
11402024-08-31T16:17:05.650Z Compiling time v0.3.36
11412024-08-31T16:17:05.706Z Compiling want v0.3.1
11422024-08-31T16:17:06.700Z Compiling idna v0.5.0
11432024-08-31T16:17:07.587Z Compiling regex-automata v0.4.6
11442024-08-31T16:17:07.798Z Compiling cookie v0.17.0
11452024-08-31T16:17:08.074Z Compiling openssl-probe v0.1.5
11462024-08-31T16:17:08.124Z Compiling slog v2.7.0
11472024-08-31T16:17:08.149Z Compiling rand_core v0.6.4
11482024-08-31T16:17:08.230Z Compiling serde_derive v1.0.208
11492024-08-31T16:17:08.393Z Compiling zeroize_derive v1.4.2
11502024-08-31T16:17:08.610Z Compiling zerocopy-derive v0.7.34
11512024-08-31T16:17:08.688Z Compiling tokio-macros v2.4.0
11522024-08-31T16:17:09.874Z Compiling thiserror-impl v1.0.63
11532024-08-31T16:17:09.923Z Compiling zeroize v1.7.0
11542024-08-31T16:17:10.287Z Compiling futures-macro v0.3.30
11552024-08-31T16:17:10.338Z Compiling der_derive v0.7.2
11562024-08-31T16:17:10.766Z Compiling zerocopy v0.7.34
11572024-08-31T16:17:11.584Z Compiling crypto-common v0.1.6
11582024-08-31T16:17:11.817Z Compiling block-buffer v0.10.4
11592024-08-31T16:17:12.063Z Compiling digest v0.10.7
11602024-08-31T16:17:12.319Z Compiling block-padding v0.3.3
11612024-08-31T16:17:12.524Z Compiling hmac v0.12.1
11622024-08-31T16:17:12.541Z Compiling inout v0.1.3
11632024-08-31T16:17:12.740Z Compiling cipher v0.4.4
11642024-08-31T16:17:12.793Z Compiling hashbrown v0.14.5
11652024-08-31T16:17:12.814Z Compiling sha2 v0.10.8
11662024-08-31T16:17:12.833Z Compiling futures-util v0.3.30
11672024-08-31T16:17:12.936Z Compiling thiserror v1.0.63
11682024-08-31T16:17:13.068Z Compiling pest v2.7.10
11692024-08-31T16:17:13.218Z Compiling salsa20 v0.10.2
11702024-08-31T16:17:13.429Z Compiling der v0.7.9
11712024-08-31T16:17:14.096Z Compiling pbkdf2 v0.12.2
11722024-08-31T16:17:14.234Z Compiling rand_chacha v0.3.1
11732024-08-31T16:17:15.446Z Compiling pest_meta v2.7.10
11742024-08-31T16:17:15.823Z Compiling tracing-attributes v0.1.27
11752024-08-31T16:17:16.117Z Compiling scroll_derive v0.12.0
11762024-08-31T16:17:16.805Z Compiling pest_generator v2.7.10
11772024-08-31T16:17:17.626Z Compiling scroll v0.12.0
11782024-08-31T16:17:18.187Z Compiling spki v0.7.3
11792024-08-31T16:17:18.562Z Compiling rand v0.8.5
11802024-08-31T16:17:18.811Z Compiling scrypt v0.11.0
11812024-08-31T16:17:18.834Z Compiling cbc v0.1.2
11822024-08-31T16:17:19.069Z Compiling aes v0.8.4
11832024-08-31T16:17:19.364Z Compiling goblin v0.8.2
11842024-08-31T16:17:19.629Z Compiling tracing v0.1.40
11852024-08-31T16:17:19.815Z Compiling openssl-macros v0.1.1
11862024-08-31T16:17:20.129Z Compiling pkcs5 v0.7.1
11872024-08-31T16:17:20.334Z Compiling sct v0.7.1
11882024-08-31T16:17:20.410Z Compiling pest_derive v2.7.10
11892024-08-31T16:17:20.526Z Compiling rustls-webpki v0.101.7
11902024-08-31T16:17:20.601Z Compiling adler v1.0.2
11912024-08-31T16:17:20.653Z Compiling httpdate v1.0.3
11922024-08-31T16:17:20.820Z Compiling pkcs8 v0.10.2
11932024-08-31T16:17:21.104Z Compiling iana-time-zone v0.1.60
11942024-08-31T16:17:21.190Z Compiling dtrace-parser v0.2.0
11952024-08-31T16:17:21.365Z Compiling tower-service v0.3.2
11962024-08-31T16:17:21.490Z Compiling finl_unicode v1.2.0
11972024-08-31T16:17:21.561Z Compiling miniz_oxide v0.7.2
11982024-08-31T16:17:21.763Z Compiling md-5 v0.10.6
11992024-08-31T16:17:22.025Z Compiling bytes v1.7.1
12002024-08-31T16:17:22.136Z Compiling bitflags v2.6.0
12012024-08-31T16:17:22.432Z Compiling indexmap v2.4.0
12022024-08-31T16:17:22.595Z Compiling semver v1.0.23
12032024-08-31T16:17:23.217Z Compiling tokio v1.39.3
12042024-08-31T16:17:23.313Z Compiling http v0.2.12
12052024-08-31T16:17:23.343Z Compiling rustc_version v0.4.0
12062024-08-31T16:17:24.136Z Compiling heapless v0.7.17
12072024-08-31T16:17:24.582Z Compiling uuid v1.10.0
12082024-08-31T16:17:25.476Z Compiling dof v0.3.0
12092024-08-31T16:17:25.770Z Compiling http-body v0.4.6
12102024-08-31T16:17:26.060Z Compiling stringprep v0.1.4
12112024-08-31T16:17:26.203Z Compiling usdt-impl v0.5.0
12122024-08-31T16:17:26.325Z Compiling serde_spanned v0.6.7
12132024-08-31T16:17:26.553Z Compiling serde_tokenstream v0.2.2
12142024-08-31T16:17:27.220Z Compiling chrono v0.4.38
12152024-08-31T16:17:27.298Z Compiling toml_datetime v0.6.8
12162024-08-31T16:17:27.801Z Compiling url v2.5.2
12172024-08-31T16:17:29.144Z Compiling num-integer v0.1.46
12182024-08-31T16:17:29.649Z Compiling idna v0.3.0
12192024-08-31T16:17:29.754Z Compiling backtrace v0.3.71
12202024-08-31T16:17:30.240Z Compiling lazy_static v1.5.0
12212024-08-31T16:17:30.362Z Compiling hash32 v0.2.1
12222024-08-31T16:17:30.492Z Compiling num-bigint-dig v0.8.4
12232024-08-31T16:17:30.495Z Compiling smoltcp v0.9.1
12242024-08-31T16:17:30.729Z Compiling psl-types v2.0.11
12252024-08-31T16:17:30.797Z Compiling base64 v0.22.1
12262024-08-31T16:17:30.920Z Compiling fallible-iterator v0.2.0
12272024-08-31T16:17:30.951Z Compiling signal-hook v0.3.17
12282024-08-31T16:17:31.231Z Compiling tokio-util v0.7.11
12292024-08-31T16:17:31.248Z Compiling stable_deref_trait v1.2.0
12302024-08-31T16:17:31.268Z Compiling crc32fast v1.4.0
12312024-08-31T16:17:31.363Z Compiling gimli v0.28.1
12322024-08-31T16:17:31.575Z Compiling cfg_aliases v0.1.1
12332024-08-31T16:17:31.633Z Compiling postgres-protocol v0.6.7
12342024-08-31T16:17:31.709Z Compiling nix v0.28.0
12352024-08-31T16:17:32.496Z Compiling h2 v0.3.26
12362024-08-31T16:17:32.596Z Compiling tokio-native-tls v0.3.1
12372024-08-31T16:17:32.633Z Compiling tokio-rustls v0.24.1
12382024-08-31T16:17:33.002Z Compiling publicsuffix v2.2.3
12392024-08-31T16:17:33.061Z Compiling num-iter v0.1.45
12402024-08-31T16:17:33.117Z Compiling terminal_size v0.3.0
12412024-08-31T16:17:33.247Z Compiling ff v0.13.0
12422024-08-31T16:17:33.311Z Compiling async-trait v0.1.81
12432024-08-31T16:17:33.460Z Compiling zerocopy-derive v0.6.6
12442024-08-31T16:17:33.913Z Compiling phf_shared v0.11.2
12452024-08-31T16:17:34.191Z Compiling serde_derive_internals v0.29.1
12462024-08-31T16:17:34.285Z Compiling object v0.32.2
12472024-08-31T16:17:35.618Z Compiling addr2line v0.21.0
12482024-08-31T16:17:36.151Z Compiling fs-err v2.11.0
12492024-08-31T16:17:36.247Z Compiling winnow v0.5.40
12502024-08-31T16:17:36.288Z Compiling rustc-demangle v0.1.24
12512024-08-31T16:17:36.460Z Compiling bitflags v1.3.2
12522024-08-31T16:17:36.568Z Compiling ipnet v2.9.0
12532024-08-31T16:17:36.912Z Compiling managed v0.8.0
12542024-08-31T16:17:37.323Z Compiling either v1.13.0
12552024-08-31T16:17:37.357Z Compiling base64 v0.21.7
12562024-08-31T16:17:37.760Z Compiling schemars v0.8.21
12572024-08-31T16:17:37.793Z Compiling anyhow v1.0.86
12582024-08-31T16:17:38.085Z Compiling base16ct v0.2.0
12592024-08-31T16:17:38.140Z Compiling clap_builder v4.5.15
12602024-08-31T16:17:38.192Z Compiling rustls-pemfile v1.0.4
12612024-08-31T16:17:38.410Z Compiling sec1 v0.7.3
12622024-08-31T16:17:38.636Z Compiling schemars_derive v0.8.21
12632024-08-31T16:17:39.092Z Compiling zerocopy v0.6.6
12642024-08-31T16:17:39.919Z Compiling hyper v0.14.30
12652024-08-31T16:17:40.135Z Compiling toml_edit v0.19.15
12662024-08-31T16:17:40.650Z Compiling phf v0.11.2
12672024-08-31T16:17:41.439Z Compiling cookie_store v0.20.0
12682024-08-31T16:17:41.890Z Compiling hubpack_derive v0.1.1
12692024-08-31T16:17:42.011Z Compiling group v0.13.0
12702024-08-31T16:17:42.813Z Compiling hubpack v0.1.2
12712024-08-31T16:17:43.087Z Compiling postgres-types v0.2.7
12722024-08-31T16:17:43.627Z Compiling usdt-attr-macro v0.5.0
12732024-08-31T16:17:44.045Z Compiling usdt-macro v0.5.0
12742024-08-31T16:17:44.491Z Compiling serde_urlencoded v0.7.1
12752024-08-31T16:17:44.570Z Compiling strum_macros v0.25.3
12762024-08-31T16:17:44.991Z Compiling enum-as-inner v0.6.0
12772024-08-31T16:17:45.282Z Compiling pkcs1 v0.7.5
12782024-08-31T16:17:45.499Z Compiling futures-executor v0.3.30
12792024-08-31T16:17:46.067Z Compiling hkdf v0.12.4
12802024-08-31T16:17:46.098Z Compiling bstr v1.9.1
12812024-08-31T16:17:46.274Z Compiling regex v1.10.6
12822024-08-31T16:17:46.330Z Compiling signature v2.2.0
12832024-08-31T16:17:46.629Z Compiling hyper-rustls v0.24.2
12842024-08-31T16:17:47.037Z Compiling hyper-tls v0.5.0
12852024-08-31T16:17:47.222Z Compiling crypto-bigint v0.5.5
12862024-08-31T16:17:47.398Z Compiling serde_repr v0.1.19
12872024-08-31T16:17:47.401Z Compiling clap_derive v4.5.13
12882024-08-31T16:17:47.858Z Compiling phf_shared v0.10.0
12892024-08-31T16:17:47.914Z Compiling float-cmp v0.9.0
12902024-08-31T16:17:48.140Z Compiling idna v0.4.0
12912024-08-31T16:17:48.252Z Compiling mio v0.8.11
12922024-08-31T16:17:48.565Z Compiling encoding_rs v0.8.34
12932024-08-31T16:17:48.692Z Compiling sync_wrapper v0.1.2
12942024-08-31T16:17:48.814Z Compiling whoami v1.5.1
12952024-08-31T16:17:49.461Z Compiling dyn-clone v1.0.17
12962024-08-31T16:17:49.539Z Compiling mime v0.3.17
12972024-08-31T16:17:49.653Z Compiling precomputed-hash v0.1.1
12982024-08-31T16:17:49.676Z Compiling normalize-line-endings v0.3.0
12992024-08-31T16:17:49.693Z Compiling new_debug_unreachable v1.0.6
13002024-08-31T16:17:49.770Z Compiling difflib v0.4.0
13012024-08-31T16:17:49.790Z Compiling static_assertions v1.1.0
13022024-08-31T16:17:49.795Z Compiling fixedbitset v0.4.2
13032024-08-31T16:17:49.891Z Compiling bit-vec v0.6.3
13042024-08-31T16:17:50.131Z Compiling unicode-segmentation v1.11.0
13052024-08-31T16:17:50.276Z Compiling minimal-lexical v0.2.1
13062024-08-31T16:17:50.353Z Compiling data-encoding v2.6.0
13072024-08-31T16:17:50.793Z Compiling predicates-core v1.0.6
13082024-08-31T16:17:50.991Z Compiling webpki-roots v0.25.4
13092024-08-31T16:17:51.155Z Compiling toml_edit v0.22.20
13102024-08-31T16:17:51.174Z Compiling reqwest v0.11.27
13112024-08-31T16:17:51.319Z Compiling hickory-proto v0.24.1
13122024-08-31T16:17:52.332Z Compiling clap v4.5.16
13132024-08-31T16:17:52.459Z Compiling predicates v3.1.2
13142024-08-31T16:17:52.817Z Compiling similar v2.6.0
13152024-08-31T16:17:53.046Z Compiling nom v7.1.3
13162024-08-31T16:17:53.163Z Compiling bit-set v0.5.3
13172024-08-31T16:17:53.460Z Compiling elliptic-curve v0.13.8
13182024-08-31T16:17:54.188Z Compiling petgraph v0.6.5
13192024-08-31T16:17:54.281Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13202024-08-31T16:17:55.189Z Compiling string_cache v0.8.7
13212024-08-31T16:17:55.662Z Compiling console v0.15.8
13222024-08-31T16:17:56.776Z Compiling tokio-postgres v0.7.11
13232024-08-31T16:17:57.197Z Compiling signal-hook-mio v0.2.4
13242024-08-31T16:17:57.377Z Compiling usdt v0.5.0
13252024-08-31T16:17:57.874Z Compiling rsa v0.9.6
13262024-08-31T16:17:58.212Z Compiling futures v0.3.30
13272024-08-31T16:17:58.334Z Compiling flate2 v1.0.31
13282024-08-31T16:17:59.500Z Compiling toml v0.7.8
13292024-08-31T16:18:01.221Z Compiling itertools v0.10.5
13302024-08-31T16:18:01.440Z Compiling itertools v0.12.1
13312024-08-31T16:18:01.459Z Compiling tokio-stream v0.1.15
13322024-08-31T16:18:01.588Z Compiling crossbeam-epoch v0.9.18
13332024-08-31T16:18:02.389Z Compiling openapiv3 v2.0.0
13342024-08-31T16:18:02.418Z Compiling hex v0.4.3
13352024-08-31T16:18:02.489Z Compiling sha1 v0.10.6
13362024-08-31T16:18:02.923Z Compiling dirs-sys-next v0.1.2
13372024-08-31T16:18:03.020Z Compiling lalrpop-util v0.19.12
13382024-08-31T16:18:03.356Z Compiling peg-runtime v0.8.3
13392024-08-31T16:18:03.358Z Compiling unicode-xid v0.2.4
13402024-08-31T16:18:03.546Z Compiling dirs-next v2.0.0
13412024-08-31T16:18:03.600Z Compiling thread_local v1.1.8
13422024-08-31T16:18:03.745Z Compiling slog-async v2.8.0
13432024-08-31T16:18:04.004Z Compiling term v0.7.0
13442024-08-31T16:18:04.063Z Compiling crossbeam-channel v0.5.12
13452024-08-31T16:18:04.150Z Compiling xattr v1.3.1
13462024-08-31T16:18:04.366Z Compiling strum_macros v0.26.4
13472024-08-31T16:18:04.424Z Compiling filetime v0.2.24
13482024-08-31T16:18:04.552Z Compiling is-terminal v0.4.12
13492024-08-31T16:18:04.683Z Compiling take_mut v0.2.2
13502024-08-31T16:18:04.739Z Compiling slog-term v2.9.1
13512024-08-31T16:18:04.834Z Compiling tar v0.4.41
13522024-08-31T16:18:05.507Z Compiling camino v1.1.9
13532024-08-31T16:18:06.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13542024-08-31T16:18:07.392Z Compiling strum v0.26.3
13552024-08-31T16:18:07.468Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13562024-08-31T16:18:12.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13572024-08-31T16:18:12.545Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13582024-08-31T16:18:12.594ZAug 31 16:18:11.379 INFO Starting download, target: Cockroach
13592024-08-31T16:18:12.594ZAug 31 16:18:11.379 INFO Starting download, target: Clickhouse
13602024-08-31T16:18:12.594ZAug 31 16:18:11.379 INFO Starting download, target: Console
13612024-08-31T16:18:12.596ZAug 31 16:18:11.379 INFO Starting download, target: DendriteOpenapi
13622024-08-31T16:18:12.596ZAug 31 16:18:11.379 INFO Starting download, target: DendriteStub
13632024-08-31T16:18:12.596ZAug 31 16:18:11.379 INFO Starting download, target: MaghemiteMgd
13642024-08-31T16:18:12.597ZAug 31 16:18:11.379 INFO Starting download, target: TransceiverControl
13652024-08-31T16:18:12.597ZAug 31 16:18:11.380 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13662024-08-31T16:18:12.597ZAug 31 16:18:11.380 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13672024-08-31T16:18:12.597ZAug 31 16:18:11.380 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13682024-08-31T16:18:12.597ZAug 31 16:18:11.380 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi
13692024-08-31T16:18:12.597ZAug 31 16:18:11.380 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13702024-08-31T16:18:12.597ZAug 31 16:18:11.380 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13712024-08-31T16:18:12.597ZAug 31 16:18:11.380 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13722024-08-31T16:18:12.721ZAug 31 16:18:11.501 INFO Download complete, target: DendriteOpenapi
13732024-08-31T16:18:12.811ZAug 31 16:18:11.595 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13742024-08-31T16:18:13.125ZAug 31 16:18:11.908 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13752024-08-31T16:18:13.177ZAug 31 16:18:11.962 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13762024-08-31T16:18:13.248ZAug 31 16:18:12.034 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13772024-08-31T16:18:13.521ZAug 31 16:18:12.307 INFO Download complete, target: Console
13782024-08-31T16:18:13.621ZAug 31 16:18:12.406 INFO Download complete, target: TransceiverControl
13792024-08-31T16:18:13.735ZAug 31 16:18:12.520 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13802024-08-31T16:18:13.735ZAug 31 16:18:12.520 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13812024-08-31T16:18:14.457ZAug 31 16:18:13.241 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13822024-08-31T16:18:16.440ZAug 31 16:18:15.225 INFO Download complete, target: DendriteStub
13832024-08-31T16:18:16.504ZAug 31 16:18:15.289 INFO Download complete, target: MaghemiteMgd
13842024-08-31T16:18:22.106ZAug 31 16:18:20.890 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13852024-08-31T16:18:22.425ZAug 31 16:18:21.209 INFO Checking that binary works, target: Cockroach
13862024-08-31T16:18:22.583ZAug 31 16:18:21.367 INFO Download complete, target: Cockroach
13872024-08-31T16:18:28.536ZAug 31 16:18:27.318 INFO Checking that binary works, target: Clickhouse
13882024-08-31T16:18:28.949ZAug 31 16:18:27.731 INFO Download complete, target: Clickhouse
13892024-08-31T16:18:28.957ZAll prerequisites installed successfully
13902024-08-31T16:18:28.960Z
13912024-08-31T16:18:28.960Zreal 3:58.721980958
13922024-08-31T16:18:28.960Zuser 11:08.827475600
13932024-08-31T16:18:28.960Zsys 2:23.747680726
13942024-08-31T16:18:28.960Ztrap 0.390218659
13952024-08-31T16:18:28.960Ztflt 7.703877990
13962024-08-31T16:18:28.960Zdflt 4.230076701
13972024-08-31T16:18:28.960Zkflt 0.528508164
13982024-08-31T16:18:28.960Zlock 23:23.878820652
13992024-08-31T16:18:28.960Zslp 44:32.550053686
14002024-08-31T16:18:28.960Zlat 36.293782936
14012024-08-31T16:18:28.960Zstop 1:43.423650692
14022024-08-31T16:18:28.960Z+ ptime -m cargo xtask download softnpu
14032024-08-31T16:18:29.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
14042024-08-31T16:18:29.543Z Running `target/debug/xtask download softnpu`
14052024-08-31T16:18:30.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
14062024-08-31T16:18:30.404Z Running `target/debug/xtask-downloader softnpu`
14072024-08-31T16:18:30.437ZAug 31 16:18:29.219 INFO Starting download, target: Softnpu
14082024-08-31T16:18:30.439ZAug 31 16:18:29.219 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14092024-08-31T16:18:31.391ZAug 31 16:18:30.172 INFO Download complete, target: Softnpu
14102024-08-31T16:18:31.395Z
14112024-08-31T16:18:31.397Zreal 2.429978517
14122024-08-31T16:18:31.398Zuser 1.239763048
14132024-08-31T16:18:31.398Zsys 0.559456322
14142024-08-31T16:18:31.398Ztrap 0.000436851
14152024-08-31T16:18:31.398Ztflt 0.000007857
14162024-08-31T16:18:31.398Zdflt 0.000000000
14172024-08-31T16:18:31.398Zkflt 0.000000000
14182024-08-31T16:18:31.398Zlock 10.017396841
14192024-08-31T16:18:31.398Zslp 0.953373046
14202024-08-31T16:18:31.398Zlat 0.074653200
14212024-08-31T16:18:31.398Zstop 0.000391717
14222024-08-31T16:18:31.398Z+ export CARGO_INCREMENTAL=0
14232024-08-31T16:18:31.398Z+ CARGO_INCREMENTAL=0
14242024-08-31T16:18:31.398Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14252024-08-31T16:18:32.347Z Compiling proc-macro2 v1.0.86
14262024-08-31T16:18:32.347Z Compiling unicode-ident v1.0.12
14272024-08-31T16:18:32.347Z Compiling libc v0.2.158
14282024-08-31T16:18:32.350Z Compiling serde v1.0.208
14292024-08-31T16:18:32.350Z Compiling version_check v0.9.5
14302024-08-31T16:18:32.350Z Compiling autocfg v1.3.0
14312024-08-31T16:18:32.350Z Compiling cfg-if v1.0.0
14322024-08-31T16:18:32.350Z Compiling once_cell v1.19.0
14332024-08-31T16:18:32.605Z Compiling typenum v1.17.0
14342024-08-31T16:18:32.670Z Compiling memchr v2.7.2
14352024-08-31T16:18:33.084Z Compiling generic-array v0.14.7
14362024-08-31T16:18:33.087Z Compiling ahash v0.8.11
14372024-08-31T16:18:33.380Z Compiling lock_api v0.4.12
14382024-08-31T16:18:33.439Z Compiling byteorder v1.5.0
14392024-08-31T16:18:33.527Z Compiling serde_json v1.0.125
14402024-08-31T16:18:33.703Z Compiling libm v0.2.8
14412024-08-31T16:18:33.877Z Compiling num-traits v0.2.19
14422024-08-31T16:18:33.930Z Compiling quote v1.0.36
14432024-08-31T16:18:34.055Z Compiling parking_lot_core v0.9.10
14442024-08-31T16:18:34.210Z Compiling thiserror v1.0.63
14452024-08-31T16:18:34.285Z Compiling syn v2.0.74
14462024-08-31T16:18:34.480Z Compiling getrandom v0.2.14
14472024-08-31T16:18:34.530Z Compiling jobserver v0.1.32
14482024-08-31T16:18:34.791Z Compiling scopeguard v1.2.0
14492024-08-31T16:18:34.807Z Compiling itoa v1.0.11
14502024-08-31T16:18:34.967Z Compiling cc v1.0.97
14512024-08-31T16:18:35.036Z Compiling log v0.4.21
14522024-08-31T16:18:35.379Z Compiling allocator-api2 v0.2.18
14532024-08-31T16:18:35.423Z Compiling rand_core v0.6.4
14542024-08-31T16:18:35.439Z Compiling slab v0.4.9
14552024-08-31T16:18:35.824Z Compiling pin-project-lite v0.2.14
14562024-08-31T16:18:35.840Z Compiling semver v1.0.23
14572024-08-31T16:18:36.136Z Compiling ryu v1.0.18
14582024-08-31T16:18:36.385Z Compiling smallvec v1.13.2
14592024-08-31T16:18:36.403Z Compiling equivalent v1.0.1
14602024-08-31T16:18:36.551Z Compiling pkg-config v0.3.30
14612024-08-31T16:18:36.572Z Compiling vcpkg v0.2.15
14622024-08-31T16:18:36.696Z Compiling schemars v0.8.21
14632024-08-31T16:18:37.063Z Compiling spin v0.9.8
14642024-08-31T16:18:37.503Z Compiling signal-hook-registry v1.4.2
14652024-08-31T16:18:37.772Z Compiling subtle v2.5.0
14662024-08-31T16:18:38.137Z Compiling parking_lot v0.12.2
14672024-08-31T16:18:38.185Z Compiling ring v0.17.8
14682024-08-31T16:18:38.219Z Compiling openssl-sys v0.9.103
14692024-08-31T16:18:39.014Z Compiling mio v1.0.2
14702024-08-31T16:18:39.226Z Compiling const-oid v0.9.6
14712024-08-31T16:18:39.229Z Compiling socket2 v0.5.7
14722024-08-31T16:18:39.902Z Compiling syn v1.0.109
14732024-08-31T16:18:40.341Z Compiling heck v0.5.0
14742024-08-31T16:18:40.480Z Compiling httparse v1.8.0
14752024-08-31T16:18:40.729Z Compiling num-conv v0.1.0
14762024-08-31T16:18:40.889Z Compiling time-core v0.1.2
14772024-08-31T16:18:41.028Z Compiling openssl v0.10.66
14782024-08-31T16:18:41.044Z Compiling rustix v0.38.34
14792024-08-31T16:18:41.044Z Compiling fnv v1.0.7
14802024-08-31T16:18:41.075Z Compiling time-macros v0.2.18
14812024-08-31T16:18:41.184Z Compiling futures-core v0.3.30
14822024-08-31T16:18:41.652Z Compiling crossbeam-utils v0.8.19
14832024-08-31T16:18:41.938Z Compiling serde_derive_internals v0.29.1
14842024-08-31T16:18:42.217Z Compiling rustls v0.21.12
14852024-08-31T16:18:42.516Z Compiling futures-sink v0.3.30
14862024-08-31T16:18:42.683Z Compiling tinyvec_macros v0.1.1
14872024-08-31T16:18:42.778Z Compiling iana-time-zone v0.1.60
14882024-08-31T16:18:42.811Z Compiling native-tls v0.2.11
14892024-08-31T16:18:43.118Z Compiling tinyvec v1.6.0
14902024-08-31T16:18:43.467Z Compiling cpufeatures v0.2.12
14912024-08-31T16:18:44.071Z Compiling ucd-trie v0.1.6
14922024-08-31T16:18:44.258Z Compiling backtrace v0.3.71
14932024-08-31T16:18:44.548Z Compiling unicode-normalization v0.1.23
14942024-08-31T16:18:44.577Z Compiling cookie v0.17.0
14952024-08-31T16:18:44.595Z Compiling unicode-bidi v0.3.15
14962024-08-31T16:18:44.710Z Compiling slog v2.7.0
14972024-08-31T16:18:45.166Z Compiling futures-channel v0.3.30
14982024-08-31T16:18:45.332Z Compiling aho-corasick v1.1.3
14992024-08-31T16:18:45.639Z Compiling pin-utils v0.1.0
15002024-08-31T16:18:45.805Z Compiling futures-task v0.3.30
15012024-08-31T16:18:45.808Z Compiling futures-io v0.3.30
15022024-08-31T16:18:46.093Z Compiling regex-syntax v0.8.4
15032024-08-31T16:18:46.886Z Compiling anyhow v1.0.86
15042024-08-31T16:18:47.212Z Compiling serde_derive v1.0.208
15052024-08-31T16:18:47.302Z Compiling zeroize_derive v1.4.2
15062024-08-31T16:18:47.442Z Compiling zerocopy-derive v0.7.34
15072024-08-31T16:18:48.491Z Compiling thiserror-impl v1.0.63
15082024-08-31T16:18:48.692Z Compiling tokio-macros v2.4.0
15092024-08-31T16:18:49.362Z Compiling zerocopy v0.7.34
15102024-08-31T16:18:49.559Z Compiling zeroize v1.7.0
15112024-08-31T16:18:50.355Z Compiling futures-macro v0.3.30
15122024-08-31T16:18:51.473Z Compiling hashbrown v0.14.5
15132024-08-31T16:18:51.649Z Compiling crypto-common v0.1.6
15142024-08-31T16:18:51.856Z Compiling schemars_derive v0.8.21
15152024-08-31T16:18:52.065Z Compiling tracing-attributes v0.1.27
15162024-08-31T16:18:52.865Z Compiling block-buffer v0.10.4
15172024-08-31T16:18:53.021Z Compiling der_derive v0.7.2
15182024-08-31T16:18:53.090Z Compiling digest v0.10.7
15192024-08-31T16:18:53.391Z Compiling openssl-macros v0.1.1
15202024-08-31T16:18:54.013Z Compiling scroll_derive v0.12.0
15212024-08-31T16:18:54.118Z Compiling hmac v0.12.1
15222024-08-31T16:18:54.340Z Compiling block-padding v0.3.3
15232024-08-31T16:18:54.639Z Compiling pest v2.7.10
15242024-08-31T16:18:55.176Z Compiling inout v0.1.3
15252024-08-31T16:18:55.208Z Compiling sha2 v0.10.8
15262024-08-31T16:18:55.243Z Compiling futures-util v0.3.30
15272024-08-31T16:18:55.292Z Compiling regex-automata v0.4.6
15282024-08-31T16:18:55.388Z Compiling cipher v0.4.4
15292024-08-31T16:18:55.812Z Compiling dyn-clone v1.0.17
15302024-08-31T16:18:55.977Z Compiling winnow v0.5.40
15312024-08-31T16:18:56.127Z Compiling untrusted v0.9.0
15322024-08-31T16:18:57.395Z Compiling pest_meta v2.7.10
15332024-08-31T16:18:59.798Z Compiling pest_generator v2.7.10
15342024-08-31T16:19:00.844Z Compiling bytes v1.7.1
15352024-08-31T16:19:01.504Z Compiling indexmap v2.4.0
15362024-08-31T16:19:02.592Z Compiling tokio v1.39.3
15372024-08-31T16:19:02.707Z Compiling bitflags v2.6.0
15382024-08-31T16:19:02.826Z Compiling uuid v1.10.0
15392024-08-31T16:19:03.058Z Compiling serde_tokenstream v0.2.2
15402024-08-31T16:19:03.300Z Compiling chrono v0.4.38
15412024-08-31T16:19:04.870Z Compiling serde_spanned v0.6.7
15422024-08-31T16:19:05.510Z Compiling toml_datetime v0.6.8
15432024-08-31T16:19:05.857Z Compiling http v0.2.12
15442024-08-31T16:19:05.961Z Compiling toml_edit v0.19.15
15452024-08-31T16:19:08.235Z Compiling rustc_version v0.4.0
15462024-08-31T16:19:08.409Z Compiling pest_derive v2.7.10
15472024-08-31T16:19:08.868Z Compiling tracing-core v0.1.32
15482024-08-31T16:19:09.220Z Compiling usdt-impl v0.5.0
15492024-08-31T16:19:09.578Z Compiling base64ct v1.6.0
15502024-08-31T16:19:10.144Z Compiling rustversion v1.0.17
15512024-08-31T16:19:10.960Z Compiling pem-rfc7468 v0.7.0
15522024-08-31T16:19:11.088Z Compiling tracing v0.1.40
15532024-08-31T16:19:11.148Z Compiling heapless v0.7.17
15542024-08-31T16:19:11.559Z Compiling scroll v0.12.0
15552024-08-31T16:19:11.804Z Compiling flagset v0.4.5
15562024-08-31T16:19:11.886Z Compiling heck v0.4.1
15572024-08-31T16:19:12.021Z Compiling plain v0.2.3
15582024-08-31T16:19:12.134Z Compiling percent-encoding v2.3.1
15592024-08-31T16:19:12.297Z Compiling ppv-lite86 v0.2.17
15602024-08-31T16:19:12.427Z Compiling powerfmt v0.2.0
15612024-08-31T16:19:12.650Z Compiling goblin v0.8.2
15622024-08-31T16:19:12.731Z Compiling deranged v0.3.11
15632024-08-31T16:19:12.895Z Compiling tokio-util v0.7.11
15642024-08-31T16:19:13.063Z Compiling rand_chacha v0.3.1
15652024-08-31T16:19:14.072Z Compiling der v0.7.9
15662024-08-31T16:19:16.141Z Compiling regex v1.10.6
15672024-08-31T16:19:16.523Z Compiling salsa20 v0.10.2
15682024-08-31T16:19:16.726Z Compiling pbkdf2 v0.12.2
15692024-08-31T16:19:17.064Z Compiling num_threads v0.1.7
15702024-08-31T16:19:17.082Z Compiling pretty-hex v0.4.1
15712024-08-31T16:19:17.189Z Compiling strsim v0.11.1
15722024-08-31T16:19:17.289Z Compiling crc32fast v1.4.0
15732024-08-31T16:19:17.416Z Compiling time v0.3.36
15742024-08-31T16:19:18.168Z Compiling scrypt v0.11.0
15752024-08-31T16:19:18.195Z Compiling spki v0.7.3
15762024-08-31T16:19:18.241Z Compiling rand v0.8.5
15772024-08-31T16:19:18.589Z Compiling dof v0.3.0
15782024-08-31T16:19:18.853Z Compiling dtrace-parser v0.2.0
15792024-08-31T16:19:19.797Z Compiling cbc v0.1.2
15802024-08-31T16:19:20.020Z Compiling aes v0.8.4
15812024-08-31T16:19:20.313Z Compiling async-trait v0.1.81
15822024-08-31T16:19:20.638Z Compiling thread-id v4.2.1
15832024-08-31T16:19:20.760Z Compiling smoltcp v0.9.1
15842024-08-31T16:19:20.803Z Compiling unicode-width v0.1.13
15852024-08-31T16:19:20.913Z Compiling num-bigint-dig v0.8.4
15862024-08-31T16:19:21.201Z Compiling signal-hook v0.3.17
15872024-08-31T16:19:21.217Z Compiling foreign-types-shared v0.1.1
15882024-08-31T16:19:21.322Z Compiling foreign-types v0.3.2
15892024-08-31T16:19:21.390Z Compiling pkcs5 v0.7.1
15902024-08-31T16:19:22.488Z Compiling form_urlencoded v1.2.1
15912024-08-31T16:19:23.074Z Compiling errno v0.3.9
15922024-08-31T16:19:23.152Z Compiling adler v1.0.2
15932024-08-31T16:19:23.448Z Compiling siphasher v0.3.11
15942024-08-31T16:19:23.765Z Compiling try-lock v0.2.5
15952024-08-31T16:19:23.767Z Compiling cfg_aliases v0.1.1
15962024-08-31T16:19:23.932Z Compiling nix v0.28.0
15972024-08-31T16:19:24.009Z Compiling want v0.3.1
15982024-08-31T16:19:24.469Z Compiling miniz_oxide v0.7.2
15992024-08-31T16:19:26.347Z Compiling pkcs8 v0.10.2
16002024-08-31T16:19:26.580Z Compiling sct v0.7.1
16012024-08-31T16:19:26.862Z Compiling rustls-webpki v0.101.7
16022024-08-31T16:19:27.016Z Compiling h2 v0.3.26
16032024-08-31T16:19:27.660Z Compiling http-body v0.4.6
16042024-08-31T16:19:29.054Z Compiling openapiv3 v2.0.0
16052024-08-31T16:19:29.170Z Compiling hubpack_derive v0.1.1
16062024-08-31T16:19:29.296Z Compiling zerocopy-derive v0.6.6
16072024-08-31T16:19:29.633Z Compiling idna v0.5.0
16082024-08-31T16:19:30.243Z Compiling fs-err v2.11.0
16092024-08-31T16:19:30.555Z Compiling finl_unicode v1.2.0
16102024-08-31T16:19:31.157Z Compiling utf8parse v0.2.1
16112024-08-31T16:19:31.178Z Compiling httpdate v1.0.3
16122024-08-31T16:19:31.920Z Compiling tower-service v0.3.2
16132024-08-31T16:19:31.982Z Compiling stable_deref_trait v1.2.0
16142024-08-31T16:19:32.379Z Compiling openssl-probe v0.1.5
16152024-08-31T16:19:32.523Z Compiling gimli v0.28.1
16162024-08-31T16:19:32.814Z Compiling anstyle v1.0.8
16172024-08-31T16:19:35.153Z Compiling hyper v0.14.30
16182024-08-31T16:19:37.857Z Compiling addr2line v0.21.0
16192024-08-31T16:19:39.186Z Compiling anstyle-parse v0.2.4
16202024-08-31T16:19:39.515Z Compiling stringprep v0.1.4
16212024-08-31T16:19:40.195Z Compiling url v2.5.2
16222024-08-31T16:19:44.561Z Compiling usdt-attr-macro v0.5.0
16232024-08-31T16:19:46.081Z Compiling usdt-macro v0.5.0
16242024-08-31T16:19:47.592Z Compiling md-5 v0.10.6
16252024-08-31T16:19:47.912Z Compiling idna v0.3.0
16262024-08-31T16:19:49.447Z Compiling lazy_static v1.5.0
16272024-08-31T16:19:49.574Z Compiling num-integer v0.1.46
16282024-08-31T16:19:50.387Z Compiling hash32 v0.2.1
16292024-08-31T16:19:50.737Z Compiling object v0.32.2
16302024-08-31T16:19:50.879Z Compiling base64 v0.22.1
16312024-08-31T16:19:51.048Z Compiling is_terminal_polyfill v1.70.0
16322024-08-31T16:19:51.285Z Compiling fallible-iterator v0.2.0
16332024-08-31T16:19:52.042Z Compiling colorchoice v1.0.1
16342024-08-31T16:19:52.205Z Compiling rustc-demangle v0.1.24
16352024-08-31T16:19:52.304Z Compiling psl-types v2.0.11
16362024-08-31T16:19:52.535Z Compiling anstyle-query v1.0.3
16372024-08-31T16:19:52.676Z Compiling anstream v0.6.14
16382024-08-31T16:19:53.349Z Compiling publicsuffix v2.2.3
16392024-08-31T16:19:53.613Z Compiling postgres-protocol v0.6.7
16402024-08-31T16:19:56.405Z Compiling num-iter v0.1.45
16412024-08-31T16:19:57.476Z Compiling tokio-rustls v0.24.1
16422024-08-31T16:19:58.857Z Compiling terminal_size v0.3.0
16432024-08-31T16:19:59.029Z Compiling tokio-native-tls v0.3.1
16442024-08-31T16:19:59.313Z Compiling phf_shared v0.11.2
16452024-08-31T16:20:00.312Z Compiling strum_macros v0.25.3
16462024-08-31T16:20:00.860Z Compiling enum-as-inner v0.6.0
16472024-08-31T16:20:01.891Z Compiling regress v0.9.1
16482024-08-31T16:20:02.095Z Compiling serde_repr v0.1.19
16492024-08-31T16:20:02.239Z Compiling clap_derive v4.5.13
16502024-08-31T16:20:04.108Z Compiling ff v0.13.0
16512024-08-31T16:20:06.433Z Compiling encoding_rs v0.8.34
16522024-08-31T16:20:06.700Z Compiling either v1.13.0
16532024-08-31T16:20:06.995Z Compiling base64 v0.21.7
16542024-08-31T16:20:07.704Z Compiling clap_lex v0.7.0
16552024-08-31T16:20:08.010Z Compiling bitflags v1.3.2
16562024-08-31T16:20:08.029Z Compiling base16ct v0.2.0
16572024-08-31T16:20:08.121Z Compiling ipnet v2.9.0
16582024-08-31T16:20:08.307Z Compiling managed v0.8.0
16592024-08-31T16:20:08.729Z Compiling mime v0.3.17
16602024-08-31T16:20:09.285Z Compiling sec1 v0.7.3
16612024-08-31T16:20:09.811Z Compiling clap_builder v4.5.15
16622024-08-31T16:20:09.847Z Compiling rustls-pemfile v1.0.4
16632024-08-31T16:20:10.538Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16642024-08-31T16:20:11.720Z Compiling group v0.13.0
16652024-08-31T16:20:17.033Z Compiling phf v0.11.2
16662024-08-31T16:20:17.096Z Compiling hyper-tls v0.5.0
16672024-08-31T16:20:17.325Z Compiling hyper-rustls v0.24.2
16682024-08-31T16:20:17.497Z Compiling cookie_store v0.20.0
16692024-08-31T16:20:17.671Z Compiling postgres-types v0.2.7
16702024-08-31T16:20:17.851Z Compiling zerocopy v0.6.6
16712024-08-31T16:20:18.051Z Compiling hubpack v0.1.2
16722024-08-31T16:20:18.509Z Compiling pkcs1 v0.7.5
16732024-08-31T16:20:18.735Z Compiling phf_shared v0.10.0
16742024-08-31T16:20:19.081Z Compiling serde_urlencoded v0.7.1
16752024-08-31T16:20:19.417Z Compiling crossbeam-epoch v0.9.18
16762024-08-31T16:20:19.462Z Compiling futures-executor v0.3.30
16772024-08-31T16:20:19.815Z Compiling bstr v1.9.1
16782024-08-31T16:20:19.935Z Compiling hkdf v0.12.4
16792024-08-31T16:20:20.165Z Compiling signature v2.2.0
16802024-08-31T16:20:20.355Z Compiling crypto-bigint v0.5.5
16812024-08-31T16:20:20.547Z Compiling idna v0.4.0
16822024-08-31T16:20:20.654Z Compiling float-cmp v0.9.0
16832024-08-31T16:20:20.878Z Compiling mio v0.8.11
16842024-08-31T16:20:21.341Z Compiling memmap v0.7.0
16852024-08-31T16:20:21.660Z Compiling sync_wrapper v0.1.2
16862024-08-31T16:20:21.798Z Compiling whoami v1.5.1
16872024-08-31T16:20:21.906Z Compiling data-encoding v2.6.0
16882024-08-31T16:20:21.926Z Compiling winnow v0.6.18
16892024-08-31T16:20:22.287Z Compiling precomputed-hash v0.1.1
16902024-08-31T16:20:22.320Z Compiling static_assertions v1.1.0
16912024-08-31T16:20:22.923Z Compiling webpki-roots v0.25.4
16922024-08-31T16:20:23.097Z Compiling predicates-core v1.0.6
16932024-08-31T16:20:23.410Z Compiling bit-vec v0.6.3
16942024-08-31T16:20:23.615Z Compiling normalize-line-endings v0.3.0
16952024-08-31T16:20:23.751Z Compiling fixedbitset v0.4.2
16962024-08-31T16:20:23.832Z Compiling difflib v0.4.0
16972024-08-31T16:20:23.905Z Compiling new_debug_unreachable v1.0.6
16982024-08-31T16:20:24.006Z Compiling unicode-segmentation v1.11.0
16992024-08-31T16:20:24.163Z Compiling minimal-lexical v0.2.1
17002024-08-31T16:20:24.665Z Compiling nom v7.1.3
17012024-08-31T16:20:24.771Z Compiling similar v2.6.0
17022024-08-31T16:20:24.818Z Compiling predicates v3.1.2
17032024-08-31T16:20:24.957Z Compiling petgraph v0.6.5
17042024-08-31T16:20:25.022Z Compiling string_cache v0.8.7
17052024-08-31T16:20:25.437Z Compiling reqwest v0.11.27
17062024-08-31T16:20:25.634Z Compiling toml_edit v0.22.20
17072024-08-31T16:20:25.742Z Compiling bit-set v0.5.3
17082024-08-31T16:20:26.031Z Compiling elliptic-curve v0.13.8
17092024-08-31T16:20:26.341Z Compiling hickory-proto v0.24.1
17102024-08-31T16:20:26.714Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
17112024-08-31T16:20:26.773Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17122024-08-31T16:20:28.221Z Compiling tokio-postgres v0.7.11
17132024-08-31T16:20:28.980Z Compiling usdt v0.5.0
17142024-08-31T16:20:29.449Z Compiling signal-hook-mio v0.2.4
17152024-08-31T16:20:30.624Z Compiling rsa v0.9.6
17162024-08-31T16:20:32.217Z Compiling futures v0.3.30
17172024-08-31T16:20:33.134Z Compiling flate2 v1.0.31
17182024-08-31T16:20:33.739Z Compiling clap v4.5.16
17192024-08-31T16:20:34.098Z Compiling itertools v0.12.1
17202024-08-31T16:20:34.371Z Compiling itertools v0.10.5
17212024-08-31T16:20:34.572Z Compiling console v0.15.8
17222024-08-31T16:20:35.897Z Compiling tokio-stream v0.1.15
17232024-08-31T16:20:36.139Z Compiling toml v0.7.8
17242024-08-31T16:20:36.301Z Compiling hex v0.4.3
17252024-08-31T16:20:36.908Z Compiling sha1 v0.10.6
17262024-08-31T16:20:37.324Z Compiling lalrpop-util v0.19.12
17272024-08-31T16:20:37.477Z Compiling peg-runtime v0.8.3
17282024-08-31T16:20:37.477Z Compiling unicode-xid v0.2.4
17292024-08-31T16:20:37.483Z Compiling camino v1.1.9
17302024-08-31T16:20:37.960Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17312024-08-31T16:20:38.101Z Compiling proc-macro-crate v1.3.1
17322024-08-31T16:20:39.132Z Compiling heapless v0.8.0
17332024-08-31T16:20:39.965Z Compiling num_enum_derive v0.5.11
17342024-08-31T16:20:40.523Z Compiling ipnetwork v0.20.0
17352024-08-31T16:20:44.166Z Compiling hash32 v0.3.1
17362024-08-31T16:20:44.344Z Compiling rustls-pki-types v1.7.0
17372024-08-31T16:20:44.479Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17382024-08-31T16:20:45.688Z Compiling ident_case v1.0.1
17392024-08-31T16:20:46.427Z Compiling smoltcp v0.11.0
17402024-08-31T16:20:48.256Z Compiling darling_core v0.20.9
17412024-08-31T16:20:54.717Z Compiling num_enum v0.5.11
17422024-08-31T16:20:55.553Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17432024-08-31T16:20:55.777Z Compiling getopts v0.2.21
17442024-08-31T16:20:56.813Z Compiling dirs-sys-next v0.1.2
17452024-08-31T16:20:57.008Z Compiling proc-macro-error-attr v1.0.4
17462024-08-31T16:20:57.329Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17472024-08-31T16:20:57.645Z Compiling rustls v0.22.4
17482024-08-31T16:20:57.942Z Compiling paste v1.0.15
17492024-08-31T16:20:58.853Z Compiling cobs v0.2.3
17502024-08-31T16:20:59.303Z Compiling embedded-io v0.4.0
17512024-08-31T16:20:59.546Z Compiling unsafe-libyaml v0.2.11
17522024-08-31T16:21:00.508Z Compiling postcard v1.0.8
17532024-08-31T16:21:00.886Z Compiling serde_yaml v0.9.34+deprecated
17542024-08-31T16:21:01.591Z Compiling dirs-next v2.0.0
17552024-08-31T16:21:03.334Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17562024-08-31T16:21:10.269Z Compiling darling_macro v0.20.9
17572024-08-31T16:21:12.010Z Compiling rustls-webpki v0.102.4
17582024-08-31T16:21:19.745Z Compiling strum_macros v0.26.4
17592024-08-31T16:21:20.455Z Compiling structmeta-derive v0.3.0
17602024-08-31T16:21:20.638Z Compiling foreign-types-macros v0.2.3
17612024-08-31T16:21:22.129Z Compiling thread_local v1.1.8
17622024-08-31T16:21:23.162Z Compiling proc-macro-error v1.0.4
17632024-08-31T16:21:23.501Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17642024-08-31T16:21:23.831Z Compiling multer v3.1.0
17652024-08-31T16:21:24.161Z Compiling foreign-types-shared v0.3.1
17662024-08-31T16:21:24.683Z Compiling slog-async v2.8.0
17672024-08-31T16:21:25.671Z Compiling match_cfg v0.1.0
17682024-08-31T16:21:25.772Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17692024-08-31T16:21:25.898Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17702024-08-31T16:21:26.056Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17712024-08-31T16:21:26.110Z Compiling hostname v0.3.1
17722024-08-31T16:21:31.361Z Compiling foreign-types v0.5.0
17732024-08-31T16:21:31.486Z Compiling strum v0.26.3
17742024-08-31T16:21:32.219Z Compiling structmeta v0.3.0
17752024-08-31T16:21:36.211Z Compiling darling v0.20.9
17762024-08-31T16:21:36.330Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17772024-08-31T16:21:39.181Z Compiling term v0.7.0
17782024-08-31T16:21:41.606Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17792024-08-31T16:21:43.097Z Compiling slog-json v2.6.1
17802024-08-31T16:21:43.505Z Compiling tabwriter v1.4.0
17812024-08-31T16:21:43.538Z Compiling crossbeam-channel v0.5.12
17822024-08-31T16:21:45.161Z Compiling http v1.1.0
17832024-08-31T16:21:45.585Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17842024-08-31T16:21:45.872Z Compiling async-stream-impl v0.3.5
17852024-08-31T16:21:46.418Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17862024-08-31T16:21:47.187Z Compiling is-terminal v0.4.12
17872024-08-31T16:21:47.322Z Compiling cstr-argument v0.1.2
17882024-08-31T16:21:47.339Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17892024-08-31T16:21:47.595Z Compiling rayon-core v1.12.1
17902024-08-31T16:21:47.659Z Compiling take_mut v0.2.2
17912024-08-31T16:21:47.835Z Compiling crucible-workspace-hack v0.1.0
17922024-08-31T16:21:47.912Z Compiling fastrand v2.1.0
17932024-08-31T16:21:48.136Z Compiling atomic-waker v1.1.2
17942024-08-31T16:21:48.332Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17952024-08-31T16:21:48.617Z Compiling pretty-hex v0.2.1
17962024-08-31T16:21:49.078Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17972024-08-31T16:21:49.642Z Compiling tempfile v3.10.1
17982024-08-31T16:21:49.720Z Compiling waitgroup v0.1.2
17992024-08-31T16:21:50.041Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18002024-08-31T16:21:51.061Z Compiling slog-term v2.9.1
18012024-08-31T16:21:51.189Z Compiling async-stream v0.3.5
18022024-08-31T16:21:51.206Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18032024-08-31T16:21:51.517Z Compiling slog-bunyan v2.5.0
18042024-08-31T16:21:51.780Z Compiling tokio-rustls v0.25.0
18052024-08-31T16:21:52.245Z Compiling serde_with_macros v3.9.0
18062024-08-31T16:21:52.308Z Compiling parse-display-derive v0.10.0
18072024-08-31T16:21:52.946Z Compiling toml v0.8.19
18082024-08-31T16:21:53.631Z Compiling rustls-pemfile v2.1.3
18092024-08-31T16:21:53.930Z Compiling crossbeam-deque v0.8.5
18102024-08-31T16:21:54.317Z Compiling colored v2.1.0
18112024-08-31T16:21:54.370Z Compiling newtype-uuid v1.1.0
18122024-08-31T16:21:54.536Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
18132024-08-31T16:21:54.721Z Compiling serde_path_to_error v0.1.16
18142024-08-31T16:21:54.829Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18152024-08-31T16:21:55.592Z Compiling hostname v0.4.0
18162024-08-31T16:21:55.595Z Compiling socket2 v0.4.10
18172024-08-31T16:21:55.746Z Compiling instant v0.1.12
18182024-08-31T16:21:55.861Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
18192024-08-31T16:21:55.918Z Compiling debug-ignore v1.0.5
18202024-08-31T16:21:56.187Z Compiling parse-display v0.10.0
18212024-08-31T16:21:56.246Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18222024-08-31T16:21:57.092Z Compiling backoff v0.4.0
18232024-08-31T16:21:57.457Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18242024-08-31T16:21:57.682Z Compiling serde_with v3.9.0
18252024-08-31T16:21:58.136Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18262024-08-31T16:21:59.221Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18272024-08-31T16:21:59.762Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
18282024-08-31T16:22:00.482Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
18292024-08-31T16:22:00.582Z Compiling camino-tempfile v1.1.1
18302024-08-31T16:22:01.460Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18312024-08-31T16:22:01.941Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18322024-08-31T16:22:02.076Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18332024-08-31T16:22:02.126Z Compiling macaddr v1.0.1
18342024-08-31T16:22:02.238Z Compiling num-derive v0.4.2
18352024-08-31T16:22:03.746Z Compiling sigpipe v0.1.3
18362024-08-31T16:22:03.749Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
18372024-08-31T16:22:03.749Z Compiling libefi-sys v0.1.0
18382024-08-31T16:22:03.749Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
18392024-08-31T16:22:04.545Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
18402024-08-31T16:22:04.720Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
18412024-08-31T16:22:05.258Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18422024-08-31T16:22:05.261Z Compiling rayon v1.10.0
18432024-08-31T16:22:05.696Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18442024-08-31T16:22:06.047Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18452024-08-31T16:22:06.894Z Compiling smf v0.2.3
18462024-08-31T16:22:08.603Z Compiling bitfield-struct v0.6.1
18472024-08-31T16:22:09.513Z Compiling blake3 v1.5.1
18482024-08-31T16:22:09.516Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18492024-08-31T16:22:09.940Z Compiling ring v0.16.20
18502024-08-31T16:22:10.003Z Compiling portable-atomic v1.6.0
18512024-08-31T16:22:10.706Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18522024-08-31T16:22:11.167Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18532024-08-31T16:22:11.448Z Compiling xattr v1.3.1
18542024-08-31T16:22:11.500Z Compiling filetime v0.2.24
18552024-08-31T16:22:11.652Z Compiling memmap2 v0.9.4
18562024-08-31T16:22:11.756Z Compiling arrayvec v0.7.4
18572024-08-31T16:22:11.834Z Compiling arrayref v0.3.7
18582024-08-31T16:22:11.953Z Compiling same-file v1.0.6
18592024-08-31T16:22:12.125Z Compiling spin v0.5.2
18602024-08-31T16:22:12.208Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18612024-08-31T16:22:12.225Z Compiling constant_time_eq v0.3.0
18622024-08-31T16:22:12.334Z Compiling untrusted v0.7.1
18632024-08-31T16:22:12.368Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18642024-08-31T16:22:12.399Z Compiling walkdir v2.5.0
18652024-08-31T16:22:12.524Z Compiling tar v0.4.41
18662024-08-31T16:22:13.894Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18672024-08-31T16:22:14.914Z Compiling gethostname v0.5.0
18682024-08-31T16:22:14.941Z Compiling cargo-platform v0.1.8
18692024-08-31T16:22:15.123Z Compiling topological-sort v0.2.2
18702024-08-31T16:22:15.389Z Compiling number_prefix v0.4.0
18712024-08-31T16:22:15.639Z Compiling indicatif v0.17.8
18722024-08-31T16:22:16.029Z Compiling cargo_metadata v0.18.1
18732024-08-31T16:22:20.376Z Compiling omicron-zone-package v0.11.0
18742024-08-31T16:22:23.746Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18752024-08-31T16:22:24.455Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18762024-08-31T16:22:26.029Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18772024-08-31T16:22:45.169Z Finished `release` profile [optimized] target(s) in 4m 13s
18782024-08-31T16:22:45.314Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18792024-08-31T16:22:45.356ZLogging to: /work/oxidecomputer/omicron/out/LOG
18802024-08-31T16:22:45.358ZCreated new build target 'test' and set it as active
18812024-08-31T16:22:45.358Z
18822024-08-31T16:22:45.358Zreal 4:13.909303564
18832024-08-31T16:22:45.358Zuser 28:46.894742661
18842024-08-31T16:22:45.358Zsys 3:37.823854893
18852024-08-31T16:22:45.358Ztrap 0.829053208
18862024-08-31T16:22:45.358Ztflt 3.241248773
18872024-08-31T16:22:45.358Zdflt 0.614259508
18882024-08-31T16:22:45.358Zkflt 0.018090140
18892024-08-31T16:22:45.358Zlock 1:03:52.910435554
18902024-08-31T16:22:45.358Zslp 1:51:13.099528643
18912024-08-31T16:22:45.358Zlat 1:59.981035877
18922024-08-31T16:22:45.358Zstop 3:33.475882086
18932024-08-31T16:22:45.361Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18942024-08-31T16:22:46.328Z Finished `release` profile [optimized] target(s) in 0.92s
18952024-08-31T16:22:46.378Z Running `target/release/omicron-package -t test package`
18962024-08-31T16:22:46.418ZLogging to: /work/oxidecomputer/omicron/out/LOG
18972024-08-31T16:22:47.534Z Compiling camino v1.1.9
18982024-08-31T16:22:47.537Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18992024-08-31T16:22:47.537Z Compiling newline-converter v0.3.0
19002024-08-31T16:22:47.537Z Compiling password-hash v0.5.0
19012024-08-31T16:22:47.537Z Compiling blake2 v0.10.6
19022024-08-31T16:22:47.655Z Compiling derive-where v1.2.7
19032024-08-31T16:22:47.657Z Compiling convert_case v0.4.0
19042024-08-31T16:22:47.660Z Compiling humantime v2.1.0
19052024-08-31T16:22:47.909Z Compiling toml v0.8.19
19062024-08-31T16:22:47.936Z Compiling expectorate v1.1.0
19072024-08-31T16:22:48.133Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19082024-08-31T16:22:48.513Z Compiling argon2 v0.5.3
19092024-08-31T16:22:48.529Z Compiling derive_more v0.99.18
19102024-08-31T16:22:48.552Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
19112024-08-31T16:22:48.660Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
19122024-08-31T16:22:48.778Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
19132024-08-31T16:22:48.883Z Compiling num-rational v0.4.2
19142024-08-31T16:22:49.454Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19152024-08-31T16:22:49.881Z Compiling num-complex v0.4.6
19162024-08-31T16:22:50.023Z Compiling dirs-sys-next v0.1.2
19172024-08-31T16:22:50.537Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19182024-08-31T16:22:50.797Z Compiling dirs-next v2.0.0
19192024-08-31T16:22:50.911Z Compiling num v0.4.3
19202024-08-31T16:22:50.986Z Compiling float-ord v0.3.2
19212024-08-31T16:22:51.029Z Compiling term v0.7.0
19222024-08-31T16:22:51.143Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
19232024-08-31T16:22:51.143Z Compiling semver v0.1.20
19242024-08-31T16:22:51.289Z Compiling prettyplease v0.2.20
19252024-08-31T16:22:51.592Z Compiling rustc_version v0.1.7
19262024-08-31T16:22:51.699Z Compiling is-terminal v0.4.12
19272024-08-31T16:22:51.830Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19282024-08-31T16:22:51.983Z Compiling newtype_derive v0.1.6
19292024-08-31T16:22:52.160Z Compiling cookie v0.18.1
19302024-08-31T16:22:52.313Z Compiling highway v1.2.0
19312024-08-31T16:22:52.533Z Compiling linked-hash-map v0.5.6
19322024-08-31T16:22:52.564Z Compiling rustls-pki-types v1.7.0
19332024-08-31T16:22:52.969Z Compiling lru-cache v0.1.2
19342024-08-31T16:22:53.314Z Compiling steno v0.4.1
19352024-08-31T16:22:53.717Z Compiling quick-error v1.2.3
19362024-08-31T16:22:53.880Z Compiling utf-8 v0.7.6
19372024-08-31T16:22:54.246Z Compiling home v0.5.9
19382024-08-31T16:22:54.493Z Compiling resolv-conf v0.7.0
19392024-08-31T16:22:54.655Z Compiling rustls-webpki v0.102.4
19402024-08-31T16:22:55.063Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
19412024-08-31T16:22:56.021Z Compiling rustls v0.22.4
19422024-08-31T16:22:56.049Z Compiling thread_local v1.1.8
19432024-08-31T16:22:56.460Z Compiling match_cfg v0.1.0
19442024-08-31T16:22:56.559Z Compiling hostname v0.3.1
19452024-08-31T16:22:56.792Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19462024-08-31T16:22:58.423Z Compiling hickory-resolver v0.24.1
19472024-08-31T16:22:58.449Z Compiling multer v3.1.0
19482024-08-31T16:22:58.524Z Compiling slog-async v2.8.0
19492024-08-31T16:22:58.599Z Compiling slog-json v2.6.1
19502024-08-31T16:22:58.965Z Compiling crossbeam-channel v0.5.12
19512024-08-31T16:23:00.010Z Compiling http v1.1.0
19522024-08-31T16:23:02.330Z Compiling atomic-waker v1.1.2
19532024-08-31T16:23:02.523Z Compiling take_mut v0.2.2
19542024-08-31T16:23:02.650Z Compiling waitgroup v0.1.2
19552024-08-31T16:23:03.715Z Compiling tokio-rustls v0.25.0
19562024-08-31T16:23:03.801Z Compiling slog-bunyan v2.5.0
19572024-08-31T16:23:04.016Z Compiling slog-term v2.9.1
19582024-08-31T16:23:04.121Z Compiling rustls-pemfile v2.1.3
19592024-08-31T16:23:04.546Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19602024-08-31T16:23:04.619Z Compiling async-stream v0.3.5
19612024-08-31T16:23:04.910Z Compiling ipnetwork v0.20.0
19622024-08-31T16:23:05.142Z Compiling newtype-uuid v1.1.0
19632024-08-31T16:23:05.355Z Compiling serde_path_to_error v0.1.16
19642024-08-31T16:23:05.477Z Compiling hostname v0.4.0
19652024-08-31T16:23:05.644Z Compiling instant v0.1.12
19662024-08-31T16:23:05.737Z Compiling debug-ignore v1.0.5
19672024-08-31T16:23:05.803Z Compiling backoff v0.4.0
19682024-08-31T16:23:05.890Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19692024-08-31T16:23:06.169Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19702024-08-31T16:23:06.225Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19712024-08-31T16:23:06.837Z Compiling parse-display v0.10.0
19722024-08-31T16:23:07.411Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19732024-08-31T16:23:07.600Z Compiling serde_with v3.9.0
19742024-08-31T16:23:10.599Z Compiling strum v0.26.3
19752024-08-31T16:23:10.783Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19762024-08-31T16:23:12.513Z Compiling macaddr v1.0.1
19772024-08-31T16:23:12.556Z Compiling slog-dtrace v0.3.0
19782024-08-31T16:23:12.945Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19792024-08-31T16:23:14.033Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19802024-08-31T16:23:14.782Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19812024-08-31T16:23:14.982Z Compiling swrite v0.1.0
19822024-08-31T16:23:15.131Z Compiling rayon-core v1.12.1
19832024-08-31T16:23:15.157Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19842024-08-31T16:23:15.785Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
19852024-08-31T16:23:15.813Z Compiling crossbeam-deque v0.8.5
19862024-08-31T16:23:16.161Z Compiling half v2.4.1
19872024-08-31T16:23:16.901Z Compiling termcolor v1.4.1
19882024-08-31T16:23:17.945Z Compiling ciborium-io v0.2.2
19892024-08-31T16:23:18.088Z Compiling display-error-chain v0.2.1
19902024-08-31T16:23:18.287Z Compiling same-file v1.0.6
19912024-08-31T16:23:18.525Z Compiling fastrand v2.1.0
19922024-08-31T16:23:19.053Z Compiling tempfile v3.10.1
19932024-08-31T16:23:19.808Z Compiling walkdir v2.5.0
19942024-08-31T16:23:20.456Z Compiling ciborium-ll v0.2.2
19952024-08-31T16:23:20.977Z Compiling ring v0.16.20
19962024-08-31T16:23:21.173Z Compiling blake3 v1.5.1
19972024-08-31T16:23:21.803Z Compiling rayon v1.10.0
19982024-08-31T16:23:22.216Z Compiling ciborium v0.2.2
19992024-08-31T16:23:23.650Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20002024-08-31T16:23:24.415Z Compiling xattr v1.3.1
20012024-08-31T16:23:26.480Z Compiling memmap2 v0.9.4
20022024-08-31T16:23:26.905Z Compiling filetime v0.2.24
20032024-08-31T16:23:27.208Z Compiling constant_time_eq v0.3.0
20042024-08-31T16:23:27.383Z Compiling cancel-safe-futures v0.1.5
20052024-08-31T16:23:27.754Z Compiling arrayvec v0.7.4
20062024-08-31T16:23:28.199Z Compiling untrusted v0.7.1
20072024-08-31T16:23:28.399Z Compiling spin v0.5.2
20082024-08-31T16:23:29.615Z Compiling arrayref v0.3.7
20092024-08-31T16:23:30.833Z Compiling tar v0.4.41
20102024-08-31T16:23:31.632Z Compiling toolchain_find v0.4.0
20112024-08-31T16:23:32.195Z Compiling camino-tempfile v1.1.1
20122024-08-31T16:23:32.213Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20132024-08-31T16:23:32.621Z Compiling nibble_vec v0.1.0
20142024-08-31T16:23:32.681Z Compiling atty v0.2.14
20152024-08-31T16:23:32.864Z Compiling maplit v1.0.2
20162024-08-31T16:23:32.867Z Compiling topological-sort v0.2.2
20172024-08-31T16:23:32.982Z Compiling endian-type v0.1.2
20182024-08-31T16:23:33.108Z Compiling radium v0.7.0
20192024-08-31T16:23:33.233Z Compiling crunchy v0.2.2
20202024-08-31T16:23:33.439Z Compiling glob v0.3.1
20212024-08-31T16:23:33.609Z Compiling radix_trie v0.2.1
20222024-08-31T16:23:33.733Z Compiling omicron-zone-package v0.11.0
20232024-08-31T16:23:34.260Z Compiling clang-sys v1.7.0
20242024-08-31T16:23:34.540Z Compiling rustfmt-wrapper v0.2.1
20252024-08-31T16:23:34.943Z Compiling tungstenite v0.21.0
20262024-08-31T16:23:35.096Z Compiling tiny-keccak v2.0.2
20272024-08-31T16:23:35.412Z Compiling maybe-uninit v2.0.0
20282024-08-31T16:23:35.527Z Compiling tap v1.0.1
20292024-08-31T16:23:35.706Z Compiling wyz v0.5.1
20302024-08-31T16:23:36.136Z Compiling tokio-tungstenite v0.21.0
20312024-08-31T16:23:36.199Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20322024-08-31T16:23:36.491Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
20332024-08-31T16:23:36.718Z Compiling dsl_auto_type v0.1.2
20342024-08-31T16:23:36.736Z Compiling itertools v0.13.0
20352024-08-31T16:23:36.916Z Compiling scheduled-thread-pool v0.2.7
20362024-08-31T16:23:38.115Z Compiling bzip2-sys v0.1.11+1.0.8
20372024-08-31T16:23:38.275Z Compiling diesel_table_macro_syntax v0.2.0
20382024-08-31T16:23:38.659Z Compiling funty v2.0.0
20392024-08-31T16:23:38.684Z Compiling crc-catalog v2.4.0
20402024-08-31T16:23:38.855Z Compiling packed_struct v0.10.1
20412024-08-31T16:23:39.039Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20422024-08-31T16:23:39.311Z Compiling arc-swap v1.7.1
20432024-08-31T16:23:39.987Z Compiling bitvec v1.0.1
20442024-08-31T16:23:40.029Z Compiling slog-scope v4.4.0
20452024-08-31T16:23:40.567Z Compiling crc v3.2.1
20462024-08-31T16:23:40.844Z Compiling diesel_derives v2.2.2
20472024-08-31T16:23:42.515Z Compiling r2d2 v0.8.10
20482024-08-31T16:23:43.527Z Compiling ascii-canvas v3.0.0
20492024-08-31T16:23:44.037Z Compiling packed_struct_codegen v0.10.1
20502024-08-31T16:23:44.487Z Compiling ena v0.14.3
20512024-08-31T16:23:44.909Z Compiling libloading v0.8.3
20522024-08-31T16:23:45.279Z Compiling indexmap v1.9.3
20532024-08-31T16:23:45.632Z Compiling nodrop v0.1.14
20542024-08-31T16:23:45.819Z Compiling bindgen v0.69.4
20552024-08-31T16:23:46.265Z Compiling diff v0.1.13
20562024-08-31T16:23:46.392Z Compiling regex-syntax v0.6.29
20572024-08-31T16:23:47.849Z Compiling array-init v0.0.4
20582024-08-31T16:23:50.813Z Compiling lalrpop v0.19.12
20592024-08-31T16:23:51.601Z Compiling smallvec v0.6.14
20602024-08-31T16:23:52.021Z Compiling diesel v2.2.3
20612024-08-31T16:23:52.093Z Compiling slog-stdlog v4.1.1
20622024-08-31T16:23:52.897Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20632024-08-31T16:23:54.088Z Compiling which v4.4.2
20642024-08-31T16:23:54.639Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20652024-08-31T16:23:54.929Z Compiling cexpr v0.6.0
20662024-08-31T16:23:56.427Z Compiling libsw v3.3.1
20672024-08-31T16:23:56.781Z Compiling bitfield v0.14.0
20682024-08-31T16:23:57.076Z Compiling rustc-hash v1.1.0
20692024-08-31T16:23:57.241Z Compiling lazycell v1.3.0
20702024-08-31T16:23:57.446Z Compiling hashbrown v0.12.3
20712024-08-31T16:23:58.769Z Compiling shlex v1.3.0
20722024-08-31T16:23:59.165Z Compiling owo-colors v4.0.0
20732024-08-31T16:23:59.494Z Compiling linear-map v1.2.0
20742024-08-31T16:23:59.926Z Compiling ref-cast v1.0.23
20752024-08-31T16:24:01.887Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20762024-08-31T16:24:06.171Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20772024-08-31T16:24:06.555Z Compiling slog-envlogger v2.2.0
20782024-08-31T16:24:09.079Z Compiling serde-hex v0.1.0
20792024-08-31T16:24:09.424Z Compiling bzip2 v0.4.4
20802024-08-31T16:24:09.853Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20812024-08-31T16:24:10.184Z Compiling env_logger v0.10.2
20822024-08-31T16:24:13.110Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20832024-08-31T16:24:13.450Z Compiling derive_builder_core v0.20.0
20842024-08-31T16:24:14.111Z Compiling x509-cert v0.2.5
20852024-08-31T16:24:14.243Z Compiling ron v0.8.1
20862024-08-31T16:24:15.681Z Compiling headers-core v0.2.0
20872024-08-31T16:24:15.874Z Compiling hashbrown v0.13.2
20882024-08-31T16:24:16.838Z Compiling polar-core v0.27.3
20892024-08-31T16:24:17.177Z Compiling fxhash v0.2.1
20902024-08-31T16:24:17.417Z Compiling libxml v0.3.3
20912024-08-31T16:24:17.785Z Compiling ref-cast-impl v1.0.23
20922024-08-31T16:24:18.122Z Compiling crc-any v2.5.0
20932024-08-31T16:24:19.076Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20942024-08-31T16:24:20.123Z Compiling object v0.30.4
20952024-08-31T16:24:25.340Z Compiling headers v0.3.9
20962024-08-31T16:24:26.093Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20972024-08-31T16:24:27.768Z Compiling derive_builder_macro v0.20.0
20982024-08-31T16:24:28.599Z Compiling samael v0.0.15
20992024-08-31T16:24:28.960Z Compiling zip v0.6.6
21002024-08-31T16:24:28.978Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21012024-08-31T16:24:30.176Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21022024-08-31T16:24:30.489Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21032024-08-31T16:24:30.556Z Compiling strum_macros v0.24.3
21042024-08-31T16:24:31.601Z Compiling kstat-rs v0.2.4
21052024-08-31T16:24:32.033Z Compiling async-recursion v1.1.1
21062024-08-31T16:24:32.541Z Compiling unicase v2.7.0
21072024-08-31T16:24:32.903Z Compiling dropshot v0.10.1
21082024-08-31T16:24:32.961Z Compiling path-slash v0.1.5
21092024-08-31T16:24:33.194Z Compiling indoc v1.0.9
21102024-08-31T16:24:33.311Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21112024-08-31T16:24:33.532Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21122024-08-31T16:24:36.047Z Compiling derive_builder v0.20.0
21132024-08-31T16:24:39.026Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21142024-08-31T16:24:41.105Z Compiling tungstenite v0.23.0
21152024-08-31T16:24:42.536Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21162024-08-31T16:24:42.837Z Compiling crossterm v0.28.1
21172024-08-31T16:24:46.748Z Compiling pem v3.0.4
21182024-08-31T16:24:47.749Z Compiling curve25519-dalek v4.1.3
21192024-08-31T16:24:48.194Z Compiling oso-derive v0.27.3
21202024-08-31T16:24:48.246Z Compiling impl-trait-for-tuples v0.2.2
21212024-08-31T16:24:48.503Z Compiling dropshot_endpoint v0.10.1
21222024-08-31T16:24:49.177Z Compiling libz-sys v1.1.16
21232024-08-31T16:24:49.301Z Compiling quick-xml v0.31.0
21242024-08-31T16:24:49.842Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
21252024-08-31T16:24:50.184Z Compiling keccak v0.1.5
21262024-08-31T16:24:50.539Z Compiling parking_lot_core v0.8.6
21272024-08-31T16:24:51.018Z Compiling sha3 v0.10.8
21282024-08-31T16:24:51.513Z Compiling tokio-tungstenite v0.23.1
21292024-08-31T16:24:51.870Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21302024-08-31T16:24:52.126Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21312024-08-31T16:24:53.660Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21322024-08-31T16:24:55.202Z Compiling oso v0.27.3
21332024-08-31T16:24:57.236Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21342024-08-31T16:24:57.546Z Compiling bb8 v0.8.5
21352024-08-31T16:24:58.153Z Compiling const_format_proc_macros v0.2.32
21362024-08-31T16:25:00.030Z Compiling universal-hash v0.5.1
21372024-08-31T16:25:00.280Z Compiling secrecy v0.8.0
21382024-08-31T16:25:00.561Z Compiling thiserror-impl-no-std v2.0.2
21392024-08-31T16:25:03.286Z Compiling curve25519-dalek-derive v0.1.1
21402024-08-31T16:25:04.700Z Compiling vte_generate_state_changes v0.1.1
21412024-08-31T16:25:05.353Z Compiling opaque-debug v0.3.1
21422024-08-31T16:25:05.463Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21432024-08-31T16:25:05.791Z Compiling buf-list v1.0.3
21442024-08-31T16:25:06.462Z Compiling poly1305 v0.8.0
21452024-08-31T16:25:08.008Z Compiling vte v0.11.1
21462024-08-31T16:25:11.946Z Compiling thiserror-no-std v2.0.2
21472024-08-31T16:25:12.083Z Compiling const_format v0.2.32
21482024-08-31T16:25:12.587Z Compiling async-bb8-diesel v0.2.1
21492024-08-31T16:25:13.367Z Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783)
21502024-08-31T16:25:14.848Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21512024-08-31T16:25:15.175Z Compiling chacha20 v0.9.1
21522024-08-31T16:25:15.635Z Compiling fd-lock v4.0.2
21532024-08-31T16:25:15.884Z Compiling aead v0.5.2
21542024-08-31T16:25:16.237Z Compiling libgit2-sys v0.17.0+1.8.1
21552024-08-31T16:25:16.534Z Compiling pin-project-internal v1.1.5
21562024-08-31T16:25:17.074Z Compiling bytecount v0.6.8
21572024-08-31T16:25:17.394Z Compiling papergrid v0.11.0
21582024-08-31T16:25:19.343Z Compiling pin-project v1.1.5
21592024-08-31T16:25:20.129Z Compiling chacha20poly1305 v0.10.1
21602024-08-31T16:25:20.698Z Compiling parking_lot v0.11.2
21612024-08-31T16:25:22.701Z Compiling vsss-rs v3.3.4
21622024-08-31T16:25:27.168Z Compiling strip-ansi-escapes v0.2.0
21632024-08-31T16:25:29.009Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21642024-08-31T16:25:29.311Z Compiling tabled_derive v0.7.0
21652024-08-31T16:25:31.533Z Compiling crossterm v0.27.0
21662024-08-31T16:25:33.647Z Compiling peg-macros v0.8.4
21672024-08-31T16:25:36.890Z Compiling snafu-derive v0.8.2
21682024-08-31T16:25:37.441Z Compiling sqlparser_derive v0.2.2
21692024-08-31T16:25:38.145Z Compiling nu-ansi-term v0.50.0
21702024-08-31T16:25:38.800Z Compiling unicode_categories v0.1.1
21712024-08-31T16:25:39.179Z Compiling sqlformat v0.2.4
21722024-08-31T16:25:39.334Z Compiling rustyline v14.0.0
21732024-08-31T16:25:41.541Z Compiling snafu v0.8.2
21742024-08-31T16:25:42.651Z Compiling reedline v0.33.0
21752024-08-31T16:25:43.624Z Compiling sqlparser v0.45.0
21762024-08-31T16:25:45.742Z Compiling peg v0.8.4
21772024-08-31T16:25:45.865Z Compiling tabled v0.15.0
21782024-08-31T16:25:48.655Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21792024-08-31T16:25:50.494Z Compiling sled v0.34.7
21802024-08-31T16:25:50.797Z Compiling mime_guess v2.0.4
21812024-08-31T16:25:52.109Z Compiling hickory-client v0.24.1
21822024-08-31T16:26:04.302Z Compiling env_logger v0.9.3
21832024-08-31T16:26:05.392Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21842024-08-31T16:26:08.279Z Compiling tungstenite v0.20.1
21852024-08-31T16:26:10.469Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21862024-08-31T16:26:11.880Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21872024-08-31T16:26:13.368Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21882024-08-31T16:26:20.230Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21892024-08-31T16:26:20.897Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21902024-08-31T16:26:21.384Z Compiling globset v0.4.14
21912024-08-31T16:26:21.785Z Compiling hickory-server v0.24.1
21922024-08-31T16:26:22.521Z Compiling olpc-cjson v0.1.3
21932024-08-31T16:26:22.871Z Compiling bcs v0.1.6
21942024-08-31T16:26:23.748Z Compiling vergen v8.3.2
21952024-08-31T16:26:24.090Z Compiling bitstruct_derive v0.1.0
21962024-08-31T16:26:25.358Z Compiling serde_plain v1.0.2
21972024-08-31T16:26:25.833Z Compiling cargo-platform v0.1.8
21982024-08-31T16:26:25.891Z Compiling nanorand v0.7.0
21992024-08-31T16:26:26.357Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22002024-08-31T16:26:26.508Z Compiling memoffset v0.9.1
22012024-08-31T16:26:26.574Z Compiling ascii v1.1.0
22022024-08-31T16:26:26.853Z Compiling typed-path v0.7.1
22032024-08-31T16:26:27.344Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
22042024-08-31T16:26:29.094Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22052024-08-31T16:26:29.393Z Compiling tough v0.17.1
22062024-08-31T16:26:29.820Z Compiling flume v0.11.0
22072024-08-31T16:26:30.562Z Compiling cargo_metadata v0.18.1
22082024-08-31T16:26:30.793Z Compiling bitstruct v0.1.1
22092024-08-31T16:26:30.949Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22102024-08-31T16:26:33.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22112024-08-31T16:26:34.023Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22122024-08-31T16:26:34.026Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22132024-08-31T16:26:34.608Z Compiling git2 v0.19.0
22142024-08-31T16:26:35.600Z Compiling tokio-tungstenite v0.20.1
22152024-08-31T16:26:36.850Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22162024-08-31T16:26:43.666Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22172024-08-31T16:26:43.714Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22182024-08-31T16:26:44.888Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22192024-08-31T16:26:46.848Z Compiling libsqlite3-sys v0.28.0
22202024-08-31T16:26:47.394Z Compiling serde_arrays v0.1.0
22212024-08-31T16:26:47.600Z Compiling erased-serde v0.3.31
22222024-08-31T16:26:49.391Z Compiling parse-size v1.0.0
22232024-08-31T16:26:49.707Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22242024-08-31T16:26:54.984Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22252024-08-31T16:26:58.640Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22262024-08-31T16:26:58.665Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22272024-08-31T16:26:59.397Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22282024-08-31T16:26:59.720Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
22292024-08-31T16:27:01.715Z Compiling heck v0.3.3
22302024-08-31T16:27:02.121Z Compiling castaway v0.2.3
22312024-08-31T16:27:02.332Z Compiling rand_seeder v0.3.0
22322024-08-31T16:27:02.740Z Compiling csv-core v0.1.11
22332024-08-31T16:27:03.662Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
22342024-08-31T16:27:04.007Z Compiling http-range v0.1.5
22352024-08-31T16:27:04.814Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
22362024-08-31T16:27:05.174Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22372024-08-31T16:27:06.429Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22382024-08-31T16:27:07.030Z Compiling hyper-staticfile v0.9.5
22392024-08-31T16:27:10.156Z Compiling csv v1.3.0
22402024-08-31T16:27:11.819Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22412024-08-31T16:27:12.048Z Compiling compact_str v0.8.0
22422024-08-31T16:27:12.275Z Compiling zone_cfg_derive v0.1.2
22432024-08-31T16:27:13.732Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
22442024-08-31T16:27:14.723Z Compiling nix v0.27.1
22452024-08-31T16:27:15.407Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22462024-08-31T16:27:17.056Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
22472024-08-31T16:27:17.662Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22482024-08-31T16:27:19.160Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
22492024-08-31T16:27:23.101Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22502024-08-31T16:27:23.426Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22512024-08-31T16:27:23.757Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22522024-08-31T16:27:24.087Z Compiling unicode-truncate v1.0.0
22532024-08-31T16:27:24.383Z Compiling lru v0.12.3
22542024-08-31T16:27:24.765Z Compiling hashlink v0.9.1
22552024-08-31T16:27:24.883Z Compiling serde-big-array v0.5.1
22562024-08-31T16:27:25.182Z Compiling instability v0.3.2
22572024-08-31T16:27:25.603Z Compiling fallible-streaming-iterator v0.1.9
22582024-08-31T16:27:25.892Z Compiling base64 v0.13.1
22592024-08-31T16:27:26.204Z Compiling cassowary v0.3.0
22602024-08-31T16:27:26.659Z Compiling fallible-iterator v0.3.0
22612024-08-31T16:27:27.456Z Compiling rusqlite v0.31.0
22622024-08-31T16:27:29.850Z Compiling ratatui v0.28.0
22632024-08-31T16:27:32.553Z Compiling ron v0.7.1
22642024-08-31T16:27:37.551Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22652024-08-31T16:27:43.568Z Compiling zone v0.1.8
22662024-08-31T16:27:46.937Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22672024-08-31T16:27:47.115Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22682024-08-31T16:27:51.840Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22692024-08-31T16:27:51.997Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22702024-08-31T16:27:55.128Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22712024-08-31T16:27:56.800Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22722024-08-31T16:27:56.865Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22732024-08-31T16:27:56.912Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22742024-08-31T16:27:57.249Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
22752024-08-31T16:27:59.746Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
22762024-08-31T16:27:59.912Z Compiling signal-hook-tokio v0.3.1
22772024-08-31T16:28:00.142Z Compiling twox-hash v1.6.3
22782024-08-31T16:28:01.141Z Compiling yasna v0.5.2
22792024-08-31T16:28:02.308Z Compiling portpicker v0.1.1
22802024-08-31T16:28:02.735Z Compiling smawk v0.3.2
22812024-08-31T16:28:02.992Z Compiling unicode-linebreak v0.1.5
22822024-08-31T16:28:03.543Z Compiling textwrap v0.16.1
22832024-08-31T16:28:04.611Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22842024-08-31T16:28:05.033Z Compiling rcgen v0.12.1
22852024-08-31T16:28:07.132Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22862024-08-31T16:28:14.724Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
22872024-08-31T16:28:17.354Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22882024-08-31T16:28:20.369Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22892024-08-31T16:28:25.121Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22902024-08-31T16:28:25.413Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22912024-08-31T16:28:25.967Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22922024-08-31T16:28:29.602Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22932024-08-31T16:28:29.923Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22942024-08-31T16:28:35.621Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22952024-08-31T16:28:36.774Z Compiling atomicwrites v0.4.3
22962024-08-31T16:28:37.302Z Compiling fatfs v0.3.6
22972024-08-31T16:28:38.800Z Compiling subprocess v0.2.9
22982024-08-31T16:28:40.146Z Compiling rtoolbox v0.0.2
22992024-08-31T16:28:40.590Z Compiling assert_matches v1.5.0
23002024-08-31T16:28:40.709Z Compiling is_ci v1.2.0
23012024-08-31T16:28:41.004Z Compiling supports-color v3.0.0
23022024-08-31T16:28:43.529Z Compiling rpassword v7.3.1
23032024-08-31T16:28:43.634Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23042024-08-31T16:28:43.960Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23052024-08-31T16:28:44.358Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23062024-08-31T16:28:44.835Z Compiling tui-tree-widget v0.22.0
23072024-08-31T16:28:45.287Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23082024-08-31T16:28:50.791Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23092024-08-31T16:28:51.446Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23102024-08-31T16:28:57.315Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23112024-08-31T16:28:57.622Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23122024-08-31T16:29:03.747Z Compiling uzers v0.11.3
23132024-08-31T16:29:03.973Z Compiling shell-words v1.1.0
23142024-08-31T16:29:04.426Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23152024-08-31T16:29:06.376Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23162024-08-31T16:29:06.395Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23172024-08-31T16:29:06.454Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23182024-08-31T16:29:08.728Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23192024-08-31T16:29:19.989Z Compiling multimap v0.10.0
23202024-08-31T16:31:18.810Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
23212024-08-31T16:31:36.481Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23222024-08-31T16:37:54.326Z Finished `release` profile [optimized] target(s) in 15m 07s
23232024-08-31T16:38:54.008Z
23242024-08-31T16:38:54.028Zreal 16:06.781004772
23252024-08-31T16:38:54.028Zuser 1:50:32.927747640
23262024-08-31T16:38:54.028Zsys 5:35.870021658
23272024-08-31T16:38:54.028Ztrap 2.686799083
23282024-08-31T16:38:54.028Ztflt 3.271481145
23292024-08-31T16:38:54.028Zdflt 3.811543515
23302024-08-31T16:38:54.029Zkflt 0.019362451
23312024-08-31T16:38:54.029Zlock 6:46:14.473166528
23322024-08-31T16:38:54.029Zslp 5:50:35.183631574
23332024-08-31T16:38:54.029Zlat 2:43.434505787
23342024-08-31T16:38:54.029Zstop 2:34.344753038
23352024-08-31T16:38:54.029Z+ mapfile -t packages
23362024-08-31T16:38:54.029Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
23372024-08-31T16:38:54.033Z Finished `release` profile [optimized] target(s) in 0.97s
23382024-08-31T16:38:54.033Z Running `target/release/omicron-package -t test list-outputs`
23392024-08-31T16:38:54.033ZLogging to: /work/oxidecomputer/omicron/out/LOG
23402024-08-31T16:38:54.033Z+ ptime -m cargo build --locked --release -p xtask
23412024-08-31T16:38:54.073Z Compiling serde v1.0.208
23422024-08-31T16:38:54.075Z Compiling rustix v0.38.34
23432024-08-31T16:38:54.075Z Compiling serde_json v1.0.125
23442024-08-31T16:38:54.159Z Compiling libc v0.2.158
23452024-08-31T16:38:54.169Z Compiling syn v2.0.74
23462024-08-31T16:38:54.198Z Compiling bitflags v2.6.0
23472024-08-31T16:38:54.525Z Compiling usdt-impl v0.5.0
23482024-08-31T16:38:54.596Z Compiling syn v1.0.109
23492024-08-31T16:38:54.696Z Compiling hashbrown v0.14.5
23502024-08-31T16:38:54.729Z Compiling log v0.4.21
23512024-08-31T16:38:54.769Z Compiling fs-err v2.11.0
23522024-08-31T16:38:55.107Z Compiling anyhow v1.0.86
23532024-08-31T16:38:55.685Z Compiling thread-id v4.2.1
23542024-08-31T16:38:56.057Z Compiling indexmap v2.4.0
23552024-08-31T16:38:56.963Z Compiling terminal_size v0.3.0
23562024-08-31T16:38:56.963Z Compiling tempfile v3.10.1
23572024-08-31T16:38:57.201Z Compiling clap_builder v4.5.15
23582024-08-31T16:38:58.031Z Compiling proc-macro-error v1.0.4
23592024-08-31T16:38:59.269Z Compiling tabled_derive v0.7.0
23602024-08-31T16:39:00.616Z Compiling tabled v0.15.0
23612024-08-31T16:39:01.850Z Compiling serde_derive v1.0.208
23622024-08-31T16:39:01.914Z Compiling thiserror-impl v1.0.63
23632024-08-31T16:39:02.786Z Compiling zerocopy-derive v0.7.34
23642024-08-31T16:39:04.582Z Compiling scroll_derive v0.12.0
23652024-08-31T16:39:04.777Z Compiling thiserror v1.0.63
23662024-08-31T16:39:04.946Z Compiling pest v2.7.10
23672024-08-31T16:39:04.981Z Compiling zerocopy v0.7.34
23682024-08-31T16:39:06.002Z Compiling scroll v0.12.0
23692024-08-31T16:39:06.632Z Compiling goblin v0.8.2
23702024-08-31T16:39:07.933Z Compiling pest_meta v2.7.10
23712024-08-31T16:39:10.564Z Compiling pest_generator v2.7.10
23722024-08-31T16:39:12.385Z Compiling pest_derive v2.7.10
23732024-08-31T16:39:13.178Z Compiling dtrace-parser v0.2.0
23742024-08-31T16:39:14.992Z Compiling clap_derive v4.5.13
23752024-08-31T16:39:19.570Z Compiling dof v0.3.0
23762024-08-31T16:39:19.830Z Compiling serde_tokenstream v0.2.2
23772024-08-31T16:39:20.484Z Compiling toml_datetime v0.6.8
23782024-08-31T16:39:20.498Z Compiling serde_spanned v0.6.7
23792024-08-31T16:39:21.021Z Compiling toml_edit v0.22.20
23802024-08-31T16:39:21.183Z Compiling camino v1.1.9
23812024-08-31T16:39:21.715Z Compiling usdt-attr-macro v0.5.0
23822024-08-31T16:39:22.295Z Compiling usdt-macro v0.5.0
23832024-08-31T16:39:23.101Z Compiling cargo-platform v0.1.8
23842024-08-31T16:39:23.500Z Compiling semver v1.0.23
23852024-08-31T16:39:24.179Z Compiling cargo_metadata v0.18.1
23862024-08-31T16:39:24.973Z Compiling toml v0.8.19
23872024-08-31T16:39:26.433Z Compiling cargo_toml v0.20.4
23882024-08-31T16:39:28.131Z Compiling usdt v0.5.0
23892024-08-31T16:39:29.592Z Compiling camino-tempfile v1.1.1
23902024-08-31T16:39:29.847Z Compiling clap v4.5.16
23912024-08-31T16:39:29.981Z Compiling macaddr v1.0.1
23922024-08-31T16:39:38.335Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23932024-08-31T16:39:49.370Z Finished `release` profile [optimized] target(s) in 55.85s
23942024-08-31T16:39:49.472Z
23952024-08-31T16:39:49.472Zreal 55.977224381
23962024-08-31T16:39:49.472Zuser 5:39.449409072
23972024-08-31T16:39:49.473Zsys 32.365397901
23982024-08-31T16:39:49.473Ztrap 0.145763465
23992024-08-31T16:39:49.473Ztflt 0.372873456
24002024-08-31T16:39:49.473Zdflt 0.528895006
24012024-08-31T16:39:49.473Zkflt 0.000000000
24022024-08-31T16:39:49.473Zlock 10:50.749792680
24032024-08-31T16:39:49.475Zslp 15:52.581208741
24042024-08-31T16:39:49.475Zlat 12.575136767
24052024-08-31T16:39:49.475Zstop 15.057681228
24062024-08-31T16:39:49.475Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24072024-08-31T16:39:49.475Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24082024-08-31T16:39:49.475Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24092024-08-31T16:39:49.475Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24102024-08-31T16:39:49.475Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24112024-08-31T16:39:50.354Z Compiling regress v0.9.1
24122024-08-31T16:39:50.467Z Compiling getopts v0.2.21
24132024-08-31T16:39:50.470Z Compiling unsafe-libyaml v0.2.11
24142024-08-31T16:39:50.470Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24152024-08-31T16:39:50.480Z Compiling http v1.1.0
24162024-08-31T16:39:50.502Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24172024-08-31T16:39:50.531Z Compiling match_cfg v0.1.0
24182024-08-31T16:39:50.534Z Compiling toml v0.8.19
24192024-08-31T16:39:50.627Z Compiling hostname v0.3.1
24202024-08-31T16:39:50.888Z Compiling rustls-pki-types v1.7.0
24212024-08-31T16:39:50.923Z Compiling ident_case v1.0.1
24222024-08-31T16:39:50.953Z Compiling paste v1.0.15
24232024-08-31T16:39:51.130Z Compiling rustls v0.22.4
24242024-08-31T16:39:51.414Z Compiling rustls-webpki v0.102.4
24252024-08-31T16:39:51.505Z Compiling darling_core v0.20.9
24262024-08-31T16:39:51.607Z Compiling ipnetwork v0.20.0
24272024-08-31T16:39:51.756Z Compiling serde_yaml v0.9.34+deprecated
24282024-08-31T16:39:52.270Z Compiling multer v3.1.0
24292024-08-31T16:39:52.665Z Compiling slog-json v2.6.1
24302024-08-31T16:39:52.951Z Compiling async-stream-impl v0.3.5
24312024-08-31T16:39:53.055Z Compiling instant v0.1.12
24322024-08-31T16:39:53.227Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24332024-08-31T16:39:53.521Z Compiling atomic-waker v1.1.2
24342024-08-31T16:39:53.564Z Compiling debug-ignore v1.0.5
24352024-08-31T16:39:53.730Z Compiling waitgroup v0.1.2
24362024-08-31T16:39:53.815Z Compiling slog-bunyan v2.5.0
24372024-08-31T16:39:53.980Z Compiling rustls-pemfile v2.1.3
24382024-08-31T16:39:54.046Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24392024-08-31T16:39:54.419Z Compiling async-stream v0.3.5
24402024-08-31T16:39:54.470Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24412024-08-31T16:39:54.751Z Compiling serde_path_to_error v0.1.16
24422024-08-31T16:39:54.911Z Compiling hostname v0.4.0
24432024-08-31T16:39:55.195Z Compiling structmeta-derive v0.3.0
24442024-08-31T16:39:55.541Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24452024-08-31T16:39:55.659Z Compiling newtype-uuid v1.1.0
24462024-08-31T16:39:55.989Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472024-08-31T16:39:56.059Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24482024-08-31T16:39:56.301Z Compiling backoff v0.4.0
24492024-08-31T16:39:56.413Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24502024-08-31T16:39:56.666Z Compiling tokio-rustls v0.25.0
24512024-08-31T16:39:56.780Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522024-08-31T16:39:56.979Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24532024-08-31T16:39:57.108Z Compiling macaddr v1.0.1
24542024-08-31T16:39:57.162Z Compiling proc-macro-crate v1.3.1
24552024-08-31T16:39:57.188Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24562024-08-31T16:39:57.572Z Compiling tempfile v3.10.1
24572024-08-31T16:39:58.172Z Compiling structmeta v0.3.0
24582024-08-31T16:39:58.227Z Compiling num_enum_derive v0.5.11
24592024-08-31T16:39:58.401Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24602024-08-31T16:39:58.433Z Compiling foreign-types-macros v0.2.3
24612024-08-31T16:39:58.506Z Compiling darling_macro v0.20.9
24622024-08-31T16:39:58.609Z Compiling parse-display-derive v0.10.0
24632024-08-31T16:39:58.740Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24642024-08-31T16:39:59.049Z Compiling foreign-types-shared v0.3.1
24652024-08-31T16:39:59.186Z Compiling heapless v0.8.0
24662024-08-31T16:39:59.499Z Compiling darling v0.20.9
24672024-08-31T16:39:59.630Z Compiling serde_with_macros v3.9.0
24682024-08-31T16:39:59.755Z Compiling foreign-types v0.5.0
24692024-08-31T16:40:00.091Z Compiling proc-macro-error v1.0.4
24702024-08-31T16:40:00.311Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24712024-08-31T16:40:00.839Z Compiling hash32 v0.3.1
24722024-08-31T16:40:00.943Z Compiling num_enum v0.5.11
24732024-08-31T16:40:01.101Z Compiling cstr-argument v0.1.2
24742024-08-31T16:40:01.123Z Compiling pretty-hex v0.2.1
24752024-08-31T16:40:01.238Z Compiling smoltcp v0.11.0
24762024-08-31T16:40:01.330Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24772024-08-31T16:40:01.367Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24782024-08-31T16:40:01.991Z Compiling camino-tempfile v1.1.1
24792024-08-31T16:40:02.079Z Compiling tabwriter v1.4.0
24802024-08-31T16:40:02.359Z Compiling colored v2.1.0
24812024-08-31T16:40:02.458Z Compiling socket2 v0.4.10
24822024-08-31T16:40:02.540Z Compiling serde_with v3.9.0
24832024-08-31T16:40:02.653Z Compiling embedded-io v0.4.0
24842024-08-31T16:40:02.893Z Compiling cobs v0.2.3
24852024-08-31T16:40:03.166Z Compiling postcard v1.0.8
24862024-08-31T16:40:03.204Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24872024-08-31T16:40:03.263Z Compiling parse-display v0.10.0
24882024-08-31T16:40:03.449Z Compiling crucible-workspace-hack v0.1.0
24892024-08-31T16:40:03.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24902024-08-31T16:40:03.792Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24912024-08-31T16:40:03.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24922024-08-31T16:40:04.058Z Compiling smf v0.2.3
24932024-08-31T16:40:04.110Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24942024-08-31T16:40:04.467Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24952024-08-31T16:40:04.743Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24962024-08-31T16:40:05.249Z Compiling num-derive v0.4.2
24972024-08-31T16:40:05.493Z Compiling sigpipe v0.1.3
24982024-08-31T16:40:05.635Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24992024-08-31T16:40:05.966Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25002024-08-31T16:40:05.984Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
25012024-08-31T16:40:06.489Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25022024-08-31T16:40:07.143Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
25032024-08-31T16:40:07.589Z Compiling universal-hash v0.5.1
25042024-08-31T16:40:07.623Z Compiling opaque-debug v0.3.1
25052024-08-31T16:40:07.642Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
25062024-08-31T16:40:07.730Z Compiling utf-8 v0.7.6
25072024-08-31T16:40:07.792Z Compiling num-rational v0.4.2
25082024-08-31T16:40:07.841Z Compiling curve25519-dalek v4.1.3
25092024-08-31T16:40:07.938Z Compiling num-complex v0.4.6
25102024-08-31T16:40:08.027Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25112024-08-31T16:40:08.062Z Compiling humantime v2.1.0
25122024-08-31T16:40:08.563Z Compiling password-hash v0.5.0
25132024-08-31T16:40:08.584Z Compiling blake2 v0.10.6
25142024-08-31T16:40:08.644Z Compiling aead v0.5.2
25152024-08-31T16:40:08.662Z Compiling curve25519-dalek-derive v0.1.1
25162024-08-31T16:40:09.033Z Compiling num v0.4.3
25172024-08-31T16:40:09.067Z Compiling float-ord v0.3.2
25182024-08-31T16:40:09.163Z Compiling argon2 v0.5.3
25192024-08-31T16:40:09.365Z Compiling poly1305 v0.8.0
25202024-08-31T16:40:09.772Z Compiling chacha20 v0.9.1
25212024-08-31T16:40:09.790Z Compiling semver v0.1.20
25222024-08-31T16:40:10.181Z Compiling convert_case v0.4.0
25232024-08-31T16:40:10.208Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25242024-08-31T16:40:10.476Z Compiling rustc_version v0.1.7
25252024-08-31T16:40:10.494Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25262024-08-31T16:40:10.929Z Compiling tungstenite v0.21.0
25272024-08-31T16:40:11.029Z Compiling newline-converter v0.3.0
25282024-08-31T16:40:11.185Z Compiling derive_more v0.99.18
25292024-08-31T16:40:11.213Z Compiling atty v0.2.14
25302024-08-31T16:40:11.236Z Compiling rayon-core v1.12.1
25312024-08-31T16:40:11.376Z Compiling same-file v1.0.6
25322024-08-31T16:40:11.542Z Compiling walkdir v2.5.0
25332024-08-31T16:40:11.590Z Compiling expectorate v1.1.0
25342024-08-31T16:40:11.693Z Compiling newtype_derive v0.1.6
25352024-08-31T16:40:11.784Z Compiling crossbeam-deque v0.8.5
25362024-08-31T16:40:12.029Z Compiling tokio-tungstenite v0.21.0
25372024-08-31T16:40:12.140Z Compiling keccak v0.1.5
25382024-08-31T16:40:12.158Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25392024-08-31T16:40:12.316Z Compiling home v0.5.9
25402024-08-31T16:40:12.335Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25412024-08-31T16:40:12.561Z Compiling prettyplease v0.2.20
25422024-08-31T16:40:12.604Z Compiling sha3 v0.10.8
25432024-08-31T16:40:13.103Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25442024-08-31T16:40:13.147Z Compiling thiserror-impl-no-std v2.0.2
25452024-08-31T16:40:13.189Z Compiling secrecy v0.8.0
25462024-08-31T16:40:13.483Z Compiling ring v0.16.20
25472024-08-31T16:40:13.509Z Compiling blake3 v1.5.1
25482024-08-31T16:40:13.725Z Compiling derive-where v1.2.7
25492024-08-31T16:40:14.191Z Compiling unicase v2.7.0
25502024-08-31T16:40:14.523Z Compiling half v2.4.1
25512024-08-31T16:40:14.628Z Compiling cookie v0.18.1
25522024-08-31T16:40:14.795Z Compiling quick-error v1.2.3
25532024-08-31T16:40:14.957Z Compiling termcolor v1.4.1
25542024-08-31T16:40:14.978Z Compiling linked-hash-map v0.5.6
25552024-08-31T16:40:15.101Z Compiling ciborium-io v0.2.2
25562024-08-31T16:40:15.251Z Compiling arc-swap v1.7.1
25572024-08-31T16:40:15.383Z Compiling lru-cache v0.1.2
25582024-08-31T16:40:15.608Z Compiling env_logger v0.9.3
25592024-08-31T16:40:15.895Z Compiling slog-scope v4.4.0
25602024-08-31T16:40:15.923Z Compiling ciborium-ll v0.2.2
25612024-08-31T16:40:16.403Z Compiling resolv-conf v0.7.0
25622024-08-31T16:40:16.460Z Compiling thiserror-no-std v2.0.2
25632024-08-31T16:40:16.845Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25642024-08-31T16:40:16.963Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25652024-08-31T16:40:16.998Z Compiling rayon v1.10.0
25662024-08-31T16:40:17.193Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25672024-08-31T16:40:17.461Z Compiling polyval v0.6.2
25682024-08-31T16:40:17.524Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25692024-08-31T16:40:17.915Z Compiling rfc6979 v0.4.0
25702024-08-31T16:40:17.997Z Compiling bitstruct_derive v0.1.0
25712024-08-31T16:40:18.124Z Compiling memmap2 v0.9.4
25722024-08-31T16:40:18.431Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25732024-08-31T16:40:18.585Z Compiling arrayvec v0.7.4
25742024-08-31T16:40:18.654Z Compiling highway v1.2.0
25752024-08-31T16:40:18.887Z Compiling arrayref v0.3.7
25762024-08-31T16:40:19.009Z Compiling constant_time_eq v0.3.0
25772024-08-31T16:40:19.029Z Compiling untrusted v0.7.1
25782024-08-31T16:40:19.044Z Compiling parking_lot_core v0.8.6
25792024-08-31T16:40:19.213Z Compiling ascii v1.1.0
25802024-08-31T16:40:19.237Z Compiling libefi-sys v0.1.0
25812024-08-31T16:40:20.433Z Compiling spin v0.5.2
25822024-08-31T16:40:20.435Z Compiling bitstruct v0.1.1
25832024-08-31T16:40:20.435Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25842024-08-31T16:40:20.435Z Compiling ecdsa v0.16.9
25852024-08-31T16:40:20.435Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25862024-08-31T16:40:20.435Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25872024-08-31T16:40:20.435Z Compiling ghash v0.5.1
25882024-08-31T16:40:20.435Z Compiling steno v0.4.1
25892024-08-31T16:40:20.451Z Compiling hickory-resolver v0.24.1
25902024-08-31T16:40:20.509Z Compiling vsss-rs v3.3.4
25912024-08-31T16:40:21.180Z Compiling ciborium v0.2.2
25922024-08-31T16:40:21.949Z Compiling slog-stdlog v4.1.1
25932024-08-31T16:40:22.681Z Compiling toolchain_find v0.4.0
25942024-08-31T16:40:22.733Z Compiling chacha20poly1305 v0.10.1
25952024-08-31T16:40:22.932Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25962024-08-31T16:40:22.972Z Compiling primeorder v0.13.6
25972024-08-31T16:40:23.404Z Compiling ctr v0.9.2
25982024-08-31T16:40:23.491Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25992024-08-31T16:40:23.525Z Compiling serde_arrays v0.1.0
26002024-08-31T16:40:23.711Z Compiling erased-serde v0.3.31
26012024-08-31T16:40:23.729Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26022024-08-31T16:40:23.773Z Compiling bitfield-struct v0.6.1
26032024-08-31T16:40:23.893Z Compiling slog-dtrace v0.3.0
26042024-08-31T16:40:24.169Z Compiling cancel-safe-futures v0.1.5
26052024-08-31T16:40:24.228Z Compiling topological-sort v0.2.2
26062024-08-31T16:40:24.477Z Compiling omicron-zone-package v0.11.0
26072024-08-31T16:40:24.786Z Compiling aes-gcm v0.10.3
26082024-08-31T16:40:25.105Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26092024-08-31T16:40:25.139Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26102024-08-31T16:40:25.160Z Compiling rustfmt-wrapper v0.2.1
26112024-08-31T16:40:25.175Z Compiling slog-envlogger v2.2.0
26122024-08-31T16:40:25.257Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26132024-08-31T16:40:25.776Z Compiling mime_guess v2.0.4
26142024-08-31T16:40:26.477Z Compiling tungstenite v0.20.1
26152024-08-31T16:40:26.666Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26162024-08-31T16:40:27.054Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26172024-08-31T16:40:27.169Z Compiling heck v0.3.3
26182024-08-31T16:40:27.369Z Compiling ed25519 v2.2.3
26192024-08-31T16:40:27.639Z Compiling ssh-encoding v0.2.0
26202024-08-31T16:40:27.775Z Compiling blowfish v0.9.1
26212024-08-31T16:40:28.187Z Compiling nibble_vec v0.1.0
26222024-08-31T16:40:28.263Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26232024-08-31T16:40:28.282Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26242024-08-31T16:40:28.454Z Compiling endian-type v0.1.2
26252024-08-31T16:40:28.473Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262024-08-31T16:40:28.647Z Compiling ssh-cipher v0.2.0
26272024-08-31T16:40:28.716Z Compiling radix_trie v0.2.1
26282024-08-31T16:40:28.774Z Compiling bcrypt-pbkdf v0.10.0
26292024-08-31T16:40:29.361Z Compiling ed25519-dalek v2.1.1
26302024-08-31T16:40:29.417Z Compiling zone_cfg_derive v0.1.2
26312024-08-31T16:40:29.470Z Compiling tokio-tungstenite v0.20.1
26322024-08-31T16:40:30.038Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26332024-08-31T16:40:30.083Z Compiling parking_lot v0.11.2
26342024-08-31T16:40:30.568Z Compiling gethostname v0.5.0
26352024-08-31T16:40:30.801Z Compiling password-hash v0.4.2
26362024-08-31T16:40:30.871Z Compiling libsw v3.3.1
26372024-08-31T16:40:30.964Z Compiling fxhash v0.2.1
26382024-08-31T16:40:31.034Z Compiling linear-map v1.2.0
26392024-08-31T16:40:31.051Z Compiling matches v0.1.10
26402024-08-31T16:40:31.068Z Compiling owo-colors v4.0.0
26412024-08-31T16:40:31.157Z Compiling base64 v0.13.1
26422024-08-31T16:40:31.176Z Compiling idna v0.2.3
26432024-08-31T16:40:31.198Z Compiling sled v0.34.7
26442024-08-31T16:40:31.404Z Compiling pbkdf2 v0.11.0
26452024-08-31T16:40:31.693Z Compiling ron v0.7.1
26462024-08-31T16:40:31.780Z Compiling zone v0.1.8
26472024-08-31T16:40:31.798Z Compiling ssh-key v0.6.6
26482024-08-31T16:40:33.382Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26492024-08-31T16:40:33.400Z Compiling hickory-client v0.24.1
26502024-08-31T16:40:34.118Z Compiling p521 v0.13.3
26512024-08-31T16:40:34.833Z Compiling p256 v0.13.2
26522024-08-31T16:40:35.684Z Compiling p384 v0.13.0
26532024-08-31T16:40:36.498Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26542024-08-31T16:40:36.609Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26552024-08-31T16:40:36.945Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26562024-08-31T16:40:37.078Z Compiling hickory-server v0.24.1
26572024-08-31T16:40:37.219Z Compiling pem v3.0.4
26582024-08-31T16:40:37.654Z Compiling enum-as-inner v0.5.1
26592024-08-31T16:40:37.675Z Compiling yasna v0.5.2
26602024-08-31T16:40:38.056Z Compiling portpicker v0.1.1
26612024-08-31T16:40:38.460Z Compiling headers-core v0.2.0
26622024-08-31T16:40:38.653Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26632024-08-31T16:40:38.671Z Compiling kstat-rs v0.2.4
26642024-08-31T16:40:38.776Z Compiling nanorand v0.7.0
26652024-08-31T16:40:39.058Z Compiling russh-cryptovec v0.7.2
26662024-08-31T16:40:39.332Z Compiling http-range v0.1.5
26672024-08-31T16:40:39.367Z Compiling md5 v0.7.0
26682024-08-31T16:40:39.397Z Compiling glob v0.3.1
26692024-08-31T16:40:39.443Z Compiling flume v0.11.0
26702024-08-31T16:40:39.710Z Compiling russh-keys v0.45.0
26712024-08-31T16:40:39.926Z Compiling hyper-staticfile v0.9.5
26722024-08-31T16:40:40.133Z Compiling trust-dns-proto v0.22.0
26732024-08-31T16:40:40.426Z Compiling rcgen v0.12.1
26742024-08-31T16:40:40.890Z Compiling headers v0.3.9
26752024-08-31T16:40:41.655Z Compiling atomicwrites v0.4.3
26762024-08-31T16:40:42.045Z Compiling num-bigint v0.4.5
26772024-08-31T16:40:42.351Z Compiling itertools v0.13.0
26782024-08-31T16:40:42.835Z Compiling des v0.8.1
26792024-08-31T16:40:42.934Z Compiling subprocess v0.2.9
26802024-08-31T16:40:43.197Z Compiling dhcproto-macros v0.1.0
26812024-08-31T16:40:43.277Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26822024-08-31T16:40:43.567Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26832024-08-31T16:40:43.969Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26842024-08-31T16:40:44.276Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26852024-08-31T16:40:44.938Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26862024-08-31T16:40:45.779Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26872024-08-31T16:40:45.991Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26882024-08-31T16:40:47.421Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26892024-08-31T16:40:48.251Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26902024-08-31T16:40:50.933Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26912024-08-31T16:40:51.545Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26922024-08-31T16:40:52.215Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26932024-08-31T16:40:52.860Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26942024-08-31T16:40:53.893Z Compiling hex-literal v0.4.1
26952024-08-31T16:40:54.071Z Compiling display-error-chain v0.2.1
26962024-08-31T16:40:54.270Z Compiling russh v0.45.0
26972024-08-31T16:40:54.382Z Compiling dhcproto v0.12.0
26982024-08-31T16:40:54.572Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26992024-08-31T16:40:58.000Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27002024-08-31T16:40:59.545Z Compiling internet-checksum v0.2.1
27012024-08-31T16:41:01.981Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27022024-08-31T16:41:02.178Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27032024-08-31T16:41:02.192Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
27042024-08-31T16:41:02.472Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27052024-08-31T16:41:05.260Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27062024-08-31T16:41:05.311Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27072024-08-31T16:41:05.686Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27082024-08-31T16:41:06.224Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27092024-08-31T16:41:06.470Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27102024-08-31T16:41:07.200Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27112024-08-31T16:41:08.406Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27122024-08-31T16:41:09.768Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27132024-08-31T16:41:09.822Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27142024-08-31T16:41:11.174Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152024-08-31T16:41:11.487Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27162024-08-31T16:41:13.666Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27172024-08-31T16:41:16.148Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27182024-08-31T16:41:16.389Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27192024-08-31T16:41:16.600Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202024-08-31T16:41:19.404Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27212024-08-31T16:41:20.089Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27222024-08-31T16:41:25.517Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27232024-08-31T16:41:32.260Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27242024-08-31T16:41:32.262Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27252024-08-31T16:41:34.266Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27262024-08-31T16:41:51.338Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27272024-08-31T16:42:21.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
27282024-08-31T16:42:21.888Z
27292024-08-31T16:42:21.890Zreal 2:32.348032594
27302024-08-31T16:42:21.890Zuser 12:41.075148259
27312024-08-31T16:42:21.890Zsys 2:41.137875209
27322024-08-31T16:42:21.890Ztrap 0.347206712
27332024-08-31T16:42:21.890Ztflt 1.513426980
27342024-08-31T16:42:21.890Zdflt 1.649319980
27352024-08-31T16:42:21.890Zkflt 0.000033902
27362024-08-31T16:42:21.890Zlock 26:33.395741385
27372024-08-31T16:42:21.890Zslp 47:16.445416182
27382024-08-31T16:42:21.890Zlat 41.317677270
27392024-08-31T16:42:21.890Zstop 1:36.008723229
27402024-08-31T16:42:21.890Z+ mkdir tests
27412024-08-31T16:42:21.893Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27422024-08-31T16:42:21.893Z+ xargs -I '{}' -t cp '{}' tests/
27432024-08-31T16:42:23.126Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-97037eb9ef16fa06 tests/
27442024-08-31T16:42:23.152Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ab36f7a035737f84 tests/
27452024-08-31T16:42:23.177Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dfb29a132dc1bca4 tests/
27462024-08-31T16:42:23.202Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40fb056f55d7860e tests/
27472024-08-31T16:42:23.394Z+ 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/*)
27482024-08-31T16:42:23.397Z+ 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-ab36f7a035737f84 tests/commtest-dfb29a132dc1bca4 tests/dhcp_server-97037eb9ef16fa06 tests/end_to_end_tests-40fb056f55d7860e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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
27492024-08-31T16:43:26.607ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27502024-08-31T16:43:26.608Za out/target/test 1K
27512024-08-31T16:43:26.608Za out/npuzone/npuzone 23144K
27522024-08-31T16:43:26.608Za package-manifest.toml 32K
27532024-08-31T16:43:26.608Za smf/sled-agent/non-gimlet/config.toml 4K
27542024-08-31T16:43:26.608Za target/release/omicron-package 32365K
27552024-08-31T16:43:26.608Za target/release/xtask 11987K
27562024-08-31T16:43:26.608Za target/debug/bootstrap 193100K
27572024-08-31T16:43:26.608Za tests/bootstrap-ab36f7a035737f84 23740K
27582024-08-31T16:43:26.608Za tests/commtest-dfb29a132dc1bca4 24002K
27592024-08-31T16:43:26.608Za tests/dhcp_server-97037eb9ef16fa06 23740K
27602024-08-31T16:43:26.608Za tests/end_to_end_tests-40fb056f55d7860e 205273K
27612024-08-31T16:43:26.608Za out/clickhouse.tar.gz 232448K
27622024-08-31T16:43:26.608Za out/clickhouse_keeper.tar.gz 232430K
27632024-08-31T16:43:26.608Za out/clickhouse_server.tar.gz 232432K
27642024-08-31T16:43:26.608Za out/cockroachdb.tar.gz 131964K
27652024-08-31T16:43:26.608Za out/crucible-dtrace.tar 84K
27662024-08-31T16:43:26.608Za out/crucible-pantry-zone.tar.gz 27843K
27672024-08-31T16:43:26.608Za out/crucible-zone.tar.gz 38170K
27682024-08-31T16:43:26.608Za out/external-dns.tar.gz 24902K
27692024-08-31T16:43:26.608Za out/internal-dns.tar.gz 24902K
27702024-08-31T16:43:26.608Za out/mg-ddm-gz.tar 62160K
27712024-08-31T16:43:26.608Za out/nexus.tar.gz 89785K
27722024-08-31T16:43:26.608Za out/ntp.tar.gz 8993K
27732024-08-31T16:43:26.608Za out/omicron-gateway-softnpu.tar.gz 20652K
27742024-08-31T16:43:26.608Za out/omicron-sled-agent.tar 98125K
27752024-08-31T16:43:26.608Za out/overlay.tar.gz 3K
27762024-08-31T16:43:26.608Za out/oximeter.tar.gz 42269K
27772024-08-31T16:43:26.608Za out/oxlog.tar 2947K
27782024-08-31T16:43:26.608Za out/probe.tar.gz 2764K
27792024-08-31T16:43:26.608Za out/propolis-server.tar.gz 65291K
27802024-08-31T16:43:26.608Za out/pumpkind-gz.tar 26665K
27812024-08-31T16:43:26.608Za out/switch-softnpu.tar.gz 214681K
27822024-08-31T16:43:26.612Z
27832024-08-31T16:43:26.612Zreal 1:03.197284231
27842024-08-31T16:43:26.612Zuser 1:00.285946179
27852024-08-31T16:43:26.612Zsys 4.107626826
27862024-08-31T16:43:26.612Ztrap 0.016489250
27872024-08-31T16:43:26.612Ztflt 0.000000000
27882024-08-31T16:43:26.612Zdflt 0.000000000
27892024-08-31T16:43:26.612Zkflt 0.000000000
27902024-08-31T16:43:26.612Zlock 0.000000000
27912024-08-31T16:43:26.612Zslp 1:00.139457971
27922024-08-31T16:43:26.612Zlat 1.840245201
27932024-08-31T16:43:26.612Zstop 0.000467128
27942024-08-31T16:43:26.612Zprocess exited: duration 1736210 ms, exit code 0
 
27952024-08-31T16:43:26.634Zfound 1 output files
27962024-08-31T16:43:26.634Zuploading: /work/package.tar.gz (1622707388 bytes)
27972024-08-31T16:44:00.306Zuploaded: /work/package.tar.gz