01J4HMDBTPZKYJJNFFMZ4D8DB4: 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: 01J4HMDPQRP08VGHQ6MKJMRPDV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-05T16:03:15.498Zjob assigned to worker 01J4HMDSQRAZNQH2FARB61JC0E (queued for 1 m 3 s)
 
22024-08-05T16:03:23.368Zstarting task 0: "setup"
32024-08-05T16:03:23.428Z++ uname -s
42024-08-05T16:03:23.431Z+ kern=SunOS
52024-08-05T16:03:23.431Z+ case "$kern" in
62024-08-05T16:03:23.431Z+ groupadd -g 12345 build
72024-08-05T16:03:23.434Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-05T16:03:25.444Z+ zfs create -o mountpoint=/work rpool/work
92024-08-05T16:03:25.563Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-05T16:03:25.565Z+ home_fs=zfs
112024-08-05T16:03:25.565Z+ [[ zfs == autofs ]]
122024-08-05T16:03:25.565Z+ mkdir -p /home/build
132024-08-05T16:03:25.568Z+ chown build:build /home/build /work
142024-08-05T16:03:27.570Z+ chmod 0700 /home/build /work
152024-08-05T16:03:27.573Zprocess exited: duration 4204 ms, exit code 0
 
162024-08-05T16:03:27.580Zstarting task 1: "rust-toolchain"
172024-08-05T16:03:27.586Z+ printf ' * toolchain channel = "%s"
182024-08-05T16:03:27.586Z' 1.80.0
192024-08-05T16:03:27.586Z * toolchain channel = "1.80.0"
202024-08-05T16:03:27.586Z+ printf ' * toolchain profile = "%s"
212024-08-05T16:03:27.586Z' default
222024-08-05T16:03:27.586Z * toolchain profile = "default"
232024-08-05T16:03:27.589Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-05T16:03:27.589Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default
252024-08-05T16:03:27.707Zinfo: downloading installer
262024-08-05T16:03:29.096Zinfo: profile set to 'default'
272024-08-05T16:03:29.096Zinfo: default host triple is x86_64-unknown-illumos
282024-08-05T16:03:29.099Zinfo: syncing channel updates for '1.80.0-x86_64-unknown-illumos'
292024-08-05T16:03:29.250Zinfo: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21)
302024-08-05T16:03:29.250Zinfo: downloading component 'cargo'
312024-08-05T16:03:30.132Zinfo: downloading component 'clippy'
322024-08-05T16:03:30.437Zinfo: downloading component 'rust-docs'
332024-08-05T16:03:31.642Zinfo: downloading component 'rust-std'
342024-08-05T16:03:33.323Zinfo: downloading component 'rustc'
352024-08-05T16:03:38.042Zinfo: downloading component 'rustfmt'
362024-08-05T16:03:38.297Zinfo: installing component 'cargo'
372024-08-05T16:03:39.215Zinfo: installing component 'clippy'
382024-08-05T16:03:39.642Zinfo: installing component 'rust-docs'
392024-08-05T16:03:41.292Zinfo: installing component 'rust-std'
402024-08-05T16:03:43.060Zinfo: installing component 'rustc'
412024-08-05T16:03:47.889Zinfo: installing component 'rustfmt'
422024-08-05T16:03:48.247Zinfo: default toolchain set to '1.80.0-x86_64-unknown-illumos'
432024-08-05T16:03:48.248Z
442024-08-05T16:03:48.515Z 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21)
452024-08-05T16:03:48.515Z
462024-08-05T16:03:48.518Z
472024-08-05T16:03:48.518ZRust is installed now. Great!
482024-08-05T16:03:48.518Z
492024-08-05T16:03:48.518ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-05T16:03:48.518Zenvironment variable. This has not been done automatically.
512024-08-05T16:03:48.518Z
522024-08-05T16:03:48.518ZTo configure your current shell, you need to source
532024-08-05T16:03:48.518Zthe corresponding env file under $HOME/.cargo.
542024-08-05T16:03:48.518Z
552024-08-05T16:03:48.518ZThis is usually done by running one of the following (note the leading DOT):
562024-08-05T16:03:48.518Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-05T16:03:48.518Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-05T16:03:48.714Z+ rustc --version
592024-08-05T16:03:48.781Zrustc 1.80.0 (051478957 2024-07-21)
602024-08-05T16:03:48.784Zprocess exited: duration 21202 ms, exit code 0
 
612024-08-05T16:03:48.790Zstarting task 2: "authentication"
622024-08-05T16:03:48.813Zprocess exited: duration 21 ms, exit code 0
 
632024-08-05T16:03:48.821Zstarting task 3: "clone repository"
642024-08-05T16:03:48.825Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-05T16:03:48.827Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-05T16:03:50.059ZCloning into '/work/oxidecomputer/omicron'...
672024-08-05T16:03:56.645Z+ cd /work/oxidecomputer/omicron
682024-08-05T16:03:56.645Z+ git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418
692024-08-05T16:03:56.900ZFrom https://github.com/oxidecomputer/omicron
702024-08-05T16:03:56.900Z * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD
712024-08-05T16:03:56.910Z+ [[ -n john/reconfigurator-external-ip-allocator ]]
722024-08-05T16:03:56.913Z++ git branch --show-current
732024-08-05T16:03:56.916Z+ current=main
742024-08-05T16:03:56.916Z+ [[ main != john/reconfigurator-external-ip-allocator ]]
752024-08-05T16:03:56.916Z+ git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418
762024-08-05T16:03:56.919Z+ git checkout -f john/reconfigurator-external-ip-allocator
772024-08-05T16:03:57.060ZSwitched to branch 'john/reconfigurator-external-ip-allocator'
782024-08-05T16:03:57.062Z+ git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418
792024-08-05T16:03:57.200ZHEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs
802024-08-05T16:03:57.203Zprocess exited: duration 8381 ms, exit code 0
 
