01J9ZB4NAECV1A6HHYPRD83G2K: 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: 01J9ZB50SAM10GHT9ATZF3VB7M

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-12T03:09:05.965Zjob assigned to worker 01J9ZB57W8PF0VNTSH02YYJZA3 (queued for 1 m 4 s)
 
22024-10-12T03:09:13.595Zstarting task 0: "setup"
32024-10-12T03:09:13.602Z++ uname -s
42024-10-12T03:09:13.604Z+ kern=SunOS
52024-10-12T03:09:13.604Z+ case "$kern" in
62024-10-12T03:09:13.604Z+ groupadd -g 12345 build
72024-10-12T03:09:13.607Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-12T03:09:15.615Z+ zfs create -o mountpoint=/work rpool/work
92024-10-12T03:09:15.768Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-12T03:09:15.771Z+ home_fs=zfs
112024-10-12T03:09:15.771Z+ [[ zfs == autofs ]]
122024-10-12T03:09:15.771Z+ mkdir -p /home/build
132024-10-12T03:09:15.771Z+ chown build:build /home/build /work
142024-10-12T03:09:17.773Z+ chmod 0700 /home/build /work
152024-10-12T03:09:17.776Zprocess exited: duration 4182 ms, exit code 0
 
162024-10-12T03:09:17.781Zstarting task 1: "rust-toolchain"
172024-10-12T03:09:17.787Z+ printf ' * toolchain channel = "%s"
182024-10-12T03:09:17.787Z * toolchain channel = "1.80.1"
192024-10-12T03:09:17.787Z' 1.80.1
202024-10-12T03:09:17.787Z+ printf ' * toolchain profile = "%s"
212024-10-12T03:09:17.787Z * toolchain profile = "default"
222024-10-12T03:09:17.787Z' default
232024-10-12T03:09:17.789Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-12T03:09:17.789Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-12T03:09:17.912Zinfo: downloading installer
262024-10-12T03:09:19.375Zinfo: profile set to 'default'
272024-10-12T03:09:19.375Zinfo: default host triple is x86_64-unknown-illumos
282024-10-12T03:09:19.377Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-12T03:09:19.505Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-12T03:09:19.505Zinfo: downloading component 'cargo'
312024-10-12T03:09:20.170Zinfo: downloading component 'clippy'
322024-10-12T03:09:20.413Zinfo: downloading component 'rust-docs'
332024-10-12T03:09:21.375Zinfo: downloading component 'rust-std'
342024-10-12T03:09:22.681Zinfo: downloading component 'rustc'
352024-10-12T03:09:26.256Zinfo: downloading component 'rustfmt'
362024-10-12T03:09:26.451Zinfo: installing component 'cargo'
372024-10-12T03:09:27.274Zinfo: installing component 'clippy'
382024-10-12T03:09:27.640Zinfo: installing component 'rust-docs'
392024-10-12T03:09:29.246Zinfo: installing component 'rust-std'
402024-10-12T03:09:30.899Zinfo: installing component 'rustc'
412024-10-12T03:09:35.059Zinfo: installing component 'rustfmt'
422024-10-12T03:09:35.398Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-12T03:09:35.398Z
442024-10-12T03:09:35.654Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-12T03:09:35.654Z
462024-10-12T03:09:35.657Z
472024-10-12T03:09:35.657ZRust is installed now. Great!
482024-10-12T03:09:35.657Z
492024-10-12T03:09:35.657ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-12T03:09:35.657Zenvironment variable. This has not been done automatically.
512024-10-12T03:09:35.657Z
522024-10-12T03:09:35.657ZTo configure your current shell, you need to source
532024-10-12T03:09:35.659Zthe corresponding env file under $HOME/.cargo.
542024-10-12T03:09:35.659Z
552024-10-12T03:09:35.659ZThis is usually done by running one of the following (note the leading DOT):
562024-10-12T03:09:35.659Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-12T03:09:35.659Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-12T03:09:35.706Z+ rustc --version
592024-10-12T03:09:35.770Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-12T03:09:35.772Zprocess exited: duration 17987 ms, exit code 0
 
612024-10-12T03:09:35.780Zstarting task 2: "authentication"
622024-10-12T03:09:35.798Zprocess exited: duration 20 ms, exit code 0
 
632024-10-12T03:09:35.805Zstarting task 3: "clone repository"
642024-10-12T03:09:35.808Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-12T03:09:35.810Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-12T03:09:36.058ZCloning into '/work/oxidecomputer/omicron'...
672024-10-12T03:09:43.782Z+ cd /work/oxidecomputer/omicron
682024-10-12T03:09:43.782Z+ git fetch origin 0191ac705312a5c35dad52bab2e8058c8f66307f
692024-10-12T03:09:44.133ZFrom https://github.com/oxidecomputer/omicron
702024-10-12T03:09:44.134Z * branch 0191ac705312a5c35dad52bab2e8058c8f66307f -> FETCH_HEAD
712024-10-12T03:09:44.142Z+ [[ -n renovate/proc-macro2-1.x-lockfile ]]
722024-10-12T03:09:44.145Z++ git branch --show-current
732024-10-12T03:09:44.147Z+ current=main
742024-10-12T03:09:44.147Z+ [[ main != renovate/proc-macro2-1.x-lockfile ]]
752024-10-12T03:09:44.148Z+ git branch -f renovate/proc-macro2-1.x-lockfile 0191ac705312a5c35dad52bab2e8058c8f66307f
762024-10-12T03:09:44.152Z+ git checkout -f renovate/proc-macro2-1.x-lockfile
772024-10-12T03:09:44.317ZSwitched to branch 'renovate/proc-macro2-1.x-lockfile'
782024-10-12T03:09:44.320Z+ git reset --hard 0191ac705312a5c35dad52bab2e8058c8f66307f
792024-10-12T03:09:44.485ZHEAD is now at 0191ac705 Update Rust crate proc-macro2 to v1.0.87
802024-10-12T03:09:44.488Zprocess exited: duration 8682 ms, exit code 0
 
