01JCKE91KHF6H34CE3AVZGW7WP: 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: 01JCKEA27HG4DP4J6BZF6K1SQ3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-13T19:01:01.774Zjob assigned to worker 01JCKE9V5NP6DYCCBYGF83K1GB (queued for 1 m 37 s)
 
22024-11-13T19:01:16.518Zstarting task 0: "setup"
32024-11-13T19:01:16.525Z++ uname -s
42024-11-13T19:01:16.528Z+ kern=SunOS
52024-11-13T19:01:16.528Z+ case "$kern" in
62024-11-13T19:01:16.528Z+ groupadd -g 12345 build
72024-11-13T19:01:16.530Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-13T19:01:18.551Z+ zfs create -o mountpoint=/work rpool/work
92024-11-13T19:01:19.581Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-13T19:01:19.583Z+ home_fs=zfs
112024-11-13T19:01:19.584Z+ [[ zfs == autofs ]]
122024-11-13T19:01:19.584Z+ mkdir -p /home/build
132024-11-13T19:01:19.586Z+ chown build:build /home/build /work
142024-11-13T19:01:19.589Z+ chmod 0700 /home/build /work
152024-11-13T19:01:19.591Zprocess exited: duration 3073 ms, exit code 0
 
162024-11-13T19:01:19.599Zstarting task 1: "rust-toolchain"
172024-11-13T19:01:19.605Z+ printf ' * toolchain channel = "%s"
182024-11-13T19:01:19.605Z' 1.81.0
192024-11-13T19:01:19.605Z+ printf ' * toolchain profile = "%s"
202024-11-13T19:01:19.605Z' default
212024-11-13T19:01:19.605Z * toolchain channel = "1.81.0"
222024-11-13T19:01:19.605Z * toolchain profile = "default"
232024-11-13T19:01:19.607Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-13T19:01:19.607Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-13T19:01:19.722Zinfo: downloading installer
262024-11-13T19:01:22.437Zinfo: profile set to 'default'
272024-11-13T19:01:22.438Zinfo: default host triple is x86_64-unknown-illumos
282024-11-13T19:01:22.441Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-13T19:01:22.575Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-13T19:01:22.575Zinfo: downloading component 'cargo'
312024-11-13T19:01:23.325Zinfo: downloading component 'clippy'
322024-11-13T19:01:23.576Zinfo: downloading component 'rust-docs'
332024-11-13T19:01:24.610Zinfo: downloading component 'rust-std'
342024-11-13T19:01:26.133Zinfo: downloading component 'rustc'
352024-11-13T19:01:31.643Zinfo: downloading component 'rustfmt'
362024-11-13T19:01:31.854Zinfo: installing component 'cargo'
372024-11-13T19:01:32.704Zinfo: installing component 'clippy'
382024-11-13T19:01:33.096Zinfo: installing component 'rust-docs'
392024-11-13T19:01:34.668Zinfo: installing component 'rust-std'
402024-11-13T19:01:36.427Zinfo: installing component 'rustc'
412024-11-13T19:01:42.551Zinfo: installing component 'rustfmt'
422024-11-13T19:01:42.942Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-13T19:01:42.942Z
442024-11-13T19:01:43.287Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-13T19:01:43.287Z
462024-11-13T19:01:43.303Z
472024-11-13T19:01:43.303ZRust is installed now. Great!
482024-11-13T19:01:43.303Z
492024-11-13T19:01:43.303ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-13T19:01:43.303Zenvironment variable. This has not been done automatically.
512024-11-13T19:01:43.304Z
522024-11-13T19:01:43.304ZTo configure your current shell, you need to source
532024-11-13T19:01:43.304Zthe corresponding env file under $HOME/.cargo.
542024-11-13T19:01:43.304Z
552024-11-13T19:01:43.304ZThis is usually done by running one of the following (note the leading DOT):
562024-11-13T19:01:43.304Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-13T19:01:43.304Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-13T19:01:43.366Z+ rustc --version
592024-11-13T19:01:43.428Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-13T19:01:43.433Zprocess exited: duration 23828 ms, exit code 0
 
612024-11-13T19:01:43.445Zstarting task 2: "authentication"
622024-11-13T19:01:43.468Zprocess exited: duration 26 ms, exit code 0
 
632024-11-13T19:01:43.479Zstarting task 3: "clone repository"
642024-11-13T19:01:43.485Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-13T19:01:43.491Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-13T19:01:45.370ZCloning into '/work/oxidecomputer/omicron'...
672024-11-13T19:02:23.376Z+ cd /work/oxidecomputer/omicron
682024-11-13T19:02:23.376Z+ git fetch origin 49a43bbf6eb2e023fffbb8c6819c9ea637778a79
692024-11-13T19:02:24.202ZFrom https://github.com/oxidecomputer/omicron
702024-11-13T19:02:24.202Z * branch 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 -> FETCH_HEAD
712024-11-13T19:02:24.213Z+ [[ -n system-oxql-endpoints ]]
722024-11-13T19:02:24.215Z++ git branch --show-current
732024-11-13T19:02:24.218Z+ current=main
742024-11-13T19:02:24.218Z+ [[ main != system-oxql-endpoints ]]
752024-11-13T19:02:24.218Z+ git branch -f system-oxql-endpoints 49a43bbf6eb2e023fffbb8c6819c9ea637778a79
762024-11-13T19:02:24.220Z+ git checkout -f system-oxql-endpoints
772024-11-13T19:02:24.391ZSwitched to branch 'system-oxql-endpoints'
782024-11-13T19:02:24.393Z+ git reset --hard 49a43bbf6eb2e023fffbb8c6819c9ea637778a79
792024-11-13T19:02:24.419ZHEAD is now at 49a43bbf6 /schema -> /schemas
802024-11-13T19:02:24.421Zprocess exited: duration 40935 ms, exit code 0
 
