01JBJ05PPHNAFVQBAMJ977HWJK: 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: 01JBJ065AQJGH9P8YB8X28YY1W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-31T19:18:43.326Zjob assigned to worker 01JBJ069MXQSEH23S1383P8QYT (queued for 1 m 3 s)
 
22024-10-31T19:18:50.718Zstarting task 0: "setup"
32024-10-31T19:18:50.728Z++ uname -s
42024-10-31T19:18:50.731Z+ kern=SunOS
52024-10-31T19:18:50.731Z+ case "$kern" in
62024-10-31T19:18:50.731Z+ [[ 0 == 12345 ]]
72024-10-31T19:18:50.731Z+ groupadd -g 12345 build
82024-10-31T19:18:50.734Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-31T19:18:52.800Z+ zfs create -o mountpoint=/work rpool/work
102024-10-31T19:18:52.874Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-31T19:18:52.877Z+ home_fs=zfs
122024-10-31T19:18:52.877Z+ [[ zfs == autofs ]]
132024-10-31T19:18:52.877Z+ mkdir -p /home/build
142024-10-31T19:18:52.877Z+ chown build:build /home/build /work
152024-10-31T19:18:54.879Z+ chmod 0700 /home/build /work
162024-10-31T19:18:54.882Zprocess exited: duration 4165 ms, exit code 0
 
172024-10-31T19:18:54.887Zstarting task 1: "rust-toolchain"
182024-10-31T19:18:54.892Z+ printf ' * toolchain channel = "%s"
192024-10-31T19:18:54.892Z * toolchain channel = "1.82.0"
202024-10-31T19:18:54.892Z' 1.82.0
212024-10-31T19:18:54.893Z+ printf ' * toolchain profile = "%s"
222024-10-31T19:18:54.893Z' default
232024-10-31T19:18:54.893Z * toolchain profile = "default"
242024-10-31T19:18:54.895Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-31T19:18:54.895Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-31T19:18:55.019Zinfo: downloading installer
272024-10-31T19:18:56.126Zinfo: profile set to 'default'
282024-10-31T19:18:56.126Zinfo: default host triple is x86_64-unknown-illumos
292024-10-31T19:18:56.128Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-31T19:18:56.258Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-31T19:18:56.258Zinfo: downloading component 'cargo'
322024-10-31T19:18:56.907Zinfo: downloading component 'clippy'
332024-10-31T19:18:57.157Zinfo: downloading component 'rust-docs'
342024-10-31T19:18:58.102Zinfo: downloading component 'rust-std'
352024-10-31T19:18:59.555Zinfo: downloading component 'rustc'
362024-10-31T19:19:04.729Zinfo: downloading component 'rustfmt'
372024-10-31T19:19:04.913Zinfo: installing component 'cargo'
382024-10-31T19:19:05.770Zinfo: installing component 'clippy'
392024-10-31T19:19:06.181Zinfo: installing component 'rust-docs'
402024-10-31T19:19:07.917Zinfo: installing component 'rust-std'
412024-10-31T19:19:09.916Zinfo: installing component 'rustc'
422024-10-31T19:19:16.154Zinfo: installing component 'rustfmt'
432024-10-31T19:19:16.491Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-31T19:19:16.491Z
452024-10-31T19:19:16.865Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-31T19:19:16.865Z
472024-10-31T19:19:16.870Z
482024-10-31T19:19:16.870ZRust is installed now. Great!
492024-10-31T19:19:16.871Z
502024-10-31T19:19:16.871ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-31T19:19:16.871Zenvironment variable. This has not been done automatically.
522024-10-31T19:19:16.871Z
532024-10-31T19:19:16.871ZTo configure your current shell, you need to source
542024-10-31T19:19:16.872Zthe corresponding env file under $HOME/.cargo.
552024-10-31T19:19:16.872Z
562024-10-31T19:19:16.872ZThis is usually done by running one of the following (note the leading DOT):
572024-10-31T19:19:16.872Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-31T19:19:16.872Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-31T19:19:16.936Z+ rustc --version
602024-10-31T19:19:17.003Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-31T19:19:17.006Zprocess exited: duration 22117 ms, exit code 0
 
622024-10-31T19:19:17.013Zstarting task 2: "authentication"
632024-10-31T19:19:17.035Zprocess exited: duration 22 ms, exit code 0
 
642024-10-31T19:19:17.042Zstarting task 3: "clone repository"
652024-10-31T19:19:17.047Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-31T19:19:17.050Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-31T19:19:17.094ZCloning into '/work/oxidecomputer/omicron'...
682024-10-31T19:19:24.492Z+ cd /work/oxidecomputer/omicron
692024-10-31T19:19:24.495Z+ git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f
702024-10-31T19:19:24.777ZFrom https://github.com/oxidecomputer/omicron
712024-10-31T19:19:24.777Z * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD
722024-10-31T19:19:24.787Z+ [[ -n '' ]]
732024-10-31T19:19:24.787Z+ git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f
742024-10-31T19:19:24.950ZHEAD is now at 2a5038591 hakariiiii
752024-10-31T19:19:24.953Zprocess exited: duration 7909 ms, exit code 0
 
