01J60HGPDG52ZAX23P0EMMV054: 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: 01J60HH37CJ63B8FS6DF0VFCH9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-23T21:16:58.033Zjob assigned to worker 01J60HH7XQ20HMSH2ZWEV2ZH6K (queued for 1 m 2 s)
 
22024-08-23T21:17:05.241Zstarting task 0: "setup"
32024-08-23T21:17:05.250Z++ uname -s
42024-08-23T21:17:05.253Z+ kern=SunOS
52024-08-23T21:17:05.253Z+ case "$kern" in
62024-08-23T21:17:05.253Z+ groupadd -g 12345 build
72024-08-23T21:17:05.255Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-23T21:17:07.266Z+ zfs create -o mountpoint=/work rpool/work
92024-08-23T21:17:07.341Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-23T21:17:07.344Z+ home_fs=zfs
112024-08-23T21:17:07.344Z+ [[ zfs == autofs ]]
122024-08-23T21:17:07.344Z+ mkdir -p /home/build
132024-08-23T21:17:07.346Z+ chown build:build /home/build /work
142024-08-23T21:17:09.347Z+ chmod 0700 /home/build /work
152024-08-23T21:17:09.350Zprocess exited: duration 4111 ms, exit code 0
 
162024-08-23T21:17:09.355Zstarting task 1: "rust-toolchain"
172024-08-23T21:17:09.361Z+ printf ' * toolchain channel = "%s"
182024-08-23T21:17:09.361Z * toolchain channel = "1.80.1"
192024-08-23T21:17:09.361Z * toolchain profile = "default"
202024-08-23T21:17:09.361Z' 1.80.1
212024-08-23T21:17:09.361Z+ printf ' * toolchain profile = "%s"
222024-08-23T21:17:09.361Z' default
232024-08-23T21:17:09.363Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-23T21:17:09.363Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-23T21:17:09.466Zinfo: downloading installer
262024-08-23T21:17:10.555Zinfo: profile set to 'default'
272024-08-23T21:17:10.555Zinfo: default host triple is x86_64-unknown-illumos
282024-08-23T21:17:10.558Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-23T21:17:10.680Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-23T21:17:10.680Zinfo: downloading component 'cargo'
312024-08-23T21:17:11.308Zinfo: downloading component 'clippy'
322024-08-23T21:17:11.527Zinfo: downloading component 'rust-docs'
332024-08-23T21:17:12.397Zinfo: downloading component 'rust-std'
342024-08-23T21:17:13.634Zinfo: downloading component 'rustc'
352024-08-23T21:17:17.013Zinfo: downloading component 'rustfmt'
362024-08-23T21:17:17.200Zinfo: installing component 'cargo'
372024-08-23T21:17:18.019Zinfo: installing component 'clippy'
382024-08-23T21:17:18.388Zinfo: installing component 'rust-docs'
392024-08-23T21:17:20.004Zinfo: installing component 'rust-std'
402024-08-23T21:17:21.660Zinfo: installing component 'rustc'
412024-08-23T21:17:25.844Zinfo: installing component 'rustfmt'
422024-08-23T21:17:26.183Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-23T21:17:26.183Z
442024-08-23T21:17:26.441Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-23T21:17:26.441Z
462024-08-23T21:17:26.443Z
472024-08-23T21:17:26.443ZRust is installed now. Great!
482024-08-23T21:17:26.443Z
492024-08-23T21:17:26.443ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-23T21:17:26.443Zenvironment variable. This has not been done automatically.
512024-08-23T21:17:26.443Z
522024-08-23T21:17:26.443ZTo configure your current shell, you need to source
532024-08-23T21:17:26.443Zthe corresponding env file under $HOME/.cargo.
542024-08-23T21:17:26.443Z
552024-08-23T21:17:26.443ZThis is usually done by running one of the following (note the leading DOT):
562024-08-23T21:17:26.443Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-23T21:17:26.443Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-23T21:17:26.496Z+ rustc --version
592024-08-23T21:17:26.559Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-23T21:17:26.561Zprocess exited: duration 17203 ms, exit code 0
 
612024-08-23T21:17:26.569Zstarting task 2: "authentication"
622024-08-23T21:17:26.587Zprocess exited: duration 19 ms, exit code 0
 
632024-08-23T21:17:26.592Zstarting task 3: "clone repository"
642024-08-23T21:17:26.597Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-23T21:17:26.600Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-23T21:17:26.655ZCloning into '/work/oxidecomputer/omicron'...
672024-08-23T21:17:33.120Z+ cd /work/oxidecomputer/omicron
682024-08-23T21:17:33.120Z+ git fetch origin d3979fdffd27c7724fd8b17f7d00e801b0ed65de
692024-08-23T21:17:33.373ZFrom https://github.com/oxidecomputer/omicron
702024-08-23T21:17:33.373Z * branch d3979fdffd27c7724fd8b17f7d00e801b0ed65de -> FETCH_HEAD
712024-08-23T21:17:33.382Z+ [[ -n eliza/s/celcius/celsius ]]
722024-08-23T21:17:33.385Z++ git branch --show-current
732024-08-23T21:17:33.387Z+ current=main
742024-08-23T21:17:33.387Z+ [[ main != eliza/s/celcius/celsius ]]
752024-08-23T21:17:33.387Z+ git branch -f eliza/s/celcius/celsius d3979fdffd27c7724fd8b17f7d00e801b0ed65de
762024-08-23T21:17:33.390Z+ git checkout -f eliza/s/celcius/celsius
772024-08-23T21:17:33.538ZSwitched to branch 'eliza/s/celcius/celsius'
782024-08-23T21:17:33.541Z+ git reset --hard d3979fdffd27c7724fd8b17f7d00e801b0ed65de
792024-08-23T21:17:33.683ZHEAD is now at d3979fdff [oximeter] spell "Celsius" correctly
802024-08-23T21:17:33.686Zprocess exited: duration 7091 ms, exit code 0
 