812024-11-13T19:02:24.427Zstarting task 4: "build"
822024-11-13T19:02:24.432Z+ source .github/buildomat/ci-env.sh
832024-11-13T19:02:24.432Z++ export CARGO_TERM_COLOR=always
842024-11-13T19:02:24.432Z++ CARGO_TERM_COLOR=always
852024-11-13T19:02:24.432Z+ cargo --version
862024-11-13T19:02:24.488Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-13T19:02:24.492Z+ rustc --version
882024-11-13T19:02:24.551Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-13T19:02:24.554Z+ WORK=/work
902024-11-13T19:02:24.554Z+ pfexec mkdir -p /work
912024-11-13T19:02:24.557Z+ pfexec chown build /work
922024-11-13T19:02:24.564Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-13T19:02:50.974Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-13T19:02:54.741Z Startup: Caching catalogs ... Done
952024-11-13T19:03:02.736ZPlanning: Solver setup ... Done (7.282s)
962024-11-13T19:03:02.839ZPlanning: Running solver ... Done (0.103s)
972024-11-13T19:03:03.085ZPlanning: Finding local manifests ... Done (0.158s)
982024-11-13T19:03:03.123ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-13T19:03:04.585ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-13T19:03:04.910ZPlanning: Package planning ... Done (0.333s)
1012024-11-13T19:03:04.966ZPlanning: Merging actions ... Done (0.055s)
1022024-11-13T19:03:06.440ZPlanning: Checking for conflicting actions ... Done (1.474s)
1032024-11-13T19:03:16.873ZPlanning: Consolidating action changes ... Done (10.431s)
1042024-11-13T19:03:17.252ZPlanning: Evaluating mediators ... Done (0.377s)
1052024-11-13T19:03:17.506ZPlanning: Planning completed in 22.67 seconds
1062024-11-13T19:03:18.633Z Packages to install: 4
1072024-11-13T19:03:18.633Z Packages to update: 1
1082024-11-13T19:03:18.633Z Mediators to change: 2
1092024-11-13T19:03:18.636Z Services to change: 1
1102024-11-13T19:03:18.636Z Estimated space available: 155.64 GB
1112024-11-13T19:03:18.636ZEstimated space to be consumed: 1.59 GB
1122024-11-13T19:03:18.636Z Create boot environment: No
1132024-11-13T19:03:18.636ZCreate backup boot environment: Yes
1142024-11-13T19:03:18.636Z Rebuild boot archive: No
1152024-11-13T19:03:18.636Z
1162024-11-13T19:03:18.636ZChanged mediators:
1172024-11-13T19:03:18.636Z mediator clang:
1182024-11-13T19:03:18.636Z version: None -> 15 (system default)
1192024-11-13T19:03:18.636Z
1202024-11-13T19:03:18.636Z mediator llvm:
1212024-11-13T19:03:18.636Z version: 14 (system default) -> 15 (system default)
1222024-11-13T19:03:18.636Z
1232024-11-13T19:03:18.636ZChanged packages:
1242024-11-13T19:03:18.636Zhelios-dev
1252024-11-13T19:03:18.636Z developer/build-essential
1262024-11-13T19:03:18.636Z None -> 11-2.0
1272024-11-13T19:03:18.636Z library/libxmlsec1
1282024-11-13T19:03:18.636Z None -> 1.2.35-2.0
1292024-11-13T19:03:18.636Z ooce/developer/clang-15
1302024-11-13T19:03:18.636Z None -> 15.0.7-2.0
1312024-11-13T19:03:18.636Z ooce/developer/llvm-15
1322024-11-13T19:03:18.636Z None -> 15.0.7-2.0
1332024-11-13T19:03:18.636Z package/pkg
1342024-11-13T19:03:18.636Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-13T19:03:18.636Z
1362024-11-13T19:03:18.636ZServices:
1372024-11-13T19:03:18.637Z restart_fmri:
1382024-11-13T19:03:18.637Z svc:/system/update-man-index:default
1392024-11-13T19:03:18.637Z
1402024-11-13T19:03:18.637ZEditable files to change:
1412024-11-13T19:03:18.637Z Update:
1422024-11-13T19:03:18.637Z usr/share/lib/pkg/web/config.shtml
1432024-11-13T19:03:19.172Z
1442024-11-13T19:03:19.172ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-13T19:03:24.173ZDownload: 957/4281 items 19.4/220.6MB 8% complete (4.0M/s)
1462024-11-13T19:03:29.175ZDownload: 1378/4281 items 111.0/220.6MB 50% complete (11.1M/s)
1472024-11-13T19:03:34.178ZDownload: 2351/4281 items 119.9/220.6MB 54% complete (10.1M/s)
1482024-11-13T19:03:39.777ZDownload: 3286/4281 items 211.0/220.6MB 95% complete (10.7M/s)
1492024-11-13T19:03:44.380ZDownload: Completed 220.60 MB in 25.20 seconds (8.8M/s)
1502024-11-13T19:03:46.323Z Actions: 1/5063 actions (Removing old actions)
1512024-11-13T19:03:46.338Z Actions: 194/5063 actions (Installing new actions)
1522024-11-13T19:03:51.349Z Actions: 4129/5063 actions (Installing new actions)
1532024-11-13T19:03:51.792Z Actions: 4226/5063 actions (Updating modified actions)
1542024-11-13T19:03:52.146Z Actions: Completed 5063 actions in 5.82 seconds.
1552024-11-13T19:03:52.520Z Done (0.366s)
1562024-11-13T19:03:52.523Z Done (0.000s)
1572024-11-13T19:03:53.029Z Done (0.508s)
1582024-11-13T19:03:58.907Z Done (5.665s)
1592024-11-13T19:03:59.158Z Done (0.187s)
1602024-11-13T19:03:59.160Z Done (0.000s)
1612024-11-13T19:03:59.353Z Done (0.000s)
1622024-11-13T19:04:00.011ZPlanning: Evaluating mediator changes ... Done
1632024-11-13T19:04:00.172ZPlanning: Checking for conflicting actions ... Done
1642024-11-13T19:04:00.175ZPlanning: Consolidating action changes ... Done
1652024-11-13T19:04:00.439ZPlanning: Evaluating mediators ... Done
1662024-11-13T19:04:00.441ZPlanning: Planning completed in 0.43 seconds
1672024-11-13T19:04:00.479Z Mediators to change: 2
1682024-11-13T19:04:00.479Z Create boot environment: No
1692024-11-13T19:04:00.479ZCreate backup boot environment: No
1702024-11-13T19:04:00.555Z Done
1712024-11-13T19:04:00.555Z Done
1722024-11-13T19:04:00.896Z Done
1732024-11-13T19:04:04.512Z Done
1742024-11-13T19:04:04.600Z Done
1752024-11-13T19:04:04.600Z Done
1762024-11-13T19:04:04.784Z Done
1772024-11-13T19:04:05.401ZPlanning: Evaluating mediator changes ... Done
1782024-11-13T19:04:05.404ZPlanning: Merging actions ... Done
1792024-11-13T19:04:05.591ZPlanning: Checking for conflicting actions ... Done
1802024-11-13T19:04:05.594ZPlanning: Consolidating action changes ... Done
1812024-11-13T19:04:05.858ZPlanning: Evaluating mediators ... Done
1822024-11-13T19:04:05.913ZPlanning: Planning completed in 0.76 seconds
1832024-11-13T19:04:05.953Z Packages to change: 1
1842024-11-13T19:04:05.953Z Mediators to change: 1
1852024-11-13T19:04:05.953Z Services to change: 1
1862024-11-13T19:04:05.955Z Create boot environment: No
1872024-11-13T19:04:05.955ZCreate backup boot environment: Yes
1882024-11-13T19:04:08.144Z Actions: 1/6 actions (Updating modified actions)
1892024-11-13T19:04:08.208Z Actions: Completed 6 actions in 0.06 seconds.
1902024-11-13T19:04:08.210Z Done
1912024-11-13T19:04:08.211Z Done
1922024-11-13T19:04:08.314Z Done
1932024-11-13T19:04:12.022Z Done
1942024-11-13T19:04:12.113Z Done
1952024-11-13T19:04:12.116Z Done
1962024-11-13T19:04:12.313Z Done
1972024-11-13T19:04:12.749ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982024-11-13T19:04:12.749Zclang system 15 system
1992024-11-13T19:04:12.749Zcsh system system illumos
2002024-11-13T19:04:12.749Zctags system system illumos
2012024-11-13T19:04:12.749Zgcc vendor 12 vendor
2022024-11-13T19:04:12.749Zgcc system 10 system
2032024-11-13T19:04:12.749Zgcc system 7 system
2042024-11-13T19:04:12.749Zgo system 1.20 system
2052024-11-13T19:04:12.749Zgo system 1.19 system
2062024-11-13T19:04:12.749Zllvm system 15 system
2072024-11-13T19:04:12.749Zllvm system 14 system
2082024-11-13T19:04:12.749Zmariadb system 10.6 system
2092024-11-13T19:04:12.749Zmta vendor vendor dma
2102024-11-13T19:04:12.749Zopenjdk system 17 system
2112024-11-13T19:04:12.749Zopenjdk system 11 system
2122024-11-13T19:04:12.749Zopenjdk system 1.8 system
2132024-11-13T19:04:12.749Zopenssl vendor 3 vendor
2142024-11-13T19:04:12.749Zperl system 5.36 system
2152024-11-13T19:04:12.749Zpostgresql system 15 system
2162024-11-13T19:04:12.749Zpostgresql system 13 system
2172024-11-13T19:04:12.750Zpython vendor 3 vendor
2182024-11-13T19:04:12.750Zpython system 2 system
2192024-11-13T19:04:12.750Zpython3 system 3.11 system
2202024-11-13T19:04:12.750Zruby system 3.0 system
2212024-11-13T19:04:12.750Zwords vendor vendor american-english
2222024-11-13T19:04:12.750Zwords system system australian-english
2232024-11-13T19:04:12.750Zwords system system british-english
2242024-11-13T19:04:12.750Zwords system system canadian-english
2252024-11-13T19:04:12.750Zwords system system french
2262024-11-13T19:04:12.750Zwords system system italian
2272024-11-13T19:04:12.750Zwords system system ngerman
2282024-11-13T19:04:12.750Zwords system system ogerman
2292024-11-13T19:04:12.750Zwords system system spanish
2302024-11-13T19:04:13.083ZPUBLISHER TYPE STATUS P LOCATION
2312024-11-13T19:04:13.083Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2322024-11-13T19:04:15.574ZFMRI IFO
2332024-11-13T19:04:15.574Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2342024-11-13T19:04:15.574Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2352024-11-13T19:04:15.575Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2362024-11-13T19:04:15.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2372024-11-13T19:04:15.575Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2382024-11-13T19:04:15.575Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2392024-11-13T19:04:15.575Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2402024-11-13T19:04:15.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2412024-11-13T19:04:15.575Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2422024-11-13T19:04:15.575Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2432024-11-13T19:04:15.575Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2442024-11-13T19:04:15.575Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2452024-11-13T19:04:15.575Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2462024-11-13T19:04:15.575Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2472024-11-13T19:04:15.575Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2482024-11-13T19:04:16.292Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2492024-11-13T19:04:17.031Z Updating crates.io index
2502024-11-13T19:04:17.033Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512024-11-13T19:04:19.115Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2522024-11-13T19:04:19.805Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532024-11-13T19:04:20.440Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2542024-11-13T19:04:21.036Z Updating git repository `https://github.com/oxidecomputer/propolis`
2552024-11-13T19:04:24.227Z Updating git repository `https://github.com/oxidecomputer/crucible`
2562024-11-13T19:04:30.211Z Updating git repository `https://github.com/oxidecomputer/opte`
2572024-11-13T19:04:32.893Z Updating git repository `https://github.com/oxidecomputer/falcon`
2582024-11-13T19:04:36.955Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592024-11-13T19:04:37.656Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602024-11-13T19:04:38.390Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2612024-11-13T19:04:39.815Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2622024-11-13T19:04:40.407Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632024-11-13T19:04:41.205Z Updating git repository `https://github.com/oxidecomputer/tofino`
2642024-11-13T19:04:41.819Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652024-11-13T19:04:42.430Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662024-11-13T19:04:43.033Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672024-11-13T19:04:43.814Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2682024-11-13T19:04:44.541Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692024-11-13T19:04:45.228Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2702024-11-13T19:04:45.931Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712024-11-13T19:04:46.913Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722024-11-13T19:04:47.526Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2732024-11-13T19:04:48.380Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742024-11-13T19:04:49.233Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2752024-11-13T19:04:49.868Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2762024-11-13T19:04:50.649Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2772024-11-13T19:04:52.129Z Downloading crates ...
2782024-11-13T19:04:52.217Z Downloaded cargo_toml v0.20.5
2792024-11-13T19:04:52.222Z Downloaded autocfg v1.4.0
2802024-11-13T19:04:52.224Z Downloaded cargo-platform v0.1.8
2812024-11-13T19:04:52.226Z Downloaded block-buffer v0.10.4
2822024-11-13T19:04:52.229Z Downloaded proc-macro-error v1.0.4
2832024-11-13T19:04:52.231Z Downloaded usdt-attr-macro v0.5.0
2842024-11-13T19:04:52.234Z Downloaded generic-array v0.14.7
2852024-11-13T19:04:52.236Z Downloaded anstyle-parse v0.2.5
2862024-11-13T19:04:52.239Z Downloaded usdt-macro v0.5.0
2872024-11-13T19:04:52.242Z Downloaded unicode-linebreak v0.1.5
2882024-11-13T19:04:52.244Z Downloaded dtrace-parser v0.2.0
2892024-11-13T19:04:52.246Z Downloaded smawk v0.3.2
2902024-11-13T19:04:52.248Z Downloaded plain v0.2.3
2912024-11-13T19:04:52.248Z Downloaded fastrand v2.1.1
2922024-11-13T19:04:52.251Z Downloaded clap_lex v0.7.2
2932024-11-13T19:04:52.251Z Downloaded serde_spanned v0.6.8
2942024-11-13T19:04:52.253Z Downloaded crypto-common v0.1.6
2952024-11-13T19:04:52.253Z Downloaded pest_generator v2.7.14
2962024-11-13T19:04:52.259Z Downloaded scroll v0.12.0
2972024-11-13T19:04:52.265Z Downloaded bytecount v0.6.8
2982024-11-13T19:04:52.267Z Downloaded tempfile v3.13.0
2992024-11-13T19:04:52.272Z Downloaded thiserror v1.0.64
3002024-11-13T19:04:52.277Z Downloaded typenum v1.17.0
3012024-11-13T19:04:52.280Z Downloaded anstyle v1.0.10
3022024-11-13T19:04:52.283Z Downloaded toml v0.8.19
3032024-11-13T19:04:52.285Z Downloaded papergrid v0.11.0
3042024-11-13T19:04:52.289Z Downloaded quote v1.0.37
3052024-11-13T19:04:52.292Z Downloaded anstyle-query v1.1.1
3062024-11-13T19:04:52.295Z Downloaded clap v4.5.20
3072024-11-13T19:04:52.303Z Downloaded serde v1.0.215
3082024-11-13T19:04:52.306Z Downloaded byteorder v1.5.0
3092024-11-13T19:04:52.308Z Downloaded scroll_derive v0.12.0
3102024-11-13T19:04:52.311Z Downloaded equivalent v1.0.1
3112024-11-13T19:04:52.311Z Downloaded anstream v0.6.15
3122024-11-13T19:04:52.314Z Downloaded fnv v1.0.7
3132024-11-13T19:04:52.314Z Downloaded cpufeatures v0.2.14
3142024-11-13T19:04:52.316Z Downloaded memchr v2.7.4
3152024-11-13T19:04:52.319Z Downloaded camino v1.1.9
3162024-11-13T19:04:52.322Z Downloaded swrite v0.1.0
3172024-11-13T19:04:52.324Z Downloaded pretty-hex v0.4.1
3182024-11-13T19:04:52.324Z Downloaded colorchoice v1.0.2
3192024-11-13T19:04:52.327Z Downloaded indexmap v2.6.0
3202024-11-13T19:04:52.329Z Downloaded tabled_derive v0.7.0
3212024-11-13T19:04:52.332Z Downloaded heck v0.4.1
3222024-11-13T19:04:52.332Z Downloaded cargo_metadata v0.18.1
3232024-11-13T19:04:52.334Z Downloaded terminal_size v0.4.0
3242024-11-13T19:04:52.334Z Downloaded macaddr v1.0.1
3252024-11-13T19:04:52.337Z Downloaded is_terminal_polyfill v1.70.1
3262024-11-13T19:04:52.337Z Downloaded dof v0.3.0
3272024-11-13T19:04:52.339Z Downloaded digest v0.10.7
3282024-11-13T19:04:52.342Z Downloaded proc-macro-error-attr v1.0.4
3292024-11-13T19:04:52.342Z Downloaded anyhow v1.0.93
3302024-11-13T19:04:52.345Z Downloaded strsim v0.11.1
3312024-11-13T19:04:52.348Z Downloaded memmap v0.7.0
3322024-11-13T19:04:52.348Z Downloaded itoa v1.0.11
3332024-11-13T19:04:52.350Z Downloaded cfg-if v1.0.0
3342024-11-13T19:04:52.350Z Downloaded utf8parse v0.2.2
3352024-11-13T19:04:52.350Z Downloaded thiserror-impl v1.0.64
3362024-11-13T19:04:52.353Z Downloaded serde_tokenstream v0.2.2
3372024-11-13T19:04:52.355Z Downloaded toml_datetime v0.6.8
3382024-11-13T19:04:52.355Z Downloaded version_check v0.9.5
3392024-11-13T19:04:52.358Z Downloaded usdt-impl v0.5.0
3402024-11-13T19:04:52.358Z Downloaded thread-id v4.2.2
3412024-11-13T19:04:52.360Z Downloaded fs-err v2.11.0
3422024-11-13T19:04:52.360Z Downloaded usdt v0.5.0
3432024-11-13T19:04:52.363Z Downloaded pest_derive v2.7.14
3442024-11-13T19:04:52.365Z Downloaded pest_meta v2.7.14
3452024-11-13T19:04:52.369Z Downloaded clap_derive v4.5.18
3462024-11-13T19:04:52.369Z Downloaded zerocopy-derive v0.7.35
3472024-11-13T19:04:52.372Z Downloaded semver v1.0.23
3482024-11-13T19:04:52.374Z Downloaded sha2 v0.10.8
3492024-11-13T19:04:52.377Z Downloaded heck v0.5.0
3502024-11-13T19:04:52.379Z Downloaded errno v0.3.9
3512024-11-13T19:04:52.381Z Downloaded camino-tempfile v1.1.1
3522024-11-13T19:04:52.381Z Downloaded once_cell v1.20.2
3532024-11-13T19:04:52.384Z Downloaded hashbrown v0.15.0
3542024-11-13T19:04:52.389Z Downloaded unicode-ident v1.0.13
3552024-11-13T19:04:52.392Z Downloaded bitflags v2.6.0
3562024-11-13T19:04:52.395Z Downloaded ucd-trie v0.1.7
3572024-11-13T19:04:52.397Z Downloaded serde_derive v1.0.215
3582024-11-13T19:04:52.400Z Downloaded log v0.4.22
3592024-11-13T19:04:52.403Z Downloaded textwrap v0.16.1
3602024-11-13T19:04:52.405Z Downloaded ryu v1.0.18
3612024-11-13T19:04:52.408Z Downloaded proc-macro2 v1.0.89
3622024-11-13T19:04:52.430Z Downloaded winnow v0.6.20
3632024-11-13T19:04:52.438Z Downloaded toml_edit v0.22.22
3642024-11-13T19:04:52.461Z Downloaded pest v2.7.14
3652024-11-13T19:04:52.468Z Downloaded clap_builder v4.5.20
3662024-11-13T19:04:52.475Z Downloaded goblin v0.8.2
3672024-11-13T19:04:52.483Z Downloaded serde_json v1.0.132
3682024-11-13T19:04:52.491Z Downloaded zerocopy v0.7.35
3692024-11-13T19:04:52.506Z Downloaded tabled v0.15.0
3702024-11-13T19:04:52.520Z Downloaded syn v2.0.87
3712024-11-13T19:04:52.530Z Downloaded syn v1.0.109
3722024-11-13T19:04:52.550Z Downloaded unicode-width v0.1.14
3732024-11-13T19:04:52.558Z Downloaded rustix v0.38.37
3742024-11-13T19:04:52.587Z Downloaded libc v0.2.162
3752024-11-13T19:04:52.881Z Compiling proc-macro2 v1.0.89
3762024-11-13T19:04:52.881Z Compiling unicode-ident v1.0.13
3772024-11-13T19:04:52.881Z Compiling serde v1.0.215
3782024-11-13T19:04:52.884Z Compiling version_check v0.9.5
3792024-11-13T19:04:52.884Z Compiling memchr v2.7.4
3802024-11-13T19:04:52.884Z Compiling thiserror v1.0.64
3812024-11-13T19:04:52.884Z Compiling libc v0.2.162
3822024-11-13T19:04:52.884Z Compiling ucd-trie v0.1.7
3832024-11-13T19:04:53.139Z Compiling ryu v1.0.18
3842024-11-13T19:04:53.483Z Compiling itoa v1.0.11
3852024-11-13T19:04:53.652Z Compiling once_cell v1.20.2
3862024-11-13T19:04:53.784Z Compiling byteorder v1.5.0
3872024-11-13T19:04:53.952Z Compiling rustix v0.38.37
3882024-11-13T19:04:54.216Z Compiling serde_json v1.0.132
3892024-11-13T19:04:54.489Z Compiling bitflags v2.6.0
3902024-11-13T19:04:54.564Z Compiling proc-macro-error-attr v1.0.4
3912024-11-13T19:04:54.662Z Compiling usdt-impl v0.5.0
3922024-11-13T19:04:54.707Z Compiling syn v1.0.109
3932024-11-13T19:04:54.804Z Compiling proc-macro-error v1.0.4
3942024-11-13T19:04:54.873Z Compiling equivalent v1.0.1
3952024-11-13T19:04:54.930Z Compiling camino v1.1.9
3962024-11-13T19:04:54.998Z Compiling plain v0.2.3
3972024-11-13T19:04:55.103Z Compiling log v0.4.22
3982024-11-13T19:04:55.128Z Compiling hashbrown v0.15.0
3992024-11-13T19:04:55.157Z Compiling utf8parse v0.2.2
4002024-11-13T19:04:55.327Z Compiling anstyle-parse v0.2.5
4012024-11-13T19:04:55.524Z Compiling autocfg v1.4.0
4022024-11-13T19:04:55.575Z Compiling quote v1.0.37
4032024-11-13T19:04:55.653Z Compiling thread-id v4.2.2
4042024-11-13T19:04:55.750Z Compiling errno v0.3.9
4052024-11-13T19:04:55.776Z Compiling is_terminal_polyfill v1.70.1
4062024-11-13T19:04:55.812Z Compiling pretty-hex v0.4.1
4072024-11-13T19:04:55.906Z Compiling winnow v0.6.20
4082024-11-13T19:04:55.994Z Compiling syn v2.0.87
4092024-11-13T19:04:56.294Z Compiling anstyle v1.0.10
4102024-11-13T19:04:56.408Z Compiling indexmap v2.6.0
4112024-11-13T19:04:56.658Z Compiling semver v1.0.23
4122024-11-13T19:04:56.770Z Compiling anstyle-query v1.1.1
4132024-11-13T19:04:56.936Z Compiling unicode-width v0.1.14
4142024-11-13T19:04:57.250Z Compiling colorchoice v1.0.2
4152024-11-13T19:04:57.427Z Compiling anstream v0.6.15
4162024-11-13T19:04:57.562Z Compiling fs-err v2.11.0
4172024-11-13T19:04:57.862Z Compiling heck v0.4.1
4182024-11-13T19:04:57.865Z Compiling cfg-if v1.0.0
4192024-11-13T19:04:57.965Z Compiling clap_lex v0.7.2
4202024-11-13T19:04:57.988Z Compiling bytecount v0.6.8
4212024-11-13T19:04:58.207Z Compiling fnv v1.0.7
4222024-11-13T19:04:58.240Z Compiling terminal_size v0.4.0
4232024-11-13T19:04:58.355Z Compiling anyhow v1.0.93
4242024-11-13T19:04:58.379Z Compiling strsim v0.11.1
4252024-11-13T19:04:58.456Z Compiling fastrand v2.1.1
4262024-11-13T19:04:58.499Z Compiling heck v0.5.0
4272024-11-13T19:04:59.081Z Compiling clap_builder v4.5.20
4282024-11-13T19:04:59.375Z Compiling tempfile v3.13.0
4292024-11-13T19:04:59.444Z Compiling papergrid v0.11.0
4302024-11-13T19:04:59.635Z Compiling memmap v0.7.0
4312024-11-13T19:04:59.716Z Compiling unicode-linebreak v0.1.5
4322024-11-13T19:04:59.786Z Compiling smawk v0.3.2
4332024-11-13T19:05:00.220Z Compiling textwrap v0.16.1
4342024-11-13T19:05:00.305Z Compiling swrite v0.1.0
4352024-11-13T19:05:01.598Z Compiling tabled_derive v0.7.0
4362024-11-13T19:05:03.187Z Compiling tabled v0.15.0
4372024-11-13T19:05:05.147Z Compiling serde_derive v1.0.215
4382024-11-13T19:05:05.150Z Compiling thiserror-impl v1.0.64
4392024-11-13T19:05:05.150Z Compiling zerocopy-derive v0.7.35
4402024-11-13T19:05:05.151Z Compiling scroll_derive v0.12.0
4412024-11-13T19:05:05.151Z Compiling clap_derive v4.5.18
4422024-11-13T19:05:06.420Z Compiling scroll v0.12.0
4432024-11-13T19:05:06.995Z Compiling goblin v0.8.2
4442024-11-13T19:05:07.246Z Compiling zerocopy v0.7.35
4452024-11-13T19:05:07.696Z Compiling pest v2.7.14
4462024-11-13T19:05:08.915Z Compiling clap v4.5.20
4472024-11-13T19:05:09.945Z Compiling pest_meta v2.7.14
4482024-11-13T19:05:10.765Z Compiling pest_generator v2.7.14
4492024-11-13T19:05:12.497Z Compiling pest_derive v2.7.14
4502024-11-13T19:05:13.181Z Compiling dtrace-parser v0.2.0
4512024-11-13T19:05:15.192Z Compiling toml_datetime v0.6.8
4522024-11-13T19:05:15.192Z Compiling serde_spanned v0.6.8
4532024-11-13T19:05:15.195Z Compiling cargo-platform v0.1.8
4542024-11-13T19:05:15.575Z Compiling serde_tokenstream v0.2.2
4552024-11-13T19:05:15.646Z Compiling toml_edit v0.22.22
4562024-11-13T19:05:15.773Z Compiling macaddr v1.0.1
4572024-11-13T19:05:15.860Z Compiling camino-tempfile v1.1.1
4582024-11-13T19:05:16.646Z Compiling dof v0.3.0
4592024-11-13T19:05:16.646Z Compiling cargo_metadata v0.18.1
4602024-11-13T19:05:18.447Z Compiling toml v0.8.19
4612024-11-13T19:05:18.745Z Compiling usdt-macro v0.5.0
4622024-11-13T19:05:18.904Z Compiling usdt-attr-macro v0.5.0
4632024-11-13T19:05:19.316Z Compiling cargo_toml v0.20.5
4642024-11-13T19:05:20.254Z Compiling usdt v0.5.0
4652024-11-13T19:05:22.863Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662024-11-13T19:05:26.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
4672024-11-13T19:05:27.219Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4682024-11-13T19:05:27.731Z Downloading crates ...
4692024-11-13T19:05:27.843Z Downloaded atomic-waker v1.1.2
4702024-11-13T19:05:27.846Z Downloaded async-stream v0.3.6
4712024-11-13T19:05:27.849Z Downloaded assert_matches v1.5.0
4722024-11-13T19:05:27.852Z Downloaded backtrace v0.3.74
4732024-11-13T19:05:27.857Z Downloaded arrayref v0.3.9
4742024-11-13T19:05:27.859Z Downloaded cfg_aliases v0.1.1
4752024-11-13T19:05:27.863Z Downloaded http-body v1.0.1
4762024-11-13T19:05:27.866Z Downloaded heck v0.3.3
4772024-11-13T19:05:27.868Z Downloaded block-padding v0.3.3
4782024-11-13T19:05:27.868Z Downloaded chrono-tz-build v0.4.0
4792024-11-13T19:05:27.872Z Downloaded hostname v0.3.1
4802024-11-13T19:05:27.875Z Downloaded hickory-client v0.24.1
4812024-11-13T19:05:27.877Z Downloaded matches v0.1.10
4822024-11-13T19:05:27.877Z Downloaded ident_case v1.0.1
4832024-11-13T19:05:27.880Z Downloaded cbc v0.1.2
4842024-11-13T19:05:27.883Z Downloaded hubpack_derive v0.1.1
4852024-11-13T19:05:27.883Z Downloaded md5 v0.7.0
4862024-11-13T19:05:27.883Z Downloaded constant_time_eq v0.3.1
4872024-11-13T19:05:27.886Z Downloaded ciborium-ll v0.2.2
4882024-11-13T19:05:27.886Z Downloaded bb8 v0.8.5
4892024-11-13T19:05:27.888Z Downloaded hmac v0.12.1
4902024-11-13T19:05:27.891Z Downloaded newline-converter v0.3.0
4912024-11-13T19:05:27.893Z Downloaded lru v0.12.5
4922024-11-13T19:05:27.893Z Downloaded addr2line v0.24.2
4932024-11-13T19:05:27.896Z Downloaded lazycell v1.3.0
4942024-11-13T19:05:27.899Z Downloaded is-terminal v0.4.13
4952024-11-13T19:05:27.899Z Downloaded hickory-server v0.24.1
4962024-11-13T19:05:27.904Z Downloaded nanorand v0.7.0
4972024-11-13T19:05:27.907Z Downloaded nibble_vec v0.1.0
4982024-11-13T19:05:27.910Z Downloaded managed v0.8.0
4992024-11-13T19:05:27.912Z Downloaded httparse v1.9.5
5002024-11-13T19:05:27.916Z Downloaded lock_api v0.4.12
5012024-11-13T19:05:27.918Z Downloaded home v0.5.9
5022024-11-13T19:05:27.918Z Downloaded atomicwrites v0.4.4
5032024-11-13T19:05:27.921Z Downloaded hyper-rustls v0.27.3
5042024-11-13T19:05:27.923Z Downloaded rand_chacha v0.3.1
5052024-11-13T19:05:27.926Z Downloaded indexmap v1.9.3
5062024-11-13T19:05:27.929Z Downloaded ascii-canvas v3.0.0
5072024-11-13T19:05:27.931Z Downloaded bytes v1.7.2
5082024-11-13T19:05:27.936Z Downloaded rtoolbox v0.0.2
5092024-11-13T19:05:27.939Z Downloaded darling v0.20.10
5102024-11-13T19:05:27.942Z Downloaded is_ci v1.2.0
5112024-11-13T19:05:27.945Z Downloaded http-range v0.1.5
5122024-11-13T19:05:27.948Z Downloaded ciborium-io v0.2.2
5132024-11-13T19:05:27.948Z Downloaded cfg_aliases v0.2.1
5142024-11-13T19:05:27.948Z Downloaded instant v0.1.13
5152024-11-13T19:05:27.952Z Downloaded hostname v0.4.0
5162024-11-13T19:05:27.955Z Downloaded serde_urlencoded v0.7.1
5172024-11-13T19:05:27.956Z Downloaded mockall_derive v0.13.0
5182024-11-13T19:05:27.960Z Downloaded arrayvec v0.7.6
5192024-11-13T19:05:27.962Z Downloaded adler2 v2.0.0
5202024-11-13T19:05:27.962Z Downloaded secrecy v0.8.0
5212024-11-13T19:05:27.962Z Downloaded hyper-util v0.1.10
5222024-11-13T19:05:27.967Z Downloaded async-bb8-diesel v0.2.1
5232024-11-13T19:05:27.970Z Downloaded take_mut v0.2.2
5242024-11-13T19:05:27.974Z Downloaded new_debug_unreachable v1.0.6
5252024-11-13T19:05:27.974Z Downloaded chacha20poly1305 v0.10.1
5262024-11-13T19:05:27.977Z Downloaded indoc v1.0.9
5272024-11-13T19:05:27.980Z Downloaded mirai-annotations v1.12.0
5282024-11-13T19:05:27.980Z Downloaded bitflags v1.3.2
5292024-11-13T19:05:27.983Z Downloaded hyper-tls v0.6.0
5302024-11-13T19:05:27.985Z Downloaded md-5 v0.10.6
5312024-11-13T19:05:27.990Z Downloaded chacha20 v0.9.1
5322024-11-13T19:05:27.993Z Downloaded maplit v1.0.2
5332024-11-13T19:05:27.993Z Downloaded heapless v0.8.0
5342024-11-13T19:05:27.996Z Downloaded strum v0.26.3
5352024-11-13T19:05:28.000Z Downloaded cipher v0.4.4
5362024-11-13T19:05:28.002Z Downloaded derive_builder_macro v0.20.2
5372024-11-13T19:05:28.002Z Downloaded cassowary v0.3.0
5382024-11-13T19:05:28.002Z Downloaded zone_cfg_derive v0.3.0
5392024-11-13T19:05:28.005Z Downloaded memoffset v0.9.1
5402024-11-13T19:05:28.005Z Downloaded lazy_static v1.5.0
5412024-11-13T19:05:28.009Z Downloaded ctr v0.9.2
5422024-11-13T19:05:28.014Z Downloaded newtype-uuid v1.1.3
5432024-11-13T19:05:28.014Z Downloaded cstr-argument v0.1.2
5442024-11-13T19:05:28.018Z Downloaded blowfish v0.9.1
5452024-11-13T19:05:28.018Z Downloaded slog-async v2.8.0
5462024-11-13T19:05:28.018Z Downloaded iana-time-zone v0.1.61
5472024-11-13T19:05:28.020Z Downloaded rustls-pemfile v1.0.4
5482024-11-13T19:05:28.023Z Downloaded rustc_version v0.4.1
5492024-11-13T19:05:28.028Z Downloaded headers-core v0.3.0
5502024-11-13T19:05:28.028Z Downloaded fxhash v0.2.1
5512024-11-13T19:05:28.031Z Downloaded libefi-sys v0.1.0
5522024-11-13T19:05:28.031Z Downloaded structmeta-derive v0.3.0
5532024-11-13T19:05:28.031Z Downloaded slog-bunyan v2.5.0
5542024-11-13T19:05:28.033Z Downloaded serde_repr v0.1.19
5552024-11-13T19:05:28.037Z Downloaded mio v1.0.2
5562024-11-13T19:05:28.042Z Downloaded wyz v0.5.1
5572024-11-13T19:05:28.045Z Downloaded tls_codec_derive v0.4.1
5582024-11-13T19:05:28.045Z Downloaded parse-size v1.1.0
5592024-11-13T19:05:28.047Z Downloaded untrusted v0.9.0
5602024-11-13T19:05:28.050Z Downloaded twox-hash v1.6.3
5612024-11-13T19:05:28.056Z Downloaded crc32fast v1.4.2
5622024-11-13T19:05:28.056Z Downloaded kstat-rs v0.2.4
5632024-11-13T19:05:28.067Z Downloaded untrusted v0.7.1
5642024-11-13T19:05:28.067Z Downloaded term v0.7.0
5652024-11-13T19:05:28.067Z Downloaded debug-ignore v1.0.5
5662024-11-13T19:05:28.067Z Downloaded ff v0.13.0
5672024-11-13T19:05:28.067Z Downloaded foreign-types-macros v0.2.3
5682024-11-13T19:05:28.070Z Downloaded serde-big-array v0.5.1
5692024-11-13T19:05:28.070Z Downloaded simd-adler32 v0.3.7
5702024-11-13T19:05:28.072Z Downloaded funty v2.0.0
5712024-11-13T19:05:28.072Z Downloaded rustc-demangle v0.1.24
5722024-11-13T19:05:28.074Z Downloaded fd-lock v4.0.2
5732024-11-13T19:05:28.077Z Downloaded futures-task v0.3.31
5742024-11-13T19:05:28.079Z Downloaded either v1.13.0
5752024-11-13T19:05:28.082Z Downloaded ed25519 v2.2.3
5762024-11-13T19:05:28.084Z Downloaded crossbeam-channel v0.5.13
5772024-11-13T19:05:28.087Z Downloaded tokio-tungstenite v0.21.0
5782024-11-13T19:05:28.089Z Downloaded tokio-rustls v0.26.0
5792024-11-13T19:05:28.092Z Downloaded tokio-rustls v0.25.0
5802024-11-13T19:05:28.095Z Downloaded indicatif v0.17.8
5812024-11-13T19:05:28.099Z Downloaded phf_codegen v0.11.2
5822024-11-13T19:05:28.102Z Downloaded phf v0.11.2
5832024-11-13T19:05:28.105Z Downloaded sync_wrapper v1.0.1
5842024-11-13T19:05:28.105Z Downloaded parse-display-derive v0.10.0
5852024-11-13T19:05:28.109Z Downloaded dropshot_endpoint v0.12.0
5862024-11-13T19:05:28.112Z Downloaded zone_cfg_derive v0.1.2
5872024-11-13T19:05:28.112Z Downloaded num-conv v0.1.0
5882024-11-13T19:05:28.112Z Downloaded foreign-types-shared v0.3.1
5892024-11-13T19:05:28.117Z Downloaded foreign-types-shared v0.1.1
5902024-11-13T19:05:28.117Z Downloaded ref-cast-impl v1.0.23
5912024-11-13T19:05:28.117Z Downloaded parse-display v0.10.0
5922024-11-13T19:05:28.117Z Downloaded rpassword v7.3.1
5932024-11-13T19:05:28.121Z Downloaded primeorder v0.13.6
5942024-11-13T19:05:28.121Z Downloaded foreign-types v0.3.2
5952024-11-13T19:05:28.126Z Downloaded itertools v0.12.1
5962024-11-13T19:05:28.129Z Downloaded openssl-probe v0.1.5
5972024-11-13T19:05:28.131Z Downloaded siphasher v0.3.11
5982024-11-13T19:05:28.131Z Downloaded shell-words v1.1.0
5992024-11-13T19:05:28.134Z Downloaded blake2 v0.10.6
6002024-11-13T19:05:28.136Z Downloaded psl-types v2.0.11
6012024-11-13T19:05:28.138Z Downloaded number_prefix v0.4.0
6022024-11-13T19:05:28.144Z Downloaded num_threads v0.1.7
6032024-11-13T19:05:28.144Z Downloaded static_assertions v1.1.0
6042024-11-13T19:05:28.146Z Downloaded stable_deref_trait v1.2.0
6052024-11-13T19:05:28.146Z Downloaded hashlink v0.9.1
6062024-11-13T19:05:28.146Z Downloaded aes v0.8.4
6072024-11-13T19:05:28.150Z Downloaded nodrop v0.1.14
6082024-11-13T19:05:28.153Z Downloaded signal-hook-tokio v0.3.1
6092024-11-13T19:05:28.153Z Downloaded termcolor v1.4.1
6102024-11-13T19:05:28.155Z Downloaded tokio-native-tls v0.3.1
6112024-11-13T19:05:28.158Z Downloaded tabwriter v1.4.0
6122024-11-13T19:05:28.160Z Downloaded derive_builder_core v0.20.2
6132024-11-13T19:05:28.162Z Downloaded miniz_oxide v0.8.0
6142024-11-13T19:05:28.164Z Downloaded fs_extra v1.3.0
6152024-11-13T19:05:28.166Z Downloaded env_filter v0.1.2
6162024-11-13T19:05:28.170Z Downloaded enum-as-inner v0.6.1
6172024-11-13T19:05:28.173Z Downloaded dsl_auto_type v0.1.2
6182024-11-13T19:05:28.173Z Downloaded poly1305 v0.8.0
6192024-11-13T19:05:28.177Z Downloaded zone v0.3.0
6202024-11-13T19:05:28.180Z Downloaded enum-as-inner v0.5.1
6212024-11-13T19:05:28.180Z Downloaded want v0.3.1
6222024-11-13T19:05:28.180Z Downloaded olpc-cjson v0.1.4
6232024-11-13T19:05:28.184Z Downloaded allocator-api2 v0.2.18
6242024-11-13T19:05:28.188Z Downloaded float-ord v0.3.2
6252024-11-13T19:05:28.188Z Downloaded diesel_table_macro_syntax v0.2.0
6262024-11-13T19:05:28.191Z Downloaded bumpalo v3.16.0
6272024-11-13T19:05:28.191Z Downloaded downcast v0.11.0
6282024-11-13T19:05:28.193Z Downloaded powerfmt v0.2.0
6292024-11-13T19:05:28.196Z Downloaded num_enum_derive v0.5.11
6302024-11-13T19:05:28.196Z Downloaded tokio-tungstenite v0.24.0
6312024-11-13T19:05:28.199Z Downloaded tokio-tungstenite v0.23.1
6322024-11-13T19:05:28.202Z Downloaded rand_xorshift v0.3.0
6332024-11-13T19:05:28.204Z Downloaded pretty-hex v0.2.1
6342024-11-13T19:05:28.204Z Downloaded tungstenite v0.24.0
6352024-11-13T19:05:28.208Z Downloaded slab v0.4.9
6362024-11-13T19:05:28.211Z Downloaded structmeta v0.2.0
6372024-11-13T19:05:28.214Z Downloaded stringprep v0.1.5
6382024-11-13T19:05:28.214Z Downloaded phf_shared v0.10.0
6392024-11-13T19:05:28.217Z Downloaded strip-ansi-escapes v0.2.0
6402024-11-13T19:05:28.217Z Downloaded string_cache v0.8.7
6412024-11-13T19:05:28.219Z Downloaded compact_str v0.8.0
6422024-11-13T19:05:28.222Z Downloaded tls_codec v0.4.1
6432024-11-13T19:05:28.225Z Downloaded schemars v0.8.21
6442024-11-13T19:05:28.238Z Downloaded time-core v0.1.2
6452024-11-13T19:05:28.241Z Downloaded zeroize v1.8.1
6462024-11-13T19:05:28.241Z Downloaded unarray v0.1.4
6472024-11-13T19:05:28.244Z Downloaded ron v0.7.1
6482024-11-13T19:05:28.248Z Downloaded dyn-clone v1.0.17
6492024-11-13T19:05:28.250Z Downloaded ppv-lite86 v0.2.20
6502024-11-13T19:05:28.253Z Downloaded futures-core v0.3.31
6512024-11-13T19:05:28.255Z Downloaded endian-type v0.1.2
6522024-11-13T19:05:28.255Z Downloaded displaydoc v0.2.5
6532024-11-13T19:05:28.258Z Downloaded unsafe-libyaml v0.2.11
6542024-11-13T19:05:28.261Z Downloaded predicates-tree v1.0.11
6552024-11-13T19:05:28.264Z Downloaded num-iter v0.1.45
6562024-11-13T19:05:28.266Z Downloaded unicode-properties v0.1.3
6572024-11-13T19:05:28.269Z Downloaded glob v0.3.1
6582024-11-13T19:05:28.269Z Downloaded ghash v0.5.1
6592024-11-13T19:05:28.271Z Downloaded vergen v8.3.2
6602024-11-13T19:05:28.274Z Downloaded slog-stdlog v4.1.1
6612024-11-13T19:05:28.277Z Downloaded sec1 v0.7.3
6622024-11-13T19:05:28.282Z Downloaded typify v0.2.0
6632024-11-13T19:05:28.291Z Downloaded thiserror-no-std v2.0.2
6642024-11-13T19:05:28.294Z Downloaded strum_macros v0.24.3
6652024-11-13T19:05:28.297Z Downloaded ref-cast v1.0.23
6662024-11-13T19:05:28.300Z Downloaded display-error-chain v0.2.2
6672024-11-13T19:05:28.316Z Downloaded omicron-zone-package v0.11.1
6682024-11-13T19:05:28.316Z Downloaded thread_local v1.1.8
6692024-11-13T19:05:28.316Z Downloaded normalize-line-endings v0.3.0
6702024-11-13T19:05:28.316Z Downloaded float-cmp v0.9.0
6712024-11-13T19:05:28.316Z Downloaded difflib v0.4.0
6722024-11-13T19:05:28.336Z Downloaded defmt-parser v0.3.4
6732024-11-13T19:05:28.336Z Downloaded ecdsa v0.16.9
6742024-11-13T19:05:28.337Z Downloaded ena v0.14.3
6752024-11-13T19:05:28.337Z Downloaded diesel-dtrace v0.3.0
6762024-11-13T19:05:28.337Z Downloaded universal-hash v0.5.1
6772024-11-13T19:05:28.337Z Downloaded unicode-xid v0.2.6
6782024-11-13T19:05:28.337Z Downloaded globset v0.4.15
6792024-11-13T19:05:28.337Z Downloaded typify-macro v0.2.0
6802024-11-13T19:05:28.337Z Downloaded zip v0.6.6
6812024-11-13T19:05:28.350Z Downloaded percent-encoding v2.3.1
6822024-11-13T19:05:28.350Z Downloaded peg v0.8.4
6832024-11-13T19:05:28.350Z Downloaded num-integer v0.1.46
6842024-11-13T19:05:28.350Z Downloaded spin v0.5.2
6852024-11-13T19:05:28.350Z Downloaded rustc-hash v2.0.0
6862024-11-13T19:05:28.350Z Downloaded signal-hook-mio v0.2.4
6872024-11-13T19:05:28.350Z Downloaded tokio-macros v2.4.0
6882024-11-13T19:05:28.350Z Downloaded zerocopy v0.6.6
6892024-11-13T19:05:28.350Z Downloaded darling_core v0.20.10
6902024-11-13T19:05:28.352Z Downloaded toolchain_find v0.4.0
6912024-11-13T19:05:28.352Z Downloaded libm v0.2.8
6922024-11-13T19:05:28.361Z Downloaded xattr v1.3.1
6932024-11-13T19:05:28.364Z Downloaded thiserror-impl-no-std v2.0.2
6942024-11-13T19:05:28.366Z Downloaded rustc_version v0.1.7
6952024-11-13T19:05:28.366Z Downloaded num-rational v0.4.2
6962024-11-13T19:05:28.369Z Downloaded http v1.1.0
6972024-11-13T19:05:28.373Z Downloaded futures-sink v0.3.31
6982024-11-13T19:05:28.375Z Downloaded parse-zoneinfo v0.3.1
6992024-11-13T19:05:28.377Z Downloaded futures-io v0.3.31
7002024-11-13T19:05:28.380Z Downloaded xz2 v0.1.7
7012024-11-13T19:05:28.382Z Downloaded env_logger v0.10.2
7022024-11-13T19:05:28.385Z Downloaded predicates v3.1.2
7032024-11-13T19:05:28.388Z Downloaded phf_shared v0.11.2
7042024-11-13T19:05:28.390Z Downloaded gethostname v0.5.0
7052024-11-13T19:05:28.390Z Downloaded waitgroup v0.1.2
7062024-11-13T19:05:28.393Z Downloaded termtree v0.4.1
7072024-11-13T19:05:28.393Z Downloaded russh-cryptovec v0.7.3
7082024-11-13T19:05:28.396Z Downloaded quinn-udp v0.5.5
7092024-11-13T19:05:28.396Z Downloaded slog-json v2.6.1
7102024-11-13T19:05:28.398Z Downloaded shlex v1.3.0
7112024-11-13T19:05:28.401Z Downloaded aws-lc-rs v1.10.0
7122024-11-13T19:05:28.409Z Downloaded slog-envlogger v2.2.0
7132024-11-13T19:05:28.411Z Downloaded uzers v0.12.1
7142024-11-13T19:05:28.414Z Downloaded openssl-sys v0.9.104
7152024-11-13T19:05:28.420Z Downloaded futures-executor v0.3.31
7162024-11-13T19:05:28.422Z Downloaded flagset v0.4.6
7172024-11-13T19:05:28.425Z Downloaded try-lock v0.2.5
7182024-11-13T19:05:28.425Z Downloaded defmt-macros v0.3.9
7192024-11-13T19:05:28.428Z Downloaded peg-runtime v0.8.3
7202024-11-13T19:05:28.430Z Downloaded tower-service v0.3.3
7212024-11-13T19:05:28.430Z Downloaded zip v2.1.3
7222024-11-13T19:05:28.435Z Downloaded dhcproto-macros v0.1.0
7232024-11-13T19:05:28.437Z Downloaded defmt v0.3.8
7242024-11-13T19:05:28.440Z Downloaded data-encoding v2.6.0
7252024-11-13T19:05:28.444Z Downloaded slog-scope v4.4.0
7262024-11-13T19:05:28.446Z Downloaded peg-macros v0.8.4
7272024-11-13T19:05:28.446Z Downloaded snafu-derive v0.8.5
7282024-11-13T19:05:28.449Z Downloaded supports-color v3.0.1
7292024-11-13T19:05:28.449Z Downloaded quick-error v1.2.3
7302024-11-13T19:05:28.453Z Downloaded russh-keys v0.45.0
7312024-11-13T19:05:28.456Z Downloaded resolv-conf v0.7.0
7322024-11-13T19:05:28.457Z Downloaded nu-ansi-term v0.50.1
7332024-11-13T19:05:28.459Z Downloaded postcard v1.0.10
7342024-11-13T19:05:28.461Z Downloaded filetime v0.2.25
7352024-11-13T19:05:28.463Z Downloaded fallible-streaming-iterator v0.1.9
7362024-11-13T19:05:28.467Z Downloaded fallible-iterator v0.3.0
7372024-11-13T19:05:28.467Z Downloaded embedded-io v0.6.1
7382024-11-13T19:05:28.467Z Downloaded unicase v2.7.0
7392024-11-13T19:05:28.469Z Downloaded sha1 v0.10.6
7402024-11-13T19:05:28.472Z Downloaded pkg-config v0.3.31
7412024-11-13T19:05:28.472Z Downloaded slog-term v2.9.1
7422024-11-13T19:05:28.475Z Downloaded pin-utils v0.1.0
7432024-11-13T19:05:28.477Z Downloaded pbkdf2 v0.12.2
7442024-11-13T19:05:28.480Z Downloaded fixedbitset v0.4.2
7452024-11-13T19:05:28.480Z Downloaded futures-macro v0.3.31
7462024-11-13T19:05:28.483Z Downloaded path-slash v0.1.5
7472024-11-13T19:05:28.483Z Downloaded password-hash v0.5.0
7482024-11-13T19:05:28.485Z Downloaded topological-sort v0.2.2
7492024-11-13T19:05:28.485Z Downloaded salsa20 v0.10.2
7502024-11-13T19:05:28.488Z Downloaded dirs-next v2.0.0
7512024-11-13T19:05:28.491Z Downloaded utf-8 v0.7.6
7522024-11-13T19:05:28.491Z Downloaded password-hash v0.4.2
7532024-11-13T19:05:28.494Z Downloaded parking_lot_core v0.9.10
7542024-11-13T19:05:28.496Z Downloaded libxml v0.3.3
7552024-11-13T19:05:28.500Z Downloaded packed_struct v0.10.1
7562024-11-13T19:05:28.503Z Downloaded structmeta v0.3.0
7572024-11-13T19:05:28.505Z Downloaded pem v3.0.4
7582024-11-13T19:05:28.505Z Downloaded parking_lot_core v0.8.6
7592024-11-13T19:05:28.508Z Downloaded precomputed-hash v0.1.1
7602024-11-13T19:05:28.510Z Downloaded bitvec v1.0.1
7612024-11-13T19:05:28.525Z Downloaded darling_macro v0.20.10
7622024-11-13T19:05:28.527Z Downloaded vte_generate_state_changes v0.1.2
7632024-11-13T19:05:28.527Z Downloaded group v0.13.0
7642024-11-13T19:05:28.530Z Downloaded spki v0.7.3
7652024-11-13T19:05:28.530Z Downloaded pin-project-lite v0.2.14
7662024-11-13T19:05:28.535Z Downloaded hash32 v0.2.1
7672024-11-13T19:05:28.539Z Downloaded rustversion v1.0.17
7682024-11-13T19:05:28.542Z Downloaded tiny-keccak v2.0.2
7692024-11-13T19:05:28.542Z Downloaded form_urlencoded v1.2.1
7702024-11-13T19:05:28.548Z Downloaded embedded-io v0.4.0
7712024-11-13T19:05:28.548Z Downloaded bindgen v0.69.5
7722024-11-13T19:05:28.552Z Downloaded fragile v2.0.0
7732024-11-13T19:05:28.555Z Downloaded predicates-core v1.0.8
7742024-11-13T19:05:28.558Z Downloaded blake3 v1.5.4
7752024-11-13T19:05:28.564Z Downloaded wait-timeout v0.2.0
7762024-11-13T19:05:28.567Z Downloaded strum_macros v0.26.4
7772024-11-13T19:05:28.570Z Downloaded subtle v2.6.1
7782024-11-13T19:05:28.570Z Downloaded smf v0.2.3
7792024-11-13T19:05:28.574Z Downloaded dirs-sys-next v0.1.2
7802024-11-13T19:05:28.574Z Downloaded strum_macros v0.25.3
7812024-11-13T19:05:28.574Z Downloaded smallvec v0.6.14
7822024-11-13T19:05:28.578Z Downloaded pin-project v1.1.6
7832024-11-13T19:05:28.589Z Downloaded postgres-types v0.2.8
7842024-11-13T19:05:28.592Z Downloaded phf_generator v0.11.2
7852024-11-13T19:05:28.592Z Downloaded pbkdf2 v0.11.0
7862024-11-13T19:05:28.595Z Downloaded serde_with_macros v3.11.0
7872024-11-13T19:05:28.601Z Downloaded sct v0.7.1
7882024-11-13T19:05:28.606Z Downloaded value-bag v1.9.0
7892024-11-13T19:05:28.606Z Downloaded unicode_categories v0.1.1
7902024-11-13T19:05:28.606Z Downloaded tinyvec v1.8.0
7912024-11-13T19:05:28.609Z Downloaded num-derive v0.4.2
7922024-11-13T19:05:28.613Z Downloaded sqlformat v0.2.6
7932024-11-13T19:05:28.617Z Downloaded smallvec v1.13.2
7942024-11-13T19:05:28.617Z Downloaded spin v0.9.8
7952024-11-13T19:05:28.621Z Downloaded num-complex v0.4.6
7962024-11-13T19:05:28.621Z Downloaded futures-channel v0.3.31
7972024-11-13T19:05:28.624Z Downloaded vte v0.11.1
7982024-11-13T19:05:28.624Z Downloaded der_derive v0.7.3
7992024-11-13T19:05:28.627Z Downloaded postgres-protocol v0.6.7
8002024-11-13T19:05:28.629Z Downloaded time v0.3.36
8012024-11-13T19:05:28.635Z Downloaded rusqlite v0.32.1
8022024-11-13T19:05:28.642Z Downloaded rustls-pki-types v1.9.0
8032024-11-13T19:05:28.647Z Downloaded half v2.4.1
8042024-11-13T19:05:28.652Z Downloaded futures v0.3.31
8052024-11-13T19:05:28.657Z Downloaded des v0.8.1
8062024-11-13T19:05:28.659Z Downloaded russh v0.45.0
8072024-11-13T19:05:28.663Z Downloaded progenitor-impl v0.8.0
8082024-11-13T19:05:28.666Z Downloaded tracing v0.1.40
8092024-11-13T19:05:28.671Z Downloaded unicode-bidi v0.3.17
8102024-11-13T19:05:28.674Z Downloaded dhcproto v0.12.0
8112024-11-13T19:05:28.677Z Downloaded tungstenite v0.21.0
8122024-11-13T19:05:28.682Z Downloaded salty v0.3.0
8132024-11-13T19:05:28.689Z Downloaded chrono v0.4.38
8142024-11-13T19:05:28.697Z Downloaded elliptic-curve v0.13.8
8152024-11-13T19:05:28.704Z Downloaded nom v7.1.3
8162024-11-13T19:05:28.708Z Downloaded sqlparser v0.45.0
8172024-11-13T19:05:28.714Z Downloaded proptest v1.5.0
8182024-11-13T19:05:28.724Z Downloaded steno v0.4.1
8192024-11-13T19:05:28.729Z Downloaded rustyline v14.0.0
8202024-11-13T19:05:28.735Z Downloaded hashbrown v0.12.3
8212024-11-13T19:05:28.740Z Downloaded reedline v0.35.0
8222024-11-13T19:05:28.748Z Downloaded tough v0.19.0
8232024-11-13T19:05:28.758Z Downloaded vcpkg v0.2.15
8242024-11-13T19:05:28.799Z Downloaded hashbrown v0.13.2
8252024-11-13T19:05:28.803Z Downloaded idna v0.5.0
8262024-11-13T19:05:28.811Z Downloaded quick-xml v0.33.0
8272024-11-13T19:05:28.818Z Downloaded serde_with v3.11.0
8282024-11-13T19:05:28.827Z Downloaded quinn-proto v0.11.8
8292024-11-13T19:05:28.836Z Downloaded h2 v0.4.6
8302024-11-13T19:05:28.842Z Downloaded num-bigint-dig v0.8.4
8312024-11-13T19:05:28.848Z Downloaded reqwest v0.12.9
8322024-11-13T19:05:28.857Z Downloaded object v0.30.4
8332024-11-13T19:05:28.868Z Downloaded regex-syntax v0.8.5
8342024-11-13T19:05:28.877Z Downloaded rayon v1.10.0
8352024-11-13T19:05:28.888Z Downloaded object v0.36.5
8362024-11-13T19:05:28.900Z Downloaded rustls-webpki v0.101.7
8372024-11-13T19:05:28.915Z Downloaded regex v1.11.1
8382024-11-13T19:05:28.929Z Downloaded openapiv3 v2.0.0
8392024-11-13T19:05:28.943Z Downloaded bstr v1.10.0
8402024-11-13T19:05:28.954Z Downloaded regress v0.10.1
8412024-11-13T19:05:28.963Z Downloaded git2 v0.19.0
8422024-11-13T19:05:28.972Z Downloaded openssl v0.10.68
8432024-11-13T19:05:28.984Z Downloaded rustls-webpki v0.102.8
8442024-11-13T19:05:29.004Z Downloaded gimli v0.31.1
8452024-11-13T19:05:29.011Z Downloaded regex-syntax v0.6.29
8462024-11-13T19:05:29.019Z Downloaded webpki-roots v0.26.6
8472024-11-13T19:05:29.022Z Downloaded polar-core v0.27.3
8482024-11-13T19:05:29.031Z Downloaded typify-impl v0.2.0
8492024-11-13T19:05:29.048Z Downloaded rustls v0.21.12
8502024-11-13T19:05:29.060Z Downloaded regress v0.9.1
8512024-11-13T19:05:29.069Z Downloaded zerocopy-derive v0.6.6
8522024-11-13T19:05:29.080Z Downloaded smoltcp v0.11.0
8532024-11-13T19:05:29.093Z Downloaded bzip2-sys v0.1.11+1.0.8
8542024-11-13T19:05:29.106Z Downloaded diesel v2.2.4
8552024-11-13T19:05:29.127Z Downloaded dropshot v0.12.0
8562024-11-13T19:05:29.144Z Downloaded sled v0.34.7
8572024-11-13T19:05:29.156Z Downloaded rustls v0.23.14
8582024-11-13T19:05:29.168Z Downloaded rustls v0.22.4
8592024-11-13T19:05:29.181Z Downloaded nix v0.29.0
8602024-11-13T19:05:29.192Z Downloaded hickory-proto v0.24.1
8612024-11-13T19:05:29.208Z Downloaded p384 v0.13.0
8622024-11-13T19:05:29.214Z Downloaded ratatui v0.28.1
8632024-11-13T19:05:29.234Z Downloaded petgraph v0.6.5
8642024-11-13T19:05:29.251Z Downloaded smoltcp v0.9.1
8652024-11-13T19:05:29.263Z Downloaded nix v0.28.0
8662024-11-13T19:05:29.274Z Downloaded trust-dns-proto v0.22.0
8672024-11-13T19:05:29.286Z Downloaded chrono-tz v0.10.0
8682024-11-13T19:05:29.294Z Downloaded regex-automata v0.4.8
8692024-11-13T19:05:29.312Z Downloaded csv v1.3.0
8702024-11-13T19:05:29.331Z Downloaded nix v0.27.1
8712024-11-13T19:05:29.341Z Downloaded idna v0.4.0
8722024-11-13T19:05:29.348Z Downloaded lzma-sys v0.1.20
8732024-11-13T19:05:29.377Z Downloaded libz-sys v1.1.20
8742024-11-13T19:05:29.398Z Downloaded idna v0.2.3
8752024-11-13T19:05:29.407Z Downloaded p521 v0.13.3
8762024-11-13T19:05:29.410Z Downloaded radix_trie v0.2.1
8772024-11-13T19:05:29.414Z Downloaded idna v0.3.0
8782024-11-13T19:05:29.421Z Downloaded curve25519-dalek v4.1.3
8792024-11-13T19:05:29.431Z Downloaded tokio v1.40.0
8802024-11-13T19:05:29.469Z Downloaded unicode-normalization v0.1.24
8812024-11-13T19:05:29.471Z Downloaded portable-atomic v1.9.0
8822024-11-13T19:05:29.479Z Downloaded num-bigint v0.4.6
8832024-11-13T19:05:29.483Z Downloaded flate2 v1.0.34
8842024-11-13T19:05:29.491Z Downloaded x509-cert v0.2.5
8852024-11-13T19:05:29.494Z Downloaded derive_more v0.99.18
8862024-11-13T19:05:29.500Z Downloaded der v0.7.9
8872024-11-13T19:05:29.503Z Downloaded expectorate v1.1.0
8882024-11-13T19:05:29.506Z Downloaded serde_yaml v0.9.34+deprecated
8892024-11-13T19:05:29.511Z Downloaded sha3 v0.10.8
8902024-11-13T19:05:29.515Z Downloaded toml_edit v0.19.15
8912024-11-13T19:05:29.531Z Downloaded futures-util v0.3.31
8922024-11-13T19:05:29.543Z Downloaded scrypt v0.11.0
8932024-11-13T19:05:29.545Z Downloaded parking_lot v0.11.2
8942024-11-13T19:05:29.545Z Downloaded getrandom v0.2.15
8952024-11-13T19:05:29.548Z Downloaded test-strategy v0.3.1
8962024-11-13T19:05:29.551Z Downloaded diesel_derives v2.2.3
8972024-11-13T19:05:29.555Z Downloaded tokio-util v0.7.12
8982024-11-13T19:05:29.562Z Downloaded pem-rfc7468 v0.7.0
8992024-11-13T19:05:29.566Z Downloaded tracing-attributes v0.1.27
9002024-11-13T19:05:29.568Z Downloaded diff v0.1.13
9012024-11-13T19:05:29.571Z Downloaded qorb v0.2.0
9022024-11-13T19:05:29.576Z Downloaded publicsuffix v2.2.3
9032024-11-13T19:05:29.579Z Downloaded ssh-key v0.6.6
9042024-11-13T19:05:29.584Z Downloaded parking_lot v0.12.3
9052024-11-13T19:05:29.587Z Downloaded winnow v0.5.40
9062024-11-13T19:05:29.595Z Downloaded unicode-segmentation v1.12.0
9072024-11-13T19:05:29.598Z Downloaded lalrpop v0.19.12
9082024-11-13T19:05:29.610Z Downloaded pin-project-internal v1.1.6
9092024-11-13T19:05:29.614Z Downloaded encoding_rs v0.8.34
9102024-11-13T19:05:29.634Z Downloaded walkdir v2.5.0
9112024-11-13T19:05:29.637Z Downloaded time-macros v0.2.18
9122024-11-13T19:05:29.637Z Downloaded rustls-pemfile v2.2.0
9132024-11-13T19:05:29.639Z Downloaded rcgen v0.12.1
9142024-11-13T19:05:29.642Z Downloaded quinn v0.11.5
9152024-11-13T19:05:29.645Z Downloaded hashbrown v0.14.5
9162024-11-13T19:05:29.651Z Downloaded itertools v0.13.0
9172024-11-13T19:05:29.658Z Downloaded progenitor-client v0.8.0
9182024-11-13T19:05:29.660Z Downloaded paste v1.0.15
9192024-11-13T19:05:29.662Z Downloaded p256 v0.13.2
9202024-11-13T19:05:29.665Z Downloaded hyper v1.4.1
9212024-11-13T19:05:29.671Z Downloaded rayon-core v1.12.1
9222024-11-13T19:05:29.675Z Downloaded subprocess v0.2.9
9232024-11-13T19:05:29.677Z Downloaded uuid v1.10.0
9242024-11-13T19:05:29.680Z Downloaded signal-hook v0.3.17
9252024-11-13T19:05:29.683Z Downloaded hkdf v0.12.4
9262024-11-13T19:05:29.686Z Downloaded aho-corasick v1.1.3
9272024-11-13T19:05:29.691Z Downloaded tui-tree-widget v0.22.0
9282024-11-13T19:05:29.694Z Downloaded typed-path v0.9.3
9292024-11-13T19:05:29.699Z Downloaded tracing-core v0.1.32
9302024-11-13T19:05:29.702Z Downloaded progenitor-macro v0.8.0
9312024-11-13T19:05:29.704Z Downloaded pkcs5 v0.7.1
9322024-11-13T19:05:29.707Z Downloaded tokio-postgres v0.7.12
9332024-11-13T19:05:29.712Z Downloaded aes-gcm v0.10.3
9342024-11-13T19:05:29.716Z Downloaded tinyvec_macros v0.1.1
9352024-11-13T19:05:29.718Z Downloaded rsa v0.9.6
9362024-11-13T19:05:29.722Z Downloaded flume v0.11.1
9372024-11-13T19:05:29.726Z Downloaded rustfmt-wrapper v0.2.1
9382024-11-13T19:05:29.728Z Downloaded serde_derive_internals v0.29.1
9392024-11-13T19:05:29.732Z Downloaded rustc-hash v1.1.0
9402024-11-13T19:05:29.732Z Downloaded structmeta-derive v0.2.0
9412024-11-13T19:05:29.732Z Downloaded pkcs8 v0.10.2
9422024-11-13T19:05:29.734Z Downloaded num v0.4.3
9432024-11-13T19:05:29.734Z Downloaded hash32 v0.3.1
9442024-11-13T19:05:29.737Z Downloaded fallible-iterator v0.2.0
9452024-11-13T19:05:29.739Z Downloaded libgit2-sys v0.17.0+1.8.1
9462024-11-13T19:05:29.795Z Downloaded owo-colors v4.1.0
9472024-11-13T19:05:29.798Z Downloaded slog v2.7.0
9482024-11-13T19:05:29.800Z Downloaded rand v0.8.5
9492024-11-13T19:05:29.804Z Downloaded minimal-lexical v0.2.1
9502024-11-13T19:05:29.808Z Downloaded itertools v0.10.5
9512024-11-13T19:05:29.814Z Downloaded unicode-truncate v1.1.0
9522024-11-13T19:05:29.816Z Downloaded serde-hex v0.1.0
9532024-11-13T19:05:29.818Z Downloaded headers v0.4.0
9542024-11-13T19:05:29.822Z Downloaded num-traits v0.2.19
9552024-11-13T19:05:29.825Z Downloaded snafu v0.8.5
9562024-11-13T19:05:29.831Z Downloaded zopfli v0.8.1
9572024-11-13T19:05:29.834Z Downloaded ron v0.8.1
9582024-11-13T19:05:29.842Z Downloaded heapless v0.7.17
9592024-11-13T19:05:29.845Z Downloaded ed25519-dalek v2.1.1
9602024-11-13T19:05:29.847Z Downloaded foldhash v0.1.3
9612024-11-13T19:05:29.847Z Downloaded prettyplease v0.2.25
9622024-11-13T19:05:29.850Z Downloaded rfc6979 v0.4.0
9632024-11-13T19:05:29.852Z Downloaded toml v0.7.8
9642024-11-13T19:05:29.854Z Downloaded similar v2.6.0
9652024-11-13T19:05:29.859Z Downloaded oso v0.27.3
9662024-11-13T19:05:29.862Z Downloaded cc v1.1.30
9672024-11-13T19:05:29.867Z Downloaded url v2.5.2
9682024-11-13T19:05:29.869Z Downloaded crossterm v0.28.1
9692024-11-13T19:05:29.876Z Downloaded signal-hook-registry v1.4.2
9702024-11-13T19:05:29.878Z Downloaded scopeguard v1.2.0
9712024-11-13T19:05:29.878Z Downloaded oso-derive v0.27.3
9722024-11-13T19:05:29.880Z Downloaded vsss-rs v3.3.4
9732024-11-13T19:05:29.883Z Downloaded yasna v0.5.2
9742024-11-13T19:05:29.885Z Downloaded fatfs v0.3.6
9752024-11-13T19:05:29.889Z Downloaded schemars_derive v0.8.21
9762024-11-13T19:05:29.889Z Downloaded scheduled-thread-pool v0.2.7
9772024-11-13T19:05:29.892Z Downloaded tungstenite v0.23.0
9782024-11-13T19:05:29.892Z Downloaded radium v0.7.0
9792024-11-13T19:05:29.894Z Downloaded num_enum v0.5.11
9802024-11-13T19:05:29.897Z Downloaded dunce v1.0.5
9812024-11-13T19:05:29.900Z Downloaded zeroize_derive v1.4.2
9822024-11-13T19:05:29.900Z Downloaded termios v0.3.3
9832024-11-13T19:05:29.902Z Downloaded signature v2.2.0
9842024-11-13T19:05:29.902Z Downloaded const_format v0.2.33
9852024-11-13T19:05:29.907Z Downloaded base64 v0.22.1
9862024-11-13T19:05:29.911Z Downloaded base64 v0.13.1
9872024-11-13T19:05:29.914Z Downloaded tar v0.4.43
9882024-11-13T19:05:29.917Z Downloaded samael v0.0.17
9892024-11-13T19:05:29.923Z Downloaded foreign-types v0.5.0
9902024-11-13T19:05:29.925Z Downloaded zone v0.1.8
9912024-11-13T19:05:29.925Z Downloaded pkcs1 v0.7.5
9922024-11-13T19:05:29.928Z Downloaded derive-where v1.2.7
9932024-11-13T19:05:29.931Z Downloaded socket2 v0.5.7
9942024-11-13T19:05:29.933Z Downloaded openssl-macros v0.1.1
9952024-11-13T19:05:29.937Z Downloaded opaque-debug v0.3.1
9962024-11-13T19:05:29.937Z Downloaded semver v0.1.20
9972024-11-13T19:05:29.937Z Downloaded tokio-stream v0.1.16
9982024-11-13T19:05:29.941Z Downloaded hickory-resolver v0.24.1
9992024-11-13T19:05:29.946Z Downloaded env_logger v0.11.5
10002024-11-13T19:05:29.949Z Downloaded packed_struct_codegen v0.10.1
10012024-11-13T19:05:29.951Z Downloaded derive_builder v0.20.2
10022024-11-13T19:05:29.955Z Downloaded sigpipe v0.1.3
10032024-11-13T19:05:29.959Z Downloaded progenitor v0.8.0
10042024-11-13T19:05:29.959Z Downloaded proc-macro-crate v1.3.1
10052024-11-13T19:05:29.961Z Downloaded polyval v0.6.2
10062024-11-13T19:05:29.961Z Downloaded multer v3.1.0
10072024-11-13T19:05:29.963Z Downloaded crossbeam-utils v0.8.20
10082024-11-13T19:05:29.966Z Downloaded tokio-rustls v0.24.1
10092024-11-13T19:05:29.968Z Downloaded crossbeam-epoch v0.9.18
10102024-11-13T19:05:29.971Z Downloaded rand_core v0.6.4
10112024-11-13T19:05:29.973Z Downloaded arc-swap v1.7.1
10122024-11-13T19:05:29.976Z Downloaded deranged v0.3.11
10132024-11-13T19:05:29.978Z Downloaded memmap2 v0.9.5
10142024-11-13T19:05:29.980Z Downloaded libloading v0.8.5
10152024-11-13T19:05:29.983Z Downloaded ipnet v2.10.1
10162024-11-13T19:05:29.983Z Downloaded whoami v1.5.2
10172024-11-13T19:05:29.985Z Downloaded which v4.4.2
10182024-11-13T19:05:29.988Z Downloaded crypto-bigint v0.5.5
10192024-11-13T19:05:29.993Z Downloaded mime_guess v2.0.5
10202024-11-13T19:05:29.995Z Downloaded curve25519-dalek-derive v0.1.1
10212024-11-13T19:05:29.998Z Downloaded cookie_store v0.21.0
10222024-11-13T19:05:29.998Z Downloaded native-tls v0.2.12
10232024-11-13T19:05:30.001Z Downloaded tap v1.0.1
10242024-11-13T19:05:30.003Z Downloaded ssh-encoding v0.2.0
10252024-11-13T19:05:30.003Z Downloaded ssh-cipher v0.2.0
10262024-11-13T19:05:30.003Z Downloaded slog-dtrace v0.3.0
10272024-11-13T19:05:30.006Z Downloaded convert_case v0.4.0
10282024-11-13T19:05:30.006Z Downloaded console v0.15.8
10292024-11-13T19:05:30.008Z Downloaded ciborium v0.2.2
10302024-11-13T19:05:30.011Z Downloaded castaway v0.2.3
10312024-11-13T19:05:30.013Z Downloaded bzip2 v0.4.4
10322024-11-13T19:05:30.016Z Downloaded bcs v0.1.6
10332024-11-13T19:05:30.016Z Downloaded serde_plain v1.0.2
10342024-11-13T19:05:30.018Z Downloaded serde_path_to_error v0.1.16
10352024-11-13T19:05:30.020Z Downloaded same-file v1.0.6
10362024-11-13T19:05:30.021Z Downloaded rusty-fork v0.3.0
10372024-11-13T19:05:30.023Z Downloaded mockall v0.13.0
10382024-11-13T19:05:30.023Z Downloaded base64ct v1.6.0
10392024-11-13T19:05:30.026Z Downloaded hyper-staticfile v0.10.1
10402024-11-13T19:05:30.028Z Downloaded base64 v0.21.7
10412024-11-13T19:05:30.031Z Downloaded rand_seeder v0.3.0
10422024-11-13T19:05:30.034Z Downloaded r2d2 v0.8.10
10432024-11-13T19:05:30.036Z Downloaded multimap v0.10.0
10442024-11-13T19:05:30.036Z Downloaded maybe-uninit v2.0.0
10452024-11-13T19:05:30.039Z Downloaded http-body-util v0.1.2
10462024-11-13T19:05:30.039Z Downloaded const_format_proc_macros v0.2.33
10472024-11-13T19:05:30.042Z Downloaded ahash v0.8.11
10482024-11-13T19:05:30.045Z Downloaded lru-cache v0.1.2
10492024-11-13T19:05:30.045Z Downloaded lockfree-object-pool v0.1.6
10502024-11-13T19:05:30.048Z Downloaded libsw v3.3.1
10512024-11-13T19:05:30.050Z Downloaded backoff v0.4.0
10522024-11-13T19:05:30.050Z Downloaded async-trait v0.1.83
10532024-11-13T19:05:30.053Z Downloaded crc-catalog v2.4.0
10542024-11-13T19:05:30.056Z Downloaded crc v3.2.1
10552024-11-13T19:05:30.058Z Downloaded linked-hash-map v0.5.6
10562024-11-13T19:05:30.058Z Downloaded keccak v0.1.5
10572024-11-13T19:05:30.062Z Downloaded indent_write v2.2.0
10582024-11-13T19:05:30.062Z Downloaded ipnetwork v0.20.0
10592024-11-13T19:05:30.064Z Downloaded cmake v0.1.51
10602024-11-13T19:05:30.064Z Downloaded linear-map v1.2.0
10612024-11-13T19:05:30.066Z Downloaded lalrpop-util v0.19.12
10622024-11-13T19:05:30.067Z Downloaded cobs v0.2.3
10632024-11-13T19:05:30.067Z Downloaded cexpr v0.6.0
10642024-11-13T19:05:30.069Z Downloaded hubpack v0.1.2
10652024-11-13T19:05:30.074Z Downloaded bcrypt-pbkdf v0.10.0
10662024-11-13T19:05:30.075Z Downloaded humantime v2.1.0
10672024-11-13T19:05:30.083Z Downloaded bitfield-struct v0.6.2
10682024-11-13T19:05:30.083Z Downloaded bit-vec v0.6.3
10692024-11-13T19:05:30.083Z Downloaded httpdate v1.0.3
10702024-11-13T19:05:30.083Z Downloaded bit-set v0.5.3
10712024-11-13T19:05:30.083Z Downloaded instability v0.3.2
10722024-11-13T19:05:30.085Z Downloaded sqlparser_derive v0.2.2
10732024-11-13T19:05:30.085Z Downloaded newtype_derive v0.1.6
10742024-11-13T19:05:30.085Z Downloaded match_cfg v0.1.0
10752024-11-13T19:05:30.085Z Downloaded hex-literal v0.4.1
10762024-11-13T19:05:30.085Z Downloaded crunchy v0.2.2
10772024-11-13T19:05:30.085Z Downloaded crucible-workspace-hack v0.1.0
10782024-11-13T19:05:30.085Z Downloaded hex v0.4.3
10792024-11-13T19:05:30.085Z Downloaded array-init v0.0.4
10802024-11-13T19:05:30.088Z Downloaded aead v0.5.2
10812024-11-13T19:05:30.088Z Downloaded jobserver v0.1.32
10822024-11-13T19:05:30.090Z Downloaded highway v1.2.0
10832024-11-13T19:05:30.093Z Downloaded buf-list v1.0.3
10842024-11-13T19:05:30.095Z Downloaded async-recursion v1.1.1
10852024-11-13T19:05:30.098Z Downloaded crc-any v2.5.0
10862024-11-13T19:05:30.101Z Downloaded cookie v0.18.1
10872024-11-13T19:05:30.104Z Downloaded const-oid v0.9.6
10882024-11-13T19:05:30.106Z Downloaded clang-sys v1.8.1
10892024-11-13T19:05:30.109Z Downloaded cancel-safe-futures v0.1.5
10902024-11-13T19:05:30.112Z Downloaded bitfield v0.14.0
10912024-11-13T19:05:30.115Z Downloaded atty v0.2.14
10922024-11-13T19:05:30.115Z Downloaded mime v0.3.17
10932024-11-13T19:05:30.118Z Downloaded csv-core v0.1.11
10942024-11-13T19:05:30.118Z Downloaded async-stream-impl v0.3.6
10952024-11-13T19:05:30.120Z Downloaded argon2 v0.5.3
10962024-11-13T19:05:30.120Z Downloaded internet-checksum v0.2.1
10972024-11-13T19:05:30.122Z Downloaded impl-trait-for-tuples v0.2.2
10982024-11-13T19:05:30.124Z Downloaded inout v0.1.3
10992024-11-13T19:05:30.124Z Downloaded base16ct v0.2.0
11002024-11-13T19:05:30.126Z Downloaded crossbeam-deque v0.8.5
11012024-11-13T19:05:30.126Z Downloaded colored v2.1.0
11022024-11-13T19:05:30.160Z Downloaded ring v0.17.8
11032024-11-13T19:05:30.239Z Downloaded libsqlite3-sys v0.30.1
11042024-11-13T19:05:30.390Z Downloaded ring v0.16.20
11052024-11-13T19:05:30.620Z Downloaded aws-lc-sys v0.22.0
11062024-11-13T19:05:30.941Z Compiling serde v1.0.215
11072024-11-13T19:05:30.943Z Compiling lock_api v0.4.12
11082024-11-13T19:05:30.943Z Compiling scopeguard v1.2.0
11092024-11-13T19:05:30.943Z Compiling value-bag v1.9.0
11102024-11-13T19:05:30.943Z Compiling typenum v1.17.0
11112024-11-13T19:05:30.943Z Compiling generic-array v0.14.7
11122024-11-13T19:05:31.130Z Compiling syn v2.0.87
11132024-11-13T19:05:31.144Z Compiling getrandom v0.2.15
11142024-11-13T19:05:31.223Z Compiling shlex v1.3.0
11152024-11-13T19:05:31.431Z Compiling rand_core v0.6.4
11162024-11-13T19:05:31.561Z Compiling log v0.4.22
11172024-11-13T19:05:31.663Z Compiling subtle v2.6.1
11182024-11-13T19:05:31.683Z Compiling jobserver v0.1.32
11192024-11-13T19:05:31.712Z Compiling const-oid v0.9.6
11202024-11-13T19:05:31.960Z Compiling spin v0.9.8
11212024-11-13T19:05:31.984Z Compiling pin-project-lite v0.2.14
11222024-11-13T19:05:32.005Z Compiling rustix v0.38.37
11232024-11-13T19:05:32.099Z Compiling cc v1.1.30
11242024-11-13T19:05:32.506Z Compiling smallvec v1.13.2
11252024-11-13T19:05:32.543Z Compiling parking_lot_core v0.9.10
11262024-11-13T19:05:32.741Z Compiling futures-core v0.3.31
11272024-11-13T19:05:32.929Z Compiling signal-hook-registry v1.4.2
11282024-11-13T19:05:32.978Z Compiling mio v1.0.2
11292024-11-13T19:05:33.068Z Compiling aho-corasick v1.1.3
11302024-11-13T19:05:33.731Z Compiling parking_lot v0.12.3
11312024-11-13T19:05:33.815Z Compiling cpufeatures v0.2.14
11322024-11-13T19:05:33.881Z Compiling regex-syntax v0.8.5
11332024-11-13T19:05:33.896Z Compiling either v1.13.0
11342024-11-13T19:05:33.919Z Compiling lazy_static v1.5.0
11352024-11-13T19:05:34.043Z Compiling futures-sink v0.3.31
11362024-11-13T19:05:34.207Z Compiling glob v0.3.1
11372024-11-13T19:05:34.318Z Compiling socket2 v0.5.7
11382024-11-13T19:05:34.357Z Compiling slab v0.4.9
11392024-11-13T19:05:34.664Z Compiling prettyplease v0.2.25
11402024-11-13T19:05:34.870Z Compiling minimal-lexical v0.2.1
11412024-11-13T19:05:35.302Z Compiling nom v7.1.3
11422024-11-13T19:05:35.321Z Compiling clang-sys v1.8.1
11432024-11-13T19:05:35.338Z Compiling libloading v0.8.5
11442024-11-13T19:05:35.400Z Compiling home v0.5.9
11452024-11-13T19:05:35.684Z Compiling bindgen v0.69.5
11462024-11-13T19:05:35.779Z Compiling serde_json v1.0.132
11472024-11-13T19:05:36.124Z Compiling itertools v0.12.1
11482024-11-13T19:05:36.513Z Compiling futures-channel v0.3.31
11492024-11-13T19:05:36.697Z Compiling pin-utils v0.1.0
11502024-11-13T19:05:36.795Z Compiling allocator-api2 v0.2.18
11512024-11-13T19:05:36.917Z Compiling futures-task v0.3.31
11522024-11-13T19:05:37.257Z Compiling tinyvec_macros v0.1.1
11532024-11-13T19:05:37.357Z Compiling futures-io v0.3.31
11542024-11-13T19:05:37.917Z Compiling regex-automata v0.4.8
11552024-11-13T19:05:37.927Z Compiling foldhash v0.1.3
11562024-11-13T19:05:37.990Z Compiling rustc-hash v1.1.0
11572024-11-13T19:05:38.142Z Compiling lazycell v1.3.0
11582024-11-13T19:05:38.317Z Compiling hashbrown v0.15.0
11592024-11-13T19:05:39.069Z Compiling cexpr v0.6.0
11602024-11-13T19:05:39.297Z Compiling tinyvec v1.8.0
11612024-11-13T19:05:39.677Z Compiling cmake v0.1.51
11622024-11-13T19:05:40.700Z Compiling pkg-config v0.3.31
11632024-11-13T19:05:40.818Z Compiling libm v0.2.8
11642024-11-13T19:05:40.837Z Compiling dunce v1.0.5
11652024-11-13T19:05:40.867Z Compiling fs_extra v1.3.0
11662024-11-13T19:05:40.959Z Compiling unicode-normalization v0.1.24
11672024-11-13T19:05:41.163Z Compiling num-traits v0.2.19
11682024-11-13T19:05:41.444Z Compiling unicode-bidi v0.3.17
11692024-11-13T19:05:42.061Z Compiling ring v0.17.8
11702024-11-13T19:05:42.064Z Compiling paste v1.0.15
11712024-11-13T19:05:42.254Z Compiling base64ct v1.6.0
11722024-11-13T19:05:42.876Z Compiling pem-rfc7468 v0.7.0
11732024-11-13T19:05:42.890Z Compiling aws-lc-rs v1.10.0
11742024-11-13T19:05:43.140Z Compiling flagset v0.4.6
11752024-11-13T19:05:43.264Z Compiling regex v1.11.1
11762024-11-13T19:05:43.357Z Compiling httparse v1.9.5
11772024-11-13T19:05:44.193Z Compiling tracing-core v0.1.32
11782024-11-13T19:05:44.273Z Compiling crossbeam-utils v0.8.20
11792024-11-13T19:05:44.702Z Compiling percent-encoding v2.3.1
11802024-11-13T19:05:44.748Z Compiling rustls-pki-types v1.9.0
11812024-11-13T19:05:45.057Z Compiling time-core v0.1.2
11822024-11-13T19:05:45.232Z Compiling powerfmt v0.2.0
11832024-11-13T19:05:45.522Z Compiling mirai-annotations v1.12.0
11842024-11-13T19:05:45.541Z Compiling num-conv v0.1.0
11852024-11-13T19:05:45.629Z Compiling untrusted v0.7.1
11862024-11-13T19:05:45.716Z Compiling vcpkg v0.2.15
11872024-11-13T19:05:45.795Z Compiling untrusted v0.9.0
11882024-11-13T19:05:45.795Z Compiling time-macros v0.2.18
11892024-11-13T19:05:45.829Z Compiling deranged v0.3.11
11902024-11-13T19:05:45.895Z Compiling serde_derive v1.0.215
11912024-11-13T19:05:45.980Z Compiling zeroize_derive v1.4.2
11922024-11-13T19:05:47.589Z Compiling zeroize v1.8.1
11932024-11-13T19:05:47.671Z Compiling zerocopy-derive v0.7.35
11942024-11-13T19:05:47.877Z Compiling tokio-macros v2.4.0
11952024-11-13T19:05:47.969Z Compiling thiserror-impl v1.0.64
11962024-11-13T19:05:49.004Z Compiling futures-macro v0.3.31
11972024-11-13T19:05:49.177Z Compiling crypto-common v0.1.6
11982024-11-13T19:05:49.400Z Compiling block-buffer v0.10.4
11992024-11-13T19:05:49.495Z Compiling block-padding v0.3.3
12002024-11-13T19:05:49.666Z Compiling digest v0.10.7
12012024-11-13T19:05:49.735Z Compiling inout v0.1.3
12022024-11-13T19:05:49.902Z Compiling zerocopy v0.7.35
12032024-11-13T19:05:49.997Z Compiling cipher v0.4.4
12042024-11-13T19:05:50.128Z Compiling hmac v0.12.1
12052024-11-13T19:05:50.334Z Compiling sha2 v0.10.8
12062024-11-13T19:05:50.492Z Compiling der_derive v0.7.3
12072024-11-13T19:05:50.516Z Compiling tracing-attributes v0.1.27
12082024-11-13T19:05:50.844Z Compiling futures-util v0.3.31
12092024-11-13T19:05:51.196Z Compiling thiserror v1.0.64
12102024-11-13T19:05:51.336Z Compiling pest v2.7.14
12112024-11-13T19:05:51.489Z Compiling ppv-lite86 v0.2.20
12122024-11-13T19:05:52.348Z Compiling rand_chacha v0.3.1
12132024-11-13T19:05:53.012Z Compiling der v0.7.9
12142024-11-13T19:05:53.759Z Compiling rand v0.8.5
12152024-11-13T19:05:54.166Z Compiling tracing v0.1.40
12162024-11-13T19:05:54.324Z Compiling salsa20 v0.10.2
12172024-11-13T19:05:54.420Z Compiling pbkdf2 v0.12.2
12182024-11-13T19:05:54.556Z Compiling scrypt v0.11.0
12192024-11-13T19:05:54.672Z Compiling pest_meta v2.7.14
12202024-11-13T19:05:54.717Z Compiling cbc v0.1.2
12212024-11-13T19:05:54.959Z Compiling aes v0.8.4
12222024-11-13T19:05:55.103Z Compiling spki v0.7.3
12232024-11-13T19:05:55.477Z Compiling openssl-sys v0.9.104
12242024-11-13T19:05:55.887Z Compiling scroll_derive v0.12.0
12252024-11-13T19:05:56.579Z Compiling num_threads v0.1.7
12262024-11-13T19:05:56.715Z Compiling atomic-waker v1.1.2
12272024-11-13T19:05:56.904Z Compiling time v0.3.36
12282024-11-13T19:05:57.299Z Compiling pkcs5 v0.7.1
12292024-11-13T19:05:57.434Z Compiling scroll v0.12.0
12302024-11-13T19:05:57.673Z Compiling pest_generator v2.7.14
12312024-11-13T19:05:57.826Z Compiling form_urlencoded v1.2.1
12322024-11-13T19:05:58.009Z Compiling slog v2.7.0
12332024-11-13T19:05:58.139Z Compiling try-lock v0.2.5
12342024-11-13T19:05:58.296Z Compiling want v0.3.1
12352024-11-13T19:05:58.507Z Compiling goblin v0.8.2
12362024-11-13T19:05:58.550Z Compiling pkcs8 v0.10.2
12372024-11-13T19:05:58.592Z Compiling httpdate v1.0.3
12382024-11-13T19:05:59.072Z Compiling idna v0.5.0
12392024-11-13T19:05:59.271Z Compiling tower-service v0.3.3
12402024-11-13T19:05:59.395Z Compiling openssl v0.10.68
12412024-11-13T19:05:59.447Z Compiling rustversion v1.0.17
12422024-11-13T19:05:59.626Z Compiling base64 v0.22.1
12432024-11-13T19:05:59.795Z Compiling bitflags v2.6.0
12442024-11-13T19:05:59.899Z Compiling bytes v1.7.2
12452024-11-13T19:06:00.250Z Compiling indexmap v2.6.0
12462024-11-13T19:06:00.370Z Compiling semver v1.0.23
12472024-11-13T19:06:00.759Z Compiling pest_derive v2.7.14
12482024-11-13T19:06:01.145Z Compiling tokio v1.40.0
12492024-11-13T19:06:01.229Z Compiling http v1.1.0
12502024-11-13T19:06:01.551Z Compiling rustc_version v0.4.1
12512024-11-13T19:06:01.755Z Compiling dtrace-parser v0.2.0
12522024-11-13T19:06:02.359Z Compiling toml_datetime v0.6.8
12532024-11-13T19:06:02.378Z Compiling serde_tokenstream v0.2.2
12542024-11-13T19:06:02.896Z Compiling http-body v1.0.1
12552024-11-13T19:06:02.997Z Compiling serde_spanned v0.6.8
12562024-11-13T19:06:03.126Z Compiling uuid v1.10.0
12572024-11-13T19:06:03.239Z Compiling match_cfg v0.1.0
12582024-11-13T19:06:03.334Z Compiling adler2 v2.0.0
12592024-11-13T19:06:03.353Z Compiling foreign-types-shared v0.1.1
12602024-11-13T19:06:03.467Z Compiling iana-time-zone v0.1.61
12612024-11-13T19:06:03.535Z Compiling miniz_oxide v0.8.0
12622024-11-13T19:06:03.772Z Compiling chrono v0.4.38
12632024-11-13T19:06:03.912Z Compiling foreign-types v0.3.2
12642024-11-13T19:06:03.956Z Compiling hostname v0.3.1
12652024-11-13T19:06:04.076Z Compiling url v2.5.2
12662024-11-13T19:06:04.205Z Compiling which v4.4.2
12672024-11-13T19:06:04.849Z Compiling dof v0.3.0
12682024-11-13T19:06:05.697Z Compiling usdt-impl v0.5.0
12692024-11-13T19:06:06.054Z Compiling async-trait v0.1.83
12702024-11-13T19:06:06.566Z Compiling openssl-macros v0.1.1
12712024-11-13T19:06:07.068Z Compiling dirs-sys-next v0.1.2
12722024-11-13T19:06:07.324Z Compiling siphasher v0.3.11
12732024-11-13T19:06:07.350Z Compiling syn v1.0.109
12742024-11-13T19:06:07.515Z Compiling data-encoding v2.6.0
12752024-11-13T19:06:07.729Z Compiling rustls v0.22.4
12762024-11-13T19:06:07.749Z Compiling rustls v0.23.14
12772024-11-13T19:06:07.966Z Compiling native-tls v0.2.12
12782024-11-13T19:06:08.057Z Compiling dirs-next v2.0.0
12792024-11-13T19:06:08.309Z Compiling http-body-util v0.1.2
12802024-11-13T19:06:08.861Z Compiling heapless v0.7.17
12812024-11-13T19:06:08.887Z Compiling crossbeam-epoch v0.9.18
12822024-11-13T19:06:09.094Z Compiling signature v2.2.0
12832024-11-13T19:06:09.278Z Compiling sha1 v0.10.6
12842024-11-13T19:06:09.380Z Compiling bzip2-sys v0.1.11+1.0.8
12852024-11-13T19:06:09.648Z Compiling tokio-util v0.7.12
12862024-11-13T19:06:09.668Z Compiling serde_derive_internals v0.29.1
12872024-11-13T19:06:09.685Z Compiling thread_local v1.1.8
12882024-11-13T19:06:09.845Z Compiling cookie v0.18.1
12892024-11-13T19:06:09.911Z Compiling multer v3.1.0
12902024-11-13T19:06:10.132Z Compiling encoding_rs v0.8.34
12912024-11-13T19:06:10.191Z Compiling rayon-core v1.12.1
12922024-11-13T19:06:10.191Z Compiling schemars v0.8.21
12932024-11-13T19:06:10.453Z Compiling signal-hook v0.3.17
12942024-11-13T19:06:10.521Z Compiling openssl-probe v0.1.5
12952024-11-13T19:06:10.703Z Compiling h2 v0.4.6
12962024-11-13T19:06:10.888Z Compiling ipnet v2.10.1
12972024-11-13T19:06:11.017Z Compiling slog-async v2.8.0
12982024-11-13T19:06:11.550Z Compiling gimli v0.31.1
12992024-11-13T19:06:12.161Z Compiling unicode-properties v0.1.3
13002024-11-13T19:06:12.440Z Compiling mime v0.3.17
13012024-11-13T19:06:12.585Z Compiling stringprep v0.1.5
13022024-11-13T19:06:13.086Z Compiling schemars_derive v0.8.21
13032024-11-13T19:06:13.960Z Compiling toml_edit v0.22.22
13042024-11-13T19:06:16.482Z Compiling addr2line v0.24.2
13052024-11-13T19:06:16.724Z Compiling crossbeam-deque v0.8.5
13062024-11-13T19:06:16.891Z Compiling usdt-attr-macro v0.5.0
13072024-11-13T19:06:16.918Z Compiling usdt-macro v0.5.0
13082024-11-13T19:06:17.041Z Compiling term v0.7.0
13092024-11-13T19:06:17.140Z Compiling curve25519-dalek v4.1.3
13102024-11-13T19:06:17.783Z Compiling hyper v1.4.1
13112024-11-13T19:06:18.421Z Compiling slog-json v2.6.1
13122024-11-13T19:06:18.556Z Compiling serde_urlencoded v0.7.1
13132024-11-13T19:06:18.592Z Compiling crossbeam-channel v0.5.13
13142024-11-13T19:06:18.807Z Compiling futures-executor v0.3.31
13152024-11-13T19:06:19.086Z Compiling md-5 v0.10.6
13162024-11-13T19:06:19.356Z Compiling async-stream-impl v0.3.6
13172024-11-13T19:06:19.386Z Compiling enum-as-inner v0.6.1
13182024-11-13T19:06:19.716Z Compiling rustls-pemfile v2.2.0
13192024-11-13T19:06:20.063Z Compiling num-integer v0.1.46
13202024-11-13T19:06:20.473Z Compiling hyper-util v0.1.10
13212024-11-13T19:06:20.758Z Compiling idna v0.3.0
13222024-11-13T19:06:20.851Z Compiling idna v0.4.0
13232024-11-13T19:06:21.302Z Compiling hash32 v0.2.1
13242024-11-13T19:06:21.668Z Compiling ff v0.13.0
13252024-11-13T19:06:21.900Z Compiling is-terminal v0.4.13
13262024-11-13T19:06:21.958Z Compiling dropshot v0.12.0
13272024-11-13T19:06:22.032Z Compiling object v0.36.5
13282024-11-13T19:06:22.246Z Compiling rustc-demangle v0.1.24
13292024-11-13T19:06:22.482Z Compiling utf-8 v0.7.6
13302024-11-13T19:06:22.502Z Compiling linked-hash-map v0.5.6
13312024-11-13T19:06:22.560Z Compiling dyn-clone v1.0.17
13322024-11-13T19:06:22.779Z Compiling stable_deref_trait v1.2.0
13332024-11-13T19:06:22.815Z Compiling quick-error v1.2.3
13342024-11-13T19:06:22.862Z Compiling smoltcp v0.9.1
13352024-11-13T19:06:22.880Z Compiling portable-atomic v1.9.0
13362024-11-13T19:06:22.952Z Compiling num-bigint-dig v0.8.4
13372024-11-13T19:06:23.239Z Compiling base16ct v0.2.0
13382024-11-13T19:06:23.257Z Compiling fallible-iterator v0.2.0
13392024-11-13T19:06:23.561Z Compiling psl-types v2.0.11
13402024-11-13T19:06:23.580Z Compiling take_mut v0.2.2
13412024-11-13T19:06:23.607Z Compiling anyhow v1.0.93
13422024-11-13T19:06:23.730Z Compiling publicsuffix v2.2.3
13432024-11-13T19:06:23.993Z Compiling postgres-protocol v0.6.7
13442024-11-13T19:06:24.032Z Compiling sec1 v0.7.3
13452024-11-13T19:06:24.085Z Compiling resolv-conf v0.7.0
13462024-11-13T19:06:24.637Z Compiling lru-cache v0.1.2
13472024-11-13T19:06:24.896Z Compiling tungstenite v0.24.0
13482024-11-13T19:06:25.232Z Compiling slog-term v2.9.1
13492024-11-13T19:06:25.361Z Compiling usdt v0.5.0
13502024-11-13T19:06:25.789Z Compiling group v0.13.0
13512024-11-13T19:06:25.874Z Compiling hickory-proto v0.24.1
13522024-11-13T19:06:26.128Z Compiling async-stream v0.3.6
13532024-11-13T19:06:26.309Z Compiling num-iter v0.1.45
13542024-11-13T19:06:26.430Z Compiling futures v0.3.31
13552024-11-13T19:06:26.491Z Compiling slog-bunyan v2.5.0
13562024-11-13T19:06:26.657Z Compiling toml v0.8.19
13572024-11-13T19:06:28.698Z Compiling tokio-native-tls v0.3.1
13582024-11-13T19:06:28.760Z Compiling camino v1.1.9
13592024-11-13T19:06:28.981Z Compiling phf_shared v0.11.2
13602024-11-13T19:06:29.382Z Compiling terminal_size v0.4.0
13612024-11-13T19:06:29.450Z Compiling dropshot_endpoint v0.12.0
13622024-11-13T19:06:29.539Z Compiling backtrace v0.3.74
13632024-11-13T19:06:29.606Z Compiling openapiv3 v2.0.0
13642024-11-13T19:06:29.741Z Compiling serde_path_to_error v0.1.16
13652024-11-13T19:06:30.295Z Compiling waitgroup v0.1.2
13662024-11-13T19:06:30.521Z Compiling hkdf v0.12.4
13672024-11-13T19:06:30.567Z Compiling crypto-bigint v0.5.5
13682024-11-13T19:06:30.770Z Compiling curve25519-dalek-derive v0.1.1
13692024-11-13T19:06:31.634Z Compiling hubpack_derive v0.1.1
13702024-11-13T19:06:32.373Z Compiling zerocopy-derive v0.6.6
13712024-11-13T19:06:32.568Z Compiling webpki-roots v0.26.6
13722024-11-13T19:06:32.792Z Compiling hostname v0.4.0
13732024-11-13T19:06:33.051Z Compiling fs-err v2.11.0
13742024-11-13T19:06:33.334Z Compiling crc32fast v1.4.2
13752024-11-13T19:06:33.382Z Compiling ahash v0.8.11
13762024-11-13T19:06:33.665Z Compiling managed v0.8.0
13772024-11-13T19:06:33.705Z Compiling bitflags v1.3.2
13782024-11-13T19:06:33.816Z Compiling winnow v0.5.40
13792024-11-13T19:06:34.103Z Compiling debug-ignore v1.0.5
13802024-11-13T19:06:34.168Z Compiling strum_macros v0.25.3
13812024-11-13T19:06:34.245Z Compiling clap_builder v4.5.20
13822024-11-13T19:06:34.641Z Compiling zerocopy v0.6.6
13832024-11-13T19:06:35.540Z Compiling console v0.15.8
13842024-11-13T19:06:36.428Z Compiling elliptic-curve v0.13.8
13852024-11-13T19:06:36.448Z Compiling flate2 v1.0.34
13862024-11-13T19:06:36.940Z Compiling hubpack v0.1.2
13872024-11-13T19:06:37.315Z Compiling toml_edit v0.19.15
13882024-11-13T19:06:37.396Z Compiling hickory-resolver v0.24.1
13892024-11-13T19:06:37.696Z Compiling phf v0.11.2
13902024-11-13T19:06:37.999Z Compiling hyper-tls v0.6.0
13912024-11-13T19:06:38.371Z Compiling signal-hook-mio v0.2.4
13922024-11-13T19:06:38.400Z Compiling cookie_store v0.21.0
13932024-11-13T19:06:38.436Z Compiling rayon v1.10.0
13942024-11-13T19:06:38.534Z Compiling bzip2 v0.4.4
13952024-11-13T19:06:40.027Z Compiling tokio-tungstenite v0.24.0
13962024-11-13T19:06:40.583Z Compiling postgres-types v0.2.8
13972024-11-13T19:06:43.385Z Compiling tokio-stream v0.1.16
13982024-11-13T19:06:43.535Z Compiling ed25519 v2.2.3
13992024-11-13T19:06:43.874Z Compiling phf_shared v0.10.0
14002024-11-13T19:06:44.266Z Compiling serde-big-array v0.5.1
14012024-11-13T19:06:44.286Z Compiling pkcs1 v0.7.5
14022024-11-13T19:06:44.443Z Compiling rfc6979 v0.4.0
14032024-11-13T19:06:44.506Z Compiling derive-where v1.2.7
14042024-11-13T19:06:44.636Z Compiling serde_repr v0.1.19
14052024-11-13T19:06:45.305Z Compiling clap_derive v4.5.18
14062024-11-13T19:06:45.387Z Compiling float-cmp v0.9.0
14072024-11-13T19:06:45.390Z Compiling bstr v1.10.0
14082024-11-13T19:06:45.471Z Compiling sync_wrapper v1.0.1
14092024-11-13T19:06:45.650Z Compiling static_assertions v1.1.0
14102024-11-13T19:06:45.737Z Compiling fixedbitset v0.4.2
14112024-11-13T19:06:45.811Z Compiling predicates-core v1.0.8
14122024-11-13T19:06:45.898Z Compiling number_prefix v0.4.0
14132024-11-13T19:06:46.076Z Compiling bit-vec v0.6.3
14142024-11-13T19:06:46.096Z Compiling unicode-segmentation v1.12.0
14152024-11-13T19:06:46.101Z Compiling difflib v0.4.0
14162024-11-13T19:06:46.521Z Compiling normalize-line-endings v0.3.0
14172024-11-13T19:06:46.650Z Compiling whoami v1.5.2
14182024-11-13T19:06:46.992Z Compiling new_debug_unreachable v1.0.6
14192024-11-13T19:06:47.091Z Compiling precomputed-hash v0.1.1
14202024-11-13T19:06:47.240Z Compiling string_cache v0.8.7
14212024-11-13T19:06:47.281Z Compiling tokio-postgres v0.7.12
14222024-11-13T19:06:47.301Z Compiling similar v2.6.0
14232024-11-13T19:06:47.727Z Compiling predicates v3.1.2
14242024-11-13T19:06:47.797Z Compiling bit-set v0.5.3
14252024-11-13T19:06:48.085Z Compiling indicatif v0.17.8
14262024-11-13T19:06:48.119Z Compiling petgraph v0.6.5
14272024-11-13T19:06:49.505Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14282024-11-13T19:06:49.779Z Compiling rsa v0.9.6
14292024-11-13T19:06:50.328Z Compiling ecdsa v0.16.9
14302024-11-13T19:06:50.553Z Compiling clap v4.5.20
14312024-11-13T19:06:50.683Z Compiling ed25519-dalek v2.1.1
14322024-11-13T19:06:51.205Z Compiling toml v0.7.8
14332024-11-13T19:06:52.033Z Compiling zip v0.6.6
14342024-11-13T19:06:52.414Z Compiling crossterm v0.28.1
14352024-11-13T19:06:53.520Z Compiling hex v0.4.3
14362024-11-13T19:06:53.617Z Compiling x509-cert v0.2.5
14372024-11-13T19:06:53.822Z Compiling itertools v0.10.5
14382024-11-13T19:06:53.917Z Compiling peg-runtime v0.8.3
14392024-11-13T19:06:54.149Z Compiling unicode-xid v0.2.6
14402024-11-13T19:06:54.337Z Compiling lalrpop-util v0.19.12
14412024-11-13T19:06:54.595Z Compiling strum_macros v0.26.4
14422024-11-13T19:06:54.686Z Compiling xattr v1.3.1
14432024-11-13T19:06:54.953Z Compiling filetime v0.2.25
14442024-11-13T19:06:55.255Z Compiling tar v0.4.43
14452024-11-13T19:06:59.317Z Compiling strum v0.26.3
14462024-11-13T19:07:03.330Z Compiling aws-lc-sys v0.22.0
14472024-11-13T19:07:36.154Z Compiling rustls-webpki v0.102.8
14482024-11-13T19:07:39.489Z Compiling tokio-rustls v0.25.0
14492024-11-13T19:07:41.232Z Compiling tokio-rustls v0.26.0
14502024-11-13T19:07:41.621Z Compiling hyper-rustls v0.27.3
14512024-11-13T19:07:41.946Z Compiling reqwest v0.12.9
14522024-11-13T19:07:42.946Z Compiling qorb v0.2.0
14532024-11-13T19:07:47.974Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14542024-11-13T19:07:48.204Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14552024-11-13T19:07:53.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
14562024-11-13T19:07:53.876Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14572024-11-13T19:07:53.925ZNov 13 19:07:53.315 INFO Starting download, target: Clickhouse
14582024-11-13T19:07:53.925ZNov 13 19:07:53.316 INFO Starting download, target: Cockroach
14592024-11-13T19:07:53.925ZNov 13 19:07:53.316 INFO Starting download, target: Console
14602024-11-13T19:07:53.925ZNov 13 19:07:53.316 INFO Starting download, target: DendriteOpenapi
14612024-11-13T19:07:53.927ZNov 13 19:07:53.316 INFO Starting download, target: DendriteStub
14622024-11-13T19:07:53.927ZNov 13 19:07:53.316 INFO Starting download, target: MaghemiteMgd
14632024-11-13T19:07:53.927ZNov 13 19:07:53.316 INFO Starting download, target: TransceiverControl
14642024-11-13T19:07:53.927ZNov 13 19:07:53.316 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
14652024-11-13T19:07:53.927ZNov 13 19:07:53.316 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14662024-11-13T19:07:53.927ZNov 13 19:07:53.316 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14672024-11-13T19:07:53.927ZNov 13 19:07:53.316 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14682024-11-13T19:07:53.928ZNov 13 19:07:53.317 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14692024-11-13T19:07:53.928ZNov 13 19:07:53.317 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14702024-11-13T19:07:53.928ZNov 13 19:07:53.317 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14712024-11-13T19:07:54.189ZNov 13 19:07:53.571 INFO Download complete, target: DendriteOpenapi
14722024-11-13T19:07:54.309ZNov 13 19:07:53.669 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14732024-11-13T19:07:54.521ZNov 13 19:07:53.835 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14742024-11-13T19:07:54.822ZNov 13 19:07:54.184 INFO Download complete, target: Console
14752024-11-13T19:07:54.896ZNov 13 19:07:54.269 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14762024-11-13T19:07:54.949ZNov 13 19:07:54.324 INFO Download complete, target: TransceiverControl
14772024-11-13T19:07:55.020ZNov 13 19:07:54.407 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14782024-11-13T19:07:55.385ZNov 13 19:07:54.775 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14792024-11-13T19:07:55.385ZNov 13 19:07:54.775 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14802024-11-13T19:07:55.899ZNov 13 19:07:55.273 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14812024-11-13T19:07:57.590ZNov 13 19:07:56.980 INFO Download complete, target: DendriteStub
14822024-11-13T19:07:57.917ZNov 13 19:07:57.307 INFO Download complete, target: MaghemiteMgd
14832024-11-13T19:08:02.616ZNov 13 19:08:02.006 INFO Checking that binary works, target: Cockroach
14842024-11-13T19:08:02.774ZNov 13 19:08:02.163 INFO Download complete, target: Cockroach
14852024-11-13T19:08:07.961ZNov 13 19:08:07.349 INFO Checking that binary works, target: Clickhouse
14862024-11-13T19:08:08.617ZNov 13 19:08:08.005 INFO Download complete, target: Clickhouse
14872024-11-13T19:08:08.623ZAll prerequisites installed successfully
14882024-11-13T19:08:08.626Z
14892024-11-13T19:08:08.626Zreal 5:43.998449859
14902024-11-13T19:08:08.626Zuser 16:01.083594394
14912024-11-13T19:08:08.626Zsys 3:06.419780726
14922024-11-13T19:08:08.626Ztrap 0.547332459
14932024-11-13T19:08:08.626Ztflt 5.962207792
14942024-11-13T19:08:08.626Zdflt 5.944872268
14952024-11-13T19:08:08.626Zkflt 0.536451314
14962024-11-13T19:08:08.626Zlock 28:40.552139578
14972024-11-13T19:08:08.626Zslp 1:01:54.572844821
14982024-11-13T19:08:08.626Zlat 54.101049455
14992024-11-13T19:08:08.626Zstop 2:00.857983930
15002024-11-13T19:08:08.626Z+ ptime -m cargo xtask download softnpu
15012024-11-13T19:08:09.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15022024-11-13T19:08:09.138Z Running `target/debug/xtask download softnpu`
15032024-11-13T19:08:09.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
15042024-11-13T19:08:09.970Z Running `target/debug/xtask-downloader softnpu`
15052024-11-13T19:08:10.006ZNov 13 19:08:09.394 INFO Starting download, target: Softnpu
15062024-11-13T19:08:10.009ZNov 13 19:08:09.395 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15072024-11-13T19:08:10.841ZNov 13 19:08:10.222 INFO Download complete, target: Softnpu
15082024-11-13T19:08:10.848Z
15092024-11-13T19:08:10.848Zreal 2.207971738
15102024-11-13T19:08:10.848Zuser 1.199233292
15112024-11-13T19:08:10.848Zsys 0.519121891
15122024-11-13T19:08:10.848Ztrap 0.000413485
15132024-11-13T19:08:10.848Ztflt 0.000005597
15142024-11-13T19:08:10.848Zdflt 0.000001090
15152024-11-13T19:08:10.848Zkflt 0.000000000
15162024-11-13T19:08:10.848Zlock 8.598703357
15172024-11-13T19:08:10.848Zslp 0.686316121
15182024-11-13T19:08:10.848Zlat 0.071315084
15192024-11-13T19:08:10.848Zstop 0.000165222
15202024-11-13T19:08:10.848Z+ export CARGO_INCREMENTAL=0
15212024-11-13T19:08:10.848Z+ CARGO_INCREMENTAL=0
15222024-11-13T19:08:10.848Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15232024-11-13T19:08:11.759Z Compiling proc-macro2 v1.0.89
15242024-11-13T19:08:11.759Z Compiling unicode-ident v1.0.13
15252024-11-13T19:08:11.759Z Compiling libc v0.2.162
15262024-11-13T19:08:11.762Z Compiling serde v1.0.215
15272024-11-13T19:08:11.762Z Compiling autocfg v1.4.0
15282024-11-13T19:08:11.762Z Compiling version_check v0.9.5
15292024-11-13T19:08:11.762Z Compiling cfg-if v1.0.0
15302024-11-13T19:08:12.022Z Compiling memchr v2.7.4
15312024-11-13T19:08:12.051Z Compiling shlex v1.3.0
15322024-11-13T19:08:12.426Z Compiling typenum v1.17.0
15332024-11-13T19:08:12.446Z Compiling value-bag v1.9.0
15342024-11-13T19:08:12.464Z Compiling scopeguard v1.2.0
15352024-11-13T19:08:12.480Z Compiling generic-array v0.14.7
15362024-11-13T19:08:12.743Z Compiling lock_api v0.4.12
15372024-11-13T19:08:12.993Z Compiling log v0.4.22
15382024-11-13T19:08:13.285Z Compiling parking_lot_core v0.9.10
15392024-11-13T19:08:13.357Z Compiling once_cell v1.20.2
15402024-11-13T19:08:13.663Z Compiling quote v1.0.37
15412024-11-13T19:08:13.665Z Compiling serde_json v1.0.132
15422024-11-13T19:08:13.733Z Compiling rustix v0.38.37
15432024-11-13T19:08:13.826Z Compiling jobserver v0.1.32
15442024-11-13T19:08:13.968Z Compiling getrandom v0.2.15
15452024-11-13T19:08:14.060Z Compiling syn v2.0.87
15462024-11-13T19:08:14.288Z Compiling cc v1.1.30
15472024-11-13T19:08:14.317Z Compiling thiserror v1.0.64
15482024-11-13T19:08:14.366Z Compiling libm v0.2.8
15492024-11-13T19:08:14.454Z Compiling num-traits v0.2.19
15502024-11-13T19:08:14.494Z Compiling itoa v1.0.11
15512024-11-13T19:08:14.574Z Compiling spin v0.9.8
15522024-11-13T19:08:14.677Z Compiling aho-corasick v1.1.3
15532024-11-13T19:08:14.718Z Compiling regex-syntax v0.8.5
15542024-11-13T19:08:14.805Z Compiling slab v0.4.9
15552024-11-13T19:08:15.102Z Compiling byteorder v1.5.0
15562024-11-13T19:08:15.310Z Compiling rand_core v0.6.4
15572024-11-13T19:08:15.491Z Compiling errno v0.3.9
15582024-11-13T19:08:15.579Z Compiling either v1.13.0
15592024-11-13T19:08:15.719Z Compiling lazy_static v1.5.0
15602024-11-13T19:08:16.005Z Compiling glob v0.3.1
15612024-11-13T19:08:16.812Z Compiling clang-sys v1.8.1
15622024-11-13T19:08:17.015Z Compiling prettyplease v0.2.25
15632024-11-13T19:08:17.096Z Compiling minimal-lexical v0.2.1
15642024-11-13T19:08:17.360Z Compiling allocator-api2 v0.2.18
15652024-11-13T19:08:17.491Z Compiling subtle v2.6.1
15662024-11-13T19:08:17.586Z Compiling nom v7.1.3
15672024-11-13T19:08:17.731Z Compiling libloading v0.8.5
15682024-11-13T19:08:17.797Z Compiling bindgen v0.69.5
15692024-11-13T19:08:18.079Z Compiling home v0.5.9
15702024-11-13T19:08:18.154Z Compiling itertools v0.12.1
15712024-11-13T19:08:18.230Z Compiling lazycell v1.3.0
15722024-11-13T19:08:18.304Z Compiling regex-automata v0.4.8
15732024-11-13T19:08:18.393Z Compiling rustc-hash v1.1.0
15742024-11-13T19:08:18.553Z Compiling cmake v0.1.51
15752024-11-13T19:08:19.306Z Compiling fs_extra v1.3.0
15762024-11-13T19:08:19.424Z Compiling semver v1.0.23
15772024-11-13T19:08:19.863Z Compiling dunce v1.0.5
15782024-11-13T19:08:20.545Z Compiling pkg-config v0.3.31
15792024-11-13T19:08:21.039Z Compiling cexpr v0.6.0
15802024-11-13T19:08:21.239Z Compiling ring v0.17.8
15812024-11-13T19:08:21.317Z Compiling const-oid v0.9.6
15822024-11-13T19:08:21.377Z Compiling ryu v1.0.18
15832024-11-13T19:08:21.706Z Compiling pin-project-lite v0.2.14
15842024-11-13T19:08:21.839Z Compiling paste v1.0.15
15852024-11-13T19:08:22.246Z Compiling equivalent v1.0.1
15862024-11-13T19:08:22.309Z Compiling foldhash v0.1.3
15872024-11-13T19:08:22.359Z Compiling smallvec v1.13.2
15882024-11-13T19:08:22.598Z Compiling hashbrown v0.15.0
15892024-11-13T19:08:22.712Z Compiling httparse v1.9.5
15902024-11-13T19:08:22.837Z Compiling aws-lc-rs v1.10.0
15912024-11-13T19:08:23.353Z Compiling schemars v0.8.21
15922024-11-13T19:08:23.678Z Compiling regex v1.11.1
15932024-11-13T19:08:24.018Z Compiling serde_derive_internals v0.29.1
15942024-11-13T19:08:24.201Z Compiling signal-hook-registry v1.4.2
15952024-11-13T19:08:24.340Z Compiling heck v0.5.0
15962024-11-13T19:08:24.699Z Compiling parking_lot v0.12.3
15972024-11-13T19:08:24.778Z Compiling mio v1.0.2
15982024-11-13T19:08:26.463Z Compiling crossbeam-utils v0.8.20
15992024-11-13T19:08:26.598Z Compiling socket2 v0.5.7
16002024-11-13T19:08:27.006Z Compiling futures-core v0.3.31
16012024-11-13T19:08:27.265Z Compiling time-core v0.1.2
16022024-11-13T19:08:27.308Z Compiling serde_derive v1.0.215
16032024-11-13T19:08:27.445Z Compiling zeroize_derive v1.4.2
16042024-11-13T19:08:27.501Z Compiling zerocopy-derive v0.7.35
16052024-11-13T19:08:28.269Z Compiling thiserror-impl v1.0.64
16062024-11-13T19:08:28.432Z Compiling tokio-macros v2.4.0
16072024-11-13T19:08:28.599Z Compiling futures-macro v0.3.31
16082024-11-13T19:08:28.870Z Compiling zeroize v1.8.1
16092024-11-13T19:08:29.244Z Compiling tracing-attributes v0.1.27
16102024-11-13T19:08:29.470Z Compiling zerocopy v0.7.35
16112024-11-13T19:08:30.458Z Compiling schemars_derive v0.8.21
16122024-11-13T19:08:30.574Z Compiling crypto-common v0.1.6
16132024-11-13T19:08:30.761Z Compiling block-buffer v0.10.4
16142024-11-13T19:08:31.011Z Compiling digest v0.10.7
16152024-11-13T19:08:31.091Z Compiling der_derive v0.7.3
16162024-11-13T19:08:31.181Z Compiling fnv v1.0.7
16172024-11-13T19:08:31.199Z Compiling num-conv v0.1.0
16182024-11-13T19:08:31.314Z Compiling vcpkg v0.2.15
16192024-11-13T19:08:31.475Z Compiling time-macros v0.2.18
16202024-11-13T19:08:32.924Z Compiling openssl-sys v0.9.104
16212024-11-13T19:08:33.689Z Compiling cpufeatures v0.2.14
16222024-11-13T19:08:33.762Z Compiling futures-sink v0.3.31
16232024-11-13T19:08:33.847Z Compiling ahash v0.8.11
16242024-11-13T19:08:34.063Z Compiling slog v2.7.0
16252024-11-13T19:08:34.144Z Compiling syn v1.0.109
16262024-11-13T19:08:34.509Z Compiling futures-channel v0.3.31
16272024-11-13T19:08:34.592Z Compiling hmac v0.12.1
16282024-11-13T19:08:34.595Z Compiling scroll_derive v0.12.0
16292024-11-13T19:08:34.762Z Compiling tinyvec_macros v0.1.1
16302024-11-13T19:08:34.850Z Compiling futures-io v0.3.31
16312024-11-13T19:08:34.894Z Compiling iana-time-zone v0.1.61
16322024-11-13T19:08:34.914Z Compiling pin-utils v0.1.0
16332024-11-13T19:08:35.009Z Compiling ucd-trie v0.1.7
16342024-11-13T19:08:35.107Z Compiling futures-task v0.3.31
16352024-11-13T19:08:35.186Z Compiling openssl v0.10.68
16362024-11-13T19:08:35.490Z Compiling futures-util v0.3.31
16372024-11-13T19:08:35.568Z Compiling pest v2.7.14
16382024-11-13T19:08:35.616Z Compiling tinyvec v1.8.0
16392024-11-13T19:08:36.442Z Compiling block-padding v0.3.3
16402024-11-13T19:08:37.434Z Compiling unicode-normalization v0.1.24
16412024-11-13T19:08:38.491Z Compiling pest_meta v2.7.14
16422024-11-13T19:08:38.618Z Compiling inout v0.1.3
16432024-11-13T19:08:38.879Z Compiling openssl-macros v0.1.1
16442024-11-13T19:08:38.897Z Compiling native-tls v0.2.12
16452024-11-13T19:08:39.208Z Compiling unicode-bidi v0.3.17
16462024-11-13T19:08:39.619Z Compiling rustls v0.23.14
16472024-11-13T19:08:40.046Z Compiling pest_generator v2.7.14
16482024-11-13T19:08:40.456Z Compiling bitflags v2.6.0
16492024-11-13T19:08:40.841Z Compiling bytes v1.7.2
16502024-11-13T19:08:41.789Z Compiling indexmap v2.6.0
16512024-11-13T19:08:42.686Z Compiling tokio v1.40.0
16522024-11-13T19:08:43.407Z Compiling http v1.1.0
16532024-11-13T19:08:44.338Z Compiling serde_tokenstream v0.2.2
16542024-11-13T19:08:44.502Z Compiling rustc_version v0.4.1
16552024-11-13T19:08:44.905Z Compiling which v4.4.2
16562024-11-13T19:08:45.125Z Compiling uuid v1.10.0
16572024-11-13T19:08:45.920Z Compiling chrono v0.4.38
16582024-11-13T19:08:47.137Z Compiling serde_spanned v0.6.8
16592024-11-13T19:08:47.622Z Compiling toml_datetime v0.6.8
16602024-11-13T19:08:48.270Z Compiling cipher v0.4.4
16612024-11-13T19:08:49.674Z Compiling sha2 v0.10.8
16622024-11-13T19:08:50.452Z Compiling base64ct v1.6.0
16632024-11-13T19:08:50.811Z Compiling pest_derive v2.7.14
16642024-11-13T19:08:51.011Z Compiling pem-rfc7468 v0.7.0
16652024-11-13T19:08:51.631Z Compiling ppv-lite86 v0.2.20
16662024-11-13T19:08:52.542Z Compiling tracing-core v0.1.32
16672024-11-13T19:08:52.674Z Compiling cookie v0.18.1
16682024-11-13T19:08:52.811Z Compiling usdt-impl v0.5.0
16692024-11-13T19:08:52.948Z Compiling dyn-clone v1.0.17
16702024-11-13T19:08:53.135Z Compiling flagset v0.4.6
16712024-11-13T19:08:53.177Z Compiling anyhow v1.0.93
16722024-11-13T19:08:53.706Z Compiling der v0.7.9
16732024-11-13T19:08:54.129Z Compiling tracing v0.1.40
16742024-11-13T19:08:54.987Z Compiling rand_chacha v0.3.1
16752024-11-13T19:08:55.960Z Compiling scroll v0.12.0
16762024-11-13T19:08:56.502Z Compiling async-trait v0.1.83
16772024-11-13T19:08:56.917Z Compiling plain v0.2.3
16782024-11-13T19:08:57.097Z Compiling percent-encoding v2.3.1
16792024-11-13T19:08:57.377Z Compiling rayon-core v1.12.1
16802024-11-13T19:08:57.444Z Compiling rustls-pki-types v1.9.0
16812024-11-13T19:08:57.640Z Compiling camino v1.1.9
16822024-11-13T19:08:58.164Z Compiling goblin v0.8.2
16832024-11-13T19:08:58.477Z Compiling spki v0.7.3
16842024-11-13T19:08:58.768Z Compiling rand v0.8.5
16852024-11-13T19:08:58.852Z Compiling tokio-util v0.7.12
16862024-11-13T19:08:58.932Z Compiling aws-lc-sys v0.22.0
16872024-11-13T19:08:59.110Z Compiling salsa20 v0.10.2
16882024-11-13T19:08:59.342Z Compiling pbkdf2 v0.12.2
16892024-11-13T19:09:00.977Z Compiling powerfmt v0.2.0
16902024-11-13T19:09:01.025Z Compiling mirai-annotations v1.12.0
16912024-11-13T19:09:01.025Z Compiling winnow v0.5.40
16922024-11-13T19:09:01.025Z Compiling untrusted v0.7.1
16932024-11-13T19:09:01.025Z Compiling untrusted v0.9.0
16942024-11-13T19:09:01.026Z Compiling rustls v0.22.4
16952024-11-13T19:09:01.480Z Compiling pretty-hex v0.4.1
16962024-11-13T19:09:07.264Z Compiling toml_edit v0.19.15
16972024-11-13T19:09:07.308Z Compiling dof v0.3.0
16982024-11-13T19:09:07.308Z Compiling deranged v0.3.11
16992024-11-13T19:09:08.430Z Compiling scrypt v0.11.0
17002024-11-13T19:09:08.755Z Compiling dtrace-parser v0.2.0
17012024-11-13T19:09:08.913Z Compiling cbc v0.1.2
17022024-11-13T19:09:09.126Z Compiling aes v0.8.4
17032024-11-13T19:09:09.341Z Compiling thread-id v4.2.2
17042024-11-13T19:09:09.459Z Compiling num_threads v0.1.7
17052024-11-13T19:09:09.780Z Compiling atomic-waker v1.1.2
17062024-11-13T19:09:09.959Z Compiling rustversion v1.0.17
17072024-11-13T19:09:10.196Z Compiling pkcs5 v0.7.1
17082024-11-13T19:09:10.642Z Compiling time v0.3.36
17092024-11-13T19:09:11.563Z Compiling form_urlencoded v1.2.1
17102024-11-13T19:09:11.856Z Compiling heapless v0.7.17
17112024-11-13T19:09:12.265Z Compiling http-body v1.0.1
17122024-11-13T19:09:12.599Z Compiling bzip2-sys v0.1.11+1.0.8
17132024-11-13T19:09:12.651Z Compiling multer v3.1.0
17142024-11-13T19:09:13.189Z Compiling try-lock v0.2.5
17152024-11-13T19:09:13.366Z Compiling slog-async v2.8.0
17162024-11-13T19:09:13.587Z Compiling signal-hook v0.3.17
17172024-11-13T19:09:13.863Z Compiling want v0.3.1
17182024-11-13T19:09:14.138Z Compiling pkcs8 v0.10.2
17192024-11-13T19:09:15.276Z Compiling h2 v0.4.6
17202024-11-13T19:09:15.941Z Compiling adler2 v2.0.0
17212024-11-13T19:09:16.261Z Compiling httpdate v1.0.3
17222024-11-13T19:09:16.307Z Compiling strsim v0.11.1
17232024-11-13T19:09:17.045Z Compiling miniz_oxide v0.8.0
17242024-11-13T19:09:20.542Z Compiling usdt-macro v0.5.0
17252024-11-13T19:09:21.664Z Compiling usdt-attr-macro v0.5.0
17262024-11-13T19:09:21.888Z Compiling curve25519-dalek v4.1.3
17272024-11-13T19:09:22.278Z Compiling hyper v1.4.1
17282024-11-13T19:09:23.143Z Compiling openapiv3 v2.0.0
17292024-11-13T19:09:24.154Z Compiling idna v0.5.0
17302024-11-13T19:09:24.965Z Compiling async-stream-impl v0.3.6
17312024-11-13T19:09:25.624Z Compiling enum-as-inner v0.6.1
17322024-11-13T19:09:26.245Z Compiling dropshot v0.12.0
17332024-11-13T19:09:26.475Z Compiling base64 v0.22.1
17342024-11-13T19:09:26.518Z Compiling portable-atomic v1.9.0
17352024-11-13T19:09:26.588Z Compiling tower-service v0.3.3
17362024-11-13T19:09:26.674Z Compiling match_cfg v0.1.0
17372024-11-13T19:09:26.711Z Compiling foreign-types-shared v0.1.1
17382024-11-13T19:09:26.770Z Compiling smoltcp v0.9.1
17392024-11-13T19:09:26.822Z Compiling num-bigint-dig v0.8.4
17402024-11-13T19:09:27.368Z Compiling foreign-types v0.3.2
17412024-11-13T19:09:27.402Z Compiling hostname v0.3.1
17422024-11-13T19:09:27.417Z Compiling hyper-util v0.1.10
17432024-11-13T19:09:27.592Z Compiling url v2.5.2
17442024-11-13T19:09:30.845Z Compiling dirs-sys-next v0.1.2
17452024-11-13T19:09:31.025Z Compiling heck v0.4.1
17462024-11-13T19:09:31.337Z Compiling gimli v0.31.1
17472024-11-13T19:09:31.454Z Compiling data-encoding v2.6.0
17482024-11-13T19:09:34.514Z Compiling siphasher v0.3.11
17492024-11-13T19:09:35.556Z Compiling dirs-next v2.0.0
17502024-11-13T19:09:36.846Z Compiling addr2line v0.24.2
17512024-11-13T19:09:40.371Z Compiling http-body-util v0.1.2
17522024-11-13T19:09:40.614Z Compiling crossbeam-epoch v0.9.18
17532024-11-13T19:09:40.661Z Compiling hubpack_derive v0.1.1
17542024-11-13T19:09:40.905Z Compiling dropshot_endpoint v0.12.0
17552024-11-13T19:09:41.400Z Compiling sha1 v0.10.6
17562024-11-13T19:09:41.494Z Compiling signature v2.2.0
17572024-11-13T19:09:41.711Z Compiling curve25519-dalek-derive v0.1.1
17582024-11-13T19:09:41.779Z Compiling zerocopy-derive v0.6.6
17592024-11-13T19:09:43.027Z Compiling object v0.36.5
17602024-11-13T19:09:43.656Z Compiling thread_local v1.1.8
17612024-11-13T19:09:44.126Z Compiling fs-err v2.11.0
17622024-11-13T19:09:44.413Z Compiling encoding_rs v0.8.34
17632024-11-13T19:09:44.961Z Compiling mime v0.3.17
17642024-11-13T19:09:45.467Z Compiling unicode-properties v0.1.3
17652024-11-13T19:09:45.892Z Compiling winnow v0.6.20
17662024-11-13T19:09:46.843Z Compiling anstyle v1.0.10
17672024-11-13T19:09:47.288Z Compiling rustc-demangle v0.1.24
17682024-11-13T19:09:49.578Z Compiling utf8parse v0.2.2
17692024-11-13T19:09:49.694Z Compiling openssl-probe v0.1.5
17702024-11-13T19:09:49.996Z Compiling stable_deref_trait v1.2.0
17712024-11-13T19:09:50.107Z Compiling ipnet v2.10.1
17722024-11-13T19:09:51.202Z Compiling backtrace v0.3.74
17732024-11-13T19:09:56.137Z Compiling anstyle-parse v0.2.5
17742024-11-13T19:09:56.471Z Compiling toml_edit v0.22.22
17752024-11-13T19:09:57.252Z Compiling stringprep v0.1.5
17762024-11-13T19:10:02.180Z Compiling crossbeam-deque v0.8.5
17772024-11-13T19:10:02.509Z Compiling term v0.7.0
17782024-11-13T19:10:03.738Z Compiling slog-json v2.6.1
17792024-11-13T19:10:04.539Z Compiling serde_urlencoded v0.7.1
17802024-11-13T19:10:04.554Z Compiling crossbeam-channel v0.5.13
17812024-11-13T19:10:05.080Z Compiling rustls-pemfile v2.2.0
17822024-11-13T19:10:05.407Z Compiling hashbrown v0.14.5
17832024-11-13T19:10:05.913Z Compiling futures-executor v0.3.31
17842024-11-13T19:10:05.915Z Compiling idna v0.4.0
17852024-11-13T19:10:06.376Z Compiling idna v0.3.0
17862024-11-13T19:10:06.785Z Compiling num-integer v0.1.46
17872024-11-13T19:10:07.359Z Compiling md-5 v0.10.6
17882024-11-13T19:10:07.550Z Compiling ff v0.13.0
17892024-11-13T19:10:07.600Z Compiling hash32 v0.2.1
17902024-11-13T19:10:07.784Z Compiling is-terminal v0.4.13
17912024-11-13T19:10:07.832Z Compiling memmap v0.7.0
17922024-11-13T19:10:08.159Z Compiling fallible-iterator v0.2.0
17932024-11-13T19:10:08.846Z Compiling anstyle-query v1.1.1
17942024-11-13T19:10:09.012Z Compiling linked-hash-map v0.5.6
17952024-11-13T19:10:09.410Z Compiling utf-8 v0.7.6
17962024-11-13T19:10:09.708Z Compiling colorchoice v1.0.2
17972024-11-13T19:10:12.969Z Compiling rustls-webpki v0.102.8
17982024-11-13T19:10:16.255Z Compiling is_terminal_polyfill v1.70.1
17992024-11-13T19:10:16.388Z Compiling quick-error v1.2.3
18002024-11-13T19:10:16.545Z Compiling base16ct v0.2.0
18012024-11-13T19:10:17.714Z Compiling psl-types v2.0.11
18022024-11-13T19:10:17.971Z Compiling take_mut v0.2.2
18032024-11-13T19:10:18.843Z Compiling tokio-rustls v0.25.0
18042024-11-13T19:10:19.146Z Compiling publicsuffix v2.2.3
18052024-11-13T19:10:19.405Z Compiling sec1 v0.7.3
18062024-11-13T19:10:19.476Z Compiling resolv-conf v0.7.0
18072024-11-13T19:10:19.973Z Compiling anstream v0.6.15
18082024-11-13T19:10:20.648Z Compiling tungstenite v0.24.0
18092024-11-13T19:10:21.384Z Compiling lru-cache v0.1.2
18102024-11-13T19:10:21.759Z Compiling postgres-protocol v0.6.7
18112024-11-13T19:10:22.140Z Compiling tokio-rustls v0.26.0
18122024-11-13T19:10:22.602Z Compiling usdt v0.5.0
18132024-11-13T19:10:22.676Z Compiling slog-term v2.9.1
18142024-11-13T19:10:22.771Z Compiling group v0.13.0
18152024-11-13T19:10:23.083Z Compiling num-iter v0.1.45
18162024-11-13T19:10:23.265Z Compiling hickory-proto v0.24.1
18172024-11-13T19:10:23.292Z Compiling regress v0.10.1
18182024-11-13T19:10:23.754Z Compiling futures v0.3.31
18192024-11-13T19:10:27.418Z Compiling slog-bunyan v2.5.0
18202024-11-13T19:10:27.629Z Compiling toml v0.8.19
18212024-11-13T19:10:28.057Z Compiling tokio-native-tls v0.3.1
18222024-11-13T19:10:28.346Z Compiling phf_shared v0.11.2
18232024-11-13T19:10:28.484Z Compiling strum_macros v0.25.3
18242024-11-13T19:10:28.914Z Compiling async-stream v0.3.6
18252024-11-13T19:10:29.264Z Compiling waitgroup v0.1.2
18262024-11-13T19:10:29.807Z Compiling webpki-roots v0.26.6
18272024-11-13T19:10:30.269Z Compiling terminal_size v0.4.0
18282024-11-13T19:10:30.558Z Compiling serde_path_to_error v0.1.16
18292024-11-13T19:10:31.226Z Compiling hkdf v0.12.4
18302024-11-13T19:10:31.465Z Compiling crypto-bigint v0.5.5
18312024-11-13T19:10:31.563Z Compiling serde_repr v0.1.19
18322024-11-13T19:10:32.122Z Compiling derive-where v1.2.7
18332024-11-13T19:10:32.473Z Compiling clap_derive v4.5.18
18342024-11-13T19:10:32.657Z Compiling hostname v0.4.0
18352024-11-13T19:10:32.889Z Compiling crc32fast v1.4.2
18362024-11-13T19:10:33.204Z Compiling managed v0.8.0
18372024-11-13T19:10:33.651Z Compiling bitflags v1.3.2
18382024-11-13T19:10:33.858Z Compiling debug-ignore v1.0.5
18392024-11-13T19:10:34.012Z Compiling unicode-width v0.1.14
18402024-11-13T19:10:34.103Z Compiling clap_lex v0.7.2
18412024-11-13T19:10:34.366Z Compiling clap_builder v4.5.20
18422024-11-13T19:10:34.535Z Compiling console v0.15.8
18432024-11-13T19:10:34.553Z Compiling elliptic-curve v0.13.8
18442024-11-13T19:10:35.627Z Compiling flate2 v1.0.34
18452024-11-13T19:10:36.576Z Compiling hyper-rustls v0.27.3
18462024-11-13T19:10:37.200Z Compiling hickory-resolver v0.24.1
18472024-11-13T19:10:38.525Z Compiling phf v0.11.2
18482024-11-13T19:10:38.670Z Compiling hyper-tls v0.6.0
18492024-11-13T19:10:38.833Z Compiling signal-hook-mio v0.2.4
18502024-11-13T19:10:39.000Z Compiling typify-impl v0.2.0
18512024-11-13T19:10:39.048Z Compiling rayon v1.10.0
18522024-11-13T19:10:39.287Z Compiling bzip2 v0.4.4
18532024-11-13T19:10:39.675Z Compiling cookie_store v0.21.0
18542024-11-13T19:10:40.319Z Compiling postgres-types v0.2.8
18552024-11-13T19:10:41.076Z Compiling tokio-tungstenite v0.24.0
18562024-11-13T19:10:41.735Z Compiling zerocopy v0.6.6
18572024-11-13T19:10:41.795Z Compiling ed25519 v2.2.3
18582024-11-13T19:10:41.953Z Compiling hubpack v0.1.2
18592024-11-13T19:10:42.249Z Compiling phf_shared v0.10.0
18602024-11-13T19:10:42.531Z Compiling pkcs1 v0.7.5
18612024-11-13T19:10:42.638Z Compiling tokio-stream v0.1.16
18622024-11-13T19:10:42.882Z Compiling serde-big-array v0.5.1
18632024-11-13T19:10:43.238Z Compiling rfc6979 v0.4.0
18642024-11-13T19:10:43.431Z Compiling float-cmp v0.9.0
18652024-11-13T19:10:43.469Z Compiling sync_wrapper v1.0.1
18662024-11-13T19:10:43.499Z Compiling bstr v1.10.0
18672024-11-13T19:10:43.616Z Compiling normalize-line-endings v0.3.0
18682024-11-13T19:10:43.742Z Compiling fixedbitset v0.4.2
18692024-11-13T19:10:43.760Z Compiling predicates-core v1.0.8
18702024-11-13T19:10:43.760Z Compiling whoami v1.5.2
18712024-11-13T19:10:44.067Z Compiling precomputed-hash v0.1.1
18722024-11-13T19:10:44.137Z Compiling difflib v0.4.0
18732024-11-13T19:10:44.183Z Compiling bit-vec v0.6.3
18742024-11-13T19:10:44.607Z Compiling static_assertions v1.1.0
18752024-11-13T19:10:44.720Z Compiling number_prefix v0.4.0
18762024-11-13T19:10:44.835Z Compiling unicode-segmentation v1.12.0
18772024-11-13T19:10:44.981Z Compiling new_debug_unreachable v1.0.6
18782024-11-13T19:10:45.062Z Compiling string_cache v0.8.7
18792024-11-13T19:10:45.081Z Compiling indicatif v0.17.8
18802024-11-13T19:10:45.477Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18812024-11-13T19:10:45.694Z Compiling similar v2.6.0
18822024-11-13T19:10:46.934Z Compiling predicates v3.1.2
18832024-11-13T19:10:47.713Z Compiling bit-set v0.5.3
18842024-11-13T19:10:48.013Z Compiling tokio-postgres v0.7.12
18852024-11-13T19:10:48.030Z Compiling petgraph v0.6.5
18862024-11-13T19:10:48.691Z Compiling reqwest v0.12.9
18872024-11-13T19:10:49.458Z Compiling qorb v0.2.0
18882024-11-13T19:10:51.924Z Compiling typify-macro v0.2.0
18892024-11-13T19:10:53.372Z Compiling ecdsa v0.16.9
18902024-11-13T19:10:53.597Z Compiling rsa v0.9.6
18912024-11-13T19:10:55.078Z Compiling ed25519-dalek v2.1.1
18922024-11-13T19:10:55.673Z Compiling zip v0.6.6
18932024-11-13T19:10:55.690Z Compiling crossterm v0.28.1
18942024-11-13T19:10:55.771Z Compiling clap v4.5.20
18952024-11-13T19:10:56.953Z Compiling toml v0.7.8
18962024-11-13T19:10:57.663Z Compiling x509-cert v0.2.5
18972024-11-13T19:10:58.967Z Compiling hex v0.4.3
18982024-11-13T19:10:59.282Z Compiling itertools v0.10.5
18992024-11-13T19:11:00.387Z Compiling peg-runtime v0.8.3
19002024-11-13T19:11:01.410Z Compiling lalrpop-util v0.19.12
19012024-11-13T19:11:01.777Z Compiling unicode-xid v0.2.6
19022024-11-13T19:11:02.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19032024-11-13T19:11:04.636Z Compiling proc-macro-crate v1.3.1
19042024-11-13T19:11:05.492Z Compiling ipnetwork v0.20.0
19052024-11-13T19:11:08.237Z Compiling heapless v0.8.0
19062024-11-13T19:11:09.037Z Compiling num_enum_derive v0.5.11
19072024-11-13T19:11:18.803Z Compiling hash32 v0.3.1
19082024-11-13T19:11:19.633Z Compiling ident_case v1.0.1
19092024-11-13T19:11:19.674Z Compiling smoltcp v0.11.0
19102024-11-13T19:11:19.808Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19112024-11-13T19:11:27.098Z Compiling darling_core v0.20.10
19122024-11-13T19:11:39.164Z Compiling num_enum v0.5.11
19132024-11-13T19:11:39.448Z Compiling typify v0.2.0
19142024-11-13T19:11:41.207Z Compiling proc-macro-error-attr v1.0.4
19152024-11-13T19:11:41.225Z Compiling cobs v0.2.3
19162024-11-13T19:11:42.232Z Compiling unsafe-libyaml v0.2.11
19172024-11-13T19:11:42.511Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19182024-11-13T19:11:43.571Z Compiling serde_yaml v0.9.34+deprecated
19192024-11-13T19:11:46.109Z Compiling postcard v1.0.10
19202024-11-13T19:11:52.796Z Compiling progenitor-impl v0.8.0
19212024-11-13T19:11:58.567Z Compiling darling_macro v0.20.10
19222024-11-13T19:12:08.592Z Compiling strum_macros v0.26.4
19232024-11-13T19:12:09.357Z Compiling foreign-types-macros v0.2.3
19242024-11-13T19:12:09.375Z Compiling structmeta-derive v0.3.0
19252024-11-13T19:12:10.127Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19262024-11-13T19:12:10.442Z Compiling proc-macro-error v1.0.4
19272024-11-13T19:12:11.651Z Compiling newtype-uuid v1.1.3
19282024-11-13T19:12:11.911Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19292024-11-13T19:12:11.967Z Compiling foreign-types-shared v0.3.1
19302024-11-13T19:12:12.082Z Compiling foreign-types v0.5.0
19312024-11-13T19:12:12.100Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19322024-11-13T19:12:12.372Z Compiling structmeta v0.3.0
19332024-11-13T19:12:13.094Z Compiling strum v0.26.3
19342024-11-13T19:12:22.226Z Compiling progenitor-macro v0.8.0
19352024-11-13T19:12:23.272Z Compiling darling v0.20.10
19362024-11-13T19:12:25.196Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19372024-11-13T19:12:25.514Z Compiling progenitor-client v0.8.0
19382024-11-13T19:12:27.077Z Compiling tabwriter v1.4.0
19392024-11-13T19:12:29.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19402024-11-13T19:12:29.150Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19412024-11-13T19:12:29.878Z Compiling cstr-argument v0.1.2
19422024-11-13T19:12:29.989Z Compiling crucible-workspace-hack v0.1.0
19432024-11-13T19:12:30.284Z Compiling fastrand v2.1.1
19442024-11-13T19:12:30.359Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19452024-11-13T19:12:31.008Z Compiling pretty-hex v0.2.1
19462024-11-13T19:12:31.229Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19472024-11-13T19:12:31.247Z Compiling tempfile v3.13.0
19482024-11-13T19:12:31.517Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19492024-11-13T19:12:31.866Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19502024-11-13T19:12:32.282Z Compiling serde_with_macros v3.11.0
19512024-11-13T19:12:32.786Z Compiling parse-display-derive v0.10.0
19522024-11-13T19:12:32.789Z Compiling colored v2.1.0
19532024-11-13T19:12:32.985Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19542024-11-13T19:12:33.736Z Compiling instant v0.1.13
19552024-11-13T19:12:33.928Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19562024-11-13T19:12:34.056Z Compiling backoff v0.4.0
19572024-11-13T19:12:34.333Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19582024-11-13T19:12:34.445Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19592024-11-13T19:12:34.930Z Compiling serde_with v3.11.0
19602024-11-13T19:12:35.296Z Compiling progenitor v0.8.0
19612024-11-13T19:12:35.551Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19622024-11-13T19:12:36.692Z Compiling parse-display v0.10.0
19632024-11-13T19:12:37.326Z Compiling zone_cfg_derive v0.3.0
19642024-11-13T19:12:38.624Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19652024-11-13T19:12:38.685Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19662024-11-13T19:12:39.056Z Compiling camino-tempfile v1.1.1
19672024-11-13T19:12:39.295Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19682024-11-13T19:12:39.370Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19692024-11-13T19:12:39.387Z Compiling regress v0.9.1
19702024-11-13T19:12:39.560Z Compiling macaddr v1.0.1
19712024-11-13T19:12:39.815Z Compiling num-derive v0.4.2
19722024-11-13T19:12:39.834Z Compiling sigpipe v0.1.3
19732024-11-13T19:12:39.977Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19742024-11-13T19:12:40.206Z Compiling libefi-sys v0.1.0
19752024-11-13T19:12:40.286Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19762024-11-13T19:12:40.549Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19772024-11-13T19:12:41.153Z Compiling zone v0.3.0
19782024-11-13T19:12:42.016Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19792024-11-13T19:12:43.601Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19802024-11-13T19:12:43.614Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19812024-11-13T19:12:44.466Z Compiling smf v0.2.3
19822024-11-13T19:12:44.511Z Compiling bitfield-struct v0.6.2
19832024-11-13T19:12:45.879Z Compiling blake3 v1.5.4
19842024-11-13T19:12:46.477Z Compiling ring v0.16.20
19852024-11-13T19:12:47.086Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19862024-11-13T19:12:47.809Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19872024-11-13T19:12:48.281Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19882024-11-13T19:12:48.550Z Compiling xattr v1.3.1
19892024-11-13T19:12:48.553Z Compiling filetime v0.2.25
19902024-11-13T19:12:48.873Z Compiling memmap2 v0.9.5
19912024-11-13T19:12:48.901Z Compiling arrayvec v0.7.6
19922024-11-13T19:12:49.380Z Compiling same-file v1.0.6
19932024-11-13T19:12:49.442Z Compiling spin v0.5.2
19942024-11-13T19:12:49.479Z Compiling arrayref v0.3.9
19952024-11-13T19:12:49.600Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19962024-11-13T19:12:49.665Z Compiling constant_time_eq v0.3.1
19972024-11-13T19:12:49.700Z Compiling walkdir v2.5.0
19982024-11-13T19:12:49.740Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19992024-11-13T19:12:51.258Z Compiling tar v0.4.43
20002024-11-13T19:12:51.378Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20012024-11-13T19:12:51.809Z Compiling gethostname v0.5.0
20022024-11-13T19:12:52.025Z Compiling cargo-platform v0.1.8
20032024-11-13T19:12:52.465Z Compiling topological-sort v0.2.2
20042024-11-13T19:12:52.611Z Compiling cargo_metadata v0.18.1
20052024-11-13T19:12:55.716Z Compiling omicron-zone-package v0.11.1
20062024-11-13T19:12:59.972Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20072024-11-13T19:13:02.330Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20082024-11-13T19:13:06.632Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20092024-11-13T19:13:22.328Z Finished `release` profile [optimized] target(s) in 5m 11s
20102024-11-13T19:13:22.481Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20112024-11-13T19:13:22.528ZLogging to: /work/oxidecomputer/omicron/out/LOG
20122024-11-13T19:13:22.531ZCreated new build target 'test' and set it as active
20132024-11-13T19:13:22.531Z
20142024-11-13T19:13:22.531Zreal 5:11.631181818
20152024-11-13T19:13:22.531Zuser 35:09.112546309
20162024-11-13T19:13:22.531Zsys 4:35.916814781
20172024-11-13T19:13:22.531Ztrap 1.044049610
20182024-11-13T19:13:22.531Ztflt 2.711501631
20192024-11-13T19:13:22.531Zdflt 0.807153212
20202024-11-13T19:13:22.531Zkflt 0.008672880
20212024-11-13T19:13:22.531Zlock 1:13:39.316739244
20222024-11-13T19:13:22.532Zslp 2:26:40.667024346
20232024-11-13T19:13:22.532Zlat 2:22.877876707
20242024-11-13T19:13:22.532Zstop 4:00.394930624
20252024-11-13T19:13:22.532Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
20262024-11-13T19:13:23.470Z Finished `release` profile [optimized] target(s) in 0.88s
20272024-11-13T19:13:23.525Z Running `target/release/omicron-package -t test package`
20282024-11-13T19:13:23.571ZLogging to: /work/oxidecomputer/omicron/out/LOG
20292024-11-13T19:13:24.689Z Compiling convert_case v0.4.0
20302024-11-13T19:13:24.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20312024-11-13T19:13:24.700Z Compiling itertools v0.13.0
20322024-11-13T19:13:24.700Z Compiling password-hash v0.5.0
20332024-11-13T19:13:24.700Z Compiling blake2 v0.10.6
20342024-11-13T19:13:24.700Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20352024-11-13T19:13:24.819Z Compiling newline-converter v0.3.0
20362024-11-13T19:13:24.835Z Compiling owo-colors v4.1.0
20372024-11-13T19:13:25.030Z Compiling cancel-safe-futures v0.1.5
20382024-11-13T19:13:25.060Z Compiling expectorate v1.1.0
20392024-11-13T19:13:25.257Z Compiling libsw v3.3.1
20402024-11-13T19:13:25.512Z Compiling derive_more v0.99.18
20412024-11-13T19:13:25.571Z Compiling argon2 v0.5.3
20422024-11-13T19:13:26.016Z Compiling linear-map v1.2.0
20432024-11-13T19:13:26.098Z Compiling swrite v0.1.0
20442024-11-13T19:13:26.233Z Compiling indent_write v2.2.0
20452024-11-13T19:13:26.394Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20462024-11-13T19:13:26.425Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20472024-11-13T19:13:26.466Z Compiling progenitor-client v0.8.0
20482024-11-13T19:13:26.911Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20492024-11-13T19:13:26.965Z Compiling base64 v0.21.7
20502024-11-13T19:13:27.088Z Compiling progenitor v0.8.0
20512024-11-13T19:13:27.319Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20522024-11-13T19:13:27.946Z Compiling atomicwrites v0.4.4
20532024-11-13T19:13:27.970Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20542024-11-13T19:13:28.074Z Compiling num-rational v0.4.2
20552024-11-13T19:13:28.428Z Compiling num-complex v0.4.6
20562024-11-13T19:13:28.462Z Compiling float-ord v0.3.2
20572024-11-13T19:13:28.648Z Compiling semver v0.1.20
20582024-11-13T19:13:29.231Z Compiling rustc_version v0.1.7
20592024-11-13T19:13:29.647Z Compiling num v0.4.3
20602024-11-13T19:13:29.770Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20612024-11-13T19:13:29.790Z Compiling newtype_derive v0.1.6
20622024-11-13T19:13:30.167Z Compiling highway v1.2.0
20632024-11-13T19:13:30.575Z Compiling humantime v2.1.0
20642024-11-13T19:13:31.562Z Compiling steno v0.4.1
20652024-11-13T19:13:31.954Z Compiling newtype-uuid v1.1.3
20662024-11-13T19:13:32.093Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20672024-11-13T19:13:32.311Z Compiling tungstenite v0.21.0
20682024-11-13T19:13:34.834Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20692024-11-13T19:13:35.422Z Compiling ipnetwork v0.20.0
20702024-11-13T19:13:35.739Z Compiling instant v0.1.13
20712024-11-13T19:13:35.913Z Compiling slog-dtrace v0.3.0
20722024-11-13T19:13:36.258Z Compiling backoff v0.4.0
20732024-11-13T19:13:36.299Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20742024-11-13T19:13:36.618Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20752024-11-13T19:13:37.003Z Compiling tokio-tungstenite v0.21.0
20762024-11-13T19:13:37.529Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20772024-11-13T19:13:37.626Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20782024-11-13T19:13:37.891Z Compiling parse-display v0.10.0
20792024-11-13T19:13:38.474Z Compiling serde_with v3.11.0
20802024-11-13T19:13:42.002Z Compiling strum v0.26.3
20812024-11-13T19:13:42.209Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20822024-11-13T19:13:42.399Z Compiling regress v0.9.1
20832024-11-13T19:13:42.722Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20842024-11-13T19:13:45.101Z Compiling macaddr v1.0.1
20852024-11-13T19:13:45.973Z Compiling prettyplease v0.2.25
20862024-11-13T19:13:46.070Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20872024-11-13T19:13:47.069Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20882024-11-13T19:13:47.318Z Compiling arc-swap v1.7.1
20892024-11-13T19:13:48.013Z Compiling display-error-chain v0.2.2
20902024-11-13T19:13:48.248Z Compiling slog-scope v4.4.0
20912024-11-13T19:13:49.080Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20922024-11-13T19:13:50.098Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20932024-11-13T19:13:51.183Z Compiling half v2.4.1
20942024-11-13T19:13:51.893Z Compiling ciborium-io v0.2.2
20952024-11-13T19:13:52.045Z Compiling ciborium-ll v0.2.2
20962024-11-13T19:13:52.569Z Compiling slog-stdlog v4.1.1
20972024-11-13T19:13:53.387Z Compiling slog-envlogger v2.2.0
20982024-11-13T19:13:53.503Z Compiling ciborium v0.2.2
20992024-11-13T19:13:54.938Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21002024-11-13T19:13:55.707Z Compiling same-file v1.0.6
21012024-11-13T19:13:55.980Z Compiling fastrand v2.1.1
21022024-11-13T19:13:56.210Z Compiling walkdir v2.5.0
21032024-11-13T19:13:56.499Z Compiling tempfile v3.13.0
21042024-11-13T19:13:56.871Z Compiling ring v0.16.20
21052024-11-13T19:13:57.306Z Compiling blake3 v1.5.4
21062024-11-13T19:13:57.974Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21072024-11-13T19:14:00.933Z Compiling xattr v1.3.1
21082024-11-13T19:14:01.214Z Compiling filetime v0.2.25
21092024-11-13T19:14:01.517Z Compiling memmap2 v0.9.5
21102024-11-13T19:14:01.964Z Compiling keccak v0.1.5
21112024-11-13T19:14:03.021Z Compiling spin v0.5.2
21122024-11-13T19:14:03.277Z Compiling arrayref v0.3.9
21132024-11-13T19:14:03.394Z Compiling constant_time_eq v0.3.1
21142024-11-13T19:14:03.556Z Compiling arrayvec v0.7.6
21152024-11-13T19:14:05.203Z Compiling sha3 v0.10.8
21162024-11-13T19:14:05.836Z Compiling tar v0.4.43
21172024-11-13T19:14:06.054Z Compiling camino-tempfile v1.1.1
21182024-11-13T19:14:06.523Z Compiling toolchain_find v0.4.0
21192024-11-13T19:14:07.062Z Compiling nibble_vec v0.1.0
21202024-11-13T19:14:07.115Z Compiling endian-type v0.1.2
21212024-11-13T19:14:07.134Z Compiling crunchy v0.2.2
21222024-11-13T19:14:07.297Z Compiling radium v0.7.0
21232024-11-13T19:14:07.351Z Compiling maplit v1.0.2
21242024-11-13T19:14:07.480Z Compiling topological-sort v0.2.2
21252024-11-13T19:14:07.520Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21262024-11-13T19:14:07.607Z Compiling radix_trie v0.2.1
21272024-11-13T19:14:07.705Z Compiling omicron-zone-package v0.11.1
21282024-11-13T19:14:07.760Z Compiling rustfmt-wrapper v0.2.1
21292024-11-13T19:14:07.814Z Compiling pem v3.0.4
21302024-11-13T19:14:08.321Z Compiling tiny-keccak v2.0.2
21312024-11-13T19:14:08.530Z Compiling maybe-uninit v2.0.0
21322024-11-13T19:14:08.609Z Compiling tap v1.0.1
21332024-11-13T19:14:08.810Z Compiling wyz v0.5.1
21342024-11-13T19:14:09.313Z Compiling dsl_auto_type v0.1.2
21352024-11-13T19:14:09.333Z Compiling scheduled-thread-pool v0.2.7
21362024-11-13T19:14:09.652Z Compiling secrecy v0.8.0
21372024-11-13T19:14:09.655Z Compiling diesel_table_macro_syntax v0.2.0
21382024-11-13T19:14:09.934Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21392024-11-13T19:14:10.080Z Compiling packed_struct v0.10.1
21402024-11-13T19:14:10.242Z Compiling crc-catalog v2.4.0
21412024-11-13T19:14:10.403Z Compiling funty v2.0.0
21422024-11-13T19:14:10.521Z Compiling crc v3.2.1
21432024-11-13T19:14:10.569Z Compiling r2d2 v0.8.10
21442024-11-13T19:14:10.649Z Compiling diesel_derives v2.2.3
21452024-11-13T19:14:11.532Z Compiling bitvec v1.0.1
21462024-11-13T19:14:12.155Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21472024-11-13T19:14:12.575Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21482024-11-13T19:14:12.578Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21492024-11-13T19:14:12.778Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21502024-11-13T19:14:12.819Z Compiling ascii-canvas v3.0.0
21512024-11-13T19:14:13.292Z Compiling universal-hash v0.5.1
21522024-11-13T19:14:13.531Z Compiling thiserror-impl-no-std v2.0.2
21532024-11-13T19:14:16.219Z Compiling packed_struct_codegen v0.10.1
21542024-11-13T19:14:16.382Z Compiling lzma-sys v0.1.20
21552024-11-13T19:14:17.066Z Compiling ena v0.14.3
21562024-11-13T19:14:17.501Z Compiling indexmap v1.9.3
21572024-11-13T19:14:17.811Z Compiling diff v0.1.13
21582024-11-13T19:14:18.375Z Compiling regex-syntax v0.6.29
21592024-11-13T19:14:18.707Z Compiling opaque-debug v0.3.1
21602024-11-13T19:14:18.827Z Compiling nodrop v0.1.14
21612024-11-13T19:14:18.980Z Compiling array-init v0.0.4
21622024-11-13T19:14:20.233Z Compiling poly1305 v0.8.0
21632024-11-13T19:14:21.818Z Compiling lalrpop v0.19.12
21642024-11-13T19:14:22.172Z Compiling diesel v2.2.4
21652024-11-13T19:14:28.418Z Compiling thiserror-no-std v2.0.2
21662024-11-13T19:14:28.560Z Compiling smallvec v0.6.14
21672024-11-13T19:14:29.685Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21682024-11-13T19:14:30.757Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21692024-11-13T19:14:31.047Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21702024-11-13T19:14:31.291Z Compiling chacha20 v0.9.1
21712024-11-13T19:14:31.771Z Compiling heck v0.3.3
21722024-11-13T19:14:32.147Z Compiling const_format_proc_macros v0.2.33
21732024-11-13T19:14:33.886Z Compiling aead v0.5.2
21742024-11-13T19:14:34.165Z Compiling termcolor v1.4.1
21752024-11-13T19:14:35.236Z Compiling bitfield v0.14.0
21762024-11-13T19:14:35.564Z Compiling ref-cast v1.0.23
21772024-11-13T19:14:36.039Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21782024-11-13T19:14:36.332Z Compiling hashbrown v0.12.3
21792024-11-13T19:14:38.707Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21802024-11-13T19:14:39.957Z Compiling env_logger v0.10.2
21812024-11-13T19:14:42.933Z Compiling chacha20poly1305 v0.10.1
21822024-11-13T19:14:43.101Z Compiling const_format v0.2.33
21832024-11-13T19:14:44.332Z Compiling zone_cfg_derive v0.1.2
21842024-11-13T19:14:45.759Z Compiling serde-hex v0.1.0
21852024-11-13T19:14:45.845Z Compiling polar-core v0.27.3
21862024-11-13T19:14:47.088Z Compiling vsss-rs v3.3.4
21872024-11-13T19:14:50.645Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21882024-11-13T19:14:50.976Z Compiling ron v0.8.1
21892024-11-13T19:14:51.312Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21902024-11-13T19:14:51.619Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21912024-11-13T19:14:52.204Z Compiling derive_builder_core v0.20.2
21922024-11-13T19:14:54.412Z Compiling hashbrown v0.13.2
21932024-11-13T19:14:55.640Z Compiling headers-core v0.3.0
21942024-11-13T19:14:55.811Z Compiling fxhash v0.2.1
21952024-11-13T19:14:56.059Z Compiling libxml v0.3.3
21962024-11-13T19:14:56.416Z Compiling ref-cast-impl v1.0.23
21972024-11-13T19:14:56.690Z Compiling crc-any v2.5.0
21982024-11-13T19:14:57.396Z Compiling base64 v0.13.1
21992024-11-13T19:14:57.743Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22002024-11-13T19:14:58.133Z Compiling ron v0.7.1
22012024-11-13T19:14:58.391Z Compiling headers v0.4.0
22022024-11-13T19:15:01.829Z Compiling object v0.30.4
22032024-11-13T19:15:03.321Z Compiling derive_builder_macro v0.20.2
22042024-11-13T19:15:03.463Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22052024-11-13T19:15:04.086Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22062024-11-13T19:15:04.976Z Compiling xz2 v0.1.7
22072024-11-13T19:15:05.516Z Compiling zone v0.1.8
22082024-11-13T19:15:08.671Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22092024-11-13T19:15:09.094Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22102024-11-13T19:15:11.285Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22112024-11-13T19:15:11.580Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22122024-11-13T19:15:11.811Z Compiling yasna v0.5.2
22132024-11-13T19:15:12.319Z Compiling phf_generator v0.11.2
22142024-11-13T19:15:12.515Z Compiling strum_macros v0.24.3
22152024-11-13T19:15:14.876Z Compiling kstat-rs v0.2.4
22162024-11-13T19:15:15.176Z Compiling samael v0.0.17
22172024-11-13T19:15:15.326Z Compiling async-recursion v1.1.1
22182024-11-13T19:15:15.799Z Compiling unicase v2.7.0
22192024-11-13T19:15:15.869Z Compiling indoc v1.0.9
22202024-11-13T19:15:16.124Z Compiling path-slash v0.1.5
22212024-11-13T19:15:16.214Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22222024-11-13T19:15:16.357Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22232024-11-13T19:15:16.461Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22242024-11-13T19:15:16.802Z Compiling rcgen v0.12.1
22252024-11-13T19:15:20.374Z Compiling phf_codegen v0.11.2
22262024-11-13T19:15:20.625Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22272024-11-13T19:15:27.242Z Compiling derive_builder v0.20.2
22282024-11-13T19:15:27.537Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22292024-11-13T19:15:32.141Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22302024-11-13T19:15:32.461Z Compiling oso-derive v0.27.3
22312024-11-13T19:15:32.470Z Compiling impl-trait-for-tuples v0.2.2
22322024-11-13T19:15:33.447Z Compiling libz-sys v1.1.20
22332024-11-13T19:15:34.133Z Compiling parse-zoneinfo v0.3.1
22342024-11-13T19:15:40.151Z Compiling quick-xml v0.33.0
22352024-11-13T19:15:40.318Z Compiling subprocess v0.2.9
22362024-11-13T19:15:40.318Z Compiling diesel-dtrace v0.3.0
22372024-11-13T19:15:40.320Z Compiling parking_lot_core v0.8.6
22382024-11-13T19:15:40.320Z Compiling cfg_aliases v0.1.1
22392024-11-13T19:15:40.320Z Compiling nix v0.28.0
22402024-11-13T19:15:40.320Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22412024-11-13T19:15:40.320Z Compiling oso v0.27.3
22422024-11-13T19:15:40.868Z Compiling chrono-tz-build v0.4.0
22432024-11-13T19:15:42.211Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22442024-11-13T19:15:43.754Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22452024-11-13T19:15:46.853Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22462024-11-13T19:15:49.240Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22472024-11-13T19:15:49.542Z Compiling bb8 v0.8.5
22482024-11-13T19:15:50.114Z Compiling vte_generate_state_changes v0.1.2
22492024-11-13T19:15:50.186Z Compiling buf-list v1.0.3
22502024-11-13T19:15:50.755Z Compiling vte v0.11.1
22512024-11-13T19:15:50.871Z Compiling async-bb8-diesel v0.2.1
22522024-11-13T19:15:51.763Z Compiling chrono-tz v0.10.0
22532024-11-13T19:15:53.031Z Compiling fd-lock v4.0.2
22542024-11-13T19:15:53.287Z Compiling libgit2-sys v0.17.0+1.8.1
22552024-11-13T19:15:53.304Z Compiling pin-project-internal v1.1.6
22562024-11-13T19:15:54.078Z Compiling atty v0.2.14
22572024-11-13T19:15:54.252Z Compiling bytecount v0.6.8
22582024-11-13T19:15:54.585Z Compiling salty v0.3.0
22592024-11-13T19:15:55.042Z Compiling papergrid v0.11.0
22602024-11-13T19:15:56.106Z Compiling pin-project v1.1.6
22612024-11-13T19:15:56.970Z Compiling parking_lot v0.11.2
22622024-11-13T19:16:05.820Z Compiling strip-ansi-escapes v0.2.0
22632024-11-13T19:16:07.637Z Compiling tabled_derive v0.7.0
22642024-11-13T19:16:08.425Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22652024-11-13T19:16:09.826Z Compiling peg-macros v0.8.4
22662024-11-13T19:16:13.095Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22672024-11-13T19:16:13.146Z Compiling snafu-derive v0.8.5
22682024-11-13T19:16:14.116Z Compiling sqlparser_derive v0.2.2
22692024-11-13T19:16:15.121Z Compiling simd-adler32 v0.3.7
22702024-11-13T19:16:16.300Z Compiling home v0.5.9
22712024-11-13T19:16:16.619Z Compiling lockfree-object-pool v0.1.6
22722024-11-13T19:16:16.951Z Compiling bumpalo v3.16.0
22732024-11-13T19:16:17.511Z Compiling nu-ansi-term v0.50.1
22742024-11-13T19:16:17.933Z Compiling unicode_categories v0.1.1
22752024-11-13T19:16:18.289Z Compiling zip v2.1.3
22762024-11-13T19:16:18.650Z Compiling sqlformat v0.2.6
22772024-11-13T19:16:18.672Z Compiling snafu v0.8.5
22782024-11-13T19:16:20.007Z Compiling reedline v0.35.0
22792024-11-13T19:16:21.531Z Compiling zopfli v0.8.1
22802024-11-13T19:16:25.852Z Compiling rustyline v14.0.0
22812024-11-13T19:16:28.542Z Compiling sqlparser v0.45.0
22822024-11-13T19:16:29.653Z Compiling peg v0.8.4
22832024-11-13T19:16:29.656Z Compiling tabled v0.15.0
22842024-11-13T19:16:33.910Z Compiling sled v0.34.7
22852024-11-13T19:16:38.402Z Compiling mime_guess v2.0.5
22862024-11-13T19:16:41.681Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22872024-11-13T19:16:43.227Z Compiling hickory-client v0.24.1
22882024-11-13T19:16:43.783Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22892024-11-13T19:16:43.950Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22902024-11-13T19:16:46.582Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22912024-11-13T19:16:48.556Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22922024-11-13T19:16:49.451Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22932024-11-13T19:16:50.039Z Compiling globset v0.4.15
22942024-11-13T19:16:50.979Z Compiling hickory-server v0.24.1
22952024-11-13T19:16:57.305Z Compiling primeorder v0.13.6
22962024-11-13T19:16:57.764Z Compiling olpc-cjson v0.1.4
22972024-11-13T19:16:57.931Z Compiling vergen v8.3.2
22982024-11-13T19:16:58.119Z Compiling bcs v0.1.6
22992024-11-13T19:16:58.247Z Compiling env_filter v0.1.2
23002024-11-13T19:16:59.045Z Compiling serde_plain v1.0.2
23012024-11-13T19:16:59.597Z Compiling cargo-platform v0.1.8
23022024-11-13T19:16:59.794Z Compiling displaydoc v0.2.5
23032024-11-13T19:17:00.120Z Compiling nanorand v0.7.0
23042024-11-13T19:17:00.848Z Compiling memoffset v0.9.1
23052024-11-13T19:17:01.345Z Compiling typed-path v0.9.3
23062024-11-13T19:17:07.178Z Compiling tough v0.19.0
23072024-11-13T19:17:07.747Z Compiling flume v0.11.1
23082024-11-13T19:17:08.575Z Compiling cargo_metadata v0.18.1
23092024-11-13T19:17:08.758Z Compiling env_logger v0.11.5
23102024-11-13T19:17:10.216Z Compiling p384 v0.13.0
23112024-11-13T19:17:11.959Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23122024-11-13T19:17:16.362Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23132024-11-13T19:17:24.947Z Compiling git2 v0.19.0
23142024-11-13T19:17:26.462Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23152024-11-13T19:17:35.022Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23162024-11-13T19:17:35.829Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23172024-11-13T19:17:36.277Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23182024-11-13T19:17:37.975Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23192024-11-13T19:17:40.818Z Compiling rand_seeder v0.3.0
23202024-11-13T19:17:41.247Z Compiling libsqlite3-sys v0.30.1
23212024-11-13T19:17:41.784Z Compiling cfg_aliases v0.2.1
23222024-11-13T19:17:41.934Z Compiling rustls v0.21.12
23232024-11-13T19:17:42.006Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23242024-11-13T19:17:42.065Z Compiling parse-size v1.1.0
23252024-11-13T19:17:42.262Z Compiling nix v0.29.0
23262024-11-13T19:17:42.365Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23272024-11-13T19:17:42.429Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23282024-11-13T19:17:42.654Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23292024-11-13T19:17:43.242Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23302024-11-13T19:17:44.258Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23312024-11-13T19:17:44.294Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23322024-11-13T19:17:44.600Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23332024-11-13T19:17:45.037Z Compiling rustls-webpki v0.101.7
23342024-11-13T19:17:48.559Z Compiling sct v0.7.1
23352024-11-13T19:17:48.908Z Compiling castaway v0.2.3
23362024-11-13T19:17:49.049Z Compiling csv-core v0.1.11
23372024-11-13T19:17:49.052Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23382024-11-13T19:17:49.108Z Compiling glob v0.3.1
23392024-11-13T19:17:49.384Z Compiling http-range v0.1.5
23402024-11-13T19:17:49.930Z Compiling hyper-staticfile v0.10.1
23412024-11-13T19:17:49.964Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23422024-11-13T19:17:51.150Z Compiling csv v1.3.0
23432024-11-13T19:17:53.079Z Compiling compact_str v0.8.0
23442024-11-13T19:17:55.136Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23452024-11-13T19:17:55.760Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23462024-11-13T19:17:57.019Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23472024-11-13T19:17:58.102Z Compiling nix v0.27.1
23482024-11-13T19:18:01.158Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23492024-11-13T19:18:03.128Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23502024-11-13T19:18:11.227Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23512024-11-13T19:18:11.718Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23522024-11-13T19:18:15.920Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23532024-11-13T19:18:16.274Z Compiling unicode-truncate v1.1.0
23542024-11-13T19:18:16.580Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23552024-11-13T19:18:16.899Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23562024-11-13T19:18:17.208Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23572024-11-13T19:18:18.123Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23582024-11-13T19:18:18.762Z Compiling hashlink v0.9.1
23592024-11-13T19:18:19.611Z Compiling tungstenite v0.23.0
23602024-11-13T19:18:19.732Z Compiling lru v0.12.5
23612024-11-13T19:18:20.137Z Compiling instability v0.3.2
23622024-11-13T19:18:21.006Z Compiling fallible-iterator v0.3.0
23632024-11-13T19:18:21.179Z Compiling cassowary v0.3.0
23642024-11-13T19:18:21.846Z Compiling fallible-streaming-iterator v0.1.9
23652024-11-13T19:18:22.151Z Compiling rusqlite v0.32.1
23662024-11-13T19:18:24.637Z Compiling ratatui v0.28.1
23672024-11-13T19:18:24.909Z Compiling tokio-tungstenite v0.23.1
23682024-11-13T19:18:25.422Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23692024-11-13T19:18:29.369Z Compiling tokio-rustls v0.24.1
23702024-11-13T19:18:35.250Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23712024-11-13T19:18:39.383Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23722024-11-13T19:18:41.015Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23732024-11-13T19:18:42.880Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23742024-11-13T19:18:43.080Z Compiling rustls-pemfile v1.0.4
23752024-11-13T19:18:43.842Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23762024-11-13T19:18:44.142Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23772024-11-13T19:18:45.182Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23782024-11-13T19:18:45.201Z Compiling signal-hook-tokio v0.3.1
23792024-11-13T19:18:45.327Z Compiling twox-hash v1.6.3
23802024-11-13T19:18:45.426Z Compiling smawk v0.3.2
23812024-11-13T19:18:45.711Z Compiling unicode-linebreak v0.1.5
23822024-11-13T19:18:46.252Z Compiling is_ci v1.2.0
23832024-11-13T19:18:46.271Z Compiling textwrap v0.16.1
23842024-11-13T19:18:46.560Z Compiling supports-color v3.0.1
23852024-11-13T19:18:46.956Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23862024-11-13T19:18:48.610Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23872024-11-13T19:18:56.779Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23882024-11-13T19:19:09.250Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23892024-11-13T19:19:14.313Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23902024-11-13T19:19:15.506Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23912024-11-13T19:19:17.716Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23922024-11-13T19:19:18.293Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23932024-11-13T19:19:25.661Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23942024-11-13T19:19:26.059Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23952024-11-13T19:19:27.908Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23962024-11-13T19:19:32.597Z Compiling fatfs v0.3.6
23972024-11-13T19:19:34.884Z Compiling rtoolbox v0.0.2
23982024-11-13T19:19:35.324Z Compiling assert_matches v1.5.0
23992024-11-13T19:19:35.396Z Compiling rpassword v7.3.1
24002024-11-13T19:19:35.878Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24012024-11-13T19:19:37.344Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24022024-11-13T19:19:43.740Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24032024-11-13T19:19:48.234Z Compiling tui-tree-widget v0.22.0
24042024-11-13T19:19:48.724Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24052024-11-13T19:19:51.139Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24062024-11-13T19:20:04.772Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24072024-11-13T19:20:04.882Z Compiling uzers v0.12.1
24082024-11-13T19:20:05.087Z Compiling shell-words v1.1.0
24092024-11-13T19:20:05.560Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24102024-11-13T19:20:07.626Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24112024-11-13T19:20:08.069Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24122024-11-13T19:20:33.431Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24132024-11-13T19:20:38.304Z Compiling multimap v0.10.0
24142024-11-13T19:22:42.055Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24152024-11-13T19:22:58.616Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24162024-11-13T19:29:52.361Z Finished `release` profile [optimized] target(s) in 16m 28s
24172024-11-13T19:30:53.275Z
24182024-11-13T19:30:53.275Zreal 17:30.539777132
24192024-11-13T19:30:53.280Zuser 1:56:26.099169173
24202024-11-13T19:30:53.280Zsys 5:48.103490109
24212024-11-13T19:30:53.280Ztrap 2.848950011
24222024-11-13T19:30:53.280Ztflt 3.088939341
24232024-11-13T19:30:53.280Zdflt 5.082017153
24242024-11-13T19:30:53.280Zkflt 0.001284589
24252024-11-13T19:30:53.280Zlock 7:35:31.524116494
24262024-11-13T19:30:53.280Zslp 6:11:49.842335457
24272024-11-13T19:30:53.280Zlat 2:40.854848302
24282024-11-13T19:30:53.280Zstop 2:28.377004477
24292024-11-13T19:30:53.280Z+ mapfile -t packages
24302024-11-13T19:30:53.280Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24312024-11-13T19:30:54.281Z Finished `release` profile [optimized] target(s) in 0.95s
24322024-11-13T19:30:54.337Z Running `target/release/omicron-package -t test list-outputs`
24332024-11-13T19:30:54.384ZLogging to: /work/oxidecomputer/omicron/out/LOG
24342024-11-13T19:30:54.388Z+ ptime -m cargo build --locked --release -p xtask
24352024-11-13T19:30:54.929Z Compiling serde v1.0.215
24362024-11-13T19:30:54.933Z Compiling rustix v0.38.37
24372024-11-13T19:30:54.933Z Compiling serde_json v1.0.132
24382024-11-13T19:30:54.933Z Compiling libc v0.2.162
24392024-11-13T19:30:54.933Z Compiling syn v2.0.87
24402024-11-13T19:30:55.023Z Compiling bitflags v2.6.0
24412024-11-13T19:30:55.344Z Compiling usdt-impl v0.5.0
24422024-11-13T19:30:55.387Z Compiling syn v1.0.109
24432024-11-13T19:30:55.537Z Compiling log v0.4.22
24442024-11-13T19:30:55.591Z Compiling hashbrown v0.15.0
24452024-11-13T19:30:55.624Z Compiling fs-err v2.11.0
24462024-11-13T19:30:55.938Z Compiling anyhow v1.0.93
24472024-11-13T19:30:56.102Z Compiling once_cell v1.20.2
24482024-11-13T19:30:56.515Z Compiling thread-id v4.2.2
24492024-11-13T19:30:56.952Z Compiling indexmap v2.6.0
24502024-11-13T19:30:58.049Z Compiling terminal_size v0.4.0
24512024-11-13T19:30:58.049Z Compiling tempfile v3.13.0
24522024-11-13T19:30:58.292Z Compiling clap_builder v4.5.20
24532024-11-13T19:30:58.835Z Compiling proc-macro-error v1.0.4
24542024-11-13T19:31:00.231Z Compiling tabled_derive v0.7.0
24552024-11-13T19:31:01.552Z Compiling tabled v0.15.0
24562024-11-13T19:31:03.136Z Compiling serde_derive v1.0.215
24572024-11-13T19:31:03.777Z Compiling thiserror-impl v1.0.64
24582024-11-13T19:31:04.232Z Compiling zerocopy-derive v0.7.35
24592024-11-13T19:31:04.567Z Compiling scroll_derive v0.12.0
24602024-11-13T19:31:05.970Z Compiling scroll v0.12.0
24612024-11-13T19:31:06.316Z Compiling zerocopy v0.7.35
24622024-11-13T19:31:06.593Z Compiling thiserror v1.0.64
24632024-11-13T19:31:06.762Z Compiling pest v2.7.14
24642024-11-13T19:31:07.999Z Compiling goblin v0.8.2
24652024-11-13T19:31:09.811Z Compiling pest_meta v2.7.14
24662024-11-13T19:31:12.571Z Compiling pest_generator v2.7.14
24672024-11-13T19:31:14.116Z Compiling clap_derive v4.5.18
24682024-11-13T19:31:14.347Z Compiling pest_derive v2.7.14
24692024-11-13T19:31:15.141Z Compiling dtrace-parser v0.2.0
24702024-11-13T19:31:18.884Z Compiling toml_datetime v0.6.8
24712024-11-13T19:31:19.613Z Compiling serde_tokenstream v0.2.2
24722024-11-13T19:31:20.209Z Compiling serde_spanned v0.6.8
24732024-11-13T19:31:20.482Z Compiling toml_edit v0.22.22
24742024-11-13T19:31:22.055Z Compiling dof v0.3.0
24752024-11-13T19:31:23.236Z Compiling camino v1.1.9
24762024-11-13T19:31:24.208Z Compiling toml v0.8.19
24772024-11-13T19:31:24.448Z Compiling usdt-attr-macro v0.5.0
24782024-11-13T19:31:24.641Z Compiling usdt-macro v0.5.0
24792024-11-13T19:31:25.939Z Compiling cargo-platform v0.1.8
24802024-11-13T19:31:27.046Z Compiling semver v1.0.23
24812024-11-13T19:31:31.658Z Compiling cargo_metadata v0.18.1
24822024-11-13T19:31:31.692Z Compiling usdt v0.5.0
24832024-11-13T19:31:31.692Z Compiling cargo_toml v0.20.5
24842024-11-13T19:31:31.692Z Compiling camino-tempfile v1.1.1
24852024-11-13T19:31:31.692Z Compiling clap v4.5.20
24862024-11-13T19:31:31.692Z Compiling macaddr v1.0.1
24872024-11-13T19:31:40.372Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24882024-11-13T19:31:51.758Z Finished `release` profile [optimized] target(s) in 57.31s
24892024-11-13T19:31:51.883Z
24902024-11-13T19:31:51.883Zreal 57.459546499
24912024-11-13T19:31:51.883Zuser 5:47.345249959
24922024-11-13T19:31:51.883Zsys 32.249403127
24932024-11-13T19:31:51.883Ztrap 0.157523297
24942024-11-13T19:31:51.883Ztflt 0.341225245
24952024-11-13T19:31:51.883Zdflt 0.636189927
24962024-11-13T19:31:51.885Zkflt 0.002819923
24972024-11-13T19:31:51.885Zlock 10:26.949145540
24982024-11-13T19:31:51.885Zslp 15:55.179610516
24992024-11-13T19:31:51.885Zlat 13.586891400
25002024-11-13T19:31:51.885Zstop 16.473448494
25012024-11-13T19:31:51.885Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25022024-11-13T19:31:51.885Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25032024-11-13T19:31:51.886Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25042024-11-13T19:31:51.886Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25052024-11-13T19:31:51.886Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25062024-11-13T19:31:52.733Z Compiling hashbrown v0.14.5
25072024-11-13T19:31:52.856Z Compiling unsafe-libyaml v0.2.11
25082024-11-13T19:31:52.868Z Compiling progenitor-client v0.8.0
25092024-11-13T19:31:52.868Z Compiling ident_case v1.0.1
25102024-11-13T19:31:52.871Z Compiling ipnetwork v0.20.0
25112024-11-13T19:31:52.871Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122024-11-13T19:31:52.871Z Compiling instant v0.1.13
25132024-11-13T19:31:52.871Z Compiling structmeta-derive v0.3.0
25142024-11-13T19:31:53.033Z Compiling newtype-uuid v1.1.3
25152024-11-13T19:31:53.083Z Compiling darling_core v0.20.10
25162024-11-13T19:31:53.296Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25172024-11-13T19:31:53.377Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25182024-11-13T19:31:53.671Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25192024-11-13T19:31:53.860Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25202024-11-13T19:31:54.026Z Compiling backoff v0.4.0
25212024-11-13T19:31:54.087Z Compiling regress v0.10.1
25222024-11-13T19:31:54.159Z Compiling serde_yaml v0.9.34+deprecated
25232024-11-13T19:31:54.178Z Compiling regress v0.9.1
25242024-11-13T19:31:54.372Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25252024-11-13T19:31:54.553Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25262024-11-13T19:31:54.620Z Compiling macaddr v1.0.1
25272024-11-13T19:31:54.724Z Compiling tempfile v3.13.0
25282024-11-13T19:31:54.810Z Compiling proc-macro-crate v1.3.1
25292024-11-13T19:31:55.090Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25302024-11-13T19:31:55.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25312024-11-13T19:31:55.641Z Compiling foreign-types-macros v0.2.3
25322024-11-13T19:31:55.829Z Compiling foreign-types-shared v0.3.1
25332024-11-13T19:31:55.946Z Compiling num_enum_derive v0.5.11
25342024-11-13T19:31:55.965Z Compiling heapless v0.8.0
25352024-11-13T19:31:55.967Z Compiling structmeta v0.3.0
25362024-11-13T19:31:56.472Z Compiling parse-display-derive v0.10.0
25372024-11-13T19:31:57.037Z Compiling foreign-types v0.5.0
25382024-11-13T19:31:57.063Z Compiling proc-macro-error v1.0.4
25392024-11-13T19:31:57.363Z Compiling camino-tempfile v1.1.1
25402024-11-13T19:31:57.809Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25412024-11-13T19:31:57.854Z Compiling typify-impl v0.2.0
25422024-11-13T19:31:58.480Z Compiling hash32 v0.3.1
25432024-11-13T19:31:58.654Z Compiling num_enum v0.5.11
25442024-11-13T19:31:58.700Z Compiling cstr-argument v0.1.2
25452024-11-13T19:31:58.749Z Compiling pretty-hex v0.2.1
25462024-11-13T19:31:58.819Z Compiling smoltcp v0.11.0
25472024-11-13T19:31:58.945Z Compiling crucible-workspace-hack v0.1.0
25482024-11-13T19:31:58.973Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25492024-11-13T19:31:59.247Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25502024-11-13T19:31:59.274Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25512024-11-13T19:31:59.344Z Compiling tabwriter v1.4.0
25522024-11-13T19:31:59.471Z Compiling colored v2.1.0
25532024-11-13T19:31:59.566Z Compiling cobs v0.2.3
25542024-11-13T19:31:59.865Z Compiling postcard v1.0.10
25552024-11-13T19:31:59.887Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25562024-11-13T19:32:00.001Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25572024-11-13T19:32:00.179Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25582024-11-13T19:32:00.273Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25592024-11-13T19:32:00.323Z Compiling darling_macro v0.20.10
25602024-11-13T19:32:00.367Z Compiling smf v0.2.3
25612024-11-13T19:32:00.534Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25622024-11-13T19:32:00.959Z Compiling zone_cfg_derive v0.3.0
25632024-11-13T19:32:01.123Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25642024-11-13T19:32:01.196Z Compiling parse-display v0.10.0
25652024-11-13T19:32:01.333Z Compiling darling v0.20.10
25662024-11-13T19:32:01.478Z Compiling serde_with_macros v3.11.0
25672024-11-13T19:32:01.629Z Compiling num-derive v0.4.2
25682024-11-13T19:32:01.883Z Compiling sigpipe v0.1.3
25692024-11-13T19:32:01.925Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25702024-11-13T19:32:02.023Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25712024-11-13T19:32:02.239Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25722024-11-13T19:32:02.489Z Compiling zone v0.3.0
25732024-11-13T19:32:02.728Z Compiling universal-hash v0.5.1
25742024-11-13T19:32:02.955Z Compiling opaque-debug v0.3.1
25752024-11-13T19:32:03.065Z Compiling num-rational v0.4.2
25762024-11-13T19:32:03.166Z Compiling password-hash v0.5.0
25772024-11-13T19:32:04.113Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25782024-11-13T19:32:04.134Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25792024-11-13T19:32:04.184Z Compiling num-complex v0.4.6
25802024-11-13T19:32:04.398Z Compiling serde_with v3.11.0
25812024-11-13T19:32:04.896Z Compiling blake2 v0.10.6
25822024-11-13T19:32:05.035Z Compiling aead v0.5.2
25832024-11-13T19:32:05.099Z Compiling convert_case v0.4.0
25842024-11-13T19:32:05.309Z Compiling keccak v0.1.5
25852024-11-13T19:32:05.413Z Compiling argon2 v0.5.3
25862024-11-13T19:32:05.702Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25872024-11-13T19:32:06.185Z Compiling derive_more v0.99.18
25882024-11-13T19:32:06.276Z Compiling sha3 v0.10.8
25892024-11-13T19:32:06.344Z Compiling num v0.4.3
25902024-11-13T19:32:06.448Z Compiling poly1305 v0.8.0
25912024-11-13T19:32:06.468Z Compiling tungstenite v0.21.0
25922024-11-13T19:32:07.369Z Compiling chacha20 v0.9.1
25932024-11-13T19:32:07.853Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25942024-11-13T19:32:08.058Z Compiling base64 v0.21.7
25952024-11-13T19:32:08.184Z Compiling float-ord v0.3.2
25962024-11-13T19:32:08.374Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25972024-11-13T19:32:08.378Z Compiling tokio-tungstenite v0.21.0
25982024-11-13T19:32:08.448Z Compiling same-file v1.0.6
25992024-11-13T19:32:08.742Z Compiling semver v0.1.20
26002024-11-13T19:32:08.773Z Compiling walkdir v2.5.0
26012024-11-13T19:32:08.797Z Compiling newline-converter v0.3.0
26022024-11-13T19:32:08.851Z Compiling primeorder v0.13.6
26032024-11-13T19:32:08.955Z Compiling secrecy v0.8.0
26042024-11-13T19:32:08.974Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26052024-11-13T19:32:09.240Z Compiling rustc_version v0.1.7
26062024-11-13T19:32:09.347Z Compiling cancel-safe-futures v0.1.5
26072024-11-13T19:32:09.405Z Compiling owo-colors v4.1.0
26082024-11-13T19:32:09.433Z Compiling expectorate v1.1.0
26092024-11-13T19:32:09.569Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26102024-11-13T19:32:09.629Z Compiling thiserror-impl-no-std v2.0.2
26112024-11-13T19:32:09.774Z Compiling blake3 v1.5.4
26122024-11-13T19:32:09.823Z Compiling ring v0.16.20
26132024-11-13T19:32:09.823Z Compiling newtype_derive v0.1.6
26142024-11-13T19:32:09.851Z Compiling unicase v2.7.0
26152024-11-13T19:32:09.896Z Compiling half v2.4.1
26162024-11-13T19:32:10.074Z Compiling ciborium-io v0.2.2
26172024-11-13T19:32:10.155Z Compiling arc-swap v1.7.1
26182024-11-13T19:32:10.446Z Compiling ciborium-ll v0.2.2
26192024-11-13T19:32:10.571Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26202024-11-13T19:32:10.839Z Compiling slog-scope v4.4.0
26212024-11-13T19:32:11.048Z Compiling polyval v0.6.2
26222024-11-13T19:32:11.432Z Compiling atomicwrites v0.4.4
26232024-11-13T19:32:11.478Z Compiling libsw v3.3.1
26242024-11-13T19:32:11.504Z Compiling memmap2 v0.9.5
26252024-11-13T19:32:11.805Z Compiling constant_time_eq v0.3.1
26262024-11-13T19:32:11.823Z Compiling linear-map v1.2.0
26272024-11-13T19:32:11.995Z Compiling arrayvec v0.7.6
26282024-11-13T19:32:11.998Z Compiling spin v0.5.2
26292024-11-13T19:32:12.225Z Compiling arrayref v0.3.9
26302024-11-13T19:32:12.254Z Compiling libefi-sys v0.1.0
26312024-11-13T19:32:12.339Z Compiling salty v0.3.0
26322024-11-13T19:32:12.413Z Compiling indent_write v2.2.0
26332024-11-13T19:32:12.530Z Compiling parking_lot_core v0.8.6
26342024-11-13T19:32:12.803Z Compiling ghash v0.5.1
26352024-11-13T19:32:12.849Z Compiling thiserror-no-std v2.0.2
26362024-11-13T19:32:12.980Z Compiling vsss-rs v3.3.4
26372024-11-13T19:32:12.998Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26382024-11-13T19:32:13.048Z Compiling slog-stdlog v4.1.1
26392024-11-13T19:32:13.280Z Compiling ciborium v0.2.2
26402024-11-13T19:32:13.968Z Compiling p384 v0.13.0
26412024-11-13T19:32:13.988Z Compiling toolchain_find v0.4.0
26422024-11-13T19:32:14.175Z Compiling chacha20poly1305 v0.10.1
26432024-11-13T19:32:14.438Z Compiling lzma-sys v0.1.20
26442024-11-13T19:32:14.705Z Compiling ctr v0.9.2
26452024-11-13T19:32:14.861Z Compiling itertools v0.13.0
26462024-11-13T19:32:15.093Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26472024-11-13T19:32:15.253Z Compiling bitfield-struct v0.6.2
26482024-11-13T19:32:15.503Z Compiling slog-dtrace v0.3.0
26492024-11-13T19:32:15.523Z Compiling topological-sort v0.2.2
26502024-11-13T19:32:15.795Z Compiling highway v1.2.0
26512024-11-13T19:32:15.952Z Compiling omicron-zone-package v0.11.1
26522024-11-13T19:32:16.728Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26532024-11-13T19:32:16.812Z Compiling aes-gcm v0.10.3
26542024-11-13T19:32:16.935Z Compiling typify-macro v0.2.0
26552024-11-13T19:32:17.033Z Compiling rustfmt-wrapper v0.2.1
26562024-11-13T19:32:17.126Z Compiling mime_guess v2.0.5
26572024-11-13T19:32:17.456Z Compiling steno v0.4.1
26582024-11-13T19:32:17.508Z Compiling slog-envlogger v2.2.0
26592024-11-13T19:32:18.324Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26602024-11-13T19:32:18.341Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26612024-11-13T19:32:18.499Z Compiling heck v0.3.3
26622024-11-13T19:32:18.747Z Compiling ssh-encoding v0.2.0
26632024-11-13T19:32:18.789Z Compiling blowfish v0.9.1
26642024-11-13T19:32:18.976Z Compiling nibble_vec v0.1.0
26652024-11-13T19:32:19.022Z Compiling env_filter v0.1.2
26662024-11-13T19:32:19.211Z Compiling endian-type v0.1.2
26672024-11-13T19:32:19.267Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26682024-11-13T19:32:19.311Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26692024-11-13T19:32:19.448Z Compiling humantime v2.1.0
26702024-11-13T19:32:19.501Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26712024-11-13T19:32:19.601Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26722024-11-13T19:32:19.642Z Compiling radix_trie v0.2.1
26732024-11-13T19:32:19.670Z Compiling env_logger v0.11.5
26742024-11-13T19:32:19.774Z Compiling ssh-cipher v0.2.0
26752024-11-13T19:32:20.008Z Compiling bcrypt-pbkdf v0.10.0
26762024-11-13T19:32:20.370Z Compiling zone_cfg_derive v0.1.2
26772024-11-13T19:32:20.441Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26782024-11-13T19:32:20.732Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26792024-11-13T19:32:20.879Z Compiling parking_lot v0.11.2
26802024-11-13T19:32:21.418Z Compiling typify v0.2.0
26812024-11-13T19:32:21.542Z Compiling progenitor-impl v0.8.0
26822024-11-13T19:32:21.570Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26832024-11-13T19:32:21.737Z Compiling password-hash v0.4.2
26842024-11-13T19:32:21.884Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26852024-11-13T19:32:21.935Z Compiling gethostname v0.5.0
26862024-11-13T19:32:22.021Z Compiling fxhash v0.2.1
26872024-11-13T19:32:22.040Z Compiling base64 v0.13.1
26882024-11-13T19:32:22.173Z Compiling matches v0.1.10
26892024-11-13T19:32:22.232Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26902024-11-13T19:32:22.284Z Compiling idna v0.2.3
26912024-11-13T19:32:22.304Z Compiling pbkdf2 v0.11.0
26922024-11-13T19:32:22.494Z Compiling ron v0.7.1
26932024-11-13T19:32:22.561Z Compiling sled v0.34.7
26942024-11-13T19:32:22.622Z Compiling zone v0.1.8
26952024-11-13T19:32:22.687Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26962024-11-13T19:32:22.721Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26972024-11-13T19:32:23.414Z Compiling xz2 v0.1.7
26982024-11-13T19:32:23.937Z Compiling ssh-key v0.6.6
26992024-11-13T19:32:24.031Z Compiling hickory-client v0.24.1
27002024-11-13T19:32:24.975Z Compiling p521 v0.13.3
27012024-11-13T19:32:25.269Z Compiling p256 v0.13.2
27022024-11-13T19:32:25.351Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27032024-11-13T19:32:25.511Z Compiling hickory-server v0.24.1
27042024-11-13T19:32:26.199Z Compiling enum-as-inner v0.5.1
27052024-11-13T19:32:26.605Z Compiling pem v3.0.4
27062024-11-13T19:32:27.272Z Compiling yasna v0.5.2
27072024-11-13T19:32:27.408Z Compiling headers-core v0.3.0
27082024-11-13T19:32:27.455Z Compiling kstat-rs v0.2.4
27092024-11-13T19:32:27.581Z Compiling nanorand v0.7.0
27102024-11-13T19:32:28.146Z Compiling russh-cryptovec v0.7.3
27112024-11-13T19:32:28.186Z Compiling atty v0.2.14
27122024-11-13T19:32:28.345Z Compiling md5 v0.7.0
27132024-11-13T19:32:28.487Z Compiling http-range v0.1.5
27142024-11-13T19:32:28.696Z Compiling hyper-staticfile v0.10.1
27152024-11-13T19:32:28.872Z Compiling russh-keys v0.45.0
27162024-11-13T19:32:28.875Z Compiling rcgen v0.12.1
27172024-11-13T19:32:28.904Z Compiling flume v0.11.1
27182024-11-13T19:32:29.013Z Compiling headers v0.4.0
27192024-11-13T19:32:29.640Z Compiling trust-dns-proto v0.22.0
27202024-11-13T19:32:29.896Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27212024-11-13T19:32:30.031Z Compiling progenitor-macro v0.8.0
27222024-11-13T19:32:31.098Z Compiling num-bigint v0.4.6
27232024-11-13T19:32:31.452Z Compiling des v0.8.1
27242024-11-13T19:32:31.832Z Compiling subprocess v0.2.9
27252024-11-13T19:32:32.788Z Compiling hex-literal v0.4.1
27262024-11-13T19:32:32.964Z Compiling dhcproto-macros v0.1.0
27272024-11-13T19:32:33.284Z Compiling display-error-chain v0.2.2
27282024-11-13T19:32:33.515Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27292024-11-13T19:32:33.894Z Compiling internet-checksum v0.2.1
27302024-11-13T19:32:34.149Z Compiling dhcproto v0.12.0
27312024-11-13T19:32:34.345Z Compiling russh v0.45.0
27322024-11-13T19:32:39.913Z Compiling progenitor v0.8.0
27332024-11-13T19:32:40.025Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27342024-11-13T19:32:40.025Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27352024-11-13T19:32:40.028Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27362024-11-13T19:32:40.028Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27372024-11-13T19:32:40.028Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27382024-11-13T19:32:40.028Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392024-11-13T19:32:40.028Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27402024-11-13T19:32:40.110Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27412024-11-13T19:32:40.858Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27422024-11-13T19:32:41.526Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27432024-11-13T19:32:45.903Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442024-11-13T19:32:46.597Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27452024-11-13T19:32:55.120Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27462024-11-13T19:32:55.120Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27472024-11-13T19:32:55.120Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27482024-11-13T19:32:55.123Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27492024-11-13T19:32:55.967Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502024-11-13T19:32:58.412Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27512024-11-13T19:32:59.328Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27522024-11-13T19:32:59.433Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27532024-11-13T19:33:00.096Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27542024-11-13T19:33:03.261Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27552024-11-13T19:33:03.649Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27562024-11-13T19:33:04.108Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27572024-11-13T19:33:04.855Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27582024-11-13T19:33:05.650Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27592024-11-13T19:33:05.669Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27602024-11-13T19:33:07.172Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27612024-11-13T19:33:07.313Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27622024-11-13T19:33:07.674Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27632024-11-13T19:33:08.229Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642024-11-13T19:33:10.658Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27652024-11-13T19:33:11.140Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27662024-11-13T19:33:11.344Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27672024-11-13T19:33:13.461Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27682024-11-13T19:33:14.084Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27692024-11-13T19:33:16.902Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27702024-11-13T19:33:17.844Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27712024-11-13T19:33:18.204Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27722024-11-13T19:33:19.843Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27732024-11-13T19:33:23.416Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27742024-11-13T19:33:32.402Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27752024-11-13T19:33:33.741Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762024-11-13T19:33:51.872Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27772024-11-13T19:34:25.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
27782024-11-13T19:34:25.814Z
27792024-11-13T19:34:25.822Zreal 2:33.849276576
27802024-11-13T19:34:25.822Zuser 11:44.286333880
27812024-11-13T19:34:25.822Zsys 2:33.932675358
27822024-11-13T19:34:25.822Ztrap 0.326723255
27832024-11-13T19:34:25.822Ztflt 0.693612227
27842024-11-13T19:34:25.822Zdflt 1.945777073
27852024-11-13T19:34:25.822Zkflt 0.000005588
27862024-11-13T19:34:25.822Zlock 24:27.793981939
27872024-11-13T19:34:25.823Zslp 41:48.049206623
27882024-11-13T19:34:25.823Zlat 34.733553944
27892024-11-13T19:34:25.823Zstop 1:26.913659978
27902024-11-13T19:34:25.823Z+ mkdir tests
27912024-11-13T19:34:25.823Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27922024-11-13T19:34:25.823Z+ xargs -I '{}' -t cp '{}' tests/
27932024-11-13T19:34:27.159Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-afdcececf174cdbd tests/
27942024-11-13T19:34:27.171Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-363d520194bef1d5 tests/
27952024-11-13T19:34:27.190Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d95b970db2af6742 tests/
27962024-11-13T19:34:27.210Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f83d00bc98824bc5 tests/
27972024-11-13T19:34:27.391Z+ 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/*)
27982024-11-13T19:34:27.394Z+ 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-363d520194bef1d5 tests/commtest-d95b970db2af6742 tests/dhcp_server-afdcececf174cdbd tests/end_to_end_tests-f83d00bc98824bc5 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
27992024-11-13T19:35:34.935ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28002024-11-13T19:35:34.935Za .github/buildomat/ci-env.sh 1K
28012024-11-13T19:35:34.935Za out/target/test 1K
28022024-11-13T19:35:34.935Za out/npuzone/npuzone 23144K
28032024-11-13T19:35:34.935Za package-manifest.toml 32K
28042024-11-13T19:35:34.935Za smf/sled-agent/non-gimlet/config.toml 4K
28052024-11-13T19:35:34.935Za target/release/omicron-package 35646K
28062024-11-13T19:35:34.935Za target/release/xtask 11723K
28072024-11-13T19:35:34.935Za target/debug/bootstrap 202579K
28082024-11-13T19:35:34.935Za tests/bootstrap-363d520194bef1d5 24246K
28092024-11-13T19:35:34.935Za tests/commtest-d95b970db2af6742 25022K
28102024-11-13T19:35:34.935Za tests/dhcp_server-afdcececf174cdbd 24246K
28112024-11-13T19:35:34.935Za tests/end_to_end_tests-f83d00bc98824bc5 220685K
28122024-11-13T19:35:34.935Za out/clickhouse.tar.gz 249697K
28132024-11-13T19:35:34.935Za out/clickhouse_keeper.tar.gz 249670K
28142024-11-13T19:35:34.935Za out/clickhouse_server.tar.gz 249670K
28152024-11-13T19:35:34.935Za out/cockroachdb.tar.gz 133945K
28162024-11-13T19:35:34.935Za out/crucible-dtrace.tar 83K
28172024-11-13T19:35:34.936Za out/crucible-pantry-zone.tar.gz 28155K
28182024-11-13T19:35:34.936Za out/crucible-zone.tar.gz 36365K
28192024-11-13T19:35:34.936Za out/external-dns.tar.gz 34720K
28202024-11-13T19:35:34.936Za out/internal-dns.tar.gz 34719K
28212024-11-13T19:35:34.936Za out/mg-ddm-gz.tar 62661K
28222024-11-13T19:35:34.936Za out/nexus.tar.gz 99062K
28232024-11-13T19:35:34.936Za out/ntp.tar.gz 10339K
28242024-11-13T19:35:34.936Za out/omicron-gateway-softnpu.tar.gz 23208K
28252024-11-13T19:35:34.936Za out/omicron-sled-agent.tar 110522K
28262024-11-13T19:35:34.936Za out/overlay.tar.gz 3K
28272024-11-13T19:35:34.936Za out/oximeter.tar.gz 50312K
28282024-11-13T19:35:34.936Za out/oxlog.tar 3091K
28292024-11-13T19:35:34.936Za out/probe.tar.gz 2764K
28302024-11-13T19:35:34.936Za out/propolis-server.tar.gz 66584K
28312024-11-13T19:35:34.936Za out/pumpkind-gz.tar 26665K
28322024-11-13T19:35:34.936Za out/switch-softnpu.tar.gz 232163K
28332024-11-13T19:35:34.939Z
28342024-11-13T19:35:34.939Zreal 1:07.530221263
28352024-11-13T19:35:34.939Zuser 1:04.468057864
28362024-11-13T19:35:34.939Zsys 4.157610589
28372024-11-13T19:35:34.939Ztrap 0.015758715
28382024-11-13T19:35:34.939Ztflt 0.000000000
28392024-11-13T19:35:34.939Zdflt 0.000000000
28402024-11-13T19:35:34.939Zkflt 0.000000000
28412024-11-13T19:35:34.939Zlock 0.000000000
28422024-11-13T19:35:34.939Zslp 1:04.571715142
28432024-11-13T19:35:34.939Zlat 1.842112654
28442024-11-13T19:35:34.939Zstop 0.000233119
28452024-11-13T19:35:34.939Zprocess exited: duration 1990148 ms, exit code 0
 
28462024-11-13T19:35:34.953Zfound 1 output files
28472024-11-13T19:35:34.953Zuploading: /work/package.tar.gz (1751941357 bytes)
28482024-11-13T19:36:17.615Zuploaded: /work/package.tar.gz