01JAG9SHV6QZR2S87HFRWJGP1V: 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: 01JAG9SWHFMPC8CJHJ3ZPDJZYB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T17:12:22.619Zjob assigned to worker 01JAG9SY7Q6ZNRW9XMZAEEFZAF (queued for 49 s)
 
22024-10-18T17:12:30.241Zstarting task 0: "setup"
32024-10-18T17:12:30.249Z++ uname -s
42024-10-18T17:12:30.251Z+ kern=SunOS
52024-10-18T17:12:30.251Z+ case "$kern" in
62024-10-18T17:12:30.251Z+ groupadd -g 12345 build
72024-10-18T17:12:30.254Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T17:12:32.266Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T17:12:32.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T17:12:32.398Z+ home_fs=zfs
112024-10-18T17:12:32.398Z+ [[ zfs == autofs ]]
122024-10-18T17:12:32.398Z+ mkdir -p /home/build
132024-10-18T17:12:32.401Z+ chown build:build /home/build /work
142024-10-18T17:12:34.403Z+ chmod 0700 /home/build /work
152024-10-18T17:12:34.405Zprocess exited: duration 4165 ms, exit code 0
 
162024-10-18T17:12:34.410Zstarting task 1: "rust-toolchain"
172024-10-18T17:12:34.416Z+ printf ' * toolchain channel = "%s"
182024-10-18T17:12:34.416Z' 1.80.1
192024-10-18T17:12:34.416Z+ printf ' * toolchain profile = "%s"
202024-10-18T17:12:34.416Z * toolchain channel = "1.80.1"
212024-10-18T17:12:34.416Z' default
222024-10-18T17:12:34.416Z * toolchain profile = "default"
232024-10-18T17:12:34.419Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T17:12:34.419Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T17:12:34.537Zinfo: downloading installer
262024-10-18T17:12:35.845Zinfo: profile set to 'default'
272024-10-18T17:12:35.845Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T17:12:35.847Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T17:12:35.979Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T17:12:35.979Zinfo: downloading component 'cargo'
312024-10-18T17:12:36.686Zinfo: downloading component 'clippy'
322024-10-18T17:12:36.930Zinfo: downloading component 'rust-docs'
332024-10-18T17:12:37.898Zinfo: downloading component 'rust-std'
342024-10-18T17:12:39.257Zinfo: downloading component 'rustc'
352024-10-18T17:12:43.031Zinfo: downloading component 'rustfmt'
362024-10-18T17:12:43.235Zinfo: installing component 'cargo'
372024-10-18T17:12:44.059Zinfo: installing component 'clippy'
382024-10-18T17:12:44.432Zinfo: installing component 'rust-docs'
392024-10-18T17:12:46.054Zinfo: installing component 'rust-std'
402024-10-18T17:12:47.658Zinfo: installing component 'rustc'
412024-10-18T17:12:51.862Zinfo: installing component 'rustfmt'
422024-10-18T17:12:52.209Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T17:12:52.209Z
442024-10-18T17:12:52.467Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T17:12:52.467Z
462024-10-18T17:12:52.470Z
472024-10-18T17:12:52.470ZRust is installed now. Great!
482024-10-18T17:12:52.470Z
492024-10-18T17:12:52.470ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T17:12:52.470Zenvironment variable. This has not been done automatically.
512024-10-18T17:12:52.470Z
522024-10-18T17:12:52.470ZTo configure your current shell, you need to source
532024-10-18T17:12:52.470Zthe corresponding env file under $HOME/.cargo.
542024-10-18T17:12:52.470Z
552024-10-18T17:12:52.470ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T17:12:52.470Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T17:12:52.470Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T17:12:52.521Z+ rustc --version
592024-10-18T17:12:52.583Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T17:12:52.586Zprocess exited: duration 18172 ms, exit code 0
 
612024-10-18T17:12:52.591Zstarting task 2: "authentication"
622024-10-18T17:12:52.611Zprocess exited: duration 19 ms, exit code 0
 
632024-10-18T17:12:52.618Zstarting task 3: "clone repository"
642024-10-18T17:12:52.621Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T17:12:52.623Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T17:12:52.925ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T17:12:59.878Z+ cd /work/oxidecomputer/omicron
682024-10-18T17:12:59.878Z+ git fetch origin d69155eb692c56e24756eaa1b18239813771d04d
692024-10-18T17:13:00.170ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T17:13:00.170Z * branch d69155eb692c56e24756eaa1b18239813771d04d -> FETCH_HEAD
712024-10-18T17:13:00.181Z+ [[ -n clickhouse-native-qorb-pool ]]
722024-10-18T17:13:00.183Z++ git branch --show-current
732024-10-18T17:13:00.185Z+ current=main
742024-10-18T17:13:00.185Z+ [[ main != clickhouse-native-qorb-pool ]]
752024-10-18T17:13:00.185Z+ git branch -f clickhouse-native-qorb-pool d69155eb692c56e24756eaa1b18239813771d04d
762024-10-18T17:13:00.189Z+ git checkout -f clickhouse-native-qorb-pool
772024-10-18T17:13:00.356ZSwitched to branch 'clickhouse-native-qorb-pool'
782024-10-18T17:13:00.359Z+ git reset --hard d69155eb692c56e24756eaa1b18239813771d04d
792024-10-18T17:13:00.377ZHEAD is now at d69155eb6 Bump disk import timeout in helios / deploy CI job
802024-10-18T17:13:00.380Zprocess exited: duration 7761 ms, exit code 0
 