762024-10-31T19:19:24.958Zstarting task 4: "build"
772024-10-31T19:19:24.963Z+ source .github/buildomat/ci-env.sh
782024-10-31T19:19:24.964Z++ export CARGO_TERM_COLOR=always
792024-10-31T19:19:24.964Z++ CARGO_TERM_COLOR=always
802024-10-31T19:19:24.967Z+ cargo --version
812024-10-31T19:19:25.020Zcargo 1.82.0 (8f40fc59f 2024-08-21)
822024-10-31T19:19:25.023Z+ rustc --version
832024-10-31T19:19:25.082Zrustc 1.82.0 (f6e511eec 2024-10-15)
842024-10-31T19:19:25.084Z+ WORK=/work
852024-10-31T19:19:25.084Z+ pfexec mkdir -p /work
862024-10-31T19:19:25.089Z+ pfexec chown build /work
872024-10-31T19:19:25.092Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
882024-10-31T19:19:33.244Z Startup: Refreshing catalog 'helios-dev' ... Done
892024-10-31T19:19:36.480Z Startup: Caching catalogs ... Done
902024-10-31T19:19:43.601ZPlanning: Solver setup ... Done (6.331s)
912024-10-31T19:19:43.671ZPlanning: Running solver ... Done (0.092s)
922024-10-31T19:19:43.755ZPlanning: Finding local manifests ... Done (0.005s)
932024-10-31T19:19:43.770ZPlanning: Fetching manifests: 0/5 0% complete
942024-10-31T19:19:43.998ZPlanning: Fetching manifests: 5/5 100% complete
952024-10-31T19:19:44.098ZPlanning: Package planning ... Done (0.102s)
962024-10-31T19:19:44.151ZPlanning: Merging actions ... Done (0.057s)
972024-10-31T19:19:44.338ZPlanning: Checking for conflicting actions ... Done (0.195s)
982024-10-31T19:19:46.217ZPlanning: Consolidating action changes ... Done (1.882s)
992024-10-31T19:19:46.665ZPlanning: Evaluating mediators ... Done (0.448s)
1002024-10-31T19:19:46.746ZPlanning: Planning completed in 10.18 seconds
1012024-10-31T19:19:46.762Z Packages to install: 4
1022024-10-31T19:19:46.762Z Packages to update: 1
1032024-10-31T19:19:46.765Z Mediators to change: 2
1042024-10-31T19:19:46.765Z Services to change: 1
1052024-10-31T19:19:46.765Z Estimated space available: 155.61 GB
1062024-10-31T19:19:46.765ZEstimated space to be consumed: 1.58 GB
1072024-10-31T19:19:46.765Z Create boot environment: No
1082024-10-31T19:19:46.765ZCreate backup boot environment: Yes
1092024-10-31T19:19:46.765Z Rebuild boot archive: No
1102024-10-31T19:19:46.765Z
1112024-10-31T19:19:46.765ZChanged mediators:
1122024-10-31T19:19:46.765Z mediator clang:
1132024-10-31T19:19:46.765Z version: None -> 15 (system default)
1142024-10-31T19:19:46.765Z
1152024-10-31T19:19:46.765Z mediator llvm:
1162024-10-31T19:19:46.765Z version: 14 (system default) -> 15 (system default)
1172024-10-31T19:19:46.765Z
1182024-10-31T19:19:46.765ZChanged packages:
1192024-10-31T19:19:46.765Zhelios-dev
1202024-10-31T19:19:46.765Z developer/build-essential
1212024-10-31T19:19:46.765Z None -> 11-2.0
1222024-10-31T19:19:46.766Z library/libxmlsec1
1232024-10-31T19:19:46.766Z None -> 1.2.35-2.0
1242024-10-31T19:19:46.766Z ooce/developer/clang-15
1252024-10-31T19:19:46.766Z None -> 15.0.7-2.0
1262024-10-31T19:19:46.766Z ooce/developer/llvm-15
1272024-10-31T19:19:46.766Z None -> 15.0.7-2.0
1282024-10-31T19:19:46.766Z package/pkg
1292024-10-31T19:19:46.766Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1302024-10-31T19:19:46.766Z
1312024-10-31T19:19:46.766ZServices:
1322024-10-31T19:19:46.766Z restart_fmri:
1332024-10-31T19:19:46.766Z svc:/system/update-man-index:default
1342024-10-31T19:19:46.766Z
1352024-10-31T19:19:46.766ZEditable files to change:
1362024-10-31T19:19:46.766Z Update:
1372024-10-31T19:19:46.766Z usr/share/lib/pkg/web/config.shtml
1382024-10-31T19:19:46.841Z
1392024-10-31T19:19:46.841ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1402024-10-31T19:19:51.845ZDownload: 1296/4281 items 99.8/220.6MB 45% complete (20.2M/s)
1412024-10-31T19:19:56.855ZDownload: 2610/4281 items 120.5/220.6MB 54% complete (12.3M/s)
1422024-10-31T19:20:02.282ZDownload: 3248/4281 items 202.6/220.6MB 91% complete (11.8M/s)
1432024-10-31T19:20:07.292ZDownload: 3836/4281 items 217.2/220.6MB 98% complete (9.7M/s)
1442024-10-31T19:20:10.969ZDownload: Completed 220.60 MB in 24.12 seconds (9.1M/s)
1452024-10-31T19:20:13.077Z Actions: 1/5063 actions (Removing old actions)
1462024-10-31T19:20:13.091Z Actions: 194/5063 actions (Installing new actions)
1472024-10-31T19:20:17.804Z Actions: 4226/5063 actions (Updating modified actions)
1482024-10-31T19:20:18.121Z Actions: Completed 5063 actions in 5.06 seconds.
1492024-10-31T19:20:18.495Z Done (0.368s)
1502024-10-31T19:20:18.499Z Done (0.000s)
1512024-10-31T19:20:19.009Z Done (0.506s)
1522024-10-31T19:20:23.342Z Done (4.125s)
1532024-10-31T19:20:23.429Z Done (0.018s)
1542024-10-31T19:20:23.433Z Done (0.000s)
1552024-10-31T19:20:23.590Z Done (0.000s)
1562024-10-31T19:20:24.239ZPlanning: Evaluating mediator changes ... Done
1572024-10-31T19:20:24.403ZPlanning: Checking for conflicting actions ... Done
1582024-10-31T19:20:24.406ZPlanning: Consolidating action changes ... Done
1592024-10-31T19:20:24.677ZPlanning: Evaluating mediators ... Done
1602024-10-31T19:20:24.681ZPlanning: Planning completed in 0.44 seconds
1612024-10-31T19:20:24.719Z Mediators to change: 2
1622024-10-31T19:20:24.719Z Create boot environment: No
1632024-10-31T19:20:24.724ZCreate backup boot environment: No
1642024-10-31T19:20:24.813Z Done
1652024-10-31T19:20:24.814Z Done
1662024-10-31T19:20:25.164Z Done
1672024-10-31T19:20:28.656Z Done
1682024-10-31T19:20:28.742Z Done
1692024-10-31T19:20:28.745Z Done
1702024-10-31T19:20:28.865Z Done
1712024-10-31T19:20:29.483ZPlanning: Evaluating mediator changes ... Done
1722024-10-31T19:20:29.486ZPlanning: Merging actions ... Done
1732024-10-31T19:20:29.676ZPlanning: Checking for conflicting actions ... Done
1742024-10-31T19:20:29.678ZPlanning: Consolidating action changes ... Done
1752024-10-31T19:20:29.951ZPlanning: Evaluating mediators ... Done
1762024-10-31T19:20:30.000ZPlanning: Planning completed in 0.76 seconds
1772024-10-31T19:20:30.041Z Packages to change: 1
1782024-10-31T19:20:30.042Z Mediators to change: 1
1792024-10-31T19:20:30.045Z Services to change: 1
1802024-10-31T19:20:30.045Z Create boot environment: No
1812024-10-31T19:20:30.045ZCreate backup boot environment: Yes
1822024-10-31T19:20:32.073Z Actions: 1/6 actions (Updating modified actions)
1832024-10-31T19:20:32.076Z Actions: Completed 6 actions in 0.00 seconds.
1842024-10-31T19:20:32.076Z Done
1852024-10-31T19:20:32.076Z Done
1862024-10-31T19:20:32.176Z Done
1872024-10-31T19:20:35.729Z Done
1882024-10-31T19:20:35.823Z Done
1892024-10-31T19:20:35.827Z Done
1902024-10-31T19:20:35.952Z Done
1912024-10-31T19:20:36.386ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-10-31T19:20:36.386Zclang system 15 system
1932024-10-31T19:20:36.386Zcsh system system illumos
1942024-10-31T19:20:36.386Zctags system system illumos
1952024-10-31T19:20:36.386Zgcc vendor 12 vendor
1962024-10-31T19:20:36.386Zgcc system 10 system
1972024-10-31T19:20:36.386Zgcc system 7 system
1982024-10-31T19:20:36.387Zgo system 1.20 system
1992024-10-31T19:20:36.387Zgo system 1.19 system
2002024-10-31T19:20:36.387Zllvm system 15 system
2012024-10-31T19:20:36.387Zllvm system 14 system
2022024-10-31T19:20:36.387Zmariadb system 10.6 system
2032024-10-31T19:20:36.387Zmta vendor vendor dma
2042024-10-31T19:20:36.387Zopenjdk system 17 system
2052024-10-31T19:20:36.388Zopenjdk system 11 system
2062024-10-31T19:20:36.388Zopenjdk system 1.8 system
2072024-10-31T19:20:36.388Zopenssl vendor 3 vendor
2082024-10-31T19:20:36.388Zperl system 5.36 system
2092024-10-31T19:20:36.388Zpostgresql system 15 system
2102024-10-31T19:20:36.388Zpostgresql system 13 system
2112024-10-31T19:20:36.388Zpython vendor 3 vendor
2122024-10-31T19:20:36.388Zpython system 2 system
2132024-10-31T19:20:36.388Zpython3 system 3.11 system
2142024-10-31T19:20:36.388Zruby system 3.0 system
2152024-10-31T19:20:36.388Zwords vendor vendor american-english
2162024-10-31T19:20:36.388Zwords system system australian-english
2172024-10-31T19:20:36.388Zwords system system british-english
2182024-10-31T19:20:36.388Zwords system system canadian-english
2192024-10-31T19:20:36.388Zwords system system french
2202024-10-31T19:20:36.388Zwords system system italian
2212024-10-31T19:20:36.388Zwords system system ngerman
2222024-10-31T19:20:36.388Zwords system system ogerman
2232024-10-31T19:20:36.388Zwords system system spanish
2242024-10-31T19:20:36.721ZPUBLISHER TYPE STATUS P LOCATION
2252024-10-31T19:20:36.721Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2262024-10-31T19:20:39.088ZFMRI IFO
2272024-10-31T19:20:39.088Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-10-31T19:20:39.088Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-10-31T19:20:39.088Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-10-31T19:20:39.088Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-10-31T19:20:39.089Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2322024-10-31T19:20:39.089Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-10-31T19:20:39.089Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2342024-10-31T19:20:39.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2352024-10-31T19:20:39.089Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2362024-10-31T19:20:39.089Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2372024-10-31T19:20:39.089Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-10-31T19:20:39.089Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2392024-10-31T19:20:39.089Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2402024-10-31T19:20:39.089Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-10-31T19:20:39.089Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2422024-10-31T19:20:39.758Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432024-10-31T19:20:40.054Z Updating crates.io index
2442024-10-31T19:20:40.127Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2452024-10-31T19:20:40.855Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2462024-10-31T19:20:41.136Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-10-31T19:20:41.362Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-10-31T19:20:41.633Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-10-31T19:20:42.578Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-10-31T19:20:45.023Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-10-31T19:20:46.035Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-10-31T19:20:46.765Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532024-10-31T19:20:47.048Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542024-10-31T19:20:47.295Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2552024-10-31T19:20:47.931Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2562024-10-31T19:20:48.317Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2572024-10-31T19:20:48.657Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-10-31T19:20:48.947Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-10-31T19:20:49.194Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-10-31T19:20:49.447Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-10-31T19:20:49.723Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-10-31T19:20:50.188Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-10-31T19:20:50.665Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-10-31T19:20:51.015Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-10-31T19:20:51.390Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-10-31T19:20:51.652Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672024-10-31T19:20:52.056Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-10-31T19:20:52.395Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-10-31T19:20:52.684Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-10-31T19:20:52.933Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-10-31T19:20:54.391Z Downloading crates ...
2722024-10-31T19:20:54.457Z Downloaded cargo-platform v0.1.8
2732024-10-31T19:20:54.463Z Downloaded byteorder v1.5.0
2742024-10-31T19:20:54.465Z Downloaded anstyle v1.0.8
2752024-10-31T19:20:54.468Z Downloaded bitflags v2.6.0
2762024-10-31T19:20:54.476Z Downloaded cfg-if v1.0.0
2772024-10-31T19:20:54.489Z Downloaded equivalent v1.0.1
2782024-10-31T19:20:54.493Z Downloaded itoa v1.0.11
2792024-10-31T19:20:54.498Z Downloaded toml_datetime v0.6.8
2802024-10-31T19:20:54.500Z Downloaded serde_spanned v0.6.8
2812024-10-31T19:20:54.502Z Downloaded cpufeatures v0.2.14
2822024-10-31T19:20:54.502Z Downloaded memmap v0.7.0
2832024-10-31T19:20:54.505Z Downloaded thread-id v4.2.2
2842024-10-31T19:20:54.505Z Downloaded fnv v1.0.7
2852024-10-31T19:20:54.505Z Downloaded digest v0.10.7
2862024-10-31T19:20:54.507Z Downloaded anstyle-query v1.1.1
2872024-10-31T19:20:54.507Z Downloaded tabled_derive v0.7.0
2882024-10-31T19:20:54.511Z Downloaded smawk v0.3.2
2892024-10-31T19:20:54.511Z Downloaded macaddr v1.0.1
2902024-10-31T19:20:54.513Z Downloaded version_check v0.9.5
2912024-10-31T19:20:54.513Z Downloaded heck v0.5.0
2922024-10-31T19:20:54.520Z Downloaded quote v1.0.37
2932024-10-31T19:20:54.522Z Downloaded semver v1.0.23
2942024-10-31T19:20:54.524Z Downloaded proc-macro-error v1.0.4
2952024-10-31T19:20:54.527Z Downloaded usdt-impl v0.5.0
2962024-10-31T19:20:54.530Z Downloaded textwrap v0.16.1
2972024-10-31T19:20:54.533Z Downloaded ucd-trie v0.1.7
2982024-10-31T19:20:54.533Z Downloaded ryu v1.0.18
2992024-10-31T19:20:54.536Z Downloaded pest_meta v2.7.14
3002024-10-31T19:20:54.539Z Downloaded anstyle-parse v0.2.5
3012024-10-31T19:20:54.544Z Downloaded bytecount v0.6.8
3022024-10-31T19:20:54.544Z Downloaded autocfg v1.4.0
3032024-10-31T19:20:54.544Z Downloaded cargo_metadata v0.18.1
3042024-10-31T19:20:54.546Z Downloaded camino-tempfile v1.1.1
3052024-10-31T19:20:54.546Z Downloaded block-buffer v0.10.4
3062024-10-31T19:20:54.549Z Downloaded clap_derive v4.5.18
3072024-10-31T19:20:54.549Z Downloaded camino v1.1.9
3082024-10-31T19:20:54.560Z Downloaded pretty-hex v0.4.1
3092024-10-31T19:20:54.562Z Downloaded anyhow v1.0.89
3102024-10-31T19:20:54.565Z Downloaded anstream v0.6.15
3112024-10-31T19:20:54.572Z Downloaded is_terminal_polyfill v1.70.1
3122024-10-31T19:20:54.575Z Downloaded dtrace-parser v0.2.0
3132024-10-31T19:20:54.577Z Downloaded usdt-macro v0.5.0
3142024-10-31T19:20:54.580Z Downloaded swrite v0.1.0
3152024-10-31T19:20:54.582Z Downloaded usdt-attr-macro v0.5.0
3162024-10-31T19:20:54.585Z Downloaded scroll_derive v0.12.0
3172024-10-31T19:20:54.588Z Downloaded colorchoice v1.0.2
3182024-10-31T19:20:54.588Z Downloaded generic-array v0.14.7
3192024-10-31T19:20:54.590Z Downloaded fastrand v2.1.1
3202024-10-31T19:20:54.591Z Downloaded crypto-common v0.1.6
3212024-10-31T19:20:54.593Z Downloaded usdt v0.5.0
3222024-10-31T19:20:54.595Z Downloaded errno v0.3.9
3232024-10-31T19:20:54.598Z Downloaded clap_lex v0.7.2
3242024-10-31T19:20:54.601Z Downloaded proc-macro-error-attr v1.0.4
3252024-10-31T19:20:54.603Z Downloaded heck v0.4.1
3262024-10-31T19:20:54.603Z Downloaded pest_generator v2.7.14
3272024-10-31T19:20:54.606Z Downloaded plain v0.2.3
3282024-10-31T19:20:54.609Z Downloaded dof v0.3.0
3292024-10-31T19:20:54.613Z Downloaded terminal_size v0.4.0
3302024-10-31T19:20:54.615Z Downloaded strsim v0.11.1
3312024-10-31T19:20:54.617Z Downloaded fs-err v2.11.0
3322024-10-31T19:20:54.621Z Downloaded utf8parse v0.2.2
3332024-10-31T19:20:55.631Z Downloaded serde_tokenstream v0.2.2
3342024-10-31T19:20:55.634Z Downloaded thiserror-impl v1.0.64
3352024-10-31T19:20:55.634Z Downloaded pest_derive v2.7.14
3362024-10-31T19:20:55.634Z Downloaded once_cell v1.20.2
3372024-10-31T19:20:55.634Z Downloaded thiserror v1.0.64
3382024-10-31T19:20:55.634Z Downloaded zerocopy-derive v0.7.35
3392024-10-31T19:20:55.634Z Downloaded unicode-linebreak v0.1.5
3402024-10-31T19:20:55.634Z Downloaded tempfile v3.13.0
3412024-10-31T19:20:55.634Z Downloaded serde_derive v1.0.210
3422024-10-31T19:20:55.634Z Downloaded scroll v0.12.0
3432024-10-31T19:20:55.634Z Downloaded sha2 v0.10.8
3442024-10-31T19:20:55.634Z Downloaded pest v2.7.14
3452024-10-31T19:20:55.634Z Downloaded unicode-ident v1.0.13
3462024-10-31T19:20:55.634Z Downloaded cargo_toml v0.20.5
3472024-10-31T19:20:55.634Z Downloaded proc-macro2 v1.0.87
3482024-10-31T19:20:55.634Z Downloaded typenum v1.17.0
3492024-10-31T19:20:55.634Z Downloaded papergrid v0.11.0
3502024-10-31T19:20:55.634Z Downloaded clap v4.5.20
3512024-10-31T19:20:55.634Z Downloaded toml v0.8.19
3522024-10-31T19:20:55.634Z Downloaded log v0.4.22
3532024-10-31T19:20:55.634Z Downloaded indexmap v2.6.0
3542024-10-31T19:20:55.634Z Downloaded serde v1.0.210
3552024-10-31T19:20:55.634Z Downloaded memchr v2.7.4
3562024-10-31T19:20:55.634Z Downloaded zerocopy v0.7.35
3572024-10-31T19:20:55.634Z Downloaded goblin v0.8.2
3582024-10-31T19:20:55.635Z Downloaded toml_edit v0.22.22
3592024-10-31T19:20:55.635Z Downloaded unicode-width v0.1.14
3602024-10-31T19:20:55.635Z Downloaded hashbrown v0.15.0
3612024-10-31T19:20:55.635Z Downloaded serde_json v1.0.128
3622024-10-31T19:20:55.635Z Downloaded syn v1.0.109
3632024-10-31T19:20:55.635Z Downloaded winnow v0.6.20
3642024-10-31T19:20:55.635Z Downloaded tabled v0.15.0
3652024-10-31T19:20:55.635Z Downloaded clap_builder v4.5.20
3662024-10-31T19:20:55.635Z Downloaded syn v2.0.79
3672024-10-31T19:20:55.635Z Downloaded rustix v0.38.37
3682024-10-31T19:20:55.635Z Downloaded libc v0.2.161
3692024-10-31T19:20:55.635Z Compiling proc-macro2 v1.0.87
3702024-10-31T19:20:55.635Z Compiling unicode-ident v1.0.13
3712024-10-31T19:20:55.635Z Compiling serde v1.0.210
3722024-10-31T19:20:55.635Z Compiling version_check v0.9.5
3732024-10-31T19:20:55.635Z Compiling memchr v2.7.4
3742024-10-31T19:20:55.635Z Compiling thiserror v1.0.64
3752024-10-31T19:20:55.635Z Compiling libc v0.2.161
3762024-10-31T19:20:55.635Z Compiling ucd-trie v0.1.7
3772024-10-31T19:20:55.635Z Compiling itoa v1.0.11
3782024-10-31T19:20:55.700Z Compiling ryu v1.0.18
3792024-10-31T19:20:55.813Z Compiling once_cell v1.20.2
3802024-10-31T19:20:56.037Z Compiling byteorder v1.5.0
3812024-10-31T19:20:56.110Z Compiling rustix v0.38.37
3822024-10-31T19:20:56.269Z Compiling serde_json v1.0.128
3832024-10-31T19:20:56.527Z Compiling bitflags v2.6.0
3842024-10-31T19:20:56.636Z Compiling proc-macro-error-attr v1.0.4
3852024-10-31T19:20:56.909Z Compiling usdt-impl v0.5.0
3862024-10-31T19:20:56.952Z Compiling syn v1.0.109
3872024-10-31T19:20:56.955Z Compiling proc-macro-error v1.0.4
3882024-10-31T19:20:57.043Z Compiling quote v1.0.37
3892024-10-31T19:20:57.047Z Compiling equivalent v1.0.1
3902024-10-31T19:20:57.183Z Compiling utf8parse v0.2.2
3912024-10-31T19:20:57.278Z Compiling errno v0.3.9
3922024-10-31T19:20:57.346Z Compiling log v0.4.22
3932024-10-31T19:20:57.394Z Compiling plain v0.2.3
3942024-10-31T19:20:57.495Z Compiling syn v2.0.79
3952024-10-31T19:20:57.565Z Compiling camino v1.1.9
3962024-10-31T19:20:57.638Z Compiling hashbrown v0.15.0
3972024-10-31T19:20:57.720Z Compiling anstyle-parse v0.2.5
3982024-10-31T19:20:57.865Z Compiling thread-id v4.2.2
3992024-10-31T19:20:58.138Z Compiling anstyle v1.0.8
4002024-10-31T19:20:58.286Z Compiling unicode-width v0.1.14
4012024-10-31T19:20:58.422Z Compiling autocfg v1.4.0
4022024-10-31T19:20:58.592Z Compiling winnow v0.6.20
4032024-10-31T19:20:58.690Z Compiling semver v1.0.23
4042024-10-31T19:20:58.803Z Compiling indexmap v2.6.0
4052024-10-31T19:20:58.828Z Compiling anstyle-query v1.1.1
4062024-10-31T19:20:58.994Z Compiling is_terminal_polyfill v1.70.1
4072024-10-31T19:20:59.134Z Compiling colorchoice v1.0.2
4082024-10-31T19:20:59.243Z Compiling pretty-hex v0.4.1
4092024-10-31T19:20:59.308Z Compiling anstream v0.6.15
4102024-10-31T19:20:59.492Z Compiling fs-err v2.11.0
4112024-10-31T19:20:59.690Z Compiling terminal_size v0.4.0
4122024-10-31T19:20:59.905Z Compiling heck v0.5.0
4132024-10-31T19:21:00.042Z Compiling fastrand v2.1.1
4142024-10-31T19:21:00.222Z Compiling bytecount v0.6.8
4152024-10-31T19:21:00.345Z Compiling fnv v1.0.7
4162024-10-31T19:21:00.347Z Compiling anyhow v1.0.89
4172024-10-31T19:21:00.397Z Compiling heck v0.4.1
4182024-10-31T19:21:00.437Z Compiling cfg-if v1.0.0
4192024-10-31T19:21:00.539Z Compiling clap_lex v0.7.2
4202024-10-31T19:21:00.566Z Compiling strsim v0.11.1
4212024-10-31T19:21:00.865Z Compiling tempfile v3.13.0
4222024-10-31T19:21:01.082Z Compiling clap_builder v4.5.20
4232024-10-31T19:21:01.189Z Compiling papergrid v0.11.0
4242024-10-31T19:21:01.409Z Compiling memmap v0.7.0
4252024-10-31T19:21:01.478Z Compiling unicode-linebreak v0.1.5
4262024-10-31T19:21:01.753Z Compiling smawk v0.3.2
4272024-10-31T19:21:01.966Z Compiling textwrap v0.16.1
4282024-10-31T19:21:02.343Z Compiling swrite v0.1.0
4292024-10-31T19:21:03.206Z Compiling tabled_derive v0.7.0
4302024-10-31T19:21:04.814Z Compiling tabled v0.15.0
4312024-10-31T19:21:05.388Z Compiling serde_derive v1.0.210
4322024-10-31T19:21:05.391Z Compiling thiserror-impl v1.0.64
4332024-10-31T19:21:05.391Z Compiling zerocopy-derive v0.7.35
4342024-10-31T19:21:05.391Z Compiling scroll_derive v0.12.0
4352024-10-31T19:21:05.391Z Compiling clap_derive v4.5.18
4362024-10-31T19:21:06.962Z Compiling scroll v0.12.0
4372024-10-31T19:21:07.373Z Compiling zerocopy v0.7.35
4382024-10-31T19:21:07.421Z Compiling goblin v0.8.2
4392024-10-31T19:21:08.262Z Compiling pest v2.7.14
4402024-10-31T19:21:09.020Z Compiling clap v4.5.20
4412024-10-31T19:21:10.441Z Compiling pest_meta v2.7.14
4422024-10-31T19:21:11.363Z Compiling pest_generator v2.7.14
4432024-10-31T19:21:13.005Z Compiling pest_derive v2.7.14
4442024-10-31T19:21:13.747Z Compiling dtrace-parser v0.2.0
4452024-10-31T19:21:15.265Z Compiling serde_tokenstream v0.2.2
4462024-10-31T19:21:15.384Z Compiling toml_datetime v0.6.8
4472024-10-31T19:21:15.384Z Compiling serde_spanned v0.6.8
4482024-10-31T19:21:15.663Z Compiling cargo-platform v0.1.8
4492024-10-31T19:21:15.745Z Compiling toml_edit v0.22.22
4502024-10-31T19:21:15.832Z Compiling macaddr v1.0.1
4512024-10-31T19:21:16.132Z Compiling camino-tempfile v1.1.1
4522024-10-31T19:21:16.704Z Compiling dof v0.3.0
4532024-10-31T19:21:16.835Z Compiling cargo_metadata v0.18.1
4542024-10-31T19:21:18.448Z Compiling usdt-macro v0.5.0
4552024-10-31T19:21:18.448Z Compiling usdt-attr-macro v0.5.0
4562024-10-31T19:21:18.538Z Compiling toml v0.8.19
4572024-10-31T19:21:19.385Z Compiling cargo_toml v0.20.5
4582024-10-31T19:21:19.767Z Compiling usdt v0.5.0
4592024-10-31T19:21:22.769Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602024-10-31T19:21:26.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.07s
4612024-10-31T19:21:26.888Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4622024-10-31T19:21:27.394Z Downloading crates ...
4632024-10-31T19:21:27.511Z Downloaded atomicwrites v0.4.4
4642024-10-31T19:21:27.519Z Downloaded async-stream-impl v0.3.6
4652024-10-31T19:21:27.538Z Downloaded http-body v1.0.1
4662024-10-31T19:21:27.541Z Downloaded convert_case v0.4.0
4672024-10-31T19:21:27.541Z Downloaded crucible-workspace-hack v0.1.0
4682024-10-31T19:21:27.543Z Downloaded cstr-argument v0.1.2
4692024-10-31T19:21:27.543Z Downloaded bcs v0.1.6
4702024-10-31T19:21:27.546Z Downloaded bitfield-struct v0.6.2
4712024-10-31T19:21:27.549Z Downloaded bit-set v0.5.3
4722024-10-31T19:21:27.549Z Downloaded http v0.2.12
4732024-10-31T19:21:27.554Z Downloaded base64ct v1.6.0
4742024-10-31T19:21:27.558Z Downloaded is_ci v1.2.0
4752024-10-31T19:21:27.560Z Downloaded ciborium-ll v0.2.2
4762024-10-31T19:21:27.560Z Downloaded cbc v0.1.2
4772024-10-31T19:21:27.563Z Downloaded addr2line v0.24.2
4782024-10-31T19:21:27.565Z Downloaded matches v0.1.10
4792024-10-31T19:21:27.565Z Downloaded hubpack v0.1.2
4802024-10-31T19:21:27.568Z Downloaded home v0.5.9
4812024-10-31T19:21:27.570Z Downloaded curve25519-dalek-derive v0.1.1
4822024-10-31T19:21:27.570Z Downloaded http-range v0.1.5
4832024-10-31T19:21:27.572Z Downloaded normalize-line-endings v0.3.0
4842024-10-31T19:21:27.572Z Downloaded async-bb8-diesel v0.2.1
4852024-10-31T19:21:27.576Z Downloaded data-encoding v2.6.0
4862024-10-31T19:21:27.576Z Downloaded blowfish v0.9.1
4872024-10-31T19:21:27.578Z Downloaded cobs v0.2.3
4882024-10-31T19:21:27.581Z Downloaded memoffset v0.9.1
4892024-10-31T19:21:27.581Z Downloaded md-5 v0.10.6
4902024-10-31T19:21:27.583Z Downloaded lru-cache v0.1.2
4912024-10-31T19:21:27.585Z Downloaded linear-map v1.2.0
4922024-10-31T19:21:27.588Z Downloaded csv-core v0.1.11
4932024-10-31T19:21:27.588Z Downloaded managed v0.8.0
4942024-10-31T19:21:27.590Z Downloaded linked-hash-map v0.5.6
4952024-10-31T19:21:27.593Z Downloaded newtype-uuid v1.1.2
4962024-10-31T19:21:27.593Z Downloaded keccak v0.1.5
4972024-10-31T19:21:27.595Z Downloaded impl-trait-for-tuples v0.2.2
4982024-10-31T19:21:27.597Z Downloaded nibble_vec v0.1.0
4992024-10-31T19:21:27.600Z Downloaded hyper-rustls v0.27.3
5002024-10-31T19:21:27.603Z Downloaded instability v0.3.2
5012024-10-31T19:21:27.605Z Downloaded mime_guess v2.0.5
5022024-10-31T19:21:27.613Z Downloaded ipnet v2.10.1
5032024-10-31T19:21:27.615Z Downloaded debug-ignore v1.0.5
5042024-10-31T19:21:27.615Z Downloaded base64 v0.21.7
5052024-10-31T19:21:27.615Z Downloaded mockall_derive v0.13.0
5062024-10-31T19:21:27.618Z Downloaded compact_str v0.8.0
5072024-10-31T19:21:27.622Z Downloaded cfg_aliases v0.2.1
5082024-10-31T19:21:27.624Z Downloaded cfg_aliases v0.1.1
5092024-10-31T19:21:27.624Z Downloaded ciborium-io v0.2.2
5102024-10-31T19:21:27.629Z Downloaded nanorand v0.7.0
5112024-10-31T19:21:27.632Z Downloaded darling_macro v0.20.10
5122024-10-31T19:21:27.632Z Downloaded miniz_oxide v0.8.0
5132024-10-31T19:21:27.632Z Downloaded hubpack_derive v0.1.1
5142024-10-31T19:21:27.634Z Downloaded atty v0.2.14
5152024-10-31T19:21:27.637Z Downloaded scrypt v0.11.0
5162024-10-31T19:21:27.637Z Downloaded crunchy v0.2.2
5172024-10-31T19:21:27.639Z Downloaded hyper-util v0.1.9
5182024-10-31T19:21:27.643Z Downloaded serde_plain v1.0.2
5192024-10-31T19:21:27.646Z Downloaded hostname v0.4.0
5202024-10-31T19:21:27.648Z Downloaded atomic-waker v1.1.2
5212024-10-31T19:21:27.651Z Downloaded httpdate v1.0.3
5222024-10-31T19:21:27.651Z Downloaded ident_case v1.0.1
5232024-10-31T19:21:27.654Z Downloaded instant v0.1.13
5242024-10-31T19:21:27.654Z Downloaded hostname v0.3.1
5252024-10-31T19:21:27.656Z Downloaded bitflags v1.3.2
5262024-10-31T19:21:27.659Z Downloaded md5 v0.7.0
5272024-10-31T19:21:27.661Z Downloaded bit-vec v0.6.3
5282024-10-31T19:21:27.661Z Downloaded match_cfg v0.1.0
5292024-10-31T19:21:27.664Z Downloaded bb8 v0.8.5
5302024-10-31T19:21:27.666Z Downloaded base16ct v0.2.0
5312024-10-31T19:21:27.666Z Downloaded async-stream v0.3.6
5322024-10-31T19:21:27.669Z Downloaded arc-swap v1.7.1
5332024-10-31T19:21:27.672Z Downloaded assert_matches v1.5.0
5342024-10-31T19:21:27.675Z Downloaded adler2 v2.0.0
5352024-10-31T19:21:27.678Z Downloaded newline-converter v0.3.0
5362024-10-31T19:21:27.678Z Downloaded mime v0.3.17
5372024-10-31T19:21:27.680Z Downloaded nodrop v0.1.14
5382024-10-31T19:21:27.680Z Downloaded newtype_derive v0.1.6
5392024-10-31T19:21:27.683Z Downloaded rustc_version v0.4.1
5402024-10-31T19:21:27.683Z Downloaded buf-list v1.0.3
5412024-10-31T19:21:27.685Z Downloaded new_debug_unreachable v1.0.6
5422024-10-31T19:21:27.688Z Downloaded crc-catalog v2.4.0
5432024-10-31T19:21:27.688Z Downloaded cassowary v0.3.0
5442024-10-31T19:21:27.690Z Downloaded crc v3.2.1
5452024-10-31T19:21:27.693Z Downloaded want v0.3.1
5462024-10-31T19:21:27.695Z Downloaded tokio-macros v2.4.0
5472024-10-31T19:21:27.695Z Downloaded constant_time_eq v0.3.1
5482024-10-31T19:21:27.698Z Downloaded colored v2.1.0
5492024-10-31T19:21:27.700Z Downloaded waitgroup v0.1.2
5502024-10-31T19:21:27.701Z Downloaded cipher v0.4.4
5512024-10-31T19:21:27.704Z Downloaded kstat-rs v0.2.4
5522024-10-31T19:21:27.706Z Downloaded is-terminal v0.4.13
5532024-10-31T19:21:27.706Z Downloaded block-padding v0.3.3
5542024-10-31T19:21:27.709Z Downloaded ctr v0.9.2
5552024-10-31T19:21:27.709Z Downloaded const_format v0.2.33
5562024-10-31T19:21:27.715Z Downloaded tokio-native-tls v0.3.1
5572024-10-31T19:21:27.718Z Downloaded bcrypt-pbkdf v0.10.0
5582024-10-31T19:21:27.720Z Downloaded zone_cfg_derive v0.1.2
5592024-10-31T19:21:27.721Z Downloaded serde_path_to_error v0.1.16
5602024-10-31T19:21:27.723Z Downloaded slab v0.4.9
5612024-10-31T19:21:27.725Z Downloaded indicatif v0.17.8
5622024-10-31T19:21:27.728Z Downloaded siphasher v0.3.11
5632024-10-31T19:21:27.731Z Downloaded same-file v1.0.6
5642024-10-31T19:21:27.733Z Downloaded async-trait v0.1.83
5652024-10-31T19:21:27.737Z Downloaded futures-sink v0.3.31
5662024-10-31T19:21:27.739Z Downloaded typify-macro v0.2.0
5672024-10-31T19:21:27.739Z Downloaded console v0.15.8
5682024-10-31T19:21:27.743Z Downloaded slog-scope v4.4.0
5692024-10-31T19:21:27.746Z Downloaded sqlformat v0.2.6
5702024-10-31T19:21:27.749Z Downloaded zone v0.3.0
5712024-10-31T19:21:27.749Z Downloaded bzip2 v0.4.4
5722024-10-31T19:21:27.751Z Downloaded unarray v0.1.4
5732024-10-31T19:21:27.751Z Downloaded universal-hash v0.5.1
5742024-10-31T19:21:27.753Z Downloaded structmeta-derive v0.2.0
5752024-10-31T19:21:27.755Z Downloaded string_cache v0.8.7
5762024-10-31T19:21:27.768Z Downloaded pretty-hex v0.2.1
5772024-10-31T19:21:27.768Z Downloaded untrusted v0.7.1
5782024-10-31T19:21:27.768Z Downloaded slog-stdlog v4.1.1
5792024-10-31T19:21:27.768Z Downloaded opaque-debug v0.3.1
5802024-10-31T19:21:27.768Z Downloaded crc32fast v1.4.2
5812024-10-31T19:21:27.768Z Downloaded jobserver v0.1.32
5822024-10-31T19:21:27.768Z Downloaded tap v1.0.1
5832024-10-31T19:21:27.768Z Downloaded hmac v0.12.1
5842024-10-31T19:21:27.772Z Downloaded take_mut v0.2.2
5852024-10-31T19:21:27.772Z Downloaded cookie_store v0.21.0
5862024-10-31T19:21:27.774Z Downloaded iana-time-zone v0.1.61
5872024-10-31T19:21:27.776Z Downloaded native-tls v0.2.12
5882024-10-31T19:21:27.779Z Downloaded memmap2 v0.9.5
5892024-10-31T19:21:27.781Z Downloaded dyn-clone v1.0.17
5902024-10-31T19:21:27.784Z Downloaded russh-cryptovec v0.7.3
5912024-10-31T19:21:27.786Z Downloaded form_urlencoded v1.2.1
5922024-10-31T19:21:27.786Z Downloaded dirs-sys-next v0.1.2
5932024-10-31T19:21:27.788Z Downloaded serde-hex v0.1.0
5942024-10-31T19:21:27.788Z Downloaded ghash v0.5.1
5952024-10-31T19:21:27.791Z Downloaded fragile v2.0.0
5962024-10-31T19:21:27.793Z Downloaded enum-as-inner v0.5.1
5972024-10-31T19:21:27.796Z Downloaded dsl_auto_type v0.1.2
5982024-10-31T19:21:27.796Z Downloaded ena v0.14.3
5992024-10-31T19:21:27.798Z Downloaded tls_codec v0.4.1
6002024-10-31T19:21:27.800Z Downloaded slog-term v2.9.1
6012024-10-31T19:21:27.805Z Downloaded serde_derive_internals v0.29.1
6022024-10-31T19:21:27.805Z Downloaded nu-ansi-term v0.50.1
6032024-10-31T19:21:27.807Z Downloaded allocator-api2 v0.2.18
6042024-10-31T19:21:27.811Z Downloaded hyper-tls v0.6.0
6052024-10-31T19:21:27.814Z Downloaded clang-sys v1.8.1
6062024-10-31T19:21:27.818Z Downloaded pin-utils v0.1.0
6072024-10-31T19:21:27.820Z Downloaded parse-display-derive v0.10.0
6082024-10-31T19:21:27.820Z Downloaded powerfmt v0.2.0
6092024-10-31T19:21:27.820Z Downloaded derive_builder v0.20.2
6102024-10-31T19:21:27.825Z Downloaded parse-display v0.10.0
6112024-10-31T19:21:27.828Z Downloaded lock_api v0.4.12
6122024-10-31T19:21:27.830Z Downloaded crossbeam-utils v0.8.20
6132024-10-31T19:21:27.832Z Downloaded difflib v0.4.0
6142024-10-31T19:21:27.835Z Downloaded walkdir v2.5.0
6152024-10-31T19:21:27.837Z Downloaded libm v0.2.8
6162024-10-31T19:21:27.845Z Downloaded path-slash v0.1.5
6172024-10-31T19:21:27.847Z Downloaded openssl-macros v0.1.1
6182024-10-31T19:21:27.847Z Downloaded headers-core v0.3.0
6192024-10-31T19:21:27.850Z Downloaded foreign-types-shared v0.3.1
6202024-10-31T19:21:27.850Z Downloaded cookie v0.18.1
6212024-10-31T19:21:27.852Z Downloaded hex-literal v0.4.1
6222024-10-31T19:21:27.855Z Downloaded slog-bunyan v2.5.0
6232024-10-31T19:21:27.855Z Downloaded num_threads v0.1.7
6242024-10-31T19:21:27.857Z Downloaded fxhash v0.2.1
6252024-10-31T19:21:27.857Z Downloaded rand_xorshift v0.3.0
6262024-10-31T19:21:27.859Z Downloaded termtree v0.4.1
6272024-10-31T19:21:27.864Z Downloaded rand_seeder v0.3.0
6282024-10-31T19:21:27.864Z Downloaded scopeguard v1.2.0
6292024-10-31T19:21:27.867Z Downloaded slog-async v2.8.0
6302024-10-31T19:21:27.867Z Downloaded shlex v1.3.0
6312024-10-31T19:21:27.867Z Downloaded structmeta v0.2.0
6322024-10-31T19:21:27.870Z Downloaded rpassword v7.3.1
6332024-10-31T19:21:27.870Z Downloaded slog-dtrace v0.3.0
6342024-10-31T19:21:27.872Z Downloaded schemars_derive v0.8.21
6352024-10-31T19:21:27.875Z Downloaded flagset v0.4.6
6362024-10-31T19:21:27.875Z Downloaded unsafe-libyaml v0.2.11
6372024-10-31T19:21:27.878Z Downloaded structmeta v0.3.0
6382024-10-31T19:21:27.881Z Downloaded hickory-client v0.24.1
6392024-10-31T19:21:27.883Z Downloaded subprocess v0.2.9
6402024-10-31T19:21:27.886Z Downloaded const-oid v0.9.6
6412024-10-31T19:21:27.889Z Downloaded tokio-rustls v0.25.0
6422024-10-31T19:21:27.893Z Downloaded derive-where v1.2.7
6432024-10-31T19:21:27.895Z Downloaded parking_lot v0.11.2
6442024-10-31T19:21:27.898Z Downloaded sync_wrapper v1.0.1
6452024-10-31T19:21:27.901Z Downloaded sync_wrapper v0.1.2
6462024-10-31T19:21:27.901Z Downloaded strum v0.26.3
6472024-10-31T19:21:27.903Z Downloaded term v0.7.0
6482024-10-31T19:21:27.906Z Downloaded defmt-parser v0.3.4
6492024-10-31T19:21:27.908Z Downloaded base64 v0.13.1
6502024-10-31T19:21:27.911Z Downloaded wait-timeout v0.2.0
6512024-10-31T19:21:27.913Z Downloaded funty v2.0.0
6522024-10-31T19:21:27.916Z Downloaded enum-as-inner v0.6.1
6532024-10-31T19:21:27.916Z Downloaded parking_lot_core v0.8.6
6542024-10-31T19:21:27.918Z Downloaded base64 v0.22.1
6552024-10-31T19:21:27.922Z Downloaded pbkdf2 v0.12.2
6562024-10-31T19:21:27.925Z Downloaded pbkdf2 v0.11.0
6572024-10-31T19:21:27.927Z Downloaded gethostname v0.5.0
6582024-10-31T19:21:27.929Z Downloaded paste v1.0.15
6592024-10-31T19:21:27.932Z Downloaded sct v0.7.1
6602024-10-31T19:21:27.935Z Downloaded env_filter v0.1.2
6612024-10-31T19:21:27.939Z Downloaded chacha20poly1305 v0.10.1
6622024-10-31T19:21:27.941Z Downloaded foreign-types v0.5.0
6632024-10-31T19:21:27.941Z Downloaded structmeta-derive v0.3.0
6642024-10-31T19:21:27.944Z Downloaded highway v1.2.0
6652024-10-31T19:21:27.947Z Downloaded rsa v0.9.6
6662024-10-31T19:21:27.959Z Downloaded rustc-hash v2.0.0
6672024-10-31T19:21:27.962Z Downloaded parking_lot_core v0.9.10
6682024-10-31T19:21:27.964Z Downloaded parking_lot v0.12.3
6692024-10-31T19:21:27.967Z Downloaded rustc-hash v1.1.0
6702024-10-31T19:21:27.972Z Downloaded resolv-conf v0.7.0
6712024-10-31T19:21:27.975Z Downloaded precomputed-hash v0.1.1
6722024-10-31T19:21:27.975Z Downloaded supports-color v3.0.1
6732024-10-31T19:21:27.975Z Downloaded signal-hook-mio v0.2.4
6742024-10-31T19:21:27.975Z Downloaded tungstenite v0.24.0
6752024-10-31T19:21:27.977Z Downloaded oso-derive v0.27.3
6762024-10-31T19:21:27.980Z Downloaded dirs-next v2.0.0
6772024-10-31T19:21:27.982Z Downloaded yasna v0.5.2
6782024-10-31T19:21:27.982Z Downloaded darling_core v0.20.10
6792024-10-31T19:21:27.988Z Downloaded smf v0.2.3
6802024-10-31T19:21:27.990Z Downloaded tabwriter v1.4.0
6812024-10-31T19:21:27.992Z Downloaded der_derive v0.7.3
6822024-10-31T19:21:27.992Z Downloaded env_logger v0.10.2
6832024-10-31T19:21:27.996Z Downloaded sigpipe v0.1.3
6842024-10-31T19:21:27.998Z Downloaded unicode-truncate v1.1.0
6852024-10-31T19:21:28.001Z Downloaded termcolor v1.4.1
6862024-10-31T19:21:28.001Z Downloaded hashlink v0.9.1
6872024-10-31T19:21:28.003Z Downloaded getrandom v0.2.15
6882024-10-31T19:21:28.006Z Downloaded zone v0.1.8
6892024-10-31T19:21:28.009Z Downloaded which v4.4.2
6902024-10-31T19:21:28.009Z Downloaded itertools v0.13.0
6912024-10-31T19:21:28.017Z Downloaded tower-service v0.3.3
6922024-10-31T19:21:28.019Z Downloaded diesel-dtrace v0.3.0
6932024-10-31T19:21:28.022Z Downloaded password-hash v0.5.0
6942024-10-31T19:21:28.024Z Downloaded derive_builder_macro v0.20.2
6952024-10-31T19:21:28.024Z Downloaded diesel_derives v2.2.3
6962024-10-31T19:21:28.028Z Downloaded hex v0.4.3
6972024-10-31T19:21:28.031Z Downloaded glob v0.3.1
6982024-10-31T19:21:28.033Z Downloaded foreign-types-macros v0.2.3
6992024-10-31T19:21:28.033Z Downloaded crypto-bigint v0.5.5
7002024-10-31T19:21:28.041Z Downloaded zerocopy v0.6.6
7012024-10-31T19:21:28.044Z Downloaded smallvec v1.13.2
7022024-10-31T19:21:28.046Z Downloaded mio v1.0.2
7032024-10-31T19:21:28.053Z Downloaded predicates-core v1.0.8
7042024-10-31T19:21:28.055Z Downloaded http v1.1.0
7052024-10-31T19:21:28.058Z Downloaded env_logger v0.11.5
7062024-10-31T19:21:28.061Z Downloaded hickory-resolver v0.24.1
7072024-10-31T19:21:28.067Z Downloaded phf_shared v0.10.0
7082024-10-31T19:21:28.069Z Downloaded signature v2.2.0
7092024-10-31T19:21:28.071Z Downloaded sha1 v0.10.6
7102024-10-31T19:21:28.071Z Downloaded salsa20 v0.10.2
7112024-10-31T19:21:28.074Z Downloaded rfc6979 v0.4.0
7122024-10-31T19:21:28.076Z Downloaded whoami v1.5.2
7132024-10-31T19:21:28.078Z Downloaded ecdsa v0.16.9
7142024-10-31T19:21:28.081Z Downloaded omicron-zone-package v0.11.1
7152024-10-31T19:21:28.083Z Downloaded stable_deref_trait v1.2.0
7162024-10-31T19:21:28.085Z Downloaded static_assertions v1.1.0
7172024-10-31T19:21:28.085Z Downloaded ssh-cipher v0.2.0
7182024-10-31T19:21:28.088Z Downloaded ssh-encoding v0.2.0
7192024-10-31T19:21:28.090Z Downloaded slog v2.7.0
7202024-10-31T19:21:28.094Z Downloaded downcast v0.11.0
7212024-10-31T19:21:28.096Z Downloaded embedded-io v0.4.0
7222024-10-31T19:21:28.096Z Downloaded float-ord v0.3.2
7232024-10-31T19:21:28.099Z Downloaded vte_generate_state_changes v0.1.2
7242024-10-31T19:21:28.099Z Downloaded toml v0.7.8
7252024-10-31T19:21:28.102Z Downloaded pkcs5 v0.7.1
7262024-10-31T19:21:28.108Z Downloaded similar v2.6.0
7272024-10-31T19:21:28.112Z Downloaded diesel_table_macro_syntax v0.2.0
7282024-10-31T19:21:28.115Z Downloaded filetime v0.2.25
7292024-10-31T19:21:28.119Z Downloaded float-cmp v0.9.0
7302024-10-31T19:21:28.119Z Downloaded diff v0.1.13
7312024-10-31T19:21:28.121Z Downloaded ppv-lite86 v0.2.20
7322024-10-31T19:21:28.124Z Downloaded predicates v3.1.2
7332024-10-31T19:21:28.128Z Downloaded num_enum_derive v0.5.11
7342024-10-31T19:21:28.128Z Downloaded futures-task v0.3.31
7352024-10-31T19:21:28.132Z Downloaded peg v0.8.4
7362024-10-31T19:21:28.135Z Downloaded phf_generator v0.11.2
7372024-10-31T19:21:28.135Z Downloaded rand_core v0.6.4
7382024-10-31T19:21:28.139Z Downloaded rand_chacha v0.3.1
7392024-10-31T19:21:28.139Z Downloaded radium v0.7.0
7402024-10-31T19:21:28.142Z Downloaded futures-macro v0.3.31
7412024-10-31T19:21:28.142Z Downloaded ref-cast-impl v1.0.23
7422024-10-31T19:21:28.142Z Downloaded quinn-udp v0.5.5
7432024-10-31T19:21:28.145Z Downloaded pkcs1 v0.7.5
7442024-10-31T19:21:28.156Z Downloaded quinn v0.11.5
7452024-10-31T19:21:28.159Z Downloaded thiserror-impl-no-std v2.0.2
7462024-10-31T19:21:28.159Z Downloaded spin v0.5.2
7472024-10-31T19:21:28.160Z Downloaded ref-cast v1.0.23
7482024-10-31T19:21:28.160Z Downloaded dropshot_endpoint v0.12.0
7492024-10-31T19:21:28.162Z Downloaded try-lock v0.2.5
7502024-10-31T19:21:28.162Z Downloaded serde-big-array v0.5.1
7512024-10-31T19:21:28.165Z Downloaded wyz v0.5.1
7522024-10-31T19:21:28.165Z Downloaded thread_local v1.1.8
7532024-10-31T19:21:28.168Z Downloaded twox-hash v1.6.3
7542024-10-31T19:21:28.175Z Downloaded derive_builder_core v0.20.2
7552024-10-31T19:21:28.175Z Downloaded defmt-macros v0.3.9
7562024-10-31T19:21:28.175Z Downloaded tui-tree-widget v0.22.0
7572024-10-31T19:21:28.184Z Downloaded value-bag v1.9.0
7582024-10-31T19:21:28.184Z Downloaded num-conv v0.1.0
7592024-10-31T19:21:28.184Z Downloaded uzers v0.12.1
7602024-10-31T19:21:28.184Z Downloaded fatfs v0.3.6
7612024-10-31T19:21:28.211Z Downloaded pem v3.0.4
7622024-10-31T19:21:28.211Z Downloaded aes v0.8.4
7632024-10-31T19:21:28.211Z Downloaded hash32 v0.2.1
7642024-10-31T19:21:28.215Z Downloaded polyval v0.6.2
7652024-10-31T19:21:28.215Z Downloaded tungstenite v0.23.0
7662024-10-31T19:21:28.215Z Downloaded tungstenite v0.21.0
7672024-10-31T19:21:28.215Z Downloaded zone_cfg_derive v0.3.0
7682024-10-31T19:21:28.215Z Downloaded sqlparser_derive v0.2.2
7692024-10-31T19:21:28.216Z Downloaded psl-types v2.0.11
7702024-10-31T19:21:28.216Z Downloaded r2d2 v0.8.10
7712024-10-31T19:21:28.216Z Downloaded postgres-types v0.2.8
7722024-10-31T19:21:28.216Z Downloaded spki v0.7.3
7732024-10-31T19:21:28.216Z Downloaded postgres-protocol v0.6.7
7742024-10-31T19:21:28.220Z Downloaded peg-macros v0.8.4
7752024-10-31T19:21:28.220Z Downloaded display-error-chain v0.2.1
7762024-10-31T19:21:28.222Z Downloaded num_enum v0.5.11
7772024-10-31T19:21:28.225Z Downloaded ed25519 v2.2.3
7782024-10-31T19:21:28.229Z Downloaded sec1 v0.7.3
7792024-10-31T19:21:28.232Z Downloaded zip v0.6.6
7802024-10-31T19:21:28.234Z Downloaded tiny-keccak v2.0.2
7812024-10-31T19:21:28.237Z Downloaded uuid v1.10.0
7822024-10-31T19:21:28.240Z Downloaded itertools v0.12.1
7832024-10-31T19:21:28.248Z Downloaded percent-encoding v2.3.1
7842024-10-31T19:21:28.251Z Downloaded num-derive v0.4.2
7852024-10-31T19:21:28.253Z Downloaded pem-rfc7468 v0.7.0
7862024-10-31T19:21:28.256Z Downloaded group v0.13.0
7872024-10-31T19:21:28.261Z Downloaded scheduled-thread-pool v0.2.7
7882024-10-31T19:21:28.261Z Downloaded proc-macro-crate v1.3.1
7892024-10-31T19:21:28.263Z Downloaded hash32 v0.3.1
7902024-10-31T19:21:28.263Z Downloaded fixedbitset v0.4.2
7912024-10-31T19:21:28.263Z Downloaded p256 v0.13.2
7922024-10-31T19:21:28.266Z Downloaded semver v0.1.20
7932024-10-31T19:21:28.268Z Downloaded postcard v1.0.10
7942024-10-31T19:21:28.270Z Downloaded expectorate v1.1.0
7952024-10-31T19:21:28.273Z Downloaded rustc_version v0.1.7
7962024-10-31T19:21:28.274Z Downloaded heapless v0.7.17
7972024-10-31T19:21:28.278Z Downloaded rusty-fork v0.3.0
7982024-10-31T19:21:28.280Z Downloaded aes-gcm v0.10.3
7992024-10-31T19:21:28.285Z Downloaded toolchain_find v0.4.0
8002024-10-31T19:21:28.287Z Downloaded tinyvec_macros v0.1.1
8012024-10-31T19:21:28.287Z Downloaded foreign-types-shared v0.1.1
8022024-10-31T19:21:28.287Z Downloaded pkcs8 v0.10.2
8032024-10-31T19:21:28.290Z Downloaded futures-executor v0.3.31
8042024-10-31T19:21:28.292Z Downloaded ff v0.13.0
8052024-10-31T19:21:28.295Z Downloaded zeroize_derive v1.4.2
8062024-10-31T19:21:28.295Z Downloaded zeroize v1.8.1
8072024-10-31T19:21:28.297Z Downloaded rustls-pemfile v1.0.4
8082024-10-31T19:21:28.300Z Downloaded secrecy v0.8.0
8092024-10-31T19:21:28.302Z Downloaded snafu-derive v0.8.5
8102024-10-31T19:21:28.302Z Downloaded defmt v0.3.8
8112024-10-31T19:21:28.305Z Downloaded unicode-xid v0.2.6
8122024-10-31T19:21:28.307Z Downloaded time-core v0.1.2
8132024-10-31T19:21:28.310Z Downloaded progenitor-client v0.8.0
8142024-10-31T19:21:28.310Z Downloaded vsss-rs v3.3.4
8152024-10-31T19:21:28.312Z Downloaded globset v0.4.15
8162024-10-31T19:21:28.315Z Downloaded num-iter v0.1.45
8172024-10-31T19:21:28.315Z Downloaded hyper v1.4.1
8182024-10-31T19:21:28.322Z Downloaded unicase v2.7.0
8192024-10-31T19:21:28.324Z Downloaded topological-sort v0.2.2
8202024-10-31T19:21:28.327Z Downloaded signal-hook-tokio v0.3.1
8212024-10-31T19:21:28.327Z Downloaded packed_struct v0.10.1
8222024-10-31T19:21:28.329Z Downloaded fallible-iterator v0.3.0
8232024-10-31T19:21:28.332Z Downloaded strum_macros v0.24.3
8242024-10-31T19:21:28.332Z Downloaded packed_struct_codegen v0.10.1
8252024-10-31T19:21:28.335Z Downloaded fd-lock v4.0.2
8262024-10-31T19:21:28.337Z Downloaded num-complex v0.4.6
8272024-10-31T19:21:28.337Z Downloaded crossterm v0.28.1
8282024-10-31T19:21:28.346Z Downloaded foldhash v0.1.3
8292024-10-31T19:21:28.348Z Downloaded strip-ansi-escapes v0.2.0
8302024-10-31T19:21:28.349Z Downloaded stringprep v0.1.5
8312024-10-31T19:21:28.351Z Downloaded smallvec v0.6.14
8322024-10-31T19:21:28.351Z Downloaded slog-json v2.6.1
8332024-10-31T19:21:28.354Z Downloaded dhcproto-macros v0.1.0
8342024-10-31T19:21:28.354Z Downloaded slog-envlogger v2.2.0
8352024-10-31T19:21:28.357Z Downloaded typify v0.2.0
8362024-10-31T19:21:28.360Z Downloaded poly1305 v0.8.0
8372024-10-31T19:21:28.362Z Downloaded rustls-pemfile v2.2.0
8382024-10-31T19:21:28.365Z Downloaded rustversion v1.0.17
8392024-10-31T19:21:28.368Z Downloaded num-bigint-dig v0.8.4
8402024-10-31T19:21:28.372Z Downloaded fallible-iterator v0.2.0
8412024-10-31T19:21:28.374Z Downloaded bitvec v1.0.1
8422024-10-31T19:21:28.389Z Downloaded peg-runtime v0.8.3
8432024-10-31T19:21:28.392Z Downloaded number_prefix v0.4.0
8442024-10-31T19:21:28.392Z Downloaded untrusted v0.9.0
8452024-10-31T19:21:28.395Z Downloaded progenitor-impl v0.8.0
8462024-10-31T19:21:28.395Z Downloaded progenitor-macro v0.8.0
8472024-10-31T19:21:28.398Z Downloaded time-macros v0.2.18
8482024-10-31T19:21:28.400Z Downloaded openssl-probe v0.1.5
8492024-10-31T19:21:28.400Z Downloaded signal-hook-registry v1.4.2
8502024-10-31T19:21:28.403Z Downloaded steno v0.4.1
8512024-10-31T19:21:28.405Z Downloaded socket2 v0.5.7
8522024-10-31T19:21:28.408Z Downloaded subtle v2.6.1
8532024-10-31T19:21:28.411Z Downloaded futures-core v0.3.31
8542024-10-31T19:21:28.411Z Downloaded xz2 v0.1.7
8552024-10-31T19:21:28.413Z Downloaded futures v0.3.31
8562024-10-31T19:21:28.417Z Downloaded heapless v0.8.0
8572024-10-31T19:21:28.421Z Downloaded aho-corasick v1.1.3
8582024-10-31T19:21:28.427Z Downloaded olpc-cjson v0.1.4
8592024-10-31T19:21:28.430Z Downloaded num-integer v0.1.46
8602024-10-31T19:21:28.430Z Downloaded futures-io v0.3.31
8612024-10-31T19:21:28.433Z Downloaded progenitor v0.8.0
8622024-10-31T19:21:28.433Z Downloaded primeorder v0.13.6
8632024-10-31T19:21:28.435Z Downloaded either v1.13.0
8642024-10-31T19:21:28.435Z Downloaded xattr v1.3.1
8652024-10-31T19:21:28.438Z Downloaded utf-8 v0.7.6
8662024-10-31T19:21:28.440Z Downloaded rustls-pki-types v1.9.0
8672024-10-31T19:21:28.443Z Downloaded strum_macros v0.25.3
8682024-10-31T19:21:28.445Z Downloaded phf_codegen v0.11.2
8692024-10-31T19:21:28.445Z Downloaded phf v0.11.2
8702024-10-31T19:21:28.448Z Downloaded serde_urlencoded v0.7.1
8712024-10-31T19:21:28.448Z Downloaded serde_repr v0.1.19
8722024-10-31T19:21:28.450Z Downloaded embedded-io v0.6.1
8732024-10-31T19:21:28.453Z Downloaded pin-project v1.1.6
8742024-10-31T19:21:28.463Z Downloaded des v0.8.1
8752024-10-31T19:21:28.465Z Downloaded samael v0.0.17
8762024-10-31T19:21:28.470Z Downloaded rand v0.8.5
8772024-10-31T19:21:28.474Z Downloaded russh v0.45.0
8782024-10-31T19:21:28.480Z Downloaded shell-words v1.1.0
8792024-10-31T19:21:28.483Z Downloaded pkg-config v0.3.31
8802024-10-31T19:21:28.483Z Downloaded strum_macros v0.26.4
8812024-10-31T19:21:28.485Z Downloaded schemars v0.8.21
8822024-10-31T19:21:28.497Z Downloaded test-strategy v0.3.1
8832024-10-31T19:21:28.501Z Downloaded snafu v0.8.5
8842024-10-31T19:21:28.507Z Downloaded oso v0.27.3
8852024-10-31T19:21:28.511Z Downloaded hyper v0.14.30
8862024-10-31T19:21:28.519Z Downloaded idna v0.4.0
8872024-10-31T19:21:28.527Z Downloaded ron v0.7.1
8882024-10-31T19:21:28.532Z Downloaded num-traits v0.2.19
8892024-10-31T19:21:28.535Z Downloaded p521 v0.13.3
8902024-10-31T19:21:28.539Z Downloaded serde_with_macros v3.11.0
8912024-10-31T19:21:28.542Z Downloaded ed25519-dalek v2.1.1
8922024-10-31T19:21:28.544Z Downloaded derive_more v0.99.18
8932024-10-31T19:21:28.549Z Downloaded hashbrown v0.13.2
8942024-10-31T19:21:28.554Z Downloaded unicode-bidi v0.3.17
8952024-10-31T19:21:28.557Z Downloaded portable-atomic v1.9.0
8962024-10-31T19:21:28.564Z Downloaded futures-channel v0.3.31
8972024-10-31T19:21:28.567Z Downloaded rustyline v14.0.0
8982024-10-31T19:21:28.572Z Downloaded parse-zoneinfo v0.3.1
8992024-10-31T19:21:28.576Z Downloaded dhcproto v0.12.0
9002024-10-31T19:21:28.579Z Downloaded typed-path v0.7.1
9012024-10-31T19:21:28.584Z Downloaded sqlparser v0.45.0
9022024-10-31T19:21:28.590Z Downloaded hkdf v0.12.4
9032024-10-31T19:21:28.593Z Downloaded regex v1.11.0
9042024-10-31T19:21:28.607Z Downloaded serde_yaml v0.9.34+deprecated
9052024-10-31T19:21:28.611Z Downloaded flume v0.11.0
9062024-10-31T19:21:28.615Z Downloaded bindgen v0.69.5
9072024-10-31T19:21:28.623Z Downloaded ron v0.8.1
9082024-10-31T19:21:28.629Z Downloaded hashbrown v0.12.3
9092024-10-31T19:21:28.634Z Downloaded rusqlite v0.32.1
9102024-10-31T19:21:28.642Z Downloaded reedline v0.35.0
9112024-10-31T19:21:28.649Z Downloaded quick-xml v0.33.0
9122024-10-31T19:21:28.656Z Downloaded tough v0.17.1
9132024-10-31T19:21:28.665Z Downloaded url v2.5.2
9142024-10-31T19:21:28.668Z Downloaded idna v0.3.0
9152024-10-31T19:21:28.675Z Downloaded x509-cert v0.2.5
9162024-10-31T19:21:28.682Z Downloaded salty v0.3.0
9172024-10-31T19:21:28.690Z Downloaded reqwest v0.11.27
9182024-10-31T19:21:28.698Z Downloaded openssl v0.10.66
9192024-10-31T19:21:28.710Z Downloaded unicode-normalization v0.1.24
9202024-10-31T19:21:28.713Z Downloaded reqwest v0.12.8
9212024-10-31T19:21:28.721Z Downloaded rustls-webpki v0.102.8
9222024-10-31T19:21:28.742Z Downloaded nix v0.27.1
9232024-10-31T19:21:28.753Z Downloaded p384 v0.13.0
9242024-10-31T19:21:28.759Z Downloaded smoltcp v0.9.1
9252024-10-31T19:21:28.772Z Downloaded polar-core v0.27.3
9262024-10-31T19:21:28.779Z Downloaded nix v0.28.0
9272024-10-31T19:21:28.791Z Downloaded futures-util v0.3.31
9282024-10-31T19:21:28.804Z Downloaded radix_trie v0.2.1
9292024-10-31T19:21:28.809Z Downloaded git2 v0.19.0
9302024-10-31T19:21:28.818Z Downloaded vcpkg v0.2.15
9312024-10-31T19:21:28.857Z Downloaded smoltcp v0.11.0
9322024-10-31T19:21:28.870Z Downloaded regex-syntax v0.6.29
9332024-10-31T19:21:28.878Z Downloaded object v0.36.5
9342024-10-31T19:21:28.889Z Downloaded rustls v0.22.4
9352024-10-31T19:21:28.903Z Downloaded rustls v0.23.14
9362024-10-31T19:21:28.917Z Downloaded gimli v0.31.1
9372024-10-31T19:21:28.924Z Downloaded chrono-tz v0.10.0
9382024-10-31T19:21:28.933Z Downloaded regress v0.10.1
9392024-10-31T19:21:28.941Z Downloaded object v0.30.4
9402024-10-31T19:21:28.952Z Downloaded trust-dns-proto v0.22.0
9412024-10-31T19:21:28.964Z Downloaded openapiv3 v2.0.0
9422024-10-31T19:21:28.978Z Downloaded dropshot v0.12.0
9432024-10-31T19:21:28.998Z Downloaded bstr v1.10.0
9442024-10-31T19:21:29.009Z Downloaded diesel v2.2.4
9452024-10-31T19:21:29.028Z Downloaded regex-syntax v0.8.5
9462024-10-31T19:21:29.037Z Downloaded typify-impl v0.2.0
9472024-10-31T19:21:29.053Z Downloaded zerocopy-derive v0.6.6
9482024-10-31T19:21:29.063Z Downloaded ratatui v0.28.1
9492024-10-31T19:21:29.083Z Downloaded hickory-proto v0.24.1
9502024-10-31T19:21:29.098Z Downloaded regress v0.9.1
9512024-10-31T19:21:29.106Z Downloaded webpki-roots v0.26.6
9522024-10-31T19:21:29.111Z Downloaded quinn-proto v0.11.8
9532024-10-31T19:21:29.117Z Downloaded rustls v0.21.12
9542024-10-31T19:21:29.129Z Downloaded bzip2-sys v0.1.11+1.0.8
9552024-10-31T19:21:29.141Z Downloaded sled v0.34.7
9562024-10-31T19:21:29.152Z Downloaded lzma-sys v0.1.20
9572024-10-31T19:21:29.181Z Downloaded curve25519-dalek v4.1.3
9582024-10-31T19:21:29.189Z Downloaded proptest v1.5.0
9592024-10-31T19:21:29.199Z Downloaded petgraph v0.6.5
9602024-10-31T19:21:29.217Z Downloaded tokio v1.40.0
9612024-10-31T19:21:29.253Z Downloaded regex-automata v0.4.8
9622024-10-31T19:21:29.273Z Downloaded nix v0.29.0
9632024-10-31T19:21:29.283Z Downloaded libz-sys v1.1.20
9642024-10-31T19:21:29.303Z Downloaded idna v0.5.0
9652024-10-31T19:21:29.310Z Downloaded winnow v0.5.40
9662024-10-31T19:21:29.318Z Downloaded rustls-webpki v0.101.7
9672024-10-31T19:21:29.331Z Downloaded vte v0.11.1
9682024-10-31T19:21:29.334Z Downloaded blake3 v1.5.4
9692024-10-31T19:21:29.341Z Downloaded rayon v1.10.0
9702024-10-31T19:21:29.350Z Downloaded elliptic-curve v0.13.8
9712024-10-31T19:21:29.354Z Downloaded openssl-sys v0.9.103
9722024-10-31T19:21:29.371Z Downloaded csv v1.3.0
9732024-10-31T19:21:29.379Z Downloaded sha3 v0.10.8
9742024-10-31T19:21:29.384Z Downloaded unicode_categories v0.1.1
9752024-10-31T19:21:29.386Z Downloaded serde_with v3.11.0
9762024-10-31T19:21:29.394Z Downloaded h2 v0.3.26
9772024-10-31T19:21:29.401Z Downloaded pin-project-internal v1.1.6
9782024-10-31T19:21:29.403Z Downloaded hashbrown v0.14.5
9792024-10-31T19:21:29.408Z Downloaded idna v0.2.3
9802024-10-31T19:21:29.414Z Downloaded tinyvec v1.8.0
9812024-10-31T19:21:29.417Z Downloaded chrono v0.4.38
9822024-10-31T19:21:29.424Z Downloaded publicsuffix v2.2.3
9832024-10-31T19:21:29.427Z Downloaded h2 v0.4.6
9842024-10-31T19:21:29.434Z Downloaded unicode-segmentation v1.12.0
9852024-10-31T19:21:29.437Z Downloaded phf_shared v0.11.2
9862024-10-31T19:21:29.440Z Downloaded termios v0.3.3
9872024-10-31T19:21:29.442Z Downloaded password-hash v0.4.2
9882024-10-31T19:21:29.442Z Downloaded num-rational v0.4.2
9892024-10-31T19:21:29.445Z Downloaded vergen v8.3.2
9902024-10-31T19:21:29.447Z Downloaded half v2.4.1
9912024-10-31T19:21:29.450Z Downloaded tracing v0.1.40
9922024-10-31T19:21:29.452Z Downloaded time v0.3.36
9932024-10-31T19:21:29.459Z Downloaded ssh-key v0.6.6
9942024-10-31T19:21:29.468Z Downloaded lalrpop v0.19.12
9952024-10-31T19:21:29.478Z Downloaded toml_edit v0.19.15
9962024-10-31T19:21:29.492Z Downloaded tokio-util v0.7.12
9972024-10-31T19:21:29.499Z Downloaded tokio-postgres v0.7.12
9982024-10-31T19:21:29.503Z Downloaded itertools v0.10.5
9992024-10-31T19:21:29.508Z Downloaded qorb v0.2.0
10002024-10-31T19:21:29.512Z Downloaded thiserror-no-std v2.0.2
10012024-10-31T19:21:29.516Z Downloaded spin v0.9.8
10022024-10-31T19:21:29.518Z Downloaded unicode-properties v0.1.3
10032024-10-31T19:21:29.520Z Downloaded flate2 v1.0.34
10042024-10-31T19:21:29.525Z Downloaded nom v7.1.3
10052024-10-31T19:21:29.530Z Downloaded owo-colors v4.1.0
10062024-10-31T19:21:29.533Z Downloaded der v0.7.9
10072024-10-31T19:21:29.538Z Downloaded encoding_rs v0.8.34
10082024-10-31T19:21:29.561Z Downloaded tracing-attributes v0.1.27
10092024-10-31T19:21:29.564Z Downloaded hickory-server v0.24.1
10102024-10-31T19:21:29.568Z Downloaded prettyplease v0.2.22
10112024-10-31T19:21:29.571Z Downloaded russh-keys v0.45.0
10122024-10-31T19:21:29.573Z Downloaded pin-project-lite v0.2.14
10132024-10-31T19:21:29.576Z Downloaded deranged v0.3.11
10142024-10-31T19:21:29.580Z Downloaded rcgen v0.12.1
10152024-10-31T19:21:29.583Z Downloaded minimal-lexical v0.2.1
10162024-10-31T19:21:29.587Z Downloaded signal-hook v0.3.17
10172024-10-31T19:21:29.587Z Downloaded rustc-demangle v0.1.24
10182024-10-31T19:21:29.590Z Downloaded tokio-rustls v0.24.1
10192024-10-31T19:21:29.593Z Downloaded crossbeam-channel v0.5.13
10202024-10-31T19:21:29.597Z Downloaded headers v0.4.0
10212024-10-31T19:21:29.600Z Downloaded heck v0.3.3
10222024-10-31T19:21:29.603Z Downloaded fallible-streaming-iterator v0.1.9
10232024-10-31T19:21:29.603Z Downloaded quick-error v1.2.3
10242024-10-31T19:21:29.607Z Downloaded libxml v0.3.3
10252024-10-31T19:21:29.609Z Downloaded predicates-tree v1.0.11
10262024-10-31T19:21:29.612Z Downloaded tokio-tungstenite v0.24.0
10272024-10-31T19:21:29.615Z Downloaded libgit2-sys v0.17.0+1.8.1
10282024-10-31T19:21:29.671Z Downloaded tokio-tungstenite v0.23.1
10292024-10-31T19:21:29.674Z Downloaded tokio-tungstenite v0.21.0
10302024-10-31T19:21:29.676Z Downloaded tokio-stream v0.1.16
10312024-10-31T19:21:29.679Z Downloaded tokio-rustls v0.26.0
10322024-10-31T19:21:29.681Z Downloaded tracing-core v0.1.32
10332024-10-31T19:21:29.684Z Downloaded tar v0.4.42
10342024-10-31T19:21:29.686Z Downloaded cc v1.1.30
10352024-10-31T19:21:29.690Z Downloaded foreign-types v0.3.2
10362024-10-31T19:21:29.693Z Downloaded indexmap v1.9.3
10372024-10-31T19:21:29.695Z Downloaded num-bigint v0.4.6
10382024-10-31T19:21:29.699Z Downloaded blake2 v0.10.6
10392024-10-31T19:21:29.702Z Downloaded rayon-core v1.12.1
10402024-10-31T19:21:29.705Z Downloaded libloading v0.8.5
10412024-10-31T19:21:29.708Z Downloaded hyper-staticfile v0.10.1
10422024-10-31T19:21:29.710Z Downloaded crossbeam-deque v0.8.5
10432024-10-31T19:21:29.710Z Downloaded parse-size v1.0.0
10442024-10-31T19:21:29.713Z Downloaded lazycell v1.3.0
10452024-10-31T19:21:29.713Z Downloaded libsw v3.3.1
10462024-10-31T19:21:29.715Z Downloaded num v0.4.3
10472024-10-31T19:21:29.715Z Downloaded mockall v0.13.0
10482024-10-31T19:21:29.718Z Downloaded maplit v1.0.2
10492024-10-31T19:21:29.718Z Downloaded endian-type v0.1.2
10502024-10-31T19:21:29.718Z Downloaded multer v3.1.0
10512024-10-31T19:21:29.720Z Downloaded rustfmt-wrapper v0.2.1
10522024-10-31T19:21:29.720Z Downloaded rtoolbox v0.0.2
10532024-10-31T19:21:29.722Z Downloaded lru v0.12.5
10542024-10-31T19:21:29.725Z Downloaded backtrace v0.3.74
10552024-10-31T19:21:29.729Z Downloaded httparse v1.9.5
10562024-10-31T19:21:29.732Z Downloaded internet-checksum v0.2.1
10572024-10-31T19:21:29.732Z Downloaded darling v0.20.10
10582024-10-31T19:21:29.735Z Downloaded ipnetwork v0.20.0
10592024-10-31T19:21:29.737Z Downloaded arrayvec v0.7.6
10602024-10-31T19:21:29.742Z Downloaded tls_codec_derive v0.4.1
10612024-10-31T19:21:29.742Z Downloaded multimap v0.10.0
10622024-10-31T19:21:29.744Z Downloaded maybe-uninit v2.0.0
10632024-10-31T19:21:29.744Z Downloaded lalrpop-util v0.19.12
10642024-10-31T19:21:29.744Z Downloaded inout v0.1.3
10652024-10-31T19:21:29.744Z Downloaded indoc v1.0.9
10662024-10-31T19:21:29.747Z Downloaded indent_write v2.2.0
10672024-10-31T19:21:29.747Z Downloaded const_format_proc_macros v0.2.33
10682024-10-31T19:21:29.749Z Downloaded backoff v0.4.0
10692024-10-31T19:21:29.752Z Downloaded argon2 v0.5.3
10702024-10-31T19:21:29.755Z Downloaded chrono-tz-build v0.4.0
10712024-10-31T19:21:29.755Z Downloaded castaway v0.2.3
10722024-10-31T19:21:29.757Z Downloaded bitfield v0.14.0
10732024-10-31T19:21:29.757Z Downloaded async-recursion v1.1.1
10742024-10-31T19:21:29.760Z Downloaded http-body-util v0.1.2
10752024-10-31T19:21:29.762Z Downloaded http-body v0.4.6
10762024-10-31T19:21:29.762Z Downloaded bytes v1.7.2
10772024-10-31T19:21:29.765Z Downloaded arrayref v0.3.9
10782024-10-31T19:21:29.769Z Downloaded ascii-canvas v3.0.0
10792024-10-31T19:21:29.769Z Downloaded ahash v0.8.11
10802024-10-31T19:21:29.771Z Downloaded humantime v2.1.0
10812024-10-31T19:21:29.772Z Downloaded crossbeam-epoch v0.9.18
10822024-10-31T19:21:29.774Z Downloaded crc-any v2.5.0
10832024-10-31T19:21:29.777Z Downloaded libefi-sys v0.1.0
10842024-10-31T19:21:29.777Z Downloaded lazy_static v1.5.0
10852024-10-31T19:21:29.779Z Downloaded ciborium v0.2.2
10862024-10-31T19:21:29.782Z Downloaded chacha20 v0.9.1
10872024-10-31T19:21:29.785Z Downloaded cancel-safe-futures v0.1.5
10882024-10-31T19:21:29.785Z Downloaded cexpr v0.6.0
10892024-10-31T19:21:29.795Z Downloaded array-init v0.0.4
10902024-10-31T19:21:29.796Z Downloaded aead v0.5.2
10912024-10-31T19:21:29.942Z Downloaded libsqlite3-sys v0.30.1
10922024-10-31T19:21:30.111Z Downloaded ring v0.17.8
10932024-10-31T19:21:30.225Z Downloaded ring v0.16.20
10942024-10-31T19:21:30.400Z Compiling serde v1.0.210
10952024-10-31T19:21:30.403Z Compiling typenum v1.17.0
10962024-10-31T19:21:30.403Z Compiling lock_api v0.4.12
10972024-10-31T19:21:30.403Z Compiling generic-array v0.14.7
10982024-10-31T19:21:30.403Z Compiling scopeguard v1.2.0
10992024-10-31T19:21:30.403Z Compiling subtle v2.6.1
11002024-10-31T19:21:30.583Z Compiling syn v2.0.79
11012024-10-31T19:21:30.594Z Compiling getrandom v0.2.15
11022024-10-31T19:21:30.678Z Compiling value-bag v1.9.0
11032024-10-31T19:21:30.860Z Compiling rand_core v0.6.4
11042024-10-31T19:21:31.104Z Compiling const-oid v0.9.6
11052024-10-31T19:21:31.123Z Compiling pin-project-lite v0.2.14
11062024-10-31T19:21:31.153Z Compiling smallvec v1.13.2
11072024-10-31T19:21:31.272Z Compiling log v0.4.22
11082024-10-31T19:21:31.429Z Compiling jobserver v0.1.32
11092024-10-31T19:21:31.568Z Compiling shlex v1.3.0
11102024-10-31T19:21:31.587Z Compiling parking_lot_core v0.9.10
11112024-10-31T19:21:31.751Z Compiling futures-core v0.3.31
11122024-10-31T19:21:31.994Z Compiling cc v1.1.30
11132024-10-31T19:21:32.016Z Compiling signal-hook-registry v1.4.2
11142024-10-31T19:21:32.187Z Compiling mio v1.0.2
11152024-10-31T19:21:32.366Z Compiling cpufeatures v0.2.14
11162024-10-31T19:21:32.474Z Compiling parking_lot v0.12.3
11172024-10-31T19:21:32.750Z Compiling futures-sink v0.3.31
11182024-10-31T19:21:32.859Z Compiling spin v0.9.8
11192024-10-31T19:21:32.913Z Compiling socket2 v0.5.7
11202024-10-31T19:21:33.212Z Compiling slab v0.4.9
11212024-10-31T19:21:33.287Z Compiling serde_json v1.0.128
11222024-10-31T19:21:33.379Z Compiling futures-channel v0.3.31
11232024-10-31T19:21:33.409Z Compiling tinyvec_macros v0.1.1
11242024-10-31T19:21:33.446Z Compiling allocator-api2 v0.2.18
11252024-10-31T19:21:33.506Z Compiling futures-io v0.3.31
11262024-10-31T19:21:33.648Z Compiling foldhash v0.1.3
11272024-10-31T19:21:33.798Z Compiling pin-utils v0.1.0
11282024-10-31T19:21:33.830Z Compiling futures-task v0.3.31
11292024-10-31T19:21:33.896Z Compiling tinyvec v1.8.0
11302024-10-31T19:21:33.912Z Compiling libm v0.2.8
11312024-10-31T19:21:33.935Z Compiling num-traits v0.2.19
11322024-10-31T19:21:34.002Z Compiling unicode-bidi v0.3.17
11332024-10-31T19:21:34.150Z Compiling hashbrown v0.15.0
11342024-10-31T19:21:34.274Z Compiling base64ct v1.6.0
11352024-10-31T19:21:34.447Z Compiling flagset v0.4.6
11362024-10-31T19:21:34.653Z Compiling httparse v1.9.5
11372024-10-31T19:21:34.860Z Compiling pem-rfc7468 v0.7.0
11382024-10-31T19:21:35.393Z Compiling unicode-normalization v0.1.24
11392024-10-31T19:21:35.497Z Compiling tracing-core v0.1.32
11402024-10-31T19:21:35.499Z Compiling crossbeam-utils v0.8.20
11412024-10-31T19:21:35.544Z Compiling percent-encoding v2.3.1
11422024-10-31T19:21:35.633Z Compiling rustls-pki-types v1.9.0
11432024-10-31T19:21:36.049Z Compiling ring v0.17.8
11442024-10-31T19:21:36.162Z Compiling time-core v0.1.2
11452024-10-31T19:21:36.351Z Compiling untrusted v0.9.0
11462024-10-31T19:21:36.534Z Compiling powerfmt v0.2.0
11472024-10-31T19:21:36.551Z Compiling vcpkg v0.2.15
11482024-10-31T19:21:36.625Z Compiling pkg-config v0.3.31
11492024-10-31T19:21:36.722Z Compiling num-conv v0.1.0
11502024-10-31T19:21:36.914Z Compiling deranged v0.3.11
11512024-10-31T19:21:36.995Z Compiling time-macros v0.2.18
11522024-10-31T19:21:37.484Z Compiling atomic-waker v1.1.2
11532024-10-31T19:21:37.663Z Compiling num_threads v0.1.7
11542024-10-31T19:21:37.789Z Compiling form_urlencoded v1.2.1
11552024-10-31T19:21:38.012Z Compiling slog v2.7.0
11562024-10-31T19:21:38.032Z Compiling try-lock v0.2.5
11572024-10-31T19:21:38.111Z Compiling rustix v0.38.37
11582024-10-31T19:21:38.168Z Compiling want v0.3.1
11592024-10-31T19:21:38.444Z Compiling httpdate v1.0.3
11602024-10-31T19:21:38.478Z Compiling openssl-sys v0.9.103
11612024-10-31T19:21:38.744Z Compiling idna v0.5.0
11622024-10-31T19:21:38.871Z Compiling openssl v0.10.66
11632024-10-31T19:21:38.975Z Compiling match_cfg v0.1.0
11642024-10-31T19:21:39.061Z Compiling rustversion v1.0.17
11652024-10-31T19:21:39.267Z Compiling base64 v0.22.1
11662024-10-31T19:21:39.333Z Compiling foreign-types-shared v0.1.1
11672024-10-31T19:21:39.444Z Compiling iana-time-zone v0.1.61
11682024-10-31T19:21:39.597Z Compiling tower-service v0.3.3
11692024-10-31T19:21:39.826Z Compiling url v2.5.2
11702024-10-31T19:21:39.870Z Compiling foreign-types v0.3.2
11712024-10-31T19:21:39.941Z Compiling time v0.3.36
11722024-10-31T19:21:39.961Z Compiling hostname v0.3.1
11732024-10-31T19:21:39.996Z Compiling dirs-sys-next v0.1.2
11742024-10-31T19:21:40.196Z Compiling aho-corasick v1.1.3
11752024-10-31T19:21:40.241Z Compiling siphasher v0.3.11
11762024-10-31T19:21:40.545Z Compiling regex-syntax v0.8.5
11772024-10-31T19:21:40.599Z Compiling rustls v0.23.14
11782024-10-31T19:21:40.862Z Compiling rustls v0.22.4
11792024-10-31T19:21:41.129Z Compiling adler2 v2.0.0
11802024-10-31T19:21:41.145Z Compiling native-tls v0.2.12
11812024-10-31T19:21:41.342Z Compiling syn v1.0.109
11822024-10-31T19:21:41.499Z Compiling data-encoding v2.6.0
11832024-10-31T19:21:41.579Z Compiling miniz_oxide v0.8.0
11842024-10-31T19:21:42.039Z Compiling dirs-next v2.0.0
11852024-10-31T19:21:42.983Z Compiling serde_derive_internals v0.29.1
11862024-10-31T19:21:43.566Z Compiling crossbeam-epoch v0.9.18
11872024-10-31T19:21:43.608Z Compiling lazy_static v1.5.0
11882024-10-31T19:21:43.735Z Compiling thread_local v1.1.8
11892024-10-31T19:21:44.065Z Compiling serde_derive v1.0.210
11902024-10-31T19:21:44.263Z Compiling zeroize_derive v1.4.2
11912024-10-31T19:21:44.282Z Compiling zerocopy-derive v0.7.35
11922024-10-31T19:21:44.855Z Compiling tokio-macros v2.4.0
11932024-10-31T19:21:45.155Z Compiling thiserror-impl v1.0.64
11942024-10-31T19:21:45.506Z Compiling futures-macro v0.3.31
11952024-10-31T19:21:45.795Z Compiling zeroize v1.8.1
11962024-10-31T19:21:46.441Z Compiling der_derive v0.7.3
11972024-10-31T19:21:46.476Z Compiling zerocopy v0.7.35
11982024-10-31T19:21:46.764Z Compiling tracing-attributes v0.1.27
11992024-10-31T19:21:46.851Z Compiling scroll_derive v0.12.0
12002024-10-31T19:21:47.450Z Compiling futures-util v0.3.31
12012024-10-31T19:21:47.715Z Compiling crypto-common v0.1.6
12022024-10-31T19:21:47.942Z Compiling block-buffer v0.10.4
12032024-10-31T19:21:48.102Z Compiling block-padding v0.3.3
12042024-10-31T19:21:48.212Z Compiling digest v0.10.7
12052024-10-31T19:21:48.212Z Compiling ppv-lite86 v0.2.20
12062024-10-31T19:21:48.287Z Compiling thiserror v1.0.64
12072024-10-31T19:21:48.346Z Compiling inout v0.1.3
12082024-10-31T19:21:48.430Z Compiling pest v2.7.14
12092024-10-31T19:21:48.624Z Compiling hmac v0.12.1
12102024-10-31T19:21:48.703Z Compiling sha2 v0.10.8
12112024-10-31T19:21:48.803Z Compiling cipher v0.4.4
12122024-10-31T19:21:48.882Z Compiling der v0.7.9
12132024-10-31T19:21:49.072Z Compiling rand_chacha v0.3.1
12142024-10-31T19:21:49.326Z Compiling salsa20 v0.10.2
12152024-10-31T19:21:49.558Z Compiling rand v0.8.5
12162024-10-31T19:21:50.286Z Compiling tracing v0.1.40
12172024-10-31T19:21:50.811Z Compiling pbkdf2 v0.12.2
12182024-10-31T19:21:51.010Z Compiling scrypt v0.11.0
12192024-10-31T19:21:51.432Z Compiling spki v0.7.3
12202024-10-31T19:21:51.452Z Compiling pest_meta v2.7.14
12212024-10-31T19:21:51.586Z Compiling cbc v0.1.2
12222024-10-31T19:21:51.741Z Compiling aes v0.8.4
12232024-10-31T19:21:51.809Z Compiling scroll v0.12.0
12242024-10-31T19:21:51.827Z Compiling rustls-webpki v0.102.8
12252024-10-31T19:21:52.328Z Compiling goblin v0.8.2
12262024-10-31T19:21:52.350Z Compiling openssl-macros v0.1.1
12272024-10-31T19:21:52.373Z Compiling async-trait v0.1.83
12282024-10-31T19:21:53.102Z Compiling pest_generator v2.7.14
12292024-10-31T19:21:53.823Z Compiling pkcs5 v0.7.1
12302024-10-31T19:21:53.874Z Compiling sha1 v0.10.6
12312024-10-31T19:21:54.306Z Compiling signature v2.2.0
12322024-10-31T19:21:54.486Z Compiling pkcs8 v0.10.2
12332024-10-31T19:21:54.600Z Compiling regex-automata v0.4.8
12342024-10-31T19:21:54.909Z Compiling multer v3.1.0
12352024-10-31T19:21:55.007Z Compiling cookie v0.18.1
12362024-10-31T19:21:55.026Z Compiling encoding_rs v0.8.34
12372024-10-31T19:21:55.132Z Compiling openssl-probe v0.1.5
12382024-10-31T19:21:55.198Z Compiling gimli v0.31.1
12392024-10-31T19:21:55.307Z Compiling unicode-properties v0.1.3
12402024-10-31T19:21:55.470Z Compiling ipnet v2.10.1
12412024-10-31T19:21:55.702Z Compiling mime v0.3.17
12422024-10-31T19:21:56.045Z Compiling pest_derive v2.7.14
12432024-10-31T19:21:56.318Z Compiling either v1.13.0
12442024-10-31T19:21:56.699Z Compiling schemars v0.8.21
12452024-10-31T19:21:56.742Z Compiling signal-hook v0.3.17
12462024-10-31T19:21:56.850Z Compiling dtrace-parser v0.2.0
12472024-10-31T19:21:57.021Z Compiling rayon-core v1.12.1
12482024-10-31T19:21:57.061Z Compiling slog-async v2.8.0
12492024-10-31T19:21:57.302Z Compiling paste v1.0.15
12502024-10-31T19:21:57.701Z Compiling stringprep v0.1.5
12512024-10-31T19:21:57.782Z Compiling bytes v1.7.2
12522024-10-31T19:21:58.813Z Compiling tokio v1.40.0
12532024-10-31T19:21:58.832Z Compiling indexmap v2.6.0
12542024-10-31T19:21:59.062Z Compiling http v1.1.0
12552024-10-31T19:21:59.195Z Compiling bitflags v2.6.0
12562024-10-31T19:21:59.603Z Compiling semver v1.0.23
12572024-10-31T19:22:00.321Z Compiling rustc_version v0.4.1
12582024-10-31T19:22:00.353Z Compiling dof v0.3.0
12592024-10-31T19:22:01.117Z Compiling http-body v1.0.1
12602024-10-31T19:22:01.212Z Compiling toml_datetime v0.6.8
12612024-10-31T19:22:01.367Z Compiling uuid v1.10.0
12622024-10-31T19:22:01.486Z Compiling serde_spanned v0.6.8
12632024-10-31T19:22:01.733Z Compiling serde_tokenstream v0.2.2
12642024-10-31T19:22:01.737Z Compiling usdt-impl v0.5.0
12652024-10-31T19:22:02.101Z Compiling chrono v0.4.38
12662024-10-31T19:22:02.332Z Compiling http-body-util v0.1.2
12672024-10-31T19:22:02.404Z Compiling heapless v0.7.17
12682024-10-31T19:22:02.875Z Compiling toml_edit v0.22.22
12692024-10-31T19:22:02.960Z Compiling curve25519-dalek v4.1.3
12702024-10-31T19:22:03.252Z Compiling usdt-macro v0.5.0
12712024-10-31T19:22:03.652Z Compiling usdt-attr-macro v0.5.0
12722024-10-31T19:22:04.702Z Compiling slog-json v2.6.1
12732024-10-31T19:22:05.100Z Compiling addr2line v0.24.2
12742024-10-31T19:22:05.326Z Compiling serde_urlencoded v0.7.1
12752024-10-31T19:22:05.759Z Compiling futures-executor v0.3.31
12762024-10-31T19:22:05.842Z Compiling md-5 v0.10.6
12772024-10-31T19:22:06.179Z Compiling schemars_derive v0.8.21
12782024-10-31T19:22:06.315Z Compiling enum-as-inner v0.6.1
12792024-10-31T19:22:06.652Z Compiling async-stream-impl v0.3.6
12802024-10-31T19:22:07.402Z Compiling tokio-util v0.7.12
12812024-10-31T19:22:07.978Z Compiling crossbeam-deque v0.8.5
12822024-10-31T19:22:08.320Z Compiling term v0.7.0
12832024-10-31T19:22:08.760Z Compiling h2 v0.4.6
12842024-10-31T19:22:10.012Z Compiling crossbeam-channel v0.5.13
12852024-10-31T19:22:10.651Z Compiling num-integer v0.1.46
12862024-10-31T19:22:11.165Z Compiling idna v0.3.0
12872024-10-31T19:22:11.238Z Compiling idna v0.4.0
12882024-10-31T19:22:11.475Z Compiling rustls-pemfile v2.2.0
12892024-10-31T19:22:11.806Z Compiling ff v0.13.0
12902024-10-31T19:22:12.032Z Compiling hash32 v0.2.1
12912024-10-31T19:22:12.428Z Compiling is-terminal v0.4.13
12922024-10-31T19:22:12.559Z Compiling dropshot v0.12.0
12932024-10-31T19:22:12.803Z Compiling object v0.36.5
12942024-10-31T19:22:12.831Z Compiling utf-8 v0.7.6
12952024-10-31T19:22:12.854Z Compiling fallible-iterator v0.2.0
12962024-10-31T19:22:13.149Z Compiling anyhow v1.0.89
12972024-10-31T19:22:13.321Z Compiling quick-error v1.2.3
12982024-10-31T19:22:13.470Z Compiling stable_deref_trait v1.2.0
12992024-10-31T19:22:13.558Z Compiling take_mut v0.2.2
13002024-10-31T19:22:13.578Z Compiling smoltcp v0.9.1
13012024-10-31T19:22:13.709Z Compiling base16ct v0.2.0
13022024-10-31T19:22:13.771Z Compiling dyn-clone v1.0.17
13032024-10-31T19:22:13.989Z Compiling num-bigint-dig v0.8.4
13042024-10-31T19:22:14.024Z Compiling rustc-demangle v0.1.24
13052024-10-31T19:22:14.285Z Compiling portable-atomic v1.9.0
13062024-10-31T19:22:14.287Z Compiling psl-types v2.0.11
13072024-10-31T19:22:14.494Z Compiling linked-hash-map v0.5.6
13082024-10-31T19:22:14.841Z Compiling lru-cache v0.1.2
13092024-10-31T19:22:14.981Z Compiling publicsuffix v2.2.3
13102024-10-31T19:22:15.249Z Compiling sec1 v0.7.3
13112024-10-31T19:22:15.793Z Compiling hyper v1.4.1
13122024-10-31T19:22:16.606Z Compiling postgres-protocol v0.6.7
13132024-10-31T19:22:17.108Z Compiling resolv-conf v0.7.0
13142024-10-31T19:22:17.851Z Compiling tungstenite v0.24.0
13152024-10-31T19:22:17.972Z Compiling usdt v0.5.0
13162024-10-31T19:22:18.460Z Compiling hyper-util v0.1.9
13172024-10-31T19:22:18.817Z Compiling slog-term v2.9.1
13182024-10-31T19:22:18.938Z Compiling hickory-proto v0.24.1
13192024-10-31T19:22:18.984Z Compiling group v0.13.0
13202024-10-31T19:22:19.304Z Compiling tokio-rustls v0.26.0
13212024-10-31T19:22:19.759Z Compiling num-iter v0.1.45
13222024-10-31T19:22:19.778Z Compiling tokio-rustls v0.25.0
13232024-10-31T19:22:19.949Z Compiling tokio-native-tls v0.3.1
13242024-10-31T19:22:20.065Z Compiling backtrace v0.3.74
13252024-10-31T19:22:20.182Z Compiling async-stream v0.3.6
13262024-10-31T19:22:20.211Z Compiling toml v0.8.19
13272024-10-31T19:22:20.477Z Compiling futures v0.3.31
13282024-10-31T19:22:21.694Z Compiling slog-bunyan v2.5.0
13292024-10-31T19:22:21.733Z Compiling terminal_size v0.4.0
13302024-10-31T19:22:21.900Z Compiling dropshot_endpoint v0.12.0
13312024-10-31T19:22:21.920Z Compiling openapiv3 v2.0.0
13322024-10-31T19:22:21.942Z Compiling camino v1.1.9
13332024-10-31T19:22:21.961Z Compiling serde_path_to_error v0.1.16
13342024-10-31T19:22:22.831Z Compiling hkdf v0.12.4
13352024-10-31T19:22:22.917Z Compiling crypto-bigint v0.5.5
13362024-10-31T19:22:23.079Z Compiling zerocopy-derive v0.6.6
13372024-10-31T19:22:23.239Z Compiling hubpack_derive v0.1.1
13382024-10-31T19:22:23.341Z Compiling curve25519-dalek-derive v0.1.1
13392024-10-31T19:22:23.749Z Compiling phf_shared v0.11.2
13402024-10-31T19:22:24.135Z Compiling waitgroup v0.1.2
13412024-10-31T19:22:24.154Z Compiling webpki-roots v0.26.6
13422024-10-31T19:22:24.347Z Compiling hostname v0.4.0
13432024-10-31T19:22:24.367Z Compiling fs-err v2.11.0
13442024-10-31T19:22:24.599Z Compiling ahash v0.8.11
13452024-10-31T19:22:24.664Z Compiling debug-ignore v1.0.5
13462024-10-31T19:22:24.812Z Compiling bitflags v1.3.2
13472024-10-31T19:22:24.827Z Compiling winnow v0.5.40
13482024-10-31T19:22:24.913Z Compiling managed v0.8.0
13492024-10-31T19:22:24.936Z Compiling console v0.15.8
13502024-10-31T19:22:25.184Z Compiling zerocopy v0.6.6
13512024-10-31T19:22:26.066Z Compiling elliptic-curve v0.13.8
13522024-10-31T19:22:26.113Z Compiling clap_builder v4.5.20
13532024-10-31T19:22:26.553Z Compiling strum_macros v0.25.3
13542024-10-31T19:22:27.624Z Compiling hickory-resolver v0.24.1
13552024-10-31T19:22:28.847Z Compiling toml_edit v0.19.15
13562024-10-31T19:22:28.896Z Compiling hyper-rustls v0.27.3
13572024-10-31T19:22:28.953Z Compiling hubpack v0.1.2
13582024-10-31T19:22:29.401Z Compiling phf v0.11.2
13592024-10-31T19:22:29.504Z Compiling signal-hook-mio v0.2.4
13602024-10-31T19:22:29.671Z Compiling cookie_store v0.21.0
13612024-10-31T19:22:29.695Z Compiling hyper-tls v0.6.0
13622024-10-31T19:22:30.366Z Compiling rayon v1.10.0
13632024-10-31T19:22:31.186Z Compiling tokio-tungstenite v0.24.0
13642024-10-31T19:22:31.745Z Compiling postgres-types v0.2.8
13652024-10-31T19:22:33.859Z Compiling tokio-stream v0.1.16
13662024-10-31T19:22:34.566Z Compiling bstr v1.10.0
13672024-10-31T19:22:34.852Z Compiling regex v1.11.0
13682024-10-31T19:22:34.888Z Compiling serde-big-array v0.5.1
13692024-10-31T19:22:34.954Z Compiling ed25519 v2.2.3
13702024-10-31T19:22:35.109Z Compiling pkcs1 v0.7.5
13712024-10-31T19:22:35.262Z Compiling rfc6979 v0.4.0
13722024-10-31T19:22:35.437Z Compiling clap_derive v4.5.18
13732024-10-31T19:22:35.458Z Compiling serde_repr v0.1.19
13742024-10-31T19:22:35.932Z Compiling derive-where v1.2.7
13752024-10-31T19:22:36.100Z Compiling phf_shared v0.10.0
13762024-10-31T19:22:36.286Z Compiling float-cmp v0.9.0
13772024-10-31T19:22:36.415Z Compiling sync_wrapper v1.0.1
13782024-10-31T19:22:36.494Z Compiling crc32fast v1.4.2
13792024-10-31T19:22:36.517Z Compiling number_prefix v0.4.0
13802024-10-31T19:22:36.574Z Compiling fixedbitset v0.4.2
13812024-10-31T19:22:36.594Z Compiling minimal-lexical v0.2.1
13822024-10-31T19:22:36.728Z Compiling bit-vec v0.6.3
13832024-10-31T19:22:36.801Z Compiling predicates-core v1.0.8
13842024-10-31T19:22:36.822Z Compiling unicode-segmentation v1.12.0
13852024-10-31T19:22:37.030Z Compiling normalize-line-endings v0.3.0
13862024-10-31T19:22:37.098Z Compiling whoami v1.5.2
13872024-10-31T19:22:37.141Z Compiling new_debug_unreachable v1.0.6
13882024-10-31T19:22:37.162Z Compiling static_assertions v1.1.0
13892024-10-31T19:22:37.181Z Compiling precomputed-hash v0.1.1
13902024-10-31T19:22:37.241Z Compiling difflib v0.4.0
13912024-10-31T19:22:37.263Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13922024-10-31T19:22:37.303Z Compiling string_cache v0.8.7
13932024-10-31T19:22:37.698Z Compiling predicates v3.1.2
13942024-10-31T19:22:37.742Z Compiling similar v2.6.0
13952024-10-31T19:22:37.745Z Compiling tokio-postgres v0.7.12
13962024-10-31T19:22:38.785Z Compiling bit-set v0.5.3
13972024-10-31T19:22:39.085Z Compiling nom v7.1.3
13982024-10-31T19:22:39.342Z Compiling qorb v0.2.0
13992024-10-31T19:22:39.362Z Compiling petgraph v0.6.5
14002024-10-31T19:22:40.077Z Compiling clap v4.5.20
14012024-10-31T19:22:40.139Z Compiling flate2 v1.0.34
14022024-10-31T19:22:40.204Z Compiling indicatif v0.17.8
14032024-10-31T19:22:41.158Z Compiling reqwest v0.12.8
14042024-10-31T19:22:42.283Z Compiling rsa v0.9.6
14052024-10-31T19:22:42.882Z Compiling ecdsa v0.16.9
14062024-10-31T19:22:43.286Z Compiling ed25519-dalek v2.1.1
14072024-10-31T19:22:43.354Z Compiling toml v0.7.8
14082024-10-31T19:22:43.747Z Compiling crossterm v0.28.1
14092024-10-31T19:22:44.627Z Compiling hex v0.4.3
14102024-10-31T19:22:44.848Z Compiling itertools v0.12.1
14112024-10-31T19:22:44.966Z Compiling itertools v0.10.5
14122024-10-31T19:22:45.244Z Compiling x509-cert v0.2.5
14132024-10-31T19:22:45.265Z Compiling peg-runtime v0.8.3
14142024-10-31T19:22:45.717Z Compiling lalrpop-util v0.19.12
14152024-10-31T19:22:45.933Z Compiling unicode-xid v0.2.6
14162024-10-31T19:22:46.104Z Compiling xattr v1.3.1
14172024-10-31T19:22:46.125Z Compiling strum_macros v0.26.4
14182024-10-31T19:22:46.385Z Compiling filetime v0.2.25
14192024-10-31T19:22:46.703Z Compiling tar v0.4.42
14202024-10-31T19:22:49.750Z Compiling strum v0.26.3
14212024-10-31T19:22:50.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14222024-10-31T19:22:50.330Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14232024-10-31T19:22:55.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
14242024-10-31T19:22:55.927Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14252024-10-31T19:22:55.976ZOct 31 19:22:54.822 INFO Starting download, target: Clickhouse
14262024-10-31T19:22:55.976ZOct 31 19:22:54.822 INFO Starting download, target: Cockroach
14272024-10-31T19:22:55.979ZOct 31 19:22:54.822 INFO Starting download, target: Console
14282024-10-31T19:22:55.979ZOct 31 19:22:54.822 INFO Starting download, target: DendriteOpenapi
14292024-10-31T19:22:55.979ZOct 31 19:22:54.822 INFO Starting download, target: DendriteStub
14302024-10-31T19:22:55.979ZOct 31 19:22:54.822 INFO Starting download, target: MaghemiteMgd
14312024-10-31T19:22:55.980ZOct 31 19:22:54.822 INFO Starting download, target: TransceiverControl
14322024-10-31T19:22:55.980ZOct 31 19:22:54.823 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14332024-10-31T19:22:55.980ZOct 31 19:22:54.823 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14342024-10-31T19:22:55.980ZOct 31 19:22:54.823 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14352024-10-31T19:22:55.980ZOct 31 19:22:54.823 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14362024-10-31T19:22:55.980ZOct 31 19:22:54.823 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14372024-10-31T19:22:55.980ZOct 31 19:22:54.823 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14382024-10-31T19:22:55.980ZOct 31 19:22:54.823 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14392024-10-31T19:22:56.266ZOct 31 19:22:55.097 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14402024-10-31T19:22:56.318ZOct 31 19:22:55.148 INFO Download complete, target: DendriteOpenapi
14412024-10-31T19:22:56.573ZOct 31 19:22:55.401 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14422024-10-31T19:22:56.892ZOct 31 19:22:55.735 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14432024-10-31T19:22:56.912ZOct 31 19:22:55.748 INFO Download complete, target: Console
14442024-10-31T19:22:56.919ZOct 31 19:22:55.763 INFO Download complete, target: TransceiverControl
14452024-10-31T19:22:56.972ZOct 31 19:22:55.817 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14462024-10-31T19:22:57.806ZOct 31 19:22:56.651 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14472024-10-31T19:22:57.806ZOct 31 19:22:56.651 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14482024-10-31T19:22:58.797ZOct 31 19:22:57.643 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14492024-10-31T19:22:59.669ZOct 31 19:22:58.515 INFO Download complete, target: DendriteStub
14502024-10-31T19:22:59.672ZOct 31 19:22:58.516 INFO Download complete, target: MaghemiteMgd
14512024-10-31T19:23:05.102ZOct 31 19:23:03.947 INFO Checking that binary works, target: Cockroach
14522024-10-31T19:23:05.261ZOct 31 19:23:04.106 INFO Download complete, target: Cockroach
14532024-10-31T19:23:11.045ZOct 31 19:23:09.889 INFO Checking that binary works, target: Clickhouse
14542024-10-31T19:23:11.206ZOct 31 19:23:10.051 INFO Download complete, target: Clickhouse
14552024-10-31T19:23:11.213ZAll prerequisites installed successfully
14562024-10-31T19:23:11.216Z
14572024-10-31T19:23:11.216Zreal 3:46.102584497
14582024-10-31T19:23:11.216Zuser 12:06.461947297
14592024-10-31T19:23:11.216Zsys 2:40.379962108
14602024-10-31T19:23:11.216Ztrap 0.434087947
14612024-10-31T19:23:11.216Ztflt 1.309290240
14622024-10-31T19:23:11.216Zdflt 1.471907455
14632024-10-31T19:23:11.216Zkflt 0.029979279
14642024-10-31T19:23:11.216Zlock 22:23.044464978
14652024-10-31T19:23:11.216Zslp 46:46.430753178
14662024-10-31T19:23:11.216Zlat 47.005314378
14672024-10-31T19:23:11.216Zstop 1:58.501493932
14682024-10-31T19:23:11.216Z+ ptime -m cargo xtask download softnpu
14692024-10-31T19:23:11.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
14702024-10-31T19:23:11.729Z Running `target/debug/xtask download softnpu`
14712024-10-31T19:23:12.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
14722024-10-31T19:23:12.547Z Running `target/debug/xtask-downloader softnpu`
14732024-10-31T19:23:12.584ZOct 31 19:23:11.429 INFO Starting download, target: Softnpu
14742024-10-31T19:23:12.586ZOct 31 19:23:11.429 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14752024-10-31T19:23:13.488ZOct 31 19:23:12.333 INFO Download complete, target: Softnpu
14762024-10-31T19:23:13.492Z
14772024-10-31T19:23:13.494Zreal 2.271587423
14782024-10-31T19:23:13.494Zuser 1.203947928
14792024-10-31T19:23:13.494Zsys 0.505042276
14802024-10-31T19:23:13.494Ztrap 0.000140305
14812024-10-31T19:23:13.494Ztflt 0.000010147
14822024-10-31T19:23:13.494Zdflt 0.000000000
14832024-10-31T19:23:13.494Zkflt 0.000000000
14842024-10-31T19:23:13.494Zlock 9.509447456
14852024-10-31T19:23:13.494Zslp 0.722181982
14862024-10-31T19:23:13.494Zlat 0.063932954
14872024-10-31T19:23:13.494Zstop 0.000159164
14882024-10-31T19:23:13.494Z+ export CARGO_INCREMENTAL=0
14892024-10-31T19:23:13.494Z+ CARGO_INCREMENTAL=0
14902024-10-31T19:23:13.494Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14912024-10-31T19:23:14.426Z Compiling proc-macro2 v1.0.87
14922024-10-31T19:23:14.426Z Compiling unicode-ident v1.0.13
14932024-10-31T19:23:14.426Z Compiling libc v0.2.161
14942024-10-31T19:23:14.426Z Compiling serde v1.0.210
14952024-10-31T19:23:14.429Z Compiling autocfg v1.4.0
14962024-10-31T19:23:14.430Z Compiling version_check v0.9.5
14972024-10-31T19:23:14.430Z Compiling cfg-if v1.0.0
14982024-10-31T19:23:14.659Z Compiling typenum v1.17.0
14992024-10-31T19:23:14.707Z Compiling memchr v2.7.4
15002024-10-31T19:23:14.725Z Compiling shlex v1.3.0
15012024-10-31T19:23:15.132Z Compiling parking_lot_core v0.9.10
15022024-10-31T19:23:15.411Z Compiling lock_api v0.4.12
15032024-10-31T19:23:15.499Z Compiling generic-array v0.14.7
15042024-10-31T19:23:15.542Z Compiling once_cell v1.20.2
15052024-10-31T19:23:15.743Z Compiling serde_json v1.0.128
15062024-10-31T19:23:15.810Z Compiling libm v0.2.8
15072024-10-31T19:23:15.927Z Compiling thiserror v1.0.64
15082024-10-31T19:23:16.051Z Compiling num-traits v0.2.19
15092024-10-31T19:23:16.078Z Compiling value-bag v1.9.0
15102024-10-31T19:23:16.149Z Compiling quote v1.0.37
15112024-10-31T19:23:16.337Z Compiling itoa v1.0.11
15122024-10-31T19:23:16.393Z Compiling getrandom v0.2.15
15132024-10-31T19:23:16.562Z Compiling syn v2.0.79
15142024-10-31T19:23:16.623Z Compiling jobserver v0.1.32
15152024-10-31T19:23:16.670Z Compiling log v0.4.22
15162024-10-31T19:23:16.771Z Compiling slab v0.4.9
15172024-10-31T19:23:16.886Z Compiling scopeguard v1.2.0
15182024-10-31T19:23:17.039Z Compiling cc v1.1.30
15192024-10-31T19:23:17.087Z Compiling rand_core v0.6.4
15202024-10-31T19:23:17.331Z Compiling byteorder v1.5.0
15212024-10-31T19:23:17.861Z Compiling subtle v2.6.1
15222024-10-31T19:23:17.973Z Compiling allocator-api2 v0.2.18
15232024-10-31T19:23:18.411Z Compiling semver v1.0.23
15242024-10-31T19:23:18.813Z Compiling ryu v1.0.18
15252024-10-31T19:23:18.884Z Compiling pin-project-lite v0.2.14
15262024-10-31T19:23:18.961Z Compiling const-oid v0.9.6
15272024-10-31T19:23:18.992Z Compiling foldhash v0.1.3
15282024-10-31T19:23:19.017Z Compiling equivalent v1.0.1
15292024-10-31T19:23:19.073Z Compiling smallvec v1.13.2
15302024-10-31T19:23:19.124Z Compiling httparse v1.9.5
15312024-10-31T19:23:19.203Z Compiling hashbrown v0.15.0
15322024-10-31T19:23:19.574Z Compiling schemars v0.8.21
15332024-10-31T19:23:19.880Z Compiling signal-hook-registry v1.4.2
15342024-10-31T19:23:19.922Z Compiling heck v0.5.0
15352024-10-31T19:23:20.081Z Compiling mio v1.0.2
15362024-10-31T19:23:20.233Z Compiling ring v0.17.8
15372024-10-31T19:23:20.363Z Compiling parking_lot v0.12.3
15382024-10-31T19:23:21.157Z Compiling crossbeam-utils v0.8.20
15392024-10-31T19:23:21.201Z Compiling socket2 v0.5.7
15402024-10-31T19:23:21.385Z Compiling fnv v1.0.7
15412024-10-31T19:23:21.515Z Compiling vcpkg v0.2.15
15422024-10-31T19:23:21.608Z Compiling num-conv v0.1.0
15432024-10-31T19:23:21.676Z Compiling pkg-config v0.3.31
15442024-10-31T19:23:22.314Z Compiling futures-core v0.3.31
15452024-10-31T19:23:22.685Z Compiling time-core v0.1.2
15462024-10-31T19:23:22.860Z Compiling time-macros v0.2.18
15472024-10-31T19:23:23.032Z Compiling openssl-sys v0.9.103
15482024-10-31T19:23:23.576Z Compiling spin v0.9.8
15492024-10-31T19:23:23.961Z Compiling serde_derive_internals v0.29.1
15502024-10-31T19:23:24.272Z Compiling cpufeatures v0.2.14
15512024-10-31T19:23:24.326Z Compiling futures-sink v0.3.31
15522024-10-31T19:23:24.789Z Compiling ahash v0.8.11
15532024-10-31T19:23:24.889Z Compiling syn v1.0.109
15542024-10-31T19:23:24.907Z Compiling slog v2.7.0
15552024-10-31T19:23:25.300Z Compiling rustix v0.38.37
15562024-10-31T19:23:25.589Z Compiling futures-channel v0.3.31
15572024-10-31T19:23:25.773Z Compiling futures-task v0.3.31
15582024-10-31T19:23:25.791Z Compiling ucd-trie v0.1.7
15592024-10-31T19:23:25.819Z Compiling openssl v0.10.66
15602024-10-31T19:23:25.924Z Compiling tinyvec_macros v0.1.1
15612024-10-31T19:23:25.998Z Compiling iana-time-zone v0.1.61
15622024-10-31T19:23:26.018Z Compiling futures-io v0.3.31
15632024-10-31T19:23:26.149Z Compiling pin-utils v0.1.0
15642024-10-31T19:23:26.242Z Compiling tinyvec v1.8.0
15652024-10-31T19:23:26.741Z Compiling native-tls v0.2.12
15662024-10-31T19:23:26.774Z Compiling rustls v0.23.14
15672024-10-31T19:23:27.053Z Compiling unicode-bidi v0.3.17
15682024-10-31T19:23:27.102Z Compiling base64ct v1.6.0
15692024-10-31T19:23:27.666Z Compiling pem-rfc7468 v0.7.0
15702024-10-31T19:23:27.725Z Compiling unicode-normalization v0.1.24
15712024-10-31T19:23:28.401Z Compiling tracing-core v0.1.32
15722024-10-31T19:23:28.606Z Compiling serde_derive v1.0.210
15732024-10-31T19:23:28.773Z Compiling zeroize_derive v1.4.2
15742024-10-31T19:23:29.561Z Compiling zerocopy-derive v0.7.35
15752024-10-31T19:23:29.696Z Compiling thiserror-impl v1.0.64
15762024-10-31T19:23:30.057Z Compiling zeroize v1.8.1
15772024-10-31T19:23:30.421Z Compiling tokio-macros v2.4.0
15782024-10-31T19:23:31.353Z Compiling futures-macro v0.3.31
15792024-10-31T19:23:31.711Z Compiling zerocopy v0.7.35
15802024-10-31T19:23:32.234Z Compiling crypto-common v0.1.6
15812024-10-31T19:23:32.573Z Compiling tracing-attributes v0.1.27
15822024-10-31T19:23:32.678Z Compiling block-buffer v0.10.4
15832024-10-31T19:23:32.929Z Compiling digest v0.10.7
15842024-10-31T19:23:33.185Z Compiling schemars_derive v0.8.21
15852024-10-31T19:23:33.335Z Compiling der_derive v0.7.3
15862024-10-31T19:23:34.593Z Compiling hmac v0.12.1
15872024-10-31T19:23:34.668Z Compiling scroll_derive v0.12.0
15882024-10-31T19:23:34.818Z Compiling futures-util v0.3.31
15892024-10-31T19:23:35.363Z Compiling pest v2.7.14
15902024-10-31T19:23:35.684Z Compiling block-padding v0.3.3
15912024-10-31T19:23:36.076Z Compiling inout v0.1.3
15922024-10-31T19:23:36.220Z Compiling openssl-macros v0.1.1
15932024-10-31T19:23:36.873Z Compiling cipher v0.4.4
15942024-10-31T19:23:36.968Z Compiling sha2 v0.10.8
15952024-10-31T19:23:37.333Z Compiling ppv-lite86 v0.2.20
15962024-10-31T19:23:37.757Z Compiling usdt-impl v0.5.0
15972024-10-31T19:23:38.102Z Compiling pest_meta v2.7.14
15982024-10-31T19:23:38.119Z Compiling cookie v0.18.1
15992024-10-31T19:23:38.197Z Compiling flagset v0.4.6
16002024-10-31T19:23:38.405Z Compiling anyhow v1.0.89
16012024-10-31T19:23:38.425Z Compiling dyn-clone v1.0.17
16022024-10-31T19:23:38.838Z Compiling der v0.7.9
16032024-10-31T19:23:38.945Z Compiling rand_chacha v0.3.1
16042024-10-31T19:23:39.871Z Compiling pest_generator v2.7.14
16052024-10-31T19:23:40.852Z Compiling scroll v0.12.0
16062024-10-31T19:23:40.868Z Compiling tracing v0.1.40
16072024-10-31T19:23:41.167Z Compiling bytes v1.7.2
16082024-10-31T19:23:41.504Z Compiling indexmap v2.6.0
16092024-10-31T19:23:41.753Z Compiling serde_tokenstream v0.2.2
16102024-10-31T19:23:42.282Z Compiling tokio v1.40.0
16112024-10-31T19:23:42.343Z Compiling http v1.1.0
16122024-10-31T19:23:42.587Z Compiling rustc_version v0.4.1
16132024-10-31T19:23:42.954Z Compiling uuid v1.10.0
16142024-10-31T19:23:43.031Z Compiling chrono v0.4.38
16152024-10-31T19:23:43.146Z Compiling bitflags v2.6.0
16162024-10-31T19:23:44.224Z Compiling serde_spanned v0.6.8
16172024-10-31T19:23:44.453Z Compiling toml_datetime v0.6.8
16182024-10-31T19:23:44.888Z Compiling pest_derive v2.7.14
16192024-10-31T19:23:47.773Z Compiling async-trait v0.1.83
16202024-10-31T19:23:49.156Z Compiling aho-corasick v1.1.3
16212024-10-31T19:23:49.758Z Compiling rustls-pki-types v1.9.0
16222024-10-31T19:23:49.998Z Compiling regex-syntax v0.8.5
16232024-10-31T19:23:50.408Z Compiling plain v0.2.3
16242024-10-31T19:23:50.579Z Compiling camino v1.1.9
16252024-10-31T19:23:50.723Z Compiling rayon-core v1.12.1
16262024-10-31T19:23:51.017Z Compiling percent-encoding v2.3.1
16272024-10-31T19:23:51.136Z Compiling goblin v0.8.2
16282024-10-31T19:23:51.341Z Compiling tokio-util v0.7.12
16292024-10-31T19:23:52.574Z Compiling spki v0.7.3
16302024-10-31T19:23:52.602Z Compiling rand v0.8.5
16312024-10-31T19:23:52.959Z Compiling salsa20 v0.10.2
16322024-10-31T19:23:53.197Z Compiling pbkdf2 v0.12.2
16332024-10-31T19:23:53.644Z Compiling regex-automata v0.4.8
16342024-10-31T19:23:54.221Z Compiling rustls v0.22.4
16352024-10-31T19:23:54.506Z Compiling winnow v0.5.40
16362024-10-31T19:23:54.746Z Compiling untrusted v0.9.0
16372024-10-31T19:23:54.922Z Compiling powerfmt v0.2.0
16382024-10-31T19:23:55.279Z Compiling pretty-hex v0.4.1
16392024-10-31T19:23:55.504Z Compiling deranged v0.3.11
16402024-10-31T19:23:57.187Z Compiling dof v0.3.0
16412024-10-31T19:23:57.815Z Compiling scrypt v0.11.0
16422024-10-31T19:23:58.132Z Compiling toml_edit v0.19.15
16432024-10-31T19:23:58.748Z Compiling dtrace-parser v0.2.0
16442024-10-31T19:23:59.091Z Compiling cbc v0.1.2
16452024-10-31T19:23:59.117Z Compiling aes v0.8.4
16462024-10-31T19:23:59.311Z Compiling thread-id v4.2.2
16472024-10-31T19:23:59.430Z Compiling num_threads v0.1.7
16482024-10-31T19:23:59.564Z Compiling atomic-waker v1.1.2
16492024-10-31T19:24:00.091Z Compiling rustversion v1.0.17
16502024-10-31T19:24:00.309Z Compiling pkcs5 v0.7.1
16512024-10-31T19:24:00.427Z Compiling time v0.3.36
16522024-10-31T19:24:01.375Z Compiling rustls-webpki v0.102.8
16532024-10-31T19:24:02.587Z Compiling form_urlencoded v1.2.1
16542024-10-31T19:24:02.872Z Compiling http-body v1.0.1
16552024-10-31T19:24:03.080Z Compiling heapless v0.7.17
16562024-10-31T19:24:03.660Z Compiling multer v3.1.0
16572024-10-31T19:24:03.983Z Compiling slog-async v2.8.0
16582024-10-31T19:24:04.075Z Compiling try-lock v0.2.5
16592024-10-31T19:24:04.567Z Compiling signal-hook v0.3.17
16602024-10-31T19:24:04.666Z Compiling want v0.3.1
16612024-10-31T19:24:04.860Z Compiling pkcs8 v0.10.2
16622024-10-31T19:24:05.462Z Compiling h2 v0.4.6
16632024-10-31T19:24:06.065Z Compiling regex v1.11.0
16642024-10-31T19:24:07.068Z Compiling paste v1.0.15
16652024-10-31T19:24:07.405Z Compiling strsim v0.11.1
16662024-10-31T19:24:07.519Z Compiling httpdate v1.0.3
16672024-10-31T19:24:08.875Z Compiling usdt-attr-macro v0.5.0
16682024-10-31T19:24:09.159Z Compiling usdt-macro v0.5.0
16692024-10-31T19:24:09.779Z Compiling openapiv3 v2.0.0
16702024-10-31T19:24:10.349Z Compiling curve25519-dalek v4.1.3
16712024-10-31T19:24:10.460Z Compiling idna v0.5.0
16722024-10-31T19:24:10.756Z Compiling async-stream-impl v0.3.6
16732024-10-31T19:24:11.850Z Compiling enum-as-inner v0.6.1
16742024-10-31T19:24:12.114Z Compiling errno v0.3.9
16752024-10-31T19:24:12.385Z Compiling hyper v1.4.1
16762024-10-31T19:24:12.513Z Compiling dropshot v0.12.0
16772024-10-31T19:24:12.864Z Compiling portable-atomic v1.9.0
16782024-10-31T19:24:13.601Z Compiling num-bigint-dig v0.8.4
16792024-10-31T19:24:13.785Z Compiling base64 v0.22.1
16802024-10-31T19:24:13.920Z Compiling match_cfg v0.1.0
16812024-10-31T19:24:13.942Z Compiling smoltcp v0.9.1
16822024-10-31T19:24:14.022Z Compiling tower-service v0.3.3
16832024-10-31T19:24:14.152Z Compiling foreign-types-shared v0.1.1
16842024-10-31T19:24:14.275Z Compiling adler2 v2.0.0
16852024-10-31T19:24:14.468Z Compiling miniz_oxide v0.8.0
16862024-10-31T19:24:14.529Z Compiling foreign-types v0.3.2
16872024-10-31T19:24:14.651Z Compiling hostname v0.3.1
16882024-10-31T19:24:14.769Z Compiling url v2.5.2
16892024-10-31T19:24:14.823Z Compiling hyper-util v0.1.9
16902024-10-31T19:24:17.821Z Compiling dirs-sys-next v0.1.2
16912024-10-31T19:24:17.917Z Compiling data-encoding v2.6.0
16922024-10-31T19:24:18.421Z Compiling siphasher v0.3.11
16932024-10-31T19:24:18.697Z Compiling heck v0.4.1
16942024-10-31T19:24:18.826Z Compiling gimli v0.31.1
16952024-10-31T19:24:21.692Z Compiling dirs-next v2.0.0
16962024-10-31T19:24:24.485Z Compiling addr2line v0.24.2
16972024-10-31T19:24:25.428Z Compiling http-body-util v0.1.2
16982024-10-31T19:24:26.049Z Compiling crossbeam-epoch v0.9.18
16992024-10-31T19:24:26.148Z Compiling dropshot_endpoint v0.12.0
17002024-10-31T19:24:26.685Z Compiling hubpack_derive v0.1.1
17012024-10-31T19:24:26.713Z Compiling sha1 v0.10.6
17022024-10-31T19:24:26.919Z Compiling signature v2.2.0
17032024-10-31T19:24:27.135Z Compiling curve25519-dalek-derive v0.1.1
17042024-10-31T19:24:27.155Z Compiling zerocopy-derive v0.6.6
17052024-10-31T19:24:27.583Z Compiling lazy_static v1.5.0
17062024-10-31T19:24:27.701Z Compiling object v0.36.5
17072024-10-31T19:24:28.313Z Compiling thread_local v1.1.8
17082024-10-31T19:24:28.437Z Compiling fs-err v2.11.0
17092024-10-31T19:24:28.607Z Compiling encoding_rs v0.8.34
17102024-10-31T19:24:28.770Z Compiling winnow v0.6.20
17112024-10-31T19:24:28.796Z Compiling mime v0.3.17
17122024-10-31T19:24:28.946Z Compiling utf8parse v0.2.2
17132024-10-31T19:24:29.115Z Compiling unicode-properties v0.1.3
17142024-10-31T19:24:29.306Z Compiling rustc-demangle v0.1.24
17152024-10-31T19:24:29.924Z Compiling either v1.13.0
17162024-10-31T19:24:30.381Z Compiling ipnet v2.10.1
17172024-10-31T19:24:31.388Z Compiling openssl-probe v0.1.5
17182024-10-31T19:24:31.481Z Compiling stable_deref_trait v1.2.0
17192024-10-31T19:24:31.596Z Compiling anstyle v1.0.8
17202024-10-31T19:24:32.043Z Compiling stringprep v0.1.5
17212024-10-31T19:24:32.415Z Compiling toml_edit v0.22.22
17222024-10-31T19:24:32.539Z Compiling anstyle-parse v0.2.5
17232024-10-31T19:24:35.128Z Compiling crossbeam-deque v0.8.5
17242024-10-31T19:24:36.560Z Compiling backtrace v0.3.74
17252024-10-31T19:24:41.281Z Compiling term v0.7.0
17262024-10-31T19:24:42.505Z Compiling slog-json v2.6.1
17272024-10-31T19:24:43.727Z Compiling serde_urlencoded v0.7.1
17282024-10-31T19:24:44.246Z Compiling crossbeam-channel v0.5.13
17292024-10-31T19:24:44.590Z Compiling rustls-pemfile v2.2.0
17302024-10-31T19:24:44.909Z Compiling hashbrown v0.14.5
17312024-10-31T19:24:45.311Z Compiling futures-executor v0.3.31
17322024-10-31T19:24:46.238Z Compiling md-5 v0.10.6
17332024-10-31T19:24:46.261Z Compiling idna v0.3.0
17342024-10-31T19:24:46.496Z Compiling idna v0.4.0
17352024-10-31T19:24:47.131Z Compiling num-integer v0.1.46
17362024-10-31T19:24:47.660Z Compiling ff v0.13.0
17372024-10-31T19:24:47.682Z Compiling hash32 v0.2.1
17382024-10-31T19:24:47.831Z Compiling is-terminal v0.4.13
17392024-10-31T19:24:47.913Z Compiling memmap v0.7.0
17402024-10-31T19:24:48.134Z Compiling is_terminal_polyfill v1.70.1
17412024-10-31T19:24:48.220Z Compiling fallible-iterator v0.2.0
17422024-10-31T19:24:48.257Z Compiling base16ct v0.2.0
17432024-10-31T19:24:48.521Z Compiling colorchoice v1.0.2
17442024-10-31T19:24:48.680Z Compiling linked-hash-map v0.5.6
17452024-10-31T19:24:49.051Z Compiling utf-8 v0.7.6
17462024-10-31T19:24:49.349Z Compiling take_mut v0.2.2
17472024-10-31T19:24:49.508Z Compiling psl-types v2.0.11
17482024-10-31T19:24:49.568Z Compiling anstyle-query v1.1.1
17492024-10-31T19:24:49.728Z Compiling quick-error v1.2.3
17502024-10-31T19:24:49.881Z Compiling resolv-conf v0.7.0
17512024-10-31T19:24:49.984Z Compiling anstream v0.6.15
17522024-10-31T19:24:50.531Z Compiling publicsuffix v2.2.3
17532024-10-31T19:24:50.791Z Compiling tungstenite v0.24.0
17542024-10-31T19:24:51.706Z Compiling lru-cache v0.1.2
17552024-10-31T19:24:52.576Z Compiling postgres-protocol v0.6.7
17562024-10-31T19:24:52.708Z Compiling sec1 v0.7.3
17572024-10-31T19:24:52.741Z Compiling usdt v0.5.0
17582024-10-31T19:24:53.146Z Compiling slog-term v2.9.1
17592024-10-31T19:24:53.200Z Compiling group v0.13.0
17602024-10-31T19:24:53.543Z Compiling num-iter v0.1.45
17612024-10-31T19:24:53.697Z Compiling hickory-proto v0.24.1
17622024-10-31T19:24:54.690Z Compiling regress v0.10.1
17632024-10-31T19:24:54.695Z Compiling futures v0.3.31
17642024-10-31T19:24:57.952Z Compiling tokio-rustls v0.25.0
17652024-10-31T19:24:58.920Z Compiling slog-bunyan v2.5.0
17662024-10-31T19:24:59.134Z Compiling tokio-rustls v0.26.0
17672024-10-31T19:24:59.151Z Compiling toml v0.8.19
17682024-10-31T19:24:59.268Z Compiling tokio-native-tls v0.3.1
17692024-10-31T19:24:59.557Z Compiling terminal_size v0.4.0
17702024-10-31T19:24:59.577Z Compiling strum_macros v0.25.3
17712024-10-31T19:24:59.782Z Compiling phf_shared v0.11.2
17722024-10-31T19:25:00.350Z Compiling async-stream v0.3.6
17732024-10-31T19:25:00.712Z Compiling waitgroup v0.1.2
17742024-10-31T19:25:01.213Z Compiling webpki-roots v0.26.6
17752024-10-31T19:25:01.513Z Compiling serde_path_to_error v0.1.16
17762024-10-31T19:25:02.106Z Compiling hkdf v0.12.4
17772024-10-31T19:25:02.143Z Compiling crypto-bigint v0.5.5
17782024-10-31T19:25:02.276Z Compiling serde_repr v0.1.19
17792024-10-31T19:25:02.331Z Compiling clap_derive v4.5.18
17802024-10-31T19:25:02.926Z Compiling derive-where v1.2.7
17812024-10-31T19:25:03.439Z Compiling hostname v0.4.0
17822024-10-31T19:25:03.910Z Compiling managed v0.8.0
17832024-10-31T19:25:04.378Z Compiling unicode-width v0.1.14
17842024-10-31T19:25:04.909Z Compiling bitflags v1.3.2
17852024-10-31T19:25:05.554Z Compiling debug-ignore v1.0.5
17862024-10-31T19:25:05.636Z Compiling clap_lex v0.7.2
17872024-10-31T19:25:05.920Z Compiling clap_builder v4.5.20
17882024-10-31T19:25:06.080Z Compiling elliptic-curve v0.13.8
17892024-10-31T19:25:06.404Z Compiling console v0.15.8
17902024-10-31T19:25:08.375Z Compiling hyper-rustls v0.27.3
17912024-10-31T19:25:10.256Z Compiling phf v0.11.2
17922024-10-31T19:25:10.579Z Compiling hyper-tls v0.6.0
17932024-10-31T19:25:10.948Z Compiling hickory-resolver v0.24.1
17942024-10-31T19:25:11.186Z Compiling signal-hook-mio v0.2.4
17952024-10-31T19:25:11.350Z Compiling typify-impl v0.2.0
17962024-10-31T19:25:12.631Z Compiling rayon v1.10.0
17972024-10-31T19:25:12.719Z Compiling cookie_store v0.21.0
17982024-10-31T19:25:13.674Z Compiling postgres-types v0.2.8
17992024-10-31T19:25:14.314Z Compiling tokio-tungstenite v0.24.0
18002024-10-31T19:25:14.877Z Compiling zerocopy v0.6.6
18012024-10-31T19:25:15.181Z Compiling hubpack v0.1.2
18022024-10-31T19:25:15.616Z Compiling ed25519 v2.2.3
18032024-10-31T19:25:15.767Z Compiling phf_shared v0.10.0
18042024-10-31T19:25:16.044Z Compiling pkcs1 v0.7.5
18052024-10-31T19:25:16.119Z Compiling bstr v1.10.0
18062024-10-31T19:25:16.807Z Compiling tokio-stream v0.1.16
18072024-10-31T19:25:16.975Z Compiling serde-big-array v0.5.1
18082024-10-31T19:25:17.197Z Compiling rfc6979 v0.4.0
18092024-10-31T19:25:17.348Z Compiling float-cmp v0.9.0
18102024-10-31T19:25:17.395Z Compiling sync_wrapper v1.0.1
18112024-10-31T19:25:17.553Z Compiling crc32fast v1.4.2
18122024-10-31T19:25:17.635Z Compiling number_prefix v0.4.0
18132024-10-31T19:25:17.848Z Compiling difflib v0.4.0
18142024-10-31T19:25:17.877Z Compiling fixedbitset v0.4.2
18152024-10-31T19:25:17.941Z Compiling static_assertions v1.1.0
18162024-10-31T19:25:18.050Z Compiling minimal-lexical v0.2.1
18172024-10-31T19:25:18.158Z Compiling precomputed-hash v0.1.1
18182024-10-31T19:25:18.272Z Compiling bit-vec v0.6.3
18192024-10-31T19:25:18.390Z Compiling new_debug_unreachable v1.0.6
18202024-10-31T19:25:18.493Z Compiling whoami v1.5.2
18212024-10-31T19:25:18.526Z Compiling normalize-line-endings v0.3.0
18222024-10-31T19:25:18.662Z Compiling unicode-segmentation v1.12.0
18232024-10-31T19:25:18.789Z Compiling predicates-core v1.0.8
18242024-10-31T19:25:18.988Z Compiling predicates v3.1.2
18252024-10-31T19:25:19.061Z Compiling tokio-postgres v0.7.12
18262024-10-31T19:25:19.087Z Compiling bit-set v0.5.3
18272024-10-31T19:25:19.382Z Compiling similar v2.6.0
18282024-10-31T19:25:19.535Z Compiling string_cache v0.8.7
18292024-10-31T19:25:19.939Z Compiling nom v7.1.3
18302024-10-31T19:25:20.706Z Compiling petgraph v0.6.5
18312024-10-31T19:25:20.946Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18322024-10-31T19:25:22.232Z Compiling typify-macro v0.2.0
18332024-10-31T19:25:23.489Z Compiling indicatif v0.17.8
18342024-10-31T19:25:24.161Z Compiling flate2 v1.0.34
18352024-10-31T19:25:24.516Z Compiling qorb v0.2.0
18362024-10-31T19:25:25.038Z Compiling reqwest v0.12.8
18372024-10-31T19:25:25.243Z Compiling ecdsa v0.16.9
18382024-10-31T19:25:26.779Z Compiling rsa v0.9.6
18392024-10-31T19:25:27.397Z Compiling ed25519-dalek v2.1.1
18402024-10-31T19:25:27.887Z Compiling crossterm v0.28.1
18412024-10-31T19:25:27.929Z Compiling clap v4.5.20
18422024-10-31T19:25:29.708Z Compiling itertools v0.10.5
18432024-10-31T19:25:29.982Z Compiling itertools v0.12.1
18442024-10-31T19:25:30.977Z Compiling toml v0.7.8
18452024-10-31T19:25:31.156Z Compiling x509-cert v0.2.5
18462024-10-31T19:25:32.414Z Compiling hex v0.4.3
18472024-10-31T19:25:33.574Z Compiling unicode-xid v0.2.6
18482024-10-31T19:25:33.767Z Compiling peg-runtime v0.8.3
18492024-10-31T19:25:34.255Z Compiling lalrpop-util v0.19.12
18502024-10-31T19:25:35.364Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18512024-10-31T19:25:36.720Z Compiling proc-macro-crate v1.3.1
18522024-10-31T19:25:37.561Z Compiling ipnetwork v0.20.0
18532024-10-31T19:25:39.246Z Compiling heapless v0.8.0
18542024-10-31T19:25:40.490Z Compiling num_enum_derive v0.5.11
18552024-10-31T19:25:46.785Z Compiling hash32 v0.3.1
18562024-10-31T19:25:47.507Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18572024-10-31T19:25:49.473Z Compiling ident_case v1.0.1
18582024-10-31T19:25:49.844Z Compiling smoltcp v0.11.0
18592024-10-31T19:25:52.945Z Compiling darling_core v0.20.10
18602024-10-31T19:26:04.124Z Compiling num_enum v0.5.11
18612024-10-31T19:26:04.313Z Compiling typify v0.2.0
18622024-10-31T19:26:06.223Z Compiling proc-macro-error-attr v1.0.4
18632024-10-31T19:26:06.546Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18642024-10-31T19:26:06.942Z Compiling cobs v0.2.3
18652024-10-31T19:26:07.379Z Compiling unsafe-libyaml v0.2.11
18662024-10-31T19:26:09.692Z Compiling serde_yaml v0.9.34+deprecated
18672024-10-31T19:26:11.911Z Compiling postcard v1.0.10
18682024-10-31T19:26:20.334Z Compiling progenitor-impl v0.8.0
18692024-10-31T19:26:20.673Z Compiling darling_macro v0.20.10
18702024-10-31T19:26:34.261Z Compiling strum_macros v0.26.4
18712024-10-31T19:26:34.982Z Compiling foreign-types-macros v0.2.3
18722024-10-31T19:26:34.985Z Compiling structmeta-derive v0.3.0
18732024-10-31T19:26:35.585Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18742024-10-31T19:26:35.601Z Compiling proc-macro-error v1.0.4
18752024-10-31T19:26:36.041Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18762024-10-31T19:26:36.276Z Compiling newtype-uuid v1.1.2
18772024-10-31T19:26:36.583Z Compiling foreign-types-shared v0.3.1
18782024-10-31T19:26:37.766Z Compiling structmeta v0.3.0
18792024-10-31T19:26:38.328Z Compiling strum v0.26.3
18802024-10-31T19:26:41.330Z Compiling foreign-types v0.5.0
18812024-10-31T19:26:43.262Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18822024-10-31T19:26:46.418Z Compiling progenitor-macro v0.8.0
18832024-10-31T19:26:46.974Z Compiling darling v0.20.10
18842024-10-31T19:26:49.694Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
18852024-10-31T19:26:51.253Z Compiling progenitor-client v0.8.0
18862024-10-31T19:26:52.127Z Compiling tabwriter v1.4.0
18872024-10-31T19:26:53.288Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18882024-10-31T19:26:54.089Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18892024-10-31T19:26:54.921Z Compiling cstr-argument v0.1.2
18902024-10-31T19:26:55.196Z Compiling fastrand v2.1.1
18912024-10-31T19:26:55.636Z Compiling crucible-workspace-hack v0.1.0
18922024-10-31T19:26:55.878Z Compiling pretty-hex v0.2.1
18932024-10-31T19:26:55.934Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
18942024-10-31T19:26:56.085Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18952024-10-31T19:26:56.411Z Compiling tempfile v3.13.0
18962024-10-31T19:26:56.459Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18972024-10-31T19:26:57.315Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18982024-10-31T19:26:57.575Z Compiling serde_with_macros v3.11.0
18992024-10-31T19:26:57.975Z Compiling parse-display-derive v0.10.0
19002024-10-31T19:26:58.103Z Compiling colored v2.1.0
19012024-10-31T19:26:58.107Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19022024-10-31T19:26:58.834Z Compiling instant v0.1.13
19032024-10-31T19:26:59.043Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19042024-10-31T19:26:59.286Z Compiling backoff v0.4.0
19052024-10-31T19:26:59.441Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19062024-10-31T19:26:59.668Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19072024-10-31T19:26:59.897Z Compiling progenitor v0.8.0
19082024-10-31T19:26:59.930Z Compiling serde_with v3.11.0
19092024-10-31T19:27:00.113Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19102024-10-31T19:27:01.655Z Compiling parse-display v0.10.0
19112024-10-31T19:27:02.352Z Compiling zone_cfg_derive v0.3.0
19122024-10-31T19:27:03.532Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19132024-10-31T19:27:03.625Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19142024-10-31T19:27:03.716Z Compiling camino-tempfile v1.1.1
19152024-10-31T19:27:04.256Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19162024-10-31T19:27:04.337Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19172024-10-31T19:27:04.390Z Compiling regress v0.9.1
19182024-10-31T19:27:04.504Z Compiling macaddr v1.0.1
19192024-10-31T19:27:04.526Z Compiling num-derive v0.4.2
19202024-10-31T19:27:04.747Z Compiling sigpipe v0.1.3
19212024-10-31T19:27:04.886Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19222024-10-31T19:27:05.097Z Compiling libefi-sys v0.1.0
19232024-10-31T19:27:05.240Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19242024-10-31T19:27:05.449Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19252024-10-31T19:27:06.009Z Compiling zone v0.3.0
19262024-10-31T19:27:06.624Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19272024-10-31T19:27:08.183Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19282024-10-31T19:27:08.354Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19292024-10-31T19:27:09.171Z Compiling smf v0.2.3
19302024-10-31T19:27:09.319Z Compiling bitfield-struct v0.6.2
19312024-10-31T19:27:10.638Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19322024-10-31T19:27:11.061Z Compiling ring v0.16.20
19332024-10-31T19:27:11.592Z Compiling blake3 v1.5.4
19342024-10-31T19:27:12.335Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19352024-10-31T19:27:12.867Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19362024-10-31T19:27:13.083Z Compiling xattr v1.3.1
19372024-10-31T19:27:13.249Z Compiling filetime v0.2.25
19382024-10-31T19:27:13.410Z Compiling memmap2 v0.9.5
19392024-10-31T19:27:13.593Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19402024-10-31T19:27:13.740Z Compiling same-file v1.0.6
19412024-10-31T19:27:13.984Z Compiling arrayvec v0.7.6
19422024-10-31T19:27:14.001Z Compiling spin v0.5.2
19432024-10-31T19:27:14.032Z Compiling arrayref v0.3.9
19442024-10-31T19:27:14.146Z Compiling untrusted v0.7.1
19452024-10-31T19:27:14.266Z Compiling constant_time_eq v0.3.1
19462024-10-31T19:27:14.341Z Compiling walkdir v2.5.0
19472024-10-31T19:27:14.444Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19482024-10-31T19:27:15.901Z Compiling tar v0.4.42
19492024-10-31T19:27:15.940Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19502024-10-31T19:27:16.347Z Compiling gethostname v0.5.0
19512024-10-31T19:27:16.554Z Compiling cargo-platform v0.1.8
19522024-10-31T19:27:17.104Z Compiling topological-sort v0.2.2
19532024-10-31T19:27:17.128Z Compiling cargo_metadata v0.18.1
19542024-10-31T19:27:20.082Z Compiling omicron-zone-package v0.11.1
19552024-10-31T19:27:24.145Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19562024-10-31T19:27:26.010Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19572024-10-31T19:27:30.274Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19582024-10-31T19:27:45.863Z Finished `release` profile [optimized] target(s) in 4m 32s
19592024-10-31T19:27:46.015Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19602024-10-31T19:27:46.058ZLogging to: /work/oxidecomputer/omicron/out/LOG
19612024-10-31T19:27:46.061ZCreated new build target 'test' and set it as active
19622024-10-31T19:27:46.061Z
19632024-10-31T19:27:46.061Zreal 4:32.545937345
19642024-10-31T19:27:46.061Zuser 31:03.096564724
19652024-10-31T19:27:46.061Zsys 3:46.115486019
19662024-10-31T19:27:46.061Ztrap 0.861755900
19672024-10-31T19:27:46.061Ztflt 2.943472485
19682024-10-31T19:27:46.061Zdflt 0.898572477
19692024-10-31T19:27:46.061Zkflt 0.000382310
19702024-10-31T19:27:46.061Zlock 1:07:57.889746745
19712024-10-31T19:27:46.061Zslp 1:58:16.146175437
19722024-10-31T19:27:46.062Zlat 2:04.383187227
19732024-10-31T19:27:46.062Zstop 3:52.113878414
19742024-10-31T19:27:46.064Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19752024-10-31T19:27:46.974Z Finished `release` profile [optimized] target(s) in 0.86s
19762024-10-31T19:27:47.030Z Running `target/release/omicron-package -t test package`
19772024-10-31T19:27:47.073ZLogging to: /work/oxidecomputer/omicron/out/LOG
19782024-10-31T19:27:48.148Z Compiling convert_case v0.4.0
19792024-10-31T19:27:48.148Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19802024-10-31T19:27:48.150Z Compiling itertools v0.13.0
19812024-10-31T19:27:48.150Z Compiling password-hash v0.5.0
19822024-10-31T19:27:48.150Z Compiling blake2 v0.10.6
19832024-10-31T19:27:48.150Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19842024-10-31T19:27:48.150Z Compiling newline-converter v0.3.0
19852024-10-31T19:27:48.277Z Compiling owo-colors v4.1.0
19862024-10-31T19:27:48.484Z Compiling cancel-safe-futures v0.1.5
19872024-10-31T19:27:48.579Z Compiling expectorate v1.1.0
19882024-10-31T19:27:48.649Z Compiling base64 v0.21.7
19892024-10-31T19:27:48.834Z Compiling argon2 v0.5.3
19902024-10-31T19:27:48.996Z Compiling derive_more v0.99.18
19912024-10-31T19:27:49.567Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19922024-10-31T19:27:49.815Z Compiling libsw v3.3.1
19932024-10-31T19:27:50.096Z Compiling swrite v0.1.0
19942024-10-31T19:27:50.128Z Compiling linear-map v1.2.0
19952024-10-31T19:27:50.229Z Compiling indent_write v2.2.0
19962024-10-31T19:27:50.300Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
19972024-10-31T19:27:50.326Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
19982024-10-31T19:27:50.462Z Compiling progenitor-client v0.8.0
19992024-10-31T19:27:50.513Z Compiling atomicwrites v0.4.4
20002024-10-31T19:27:50.884Z Compiling progenitor v0.8.0
20012024-10-31T19:27:51.022Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20022024-10-31T19:27:51.111Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20032024-10-31T19:27:51.142Z Compiling num-rational v0.4.2
20042024-10-31T19:27:51.657Z Compiling num-complex v0.4.6
20052024-10-31T19:27:51.767Z Compiling float-ord v0.3.2
20062024-10-31T19:27:51.941Z Compiling prettyplease v0.2.22
20072024-10-31T19:27:52.258Z Compiling semver v0.1.20
20082024-10-31T19:27:52.826Z Compiling num v0.4.3
20092024-10-31T19:27:52.946Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20102024-10-31T19:27:53.017Z Compiling rustc_version v0.1.7
20112024-10-31T19:27:53.412Z Compiling newtype_derive v0.1.6
20122024-10-31T19:27:53.619Z Compiling highway v1.2.0
20132024-10-31T19:27:53.824Z Compiling humantime v2.1.0
20142024-10-31T19:27:54.782Z Compiling home v0.5.9
20152024-10-31T19:27:55.011Z Compiling steno v0.4.1
20162024-10-31T19:27:55.088Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20172024-10-31T19:27:57.679Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20182024-10-31T19:27:58.107Z Compiling newtype-uuid v1.1.2
20192024-10-31T19:27:58.459Z Compiling tungstenite v0.21.0
20202024-10-31T19:27:58.959Z Compiling ipnetwork v0.20.0
20212024-10-31T19:27:59.638Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20222024-10-31T19:27:59.767Z Compiling slog-dtrace v0.3.0
20232024-10-31T19:28:00.080Z Compiling instant v0.1.13
20242024-10-31T19:28:00.241Z Compiling backoff v0.4.0
20252024-10-31T19:28:00.727Z Compiling tokio-tungstenite v0.21.0
20262024-10-31T19:28:01.352Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20272024-10-31T19:28:02.034Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20282024-10-31T19:28:02.349Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20292024-10-31T19:28:03.479Z Compiling parse-display v0.10.0
20302024-10-31T19:28:04.035Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20312024-10-31T19:28:04.234Z Compiling serde_with v3.11.0
20322024-10-31T19:28:04.678Z Compiling strum v0.26.3
20332024-10-31T19:28:04.870Z Compiling regress v0.9.1
20342024-10-31T19:28:05.954Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20352024-10-31T19:28:08.154Z Compiling macaddr v1.0.1
20362024-10-31T19:28:08.677Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20372024-10-31T19:28:09.754Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20382024-10-31T19:28:10.210Z Compiling arc-swap v1.7.1
20392024-10-31T19:28:10.900Z Compiling display-error-chain v0.2.1
20402024-10-31T19:28:11.092Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20412024-10-31T19:28:12.275Z Compiling slog-scope v4.4.0
20422024-10-31T19:28:13.127Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20432024-10-31T19:28:14.166Z Compiling half v2.4.1
20442024-10-31T19:28:14.888Z Compiling ciborium-io v0.2.2
20452024-10-31T19:28:15.037Z Compiling ciborium-ll v0.2.2
20462024-10-31T19:28:15.568Z Compiling slog-stdlog v4.1.1
20472024-10-31T19:28:16.378Z Compiling slog-envlogger v2.2.0
20482024-10-31T19:28:16.752Z Compiling ciborium v0.2.2
20492024-10-31T19:28:17.055Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20502024-10-31T19:28:18.817Z Compiling same-file v1.0.6
20512024-10-31T19:28:19.072Z Compiling fastrand v2.1.1
20522024-10-31T19:28:19.093Z Compiling walkdir v2.5.0
20532024-10-31T19:28:19.547Z Compiling tempfile v3.13.0
20542024-10-31T19:28:19.716Z Compiling blake3 v1.5.4
20552024-10-31T19:28:20.280Z Compiling ring v0.16.20
20562024-10-31T19:28:20.368Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20572024-10-31T19:28:23.189Z Compiling xattr v1.3.1
20582024-10-31T19:28:23.470Z Compiling filetime v0.2.25
20592024-10-31T19:28:23.783Z Compiling memmap2 v0.9.5
20602024-10-31T19:28:24.232Z Compiling keccak v0.1.5
20612024-10-31T19:28:25.151Z Compiling spin v0.5.2
20622024-10-31T19:28:25.360Z Compiling constant_time_eq v0.3.1
20632024-10-31T19:28:25.389Z Compiling arrayvec v0.7.6
20642024-10-31T19:28:25.519Z Compiling arrayref v0.3.9
20652024-10-31T19:28:25.634Z Compiling untrusted v0.7.1
20662024-10-31T19:28:25.930Z Compiling sha3 v0.10.8
20672024-10-31T19:28:26.828Z Compiling tar v0.4.42
20682024-10-31T19:28:26.889Z Compiling camino-tempfile v1.1.1
20692024-10-31T19:28:27.042Z Compiling toolchain_find v0.4.0
20702024-10-31T19:28:27.600Z Compiling nibble_vec v0.1.0
20712024-10-31T19:28:27.834Z Compiling radium v0.7.0
20722024-10-31T19:28:28.272Z Compiling glob v0.3.1
20732024-10-31T19:28:28.696Z Compiling endian-type v0.1.2
20742024-10-31T19:28:28.893Z Compiling crunchy v0.2.2
20752024-10-31T19:28:28.968Z Compiling maplit v1.0.2
20762024-10-31T19:28:29.077Z Compiling topological-sort v0.2.2
20772024-10-31T19:28:29.102Z Compiling clang-sys v1.8.1
20782024-10-31T19:28:29.297Z Compiling omicron-zone-package v0.11.1
20792024-10-31T19:28:29.383Z Compiling radix_trie v0.2.1
20802024-10-31T19:28:29.809Z Compiling rustfmt-wrapper v0.2.1
20812024-10-31T19:28:29.938Z Compiling pem v3.0.4
20822024-10-31T19:28:30.273Z Compiling tiny-keccak v2.0.2
20832024-10-31T19:28:30.363Z Compiling maybe-uninit v2.0.0
20842024-10-31T19:28:30.584Z Compiling tap v1.0.1
20852024-10-31T19:28:30.626Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20862024-10-31T19:28:30.790Z Compiling wyz v0.5.1
20872024-10-31T19:28:31.332Z Compiling dsl_auto_type v0.1.2
20882024-10-31T19:28:31.431Z Compiling scheduled-thread-pool v0.2.7
20892024-10-31T19:28:31.503Z Compiling secrecy v0.8.0
20902024-10-31T19:28:31.559Z Compiling bzip2-sys v0.1.11+1.0.8
20912024-10-31T19:28:31.793Z Compiling diesel_table_macro_syntax v0.2.0
20922024-10-31T19:28:32.037Z Compiling crc-catalog v2.4.0
20932024-10-31T19:28:32.173Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
20942024-10-31T19:28:32.209Z Compiling packed_struct v0.10.1
20952024-10-31T19:28:32.501Z Compiling funty v2.0.0
20962024-10-31T19:28:32.607Z Compiling diesel_derives v2.2.3
20972024-10-31T19:28:32.690Z Compiling crc v3.2.1
20982024-10-31T19:28:34.267Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
20992024-10-31T19:28:34.667Z Compiling bitvec v1.0.1
21002024-10-31T19:28:34.782Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21012024-10-31T19:28:34.851Z Compiling r2d2 v0.8.10
21022024-10-31T19:28:35.415Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21032024-10-31T19:28:35.639Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21042024-10-31T19:28:39.043Z Compiling ascii-canvas v3.0.0
21052024-10-31T19:28:39.369Z Compiling universal-hash v0.5.1
21062024-10-31T19:28:39.515Z Compiling thiserror-impl-no-std v2.0.2
21072024-10-31T19:28:39.623Z Compiling packed_struct_codegen v0.10.1
21082024-10-31T19:28:41.961Z Compiling lzma-sys v0.1.20
21092024-10-31T19:28:42.060Z Compiling ena v0.14.3
21102024-10-31T19:28:42.455Z Compiling libloading v0.8.5
21112024-10-31T19:28:42.673Z Compiling indexmap v1.9.3
21122024-10-31T19:28:42.835Z Compiling opaque-debug v0.3.1
21132024-10-31T19:28:42.936Z Compiling nodrop v0.1.14
21142024-10-31T19:28:42.996Z Compiling diff v0.1.13
21152024-10-31T19:28:43.065Z Compiling bindgen v0.69.5
21162024-10-31T19:28:43.157Z Compiling regex-syntax v0.6.29
21172024-10-31T19:28:43.500Z Compiling diesel v2.2.4
21182024-10-31T19:28:43.553Z Compiling array-init v0.0.4
21192024-10-31T19:28:44.842Z Compiling poly1305 v0.8.0
21202024-10-31T19:28:48.256Z Compiling lalrpop v0.19.12
21212024-10-31T19:28:51.723Z Compiling thiserror-no-std v2.0.2
21222024-10-31T19:28:56.153Z Compiling smallvec v0.6.14
21232024-10-31T19:28:56.669Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21242024-10-31T19:28:56.879Z Compiling which v4.4.2
21252024-10-31T19:28:57.415Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21262024-10-31T19:28:57.693Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21272024-10-31T19:28:57.722Z Compiling chacha20 v0.9.1
21282024-10-31T19:28:57.923Z Compiling heck v0.3.3
21292024-10-31T19:28:58.213Z Compiling cexpr v0.6.0
21302024-10-31T19:28:58.299Z Compiling aead v0.5.2
21312024-10-31T19:28:58.660Z Compiling lazycell v1.3.0
21322024-10-31T19:28:58.861Z Compiling bitfield v0.14.0
21332024-10-31T19:28:59.182Z Compiling hashbrown v0.12.3
21342024-10-31T19:28:59.695Z Compiling rustc-hash v1.1.0
21352024-10-31T19:28:59.860Z Compiling termcolor v1.4.1
21362024-10-31T19:29:00.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21372024-10-31T19:29:00.923Z Compiling ref-cast v1.0.23
21382024-10-31T19:29:01.524Z Compiling env_logger v0.10.2
21392024-10-31T19:29:02.070Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21402024-10-31T19:29:04.494Z Compiling chacha20poly1305 v0.10.1
21412024-10-31T19:29:04.747Z Compiling zone_cfg_derive v0.1.2
21422024-10-31T19:29:06.118Z Compiling serde-hex v0.1.0
21432024-10-31T19:29:11.370Z Compiling bzip2 v0.4.4
21442024-10-31T19:29:11.654Z Compiling polar-core v0.27.3
21452024-10-31T19:29:11.836Z Compiling vsss-rs v3.3.4
21462024-10-31T19:29:13.072Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21472024-10-31T19:29:13.419Z Compiling ron v0.8.1
21482024-10-31T19:29:14.209Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21492024-10-31T19:29:14.523Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21502024-10-31T19:29:15.115Z Compiling derive_builder_core v0.20.2
21512024-10-31T19:29:16.371Z Compiling hashbrown v0.13.2
21522024-10-31T19:29:17.231Z Compiling headers-core v0.3.0
21532024-10-31T19:29:17.399Z Compiling fxhash v0.2.1
21542024-10-31T19:29:17.638Z Compiling libxml v0.3.3
21552024-10-31T19:29:17.769Z Compiling ref-cast-impl v1.0.23
21562024-10-31T19:29:18.026Z Compiling crc-any v2.5.0
21572024-10-31T19:29:18.675Z Compiling base64 v0.13.1
21582024-10-31T19:29:19.002Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21592024-10-31T19:29:19.068Z Compiling object v0.30.4
21602024-10-31T19:29:19.264Z Compiling ron v0.7.1
21612024-10-31T19:29:19.441Z Compiling headers v0.4.0
21622024-10-31T19:29:23.096Z Compiling derive_builder_macro v0.20.2
21632024-10-31T19:29:23.898Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642024-10-31T19:29:24.490Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21652024-10-31T19:29:25.168Z Compiling samael v0.0.17
21662024-10-31T19:29:25.420Z Compiling xz2 v0.1.7
21672024-10-31T19:29:26.723Z Compiling zip v0.6.6
21682024-10-31T19:29:29.375Z Compiling zone v0.1.8
21692024-10-31T19:29:31.546Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21702024-10-31T19:29:32.667Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21712024-10-31T19:29:33.203Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21722024-10-31T19:29:33.514Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21732024-10-31T19:29:33.552Z Compiling yasna v0.5.2
21742024-10-31T19:29:33.638Z Compiling phf_generator v0.11.2
21752024-10-31T19:29:33.844Z Compiling strum_macros v0.24.3
21762024-10-31T19:29:34.543Z Compiling kstat-rs v0.2.4
21772024-10-31T19:29:35.438Z Compiling async-recursion v1.1.1
21782024-10-31T19:29:36.791Z Compiling unicase v2.7.0
21792024-10-31T19:29:36.807Z Compiling path-slash v0.1.5
21802024-10-31T19:29:36.884Z Compiling indoc v1.0.9
21812024-10-31T19:29:37.043Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21822024-10-31T19:29:37.100Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21832024-10-31T19:29:37.324Z Compiling rcgen v0.12.1
21842024-10-31T19:29:38.150Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21852024-10-31T19:29:40.511Z Compiling phf_codegen v0.11.2
21862024-10-31T19:29:44.848Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21872024-10-31T19:29:47.312Z Compiling derive_builder v0.20.2
21882024-10-31T19:29:50.471Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21892024-10-31T19:29:52.107Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21902024-10-31T19:29:52.281Z Compiling http v0.2.12
21912024-10-31T19:29:52.425Z Compiling impl-trait-for-tuples v0.2.2
21922024-10-31T19:29:56.620Z Compiling oso-derive v0.27.3
21932024-10-31T19:29:56.892Z Compiling parse-zoneinfo v0.3.1
21942024-10-31T19:29:57.561Z Compiling libz-sys v1.1.20
21952024-10-31T19:29:58.246Z Compiling quick-xml v0.33.0
21962024-10-31T19:29:58.405Z Compiling subprocess v0.2.9
21972024-10-31T19:29:58.471Z Compiling diesel-dtrace v0.3.0
21982024-10-31T19:29:58.673Z Compiling cfg_aliases v0.1.1
21992024-10-31T19:29:58.799Z Compiling parking_lot_core v0.8.6
22002024-10-31T19:29:58.893Z Compiling nix v0.28.0
22012024-10-31T19:29:59.262Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22022024-10-31T19:29:59.659Z Compiling oso v0.27.3
22032024-10-31T19:30:03.166Z Compiling chrono-tz-build v0.4.0
22042024-10-31T19:30:04.348Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22052024-10-31T19:30:05.845Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22062024-10-31T19:30:06.814Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22072024-10-31T19:30:09.784Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22082024-10-31T19:30:10.100Z Compiling bb8 v0.8.5
22092024-10-31T19:30:10.734Z Compiling const_format_proc_macros v0.2.33
22102024-10-31T19:30:11.044Z Compiling vte_generate_state_changes v0.1.2
22112024-10-31T19:30:11.678Z Compiling buf-list v1.0.3
22122024-10-31T19:30:12.343Z Compiling vte v0.11.1
22132024-10-31T19:30:12.586Z Compiling const_format v0.2.33
22142024-10-31T19:30:13.771Z Compiling async-bb8-diesel v0.2.1
22152024-10-31T19:30:13.871Z Compiling chrono-tz v0.10.0
22162024-10-31T19:30:15.021Z Compiling h2 v0.3.26
22172024-10-31T19:30:15.370Z Compiling http-body v0.4.6
22182024-10-31T19:30:16.158Z Compiling fd-lock v4.0.2
22192024-10-31T19:30:16.395Z Compiling libgit2-sys v0.17.0+1.8.1
22202024-10-31T19:30:16.398Z Compiling pin-project-internal v1.1.6
22212024-10-31T19:30:17.152Z Compiling atty v0.2.14
22222024-10-31T19:30:17.325Z Compiling salty v0.3.0
22232024-10-31T19:30:17.753Z Compiling bytecount v0.6.8
22242024-10-31T19:30:18.085Z Compiling papergrid v0.11.0
22252024-10-31T19:30:19.015Z Compiling pin-project v1.1.6
22262024-10-31T19:30:30.575Z Compiling hyper v0.14.30
22272024-10-31T19:30:35.001Z Compiling parking_lot v0.11.2
22282024-10-31T19:30:43.516Z Compiling strip-ansi-escapes v0.2.0
22292024-10-31T19:30:44.886Z Compiling tabled_derive v0.7.0
22302024-10-31T19:30:44.993Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22312024-10-31T19:30:45.086Z Compiling peg-macros v0.8.4
22322024-10-31T19:30:46.874Z Compiling snafu-derive v0.8.5
22332024-10-31T19:30:48.064Z Compiling sqlparser_derive v0.2.2
22342024-10-31T19:30:49.077Z Compiling sync_wrapper v0.1.2
22352024-10-31T19:30:49.214Z Compiling nu-ansi-term v0.50.1
22362024-10-31T19:30:49.321Z Compiling unicode_categories v0.1.1
22372024-10-31T19:30:49.696Z Compiling sqlformat v0.2.6
22382024-10-31T19:30:49.931Z Compiling rustyline v14.0.0
22392024-10-31T19:30:50.398Z Compiling reedline v0.35.0
22402024-10-31T19:30:51.168Z Compiling snafu v0.8.5
22412024-10-31T19:30:51.252Z Compiling reqwest v0.11.27
22422024-10-31T19:30:51.672Z Compiling sqlparser v0.45.0
22432024-10-31T19:30:52.453Z Compiling peg v0.8.4
22442024-10-31T19:30:52.542Z Compiling tabled v0.15.0
22452024-10-31T19:31:02.009Z Compiling sled v0.34.7
22462024-10-31T19:31:12.293Z Compiling mime_guess v2.0.5
22472024-10-31T19:31:13.426Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22482024-10-31T19:31:13.493Z Compiling hickory-client v0.24.1
22492024-10-31T19:31:15.086Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22502024-10-31T19:31:18.835Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22512024-10-31T19:31:24.136Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22522024-10-31T19:31:25.048Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22532024-10-31T19:31:25.911Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22542024-10-31T19:31:27.486Z Compiling globset v0.4.15
22552024-10-31T19:31:33.777Z Compiling hickory-server v0.24.1
22562024-10-31T19:31:34.963Z Compiling primeorder v0.13.6
22572024-10-31T19:31:35.566Z Compiling olpc-cjson v0.1.4
22582024-10-31T19:31:35.700Z Compiling vergen v8.3.2
22592024-10-31T19:31:35.923Z Compiling bcs v0.1.6
22602024-10-31T19:31:36.012Z Compiling env_filter v0.1.2
22612024-10-31T19:31:36.876Z Compiling cargo-platform v0.1.8
22622024-10-31T19:31:37.397Z Compiling serde_plain v1.0.2
22632024-10-31T19:31:37.575Z Compiling nanorand v0.7.0
22642024-10-31T19:31:37.950Z Compiling memoffset v0.9.1
22652024-10-31T19:31:38.210Z Compiling typed-path v0.7.1
22662024-10-31T19:31:38.254Z Compiling flume v0.11.0
22672024-10-31T19:31:38.448Z Compiling cargo_metadata v0.18.1
22682024-10-31T19:31:39.046Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22692024-10-31T19:31:41.569Z Compiling tough v0.17.1
22702024-10-31T19:31:44.336Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22712024-10-31T19:31:44.627Z Compiling env_logger v0.11.5
22722024-10-31T19:31:45.666Z Compiling p384 v0.13.0
22732024-10-31T19:31:46.064Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22742024-10-31T19:31:50.406Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22752024-10-31T19:31:53.069Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22762024-10-31T19:31:54.396Z Compiling git2 v0.19.0
22772024-10-31T19:31:55.627Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
22782024-10-31T19:32:01.691Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22792024-10-31T19:32:02.367Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
22802024-10-31T19:32:02.448Z Compiling rand_seeder v0.3.0
22812024-10-31T19:32:02.854Z Compiling libsqlite3-sys v0.30.1
22822024-10-31T19:32:03.372Z Compiling cfg_aliases v0.2.1
22832024-10-31T19:32:03.438Z Compiling parse-size v1.0.0
22842024-10-31T19:32:03.491Z Compiling rustls v0.21.12
22852024-10-31T19:32:03.746Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
22862024-10-31T19:32:03.835Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22872024-10-31T19:32:04.117Z Compiling nix v0.29.0
22882024-10-31T19:32:05.003Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22892024-10-31T19:32:06.466Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22902024-10-31T19:32:06.895Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22912024-10-31T19:32:07.058Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22922024-10-31T19:32:07.287Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22932024-10-31T19:32:07.621Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22942024-10-31T19:32:07.781Z Compiling rustls-webpki v0.101.7
22952024-10-31T19:32:11.599Z Compiling sct v0.7.1
22962024-10-31T19:32:11.817Z Compiling castaway v0.2.3
22972024-10-31T19:32:12.034Z Compiling csv-core v0.1.11
22982024-10-31T19:32:12.050Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22992024-10-31T19:32:12.782Z Compiling http-range v0.1.5
23002024-10-31T19:32:12.866Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23012024-10-31T19:32:13.356Z Compiling hyper-staticfile v0.10.1
23022024-10-31T19:32:14.485Z Compiling csv v1.3.0
23032024-10-31T19:32:16.285Z Compiling compact_str v0.8.0
23042024-10-31T19:32:16.573Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23052024-10-31T19:32:18.975Z Compiling nix v0.27.1
23062024-10-31T19:32:21.715Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23072024-10-31T19:32:22.810Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23082024-10-31T19:32:23.295Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23092024-10-31T19:32:30.035Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23102024-10-31T19:32:30.530Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23112024-10-31T19:32:31.547Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23122024-10-31T19:32:32.472Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23132024-10-31T19:32:32.816Z Compiling unicode-truncate v1.1.0
23142024-10-31T19:32:33.101Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23152024-10-31T19:32:33.431Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23162024-10-31T19:32:33.763Z Compiling hashlink v0.9.1
23172024-10-31T19:32:34.620Z Compiling tungstenite v0.23.0
23182024-10-31T19:32:38.974Z Compiling lru v0.12.5
23192024-10-31T19:32:39.367Z Compiling instability v0.3.2
23202024-10-31T19:32:40.245Z Compiling cassowary v0.3.0
23212024-10-31T19:32:40.384Z Compiling fallible-streaming-iterator v0.1.9
23222024-10-31T19:32:40.680Z Compiling fallible-iterator v0.3.0
23232024-10-31T19:32:41.084Z Compiling ratatui v0.28.1
23242024-10-31T19:32:41.390Z Compiling tokio-tungstenite v0.23.1
23252024-10-31T19:32:41.523Z Compiling rusqlite v0.32.1
23262024-10-31T19:32:42.049Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23272024-10-31T19:32:47.409Z Compiling tokio-rustls v0.24.1
23282024-10-31T19:32:47.906Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23292024-10-31T19:33:01.807Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23302024-10-31T19:33:05.331Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23312024-10-31T19:33:06.135Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23322024-10-31T19:33:06.270Z Compiling rustls-pemfile v1.0.4
23332024-10-31T19:33:06.966Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23342024-10-31T19:33:07.010Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23352024-10-31T19:33:07.294Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23362024-10-31T19:33:07.480Z Compiling signal-hook-tokio v0.3.1
23372024-10-31T19:33:07.716Z Compiling twox-hash v1.6.3
23382024-10-31T19:33:08.806Z Compiling unicode-linebreak v0.1.5
23392024-10-31T19:33:09.382Z Compiling is_ci v1.2.0
23402024-10-31T19:33:09.722Z Compiling smawk v0.3.2
23412024-10-31T19:33:10.001Z Compiling textwrap v0.16.1
23422024-10-31T19:33:11.912Z Compiling supports-color v3.0.1
23432024-10-31T19:33:13.448Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23442024-10-31T19:33:19.235Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23452024-10-31T19:33:22.767Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23462024-10-31T19:33:23.133Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23472024-10-31T19:33:27.957Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23482024-10-31T19:33:35.328Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23492024-10-31T19:33:35.917Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23502024-10-31T19:33:41.089Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23512024-10-31T19:33:47.928Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23522024-10-31T19:33:48.255Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23532024-10-31T19:33:54.358Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23542024-10-31T19:33:54.665Z Compiling fatfs v0.3.6
23552024-10-31T19:33:54.823Z Compiling rtoolbox v0.0.2
23562024-10-31T19:33:55.268Z Compiling assert_matches v1.5.0
23572024-10-31T19:33:55.387Z Compiling rpassword v7.3.1
23582024-10-31T19:33:55.856Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23592024-10-31T19:34:03.681Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23602024-10-31T19:34:07.656Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23612024-10-31T19:34:14.675Z Compiling tui-tree-widget v0.22.0
23622024-10-31T19:34:15.130Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23632024-10-31T19:34:16.844Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23642024-10-31T19:34:28.276Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23652024-10-31T19:34:28.615Z Compiling uzers v0.12.1
23662024-10-31T19:34:30.433Z Compiling shell-words v1.1.0
23672024-10-31T19:34:30.954Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23682024-10-31T19:34:31.740Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23692024-10-31T19:34:33.665Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23702024-10-31T19:34:56.667Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23712024-10-31T19:35:03.568Z Compiling multimap v0.10.0
23722024-10-31T19:37:05.538Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23732024-10-31T19:37:21.824Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23742024-10-31T19:45:46.084Z Finished `release` profile [optimized] target(s) in 17m 58s
23752024-10-31T19:46:44.463Z
23762024-10-31T19:46:44.466Zreal 18:58.309983472
23772024-10-31T19:46:44.466Zuser 2:03:00.650396479
23782024-10-31T19:46:44.466Zsys 5:46.902410869
23792024-10-31T19:46:44.466Ztrap 2.766166007
23802024-10-31T19:46:44.466Ztflt 2.986756256
23812024-10-31T19:46:44.466Zdflt 5.359559787
23822024-10-31T19:46:44.466Zkflt 0.010801743
23832024-10-31T19:46:44.466Zlock 7:25:01.150435108
23842024-10-31T19:46:44.466Zslp 6:09:42.448397697
23852024-10-31T19:46:44.466Zlat 2:58.639747600
23862024-10-31T19:46:44.466Zstop 2:31.295183347
23872024-10-31T19:46:44.466Z+ mapfile -t packages
23882024-10-31T19:46:44.466Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
23892024-10-31T19:46:45.430Z Finished `release` profile [optimized] target(s) in 0.91s
23902024-10-31T19:46:45.483Z Running `target/release/omicron-package -t test list-outputs`
23912024-10-31T19:46:45.520ZLogging to: /work/oxidecomputer/omicron/out/LOG
23922024-10-31T19:46:45.522Z+ ptime -m cargo build --locked --release -p xtask
23932024-10-31T19:46:46.044Z Compiling serde v1.0.210
23942024-10-31T19:46:46.047Z Compiling libc v0.2.161
23952024-10-31T19:46:46.047Z Compiling serde_json v1.0.128
23962024-10-31T19:46:46.047Z Compiling rustix v0.38.37
23972024-10-31T19:46:46.131Z Compiling syn v2.0.79
23982024-10-31T19:46:46.136Z Compiling bitflags v2.6.0
23992024-10-31T19:46:46.495Z Compiling usdt-impl v0.5.0
24002024-10-31T19:46:46.506Z Compiling syn v1.0.109
24012024-10-31T19:46:46.603Z Compiling hashbrown v0.15.0
24022024-10-31T19:46:46.640Z Compiling log v0.4.22
24032024-10-31T19:46:46.655Z Compiling fs-err v2.11.0
24042024-10-31T19:46:46.979Z Compiling once_cell v1.20.2
24052024-10-31T19:46:47.091Z Compiling anyhow v1.0.89
24062024-10-31T19:46:47.588Z Compiling thread-id v4.2.2
24072024-10-31T19:46:47.937Z Compiling indexmap v2.6.0
24082024-10-31T19:46:49.087Z Compiling terminal_size v0.4.0
24092024-10-31T19:46:49.087Z Compiling tempfile v3.13.0
24102024-10-31T19:46:49.320Z Compiling clap_builder v4.5.20
24112024-10-31T19:46:49.923Z Compiling proc-macro-error v1.0.4
24122024-10-31T19:46:51.033Z Compiling tabled_derive v0.7.0
24132024-10-31T19:46:52.286Z Compiling tabled v0.15.0
24142024-10-31T19:46:53.143Z Compiling serde_derive v1.0.210
24152024-10-31T19:46:53.143Z Compiling thiserror-impl v1.0.64
24162024-10-31T19:46:53.146Z Compiling zerocopy-derive v0.7.35
24172024-10-31T19:46:53.146Z Compiling scroll_derive v0.12.0
24182024-10-31T19:46:54.521Z Compiling scroll v0.12.0
24192024-10-31T19:46:55.072Z Compiling zerocopy v0.7.35
24202024-10-31T19:46:55.703Z Compiling thiserror v1.0.64
24212024-10-31T19:46:55.860Z Compiling pest v2.7.14
24222024-10-31T19:46:56.885Z Compiling goblin v0.8.2
24232024-10-31T19:46:58.868Z Compiling pest_meta v2.7.14
24242024-10-31T19:47:00.738Z Compiling pest_generator v2.7.14
24252024-10-31T19:47:02.666Z Compiling pest_derive v2.7.14
24262024-10-31T19:47:03.452Z Compiling dtrace-parser v0.2.0
24272024-10-31T19:47:10.988Z Compiling dof v0.3.0
24282024-10-31T19:47:11.114Z Compiling serde_tokenstream v0.2.2
24292024-10-31T19:47:11.323Z Compiling toml_datetime v0.6.8
24302024-10-31T19:47:11.839Z Compiling serde_spanned v0.6.8
24312024-10-31T19:47:12.028Z Compiling toml_edit v0.22.22
24322024-10-31T19:47:12.762Z Compiling camino v1.1.9
24332024-10-31T19:47:13.018Z Compiling usdt-macro v0.5.0
24342024-10-31T19:47:14.053Z Compiling usdt-attr-macro v0.5.0
24352024-10-31T19:47:14.226Z Compiling semver v1.0.23
24362024-10-31T19:47:15.389Z Compiling cargo-platform v0.1.8
24372024-10-31T19:47:15.619Z Compiling toml v0.8.19
24382024-10-31T19:47:15.740Z Compiling clap_derive v4.5.18
24392024-10-31T19:47:16.455Z Compiling cargo_metadata v0.18.1
24402024-10-31T19:47:17.757Z Compiling cargo_toml v0.20.5
24412024-10-31T19:47:17.883Z Compiling usdt v0.5.0
24422024-10-31T19:47:17.897Z Compiling camino-tempfile v1.1.1
24432024-10-31T19:47:18.688Z Compiling macaddr v1.0.1
24442024-10-31T19:47:20.004Z Compiling clap v4.5.20
24452024-10-31T19:47:29.301Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24462024-10-31T19:47:40.373Z Finished `release` profile [optimized] target(s) in 54.79s
24472024-10-31T19:47:40.471Z
24482024-10-31T19:47:40.474Zreal 54.923923252
24492024-10-31T19:47:40.474Zuser 5:34.050490738
24502024-10-31T19:47:40.474Zsys 28.599701134
24512024-10-31T19:47:40.475Ztrap 0.138718875
24522024-10-31T19:47:40.475Ztflt 0.264933562
24532024-10-31T19:47:40.475Zdflt 0.506225064
24542024-10-31T19:47:40.475Zkflt 0.000000000
24552024-10-31T19:47:40.475Zlock 10:16.420826361
24562024-10-31T19:47:40.475Zslp 15:35.474826874
24572024-10-31T19:47:40.475Zlat 12.595287907
24582024-10-31T19:47:40.475Zstop 12.986572289
24592024-10-31T19:47:40.475Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24602024-10-31T19:47:40.475Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24612024-10-31T19:47:40.475Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24622024-10-31T19:47:40.475Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24632024-10-31T19:47:40.475Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24642024-10-31T19:47:41.303Z Compiling hashbrown v0.14.5
24652024-10-31T19:47:41.424Z Compiling unsafe-libyaml v0.2.11
24662024-10-31T19:47:41.435Z Compiling progenitor-client v0.8.0
24672024-10-31T19:47:41.438Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24682024-10-31T19:47:41.438Z Compiling ident_case v1.0.1
24692024-10-31T19:47:41.438Z Compiling ipnetwork v0.20.0
24702024-10-31T19:47:41.438Z Compiling instant v0.1.13
24712024-10-31T19:47:41.438Z Compiling structmeta-derive v0.3.0
24722024-10-31T19:47:41.587Z Compiling darling_core v0.20.10
24732024-10-31T19:47:41.603Z Compiling newtype-uuid v1.1.2
24742024-10-31T19:47:41.863Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
24752024-10-31T19:47:41.955Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24762024-10-31T19:47:42.215Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772024-10-31T19:47:42.338Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24782024-10-31T19:47:42.555Z Compiling backoff v0.4.0
24792024-10-31T19:47:42.608Z Compiling regress v0.10.1
24802024-10-31T19:47:42.687Z Compiling serde_yaml v0.9.34+deprecated
24812024-10-31T19:47:42.725Z Compiling regress v0.9.1
24822024-10-31T19:47:42.898Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832024-10-31T19:47:43.077Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24842024-10-31T19:47:43.094Z Compiling macaddr v1.0.1
24852024-10-31T19:47:43.229Z Compiling tempfile v3.13.0
24862024-10-31T19:47:43.266Z Compiling proc-macro-crate v1.3.1
24872024-10-31T19:47:43.529Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24882024-10-31T19:47:43.925Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24892024-10-31T19:47:44.118Z Compiling foreign-types-macros v0.2.3
24902024-10-31T19:47:44.246Z Compiling heapless v0.8.0
24912024-10-31T19:47:44.269Z Compiling structmeta v0.3.0
24922024-10-31T19:47:44.340Z Compiling num_enum_derive v0.5.11
24932024-10-31T19:47:44.688Z Compiling parse-display-derive v0.10.0
24942024-10-31T19:47:44.819Z Compiling foreign-types-shared v0.3.1
24952024-10-31T19:47:45.385Z Compiling foreign-types v0.5.0
24962024-10-31T19:47:45.428Z Compiling proc-macro-error v1.0.4
24972024-10-31T19:47:45.703Z Compiling camino-tempfile v1.1.1
24982024-10-31T19:47:46.092Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24992024-10-31T19:47:46.157Z Compiling hash32 v0.3.1
25002024-10-31T19:47:46.417Z Compiling typify-impl v0.2.0
25012024-10-31T19:47:46.637Z Compiling cstr-argument v0.1.2
25022024-10-31T19:47:46.793Z Compiling num_enum v0.5.11
25032024-10-31T19:47:46.912Z Compiling pretty-hex v0.2.1
25042024-10-31T19:47:46.934Z Compiling smoltcp v0.11.0
25052024-10-31T19:47:46.969Z Compiling crucible-workspace-hack v0.1.0
25062024-10-31T19:47:47.108Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25072024-10-31T19:47:47.297Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25082024-10-31T19:47:47.477Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25092024-10-31T19:47:47.556Z Compiling tabwriter v1.4.0
25102024-10-31T19:47:47.611Z Compiling colored v2.1.0
25112024-10-31T19:47:47.684Z Compiling cobs v0.2.3
25122024-10-31T19:47:47.828Z Compiling darling_macro v0.20.10
25132024-10-31T19:47:47.977Z Compiling postcard v1.0.10
25142024-10-31T19:47:48.072Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25152024-10-31T19:47:48.139Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25162024-10-31T19:47:48.348Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25172024-10-31T19:47:48.365Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25182024-10-31T19:47:48.487Z Compiling smf v0.2.3
25192024-10-31T19:47:48.641Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25202024-10-31T19:47:48.827Z Compiling darling v0.20.10
25212024-10-31T19:47:48.947Z Compiling serde_with_macros v3.11.0
25222024-10-31T19:47:48.969Z Compiling zone_cfg_derive v0.3.0
25232024-10-31T19:47:48.986Z Compiling parse-display v0.10.0
25242024-10-31T19:47:49.250Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25252024-10-31T19:47:49.666Z Compiling num-derive v0.4.2
25262024-10-31T19:47:49.727Z Compiling sigpipe v0.1.3
25272024-10-31T19:47:49.792Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282024-10-31T19:47:49.852Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25292024-10-31T19:47:50.118Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25302024-10-31T19:47:50.427Z Compiling zone v0.3.0
25312024-10-31T19:47:50.587Z Compiling universal-hash v0.5.1
25322024-10-31T19:47:50.801Z Compiling opaque-debug v0.3.1
25332024-10-31T19:47:50.908Z Compiling num-rational v0.4.2
25342024-10-31T19:47:50.925Z Compiling password-hash v0.5.0
25352024-10-31T19:47:51.646Z Compiling serde_with v3.11.0
25362024-10-31T19:47:51.897Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25372024-10-31T19:47:51.961Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25382024-10-31T19:47:51.983Z Compiling blake2 v0.10.6
25392024-10-31T19:47:52.559Z Compiling num-complex v0.4.6
25402024-10-31T19:47:52.628Z Compiling aead v0.5.2
25412024-10-31T19:47:52.878Z Compiling convert_case v0.4.0
25422024-10-31T19:47:53.003Z Compiling keccak v0.1.5
25432024-10-31T19:47:53.456Z Compiling sha3 v0.10.8
25442024-10-31T19:47:53.607Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25452024-10-31T19:47:53.666Z Compiling num v0.4.3
25462024-10-31T19:47:53.789Z Compiling argon2 v0.5.3
25472024-10-31T19:47:53.834Z Compiling derive_more v0.99.18
25482024-10-31T19:47:53.970Z Compiling poly1305 v0.8.0
25492024-10-31T19:47:54.159Z Compiling tungstenite v0.21.0
25502024-10-31T19:47:54.521Z Compiling chacha20 v0.9.1
25512024-10-31T19:47:55.016Z Compiling float-ord v0.3.2
25522024-10-31T19:47:55.197Z Compiling base64 v0.21.7
25532024-10-31T19:47:55.597Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25542024-10-31T19:47:55.714Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25552024-10-31T19:47:55.787Z Compiling tokio-tungstenite v0.21.0
25562024-10-31T19:47:55.935Z Compiling semver v0.1.20
25572024-10-31T19:47:56.144Z Compiling same-file v1.0.6
25582024-10-31T19:47:56.210Z Compiling newline-converter v0.3.0
25592024-10-31T19:47:56.352Z Compiling walkdir v2.5.0
25602024-10-31T19:47:56.385Z Compiling rustc_version v0.1.7
25612024-10-31T19:47:56.437Z Compiling primeorder v0.13.6
25622024-10-31T19:47:56.581Z Compiling secrecy v0.8.0
25632024-10-31T19:47:56.600Z Compiling cancel-safe-futures v0.1.5
25642024-10-31T19:47:56.864Z Compiling owo-colors v4.1.0
25652024-10-31T19:47:56.882Z Compiling prettyplease v0.2.22
25662024-10-31T19:47:56.887Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25672024-10-31T19:47:56.954Z Compiling home v0.5.9
25682024-10-31T19:47:56.999Z Compiling newtype_derive v0.1.6
25692024-10-31T19:47:57.091Z Compiling expectorate v1.1.0
25702024-10-31T19:47:57.195Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25712024-10-31T19:47:57.229Z Compiling thiserror-impl-no-std v2.0.2
25722024-10-31T19:47:57.252Z Compiling ring v0.16.20
25732024-10-31T19:47:57.269Z Compiling blake3 v1.5.4
25742024-10-31T19:47:57.301Z Compiling half v2.4.1
25752024-10-31T19:47:57.508Z Compiling unicase v2.7.0
25762024-10-31T19:47:57.713Z Compiling ciborium-io v0.2.2
25772024-10-31T19:47:57.829Z Compiling arc-swap v1.7.1
25782024-10-31T19:47:57.872Z Compiling ciborium-ll v0.2.2
25792024-10-31T19:47:58.063Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25802024-10-31T19:47:58.307Z Compiling slog-scope v4.4.0
25812024-10-31T19:47:58.826Z Compiling polyval v0.6.2
25822024-10-31T19:47:59.210Z Compiling atomicwrites v0.4.4
25832024-10-31T19:47:59.274Z Compiling libsw v3.3.1
25842024-10-31T19:47:59.569Z Compiling memmap2 v0.9.5
25852024-10-31T19:47:59.602Z Compiling spin v0.5.2
25862024-10-31T19:47:59.834Z Compiling linear-map v1.2.0
25872024-10-31T19:48:00.040Z Compiling libefi-sys v0.1.0
25882024-10-31T19:48:00.195Z Compiling arrayvec v0.7.6
25892024-10-31T19:48:00.235Z Compiling thiserror-no-std v2.0.2
25902024-10-31T19:48:00.350Z Compiling salty v0.3.0
25912024-10-31T19:48:00.369Z Compiling indent_write v2.2.0
25922024-10-31T19:48:00.593Z Compiling untrusted v0.7.1
25932024-10-31T19:48:00.629Z Compiling parking_lot_core v0.8.6
25942024-10-31T19:48:00.779Z Compiling constant_time_eq v0.3.1
25952024-10-31T19:48:00.796Z Compiling arrayref v0.3.9
25962024-10-31T19:48:00.799Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25972024-10-31T19:48:00.890Z Compiling vsss-rs v3.3.4
25982024-10-31T19:48:00.960Z Compiling ghash v0.5.1
25992024-10-31T19:48:01.127Z Compiling slog-stdlog v4.1.1
26002024-10-31T19:48:01.320Z Compiling ciborium v0.2.2
26012024-10-31T19:48:01.783Z Compiling toolchain_find v0.4.0
26022024-10-31T19:48:01.812Z Compiling p384 v0.13.0
26032024-10-31T19:48:02.132Z Compiling chacha20poly1305 v0.10.1
26042024-10-31T19:48:02.519Z Compiling itertools v0.13.0
26052024-10-31T19:48:02.524Z Compiling lzma-sys v0.1.20
26062024-10-31T19:48:02.753Z Compiling ctr v0.9.2
26072024-10-31T19:48:02.756Z Compiling typify-macro v0.2.0
26082024-10-31T19:48:03.128Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26092024-10-31T19:48:03.299Z Compiling bitfield-struct v0.6.2
26102024-10-31T19:48:03.401Z Compiling slog-dtrace v0.3.0
26112024-10-31T19:48:03.591Z Compiling topological-sort v0.2.2
26122024-10-31T19:48:03.735Z Compiling highway v1.2.0
26132024-10-31T19:48:03.842Z Compiling omicron-zone-package v0.11.1
26142024-10-31T19:48:04.587Z Compiling aes-gcm v0.10.3
26152024-10-31T19:48:04.620Z Compiling rustfmt-wrapper v0.2.1
26162024-10-31T19:48:04.640Z Compiling mime_guess v2.0.5
26172024-10-31T19:48:04.729Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26182024-10-31T19:48:04.887Z Compiling slog-envlogger v2.2.0
26192024-10-31T19:48:05.193Z Compiling steno v0.4.1
26202024-10-31T19:48:05.678Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26212024-10-31T19:48:05.890Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26222024-10-31T19:48:05.921Z Compiling heck v0.3.3
26232024-10-31T19:48:06.112Z Compiling ssh-encoding v0.2.0
26242024-10-31T19:48:06.353Z Compiling blowfish v0.9.1
26252024-10-31T19:48:06.377Z Compiling nibble_vec v0.1.0
26262024-10-31T19:48:06.507Z Compiling env_filter v0.1.2
26272024-10-31T19:48:06.589Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26282024-10-31T19:48:06.633Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26292024-10-31T19:48:06.792Z Compiling endian-type v0.1.2
26302024-10-31T19:48:06.886Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26312024-10-31T19:48:06.952Z Compiling humantime v2.1.0
26322024-10-31T19:48:06.997Z Compiling typify v0.2.0
26332024-10-31T19:48:06.997Z Compiling radix_trie v0.2.1
26342024-10-31T19:48:07.034Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352024-10-31T19:48:07.110Z Compiling env_logger v0.11.5
26362024-10-31T19:48:07.162Z Compiling progenitor-impl v0.8.0
26372024-10-31T19:48:07.204Z Compiling bcrypt-pbkdf v0.10.0
26382024-10-31T19:48:07.458Z Compiling ssh-cipher v0.2.0
26392024-10-31T19:48:07.674Z Compiling zone_cfg_derive v0.1.2
26402024-10-31T19:48:07.816Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26412024-10-31T19:48:07.991Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26422024-10-31T19:48:08.369Z Compiling parking_lot v0.11.2
26432024-10-31T19:48:08.763Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26442024-10-31T19:48:09.032Z Compiling gethostname v0.5.0
26452024-10-31T19:48:09.179Z Compiling password-hash v0.4.2
26462024-10-31T19:48:09.197Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26472024-10-31T19:48:09.223Z Compiling fxhash v0.2.1
26482024-10-31T19:48:09.269Z Compiling base64 v0.13.1
26492024-10-31T19:48:09.287Z Compiling matches v0.1.10
26502024-10-31T19:48:09.397Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26512024-10-31T19:48:09.446Z Compiling sled v0.34.7
26522024-10-31T19:48:09.747Z Compiling ron v0.7.1
26532024-10-31T19:48:09.833Z Compiling pbkdf2 v0.11.0
26542024-10-31T19:48:09.852Z Compiling idna v0.2.3
26552024-10-31T19:48:09.981Z Compiling zone v0.1.8
26562024-10-31T19:48:10.039Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26572024-10-31T19:48:10.177Z Compiling xz2 v0.1.7
26582024-10-31T19:48:10.671Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26592024-10-31T19:48:11.435Z Compiling ssh-key v0.6.6
26602024-10-31T19:48:11.472Z Compiling hickory-client v0.24.1
26612024-10-31T19:48:12.019Z Compiling p256 v0.13.2
26622024-10-31T19:48:12.243Z Compiling p521 v0.13.3
26632024-10-31T19:48:12.347Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26642024-10-31T19:48:12.855Z Compiling hickory-server v0.24.1
26652024-10-31T19:48:12.880Z Compiling enum-as-inner v0.5.1
26662024-10-31T19:48:13.477Z Compiling pem v3.0.4
26672024-10-31T19:48:13.980Z Compiling yasna v0.5.2
26682024-10-31T19:48:14.281Z Compiling headers-core v0.3.0
26692024-10-31T19:48:14.463Z Compiling kstat-rs v0.2.4
26702024-10-31T19:48:14.607Z Compiling nanorand v0.7.0
26712024-10-31T19:48:14.864Z Compiling progenitor-macro v0.8.0
26722024-10-31T19:48:15.102Z Compiling russh-cryptovec v0.7.3
26732024-10-31T19:48:15.165Z Compiling atty v0.2.14
26742024-10-31T19:48:15.324Z Compiling glob v0.3.1
26752024-10-31T19:48:15.428Z Compiling http-range v0.1.5
26762024-10-31T19:48:15.610Z Compiling md5 v0.7.0
26772024-10-31T19:48:15.801Z Compiling hyper-staticfile v0.10.1
26782024-10-31T19:48:15.852Z Compiling flume v0.11.0
26792024-10-31T19:48:15.932Z Compiling russh-keys v0.45.0
26802024-10-31T19:48:16.134Z Compiling rcgen v0.12.1
26812024-10-31T19:48:16.257Z Compiling headers v0.4.0
26822024-10-31T19:48:16.566Z Compiling trust-dns-proto v0.22.0
26832024-10-31T19:48:16.972Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26842024-10-31T19:48:18.236Z Compiling num-bigint v0.4.6
26852024-10-31T19:48:18.495Z Compiling des v0.8.1
26862024-10-31T19:48:18.863Z Compiling subprocess v0.2.9
26872024-10-31T19:48:19.761Z Compiling dhcproto-macros v0.1.0
26882024-10-31T19:48:19.894Z Compiling hex-literal v0.4.1
26892024-10-31T19:48:20.055Z Compiling display-error-chain v0.2.1
26902024-10-31T19:48:20.070Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26912024-10-31T19:48:20.239Z Compiling internet-checksum v0.2.1
26922024-10-31T19:48:20.952Z Compiling dhcproto v0.12.0
26932024-10-31T19:48:21.182Z Compiling russh v0.45.0
26942024-10-31T19:48:25.797Z Compiling progenitor v0.8.0
26952024-10-31T19:48:25.923Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26962024-10-31T19:48:25.926Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26972024-10-31T19:48:25.926Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26982024-10-31T19:48:25.926Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26992024-10-31T19:48:25.926Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27002024-10-31T19:48:25.997Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27012024-10-31T19:48:26.121Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27022024-10-31T19:48:27.366Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27032024-10-31T19:48:27.623Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27042024-10-31T19:48:30.965Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27052024-10-31T19:48:32.246Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27062024-10-31T19:48:40.870Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27072024-10-31T19:48:40.873Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27082024-10-31T19:48:40.873Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27092024-10-31T19:48:40.873Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27102024-10-31T19:48:43.882Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27112024-10-31T19:48:44.049Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27122024-10-31T19:48:44.907Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27132024-10-31T19:48:45.038Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27142024-10-31T19:48:47.227Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27152024-10-31T19:48:48.118Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27162024-10-31T19:48:49.036Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27172024-10-31T19:48:49.125Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27182024-10-31T19:48:49.808Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27192024-10-31T19:48:51.597Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27202024-10-31T19:48:51.903Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27212024-10-31T19:48:52.576Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27222024-10-31T19:48:53.385Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27232024-10-31T19:48:53.406Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27242024-10-31T19:48:53.434Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27252024-10-31T19:48:54.464Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27262024-10-31T19:48:54.900Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27272024-10-31T19:48:56.844Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27282024-10-31T19:48:58.929Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292024-10-31T19:48:59.056Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27302024-10-31T19:49:01.365Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27312024-10-31T19:49:01.695Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27322024-10-31T19:49:02.619Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27332024-10-31T19:49:07.411Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342024-10-31T19:49:16.168Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27352024-10-31T19:49:17.596Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27362024-10-31T19:50:04.749Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27372024-10-31T19:50:33.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s
27382024-10-31T19:50:33.769Z
27392024-10-31T19:50:33.769Zreal 2:53.234435890
27402024-10-31T19:50:33.769Zuser 11:25.934035196
27412024-10-31T19:50:33.770Zsys 2:17.890360528
27422024-10-31T19:50:33.770Ztrap 0.284718573
27432024-10-31T19:50:33.776Ztflt 0.706386708
27442024-10-31T19:50:33.811Zdflt 1.963545880
27452024-10-31T19:50:33.811Zkflt 0.000006499
27462024-10-31T19:50:33.811Zlock 23:50.184802591
27472024-10-31T19:50:33.811Zslp 40:18.157153529
27482024-10-31T19:50:33.812Zlat 33.492432392
27492024-10-31T19:50:33.812Zstop 1:19.166895812
27502024-10-31T19:50:33.812Z+ mkdir tests
27512024-10-31T19:50:33.812Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27522024-10-31T19:50:33.812Z+ xargs -I '{}' -t cp '{}' tests/
27532024-10-31T19:50:33.835Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b659cb597380645d tests/
27542024-10-31T19:50:33.835Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-aac69640e013925a tests/
27552024-10-31T19:50:33.876Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-21f98022a4e36d42 tests/
27562024-10-31T19:50:33.881Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6934482ed2871daa tests/
27572024-10-31T19:50:34.017Z+ 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/*)
27582024-10-31T19:50:34.023Z+ 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-21f98022a4e36d42 tests/commtest-aac69640e013925a tests/dhcp_server-b659cb597380645d tests/end_to_end_tests-6934482ed2871daa 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
27592024-10-31T19:51:39.113ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27602024-10-31T19:51:39.113Za .github/buildomat/ci-env.sh 1K
27612024-10-31T19:51:39.113Za out/target/test 1K
27622024-10-31T19:51:39.113Za out/npuzone/npuzone 23144K
27632024-10-31T19:51:39.113Za package-manifest.toml 32K
27642024-10-31T19:51:39.113Za smf/sled-agent/non-gimlet/config.toml 4K
27652024-10-31T19:51:39.113Za target/release/omicron-package 32515K
27662024-10-31T19:51:39.113Za target/release/xtask 11749K
27672024-10-31T19:51:39.113Za target/debug/bootstrap 195749K
27682024-10-31T19:51:39.113Za tests/bootstrap-21f98022a4e36d42 23991K
27692024-10-31T19:51:39.113Za tests/commtest-aac69640e013925a 24191K
27702024-10-31T19:51:39.113Za tests/dhcp_server-b659cb597380645d 23991K
27712024-10-31T19:51:39.113Za tests/end_to_end_tests-6934482ed2871daa 207954K
27722024-10-31T19:51:39.113Za out/clickhouse.tar.gz 244308K
27732024-10-31T19:51:39.113Za out/clickhouse_keeper.tar.gz 244299K
27742024-10-31T19:51:39.113Za out/clickhouse_server.tar.gz 244298K
27752024-10-31T19:51:39.113Za out/cockroachdb.tar.gz 130014K
27762024-10-31T19:51:39.113Za out/crucible-dtrace.tar 83K
27772024-10-31T19:51:39.113Za out/crucible-pantry-zone.tar.gz 26848K
27782024-10-31T19:51:39.113Za out/crucible-zone.tar.gz 35054K
27792024-10-31T19:51:39.113Za out/external-dns.tar.gz 30732K
27802024-10-31T19:51:39.113Za out/internal-dns.tar.gz 30731K
27812024-10-31T19:51:39.113Za out/mg-ddm-gz.tar 62661K
27822024-10-31T19:51:39.113Za out/nexus.tar.gz 96063K
27832024-10-31T19:51:39.113Za out/ntp.tar.gz 9026K
27842024-10-31T19:51:39.113Za out/omicron-gateway-softnpu.tar.gz 21670K
27852024-10-31T19:51:39.113Za out/omicron-sled-agent.tar 102926K
27862024-10-31T19:51:39.113Za out/overlay.tar.gz 3K
27872024-10-31T19:51:39.113Za out/oximeter.tar.gz 46004K
27882024-10-31T19:51:39.113Za out/oxlog.tar 3071K
27892024-10-31T19:51:39.113Za out/probe.tar.gz 2764K
27902024-10-31T19:51:39.113Za out/propolis-server.tar.gz 66584K
27912024-10-31T19:51:39.114Za out/pumpkind-gz.tar 26665K
27922024-10-31T19:51:39.114Za out/switch-softnpu.tar.gz 224133K
27932024-10-31T19:51:39.117Z
27942024-10-31T19:51:39.117Zreal 1:05.089468039
27952024-10-31T19:51:39.117Zuser 1:02.132522768
27962024-10-31T19:51:39.117Zsys 4.196356882
27972024-10-31T19:51:39.117Ztrap 0.015929801
27982024-10-31T19:51:39.117Ztflt 0.000000000
27992024-10-31T19:51:39.117Zdflt 0.000000000
28002024-10-31T19:51:39.117Zkflt 0.000000000
28012024-10-31T19:51:39.117Zlock 0.000000000
28022024-10-31T19:51:39.117Zslp 1:01.993150998
28032024-10-31T19:51:39.117Zlat 1.836698967
28042024-10-31T19:51:39.117Zstop 0.000193336
28052024-10-31T19:51:39.121Zprocess exited: duration 1934023 ms, exit code 0
 
28062024-10-31T19:51:39.135Zfound 1 output files
28072024-10-31T19:51:39.135Zuploading: /work/package.tar.gz (1691866924 bytes)
28082024-10-31T19:52:15.189Zuploaded: /work/package.tar.gz