812024-10-12T03:09:44.493Zstarting task 4: "build"
822024-10-12T03:09:44.498Z+ source .github/buildomat/ci-env.sh
832024-10-12T03:09:44.498Z++ export CARGO_TERM_COLOR=always
842024-10-12T03:09:44.498Z++ CARGO_TERM_COLOR=always
852024-10-12T03:09:44.501Z+ cargo --version
862024-10-12T03:09:44.557Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-12T03:09:44.560Z+ rustc --version
882024-10-12T03:09:44.620Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-12T03:09:44.622Z+ WORK=/work
902024-10-12T03:09:44.622Z+ pfexec mkdir -p /work
912024-10-12T03:09:44.627Z+ pfexec chown build /work
922024-10-12T03:09:44.629Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-10-12T03:10:04.432Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-10-12T03:10:07.495Z Startup: Caching catalogs ... Done
952024-10-12T03:10:12.969ZPlanning: Solver setup ... Done (4.749s)
962024-10-12T03:10:13.050ZPlanning: Running solver ... Done (0.072s)
972024-10-12T03:10:13.156ZPlanning: Finding local manifests ... Done (0.047s)
982024-10-12T03:10:13.186ZPlanning: Fetching manifests: 0/5 0% complete
992024-10-12T03:10:16.250ZPlanning: Fetching manifests: 5/5 100% complete
1002024-10-12T03:10:16.472ZPlanning: Package planning ... Done (0.223s)
1012024-10-12T03:10:16.530ZPlanning: Merging actions ... Done (0.058s)
1022024-10-12T03:10:17.104ZPlanning: Checking for conflicting actions ... Done (0.574s)
1032024-10-12T03:10:22.179ZPlanning: Consolidating action changes ... Done (5.073s)
1042024-10-12T03:10:22.632ZPlanning: Evaluating mediators ... Done (0.452s)
1052024-10-12T03:10:22.847ZPlanning: Planning completed in 15.27 seconds
1062024-10-12T03:10:22.862Z Packages to install: 4
1072024-10-12T03:10:22.862Z Packages to update: 1
1082024-10-12T03:10:22.864Z Mediators to change: 2
1092024-10-12T03:10:22.864Z Services to change: 1
1102024-10-12T03:10:22.864Z Estimated space available: 155.71 GB
1112024-10-12T03:10:22.864ZEstimated space to be consumed: 1.57 GB
1122024-10-12T03:10:22.864Z Create boot environment: No
1132024-10-12T03:10:22.864ZCreate backup boot environment: Yes
1142024-10-12T03:10:22.864Z Rebuild boot archive: No
1152024-10-12T03:10:22.864Z
1162024-10-12T03:10:22.864ZChanged mediators:
1172024-10-12T03:10:22.864Z mediator clang:
1182024-10-12T03:10:22.864Z version: None -> 15 (system default)
1192024-10-12T03:10:22.864Z
1202024-10-12T03:10:22.864Z mediator llvm:
1212024-10-12T03:10:22.864Z version: 14 (system default) -> 15 (system default)
1222024-10-12T03:10:22.864Z
1232024-10-12T03:10:22.865ZChanged packages:
1242024-10-12T03:10:22.865Zhelios-dev
1252024-10-12T03:10:22.865Z developer/build-essential
1262024-10-12T03:10:22.865Z None -> 11-2.0
1272024-10-12T03:10:22.865Z library/libxmlsec1
1282024-10-12T03:10:22.865Z None -> 1.2.35-2.0
1292024-10-12T03:10:22.865Z ooce/developer/clang-15
1302024-10-12T03:10:22.865Z None -> 15.0.7-2.0
1312024-10-12T03:10:22.865Z ooce/developer/llvm-15
1322024-10-12T03:10:22.865Z None -> 15.0.7-2.0
1332024-10-12T03:10:22.865Z package/pkg
1342024-10-12T03:10:22.865Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-10-12T03:10:22.865Z
1362024-10-12T03:10:22.865ZServices:
1372024-10-12T03:10:22.865Z restart_fmri:
1382024-10-12T03:10:22.865Z svc:/system/update-man-index:default
1392024-10-12T03:10:22.865Z
1402024-10-12T03:10:22.865ZEditable files to change:
1412024-10-12T03:10:22.865Z Update:
1422024-10-12T03:10:22.865Z usr/share/lib/pkg/web/config.shtml
1432024-10-12T03:10:23.217Z
1442024-10-12T03:10:23.217ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-10-12T03:10:29.644ZDownload: 212/4281 items 1.3/220.6MB 0% complete (441k/s)
1462024-10-12T03:10:34.648ZDownload: 699/4281 items 18.1/220.6MB 8% complete (1.8M/s)
1472024-10-12T03:10:39.652ZDownload: 1075/4281 items 19.7/220.6MB 8% complete (1.9M/s)
1482024-10-12T03:10:46.900ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (6.6M/s)
1492024-10-12T03:10:51.907ZDownload: 1319/4281 items 114.4/220.6MB 51% complete (6.4M/s)
1502024-10-12T03:10:56.971ZDownload: 1543/4281 items 115.4/220.6MB 52% complete (3.5M/s)
1512024-10-12T03:11:02.055ZDownload: 2114/4281 items 118.2/220.6MB 53% complete (382k/s)
1522024-10-12T03:11:12.489ZDownload: 2219/4281 items 118.5/220.6MB 53% complete (379k/s)
1532024-10-12T03:11:27.162ZDownload: 2221/4281 items 118.6/220.6MB 53% complete
1542024-10-12T03:11:32.165ZDownload: 2772/4281 items 120.7/220.6MB 54% complete (433k/s)
1552024-10-12T03:11:38.811ZDownload: 3238/4281 items 202.5/220.6MB 91% complete (8.9M/s)
1562024-10-12T03:11:47.742ZDownload: 3240/4281 items 202.7/220.6MB 91% complete (8.5M/s)
1572024-10-12T03:11:53.904ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (4.9M/s)
1582024-10-12T03:12:00.240ZDownload: 3277/4281 items 209.0/220.6MB 94% complete (791k/s)
1592024-10-12T03:12:06.673ZDownload: 3281/4281 items 209.4/220.6MB 94% complete (812k/s)
1602024-10-12T03:12:19.463ZDownload: 3283/4281 items 210.3/220.6MB 95% complete
1612024-10-12T03:12:24.715ZDownload: 3303/4281 items 212.7/220.6MB 96% complete (6.2M/s)
1622024-10-12T03:12:29.731ZDownload: 3518/4281 items 215.5/220.6MB 97% complete (453k/s)
1632024-10-12T03:12:34.759ZDownload: 3711/4281 items 216.7/220.6MB 98% complete (407k/s)
1642024-10-12T03:12:39.774ZDownload: 3904/4281 items 217.9/220.6MB 98% complete (259k/s)
1652024-10-12T03:12:44.788ZDownload: 4114/4281 items 220.1/220.6MB 99% complete (363k/s)
1662024-10-12T03:12:50.034ZDownload: 4200/4281 items 220.5/220.6MB 99% complete (324k/s)
1672024-10-12T03:12:56.233ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (279k/s)
1682024-10-12T03:12:57.362ZDownload: Completed 220.60 MB in 154.12 seconds (1.4M/s)
1692024-10-12T03:12:58.215Z Actions: 1/5063 actions (Removing old actions)
1702024-10-12T03:12:58.232Z Actions: 194/5063 actions (Installing new actions)
1712024-10-12T03:13:03.240Z Actions: 4091/5063 actions (Installing new actions)
1722024-10-12T03:13:03.512Z Actions: 4226/5063 actions (Updating modified actions)
1732024-10-12T03:13:03.859Z Actions: Completed 5063 actions in 5.64 seconds.
1742024-10-12T03:13:04.053Z Done (0.186s)
1752024-10-12T03:13:04.055Z Done (0.000s)
1762024-10-12T03:13:04.511Z Done (0.457s)
1772024-10-12T03:13:10.407Z Done (5.701s)
1782024-10-12T03:13:10.747Z Done (0.267s)
1792024-10-12T03:13:10.750Z Done (0.000s)
1802024-10-12T03:13:11.037Z Done (0.000s)
1812024-10-12T03:13:11.670ZPlanning: Evaluating mediator changes ... Done
1822024-10-12T03:13:11.830ZPlanning: Checking for conflicting actions ... Done
1832024-10-12T03:13:11.832ZPlanning: Consolidating action changes ... Done
1842024-10-12T03:13:12.095ZPlanning: Evaluating mediators ... Done
1852024-10-12T03:13:12.098ZPlanning: Planning completed in 0.43 seconds
1862024-10-12T03:13:12.134Z Mediators to change: 2
1872024-10-12T03:13:12.134Z Create boot environment: No
1882024-10-12T03:13:12.136ZCreate backup boot environment: No
1892024-10-12T03:13:12.205Z Done
1902024-10-12T03:13:12.205Z Done
1912024-10-12T03:13:12.504Z Done
1922024-10-12T03:13:16.160Z Done
1932024-10-12T03:13:16.257Z Done
1942024-10-12T03:13:16.261Z Done
1952024-10-12T03:13:16.593Z Done
1962024-10-12T03:13:17.218ZPlanning: Evaluating mediator changes ... Done
1972024-10-12T03:13:17.220ZPlanning: Merging actions ... Done
1982024-10-12T03:13:17.413ZPlanning: Checking for conflicting actions ... Done
1992024-10-12T03:13:17.416ZPlanning: Consolidating action changes ... Done
2002024-10-12T03:13:17.682ZPlanning: Evaluating mediators ... Done
2012024-10-12T03:13:17.737ZPlanning: Planning completed in 0.76 seconds
2022024-10-12T03:13:17.777Z Packages to change: 1
2032024-10-12T03:13:17.777Z Mediators to change: 1
2042024-10-12T03:13:17.780Z Services to change: 1
2052024-10-12T03:13:17.780Z Create boot environment: No
2062024-10-12T03:13:17.780ZCreate backup boot environment: Yes
2072024-10-12T03:13:19.745Z Actions: 1/6 actions (Updating modified actions)
2082024-10-12T03:13:19.803Z Actions: Completed 6 actions in 0.06 seconds.
2092024-10-12T03:13:19.805Z Done
2102024-10-12T03:13:19.805Z Done
2112024-10-12T03:13:19.900Z Done
2122024-10-12T03:13:23.510Z Done
2132024-10-12T03:13:23.603Z Done
2142024-10-12T03:13:23.606Z Done
2152024-10-12T03:13:24.327Z Done
2162024-10-12T03:13:24.767ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2172024-10-12T03:13:24.768Zclang system 15 system
2182024-10-12T03:13:24.768Zcsh system system illumos
2192024-10-12T03:13:24.768Zctags system system illumos
2202024-10-12T03:13:24.768Zgcc vendor 12 vendor
2212024-10-12T03:13:24.768Zgcc system 10 system
2222024-10-12T03:13:24.768Zgcc system 7 system
2232024-10-12T03:13:24.768Zgo system 1.20 system
2242024-10-12T03:13:24.768Zgo system 1.19 system
2252024-10-12T03:13:24.768Zllvm system 15 system
2262024-10-12T03:13:24.768Zllvm system 14 system
2272024-10-12T03:13:24.768Zmariadb system 10.6 system
2282024-10-12T03:13:24.768Zmta vendor vendor dma
2292024-10-12T03:13:24.768Zopenjdk system 17 system
2302024-10-12T03:13:24.768Zopenjdk system 11 system
2312024-10-12T03:13:24.769Zopenjdk system 1.8 system
2322024-10-12T03:13:24.769Zopenssl vendor 3 vendor
2332024-10-12T03:13:24.769Zperl system 5.36 system
2342024-10-12T03:13:24.769Zpostgresql system 15 system
2352024-10-12T03:13:24.769Zpostgresql system 13 system
2362024-10-12T03:13:24.769Zpython vendor 3 vendor
2372024-10-12T03:13:24.769Zpython system 2 system
2382024-10-12T03:13:24.769Zpython3 system 3.11 system
2392024-10-12T03:13:24.769Zruby system 3.0 system
2402024-10-12T03:13:24.769Zwords vendor vendor american-english
2412024-10-12T03:13:24.769Zwords system system australian-english
2422024-10-12T03:13:24.769Zwords system system british-english
2432024-10-12T03:13:24.769Zwords system system canadian-english
2442024-10-12T03:13:24.769Zwords system system french
2452024-10-12T03:13:24.769Zwords system system italian
2462024-10-12T03:13:24.769Zwords system system ngerman
2472024-10-12T03:13:24.769Zwords system system ogerman
2482024-10-12T03:13:24.769Zwords system system spanish
2492024-10-12T03:13:25.104ZPUBLISHER TYPE STATUS P LOCATION
2502024-10-12T03:13:25.104Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2512024-10-12T03:13:27.226ZFMRI IFO
2522024-10-12T03:13:27.226Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2532024-10-12T03:13:27.226Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2542024-10-12T03:13:27.226Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2552024-10-12T03:13:27.226Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2562024-10-12T03:13:27.226Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2572024-10-12T03:13:27.226Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2582024-10-12T03:13:27.226Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2592024-10-12T03:13:27.226Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2602024-10-12T03:13:27.226Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2612024-10-12T03:13:27.226Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2622024-10-12T03:13:27.226Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2632024-10-12T03:13:27.226Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2642024-10-12T03:13:27.226Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2652024-10-12T03:13:27.900Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2662024-10-12T03:13:28.163Z Updating crates.io index
2672024-10-12T03:13:28.166Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682024-10-12T03:13:29.054Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2692024-10-12T03:13:29.284Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702024-10-12T03:13:29.601Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712024-10-12T03:13:29.840Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722024-10-12T03:13:30.709Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732024-10-12T03:13:32.849Z Updating git repository `https://github.com/oxidecomputer/opte`
2742024-10-12T03:13:33.913Z Updating git repository `https://github.com/oxidecomputer/falcon`
2752024-10-12T03:13:34.593Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762024-10-12T03:13:34.836Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772024-10-12T03:13:35.260Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2782024-10-12T03:13:35.828Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2792024-10-12T03:13:36.104Z Updating git repository `https://github.com/oxidecomputer/qorb`
2802024-10-12T03:13:36.428Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2812024-10-12T03:13:37.003Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822024-10-12T03:13:37.308Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832024-10-12T03:13:37.561Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842024-10-12T03:13:37.863Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852024-10-12T03:13:38.128Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862024-10-12T03:13:38.442Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2872024-10-12T03:13:38.804Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882024-10-12T03:13:39.136Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2892024-10-12T03:13:39.480Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902024-10-12T03:13:39.816Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912024-10-12T03:13:40.323Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922024-10-12T03:13:40.857Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932024-10-12T03:13:41.258Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942024-10-12T03:13:41.665Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952024-10-12T03:13:41.910Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962024-10-12T03:13:42.162Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972024-10-12T03:13:43.558Z Downloading crates ...
2982024-10-12T03:13:43.678Z Downloaded equivalent v1.0.1
2992024-10-12T03:13:43.681Z Downloaded pretty-hex v0.4.1
3002024-10-12T03:13:43.684Z Downloaded usdt-attr-macro v0.5.0
3012024-10-12T03:13:43.686Z Downloaded anstyle v1.0.8
3022024-10-12T03:13:43.693Z Downloaded scroll_derive v0.12.0
3032024-10-12T03:13:43.701Z Downloaded is_terminal_polyfill v1.70.0
3042024-10-12T03:13:43.705Z Downloaded dtrace-parser v0.2.0
3052024-10-12T03:13:43.707Z Downloaded byteorder v1.5.0
3062024-10-12T03:13:43.707Z Downloaded plain v0.2.3
3072024-10-12T03:13:43.710Z Downloaded pest_generator v2.7.10
3082024-10-12T03:13:43.710Z Downloaded fastrand v2.1.1
3092024-10-12T03:13:43.713Z Downloaded colorchoice v1.0.1
3102024-10-12T03:13:43.713Z Downloaded fs-err v2.11.0
3112024-10-12T03:13:43.715Z Downloaded cargo_metadata v0.18.1
3122024-10-12T03:13:43.717Z Downloaded usdt-macro v0.5.0
3132024-10-12T03:13:43.717Z Downloaded strsim v0.11.1
3142024-10-12T03:13:43.720Z Downloaded cfg-if v1.0.0
3152024-10-12T03:13:43.722Z Downloaded heck v0.4.1
3162024-10-12T03:13:43.722Z Downloaded crypto-common v0.1.6
3172024-10-12T03:13:43.724Z Downloaded autocfg v1.3.0
3182024-10-12T03:13:43.724Z Downloaded anstyle-query v1.0.3
3192024-10-12T03:13:43.727Z Downloaded proc-macro-error-attr v1.0.4
3202024-10-12T03:13:43.727Z Downloaded heck v0.5.0
3212024-10-12T03:13:43.729Z Downloaded errno v0.3.9
3222024-10-12T03:13:43.731Z Downloaded digest v0.10.7
3232024-10-12T03:13:43.732Z Downloaded generic-array v0.14.7
3242024-10-12T03:13:43.734Z Downloaded cpufeatures v0.2.12
3252024-10-12T03:13:43.734Z Downloaded serde_spanned v0.6.7
3262024-10-12T03:13:43.736Z Downloaded bytecount v0.6.8
3272024-10-12T03:13:43.739Z Downloaded macaddr v1.0.1
3282024-10-12T03:13:43.739Z Downloaded dof v0.3.0
3292024-10-12T03:13:43.741Z Downloaded camino-tempfile v1.1.1
3302024-10-12T03:13:43.741Z Downloaded version_check v0.9.5
3312024-10-12T03:13:43.743Z Downloaded thiserror-impl v1.0.64
3322024-10-12T03:13:43.743Z Downloaded itoa v1.0.11
3332024-10-12T03:13:43.747Z Downloaded swrite v0.1.0
3342024-10-12T03:13:43.749Z Downloaded quote v1.0.37
3352024-10-12T03:13:43.752Z Downloaded clap_lex v0.7.0
3362024-10-12T03:13:43.756Z Downloaded fnv v1.0.7
3372024-10-12T03:13:43.760Z Downloaded memmap v0.7.0
3382024-10-12T03:13:43.760Z Downloaded tempfile v3.13.0
3392024-10-12T03:13:43.763Z Downloaded cargo-platform v0.1.8
3402024-10-12T03:13:43.763Z Downloaded clap_derive v4.5.18
3412024-10-12T03:13:43.763Z Downloaded anstyle-parse v0.2.4
3422024-10-12T03:13:43.765Z Downloaded anstream v0.6.14
3432024-10-12T03:13:43.767Z Downloaded block-buffer v0.10.4
3442024-10-12T03:13:43.767Z Downloaded thiserror v1.0.64
3452024-10-12T03:13:43.788Z Downloaded thread-id v4.2.1
3462024-10-12T03:13:43.791Z Downloaded unicode-linebreak v0.1.5
3472024-10-12T03:13:43.791Z Downloaded pest_derive v2.7.10
3482024-10-12T03:13:43.797Z Downloaded serde_tokenstream v0.2.2
3492024-10-12T03:13:43.797Z Downloaded cargo_toml v0.20.5
3502024-10-12T03:13:43.800Z Downloaded terminal_size v0.4.0
3512024-10-12T03:13:43.800Z Downloaded usdt v0.5.0
3522024-10-12T03:13:43.800Z Downloaded tabled_derive v0.7.0
3532024-10-12T03:13:43.800Z Downloaded proc-macro-error v1.0.4
3542024-10-12T03:13:43.803Z Downloaded ryu v1.0.18
3552024-10-12T03:13:43.805Z Downloaded once_cell v1.19.0
3562024-10-12T03:13:43.808Z Downloaded utf8parse v0.2.1
3572024-10-12T03:13:43.809Z Downloaded toml_datetime v0.6.8
3582024-10-12T03:13:43.809Z Downloaded papergrid v0.11.0
3592024-10-12T03:13:43.811Z Downloaded semver v1.0.23
3602024-10-12T03:13:43.814Z Downloaded ucd-trie v0.1.6
3612024-10-12T03:13:43.816Z Downloaded unicode-ident v1.0.13
3622024-10-12T03:13:43.820Z Downloaded textwrap v0.16.1
3632024-10-12T03:13:43.822Z Downloaded serde_derive v1.0.210
3642024-10-12T03:13:43.822Z Downloaded zerocopy-derive v0.7.34
3652024-10-12T03:13:43.826Z Downloaded usdt-impl v0.5.0
3662024-10-12T03:13:43.828Z Downloaded sha2 v0.10.8
3672024-10-12T03:13:43.830Z Downloaded anyhow v1.0.89
3682024-10-12T03:13:43.833Z Downloaded toml v0.8.19
3692024-10-12T03:13:43.836Z Downloaded smawk v0.3.2
3702024-10-12T03:13:43.838Z Downloaded proc-macro2 v1.0.87
3712024-10-12T03:13:43.841Z Downloaded scroll v0.12.0
3722024-10-12T03:13:43.843Z Downloaded typenum v1.17.0
3732024-10-12T03:13:43.846Z Downloaded log v0.4.22
3742024-10-12T03:13:43.846Z Downloaded indexmap v2.5.0
3752024-10-12T03:13:43.849Z Downloaded pest_meta v2.7.10
3762024-10-12T03:13:43.852Z Downloaded serde v1.0.210
3772024-10-12T03:13:43.855Z Downloaded clap v4.5.20
3782024-10-12T03:13:43.863Z Downloaded camino v1.1.9
3792024-10-12T03:13:43.865Z Downloaded bitflags v2.6.0
3802024-10-12T03:13:43.869Z Downloaded memchr v2.7.2
3812024-10-12T03:13:43.874Z Downloaded toml_edit v0.22.22
3822024-10-12T03:13:43.898Z Downloaded pest v2.7.10
3832024-10-12T03:13:43.905Z Downloaded hashbrown v0.14.5
3842024-10-12T03:13:43.912Z Downloaded clap_builder v4.5.20
3852024-10-12T03:13:43.919Z Downloaded zerocopy v0.7.34
3862024-10-12T03:13:43.936Z Downloaded serde_json v1.0.128
3872024-10-12T03:13:43.944Z Downloaded winnow v0.6.18
3882024-10-12T03:13:43.953Z Downloaded goblin v0.8.2
3892024-10-12T03:13:43.959Z Downloaded tabled v0.15.0
3902024-10-12T03:13:43.975Z Downloaded syn v1.0.109
3912024-10-12T03:13:43.986Z Downloaded syn v2.0.79
3922024-10-12T03:13:43.997Z Downloaded unicode-width v0.1.13
3932024-10-12T03:13:44.005Z Downloaded rustix v0.38.37
3942024-10-12T03:13:44.027Z Downloaded libc v0.2.159
3952024-10-12T03:13:44.331Z Compiling proc-macro2 v1.0.87
3962024-10-12T03:13:44.331Z Compiling unicode-ident v1.0.13
3972024-10-12T03:13:44.334Z Compiling version_check v0.9.5
3982024-10-12T03:13:44.334Z Compiling serde v1.0.210
3992024-10-12T03:13:44.334Z Compiling thiserror v1.0.64
4002024-10-12T03:13:44.334Z Compiling memchr v2.7.2
4012024-10-12T03:13:44.334Z Compiling libc v0.2.159
4022024-10-12T03:13:44.334Z Compiling ryu v1.0.18
4032024-10-12T03:13:44.586Z Compiling itoa v1.0.11
4042024-10-12T03:13:44.824Z Compiling ucd-trie v0.1.6
4052024-10-12T03:13:44.844Z Compiling once_cell v1.19.0
4062024-10-12T03:13:45.164Z Compiling byteorder v1.5.0
4072024-10-12T03:13:45.286Z Compiling rustix v0.38.37
4082024-10-12T03:13:45.933Z Compiling serde_json v1.0.128
4092024-10-12T03:13:45.958Z Compiling bitflags v2.6.0
4102024-10-12T03:13:46.022Z Compiling proc-macro-error-attr v1.0.4
4112024-10-12T03:13:46.105Z Compiling usdt-impl v0.5.0
4122024-10-12T03:13:46.314Z Compiling syn v1.0.109
4132024-10-12T03:13:46.337Z Compiling proc-macro-error v1.0.4
4142024-10-12T03:13:46.382Z Compiling plain v0.2.3
4152024-10-12T03:13:46.405Z Compiling camino v1.1.9
4162024-10-12T03:13:46.544Z Compiling hashbrown v0.14.5
4172024-10-12T03:13:46.604Z Compiling log v0.4.22
4182024-10-12T03:13:46.652Z Compiling utf8parse v0.2.1
4192024-10-12T03:13:46.806Z Compiling equivalent v1.0.1
4202024-10-12T03:13:46.923Z Compiling quote v1.0.37
4212024-10-12T03:13:46.977Z Compiling thread-id v4.2.1
4222024-10-12T03:13:47.012Z Compiling anstyle-parse v0.2.4
4232024-10-12T03:13:47.135Z Compiling pretty-hex v0.4.1
4242024-10-12T03:13:47.177Z Compiling errno v0.3.9
4252024-10-12T03:13:47.350Z Compiling syn v2.0.79
4262024-10-12T03:13:47.449Z Compiling winnow v0.6.18
4272024-10-12T03:13:47.489Z Compiling unicode-width v0.1.13
4282024-10-12T03:13:47.604Z Compiling is_terminal_polyfill v1.70.0
4292024-10-12T03:13:47.730Z Compiling colorchoice v1.0.1
4302024-10-12T03:13:47.756Z Compiling indexmap v2.5.0
4312024-10-12T03:13:47.846Z Compiling anstyle-query v1.0.3
4322024-10-12T03:13:47.903Z Compiling autocfg v1.3.0
4332024-10-12T03:13:47.982Z Compiling semver v1.0.23
4342024-10-12T03:13:48.534Z Compiling anstyle v1.0.8
4352024-10-12T03:13:48.910Z Compiling fs-err v2.11.0
4362024-10-12T03:13:49.012Z Compiling anstream v0.6.14
4372024-10-12T03:13:49.204Z Compiling bytecount v0.6.8
4382024-10-12T03:13:49.225Z Compiling heck v0.5.0
4392024-10-12T03:13:49.249Z Compiling fnv v1.0.7
4402024-10-12T03:13:49.430Z Compiling clap_lex v0.7.0
4412024-10-12T03:13:49.762Z Compiling terminal_size v0.4.0
4422024-10-12T03:13:49.789Z Compiling anyhow v1.0.89
4432024-10-12T03:13:49.849Z Compiling strsim v0.11.1
4442024-10-12T03:13:49.971Z Compiling fastrand v2.1.1
4452024-10-12T03:13:49.990Z Compiling cfg-if v1.0.0
4462024-10-12T03:13:50.095Z Compiling heck v0.4.1
4472024-10-12T03:13:50.534Z Compiling tempfile v3.13.0
4482024-10-12T03:13:50.588Z Compiling clap_builder v4.5.20
4492024-10-12T03:13:50.614Z Compiling papergrid v0.11.0
4502024-10-12T03:13:50.941Z Compiling memmap v0.7.0
4512024-10-12T03:13:51.066Z Compiling unicode-linebreak v0.1.5
4522024-10-12T03:13:51.299Z Compiling smawk v0.3.2
4532024-10-12T03:13:51.499Z Compiling textwrap v0.16.1
4542024-10-12T03:13:51.578Z Compiling swrite v0.1.0
4552024-10-12T03:13:52.966Z Compiling tabled_derive v0.7.0
4562024-10-12T03:13:54.586Z Compiling tabled v0.15.0
4572024-10-12T03:13:56.199Z Compiling serde_derive v1.0.210
4582024-10-12T03:13:56.199Z Compiling thiserror-impl v1.0.64
4592024-10-12T03:13:56.202Z Compiling zerocopy-derive v0.7.34
4602024-10-12T03:13:56.202Z Compiling scroll_derive v0.12.0
4612024-10-12T03:13:56.202Z Compiling clap_derive v4.5.18
4622024-10-12T03:13:57.587Z Compiling scroll v0.12.0
4632024-10-12T03:13:57.824Z Compiling zerocopy v0.7.34
4642024-10-12T03:13:58.163Z Compiling goblin v0.8.2
4652024-10-12T03:13:58.804Z Compiling pest v2.7.10
4662024-10-12T03:14:00.205Z Compiling clap v4.5.20
4672024-10-12T03:14:01.018Z Compiling pest_meta v2.7.10
4682024-10-12T03:14:01.831Z Compiling pest_generator v2.7.10
4692024-10-12T03:14:03.605Z Compiling pest_derive v2.7.10
4702024-10-12T03:14:04.299Z Compiling dtrace-parser v0.2.0
4712024-10-12T03:14:06.158Z Compiling toml_datetime v0.6.8
4722024-10-12T03:14:06.158Z Compiling serde_spanned v0.6.7
4732024-10-12T03:14:06.160Z Compiling cargo-platform v0.1.8
4742024-10-12T03:14:06.547Z Compiling serde_tokenstream v0.2.2
4752024-10-12T03:14:06.626Z Compiling toml_edit v0.22.22
4762024-10-12T03:14:06.756Z Compiling macaddr v1.0.1
4772024-10-12T03:14:06.781Z Compiling camino-tempfile v1.1.1
4782024-10-12T03:14:07.600Z Compiling dof v0.3.0
4792024-10-12T03:14:07.600Z Compiling cargo_metadata v0.18.1
4802024-10-12T03:14:09.466Z Compiling toml v0.8.19
4812024-10-12T03:14:09.659Z Compiling usdt-attr-macro v0.5.0
4822024-10-12T03:14:09.662Z Compiling usdt-macro v0.5.0
4832024-10-12T03:14:10.338Z Compiling cargo_toml v0.20.5
4842024-10-12T03:14:11.130Z Compiling usdt v0.5.0
4852024-10-12T03:14:14.244Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862024-10-12T03:14:18.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.80s
4872024-10-12T03:14:18.745Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4882024-10-12T03:14:19.331Z Downloading crates ...
4892024-10-12T03:14:19.463Z Downloaded addr2line v0.21.0
4902024-10-12T03:14:19.470Z Downloaded atomicwrites v0.4.4
4912024-10-12T03:14:19.489Z Downloaded ciborium-io v0.2.2
4922024-10-12T03:14:19.491Z Downloaded cfg_aliases v0.1.1
4932024-10-12T03:14:19.497Z Downloaded cbc v0.1.2
4942024-10-12T03:14:19.500Z Downloaded bcrypt-pbkdf v0.10.0
4952024-10-12T03:14:19.502Z Downloaded httparse v1.8.0
4962024-10-12T03:14:19.507Z Downloaded cassowary v0.3.0
4972024-10-12T03:14:19.510Z Downloaded normalize-line-endings v0.3.0
4982024-10-12T03:14:19.512Z Downloaded crucible-workspace-hack v0.1.0
4992024-10-12T03:14:19.512Z Downloaded bitfield-struct v0.6.1
5002024-10-12T03:14:19.514Z Downloaded nodrop v0.1.14
5012024-10-12T03:14:19.514Z Downloaded async-stream-impl v0.3.5
5022024-10-12T03:14:19.516Z Downloaded bit-vec v0.6.3
5032024-10-12T03:14:19.519Z Downloaded adler2 v2.0.0
5042024-10-12T03:14:19.521Z Downloaded is_ci v1.2.0
5052024-10-12T03:14:19.521Z Downloaded arrayref v0.3.7
5062024-10-12T03:14:19.523Z Downloaded cipher v0.4.4
5072024-10-12T03:14:19.525Z Downloaded cexpr v0.6.0
5082024-10-12T03:14:19.528Z Downloaded data-encoding v2.6.0
5092024-10-12T03:14:19.528Z Downloaded curve25519-dalek-derive v0.1.1
5102024-10-12T03:14:19.531Z Downloaded assert_matches v1.5.0
5112024-10-12T03:14:19.531Z Downloaded block-padding v0.3.3
5122024-10-12T03:14:19.533Z Downloaded ascii-canvas v3.0.0
5132024-10-12T03:14:19.535Z Downloaded async-stream v0.3.5
5142024-10-12T03:14:19.538Z Downloaded newline-converter v0.3.0
5152024-10-12T03:14:19.538Z Downloaded matches v0.1.10
5162024-10-12T03:14:19.540Z Downloaded ctr v0.9.2
5172024-10-12T03:14:19.542Z Downloaded async-recursion v1.1.1
5182024-10-12T03:14:19.545Z Downloaded ident_case v1.0.1
5192024-10-12T03:14:19.547Z Downloaded humantime v2.1.0
5202024-10-12T03:14:19.549Z Downloaded colored v2.1.0
5212024-10-12T03:14:19.552Z Downloaded chacha20 v0.9.1
5222024-10-12T03:14:19.554Z Downloaded crc v3.2.1
5232024-10-12T03:14:19.556Z Downloaded cfg_aliases v0.2.1
5242024-10-12T03:14:19.559Z Downloaded http-range v0.1.5
5252024-10-12T03:14:19.562Z Downloaded http-body v1.0.0
5262024-10-12T03:14:19.562Z Downloaded instability v0.3.2
5272024-10-12T03:14:19.562Z Downloaded hubpack_derive v0.1.1
5282024-10-12T03:14:19.565Z Downloaded darling_macro v0.20.9
5292024-10-12T03:14:19.565Z Downloaded crunchy v0.2.2
5302024-10-12T03:14:19.567Z Downloaded cstr-argument v0.1.2
5312024-10-12T03:14:19.567Z Downloaded backoff v0.4.0
5322024-10-12T03:14:19.569Z Downloaded http-body-util v0.1.2
5332024-10-12T03:14:19.573Z Downloaded newtype-uuid v1.1.2
5342024-10-12T03:14:19.575Z Downloaded indent_write v2.2.0
5352024-10-12T03:14:19.575Z Downloaded maplit v1.0.2
5362024-10-12T03:14:19.577Z Downloaded bitfield v0.14.0
5372024-10-12T03:14:19.580Z Downloaded base64ct v1.6.0
5382024-10-12T03:14:19.584Z Downloaded bit-set v0.5.3
5392024-10-12T03:14:19.586Z Downloaded nanorand v0.7.0
5402024-10-12T03:14:19.587Z Downloaded md-5 v0.10.6
5412024-10-12T03:14:19.589Z Downloaded crc-catalog v2.4.0
5422024-10-12T03:14:19.589Z Downloaded console v0.15.8
5432024-10-12T03:14:19.593Z Downloaded lazycell v1.3.0
5442024-10-12T03:14:19.595Z Downloaded instant v0.1.12
5452024-10-12T03:14:19.597Z Downloaded lru-cache v0.1.2
5462024-10-12T03:14:19.597Z Downloaded libefi-sys v0.1.0
5472024-10-12T03:14:19.599Z Downloaded http-body v0.4.6
5482024-10-12T03:14:19.602Z Downloaded castaway v0.2.3
5492024-10-12T03:14:19.605Z Downloaded mockall v0.13.0
5502024-10-12T03:14:19.605Z Downloaded hubpack v0.1.2
5512024-10-12T03:14:19.607Z Downloaded cookie v0.18.1
5522024-10-12T03:14:19.609Z Downloaded newtype_derive v0.1.6
5532024-10-12T03:14:19.612Z Downloaded async-trait v0.1.83
5542024-10-12T03:14:19.614Z Downloaded convert_case v0.4.0
5552024-10-12T03:14:19.617Z Downloaded is-terminal v0.4.12
5562024-10-12T03:14:19.617Z Downloaded adler v1.0.2
5572024-10-12T03:14:19.619Z Downloaded ciborium-ll v0.2.2
5582024-10-12T03:14:19.622Z Downloaded take_mut v0.2.2
5592024-10-12T03:14:19.622Z Downloaded new_debug_unreachable v1.0.6
5602024-10-12T03:14:19.624Z Downloaded md5 v0.7.0
5612024-10-12T03:14:19.624Z Downloaded match_cfg v0.1.0
5622024-10-12T03:14:19.626Z Downloaded const_format_proc_macros v0.2.33
5632024-10-12T03:14:19.629Z Downloaded array-init v0.0.4
5642024-10-12T03:14:19.632Z Downloaded sync_wrapper v0.1.2
5652024-10-12T03:14:19.632Z Downloaded stable_deref_trait v1.2.0
5662024-10-12T03:14:19.632Z Downloaded salsa20 v0.10.2
5672024-10-12T03:14:19.637Z Downloaded ipnetwork v0.20.0
5682024-10-12T03:14:19.639Z Downloaded atomic-waker v1.1.2
5692024-10-12T03:14:19.639Z Downloaded crossbeam-deque v0.8.5
5702024-10-12T03:14:19.639Z Downloaded async-bb8-diesel v0.2.1
5712024-10-12T03:14:19.642Z Downloaded cobs v0.2.3
5722024-10-12T03:14:19.644Z Downloaded multer v3.1.0
5732024-10-12T03:14:19.647Z Downloaded memmap2 v0.9.4
5742024-10-12T03:14:19.649Z Downloaded libloading v0.8.3
5752024-10-12T03:14:19.652Z Downloaded bzip2 v0.4.4
5762024-10-12T03:14:19.655Z Downloaded derive_builder_macro v0.20.0
5772024-10-12T03:14:19.658Z Downloaded sync_wrapper v1.0.1
5782024-10-12T03:14:19.658Z Downloaded csv-core v0.1.11
5792024-10-12T03:14:19.660Z Downloaded inout v0.1.3
5802024-10-12T03:14:19.661Z Downloaded ahash v0.8.11
5812024-10-12T03:14:19.663Z Downloaded cancel-safe-futures v0.1.5
5822024-10-12T03:14:19.667Z Downloaded libsw v3.3.1
5832024-10-12T03:14:19.669Z Downloaded allocator-api2 v0.2.18
5842024-10-12T03:14:19.673Z Downloaded vte_generate_state_changes v0.1.1
5852024-10-12T03:14:19.676Z Downloaded native-tls v0.2.11
5862024-10-12T03:14:19.678Z Downloaded downcast v0.11.0
5872024-10-12T03:14:19.681Z Downloaded scrypt v0.11.0
5882024-10-12T03:14:19.683Z Downloaded schemars_derive v0.8.21
5892024-10-12T03:14:19.683Z Downloaded crc32fast v1.4.0
5902024-10-12T03:14:19.685Z Downloaded waitgroup v0.1.2
5912024-10-12T03:14:19.688Z Downloaded scopeguard v1.2.0
5922024-10-12T03:14:19.690Z Downloaded memoffset v0.9.1
5932024-10-12T03:14:19.690Z Downloaded sha1 v0.10.6
5942024-10-12T03:14:19.692Z Downloaded base64 v0.13.1
5952024-10-12T03:14:19.696Z Downloaded multimap v0.10.0
5962024-10-12T03:14:19.698Z Downloaded slog-stdlog v4.1.1
5972024-10-12T03:14:19.701Z Downloaded static_assertions v1.1.0
5982024-10-12T03:14:19.701Z Downloaded bcs v0.1.6
5992024-10-12T03:14:19.704Z Downloaded siphasher v0.3.11
6002024-10-12T03:14:19.706Z Downloaded miniz_oxide v0.7.2
6012024-10-12T03:14:19.710Z Downloaded darling_core v0.20.9
6022024-10-12T03:14:19.714Z Downloaded crossbeam-epoch v0.9.18
6032024-10-12T03:14:19.717Z Downloaded hash32 v0.3.1
6042024-10-12T03:14:19.719Z Downloaded opaque-debug v0.3.1
6052024-10-12T03:14:19.722Z Downloaded iana-time-zone v0.1.60
6062024-10-12T03:14:19.724Z Downloaded hmac v0.12.1
6072024-10-12T03:14:19.726Z Downloaded tokio-macros v2.4.0
6082024-10-12T03:14:19.728Z Downloaded tap v1.0.1
6092024-10-12T03:14:19.728Z Downloaded wait-timeout v0.2.0
6102024-10-12T03:14:19.731Z Downloaded crypto-bigint v0.5.5
6112024-10-12T03:14:19.738Z Downloaded blake2 v0.10.6
6122024-10-12T03:14:19.741Z Downloaded rustls-pemfile v1.0.4
6132024-10-12T03:14:19.744Z Downloaded zone v0.3.0
6142024-10-12T03:14:19.747Z Downloaded progenitor-client v0.8.0
6152024-10-12T03:14:19.749Z Downloaded serde-big-array v0.5.1
6162024-10-12T03:14:19.749Z Downloaded darling v0.20.9
6172024-10-12T03:14:19.754Z Downloaded russh-cryptovec v0.7.2
6182024-10-12T03:14:19.757Z Downloaded embedded-io v0.4.0
6192024-10-12T03:14:19.759Z Downloaded crc-any v2.5.0
6202024-10-12T03:14:19.762Z Downloaded ghash v0.5.1
6212024-10-12T03:14:19.762Z Downloaded maybe-uninit v2.0.0
6222024-10-12T03:14:19.764Z Downloaded zone v0.1.8
6232024-10-12T03:14:19.767Z Downloaded nu-ansi-term v0.50.0
6242024-10-12T03:14:19.767Z Downloaded crossbeam-utils v0.8.19
6252024-10-12T03:14:19.770Z Downloaded arc-swap v1.7.1
6262024-10-12T03:14:19.775Z Downloaded clang-sys v1.7.0
6272024-10-12T03:14:19.778Z Downloaded tower-service v0.3.2
6282024-10-12T03:14:19.780Z Downloaded indicatif v0.17.8
6292024-10-12T03:14:19.784Z Downloaded const_format v0.2.33
6302024-10-12T03:14:19.789Z Downloaded pem v3.0.4
6312024-10-12T03:14:19.792Z Downloaded olpc-cjson v0.1.3
6322024-10-12T03:14:19.794Z Downloaded num v0.4.3
6332024-10-12T03:14:19.796Z Downloaded parse-display v0.10.0
6342024-10-12T03:14:19.796Z Downloaded structmeta-derive v0.2.0
6352024-10-12T03:14:19.799Z Downloaded futures-sink v0.3.31
6362024-10-12T03:14:19.799Z Downloaded flagset v0.4.5
6372024-10-12T03:14:19.803Z Downloaded display-error-chain v0.2.1
6382024-10-12T03:14:19.806Z Downloaded rustls-pemfile v2.1.3
6392024-10-12T03:14:19.806Z Downloaded keccak v0.1.5
6402024-10-12T03:14:19.808Z Downloaded untrusted v0.7.1
6412024-10-12T03:14:19.808Z Downloaded serde_repr v0.1.19
6422024-10-12T03:14:19.820Z Downloaded vte v0.11.1
6432024-10-12T03:14:19.823Z Downloaded parse-size v1.0.0
6442024-10-12T03:14:19.827Z Downloaded headers-core v0.3.0
6452024-10-12T03:14:19.827Z Downloaded progenitor v0.8.0
6462024-10-12T03:14:19.830Z Downloaded proc-macro-crate v1.3.1
6472024-10-12T03:14:19.830Z Downloaded getrandom v0.2.14
6482024-10-12T03:14:19.833Z Downloaded env_logger v0.11.5
6492024-10-12T03:14:19.836Z Downloaded crossbeam-channel v0.5.12
6502024-10-12T03:14:19.842Z Downloaded smallvec v0.6.14
6512024-10-12T03:14:19.845Z Downloaded parking_lot_core v0.8.6
6522024-10-12T03:14:19.849Z Downloaded highway v1.2.0
6532024-10-12T03:14:19.852Z Downloaded slog-scope v4.4.0
6542024-10-12T03:14:19.852Z Downloaded difflib v0.4.0
6552024-10-12T03:14:19.857Z Downloaded rayon-core v1.12.1
6562024-10-12T03:14:19.859Z Downloaded backtrace v0.3.71
6572024-10-12T03:14:19.862Z Downloaded precomputed-hash v0.1.1
6582024-10-12T03:14:19.867Z Downloaded hyper-util v0.1.9
6592024-10-12T03:14:19.869Z Downloaded unarray v0.1.4
6602024-10-12T03:14:19.872Z Downloaded glob v0.3.1
6612024-10-12T03:14:19.874Z Downloaded ena v0.14.3
6622024-10-12T03:14:19.874Z Downloaded postgres-types v0.2.8
6632024-10-12T03:14:19.877Z Downloaded time-core v0.1.2
6642024-10-12T03:14:19.880Z Downloaded toolchain_find v0.4.0
6652024-10-12T03:14:19.882Z Downloaded signal-hook-tokio v0.3.1
6662024-10-12T03:14:19.883Z Downloaded toml v0.7.8
6672024-10-12T03:14:19.886Z Downloaded schemars v0.8.21
6682024-10-12T03:14:19.900Z Downloaded pbkdf2 v0.12.2
6692024-10-12T03:14:19.902Z Downloaded unicode-bidi v0.3.15
6702024-10-12T03:14:19.905Z Downloaded term v0.7.0
6712024-10-12T03:14:19.909Z Downloaded omicron-zone-package v0.11.1
6722024-10-12T03:14:19.913Z Downloaded rustc-demangle v0.1.24
6732024-10-12T03:14:19.916Z Downloaded smf v0.2.3
6742024-10-12T03:14:19.919Z Downloaded rustc_version v0.1.7
6752024-10-12T03:14:19.919Z Downloaded rustc-hash v2.0.0
6762024-10-12T03:14:19.921Z Downloaded float-cmp v0.9.0
6772024-10-12T03:14:19.922Z Downloaded http v0.2.12
6782024-10-12T03:14:19.926Z Downloaded serde-hex v0.1.0
6792024-10-12T03:14:19.929Z Downloaded strum_macros v0.24.3
6802024-10-12T03:14:19.931Z Downloaded semver v0.1.20
6812024-10-12T03:14:19.931Z Downloaded num_threads v0.1.7
6822024-10-12T03:14:19.934Z Downloaded termcolor v1.4.1
6832024-10-12T03:14:19.937Z Downloaded similar v2.6.0
6842024-10-12T03:14:19.940Z Downloaded number_prefix v0.4.0
6852024-10-12T03:14:19.943Z Downloaded twox-hash v1.6.3
6862024-10-12T03:14:19.945Z Downloaded peg v0.8.4
6872024-10-12T03:14:19.949Z Downloaded slog-term v2.9.1
6882024-10-12T03:14:19.952Z Downloaded rand_core v0.6.4
6892024-10-12T03:14:19.954Z Downloaded predicates v3.1.2
6902024-10-12T03:14:19.957Z Downloaded pin-project v1.1.5
6912024-10-12T03:14:19.972Z Downloaded rpassword v7.3.1
6922024-10-12T03:14:19.976Z Downloaded tinyvec_macros v0.1.1
6932024-10-12T03:14:19.976Z Downloaded sigpipe v0.1.3
6942024-10-12T03:14:19.976Z Downloaded diesel_table_macro_syntax v0.2.0
6952024-10-12T03:14:19.979Z Downloaded secrecy v0.8.0
6962024-10-12T03:14:19.979Z Downloaded psl-types v2.0.11
6972024-10-12T03:14:19.979Z Downloaded whoami v1.5.2
6982024-10-12T03:14:19.982Z Downloaded postgres-protocol v0.6.7
6992024-10-12T03:14:19.985Z Downloaded fallible-streaming-iterator v0.1.9
7002024-10-12T03:14:19.988Z Downloaded zone_cfg_derive v0.3.0
7012024-10-12T03:14:19.988Z Downloaded hash32 v0.2.1
7022024-10-12T03:14:19.990Z Downloaded rustfmt-wrapper v0.2.1
7032024-10-12T03:14:19.990Z Downloaded russh-keys v0.45.0
7042024-10-12T03:14:19.993Z Downloaded snafu-derive v0.8.2
7052024-10-12T03:14:20.010Z Downloaded path-slash v0.1.5
7062024-10-12T03:14:20.010Z Downloaded xattr v1.3.1
7072024-10-12T03:14:20.010Z Downloaded progenitor-impl v0.8.0
7082024-10-12T03:14:20.010Z Downloaded num-rational v0.4.2
7092024-10-12T03:14:20.010Z Downloaded wyz v0.5.1
7102024-10-12T03:14:20.010Z Downloaded elliptic-curve v0.13.8
7112024-10-12T03:14:20.012Z Downloaded rsa v0.9.6
7122024-10-12T03:14:20.015Z Downloaded tar v0.4.42
7132024-10-12T03:14:20.018Z Downloaded strum v0.26.3
7142024-10-12T03:14:20.020Z Downloaded pin-utils v0.1.0
7152024-10-12T03:14:20.022Z Downloaded pkcs5 v0.7.1
7162024-10-12T03:14:20.025Z Downloaded fatfs v0.3.6
7172024-10-12T03:14:20.029Z Downloaded strip-ansi-escapes v0.2.0
7182024-10-12T03:14:20.031Z Downloaded float-ord v0.3.2
7192024-10-12T03:14:20.034Z Downloaded structmeta v0.2.0
7202024-10-12T03:14:20.034Z Downloaded ecdsa v0.16.9
7212024-10-12T03:14:20.036Z Downloaded tls_codec_derive v0.4.1
7222024-10-12T03:14:20.039Z Downloaded thread_local v1.1.8
7232024-10-12T03:14:20.042Z Downloaded rustc-hash v1.1.0
7242024-10-12T03:14:20.042Z Downloaded thiserror-no-std v2.0.2
7252024-10-12T03:14:20.045Z Downloaded progenitor-macro v0.8.0
7262024-10-12T03:14:20.047Z Downloaded hashlink v0.9.1
7272024-10-12T03:14:20.050Z Downloaded predicates-tree v1.0.9
7282024-10-12T03:14:20.053Z Downloaded group v0.13.0
7292024-10-12T03:14:20.053Z Downloaded socket2 v0.4.10
7302024-10-12T03:14:20.057Z Downloaded futures-task v0.3.31
7312024-10-12T03:14:20.057Z Downloaded fallible-iterator v0.3.0
7322024-10-12T03:14:20.060Z Downloaded thiserror-impl-no-std v2.0.2
7332024-10-12T03:14:20.062Z Downloaded foreign-types-shared v0.3.1
7342024-10-12T03:14:20.062Z Downloaded hickory-client v0.24.1
7352024-10-12T03:14:20.065Z Downloaded slab v0.4.9
7362024-10-12T03:14:20.067Z Downloaded tokio-rustls v0.24.1
7372024-10-12T03:14:20.069Z Downloaded dirs-sys-next v0.1.2
7382024-10-12T03:14:20.072Z Downloaded phf v0.11.2
7392024-10-12T03:14:20.074Z Downloaded fxhash v0.2.1
7402024-10-12T03:14:20.074Z Downloaded signal-hook-registry v1.4.2
7412024-10-12T03:14:20.077Z Downloaded signal-hook-mio v0.2.4
7422024-10-12T03:14:20.077Z Downloaded serde_with_macros v3.9.0
7432024-10-12T03:14:20.079Z Downloaded phf_shared v0.10.0
7442024-10-12T03:14:20.082Z Downloaded time-macros v0.2.18
7452024-10-12T03:14:20.084Z Downloaded mio v1.0.2
7462024-10-12T03:14:20.089Z Downloaded base64 v0.21.7
7472024-10-12T03:14:20.094Z Downloaded slog-dtrace v0.3.0
7482024-10-12T03:14:20.097Z Downloaded mio v0.8.11
7492024-10-12T03:14:20.105Z Downloaded rcgen v0.12.1
7502024-10-12T03:14:20.107Z Downloaded strum_macros v0.25.3
7512024-10-12T03:14:20.109Z Downloaded tls_codec v0.4.1
7522024-10-12T03:14:20.111Z Downloaded serde_derive_internals v0.29.1
7532024-10-12T03:14:20.114Z Downloaded endian-type v0.1.2
7542024-10-12T03:14:20.116Z Downloaded deranged v0.3.11
7552024-10-12T03:14:20.116Z Downloaded hickory-server v0.24.1
7562024-10-12T03:14:20.122Z Downloaded half v2.4.1
7572024-10-12T03:14:20.125Z Downloaded form_urlencoded v1.2.1
7582024-10-12T03:14:20.127Z Downloaded stringprep v0.1.4
7592024-10-12T03:14:20.129Z Downloaded peg-runtime v0.8.3
7602024-10-12T03:14:20.132Z Downloaded ed25519-dalek v2.1.1
7612024-10-12T03:14:20.135Z Downloaded ron v0.7.1
7622024-10-12T03:14:20.139Z Downloaded zone_cfg_derive v0.1.2
7632024-10-12T03:14:20.141Z Downloaded futures-macro v0.3.31
7642024-10-12T03:14:20.141Z Downloaded pkg-config v0.3.30
7652024-10-12T03:14:20.143Z Downloaded unicode-segmentation v1.11.0
7662024-10-12T03:14:20.147Z Downloaded peg-macros v0.8.4
7672024-10-12T03:14:20.149Z Downloaded want v0.3.1
7682024-10-12T03:14:20.152Z Downloaded structmeta v0.3.0
7692024-10-12T03:14:20.155Z Downloaded tungstenite v0.21.0
7702024-10-12T03:14:20.158Z Downloaded dsl_auto_type v0.1.2
7712024-10-12T03:14:20.162Z Downloaded ssh-encoding v0.2.0
7722024-10-12T03:14:20.162Z Downloaded rusty-fork v0.3.0
7732024-10-12T03:14:20.165Z Downloaded smallvec v1.13.2
7742024-10-12T03:14:20.165Z Downloaded packed_struct_codegen v0.10.1
7752024-10-12T03:14:20.167Z Downloaded openssl-sys v0.9.103
7762024-10-12T03:14:20.172Z Downloaded num-conv v0.1.0
7772024-10-12T03:14:20.174Z Downloaded tinyvec v1.6.0
7782024-10-12T03:14:20.176Z Downloaded utf-8 v0.7.6
7792024-10-12T03:14:20.179Z Downloaded num-complex v0.4.6
7802024-10-12T03:14:20.181Z Downloaded minimal-lexical v0.2.1
7812024-10-12T03:14:20.185Z Downloaded fallible-iterator v0.2.0
7822024-10-12T03:14:20.188Z Downloaded yasna v0.5.2
7832024-10-12T03:14:20.191Z Downloaded value-bag v1.9.0
7842024-10-12T03:14:20.194Z Downloaded dhcproto v0.12.0
7852024-10-12T03:14:20.197Z Downloaded diff v0.1.13
7862024-10-12T03:14:20.200Z Downloaded tokio-postgres v0.7.12
7872024-10-12T03:14:20.206Z Downloaded globset v0.4.14
7882024-10-12T03:14:20.209Z Downloaded resolv-conf v0.7.0
7892024-10-12T03:14:20.212Z Downloaded ron v0.8.1
7902024-10-12T03:14:20.217Z Downloaded r2d2 v0.8.10
7912024-10-12T03:14:20.220Z Downloaded subtle v2.5.0
7922024-10-12T03:14:20.223Z Downloaded futures-io v0.3.31
7932024-10-12T03:14:20.223Z Downloaded url v2.5.2
7942024-10-12T03:14:20.226Z Downloaded unicode_categories v0.1.1
7952024-10-12T03:14:20.229Z Downloaded walkdir v2.5.0
7962024-10-12T03:14:20.231Z Downloaded tui-tree-widget v0.22.0
7972024-10-12T03:14:20.234Z Downloaded itertools v0.10.5
7982024-10-12T03:14:20.242Z Downloaded rustversion v1.0.17
7992024-10-12T03:14:20.244Z Downloaded rfc6979 v0.4.0
8002024-10-12T03:14:20.247Z Downloaded rand_xorshift v0.3.0
8012024-10-12T03:14:20.247Z Downloaded parse-display-derive v0.10.0
8022024-10-12T03:14:20.249Z Downloaded tokio-tungstenite v0.21.0
8032024-10-12T03:14:20.252Z Downloaded uuid v1.10.0
8042024-10-12T03:14:20.255Z Downloaded nom v7.1.3
8052024-10-12T03:14:20.261Z Downloaded enum-as-inner v0.5.1
8062024-10-12T03:14:20.263Z Downloaded termtree v0.4.1
8072024-10-12T03:14:20.266Z Downloaded flume v0.11.0
8082024-10-12T03:14:20.269Z Downloaded derive_more v0.99.18
8092024-10-12T03:14:20.275Z Downloaded derive-where v1.2.7
8102024-10-12T03:14:20.279Z Downloaded zeroize v1.8.1
8112024-10-12T03:14:20.281Z Downloaded gethostname v0.5.0
8122024-10-12T03:14:20.283Z Downloaded packed_struct v0.10.1
8132024-10-12T03:14:20.286Z Downloaded termios v0.3.3
8142024-10-12T03:14:20.288Z Downloaded env_filter v0.1.2
8152024-10-12T03:14:20.288Z Downloaded heck v0.3.3
8162024-10-12T03:14:20.290Z Downloaded socket2 v0.5.7
8172024-10-12T03:14:20.293Z Downloaded itertools v0.12.1
8182024-10-12T03:14:20.301Z Downloaded aes-gcm v0.10.3
8192024-10-12T03:14:20.305Z Downloaded serde_plain v1.0.2
8202024-10-12T03:14:20.308Z Downloaded polyval v0.6.2
8212024-10-12T03:14:20.310Z Downloaded serde_path_to_error v0.1.16
8222024-10-12T03:14:20.312Z Downloaded unicode-normalization v0.1.23
8232024-10-12T03:14:20.315Z Downloaded enum-as-inner v0.6.0
8242024-10-12T03:14:20.322Z Downloaded hex v0.4.3
8252024-10-12T03:14:20.325Z Downloaded funty v2.0.0
8262024-10-12T03:14:20.325Z Downloaded reqwest v0.11.27
8272024-10-12T03:14:20.330Z Downloaded foreign-types v0.3.2
8282024-10-12T03:14:20.332Z Downloaded string_cache v0.8.7
8292024-10-12T03:14:20.334Z Downloaded try-lock v0.2.5
8302024-10-12T03:14:20.334Z Downloaded spki v0.7.3
8312024-10-12T03:14:20.336Z Downloaded strum_macros v0.26.4
8322024-10-12T03:14:20.339Z Downloaded spin v0.5.2
8332024-10-12T03:14:20.342Z Downloaded zeroize_derive v1.4.2
8342024-10-12T03:14:20.342Z Downloaded pem-rfc7468 v0.7.0
8352024-10-12T03:14:20.345Z Downloaded rustls-pki-types v1.7.0
8362024-10-12T03:14:20.347Z Downloaded dyn-clone v1.0.17
8372024-10-12T03:14:20.350Z Downloaded num-integer v0.1.46
8382024-10-12T03:14:20.353Z Downloaded same-file v1.0.6
8392024-10-12T03:14:20.353Z Downloaded sqlparser_derive v0.2.2
8402024-10-12T03:14:20.355Z Downloaded owo-colors v4.1.0
8412024-10-12T03:14:20.358Z Downloaded password-hash v0.5.0
8422024-10-12T03:14:20.361Z Downloaded shell-words v1.1.0
8432024-10-12T03:14:20.361Z Downloaded shlex v1.3.0
8442024-10-12T03:14:20.364Z Downloaded password-hash v0.4.2
8452024-10-12T03:14:20.366Z Downloaded ed25519 v2.2.3
8462024-10-12T03:14:20.366Z Downloaded sct v0.7.1
8472024-10-12T03:14:20.370Z Downloaded percent-encoding v2.3.1
8482024-10-12T03:14:20.372Z Downloaded poly1305 v0.8.0
8492024-10-12T03:14:20.374Z Downloaded xz2 v0.1.7
8502024-10-12T03:14:20.376Z Downloaded fragile v2.0.0
8512024-10-12T03:14:20.378Z Downloaded tokio-stream v0.1.16
8522024-10-12T03:14:20.384Z Downloaded vsss-rs v3.3.4
8532024-10-12T03:14:20.387Z Downloaded futures-core v0.3.31
8542024-10-12T03:14:20.389Z Downloaded num_enum v0.5.11
8552024-10-12T03:14:20.394Z Downloaded tokio-rustls v0.25.0
8562024-10-12T03:14:20.396Z Downloaded russh v0.45.0
8572024-10-12T03:14:20.403Z Downloaded der_derive v0.7.2
8582024-10-12T03:14:20.405Z Downloaded pbkdf2 v0.11.0
8592024-10-12T03:14:20.408Z Downloaded topological-sort v0.2.2
8602024-10-12T03:14:20.410Z Downloaded futures-executor v0.3.31
8612024-10-12T03:14:20.413Z Downloaded defmt-parser v0.3.4
8622024-10-12T03:14:20.413Z Downloaded defmt-macros v0.3.9
8632024-10-12T03:14:20.416Z Downloaded subprocess v0.2.9
8642024-10-12T03:14:20.418Z Downloaded slog v2.7.0
8652024-10-12T03:14:20.422Z Downloaded env_logger v0.10.2
8662024-10-12T03:14:20.426Z Downloaded zip v0.6.6
8672024-10-12T03:14:20.430Z Downloaded rand_seeder v0.3.0
8682024-10-12T03:14:20.433Z Downloaded test-strategy v0.3.1
8692024-10-12T03:14:20.436Z Downloaded rand_chacha v0.3.1
8702024-10-12T03:14:20.439Z Downloaded x509-cert v0.2.5
8712024-10-12T03:14:20.445Z Downloaded typed-path v0.7.1
8722024-10-12T03:14:20.452Z Downloaded futures-channel v0.3.31
8732024-10-12T03:14:20.454Z Downloaded des v0.8.1
8742024-10-12T03:14:20.457Z Downloaded sqlformat v0.2.6
8752024-10-12T03:14:20.459Z Downloaded tokio-rustls v0.26.0
8762024-10-12T03:14:20.462Z Downloaded hkdf v0.12.4
8772024-10-12T03:14:20.464Z Downloaded signal-hook v0.3.17
8782024-10-12T03:14:20.467Z Downloaded aho-corasick v1.1.3
8792024-10-12T03:14:20.474Z Downloaded paste v1.0.15
8802024-10-12T03:14:20.478Z Downloaded ssh-cipher v0.2.0
8812024-10-12T03:14:20.480Z Downloaded bitvec v1.0.1
8822024-10-12T03:14:20.497Z Downloaded time v0.3.36
8832024-10-12T03:14:20.505Z Downloaded parking_lot v0.11.2
8842024-10-12T03:14:20.508Z Downloaded spin v0.9.8
8852024-10-12T03:14:20.511Z Downloaded futures v0.3.31
8862024-10-12T03:14:20.516Z Downloaded num-traits v0.2.19
8872024-10-12T03:14:20.519Z Downloaded steno v0.4.1
8882024-10-12T03:14:20.524Z Downloaded toml_edit v0.19.15
8892024-10-12T03:14:20.544Z Downloaded serde_yaml v0.9.34+deprecated
8902024-10-12T03:14:20.547Z Downloaded typify v0.2.0
8912024-10-12T03:14:20.550Z Downloaded p256 v0.13.2
8922024-10-12T03:14:20.554Z Downloaded expectorate v1.1.0
8932024-10-12T03:14:20.556Z Downloaded rand v0.8.5
8942024-10-12T03:14:20.561Z Downloaded tokio-util v0.7.12
8952024-10-12T03:14:20.572Z Downloaded heapless v0.8.0
8962024-10-12T03:14:20.574Z Downloaded num-bigint-dig v0.8.4
8972024-10-12T03:14:20.579Z Downloaded heapless v0.7.17
8982024-10-12T03:14:20.583Z Downloaded rustyline v14.0.0
8992024-10-12T03:14:20.589Z Downloaded winnow v0.5.40
9002024-10-12T03:14:20.599Z Downloaded quinn v0.11.5
9012024-10-12T03:14:20.603Z Downloaded der v0.7.9
9022024-10-12T03:14:20.609Z Downloaded rusqlite v0.32.1
9032024-10-12T03:14:20.616Z Downloaded headers v0.4.0
9042024-10-12T03:14:20.623Z Downloaded tracing v0.1.40
9052024-10-12T03:14:20.627Z Downloaded regex v1.10.6
9062024-10-12T03:14:20.643Z Downloaded hyper v0.14.30
9072024-10-12T03:14:20.651Z Downloaded portable-atomic v1.6.0
9082024-10-12T03:14:20.658Z Downloaded publicsuffix v2.2.3
9092024-10-12T03:14:20.660Z Downloaded reedline v0.33.0
9102024-10-12T03:14:20.669Z Downloaded chrono v0.4.38
9112024-10-12T03:14:20.677Z Downloaded h2 v0.4.6
9122024-10-12T03:14:20.685Z Downloaded futures-util v0.3.31
9132024-10-12T03:14:20.699Z Downloaded git2 v0.19.0
9142024-10-12T03:14:20.708Z Downloaded tough v0.17.1
9152024-10-12T03:14:20.717Z Downloaded h2 v0.3.26
9162024-10-12T03:14:20.724Z Downloaded smoltcp v0.9.1
9172024-10-12T03:14:20.736Z Downloaded idna v0.5.0
9182024-10-12T03:14:20.743Z Downloaded salty v0.3.0
9192024-10-12T03:14:20.750Z Downloaded rustls-webpki v0.101.7
9202024-10-12T03:14:20.766Z Downloaded trust-dns-proto v0.22.0
9212024-10-12T03:14:20.779Z Downloaded quick-xml v0.33.0
9222024-10-12T03:14:20.787Z Downloaded quinn-proto v0.11.8
9232024-10-12T03:14:20.794Z Downloaded rustls-webpki v0.102.4
9242024-10-12T03:14:20.814Z Downloaded reqwest v0.12.7
9252024-10-12T03:14:20.823Z Downloaded regex-syntax v0.6.29
9262024-10-12T03:14:20.833Z Downloaded regress v0.10.1
9272024-10-12T03:14:20.842Z Downloaded sqlparser v0.45.0
9282024-10-12T03:14:20.849Z Downloaded object v0.32.2
9292024-10-12T03:14:20.861Z Downloaded webpki-roots v0.26.3
9302024-10-12T03:14:20.865Z Downloaded rayon v1.10.0
9312024-10-12T03:14:20.875Z Downloaded dropshot v0.12.0
9322024-10-12T03:14:20.898Z Downloaded vcpkg v0.2.15
9332024-10-12T03:14:20.941Z Downloaded radix_trie v0.2.1
9342024-10-12T03:14:20.946Z Downloaded openapiv3 v2.0.0
9352024-10-12T03:14:20.960Z Downloaded p384 v0.13.0
9362024-10-12T03:14:20.967Z Downloaded regress v0.9.1
9372024-10-12T03:14:20.978Z Downloaded openssl v0.10.66
9382024-10-12T03:14:20.989Z Downloaded nix v0.29.0
9392024-10-12T03:14:21.002Z Downloaded rustls v0.21.12
9402024-10-12T03:14:21.015Z Downloaded gimli v0.28.1
9412024-10-12T03:14:21.023Z Downloaded rustls v0.22.4
9422024-10-12T03:14:21.037Z Downloaded diesel v2.2.4
9432024-10-12T03:14:21.056Z Downloaded polar-core v0.27.3
9442024-10-12T03:14:21.065Z Downloaded rustls v0.23.10
9452024-10-12T03:14:21.083Z Downloaded hickory-proto v0.24.1
9462024-10-12T03:14:21.098Z Downloaded regex-syntax v0.8.4
9472024-10-12T03:14:21.107Z Downloaded ratatui v0.28.0
9482024-10-12T03:14:21.128Z Downloaded zerocopy-derive v0.6.6
9492024-10-12T03:14:21.138Z Downloaded sled v0.34.7
9502024-10-12T03:14:21.149Z Downloaded bzip2-sys v0.1.11+1.0.8
9512024-10-12T03:14:21.161Z Downloaded petgraph v0.6.5
9522024-10-12T03:14:21.181Z Downloaded csv v1.3.0
9532024-10-12T03:14:21.201Z Downloaded tokio v1.39.3
9542024-10-12T03:14:21.241Z Downloaded smoltcp v0.11.0
9552024-10-12T03:14:21.255Z Downloaded typify-impl v0.2.0
9562024-10-12T03:14:21.270Z Downloaded regex-automata v0.4.6
9572024-10-12T03:14:21.288Z Downloaded encoding_rs v0.8.34
9582024-10-12T03:14:21.312Z Downloaded finl_unicode v1.2.0
9592024-10-12T03:14:21.329Z Downloaded nix v0.27.1
9602024-10-12T03:14:21.337Z Downloaded lzma-sys v0.1.20
9612024-10-12T03:14:21.368Z Downloaded sha3 v0.10.8
9622024-10-12T03:14:21.373Z Downloaded idna v0.4.0
9632024-10-12T03:14:21.380Z Downloaded object v0.30.4
9642024-10-12T03:14:21.390Z Downloaded idna v0.2.3
9652024-10-12T03:14:21.397Z Downloaded bstr v1.9.1
9662024-10-12T03:14:21.409Z Downloaded nix v0.28.0
9672024-10-12T03:14:21.421Z Downloaded lalrpop v0.19.12
9682024-10-12T03:14:21.433Z Downloaded proptest v1.5.0
9692024-10-12T03:14:21.445Z Downloaded curve25519-dalek v4.1.3
9702024-10-12T03:14:21.454Z Downloaded idna v0.3.0
9712024-10-12T03:14:21.461Z Downloaded bindgen v0.69.4
9722024-10-12T03:14:21.469Z Downloaded p521 v0.13.3
9732024-10-12T03:14:21.475Z Downloaded itertools v0.13.0
9742024-10-12T03:14:21.480Z Downloaded samael v0.0.17
9752024-10-12T03:14:21.486Z Downloaded num-bigint v0.4.5
9762024-10-12T03:14:21.491Z Downloaded serde_with v3.9.0
9772024-10-12T03:14:21.500Z Downloaded flate2 v1.0.34
9782024-10-12T03:14:21.505Z Downloaded vergen v8.3.2
9792024-10-12T03:14:21.508Z Downloaded which v4.4.2
9802024-10-12T03:14:21.510Z Downloaded prettyplease v0.2.22
9812024-10-12T03:14:21.513Z Downloaded ring v0.17.8
9822024-10-12T03:14:21.584Z Downloaded oso v0.27.3
9832024-10-12T03:14:21.587Z Downloaded zerocopy v0.6.6
9842024-10-12T03:14:21.590Z Downloaded pkcs8 v0.10.2
9852024-10-12T03:14:21.592Z Downloaded parking_lot v0.12.2
9862024-10-12T03:14:21.595Z Downloaded diesel_derives v2.2.2
9872024-10-12T03:14:21.604Z Downloaded supports-color v3.0.1
9882024-10-12T03:14:21.604Z Downloaded hyper v1.4.1
9892024-10-12T03:14:21.608Z Downloaded num-derive v0.4.2
9902024-10-12T03:14:21.610Z Downloaded dropshot_endpoint v0.12.0
9912024-10-12T03:14:21.613Z Downloaded unsafe-libyaml v0.2.11
9922024-10-12T03:14:21.616Z Downloaded slog-async v2.8.0
9932024-10-12T03:14:21.618Z Downloaded pin-project-lite v0.2.14
9942024-10-12T03:14:21.622Z Downloaded ssh-key v0.6.6
9952024-10-12T03:14:21.628Z Downloaded quick-error v1.2.3
9962024-10-12T03:14:21.631Z Downloaded radium v0.7.0
9972024-10-12T03:14:21.631Z Downloaded quinn-udp v0.5.5
9982024-10-12T03:14:21.633Z Downloaded pkcs1 v0.7.5
9992024-10-12T03:14:21.636Z Downloaded postcard v1.0.8
10002024-10-12T03:14:21.638Z Downloaded hashbrown v0.13.2
10012024-10-12T03:14:21.642Z Downloaded libm v0.2.8
10022024-10-12T03:14:21.650Z Downloaded hickory-resolver v0.24.1
10032024-10-12T03:14:21.654Z Downloaded pin-project-internal v1.1.5
10042024-10-12T03:14:21.657Z Downloaded tokio-tungstenite v0.23.1
10052024-10-12T03:14:21.660Z Downloaded libxml v0.3.3
10062024-10-12T03:14:21.664Z Downloaded blake3 v1.5.1
10072024-10-12T03:14:21.672Z Downloaded hashbrown v0.12.3
10082024-10-12T03:14:21.676Z Downloaded defmt v0.3.8
10092024-10-12T03:14:21.680Z Downloaded tungstenite v0.23.0
10102024-10-12T03:14:21.683Z Downloaded http v1.1.0
10112024-10-12T03:14:21.687Z Downloaded sec1 v0.7.3
10122024-10-12T03:14:21.689Z Downloaded crossterm v0.28.1
10132024-10-12T03:14:21.695Z Downloaded pretty-hex v0.2.1
10142024-10-12T03:14:21.698Z Downloaded oso-derive v0.27.3
10152024-10-12T03:14:21.698Z Downloaded signature v2.2.0
10162024-10-12T03:14:21.700Z Downloaded crossterm v0.27.0
10172024-10-12T03:14:21.705Z Downloaded ppv-lite86 v0.2.17
10182024-10-12T03:14:21.708Z Downloaded snafu v0.8.2
10192024-10-12T03:14:21.713Z Downloaded num_enum_derive v0.5.11
10202024-10-12T03:14:21.715Z Downloaded dirs-next v2.0.0
10212024-10-12T03:14:21.715Z Downloaded tracing-core v0.1.32
10222024-10-12T03:14:21.718Z Downloaded aes v0.8.4
10232024-10-12T03:14:21.721Z Downloaded indexmap v1.9.3
10242024-10-12T03:14:21.724Z Downloaded num-iter v0.1.45
10252024-10-12T03:14:21.726Z Downloaded hex-literal v0.4.1
10262024-10-12T03:14:21.727Z Downloaded untrusted v0.9.0
10272024-10-12T03:14:21.729Z Downloaded universal-hash v0.5.1
10282024-10-12T03:14:21.729Z Downloaded unicode-xid v0.2.4
10292024-10-12T03:14:21.732Z Downloaded unicode-truncate v1.0.0
10302024-10-12T03:14:21.732Z Downloaded unicase v2.7.0
10312024-10-12T03:14:21.735Z Downloaded tokio-native-tls v0.3.1
10322024-10-12T03:14:21.735Z Downloaded predicates-core v1.0.6
10332024-10-12T03:14:21.737Z Downloaded serde_urlencoded v0.7.1
10342024-10-12T03:14:21.739Z Downloaded either v1.13.0
10352024-10-12T03:14:21.739Z Downloaded libgit2-sys v0.17.0+1.8.1
10362024-10-12T03:14:21.800Z Downloaded structmeta-derive v0.3.0
10372024-10-12T03:14:21.802Z Downloaded powerfmt v0.2.0
10382024-10-12T03:14:21.802Z Downloaded fixedbitset v0.4.2
10392024-10-12T03:14:21.805Z Downloaded typify-macro v0.2.0
10402024-10-12T03:14:21.805Z Downloaded tiny-keccak v2.0.2
10412024-10-12T03:14:21.808Z Downloaded phf_shared v0.11.2
10422024-10-12T03:14:21.808Z Downloaded parking_lot_core v0.9.10
10432024-10-12T03:14:21.810Z Downloaded cc v1.0.97
10442024-10-12T03:14:21.813Z Downloaded scheduled-thread-pool v0.2.7
10452024-10-12T03:14:21.815Z Downloaded mockall_derive v0.13.0
10462024-10-12T03:14:21.815Z Downloaded miniz_oxide v0.8.0
10472024-10-12T03:14:21.817Z Downloaded foreign-types-shared v0.1.1
10482024-10-12T03:14:21.820Z Downloaded foreign-types-macros v0.2.3
10492024-10-12T03:14:21.820Z Downloaded foreign-types v0.5.0
10502024-10-12T03:14:21.820Z Downloaded dhcproto-macros v0.1.0
10512024-10-12T03:14:21.820Z Downloaded ff v0.13.0
10522024-10-12T03:14:21.822Z Downloaded uzers v0.11.3
10532024-10-12T03:14:21.825Z Downloaded openssl-probe v0.1.5
10542024-10-12T03:14:21.825Z Downloaded openssl-macros v0.1.1
10552024-10-12T03:14:21.825Z Downloaded slog-json v2.6.1
10562024-10-12T03:14:21.827Z Downloaded slog-envlogger v2.2.0
10572024-10-12T03:14:21.830Z Downloaded filetime v0.2.25
10582024-10-12T03:14:21.830Z Downloaded fd-lock v4.0.2
10592024-10-12T03:14:21.832Z Downloaded derive_builder_core v0.20.0
10602024-10-12T03:14:21.834Z Downloaded derive_builder v0.20.0
10612024-10-12T03:14:21.838Z Downloaded compact_str v0.8.0
10622024-10-12T03:14:21.842Z Downloaded chacha20poly1305 v0.10.1
10632024-10-12T03:14:21.844Z Downloaded ref-cast-impl v1.0.23
10642024-10-12T03:14:21.844Z Downloaded ref-cast v1.0.23
10652024-10-12T03:14:21.847Z Downloaded primeorder v0.13.6
10662024-10-12T03:14:21.850Z Downloaded tracing-attributes v0.1.27
10672024-10-12T03:14:21.850Z Downloaded hyper-rustls v0.27.3
10682024-10-12T03:14:21.853Z Downloaded ipnet v2.10.1
10692024-10-12T03:14:21.858Z Downloaded const-oid v0.9.6
10702024-10-12T03:14:21.858Z Downloaded base64 v0.22.1
10712024-10-12T03:14:21.860Z Downloaded tabwriter v1.4.0
10722024-10-12T03:14:21.863Z Downloaded slog-bunyan v2.5.0
10732024-10-12T03:14:21.863Z Downloaded rustc_version v0.4.0
10742024-10-12T03:14:21.866Z Downloaded bytes v1.7.2
10752024-10-12T03:14:21.869Z Downloaded lazy_static v1.5.0
10762024-10-12T03:14:21.869Z Downloaded blowfish v0.9.1
10772024-10-12T03:14:21.872Z Downloaded arrayvec v0.7.4
10782024-10-12T03:14:21.872Z Downloaded rtoolbox v0.0.2
10792024-10-12T03:14:21.875Z Downloaded mime v0.3.17
10802024-10-12T03:14:21.875Z Downloaded managed v0.8.0
10812024-10-12T03:14:21.878Z Downloaded lru v0.12.3
10822024-10-12T03:14:21.878Z Downloaded lock_api v0.4.12
10832024-10-12T03:14:21.878Z Downloaded linked-hash-map v0.5.6
10842024-10-12T03:14:21.883Z Downloaded jobserver v0.1.32
10852024-10-12T03:14:21.883Z Downloaded hyper-staticfile v0.10.1
10862024-10-12T03:14:21.885Z Downloaded home v0.5.9
10872024-10-12T03:14:21.885Z Downloaded cookie_store v0.21.0
10882024-10-12T03:14:21.888Z Downloaded ciborium v0.2.2
10892024-10-12T03:14:21.891Z Downloaded impl-trait-for-tuples v0.2.2
10902024-10-12T03:14:21.891Z Downloaded hyper-tls v0.6.0
10912024-10-12T03:14:21.894Z Downloaded aead v0.5.2
10922024-10-12T03:14:21.894Z Downloaded nibble_vec v0.1.0
10932024-10-12T03:14:21.897Z Downloaded linear-map v1.2.0
10942024-10-12T03:14:21.897Z Downloaded httpdate v1.0.3
10952024-10-12T03:14:21.897Z Downloaded hostname v0.4.0
10962024-10-12T03:14:21.900Z Downloaded mime_guess v2.0.4
10972024-10-12T03:14:21.900Z Downloaded buf-list v1.0.3
10982024-10-12T03:14:21.903Z Downloaded bb8 v0.8.5
10992024-10-12T03:14:21.905Z Downloaded hostname v0.3.1
11002024-10-12T03:14:21.905Z Downloaded bitflags v1.3.2
11012024-10-12T03:14:21.908Z Downloaded base16ct v0.2.0
11022024-10-12T03:14:21.908Z Downloaded lalrpop-util v0.19.12
11032024-10-12T03:14:21.912Z Downloaded kstat-rs v0.2.4
11042024-10-12T03:14:21.913Z Downloaded internet-checksum v0.2.1
11052024-10-12T03:14:21.913Z Downloaded indoc v1.0.9
11062024-10-12T03:14:21.915Z Downloaded argon2 v0.5.3
11072024-10-12T03:14:21.915Z Downloaded constant_time_eq v0.3.0
11082024-10-12T03:14:21.918Z Downloaded debug-ignore v1.0.5
11092024-10-12T03:14:21.918Z Downloaded atty v0.2.14
11102024-10-12T03:14:22.305Z Downloaded libz-sys v1.1.16
11112024-10-12T03:14:22.536Z Downloaded libsqlite3-sys v0.30.1
11122024-10-12T03:14:22.615Z Downloaded ring v0.16.20
11132024-10-12T03:14:22.791Z Compiling serde v1.0.210
11142024-10-12T03:14:22.793Z Compiling typenum v1.17.0
11152024-10-12T03:14:22.793Z Compiling generic-array v0.14.7
11162024-10-12T03:14:22.794Z Compiling lock_api v0.4.12
11172024-10-12T03:14:22.794Z Compiling subtle v2.5.0
11182024-10-12T03:14:22.794Z Compiling scopeguard v1.2.0
11192024-10-12T03:14:22.960Z Compiling syn v2.0.79
11202024-10-12T03:14:22.987Z Compiling getrandom v0.2.14
11212024-10-12T03:14:23.144Z Compiling value-bag v1.9.0
11222024-10-12T03:14:23.253Z Compiling rand_core v0.6.4
11232024-10-12T03:14:23.340Z Compiling const-oid v0.9.6
11242024-10-12T03:14:23.500Z Compiling jobserver v0.1.32
11252024-10-12T03:14:23.520Z Compiling pin-project-lite v0.2.14
11262024-10-12T03:14:23.645Z Compiling log v0.4.22
11272024-10-12T03:14:23.846Z Compiling smallvec v1.13.2
11282024-10-12T03:14:23.848Z Compiling parking_lot_core v0.9.10
11292024-10-12T03:14:24.065Z Compiling cc v1.0.97
11302024-10-12T03:14:24.303Z Compiling futures-core v0.3.31
11312024-10-12T03:14:24.570Z Compiling signal-hook-registry v1.4.2
11322024-10-12T03:14:24.629Z Compiling cpufeatures v0.2.12
11332024-10-12T03:14:24.740Z Compiling mio v1.0.2
11342024-10-12T03:14:24.759Z Compiling futures-sink v0.3.31
11352024-10-12T03:14:24.924Z Compiling parking_lot v0.12.2
11362024-10-12T03:14:25.123Z Compiling spin v0.9.8
11372024-10-12T03:14:25.466Z Compiling socket2 v0.5.7
11382024-10-12T03:14:25.530Z Compiling slab v0.4.9
11392024-10-12T03:14:25.562Z Compiling ahash v0.8.11
11402024-10-12T03:14:25.865Z Compiling serde_json v1.0.128
11412024-10-12T03:14:25.938Z Compiling futures-channel v0.3.31
11422024-10-12T03:14:26.017Z Compiling futures-task v0.3.31
11432024-10-12T03:14:26.057Z Compiling allocator-api2 v0.2.18
11442024-10-12T03:14:26.223Z Compiling futures-io v0.3.31
11452024-10-12T03:14:26.328Z Compiling tinyvec_macros v0.1.1
11462024-10-12T03:14:26.347Z Compiling pin-utils v0.1.0
11472024-10-12T03:14:26.349Z Compiling libm v0.2.8
11482024-10-12T03:14:26.414Z Compiling tinyvec v1.6.0
11492024-10-12T03:14:26.435Z Compiling num-traits v0.2.19
11502024-10-12T03:14:26.454Z Compiling unicode-bidi v0.3.15
11512024-10-12T03:14:26.548Z Compiling base64ct v1.6.0
11522024-10-12T03:14:26.876Z Compiling ppv-lite86 v0.2.17
11532024-10-12T03:14:26.938Z Compiling flagset v0.4.5
11542024-10-12T03:14:27.147Z Compiling pem-rfc7468 v0.7.0
11552024-10-12T03:14:27.167Z Compiling httparse v1.8.0
11562024-10-12T03:14:27.636Z Compiling rand_chacha v0.3.1
11572024-10-12T03:14:27.655Z Compiling tracing-core v0.1.32
11582024-10-12T03:14:27.871Z Compiling unicode-normalization v0.1.23
11592024-10-12T03:14:27.913Z Compiling percent-encoding v2.3.1
11602024-10-12T03:14:28.110Z Compiling rustls-pki-types v1.7.0
11612024-10-12T03:14:28.253Z Compiling ring v0.17.8
11622024-10-12T03:14:28.279Z Compiling crossbeam-utils v0.8.19
11632024-10-12T03:14:28.917Z Compiling rand v0.8.5
11642024-10-12T03:14:29.001Z Compiling time-core v0.1.2
11652024-10-12T03:14:29.072Z Compiling pkg-config v0.3.30
11662024-10-12T03:14:29.178Z Compiling untrusted v0.9.0
11672024-10-12T03:14:29.356Z Compiling num-conv v0.1.0
11682024-10-12T03:14:29.653Z Compiling vcpkg v0.2.15
11692024-10-12T03:14:29.657Z Compiling powerfmt v0.2.0
11702024-10-12T03:14:29.922Z Compiling time-macros v0.2.18
11712024-10-12T03:14:30.028Z Compiling deranged v0.3.11
11722024-10-12T03:14:30.534Z Compiling atomic-waker v1.1.2
11732024-10-12T03:14:30.730Z Compiling num_threads v0.1.7
11742024-10-12T03:14:30.792Z Compiling form_urlencoded v1.2.1
11752024-10-12T03:14:30.860Z Compiling slog v2.7.0
11762024-10-12T03:14:31.102Z Compiling try-lock v0.2.5
11772024-10-12T03:14:31.194Z Compiling base64 v0.22.1
11782024-10-12T03:14:31.248Z Compiling want v0.3.1
11792024-10-12T03:14:31.436Z Compiling httpdate v1.0.3
11802024-10-12T03:14:31.509Z Compiling rustix v0.38.37
11812024-10-12T03:14:31.755Z Compiling openssl-sys v0.9.103
11822024-10-12T03:14:31.860Z Compiling idna v0.5.0
11832024-10-12T03:14:31.892Z Compiling match_cfg v0.1.0
11842024-10-12T03:14:31.985Z Compiling iana-time-zone v0.1.60
11852024-10-12T03:14:32.388Z Compiling rustversion v1.0.17
11862024-10-12T03:14:32.415Z Compiling tower-service v0.3.2
11872024-10-12T03:14:32.494Z Compiling foreign-types-shared v0.1.1
11882024-10-12T03:14:32.526Z Compiling openssl v0.10.66
11892024-10-12T03:14:32.596Z Compiling foreign-types v0.3.2
11902024-10-12T03:14:32.669Z Compiling url v2.5.2
11912024-10-12T03:14:32.930Z Compiling hostname v0.3.1
11922024-10-12T03:14:32.950Z Compiling time v0.3.36
11932024-10-12T03:14:33.110Z Compiling dirs-sys-next v0.1.2
11942024-10-12T03:14:33.189Z Compiling aho-corasick v1.1.3
11952024-10-12T03:14:33.323Z Compiling syn v1.0.109
11962024-10-12T03:14:33.801Z Compiling regex-syntax v0.8.4
11972024-10-12T03:14:33.947Z Compiling rustls v0.23.10
11982024-10-12T03:14:34.213Z Compiling siphasher v0.3.11
11992024-10-12T03:14:34.374Z Compiling data-encoding v2.6.0
12002024-10-12T03:14:34.469Z Compiling rustls v0.22.4
12012024-10-12T03:14:34.580Z Compiling native-tls v0.2.11
12022024-10-12T03:14:34.825Z Compiling dirs-next v2.0.0
12032024-10-12T03:14:35.024Z Compiling crossbeam-epoch v0.9.18
12042024-10-12T03:14:35.781Z Compiling serde_derive_internals v0.29.1
12052024-10-12T03:14:36.301Z Compiling backtrace v0.3.71
12062024-10-12T03:14:36.654Z Compiling lazy_static v1.5.0
12072024-10-12T03:14:36.761Z Compiling multer v3.1.0
12082024-10-12T03:14:36.778Z Compiling encoding_rs v0.8.34
12092024-10-12T03:14:37.033Z Compiling serde_derive v1.0.210
12102024-10-12T03:14:37.033Z Compiling zeroize_derive v1.4.2
12112024-10-12T03:14:37.946Z Compiling zerocopy-derive v0.7.34
12122024-10-12T03:14:38.377Z Compiling tokio-macros v2.4.0
12132024-10-12T03:14:38.462Z Compiling thiserror-impl v1.0.64
12142024-10-12T03:14:38.589Z Compiling zeroize v1.8.1
12152024-10-12T03:14:39.672Z Compiling futures-macro v0.3.31
12162024-10-12T03:14:39.980Z Compiling der_derive v0.7.2
12172024-10-12T03:14:40.146Z Compiling tracing-attributes v0.1.27
12182024-10-12T03:14:40.201Z Compiling zerocopy v0.7.34
12192024-10-12T03:14:40.467Z Compiling crypto-common v0.1.6
12202024-10-12T03:14:40.710Z Compiling block-buffer v0.10.4
12212024-10-12T03:14:40.984Z Compiling digest v0.10.7
12222024-10-12T03:14:41.156Z Compiling block-padding v0.3.3
12232024-10-12T03:14:41.408Z Compiling hmac v0.12.1
12242024-10-12T03:14:41.481Z Compiling inout v0.1.3
12252024-10-12T03:14:41.683Z Compiling sha2 v0.10.8
12262024-10-12T03:14:41.683Z Compiling futures-util v0.3.31
12272024-10-12T03:14:41.755Z Compiling thiserror v1.0.64
12282024-10-12T03:14:41.817Z Compiling cipher v0.4.4
12292024-10-12T03:14:41.887Z Compiling pest v2.7.10
12302024-10-12T03:14:42.294Z Compiling hashbrown v0.14.5
12312024-10-12T03:14:42.349Z Compiling salsa20 v0.10.2
12322024-10-12T03:14:42.457Z Compiling der v0.7.9
12332024-10-12T03:14:42.561Z Compiling pbkdf2 v0.12.2
12342024-10-12T03:14:42.727Z Compiling scrypt v0.11.0
12352024-10-12T03:14:43.299Z Compiling aes v0.8.4
12362024-10-12T03:14:43.744Z Compiling cbc v0.1.2
12372024-10-12T03:14:43.994Z Compiling tracing v0.1.40
12382024-10-12T03:14:44.497Z Compiling pest_meta v2.7.10
12392024-10-12T03:14:44.979Z Compiling spki v0.7.3
12402024-10-12T03:14:45.246Z Compiling scroll_derive v0.12.0
12412024-10-12T03:14:45.361Z Compiling pkcs5 v0.7.1
12422024-10-12T03:14:45.868Z Compiling pest_generator v2.7.10
12432024-10-12T03:14:46.052Z Compiling rustls-webpki v0.102.4
12442024-10-12T03:14:46.612Z Compiling pkcs8 v0.10.2
12452024-10-12T03:14:46.724Z Compiling scroll v0.12.0
12462024-10-12T03:14:47.305Z Compiling goblin v0.8.2
12472024-10-12T03:14:47.350Z Compiling openssl-macros v0.1.1
12482024-10-12T03:14:47.794Z Compiling async-trait v0.1.83
12492024-10-12T03:14:47.851Z Compiling signature v2.2.0
12502024-10-12T03:14:47.870Z Compiling sha1 v0.10.6
12512024-10-12T03:14:48.160Z Compiling regex-automata v0.4.6
12522024-10-12T03:14:48.176Z Compiling cookie v0.18.1
12532024-10-12T03:14:48.195Z Compiling thread_local v1.1.8
12542024-10-12T03:14:48.279Z Compiling gimli v0.28.1
12552024-10-12T03:14:48.480Z Compiling schemars v0.8.21
12562024-10-12T03:14:48.760Z Compiling paste v1.0.15
12572024-10-12T03:14:48.886Z Compiling adler v1.0.2
12582024-10-12T03:14:49.130Z Compiling either v1.13.0
12592024-10-12T03:14:49.307Z Compiling slog-async v2.8.0
12602024-10-12T03:14:49.456Z Compiling pest_derive v2.7.10
12612024-10-12T03:14:49.546Z Compiling openssl-probe v0.1.5
12622024-10-12T03:14:49.835Z Compiling mime v0.3.17
12632024-10-12T03:14:49.912Z Compiling rayon-core v1.12.1
12642024-10-12T03:14:50.184Z Compiling ipnet v2.10.1
12652024-10-12T03:14:50.255Z Compiling dtrace-parser v0.2.0
12662024-10-12T03:14:50.414Z Compiling finl_unicode v1.2.0
12672024-10-12T03:14:50.818Z Compiling miniz_oxide v0.7.2
12682024-10-12T03:14:51.028Z Compiling stringprep v0.1.4
12692024-10-12T03:14:51.342Z Compiling bytes v1.7.2
12702024-10-12T03:14:51.616Z Compiling indexmap v2.5.0
12712024-10-12T03:14:52.236Z Compiling tokio v1.39.3
12722024-10-12T03:14:52.324Z Compiling http v1.1.0
12732024-10-12T03:14:52.639Z Compiling bitflags v2.6.0
12742024-10-12T03:14:53.071Z Compiling semver v1.0.23
12752024-10-12T03:14:53.110Z Compiling toml_datetime v0.6.8
12762024-10-12T03:14:53.352Z Compiling serde_spanned v0.6.7
12772024-10-12T03:14:53.590Z Compiling rustc_version v0.4.0
12782024-10-12T03:14:53.619Z Compiling dof v0.3.0
12792024-10-12T03:14:53.910Z Compiling http-body v1.0.0
12802024-10-12T03:14:54.129Z Compiling uuid v1.10.0
12812024-10-12T03:14:54.408Z Compiling serde_tokenstream v0.2.2
12822024-10-12T03:14:54.710Z Compiling usdt-impl v0.5.0
12832024-10-12T03:14:55.019Z Compiling chrono v0.4.38
12842024-10-12T03:14:55.531Z Compiling heapless v0.7.17
12852024-10-12T03:14:55.871Z Compiling http-body-util v0.1.2
12862024-10-12T03:14:56.357Z Compiling curve25519-dalek v4.1.3
12872024-10-12T03:14:56.392Z Compiling toml_edit v0.22.22
12882024-10-12T03:14:57.014Z Compiling slog-json v2.6.1
12892024-10-12T03:14:57.398Z Compiling addr2line v0.21.0
12902024-10-12T03:14:57.701Z Compiling usdt-macro v0.5.0
12912024-10-12T03:14:58.074Z Compiling usdt-attr-macro v0.5.0
12922024-10-12T03:14:58.812Z Compiling serde_urlencoded v0.7.1
12932024-10-12T03:14:59.834Z Compiling futures-executor v0.3.31
12942024-10-12T03:15:00.212Z Compiling md-5 v0.10.6
12952024-10-12T03:15:00.402Z Compiling tokio-util v0.7.12
12962024-10-12T03:15:00.475Z Compiling schemars_derive v0.8.21
12972024-10-12T03:15:01.265Z Compiling enum-as-inner v0.6.0
12982024-10-12T03:15:01.783Z Compiling h2 v0.4.6
12992024-10-12T03:15:03.029Z Compiling async-stream-impl v0.3.5
13002024-10-12T03:15:03.940Z Compiling crossbeam-deque v0.8.5
13012024-10-12T03:15:04.292Z Compiling term v0.7.0
13022024-10-12T03:15:04.597Z Compiling rustls-pemfile v2.1.3
13032024-10-12T03:15:04.656Z Compiling crossbeam-channel v0.5.12
13042024-10-12T03:15:05.078Z Compiling num-integer v0.1.46
13052024-10-12T03:15:05.782Z Compiling idna v0.3.0
13062024-10-12T03:15:05.858Z Compiling idna v0.4.0
13072024-10-12T03:15:05.878Z Compiling ff v0.13.0
13082024-10-12T03:15:06.116Z Compiling hash32 v0.2.1
13092024-10-12T03:15:06.514Z Compiling is-terminal v0.4.12
13102024-10-12T03:15:06.648Z Compiling object v0.32.2
13112024-10-12T03:15:07.370Z Compiling dropshot v0.12.0
13122024-10-12T03:15:07.421Z Compiling smoltcp v0.9.1
13132024-10-12T03:15:07.486Z Compiling quick-error v1.2.3
13142024-10-12T03:15:07.630Z Compiling fallible-iterator v0.2.0
13152024-10-12T03:15:07.670Z Compiling utf-8 v0.7.6
13162024-10-12T03:15:07.978Z Compiling portable-atomic v1.6.0
13172024-10-12T03:15:08.134Z Compiling psl-types v2.0.11
13182024-10-12T03:15:08.326Z Compiling linked-hash-map v0.5.6
13192024-10-12T03:15:08.351Z Compiling stable_deref_trait v1.2.0
13202024-10-12T03:15:08.452Z Compiling anyhow v1.0.89
13212024-10-12T03:15:08.722Z Compiling num-bigint-dig v0.8.4
13222024-10-12T03:15:09.037Z Compiling hyper v1.4.1
13232024-10-12T03:15:09.054Z Compiling dyn-clone v1.0.17
13242024-10-12T03:15:09.151Z Compiling crc32fast v1.4.0
13252024-10-12T03:15:09.269Z Compiling take_mut v0.2.2
13262024-10-12T03:15:09.431Z Compiling signal-hook v0.3.17
13272024-10-12T03:15:09.671Z Compiling rustc-demangle v0.1.24
13282024-10-12T03:15:09.706Z Compiling base16ct v0.2.0
13292024-10-12T03:15:10.049Z Compiling sec1 v0.7.3
13302024-10-12T03:15:10.909Z Compiling lru-cache v0.1.2
13312024-10-12T03:15:11.103Z Compiling publicsuffix v2.2.3
13322024-10-12T03:15:11.363Z Compiling postgres-protocol v0.6.7
13332024-10-12T03:15:12.253Z Compiling hyper-util v0.1.9
13342024-10-12T03:15:12.558Z Compiling tungstenite v0.23.0
13352024-10-12T03:15:12.752Z Compiling resolv-conf v0.7.0
13362024-10-12T03:15:13.344Z Compiling hickory-proto v0.24.1
13372024-10-12T03:15:13.567Z Compiling slog-term v2.9.1
13382024-10-12T03:15:13.858Z Compiling usdt v0.5.0
13392024-10-12T03:15:14.373Z Compiling group v0.13.0
13402024-10-12T03:15:14.441Z Compiling num-iter v0.1.45
13412024-10-12T03:15:14.638Z Compiling tokio-rustls v0.26.0
13422024-10-12T03:15:14.711Z Compiling async-stream v0.3.5
13432024-10-12T03:15:14.959Z Compiling tokio-rustls v0.25.0
13442024-10-12T03:15:15.002Z Compiling tokio-native-tls v0.3.1
13452024-10-12T03:15:15.282Z Compiling futures v0.3.31
13462024-10-12T03:15:15.387Z Compiling toml v0.8.19
13472024-10-12T03:15:15.442Z Compiling terminal_size v0.4.0
13482024-10-12T03:15:15.656Z Compiling slog-bunyan v2.5.0
13492024-10-12T03:15:15.990Z Compiling dropshot_endpoint v0.12.0
13502024-10-12T03:15:16.176Z Compiling openapiv3 v2.0.0
13512024-10-12T03:15:16.470Z Compiling camino v1.1.9
13522024-10-12T03:15:16.604Z Compiling serde_path_to_error v0.1.16
13532024-10-12T03:15:17.213Z Compiling hkdf v0.12.4
13542024-10-12T03:15:17.434Z Compiling crypto-bigint v0.5.5
13552024-10-12T03:15:17.475Z Compiling curve25519-dalek-derive v0.1.1
13562024-10-12T03:15:17.477Z Compiling zerocopy-derive v0.6.6
13572024-10-12T03:15:18.040Z Compiling phf_shared v0.11.2
13582024-10-12T03:15:18.423Z Compiling waitgroup v0.1.2
13592024-10-12T03:15:18.503Z Compiling hubpack_derive v0.1.1
13602024-10-12T03:15:18.626Z Compiling webpki-roots v0.26.3
13612024-10-12T03:15:18.825Z Compiling hostname v0.4.0
13622024-10-12T03:15:19.065Z Compiling fs-err v2.11.0
13632024-10-12T03:15:19.103Z Compiling adler2 v2.0.0
13642024-10-12T03:15:19.303Z Compiling winnow v0.5.40
13652024-10-12T03:15:19.385Z Compiling managed v0.8.0
13662024-10-12T03:15:19.476Z Compiling debug-ignore v1.0.5
13672024-10-12T03:15:19.621Z Compiling bitflags v1.3.2
13682024-10-12T03:15:19.669Z Compiling clap_builder v4.5.20
13692024-10-12T03:15:19.727Z Compiling zerocopy v0.6.6
13702024-10-12T03:15:20.473Z Compiling console v0.15.8
13712024-10-12T03:15:20.532Z Compiling elliptic-curve v0.13.8
13722024-10-12T03:15:21.400Z Compiling hubpack v0.1.2
13732024-10-12T03:15:21.926Z Compiling miniz_oxide v0.8.0
13742024-10-12T03:15:22.001Z Compiling hickory-resolver v0.24.1
13752024-10-12T03:15:23.214Z Compiling toml_edit v0.19.15
13762024-10-12T03:15:23.526Z Compiling hyper-rustls v0.27.3
13772024-10-12T03:15:23.643Z Compiling phf v0.11.2
13782024-10-12T03:15:23.680Z Compiling cookie_store v0.21.0
13792024-10-12T03:15:23.992Z Compiling rayon v1.10.0
13802024-10-12T03:15:24.187Z Compiling hyper-tls v0.6.0
13812024-10-12T03:15:26.230Z Compiling tokio-tungstenite v0.23.1
13822024-10-12T03:15:26.769Z Compiling postgres-types v0.2.8
13832024-10-12T03:15:29.004Z Compiling tokio-stream v0.1.16
13842024-10-12T03:15:29.082Z Compiling bstr v1.9.1
13852024-10-12T03:15:29.685Z Compiling regex v1.10.6
13862024-10-12T03:15:29.788Z Compiling serde-big-array v0.5.1
13872024-10-12T03:15:30.003Z Compiling ed25519 v2.2.3
13882024-10-12T03:15:30.022Z Compiling pkcs1 v0.7.5
13892024-10-12T03:15:30.047Z Compiling rfc6979 v0.4.0
13902024-10-12T03:15:30.187Z Compiling derive-where v1.2.7
13912024-10-12T03:15:30.248Z Compiling clap_derive v4.5.18
13922024-10-12T03:15:30.733Z Compiling strum_macros v0.25.3
13932024-10-12T03:15:30.878Z Compiling serde_repr v0.1.19
13942024-10-12T03:15:31.048Z Compiling phf_shared v0.10.0
13952024-10-12T03:15:31.260Z Compiling float-cmp v0.9.0
13962024-10-12T03:15:31.461Z Compiling sync_wrapper v1.0.1
13972024-10-12T03:15:31.487Z Compiling mio v0.8.11
13982024-10-12T03:15:31.618Z Compiling fixedbitset v0.4.2
13992024-10-12T03:15:32.058Z Compiling unicode-segmentation v1.11.0
14002024-10-12T03:15:32.079Z Compiling minimal-lexical v0.2.1
14012024-10-12T03:15:32.104Z Compiling difflib v0.4.0
14022024-10-12T03:15:32.608Z Compiling predicates-core v1.0.6
14032024-10-12T03:15:32.770Z Compiling normalize-line-endings v0.3.0
14042024-10-12T03:15:32.901Z Compiling new_debug_unreachable v1.0.6
14052024-10-12T03:15:32.920Z Compiling static_assertions v1.1.0
14062024-10-12T03:15:32.967Z Compiling number_prefix v0.4.0
14072024-10-12T03:15:32.999Z Compiling bit-vec v0.6.3
14082024-10-12T03:15:33.022Z Compiling precomputed-hash v0.1.1
14092024-10-12T03:15:33.145Z Compiling whoami v1.5.2
14102024-10-12T03:15:33.194Z Compiling indicatif v0.17.8
14112024-10-12T03:15:33.450Z Compiling bit-set v0.5.3
14122024-10-12T03:15:33.661Z Compiling tokio-postgres v0.7.12
14132024-10-12T03:15:33.689Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
14142024-10-12T03:15:33.786Z Compiling string_cache v0.8.7
14152024-10-12T03:15:33.806Z Compiling predicates v3.1.2
14162024-10-12T03:15:34.282Z Compiling similar v2.6.0
14172024-10-12T03:15:34.962Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14182024-10-12T03:15:35.434Z Compiling clap v4.5.20
14192024-10-12T03:15:35.466Z Compiling nom v7.1.3
14202024-10-12T03:15:35.561Z Compiling signal-hook-mio v0.2.4
14212024-10-12T03:15:35.582Z Compiling petgraph v0.6.5
14222024-10-12T03:15:35.741Z Compiling reqwest v0.12.7
14232024-10-12T03:15:36.701Z Compiling rsa v0.9.6
14242024-10-12T03:15:39.162Z Compiling ed25519-dalek v2.1.1
14252024-10-12T03:15:39.196Z Compiling ecdsa v0.16.9
14262024-10-12T03:15:39.453Z Compiling flate2 v1.0.34
14272024-10-12T03:15:39.576Z Compiling toml v0.7.8
14282024-10-12T03:15:40.021Z Compiling hex v0.4.3
14292024-10-12T03:15:40.420Z Compiling itertools v0.12.1
14302024-10-12T03:15:40.453Z Compiling itertools v0.10.5
14312024-10-12T03:15:40.626Z Compiling x509-cert v0.2.5
14322024-10-12T03:15:40.763Z Compiling unicode-xid v0.2.4
14332024-10-12T03:15:40.944Z Compiling lalrpop-util v0.19.12
14342024-10-12T03:15:41.241Z Compiling peg-runtime v0.8.3
14352024-10-12T03:15:41.302Z Compiling xattr v1.3.1
14362024-10-12T03:15:41.579Z Compiling strum_macros v0.26.4
14372024-10-12T03:15:41.911Z Compiling filetime v0.2.25
14382024-10-12T03:15:42.238Z Compiling tar v0.4.42
14392024-10-12T03:15:45.194Z Compiling strum v0.26.3
14402024-10-12T03:15:45.381Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14412024-10-12T03:15:45.627Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14422024-10-12T03:15:51.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
14432024-10-12T03:15:51.161Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14442024-10-12T03:15:51.219ZOct 12 03:15:49.750 INFO Starting download, target: Cockroach
14452024-10-12T03:15:51.219ZOct 12 03:15:49.750 INFO Starting download, target: Clickhouse
14462024-10-12T03:15:51.219ZOct 12 03:15:49.750 INFO Starting download, target: Console
14472024-10-12T03:15:51.219ZOct 12 03:15:49.750 INFO Starting download, target: DendriteOpenapi
14482024-10-12T03:15:51.222ZOct 12 03:15:49.750 INFO Starting download, target: DendriteStub
14492024-10-12T03:15:51.222ZOct 12 03:15:49.750 INFO Starting download, target: MaghemiteMgd
14502024-10-12T03:15:51.222ZOct 12 03:15:49.750 INFO Starting download, target: TransceiverControl
14512024-10-12T03:15:51.222ZOct 12 03:15:49.751 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14522024-10-12T03:15:51.222ZOct 12 03:15:49.751 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14532024-10-12T03:15:51.222ZOct 12 03:15:49.751 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14542024-10-12T03:15:51.222ZOct 12 03:15:49.751 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14552024-10-12T03:15:51.222ZOct 12 03:15:49.751 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
14562024-10-12T03:15:51.222ZOct 12 03:15:49.751 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14572024-10-12T03:15:51.222ZOct 12 03:15:49.751 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14582024-10-12T03:15:51.412ZOct 12 03:15:49.947 INFO Download complete, target: DendriteOpenapi
14592024-10-12T03:15:51.668ZOct 12 03:15:50.202 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14602024-10-12T03:15:51.800ZOct 12 03:15:50.328 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14612024-10-12T03:15:51.996ZOct 12 03:15:50.532 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14622024-10-12T03:15:52.014ZOct 12 03:15:50.550 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14632024-10-12T03:15:52.179ZOct 12 03:15:50.715 INFO Download complete, target: Console
14642024-10-12T03:15:52.445ZOct 12 03:15:50.980 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
14652024-10-12T03:15:52.445ZOct 12 03:15:50.980 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
14662024-10-12T03:15:52.465ZOct 12 03:15:51.001 INFO Download complete, target: TransceiverControl
14672024-10-12T03:15:53.240ZOct 12 03:15:51.774 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14682024-10-12T03:15:55.234ZOct 12 03:15:53.769 INFO Download complete, target: MaghemiteMgd
14692024-10-12T03:15:55.241ZOct 12 03:15:53.777 INFO Download complete, target: DendriteStub
14702024-10-12T03:16:00.658ZOct 12 03:15:59.193 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
14712024-10-12T03:16:00.946ZOct 12 03:15:59.481 INFO Checking that binary works, target: Cockroach
14722024-10-12T03:16:01.110ZOct 12 03:15:59.645 INFO Download complete, target: Cockroach
14732024-10-12T03:16:06.887ZOct 12 03:16:05.421 INFO Checking that binary works, target: Clickhouse
14742024-10-12T03:16:07.364ZOct 12 03:16:05.898 INFO Download complete, target: Clickhouse
14752024-10-12T03:16:07.371ZAll prerequisites installed successfully
14762024-10-12T03:16:07.374Z
14772024-10-12T03:16:07.374Zreal 6:22.674001495
14782024-10-12T03:16:07.374Zuser 12:40.984730754
14792024-10-12T03:16:07.374Zsys 2:42.059373043
14802024-10-12T03:16:07.374Ztrap 0.440225281
14812024-10-12T03:16:07.374Ztflt 4.476534832
14822024-10-12T03:16:07.374Zdflt 4.120034700
14832024-10-12T03:16:07.374Zkflt 0.223700049
14842024-10-12T03:16:07.374Zlock 24:45.475641102
14852024-10-12T03:16:07.374Zslp 54:00.502125313
14862024-10-12T03:16:07.374Zlat 44.986439618
14872024-10-12T03:16:07.374Zstop 2:07.025062877
14882024-10-12T03:16:07.374Z+ ptime -m cargo xtask download softnpu
14892024-10-12T03:16:07.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
14902024-10-12T03:16:07.985Z Running `target/debug/xtask download softnpu`
14912024-10-12T03:16:08.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
14922024-10-12T03:16:08.900Z Running `target/debug/xtask-downloader softnpu`
14932024-10-12T03:16:08.933ZOct 12 03:16:07.467 INFO Starting download, target: Softnpu
14942024-10-12T03:16:08.936ZOct 12 03:16:07.468 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14952024-10-12T03:16:09.869ZOct 12 03:16:08.402 INFO Download complete, target: Softnpu
14962024-10-12T03:16:09.872Z
14972024-10-12T03:16:09.875Zreal 2.493857135
14982024-10-12T03:16:09.875Zuser 1.281902831
14992024-10-12T03:16:09.875Zsys 0.588070870
15002024-10-12T03:16:09.875Ztrap 0.000355602
15012024-10-12T03:16:09.875Ztflt 0.000010837
15022024-10-12T03:16:09.875Zdflt 0.000000000
15032024-10-12T03:16:09.875Zkflt 0.000000000
15042024-10-12T03:16:09.875Zlock 9.830342486
15052024-10-12T03:16:09.875Zslp 0.945269134
15062024-10-12T03:16:09.875Zlat 0.073529815
15072024-10-12T03:16:09.875Zstop 0.000354690
15082024-10-12T03:16:09.875Z+ export CARGO_INCREMENTAL=0
15092024-10-12T03:16:09.875Z+ CARGO_INCREMENTAL=0
15102024-10-12T03:16:09.875Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15112024-10-12T03:16:10.856Z Compiling proc-macro2 v1.0.87
15122024-10-12T03:16:10.856Z Compiling unicode-ident v1.0.13
15132024-10-12T03:16:10.859Z Compiling libc v0.2.159
15142024-10-12T03:16:10.859Z Compiling serde v1.0.210
15152024-10-12T03:16:10.859Z Compiling version_check v0.9.5
15162024-10-12T03:16:10.859Z Compiling autocfg v1.3.0
15172024-10-12T03:16:10.859Z Compiling cfg-if v1.0.0
15182024-10-12T03:16:10.859Z Compiling once_cell v1.19.0
15192024-10-12T03:16:11.142Z Compiling typenum v1.17.0
15202024-10-12T03:16:11.168Z Compiling memchr v2.7.2
15212024-10-12T03:16:11.636Z Compiling generic-array v0.14.7
15222024-10-12T03:16:11.652Z Compiling ahash v0.8.11
15232024-10-12T03:16:11.933Z Compiling lock_api v0.4.12
15242024-10-12T03:16:11.996Z Compiling byteorder v1.5.0
15252024-10-12T03:16:12.068Z Compiling parking_lot_core v0.9.10
15262024-10-12T03:16:12.240Z Compiling serde_json v1.0.128
15272024-10-12T03:16:12.497Z Compiling quote v1.0.37
15282024-10-12T03:16:12.526Z Compiling thiserror v1.0.64
15292024-10-12T03:16:12.574Z Compiling libm v0.2.8
15302024-10-12T03:16:12.611Z Compiling num-traits v0.2.19
15312024-10-12T03:16:12.914Z Compiling syn v2.0.79
15322024-10-12T03:16:12.930Z Compiling value-bag v1.9.0
15332024-10-12T03:16:13.037Z Compiling getrandom v0.2.14
15342024-10-12T03:16:13.128Z Compiling jobserver v0.1.32
15352024-10-12T03:16:13.178Z Compiling itoa v1.0.11
15362024-10-12T03:16:13.368Z Compiling log v0.4.22
15372024-10-12T03:16:13.497Z Compiling cc v1.0.97
15382024-10-12T03:16:13.533Z Compiling slab v0.4.9
15392024-10-12T03:16:13.870Z Compiling scopeguard v1.2.0
15402024-10-12T03:16:13.891Z Compiling rand_core v0.6.4
15412024-10-12T03:16:14.592Z Compiling subtle v2.5.0
15422024-10-12T03:16:14.756Z Compiling allocator-api2 v0.2.18
15432024-10-12T03:16:15.024Z Compiling semver v1.0.23
15442024-10-12T03:16:15.373Z Compiling ryu v1.0.18
15452024-10-12T03:16:15.454Z Compiling pin-project-lite v0.2.14
15462024-10-12T03:16:15.499Z Compiling const-oid v0.9.6
15472024-10-12T03:16:15.541Z Compiling equivalent v1.0.1
15482024-10-12T03:16:15.580Z Compiling smallvec v1.13.2
15492024-10-12T03:16:15.655Z Compiling httparse v1.8.0
15502024-10-12T03:16:15.830Z Compiling schemars v0.8.21
15512024-10-12T03:16:16.185Z Compiling signal-hook-registry v1.4.2
15522024-10-12T03:16:16.356Z Compiling mio v1.0.2
15532024-10-12T03:16:16.561Z Compiling parking_lot v0.12.2
15542024-10-12T03:16:16.777Z Compiling ring v0.17.8
15552024-10-12T03:16:16.941Z Compiling crossbeam-utils v0.8.19
15562024-10-12T03:16:17.651Z Compiling socket2 v0.5.7
15572024-10-12T03:16:17.857Z Compiling time-core v0.1.2
15582024-10-12T03:16:17.957Z Compiling pkg-config v0.3.30
15592024-10-12T03:16:18.000Z Compiling fnv v1.0.7
15602024-10-12T03:16:18.018Z Compiling num-conv v0.1.0
15612024-10-12T03:16:18.137Z Compiling vcpkg v0.2.15
15622024-10-12T03:16:18.309Z Compiling time-macros v0.2.18
15632024-10-12T03:16:19.337Z Compiling futures-core v0.3.31
15642024-10-12T03:16:19.771Z Compiling openssl-sys v0.9.103
15652024-10-12T03:16:19.787Z Compiling spin v0.9.8
15662024-10-12T03:16:20.215Z Compiling cpufeatures v0.2.12
15672024-10-12T03:16:20.265Z Compiling heck v0.5.0
15682024-10-12T03:16:20.686Z Compiling serde_derive_internals v0.29.1
15692024-10-12T03:16:20.976Z Compiling futures-sink v0.3.31
15702024-10-12T03:16:21.306Z Compiling syn v1.0.109
15712024-10-12T03:16:21.545Z Compiling slog v2.7.0
15722024-10-12T03:16:21.774Z Compiling futures-channel v0.3.31
15732024-10-12T03:16:21.950Z Compiling rustix v0.38.37
15742024-10-12T03:16:21.991Z Compiling pin-utils v0.1.0
15752024-10-12T03:16:22.109Z Compiling futures-task v0.3.31
15762024-10-12T03:16:22.168Z Compiling ucd-trie v0.1.6
15772024-10-12T03:16:22.196Z Compiling openssl v0.10.66
15782024-10-12T03:16:22.214Z Compiling tinyvec_macros v0.1.1
15792024-10-12T03:16:22.311Z Compiling futures-io v0.3.31
15802024-10-12T03:16:22.492Z Compiling tinyvec v1.6.0
15812024-10-12T03:16:22.669Z Compiling iana-time-zone v0.1.60
15822024-10-12T03:16:23.063Z Compiling backtrace v0.3.71
15832024-10-12T03:16:23.254Z Compiling rustls v0.23.10
15842024-10-12T03:16:23.332Z Compiling unicode-bidi v0.3.15
15852024-10-12T03:16:23.350Z Compiling native-tls v0.2.11
15862024-10-12T03:16:23.531Z Compiling base64ct v1.6.0
15872024-10-12T03:16:23.819Z Compiling unicode-normalization v0.1.23
15882024-10-12T03:16:24.079Z Compiling pem-rfc7468 v0.7.0
15892024-10-12T03:16:24.701Z Compiling tracing-core v0.1.32
15902024-10-12T03:16:24.868Z Compiling usdt-impl v0.5.0
15912024-10-12T03:16:25.234Z Compiling cookie v0.18.1
15922024-10-12T03:16:25.541Z Compiling ppv-lite86 v0.2.17
15932024-10-12T03:16:25.830Z Compiling flagset v0.4.5
15942024-10-12T03:16:25.851Z Compiling serde_derive v1.0.210
15952024-10-12T03:16:26.046Z Compiling zeroize_derive v1.4.2
15962024-10-12T03:16:26.261Z Compiling zerocopy-derive v0.7.34
15972024-10-12T03:16:26.367Z Compiling thiserror-impl v1.0.64
15982024-10-12T03:16:26.951Z Compiling tokio-macros v2.4.0
15992024-10-12T03:16:27.445Z Compiling zeroize v1.8.1
16002024-10-12T03:16:28.191Z Compiling zerocopy v0.7.34
16012024-10-12T03:16:28.377Z Compiling futures-macro v0.3.31
16022024-10-12T03:16:29.398Z Compiling crypto-common v0.1.6
16032024-10-12T03:16:29.733Z Compiling tracing-attributes v0.1.27
16042024-10-12T03:16:30.103Z Compiling block-buffer v0.10.4
16052024-10-12T03:16:30.319Z Compiling hashbrown v0.14.5
16062024-10-12T03:16:30.359Z Compiling digest v0.10.7
16072024-10-12T03:16:30.571Z Compiling der_derive v0.7.2
16082024-10-12T03:16:30.765Z Compiling schemars_derive v0.8.21
16092024-10-12T03:16:32.489Z Compiling hmac v0.12.1
16102024-10-12T03:16:32.717Z Compiling scroll_derive v0.12.0
16112024-10-12T03:16:32.914Z Compiling futures-util v0.3.31
16122024-10-12T03:16:33.673Z Compiling pest v2.7.10
16132024-10-12T03:16:34.032Z Compiling block-padding v0.3.3
16142024-10-12T03:16:34.226Z Compiling inout v0.1.3
16152024-10-12T03:16:34.324Z Compiling openssl-macros v0.1.1
16162024-10-12T03:16:34.481Z Compiling cipher v0.4.4
16172024-10-12T03:16:34.946Z Compiling sha2 v0.10.8
16182024-10-12T03:16:35.028Z Compiling anyhow v1.0.89
16192024-10-12T03:16:35.521Z Compiling heck v0.4.1
16202024-10-12T03:16:35.733Z Compiling dyn-clone v1.0.17
16212024-10-12T03:16:35.919Z Compiling scroll v0.12.0
16222024-10-12T03:16:35.922Z Compiling tracing v0.1.40
16232024-10-12T03:16:36.467Z Compiling pest_meta v2.7.10
16242024-10-12T03:16:36.495Z Compiling der v0.7.9
16252024-10-12T03:16:36.857Z Compiling rand_chacha v0.3.1
16262024-10-12T03:16:36.862Z Compiling async-trait v0.1.83
16272024-10-12T03:16:37.845Z Compiling pest_generator v2.7.10
16282024-10-12T03:16:38.574Z Compiling bytes v1.7.2
16292024-10-12T03:16:39.281Z Compiling indexmap v2.5.0
16302024-10-12T03:16:39.751Z Compiling tokio v1.39.3
16312024-10-12T03:16:40.448Z Compiling http v1.1.0
16322024-10-12T03:16:40.746Z Compiling serde_tokenstream v0.2.2
16332024-10-12T03:16:40.883Z Compiling rustc_version v0.4.0
16342024-10-12T03:16:40.906Z Compiling uuid v1.10.0
16352024-10-12T03:16:42.108Z Compiling chrono v0.4.38
16362024-10-12T03:16:42.180Z Compiling bitflags v2.6.0
16372024-10-12T03:16:42.235Z Compiling toml_datetime v0.6.8
16382024-10-12T03:16:42.767Z Compiling serde_spanned v0.6.7
16392024-10-12T03:16:42.996Z Compiling pest_derive v2.7.10
16402024-10-12T03:16:43.395Z Compiling aho-corasick v1.1.3
16412024-10-12T03:16:46.190Z Compiling regex-syntax v0.8.4
16422024-10-12T03:16:46.442Z Compiling percent-encoding v2.3.1
16432024-10-12T03:16:46.772Z Compiling plain v0.2.3
16442024-10-12T03:16:46.936Z Compiling camino v1.1.9
16452024-10-12T03:16:47.497Z Compiling rustls-pki-types v1.7.0
16462024-10-12T03:16:47.777Z Compiling goblin v0.8.2
16472024-10-12T03:16:48.216Z Compiling tokio-util v0.7.12
16482024-10-12T03:16:49.549Z Compiling spki v0.7.3
16492024-10-12T03:16:49.930Z Compiling regex-automata v0.4.6
16502024-10-12T03:16:49.990Z Compiling rand v0.8.5
16512024-10-12T03:16:50.687Z Compiling salsa20 v0.10.2
16522024-10-12T03:16:50.923Z Compiling pbkdf2 v0.12.2
16532024-10-12T03:16:51.455Z Compiling untrusted v0.9.0
16542024-10-12T03:16:51.643Z Compiling powerfmt v0.2.0
16552024-10-12T03:16:51.991Z Compiling pretty-hex v0.4.1
16562024-10-12T03:16:52.032Z Compiling winnow v0.5.40
16572024-10-12T03:16:52.195Z Compiling rayon-core v1.12.1
16582024-10-12T03:16:52.503Z Compiling rustls v0.22.4
16592024-10-12T03:16:52.653Z Compiling deranged v0.3.11
16602024-10-12T03:16:54.368Z Compiling dof v0.3.0
16612024-10-12T03:16:55.899Z Compiling toml_edit v0.19.15
16622024-10-12T03:16:56.092Z Compiling scrypt v0.11.0
16632024-10-12T03:16:56.243Z Compiling dtrace-parser v0.2.0
16642024-10-12T03:16:56.653Z Compiling cbc v0.1.2
16652024-10-12T03:16:56.869Z Compiling aes v0.8.4
16662024-10-12T03:16:57.201Z Compiling thread-id v4.2.1
16672024-10-12T03:16:57.326Z Compiling num_threads v0.1.7
16682024-10-12T03:16:57.960Z Compiling atomic-waker v1.1.2
16692024-10-12T03:16:58.094Z Compiling rustversion v1.0.17
16702024-10-12T03:16:58.140Z Compiling pkcs5 v0.7.1
16712024-10-12T03:16:58.571Z Compiling time v0.3.36
16722024-10-12T03:16:59.801Z Compiling rustls-webpki v0.102.4
16732024-10-12T03:17:00.099Z Compiling form_urlencoded v1.2.1
16742024-10-12T03:17:00.391Z Compiling http-body v1.0.0
16752024-10-12T03:17:00.638Z Compiling heapless v0.7.17
16762024-10-12T03:17:00.939Z Compiling multer v3.1.0
16772024-10-12T03:17:01.577Z Compiling try-lock v0.2.5
16782024-10-12T03:17:01.709Z Compiling slog-async v2.8.0
16792024-10-12T03:17:02.188Z Compiling want v0.3.1
16802024-10-12T03:17:03.900Z Compiling pkcs8 v0.10.2
16812024-10-12T03:17:04.038Z Compiling h2 v0.4.6
16822024-10-12T03:17:04.074Z Compiling regex v1.10.6
16832024-10-12T03:17:05.017Z Compiling base64 v0.22.1
16842024-10-12T03:17:05.069Z Compiling crc32fast v1.4.0
16852024-10-12T03:17:05.170Z Compiling httpdate v1.0.3
16862024-10-12T03:17:05.544Z Compiling paste v1.0.15
16872024-10-12T03:17:05.733Z Compiling strsim v0.11.1
16882024-10-12T03:17:07.228Z Compiling usdt-macro v0.5.0
16892024-10-12T03:17:08.168Z Compiling usdt-attr-macro v0.5.0
16902024-10-12T03:17:08.433Z Compiling curve25519-dalek v4.1.3
16912024-10-12T03:17:08.604Z Compiling openapiv3 v2.0.0
16922024-10-12T03:17:08.875Z Compiling enum-as-inner v0.6.0
16932024-10-12T03:17:09.708Z Compiling async-stream-impl v0.3.5
16942024-10-12T03:17:09.937Z Compiling idna v0.5.0
16952024-10-12T03:17:10.998Z Compiling hyper v1.4.1
16962024-10-12T03:17:11.015Z Compiling dropshot v0.12.0
16972024-10-12T03:17:11.356Z Compiling num-bigint-dig v0.8.4
16982024-10-12T03:17:11.373Z Compiling tower-service v0.3.2
16992024-10-12T03:17:11.512Z Compiling signal-hook v0.3.17
17002024-10-12T03:17:11.811Z Compiling smoltcp v0.9.1
17012024-10-12T03:17:12.434Z Compiling portable-atomic v1.6.0
17022024-10-12T03:17:12.789Z Compiling match_cfg v0.1.0
17032024-10-12T03:17:12.884Z Compiling foreign-types-shared v0.1.1
17042024-10-12T03:17:13.004Z Compiling foreign-types v0.3.2
17052024-10-12T03:17:13.106Z Compiling hostname v0.3.1
17062024-10-12T03:17:13.309Z Compiling url v2.5.2
17072024-10-12T03:17:13.692Z Compiling hyper-util v0.1.9
17082024-10-12T03:17:15.169Z Compiling errno v0.3.9
17092024-10-12T03:17:15.195Z Compiling dirs-sys-next v0.1.2
17102024-10-12T03:17:15.255Z Compiling data-encoding v2.6.0
17112024-10-12T03:17:15.429Z Compiling gimli v0.28.1
17122024-10-12T03:17:15.465Z Compiling adler v1.0.2
17132024-10-12T03:17:15.700Z Compiling siphasher v0.3.11
17142024-10-12T03:17:15.760Z Compiling miniz_oxide v0.7.2
17152024-10-12T03:17:16.711Z Compiling dirs-next v2.0.0
17162024-10-12T03:17:21.603Z Compiling addr2line v0.21.0
17172024-10-12T03:17:22.501Z Compiling http-body-util v0.1.2
17182024-10-12T03:17:23.931Z Compiling crossbeam-epoch v0.9.18
17192024-10-12T03:17:24.157Z Compiling dropshot_endpoint v0.12.0
17202024-10-12T03:17:24.622Z Compiling hubpack_derive v0.1.1
17212024-10-12T03:17:25.186Z Compiling sha1 v0.10.6
17222024-10-12T03:17:25.300Z Compiling signature v2.2.0
17232024-10-12T03:17:25.509Z Compiling curve25519-dalek-derive v0.1.1
17242024-10-12T03:17:25.541Z Compiling zerocopy-derive v0.6.6
17252024-10-12T03:17:25.605Z Compiling lazy_static v1.5.0
17262024-10-12T03:17:25.911Z Compiling object v0.32.2
17272024-10-12T03:17:26.469Z Compiling fs-err v2.11.0
17282024-10-12T03:17:26.782Z Compiling thread_local v1.1.8
17292024-10-12T03:17:26.862Z Compiling encoding_rs v0.8.34
17302024-10-12T03:17:27.196Z Compiling anstyle v1.0.8
17312024-10-12T03:17:27.251Z Compiling winnow v0.6.18
17322024-10-12T03:17:27.634Z Compiling rustc-demangle v0.1.24
17332024-10-12T03:17:27.649Z Compiling mime v0.3.17
17342024-10-12T03:17:28.174Z Compiling stable_deref_trait v1.2.0
17352024-10-12T03:17:28.205Z Compiling utf8parse v0.2.1
17362024-10-12T03:17:28.280Z Compiling ipnet v2.10.1
17372024-10-12T03:17:28.364Z Compiling openssl-probe v0.1.5
17382024-10-12T03:17:28.671Z Compiling either v1.13.0
17392024-10-12T03:17:29.108Z Compiling finl_unicode v1.2.0
17402024-10-12T03:17:29.997Z Compiling stringprep v0.1.4
17412024-10-12T03:17:30.892Z Compiling toml_edit v0.22.22
17422024-10-12T03:17:30.955Z Compiling anstyle-parse v0.2.4
17432024-10-12T03:17:36.419Z Compiling crossbeam-deque v0.8.5
17442024-10-12T03:17:41.399Z Compiling term v0.7.0
17452024-10-12T03:17:42.689Z Compiling slog-json v2.6.1
17462024-10-12T03:17:43.049Z Compiling rustls-pemfile v2.1.3
17472024-10-12T03:17:43.914Z Compiling serde_urlencoded v0.7.1
17482024-10-12T03:17:44.117Z Compiling crossbeam-channel v0.5.12
17492024-10-12T03:17:44.522Z Compiling futures-executor v0.3.31
17502024-10-12T03:17:45.162Z Compiling md-5 v0.10.6
17512024-10-12T03:17:45.290Z Compiling idna v0.4.0
17522024-10-12T03:17:45.307Z Compiling idna v0.3.0
17532024-10-12T03:17:45.438Z Compiling num-integer v0.1.46
17542024-10-12T03:17:45.717Z Compiling ff v0.13.0
17552024-10-12T03:17:45.783Z Compiling is-terminal v0.4.12
17562024-10-12T03:17:45.915Z Compiling memmap v0.7.0
17572024-10-12T03:17:45.933Z Compiling hash32 v0.2.1
17582024-10-12T03:17:46.285Z Compiling fallible-iterator v0.2.0
17592024-10-12T03:17:46.752Z Compiling base16ct v0.2.0
17602024-10-12T03:17:46.988Z Compiling quick-error v1.2.3
17612024-10-12T03:17:47.140Z Compiling take_mut v0.2.2
17622024-10-12T03:17:47.313Z Compiling linked-hash-map v0.5.6
17632024-10-12T03:17:47.707Z Compiling anstyle-query v1.0.3
17642024-10-12T03:17:47.864Z Compiling utf-8 v0.7.6
17652024-10-12T03:17:48.344Z Compiling is_terminal_polyfill v1.70.0
17662024-10-12T03:17:48.433Z Compiling psl-types v2.0.11
17672024-10-12T03:17:48.645Z Compiling colorchoice v1.0.1
17682024-10-12T03:17:48.803Z Compiling anstream v0.6.14
17692024-10-12T03:17:49.124Z Compiling publicsuffix v2.2.3
17702024-10-12T03:17:49.501Z Compiling tungstenite v0.23.0
17712024-10-12T03:17:50.676Z Compiling lru-cache v0.1.2
17722024-10-12T03:17:50.874Z Compiling resolv-conf v0.7.0
17732024-10-12T03:17:51.602Z Compiling postgres-protocol v0.6.7
17742024-10-12T03:17:51.621Z Compiling sec1 v0.7.3
17752024-10-12T03:17:51.739Z Compiling hickory-proto v0.24.1
17762024-10-12T03:17:52.189Z Compiling usdt v0.5.0
17772024-10-12T03:17:52.624Z Compiling num-iter v0.1.45
17782024-10-12T03:17:52.819Z Compiling group v0.13.0
17792024-10-12T03:17:53.119Z Compiling slog-term v2.9.1
17802024-10-12T03:17:55.583Z Compiling futures v0.3.31
17812024-10-12T03:17:56.577Z Compiling slog-bunyan v2.5.0
17822024-10-12T03:17:56.933Z Compiling tokio-rustls v0.25.0
17832024-10-12T03:17:57.202Z Compiling tokio-rustls v0.26.0
17842024-10-12T03:17:57.218Z Compiling terminal_size v0.4.0
17852024-10-12T03:17:57.232Z Compiling toml v0.8.19
17862024-10-12T03:17:57.449Z Compiling tokio-native-tls v0.3.1
17872024-10-12T03:17:57.681Z Compiling phf_shared v0.11.2
17882024-10-12T03:17:58.162Z Compiling async-stream v0.3.5
17892024-10-12T03:17:58.626Z Compiling strum_macros v0.25.3
17902024-10-12T03:17:58.768Z Compiling waitgroup v0.1.2
17912024-10-12T03:17:58.985Z Compiling webpki-roots v0.26.3
17922024-10-12T03:17:59.364Z Compiling serde_path_to_error v0.1.16
17932024-10-12T03:17:59.626Z Compiling hkdf v0.12.4
17942024-10-12T03:17:59.863Z Compiling regress v0.10.1
17952024-10-12T03:17:59.893Z Compiling crypto-bigint v0.5.5
17962024-10-12T03:18:00.227Z Compiling serde_repr v0.1.19
17972024-10-12T03:18:00.846Z Compiling clap_derive v4.5.18
17982024-10-12T03:18:01.352Z Compiling derive-where v1.2.7
17992024-10-12T03:18:03.511Z Compiling hostname v0.4.0
18002024-10-12T03:18:03.740Z Compiling debug-ignore v1.0.5
18012024-10-12T03:18:03.898Z Compiling managed v0.8.0
18022024-10-12T03:18:04.587Z Compiling clap_lex v0.7.0
18032024-10-12T03:18:04.633Z Compiling unicode-width v0.1.13
18042024-10-12T03:18:04.855Z Compiling bitflags v1.3.2
18052024-10-12T03:18:04.969Z Compiling adler2 v2.0.0
18062024-10-12T03:18:05.287Z Compiling miniz_oxide v0.8.0
18072024-10-12T03:18:05.357Z Compiling clap_builder v4.5.20
18082024-10-12T03:18:05.546Z Compiling console v0.15.8
18092024-10-12T03:18:06.647Z Compiling typify-impl v0.2.0
18102024-10-12T03:18:06.863Z Compiling elliptic-curve v0.13.8
18112024-10-12T03:18:08.893Z Compiling hyper-rustls v0.27.3
18122024-10-12T03:18:12.708Z Compiling phf v0.11.2
18132024-10-12T03:18:13.146Z Compiling hyper-tls v0.6.0
18142024-10-12T03:18:13.345Z Compiling hickory-resolver v0.24.1
18152024-10-12T03:18:13.527Z Compiling rayon v1.10.0
18162024-10-12T03:18:13.919Z Compiling cookie_store v0.21.0
18172024-10-12T03:18:14.361Z Compiling postgres-types v0.2.8
18182024-10-12T03:18:15.288Z Compiling tokio-tungstenite v0.23.1
18192024-10-12T03:18:15.691Z Compiling zerocopy v0.6.6
18202024-10-12T03:18:15.826Z Compiling hubpack v0.1.2
18212024-10-12T03:18:15.861Z Compiling ed25519 v2.2.3
18222024-10-12T03:18:16.278Z Compiling phf_shared v0.10.0
18232024-10-12T03:18:16.598Z Compiling pkcs1 v0.7.5
18242024-10-12T03:18:16.701Z Compiling bstr v1.9.1
18252024-10-12T03:18:17.219Z Compiling tokio-stream v0.1.16
18262024-10-12T03:18:17.519Z Compiling serde-big-array v0.5.1
18272024-10-12T03:18:17.761Z Compiling rfc6979 v0.4.0
18282024-10-12T03:18:17.964Z Compiling float-cmp v0.9.0
18292024-10-12T03:18:18.191Z Compiling sync_wrapper v1.0.1
18302024-10-12T03:18:18.220Z Compiling mio v0.8.11
18312024-10-12T03:18:18.261Z Compiling static_assertions v1.1.0
18322024-10-12T03:18:18.279Z Compiling number_prefix v0.4.0
18332024-10-12T03:18:18.346Z Compiling fixedbitset v0.4.2
18342024-10-12T03:18:18.369Z Compiling unicode-segmentation v1.11.0
18352024-10-12T03:18:18.508Z Compiling whoami v1.5.2
18362024-10-12T03:18:18.526Z Compiling new_debug_unreachable v1.0.6
18372024-10-12T03:18:18.577Z Compiling normalize-line-endings v0.3.0
18382024-10-12T03:18:18.596Z Compiling bit-vec v0.6.3
18392024-10-12T03:18:18.623Z Compiling precomputed-hash v0.1.1
18402024-10-12T03:18:18.703Z Compiling predicates-core v1.0.6
18412024-10-12T03:18:18.741Z Compiling difflib v0.4.0
18422024-10-12T03:18:18.932Z Compiling minimal-lexical v0.2.1
18432024-10-12T03:18:19.106Z Compiling similar v2.6.0
18442024-10-12T03:18:19.149Z Compiling predicates v3.1.2
18452024-10-12T03:18:19.316Z Compiling nom v7.1.3
18462024-10-12T03:18:19.486Z Compiling bit-set v0.5.3
18472024-10-12T03:18:20.034Z Compiling signal-hook-mio v0.2.4
18482024-10-12T03:18:20.197Z Compiling tokio-postgres v0.7.12
18492024-10-12T03:18:20.282Z Compiling string_cache v0.8.7
18502024-10-12T03:18:20.593Z Compiling petgraph v0.6.5
18512024-10-12T03:18:20.696Z Compiling typify-macro v0.2.0
18522024-10-12T03:18:21.152Z Compiling indicatif v0.17.8
18532024-10-12T03:18:22.907Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18542024-10-12T03:18:23.001Z Compiling reqwest v0.12.7
18552024-10-12T03:18:23.297Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
18562024-10-12T03:18:24.588Z Compiling ecdsa v0.16.9
18572024-10-12T03:18:25.443Z Compiling rsa v0.9.6
18582024-10-12T03:18:26.420Z Compiling ed25519-dalek v2.1.1
18592024-10-12T03:18:27.173Z Compiling flate2 v1.0.34
18602024-10-12T03:18:27.423Z Compiling clap v4.5.20
18612024-10-12T03:18:28.081Z Compiling itertools v0.10.5
18622024-10-12T03:18:28.246Z Compiling itertools v0.12.1
18632024-10-12T03:18:29.551Z Compiling toml v0.7.8
18642024-10-12T03:18:30.405Z Compiling x509-cert v0.2.5
18652024-10-12T03:18:31.066Z Compiling hex v0.4.3
18662024-10-12T03:18:31.745Z Compiling peg-runtime v0.8.3
18672024-10-12T03:18:32.176Z Compiling lalrpop-util v0.19.12
18682024-10-12T03:18:32.285Z Compiling unicode-xid v0.2.4
18692024-10-12T03:18:34.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18702024-10-12T03:18:36.782Z Compiling proc-macro-crate v1.3.1
18712024-10-12T03:18:38.205Z Compiling heapless v0.8.0
18722024-10-12T03:18:39.386Z Compiling num_enum_derive v0.5.11
18732024-10-12T03:18:44.278Z Compiling ipnetwork v0.20.0
18742024-10-12T03:18:48.176Z Compiling hash32 v0.3.1
18752024-10-12T03:18:49.095Z Compiling smoltcp v0.11.0
18762024-10-12T03:18:49.467Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18772024-10-12T03:18:50.400Z Compiling ident_case v1.0.1
18782024-10-12T03:18:50.594Z Compiling darling_core v0.20.9
18792024-10-12T03:19:04.233Z Compiling num_enum v0.5.11
18802024-10-12T03:19:04.428Z Compiling typify v0.2.0
18812024-10-12T03:19:06.719Z Compiling proc-macro-error-attr v1.0.4
18822024-10-12T03:19:07.598Z Compiling cobs v0.2.3
18832024-10-12T03:19:08.050Z Compiling unsafe-libyaml v0.2.11
18842024-10-12T03:19:09.755Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18852024-10-12T03:19:09.873Z Compiling embedded-io v0.4.0
18862024-10-12T03:19:10.097Z Compiling postcard v1.0.8
18872024-10-12T03:19:10.126Z Compiling serde_yaml v0.9.34+deprecated
18882024-10-12T03:19:22.921Z Compiling progenitor-impl v0.8.0
18892024-10-12T03:19:26.386Z Compiling darling_macro v0.20.9
18902024-10-12T03:19:35.080Z Compiling strum_macros v0.26.4
18912024-10-12T03:19:35.757Z Compiling foreign-types-macros v0.2.3
18922024-10-12T03:19:36.146Z Compiling structmeta-derive v0.3.0
18932024-10-12T03:19:36.589Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18942024-10-12T03:19:36.632Z Compiling proc-macro-error v1.0.4
18952024-10-12T03:19:36.927Z Compiling foreign-types-shared v0.3.1
18962024-10-12T03:19:38.370Z Compiling newtype-uuid v1.1.2
18972024-10-12T03:19:38.693Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18982024-10-12T03:19:38.809Z Compiling structmeta v0.3.0
18992024-10-12T03:19:38.863Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19002024-10-12T03:19:39.454Z Compiling strum v0.26.3
19012024-10-12T03:19:45.085Z Compiling foreign-types v0.5.0
19022024-10-12T03:19:47.223Z Compiling progenitor-macro v0.8.0
19032024-10-12T03:19:47.282Z Compiling darling v0.20.9
19042024-10-12T03:19:49.036Z Compiling progenitor-client v0.8.0
19052024-10-12T03:19:49.969Z Compiling tabwriter v1.4.0
19062024-10-12T03:19:52.651Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19072024-10-12T03:19:53.511Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19082024-10-12T03:19:53.625Z Compiling cstr-argument v0.1.2
19092024-10-12T03:19:53.894Z Compiling crucible-workspace-hack v0.1.0
19102024-10-12T03:19:54.202Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
19112024-10-12T03:19:54.372Z Compiling pretty-hex v0.2.1
19122024-10-12T03:19:54.523Z Compiling fastrand v2.1.1
19132024-10-12T03:19:55.138Z Compiling tempfile v3.13.0
19142024-10-12T03:19:55.172Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19152024-10-12T03:19:55.651Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19162024-10-12T03:19:55.833Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19172024-10-12T03:19:56.559Z Compiling serde_with_macros v3.9.0
19182024-10-12T03:19:56.794Z Compiling parse-display-derive v0.10.0
19192024-10-12T03:19:57.158Z Compiling colored v2.1.0
19202024-10-12T03:19:58.502Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19212024-10-12T03:19:59.177Z Compiling socket2 v0.4.10
19222024-10-12T03:19:59.224Z Compiling instant v0.1.12
19232024-10-12T03:19:59.399Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19242024-10-12T03:20:00.665Z Compiling parse-display v0.10.0
19252024-10-12T03:20:00.681Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19262024-10-12T03:20:02.259Z Compiling progenitor v0.8.0
19272024-10-12T03:20:02.511Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19282024-10-12T03:20:02.572Z Compiling backoff v0.4.0
19292024-10-12T03:20:02.689Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19302024-10-12T03:20:02.949Z Compiling serde_with v3.9.0
19312024-10-12T03:20:02.951Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19322024-10-12T03:20:03.523Z Compiling zone_cfg_derive v0.3.0
19332024-10-12T03:20:03.565Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19342024-10-12T03:20:03.807Z Compiling camino-tempfile v1.1.1
19352024-10-12T03:20:04.352Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19362024-10-12T03:20:04.595Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19372024-10-12T03:20:04.823Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
19382024-10-12T03:20:04.841Z Compiling macaddr v1.0.1
19392024-10-12T03:20:04.901Z Compiling regress v0.9.1
19402024-10-12T03:20:05.503Z Compiling num-derive v0.4.2
19412024-10-12T03:20:07.269Z Compiling sigpipe v0.1.3
19422024-10-12T03:20:07.401Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19432024-10-12T03:20:07.696Z Compiling libefi-sys v0.1.0
19442024-10-12T03:20:07.812Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
19452024-10-12T03:20:08.080Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19462024-10-12T03:20:08.570Z Compiling zone v0.3.0
19472024-10-12T03:20:08.659Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
19482024-10-12T03:20:09.216Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19492024-10-12T03:20:09.358Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19502024-10-12T03:20:11.417Z Compiling smf v0.2.3
19512024-10-12T03:20:11.891Z Compiling bitfield-struct v0.6.1
19522024-10-12T03:20:13.293Z Compiling blake3 v1.5.1
19532024-10-12T03:20:13.585Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19542024-10-12T03:20:13.668Z Compiling ring v0.16.20
19552024-10-12T03:20:14.036Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19562024-10-12T03:20:14.546Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19572024-10-12T03:20:14.641Z Compiling xattr v1.3.1
19582024-10-12T03:20:14.780Z Compiling filetime v0.2.25
19592024-10-12T03:20:14.956Z Compiling memmap2 v0.9.4
19602024-10-12T03:20:15.145Z Compiling same-file v1.0.6
19612024-10-12T03:20:15.429Z Compiling arrayref v0.3.7
19622024-10-12T03:20:15.531Z Compiling spin v0.5.2
19632024-10-12T03:20:15.549Z Compiling untrusted v0.7.1
19642024-10-12T03:20:15.694Z Compiling constant_time_eq v0.3.0
19652024-10-12T03:20:15.747Z Compiling arrayvec v0.7.4
19662024-10-12T03:20:15.782Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19672024-10-12T03:20:15.864Z Compiling walkdir v2.5.0
19682024-10-12T03:20:15.909Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19692024-10-12T03:20:17.265Z Compiling tar v0.4.42
19702024-10-12T03:20:18.552Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19712024-10-12T03:20:18.577Z Compiling gethostname v0.5.0
19722024-10-12T03:20:18.916Z Compiling cargo-platform v0.1.8
19732024-10-12T03:20:18.916Z Compiling topological-sort v0.2.2
19742024-10-12T03:20:19.737Z Compiling cargo_metadata v0.18.1
19752024-10-12T03:20:22.508Z Compiling omicron-zone-package v0.11.1
19762024-10-12T03:20:25.404Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19772024-10-12T03:20:26.105Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19782024-10-12T03:20:27.881Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19792024-10-12T03:20:47.926Z Finished `release` profile [optimized] target(s) in 4m 37s
19802024-10-12T03:20:48.079Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19812024-10-12T03:20:48.122ZLogging to: /work/oxidecomputer/omicron/out/LOG
19822024-10-12T03:20:48.125ZCreated new build target 'test' and set it as active
19832024-10-12T03:20:48.125Z
19842024-10-12T03:20:48.125Zreal 4:38.198954686
19852024-10-12T03:20:48.125Zuser 31:33.328672082
19862024-10-12T03:20:48.125Zsys 3:57.478557169
19872024-10-12T03:20:48.125Ztrap 0.895538852
19882024-10-12T03:20:48.125Ztflt 3.476384657
19892024-10-12T03:20:48.125Zdflt 0.660752123
19902024-10-12T03:20:48.125Zkflt 0.009178478
19912024-10-12T03:20:48.125Zlock 1:10:37.527480474
19922024-10-12T03:20:48.126Zslp 2:02:10.234369563
19932024-10-12T03:20:48.126Zlat 2:05.327989775
19942024-10-12T03:20:48.126Zstop 3:59.141188009
19952024-10-12T03:20:48.126Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19962024-10-12T03:20:49.133Z Finished `release` profile [optimized] target(s) in 0.96s
19972024-10-12T03:20:49.186Z Running `target/release/omicron-package -t test package`
19982024-10-12T03:20:49.227ZLogging to: /work/oxidecomputer/omicron/out/LOG
19992024-10-12T03:20:50.392Z Compiling convert_case v0.4.0
20002024-10-12T03:20:50.392Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20012024-10-12T03:20:50.396Z Compiling itertools v0.13.0
20022024-10-12T03:20:50.397Z Compiling password-hash v0.5.0
20032024-10-12T03:20:50.397Z Compiling blake2 v0.10.6
20042024-10-12T03:20:50.397Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20052024-10-12T03:20:50.397Z Compiling newline-converter v0.3.0
20062024-10-12T03:20:50.517Z Compiling owo-colors v4.1.0
20072024-10-12T03:20:50.704Z Compiling cancel-safe-futures v0.1.5
20082024-10-12T03:20:50.838Z Compiling expectorate v1.1.0
20092024-10-12T03:20:50.880Z Compiling base64 v0.21.7
20102024-10-12T03:20:51.050Z Compiling argon2 v0.5.3
20112024-10-12T03:20:51.167Z Compiling derive_more v0.99.18
20122024-10-12T03:20:51.772Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20132024-10-12T03:20:51.926Z Compiling libsw v3.3.1
20142024-10-12T03:20:52.281Z Compiling swrite v0.1.0
20152024-10-12T03:20:52.371Z Compiling indent_write v2.2.0
20162024-10-12T03:20:52.430Z Compiling linear-map v1.2.0
20172024-10-12T03:20:52.560Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20182024-10-12T03:20:52.604Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20192024-10-12T03:20:52.677Z Compiling progenitor-client v0.8.0
20202024-10-12T03:20:52.839Z Compiling atomicwrites v0.4.4
20212024-10-12T03:20:53.097Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20222024-10-12T03:20:53.358Z Compiling progenitor v0.8.0
20232024-10-12T03:20:53.511Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20242024-10-12T03:20:53.601Z Compiling num-rational v0.4.2
20252024-10-12T03:20:53.794Z Compiling num-complex v0.4.6
20262024-10-12T03:20:54.280Z Compiling prettyplease v0.2.22
20272024-10-12T03:20:54.610Z Compiling float-ord v0.3.2
20282024-10-12T03:20:54.786Z Compiling semver v0.1.20
20292024-10-12T03:20:55.149Z Compiling num v0.4.3
20302024-10-12T03:20:55.276Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20312024-10-12T03:20:55.368Z Compiling rustc_version v0.1.7
20322024-10-12T03:20:55.791Z Compiling newtype_derive v0.1.6
20332024-10-12T03:20:56.073Z Compiling humantime v2.1.0
20342024-10-12T03:20:56.201Z Compiling highway v1.2.0
20352024-10-12T03:20:57.102Z Compiling home v0.5.9
20362024-10-12T03:20:57.371Z Compiling steno v0.4.1
20372024-10-12T03:20:57.637Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20382024-10-12T03:21:00.191Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20392024-10-12T03:21:00.662Z Compiling newtype-uuid v1.1.2
20402024-10-12T03:21:01.015Z Compiling ipnetwork v0.20.0
20412024-10-12T03:21:01.264Z Compiling instant v0.1.12
20422024-10-12T03:21:01.444Z Compiling slog-dtrace v0.3.0
20432024-10-12T03:21:01.750Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20442024-10-12T03:21:01.805Z Compiling backoff v0.4.0
20452024-10-12T03:21:01.849Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20462024-10-12T03:21:02.175Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20472024-10-12T03:21:02.195Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20482024-10-12T03:21:02.457Z Compiling parse-display v0.10.0
20492024-10-12T03:21:03.063Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20502024-10-12T03:21:03.247Z Compiling strum v0.26.3
20512024-10-12T03:21:03.428Z Compiling serde_with v3.9.0
20522024-10-12T03:21:07.336Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20532024-10-12T03:21:08.577Z Compiling regress v0.9.1
20542024-10-12T03:21:08.749Z Compiling macaddr v1.0.1
20552024-10-12T03:21:09.799Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20562024-10-12T03:21:10.693Z Compiling display-error-chain v0.2.1
20572024-10-12T03:21:10.896Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20582024-10-12T03:21:13.312Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20592024-10-12T03:21:15.846Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20602024-10-12T03:21:16.958Z Compiling half v2.4.1
20612024-10-12T03:21:17.676Z Compiling ciborium-io v0.2.2
20622024-10-12T03:21:17.845Z Compiling ciborium-ll v0.2.2
20632024-10-12T03:21:18.404Z Compiling tungstenite v0.21.0
20642024-10-12T03:21:19.171Z Compiling ciborium v0.2.2
20652024-10-12T03:21:20.654Z Compiling tokio-tungstenite v0.21.0
20662024-10-12T03:21:21.281Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20672024-10-12T03:21:21.304Z Compiling fastrand v2.1.1
20682024-10-12T03:21:21.826Z Compiling same-file v1.0.6
20692024-10-12T03:21:22.076Z Compiling walkdir v2.5.0
20702024-10-12T03:21:22.739Z Compiling tempfile v3.13.0
20712024-10-12T03:21:23.535Z Compiling ring v0.16.20
20722024-10-12T03:21:23.553Z Compiling blake3 v1.5.1
20732024-10-12T03:21:24.172Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20742024-10-12T03:21:26.236Z Compiling xattr v1.3.1
20752024-10-12T03:21:26.505Z Compiling memmap2 v0.9.4
20762024-10-12T03:21:26.933Z Compiling filetime v0.2.25
20772024-10-12T03:21:27.239Z Compiling keccak v0.1.5
20782024-10-12T03:21:27.641Z Compiling arrayvec v0.7.4
20792024-10-12T03:21:27.903Z Compiling spin v0.5.2
20802024-10-12T03:21:28.078Z Compiling untrusted v0.7.1
20812024-10-12T03:21:28.140Z Compiling constant_time_eq v0.3.0
20822024-10-12T03:21:28.275Z Compiling arrayref v0.3.7
20832024-10-12T03:21:28.311Z Compiling sha3 v0.10.8
20842024-10-12T03:21:29.195Z Compiling tar v0.4.42
20852024-10-12T03:21:29.473Z Compiling camino-tempfile v1.1.1
20862024-10-12T03:21:31.148Z Compiling toolchain_find v0.4.0
20872024-10-12T03:21:31.376Z Compiling nibble_vec v0.1.0
20882024-10-12T03:21:31.463Z Compiling radium v0.7.0
20892024-10-12T03:21:31.638Z Compiling topological-sort v0.2.2
20902024-10-12T03:21:31.726Z Compiling endian-type v0.1.2
20912024-10-12T03:21:31.883Z Compiling maplit v1.0.2
20922024-10-12T03:21:31.914Z Compiling crunchy v0.2.2
20932024-10-12T03:21:31.970Z Compiling glob v0.3.1
20942024-10-12T03:21:32.047Z Compiling radix_trie v0.2.1
20952024-10-12T03:21:32.348Z Compiling omicron-zone-package v0.11.1
20962024-10-12T03:21:32.423Z Compiling rustfmt-wrapper v0.2.1
20972024-10-12T03:21:32.756Z Compiling clang-sys v1.7.0
20982024-10-12T03:21:32.792Z Compiling maybe-uninit v2.0.0
20992024-10-12T03:21:32.966Z Compiling tap v1.0.1
21002024-10-12T03:21:33.006Z Compiling tiny-keccak v2.0.2
21012024-10-12T03:21:33.168Z Compiling wyz v0.5.1
21022024-10-12T03:21:33.449Z Compiling dsl_auto_type v0.1.2
21032024-10-12T03:21:33.469Z Compiling scheduled-thread-pool v0.2.7
21042024-10-12T03:21:33.527Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21052024-10-12T03:21:33.616Z Compiling secrecy v0.8.0
21062024-10-12T03:21:33.873Z Compiling bzip2-sys v0.1.11+1.0.8
21072024-10-12T03:21:33.895Z Compiling diesel_table_macro_syntax v0.2.0
21082024-10-12T03:21:34.304Z Compiling funty v2.0.0
21092024-10-12T03:21:34.365Z Compiling crc-catalog v2.4.0
21102024-10-12T03:21:34.531Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21112024-10-12T03:21:34.791Z Compiling arc-swap v1.7.1
21122024-10-12T03:21:34.810Z Compiling packed_struct v0.10.1
21132024-10-12T03:21:34.887Z Compiling diesel_derives v2.2.2
21142024-10-12T03:21:35.281Z Compiling slog-scope v4.4.0
21152024-10-12T03:21:35.457Z Compiling bitvec v1.0.1
21162024-10-12T03:21:36.113Z Compiling crc v3.2.1
21172024-10-12T03:21:37.592Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21182024-10-12T03:21:37.852Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21192024-10-12T03:21:37.987Z Compiling r2d2 v0.8.10
21202024-10-12T03:21:38.512Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21212024-10-12T03:21:38.704Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21222024-10-12T03:21:39.882Z Compiling ascii-canvas v3.0.0
21232024-10-12T03:21:40.399Z Compiling universal-hash v0.5.1
21242024-10-12T03:21:40.647Z Compiling packed_struct_codegen v0.10.1
21252024-10-12T03:21:43.164Z Compiling thiserror-impl-no-std v2.0.2
21262024-10-12T03:21:43.212Z Compiling ena v0.14.3
21272024-10-12T03:21:43.698Z Compiling libloading v0.8.3
21282024-10-12T03:21:44.087Z Compiling indexmap v1.9.3
21292024-10-12T03:21:44.437Z Compiling opaque-debug v0.3.1
21302024-10-12T03:21:44.552Z Compiling nodrop v0.1.14
21312024-10-12T03:21:44.696Z Compiling bindgen v0.69.4
21322024-10-12T03:21:45.169Z Compiling regex-syntax v0.6.29
21332024-10-12T03:21:45.829Z Compiling diff v0.1.13
21342024-10-12T03:21:46.198Z Compiling diesel v2.2.4
21352024-10-12T03:21:46.373Z Compiling thiserror-no-std v2.0.2
21362024-10-12T03:21:46.541Z Compiling array-init v0.0.4
21372024-10-12T03:21:47.787Z Compiling poly1305 v0.8.0
21382024-10-12T03:21:49.239Z Compiling lalrpop v0.19.12
21392024-10-12T03:22:00.746Z Compiling smallvec v0.6.14
21402024-10-12T03:22:01.247Z Compiling slog-stdlog v4.1.1
21412024-10-12T03:22:02.071Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21422024-10-12T03:22:02.466Z Compiling which v4.4.2
21432024-10-12T03:22:03.025Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21442024-10-12T03:22:03.221Z Compiling chacha20 v0.9.1
21452024-10-12T03:22:03.344Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21462024-10-12T03:22:03.585Z Compiling cexpr v0.6.0
21472024-10-12T03:22:03.701Z Compiling aead v0.5.2
21482024-10-12T03:22:04.059Z Compiling termcolor v1.4.1
21492024-10-12T03:22:05.119Z Compiling lazycell v1.3.0
21502024-10-12T03:22:05.155Z Compiling rustc-hash v1.1.0
21512024-10-12T03:22:05.331Z Compiling bitfield v0.14.0
21522024-10-12T03:22:05.351Z Compiling shlex v1.3.0
21532024-10-12T03:22:05.662Z Compiling hashbrown v0.12.3
21542024-10-12T03:22:05.735Z Compiling ref-cast v1.0.23
21552024-10-12T03:22:06.315Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21562024-10-12T03:22:08.109Z Compiling env_logger v0.10.2
21572024-10-12T03:22:11.101Z Compiling chacha20poly1305 v0.10.1
21582024-10-12T03:22:11.389Z Compiling slog-envlogger v2.2.0
21592024-10-12T03:22:13.925Z Compiling serde-hex v0.1.0
21602024-10-12T03:22:15.197Z Compiling polar-core v0.27.3
21612024-10-12T03:22:16.494Z Compiling bzip2 v0.4.4
21622024-10-12T03:22:16.988Z Compiling vsss-rs v3.3.4
21632024-10-12T03:22:19.035Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642024-10-12T03:22:19.380Z Compiling ron v0.8.1
21652024-10-12T03:22:19.997Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21662024-10-12T03:22:20.337Z Compiling derive_builder_core v0.20.0
21672024-10-12T03:22:20.376Z Compiling headers-core v0.3.0
21682024-10-12T03:22:20.553Z Compiling hashbrown v0.13.2
21692024-10-12T03:22:21.449Z Compiling fxhash v0.2.1
21702024-10-12T03:22:21.698Z Compiling libxml v0.3.3
21712024-10-12T03:22:21.914Z Compiling ref-cast-impl v1.0.23
21722024-10-12T03:22:22.084Z Compiling crc-any v2.5.0
21732024-10-12T03:22:22.558Z Compiling derive_builder_macro v0.20.0
21742024-10-12T03:22:23.053Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21752024-10-12T03:22:23.225Z Compiling object v0.30.4
21762024-10-12T03:22:25.182Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21772024-10-12T03:22:26.012Z Compiling headers v0.4.0
21782024-10-12T03:22:27.011Z Compiling samael v0.0.17
21792024-10-12T03:22:28.525Z Compiling zip v0.6.6
21802024-10-12T03:22:31.217Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21812024-10-12T03:22:33.798Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21822024-10-12T03:22:34.108Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21832024-10-12T03:22:34.341Z Compiling strum_macros v0.24.3
21842024-10-12T03:22:35.961Z Compiling kstat-rs v0.2.4
21852024-10-12T03:22:36.886Z Compiling async-recursion v1.1.1
21862024-10-12T03:22:36.975Z Compiling unicase v2.7.0
21872024-10-12T03:22:37.300Z Compiling path-slash v0.1.5
21882024-10-12T03:22:37.551Z Compiling indoc v1.0.9
21892024-10-12T03:22:37.661Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
21902024-10-12T03:22:38.286Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21912024-10-12T03:22:38.983Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21922024-10-12T03:22:40.234Z Compiling derive_builder v0.20.0
21932024-10-12T03:22:43.210Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21942024-10-12T03:22:45.378Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21952024-10-12T03:22:45.706Z Compiling crossterm v0.28.1
21962024-10-12T03:22:48.622Z Compiling pem v3.0.4
21972024-10-12T03:22:50.135Z Compiling http v0.2.12
21982024-10-12T03:22:52.880Z Compiling impl-trait-for-tuples v0.2.2
21992024-10-12T03:22:53.887Z Compiling oso-derive v0.27.3
22002024-10-12T03:22:54.895Z Compiling libz-sys v1.1.16
22012024-10-12T03:22:54.913Z Compiling quick-xml v0.33.0
22022024-10-12T03:22:55.564Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
22032024-10-12T03:22:55.716Z Compiling cfg_aliases v0.1.1
22042024-10-12T03:22:55.834Z Compiling parking_lot_core v0.8.6
22052024-10-12T03:22:55.980Z Compiling nix v0.28.0
22062024-10-12T03:22:56.485Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22072024-10-12T03:22:56.786Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22082024-10-12T03:22:58.087Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22092024-10-12T03:22:59.787Z Compiling oso v0.27.3
22102024-10-12T03:23:01.131Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22112024-10-12T03:23:01.444Z Compiling bb8 v0.8.5
22122024-10-12T03:23:02.086Z Compiling const_format_proc_macros v0.2.33
22132024-10-12T03:23:02.221Z Compiling vte_generate_state_changes v0.1.1
22142024-10-12T03:23:02.849Z Compiling buf-list v1.0.3
22152024-10-12T03:23:03.535Z Compiling vte v0.11.1
22162024-10-12T03:23:04.042Z Compiling const_format v0.2.33
22172024-10-12T03:23:05.000Z Compiling async-bb8-diesel v0.2.1
22182024-10-12T03:23:06.212Z Compiling h2 v0.3.26
22192024-10-12T03:23:06.302Z Compiling http-body v0.4.6
22202024-10-12T03:23:07.070Z Compiling fd-lock v4.0.2
22212024-10-12T03:23:07.296Z Compiling libgit2-sys v0.17.0+1.8.1
22222024-10-12T03:23:08.073Z Compiling pin-project-internal v1.1.5
22232024-10-12T03:23:10.935Z Compiling atty v0.2.14
22242024-10-12T03:23:11.117Z Compiling salty v0.3.0
22252024-10-12T03:23:11.578Z Compiling bytecount v0.6.8
22262024-10-12T03:23:11.914Z Compiling papergrid v0.11.0
22272024-10-12T03:23:17.306Z Compiling hyper v0.14.30
22282024-10-12T03:23:23.689Z Compiling pin-project v1.1.5
22292024-10-12T03:23:26.565Z Compiling parking_lot v0.11.2
22302024-10-12T03:23:31.841Z Compiling strip-ansi-escapes v0.2.0
22312024-10-12T03:23:33.569Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22322024-10-12T03:23:34.408Z Compiling tabled_derive v0.7.0
22332024-10-12T03:23:36.569Z Compiling crossterm v0.27.0
22342024-10-12T03:23:38.183Z Compiling peg-macros v0.8.4
22352024-10-12T03:23:40.841Z Compiling snafu-derive v0.8.2
22362024-10-12T03:23:41.506Z Compiling sqlparser_derive v0.2.2
22372024-10-12T03:23:42.536Z Compiling unicode_categories v0.1.1
22382024-10-12T03:23:42.922Z Compiling sync_wrapper v0.1.2
22392024-10-12T03:23:43.075Z Compiling nu-ansi-term v0.50.0
22402024-10-12T03:23:43.426Z Compiling rustyline v14.0.0
22412024-10-12T03:23:43.909Z Compiling reedline v0.33.0
22422024-10-12T03:23:44.289Z Compiling reqwest v0.11.27
22432024-10-12T03:23:45.665Z Compiling snafu v0.8.2
22442024-10-12T03:23:46.927Z Compiling sqlformat v0.2.6
22452024-10-12T03:23:49.826Z Compiling sqlparser v0.45.0
22462024-10-12T03:23:54.811Z Compiling peg v0.8.4
22472024-10-12T03:23:54.904Z Compiling tabled v0.15.0
22482024-10-12T03:23:57.420Z Compiling sled v0.34.7
22492024-10-12T03:23:57.906Z Compiling mime_guess v2.0.4
22502024-10-12T03:24:01.573Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22512024-10-12T03:24:05.498Z Compiling hickory-client v0.24.1
22522024-10-12T03:24:14.447Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
22532024-10-12T03:24:14.739Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22542024-10-12T03:24:18.486Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22552024-10-12T03:24:20.594Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22562024-10-12T03:24:21.012Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22572024-10-12T03:24:22.617Z Compiling globset v0.4.14
22582024-10-12T03:24:29.624Z Compiling hickory-server v0.24.1
22592024-10-12T03:24:29.627Z Compiling primeorder v0.13.6
22602024-10-12T03:24:30.147Z Compiling olpc-cjson v0.1.3
22612024-10-12T03:24:30.246Z Compiling bcs v0.1.6
22622024-10-12T03:24:30.488Z Compiling vergen v8.3.2
22632024-10-12T03:24:30.845Z Compiling env_filter v0.1.2
22642024-10-12T03:24:31.160Z Compiling serde_plain v1.0.2
22652024-10-12T03:24:31.721Z Compiling cargo-platform v0.1.8
22662024-10-12T03:24:32.187Z Compiling nanorand v0.7.0
22672024-10-12T03:24:32.249Z Compiling memoffset v0.9.1
22682024-10-12T03:24:32.614Z Compiling typed-path v0.7.1
22692024-10-12T03:24:32.858Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22702024-10-12T03:24:33.815Z Compiling flume v0.11.0
22712024-10-12T03:24:34.591Z Compiling cargo_metadata v0.18.1
22722024-10-12T03:24:38.003Z Compiling tough v0.17.1
22732024-10-12T03:24:39.276Z Compiling env_logger v0.11.5
22742024-10-12T03:24:39.410Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22752024-10-12T03:24:40.758Z Compiling p384 v0.13.0
22762024-10-12T03:24:41.983Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22772024-10-12T03:24:46.989Z Compiling git2 v0.19.0
22782024-10-12T03:24:49.779Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22792024-10-12T03:24:52.577Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22802024-10-12T03:24:53.907Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
22812024-10-12T03:24:55.839Z Compiling libsqlite3-sys v0.30.1
22822024-10-12T03:24:56.084Z Compiling lzma-sys v0.1.20
22832024-10-12T03:24:56.384Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
22842024-10-12T03:24:56.417Z Compiling parse-size v1.0.0
22852024-10-12T03:24:56.723Z Compiling rustls v0.21.12
22862024-10-12T03:24:56.753Z Compiling cfg_aliases v0.2.1
22872024-10-12T03:24:56.876Z Compiling nix v0.29.0
22882024-10-12T03:24:56.895Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
22892024-10-12T03:24:57.752Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22902024-10-12T03:25:00.516Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
22912024-10-12T03:25:01.233Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
22922024-10-12T03:25:01.982Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
22932024-10-12T03:25:03.683Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22942024-10-12T03:25:05.491Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
22952024-10-12T03:25:05.818Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
22962024-10-12T03:25:08.919Z Compiling rustls-webpki v0.101.7
22972024-10-12T03:25:09.595Z Compiling sct v0.7.1
22982024-10-12T03:25:09.994Z Compiling heck v0.3.3
22992024-10-12T03:25:10.061Z Compiling castaway v0.2.3
23002024-10-12T03:25:10.275Z Compiling rand_seeder v0.3.0
23012024-10-12T03:25:10.385Z Compiling csv-core v0.1.11
23022024-10-12T03:25:10.688Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23032024-10-12T03:25:11.043Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23042024-10-12T03:25:11.259Z Compiling http-range v0.1.5
23052024-10-12T03:25:11.857Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23062024-10-12T03:25:12.912Z Compiling hyper-staticfile v0.10.1
23072024-10-12T03:25:13.300Z Compiling csv v1.3.0
23082024-10-12T03:25:13.319Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23092024-10-12T03:25:13.555Z Compiling zone_cfg_derive v0.1.2
23102024-10-12T03:25:15.023Z Compiling compact_str v0.8.0
23112024-10-12T03:25:15.832Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23122024-10-12T03:25:16.913Z Compiling nix v0.27.1
23132024-10-12T03:25:17.758Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
23142024-10-12T03:25:18.559Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23152024-10-12T03:25:20.738Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23162024-10-12T03:25:25.264Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23172024-10-12T03:25:26.375Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23182024-10-12T03:25:30.359Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23192024-10-12T03:25:30.713Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23202024-10-12T03:25:31.042Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23212024-10-12T03:25:31.373Z Compiling unicode-truncate v1.0.0
23222024-10-12T03:25:31.533Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23232024-10-12T03:25:31.685Z Compiling lru v0.12.3
23242024-10-12T03:25:32.057Z Compiling hashlink v0.9.1
23252024-10-12T03:25:32.136Z Compiling instability v0.3.2
23262024-10-12T03:25:32.817Z Compiling fallible-iterator v0.3.0
23272024-10-12T03:25:33.173Z Compiling cassowary v0.3.0
23282024-10-12T03:25:33.665Z Compiling base64 v0.13.1
23292024-10-12T03:25:33.838Z Compiling fallible-streaming-iterator v0.1.9
23302024-10-12T03:25:34.129Z Compiling rusqlite v0.32.1
23312024-10-12T03:25:34.440Z Compiling ron v0.7.1
23322024-10-12T03:25:36.862Z Compiling ratatui v0.28.0
23332024-10-12T03:25:39.331Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23342024-10-12T03:25:40.026Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23352024-10-12T03:25:41.068Z Compiling xz2 v0.1.7
23362024-10-12T03:25:41.798Z Compiling tokio-rustls v0.24.1
23372024-10-12T03:25:48.347Z Compiling zone v0.1.8
23382024-10-12T03:25:49.885Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23392024-10-12T03:25:53.862Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23402024-10-12T03:25:58.092Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23412024-10-12T03:25:59.773Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23422024-10-12T03:26:00.243Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23432024-10-12T03:26:01.741Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23442024-10-12T03:26:02.822Z Compiling rustls-pemfile v1.0.4
23452024-10-12T03:26:03.614Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23462024-10-12T03:26:03.792Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23472024-10-12T03:26:03.945Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23482024-10-12T03:26:04.125Z Compiling signal-hook-tokio v0.3.1
23492024-10-12T03:26:04.348Z Compiling twox-hash v1.6.3
23502024-10-12T03:26:05.358Z Compiling yasna v0.5.2
23512024-10-12T03:26:06.315Z Compiling unicode-linebreak v0.1.5
23522024-10-12T03:26:06.916Z Compiling is_ci v1.2.0
23532024-10-12T03:26:07.222Z Compiling smawk v0.3.2
23542024-10-12T03:26:07.499Z Compiling textwrap v0.16.1
23552024-10-12T03:26:08.378Z Compiling supports-color v3.0.1
23562024-10-12T03:26:08.788Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
23572024-10-12T03:26:08.821Z Compiling rcgen v0.12.1
23582024-10-12T03:26:13.170Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23592024-10-12T03:26:18.631Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23602024-10-12T03:26:19.991Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23612024-10-12T03:26:21.416Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23622024-10-12T03:26:26.507Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23632024-10-12T03:26:28.449Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23642024-10-12T03:26:29.043Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23652024-10-12T03:26:30.152Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23662024-10-12T03:26:36.784Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23672024-10-12T03:26:37.128Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
23682024-10-12T03:26:40.128Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23692024-10-12T03:26:43.810Z Compiling fatfs v0.3.6
23702024-10-12T03:26:46.664Z Compiling rtoolbox v0.0.2
23712024-10-12T03:26:47.113Z Compiling subprocess v0.2.9
23722024-10-12T03:26:47.390Z Compiling assert_matches v1.5.0
23732024-10-12T03:26:49.305Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23742024-10-12T03:26:51.926Z Compiling rpassword v7.3.1
23752024-10-12T03:26:52.388Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23762024-10-12T03:26:54.623Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23772024-10-12T03:26:57.201Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23782024-10-12T03:27:04.357Z Compiling tui-tree-widget v0.22.0
23792024-10-12T03:27:04.801Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23802024-10-12T03:27:14.993Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23812024-10-12T03:27:19.246Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23822024-10-12T03:27:19.576Z Compiling uzers v0.11.3
23832024-10-12T03:27:22.245Z Compiling shell-words v1.1.0
23842024-10-12T03:27:22.706Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23852024-10-12T03:27:26.148Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23862024-10-12T03:27:28.203Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23872024-10-12T03:27:54.818Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23882024-10-12T03:27:55.011Z Compiling multimap v0.10.0
23892024-10-12T03:29:58.638Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23902024-10-12T03:30:23.096Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912024-10-12T03:36:51.577Z Finished `release` profile [optimized] target(s) in 16m 02s
23922024-10-12T03:37:50.338Z
23932024-10-12T03:37:50.341Zreal 17:02.024010138
23942024-10-12T03:37:50.341Zuser 1:56:27.124955069
23952024-10-12T03:37:50.341Zsys 5:40.093082934
23962024-10-12T03:37:50.341Ztrap 2.818584846
23972024-10-12T03:37:50.341Ztflt 3.177416256
23982024-10-12T03:37:50.341Zdflt 3.545832990
23992024-10-12T03:37:50.341Zkflt 0.308136957
24002024-10-12T03:37:50.341Zlock 7:09:14.348233607
24012024-10-12T03:37:50.341Zslp 6:12:05.809992162
24022024-10-12T03:37:50.341Zlat 2:53.705052156
24032024-10-12T03:37:50.341Zstop 2:37.650217001
24042024-10-12T03:37:50.341Z+ mapfile -t packages
24052024-10-12T03:37:50.341Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24062024-10-12T03:37:51.441Z Finished `release` profile [optimized] target(s) in 1.04s
24072024-10-12T03:37:51.488Z Running `target/release/omicron-package -t test list-outputs`
24082024-10-12T03:37:51.536ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092024-10-12T03:37:51.538Z+ ptime -m cargo build --locked --release -p xtask
24102024-10-12T03:37:52.159Z Compiling serde v1.0.210
24112024-10-12T03:37:52.162Z Compiling libc v0.2.159
24122024-10-12T03:37:52.162Z Compiling serde_json v1.0.128
24132024-10-12T03:37:52.162Z Compiling rustix v0.38.37
24142024-10-12T03:37:52.248Z Compiling syn v2.0.79
24152024-10-12T03:37:52.264Z Compiling bitflags v2.6.0
24162024-10-12T03:37:52.676Z Compiling usdt-impl v0.5.0
24172024-10-12T03:37:52.761Z Compiling syn v1.0.109
24182024-10-12T03:37:52.803Z Compiling log v0.4.22
24192024-10-12T03:37:52.817Z Compiling hashbrown v0.14.5
24202024-10-12T03:37:52.874Z Compiling fs-err v2.11.0
24212024-10-12T03:37:53.195Z Compiling once_cell v1.19.0
24222024-10-12T03:37:53.265Z Compiling anyhow v1.0.89
24232024-10-12T03:37:53.668Z Compiling thread-id v4.2.1
24242024-10-12T03:37:54.195Z Compiling indexmap v2.5.0
24252024-10-12T03:37:55.271Z Compiling terminal_size v0.4.0
24262024-10-12T03:37:55.271Z Compiling tempfile v3.13.0
24272024-10-12T03:37:55.515Z Compiling clap_builder v4.5.20
24282024-10-12T03:37:56.053Z Compiling proc-macro-error v1.0.4
24292024-10-12T03:37:57.502Z Compiling tabled_derive v0.7.0
24302024-10-12T03:37:58.849Z Compiling tabled v0.15.0
24312024-10-12T03:37:59.939Z Compiling serde_derive v1.0.210
24322024-10-12T03:38:00.155Z Compiling thiserror-impl v1.0.64
24332024-10-12T03:38:00.502Z Compiling zerocopy-derive v0.7.34
24342024-10-12T03:38:02.540Z Compiling zerocopy v0.7.34
24352024-10-12T03:38:02.676Z Compiling scroll_derive v0.12.0
24362024-10-12T03:38:03.040Z Compiling thiserror v1.0.64
24372024-10-12T03:38:03.206Z Compiling pest v2.7.10
24382024-10-12T03:38:04.167Z Compiling scroll v0.12.0
24392024-10-12T03:38:04.847Z Compiling goblin v0.8.2
24402024-10-12T03:38:06.116Z Compiling pest_meta v2.7.10
24412024-10-12T03:38:08.225Z Compiling pest_generator v2.7.10
24422024-10-12T03:38:10.245Z Compiling pest_derive v2.7.10
24432024-10-12T03:38:11.056Z Compiling dtrace-parser v0.2.0
24442024-10-12T03:38:12.939Z Compiling clap_derive v4.5.18
24452024-10-12T03:38:15.084Z Compiling toml_datetime v0.6.8
24462024-10-12T03:38:15.792Z Compiling serde_spanned v0.6.7
24472024-10-12T03:38:16.440Z Compiling serde_tokenstream v0.2.2
24482024-10-12T03:38:17.082Z Compiling dof v0.3.0
24492024-10-12T03:38:17.606Z Compiling toml_edit v0.22.22
24502024-10-12T03:38:18.782Z Compiling camino v1.1.9
24512024-10-12T03:38:20.415Z Compiling cargo-platform v0.1.8
24522024-10-12T03:38:21.104Z Compiling usdt-macro v0.5.0
24532024-10-12T03:38:21.558Z Compiling toml v0.8.19
24542024-10-12T03:38:22.371Z Compiling usdt-attr-macro v0.5.0
24552024-10-12T03:38:22.816Z Compiling semver v1.0.23
24562024-10-12T03:38:23.799Z Compiling usdt v0.5.0
24572024-10-12T03:38:24.284Z Compiling cargo_metadata v0.18.1
24582024-10-12T03:38:25.287Z Compiling cargo_toml v0.20.5
24592024-10-12T03:38:28.156Z Compiling camino-tempfile v1.1.1
24602024-10-12T03:38:28.231Z Compiling clap v4.5.20
24612024-10-12T03:38:28.303Z Compiling macaddr v1.0.1
24622024-10-12T03:38:37.118Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24632024-10-12T03:38:48.694Z Finished `release` profile [optimized] target(s) in 57.09s
24642024-10-12T03:38:48.793Z
24652024-10-12T03:38:48.793Zreal 57.222789703
24662024-10-12T03:38:48.794Zuser 5:43.456093924
24672024-10-12T03:38:48.794Zsys 32.994201347
24682024-10-12T03:38:48.794Ztrap 0.148064909
24692024-10-12T03:38:48.796Ztflt 0.421392453
24702024-10-12T03:38:48.796Zdflt 0.684905836
24712024-10-12T03:38:48.796Zkflt 0.000004499
24722024-10-12T03:38:48.796Zlock 10:58.574624663
24732024-10-12T03:38:48.796Zslp 16:02.626141513
24742024-10-12T03:38:48.796Zlat 12.441361079
24752024-10-12T03:38:48.796Zstop 15.607036479
24762024-10-12T03:38:48.796Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24772024-10-12T03:38:48.797Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24782024-10-12T03:38:48.797Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24792024-10-12T03:38:48.797Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24802024-10-12T03:38:48.797Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24812024-10-12T03:38:49.693Z Compiling regress v0.10.1
24822024-10-12T03:38:49.814Z Compiling unsafe-libyaml v0.2.11
24832024-10-12T03:38:49.827Z Compiling progenitor-client v0.8.0
24842024-10-12T03:38:49.829Z Compiling ident_case v1.0.1
24852024-10-12T03:38:49.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24862024-10-12T03:38:49.829Z Compiling ipnetwork v0.20.0
24872024-10-12T03:38:49.829Z Compiling instant v0.1.12
24882024-10-12T03:38:49.829Z Compiling structmeta-derive v0.3.0
24892024-10-12T03:38:49.952Z Compiling newtype-uuid v1.1.2
24902024-10-12T03:38:50.009Z Compiling darling_core v0.20.9
24912024-10-12T03:38:50.261Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
24922024-10-12T03:38:50.319Z Compiling regress v0.9.1
24932024-10-12T03:38:50.678Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24942024-10-12T03:38:50.725Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24952024-10-12T03:38:51.005Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24962024-10-12T03:38:51.072Z Compiling serde_yaml v0.9.34+deprecated
24972024-10-12T03:38:51.491Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982024-10-12T03:38:51.691Z Compiling backoff v0.4.0
24992024-10-12T03:38:51.735Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25002024-10-12T03:38:51.776Z Compiling macaddr v1.0.1
25012024-10-12T03:38:51.908Z Compiling tempfile v3.13.0
25022024-10-12T03:38:52.051Z Compiling proc-macro-crate v1.3.1
25032024-10-12T03:38:52.243Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25042024-10-12T03:38:52.642Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25052024-10-12T03:38:52.776Z Compiling foreign-types-macros v0.2.3
25062024-10-12T03:38:52.831Z Compiling structmeta v0.3.0
25072024-10-12T03:38:52.985Z Compiling heapless v0.8.0
25082024-10-12T03:38:53.148Z Compiling num_enum_derive v0.5.11
25092024-10-12T03:38:53.284Z Compiling parse-display-derive v0.10.0
25102024-10-12T03:38:53.589Z Compiling typify-impl v0.2.0
25112024-10-12T03:38:54.097Z Compiling foreign-types-shared v0.3.1
25122024-10-12T03:38:54.231Z Compiling foreign-types v0.5.0
25132024-10-12T03:38:54.861Z Compiling proc-macro-error v1.0.4
25142024-10-12T03:38:55.098Z Compiling camino-tempfile v1.1.1
25152024-10-12T03:38:55.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162024-10-12T03:38:55.461Z Compiling cstr-argument v0.1.2
25172024-10-12T03:38:55.570Z Compiling hash32 v0.3.1
25182024-10-12T03:38:55.596Z Compiling crucible-workspace-hack v0.1.0
25192024-10-12T03:38:55.727Z Compiling smoltcp v0.11.0
25202024-10-12T03:38:55.785Z Compiling num_enum v0.5.11
25212024-10-12T03:38:55.813Z Compiling pretty-hex v0.2.1
25222024-10-12T03:38:55.954Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25232024-10-12T03:38:56.002Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25242024-10-12T03:38:56.304Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25252024-10-12T03:38:56.321Z Compiling tabwriter v1.4.0
25262024-10-12T03:38:56.492Z Compiling colored v2.1.0
25272024-10-12T03:38:56.564Z Compiling cobs v0.2.3
25282024-10-12T03:38:56.675Z Compiling embedded-io v0.4.0
25292024-10-12T03:38:56.919Z Compiling postcard v1.0.8
25302024-10-12T03:38:56.922Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25312024-10-12T03:38:57.025Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25322024-10-12T03:38:57.154Z Compiling darling_macro v0.20.9
25332024-10-12T03:38:57.199Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25342024-10-12T03:38:57.327Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
25352024-10-12T03:38:57.346Z Compiling smf v0.2.3
25362024-10-12T03:38:57.669Z Compiling socket2 v0.4.10
25372024-10-12T03:38:57.686Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25382024-10-12T03:38:58.005Z Compiling parse-display v0.10.0
25392024-10-12T03:38:58.026Z Compiling zone_cfg_derive v0.3.0
25402024-10-12T03:38:58.105Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25412024-10-12T03:38:58.135Z Compiling darling v0.20.9
25422024-10-12T03:38:58.267Z Compiling serde_with_macros v3.9.0
25432024-10-12T03:38:58.611Z Compiling num-derive v0.4.2
25442024-10-12T03:38:58.717Z Compiling sigpipe v0.1.3
25452024-10-12T03:38:58.783Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462024-10-12T03:38:58.848Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25472024-10-12T03:38:59.122Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
25482024-10-12T03:38:59.537Z Compiling zone v0.3.0
25492024-10-12T03:38:59.617Z Compiling universal-hash v0.5.1
25502024-10-12T03:38:59.825Z Compiling opaque-debug v0.3.1
25512024-10-12T03:38:59.939Z Compiling num-rational v0.4.2
25522024-10-12T03:39:00.010Z Compiling password-hash v0.5.0
25532024-10-12T03:39:01.009Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25542024-10-12T03:39:01.028Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
25552024-10-12T03:39:01.138Z Compiling num-complex v0.4.6
25562024-10-12T03:39:01.262Z Compiling serde_with v3.9.0
25572024-10-12T03:39:01.774Z Compiling blake2 v0.10.6
25582024-10-12T03:39:01.887Z Compiling aead v0.5.2
25592024-10-12T03:39:02.056Z Compiling convert_case v0.4.0
25602024-10-12T03:39:02.280Z Compiling keccak v0.1.5
25612024-10-12T03:39:02.283Z Compiling argon2 v0.5.3
25622024-10-12T03:39:02.678Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25632024-10-12T03:39:03.107Z Compiling derive_more v0.99.18
25642024-10-12T03:39:03.142Z Compiling sha3 v0.10.8
25652024-10-12T03:39:03.320Z Compiling num v0.4.3
25662024-10-12T03:39:03.373Z Compiling poly1305 v0.8.0
25672024-10-12T03:39:03.438Z Compiling tungstenite v0.21.0
25682024-10-12T03:39:04.243Z Compiling chacha20 v0.9.1
25692024-10-12T03:39:04.722Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25702024-10-12T03:39:04.957Z Compiling base64 v0.21.7
25712024-10-12T03:39:05.126Z Compiling float-ord v0.3.2
25722024-10-12T03:39:05.183Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25732024-10-12T03:39:05.244Z Compiling tokio-tungstenite v0.21.0
25742024-10-12T03:39:05.313Z Compiling same-file v1.0.6
25752024-10-12T03:39:05.622Z Compiling semver v0.1.20
25762024-10-12T03:39:05.624Z Compiling walkdir v2.5.0
25772024-10-12T03:39:05.650Z Compiling newline-converter v0.3.0
25782024-10-12T03:39:05.742Z Compiling primeorder v0.13.6
25792024-10-12T03:39:05.785Z Compiling secrecy v0.8.0
25802024-10-12T03:39:05.823Z Compiling owo-colors v4.1.0
25812024-10-12T03:39:06.067Z Compiling rustc_version v0.1.7
25822024-10-12T03:39:06.135Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25832024-10-12T03:39:06.193Z Compiling home v0.5.9
25842024-10-12T03:39:06.285Z Compiling cancel-safe-futures v0.1.5
25852024-10-12T03:39:06.288Z Compiling prettyplease v0.2.22
25862024-10-12T03:39:06.406Z Compiling expectorate v1.1.0
25872024-10-12T03:39:06.474Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25882024-10-12T03:39:06.588Z Compiling thiserror-impl-no-std v2.0.2
25892024-10-12T03:39:06.615Z Compiling newtype_derive v0.1.6
25902024-10-12T03:39:06.667Z Compiling ring v0.16.20
25912024-10-12T03:39:06.732Z Compiling blake3 v1.5.1
25922024-10-12T03:39:06.827Z Compiling half v2.4.1
25932024-10-12T03:39:06.939Z Compiling unicase v2.7.0
25942024-10-12T03:39:07.031Z Compiling arc-swap v1.7.1
25952024-10-12T03:39:07.283Z Compiling ciborium-io v0.2.2
25962024-10-12T03:39:07.427Z Compiling ciborium-ll v0.2.2
25972024-10-12T03:39:07.573Z Compiling slog-scope v4.4.0
25982024-10-12T03:39:07.764Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25992024-10-12T03:39:08.111Z Compiling polyval v0.6.2
26002024-10-12T03:39:08.458Z Compiling atomicwrites v0.4.4
26012024-10-12T03:39:08.590Z Compiling libsw v3.3.1
26022024-10-12T03:39:08.864Z Compiling memmap2 v0.9.4
26032024-10-12T03:39:08.919Z Compiling indent_write v2.2.0
26042024-10-12T03:39:09.157Z Compiling arrayvec v0.7.4
26052024-10-12T03:39:09.321Z Compiling constant_time_eq v0.3.0
26062024-10-12T03:39:09.529Z Compiling libefi-sys v0.1.0
26072024-10-12T03:39:09.574Z Compiling untrusted v0.7.1
26082024-10-12T03:39:09.775Z Compiling salty v0.3.0
26092024-10-12T03:39:09.839Z Compiling thiserror-no-std v2.0.2
26102024-10-12T03:39:09.858Z Compiling parking_lot_core v0.8.6
26112024-10-12T03:39:09.975Z Compiling arrayref v0.3.7
26122024-10-12T03:39:10.084Z Compiling spin v0.5.2
26132024-10-12T03:39:10.219Z Compiling linear-map v1.2.0
26142024-10-12T03:39:10.401Z Compiling vsss-rs v3.3.4
26152024-10-12T03:39:10.469Z Compiling ghash v0.5.1
26162024-10-12T03:39:10.589Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26172024-10-12T03:39:10.702Z Compiling slog-stdlog v4.1.1
26182024-10-12T03:39:10.877Z Compiling ciborium v0.2.2
26192024-10-12T03:39:11.406Z Compiling toolchain_find v0.4.0
26202024-10-12T03:39:11.500Z Compiling p384 v0.13.0
26212024-10-12T03:39:11.700Z Compiling chacha20poly1305 v0.10.1
26222024-10-12T03:39:11.952Z Compiling itertools v0.13.0
26232024-10-12T03:39:12.167Z Compiling lzma-sys v0.1.20
26242024-10-12T03:39:12.408Z Compiling typify-macro v0.2.0
26252024-10-12T03:39:12.412Z Compiling ctr v0.9.2
26262024-10-12T03:39:12.756Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26272024-10-12T03:39:12.983Z Compiling bitfield-struct v0.6.1
26282024-10-12T03:39:13.066Z Compiling slog-dtrace v0.3.0
26292024-10-12T03:39:13.198Z Compiling highway v1.2.0
26302024-10-12T03:39:13.402Z Compiling topological-sort v0.2.2
26312024-10-12T03:39:13.650Z Compiling omicron-zone-package v0.11.1
26322024-10-12T03:39:14.155Z Compiling aes-gcm v0.10.3
26332024-10-12T03:39:14.175Z Compiling rustfmt-wrapper v0.2.1
26342024-10-12T03:39:14.473Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26352024-10-12T03:39:14.491Z Compiling mime_guess v2.0.4
26362024-10-12T03:39:14.566Z Compiling slog-envlogger v2.2.0
26372024-10-12T03:39:14.755Z Compiling steno v0.4.1
26382024-10-12T03:39:15.353Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26392024-10-12T03:39:15.637Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26402024-10-12T03:39:15.883Z Compiling heck v0.3.3
26412024-10-12T03:39:15.900Z Compiling ssh-encoding v0.2.0
26422024-10-12T03:39:16.079Z Compiling blowfish v0.9.1
26432024-10-12T03:39:16.303Z Compiling nibble_vec v0.1.0
26442024-10-12T03:39:16.367Z Compiling env_filter v0.1.2
26452024-10-12T03:39:16.404Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26462024-10-12T03:39:16.539Z Compiling endian-type v0.1.2
26472024-10-12T03:39:16.558Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482024-10-12T03:39:16.703Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26492024-10-12T03:39:16.775Z Compiling humantime v2.1.0
26502024-10-12T03:39:16.796Z Compiling radix_trie v0.2.1
26512024-10-12T03:39:16.844Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26522024-10-12T03:39:16.890Z Compiling typify v0.2.0
26532024-10-12T03:39:17.017Z Compiling progenitor-impl v0.8.0
26542024-10-12T03:39:17.079Z Compiling env_logger v0.11.5
26552024-10-12T03:39:17.103Z Compiling zone_cfg_derive v0.1.2
26562024-10-12T03:39:17.313Z Compiling bcrypt-pbkdf v0.10.0
26572024-10-12T03:39:17.548Z Compiling ssh-cipher v0.2.0
26582024-10-12T03:39:17.855Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26592024-10-12T03:39:17.960Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26602024-10-12T03:39:18.377Z Compiling parking_lot v0.11.2
26612024-10-12T03:39:18.684Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26622024-10-12T03:39:18.868Z Compiling gethostname v0.5.0
26632024-10-12T03:39:19.108Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26642024-10-12T03:39:19.132Z Compiling password-hash v0.4.2
26652024-10-12T03:39:19.228Z Compiling fxhash v0.2.1
26662024-10-12T03:39:19.288Z Compiling base64 v0.13.1
26672024-10-12T03:39:19.338Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26682024-10-12T03:39:19.457Z Compiling matches v0.1.10
26692024-10-12T03:39:19.516Z Compiling sled v0.34.7
26702024-10-12T03:39:19.572Z Compiling idna v0.2.3
26712024-10-12T03:39:19.693Z Compiling pbkdf2 v0.11.0
26722024-10-12T03:39:19.933Z Compiling ron v0.7.1
26732024-10-12T03:39:20.051Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26742024-10-12T03:39:20.087Z Compiling zone v0.1.8
26752024-10-12T03:39:20.107Z Compiling xz2 v0.1.7
26762024-10-12T03:39:20.613Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26772024-10-12T03:39:20.789Z Compiling ssh-key v0.6.6
26782024-10-12T03:39:21.750Z Compiling hickory-client v0.24.1
26792024-10-12T03:39:22.323Z Compiling p256 v0.13.2
26802024-10-12T03:39:22.371Z Compiling p521 v0.13.3
26812024-10-12T03:39:22.776Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26822024-10-12T03:39:23.171Z Compiling hickory-server v0.24.1
26832024-10-12T03:39:23.195Z Compiling enum-as-inner v0.5.1
26842024-10-12T03:39:23.871Z Compiling pem v3.0.4
26852024-10-12T03:39:24.276Z Compiling yasna v0.5.2
26862024-10-12T03:39:24.720Z Compiling headers-core v0.3.0
26872024-10-12T03:39:24.723Z Compiling kstat-rs v0.2.4
26882024-10-12T03:39:24.905Z Compiling nanorand v0.7.0
26892024-10-12T03:39:25.294Z Compiling progenitor-macro v0.8.0
26902024-10-12T03:39:25.403Z Compiling atty v0.2.14
26912024-10-12T03:39:25.501Z Compiling russh-cryptovec v0.7.2
26922024-10-12T03:39:25.562Z Compiling glob v0.3.1
26932024-10-12T03:39:25.643Z Compiling http-range v0.1.5
26942024-10-12T03:39:25.846Z Compiling md5 v0.7.0
26952024-10-12T03:39:26.015Z Compiling hyper-staticfile v0.10.1
26962024-10-12T03:39:26.018Z Compiling flume v0.11.0
26972024-10-12T03:39:26.078Z Compiling rcgen v0.12.1
26982024-10-12T03:39:26.359Z Compiling russh-keys v0.45.0
26992024-10-12T03:39:26.604Z Compiling headers v0.4.0
27002024-10-12T03:39:26.785Z Compiling trust-dns-proto v0.22.0
27012024-10-12T03:39:27.199Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27022024-10-12T03:39:28.646Z Compiling num-bigint v0.4.5
27032024-10-12T03:39:28.666Z Compiling des v0.8.1
27042024-10-12T03:39:29.035Z Compiling subprocess v0.2.9
27052024-10-12T03:39:30.344Z Compiling hex-literal v0.4.1
27062024-10-12T03:39:30.523Z Compiling dhcproto-macros v0.1.0
27072024-10-12T03:39:30.738Z Compiling display-error-chain v0.2.1
27082024-10-12T03:39:30.928Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27092024-10-12T03:39:31.066Z Compiling internet-checksum v0.2.1
27102024-10-12T03:39:31.502Z Compiling dhcproto v0.12.0
27112024-10-12T03:39:31.800Z Compiling russh v0.45.0
27122024-10-12T03:39:37.232Z Compiling progenitor v0.8.0
27132024-10-12T03:39:37.345Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27142024-10-12T03:39:37.347Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27152024-10-12T03:39:37.347Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27162024-10-12T03:39:37.347Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27172024-10-12T03:39:37.347Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27182024-10-12T03:39:37.348Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27192024-10-12T03:39:37.348Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27202024-10-12T03:39:37.447Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27212024-10-12T03:39:38.790Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27222024-10-12T03:39:42.569Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
27232024-10-12T03:39:43.995Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27242024-10-12T03:39:52.750Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27252024-10-12T03:39:52.753Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27262024-10-12T03:39:52.753Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272024-10-12T03:39:52.753Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282024-10-12T03:39:55.990Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27292024-10-12T03:39:56.039Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27302024-10-12T03:39:57.015Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27312024-10-12T03:39:57.042Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27322024-10-12T03:39:59.556Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27332024-10-12T03:40:00.559Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27342024-10-12T03:40:01.354Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27352024-10-12T03:40:01.545Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27362024-10-12T03:40:03.418Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27372024-10-12T03:40:04.306Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27382024-10-12T03:40:05.278Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27392024-10-12T03:40:05.509Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27402024-10-12T03:40:05.560Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412024-10-12T03:40:06.320Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27422024-10-12T03:40:06.886Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27432024-10-12T03:40:08.192Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27442024-10-12T03:40:08.645Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27452024-10-12T03:40:09.503Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27462024-10-12T03:40:10.072Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27472024-10-12T03:40:11.531Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27482024-10-12T03:40:12.618Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27492024-10-12T03:40:15.413Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27502024-10-12T03:40:15.433Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512024-10-12T03:40:21.188Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27522024-10-12T03:40:29.301Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532024-10-12T03:40:30.570Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27542024-10-12T03:40:47.900Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27552024-10-12T03:41:20.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
27562024-10-12T03:41:20.652Z
27572024-10-12T03:41:20.655Zreal 2:31.794024432
27582024-10-12T03:41:20.655Zuser 11:34.887948995
27592024-10-12T03:41:20.655Zsys 2:29.706443977
27602024-10-12T03:41:20.655Ztrap 0.305857871
27612024-10-12T03:41:20.655Ztflt 1.192809241
27622024-10-12T03:41:20.655Zdflt 1.676664218
27632024-10-12T03:41:20.655Zkflt 0.000010067
27642024-10-12T03:41:20.655Zlock 24:05.515244601
27652024-10-12T03:41:20.655Zslp 41:24.693543006
27662024-10-12T03:41:20.655Zlat 34.252707189
27672024-10-12T03:41:20.655Zstop 1:22.623168894
27682024-10-12T03:41:20.655Z+ mkdir tests
27692024-10-12T03:41:20.658Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27702024-10-12T03:41:20.658Z+ xargs -I '{}' -t cp '{}' tests/
27712024-10-12T03:41:21.743Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8daaf5a8d0b0f16f tests/
27722024-10-12T03:41:21.763Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8b6e2475cd83c96f tests/
27732024-10-12T03:41:21.784Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-88a97f877f434192 tests/
27742024-10-12T03:41:21.805Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1cd3fb300f41f46f tests/
27752024-10-12T03:41:21.975Z+ 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/*)
27762024-10-12T03:41:21.978Z+ 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-8b6e2475cd83c96f tests/commtest-88a97f877f434192 tests/dhcp_server-8daaf5a8d0b0f16f tests/end_to_end_tests-1cd3fb300f41f46f 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
27772024-10-12T03:42:27.316ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27782024-10-12T03:42:27.316Za .github/buildomat/ci-env.sh 1K
27792024-10-12T03:42:27.316Za out/target/test 1K
27802024-10-12T03:42:27.316Za out/npuzone/npuzone 23144K
27812024-10-12T03:42:27.316Za package-manifest.toml 32K
27822024-10-12T03:42:27.316Za smf/sled-agent/non-gimlet/config.toml 4K
27832024-10-12T03:42:27.316Za target/release/omicron-package 32858K
27842024-10-12T03:42:27.316Za target/release/xtask 12076K
27852024-10-12T03:42:27.316Za target/debug/bootstrap 198441K
27862024-10-12T03:42:27.316Za tests/bootstrap-8b6e2475cd83c96f 23780K
27872024-10-12T03:42:27.316Za tests/commtest-88a97f877f434192 24259K
27882024-10-12T03:42:27.316Za tests/dhcp_server-8daaf5a8d0b0f16f 23780K
27892024-10-12T03:42:27.316Za tests/end_to_end_tests-1cd3fb300f41f46f 210733K
27902024-10-12T03:42:27.316Za out/clickhouse.tar.gz 244631K
27912024-10-12T03:42:27.316Za out/clickhouse_keeper.tar.gz 244618K
27922024-10-12T03:42:27.316Za out/clickhouse_server.tar.gz 244614K
27932024-10-12T03:42:27.316Za out/cockroachdb.tar.gz 132847K
27942024-10-12T03:42:27.316Za out/crucible-dtrace.tar 82K
27952024-10-12T03:42:27.316Za out/crucible-pantry-zone.tar.gz 26985K
27962024-10-12T03:42:27.316Za out/crucible-zone.tar.gz 35179K
27972024-10-12T03:42:27.316Za out/external-dns.tar.gz 27059K
27982024-10-12T03:42:27.316Za out/internal-dns.tar.gz 27058K
27992024-10-12T03:42:27.316Za out/mg-ddm-gz.tar 62661K
28002024-10-12T03:42:27.316Za out/nexus.tar.gz 93959K
28012024-10-12T03:42:27.316Za out/ntp.tar.gz 9131K
28022024-10-12T03:42:27.316Za out/omicron-gateway-softnpu.tar.gz 21537K
28032024-10-12T03:42:27.316Za out/omicron-sled-agent.tar 103704K
28042024-10-12T03:42:27.316Za out/overlay.tar.gz 3K
28052024-10-12T03:42:27.316Za out/oximeter.tar.gz 44344K
28062024-10-12T03:42:27.316Za out/oxlog.tar 3038K
28072024-10-12T03:42:27.316Za out/probe.tar.gz 2764K
28082024-10-12T03:42:27.316Za out/propolis-server.tar.gz 66490K
28092024-10-12T03:42:27.317Za out/pumpkind-gz.tar 26665K
28102024-10-12T03:42:27.317Za out/switch-softnpu.tar.gz 222408K
28112024-10-12T03:42:27.319Z
28122024-10-12T03:42:27.319Zreal 1:05.327938039
28132024-10-12T03:42:27.319Zuser 1:02.288483048
28142024-10-12T03:42:27.319Zsys 4.314469340
28152024-10-12T03:42:27.319Ztrap 0.015820559
28162024-10-12T03:42:27.319Ztflt 0.000000000
28172024-10-12T03:42:27.319Zdflt 0.000000000
28182024-10-12T03:42:27.319Zkflt 0.000000000
28192024-10-12T03:42:27.319Zlock 0.000000000
28202024-10-12T03:42:27.319Zslp 1:02.144775509
28212024-10-12T03:42:27.319Zlat 1.887763871
28222024-10-12T03:42:27.319Zstop 0.000206348
28232024-10-12T03:42:27.322Zprocess exited: duration 1962484 ms, exit code 0
 
28242024-10-12T03:42:27.336Zfound 1 output files
28252024-10-12T03:42:27.336Zuploading: /work/package.tar.gz (1683756436 bytes)
28262024-10-12T03:42:59.974Zuploaded: /work/package.tar.gz