812024-08-05T16:03:57.214Zstarting task 4: "build"
822024-08-05T16:03:57.216Z+ cargo --version
832024-08-05T16:03:57.271Zcargo 1.80.0 (376290515 2024-07-16)
842024-08-05T16:03:57.273Z+ rustc --version
852024-08-05T16:03:57.332Zrustc 1.80.0 (051478957 2024-07-21)
862024-08-05T16:03:57.335Z+ WORK=/work
872024-08-05T16:03:57.335Z+ pfexec mkdir -p /work
882024-08-05T16:03:57.338Z+ pfexec chown build /work
892024-08-05T16:03:57.341Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
902024-08-05T16:04:18.640Z Startup: Refreshing catalog 'helios-dev' ... Done
912024-08-05T16:04:20.836Z Startup: Caching catalogs ... Done
922024-08-05T16:04:24.668ZPlanning: Solver setup ... Done (3.248s)
932024-08-05T16:04:24.729ZPlanning: Running solver ... Done (0.062s)
942024-08-05T16:04:24.782ZPlanning: Finding local manifests ... Done (0.003s)
952024-08-05T16:04:24.866ZPlanning: Fetching manifests: 0/4 0% complete
962024-08-05T16:04:25.758ZPlanning: Fetching manifests: 4/4 100% complete
972024-08-05T16:04:25.810ZPlanning: Package planning ... Done (0.051s)
982024-08-05T16:04:25.859ZPlanning: Merging actions ... Done (0.050s)
992024-08-05T16:04:26.725ZPlanning: Checking for conflicting actions ... Done (0.867s)
1002024-08-05T16:04:26.737ZPlanning: Consolidating action changes ... Done (0.011s)
1012024-08-05T16:04:32.073ZPlanning: Evaluating mediators ... Done (5.336s)
1022024-08-05T16:04:32.082ZPlanning: Planning completed in 11.18 seconds
1032024-08-05T16:04:32.543Z Packages to install: 4
1042024-08-05T16:04:32.543Z Mediators to change: 2
1052024-08-05T16:04:32.543Z Services to change: 1
1062024-08-05T16:04:32.546Z Estimated space available: 155.75 GB
1072024-08-05T16:04:32.546ZEstimated space to be consumed: 1.47 GB
1082024-08-05T16:04:32.546Z Create boot environment: No
1092024-08-05T16:04:32.546ZCreate backup boot environment: No
1102024-08-05T16:04:32.546Z Rebuild boot archive: No
1112024-08-05T16:04:32.546Z
1122024-08-05T16:04:32.546ZChanged mediators:
1132024-08-05T16:04:32.546Z mediator clang:
1142024-08-05T16:04:32.547Z version: None -> 15 (system default)
1152024-08-05T16:04:32.547Z
1162024-08-05T16:04:32.547Z mediator llvm:
1172024-08-05T16:04:32.547Z version: 14 (system default) -> 15 (system default)
1182024-08-05T16:04:32.547Z
1192024-08-05T16:04:32.547ZChanged packages:
1202024-08-05T16:04:32.547Zhelios-dev
1212024-08-05T16:04:32.547Z developer/build-essential
1222024-08-05T16:04:32.547Z None -> 11-2.0
1232024-08-05T16:04:32.547Z library/libxmlsec1
1242024-08-05T16:04:32.547Z None -> 1.2.35-2.0
1252024-08-05T16:04:32.547Z ooce/developer/clang-15
1262024-08-05T16:04:32.547Z None -> 15.0.7-2.0
1272024-08-05T16:04:32.547Z ooce/developer/llvm-15
1282024-08-05T16:04:32.547Z None -> 15.0.7-2.0
1292024-08-05T16:04:32.547Z
1302024-08-05T16:04:32.547ZServices:
1312024-08-05T16:04:32.547Z restart_fmri:
1322024-08-05T16:04:32.547Z svc:/system/update-man-index:default
1332024-08-05T16:04:32.736Z
1342024-08-05T16:04:32.736ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1352024-08-05T16:04:37.784ZDownload: 973/3290 items 19.3/212.6MB 9% complete (4.1M/s)
1362024-08-05T16:04:44.057ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (11.9M/s)
1372024-08-05T16:04:59.735ZDownload: 1197/3290 items 83.5/212.6MB 39% complete
1382024-08-05T16:05:04.753ZDownload: 1652/3290 items 117.9/212.6MB 55% complete (7.2M/s)
1392024-08-05T16:05:09.798ZDownload: 2211/3290 items 119.2/212.6MB 56% complete (3.6M/s)
1402024-08-05T16:05:14.879ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (3.0M/s)
1412024-08-05T16:05:19.881ZDownload: 2756/3290 items 120.9/212.6MB 56% complete (174k/s)
1422024-08-05T16:05:24.889ZDownload: 3237/3290 items 201.6/212.6MB 94% complete (8.2M/s)
1432024-08-05T16:05:30.125ZDownload: 3274/3290 items 208.8/212.6MB 98% complete (8.7M/s)
1442024-08-05T16:05:32.654ZDownload: Completed 212.60 MB in 59.91 seconds (3.5M/s)
1452024-08-05T16:05:32.857Z Actions: 1/3689 actions (Installing new actions)
1462024-08-05T16:05:37.984Z Actions: 3547/3689 actions (Installing new actions)
1472024-08-05T16:05:38.735Z Actions: Completed 3689 actions in 5.88 seconds.
1482024-08-05T16:05:39.001Z Done (0.259s)
1492024-08-05T16:05:39.001Z Done (0.000s)
1502024-08-05T16:05:39.358Z Done (0.358s)
1512024-08-05T16:05:45.499Z Done (5.978s)
1522024-08-05T16:05:45.806Z Done (0.241s)
1532024-08-05T16:05:45.809Z Done (0.000s)
1542024-08-05T16:05:46.018Z Done (0.000s)
1552024-08-05T16:05:46.601ZPlanning: Evaluating mediator changes ... Done
1562024-08-05T16:05:46.764ZPlanning: Checking for conflicting actions ... Done
1572024-08-05T16:05:46.767ZPlanning: Consolidating action changes ... Done
1582024-08-05T16:05:47.035ZPlanning: Evaluating mediators ... Done
1592024-08-05T16:05:47.039ZPlanning: Planning completed in 0.43 seconds
1602024-08-05T16:05:47.069Z Mediators to change: 2
1612024-08-05T16:05:47.069Z Create boot environment: No
1622024-08-05T16:05:47.071ZCreate backup boot environment: No
1632024-08-05T16:05:47.157Z Done
1642024-08-05T16:05:47.157Z Done
1652024-08-05T16:05:47.378Z Done
1662024-08-05T16:05:50.939Z Done
1672024-08-05T16:05:51.025Z Done
1682024-08-05T16:05:51.031Z Done
1692024-08-05T16:05:51.192Z Done
1702024-08-05T16:05:51.811ZPlanning: Evaluating mediator changes ... Done
1712024-08-05T16:05:51.815ZPlanning: Merging actions ... Done
1722024-08-05T16:05:52.004ZPlanning: Checking for conflicting actions ... Done
1732024-08-05T16:05:52.007ZPlanning: Consolidating action changes ... Done
1742024-08-05T16:05:52.265ZPlanning: Evaluating mediators ... Done
1752024-08-05T16:05:52.319ZPlanning: Planning completed in 0.75 seconds
1762024-08-05T16:05:52.354Z Packages to change: 1
1772024-08-05T16:05:52.357Z Mediators to change: 1
1782024-08-05T16:05:52.357Z Services to change: 1
1792024-08-05T16:05:52.357Z Create boot environment: No
1802024-08-05T16:05:52.357ZCreate backup boot environment: Yes
1812024-08-05T16:05:54.448Z Actions: 1/6 actions (Updating modified actions)
1822024-08-05T16:05:54.578Z Actions: Completed 6 actions in 0.13 seconds.
1832024-08-05T16:05:54.581Z Done
1842024-08-05T16:05:54.581Z Done
1852024-08-05T16:05:54.653Z Done
1862024-08-05T16:05:58.345Z Done
1872024-08-05T16:05:58.433Z Done
1882024-08-05T16:05:58.435Z Done
1892024-08-05T16:05:58.629Z Done
1902024-08-05T16:05:59.062ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1912024-08-05T16:05:59.062Zclang system 15 system
1922024-08-05T16:05:59.062Zcsh system system illumos
1932024-08-05T16:05:59.062Zctags system system illumos
1942024-08-05T16:05:59.062Zgcc vendor 12 vendor
1952024-08-05T16:05:59.062Zgcc system 10 system
1962024-08-05T16:05:59.062Zgcc system 7 system
1972024-08-05T16:05:59.062Zgo system 1.20 system
1982024-08-05T16:05:59.063Zgo system 1.19 system
1992024-08-05T16:05:59.063Zllvm system 15 system
2002024-08-05T16:05:59.063Zllvm system 14 system
2012024-08-05T16:05:59.063Zmariadb system 10.6 system
2022024-08-05T16:05:59.063Zmta vendor vendor dma
2032024-08-05T16:05:59.063Zopenjdk system 17 system
2042024-08-05T16:05:59.063Zopenjdk system 11 system
2052024-08-05T16:05:59.063Zopenjdk system 1.8 system
2062024-08-05T16:05:59.063Zopenssl vendor 3 vendor
2072024-08-05T16:05:59.063Zperl system 5.36 system
2082024-08-05T16:05:59.064Zpostgresql system 15 system
2092024-08-05T16:05:59.064Zpostgresql system 13 system
2102024-08-05T16:05:59.064Zpython vendor 3 vendor
2112024-08-05T16:05:59.064Zpython system 2 system
2122024-08-05T16:05:59.064Zpython3 system 3.11 system
2132024-08-05T16:05:59.064Zruby system 3.0 system
2142024-08-05T16:05:59.064Zwords vendor vendor american-english
2152024-08-05T16:05:59.064Zwords system system australian-english
2162024-08-05T16:05:59.064Zwords system system british-english
2172024-08-05T16:05:59.064Zwords system system canadian-english
2182024-08-05T16:05:59.064Zwords system system french
2192024-08-05T16:05:59.064Zwords system system italian
2202024-08-05T16:05:59.064Zwords system system ngerman
2212024-08-05T16:05:59.064Zwords system system ogerman
2222024-08-05T16:05:59.065Zwords system system spanish
2232024-08-05T16:05:59.396ZPUBLISHER TYPE STATUS P LOCATION
2242024-08-05T16:05:59.396Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2252024-08-05T16:06:01.065ZFMRI IFO
2262024-08-05T16:06:01.065Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2272024-08-05T16:06:01.065Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2282024-08-05T16:06:01.065Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2292024-08-05T16:06:01.065Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2302024-08-05T16:06:01.065Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2312024-08-05T16:06:01.065Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2322024-08-05T16:06:01.065Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2332024-08-05T16:06:01.065Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-08-05T16:06:01.065Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2352024-08-05T16:06:01.065Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2362024-08-05T16:06:01.065Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2372024-08-05T16:06:01.065Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2382024-08-05T16:06:01.653Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392024-08-05T16:06:01.950Z Updating git repository `https://github.com/oxidecomputer/zone`
2402024-08-05T16:06:02.260Z Updating crates.io index
2412024-08-05T16:06:02.317Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2422024-08-05T16:06:02.994Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-08-05T16:06:03.798Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-08-05T16:06:04.053Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2452024-08-05T16:06:05.553Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462024-08-05T16:06:05.837Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472024-08-05T16:06:06.126Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482024-08-05T16:06:07.436Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492024-08-05T16:06:09.191Z Updating git repository `https://github.com/oxidecomputer/opte`
2502024-08-05T16:06:10.188Z Updating git repository `https://github.com/oxidecomputer/falcon`
2512024-08-05T16:06:10.934Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522024-08-05T16:06:11.471Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532024-08-05T16:06:11.873Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2542024-08-05T16:06:12.116Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2552024-08-05T16:06:12.412Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562024-08-05T16:06:13.020Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572024-08-05T16:06:13.263Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582024-08-05T16:06:13.489Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592024-08-05T16:06:13.761Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602024-08-05T16:06:14.068Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612024-08-05T16:06:14.546Z Updating git repository `https://github.com/oxidecomputer/ispf`
2622024-08-05T16:06:15.179Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2632024-08-05T16:06:15.438Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2642024-08-05T16:06:15.915Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2652024-08-05T16:06:16.235Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2662024-08-05T16:06:16.628Z Updating git repository `https://github.com/oxidecomputer/typify`
2672024-08-05T16:06:18.910Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2682024-08-05T16:06:19.151Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2692024-08-05T16:06:19.417Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2702024-08-05T16:06:19.754Z Updating git repository `https://github.com/oxidecomputer/rfb`
2712024-08-05T16:06:21.908Z Downloading crates ...
2722024-08-05T16:06:22.011Z Downloaded equivalent v1.0.1
2732024-08-05T16:06:22.015Z Downloaded cargo-platform v0.1.8
2742024-08-05T16:06:22.032Z Downloaded swrite v0.1.0
2752024-08-05T16:06:22.035Z Downloaded pretty-hex v0.4.1
2762024-08-05T16:06:22.038Z Downloaded errno v0.3.9
2772024-08-05T16:06:22.038Z Downloaded colorchoice v1.0.1
2782024-08-05T16:06:22.038Z Downloaded itoa v1.0.11
2792024-08-05T16:06:22.042Z Downloaded block-buffer v0.10.4
2802024-08-05T16:06:22.042Z Downloaded autocfg v1.3.0
2812024-08-05T16:06:22.045Z Downloaded anstyle v1.0.8
2822024-08-05T16:06:22.045Z Downloaded heck v0.4.1
2832024-08-05T16:06:22.045Z Downloaded crypto-common v0.1.6
2842024-08-05T16:06:22.047Z Downloaded anstyle-query v1.0.3
2852024-08-05T16:06:22.047Z Downloaded dof v0.3.0
2862024-08-05T16:06:22.050Z Downloaded byteorder v1.5.0
2872024-08-05T16:06:22.050Z Downloaded anstream v0.6.14
2882024-08-05T16:06:22.053Z Downloaded proc-macro-error-attr v1.0.4
2892024-08-05T16:06:22.053Z Downloaded fs-err v2.11.0
2902024-08-05T16:06:22.056Z Downloaded usdt-impl v0.5.0
2912024-08-05T16:06:22.063Z Downloaded dtrace-parser v0.2.0
2922024-08-05T16:06:22.065Z Downloaded is_terminal_polyfill v1.70.0
2932024-08-05T16:06:22.068Z Downloaded thiserror-impl v1.0.63
2942024-08-05T16:06:22.068Z Downloaded utf8parse v0.2.1
2952024-08-05T16:06:22.072Z Downloaded serde_spanned v0.6.7
2962024-08-05T16:06:22.077Z Downloaded clap_derive v4.5.13
2972024-08-05T16:06:22.092Z Downloaded usdt-macro v0.5.0
2982024-08-05T16:06:22.095Z Downloaded usdt-attr-macro v0.5.0
2992024-08-05T16:06:22.098Z Downloaded sha2 v0.10.8
3002024-08-05T16:06:22.102Z Downloaded clap_lex v0.7.0
3012024-08-05T16:06:22.105Z Downloaded cpufeatures v0.2.12
3022024-08-05T16:06:22.105Z Downloaded anstyle-parse v0.2.4
3032024-08-05T16:06:22.105Z Downloaded terminal_size v0.3.0
3042024-08-05T16:06:22.108Z Downloaded semver v1.0.23
3052024-08-05T16:06:22.108Z Downloaded cargo_toml v0.20.4
3062024-08-05T16:06:22.111Z Downloaded generic-array v0.14.7
3072024-08-05T16:06:22.111Z Downloaded cfg-if v1.0.0
3082024-08-05T16:06:22.114Z Downloaded quote v1.0.36
3092024-08-05T16:06:22.116Z Downloaded scroll v0.12.0
3102024-08-05T16:06:22.121Z Downloaded pest_derive v2.7.10
3112024-08-05T16:06:22.123Z Downloaded clap v4.5.13
3122024-08-05T16:06:22.132Z Downloaded proc-macro-error v1.0.4
3132024-08-05T16:06:22.135Z Downloaded memmap v0.7.0
3142024-08-05T16:06:22.137Z Downloaded version_check v0.9.4
3152024-08-05T16:06:22.137Z Downloaded toml_datetime v0.6.8
3162024-08-05T16:06:22.140Z Downloaded strsim v0.11.1
3172024-08-05T16:06:22.140Z Downloaded pest_generator v2.7.10
3182024-08-05T16:06:22.143Z Downloaded thiserror v1.0.63
3192024-08-05T16:06:22.146Z Downloaded plain v0.2.3
3202024-08-05T16:06:22.149Z Downloaded tabled_derive v0.7.0
3212024-08-05T16:06:22.149Z Downloaded serde_tokenstream v0.2.1
3222024-08-05T16:06:22.152Z Downloaded scroll_derive v0.12.0
3232024-08-05T16:06:22.152Z Downloaded usdt v0.5.0
3242024-08-05T16:06:22.152Z Downloaded ryu v1.0.18
3252024-08-05T16:06:22.154Z Downloaded ucd-trie v0.1.6
3262024-08-05T16:06:22.159Z Downloaded cargo_metadata v0.18.1
3272024-08-05T16:06:22.159Z Downloaded thread-id v4.2.1
3282024-08-05T16:06:22.162Z Downloaded serde_derive v1.0.204
3292024-08-05T16:06:22.162Z Downloaded pest_meta v2.7.10
3302024-08-05T16:06:22.164Z Downloaded zerocopy-derive v0.7.34
3312024-08-05T16:06:22.167Z Downloaded toml v0.8.19
3322024-08-05T16:06:22.171Z Downloaded papergrid v0.11.0
3332024-08-05T16:06:22.173Z Downloaded once_cell v1.19.0
3342024-08-05T16:06:22.176Z Downloaded camino v1.1.7
3352024-08-05T16:06:22.179Z Downloaded macaddr v1.0.1
3362024-08-05T16:06:22.182Z Downloaded log v0.4.21
3372024-08-05T16:06:22.182Z Downloaded indexmap v2.2.6
3382024-08-05T16:06:22.185Z Downloaded bytecount v0.6.8
3392024-08-05T16:06:22.188Z Downloaded bitflags v2.6.0
3402024-08-05T16:06:22.190Z Downloaded heck v0.5.0
3412024-08-05T16:06:22.193Z Downloaded proc-macro2 v1.0.86
3422024-08-05T16:06:22.193Z Downloaded anyhow v1.0.86
3432024-08-05T16:06:22.196Z Downloaded unicode-ident v1.0.12
3442024-08-05T16:06:22.199Z Downloaded typenum v1.17.0
3452024-08-05T16:06:22.202Z Downloaded fnv v1.0.7
3462024-08-05T16:06:22.202Z Downloaded digest v0.10.7
3472024-08-05T16:06:22.210Z Downloaded serde v1.0.204
3482024-08-05T16:06:22.219Z Downloaded memchr v2.7.2
3492024-08-05T16:06:22.232Z Downloaded toml_edit v0.22.20
3502024-08-05T16:06:22.280Z Downloaded hashbrown v0.14.5
3512024-08-05T16:06:22.285Z Downloaded pest v2.7.10
3522024-08-05T16:06:22.289Z Downloaded zerocopy v0.7.34
3532024-08-05T16:06:22.304Z Downloaded winnow v0.6.18
3542024-08-05T16:06:22.312Z Downloaded serde_json v1.0.122
3552024-08-05T16:06:22.320Z Downloaded goblin v0.8.2
3562024-08-05T16:06:22.325Z Downloaded tabled v0.15.0
3572024-08-05T16:06:22.339Z Downloaded syn v2.0.72
3582024-08-05T16:06:22.351Z Downloaded syn v1.0.109
3592024-08-05T16:06:22.360Z Downloaded clap_builder v4.5.13
3602024-08-05T16:06:22.366Z Downloaded rustix v0.38.34
3612024-08-05T16:06:22.388Z Downloaded unicode-width v0.1.13
3622024-08-05T16:06:22.396Z Downloaded libc v0.2.155
3632024-08-05T16:06:22.692Z Compiling proc-macro2 v1.0.86
3642024-08-05T16:06:22.692Z Compiling unicode-ident v1.0.12
3652024-08-05T16:06:22.698Z Compiling version_check v0.9.4
3662024-08-05T16:06:22.698Z Compiling serde v1.0.204
3672024-08-05T16:06:22.698Z Compiling thiserror v1.0.63
3682024-08-05T16:06:22.698Z Compiling memchr v2.7.2
3692024-08-05T16:06:22.698Z Compiling libc v0.2.155
3702024-08-05T16:06:22.725Z Compiling ucd-trie v0.1.6
3712024-08-05T16:06:22.948Z Compiling ryu v1.0.18
3722024-08-05T16:06:23.303Z Compiling itoa v1.0.11
3732024-08-05T16:06:23.385Z Compiling once_cell v1.19.0
3742024-08-05T16:06:23.569Z Compiling byteorder v1.5.0
3752024-08-05T16:06:23.749Z Compiling serde_json v1.0.122
3762024-08-05T16:06:25.914Z Compiling usdt-impl v0.5.0
3772024-08-05T16:06:25.988Z Compiling proc-macro-error-attr v1.0.4
3782024-08-05T16:06:25.992Z Compiling syn v1.0.109
3792024-08-05T16:06:26.030Z Compiling rustix v0.38.34
3802024-08-05T16:06:26.051Z Compiling proc-macro-error v1.0.4
3812024-08-05T16:06:26.333Z Compiling plain v0.2.3
3822024-08-05T16:06:26.379Z Compiling equivalent v1.0.1
3832024-08-05T16:06:26.434Z Compiling hashbrown v0.14.5
3842024-08-05T16:06:26.490Z Compiling utf8parse v0.2.1
3852024-08-05T16:06:26.513Z Compiling log v0.4.21
3862024-08-05T16:06:26.657Z Compiling bitflags v2.6.0
3872024-08-05T16:06:26.680Z Compiling anstyle-parse v0.2.4
3882024-08-05T16:06:26.817Z Compiling thread-id v4.2.1
3892024-08-05T16:06:26.889Z Compiling quote v1.0.36
3902024-08-05T16:06:27.007Z Compiling camino v1.1.7
3912024-08-05T16:06:27.077Z Compiling pretty-hex v0.4.1
3922024-08-05T16:06:27.108Z Compiling anstyle v1.0.8
3932024-08-05T16:06:27.275Z Compiling syn v2.0.72
3942024-08-05T16:06:27.321Z Compiling errno v0.3.9
3952024-08-05T16:06:27.576Z Compiling is_terminal_polyfill v1.70.0
3962024-08-05T16:06:27.598Z Compiling semver v1.0.23
3972024-08-05T16:06:27.680Z Compiling anstyle-query v1.0.3
3982024-08-05T16:06:27.705Z Compiling winnow v0.6.18
3992024-08-05T16:06:27.820Z Compiling indexmap v2.2.6
4002024-08-05T16:06:27.842Z Compiling colorchoice v1.0.1
4012024-08-05T16:06:27.997Z Compiling autocfg v1.3.0
4022024-08-05T16:06:28.205Z Compiling anstream v0.6.14
4032024-08-05T16:06:28.966Z Compiling terminal_size v0.3.0
4042024-08-05T16:06:29.009Z Compiling fs-err v2.11.0
4052024-08-05T16:06:29.148Z Compiling bytecount v0.6.8
4062024-08-05T16:06:29.193Z Compiling clap_lex v0.7.0
4072024-08-05T16:06:29.214Z Compiling fnv v1.0.7
4082024-08-05T16:06:29.218Z Compiling unicode-width v0.1.13
4092024-08-05T16:06:29.298Z Compiling strsim v0.11.1
4102024-08-05T16:06:29.346Z Compiling heck v0.5.0
4112024-08-05T16:06:29.368Z Compiling anyhow v1.0.86
4122024-08-05T16:06:29.481Z Compiling heck v0.4.1
4132024-08-05T16:06:29.722Z Compiling clap_builder v4.5.13
4142024-08-05T16:06:29.862Z Compiling papergrid v0.11.0
4152024-08-05T16:06:30.164Z Compiling memmap v0.7.0
4162024-08-05T16:06:30.950Z Compiling swrite v0.1.0
4172024-08-05T16:06:32.567Z Compiling tabled_derive v0.7.0
4182024-08-05T16:06:34.020Z Compiling tabled v0.15.0
4192024-08-05T16:06:35.676Z Compiling serde_derive v1.0.204
4202024-08-05T16:06:35.676Z Compiling thiserror-impl v1.0.63
4212024-08-05T16:06:35.679Z Compiling zerocopy-derive v0.7.34
4222024-08-05T16:06:35.679Z Compiling scroll_derive v0.12.0
4232024-08-05T16:06:35.679Z Compiling clap_derive v4.5.13
4242024-08-05T16:06:36.889Z Compiling scroll v0.12.0
4252024-08-05T16:06:37.422Z Compiling goblin v0.8.2
4262024-08-05T16:06:37.643Z Compiling zerocopy v0.7.34
4272024-08-05T16:06:38.202Z Compiling pest v2.7.10
4282024-08-05T16:06:39.773Z Compiling clap v4.5.13
4292024-08-05T16:06:40.386Z Compiling pest_meta v2.7.10
4302024-08-05T16:06:41.245Z Compiling pest_generator v2.7.10
4312024-08-05T16:06:43.191Z Compiling pest_derive v2.7.10
4322024-08-05T16:06:43.926Z Compiling dtrace-parser v0.2.0
4332024-08-05T16:06:45.922Z Compiling serde_spanned v0.6.7
4342024-08-05T16:06:45.922Z Compiling toml_datetime v0.6.8
4352024-08-05T16:06:45.926Z Compiling cargo-platform v0.1.8
4362024-08-05T16:06:46.294Z Compiling serde_tokenstream v0.2.1
4372024-08-05T16:06:46.501Z Compiling toml_edit v0.22.20
4382024-08-05T16:06:46.540Z Compiling macaddr v1.0.1
4392024-08-05T16:06:47.317Z Compiling dof v0.3.0
4402024-08-05T16:06:47.317Z Compiling cargo_metadata v0.18.1
4412024-08-05T16:06:49.247Z Compiling toml v0.8.19
4422024-08-05T16:06:49.374Z Compiling usdt-macro v0.5.0
4432024-08-05T16:06:49.377Z Compiling usdt-attr-macro v0.5.0
4442024-08-05T16:06:50.063Z Compiling cargo_toml v0.20.4
4452024-08-05T16:06:50.792Z Compiling usdt v0.5.0
4462024-08-05T16:06:53.894Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4472024-08-05T16:06:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.39s
4482024-08-05T16:06:58.067Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4492024-08-05T16:06:58.627Z Downloading crates ...
4502024-08-05T16:06:58.755Z Downloaded assert_matches v1.5.0
4512024-08-05T16:06:58.759Z Downloaded bit-vec v0.6.3
4522024-08-05T16:06:58.763Z Downloaded crucible-workspace-hack v0.1.0
4532024-08-05T16:06:58.766Z Downloaded atomicwrites v0.4.3
4542024-08-05T16:06:58.769Z Downloaded cfg_aliases v0.1.1
4552024-08-05T16:06:58.772Z Downloaded darling_macro v0.20.9
4562024-08-05T16:06:58.779Z Downloaded arrayref v0.3.7
4572024-08-05T16:06:58.782Z Downloaded is_ci v1.2.0
4582024-08-05T16:06:58.784Z Downloaded instant v0.1.12
4592024-08-05T16:06:58.787Z Downloaded is-terminal v0.4.12
4602024-08-05T16:06:58.791Z Downloaded base16ct v0.2.0
4612024-08-05T16:06:58.794Z Downloaded ciborium-ll v0.2.2
4622024-08-05T16:06:58.797Z Downloaded crossbeam-deque v0.8.5
4632024-08-05T16:06:58.797Z Downloaded async-stream v0.3.5
4642024-08-05T16:06:58.799Z Downloaded num_threads v0.1.7
4652024-08-05T16:06:58.799Z Downloaded constant_time_eq v0.3.0
4662024-08-05T16:06:58.803Z Downloaded opaque-debug v0.3.1
4672024-08-05T16:06:58.805Z Downloaded num-conv v0.1.0
4682024-08-05T16:06:58.805Z Downloaded newtype_derive v0.1.6
4692024-08-05T16:06:58.806Z Downloaded oso-derive v0.27.3
4702024-08-05T16:06:58.809Z Downloaded castaway v0.2.2
4712024-08-05T16:06:58.810Z Downloaded adler v1.0.2
4722024-08-05T16:06:58.813Z Downloaded newline-converter v0.3.0
4732024-08-05T16:06:58.813Z Downloaded parse-size v1.0.0
4742024-08-05T16:06:58.813Z Downloaded defmt-macros v0.3.9
4752024-08-05T16:06:58.816Z Downloaded match_cfg v0.1.0
4762024-08-05T16:06:58.818Z Downloaded bitstruct v0.1.1
4772024-08-05T16:06:58.819Z Downloaded libefi-sys v0.1.0
4782024-08-05T16:06:58.821Z Downloaded lazy_static v1.5.0
4792024-08-05T16:06:58.824Z Downloaded inout v0.1.3
4802024-08-05T16:06:58.824Z Downloaded indent_write v2.2.0
4812024-08-05T16:06:58.827Z Downloaded keccak v0.1.5
4822024-08-05T16:06:58.829Z Downloaded num v0.4.3
4832024-08-05T16:06:58.829Z Downloaded linked-hash-map v0.5.6
4842024-08-05T16:06:58.832Z Downloaded olpc-cjson v0.1.3
4852024-08-05T16:06:58.832Z Downloaded lazycell v1.3.0
4862024-08-05T16:06:58.835Z Downloaded bitflags v1.3.2
4872024-08-05T16:06:58.838Z Downloaded openssl-probe v0.1.5
4882024-08-05T16:06:58.840Z Downloaded md-5 v0.10.6
4892024-08-05T16:06:58.843Z Downloaded managed v0.8.0
4902024-08-05T16:06:58.845Z Downloaded cancel-safe-futures v0.1.5
4912024-08-05T16:06:58.848Z Downloaded num-derive v0.4.2
4922024-08-05T16:06:58.851Z Downloaded num_enum v0.5.11
4932024-08-05T16:06:58.857Z Downloaded darling v0.20.9
4942024-08-05T16:06:58.862Z Downloaded paste v1.0.15
4952024-08-05T16:06:58.866Z Downloaded matches v0.1.10
4962024-08-05T16:06:58.868Z Downloaded number_prefix v0.4.0
4972024-08-05T16:06:58.868Z Downloaded crunchy v0.2.2
4982024-08-05T16:06:58.872Z Downloaded normalize-line-endings v0.3.0
4992024-08-05T16:06:58.872Z Downloaded openssl-macros v0.1.1
5002024-08-05T16:06:58.875Z Downloaded crossbeam-utils v0.8.19
5012024-08-05T16:06:58.875Z Downloaded nodrop v0.1.14
5022024-08-05T16:06:58.878Z Downloaded new_debug_unreachable v1.0.6
5032024-08-05T16:06:58.878Z Downloaded cstr-argument v0.1.2
5042024-08-05T16:06:58.880Z Downloaded ciborium-io v0.2.2
5052024-08-05T16:06:58.881Z Downloaded bitstruct_derive v0.1.0
5062024-08-05T16:06:58.883Z Downloaded atomic-waker v1.1.2
5072024-08-05T16:06:58.883Z Downloaded async-recursion v1.1.1
5082024-08-05T16:06:58.886Z Downloaded num-iter v0.1.45
5092024-08-05T16:06:58.889Z Downloaded structmeta-derive v0.2.0
5102024-08-05T16:06:58.892Z Downloaded nanorand v0.7.0
5112024-08-05T16:06:58.895Z Downloaded native-tls v0.2.11
5122024-08-05T16:06:58.897Z Downloaded take_mut v0.2.2
5132024-08-05T16:06:58.897Z Downloaded indexmap v1.9.3
5142024-08-05T16:06:58.900Z Downloaded bit-set v0.5.3
5152024-08-05T16:06:58.903Z Downloaded tokio-macros v2.3.0
5162024-08-05T16:06:58.906Z Downloaded console v0.15.8
5172024-08-05T16:06:58.909Z Downloaded clang-sys v1.7.0
5182024-08-05T16:06:58.912Z Downloaded slog-dtrace v0.3.0
5192024-08-05T16:06:58.912Z Downloaded maplit v1.0.2
5202024-08-05T16:06:58.915Z Downloaded num_cpus v1.16.0
5212024-08-05T16:06:58.917Z Downloaded multimap v0.10.0
5222024-08-05T16:06:58.920Z Downloaded nibble_vec v0.1.0
5232024-08-05T16:06:58.920Z Downloaded foreign-types-macros v0.2.3
5242024-08-05T16:06:58.923Z Downloaded newtype-uuid v1.1.0
5252024-08-05T16:06:58.925Z Downloaded num-integer v0.1.46
5262024-08-05T16:06:58.925Z Downloaded defmt-parser v0.3.4
5272024-08-05T16:06:58.928Z Downloaded foreign-types-shared v0.3.1
5282024-08-05T16:06:58.928Z Downloaded defmt v0.3.8
5292024-08-05T16:06:58.932Z Downloaded buf-list v1.0.3
5302024-08-05T16:06:58.934Z Downloaded ident_case v1.0.1
5312024-08-05T16:06:58.937Z Downloaded maybe-uninit v2.0.0
5322024-08-05T16:06:58.937Z Downloaded chacha20poly1305 v0.10.1
5332024-08-05T16:06:58.940Z Downloaded camino-tempfile v1.1.1
5342024-08-05T16:06:58.943Z Downloaded parse-display-derive v0.9.1
5352024-08-05T16:06:58.946Z Downloaded spin v0.5.2
5362024-08-05T16:06:58.946Z Downloaded parse-display v0.9.1
5372024-08-05T16:06:58.948Z Downloaded convert_case v0.4.0
5382024-08-05T16:06:58.948Z Downloaded num-traits v0.2.19
5392024-08-05T16:06:58.952Z Downloaded phf_shared v0.10.0
5402024-08-05T16:06:58.955Z Downloaded signal-hook-tokio v0.3.1
5412024-08-05T16:06:58.955Z Downloaded cassowary v0.3.0
5422024-08-05T16:06:58.957Z Downloaded structmeta-derive v0.3.0
5432024-08-05T16:06:58.961Z Downloaded tokio-native-tls v0.3.1
5442024-08-05T16:06:58.964Z Downloaded thread_local v1.1.8
5452024-08-05T16:06:58.964Z Downloaded topological-sort v0.2.2
5462024-08-05T16:06:58.964Z Downloaded indicatif v0.17.8
5472024-08-05T16:06:58.970Z Downloaded base64 v0.21.7
5482024-08-05T16:06:58.973Z Downloaded either v1.12.0
5492024-08-05T16:06:58.976Z Downloaded fastrand v2.1.0
5502024-08-05T16:06:58.980Z Downloaded utf-8 v0.7.6
5512024-08-05T16:06:58.980Z Downloaded num-complex v0.4.6
5522024-08-05T16:06:58.982Z Downloaded nu-ansi-term v0.50.0
5532024-08-05T16:06:58.985Z Downloaded memmap2 v0.9.4
5542024-08-05T16:06:58.988Z Downloaded foreign-types-shared v0.1.1
5552024-08-05T16:06:58.988Z Downloaded num-rational v0.4.2
5562024-08-05T16:06:58.990Z Downloaded chacha20 v0.9.1
5572024-08-05T16:06:58.993Z Downloaded bcs v0.1.6
5582024-08-05T16:06:58.996Z Downloaded hostname v0.4.0
5592024-08-05T16:06:58.996Z Downloaded cc v1.0.97
5602024-08-05T16:06:58.999Z Downloaded httpdate v1.0.3
5612024-08-05T16:06:59.002Z Downloaded password-hash v0.5.0
5622024-08-05T16:06:59.005Z Downloaded csv-core v0.1.11
5632024-08-05T16:06:59.005Z Downloaded openssl-sys v0.9.103
5642024-08-05T16:06:59.012Z Downloaded omicron-zone-package v0.11.0
5652024-08-05T16:06:59.016Z Downloaded waitgroup v0.1.2
5662024-08-05T16:06:59.018Z Downloaded arrayvec v0.7.4
5672024-08-05T16:06:59.021Z Downloaded endian-type v0.1.2
5682024-08-05T16:06:59.021Z Downloaded const_format v0.2.32
5692024-08-05T16:06:59.026Z Downloaded derive_builder_macro v0.20.0
5702024-08-05T16:06:59.029Z Downloaded headers-core v0.2.0
5712024-08-05T16:06:59.029Z Downloaded rustfmt-wrapper v0.2.1
5722024-08-05T16:06:59.032Z Downloaded rustc_version v0.1.7
5732024-08-05T16:06:59.035Z Downloaded rand_seeder v0.2.3
5742024-08-05T16:06:59.035Z Downloaded signal-hook-registry v1.4.2
5752024-08-05T16:06:59.038Z Downloaded smallvec v0.6.14
5762024-08-05T16:06:59.040Z Downloaded psl-types v2.0.11
5772024-08-05T16:06:59.041Z Downloaded path-slash v0.1.5
5782024-08-05T16:06:59.043Z Downloaded slog-bunyan v2.5.0
5792024-08-05T16:06:59.043Z Downloaded serde_arrays v0.1.0
5802024-08-05T16:06:59.046Z Downloaded precomputed-hash v0.1.1
5812024-08-05T16:06:59.046Z Downloaded mockall_derive v0.12.1
5822024-08-05T16:06:59.049Z Downloaded rustc_version v0.4.0
5832024-08-05T16:06:59.049Z Downloaded rand_xorshift v0.3.0
5842024-08-05T16:06:59.052Z Downloaded xattr v1.3.1
5852024-08-05T16:06:59.055Z Downloaded tap v1.0.1
5862024-08-05T16:06:59.055Z Downloaded tabwriter v1.4.0
5872024-08-05T16:06:59.058Z Downloaded static_assertions v1.1.0
5882024-08-05T16:06:59.060Z Downloaded httparse v1.8.0
5892024-08-05T16:06:59.063Z Downloaded globset v0.4.14
5902024-08-05T16:06:59.063Z Downloaded slog-term v2.9.1
5912024-08-05T16:06:59.066Z Downloaded iana-time-zone v0.1.60
5922024-08-05T16:06:59.071Z Downloaded base64 v0.13.1
5932024-08-05T16:06:59.073Z Downloaded zone v0.1.8
5942024-08-05T16:06:59.076Z Downloaded crypto-bigint v0.5.5
5952024-08-05T16:06:59.082Z Downloaded unicode-xid v0.2.4
5962024-08-05T16:06:59.085Z Downloaded diesel_table_macro_syntax v0.1.0
5972024-08-05T16:06:59.088Z Downloaded gethostname v0.5.0
5982024-08-05T16:06:59.088Z Downloaded float-cmp v0.9.0
5992024-08-05T16:06:59.091Z Downloaded flagset v0.4.5
6002024-08-05T16:06:59.091Z Downloaded phf_shared v0.11.2
6012024-08-05T16:06:59.094Z Downloaded peg v0.8.4
6022024-08-05T16:06:59.097Z Downloaded uuid v1.10.0
6032024-08-05T16:06:59.101Z Downloaded rpassword v7.3.1
6042024-08-05T16:06:59.103Z Downloaded portpicker v0.1.1
6052024-08-05T16:06:59.106Z Downloaded rusty-fork v0.3.0
6062024-08-05T16:06:59.106Z Downloaded predicates-tree v1.0.9
6072024-08-05T16:06:59.108Z Downloaded sqlformat v0.2.4
6082024-08-05T16:06:59.111Z Downloaded slog-scope v4.4.0
6092024-08-05T16:06:59.111Z Downloaded serde_repr v0.1.19
6102024-08-05T16:06:59.115Z Downloaded serde_plain v1.0.2
6112024-08-05T16:06:59.118Z Downloaded string_cache v0.8.7
6122024-08-05T16:06:59.118Z Downloaded miniz_oxide v0.7.2
6132024-08-05T16:06:59.121Z Downloaded darling_core v0.20.9
6142024-08-05T16:06:59.135Z Downloaded subtle v2.5.0
6152024-08-05T16:06:59.137Z Downloaded tinyvec_macros v0.1.1
6162024-08-05T16:06:59.138Z Downloaded tracing-core v0.1.32
6172024-08-05T16:06:59.140Z Downloaded der v0.7.9
6182024-08-05T16:06:59.146Z Downloaded unicode-linebreak v0.1.5
6192024-08-05T16:06:59.149Z Downloaded untrusted v0.7.1
6202024-08-05T16:06:59.149Z Downloaded universal-hash v0.5.1
6212024-08-05T16:06:59.152Z Downloaded base64 v0.22.1
6222024-08-05T16:06:59.154Z Downloaded termtree v0.4.1
6232024-08-05T16:06:59.157Z Downloaded hubpack_derive v0.1.1
6242024-08-05T16:06:59.157Z Downloaded foreign-types v0.3.2
6252024-08-05T16:06:59.166Z Downloaded serde_urlencoded v0.7.1
6262024-08-05T16:06:59.166Z Downloaded derive_builder_core v0.20.0
6272024-08-05T16:06:59.170Z Downloaded rustc-hash v1.1.0
6282024-08-05T16:06:59.170Z Downloaded peg-runtime v0.8.3
6292024-08-05T16:06:59.170Z Downloaded hyper-staticfile v0.9.5
6302024-08-05T16:06:59.170Z Downloaded humantime v2.1.0
6312024-08-05T16:06:59.170Z Downloaded hubpack v0.1.2
6322024-08-05T16:06:59.173Z Downloaded hash32 v0.3.1
6332024-08-05T16:06:59.173Z Downloaded sigpipe v0.1.3
6342024-08-05T16:06:59.176Z Downloaded hash32 v0.2.1
6352024-08-05T16:06:59.176Z Downloaded foreign-types v0.5.0
6362024-08-05T16:06:59.176Z Downloaded slog-stdlog v4.1.1
6372024-08-05T16:06:59.179Z Downloaded zerocopy v0.6.6
6382024-08-05T16:06:59.182Z Downloaded sec1 v0.7.3
6392024-08-05T16:06:59.184Z Downloaded sha1 v0.10.6
6402024-08-05T16:06:59.187Z Downloaded strum_macros v0.26.4
6412024-08-05T16:06:59.190Z Downloaded scheduled-thread-pool v0.2.7
6422024-08-05T16:06:59.190Z Downloaded tls_codec v0.4.1
6432024-08-05T16:06:59.193Z Downloaded rand_core v0.6.4
6442024-08-05T16:06:59.193Z Downloaded rand_chacha v0.3.1
6452024-08-05T16:06:59.196Z Downloaded predicates-core v1.0.6
6462024-08-05T16:06:59.198Z Downloaded zone_cfg_derive v0.1.2
6472024-08-05T16:06:59.198Z Downloaded http-range v0.1.5
6482024-08-05T16:06:59.201Z Downloaded downcast v0.11.0
6492024-08-05T16:06:59.201Z Downloaded futures-executor v0.3.30
6502024-08-05T16:06:59.204Z Downloaded futures-core v0.3.30
6512024-08-05T16:06:59.206Z Downloaded filetime v0.2.23
6522024-08-05T16:06:59.206Z Downloaded env_logger v0.9.3
6532024-08-05T16:06:59.209Z Downloaded derive_builder v0.20.0
6542024-08-05T16:06:59.223Z Downloaded derive_more v0.99.18
6552024-08-05T16:06:59.227Z Downloaded rayon-core v1.12.1
6562024-08-05T16:06:59.227Z Downloaded secrecy v0.8.0
6572024-08-05T16:06:59.231Z Downloaded highway v1.1.0
6582024-08-05T16:06:59.231Z Downloaded expectorate v1.1.0
6592024-08-05T16:06:59.233Z Downloaded backtrace v0.3.71
6602024-08-05T16:06:59.237Z Downloaded phf v0.11.2
6612024-08-05T16:06:59.240Z Downloaded percent-encoding v2.3.1
6622024-08-05T16:06:59.243Z Downloaded steno v0.4.1
6632024-08-05T16:06:59.245Z Downloaded crossbeam-channel v0.5.12
6642024-08-05T16:06:59.250Z Downloaded pem v3.0.4
6652024-08-05T16:06:59.254Z Downloaded tiny-keccak v2.0.2
6662024-08-05T16:06:59.257Z Downloaded stringprep v0.1.4
6672024-08-05T16:06:59.260Z Downloaded subprocess v0.2.9
6682024-08-05T16:06:59.262Z Downloaded sqlparser_derive v0.2.2
6692024-08-05T16:06:59.262Z Downloaded libxml v0.3.3
6702024-08-05T16:06:59.268Z Downloaded stability v0.2.0
6712024-08-05T16:06:59.271Z Downloaded fd-lock v4.0.2
6722024-08-05T16:06:59.274Z Downloaded embedded-io v0.4.0
6732024-08-05T16:06:59.276Z Downloaded display-error-chain v0.2.0
6742024-08-05T16:06:59.276Z Downloaded same-file v1.0.6
6752024-08-05T16:06:59.279Z Downloaded schemars_derive v0.8.21
6762024-08-05T16:06:59.279Z Downloaded rcgen v0.12.1
6772024-08-05T16:06:59.282Z Downloaded typed-path v0.7.1
6782024-08-05T16:06:59.289Z Downloaded float-ord v0.3.2
6792024-08-05T16:06:59.292Z Downloaded fxhash v0.2.1
6802024-08-05T16:06:59.292Z Downloaded dirs-sys-next v0.1.2
6812024-08-05T16:06:59.295Z Downloaded dirs-next v2.0.0
6822024-08-05T16:06:59.295Z Downloaded pem-rfc7468 v0.7.0
6832024-08-05T16:06:59.297Z Downloaded num-bigint v0.4.5
6842024-08-05T16:06:59.303Z Downloaded uzers v0.11.3
6852024-08-05T16:06:59.306Z Downloaded try-lock v0.2.5
6862024-08-05T16:06:59.306Z Downloaded semver v0.1.20
6872024-08-05T16:06:59.309Z Downloaded pkcs8 v0.10.2
6882024-08-05T16:06:59.312Z Downloaded rustversion v1.0.17
6892024-08-05T16:06:59.314Z Downloaded pretty-hex v0.2.1
6902024-08-05T16:06:59.315Z Downloaded rustls-pki-types v1.7.0
6912024-08-05T16:06:59.317Z Downloaded hyper-tls v0.5.0
6922024-08-05T16:06:59.320Z Downloaded samael v0.0.15
6932024-08-05T16:06:59.325Z Downloaded itertools v0.12.1
6942024-08-05T16:06:59.333Z Downloaded spki v0.7.3
6952024-08-05T16:06:59.336Z Downloaded home v0.5.9
6962024-08-05T16:06:59.339Z Downloaded powerfmt v0.2.0
6972024-08-05T16:06:59.339Z Downloaded tui-tree-widget v0.21.0
6982024-08-05T16:06:59.342Z Downloaded quick-error v1.2.3
6992024-08-05T16:06:59.342Z Downloaded unicase v2.7.0
7002024-08-05T16:06:59.345Z Downloaded untrusted v0.9.0
7012024-08-05T16:06:59.345Z Downloaded fatfs v0.3.6
7022024-08-05T16:06:59.348Z Downloaded sct v0.7.1
7032024-08-05T16:06:59.351Z Downloaded pin-project v1.1.5
7042024-08-05T16:06:59.364Z Downloaded futures-sink v0.3.30
7052024-08-05T16:06:59.367Z Downloaded sync_wrapper v0.1.2
7062024-08-05T16:06:59.367Z Downloaded strum v0.26.3
7072024-08-05T16:06:59.370Z Downloaded hex v0.4.3
7082024-08-05T16:06:59.370Z Downloaded scopeguard v1.2.0
7092024-08-05T16:06:59.373Z Downloaded similar v2.5.0
7102024-08-05T16:06:59.376Z Downloaded termios v0.3.3
7112024-08-05T16:06:59.379Z Downloaded radium v0.7.0
7122024-08-05T16:06:59.382Z Downloaded ppv-lite86 v0.2.17
7132024-08-05T16:06:59.382Z Downloaded tinyvec v1.6.0
7142024-08-05T16:06:59.385Z Downloaded unicode_categories v0.1.1
7152024-08-05T16:06:59.388Z Downloaded toml_edit v0.19.15
7162024-08-05T16:06:59.405Z Downloaded want v0.3.1
7172024-08-05T16:06:59.408Z Downloaded which v4.4.2
7182024-08-05T16:06:59.408Z Downloaded shlex v1.3.0
7192024-08-05T16:06:59.411Z Downloaded poly1305 v0.8.0
7202024-08-05T16:06:59.415Z Downloaded peg-macros v0.8.4
7212024-08-05T16:06:59.415Z Downloaded hostname v0.3.1
7222024-08-05T16:06:59.418Z Downloaded textwrap v0.16.1
7232024-08-05T16:06:59.420Z Downloaded vte_generate_state_changes v0.1.1
7242024-08-05T16:06:59.420Z Downloaded trust-dns-server v0.22.1
7252024-08-05T16:06:59.425Z Downloaded slog-json v2.6.1
7262024-08-05T16:06:59.428Z Downloaded schemars v0.8.21
7272024-08-05T16:06:59.439Z Downloaded spin v0.9.8
7282024-08-05T16:06:59.442Z Downloaded slog-async v2.8.0
7292024-08-05T16:06:59.445Z Downloaded tracing-attributes v0.1.27
7302024-08-05T16:06:59.448Z Downloaded futures-task v0.3.30
7312024-08-05T16:06:59.448Z Downloaded strum_macros v0.24.3
7322024-08-05T16:06:59.450Z Downloaded futures-macro v0.3.30
7332024-08-05T16:06:59.454Z Downloaded term v0.7.0
7342024-08-05T16:06:59.457Z Downloaded predicates v3.1.2
7352024-08-05T16:06:59.457Z Downloaded snafu v0.8.2
7362024-08-05T16:06:59.464Z Downloaded serde_yaml v0.9.34+deprecated
7372024-08-05T16:06:59.468Z Downloaded slog-envlogger v2.2.0
7382024-08-05T16:06:59.471Z Downloaded slab v0.4.9
7392024-08-05T16:06:59.474Z Downloaded elliptic-curve v0.13.8
7402024-08-05T16:06:59.477Z Downloaded serde-big-array v0.5.1
7412024-08-05T16:06:59.479Z Downloaded resolv-conf v0.7.0
7422024-08-05T16:06:59.480Z Downloaded unicode-segmentation v1.11.0
7432024-08-05T16:06:59.482Z Downloaded flate2 v1.0.31
7442024-08-05T16:06:59.488Z Downloaded serde_path_to_error v0.1.16
7452024-08-05T16:06:59.493Z Downloaded walkdir v2.5.0
7462024-08-05T16:06:59.496Z Downloaded tempfile v3.10.1
7472024-08-05T16:06:59.496Z Downloaded test-strategy v0.3.1
7482024-08-05T16:06:59.499Z Downloaded time v0.3.36
7492024-08-05T16:06:59.506Z Downloaded vsss-rs v3.3.4
7502024-08-05T16:06:59.509Z Downloaded snafu-derive v0.8.2
7512024-08-05T16:06:59.512Z Downloaded futures-channel v0.3.30
7522024-08-05T16:06:59.515Z Downloaded hmac v0.12.1
7532024-08-05T16:06:59.517Z Downloaded futures v0.3.30
7542024-08-05T16:06:59.521Z Downloaded headers v0.3.9
7552024-08-05T16:06:59.526Z Downloaded unicode-bidi v0.3.15
7562024-08-05T16:06:59.531Z Downloaded tokio-postgres v0.7.11
7572024-08-05T16:06:59.534Z Downloaded tar v0.4.41
7582024-08-05T16:06:59.538Z Downloaded serde_with v3.8.3
7592024-08-05T16:06:59.547Z Downloaded rustyline v14.0.0
7602024-08-05T16:06:59.552Z Downloaded slog v2.7.0
7612024-08-05T16:06:59.556Z Downloaded bindgen v0.69.4
7622024-08-05T16:06:59.565Z Downloaded tracing v0.1.40
7632024-08-05T16:06:59.569Z Downloaded regex-automata v0.1.10
7642024-08-05T16:06:59.575Z Downloaded unicode-normalization v0.1.23
7652024-08-05T16:06:59.579Z Downloaded bitvec v1.0.1
7662024-08-05T16:06:59.596Z Downloaded aho-corasick v1.1.3
7672024-08-05T16:06:59.602Z Downloaded socket2 v0.4.10
7682024-08-05T16:06:59.604Z Downloaded reedline v0.31.0
7692024-08-05T16:06:59.611Z Downloaded diff v0.1.13
7702024-08-05T16:06:59.617Z Downloaded trust-dns-resolver v0.22.0
7712024-08-05T16:06:59.621Z Downloaded http v0.2.12
7722024-08-05T16:06:59.624Z Downloaded tokio-util v0.7.11
7732024-08-05T16:06:59.630Z Downloaded rsa v0.9.6
7742024-08-05T16:06:59.637Z Downloaded rand v0.8.5
7752024-08-05T16:06:59.640Z Downloaded hashbrown v0.13.2
7762024-08-05T16:06:59.645Z Downloaded chrono v0.4.38
7772024-08-05T16:06:59.653Z Downloaded http v1.1.0
7782024-08-05T16:06:59.657Z Downloaded sqlparser v0.45.0
7792024-08-05T16:06:59.662Z Downloaded rayon v1.10.0
7802024-08-05T16:06:59.672Z Downloaded winnow v0.5.40
7812024-08-05T16:06:59.682Z Downloaded lalrpop v0.19.12
7822024-08-05T16:06:59.694Z Downloaded proptest v1.4.0
7832024-08-05T16:06:59.704Z Downloaded trust-dns-client v0.22.0
7842024-08-05T16:06:59.710Z Downloaded hashbrown v0.12.3
7852024-08-05T16:06:59.713Z Downloaded h2 v0.3.26
7862024-08-05T16:06:59.721Z Downloaded quick-xml v0.31.0
7872024-08-05T16:06:59.728Z Downloaded reqwest v0.11.27
7882024-08-05T16:06:59.737Z Downloaded futures-util v0.3.30
7892024-08-05T16:06:59.749Z Downloaded rustls v0.21.12
7902024-08-05T16:06:59.762Z Downloaded portable-atomic v1.6.0
7912024-08-05T16:06:59.767Z Downloaded bstr v0.2.17
7922024-08-05T16:06:59.777Z Downloaded webpki-roots v0.25.4
7932024-08-05T16:06:59.781Z Downloaded vcpkg v0.2.15
7942024-08-05T16:06:59.821Z Downloaded hkdf v0.12.4
7952024-08-05T16:06:59.824Z Downloaded rustls-webpki v0.102.4
7962024-08-05T16:06:59.842Z Downloaded idna v0.2.3
7972024-08-05T16:06:59.848Z Downloaded radix_trie v0.2.1
7982024-08-05T16:06:59.854Z Downloaded smoltcp v0.11.0
7992024-08-05T16:06:59.867Z Downloaded regex v1.10.5
8002024-08-05T16:06:59.881Z Downloaded gimli v0.28.1
8012024-08-05T16:06:59.889Z Downloaded regress v0.9.1
8022024-08-05T16:06:59.897Z Downloaded object v0.32.2
8032024-08-05T16:06:59.908Z Downloaded regex-syntax v0.8.3
8042024-08-05T16:06:59.916Z Downloaded idna v0.3.0
8052024-08-05T16:06:59.923Z Downloaded idna v0.5.0
8062024-08-05T16:06:59.930Z Downloaded polar-core v0.27.3
8072024-08-05T16:06:59.939Z Downloaded diesel v2.1.6
8082024-08-05T16:06:59.960Z Downloaded openapiv3 v2.0.0
8092024-08-05T16:06:59.972Z Downloaded trust-dns-proto v0.22.0
8102024-08-05T16:06:59.982Z Downloaded regex-syntax v0.6.29
8112024-08-05T16:06:59.990Z Downloaded rustls v0.22.4
8122024-08-05T16:07:00.006Z Downloaded petgraph v0.6.5
8132024-08-05T16:07:00.023Z Downloaded sha3 v0.10.8
8142024-08-05T16:07:00.028Z Downloaded sled v0.34.7
8152024-08-05T16:07:00.038Z Downloaded ratatui v0.27.0
8162024-08-05T16:07:00.058Z Downloaded zerocopy-derive v0.6.6
8172024-08-05T16:07:00.068Z Downloaded csv v1.3.0
8182024-08-05T16:07:00.089Z Downloaded tokio v1.38.1
8192024-08-05T16:07:00.127Z Downloaded regex-automata v0.4.6
8202024-08-05T16:07:00.146Z Downloaded bzip2-sys v0.1.11+1.0.8
8212024-08-05T16:07:00.158Z Downloaded finl_unicode v1.2.0
8222024-08-05T16:07:00.172Z Downloaded nix v0.27.1
8232024-08-05T16:07:00.182Z Downloaded nix v0.28.0
8242024-08-05T16:07:00.195Z Downloaded bstr v1.9.1
8252024-08-05T16:07:00.205Z Downloaded hyper v0.14.30
8262024-08-05T16:07:00.213Z Downloaded curve25519-dalek v4.1.3
8272024-08-05T16:07:00.223Z Downloaded rustls-webpki v0.101.7
8282024-08-05T16:07:00.237Z Downloaded smoltcp v0.9.1
8292024-08-05T16:07:00.248Z Downloaded openssl v0.10.66
8302024-08-05T16:07:00.258Z Downloaded object v0.30.4
8312024-08-05T16:07:00.268Z Downloaded derive-where v1.2.7
8322024-08-05T16:07:00.272Z Downloaded url v2.5.2
8332024-08-05T16:07:00.275Z Downloaded tough v0.17.1
8342024-08-05T16:07:00.283Z Downloaded smawk v0.3.2
8352024-08-05T16:07:00.286Z Downloaded der_derive v0.7.2
8362024-08-05T16:07:00.288Z Downloaded postcard v1.0.8
8372024-08-05T16:07:00.291Z Downloaded zip v0.6.6
8382024-08-05T16:07:00.293Z Downloaded num-bigint-dig v0.8.4
8392024-08-05T16:07:00.298Z Downloaded encoding_rs v0.8.34
8402024-08-05T16:07:00.320Z Downloaded rustc-demangle v0.1.24
8412024-08-05T16:07:00.323Z Downloaded toml v0.7.8
8422024-08-05T16:07:00.326Z Downloaded toml v0.5.11
8432024-08-05T16:07:00.329Z Downloaded smallvec v1.13.2
8442024-08-05T16:07:00.331Z Downloaded diesel_derives v2.1.4
8452024-08-05T16:07:00.334Z Downloaded signal-hook v0.3.17
8462024-08-05T16:07:00.336Z Downloaded unsafe-libyaml v0.2.11
8472024-08-05T16:07:00.340Z Downloaded deranged v0.3.11
8482024-08-05T16:07:00.343Z Downloaded itertools v0.13.0
8492024-08-05T16:07:00.349Z Downloaded smf v0.2.3
8502024-08-05T16:07:00.351Z Downloaded rustls-pemfile v1.0.4
8512024-08-05T16:07:00.354Z Downloaded crossterm v0.27.0
8522024-08-05T16:07:00.358Z Downloaded blake3 v1.5.1
8532024-08-05T16:07:00.366Z Downloaded rustls-pemfile v2.1.2
8542024-08-05T16:07:00.368Z Downloaded ron v0.8.1
8552024-08-05T16:07:00.374Z Downloaded ron v0.7.1
8562024-08-05T16:07:00.378Z Downloaded funty v2.0.0
8572024-08-05T16:07:00.381Z Downloaded fragile v2.0.0
8582024-08-05T16:07:00.381Z Downloaded fixedbitset v0.4.2
8592024-08-05T16:07:00.384Z Downloaded publicsuffix v2.2.3
8602024-08-05T16:07:00.387Z Downloaded heapless v0.7.17
8612024-08-05T16:07:00.390Z Downloaded heapless v0.8.0
8622024-08-05T16:07:00.393Z Downloaded flume v0.11.0
8632024-08-05T16:07:00.396Z Downloaded vte v0.11.1
8642024-08-05T16:07:00.399Z Downloaded time-macros v0.2.18
8652024-08-05T16:07:00.402Z Downloaded serde_with_macros v3.8.3
8662024-08-05T16:07:00.404Z Downloaded http-body v0.4.6
8672024-08-05T16:07:00.404Z Downloaded pin-project-lite v0.2.14
8682024-08-05T16:07:00.409Z Downloaded half v2.4.1
8692024-08-05T16:07:00.412Z Downloaded x509-cert v0.2.5
8702024-08-05T16:07:00.418Z Downloaded difflib v0.4.0
8712024-08-05T16:07:00.421Z Downloaded getopts v0.2.21
8722024-08-05T16:07:00.421Z Downloaded rtoolbox v0.0.2
8732024-08-05T16:07:00.423Z Downloaded r2d2 v0.8.10
8742024-08-05T16:07:00.423Z Downloaded pkg-config v0.3.30
8752024-08-05T16:07:00.426Z Downloaded ff v0.13.0
8762024-08-05T16:07:00.426Z Downloaded ena v0.14.3
8772024-08-05T16:07:00.430Z Downloaded whoami v1.5.1
8782024-08-05T16:07:00.433Z Downloaded tokio-rustls v0.25.0
8792024-08-05T16:07:00.433Z Downloaded tokio-rustls v0.24.1
8802024-08-05T16:07:00.435Z Downloaded env_logger v0.10.2
8812024-08-05T16:07:00.438Z Downloaded siphasher v0.3.11
8822024-08-05T16:07:00.438Z Downloaded nom v7.1.3
8832024-08-05T16:07:00.443Z Downloaded libm v0.2.8
8842024-08-05T16:07:00.452Z Downloaded hyper-rustls v0.24.2
8852024-08-05T16:07:00.454Z Downloaded mio v0.8.11
8862024-08-05T16:07:00.460Z Downloaded minimal-lexical v0.2.1
8872024-08-05T16:07:00.464Z Downloaded itertools v0.10.5
8882024-08-05T16:07:00.471Z Downloaded zeroize_derive v1.4.2
8892024-08-05T16:07:00.474Z Downloaded wyz v0.5.1
8902024-08-05T16:07:00.474Z Downloaded tls_codec_derive v0.4.1
8912024-08-05T16:07:00.477Z Downloaded structmeta v0.2.0
8922024-08-05T16:07:00.477Z Downloaded strip-ansi-escapes v0.2.0
8932024-08-05T16:07:00.477Z Downloaded tokio-tungstenite v0.21.0
8942024-08-05T16:07:00.479Z Downloaded tokio-stream v0.1.15
8952024-08-05T16:07:00.483Z Downloaded pin-project-internal v1.1.5
8962024-08-05T16:07:00.485Z Downloaded yasna v0.5.2
8972024-08-05T16:07:00.488Z Downloaded tungstenite v0.21.0
8982024-08-05T16:07:00.491Z Downloaded tungstenite v0.20.1
8992024-08-05T16:07:00.493Z Downloaded supports-color v3.0.0
9002024-08-05T16:07:00.496Z Downloaded strum_macros v0.25.3
9012024-08-05T16:07:00.499Z Downloaded tokio-tungstenite v0.20.1
9022024-08-05T16:07:00.499Z Downloaded prettyplease v0.2.20
9032024-08-05T16:07:00.502Z Downloaded oso v0.27.3
9042024-08-05T16:07:00.505Z Downloaded ref-cast-impl v1.0.23
9052024-08-05T16:07:00.508Z Downloaded ref-cast v1.0.23
9062024-08-05T16:07:00.511Z Downloaded serde_derive_internals v0.29.1
9072024-08-05T16:07:00.511Z Downloaded serde-hex v0.1.0
9082024-08-05T16:07:00.513Z Downloaded heck v0.3.3
9092024-08-05T16:07:00.513Z Downloaded enum-as-inner v0.5.1
9102024-08-05T16:07:00.516Z Downloaded futures-io v0.3.30
9112024-08-05T16:07:00.516Z Downloaded wait-timeout v0.2.0
9122024-08-05T16:07:00.519Z Downloaded postgres-types v0.2.7
9132024-08-05T16:07:00.519Z Downloaded compact_str v0.7.1
9142024-08-05T16:07:00.522Z Downloaded arc-swap v1.7.1
9152024-08-05T16:07:00.525Z Downloaded unicode-truncate v1.0.0
9162024-08-05T16:07:00.528Z Downloaded thiserror-impl-no-std v2.0.2
9172024-08-05T16:07:00.528Z Downloaded postgres-protocol v0.6.7
9182024-08-05T16:07:00.531Z Downloaded pkcs1 v0.7.5
9192024-08-05T16:07:00.534Z Downloaded socket2 v0.5.7
9202024-08-05T16:07:00.536Z Downloaded parking_lot_core v0.9.10
9212024-08-05T16:07:00.537Z Downloaded cookie v0.18.1
9222024-08-05T16:07:00.540Z Downloaded blake2 v0.10.6
9232024-08-05T16:07:00.543Z Downloaded getrandom v0.2.14
9242024-08-05T16:07:00.545Z Downloaded stable_deref_trait v1.2.0
9252024-08-05T16:07:00.551Z Downloaded signal-hook-mio v0.2.3
9262024-08-05T16:07:00.554Z Downloaded erased-serde v0.3.31
9272024-08-05T16:07:00.554Z Downloaded crossbeam-epoch v0.9.18
9282024-08-05T16:07:00.554Z Downloaded const-oid v0.9.6
9292024-08-05T16:07:00.557Z Downloaded proc-macro-crate v1.3.1
9302024-08-05T16:07:00.557Z Downloaded pin-utils v0.1.0
9312024-08-05T16:07:00.559Z Downloaded addr2line v0.21.0
9322024-08-05T16:07:00.562Z Downloaded tower-service v0.3.2
9332024-08-05T16:07:00.562Z Downloaded toolchain_find v0.4.0
9342024-08-05T16:07:00.562Z Downloaded time-core v0.1.2
9352024-08-05T16:07:00.565Z Downloaded const_format_proc_macros v0.2.32
9362024-08-05T16:07:00.567Z Downloaded bzip2 v0.4.4
9372024-08-05T16:07:00.567Z Downloaded parking_lot v0.11.2
9382024-08-05T16:07:00.570Z Downloaded owo-colors v4.0.0
9392024-08-05T16:07:00.573Z Downloaded group v0.13.0
9402024-08-05T16:07:00.583Z Downloaded glob v0.3.1
9412024-08-05T16:07:00.583Z Downloaded form_urlencoded v1.2.1
9422024-08-05T16:07:00.583Z Downloaded fallible-iterator v0.2.0
9432024-08-05T16:07:00.587Z Downloaded libsw v3.3.1
9442024-08-05T16:07:00.587Z Downloaded libloading v0.8.3
9452024-08-05T16:07:00.587Z Downloaded dyn-clone v1.0.17
9462024-08-05T16:07:00.587Z Downloaded zeroize v1.7.0
9472024-08-05T16:07:00.587Z Downloaded unarray v0.1.4
9482024-08-05T16:07:00.587Z Downloaded signature v2.2.0
9492024-08-05T16:07:00.587Z Downloaded lock_api v0.4.12
9502024-08-05T16:07:00.590Z Downloaded thiserror-no-std v2.0.2
9512024-08-05T16:07:00.593Z Downloaded termcolor v1.4.1
9522024-08-05T16:07:00.593Z Downloaded parking_lot v0.12.2
9532024-08-05T16:07:00.595Z Downloaded structmeta v0.3.0
9542024-08-05T16:07:00.598Z Downloaded block-padding v0.3.3
9552024-08-05T16:07:00.598Z Downloaded curve25519-dalek-derive v0.1.1
9562024-08-05T16:07:00.598Z Downloaded packed_struct v0.10.1
9572024-08-05T16:07:00.601Z Downloaded num_enum_derive v0.5.11
9582024-08-05T16:07:00.601Z Downloaded crc v3.2.1
9592024-08-05T16:07:00.604Z Downloaded cipher v0.4.4
9602024-08-05T16:07:00.607Z Downloaded cexpr v0.6.0
9612024-08-05T16:07:00.607Z Downloaded crc-any v2.5.0
9622024-08-05T16:07:00.611Z Downloaded cobs v0.2.3
9632024-08-05T16:07:00.611Z Downloaded bitfield-struct v0.6.1
9642024-08-05T16:07:00.614Z Downloaded data-encoding v2.6.0
9652024-08-05T16:07:00.614Z Downloaded crc-catalog v2.4.0
9662024-08-05T16:07:00.614Z Downloaded bytes v1.6.0
9672024-08-05T16:07:00.617Z Downloaded mime v0.3.17
9682024-08-05T16:07:00.620Z Downloaded lru-cache v0.1.2
9692024-08-05T16:07:00.620Z Downloaded linear-map v1.2.0
9702024-08-05T16:07:00.622Z Downloaded ascii-canvas v3.0.0
9712024-08-05T16:07:00.622Z Downloaded parking_lot_core v0.8.6
9722024-08-05T16:07:00.625Z Downloaded packed_struct_codegen v0.10.1
9732024-08-05T16:07:00.625Z Downloaded bb8 v0.8.5
9742024-08-05T16:07:00.628Z Downloaded array-init v0.0.4
9752024-08-05T16:07:00.628Z Downloaded aead v0.5.2
9762024-08-05T16:07:00.631Z Downloaded shell-words v1.1.0
9772024-08-05T16:07:00.631Z Downloaded allocator-api2 v0.2.18
9782024-08-05T16:07:00.633Z Downloaded multer v3.1.0
9792024-08-05T16:07:00.636Z Downloaded mime_guess v2.0.4
9802024-08-05T16:07:00.638Z Downloaded mockall v0.12.1
9812024-08-05T16:07:00.638Z Downloaded ipnet v2.9.0
9822024-08-05T16:07:00.641Z Downloaded async-stream-impl v0.3.5
9832024-08-05T16:07:00.641Z Downloaded ahash v0.8.11
9842024-08-05T16:07:00.644Z Downloaded cookie_store v0.20.0
9852024-08-05T16:07:00.649Z Downloaded cookie v0.17.0
9862024-08-05T16:07:00.649Z Downloaded memoffset v0.9.1
9872024-08-05T16:07:00.652Z Downloaded crc32fast v1.4.0
9882024-08-05T16:07:00.652Z Downloaded atty v0.2.14
9892024-08-05T16:07:00.652Z Downloaded lru v0.12.3
9902024-08-05T16:07:00.654Z Downloaded lalrpop-util v0.19.12
9912024-08-05T16:07:00.654Z Downloaded kstat-rs v0.2.4
9922024-08-05T16:07:00.654Z Downloaded indoc v1.0.9
9932024-08-05T16:07:00.658Z Downloaded ipnetwork v0.20.0
9942024-08-05T16:07:00.661Z Downloaded ciborium v0.2.2
9952024-08-05T16:07:00.661Z Downloaded base64ct v1.6.0
9962024-08-05T16:07:00.664Z Downloaded backoff v0.4.0
9972024-08-05T16:07:00.667Z Downloaded async-trait v0.1.81
9982024-08-05T16:07:00.670Z Downloaded impl-trait-for-tuples v0.2.2
9992024-08-05T16:07:00.673Z Downloaded debug-ignore v1.0.5
10002024-08-05T16:07:00.673Z Downloaded ascii v1.1.0
10012024-08-05T16:07:00.676Z Downloaded argon2 v0.5.3
10022024-08-05T16:07:00.676Z Downloaded colored v2.1.0
10032024-08-05T16:07:00.678Z Downloaded bitfield v0.14.0
10042024-08-05T16:07:00.689Z Downloaded ring v0.17.8
10052024-08-05T16:07:00.805Z Downloaded ring v0.16.20
10062024-08-05T16:07:00.973Z Compiling cfg-if v1.0.0
10072024-08-05T16:07:00.973Z Compiling serde v1.0.204
10082024-08-05T16:07:00.976Z Compiling lock_api v0.4.12
10092024-08-05T16:07:00.976Z Compiling scopeguard v1.2.0
10102024-08-05T16:07:00.976Z Compiling log v0.4.21
10112024-08-05T16:07:01.133Z Compiling syn v2.0.72
10122024-08-05T16:07:01.144Z Compiling cc v1.0.97
10132024-08-05T16:07:01.156Z Compiling parking_lot_core v0.9.10
10142024-08-05T16:07:01.202Z Compiling getrandom v0.2.14
10152024-08-05T16:07:01.267Z Compiling smallvec v1.13.2
10162024-08-05T16:07:01.558Z Compiling rand_core v0.6.4
10172024-08-05T16:07:01.665Z Compiling typenum v1.17.0
10182024-08-05T16:07:01.703Z Compiling generic-array v0.14.7
10192024-08-05T16:07:01.706Z Compiling pin-project-lite v0.2.14
10202024-08-05T16:07:01.846Z Compiling signal-hook-registry v1.4.2
10212024-08-05T16:07:01.984Z Compiling spin v0.9.8
10222024-08-05T16:07:02.019Z Compiling parking_lot v0.12.2
10232024-08-05T16:07:02.128Z Compiling mio v0.8.11
10242024-08-05T16:07:02.301Z Compiling serde_json v1.0.122
10252024-08-05T16:07:02.373Z Compiling libm v0.2.8
10262024-08-05T16:07:02.651Z Compiling ahash v0.8.11
10272024-08-05T16:07:02.671Z Compiling num-traits v0.2.19
10282024-08-05T16:07:02.750Z Compiling futures-core v0.3.30
10292024-08-05T16:07:02.929Z Compiling tinyvec_macros v0.1.1
10302024-08-05T16:07:03.013Z Compiling tinyvec v1.6.0
10312024-08-05T16:07:03.046Z Compiling num_cpus v1.16.0
10322024-08-05T16:07:03.171Z Compiling socket2 v0.5.7
10332024-08-05T16:07:03.190Z Compiling const-oid v0.9.6
10342024-08-05T16:07:03.412Z Compiling subtle v2.5.0
10352024-08-05T16:07:03.860Z Compiling slab v0.4.9
10362024-08-05T16:07:04.280Z Compiling futures-sink v0.3.30
10372024-08-05T16:07:04.346Z Compiling unicode-bidi v0.3.15
10382024-08-05T16:07:04.445Z Compiling allocator-api2 v0.2.18
10392024-08-05T16:07:04.716Z Compiling unicode-normalization v0.1.23
10402024-08-05T16:07:04.845Z Compiling futures-channel v0.3.30
10412024-08-05T16:07:05.232Z Compiling pkg-config v0.3.30
10422024-08-05T16:07:05.250Z Compiling futures-io v0.3.30
10432024-08-05T16:07:05.315Z Compiling pin-utils v0.1.0
10442024-08-05T16:07:05.404Z Compiling vcpkg v0.2.15
10452024-08-05T16:07:05.420Z Compiling futures-task v0.3.30
10462024-08-05T16:07:05.577Z Compiling ring v0.17.8
10472024-08-05T16:07:05.721Z Compiling percent-encoding v2.3.1
10482024-08-05T16:07:05.895Z Compiling ppv-lite86 v0.2.17
10492024-08-05T16:07:05.944Z Compiling tracing-core v0.1.32
10502024-08-05T16:07:06.097Z Compiling rustix v0.38.34
10512024-08-05T16:07:06.392Z Compiling num-conv v0.1.0
10522024-08-05T16:07:06.705Z Compiling rand_chacha v0.3.1
10532024-08-05T16:07:06.727Z Compiling time-core v0.1.2
10542024-08-05T16:07:06.894Z Compiling powerfmt v0.2.0
10552024-08-05T16:07:06.909Z Compiling untrusted v0.9.0
10562024-08-05T16:07:07.003Z Compiling syn v1.0.109
10572024-08-05T16:07:07.065Z Compiling rand v0.8.5
10582024-08-05T16:07:07.280Z Compiling deranged v0.3.11
10592024-08-05T16:07:07.480Z Compiling time-macros v0.2.18
10602024-08-05T16:07:07.582Z Compiling openssl-sys v0.9.103
10612024-08-05T16:07:07.670Z Compiling httparse v1.8.0
10622024-08-05T16:07:07.997Z Compiling iana-time-zone v0.1.60
10632024-08-05T16:07:08.404Z Compiling base64ct v1.6.0
10642024-08-05T16:07:08.882Z Compiling openssl v0.10.66
10652024-08-05T16:07:08.921Z Compiling foreign-types-shared v0.1.1
10662024-08-05T16:07:08.970Z Compiling num_threads v0.1.7
10672024-08-05T16:07:09.018Z Compiling rustversion v1.0.17
10682024-08-05T16:07:09.074Z Compiling foreign-types v0.3.2
10692024-08-05T16:07:09.077Z Compiling pem-rfc7468 v0.7.0
10702024-08-05T16:07:09.262Z Compiling form_urlencoded v1.2.1
10712024-08-05T16:07:09.561Z Compiling native-tls v0.2.11
10722024-08-05T16:07:09.747Z Compiling try-lock v0.2.5
10732024-08-05T16:07:09.761Z Compiling rustls v0.21.12
10742024-08-05T16:07:09.850Z Compiling flagset v0.4.5
10752024-08-05T16:07:09.876Z Compiling crossbeam-utils v0.8.19
10762024-08-05T16:07:09.996Z Compiling siphasher v0.3.11
10772024-08-05T16:07:10.022Z Compiling want v0.3.1
10782024-08-05T16:07:10.448Z Compiling serde_derive_internals v0.29.1
10792024-08-05T16:07:10.486Z Compiling time v0.3.36
10802024-08-05T16:07:10.990Z Compiling idna v0.5.0
10812024-08-05T16:07:11.675Z Compiling lazy_static v1.5.0
10822024-08-05T16:07:11.784Z Compiling cookie v0.17.0
10832024-08-05T16:07:12.064Z Compiling aho-corasick v1.1.3
10842024-08-05T16:07:12.280Z Compiling finl_unicode v1.2.0
10852024-08-05T16:07:12.874Z Compiling schemars v0.8.21
10862024-08-05T16:07:12.890Z Compiling regex-syntax v0.8.3
10872024-08-05T16:07:13.237Z Compiling tower-service v0.3.2
10882024-08-05T16:07:13.355Z Compiling cpufeatures v0.2.12
10892024-08-05T16:07:13.457Z Compiling signal-hook v0.3.17
10902024-08-05T16:07:13.697Z Compiling openssl-probe v0.1.5
10912024-08-05T16:07:13.740Z Compiling slog v2.7.0
10922024-08-05T16:07:14.040Z Compiling adler v1.0.2
10932024-08-05T16:07:14.260Z Compiling httpdate v1.0.3
10942024-08-05T16:07:14.334Z Compiling miniz_oxide v0.7.2
10952024-08-05T16:07:14.779Z Compiling stringprep v0.1.4
10962024-08-05T16:07:14.890Z Compiling serde_derive v1.0.204
10972024-08-05T16:07:15.153Z Compiling zeroize_derive v1.4.2
10982024-08-05T16:07:15.842Z Compiling zerocopy-derive v0.7.34
10992024-08-05T16:07:15.859Z Compiling tokio-macros v2.3.0
11002024-08-05T16:07:16.699Z Compiling zeroize v1.7.0
11012024-08-05T16:07:17.287Z Compiling thiserror-impl v1.0.63
11022024-08-05T16:07:17.513Z Compiling futures-macro v0.3.30
11032024-08-05T16:07:18.135Z Compiling zerocopy v0.7.34
11042024-08-05T16:07:18.413Z Compiling crypto-common v0.1.6
11052024-08-05T16:07:18.503Z Compiling block-buffer v0.10.4
11062024-08-05T16:07:18.698Z Compiling scroll_derive v0.12.0
11072024-08-05T16:07:18.787Z Compiling digest v0.10.7
11082024-08-05T16:07:19.259Z Compiling tracing-attributes v0.1.27
11092024-08-05T16:07:19.576Z Compiling futures-util v0.3.30
11102024-08-05T16:07:20.201Z Compiling scroll v0.12.0
11112024-08-05T16:07:20.510Z Compiling hashbrown v0.14.5
11122024-08-05T16:07:20.625Z Compiling thiserror v1.0.63
11132024-08-05T16:07:20.751Z Compiling pest v2.7.10
11142024-08-05T16:07:20.780Z Compiling goblin v0.8.2
11152024-08-05T16:07:21.922Z Compiling hmac v0.12.1
11162024-08-05T16:07:22.171Z Compiling der_derive v0.7.2
11172024-08-05T16:07:22.570Z Compiling openssl-macros v0.1.1
11182024-08-05T16:07:23.141Z Compiling sct v0.7.1
11192024-08-05T16:07:23.195Z Compiling tracing v0.1.40
11202024-08-05T16:07:23.357Z Compiling pest_meta v2.7.10
11212024-08-05T16:07:23.442Z Compiling rustls-webpki v0.101.7
11222024-08-05T16:07:23.781Z Compiling sha2 v0.10.8
11232024-08-05T16:07:23.825Z Compiling md-5 v0.10.6
11242024-08-05T16:07:24.096Z Compiling regex-automata v0.4.6
11252024-08-05T16:07:24.835Z Compiling pest_generator v2.7.10
11262024-08-05T16:07:25.359Z Compiling der v0.7.9
11272024-08-05T16:07:26.883Z Compiling schemars_derive v0.8.21
11282024-08-05T16:07:27.378Z Compiling spki v0.7.3
11292024-08-05T16:07:27.824Z Compiling url v2.5.2
11302024-08-05T16:07:28.518Z Compiling pest_derive v2.7.10
11312024-08-05T16:07:29.331Z Compiling bytes v1.6.0
11322024-08-05T16:07:29.575Z Compiling bitflags v2.6.0
11332024-08-05T16:07:29.990Z Compiling indexmap v2.2.6
11342024-08-05T16:07:30.040Z Compiling uuid v1.10.0
11352024-08-05T16:07:30.374Z Compiling tokio v1.38.1
11362024-08-05T16:07:30.581Z Compiling http v0.2.12
11372024-08-05T16:07:31.350Z Compiling semver v1.0.23
11382024-08-05T16:07:31.549Z Compiling chrono v0.4.38
11392024-08-05T16:07:32.096Z Compiling rustc_version v0.4.0
11402024-08-05T16:07:32.873Z Compiling http-body v0.4.6
11412024-08-05T16:07:32.907Z Compiling heapless v0.7.17
11422024-08-05T16:07:33.119Z Compiling dof v0.3.0
11432024-08-05T16:07:33.358Z Compiling dtrace-parser v0.2.0
11442024-08-05T16:07:34.541Z Compiling usdt-impl v0.5.0
11452024-08-05T16:07:34.898Z Compiling serde_tokenstream v0.2.1
11462024-08-05T16:07:35.289Z Compiling toml_datetime v0.6.8
11472024-08-05T16:07:35.393Z Compiling serde_spanned v0.6.7
11482024-08-05T16:07:35.451Z Compiling num-integer v0.1.46
11492024-08-05T16:07:35.611Z Compiling idna v0.3.0
11502024-08-05T16:07:35.629Z Compiling backtrace v0.3.71
11512024-08-05T16:07:35.782Z Compiling hash32 v0.2.1
11522024-08-05T16:07:36.079Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
11532024-08-05T16:07:36.104Z Compiling fallible-iterator v0.2.0
11542024-08-05T16:07:36.180Z Compiling crc32fast v1.4.0
11552024-08-05T16:07:36.198Z Compiling stable_deref_trait v1.2.0
11562024-08-05T16:07:36.301Z Compiling psl-types v2.0.11
11572024-08-05T16:07:36.495Z Compiling dyn-clone v1.0.17
11582024-08-05T16:07:36.700Z Compiling gimli v0.28.1
11592024-08-05T16:07:36.718Z Compiling smoltcp v0.9.1
11602024-08-05T16:07:36.786Z Compiling base64 v0.22.1
11612024-08-05T16:07:37.251Z Compiling postgres-protocol v0.6.7
11622024-08-05T16:07:37.417Z Compiling publicsuffix v2.2.3
11632024-08-05T16:07:37.678Z Compiling terminal_size v0.3.0
11642024-08-05T16:07:37.921Z Compiling pkcs8 v0.10.2
11652024-08-05T16:07:38.516Z Compiling tokio-util v0.7.11
11662024-08-05T16:07:38.560Z Compiling tokio-rustls v0.24.1
11672024-08-05T16:07:38.708Z Compiling hubpack_derive v0.1.1
11682024-08-05T16:07:38.961Z Compiling block-padding v0.3.3
11692024-08-05T16:07:39.094Z Compiling zerocopy-derive v0.6.6
11702024-08-05T16:07:39.212Z Compiling async-trait v0.1.81
11712024-08-05T16:07:39.609Z Compiling h2 v0.3.26
11722024-08-05T16:07:40.459Z Compiling tokio-native-tls v0.3.1
11732024-08-05T16:07:40.981Z Compiling addr2line v0.21.0
11742024-08-05T16:07:41.629Z Compiling phf_shared v0.11.2
11752024-08-05T16:07:41.672Z Compiling diesel_table_macro_syntax v0.1.0
11762024-08-05T16:07:41.748Z Compiling ff v0.13.0
11772024-08-05T16:07:41.954Z Compiling scheduled-thread-pool v0.2.7
11782024-08-05T16:07:41.984Z Compiling fs-err v2.11.0
11792024-08-05T16:07:41.999Z Compiling object v0.32.2
11802024-08-05T16:07:42.016Z Compiling base64 v0.21.7
11812024-08-05T16:07:42.087Z Compiling ipnet v2.9.0
11822024-08-05T16:07:42.121Z Compiling anyhow v1.0.86
11832024-08-05T16:07:42.284Z Compiling regex-automata v0.1.10
11842024-08-05T16:07:42.616Z Compiling rustc-demangle v0.1.24
11852024-08-05T16:07:42.736Z Compiling winnow v0.5.40
11862024-08-05T16:07:42.757Z Compiling bitflags v1.3.2
11872024-08-05T16:07:42.791Z Compiling base16ct v0.2.0
11882024-08-05T16:07:42.853Z Compiling matches v0.1.10
11892024-08-05T16:07:42.946Z Compiling bit-vec v0.6.3
11902024-08-05T16:07:43.118Z Compiling managed v0.8.0
11912024-08-05T16:07:43.340Z Compiling either v1.12.0
11922024-08-05T16:07:43.398Z Compiling clap_builder v4.5.13
11932024-08-05T16:07:43.641Z Compiling sec1 v0.7.3
11942024-08-05T16:07:43.776Z Compiling idna v0.2.3
11952024-08-05T16:07:44.418Z Compiling bstr v0.2.17
11962024-08-05T16:07:45.437Z Compiling rustls-pemfile v1.0.4
11972024-08-05T16:07:45.823Z Compiling r2d2 v0.8.10
11982024-08-05T16:07:45.826Z Compiling diesel_derives v2.1.4
11992024-08-05T16:07:45.918Z Compiling group v0.13.0
12002024-08-05T16:07:45.936Z Compiling phf v0.11.2
12012024-08-05T16:07:46.200Z Compiling zerocopy v0.6.6
12022024-08-05T16:07:46.217Z Compiling signal-hook-mio v0.2.3
12032024-08-05T16:07:46.248Z Compiling toml_edit v0.19.15
12042024-08-05T16:07:46.367Z Compiling hubpack v0.1.2
12052024-08-05T16:07:46.632Z Compiling hyper v0.14.30
12062024-08-05T16:07:46.829Z Compiling inout v0.1.3
12072024-08-05T16:07:47.037Z Compiling ipnetwork v0.20.0
12082024-08-05T16:07:47.113Z Compiling cookie_store v0.20.0
12092024-08-05T16:07:47.970Z Compiling postgres-types v0.2.7
12102024-08-05T16:07:49.627Z Compiling usdt-attr-macro v0.5.0
12112024-08-05T16:07:49.890Z Compiling usdt-macro v0.5.0
12122024-08-05T16:07:50.314Z Compiling num-bigint v0.4.5
12132024-08-05T16:07:51.319Z Compiling regex v1.10.5
12142024-08-05T16:07:51.424Z Compiling serde_urlencoded v0.7.1
12152024-08-05T16:07:51.953Z Compiling futures-executor v0.3.30
12162024-08-05T16:07:52.150Z Compiling enum-as-inner v0.5.1
12172024-08-05T16:07:52.378Z Compiling hkdf v0.12.4
12182024-08-05T16:07:52.529Z Compiling crypto-bigint v0.5.5
12192024-08-05T16:07:52.634Z Compiling clap_derive v4.5.13
12202024-08-05T16:07:52.737Z Compiling serde_repr v0.1.19
12212024-08-05T16:07:53.193Z Compiling strum_macros v0.25.3
12222024-08-05T16:07:54.012Z Compiling hyper-tls v0.5.0
12232024-08-05T16:07:54.252Z Compiling hyper-rustls v0.24.2
12242024-08-05T16:07:54.359Z Compiling phf_shared v0.10.0
12252024-08-05T16:07:54.718Z Compiling float-cmp v0.9.0
12262024-08-05T16:07:54.776Z Compiling encoding_rs v0.8.34
12272024-08-05T16:07:54.833Z Compiling mime v0.3.17
12282024-08-05T16:07:55.445Z Compiling precomputed-hash v0.1.1
12292024-08-05T16:07:55.568Z Compiling whoami v1.5.1
12302024-08-05T16:07:56.229Z Compiling data-encoding v2.6.0
12312024-08-05T16:07:56.549Z Compiling webpki-roots v0.25.4
12322024-08-05T16:07:56.711Z Compiling minimal-lexical v0.2.1
12332024-08-05T16:07:57.242Z Compiling fixedbitset v0.4.2
12342024-08-05T16:07:57.390Z Compiling static_assertions v1.1.0
12352024-08-05T16:07:57.488Z Compiling predicates-core v1.0.6
12362024-08-05T16:07:57.696Z Compiling unicode-segmentation v1.11.0
12372024-08-05T16:07:57.699Z Compiling normalize-line-endings v0.3.0
12382024-08-05T16:07:57.824Z Compiling sync_wrapper v0.1.2
12392024-08-05T16:07:57.854Z Compiling difflib v0.4.0
12402024-08-05T16:07:57.946Z Compiling new_debug_unreachable v1.0.6
12412024-08-05T16:07:58.039Z Compiling string_cache v0.8.7
12422024-08-05T16:07:58.550Z Compiling similar v2.5.0
12432024-08-05T16:07:58.571Z Compiling predicates v3.1.2
12442024-08-05T16:07:58.592Z Compiling diesel v2.1.6
12452024-08-05T16:07:58.697Z Compiling reqwest v0.11.27
12462024-08-05T16:07:58.770Z Compiling clap v4.5.13
12472024-08-05T16:07:58.890Z Compiling petgraph v0.6.5
12482024-08-05T16:07:59.287Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
12492024-08-05T16:07:59.492Z Compiling nom v7.1.3
12502024-08-05T16:08:00.278Z Compiling trust-dns-proto v0.22.0
12512024-08-05T16:08:01.191Z Compiling console v0.15.8
12522024-08-05T16:08:01.231Z Compiling toml_edit v0.22.20
12532024-08-05T16:08:02.704Z Compiling tokio-postgres v0.7.11
12542024-08-05T16:08:02.978Z Compiling elliptic-curve v0.13.8
12552024-08-05T16:08:03.192Z Compiling usdt v0.5.0
12562024-08-05T16:08:03.731Z Compiling yasna v0.5.2
12572024-08-05T16:08:03.845Z Compiling futures v0.3.30
12582024-08-05T16:08:03.964Z Compiling flate2 v1.0.31
12592024-08-05T16:08:05.460Z Compiling toml v0.7.8
12602024-08-05T16:08:05.629Z Compiling cipher v0.4.4
12612024-08-05T16:08:05.834Z Compiling crossterm v0.27.0
12622024-08-05T16:08:07.025Z Compiling itertools v0.12.1
12632024-08-05T16:08:07.135Z Compiling itertools v0.10.5
12642024-08-05T16:08:08.241Z Compiling bit-set v0.5.3
12652024-08-05T16:08:08.571Z Compiling tokio-stream v0.1.15
12662024-08-05T16:08:08.621Z Compiling num-iter v0.1.45
12672024-08-05T16:08:08.807Z Compiling openapiv3 v2.0.0
12682024-08-05T16:08:09.555Z Compiling bstr v1.9.1
12692024-08-05T16:08:09.582Z Compiling crossbeam-epoch v0.9.18
12702024-08-05T16:08:09.600Z Compiling hex v0.4.3
12712024-08-05T16:08:09.990Z Compiling dirs-sys-next v0.1.2
12722024-08-05T16:08:10.203Z Compiling lalrpop-util v0.19.12
12732024-08-05T16:08:10.290Z Compiling peg-runtime v0.8.3
12742024-08-05T16:08:10.367Z Compiling unicode-xid v0.2.4
12752024-08-05T16:08:10.540Z Compiling dirs-next v2.0.0
12762024-08-05T16:08:10.543Z Compiling thread_local v1.1.8
12772024-08-05T16:08:10.689Z Compiling slog-async v2.8.0
12782024-08-05T16:08:10.751Z Compiling term v0.7.0
12792024-08-05T16:08:10.934Z Compiling xattr v1.3.1
12802024-08-05T16:08:11.105Z Compiling crossbeam-channel v0.5.12
12812024-08-05T16:08:11.205Z Compiling strum_macros v0.26.4
12822024-08-05T16:08:11.323Z Compiling filetime v0.2.23
12832024-08-05T16:08:11.357Z Compiling is-terminal v0.4.12
12842024-08-05T16:08:11.485Z Compiling take_mut v0.2.2
12852024-08-05T16:08:11.628Z Compiling tar v0.4.41
12862024-08-05T16:08:11.645Z Compiling slog-term v2.9.1
12872024-08-05T16:08:12.286Z Compiling camino v1.1.7
12882024-08-05T16:08:14.496Z Compiling strum v0.26.3
12892024-08-05T16:08:25.405Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
12902024-08-05T16:08:25.656Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
12912024-08-05T16:08:31.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
12922024-08-05T16:08:31.215Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12932024-08-05T16:08:31.259ZAug 05 16:08:29.806 INFO Starting download, target: Clickhouse
12942024-08-05T16:08:31.259ZAug 05 16:08:29.806 INFO Starting download, target: Console
12952024-08-05T16:08:31.259ZAug 05 16:08:29.806 INFO Starting download, target: Cockroach
12962024-08-05T16:08:31.259ZAug 05 16:08:29.806 INFO Starting download, target: DendriteOpenapi
12972024-08-05T16:08:31.259ZAug 05 16:08:29.806 INFO Starting download, target: DendriteStub
12982024-08-05T16:08:31.262ZAug 05 16:08:29.806 INFO Starting download, target: MaghemiteMgd
12992024-08-05T16:08:31.262ZAug 05 16:08:29.806 INFO Starting download, target: TransceiverControl
13002024-08-05T16:08:31.262ZAug 05 16:08:29.807 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13012024-08-05T16:08:31.262ZAug 05 16:08:29.807 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi
13022024-08-05T16:08:31.262ZAug 05 16:08:29.807 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13032024-08-05T16:08:31.262ZAug 05 16:08:29.807 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13042024-08-05T16:08:31.262ZAug 05 16:08:29.807 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13052024-08-05T16:08:31.262ZAug 05 16:08:29.807 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13062024-08-05T16:08:31.262ZAug 05 16:08:29.807 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13072024-08-05T16:08:31.442ZAug 05 16:08:29.990 INFO Download complete, target: DendriteOpenapi
13082024-08-05T16:08:31.631ZAug 05 16:08:30.171 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13092024-08-05T16:08:31.884ZAug 05 16:08:30.425 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13102024-08-05T16:08:32.036ZAug 05 16:08:30.583 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13112024-08-05T16:08:32.057ZAug 05 16:08:30.605 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13122024-08-05T16:08:32.268ZAug 05 16:08:30.815 INFO Download complete, target: Console
13132024-08-05T16:08:32.424ZAug 05 16:08:30.971 INFO Download complete, target: TransceiverControl
13142024-08-05T16:08:33.291ZAug 05 16:08:31.838 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13152024-08-05T16:08:33.291ZAug 05 16:08:31.838 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13162024-08-05T16:08:34.737ZAug 05 16:08:33.283 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13172024-08-05T16:08:35.176ZAug 05 16:08:33.723 INFO Download complete, target: DendriteStub
13182024-08-05T16:08:35.419ZAug 05 16:08:33.966 INFO Download complete, target: MaghemiteMgd
13192024-08-05T16:08:41.673ZAug 05 16:08:40.220 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13202024-08-05T16:08:42.039ZAug 05 16:08:40.585 INFO Checking that binary works, target: Cockroach
13212024-08-05T16:08:42.211ZAug 05 16:08:40.758 INFO Download complete, target: Cockroach
13222024-08-05T16:08:48.790ZAug 05 16:08:47.336 INFO Checking that binary works, target: Clickhouse
13232024-08-05T16:08:49.336ZAug 05 16:08:47.882 INFO Download complete, target: Clickhouse
13242024-08-05T16:08:49.344ZAll prerequisites installed successfully
13252024-08-05T16:08:49.347Z
13262024-08-05T16:08:49.347Zreal 4:51.881469285
13272024-08-05T16:08:49.347Zuser 11:41.862260508
13282024-08-05T16:08:49.347Zsys 2:25.998391427
13292024-08-05T16:08:49.347Ztrap 0.410064104
13302024-08-05T16:08:49.347Ztflt 10.931579940
13312024-08-05T16:08:49.347Zdflt 11.654825108
13322024-08-05T16:08:49.347Zkflt 0.273557242
13332024-08-05T16:08:49.347Zlock 23:40.683073186
13342024-08-05T16:08:49.347Zslp 48:44.423527814
13352024-08-05T16:08:49.347Zlat 37.235210663
13362024-08-05T16:08:49.347Zstop 1:36.449417366
13372024-08-05T16:08:49.347Z+ ptime -m cargo xtask download softnpu
13382024-08-05T16:08:49.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
13392024-08-05T16:08:49.898Z Running `target/debug/xtask download softnpu`
13402024-08-05T16:08:50.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
13412024-08-05T16:08:50.723Z Running `target/debug/xtask-downloader softnpu`
13422024-08-05T16:08:50.756ZAug 05 16:08:49.302 INFO Starting download, target: Softnpu
13432024-08-05T16:08:50.759ZAug 05 16:08:49.303 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
13442024-08-05T16:08:52.135ZAug 05 16:08:50.681 INFO Download complete, target: Softnpu
13452024-08-05T16:08:52.139Z
13462024-08-05T16:08:52.142Zreal 2.788733428
13472024-08-05T16:08:52.142Zuser 1.179279465
13482024-08-05T16:08:52.142Zsys 0.542738451
13492024-08-05T16:08:52.142Ztrap 0.000316629
13502024-08-05T16:08:52.142Ztflt 0.000039876
13512024-08-05T16:08:52.142Zdflt 0.000047687
13522024-08-05T16:08:52.142Zkflt 0.000000000
13532024-08-05T16:08:52.142Zlock 14.763522389
13542024-08-05T16:08:52.142Zslp 1.372648418
13552024-08-05T16:08:52.142Zlat 0.068911724
13562024-08-05T16:08:52.142Zstop 0.000399473
13572024-08-05T16:08:52.142Z+ export CARGO_INCREMENTAL=0
13582024-08-05T16:08:52.142Z+ CARGO_INCREMENTAL=0
13592024-08-05T16:08:52.142Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
13602024-08-05T16:08:53.063Z Compiling proc-macro2 v1.0.86
13612024-08-05T16:08:53.063Z Compiling unicode-ident v1.0.12
13622024-08-05T16:08:53.063Z Compiling libc v0.2.155
13632024-08-05T16:08:53.067Z Compiling serde v1.0.204
13642024-08-05T16:08:53.067Z Compiling autocfg v1.3.0
13652024-08-05T16:08:53.067Z Compiling version_check v0.9.4
13662024-08-05T16:08:53.067Z Compiling cfg-if v1.0.0
13672024-08-05T16:08:53.302Z Compiling cc v1.0.97
13682024-08-05T16:08:53.330Z Compiling memchr v2.7.2
13692024-08-05T16:08:53.859Z Compiling lock_api v0.4.12
13702024-08-05T16:08:53.893Z Compiling ahash v0.8.11
13712024-08-05T16:08:54.142Z Compiling parking_lot_core v0.9.10
13722024-08-05T16:08:54.253Z Compiling once_cell v1.19.0
13732024-08-05T16:08:54.572Z Compiling serde_json v1.0.122
13742024-08-05T16:08:54.675Z Compiling libm v0.2.8
13752024-08-05T16:08:54.920Z Compiling quote v1.0.36
13762024-08-05T16:08:55.011Z Compiling byteorder v1.5.0
13772024-08-05T16:08:55.275Z Compiling getrandom v0.2.14
13782024-08-05T16:08:55.339Z Compiling syn v2.0.72
13792024-08-05T16:08:55.490Z Compiling num-traits v0.2.19
13802024-08-05T16:08:55.609Z Compiling scopeguard v1.2.0
13812024-08-05T16:08:55.698Z Compiling thiserror v1.0.63
13822024-08-05T16:08:55.797Z Compiling typenum v1.17.0
13832024-08-05T16:08:55.812Z Compiling log v0.4.21
13842024-08-05T16:08:55.828Z Compiling itoa v1.0.11
13852024-08-05T16:08:55.918Z Compiling generic-array v0.14.7
13862024-08-05T16:08:56.275Z Compiling allocator-api2 v0.2.18
13872024-08-05T16:08:56.366Z Compiling slab v0.4.9
13882024-08-05T16:08:56.467Z Compiling ring v0.17.8
13892024-08-05T16:08:56.672Z Compiling ryu v1.0.18
13902024-08-05T16:08:56.710Z Compiling smallvec v1.13.2
13912024-08-05T16:08:56.730Z Compiling semver v1.0.23
13922024-08-05T16:08:56.862Z Compiling schemars v0.8.21
13932024-08-05T16:08:56.977Z Compiling pin-project-lite v0.2.14
13942024-08-05T16:08:57.218Z Compiling equivalent v1.0.1
13952024-08-05T16:08:57.233Z Compiling spin v0.9.8
13962024-08-05T16:08:57.328Z Compiling pkg-config v0.3.30
13972024-08-05T16:08:57.368Z Compiling vcpkg v0.2.15
13982024-08-05T16:08:57.474Z Compiling parking_lot v0.12.2
13992024-08-05T16:08:57.865Z Compiling signal-hook-registry v1.4.2
14002024-08-05T16:08:57.913Z Compiling syn v1.0.109
14012024-08-05T16:08:58.661Z Compiling mio v0.8.11
14022024-08-05T16:08:59.059Z Compiling openssl-sys v0.9.103
14032024-08-05T16:09:00.059Z Compiling rand_core v0.6.4
14042024-08-05T16:09:00.069Z Compiling num_cpus v1.16.0
14052024-08-05T16:09:00.191Z Compiling socket2 v0.5.7
14062024-08-05T16:09:00.438Z Compiling num-conv v0.1.0
14072024-08-05T16:09:00.463Z Compiling time-core v0.1.2
14082024-08-05T16:09:00.746Z Compiling time-macros v0.2.18
14092024-08-05T16:09:00.797Z Compiling heck v0.5.0
14102024-08-05T16:09:00.936Z Compiling httparse v1.8.0
14112024-08-05T16:09:01.340Z Compiling futures-core v0.3.30
14122024-08-05T16:09:01.775Z Compiling openssl v0.10.66
14132024-08-05T16:09:01.795Z Compiling fnv v1.0.7
14142024-08-05T16:09:01.938Z Compiling rustix v0.38.34
14152024-08-05T16:09:02.391Z Compiling crossbeam-utils v0.8.19
14162024-08-05T16:09:02.451Z Compiling iana-time-zone v0.1.60
14172024-08-05T16:09:02.932Z Compiling serde_derive_internals v0.29.1
14182024-08-05T16:09:03.016Z Compiling native-tls v0.2.11
14192024-08-05T16:09:03.124Z Compiling rustls v0.21.12
14202024-08-05T16:09:03.350Z Compiling tinyvec_macros v0.1.1
14212024-08-05T16:09:03.436Z Compiling tinyvec v1.6.0
14222024-08-05T16:09:03.928Z Compiling ucd-trie v0.1.6
14232024-08-05T16:09:04.015Z Compiling const-oid v0.9.6
14242024-08-05T16:09:04.302Z Compiling subtle v2.5.0
14252024-08-05T16:09:04.428Z Compiling futures-sink v0.3.30
14262024-08-05T16:09:04.870Z Compiling unicode-normalization v0.1.23
14272024-08-05T16:09:04.887Z Compiling backtrace v0.3.71
14282024-08-05T16:09:05.165Z Compiling cookie v0.17.0
14292024-08-05T16:09:05.316Z Compiling unicode-bidi v0.3.15
14302024-08-05T16:09:05.875Z Compiling slog v2.7.0
14312024-08-05T16:09:05.892Z Compiling dyn-clone v1.0.17
14322024-08-05T16:09:06.072Z Compiling futures-channel v0.3.30
14332024-08-05T16:09:06.351Z Compiling pin-utils v0.1.0
14342024-08-05T16:09:06.437Z Compiling futures-task v0.3.30
14352024-08-05T16:09:06.453Z Compiling futures-io v0.3.30
14362024-08-05T16:09:06.812Z Compiling aho-corasick v1.1.3
14372024-08-05T16:09:07.146Z Compiling untrusted v0.9.0
14382024-08-05T16:09:07.205Z Compiling winnow v0.5.40
14392024-08-05T16:09:07.332Z Compiling regex-syntax v0.8.3
14402024-08-05T16:09:07.894Z Compiling anyhow v1.0.86
14412024-08-05T16:09:08.198Z Compiling serde_derive v1.0.204
14422024-08-05T16:09:08.438Z Compiling zerocopy-derive v0.7.34
14432024-08-05T16:09:09.476Z Compiling zeroize_derive v1.4.2
14442024-08-05T16:09:10.385Z Compiling thiserror-impl v1.0.63
14452024-08-05T16:09:10.864Z Compiling zerocopy v0.7.34
14462024-08-05T16:09:11.128Z Compiling tokio-macros v2.3.0
14472024-08-05T16:09:11.175Z Compiling futures-macro v0.3.30
14482024-08-05T16:09:12.095Z Compiling schemars_derive v0.8.21
14492024-08-05T16:09:12.987Z Compiling tracing-attributes v0.1.27
14502024-08-05T16:09:13.074Z Compiling hashbrown v0.14.5
14512024-08-05T16:09:13.114Z Compiling zeroize v1.7.0
14522024-08-05T16:09:13.609Z Compiling openssl-macros v0.1.1
14532024-08-05T16:09:14.363Z Compiling scroll_derive v0.12.0
14542024-08-05T16:09:14.447Z Compiling pest v2.7.10
14552024-08-05T16:09:14.833Z Compiling crypto-common v0.1.6
14562024-08-05T16:09:15.124Z Compiling futures-util v0.3.30
14572024-08-05T16:09:15.127Z Compiling der_derive v0.7.2
14582024-08-05T16:09:16.570Z Compiling block-buffer v0.10.4
14592024-08-05T16:09:17.265Z Compiling pest_meta v2.7.10
14602024-08-05T16:09:17.313Z Compiling regex-automata v0.4.6
14612024-08-05T16:09:17.457Z Compiling tracing-core v0.1.32
14622024-08-05T16:09:19.874Z Compiling pest_generator v2.7.10
14632024-08-05T16:09:21.368Z Compiling usdt-impl v0.5.0
14642024-08-05T16:09:21.682Z Compiling pest_derive v2.7.10
14652024-08-05T16:09:21.731Z Compiling powerfmt v0.2.0
14662024-08-05T16:09:21.882Z Compiling rustversion v1.0.17
14672024-08-05T16:09:22.209Z Compiling bytes v1.6.0
14682024-08-05T16:09:22.496Z Compiling indexmap v2.2.6
14692024-08-05T16:09:23.389Z Compiling tokio v1.38.1
14702024-08-05T16:09:23.462Z Compiling bitflags v2.6.0
14712024-08-05T16:09:23.969Z Compiling uuid v1.10.0
14722024-08-05T16:09:24.052Z Compiling chrono v0.4.38
14732024-08-05T16:09:24.746Z Compiling serde_tokenstream v0.2.1
14742024-08-05T16:09:25.686Z Compiling serde_spanned v0.6.7
14752024-08-05T16:09:25.908Z Compiling toml_datetime v0.6.8
14762024-08-05T16:09:26.341Z Compiling http v0.2.12
14772024-08-05T16:09:28.352Z Compiling toml_edit v0.19.15
14782024-08-05T16:09:28.780Z Compiling rustc_version v0.4.0
14792024-08-05T16:09:29.227Z Compiling deranged v0.3.11
14802024-08-05T16:09:29.416Z Compiling heapless v0.7.17
14812024-08-05T16:09:29.867Z Compiling tracing v0.1.40
14822024-08-05T16:09:30.489Z Compiling digest v0.10.7
14832024-08-05T16:09:30.729Z Compiling scroll v0.12.0
14842024-08-05T16:09:31.286Z Compiling signal-hook v0.3.17
14852024-08-05T16:09:31.530Z Compiling plain v0.2.3
14862024-08-05T16:09:31.576Z Compiling percent-encoding v2.3.1
14872024-08-05T16:09:31.687Z Compiling num_threads v0.1.7
14882024-08-05T16:09:31.810Z Compiling ppv-lite86 v0.2.17
14892024-08-05T16:09:32.610Z Compiling heck v0.4.1
14902024-08-05T16:09:32.688Z Compiling rand_chacha v0.3.1
14912024-08-05T16:09:32.846Z Compiling time v0.3.36
14922024-08-05T16:09:33.030Z Compiling goblin v0.8.2
14932024-08-05T16:09:34.902Z Compiling regex v1.10.5
14942024-08-05T16:09:35.905Z Compiling crc32fast v1.4.0
14952024-08-05T16:09:36.570Z Compiling strsim v0.11.1
14962024-08-05T16:09:36.848Z Compiling pretty-hex v0.4.1
14972024-08-05T16:09:37.859Z Compiling tokio-util v0.7.11
14982024-08-05T16:09:38.229Z Compiling rand v0.8.5
14992024-08-05T16:09:38.835Z Compiling dtrace-parser v0.2.0
15002024-08-05T16:09:39.113Z Compiling dof v0.3.0
15012024-08-05T16:09:40.257Z Compiling async-trait v0.1.81
15022024-08-05T16:09:40.490Z Compiling thread-id v4.2.1
15032024-08-05T16:09:40.607Z Compiling unicode-width v0.1.13
15042024-08-05T16:09:40.725Z Compiling base64ct v1.6.0
15052024-08-05T16:09:40.833Z Compiling smoltcp v0.9.1
15062024-08-05T16:09:40.876Z Compiling foreign-types-shared v0.1.1
15072024-08-05T16:09:40.942Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
15082024-08-05T16:09:41.373Z Compiling pem-rfc7468 v0.7.0
15092024-08-05T16:09:41.468Z Compiling foreign-types v0.3.2
15102024-08-05T16:09:42.992Z Compiling form_urlencoded v1.2.1
15112024-08-05T16:09:43.314Z Compiling hmac v0.12.1
15122024-08-05T16:09:43.484Z Compiling errno v0.3.9
15132024-08-05T16:09:43.526Z Compiling flagset v0.4.5
15142024-08-05T16:09:43.654Z Compiling try-lock v0.2.5
15152024-08-05T16:09:43.729Z Compiling adler v1.0.2
15162024-08-05T16:09:43.820Z Compiling siphasher v0.3.11
15172024-08-05T16:09:44.160Z Compiling want v0.3.1
15182024-08-05T16:09:44.175Z Compiling miniz_oxide v0.7.2
15192024-08-05T16:09:44.478Z Compiling der v0.7.9
15202024-08-05T16:09:46.341Z Compiling h2 v0.3.26
15212024-08-05T16:09:47.417Z Compiling sct v0.7.1
15222024-08-05T16:09:47.621Z Compiling rustls-webpki v0.101.7
15232024-08-05T16:09:48.045Z Compiling http-body v0.4.6
15242024-08-05T16:09:49.184Z Compiling openapiv3 v2.0.0
15252024-08-05T16:09:49.302Z Compiling hubpack_derive v0.1.1
15262024-08-05T16:09:49.452Z Compiling zerocopy-derive v0.6.6
15272024-08-05T16:09:50.112Z Compiling idna v0.5.0
15282024-08-05T16:09:50.318Z Compiling lazy_static v1.5.0
15292024-08-05T16:09:50.443Z Compiling fs-err v2.11.0
15302024-08-05T16:09:50.655Z Compiling openssl-probe v0.1.5
15312024-08-05T16:09:50.767Z Compiling anstyle v1.0.8
15322024-08-05T16:09:50.973Z Compiling tower-service v0.3.2
15332024-08-05T16:09:51.247Z Compiling finl_unicode v1.2.0
15342024-08-05T16:09:51.325Z Compiling utf8parse v0.2.1
15352024-08-05T16:09:51.470Z Compiling stable_deref_trait v1.2.0
15362024-08-05T16:09:51.494Z Compiling gimli v0.28.1
15372024-08-05T16:09:51.712Z Compiling httpdate v1.0.3
15382024-08-05T16:09:51.887Z Compiling cpufeatures v0.2.12
15392024-08-05T16:09:52.138Z Compiling sha2 v0.10.8
15402024-08-05T16:09:52.909Z Compiling stringprep v0.1.4
15412024-08-05T16:09:52.938Z Compiling anstyle-parse v0.2.4
15422024-08-05T16:09:53.259Z Compiling url v2.5.2
15432024-08-05T16:09:54.474Z Compiling hyper v0.14.30
15442024-08-05T16:09:56.393Z Compiling addr2line v0.21.0
15452024-08-05T16:09:57.412Z Compiling spki v0.7.3
15462024-08-05T16:09:57.769Z Compiling usdt-macro v0.5.0
15472024-08-05T16:09:58.259Z Compiling usdt-attr-macro v0.5.0
15482024-08-05T16:09:59.196Z Compiling md-5 v0.10.6
15492024-08-05T16:10:02.560Z Compiling idna v0.3.0
15502024-08-05T16:10:03.197Z Compiling diesel_table_macro_syntax v0.1.0
15512024-08-05T16:10:03.570Z Compiling num-integer v0.1.46
15522024-08-05T16:10:04.065Z Compiling hash32 v0.2.1
15532024-08-05T16:10:04.166Z Compiling object v0.32.2
15542024-08-05T16:10:04.257Z Compiling psl-types v2.0.11
15552024-08-05T16:10:04.441Z Compiling fallible-iterator v0.2.0
15562024-08-05T16:10:04.464Z Compiling rustc-demangle v0.1.24
15572024-08-05T16:10:07.413Z Compiling anstyle-query v1.0.3
15582024-08-05T16:10:07.560Z Compiling colorchoice v1.0.1
15592024-08-05T16:10:07.753Z Compiling is_terminal_polyfill v1.70.0
15602024-08-05T16:10:07.889Z Compiling base64 v0.22.1
15612024-08-05T16:10:08.593Z Compiling postgres-protocol v0.6.7
15622024-08-05T16:10:09.958Z Compiling anstream v0.6.14
15632024-08-05T16:10:11.869Z Compiling publicsuffix v2.2.3
15642024-08-05T16:10:12.670Z Compiling diesel_derives v2.1.4
15652024-08-05T16:10:19.102Z Compiling tokio-rustls v0.24.1
15662024-08-05T16:10:19.183Z Compiling pkcs8 v0.10.2
15672024-08-05T16:10:19.532Z Compiling terminal_size v0.3.0
15682024-08-05T16:10:19.695Z Compiling tokio-native-tls v0.3.1
15692024-08-05T16:10:19.975Z Compiling phf_shared v0.11.2
15702024-08-05T16:10:20.495Z Compiling strum_macros v0.25.3
15712024-08-05T16:10:21.572Z Compiling enum-as-inner v0.5.1
15722024-08-05T16:10:21.864Z Compiling block-padding v0.3.3
15732024-08-05T16:10:22.114Z Compiling regress v0.9.1
15742024-08-05T16:10:22.437Z Compiling clap_derive v4.5.13
15752024-08-05T16:10:22.596Z Compiling serde_repr v0.1.19
15762024-08-05T16:10:23.830Z Compiling ff v0.13.0
15772024-08-05T16:10:24.088Z Compiling scheduled-thread-pool v0.2.7
15782024-08-05T16:10:24.599Z Compiling encoding_rs v0.8.34
15792024-08-05T16:10:26.944Z Compiling base16ct v0.2.0
15802024-08-05T16:10:27.025Z Compiling ipnet v2.9.0
15812024-08-05T16:10:27.068Z Compiling either v1.12.0
15822024-08-05T16:10:27.231Z Compiling bit-vec v0.6.3
15832024-08-05T16:10:27.468Z Compiling matches v0.1.10
15842024-08-05T16:10:27.568Z Compiling bitflags v1.3.2
15852024-08-05T16:10:27.684Z Compiling mime v0.3.17
15862024-08-05T16:10:27.995Z Compiling regex-automata v0.1.10
15872024-08-05T16:10:28.736Z Compiling managed v0.8.0
15882024-08-05T16:10:29.007Z Compiling clap_lex v0.7.0
15892024-08-05T16:10:29.185Z Compiling base64 v0.21.7
15902024-08-05T16:10:29.458Z Compiling clap_builder v4.5.13
15912024-08-05T16:10:29.878Z Compiling rustls-pemfile v1.0.4
15922024-08-05T16:10:30.573Z Compiling bstr v0.2.17
15932024-08-05T16:10:31.394Z Compiling idna v0.2.3
15942024-08-05T16:10:31.968Z Compiling sec1 v0.7.3
15952024-08-05T16:10:32.519Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
15962024-08-05T16:10:32.782Z Compiling r2d2 v0.8.10
15972024-08-05T16:10:34.145Z Compiling group v0.13.0
15982024-08-05T16:10:35.474Z Compiling inout v0.1.3
15992024-08-05T16:10:36.053Z Compiling phf v0.11.2
16002024-08-05T16:10:36.236Z Compiling hyper-tls v0.5.0
16012024-08-05T16:10:36.360Z Compiling hyper-rustls v0.24.2
16022024-08-05T16:10:36.583Z Compiling signal-hook-mio v0.2.3
16032024-08-05T16:10:36.718Z Compiling cookie_store v0.20.0
16042024-08-05T16:10:37.069Z Compiling postgres-types v0.2.7
16052024-08-05T16:10:37.152Z Compiling num-bigint v0.4.5
16062024-08-05T16:10:37.203Z Compiling zerocopy v0.6.6
16072024-08-05T16:10:38.065Z Compiling hubpack v0.1.2
16082024-08-05T16:10:38.231Z Compiling phf_shared v0.10.0
16092024-08-05T16:10:38.418Z Compiling hkdf v0.12.4
16102024-08-05T16:10:38.499Z Compiling crossbeam-epoch v0.9.18
16112024-08-05T16:10:38.601Z Compiling serde_urlencoded v0.7.1
16122024-08-05T16:10:39.185Z Compiling ipnetwork v0.20.0
16132024-08-05T16:10:39.676Z Compiling futures-executor v0.3.30
16142024-08-05T16:10:40.239Z Compiling crypto-bigint v0.5.5
16152024-08-05T16:10:40.734Z Compiling float-cmp v0.9.0
16162024-08-05T16:10:40.786Z Compiling memmap v0.7.0
16172024-08-05T16:10:40.941Z Compiling data-encoding v2.6.0
16182024-08-05T16:10:41.094Z Compiling normalize-line-endings v0.3.0
16192024-08-05T16:10:42.582Z Compiling unicode-segmentation v1.11.0
16202024-08-05T16:10:43.308Z Compiling whoami v1.5.1
16212024-08-05T16:10:43.812Z Compiling precomputed-hash v0.1.1
16222024-08-05T16:10:43.874Z Compiling winnow v0.6.18
16232024-08-05T16:10:43.919Z Compiling predicates-core v1.0.6
16242024-08-05T16:10:43.936Z Compiling static_assertions v1.1.0
16252024-08-05T16:10:44.088Z Compiling sync_wrapper v0.1.2
16262024-08-05T16:10:44.220Z Compiling fixedbitset v0.4.2
16272024-08-05T16:10:44.236Z Compiling new_debug_unreachable v1.0.6
16282024-08-05T16:10:44.331Z Compiling webpki-roots v0.25.4
16292024-08-05T16:10:44.376Z Compiling minimal-lexical v0.2.1
16302024-08-05T16:10:44.412Z Compiling difflib v0.4.0
16312024-08-05T16:10:44.876Z Compiling reqwest v0.11.27
16322024-08-05T16:10:45.031Z Compiling predicates v3.1.2
16332024-08-05T16:10:45.178Z Compiling nom v7.1.3
16342024-08-05T16:10:45.354Z Compiling petgraph v0.6.5
16352024-08-05T16:10:45.670Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16362024-08-05T16:10:46.537Z Compiling string_cache v0.8.7
16372024-08-05T16:10:46.995Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
16382024-08-05T16:10:47.712Z Compiling toml_edit v0.22.20
16392024-08-05T16:10:49.478Z Compiling tokio-postgres v0.7.11
16402024-08-05T16:10:49.495Z Compiling similar v2.5.0
16412024-08-05T16:10:50.368Z Compiling elliptic-curve v0.13.8
16422024-08-05T16:10:51.120Z Compiling trust-dns-proto v0.22.0
16432024-08-05T16:10:51.138Z Compiling usdt v0.5.0
16442024-08-05T16:10:52.293Z Compiling futures v0.3.30
16452024-08-05T16:10:52.348Z Compiling yasna v0.5.2
16462024-08-05T16:10:52.408Z Compiling diesel v2.1.6
16472024-08-05T16:10:53.908Z Compiling crossterm v0.27.0
16482024-08-05T16:10:53.942Z Compiling flate2 v1.0.31
16492024-08-05T16:10:54.048Z Compiling cipher v0.4.4
16502024-08-05T16:10:54.845Z Compiling clap v4.5.13
16512024-08-05T16:10:54.979Z Compiling bit-set v0.5.3
16522024-08-05T16:10:54.982Z Compiling itertools v0.12.1
16532024-08-05T16:10:55.257Z Compiling itertools v0.10.5
16542024-08-05T16:10:55.996Z Compiling num-iter v0.1.45
16552024-08-05T16:10:56.189Z Compiling console v0.15.8
16562024-08-05T16:10:57.430Z Compiling tokio-stream v0.1.15
16572024-08-05T16:10:57.488Z Compiling toml v0.7.8
16582024-08-05T16:10:58.121Z Compiling bstr v1.9.1
16592024-08-05T16:10:58.139Z Compiling hex v0.4.3
16602024-08-05T16:10:58.362Z Compiling peg-runtime v0.8.3
16612024-08-05T16:10:58.635Z Compiling camino v1.1.7
16622024-08-05T16:10:58.992Z Compiling lalrpop-util v0.19.12
16632024-08-05T16:10:59.151Z Compiling unicode-xid v0.2.4
16642024-08-05T16:10:59.635Z Compiling proc-macro-crate v1.3.1
16652024-08-05T16:11:00.705Z Compiling heapless v0.8.0
16662024-08-05T16:11:03.155Z Compiling num_enum_derive v0.5.11
16672024-08-05T16:11:08.484Z Compiling hash32 v0.3.1
16682024-08-05T16:11:08.865Z Compiling ident_case v1.0.1
16692024-08-05T16:11:09.050Z Compiling smoltcp v0.11.0
16702024-08-05T16:11:09.268Z Compiling rustls-pki-types v1.7.0
16712024-08-05T16:11:09.672Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16722024-08-05T16:11:15.960Z Compiling darling_core v0.20.9
16732024-08-05T16:11:24.872Z Compiling num_enum v0.5.11
16742024-08-05T16:11:25.563Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
16752024-08-05T16:11:25.925Z Compiling getopts v0.2.21
16762024-08-05T16:11:26.930Z Compiling dirs-sys-next v0.1.2
16772024-08-05T16:11:27.428Z Compiling proc-macro-error-attr v1.0.4
16782024-08-05T16:11:27.750Z Compiling paste v1.0.15
16792024-08-05T16:11:28.000Z Compiling unsafe-libyaml v0.2.11
16802024-08-05T16:11:28.760Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16812024-08-05T16:11:28.797Z Compiling embedded-io v0.4.0
16822024-08-05T16:11:29.065Z Compiling rustls v0.22.4
16832024-08-05T16:11:29.535Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
16842024-08-05T16:11:29.834Z Compiling cobs v0.2.3
16852024-08-05T16:11:30.108Z Compiling postcard v1.0.8
16862024-08-05T16:11:30.533Z Compiling serde_yaml v0.9.34+deprecated
16872024-08-05T16:11:34.319Z Compiling dirs-next v2.0.0
16882024-08-05T16:11:35.366Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
16892024-08-05T16:11:36.523Z Compiling darling_macro v0.20.9
16902024-08-05T16:11:38.266Z Compiling rustls-webpki v0.102.4
16912024-08-05T16:11:44.611Z Compiling strum_macros v0.26.4
16922024-08-05T16:11:46.198Z Compiling structmeta-derive v0.3.0
16932024-08-05T16:11:46.361Z Compiling foreign-types-macros v0.2.3
16942024-08-05T16:11:47.588Z Compiling thread_local v1.1.8
16952024-08-05T16:11:47.672Z Compiling proc-macro-error v1.0.4
16962024-08-05T16:11:48.001Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
16972024-08-05T16:11:48.295Z Compiling multer v3.1.0
16982024-08-05T16:11:48.867Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
16992024-08-05T16:11:50.121Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17002024-08-05T16:11:50.398Z Compiling match_cfg v0.1.0
17012024-08-05T16:11:50.500Z Compiling slog-async v2.8.0
17022024-08-05T16:11:50.983Z Compiling foreign-types-shared v0.3.1
17032024-08-05T16:11:51.110Z Compiling foreign-types v0.5.0
17042024-08-05T16:11:51.221Z Compiling hostname v0.3.1
17052024-08-05T16:11:51.480Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17062024-08-05T16:11:57.092Z Compiling strum v0.26.3
17072024-08-05T16:11:57.287Z Compiling structmeta v0.3.0
17082024-08-05T16:11:59.677Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17092024-08-05T16:12:00.692Z Compiling darling v0.20.9
17102024-08-05T16:12:09.427Z Compiling term v0.7.0
17112024-08-05T16:12:12.448Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17122024-08-05T16:12:14.778Z Compiling slog-json v2.6.1
17132024-08-05T16:12:15.244Z Compiling tabwriter v1.4.0
17142024-08-05T16:12:15.719Z Compiling crossbeam-channel v0.5.12
17152024-08-05T16:12:16.418Z Compiling http v1.1.0
17162024-08-05T16:12:17.284Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17172024-08-05T16:12:17.333Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17182024-08-05T16:12:17.511Z Compiling async-stream-impl v0.3.5
17192024-08-05T16:12:17.649Z Compiling is-terminal v0.4.12
17202024-08-05T16:12:17.776Z Compiling cstr-argument v0.1.2
17212024-08-05T16:12:18.039Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17222024-08-05T16:12:18.179Z Compiling rayon-core v1.12.1
17232024-08-05T16:12:18.368Z Compiling atomic-waker v1.1.2
17242024-08-05T16:12:18.493Z Compiling take_mut v0.2.2
17252024-08-05T16:12:18.562Z Compiling pretty-hex v0.2.1
17262024-08-05T16:12:18.660Z Compiling crucible-workspace-hack v0.1.0
17272024-08-05T16:12:18.741Z Compiling fastrand v2.1.0
17282024-08-05T16:12:18.790Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
17292024-08-05T16:12:18.983Z Compiling async-stream v0.3.5
17302024-08-05T16:12:19.121Z Compiling tempfile v3.10.1
17312024-08-05T16:12:19.292Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17322024-08-05T16:12:19.570Z Compiling waitgroup v0.1.2
17332024-08-05T16:12:20.251Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17342024-08-05T16:12:20.747Z Compiling slog-term v2.9.1
17352024-08-05T16:12:21.150Z Compiling slog-bunyan v2.5.0
17362024-08-05T16:12:21.172Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
17372024-08-05T16:12:21.513Z Compiling tokio-rustls v0.25.0
17382024-08-05T16:12:21.993Z Compiling serde_with_macros v3.8.3
17392024-08-05T16:12:22.037Z Compiling parse-display-derive v0.9.1
17402024-08-05T16:12:22.309Z Compiling toml v0.8.19
17412024-08-05T16:12:22.452Z Compiling rustls-pemfile v2.1.2
17422024-08-05T16:12:23.162Z Compiling sha1 v0.10.6
17432024-08-05T16:12:23.353Z Compiling crossbeam-deque v0.8.5
17442024-08-05T16:12:23.761Z Compiling colored v2.1.0
17452024-08-05T16:12:24.036Z Compiling newtype-uuid v1.1.0
17462024-08-05T16:12:24.380Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
17472024-08-05T16:12:24.534Z Compiling serde_path_to_error v0.1.16
17482024-08-05T16:12:24.993Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17492024-08-05T16:12:25.563Z Compiling hostname v0.4.0
17502024-08-05T16:12:25.740Z Compiling socket2 v0.4.10
17512024-08-05T16:12:25.842Z Compiling instant v0.1.12
17522024-08-05T16:12:25.979Z Compiling debug-ignore v1.0.5
17532024-08-05T16:12:26.010Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
17542024-08-05T16:12:26.141Z Compiling parse-display v0.9.1
17552024-08-05T16:12:26.405Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17562024-08-05T16:12:28.018Z Compiling backoff v0.4.0
17572024-08-05T16:12:28.410Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17582024-08-05T16:12:28.624Z Compiling serde_with v3.8.3
17592024-08-05T16:12:29.198Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
17602024-08-05T16:12:29.581Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17612024-08-05T16:12:29.736Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
17622024-08-05T16:12:30.494Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
17632024-08-05T16:12:30.921Z Compiling camino-tempfile v1.1.1
17642024-08-05T16:12:31.784Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
17652024-08-05T16:12:32.285Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17662024-08-05T16:12:32.483Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
17672024-08-05T16:12:32.984Z Compiling macaddr v1.0.1
17682024-08-05T16:12:33.046Z Compiling num-derive v0.4.2
17692024-08-05T16:12:33.621Z Compiling sigpipe v0.1.3
17702024-08-05T16:12:33.759Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
17712024-08-05T16:12:34.064Z Compiling libefi-sys v0.1.0
17722024-08-05T16:12:34.442Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
17732024-08-05T16:12:35.010Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
17742024-08-05T16:12:35.312Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
17752024-08-05T16:12:35.962Z Compiling rayon v1.10.0
17762024-08-05T16:12:36.059Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
17772024-08-05T16:12:36.847Z Compiling smf v0.2.3
17782024-08-05T16:12:37.392Z Compiling bitfield-struct v0.6.1
17792024-08-05T16:12:38.419Z Compiling blake3 v1.5.1
17802024-08-05T16:12:38.788Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
17812024-08-05T16:12:39.003Z Compiling ring v0.16.20
17822024-08-05T16:12:39.164Z Compiling portable-atomic v1.6.0
17832024-08-05T16:12:39.907Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17842024-08-05T16:12:40.102Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
17852024-08-05T16:12:40.119Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
17862024-08-05T16:12:41.177Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17872024-08-05T16:12:41.696Z Compiling xattr v1.3.1
17882024-08-05T16:12:42.027Z Compiling memmap2 v0.9.4
17892024-08-05T16:12:42.367Z Compiling filetime v0.2.23
17902024-08-05T16:12:42.604Z Compiling spin v0.5.2
17912024-08-05T16:12:42.731Z Compiling arrayvec v0.7.4
17922024-08-05T16:12:42.891Z Compiling same-file v1.0.6
17932024-08-05T16:12:43.193Z Compiling arrayref v0.3.7
17942024-08-05T16:12:43.217Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17952024-08-05T16:12:43.312Z Compiling constant_time_eq v0.3.0
17962024-08-05T16:12:43.359Z Compiling untrusted v0.7.1
17972024-08-05T16:12:43.401Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
17982024-08-05T16:12:43.560Z Compiling walkdir v2.5.0
17992024-08-05T16:12:44.921Z Compiling tar v0.4.41
18002024-08-05T16:12:46.072Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
18012024-08-05T16:12:46.474Z Compiling gethostname v0.5.0
18022024-08-05T16:12:46.672Z Compiling cargo-platform v0.1.8
18032024-08-05T16:12:47.312Z Compiling number_prefix v0.4.0
18042024-08-05T16:12:47.576Z Compiling topological-sort v0.2.2
18052024-08-05T16:12:47.820Z Compiling indicatif v0.17.8
18062024-08-05T16:12:47.852Z Compiling cargo_metadata v0.18.1
18072024-08-05T16:12:48.678Z Compiling omicron-zone-package v0.11.0
18082024-08-05T16:12:55.810Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
18092024-08-05T16:12:57.592Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
18102024-08-05T16:13:00.714Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
18112024-08-05T16:13:17.206Z Finished `release` profile [optimized] target(s) in 4m 24s
18122024-08-05T16:13:17.339Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
18132024-08-05T16:13:17.382ZLogging to: /work/oxidecomputer/omicron/out/LOG
18142024-08-05T16:13:17.384ZCreated new build target 'test' and set it as active
18152024-08-05T16:13:17.385Z
18162024-08-05T16:13:17.385Zreal 4:25.222030462
18172024-08-05T16:13:17.385Zuser 30:09.404688935
18182024-08-05T16:13:17.385Zsys 3:46.607129946
18192024-08-05T16:13:17.385Ztrap 0.882900035
18202024-08-05T16:13:17.385Ztflt 2.974849928
18212024-08-05T16:13:17.385Zdflt 0.795128632
18222024-08-05T16:13:17.385Zkflt 0.007471304
18232024-08-05T16:13:17.385Zlock 1:05:58.380539629
18242024-08-05T16:13:17.385Zslp 1:55:24.409157543
18252024-08-05T16:13:17.385Zlat 2:00.812461783
18262024-08-05T16:13:17.385Zstop 3:20.873019795
18272024-08-05T16:13:17.385Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
18282024-08-05T16:13:18.298Z Finished `release` profile [optimized] target(s) in 0.86s
18292024-08-05T16:13:18.347Z Running `target/release/omicron-package -t test package`
18302024-08-05T16:13:18.386ZLogging to: /work/oxidecomputer/omicron/out/LOG
18312024-08-05T16:13:19.465Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
18322024-08-05T16:13:19.465Z Compiling camino v1.1.7
18332024-08-05T16:13:19.468Z Compiling password-hash v0.5.0
18342024-08-05T16:13:19.468Z Compiling blake2 v0.10.6
18352024-08-05T16:13:19.468Z Compiling derive-where v1.2.7
18362024-08-05T16:13:19.468Z Compiling humantime v2.1.0
18372024-08-05T16:13:19.468Z Compiling newline-converter v0.3.0
18382024-08-05T16:13:19.604Z Compiling toml v0.8.19
18392024-08-05T16:13:19.769Z Compiling expectorate v1.1.0
18402024-08-05T16:13:19.816Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18412024-08-05T16:13:19.959Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
18422024-08-05T16:13:20.252Z Compiling argon2 v0.5.3
18432024-08-05T16:13:20.460Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
18442024-08-05T16:13:20.504Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
18452024-08-05T16:13:20.674Z Compiling dirs-sys-next v0.1.2
18462024-08-05T16:13:20.738Z Compiling convert_case v0.4.0
18472024-08-05T16:13:21.178Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
18482024-08-05T16:13:21.204Z Compiling dirs-next v2.0.0
18492024-08-05T16:13:21.395Z Compiling prettyplease v0.2.20
18502024-08-05T16:13:21.513Z Compiling derive_more v0.99.18
18512024-08-05T16:13:21.697Z Compiling term v0.7.0
18522024-08-05T16:13:21.712Z Compiling semver v0.1.20
18532024-08-05T16:13:21.762Z Compiling is-terminal v0.4.12
18542024-08-05T16:13:21.914Z Compiling home v0.5.9
18552024-08-05T16:13:22.154Z Compiling rustc_version v0.1.7
18562024-08-05T16:13:22.303Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
18572024-08-05T16:13:22.575Z Compiling newtype_derive v0.1.6
18582024-08-05T16:13:22.736Z Compiling rustls-pki-types v1.7.0
18592024-08-05T16:13:22.967Z Compiling rustls v0.22.4
18602024-08-05T16:13:23.007Z Compiling thread_local v1.1.8
18612024-08-05T16:13:23.116Z Compiling steno v0.4.1
18622024-08-05T16:13:23.500Z Compiling rustls-webpki v0.102.4
18632024-08-05T16:13:23.517Z Compiling linked-hash-map v0.5.6
18642024-08-05T16:13:23.920Z Compiling match_cfg v0.1.0
18652024-08-05T16:13:24.023Z Compiling hostname v0.3.1
18662024-08-05T16:13:24.253Z Compiling lru-cache v0.1.2
18672024-08-05T16:13:25.324Z Compiling multer v3.1.0
18682024-08-05T16:13:25.352Z Compiling slog-async v2.8.0
18692024-08-05T16:13:25.397Z Compiling slog-json v2.6.1
18702024-08-05T16:13:25.423Z Compiling crossbeam-channel v0.5.12
18712024-08-05T16:13:25.740Z Compiling http v1.1.0
18722024-08-05T16:13:25.995Z Compiling atomic-waker v1.1.2
18732024-08-05T16:13:26.179Z Compiling take_mut v0.2.2
18742024-08-05T16:13:26.468Z Compiling waitgroup v0.1.2
18752024-08-05T16:13:26.671Z Compiling slog-bunyan v2.5.0
18762024-08-05T16:13:26.878Z Compiling slog-term v2.9.1
18772024-08-05T16:13:27.988Z Compiling rustls-pemfile v2.1.2
18782024-08-05T16:13:28.029Z Compiling async-stream v0.3.5
18792024-08-05T16:13:28.264Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
18802024-08-05T16:13:28.303Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
18812024-08-05T16:13:28.333Z Compiling sha1 v0.10.6
18822024-08-05T16:13:28.370Z Compiling newtype-uuid v1.1.0
18832024-08-05T16:13:28.384Z Compiling serde_path_to_error v0.1.16
18842024-08-05T16:13:28.671Z Compiling hostname v0.4.0
18852024-08-05T16:13:28.717Z Compiling instant v0.1.12
18862024-08-05T16:13:28.874Z Compiling tokio-rustls v0.25.0
18872024-08-05T16:13:28.902Z Compiling slog-dtrace v0.3.0
18882024-08-05T16:13:28.979Z Compiling debug-ignore v1.0.5
18892024-08-05T16:13:29.130Z Compiling backoff v0.4.0
18902024-08-05T16:13:29.287Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
18912024-08-05T16:13:29.302Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
18922024-08-05T16:13:29.479Z Compiling parse-display v0.9.1
18932024-08-05T16:13:29.616Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
18942024-08-05T16:13:29.802Z Compiling serde_with v3.8.3
18952024-08-05T16:13:29.984Z Compiling strum v0.26.3
18962024-08-05T16:13:30.175Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
18972024-08-05T16:13:31.295Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
18982024-08-05T16:13:31.988Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
18992024-08-05T16:13:32.163Z Compiling num-rational v0.4.2
19002024-08-05T16:13:33.322Z Compiling num-complex v0.4.6
19012024-08-05T16:13:33.754Z Compiling macaddr v1.0.1
19022024-08-05T16:13:33.849Z Compiling swrite v0.1.0
19032024-08-05T16:13:34.411Z Compiling num v0.4.3
19042024-08-05T16:13:34.532Z Compiling float-ord v0.3.2
19052024-08-05T16:13:34.703Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19062024-08-05T16:13:35.620Z Compiling quick-error v1.2.3
19072024-08-05T16:13:35.791Z Compiling resolv-conf v0.7.0
19082024-08-05T16:13:36.821Z Compiling trust-dns-resolver v0.22.0
19092024-08-05T16:13:36.824Z Compiling rayon-core v1.12.1
19102024-08-05T16:13:36.865Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
19112024-08-05T16:13:37.090Z Compiling crossbeam-deque v0.8.5
19122024-08-05T16:13:37.355Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
19132024-08-05T16:13:37.453Z Compiling termcolor v1.4.1
19142024-08-05T16:13:38.545Z Compiling fastrand v2.1.0
19152024-08-05T16:13:39.049Z Compiling same-file v1.0.6
19162024-08-05T16:13:39.286Z Compiling display-error-chain v0.2.0
19172024-08-05T16:13:39.473Z Compiling walkdir v2.5.0
19182024-08-05T16:13:40.128Z Compiling tempfile v3.10.1
19192024-08-05T16:13:42.465Z Compiling half v2.4.1
19202024-08-05T16:13:42.851Z Compiling ciborium-io v0.2.2
19212024-08-05T16:13:42.997Z Compiling utf-8 v0.7.6
19222024-08-05T16:13:43.190Z Compiling ciborium-ll v0.2.2
19232024-08-05T16:13:43.355Z Compiling blake3 v1.5.1
19242024-08-05T16:13:43.680Z Compiling ring v0.16.20
19252024-08-05T16:13:43.750Z Compiling rayon v1.10.0
19262024-08-05T16:13:45.096Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
19272024-08-05T16:13:48.510Z Compiling xattr v1.3.1
19282024-08-05T16:13:48.789Z Compiling nibble_vec v0.1.0
19292024-08-05T16:13:49.028Z Compiling filetime v0.2.23
19302024-08-05T16:13:49.327Z Compiling memmap2 v0.9.4
19312024-08-05T16:13:49.759Z Compiling spin v0.5.2
19322024-08-05T16:13:49.839Z Compiling cancel-safe-futures v0.1.5
19332024-08-05T16:13:50.010Z Compiling constant_time_eq v0.3.0
19342024-08-05T16:13:50.170Z Compiling arrayvec v0.7.4
19352024-08-05T16:13:50.193Z Compiling arrayref v0.3.7
19362024-08-05T16:13:50.319Z Compiling endian-type v0.1.2
19372024-08-05T16:13:50.553Z Compiling untrusted v0.7.1
19382024-08-05T16:13:51.695Z Compiling radix_trie v0.2.1
19392024-08-05T16:13:52.674Z Compiling tar v0.4.41
19402024-08-05T16:13:54.019Z Compiling ciborium v0.2.2
19412024-08-05T16:13:54.498Z Compiling camino-tempfile v1.1.1
19422024-08-05T16:13:54.937Z Compiling toolchain_find v0.4.0
19432024-08-05T16:13:55.504Z Compiling glob v0.3.1
19442024-08-05T16:13:57.182Z Compiling radium v0.7.0
19452024-08-05T16:13:57.185Z Compiling topological-sort v0.2.2
19462024-08-05T16:13:57.185Z Compiling maplit v1.0.2
19472024-08-05T16:13:57.185Z Compiling crunchy v0.2.2
19482024-08-05T16:13:57.185Z Compiling omicron-zone-package v0.11.0
19492024-08-05T16:13:57.185Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
19502024-08-05T16:13:57.185Z Compiling clang-sys v1.7.0
19512024-08-05T16:13:57.791Z Compiling rustfmt-wrapper v0.2.1
19522024-08-05T16:13:58.359Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
19532024-08-05T16:13:58.405Z Compiling tiny-keccak v2.0.2
19542024-08-05T16:13:58.566Z Compiling maybe-uninit v2.0.0
19552024-08-05T16:13:58.712Z Compiling tap v1.0.1
19562024-08-05T16:13:58.912Z Compiling wyz v0.5.1
19572024-08-05T16:13:59.375Z Compiling bzip2-sys v0.1.11+1.0.8
19582024-08-05T16:13:59.807Z Compiling crc-catalog v2.4.0
19592024-08-05T16:13:59.857Z Compiling num-bigint-dig v0.8.4
19602024-08-05T16:13:59.969Z Compiling arc-swap v1.7.1
19612024-08-05T16:14:00.186Z Compiling funty v2.0.0
19622024-08-05T16:14:00.664Z Compiling packed_struct v0.10.1
19632024-08-05T16:14:01.113Z Compiling slog-scope v4.4.0
19642024-08-05T16:14:01.230Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
19652024-08-05T16:14:01.678Z Compiling bitvec v1.0.1
19662024-08-05T16:14:01.992Z Compiling crc v3.2.1
19672024-08-05T16:14:02.009Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
19682024-08-05T16:14:04.540Z Compiling ascii-canvas v3.0.0
19692024-08-05T16:14:05.019Z Compiling packed_struct_codegen v0.10.1
19702024-08-05T16:14:06.312Z Compiling ena v0.14.3
19712024-08-05T16:14:06.729Z Compiling libloading v0.8.3
19722024-08-05T16:14:07.121Z Compiling indexmap v1.9.3
19732024-08-05T16:14:07.450Z Compiling regex-syntax v0.6.29
19742024-08-05T16:14:07.559Z Compiling diff v0.1.13
19752024-08-05T16:14:07.972Z Compiling bindgen v0.69.4
19762024-08-05T16:14:08.102Z Compiling nodrop v0.1.14
19772024-08-05T16:14:08.242Z Compiling array-init v0.0.4
19782024-08-05T16:14:12.800Z Compiling lalrpop v0.19.12
19792024-08-05T16:14:12.949Z Compiling smallvec v0.6.14
19802024-08-05T16:14:17.908Z Compiling slog-stdlog v4.1.1
19812024-08-05T16:14:18.732Z Compiling tungstenite v0.21.0
19822024-08-05T16:14:18.856Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
19832024-08-05T16:14:20.000Z Compiling which v4.4.2
19842024-08-05T16:14:20.161Z Compiling pkcs1 v0.7.5
19852024-08-05T16:14:20.545Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
19862024-08-05T16:14:20.773Z Compiling signature v2.2.0
19872024-08-05T16:14:21.068Z Compiling cexpr v0.6.0
19882024-08-05T16:14:22.683Z Compiling libsw v3.3.1
19892024-08-05T16:14:23.033Z Compiling atty v0.2.14
19902024-08-05T16:14:23.193Z Compiling lazycell v1.3.0
19912024-08-05T16:14:23.381Z Compiling linear-map v1.2.0
19922024-08-05T16:14:23.484Z Compiling bitfield v0.14.0
19932024-08-05T16:14:23.818Z Compiling ref-cast v1.0.23
19942024-08-05T16:14:23.833Z Compiling shlex v1.3.0
19952024-08-05T16:14:23.858Z Compiling rustc-hash v1.1.0
19962024-08-05T16:14:24.021Z Compiling hashbrown v0.12.3
19972024-08-05T16:14:24.084Z Compiling owo-colors v4.0.0
19982024-08-05T16:14:24.213Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19992024-08-05T16:14:24.348Z Compiling rsa v0.9.6
20002024-08-05T16:14:26.443Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20012024-08-05T16:14:26.969Z Compiling tokio-tungstenite v0.21.0
20022024-08-05T16:14:27.595Z Compiling slog-envlogger v2.2.0
20032024-08-05T16:14:29.754Z Compiling serde-hex v0.1.0
20042024-08-05T16:14:30.106Z Compiling bzip2 v0.4.4
20052024-08-05T16:14:30.573Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
20062024-08-05T16:14:30.902Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
20072024-08-05T16:14:33.911Z Compiling env_logger v0.10.2
20082024-08-05T16:14:35.087Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
20092024-08-05T16:14:35.415Z Compiling derive_builder_core v0.20.0
20102024-08-05T16:14:35.767Z Compiling x509-cert v0.2.5
20112024-08-05T16:14:36.839Z Compiling ron v0.8.1
20122024-08-05T16:14:37.741Z Compiling headers-core v0.2.0
20132024-08-05T16:14:37.917Z Compiling hashbrown v0.13.2
20142024-08-05T16:14:38.054Z Compiling fxhash v0.2.1
20152024-08-05T16:14:38.289Z Compiling libxml v0.3.3
20162024-08-05T16:14:38.693Z Compiling ref-cast-impl v1.0.23
20172024-08-05T16:14:39.252Z Compiling crc-any v2.5.0
20182024-08-05T16:14:39.384Z Compiling polar-core v0.27.3
20192024-08-05T16:14:39.930Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20202024-08-05T16:14:40.167Z Compiling object v0.30.4
20212024-08-05T16:14:42.952Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20222024-08-05T16:14:44.619Z Compiling samael v0.0.15
20232024-08-05T16:14:46.212Z Compiling headers v0.3.9
20242024-08-05T16:14:47.203Z Compiling derive_builder_macro v0.20.0
20252024-08-05T16:14:48.085Z Compiling zip v0.6.6
20262024-08-05T16:14:49.817Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
20272024-08-05T16:14:50.384Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
20282024-08-05T16:14:50.688Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
20292024-08-05T16:14:50.747Z Compiling strum_macros v0.24.3
20302024-08-05T16:14:52.608Z Compiling async-recursion v1.1.1
20312024-08-05T16:14:52.888Z Compiling unicase v2.7.0
20322024-08-05T16:14:53.016Z Compiling cookie v0.18.1
20332024-08-05T16:14:53.223Z Compiling path-slash v0.1.5
20342024-08-05T16:14:53.345Z Compiling indoc v1.0.9
20352024-08-05T16:14:53.477Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20362024-08-05T16:14:54.107Z Compiling derive_builder v0.20.0
20372024-08-05T16:14:57.479Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
20382024-08-05T16:14:57.805Z Compiling pem v3.0.4
20392024-08-05T16:14:58.867Z Compiling oso-derive v0.27.3
20402024-08-05T16:14:59.314Z Compiling impl-trait-for-tuples v0.2.2
20412024-08-05T16:14:59.852Z Compiling quick-xml v0.31.0
20422024-08-05T16:15:00.680Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0)
20432024-08-05T16:15:01.019Z Compiling parking_lot_core v0.8.6
20442024-08-05T16:15:01.429Z Compiling cfg_aliases v0.1.1
20452024-08-05T16:15:01.551Z Compiling nix v0.28.0
20462024-08-05T16:15:04.817Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
20472024-08-05T16:15:06.170Z Compiling oso v0.27.3
20482024-08-05T16:15:06.728Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
20492024-08-05T16:15:08.329Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
20502024-08-05T16:15:08.652Z Compiling bb8 v0.8.5
20512024-08-05T16:15:08.982Z Compiling const_format_proc_macros v0.2.32
20522024-08-05T16:15:09.256Z Compiling curve25519-dalek v4.1.3
20532024-08-05T16:15:09.707Z Compiling vte_generate_state_changes v0.1.1
20542024-08-05T16:15:10.348Z Compiling keccak v0.1.5
20552024-08-05T16:15:10.685Z Compiling buf-list v1.0.3
20562024-08-05T16:15:10.898Z Compiling const_format v0.2.32
20572024-08-05T16:15:11.326Z Compiling sha3 v0.10.8
20582024-08-05T16:15:11.374Z Compiling vte v0.11.1
20592024-08-05T16:15:12.206Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
20602024-08-05T16:15:12.881Z Compiling fd-lock v4.0.2
20612024-08-05T16:15:13.077Z Compiling universal-hash v0.5.1
20622024-08-05T16:15:13.115Z Compiling secrecy v0.8.0
20632024-08-05T16:15:13.313Z Compiling thiserror-impl-no-std v2.0.2
20642024-08-05T16:15:13.391Z Compiling curve25519-dalek-derive v0.1.1
20652024-08-05T16:15:13.479Z Compiling pin-project-internal v1.1.5
20662024-08-05T16:15:14.790Z Compiling opaque-debug v0.3.1
20672024-08-05T16:15:14.907Z Compiling bytecount v0.6.8
20682024-08-05T16:15:15.240Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
20692024-08-05T16:15:15.718Z Compiling papergrid v0.11.0
20702024-08-05T16:15:16.003Z Compiling thiserror-no-std v2.0.2
20712024-08-05T16:15:16.146Z Compiling poly1305 v0.8.0
20722024-08-05T16:15:16.308Z Compiling pin-project v1.1.5
20732024-08-05T16:15:18.063Z Compiling parking_lot v0.11.2
20742024-08-05T16:15:22.551Z Compiling strip-ansi-escapes v0.2.0
20752024-08-05T16:15:23.578Z Compiling trust-dns-client v0.22.0
20762024-08-05T16:15:23.777Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
20772024-08-05T16:15:24.092Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
20782024-08-05T16:15:24.137Z Compiling tabled_derive v0.7.0
20792024-08-05T16:15:26.152Z Compiling chacha20 v0.9.1
20802024-08-05T16:15:26.339Z Compiling aead v0.5.2
20812024-08-05T16:15:26.614Z Compiling peg-macros v0.8.4
20822024-08-05T16:15:26.698Z Compiling kstat-rs v0.2.4
20832024-08-05T16:15:27.426Z Compiling snafu-derive v0.8.2
20842024-08-05T16:15:27.732Z Compiling toml v0.5.11
20852024-08-05T16:15:29.045Z Compiling sqlparser_derive v0.2.2
20862024-08-05T16:15:30.022Z Compiling unicode_categories v0.1.1
20872024-08-05T16:15:30.391Z Compiling nu-ansi-term v0.50.0
20882024-08-05T16:15:30.434Z Compiling sqlformat v0.2.4
20892024-08-05T16:15:31.643Z Compiling reedline v0.31.0
20902024-08-05T16:15:32.317Z Compiling snafu v0.8.2
20912024-08-05T16:15:33.516Z Compiling rustyline v14.0.0
20922024-08-05T16:15:34.947Z Compiling sqlparser v0.45.0
20932024-08-05T16:15:36.667Z Compiling peg v0.8.4
20942024-08-05T16:15:36.794Z Compiling trust-dns-server v0.22.1
20952024-08-05T16:15:41.410Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
20962024-08-05T16:15:45.697Z Compiling chacha20poly1305 v0.10.1
20972024-08-05T16:15:45.936Z Compiling tabled v0.15.0
20982024-08-05T16:15:49.471Z Compiling vsss-rs v3.3.4
20992024-08-05T16:15:54.285Z Compiling sled v0.34.7
21002024-08-05T16:15:54.465Z Compiling mime_guess v2.0.4
21012024-08-05T16:15:57.217Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
21022024-08-05T16:15:57.578Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21032024-08-05T16:15:57.945Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21042024-08-05T16:15:58.170Z Compiling env_logger v0.9.3
21052024-08-05T16:16:02.436Z Compiling tungstenite v0.20.1
21062024-08-05T16:16:06.672Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
21072024-08-05T16:16:07.462Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
21082024-08-05T16:16:13.273Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
21092024-08-05T16:16:16.453Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
21102024-08-05T16:16:21.711Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
21112024-08-05T16:16:27.194Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21122024-08-05T16:16:27.211Z Compiling globset v0.4.14
21132024-08-05T16:16:27.734Z Compiling olpc-cjson v0.1.3
21142024-08-05T16:16:28.088Z Compiling bcs v0.1.6
21152024-08-05T16:16:29.004Z Compiling bitstruct_derive v0.1.0
21162024-08-05T16:16:29.302Z Compiling serde_plain v1.0.2
21172024-08-05T16:16:29.837Z Compiling nanorand v0.7.0
21182024-08-05T16:16:30.287Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21192024-08-05T16:16:30.446Z Compiling memoffset v0.9.1
21202024-08-05T16:16:30.794Z Compiling highway v1.1.0
21212024-08-05T16:16:32.182Z Compiling ascii v1.1.0
21222024-08-05T16:16:32.417Z Compiling typed-path v0.7.1
21232024-08-05T16:16:32.955Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
21242024-08-05T16:16:34.993Z Compiling tough v0.17.1
21252024-08-05T16:16:35.434Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
21262024-08-05T16:16:39.134Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
21272024-08-05T16:16:40.724Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21282024-08-05T16:16:41.019Z Compiling bitstruct v0.1.1
21292024-08-05T16:16:41.159Z Compiling flume v0.11.0
21302024-08-05T16:16:41.904Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21312024-08-05T16:16:42.496Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
21322024-08-05T16:16:49.286Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
21332024-08-05T16:16:52.192Z Compiling tokio-tungstenite v0.20.1
21342024-08-05T16:16:52.839Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
21352024-08-05T16:16:58.953Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21362024-08-05T16:17:00.141Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21372024-08-05T16:17:02.139Z Compiling erased-serde v0.3.31
21382024-08-05T16:17:03.508Z Compiling serde_arrays v0.1.0
21392024-08-05T16:17:03.712Z Compiling parse-size v1.0.0
21402024-08-05T16:17:03.928Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21412024-08-05T16:17:04.034Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21422024-08-05T16:17:04.182Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21432024-08-05T16:17:07.809Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
21442024-08-05T16:17:08.573Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
21452024-08-05T16:17:08.899Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21462024-08-05T16:17:10.590Z Compiling heck v0.3.3
21472024-08-05T16:17:10.833Z Compiling rand_seeder v0.2.3
21482024-08-05T16:17:10.976Z Compiling castaway v0.2.2
21492024-08-05T16:17:11.174Z Compiling csv-core v0.1.11
21502024-08-05T16:17:11.225Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
21512024-08-05T16:17:11.559Z Compiling http-range v0.1.5
21522024-08-05T16:17:12.018Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
21532024-08-05T16:17:12.128Z Compiling hyper-staticfile v0.9.5
21542024-08-05T16:17:12.435Z Compiling csv v1.3.0
21552024-08-05T16:17:14.568Z Compiling compact_str v0.7.1
21562024-08-05T16:17:15.104Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21572024-08-05T16:17:15.808Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
21582024-08-05T16:17:16.031Z Compiling zone_cfg_derive v0.1.2
21592024-08-05T16:17:16.123Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
21602024-08-05T16:17:17.492Z Compiling nix v0.27.1
21612024-08-05T16:17:20.531Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
21622024-08-05T16:17:24.016Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
21632024-08-05T16:17:27.805Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
21642024-08-05T16:17:28.142Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
21652024-08-05T16:17:28.464Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
21662024-08-05T16:17:28.790Z Compiling unicode-truncate v1.0.0
21672024-08-05T16:17:29.081Z Compiling itertools v0.13.0
21682024-08-05T16:17:30.144Z Compiling lru v0.12.3
21692024-08-05T16:17:30.476Z Compiling serde-big-array v0.5.1
21702024-08-05T16:17:30.753Z Compiling stability v0.2.0
21712024-08-05T16:17:31.740Z Compiling base64 v0.13.1
21722024-08-05T16:17:32.517Z Compiling cassowary v0.3.0
21732024-08-05T16:17:33.006Z Compiling ron v0.7.1
21742024-08-05T16:17:33.102Z Compiling ratatui v0.27.0
21752024-08-05T16:17:38.295Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
21762024-08-05T16:17:46.486Z Compiling zone v0.1.8
21772024-08-05T16:17:49.915Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
21782024-08-05T16:17:49.999Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21792024-08-05T16:17:53.979Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
21802024-08-05T16:17:54.168Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
21812024-08-05T16:17:59.531Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
21822024-08-05T16:17:59.746Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
21832024-08-05T16:18:01.354Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
21842024-08-05T16:18:02.424Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
21852024-08-05T16:18:02.760Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
21862024-08-05T16:18:04.760Z Compiling signal-hook-tokio v0.3.1
21872024-08-05T16:18:04.987Z Compiling portpicker v0.1.1
21882024-08-05T16:18:05.412Z Compiling unicode-linebreak v0.1.5
21892024-08-05T16:18:05.962Z Compiling smawk v0.3.2
21902024-08-05T16:18:06.232Z Compiling textwrap v0.16.1
21912024-08-05T16:18:06.936Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
21922024-08-05T16:18:07.835Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
21932024-08-05T16:18:09.919Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
21942024-08-05T16:18:13.979Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
21952024-08-05T16:18:19.135Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
21962024-08-05T16:18:19.435Z Compiling rcgen v0.12.1
21972024-08-05T16:18:27.164Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
21982024-08-05T16:18:27.699Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
21992024-08-05T16:18:29.201Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
22002024-08-05T16:18:29.522Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
22012024-08-05T16:18:31.997Z Compiling atomicwrites v0.4.3
22022024-08-05T16:18:32.106Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
22032024-08-05T16:18:32.551Z Compiling fatfs v0.3.6
22042024-08-05T16:18:35.382Z Compiling rtoolbox v0.0.2
22052024-08-05T16:18:35.488Z Compiling subprocess v0.2.9
22062024-08-05T16:18:35.824Z Compiling is_ci v1.2.0
22072024-08-05T16:18:36.121Z Compiling assert_matches v1.5.0
22082024-08-05T16:18:36.324Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22092024-08-05T16:18:40.328Z Compiling supports-color v3.0.0
22102024-08-05T16:18:41.036Z Compiling rpassword v7.3.1
22112024-08-05T16:18:41.466Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
22122024-08-05T16:18:41.553Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
22132024-08-05T16:18:43.510Z Compiling tui-tree-widget v0.21.0
22142024-08-05T16:18:43.950Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
22152024-08-05T16:18:45.318Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
22162024-08-05T16:18:45.666Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
22172024-08-05T16:18:45.996Z Compiling uzers v0.11.3
22182024-08-05T16:18:48.657Z Compiling shell-words v1.1.0
22192024-08-05T16:18:48.698Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
22202024-08-05T16:18:49.105Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
22212024-08-05T16:18:50.734Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
22222024-08-05T16:19:05.196Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
22232024-08-05T16:19:14.563Z Compiling multimap v0.10.0
22242024-08-05T16:20:26.843Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
22252024-08-05T16:21:09.307Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22262024-08-05T16:27:39.720Z Finished `release` profile [optimized] target(s) in 14m 21s
22272024-08-05T16:28:26.893Z
22282024-08-05T16:28:26.897Zreal 15:09.435915301
22292024-08-05T16:28:26.897Zuser 1:44:57.265330348
22302024-08-05T16:28:26.897Zsys 5:01.142286785
22312024-08-05T16:28:26.897Ztrap 2.480551305
22322024-08-05T16:28:26.897Ztflt 2.717707809
22332024-08-05T16:28:26.897Zdflt 3.275704410
22342024-08-05T16:28:26.897Zkflt 0.046611601
22352024-08-05T16:28:26.897Zlock 6:29:18.804751823
22362024-08-05T16:28:26.897Zslp 5:20:47.690672243
22372024-08-05T16:28:26.897Zlat 2:34.830452084
22382024-08-05T16:28:26.897Zstop 2:21.623649157
22392024-08-05T16:28:26.897Z+ mapfile -t packages
22402024-08-05T16:28:26.897Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
22412024-08-05T16:28:27.846Z Finished `release` profile [optimized] target(s) in 0.90s
22422024-08-05T16:28:27.897Z Running `target/release/omicron-package -t test list-outputs`
22432024-08-05T16:28:27.940ZLogging to: /work/oxidecomputer/omicron/out/LOG
22442024-08-05T16:28:27.942Z+ ptime -m cargo build --locked --release -p xtask
22452024-08-05T16:28:28.529Z Compiling serde v1.0.204
22462024-08-05T16:28:28.532Z Compiling serde_json v1.0.122
22472024-08-05T16:28:28.532Z Compiling libc v0.2.155
22482024-08-05T16:28:28.627Z Compiling syn v2.0.72
22492024-08-05T16:28:28.636Z Compiling usdt-impl v0.5.0
22502024-08-05T16:28:28.648Z Compiling syn v1.0.109
22512024-08-05T16:28:28.987Z Compiling rustix v0.38.34
22522024-08-05T16:28:29.012Z Compiling hashbrown v0.14.5
22532024-08-05T16:28:29.111Z Compiling log v0.4.21
22542024-08-05T16:28:29.125Z Compiling bitflags v2.6.0
22552024-08-05T16:28:29.145Z Compiling fs-err v2.11.0
22562024-08-05T16:28:29.576Z Compiling anyhow v1.0.86
22572024-08-05T16:28:30.140Z Compiling thread-id v4.2.1
22582024-08-05T16:28:30.470Z Compiling indexmap v2.2.6
22592024-08-05T16:28:30.757Z Compiling terminal_size v0.3.0
22602024-08-05T16:28:31.019Z Compiling clap_builder v4.5.13
22612024-08-05T16:28:31.916Z Compiling proc-macro-error v1.0.4
22622024-08-05T16:28:33.243Z Compiling tabled_derive v0.7.0
22632024-08-05T16:28:34.587Z Compiling tabled v0.15.0
22642024-08-05T16:28:36.772Z Compiling serde_derive v1.0.204
22652024-08-05T16:28:36.950Z Compiling thiserror-impl v1.0.63
22662024-08-05T16:28:37.556Z Compiling zerocopy-derive v0.7.34
22672024-08-05T16:28:39.560Z Compiling zerocopy v0.7.34
22682024-08-05T16:28:39.812Z Compiling thiserror v1.0.63
22692024-08-05T16:28:39.973Z Compiling pest v2.7.10
22702024-08-05T16:28:41.416Z Compiling scroll_derive v0.12.0
22712024-08-05T16:28:42.840Z Compiling pest_meta v2.7.10
22722024-08-05T16:28:43.124Z Compiling scroll v0.12.0
22732024-08-05T16:28:43.802Z Compiling goblin v0.8.2
22742024-08-05T16:28:45.305Z Compiling pest_generator v2.7.10
22752024-08-05T16:28:47.120Z Compiling pest_derive v2.7.10
22762024-08-05T16:28:47.928Z Compiling dtrace-parser v0.2.0
22772024-08-05T16:28:53.180Z Compiling serde_spanned v0.6.7
22782024-08-05T16:28:53.445Z Compiling serde_tokenstream v0.2.1
22792024-08-05T16:28:53.538Z Compiling toml_datetime v0.6.8
22802024-08-05T16:28:53.889Z Compiling toml_edit v0.22.20
22812024-08-05T16:28:54.209Z Compiling semver v1.0.23
22822024-08-05T16:28:54.521Z Compiling cargo-platform v0.1.8
22832024-08-05T16:28:55.299Z Compiling dof v0.3.0
22842024-08-05T16:28:55.743Z Compiling camino v1.1.7
22852024-08-05T16:28:56.228Z Compiling clap_derive v4.5.13
22862024-08-05T16:28:57.385Z Compiling usdt-attr-macro v0.5.0
22872024-08-05T16:28:57.400Z Compiling usdt-macro v0.5.0
22882024-08-05T16:28:58.611Z Compiling toml v0.8.19
22892024-08-05T16:28:58.776Z Compiling usdt v0.5.0
22902024-08-05T16:28:59.928Z Compiling cargo_toml v0.20.4
22912024-08-05T16:29:00.265Z Compiling cargo_metadata v0.18.1
22922024-08-05T16:29:01.012Z Compiling clap v4.5.13
22932024-08-05T16:29:01.159Z Compiling macaddr v1.0.1
22942024-08-05T16:29:12.602Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
22952024-08-05T16:29:23.453Z Finished `release` profile [optimized] target(s) in 55.45s
22962024-08-05T16:29:23.555Z
22972024-08-05T16:29:23.559Zreal 55.582049960
22982024-08-05T16:29:23.559Zuser 5:36.511584934
22992024-08-05T16:29:23.559Zsys 30.973916893
23002024-08-05T16:29:23.559Ztrap 0.143567168
23012024-08-05T16:29:23.559Ztflt 0.319636774
23022024-08-05T16:29:23.559Zdflt 0.404164723
23032024-08-05T16:29:23.559Zkflt 0.000002529
23042024-08-05T16:29:23.559Zlock 9:55.198128948
23052024-08-05T16:29:23.559Zslp 15:01.252922618
23062024-08-05T16:29:23.559Zlat 11.864668756
23072024-08-05T16:29:23.559Zstop 14.302022727
23082024-08-05T16:29:23.559Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
23092024-08-05T16:29:23.559Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
23102024-08-05T16:29:23.559Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
23112024-08-05T16:29:23.560Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
23122024-08-05T16:29:23.560Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
23132024-08-05T16:29:24.134Z Downloading crates ...
23142024-08-05T16:29:24.392Z Downloaded cbc v0.1.2
23152024-08-05T16:29:24.405Z Downloaded bcrypt-pbkdf v0.10.0
23162024-08-05T16:29:24.409Z Downloaded option-ext v0.2.0
23172024-08-05T16:29:24.417Z Downloaded russh-cryptovec v0.7.2
23182024-08-05T16:29:24.423Z Downloaded dirs-sys v0.4.1
23192024-08-05T16:29:24.426Z Downloaded rand_core v0.5.1
23202024-08-05T16:29:24.432Z Downloaded internet-checksum v0.2.1
23212024-08-05T16:29:24.435Z Downloaded ed25519 v2.2.3
23222024-08-05T16:29:24.435Z Downloaded dhcproto-macros v0.1.0
23232024-08-05T16:29:24.439Z Downloaded rfc6979 v0.4.0
23242024-08-05T16:29:24.439Z Downloaded polyval v0.6.2
23252024-08-05T16:29:24.439Z Downloaded pbkdf2 v0.12.2
23262024-08-05T16:29:25.445Z Downloaded pbkdf2 v0.11.0
23272024-08-05T16:29:25.448Z Downloaded primeorder v0.13.6
23282024-08-05T16:29:25.449Z Downloaded rand_chacha v0.2.2
23292024-08-05T16:29:25.449Z Downloaded blowfish v0.9.1
23302024-08-05T16:29:25.449Z Downloaded md5 v0.7.0
23312024-08-05T16:29:25.449Z Downloaded ghash v0.5.1
23322024-08-05T16:29:25.449Z Downloaded hex-literal v0.4.1
23332024-08-05T16:29:25.449Z Downloaded getrandom v0.1.16
23342024-08-05T16:29:25.449Z Downloaded ecdsa v0.16.9
23352024-08-05T16:29:25.449Z Downloaded russh-keys v0.43.0
23362024-08-05T16:29:25.449Z Downloaded dhcproto v0.11.0
23372024-08-05T16:29:25.449Z Downloaded password-hash v0.4.2
23382024-08-05T16:29:25.449Z Downloaded aes v0.8.4
23392024-08-05T16:29:25.449Z Downloaded dirs v5.0.1
23402024-08-05T16:29:25.449Z Downloaded ctr v0.9.2
23412024-08-05T16:29:25.449Z Downloaded p256 v0.13.2
23422024-08-05T16:29:25.449Z Downloaded ed25519-dalek v2.1.1
23432024-08-05T16:29:25.449Z Downloaded russh v0.43.0
23442024-08-05T16:29:25.449Z Downloaded rand v0.7.3
23452024-08-05T16:29:25.449Z Downloaded p521 v0.13.3
23462024-08-05T16:29:25.449Z Downloaded aes-gcm v0.10.3
23472024-08-05T16:29:25.449Z Compiling regress v0.9.1
23482024-08-05T16:29:25.449Z Compiling getopts v0.2.21
23492024-08-05T16:29:25.449Z Compiling unsafe-libyaml v0.2.11
23502024-08-05T16:29:25.449Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
23512024-08-05T16:29:25.449Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23522024-08-05T16:29:25.449Z Compiling sha1 v0.10.6
23532024-08-05T16:29:25.449Z Compiling http v1.1.0
23542024-08-05T16:29:25.449Z Compiling match_cfg v0.1.0
23552024-08-05T16:29:25.449Z Compiling hostname v0.3.1
23562024-08-05T16:29:25.449Z Compiling toml v0.8.19
23572024-08-05T16:29:25.449Z Compiling rustls-pki-types v1.7.0
23582024-08-05T16:29:25.449Z Compiling paste v1.0.15
23592024-08-05T16:29:25.449Z Compiling rustls v0.22.4
23602024-08-05T16:29:25.530Z Compiling ident_case v1.0.1
23612024-08-05T16:29:25.682Z Compiling darling_core v0.20.9
23622024-08-05T16:29:25.729Z Compiling rustls-webpki v0.102.4
23632024-08-05T16:29:25.849Z Compiling multer v3.1.0
23642024-08-05T16:29:26.044Z Compiling serde_yaml v0.9.34+deprecated
23652024-08-05T16:29:26.874Z Compiling slog-json v2.6.1
23662024-08-05T16:29:27.294Z Compiling async-stream-impl v0.3.5
23672024-08-05T16:29:27.362Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23682024-08-05T16:29:27.597Z Compiling instant v0.1.12
23692024-08-05T16:29:27.703Z Compiling atomic-waker v1.1.2
23702024-08-05T16:29:27.746Z Compiling debug-ignore v1.0.5
23712024-08-05T16:29:27.892Z Compiling waitgroup v0.1.2
23722024-08-05T16:29:27.967Z Compiling slog-bunyan v2.5.0
23732024-08-05T16:29:28.127Z Compiling rustls-pemfile v2.1.2
23742024-08-05T16:29:28.180Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c)
23752024-08-05T16:29:28.597Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
23762024-08-05T16:29:28.751Z Compiling async-stream v0.3.5
23772024-08-05T16:29:29.017Z Compiling serde_path_to_error v0.1.16
23782024-08-05T16:29:29.092Z Compiling hostname v0.4.0
23792024-08-05T16:29:29.377Z Compiling structmeta-derive v0.3.0
23802024-08-05T16:29:29.899Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
23812024-08-05T16:29:29.899Z Compiling proc-macro-crate v1.3.1
23822024-08-05T16:29:30.427Z Compiling newtype-uuid v1.1.0
23832024-08-05T16:29:30.669Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23842024-08-05T16:29:30.746Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23852024-08-05T16:29:31.018Z Compiling fastrand v2.1.0
23862024-08-05T16:29:31.118Z Compiling tokio-rustls v0.25.0
23872024-08-05T16:29:31.452Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23882024-08-05T16:29:31.558Z Compiling tempfile v3.10.1
23892024-08-05T16:29:31.624Z Compiling num_enum_derive v0.5.11
23902024-08-05T16:29:31.645Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23912024-08-05T16:29:31.994Z Compiling backoff v0.4.0
23922024-08-05T16:29:32.398Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23932024-08-05T16:29:32.477Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23942024-08-05T16:29:32.495Z Compiling structmeta v0.3.0
23952024-08-05T16:29:32.652Z Compiling macaddr v1.0.1
23962024-08-05T16:29:32.886Z Compiling darling_macro v0.20.9
23972024-08-05T16:29:32.946Z Compiling parse-display-derive v0.9.1
23982024-08-05T16:29:33.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23992024-08-05T16:29:33.191Z Compiling foreign-types-macros v0.2.3
24002024-08-05T16:29:33.452Z Compiling heapless v0.8.0
24012024-08-05T16:29:33.849Z Compiling darling v0.20.9
24022024-08-05T16:29:33.980Z Compiling serde_with_macros v3.8.3
24032024-08-05T16:29:34.078Z Compiling foreign-types-shared v0.3.1
24042024-08-05T16:29:34.205Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24052024-08-05T16:29:34.224Z Compiling num_enum v0.5.11
24062024-08-05T16:29:34.531Z Compiling foreign-types v0.5.0
24072024-08-05T16:29:34.656Z Compiling proc-macro-error v1.0.4
24082024-08-05T16:29:34.719Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
24092024-08-05T16:29:34.866Z Compiling hash32 v0.3.1
24102024-08-05T16:29:35.123Z Compiling cstr-argument v0.1.2
24112024-08-05T16:29:35.352Z Compiling pretty-hex v0.2.1
24122024-08-05T16:29:35.384Z Compiling smoltcp v0.11.0
24132024-08-05T16:29:35.545Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24142024-08-05T16:29:35.784Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152024-08-05T16:29:36.190Z Compiling camino-tempfile v1.1.1
24162024-08-05T16:29:36.426Z Compiling tabwriter v1.4.0
24172024-08-05T16:29:36.629Z Compiling colored v2.1.0
24182024-08-05T16:29:36.958Z Compiling socket2 v0.4.10
24192024-08-05T16:29:36.975Z Compiling serde_with v3.8.3
24202024-08-05T16:29:36.992Z Compiling embedded-io v0.4.0
24212024-08-05T16:29:37.178Z Compiling cobs v0.2.3
24222024-08-05T16:29:37.416Z Compiling postcard v1.0.8
24232024-08-05T16:29:37.500Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24242024-08-05T16:29:37.880Z Compiling parse-display v0.9.1
24252024-08-05T16:29:37.923Z Compiling crucible-workspace-hack v0.1.0
24262024-08-05T16:29:37.945Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24272024-08-05T16:29:38.207Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24282024-08-05T16:29:38.258Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
24292024-08-05T16:29:38.384Z Compiling smf v0.2.3
24302024-08-05T16:29:38.555Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24312024-08-05T16:29:38.920Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24322024-08-05T16:29:39.150Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24332024-08-05T16:29:39.642Z Compiling num-derive v0.4.2
24342024-08-05T16:29:39.836Z Compiling sigpipe v0.1.3
24352024-08-05T16:29:39.968Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24362024-08-05T16:29:40.286Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24372024-08-05T16:29:40.446Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
24382024-08-05T16:29:41.077Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24392024-08-05T16:29:41.329Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
24402024-08-05T16:29:41.430Z Compiling humantime v2.1.0
24412024-08-05T16:29:41.796Z Compiling curve25519-dalek v4.1.3
24422024-08-05T16:29:41.959Z Compiling password-hash v0.5.0
24432024-08-05T16:29:42.042Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
24442024-08-05T16:29:42.135Z Compiling blake2 v0.10.6
24452024-08-05T16:29:42.175Z Compiling universal-hash v0.5.1
24462024-08-05T16:29:42.500Z Compiling opaque-debug v0.3.1
24472024-08-05T16:29:42.523Z Compiling utf-8 v0.7.6
24482024-08-05T16:29:42.601Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24492024-08-05T16:29:42.617Z Compiling semver v0.1.20
24502024-08-05T16:29:42.888Z Compiling argon2 v0.5.3
24512024-08-05T16:29:43.033Z Compiling rustc_version v0.1.7
24522024-08-05T16:29:43.111Z Compiling newline-converter v0.3.0
24532024-08-05T16:29:43.181Z Compiling curve25519-dalek-derive v0.1.1
24542024-08-05T16:29:43.281Z Compiling atty v0.2.14
24552024-08-05T16:29:43.311Z Compiling convert_case v0.4.0
24562024-08-05T16:29:43.439Z Compiling same-file v1.0.6
24572024-08-05T16:29:43.579Z Compiling rayon-core v1.12.1
24582024-08-05T16:29:43.670Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24592024-08-05T16:29:43.768Z Compiling walkdir v2.5.0
24602024-08-05T16:29:43.927Z Compiling newtype_derive v0.1.6
24612024-08-05T16:29:44.109Z Compiling expectorate v1.1.0
24622024-08-05T16:29:44.254Z Compiling crossbeam-deque v0.8.5
24632024-08-05T16:29:44.292Z Compiling derive_more v0.99.18
24642024-08-05T16:29:44.309Z Compiling libefi-sys v0.1.0
24652024-08-05T16:29:44.527Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
24662024-08-05T16:29:44.596Z Compiling prettyplease v0.2.20
24672024-08-05T16:29:44.919Z Compiling num-rational v0.4.2
24682024-08-05T16:29:44.943Z Compiling signature v2.2.0
24692024-08-05T16:29:45.274Z Compiling num-complex v0.4.6
24702024-08-05T16:29:45.865Z Compiling aead v0.5.2
24712024-08-05T16:29:45.868Z Compiling ring v0.16.20
24722024-08-05T16:29:46.245Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
24732024-08-05T16:29:46.396Z Compiling blake3 v1.5.1
24742024-08-05T16:29:46.514Z Compiling derive-where v1.2.7
24752024-08-05T16:29:46.649Z Compiling bitfield-struct v0.6.1
24762024-08-05T16:29:46.690Z Compiling unicase v2.7.0
24772024-08-05T16:29:46.993Z Compiling keccak v0.1.5
24782024-08-05T16:29:47.006Z Compiling linked-hash-map v0.5.6
24792024-08-05T16:29:47.024Z Compiling quick-error v1.2.3
24802024-08-05T16:29:47.111Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24812024-08-05T16:29:47.202Z Compiling getrandom v0.1.16
24822024-08-05T16:29:47.445Z Compiling termcolor v1.4.1
24832024-08-05T16:29:48.008Z Compiling arc-swap v1.7.1
24842024-08-05T16:29:48.097Z Compiling env_logger v0.9.3
24852024-08-05T16:29:48.200Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24862024-08-05T16:29:48.408Z Compiling lru-cache v0.1.2
24872024-08-05T16:29:48.623Z Compiling slog-scope v4.4.0
24882024-08-05T16:29:48.686Z Compiling sha3 v0.10.8
24892024-08-05T16:29:48.984Z Compiling resolv-conf v0.7.0
24902024-08-05T16:29:49.801Z Compiling num v0.4.3
24912024-08-05T16:29:49.830Z Compiling rayon v1.10.0
24922024-08-05T16:29:50.230Z Compiling tungstenite v0.21.0
24932024-08-05T16:29:50.616Z Compiling poly1305 v0.8.0
24942024-08-05T16:29:51.543Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
24952024-08-05T16:29:51.699Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24962024-08-05T16:29:51.802Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24972024-08-05T16:29:52.392Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24982024-08-05T16:29:52.428Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24992024-08-05T16:29:52.446Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25002024-08-05T16:29:52.602Z Compiling chacha20 v0.9.1
25012024-08-05T16:29:52.700Z Compiling thiserror-impl-no-std v2.0.2
25022024-08-05T16:29:52.774Z Compiling bitstruct_derive v0.1.0
25032024-08-05T16:29:52.945Z Compiling secrecy v0.8.0
25042024-08-05T16:29:53.074Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25052024-08-05T16:29:53.107Z Compiling memmap2 v0.9.4
25062024-08-05T16:29:53.213Z Compiling half v2.4.1
25072024-08-05T16:29:53.231Z Compiling untrusted v0.7.1
25082024-08-05T16:29:53.423Z Compiling float-ord v0.3.2
25092024-08-05T16:29:53.588Z Compiling spin v0.5.2
25102024-08-05T16:29:53.605Z Compiling ascii v1.1.0
25112024-08-05T16:29:53.624Z Compiling constant_time_eq v0.3.0
25122024-08-05T16:29:53.784Z Compiling arrayvec v0.7.4
25132024-08-05T16:29:53.813Z Compiling parking_lot_core v0.8.6
25142024-08-05T16:29:53.831Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25152024-08-05T16:29:53.954Z Compiling ciborium-io v0.2.2
25162024-08-05T16:29:54.087Z Compiling home v0.5.9
25172024-08-05T16:29:54.187Z Compiling arrayref v0.3.7
25182024-08-05T16:29:54.206Z Compiling bitstruct v0.1.1
25192024-08-05T16:29:54.243Z Compiling toolchain_find v0.4.0
25202024-08-05T16:29:54.293Z Compiling ciborium-ll v0.2.2
25212024-08-05T16:29:54.329Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
25222024-08-05T16:29:54.351Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25232024-08-05T16:29:54.842Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25242024-08-05T16:29:54.922Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25252024-08-05T16:29:55.179Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25262024-08-05T16:29:55.403Z Compiling tokio-tungstenite v0.21.0
25272024-08-05T16:29:55.502Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25282024-08-05T16:29:55.893Z Compiling steno v0.4.1
25292024-08-05T16:29:55.896Z Compiling trust-dns-resolver v0.22.0
25302024-08-05T16:29:55.957Z Compiling slog-stdlog v4.1.1
25312024-08-05T16:29:56.018Z Compiling thiserror-no-std v2.0.2
25322024-08-05T16:29:56.140Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25332024-08-05T16:29:56.281Z Compiling rfc6979 v0.4.0
25342024-08-05T16:29:56.345Z Compiling gethostname v0.5.0
25352024-08-05T16:29:56.487Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25362024-08-05T16:29:56.505Z Compiling serde_arrays v0.1.0
25372024-08-05T16:29:56.578Z Compiling erased-serde v0.3.31
25382024-08-05T16:29:56.681Z Compiling nibble_vec v0.1.0
25392024-08-05T16:29:56.865Z Compiling slog-dtrace v0.3.0
25402024-08-05T16:29:56.898Z Compiling endian-type v0.1.2
25412024-08-05T16:29:56.916Z Compiling topological-sort v0.2.2
25422024-08-05T16:29:57.141Z Compiling cancel-safe-futures v0.1.5
25432024-08-05T16:29:57.176Z Compiling omicron-zone-package v0.11.0
25442024-08-05T16:29:57.315Z Compiling radix_trie v0.2.1
25452024-08-05T16:29:57.564Z Compiling ecdsa v0.16.9
25462024-08-05T16:29:58.057Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25472024-08-05T16:29:58.074Z Compiling mime_guess v2.0.4
25482024-08-05T16:29:58.126Z Compiling rand_core v0.5.1
25492024-08-05T16:29:58.447Z Compiling slog-envlogger v2.2.0
25502024-08-05T16:29:58.671Z Compiling vsss-rs v3.3.4
25512024-08-05T16:29:59.330Z Compiling ciborium v0.2.2
25522024-08-05T16:29:59.460Z Compiling rustfmt-wrapper v0.2.1
25532024-08-05T16:29:59.894Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
25542024-08-05T16:30:00.717Z Compiling chacha20poly1305 v0.10.1
25552024-08-05T16:30:00.935Z Compiling tungstenite v0.20.1
25562024-08-05T16:30:00.968Z Compiling primeorder v0.13.6
25572024-08-05T16:30:01.550Z Compiling heck v0.3.3
25582024-08-05T16:30:02.036Z Compiling glob v0.3.1
25592024-08-05T16:30:02.244Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
25602024-08-05T16:30:02.580Z Compiling option-ext v0.2.0
25612024-08-05T16:30:02.718Z Compiling dirs-sys v0.4.1
25622024-08-05T16:30:03.121Z Compiling zone_cfg_derive v0.1.2
25632024-08-05T16:30:03.171Z Compiling tokio-tungstenite v0.20.1
25642024-08-05T16:30:03.395Z Compiling parking_lot v0.11.2
25652024-08-05T16:30:03.505Z Compiling rand_chacha v0.2.2
25662024-08-05T16:30:03.688Z Compiling trust-dns-client v0.22.0
25672024-08-05T16:30:04.355Z Compiling ed25519 v2.2.3
25682024-08-05T16:30:04.358Z Compiling polyval v0.6.2
25692024-08-05T16:30:04.408Z Compiling blowfish v0.9.1
25702024-08-05T16:30:04.703Z Compiling aes v0.8.4
25712024-08-05T16:30:04.809Z Compiling ctr v0.9.2
25722024-08-05T16:30:04.888Z Compiling password-hash v0.4.2
25732024-08-05T16:30:04.906Z Compiling pbkdf2 v0.12.2
25742024-08-05T16:30:05.093Z Compiling libsw v3.3.1
25752024-08-05T16:30:05.155Z Compiling toml v0.5.11
25762024-08-05T16:30:05.435Z Compiling fxhash v0.2.1
25772024-08-05T16:30:05.574Z Compiling owo-colors v4.0.0
25782024-08-05T16:30:05.653Z Compiling base64 v0.13.1
25792024-08-05T16:30:05.818Z Compiling linear-map v1.2.0
25802024-08-05T16:30:06.217Z Compiling ron v0.7.1
25812024-08-05T16:30:06.294Z Compiling sled v0.34.7
25822024-08-05T16:30:06.816Z Compiling pbkdf2 v0.11.0
25832024-08-05T16:30:07.207Z Compiling trust-dns-server v0.22.1
25842024-08-05T16:30:07.576Z Compiling bcrypt-pbkdf v0.10.0
25852024-08-05T16:30:07.991Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25862024-08-05T16:30:08.237Z Compiling zone v0.1.8
25872024-08-05T16:30:08.696Z Compiling ghash v0.5.1
25882024-08-05T16:30:08.914Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25892024-08-05T16:30:08.981Z Compiling ed25519-dalek v2.1.1
25902024-08-05T16:30:09.371Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
25912024-08-05T16:30:09.935Z Compiling rand v0.7.3
25922024-08-05T16:30:11.155Z Compiling dirs v5.0.1
25932024-08-05T16:30:11.375Z Compiling p521 v0.13.3
25942024-08-05T16:30:11.815Z Compiling p256 v0.13.2
25952024-08-05T16:30:12.653Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25962024-08-05T16:30:12.734Z Compiling pem v3.0.4
25972024-08-05T16:30:13.619Z Compiling cbc v0.1.2
25982024-08-05T16:30:13.885Z Compiling portpicker v0.1.1
25992024-08-05T16:30:13.961Z Compiling headers-core v0.2.0
26002024-08-05T16:30:14.023Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26012024-08-05T16:30:14.133Z Compiling kstat-rs v0.2.4
26022024-08-05T16:30:14.251Z Compiling nanorand v0.7.0
26032024-08-05T16:30:14.279Z Compiling russh-cryptovec v0.7.2
26042024-08-05T16:30:14.416Z Compiling md5 v0.7.0
26052024-08-05T16:30:14.604Z Compiling http-range v0.1.5
26062024-08-05T16:30:14.637Z Compiling flume v0.11.0
26072024-08-05T16:30:14.783Z Compiling russh-keys v0.43.0
26082024-08-05T16:30:14.805Z Compiling headers v0.3.9
26092024-08-05T16:30:14.943Z Compiling hyper-staticfile v0.9.5
26102024-08-05T16:30:14.984Z Compiling rcgen v0.12.1
26112024-08-05T16:30:15.361Z Compiling aes-gcm v0.10.3
26122024-08-05T16:30:15.685Z Compiling atomicwrites v0.4.3
26132024-08-05T16:30:15.978Z Compiling subprocess v0.2.9
26142024-08-05T16:30:16.055Z Compiling display-error-chain v0.2.0
26152024-08-05T16:30:16.243Z Compiling hex-literal v0.4.1
26162024-08-05T16:30:16.406Z Compiling dhcproto-macros v0.1.0
26172024-08-05T16:30:16.797Z Compiling russh v0.43.0
26182024-08-05T16:30:17.466Z Compiling dhcproto v0.11.0
26192024-08-05T16:30:17.487Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26202024-08-05T16:30:17.974Z Compiling internet-checksum v0.2.1
26212024-08-05T16:30:18.374Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
26222024-08-05T16:30:18.534Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26232024-08-05T16:30:18.537Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26242024-08-05T16:30:18.590Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26252024-08-05T16:30:20.498Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26262024-08-05T16:30:20.727Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
26272024-08-05T16:30:20.769Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
26282024-08-05T16:30:20.814Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26292024-08-05T16:30:22.194Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26302024-08-05T16:30:24.353Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26312024-08-05T16:30:25.184Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
26322024-08-05T16:30:26.557Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
26332024-08-05T16:30:26.608Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
26342024-08-05T16:30:26.879Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
26352024-08-05T16:30:34.199Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
26362024-08-05T16:30:34.332Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372024-08-05T16:30:34.513Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
26382024-08-05T16:30:34.750Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26392024-08-05T16:30:37.394Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26402024-08-05T16:30:37.529Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26412024-08-05T16:30:37.789Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26422024-08-05T16:30:38.332Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
26432024-08-05T16:30:38.474Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26442024-08-05T16:30:40.247Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26452024-08-05T16:30:40.511Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462024-08-05T16:30:42.269Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26472024-08-05T16:30:42.480Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26482024-08-05T16:30:44.701Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26492024-08-05T16:30:46.785Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26502024-08-05T16:30:47.422Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26512024-08-05T16:30:51.685Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26522024-08-05T16:30:52.086Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26532024-08-05T16:30:56.473Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26542024-08-05T16:31:02.893Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26552024-08-05T16:31:02.893Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26562024-08-05T16:31:04.799Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26572024-08-05T16:31:26.697Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
26582024-08-05T16:31:58.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s
26592024-08-05T16:31:59.067Z
26602024-08-05T16:31:59.068Zreal 2:35.463360513
26612024-08-05T16:31:59.068Zuser 12:24.029794609
26622024-08-05T16:31:59.068Zsys 2:35.048688364
26632024-08-05T16:31:59.068Ztrap 0.343398217
26642024-08-05T16:31:59.068Ztflt 1.370901735
26652024-08-05T16:31:59.068Zdflt 1.385886756
26662024-08-05T16:31:59.071Zkflt 0.000236695
26672024-08-05T16:31:59.071Zlock 25:25.979991883
26682024-08-05T16:31:59.071Zslp 44:46.617720900
26692024-08-05T16:31:59.071Zlat 38.928967549
26702024-08-05T16:31:59.071Zstop 1:28.478735987
26712024-08-05T16:31:59.071Z+ mkdir tests
26722024-08-05T16:31:59.074Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
26732024-08-05T16:31:59.074Z+ xargs -I '{}' -t cp '{}' tests/
26742024-08-05T16:32:00.781Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3ecd40a7b67fd154 tests/
26752024-08-05T16:32:00.807Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6aa52d021c92cf97 tests/
26762024-08-05T16:32:00.832Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-43585c7c18ae794d tests/
26772024-08-05T16:32:00.858Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f950f817e23bf6ea tests/
26782024-08-05T16:32:01.062Z+ 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/*)
26792024-08-05T16:32:01.065Z+ 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-3ecd40a7b67fd154 tests/commtest-43585c7c18ae794d tests/dhcp_server-6aa52d021c92cf97 tests/end_to_end_tests-f950f817e23bf6ea out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
26802024-08-05T16:32:56.184ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
26812024-08-05T16:32:56.185Za out/target/test 1K
26822024-08-05T16:32:56.185Za out/npuzone/npuzone 23144K
26832024-08-05T16:32:56.185Za package-manifest.toml 30K
26842024-08-05T16:32:56.185Za smf/sled-agent/non-gimlet/config.toml 4K
26852024-08-05T16:32:56.185Za target/release/omicron-package 32290K
26862024-08-05T16:32:56.185Za target/release/xtask 11543K
26872024-08-05T16:32:56.185Za target/debug/bootstrap 186997K
26882024-08-05T16:32:56.185Za tests/bootstrap-3ecd40a7b67fd154 23514K
26892024-08-05T16:32:56.185Za tests/commtest-43585c7c18ae794d 23823K
26902024-08-05T16:32:56.185Za tests/dhcp_server-6aa52d021c92cf97 23514K
26912024-08-05T16:32:56.185Za tests/end_to_end_tests-f950f817e23bf6ea 197829K
26922024-08-05T16:32:56.185Za out/clickhouse.tar.gz 223094K
26932024-08-05T16:32:56.185Za out/clickhouse_keeper.tar.gz 223091K
26942024-08-05T16:32:56.185Za out/cockroachdb.tar.gz 131723K
26952024-08-05T16:32:56.185Za out/crucible-dtrace.tar 84K
26962024-08-05T16:32:56.185Za out/crucible-pantry-zone.tar.gz 27827K
26972024-08-05T16:32:56.185Za out/crucible-zone.tar.gz 38159K
26982024-08-05T16:32:56.185Za out/external-dns.tar.gz 25116K
26992024-08-05T16:32:56.185Za out/internal-dns.tar.gz 25115K
27002024-08-05T16:32:56.185Za out/mg-ddm-gz.tar 60627K
27012024-08-05T16:32:56.185Za out/nexus.tar.gz 85639K
27022024-08-05T16:32:56.185Za out/ntp.tar.gz 8978K
27032024-08-05T16:32:56.185Za out/omicron-gateway-softnpu.tar.gz 13567K
27042024-08-05T16:32:56.185Za out/omicron-sled-agent.tar 96776K
27052024-08-05T16:32:56.185Za out/overlay.tar.gz 3K
27062024-08-05T16:32:56.185Za out/oximeter.tar.gz 42459K
27072024-08-05T16:32:56.185Za out/oxlog.tar 2927K
27082024-08-05T16:32:56.185Za out/probe.tar.gz 2764K
27092024-08-05T16:32:56.185Za out/propolis-server.tar.gz 65291K
27102024-08-05T16:32:56.185Za out/pumpkind-gz.tar 26665K
27112024-08-05T16:32:56.185Za out/switch-softnpu.tar.gz 203343K
27122024-08-05T16:32:56.189Z
27132024-08-05T16:32:56.189Zreal 55.117251544
27142024-08-05T16:32:56.189Zuser 52.685673005
27152024-08-05T16:32:56.189Zsys 3.477778394
27162024-08-05T16:32:56.189Ztrap 0.012822992
27172024-08-05T16:32:56.189Ztflt 0.000000000
27182024-08-05T16:32:56.189Zdflt 0.000000000
27192024-08-05T16:32:56.189Zkflt 0.000000000
27202024-08-05T16:32:56.189Zlock 0.000000000
27212024-08-05T16:32:56.189Zslp 52.501504855
27222024-08-05T16:32:56.189Zlat 1.552256298
27232024-08-05T16:32:56.189Zstop 0.000190350
27242024-08-05T16:32:56.189Zprocess exited: duration 1738856 ms, exit code 0
 
27252024-08-05T16:32:56.204Zfound 1 output files
27262024-08-05T16:32:56.204Zuploading: /work/package.tar.gz (1340325124 bytes)
27272024-08-05T16:33:28.574Zuploaded: /work/package.tar.gz