01JARQSTMT2Z4SD2JAAKQE68DJ: 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: 01JARQT90R1XQ2ZWJZ23NB0DZF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-21T23:51:38.660Zjob assigned to worker 01JARQTFH0NGTHYFMCKQ08GHCJ (queued for 1 m 17 s)
 
22024-10-21T23:51:46.968Zstarting task 0: "setup"
32024-10-21T23:51:46.976Z++ uname -s
42024-10-21T23:51:46.979Z+ kern=SunOS
52024-10-21T23:51:46.979Z+ case "$kern" in
62024-10-21T23:51:46.979Z+ groupadd -g 12345 build
72024-10-21T23:51:46.982Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-21T23:51:48.992Z+ zfs create -o mountpoint=/work rpool/work
92024-10-21T23:51:49.104Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-21T23:51:49.106Z+ home_fs=zfs
112024-10-21T23:51:49.106Z+ [[ zfs == autofs ]]
122024-10-21T23:51:49.106Z+ mkdir -p /home/build
132024-10-21T23:51:49.109Z+ chown build:build /home/build /work
142024-10-21T23:51:50.111Z+ chmod 0700 /home/build /work
152024-10-21T23:51:50.114Zprocess exited: duration 3147 ms, exit code 0
 
162024-10-21T23:51:50.119Zstarting task 1: "rust-toolchain"
172024-10-21T23:51:50.125Z+ printf ' * toolchain channel = "%s"
182024-10-21T23:51:50.125Z' 1.80.1
192024-10-21T23:51:50.125Z+ printf ' * toolchain profile = "%s"
202024-10-21T23:51:50.125Z' default
212024-10-21T23:51:50.125Z * toolchain channel = "1.80.1"
222024-10-21T23:51:50.125Z * toolchain profile = "default"
232024-10-21T23:51:50.128Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-21T23:51:50.128Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-21T23:51:50.278Zinfo: downloading installer
262024-10-21T23:51:51.857Zinfo: profile set to 'default'
272024-10-21T23:51:51.857Zinfo: default host triple is x86_64-unknown-illumos
282024-10-21T23:51:51.860Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-21T23:51:51.997Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-21T23:51:51.997Zinfo: downloading component 'cargo'
312024-10-21T23:51:52.720Zinfo: downloading component 'clippy'
322024-10-21T23:51:52.974Zinfo: downloading component 'rust-docs'
332024-10-21T23:51:53.983Zinfo: downloading component 'rust-std'
342024-10-21T23:51:55.403Zinfo: downloading component 'rustc'
352024-10-21T23:51:59.294Zinfo: downloading component 'rustfmt'
362024-10-21T23:51:59.508Zinfo: installing component 'cargo'
372024-10-21T23:52:00.512Zinfo: installing component 'clippy'
382024-10-21T23:52:00.764Zinfo: installing component 'rust-docs'
392024-10-21T23:52:02.422Zinfo: installing component 'rust-std'
402024-10-21T23:52:04.120Zinfo: installing component 'rustc'
412024-10-21T23:52:08.535Zinfo: installing component 'rustfmt'
422024-10-21T23:52:08.886Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-21T23:52:08.886Z
442024-10-21T23:52:09.148Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-21T23:52:09.148Z
462024-10-21T23:52:09.151Z
472024-10-21T23:52:09.151ZRust is installed now. Great!
482024-10-21T23:52:09.151Z
492024-10-21T23:52:09.151ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-21T23:52:09.151Zenvironment variable. This has not been done automatically.
512024-10-21T23:52:09.151Z
522024-10-21T23:52:09.151ZTo configure your current shell, you need to source
532024-10-21T23:52:09.151Zthe corresponding env file under $HOME/.cargo.
542024-10-21T23:52:09.151Z
552024-10-21T23:52:09.151ZThis is usually done by running one of the following (note the leading DOT):
562024-10-21T23:52:09.151Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-21T23:52:09.151Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-21T23:52:09.210Z+ rustc --version
592024-10-21T23:52:09.276Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-21T23:52:09.279Zprocess exited: duration 19151 ms, exit code 0
 
612024-10-21T23:52:09.284Zstarting task 2: "authentication"
622024-10-21T23:52:09.306Zprocess exited: duration 21 ms, exit code 0
 
632024-10-21T23:52:09.311Zstarting task 3: "clone repository"
642024-10-21T23:52:09.317Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-21T23:52:09.319Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-21T23:52:09.954ZCloning into '/work/oxidecomputer/omicron'...
672024-10-21T23:52:23.630Z+ cd /work/oxidecomputer/omicron
682024-10-21T23:52:23.630Z+ git fetch origin f02e00366cdb78d5f049699edd7bc9ba81265d0e
692024-10-21T23:52:23.943ZFrom https://github.com/oxidecomputer/omicron
702024-10-21T23:52:23.943Z * branch f02e00366cdb78d5f049699edd7bc9ba81265d0e -> FETCH_HEAD
712024-10-21T23:52:23.955Z+ [[ -n zl/smf-sled-idents ]]
722024-10-21T23:52:23.958Z++ git branch --show-current
732024-10-21T23:52:23.961Z+ current=main
742024-10-21T23:52:23.961Z+ [[ main != zl/smf-sled-idents ]]
752024-10-21T23:52:23.961Z+ git branch -f zl/smf-sled-idents f02e00366cdb78d5f049699edd7bc9ba81265d0e
762024-10-21T23:52:23.964Z+ git checkout -f zl/smf-sled-idents
772024-10-21T23:52:24.132ZSwitched to branch 'zl/smf-sled-idents'
782024-10-21T23:52:24.135Z+ git reset --hard f02e00366cdb78d5f049699edd7bc9ba81265d0e
792024-10-21T23:52:24.150ZHEAD is now at f02e00366 expunge dendrite ts
802024-10-21T23:52:24.153Zprocess exited: duration 14834 ms, exit code 0
 