812024-08-23T21:17:33.693Zstarting task 4: "build"
822024-08-23T21:17:33.696Z+ cargo --version
832024-08-23T21:17:33.752Zcargo 1.80.1 (376290515 2024-07-16)
842024-08-23T21:17:33.754Z+ rustc --version
852024-08-23T21:17:33.809Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
862024-08-23T21:17:33.812Z+ WORK=/work
872024-08-23T21:17:33.812Z+ pfexec mkdir -p /work
882024-08-23T21:17:33.816Z+ pfexec chown build /work
892024-08-23T21:17:33.818Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-08-23T21:17:38.677Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-08-23T21:17:40.934Z Startup: Caching catalogs ... Done
922024-08-23T21:17:42.783ZPlanning: Solver setup ... Done (1.300s)
932024-08-23T21:17:42.803ZPlanning: Running solver ... Done (0.021s)
942024-08-23T21:17:42.847ZPlanning: Finding local manifests ... Done (0.005s)
952024-08-23T21:17:42.874ZPlanning: Fetching manifests: 0/5 0% complete
962024-08-23T21:17:43.525ZPlanning: Fetching manifests: 5/5 100% complete
972024-08-23T21:17:43.626ZPlanning: Package planning ... Done (0.101s)
982024-08-23T21:17:43.683ZPlanning: Merging actions ... Done (0.056s)
992024-08-23T21:17:43.895ZPlanning: Checking for conflicting actions ... Done (0.212s)
1002024-08-23T21:17:45.909ZPlanning: Consolidating action changes ... Done (2.013s)
1012024-08-23T21:17:46.342ZPlanning: Evaluating mediators ... Done (0.433s)
1022024-08-23T21:17:46.420ZPlanning: Planning completed in 5.42 seconds
1032024-08-23T21:17:46.437Z Packages to install: 4
1042024-08-23T21:17:46.437Z Packages to update: 1
1052024-08-23T21:17:46.440Z Mediators to change: 2
1062024-08-23T21:17:46.440Z Services to change: 1
1072024-08-23T21:17:46.440Z Estimated space available: 155.72 GB
1082024-08-23T21:17:46.440ZEstimated space to be consumed: 1.53 GB
1092024-08-23T21:17:46.440Z Create boot environment: No
1102024-08-23T21:17:46.440ZCreate backup boot environment: Yes
1112024-08-23T21:17:46.440Z Rebuild boot archive: No
1122024-08-23T21:17:46.440Z
1132024-08-23T21:17:46.440ZChanged mediators:
1142024-08-23T21:17:46.440Z mediator clang:
1152024-08-23T21:17:46.440Z version: None -> 15 (system default)
1162024-08-23T21:17:46.440Z
1172024-08-23T21:17:46.440Z mediator llvm:
1182024-08-23T21:17:46.440Z version: 14 (system default) -> 15 (system default)
1192024-08-23T21:17:46.440Z
1202024-08-23T21:17:46.440ZChanged packages:
1212024-08-23T21:17:46.440Zhelios-dev
1222024-08-23T21:17:46.440Z developer/build-essential
1232024-08-23T21:17:46.440Z None -> 11-2.0
1242024-08-23T21:17:46.440Z library/libxmlsec1
1252024-08-23T21:17:46.440Z None -> 1.2.35-2.0
1262024-08-23T21:17:46.440Z ooce/developer/clang-15
1272024-08-23T21:17:46.440Z None -> 15.0.7-2.0
1282024-08-23T21:17:46.440Z ooce/developer/llvm-15
1292024-08-23T21:17:46.440Z None -> 15.0.7-2.0
1302024-08-23T21:17:46.440Z package/pkg
1312024-08-23T21:17:46.440Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1322024-08-23T21:17:46.440Z
1332024-08-23T21:17:46.440ZServices:
1342024-08-23T21:17:46.440Z restart_fmri:
1352024-08-23T21:17:46.440Z svc:/system/update-man-index:default
1362024-08-23T21:17:46.440Z
1372024-08-23T21:17:46.440ZEditable files to change:
1382024-08-23T21:17:46.441Z Update:
1392024-08-23T21:17:46.441Z usr/share/lib/pkg/web/config.shtml
1402024-08-23T21:17:46.517Z
1412024-08-23T21:17:46.517ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1422024-08-23T21:17:51.520ZDownload: 950/4281 items 19.0/220.6MB 8% complete (3.8M/s)
1432024-08-23T21:17:56.522ZDownload: 1483/4281 items 117.3/220.6MB 53% complete (12.0M/s)
1442024-08-23T21:18:20.866ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1452024-08-23T21:18:25.893ZDownload: 3248/4281 items 181.8/220.6MB 82% complete (15.5M/s)
1462024-08-23T21:18:29.717ZDownload: Completed 220.60 MB in 43.19 seconds (5.1M/s)
1472024-08-23T21:18:30.807Z Actions: 1/5063 actions (Removing old actions)
1482024-08-23T21:18:30.830Z Actions: 194/5063 actions (Installing new actions)
1492024-08-23T21:18:35.547Z Actions: 4226/5063 actions (Updating modified actions)
1502024-08-23T21:18:35.863Z Actions: Completed 5063 actions in 5.05 seconds.
1512024-08-23T21:18:36.142Z Done (0.272s)
1522024-08-23T21:18:36.145Z Done (0.000s)
1532024-08-23T21:18:36.522Z Done (0.379s)
1542024-08-23T21:18:40.861Z Done (4.165s)
1552024-08-23T21:18:40.950Z Done (0.018s)
1562024-08-23T21:18:40.952Z Done (0.000s)
1572024-08-23T21:18:41.112Z Done (0.000s)
1582024-08-23T21:18:41.689ZPlanning: Evaluating mediator changes ... Done
1592024-08-23T21:18:41.851ZPlanning: Checking for conflicting actions ... Done
1602024-08-23T21:18:41.853ZPlanning: Consolidating action changes ... Done
1612024-08-23T21:18:42.116ZPlanning: Evaluating mediators ... Done
1622024-08-23T21:18:42.119ZPlanning: Planning completed in 0.43 seconds
1632024-08-23T21:18:42.156Z Mediators to change: 2
1642024-08-23T21:18:42.156Z Create boot environment: No
1652024-08-23T21:18:42.156ZCreate backup boot environment: No
1662024-08-23T21:18:42.218Z Done
1672024-08-23T21:18:42.219Z Done
1682024-08-23T21:18:42.447Z Done
1692024-08-23T21:18:45.998Z Done
1702024-08-23T21:18:46.088Z Done
1712024-08-23T21:18:46.091Z Done
1722024-08-23T21:18:46.184Z Done
1732024-08-23T21:18:46.782ZPlanning: Evaluating mediator changes ... Done
1742024-08-23T21:18:46.784ZPlanning: Merging actions ... Done
1752024-08-23T21:18:46.972ZPlanning: Checking for conflicting actions ... Done
1762024-08-23T21:18:46.974ZPlanning: Consolidating action changes ... Done
1772024-08-23T21:18:47.233ZPlanning: Evaluating mediators ... Done
1782024-08-23T21:18:47.287ZPlanning: Planning completed in 0.74 seconds
1792024-08-23T21:18:47.329Z Packages to change: 1
1802024-08-23T21:18:47.329Z Mediators to change: 1
1812024-08-23T21:18:47.332Z Services to change: 1
1822024-08-23T21:18:47.332Z Create boot environment: No
1832024-08-23T21:18:47.332ZCreate backup boot environment: Yes
1842024-08-23T21:18:49.321Z Actions: 1/6 actions (Updating modified actions)
1852024-08-23T21:18:49.323Z Actions: Completed 6 actions in 0.00 seconds.
1862024-08-23T21:18:49.323Z Done
1872024-08-23T21:18:49.323Z Done
1882024-08-23T21:18:49.400Z Done
1892024-08-23T21:18:52.943Z Done
1902024-08-23T21:18:53.034Z Done
1912024-08-23T21:18:53.037Z Done
1922024-08-23T21:18:53.134Z Done
1932024-08-23T21:18:53.565ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942024-08-23T21:18:53.565Zclang system 15 system
1952024-08-23T21:18:53.565Zcsh system system illumos
1962024-08-23T21:18:53.565Zctags system system illumos
1972024-08-23T21:18:53.565Zgcc vendor 12 vendor
1982024-08-23T21:18:53.565Zgcc system 10 system
1992024-08-23T21:18:53.565Zgcc system 7 system
2002024-08-23T21:18:53.565Zgo system 1.20 system
2012024-08-23T21:18:53.565Zgo system 1.19 system
2022024-08-23T21:18:53.565Zllvm system 15 system
2032024-08-23T21:18:53.565Zllvm system 14 system
2042024-08-23T21:18:53.565Zmariadb system 10.6 system
2052024-08-23T21:18:53.565Zmta vendor vendor dma
2062024-08-23T21:18:53.565Zopenjdk system 17 system
2072024-08-23T21:18:53.565Zopenjdk system 11 system
2082024-08-23T21:18:53.565Zopenjdk system 1.8 system
2092024-08-23T21:18:53.565Zopenssl vendor 3 vendor
2102024-08-23T21:18:53.565Zperl system 5.36 system
2112024-08-23T21:18:53.565Zpostgresql system 15 system
2122024-08-23T21:18:53.565Zpostgresql system 13 system
2132024-08-23T21:18:53.565Zpython vendor 3 vendor
2142024-08-23T21:18:53.565Zpython system 2 system
2152024-08-23T21:18:53.565Zpython3 system 3.11 system
2162024-08-23T21:18:53.565Zruby system 3.0 system
2172024-08-23T21:18:53.565Zwords vendor vendor american-english
2182024-08-23T21:18:53.565Zwords system system australian-english
2192024-08-23T21:18:53.565Zwords system system british-english
2202024-08-23T21:18:53.565Zwords system system canadian-english
2212024-08-23T21:18:53.565Zwords system system french
2222024-08-23T21:18:53.565Zwords system system italian
2232024-08-23T21:18:53.565Zwords system system ngerman
2242024-08-23T21:18:53.565Zwords system system ogerman
2252024-08-23T21:18:53.565Zwords system system spanish
2262024-08-23T21:18:53.898ZPUBLISHER TYPE STATUS P LOCATION
2272024-08-23T21:18:53.898Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2282024-08-23T21:18:55.654ZFMRI IFO
2292024-08-23T21:18:55.654Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2302024-08-23T21:18:55.654Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2312024-08-23T21:18:55.654Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2322024-08-23T21:18:55.654Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2332024-08-23T21:18:55.654Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2342024-08-23T21:18:55.654Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2352024-08-23T21:18:55.654Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2362024-08-23T21:18:55.654Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2372024-08-23T21:18:55.654Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2382024-08-23T21:18:55.654Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-08-23T21:18:55.654Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2402024-08-23T21:18:55.654Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-08-23T21:18:55.654Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2422024-08-23T21:18:56.242Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432024-08-23T21:18:56.491Z Updating git repository `https://github.com/oxidecomputer/zone`
2442024-08-23T21:18:56.757Z Updating crates.io index
2452024-08-23T21:18:56.845Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2462024-08-23T21:18:57.521Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2472024-08-23T21:18:58.289Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2482024-08-23T21:18:58.545Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2492024-08-23T21:19:00.014Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2502024-08-23T21:19:00.245Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2512024-08-23T21:19:00.497Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522024-08-23T21:19:01.572Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532024-08-23T21:19:03.319Z Updating git repository `https://github.com/oxidecomputer/opte`
2542024-08-23T21:19:04.282Z Updating git repository `https://github.com/oxidecomputer/falcon`
2552024-08-23T21:19:04.923Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562024-08-23T21:19:05.169Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2572024-08-23T21:19:05.760Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2582024-08-23T21:19:06.011Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2592024-08-23T21:19:06.333Z Updating git repository `https://github.com/oxidecomputer/tofino`
2602024-08-23T21:19:06.646Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612024-08-23T21:19:06.921Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622024-08-23T21:19:07.127Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632024-08-23T21:19:07.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
2642024-08-23T21:19:07.688Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652024-08-23T21:19:07.965Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662024-08-23T21:19:08.304Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2672024-08-23T21:19:08.542Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682024-08-23T21:19:08.981Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692024-08-23T21:19:09.294Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702024-08-23T21:19:09.687Z Updating git repository `https://github.com/oxidecomputer/typify`
2712024-08-23T21:19:11.714Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722024-08-23T21:19:11.939Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732024-08-23T21:19:12.225Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742024-08-23T21:19:12.551Z Updating git repository `https://github.com/oxidecomputer/rfb`
2752024-08-23T21:19:13.748Z Downloading crates ...
2762024-08-23T21:19:13.849Z Downloaded anstyle v1.0.8
2772024-08-23T21:19:13.854Z Downloaded anstyle-query v1.0.3
2782024-08-23T21:19:13.856Z Downloaded autocfg v1.3.0
2792024-08-23T21:19:13.859Z Downloaded block-buffer v0.10.4
2802024-08-23T21:19:13.859Z Downloaded proc-macro-error-attr v1.0.4
2812024-08-23T21:19:13.861Z Downloaded heck v0.5.0
2822024-08-23T21:19:13.861Z Downloaded cpufeatures v0.2.12
2832024-08-23T21:19:13.863Z Downloaded digest v0.10.7
2842024-08-23T21:19:13.866Z Downloaded fs-err v2.11.0
2852024-08-23T21:19:13.866Z Downloaded pretty-hex v0.4.1
2862024-08-23T21:19:13.868Z Downloaded byteorder v1.5.0
2872024-08-23T21:19:13.868Z Downloaded dtrace-parser v0.2.0
2882024-08-23T21:19:13.870Z Downloaded is_terminal_polyfill v1.70.0
2892024-08-23T21:19:13.870Z Downloaded clap_lex v0.7.0
2902024-08-23T21:19:13.873Z Downloaded scroll_derive v0.12.0
2912024-08-23T21:19:13.875Z Downloaded usdt-attr-macro v0.5.0
2922024-08-23T21:19:13.878Z Downloaded errno v0.3.9
2932024-08-23T21:19:13.884Z Downloaded macaddr v1.0.1
2942024-08-23T21:19:13.887Z Downloaded cargo-platform v0.1.8
2952024-08-23T21:19:13.890Z Downloaded memmap v0.7.0
2962024-08-23T21:19:13.892Z Downloaded thiserror-impl v1.0.63
2972024-08-23T21:19:13.892Z Downloaded terminal_size v0.3.0
2982024-08-23T21:19:13.892Z Downloaded strsim v0.11.1
2992024-08-23T21:19:13.895Z Downloaded serde_tokenstream v0.2.2
3002024-08-23T21:19:13.897Z Downloaded utf8parse v0.2.1
3012024-08-23T21:19:13.897Z Downloaded pest_derive v2.7.10
3022024-08-23T21:19:13.900Z Downloaded tabled_derive v0.7.0
3032024-08-23T21:19:13.900Z Downloaded clap_derive v4.5.13
3042024-08-23T21:19:13.902Z Downloaded quote v1.0.36
3052024-08-23T21:19:13.909Z Downloaded cargo_toml v0.20.4
3062024-08-23T21:19:13.912Z Downloaded zerocopy-derive v0.7.34
3072024-08-23T21:19:13.918Z Downloaded ryu v1.0.18
3082024-08-23T21:19:13.921Z Downloaded pest_meta v2.7.10
3092024-08-23T21:19:13.923Z Downloaded toml v0.8.19
3102024-08-23T21:19:13.926Z Downloaded equivalent v1.0.1
3112024-08-23T21:19:13.931Z Downloaded usdt-macro v0.5.0
3122024-08-23T21:19:13.934Z Downloaded swrite v0.1.0
3132024-08-23T21:19:13.939Z Downloaded papergrid v0.11.0
3142024-08-23T21:19:13.952Z Downloaded crypto-common v0.1.6
3152024-08-23T21:19:13.955Z Downloaded cfg-if v1.0.0
3162024-08-23T21:19:13.955Z Downloaded anstyle-parse v0.2.4
3172024-08-23T21:19:13.957Z Downloaded heck v0.4.1
3182024-08-23T21:19:13.957Z Downloaded colorchoice v1.0.1
3192024-08-23T21:19:13.960Z Downloaded generic-array v0.14.7
3202024-08-23T21:19:13.960Z Downloaded fnv v1.0.7
3212024-08-23T21:19:13.962Z Downloaded pest_generator v2.7.10
3222024-08-23T21:19:13.962Z Downloaded itoa v1.0.11
3232024-08-23T21:19:13.964Z Downloaded version_check v0.9.5
3242024-08-23T21:19:13.967Z Downloaded plain v0.2.3
3252024-08-23T21:19:13.967Z Downloaded dof v0.3.0
3262024-08-23T21:19:13.970Z Downloaded ucd-trie v0.1.6
3272024-08-23T21:19:13.973Z Downloaded clap v4.5.16
3282024-08-23T21:19:13.980Z Downloaded usdt v0.5.0
3292024-08-23T21:19:13.982Z Downloaded bytecount v0.6.8
3302024-08-23T21:19:13.985Z Downloaded bitflags v2.6.0
3312024-08-23T21:19:13.987Z Downloaded cargo_metadata v0.18.1
3322024-08-23T21:19:13.989Z Downloaded semver v1.0.23
3332024-08-23T21:19:13.989Z Downloaded scroll v0.12.0
3342024-08-23T21:19:13.992Z Downloaded once_cell v1.19.0
3352024-08-23T21:19:13.994Z Downloaded serde_spanned v0.6.7
3362024-08-23T21:19:13.994Z Downloaded sha2 v0.10.8
3372024-08-23T21:19:13.997Z Downloaded anstream v0.6.14
3382024-08-23T21:19:13.999Z Downloaded toml_datetime v0.6.8
3392024-08-23T21:19:14.001Z Downloaded thread-id v4.2.1
3402024-08-23T21:19:14.001Z Downloaded thiserror v1.0.63
3412024-08-23T21:19:14.004Z Downloaded serde v1.0.208
3422024-08-23T21:19:14.007Z Downloaded usdt-impl v0.5.0
3432024-08-23T21:19:14.010Z Downloaded serde_derive v1.0.208
3442024-08-23T21:19:14.013Z Downloaded proc-macro2 v1.0.86
3452024-08-23T21:19:14.016Z Downloaded camino v1.1.9
3462024-08-23T21:19:14.016Z Downloaded unicode-ident v1.0.12
3472024-08-23T21:19:14.018Z Downloaded typenum v1.17.0
3482024-08-23T21:19:14.021Z Downloaded proc-macro-error v1.0.4
3492024-08-23T21:19:14.024Z Downloaded anyhow v1.0.86
3502024-08-23T21:19:14.027Z Downloaded toml_edit v0.22.20
3512024-08-23T21:19:14.047Z Downloaded log v0.4.21
3522024-08-23T21:19:14.049Z Downloaded memchr v2.7.2
3532024-08-23T21:19:14.054Z Downloaded indexmap v2.4.0
3542024-08-23T21:19:14.057Z Downloaded hashbrown v0.14.5
3552024-08-23T21:19:14.062Z Downloaded serde_json v1.0.125
3562024-08-23T21:19:14.074Z Downloaded pest v2.7.10
3572024-08-23T21:19:14.079Z Downloaded goblin v0.8.2
3582024-08-23T21:19:14.088Z Downloaded winnow v0.6.18
3592024-08-23T21:19:14.096Z Downloaded zerocopy v0.7.34
3602024-08-23T21:19:14.111Z Downloaded clap_builder v4.5.15
3612024-08-23T21:19:14.117Z Downloaded tabled v0.15.0
3622024-08-23T21:19:14.132Z Downloaded syn v2.0.74
3632024-08-23T21:19:14.142Z Downloaded syn v1.0.109
3642024-08-23T21:19:14.152Z Downloaded rustix v0.38.34
3652024-08-23T21:19:14.173Z Downloaded unicode-width v0.1.13
3662024-08-23T21:19:14.180Z Downloaded libc v0.2.156
3672024-08-23T21:19:14.476Z Compiling proc-macro2 v1.0.86
3682024-08-23T21:19:14.478Z Compiling unicode-ident v1.0.12
3692024-08-23T21:19:14.478Z Compiling version_check v0.9.5
3702024-08-23T21:19:14.478Z Compiling serde v1.0.208
3712024-08-23T21:19:14.478Z Compiling memchr v2.7.2
3722024-08-23T21:19:14.478Z Compiling thiserror v1.0.63
3732024-08-23T21:19:14.478Z Compiling libc v0.2.156
3742024-08-23T21:19:14.509Z Compiling itoa v1.0.11
3752024-08-23T21:19:14.735Z Compiling ryu v1.0.18
3762024-08-23T21:19:14.843Z Compiling ucd-trie v0.1.6
3772024-08-23T21:19:15.243Z Compiling once_cell v1.19.0
3782024-08-23T21:19:15.276Z Compiling byteorder v1.5.0
3792024-08-23T21:19:15.371Z Compiling serde_json v1.0.125
3802024-08-23T21:19:15.726Z Compiling proc-macro-error-attr v1.0.4
3812024-08-23T21:19:15.748Z Compiling usdt-impl v0.5.0
3822024-08-23T21:19:15.769Z Compiling rustix v0.38.34
3832024-08-23T21:19:16.012Z Compiling syn v1.0.109
3842024-08-23T21:19:16.111Z Compiling quote v1.0.36
3852024-08-23T21:19:16.135Z Compiling proc-macro-error v1.0.4
3862024-08-23T21:19:16.242Z Compiling hashbrown v0.14.5
3872024-08-23T21:19:16.426Z Compiling bitflags v2.6.0
3882024-08-23T21:19:16.519Z Compiling syn v2.0.74
3892024-08-23T21:19:16.816Z Compiling errno v0.3.9
3902024-08-23T21:19:16.841Z Compiling plain v0.2.3
3912024-08-23T21:19:16.863Z Compiling log v0.4.21
3922024-08-23T21:19:16.885Z Compiling utf8parse v0.2.1
3932024-08-23T21:19:16.988Z Compiling thread-id v4.2.1
3942024-08-23T21:19:17.047Z Compiling equivalent v1.0.1
3952024-08-23T21:19:17.049Z Compiling anstyle-parse v0.2.4
3962024-08-23T21:19:17.303Z Compiling is_terminal_polyfill v1.70.0
3972024-08-23T21:19:17.397Z Compiling anstyle-query v1.0.3
3982024-08-23T21:19:17.432Z Compiling indexmap v2.4.0
3992024-08-23T21:19:17.519Z Compiling autocfg v1.3.0
4002024-08-23T21:19:17.544Z Compiling winnow v0.6.18
4012024-08-23T21:19:17.567Z Compiling anstyle v1.0.8
4022024-08-23T21:19:17.870Z Compiling camino v1.1.9
4032024-08-23T21:19:18.041Z Compiling pretty-hex v0.4.1
4042024-08-23T21:19:18.292Z Compiling colorchoice v1.0.1
4052024-08-23T21:19:18.464Z Compiling semver v1.0.23
4062024-08-23T21:19:18.569Z Compiling fs-err v2.11.0
4072024-08-23T21:19:18.671Z Compiling anstream v0.6.14
4082024-08-23T21:19:18.722Z Compiling terminal_size v0.3.0
4092024-08-23T21:19:18.924Z Compiling heck v0.4.1
4102024-08-23T21:19:18.951Z Compiling anyhow v1.0.86
4112024-08-23T21:19:19.004Z Compiling fnv v1.0.7
4122024-08-23T21:19:19.098Z Compiling strsim v0.11.1
4132024-08-23T21:19:19.139Z Compiling unicode-width v0.1.13
4142024-08-23T21:19:19.385Z Compiling clap_lex v0.7.0
4152024-08-23T21:19:19.409Z Compiling heck v0.5.0
4162024-08-23T21:19:19.433Z Compiling bytecount v0.6.8
4172024-08-23T21:19:19.668Z Compiling clap_builder v4.5.15
4182024-08-23T21:19:19.799Z Compiling papergrid v0.11.0
4192024-08-23T21:19:19.949Z Compiling memmap v0.7.0
4202024-08-23T21:19:20.660Z Compiling swrite v0.1.0
4212024-08-23T21:19:22.181Z Compiling tabled_derive v0.7.0
4222024-08-23T21:19:23.744Z Compiling tabled v0.15.0
4232024-08-23T21:19:25.119Z Compiling serde_derive v1.0.208
4242024-08-23T21:19:25.124Z Compiling thiserror-impl v1.0.63
4252024-08-23T21:19:25.124Z Compiling zerocopy-derive v0.7.34
4262024-08-23T21:19:25.257Z Compiling scroll_derive v0.12.0
4272024-08-23T21:19:25.321Z Compiling clap_derive v4.5.13
4282024-08-23T21:19:26.552Z Compiling scroll v0.12.0
4292024-08-23T21:19:26.784Z Compiling zerocopy v0.7.34
4302024-08-23T21:19:27.013Z Compiling goblin v0.8.2
4312024-08-23T21:19:27.626Z Compiling pest v2.7.10
4322024-08-23T21:19:29.002Z Compiling clap v4.5.16
4332024-08-23T21:19:29.835Z Compiling pest_meta v2.7.10
4342024-08-23T21:19:30.636Z Compiling pest_generator v2.7.10
4352024-08-23T21:19:32.552Z Compiling pest_derive v2.7.10
4362024-08-23T21:19:33.270Z Compiling dtrace-parser v0.2.0
4372024-08-23T21:19:35.136Z Compiling toml_datetime v0.6.8
4382024-08-23T21:19:35.136Z Compiling serde_spanned v0.6.7
4392024-08-23T21:19:35.139Z Compiling cargo-platform v0.1.8
4402024-08-23T21:19:35.496Z Compiling serde_tokenstream v0.2.2
4412024-08-23T21:19:35.521Z Compiling toml_edit v0.22.20
4422024-08-23T21:19:35.714Z Compiling macaddr v1.0.1
4432024-08-23T21:19:36.516Z Compiling dof v0.3.0
4442024-08-23T21:19:36.516Z Compiling cargo_metadata v0.18.1
4452024-08-23T21:19:38.313Z Compiling toml v0.8.19
4462024-08-23T21:19:38.554Z Compiling usdt-attr-macro v0.5.0
4472024-08-23T21:19:38.554Z Compiling usdt-macro v0.5.0
4482024-08-23T21:19:39.141Z Compiling cargo_toml v0.20.4
4492024-08-23T21:19:39.981Z Compiling usdt v0.5.0
4502024-08-23T21:19:42.826Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4512024-08-23T21:19:46.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.53s
4522024-08-23T21:19:46.801Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4532024-08-23T21:19:47.358Z Downloading crates ...
4542024-08-23T21:19:47.514Z Downloaded adler v1.0.2
4552024-08-23T21:19:47.517Z Downloaded defmt-macros v0.3.9
4562024-08-23T21:19:47.522Z Downloaded allocator-api2 v0.2.18
4572024-08-23T21:19:47.525Z Downloaded iana-time-zone v0.1.60
4582024-08-23T21:19:47.528Z Downloaded async-trait v0.1.81
4592024-08-23T21:19:47.531Z Downloaded atomic-waker v1.1.2
4602024-08-23T21:19:47.534Z Downloaded maplit v1.0.2
4612024-08-23T21:19:47.536Z Downloaded base64 v0.22.1
4622024-08-23T21:19:47.539Z Downloaded match_cfg v0.1.0
4632024-08-23T21:19:47.541Z Downloaded instant v0.1.12
4642024-08-23T21:19:47.543Z Downloaded memoffset v0.9.1
4652024-08-23T21:19:47.543Z Downloaded new_debug_unreachable v1.0.6
4662024-08-23T21:19:47.546Z Downloaded num-rational v0.4.2
4672024-08-23T21:19:47.548Z Downloaded indent_write v2.2.0
4682024-08-23T21:19:47.551Z Downloaded kstat-rs v0.2.4
4692024-08-23T21:19:47.551Z Downloaded instability v0.3.2
4702024-08-23T21:19:47.553Z Downloaded indoc v1.0.9
4712024-08-23T21:19:47.556Z Downloaded base16ct v0.2.0
4722024-08-23T21:19:47.558Z Downloaded backtrace v0.3.71
4732024-08-23T21:19:47.562Z Downloaded addr2line v0.21.0
4742024-08-23T21:19:47.564Z Downloaded lalrpop v0.19.12
4752024-08-23T21:19:47.577Z Downloaded atomicwrites v0.4.3
4762024-08-23T21:19:47.580Z Downloaded cfg_aliases v0.1.1
4772024-08-23T21:19:47.580Z Downloaded libefi-sys v0.1.0
4782024-08-23T21:19:47.582Z Downloaded bytes v1.7.1
4792024-08-23T21:19:47.585Z Downloaded bitflags v1.3.2
4802024-08-23T21:19:47.588Z Downloaded atty v0.2.14
4812024-08-23T21:19:47.590Z Downloaded chrono v0.4.38
4822024-08-23T21:19:47.596Z Downloaded async-stream-impl v0.3.5
4832024-08-23T21:19:47.599Z Downloaded ascii-canvas v3.0.0
4842024-08-23T21:19:47.601Z Downloaded aho-corasick v1.1.3
4852024-08-23T21:19:47.606Z Downloaded async-recursion v1.1.1
4862024-08-23T21:19:47.609Z Downloaded ascii v1.1.0
4872024-08-23T21:19:47.612Z Downloaded argon2 v0.5.3
4882024-08-23T21:19:47.615Z Downloaded impl-trait-for-tuples v0.2.2
4892024-08-23T21:19:47.617Z Downloaded hyper-staticfile v0.9.5
4902024-08-23T21:19:47.620Z Downloaded csv-core v0.1.11
4912024-08-23T21:19:47.623Z Downloaded array-init v0.0.4
4922024-08-23T21:19:47.623Z Downloaded aead v0.5.2
4932024-08-23T21:19:47.623Z Downloaded crunchy v0.2.2
4942024-08-23T21:19:47.626Z Downloaded crossbeam-epoch v0.9.18
4952024-08-23T21:19:47.628Z Downloaded ident_case v1.0.1
4962024-08-23T21:19:47.628Z Downloaded crossbeam-deque v0.8.5
4972024-08-23T21:19:47.630Z Downloaded convert_case v0.4.0
4982024-08-23T21:19:47.630Z Downloaded ciborium-ll v0.2.2
4992024-08-23T21:19:47.632Z Downloaded ciborium-io v0.2.2
5002024-08-23T21:19:47.633Z Downloaded is-terminal v0.4.12
5012024-08-23T21:19:47.635Z Downloaded ciborium v0.2.2
5022024-08-23T21:19:47.637Z Downloaded itertools v0.10.5
5032024-08-23T21:19:47.642Z Downloaded arc-swap v1.7.1
5042024-08-23T21:19:47.655Z Downloaded hyper-rustls v0.24.2
5052024-08-23T21:19:47.659Z Downloaded humantime v2.1.0
5062024-08-23T21:19:47.664Z Downloaded hyper v0.14.30
5072024-08-23T21:19:47.674Z Downloaded inout v0.1.3
5082024-08-23T21:19:47.681Z Downloaded idna v0.5.0
5092024-08-23T21:19:47.688Z Downloaded jobserver v0.1.32
5102024-08-23T21:19:47.691Z Downloaded ipnet v2.9.0
5112024-08-23T21:19:47.699Z Downloaded lazycell v1.3.0
5122024-08-23T21:19:47.702Z Downloaded lazy_static v1.5.0
5132024-08-23T21:19:47.704Z Downloaded idna v0.4.0
5142024-08-23T21:19:47.710Z Downloaded itertools v0.13.0
5152024-08-23T21:19:47.717Z Downloaded indexmap v1.9.3
5162024-08-23T21:19:47.721Z Downloaded itertools v0.12.1
5172024-08-23T21:19:47.728Z Downloaded mime v0.3.17
5182024-08-23T21:19:47.730Z Downloaded libm v0.2.8
5192024-08-23T21:19:47.738Z Downloaded mime_guess v2.0.4
5202024-08-23T21:19:47.740Z Downloaded native-tls v0.2.11
5212024-08-23T21:19:47.743Z Downloaded multimap v0.10.0
5222024-08-23T21:19:47.747Z Downloaded bitvec v1.0.1
5232024-08-23T21:19:47.759Z Downloaded num v0.4.3
5242024-08-23T21:19:47.761Z Downloaded openssl-probe v0.1.5
5252024-08-23T21:19:47.763Z Downloaded openssl-macros v0.1.1
5262024-08-23T21:19:47.763Z Downloaded opaque-debug v0.3.1
5272024-08-23T21:19:47.763Z Downloaded num-iter v0.1.45
5282024-08-23T21:19:47.766Z Downloaded num-conv v0.1.0
5292024-08-23T21:19:47.766Z Downloaded mio v1.0.2
5302024-08-23T21:19:47.771Z Downloaded normalize-line-endings v0.3.0
5312024-08-23T21:19:47.773Z Downloaded crc v3.2.1
5322024-08-23T21:19:47.777Z Downloaded constant_time_eq v0.3.0
5332024-08-23T21:19:47.777Z Downloaded nix v0.28.0
5342024-08-23T21:19:47.788Z Downloaded assert_matches v1.5.0
5352024-08-23T21:19:47.791Z Downloaded arrayvec v0.7.4
5362024-08-23T21:19:47.793Z Downloaded aes v0.8.4
5372024-08-23T21:19:47.795Z Downloaded crypto-bigint v0.5.5
5382024-08-23T21:19:47.802Z Downloaded blake3 v1.5.1
5392024-08-23T21:19:47.810Z Downloaded crossbeam-utils v0.8.19
5402024-08-23T21:19:47.813Z Downloaded cobs v0.2.3
5412024-08-23T21:19:47.815Z Downloaded crc-catalog v2.4.0
5422024-08-23T21:19:47.818Z Downloaded const-oid v0.9.6
5432024-08-23T21:19:47.820Z Downloaded console v0.15.8
5442024-08-23T21:19:47.822Z Downloaded data-encoding v2.6.0
5452024-08-23T21:19:47.822Z Downloaded crossbeam-channel v0.5.12
5462024-08-23T21:19:47.827Z Downloaded static_assertions v1.1.0
5472024-08-23T21:19:47.830Z Downloaded colored v2.1.0
5482024-08-23T21:19:47.832Z Downloaded bb8 v0.8.5
5492024-08-23T21:19:47.835Z Downloaded base64ct v1.6.0
5502024-08-23T21:19:47.837Z Downloaded crc32fast v1.4.0
5512024-08-23T21:19:47.837Z Downloaded crc-any v2.5.0
5522024-08-23T21:19:47.840Z Downloaded cookie_store v0.20.0
5532024-08-23T21:19:47.842Z Downloaded cookie v0.18.1
5542024-08-23T21:19:47.844Z Downloaded libxml v0.3.3
5552024-08-23T21:19:47.850Z Downloaded libsw v3.3.1
5562024-08-23T21:19:47.852Z Downloaded untrusted v0.7.1
5572024-08-23T21:19:47.855Z Downloaded universal-hash v0.5.1
5582024-08-23T21:19:47.855Z Downloaded termtree v0.4.1
5592024-08-23T21:19:47.857Z Downloaded cookie v0.17.0
5602024-08-23T21:19:47.859Z Downloaded newtype_derive v0.1.6
5612024-08-23T21:19:47.862Z Downloaded nodrop v0.1.14
5622024-08-23T21:19:47.862Z Downloaded newtype-uuid v1.1.0
5632024-08-23T21:19:47.870Z Downloaded newline-converter v0.3.0
5642024-08-23T21:19:47.873Z Downloaded untrusted v0.9.0
5652024-08-23T21:19:47.875Z Downloaded tokio-macros v2.3.0
5662024-08-23T21:19:47.875Z Downloaded stringprep v0.1.4
5672024-08-23T21:19:47.877Z Downloaded num_enum v0.5.11
5682024-08-23T21:19:47.881Z Downloaded num-bigint-dig v0.8.4
5692024-08-23T21:19:47.887Z Downloaded num_enum_derive v0.5.11
5702024-08-23T21:19:47.889Z Downloaded fastrand v2.1.0
5712024-08-23T21:19:47.892Z Downloaded defmt v0.3.8
5722024-08-23T21:19:47.895Z Downloaded debug-ignore v1.0.5
5732024-08-23T21:19:47.897Z Downloaded darling_macro v0.20.9
5742024-08-23T21:19:47.900Z Downloaded darling_core v0.20.9
5752024-08-23T21:19:47.904Z Downloaded darling v0.20.9
5762024-08-23T21:19:47.909Z Downloaded openssl-sys v0.9.103
5772024-08-23T21:19:47.915Z Downloaded idna v0.3.0
5782024-08-23T21:19:47.923Z Downloaded curve25519-dalek-derive v0.1.1
5792024-08-23T21:19:47.925Z Downloaded futures-executor v0.3.30
5802024-08-23T21:19:47.928Z Downloaded fallible-iterator v0.3.0
5812024-08-23T21:19:47.928Z Downloaded der v0.7.9
5822024-08-23T21:19:47.934Z Downloaded dirs-sys-next v0.1.2
5832024-08-23T21:19:47.936Z Downloaded fallible-streaming-iterator v0.1.9
5842024-08-23T21:19:47.936Z Downloaded downcast v0.11.0
5852024-08-23T21:19:47.939Z Downloaded nibble_vec v0.1.0
5862024-08-23T21:19:47.942Z Downloaded url v2.5.2
5872024-08-23T21:19:47.944Z Downloaded bzip2-sys v0.1.11+1.0.8
5882024-08-23T21:19:47.958Z Downloaded pkg-config v0.3.30
5892024-08-23T21:19:47.961Z Downloaded csv v1.3.0
5902024-08-23T21:19:47.982Z Downloaded bstr v1.9.1
5912024-08-23T21:19:47.994Z Downloaded rustls-webpki v0.101.7
5922024-08-23T21:19:48.010Z Downloaded lru-cache v0.1.2
5932024-08-23T21:19:48.014Z Downloaded sct v0.7.1
5942024-08-23T21:19:48.017Z Downloaded lru v0.12.3
5952024-08-23T21:19:48.017Z Downloaded pkcs8 v0.10.2
5962024-08-23T21:19:48.020Z Downloaded radium v0.7.0
5972024-08-23T21:19:48.023Z Downloaded twox-hash v1.6.3
5982024-08-23T21:19:48.025Z Downloaded tokio-native-tls v0.3.1
5992024-08-23T21:19:48.028Z Downloaded tracing v0.1.40
6002024-08-23T21:19:48.032Z Downloaded foreign-types-shared v0.1.1
6012024-08-23T21:19:48.035Z Downloaded secrecy v0.8.0
6022024-08-23T21:19:48.035Z Downloaded rustls-webpki v0.102.4
6032024-08-23T21:19:48.054Z Downloaded tls_codec_derive v0.4.1
6042024-08-23T21:19:48.056Z Downloaded parking_lot_core v0.9.10
6052024-08-23T21:19:48.059Z Downloaded httpdate v1.0.3
6062024-08-23T21:19:48.061Z Downloaded http v0.2.12
6072024-08-23T21:19:48.065Z Downloaded want v0.3.1
6082024-08-23T21:19:48.067Z Downloaded parking_lot_core v0.8.6
6092024-08-23T21:19:48.069Z Downloaded omicron-zone-package v0.11.0
6102024-08-23T21:19:48.073Z Downloaded poly1305 v0.8.0
6112024-08-23T21:19:48.079Z Downloaded which v4.4.2
6122024-08-23T21:19:48.082Z Downloaded webpki-roots v0.25.4
6132024-08-23T21:19:48.088Z Downloaded portable-atomic v1.6.0
6142024-08-23T21:19:48.096Z Downloaded deranged v0.3.11
6152024-08-23T21:19:48.099Z Downloaded rustversion v1.0.17
6162024-08-23T21:19:48.102Z Downloaded resolv-conf v0.7.0
6172024-08-23T21:19:48.104Z Downloaded reqwest v0.11.27
6182024-08-23T21:19:48.115Z Downloaded pem v3.0.4
6192024-08-23T21:19:48.117Z Downloaded rand_chacha v0.3.1
6202024-08-23T21:19:48.120Z Downloaded powerfmt v0.2.0
6212024-08-23T21:19:48.122Z Downloaded form_urlencoded v1.2.1
6222024-08-23T21:19:48.122Z Downloaded dsl_auto_type v0.1.2
6232024-08-23T21:19:48.124Z Downloaded display-error-chain v0.2.0
6242024-08-23T21:19:48.124Z Downloaded defmt-parser v0.3.4
6252024-08-23T21:19:48.127Z Downloaded curve25519-dalek v4.1.3
6262024-08-23T21:19:48.133Z Downloaded mockall_derive v0.13.0
6272024-08-23T21:19:48.136Z Downloaded phf_shared v0.10.0
6282024-08-23T21:19:48.139Z Downloaded funty v2.0.0
6292024-08-23T21:19:48.139Z Downloaded fragile v2.0.0
6302024-08-23T21:19:48.141Z Downloaded fixedbitset v0.4.2
6312024-08-23T21:19:48.143Z Downloaded phf v0.11.2
6322024-08-23T21:19:48.146Z Downloaded futures-channel v0.3.30
6332024-08-23T21:19:48.148Z Downloaded ppv-lite86 v0.2.17
6342024-08-23T21:19:48.151Z Downloaded flate2 v1.0.31
6352024-08-23T21:19:48.156Z Downloaded filetime v0.2.24
6362024-08-23T21:19:48.159Z Downloaded futures v0.3.30
6372024-08-23T21:19:48.164Z Downloaded nix v0.27.1
6382024-08-23T21:19:48.175Z Downloaded spki v0.7.3
6392024-08-23T21:19:48.178Z Downloaded rayon v1.10.0
6402024-08-23T21:19:48.188Z Downloaded fatfs v0.3.6
6412024-08-23T21:19:48.192Z Downloaded ron v0.7.1
6422024-08-23T21:19:48.197Z Downloaded tinyvec_macros v0.1.1
6432024-08-23T21:19:48.199Z Downloaded tokio-rustls v0.24.1
6442024-08-23T21:19:48.202Z Downloaded tokio-rustls v0.25.0
6452024-08-23T21:19:48.204Z Downloaded wyz v0.5.1
6462024-08-23T21:19:48.206Z Downloaded r2d2 v0.8.10
6472024-08-23T21:19:48.206Z Downloaded paste v1.0.15
6482024-08-23T21:19:48.209Z Downloaded rustls-pemfile v1.0.4
6492024-08-23T21:19:48.212Z Downloaded fxhash v0.2.1
6502024-08-23T21:19:48.214Z Downloaded quick-xml v0.31.0
6512024-08-23T21:19:48.220Z Downloaded scopeguard v1.2.0
6522024-08-23T21:19:48.222Z Downloaded slab v0.4.9
6532024-08-23T21:19:48.224Z Downloaded siphasher v0.3.11
6542024-08-23T21:19:48.227Z Downloaded tokio-stream v0.1.15
6552024-08-23T21:19:48.233Z Downloaded diesel_derives v2.2.2
6562024-08-23T21:19:48.236Z Downloaded xattr v1.3.1
6572024-08-23T21:19:48.238Z Downloaded pem-rfc7468 v0.7.0
6582024-08-23T21:19:48.241Z Downloaded hickory-client v0.24.1
6592024-08-23T21:19:48.244Z Downloaded unicode-truncate v1.0.0
6602024-08-23T21:19:48.246Z Downloaded either v1.13.0
6612024-08-23T21:19:48.249Z Downloaded elliptic-curve v0.13.8
6622024-08-23T21:19:49.256Z Downloaded group v0.13.0
6632024-08-23T21:19:49.259Z Downloaded ron v0.8.1
6642024-08-23T21:19:49.259Z Downloaded h2 v0.3.26
6652024-08-23T21:19:49.259Z Downloaded radix_trie v0.2.1
6662024-08-23T21:19:49.259Z Downloaded spin v0.5.2
6672024-08-23T21:19:49.259Z Downloaded thread_local v1.1.8
6682024-08-23T21:19:49.259Z Downloaded signal-hook-tokio v0.3.1
6692024-08-23T21:19:49.259Z Downloaded serde-big-array v0.5.1
6702024-08-23T21:19:49.259Z Downloaded semver v0.1.20
6712024-08-23T21:19:49.259Z Downloaded thiserror-impl-no-std v2.0.2
6722024-08-23T21:19:49.259Z Downloaded foreign-types-shared v0.3.1
6732024-08-23T21:19:49.259Z Downloaded foreign-types-macros v0.2.3
6742024-08-23T21:19:49.259Z Downloaded tap v1.0.1
6752024-08-23T21:19:49.259Z Downloaded socket2 v0.5.7
6762024-08-23T21:19:49.259Z Downloaded postgres-types v0.2.7
6772024-08-23T21:19:49.259Z Downloaded float-ord v0.3.2
6782024-08-23T21:19:49.260Z Downloaded socket2 v0.4.10
6792024-08-23T21:19:49.260Z Downloaded slog-stdlog v4.1.1
6802024-08-23T21:19:49.260Z Downloaded futures-io v0.3.30
6812024-08-23T21:19:49.260Z Downloaded salsa20 v0.10.2
6822024-08-23T21:19:49.260Z Downloaded rustls v0.21.12
6832024-08-23T21:19:49.260Z Downloaded fallible-iterator v0.2.0
6842024-08-23T21:19:49.260Z Downloaded predicates-tree v1.0.9
6852024-08-23T21:19:49.260Z Downloaded zeroize v1.7.0
6862024-08-23T21:19:49.260Z Downloaded predicates-core v1.0.6
6872024-08-23T21:19:49.260Z Downloaded percent-encoding v2.3.1
6882024-08-23T21:19:49.260Z Downloaded futures-core v0.3.30
6892024-08-23T21:19:49.260Z Downloaded zerocopy v0.6.6
6902024-08-23T21:19:49.260Z Downloaded same-file v1.0.6
6912024-08-23T21:19:49.260Z Downloaded unicode-bidi v0.3.15
6922024-08-23T21:19:49.260Z Downloaded schemars v0.8.21
6932024-08-23T21:19:49.260Z Downloaded tower-service v0.3.2
6942024-08-23T21:19:49.260Z Downloaded ena v0.14.3
6952024-08-23T21:19:49.260Z Downloaded unicode-linebreak v0.1.5
6962024-08-23T21:19:49.260Z Downloaded unicase v2.7.0
6972024-08-23T21:19:49.260Z Downloaded endian-type v0.1.2
6982024-08-23T21:19:49.260Z Downloaded toml_edit v0.19.15
6992024-08-23T21:19:49.260Z Downloaded futures-util v0.3.30
7002024-08-23T21:19:49.260Z Downloaded rayon-core v1.12.1
7012024-08-23T21:19:49.260Z Downloaded sqlparser_derive v0.2.2
7022024-08-23T21:19:49.260Z Downloaded pin-project-internal v1.1.5
7032024-08-23T21:19:49.260Z Downloaded pin-project v1.1.5
7042024-08-23T21:19:49.260Z Downloaded take_mut v0.2.2
7052024-08-23T21:19:49.260Z Downloaded ref-cast v1.0.23
7062024-08-23T21:19:49.260Z Downloaded tabwriter v1.4.0
7072024-08-23T21:19:49.260Z Downloaded subprocess v0.2.9
7082024-08-23T21:19:49.260Z Downloaded serde_urlencoded v0.7.1
7092024-08-23T21:19:49.260Z Downloaded termcolor v1.4.1
7102024-08-23T21:19:49.260Z Downloaded sqlformat v0.2.4
7112024-08-23T21:19:49.260Z Downloaded phf_shared v0.11.2
7122024-08-23T21:19:49.260Z Downloaded serde_with v3.9.0
7132024-08-23T21:19:49.260Z Downloaded hash32 v0.3.1
7142024-08-23T21:19:49.260Z Downloaded hash32 v0.2.1
7152024-08-23T21:19:49.260Z Downloaded futures-task v0.3.30
7162024-08-23T21:19:49.261Z Downloaded regex v1.10.6
7172024-08-23T21:19:49.261Z Downloaded futures-macro v0.3.30
7182024-08-23T21:19:49.261Z Downloaded tracing-attributes v0.1.27
7192024-08-23T21:19:49.261Z Downloaded term v0.7.0
7202024-08-23T21:19:49.261Z Downloaded tempfile v3.10.1
7212024-08-23T21:19:49.261Z Downloaded hex v0.4.3
7222024-08-23T21:19:49.261Z Downloaded vcpkg v0.2.15
7232024-08-23T21:19:49.261Z Downloaded unicode-normalization v0.1.23
7242024-08-23T21:19:49.261Z Downloaded unicode_categories v0.1.1
7252024-08-23T21:19:49.261Z Downloaded serde_arrays v0.1.0
7262024-08-23T21:19:49.261Z Downloaded vte v0.11.1
7272024-08-23T21:19:49.261Z Downloaded petgraph v0.6.5
7282024-08-23T21:19:49.261Z Downloaded rand_xorshift v0.3.0
7292024-08-23T21:19:49.261Z Downloaded winnow v0.5.40
7302024-08-23T21:19:49.261Z Downloaded hostname v0.3.1
7312024-08-23T21:19:49.261Z Downloaded home v0.5.9
7322024-08-23T21:19:49.261Z Downloaded rand_seeder v0.3.0
7332024-08-23T21:19:49.261Z Downloaded x509-cert v0.2.5
7342024-08-23T21:19:49.261Z Downloaded heck v0.3.3
7352024-08-23T21:19:49.261Z Downloaded diff v0.1.13
7362024-08-23T21:19:49.261Z Downloaded pin-project-lite v0.2.14
7372024-08-23T21:19:49.261Z Downloaded embedded-io v0.4.0
7382024-08-23T21:19:49.261Z Downloaded serde_yaml v0.9.34+deprecated
7392024-08-23T21:19:49.261Z Downloaded whoami v1.5.1
7402024-08-23T21:19:49.261Z Downloaded hmac v0.12.1
7412024-08-23T21:19:49.261Z Downloaded unarray v0.1.4
7422024-08-23T21:19:49.261Z Downloaded rand_core v0.6.4
7432024-08-23T21:19:49.261Z Downloaded env_logger v0.9.3
7442024-08-23T21:19:49.261Z Downloaded httparse v1.8.0
7452024-08-23T21:19:49.261Z Downloaded serde_plain v1.0.2
7462024-08-23T21:19:49.261Z Downloaded hickory-resolver v0.24.1
7472024-08-23T21:19:49.261Z Downloaded regex-syntax v0.6.29
7482024-08-23T21:19:49.261Z Downloaded http v1.1.0
7492024-08-23T21:19:49.261Z Downloaded regex-syntax v0.8.4
7502024-08-23T21:19:49.261Z Downloaded rcgen v0.12.1
7512024-08-23T21:19:49.261Z Downloaded parse-display-derive v0.10.0
7522024-08-23T21:19:49.261Z Downloaded http-body v0.4.6
7532024-08-23T21:19:49.261Z Downloaded typed-path v0.7.1
7542024-08-23T21:19:49.261Z Downloaded pretty-hex v0.2.1
7552024-08-23T21:19:49.262Z Downloaded pin-utils v0.1.0
7562024-08-23T21:19:49.262Z Downloaded strum v0.26.3
7572024-08-23T21:19:49.262Z Downloaded zeroize_derive v1.4.2
7582024-08-23T21:19:49.262Z Downloaded tracing-core v0.1.32
7592024-08-23T21:19:49.262Z Downloaded walkdir v2.5.0
7602024-08-23T21:19:49.262Z Downloaded shlex v1.3.0
7612024-08-23T21:19:49.262Z Downloaded zip v0.6.6
7622024-08-23T21:19:49.262Z Downloaded parking_lot v0.11.2
7632024-08-23T21:19:49.266Z Downloaded rusty-fork v0.3.0
7642024-08-23T21:19:49.266Z Downloaded pkcs1 v0.7.5
7652024-08-23T21:19:49.266Z Downloaded parking_lot v0.12.2
7662024-08-23T21:19:49.266Z Downloaded time v0.3.36
7672024-08-23T21:19:49.266Z Downloaded postcard v1.0.8
7682024-08-23T21:19:49.266Z Downloaded serde_with_macros v3.9.0
7692024-08-23T21:19:49.266Z Downloaded toml v0.7.8
7702024-08-23T21:19:49.266Z Downloaded time-core v0.1.2
7712024-08-23T21:19:49.266Z Downloaded tiny-keccak v2.0.2
7722024-08-23T21:19:49.266Z Downloaded hashbrown v0.12.3
7732024-08-23T21:19:49.266Z Downloaded prettyplease v0.2.20
7742024-08-23T21:19:49.266Z Downloaded proc-macro-crate v1.3.1
7752024-08-23T21:19:49.266Z Downloaded parse-display v0.10.0
7762024-08-23T21:19:49.266Z Downloaded hubpack_derive v0.1.1
7772024-08-23T21:19:49.266Z Downloaded zone v0.1.8
7782024-08-23T21:19:49.266Z Downloaded sqlparser v0.45.0
7792024-08-23T21:19:49.266Z Downloaded packed_struct_codegen v0.10.1
7802024-08-23T21:19:49.266Z Downloaded packed_struct v0.10.1
7812024-08-23T21:19:49.266Z Downloaded heapless v0.8.0
7822024-08-23T21:19:49.266Z Downloaded heapless v0.7.17
7832024-08-23T21:19:49.266Z Downloaded pkcs5 v0.7.1
7842024-08-23T21:19:49.266Z Downloaded portpicker v0.1.1
7852024-08-23T21:19:49.266Z Downloaded rustyline v14.0.0
7862024-08-23T21:19:49.266Z Downloaded shell-words v1.1.0
7872024-08-23T21:19:49.266Z Downloaded similar v2.6.0
7882024-08-23T21:19:49.266Z Downloaded time-macros v0.2.18
7892024-08-23T21:19:49.266Z Downloaded encoding_rs v0.8.34
7902024-08-23T21:19:49.266Z Downloaded headers-core v0.2.0
7912024-08-23T21:19:49.266Z Downloaded regex-automata v0.4.6
7922024-08-23T21:19:49.266Z Downloaded tar v0.4.41
7932024-08-23T21:19:49.266Z Downloaded smallvec v1.13.2
7942024-08-23T21:19:49.266Z Downloaded rand v0.8.5
7952024-08-23T21:19:49.267Z Downloaded oso-derive v0.27.3
7962024-08-23T21:19:49.267Z Downloaded rustls v0.22.4
7972024-08-23T21:19:49.267Z Downloaded hostname v0.4.0
7982024-08-23T21:19:49.267Z Downloaded highway v1.2.0
7992024-08-23T21:19:49.267Z Downloaded hickory-server v0.24.1
8002024-08-23T21:19:49.267Z Downloaded diesel_table_macro_syntax v0.2.0
8012024-08-23T21:19:49.267Z Downloaded termios v0.3.3
8022024-08-23T21:19:49.267Z Downloaded rustc_version v0.1.7
8032024-08-23T21:19:49.267Z Downloaded predicates v3.1.2
8042024-08-23T21:19:49.267Z Downloaded structmeta-derive v0.3.0
8052024-08-23T21:19:49.267Z Downloaded structmeta v0.3.0
8062024-08-23T21:19:49.267Z Downloaded rusqlite v0.31.0
8072024-08-23T21:19:49.267Z Downloaded zone_cfg_derive v0.1.2
8082024-08-23T21:19:49.267Z Downloaded structmeta-derive v0.2.0
8092024-08-23T21:19:49.267Z Downloaded serde_path_to_error v0.1.16
8102024-08-23T21:19:49.267Z Downloaded serde_derive_internals v0.29.1
8112024-08-23T21:19:49.267Z Downloaded ratatui v0.28.0
8122024-08-23T21:19:49.267Z Downloaded postgres-protocol v0.6.7
8132024-08-23T21:19:49.267Z Downloaded erased-serde v0.3.31
8142024-08-23T21:19:49.267Z Downloaded waitgroup v0.1.2
8152024-08-23T21:19:49.267Z Downloaded rustfmt-wrapper v0.2.1
8162024-08-23T21:19:49.267Z Downloaded vergen v8.3.2
8172024-08-23T21:19:49.267Z Downloaded reedline v0.33.0
8182024-08-23T21:19:49.267Z Downloaded headers v0.3.9
8192024-08-23T21:19:49.267Z Downloaded hashlink v0.9.1
8202024-08-23T21:19:49.267Z Downloaded enum-as-inner v0.6.0
8212024-08-23T21:19:49.267Z Downloaded smallvec v0.6.14
8222024-08-23T21:19:49.267Z Downloaded samael v0.0.15
8232024-08-23T21:19:49.267Z Downloaded publicsuffix v2.2.3
8242024-08-23T21:19:49.267Z Downloaded sigpipe v0.1.3
8252024-08-23T21:19:49.267Z Downloaded wait-timeout v0.2.0
8262024-08-23T21:19:49.267Z Downloaded vte_generate_state_changes v0.1.1
8272024-08-23T21:19:49.267Z Downloaded diesel v2.2.2
8282024-08-23T21:19:49.267Z Downloaded uzers v0.11.3
8292024-08-23T21:19:49.267Z Downloaded tui-tree-widget v0.22.0
8302024-08-23T21:19:49.267Z Downloaded oso v0.27.3
8312024-08-23T21:19:49.267Z Downloaded hubpack v0.1.2
8322024-08-23T21:19:49.267Z Downloaded http-range v0.1.5
8332024-08-23T21:19:49.267Z Downloaded yasna v0.5.2
8342024-08-23T21:19:49.267Z Downloaded hickory-proto v0.24.1
8352024-08-23T21:19:49.268Z Downloaded snafu-derive v0.8.2
8362024-08-23T21:19:49.268Z Downloaded rtoolbox v0.0.2
8372024-08-23T21:19:49.268Z Downloaded precomputed-hash v0.1.1
8382024-08-23T21:19:49.268Z Downloaded psl-types v2.0.11
8392024-08-23T21:19:49.268Z Downloaded tinyvec v1.6.0
8402024-08-23T21:19:49.268Z Downloaded env_logger v0.10.2
8412024-08-23T21:19:49.268Z Downloaded proptest v1.5.0
8422024-08-23T21:19:49.268Z Downloaded finl_unicode v1.2.0
8432024-08-23T21:19:49.268Z Downloaded try-lock v0.2.5
8442024-08-23T21:19:49.268Z Downloaded rustls-pki-types v1.7.0
8452024-08-23T21:19:49.268Z Downloaded rustls-pemfile v2.1.3
8462024-08-23T21:19:49.268Z Downloaded tokio-util v0.7.11
8472024-08-23T21:19:49.268Z Downloaded rustc-hash v1.1.0
8482024-08-23T21:19:49.268Z Downloaded hashbrown v0.13.2
8492024-08-23T21:19:49.268Z Downloaded strum_macros v0.25.3
8502024-08-23T21:19:49.268Z Downloaded strum_macros v0.24.3
8512024-08-23T21:19:49.268Z Downloaded zerocopy-derive v0.6.6
8522024-08-23T21:19:49.268Z Downloaded rustc_version v0.4.0
8532024-08-23T21:19:49.268Z Downloaded stable_deref_trait v1.2.0
8542024-08-23T21:19:49.268Z Downloaded rustc-demangle v0.1.24
8552024-08-23T21:19:49.268Z Downloaded parse-size v1.0.0
8562024-08-23T21:19:49.268Z Downloaded expectorate v1.1.0
8572024-08-23T21:19:49.268Z Downloaded rsa v0.9.6
8582024-08-23T21:19:49.268Z Downloaded derive_more v0.99.18
8592024-08-23T21:19:49.268Z Downloaded smawk v0.3.2
8602024-08-23T21:19:49.268Z Downloaded tokio-tungstenite v0.21.0
8612024-08-23T21:19:49.268Z Downloaded tokio-tungstenite v0.20.1
8622024-08-23T21:19:49.268Z Downloaded thiserror-no-std v2.0.2
8632024-08-23T21:19:49.272Z Downloaded slog-scope v4.4.0
8642024-08-23T21:19:49.272Z Downloaded slog-json v2.6.1
8652024-08-23T21:19:49.272Z Downloaded slog-envlogger v2.2.0
8662024-08-23T21:19:49.272Z Downloaded slog-dtrace v0.3.0
8672024-08-23T21:19:49.272Z Downloaded slog-bunyan v2.5.0
8682024-08-23T21:19:49.272Z Downloaded slog-async v2.8.0
8692024-08-23T21:19:49.272Z Downloaded sled v0.34.7
8702024-08-23T21:19:49.272Z Downloaded vsss-rs v3.3.4
8712024-08-23T21:19:49.272Z Downloaded smoltcp v0.11.0
8722024-08-23T21:19:49.272Z Downloaded strum_macros v0.26.4
8732024-08-23T21:19:49.272Z Downloaded sec1 v0.7.3
8742024-08-23T21:19:49.272Z Downloaded gimli v0.28.1
8752024-08-23T21:19:49.272Z Downloaded libgit2-sys v0.17.0+1.8.1
8762024-08-23T21:19:49.272Z Downloaded futures-sink v0.3.30
8772024-08-23T21:19:49.272Z Downloaded rpassword v7.3.1
8782024-08-23T21:19:49.272Z Downloaded peg v0.8.4
8792024-08-23T21:19:49.272Z Downloaded pbkdf2 v0.12.2
8802024-08-23T21:19:49.272Z Downloaded path-slash v0.1.5
8812024-08-23T21:19:49.272Z Downloaded password-hash v0.5.0
8822024-08-23T21:19:49.272Z Downloaded git2 v0.19.0
8832024-08-23T21:19:49.272Z Downloaded getrandom v0.2.14
8842024-08-23T21:19:49.272Z Downloaded getopts v0.2.21
8852024-08-23T21:19:49.272Z Downloaded gethostname v0.5.0
8862024-08-23T21:19:49.272Z Downloaded tokio-postgres v0.7.11
8872024-08-23T21:19:49.272Z Downloaded tls_codec v0.4.1
8882024-08-23T21:19:49.272Z Downloaded scrypt v0.11.0
8892024-08-23T21:19:49.272Z Downloaded regress v0.9.1
8902024-08-23T21:19:49.272Z Downloaded polar-core v0.27.3
8912024-08-23T21:19:49.272Z Downloaded foreign-types v0.5.0
8922024-08-23T21:19:49.272Z Downloaded flume v0.11.0
8932024-08-23T21:19:49.272Z Downloaded flagset v0.4.5
8942024-08-23T21:19:49.272Z Downloaded ff v0.13.0
8952024-08-23T21:19:49.272Z Downloaded fd-lock v4.0.2
8962024-08-23T21:19:49.272Z Downloaded derive_builder_macro v0.20.0
8972024-08-23T21:19:49.272Z Downloaded derive_builder_core v0.20.0
8982024-08-23T21:19:49.272Z Downloaded derive_builder v0.20.0
8992024-08-23T21:19:49.272Z Downloaded derive-where v1.2.7
9002024-08-23T21:19:49.272Z Downloaded der_derive v0.7.2
9012024-08-23T21:19:49.273Z Downloaded peg-runtime v0.8.3
9022024-08-23T21:19:49.273Z Downloaded peg-macros v0.8.4
9032024-08-23T21:19:49.273Z Downloaded openapiv3 v2.0.0
9042024-08-23T21:19:49.273Z Downloaded half v2.4.1
9052024-08-23T21:19:49.273Z Downloaded globset v0.4.14
9062024-08-23T21:19:49.273Z Downloaded glob v0.3.1
9072024-08-23T21:19:49.273Z Downloaded dyn-clone v1.0.17
9082024-08-23T21:19:49.273Z Downloaded dirs-next v2.0.0
9092024-08-23T21:19:49.273Z Downloaded difflib v0.4.0
9102024-08-23T21:19:49.273Z Downloaded tokio v1.38.1
9112024-08-23T21:19:49.273Z Downloaded tough v0.17.1
9122024-08-23T21:19:49.273Z Downloaded topological-sort v0.2.2
9132024-08-23T21:19:49.273Z Downloaded toolchain_find v0.4.0
9142024-08-23T21:19:49.273Z Downloaded smoltcp v0.9.1
9152024-08-23T21:19:49.273Z Downloaded smf v0.2.3
9162024-08-23T21:19:49.273Z Downloaded utf-8 v0.7.6
9172024-08-23T21:19:49.273Z Downloaded tungstenite v0.21.0
9182024-08-23T21:19:49.273Z Downloaded schemars_derive v0.8.21
9192024-08-23T21:19:49.273Z Downloaded tungstenite v0.20.1
9202024-08-23T21:19:49.273Z Downloaded structmeta v0.2.0
9212024-08-23T21:19:49.273Z Downloaded strip-ansi-escapes v0.2.0
9222024-08-23T21:19:49.273Z Downloaded snafu v0.8.2
9232024-08-23T21:19:49.273Z Downloaded ref-cast-impl v1.0.23
9242024-08-23T21:19:49.273Z Downloaded slog v2.7.0
9252024-08-23T21:19:49.273Z Downloaded sha3 v0.10.8
9262024-08-23T21:19:49.276Z Downloaded serde_repr v0.1.19
9272024-08-23T21:19:49.276Z Downloaded unicode-xid v0.2.4
9282024-08-23T21:19:49.276Z Downloaded sync_wrapper v0.1.2
9292024-08-23T21:19:49.279Z Downloaded supports-color v3.0.0
9302024-08-23T21:19:49.279Z Downloaded subtle v2.5.0
9312024-08-23T21:19:49.279Z Downloaded signal-hook v0.3.17
9322024-08-23T21:19:49.281Z Downloaded number_prefix v0.4.0
9332024-08-23T21:19:49.283Z Downloaded spin v0.9.8
9342024-08-23T21:19:49.286Z Downloaded signal-hook-registry v1.4.2
9352024-08-23T21:19:49.286Z Downloaded signal-hook-mio v0.2.4
9362024-08-23T21:19:49.288Z Downloaded foreign-types v0.3.2
9372024-08-23T21:19:49.288Z Downloaded float-cmp v0.9.0
9382024-08-23T21:19:49.288Z Downloaded maybe-uninit v2.0.0
9392024-08-23T21:19:49.291Z Downloaded lalrpop-util v0.19.12
9402024-08-23T21:19:49.291Z Downloaded unicode-segmentation v1.11.0
9412024-08-23T21:19:49.294Z Downloaded owo-colors v4.0.0
9422024-08-23T21:19:49.296Z Downloaded olpc-cjson v0.1.3
9432024-08-23T21:19:49.299Z Downloaded object v0.30.4
9442024-08-23T21:19:49.307Z Downloaded hkdf v0.12.4
9452024-08-23T21:19:49.310Z Downloaded steno v0.4.1
9462024-08-23T21:19:49.313Z Downloaded scheduled-thread-pool v0.2.7
9472024-08-23T21:19:49.316Z Downloaded openssl v0.10.66
9482024-08-23T21:19:49.324Z Downloaded uuid v1.10.0
9492024-08-23T21:19:49.327Z Downloaded unsafe-libyaml v0.2.11
9502024-08-23T21:19:49.330Z Downloaded test-strategy v0.3.1
9512024-08-23T21:19:49.334Z Downloaded signature v2.2.0
9522024-08-23T21:19:49.337Z Downloaded serde-hex v0.1.0
9532024-08-23T21:19:49.339Z Downloaded object v0.32.2
9542024-08-23T21:19:49.348Z Downloaded num_threads v0.1.7
9552024-08-23T21:19:49.350Z Downloaded num-derive v0.4.2
9562024-08-23T21:19:49.353Z Downloaded nu-ansi-term v0.50.0
9572024-08-23T21:19:49.353Z Downloaded textwrap v0.16.1
9582024-08-23T21:19:49.355Z Downloaded quick-error v1.2.3
9592024-08-23T21:19:49.357Z Downloaded block-padding v0.3.3
9602024-08-23T21:19:49.358Z Downloaded libloading v0.8.3
9612024-08-23T21:19:49.360Z Downloaded keccak v0.1.5
9622024-08-23T21:19:49.362Z Downloaded ipnetwork v0.20.0
9632024-08-23T21:19:49.362Z Downloaded indicatif v0.17.8
9642024-08-23T21:19:49.365Z Downloaded cstr-argument v0.1.2
9652024-08-23T21:19:49.368Z Downloaded crucible-workspace-hack v0.1.0
9662024-08-23T21:19:49.368Z Downloaded crossterm v0.28.1
9672024-08-23T21:19:49.373Z Downloaded crossterm v0.27.0
9682024-08-23T21:19:49.380Z Downloaded num_cpus v1.16.0
9692024-08-23T21:19:49.382Z Downloaded num-traits v0.2.19
9702024-08-23T21:19:49.385Z Downloaded is_ci v1.2.0
9712024-08-23T21:19:49.387Z Downloaded hyper-tls v0.5.0
9722024-08-23T21:19:49.388Z Downloaded string_cache v0.8.7
9732024-08-23T21:19:49.390Z Downloaded slog-term v2.9.1
9742024-08-23T21:19:49.392Z Downloaded sha1 v0.10.6
9752024-08-23T21:19:49.395Z Downloaded num-integer v0.1.46
9762024-08-23T21:19:49.395Z Downloaded num-complex v0.4.6
9772024-08-23T21:19:49.397Z Downloaded nom v7.1.3
9782024-08-23T21:19:49.401Z Downloaded nanorand v0.7.0
9792024-08-23T21:19:49.405Z Downloaded mockall v0.13.0
9802024-08-23T21:19:49.408Z Downloaded miniz_oxide v0.7.2
9812024-08-23T21:19:49.408Z Downloaded managed v0.8.0
9822024-08-23T21:19:49.411Z Downloaded linear-map v1.2.0
9832024-08-23T21:19:49.411Z Downloaded const_format_proc_macros v0.2.32
9842024-08-23T21:19:49.414Z Downloaded const_format v0.2.32
9852024-08-23T21:19:49.417Z Downloaded compact_str v0.8.0
9862024-08-23T21:19:49.420Z Downloaded clang-sys v1.7.0
9872024-08-23T21:19:49.423Z Downloaded cipher v0.4.4
9882024-08-23T21:19:49.425Z Downloaded chacha20poly1305 v0.10.1
9892024-08-23T21:19:49.427Z Downloaded chacha20 v0.9.1
9902024-08-23T21:19:49.430Z Downloaded cc v1.0.97
9912024-08-23T21:19:49.432Z Downloaded cbc v0.1.2
9922024-08-23T21:19:49.432Z Downloaded cassowary v0.3.0
9932024-08-23T21:19:49.434Z Downloaded cancel-safe-futures v0.1.5
9942024-08-23T21:19:49.437Z Downloaded camino-tempfile v1.1.1
9952024-08-23T21:19:49.440Z Downloaded buf-list v1.0.3
9962024-08-23T21:19:49.442Z Downloaded bitstruct_derive v0.1.0
9972024-08-23T21:19:49.442Z Downloaded bitstruct v0.1.1
9982024-08-23T21:19:49.445Z Downloaded bitfield-struct v0.6.1
9992024-08-23T21:19:49.445Z Downloaded bitfield v0.14.0
10002024-08-23T21:19:49.445Z Downloaded bcs v0.1.6
10012024-08-23T21:19:49.447Z Downloaded arrayref v0.3.7
10022024-08-23T21:19:49.449Z Downloaded blake2 v0.10.6
10032024-08-23T21:19:49.452Z Downloaded mio v0.8.11
10042024-08-23T21:19:49.455Z Downloaded ring v0.17.8
10052024-08-23T21:19:49.526Z Downloaded multer v3.1.0
10062024-08-23T21:19:49.529Z Downloaded minimal-lexical v0.2.1
10072024-08-23T21:19:49.533Z Downloaded md-5 v0.10.6
10082024-08-23T21:19:49.536Z Downloaded castaway v0.2.3
10092024-08-23T21:19:49.538Z Downloaded cexpr v0.6.0
10102024-08-23T21:19:49.538Z Downloaded bzip2 v0.4.4
10112024-08-23T21:19:49.540Z Downloaded memmap2 v0.9.4
10122024-08-23T21:19:49.543Z Downloaded lock_api v0.4.12
10132024-08-23T21:19:49.543Z Downloaded linked-hash-map v0.5.6
10142024-08-23T21:19:49.546Z Downloaded bindgen v0.69.4
10152024-08-23T21:19:49.551Z Downloaded bit-vec v0.6.3
10162024-08-23T21:19:49.554Z Downloaded bit-set v0.5.3
10172024-08-23T21:19:49.554Z Downloaded base64 v0.21.7
10182024-08-23T21:19:49.557Z Downloaded backoff v0.4.0
10192024-08-23T21:19:49.560Z Downloaded base64 v0.13.1
10202024-08-23T21:19:49.563Z Downloaded async-stream v0.3.5
10212024-08-23T21:19:49.566Z Downloaded ahash v0.8.11
10222024-08-23T21:19:49.620Z Downloaded libz-sys v1.1.16
10232024-08-23T21:19:49.711Z Downloaded ring v0.16.20
10242024-08-23T21:19:49.801Z Downloaded libsqlite3-sys v0.28.0
10252024-08-23T21:19:49.968Z Compiling cfg-if v1.0.0
10262024-08-23T21:19:49.968Z Compiling serde v1.0.208
10272024-08-23T21:19:49.970Z Compiling typenum v1.17.0
10282024-08-23T21:19:49.970Z Compiling lock_api v0.4.12
10292024-08-23T21:19:49.970Z Compiling generic-array v0.14.7
10302024-08-23T21:19:50.139Z Compiling syn v2.0.74
10312024-08-23T21:19:50.141Z Compiling scopeguard v1.2.0
10322024-08-23T21:19:50.141Z Compiling log v0.4.21
10332024-08-23T21:19:50.197Z Compiling getrandom v0.2.14
10342024-08-23T21:19:50.287Z Compiling jobserver v0.1.32
10352024-08-23T21:19:50.397Z Compiling rand_core v0.6.4
10362024-08-23T21:19:50.577Z Compiling subtle v2.5.0
10372024-08-23T21:19:50.651Z Compiling cc v1.0.97
10382024-08-23T21:19:50.668Z Compiling const-oid v0.9.6
10392024-08-23T21:19:50.879Z Compiling smallvec v1.13.2
10402024-08-23T21:19:50.920Z Compiling pin-project-lite v0.2.14
10412024-08-23T21:19:51.030Z Compiling parking_lot_core v0.9.10
10422024-08-23T21:19:51.104Z Compiling signal-hook-registry v1.4.2
10432024-08-23T21:19:51.179Z Compiling spin v0.9.8
10442024-08-23T21:19:51.269Z Compiling mio v0.8.11
10452024-08-23T21:19:51.558Z Compiling ahash v0.8.11
10462024-08-23T21:19:51.918Z Compiling parking_lot v0.12.2
10472024-08-23T21:19:51.934Z Compiling tinyvec_macros v0.1.1
10482024-08-23T21:19:52.018Z Compiling tinyvec v1.6.0
10492024-08-23T21:19:52.194Z Compiling num_cpus v1.16.0
10502024-08-23T21:19:52.325Z Compiling socket2 v0.5.7
10512024-08-23T21:19:52.524Z Compiling serde_json v1.0.125
10522024-08-23T21:19:52.548Z Compiling cpufeatures v0.2.12
10532024-08-23T21:19:52.644Z Compiling futures-core v0.3.30
10542024-08-23T21:19:52.697Z Compiling libm v0.2.8
10552024-08-23T21:19:52.855Z Compiling num-traits v0.2.19
10562024-08-23T21:19:52.883Z Compiling slab v0.4.9
10572024-08-23T21:19:52.896Z Compiling unicode-bidi v0.3.15
10582024-08-23T21:19:53.052Z Compiling futures-sink v0.3.30
10592024-08-23T21:19:53.262Z Compiling allocator-api2 v0.2.18
10602024-08-23T21:19:53.512Z Compiling unicode-normalization v0.1.23
10612024-08-23T21:19:53.529Z Compiling futures-channel v0.3.30
10622024-08-23T21:19:53.704Z Compiling futures-io v0.3.30
10632024-08-23T21:19:53.968Z Compiling pkg-config v0.3.30
10642024-08-23T21:19:54.039Z Compiling futures-task v0.3.30
10652024-08-23T21:19:54.083Z Compiling vcpkg v0.2.15
10662024-08-23T21:19:54.347Z Compiling pin-utils v0.1.0
10672024-08-23T21:19:54.493Z Compiling base64ct v1.6.0
10682024-08-23T21:19:54.678Z Compiling percent-encoding v2.3.1
10692024-08-23T21:19:54.762Z Compiling ring v0.17.8
10702024-08-23T21:19:54.873Z Compiling flagset v0.4.5
10712024-08-23T21:19:55.053Z Compiling pem-rfc7468 v0.7.0
10722024-08-23T21:19:55.082Z Compiling ppv-lite86 v0.2.17
10732024-08-23T21:19:55.085Z Compiling tracing-core v0.1.32
10742024-08-23T21:19:55.575Z Compiling untrusted v0.9.0
10752024-08-23T21:19:55.813Z Compiling rustix v0.38.34
10762024-08-23T21:19:55.881Z Compiling time-core v0.1.2
10772024-08-23T21:19:55.936Z Compiling rand_chacha v0.3.1
10782024-08-23T21:19:56.124Z Compiling num-conv v0.1.0
10792024-08-23T21:19:56.415Z Compiling openssl-sys v0.9.103
10802024-08-23T21:19:56.429Z Compiling rand v0.8.5
10812024-08-23T21:19:56.556Z Compiling powerfmt v0.2.0
10822024-08-23T21:19:56.582Z Compiling rustversion v1.0.17
10832024-08-23T21:19:56.807Z Compiling foreign-types-shared v0.1.1
10842024-08-23T21:19:56.909Z Compiling openssl v0.10.66
10852024-08-23T21:19:56.928Z Compiling httparse v1.8.0
10862024-08-23T21:19:57.323Z Compiling foreign-types v0.3.2
10872024-08-23T21:19:57.338Z Compiling deranged v0.3.11
10882024-08-23T21:19:57.381Z Compiling time-macros v0.2.18
10892024-08-23T21:19:57.404Z Compiling form_urlencoded v1.2.1
10902024-08-23T21:19:57.731Z Compiling aho-corasick v1.1.3
10912024-08-23T21:19:58.168Z Compiling try-lock v0.2.5
10922024-08-23T21:19:58.289Z Compiling siphasher v0.3.11
10932024-08-23T21:19:58.316Z Compiling syn v1.0.109
10942024-08-23T21:19:58.674Z Compiling crossbeam-utils v0.8.19
10952024-08-23T21:19:58.856Z Compiling rustls v0.21.12
10962024-08-23T21:19:58.957Z Compiling native-tls v0.2.11
10972024-08-23T21:19:59.129Z Compiling num_threads v0.1.7
10982024-08-23T21:19:59.167Z Compiling regex-syntax v0.8.4
10992024-08-23T21:19:59.319Z Compiling want v0.3.1
11002024-08-23T21:19:59.593Z Compiling idna v0.5.0
11012024-08-23T21:19:59.976Z Compiling socket2 v0.4.10
11022024-08-23T21:20:00.451Z Compiling time v0.3.36
11032024-08-23T21:20:00.724Z Compiling cookie v0.17.0
11042024-08-23T21:20:00.812Z Compiling tower-service v0.3.2
11052024-08-23T21:20:00.932Z Compiling iana-time-zone v0.1.60
11062024-08-23T21:20:00.994Z Compiling httpdate v1.0.3
11072024-08-23T21:20:01.086Z Compiling finl_unicode v1.2.0
11082024-08-23T21:20:01.374Z Compiling slog v2.7.0
11092024-08-23T21:20:01.467Z Compiling adler v1.0.2
11102024-08-23T21:20:01.657Z Compiling openssl-probe v0.1.5
11112024-08-23T21:20:01.677Z Compiling stringprep v0.1.4
11122024-08-23T21:20:01.972Z Compiling miniz_oxide v0.7.2
11132024-08-23T21:20:02.058Z Compiling url v2.5.2
11142024-08-23T21:20:02.828Z Compiling regex-automata v0.4.6
11152024-08-23T21:20:03.979Z Compiling rustls-webpki v0.101.7
11162024-08-23T21:20:04.326Z Compiling serde_derive v1.0.208
11172024-08-23T21:20:04.344Z Compiling zeroize_derive v1.4.2
11182024-08-23T21:20:05.542Z Compiling zerocopy-derive v0.7.34
11192024-08-23T21:20:05.591Z Compiling tokio-macros v2.3.0
11202024-08-23T21:20:05.704Z Compiling thiserror-impl v1.0.63
11212024-08-23T21:20:05.954Z Compiling futures-macro v0.3.30
11222024-08-23T21:20:05.973Z Compiling zeroize v1.7.0
11232024-08-23T21:20:07.262Z Compiling der_derive v0.7.2
11242024-08-23T21:20:07.768Z Compiling crypto-common v0.1.6
11252024-08-23T21:20:07.770Z Compiling zerocopy v0.7.34
11262024-08-23T21:20:07.949Z Compiling block-buffer v0.10.4
11272024-08-23T21:20:08.010Z Compiling block-padding v0.3.3
11282024-08-23T21:20:08.222Z Compiling digest v0.10.7
11292024-08-23T21:20:08.278Z Compiling inout v0.1.3
11302024-08-23T21:20:08.568Z Compiling cipher v0.4.4
11312024-08-23T21:20:08.732Z Compiling hmac v0.12.1
11322024-08-23T21:20:08.973Z Compiling sha2 v0.10.8
11332024-08-23T21:20:09.029Z Compiling thiserror v1.0.63
11342024-08-23T21:20:09.059Z Compiling futures-util v0.3.30
11352024-08-23T21:20:09.166Z Compiling pest v2.7.10
11362024-08-23T21:20:09.752Z Compiling der v0.7.9
11372024-08-23T21:20:09.985Z Compiling hashbrown v0.14.5
11382024-08-23T21:20:11.375Z Compiling salsa20 v0.10.2
11392024-08-23T21:20:11.584Z Compiling pbkdf2 v0.12.2
11402024-08-23T21:20:11.744Z Compiling pest_meta v2.7.10
11412024-08-23T21:20:12.165Z Compiling scroll_derive v0.12.0
11422024-08-23T21:20:12.579Z Compiling tracing-attributes v0.1.27
11432024-08-23T21:20:13.055Z Compiling pest_generator v2.7.10
11442024-08-23T21:20:13.693Z Compiling scroll v0.12.0
11452024-08-23T21:20:14.265Z Compiling spki v0.7.3
11462024-08-23T21:20:14.637Z Compiling scrypt v0.11.0
11472024-08-23T21:20:15.109Z Compiling aes v0.8.4
11482024-08-23T21:20:15.205Z Compiling cbc v0.1.2
11492024-08-23T21:20:15.257Z Compiling goblin v0.8.2
11502024-08-23T21:20:15.441Z Compiling openssl-macros v0.1.1
11512024-08-23T21:20:15.460Z Compiling sct v0.7.1
11522024-08-23T21:20:16.198Z Compiling pkcs5 v0.7.1
11532024-08-23T21:20:16.394Z Compiling tracing v0.1.40
11542024-08-23T21:20:16.650Z Compiling pest_derive v2.7.10
11552024-08-23T21:20:16.901Z Compiling pkcs8 v0.10.2
11562024-08-23T21:20:17.417Z Compiling md-5 v0.10.6
11572024-08-23T21:20:17.469Z Compiling dtrace-parser v0.2.0
11582024-08-23T21:20:17.550Z Compiling num-integer v0.1.46
11592024-08-23T21:20:17.654Z Compiling backtrace v0.3.71
11602024-08-23T21:20:17.671Z Compiling idna v0.3.0
11612024-08-23T21:20:17.929Z Compiling lazy_static v1.5.0
11622024-08-23T21:20:18.040Z Compiling hash32 v0.2.1
11632024-08-23T21:20:18.145Z Compiling gimli v0.28.1
11642024-08-23T21:20:18.391Z Compiling base64 v0.22.1
11652024-08-23T21:20:18.459Z Compiling bytes v1.7.1
11662024-08-23T21:20:18.799Z Compiling bitflags v2.6.0
11672024-08-23T21:20:19.245Z Compiling indexmap v2.4.0
11682024-08-23T21:20:19.267Z Compiling semver v1.0.23
11692024-08-23T21:20:19.567Z Compiling tokio v1.38.1
11702024-08-23T21:20:19.747Z Compiling http v0.2.12
11712024-08-23T21:20:19.990Z Compiling rustc_version v0.4.0
11722024-08-23T21:20:20.754Z Compiling heapless v0.7.17
11732024-08-23T21:20:21.199Z Compiling dof v0.3.0
11742024-08-23T21:20:22.213Z Compiling http-body v0.4.6
11752024-08-23T21:20:22.660Z Compiling uuid v1.10.0
11762024-08-23T21:20:23.091Z Compiling usdt-impl v0.5.0
11772024-08-23T21:20:23.530Z Compiling serde_tokenstream v0.2.2
11782024-08-23T21:20:23.727Z Compiling serde_spanned v0.6.7
11792024-08-23T21:20:23.952Z Compiling toml_datetime v0.6.8
11802024-08-23T21:20:24.093Z Compiling chrono v0.4.38
11812024-08-23T21:20:24.136Z Compiling smoltcp v0.9.1
11822024-08-23T21:20:24.470Z Compiling psl-types v2.0.11
11832024-08-23T21:20:24.658Z Compiling crc32fast v1.4.0
11842024-08-23T21:20:24.676Z Compiling signal-hook v0.3.17
11852024-08-23T21:20:24.733Z Compiling stable_deref_trait v1.2.0
11862024-08-23T21:20:24.837Z Compiling num-bigint-dig v0.8.4
11872024-08-23T21:20:24.894Z Compiling fallible-iterator v0.2.0
11882024-08-23T21:20:24.953Z Compiling cfg_aliases v0.1.1
11892024-08-23T21:20:25.060Z Compiling nix v0.28.0
11902024-08-23T21:20:25.255Z Compiling publicsuffix v2.2.3
11912024-08-23T21:20:25.486Z Compiling terminal_size v0.3.0
11922024-08-23T21:20:25.573Z Compiling postgres-protocol v0.6.7
11932024-08-23T21:20:25.606Z Compiling addr2line v0.21.0
11942024-08-23T21:20:25.710Z Compiling num-iter v0.1.45
11952024-08-23T21:20:25.894Z Compiling hubpack_derive v0.1.1
11962024-08-23T21:20:25.897Z Compiling async-trait v0.1.81
11972024-08-23T21:20:26.217Z Compiling zerocopy-derive v0.6.6
11982024-08-23T21:20:26.831Z Compiling phf_shared v0.11.2
11992024-08-23T21:20:27.194Z Compiling serde_derive_internals v0.29.1
12002024-08-23T21:20:27.498Z Compiling ff v0.13.0
12012024-08-23T21:20:27.625Z Compiling tokio-util v0.7.11
12022024-08-23T21:20:27.707Z Compiling tokio-rustls v0.24.1
12032024-08-23T21:20:27.789Z Compiling object v0.32.2
12042024-08-23T21:20:28.414Z Compiling fs-err v2.11.0
12052024-08-23T21:20:28.695Z Compiling h2 v0.3.26
12062024-08-23T21:20:28.713Z Compiling tokio-native-tls v0.3.1
12072024-08-23T21:20:28.748Z Compiling managed v0.8.0
12082024-08-23T21:20:28.980Z Compiling winnow v0.5.40
12092024-08-23T21:20:29.000Z Compiling anyhow v1.0.86
12102024-08-23T21:20:29.177Z Compiling schemars v0.8.21
12112024-08-23T21:20:29.532Z Compiling bitflags v1.3.2
12122024-08-23T21:20:29.619Z Compiling base64 v0.21.7
12132024-08-23T21:20:29.639Z Compiling ipnet v2.9.0
12142024-08-23T21:20:29.976Z Compiling either v1.13.0
12152024-08-23T21:20:30.364Z Compiling rustc-demangle v0.1.24
12162024-08-23T21:20:30.401Z Compiling base16ct v0.2.0
12172024-08-23T21:20:30.735Z Compiling clap_builder v4.5.15
12182024-08-23T21:20:30.797Z Compiling sec1 v0.7.3
12192024-08-23T21:20:30.816Z Compiling rustls-pemfile v1.0.4
12202024-08-23T21:20:31.256Z Compiling schemars_derive v0.8.21
12212024-08-23T21:20:31.731Z Compiling zerocopy v0.6.6
12222024-08-23T21:20:32.568Z Compiling toml_edit v0.19.15
12232024-08-23T21:20:32.791Z Compiling group v0.13.0
12242024-08-23T21:20:33.134Z Compiling phf v0.11.2
12252024-08-23T21:20:33.419Z Compiling cookie_store v0.20.0
12262024-08-23T21:20:33.437Z Compiling hubpack v0.1.2
12272024-08-23T21:20:33.913Z Compiling postgres-types v0.2.7
12282024-08-23T21:20:34.891Z Compiling usdt-attr-macro v0.5.0
12292024-08-23T21:20:34.910Z Compiling usdt-macro v0.5.0
12302024-08-23T21:20:35.690Z Compiling hyper v0.14.30
12312024-08-23T21:20:36.547Z Compiling serde_urlencoded v0.7.1
12322024-08-23T21:20:37.045Z Compiling pkcs1 v0.7.5
12332024-08-23T21:20:37.362Z Compiling futures-executor v0.3.30
12342024-08-23T21:20:37.925Z Compiling hkdf v0.12.4
12352024-08-23T21:20:38.058Z Compiling signature v2.2.0
12362024-08-23T21:20:38.076Z Compiling bstr v1.9.1
12372024-08-23T21:20:38.207Z Compiling regex v1.10.6
12382024-08-23T21:20:38.381Z Compiling crypto-bigint v0.5.5
12392024-08-23T21:20:39.193Z Compiling enum-as-inner v0.6.0
12402024-08-23T21:20:39.296Z Compiling serde_repr v0.1.19
12412024-08-23T21:20:39.829Z Compiling strum_macros v0.25.3
12422024-08-23T21:20:39.937Z Compiling clap_derive v4.5.13
12432024-08-23T21:20:40.250Z Compiling phf_shared v0.10.0
12442024-08-23T21:20:40.434Z Compiling float-cmp v0.9.0
12452024-08-23T21:20:40.494Z Compiling idna v0.4.0
12462024-08-23T21:20:40.632Z Compiling mio v1.0.2
12472024-08-23T21:20:40.658Z Compiling encoding_rs v0.8.34
12482024-08-23T21:20:41.806Z Compiling dyn-clone v1.0.17
12492024-08-23T21:20:42.022Z Compiling whoami v1.5.1
12502024-08-23T21:20:42.082Z Compiling predicates-core v1.0.6
12512024-08-23T21:20:42.441Z Compiling minimal-lexical v0.2.1
12522024-08-23T21:20:42.663Z Compiling hyper-tls v0.5.0
12532024-08-23T21:20:42.953Z Compiling hyper-rustls v0.24.2
12542024-08-23T21:20:43.019Z Compiling difflib v0.4.0
12552024-08-23T21:20:43.349Z Compiling mime v0.3.17
12562024-08-23T21:20:43.775Z Compiling fixedbitset v0.4.2
12572024-08-23T21:20:43.966Z Compiling webpki-roots v0.25.4
12582024-08-23T21:20:44.129Z Compiling static_assertions v1.1.0
12592024-08-23T21:20:44.233Z Compiling precomputed-hash v0.1.1
12602024-08-23T21:20:44.244Z Compiling new_debug_unreachable v1.0.6
12612024-08-23T21:20:44.337Z Compiling bit-vec v0.6.3
12622024-08-23T21:20:44.355Z Compiling unicode-segmentation v1.11.0
12632024-08-23T21:20:44.422Z Compiling sync_wrapper v0.1.2
12642024-08-23T21:20:44.552Z Compiling normalize-line-endings v0.3.0
12652024-08-23T21:20:44.575Z Compiling data-encoding v2.6.0
12662024-08-23T21:20:44.672Z Compiling bit-set v0.5.3
12672024-08-23T21:20:44.786Z Compiling predicates v3.1.2
12682024-08-23T21:20:44.900Z Compiling clap v4.5.16
12692024-08-23T21:20:44.942Z Compiling reqwest v0.11.27
12702024-08-23T21:20:45.014Z Compiling similar v2.6.0
12712024-08-23T21:20:45.082Z Compiling string_cache v0.8.7
12722024-08-23T21:20:45.201Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12732024-08-23T21:20:45.555Z Compiling hickory-proto v0.24.1
12742024-08-23T21:20:45.658Z Compiling petgraph v0.6.5
12752024-08-23T21:20:46.467Z Compiling toml_edit v0.22.20
12762024-08-23T21:20:46.935Z Compiling nom v7.1.3
12772024-08-23T21:20:47.438Z Compiling tokio-postgres v0.7.11
12782024-08-23T21:20:49.300Z Compiling console v0.15.8
12792024-08-23T21:20:50.543Z Compiling usdt v0.5.0
12802024-08-23T21:20:50.794Z Compiling elliptic-curve v0.13.8
12812024-08-23T21:20:51.032Z Compiling signal-hook-mio v0.2.4
12822024-08-23T21:20:51.208Z Compiling rsa v0.9.6
12832024-08-23T21:20:51.627Z Compiling futures v0.3.30
12842024-08-23T21:20:51.655Z Compiling flate2 v1.0.31
12852024-08-23T21:20:51.737Z Compiling toml v0.7.8
12862024-08-23T21:20:53.451Z Compiling itertools v0.12.1
12872024-08-23T21:20:53.475Z Compiling itertools v0.10.5
12882024-08-23T21:20:54.258Z Compiling tokio-stream v0.1.15
12892024-08-23T21:20:54.790Z Compiling openapiv3 v2.0.0
12902024-08-23T21:20:55.229Z Compiling hex v0.4.3
12912024-08-23T21:20:55.639Z Compiling sha1 v0.10.6
12922024-08-23T21:20:55.844Z Compiling crossbeam-epoch v0.9.18
12932024-08-23T21:20:56.078Z Compiling dirs-sys-next v0.1.2
12942024-08-23T21:20:56.213Z Compiling lalrpop-util v0.19.12
12952024-08-23T21:20:56.499Z Compiling unicode-xid v0.2.4
12962024-08-23T21:20:56.561Z Compiling peg-runtime v0.8.3
12972024-08-23T21:20:56.612Z Compiling dirs-next v2.0.0
12982024-08-23T21:20:56.672Z Compiling thread_local v1.1.8
12992024-08-23T21:20:56.710Z Compiling slog-async v2.8.0
13002024-08-23T21:20:56.806Z Compiling term v0.7.0
13012024-08-23T21:20:57.078Z Compiling xattr v1.3.1
13022024-08-23T21:20:57.199Z Compiling strum_macros v0.26.4
13032024-08-23T21:20:57.217Z Compiling crossbeam-channel v0.5.12
13042024-08-23T21:20:57.315Z Compiling filetime v0.2.24
13052024-08-23T21:20:57.343Z Compiling is-terminal v0.4.12
13062024-08-23T21:20:57.470Z Compiling take_mut v0.2.2
13072024-08-23T21:20:57.611Z Compiling tar v0.4.41
13082024-08-23T21:20:57.628Z Compiling slog-term v2.9.1
13092024-08-23T21:20:58.359Z Compiling camino v1.1.9
13102024-08-23T21:20:59.659Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13112024-08-23T21:21:00.376Z Compiling strum v0.26.3
13122024-08-23T21:21:00.451Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13132024-08-23T21:21:05.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
13142024-08-23T21:21:05.842Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13152024-08-23T21:21:05.887ZAug 23 21:21:05.086 INFO Starting download, target: Cockroach
13162024-08-23T21:21:05.887ZAug 23 21:21:05.087 INFO Starting download, target: Console
13172024-08-23T21:21:05.890ZAug 23 21:21:05.087 INFO Starting download, target: Clickhouse
13182024-08-23T21:21:05.890ZAug 23 21:21:05.087 INFO Starting download, target: DendriteOpenapi
13192024-08-23T21:21:05.890ZAug 23 21:21:05.087 INFO Starting download, target: DendriteStub
13202024-08-23T21:21:05.890ZAug 23 21:21:05.087 INFO Starting download, target: MaghemiteMgd
13212024-08-23T21:21:05.890ZAug 23 21:21:05.087 INFO Starting download, target: TransceiverControl
13222024-08-23T21:21:05.890ZAug 23 21:21:05.088 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13232024-08-23T21:21:05.890ZAug 23 21:21:05.088 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13242024-08-23T21:21:05.890ZAug 23 21:21:05.088 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13252024-08-23T21:21:05.890ZAug 23 21:21:05.088 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13262024-08-23T21:21:05.890ZAug 23 21:21:05.088 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13272024-08-23T21:21:05.890ZAug 23 21:21:05.088 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13282024-08-23T21:21:05.890ZAug 23 21:21:05.088 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13292024-08-23T21:21:06.041ZAug 23 21:21:05.234 INFO Download complete, target: DendriteOpenapi
13302024-08-23T21:21:06.206ZAug 23 21:21:05.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13312024-08-23T21:21:06.413ZAug 23 21:21:05.612 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13322024-08-23T21:21:06.639ZAug 23 21:21:05.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13332024-08-23T21:21:06.651ZAug 23 21:21:05.850 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13342024-08-23T21:21:06.821ZAug 23 21:21:06.020 INFO Download complete, target: Console
13352024-08-23T21:21:07.067ZAug 23 21:21:06.266 INFO Download complete, target: TransceiverControl
13362024-08-23T21:21:07.145ZAug 23 21:21:06.345 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13372024-08-23T21:21:07.145ZAug 23 21:21:06.345 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13382024-08-23T21:21:07.759ZAug 23 21:21:06.958 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13392024-08-23T21:21:09.979ZAug 23 21:21:09.178 INFO Download complete, target: DendriteStub
13402024-08-23T21:21:10.099ZAug 23 21:21:09.298 INFO Download complete, target: MaghemiteMgd
13412024-08-23T21:21:15.949ZAug 23 21:21:15.147 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13422024-08-23T21:21:16.279ZAug 23 21:21:15.477 INFO Checking that binary works, target: Cockroach
13432024-08-23T21:21:16.476ZAug 23 21:21:15.674 INFO Download complete, target: Cockroach
13442024-08-23T21:21:22.532ZAug 23 21:21:21.727 INFO Checking that binary works, target: Clickhouse
13452024-08-23T21:21:22.690ZAug 23 21:21:21.887 INFO Download complete, target: Clickhouse
13462024-08-23T21:21:22.697ZAll prerequisites installed successfully
13472024-08-23T21:21:22.701Z
13482024-08-23T21:21:22.701Zreal 3:48.842838654
13492024-08-23T21:21:22.701Zuser 11:17.165640510
13502024-08-23T21:21:22.701Zsys 2:23.134963726
13512024-08-23T21:21:22.702Ztrap 0.414371735
13522024-08-23T21:21:22.702Ztflt 1.438754592
13532024-08-23T21:21:22.702Zdflt 1.647620945
13542024-08-23T21:21:22.702Zkflt 0.022644730
13552024-08-23T21:21:22.702Zlock 22:15.214951823
13562024-08-23T21:21:22.702Zslp 43:27.738921901
13572024-08-23T21:21:22.702Zlat 44.046819405
13582024-08-23T21:21:22.702Zstop 1:43.485755839
13592024-08-23T21:21:22.702Z+ ptime -m cargo xtask download softnpu
13602024-08-23T21:21:23.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
13612024-08-23T21:21:23.251Z Running `target/debug/xtask download softnpu`
13622024-08-23T21:21:24.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
13632024-08-23T21:21:24.083Z Running `target/debug/xtask-downloader softnpu`
13642024-08-23T21:21:24.115ZAug 23 21:21:23.312 INFO Starting download, target: Softnpu
13652024-08-23T21:21:24.117ZAug 23 21:21:23.312 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
13662024-08-23T21:21:24.656ZAug 23 21:21:23.853 INFO Download complete, target: Softnpu
13672024-08-23T21:21:24.660Z
13682024-08-23T21:21:24.662Zreal 1.955459255
13692024-08-23T21:21:24.662Zuser 1.189021321
13702024-08-23T21:21:24.662Zsys 0.530557695
13712024-08-23T21:21:24.662Ztrap 0.000253005
13722024-08-23T21:21:24.662Ztflt 0.000041093
13732024-08-23T21:21:24.662Zdflt 0.000000000
13742024-08-23T21:21:24.662Zkflt 0.000000000
13752024-08-23T21:21:24.662Zlock 5.490970015
13762024-08-23T21:21:24.662Zslp 0.538670764
13772024-08-23T21:21:24.662Zlat 0.067438371
13782024-08-23T21:21:24.662Zstop 0.000372207
13792024-08-23T21:21:24.662Z+ export CARGO_INCREMENTAL=0
13802024-08-23T21:21:24.662Z+ CARGO_INCREMENTAL=0
13812024-08-23T21:21:24.663Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
13822024-08-23T21:21:25.572Z Compiling proc-macro2 v1.0.86
13832024-08-23T21:21:25.572Z Compiling unicode-ident v1.0.12
13842024-08-23T21:21:25.575Z Compiling libc v0.2.156
13852024-08-23T21:21:25.575Z Compiling serde v1.0.208
13862024-08-23T21:21:25.575Z Compiling version_check v0.9.5
13872024-08-23T21:21:25.575Z Compiling autocfg v1.3.0
13882024-08-23T21:21:25.575Z Compiling cfg-if v1.0.0
13892024-08-23T21:21:25.575Z Compiling once_cell v1.19.0
13902024-08-23T21:21:25.827Z Compiling typenum v1.17.0
13912024-08-23T21:21:25.879Z Compiling memchr v2.7.2
13922024-08-23T21:21:26.325Z Compiling generic-array v0.14.7
13932024-08-23T21:21:26.341Z Compiling ahash v0.8.11
13942024-08-23T21:21:26.615Z Compiling lock_api v0.4.12
13952024-08-23T21:21:26.675Z Compiling byteorder v1.5.0
13962024-08-23T21:21:26.753Z Compiling serde_json v1.0.125
13972024-08-23T21:21:26.925Z Compiling libm v0.2.8
13982024-08-23T21:21:27.084Z Compiling num-traits v0.2.19
13992024-08-23T21:21:27.131Z Compiling parking_lot_core v0.9.10
14002024-08-23T21:21:27.247Z Compiling quote v1.0.36
14012024-08-23T21:21:27.363Z Compiling thiserror v1.0.63
14022024-08-23T21:21:27.548Z Compiling scopeguard v1.2.0
14032024-08-23T21:21:27.660Z Compiling syn v2.0.74
14042024-08-23T21:21:27.695Z Compiling getrandom v0.2.14
14052024-08-23T21:21:27.842Z Compiling jobserver v0.1.32
14062024-08-23T21:21:28.013Z Compiling log v0.4.21
14072024-08-23T21:21:28.242Z Compiling cc v1.0.97
14082024-08-23T21:21:28.324Z Compiling itoa v1.0.11
14092024-08-23T21:21:28.481Z Compiling allocator-api2 v0.2.18
14102024-08-23T21:21:28.554Z Compiling rand_core v0.6.4
14112024-08-23T21:21:28.600Z Compiling slab v0.4.9
14122024-08-23T21:21:28.980Z Compiling semver v1.0.23
14132024-08-23T21:21:29.020Z Compiling pin-project-lite v0.2.14
14142024-08-23T21:21:29.274Z Compiling ryu v1.0.18
14152024-08-23T21:21:29.506Z Compiling equivalent v1.0.1
14162024-08-23T21:21:29.523Z Compiling smallvec v1.13.2
14172024-08-23T21:21:29.603Z Compiling pkg-config v0.3.30
14182024-08-23T21:21:29.619Z Compiling schemars v0.8.21
14192024-08-23T21:21:29.938Z Compiling vcpkg v0.2.15
14202024-08-23T21:21:29.983Z Compiling spin v0.9.8
14212024-08-23T21:21:30.475Z Compiling signal-hook-registry v1.4.2
14222024-08-23T21:21:30.788Z Compiling subtle v2.5.0
14232024-08-23T21:21:31.133Z Compiling parking_lot v0.12.2
14242024-08-23T21:21:31.424Z Compiling ring v0.17.8
14252024-08-23T21:21:31.611Z Compiling openssl-sys v0.9.103
14262024-08-23T21:21:32.047Z Compiling mio v0.8.11
14272024-08-23T21:21:32.265Z Compiling const-oid v0.9.6
14282024-08-23T21:21:32.594Z Compiling num_cpus v1.16.0
14292024-08-23T21:21:32.654Z Compiling socket2 v0.5.7
14302024-08-23T21:21:32.724Z Compiling syn v1.0.109
14312024-08-23T21:21:33.519Z Compiling httparse v1.8.0
14322024-08-23T21:21:33.605Z Compiling heck v0.5.0
14332024-08-23T21:21:33.941Z Compiling time-core v0.1.2
14342024-08-23T21:21:34.033Z Compiling num-conv v0.1.0
14352024-08-23T21:21:34.109Z Compiling fnv v1.0.7
14362024-08-23T21:21:34.228Z Compiling openssl v0.10.66
14372024-08-23T21:21:34.254Z Compiling rustix v0.38.34
14382024-08-23T21:21:34.301Z Compiling time-macros v0.2.18
14392024-08-23T21:21:34.382Z Compiling futures-core v0.3.30
14402024-08-23T21:21:34.722Z Compiling crossbeam-utils v0.8.19
14412024-08-23T21:21:35.125Z Compiling serde_derive_internals v0.29.1
14422024-08-23T21:21:35.292Z Compiling native-tls v0.2.11
14432024-08-23T21:21:35.617Z Compiling tinyvec_macros v0.1.1
14442024-08-23T21:21:35.708Z Compiling rustls v0.21.12
14452024-08-23T21:21:35.977Z Compiling iana-time-zone v0.1.60
14462024-08-23T21:21:35.996Z Compiling tinyvec v1.6.0
14472024-08-23T21:21:37.016Z Compiling cpufeatures v0.2.12
14482024-08-23T21:21:37.255Z Compiling futures-sink v0.3.30
14492024-08-23T21:21:37.277Z Compiling ucd-trie v0.1.6
14502024-08-23T21:21:37.458Z Compiling unicode-normalization v0.1.23
14512024-08-23T21:21:37.496Z Compiling backtrace v0.3.71
14522024-08-23T21:21:37.639Z Compiling cookie v0.17.0
14532024-08-23T21:21:37.730Z Compiling slog v2.7.0
14542024-08-23T21:21:37.934Z Compiling unicode-bidi v0.3.15
14552024-08-23T21:21:38.179Z Compiling futures-channel v0.3.30
14562024-08-23T21:21:38.516Z Compiling aho-corasick v1.1.3
14572024-08-23T21:21:38.539Z Compiling futures-task v0.3.30
14582024-08-23T21:21:38.839Z Compiling regex-syntax v0.8.4
14592024-08-23T21:21:39.152Z Compiling futures-io v0.3.30
14602024-08-23T21:21:39.495Z Compiling pin-utils v0.1.0
14612024-08-23T21:21:40.297Z Compiling untrusted v0.9.0
14622024-08-23T21:21:40.406Z Compiling serde_derive v1.0.208
14632024-08-23T21:21:40.475Z Compiling zeroize_derive v1.4.2
14642024-08-23T21:21:40.589Z Compiling zerocopy-derive v0.7.34
14652024-08-23T21:21:41.495Z Compiling thiserror-impl v1.0.63
14662024-08-23T21:21:41.832Z Compiling tokio-macros v2.3.0
14672024-08-23T21:21:42.471Z Compiling zerocopy v0.7.34
14682024-08-23T21:21:42.748Z Compiling zeroize v1.7.0
14692024-08-23T21:21:43.515Z Compiling futures-macro v0.3.30
14702024-08-23T21:21:44.470Z Compiling crypto-common v0.1.6
14712024-08-23T21:21:44.551Z Compiling hashbrown v0.14.5
14722024-08-23T21:21:44.653Z Compiling schemars_derive v0.8.21
14732024-08-23T21:21:45.310Z Compiling tracing-attributes v0.1.27
14742024-08-23T21:21:45.761Z Compiling block-buffer v0.10.4
14752024-08-23T21:21:46.000Z Compiling digest v0.10.7
14762024-08-23T21:21:46.042Z Compiling der_derive v0.7.2
14772024-08-23T21:21:46.427Z Compiling openssl-macros v0.1.1
14782024-08-23T21:21:46.917Z Compiling scroll_derive v0.12.0
14792024-08-23T21:21:47.146Z Compiling hmac v0.12.1
14802024-08-23T21:21:47.373Z Compiling block-padding v0.3.3
14812024-08-23T21:21:47.592Z Compiling pest v2.7.10
14822024-08-23T21:21:48.124Z Compiling inout v0.1.3
14832024-08-23T21:21:48.186Z Compiling sha2 v0.10.8
14842024-08-23T21:21:48.203Z Compiling futures-util v0.3.30
14852024-08-23T21:21:48.343Z Compiling cipher v0.4.4
14862024-08-23T21:21:48.415Z Compiling regex-automata v0.4.6
14872024-08-23T21:21:48.939Z Compiling dyn-clone v1.0.17
14882024-08-23T21:21:49.061Z Compiling winnow v0.5.40
14892024-08-23T21:21:49.110Z Compiling anyhow v1.0.86
14902024-08-23T21:21:50.387Z Compiling pest_meta v2.7.10
14912024-08-23T21:21:52.960Z Compiling pest_generator v2.7.10
14922024-08-23T21:21:53.607Z Compiling bytes v1.7.1
14932024-08-23T21:21:54.661Z Compiling indexmap v2.4.0
14942024-08-23T21:21:55.477Z Compiling tokio v1.38.1
14952024-08-23T21:21:55.646Z Compiling bitflags v2.6.0
14962024-08-23T21:21:55.868Z Compiling uuid v1.10.0
14972024-08-23T21:21:56.149Z Compiling serde_tokenstream v0.2.2
14982024-08-23T21:21:56.213Z Compiling chrono v0.4.38
14992024-08-23T21:21:57.913Z Compiling toml_datetime v0.6.8
15002024-08-23T21:21:58.359Z Compiling serde_spanned v0.6.7
15012024-08-23T21:21:58.564Z Compiling http v0.2.12
15022024-08-23T21:21:58.995Z Compiling toml_edit v0.19.15
15032024-08-23T21:22:00.919Z Compiling rustc_version v0.4.0
15042024-08-23T21:22:01.174Z Compiling pest_derive v2.7.10
15052024-08-23T21:22:01.546Z Compiling tracing-core v0.1.32
15062024-08-23T21:22:01.982Z Compiling usdt-impl v0.5.0
15072024-08-23T21:22:02.335Z Compiling rustversion v1.0.17
15082024-08-23T21:22:03.064Z Compiling base64ct v1.6.0
15092024-08-23T21:22:03.602Z Compiling pem-rfc7468 v0.7.0
15102024-08-23T21:22:03.813Z Compiling tracing v0.1.40
15112024-08-23T21:22:04.187Z Compiling heapless v0.7.17
15122024-08-23T21:22:04.206Z Compiling scroll v0.12.0
15132024-08-23T21:22:04.648Z Compiling ppv-lite86 v0.2.17
15142024-08-23T21:22:04.693Z Compiling percent-encoding v2.3.1
15152024-08-23T21:22:04.759Z Compiling plain v0.2.3
15162024-08-23T21:22:04.916Z Compiling powerfmt v0.2.0
15172024-08-23T21:22:05.350Z Compiling flagset v0.4.5
15182024-08-23T21:22:05.423Z Compiling heck v0.4.1
15192024-08-23T21:22:05.461Z Compiling rand_chacha v0.3.1
15202024-08-23T21:22:05.559Z Compiling der v0.7.9
15212024-08-23T21:22:05.656Z Compiling deranged v0.3.11
15222024-08-23T21:22:05.794Z Compiling goblin v0.8.2
15232024-08-23T21:22:07.852Z Compiling regex v1.10.6
15242024-08-23T21:22:08.669Z Compiling salsa20 v0.10.2
15252024-08-23T21:22:08.810Z Compiling pbkdf2 v0.12.2
15262024-08-23T21:22:09.218Z Compiling strsim v0.11.1
15272024-08-23T21:22:09.687Z Compiling num_threads v0.1.7
15282024-08-23T21:22:09.910Z Compiling crc32fast v1.4.0
15292024-08-23T21:22:09.957Z Compiling pretty-hex v0.4.1
15302024-08-23T21:22:10.140Z Compiling time v0.3.36
15312024-08-23T21:22:10.358Z Compiling scrypt v0.11.0
15322024-08-23T21:22:10.602Z Compiling spki v0.7.3
15332024-08-23T21:22:10.641Z Compiling rand v0.8.5
15342024-08-23T21:22:10.841Z Compiling tokio-util v0.7.11
15352024-08-23T21:22:12.120Z Compiling dof v0.3.0
15362024-08-23T21:22:12.212Z Compiling dtrace-parser v0.2.0
15372024-08-23T21:22:12.308Z Compiling cbc v0.1.2
15382024-08-23T21:22:12.516Z Compiling aes v0.8.4
15392024-08-23T21:22:13.068Z Compiling async-trait v0.1.81
15402024-08-23T21:22:13.744Z Compiling socket2 v0.4.10
15412024-08-23T21:22:13.747Z Compiling thread-id v4.2.1
15422024-08-23T21:22:13.872Z Compiling num-bigint-dig v0.8.4
15432024-08-23T21:22:13.911Z Compiling signal-hook v0.3.17
15442024-08-23T21:22:13.984Z Compiling foreign-types-shared v0.1.1
15452024-08-23T21:22:14.163Z Compiling unicode-width v0.1.13
15462024-08-23T21:22:14.192Z Compiling smoltcp v0.9.1
15472024-08-23T21:22:14.391Z Compiling foreign-types v0.3.2
15482024-08-23T21:22:15.202Z Compiling pkcs5 v0.7.1
15492024-08-23T21:22:15.810Z Compiling form_urlencoded v1.2.1
15502024-08-23T21:22:16.343Z Compiling errno v0.3.9
15512024-08-23T21:22:16.429Z Compiling siphasher v0.3.11
15522024-08-23T21:22:16.599Z Compiling try-lock v0.2.5
15532024-08-23T21:22:16.814Z Compiling cfg_aliases v0.1.1
15542024-08-23T21:22:17.014Z Compiling adler v1.0.2
15552024-08-23T21:22:17.048Z Compiling want v0.3.1
15562024-08-23T21:22:17.126Z Compiling nix v0.28.0
15572024-08-23T21:22:17.299Z Compiling miniz_oxide v0.7.2
15582024-08-23T21:22:19.296Z Compiling pkcs8 v0.10.2
15592024-08-23T21:22:19.691Z Compiling sct v0.7.1
15602024-08-23T21:22:19.953Z Compiling rustls-webpki v0.101.7
15612024-08-23T21:22:19.993Z Compiling h2 v0.3.26
15622024-08-23T21:22:21.205Z Compiling http-body v0.4.6
15632024-08-23T21:22:21.865Z Compiling openapiv3 v2.0.0
15642024-08-23T21:22:22.196Z Compiling hubpack_derive v0.1.1
15652024-08-23T21:22:22.625Z Compiling zerocopy-derive v0.6.6
15662024-08-23T21:22:22.653Z Compiling idna v0.5.0
15672024-08-23T21:22:23.864Z Compiling fs-err v2.11.0
15682024-08-23T21:22:24.464Z Compiling httpdate v1.0.3
15692024-08-23T21:22:24.973Z Compiling tower-service v0.3.2
15702024-08-23T21:22:25.104Z Compiling gimli v0.28.1
15712024-08-23T21:22:25.214Z Compiling stable_deref_trait v1.2.0
15722024-08-23T21:22:25.319Z Compiling anstyle v1.0.8
15732024-08-23T21:22:25.886Z Compiling finl_unicode v1.2.0
15742024-08-23T21:22:26.125Z Compiling utf8parse v0.2.1
15752024-08-23T21:22:26.299Z Compiling openssl-probe v0.1.5
15762024-08-23T21:22:26.525Z Compiling stringprep v0.1.4
15772024-08-23T21:22:27.043Z Compiling anstyle-parse v0.2.4
15782024-08-23T21:22:27.360Z Compiling hyper v0.14.30
15792024-08-23T21:22:30.003Z Compiling addr2line v0.21.0
15802024-08-23T21:22:33.312Z Compiling url v2.5.2
15812024-08-23T21:22:37.794Z Compiling usdt-macro v0.5.0
15822024-08-23T21:22:39.121Z Compiling usdt-attr-macro v0.5.0
15832024-08-23T21:22:40.599Z Compiling md-5 v0.10.6
15842024-08-23T21:22:40.834Z Compiling idna v0.3.0
15852024-08-23T21:22:42.311Z Compiling lazy_static v1.5.0
15862024-08-23T21:22:42.436Z Compiling num-integer v0.1.46
15872024-08-23T21:22:43.211Z Compiling hash32 v0.2.1
15882024-08-23T21:22:43.567Z Compiling object v0.32.2
15892024-08-23T21:22:43.992Z Compiling is_terminal_polyfill v1.70.0
15902024-08-23T21:22:44.123Z Compiling fallible-iterator v0.2.0
15912024-08-23T21:22:44.817Z Compiling base64 v0.22.1
15922024-08-23T21:22:44.983Z Compiling colorchoice v1.0.1
15932024-08-23T21:22:45.575Z Compiling rustc-demangle v0.1.24
15942024-08-23T21:22:45.591Z Compiling psl-types v2.0.11
15952024-08-23T21:22:45.767Z Compiling anstyle-query v1.0.3
15962024-08-23T21:22:45.927Z Compiling anstream v0.6.14
15972024-08-23T21:22:46.019Z Compiling publicsuffix v2.2.3
15982024-08-23T21:22:47.469Z Compiling postgres-protocol v0.6.7
15992024-08-23T21:22:48.750Z Compiling num-iter v0.1.45
16002024-08-23T21:22:49.428Z Compiling tokio-rustls v0.24.1
16012024-08-23T21:22:49.846Z Compiling terminal_size v0.3.0
16022024-08-23T21:22:51.872Z Compiling tokio-native-tls v0.3.1
16032024-08-23T21:22:52.139Z Compiling phf_shared v0.11.2
16042024-08-23T21:22:52.773Z Compiling strum_macros v0.25.3
16052024-08-23T21:22:52.900Z Compiling enum-as-inner v0.6.0
16062024-08-23T21:22:54.086Z Compiling regress v0.9.1
16072024-08-23T21:22:54.605Z Compiling clap_derive v4.5.13
16082024-08-23T21:22:55.137Z Compiling serde_repr v0.1.19
16092024-08-23T21:22:56.464Z Compiling ff v0.13.0
16102024-08-23T21:22:58.789Z Compiling encoding_rs v0.8.34
16112024-08-23T21:22:59.518Z Compiling either v1.13.0
16122024-08-23T21:22:59.988Z Compiling base16ct v0.2.0
16132024-08-23T21:23:00.095Z Compiling base64 v0.21.7
16142024-08-23T21:23:00.257Z Compiling bitflags v1.3.2
16152024-08-23T21:23:00.765Z Compiling mime v0.3.17
16162024-08-23T21:23:01.155Z Compiling managed v0.8.0
16172024-08-23T21:23:01.607Z Compiling ipnet v2.9.0
16182024-08-23T21:23:01.871Z Compiling clap_lex v0.7.0
16192024-08-23T21:23:02.290Z Compiling clap_builder v4.5.15
16202024-08-23T21:23:02.893Z Compiling rustls-pemfile v1.0.4
16212024-08-23T21:23:03.748Z Compiling sec1 v0.7.3
16222024-08-23T21:23:04.315Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16232024-08-23T21:23:04.330Z Compiling group v0.13.0
16242024-08-23T21:23:09.428Z Compiling phf v0.11.2
16252024-08-23T21:23:09.540Z Compiling hyper-tls v0.5.0
16262024-08-23T21:23:09.721Z Compiling hyper-rustls v0.24.2
16272024-08-23T21:23:09.856Z Compiling cookie_store v0.20.0
16282024-08-23T21:23:10.044Z Compiling postgres-types v0.2.7
16292024-08-23T21:23:10.286Z Compiling zerocopy v0.6.6
16302024-08-23T21:23:10.647Z Compiling hubpack v0.1.2
16312024-08-23T21:23:11.065Z Compiling pkcs1 v0.7.5
16322024-08-23T21:23:11.156Z Compiling phf_shared v0.10.0
16332024-08-23T21:23:11.173Z Compiling serde_urlencoded v0.7.1
16342024-08-23T21:23:11.785Z Compiling crossbeam-epoch v0.9.18
16352024-08-23T21:23:11.853Z Compiling futures-executor v0.3.30
16362024-08-23T21:23:11.968Z Compiling bstr v1.9.1
16372024-08-23T21:23:12.489Z Compiling hkdf v0.12.4
16382024-08-23T21:23:12.715Z Compiling signature v2.2.0
16392024-08-23T21:23:12.889Z Compiling crypto-bigint v0.5.5
16402024-08-23T21:23:12.892Z Compiling idna v0.4.0
16412024-08-23T21:23:13.012Z Compiling float-cmp v0.9.0
16422024-08-23T21:23:13.241Z Compiling mio v1.0.2
16432024-08-23T21:23:13.484Z Compiling memmap v0.7.0
16442024-08-23T21:23:14.110Z Compiling winnow v0.6.18
16452024-08-23T21:23:14.224Z Compiling fixedbitset v0.4.2
16462024-08-23T21:23:14.240Z Compiling webpki-roots v0.25.4
16472024-08-23T21:23:14.628Z Compiling precomputed-hash v0.1.1
16482024-08-23T21:23:14.749Z Compiling data-encoding v2.6.0
16492024-08-23T21:23:16.073Z Compiling unicode-segmentation v1.11.0
16502024-08-23T21:23:16.374Z Compiling new_debug_unreachable v1.0.6
16512024-08-23T21:23:16.441Z Compiling static_assertions v1.1.0
16522024-08-23T21:23:16.471Z Compiling normalize-line-endings v0.3.0
16532024-08-23T21:23:16.542Z Compiling bit-vec v0.6.3
16542024-08-23T21:23:16.600Z Compiling whoami v1.5.1
16552024-08-23T21:23:16.877Z Compiling minimal-lexical v0.2.1
16562024-08-23T21:23:16.967Z Compiling sync_wrapper v0.1.2
16572024-08-23T21:23:17.017Z Compiling predicates-core v1.0.6
16582024-08-23T21:23:17.096Z Compiling difflib v0.4.0
16592024-08-23T21:23:17.141Z Compiling reqwest v0.11.27
16602024-08-23T21:23:17.214Z Compiling tokio-postgres v0.7.11
16612024-08-23T21:23:17.265Z Compiling bit-set v0.5.3
16622024-08-23T21:23:17.306Z Compiling nom v7.1.3
16632024-08-23T21:23:17.369Z Compiling similar v2.6.0
16642024-08-23T21:23:17.526Z Compiling predicates v3.1.2
16652024-08-23T21:23:17.822Z Compiling toml_edit v0.22.20
16662024-08-23T21:23:18.990Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16672024-08-23T21:23:19.046Z Compiling string_cache v0.8.7
16682024-08-23T21:23:19.374Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16692024-08-23T21:23:19.455Z Compiling elliptic-curve v0.13.8
16702024-08-23T21:23:20.164Z Compiling hickory-proto v0.24.1
16712024-08-23T21:23:20.936Z Compiling petgraph v0.6.5
16722024-08-23T21:23:22.090Z Compiling signal-hook-mio v0.2.4
16732024-08-23T21:23:22.269Z Compiling usdt v0.5.0
16742024-08-23T21:23:23.133Z Compiling rsa v0.9.6
16752024-08-23T21:23:24.801Z Compiling futures v0.3.30
16762024-08-23T21:23:25.463Z Compiling flate2 v1.0.31
16772024-08-23T21:23:25.818Z Compiling clap v4.5.16
16782024-08-23T21:23:26.414Z Compiling itertools v0.12.1
16792024-08-23T21:23:26.667Z Compiling itertools v0.10.5
16802024-08-23T21:23:26.684Z Compiling console v0.15.8
16812024-08-23T21:23:27.966Z Compiling tokio-stream v0.1.15
16822024-08-23T21:23:28.692Z Compiling toml v0.7.8
16832024-08-23T21:23:28.878Z Compiling hex v0.4.3
16842024-08-23T21:23:29.483Z Compiling sha1 v0.10.6
16852024-08-23T21:23:29.509Z Compiling unicode-xid v0.2.4
16862024-08-23T21:23:29.603Z Compiling peg-runtime v0.8.3
16872024-08-23T21:23:29.887Z Compiling lalrpop-util v0.19.12
16882024-08-23T21:23:30.140Z Compiling camino v1.1.9
16892024-08-23T21:23:30.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902024-08-23T21:23:30.702Z Compiling proc-macro-crate v1.3.1
16912024-08-23T21:23:30.862Z Compiling heapless v0.8.0
16922024-08-23T21:23:31.752Z Compiling num_enum_derive v0.5.11
16932024-08-23T21:23:34.012Z Compiling ipnetwork v0.20.0
16942024-08-23T21:23:35.910Z Compiling hash32 v0.3.1
16952024-08-23T21:23:36.594Z Compiling ident_case v1.0.1
16962024-08-23T21:23:37.766Z Compiling smoltcp v0.11.0
16972024-08-23T21:23:38.411Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16982024-08-23T21:23:38.894Z Compiling rustls-pki-types v1.7.0
16992024-08-23T21:23:43.040Z Compiling darling_core v0.20.9
17002024-08-23T21:23:45.897Z Compiling num_enum v0.5.11
17012024-08-23T21:23:47.099Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
17022024-08-23T21:23:47.510Z Compiling getopts v0.2.21
17032024-08-23T21:23:49.342Z Compiling dirs-sys-next v0.1.2
17042024-08-23T21:23:49.581Z Compiling proc-macro-error-attr v1.0.4
17052024-08-23T21:23:50.396Z Compiling embedded-io v0.4.0
17062024-08-23T21:23:50.634Z Compiling rustls v0.22.4
17072024-08-23T21:23:51.363Z Compiling paste v1.0.15
17082024-08-23T21:23:51.841Z Compiling cobs v0.2.3
17092024-08-23T21:23:51.858Z Compiling unsafe-libyaml v0.2.11
17102024-08-23T21:23:52.289Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17112024-08-23T21:23:52.629Z Compiling postcard v1.0.8
17122024-08-23T21:23:53.499Z Compiling serde_yaml v0.9.34+deprecated
17132024-08-23T21:23:53.967Z Compiling dirs-next v2.0.0
17142024-08-23T21:23:55.669Z Compiling darling_macro v0.20.9
17152024-08-23T21:23:57.339Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17162024-08-23T21:24:04.487Z Compiling rustls-webpki v0.102.4
17172024-08-23T21:24:11.912Z Compiling strum_macros v0.26.4
17182024-08-23T21:24:12.751Z Compiling foreign-types-macros v0.2.3
17192024-08-23T21:24:12.778Z Compiling structmeta-derive v0.3.0
17202024-08-23T21:24:14.222Z Compiling thread_local v1.1.8
17212024-08-23T21:24:15.447Z Compiling proc-macro-error v1.0.4
17222024-08-23T21:24:15.763Z Compiling multer v3.1.0
17232024-08-23T21:24:16.088Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17242024-08-23T21:24:16.638Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17252024-08-23T21:24:17.409Z Compiling slog-async v2.8.0
17262024-08-23T21:24:17.887Z Compiling match_cfg v0.1.0
17272024-08-23T21:24:17.890Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17282024-08-23T21:24:18.188Z Compiling foreign-types-shared v0.3.1
17292024-08-23T21:24:18.214Z Compiling foreign-types v0.5.0
17302024-08-23T21:24:18.329Z Compiling hostname v0.3.1
17312024-08-23T21:24:23.787Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17322024-08-23T21:24:26.144Z Compiling strum v0.26.3
17332024-08-23T21:24:26.586Z Compiling structmeta v0.3.0
17342024-08-23T21:24:28.697Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17352024-08-23T21:24:32.557Z Compiling darling v0.20.9
17362024-08-23T21:24:32.667Z Compiling term v0.7.0
17372024-08-23T21:24:33.788Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17382024-08-23T21:24:35.283Z Compiling slog-json v2.6.1
17392024-08-23T21:24:35.730Z Compiling tabwriter v1.4.0
17402024-08-23T21:24:36.534Z Compiling crossbeam-channel v0.5.12
17412024-08-23T21:24:38.050Z Compiling http v1.1.0
17422024-08-23T21:24:38.081Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17432024-08-23T21:24:38.098Z Compiling async-stream-impl v0.3.5
17442024-08-23T21:24:38.888Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17452024-08-23T21:24:39.380Z Compiling is-terminal v0.4.12
17462024-08-23T21:24:39.522Z Compiling cstr-argument v0.1.2
17472024-08-23T21:24:39.701Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17482024-08-23T21:24:39.786Z Compiling take_mut v0.2.2
17492024-08-23T21:24:39.968Z Compiling fastrand v2.1.0
17502024-08-23T21:24:40.035Z Compiling pretty-hex v0.2.1
17512024-08-23T21:24:40.261Z Compiling crucible-workspace-hack v0.1.0
17522024-08-23T21:24:40.568Z Compiling atomic-waker v1.1.2
17532024-08-23T21:24:40.783Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17542024-08-23T21:24:41.072Z Compiling rayon-core v1.12.1
17552024-08-23T21:24:41.614Z Compiling waitgroup v0.1.2
17562024-08-23T21:24:41.832Z Compiling tempfile v3.10.1
17572024-08-23T21:24:42.101Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17582024-08-23T21:24:43.135Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17592024-08-23T21:24:43.337Z Compiling slog-term v2.9.1
17602024-08-23T21:24:43.760Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17612024-08-23T21:24:43.998Z Compiling async-stream v0.3.5
17622024-08-23T21:24:44.221Z Compiling slog-bunyan v2.5.0
17632024-08-23T21:24:44.498Z Compiling serde_with_macros v3.9.0
17642024-08-23T21:24:45.048Z Compiling tokio-rustls v0.25.0
17652024-08-23T21:24:45.193Z Compiling parse-display-derive v0.10.0
17662024-08-23T21:24:45.351Z Compiling toml v0.8.19
17672024-08-23T21:24:45.454Z Compiling rustls-pemfile v2.1.3
17682024-08-23T21:24:45.526Z Compiling crossbeam-deque v0.8.5
17692024-08-23T21:24:45.919Z Compiling colored v2.1.0
17702024-08-23T21:24:45.936Z Compiling newtype-uuid v1.1.0
17712024-08-23T21:24:46.187Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
17722024-08-23T21:24:46.318Z Compiling serde_path_to_error v0.1.16
17732024-08-23T21:24:47.040Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17742024-08-23T21:24:47.287Z Compiling hostname v0.4.0
17752024-08-23T21:24:47.338Z Compiling instant v0.1.12
17762024-08-23T21:24:47.502Z Compiling debug-ignore v1.0.5
17772024-08-23T21:24:47.526Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17782024-08-23T21:24:47.657Z Compiling backoff v0.4.0
17792024-08-23T21:24:47.774Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17802024-08-23T21:24:47.908Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
17812024-08-23T21:24:47.992Z Compiling serde_with v3.9.0
17822024-08-23T21:24:49.085Z Compiling parse-display v0.10.0
17832024-08-23T21:24:50.840Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17842024-08-23T21:24:51.418Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17852024-08-23T21:24:52.234Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17862024-08-23T21:24:52.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
17872024-08-23T21:24:52.812Z Compiling camino-tempfile v1.1.1
17882024-08-23T21:24:53.106Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
17892024-08-23T21:24:53.579Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17902024-08-23T21:24:53.597Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17912024-08-23T21:24:53.768Z Compiling macaddr v1.0.1
17922024-08-23T21:24:54.378Z Compiling num-derive v0.4.2
17932024-08-23T21:24:54.498Z Compiling sigpipe v0.1.3
17942024-08-23T21:24:54.638Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17952024-08-23T21:24:54.954Z Compiling libefi-sys v0.1.0
17962024-08-23T21:24:55.313Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17972024-08-23T21:24:56.606Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
17982024-08-23T21:24:56.661Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
17992024-08-23T21:24:57.214Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
18002024-08-23T21:24:57.216Z Compiling rayon v1.10.0
18012024-08-23T21:24:57.622Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
18022024-08-23T21:24:58.156Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
18032024-08-23T21:24:58.640Z Compiling smf v0.2.3
18042024-08-23T21:25:00.568Z Compiling bitfield-struct v0.6.1
18052024-08-23T21:25:01.203Z Compiling ring v0.16.20
18062024-08-23T21:25:01.515Z Compiling blake3 v1.5.1
18072024-08-23T21:25:01.946Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
18082024-08-23T21:25:02.070Z Compiling portable-atomic v1.6.0
18092024-08-23T21:25:03.009Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18102024-08-23T21:25:03.128Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
18112024-08-23T21:25:03.503Z Compiling xattr v1.3.1
18122024-08-23T21:25:03.758Z Compiling filetime v0.2.24
18132024-08-23T21:25:03.815Z Compiling memmap2 v0.9.4
18142024-08-23T21:25:04.111Z Compiling same-file v1.0.6
18152024-08-23T21:25:04.291Z Compiling arrayvec v0.7.4
18162024-08-23T21:25:04.386Z Compiling untrusted v0.7.1
18172024-08-23T21:25:04.407Z Compiling constant_time_eq v0.3.0
18182024-08-23T21:25:04.576Z Compiling arrayref v0.3.7
18192024-08-23T21:25:04.578Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18202024-08-23T21:25:04.692Z Compiling spin v0.5.2
18212024-08-23T21:25:04.718Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
18222024-08-23T21:25:04.811Z Compiling walkdir v2.5.0
18232024-08-23T21:25:04.937Z Compiling tar v0.4.41
18242024-08-23T21:25:06.229Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18252024-08-23T21:25:07.330Z Compiling gethostname v0.5.0
18262024-08-23T21:25:07.346Z Compiling cargo-platform v0.1.8
18272024-08-23T21:25:07.522Z Compiling number_prefix v0.4.0
18282024-08-23T21:25:07.795Z Compiling topological-sort v0.2.2
18292024-08-23T21:25:08.055Z Compiling indicatif v0.17.8
18302024-08-23T21:25:08.447Z Compiling cargo_metadata v0.18.1
18312024-08-23T21:25:12.648Z Compiling omicron-zone-package v0.11.0
18322024-08-23T21:25:15.299Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18332024-08-23T21:25:15.906Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18342024-08-23T21:25:17.621Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18352024-08-23T21:25:37.033Z Finished `release` profile [optimized] target(s) in 4m 12s
18362024-08-23T21:25:37.169Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18372024-08-23T21:25:37.212ZLogging to: /work/oxidecomputer/omicron/out/LOG
18382024-08-23T21:25:37.215ZCreated new build target 'test' and set it as active
18392024-08-23T21:25:37.215Z
18402024-08-23T21:25:37.215Zreal 4:12.513478796
18412024-08-23T21:25:37.215Zuser 28:40.878840087
18422024-08-23T21:25:37.215Zsys 3:33.897509515
18432024-08-23T21:25:37.215Ztrap 0.825696622
18442024-08-23T21:25:37.215Ztflt 2.974708718
18452024-08-23T21:25:37.215Zdflt 0.566082433
18462024-08-23T21:25:37.215Zkflt 0.000135452
18472024-08-23T21:25:37.215Zlock 1:03:51.056812663
18482024-08-23T21:25:37.215Zslp 1:50:57.208902662
18492024-08-23T21:25:37.215Zlat 1:55.771256278
18502024-08-23T21:25:37.215Zstop 3:29.553235661
18512024-08-23T21:25:37.218Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18522024-08-23T21:25:38.138Z Finished `release` profile [optimized] target(s) in 0.87s
18532024-08-23T21:25:38.184Z Running `target/release/omicron-package -t test package`
18542024-08-23T21:25:38.223ZLogging to: /work/oxidecomputer/omicron/out/LOG
18552024-08-23T21:25:39.301Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18562024-08-23T21:25:39.301Z Compiling camino v1.1.9
18572024-08-23T21:25:39.301Z Compiling password-hash v0.5.0
18582024-08-23T21:25:39.312Z Compiling blake2 v0.10.6
18592024-08-23T21:25:39.312Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
18602024-08-23T21:25:39.312Z Compiling derive-where v1.2.7
18612024-08-23T21:25:39.312Z Compiling humantime v2.1.0
18622024-08-23T21:25:39.312Z Compiling newline-converter v0.3.0
18632024-08-23T21:25:39.623Z Compiling toml v0.8.19
18642024-08-23T21:25:39.652Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18652024-08-23T21:25:40.100Z Compiling argon2 v0.5.3
18662024-08-23T21:25:40.190Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18672024-08-23T21:25:40.302Z Compiling expectorate v1.1.0
18682024-08-23T21:25:40.370Z Compiling dirs-sys-next v0.1.2
18692024-08-23T21:25:40.405Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18702024-08-23T21:25:40.494Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18712024-08-23T21:25:40.584Z Compiling num-rational v0.4.2
18722024-08-23T21:25:40.879Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18732024-08-23T21:25:41.132Z Compiling dirs-next v2.0.0
18742024-08-23T21:25:41.353Z Compiling num-complex v0.4.6
18752024-08-23T21:25:41.451Z Compiling convert_case v0.4.0
18762024-08-23T21:25:41.479Z Compiling term v0.7.0
18772024-08-23T21:25:42.241Z Compiling derive_more v0.99.18
18782024-08-23T21:25:42.551Z Compiling num v0.4.3
18792024-08-23T21:25:42.574Z Compiling float-ord v0.3.2
18802024-08-23T21:25:42.640Z Compiling prettyplease v0.2.20
18812024-08-23T21:25:42.673Z Compiling is-terminal v0.4.12
18822024-08-23T21:25:42.732Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
18832024-08-23T21:25:42.747Z Compiling semver v0.1.20
18842024-08-23T21:25:42.795Z Compiling home v0.5.9
18852024-08-23T21:25:42.945Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
18862024-08-23T21:25:43.033Z Compiling cookie v0.18.1
18872024-08-23T21:25:43.072Z Compiling rustc_version v0.1.7
18882024-08-23T21:25:43.278Z Compiling rustls-pki-types v1.7.0
18892024-08-23T21:25:43.378Z Compiling highway v1.2.0
18902024-08-23T21:25:43.496Z Compiling newtype_derive v0.1.6
18912024-08-23T21:25:44.033Z Compiling steno v0.4.1
18922024-08-23T21:25:44.802Z Compiling rustls-webpki v0.102.4
18932024-08-23T21:25:46.617Z Compiling rustls v0.22.4
18942024-08-23T21:25:46.619Z Compiling thread_local v1.1.8
18952024-08-23T21:25:46.658Z Compiling slog-dtrace v0.3.0
18962024-08-23T21:25:46.980Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
18972024-08-23T21:25:47.103Z Compiling match_cfg v0.1.0
18982024-08-23T21:25:47.207Z Compiling hostname v0.3.1
18992024-08-23T21:25:48.812Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
19002024-08-23T21:25:49.171Z Compiling multer v3.1.0
19012024-08-23T21:25:49.241Z Compiling slog-async v2.8.0
19022024-08-23T21:25:49.314Z Compiling slog-json v2.6.1
19032024-08-23T21:25:49.687Z Compiling crossbeam-channel v0.5.12
19042024-08-23T21:25:49.708Z Compiling http v1.1.0
19052024-08-23T21:25:50.755Z Compiling atomic-waker v1.1.2
19062024-08-23T21:25:50.953Z Compiling take_mut v0.2.2
19072024-08-23T21:25:51.124Z Compiling linked-hash-map v0.5.6
19082024-08-23T21:25:51.520Z Compiling lru-cache v0.1.2
19092024-08-23T21:25:51.747Z Compiling tokio-rustls v0.25.0
19102024-08-23T21:25:52.871Z Compiling waitgroup v0.1.2
19112024-08-23T21:25:53.088Z Compiling slog-bunyan v2.5.0
19122024-08-23T21:25:53.303Z Compiling slog-term v2.9.1
19132024-08-23T21:25:54.217Z Compiling rustls-pemfile v2.1.3
19142024-08-23T21:25:54.646Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
19152024-08-23T21:25:54.720Z Compiling async-stream v0.3.5
19162024-08-23T21:25:54.737Z Compiling ipnetwork v0.20.0
19172024-08-23T21:25:54.791Z Compiling newtype-uuid v1.1.0
19182024-08-23T21:25:55.046Z Compiling serde_path_to_error v0.1.16
19192024-08-23T21:25:55.113Z Compiling hostname v0.4.0
19202024-08-23T21:25:55.344Z Compiling instant v0.1.12
19212024-08-23T21:25:55.498Z Compiling debug-ignore v1.0.5
19222024-08-23T21:25:55.545Z Compiling backoff v0.4.0
19232024-08-23T21:25:55.659Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19242024-08-23T21:25:55.914Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19252024-08-23T21:25:56.151Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
19262024-08-23T21:25:56.217Z Compiling parse-display v0.10.0
19272024-08-23T21:25:56.297Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19282024-08-23T21:25:56.481Z Compiling serde_with v3.9.0
19292024-08-23T21:25:56.791Z Compiling strum v0.26.3
19302024-08-23T21:25:56.979Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19312024-08-23T21:25:59.880Z Compiling macaddr v1.0.1
19322024-08-23T21:26:00.410Z Compiling swrite v0.1.0
19332024-08-23T21:26:00.558Z Compiling utf-8 v0.7.6
19342024-08-23T21:26:00.581Z Compiling quick-error v1.2.3
19352024-08-23T21:26:00.734Z Compiling resolv-conf v0.7.0
19362024-08-23T21:26:02.317Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19372024-08-23T21:26:02.473Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
19382024-08-23T21:26:03.520Z Compiling hickory-resolver v0.24.1
19392024-08-23T21:26:03.601Z Compiling rayon-core v1.12.1
19402024-08-23T21:26:03.629Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19412024-08-23T21:26:05.864Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
19422024-08-23T21:26:07.004Z Compiling crossbeam-deque v0.8.5
19432024-08-23T21:26:07.309Z Compiling half v2.4.1
19442024-08-23T21:26:07.354Z Compiling same-file v1.0.6
19452024-08-23T21:26:07.595Z Compiling display-error-chain v0.2.0
19462024-08-23T21:26:07.788Z Compiling termcolor v1.4.1
19472024-08-23T21:26:08.017Z Compiling fastrand v2.1.0
19482024-08-23T21:26:08.531Z Compiling ciborium-io v0.2.2
19492024-08-23T21:26:08.678Z Compiling ciborium-ll v0.2.2
19502024-08-23T21:26:08.860Z Compiling tempfile v3.10.1
19512024-08-23T21:26:09.197Z Compiling walkdir v2.5.0
19522024-08-23T21:26:09.760Z Compiling blake3 v1.5.1
19532024-08-23T21:26:09.862Z Compiling ring v0.16.20
19542024-08-23T21:26:10.361Z Compiling ciborium v0.2.2
19552024-08-23T21:26:11.128Z Compiling rayon v1.10.0
19562024-08-23T21:26:12.545Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19572024-08-23T21:26:12.562Z Compiling xattr v1.3.1
19582024-08-23T21:26:12.823Z Compiling memmap2 v0.9.4
19592024-08-23T21:26:15.846Z Compiling filetime v0.2.24
19602024-08-23T21:26:16.099Z Compiling untrusted v0.7.1
19612024-08-23T21:26:16.304Z Compiling arrayref v0.3.7
19622024-08-23T21:26:16.421Z Compiling cancel-safe-futures v0.1.5
19632024-08-23T21:26:16.777Z Compiling constant_time_eq v0.3.0
19642024-08-23T21:26:16.937Z Compiling arrayvec v0.7.4
19652024-08-23T21:26:17.036Z Compiling spin v0.5.2
19662024-08-23T21:26:18.433Z Compiling tar v0.4.41
19672024-08-23T21:26:20.272Z Compiling toolchain_find v0.4.0
19682024-08-23T21:26:20.296Z Compiling camino-tempfile v1.1.1
19692024-08-23T21:26:20.705Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19702024-08-23T21:26:20.727Z Compiling nibble_vec v0.1.0
19712024-08-23T21:26:20.838Z Compiling atty v0.2.14
19722024-08-23T21:26:20.968Z Compiling topological-sort v0.2.2
19732024-08-23T21:26:20.997Z Compiling maplit v1.0.2
19742024-08-23T21:26:21.126Z Compiling endian-type v0.1.2
19752024-08-23T21:26:21.186Z Compiling radium v0.7.0
19762024-08-23T21:26:21.395Z Compiling glob v0.3.1
19772024-08-23T21:26:21.414Z Compiling crunchy v0.2.2
19782024-08-23T21:26:21.689Z Compiling radix_trie v0.2.1
19792024-08-23T21:26:21.913Z Compiling omicron-zone-package v0.11.0
19802024-08-23T21:26:22.177Z Compiling clang-sys v1.7.0
19812024-08-23T21:26:22.612Z Compiling rustfmt-wrapper v0.2.1
19822024-08-23T21:26:23.224Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19832024-08-23T21:26:23.279Z Compiling tungstenite v0.21.0
19842024-08-23T21:26:23.534Z Compiling tiny-keccak v2.0.2
19852024-08-23T21:26:23.923Z Compiling maybe-uninit v2.0.0
19862024-08-23T21:26:24.376Z Compiling tap v1.0.1
19872024-08-23T21:26:24.566Z Compiling wyz v0.5.1
19882024-08-23T21:26:25.009Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19892024-08-23T21:26:25.061Z Compiling tokio-tungstenite v0.21.0
19902024-08-23T21:26:25.676Z Compiling dsl_auto_type v0.1.2
19912024-08-23T21:26:25.690Z Compiling itertools v0.13.0
19922024-08-23T21:26:26.201Z Compiling scheduled-thread-pool v0.2.7
19932024-08-23T21:26:27.117Z Compiling bzip2-sys v0.1.11+1.0.8
19942024-08-23T21:26:27.138Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19952024-08-23T21:26:27.588Z Compiling diesel_table_macro_syntax v0.2.0
19962024-08-23T21:26:27.619Z Compiling packed_struct v0.10.1
19972024-08-23T21:26:27.990Z Compiling crc-catalog v2.4.0
19982024-08-23T21:26:28.070Z Compiling arc-swap v1.7.1
19992024-08-23T21:26:28.155Z Compiling funty v2.0.0
20002024-08-23T21:26:28.428Z Compiling crc v3.2.1
20012024-08-23T21:26:28.743Z Compiling slog-scope v4.4.0
20022024-08-23T21:26:29.501Z Compiling bitvec v1.0.1
20032024-08-23T21:26:29.565Z Compiling diesel_derives v2.2.2
20042024-08-23T21:26:30.618Z Compiling r2d2 v0.8.10
20052024-08-23T21:26:31.615Z Compiling ascii-canvas v3.0.0
20062024-08-23T21:26:32.100Z Compiling packed_struct_codegen v0.10.1
20072024-08-23T21:26:33.993Z Compiling ena v0.14.3
20082024-08-23T21:26:34.413Z Compiling libloading v0.8.3
20092024-08-23T21:26:34.532Z Compiling indexmap v1.9.3
20102024-08-23T21:26:34.754Z Compiling diff v0.1.13
20112024-08-23T21:26:34.855Z Compiling nodrop v0.1.14
20122024-08-23T21:26:34.993Z Compiling bindgen v0.69.4
20132024-08-23T21:26:35.284Z Compiling regex-syntax v0.6.29
20142024-08-23T21:26:35.476Z Compiling array-init v0.0.4
20152024-08-23T21:26:40.501Z Compiling lalrpop v0.19.12
20162024-08-23T21:26:40.632Z Compiling diesel v2.2.2
20172024-08-23T21:26:41.019Z Compiling smallvec v0.6.14
20182024-08-23T21:26:41.538Z Compiling slog-stdlog v4.1.1
20192024-08-23T21:26:42.359Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
20202024-08-23T21:26:43.484Z Compiling which v4.4.2
20212024-08-23T21:26:44.048Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
20222024-08-23T21:26:44.070Z Compiling cexpr v0.6.0
20232024-08-23T21:26:44.280Z Compiling libsw v3.3.1
20242024-08-23T21:26:44.637Z Compiling rustc-hash v1.1.0
20252024-08-23T21:26:44.796Z Compiling shlex v1.3.0
20262024-08-23T21:26:45.172Z Compiling owo-colors v4.0.0
20272024-08-23T21:26:45.683Z Compiling ref-cast v1.0.23
20282024-08-23T21:26:46.163Z Compiling hashbrown v0.12.3
20292024-08-23T21:26:47.168Z Compiling lazycell v1.3.0
20302024-08-23T21:26:47.351Z Compiling linear-map v1.2.0
20312024-08-23T21:26:47.451Z Compiling bitfield v0.14.0
20322024-08-23T21:26:47.765Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20332024-08-23T21:26:47.768Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20342024-08-23T21:26:51.433Z Compiling slog-envlogger v2.2.0
20352024-08-23T21:26:53.930Z Compiling serde-hex v0.1.0
20362024-08-23T21:26:55.189Z Compiling bzip2 v0.4.4
20372024-08-23T21:26:55.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20382024-08-23T21:26:55.972Z Compiling env_logger v0.10.2
20392024-08-23T21:26:56.996Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20402024-08-23T21:26:58.921Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20412024-08-23T21:26:58.957Z Compiling derive_builder_core v0.20.0
20422024-08-23T21:26:59.232Z Compiling x509-cert v0.2.5
20432024-08-23T21:27:01.184Z Compiling ron v0.8.1
20442024-08-23T21:27:02.538Z Compiling headers-core v0.2.0
20452024-08-23T21:27:02.734Z Compiling hashbrown v0.13.2
20462024-08-23T21:27:04.074Z Compiling fxhash v0.2.1
20472024-08-23T21:27:04.311Z Compiling libxml v0.3.3
20482024-08-23T21:27:04.705Z Compiling ref-cast-impl v1.0.23
20492024-08-23T21:27:05.868Z Compiling crc-any v2.5.0
20502024-08-23T21:27:06.419Z Compiling polar-core v0.27.3
20512024-08-23T21:27:06.804Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20522024-08-23T21:27:07.421Z Compiling object v0.30.4
20532024-08-23T21:27:10.766Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20542024-08-23T21:27:12.350Z Compiling headers v0.3.9
20552024-08-23T21:27:14.267Z Compiling samael v0.0.15
20562024-08-23T21:27:15.830Z Compiling derive_builder_macro v0.20.0
20572024-08-23T21:27:15.873Z Compiling zip v0.6.6
20582024-08-23T21:27:16.724Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20592024-08-23T21:27:18.529Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20602024-08-23T21:27:18.840Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20612024-08-23T21:27:19.676Z Compiling strum_macros v0.24.3
20622024-08-23T21:27:19.702Z Compiling async-recursion v1.1.1
20632024-08-23T21:27:19.853Z Compiling unicase v2.7.0
20642024-08-23T21:27:20.187Z Compiling indoc v1.0.9
20652024-08-23T21:27:21.063Z Compiling path-slash v0.1.5
20662024-08-23T21:27:21.313Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20672024-08-23T21:27:23.841Z Compiling derive_builder v0.20.0
20682024-08-23T21:27:27.955Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20692024-08-23T21:27:28.318Z Compiling crossterm v0.28.1
20702024-08-23T21:27:28.873Z Compiling pem v3.0.4
20712024-08-23T21:27:29.386Z Compiling curve25519-dalek v4.1.3
20722024-08-23T21:27:29.798Z Compiling impl-trait-for-tuples v0.2.2
20732024-08-23T21:27:29.879Z Compiling oso-derive v0.27.3
20742024-08-23T21:27:30.308Z Compiling libz-sys v1.1.16
20752024-08-23T21:27:30.892Z Compiling quick-xml v0.31.0
20762024-08-23T21:27:30.936Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
20772024-08-23T21:27:31.275Z Compiling parking_lot_core v0.8.6
20782024-08-23T21:27:31.719Z Compiling keccak v0.1.5
20792024-08-23T21:27:32.767Z Compiling sha3 v0.10.8
20802024-08-23T21:27:34.004Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20812024-08-23T21:27:36.223Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20822024-08-23T21:27:36.561Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
20832024-08-23T21:27:36.790Z Compiling oso v0.27.3
20842024-08-23T21:27:37.742Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20852024-08-23T21:27:38.045Z Compiling bb8 v0.8.5
20862024-08-23T21:27:38.676Z Compiling const_format_proc_macros v0.2.32
20872024-08-23T21:27:39.170Z Compiling universal-hash v0.5.1
20882024-08-23T21:27:39.398Z Compiling secrecy v0.8.0
20892024-08-23T21:27:39.673Z Compiling thiserror-impl-no-std v2.0.2
20902024-08-23T21:27:40.582Z Compiling curve25519-dalek-derive v0.1.1
20912024-08-23T21:27:41.991Z Compiling vte_generate_state_changes v0.1.1
20922024-08-23T21:27:42.402Z Compiling buf-list v1.0.3
20932024-08-23T21:27:42.626Z Compiling opaque-debug v0.3.1
20942024-08-23T21:27:42.740Z Compiling poly1305 v0.8.0
20952024-08-23T21:27:43.112Z Compiling vte v0.11.1
20962024-08-23T21:27:44.246Z Compiling thiserror-no-std v2.0.2
20972024-08-23T21:27:44.573Z Compiling const_format v0.2.32
20982024-08-23T21:27:45.870Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20992024-08-23T21:27:48.073Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21002024-08-23T21:27:48.390Z Compiling chacha20 v0.9.1
21012024-08-23T21:27:48.866Z Compiling fd-lock v4.0.2
21022024-08-23T21:27:49.109Z Compiling aead v0.5.2
21032024-08-23T21:27:49.458Z Compiling libgit2-sys v0.17.0+1.8.1
21042024-08-23T21:27:50.091Z Compiling pin-project-internal v1.1.5
21052024-08-23T21:27:50.209Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
21062024-08-23T21:27:50.545Z Compiling bytecount v0.6.8
21072024-08-23T21:27:50.866Z Compiling papergrid v0.11.0
21082024-08-23T21:27:52.686Z Compiling pin-project v1.1.5
21092024-08-23T21:27:52.834Z Compiling chacha20poly1305 v0.10.1
21102024-08-23T21:27:53.467Z Compiling parking_lot v0.11.2
21112024-08-23T21:27:54.009Z Compiling vsss-rs v3.3.4
21122024-08-23T21:27:54.508Z Compiling strip-ansi-escapes v0.2.0
21132024-08-23T21:27:55.494Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21142024-08-23T21:27:56.009Z Compiling tabled_derive v0.7.0
21152024-08-23T21:27:58.163Z Compiling crossterm v0.27.0
21162024-08-23T21:27:58.343Z Compiling peg-macros v0.8.4
21172024-08-23T21:28:00.306Z Compiling kstat-rs v0.2.4
21182024-08-23T21:28:01.210Z Compiling snafu-derive v0.8.2
21192024-08-23T21:28:01.443Z Compiling sqlparser_derive v0.2.2
21202024-08-23T21:28:02.214Z Compiling nu-ansi-term v0.50.0
21212024-08-23T21:28:02.511Z Compiling unicode_categories v0.1.1
21222024-08-23T21:28:03.129Z Compiling rustyline v14.0.0
21232024-08-23T21:28:03.448Z Compiling sqlformat v0.2.4
21242024-08-23T21:28:04.576Z Compiling reedline v0.33.0
21252024-08-23T21:28:05.852Z Compiling snafu v0.8.2
21262024-08-23T21:28:07.121Z Compiling sqlparser v0.45.0
21272024-08-23T21:28:13.724Z Compiling peg v0.8.4
21282024-08-23T21:28:13.851Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21292024-08-23T21:28:14.554Z Compiling tabled v0.15.0
21302024-08-23T21:28:26.820Z Compiling sled v0.34.7
21312024-08-23T21:28:28.918Z Compiling mime_guess v2.0.4
21322024-08-23T21:28:32.551Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21332024-08-23T21:28:33.248Z Compiling hickory-client v0.24.1
21342024-08-23T21:28:34.290Z Compiling env_logger v0.9.3
21352024-08-23T21:28:37.214Z Compiling tungstenite v0.20.1
21362024-08-23T21:28:38.217Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21372024-08-23T21:28:38.272Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21382024-08-23T21:28:43.235Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21392024-08-23T21:28:44.751Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
21402024-08-23T21:28:46.332Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21412024-08-23T21:28:53.812Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-08-23T21:28:54.305Z Compiling hickory-server v0.24.1
21432024-08-23T21:28:58.489Z Compiling globset v0.4.14
21442024-08-23T21:28:59.196Z Compiling olpc-cjson v0.1.3
21452024-08-23T21:28:59.542Z Compiling bcs v0.1.6
21462024-08-23T21:29:00.439Z Compiling vergen v8.3.2
21472024-08-23T21:29:00.771Z Compiling bitstruct_derive v0.1.0
21482024-08-23T21:29:02.116Z Compiling serde_plain v1.0.2
21492024-08-23T21:29:02.633Z Compiling cargo-platform v0.1.8
21502024-08-23T21:29:03.128Z Compiling nanorand v0.7.0
21512024-08-23T21:29:03.834Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21522024-08-23T21:29:04.011Z Compiling memoffset v0.9.1
21532024-08-23T21:29:04.367Z Compiling typed-path v0.7.1
21542024-08-23T21:29:06.042Z Compiling ascii v1.1.0
21552024-08-23T21:29:06.790Z Compiling tough v0.17.1
21562024-08-23T21:29:06.838Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21572024-08-23T21:29:09.386Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21582024-08-23T21:29:09.682Z Compiling flume v0.11.0
21592024-08-23T21:29:10.419Z Compiling cargo_metadata v0.18.1
21602024-08-23T21:29:10.555Z Compiling bitstruct v0.1.1
21612024-08-23T21:29:10.720Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21622024-08-23T21:29:10.997Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21632024-08-23T21:29:13.649Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21642024-08-23T21:29:14.209Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21652024-08-23T21:29:21.902Z Compiling git2 v0.19.0
21662024-08-23T21:29:22.144Z Compiling tokio-tungstenite v0.20.1
21672024-08-23T21:29:23.363Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21682024-08-23T21:29:23.718Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21692024-08-23T21:29:30.969Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21702024-08-23T21:29:32.154Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21712024-08-23T21:29:34.091Z Compiling libsqlite3-sys v0.28.0
21722024-08-23T21:29:34.608Z Compiling erased-serde v0.3.31
21732024-08-23T21:29:34.897Z Compiling serde_arrays v0.1.0
21742024-08-23T21:29:34.899Z Compiling parse-size v1.0.0
21752024-08-23T21:29:35.093Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21762024-08-23T21:29:36.266Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21772024-08-23T21:29:37.754Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21782024-08-23T21:29:38.487Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21792024-08-23T21:29:38.538Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
21802024-08-23T21:29:38.853Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21812024-08-23T21:29:40.834Z Compiling heck v0.3.3
21822024-08-23T21:29:41.233Z Compiling rand_seeder v0.3.0
21832024-08-23T21:29:41.635Z Compiling castaway v0.2.3
21842024-08-23T21:29:41.774Z Compiling csv-core v0.1.11
21852024-08-23T21:29:41.834Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21862024-08-23T21:29:42.167Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21872024-08-23T21:29:42.674Z Compiling http-range v0.1.5
21882024-08-23T21:29:43.243Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21892024-08-23T21:29:44.383Z Compiling hyper-staticfile v0.9.5
21902024-08-23T21:29:47.327Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21912024-08-23T21:29:48.013Z Compiling csv v1.3.0
21922024-08-23T21:29:50.098Z Compiling compact_str v0.8.0
21932024-08-23T21:29:51.909Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21942024-08-23T21:29:52.126Z Compiling zone_cfg_derive v0.1.2
21952024-08-23T21:29:52.676Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21962024-08-23T21:29:53.641Z Compiling nix v0.27.1
21972024-08-23T21:29:55.407Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21982024-08-23T21:29:56.633Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
21992024-08-23T21:29:58.304Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
22002024-08-23T21:30:01.337Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
22012024-08-23T21:30:04.455Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
22022024-08-23T21:30:04.830Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
22032024-08-23T21:30:05.153Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
22042024-08-23T21:30:05.477Z Compiling unicode-truncate v1.0.0
22052024-08-23T21:30:05.768Z Compiling hashlink v0.9.1
22062024-08-23T21:30:06.565Z Compiling lru v0.12.3
22072024-08-23T21:30:06.933Z Compiling serde-big-array v0.5.1
22082024-08-23T21:30:07.203Z Compiling instability v0.3.2
22092024-08-23T21:30:08.219Z Compiling base64 v0.13.1
22102024-08-23T21:30:08.596Z Compiling fallible-streaming-iterator v0.1.9
22112024-08-23T21:30:08.891Z Compiling fallible-iterator v0.3.0
22122024-08-23T21:30:08.971Z Compiling cassowary v0.3.0
22132024-08-23T21:30:09.696Z Compiling rusqlite v0.31.0
22142024-08-23T21:30:12.613Z Compiling ratatui v0.28.0
22152024-08-23T21:30:13.553Z Compiling ron v0.7.1
22162024-08-23T21:30:14.869Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
22172024-08-23T21:30:29.595Z Compiling zone v0.1.8
22182024-08-23T21:30:29.740Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
22192024-08-23T21:30:32.025Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22202024-08-23T21:30:32.756Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
22212024-08-23T21:30:33.050Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
22222024-08-23T21:30:35.387Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
22232024-08-23T21:30:35.466Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
22242024-08-23T21:30:35.937Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
22252024-08-23T21:30:37.033Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
22262024-08-23T21:30:37.362Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
22272024-08-23T21:30:39.571Z Compiling twox-hash v1.6.3
22282024-08-23T21:30:40.597Z Compiling signal-hook-tokio v0.3.1
22292024-08-23T21:30:40.825Z Compiling yasna v0.5.2
22302024-08-23T21:30:42.429Z Compiling portpicker v0.1.1
22312024-08-23T21:30:42.871Z Compiling unicode-linebreak v0.1.5
22322024-08-23T21:30:43.420Z Compiling smawk v0.3.2
22332024-08-23T21:30:43.688Z Compiling textwrap v0.16.1
22342024-08-23T21:30:44.285Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
22352024-08-23T21:30:47.308Z Compiling rcgen v0.12.1
22362024-08-23T21:30:48.221Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
22372024-08-23T21:30:57.184Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
22382024-08-23T21:30:59.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
22392024-08-23T21:31:00.318Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
22402024-08-23T21:31:04.361Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
22412024-08-23T21:31:06.601Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
22422024-08-23T21:31:07.118Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22432024-08-23T21:31:07.444Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22442024-08-23T21:31:09.595Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22452024-08-23T21:31:14.224Z Compiling atomicwrites v0.4.3
22462024-08-23T21:31:14.258Z Compiling fatfs v0.3.6
22472024-08-23T21:31:14.776Z Compiling rtoolbox v0.0.2
22482024-08-23T21:31:15.234Z Compiling subprocess v0.2.9
22492024-08-23T21:31:17.115Z Compiling assert_matches v1.5.0
22502024-08-23T21:31:17.237Z Compiling is_ci v1.2.0
22512024-08-23T21:31:17.512Z Compiling supports-color v3.0.0
22522024-08-23T21:31:18.145Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22532024-08-23T21:31:19.026Z Compiling rpassword v7.3.1
22542024-08-23T21:31:19.497Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22552024-08-23T21:31:20.078Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22562024-08-23T21:31:22.532Z Compiling tui-tree-widget v0.22.0
22572024-08-23T21:31:22.984Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22582024-08-23T21:31:23.539Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22592024-08-23T21:31:25.353Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22602024-08-23T21:31:25.681Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
22612024-08-23T21:31:27.110Z Compiling uzers v0.11.3
22622024-08-23T21:31:29.822Z Compiling shell-words v1.1.0
22632024-08-23T21:31:30.256Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22642024-08-23T21:31:31.953Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22652024-08-23T21:31:33.817Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
22662024-08-23T21:31:36.792Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22672024-08-23T21:31:47.769Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22682024-08-23T21:31:58.721Z Compiling multimap v0.10.0
22692024-08-23T21:33:57.792Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22702024-08-23T21:34:05.240Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22712024-08-23T21:40:35.282Z Finished `release` profile [optimized] target(s) in 14m 56s
22722024-08-23T21:41:32.499Z
22732024-08-23T21:41:32.501Zreal 15:55.133359357
22742024-08-23T21:41:32.502Zuser 1:48:41.868331259
22752024-08-23T21:41:32.502Zsys 5:32.734178887
22762024-08-23T21:41:32.502Ztrap 2.548905169
22772024-08-23T21:41:32.502Ztflt 3.358820737
22782024-08-23T21:41:32.502Zdflt 3.152518214
22792024-08-23T21:41:32.502Zkflt 0.010928448
22802024-08-23T21:41:32.502Zlock 6:34:00.381670969
22812024-08-23T21:41:32.502Zslp 5:36:40.404023084
22822024-08-23T21:41:32.502Zlat 2:45.059731847
22832024-08-23T21:41:32.502Zstop 2:28.265303142
22842024-08-23T21:41:32.502Z+ mapfile -t packages
22852024-08-23T21:41:32.502Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22862024-08-23T21:41:33.460Z Finished `release` profile [optimized] target(s) in 0.91s
22872024-08-23T21:41:33.508Z Running `target/release/omicron-package -t test list-outputs`
22882024-08-23T21:41:33.550ZLogging to: /work/oxidecomputer/omicron/out/LOG
22892024-08-23T21:41:33.552Z+ ptime -m cargo build --locked --release -p xtask
22902024-08-23T21:41:34.134Z Compiling serde v1.0.208
22912024-08-23T21:41:34.137Z Compiling serde_json v1.0.125
22922024-08-23T21:41:34.137Z Compiling libc v0.2.156
22932024-08-23T21:41:34.137Z Compiling syn v2.0.74
22942024-08-23T21:41:34.218Z Compiling usdt-impl v0.5.0
22952024-08-23T21:41:34.231Z Compiling rustix v0.38.34
22962024-08-23T21:41:34.590Z Compiling syn v1.0.109
22972024-08-23T21:41:34.617Z Compiling hashbrown v0.14.5
22982024-08-23T21:41:34.737Z Compiling log v0.4.21
22992024-08-23T21:41:34.758Z Compiling bitflags v2.6.0
23002024-08-23T21:41:34.774Z Compiling fs-err v2.11.0
23012024-08-23T21:41:35.224Z Compiling anyhow v1.0.86
23022024-08-23T21:41:35.712Z Compiling thread-id v4.2.1
23032024-08-23T21:41:36.021Z Compiling indexmap v2.4.0
23042024-08-23T21:41:36.228Z Compiling terminal_size v0.3.0
23052024-08-23T21:41:36.432Z Compiling clap_builder v4.5.15
23062024-08-23T21:41:37.718Z Compiling proc-macro-error v1.0.4
23072024-08-23T21:41:38.985Z Compiling tabled_derive v0.7.0
23082024-08-23T21:41:40.400Z Compiling tabled v0.15.0
23092024-08-23T21:41:41.796Z Compiling serde_derive v1.0.208
23102024-08-23T21:41:42.717Z Compiling thiserror-impl v1.0.63
23112024-08-23T21:41:42.751Z Compiling zerocopy-derive v0.7.34
23122024-08-23T21:41:42.788Z Compiling scroll_derive v0.12.0
23132024-08-23T21:41:44.196Z Compiling scroll v0.12.0
23142024-08-23T21:41:44.786Z Compiling zerocopy v0.7.34
23152024-08-23T21:41:45.540Z Compiling thiserror v1.0.63
23162024-08-23T21:41:45.702Z Compiling pest v2.7.10
23172024-08-23T21:41:46.586Z Compiling goblin v0.8.2
23182024-08-23T21:41:48.683Z Compiling pest_meta v2.7.10
23192024-08-23T21:41:50.390Z Compiling pest_generator v2.7.10
23202024-08-23T21:41:52.771Z Compiling pest_derive v2.7.10
23212024-08-23T21:41:53.570Z Compiling dtrace-parser v0.2.0
23222024-08-23T21:41:55.492Z Compiling clap_derive v4.5.13
23232024-08-23T21:41:59.609Z Compiling serde_tokenstream v0.2.2
23242024-08-23T21:42:00.223Z Compiling serde_spanned v0.6.7
23252024-08-23T21:42:00.238Z Compiling toml_datetime v0.6.8
23262024-08-23T21:42:00.488Z Compiling dof v0.3.0
23272024-08-23T21:42:00.918Z Compiling toml_edit v0.22.20
23282024-08-23T21:42:01.411Z Compiling semver v1.0.23
23292024-08-23T21:42:02.568Z Compiling usdt-attr-macro v0.5.0
23302024-08-23T21:42:02.922Z Compiling usdt-macro v0.5.0
23312024-08-23T21:42:03.954Z Compiling camino v1.1.9
23322024-08-23T21:42:04.179Z Compiling cargo-platform v0.1.8
23332024-08-23T21:42:05.296Z Compiling toml v0.8.19
23342024-08-23T21:42:05.346Z Compiling cargo_metadata v0.18.1
23352024-08-23T21:42:06.118Z Compiling usdt v0.5.0
23362024-08-23T21:42:06.979Z Compiling cargo_toml v0.20.4
23372024-08-23T21:42:07.567Z Compiling clap v4.5.16
23382024-08-23T21:42:07.701Z Compiling macaddr v1.0.1
23392024-08-23T21:42:18.226Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
23402024-08-23T21:42:29.244Z Finished `release` profile [optimized] target(s) in 55.63s
23412024-08-23T21:42:29.344Z
23422024-08-23T21:42:29.347Zreal 55.759219390
23432024-08-23T21:42:29.347Zuser 5:36.830825712
23442024-08-23T21:42:29.347Zsys 31.930362877
23452024-08-23T21:42:29.347Ztrap 0.144867340
23462024-08-23T21:42:29.347Ztflt 0.318484212
23472024-08-23T21:42:29.347Zdflt 0.613097100
23482024-08-23T21:42:29.347Zkflt 0.010291402
23492024-08-23T21:42:29.347Zlock 10:36.163231579
23502024-08-23T21:42:29.347Zslp 15:29.830880998
23512024-08-23T21:42:29.347Zlat 12.160805082
23522024-08-23T21:42:29.347Zstop 16.378378225
23532024-08-23T21:42:29.347Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23542024-08-23T21:42:29.347Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23552024-08-23T21:42:29.347Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23562024-08-23T21:42:29.347Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23572024-08-23T21:42:29.347Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23582024-08-23T21:42:29.922Z Downloading crates ...
23592024-08-23T21:42:30.138Z Downloaded dirs-sys v0.4.1
23602024-08-23T21:42:30.154Z Downloaded russh-cryptovec v0.7.2
23612024-08-23T21:42:30.156Z Downloaded option-ext v0.2.0
23622024-08-23T21:42:30.161Z Downloaded dhcproto-macros v0.1.0
23632024-08-23T21:42:30.170Z Downloaded md5 v0.7.0
23642024-08-23T21:42:30.172Z Downloaded internet-checksum v0.2.1
23652024-08-23T21:42:30.174Z Downloaded ssh-cipher v0.2.0
23662024-08-23T21:42:30.174Z Downloaded ed25519 v2.2.3
23672024-08-23T21:42:30.177Z Downloaded polyval v0.6.2
23682024-08-23T21:42:30.177Z Downloaded pbkdf2 v0.11.0
23692024-08-23T21:42:30.179Z Downloaded ghash v0.5.1
23702024-08-23T21:42:30.182Z Downloaded hex-literal v0.4.1
23712024-08-23T21:42:30.182Z Downloaded primeorder v0.13.6
23722024-08-23T21:42:30.184Z Downloaded ssh-encoding v0.2.0
23732024-08-23T21:42:30.184Z Downloaded password-hash v0.4.2
23742024-08-23T21:42:30.187Z Downloaded aes-gcm v0.10.3
23752024-08-23T21:42:30.189Z Downloaded blowfish v0.9.1
23762024-08-23T21:42:30.191Z Downloaded rfc6979 v0.4.0
23772024-08-23T21:42:30.191Z Downloaded ecdsa v0.16.9
23782024-08-23T21:42:30.194Z Downloaded dirs v5.0.1
23792024-08-23T21:42:30.196Z Downloaded bcrypt-pbkdf v0.10.0
23802024-08-23T21:42:30.199Z Downloaded dhcproto v0.12.0
23812024-08-23T21:42:30.206Z Downloaded russh-keys v0.44.0
23822024-08-23T21:42:30.208Z Downloaded p256 v0.13.2
23832024-08-23T21:42:30.215Z Downloaded ed25519-dalek v2.1.1
23842024-08-23T21:42:30.220Z Downloaded num-bigint v0.4.5
23852024-08-23T21:42:30.227Z Downloaded ssh-key v0.6.6
23862024-08-23T21:42:30.235Z Downloaded russh v0.44.1
23872024-08-23T21:42:30.239Z Downloaded p521 v0.13.3
23882024-08-23T21:42:30.243Z Downloaded p384 v0.13.0
23892024-08-23T21:42:30.382Z Compiling regress v0.9.1
23902024-08-23T21:42:30.495Z Compiling getopts v0.2.21
23912024-08-23T21:42:30.498Z Compiling unsafe-libyaml v0.2.11
23922024-08-23T21:42:30.498Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23932024-08-23T21:42:30.524Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23942024-08-23T21:42:30.526Z Compiling http v1.1.0
23952024-08-23T21:42:30.527Z Compiling match_cfg v0.1.0
23962024-08-23T21:42:30.527Z Compiling toml v0.8.19
23972024-08-23T21:42:30.654Z Compiling hostname v0.3.1
23982024-08-23T21:42:30.901Z Compiling rustls-pki-types v1.7.0
23992024-08-23T21:42:30.944Z Compiling paste v1.0.15
24002024-08-23T21:42:31.038Z Compiling ident_case v1.0.1
24012024-08-23T21:42:31.232Z Compiling rustls v0.22.4
24022024-08-23T21:42:31.451Z Compiling rustls-webpki v0.102.4
24032024-08-23T21:42:31.554Z Compiling darling_core v0.20.9
24042024-08-23T21:42:31.576Z Compiling ipnetwork v0.20.0
24052024-08-23T21:42:31.685Z Compiling multer v3.1.0
24062024-08-23T21:42:31.998Z Compiling serde_yaml v0.9.34+deprecated
24072024-08-23T21:42:32.484Z Compiling slog-json v2.6.1
24082024-08-23T21:42:32.881Z Compiling async-stream-impl v0.3.5
24092024-08-23T21:42:32.994Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24102024-08-23T21:42:33.325Z Compiling instant v0.1.12
24112024-08-23T21:42:33.484Z Compiling debug-ignore v1.0.5
24122024-08-23T21:42:33.517Z Compiling atomic-waker v1.1.2
24132024-08-23T21:42:33.636Z Compiling waitgroup v0.1.2
24142024-08-23T21:42:33.708Z Compiling slog-bunyan v2.5.0
24152024-08-23T21:42:33.862Z Compiling rustls-pemfile v2.1.3
24162024-08-23T21:42:33.916Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
24172024-08-23T21:42:34.301Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24182024-08-23T21:42:34.325Z Compiling async-stream v0.3.5
24192024-08-23T21:42:34.651Z Compiling serde_path_to_error v0.1.16
24202024-08-23T21:42:34.789Z Compiling hostname v0.4.0
24212024-08-23T21:42:35.075Z Compiling structmeta-derive v0.3.0
24222024-08-23T21:42:35.583Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24232024-08-23T21:42:35.619Z Compiling newtype-uuid v1.1.0
24242024-08-23T21:42:35.930Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24252024-08-23T21:42:36.253Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24262024-08-23T21:42:36.336Z Compiling backoff v0.4.0
24272024-08-23T21:42:36.582Z Compiling tokio-rustls v0.25.0
24282024-08-23T21:42:36.700Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24292024-08-23T21:42:36.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24302024-08-23T21:42:36.908Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24312024-08-23T21:42:36.973Z Compiling macaddr v1.0.1
24322024-08-23T21:42:37.065Z Compiling proc-macro-crate v1.3.1
24332024-08-23T21:42:37.397Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24342024-08-23T21:42:37.488Z Compiling fastrand v2.1.0
24352024-08-23T21:42:37.799Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24362024-08-23T21:42:38.089Z Compiling tempfile v3.10.1
24372024-08-23T21:42:38.123Z Compiling num_enum_derive v0.5.11
24382024-08-23T21:42:38.144Z Compiling foreign-types-macros v0.2.3
24392024-08-23T21:42:38.162Z Compiling structmeta v0.3.0
24402024-08-23T21:42:38.580Z Compiling darling_macro v0.20.9
24412024-08-23T21:42:38.616Z Compiling parse-display-derive v0.10.0
24422024-08-23T21:42:38.940Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24432024-08-23T21:42:39.227Z Compiling heapless v0.8.0
24442024-08-23T21:42:39.429Z Compiling foreign-types-shared v0.3.1
24452024-08-23T21:42:39.535Z Compiling darling v0.20.9
24462024-08-23T21:42:39.552Z Compiling foreign-types v0.5.0
24472024-08-23T21:42:39.655Z Compiling serde_with_macros v3.9.0
24482024-08-23T21:42:39.702Z Compiling proc-macro-error v1.0.4
24492024-08-23T21:42:40.481Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24502024-08-23T21:42:40.586Z Compiling cstr-argument v0.1.2
24512024-08-23T21:42:40.704Z Compiling num_enum v0.5.11
24522024-08-23T21:42:40.853Z Compiling hash32 v0.3.1
24532024-08-23T21:42:40.874Z Compiling smoltcp v0.11.0
24542024-08-23T21:42:41.103Z Compiling pretty-hex v0.2.1
24552024-08-23T21:42:41.305Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24562024-08-23T21:42:41.663Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24572024-08-23T21:42:41.685Z Compiling camino-tempfile v1.1.1
24582024-08-23T21:42:42.116Z Compiling tabwriter v1.4.0
24592024-08-23T21:42:42.280Z Compiling colored v2.1.0
24602024-08-23T21:42:42.496Z Compiling cobs v0.2.3
24612024-08-23T21:42:42.576Z Compiling serde_with v3.9.0
24622024-08-23T21:42:42.608Z Compiling embedded-io v0.4.0
24632024-08-23T21:42:42.802Z Compiling postcard v1.0.8
24642024-08-23T21:42:42.830Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24652024-08-23T21:42:43.097Z Compiling crucible-workspace-hack v0.1.0
24662024-08-23T21:42:43.153Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24672024-08-23T21:42:43.283Z Compiling parse-display v0.10.0
24682024-08-23T21:42:43.382Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24692024-08-23T21:42:43.425Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24702024-08-23T21:42:43.751Z Compiling smf v0.2.3
24712024-08-23T21:42:43.777Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24722024-08-23T21:42:44.094Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24732024-08-23T21:42:44.316Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24742024-08-23T21:42:44.792Z Compiling num-derive v0.4.2
24752024-08-23T21:42:45.281Z Compiling sigpipe v0.1.3
24762024-08-23T21:42:45.424Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24772024-08-23T21:42:45.716Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24782024-08-23T21:42:45.751Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24792024-08-23T21:42:46.465Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24802024-08-23T21:42:46.924Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24812024-08-23T21:42:47.194Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24822024-08-23T21:42:47.269Z Compiling universal-hash v0.5.1
24832024-08-23T21:42:47.383Z Compiling opaque-debug v0.3.1
24842024-08-23T21:42:47.407Z Compiling utf-8 v0.7.6
24852024-08-23T21:42:47.461Z Compiling num-rational v0.4.2
24862024-08-23T21:42:47.482Z Compiling curve25519-dalek v4.1.3
24872024-08-23T21:42:47.594Z Compiling num-complex v0.4.6
24882024-08-23T21:42:47.728Z Compiling humantime v2.1.0
24892024-08-23T21:42:47.749Z Compiling password-hash v0.5.0
24902024-08-23T21:42:48.252Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
24912024-08-23T21:42:48.275Z Compiling blake2 v0.10.6
24922024-08-23T21:42:48.310Z Compiling aead v0.5.2
24932024-08-23T21:42:48.521Z Compiling curve25519-dalek-derive v0.1.1
24942024-08-23T21:42:48.651Z Compiling num v0.4.3
24952024-08-23T21:42:48.688Z Compiling float-ord v0.3.2
24962024-08-23T21:42:48.742Z Compiling argon2 v0.5.3
24972024-08-23T21:42:48.761Z Compiling poly1305 v0.8.0
24982024-08-23T21:42:48.859Z Compiling chacha20 v0.9.1
24992024-08-23T21:42:49.256Z Compiling semver v0.1.20
25002024-08-23T21:42:49.323Z Compiling convert_case v0.4.0
25012024-08-23T21:42:49.780Z Compiling rustc_version v0.1.7
25022024-08-23T21:42:49.987Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25032024-08-23T21:42:50.327Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
25042024-08-23T21:42:50.367Z Compiling derive_more v0.99.18
25052024-08-23T21:42:50.418Z Compiling tungstenite v0.21.0
25062024-08-23T21:42:50.450Z Compiling newline-converter v0.3.0
25072024-08-23T21:42:50.480Z Compiling atty v0.2.14
25082024-08-23T21:42:50.621Z Compiling same-file v1.0.6
25092024-08-23T21:42:50.623Z Compiling rayon-core v1.12.1
25102024-08-23T21:42:50.929Z Compiling walkdir v2.5.0
25112024-08-23T21:42:50.983Z Compiling expectorate v1.1.0
25122024-08-23T21:42:51.172Z Compiling newtype_derive v0.1.6
25132024-08-23T21:42:51.501Z Compiling tokio-tungstenite v0.21.0
25142024-08-23T21:42:51.657Z Compiling crossbeam-deque v0.8.5
25152024-08-23T21:42:51.685Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25162024-08-23T21:42:51.720Z Compiling keccak v0.1.5
25172024-08-23T21:42:52.015Z Compiling prettyplease v0.2.20
25182024-08-23T21:42:52.034Z Compiling sha3 v0.10.8
25192024-08-23T21:42:52.598Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25202024-08-23T21:42:52.640Z Compiling thiserror-impl-no-std v2.0.2
25212024-08-23T21:42:52.736Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25222024-08-23T21:42:52.755Z Compiling secrecy v0.8.0
25232024-08-23T21:42:52.932Z Compiling ring v0.16.20
25242024-08-23T21:42:53.029Z Compiling blake3 v1.5.1
25252024-08-23T21:42:53.047Z Compiling derive-where v1.2.7
25262024-08-23T21:42:53.709Z Compiling unicase v2.7.0
25272024-08-23T21:42:54.024Z Compiling half v2.4.1
25282024-08-23T21:42:54.071Z Compiling cookie v0.18.1
25292024-08-23T21:42:54.173Z Compiling ciborium-io v0.2.2
25302024-08-23T21:42:54.316Z Compiling arc-swap v1.7.1
25312024-08-23T21:42:54.403Z Compiling linked-hash-map v0.5.6
25322024-08-23T21:42:54.599Z Compiling quick-error v1.2.3
25332024-08-23T21:42:54.758Z Compiling termcolor v1.4.1
25342024-08-23T21:42:54.794Z Compiling lru-cache v0.1.2
25352024-08-23T21:42:54.999Z Compiling slog-scope v4.4.0
25362024-08-23T21:42:55.017Z Compiling resolv-conf v0.7.0
25372024-08-23T21:42:55.568Z Compiling env_logger v0.9.3
25382024-08-23T21:42:55.739Z Compiling ciborium-ll v0.2.2
25392024-08-23T21:42:55.915Z Compiling thiserror-no-std v2.0.2
25402024-08-23T21:42:56.243Z Compiling rayon v1.10.0
25412024-08-23T21:42:56.634Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25422024-08-23T21:42:56.912Z Compiling polyval v0.6.2
25432024-08-23T21:42:56.946Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25442024-08-23T21:42:57.253Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25452024-08-23T21:42:57.349Z Compiling rfc6979 v0.4.0
25462024-08-23T21:42:57.403Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25472024-08-23T21:42:57.406Z Compiling bitstruct_derive v0.1.0
25482024-08-23T21:42:57.539Z Compiling memmap2 v0.9.4
25492024-08-23T21:42:58.004Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25502024-08-23T21:42:58.006Z Compiling highway v1.2.0
25512024-08-23T21:42:58.154Z Compiling constant_time_eq v0.3.0
25522024-08-23T21:42:58.216Z Compiling home v0.5.9
25532024-08-23T21:42:58.355Z Compiling libefi-sys v0.1.0
25542024-08-23T21:42:58.455Z Compiling parking_lot_core v0.8.6
25552024-08-23T21:42:58.499Z Compiling untrusted v0.7.1
25562024-08-23T21:42:58.652Z Compiling arrayvec v0.7.4
25572024-08-23T21:42:58.681Z Compiling spin v0.5.2
25582024-08-23T21:42:58.799Z Compiling ascii v1.1.0
25592024-08-23T21:42:58.974Z Compiling arrayref v0.3.7
25602024-08-23T21:42:58.977Z Compiling bitstruct v0.1.1
25612024-08-23T21:42:58.996Z Compiling toolchain_find v0.4.0
25622024-08-23T21:42:59.050Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25632024-08-23T21:42:59.068Z Compiling ecdsa v0.16.9
25642024-08-23T21:42:59.363Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25652024-08-23T21:42:59.418Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25662024-08-23T21:42:59.664Z Compiling ghash v0.5.1
25672024-08-23T21:42:59.920Z Compiling steno v0.4.1
25682024-08-23T21:42:59.962Z Compiling ciborium v0.2.2
25692024-08-23T21:42:59.980Z Compiling vsss-rs v3.3.4
25702024-08-23T21:43:01.072Z Compiling hickory-resolver v0.24.1
25712024-08-23T21:43:01.481Z Compiling slog-stdlog v4.1.1
25722024-08-23T21:43:01.814Z Compiling chacha20poly1305 v0.10.1
25732024-08-23T21:43:01.884Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25742024-08-23T21:43:02.045Z Compiling primeorder v0.13.6
25752024-08-23T21:43:02.202Z Compiling ctr v0.9.2
25762024-08-23T21:43:02.574Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25772024-08-23T21:43:02.577Z Compiling serde_arrays v0.1.0
25782024-08-23T21:43:02.611Z Compiling erased-serde v0.3.31
25792024-08-23T21:43:02.614Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
25802024-08-23T21:43:02.754Z Compiling bitfield-struct v0.6.1
25812024-08-23T21:43:02.941Z Compiling slog-dtrace v0.3.0
25822024-08-23T21:43:03.040Z Compiling cancel-safe-futures v0.1.5
25832024-08-23T21:43:03.273Z Compiling topological-sort v0.2.2
25842024-08-23T21:43:03.509Z Compiling omicron-zone-package v0.11.0
25852024-08-23T21:43:03.645Z Compiling aes-gcm v0.10.3
25862024-08-23T21:43:03.961Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25872024-08-23T21:43:04.063Z Compiling slog-envlogger v2.2.0
25882024-08-23T21:43:04.143Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25892024-08-23T21:43:04.590Z Compiling mime_guess v2.0.4
25902024-08-23T21:43:04.895Z Compiling rustfmt-wrapper v0.2.1
25912024-08-23T21:43:05.520Z Compiling tungstenite v0.20.1
25922024-08-23T21:43:05.709Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25932024-08-23T21:43:06.012Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942024-08-23T21:43:06.029Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25952024-08-23T21:43:06.717Z Compiling heck v0.3.3
25962024-08-23T21:43:07.174Z Compiling ed25519 v2.2.3
25972024-08-23T21:43:07.222Z Compiling ssh-encoding v0.2.0
25982024-08-23T21:43:07.647Z Compiling blowfish v0.9.1
25992024-08-23T21:43:07.669Z Compiling nibble_vec v0.1.0
26002024-08-23T21:43:07.714Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
26012024-08-23T21:43:07.737Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022024-08-23T21:43:07.870Z Compiling option-ext v0.2.0
26032024-08-23T21:43:07.889Z Compiling endian-type v0.1.2
26042024-08-23T21:43:08.014Z Compiling dirs-sys v0.4.1
26052024-08-23T21:43:08.061Z Compiling bcrypt-pbkdf v0.10.0
26062024-08-23T21:43:08.112Z Compiling radix_trie v0.2.1
26072024-08-23T21:43:08.132Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26082024-08-23T21:43:08.699Z Compiling ssh-cipher v0.2.0
26092024-08-23T21:43:08.722Z Compiling ed25519-dalek v2.1.1
26102024-08-23T21:43:08.853Z Compiling zone_cfg_derive v0.1.2
26112024-08-23T21:43:09.114Z Compiling tokio-tungstenite v0.20.1
26122024-08-23T21:43:09.699Z Compiling parking_lot v0.11.2
26132024-08-23T21:43:09.718Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26142024-08-23T21:43:10.134Z Compiling gethostname v0.5.0
26152024-08-23T21:43:10.370Z Compiling password-hash v0.4.2
26162024-08-23T21:43:10.418Z Compiling libsw v3.3.1
26172024-08-23T21:43:10.457Z Compiling fxhash v0.2.1
26182024-08-23T21:43:10.516Z Compiling base64 v0.13.1
26192024-08-23T21:43:10.648Z Compiling matches v0.1.10
26202024-08-23T21:43:10.665Z Compiling linear-map v1.2.0
26212024-08-23T21:43:10.702Z Compiling owo-colors v4.0.0
26222024-08-23T21:43:10.721Z Compiling sled v0.34.7
26232024-08-23T21:43:10.755Z Compiling idna v0.2.3
26242024-08-23T21:43:11.026Z Compiling ron v0.7.1
26252024-08-23T21:43:11.108Z Compiling pbkdf2 v0.11.0
26262024-08-23T21:43:11.274Z Compiling zone v0.1.8
26272024-08-23T21:43:12.332Z Compiling ssh-key v0.6.6
26282024-08-23T21:43:12.468Z Compiling hickory-client v0.24.1
26292024-08-23T21:43:12.880Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26302024-08-23T21:43:13.025Z Compiling dirs v5.0.1
26312024-08-23T21:43:13.392Z Compiling p384 v0.13.0
26322024-08-23T21:43:13.862Z Compiling p256 v0.13.2
26332024-08-23T21:43:14.707Z Compiling p521 v0.13.3
26342024-08-23T21:43:14.958Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26352024-08-23T21:43:15.399Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26362024-08-23T21:43:16.124Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26372024-08-23T21:43:16.675Z Compiling hickory-server v0.24.1
26382024-08-23T21:43:17.024Z Compiling pem v3.0.4
26392024-08-23T21:43:17.082Z Compiling enum-as-inner v0.5.1
26402024-08-23T21:43:17.103Z Compiling yasna v0.5.2
26412024-08-23T21:43:17.852Z Compiling portpicker v0.1.1
26422024-08-23T21:43:18.091Z Compiling headers-core v0.2.0
26432024-08-23T21:43:18.184Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26442024-08-23T21:43:18.205Z Compiling kstat-rs v0.2.4
26452024-08-23T21:43:18.259Z Compiling nanorand v0.7.0
26462024-08-23T21:43:18.591Z Compiling russh-cryptovec v0.7.2
26472024-08-23T21:43:18.773Z Compiling glob v0.3.1
26482024-08-23T21:43:18.831Z Compiling md5 v0.7.0
26492024-08-23T21:43:18.865Z Compiling http-range v0.1.5
26502024-08-23T21:43:18.910Z Compiling flume v0.11.0
26512024-08-23T21:43:19.261Z Compiling russh-keys v0.44.0
26522024-08-23T21:43:19.334Z Compiling hyper-staticfile v0.9.5
26532024-08-23T21:43:19.603Z Compiling headers v0.3.9
26542024-08-23T21:43:19.764Z Compiling trust-dns-proto v0.22.0
26552024-08-23T21:43:20.311Z Compiling rcgen v0.12.1
26562024-08-23T21:43:21.257Z Compiling atomicwrites v0.4.3
26572024-08-23T21:43:21.612Z Compiling num-bigint v0.4.5
26582024-08-23T21:43:21.638Z Compiling itertools v0.13.0
26592024-08-23T21:43:22.060Z Compiling subprocess v0.2.9
26602024-08-23T21:43:22.739Z Compiling dhcproto-macros v0.1.0
26612024-08-23T21:43:23.532Z Compiling display-error-chain v0.2.0
26622024-08-23T21:43:23.598Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26632024-08-23T21:43:23.704Z Compiling hex-literal v0.4.1
26642024-08-23T21:43:23.759Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26652024-08-23T21:43:23.823Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26662024-08-23T21:43:23.868Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26672024-08-23T21:43:24.046Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26682024-08-23T21:43:24.245Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26692024-08-23T21:43:24.922Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26702024-08-23T21:43:25.954Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
26712024-08-23T21:43:27.422Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26722024-08-23T21:43:27.882Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26732024-08-23T21:43:30.531Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26742024-08-23T21:43:31.536Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26752024-08-23T21:43:31.555Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26762024-08-23T21:43:32.586Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26772024-08-23T21:43:33.244Z Compiling russh v0.44.1
26782024-08-23T21:43:33.485Z Compiling dhcproto v0.12.0
26792024-08-23T21:43:34.513Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26802024-08-23T21:43:36.989Z Compiling internet-checksum v0.2.1
26812024-08-23T21:43:41.370Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26822024-08-23T21:43:41.508Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26832024-08-23T21:43:41.601Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26842024-08-23T21:43:41.861Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26852024-08-23T21:43:44.304Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26862024-08-23T21:43:44.572Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872024-08-23T21:43:44.608Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26882024-08-23T21:43:45.383Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26892024-08-23T21:43:46.066Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26902024-08-23T21:43:46.457Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26912024-08-23T21:43:47.604Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26922024-08-23T21:43:48.799Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26932024-08-23T21:43:49.279Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26942024-08-23T21:43:50.682Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26952024-08-23T21:43:50.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26962024-08-23T21:43:51.475Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26972024-08-23T21:43:52.967Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982024-08-23T21:43:55.562Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26992024-08-23T21:43:56.009Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27002024-08-23T21:43:58.158Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27012024-08-23T21:43:58.662Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27022024-08-23T21:44:04.366Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032024-08-23T21:44:11.210Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27042024-08-23T21:44:11.212Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27052024-08-23T21:44:13.169Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27062024-08-23T21:44:30.315Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27072024-08-23T21:45:04.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
27082024-08-23T21:45:04.805Z
27092024-08-23T21:45:04.805Zreal 2:35.401575646
27102024-08-23T21:45:04.805Zuser 12:37.754948599
27112024-08-23T21:45:04.806Zsys 2:42.988882636
27122024-08-23T21:45:04.806Ztrap 0.344881224
27132024-08-23T21:45:04.806Ztflt 1.346844310
27142024-08-23T21:45:04.808Zdflt 1.519380502
27152024-08-23T21:45:04.808Zkflt 0.000595821
27162024-08-23T21:45:04.808Zlock 26:53.538141069
27172024-08-23T21:45:04.808Zslp 47:18.994068421
27182024-08-23T21:45:04.808Zlat 38.907381765
27192024-08-23T21:45:04.808Zstop 1:32.771484135
27202024-08-23T21:45:04.808Z+ mkdir tests
27212024-08-23T21:45:04.811Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27222024-08-23T21:45:04.811Z+ xargs -I '{}' -t cp '{}' tests/
27232024-08-23T21:45:04.866Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5517760de320bdc tests/
27242024-08-23T21:45:04.893Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a71c0e43cde62edd tests/
27252024-08-23T21:45:04.917Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4fd72a57c880b0c1 tests/
27262024-08-23T21:45:04.943Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-04ab9a298b132bca tests/
27272024-08-23T21:45:05.097Z+ 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/*)
27282024-08-23T21:45:05.099Z+ 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-a71c0e43cde62edd tests/commtest-4fd72a57c880b0c1 tests/dhcp_server-a5517760de320bdc tests/end_to_end_tests-04ab9a298b132bca 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
27292024-08-23T21:46:07.612ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27302024-08-23T21:46:07.612Za out/target/test 1K
27312024-08-23T21:46:07.612Za out/npuzone/npuzone 23144K
27322024-08-23T21:46:07.612Za package-manifest.toml 32K
27332024-08-23T21:46:07.612Za smf/sled-agent/non-gimlet/config.toml 4K
27342024-08-23T21:46:07.612Za target/release/omicron-package 32305K
27352024-08-23T21:46:07.612Za target/release/xtask 11627K
27362024-08-23T21:46:07.612Za target/debug/bootstrap 192158K
27372024-08-23T21:46:07.612Za tests/bootstrap-a71c0e43cde62edd 23739K
27382024-08-23T21:46:07.612Za tests/commtest-4fd72a57c880b0c1 23966K
27392024-08-23T21:46:07.612Za tests/dhcp_server-a5517760de320bdc 23739K
27402024-08-23T21:46:07.612Za tests/end_to_end_tests-04ab9a298b132bca 205042K
27412024-08-23T21:46:07.612Za out/clickhouse.tar.gz 232436K
27422024-08-23T21:46:07.612Za out/clickhouse_keeper.tar.gz 232435K
27432024-08-23T21:46:07.612Za out/clickhouse_server.tar.gz 232433K
27442024-08-23T21:46:07.612Za out/cockroachdb.tar.gz 131944K
27452024-08-23T21:46:07.612Za out/crucible-dtrace.tar 84K
27462024-08-23T21:46:07.612Za out/crucible-pantry-zone.tar.gz 27827K
27472024-08-23T21:46:07.612Za out/crucible-zone.tar.gz 38156K
27482024-08-23T21:46:07.612Za out/external-dns.tar.gz 24951K
27492024-08-23T21:46:07.612Za out/internal-dns.tar.gz 24951K
27502024-08-23T21:46:07.612Za out/mg-ddm-gz.tar 62160K
27512024-08-23T21:46:07.612Za out/nexus.tar.gz 87018K
27522024-08-23T21:46:07.612Za out/ntp.tar.gz 8977K
27532024-08-23T21:46:07.612Za out/omicron-gateway-softnpu.tar.gz 13610K
27542024-08-23T21:46:07.613Za out/omicron-sled-agent.tar 97389K
27552024-08-23T21:46:07.613Za out/overlay.tar.gz 3K
27562024-08-23T21:46:07.613Za out/oximeter.tar.gz 42210K
27572024-08-23T21:46:07.613Za out/oxlog.tar 2946K
27582024-08-23T21:46:07.613Za out/probe.tar.gz 2764K
27592024-08-23T21:46:07.613Za out/propolis-server.tar.gz 65291K
27602024-08-23T21:46:07.613Za out/pumpkind-gz.tar 26665K
27612024-08-23T21:46:07.613Za out/switch-softnpu.tar.gz 206718K
27622024-08-23T21:46:07.616Z
27632024-08-23T21:46:07.616Zreal 1:02.503965030
27642024-08-23T21:46:07.616Zuser 59.684267890
27652024-08-23T21:46:07.616Zsys 3.948528304
27662024-08-23T21:46:07.616Ztrap 0.015633405
27672024-08-23T21:46:07.616Ztflt 0.000000000
27682024-08-23T21:46:07.616Zdflt 0.000000000
27692024-08-23T21:46:07.616Zkflt 0.000000000
27702024-08-23T21:46:07.616Zlock 0.000000000
27712024-08-23T21:46:07.616Zslp 59.601472413
27722024-08-23T21:46:07.616Zlat 1.754004176
27732024-08-23T21:46:07.616Zstop 0.000202653
27742024-08-23T21:46:07.616Zprocess exited: duration 1713674 ms, exit code 0
 
27752024-08-23T21:46:07.630Zfound 1 output files
27762024-08-23T21:46:07.630Zuploading: /work/package.tar.gz (1603785143 bytes)
27772024-08-23T21:46:37.774Zuploaded: /work/package.tar.gz