812024-10-18T17:13:00.385Zstarting task 4: "build"
822024-10-18T17:13:00.390Z+ source .github/buildomat/ci-env.sh
832024-10-18T17:13:00.393Z++ export CARGO_TERM_COLOR=always
842024-10-18T17:13:00.393Z++ CARGO_TERM_COLOR=always
852024-10-18T17:13:00.393Z+ cargo --version
862024-10-18T17:13:00.447Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T17:13:00.450Z+ rustc --version
882024-10-18T17:13:00.506Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T17:13:00.509Z+ WORK=/work
902024-10-18T17:13:00.509Z+ pfexec mkdir -p /work
912024-10-18T17:13:00.513Z+ pfexec chown build /work
922024-10-18T17:13:00.516Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-10-18T17:13:10.473Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-10-18T17:13:14.055Z Startup: Caching catalogs ... Done
952024-10-18T17:13:20.088ZPlanning: Solver setup ... Done (5.333s)
962024-10-18T17:13:20.167ZPlanning: Running solver ... Done (0.081s)
972024-10-18T17:13:20.369ZPlanning: Finding local manifests ... Done (0.130s)
982024-10-18T17:13:20.384ZPlanning: Fetching manifests: 0/5 0% complete
992024-10-18T17:13:20.605ZPlanning: Fetching manifests: 5/5 100% complete
1002024-10-18T17:13:20.985ZPlanning: Package planning ... Done (0.380s)
1012024-10-18T17:13:21.042ZPlanning: Merging actions ... Done (0.057s)
1022024-10-18T17:13:22.729ZPlanning: Checking for conflicting actions ... Done (1.686s)
1032024-10-18T17:13:35.266ZPlanning: Consolidating action changes ... Done (12.535s)
1042024-10-18T17:13:35.851ZPlanning: Evaluating mediators ... Done (0.584s)
1052024-10-18T17:13:36.170ZPlanning: Planning completed in 22.03 seconds
1062024-10-18T17:13:37.991Z Packages to install: 4
1072024-10-18T17:13:37.991Z Packages to update: 1
1082024-10-18T17:13:37.991Z Mediators to change: 2
1092024-10-18T17:13:37.994Z Services to change: 1
1102024-10-18T17:13:37.994Z Estimated space available: 155.71 GB
1112024-10-18T17:13:37.994ZEstimated space to be consumed: 1.57 GB
1122024-10-18T17:13:37.994Z Create boot environment: No
1132024-10-18T17:13:37.994ZCreate backup boot environment: Yes
1142024-10-18T17:13:37.994Z Rebuild boot archive: No
1152024-10-18T17:13:37.994Z
1162024-10-18T17:13:37.994ZChanged mediators:
1172024-10-18T17:13:37.994Z mediator clang:
1182024-10-18T17:13:37.994Z version: None -> 15 (system default)
1192024-10-18T17:13:37.994Z
1202024-10-18T17:13:37.994Z mediator llvm:
1212024-10-18T17:13:37.994Z version: 14 (system default) -> 15 (system default)
1222024-10-18T17:13:37.994Z
1232024-10-18T17:13:37.994ZChanged packages:
1242024-10-18T17:13:37.994Zhelios-dev
1252024-10-18T17:13:37.994Z developer/build-essential
1262024-10-18T17:13:37.994Z None -> 11-2.0
1272024-10-18T17:13:37.994Z library/libxmlsec1
1282024-10-18T17:13:37.994Z None -> 1.2.35-2.0
1292024-10-18T17:13:37.994Z ooce/developer/clang-15
1302024-10-18T17:13:37.994Z None -> 15.0.7-2.0
1312024-10-18T17:13:37.994Z ooce/developer/llvm-15
1322024-10-18T17:13:37.994Z None -> 15.0.7-2.0
1332024-10-18T17:13:37.994Z package/pkg
1342024-10-18T17:13:37.994Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-10-18T17:13:37.994Z
1362024-10-18T17:13:37.994ZServices:
1372024-10-18T17:13:37.994Z restart_fmri:
1382024-10-18T17:13:37.995Z svc:/system/update-man-index:default
1392024-10-18T17:13:37.995Z
1402024-10-18T17:13:37.995ZEditable files to change:
1412024-10-18T17:13:37.995Z Update:
1422024-10-18T17:13:37.995Z usr/share/lib/pkg/web/config.shtml
1432024-10-18T17:13:38.629Z
1442024-10-18T17:13:38.629ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-10-18T17:13:43.630ZDownload: 1309/4281 items 104.4/220.6MB 47% complete (21.1M/s)
1462024-10-18T17:13:48.631ZDownload: 3123/4281 items 133.7/220.6MB 60% complete (13.3M/s)
1472024-10-18T17:13:54.088ZDownload: 4204/4281 items 220.6/220.6MB 99% complete (13.2M/s)
1482024-10-18T17:13:54.214ZDownload: Completed 220.60 MB in 15.58 seconds (14.2M/s)
1492024-10-18T17:13:56.512Z Actions: 1/5063 actions (Removing old actions)
1502024-10-18T17:13:56.528Z Actions: 194/5063 actions (Installing new actions)
1512024-10-18T17:14:01.963Z Actions: 4110/5063 actions (Installing new actions)
1522024-10-18T17:14:03.428Z Actions: 4226/5063 actions (Updating modified actions)
1532024-10-18T17:14:03.894Z Actions: Completed 5063 actions in 7.38 seconds.
1542024-10-18T17:14:04.092Z Done (0.190s)
1552024-10-18T17:14:04.095Z Done (0.000s)
1562024-10-18T17:14:04.573Z Done (0.480s)
1572024-10-18T17:14:12.617Z Done (7.784s)
1582024-10-18T17:14:13.197Z Done (0.509s)
1592024-10-18T17:14:13.200Z Done (0.000s)
1602024-10-18T17:14:13.372Z Done (0.000s)
1612024-10-18T17:14:14.026ZPlanning: Evaluating mediator changes ... Done
1622024-10-18T17:14:14.189ZPlanning: Checking for conflicting actions ... Done
1632024-10-18T17:14:14.192ZPlanning: Consolidating action changes ... Done
1642024-10-18T17:14:14.461ZPlanning: Evaluating mediators ... Done
1652024-10-18T17:14:14.464ZPlanning: Planning completed in 0.44 seconds
1662024-10-18T17:14:14.499Z Mediators to change: 2
1672024-10-18T17:14:14.500Z Create boot environment: No
1682024-10-18T17:14:14.502ZCreate backup boot environment: No
1692024-10-18T17:14:14.579Z Done
1702024-10-18T17:14:14.579Z Done
1712024-10-18T17:14:14.890Z Done
1722024-10-18T17:14:18.418Z Done
1732024-10-18T17:14:18.508Z Done
1742024-10-18T17:14:18.510Z Done
1752024-10-18T17:14:18.627Z Done
1762024-10-18T17:14:19.245ZPlanning: Evaluating mediator changes ... Done
1772024-10-18T17:14:19.249ZPlanning: Merging actions ... Done
1782024-10-18T17:14:19.436ZPlanning: Checking for conflicting actions ... Done
1792024-10-18T17:14:19.438ZPlanning: Consolidating action changes ... Done
1802024-10-18T17:14:19.707ZPlanning: Evaluating mediators ... Done
1812024-10-18T17:14:19.770ZPlanning: Planning completed in 0.77 seconds
1822024-10-18T17:14:19.813Z Packages to change: 1
1832024-10-18T17:14:19.813Z Mediators to change: 1
1842024-10-18T17:14:19.820Z Services to change: 1
1852024-10-18T17:14:19.820Z Create boot environment: No
1862024-10-18T17:14:19.820ZCreate backup boot environment: Yes
1872024-10-18T17:14:20.984Z Actions: 1/6 actions (Updating modified actions)
1882024-10-18T17:14:21.082Z Actions: Completed 6 actions in 0.10 seconds.
1892024-10-18T17:14:21.085Z Done
1902024-10-18T17:14:21.085Z Done
1912024-10-18T17:14:21.180Z Done
1922024-10-18T17:14:24.683Z Done
1932024-10-18T17:14:24.774Z Done
1942024-10-18T17:14:24.776Z Done
1952024-10-18T17:14:24.888Z Done
1962024-10-18T17:14:25.319ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972024-10-18T17:14:25.319Zclang system 15 system
1982024-10-18T17:14:25.319Zcsh system system illumos
1992024-10-18T17:14:25.319Zctags system system illumos
2002024-10-18T17:14:25.319Zgcc vendor 12 vendor
2012024-10-18T17:14:25.319Zgcc system 10 system
2022024-10-18T17:14:25.319Zgcc system 7 system
2032024-10-18T17:14:25.319Zgo system 1.20 system
2042024-10-18T17:14:25.320Zgo system 1.19 system
2052024-10-18T17:14:25.320Zllvm system 15 system
2062024-10-18T17:14:25.320Zllvm system 14 system
2072024-10-18T17:14:25.320Zmariadb system 10.6 system
2082024-10-18T17:14:25.320Zmta vendor vendor dma
2092024-10-18T17:14:25.320Zopenjdk system 17 system
2102024-10-18T17:14:25.320Zopenjdk system 11 system
2112024-10-18T17:14:25.320Zopenjdk system 1.8 system
2122024-10-18T17:14:25.320Zopenssl vendor 3 vendor
2132024-10-18T17:14:25.320Zperl system 5.36 system
2142024-10-18T17:14:25.320Zpostgresql system 15 system
2152024-10-18T17:14:25.320Zpostgresql system 13 system
2162024-10-18T17:14:25.320Zpython vendor 3 vendor
2172024-10-18T17:14:25.320Zpython system 2 system
2182024-10-18T17:14:25.320Zpython3 system 3.11 system
2192024-10-18T17:14:25.320Zruby system 3.0 system
2202024-10-18T17:14:25.320Zwords vendor vendor american-english
2212024-10-18T17:14:25.320Zwords system system australian-english
2222024-10-18T17:14:25.320Zwords system system british-english
2232024-10-18T17:14:25.320Zwords system system canadian-english
2242024-10-18T17:14:25.320Zwords system system french
2252024-10-18T17:14:25.320Zwords system system italian
2262024-10-18T17:14:25.320Zwords system system ngerman
2272024-10-18T17:14:25.320Zwords system system ogerman
2282024-10-18T17:14:25.320Zwords system system spanish
2292024-10-18T17:14:25.650ZPUBLISHER TYPE STATUS P LOCATION
2302024-10-18T17:14:25.650Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2312024-10-18T17:14:27.866ZFMRI IFO
2322024-10-18T17:14:27.866Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2332024-10-18T17:14:27.866Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2342024-10-18T17:14:27.866Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2352024-10-18T17:14:27.866Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2362024-10-18T17:14:27.866Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2372024-10-18T17:14:27.866Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2382024-10-18T17:14:27.866Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2392024-10-18T17:14:27.866Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2402024-10-18T17:14:27.866Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2412024-10-18T17:14:27.866Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2422024-10-18T17:14:27.866Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2432024-10-18T17:14:27.866Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2442024-10-18T17:14:27.866Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2452024-10-18T17:14:28.546Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2462024-10-18T17:14:28.838Z Updating crates.io index
2472024-10-18T17:14:28.841Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482024-10-18T17:14:29.737Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2492024-10-18T17:14:29.984Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2502024-10-18T17:14:30.232Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2512024-10-18T17:14:30.528Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522024-10-18T17:14:31.345Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532024-10-18T17:14:33.688Z Updating git repository `https://github.com/oxidecomputer/opte`
2542024-10-18T17:14:34.780Z Updating git repository `https://github.com/oxidecomputer/falcon`
2552024-10-18T17:14:35.512Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562024-10-18T17:14:35.933Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572024-10-18T17:14:36.383Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2582024-10-18T17:14:36.946Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2592024-10-18T17:14:37.220Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602024-10-18T17:14:37.733Z Updating git repository `https://github.com/oxidecomputer/tofino`
2612024-10-18T17:14:38.010Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622024-10-18T17:14:38.287Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632024-10-18T17:14:38.530Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642024-10-18T17:14:38.836Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652024-10-18T17:14:39.187Z Updating git repository `https://github.com/oxidecomputer/ispf`
2662024-10-18T17:14:39.556Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2672024-10-18T17:14:39.900Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2682024-10-18T17:14:40.350Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692024-10-18T17:14:40.666Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702024-10-18T17:14:41.055Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2712024-10-18T17:14:41.457Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2722024-10-18T17:14:41.746Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2732024-10-18T17:14:42.008Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2742024-10-18T17:14:43.336Z Downloading crates ...
2752024-10-18T17:14:43.428Z Downloaded anstyle v1.0.8
2762024-10-18T17:14:43.433Z Downloaded anstream v0.6.15
2772024-10-18T17:14:43.436Z Downloaded proc-macro-error v1.0.4
2782024-10-18T17:14:43.438Z Downloaded byteorder v1.5.0
2792024-10-18T17:14:43.441Z Downloaded strsim v0.11.1
2802024-10-18T17:14:43.454Z Downloaded usdt-attr-macro v0.5.0
2812024-10-18T17:14:43.457Z Downloaded dtrace-parser v0.2.0
2822024-10-18T17:14:43.457Z Downloaded usdt-macro v0.5.0
2832024-10-18T17:14:43.460Z Downloaded cpufeatures v0.2.14
2842024-10-18T17:14:43.462Z Downloaded swrite v0.1.0
2852024-10-18T17:14:43.464Z Downloaded fastrand v2.1.1
2862024-10-18T17:14:43.464Z Downloaded anstyle-query v1.1.1
2872024-10-18T17:14:43.468Z Downloaded memmap v0.7.0
2882024-10-18T17:14:43.468Z Downloaded macaddr v1.0.1
2892024-10-18T17:14:43.471Z Downloaded errno v0.3.9
2902024-10-18T17:14:43.471Z Downloaded digest v0.10.7
2912024-10-18T17:14:43.474Z Downloaded plain v0.2.3
2922024-10-18T17:14:43.474Z Downloaded serde_spanned v0.6.8
2932024-10-18T17:14:43.474Z Downloaded clap_lex v0.7.2
2942024-10-18T17:14:43.477Z Downloaded camino-tempfile v1.1.1
2952024-10-18T17:14:43.477Z Downloaded pest_generator v2.7.14
2962024-10-18T17:14:43.480Z Downloaded heck v0.5.0
2972024-10-18T17:14:43.480Z Downloaded thiserror-impl v1.0.64
2982024-10-18T17:14:43.480Z Downloaded cfg-if v1.0.0
2992024-10-18T17:14:43.482Z Downloaded cargo_metadata v0.18.1
3002024-10-18T17:14:43.484Z Downloaded block-buffer v0.10.4
3012024-10-18T17:14:43.484Z Downloaded fs-err v2.11.0
3022024-10-18T17:14:43.487Z Downloaded autocfg v1.4.0
3032024-10-18T17:14:43.489Z Downloaded version_check v0.9.5
3042024-10-18T17:14:43.491Z Downloaded scroll v0.12.0
3052024-10-18T17:14:43.491Z Downloaded is_terminal_polyfill v1.70.1
3062024-10-18T17:14:43.494Z Downloaded sha2 v0.10.8
3072024-10-18T17:14:43.496Z Downloaded generic-array v0.14.7
3082024-10-18T17:14:43.498Z Downloaded pretty-hex v0.4.1
3092024-10-18T17:14:43.501Z Downloaded equivalent v1.0.1
3102024-10-18T17:14:43.504Z Downloaded colorchoice v1.0.2
3112024-10-18T17:14:43.506Z Downloaded scroll_derive v0.12.0
3122024-10-18T17:14:43.513Z Downloaded semver v1.0.23
3132024-10-18T17:14:43.518Z Downloaded tempfile v3.13.0
3142024-10-18T17:14:43.521Z Downloaded proc-macro2 v1.0.87
3152024-10-18T17:14:43.525Z Downloaded unicode-ident v1.0.13
3162024-10-18T17:14:43.528Z Downloaded usdt v0.5.0
3172024-10-18T17:14:43.534Z Downloaded proc-macro-error-attr v1.0.4
3182024-10-18T17:14:43.534Z Downloaded dof v0.3.0
3192024-10-18T17:14:43.537Z Downloaded fnv v1.0.7
3202024-10-18T17:14:43.537Z Downloaded bytecount v0.6.8
3212024-10-18T17:14:43.540Z Downloaded itoa v1.0.11
3222024-10-18T17:14:43.542Z Downloaded heck v0.4.1
3232024-10-18T17:14:43.542Z Downloaded crypto-common v0.1.6
3242024-10-18T17:14:43.545Z Downloaded toml_datetime v0.6.8
3252024-10-18T17:14:43.545Z Downloaded smawk v0.3.2
3262024-10-18T17:14:43.547Z Downloaded cargo-platform v0.1.8
3272024-10-18T17:14:43.547Z Downloaded anstyle-parse v0.2.5
3282024-10-18T17:14:43.550Z Downloaded thread-id v4.2.2
3292024-10-18T17:14:43.552Z Downloaded thiserror v1.0.64
3302024-10-18T17:14:43.555Z Downloaded terminal_size v0.4.0
3312024-10-18T17:14:43.557Z Downloaded usdt-impl v0.5.0
3322024-10-18T17:14:43.559Z Downloaded typenum v1.17.0
3332024-10-18T17:14:43.561Z Downloaded toml v0.8.19
3342024-10-18T17:14:43.564Z Downloaded serde_derive v1.0.210
3352024-10-18T17:14:43.566Z Downloaded textwrap v0.16.1
3362024-10-18T17:14:43.569Z Downloaded serde_tokenstream v0.2.2
3372024-10-18T17:14:43.571Z Downloaded pest_derive v2.7.14
3382024-10-18T17:14:43.573Z Downloaded quote v1.0.37
3392024-10-18T17:14:43.575Z Downloaded utf8parse v0.2.2
3402024-10-18T17:14:43.575Z Downloaded once_cell v1.20.2
3412024-10-18T17:14:43.578Z Downloaded tabled_derive v0.7.0
3422024-10-18T17:14:43.581Z Downloaded zerocopy-derive v0.7.35
3432024-10-18T17:14:43.583Z Downloaded unicode-linebreak v0.1.5
3442024-10-18T17:14:43.585Z Downloaded clap_derive v4.5.18
3452024-10-18T17:14:43.587Z Downloaded cargo_toml v0.20.5
3462024-10-18T17:14:43.592Z Downloaded pest_meta v2.7.14
3472024-10-18T17:14:43.594Z Downloaded clap v4.5.20
3482024-10-18T17:14:43.602Z Downloaded ucd-trie v0.1.7
3492024-10-18T17:14:43.605Z Downloaded ryu v1.0.18
3502024-10-18T17:14:43.607Z Downloaded camino v1.1.9
3512024-10-18T17:14:43.609Z Downloaded papergrid v0.11.0
3522024-10-18T17:14:43.614Z Downloaded bitflags v2.6.0
3532024-10-18T17:14:43.617Z Downloaded log v0.4.22
3542024-10-18T17:14:43.619Z Downloaded anyhow v1.0.89
3552024-10-18T17:14:43.626Z Downloaded serde v1.0.210
3562024-10-18T17:14:43.630Z Downloaded indexmap v2.6.0
3572024-10-18T17:14:43.648Z Downloaded pest v2.7.14
3582024-10-18T17:14:43.652Z Downloaded memchr v2.7.4
3592024-10-18T17:14:43.658Z Downloaded zerocopy v0.7.35
3602024-10-18T17:14:43.673Z Downloaded toml_edit v0.22.22
3612024-10-18T17:14:43.695Z Downloaded hashbrown v0.15.0
3622024-10-18T17:14:43.706Z Downloaded winnow v0.6.20
3632024-10-18T17:14:43.709Z Downloaded tabled v0.15.0
3642024-10-18T17:14:43.723Z Downloaded goblin v0.8.2
3652024-10-18T17:14:43.729Z Downloaded unicode-width v0.1.14
3662024-10-18T17:14:43.734Z Downloaded syn v2.0.79
3672024-10-18T17:14:43.745Z Downloaded rustix v0.38.37
3682024-10-18T17:14:43.766Z Downloaded syn v1.0.109
3692024-10-18T17:14:43.775Z Downloaded libc v0.2.159
3702024-10-18T17:14:43.800Z Downloaded serde_json v1.0.128
3712024-10-18T17:14:43.812Z Downloaded clap_builder v4.5.20
3722024-10-18T17:14:44.090Z Compiling proc-macro2 v1.0.87
3732024-10-18T17:14:44.093Z Compiling unicode-ident v1.0.13
3742024-10-18T17:14:44.093Z Compiling serde v1.0.210
3752024-10-18T17:14:44.093Z Compiling version_check v0.9.5
3762024-10-18T17:14:44.093Z Compiling memchr v2.7.4
3772024-10-18T17:14:44.093Z Compiling thiserror v1.0.64
3782024-10-18T17:14:44.124Z Compiling libc v0.2.159
3792024-10-18T17:14:44.127Z Compiling ryu v1.0.18
3802024-10-18T17:14:44.415Z Compiling ucd-trie v0.1.7
3812024-10-18T17:14:44.528Z Compiling itoa v1.0.11
3822024-10-18T17:14:44.947Z Compiling once_cell v1.20.2
3832024-10-18T17:14:44.973Z Compiling byteorder v1.5.0
3842024-10-18T17:14:45.333Z Compiling serde_json v1.0.128
3852024-10-18T17:14:45.540Z Compiling rustix v0.38.37
3862024-10-18T17:14:47.032Z Compiling bitflags v2.6.0
3872024-10-18T17:14:47.035Z Compiling proc-macro-error-attr v1.0.4
3882024-10-18T17:14:47.094Z Compiling usdt-impl v0.5.0
3892024-10-18T17:14:47.179Z Compiling syn v1.0.109
3902024-10-18T17:14:47.370Z Compiling proc-macro-error v1.0.4
3912024-10-18T17:14:47.414Z Compiling log v0.4.22
3922024-10-18T17:14:47.442Z Compiling hashbrown v0.15.0
3932024-10-18T17:14:47.644Z Compiling plain v0.2.3
3942024-10-18T17:14:47.675Z Compiling equivalent v1.0.1
3952024-10-18T17:14:47.789Z Compiling thread-id v4.2.2
3962024-10-18T17:14:47.813Z Compiling camino v1.1.9
3972024-10-18T17:14:47.816Z Compiling utf8parse v0.2.2
3982024-10-18T17:14:47.855Z Compiling quote v1.0.37
3992024-10-18T17:14:47.979Z Compiling anstyle-parse v0.2.5
4002024-10-18T17:14:48.042Z Compiling is_terminal_polyfill v1.70.1
4012024-10-18T17:14:48.161Z Compiling autocfg v1.4.0
4022024-10-18T17:14:48.255Z Compiling syn v2.0.79
4032024-10-18T17:14:48.325Z Compiling errno v0.3.9
4042024-10-18T17:14:48.591Z Compiling colorchoice v1.0.2
4052024-10-18T17:14:48.593Z Compiling pretty-hex v0.4.1
4062024-10-18T17:14:48.699Z Compiling indexmap v2.6.0
4072024-10-18T17:14:48.741Z Compiling unicode-width v0.1.14
4082024-10-18T17:14:48.819Z Compiling winnow v0.6.20
4092024-10-18T17:14:49.257Z Compiling semver v1.0.23
4102024-10-18T17:14:49.278Z Compiling anstyle v1.0.8
4112024-10-18T17:14:49.746Z Compiling anstyle-query v1.1.1
4122024-10-18T17:14:49.904Z Compiling anstream v0.6.15
4132024-10-18T17:14:49.930Z Compiling fs-err v2.11.0
4142024-10-18T17:14:50.239Z Compiling cfg-if v1.0.0
4152024-10-18T17:14:50.280Z Compiling anyhow v1.0.89
4162024-10-18T17:14:50.335Z Compiling heck v0.5.0
4172024-10-18T17:14:50.647Z Compiling terminal_size v0.4.0
4182024-10-18T17:14:50.777Z Compiling clap_lex v0.7.2
4192024-10-18T17:14:50.860Z Compiling fastrand v2.1.1
4202024-10-18T17:14:50.862Z Compiling strsim v0.11.1
4212024-10-18T17:14:50.910Z Compiling fnv v1.0.7
4222024-10-18T17:14:51.044Z Compiling heck v0.4.1
4232024-10-18T17:14:51.256Z Compiling bytecount v0.6.8
4242024-10-18T17:14:51.286Z Compiling clap_builder v4.5.20
4252024-10-18T17:14:51.481Z Compiling papergrid v0.11.0
4262024-10-18T17:14:51.551Z Compiling tempfile v3.13.0
4272024-10-18T17:14:52.067Z Compiling memmap v0.7.0
4282024-10-18T17:14:52.126Z Compiling unicode-linebreak v0.1.5
4292024-10-18T17:14:52.441Z Compiling smawk v0.3.2
4302024-10-18T17:14:52.609Z Compiling swrite v0.1.0
4312024-10-18T17:14:52.669Z Compiling textwrap v0.16.1
4322024-10-18T17:14:54.132Z Compiling tabled_derive v0.7.0
4332024-10-18T17:14:55.876Z Compiling tabled v0.15.0
4342024-10-18T17:14:57.006Z Compiling serde_derive v1.0.210
4352024-10-18T17:14:57.006Z Compiling thiserror-impl v1.0.64
4362024-10-18T17:14:57.008Z Compiling zerocopy-derive v0.7.35
4372024-10-18T17:14:57.008Z Compiling scroll_derive v0.12.0
4382024-10-18T17:14:57.008Z Compiling clap_derive v4.5.18
4392024-10-18T17:14:58.258Z Compiling scroll v0.12.0
4402024-10-18T17:14:58.726Z Compiling goblin v0.8.2
4412024-10-18T17:14:58.859Z Compiling zerocopy v0.7.35
4422024-10-18T17:15:00.679Z Compiling clap v4.5.20
4432024-10-18T17:15:02.130Z Compiling pest v2.7.14
4442024-10-18T17:15:03.692Z Compiling pest_meta v2.7.14
4452024-10-18T17:15:04.775Z Compiling pest_generator v2.7.14
4462024-10-18T17:15:06.348Z Compiling pest_derive v2.7.14
4472024-10-18T17:15:06.643Z Compiling serde_spanned v0.6.8
4482024-10-18T17:15:06.643Z Compiling toml_datetime v0.6.8
4492024-10-18T17:15:06.993Z Compiling dtrace-parser v0.2.0
4502024-10-18T17:15:07.020Z Compiling serde_tokenstream v0.2.2
4512024-10-18T17:15:07.157Z Compiling toml_edit v0.22.22
4522024-10-18T17:15:07.185Z Compiling cargo-platform v0.1.8
4532024-10-18T17:15:07.385Z Compiling camino-tempfile v1.1.1
4542024-10-18T17:15:07.634Z Compiling macaddr v1.0.1
4552024-10-18T17:15:08.231Z Compiling dof v0.3.0
4562024-10-18T17:15:08.232Z Compiling cargo_metadata v0.18.1
4572024-10-18T17:15:10.267Z Compiling toml v0.8.19
4582024-10-18T17:15:10.289Z Compiling usdt-macro v0.5.0
4592024-10-18T17:15:10.292Z Compiling usdt-attr-macro v0.5.0
4602024-10-18T17:15:11.064Z Compiling cargo_toml v0.20.5
4612024-10-18T17:15:11.666Z Compiling usdt v0.5.0
4622024-10-18T17:15:14.615Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4632024-10-18T17:15:18.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s
4642024-10-18T17:15:18.823Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4652024-10-18T17:15:19.402Z Downloading crates ...
4662024-10-18T17:15:19.555Z Downloaded humantime v2.1.0
4672024-10-18T17:15:19.558Z Downloaded http-body v0.4.6
4682024-10-18T17:15:19.562Z Downloaded ahash v0.8.11
4692024-10-18T17:15:19.566Z Downloaded hyper-util v0.1.9
4702024-10-18T17:15:19.572Z Downloaded is-terminal v0.4.13
4712024-10-18T17:15:19.575Z Downloaded indexmap v1.9.3
4722024-10-18T17:15:19.579Z Downloaded itertools v0.10.5
4732024-10-18T17:15:19.587Z Downloaded bit-vec v0.6.3
4742024-10-18T17:15:19.589Z Downloaded lazy_static v1.5.0
4752024-10-18T17:15:19.592Z Downloaded itertools v0.13.0
4762024-10-18T17:15:19.599Z Downloaded hostname v0.4.0
4772024-10-18T17:15:19.601Z Downloaded hostname v0.3.1
4782024-10-18T17:15:19.604Z Downloaded http v0.2.12
4792024-10-18T17:15:19.608Z Downloaded home v0.5.9
4802024-10-18T17:15:19.610Z Downloaded bstr v1.10.0
4812024-10-18T17:15:19.622Z Downloaded atomicwrites v0.4.4
4822024-10-18T17:15:19.625Z Downloaded ident_case v1.0.1
4832024-10-18T17:15:19.627Z Downloaded iana-time-zone v0.1.61
4842024-10-18T17:15:19.630Z Downloaded hyper-tls v0.6.0
4852024-10-18T17:15:19.632Z Downloaded bindgen v0.69.5
4862024-10-18T17:15:19.642Z Downloaded hyper-rustls v0.27.3
4872024-10-18T17:15:19.645Z Downloaded hyper v1.4.1
4882024-10-18T17:15:19.653Z Downloaded bitfield-struct v0.6.2
4892024-10-18T17:15:19.655Z Downloaded instant v0.1.13
4902024-10-18T17:15:19.658Z Downloaded ipnet v2.10.1
4912024-10-18T17:15:19.660Z Downloaded keccak v0.1.5
4922024-10-18T17:15:19.662Z Downloaded arc-swap v1.7.1
4932024-10-18T17:15:19.665Z Downloaded inout v0.1.3
4942024-10-18T17:15:19.667Z Downloaded lalrpop-util v0.19.12
4952024-10-18T17:15:19.670Z Downloaded lazycell v1.3.0
4962024-10-18T17:15:19.670Z Downloaded jobserver v0.1.32
4972024-10-18T17:15:19.672Z Downloaded itertools v0.12.1
4982024-10-18T17:15:19.680Z Downloaded linked-hash-map v0.5.6
4992024-10-18T17:15:19.683Z Downloaded libm v0.2.8
5002024-10-18T17:15:19.691Z Downloaded libloading v0.8.5
5012024-10-18T17:15:19.694Z Downloaded ciborium-io v0.2.2
5022024-10-18T17:15:19.696Z Downloaded chrono-tz-build v0.4.0
5032024-10-18T17:15:19.698Z Downloaded cfg_aliases v0.2.1
5042024-10-18T17:15:19.698Z Downloaded bytes v1.7.2
5052024-10-18T17:15:19.702Z Downloaded cipher v0.4.4
5062024-10-18T17:15:19.704Z Downloaded convert_case v0.4.0
5072024-10-18T17:15:19.707Z Downloaded crc-catalog v2.4.0
5082024-10-18T17:15:19.710Z Downloaded console v0.15.8
5092024-10-18T17:15:19.712Z Downloaded const-oid v0.9.6
5102024-10-18T17:15:19.714Z Downloaded ciborium v0.2.2
5112024-10-18T17:15:19.717Z Downloaded cc v1.1.30
5122024-10-18T17:15:19.720Z Downloaded crc32fast v1.4.2
5132024-10-18T17:15:19.722Z Downloaded crunchy v0.2.2
5142024-10-18T17:15:19.725Z Downloaded darling_macro v0.20.10
5152024-10-18T17:15:19.725Z Downloaded curve25519-dalek-derive v0.1.1
5162024-10-18T17:15:19.727Z Downloaded const_format_proc_macros v0.2.33
5172024-10-18T17:15:19.729Z Downloaded constant_time_eq v0.3.1
5182024-10-18T17:15:19.731Z Downloaded ctr v0.9.2
5192024-10-18T17:15:19.733Z Downloaded const_format v0.2.33
5202024-10-18T17:15:19.738Z Downloaded clang-sys v1.8.1
5212024-10-18T17:15:19.741Z Downloaded crc v3.2.1
5222024-10-18T17:15:19.744Z Downloaded cfg_aliases v0.1.1
5232024-10-18T17:15:19.746Z Downloaded cexpr v0.6.0
5242024-10-18T17:15:19.749Z Downloaded bzip2 v0.4.4
5252024-10-18T17:15:19.751Z Downloaded bitvec v1.0.1
5262024-10-18T17:15:19.766Z Downloaded bitflags v1.3.2
5272024-10-18T17:15:19.770Z Downloaded csv-core v0.1.11
5282024-10-18T17:15:19.772Z Downloaded crossbeam-channel v0.5.13
5292024-10-18T17:15:19.776Z Downloaded crossbeam-utils v0.8.20
5302024-10-18T17:15:19.780Z Downloaded hmac v0.12.1
5312024-10-18T17:15:19.791Z Downloaded debug-ignore v1.0.5
5322024-10-18T17:15:19.791Z Downloaded httpdate v1.0.3
5332024-10-18T17:15:19.791Z Downloaded indoc v1.0.9
5342024-10-18T17:15:19.791Z Downloaded ipnetwork v0.20.0
5352024-10-18T17:15:19.791Z Downloaded http v1.1.0
5362024-10-18T17:15:19.797Z Downloaded curve25519-dalek v4.1.3
5372024-10-18T17:15:19.805Z Downloaded chrono-tz v0.10.0
5382024-10-18T17:15:19.814Z Downloaded idna v0.5.0
5392024-10-18T17:15:19.827Z Downloaded backtrace v0.3.74
5402024-10-18T17:15:19.836Z Downloaded lalrpop v0.19.12
5412024-10-18T17:15:19.853Z Downloaded bb8 v0.8.5
5422024-10-18T17:15:19.856Z Downloaded md-5 v0.10.6
5432024-10-18T17:15:19.858Z Downloaded maplit v1.0.2
5442024-10-18T17:15:19.858Z Downloaded arrayvec v0.7.6
5452024-10-18T17:15:19.860Z Downloaded lock_api v0.4.12
5462024-10-18T17:15:19.862Z Downloaded data-encoding v2.6.0
5472024-10-18T17:15:19.865Z Downloaded async-trait v0.1.83
5482024-10-18T17:15:19.868Z Downloaded minimal-lexical v0.2.1
5492024-10-18T17:15:19.873Z Downloaded base64ct v1.6.0
5502024-10-18T17:15:19.876Z Downloaded mio v1.0.2
5512024-10-18T17:15:19.883Z Downloaded miniz_oxide v0.8.0
5522024-10-18T17:15:19.885Z Downloaded nom v7.1.3
5532024-10-18T17:15:19.901Z Downloaded ciborium-ll v0.2.2
5542024-10-18T17:15:19.904Z Downloaded darling_core v0.20.10
5552024-10-18T17:15:19.908Z Downloaded darling v0.20.10
5562024-10-18T17:15:19.912Z Downloaded crossbeam-epoch v0.9.18
5572024-10-18T17:15:19.915Z Downloaded new_debug_unreachable v1.0.6
5582024-10-18T17:15:19.917Z Downloaded mime v0.3.17
5592024-10-18T17:15:19.920Z Downloaded mime_guess v2.0.5
5602024-10-18T17:15:19.922Z Downloaded linear-map v1.2.0
5612024-10-18T17:15:19.922Z Downloaded native-tls v0.2.12
5622024-10-18T17:15:19.924Z Downloaded base16ct v0.2.0
5632024-10-18T17:15:19.926Z Downloaded aes-gcm v0.10.3
5642024-10-18T17:15:19.929Z Downloaded is_ci v1.2.0
5652024-10-18T17:15:19.932Z Downloaded indent_write v2.2.0
5662024-10-18T17:15:19.935Z Downloaded nanorand v0.7.0
5672024-10-18T17:15:19.935Z Downloaded memoffset v0.9.1
5682024-10-18T17:15:19.937Z Downloaded matches v0.1.10
5692024-10-18T17:15:19.937Z Downloaded normalize-line-endings v0.3.0
5702024-10-18T17:15:19.940Z Downloaded idna v0.3.0
5712024-10-18T17:15:19.944Z Downloaded lru v0.12.5
5722024-10-18T17:15:19.946Z Downloaded crossbeam-deque v0.8.5
5732024-10-18T17:15:19.948Z Downloaded blake2 v0.10.6
5742024-10-18T17:15:19.950Z Downloaded cobs v0.2.3
5752024-10-18T17:15:19.953Z Downloaded colored v2.1.0
5762024-10-18T17:15:19.956Z Downloaded chrono v0.4.38
5772024-10-18T17:15:19.960Z Downloaded nix v0.29.0
5782024-10-18T17:15:19.973Z Downloaded nibble_vec v0.1.0
5792024-10-18T17:15:19.975Z Downloaded multimap v0.10.0
5802024-10-18T17:15:19.977Z Downloaded md5 v0.7.0
5812024-10-18T17:15:19.977Z Downloaded lru-cache v0.1.2
5822024-10-18T17:15:19.979Z Downloaded chacha20poly1305 v0.10.1
5832024-10-18T17:15:19.981Z Downloaded rand_xorshift v0.3.0
5842024-10-18T17:15:19.981Z Downloaded nu-ansi-term v0.50.1
5852024-10-18T17:15:19.984Z Downloaded blake3 v1.5.4
5862024-10-18T17:15:19.993Z Downloaded assert_matches v1.5.0
5872024-10-18T17:15:19.995Z Downloaded base64 v0.21.7
5882024-10-18T17:15:19.999Z Downloaded base64 v0.13.1
5892024-10-18T17:15:20.002Z Downloaded nix v0.28.0
5902024-10-18T17:15:20.015Z Downloaded regex-syntax v0.6.29
5912024-10-18T17:15:20.023Z Downloaded rustc-hash v1.1.0
5922024-10-18T17:15:20.025Z Downloaded rustls-pemfile v2.2.0
5932024-10-18T17:15:20.027Z Downloaded slog-json v2.6.1
5942024-10-18T17:15:20.029Z Downloaded rustls-pemfile v1.0.4
5952024-10-18T17:15:20.032Z Downloaded reqwest v0.12.8
5962024-10-18T17:15:20.041Z Downloaded atomic-waker v1.1.2
5972024-10-18T17:15:20.043Z Downloaded tokio-rustls v0.24.1
5982024-10-18T17:15:20.046Z Downloaded tokio-stream v0.1.16
5992024-10-18T17:15:20.052Z Downloaded tokio-rustls v0.26.0
6002024-10-18T17:15:20.055Z Downloaded unarray v0.1.4
6012024-10-18T17:15:20.059Z Downloaded unicase v2.7.0
6022024-10-18T17:15:20.059Z Downloaded same-file v1.0.6
6032024-10-18T17:15:20.061Z Downloaded unicode-bidi v0.3.17
6042024-10-18T17:15:20.063Z Downloaded tokio-rustls v0.25.0
6052024-10-18T17:15:20.065Z Downloaded kstat-rs v0.2.4
6062024-10-18T17:15:20.065Z Downloaded internet-checksum v0.2.1
6072024-10-18T17:15:20.068Z Downloaded instability v0.3.2
6082024-10-18T17:15:20.070Z Downloaded unicode-normalization v0.1.24
6092024-10-18T17:15:20.072Z Downloaded serde_with_macros v3.11.0
6102024-10-18T17:15:20.075Z Downloaded impl-trait-for-tuples v0.2.2
6112024-10-18T17:15:20.078Z Downloaded hyper-staticfile v0.10.1
6122024-10-18T17:15:20.081Z Downloaded hubpack v0.1.2
6132024-10-18T17:15:20.084Z Downloaded serde_with v3.11.0
6142024-10-18T17:15:20.091Z Downloaded serde_yaml v0.9.34+deprecated
6152024-10-18T17:15:20.095Z Downloaded string_cache v0.8.7
6162024-10-18T17:15:20.097Z Downloaded static_assertions v1.1.0
6172024-10-18T17:15:20.100Z Downloaded derive_more v0.99.18
6182024-10-18T17:15:20.104Z Downloaded stable_deref_trait v1.2.0
6192024-10-18T17:15:20.106Z Downloaded funty v2.0.0
6202024-10-18T17:15:20.106Z Downloaded fragile v2.0.0
6212024-10-18T17:15:20.109Z Downloaded form_urlencoded v1.2.1
6222024-10-18T17:15:20.109Z Downloaded foreign-types-shared v0.1.1
6232024-10-18T17:15:20.111Z Downloaded futures v0.3.31
6242024-10-18T17:15:20.114Z Downloaded enum-as-inner v0.6.1
6252024-10-18T17:15:20.117Z Downloaded heck v0.3.3
6262024-10-18T17:15:20.120Z Downloaded num v0.4.3
6272024-10-18T17:15:20.123Z Downloaded num-rational v0.4.2
6282024-10-18T17:15:20.123Z Downloaded unicode-xid v0.2.6
6292024-10-18T17:15:20.125Z Downloaded unicode-properties v0.1.3
6302024-10-18T17:15:20.125Z Downloaded libxml v0.3.3
6312024-10-18T17:15:20.132Z Downloaded hickory-resolver v0.24.1
6322024-10-18T17:15:20.138Z Downloaded opaque-debug v0.3.1
6332024-10-18T17:15:20.140Z Downloaded env_filter v0.1.2
6342024-10-18T17:15:20.142Z Downloaded env_logger v0.10.2
6352024-10-18T17:15:20.145Z Downloaded ecdsa v0.16.9
6362024-10-18T17:15:20.148Z Downloaded dyn-clone v1.0.17
6372024-10-18T17:15:20.150Z Downloaded num-traits v0.2.19
6382024-10-18T17:15:20.153Z Downloaded phf v0.11.2
6392024-10-18T17:15:20.155Z Downloaded parse-zoneinfo v0.3.1
6402024-10-18T17:15:20.158Z Downloaded libz-sys v1.1.20
6412024-10-18T17:15:20.178Z Downloaded nodrop v0.1.14
6422024-10-18T17:15:20.180Z Downloaded newline-converter v0.3.0
6432024-10-18T17:15:20.180Z Downloaded multer v3.1.0
6442024-10-18T17:15:20.184Z Downloaded mockall v0.13.0
6452024-10-18T17:15:20.186Z Downloaded memmap2 v0.9.5
6462024-10-18T17:15:20.186Z Downloaded maybe-uninit v2.0.0
6472024-10-18T17:15:20.189Z Downloaded managed v0.8.0
6482024-10-18T17:15:20.189Z Downloaded radium v0.7.0
6492024-10-18T17:15:20.191Z Downloaded crucible-workspace-hack v0.1.0
6502024-10-18T17:15:20.192Z Downloaded crc-any v2.5.0
6512024-10-18T17:15:20.194Z Downloaded chacha20 v0.9.1
6522024-10-18T17:15:20.196Z Downloaded cassowary v0.3.0
6532024-10-18T17:15:20.196Z Downloaded array-init v0.0.4
6542024-10-18T17:15:20.201Z Downloaded hubpack_derive v0.1.1
6552024-10-18T17:15:20.201Z Downloaded rayon v1.10.0
6562024-10-18T17:15:20.208Z Downloaded http-range v0.1.5
6572024-10-18T17:15:20.211Z Downloaded rustls-pki-types v1.9.0
6582024-10-18T17:15:20.214Z Downloaded rayon-core v1.12.1
6592024-10-18T17:15:20.218Z Downloaded reqwest v0.11.27
6602024-10-18T17:15:20.227Z Downloaded serde_path_to_error v0.1.16
6612024-10-18T17:15:20.230Z Downloaded strip-ansi-escapes v0.2.0
6622024-10-18T17:15:20.230Z Downloaded strum_macros v0.25.3
6632024-10-18T17:15:20.232Z Downloaded term v0.7.0
6642024-10-18T17:15:20.235Z Downloaded sha1 v0.10.6
6652024-10-18T17:15:20.238Z Downloaded tar v0.4.42
6662024-10-18T17:15:20.241Z Downloaded newtype-uuid v1.1.2
6672024-10-18T17:15:20.243Z Downloaded rusqlite v0.32.1
6682024-10-18T17:15:20.251Z Downloaded time-core v0.1.2
6692024-10-18T17:15:20.254Z Downloaded time v0.3.36
6702024-10-18T17:15:20.260Z Downloaded typify-macro v0.2.0
6712024-10-18T17:15:20.262Z Downloaded twox-hash v1.6.3
6722024-10-18T17:15:20.268Z Downloaded tokio-tungstenite v0.21.0
6732024-10-18T17:15:20.270Z Downloaded tls_codec v0.4.1
6742024-10-18T17:15:20.270Z Downloaded sqlparser v0.45.0
6752024-10-18T17:15:20.275Z Downloaded sqlformat v0.2.6
6762024-10-18T17:15:20.277Z Downloaded sync_wrapper v0.1.2
6772024-10-18T17:15:20.279Z Downloaded tiny-keccak v2.0.2
6782024-10-18T17:15:20.281Z Downloaded time-macros v0.2.18
6792024-10-18T17:15:20.284Z Downloaded shlex v1.3.0
6802024-10-18T17:15:20.286Z Downloaded slog-envlogger v2.2.0
6812024-10-18T17:15:20.288Z Downloaded slog-dtrace v0.3.0
6822024-10-18T17:15:20.290Z Downloaded slog-bunyan v2.5.0
6832024-10-18T17:15:20.290Z Downloaded mockall_derive v0.13.0
6842024-10-18T17:15:20.293Z Downloaded serde_urlencoded v0.7.1
6852024-10-18T17:15:20.295Z Downloaded bzip2-sys v0.1.11+1.0.8
6862024-10-18T17:15:20.308Z Downloaded hashbrown v0.12.3
6872024-10-18T17:15:20.313Z Downloaded dirs-next v2.0.0
6882024-10-18T17:15:20.315Z Downloaded tower-service v0.3.3
6892024-10-18T17:15:20.316Z Downloaded foreign-types-shared v0.3.1
6902024-10-18T17:15:20.319Z Downloaded endian-type v0.1.2
6912024-10-18T17:15:20.319Z Downloaded futures-macro v0.3.31
6922024-10-18T17:15:20.319Z Downloaded futures-sink v0.3.31
6932024-10-18T17:15:20.322Z Downloaded num-bigint-dig v0.8.4
6942024-10-18T17:15:20.326Z Downloaded num-conv v0.1.0
6952024-10-18T17:15:20.328Z Downloaded openssl-sys v0.9.103
6962024-10-18T17:15:20.334Z Downloaded progenitor-macro v0.8.0
6972024-10-18T17:15:20.336Z Downloaded progenitor-impl v0.8.0
6982024-10-18T17:15:20.338Z Downloaded progenitor-client v0.8.0
6992024-10-18T17:15:20.340Z Downloaded polyval v0.6.2
7002024-10-18T17:15:20.342Z Downloaded poly1305 v0.8.0
7012024-10-18T17:15:20.344Z Downloaded float-ord v0.3.2
7022024-10-18T17:15:20.347Z Downloaded phf_shared v0.11.2
7032024-10-18T17:15:20.347Z Downloaded dhcproto-macros v0.1.0
7042024-10-18T17:15:20.347Z Downloaded dhcproto v0.12.0
7052024-10-18T17:15:20.350Z Downloaded rand_chacha v0.3.1
7062024-10-18T17:15:20.352Z Downloaded pkcs1 v0.7.5
7072024-10-18T17:15:20.355Z Downloaded nix v0.27.1
7082024-10-18T17:15:20.368Z Downloaded newtype_derive v0.1.6
7092024-10-18T17:15:20.372Z Downloaded predicates-tree v1.0.11
7102024-10-18T17:15:20.372Z Downloaded portable-atomic v1.9.0
7112024-10-18T17:15:20.378Z Downloaded lzma-sys v0.1.20
7122024-10-18T17:15:20.409Z Downloaded defmt v0.3.8
7132024-10-18T17:15:20.412Z Downloaded scopeguard v1.2.0
7142024-10-18T17:15:20.414Z Downloaded rustc-demangle v0.1.24
7152024-10-18T17:15:20.417Z Downloaded rand v0.8.5
7162024-10-18T17:15:20.419Z Downloaded unicode-truncate v1.1.0
7172024-10-18T17:15:20.421Z Downloaded ssh-key v0.6.6
7182024-10-18T17:15:20.428Z Downloaded rustc_version v0.4.1
7192024-10-18T17:15:20.431Z Downloaded secrecy v0.8.0
7202024-10-18T17:15:20.433Z Downloaded sct v0.7.1
7212024-10-18T17:15:20.436Z Downloaded tui-tree-widget v0.22.0
7222024-10-18T17:15:20.438Z Downloaded sync_wrapper v1.0.1
7232024-10-18T17:15:20.440Z Downloaded serde_repr v0.1.19
7242024-10-18T17:15:20.440Z Downloaded serde_plain v1.0.2
7252024-10-18T17:15:20.442Z Downloaded termios v0.3.3
7262024-10-18T17:15:20.445Z Downloaded try-lock v0.2.5
7272024-10-18T17:15:20.447Z Downloaded universal-hash v0.5.1
7282024-10-18T17:15:20.447Z Downloaded untrusted v0.9.0
7292024-10-18T17:15:20.449Z Downloaded tracing-attributes v0.1.27
7302024-10-18T17:15:20.452Z Downloaded num-derive v0.4.2
7312024-10-18T17:15:20.454Z Downloaded untrusted v0.7.1
7322024-10-18T17:15:20.457Z Downloaded tracing v0.1.40
7332024-10-18T17:15:20.460Z Downloaded unsafe-libyaml v0.2.11
7342024-10-18T17:15:20.463Z Downloaded difflib v0.4.0
7352024-10-18T17:15:20.466Z Downloaded paste v1.0.15
7362024-10-18T17:15:20.468Z Downloaded num_threads v0.1.7
7372024-10-18T17:15:20.471Z Downloaded pkcs8 v0.10.2
7382024-10-18T17:15:20.473Z Downloaded num_enum_derive v0.5.11
7392024-10-18T17:15:20.476Z Downloaded num_enum v0.5.11
7402024-10-18T17:15:20.479Z Downloaded unicode_categories v0.1.1
7412024-10-18T17:15:20.482Z Downloaded trust-dns-proto v0.22.0
7422024-10-18T17:15:20.496Z Downloaded tracing-core v0.1.32
7432024-10-18T17:15:20.499Z Downloaded env_logger v0.11.5
7442024-10-18T17:15:20.501Z Downloaded elliptic-curve v0.13.8
7452024-10-18T17:15:20.507Z Downloaded either v1.13.0
7462024-10-18T17:15:20.509Z Downloaded ed25519-dalek v2.1.1
7472024-10-18T17:15:20.511Z Downloaded shell-words v1.1.0
7482024-10-18T17:15:20.513Z Downloaded sec1 v0.7.3
7492024-10-18T17:15:20.516Z Downloaded salsa20 v0.10.2
7502024-10-18T17:15:20.516Z Downloaded num-complex v0.4.6
7512024-10-18T17:15:20.518Z Downloaded hex v0.4.3
7522024-10-18T17:15:20.520Z Downloaded hash32 v0.3.1
7532024-10-18T17:15:20.523Z Downloaded hash32 v0.2.1
7542024-10-18T17:15:20.523Z Downloaded gimli v0.31.1
7552024-10-18T17:15:20.532Z Downloaded typify v0.2.0
7562024-10-18T17:15:20.536Z Downloaded rustls-webpki v0.102.8
7572024-10-18T17:15:20.555Z Downloaded group v0.13.0
7582024-10-18T17:15:20.558Z Downloaded ena v0.14.3
7592024-10-18T17:15:20.560Z Downloaded ratatui v0.28.1
7602024-10-18T17:15:20.581Z Downloaded flagset v0.4.6
7612024-10-18T17:15:20.583Z Downloaded strum v0.26.3
7622024-10-18T17:15:20.585Z Downloaded spki v0.7.3
7632024-10-18T17:15:20.585Z Downloaded spin v0.5.2
7642024-10-18T17:15:20.588Z Downloaded socket2 v0.5.7
7652024-10-18T17:15:20.590Z Downloaded stringprep v0.1.5
7662024-10-18T17:15:20.593Z Downloaded dsl_auto_type v0.1.2
7672024-10-18T17:15:20.593Z Downloaded filetime v0.2.25
7682024-10-18T17:15:20.596Z Downloaded spin v0.9.8
7692024-10-18T17:15:20.599Z Downloaded password-hash v0.5.0
7702024-10-18T17:15:20.599Z Downloaded parse-display-derive v0.10.0
7712024-10-18T17:15:20.601Z Downloaded radix_trie v0.2.1
7722024-10-18T17:15:20.606Z Downloaded rand_core v0.6.4
7732024-10-18T17:15:20.608Z Downloaded want v0.3.1
7742024-10-18T17:15:20.611Z Downloaded walkdir v2.5.0
7752024-10-18T17:15:20.613Z Downloaded futures-io v0.3.31
7762024-10-18T17:15:20.613Z Downloaded pem v3.0.4
7772024-10-18T17:15:21.618Z Downloaded wait-timeout v0.2.0
7782024-10-18T17:15:21.619Z Downloaded serde-big-array v0.5.1
7792024-10-18T17:15:21.622Z Downloaded rustfmt-wrapper v0.2.1
7802024-10-18T17:15:21.622Z Downloaded regex-syntax v0.8.5
7812024-10-18T17:15:21.622Z Downloaded tokio-tungstenite v0.24.0
7822024-10-18T17:15:21.622Z Downloaded which v4.4.2
7832024-10-18T17:15:21.622Z Downloaded petgraph v0.6.5
7842024-10-18T17:15:21.622Z Downloaded fd-lock v4.0.2
7852024-10-18T17:15:21.622Z Downloaded deranged v0.3.11
7862024-10-18T17:15:21.622Z Downloaded termtree v0.4.1
7872024-10-18T17:15:21.622Z Downloaded strum_macros v0.26.4
7882024-10-18T17:15:21.622Z Downloaded headers v0.4.0
7892024-10-18T17:15:21.622Z Downloaded hashbrown v0.14.5
7902024-10-18T17:15:21.622Z Downloaded foreign-types v0.3.2
7912024-10-18T17:15:21.622Z Downloaded flume v0.11.0
7922024-10-18T17:15:21.622Z Downloaded h2 v0.3.26
7932024-10-18T17:15:21.622Z Downloaded flate2 v1.0.34
7942024-10-18T17:15:21.622Z Downloaded h2 v0.4.6
7952024-10-18T17:15:21.622Z Downloaded fallible-iterator v0.3.0
7962024-10-18T17:15:21.622Z Downloaded fallible-iterator v0.2.0
7972024-10-18T17:15:21.622Z Downloaded proptest v1.5.0
7982024-10-18T17:15:21.623Z Downloaded siphasher v0.3.11
7992024-10-18T17:15:21.623Z Downloaded proc-macro-crate v1.3.1
8002024-10-18T17:15:21.623Z Downloaded qorb v0.1.1
8012024-10-18T17:15:21.623Z Downloaded prettyplease v0.2.22
8022024-10-18T17:15:21.623Z Downloaded pretty-hex v0.2.1
8032024-10-18T17:15:21.623Z Downloaded ppv-lite86 v0.2.20
8042024-10-18T17:15:21.623Z Downloaded topological-sort v0.2.2
8052024-10-18T17:15:21.623Z Downloaded structmeta v0.3.0
8062024-10-18T17:15:21.623Z Downloaded scrypt v0.11.0
8072024-10-18T17:15:21.623Z Downloaded powerfmt v0.2.0
8082024-10-18T17:15:21.623Z Downloaded pbkdf2 v0.12.2
8092024-10-18T17:15:21.623Z Downloaded foldhash v0.1.3
8102024-10-18T17:15:21.623Z Downloaded pkcs5 v0.7.1
8112024-10-18T17:15:21.623Z Downloaded peg-macros v0.8.4
8122024-10-18T17:15:21.623Z Downloaded expectorate v1.1.0
8132024-10-18T17:15:21.623Z Downloaded regex-automata v0.4.8
8142024-10-18T17:15:21.623Z Downloaded schemars v0.8.21
8152024-10-18T17:15:21.623Z Downloaded regress v0.10.1
8162024-10-18T17:15:21.623Z Downloaded embedded-io v0.6.1
8172024-10-18T17:15:21.623Z Downloaded uuid v1.10.0
8182024-10-18T17:15:21.623Z Downloaded embedded-io v0.4.0
8192024-10-18T17:15:21.623Z Downloaded tough v0.17.1
8202024-10-18T17:15:21.623Z Downloaded float-cmp v0.9.0
8212024-10-18T17:15:21.623Z Downloaded der v0.7.9
8222024-10-18T17:15:21.623Z Downloaded vcpkg v0.2.15
8232024-10-18T17:15:21.623Z Downloaded rfc6979 v0.4.0
8242024-10-18T17:15:21.623Z Downloaded phf_generator v0.11.2
8252024-10-18T17:15:21.623Z Downloaded openssl-probe v0.1.5
8262024-10-18T17:15:21.623Z Downloaded openssl-macros v0.1.1
8272024-10-18T17:15:21.623Z Downloaded git2 v0.19.0
8282024-10-18T17:15:21.623Z Downloaded quinn v0.11.5
8292024-10-18T17:15:21.623Z Downloaded tinyvec_macros v0.1.1
8302024-10-18T17:15:21.623Z Downloaded tinyvec v1.8.0
8312024-10-18T17:15:21.623Z Downloaded thread_local v1.1.8
8322024-10-18T17:15:21.623Z Downloaded fixedbitset v0.4.2
8332024-10-18T17:15:21.623Z Downloaded fallible-streaming-iterator v0.1.9
8342024-10-18T17:15:21.623Z Downloaded ed25519 v2.2.3
8352024-10-18T17:15:21.623Z Downloaded getrandom v0.2.15
8362024-10-18T17:15:21.623Z Downloaded webpki-roots v0.26.6
8372024-10-18T17:15:21.623Z Downloaded tls_codec_derive v0.4.1
8382024-10-18T17:15:21.624Z Downloaded typify-impl v0.2.0
8392024-10-18T17:15:21.624Z Downloaded structmeta-derive v0.3.0
8402024-10-18T17:15:21.624Z Downloaded globset v0.4.15
8412024-10-18T17:15:21.624Z Downloaded futures-core v0.3.31
8422024-10-18T17:15:21.624Z Downloaded smallvec v1.13.2
8432024-10-18T17:15:21.624Z Downloaded slab v0.4.9
8442024-10-18T17:15:21.624Z Downloaded rsa v0.9.6
8452024-10-18T17:15:21.624Z Downloaded phf_codegen v0.11.2
8462024-10-18T17:15:21.624Z Downloaded tokio-native-tls v0.3.1
8472024-10-18T17:15:21.624Z Downloaded progenitor v0.8.0
8482024-10-18T17:15:21.624Z Downloaded peg-runtime v0.8.3
8492024-10-18T17:15:21.624Z Downloaded smoltcp v0.11.0
8502024-10-18T17:15:21.624Z Downloaded slog v2.7.0
8512024-10-18T17:15:21.624Z Downloaded wyz v0.5.1
8522024-10-18T17:15:21.624Z Downloaded tokio-util v0.7.12
8532024-10-18T17:15:21.624Z Downloaded tokio-postgres v0.7.12
8542024-10-18T17:15:21.624Z Downloaded object v0.36.5
8552024-10-18T17:15:21.624Z Downloaded resolv-conf v0.7.0
8562024-10-18T17:15:21.624Z Downloaded openssl v0.10.66
8572024-10-18T17:15:21.624Z Downloaded reedline v0.35.0
8582024-10-18T17:15:21.624Z Downloaded signature v2.2.0
8592024-10-18T17:15:21.624Z Downloaded peg v0.8.4
8602024-10-18T17:15:21.624Z Downloaded fatfs v0.3.6
8612024-10-18T17:15:21.624Z Downloaded rustls-webpki v0.101.7
8622024-10-18T17:15:21.624Z Downloaded vte_generate_state_changes v0.1.2
8632024-10-18T17:15:21.624Z Downloaded downcast v0.11.0
8642024-10-18T17:15:21.624Z Downloaded futures-channel v0.3.31
8652024-10-18T17:15:21.624Z Downloaded diff v0.1.13
8662024-10-18T17:15:21.624Z Downloaded snafu-derive v0.8.5
8672024-10-18T17:15:21.624Z Downloaded snafu v0.8.5
8682024-10-18T17:15:21.624Z Downloaded parking_lot_core v0.9.10
8692024-10-18T17:15:21.624Z Downloaded zeroize v1.8.1
8702024-10-18T17:15:21.624Z Downloaded parking_lot_core v0.8.6
8712024-10-18T17:15:21.624Z Downloaded pkg-config v0.3.31
8722024-10-18T17:15:21.624Z Downloaded ff v0.13.0
8732024-10-18T17:15:21.624Z Downloaded waitgroup v0.1.2
8742024-10-18T17:15:21.624Z Downloaded dropshot_endpoint v0.12.0
8752024-10-18T17:15:21.624Z Downloaded derive-where v1.2.7
8762024-10-18T17:15:21.624Z Downloaded vergen v8.3.2
8772024-10-18T17:15:21.625Z Downloaded rusty-fork v0.3.0
8782024-10-18T17:15:21.625Z Downloaded test-strategy v0.3.1
8792024-10-18T17:15:21.628Z Downloaded zip v0.6.6
8802024-10-18T17:15:21.628Z Downloaded serde_derive_internals v0.29.1
8812024-10-18T17:15:21.628Z Downloaded tap v1.0.1
8822024-10-18T17:15:21.628Z Downloaded take_mut v0.2.2
8832024-10-18T17:15:21.628Z Downloaded subtle v2.6.1
8842024-10-18T17:15:21.628Z Downloaded rustversion v1.0.17
8852024-10-18T17:15:21.628Z Downloaded schemars_derive v0.8.21
8862024-10-18T17:15:21.629Z Downloaded strum_macros v0.24.3
8872024-10-18T17:15:21.629Z Downloaded number_prefix v0.4.0
8882024-10-18T17:15:21.629Z Downloaded num-integer v0.1.46
8892024-10-18T17:15:21.629Z Downloaded signal-hook-mio v0.2.4
8902024-10-18T17:15:21.629Z Downloaded rustls v0.22.4
8912024-10-18T17:15:21.629Z Downloaded signal-hook v0.3.17
8922024-10-18T17:15:21.629Z Downloaded toml v0.7.8
8932024-10-18T17:15:21.629Z Downloaded tokio-macros v2.4.0
8942024-10-18T17:15:21.629Z Downloaded phf_shared v0.10.0
8952024-10-18T17:15:21.629Z Downloaded regress v0.9.1
8962024-10-18T17:15:21.629Z Downloaded pem-rfc7468 v0.7.0
8972024-10-18T17:15:21.629Z Downloaded fxhash v0.2.1
8982024-10-18T17:15:21.629Z Downloaded vte v0.11.1
8992024-10-18T17:15:21.629Z Downloaded derive_builder_macro v0.20.2
9002024-10-18T17:15:21.629Z Downloaded derive_builder_core v0.20.2
9012024-10-18T17:15:21.629Z Downloaded derive_builder v0.20.2
9022024-10-18T17:15:21.629Z Downloaded der_derive v0.7.3
9032024-10-18T17:15:21.629Z Downloaded futures-util v0.3.31
9042024-10-18T17:15:21.629Z Downloaded tokio v1.40.0
9052024-10-18T17:15:21.629Z Downloaded futures-task v0.3.31
9062024-10-18T17:15:21.629Z Downloaded signal-hook-registry v1.4.2
9072024-10-18T17:15:21.629Z Downloaded ref-cast-impl v1.0.23
9082024-10-18T17:15:21.629Z Downloaded foreign-types-macros v0.2.3
9092024-10-18T17:15:21.629Z Downloaded heapless v0.7.17
9102024-10-18T17:15:21.629Z Downloaded futures-executor v0.3.31
9112024-10-18T17:15:21.629Z Downloaded glob v0.3.1
9122024-10-18T17:15:21.629Z Downloaded parking_lot v0.12.3
9132024-10-18T17:15:21.629Z Downloaded owo-colors v4.1.0
9142024-10-18T17:15:21.629Z Downloaded hickory-client v0.24.1
9152024-10-18T17:15:21.629Z Downloaded rustyline v14.0.0
9162024-10-18T17:15:21.629Z Downloaded smf v0.2.3
9172024-10-18T17:15:21.629Z Downloaded value-bag v1.9.0
9182024-10-18T17:15:21.629Z Downloaded uzers v0.12.1
9192024-10-18T17:15:21.629Z Downloaded num-bigint v0.4.6
9202024-10-18T17:15:21.630Z Downloaded termcolor v1.4.1
9212024-10-18T17:15:21.630Z Downloaded defmt-macros v0.3.9
9222024-10-18T17:15:21.630Z Downloaded whoami v1.5.2
9232024-10-18T17:15:21.630Z Downloaded toml_edit v0.19.15
9242024-10-18T17:15:21.630Z Downloaded gethostname v0.5.0
9252024-10-18T17:15:21.630Z Downloaded regex v1.11.0
9262024-10-18T17:15:21.630Z Downloaded psl-types v2.0.11
9272024-10-18T17:15:21.630Z Downloaded postgres-types v0.2.8
9282024-10-18T17:15:21.630Z Downloaded postgres-protocol v0.6.7
9292024-10-18T17:15:21.630Z Downloaded path-slash v0.1.5
9302024-10-18T17:15:21.630Z Downloaded object v0.30.4
9312024-10-18T17:15:21.630Z Downloaded quick-error v1.2.3
9322024-10-18T17:15:21.630Z Downloaded russh v0.45.0
9332024-10-18T17:15:21.630Z Downloaded rtoolbox v0.0.2
9342024-10-18T17:15:21.630Z Downloaded thiserror-no-std v2.0.2
9352024-10-18T17:15:21.630Z Downloaded encoding_rs v0.8.34
9362024-10-18T17:15:21.630Z Downloaded smallvec v0.6.14
9372024-10-18T17:15:21.631Z Downloaded diesel v2.2.4
9382024-10-18T17:15:21.631Z Downloaded signal-hook-tokio v0.3.1
9392024-10-18T17:15:21.631Z Downloaded quick-xml v0.33.0
9402024-10-18T17:15:21.631Z Downloaded sha3 v0.10.8
9412024-10-18T17:15:21.631Z Downloaded headers-core v0.3.0
9422024-10-18T17:15:21.631Z Downloaded rustls v0.21.12
9432024-10-18T17:15:21.631Z Downloaded polar-core v0.27.3
9442024-10-18T17:15:21.631Z Downloaded dropshot v0.12.0
9452024-10-18T17:15:21.631Z Downloaded rustls v0.23.14
9462024-10-18T17:15:21.631Z Downloaded zerocopy-derive v0.6.6
9472024-10-18T17:15:21.631Z Downloaded rpassword v7.3.1
9482024-10-18T17:15:21.631Z Downloaded ghash v0.5.1
9492024-10-18T17:15:21.631Z Downloaded diesel_derives v2.2.3
9502024-10-18T17:15:21.631Z Downloaded subprocess v0.2.9
9512024-10-18T17:15:21.631Z Downloaded hickory-proto v0.24.1
9522024-10-18T17:15:21.631Z Downloaded defmt-parser v0.3.4
9532024-10-18T17:15:21.631Z Downloaded packed_struct_codegen v0.10.1
9542024-10-18T17:15:21.631Z Downloaded p384 v0.13.0
9552024-10-18T17:15:21.631Z Downloaded russh-cryptovec v0.7.3
9562024-10-18T17:15:21.631Z Downloaded hex-literal v0.4.1
9572024-10-18T17:15:21.631Z Downloaded heapless v0.8.0
9582024-10-18T17:15:21.631Z Downloaded zone_cfg_derive v0.1.2
9592024-10-18T17:15:21.631Z Downloaded serde-hex v0.1.0
9602024-10-18T17:15:21.631Z Downloaded russh-keys v0.45.0
9612024-10-18T17:15:21.631Z Downloaded ref-cast v1.0.23
9622024-10-18T17:15:21.631Z Downloaded tabwriter v1.4.0
9632024-10-18T17:15:21.631Z Downloaded supports-color v3.0.1
9642024-10-18T17:15:21.631Z Downloaded zone v0.3.0
9652024-10-18T17:15:21.631Z Downloaded winnow v0.5.40
9662024-10-18T17:15:21.631Z Downloaded libgit2-sys v0.17.0+1.8.1
9672024-10-18T17:15:21.631Z Downloaded toolchain_find v0.4.0
9682024-10-18T17:15:21.631Z Downloaded publicsuffix v2.2.3
9692024-10-18T17:15:21.631Z Downloaded utf-8 v0.7.6
9702024-10-18T17:15:21.631Z Downloaded pbkdf2 v0.11.0
9712024-10-18T17:15:21.631Z Downloaded foreign-types v0.5.0
9722024-10-18T17:15:21.631Z Downloaded diesel_table_macro_syntax v0.2.0
9732024-10-18T17:15:21.631Z Downloaded zone v0.1.8
9742024-10-18T17:15:21.631Z Downloaded sled v0.34.7
9752024-10-18T17:15:21.631Z Downloaded openapiv3 v2.0.0
9762024-10-18T17:15:21.632Z Downloaded thiserror-impl-no-std v2.0.2
9772024-10-18T17:15:21.632Z Downloaded sigpipe v0.1.3
9782024-10-18T17:15:21.632Z Downloaded rcgen v0.12.1
9792024-10-18T17:15:21.634Z Downloaded rand_seeder v0.3.0
9802024-10-18T17:15:21.634Z Downloaded r2d2 v0.8.10
9812024-10-18T17:15:21.634Z Downloaded quinn-udp v0.5.5
9822024-10-18T17:15:21.634Z Downloaded quinn-proto v0.11.8
9832024-10-18T17:15:21.634Z Downloaded vsss-rs v3.3.4
9842024-10-18T17:15:21.634Z Downloaded slog-term v2.9.1
9852024-10-18T17:15:21.634Z Downloaded slog-stdlog v4.1.1
9862024-10-18T17:15:21.634Z Downloaded slog-scope v4.4.0
9872024-10-18T17:15:21.635Z Downloaded omicron-zone-package v0.11.1
9882024-10-18T17:15:21.635Z Downloaded olpc-cjson v0.1.4
9892024-10-18T17:15:21.635Z Downloaded primeorder v0.13.6
9902024-10-18T17:15:21.635Z Downloaded predicates-core v1.0.8
9912024-10-18T17:15:21.635Z Downloaded predicates v3.1.2
9922024-10-18T17:15:21.635Z Downloaded precomputed-hash v0.1.1
9932024-10-18T17:15:21.635Z Downloaded parse-display v0.10.0
9942024-10-18T17:15:21.635Z Downloaded p256 v0.13.2
9952024-10-18T17:15:21.635Z Downloaded smoltcp v0.9.1
9962024-10-18T17:15:21.635Z Downloaded url v2.5.2
9972024-10-18T17:15:21.635Z Downloaded structmeta-derive v0.2.0
9982024-10-18T17:15:21.635Z Downloaded structmeta v0.2.0
9992024-10-18T17:15:21.635Z Downloaded slog-async v2.8.0
10002024-10-18T17:15:21.635Z Downloaded semver v0.1.20
10012024-10-18T17:15:21.635Z Downloaded postcard v1.0.10
10022024-10-18T17:15:21.635Z Downloaded oso-derive v0.27.3
10032024-10-18T17:15:21.635Z Downloaded pin-utils v0.1.0
10042024-10-18T17:15:21.635Z Downloaded pin-project-lite v0.2.14
10052024-10-18T17:15:21.635Z Downloaded pin-project-internal v1.1.6
10062024-10-18T17:15:21.635Z Downloaded pin-project v1.1.6
10072024-10-18T17:15:21.635Z Downloaded display-error-chain v0.2.1
10082024-10-18T17:15:21.635Z Downloaded diesel-dtrace v0.3.0
10092024-10-18T17:15:21.635Z Downloaded zerocopy v0.6.6
10102024-10-18T17:15:21.635Z Downloaded yasna v0.5.2
10112024-10-18T17:15:21.635Z Downloaded x509-cert v0.2.5
10122024-10-18T17:15:21.635Z Downloaded rustc_version v0.1.7
10132024-10-18T17:15:21.635Z Downloaded parking_lot v0.11.2
10142024-10-18T17:15:21.635Z Downloaded num-iter v0.1.45
10152024-10-18T17:15:21.635Z Downloaded hashbrown v0.13.2
10162024-10-18T17:15:21.635Z Downloaded typed-path v0.7.1
10172024-10-18T17:15:21.635Z Downloaded tungstenite v0.24.0
10182024-10-18T17:15:21.635Z Downloaded tungstenite v0.23.0
10192024-10-18T17:15:21.638Z Downloaded tungstenite v0.21.0
10202024-10-18T17:15:21.640Z Downloaded password-hash v0.4.2
10212024-10-18T17:15:21.640Z Downloaded parse-size v1.0.0
10222024-10-18T17:15:21.643Z Downloaded packed_struct v0.10.1
10232024-10-18T17:15:21.643Z Downloaded p521 v0.13.3
10242024-10-18T17:15:21.646Z Downloaded oso v0.27.3
10252024-10-18T17:15:21.649Z Downloaded dirs-sys-next v0.1.2
10262024-10-18T17:15:21.652Z Downloaded xz2 v0.1.7
10272024-10-18T17:15:21.654Z Downloaded xattr v1.3.1
10282024-10-18T17:15:21.654Z Downloaded steno v0.4.1
10292024-10-18T17:15:21.658Z Downloaded ssh-encoding v0.2.0
10302024-10-18T17:15:21.660Z Downloaded ssh-cipher v0.2.0
10312024-10-18T17:15:21.662Z Downloaded sqlparser_derive v0.2.2
10322024-10-18T17:15:21.662Z Downloaded scheduled-thread-pool v0.2.7
10332024-10-18T17:15:21.662Z Downloaded samael v0.0.17
10342024-10-18T17:15:21.668Z Downloaded salty v0.3.0
10352024-10-18T17:15:21.674Z Downloaded idna v0.4.0
10362024-10-18T17:15:21.681Z Downloaded idna v0.2.3
10372024-10-18T17:15:21.688Z Downloaded des v0.8.1
10382024-10-18T17:15:21.690Z Downloaded zone_cfg_derive v0.3.0
10392024-10-18T17:15:21.690Z Downloaded ron v0.7.1
10402024-10-18T17:15:21.698Z Downloaded csv v1.3.0
10412024-10-18T17:15:21.715Z Downloaded percent-encoding v2.3.1
10422024-10-18T17:15:21.718Z Downloaded zeroize_derive v1.4.2
10432024-10-18T17:15:21.718Z Downloaded unicode-segmentation v1.12.0
10442024-10-18T17:15:21.721Z Downloaded cstr-argument v0.1.2
10452024-10-18T17:15:21.721Z Downloaded crypto-bigint v0.5.5
10462024-10-18T17:15:21.730Z Downloaded crossterm v0.28.1
10472024-10-18T17:15:21.737Z Downloaded cookie v0.18.1
10482024-10-18T17:15:21.747Z Downloaded libsw v3.3.1
10492024-10-18T17:15:21.749Z Downloaded libefi-sys v0.1.0
10502024-10-18T17:15:21.749Z Downloaded hashlink v0.9.1
10512024-10-18T17:15:21.749Z Downloaded half v2.4.1
10522024-10-18T17:15:21.749Z Downloaded enum-as-inner v0.5.1
10532024-10-18T17:15:21.749Z Downloaded tokio-tungstenite v0.23.1
10542024-10-18T17:15:21.751Z Downloaded similar v2.6.0
10552024-10-18T17:15:21.755Z Downloaded cookie_store v0.21.0
10562024-10-18T17:15:21.757Z Downloaded compact_str v0.8.0
10572024-10-18T17:15:21.760Z Downloaded cbc v0.1.2
10582024-10-18T17:15:21.762Z Downloaded castaway v0.2.3
10592024-10-18T17:15:21.765Z Downloaded cancel-safe-futures v0.1.5
10602024-10-18T17:15:21.767Z Downloaded buf-list v1.0.3
10612024-10-18T17:15:21.770Z Downloaded blowfish v0.9.1
10622024-10-18T17:15:21.770Z Downloaded block-padding v0.3.3
10632024-10-18T17:15:21.770Z Downloaded rustc-hash v2.0.0
10642024-10-18T17:15:21.773Z Downloaded ron v0.8.1
10652024-10-18T17:15:21.776Z Downloaded match_cfg v0.1.0
10662024-10-18T17:15:21.779Z Downloaded async-recursion v1.1.1
10672024-10-18T17:15:21.781Z Downloaded allocator-api2 v0.2.18
10682024-10-18T17:15:21.783Z Downloaded adler2 v2.0.0
10692024-10-18T17:15:21.785Z Downloaded base64 v0.22.1
10702024-10-18T17:15:21.789Z Downloaded indicatif v0.17.8
10712024-10-18T17:15:21.792Z Downloaded hyper v0.14.30
10722024-10-18T17:15:21.800Z Downloaded atty v0.2.14
10732024-10-18T17:15:21.803Z Downloaded async-stream-impl v0.3.6
10742024-10-18T17:15:21.803Z Downloaded async-stream v0.3.6
10752024-10-18T17:15:21.805Z Downloaded ascii-canvas v3.0.0
10762024-10-18T17:15:21.805Z Downloaded arrayref v0.3.9
10772024-10-18T17:15:21.807Z Downloaded aes v0.8.4
10782024-10-18T17:15:21.809Z Downloaded bitfield v0.14.0
10792024-10-18T17:15:21.812Z Downloaded bcs v0.1.6
10802024-10-18T17:15:21.815Z Downloaded aead v0.5.2
10812024-10-18T17:15:21.815Z Downloaded addr2line v0.24.2
10822024-10-18T17:15:21.817Z Downloaded httparse v1.9.5
10832024-10-18T17:15:21.820Z Downloaded http-body-util v0.1.2
10842024-10-18T17:15:21.820Z Downloaded http-body v1.0.1
10852024-10-18T17:15:21.822Z Downloaded hkdf v0.12.4
10862024-10-18T17:15:21.824Z Downloaded bcrypt-pbkdf v0.10.0
10872024-10-18T17:15:21.824Z Downloaded backoff v0.4.0
10882024-10-18T17:15:21.827Z Downloaded async-bb8-diesel v0.2.1
10892024-10-18T17:15:21.829Z Downloaded argon2 v0.5.3
10902024-10-18T17:15:21.831Z Downloaded hickory-server v0.24.1
10912024-10-18T17:15:21.835Z Downloaded highway v1.2.0
10922024-10-18T17:15:21.837Z Downloaded bit-set v0.5.3
10932024-10-18T17:15:21.840Z Downloaded aho-corasick v1.1.3
10942024-10-18T17:15:21.867Z Downloaded ring v0.17.8
10952024-10-18T17:15:21.939Z Downloaded libsqlite3-sys v0.30.1
10962024-10-18T17:15:22.053Z Downloaded ring v0.16.20
10972024-10-18T17:15:22.232Z Compiling serde v1.0.210
10982024-10-18T17:15:22.234Z Compiling typenum v1.17.0
10992024-10-18T17:15:22.234Z Compiling lock_api v0.4.12
11002024-10-18T17:15:22.234Z Compiling generic-array v0.14.7
11012024-10-18T17:15:22.234Z Compiling scopeguard v1.2.0
11022024-10-18T17:15:22.234Z Compiling subtle v2.6.1
11032024-10-18T17:15:22.394Z Compiling syn v2.0.79
11042024-10-18T17:15:22.404Z Compiling getrandom v0.2.15
11052024-10-18T17:15:22.512Z Compiling value-bag v1.9.0
11062024-10-18T17:15:22.703Z Compiling rand_core v0.6.4
11072024-10-18T17:15:22.795Z Compiling const-oid v0.9.6
11082024-10-18T17:15:22.838Z Compiling pin-project-lite v0.2.14
11092024-10-18T17:15:22.939Z Compiling log v0.4.22
11102024-10-18T17:15:22.959Z Compiling smallvec v1.13.2
11112024-10-18T17:15:23.075Z Compiling jobserver v0.1.32
11122024-10-18T17:15:23.222Z Compiling parking_lot_core v0.9.10
11132024-10-18T17:15:23.241Z Compiling shlex v1.3.0
11142024-10-18T17:15:23.363Z Compiling futures-core v0.3.31
11152024-10-18T17:15:23.611Z Compiling cc v1.1.30
11162024-10-18T17:15:23.675Z Compiling signal-hook-registry v1.4.2
11172024-10-18T17:15:23.793Z Compiling mio v1.0.2
11182024-10-18T17:15:23.988Z Compiling cpufeatures v0.2.14
11192024-10-18T17:15:24.096Z Compiling parking_lot v0.12.3
11202024-10-18T17:15:24.394Z Compiling futures-sink v0.3.31
11212024-10-18T17:15:24.512Z Compiling spin v0.9.8
11222024-10-18T17:15:24.544Z Compiling socket2 v0.5.7
11232024-10-18T17:15:24.744Z Compiling slab v0.4.9
11242024-10-18T17:15:25.004Z Compiling serde_json v1.0.128
11252024-10-18T17:15:25.056Z Compiling futures-channel v0.3.31
11262024-10-18T17:15:25.120Z Compiling foldhash v0.1.3
11272024-10-18T17:15:25.269Z Compiling allocator-api2 v0.2.18
11282024-10-18T17:15:25.373Z Compiling pin-utils v0.1.0
11292024-10-18T17:15:25.439Z Compiling tinyvec_macros v0.1.1
11302024-10-18T17:15:25.469Z Compiling futures-io v0.3.31
11312024-10-18T17:15:25.488Z Compiling futures-task v0.3.31
11322024-10-18T17:15:25.542Z Compiling tinyvec v1.8.0
11332024-10-18T17:15:25.630Z Compiling libm v0.2.8
11342024-10-18T17:15:25.671Z Compiling num-traits v0.2.19
11352024-10-18T17:15:25.789Z Compiling unicode-bidi v0.3.17
11362024-10-18T17:15:25.815Z Compiling base64ct v1.6.0
11372024-10-18T17:15:25.989Z Compiling hashbrown v0.15.0
11382024-10-18T17:15:26.291Z Compiling pem-rfc7468 v0.7.0
11392024-10-18T17:15:26.433Z Compiling httparse v1.9.5
11402024-10-18T17:15:27.085Z Compiling unicode-normalization v0.1.24
11412024-10-18T17:15:27.254Z Compiling flagset v0.4.6
11422024-10-18T17:15:27.415Z Compiling tracing-core v0.1.32
11432024-10-18T17:15:27.434Z Compiling rustls-pki-types v1.9.0
11442024-10-18T17:15:27.462Z Compiling percent-encoding v2.3.1
11452024-10-18T17:15:27.552Z Compiling crossbeam-utils v0.8.20
11462024-10-18T17:15:28.110Z Compiling ring v0.17.8
11472024-10-18T17:15:28.215Z Compiling pkg-config v0.3.31
11482024-10-18T17:15:28.242Z Compiling num-conv v0.1.0
11492024-10-18T17:15:28.607Z Compiling time-core v0.1.2
11502024-10-18T17:15:28.607Z Compiling vcpkg v0.2.15
11512024-10-18T17:15:28.726Z Compiling powerfmt v0.2.0
11522024-10-18T17:15:28.799Z Compiling untrusted v0.9.0
11532024-10-18T17:15:28.882Z Compiling time-macros v0.2.18
11542024-10-18T17:15:29.122Z Compiling deranged v0.3.11
11552024-10-18T17:15:29.271Z Compiling atomic-waker v1.1.2
11562024-10-18T17:15:29.445Z Compiling num_threads v0.1.7
11572024-10-18T17:15:29.571Z Compiling form_urlencoded v1.2.1
11582024-10-18T17:15:29.763Z Compiling rustix v0.38.37
11592024-10-18T17:15:29.908Z Compiling slog v2.7.0
11602024-10-18T17:15:30.133Z Compiling try-lock v0.2.5
11612024-10-18T17:15:30.271Z Compiling want v0.3.1
11622024-10-18T17:15:30.478Z Compiling httpdate v1.0.3
11632024-10-18T17:15:30.625Z Compiling openssl-sys v0.9.103
11642024-10-18T17:15:30.650Z Compiling idna v0.5.0
11652024-10-18T17:15:30.941Z Compiling base64 v0.22.1
11662024-10-18T17:15:30.996Z Compiling tower-service v0.3.3
11672024-10-18T17:15:31.119Z Compiling foreign-types-shared v0.1.1
11682024-10-18T17:15:31.227Z Compiling iana-time-zone v0.1.61
11692024-10-18T17:15:31.290Z Compiling rustversion v1.0.17
11702024-10-18T17:15:31.633Z Compiling openssl v0.10.66
11712024-10-18T17:15:31.651Z Compiling match_cfg v0.1.0
11722024-10-18T17:15:31.726Z Compiling hostname v0.3.1
11732024-10-18T17:15:31.935Z Compiling url v2.5.2
11742024-10-18T17:15:31.951Z Compiling time v0.3.36
11752024-10-18T17:15:32.016Z Compiling foreign-types v0.3.2
11762024-10-18T17:15:32.032Z Compiling dirs-sys-next v0.1.2
11772024-10-18T17:15:32.036Z Compiling aho-corasick v1.1.3
11782024-10-18T17:15:32.096Z Compiling rustls v0.22.4
11792024-10-18T17:15:32.359Z Compiling regex-syntax v0.8.5
11802024-10-18T17:15:32.662Z Compiling siphasher v0.3.11
11812024-10-18T17:15:33.005Z Compiling rustls v0.23.14
11822024-10-18T17:15:33.260Z Compiling data-encoding v2.6.0
11832024-10-18T17:15:33.543Z Compiling syn v1.0.109
11842024-10-18T17:15:34.091Z Compiling native-tls v0.2.12
11852024-10-18T17:15:34.374Z Compiling adler2 v2.0.0
11862024-10-18T17:15:34.578Z Compiling miniz_oxide v0.8.0
11872024-10-18T17:15:35.308Z Compiling dirs-next v2.0.0
11882024-10-18T17:15:35.459Z Compiling regex-automata v0.4.8
11892024-10-18T17:15:36.307Z Compiling serde_derive_internals v0.29.1
11902024-10-18T17:15:36.325Z Compiling serde_derive v1.0.210
11912024-10-18T17:15:36.369Z Compiling zeroize_derive v1.4.2
11922024-10-18T17:15:36.750Z Compiling zerocopy-derive v0.7.35
11932024-10-18T17:15:37.285Z Compiling tokio-macros v2.4.0
11942024-10-18T17:15:37.917Z Compiling zeroize v1.8.1
11952024-10-18T17:15:38.161Z Compiling thiserror-impl v1.0.64
11962024-10-18T17:15:38.867Z Compiling zerocopy v0.7.35
11972024-10-18T17:15:38.886Z Compiling futures-macro v0.3.31
11982024-10-18T17:15:38.930Z Compiling der_derive v0.7.3
11992024-10-18T17:15:39.616Z Compiling crypto-common v0.1.6
12002024-10-18T17:15:39.887Z Compiling block-buffer v0.10.4
12012024-10-18T17:15:40.144Z Compiling digest v0.10.7
12022024-10-18T17:15:40.451Z Compiling block-padding v0.3.3
12032024-10-18T17:15:40.609Z Compiling hmac v0.12.1
12042024-10-18T17:15:40.675Z Compiling futures-util v0.3.31
12052024-10-18T17:15:40.692Z Compiling inout v0.1.3
12062024-10-18T17:15:40.840Z Compiling sha2 v0.10.8
12072024-10-18T17:15:40.940Z Compiling cipher v0.4.4
12082024-10-18T17:15:41.196Z Compiling thiserror v1.0.64
12092024-10-18T17:15:41.273Z Compiling ppv-lite86 v0.2.20
12102024-10-18T17:15:41.326Z Compiling der v0.7.9
12112024-10-18T17:15:41.440Z Compiling tracing-attributes v0.1.27
12122024-10-18T17:15:42.132Z Compiling rand_chacha v0.3.1
12132024-10-18T17:15:44.113Z Compiling spki v0.7.3
12142024-10-18T17:15:44.254Z Compiling rand v0.8.5
12152024-10-18T17:15:44.403Z Compiling salsa20 v0.10.2
12162024-10-18T17:15:44.459Z Compiling pest v2.7.14
12172024-10-18T17:15:44.623Z Compiling pbkdf2 v0.12.2
12182024-10-18T17:15:44.776Z Compiling scrypt v0.11.0
12192024-10-18T17:15:45.057Z Compiling tracing v0.1.40
12202024-10-18T17:15:45.347Z Compiling cbc v0.1.2
12212024-10-18T17:15:45.565Z Compiling aes v0.8.4
12222024-10-18T17:15:45.579Z Compiling scroll_derive v0.12.0
12232024-10-18T17:15:46.448Z Compiling async-trait v0.1.83
12242024-10-18T17:15:46.977Z Compiling pest_meta v2.7.14
12252024-10-18T17:15:47.323Z Compiling scroll v0.12.0
12262024-10-18T17:15:47.630Z Compiling pkcs5 v0.7.1
12272024-10-18T17:15:47.803Z Compiling goblin v0.8.2
12282024-10-18T17:15:47.843Z Compiling openssl-macros v0.1.1
12292024-10-18T17:15:48.190Z Compiling pest_generator v2.7.14
12302024-10-18T17:15:48.594Z Compiling pkcs8 v0.10.2
12312024-10-18T17:15:48.782Z Compiling sha1 v0.10.6
12322024-10-18T17:15:49.022Z Compiling signature v2.2.0
12332024-10-18T17:15:49.216Z Compiling crossbeam-epoch v0.9.18
12342024-10-18T17:15:49.307Z Compiling bytes v1.7.2
12352024-10-18T17:15:49.464Z Compiling indexmap v2.6.0
12362024-10-18T17:15:49.714Z Compiling bitflags v2.6.0
12372024-10-18T17:15:49.957Z Compiling semver v1.0.23
12382024-10-18T17:15:50.627Z Compiling tokio v1.40.0
12392024-10-18T17:15:50.741Z Compiling http v1.1.0
12402024-10-18T17:15:50.939Z Compiling rustc_version v0.4.1
12412024-10-18T17:15:51.725Z Compiling toml_datetime v0.6.8
12422024-10-18T17:15:52.054Z Compiling pest_derive v2.7.14
12432024-10-18T17:15:52.230Z Compiling rustls-webpki v0.102.8
12442024-10-18T17:15:52.531Z Compiling http-body v1.0.1
12452024-10-18T17:15:52.783Z Compiling serde_tokenstream v0.2.2
12462024-10-18T17:15:52.869Z Compiling dtrace-parser v0.2.0
12472024-10-18T17:15:53.204Z Compiling uuid v1.10.0
12482024-10-18T17:15:53.385Z Compiling dof v0.3.0
12492024-10-18T17:15:53.893Z Compiling serde_spanned v0.6.8
12502024-10-18T17:15:54.130Z Compiling usdt-impl v0.5.0
12512024-10-18T17:15:54.351Z Compiling chrono v0.4.38
12522024-10-18T17:15:54.647Z Compiling http-body-util v0.1.2
12532024-10-18T17:15:55.063Z Compiling heapless v0.7.17
12542024-10-18T17:15:55.578Z Compiling lazy_static v1.5.0
12552024-10-18T17:15:55.597Z Compiling thread_local v1.1.8
12562024-10-18T17:15:55.617Z Compiling multer v3.1.0
12572024-10-18T17:15:55.699Z Compiling cookie v0.18.1
12582024-10-18T17:15:55.734Z Compiling encoding_rs v0.8.34
12592024-10-18T17:15:55.915Z Compiling paste v1.0.15
12602024-10-18T17:15:56.007Z Compiling signal-hook v0.3.17
12612024-10-18T17:15:56.164Z Compiling unicode-properties v0.1.3
12622024-10-18T17:15:56.300Z Compiling mime v0.3.17
12632024-10-18T17:15:56.458Z Compiling gimli v0.31.1
12642024-10-18T17:15:56.559Z Compiling slog-async v2.8.0
12652024-10-18T17:15:56.900Z Compiling either v1.13.0
12662024-10-18T17:15:57.102Z Compiling openssl-probe v0.1.5
12672024-10-18T17:15:57.307Z Compiling ipnet v2.10.1
12682024-10-18T17:15:57.477Z Compiling rayon-core v1.12.1
12692024-10-18T17:15:57.766Z Compiling schemars v0.8.21
12702024-10-18T17:15:58.108Z Compiling usdt-attr-macro v0.5.0
12712024-10-18T17:15:58.155Z Compiling usdt-macro v0.5.0
12722024-10-18T17:15:58.173Z Compiling stringprep v0.1.5
12732024-10-18T17:15:58.604Z Compiling toml_edit v0.22.22
12742024-10-18T17:15:59.302Z Compiling tokio-util v0.7.12
12752024-10-18T17:16:00.203Z Compiling curve25519-dalek v4.1.3
12762024-10-18T17:16:00.725Z Compiling h2 v0.4.6
12772024-10-18T17:16:00.851Z Compiling slog-json v2.6.1
12782024-10-18T17:16:01.689Z Compiling addr2line v0.24.2
12792024-10-18T17:16:01.882Z Compiling crossbeam-deque v0.8.5
12802024-10-18T17:16:02.220Z Compiling serde_urlencoded v0.7.1
12812024-10-18T17:16:02.399Z Compiling futures-executor v0.3.31
12822024-10-18T17:16:02.760Z Compiling md-5 v0.10.6
12832024-10-18T17:16:02.973Z Compiling schemars_derive v0.8.21
12842024-10-18T17:16:03.040Z Compiling enum-as-inner v0.6.1
12852024-10-18T17:16:03.975Z Compiling async-stream-impl v0.3.6
12862024-10-18T17:16:04.121Z Compiling term v0.7.0
12872024-10-18T17:16:05.712Z Compiling crossbeam-channel v0.5.13
12882024-10-18T17:16:05.952Z Compiling num-integer v0.1.46
12892024-10-18T17:16:06.306Z Compiling rustls-pemfile v2.2.0
12902024-10-18T17:16:06.649Z Compiling idna v0.3.0
12912024-10-18T17:16:06.758Z Compiling idna v0.4.0
12922024-10-18T17:16:06.777Z Compiling ff v0.13.0
12932024-10-18T17:16:06.941Z Compiling hash32 v0.2.1
12942024-10-18T17:16:06.999Z Compiling is-terminal v0.4.13
12952024-10-18T17:16:07.127Z Compiling object v0.36.5
12962024-10-18T17:16:07.321Z Compiling dropshot v0.12.0
12972024-10-18T17:16:07.648Z Compiling anyhow v1.0.89
12982024-10-18T17:16:08.220Z Compiling hyper v1.4.1
12992024-10-18T17:16:08.298Z Compiling fallible-iterator v0.2.0
13002024-10-18T17:16:08.394Z Compiling smoltcp v0.9.1
13012024-10-18T17:16:09.014Z Compiling utf-8 v0.7.6
13022024-10-18T17:16:09.174Z Compiling rustc-demangle v0.1.24
13032024-10-18T17:16:09.371Z Compiling base16ct v0.2.0
13042024-10-18T17:16:09.707Z Compiling stable_deref_trait v1.2.0
13052024-10-18T17:16:09.871Z Compiling num-bigint-dig v0.8.4
13062024-10-18T17:16:10.103Z Compiling portable-atomic v1.9.0
13072024-10-18T17:16:10.176Z Compiling quick-error v1.2.3
13082024-10-18T17:16:10.196Z Compiling dyn-clone v1.0.17
13092024-10-18T17:16:10.331Z Compiling take_mut v0.2.2
13102024-10-18T17:16:10.431Z Compiling linked-hash-map v0.5.6
13112024-10-18T17:16:10.495Z Compiling psl-types v2.0.11
13122024-10-18T17:16:10.695Z Compiling hyper-util v0.1.9
13132024-10-18T17:16:10.785Z Compiling lru-cache v0.1.2
13142024-10-18T17:16:10.987Z Compiling publicsuffix v2.2.3
13152024-10-18T17:16:11.361Z Compiling resolv-conf v0.7.0
13162024-10-18T17:16:12.483Z Compiling sec1 v0.7.3
13172024-10-18T17:16:12.504Z Compiling tungstenite v0.24.0
13182024-10-18T17:16:13.086Z Compiling postgres-protocol v0.6.7
13192024-10-18T17:16:13.627Z Compiling hickory-proto v0.24.1
13202024-10-18T17:16:13.866Z Compiling usdt v0.5.0
13212024-10-18T17:16:14.006Z Compiling slog-term v2.9.1
13222024-10-18T17:16:14.377Z Compiling backtrace v0.3.74
13232024-10-18T17:16:14.396Z Compiling group v0.13.0
13242024-10-18T17:16:14.734Z Compiling num-iter v0.1.45
13252024-10-18T17:16:14.893Z Compiling tokio-rustls v0.26.0
13262024-10-18T17:16:14.938Z Compiling async-stream v0.3.6
13272024-10-18T17:16:14.957Z Compiling tokio-rustls v0.25.0
13282024-10-18T17:16:15.076Z Compiling futures v0.3.31
13292024-10-18T17:16:15.235Z Compiling toml v0.8.19
13302024-10-18T17:16:15.255Z Compiling tokio-native-tls v0.3.1
13312024-10-18T17:16:15.353Z Compiling slog-bunyan v2.5.0
13322024-10-18T17:16:15.573Z Compiling camino v1.1.9
13332024-10-18T17:16:16.651Z Compiling terminal_size v0.4.0
13342024-10-18T17:16:16.877Z Compiling dropshot_endpoint v0.12.0
13352024-10-18T17:16:16.928Z Compiling openapiv3 v2.0.0
13362024-10-18T17:16:16.980Z Compiling serde_path_to_error v0.1.16
13372024-10-18T17:16:17.553Z Compiling hkdf v0.12.4
13382024-10-18T17:16:17.811Z Compiling crypto-bigint v0.5.5
13392024-10-18T17:16:17.841Z Compiling zerocopy-derive v0.6.6
13402024-10-18T17:16:17.860Z Compiling curve25519-dalek-derive v0.1.1
13412024-10-18T17:16:18.019Z Compiling phf_shared v0.11.2
13422024-10-18T17:16:18.399Z Compiling waitgroup v0.1.2
13432024-10-18T17:16:18.633Z Compiling webpki-roots v0.26.6
13442024-10-18T17:16:18.848Z Compiling hostname v0.4.0
13452024-10-18T17:16:19.121Z Compiling ahash v0.8.11
13462024-10-18T17:16:19.373Z Compiling fs-err v2.11.0
13472024-10-18T17:16:19.488Z Compiling debug-ignore v1.0.5
13482024-10-18T17:16:19.551Z Compiling hubpack_derive v0.1.1
13492024-10-18T17:16:19.628Z Compiling bitflags v1.3.2
13502024-10-18T17:16:19.682Z Compiling managed v0.8.0
13512024-10-18T17:16:19.734Z Compiling winnow v0.5.40
13522024-10-18T17:16:19.995Z Compiling zerocopy v0.6.6
13532024-10-18T17:16:20.485Z Compiling hubpack v0.1.2
13542024-10-18T17:16:20.867Z Compiling elliptic-curve v0.13.8
13552024-10-18T17:16:20.925Z Compiling clap_builder v4.5.20
13562024-10-18T17:16:21.227Z Compiling console v0.15.8
13572024-10-18T17:16:21.730Z Compiling strum_macros v0.25.3
13582024-10-18T17:16:22.849Z Compiling hickory-resolver v0.24.1
13592024-10-18T17:16:23.554Z Compiling toml_edit v0.19.15
13602024-10-18T17:16:23.971Z Compiling hyper-rustls v0.27.3
13612024-10-18T17:16:24.028Z Compiling phf v0.11.2
13622024-10-18T17:16:24.332Z Compiling signal-hook-mio v0.2.4
13632024-10-18T17:16:24.508Z Compiling cookie_store v0.21.0
13642024-10-18T17:16:24.589Z Compiling rayon v1.10.0
13652024-10-18T17:16:25.838Z Compiling hyper-tls v0.6.0
13662024-10-18T17:16:27.007Z Compiling postgres-types v0.2.8
13672024-10-18T17:16:28.520Z Compiling tokio-tungstenite v0.24.0
13682024-10-18T17:16:29.443Z Compiling tokio-stream v0.1.16
13692024-10-18T17:16:29.588Z Compiling serde-big-array v0.5.1
13702024-10-18T17:16:29.824Z Compiling ed25519 v2.2.3
13712024-10-18T17:16:30.176Z Compiling pkcs1 v0.7.5
13722024-10-18T17:16:30.480Z Compiling rfc6979 v0.4.0
13732024-10-18T17:16:30.517Z Compiling regex v1.11.0
13742024-10-18T17:16:30.675Z Compiling bstr v1.10.0
13752024-10-18T17:16:30.799Z Compiling clap_derive v4.5.18
13762024-10-18T17:16:30.977Z Compiling derive-where v1.2.7
13772024-10-18T17:16:31.193Z Compiling serde_repr v0.1.19
13782024-10-18T17:16:31.553Z Compiling phf_shared v0.10.0
13792024-10-18T17:16:31.605Z Compiling float-cmp v0.9.0
13802024-10-18T17:16:31.841Z Compiling sync_wrapper v1.0.1
13812024-10-18T17:16:31.879Z Compiling crc32fast v1.4.2
13822024-10-18T17:16:31.966Z Compiling precomputed-hash v0.1.1
13832024-10-18T17:16:31.997Z Compiling number_prefix v0.4.0
13842024-10-18T17:16:32.090Z Compiling normalize-line-endings v0.3.0
13852024-10-18T17:16:32.197Z Compiling whoami v1.5.2
13862024-10-18T17:16:32.224Z Compiling difflib v0.4.0
13872024-10-18T17:16:32.246Z Compiling minimal-lexical v0.2.1
13882024-10-18T17:16:32.393Z Compiling new_debug_unreachable v1.0.6
13892024-10-18T17:16:32.417Z Compiling predicates-core v1.0.8
13902024-10-18T17:16:32.498Z Compiling unicode-segmentation v1.12.0
13912024-10-18T17:16:32.759Z Compiling fixedbitset v0.4.2
13922024-10-18T17:16:32.787Z Compiling bit-vec v0.6.3
13932024-10-18T17:16:32.837Z Compiling static_assertions v1.1.0
13942024-10-18T17:16:32.944Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
13952024-10-18T17:16:33.237Z Compiling similar v2.6.0
13962024-10-18T17:16:33.248Z Compiling bit-set v0.5.3
13972024-10-18T17:16:33.392Z Compiling petgraph v0.6.5
13982024-10-18T17:16:33.550Z Compiling nom v7.1.3
13992024-10-18T17:16:33.775Z Compiling predicates v3.1.2
14002024-10-18T17:16:34.562Z Compiling qorb v0.1.1
14012024-10-18T17:16:35.566Z Compiling tokio-postgres v0.7.12
14022024-10-18T17:16:35.672Z Compiling string_cache v0.8.7
14032024-10-18T17:16:35.951Z Compiling clap v4.5.20
14042024-10-18T17:16:36.085Z Compiling indicatif v0.17.8
14052024-10-18T17:16:36.156Z Compiling flate2 v1.0.34
14062024-10-18T17:16:37.096Z Compiling reqwest v0.12.8
14072024-10-18T17:16:37.209Z Compiling ecdsa v0.16.9
14082024-10-18T17:16:37.396Z Compiling rsa v0.9.6
14092024-10-18T17:16:38.042Z Compiling ed25519-dalek v2.1.1
14102024-10-18T17:16:38.310Z Compiling toml v0.7.8
14112024-10-18T17:16:39.367Z Compiling crossterm v0.28.1
14122024-10-18T17:16:40.545Z Compiling itertools v0.12.1
14132024-10-18T17:16:40.888Z Compiling itertools v0.10.5
14142024-10-18T17:16:40.968Z Compiling hex v0.4.3
14152024-10-18T17:16:41.030Z Compiling x509-cert v0.2.5
14162024-10-18T17:16:41.369Z Compiling lalrpop-util v0.19.12
14172024-10-18T17:16:41.593Z Compiling peg-runtime v0.8.3
14182024-10-18T17:16:41.732Z Compiling unicode-xid v0.2.6
14192024-10-18T17:16:41.917Z Compiling xattr v1.3.1
14202024-10-18T17:16:42.198Z Compiling strum_macros v0.26.4
14212024-10-18T17:16:42.253Z Compiling filetime v0.2.25
14222024-10-18T17:16:42.573Z Compiling tar v0.4.42
14232024-10-18T17:16:45.658Z Compiling strum v0.26.3
14242024-10-18T17:16:46.122Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14252024-10-18T17:16:46.381Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14262024-10-18T17:16:51.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
14272024-10-18T17:16:51.969Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14282024-10-18T17:16:52.017ZOct 18 17:16:50.938 INFO Starting download, target: Console
14292024-10-18T17:16:52.020ZOct 18 17:16:50.938 INFO Starting download, target: Clickhouse
14302024-10-18T17:16:52.020ZOct 18 17:16:50.938 INFO Starting download, target: Cockroach
14312024-10-18T17:16:52.020ZOct 18 17:16:50.938 INFO Starting download, target: DendriteOpenapi
14322024-10-18T17:16:52.020ZOct 18 17:16:50.938 INFO Starting download, target: DendriteStub
14332024-10-18T17:16:52.020ZOct 18 17:16:50.938 INFO Starting download, target: MaghemiteMgd
14342024-10-18T17:16:52.020ZOct 18 17:16:50.938 INFO Starting download, target: TransceiverControl
14352024-10-18T17:16:52.020ZOct 18 17:16:50.939 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14362024-10-18T17:16:52.020ZOct 18 17:16:50.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14372024-10-18T17:16:52.020ZOct 18 17:16:50.939 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14382024-10-18T17:16:52.020ZOct 18 17:16:50.939 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14392024-10-18T17:16:52.020ZOct 18 17:16:50.939 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14402024-10-18T17:16:52.020ZOct 18 17:16:50.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14412024-10-18T17:16:52.020ZOct 18 17:16:50.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14422024-10-18T17:16:52.436ZOct 18 17:16:51.331 INFO Download complete, target: DendriteOpenapi
14432024-10-18T17:16:52.462ZOct 18 17:16:51.368 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14442024-10-18T17:16:52.633ZOct 18 17:16:51.515 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14452024-10-18T17:16:52.978ZOct 18 17:16:51.887 INFO Download complete, target: Console
14462024-10-18T17:16:53.183ZOct 18 17:16:52.096 INFO Download complete, target: TransceiverControl
14472024-10-18T17:16:53.216ZOct 18 17:16:52.116 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14482024-10-18T17:16:53.216ZOct 18 17:16:52.116 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14492024-10-18T17:16:53.254ZOct 18 17:16:52.174 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14502024-10-18T17:16:53.283ZOct 18 17:16:52.204 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14512024-10-18T17:16:53.969ZOct 18 17:16:52.890 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14522024-10-18T17:16:56.348ZOct 18 17:16:55.268 INFO Download complete, target: DendriteStub
14532024-10-18T17:16:56.614ZOct 18 17:16:55.532 INFO Download complete, target: MaghemiteMgd
14542024-10-18T17:17:01.765ZOct 18 17:17:00.686 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14552024-10-18T17:17:02.084ZOct 18 17:17:01.004 INFO Checking that binary works, target: Cockroach
14562024-10-18T17:17:02.241ZOct 18 17:17:01.161 INFO Download complete, target: Cockroach
14572024-10-18T17:17:08.284ZOct 18 17:17:07.197 INFO Checking that binary works, target: Clickhouse
14582024-10-18T17:17:09.607ZOct 18 17:17:08.526 INFO Download complete, target: Clickhouse
14592024-10-18T17:17:09.615ZAll prerequisites installed successfully
14602024-10-18T17:17:09.617Z
14612024-10-18T17:17:09.617Zreal 4:09.062448251
14622024-10-18T17:17:09.617Zuser 12:36.026688509
14632024-10-18T17:17:09.617Zsys 2:40.745298457
14642024-10-18T17:17:09.617Ztrap 0.428244861
14652024-10-18T17:17:09.618Ztflt 12.377311926
14662024-10-18T17:17:09.618Zdflt 11.068105793
14672024-10-18T17:17:09.618Zkflt 0.201031687
14682024-10-18T17:17:09.618Zlock 25:33.395112976
14692024-10-18T17:17:09.618Zslp 51:05.341200434
14702024-10-18T17:17:09.618Zlat 41.012097043
14712024-10-18T17:17:09.618Zstop 1:58.469165600
14722024-10-18T17:17:09.618Z+ ptime -m cargo xtask download softnpu
14732024-10-18T17:17:10.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
14742024-10-18T17:17:10.197Z Running `target/debug/xtask download softnpu`
14752024-10-18T17:17:11.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
14762024-10-18T17:17:11.093Z Running `target/debug/xtask-downloader softnpu`
14772024-10-18T17:17:11.127ZOct 18 17:17:10.046 INFO Starting download, target: Softnpu
14782024-10-18T17:17:11.130ZOct 18 17:17:10.046 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14792024-10-18T17:17:12.468ZOct 18 17:17:11.387 INFO Download complete, target: Softnpu
14802024-10-18T17:17:12.472Z
14812024-10-18T17:17:12.474Zreal 2.849365628
14822024-10-18T17:17:12.474Zuser 1.282936943
14832024-10-18T17:17:12.474Zsys 0.544985420
14842024-10-18T17:17:12.474Ztrap 0.000390391
14852024-10-18T17:17:12.474Ztflt 0.000018666
14862024-10-18T17:17:12.474Zdflt 0.000008698
14872024-10-18T17:17:12.474Zkflt 0.000000000
14882024-10-18T17:17:12.474Zlock 13.674558431
14892024-10-18T17:17:12.474Zslp 1.296338012
14902024-10-18T17:17:12.474Zlat 0.069249315
14912024-10-18T17:17:12.474Zstop 0.000373880
14922024-10-18T17:17:12.474Z+ export CARGO_INCREMENTAL=0
14932024-10-18T17:17:12.474Z+ CARGO_INCREMENTAL=0
14942024-10-18T17:17:12.474Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14952024-10-18T17:17:13.464Z Compiling proc-macro2 v1.0.87
14962024-10-18T17:17:13.464Z Compiling unicode-ident v1.0.13
14972024-10-18T17:17:13.464Z Compiling libc v0.2.159
14982024-10-18T17:17:13.467Z Compiling serde v1.0.210
14992024-10-18T17:17:13.467Z Compiling version_check v0.9.5
15002024-10-18T17:17:13.467Z Compiling autocfg v1.4.0
15012024-10-18T17:17:13.467Z Compiling cfg-if v1.0.0
15022024-10-18T17:17:13.717Z Compiling typenum v1.17.0
15032024-10-18T17:17:13.733Z Compiling memchr v2.7.4
15042024-10-18T17:17:14.181Z Compiling shlex v1.3.0
15052024-10-18T17:17:14.221Z Compiling generic-array v0.14.7
15062024-10-18T17:17:14.519Z Compiling lock_api v0.4.12
15072024-10-18T17:17:14.556Z Compiling parking_lot_core v0.9.10
15082024-10-18T17:17:14.576Z Compiling serde_json v1.0.128
15092024-10-18T17:17:14.829Z Compiling once_cell v1.20.2
15102024-10-18T17:17:14.907Z Compiling thiserror v1.0.64
15112024-10-18T17:17:14.986Z Compiling libm v0.2.8
15122024-10-18T17:17:15.095Z Compiling quote v1.0.37
15132024-10-18T17:17:15.231Z Compiling num-traits v0.2.19
15142024-10-18T17:17:15.349Z Compiling value-bag v1.9.0
15152024-10-18T17:17:15.433Z Compiling itoa v1.0.11
15162024-10-18T17:17:15.537Z Compiling syn v2.0.79
15172024-10-18T17:17:15.664Z Compiling getrandom v0.2.15
15182024-10-18T17:17:15.703Z Compiling jobserver v0.1.32
15192024-10-18T17:17:15.903Z Compiling log v0.4.22
15202024-10-18T17:17:15.934Z Compiling slab v0.4.9
15212024-10-18T17:17:16.200Z Compiling cc v1.1.30
15222024-10-18T17:17:16.211Z Compiling scopeguard v1.2.0
15232024-10-18T17:17:16.255Z Compiling rand_core v0.6.4
15242024-10-18T17:17:16.402Z Compiling byteorder v1.5.0
15252024-10-18T17:17:16.918Z Compiling subtle v2.6.1
15262024-10-18T17:17:16.958Z Compiling allocator-api2 v0.2.18
15272024-10-18T17:17:17.527Z Compiling semver v1.0.23
15282024-10-18T17:17:17.827Z Compiling ryu v1.0.18
15292024-10-18T17:17:17.935Z Compiling pin-project-lite v0.2.14
15302024-10-18T17:17:17.999Z Compiling const-oid v0.9.6
15312024-10-18T17:17:18.065Z Compiling smallvec v1.13.2
15322024-10-18T17:17:18.128Z Compiling equivalent v1.0.1
15332024-10-18T17:17:18.200Z Compiling foldhash v0.1.3
15342024-10-18T17:17:18.277Z Compiling httparse v1.9.5
15352024-10-18T17:17:18.406Z Compiling hashbrown v0.15.0
15362024-10-18T17:17:18.528Z Compiling schemars v0.8.21
15372024-10-18T17:17:18.964Z Compiling signal-hook-registry v1.4.2
15382024-10-18T17:17:19.188Z Compiling heck v0.5.0
15392024-10-18T17:17:19.338Z Compiling parking_lot v0.12.3
15402024-10-18T17:17:19.611Z Compiling mio v1.0.2
15412024-10-18T17:17:19.651Z Compiling ring v0.17.8
15422024-10-18T17:17:20.414Z Compiling crossbeam-utils v0.8.20
15432024-10-18T17:17:20.417Z Compiling socket2 v0.5.7
15442024-10-18T17:17:20.752Z Compiling pkg-config v0.3.31
15452024-10-18T17:17:21.232Z Compiling vcpkg v0.2.15
15462024-10-18T17:17:21.393Z Compiling fnv v1.0.7
15472024-10-18T17:17:21.531Z Compiling time-core v0.1.2
15482024-10-18T17:17:21.716Z Compiling num-conv v0.1.0
15492024-10-18T17:17:21.841Z Compiling futures-core v0.3.31
15502024-10-18T17:17:22.015Z Compiling time-macros v0.2.18
15512024-10-18T17:17:22.708Z Compiling spin v0.9.8
15522024-10-18T17:17:22.830Z Compiling openssl-sys v0.9.103
15532024-10-18T17:17:23.121Z Compiling serde_derive_internals v0.29.1
15542024-10-18T17:17:23.459Z Compiling cpufeatures v0.2.14
15552024-10-18T17:17:23.563Z Compiling futures-sink v0.3.31
15562024-10-18T17:17:24.143Z Compiling ahash v0.8.11
15572024-10-18T17:17:24.241Z Compiling syn v1.0.109
15582024-10-18T17:17:24.263Z Compiling slog v2.7.0
15592024-10-18T17:17:24.685Z Compiling rustix v0.38.37
15602024-10-18T17:17:24.959Z Compiling futures-channel v0.3.31
15612024-10-18T17:17:25.192Z Compiling openssl v0.10.66
15622024-10-18T17:17:25.292Z Compiling tinyvec_macros v0.1.1
15632024-10-18T17:17:25.334Z Compiling iana-time-zone v0.1.61
15642024-10-18T17:17:25.355Z Compiling futures-io v0.3.31
15652024-10-18T17:17:25.355Z Compiling futures-task v0.3.31
15662024-10-18T17:17:25.391Z Compiling pin-utils v0.1.0
15672024-10-18T17:17:25.465Z Compiling ucd-trie v0.1.7
15682024-10-18T17:17:25.496Z Compiling tinyvec v1.8.0
15692024-10-18T17:17:26.247Z Compiling native-tls v0.2.12
15702024-10-18T17:17:26.315Z Compiling unicode-bidi v0.3.17
15712024-10-18T17:17:26.332Z Compiling rustls v0.23.14
15722024-10-18T17:17:26.637Z Compiling base64ct v1.6.0
15732024-10-18T17:17:26.912Z Compiling unicode-normalization v0.1.24
15742024-10-18T17:17:27.180Z Compiling pem-rfc7468 v0.7.0
15752024-10-18T17:17:27.839Z Compiling tracing-core v0.1.32
15762024-10-18T17:17:28.013Z Compiling usdt-impl v0.5.0
15772024-10-18T17:17:28.370Z Compiling cookie v0.18.1
15782024-10-18T17:17:28.436Z Compiling serde_derive v1.0.210
15792024-10-18T17:17:28.671Z Compiling zeroize_derive v1.4.2
15802024-10-18T17:17:29.030Z Compiling zerocopy-derive v0.7.35
15812024-10-18T17:17:29.345Z Compiling thiserror-impl v1.0.64
15822024-10-18T17:17:30.065Z Compiling zeroize v1.8.1
15832024-10-18T17:17:30.090Z Compiling tokio-macros v2.4.0
15842024-10-18T17:17:30.946Z Compiling futures-macro v0.3.31
15852024-10-18T17:17:31.516Z Compiling zerocopy v0.7.35
15862024-10-18T17:17:32.007Z Compiling crypto-common v0.1.6
15872024-10-18T17:17:32.365Z Compiling tracing-attributes v0.1.27
15882024-10-18T17:17:32.600Z Compiling block-buffer v0.10.4
15892024-10-18T17:17:32.808Z Compiling digest v0.10.7
15902024-10-18T17:17:33.042Z Compiling schemars_derive v0.8.21
15912024-10-18T17:17:33.220Z Compiling der_derive v0.7.3
15922024-10-18T17:17:34.359Z Compiling hmac v0.12.1
15932024-10-18T17:17:34.492Z Compiling scroll_derive v0.12.0
15942024-10-18T17:17:34.575Z Compiling futures-util v0.3.31
15952024-10-18T17:17:35.448Z Compiling pest v2.7.14
15962024-10-18T17:17:35.765Z Compiling block-padding v0.3.3
15972024-10-18T17:17:35.982Z Compiling inout v0.1.3
15982024-10-18T17:17:36.220Z Compiling openssl-macros v0.1.1
15992024-10-18T17:17:36.923Z Compiling cipher v0.4.4
16002024-10-18T17:17:37.361Z Compiling sha2 v0.10.8
16012024-10-18T17:17:37.364Z Compiling ppv-lite86 v0.2.20
16022024-10-18T17:17:38.182Z Compiling pest_meta v2.7.14
16032024-10-18T17:17:38.209Z Compiling anyhow v1.0.89
16042024-10-18T17:17:38.414Z Compiling dyn-clone v1.0.17
16052024-10-18T17:17:38.742Z Compiling flagset v0.4.6
16062024-10-18T17:17:38.809Z Compiling rand_chacha v0.3.1
16072024-10-18T17:17:38.949Z Compiling der v0.7.9
16082024-10-18T17:17:39.842Z Compiling pest_generator v2.7.14
16092024-10-18T17:17:40.252Z Compiling scroll v0.12.0
16102024-10-18T17:17:40.549Z Compiling tracing v0.1.40
16112024-10-18T17:17:41.052Z Compiling bytes v1.7.2
16122024-10-18T17:17:41.396Z Compiling indexmap v2.6.0
16132024-10-18T17:17:42.172Z Compiling tokio v1.40.0
16142024-10-18T17:17:42.189Z Compiling http v1.1.0
16152024-10-18T17:17:42.833Z Compiling serde_tokenstream v0.2.2
16162024-10-18T17:17:42.899Z Compiling rustc_version v0.4.1
16172024-10-18T17:17:43.269Z Compiling uuid v1.10.0
16182024-10-18T17:17:43.439Z Compiling chrono v0.4.38
16192024-10-18T17:17:43.544Z Compiling bitflags v2.6.0
16202024-10-18T17:17:44.513Z Compiling serde_spanned v0.6.8
16212024-10-18T17:17:44.537Z Compiling toml_datetime v0.6.8
16222024-10-18T17:17:44.985Z Compiling pest_derive v2.7.14
16232024-10-18T17:17:46.874Z Compiling async-trait v0.1.83
16242024-10-18T17:17:49.306Z Compiling aho-corasick v1.1.3
16252024-10-18T17:17:49.641Z Compiling plain v0.2.3
16262024-10-18T17:17:49.814Z Compiling rustls-pki-types v1.9.0
16272024-10-18T17:17:50.057Z Compiling percent-encoding v2.3.1
16282024-10-18T17:17:50.399Z Compiling rayon-core v1.12.1
16292024-10-18T17:17:50.712Z Compiling regex-syntax v0.8.5
16302024-10-18T17:17:50.789Z Compiling camino v1.1.9
16312024-10-18T17:17:51.369Z Compiling tokio-util v0.7.12
16322024-10-18T17:17:51.538Z Compiling goblin v0.8.2
16332024-10-18T17:17:52.684Z Compiling spki v0.7.3
16342024-10-18T17:17:53.036Z Compiling rand v0.8.5
16352024-10-18T17:17:53.092Z Compiling salsa20 v0.10.2
16362024-10-18T17:17:53.328Z Compiling pbkdf2 v0.12.2
16372024-10-18T17:17:54.025Z Compiling powerfmt v0.2.0
16382024-10-18T17:17:54.420Z Compiling regex-automata v0.4.8
16392024-10-18T17:17:54.452Z Compiling rustls v0.22.4
16402024-10-18T17:17:54.670Z Compiling winnow v0.5.40
16412024-10-18T17:17:55.781Z Compiling untrusted v0.9.0
16422024-10-18T17:17:55.975Z Compiling pretty-hex v0.4.1
16432024-10-18T17:17:56.743Z Compiling deranged v0.3.11
16442024-10-18T17:17:58.050Z Compiling dof v0.3.0
16452024-10-18T17:17:58.454Z Compiling toml_edit v0.19.15
16462024-10-18T17:17:59.035Z Compiling scrypt v0.11.0
16472024-10-18T17:17:59.639Z Compiling dtrace-parser v0.2.0
16482024-10-18T17:17:59.736Z Compiling aes v0.8.4
16492024-10-18T17:17:59.788Z Compiling cbc v0.1.2
16502024-10-18T17:18:00.185Z Compiling thread-id v4.2.2
16512024-10-18T17:18:00.309Z Compiling num_threads v0.1.7
16522024-10-18T17:18:00.721Z Compiling rustversion v1.0.17
16532024-10-18T17:18:00.946Z Compiling atomic-waker v1.1.2
16542024-10-18T17:18:01.386Z Compiling pkcs5 v0.7.1
16552024-10-18T17:18:01.430Z Compiling time v0.3.36
16562024-10-18T17:18:02.953Z Compiling rustls-webpki v0.102.8
16572024-10-18T17:18:03.464Z Compiling form_urlencoded v1.2.1
16582024-10-18T17:18:03.768Z Compiling http-body v1.0.1
16592024-10-18T17:18:04.012Z Compiling heapless v0.7.17
16602024-10-18T17:18:04.928Z Compiling multer v3.1.0
16612024-10-18T17:18:05.231Z Compiling signal-hook v0.3.17
16622024-10-18T17:18:05.382Z Compiling try-lock v0.2.5
16632024-10-18T17:18:05.527Z Compiling slog-async v2.8.0
16642024-10-18T17:18:05.747Z Compiling want v0.3.1
16652024-10-18T17:18:06.038Z Compiling pkcs8 v0.10.2
16662024-10-18T17:18:06.714Z Compiling h2 v0.4.6
16672024-10-18T17:18:07.405Z Compiling regex v1.11.0
16682024-10-18T17:18:08.233Z Compiling paste v1.0.15
16692024-10-18T17:18:08.328Z Compiling strsim v0.11.1
16702024-10-18T17:18:08.727Z Compiling httpdate v1.0.3
16712024-10-18T17:18:09.916Z Compiling usdt-attr-macro v0.5.0
16722024-10-18T17:18:10.303Z Compiling usdt-macro v0.5.0
16732024-10-18T17:18:10.871Z Compiling curve25519-dalek v4.1.3
16742024-10-18T17:18:11.260Z Compiling openapiv3 v2.0.0
16752024-10-18T17:18:11.430Z Compiling enum-as-inner v0.6.1
16762024-10-18T17:18:11.674Z Compiling async-stream-impl v0.3.6
16772024-10-18T17:18:12.475Z Compiling idna v0.5.0
16782024-10-18T17:18:13.044Z Compiling errno v0.3.9
16792024-10-18T17:18:13.329Z Compiling dropshot v0.12.0
16802024-10-18T17:18:13.658Z Compiling hyper v1.4.1
16812024-10-18T17:18:13.920Z Compiling portable-atomic v1.9.0
16822024-10-18T17:18:13.973Z Compiling adler2 v2.0.0
16832024-10-18T17:18:14.244Z Compiling smoltcp v0.9.1
16842024-10-18T17:18:14.807Z Compiling foreign-types-shared v0.1.1
16852024-10-18T17:18:14.889Z Compiling base64 v0.22.1
16862024-10-18T17:18:15.579Z Compiling tower-service v0.3.3
16872024-10-18T17:18:15.582Z Compiling match_cfg v0.1.0
16882024-10-18T17:18:15.687Z Compiling num-bigint-dig v0.8.4
16892024-10-18T17:18:15.706Z Compiling hostname v0.3.1
16902024-10-18T17:18:15.721Z Compiling foreign-types v0.3.2
16912024-10-18T17:18:15.818Z Compiling miniz_oxide v0.8.0
16922024-10-18T17:18:15.915Z Compiling url v2.5.2
16932024-10-18T17:18:16.136Z Compiling hyper-util v0.1.9
16942024-10-18T17:18:19.108Z Compiling dirs-sys-next v0.1.2
16952024-10-18T17:18:19.153Z Compiling data-encoding v2.6.0
16962024-10-18T17:18:19.353Z Compiling siphasher v0.3.11
16972024-10-18T17:18:19.698Z Compiling gimli v0.31.1
16982024-10-18T17:18:19.760Z Compiling heck v0.4.1
16992024-10-18T17:18:22.456Z Compiling dirs-next v2.0.0
17002024-10-18T17:18:25.319Z Compiling addr2line v0.24.2
17012024-10-18T17:18:26.918Z Compiling http-body-util v0.1.2
17022024-10-18T17:18:27.457Z Compiling crossbeam-epoch v0.9.18
17032024-10-18T17:18:27.858Z Compiling dropshot_endpoint v0.12.0
17042024-10-18T17:18:28.014Z Compiling hubpack_derive v0.1.1
17052024-10-18T17:18:28.051Z Compiling signature v2.2.0
17062024-10-18T17:18:28.196Z Compiling sha1 v0.10.6
17072024-10-18T17:18:28.307Z Compiling zerocopy-derive v0.6.6
17082024-10-18T17:18:28.589Z Compiling curve25519-dalek-derive v0.1.1
17092024-10-18T17:18:28.950Z Compiling lazy_static v1.5.0
17102024-10-18T17:18:29.079Z Compiling thread_local v1.1.8
17112024-10-18T17:18:29.565Z Compiling object v0.36.5
17122024-10-18T17:18:29.768Z Compiling fs-err v2.11.0
17132024-10-18T17:18:29.982Z Compiling encoding_rs v0.8.34
17142024-10-18T17:18:30.093Z Compiling stable_deref_trait v1.2.0
17152024-10-18T17:18:30.206Z Compiling ipnet v2.10.1
17162024-10-18T17:18:30.229Z Compiling openssl-probe v0.1.5
17172024-10-18T17:18:30.545Z Compiling anstyle v1.0.8
17182024-10-18T17:18:31.001Z Compiling unicode-properties v0.1.3
17192024-10-18T17:18:31.174Z Compiling mime v0.3.17
17202024-10-18T17:18:31.384Z Compiling either v1.13.0
17212024-10-18T17:18:31.819Z Compiling rustc-demangle v0.1.24
17222024-10-18T17:18:31.845Z Compiling winnow v0.6.20
17232024-10-18T17:18:33.434Z Compiling utf8parse v0.2.2
17242024-10-18T17:18:33.601Z Compiling anstyle-parse v0.2.5
17252024-10-18T17:18:33.949Z Compiling stringprep v0.1.5
17262024-10-18T17:18:35.388Z Compiling toml_edit v0.22.22
17272024-10-18T17:18:38.476Z Compiling backtrace v0.3.74
17282024-10-18T17:18:40.322Z Compiling crossbeam-deque v0.8.5
17292024-10-18T17:18:43.819Z Compiling term v0.7.0
17302024-10-18T17:18:45.054Z Compiling slog-json v2.6.1
17312024-10-18T17:18:46.330Z Compiling serde_urlencoded v0.7.1
17322024-10-18T17:18:46.594Z Compiling crossbeam-channel v0.5.13
17332024-10-18T17:18:46.993Z Compiling rustls-pemfile v2.2.0
17342024-10-18T17:18:47.321Z Compiling hashbrown v0.14.5
17352024-10-18T17:18:47.676Z Compiling futures-executor v0.3.31
17362024-10-18T17:18:48.389Z Compiling md-5 v0.10.6
17372024-10-18T17:18:48.710Z Compiling idna v0.3.0
17382024-10-18T17:18:48.755Z Compiling idna v0.4.0
17392024-10-18T17:18:48.886Z Compiling num-integer v0.1.46
17402024-10-18T17:18:49.115Z Compiling ff v0.13.0
17412024-10-18T17:18:49.346Z Compiling hash32 v0.2.1
17422024-10-18T17:18:49.570Z Compiling memmap v0.7.0
17432024-10-18T17:18:49.716Z Compiling is-terminal v0.4.13
17442024-10-18T17:18:50.004Z Compiling base16ct v0.2.0
17452024-10-18T17:18:50.102Z Compiling take_mut v0.2.2
17462024-10-18T17:18:50.131Z Compiling psl-types v2.0.11
17472024-10-18T17:18:50.270Z Compiling anstyle-query v1.1.1
17482024-10-18T17:18:50.419Z Compiling utf-8 v0.7.6
17492024-10-18T17:18:50.648Z Compiling is_terminal_polyfill v1.70.1
17502024-10-18T17:18:50.787Z Compiling fallible-iterator v0.2.0
17512024-10-18T17:18:51.347Z Compiling linked-hash-map v0.5.6
17522024-10-18T17:18:51.505Z Compiling quick-error v1.2.3
17532024-10-18T17:18:51.744Z Compiling colorchoice v1.0.2
17542024-10-18T17:18:52.133Z Compiling anstream v0.6.15
17552024-10-18T17:18:52.802Z Compiling lru-cache v0.1.2
17562024-10-18T17:18:53.041Z Compiling resolv-conf v0.7.0
17572024-10-18T17:18:53.060Z Compiling postgres-protocol v0.6.7
17582024-10-18T17:18:53.742Z Compiling tungstenite v0.24.0
17592024-10-18T17:18:53.924Z Compiling publicsuffix v2.2.3
17602024-10-18T17:18:54.247Z Compiling sec1 v0.7.3
17612024-10-18T17:18:55.219Z Compiling slog-term v2.9.1
17622024-10-18T17:18:55.837Z Compiling usdt v0.5.0
17632024-10-18T17:18:56.018Z Compiling hickory-proto v0.24.1
17642024-10-18T17:18:56.270Z Compiling num-iter v0.1.45
17652024-10-18T17:18:56.287Z Compiling group v0.13.0
17662024-10-18T17:18:57.517Z Compiling regress v0.10.1
17672024-10-18T17:18:58.442Z Compiling futures v0.3.31
17682024-10-18T17:19:01.194Z Compiling slog-bunyan v2.5.0
17692024-10-18T17:19:01.405Z Compiling tokio-rustls v0.25.0
17702024-10-18T17:19:01.460Z Compiling tokio-rustls v0.26.0
17712024-10-18T17:19:01.830Z Compiling toml v0.8.19
17722024-10-18T17:19:01.904Z Compiling tokio-native-tls v0.3.1
17732024-10-18T17:19:02.196Z Compiling terminal_size v0.4.0
17742024-10-18T17:19:02.223Z Compiling strum_macros v0.25.3
17752024-10-18T17:19:02.418Z Compiling phf_shared v0.11.2
17762024-10-18T17:19:03.046Z Compiling async-stream v0.3.6
17772024-10-18T17:19:03.456Z Compiling waitgroup v0.1.2
17782024-10-18T17:19:04.058Z Compiling webpki-roots v0.26.6
17792024-10-18T17:19:04.330Z Compiling serde_path_to_error v0.1.16
17802024-10-18T17:19:04.720Z Compiling hkdf v0.12.4
17812024-10-18T17:19:04.823Z Compiling crypto-bigint v0.5.5
17822024-10-18T17:19:05.025Z Compiling clap_derive v4.5.18
17832024-10-18T17:19:05.135Z Compiling serde_repr v0.1.19
17842024-10-18T17:19:05.855Z Compiling derive-where v1.2.7
17852024-10-18T17:19:06.380Z Compiling hostname v0.4.0
17862024-10-18T17:19:06.623Z Compiling bitflags v1.3.2
17872024-10-18T17:19:06.736Z Compiling debug-ignore v1.0.5
17882024-10-18T17:19:06.896Z Compiling clap_lex v0.7.2
17892024-10-18T17:19:07.366Z Compiling unicode-width v0.1.14
17902024-10-18T17:19:08.221Z Compiling managed v0.8.0
17912024-10-18T17:19:08.682Z Compiling console v0.15.8
17922024-10-18T17:19:08.778Z Compiling elliptic-curve v0.13.8
17932024-10-18T17:19:08.981Z Compiling clap_builder v4.5.20
17942024-10-18T17:19:10.654Z Compiling hyper-rustls v0.27.3
17952024-10-18T17:19:12.570Z Compiling phf v0.11.2
17962024-10-18T17:19:12.884Z Compiling hyper-tls v0.6.0
17972024-10-18T17:19:13.278Z Compiling hickory-resolver v0.24.1
17982024-10-18T17:19:13.564Z Compiling signal-hook-mio v0.2.4
17992024-10-18T17:19:13.742Z Compiling typify-impl v0.2.0
18002024-10-18T17:19:15.671Z Compiling rayon v1.10.0
18012024-10-18T17:19:16.165Z Compiling cookie_store v0.21.0
18022024-10-18T17:19:16.961Z Compiling tokio-tungstenite v0.24.0
18032024-10-18T17:19:17.538Z Compiling postgres-types v0.2.8
18042024-10-18T17:19:17.608Z Compiling zerocopy v0.6.6
18052024-10-18T17:19:18.059Z Compiling hubpack v0.1.2
18062024-10-18T17:19:18.477Z Compiling ed25519 v2.2.3
18072024-10-18T17:19:18.494Z Compiling phf_shared v0.10.0
18082024-10-18T17:19:18.872Z Compiling pkcs1 v0.7.5
18092024-10-18T17:19:18.911Z Compiling bstr v1.10.0
18102024-10-18T17:19:19.168Z Compiling tokio-stream v0.1.16
18112024-10-18T17:19:19.825Z Compiling serde-big-array v0.5.1
18122024-10-18T17:19:20.066Z Compiling rfc6979 v0.4.0
18132024-10-18T17:19:20.214Z Compiling float-cmp v0.9.0
18142024-10-18T17:19:20.267Z Compiling sync_wrapper v1.0.1
18152024-10-18T17:19:20.431Z Compiling crc32fast v1.4.2
18162024-10-18T17:19:20.449Z Compiling fixedbitset v0.4.2
18172024-10-18T17:19:20.495Z Compiling precomputed-hash v0.1.1
18182024-10-18T17:19:20.614Z Compiling bit-vec v0.6.3
18192024-10-18T17:19:20.683Z Compiling static_assertions v1.1.0
18202024-10-18T17:19:20.739Z Compiling new_debug_unreachable v1.0.6
18212024-10-18T17:19:20.794Z Compiling unicode-segmentation v1.12.0
18222024-10-18T17:19:20.842Z Compiling normalize-line-endings v0.3.0
18232024-10-18T17:19:21.039Z Compiling predicates-core v1.0.8
18242024-10-18T17:19:21.243Z Compiling difflib v0.4.0
18252024-10-18T17:19:21.647Z Compiling whoami v1.5.2
18262024-10-18T17:19:21.940Z Compiling minimal-lexical v0.2.1
18272024-10-18T17:19:22.046Z Compiling number_prefix v0.4.0
18282024-10-18T17:19:22.235Z Compiling indicatif v0.17.8
18292024-10-18T17:19:22.288Z Compiling tokio-postgres v0.7.12
18302024-10-18T17:19:22.447Z Compiling nom v7.1.3
18312024-10-18T17:19:22.466Z Compiling predicates v3.1.2
18322024-10-18T17:19:23.413Z Compiling similar v2.6.0
18332024-10-18T17:19:24.896Z Compiling bit-set v0.5.3
18342024-10-18T17:19:25.201Z Compiling string_cache v0.8.7
18352024-10-18T17:19:25.387Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18362024-10-18T17:19:25.615Z Compiling petgraph v0.6.5
18372024-10-18T17:19:25.895Z Compiling typify-macro v0.2.0
18382024-10-18T17:19:26.089Z Compiling flate2 v1.0.34
18392024-10-18T17:19:27.021Z Compiling reqwest v0.12.8
18402024-10-18T17:19:27.404Z Compiling ecdsa v0.16.9
18412024-10-18T17:19:28.107Z Compiling qorb v0.1.1
18422024-10-18T17:19:29.661Z Compiling rsa v0.9.6
18432024-10-18T17:19:30.134Z Compiling ed25519-dalek v2.1.1
18442024-10-18T17:19:31.288Z Compiling crossterm v0.28.1
18452024-10-18T17:19:31.457Z Compiling clap v4.5.20
18462024-10-18T17:19:33.403Z Compiling itertools v0.12.1
18472024-10-18T17:19:33.548Z Compiling itertools v0.10.5
18482024-10-18T17:19:34.389Z Compiling toml v0.7.8
18492024-10-18T17:19:34.777Z Compiling x509-cert v0.2.5
18502024-10-18T17:19:35.923Z Compiling hex v0.4.3
18512024-10-18T17:19:36.612Z Compiling unicode-xid v0.2.6
18522024-10-18T17:19:36.995Z Compiling lalrpop-util v0.19.12
18532024-10-18T17:19:37.217Z Compiling peg-runtime v0.8.3
18542024-10-18T17:19:39.095Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18552024-10-18T17:19:41.418Z Compiling proc-macro-crate v1.3.1
18562024-10-18T17:19:41.699Z Compiling ipnetwork v0.20.0
18572024-10-18T17:19:43.342Z Compiling heapless v0.8.0
18582024-10-18T17:19:44.369Z Compiling num_enum_derive v0.5.11
18592024-10-18T17:19:49.892Z Compiling hash32 v0.3.1
18602024-10-18T17:19:52.411Z Compiling smoltcp v0.11.0
18612024-10-18T17:19:52.522Z Compiling ident_case v1.0.1
18622024-10-18T17:19:52.965Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18632024-10-18T17:19:53.384Z Compiling darling_core v0.20.10
18642024-10-18T17:20:07.133Z Compiling num_enum v0.5.11
18652024-10-18T17:20:07.859Z Compiling typify v0.2.0
18662024-10-18T17:20:09.455Z Compiling proc-macro-error-attr v1.0.4
18672024-10-18T17:20:10.543Z Compiling cobs v0.2.3
18682024-10-18T17:20:11.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18692024-10-18T17:20:11.336Z Compiling unsafe-libyaml v0.2.11
18702024-10-18T17:20:13.142Z Compiling serde_yaml v0.9.34+deprecated
18712024-10-18T17:20:15.087Z Compiling postcard v1.0.10
18722024-10-18T17:20:22.058Z Compiling progenitor-impl v0.8.0
18732024-10-18T17:20:28.802Z Compiling darling_macro v0.20.10
18742024-10-18T17:20:38.775Z Compiling strum_macros v0.26.4
18752024-10-18T17:20:39.646Z Compiling foreign-types-macros v0.2.3
18762024-10-18T17:20:40.078Z Compiling structmeta-derive v0.3.0
18772024-10-18T17:20:40.905Z Compiling proc-macro-error v1.0.4
18782024-10-18T17:20:41.088Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18792024-10-18T17:20:41.218Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18802024-10-18T17:20:41.245Z Compiling newtype-uuid v1.1.2
18812024-10-18T17:20:41.423Z Compiling foreign-types-shared v0.3.1
18822024-10-18T17:20:42.946Z Compiling structmeta v0.3.0
18832024-10-18T17:20:43.283Z Compiling strum v0.26.3
18842024-10-18T17:20:47.648Z Compiling foreign-types v0.5.0
18852024-10-18T17:20:48.148Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18862024-10-18T17:20:51.039Z Compiling darling v0.20.10
18872024-10-18T17:20:51.171Z Compiling progenitor-macro v0.8.0
18882024-10-18T17:20:56.680Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
18892024-10-18T17:20:56.736Z Compiling progenitor-client v0.8.0
18902024-10-18T17:20:57.651Z Compiling tabwriter v1.4.0
18912024-10-18T17:21:00.210Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18922024-10-18T17:21:00.322Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18932024-10-18T17:21:01.047Z Compiling cstr-argument v0.1.2
18942024-10-18T17:21:01.283Z Compiling crucible-workspace-hack v0.1.0
18952024-10-18T17:21:01.312Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
18962024-10-18T17:21:01.637Z Compiling fastrand v2.1.1
18972024-10-18T17:21:01.655Z Compiling pretty-hex v0.2.1
18982024-10-18T17:21:02.012Z Compiling tempfile v3.13.0
18992024-10-18T17:21:02.316Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19002024-10-18T17:21:02.696Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19012024-10-18T17:21:02.730Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19022024-10-18T17:21:03.046Z Compiling serde_with_macros v3.11.0
19032024-10-18T17:21:03.622Z Compiling parse-display-derive v0.10.0
19042024-10-18T17:21:03.755Z Compiling colored v2.1.0
19052024-10-18T17:21:03.983Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19062024-10-18T17:21:04.746Z Compiling instant v0.1.13
19072024-10-18T17:21:04.936Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19082024-10-18T17:21:05.063Z Compiling backoff v0.4.0
19092024-10-18T17:21:05.349Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19102024-10-18T17:21:05.443Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19112024-10-18T17:21:05.622Z Compiling serde_with v3.11.0
19122024-10-18T17:21:06.444Z Compiling progenitor v0.8.0
19132024-10-18T17:21:06.715Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19142024-10-18T17:21:07.558Z Compiling parse-display v0.10.0
19152024-10-18T17:21:08.269Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19162024-10-18T17:21:08.842Z Compiling zone_cfg_derive v0.3.0
19172024-10-18T17:21:09.541Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19182024-10-18T17:21:10.005Z Compiling camino-tempfile v1.1.1
19192024-10-18T17:21:10.094Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19202024-10-18T17:21:10.223Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19212024-10-18T17:21:10.293Z Compiling regress v0.9.1
19222024-10-18T17:21:10.426Z Compiling macaddr v1.0.1
19232024-10-18T17:21:10.597Z Compiling num-derive v0.4.2
19242024-10-18T17:21:10.759Z Compiling sigpipe v0.1.3
19252024-10-18T17:21:10.902Z Compiling libefi-sys v0.1.0
19262024-10-18T17:21:11.091Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19272024-10-18T17:21:11.257Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19282024-10-18T17:21:11.453Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19292024-10-18T17:21:12.022Z Compiling zone v0.3.0
19302024-10-18T17:21:12.777Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
19312024-10-18T17:21:14.338Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19322024-10-18T17:21:14.614Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19332024-10-18T17:21:15.235Z Compiling smf v0.2.3
19342024-10-18T17:21:15.435Z Compiling bitfield-struct v0.6.2
19352024-10-18T17:21:16.800Z Compiling blake3 v1.5.4
19362024-10-18T17:21:17.449Z Compiling ring v0.16.20
19372024-10-18T17:21:17.878Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19382024-10-18T17:21:18.910Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19392024-10-18T17:21:19.192Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19402024-10-18T17:21:19.404Z Compiling xattr v1.3.1
19412024-10-18T17:21:19.704Z Compiling filetime v0.2.25
19422024-10-18T17:21:19.721Z Compiling memmap2 v0.9.5
19432024-10-18T17:21:20.076Z Compiling constant_time_eq v0.3.1
19442024-10-18T17:21:20.263Z Compiling spin v0.5.2
19452024-10-18T17:21:20.316Z Compiling arrayvec v0.7.6
19462024-10-18T17:21:20.343Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19472024-10-18T17:21:20.487Z Compiling same-file v1.0.6
19482024-10-18T17:21:20.532Z Compiling arrayref v0.3.9
19492024-10-18T17:21:20.654Z Compiling untrusted v0.7.1
19502024-10-18T17:21:20.802Z Compiling walkdir v2.5.0
19512024-10-18T17:21:20.849Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19522024-10-18T17:21:22.234Z Compiling tar v0.4.42
19532024-10-18T17:21:22.533Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19542024-10-18T17:21:22.970Z Compiling gethostname v0.5.0
19552024-10-18T17:21:23.184Z Compiling cargo-platform v0.1.8
19562024-10-18T17:21:23.393Z Compiling topological-sort v0.2.2
19572024-10-18T17:21:23.521Z Compiling cargo_metadata v0.18.1
19582024-10-18T17:21:26.417Z Compiling omicron-zone-package v0.11.1
19592024-10-18T17:21:29.642Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19602024-10-18T17:21:30.472Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19612024-10-18T17:21:32.013Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19622024-10-18T17:21:52.857Z Finished `release` profile [optimized] target(s) in 4m 40s
19632024-10-18T17:21:53.015Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19642024-10-18T17:21:53.063ZLogging to: /work/oxidecomputer/omicron/out/LOG
19652024-10-18T17:21:53.065ZCreated new build target 'test' and set it as active
19662024-10-18T17:21:53.065Z
19672024-10-18T17:21:53.065Zreal 4:40.550256753
19682024-10-18T17:21:53.065Zuser 31:48.377176201
19692024-10-18T17:21:53.065Zsys 4:00.396733544
19702024-10-18T17:21:53.065Ztrap 0.912098604
19712024-10-18T17:21:53.065Ztflt 3.340267049
19722024-10-18T17:21:53.068Zdflt 0.865624183
19732024-10-18T17:21:53.068Zkflt 0.000488107
19742024-10-18T17:21:53.068Zlock 1:11:30.810330661
19752024-10-18T17:21:53.068Zslp 2:03:08.211426944
19762024-10-18T17:21:53.068Zlat 2:08.537971591
19772024-10-18T17:21:53.068Zstop 3:56.228709404
19782024-10-18T17:21:53.068Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19792024-10-18T17:21:54.081Z Finished `release` profile [optimized] target(s) in 0.96s
19802024-10-18T17:21:54.137Z Running `target/release/omicron-package -t test package`
19812024-10-18T17:21:54.180ZLogging to: /work/oxidecomputer/omicron/out/LOG
19822024-10-18T17:21:55.341Z Compiling convert_case v0.4.0
19832024-10-18T17:21:55.341Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19842024-10-18T17:21:55.343Z Compiling itertools v0.13.0
19852024-10-18T17:21:55.343Z Compiling password-hash v0.5.0
19862024-10-18T17:21:55.343Z Compiling blake2 v0.10.6
19872024-10-18T17:21:55.343Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19882024-10-18T17:21:55.343Z Compiling newline-converter v0.3.0
19892024-10-18T17:21:55.473Z Compiling owo-colors v4.1.0
19902024-10-18T17:21:55.708Z Compiling cancel-safe-futures v0.1.5
19912024-10-18T17:21:55.736Z Compiling expectorate v1.1.0
19922024-10-18T17:21:55.836Z Compiling base64 v0.21.7
19932024-10-18T17:21:56.062Z Compiling argon2 v0.5.3
19942024-10-18T17:21:56.159Z Compiling derive_more v0.99.18
19952024-10-18T17:21:56.717Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
19962024-10-18T17:21:57.295Z Compiling libsw v3.3.1
19972024-10-18T17:21:57.314Z Compiling swrite v0.1.0
19982024-10-18T17:21:57.454Z Compiling indent_write v2.2.0
19992024-10-18T17:21:57.540Z Compiling linear-map v1.2.0
20002024-10-18T17:21:57.616Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20012024-10-18T17:21:57.634Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20022024-10-18T17:21:57.687Z Compiling progenitor-client v0.8.0
20032024-10-18T17:21:57.932Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20042024-10-18T17:21:58.122Z Compiling progenitor v0.8.0
20052024-10-18T17:21:58.378Z Compiling atomicwrites v0.4.4
20062024-10-18T17:21:58.415Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20072024-10-18T17:21:58.704Z Compiling num-rational v0.4.2
20082024-10-18T17:21:59.018Z Compiling num-complex v0.4.6
20092024-10-18T17:21:59.214Z Compiling float-ord v0.3.2
20102024-10-18T17:21:59.386Z Compiling prettyplease v0.2.22
20112024-10-18T17:21:59.709Z Compiling semver v0.1.20
20122024-10-18T17:22:00.147Z Compiling num v0.4.3
20132024-10-18T17:22:00.275Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20142024-10-18T17:22:00.294Z Compiling rustc_version v0.1.7
20152024-10-18T17:22:00.718Z Compiling newtype_derive v0.1.6
20162024-10-18T17:22:01.148Z Compiling humantime v2.1.0
20172024-10-18T17:22:01.192Z Compiling highway v1.2.0
20182024-10-18T17:22:02.134Z Compiling home v0.5.9
20192024-10-18T17:22:02.389Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20202024-10-18T17:22:02.407Z Compiling steno v0.4.1
20212024-10-18T17:22:05.323Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20222024-10-18T17:22:05.642Z Compiling newtype-uuid v1.1.2
20232024-10-18T17:22:06.004Z Compiling ipnetwork v0.20.0
20242024-10-18T17:22:06.177Z Compiling slog-dtrace v0.3.0
20252024-10-18T17:22:06.527Z Compiling instant v0.1.13
20262024-10-18T17:22:06.716Z Compiling backoff v0.4.0
20272024-10-18T17:22:06.809Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20282024-10-18T17:22:06.865Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20292024-10-18T17:22:07.067Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20302024-10-18T17:22:07.232Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20312024-10-18T17:22:07.465Z Compiling parse-display v0.10.0
20322024-10-18T17:22:08.035Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20332024-10-18T17:22:08.229Z Compiling serde_with v3.11.0
20342024-10-18T17:22:12.190Z Compiling strum v0.26.3
20352024-10-18T17:22:12.370Z Compiling regress v0.9.1
20362024-10-18T17:22:12.406Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20372024-10-18T17:22:14.260Z Compiling macaddr v1.0.1
20382024-10-18T17:22:14.895Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20392024-10-18T17:22:16.283Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20402024-10-18T17:22:17.188Z Compiling display-error-chain v0.2.1
20412024-10-18T17:22:17.392Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20422024-10-18T17:22:20.651Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20432024-10-18T17:22:21.761Z Compiling half v2.4.1
20442024-10-18T17:22:22.505Z Compiling ciborium-io v0.2.2
20452024-10-18T17:22:22.659Z Compiling ciborium-ll v0.2.2
20462024-10-18T17:22:23.180Z Compiling tungstenite v0.21.0
20472024-10-18T17:22:24.464Z Compiling tokio-tungstenite v0.21.0
20482024-10-18T17:22:25.095Z Compiling ciborium v0.2.2
20492024-10-18T17:22:25.315Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20502024-10-18T17:22:27.204Z Compiling fastrand v2.1.1
20512024-10-18T17:22:27.705Z Compiling same-file v1.0.6
20522024-10-18T17:22:27.966Z Compiling walkdir v2.5.0
20532024-10-18T17:22:28.618Z Compiling tempfile v3.13.0
20542024-10-18T17:22:29.412Z Compiling ring v0.16.20
20552024-10-18T17:22:31.735Z Compiling blake3 v1.5.4
20562024-10-18T17:22:31.792Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20572024-10-18T17:22:32.225Z Compiling xattr v1.3.1
20582024-10-18T17:22:32.492Z Compiling memmap2 v0.9.5
20592024-10-18T17:22:32.928Z Compiling filetime v0.2.25
20602024-10-18T17:22:33.139Z Compiling keccak v0.1.5
20612024-10-18T17:22:33.235Z Compiling arrayref v0.3.9
20622024-10-18T17:22:33.354Z Compiling untrusted v0.7.1
20632024-10-18T17:22:33.547Z Compiling spin v0.5.2
20642024-10-18T17:22:33.779Z Compiling constant_time_eq v0.3.1
20652024-10-18T17:22:33.940Z Compiling arrayvec v0.7.6
20662024-10-18T17:22:34.273Z Compiling sha3 v0.10.8
20672024-10-18T17:22:35.151Z Compiling tar v0.4.42
20682024-10-18T17:22:35.474Z Compiling camino-tempfile v1.1.1
20692024-10-18T17:22:35.528Z Compiling toolchain_find v0.4.0
20702024-10-18T17:22:35.913Z Compiling nibble_vec v0.1.0
20712024-10-18T17:22:35.998Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20722024-10-18T17:22:36.114Z Compiling endian-type v0.1.2
20732024-10-18T17:22:36.168Z Compiling maplit v1.0.2
20742024-10-18T17:22:36.306Z Compiling radium v0.7.0
20752024-10-18T17:22:36.378Z Compiling topological-sort v0.2.2
20762024-10-18T17:22:36.620Z Compiling crunchy v0.2.2
20772024-10-18T17:22:36.793Z Compiling glob v0.3.1
20782024-10-18T17:22:37.159Z Compiling omicron-zone-package v0.11.1
20792024-10-18T17:22:37.178Z Compiling radix_trie v0.2.1
20802024-10-18T17:22:37.303Z Compiling rustfmt-wrapper v0.2.1
20812024-10-18T17:22:37.582Z Compiling clang-sys v1.8.1
20822024-10-18T17:22:37.585Z Compiling tiny-keccak v2.0.2
20832024-10-18T17:22:37.855Z Compiling maybe-uninit v2.0.0
20842024-10-18T17:22:37.896Z Compiling tap v1.0.1
20852024-10-18T17:22:38.121Z Compiling wyz v0.5.1
20862024-10-18T17:22:38.435Z Compiling dsl_auto_type v0.1.2
20872024-10-18T17:22:38.454Z Compiling scheduled-thread-pool v0.2.7
20882024-10-18T17:22:38.588Z Compiling secrecy v0.8.0
20892024-10-18T17:22:38.690Z Compiling bzip2-sys v0.1.11+1.0.8
20902024-10-18T17:22:38.874Z Compiling diesel_table_macro_syntax v0.2.0
20912024-10-18T17:22:39.211Z Compiling arc-swap v1.7.1
20922024-10-18T17:22:39.255Z Compiling crc-catalog v2.4.0
20932024-10-18T17:22:39.429Z Compiling packed_struct v0.10.1
20942024-10-18T17:22:39.748Z Compiling funty v2.0.0
20952024-10-18T17:22:39.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
20962024-10-18T17:22:39.836Z Compiling diesel_derives v2.2.3
20972024-10-18T17:22:39.905Z Compiling slog-scope v4.4.0
20982024-10-18T17:22:40.142Z Compiling crc v3.2.1
20992024-10-18T17:22:40.411Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21002024-10-18T17:22:40.854Z Compiling r2d2 v0.8.10
21012024-10-18T17:22:41.320Z Compiling bitvec v1.0.1
21022024-10-18T17:22:42.213Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21032024-10-18T17:22:42.395Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21042024-10-18T17:22:42.593Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21052024-10-18T17:22:45.798Z Compiling ascii-canvas v3.0.0
21062024-10-18T17:22:46.299Z Compiling universal-hash v0.5.1
21072024-10-18T17:22:46.545Z Compiling thiserror-impl-no-std v2.0.2
21082024-10-18T17:22:47.245Z Compiling packed_struct_codegen v0.10.1
21092024-10-18T17:22:49.266Z Compiling ena v0.14.3
21102024-10-18T17:22:49.720Z Compiling indexmap v1.9.3
21112024-10-18T17:22:49.833Z Compiling libloading v0.8.5
21122024-10-18T17:22:50.073Z Compiling opaque-debug v0.3.1
21132024-10-18T17:22:50.192Z Compiling bindgen v0.69.5
21142024-10-18T17:22:50.212Z Compiling diff v0.1.13
21152024-10-18T17:22:50.654Z Compiling nodrop v0.1.14
21162024-10-18T17:22:50.780Z Compiling regex-syntax v0.6.29
21172024-10-18T17:22:50.811Z Compiling array-init v0.0.4
21182024-10-18T17:22:51.105Z Compiling diesel v2.2.4
21192024-10-18T17:22:52.069Z Compiling poly1305 v0.8.0
21202024-10-18T17:22:56.062Z Compiling lalrpop v0.19.12
21212024-10-18T17:23:04.099Z Compiling thiserror-no-std v2.0.2
21222024-10-18T17:23:04.421Z Compiling smallvec v0.6.14
21232024-10-18T17:23:05.502Z Compiling slog-stdlog v4.1.1
21242024-10-18T17:23:05.952Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21252024-10-18T17:23:06.338Z Compiling which v4.4.2
21262024-10-18T17:23:06.889Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21272024-10-18T17:23:07.064Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21282024-10-18T17:23:07.215Z Compiling chacha20 v0.9.1
21292024-10-18T17:23:07.300Z Compiling cexpr v0.6.0
21302024-10-18T17:23:07.701Z Compiling aead v0.5.2
21312024-10-18T17:23:08.069Z Compiling hashbrown v0.12.3
21322024-10-18T17:23:08.914Z Compiling lazycell v1.3.0
21332024-10-18T17:23:09.105Z Compiling ref-cast v1.0.23
21342024-10-18T17:23:09.403Z Compiling rustc-hash v1.1.0
21352024-10-18T17:23:09.576Z Compiling bitfield v0.14.0
21362024-10-18T17:23:09.596Z Compiling termcolor v1.4.1
21372024-10-18T17:23:09.910Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21382024-10-18T17:23:10.656Z Compiling env_logger v0.10.2
21392024-10-18T17:23:15.118Z Compiling chacha20poly1305 v0.10.1
21402024-10-18T17:23:15.387Z Compiling slog-envlogger v2.2.0
21412024-10-18T17:23:17.918Z Compiling serde-hex v0.1.0
21422024-10-18T17:23:22.348Z Compiling polar-core v0.27.3
21432024-10-18T17:23:22.954Z Compiling bzip2 v0.4.4
21442024-10-18T17:23:23.433Z Compiling vsss-rs v3.3.4
21452024-10-18T17:23:23.620Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21462024-10-18T17:23:23.960Z Compiling ron v0.8.1
21472024-10-18T17:23:25.256Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21482024-10-18T17:23:25.589Z Compiling derive_builder_core v0.20.2
21492024-10-18T17:23:27.300Z Compiling hashbrown v0.13.2
21502024-10-18T17:23:27.753Z Compiling headers-core v0.3.0
21512024-10-18T17:23:27.773Z Compiling fxhash v0.2.1
21522024-10-18T17:23:27.944Z Compiling libxml v0.3.3
21532024-10-18T17:23:28.031Z Compiling ref-cast-impl v1.0.23
21542024-10-18T17:23:28.369Z Compiling crc-any v2.5.0
21552024-10-18T17:23:28.728Z Compiling object v0.30.4
21562024-10-18T17:23:29.305Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21572024-10-18T17:23:29.398Z Compiling headers v0.4.0
21582024-10-18T17:23:29.897Z Compiling derive_builder_macro v0.20.2
21592024-10-18T17:23:30.687Z Compiling samael v0.0.17
21602024-10-18T17:23:32.355Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21612024-10-18T17:23:34.021Z Compiling zip v0.6.6
21622024-10-18T17:23:36.727Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21632024-10-18T17:23:37.642Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21642024-10-18T17:23:37.980Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21652024-10-18T17:23:39.816Z Compiling phf_generator v0.11.2
21662024-10-18T17:23:40.012Z Compiling strum_macros v0.24.3
21672024-10-18T17:23:41.466Z Compiling kstat-rs v0.2.4
21682024-10-18T17:23:41.622Z Compiling async-recursion v1.1.1
21692024-10-18T17:23:42.373Z Compiling unicase v2.7.0
21702024-10-18T17:23:42.713Z Compiling path-slash v0.1.5
21712024-10-18T17:23:42.930Z Compiling indoc v1.0.9
21722024-10-18T17:23:43.038Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21732024-10-18T17:23:43.058Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21742024-10-18T17:23:43.250Z Compiling phf_codegen v0.11.2
21752024-10-18T17:23:43.850Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21762024-10-18T17:23:46.433Z Compiling derive_builder v0.20.2
21772024-10-18T17:23:51.444Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21782024-10-18T17:23:51.463Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21792024-10-18T17:23:51.793Z Compiling pem v3.0.4
21802024-10-18T17:23:52.410Z Compiling http v0.2.12
21812024-10-18T17:23:53.335Z Compiling impl-trait-for-tuples v0.2.2
21822024-10-18T17:23:57.063Z Compiling oso-derive v0.27.3
21832024-10-18T17:23:58.091Z Compiling parse-zoneinfo v0.3.1
21842024-10-18T17:23:58.351Z Compiling libz-sys v1.1.20
21852024-10-18T17:23:59.033Z Compiling quick-xml v0.33.0
21862024-10-18T17:23:59.668Z Compiling diesel-dtrace v0.3.0
21872024-10-18T17:23:59.999Z Compiling parking_lot_core v0.8.6
21882024-10-18T17:24:00.334Z Compiling cfg_aliases v0.1.1
21892024-10-18T17:24:00.367Z Compiling oso v0.27.3
21902024-10-18T17:24:00.453Z Compiling nix v0.28.0
21912024-10-18T17:24:00.694Z Compiling chrono-tz-build v0.4.0
21922024-10-18T17:24:01.238Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
21932024-10-18T17:24:01.861Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
21942024-10-18T17:24:02.825Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
21952024-10-18T17:24:05.973Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
21962024-10-18T17:24:06.286Z Compiling bb8 v0.8.5
21972024-10-18T17:24:06.888Z Compiling const_format_proc_macros v0.2.33
21982024-10-18T17:24:07.247Z Compiling vte_generate_state_changes v0.1.2
21992024-10-18T17:24:07.880Z Compiling buf-list v1.0.3
22002024-10-18T17:24:08.568Z Compiling vte v0.11.1
22012024-10-18T17:24:08.852Z Compiling const_format v0.2.33
22022024-10-18T17:24:10.090Z Compiling async-bb8-diesel v0.2.1
22032024-10-18T17:24:10.170Z Compiling chrono-tz v0.10.0
22042024-10-18T17:24:11.342Z Compiling h2 v0.3.26
22052024-10-18T17:24:11.778Z Compiling http-body v0.4.6
22062024-10-18T17:24:12.534Z Compiling fd-lock v4.0.2
22072024-10-18T17:24:12.788Z Compiling libgit2-sys v0.17.0+1.8.1
22082024-10-18T17:24:13.645Z Compiling pin-project-internal v1.1.6
22092024-10-18T17:24:16.510Z Compiling atty v0.2.14
22102024-10-18T17:24:16.682Z Compiling salty v0.3.0
22112024-10-18T17:24:17.117Z Compiling bytecount v0.6.8
22122024-10-18T17:24:17.427Z Compiling papergrid v0.11.0
22132024-10-18T17:24:18.012Z Compiling pin-project v1.1.6
22142024-10-18T17:24:29.402Z Compiling hyper v0.14.30
22152024-10-18T17:24:30.861Z Compiling parking_lot v0.11.2
22162024-10-18T17:24:39.762Z Compiling strip-ansi-escapes v0.2.0
22172024-10-18T17:24:41.579Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22182024-10-18T17:24:43.527Z Compiling tabled_derive v0.7.0
22192024-10-18T17:24:45.519Z Compiling peg-macros v0.8.4
22202024-10-18T17:24:45.733Z Compiling snafu-derive v0.8.5
22212024-10-18T17:24:46.219Z Compiling sqlparser_derive v0.2.2
22222024-10-18T17:24:47.230Z Compiling unicode_categories v0.1.1
22232024-10-18T17:24:47.621Z Compiling sync_wrapper v0.1.2
22242024-10-18T17:24:48.102Z Compiling nu-ansi-term v0.50.1
22252024-10-18T17:24:48.666Z Compiling peg v0.8.4
22262024-10-18T17:24:48.796Z Compiling reedline v0.35.0
22272024-10-18T17:24:49.317Z Compiling rustyline v14.0.0
22282024-10-18T17:24:50.535Z Compiling snafu v0.8.5
22292024-10-18T17:24:51.807Z Compiling reqwest v0.11.27
22302024-10-18T17:24:52.439Z Compiling sqlformat v0.2.6
22312024-10-18T17:24:53.453Z Compiling sqlparser v0.45.0
22322024-10-18T17:24:59.878Z Compiling tabled v0.15.0
22332024-10-18T17:25:03.221Z Compiling sled v0.34.7
22342024-10-18T17:25:08.486Z Compiling mime_guess v2.0.5
22352024-10-18T17:25:13.801Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22362024-10-18T17:25:13.849Z Compiling hickory-client v0.24.1
22372024-10-18T17:25:19.255Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22382024-10-18T17:25:20.010Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22392024-10-18T17:25:25.900Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22402024-10-18T17:25:26.771Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22412024-10-18T17:25:30.056Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22422024-10-18T17:25:31.568Z Compiling globset v0.4.15
22432024-10-18T17:25:35.743Z Compiling hickory-server v0.24.1
22442024-10-18T17:25:36.240Z Compiling primeorder v0.13.6
22452024-10-18T17:25:36.857Z Compiling olpc-cjson v0.1.4
22462024-10-18T17:25:37.226Z Compiling vergen v8.3.2
22472024-10-18T17:25:37.568Z Compiling bcs v0.1.6
22482024-10-18T17:25:38.500Z Compiling env_filter v0.1.2
22492024-10-18T17:25:39.186Z Compiling cargo-platform v0.1.8
22502024-10-18T17:25:39.710Z Compiling serde_plain v1.0.2
22512024-10-18T17:25:39.830Z Compiling nanorand v0.7.0
22522024-10-18T17:25:39.933Z Compiling memoffset v0.9.1
22532024-10-18T17:25:40.264Z Compiling typed-path v0.7.1
22542024-10-18T17:25:40.457Z Compiling flume v0.11.0
22552024-10-18T17:25:40.513Z Compiling cargo_metadata v0.18.1
22562024-10-18T17:25:41.227Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22572024-10-18T17:25:43.886Z Compiling tough v0.17.1
22582024-10-18T17:25:46.743Z Compiling env_logger v0.11.5
22592024-10-18T17:25:46.949Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22602024-10-18T17:25:48.154Z Compiling p384 v0.13.0
22612024-10-18T17:25:48.236Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22622024-10-18T17:25:54.322Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22632024-10-18T17:25:56.439Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22642024-10-18T17:25:57.768Z Compiling git2 v0.19.0
22652024-10-18T17:25:58.232Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
22662024-10-18T17:26:00.238Z Compiling libsqlite3-sys v0.30.1
22672024-10-18T17:26:00.780Z Compiling lzma-sys v0.1.20
22682024-10-18T17:26:01.475Z Compiling cfg_aliases v0.2.1
22692024-10-18T17:26:01.602Z Compiling rustls v0.21.12
22702024-10-18T17:26:01.930Z Compiling parse-size v1.0.0
22712024-10-18T17:26:02.228Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
22722024-10-18T17:26:02.643Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22732024-10-18T17:26:05.641Z Compiling nix v0.29.0
22742024-10-18T17:26:06.679Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22752024-10-18T17:26:07.041Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22762024-10-18T17:26:08.340Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22772024-10-18T17:26:09.112Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22782024-10-18T17:26:09.795Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
22792024-10-18T17:26:12.680Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22802024-10-18T17:26:13.026Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22812024-10-18T17:26:14.930Z Compiling rustls-webpki v0.101.7
22822024-10-18T17:26:16.795Z Compiling sct v0.7.1
22832024-10-18T17:26:17.125Z Compiling heck v0.3.3
22842024-10-18T17:26:17.259Z Compiling castaway v0.2.3
22852024-10-18T17:26:17.464Z Compiling rand_seeder v0.3.0
22862024-10-18T17:26:17.521Z Compiling csv-core v0.1.11
22872024-10-18T17:26:17.893Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22882024-10-18T17:26:18.388Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22892024-10-18T17:26:18.719Z Compiling http-range v0.1.5
22902024-10-18T17:26:18.985Z Compiling hyper-staticfile v0.10.1
22912024-10-18T17:26:19.334Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
22922024-10-18T17:26:19.564Z Compiling csv v1.3.0
22932024-10-18T17:26:20.115Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
22942024-10-18T17:26:20.359Z Compiling zone_cfg_derive v0.1.2
22952024-10-18T17:26:21.702Z Compiling compact_str v0.8.0
22962024-10-18T17:26:21.965Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
22972024-10-18T17:26:24.358Z Compiling nix v0.27.1
22982024-10-18T17:26:25.899Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22992024-10-18T17:26:27.572Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23002024-10-18T17:26:27.591Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23012024-10-18T17:26:32.134Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23022024-10-18T17:26:34.200Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23032024-10-18T17:26:34.772Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23042024-10-18T17:26:35.119Z Compiling unicode-truncate v1.1.0
23052024-10-18T17:26:35.406Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23062024-10-18T17:26:35.739Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23072024-10-18T17:26:36.070Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23082024-10-18T17:26:36.698Z Compiling hashlink v0.9.1
23092024-10-18T17:26:37.441Z Compiling tungstenite v0.23.0
23102024-10-18T17:26:37.494Z Compiling lru v0.12.5
23112024-10-18T17:26:37.875Z Compiling instability v0.3.2
23122024-10-18T17:26:38.952Z Compiling cassowary v0.3.0
23132024-10-18T17:26:41.472Z Compiling base64 v0.13.1
23142024-10-18T17:26:42.240Z Compiling fallible-iterator v0.3.0
23152024-10-18T17:26:42.612Z Compiling fallible-streaming-iterator v0.1.9
23162024-10-18T17:26:42.914Z Compiling ron v0.7.1
23172024-10-18T17:26:43.067Z Compiling rusqlite v0.32.1
23182024-10-18T17:26:43.174Z Compiling ratatui v0.28.1
23192024-10-18T17:26:48.028Z Compiling tokio-tungstenite v0.23.1
23202024-10-18T17:26:48.209Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23212024-10-18T17:26:48.410Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23222024-10-18T17:26:48.902Z Compiling xz2 v0.1.7
23232024-10-18T17:26:49.655Z Compiling tokio-rustls v0.24.1
23242024-10-18T17:26:55.689Z Compiling zone v0.1.8
23252024-10-18T17:26:57.340Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23262024-10-18T17:27:02.882Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23272024-10-18T17:27:06.889Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23282024-10-18T17:27:07.408Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23292024-10-18T17:27:08.562Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23302024-10-18T17:27:09.179Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23312024-10-18T17:27:10.476Z Compiling rustls-pemfile v1.0.4
23322024-10-18T17:27:10.935Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23332024-10-18T17:27:11.248Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23342024-10-18T17:27:11.267Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23352024-10-18T17:27:11.444Z Compiling signal-hook-tokio v0.3.1
23362024-10-18T17:27:11.673Z Compiling twox-hash v1.6.3
23372024-10-18T17:27:12.697Z Compiling yasna v0.5.2
23382024-10-18T17:27:16.145Z Compiling is_ci v1.2.0
23392024-10-18T17:27:16.193Z Compiling unicode-linebreak v0.1.5
23402024-10-18T17:27:16.265Z Compiling smawk v0.3.2
23412024-10-18T17:27:16.435Z Compiling supports-color v3.0.1
23422024-10-18T17:27:16.550Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23432024-10-18T17:27:16.748Z Compiling textwrap v0.16.1
23442024-10-18T17:27:16.847Z Compiling rcgen v0.12.1
23452024-10-18T17:27:26.645Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23462024-10-18T17:27:27.812Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23472024-10-18T17:27:32.591Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23482024-10-18T17:27:38.116Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23492024-10-18T17:27:38.118Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23502024-10-18T17:27:40.796Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23512024-10-18T17:27:41.386Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23522024-10-18T17:27:43.244Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23532024-10-18T17:27:49.900Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23542024-10-18T17:27:50.240Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
23552024-10-18T17:27:51.789Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23562024-10-18T17:27:57.121Z Compiling fatfs v0.3.6
23572024-10-18T17:27:59.804Z Compiling subprocess v0.2.9
23582024-10-18T17:27:59.960Z Compiling rtoolbox v0.0.2
23592024-10-18T17:28:00.395Z Compiling assert_matches v1.5.0
23602024-10-18T17:28:01.182Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23612024-10-18T17:28:04.615Z Compiling rpassword v7.3.1
23622024-10-18T17:28:05.090Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23632024-10-18T17:28:07.087Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23642024-10-18T17:28:09.038Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23652024-10-18T17:28:15.969Z Compiling tui-tree-widget v0.22.0
23662024-10-18T17:28:16.578Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23672024-10-18T17:28:25.097Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23682024-10-18T17:28:31.864Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23692024-10-18T17:28:32.197Z Compiling uzers v0.12.1
23702024-10-18T17:28:35.396Z Compiling shell-words v1.1.0
23712024-10-18T17:28:35.852Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23722024-10-18T17:28:37.944Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23732024-10-18T17:28:38.392Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23742024-10-18T17:29:06.681Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23752024-10-18T17:29:11.186Z Compiling multimap v0.10.0
23762024-10-18T17:31:16.535Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23772024-10-18T17:31:35.225Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782024-10-18T17:38:05.847Z Finished `release` profile [optimized] target(s) in 16m 11s
23792024-10-18T17:39:05.380Z
23802024-10-18T17:39:05.380Zreal 17:12.160629120
23812024-10-18T17:39:05.380Zuser 1:58:27.182787363
23822024-10-18T17:39:05.381Zsys 5:53.456846221
23832024-10-18T17:39:05.383Ztrap 2.877910602
23842024-10-18T17:39:05.383Ztflt 3.143271590
23852024-10-18T17:39:05.383Zdflt 5.430193793
23862024-10-18T17:39:05.383Zkflt 0.010872952
23872024-10-18T17:39:05.383Zlock 7:13:34.741842040
23882024-10-18T17:39:05.383Zslp 6:14:16.469941544
23892024-10-18T17:39:05.383Zlat 2:53.224815604
23902024-10-18T17:39:05.383Zstop 2:39.651787223
23912024-10-18T17:39:05.383Z+ mapfile -t packages
23922024-10-18T17:39:05.383Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
23932024-10-18T17:39:06.436Z Finished `release` profile [optimized] target(s) in 1.00s
23942024-10-18T17:39:06.499Z Running `target/release/omicron-package -t test list-outputs`
23952024-10-18T17:39:06.546ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962024-10-18T17:39:06.548Z+ ptime -m cargo build --locked --release -p xtask
23972024-10-18T17:39:07.170Z Compiling serde v1.0.210
23982024-10-18T17:39:07.172Z Compiling libc v0.2.159
23992024-10-18T17:39:07.172Z Compiling rustix v0.38.37
24002024-10-18T17:39:07.172Z Compiling serde_json v1.0.128
24012024-10-18T17:39:07.257Z Compiling syn v2.0.79
24022024-10-18T17:39:07.260Z Compiling bitflags v2.6.0
24032024-10-18T17:39:07.625Z Compiling usdt-impl v0.5.0
24042024-10-18T17:39:07.672Z Compiling syn v1.0.109
24052024-10-18T17:39:07.793Z Compiling hashbrown v0.15.0
24062024-10-18T17:39:07.831Z Compiling log v0.4.22
24072024-10-18T17:39:07.933Z Compiling fs-err v2.11.0
24082024-10-18T17:39:08.252Z Compiling anyhow v1.0.89
24092024-10-18T17:39:08.299Z Compiling once_cell v1.20.2
24102024-10-18T17:39:08.759Z Compiling thread-id v4.2.2
24112024-10-18T17:39:09.073Z Compiling indexmap v2.6.0
24122024-10-18T17:39:10.176Z Compiling terminal_size v0.4.0
24132024-10-18T17:39:10.176Z Compiling tempfile v3.13.0
24142024-10-18T17:39:10.402Z Compiling clap_builder v4.5.20
24152024-10-18T17:39:11.095Z Compiling proc-macro-error v1.0.4
24162024-10-18T17:39:12.496Z Compiling tabled_derive v0.7.0
24172024-10-18T17:39:13.801Z Compiling tabled v0.15.0
24182024-10-18T17:39:15.030Z Compiling serde_derive v1.0.210
24192024-10-18T17:39:15.721Z Compiling thiserror-impl v1.0.64
24202024-10-18T17:39:15.755Z Compiling zerocopy-derive v0.7.35
24212024-10-18T17:39:15.932Z Compiling scroll_derive v0.12.0
24222024-10-18T17:39:17.358Z Compiling scroll v0.12.0
24232024-10-18T17:39:17.777Z Compiling zerocopy v0.7.35
24242024-10-18T17:39:17.938Z Compiling goblin v0.8.2
24252024-10-18T17:39:18.569Z Compiling thiserror v1.0.64
24262024-10-18T17:39:18.728Z Compiling pest v2.7.14
24272024-10-18T17:39:19.746Z Compiling clap_derive v4.5.18
24282024-10-18T17:39:21.733Z Compiling pest_meta v2.7.14
24292024-10-18T17:39:23.417Z Compiling pest_generator v2.7.14
24302024-10-18T17:39:25.195Z Compiling clap v4.5.20
24312024-10-18T17:39:25.904Z Compiling pest_derive v2.7.14
24322024-10-18T17:39:26.721Z Compiling dtrace-parser v0.2.0
24332024-10-18T17:39:30.127Z Compiling serde_spanned v0.6.8
24342024-10-18T17:39:30.393Z Compiling toml_datetime v0.6.8
24352024-10-18T17:39:31.096Z Compiling serde_tokenstream v0.2.2
24362024-10-18T17:39:31.190Z Compiling toml_edit v0.22.22
24372024-10-18T17:39:31.665Z Compiling dof v0.3.0
24382024-10-18T17:39:34.388Z Compiling camino v1.1.9
24392024-10-18T17:39:35.368Z Compiling toml v0.8.19
24402024-10-18T17:39:35.779Z Compiling usdt-attr-macro v0.5.0
24412024-10-18T17:39:37.179Z Compiling usdt-macro v0.5.0
24422024-10-18T17:39:37.404Z Compiling semver v1.0.23
24432024-10-18T17:39:38.418Z Compiling cargo-platform v0.1.8
24442024-10-18T17:39:38.914Z Compiling cargo_metadata v0.18.1
24452024-10-18T17:39:39.523Z Compiling usdt v0.5.0
24462024-10-18T17:39:41.001Z Compiling cargo_toml v0.20.5
24472024-10-18T17:39:41.004Z Compiling camino-tempfile v1.1.1
24482024-10-18T17:39:41.808Z Compiling macaddr v1.0.1
24492024-10-18T17:39:52.400Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24502024-10-18T17:40:03.447Z Finished `release` profile [optimized] target(s) in 56.84s
24512024-10-18T17:40:03.550Z
24522024-10-18T17:40:03.552Zreal 56.968793747
24532024-10-18T17:40:03.552Zuser 5:45.487652856
24542024-10-18T17:40:03.552Zsys 31.810123072
24552024-10-18T17:40:03.552Ztrap 0.152654939
24562024-10-18T17:40:03.552Ztflt 0.388239324
24572024-10-18T17:40:03.552Zdflt 0.552020393
24582024-10-18T17:40:03.552Zkflt 0.000000000
24592024-10-18T17:40:03.552Zlock 11:13.788648283
24602024-10-18T17:40:03.552Zslp 16:27.170121504
24612024-10-18T17:40:03.552Zlat 13.909810332
24622024-10-18T17:40:03.552Zstop 15.412052979
24632024-10-18T17:40:03.553Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24642024-10-18T17:40:03.553Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24652024-10-18T17:40:03.553Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24662024-10-18T17:40:03.553Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24672024-10-18T17:40:03.553Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24682024-10-18T17:40:04.453Z Compiling hashbrown v0.14.5
24692024-10-18T17:40:04.573Z Compiling unsafe-libyaml v0.2.11
24702024-10-18T17:40:04.585Z Compiling progenitor-client v0.8.0
24712024-10-18T17:40:04.587Z Compiling ident_case v1.0.1
24722024-10-18T17:40:04.587Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24732024-10-18T17:40:04.587Z Compiling ipnetwork v0.20.0
24742024-10-18T17:40:04.587Z Compiling instant v0.1.13
24752024-10-18T17:40:04.607Z Compiling structmeta-derive v0.3.0
24762024-10-18T17:40:04.752Z Compiling darling_core v0.20.10
24772024-10-18T17:40:04.752Z Compiling newtype-uuid v1.1.2
24782024-10-18T17:40:05.006Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
24792024-10-18T17:40:05.089Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802024-10-18T17:40:05.461Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812024-10-18T17:40:05.494Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24822024-10-18T17:40:05.765Z Compiling regress v0.10.1
24832024-10-18T17:40:05.808Z Compiling regress v0.9.1
24842024-10-18T17:40:05.827Z Compiling backoff v0.4.0
24852024-10-18T17:40:05.923Z Compiling serde_yaml v0.9.34+deprecated
24862024-10-18T17:40:06.165Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24872024-10-18T17:40:06.241Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24882024-10-18T17:40:06.355Z Compiling macaddr v1.0.1
24892024-10-18T17:40:06.420Z Compiling tempfile v3.13.0
24902024-10-18T17:40:06.489Z Compiling proc-macro-crate v1.3.1
24912024-10-18T17:40:06.809Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24922024-10-18T17:40:07.219Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
24932024-10-18T17:40:07.350Z Compiling foreign-types-macros v0.2.3
24942024-10-18T17:40:07.566Z Compiling foreign-types-shared v0.3.1
24952024-10-18T17:40:07.598Z Compiling num_enum_derive v0.5.11
24962024-10-18T17:40:07.654Z Compiling structmeta v0.3.0
24972024-10-18T17:40:07.692Z Compiling heapless v0.8.0
24982024-10-18T17:40:08.114Z Compiling parse-display-derive v0.10.0
24992024-10-18T17:40:08.687Z Compiling foreign-types v0.5.0
25002024-10-18T17:40:08.779Z Compiling proc-macro-error v1.0.4
25012024-10-18T17:40:08.998Z Compiling camino-tempfile v1.1.1
25022024-10-18T17:40:09.463Z Compiling typify-impl v0.2.0
25032024-10-18T17:40:09.488Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25042024-10-18T17:40:10.107Z Compiling num_enum v0.5.11
25052024-10-18T17:40:10.183Z Compiling hash32 v0.3.1
25062024-10-18T17:40:10.268Z Compiling cstr-argument v0.1.2
25072024-10-18T17:40:10.350Z Compiling pretty-hex v0.2.1
25082024-10-18T17:40:10.433Z Compiling crucible-workspace-hack v0.1.0
25092024-10-18T17:40:10.533Z Compiling smoltcp v0.11.0
25102024-10-18T17:40:10.549Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25112024-10-18T17:40:10.758Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25122024-10-18T17:40:10.837Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25132024-10-18T17:40:10.911Z Compiling tabwriter v1.4.0
25142024-10-18T17:40:11.016Z Compiling colored v2.1.0
25152024-10-18T17:40:11.334Z Compiling cobs v0.2.3
25162024-10-18T17:40:11.438Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25172024-10-18T17:40:11.483Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25182024-10-18T17:40:11.631Z Compiling postcard v1.0.10
25192024-10-18T17:40:11.657Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25202024-10-18T17:40:11.803Z Compiling darling_macro v0.20.10
25212024-10-18T17:40:11.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25222024-10-18T17:40:11.905Z Compiling smf v0.2.3
25232024-10-18T17:40:12.224Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25242024-10-18T17:40:12.555Z Compiling zone_cfg_derive v0.3.0
25252024-10-18T17:40:12.613Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25262024-10-18T17:40:12.810Z Compiling darling v0.20.10
25272024-10-18T17:40:12.853Z Compiling parse-display v0.10.0
25282024-10-18T17:40:12.942Z Compiling serde_with_macros v3.11.0
25292024-10-18T17:40:13.046Z Compiling num-derive v0.4.2
25302024-10-18T17:40:13.310Z Compiling sigpipe v0.1.3
25312024-10-18T17:40:13.440Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25322024-10-18T17:40:13.553Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25332024-10-18T17:40:13.780Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25342024-10-18T17:40:14.095Z Compiling zone v0.3.0
25352024-10-18T17:40:14.256Z Compiling universal-hash v0.5.1
25362024-10-18T17:40:14.467Z Compiling opaque-debug v0.3.1
25372024-10-18T17:40:14.573Z Compiling num-rational v0.4.2
25382024-10-18T17:40:14.682Z Compiling password-hash v0.5.0
25392024-10-18T17:40:15.460Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25402024-10-18T17:40:15.697Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25412024-10-18T17:40:15.700Z Compiling num-complex v0.4.6
25422024-10-18T17:40:15.820Z Compiling serde_with v3.11.0
25432024-10-18T17:40:16.332Z Compiling blake2 v0.10.6
25442024-10-18T17:40:16.552Z Compiling aead v0.5.2
25452024-10-18T17:40:16.630Z Compiling keccak v0.1.5
25462024-10-18T17:40:16.649Z Compiling convert_case v0.4.0
25472024-10-18T17:40:16.788Z Compiling argon2 v0.5.3
25482024-10-18T17:40:17.218Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25492024-10-18T17:40:17.611Z Compiling sha3 v0.10.8
25502024-10-18T17:40:17.711Z Compiling num v0.4.3
25512024-10-18T17:40:17.745Z Compiling derive_more v0.99.18
25522024-10-18T17:40:17.830Z Compiling poly1305 v0.8.0
25532024-10-18T17:40:17.888Z Compiling tungstenite v0.21.0
25542024-10-18T17:40:18.665Z Compiling chacha20 v0.9.1
25552024-10-18T17:40:19.129Z Compiling base64 v0.21.7
25562024-10-18T17:40:19.528Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25572024-10-18T17:40:19.549Z Compiling float-ord v0.3.2
25582024-10-18T17:40:19.723Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25592024-10-18T17:40:19.753Z Compiling tokio-tungstenite v0.21.0
25602024-10-18T17:40:19.772Z Compiling semver v0.1.20
25612024-10-18T17:40:19.898Z Compiling same-file v1.0.6
25622024-10-18T17:40:20.081Z Compiling newline-converter v0.3.0
25632024-10-18T17:40:20.167Z Compiling rustc_version v0.1.7
25642024-10-18T17:40:20.226Z Compiling walkdir v2.5.0
25652024-10-18T17:40:20.254Z Compiling primeorder v0.13.6
25662024-10-18T17:40:20.288Z Compiling secrecy v0.8.0
25672024-10-18T17:40:20.454Z Compiling cancel-safe-futures v0.1.5
25682024-10-18T17:40:20.557Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25692024-10-18T17:40:20.718Z Compiling prettyplease v0.2.22
25702024-10-18T17:40:20.786Z Compiling owo-colors v4.1.0
25712024-10-18T17:40:20.826Z Compiling home v0.5.9
25722024-10-18T17:40:20.965Z Compiling newtype_derive v0.1.6
25732024-10-18T17:40:20.999Z Compiling expectorate v1.1.0
25742024-10-18T17:40:21.056Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25752024-10-18T17:40:21.108Z Compiling thiserror-impl-no-std v2.0.2
25762024-10-18T17:40:21.153Z Compiling blake3 v1.5.4
25772024-10-18T17:40:21.184Z Compiling ring v0.16.20
25782024-10-18T17:40:21.298Z Compiling half v2.4.1
25792024-10-18T17:40:21.387Z Compiling unicase v2.7.0
25802024-10-18T17:40:21.451Z Compiling arc-swap v1.7.1
25812024-10-18T17:40:21.704Z Compiling ciborium-io v0.2.2
25822024-10-18T17:40:21.870Z Compiling ciborium-ll v0.2.2
25832024-10-18T17:40:22.134Z Compiling slog-scope v4.4.0
25842024-10-18T17:40:22.153Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25852024-10-18T17:40:22.674Z Compiling polyval v0.6.2
25862024-10-18T17:40:23.112Z Compiling atomicwrites v0.4.4
25872024-10-18T17:40:23.183Z Compiling libsw v3.3.1
25882024-10-18T17:40:23.457Z Compiling memmap2 v0.9.5
25892024-10-18T17:40:23.505Z Compiling untrusted v0.7.1
25902024-10-18T17:40:23.714Z Compiling arrayref v0.3.9
25912024-10-18T17:40:23.831Z Compiling linear-map v1.2.0
25922024-10-18T17:40:23.929Z Compiling spin v0.5.2
25932024-10-18T17:40:24.176Z Compiling salty v0.3.0
25942024-10-18T17:40:24.197Z Compiling libefi-sys v0.1.0
25952024-10-18T17:40:24.446Z Compiling thiserror-no-std v2.0.2
25962024-10-18T17:40:24.492Z Compiling constant_time_eq v0.3.1
25972024-10-18T17:40:24.569Z Compiling parking_lot_core v0.8.6
25982024-10-18T17:40:24.602Z Compiling arrayvec v0.7.6
25992024-10-18T17:40:24.668Z Compiling indent_write v2.2.0
26002024-10-18T17:40:24.715Z Compiling vsss-rs v3.3.4
26012024-10-18T17:40:24.882Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26022024-10-18T17:40:25.158Z Compiling ghash v0.5.1
26032024-10-18T17:40:25.533Z Compiling slog-stdlog v4.1.1
26042024-10-18T17:40:25.552Z Compiling ciborium v0.2.2
26052024-10-18T17:40:25.971Z Compiling toolchain_find v0.4.0
26062024-10-18T17:40:26.231Z Compiling p384 v0.13.0
26072024-10-18T17:40:26.250Z Compiling chacha20poly1305 v0.10.1
26082024-10-18T17:40:26.490Z Compiling itertools v0.13.0
26092024-10-18T17:40:26.675Z Compiling lzma-sys v0.1.20
26102024-10-18T17:40:27.091Z Compiling ctr v0.9.2
26112024-10-18T17:40:27.466Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26122024-10-18T17:40:27.511Z Compiling bitfield-struct v0.6.2
26132024-10-18T17:40:27.808Z Compiling slog-dtrace v0.3.0
26142024-10-18T17:40:27.884Z Compiling topological-sort v0.2.2
26152024-10-18T17:40:28.092Z Compiling highway v1.2.0
26162024-10-18T17:40:28.095Z Compiling typify-macro v0.2.0
26172024-10-18T17:40:28.207Z Compiling omicron-zone-package v0.11.1
26182024-10-18T17:40:28.821Z Compiling aes-gcm v0.10.3
26192024-10-18T17:40:28.852Z Compiling rustfmt-wrapper v0.2.1
26202024-10-18T17:40:28.915Z Compiling mime_guess v2.0.5
26212024-10-18T17:40:29.012Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26222024-10-18T17:40:29.117Z Compiling slog-envlogger v2.2.0
26232024-10-18T17:40:29.357Z Compiling steno v0.4.1
26242024-10-18T17:40:29.909Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26252024-10-18T17:40:29.937Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26262024-10-18T17:40:30.311Z Compiling heck v0.3.3
26272024-10-18T17:40:30.399Z Compiling ssh-encoding v0.2.0
26282024-10-18T17:40:30.638Z Compiling blowfish v0.9.1
26292024-10-18T17:40:30.773Z Compiling nibble_vec v0.1.0
26302024-10-18T17:40:30.870Z Compiling env_filter v0.1.2
26312024-10-18T17:40:30.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26322024-10-18T17:40:30.979Z Compiling endian-type v0.1.2
26332024-10-18T17:40:31.080Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26342024-10-18T17:40:31.135Z Compiling humantime v2.1.0
26352024-10-18T17:40:31.206Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26362024-10-18T17:40:31.224Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26372024-10-18T17:40:31.279Z Compiling radix_trie v0.2.1
26382024-10-18T17:40:31.546Z Compiling env_logger v0.11.5
26392024-10-18T17:40:31.618Z Compiling bcrypt-pbkdf v0.10.0
26402024-10-18T17:40:31.682Z Compiling zone_cfg_derive v0.1.2
26412024-10-18T17:40:32.029Z Compiling ssh-cipher v0.2.0
26422024-10-18T17:40:32.275Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26432024-10-18T17:40:32.348Z Compiling parking_lot v0.11.2
26442024-10-18T17:40:32.662Z Compiling typify v0.2.0
26452024-10-18T17:40:32.819Z Compiling progenitor-impl v0.8.0
26462024-10-18T17:40:32.842Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26472024-10-18T17:40:33.273Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26482024-10-18T17:40:33.300Z Compiling gethostname v0.5.0
26492024-10-18T17:40:33.395Z Compiling password-hash v0.4.2
26502024-10-18T17:40:33.520Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26512024-10-18T17:40:33.703Z Compiling fxhash v0.2.1
26522024-10-18T17:40:33.791Z Compiling matches v0.1.10
26532024-10-18T17:40:33.838Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26542024-10-18T17:40:33.896Z Compiling base64 v0.13.1
26552024-10-18T17:40:33.915Z Compiling sled v0.34.7
26562024-10-18T17:40:33.918Z Compiling idna v0.2.3
26572024-10-18T17:40:34.188Z Compiling pbkdf2 v0.11.0
26582024-10-18T17:40:34.296Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26592024-10-18T17:40:34.534Z Compiling ron v0.7.1
26602024-10-18T17:40:34.559Z Compiling xz2 v0.1.7
26612024-10-18T17:40:34.652Z Compiling zone v0.1.8
26622024-10-18T17:40:35.007Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26632024-10-18T17:40:35.056Z Compiling ssh-key v0.6.6
26642024-10-18T17:40:36.240Z Compiling hickory-client v0.24.1
26652024-10-18T17:40:37.183Z Compiling p521 v0.13.3
26662024-10-18T17:40:37.263Z Compiling p256 v0.13.2
26672024-10-18T17:40:37.590Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26682024-10-18T17:40:38.126Z Compiling hickory-server v0.24.1
26692024-10-18T17:40:38.542Z Compiling enum-as-inner v0.5.1
26702024-10-18T17:40:39.333Z Compiling pem v3.0.4
26712024-10-18T17:40:39.512Z Compiling yasna v0.5.2
26722024-10-18T17:40:39.714Z Compiling headers-core v0.3.0
26732024-10-18T17:40:39.889Z Compiling kstat-rs v0.2.4
26742024-10-18T17:40:40.127Z Compiling nanorand v0.7.0
26752024-10-18T17:40:40.501Z Compiling atty v0.2.14
26762024-10-18T17:40:40.644Z Compiling russh-cryptovec v0.7.3
26772024-10-18T17:40:40.647Z Compiling http-range v0.1.5
26782024-10-18T17:40:40.680Z Compiling progenitor-macro v0.8.0
26792024-10-18T17:40:40.959Z Compiling md5 v0.7.0
26802024-10-18T17:40:41.014Z Compiling glob v0.3.1
26812024-10-18T17:40:41.034Z Compiling hyper-staticfile v0.10.1
26822024-10-18T17:40:41.168Z Compiling flume v0.11.0
26832024-10-18T17:40:41.465Z Compiling russh-keys v0.45.0
26842024-10-18T17:40:41.836Z Compiling rcgen v0.12.1
26852024-10-18T17:40:41.985Z Compiling headers v0.4.0
26862024-10-18T17:40:42.109Z Compiling trust-dns-proto v0.22.0
26872024-10-18T17:40:42.563Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26882024-10-18T17:40:44.232Z Compiling num-bigint v0.4.6
26892024-10-18T17:40:44.644Z Compiling des v0.8.1
26902024-10-18T17:40:44.725Z Compiling subprocess v0.2.9
26912024-10-18T17:40:45.008Z Compiling display-error-chain v0.2.1
26922024-10-18T17:40:45.154Z Compiling hex-literal v0.4.1
26932024-10-18T17:40:45.191Z Compiling dhcproto-macros v0.1.0
26942024-10-18T17:40:45.308Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
26952024-10-18T17:40:45.822Z Compiling internet-checksum v0.2.1
26962024-10-18T17:40:46.197Z Compiling dhcproto v0.12.0
26972024-10-18T17:40:47.347Z Compiling russh v0.45.0
26982024-10-18T17:40:52.233Z Compiling progenitor v0.8.0
26992024-10-18T17:40:52.354Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27002024-10-18T17:40:52.357Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27012024-10-18T17:40:52.357Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27022024-10-18T17:40:52.357Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27032024-10-18T17:40:52.420Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27042024-10-18T17:40:52.456Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27052024-10-18T17:40:52.551Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27062024-10-18T17:40:52.799Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27072024-10-18T17:40:53.834Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27082024-10-18T17:40:57.340Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27092024-10-18T17:40:58.883Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27102024-10-18T17:41:07.735Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27112024-10-18T17:41:07.735Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27122024-10-18T17:41:07.737Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27132024-10-18T17:41:07.737Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27142024-10-18T17:41:10.921Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27152024-10-18T17:41:11.031Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27162024-10-18T17:41:11.926Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27172024-10-18T17:41:11.943Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27182024-10-18T17:41:14.458Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27192024-10-18T17:41:15.644Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27202024-10-18T17:41:16.147Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27212024-10-18T17:41:16.478Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27222024-10-18T17:41:18.217Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27232024-10-18T17:41:19.255Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27242024-10-18T17:41:20.117Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27252024-10-18T17:41:20.211Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27262024-10-18T17:41:20.995Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27272024-10-18T17:41:21.296Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27282024-10-18T17:41:21.616Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292024-10-18T17:41:22.967Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27302024-10-18T17:41:23.399Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27312024-10-18T17:41:24.750Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27322024-10-18T17:41:25.657Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27332024-10-18T17:41:26.821Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27342024-10-18T17:41:27.025Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27352024-10-18T17:41:29.719Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27362024-10-18T17:41:30.105Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27372024-10-18T17:41:37.304Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27382024-10-18T17:41:44.850Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392024-10-18T17:41:46.112Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27402024-10-18T17:42:03.591Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27412024-10-18T17:42:37.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
27422024-10-18T17:42:37.772Z
27432024-10-18T17:42:37.772Zreal 2:34.159054872
27442024-10-18T17:42:37.772Zuser 11:34.303638384
27452024-10-18T17:42:37.772Zsys 2:28.808140476
27462024-10-18T17:42:37.772Ztrap 0.292253114
27472024-10-18T17:42:37.772Ztflt 1.306385456
27482024-10-18T17:42:37.772Zdflt 1.968861629
27492024-10-18T17:42:37.774Zkflt 0.000036722
27502024-10-18T17:42:37.774Zlock 24:09.859603997
27512024-10-18T17:42:37.774Zslp 41:21.557426222
27522024-10-18T17:42:37.774Zlat 30.814816063
27532024-10-18T17:42:37.774Zstop 1:16.399856983
27542024-10-18T17:42:37.774Z+ mkdir tests
27552024-10-18T17:42:37.777Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27562024-10-18T17:42:37.780Z+ xargs -I '{}' -t cp '{}' tests/
27572024-10-18T17:42:39.137Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ef5e66644eb2da15 tests/
27582024-10-18T17:42:39.160Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-86df48df95540869 tests/
27592024-10-18T17:42:39.187Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-949d772590f227a9 tests/
27602024-10-18T17:42:39.214Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ffde8ffe4ec6ceca tests/
27612024-10-18T17:42:39.425Z+ 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/*)
27622024-10-18T17:42:39.428Z+ 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-86df48df95540869 tests/commtest-949d772590f227a9 tests/dhcp_server-ef5e66644eb2da15 tests/end_to_end_tests-ffde8ffe4ec6ceca 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
27632024-10-18T17:43:44.771ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27642024-10-18T17:43:44.771Za .github/buildomat/ci-env.sh 1K
27652024-10-18T17:43:44.771Za out/target/test 1K
27662024-10-18T17:43:44.771Za out/npuzone/npuzone 23144K
27672024-10-18T17:43:44.771Za package-manifest.toml 32K
27682024-10-18T17:43:44.771Za smf/sled-agent/non-gimlet/config.toml 4K
27692024-10-18T17:43:44.771Za target/release/omicron-package 32867K
27702024-10-18T17:43:44.771Za target/release/xtask 12127K
27712024-10-18T17:43:44.771Za target/debug/bootstrap 197590K
27722024-10-18T17:43:44.771Za tests/bootstrap-86df48df95540869 23995K
27732024-10-18T17:43:44.771Za tests/commtest-949d772590f227a9 24420K
27742024-10-18T17:43:44.771Za tests/dhcp_server-ef5e66644eb2da15 23995K
27752024-10-18T17:43:44.771Za tests/end_to_end_tests-ffde8ffe4ec6ceca 210326K
27762024-10-18T17:43:44.771Za out/clickhouse.tar.gz 244605K
27772024-10-18T17:43:44.771Za out/clickhouse_keeper.tar.gz 244593K
27782024-10-18T17:43:44.771Za out/clickhouse_server.tar.gz 244592K
27792024-10-18T17:43:44.771Za out/cockroachdb.tar.gz 132816K
27802024-10-18T17:43:44.771Za out/crucible-dtrace.tar 82K
27812024-10-18T17:43:44.771Za out/crucible-pantry-zone.tar.gz 26976K
27822024-10-18T17:43:44.771Za out/crucible-zone.tar.gz 35163K
27832024-10-18T17:43:44.772Za out/external-dns.tar.gz 30837K
27842024-10-18T17:43:44.772Za out/internal-dns.tar.gz 30834K
27852024-10-18T17:43:44.772Za out/mg-ddm-gz.tar 62661K
27862024-10-18T17:43:44.772Za out/nexus.tar.gz 94922K
27872024-10-18T17:43:44.772Za out/ntp.tar.gz 9114K
27882024-10-18T17:43:44.772Za out/omicron-gateway-softnpu.tar.gz 21639K
27892024-10-18T17:43:44.772Za out/omicron-sled-agent.tar 103680K
27902024-10-18T17:43:44.772Za out/overlay.tar.gz 3K
27912024-10-18T17:43:44.772Za out/oximeter.tar.gz 46218K
27922024-10-18T17:43:44.772Za out/oxlog.tar 3037K
27932024-10-18T17:43:44.772Za out/probe.tar.gz 2764K
27942024-10-18T17:43:44.772Za out/propolis-server.tar.gz 66490K
27952024-10-18T17:43:44.772Za out/pumpkind-gz.tar 26665K
27962024-10-18T17:43:44.772Za out/switch-softnpu.tar.gz 223116K
27972024-10-18T17:43:44.774Z
27982024-10-18T17:43:44.774Zreal 1:05.334926825
27992024-10-18T17:43:44.775Zuser 1:02.308362927
28002024-10-18T17:43:44.775Zsys 4.239426476
28012024-10-18T17:43:44.775Ztrap 0.016196555
28022024-10-18T17:43:44.775Ztflt 0.000000000
28032024-10-18T17:43:44.775Zdflt 0.000000000
28042024-10-18T17:43:44.775Zkflt 0.000000000
28052024-10-18T17:43:44.775Zlock 0.000000000
28062024-10-18T17:43:44.775Zslp 1:02.209667064
28072024-10-18T17:43:44.775Zlat 1.891140187
28082024-10-18T17:43:44.775Zstop 0.000217383
28092024-10-18T17:43:44.775Zprocess exited: duration 1844134 ms, exit code 0
 
28102024-10-18T17:43:44.788Zfound 1 output files
28112024-10-18T17:43:44.788Zuploading: /work/package.tar.gz (1694381633 bytes)
28122024-10-18T17:44:15.738Zuploaded: /work/package.tar.gz