812024-10-21T23:52:24.158Zstarting task 4: "build"
822024-10-21T23:52:24.164Z+ source .github/buildomat/ci-env.sh
832024-10-21T23:52:24.166Z++ export CARGO_TERM_COLOR=always
842024-10-21T23:52:24.166Z++ CARGO_TERM_COLOR=always
852024-10-21T23:52:24.166Z+ cargo --version
862024-10-21T23:52:24.223Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-21T23:52:24.225Z+ rustc --version
882024-10-21T23:52:24.285Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-21T23:52:24.288Z+ WORK=/work
902024-10-21T23:52:24.291Z+ pfexec mkdir -p /work
912024-10-21T23:52:24.293Z+ pfexec chown build /work
922024-10-21T23:52:24.296Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-10-21T23:52:46.498Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-10-21T23:52:49.993Z Startup: Caching catalogs ... Done
952024-10-21T23:52:56.601ZPlanning: Solver setup ... Done (5.905s)
962024-10-21T23:52:56.689ZPlanning: Running solver ... Done (0.088s)
972024-10-21T23:52:56.815ZPlanning: Finding local manifests ... Done (0.048s)
982024-10-21T23:52:57.271ZPlanning: Fetching manifests: 0/5 0% complete
992024-10-21T23:52:57.541ZPlanning: Fetching manifests: 5/5 100% complete
1002024-10-21T23:52:57.975ZPlanning: Package planning ... Done (0.427s)
1012024-10-21T23:52:58.032ZPlanning: Merging actions ... Done (0.056s)
1022024-10-21T23:52:59.002ZPlanning: Checking for conflicting actions ... Done (0.978s)
1032024-10-21T23:53:05.717ZPlanning: Consolidating action changes ... Done (6.711s)
1042024-10-21T23:53:06.111ZPlanning: Evaluating mediators ... Done (0.393s)
1052024-10-21T23:53:06.195ZPlanning: Planning completed in 16.11 seconds
1062024-10-21T23:53:06.210Z Packages to install: 4
1072024-10-21T23:53:06.210Z Packages to update: 1
1082024-10-21T23:53:06.213Z Mediators to change: 2
1092024-10-21T23:53:06.213Z Services to change: 1
1102024-10-21T23:53:06.213Z Estimated space available: 155.71 GB
1112024-10-21T23:53:06.213ZEstimated space to be consumed: 1.58 GB
1122024-10-21T23:53:06.213Z Create boot environment: No
1132024-10-21T23:53:06.213ZCreate backup boot environment: Yes
1142024-10-21T23:53:06.213Z Rebuild boot archive: No
1152024-10-21T23:53:06.213Z
1162024-10-21T23:53:06.213ZChanged mediators:
1172024-10-21T23:53:06.213Z mediator clang:
1182024-10-21T23:53:06.213Z version: None -> 15 (system default)
1192024-10-21T23:53:06.213Z
1202024-10-21T23:53:06.213Z mediator llvm:
1212024-10-21T23:53:06.213Z version: 14 (system default) -> 15 (system default)
1222024-10-21T23:53:06.214Z
1232024-10-21T23:53:06.214ZChanged packages:
1242024-10-21T23:53:06.214Zhelios-dev
1252024-10-21T23:53:06.214Z developer/build-essential
1262024-10-21T23:53:06.214Z None -> 11-2.0
1272024-10-21T23:53:06.214Z library/libxmlsec1
1282024-10-21T23:53:06.214Z None -> 1.2.35-2.0
1292024-10-21T23:53:06.214Z ooce/developer/clang-15
1302024-10-21T23:53:06.214Z None -> 15.0.7-2.0
1312024-10-21T23:53:06.214Z ooce/developer/llvm-15
1322024-10-21T23:53:06.214Z None -> 15.0.7-2.0
1332024-10-21T23:53:06.214Z package/pkg
1342024-10-21T23:53:06.214Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-10-21T23:53:06.214Z
1362024-10-21T23:53:06.214ZServices:
1372024-10-21T23:53:06.214Z restart_fmri:
1382024-10-21T23:53:06.214Z svc:/system/update-man-index:default
1392024-10-21T23:53:06.214Z
1402024-10-21T23:53:06.214ZEditable files to change:
1412024-10-21T23:53:06.214Z Update:
1422024-10-21T23:53:06.214Z usr/share/lib/pkg/web/config.shtml
1432024-10-21T23:53:06.704Z
1442024-10-21T23:53:06.704ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-10-21T23:53:11.706ZDownload: 1227/4281 items 94.0/220.6MB 42% complete (18.7M/s)
1462024-10-21T23:53:16.709ZDownload: 2463/4281 items 120.2/220.6MB 54% complete (12.1M/s)
1472024-10-21T23:53:21.713ZDownload: 3627/4281 items 216.0/220.6MB 97% complete (12.5M/s)
1482024-10-21T23:53:24.009ZDownload: Completed 220.60 MB in 17.30 seconds (12.8M/s)
1492024-10-21T23:53:26.605Z Actions: 1/5063 actions (Removing old actions)
1502024-10-21T23:53:26.625Z Actions: 194/5063 actions (Installing new actions)
1512024-10-21T23:53:31.737Z Actions: 4094/5063 actions (Installing new actions)
1522024-10-21T23:53:31.986Z Actions: 4226/5063 actions (Updating modified actions)
1532024-10-21T23:53:32.358Z Actions: Completed 5063 actions in 5.75 seconds.
1542024-10-21T23:53:32.731Z Done (0.364s)
1552024-10-21T23:53:32.734Z Done (0.000s)
1562024-10-21T23:53:33.226Z Done (0.493s)
1572024-10-21T23:53:39.111Z Done (5.673s)
1582024-10-21T23:53:39.384Z Done (0.199s)
1592024-10-21T23:53:39.386Z Done (0.000s)
1602024-10-21T23:53:39.618Z Done (0.000s)
1612024-10-21T23:53:40.285ZPlanning: Evaluating mediator changes ... Done
1622024-10-21T23:53:40.446ZPlanning: Checking for conflicting actions ... Done
1632024-10-21T23:53:40.449ZPlanning: Consolidating action changes ... Done
1642024-10-21T23:53:40.724ZPlanning: Evaluating mediators ... Done
1652024-10-21T23:53:40.727ZPlanning: Planning completed in 0.44 seconds
1662024-10-21T23:53:40.764Z Mediators to change: 2
1672024-10-21T23:53:40.764Z Create boot environment: No
1682024-10-21T23:53:40.767ZCreate backup boot environment: No
1692024-10-21T23:53:40.853Z Done
1702024-10-21T23:53:40.853Z Done
1712024-10-21T23:53:41.187Z Done
1722024-10-21T23:53:45.053Z Done
1732024-10-21T23:53:45.149Z Done
1742024-10-21T23:53:45.152Z Done
1752024-10-21T23:53:45.309Z Done
1762024-10-21T23:53:45.941ZPlanning: Evaluating mediator changes ... Done
1772024-10-21T23:53:45.945ZPlanning: Merging actions ... Done
1782024-10-21T23:53:46.130ZPlanning: Checking for conflicting actions ... Done
1792024-10-21T23:53:46.133ZPlanning: Consolidating action changes ... Done
1802024-10-21T23:53:46.398ZPlanning: Evaluating mediators ... Done
1812024-10-21T23:53:46.454ZPlanning: Planning completed in 0.76 seconds
1822024-10-21T23:53:46.495Z Packages to change: 1
1832024-10-21T23:53:46.495Z Mediators to change: 1
1842024-10-21T23:53:46.498Z Services to change: 1
1852024-10-21T23:53:46.498Z Create boot environment: No
1862024-10-21T23:53:46.498ZCreate backup boot environment: Yes
1872024-10-21T23:53:48.561Z Actions: 1/6 actions (Updating modified actions)
1882024-10-21T23:53:48.626Z Actions: Completed 6 actions in 0.06 seconds.
1892024-10-21T23:53:48.631Z Done
1902024-10-21T23:53:48.631Z Done
1912024-10-21T23:53:48.727Z Done
1922024-10-21T23:53:52.423Z Done
1932024-10-21T23:53:52.524Z Done
1942024-10-21T23:53:52.527Z Done
1952024-10-21T23:53:52.685Z Done
1962024-10-21T23:53:53.146ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-10-21T23:53:53.146Zclang system 15 system
1982024-10-21T23:53:53.146Zcsh system system illumos
1992024-10-21T23:53:53.146Zctags system system illumos
2002024-10-21T23:53:53.146Zgcc vendor 12 vendor
2012024-10-21T23:53:53.147Zgcc system 10 system
2022024-10-21T23:53:53.147Zgcc system 7 system
2032024-10-21T23:53:53.147Zgo system 1.20 system
2042024-10-21T23:53:53.147Zgo system 1.19 system
2052024-10-21T23:53:53.147Zllvm system 15 system
2062024-10-21T23:53:53.147Zllvm system 14 system
2072024-10-21T23:53:53.147Zmariadb system 10.6 system
2082024-10-21T23:53:53.147Zmta vendor vendor dma
2092024-10-21T23:53:53.147Zopenjdk system 17 system
2102024-10-21T23:53:53.147Zopenjdk system 11 system
2112024-10-21T23:53:53.147Zopenjdk system 1.8 system
2122024-10-21T23:53:53.147Zopenssl vendor 3 vendor
2132024-10-21T23:53:53.147Zperl system 5.36 system
2142024-10-21T23:53:53.147Zpostgresql system 15 system
2152024-10-21T23:53:53.147Zpostgresql system 13 system
2162024-10-21T23:53:53.147Zpython vendor 3 vendor
2172024-10-21T23:53:53.147Zpython system 2 system
2182024-10-21T23:53:53.147Zpython3 system 3.11 system
2192024-10-21T23:53:53.147Zruby system 3.0 system
2202024-10-21T23:53:53.147Zwords vendor vendor american-english
2212024-10-21T23:53:53.147Zwords system system australian-english
2222024-10-21T23:53:53.147Zwords system system british-english
2232024-10-21T23:53:53.147Zwords system system canadian-english
2242024-10-21T23:53:53.147Zwords system system french
2252024-10-21T23:53:53.147Zwords system system italian
2262024-10-21T23:53:53.147Zwords system system ngerman
2272024-10-21T23:53:53.147Zwords system system ogerman
2282024-10-21T23:53:53.147Zwords system system spanish
2292024-10-21T23:53:53.497ZPUBLISHER TYPE STATUS P LOCATION
2302024-10-21T23:53:53.497Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-10-21T23:53:55.893ZFMRI IFO
2322024-10-21T23:53:55.893Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-10-21T23:53:55.893Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-10-21T23:53:55.893Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-10-21T23:53:55.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-10-21T23:53:55.893Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-10-21T23:53:55.893Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-10-21T23:53:55.893Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-10-21T23:53:55.893Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-10-21T23:53:55.893Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-10-21T23:53:55.893Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2422024-10-21T23:53:55.893Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2432024-10-21T23:53:55.893Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2442024-10-21T23:53:55.893Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2452024-10-21T23:53:55.893Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2462024-10-21T23:53:55.893Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2472024-10-21T23:53:56.642Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2482024-10-21T23:53:56.933Z Updating crates.io index
2492024-10-21T23:53:56.935Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502024-10-21T23:53:57.705Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2512024-10-21T23:53:57.972Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522024-10-21T23:53:58.221Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2532024-10-21T23:53:58.479Z Updating git repository `https://github.com/oxidecomputer/propolis`
2542024-10-21T23:53:59.270Z Updating git repository `https://github.com/oxidecomputer/crucible`
2552024-10-21T23:54:01.495Z Updating git repository `https://github.com/oxidecomputer/opte`
2562024-10-21T23:54:02.478Z Updating git repository `https://github.com/oxidecomputer/falcon`
2572024-10-21T23:54:03.301Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582024-10-21T23:54:03.589Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2592024-10-21T23:54:03.847Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2602024-10-21T23:54:04.444Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2612024-10-21T23:54:04.830Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622024-10-21T23:54:05.153Z Updating git repository `https://github.com/oxidecomputer/tofino`
2632024-10-21T23:54:05.408Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642024-10-21T23:54:05.675Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652024-10-21T23:54:05.964Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662024-10-21T23:54:06.423Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2672024-10-21T23:54:06.774Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682024-10-21T23:54:07.215Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2692024-10-21T23:54:07.500Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2702024-10-21T23:54:07.932Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712024-10-21T23:54:08.267Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722024-10-21T23:54:08.677Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732024-10-21T23:54:09.069Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742024-10-21T23:54:09.353Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752024-10-21T23:54:09.611Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762024-10-21T23:54:10.747Z Downloading crates ...
2772024-10-21T23:54:10.814Z Downloaded anstream v0.6.15
2782024-10-21T23:54:10.824Z Downloaded dtrace-parser v0.2.0
2792024-10-21T23:54:10.828Z Downloaded swrite v0.1.0
2802024-10-21T23:54:10.830Z Downloaded pretty-hex v0.4.1
2812024-10-21T23:54:10.835Z Downloaded errno v0.3.9
2822024-10-21T23:54:10.838Z Downloaded cpufeatures v0.2.14
2832024-10-21T23:54:10.840Z Downloaded clap_lex v0.7.2
2842024-10-21T23:54:10.840Z Downloaded bytecount v0.6.8
2852024-10-21T23:54:10.843Z Downloaded byteorder v1.5.0
2862024-10-21T23:54:10.846Z Downloaded cfg-if v1.0.0
2872024-10-21T23:54:10.848Z Downloaded itoa v1.0.11
2882024-10-21T23:54:10.851Z Downloaded digest v0.10.7
2892024-10-21T23:54:10.853Z Downloaded utf8parse v0.2.2
2902024-10-21T23:54:10.856Z Downloaded unicode-linebreak v0.1.5
2912024-10-21T23:54:10.858Z Downloaded thiserror-impl v1.0.64
2922024-10-21T23:54:10.861Z Downloaded macaddr v1.0.1
2932024-10-21T23:54:10.864Z Downloaded scroll_derive v0.12.0
2942024-10-21T23:54:10.867Z Downloaded fnv v1.0.7
2952024-10-21T23:54:10.867Z Downloaded quote v1.0.37
2962024-10-21T23:54:10.873Z Downloaded proc-macro-error-attr v1.0.4
2972024-10-21T23:54:10.878Z Downloaded bitflags v2.6.0
2982024-10-21T23:54:10.882Z Downloaded usdt v0.5.0
2992024-10-21T23:54:10.889Z Downloaded toml v0.8.19
3002024-10-21T23:54:10.892Z Downloaded usdt-impl v0.5.0
3012024-10-21T23:54:10.895Z Downloaded ryu v1.0.18
3022024-10-21T23:54:10.897Z Downloaded heck v0.4.1
3032024-10-21T23:54:10.900Z Downloaded tempfile v3.13.0
3042024-10-21T23:54:10.902Z Downloaded anyhow v1.0.89
3052024-10-21T23:54:10.905Z Downloaded camino-tempfile v1.1.1
3062024-10-21T23:54:10.908Z Downloaded pest_meta v2.7.14
3072024-10-21T23:54:10.911Z Downloaded pest_derive v2.7.14
3082024-10-21T23:54:10.913Z Downloaded equivalent v1.0.1
3092024-10-21T23:54:10.916Z Downloaded zerocopy-derive v0.7.35
3102024-10-21T23:54:10.918Z Downloaded serde_tokenstream v0.2.2
3112024-10-21T23:54:10.921Z Downloaded generic-array v0.14.7
3122024-10-21T23:54:10.924Z Downloaded ucd-trie v0.1.7
3132024-10-21T23:54:10.924Z Downloaded memmap v0.7.0
3142024-10-21T23:54:10.926Z Downloaded cargo_metadata v0.18.1
3152024-10-21T23:54:10.929Z Downloaded block-buffer v0.10.4
3162024-10-21T23:54:10.929Z Downloaded autocfg v1.4.0
3172024-10-21T23:54:10.932Z Downloaded anstyle-parse v0.2.5
3182024-10-21T23:54:10.934Z Downloaded anstyle-query v1.1.1
3192024-10-21T23:54:10.939Z Downloaded usdt-macro v0.5.0
3202024-10-21T23:54:10.946Z Downloaded papergrid v0.11.0
3212024-10-21T23:54:10.950Z Downloaded usdt-attr-macro v0.5.0
3222024-10-21T23:54:10.953Z Downloaded serde v1.0.210
3232024-10-21T23:54:10.955Z Downloaded dof v0.3.0
3242024-10-21T23:54:10.958Z Downloaded textwrap v0.16.1
3252024-10-21T23:54:10.961Z Downloaded heck v0.5.0
3262024-10-21T23:54:10.961Z Downloaded smawk v0.3.2
3272024-10-21T23:54:10.961Z Downloaded fs-err v2.11.0
3282024-10-21T23:54:10.963Z Downloaded clap_derive v4.5.18
3292024-10-21T23:54:10.966Z Downloaded pest_generator v2.7.14
3302024-10-21T23:54:10.968Z Downloaded is_terminal_polyfill v1.70.1
3312024-10-21T23:54:10.968Z Downloaded fastrand v2.1.1
3322024-10-21T23:54:10.971Z Downloaded crypto-common v0.1.6
3332024-10-21T23:54:10.971Z Downloaded plain v0.2.3
3342024-10-21T23:54:10.971Z Downloaded anstyle v1.0.8
3352024-10-21T23:54:10.973Z Downloaded cargo-platform v0.1.8
3362024-10-21T23:54:10.976Z Downloaded toml_datetime v0.6.8
3372024-10-21T23:54:10.976Z Downloaded thiserror v1.0.64
3382024-10-21T23:54:10.979Z Downloaded thread-id v4.2.2
3392024-10-21T23:54:10.982Z Downloaded strsim v0.11.1
3402024-10-21T23:54:10.982Z Downloaded version_check v0.9.5
3412024-10-21T23:54:10.984Z Downloaded terminal_size v0.4.0
3422024-10-21T23:54:10.984Z Downloaded tabled_derive v0.7.0
3432024-10-21T23:54:10.987Z Downloaded camino v1.1.9
3442024-10-21T23:54:10.989Z Downloaded serde_spanned v0.6.8
3452024-10-21T23:54:10.989Z Downloaded colorchoice v1.0.2
3462024-10-21T23:54:10.992Z Downloaded indexmap v2.6.0
3472024-10-21T23:54:10.995Z Downloaded cargo_toml v0.20.5
3482024-10-21T23:54:10.998Z Downloaded sha2 v0.10.8
3492024-10-21T23:54:11.000Z Downloaded semver v1.0.23
3502024-10-21T23:54:11.010Z Downloaded scroll v0.12.0
3512024-10-21T23:54:11.013Z Downloaded log v0.4.22
3522024-10-21T23:54:11.016Z Downloaded serde_derive v1.0.210
3532024-10-21T23:54:11.019Z Downloaded once_cell v1.20.2
3542024-10-21T23:54:11.022Z Downloaded unicode-ident v1.0.13
3552024-10-21T23:54:11.025Z Downloaded toml_edit v0.22.22
3562024-10-21T23:54:11.046Z Downloaded proc-macro2 v1.0.87
3572024-10-21T23:54:11.049Z Downloaded typenum v1.17.0
3582024-10-21T23:54:11.054Z Downloaded proc-macro-error v1.0.4
3592024-10-21T23:54:11.057Z Downloaded hashbrown v0.15.0
3602024-10-21T23:54:11.060Z Downloaded clap v4.5.20
3612024-10-21T23:54:11.070Z Downloaded memchr v2.7.4
3622024-10-21T23:54:11.078Z Downloaded serde_json v1.0.128
3632024-10-21T23:54:11.085Z Downloaded winnow v0.6.20
3642024-10-21T23:54:11.094Z Downloaded clap_builder v4.5.20
3652024-10-21T23:54:11.100Z Downloaded pest v2.7.14
3662024-10-21T23:54:11.112Z Downloaded tabled v0.15.0
3672024-10-21T23:54:11.128Z Downloaded zerocopy v0.7.35
3682024-10-21T23:54:11.143Z Downloaded goblin v0.8.2
3692024-10-21T23:54:11.149Z Downloaded syn v2.0.79
3702024-10-21T23:54:11.161Z Downloaded syn v1.0.109
3712024-10-21T23:54:11.170Z Downloaded unicode-width v0.1.14
3722024-10-21T23:54:11.175Z Downloaded rustix v0.38.37
3732024-10-21T23:54:11.199Z Downloaded libc v0.2.161
3742024-10-21T23:54:11.509Z Compiling proc-macro2 v1.0.87
3752024-10-21T23:54:11.509Z Compiling unicode-ident v1.0.13
3762024-10-21T23:54:11.511Z Compiling version_check v0.9.5
3772024-10-21T23:54:11.511Z Compiling serde v1.0.210
3782024-10-21T23:54:11.511Z Compiling memchr v2.7.4
3792024-10-21T23:54:11.511Z Compiling thiserror v1.0.64
3802024-10-21T23:54:11.512Z Compiling libc v0.2.161
3812024-10-21T23:54:11.512Z Compiling ryu v1.0.18
3822024-10-21T23:54:11.774Z Compiling ucd-trie v0.1.7
3832024-10-21T23:54:12.029Z Compiling itoa v1.0.11
3842024-10-21T23:54:12.340Z Compiling once_cell v1.20.2
3852024-10-21T23:54:12.378Z Compiling byteorder v1.5.0
3862024-10-21T23:54:12.771Z Compiling serde_json v1.0.128
3872024-10-21T23:54:13.065Z Compiling rustix v0.38.37
3882024-10-21T23:54:13.092Z Compiling bitflags v2.6.0
3892024-10-21T23:54:13.137Z Compiling usdt-impl v0.5.0
3902024-10-21T23:54:13.219Z Compiling proc-macro-error-attr v1.0.4
3912024-10-21T23:54:13.487Z Compiling syn v1.0.109
3922024-10-21T23:54:13.561Z Compiling proc-macro-error v1.0.4
3932024-10-21T23:54:13.644Z Compiling plain v0.2.3
3942024-10-21T23:54:13.669Z Compiling equivalent v1.0.1
3952024-10-21T23:54:13.793Z Compiling log v0.4.22
3962024-10-21T23:54:13.819Z Compiling camino v1.1.9
3972024-10-21T23:54:13.901Z Compiling hashbrown v0.15.0
3982024-10-21T23:54:13.986Z Compiling quote v1.0.37
3992024-10-21T23:54:14.225Z Compiling errno v0.3.9
4002024-10-21T23:54:14.251Z Compiling utf8parse v0.2.2
4012024-10-21T23:54:14.419Z Compiling syn v2.0.79
4022024-10-21T23:54:14.700Z Compiling thread-id v4.2.2
4032024-10-21T23:54:14.708Z Compiling anstyle-parse v0.2.5
4042024-10-21T23:54:14.774Z Compiling semver v1.0.23
4052024-10-21T23:54:14.851Z Compiling is_terminal_polyfill v1.70.1
4062024-10-21T23:54:14.984Z Compiling anstyle v1.0.8
4072024-10-21T23:54:15.107Z Compiling indexmap v2.6.0
4082024-10-21T23:54:15.135Z Compiling autocfg v1.4.0
4092024-10-21T23:54:15.310Z Compiling pretty-hex v0.4.1
4102024-10-21T23:54:15.491Z Compiling unicode-width v0.1.14
4112024-10-21T23:54:15.547Z Compiling anstyle-query v1.1.1
4122024-10-21T23:54:15.722Z Compiling winnow v0.6.20
4132024-10-21T23:54:15.960Z Compiling colorchoice v1.0.2
4142024-10-21T23:54:16.152Z Compiling anstream v0.6.15
4152024-10-21T23:54:16.308Z Compiling fs-err v2.11.0
4162024-10-21T23:54:16.367Z Compiling bytecount v0.6.8
4172024-10-21T23:54:16.578Z Compiling terminal_size v0.4.0
4182024-10-21T23:54:16.623Z Compiling anyhow v1.0.89
4192024-10-21T23:54:16.799Z Compiling heck v0.5.0
4202024-10-21T23:54:16.907Z Compiling fastrand v2.1.1
4212024-10-21T23:54:16.962Z Compiling fnv v1.0.7
4222024-10-21T23:54:17.115Z Compiling strsim v0.11.1
4232024-10-21T23:54:17.268Z Compiling cfg-if v1.0.0
4242024-10-21T23:54:17.362Z Compiling heck v0.4.1
4252024-10-21T23:54:17.385Z Compiling clap_lex v0.7.2
4262024-10-21T23:54:17.388Z Compiling tempfile v3.13.0
4272024-10-21T23:54:17.878Z Compiling clap_builder v4.5.20
4282024-10-21T23:54:18.114Z Compiling papergrid v0.11.0
4292024-10-21T23:54:18.288Z Compiling memmap v0.7.0
4302024-10-21T23:54:18.315Z Compiling smawk v0.3.2
4312024-10-21T23:54:18.341Z Compiling unicode-linebreak v0.1.5
4322024-10-21T23:54:18.841Z Compiling textwrap v0.16.1
4332024-10-21T23:54:19.172Z Compiling swrite v0.1.0
4342024-10-21T23:54:20.291Z Compiling tabled_derive v0.7.0
4352024-10-21T23:54:22.052Z Compiling tabled v0.15.0
4362024-10-21T23:54:23.555Z Compiling serde_derive v1.0.210
4372024-10-21T23:54:23.555Z Compiling thiserror-impl v1.0.64
4382024-10-21T23:54:23.558Z Compiling zerocopy-derive v0.7.35
4392024-10-21T23:54:23.558Z Compiling scroll_derive v0.12.0
4402024-10-21T23:54:23.558Z Compiling clap_derive v4.5.18
4412024-10-21T23:54:24.795Z Compiling scroll v0.12.0
4422024-10-21T23:54:25.357Z Compiling goblin v0.8.2
4432024-10-21T23:54:25.459Z Compiling zerocopy v0.7.35
4442024-10-21T23:54:26.330Z Compiling pest v2.7.14
4452024-10-21T23:54:27.329Z Compiling clap v4.5.20
4462024-10-21T23:54:28.603Z Compiling pest_meta v2.7.14
4472024-10-21T23:54:29.383Z Compiling pest_generator v2.7.14
4482024-10-21T23:54:31.283Z Compiling pest_derive v2.7.14
4492024-10-21T23:54:32.017Z Compiling dtrace-parser v0.2.0
4502024-10-21T23:54:33.928Z Compiling serde_tokenstream v0.2.2
4512024-10-21T23:54:33.969Z Compiling toml_datetime v0.6.8
4522024-10-21T23:54:33.971Z Compiling serde_spanned v0.6.8
4532024-10-21T23:54:34.231Z Compiling cargo-platform v0.1.8
4542024-10-21T23:54:34.321Z Compiling toml_edit v0.22.22
4552024-10-21T23:54:34.531Z Compiling macaddr v1.0.1
4562024-10-21T23:54:34.712Z Compiling camino-tempfile v1.1.1
4572024-10-21T23:54:35.388Z Compiling dof v0.3.0
4582024-10-21T23:54:35.435Z Compiling cargo_metadata v0.18.1
4592024-10-21T23:54:37.219Z Compiling toml v0.8.19
4602024-10-21T23:54:37.256Z Compiling usdt-attr-macro v0.5.0
4612024-10-21T23:54:37.259Z Compiling usdt-macro v0.5.0
4622024-10-21T23:54:38.114Z Compiling cargo_toml v0.20.5
4632024-10-21T23:54:38.755Z Compiling usdt v0.5.0
4642024-10-21T23:54:42.024Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652024-10-21T23:54:46.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.79s
4662024-10-21T23:54:46.469Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4672024-10-21T23:54:47.066Z Downloading crates ...
4682024-10-21T23:54:47.197Z Downloaded bzip2 v0.4.4
4692024-10-21T23:54:47.200Z Downloaded const-oid v0.9.6
4702024-10-21T23:54:47.214Z Downloaded atomicwrites v0.4.4
4712024-10-21T23:54:47.217Z Downloaded debug-ignore v1.0.5
4722024-10-21T23:54:47.219Z Downloaded cfg_aliases v0.2.1
4732024-10-21T23:54:47.222Z Downloaded ciborium-io v0.2.2
4742024-10-21T23:54:47.225Z Downloaded const_format_proc_macros v0.2.33
4752024-10-21T23:54:47.227Z Downloaded crucible-workspace-hack v0.1.0
4762024-10-21T23:54:47.233Z Downloaded is_ci v1.2.0
4772024-10-21T23:54:47.235Z Downloaded http-body v1.0.1
4782024-10-21T23:54:47.238Z Downloaded aead v0.5.2
4792024-10-21T23:54:47.240Z Downloaded cobs v0.2.3
4802024-10-21T23:54:47.240Z Downloaded bcrypt-pbkdf v0.10.0
4812024-10-21T23:54:47.243Z Downloaded async-stream v0.3.6
4822024-10-21T23:54:47.245Z Downloaded http-range v0.1.5
4832024-10-21T23:54:47.246Z Downloaded newtype_derive v0.1.6
4842024-10-21T23:54:47.254Z Downloaded cexpr v0.6.0
4852024-10-21T23:54:47.254Z Downloaded cbc v0.1.2
4862024-10-21T23:54:47.265Z Downloaded humantime v2.1.0
4872024-10-21T23:54:47.265Z Downloaded maybe-uninit v2.0.0
4882024-10-21T23:54:47.265Z Downloaded managed v0.8.0
4892024-10-21T23:54:47.265Z Downloaded libefi-sys v0.1.0
4902024-10-21T23:54:47.265Z Downloaded internet-checksum v0.2.1
4912024-10-21T23:54:47.265Z Downloaded crc v3.2.1
4922024-10-21T23:54:47.265Z Downloaded data-encoding v2.6.0
4932024-10-21T23:54:47.265Z Downloaded ident_case v1.0.1
4942024-10-21T23:54:47.265Z Downloaded lazy_static v1.5.0
4952024-10-21T23:54:47.270Z Downloaded hostname v0.4.0
4962024-10-21T23:54:47.270Z Downloaded bitfield v0.14.0
4972024-10-21T23:54:47.272Z Downloaded linked-hash-map v0.5.6
4982024-10-21T23:54:47.272Z Downloaded impl-trait-for-tuples v0.2.2
4992024-10-21T23:54:47.276Z Downloaded keccak v0.1.5
5002024-10-21T23:54:47.276Z Downloaded cancel-safe-futures v0.1.5
5012024-10-21T23:54:47.279Z Downloaded async-trait v0.1.83
5022024-10-21T23:54:47.284Z Downloaded native-tls v0.2.12
5032024-10-21T23:54:47.286Z Downloaded ipnetwork v0.20.0
5042024-10-21T23:54:47.293Z Downloaded instability v0.3.2
5052024-10-21T23:54:47.293Z Downloaded mockall v0.13.0
5062024-10-21T23:54:47.293Z Downloaded md-5 v0.10.6
5072024-10-21T23:54:47.293Z Downloaded cfg_aliases v0.1.1
5082024-10-21T23:54:47.295Z Downloaded mime_guess v2.0.5
5092024-10-21T23:54:47.298Z Downloaded multer v3.1.0
5102024-10-21T23:54:47.300Z Downloaded lru v0.12.5
5112024-10-21T23:54:47.300Z Downloaded libloading v0.8.5
5122024-10-21T23:54:47.303Z Downloaded hyper-staticfile v0.10.1
5132024-10-21T23:54:47.305Z Downloaded nanorand v0.7.0
5142024-10-21T23:54:47.308Z Downloaded instant v0.1.13
5152024-10-21T23:54:47.310Z Downloaded ascii-canvas v3.0.0
5162024-10-21T23:54:47.312Z Downloaded russh-cryptovec v0.7.3
5172024-10-21T23:54:47.312Z Downloaded md5 v0.7.0
5182024-10-21T23:54:47.314Z Downloaded darling_macro v0.20.10
5192024-10-21T23:54:47.314Z Downloaded crossbeam-utils v0.8.20
5202024-10-21T23:54:47.317Z Downloaded cstr-argument v0.1.2
5212024-10-21T23:54:47.320Z Downloaded crunchy v0.2.2
5222024-10-21T23:54:47.320Z Downloaded cookie v0.18.1
5232024-10-21T23:54:47.323Z Downloaded highway v1.2.0
5242024-10-21T23:54:47.325Z Downloaded jobserver v0.1.32
5252024-10-21T23:54:47.328Z Downloaded crc-catalog v2.4.0
5262024-10-21T23:54:47.331Z Downloaded hostname v0.3.1
5272024-10-21T23:54:47.331Z Downloaded normalize-line-endings v0.3.0
5282024-10-21T23:54:47.331Z Downloaded newline-converter v0.3.0
5292024-10-21T23:54:47.333Z Downloaded bb8 v0.8.5
5302024-10-21T23:54:47.333Z Downloaded bitflags v1.3.2
5312024-10-21T23:54:47.336Z Downloaded bit-vec v0.6.3
5322024-10-21T23:54:47.339Z Downloaded new_debug_unreachable v1.0.6
5332024-10-21T23:54:47.341Z Downloaded matches v0.1.10
5342024-10-21T23:54:47.341Z Downloaded match_cfg v0.1.0
5352024-10-21T23:54:47.343Z Downloaded constant_time_eq v0.3.1
5362024-10-21T23:54:47.343Z Downloaded bitfield-struct v0.6.2
5372024-10-21T23:54:47.345Z Downloaded newtype-uuid v1.1.2
5382024-10-21T23:54:47.348Z Downloaded memoffset v0.9.1
5392024-10-21T23:54:47.348Z Downloaded colored v2.1.0
5402024-10-21T23:54:47.350Z Downloaded chacha20 v0.9.1
5412024-10-21T23:54:47.352Z Downloaded async-recursion v1.1.1
5422024-10-21T23:54:47.355Z Downloaded time-core v0.1.2
5432024-10-21T23:54:47.357Z Downloaded sigpipe v0.1.3
5442024-10-21T23:54:47.357Z Downloaded sqlparser_derive v0.2.2
5452024-10-21T23:54:47.360Z Downloaded convert_case v0.4.0
5462024-10-21T23:54:47.360Z Downloaded chrono-tz-build v0.4.0
5472024-10-21T23:54:47.362Z Downloaded is-terminal v0.4.13
5482024-10-21T23:54:47.363Z Downloaded inout v0.1.3
5492024-10-21T23:54:47.366Z Downloaded rustls-pemfile v1.0.4
5502024-10-21T23:54:47.366Z Downloaded http-body v0.4.6
5512024-10-21T23:54:47.368Z Downloaded darling_core v0.20.10
5522024-10-21T23:54:47.373Z Downloaded multimap v0.10.0
5532024-10-21T23:54:47.375Z Downloaded compact_str v0.8.0
5542024-10-21T23:54:47.378Z Downloaded mime v0.3.17
5552024-10-21T23:54:47.380Z Downloaded lru-cache v0.1.2
5562024-10-21T23:54:47.382Z Downloaded kstat-rs v0.2.4
5572024-10-21T23:54:47.382Z Downloaded indent_write v2.2.0
5582024-10-21T23:54:47.385Z Downloaded rustversion v1.0.17
5592024-10-21T23:54:47.387Z Downloaded lalrpop-util v0.19.12
5602024-10-21T23:54:47.390Z Downloaded nibble_vec v0.1.0
5612024-10-21T23:54:47.390Z Downloaded linear-map v1.2.0
5622024-10-21T23:54:47.392Z Downloaded rand_core v0.6.4
5632024-10-21T23:54:47.392Z Downloaded rfc6979 v0.4.0
5642024-10-21T23:54:47.395Z Downloaded async-bb8-diesel v0.2.1
5652024-10-21T23:54:47.397Z Downloaded secrecy v0.8.0
5662024-10-21T23:54:47.399Z Downloaded stable_deref_trait v1.2.0
5672024-10-21T23:54:47.399Z Downloaded nodrop v0.1.14
5682024-10-21T23:54:47.402Z Downloaded cassowary v0.3.0
5692024-10-21T23:54:47.402Z Downloaded block-padding v0.3.3
5702024-10-21T23:54:47.404Z Downloaded lock_api v0.4.12
5712024-10-21T23:54:47.407Z Downloaded ciborium v0.2.2
5722024-10-21T23:54:47.409Z Downloaded smallvec v0.6.14
5732024-10-21T23:54:47.409Z Downloaded cookie_store v0.21.0
5742024-10-21T23:54:47.411Z Downloaded rusty-fork v0.3.0
5752024-10-21T23:54:47.414Z Downloaded foreign-types-shared v0.3.1
5762024-10-21T23:54:47.414Z Downloaded foreign-types-shared v0.1.1
5772024-10-21T23:54:47.416Z Downloaded ssh-encoding v0.2.0
5782024-10-21T23:54:47.416Z Downloaded signature v2.2.0
5792024-10-21T23:54:47.418Z Downloaded ssh-cipher v0.2.0
5802024-10-21T23:54:47.421Z Downloaded static_assertions v1.1.0
5812024-10-21T23:54:47.423Z Downloaded shell-words v1.1.0
5822024-10-21T23:54:47.423Z Downloaded deranged v0.3.11
5832024-10-21T23:54:47.425Z Downloaded iana-time-zone v0.1.61
5842024-10-21T23:54:47.428Z Downloaded darling v0.20.10
5852024-10-21T23:54:47.431Z Downloaded httparse v1.9.5
5862024-10-21T23:54:47.434Z Downloaded num-conv v0.1.0
5872024-10-21T23:54:47.437Z Downloaded bcs v0.1.6
5882024-10-21T23:54:47.442Z Downloaded crypto-bigint v0.5.5
5892024-10-21T23:54:47.445Z Downloaded memmap2 v0.9.5
5902024-10-21T23:54:47.447Z Downloaded precomputed-hash v0.1.1
5912024-10-21T23:54:47.450Z Downloaded path-slash v0.1.5
5922024-10-21T23:54:47.450Z Downloaded rustc_version v0.4.1
5932024-10-21T23:54:47.452Z Downloaded libsw v3.3.1
5942024-10-21T23:54:47.454Z Downloaded lazycell v1.3.0
5952024-10-21T23:54:47.454Z Downloaded defmt-parser v0.3.4
5962024-10-21T23:54:47.457Z Downloaded embedded-io v0.6.1
5972024-10-21T23:54:47.459Z Downloaded argon2 v0.5.3
5982024-10-21T23:54:47.459Z Downloaded which v4.4.2
5992024-10-21T23:54:47.461Z Downloaded blake2 v0.10.6
6002024-10-21T23:54:47.464Z Downloaded ahash v0.8.11
6012024-10-21T23:54:47.466Z Downloaded indexmap v1.9.3
6022024-10-21T23:54:47.470Z Downloaded clang-sys v1.8.1
6032024-10-21T23:54:47.473Z Downloaded futures-io v0.3.31
6042024-10-21T23:54:47.476Z Downloaded serde_plain v1.0.2
6052024-10-21T23:54:47.478Z Downloaded glob v0.3.1
6062024-10-21T23:54:47.478Z Downloaded fd-lock v4.0.2
6072024-10-21T23:54:47.480Z Downloaded rtoolbox v0.0.2
6082024-10-21T23:54:47.484Z Downloaded num-derive v0.4.2
6092024-10-21T23:54:47.484Z Downloaded group v0.13.0
6102024-10-21T23:54:47.486Z Downloaded futures-macro v0.3.31
6112024-10-21T23:54:47.489Z Downloaded parse-display-derive v0.10.0
6122024-10-21T23:54:47.489Z Downloaded pkg-config v0.3.31
6132024-10-21T23:54:47.491Z Downloaded hex-literal v0.4.1
6142024-10-21T23:54:47.491Z Downloaded tui-tree-widget v0.22.0
6152024-10-21T23:54:47.494Z Downloaded peg v0.8.4
6162024-10-21T23:54:47.497Z Downloaded packed_struct_codegen v0.10.1
6172024-10-21T23:54:47.499Z Downloaded unicase v2.7.0
6182024-10-21T23:54:47.502Z Downloaded tokio-tungstenite v0.24.0
6192024-10-21T23:54:47.504Z Downloaded tokio-rustls v0.25.0
6202024-10-21T23:54:47.508Z Downloaded mockall_derive v0.13.0
6212024-10-21T23:54:47.511Z Downloaded zone_cfg_derive v0.3.0
6222024-10-21T23:54:47.511Z Downloaded pbkdf2 v0.12.2
6232024-10-21T23:54:47.511Z Downloaded pbkdf2 v0.11.0
6242024-10-21T23:54:47.513Z Downloaded want v0.3.1
6252024-10-21T23:54:47.516Z Downloaded uzers v0.12.1
6262024-10-21T23:54:47.519Z Downloaded psl-types v2.0.11
6272024-10-21T23:54:47.519Z Downloaded yasna v0.5.2
6282024-10-21T23:54:47.521Z Downloaded dhcproto-macros v0.1.0
6292024-10-21T23:54:47.521Z Downloaded base64 v0.13.1
6302024-10-21T23:54:47.524Z Downloaded bytes v1.7.2
6312024-10-21T23:54:47.528Z Downloaded allocator-api2 v0.2.18
6322024-10-21T23:54:47.542Z Downloaded same-file v1.0.6
6332024-10-21T23:54:47.545Z Downloaded openssl-macros v0.1.1
6342024-10-21T23:54:47.547Z Downloaded topological-sort v0.2.2
6352024-10-21T23:54:47.547Z Downloaded slog-envlogger v2.2.0
6362024-10-21T23:54:47.549Z Downloaded indicatif v0.17.8
6372024-10-21T23:54:47.553Z Downloaded hyper-util v0.1.9
6382024-10-21T23:54:47.558Z Downloaded num-complex v0.4.6
6392024-10-21T23:54:47.560Z Downloaded rayon-core v1.12.1
6402024-10-21T23:54:47.564Z Downloaded twox-hash v1.6.3
6412024-10-21T23:54:47.566Z Downloaded thiserror-impl-no-std v2.0.2
6422024-10-21T23:54:47.569Z Downloaded slog-scope v4.4.0
6432024-10-21T23:54:47.571Z Downloaded take_mut v0.2.2
6442024-10-21T23:54:47.572Z Downloaded predicates v3.1.2
6452024-10-21T23:54:47.574Z Downloaded difflib v0.4.0
6462024-10-21T23:54:47.577Z Downloaded pkcs8 v0.10.2
6472024-10-21T23:54:47.580Z Downloaded untrusted v0.9.0
6482024-10-21T23:54:47.580Z Downloaded uuid v1.10.0
6492024-10-21T23:54:47.585Z Downloaded filetime v0.2.25
6502024-10-21T23:54:47.587Z Downloaded either v1.13.0
6512024-10-21T23:54:47.590Z Downloaded fxhash v0.2.1
6522024-10-21T23:54:47.592Z Downloaded try-lock v0.2.5
6532024-10-21T23:54:47.592Z Downloaded gethostname v0.5.0
6542024-10-21T23:54:47.595Z Downloaded fatfs v0.3.6
6552024-10-21T23:54:47.598Z Downloaded derive-where v1.2.7
6562024-10-21T23:54:47.603Z Downloaded ghash v0.5.1
6572024-10-21T23:54:47.606Z Downloaded flagset v0.4.6
6582024-10-21T23:54:47.608Z Downloaded percent-encoding v2.3.1
6592024-10-21T23:54:47.611Z Downloaded strum_macros v0.26.4
6602024-10-21T23:54:47.613Z Downloaded fixedbitset v0.4.2
6612024-10-21T23:54:47.616Z Downloaded slog-json v2.6.1
6622024-10-21T23:54:47.618Z Downloaded tungstenite v0.21.0
6632024-10-21T23:54:47.621Z Downloaded quinn-udp v0.5.5
6642024-10-21T23:54:47.623Z Downloaded tokio-rustls v0.24.1
6652024-10-21T23:54:47.625Z Downloaded derive_builder_macro v0.20.2
6662024-10-21T23:54:47.628Z Downloaded unsafe-libyaml v0.2.11
6672024-10-21T23:54:47.631Z Downloaded oso v0.27.3
6682024-10-21T23:54:47.634Z Downloaded parse-size v1.0.0
6692024-10-21T23:54:47.636Z Downloaded dirs-next v2.0.0
6702024-10-21T23:54:47.639Z Downloaded structmeta-derive v0.2.0
6712024-10-21T23:54:47.639Z Downloaded spin v0.5.2
6722024-10-21T23:54:47.641Z Downloaded untrusted v0.7.1
6732024-10-21T23:54:47.644Z Downloaded getrandom v0.2.15
6742024-10-21T23:54:47.646Z Downloaded ron v0.7.1
6752024-10-21T23:54:47.651Z Downloaded cc v1.1.30
6762024-10-21T23:54:47.654Z Downloaded http v0.2.12
6772024-10-21T23:54:47.658Z Downloaded unicode-bidi v0.3.17
6782024-10-21T23:54:47.661Z Downloaded sync_wrapper v1.0.1
6792024-10-21T23:54:47.664Z Downloaded pretty-hex v0.2.1
6802024-10-21T23:54:47.666Z Downloaded termcolor v1.4.1
6812024-10-21T23:54:47.666Z Downloaded universal-hash v0.5.1
6822024-10-21T23:54:47.669Z Downloaded sha1 v0.10.6
6832024-10-21T23:54:47.669Z Downloaded tap v1.0.1
6842024-10-21T23:54:47.671Z Downloaded der v0.7.9
6852024-10-21T23:54:47.676Z Downloaded unicode-xid v0.2.6
6862024-10-21T23:54:47.678Z Downloaded ff v0.13.0
6872024-10-21T23:54:47.681Z Downloaded float-cmp v0.9.0
6882024-10-21T23:54:47.683Z Downloaded fallible-streaming-iterator v0.1.9
6892024-10-21T23:54:47.683Z Downloaded progenitor-impl v0.8.0
6902024-10-21T23:54:47.686Z Downloaded diesel-dtrace v0.3.0
6912024-10-21T23:54:47.689Z Downloaded postcard v1.0.10
6922024-10-21T23:54:47.691Z Downloaded postgres-protocol v0.6.7
6932024-10-21T23:54:47.694Z Downloaded opaque-debug v0.3.1
6942024-10-21T23:54:47.694Z Downloaded futures-sink v0.3.31
6952024-10-21T23:54:47.697Z Downloaded tokio-tungstenite v0.21.0
6962024-10-21T23:54:47.699Z Downloaded pin-utils v0.1.0
6972024-10-21T23:54:47.701Z Downloaded phf_generator v0.11.2
6982024-10-21T23:54:47.703Z Downloaded futures v0.3.31
6992024-10-21T23:54:47.708Z Downloaded steno v0.4.1
7002024-10-21T23:54:47.713Z Downloaded samael v0.0.17
7012024-10-21T23:54:47.719Z Downloaded siphasher v0.3.11
7022024-10-21T23:54:47.722Z Downloaded openssl-probe v0.1.5
7032024-10-21T23:54:47.725Z Downloaded slab v0.4.9
7042024-10-21T23:54:47.727Z Downloaded num-traits v0.2.19
7052024-10-21T23:54:47.730Z Downloaded pkcs5 v0.7.1
7062024-10-21T23:54:47.733Z Downloaded tls_codec_derive v0.4.1
7072024-10-21T23:54:47.736Z Downloaded postgres-types v0.2.8
7082024-10-21T23:54:47.738Z Downloaded zeroize_derive v1.4.2
7092024-10-21T23:54:47.741Z Downloaded zeroize v1.8.1
7102024-10-21T23:54:47.743Z Downloaded nom v7.1.3
7112024-10-21T23:54:47.748Z Downloaded signal-hook v0.3.17
7122024-10-21T23:54:47.752Z Downloaded strum v0.26.3
7132024-10-21T23:54:47.754Z Downloaded term v0.7.0
7142024-10-21T23:54:47.757Z Downloaded endian-type v0.1.2
7152024-10-21T23:54:47.760Z Downloaded futures-task v0.3.31
7162024-10-21T23:54:47.760Z Downloaded dirs-sys-next v0.1.2
7172024-10-21T23:54:47.763Z Downloaded unarray v0.1.4
7182024-10-21T23:54:47.763Z Downloaded olpc-cjson v0.1.4
7192024-10-21T23:54:47.765Z Downloaded pkcs1 v0.7.5
7202024-10-21T23:54:47.768Z Downloaded ron v0.8.1
7212024-10-21T23:54:47.774Z Downloaded num-rational v0.4.2
7222024-10-21T23:54:47.777Z Downloaded oso-derive v0.27.3
7232024-10-21T23:54:47.779Z Downloaded num_enum v0.5.11
7242024-10-21T23:54:47.782Z Downloaded smf v0.2.3
7252024-10-21T23:54:47.785Z Downloaded phf_shared v0.11.2
7262024-10-21T23:54:47.785Z Downloaded futures-executor v0.3.31
7272024-10-21T23:54:47.787Z Downloaded rand_xorshift v0.3.0
7282024-10-21T23:54:47.790Z Downloaded socket2 v0.5.7
7292024-10-21T23:54:47.792Z Downloaded futures-core v0.3.31
7302024-10-21T23:54:47.795Z Downloaded tabwriter v1.4.0
7312024-10-21T23:54:47.795Z Downloaded rand_seeder v0.3.0
7322024-10-21T23:54:47.797Z Downloaded typify-macro v0.2.0
7332024-10-21T23:54:47.797Z Downloaded tokio-stream v0.1.16
7342024-10-21T23:54:47.802Z Downloaded tar v0.4.42
7352024-10-21T23:54:47.806Z Downloaded tokio-rustls v0.26.0
7362024-10-21T23:54:47.808Z Downloaded serde_path_to_error v0.1.16
7372024-10-21T23:54:47.810Z Downloaded hkdf v0.12.4
7382024-10-21T23:54:47.813Z Downloaded hyper v1.4.1
7392024-10-21T23:54:47.820Z Downloaded libxml v0.3.3
7402024-10-21T23:54:47.827Z Downloaded number_prefix v0.4.0
7412024-10-21T23:54:47.830Z Downloaded enum-as-inner v0.5.1
7422024-10-21T23:54:47.832Z Downloaded progenitor-client v0.8.0
7432024-10-21T23:54:47.835Z Downloaded itertools v0.10.5
7442024-10-21T23:54:47.840Z Downloaded serde-big-array v0.5.1
7452024-10-21T23:54:47.842Z Downloaded num_threads v0.1.7
7462024-10-21T23:54:47.845Z Downloaded env_filter v0.1.2
7472024-10-21T23:54:47.845Z Downloaded vte_generate_state_changes v0.1.2
7482024-10-21T23:54:47.847Z Downloaded pem v3.0.4
7492024-10-21T23:54:47.847Z Downloaded subtle v2.6.1
7502024-10-21T23:54:47.850Z Downloaded elliptic-curve v0.13.8
7512024-10-21T23:54:47.852Z Downloaded salsa20 v0.10.2
7522024-10-21T23:54:47.855Z Downloaded slog v2.7.0
7532024-10-21T23:54:47.857Z Downloaded pin-project-internal v1.1.6
7542024-10-21T23:54:47.860Z Downloaded ssh-key v0.6.6
7552024-10-21T23:54:47.867Z Downloaded libm v0.2.8
7562024-10-21T23:54:47.875Z Downloaded phf_shared v0.10.0
7572024-10-21T23:54:47.877Z Downloaded polyval v0.6.2
7582024-10-21T23:54:47.879Z Downloaded url v2.5.2
7592024-10-21T23:54:47.882Z Downloaded typed-path v0.7.1
7602024-10-21T23:54:47.887Z Downloaded vsss-rs v3.3.4
7612024-10-21T23:54:47.891Z Downloaded downcast v0.11.0
7622024-10-21T23:54:47.893Z Downloaded zone v0.3.0
7632024-10-21T23:54:47.896Z Downloaded powerfmt v0.2.0
7642024-10-21T23:54:47.896Z Downloaded num_enum_derive v0.5.11
7652024-10-21T23:54:47.898Z Downloaded hash32 v0.2.1
7662024-10-21T23:54:47.898Z Downloaded aes v0.8.4
7672024-10-21T23:54:47.902Z Downloaded rustc_version v0.1.7
7682024-10-21T23:54:47.905Z Downloaded tokio-native-tls v0.3.1
7692024-10-21T23:54:47.905Z Downloaded rustc-hash v2.0.0
7702024-10-21T23:54:47.907Z Downloaded omicron-zone-package v0.11.1
7712024-10-21T23:54:47.909Z Downloaded serde_derive_internals v0.29.1
7722024-10-21T23:54:47.912Z Downloaded prettyplease v0.2.22
7732024-10-21T23:54:47.916Z Downloaded form_urlencoded v1.2.1
7742024-10-21T23:54:47.918Z Downloaded rustls-pemfile v2.2.0
7752024-10-21T23:54:47.920Z Downloaded unicode_categories v0.1.1
7762024-10-21T23:54:47.923Z Downloaded zerocopy v0.6.6
7772024-10-21T23:54:47.926Z Downloaded foldhash v0.1.3
7782024-10-21T23:54:47.928Z Downloaded fallible-iterator v0.3.0
7792024-10-21T23:54:47.928Z Downloaded sec1 v0.7.3
7802024-10-21T23:54:47.938Z Downloaded itertools v0.13.0
7812024-10-21T23:54:47.938Z Downloaded nu-ansi-term v0.50.1
7822024-10-21T23:54:47.941Z Downloaded zone_cfg_derive v0.1.2
7832024-10-21T23:54:47.941Z Downloaded walkdir v2.5.0
7842024-10-21T23:54:47.944Z Downloaded subprocess v0.2.9
7852024-10-21T23:54:47.947Z Downloaded ppv-lite86 v0.2.20
7862024-10-21T23:54:47.949Z Downloaded vergen v8.3.2
7872024-10-21T23:54:47.952Z Downloaded foreign-types v0.3.2
7882024-10-21T23:54:47.954Z Downloaded dyn-clone v1.0.17
7892024-10-21T23:54:47.954Z Downloaded string_cache v0.8.7
7902024-10-21T23:54:47.956Z Downloaded packed_struct v0.10.1
7912024-10-21T23:54:47.959Z Downloaded thread_local v1.1.8
7922024-10-21T23:54:47.961Z Downloaded num-integer v0.1.46
7932024-10-21T23:54:47.961Z Downloaded wait-timeout v0.2.0
7942024-10-21T23:54:47.964Z Downloaded crossterm v0.28.1
7952024-10-21T23:54:47.971Z Downloaded tokio-tungstenite v0.23.1
7962024-10-21T23:54:47.973Z Downloaded serde_with v3.11.0
7972024-10-21T23:54:47.985Z Downloaded tinyvec_macros v0.1.1
7982024-10-21T23:54:47.987Z Downloaded toolchain_find v0.4.0
7992024-10-21T23:54:47.987Z Downloaded display-error-chain v0.2.1
8002024-10-21T23:54:47.989Z Downloaded parse-display v0.10.0
8012024-10-21T23:54:47.992Z Downloaded termtree v0.4.1
8022024-10-21T23:54:47.992Z Downloaded tracing v0.1.40
8032024-10-21T23:54:47.996Z Downloaded serde_with_macros v3.11.0
8042024-10-21T23:54:47.998Z Downloaded funty v2.0.0
8052024-10-21T23:54:48.002Z Downloaded num-bigint-dig v0.8.4
8062024-10-21T23:54:48.006Z Downloaded sct v0.7.1
8072024-10-21T23:54:48.009Z Downloaded peg-runtime v0.8.3
8082024-10-21T23:54:48.013Z Downloaded dsl_auto_type v0.1.2
8092024-10-21T23:54:48.013Z Downloaded poly1305 v0.8.0
8102024-10-21T23:54:48.015Z Downloaded hashlink v0.9.1
8112024-10-21T23:54:48.018Z Downloaded tokio-macros v2.4.0
8122024-10-21T23:54:48.021Z Downloaded sqlformat v0.2.6
8132024-10-21T23:54:48.023Z Downloaded phf v0.11.2
8142024-10-21T23:54:48.023Z Downloaded serde_urlencoded v0.7.1
8152024-10-21T23:54:48.025Z Downloaded tls_codec v0.4.1
8162024-10-21T23:54:48.028Z Downloaded proc-macro-crate v1.3.1
8172024-10-21T23:54:48.031Z Downloaded heck v0.3.3
8182024-10-21T23:54:48.031Z Downloaded tinyvec v1.8.0
8192024-10-21T23:54:48.034Z Downloaded half v2.4.1
8202024-10-21T23:54:48.037Z Downloaded spki v0.7.3
8212024-10-21T23:54:48.040Z Downloaded serde-hex v0.1.0
8222024-10-21T23:54:48.043Z Downloaded des v0.8.1
8232024-10-21T23:54:48.043Z Downloaded tiny-keccak v2.0.2
8242024-10-21T23:54:48.047Z Downloaded bitvec v1.0.1
8252024-10-21T23:54:48.063Z Downloaded dhcproto v0.12.0
8262024-10-21T23:54:48.066Z Downloaded defmt-macros v0.3.9
8272024-10-21T23:54:48.069Z Downloaded radium v0.7.0
8282024-10-21T23:54:48.072Z Downloaded predicates-tree v1.0.11
8292024-10-21T23:54:48.072Z Downloaded predicates-core v1.0.8
8302024-10-21T23:54:48.076Z Downloaded fragile v2.0.0
8312024-10-21T23:54:48.076Z Downloaded hickory-client v0.24.1
8322024-10-21T23:54:48.078Z Downloaded foreign-types-macros v0.2.3
8332024-10-21T23:54:48.078Z Downloaded ecdsa v0.16.9
8342024-10-21T23:54:48.082Z Downloaded hash32 v0.3.1
8352024-10-21T23:54:48.084Z Downloaded fallible-iterator v0.2.0
8362024-10-21T23:54:48.084Z Downloaded rand v0.8.5
8372024-10-21T23:54:48.087Z Downloaded serde_repr v0.1.19
8382024-10-21T23:54:48.089Z Downloaded paste v1.0.15
8392024-10-21T23:54:48.092Z Downloaded termios v0.3.3
8402024-10-21T23:54:48.096Z Downloaded headers v0.4.0
8412024-10-21T23:54:48.099Z Downloaded sqlparser v0.45.0
8422024-10-21T23:54:48.104Z Downloaded qorb v0.1.2
8432024-10-21T23:54:48.109Z Downloaded snafu-derive v0.8.5
8442024-10-21T23:54:48.111Z Downloaded chrono v0.4.38
8452024-10-21T23:54:48.117Z Downloaded num v0.4.3
8462024-10-21T23:54:48.120Z Downloaded password-hash v0.4.2
8472024-10-21T23:54:48.122Z Downloaded progenitor v0.8.0
8482024-10-21T23:54:48.122Z Downloaded hex v0.4.3
8492024-10-21T23:54:48.125Z Downloaded parking_lot v0.12.3
8502024-10-21T23:54:48.128Z Downloaded derive_builder_core v0.20.2
8512024-10-21T23:54:48.131Z Downloaded password-hash v0.5.0
8522024-10-21T23:54:48.131Z Downloaded rustc-demangle v0.1.24
8532024-10-21T23:54:48.134Z Downloaded h2 v0.3.26
8542024-10-21T23:54:48.138Z Downloaded salty v0.3.0
8552024-10-21T23:54:48.145Z Downloaded zip v0.6.6
8562024-10-21T23:54:48.149Z Downloaded derive_builder v0.20.2
8572024-10-21T23:54:48.154Z Downloaded unicode-segmentation v1.12.0
8582024-10-21T23:54:48.159Z Downloaded x509-cert v0.2.5
8592024-10-21T23:54:48.164Z Downloaded env_logger v0.11.5
8602024-10-21T23:54:48.167Z Downloaded rayon v1.10.0
8612024-10-21T23:54:48.176Z Downloaded derive_more v0.99.18
8622024-10-21T23:54:48.181Z Downloaded bindgen v0.69.5
8632024-10-21T23:54:48.189Z Downloaded russh-keys v0.45.0
8642024-10-21T23:54:48.192Z Downloaded tokio-postgres v0.7.12
8652024-10-21T23:54:48.196Z Downloaded snafu v0.8.5
8662024-10-21T23:54:48.203Z Downloaded similar v2.6.0
8672024-10-21T23:54:48.209Z Downloaded tracing-core v0.1.32
8682024-10-21T23:54:48.212Z Downloaded rustyline v14.0.0
8692024-10-21T23:54:48.216Z Downloaded p521 v0.13.3
8702024-10-21T23:54:48.220Z Downloaded quinn v0.11.5
8712024-10-21T23:54:48.225Z Downloaded tungstenite v0.23.0
8722024-10-21T23:54:48.227Z Downloaded tungstenite v0.24.0
8732024-10-21T23:54:48.231Z Downloaded hashbrown v0.13.2
8742024-10-21T23:54:48.235Z Downloaded serde_yaml v0.9.34+deprecated
8752024-10-21T23:54:48.239Z Downloaded heapless v0.8.0
8762024-10-21T23:54:48.243Z Downloaded russh v0.45.0
8772024-10-21T23:54:48.249Z Downloaded rusqlite v0.32.1
8782024-10-21T23:54:48.255Z Downloaded toml_edit v0.19.15
8792024-10-21T23:54:48.272Z Downloaded idna v0.4.0
8802024-10-21T23:54:48.279Z Downloaded unicode-normalization v0.1.24
8812024-10-21T23:54:48.283Z Downloaded regex v1.11.0
8822024-10-21T23:54:48.297Z Downloaded idna v0.3.0
8832024-10-21T23:54:48.303Z Downloaded winnow v0.5.40
8842024-10-21T23:54:48.312Z Downloaded reqwest v0.12.8
8852024-10-21T23:54:48.321Z Downloaded hashbrown v0.14.5
8862024-10-21T23:54:48.327Z Downloaded h2 v0.4.6
8872024-10-21T23:54:48.335Z Downloaded idna v0.2.3
8882024-10-21T23:54:48.342Z Downloaded proptest v1.5.0
8892024-10-21T23:54:48.351Z Downloaded webpki-roots v0.26.6
8902024-10-21T23:54:48.355Z Downloaded openssl v0.10.66
8912024-10-21T23:54:48.365Z Downloaded idna v0.5.0
8922024-10-21T23:54:48.372Z Downloaded portable-atomic v1.9.0
8932024-10-21T23:54:48.379Z Downloaded nix v0.27.1
8942024-10-21T23:54:48.391Z Downloaded vcpkg v0.2.15
8952024-10-21T23:54:48.431Z Downloaded object v0.30.4
8962024-10-21T23:54:48.441Z Downloaded quinn-proto v0.11.8
8972024-10-21T23:54:48.449Z Downloaded git2 v0.19.0
8982024-10-21T23:54:48.459Z Downloaded rustls-webpki v0.102.8
8992024-10-21T23:54:48.479Z Downloaded nix v0.29.0
9002024-10-21T23:54:48.492Z Downloaded radix_trie v0.2.1
9012024-10-21T23:54:48.503Z Downloaded gimli v0.31.1
9022024-10-21T23:54:48.516Z Downloaded openapiv3 v2.0.0
9032024-10-21T23:54:48.521Z Downloaded p384 v0.13.0
9042024-10-21T23:54:48.525Z Downloaded smoltcp v0.9.1
9052024-10-21T23:54:48.537Z Downloaded polar-core v0.27.3
9062024-10-21T23:54:48.546Z Downloaded rustls v0.23.14
9072024-10-21T23:54:48.559Z Downloaded regex-syntax v0.6.29
9082024-10-21T23:54:48.567Z Downloaded dropshot v0.12.0
9092024-10-21T23:54:48.588Z Downloaded quick-xml v0.33.0
9102024-10-21T23:54:48.594Z Downloaded regress v0.10.1
9112024-10-21T23:54:48.604Z Downloaded regex-syntax v0.8.5
9122024-10-21T23:54:48.613Z Downloaded smoltcp v0.11.0
9132024-10-21T23:54:48.627Z Downloaded rustls v0.21.12
9142024-10-21T23:54:48.639Z Downloaded object v0.36.5
9152024-10-21T23:54:48.652Z Downloaded rustls v0.22.4
9162024-10-21T23:54:48.667Z Downloaded diesel v2.2.4
9172024-10-21T23:54:48.688Z Downloaded petgraph v0.6.5
9182024-10-21T23:54:48.707Z Downloaded sled v0.34.7
9192024-10-21T23:54:48.717Z Downloaded typify-impl v0.2.0
9202024-10-21T23:54:48.734Z Downloaded tokio v1.40.0
9212024-10-21T23:54:48.774Z Downloaded csv v1.3.0
9222024-10-21T23:54:48.795Z Downloaded ratatui v0.28.1
9232024-10-21T23:54:48.816Z Downloaded encoding_rs v0.8.34
9242024-10-21T23:54:48.838Z Downloaded lzma-sys v0.1.20
9252024-10-21T23:54:48.869Z Downloaded sha3 v0.10.8
9262024-10-21T23:54:48.874Z Downloaded libz-sys v1.1.20
9272024-10-21T23:54:48.896Z Downloaded regex-automata v0.4.8
9282024-10-21T23:54:48.913Z Downloaded bzip2-sys v0.1.11+1.0.8
9292024-10-21T23:54:48.926Z Downloaded zerocopy-derive v0.6.6
9302024-10-21T23:54:48.936Z Downloaded hickory-proto v0.24.1
9312024-10-21T23:54:48.952Z Downloaded trust-dns-proto v0.22.0
9322024-10-21T23:54:48.964Z Downloaded regress v0.9.1
9332024-10-21T23:54:48.973Z Downloaded nix v0.28.0
9342024-10-21T23:54:48.984Z Downloaded bstr v1.10.0
9352024-10-21T23:54:48.995Z Downloaded curve25519-dalek v4.1.3
9362024-10-21T23:54:49.004Z Downloaded chrono-tz v0.10.0
9372024-10-21T23:54:49.011Z Downloaded rustls-webpki v0.101.7
9382024-10-21T23:54:49.026Z Downloaded reqwest v0.11.27
9392024-10-21T23:54:49.034Z Downloaded futures-util v0.3.31
9402024-10-21T23:54:49.046Z Downloaded parking_lot v0.11.2
9412024-10-21T23:54:49.048Z Downloaded hashbrown v0.12.3
9422024-10-21T23:54:49.053Z Downloaded flate2 v1.0.34
9432024-10-21T23:54:49.058Z Downloaded lalrpop v0.19.12
9442024-10-21T23:54:49.069Z Downloaded hyper v0.14.30
9452024-10-21T23:54:49.077Z Downloaded p256 v0.13.2
9462024-10-21T23:54:49.081Z Downloaded spin v0.9.8
9472024-10-21T23:54:49.083Z Downloaded reedline v0.35.0
9482024-10-21T23:54:49.090Z Downloaded vte v0.11.1
9492024-10-21T23:54:49.093Z Downloaded parse-zoneinfo v0.3.1
9502024-10-21T23:54:49.096Z Downloaded tower-service v0.3.3
9512024-10-21T23:54:49.096Z Downloaded tough v0.17.1
9522024-10-21T23:54:49.104Z Downloaded phf_codegen v0.11.2
9532024-10-21T23:54:49.107Z Downloaded wyz v0.5.1
9542024-10-21T23:54:49.107Z Downloaded tracing-attributes v0.1.27
9552024-10-21T23:54:49.109Z Downloaded unicode-properties v0.1.3
9562024-10-21T23:54:49.112Z Downloaded rustls-pki-types v1.9.0
9572024-10-21T23:54:49.114Z Downloaded diesel_derives v2.2.3
9582024-10-21T23:54:49.118Z Downloaded rustfmt-wrapper v0.2.1
9592024-10-21T23:54:49.120Z Downloaded rustc-hash v1.1.0
9602024-10-21T23:54:49.120Z Downloaded scheduled-thread-pool v0.2.7
9612024-10-21T23:54:49.122Z Downloaded ed25519-dalek v2.1.1
9622024-10-21T23:54:49.124Z Downloaded owo-colors v4.1.0
9632024-10-21T23:54:49.127Z Downloaded pin-project v1.1.6
9642024-10-21T23:54:49.137Z Downloaded heapless v0.7.17
9652024-10-21T23:54:49.142Z Downloaded diff v0.1.13
9662024-10-21T23:54:49.145Z Downloaded expectorate v1.1.0
9672024-10-21T23:54:49.147Z Downloaded openssl-sys v0.9.103
9682024-10-21T23:54:49.151Z Downloaded libgit2-sys v0.17.0+1.8.1
9692024-10-21T23:54:49.212Z Downloaded tokio-util v0.7.12
9702024-10-21T23:54:49.218Z Downloaded time v0.3.36
9712024-10-21T23:54:49.225Z Downloaded num-bigint v0.4.6
9722024-10-21T23:54:49.230Z Downloaded structmeta v0.2.0
9732024-10-21T23:54:49.233Z Downloaded strip-ansi-escapes v0.2.0
9742024-10-21T23:54:49.233Z Downloaded stringprep v0.1.5
9752024-10-21T23:54:49.235Z Downloaded signal-hook-registry v1.4.2
9762024-10-21T23:54:49.235Z Downloaded signal-hook-mio v0.2.4
9772024-10-21T23:54:49.238Z Downloaded quick-error v1.2.3
9782024-10-21T23:54:49.238Z Downloaded pin-project-lite v0.2.14
9792024-10-21T23:54:49.245Z Downloaded publicsuffix v2.2.3
9802024-10-21T23:54:49.249Z Downloaded blake3 v1.5.4
9812024-10-21T23:54:49.253Z Downloaded aho-corasick v1.1.3
9822024-10-21T23:54:49.260Z Downloaded waitgroup v0.1.2
9832024-10-21T23:54:49.262Z Downloaded futures-channel v0.3.31
9842024-10-21T23:54:49.262Z Downloaded schemars v0.8.21
9852024-10-21T23:54:49.273Z Downloaded rcgen v0.12.1
9862024-10-21T23:54:49.276Z Downloaded enum-as-inner v0.6.1
9872024-10-21T23:54:49.278Z Downloaded ed25519 v2.2.3
9882024-10-21T23:54:49.280Z Downloaded zone v0.1.8
9892024-10-21T23:54:49.281Z Downloaded supports-color v3.0.1
9902024-10-21T23:54:50.286Z Downloaded strum_macros v0.24.3
9912024-10-21T23:54:50.286Z Downloaded structmeta v0.3.0
9922024-10-21T23:54:50.290Z Downloaded env_logger v0.10.2
9932024-10-21T23:54:50.290Z Downloaded typify v0.2.0
9942024-10-21T23:54:50.290Z Downloaded itertools v0.12.1
9952024-10-21T23:54:50.290Z Downloaded rand_chacha v0.3.1
9962024-10-21T23:54:50.290Z Downloaded resolv-conf v0.7.0
9972024-10-21T23:54:50.290Z Downloaded primeorder v0.13.6
9982024-10-21T23:54:50.290Z Downloaded parking_lot_core v0.8.6
9992024-10-21T23:54:50.290Z Downloaded aes-gcm v0.10.3
10002024-10-21T23:54:50.290Z Downloaded flume v0.11.0
10012024-10-21T23:54:50.290Z Downloaded mio v1.0.2
10022024-10-21T23:54:50.290Z Downloaded minimal-lexical v0.2.1
10032024-10-21T23:54:50.290Z Downloaded num-iter v0.1.45
10042024-10-21T23:54:50.291Z Downloaded schemars_derive v0.8.21
10052024-10-21T23:54:50.291Z Downloaded foreign-types v0.5.0
10062024-10-21T23:54:50.291Z Downloaded diesel_table_macro_syntax v0.2.0
10072024-10-21T23:54:50.291Z Downloaded utf-8 v0.7.6
10082024-10-21T23:54:50.291Z Downloaded structmeta-derive v0.3.0
10092024-10-21T23:54:50.291Z Downloaded test-strategy v0.3.1
10102024-10-21T23:54:50.291Z Downloaded pem-rfc7468 v0.7.0
10112024-10-21T23:54:50.291Z Downloaded sync_wrapper v0.1.2
10122024-10-21T23:54:50.291Z Downloaded parking_lot_core v0.9.10
10132024-10-21T23:54:50.291Z Downloaded rsa v0.9.6
10142024-10-21T23:54:50.291Z Downloaded slog-stdlog v4.1.1
10152024-10-21T23:54:50.291Z Downloaded scrypt v0.11.0
10162024-10-21T23:54:50.291Z Downloaded whoami v1.5.2
10172024-10-21T23:54:50.291Z Downloaded headers-core v0.3.0
10182024-10-21T23:54:50.291Z Downloaded float-ord v0.3.2
10192024-10-21T23:54:50.291Z Downloaded ref-cast-impl v1.0.23
10202024-10-21T23:54:50.291Z Downloaded ref-cast v1.0.23
10212024-10-21T23:54:50.291Z Downloaded r2d2 v0.8.10
10222024-10-21T23:54:50.291Z Downloaded dropshot_endpoint v0.12.0
10232024-10-21T23:54:50.291Z Downloaded const_format v0.2.33
10242024-10-21T23:54:50.291Z Downloaded defmt v0.3.8
10252024-10-21T23:54:50.291Z Downloaded base64 v0.22.1
10262024-10-21T23:54:50.291Z Downloaded backtrace v0.3.74
10272024-10-21T23:54:50.291Z Downloaded unicode-truncate v1.1.0
10282024-10-21T23:54:50.291Z Downloaded arc-swap v1.7.1
10292024-10-21T23:54:50.291Z Downloaded peg-macros v0.8.4
10302024-10-21T23:54:50.291Z Downloaded toml v0.7.8
10312024-10-21T23:54:50.291Z Downloaded globset v0.4.15
10322024-10-21T23:54:50.291Z Downloaded crossbeam-channel v0.5.13
10332024-10-21T23:54:50.291Z Downloaded crc-any v2.5.0
10342024-10-21T23:54:50.291Z Downloaded thiserror-no-std v2.0.2
10352024-10-21T23:54:50.291Z Downloaded strum_macros v0.25.3
10362024-10-21T23:54:50.291Z Downloaded slog-dtrace v0.3.0
10372024-10-21T23:54:50.291Z Downloaded slog-bunyan v2.5.0
10382024-10-21T23:54:50.291Z Downloaded slog-async v2.8.0
10392024-10-21T23:54:50.291Z Downloaded shlex v1.3.0
10402024-10-21T23:54:50.291Z Downloaded rpassword v7.3.1
10412024-10-21T23:54:50.291Z Downloaded der_derive v0.7.3
10422024-10-21T23:54:50.291Z Downloaded value-bag v1.9.0
10432024-10-21T23:54:50.291Z Downloaded progenitor-macro v0.8.0
10442024-10-21T23:54:50.292Z Downloaded smallvec v1.13.2
10452024-10-21T23:54:50.292Z Downloaded time-macros v0.2.18
10462024-10-21T23:54:50.292Z Downloaded hickory-resolver v0.24.1
10472024-10-21T23:54:50.292Z Downloaded miniz_oxide v0.8.0
10482024-10-21T23:54:50.292Z Downloaded crossbeam-epoch v0.9.18
10492024-10-21T23:54:50.292Z Downloaded ena v0.14.3
10502024-10-21T23:54:50.292Z Downloaded embedded-io v0.4.0
10512024-10-21T23:54:50.292Z Downloaded slog-term v2.9.1
10522024-10-21T23:54:50.292Z Downloaded xz2 v0.1.7
10532024-10-21T23:54:50.292Z Downloaded xattr v1.3.1
10542024-10-21T23:54:50.292Z Downloaded http v1.1.0
10552024-10-21T23:54:50.292Z Downloaded ipnet v2.10.1
10562024-10-21T23:54:50.292Z Downloaded base64 v0.21.7
10572024-10-21T23:54:50.292Z Downloaded csv-core v0.1.11
10582024-10-21T23:54:50.292Z Downloaded crc32fast v1.4.2
10592024-10-21T23:54:50.292Z Downloaded console v0.15.8
10602024-10-21T23:54:50.292Z Downloaded buf-list v1.0.3
10612024-10-21T23:54:50.292Z Downloaded semver v0.1.20
10622024-10-21T23:54:50.292Z Downloaded scopeguard v1.2.0
10632024-10-21T23:54:50.292Z Downloaded http-body-util v0.1.2
10642024-10-21T23:54:50.292Z Downloaded hyper-rustls v0.27.3
10652024-10-21T23:54:50.292Z Downloaded addr2line v0.24.2
10662024-10-21T23:54:50.292Z Downloaded hubpack v0.1.2
10672024-10-21T23:54:50.292Z Downloaded crossbeam-deque v0.8.5
10682024-10-21T23:54:50.292Z Downloaded ciborium-ll v0.2.2
10692024-10-21T23:54:50.292Z Downloaded chacha20poly1305 v0.10.1
10702024-10-21T23:54:50.292Z Downloaded signal-hook-tokio v0.3.1
10712024-10-21T23:54:50.292Z Downloaded hmac v0.12.1
10722024-10-21T23:54:50.292Z Downloaded atomic-waker v1.1.2
10732024-10-21T23:54:50.292Z Downloaded arrayref v0.3.9
10742024-10-21T23:54:50.292Z Downloaded adler2 v2.0.0
10752024-10-21T23:54:50.292Z Downloaded atty v0.2.14
10762024-10-21T23:54:50.292Z Downloaded maplit v1.0.2
10772024-10-21T23:54:50.292Z Downloaded indoc v1.0.9
10782024-10-21T23:54:50.292Z Downloaded hubpack_derive v0.1.1
10792024-10-21T23:54:50.292Z Downloaded hickory-server v0.24.1
10802024-10-21T23:54:50.292Z Downloaded async-stream-impl v0.3.6
10812024-10-21T23:54:50.292Z Downloaded arrayvec v0.7.6
10822024-10-21T23:54:50.292Z Downloaded hyper-tls v0.6.0
10832024-10-21T23:54:50.292Z Downloaded backoff v0.4.0
10842024-10-21T23:54:50.292Z Downloaded base64ct v1.6.0
10852024-10-21T23:54:50.293Z Downloaded curve25519-dalek-derive v0.1.1
10862024-10-21T23:54:50.293Z Downloaded blowfish v0.9.1
10872024-10-21T23:54:50.293Z Downloaded castaway v0.2.3
10882024-10-21T23:54:50.293Z Downloaded bit-set v0.5.3
10892024-10-21T23:54:50.293Z Downloaded httpdate v1.0.3
10902024-10-21T23:54:50.293Z Downloaded ctr v0.9.2
10912024-10-21T23:54:50.293Z Downloaded base16ct v0.2.0
10922024-10-21T23:54:50.296Z Downloaded assert_matches v1.5.0
10932024-10-21T23:54:50.296Z Downloaded home v0.5.9
10942024-10-21T23:54:50.296Z Downloaded cipher v0.4.4
10952024-10-21T23:54:50.296Z Downloaded array-init v0.0.4
10962024-10-21T23:54:50.296Z Downloaded ring v0.17.8
10972024-10-21T23:54:50.296Z Downloaded libsqlite3-sys v0.30.1
10982024-10-21T23:54:50.296Z Downloaded ring v0.16.20
10992024-10-21T23:54:50.296Z Compiling serde v1.0.210
11002024-10-21T23:54:50.296Z Compiling typenum v1.17.0
11012024-10-21T23:54:50.296Z Compiling generic-array v0.14.7
11022024-10-21T23:54:50.296Z Compiling lock_api v0.4.12
11032024-10-21T23:54:50.296Z Compiling scopeguard v1.2.0
11042024-10-21T23:54:50.296Z Compiling subtle v2.6.1
11052024-10-21T23:54:50.321Z Compiling syn v2.0.79
11062024-10-21T23:54:50.336Z Compiling getrandom v0.2.15
11072024-10-21T23:54:50.495Z Compiling value-bag v1.9.0
11082024-10-21T23:54:50.612Z Compiling rand_core v0.6.4
11092024-10-21T23:54:50.719Z Compiling const-oid v0.9.6
11102024-10-21T23:54:50.737Z Compiling pin-project-lite v0.2.14
11112024-10-21T23:54:50.855Z Compiling smallvec v1.13.2
11122024-10-21T23:54:50.876Z Compiling jobserver v0.1.32
11132024-10-21T23:54:51.099Z Compiling log v0.4.22
11142024-10-21T23:54:51.143Z Compiling shlex v1.3.0
11152024-10-21T23:54:51.246Z Compiling parking_lot_core v0.9.10
11162024-10-21T23:54:51.268Z Compiling futures-core v0.3.31
11172024-10-21T23:54:51.532Z Compiling cc v1.1.30
11182024-10-21T23:54:51.532Z Compiling signal-hook-registry v1.4.2
11192024-10-21T23:54:51.851Z Compiling mio v1.0.2
11202024-10-21T23:54:51.979Z Compiling cpufeatures v0.2.14
11212024-10-21T23:54:52.078Z Compiling futures-sink v0.3.31
11222024-10-21T23:54:52.242Z Compiling parking_lot v0.12.3
11232024-10-21T23:54:52.387Z Compiling spin v0.9.8
11242024-10-21T23:54:52.407Z Compiling socket2 v0.5.7
11252024-10-21T23:54:52.809Z Compiling slab v0.4.9
11262024-10-21T23:54:52.833Z Compiling serde_json v1.0.128
11272024-10-21T23:54:53.181Z Compiling futures-channel v0.3.31
11282024-10-21T23:54:53.226Z Compiling allocator-api2 v0.2.18
11292024-10-21T23:54:53.254Z Compiling foldhash v0.1.3
11302024-10-21T23:54:53.338Z Compiling pin-utils v0.1.0
11312024-10-21T23:54:53.441Z Compiling futures-task v0.3.31
11322024-10-21T23:54:53.571Z Compiling futures-io v0.3.31
11332024-10-21T23:54:53.591Z Compiling tinyvec_macros v0.1.1
11342024-10-21T23:54:53.615Z Compiling libm v0.2.8
11352024-10-21T23:54:53.641Z Compiling num-traits v0.2.19
11362024-10-21T23:54:53.693Z Compiling tinyvec v1.8.0
11372024-10-21T23:54:53.769Z Compiling unicode-bidi v0.3.17
11382024-10-21T23:54:53.917Z Compiling base64ct v1.6.0
11392024-10-21T23:54:53.965Z Compiling hashbrown v0.15.0
11402024-10-21T23:54:54.320Z Compiling httparse v1.9.5
11412024-10-21T23:54:54.581Z Compiling pem-rfc7468 v0.7.0
11422024-10-21T23:54:55.348Z Compiling unicode-normalization v0.1.24
11432024-10-21T23:54:55.403Z Compiling flagset v0.4.6
11442024-10-21T23:54:55.469Z Compiling tracing-core v0.1.32
11452024-10-21T23:54:55.529Z Compiling percent-encoding v2.3.1
11462024-10-21T23:54:55.631Z Compiling rustls-pki-types v1.9.0
11472024-10-21T23:54:55.700Z Compiling crossbeam-utils v0.8.20
11482024-10-21T23:54:56.142Z Compiling ring v0.17.8
11492024-10-21T23:54:56.433Z Compiling pkg-config v0.3.31
11502024-10-21T23:54:56.518Z Compiling vcpkg v0.2.15
11512024-10-21T23:54:56.733Z Compiling num-conv v0.1.0
11522024-10-21T23:54:56.807Z Compiling time-core v0.1.2
11532024-10-21T23:54:56.918Z Compiling powerfmt v0.2.0
11542024-10-21T23:54:56.975Z Compiling untrusted v0.9.0
11552024-10-21T23:54:57.004Z Compiling time-macros v0.2.18
11562024-10-21T23:54:57.321Z Compiling deranged v0.3.11
11572024-10-21T23:54:57.477Z Compiling num_threads v0.1.7
11582024-10-21T23:54:57.602Z Compiling atomic-waker v1.1.2
11592024-10-21T23:54:57.800Z Compiling form_urlencoded v1.2.1
11602024-10-21T23:54:57.965Z Compiling try-lock v0.2.5
11612024-10-21T23:54:58.096Z Compiling rustix v0.38.37
11622024-10-21T23:54:58.118Z Compiling slog v2.7.0
11632024-10-21T23:54:58.411Z Compiling want v0.3.1
11642024-10-21T23:54:58.679Z Compiling openssl-sys v0.9.103
11652024-10-21T23:54:58.700Z Compiling httpdate v1.0.3
11662024-10-21T23:54:58.979Z Compiling idna v0.5.0
11672024-10-21T23:54:59.074Z Compiling tower-service v0.3.3
11682024-10-21T23:54:59.136Z Compiling foreign-types-shared v0.1.1
11692024-10-21T23:54:59.207Z Compiling openssl v0.10.66
11702024-10-21T23:54:59.246Z Compiling rustversion v1.0.17
11712024-10-21T23:54:59.484Z Compiling iana-time-zone v0.1.61
11722024-10-21T23:54:59.637Z Compiling base64 v0.22.1
11732024-10-21T23:54:59.905Z Compiling match_cfg v0.1.0
11742024-10-21T23:55:00.025Z Compiling hostname v0.3.1
11752024-10-21T23:55:00.046Z Compiling url v2.5.2
11762024-10-21T23:55:00.210Z Compiling time v0.3.36
11772024-10-21T23:55:00.262Z Compiling foreign-types v0.3.2
11782024-10-21T23:55:00.356Z Compiling dirs-sys-next v0.1.2
11792024-10-21T23:55:00.375Z Compiling aho-corasick v1.1.3
11802024-10-21T23:55:00.439Z Compiling rustls v0.22.4
11812024-10-21T23:55:00.721Z Compiling syn v1.0.109
11822024-10-21T23:55:00.969Z Compiling regex-syntax v0.8.5
11832024-10-21T23:55:01.334Z Compiling adler2 v2.0.0
11842024-10-21T23:55:01.389Z Compiling native-tls v0.2.12
11852024-10-21T23:55:01.533Z Compiling data-encoding v2.6.0
11862024-10-21T23:55:01.735Z Compiling rustls v0.23.14
11872024-10-21T23:55:01.872Z Compiling siphasher v0.3.11
11882024-10-21T23:55:02.063Z Compiling miniz_oxide v0.8.0
11892024-10-21T23:55:02.336Z Compiling dirs-next v2.0.0
11902024-10-21T23:55:03.651Z Compiling serde_derive_internals v0.29.1
11912024-10-21T23:55:03.925Z Compiling crossbeam-epoch v0.9.18
11922024-10-21T23:55:03.952Z Compiling lazy_static v1.5.0
11932024-10-21T23:55:04.053Z Compiling thread_local v1.1.8
11942024-10-21T23:55:04.604Z Compiling regex-automata v0.4.8
11952024-10-21T23:55:04.623Z Compiling encoding_rs v0.8.34
11962024-10-21T23:55:04.854Z Compiling serde_derive v1.0.210
11972024-10-21T23:55:05.447Z Compiling zeroize_derive v1.4.2
11982024-10-21T23:55:05.583Z Compiling zerocopy-derive v0.7.35
11992024-10-21T23:55:06.320Z Compiling tokio-macros v2.4.0
12002024-10-21T23:55:06.975Z Compiling zeroize v1.8.1
12012024-10-21T23:55:07.542Z Compiling thiserror-impl v1.0.64
12022024-10-21T23:55:07.875Z Compiling zerocopy v0.7.35
12032024-10-21T23:55:07.946Z Compiling futures-macro v0.3.31
12042024-10-21T23:55:08.192Z Compiling der_derive v0.7.3
12052024-10-21T23:55:08.828Z Compiling crypto-common v0.1.6
12062024-10-21T23:55:08.965Z Compiling block-buffer v0.10.4
12072024-10-21T23:55:09.232Z Compiling block-padding v0.3.3
12082024-10-21T23:55:09.237Z Compiling digest v0.10.7
12092024-10-21T23:55:09.334Z Compiling inout v0.1.3
12102024-10-21T23:55:09.510Z Compiling ppv-lite86 v0.2.20
12112024-10-21T23:55:09.630Z Compiling cipher v0.4.4
12122024-10-21T23:55:09.709Z Compiling hmac v0.12.1
12132024-10-21T23:55:09.966Z Compiling sha2 v0.10.8
12142024-10-21T23:55:10.017Z Compiling futures-util v0.3.31
12152024-10-21T23:55:10.179Z Compiling tracing-attributes v0.1.27
12162024-10-21T23:55:10.398Z Compiling rand_chacha v0.3.1
12172024-10-21T23:55:10.812Z Compiling der v0.7.9
12182024-10-21T23:55:10.970Z Compiling thiserror v1.0.64
12192024-10-21T23:55:11.120Z Compiling pest v2.7.14
12202024-10-21T23:55:12.880Z Compiling rand v0.8.5
12212024-10-21T23:55:13.630Z Compiling spki v0.7.3
12222024-10-21T23:55:13.995Z Compiling salsa20 v0.10.2
12232024-10-21T23:55:14.028Z Compiling tracing v0.1.40
12242024-10-21T23:55:14.226Z Compiling pbkdf2 v0.12.2
12252024-10-21T23:55:14.243Z Compiling pest_meta v2.7.14
12262024-10-21T23:55:14.332Z Compiling aes v0.8.4
12272024-10-21T23:55:14.441Z Compiling scrypt v0.11.0
12282024-10-21T23:55:14.590Z Compiling cbc v0.1.2
12292024-10-21T23:55:14.963Z Compiling scroll_derive v0.12.0
12302024-10-21T23:55:15.019Z Compiling openssl-macros v0.1.1
12312024-10-21T23:55:15.812Z Compiling pest_generator v2.7.14
12322024-10-21T23:55:16.343Z Compiling pkcs5 v0.7.1
12332024-10-21T23:55:16.558Z Compiling scroll v0.12.0
12342024-10-21T23:55:17.105Z Compiling rustls-webpki v0.102.8
12352024-10-21T23:55:17.126Z Compiling goblin v0.8.2
12362024-10-21T23:55:17.443Z Compiling pkcs8 v0.10.2
12372024-10-21T23:55:17.563Z Compiling async-trait v0.1.83
12382024-10-21T23:55:17.902Z Compiling signature v2.2.0
12392024-10-21T23:55:18.208Z Compiling sha1 v0.10.6
12402024-10-21T23:55:18.296Z Compiling cookie v0.18.1
12412024-10-21T23:55:18.608Z Compiling multer v3.1.0
12422024-10-21T23:55:18.628Z Compiling paste v1.0.15
12432024-10-21T23:55:18.668Z Compiling mime v0.3.17
12442024-10-21T23:55:18.931Z Compiling ipnet v2.10.1
12452024-10-21T23:55:19.192Z Compiling schemars v0.8.21
12462024-10-21T23:55:19.280Z Compiling unicode-properties v0.1.3
12472024-10-21T23:55:19.300Z Compiling gimli v0.31.1
12482024-10-21T23:55:19.400Z Compiling bytes v1.7.2
12492024-10-21T23:55:19.673Z Compiling indexmap v2.6.0
12502024-10-21T23:55:19.713Z Compiling bitflags v2.6.0
12512024-10-21T23:55:20.155Z Compiling semver v1.0.23
12522024-10-21T23:55:20.189Z Compiling pest_derive v2.7.14
12532024-10-21T23:55:20.498Z Compiling tokio v1.40.0
12542024-10-21T23:55:20.691Z Compiling http v1.1.0
12552024-10-21T23:55:20.957Z Compiling rustc_version v0.4.1
12562024-10-21T23:55:21.005Z Compiling dtrace-parser v0.2.0
12572024-10-21T23:55:21.735Z Compiling uuid v1.10.0
12582024-10-21T23:55:22.736Z Compiling http-body v1.0.1
12592024-10-21T23:55:23.012Z Compiling dof v0.3.0
12602024-10-21T23:55:23.189Z Compiling toml_datetime v0.6.8
12612024-10-21T23:55:23.230Z Compiling serde_tokenstream v0.2.2
12622024-10-21T23:55:23.287Z Compiling serde_spanned v0.6.8
12632024-10-21T23:55:23.525Z Compiling chrono v0.4.38
12642024-10-21T23:55:23.690Z Compiling http-body-util v0.1.2
12652024-10-21T23:55:23.884Z Compiling usdt-impl v0.5.0
12662024-10-21T23:55:24.213Z Compiling heapless v0.7.17
12672024-10-21T23:55:24.697Z Compiling openssl-probe v0.1.5
12682024-10-21T23:55:25.048Z Compiling signal-hook v0.3.17
12692024-10-21T23:55:25.225Z Compiling slog-async v2.8.0
12702024-10-21T23:55:25.349Z Compiling either v1.13.0
12712024-10-21T23:55:25.476Z Compiling rayon-core v1.12.1
12722024-10-21T23:55:25.859Z Compiling addr2line v0.24.2
12732024-10-21T23:55:25.861Z Compiling toml_edit v0.22.22
12742024-10-21T23:55:25.905Z Compiling curve25519-dalek v4.1.3
12752024-10-21T23:55:26.579Z Compiling slog-json v2.6.1
12762024-10-21T23:55:26.601Z Compiling stringprep v0.1.5
12772024-10-21T23:55:26.655Z Compiling serde_urlencoded v0.7.1
12782024-10-21T23:55:27.393Z Compiling futures-executor v0.3.31
12792024-10-21T23:55:27.779Z Compiling usdt-macro v0.5.0
12802024-10-21T23:55:27.813Z Compiling usdt-attr-macro v0.5.0
12812024-10-21T23:55:27.997Z Compiling md-5 v0.10.6
12822024-10-21T23:55:28.279Z Compiling schemars_derive v0.8.21
12832024-10-21T23:55:29.331Z Compiling tokio-util v0.7.12
12842024-10-21T23:55:29.565Z Compiling async-stream-impl v0.3.6
12852024-10-21T23:55:30.766Z Compiling h2 v0.4.6
12862024-10-21T23:55:31.646Z Compiling enum-as-inner v0.6.1
12872024-10-21T23:55:31.666Z Compiling crossbeam-deque v0.8.5
12882024-10-21T23:55:32.012Z Compiling term v0.7.0
12892024-10-21T23:55:33.497Z Compiling crossbeam-channel v0.5.13
12902024-10-21T23:55:33.564Z Compiling num-integer v0.1.46
12912024-10-21T23:55:34.251Z Compiling idna v0.3.0
12922024-10-21T23:55:34.354Z Compiling idna v0.4.0
12932024-10-21T23:55:34.604Z Compiling rustls-pemfile v2.2.0
12942024-10-21T23:55:34.959Z Compiling ff v0.13.0
12952024-10-21T23:55:35.189Z Compiling hash32 v0.2.1
12962024-10-21T23:55:35.577Z Compiling is-terminal v0.4.13
12972024-10-21T23:55:35.714Z Compiling dropshot v0.12.0
12982024-10-21T23:55:35.912Z Compiling object v0.36.5
12992024-10-21T23:55:35.970Z Compiling linked-hash-map v0.5.6
13002024-10-21T23:55:36.000Z Compiling stable_deref_trait v1.2.0
13012024-10-21T23:55:36.036Z Compiling portable-atomic v1.9.0
13022024-10-21T23:55:36.106Z Compiling rustc-demangle v0.1.24
13032024-10-21T23:55:36.337Z Compiling take_mut v0.2.2
13042024-10-21T23:55:36.506Z Compiling psl-types v2.0.11
13052024-10-21T23:55:36.704Z Compiling dyn-clone v1.0.17
13062024-10-21T23:55:36.926Z Compiling utf-8 v0.7.6
13072024-10-21T23:55:37.127Z Compiling anyhow v1.0.89
13082024-10-21T23:55:37.148Z Compiling quick-error v1.2.3
13092024-10-21T23:55:37.259Z Compiling num-bigint-dig v0.8.4
13102024-10-21T23:55:37.294Z Compiling smoltcp v0.9.1
13112024-10-21T23:55:37.525Z Compiling fallible-iterator v0.2.0
13122024-10-21T23:55:37.574Z Compiling base16ct v0.2.0
13132024-10-21T23:55:37.958Z Compiling hyper v1.4.1
13142024-10-21T23:55:37.986Z Compiling sec1 v0.7.3
13152024-10-21T23:55:38.172Z Compiling resolv-conf v0.7.0
13162024-10-21T23:55:38.310Z Compiling postgres-protocol v0.6.7
13172024-10-21T23:55:38.577Z Compiling tungstenite v0.24.0
13182024-10-21T23:55:39.670Z Compiling publicsuffix v2.2.3
13192024-10-21T23:55:41.077Z Compiling hyper-util v0.1.9
13202024-10-21T23:55:41.186Z Compiling lru-cache v0.1.2
13212024-10-21T23:55:41.767Z Compiling slog-term v2.9.1
13222024-10-21T23:55:41.809Z Compiling usdt v0.5.0
13232024-10-21T23:55:42.332Z Compiling hickory-proto v0.24.1
13242024-10-21T23:55:42.352Z Compiling group v0.13.0
13252024-10-21T23:55:42.541Z Compiling num-iter v0.1.45
13262024-10-21T23:55:42.711Z Compiling tokio-rustls v0.26.0
13272024-10-21T23:55:42.931Z Compiling tokio-rustls v0.25.0
13282024-10-21T23:55:43.061Z Compiling tokio-native-tls v0.3.1
13292024-10-21T23:55:43.165Z Compiling backtrace v0.3.74
13302024-10-21T23:55:43.344Z Compiling async-stream v0.3.6
13312024-10-21T23:55:43.361Z Compiling toml v0.8.19
13322024-10-21T23:55:43.660Z Compiling futures v0.3.31
13332024-10-21T23:55:43.899Z Compiling camino v1.1.9
13342024-10-21T23:55:44.881Z Compiling slog-bunyan v2.5.0
13352024-10-21T23:55:45.107Z Compiling terminal_size v0.4.0
13362024-10-21T23:55:45.157Z Compiling dropshot_endpoint v0.12.0
13372024-10-21T23:55:45.309Z Compiling openapiv3 v2.0.0
13382024-10-21T23:55:45.331Z Compiling serde_path_to_error v0.1.16
13392024-10-21T23:55:45.822Z Compiling hkdf v0.12.4
13402024-10-21T23:55:46.081Z Compiling crypto-bigint v0.5.5
13412024-10-21T23:55:46.102Z Compiling zerocopy-derive v0.6.6
13422024-10-21T23:55:46.200Z Compiling curve25519-dalek-derive v0.1.1
13432024-10-21T23:55:46.803Z Compiling phf_shared v0.11.2
13442024-10-21T23:55:47.210Z Compiling waitgroup v0.1.2
13452024-10-21T23:55:47.298Z Compiling hubpack_derive v0.1.1
13462024-10-21T23:55:47.440Z Compiling webpki-roots v0.26.6
13472024-10-21T23:55:47.697Z Compiling hostname v0.4.0
13482024-10-21T23:55:47.860Z Compiling ahash v0.8.11
13492024-10-21T23:55:47.959Z Compiling fs-err v2.11.0
13502024-10-21T23:55:48.240Z Compiling winnow v0.5.40
13512024-10-21T23:55:48.263Z Compiling bitflags v1.3.2
13522024-10-21T23:55:48.291Z Compiling debug-ignore v1.0.5
13532024-10-21T23:55:48.311Z Compiling managed v0.8.0
13542024-10-21T23:55:48.372Z Compiling clap_builder v4.5.20
13552024-10-21T23:55:48.441Z Compiling zerocopy v0.6.6
13562024-10-21T23:55:49.322Z Compiling elliptic-curve v0.13.8
13572024-10-21T23:55:49.764Z Compiling hubpack v0.1.2
13582024-10-21T23:55:50.223Z Compiling console v0.15.8
13592024-10-21T23:55:50.388Z Compiling strum_macros v0.25.3
13602024-10-21T23:55:51.002Z Compiling hickory-resolver v0.24.1
13612024-10-21T23:55:51.801Z Compiling toml_edit v0.19.15
13622024-10-21T23:55:52.431Z Compiling hyper-rustls v0.27.3
13632024-10-21T23:55:52.968Z Compiling phf v0.11.2
13642024-10-21T23:55:53.093Z Compiling signal-hook-mio v0.2.4
13652024-10-21T23:55:53.265Z Compiling cookie_store v0.21.0
13662024-10-21T23:55:54.168Z Compiling rayon v1.10.0
13672024-10-21T23:55:54.627Z Compiling hyper-tls v0.6.0
13682024-10-21T23:55:55.048Z Compiling tokio-tungstenite v0.24.0
13692024-10-21T23:55:56.946Z Compiling postgres-types v0.2.8
13702024-10-21T23:55:57.823Z Compiling tokio-stream v0.1.16
13712024-10-21T23:55:57.937Z Compiling serde-big-array v0.5.1
13722024-10-21T23:55:58.202Z Compiling ed25519 v2.2.3
13732024-10-21T23:55:58.541Z Compiling pkcs1 v0.7.5
13742024-10-21T23:55:58.930Z Compiling rfc6979 v0.4.0
13752024-10-21T23:55:59.080Z Compiling regex v1.11.0
13762024-10-21T23:55:59.129Z Compiling bstr v1.10.0
13772024-10-21T23:55:59.622Z Compiling serde_repr v0.1.19
13782024-10-21T23:55:59.798Z Compiling derive-where v1.2.7
13792024-10-21T23:56:00.058Z Compiling clap_derive v4.5.18
13802024-10-21T23:56:00.232Z Compiling phf_shared v0.10.0
13812024-10-21T23:56:00.263Z Compiling float-cmp v0.9.0
13822024-10-21T23:56:00.483Z Compiling sync_wrapper v1.0.1
13832024-10-21T23:56:00.608Z Compiling crc32fast v1.4.2
13842024-10-21T23:56:00.643Z Compiling bit-vec v0.6.3
13852024-10-21T23:56:00.663Z Compiling fixedbitset v0.4.2
13862024-10-21T23:56:00.804Z Compiling difflib v0.4.0
13872024-10-21T23:56:00.960Z Compiling whoami v1.5.2
13882024-10-21T23:56:00.984Z Compiling minimal-lexical v0.2.1
13892024-10-21T23:56:01.124Z Compiling unicode-segmentation v1.12.0
13902024-10-21T23:56:01.127Z Compiling predicates-core v1.0.8
13912024-10-21T23:56:01.518Z Compiling number_prefix v0.4.0
13922024-10-21T23:56:01.558Z Compiling new_debug_unreachable v1.0.6
13932024-10-21T23:56:01.625Z Compiling precomputed-hash v0.1.1
13942024-10-21T23:56:01.666Z Compiling normalize-line-endings v0.3.0
13952024-10-21T23:56:01.747Z Compiling static_assertions v1.1.0
13962024-10-21T23:56:01.770Z Compiling predicates v3.1.2
13972024-10-21T23:56:01.800Z Compiling string_cache v0.8.7
13982024-10-21T23:56:01.862Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13992024-10-21T23:56:02.114Z Compiling similar v2.6.0
14002024-10-21T23:56:02.280Z Compiling indicatif v0.17.8
14012024-10-21T23:56:02.414Z Compiling nom v7.1.3
14022024-10-21T23:56:03.570Z Compiling qorb v0.1.2
14032024-10-21T23:56:03.608Z Compiling tokio-postgres v0.7.12
14042024-10-21T23:56:04.574Z Compiling bit-set v0.5.3
14052024-10-21T23:56:04.660Z Compiling petgraph v0.6.5
14062024-10-21T23:56:04.855Z Compiling flate2 v1.0.34
14072024-10-21T23:56:05.389Z Compiling clap v4.5.20
14082024-10-21T23:56:05.527Z Compiling reqwest v0.12.8
14092024-10-21T23:56:05.819Z Compiling ecdsa v0.16.9
14102024-10-21T23:56:06.238Z Compiling rsa v0.9.6
14112024-10-21T23:56:06.703Z Compiling ed25519-dalek v2.1.1
14122024-10-21T23:56:08.055Z Compiling toml v0.7.8
14132024-10-21T23:56:08.670Z Compiling crossterm v0.28.1
14142024-10-21T23:56:09.656Z Compiling itertools v0.10.5
14152024-10-21T23:56:09.813Z Compiling itertools v0.12.1
14162024-10-21T23:56:09.931Z Compiling hex v0.4.3
14172024-10-21T23:56:10.221Z Compiling x509-cert v0.2.5
14182024-10-21T23:56:10.288Z Compiling lalrpop-util v0.19.12
14192024-10-21T23:56:10.534Z Compiling unicode-xid v0.2.6
14202024-10-21T23:56:10.653Z Compiling peg-runtime v0.8.3
14212024-10-21T23:56:10.710Z Compiling xattr v1.3.1
14222024-10-21T23:56:10.974Z Compiling strum_macros v0.26.4
14232024-10-21T23:56:11.349Z Compiling filetime v0.2.25
14242024-10-21T23:56:11.682Z Compiling tar v0.4.42
14252024-10-21T23:56:14.793Z Compiling strum v0.26.3
14262024-10-21T23:56:15.035Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14272024-10-21T23:56:15.314Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14282024-10-21T23:56:20.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
14292024-10-21T23:56:21.093Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14302024-10-21T23:56:21.146ZOct 21 23:56:20.037 INFO Starting download, target: Console
14312024-10-21T23:56:21.147ZOct 21 23:56:20.037 INFO Starting download, target: Clickhouse
14322024-10-21T23:56:21.147ZOct 21 23:56:20.037 INFO Starting download, target: Cockroach
14332024-10-21T23:56:21.147ZOct 21 23:56:20.037 INFO Starting download, target: DendriteOpenapi
14342024-10-21T23:56:21.147ZOct 21 23:56:20.037 INFO Starting download, target: DendriteStub
14352024-10-21T23:56:21.150ZOct 21 23:56:20.037 INFO Starting download, target: MaghemiteMgd
14362024-10-21T23:56:21.150ZOct 21 23:56:20.037 INFO Starting download, target: TransceiverControl
14372024-10-21T23:56:21.150ZOct 21 23:56:20.038 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14382024-10-21T23:56:21.150ZOct 21 23:56:20.038 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14392024-10-21T23:56:21.150ZOct 21 23:56:20.038 INFO Downloading out/downloads/dpd-b425a6c783b3081613ffa00407f271cae06568c4.json (attempt 1/3), target: DendriteOpenapi
14402024-10-21T23:56:21.150ZOct 21 23:56:20.038 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14412024-10-21T23:56:21.150ZOct 21 23:56:20.038 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14422024-10-21T23:56:21.150ZOct 21 23:56:20.038 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14432024-10-21T23:56:21.150ZOct 21 23:56:20.038 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14442024-10-21T23:56:21.330ZOct 21 23:56:20.213 INFO Download complete, target: DendriteOpenapi
14452024-10-21T23:56:21.652ZOct 21 23:56:20.533 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14462024-10-21T23:56:21.678ZOct 21 23:56:20.564 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14472024-10-21T23:56:21.869ZOct 21 23:56:20.759 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14482024-10-21T23:56:21.897ZOct 21 23:56:20.787 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14492024-10-21T23:56:22.062ZOct 21 23:56:20.952 INFO Download complete, target: Console
14502024-10-21T23:56:22.321ZOct 21 23:56:21.211 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14512024-10-21T23:56:22.321ZOct 21 23:56:21.211 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14522024-10-21T23:56:22.459ZOct 21 23:56:21.348 INFO Download complete, target: TransceiverControl
14532024-10-21T23:56:23.432ZOct 21 23:56:22.321 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14542024-10-21T23:56:25.391ZOct 21 23:56:24.280 INFO Download complete, target: MaghemiteMgd
14552024-10-21T23:56:25.507ZOct 21 23:56:24.396 INFO Download complete, target: DendriteStub
14562024-10-21T23:56:30.971ZOct 21 23:56:29.857 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14572024-10-21T23:56:31.363ZOct 21 23:56:30.249 INFO Checking that binary works, target: Cockroach
14582024-10-21T23:56:31.532ZOct 21 23:56:30.418 INFO Download complete, target: Cockroach
14592024-10-21T23:56:37.735ZOct 21 23:56:36.618 INFO Checking that binary works, target: Clickhouse
14602024-10-21T23:56:38.193ZOct 21 23:56:37.075 INFO Download complete, target: Clickhouse
14612024-10-21T23:56:38.200ZAll prerequisites installed successfully
14622024-10-21T23:56:38.203Z
14632024-10-21T23:56:38.203Zreal 4:13.792741089
14642024-10-21T23:56:38.203Zuser 13:05.160959337
14652024-10-21T23:56:38.203Zsys 2:45.783801749
14662024-10-21T23:56:38.203Ztrap 0.462803437
14672024-10-21T23:56:38.203Ztflt 4.204243626
14682024-10-21T23:56:38.203Zdflt 3.976472816
14692024-10-21T23:56:38.203Zkflt 0.460024359
14702024-10-21T23:56:38.203Zlock 25:59.492489605
14712024-10-21T23:56:38.203Zslp 50:56.163024469
14722024-10-21T23:56:38.203Zlat 47.113110158
14732024-10-21T23:56:38.203Zstop 2:08.424081395
14742024-10-21T23:56:38.203Z+ ptime -m cargo xtask download softnpu
14752024-10-21T23:56:38.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14762024-10-21T23:56:38.785Z Running `target/debug/xtask download softnpu`
14772024-10-21T23:56:39.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
14782024-10-21T23:56:39.705Z Running `target/debug/xtask-downloader softnpu`
14792024-10-21T23:56:39.739ZOct 21 23:56:38.621 INFO Starting download, target: Softnpu
14802024-10-21T23:56:39.742ZOct 21 23:56:38.622 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14812024-10-21T23:56:40.542ZOct 21 23:56:39.423 INFO Download complete, target: Softnpu
14822024-10-21T23:56:40.546Z
14832024-10-21T23:56:40.546Zreal 2.336683166
14842024-10-21T23:56:40.546Zuser 1.294888663
14852024-10-21T23:56:40.546Zsys 0.557717409
14862024-10-21T23:56:40.546Ztrap 0.000453342
14872024-10-21T23:56:40.546Ztflt 0.000042591
14882024-10-21T23:56:40.546Zdflt 0.000000000
14892024-10-21T23:56:40.546Zkflt 0.000000000
14902024-10-21T23:56:40.546Zlock 8.395550016
14912024-10-21T23:56:40.546Zslp 0.781815335
14922024-10-21T23:56:40.546Zlat 0.069505308
14932024-10-21T23:56:40.546Zstop 0.000358280
14942024-10-21T23:56:40.549Z+ export CARGO_INCREMENTAL=0
14952024-10-21T23:56:40.549Z+ CARGO_INCREMENTAL=0
14962024-10-21T23:56:40.549Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14972024-10-21T23:56:41.578Z Compiling proc-macro2 v1.0.87
14982024-10-21T23:56:41.578Z Compiling unicode-ident v1.0.13
14992024-10-21T23:56:41.578Z Compiling libc v0.2.161
15002024-10-21T23:56:41.581Z Compiling serde v1.0.210
15012024-10-21T23:56:41.581Z Compiling autocfg v1.4.0
15022024-10-21T23:56:41.581Z Compiling version_check v0.9.5
15032024-10-21T23:56:41.581Z Compiling cfg-if v1.0.0
15042024-10-21T23:56:41.858Z Compiling typenum v1.17.0
15052024-10-21T23:56:41.878Z Compiling memchr v2.7.4
15062024-10-21T23:56:41.893Z Compiling shlex v1.3.0
15072024-10-21T23:56:42.454Z Compiling generic-array v0.14.7
15082024-10-21T23:56:42.608Z Compiling lock_api v0.4.12
15092024-10-21T23:56:42.749Z Compiling parking_lot_core v0.9.10
15102024-10-21T23:56:42.773Z Compiling once_cell v1.20.2
15112024-10-21T23:56:42.920Z Compiling serde_json v1.0.128
15122024-10-21T23:56:43.154Z Compiling thiserror v1.0.64
15132024-10-21T23:56:43.177Z Compiling libm v0.2.8
15142024-10-21T23:56:43.257Z Compiling quote v1.0.37
15152024-10-21T23:56:43.298Z Compiling num-traits v0.2.19
15162024-10-21T23:56:43.605Z Compiling value-bag v1.9.0
15172024-10-21T23:56:43.618Z Compiling getrandom v0.2.15
15182024-10-21T23:56:43.667Z Compiling syn v2.0.79
15192024-10-21T23:56:43.899Z Compiling jobserver v0.1.32
15202024-10-21T23:56:43.918Z Compiling itoa v1.0.11
15212024-10-21T23:56:44.086Z Compiling log v0.4.22
15222024-10-21T23:56:44.105Z Compiling slab v0.4.9
15232024-10-21T23:56:44.150Z Compiling scopeguard v1.2.0
15242024-10-21T23:56:44.313Z Compiling cc v1.1.30
15252024-10-21T23:56:44.433Z Compiling rand_core v0.6.4
15262024-10-21T23:56:44.468Z Compiling byteorder v1.5.0
15272024-10-21T23:56:45.034Z Compiling subtle v2.6.1
15282024-10-21T23:56:45.054Z Compiling allocator-api2 v0.2.18
15292024-10-21T23:56:45.870Z Compiling semver v1.0.23
15302024-10-21T23:56:46.112Z Compiling ryu v1.0.18
15312024-10-21T23:56:46.254Z Compiling const-oid v0.9.6
15322024-10-21T23:56:46.382Z Compiling pin-project-lite v0.2.14
15332024-10-21T23:56:46.399Z Compiling smallvec v1.13.2
15342024-10-21T23:56:46.428Z Compiling foldhash v0.1.3
15352024-10-21T23:56:46.516Z Compiling equivalent v1.0.1
15362024-10-21T23:56:46.609Z Compiling httparse v1.9.5
15372024-10-21T23:56:46.631Z Compiling hashbrown v0.15.0
15382024-10-21T23:56:46.872Z Compiling schemars v0.8.21
15392024-10-21T23:56:47.302Z Compiling signal-hook-registry v1.4.2
15402024-10-21T23:56:47.565Z Compiling heck v0.5.0
15412024-10-21T23:56:47.584Z Compiling mio v1.0.2
15422024-10-21T23:56:47.813Z Compiling ring v0.17.8
15432024-10-21T23:56:47.984Z Compiling parking_lot v0.12.3
15442024-10-21T23:56:48.687Z Compiling crossbeam-utils v0.8.20
15452024-10-21T23:56:48.787Z Compiling socket2 v0.5.7
15462024-10-21T23:56:48.903Z Compiling pkg-config v0.3.31
15472024-10-21T23:56:49.230Z Compiling vcpkg v0.2.15
15482024-10-21T23:56:49.251Z Compiling time-core v0.1.2
15492024-10-21T23:56:50.010Z Compiling futures-core v0.3.31
15502024-10-21T23:56:50.227Z Compiling fnv v1.0.7
15512024-10-21T23:56:50.276Z Compiling num-conv v0.1.0
15522024-10-21T23:56:50.562Z Compiling time-macros v0.2.18
15532024-10-21T23:56:50.984Z Compiling spin v0.9.8
15542024-10-21T23:56:51.004Z Compiling openssl-sys v0.9.103
15552024-10-21T23:56:51.409Z Compiling serde_derive_internals v0.29.1
15562024-10-21T23:56:51.772Z Compiling cpufeatures v0.2.14
15572024-10-21T23:56:51.884Z Compiling futures-sink v0.3.31
15582024-10-21T23:56:52.449Z Compiling ahash v0.8.11
15592024-10-21T23:56:52.578Z Compiling syn v1.0.109
15602024-10-21T23:56:52.729Z Compiling slog v2.7.0
15612024-10-21T23:56:52.998Z Compiling rustix v0.38.37
15622024-10-21T23:56:53.354Z Compiling futures-channel v0.3.31
15632024-10-21T23:56:53.501Z Compiling iana-time-zone v0.1.61
15642024-10-21T23:56:53.642Z Compiling futures-task v0.3.31
15652024-10-21T23:56:53.667Z Compiling pin-utils v0.1.0
15662024-10-21T23:56:53.688Z Compiling futures-io v0.3.31
15672024-10-21T23:56:53.765Z Compiling openssl v0.10.66
15682024-10-21T23:56:53.785Z Compiling tinyvec_macros v0.1.1
15692024-10-21T23:56:53.886Z Compiling ucd-trie v0.1.7
15702024-10-21T23:56:53.930Z Compiling tinyvec v1.8.0
15712024-10-21T23:56:54.527Z Compiling native-tls v0.2.12
15722024-10-21T23:56:54.659Z Compiling rustls v0.23.14
15732024-10-21T23:56:54.883Z Compiling unicode-bidi v0.3.17
15742024-10-21T23:56:54.952Z Compiling base64ct v1.6.0
15752024-10-21T23:56:55.433Z Compiling unicode-normalization v0.1.24
15762024-10-21T23:56:55.529Z Compiling pem-rfc7468 v0.7.0
15772024-10-21T23:56:56.299Z Compiling tracing-core v0.1.32
15782024-10-21T23:56:56.552Z Compiling cookie v0.18.1
15792024-10-21T23:56:56.883Z Compiling usdt-impl v0.5.0
15802024-10-21T23:56:56.919Z Compiling serde_derive v1.0.210
15812024-10-21T23:56:57.246Z Compiling zeroize_derive v1.4.2
15822024-10-21T23:56:57.502Z Compiling zerocopy-derive v0.7.35
15832024-10-21T23:56:57.799Z Compiling thiserror-impl v1.0.64
15842024-10-21T23:56:58.565Z Compiling tokio-macros v2.4.0
15852024-10-21T23:56:58.602Z Compiling zeroize v1.8.1
15862024-10-21T23:56:59.390Z Compiling futures-macro v0.3.31
15872024-10-21T23:56:59.935Z Compiling zerocopy v0.7.35
15882024-10-21T23:57:00.637Z Compiling crypto-common v0.1.6
15892024-10-21T23:57:01.003Z Compiling tracing-attributes v0.1.27
15902024-10-21T23:57:01.102Z Compiling block-buffer v0.10.4
15912024-10-21T23:57:01.350Z Compiling digest v0.10.7
15922024-10-21T23:57:01.551Z Compiling schemars_derive v0.8.21
15932024-10-21T23:57:01.785Z Compiling der_derive v0.7.3
15942024-10-21T23:57:03.235Z Compiling hmac v0.12.1
15952024-10-21T23:57:03.264Z Compiling scroll_derive v0.12.0
15962024-10-21T23:57:03.450Z Compiling futures-util v0.3.31
15972024-10-21T23:57:04.013Z Compiling pest v2.7.14
15982024-10-21T23:57:04.429Z Compiling block-padding v0.3.3
15992024-10-21T23:57:04.667Z Compiling inout v0.1.3
16002024-10-21T23:57:04.911Z Compiling openssl-macros v0.1.1
16012024-10-21T23:57:05.629Z Compiling cipher v0.4.4
16022024-10-21T23:57:05.773Z Compiling sha2 v0.10.8
16032024-10-21T23:57:06.144Z Compiling ppv-lite86 v0.2.20
16042024-10-21T23:57:06.691Z Compiling pest_meta v2.7.14
16052024-10-21T23:57:06.926Z Compiling flagset v0.4.6
16062024-10-21T23:57:07.013Z Compiling dyn-clone v1.0.17
16072024-10-21T23:57:07.209Z Compiling anyhow v1.0.89
16082024-10-21T23:57:07.368Z Compiling der v0.7.9
16092024-10-21T23:57:07.725Z Compiling rand_chacha v0.3.1
16102024-10-21T23:57:08.637Z Compiling pest_generator v2.7.14
16112024-10-21T23:57:08.705Z Compiling scroll v0.12.0
16122024-10-21T23:57:09.275Z Compiling tracing v0.1.40
16132024-10-21T23:57:10.139Z Compiling bytes v1.7.2
16142024-10-21T23:57:10.181Z Compiling indexmap v2.6.0
16152024-10-21T23:57:10.408Z Compiling serde_tokenstream v0.2.2
16162024-10-21T23:57:11.022Z Compiling rustc_version v0.4.1
16172024-10-21T23:57:11.052Z Compiling tokio v1.40.0
16182024-10-21T23:57:11.321Z Compiling http v1.1.0
16192024-10-21T23:57:11.399Z Compiling uuid v1.10.0
16202024-10-21T23:57:11.679Z Compiling chrono v0.4.38
16212024-10-21T23:57:12.569Z Compiling bitflags v2.6.0
16222024-10-21T23:57:13.174Z Compiling serde_spanned v0.6.8
16232024-10-21T23:57:13.428Z Compiling toml_datetime v0.6.8
16242024-10-21T23:57:13.893Z Compiling pest_derive v2.7.14
16252024-10-21T23:57:15.445Z Compiling async-trait v0.1.83
16262024-10-21T23:57:18.204Z Compiling aho-corasick v1.1.3
16272024-10-21T23:57:18.427Z Compiling plain v0.2.3
16282024-10-21T23:57:18.595Z Compiling rayon-core v1.12.1
16292024-10-21T23:57:18.919Z Compiling camino v1.1.9
16302024-10-21T23:57:19.339Z Compiling percent-encoding v2.3.1
16312024-10-21T23:57:19.508Z Compiling rustls-pki-types v1.9.0
16322024-10-21T23:57:19.662Z Compiling regex-syntax v0.8.5
16332024-10-21T23:57:20.483Z Compiling tokio-util v0.7.12
16342024-10-21T23:57:20.523Z Compiling goblin v0.8.2
16352024-10-21T23:57:21.724Z Compiling spki v0.7.3
16362024-10-21T23:57:21.774Z Compiling rand v0.8.5
16372024-10-21T23:57:22.122Z Compiling salsa20 v0.10.2
16382024-10-21T23:57:22.358Z Compiling pbkdf2 v0.12.2
16392024-10-21T23:57:23.126Z Compiling untrusted v0.9.0
16402024-10-21T23:57:23.311Z Compiling winnow v0.5.40
16412024-10-21T23:57:23.394Z Compiling regex-automata v0.4.8
16422024-10-21T23:57:23.480Z Compiling pretty-hex v0.4.1
16432024-10-21T23:57:23.699Z Compiling powerfmt v0.2.0
16442024-10-21T23:57:24.087Z Compiling rustls v0.22.4
16452024-10-21T23:57:24.872Z Compiling deranged v0.3.11
16462024-10-21T23:57:27.018Z Compiling toml_edit v0.19.15
16472024-10-21T23:57:27.291Z Compiling dof v0.3.0
16482024-10-21T23:57:27.844Z Compiling scrypt v0.11.0
16492024-10-21T23:57:28.694Z Compiling dtrace-parser v0.2.0
16502024-10-21T23:57:29.111Z Compiling aes v0.8.4
16512024-10-21T23:57:29.529Z Compiling cbc v0.1.2
16522024-10-21T23:57:29.930Z Compiling thread-id v4.2.2
16532024-10-21T23:57:30.008Z Compiling num_threads v0.1.7
16542024-10-21T23:57:30.056Z Compiling rustversion v1.0.17
16552024-10-21T23:57:30.152Z Compiling atomic-waker v1.1.2
16562024-10-21T23:57:30.458Z Compiling time v0.3.36
16572024-10-21T23:57:30.531Z Compiling pkcs5 v0.7.1
16582024-10-21T23:57:31.687Z Compiling rustls-webpki v0.102.8
16592024-10-21T23:57:33.121Z Compiling form_urlencoded v1.2.1
16602024-10-21T23:57:33.415Z Compiling http-body v1.0.1
16612024-10-21T23:57:33.573Z Compiling heapless v0.7.17
16622024-10-21T23:57:34.030Z Compiling multer v3.1.0
16632024-10-21T23:57:34.147Z Compiling signal-hook v0.3.17
16642024-10-21T23:57:34.487Z Compiling try-lock v0.2.5
16652024-10-21T23:57:34.641Z Compiling slog-async v2.8.0
16662024-10-21T23:57:34.904Z Compiling want v0.3.1
16672024-10-21T23:57:35.167Z Compiling pkcs8 v0.10.2
16682024-10-21T23:57:35.808Z Compiling h2 v0.4.6
16692024-10-21T23:57:36.466Z Compiling regex v1.11.0
16702024-10-21T23:57:37.496Z Compiling httpdate v1.0.3
16712024-10-21T23:57:37.496Z Compiling strsim v0.11.1
16722024-10-21T23:57:37.918Z Compiling paste v1.0.15
16732024-10-21T23:57:39.537Z Compiling usdt-attr-macro v0.5.0
16742024-10-21T23:57:39.720Z Compiling usdt-macro v0.5.0
16752024-10-21T23:57:40.293Z Compiling openapiv3 v2.0.0
16762024-10-21T23:57:41.113Z Compiling curve25519-dalek v4.1.3
16772024-10-21T23:57:41.161Z Compiling async-stream-impl v0.3.6
16782024-10-21T23:57:41.596Z Compiling enum-as-inner v0.6.1
16792024-10-21T23:57:42.530Z Compiling idna v0.5.0
16802024-10-21T23:57:42.833Z Compiling errno v0.3.9
16812024-10-21T23:57:42.981Z Compiling dropshot v0.12.0
16822024-10-21T23:57:43.106Z Compiling hyper v1.4.1
16832024-10-21T23:57:43.962Z Compiling base64 v0.22.1
16842024-10-21T23:57:44.090Z Compiling foreign-types-shared v0.1.1
16852024-10-21T23:57:44.220Z Compiling num-bigint-dig v0.8.4
16862024-10-21T23:57:44.549Z Compiling smoltcp v0.9.1
16872024-10-21T23:57:44.676Z Compiling match_cfg v0.1.0
16882024-10-21T23:57:44.786Z Compiling tower-service v0.3.3
16892024-10-21T23:57:44.928Z Compiling adler2 v2.0.0
16902024-10-21T23:57:44.978Z Compiling portable-atomic v1.9.0
16912024-10-21T23:57:45.210Z Compiling miniz_oxide v0.8.0
16922024-10-21T23:57:45.235Z Compiling hostname v0.3.1
16932024-10-21T23:57:45.488Z Compiling foreign-types v0.3.2
16942024-10-21T23:57:45.604Z Compiling url v2.5.2
16952024-10-21T23:57:45.995Z Compiling hyper-util v0.1.9
16962024-10-21T23:57:48.771Z Compiling dirs-sys-next v0.1.2
16972024-10-21T23:57:48.987Z Compiling gimli v0.31.1
16982024-10-21T23:57:49.003Z Compiling data-encoding v2.6.0
16992024-10-21T23:57:49.214Z Compiling siphasher v0.3.11
17002024-10-21T23:57:49.276Z Compiling heck v0.4.1
17012024-10-21T23:57:50.735Z Compiling dirs-next v2.0.0
17022024-10-21T23:57:54.132Z Compiling addr2line v0.24.2
17032024-10-21T23:57:56.179Z Compiling http-body-util v0.1.2
17042024-10-21T23:57:56.887Z Compiling crossbeam-epoch v0.9.18
17052024-10-21T23:57:57.005Z Compiling dropshot_endpoint v0.12.0
17062024-10-21T23:57:57.666Z Compiling hubpack_derive v0.1.1
17072024-10-21T23:57:58.271Z Compiling signature v2.2.0
17082024-10-21T23:57:58.517Z Compiling sha1 v0.10.6
17092024-10-21T23:57:58.629Z Compiling zerocopy-derive v0.6.6
17102024-10-21T23:57:58.812Z Compiling curve25519-dalek-derive v0.1.1
17112024-10-21T23:57:58.960Z Compiling lazy_static v1.5.0
17122024-10-21T23:57:59.007Z Compiling object v0.36.5
17132024-10-21T23:58:00.207Z Compiling thread_local v1.1.8
17142024-10-21T23:58:00.501Z Compiling fs-err v2.11.0
17152024-10-21T23:58:00.570Z Compiling encoding_rs v0.8.34
17162024-10-21T23:58:00.656Z Compiling utf8parse v0.2.2
17172024-10-21T23:58:00.849Z Compiling openssl-probe v0.1.5
17182024-10-21T23:58:01.137Z Compiling stable_deref_trait v1.2.0
17192024-10-21T23:58:01.159Z Compiling anstyle v1.0.8
17202024-10-21T23:58:01.257Z Compiling winnow v0.6.20
17212024-10-21T23:58:01.624Z Compiling either v1.13.0
17222024-10-21T23:58:02.090Z Compiling mime v0.3.17
17232024-10-21T23:58:02.644Z Compiling unicode-properties v0.1.3
17242024-10-21T23:58:02.953Z Compiling rustc-demangle v0.1.24
17252024-10-21T23:58:04.243Z Compiling ipnet v2.10.1
17262024-10-21T23:58:05.162Z Compiling toml_edit v0.22.22
17272024-10-21T23:58:05.291Z Compiling stringprep v0.1.5
17282024-10-21T23:58:06.122Z Compiling anstyle-parse v0.2.5
17292024-10-21T23:58:06.519Z Compiling crossbeam-deque v0.8.5
17302024-10-21T23:58:06.993Z Compiling backtrace v0.3.74
17312024-10-21T23:58:13.646Z Compiling term v0.7.0
17322024-10-21T23:58:14.988Z Compiling slog-json v2.6.1
17332024-10-21T23:58:16.332Z Compiling serde_urlencoded v0.7.1
17342024-10-21T23:58:16.916Z Compiling crossbeam-channel v0.5.13
17352024-10-21T23:58:17.653Z Compiling rustls-pemfile v2.2.0
17362024-10-21T23:58:18.032Z Compiling hashbrown v0.14.5
17372024-10-21T23:58:18.039Z Compiling futures-executor v0.3.31
17382024-10-21T23:58:18.726Z Compiling md-5 v0.10.6
17392024-10-21T23:58:18.991Z Compiling idna v0.3.0
17402024-10-21T23:58:19.047Z Compiling idna v0.4.0
17412024-10-21T23:58:19.299Z Compiling num-integer v0.1.46
17422024-10-21T23:58:19.635Z Compiling ff v0.13.0
17432024-10-21T23:58:19.871Z Compiling hash32 v0.2.1
17442024-10-21T23:58:19.967Z Compiling is-terminal v0.4.13
17452024-10-21T23:58:20.110Z Compiling memmap v0.7.0
17462024-10-21T23:58:20.392Z Compiling anstyle-query v1.1.1
17472024-10-21T23:58:20.426Z Compiling quick-error v1.2.3
17482024-10-21T23:58:20.530Z Compiling fallible-iterator v0.2.0
17492024-10-21T23:58:20.573Z Compiling take_mut v0.2.2
17502024-10-21T23:58:21.223Z Compiling colorchoice v1.0.2
17512024-10-21T23:58:21.488Z Compiling utf-8 v0.7.6
17522024-10-21T23:58:21.834Z Compiling base16ct v0.2.0
17532024-10-21T23:58:21.881Z Compiling is_terminal_polyfill v1.70.1
17542024-10-21T23:58:21.919Z Compiling linked-hash-map v0.5.6
17552024-10-21T23:58:22.019Z Compiling psl-types v2.0.11
17562024-10-21T23:58:22.230Z Compiling publicsuffix v2.2.3
17572024-10-21T23:58:22.313Z Compiling lru-cache v0.1.2
17582024-10-21T23:58:22.495Z Compiling sec1 v0.7.3
17592024-10-21T23:58:22.534Z Compiling anstream v0.6.15
17602024-10-21T23:58:23.206Z Compiling tungstenite v0.24.0
17612024-10-21T23:58:24.751Z Compiling postgres-protocol v0.6.7
17622024-10-21T23:58:25.416Z Compiling resolv-conf v0.7.0
17632024-10-21T23:58:25.945Z Compiling usdt v0.5.0
17642024-10-21T23:58:26.127Z Compiling slog-term v2.9.1
17652024-10-21T23:58:26.318Z Compiling hickory-proto v0.24.1
17662024-10-21T23:58:26.474Z Compiling group v0.13.0
17672024-10-21T23:58:26.804Z Compiling num-iter v0.1.45
17682024-10-21T23:58:27.295Z Compiling regress v0.10.1
17692024-10-21T23:58:30.614Z Compiling futures v0.3.31
17702024-10-21T23:58:32.235Z Compiling tokio-rustls v0.25.0
17712024-10-21T23:58:32.479Z Compiling slog-bunyan v2.5.0
17722024-10-21T23:58:32.620Z Compiling tokio-rustls v0.26.0
17732024-10-21T23:58:32.689Z Compiling toml v0.8.19
17742024-10-21T23:58:32.715Z Compiling tokio-native-tls v0.3.1
17752024-10-21T23:58:33.000Z Compiling terminal_size v0.4.0
17762024-10-21T23:58:33.101Z Compiling strum_macros v0.25.3
17772024-10-21T23:58:33.232Z Compiling phf_shared v0.11.2
17782024-10-21T23:58:33.861Z Compiling async-stream v0.3.6
17792024-10-21T23:58:34.278Z Compiling waitgroup v0.1.2
17802024-10-21T23:58:34.822Z Compiling webpki-roots v0.26.6
17812024-10-21T23:58:35.173Z Compiling serde_path_to_error v0.1.16
17822024-10-21T23:58:35.463Z Compiling hkdf v0.12.4
17832024-10-21T23:58:35.701Z Compiling crypto-bigint v0.5.5
17842024-10-21T23:58:35.983Z Compiling serde_repr v0.1.19
17852024-10-21T23:58:36.015Z Compiling derive-where v1.2.7
17862024-10-21T23:58:36.884Z Compiling clap_derive v4.5.18
17872024-10-21T23:58:37.388Z Compiling hostname v0.4.0
17882024-10-21T23:58:37.834Z Compiling managed v0.8.0
17892024-10-21T23:58:38.316Z Compiling bitflags v1.3.2
17902024-10-21T23:58:38.438Z Compiling clap_lex v0.7.2
17912024-10-21T23:58:39.091Z Compiling unicode-width v0.1.14
17922024-10-21T23:58:39.162Z Compiling debug-ignore v1.0.5
17932024-10-21T23:58:39.416Z Compiling elliptic-curve v0.13.8
17942024-10-21T23:58:39.521Z Compiling clap_builder v4.5.20
17952024-10-21T23:58:39.614Z Compiling console v0.15.8
17962024-10-21T23:58:42.239Z Compiling hyper-rustls v0.27.3
17972024-10-21T23:58:45.416Z Compiling phf v0.11.2
17982024-10-21T23:58:45.466Z Compiling hyper-tls v0.6.0
17992024-10-21T23:58:45.756Z Compiling hickory-resolver v0.24.1
18002024-10-21T23:58:45.890Z Compiling signal-hook-mio v0.2.4
18012024-10-21T23:58:46.084Z Compiling rayon v1.10.0
18022024-10-21T23:58:46.154Z Compiling typify-impl v0.2.0
18032024-10-21T23:58:46.961Z Compiling cookie_store v0.21.0
18042024-10-21T23:58:47.631Z Compiling postgres-types v0.2.8
18052024-10-21T23:58:48.623Z Compiling tokio-tungstenite v0.24.0
18062024-10-21T23:58:49.162Z Compiling zerocopy v0.6.6
18072024-10-21T23:58:49.183Z Compiling hubpack v0.1.2
18082024-10-21T23:58:49.627Z Compiling ed25519 v2.2.3
18092024-10-21T23:58:50.034Z Compiling phf_shared v0.10.0
18102024-10-21T23:58:50.446Z Compiling pkcs1 v0.7.5
18112024-10-21T23:58:51.190Z Compiling bstr v1.10.0
18122024-10-21T23:58:51.227Z Compiling tokio-stream v0.1.16
18132024-10-21T23:58:51.363Z Compiling serde-big-array v0.5.1
18142024-10-21T23:58:51.432Z Compiling rfc6979 v0.4.0
18152024-10-21T23:58:51.592Z Compiling float-cmp v0.9.0
18162024-10-21T23:58:51.632Z Compiling sync_wrapper v1.0.1
18172024-10-21T23:58:51.791Z Compiling crc32fast v1.4.2
18182024-10-21T23:58:51.824Z Compiling bit-vec v0.6.3
18192024-10-21T23:58:52.012Z Compiling precomputed-hash v0.1.1
18202024-10-21T23:58:52.095Z Compiling whoami v1.5.2
18212024-10-21T23:58:52.129Z Compiling static_assertions v1.1.0
18222024-10-21T23:58:52.231Z Compiling fixedbitset v0.4.2
18232024-10-21T23:58:52.251Z Compiling normalize-line-endings v0.3.0
18242024-10-21T23:58:52.267Z Compiling predicates-core v1.0.8
18252024-10-21T23:58:52.580Z Compiling minimal-lexical v0.2.1
18262024-10-21T23:58:52.625Z Compiling number_prefix v0.4.0
18272024-10-21T23:58:52.661Z Compiling new_debug_unreachable v1.0.6
18282024-10-21T23:58:52.784Z Compiling unicode-segmentation v1.12.0
18292024-10-21T23:58:53.043Z Compiling difflib v0.4.0
18302024-10-21T23:58:53.676Z Compiling similar v2.6.0
18312024-10-21T23:58:54.032Z Compiling predicates v3.1.2
18322024-10-21T23:58:54.051Z Compiling nom v7.1.3
18332024-10-21T23:58:54.305Z Compiling indicatif v0.17.8
18342024-10-21T23:58:55.570Z Compiling string_cache v0.8.7
18352024-10-21T23:58:56.036Z Compiling petgraph v0.6.5
18362024-10-21T23:58:56.495Z Compiling tokio-postgres v0.7.12
18372024-10-21T23:58:57.145Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18382024-10-21T23:58:57.424Z Compiling bit-set v0.5.3
18392024-10-21T23:58:57.745Z Compiling qorb v0.1.2
18402024-10-21T23:58:57.830Z Compiling flate2 v1.0.34
18412024-10-21T23:58:58.422Z Compiling typify-macro v0.2.0
18422024-10-21T23:58:58.802Z Compiling reqwest v0.12.8
18432024-10-21T23:59:00.163Z Compiling ecdsa v0.16.9
18442024-10-21T23:59:02.396Z Compiling rsa v0.9.6
18452024-10-21T23:59:02.952Z Compiling ed25519-dalek v2.1.1
18462024-10-21T23:59:03.515Z Compiling crossterm v0.28.1
18472024-10-21T23:59:03.670Z Compiling clap v4.5.20
18482024-10-21T23:59:04.082Z Compiling itertools v0.12.1
18492024-10-21T23:59:05.694Z Compiling itertools v0.10.5
18502024-10-21T23:59:06.899Z Compiling toml v0.7.8
18512024-10-21T23:59:07.137Z Compiling x509-cert v0.2.5
18522024-10-21T23:59:08.094Z Compiling hex v0.4.3
18532024-10-21T23:59:08.740Z Compiling peg-runtime v0.8.3
18542024-10-21T23:59:08.765Z Compiling unicode-xid v0.2.6
18552024-10-21T23:59:09.300Z Compiling lalrpop-util v0.19.12
18562024-10-21T23:59:11.660Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18572024-10-21T23:59:13.721Z Compiling proc-macro-crate v1.3.1
18582024-10-21T23:59:13.900Z Compiling ipnetwork v0.20.0
18592024-10-21T23:59:16.278Z Compiling heapless v0.8.0
18602024-10-21T23:59:16.947Z Compiling num_enum_derive v0.5.11
18612024-10-21T23:59:22.521Z Compiling hash32 v0.3.1
18622024-10-21T23:59:23.250Z Compiling ident_case v1.0.1
18632024-10-21T23:59:23.895Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18642024-10-21T23:59:24.064Z Compiling smoltcp v0.11.0
18652024-10-21T23:59:31.830Z Compiling darling_core v0.20.10
18662024-10-21T23:59:41.344Z Compiling num_enum v0.5.11
18672024-10-21T23:59:41.599Z Compiling typify v0.2.0
18682024-10-21T23:59:43.262Z Compiling proc-macro-error-attr v1.0.4
18692024-10-21T23:59:44.875Z Compiling cobs v0.2.3
18702024-10-21T23:59:45.329Z Compiling unsafe-libyaml v0.2.11
18712024-10-21T23:59:45.628Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18722024-10-21T23:59:46.860Z Compiling serde_yaml v0.9.34+deprecated
18732024-10-21T23:59:47.214Z Compiling postcard v1.0.10
18742024-10-21T23:59:59.914Z Compiling progenitor-impl v0.8.0
18752024-10-22T00:00:00.890Z Compiling darling_macro v0.20.10
18762024-10-22T00:00:13.375Z Compiling strum_macros v0.26.4
18772024-10-22T00:00:14.466Z Compiling foreign-types-macros v0.2.3
18782024-10-22T00:00:14.621Z Compiling structmeta-derive v0.3.0
18792024-10-22T00:00:14.929Z Compiling proc-macro-error v1.0.4
18802024-10-22T00:00:15.053Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18812024-10-22T00:00:16.336Z Compiling newtype-uuid v1.1.2
18822024-10-22T00:00:16.538Z Compiling foreign-types-shared v0.3.1
18832024-10-22T00:00:16.780Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18842024-10-22T00:00:16.977Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18852024-10-22T00:00:17.318Z Compiling structmeta v0.3.0
18862024-10-22T00:00:17.965Z Compiling strum v0.26.3
18872024-10-22T00:00:18.702Z Compiling foreign-types v0.5.0
18882024-10-22T00:00:26.471Z Compiling progenitor-macro v0.8.0
18892024-10-22T00:00:27.427Z Compiling darling v0.20.10
18902024-10-22T00:00:29.083Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
18912024-10-22T00:00:31.458Z Compiling progenitor-client v0.8.0
18922024-10-22T00:00:32.957Z Compiling tabwriter v1.4.0
18932024-10-22T00:00:34.112Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18942024-10-22T00:00:34.763Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18952024-10-22T00:00:34.975Z Compiling cstr-argument v0.1.2
18962024-10-22T00:00:35.263Z Compiling pretty-hex v0.2.1
18972024-10-22T00:00:35.502Z Compiling fastrand v2.1.1
18982024-10-22T00:00:36.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
18992024-10-22T00:00:36.669Z Compiling crucible-workspace-hack v0.1.0
19002024-10-22T00:00:36.727Z Compiling tempfile v3.13.0
19012024-10-22T00:00:36.789Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19022024-10-22T00:00:37.036Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19032024-10-22T00:00:37.142Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19042024-10-22T00:00:37.342Z Compiling serde_with_macros v3.11.0
19052024-10-22T00:00:37.984Z Compiling parse-display-derive v0.10.0
19062024-10-22T00:00:38.334Z Compiling colored v2.1.0
19072024-10-22T00:00:38.497Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19082024-10-22T00:00:39.318Z Compiling instant v0.1.13
19092024-10-22T00:00:39.473Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19102024-10-22T00:00:39.740Z Compiling backoff v0.4.0
19112024-10-22T00:00:39.849Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19122024-10-22T00:00:40.022Z Compiling serde_with v3.11.0
19132024-10-22T00:00:40.062Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19142024-10-22T00:00:42.130Z Compiling progenitor v0.8.0
19152024-10-22T00:00:42.134Z Compiling parse-display v0.10.0
19162024-10-22T00:00:42.313Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19172024-10-22T00:00:42.785Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19182024-10-22T00:00:43.358Z Compiling zone_cfg_derive v0.3.0
19192024-10-22T00:00:44.093Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19202024-10-22T00:00:44.419Z Compiling camino-tempfile v1.1.1
19212024-10-22T00:00:44.858Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19222024-10-22T00:00:44.906Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19232024-10-22T00:00:45.115Z Compiling regress v0.9.1
19242024-10-22T00:00:45.224Z Compiling macaddr v1.0.1
19252024-10-22T00:00:45.342Z Compiling num-derive v0.4.2
19262024-10-22T00:00:45.647Z Compiling sigpipe v0.1.3
19272024-10-22T00:00:45.798Z Compiling libefi-sys v0.1.0
19282024-10-22T00:00:45.875Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19292024-10-22T00:00:46.203Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19302024-10-22T00:00:46.259Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19312024-10-22T00:00:46.844Z Compiling zone v0.3.0
19322024-10-22T00:00:47.745Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
19332024-10-22T00:00:49.318Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19342024-10-22T00:00:49.654Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19352024-10-22T00:00:50.218Z Compiling smf v0.2.3
19362024-10-22T00:00:50.512Z Compiling bitfield-struct v0.6.2
19372024-10-22T00:00:51.944Z Compiling blake3 v1.5.4
19382024-10-22T00:00:52.640Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19392024-10-22T00:00:52.876Z Compiling ring v0.16.20
19402024-10-22T00:00:53.929Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19412024-10-22T00:00:54.074Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19422024-10-22T00:00:54.426Z Compiling xattr v1.3.1
19432024-10-22T00:00:54.692Z Compiling filetime v0.2.25
19442024-10-22T00:00:54.748Z Compiling memmap2 v0.9.5
19452024-10-22T00:00:55.046Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19462024-10-22T00:00:58.724Z Compiling constant_time_eq v0.3.1
19472024-10-22T00:00:58.744Z Compiling arrayref v0.3.9
19482024-10-22T00:00:58.744Z Compiling spin v0.5.2
19492024-10-22T00:00:58.744Z Compiling untrusted v0.7.1
19502024-10-22T00:00:58.744Z Compiling same-file v1.0.6
19512024-10-22T00:00:58.744Z Compiling arrayvec v0.7.6
19522024-10-22T00:00:58.744Z Compiling walkdir v2.5.0
19532024-10-22T00:00:58.744Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19542024-10-22T00:00:58.744Z Compiling tar v0.4.42
19552024-10-22T00:00:58.766Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19562024-10-22T00:00:58.766Z Compiling gethostname v0.5.0
19572024-10-22T00:00:58.766Z Compiling cargo-platform v0.1.8
19582024-10-22T00:00:58.766Z Compiling topological-sort v0.2.2
19592024-10-22T00:00:58.897Z Compiling cargo_metadata v0.18.1
19602024-10-22T00:01:02.161Z Compiling omicron-zone-package v0.11.1
19612024-10-22T00:01:06.118Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19622024-10-22T00:01:06.766Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19632024-10-22T00:01:12.330Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19642024-10-22T00:01:29.504Z Finished `release` profile [optimized] target(s) in 4m 48s
19652024-10-22T00:01:29.662Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19662024-10-22T00:01:29.711ZLogging to: /work/oxidecomputer/omicron/out/LOG
19672024-10-22T00:01:29.714ZCreated new build target 'test' and set it as active
19682024-10-22T00:01:29.714Z
19692024-10-22T00:01:29.714Zreal 4:49.039779359
19702024-10-22T00:01:29.714Zuser 32:46.224706550
19712024-10-22T00:01:29.714Zsys 4:05.611750174
19722024-10-22T00:01:29.714Ztrap 0.978230079
19732024-10-22T00:01:29.715Ztflt 3.624494233
19742024-10-22T00:01:29.715Zdflt 0.940132701
19752024-10-22T00:01:29.715Zkflt 0.015939350
19762024-10-22T00:01:29.715Zlock 1:13:30.512238254
19772024-10-22T00:01:29.715Zslp 2:06:21.724361752
19782024-10-22T00:01:29.715Zlat 2:09.306789371
19792024-10-22T00:01:29.715Zstop 3:56.963157805
19802024-10-22T00:01:29.715Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19812024-10-22T00:01:30.812Z Finished `release` profile [optimized] target(s) in 1.04s
19822024-10-22T00:01:30.864Z Running `target/release/omicron-package -t test package`
19832024-10-22T00:01:30.911ZLogging to: /work/oxidecomputer/omicron/out/LOG
19842024-10-22T00:01:32.175Z Compiling convert_case v0.4.0
19852024-10-22T00:01:32.175Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19862024-10-22T00:01:32.177Z Compiling itertools v0.13.0
19872024-10-22T00:01:32.177Z Compiling password-hash v0.5.0
19882024-10-22T00:01:32.177Z Compiling blake2 v0.10.6
19892024-10-22T00:01:32.177Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19902024-10-22T00:01:32.177Z Compiling newline-converter v0.3.0
19912024-10-22T00:01:32.332Z Compiling owo-colors v4.1.0
19922024-10-22T00:01:32.526Z Compiling cancel-safe-futures v0.1.5
19932024-10-22T00:01:32.571Z Compiling expectorate v1.1.0
19942024-10-22T00:01:32.709Z Compiling base64 v0.21.7
19952024-10-22T00:01:32.907Z Compiling argon2 v0.5.3
19962024-10-22T00:01:33.056Z Compiling derive_more v0.99.18
19972024-10-22T00:01:33.593Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19982024-10-22T00:01:33.894Z Compiling libsw v3.3.1
19992024-10-22T00:01:34.213Z Compiling indent_write v2.2.0
20002024-10-22T00:01:34.276Z Compiling linear-map v1.2.0
20012024-10-22T00:01:34.437Z Compiling swrite v0.1.0
20022024-10-22T00:01:34.497Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20032024-10-22T00:01:34.514Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20042024-10-22T00:01:34.578Z Compiling progenitor-client v0.8.0
20052024-10-22T00:01:34.680Z Compiling atomicwrites v0.4.4
20062024-10-22T00:01:34.997Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20072024-10-22T00:01:35.208Z Compiling progenitor v0.8.0
20082024-10-22T00:01:35.243Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20092024-10-22T00:01:35.434Z Compiling num-rational v0.4.2
20102024-10-22T00:01:35.584Z Compiling num-complex v0.4.6
20112024-10-22T00:01:35.888Z Compiling float-ord v0.3.2
20122024-10-22T00:01:36.067Z Compiling prettyplease v0.2.22
20132024-10-22T00:01:36.407Z Compiling semver v0.1.20
20142024-10-22T00:01:36.939Z Compiling num v0.4.3
20152024-10-22T00:01:37.004Z Compiling rustc_version v0.1.7
20162024-10-22T00:01:37.066Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20172024-10-22T00:01:37.413Z Compiling newtype_derive v0.1.6
20182024-10-22T00:01:37.853Z Compiling highway v1.2.0
20192024-10-22T00:01:37.879Z Compiling humantime v2.1.0
20202024-10-22T00:01:38.883Z Compiling home v0.5.9
20212024-10-22T00:01:39.135Z Compiling steno v0.4.1
20222024-10-22T00:01:39.626Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20232024-10-22T00:01:42.156Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20242024-10-22T00:01:42.743Z Compiling newtype-uuid v1.1.2
20252024-10-22T00:01:43.120Z Compiling ipnetwork v0.20.0
20262024-10-22T00:01:43.346Z Compiling instant v0.1.13
20272024-10-22T00:01:43.516Z Compiling slog-dtrace v0.3.0
20282024-10-22T00:01:43.910Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20292024-10-22T00:01:43.947Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20302024-10-22T00:01:43.988Z Compiling backoff v0.4.0
20312024-10-22T00:01:44.362Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20322024-10-22T00:01:44.643Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20332024-10-22T00:01:44.712Z Compiling parse-display v0.10.0
20342024-10-22T00:01:45.310Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20352024-10-22T00:01:45.494Z Compiling serde_with v3.11.0
20362024-10-22T00:01:49.550Z Compiling strum v0.26.3
20372024-10-22T00:01:49.670Z Compiling regress v0.9.1
20382024-10-22T00:01:49.740Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20392024-10-22T00:01:51.592Z Compiling macaddr v1.0.1
20402024-10-22T00:01:52.420Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20412024-10-22T00:01:53.655Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20422024-10-22T00:01:54.605Z Compiling display-error-chain v0.2.1
20432024-10-22T00:01:54.810Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20442024-10-22T00:01:57.998Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20452024-10-22T00:01:59.096Z Compiling half v2.4.1
20462024-10-22T00:01:59.839Z Compiling ciborium-io v0.2.2
20472024-10-22T00:01:59.987Z Compiling ciborium-ll v0.2.2
20482024-10-22T00:02:00.528Z Compiling tungstenite v0.21.0
20492024-10-22T00:02:01.615Z Compiling ciborium v0.2.2
20502024-10-22T00:02:02.591Z Compiling tokio-tungstenite v0.21.0
20512024-10-22T00:02:03.244Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20522024-10-22T00:02:03.820Z Compiling fastrand v2.1.1
20532024-10-22T00:02:04.390Z Compiling same-file v1.0.6
20542024-10-22T00:02:04.609Z Compiling walkdir v2.5.0
20552024-10-22T00:02:05.296Z Compiling tempfile v3.13.0
20562024-10-22T00:02:05.914Z Compiling blake3 v1.5.4
20572024-10-22T00:02:06.795Z Compiling ring v0.16.20
20582024-10-22T00:02:09.456Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20592024-10-22T00:02:09.724Z Compiling xattr v1.3.1
20602024-10-22T00:02:09.849Z Compiling filetime v0.2.25
20612024-10-22T00:02:10.006Z Compiling memmap2 v0.9.5
20622024-10-22T00:02:10.435Z Compiling constant_time_eq v0.3.1
20632024-10-22T00:02:10.597Z Compiling arrayref v0.3.9
20642024-10-22T00:02:10.712Z Compiling untrusted v0.7.1
20652024-10-22T00:02:10.917Z Compiling arrayvec v0.7.6
20662024-10-22T00:02:10.970Z Compiling spin v0.5.2
20672024-10-22T00:02:11.231Z Compiling keccak v0.1.5
20682024-10-22T00:02:12.171Z Compiling sha3 v0.10.8
20692024-10-22T00:02:12.445Z Compiling tar v0.4.42
20702024-10-22T00:02:13.098Z Compiling camino-tempfile v1.1.1
20712024-10-22T00:02:13.389Z Compiling toolchain_find v0.4.0
20722024-10-22T00:02:13.556Z Compiling nibble_vec v0.1.0
20732024-10-22T00:02:13.721Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20742024-10-22T00:02:13.803Z Compiling topological-sort v0.2.2
20752024-10-22T00:02:13.989Z Compiling radium v0.7.0
20762024-10-22T00:02:14.032Z Compiling endian-type v0.1.2
20772024-10-22T00:02:14.410Z Compiling maplit v1.0.2
20782024-10-22T00:02:14.516Z Compiling glob v0.3.1
20792024-10-22T00:02:14.606Z Compiling crunchy v0.2.2
20802024-10-22T00:02:14.606Z Compiling omicron-zone-package v0.11.1
20812024-10-22T00:02:14.994Z Compiling radix_trie v0.2.1
20822024-10-22T00:02:15.259Z Compiling clang-sys v1.8.1
20832024-10-22T00:02:15.664Z Compiling rustfmt-wrapper v0.2.1
20842024-10-22T00:02:15.924Z Compiling tap v1.0.1
20852024-10-22T00:02:15.990Z Compiling maybe-uninit v2.0.0
20862024-10-22T00:02:16.153Z Compiling tiny-keccak v2.0.2
20872024-10-22T00:02:16.176Z Compiling wyz v0.5.1
20882024-10-22T00:02:16.526Z Compiling dsl_auto_type v0.1.2
20892024-10-22T00:02:16.575Z Compiling scheduled-thread-pool v0.2.7
20902024-10-22T00:02:16.655Z Compiling secrecy v0.8.0
20912024-10-22T00:02:16.914Z Compiling bzip2-sys v0.1.11+1.0.8
20922024-10-22T00:02:16.943Z Compiling diesel_table_macro_syntax v0.2.0
20932024-10-22T00:02:17.357Z Compiling arc-swap v1.7.1
20942024-10-22T00:02:17.442Z Compiling crc-catalog v2.4.0
20952024-10-22T00:02:17.611Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
20962024-10-22T00:02:17.928Z Compiling packed_struct v0.10.1
20972024-10-22T00:02:17.932Z Compiling funty v2.0.0
20982024-10-22T00:02:17.966Z Compiling diesel_derives v2.2.3
20992024-10-22T00:02:18.042Z Compiling slog-scope v4.4.0
21002024-10-22T00:02:18.260Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21012024-10-22T00:02:18.414Z Compiling crc v3.2.1
21022024-10-22T00:02:18.874Z Compiling r2d2 v0.8.10
21032024-10-22T00:02:19.329Z Compiling bitvec v1.0.1
21042024-10-22T00:02:19.984Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21052024-10-22T00:02:20.432Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21062024-10-22T00:02:20.843Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21072024-10-22T00:02:24.001Z Compiling ascii-canvas v3.0.0
21082024-10-22T00:02:24.505Z Compiling universal-hash v0.5.1
21092024-10-22T00:02:24.827Z Compiling packed_struct_codegen v0.10.1
21102024-10-22T00:02:25.271Z Compiling thiserror-impl-no-std v2.0.2
21112024-10-22T00:02:27.410Z Compiling ena v0.14.3
21122024-10-22T00:02:27.840Z Compiling libloading v0.8.5
21132024-10-22T00:02:28.030Z Compiling indexmap v1.9.3
21142024-10-22T00:02:28.241Z Compiling nodrop v0.1.14
21152024-10-22T00:02:28.357Z Compiling bindgen v0.69.5
21162024-10-22T00:02:28.379Z Compiling diff v0.1.13
21172024-10-22T00:02:28.828Z Compiling regex-syntax v0.6.29
21182024-10-22T00:02:28.909Z Compiling opaque-debug v0.3.1
21192024-10-22T00:02:29.025Z Compiling poly1305 v0.8.0
21202024-10-22T00:02:29.540Z Compiling diesel v2.2.4
21212024-10-22T00:02:30.554Z Compiling array-init v0.0.4
21222024-10-22T00:02:34.422Z Compiling lalrpop v0.19.12
21232024-10-22T00:02:40.721Z Compiling thiserror-no-std v2.0.2
21242024-10-22T00:02:42.798Z Compiling smallvec v0.6.14
21252024-10-22T00:02:43.311Z Compiling slog-stdlog v4.1.1
21262024-10-22T00:02:44.750Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21272024-10-22T00:02:45.137Z Compiling which v4.4.2
21282024-10-22T00:02:45.727Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21292024-10-22T00:02:45.949Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21302024-10-22T00:02:46.103Z Compiling chacha20 v0.9.1
21312024-10-22T00:02:46.219Z Compiling cexpr v0.6.0
21322024-10-22T00:02:46.613Z Compiling aead v0.5.2
21332024-10-22T00:02:46.989Z Compiling rustc-hash v1.1.0
21342024-10-22T00:02:47.172Z Compiling hashbrown v0.12.3
21352024-10-22T00:02:47.885Z Compiling lazycell v1.3.0
21362024-10-22T00:02:48.076Z Compiling bitfield v0.14.0
21372024-10-22T00:02:48.404Z Compiling termcolor v1.4.1
21382024-10-22T00:02:48.575Z Compiling ref-cast v1.0.23
21392024-10-22T00:02:49.220Z Compiling env_logger v0.10.2
21402024-10-22T00:02:50.677Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21412024-10-22T00:02:52.759Z Compiling chacha20poly1305 v0.10.1
21422024-10-22T00:02:53.267Z Compiling slog-envlogger v2.2.0
21432024-10-22T00:02:55.717Z Compiling serde-hex v0.1.0
21442024-10-22T00:03:00.911Z Compiling polar-core v0.27.3
21452024-10-22T00:03:00.980Z Compiling bzip2 v0.4.4
21462024-10-22T00:03:01.492Z Compiling vsss-rs v3.3.4
21472024-10-22T00:03:02.247Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21482024-10-22T00:03:02.604Z Compiling ron v0.8.1
21492024-10-22T00:03:04.882Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21502024-10-22T00:03:05.231Z Compiling derive_builder_core v0.20.2
21512024-10-22T00:03:06.022Z Compiling hashbrown v0.13.2
21522024-10-22T00:03:06.071Z Compiling headers-core v0.3.0
21532024-10-22T00:03:06.262Z Compiling fxhash v0.2.1
21542024-10-22T00:03:06.522Z Compiling libxml v0.3.3
21552024-10-22T00:03:06.909Z Compiling ref-cast-impl v1.0.23
21562024-10-22T00:03:07.459Z Compiling crc-any v2.5.0
21572024-10-22T00:03:07.562Z Compiling derive_builder_macro v0.20.2
21582024-10-22T00:03:08.201Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21592024-10-22T00:03:08.379Z Compiling object v0.30.4
21602024-10-22T00:03:08.507Z Compiling headers v0.4.0
21612024-10-22T00:03:08.525Z Compiling samael v0.0.17
21622024-10-22T00:03:10.874Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21632024-10-22T00:03:12.649Z Compiling zip v0.6.6
21642024-10-22T00:03:15.422Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21652024-10-22T00:03:17.850Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21662024-10-22T00:03:18.192Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21672024-10-22T00:03:18.552Z Compiling phf_generator v0.11.2
21682024-10-22T00:03:18.760Z Compiling strum_macros v0.24.3
21692024-10-22T00:03:21.635Z Compiling kstat-rs v0.2.4
21702024-10-22T00:03:21.838Z Compiling async-recursion v1.1.1
21712024-10-22T00:03:22.004Z Compiling unicase v2.7.0
21722024-10-22T00:03:22.339Z Compiling path-slash v0.1.5
21732024-10-22T00:03:22.580Z Compiling indoc v1.0.9
21742024-10-22T00:03:22.599Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21752024-10-22T00:03:23.199Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21762024-10-22T00:03:23.285Z Compiling phf_codegen v0.11.2
21772024-10-22T00:03:23.524Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21782024-10-22T00:03:30.663Z Compiling derive_builder v0.20.2
21792024-10-22T00:03:30.875Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21802024-10-22T00:03:30.896Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21812024-10-22T00:03:31.217Z Compiling pem v3.0.4
21822024-10-22T00:03:32.769Z Compiling http v0.2.12
21832024-10-22T00:03:34.732Z Compiling impl-trait-for-tuples v0.2.2
21842024-10-22T00:03:37.625Z Compiling oso-derive v0.27.3
21852024-10-22T00:03:38.442Z Compiling parse-zoneinfo v0.3.1
21862024-10-22T00:03:38.622Z Compiling libz-sys v1.1.20
21872024-10-22T00:03:39.327Z Compiling quick-xml v0.33.0
21882024-10-22T00:03:40.120Z Compiling diesel-dtrace v0.3.0
21892024-10-22T00:03:40.457Z Compiling cfg_aliases v0.1.1
21902024-10-22T00:03:40.579Z Compiling parking_lot_core v0.8.6
21912024-10-22T00:03:41.067Z Compiling nix v0.28.0
21922024-10-22T00:03:41.572Z Compiling chrono-tz-build v0.4.0
21932024-10-22T00:03:41.778Z Compiling oso v0.27.3
21942024-10-22T00:03:41.856Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21952024-10-22T00:03:42.708Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21962024-10-22T00:03:43.509Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21972024-10-22T00:03:46.731Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21982024-10-22T00:03:47.065Z Compiling bb8 v0.8.5
21992024-10-22T00:03:47.713Z Compiling const_format_proc_macros v0.2.33
22002024-10-22T00:03:48.210Z Compiling vte_generate_state_changes v0.1.2
22012024-10-22T00:03:49.003Z Compiling buf-list v1.0.3
22022024-10-22T00:03:49.540Z Compiling vte v0.11.1
22032024-10-22T00:03:49.660Z Compiling const_format v0.2.33
22042024-10-22T00:03:50.921Z Compiling async-bb8-diesel v0.2.1
22052024-10-22T00:03:51.119Z Compiling chrono-tz v0.10.0
22062024-10-22T00:03:52.223Z Compiling h2 v0.3.26
22072024-10-22T00:03:52.635Z Compiling http-body v0.4.6
22082024-10-22T00:03:53.425Z Compiling fd-lock v4.0.2
22092024-10-22T00:03:53.672Z Compiling libgit2-sys v0.17.0+1.8.1
22102024-10-22T00:03:54.510Z Compiling pin-project-internal v1.1.6
22112024-10-22T00:03:57.572Z Compiling atty v0.2.14
22122024-10-22T00:03:57.750Z Compiling bytecount v0.6.8
22132024-10-22T00:03:58.087Z Compiling salty v0.3.0
22142024-10-22T00:03:58.565Z Compiling papergrid v0.11.0
22152024-10-22T00:04:00.154Z Compiling pin-project v1.1.6
22162024-10-22T00:04:00.321Z Compiling hyper v0.14.30
22172024-10-22T00:04:13.333Z Compiling parking_lot v0.11.2
22182024-10-22T00:04:16.207Z Compiling strip-ansi-escapes v0.2.0
22192024-10-22T00:04:18.010Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22202024-10-22T00:04:21.103Z Compiling tabled_derive v0.7.0
22212024-10-22T00:04:22.786Z Compiling peg-macros v0.8.4
22222024-10-22T00:04:23.217Z Compiling snafu-derive v0.8.5
22232024-10-22T00:04:26.165Z Compiling sqlparser_derive v0.2.2
22242024-10-22T00:04:27.291Z Compiling sync_wrapper v0.1.2
22252024-10-22T00:04:27.492Z Compiling unicode_categories v0.1.1
22262024-10-22T00:04:27.789Z Compiling nu-ansi-term v0.50.1
22272024-10-22T00:04:27.878Z Compiling sqlformat v0.2.6
22282024-10-22T00:04:28.072Z Compiling snafu v0.8.5
22292024-10-22T00:04:28.945Z Compiling reedline v0.35.0
22302024-10-22T00:04:29.374Z Compiling rustyline v14.0.0
22312024-10-22T00:04:34.984Z Compiling reqwest v0.11.27
22322024-10-22T00:04:35.964Z Compiling sqlparser v0.45.0
22332024-10-22T00:04:39.535Z Compiling peg v0.8.4
22342024-10-22T00:04:39.659Z Compiling tabled v0.15.0
22352024-10-22T00:04:42.296Z Compiling sled v0.34.7
22362024-10-22T00:04:51.820Z Compiling mime_guess v2.0.5
22372024-10-22T00:04:57.098Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22382024-10-22T00:05:00.012Z Compiling hickory-client v0.24.1
22392024-10-22T00:05:02.347Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22402024-10-22T00:05:05.544Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22412024-10-22T00:05:11.272Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22422024-10-22T00:05:11.524Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22432024-10-22T00:05:13.368Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22442024-10-22T00:05:15.028Z Compiling globset v0.4.15
22452024-10-22T00:05:15.562Z Compiling hickory-server v0.24.1
22462024-10-22T00:05:20.705Z Compiling primeorder v0.13.6
22472024-10-22T00:05:21.291Z Compiling olpc-cjson v0.1.4
22482024-10-22T00:05:21.649Z Compiling vergen v8.3.2
22492024-10-22T00:05:22.009Z Compiling bcs v0.1.6
22502024-10-22T00:05:22.798Z Compiling env_filter v0.1.2
22512024-10-22T00:05:22.968Z Compiling serde_plain v1.0.2
22522024-10-22T00:05:23.381Z Compiling cargo-platform v0.1.8
22532024-10-22T00:05:23.500Z Compiling nanorand v0.7.0
22542024-10-22T00:05:23.923Z Compiling memoffset v0.9.1
22552024-10-22T00:05:24.179Z Compiling typed-path v0.7.1
22562024-10-22T00:05:24.216Z Compiling flume v0.11.0
22572024-10-22T00:05:24.455Z Compiling cargo_metadata v0.18.1
22582024-10-22T00:05:25.007Z Compiling env_logger v0.11.5
22592024-10-22T00:05:26.524Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22602024-10-22T00:05:27.927Z Compiling tough v0.17.1
22612024-10-22T00:05:28.250Z Compiling p384 v0.13.0
22622024-10-22T00:05:31.135Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22632024-10-22T00:05:32.410Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22642024-10-22T00:05:34.407Z Compiling git2 v0.19.0
22652024-10-22T00:05:40.208Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22662024-10-22T00:05:43.291Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22672024-10-22T00:05:43.792Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
22682024-10-22T00:05:44.571Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22692024-10-22T00:05:50.474Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
22702024-10-22T00:05:51.009Z Compiling rand_seeder v0.3.0
22712024-10-22T00:05:51.438Z Compiling libsqlite3-sys v0.30.1
22722024-10-22T00:05:51.805Z Compiling lzma-sys v0.1.20
22732024-10-22T00:05:52.003Z Compiling parse-size v1.0.0
22742024-10-22T00:05:52.338Z Compiling cfg_aliases v0.2.1
22752024-10-22T00:05:52.470Z Compiling rustls v0.21.12
22762024-10-22T00:05:52.503Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
22772024-10-22T00:05:52.571Z Compiling nix v0.29.0
22782024-10-22T00:05:52.833Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22792024-10-22T00:05:52.942Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22802024-10-22T00:05:53.200Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22812024-10-22T00:05:55.392Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22822024-10-22T00:05:55.421Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22832024-10-22T00:05:56.150Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22842024-10-22T00:05:56.511Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22852024-10-22T00:05:56.902Z Compiling rustls-webpki v0.101.7
22862024-10-22T00:05:59.234Z Compiling sct v0.7.1
22872024-10-22T00:05:59.714Z Compiling heck v0.3.3
22882024-10-22T00:06:00.109Z Compiling castaway v0.2.3
22892024-10-22T00:06:00.324Z Compiling csv-core v0.1.11
22902024-10-22T00:06:00.688Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22912024-10-22T00:06:01.047Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22922024-10-22T00:06:01.243Z Compiling http-range v0.1.5
22932024-10-22T00:06:01.450Z Compiling hyper-staticfile v0.10.1
22942024-10-22T00:06:01.859Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22952024-10-22T00:06:03.043Z Compiling csv v1.3.0
22962024-10-22T00:06:04.492Z Compiling compact_str v0.8.0
22972024-10-22T00:06:04.550Z Compiling zone_cfg_derive v0.1.2
22982024-10-22T00:06:06.017Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
22992024-10-22T00:06:07.176Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
23002024-10-22T00:06:08.372Z Compiling nix v0.27.1
23012024-10-22T00:06:08.708Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23022024-10-22T00:06:12.290Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23032024-10-22T00:06:16.386Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23042024-10-22T00:06:21.687Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23052024-10-22T00:06:23.142Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23062024-10-22T00:06:23.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23072024-10-22T00:06:23.782Z Compiling unicode-truncate v1.1.0
23082024-10-22T00:06:24.083Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23092024-10-22T00:06:24.417Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23102024-10-22T00:06:24.743Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23112024-10-22T00:06:25.390Z Compiling hashlink v0.9.1
23122024-10-22T00:06:26.230Z Compiling tungstenite v0.23.0
23132024-10-22T00:06:29.253Z Compiling lru v0.12.5
23142024-10-22T00:06:29.639Z Compiling instability v0.3.2
23152024-10-22T00:06:30.708Z Compiling base64 v0.13.1
23162024-10-22T00:06:31.050Z Compiling fallible-streaming-iterator v0.1.9
23172024-10-22T00:06:31.376Z Compiling fallible-iterator v0.3.0
23182024-10-22T00:06:31.523Z Compiling cassowary v0.3.0
23192024-10-22T00:06:32.134Z Compiling ratatui v0.28.1
23202024-10-22T00:06:32.233Z Compiling rusqlite v0.32.1
23212024-10-22T00:06:32.499Z Compiling ron v0.7.1
23222024-10-22T00:06:35.257Z Compiling tokio-tungstenite v0.23.1
23232024-10-22T00:06:35.901Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23242024-10-22T00:06:36.692Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23252024-10-22T00:06:37.743Z Compiling xz2 v0.1.7
23262024-10-22T00:06:39.389Z Compiling tokio-rustls v0.24.1
23272024-10-22T00:06:45.141Z Compiling zone v0.1.8
23282024-10-22T00:06:48.621Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23292024-10-22T00:06:52.440Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23302024-10-22T00:06:55.375Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23312024-10-22T00:06:55.436Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23322024-10-22T00:06:56.673Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23332024-10-22T00:06:57.230Z Compiling rustls-pemfile v1.0.4
23342024-10-22T00:06:58.071Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23352024-10-22T00:06:58.151Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23362024-10-22T00:06:58.443Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23372024-10-22T00:06:58.628Z Compiling signal-hook-tokio v0.3.1
23382024-10-22T00:06:58.888Z Compiling twox-hash v1.6.3
23392024-10-22T00:06:59.931Z Compiling yasna v0.5.2
23402024-10-22T00:07:01.705Z Compiling unicode-linebreak v0.1.5
23412024-10-22T00:07:02.289Z Compiling smawk v0.3.2
23422024-10-22T00:07:02.572Z Compiling is_ci v1.2.0
23432024-10-22T00:07:02.883Z Compiling supports-color v3.0.1
23442024-10-22T00:07:03.305Z Compiling textwrap v0.16.1
23452024-10-22T00:07:03.339Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23462024-10-22T00:07:03.499Z Compiling rcgen v0.12.1
23472024-10-22T00:07:13.484Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23482024-10-22T00:07:15.893Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23492024-10-22T00:07:19.489Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23502024-10-22T00:07:22.347Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23512024-10-22T00:07:23.439Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23522024-10-22T00:07:25.263Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23532024-10-22T00:07:25.870Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23542024-10-22T00:07:27.540Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23552024-10-22T00:07:34.486Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23562024-10-22T00:07:34.799Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
23572024-10-22T00:07:37.623Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23582024-10-22T00:07:41.891Z Compiling fatfs v0.3.6
23592024-10-22T00:07:45.090Z Compiling rtoolbox v0.0.2
23602024-10-22T00:07:45.322Z Compiling subprocess v0.2.9
23612024-10-22T00:07:45.346Z Compiling assert_matches v1.5.0
23622024-10-22T00:07:47.533Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23632024-10-22T00:07:50.339Z Compiling rpassword v7.3.1
23642024-10-22T00:07:50.821Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23652024-10-22T00:07:59.644Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23662024-10-22T00:07:59.687Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23672024-10-22T00:08:02.704Z Compiling tui-tree-widget v0.22.0
23682024-10-22T00:08:03.194Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23692024-10-22T00:08:13.846Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23702024-10-22T00:08:20.680Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23712024-10-22T00:08:21.008Z Compiling uzers v0.12.1
23722024-10-22T00:08:24.176Z Compiling shell-words v1.1.0
23732024-10-22T00:08:24.620Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23742024-10-22T00:08:24.909Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23752024-10-22T00:08:26.977Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23762024-10-22T00:08:55.741Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23772024-10-22T00:09:01.482Z Compiling multimap v0.10.0
23782024-10-22T00:11:10.803Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23792024-10-22T00:11:26.649Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802024-10-22T00:18:17.622Z Finished `release` profile [optimized] target(s) in 16m 46s
23812024-10-22T00:19:19.654Z
23822024-10-22T00:19:19.654Zreal 17:48.471637972
23832024-10-22T00:19:19.654Zuser 2:02:41.325224023
23842024-10-22T00:19:19.654Zsys 5:53.412675105
23852024-10-22T00:19:19.654Ztrap 3.164655056
23862024-10-22T00:19:19.654Ztflt 3.129870009
23872024-10-22T00:19:19.654Zdflt 3.759512116
23882024-10-22T00:19:19.654Zkflt 0.039755343
23892024-10-22T00:19:19.654Zlock 7:29:02.838041995
23902024-10-22T00:19:19.654Zslp 6:33:37.317867874
23912024-10-22T00:19:19.654Zlat 3:00.771868224
23922024-10-22T00:19:19.654Zstop 2:36.354460716
23932024-10-22T00:19:19.654Z+ mapfile -t packages
23942024-10-22T00:19:19.654Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
23952024-10-22T00:19:19.719Z Finished `release` profile [optimized] target(s) in 1.01s
23962024-10-22T00:19:19.781Z Running `target/release/omicron-package -t test list-outputs`
23972024-10-22T00:19:19.828ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982024-10-22T00:19:19.831Z+ ptime -m cargo build --locked --release -p xtask
23992024-10-22T00:19:20.445Z Compiling serde v1.0.210
24002024-10-22T00:19:20.448Z Compiling libc v0.2.161
24012024-10-22T00:19:20.448Z Compiling rustix v0.38.37
24022024-10-22T00:19:20.448Z Compiling serde_json v1.0.128
24032024-10-22T00:19:20.448Z Compiling bitflags v2.6.0
24042024-10-22T00:19:20.547Z Compiling syn v2.0.79
24052024-10-22T00:19:20.914Z Compiling usdt-impl v0.5.0
24062024-10-22T00:19:20.979Z Compiling syn v1.0.109
24072024-10-22T00:19:21.058Z Compiling hashbrown v0.15.0
24082024-10-22T00:19:21.096Z Compiling log v0.4.22
24092024-10-22T00:19:21.117Z Compiling fs-err v2.11.0
24102024-10-22T00:19:21.449Z Compiling once_cell v1.20.2
24112024-10-22T00:19:21.562Z Compiling anyhow v1.0.89
24122024-10-22T00:19:22.097Z Compiling thread-id v4.2.2
24132024-10-22T00:19:22.448Z Compiling indexmap v2.6.0
24142024-10-22T00:19:23.612Z Compiling terminal_size v0.4.0
24152024-10-22T00:19:23.612Z Compiling tempfile v3.13.0
24162024-10-22T00:19:23.850Z Compiling clap_builder v4.5.20
24172024-10-22T00:19:24.411Z Compiling proc-macro-error v1.0.4
24182024-10-22T00:19:25.926Z Compiling tabled_derive v0.7.0
24192024-10-22T00:19:27.400Z Compiling tabled v0.15.0
24202024-10-22T00:19:28.320Z Compiling serde_derive v1.0.210
24212024-10-22T00:19:28.792Z Compiling thiserror-impl v1.0.64
24222024-10-22T00:19:29.045Z Compiling zerocopy-derive v0.7.35
24232024-10-22T00:19:31.054Z Compiling zerocopy v0.7.35
24242024-10-22T00:19:31.693Z Compiling thiserror v1.0.64
24252024-10-22T00:19:31.864Z Compiling pest v2.7.14
24262024-10-22T00:19:32.920Z Compiling scroll_derive v0.12.0
24272024-10-22T00:19:34.408Z Compiling scroll v0.12.0
24282024-10-22T00:19:35.114Z Compiling pest_meta v2.7.14
24292024-10-22T00:19:35.130Z Compiling goblin v0.8.2
24302024-10-22T00:19:37.542Z Compiling pest_generator v2.7.14
24312024-10-22T00:19:39.400Z Compiling pest_derive v2.7.14
24322024-10-22T00:19:40.230Z Compiling dtrace-parser v0.2.0
24332024-10-22T00:19:46.112Z Compiling serde_tokenstream v0.2.2
24342024-10-22T00:19:46.750Z Compiling serde_spanned v0.6.8
24352024-10-22T00:19:47.027Z Compiling toml_datetime v0.6.8
24362024-10-22T00:19:47.740Z Compiling dof v0.3.0
24372024-10-22T00:19:48.500Z Compiling toml_edit v0.22.22
24382024-10-22T00:19:48.882Z Compiling camino v1.1.9
24392024-10-22T00:19:48.941Z Compiling cargo-platform v0.1.8
24402024-10-22T00:19:49.880Z Compiling usdt-attr-macro v0.5.0
24412024-10-22T00:19:50.065Z Compiling usdt-macro v0.5.0
24422024-10-22T00:19:50.289Z Compiling semver v1.0.23
24432024-10-22T00:19:51.351Z Compiling clap_derive v4.5.18
24442024-10-22T00:19:51.873Z Compiling cargo_metadata v0.18.1
24452024-10-22T00:19:53.964Z Compiling toml v0.8.19
24462024-10-22T00:19:54.252Z Compiling usdt v0.5.0
24472024-10-22T00:19:54.271Z Compiling camino-tempfile v1.1.1
24482024-10-22T00:19:55.083Z Compiling cargo_toml v0.20.5
24492024-10-22T00:19:55.759Z Compiling macaddr v1.0.1
24502024-10-22T00:19:56.200Z Compiling clap v4.5.20
24512024-10-22T00:20:06.969Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24522024-10-22T00:20:18.453Z Finished `release` profile [optimized] target(s) in 58.54s
24532024-10-22T00:20:18.559Z
24542024-10-22T00:20:18.560Zreal 58.676488760
24552024-10-22T00:20:18.560Zuser 5:55.596030050
24562024-10-22T00:20:18.560Zsys 33.357915023
24572024-10-22T00:20:18.560Ztrap 0.158883060
24582024-10-22T00:20:18.560Ztflt 0.382292458
24592024-10-22T00:20:18.563Zdflt 0.560008642
24602024-10-22T00:20:18.563Zkflt 0.000000000
24612024-10-22T00:20:18.564Zlock 10:17.099002207
24622024-10-22T00:20:18.564Zslp 15:15.617859186
24632024-10-22T00:20:18.564Zlat 12.521766183
24642024-10-22T00:20:18.564Zstop 18.022829196
24652024-10-22T00:20:18.564Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24662024-10-22T00:20:18.564Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24672024-10-22T00:20:18.564Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24682024-10-22T00:20:18.564Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24692024-10-22T00:20:18.564Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24702024-10-22T00:20:19.477Z Compiling hashbrown v0.14.5
24712024-10-22T00:20:19.600Z Compiling unsafe-libyaml v0.2.11
24722024-10-22T00:20:19.613Z Compiling progenitor-client v0.8.0
24732024-10-22T00:20:19.616Z Compiling ident_case v1.0.1
24742024-10-22T00:20:19.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24752024-10-22T00:20:19.616Z Compiling ipnetwork v0.20.0
24762024-10-22T00:20:19.616Z Compiling instant v0.1.13
24772024-10-22T00:20:19.616Z Compiling structmeta-derive v0.3.0
24782024-10-22T00:20:19.802Z Compiling darling_core v0.20.10
24792024-10-22T00:20:19.827Z Compiling newtype-uuid v1.1.2
24802024-10-22T00:20:20.127Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
24812024-10-22T00:20:20.204Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822024-10-22T00:20:20.519Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832024-10-22T00:20:20.599Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24842024-10-22T00:20:20.875Z Compiling regress v0.10.1
24852024-10-22T00:20:20.910Z Compiling regress v0.9.1
24862024-10-22T00:20:20.946Z Compiling serde_yaml v0.9.34+deprecated
24872024-10-22T00:20:21.040Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24882024-10-22T00:20:21.219Z Compiling backoff v0.4.0
24892024-10-22T00:20:21.432Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24902024-10-22T00:20:21.571Z Compiling macaddr v1.0.1
24912024-10-22T00:20:21.609Z Compiling tempfile v3.13.0
24922024-10-22T00:20:21.629Z Compiling proc-macro-crate v1.3.1
24932024-10-22T00:20:22.070Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24942024-10-22T00:20:22.509Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24952024-10-22T00:20:22.590Z Compiling foreign-types-macros v0.2.3
24962024-10-22T00:20:22.687Z Compiling structmeta v0.3.0
24972024-10-22T00:20:22.735Z Compiling num_enum_derive v0.5.11
24982024-10-22T00:20:22.856Z Compiling foreign-types-shared v0.3.1
24992024-10-22T00:20:22.992Z Compiling heapless v0.8.0
25002024-10-22T00:20:23.178Z Compiling parse-display-derive v0.10.0
25012024-10-22T00:20:23.993Z Compiling foreign-types v0.5.0
25022024-10-22T00:20:24.125Z Compiling proc-macro-error v1.0.4
25032024-10-22T00:20:24.341Z Compiling camino-tempfile v1.1.1
25042024-10-22T00:20:24.841Z Compiling typify-impl v0.2.0
25052024-10-22T00:20:24.882Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25062024-10-22T00:20:25.277Z Compiling hash32 v0.3.1
25072024-10-22T00:20:25.465Z Compiling num_enum v0.5.11
25082024-10-22T00:20:25.540Z Compiling cstr-argument v0.1.2
25092024-10-22T00:20:25.636Z Compiling crucible-workspace-hack v0.1.0
25102024-10-22T00:20:25.780Z Compiling pretty-hex v0.2.1
25112024-10-22T00:20:25.811Z Compiling smoltcp v0.11.0
25122024-10-22T00:20:25.963Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25132024-10-22T00:20:25.983Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25142024-10-22T00:20:26.003Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25152024-10-22T00:20:26.162Z Compiling tabwriter v1.4.0
25162024-10-22T00:20:26.334Z Compiling colored v2.1.0
25172024-10-22T00:20:26.673Z Compiling cobs v0.2.3
25182024-10-22T00:20:26.773Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25192024-10-22T00:20:26.797Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25202024-10-22T00:20:26.975Z Compiling postcard v1.0.10
25212024-10-22T00:20:26.995Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25222024-10-22T00:20:27.122Z Compiling darling_macro v0.20.10
25232024-10-22T00:20:27.175Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25242024-10-22T00:20:27.193Z Compiling smf v0.2.3
25252024-10-22T00:20:27.504Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25262024-10-22T00:20:27.835Z Compiling zone_cfg_derive v0.3.0
25272024-10-22T00:20:27.902Z Compiling parse-display v0.10.0
25282024-10-22T00:20:27.923Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25292024-10-22T00:20:28.127Z Compiling darling v0.20.10
25302024-10-22T00:20:28.256Z Compiling serde_with_macros v3.11.0
25312024-10-22T00:20:28.362Z Compiling num-derive v0.4.2
25322024-10-22T00:20:28.576Z Compiling sigpipe v0.1.3
25332024-10-22T00:20:28.612Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342024-10-22T00:20:28.718Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25352024-10-22T00:20:28.960Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25362024-10-22T00:20:29.396Z Compiling zone v0.3.0
25372024-10-22T00:20:29.436Z Compiling universal-hash v0.5.1
25382024-10-22T00:20:29.651Z Compiling opaque-debug v0.3.1
25392024-10-22T00:20:29.760Z Compiling num-rational v0.4.2
25402024-10-22T00:20:29.858Z Compiling password-hash v0.5.0
25412024-10-22T00:20:30.841Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25422024-10-22T00:20:30.895Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25432024-10-22T00:20:31.016Z Compiling blake2 v0.10.6
25442024-10-22T00:20:31.157Z Compiling serde_with v3.11.0
25452024-10-22T00:20:31.640Z Compiling num-complex v0.4.6
25462024-10-22T00:20:31.910Z Compiling aead v0.5.2
25472024-10-22T00:20:31.962Z Compiling convert_case v0.4.0
25482024-10-22T00:20:32.314Z Compiling keccak v0.1.5
25492024-10-22T00:20:32.519Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25502024-10-22T00:20:32.691Z Compiling num v0.4.3
25512024-10-22T00:20:32.760Z Compiling sha3 v0.10.8
25522024-10-22T00:20:32.823Z Compiling argon2 v0.5.3
25532024-10-22T00:20:32.989Z Compiling poly1305 v0.8.0
25542024-10-22T00:20:33.010Z Compiling derive_more v0.99.18
25552024-10-22T00:20:33.391Z Compiling tungstenite v0.21.0
25562024-10-22T00:20:33.833Z Compiling chacha20 v0.9.1
25572024-10-22T00:20:34.361Z Compiling float-ord v0.3.2
25582024-10-22T00:20:34.551Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25592024-10-22T00:20:34.845Z Compiling base64 v0.21.7
25602024-10-22T00:20:34.894Z Compiling tokio-tungstenite v0.21.0
25612024-10-22T00:20:35.220Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25622024-10-22T00:20:35.509Z Compiling same-file v1.0.6
25632024-10-22T00:20:35.667Z Compiling semver v0.1.20
25642024-10-22T00:20:35.689Z Compiling newline-converter v0.3.0
25652024-10-22T00:20:35.692Z Compiling primeorder v0.13.6
25662024-10-22T00:20:35.790Z Compiling walkdir v2.5.0
25672024-10-22T00:20:35.855Z Compiling secrecy v0.8.0
25682024-10-22T00:20:35.876Z Compiling home v0.5.9
25692024-10-22T00:20:36.038Z Compiling cancel-safe-futures v0.1.5
25702024-10-22T00:20:36.150Z Compiling rustc_version v0.1.7
25712024-10-22T00:20:36.153Z Compiling owo-colors v4.1.0
25722024-10-22T00:20:36.240Z Compiling prettyplease v0.2.22
25732024-10-22T00:20:36.384Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25742024-10-22T00:20:36.472Z Compiling expectorate v1.1.0
25752024-10-22T00:20:36.544Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25762024-10-22T00:20:36.599Z Compiling thiserror-impl-no-std v2.0.2
25772024-10-22T00:20:36.621Z Compiling blake3 v1.5.4
25782024-10-22T00:20:36.660Z Compiling ring v0.16.20
25792024-10-22T00:20:36.681Z Compiling newtype_derive v0.1.6
25802024-10-22T00:20:36.884Z Compiling unicase v2.7.0
25812024-10-22T00:20:37.006Z Compiling half v2.4.1
25822024-10-22T00:20:37.213Z Compiling ciborium-io v0.2.2
25832024-10-22T00:20:37.326Z Compiling arc-swap v1.7.1
25842024-10-22T00:20:37.568Z Compiling ciborium-ll v0.2.2
25852024-10-22T00:20:37.664Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25862024-10-22T00:20:37.939Z Compiling slog-scope v4.4.0
25872024-10-22T00:20:38.497Z Compiling polyval v0.6.2
25882024-10-22T00:20:38.629Z Compiling atomicwrites v0.4.4
25892024-10-22T00:20:38.978Z Compiling libsw v3.3.1
25902024-10-22T00:20:39.023Z Compiling memmap2 v0.9.5
25912024-10-22T00:20:39.304Z Compiling untrusted v0.7.1
25922024-10-22T00:20:39.506Z Compiling libefi-sys v0.1.0
25932024-10-22T00:20:39.524Z Compiling indent_write v2.2.0
25942024-10-22T00:20:39.760Z Compiling linear-map v1.2.0
25952024-10-22T00:20:39.825Z Compiling arrayref v0.3.9
25962024-10-22T00:20:39.900Z Compiling thiserror-no-std v2.0.2
25972024-10-22T00:20:39.946Z Compiling constant_time_eq v0.3.1
25982024-10-22T00:20:40.032Z Compiling spin v0.5.2
25992024-10-22T00:20:40.143Z Compiling salty v0.3.0
26002024-10-22T00:20:40.164Z Compiling arrayvec v0.7.6
26012024-10-22T00:20:40.287Z Compiling parking_lot_core v0.8.6
26022024-10-22T00:20:40.290Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26032024-10-22T00:20:40.634Z Compiling vsss-rs v3.3.4
26042024-10-22T00:20:40.877Z Compiling ghash v0.5.1
26052024-10-22T00:20:41.019Z Compiling slog-stdlog v4.1.1
26062024-10-22T00:20:41.110Z Compiling ciborium v0.2.2
26072024-10-22T00:20:41.709Z Compiling p384 v0.13.0
26082024-10-22T00:20:41.799Z Compiling toolchain_find v0.4.0
26092024-10-22T00:20:41.904Z Compiling chacha20poly1305 v0.10.1
26102024-10-22T00:20:42.146Z Compiling itertools v0.13.0
26112024-10-22T00:20:42.520Z Compiling lzma-sys v0.1.20
26122024-10-22T00:20:42.678Z Compiling ctr v0.9.2
26132024-10-22T00:20:43.068Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26142024-10-22T00:20:43.343Z Compiling bitfield-struct v0.6.2
26152024-10-22T00:20:43.368Z Compiling slog-dtrace v0.3.0
26162024-10-22T00:20:43.497Z Compiling highway v1.2.0
26172024-10-22T00:20:43.714Z Compiling topological-sort v0.2.2
26182024-10-22T00:20:43.871Z Compiling typify-macro v0.2.0
26192024-10-22T00:20:43.959Z Compiling omicron-zone-package v0.11.1
26202024-10-22T00:20:44.425Z Compiling aes-gcm v0.10.3
26212024-10-22T00:20:44.445Z Compiling rustfmt-wrapper v0.2.1
26222024-10-22T00:20:44.517Z Compiling mime_guess v2.0.5
26232024-10-22T00:20:44.743Z Compiling steno v0.4.1
26242024-10-22T00:20:44.882Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26252024-10-22T00:20:45.083Z Compiling slog-envlogger v2.2.0
26262024-10-22T00:20:45.887Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26272024-10-22T00:20:45.929Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26282024-10-22T00:20:45.979Z Compiling heck v0.3.3
26292024-10-22T00:20:46.231Z Compiling ssh-encoding v0.2.0
26302024-10-22T00:20:46.454Z Compiling blowfish v0.9.1
26312024-10-22T00:20:46.667Z Compiling nibble_vec v0.1.0
26322024-10-22T00:20:46.742Z Compiling env_filter v0.1.2
26332024-10-22T00:20:46.827Z Compiling humantime v2.1.0
26342024-10-22T00:20:46.900Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352024-10-22T00:20:46.942Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26362024-10-22T00:20:47.036Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26372024-10-22T00:20:47.147Z Compiling endian-type v0.1.2
26382024-10-22T00:20:47.322Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26392024-10-22T00:20:47.387Z Compiling radix_trie v0.2.1
26402024-10-22T00:20:47.409Z Compiling env_logger v0.11.5
26412024-10-22T00:20:47.429Z Compiling bcrypt-pbkdf v0.10.0
26422024-10-22T00:20:47.457Z Compiling ssh-cipher v0.2.0
26432024-10-22T00:20:48.070Z Compiling zone_cfg_derive v0.1.2
26442024-10-22T00:20:48.112Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26452024-10-22T00:20:48.395Z Compiling parking_lot v0.11.2
26462024-10-22T00:20:48.542Z Compiling typify v0.2.0
26472024-10-22T00:20:48.673Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26482024-10-22T00:20:48.707Z Compiling progenitor-impl v0.8.0
26492024-10-22T00:20:49.168Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26502024-10-22T00:20:49.246Z Compiling gethostname v0.5.0
26512024-10-22T00:20:49.320Z Compiling password-hash v0.4.2
26522024-10-22T00:20:49.474Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26532024-10-22T00:20:49.573Z Compiling fxhash v0.2.1
26542024-10-22T00:20:49.594Z Compiling matches v0.1.10
26552024-10-22T00:20:49.709Z Compiling base64 v0.13.1
26562024-10-22T00:20:49.752Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26572024-10-22T00:20:49.793Z Compiling pbkdf2 v0.11.0
26582024-10-22T00:20:49.886Z Compiling sled v0.34.7
26592024-10-22T00:20:50.117Z Compiling idna v0.2.3
26602024-10-22T00:20:50.179Z Compiling ron v0.7.1
26612024-10-22T00:20:50.231Z Compiling zone v0.1.8
26622024-10-22T00:20:50.357Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26632024-10-22T00:20:50.597Z Compiling xz2 v0.1.7
26642024-10-22T00:20:51.072Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26652024-10-22T00:20:51.767Z Compiling hickory-client v0.24.1
26662024-10-22T00:20:51.900Z Compiling ssh-key v0.6.6
26672024-10-22T00:20:52.565Z Compiling p521 v0.13.3
26682024-10-22T00:20:52.668Z Compiling p256 v0.13.2
26692024-10-22T00:20:52.771Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26702024-10-22T00:20:53.301Z Compiling hickory-server v0.24.1
26712024-10-22T00:20:53.535Z Compiling enum-as-inner v0.5.1
26722024-10-22T00:20:53.919Z Compiling pem v3.0.4
26732024-10-22T00:20:54.676Z Compiling yasna v0.5.2
26742024-10-22T00:20:54.784Z Compiling headers-core v0.3.0
26752024-10-22T00:20:54.973Z Compiling kstat-rs v0.2.4
26762024-10-22T00:20:55.093Z Compiling nanorand v0.7.0
26772024-10-22T00:20:55.676Z Compiling atty v0.2.14
26782024-10-22T00:20:55.708Z Compiling russh-cryptovec v0.7.3
26792024-10-22T00:20:55.839Z Compiling glob v0.3.1
26802024-10-22T00:20:56.058Z Compiling md5 v0.7.0
26812024-10-22T00:20:56.453Z Compiling http-range v0.1.5
26822024-10-22T00:20:56.590Z Compiling russh-keys v0.45.0
26832024-10-22T00:20:56.637Z Compiling rcgen v0.12.1
26842024-10-22T00:20:56.855Z Compiling hyper-staticfile v0.10.1
26852024-10-22T00:20:56.884Z Compiling flume v0.11.0
26862024-10-22T00:20:56.905Z Compiling headers v0.4.0
26872024-10-22T00:20:57.230Z Compiling progenitor-macro v0.8.0
26882024-10-22T00:20:57.598Z Compiling trust-dns-proto v0.22.0
26892024-10-22T00:20:58.047Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26902024-10-22T00:20:58.943Z Compiling num-bigint v0.4.6
26912024-10-22T00:20:59.127Z Compiling des v0.8.1
26922024-10-22T00:20:59.503Z Compiling subprocess v0.2.9
26932024-10-22T00:21:00.642Z Compiling dhcproto-macros v0.1.0
26942024-10-22T00:21:00.979Z Compiling display-error-chain v0.2.1
26952024-10-22T00:21:01.184Z Compiling hex-literal v0.4.1
26962024-10-22T00:21:01.361Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26972024-10-22T00:21:01.541Z Compiling internet-checksum v0.2.1
26982024-10-22T00:21:02.003Z Compiling russh v0.45.0
26992024-10-22T00:21:02.104Z Compiling dhcproto v0.12.0
27002024-10-22T00:21:08.265Z Compiling progenitor v0.8.0
27012024-10-22T00:21:08.315Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27022024-10-22T00:21:08.317Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27032024-10-22T00:21:08.317Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27042024-10-22T00:21:08.317Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27052024-10-22T00:21:08.317Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27062024-10-22T00:21:08.317Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27072024-10-22T00:21:08.317Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27082024-10-22T00:21:08.419Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27092024-10-22T00:21:09.787Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27102024-10-22T00:21:13.063Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27112024-10-22T00:21:14.958Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27122024-10-22T00:21:24.009Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27132024-10-22T00:21:24.009Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142024-10-22T00:21:24.011Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27152024-10-22T00:21:24.011Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27162024-10-22T00:21:24.969Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172024-10-22T00:21:27.366Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27182024-10-22T00:21:28.322Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27192024-10-22T00:21:28.363Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27202024-10-22T00:21:30.824Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27212024-10-22T00:21:32.102Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27222024-10-22T00:21:32.738Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27232024-10-22T00:21:33.024Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27242024-10-22T00:21:34.884Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27252024-10-22T00:21:35.585Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27262024-10-22T00:21:37.104Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27272024-10-22T00:21:37.275Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27282024-10-22T00:21:37.968Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27292024-10-22T00:21:38.324Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27302024-10-22T00:21:38.722Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312024-10-22T00:21:39.915Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27322024-10-22T00:21:40.093Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27332024-10-22T00:21:40.368Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27342024-10-22T00:21:42.727Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27352024-10-22T00:21:43.913Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27362024-10-22T00:21:44.152Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27372024-10-22T00:21:47.155Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27382024-10-22T00:21:47.360Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27392024-10-22T00:21:51.901Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27402024-10-22T00:22:00.835Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412024-10-22T00:22:02.249Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27422024-10-22T00:22:20.398Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27432024-10-22T00:22:55.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
27442024-10-22T00:22:55.771Z
27452024-10-22T00:22:55.771Zreal 2:37.099018592
27462024-10-22T00:22:55.771Zuser 11:57.251166430
27472024-10-22T00:22:55.772Zsys 2:31.864360589
27482024-10-22T00:22:55.772Ztrap 0.320070230
27492024-10-22T00:22:55.772Ztflt 1.201808362
27502024-10-22T00:22:55.772Zdflt 1.894427046
27512024-10-22T00:22:55.774Zkflt 0.000028418
27522024-10-22T00:22:55.774Zlock 25:06.315758443
27532024-10-22T00:22:55.774Zslp 42:43.189054902
27542024-10-22T00:22:55.774Zlat 33.544209241
27552024-10-22T00:22:55.774Zstop 1:24.628740076
27562024-10-22T00:22:55.774Z+ mkdir tests
27572024-10-22T00:22:55.777Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27582024-10-22T00:22:55.777Z+ xargs -I '{}' -t cp '{}' tests/
27592024-10-22T00:22:57.239Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0ec088441df6d399 tests/
27602024-10-22T00:22:57.261Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3050ae0f06ab7321 tests/
27612024-10-22T00:22:57.282Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-85a63916ba1131d0 tests/
27622024-10-22T00:22:57.304Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-414b9a7446254693 tests/
27632024-10-22T00:22:57.468Z+ files=(.github/buildomat/ci-env.sh 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/*)
27642024-10-22T00:22:57.471Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-3050ae0f06ab7321 tests/commtest-85a63916ba1131d0 tests/dhcp_server-0ec088441df6d399 tests/end_to_end_tests-414b9a7446254693 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
27652024-10-22T00:24:03.237ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27662024-10-22T00:24:03.237Za .github/buildomat/ci-env.sh 1K
27672024-10-22T00:24:03.237Za out/target/test 1K
27682024-10-22T00:24:03.237Za out/npuzone/npuzone 23144K
27692024-10-22T00:24:03.237Za package-manifest.toml 32K
27702024-10-22T00:24:03.237Za smf/sled-agent/non-gimlet/config.toml 4K
27712024-10-22T00:24:03.237Za target/release/omicron-package 32871K
27722024-10-22T00:24:03.237Za target/release/xtask 12146K
27732024-10-22T00:24:03.237Za target/debug/bootstrap 197641K
27742024-10-22T00:24:03.237Za tests/bootstrap-3050ae0f06ab7321 23995K
27752024-10-22T00:24:03.237Za tests/commtest-85a63916ba1131d0 24420K
27762024-10-22T00:24:03.237Za tests/dhcp_server-0ec088441df6d399 23995K
27772024-10-22T00:24:03.237Za tests/end_to_end_tests-414b9a7446254693 210374K
27782024-10-22T00:24:03.237Za out/clickhouse.tar.gz 244619K
27792024-10-22T00:24:03.237Za out/clickhouse_keeper.tar.gz 244614K
27802024-10-22T00:24:03.237Za out/clickhouse_server.tar.gz 244613K
27812024-10-22T00:24:03.237Za out/cockroachdb.tar.gz 132829K
27822024-10-22T00:24:03.237Za out/crucible-dtrace.tar 82K
27832024-10-22T00:24:03.237Za out/crucible-pantry-zone.tar.gz 26980K
27842024-10-22T00:24:03.237Za out/crucible-zone.tar.gz 35168K
27852024-10-22T00:24:03.237Za out/external-dns.tar.gz 30850K
27862024-10-22T00:24:03.237Za out/internal-dns.tar.gz 30849K
27872024-10-22T00:24:03.237Za out/mg-ddm-gz.tar 62661K
27882024-10-22T00:24:03.237Za out/nexus.tar.gz 95117K
27892024-10-22T00:24:03.237Za out/ntp.tar.gz 9122K
27902024-10-22T00:24:03.237Za out/omicron-gateway-softnpu.tar.gz 21650K
27912024-10-22T00:24:03.237Za out/omicron-sled-agent.tar 103682K
27922024-10-22T00:24:03.237Za out/overlay.tar.gz 3K
27932024-10-22T00:24:03.237Za out/oximeter.tar.gz 46224K
27942024-10-22T00:24:03.237Za out/oxlog.tar 3037K
27952024-10-22T00:24:03.237Za out/probe.tar.gz 2764K
27962024-10-22T00:24:03.237Za out/propolis-server.tar.gz 66490K
27972024-10-22T00:24:03.237Za out/pumpkind-gz.tar 26665K
27982024-10-22T00:24:03.237Za out/switch-softnpu.tar.gz 226847K
27992024-10-22T00:24:03.240Z
28002024-10-22T00:24:03.240Zreal 1:05.738169311
28012024-10-22T00:24:03.240Zuser 1:02.476401748
28022024-10-22T00:24:03.240Zsys 4.661174640
28032024-10-22T00:24:03.240Ztrap 0.016262623
28042024-10-22T00:24:03.240Ztflt 0.000000000
28052024-10-22T00:24:03.241Zdflt 0.000000000
28062024-10-22T00:24:03.241Zkflt 0.000000000
28072024-10-22T00:24:03.241Zlock 0.000000000
28082024-10-22T00:24:03.241Zslp 1:02.331041802
28092024-10-22T00:24:03.241Zlat 1.986312143
28102024-10-22T00:24:03.241Zstop 0.000210994
28112024-10-22T00:24:03.243Zprocess exited: duration 1898265 ms, exit code 0
 
28122024-10-22T00:24:03.256Zfound 1 output files
28132024-10-22T00:24:03.256Zuploading: /work/package.tar.gz (1698773217 bytes)
28142024-10-22T00:24:36.836Zuploaded: /work/package.tar.gz