01JBKABATWKDAW5PAAZMD3R2BM: 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: 01JBKABPKKSES4X9E6DJEBR8TS

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-01T07:35:50.298Zjob assigned to worker 01JBKABWRF92S322P2E2Z1FJXE (queued for 1 m 8 s)
 
22024-11-01T07:35:58.296Zstarting task 0: "setup"
32024-11-01T07:35:58.304Z++ uname -s
42024-11-01T07:35:58.307Z+ kern=SunOS
52024-11-01T07:35:58.307Z+ case "$kern" in
62024-11-01T07:35:58.307Z+ [[ 0 == 12345 ]]
72024-11-01T07:35:58.307Z+ groupadd -g 12345 build
82024-11-01T07:35:58.309Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-01T07:36:00.323Z+ zfs create -o mountpoint=/work rpool/work
102024-11-01T07:36:00.454Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-01T07:36:00.457Z+ home_fs=zfs
122024-11-01T07:36:00.457Z+ [[ zfs == autofs ]]
132024-11-01T07:36:00.457Z+ mkdir -p /home/build
142024-11-01T07:36:00.459Z+ chown build:build /home/build /work
152024-11-01T07:36:02.461Z+ chmod 0700 /home/build /work
162024-11-01T07:36:02.464Zprocess exited: duration 4168 ms, exit code 0
 
172024-11-01T07:36:02.469Zstarting task 1: "rust-toolchain"
182024-11-01T07:36:02.474Z+ printf ' * toolchain channel = "%s"
192024-11-01T07:36:02.475Z' 1.82.0
202024-11-01T07:36:02.475Z+ printf ' * toolchain profile = "%s"
212024-11-01T07:36:02.475Z' default
222024-11-01T07:36:02.475Z * toolchain channel = "1.82.0"
232024-11-01T07:36:02.475Z * toolchain profile = "default"
242024-11-01T07:36:02.477Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-01T07:36:02.477Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-01T07:36:02.591Zinfo: downloading installer
272024-11-01T07:36:03.813Zinfo: profile set to 'default'
282024-11-01T07:36:03.813Zinfo: default host triple is x86_64-unknown-illumos
292024-11-01T07:36:03.816Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-01T07:36:03.949Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-01T07:36:03.949Zinfo: downloading component 'cargo'
322024-11-01T07:36:04.605Zinfo: downloading component 'clippy'
332024-11-01T07:36:04.860Zinfo: downloading component 'rust-docs'
342024-11-01T07:36:05.798Zinfo: downloading component 'rust-std'
352024-11-01T07:36:07.283Zinfo: downloading component 'rustc'
362024-11-01T07:36:12.568Zinfo: downloading component 'rustfmt'
372024-11-01T07:36:12.757Zinfo: installing component 'cargo'
382024-11-01T07:36:13.588Zinfo: installing component 'clippy'
392024-11-01T07:36:14.001Zinfo: installing component 'rust-docs'
402024-11-01T07:36:15.740Zinfo: installing component 'rust-std'
412024-11-01T07:36:17.651Zinfo: installing component 'rustc'
422024-11-01T07:36:23.927Zinfo: installing component 'rustfmt'
432024-11-01T07:36:24.272Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-01T07:36:24.272Z
452024-11-01T07:36:24.675Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-01T07:36:24.675Z
472024-11-01T07:36:24.678Z
482024-11-01T07:36:24.678ZRust is installed now. Great!
492024-11-01T07:36:24.678Z
502024-11-01T07:36:24.678ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-01T07:36:24.678Zenvironment variable. This has not been done automatically.
522024-11-01T07:36:24.678Z
532024-11-01T07:36:24.678ZTo configure your current shell, you need to source
542024-11-01T07:36:24.678Zthe corresponding env file under $HOME/.cargo.
552024-11-01T07:36:24.678Z
562024-11-01T07:36:24.678ZThis is usually done by running one of the following (note the leading DOT):
572024-11-01T07:36:24.678Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-01T07:36:24.678Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-01T07:36:24.755Z+ rustc --version
602024-11-01T07:36:24.823Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-01T07:36:24.826Zprocess exited: duration 22353 ms, exit code 0
 
622024-11-01T07:36:24.832Zstarting task 2: "authentication"
632024-11-01T07:36:24.853Zprocess exited: duration 21 ms, exit code 0
 
642024-11-01T07:36:24.858Zstarting task 3: "clone repository"
652024-11-01T07:36:24.864Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-01T07:36:24.866Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-01T07:36:26.450ZCloning into '/work/oxidecomputer/omicron'...
682024-11-01T07:36:36.252Z+ cd /work/oxidecomputer/omicron
692024-11-01T07:36:36.252Z+ git fetch origin 681a93f8cb78970e57c585b8c94fd37569e80eb2
702024-11-01T07:36:36.572ZFrom https://github.com/oxidecomputer/omicron
712024-11-01T07:36:36.575Z * branch 681a93f8cb78970e57c585b8c94fd37569e80eb2 -> FETCH_HEAD
722024-11-01T07:36:36.583Z+ [[ -n renovate/flume-0.x ]]
732024-11-01T07:36:36.585Z++ git branch --show-current
742024-11-01T07:36:36.588Z+ current=main
752024-11-01T07:36:36.588Z+ [[ main != renovate/flume-0.x ]]
762024-11-01T07:36:36.588Z+ git branch -f renovate/flume-0.x 681a93f8cb78970e57c585b8c94fd37569e80eb2
772024-11-01T07:36:36.590Z+ git checkout -f renovate/flume-0.x
782024-11-01T07:36:36.755ZSwitched to branch 'renovate/flume-0.x'
792024-11-01T07:36:36.758Z+ git reset --hard 681a93f8cb78970e57c585b8c94fd37569e80eb2
802024-11-01T07:36:36.770ZHEAD is now at 681a93f8c Update Rust crate flume to 0.11.1
812024-11-01T07:36:36.773Zprocess exited: duration 11910 ms, exit code 0
 
822024-11-01T07:36:36.778Zstarting task 4: "build"
832024-11-01T07:36:36.783Z+ source .github/buildomat/ci-env.sh
842024-11-01T07:36:36.783Z++ export CARGO_TERM_COLOR=always
852024-11-01T07:36:36.783Z++ CARGO_TERM_COLOR=always
862024-11-01T07:36:36.783Z+ cargo --version
872024-11-01T07:36:36.842Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-01T07:36:36.845Z+ rustc --version
892024-11-01T07:36:36.904Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-01T07:36:36.907Z+ WORK=/work
912024-11-01T07:36:36.907Z+ pfexec mkdir -p /work
922024-11-01T07:36:36.911Z+ pfexec chown build /work
932024-11-01T07:36:36.914Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-11-01T07:36:50.322Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-11-01T07:36:53.692Z Startup: Caching catalogs ... Done
962024-11-01T07:37:00.827ZPlanning: Solver setup ... Done (6.262s)
972024-11-01T07:37:00.918ZPlanning: Running solver ... Done (0.093s)
982024-11-01T07:37:01.056ZPlanning: Finding local manifests ... Done (0.060s)
992024-11-01T07:37:01.202ZPlanning: Fetching manifests: 0/5 0% complete
1002024-11-01T07:37:02.032ZPlanning: Fetching manifests: 5/5 100% complete
1012024-11-01T07:37:02.277ZPlanning: Package planning ... Done (0.245s)
1022024-11-01T07:37:02.333ZPlanning: Merging actions ... Done (0.055s)
1032024-11-01T07:37:03.049ZPlanning: Checking for conflicting actions ... Done (0.716s)
1042024-11-01T07:37:09.015ZPlanning: Consolidating action changes ... Done (5.965s)
1052024-11-01T07:37:09.425ZPlanning: Evaluating mediators ... Done (0.410s)
1062024-11-01T07:37:09.558ZPlanning: Planning completed in 15.77 seconds
1072024-11-01T07:37:09.573Z Packages to install: 4
1082024-11-01T07:37:09.573Z Packages to update: 1
1092024-11-01T07:37:09.583Z Mediators to change: 2
1102024-11-01T07:37:09.583Z Services to change: 1
1112024-11-01T07:37:09.583Z Estimated space available: 155.61 GB
1122024-11-01T07:37:09.583ZEstimated space to be consumed: 1.58 GB
1132024-11-01T07:37:09.583Z Create boot environment: No
1142024-11-01T07:37:09.583ZCreate backup boot environment: Yes
1152024-11-01T07:37:09.583Z Rebuild boot archive: No
1162024-11-01T07:37:09.583Z
1172024-11-01T07:37:09.583ZChanged mediators:
1182024-11-01T07:37:09.583Z mediator clang:
1192024-11-01T07:37:09.583Z version: None -> 15 (system default)
1202024-11-01T07:37:09.583Z
1212024-11-01T07:37:09.583Z mediator llvm:
1222024-11-01T07:37:09.583Z version: 14 (system default) -> 15 (system default)
1232024-11-01T07:37:09.583Z
1242024-11-01T07:37:09.583ZChanged packages:
1252024-11-01T07:37:09.583Zhelios-dev
1262024-11-01T07:37:09.583Z developer/build-essential
1272024-11-01T07:37:09.583Z None -> 11-2.0
1282024-11-01T07:37:09.583Z library/libxmlsec1
1292024-11-01T07:37:09.583Z None -> 1.2.35-2.0
1302024-11-01T07:37:09.583Z ooce/developer/clang-15
1312024-11-01T07:37:09.583Z None -> 15.0.7-2.0
1322024-11-01T07:37:09.583Z ooce/developer/llvm-15
1332024-11-01T07:37:09.583Z None -> 15.0.7-2.0
1342024-11-01T07:37:09.583Z package/pkg
1352024-11-01T07:37:09.583Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1362024-11-01T07:37:09.583Z
1372024-11-01T07:37:09.583ZServices:
1382024-11-01T07:37:09.583Z restart_fmri:
1392024-11-01T07:37:09.583Z svc:/system/update-man-index:default
1402024-11-01T07:37:09.583Z
1412024-11-01T07:37:09.583ZEditable files to change:
1422024-11-01T07:37:09.583Z Update:
1432024-11-01T07:37:09.583Z usr/share/lib/pkg/web/config.shtml
1442024-11-01T07:37:09.787Z
1452024-11-01T07:37:09.787ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1462024-11-01T07:37:15.862ZDownload: 213/4281 items 1.3/220.6MB 0% complete (740k/s)
1472024-11-01T07:37:20.912ZDownload: 865/4281 items 18.8/220.6MB 8% complete (1.8M/s)
1482024-11-01T07:37:25.937ZDownload: 1195/4281 items 71.3/220.6MB 32% complete (7.0M/s)
1492024-11-01T07:37:30.944ZDownload: 1406/4281 items 116.4/220.6MB 52% complete (9.8M/s)
1502024-11-01T07:37:35.969ZDownload: 2027/4281 items 118.7/220.6MB 53% complete (5.0M/s)
1512024-11-01T07:38:02.554ZDownload: 2224/4281 items 119.2/220.6MB 54% complete
1522024-11-01T07:38:07.557ZDownload: 3084/4281 items 121.4/220.6MB 55% complete (449k/s)
1532024-11-01T07:38:15.001ZDownload: 3246/4281 items 203.0/220.6MB 92% complete (11.1M/s)
1542024-11-01T07:38:28.081ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1552024-11-01T07:38:34.412ZDownload: 3285/4281 items 211.1/220.6MB 95% complete (2.5M/s)
1562024-11-01T07:38:39.522ZDownload: 3562/4281 items 215.6/220.6MB 97% complete (800k/s)
1572024-11-01T07:38:44.530ZDownload: 4072/4281 items 219.5/220.6MB 99% complete (777k/s)
1582024-11-01T07:38:49.585ZDownload: 4200/4281 items 220.5/220.6MB 99% complete (736k/s)
1592024-11-01T07:38:59.782ZDownload: 4203/4281 items 220.5/220.6MB 99% complete
1602024-11-01T07:39:07.180ZDownload: 4206/4281 items 220.6/220.6MB 99% complete
1612024-11-01T07:39:07.722ZDownload: Completed 220.60 MB in 117.92 seconds (1.9M/s)
1622024-11-01T07:39:09.711Z Actions: 1/5063 actions (Removing old actions)
1632024-11-01T07:39:09.728Z Actions: 194/5063 actions (Installing new actions)
1642024-11-01T07:39:14.798Z Actions: 4086/5063 actions (Installing new actions)
1652024-11-01T07:39:15.397Z Actions: 4226/5063 actions (Updating modified actions)
1662024-11-01T07:39:15.748Z Actions: Completed 5063 actions in 6.04 seconds.
1672024-11-01T07:39:16.106Z Done (0.349s)
1682024-11-01T07:39:16.108Z Done (0.000s)
1692024-11-01T07:39:16.613Z Done (0.506s)
1702024-11-01T07:39:23.202Z Done (6.375s)
1712024-11-01T07:39:23.570Z Done (0.300s)
1722024-11-01T07:39:23.574Z Done (0.000s)
1732024-11-01T07:39:23.729Z Done (0.000s)
1742024-11-01T07:39:24.393ZPlanning: Evaluating mediator changes ... Done
1752024-11-01T07:39:24.558ZPlanning: Checking for conflicting actions ... Done
1762024-11-01T07:39:24.561ZPlanning: Consolidating action changes ... Done
1772024-11-01T07:39:24.830ZPlanning: Evaluating mediators ... Done
1782024-11-01T07:39:24.833ZPlanning: Planning completed in 0.44 seconds
1792024-11-01T07:39:24.869Z Mediators to change: 2
1802024-11-01T07:39:24.869Z Create boot environment: No
1812024-11-01T07:39:24.871ZCreate backup boot environment: No
1822024-11-01T07:39:24.944Z Done
1832024-11-01T07:39:24.944Z Done
1842024-11-01T07:39:25.265Z Done
1852024-11-01T07:39:28.792Z Done
1862024-11-01T07:39:28.883Z Done
1872024-11-01T07:39:28.886Z Done
1882024-11-01T07:39:29.003Z Done
1892024-11-01T07:39:29.624ZPlanning: Evaluating mediator changes ... Done
1902024-11-01T07:39:29.627ZPlanning: Merging actions ... Done
1912024-11-01T07:39:29.820ZPlanning: Checking for conflicting actions ... Done
1922024-11-01T07:39:29.823ZPlanning: Consolidating action changes ... Done
1932024-11-01T07:39:30.093ZPlanning: Evaluating mediators ... Done
1942024-11-01T07:39:30.153ZPlanning: Planning completed in 0.78 seconds
1952024-11-01T07:39:30.193Z Packages to change: 1
1962024-11-01T07:39:30.193Z Mediators to change: 1
1972024-11-01T07:39:30.195Z Services to change: 1
1982024-11-01T07:39:30.195Z Create boot environment: No
1992024-11-01T07:39:30.195ZCreate backup boot environment: Yes
2002024-11-01T07:39:32.251Z Actions: 1/6 actions (Updating modified actions)
2012024-11-01T07:39:32.356Z Actions: Completed 6 actions in 0.11 seconds.
2022024-11-01T07:39:32.359Z Done
2032024-11-01T07:39:32.359Z Done
2042024-11-01T07:39:32.458Z Done
2052024-11-01T07:39:35.965Z Done
2062024-11-01T07:39:36.052Z Done
2072024-11-01T07:39:36.055Z Done
2082024-11-01T07:39:36.181Z Done
2092024-11-01T07:39:36.624ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2102024-11-01T07:39:36.624Zclang system 15 system
2112024-11-01T07:39:36.624Zcsh system system illumos
2122024-11-01T07:39:36.624Zctags system system illumos
2132024-11-01T07:39:36.624Zgcc vendor 12 vendor
2142024-11-01T07:39:36.624Zgcc system 10 system
2152024-11-01T07:39:36.624Zgcc system 7 system
2162024-11-01T07:39:36.624Zgo system 1.20 system
2172024-11-01T07:39:36.624Zgo system 1.19 system
2182024-11-01T07:39:36.624Zllvm system 15 system
2192024-11-01T07:39:36.624Zllvm system 14 system
2202024-11-01T07:39:36.624Zmariadb system 10.6 system
2212024-11-01T07:39:36.624Zmta vendor vendor dma
2222024-11-01T07:39:36.624Zopenjdk system 17 system
2232024-11-01T07:39:36.624Zopenjdk system 11 system
2242024-11-01T07:39:36.625Zopenjdk system 1.8 system
2252024-11-01T07:39:36.625Zopenssl vendor 3 vendor
2262024-11-01T07:39:36.625Zperl system 5.36 system
2272024-11-01T07:39:36.625Zpostgresql system 15 system
2282024-11-01T07:39:36.625Zpostgresql system 13 system
2292024-11-01T07:39:36.625Zpython vendor 3 vendor
2302024-11-01T07:39:36.625Zpython system 2 system
2312024-11-01T07:39:36.625Zpython3 system 3.11 system
2322024-11-01T07:39:36.625Zruby system 3.0 system
2332024-11-01T07:39:36.625Zwords vendor vendor american-english
2342024-11-01T07:39:36.625Zwords system system australian-english
2352024-11-01T07:39:36.625Zwords system system british-english
2362024-11-01T07:39:36.625Zwords system system canadian-english
2372024-11-01T07:39:36.625Zwords system system french
2382024-11-01T07:39:36.625Zwords system system italian
2392024-11-01T07:39:36.625Zwords system system ngerman
2402024-11-01T07:39:36.625Zwords system system ogerman
2412024-11-01T07:39:36.625Zwords system system spanish
2422024-11-01T07:39:36.962ZPUBLISHER TYPE STATUS P LOCATION
2432024-11-01T07:39:36.962Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442024-11-01T07:39:39.348ZFMRI IFO
2452024-11-01T07:39:39.348Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462024-11-01T07:39:39.348Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472024-11-01T07:39:39.348Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482024-11-01T07:39:39.348Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492024-11-01T07:39:39.348Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502024-11-01T07:39:39.348Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2512024-11-01T07:39:39.348Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2522024-11-01T07:39:39.348Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2532024-11-01T07:39:39.348Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2542024-11-01T07:39:39.348Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2552024-11-01T07:39:39.348Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2562024-11-01T07:39:39.348Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2572024-11-01T07:39:39.348Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2582024-11-01T07:39:39.348Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2592024-11-01T07:39:39.348Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2602024-11-01T07:39:40.022Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2612024-11-01T07:39:40.280Z Updating crates.io index
2622024-11-01T07:39:40.324Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632024-11-01T07:39:41.115Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642024-11-01T07:39:41.388Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652024-11-01T07:39:41.646Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662024-11-01T07:39:41.905Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672024-11-01T07:39:42.798Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682024-11-01T07:39:45.231Z Updating git repository `https://github.com/oxidecomputer/opte`
2692024-11-01T07:39:46.341Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702024-11-01T07:39:47.031Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712024-11-01T07:39:47.346Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722024-11-01T07:39:47.575Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732024-11-01T07:39:48.132Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2742024-11-01T07:39:48.483Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2752024-11-01T07:39:48.808Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762024-11-01T07:39:49.080Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772024-11-01T07:39:49.347Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782024-11-01T07:39:49.596Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792024-11-01T07:39:49.898Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802024-11-01T07:39:50.225Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812024-11-01T07:39:50.665Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822024-11-01T07:39:50.905Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832024-11-01T07:39:51.345Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842024-11-01T07:39:51.652Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852024-11-01T07:39:52.039Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862024-11-01T07:39:52.402Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872024-11-01T07:39:52.707Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882024-11-01T07:39:52.963Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892024-11-01T07:39:54.246Z Downloading crates ...
2902024-11-01T07:39:54.300Z Downloaded autocfg v1.4.0
2912024-11-01T07:39:54.304Z Downloaded anstyle v1.0.8
2922024-11-01T07:39:54.319Z Downloaded dtrace-parser v0.2.0
2932024-11-01T07:39:54.329Z Downloaded pretty-hex v0.4.1
2942024-11-01T07:39:54.336Z Downloaded usdt-macro v0.5.0
2952024-11-01T07:39:54.339Z Downloaded colorchoice v1.0.2
2962024-11-01T07:39:54.339Z Downloaded digest v0.10.7
2972024-11-01T07:39:54.343Z Downloaded camino-tempfile v1.1.1
2982024-11-01T07:39:54.346Z Downloaded pest_generator v2.7.14
2992024-11-01T07:39:54.350Z Downloaded is_terminal_polyfill v1.70.1
3002024-11-01T07:39:54.350Z Downloaded generic-array v0.14.7
3012024-11-01T07:39:54.350Z Downloaded strsim v0.11.1
3022024-11-01T07:39:54.354Z Downloaded serde_tokenstream v0.2.2
3032024-11-01T07:39:54.354Z Downloaded fastrand v2.1.1
3042024-11-01T07:39:54.357Z Downloaded bytecount v0.6.8
3052024-11-01T07:39:54.357Z Downloaded anstyle-query v1.1.1
3062024-11-01T07:39:54.360Z Downloaded thread-id v4.2.2
3072024-11-01T07:39:54.360Z Downloaded memmap v0.7.0
3082024-11-01T07:39:54.363Z Downloaded heck v0.4.1
3092024-11-01T07:39:54.363Z Downloaded tabled_derive v0.7.0
3102024-11-01T07:39:54.367Z Downloaded cargo_toml v0.20.5
3112024-11-01T07:39:54.375Z Downloaded semver v1.0.23
3122024-11-01T07:39:54.380Z Downloaded ucd-trie v0.1.7
3132024-11-01T07:39:54.387Z Downloaded ryu v1.0.18
3142024-11-01T07:39:54.390Z Downloaded clap_builder v4.5.20
3152024-11-01T07:39:54.394Z Downloaded log v0.4.22
3162024-11-01T07:39:54.401Z Downloaded anstream v0.6.15
3172024-11-01T07:39:54.405Z Downloaded textwrap v0.16.1
3182024-11-01T07:39:54.405Z Downloaded papergrid v0.11.0
3192024-11-01T07:39:54.410Z Downloaded proc-macro2 v1.0.87
3202024-11-01T07:39:54.414Z Downloaded equivalent v1.0.1
3212024-11-01T07:39:54.433Z Downloaded anstyle-parse v0.2.5
3222024-11-01T07:39:54.437Z Downloaded crypto-common v0.1.6
3232024-11-01T07:39:54.438Z Downloaded cfg-if v1.0.0
3242024-11-01T07:39:54.438Z Downloaded byteorder v1.5.0
3252024-11-01T07:39:54.442Z Downloaded block-buffer v0.10.4
3262024-11-01T07:39:54.446Z Downloaded swrite v0.1.0
3272024-11-01T07:39:54.446Z Downloaded usdt-attr-macro v0.5.0
3282024-11-01T07:39:54.446Z Downloaded terminal_size v0.4.0
3292024-11-01T07:39:54.450Z Downloaded clap_derive v4.5.18
3302024-11-01T07:39:54.454Z Downloaded dof v0.3.0
3312024-11-01T07:39:54.454Z Downloaded clap_lex v0.7.2
3322024-11-01T07:39:54.459Z Downloaded cargo-platform v0.1.8
3332024-11-01T07:39:54.459Z Downloaded macaddr v1.0.1
3342024-11-01T07:39:54.459Z Downloaded fs-err v2.11.0
3352024-11-01T07:39:54.463Z Downloaded thiserror-impl v1.0.64
3362024-11-01T07:39:54.467Z Downloaded proc-macro-error-attr v1.0.4
3372024-11-01T07:39:54.467Z Downloaded scroll_derive v0.12.0
3382024-11-01T07:39:54.467Z Downloaded scroll v0.12.0
3392024-11-01T07:39:54.472Z Downloaded heck v0.5.0
3402024-11-01T07:39:54.476Z Downloaded toml_datetime v0.6.8
3412024-11-01T07:39:54.480Z Downloaded plain v0.2.3
3422024-11-01T07:39:54.484Z Downloaded cpufeatures v0.2.14
3432024-11-01T07:39:54.491Z Downloaded smawk v0.3.2
3442024-11-01T07:39:54.499Z Downloaded usdt v0.5.0
3452024-11-01T07:39:54.499Z Downloaded cargo_metadata v0.18.1
3462024-11-01T07:39:54.499Z Downloaded thiserror v1.0.64
3472024-11-01T07:39:54.503Z Downloaded utf8parse v0.2.2
3482024-11-01T07:39:54.503Z Downloaded usdt-impl v0.5.0
3492024-11-01T07:39:54.503Z Downloaded serde_spanned v0.6.8
3502024-11-01T07:39:54.503Z Downloaded version_check v0.9.5
3512024-11-01T07:39:54.503Z Downloaded once_cell v1.20.2
3522024-11-01T07:39:54.507Z Downloaded fnv v1.0.7
3532024-11-01T07:39:54.507Z Downloaded errno v0.3.9
3542024-11-01T07:39:54.509Z Downloaded itoa v1.0.11
3552024-11-01T07:39:54.509Z Downloaded toml_edit v0.22.22
3562024-11-01T07:39:54.530Z Downloaded zerocopy-derive v0.7.35
3572024-11-01T07:39:54.535Z Downloaded clap v4.5.20
3582024-11-01T07:39:54.542Z Downloaded serde_derive v1.0.210
3592024-11-01T07:39:54.544Z Downloaded bitflags v2.6.0
3602024-11-01T07:39:54.547Z Downloaded quote v1.0.37
3612024-11-01T07:39:54.551Z Downloaded unicode-ident v1.0.13
3622024-11-01T07:39:54.554Z Downloaded typenum v1.17.0
3632024-11-01T07:39:54.556Z Downloaded toml v0.8.19
3642024-11-01T07:39:54.559Z Downloaded pest_meta v2.7.14
3652024-11-01T07:39:54.563Z Downloaded camino v1.1.9
3662024-11-01T07:39:54.563Z Downloaded anyhow v1.0.92
3672024-11-01T07:39:54.566Z Downloaded unicode-linebreak v0.1.5
3682024-11-01T07:39:54.568Z Downloaded tempfile v3.13.0
3692024-11-01T07:39:54.571Z Downloaded sha2 v0.10.8
3702024-11-01T07:39:54.574Z Downloaded proc-macro-error v1.0.4
3712024-11-01T07:39:54.576Z Downloaded pest_derive v2.7.14
3722024-11-01T07:39:54.580Z Downloaded indexmap v2.6.0
3732024-11-01T07:39:54.583Z Downloaded serde v1.0.210
3742024-11-01T07:39:54.589Z Downloaded serde_json v1.0.128
3752024-11-01T07:39:54.594Z Downloaded memchr v2.7.4
3762024-11-01T07:39:54.609Z Downloaded winnow v0.6.20
3772024-11-01T07:39:54.618Z Downloaded pest v2.7.14
3782024-11-01T07:39:54.625Z Downloaded hashbrown v0.15.0
3792024-11-01T07:39:54.637Z Downloaded zerocopy v0.7.35
3802024-11-01T07:39:54.653Z Downloaded syn v1.0.109
3812024-11-01T07:39:54.662Z Downloaded goblin v0.8.2
3822024-11-01T07:39:54.669Z Downloaded unicode-width v0.1.14
3832024-11-01T07:39:54.674Z Downloaded tabled v0.15.0
3842024-11-01T07:39:54.689Z Downloaded syn v2.0.79
3852024-11-01T07:39:54.699Z Downloaded rustix v0.38.37
3862024-11-01T07:39:54.740Z Downloaded libc v0.2.161
3872024-11-01T07:39:55.041Z Compiling proc-macro2 v1.0.87
3882024-11-01T07:39:55.041Z Compiling unicode-ident v1.0.13
3892024-11-01T07:39:55.044Z Compiling version_check v0.9.5
3902024-11-01T07:39:55.044Z Compiling serde v1.0.210
3912024-11-01T07:39:55.044Z Compiling memchr v2.7.4
3922024-11-01T07:39:55.044Z Compiling thiserror v1.0.64
3932024-11-01T07:39:55.044Z Compiling libc v0.2.161
3942024-11-01T07:39:55.074Z Compiling ryu v1.0.18
3952024-11-01T07:39:55.315Z Compiling itoa v1.0.11
3962024-11-01T07:39:55.430Z Compiling ucd-trie v0.1.7
3972024-11-01T07:39:55.541Z Compiling once_cell v1.20.2
3982024-11-01T07:39:55.891Z Compiling byteorder v1.5.0
3992024-11-01T07:39:55.910Z Compiling serde_json v1.0.128
4002024-11-01T07:39:56.399Z Compiling rustix v0.38.37
4012024-11-01T07:39:56.963Z Compiling bitflags v2.6.0
4022024-11-01T07:39:57.012Z Compiling usdt-impl v0.5.0
4032024-11-01T07:39:57.121Z Compiling proc-macro-error-attr v1.0.4
4042024-11-01T07:39:57.188Z Compiling syn v1.0.109
4052024-11-01T07:39:57.301Z Compiling proc-macro-error v1.0.4
4062024-11-01T07:39:57.326Z Compiling log v0.4.22
4072024-11-01T07:39:57.480Z Compiling camino v1.1.9
4082024-11-01T07:39:57.506Z Compiling utf8parse v0.2.2
4092024-11-01T07:39:57.590Z Compiling equivalent v1.0.1
4102024-11-01T07:39:57.668Z Compiling hashbrown v0.15.0
4112024-11-01T07:39:57.745Z Compiling thread-id v4.2.2
4122024-11-01T07:39:57.773Z Compiling plain v0.2.3
4132024-11-01T07:39:57.813Z Compiling anstyle-parse v0.2.5
4142024-11-01T07:39:57.944Z Compiling quote v1.0.37
4152024-11-01T07:39:58.017Z Compiling pretty-hex v0.4.1
4162024-11-01T07:39:58.133Z Compiling winnow v0.6.20
4172024-11-01T07:39:58.181Z Compiling is_terminal_polyfill v1.70.1
4182024-11-01T07:39:58.217Z Compiling anstyle-query v1.1.1
4192024-11-01T07:39:58.241Z Compiling autocfg v1.4.0
4202024-11-01T07:39:58.317Z Compiling syn v2.0.79
4212024-11-01T07:39:58.371Z Compiling errno v0.3.9
4222024-11-01T07:39:58.609Z Compiling anstyle v1.0.8
4232024-11-01T07:39:58.971Z Compiling indexmap v2.6.0
4242024-11-01T07:39:59.115Z Compiling colorchoice v1.0.2
4252024-11-01T07:39:59.273Z Compiling unicode-width v0.1.14
4262024-11-01T07:39:59.295Z Compiling semver v1.0.23
4272024-11-01T07:39:59.828Z Compiling fs-err v2.11.0
4282024-11-01T07:39:59.926Z Compiling anstream v0.6.15
4292024-11-01T07:40:00.137Z Compiling heck v0.5.0
4302024-11-01T07:40:00.348Z Compiling cfg-if v1.0.0
4312024-11-01T07:40:00.454Z Compiling fastrand v2.1.1
4322024-11-01T07:40:00.642Z Compiling clap_lex v0.7.2
4332024-11-01T07:40:00.670Z Compiling anyhow v1.0.92
4342024-11-01T07:40:00.672Z Compiling fnv v1.0.7
4352024-11-01T07:40:00.962Z Compiling terminal_size v0.4.0
4362024-11-01T07:40:01.147Z Compiling heck v0.4.1
4372024-11-01T07:40:01.199Z Compiling bytecount v0.6.8
4382024-11-01T07:40:01.331Z Compiling strsim v0.11.1
4392024-11-01T07:40:01.421Z Compiling papergrid v0.11.0
4402024-11-01T07:40:01.609Z Compiling tempfile v3.13.0
4412024-11-01T07:40:01.805Z Compiling clap_builder v4.5.20
4422024-11-01T07:40:01.981Z Compiling memmap v0.7.0
4432024-11-01T07:40:02.087Z Compiling unicode-linebreak v0.1.5
4442024-11-01T07:40:02.208Z Compiling smawk v0.3.2
4452024-11-01T07:40:02.471Z Compiling swrite v0.1.0
4462024-11-01T07:40:02.581Z Compiling textwrap v0.16.1
4472024-11-01T07:40:03.667Z Compiling tabled_derive v0.7.0
4482024-11-01T07:40:05.190Z Compiling tabled v0.15.0
4492024-11-01T07:40:06.137Z Compiling serde_derive v1.0.210
4502024-11-01T07:40:06.137Z Compiling thiserror-impl v1.0.64
4512024-11-01T07:40:06.140Z Compiling zerocopy-derive v0.7.35
4522024-11-01T07:40:06.162Z Compiling scroll_derive v0.12.0
4532024-11-01T07:40:06.245Z Compiling clap_derive v4.5.18
4542024-11-01T07:40:07.680Z Compiling scroll v0.12.0
4552024-11-01T07:40:08.233Z Compiling goblin v0.8.2
4562024-11-01T07:40:08.258Z Compiling zerocopy v0.7.35
4572024-11-01T07:40:09.822Z Compiling clap v4.5.20
4582024-11-01T07:40:11.587Z Compiling pest v2.7.14
4592024-11-01T07:40:13.224Z Compiling pest_meta v2.7.14
4602024-11-01T07:40:14.301Z Compiling pest_generator v2.7.14
4612024-11-01T07:40:15.712Z Compiling pest_derive v2.7.14
4622024-11-01T07:40:15.812Z Compiling serde_tokenstream v0.2.2
4632024-11-01T07:40:16.029Z Compiling serde_spanned v0.6.8
4642024-11-01T07:40:16.029Z Compiling toml_datetime v0.6.8
4652024-11-01T07:40:16.359Z Compiling cargo-platform v0.1.8
4662024-11-01T07:40:16.411Z Compiling toml_edit v0.22.22
4672024-11-01T07:40:16.437Z Compiling dtrace-parser v0.2.0
4682024-11-01T07:40:16.589Z Compiling macaddr v1.0.1
4692024-11-01T07:40:16.922Z Compiling camino-tempfile v1.1.1
4702024-11-01T07:40:17.351Z Compiling dof v0.3.0
4712024-11-01T07:40:17.712Z Compiling cargo_metadata v0.18.1
4722024-11-01T07:40:19.154Z Compiling usdt-macro v0.5.0
4732024-11-01T07:40:19.154Z Compiling usdt-attr-macro v0.5.0
4742024-11-01T07:40:19.425Z Compiling toml v0.8.19
4752024-11-01T07:40:20.301Z Compiling cargo_toml v0.20.5
4762024-11-01T07:40:20.407Z Compiling usdt v0.5.0
4772024-11-01T07:40:23.771Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4782024-11-01T07:40:27.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.79s
4792024-11-01T07:40:27.881Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4802024-11-01T07:40:28.386Z Downloading crates ...
4812024-11-01T07:40:28.521Z Downloaded aead v0.5.2
4822024-11-01T07:40:28.524Z Downloaded async-trait v0.1.83
4832024-11-01T07:40:28.527Z Downloaded arc-swap v1.7.1
4842024-11-01T07:40:28.532Z Downloaded crunchy v0.2.2
4852024-11-01T07:40:28.540Z Downloaded cfg_aliases v0.1.1
4862024-11-01T07:40:28.545Z Downloaded assert_matches v1.5.0
4872024-11-01T07:40:28.547Z Downloaded async-stream v0.3.6
4882024-11-01T07:40:28.550Z Downloaded arrayref v0.3.9
4892024-11-01T07:40:28.554Z Downloaded crossbeam-deque v0.8.5
4902024-11-01T07:40:28.556Z Downloaded http-range v0.1.5
4912024-11-01T07:40:28.560Z Downloaded bit-vec v0.6.3
4922024-11-01T07:40:28.560Z Downloaded adler2 v2.0.0
4932024-11-01T07:40:28.562Z Downloaded cipher v0.4.4
4942024-11-01T07:40:28.565Z Downloaded bitfield-struct v0.6.2
4952024-11-01T07:40:28.565Z Downloaded convert_case v0.4.0
4962024-11-01T07:40:28.567Z Downloaded chacha20 v0.9.1
4972024-11-01T07:40:28.570Z Downloaded ahash v0.8.11
4982024-11-01T07:40:28.573Z Downloaded new_debug_unreachable v1.0.6
4992024-11-01T07:40:28.579Z Downloaded crc v3.2.1
5002024-11-01T07:40:28.582Z Downloaded inout v0.1.3
5012024-11-01T07:40:28.585Z Downloaded highway v1.2.0
5022024-11-01T07:40:28.587Z Downloaded keccak v0.1.5
5032024-11-01T07:40:28.590Z Downloaded internet-checksum v0.2.1
5042024-11-01T07:40:28.590Z Downloaded atomic-waker v1.1.2
5052024-11-01T07:40:28.593Z Downloaded maplit v1.0.2
5062024-11-01T07:40:28.593Z Downloaded maybe-uninit v2.0.0
5072024-11-01T07:40:28.595Z Downloaded blowfish v0.9.1
5082024-11-01T07:40:28.598Z Downloaded hubpack v0.1.2
5092024-11-01T07:40:28.598Z Downloaded atty v0.2.14
5102024-11-01T07:40:28.600Z Downloaded nanorand v0.7.0
5112024-11-01T07:40:28.603Z Downloaded lazycell v1.3.0
5122024-11-01T07:40:28.605Z Downloaded debug-ignore v1.0.5
5132024-11-01T07:40:28.608Z Downloaded bcs v0.1.6
5142024-11-01T07:40:28.610Z Downloaded crc32fast v1.4.2
5152024-11-01T07:40:28.610Z Downloaded const_format_proc_macros v0.2.33
5162024-11-01T07:40:28.613Z Downloaded nodrop v0.1.14
5172024-11-01T07:40:28.615Z Downloaded hyper-staticfile v0.10.1
5182024-11-01T07:40:28.618Z Downloaded ciborium-io v0.2.2
5192024-11-01T07:40:28.618Z Downloaded addr2line v0.24.2
5202024-11-01T07:40:28.621Z Downloaded colored v2.1.0
5212024-11-01T07:40:28.624Z Downloaded lock_api v0.4.12
5222024-11-01T07:40:28.626Z Downloaded cfg_aliases v0.2.1
5232024-11-01T07:40:28.628Z Downloaded darling_macro v0.20.10
5242024-11-01T07:40:28.629Z Downloaded cstr-argument v0.1.2
5252024-11-01T07:40:28.631Z Downloaded crucible-workspace-hack v0.1.0
5262024-11-01T07:40:28.631Z Downloaded atomicwrites v0.4.4
5272024-11-01T07:40:28.634Z Downloaded memmap2 v0.9.5
5282024-11-01T07:40:28.637Z Downloaded iana-time-zone v0.1.61
5292024-11-01T07:40:28.639Z Downloaded newtype-uuid v1.1.2
5302024-11-01T07:40:28.639Z Downloaded cancel-safe-futures v0.1.5
5312024-11-01T07:40:28.643Z Downloaded mime_guess v2.0.5
5322024-11-01T07:40:28.649Z Downloaded mockall_derive v0.13.0
5332024-11-01T07:40:28.651Z Downloaded block-padding v0.3.3
5342024-11-01T07:40:28.651Z Downloaded bcrypt-pbkdf v0.10.0
5352024-11-01T07:40:28.653Z Downloaded ident_case v1.0.1
5362024-11-01T07:40:28.653Z Downloaded crossbeam-utils v0.8.20
5372024-11-01T07:40:28.657Z Downloaded rand_core v0.6.4
5382024-11-01T07:40:28.659Z Downloaded hubpack_derive v0.1.1
5392024-11-01T07:40:28.659Z Downloaded http-body v1.0.1
5402024-11-01T07:40:28.661Z Downloaded array-init v0.0.4
5412024-11-01T07:40:28.664Z Downloaded instant v0.1.13
5422024-11-01T07:40:28.664Z Downloaded ciborium v0.2.2
5432024-11-01T07:40:28.667Z Downloaded is_ci v1.2.0
5442024-11-01T07:40:28.669Z Downloaded castaway v0.2.3
5452024-11-01T07:40:28.672Z Downloaded bitfield v0.14.0
5462024-11-01T07:40:28.672Z Downloaded indexmap v1.9.3
5472024-11-01T07:40:28.676Z Downloaded console v0.15.8
5482024-11-01T07:40:28.680Z Downloaded bit-set v0.5.3
5492024-11-01T07:40:28.683Z Downloaded bb8 v0.8.5
5502024-11-01T07:40:28.686Z Downloaded ciborium-ll v0.2.2
5512024-11-01T07:40:28.686Z Downloaded matches v0.1.10
5522024-11-01T07:40:28.688Z Downloaded match_cfg v0.1.0
5532024-11-01T07:40:28.688Z Downloaded constant_time_eq v0.3.1
5542024-11-01T07:40:28.691Z Downloaded cexpr v0.6.0
5552024-11-01T07:40:28.693Z Downloaded normalize-line-endings v0.3.0
5562024-11-01T07:40:28.693Z Downloaded bytes v1.7.2
5572024-11-01T07:40:28.697Z Downloaded md5 v0.7.0
5582024-11-01T07:40:28.700Z Downloaded linked-hash-map v0.5.6
5592024-11-01T07:40:28.702Z Downloaded data-encoding v2.6.0
5602024-11-01T07:40:28.702Z Downloaded crc-catalog v2.4.0
5612024-11-01T07:40:28.705Z Downloaded curve25519-dalek-derive v0.1.1
5622024-11-01T07:40:28.707Z Downloaded buf-list v1.0.3
5632024-11-01T07:40:28.709Z Downloaded base64 v0.13.1
5642024-11-01T07:40:28.712Z Downloaded hyper-tls v0.6.0
5652024-11-01T07:40:28.714Z Downloaded http-body-util v0.1.2
5662024-11-01T07:40:28.717Z Downloaded indoc v1.0.9
5672024-11-01T07:40:28.719Z Downloaded humantime v2.1.0
5682024-11-01T07:40:28.721Z Downloaded waitgroup v0.1.2
5692024-11-01T07:40:28.724Z Downloaded rustls-pemfile v1.0.4
5702024-11-01T07:40:28.726Z Downloaded serde_urlencoded v0.7.1
5712024-11-01T07:40:28.729Z Downloaded hickory-resolver v0.24.1
5722024-11-01T07:40:28.734Z Downloaded diesel_table_macro_syntax v0.2.0
5732024-11-01T07:40:28.736Z Downloaded kstat-rs v0.2.4
5742024-11-01T07:40:28.736Z Downloaded zone_cfg_derive v0.1.2
5752024-11-01T07:40:28.739Z Downloaded is-terminal v0.4.13
5762024-11-01T07:40:28.739Z Downloaded cookie_store v0.21.0
5772024-11-01T07:40:28.742Z Downloaded derive_builder_macro v0.20.2
5782024-11-01T07:40:28.744Z Downloaded shlex v1.3.0
5792024-11-01T07:40:28.744Z Downloaded spin v0.5.2
5802024-11-01T07:40:28.747Z Downloaded string_cache v0.8.7
5812024-11-01T07:40:28.749Z Downloaded libefi-sys v0.1.0
5822024-11-01T07:40:28.749Z Downloaded lazy_static v1.5.0
5832024-11-01T07:40:28.752Z Downloaded memoffset v0.9.1
5842024-11-01T07:40:28.755Z Downloaded csv-core v0.1.11
5852024-11-01T07:40:28.757Z Downloaded strip-ansi-escapes v0.2.0
5862024-11-01T07:40:28.757Z Downloaded multimap v0.10.0
5872024-11-01T07:40:28.757Z Downloaded mime v0.3.17
5882024-11-01T07:40:28.760Z Downloaded foreign-types v0.3.2
5892024-11-01T07:40:28.762Z Downloaded nibble_vec v0.1.0
5902024-11-01T07:40:28.764Z Downloaded float-ord v0.3.2
5912024-11-01T07:40:28.764Z Downloaded libloading v0.8.5
5922024-11-01T07:40:28.767Z Downloaded slog-json v2.6.1
5932024-11-01T07:40:28.771Z Downloaded slog-scope v4.4.0
5942024-11-01T07:40:28.775Z Downloaded headers-core v0.3.0
5952024-11-01T07:40:28.775Z Downloaded time-core v0.1.2
5962024-11-01T07:40:28.775Z Downloaded darling_core v0.20.10
5972024-11-01T07:40:28.778Z Downloaded clang-sys v1.8.1
5982024-11-01T07:40:28.782Z Downloaded peg-runtime v0.8.3
5992024-11-01T07:40:28.787Z Downloaded twox-hash v1.6.3
6002024-11-01T07:40:28.790Z Downloaded httparse v1.9.5
6012024-11-01T07:40:28.790Z Downloaded rustc-demangle v0.1.24
6022024-11-01T07:40:28.792Z Downloaded termcolor v1.4.1
6032024-11-01T07:40:28.794Z Downloaded salsa20 v0.10.2
6042024-11-01T07:40:28.794Z Downloaded jobserver v0.1.32
6052024-11-01T07:40:28.797Z Downloaded ipnetwork v0.20.0
6062024-11-01T07:40:28.799Z Downloaded xattr v1.3.1
6072024-11-01T07:40:28.801Z Downloaded progenitor-client v0.8.0
6082024-11-01T07:40:28.804Z Downloaded spin v0.9.8
6092024-11-01T07:40:28.807Z Downloaded xz2 v0.1.7
6102024-11-01T07:40:28.812Z Downloaded serde-big-array v0.5.1
6112024-11-01T07:40:28.814Z Downloaded dyn-clone v1.0.17
6122024-11-01T07:40:28.814Z Downloaded dsl_auto_type v0.1.2
6132024-11-01T07:40:28.814Z Downloaded zone v0.3.0
6142024-11-01T07:40:28.817Z Downloaded universal-hash v0.5.1
6152024-11-01T07:40:28.817Z Downloaded unicode-xid v0.2.6
6162024-11-01T07:40:28.822Z Downloaded const-oid v0.9.6
6172024-11-01T07:40:28.824Z Downloaded lru v0.12.5
6182024-11-01T07:40:28.824Z Downloaded darling v0.20.10
6192024-11-01T07:40:28.827Z Downloaded filetime v0.2.25
6202024-11-01T07:40:28.830Z Downloaded stringprep v0.1.5
6212024-11-01T07:40:28.833Z Downloaded slog-stdlog v4.1.1
6222024-11-01T07:40:28.835Z Downloaded native-tls v0.2.12
6232024-11-01T07:40:28.838Z Downloaded multer v3.1.0
6242024-11-01T07:40:28.840Z Downloaded gethostname v0.5.0
6252024-11-01T07:40:28.845Z Downloaded allocator-api2 v0.2.18
6262024-11-01T07:40:28.848Z Downloaded tower-service v0.3.3
6272024-11-01T07:40:28.848Z Downloaded term v0.7.0
6282024-11-01T07:40:28.850Z Downloaded toolchain_find v0.4.0
6292024-11-01T07:40:28.853Z Downloaded termtree v0.4.1
6302024-11-01T07:40:28.853Z Downloaded foreign-types v0.5.0
6312024-11-01T07:40:28.856Z Downloaded time-macros v0.2.18
6322024-11-01T07:40:28.858Z Downloaded olpc-cjson v0.1.4
6332024-11-01T07:40:28.858Z Downloaded pem v3.0.4
6342024-11-01T07:40:28.861Z Downloaded hmac v0.12.1
6352024-11-01T07:40:28.864Z Downloaded packed_struct v0.10.1
6362024-11-01T07:40:28.868Z Downloaded dhcproto-macros v0.1.0
6372024-11-01T07:40:28.868Z Downloaded tokio-tungstenite v0.21.0
6382024-11-01T07:40:28.873Z Downloaded russh-keys v0.45.0
6392024-11-01T07:40:28.876Z Downloaded endian-type v0.1.2
6402024-11-01T07:40:28.876Z Downloaded packed_struct_codegen v0.10.1
6412024-11-01T07:40:28.876Z Downloaded progenitor-macro v0.8.0
6422024-11-01T07:40:28.876Z Downloaded http v1.1.0
6432024-11-01T07:40:28.881Z Downloaded rustc_version v0.1.7
6442024-11-01T07:40:28.886Z Downloaded rustc-hash v2.0.0
6452024-11-01T07:40:28.886Z Downloaded rustc-hash v1.1.0
6462024-11-01T07:40:28.888Z Downloaded ecdsa v0.16.9
6472024-11-01T07:40:28.888Z Downloaded rfc6979 v0.4.0
6482024-11-01T07:40:28.888Z Downloaded progenitor v0.8.0
6492024-11-01T07:40:28.891Z Downloaded walkdir v2.5.0
6502024-11-01T07:40:28.894Z Downloaded predicates-tree v1.0.11
6512024-11-01T07:40:28.898Z Downloaded shell-words v1.1.0
6522024-11-01T07:40:28.898Z Downloaded sha1 v0.10.6
6532024-11-01T07:40:28.900Z Downloaded rustfmt-wrapper v0.2.1
6542024-11-01T07:40:28.900Z Downloaded smallvec v0.6.14
6552024-11-01T07:40:28.903Z Downloaded env_logger v0.11.5
6562024-11-01T07:40:28.907Z Downloaded compact_str v0.8.0
6572024-11-01T07:40:28.909Z Downloaded slog v2.7.0
6582024-11-01T07:40:28.912Z Downloaded strum_macros v0.26.4
6592024-11-01T07:40:28.915Z Downloaded termios v0.3.3
6602024-11-01T07:40:28.918Z Downloaded topological-sort v0.2.2
6612024-11-01T07:40:28.922Z Downloaded strum_macros v0.25.3
6622024-11-01T07:40:28.926Z Downloaded chacha20poly1305 v0.10.1
6632024-11-01T07:40:28.926Z Downloaded tokio-tungstenite v0.24.0
6642024-11-01T07:40:28.929Z Downloaded mio v1.0.2
6652024-11-01T07:40:28.933Z Downloaded indicatif v0.17.8
6662024-11-01T07:40:28.939Z Downloaded hyper-util v0.1.9
6672024-11-01T07:40:28.953Z Downloaded display-error-chain v0.2.1
6682024-11-01T07:40:28.956Z Downloaded num-integer v0.1.46
6692024-11-01T07:40:28.959Z Downloaded hex-literal v0.4.1
6702024-11-01T07:40:28.959Z Downloaded futures-core v0.3.31
6712024-11-01T07:40:28.962Z Downloaded pkcs8 v0.10.2
6722024-11-01T07:40:28.964Z Downloaded num-iter v0.1.45
6732024-11-01T07:40:28.967Z Downloaded diff v0.1.13
6742024-11-01T07:40:28.970Z Downloaded backtrace v0.3.74
6752024-11-01T07:40:28.976Z Downloaded phf_codegen v0.11.2
6762024-11-01T07:40:28.980Z Downloaded getrandom v0.2.15
6772024-11-01T07:40:28.982Z Downloaded parse-display-derive v0.10.0
6782024-11-01T07:40:28.983Z Downloaded parse-display v0.10.0
6792024-11-01T07:40:28.983Z Downloaded futures-executor v0.3.31
6802024-11-01T07:40:28.987Z Downloaded half v2.4.1
6812024-11-01T07:40:28.989Z Downloaded hashlink v0.9.1
6822024-11-01T07:40:28.989Z Downloaded foldhash v0.1.3
6832024-11-01T07:40:28.992Z Downloaded tungstenite v0.24.0
6842024-11-01T07:40:28.996Z Downloaded parse-size v1.1.0
6852024-11-01T07:40:28.998Z Downloaded rusty-fork v0.3.0
6862024-11-01T07:40:28.998Z Downloaded hash32 v0.3.1
6872024-11-01T07:40:29.001Z Downloaded quick-error v1.2.3
6882024-11-01T07:40:29.001Z Downloaded path-slash v0.1.5
6892024-11-01T07:40:29.004Z Downloaded polyval v0.6.2
6902024-11-01T07:40:29.007Z Downloaded signal-hook-tokio v0.3.1
6912024-11-01T07:40:29.007Z Downloaded signal-hook-registry v1.4.2
6922024-11-01T07:40:29.011Z Downloaded serde_plain v1.0.2
6932024-11-01T07:40:29.011Z Downloaded scrypt v0.11.0
6942024-11-01T07:40:29.014Z Downloaded rustversion v1.0.17
6952024-11-01T07:40:29.016Z Downloaded opaque-debug v0.3.1
6962024-11-01T07:40:29.016Z Downloaded value-bag v1.9.0
6972024-11-01T07:40:29.019Z Downloaded rand_xorshift v0.3.0
6982024-11-01T07:40:29.026Z Downloaded rand_seeder v0.3.0
6992024-11-01T07:40:29.026Z Downloaded rand_chacha v0.3.1
7002024-11-01T07:40:29.026Z Downloaded untrusted v0.7.1
7012024-11-01T07:40:29.029Z Downloaded stable_deref_trait v1.2.0
7022024-11-01T07:40:29.029Z Downloaded sqlformat v0.2.6
7032024-11-01T07:40:29.029Z Downloaded whoami v1.5.2
7042024-11-01T07:40:29.033Z Downloaded progenitor-impl v0.8.0
7052024-11-01T07:40:29.035Z Downloaded num-rational v0.4.2
7062024-11-01T07:40:29.038Z Downloaded futures-channel v0.3.31
7072024-11-01T07:40:29.038Z Downloaded des v0.8.1
7082024-11-01T07:40:29.041Z Downloaded pkcs5 v0.7.1
7092024-11-01T07:40:29.045Z Downloaded tap v1.0.1
7102024-11-01T07:40:29.047Z Downloaded aes v0.8.4
7112024-11-01T07:40:29.050Z Downloaded structmeta v0.2.0
7122024-11-01T07:40:29.053Z Downloaded strum v0.26.3
7132024-11-01T07:40:29.055Z Downloaded defmt v0.3.8
7142024-11-01T07:40:29.060Z Downloaded fixedbitset v0.4.2
7152024-11-01T07:40:29.063Z Downloaded deranged v0.3.11
7162024-11-01T07:40:29.063Z Downloaded untrusted v0.9.0
7172024-11-01T07:40:29.067Z Downloaded hash32 v0.2.1
7182024-11-01T07:40:29.067Z Downloaded smallvec v1.13.2
7192024-11-01T07:40:29.071Z Downloaded futures-task v0.3.31
7202024-11-01T07:40:29.071Z Downloaded fragile v2.0.0
7212024-11-01T07:40:29.074Z Downloaded fxhash v0.2.1
7222024-11-01T07:40:29.075Z Downloaded smf v0.2.3
7232024-11-01T07:40:29.079Z Downloaded num-traits v0.2.19
7242024-11-01T07:40:29.082Z Downloaded downcast v0.11.0
7252024-11-01T07:40:29.083Z Downloaded rsa v0.9.6
7262024-11-01T07:40:29.087Z Downloaded vte_generate_state_changes v0.1.2
7272024-11-01T07:40:29.092Z Downloaded proc-macro-crate v1.3.1
7282024-11-01T07:40:29.092Z Downloaded num_enum v0.5.11
7292024-11-01T07:40:29.097Z Downloaded p256 v0.13.2
7302024-11-01T07:40:29.104Z Downloaded num v0.4.3
7312024-11-01T07:40:29.104Z Downloaded postcard v1.0.10
7322024-11-01T07:40:29.109Z Downloaded wait-timeout v0.2.0
7332024-11-01T07:40:29.109Z Downloaded num-conv v0.1.0
7342024-11-01T07:40:29.109Z Downloaded pin-project v1.1.6
7352024-11-01T07:40:29.118Z Downloaded rpassword v7.3.1
7362024-11-01T07:40:29.124Z Downloaded sqlparser_derive v0.2.2
7372024-11-01T07:40:29.129Z Downloaded thread_local v1.1.8
7382024-11-01T07:40:29.129Z Downloaded russh-cryptovec v0.7.3
7392024-11-01T07:40:29.129Z Downloaded scheduled-thread-pool v0.2.7
7402024-11-01T07:40:29.129Z Downloaded same-file v1.0.6
7412024-11-01T07:40:29.134Z Downloaded tokio-rustls v0.24.1
7422024-11-01T07:40:29.134Z Downloaded ff v0.13.0
7432024-11-01T07:40:29.134Z Downloaded structmeta-derive v0.2.0
7442024-11-01T07:40:29.138Z Downloaded tokio-macros v2.4.0
7452024-11-01T07:40:29.138Z Downloaded ssh-cipher v0.2.0
7462024-11-01T07:40:29.138Z Downloaded rcgen v0.12.1
7472024-11-01T07:40:29.145Z Downloaded funty v2.0.0
7482024-11-01T07:40:29.148Z Downloaded tokio-stream v0.1.16
7492024-11-01T07:40:29.148Z Downloaded rayon-core v1.12.1
7502024-11-01T07:40:29.155Z Downloaded password-hash v0.4.2
7512024-11-01T07:40:29.159Z Downloaded test-strategy v0.3.1
7522024-11-01T07:40:29.159Z Downloaded heapless v0.7.17
7532024-11-01T07:40:29.163Z Downloaded phf_generator v0.11.2
7542024-11-01T07:40:29.167Z Downloaded minimal-lexical v0.2.1
7552024-11-01T07:40:29.171Z Downloaded rtoolbox v0.0.2
7562024-11-01T07:40:29.177Z Downloaded ref-cast v1.0.23
7572024-11-01T07:40:29.177Z Downloaded steno v0.4.1
7582024-11-01T07:40:29.183Z Downloaded sync_wrapper v1.0.1
7592024-11-01T07:40:29.183Z Downloaded sync_wrapper v0.1.2
7602024-11-01T07:40:29.187Z Downloaded http v0.2.12
7612024-11-01T07:40:29.187Z Downloaded ssh-encoding v0.2.0
7622024-11-01T07:40:29.191Z Downloaded slog-dtrace v0.3.0
7632024-11-01T07:40:29.191Z Downloaded aes-gcm v0.10.3
7642024-11-01T07:40:29.195Z Downloaded strum_macros v0.24.3
7652024-11-01T07:40:29.197Z Downloaded subtle v2.6.1
7662024-11-01T07:40:29.201Z Downloaded structmeta-derive v0.3.0
7672024-11-01T07:40:29.201Z Downloaded structmeta v0.3.0
7682024-11-01T07:40:29.206Z Downloaded ppv-lite86 v0.2.20
7692024-11-01T07:40:29.206Z Downloaded num-derive v0.4.2
7702024-11-01T07:40:29.214Z Downloaded oso-derive v0.27.3
7712024-11-01T07:40:29.214Z Downloaded diesel-dtrace v0.3.0
7722024-11-01T07:40:29.214Z Downloaded semver v0.1.20
7732024-11-01T07:40:29.218Z Downloaded ed25519 v2.2.3
7742024-11-01T07:40:29.218Z Downloaded phf_shared v0.10.0
7752024-11-01T07:40:29.218Z Downloaded supports-color v3.0.1
7762024-11-01T07:40:29.218Z Downloaded glob v0.3.1
7772024-11-01T07:40:29.218Z Downloaded uzers v0.12.1
7782024-11-01T07:40:29.222Z Downloaded headers v0.4.0
7792024-11-01T07:40:29.226Z Downloaded derive-where v1.2.7
7802024-11-01T07:40:29.232Z Downloaded embedded-io v0.6.1
7812024-11-01T07:40:29.238Z Downloaded unicode_categories v0.1.1
7822024-11-01T07:40:29.238Z Downloaded vte v0.11.1
7832024-11-01T07:40:29.241Z Downloaded ref-cast-impl v1.0.23
7842024-11-01T07:40:29.241Z Downloaded postgres-types v0.2.8
7852024-11-01T07:40:29.241Z Downloaded postgres-protocol v0.6.7
7862024-11-01T07:40:29.248Z Downloaded nu-ansi-term v0.50.1
7872024-11-01T07:40:29.252Z Downloaded vsss-rs v3.3.4
7882024-11-01T07:40:29.252Z Downloaded snafu-derive v0.8.5
7892024-11-01T07:40:29.252Z Downloaded password-hash v0.5.0
7902024-11-01T07:40:29.256Z Downloaded openssl-macros v0.1.1
7912024-11-01T07:40:29.256Z Downloaded r2d2 v0.8.10
7922024-11-01T07:40:29.259Z Downloaded num-complex v0.4.6
7932024-11-01T07:40:29.259Z Downloaded zip v0.6.6
7942024-11-01T07:40:29.264Z Downloaded openssl-probe v0.1.5
7952024-11-01T07:40:29.269Z Downloaded typify-macro v0.2.0
7962024-11-01T07:40:29.269Z Downloaded thiserror-no-std v2.0.2
7972024-11-01T07:40:29.275Z Downloaded sigpipe v0.1.3
7982024-11-01T07:40:29.275Z Downloaded scopeguard v1.2.0
7992024-11-01T07:40:29.283Z Downloaded ena v0.14.3
8002024-11-01T07:40:29.283Z Downloaded group v0.13.0
8012024-11-01T07:40:29.283Z Downloaded hkdf v0.12.4
8022024-11-01T07:40:29.290Z Downloaded tabwriter v1.4.0
8032024-11-01T07:40:29.290Z Downloaded pretty-hex v0.2.1
8042024-11-01T07:40:29.290Z Downloaded peg v0.8.4
8052024-11-01T07:40:29.292Z Downloaded serde-hex v0.1.0
8062024-11-01T07:40:29.292Z Downloaded either v1.13.0
8072024-11-01T07:40:29.292Z Downloaded samael v0.0.17
8082024-11-01T07:40:29.298Z Downloaded phf_shared v0.11.2
8092024-11-01T07:40:29.303Z Downloaded hex v0.4.3
8102024-11-01T07:40:29.303Z Downloaded libxml v0.3.3
8112024-11-01T07:40:29.311Z Downloaded pem-rfc7468 v0.7.0
8122024-11-01T07:40:29.318Z Downloaded tokio-postgres v0.7.12
8132024-11-01T07:40:29.322Z Downloaded flagset v0.4.6
8142024-11-01T07:40:29.322Z Downloaded embedded-io v0.4.0
8152024-11-01T07:40:29.322Z Downloaded fd-lock v4.0.2
8162024-11-01T07:40:29.326Z Downloaded tls_codec_derive v0.4.1
8172024-11-01T07:40:29.326Z Downloaded tls_codec v0.4.1
8182024-11-01T07:40:29.332Z Downloaded serde_path_to_error v0.1.16
8192024-11-01T07:40:29.332Z Downloaded fallible-streaming-iterator v0.1.9
8202024-11-01T07:40:29.332Z Downloaded fallible-iterator v0.3.0
8212024-11-01T07:40:29.336Z Downloaded zone_cfg_derive v0.3.0
8222024-11-01T07:40:29.336Z Downloaded schemars_derive v0.8.21
8232024-11-01T07:40:29.336Z Downloaded ed25519-dalek v2.1.1
8242024-11-01T07:40:29.340Z Downloaded psl-types v2.0.11
8252024-11-01T07:40:29.340Z Downloaded unsafe-libyaml v0.2.11
8262024-11-01T07:40:29.344Z Downloaded tinyvec_macros v0.1.1
8272024-11-01T07:40:29.344Z Downloaded number_prefix v0.4.0
8282024-11-01T07:40:29.348Z Downloaded want v0.3.1
8292024-11-01T07:40:29.348Z Downloaded unicase v2.7.0
8302024-11-01T07:40:29.348Z Downloaded subprocess v0.2.9
8312024-11-01T07:40:29.352Z Downloaded derive_builder v0.20.2
8322024-11-01T07:40:29.356Z Downloaded unarray v0.1.4
8332024-11-01T07:40:29.360Z Downloaded rand v0.8.5
8342024-11-01T07:40:29.364Z Downloaded primeorder v0.13.6
8352024-11-01T07:40:29.364Z Downloaded dropshot_endpoint v0.12.0
8362024-11-01T07:40:29.369Z Downloaded pin-utils v0.1.0
8372024-11-01T07:40:29.369Z Downloaded which v4.4.2
8382024-11-01T07:40:29.377Z Downloaded signal-hook-mio v0.2.4
8392024-11-01T07:40:29.377Z Downloaded der_derive v0.7.3
8402024-11-01T07:40:29.377Z Downloaded secrecy v0.8.0
8412024-11-01T07:40:29.383Z Downloaded toml_edit v0.19.15
8422024-11-01T07:40:29.393Z Downloaded foreign-types-shared v0.1.1
8432024-11-01T07:40:29.397Z Downloaded try-lock v0.2.5
8442024-11-01T07:40:29.397Z Downloaded futures-sink v0.3.31
8452024-11-01T07:40:29.397Z Downloaded zeroize_derive v1.4.2
8462024-11-01T07:40:29.398Z Downloaded typify v0.2.0
8472024-11-01T07:40:29.401Z Downloaded pin-project-internal v1.1.6
8482024-11-01T07:40:29.401Z Downloaded peg-macros v0.8.4
8492024-11-01T07:40:29.407Z Downloaded slog-async v2.8.0
8502024-11-01T07:40:29.410Z Downloaded serde_derive_internals v0.29.1
8512024-11-01T07:40:29.410Z Downloaded tungstenite v0.23.0
8522024-11-01T07:40:29.410Z Downloaded nom v7.1.3
8532024-11-01T07:40:29.417Z Downloaded slog-bunyan v2.5.0
8542024-11-01T07:40:29.421Z Downloaded hyper v1.4.1
8552024-11-01T07:40:29.427Z Downloaded tracing-attributes v0.1.27
8562024-11-01T07:40:29.432Z Downloaded itertools v0.13.0
8572024-11-01T07:40:29.436Z Downloaded foreign-types-shared v0.3.1
8582024-11-01T07:40:29.440Z Downloaded foreign-types-macros v0.2.3
8592024-11-01T07:40:29.440Z Downloaded form_urlencoded v1.2.1
8602024-11-01T07:40:29.440Z Downloaded defmt-macros v0.3.9
8612024-11-01T07:40:29.444Z Downloaded zerocopy v0.6.6
8622024-11-01T07:40:29.448Z Downloaded tinyvec v1.8.0
8632024-11-01T07:40:29.448Z Downloaded parse-zoneinfo v0.3.1
8642024-11-01T07:40:29.452Z Downloaded itertools v0.12.1
8652024-11-01T07:40:29.461Z Downloaded num_enum_derive v0.5.11
8662024-11-01T07:40:29.465Z Downloaded pbkdf2 v0.12.2
8672024-11-01T07:40:29.465Z Downloaded p521 v0.13.3
8682024-11-01T07:40:29.474Z Downloaded num_threads v0.1.7
8692024-11-01T07:40:29.474Z Downloaded crossterm v0.28.1
8702024-11-01T07:40:29.479Z Downloaded defmt-parser v0.3.4
8712024-11-01T07:40:29.479Z Downloaded wyz v0.5.1
8722024-11-01T07:40:29.479Z Downloaded futures-macro v0.3.31
8732024-11-01T07:40:29.479Z Downloaded yasna v0.5.2
8742024-11-01T07:40:29.483Z Downloaded serde_repr v0.1.19
8752024-11-01T07:40:29.487Z Downloaded resolv-conf v0.7.0
8762024-11-01T07:40:29.487Z Downloaded tui-tree-widget v0.22.0
8772024-11-01T07:40:29.487Z Downloaded pkcs1 v0.7.5
8782024-11-01T07:40:29.490Z Downloaded fatfs v0.3.6
8792024-11-01T07:40:29.492Z Downloaded futures-io v0.3.31
8802024-11-01T07:40:29.496Z Downloaded utf-8 v0.7.6
8812024-11-01T07:40:29.496Z Downloaded slog-envlogger v2.2.0
8822024-11-01T07:40:29.503Z Downloaded predicates v3.1.2
8832024-11-01T07:40:29.506Z Downloaded quinn-udp v0.5.5
8842024-11-01T07:40:29.506Z Downloaded blake3 v1.5.4
8852024-11-01T07:40:29.510Z Downloaded parking_lot v0.11.2
8862024-11-01T07:40:29.521Z Downloaded ghash v0.5.1
8872024-11-01T07:40:29.521Z Downloaded owo-colors v4.1.0
8882024-11-01T07:40:29.521Z Downloaded omicron-zone-package v0.11.1
8892024-11-01T07:40:29.525Z Downloaded predicates-core v1.0.8
8902024-11-01T07:40:29.525Z Downloaded lalrpop v0.19.12
8912024-11-01T07:40:29.535Z Downloaded toml v0.7.8
8922024-11-01T07:40:29.539Z Downloaded prettyplease v0.2.22
8932024-11-01T07:40:29.542Z Downloaded ssh-key v0.6.6
8942024-11-01T07:40:29.550Z Downloaded rayon v1.10.0
8952024-11-01T07:40:29.560Z Downloaded slog-term v2.9.1
8962024-11-01T07:40:29.563Z Downloaded unicode-normalization v0.1.24
8972024-11-01T07:40:29.567Z Downloaded uuid v1.10.0
8982024-11-01T07:40:29.571Z Downloaded parking_lot v0.12.3
8992024-11-01T07:40:29.575Z Downloaded rustls-pki-types v1.9.0
9002024-11-01T07:40:29.580Z Downloaded tracing-core v0.1.32
9012024-11-01T07:40:29.584Z Downloaded ron v0.7.1
9022024-11-01T07:40:29.593Z Downloaded diesel_derives v2.2.3
9032024-11-01T07:40:29.600Z Downloaded salty v0.3.0
9042024-11-01T07:40:29.600Z Downloaded num-bigint v0.4.6
9052024-11-01T07:40:29.606Z Downloaded tough v0.17.1
9062024-11-01T07:40:29.611Z Downloaded similar v2.6.0
9072024-11-01T07:40:29.615Z Downloaded unicode-bidi v0.3.17
9082024-11-01T07:40:29.621Z Downloaded openssl-sys v0.9.103
9092024-11-01T07:40:29.629Z Downloaded hashbrown v0.12.3
9102024-11-01T07:40:29.634Z Downloaded der v0.7.9
9112024-11-01T07:40:29.638Z Downloaded tracing v0.1.40
9122024-11-01T07:40:29.643Z Downloaded winnow v0.5.40
9132024-11-01T07:40:29.649Z Downloaded chrono v0.4.38
9142024-11-01T07:40:29.658Z Downloaded socket2 v0.5.7
9152024-11-01T07:40:29.662Z Downloaded snafu v0.8.5
9162024-11-01T07:40:29.668Z Downloaded reedline v0.35.0
9172024-11-01T07:40:29.675Z Downloaded bindgen v0.69.5
9182024-11-01T07:40:29.685Z Downloaded tungstenite v0.21.0
9192024-11-01T07:40:29.691Z Downloaded heapless v0.8.0
9202024-11-01T07:40:29.697Z Downloaded qorb v0.2.0
9212024-11-01T07:40:29.703Z Downloaded portable-atomic v1.9.0
9222024-11-01T07:40:29.706Z Downloaded quinn v0.11.5
9232024-11-01T07:40:29.713Z Downloaded publicsuffix v2.2.3
9242024-11-01T07:40:29.716Z Downloaded idna v0.3.0
9252024-11-01T07:40:29.721Z Downloaded hashbrown v0.14.5
9262024-11-01T07:40:29.726Z Downloaded time v0.3.36
9272024-11-01T07:40:29.734Z Downloaded rusqlite v0.32.1
9282024-11-01T07:40:29.741Z Downloaded expectorate v1.1.0
9292024-11-01T07:40:29.744Z Downloaded x509-cert v0.2.5
9302024-11-01T07:40:29.751Z Downloaded bitvec v1.0.1
9312024-11-01T07:40:29.768Z Downloaded sqlparser v0.45.0
9322024-11-01T07:40:29.775Z Downloaded nix v0.27.1
9332024-11-01T07:40:29.786Z Downloaded flate2 v1.0.34
9342024-11-01T07:40:29.793Z Downloaded futures-util v0.3.31
9352024-11-01T07:40:29.805Z Downloaded p384 v0.13.0
9362024-11-01T07:40:29.812Z Downloaded tokio-util v0.7.12
9372024-11-01T07:40:29.819Z Downloaded object v0.30.4
9382024-11-01T07:40:29.832Z Downloaded serde_with v3.11.0
9392024-11-01T07:40:29.840Z Downloaded quinn-proto v0.11.8
9402024-11-01T07:40:29.847Z Downloaded radix_trie v0.2.1
9412024-11-01T07:40:29.852Z Downloaded vcpkg v0.2.15
9422024-11-01T07:40:29.893Z Downloaded rustls-webpki v0.101.7
9432024-11-01T07:40:29.910Z Downloaded reqwest v0.12.8
9442024-11-01T07:40:29.919Z Downloaded proptest v1.5.0
9452024-11-01T07:40:29.928Z Downloaded regress v0.9.1
9462024-11-01T07:40:29.936Z Downloaded git2 v0.19.0
9472024-11-01T07:40:29.946Z Downloaded rustls-webpki v0.102.8
9482024-11-01T07:40:29.966Z Downloaded quick-xml v0.33.0
9492024-11-01T07:40:29.972Z Downloaded idna v0.4.0
9502024-11-01T07:40:29.980Z Downloaded nix v0.29.0
9512024-11-01T07:40:29.993Z Downloaded object v0.36.5
9522024-11-01T07:40:30.004Z Downloaded nix v0.28.0
9532024-11-01T07:40:30.017Z Downloaded bstr v1.10.0
9542024-11-01T07:40:30.028Z Downloaded chrono-tz v0.10.0
9552024-11-01T07:40:30.036Z Downloaded rustls v0.21.12
9562024-11-01T07:40:30.048Z Downloaded regex-syntax v0.6.29
9572024-11-01T07:40:30.057Z Downloaded openssl v0.10.66
9582024-11-01T07:40:30.067Z Downloaded polar-core v0.27.3
9592024-11-01T07:40:30.077Z Downloaded gimli v0.31.1
9602024-11-01T07:40:30.087Z Downloaded hickory-proto v0.24.1
9612024-11-01T07:40:30.104Z Downloaded rustls v0.22.4
9622024-11-01T07:40:30.117Z Downloaded regex-syntax v0.8.5
9632024-11-01T07:40:30.126Z Downloaded openapiv3 v2.0.0
9642024-11-01T07:40:30.139Z Downloaded regress v0.10.1
9652024-11-01T07:40:30.148Z Downloaded webpki-roots v0.26.6
9662024-11-01T07:40:30.152Z Downloaded rustls v0.23.14
9672024-11-01T07:40:30.165Z Downloaded typify-impl v0.2.0
9682024-11-01T07:40:30.182Z Downloaded diesel v2.2.4
9692024-11-01T07:40:30.202Z Downloaded dropshot v0.12.0
9702024-11-01T07:40:30.223Z Downloaded ratatui v0.28.1
9712024-11-01T07:40:30.242Z Downloaded smoltcp v0.11.0
9722024-11-01T07:40:30.255Z Downloaded smoltcp v0.9.1
9732024-11-01T07:40:30.266Z Downloaded trust-dns-proto v0.22.0
9742024-11-01T07:40:30.279Z Downloaded bzip2-sys v0.1.11+1.0.8
9752024-11-01T07:40:30.294Z Downloaded sled v0.34.7
9762024-11-01T07:40:30.304Z Downloaded regex-automata v0.4.8
9772024-11-01T07:40:30.321Z Downloaded zerocopy-derive v0.6.6
9782024-11-01T07:40:30.332Z Downloaded h2 v0.3.26
9792024-11-01T07:40:30.338Z Downloaded idna v0.5.0
9802024-11-01T07:40:30.346Z Downloaded idna v0.2.3
9812024-11-01T07:40:30.353Z Downloaded h2 v0.4.6
9822024-11-01T07:40:30.361Z Downloaded regex v1.11.0
9832024-11-01T07:40:30.375Z Downloaded reqwest v0.11.27
9842024-11-01T07:40:30.383Z Downloaded lzma-sys v0.1.20
9852024-11-01T07:40:30.412Z Downloaded csv v1.3.0
9862024-11-01T07:40:30.433Z Downloaded curve25519-dalek v4.1.3
9872024-11-01T07:40:30.442Z Downloaded petgraph v0.6.5
9882024-11-01T07:40:30.461Z Downloaded libz-sys v1.1.20
9892024-11-01T07:40:30.481Z Downloaded russh v0.45.0
9902024-11-01T07:40:30.486Z Downloaded rustyline v14.0.0
9912024-11-01T07:40:30.492Z Downloaded num-bigint-dig v0.8.4
9922024-11-01T07:40:30.496Z Downloaded aho-corasick v1.1.3
9932024-11-01T07:40:30.506Z Downloaded futures v0.3.31
9942024-11-01T07:40:30.508Z Downloaded tokio v1.40.0
9952024-11-01T07:40:30.546Z Downloaded schemars v0.8.21
9962024-11-01T07:40:30.559Z Downloaded ron v0.8.1
9972024-11-01T07:40:30.562Z Downloaded typed-path v0.7.1
9982024-11-01T07:40:30.569Z Downloaded sha3 v0.10.8
9992024-11-01T07:40:31.575Z Downloaded float-cmp v0.9.0
10002024-11-01T07:40:31.579Z Downloaded hickory-client v0.24.1
10012024-11-01T07:40:31.579Z Downloaded hyper v0.14.30
10022024-11-01T07:40:31.579Z Downloaded pkg-config v0.3.31
10032024-11-01T07:40:31.579Z Downloaded hashbrown v0.13.2
10042024-11-01T07:40:31.579Z Downloaded serde_with_macros v3.11.0
10052024-11-01T07:40:31.579Z Downloaded url v2.5.2
10062024-11-01T07:40:31.579Z Downloaded unicode-segmentation v1.12.0
10072024-11-01T07:40:31.579Z Downloaded libm v0.2.8
10082024-11-01T07:40:31.579Z Downloaded heck v0.3.3
10092024-11-01T07:40:31.579Z Downloaded vergen v8.3.2
10102024-11-01T07:40:31.579Z Downloaded zeroize v1.8.1
10112024-11-01T07:40:31.579Z Downloaded tiny-keccak v2.0.2
10122024-11-01T07:40:31.579Z Downloaded spki v0.7.3
10132024-11-01T07:40:31.579Z Downloaded phf v0.11.2
10142024-11-01T07:40:31.579Z Downloaded percent-encoding v2.3.1
10152024-11-01T07:40:31.579Z Downloaded unicode-properties v0.1.3
10162024-11-01T07:40:31.579Z Downloaded elliptic-curve v0.13.8
10172024-11-01T07:40:31.579Z Downloaded tokio-rustls v0.26.0
10182024-11-01T07:40:31.579Z Downloaded dirs-next v2.0.0
10192024-11-01T07:40:31.579Z Downloaded thiserror-impl-no-std v2.0.2
10202024-11-01T07:40:31.579Z Downloaded oso v0.27.3
10212024-11-01T07:40:31.579Z Downloaded tar v0.4.42
10222024-11-01T07:40:31.579Z Downloaded serde_yaml v0.9.34+deprecated
10232024-11-01T07:40:31.579Z Downloaded precomputed-hash v0.1.1
10242024-11-01T07:40:31.579Z Downloaded dhcproto v0.12.0
10252024-11-01T07:40:31.579Z Downloaded derive_more v0.99.18
10262024-11-01T07:40:31.579Z Downloaded crossbeam-channel v0.5.13
10272024-11-01T07:40:31.579Z Downloaded slab v0.4.9
10282024-11-01T07:40:31.579Z Downloaded siphasher v0.3.11
10292024-11-01T07:40:31.579Z Downloaded fallible-iterator v0.2.0
10302024-11-01T07:40:31.579Z Downloaded dirs-sys-next v0.1.2
10312024-11-01T07:40:31.579Z Downloaded difflib v0.4.0
10322024-11-01T07:40:31.579Z Downloaded pbkdf2 v0.11.0
10332024-11-01T07:40:31.579Z Downloaded paste v1.0.15
10342024-11-01T07:40:31.579Z Downloaded poly1305 v0.8.0
10352024-11-01T07:40:31.580Z Downloaded pin-project-lite v0.2.14
10362024-11-01T07:40:31.580Z Downloaded parking_lot_core v0.9.10
10372024-11-01T07:40:31.580Z Downloaded encoding_rs v0.8.34
10382024-11-01T07:40:31.580Z Downloaded globset v0.4.15
10392024-11-01T07:40:31.580Z Downloaded env_logger v0.10.2
10402024-11-01T07:40:31.580Z Downloaded parking_lot_core v0.8.6
10412024-11-01T07:40:31.580Z Downloaded flume v0.11.1
10422024-11-01T07:40:31.580Z Downloaded enum-as-inner v0.5.1
10432024-11-01T07:40:31.580Z Downloaded cc v1.1.30
10442024-11-01T07:40:31.580Z Downloaded base64 v0.22.1
10452024-11-01T07:40:31.580Z Downloaded radium v0.7.0
10462024-11-01T07:40:31.580Z Downloaded tokio-rustls v0.25.0
10472024-11-01T07:40:31.580Z Downloaded crypto-bigint v0.5.5
10482024-11-01T07:40:31.580Z Downloaded const_format v0.2.33
10492024-11-01T07:40:31.580Z Downloaded base64 v0.21.7
10502024-11-01T07:40:31.580Z Downloaded signal-hook v0.3.17
10512024-11-01T07:40:31.580Z Downloaded itertools v0.10.5
10522024-11-01T07:40:31.580Z Downloaded take_mut v0.2.2
10532024-11-01T07:40:31.580Z Downloaded signature v2.2.0
10542024-11-01T07:40:31.580Z Downloaded libgit2-sys v0.17.0+1.8.1
10552024-11-01T07:40:31.580Z Downloaded env_filter v0.1.2
10562024-11-01T07:40:31.580Z Downloaded enum-as-inner v0.6.1
10572024-11-01T07:40:31.580Z Downloaded zone v0.1.8
10582024-11-01T07:40:31.580Z Downloaded derive_builder_core v0.20.2
10592024-11-01T07:40:31.580Z Downloaded miniz_oxide v0.8.0
10602024-11-01T07:40:31.580Z Downloaded rustc_version v0.4.1
10612024-11-01T07:40:31.580Z Downloaded powerfmt v0.2.0
10622024-11-01T07:40:31.580Z Downloaded tokio-tungstenite v0.23.1
10632024-11-01T07:40:31.580Z Downloaded static_assertions v1.1.0
10642024-11-01T07:40:31.580Z Downloaded crc-any v2.5.0
10652024-11-01T07:40:31.580Z Downloaded cookie v0.18.1
10662024-11-01T07:40:31.580Z Downloaded mockall v0.13.0
10672024-11-01T07:40:31.580Z Downloaded lalrpop-util v0.19.12
10682024-11-01T07:40:31.580Z Downloaded crossbeam-epoch v0.9.18
10692024-11-01T07:40:31.580Z Downloaded unicode-truncate v1.1.0
10702024-11-01T07:40:31.580Z Downloaded sct v0.7.1
10712024-11-01T07:40:31.580Z Downloaded rustls-pemfile v2.2.0
10722024-11-01T07:40:31.581Z Downloaded ipnet v2.10.1
10732024-11-01T07:40:31.581Z Downloaded hyper-rustls v0.27.3
10742024-11-01T07:40:31.581Z Downloaded tokio-native-tls v0.3.1
10752024-11-01T07:40:31.581Z Downloaded hickory-server v0.24.1
10762024-11-01T07:40:31.581Z Downloaded cassowary v0.3.0
10772024-11-01T07:40:31.581Z Downloaded md-5 v0.10.6
10782024-11-01T07:40:31.581Z Downloaded managed v0.8.0
10792024-11-01T07:40:31.581Z Downloaded lru-cache v0.1.2
10802024-11-01T07:40:31.581Z Downloaded linear-map v1.2.0
10812024-11-01T07:40:31.581Z Downloaded libsw v3.3.1
10822024-11-01T07:40:31.581Z Downloaded bzip2 v0.4.4
10832024-11-01T07:40:31.581Z Downloaded sec1 v0.7.3
10842024-11-01T07:40:31.581Z Downloaded instability v0.3.2
10852024-11-01T07:40:31.581Z Downloaded indent_write v2.2.0
10862024-11-01T07:40:31.581Z Downloaded httpdate v1.0.3
10872024-11-01T07:40:31.581Z Downloaded http-body v0.4.6
10882024-11-01T07:40:31.581Z Downloaded hostname v0.4.0
10892024-11-01T07:40:31.581Z Downloaded home v0.5.9
10902024-11-01T07:40:31.581Z Downloaded ctr v0.9.2
10912024-11-01T07:40:31.581Z Downloaded newtype_derive v0.1.6
10922024-11-01T07:40:31.581Z Downloaded newline-converter v0.3.0
10932024-11-01T07:40:31.581Z Downloaded cobs v0.2.3
10942024-11-01T07:40:31.581Z Downloaded chrono-tz-build v0.4.0
10952024-11-01T07:40:31.581Z Downloaded bitflags v1.3.2
10962024-11-01T07:40:31.581Z Downloaded base16ct v0.2.0
10972024-11-01T07:40:31.581Z Downloaded async-bb8-diesel v0.2.1
10982024-11-01T07:40:31.581Z Downloaded argon2 v0.5.3
10992024-11-01T07:40:31.581Z Downloaded blake2 v0.10.6
11002024-11-01T07:40:31.584Z Downloaded async-recursion v1.1.1
11012024-11-01T07:40:31.584Z Downloaded arrayvec v0.7.6
11022024-11-01T07:40:31.584Z Downloaded backoff v0.4.0
11032024-11-01T07:40:31.584Z Downloaded ascii-canvas v3.0.0
11042024-11-01T07:40:31.584Z Downloaded impl-trait-for-tuples v0.2.2
11052024-11-01T07:40:31.584Z Downloaded hostname v0.3.1
11062024-11-01T07:40:31.584Z Downloaded base64ct v1.6.0
11072024-11-01T07:40:31.584Z Downloaded cbc v0.1.2
11082024-11-01T07:40:31.584Z Downloaded async-stream-impl v0.3.6
11092024-11-01T07:40:31.584Z Downloaded libsqlite3-sys v0.30.1
11102024-11-01T07:40:31.584Z Downloaded ring v0.17.8
11112024-11-01T07:40:31.584Z Downloaded ring v0.16.20
11122024-11-01T07:40:31.584Z Compiling serde v1.0.210
11132024-11-01T07:40:31.584Z Compiling typenum v1.17.0
11142024-11-01T07:40:31.584Z Compiling generic-array v0.14.7
11152024-11-01T07:40:31.584Z Compiling lock_api v0.4.12
11162024-11-01T07:40:31.584Z Compiling scopeguard v1.2.0
11172024-11-01T07:40:31.585Z Compiling subtle v2.6.1
11182024-11-01T07:40:31.742Z Compiling syn v2.0.79
11192024-11-01T07:40:31.754Z Compiling getrandom v0.2.15
11202024-11-01T07:40:31.896Z Compiling value-bag v1.9.0
11212024-11-01T07:40:32.050Z Compiling rand_core v0.6.4
11222024-11-01T07:40:32.210Z Compiling const-oid v0.9.6
11232024-11-01T07:40:32.229Z Compiling pin-project-lite v0.2.14
11242024-11-01T07:40:32.313Z Compiling smallvec v1.13.2
11252024-11-01T07:40:32.382Z Compiling log v0.4.22
11262024-11-01T07:40:32.545Z Compiling jobserver v0.1.32
11272024-11-01T07:40:32.631Z Compiling shlex v1.3.0
11282024-11-01T07:40:32.754Z Compiling parking_lot_core v0.9.10
11292024-11-01T07:40:32.790Z Compiling futures-core v0.3.31
11302024-11-01T07:40:33.043Z Compiling cc v1.1.30
11312024-11-01T07:40:33.061Z Compiling signal-hook-registry v1.4.2
11322024-11-01T07:40:33.330Z Compiling mio v1.0.2
11332024-11-01T07:40:33.489Z Compiling cpufeatures v0.2.14
11342024-11-01T07:40:33.597Z Compiling futures-sink v0.3.31
11352024-11-01T07:40:33.759Z Compiling parking_lot v0.12.3
11362024-11-01T07:40:33.877Z Compiling spin v0.9.8
11372024-11-01T07:40:33.879Z Compiling socket2 v0.5.7
11382024-11-01T07:40:34.295Z Compiling slab v0.4.9
11392024-11-01T07:40:34.315Z Compiling serde_json v1.0.128
11402024-11-01T07:40:34.500Z Compiling futures-channel v0.3.31
11412024-11-01T07:40:34.537Z Compiling pin-utils v0.1.0
11422024-11-01T07:40:34.627Z Compiling foldhash v0.1.3
11432024-11-01T07:40:34.645Z Compiling futures-io v0.3.31
11442024-11-01T07:40:34.692Z Compiling tinyvec_macros v0.1.1
11452024-11-01T07:40:34.783Z Compiling futures-task v0.3.31
11462024-11-01T07:40:34.825Z Compiling allocator-api2 v0.2.18
11472024-11-01T07:40:34.909Z Compiling tinyvec v1.8.0
11482024-11-01T07:40:34.930Z Compiling libm v0.2.8
11492024-11-01T07:40:34.949Z Compiling num-traits v0.2.19
11502024-11-01T07:40:35.023Z Compiling unicode-bidi v0.3.17
11512024-11-01T07:40:35.072Z Compiling base64ct v1.6.0
11522024-11-01T07:40:35.505Z Compiling hashbrown v0.15.0
11532024-11-01T07:40:35.603Z Compiling pem-rfc7468 v0.7.0
11542024-11-01T07:40:35.659Z Compiling httparse v1.9.5
11552024-11-01T07:40:36.430Z Compiling unicode-normalization v0.1.24
11562024-11-01T07:40:36.488Z Compiling flagset v0.4.6
11572024-11-01T07:40:36.571Z Compiling tracing-core v0.1.32
11582024-11-01T07:40:36.690Z Compiling crossbeam-utils v0.8.20
11592024-11-01T07:40:36.708Z Compiling percent-encoding v2.3.1
11602024-11-01T07:40:36.973Z Compiling rustls-pki-types v1.9.0
11612024-11-01T07:40:37.186Z Compiling ring v0.17.8
11622024-11-01T07:40:37.412Z Compiling pkg-config v0.3.31
11632024-11-01T07:40:37.625Z Compiling vcpkg v0.2.15
11642024-11-01T07:40:37.887Z Compiling time-core v0.1.2
11652024-11-01T07:40:38.013Z Compiling powerfmt v0.2.0
11662024-11-01T07:40:38.055Z Compiling num-conv v0.1.0
11672024-11-01T07:40:38.138Z Compiling untrusted v0.9.0
11682024-11-01T07:40:38.312Z Compiling deranged v0.3.11
11692024-11-01T07:40:38.349Z Compiling time-macros v0.2.18
11702024-11-01T07:40:38.466Z Compiling atomic-waker v1.1.2
11712024-11-01T07:40:38.639Z Compiling num_threads v0.1.7
11722024-11-01T07:40:38.768Z Compiling form_urlencoded v1.2.1
11732024-11-01T07:40:38.801Z Compiling rustix v0.38.37
11742024-11-01T07:40:39.101Z Compiling slog v2.7.0
11752024-11-01T07:40:39.498Z Compiling openssl-sys v0.9.103
11762024-11-01T07:40:39.515Z Compiling try-lock v0.2.5
11772024-11-01T07:40:39.658Z Compiling want v0.3.1
11782024-11-01T07:40:39.673Z Compiling httpdate v1.0.3
11792024-11-01T07:40:39.922Z Compiling idna v0.5.0
11802024-11-01T07:40:40.070Z Compiling tower-service v0.3.3
11812024-11-01T07:40:40.112Z Compiling foreign-types-shared v0.1.1
11822024-11-01T07:40:40.195Z Compiling match_cfg v0.1.0
11832024-11-01T07:40:40.212Z Compiling rustversion v1.0.17
11842024-11-01T07:40:40.289Z Compiling iana-time-zone v0.1.61
11852024-11-01T07:40:40.503Z Compiling base64 v0.22.1
11862024-11-01T07:40:40.718Z Compiling openssl v0.10.66
11872024-11-01T07:40:40.924Z Compiling url v2.5.2
11882024-11-01T07:40:41.121Z Compiling hostname v0.3.1
11892024-11-01T07:40:41.184Z Compiling foreign-types v0.3.2
11902024-11-01T07:40:41.219Z Compiling time v0.3.36
11912024-11-01T07:40:41.274Z Compiling dirs-sys-next v0.1.2
11922024-11-01T07:40:41.330Z Compiling aho-corasick v1.1.3
11932024-11-01T07:40:41.349Z Compiling native-tls v0.2.12
11942024-11-01T07:40:41.669Z Compiling regex-syntax v0.8.5
11952024-11-01T07:40:41.808Z Compiling adler2 v2.0.0
11962024-11-01T07:40:41.969Z Compiling rustls v0.23.14
11972024-11-01T07:40:42.188Z Compiling data-encoding v2.6.0
11982024-11-01T07:40:42.636Z Compiling rustls v0.22.4
11992024-11-01T07:40:42.917Z Compiling siphasher v0.3.11
12002024-11-01T07:40:43.298Z Compiling syn v1.0.109
12012024-11-01T07:40:43.717Z Compiling miniz_oxide v0.8.0
12022024-11-01T07:40:43.962Z Compiling dirs-next v2.0.0
12032024-11-01T07:40:44.265Z Compiling serde_derive_internals v0.29.1
12042024-11-01T07:40:45.080Z Compiling serde_derive v1.0.210
12052024-11-01T07:40:45.142Z Compiling zeroize_derive v1.4.2
12062024-11-01T07:40:45.446Z Compiling zerocopy-derive v0.7.35
12072024-11-01T07:40:45.883Z Compiling tokio-macros v2.4.0
12082024-11-01T07:40:45.957Z Compiling thiserror-impl v1.0.64
12092024-11-01T07:40:46.555Z Compiling zeroize v1.8.1
12102024-11-01T07:40:46.734Z Compiling futures-macro v0.3.31
12112024-11-01T07:40:47.442Z Compiling der_derive v0.7.3
12122024-11-01T07:40:47.477Z Compiling tracing-attributes v0.1.27
12132024-11-01T07:40:47.619Z Compiling zerocopy v0.7.35
12142024-11-01T07:40:48.397Z Compiling crypto-common v0.1.6
12152024-11-01T07:40:48.602Z Compiling block-buffer v0.10.4
12162024-11-01T07:40:48.639Z Compiling futures-util v0.3.31
12172024-11-01T07:40:48.853Z Compiling digest v0.10.7
12182024-11-01T07:40:49.000Z Compiling thiserror v1.0.64
12192024-11-01T07:40:49.125Z Compiling block-padding v0.3.3
12202024-11-01T07:40:49.145Z Compiling ppv-lite86 v0.2.20
12212024-11-01T07:40:49.299Z Compiling hmac v0.12.1
12222024-11-01T07:40:49.367Z Compiling inout v0.1.3
12232024-11-01T07:40:49.552Z Compiling sha2 v0.10.8
12242024-11-01T07:40:49.641Z Compiling cipher v0.4.4
12252024-11-01T07:40:49.767Z Compiling der v0.7.9
12262024-11-01T07:40:50.021Z Compiling rand_chacha v0.3.1
12272024-11-01T07:40:50.138Z Compiling salsa20 v0.10.2
12282024-11-01T07:40:50.378Z Compiling pbkdf2 v0.12.2
12292024-11-01T07:40:50.564Z Compiling rand v0.8.5
12302024-11-01T07:40:50.974Z Compiling pest v2.7.14
12312024-11-01T07:40:50.996Z Compiling tracing v0.1.40
12322024-11-01T07:40:52.339Z Compiling spki v0.7.3
12332024-11-01T07:40:52.731Z Compiling scrypt v0.11.0
12342024-11-01T07:40:52.840Z Compiling cbc v0.1.2
12352024-11-01T07:40:53.025Z Compiling aes v0.8.4
12362024-11-01T07:40:53.074Z Compiling scroll_derive v0.12.0
12372024-11-01T07:40:53.109Z Compiling openssl-macros v0.1.1
12382024-11-01T07:40:53.285Z Compiling async-trait v0.1.83
12392024-11-01T07:40:53.862Z Compiling pest_meta v2.7.14
12402024-11-01T07:40:54.121Z Compiling pkcs5 v0.7.1
12412024-11-01T07:40:54.500Z Compiling scroll v0.12.0
12422024-11-01T07:40:55.061Z Compiling rustls-webpki v0.102.8
12432024-11-01T07:40:55.080Z Compiling goblin v0.8.2
12442024-11-01T07:40:55.273Z Compiling pest_generator v2.7.14
12452024-11-01T07:40:55.316Z Compiling pkcs8 v0.10.2
12462024-11-01T07:40:55.900Z Compiling sha1 v0.10.6
12472024-11-01T07:40:55.922Z Compiling signature v2.2.0
12482024-11-01T07:40:55.943Z Compiling regex-automata v0.4.8
12492024-11-01T07:40:56.249Z Compiling crossbeam-epoch v0.9.18
12502024-11-01T07:40:56.369Z Compiling lazy_static v1.5.0
12512024-11-01T07:40:56.503Z Compiling thread_local v1.1.8
12522024-11-01T07:40:57.034Z Compiling encoding_rs v0.8.34
12532024-11-01T07:40:57.052Z Compiling cookie v0.18.1
12542024-11-01T07:40:57.096Z Compiling multer v3.1.0
12552024-11-01T07:40:57.167Z Compiling rayon-core v1.12.1
12562024-11-01T07:40:57.328Z Compiling slog-async v2.8.0
12572024-11-01T07:40:57.375Z Compiling paste v1.0.15
12582024-11-01T07:40:57.468Z Compiling either v1.13.0
12592024-11-01T07:40:57.813Z Compiling gimli v0.31.1
12602024-11-01T07:40:57.921Z Compiling mime v0.3.17
12612024-11-01T07:40:57.939Z Compiling schemars v0.8.21
12622024-11-01T07:40:58.293Z Compiling ipnet v2.10.1
12632024-11-01T07:40:58.511Z Compiling bytes v1.7.2
12642024-11-01T07:40:58.838Z Compiling indexmap v2.6.0
12652024-11-01T07:40:59.553Z Compiling tokio v1.40.0
12662024-11-01T07:40:59.800Z Compiling http v1.1.0
12672024-11-01T07:41:00.400Z Compiling bitflags v2.6.0
12682024-11-01T07:41:00.816Z Compiling semver v1.0.23
12692024-11-01T07:41:01.215Z Compiling pest_derive v2.7.14
12702024-11-01T07:41:01.566Z Compiling rustc_version v0.4.1
12712024-11-01T07:41:01.652Z Compiling http-body v1.0.1
12722024-11-01T07:41:01.899Z Compiling dof v0.3.0
12732024-11-01T07:41:02.032Z Compiling dtrace-parser v0.2.0
12742024-11-01T07:41:02.351Z Compiling toml_datetime v0.6.8
12752024-11-01T07:41:02.885Z Compiling serde_tokenstream v0.2.2
12762024-11-01T07:41:02.992Z Compiling uuid v1.10.0
12772024-11-01T07:41:03.520Z Compiling serde_spanned v0.6.8
12782024-11-01T07:41:03.761Z Compiling usdt-impl v0.5.0
12792024-11-01T07:41:03.998Z Compiling chrono v0.4.38
12802024-11-01T07:41:04.056Z Compiling heapless v0.7.17
12812024-11-01T07:41:04.462Z Compiling http-body-util v0.1.2
12822024-11-01T07:41:05.003Z Compiling unicode-properties v0.1.3
12832024-11-01T07:41:05.082Z Compiling openssl-probe v0.1.5
12842024-11-01T07:41:05.291Z Compiling signal-hook v0.3.17
12852024-11-01T07:41:05.387Z Compiling stringprep v0.1.5
12862024-11-01T07:41:05.438Z Compiling usdt-attr-macro v0.5.0
12872024-11-01T07:41:05.612Z Compiling usdt-macro v0.5.0
12882024-11-01T07:41:06.599Z Compiling toml_edit v0.22.22
12892024-11-01T07:41:07.088Z Compiling curve25519-dalek v4.1.3
12902024-11-01T07:41:07.106Z Compiling addr2line v0.24.2
12912024-11-01T07:41:07.699Z Compiling slog-json v2.6.1
12922024-11-01T07:41:07.753Z Compiling serde_urlencoded v0.7.1
12932024-11-01T07:41:07.918Z Compiling tokio-util v0.7.12
12942024-11-01T07:41:08.005Z Compiling crossbeam-deque v0.8.5
12952024-11-01T07:41:08.251Z Compiling futures-executor v0.3.31
12962024-11-01T07:41:08.348Z Compiling md-5 v0.10.6
12972024-11-01T07:41:08.619Z Compiling schemars_derive v0.8.21
12982024-11-01T07:41:08.797Z Compiling enum-as-inner v0.6.1
12992024-11-01T07:41:09.322Z Compiling h2 v0.4.6
13002024-11-01T07:41:09.872Z Compiling async-stream-impl v0.3.6
13012024-11-01T07:41:11.865Z Compiling term v0.7.0
13022024-11-01T07:41:13.114Z Compiling crossbeam-channel v0.5.13
13032024-11-01T07:41:13.340Z Compiling num-integer v0.1.46
13042024-11-01T07:41:14.104Z Compiling rustls-pemfile v2.2.0
13052024-11-01T07:41:14.220Z Compiling idna v0.4.0
13062024-11-01T07:41:14.242Z Compiling idna v0.3.0
13072024-11-01T07:41:14.433Z Compiling ff v0.13.0
13082024-11-01T07:41:14.454Z Compiling hash32 v0.2.1
13092024-11-01T07:41:14.661Z Compiling is-terminal v0.4.13
13102024-11-01T07:41:14.799Z Compiling dropshot v0.12.0
13112024-11-01T07:41:14.827Z Compiling object v0.36.5
13122024-11-01T07:41:15.102Z Compiling dyn-clone v1.0.17
13132024-11-01T07:41:15.333Z Compiling portable-atomic v1.9.0
13142024-11-01T07:41:15.783Z Compiling base16ct v0.2.0
13152024-11-01T07:41:15.852Z Compiling fallible-iterator v0.2.0
13162024-11-01T07:41:16.130Z Compiling take_mut v0.2.2
13172024-11-01T07:41:16.315Z Compiling hyper v1.4.1
13182024-11-01T07:41:16.434Z Compiling psl-types v2.0.11
13192024-11-01T07:41:16.602Z Compiling anyhow v1.0.92
13202024-11-01T07:41:16.643Z Compiling rustc-demangle v0.1.24
13212024-11-01T07:41:17.244Z Compiling quick-error v1.2.3
13222024-11-01T07:41:17.400Z Compiling smoltcp v0.9.1
13232024-11-01T07:41:17.564Z Compiling num-bigint-dig v0.8.4
13242024-11-01T07:41:17.877Z Compiling linked-hash-map v0.5.6
13252024-11-01T07:41:17.943Z Compiling stable_deref_trait v1.2.0
13262024-11-01T07:41:18.058Z Compiling utf-8 v0.7.6
13272024-11-01T07:41:18.245Z Compiling lru-cache v0.1.2
13282024-11-01T07:41:18.395Z Compiling tungstenite v0.24.0
13292024-11-01T07:41:18.484Z Compiling resolv-conf v0.7.0
13302024-11-01T07:41:19.257Z Compiling hyper-util v0.1.9
13312024-11-01T07:41:19.597Z Compiling publicsuffix v2.2.3
13322024-11-01T07:41:19.724Z Compiling postgres-protocol v0.6.7
13332024-11-01T07:41:20.353Z Compiling sec1 v0.7.3
13342024-11-01T07:41:20.987Z Compiling hickory-proto v0.24.1
13352024-11-01T07:41:21.082Z Compiling usdt v0.5.0
13362024-11-01T07:41:21.101Z Compiling slog-term v2.9.1
13372024-11-01T07:41:21.487Z Compiling group v0.13.0
13382024-11-01T07:41:21.583Z Compiling tokio-rustls v0.26.0
13392024-11-01T07:41:21.811Z Compiling num-iter v0.1.45
13402024-11-01T07:41:21.993Z Compiling tokio-rustls v0.25.0
13412024-11-01T07:41:22.057Z Compiling tokio-native-tls v0.3.1
13422024-11-01T07:41:22.317Z Compiling backtrace v0.3.74
13432024-11-01T07:41:22.342Z Compiling async-stream v0.3.6
13442024-11-01T07:41:22.429Z Compiling toml v0.8.19
13452024-11-01T07:41:22.476Z Compiling futures v0.3.31
13462024-11-01T07:41:22.903Z Compiling slog-bunyan v2.5.0
13472024-11-01T07:41:23.725Z Compiling camino v1.1.9
13482024-11-01T07:41:24.263Z Compiling terminal_size v0.4.0
13492024-11-01T07:41:24.325Z Compiling dropshot_endpoint v0.12.0
13502024-11-01T07:41:24.491Z Compiling openapiv3 v2.0.0
13512024-11-01T07:41:24.739Z Compiling serde_path_to_error v0.1.16
13522024-11-01T07:41:25.230Z Compiling hkdf v0.12.4
13532024-11-01T07:41:25.254Z Compiling crypto-bigint v0.5.5
13542024-11-01T07:41:25.356Z Compiling hubpack_derive v0.1.1
13552024-11-01T07:41:25.491Z Compiling curve25519-dalek-derive v0.1.1
13562024-11-01T07:41:25.592Z Compiling zerocopy-derive v0.6.6
13572024-11-01T07:41:25.610Z Compiling phf_shared v0.11.2
13582024-11-01T07:41:26.019Z Compiling waitgroup v0.1.2
13592024-11-01T07:41:26.236Z Compiling webpki-roots v0.26.6
13602024-11-01T07:41:26.256Z Compiling hostname v0.4.0
13612024-11-01T07:41:26.464Z Compiling ahash v0.8.11
13622024-11-01T07:41:26.520Z Compiling fs-err v2.11.0
13632024-11-01T07:41:26.831Z Compiling bitflags v1.3.2
13642024-11-01T07:41:26.834Z Compiling debug-ignore v1.0.5
13652024-11-01T07:41:26.949Z Compiling winnow v0.5.40
13662024-11-01T07:41:26.969Z Compiling managed v0.8.0
13672024-11-01T07:41:27.691Z Compiling zerocopy v0.6.6
13682024-11-01T07:41:28.510Z Compiling elliptic-curve v0.13.8
13692024-11-01T07:41:29.006Z Compiling strum_macros v0.25.3
13702024-11-01T07:41:29.401Z Compiling clap_builder v4.5.20
13712024-11-01T07:41:29.510Z Compiling console v0.15.8
13722024-11-01T07:41:30.816Z Compiling toml_edit v0.19.15
13732024-11-01T07:41:31.230Z Compiling hickory-resolver v0.24.1
13742024-11-01T07:41:31.250Z Compiling hyper-rustls v0.27.3
13752024-11-01T07:41:31.422Z Compiling hubpack v0.1.2
13762024-11-01T07:41:31.874Z Compiling phf v0.11.2
13772024-11-01T07:41:31.895Z Compiling signal-hook-mio v0.2.4
13782024-11-01T07:41:32.057Z Compiling rayon v1.10.0
13792024-11-01T07:41:32.169Z Compiling cookie_store v0.21.0
13802024-11-01T07:41:33.661Z Compiling hyper-tls v0.6.0
13812024-11-01T07:41:34.073Z Compiling postgres-types v0.2.8
13822024-11-01T07:41:35.612Z Compiling tokio-tungstenite v0.24.0
13832024-11-01T07:41:36.183Z Compiling tokio-stream v0.1.16
13842024-11-01T07:41:36.671Z Compiling regex v1.11.0
13852024-11-01T07:41:37.066Z Compiling bstr v1.10.0
13862024-11-01T07:41:37.293Z Compiling serde-big-array v0.5.1
13872024-11-01T07:41:37.531Z Compiling ed25519 v2.2.3
13882024-11-01T07:41:37.635Z Compiling pkcs1 v0.7.5
13892024-11-01T07:41:37.762Z Compiling rfc6979 v0.4.0
13902024-11-01T07:41:37.969Z Compiling derive-where v1.2.7
13912024-11-01T07:41:38.031Z Compiling serde_repr v0.1.19
13922024-11-01T07:41:38.422Z Compiling clap_derive v4.5.18
13932024-11-01T07:41:38.456Z Compiling phf_shared v0.10.0
13942024-11-01T07:41:38.594Z Compiling float-cmp v0.9.0
13952024-11-01T07:41:38.830Z Compiling sync_wrapper v1.0.1
13962024-11-01T07:41:38.850Z Compiling crc32fast v1.4.2
13972024-11-01T07:41:38.875Z Compiling static_assertions v1.1.0
13982024-11-01T07:41:38.980Z Compiling bit-vec v0.6.3
13992024-11-01T07:41:38.999Z Compiling predicates-core v1.0.8
14002024-11-01T07:41:39.171Z Compiling precomputed-hash v0.1.1
14012024-11-01T07:41:39.188Z Compiling unicode-segmentation v1.12.0
14022024-11-01T07:41:39.286Z Compiling new_debug_unreachable v1.0.6
14032024-11-01T07:41:39.355Z Compiling normalize-line-endings v0.3.0
14042024-11-01T07:41:39.375Z Compiling number_prefix v0.4.0
14052024-11-01T07:41:39.393Z Compiling minimal-lexical v0.2.1
14062024-11-01T07:41:39.461Z Compiling whoami v1.5.2
14072024-11-01T07:41:39.481Z Compiling fixedbitset v0.4.2
14082024-11-01T07:41:39.591Z Compiling difflib v0.4.0
14092024-11-01T07:41:39.892Z Compiling similar v2.6.0
14102024-11-01T07:41:39.960Z Compiling tokio-postgres v0.7.12
14112024-11-01T07:41:40.054Z Compiling predicates v3.1.2
14122024-11-01T07:41:40.103Z Compiling nom v7.1.3
14132024-11-01T07:41:41.210Z Compiling petgraph v0.6.5
14142024-11-01T07:41:41.321Z Compiling qorb v0.2.0
14152024-11-01T07:41:41.777Z Compiling indicatif v0.17.8
14162024-11-01T07:41:42.314Z Compiling string_cache v0.8.7
14172024-11-01T07:41:42.768Z Compiling bit-set v0.5.3
14182024-11-01T07:41:43.081Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14192024-11-01T07:41:43.100Z Compiling clap v4.5.20
14202024-11-01T07:41:43.220Z Compiling flate2 v1.0.34
14212024-11-01T07:41:43.807Z Compiling reqwest v0.12.8
14222024-11-01T07:41:44.048Z Compiling rsa v0.9.6
14232024-11-01T07:41:44.187Z Compiling ecdsa v0.16.9
14242024-11-01T07:41:45.063Z Compiling ed25519-dalek v2.1.1
14252024-11-01T07:41:45.259Z Compiling toml v0.7.8
14262024-11-01T07:41:45.776Z Compiling crossterm v0.28.1
14272024-11-01T07:41:47.294Z Compiling hex v0.4.3
14282024-11-01T07:41:47.658Z Compiling itertools v0.10.5
14292024-11-01T07:41:47.857Z Compiling itertools v0.12.1
14302024-11-01T07:41:47.875Z Compiling x509-cert v0.2.5
14312024-11-01T07:41:47.940Z Compiling peg-runtime v0.8.3
14322024-11-01T07:41:48.636Z Compiling unicode-xid v0.2.6
14332024-11-01T07:41:48.820Z Compiling lalrpop-util v0.19.12
14342024-11-01T07:41:49.182Z Compiling xattr v1.3.1
14352024-11-01T07:41:49.457Z Compiling strum_macros v0.26.4
14362024-11-01T07:41:49.544Z Compiling filetime v0.2.25
14372024-11-01T07:41:49.870Z Compiling tar v0.4.42
14382024-11-01T07:41:52.676Z Compiling strum v0.26.3
14392024-11-01T07:41:52.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14402024-11-01T07:41:53.170Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14412024-11-01T07:41:58.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14422024-11-01T07:41:58.511Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14432024-11-01T07:41:58.558ZNov 01 07:41:57.873 INFO Starting download, target: Cockroach
14442024-11-01T07:41:58.558ZNov 01 07:41:57.873 INFO Starting download, target: Console
14452024-11-01T07:41:58.560ZNov 01 07:41:57.873 INFO Starting download, target: Clickhouse
14462024-11-01T07:41:58.560ZNov 01 07:41:57.873 INFO Starting download, target: DendriteOpenapi
14472024-11-01T07:41:58.560ZNov 01 07:41:57.873 INFO Starting download, target: DendriteStub
14482024-11-01T07:41:58.560ZNov 01 07:41:57.873 INFO Starting download, target: MaghemiteMgd
14492024-11-01T07:41:58.560ZNov 01 07:41:57.873 INFO Starting download, target: TransceiverControl
14502024-11-01T07:41:58.560ZNov 01 07:41:57.873 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14512024-11-01T07:41:58.560ZNov 01 07:41:57.874 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
14522024-11-01T07:41:58.560ZNov 01 07:41:57.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14532024-11-01T07:41:58.560ZNov 01 07:41:57.874 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14542024-11-01T07:41:58.560ZNov 01 07:41:57.874 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14552024-11-01T07:41:58.560ZNov 01 07:41:57.874 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14562024-11-01T07:41:58.561ZNov 01 07:41:57.874 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14572024-11-01T07:41:58.765ZNov 01 07:41:58.075 INFO Download complete, target: DendriteOpenapi
14582024-11-01T07:41:58.871ZNov 01 07:41:58.163 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14592024-11-01T07:41:59.194ZNov 01 07:41:58.507 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14602024-11-01T07:41:59.417ZNov 01 07:41:58.732 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14612024-11-01T07:41:59.472ZNov 01 07:41:58.786 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14622024-11-01T07:41:59.544ZNov 01 07:41:58.857 INFO Download complete, target: Console
14632024-11-01T07:41:59.571ZNov 01 07:41:58.886 INFO Download complete, target: TransceiverControl
14642024-11-01T07:42:00.299ZNov 01 07:41:59.576 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14652024-11-01T07:42:00.299ZNov 01 07:41:59.576 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14662024-11-01T07:42:00.550ZNov 01 07:41:59.852 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14672024-11-01T07:42:02.210ZNov 01 07:42:01.524 INFO Download complete, target: DendriteStub
14682024-11-01T07:42:02.346ZNov 01 07:42:01.661 INFO Download complete, target: MaghemiteMgd
14692024-11-01T07:42:07.702ZNov 01 07:42:07.015 INFO Checking that binary works, target: Cockroach
14702024-11-01T07:42:07.863ZNov 01 07:42:07.176 INFO Download complete, target: Cockroach
14712024-11-01T07:42:12.939ZNov 01 07:42:12.252 INFO Checking that binary works, target: Clickhouse
14722024-11-01T07:42:13.757ZNov 01 07:42:13.070 INFO Download complete, target: Clickhouse
14732024-11-01T07:42:13.764ZAll prerequisites installed successfully
14742024-11-01T07:42:13.767Z
14752024-11-01T07:42:13.767Zreal 5:36.795013186
14762024-11-01T07:42:13.767Zuser 12:11.745658067
14772024-11-01T07:42:13.767Zsys 2:42.678816568
14782024-11-01T07:42:13.767Ztrap 0.412002074
14792024-11-01T07:42:13.767Ztflt 6.323295697
14802024-11-01T07:42:13.767Zdflt 4.972967423
14812024-11-01T07:42:13.767Zkflt 0.212072240
14822024-11-01T07:42:13.767Zlock 23:03.336925824
14832024-11-01T07:42:13.767Zslp 51:40.203950635
14842024-11-01T07:42:13.767Zlat 42.312256445
14852024-11-01T07:42:13.767Zstop 2:01.506522043
14862024-11-01T07:42:13.767Z+ ptime -m cargo xtask download softnpu
14872024-11-01T07:42:14.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
14882024-11-01T07:42:14.277Z Running `target/debug/xtask download softnpu`
14892024-11-01T07:42:15.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
14902024-11-01T07:42:15.145Z Running `target/debug/xtask-downloader softnpu`
14912024-11-01T07:42:15.183ZNov 01 07:42:14.496 INFO Starting download, target: Softnpu
14922024-11-01T07:42:15.186ZNov 01 07:42:14.497 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14932024-11-01T07:42:15.875ZNov 01 07:42:15.187 INFO Download complete, target: Softnpu
14942024-11-01T07:42:15.879Z
14952024-11-01T07:42:15.882Zreal 2.106789818
14962024-11-01T07:42:15.882Zuser 1.229218350
14972024-11-01T07:42:15.882Zsys 0.526596358
14982024-11-01T07:42:15.882Ztrap 0.000878276
14992024-11-01T07:42:15.882Ztflt 0.000007129
15002024-11-01T07:42:15.882Zdflt 0.000000000
15012024-11-01T07:42:15.882Zkflt 0.000000000
15022024-11-01T07:42:15.882Zlock 7.185918968
15032024-11-01T07:42:15.882Zslp 0.532499886
15042024-11-01T07:42:15.882Zlat 0.069558204
15052024-11-01T07:42:15.882Zstop 0.000173397
15062024-11-01T07:42:15.882Z+ export CARGO_INCREMENTAL=0
15072024-11-01T07:42:15.882Z+ CARGO_INCREMENTAL=0
15082024-11-01T07:42:15.882Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15092024-11-01T07:42:16.781Z Compiling proc-macro2 v1.0.87
15102024-11-01T07:42:16.781Z Compiling unicode-ident v1.0.13
15112024-11-01T07:42:16.781Z Compiling libc v0.2.161
15122024-11-01T07:42:16.784Z Compiling serde v1.0.210
15132024-11-01T07:42:16.784Z Compiling autocfg v1.4.0
15142024-11-01T07:42:16.784Z Compiling version_check v0.9.5
15152024-11-01T07:42:16.784Z Compiling cfg-if v1.0.0
15162024-11-01T07:42:17.029Z Compiling typenum v1.17.0
15172024-11-01T07:42:17.061Z Compiling memchr v2.7.4
15182024-11-01T07:42:17.478Z Compiling shlex v1.3.0
15192024-11-01T07:42:17.663Z Compiling lock_api v0.4.12
15202024-11-01T07:42:17.808Z Compiling generic-array v0.14.7
15212024-11-01T07:42:17.925Z Compiling parking_lot_core v0.9.10
15222024-11-01T07:42:17.971Z Compiling once_cell v1.20.2
15232024-11-01T07:42:18.108Z Compiling serde_json v1.0.128
15242024-11-01T07:42:18.338Z Compiling libm v0.2.8
15252024-11-01T07:42:18.362Z Compiling thiserror v1.0.64
15262024-11-01T07:42:18.377Z Compiling num-traits v0.2.19
15272024-11-01T07:42:18.441Z Compiling value-bag v1.9.0
15282024-11-01T07:42:18.672Z Compiling quote v1.0.37
15292024-11-01T07:42:18.692Z Compiling itoa v1.0.11
15302024-11-01T07:42:18.833Z Compiling getrandom v0.2.15
15312024-11-01T07:42:19.035Z Compiling jobserver v0.1.32
15322024-11-01T07:42:19.064Z Compiling syn v2.0.79
15332024-11-01T07:42:19.127Z Compiling log v0.4.22
15342024-11-01T07:42:19.273Z Compiling slab v0.4.9
15352024-11-01T07:42:19.290Z Compiling scopeguard v1.2.0
15362024-11-01T07:42:19.413Z Compiling cc v1.1.30
15372024-11-01T07:42:19.564Z Compiling rand_core v0.6.4
15382024-11-01T07:42:19.728Z Compiling byteorder v1.5.0
15392024-11-01T07:42:20.221Z Compiling subtle v2.6.1
15402024-11-01T07:42:20.425Z Compiling allocator-api2 v0.2.18
15412024-11-01T07:42:20.762Z Compiling semver v1.0.23
15422024-11-01T07:42:21.207Z Compiling ryu v1.0.18
15432024-11-01T07:42:21.235Z Compiling const-oid v0.9.6
15442024-11-01T07:42:21.349Z Compiling pin-project-lite v0.2.14
15452024-11-01T07:42:21.469Z Compiling smallvec v1.13.2
15462024-11-01T07:42:21.486Z Compiling equivalent v1.0.1
15472024-11-01T07:42:21.503Z Compiling foldhash v0.1.3
15482024-11-01T07:42:21.573Z Compiling httparse v1.9.5
15492024-11-01T07:42:21.692Z Compiling hashbrown v0.15.0
15502024-11-01T07:42:21.946Z Compiling schemars v0.8.21
15512024-11-01T07:42:22.314Z Compiling signal-hook-registry v1.4.2
15522024-11-01T07:42:22.382Z Compiling heck v0.5.0
15532024-11-01T07:42:22.495Z Compiling mio v1.0.2
15542024-11-01T07:42:22.685Z Compiling ring v0.17.8
15552024-11-01T07:42:22.802Z Compiling parking_lot v0.12.3
15562024-11-01T07:42:23.676Z Compiling crossbeam-utils v0.8.20
15572024-11-01T07:42:23.694Z Compiling socket2 v0.5.7
15582024-11-01T07:42:23.811Z Compiling pkg-config v0.3.31
15592024-11-01T07:42:24.043Z Compiling vcpkg v0.2.15
15602024-11-01T07:42:24.805Z Compiling futures-core v0.3.31
15612024-11-01T07:42:25.028Z Compiling time-core v0.1.2
15622024-11-01T07:42:25.241Z Compiling num-conv v0.1.0
15632024-11-01T07:42:25.273Z Compiling fnv v1.0.7
15642024-11-01T07:42:25.515Z Compiling time-macros v0.2.18
15652024-11-01T07:42:25.650Z Compiling openssl-sys v0.9.103
15662024-11-01T07:42:26.016Z Compiling spin v0.9.8
15672024-11-01T07:42:26.493Z Compiling serde_derive_internals v0.29.1
15682024-11-01T07:42:26.582Z Compiling cpufeatures v0.2.14
15692024-11-01T07:42:26.645Z Compiling futures-sink v0.3.31
15702024-11-01T07:42:27.083Z Compiling ahash v0.8.11
15712024-11-01T07:42:27.418Z Compiling slog v2.7.0
15722024-11-01T07:42:27.434Z Compiling syn v1.0.109
15732024-11-01T07:42:27.667Z Compiling rustix v0.38.37
15742024-11-01T07:42:28.125Z Compiling futures-channel v0.3.31
15752024-11-01T07:42:28.199Z Compiling tinyvec_macros v0.1.1
15762024-11-01T07:42:28.300Z Compiling openssl v0.10.66
15772024-11-01T07:42:28.319Z Compiling ucd-trie v0.1.7
15782024-11-01T07:42:28.433Z Compiling futures-io v0.3.31
15792024-11-01T07:42:28.451Z Compiling futures-task v0.3.31
15802024-11-01T07:42:28.510Z Compiling pin-utils v0.1.0
15812024-11-01T07:42:28.605Z Compiling iana-time-zone v0.1.61
15822024-11-01T07:42:28.723Z Compiling tinyvec v1.8.0
15832024-11-01T07:42:29.300Z Compiling native-tls v0.2.12
15842024-11-01T07:42:29.419Z Compiling rustls v0.23.14
15852024-11-01T07:42:29.604Z Compiling unicode-bidi v0.3.17
15862024-11-01T07:42:29.718Z Compiling base64ct v1.6.0
15872024-11-01T07:42:30.240Z Compiling unicode-normalization v0.1.24
15882024-11-01T07:42:30.281Z Compiling pem-rfc7468 v0.7.0
15892024-11-01T07:42:30.943Z Compiling tracing-core v0.1.32
15902024-11-01T07:42:31.255Z Compiling usdt-impl v0.5.0
15912024-11-01T07:42:31.274Z Compiling serde_derive v1.0.210
15922024-11-01T07:42:31.591Z Compiling zeroize_derive v1.4.2
15932024-11-01T07:42:32.143Z Compiling zerocopy-derive v0.7.35
15942024-11-01T07:42:32.252Z Compiling thiserror-impl v1.0.64
15952024-11-01T07:42:32.883Z Compiling zeroize v1.8.1
15962024-11-01T07:42:33.088Z Compiling tokio-macros v2.4.0
15972024-11-01T07:42:33.947Z Compiling futures-macro v0.3.31
15982024-11-01T07:42:34.396Z Compiling zerocopy v0.7.35
15992024-11-01T07:42:34.925Z Compiling crypto-common v0.1.6
16002024-11-01T07:42:35.237Z Compiling tracing-attributes v0.1.27
16012024-11-01T07:42:35.572Z Compiling block-buffer v0.10.4
16022024-11-01T07:42:35.787Z Compiling digest v0.10.7
16032024-11-01T07:42:36.006Z Compiling schemars_derive v0.8.21
16042024-11-01T07:42:36.177Z Compiling der_derive v0.7.3
16052024-11-01T07:42:37.295Z Compiling hmac v0.12.1
16062024-11-01T07:42:37.520Z Compiling scroll_derive v0.12.0
16072024-11-01T07:42:37.636Z Compiling futures-util v0.3.31
16082024-11-01T07:42:38.221Z Compiling pest v2.7.14
16092024-11-01T07:42:38.595Z Compiling block-padding v0.3.3
16102024-11-01T07:42:38.820Z Compiling inout v0.1.3
16112024-11-01T07:42:39.096Z Compiling openssl-macros v0.1.1
16122024-11-01T07:42:39.460Z Compiling cipher v0.4.4
16132024-11-01T07:42:39.818Z Compiling sha2 v0.10.8
16142024-11-01T07:42:39.907Z Compiling ppv-lite86 v0.2.20
16152024-11-01T07:42:40.637Z Compiling cookie v0.18.1
16162024-11-01T07:42:40.787Z Compiling pest_meta v2.7.14
16172024-11-01T07:42:40.944Z Compiling flagset v0.4.6
16182024-11-01T07:42:41.136Z Compiling anyhow v1.0.92
16192024-11-01T07:42:41.164Z Compiling dyn-clone v1.0.17
16202024-11-01T07:42:41.554Z Compiling der v0.7.9
16212024-11-01T07:42:41.713Z Compiling rand_chacha v0.3.1
16222024-11-01T07:42:42.545Z Compiling pest_generator v2.7.14
16232024-11-01T07:42:43.539Z Compiling bytes v1.7.2
16242024-11-01T07:42:43.763Z Compiling indexmap v2.6.0
16252024-11-01T07:42:44.531Z Compiling tokio v1.40.0
16262024-11-01T07:42:44.699Z Compiling http v1.1.0
16272024-11-01T07:42:45.051Z Compiling serde_tokenstream v0.2.2
16282024-11-01T07:42:45.509Z Compiling rustc_version v0.4.1
16292024-11-01T07:42:45.618Z Compiling uuid v1.10.0
16302024-11-01T07:42:45.986Z Compiling bitflags v2.6.0
16312024-11-01T07:42:46.101Z Compiling chrono v0.4.38
16322024-11-01T07:42:46.910Z Compiling serde_spanned v0.6.8
16332024-11-01T07:42:47.141Z Compiling toml_datetime v0.6.8
16342024-11-01T07:42:47.600Z Compiling pest_derive v2.7.14
16352024-11-01T07:42:48.363Z Compiling scroll v0.12.0
16362024-11-01T07:42:48.962Z Compiling tracing v0.1.40
16372024-11-01T07:42:51.134Z Compiling async-trait v0.1.83
16382024-11-01T07:42:51.747Z Compiling aho-corasick v1.1.3
16392024-11-01T07:42:52.511Z Compiling rayon-core v1.12.1
16402024-11-01T07:42:52.817Z Compiling regex-syntax v0.8.5
16412024-11-01T07:42:52.989Z Compiling camino v1.1.9
16422024-11-01T07:42:53.393Z Compiling percent-encoding v2.3.1
16432024-11-01T07:42:53.560Z Compiling plain v0.2.3
16442024-11-01T07:42:53.709Z Compiling rustls-pki-types v1.9.0
16452024-11-01T07:42:53.727Z Compiling goblin v0.8.2
16462024-11-01T07:42:54.544Z Compiling tokio-util v0.7.12
16472024-11-01T07:42:55.855Z Compiling spki v0.7.3
16482024-11-01T07:42:55.885Z Compiling rand v0.8.5
16492024-11-01T07:42:55.984Z Compiling salsa20 v0.10.2
16502024-11-01T07:42:56.231Z Compiling pbkdf2 v0.12.2
16512024-11-01T07:42:56.673Z Compiling regex-automata v0.4.8
16522024-11-01T07:42:56.982Z Compiling rustls v0.22.4
16532024-11-01T07:42:57.287Z Compiling winnow v0.5.40
16542024-11-01T07:42:57.907Z Compiling pretty-hex v0.4.1
16552024-11-01T07:42:58.129Z Compiling untrusted v0.9.0
16562024-11-01T07:42:58.322Z Compiling powerfmt v0.2.0
16572024-11-01T07:42:58.624Z Compiling deranged v0.3.11
16582024-11-01T07:43:00.399Z Compiling dof v0.3.0
16592024-11-01T07:43:01.034Z Compiling toml_edit v0.19.15
16602024-11-01T07:43:01.157Z Compiling scrypt v0.11.0
16612024-11-01T07:43:01.738Z Compiling dtrace-parser v0.2.0
16622024-11-01T07:43:02.024Z Compiling aes v0.8.4
16632024-11-01T07:43:02.053Z Compiling cbc v0.1.2
16642024-11-01T07:43:02.456Z Compiling thread-id v4.2.2
16652024-11-01T07:43:02.557Z Compiling atomic-waker v1.1.2
16662024-11-01T07:43:02.750Z Compiling num_threads v0.1.7
16672024-11-01T07:43:02.780Z Compiling rustversion v1.0.17
16682024-11-01T07:43:03.451Z Compiling pkcs5 v0.7.1
16692024-11-01T07:43:03.568Z Compiling time v0.3.36
16702024-11-01T07:43:05.032Z Compiling rustls-webpki v0.102.8
16712024-11-01T07:43:05.670Z Compiling form_urlencoded v1.2.1
16722024-11-01T07:43:05.974Z Compiling http-body v1.0.1
16732024-11-01T07:43:06.224Z Compiling heapless v0.7.17
16742024-11-01T07:43:06.898Z Compiling multer v3.1.0
16752024-11-01T07:43:07.212Z Compiling signal-hook v0.3.17
16762024-11-01T07:43:07.277Z Compiling slog-async v2.8.0
16772024-11-01T07:43:07.541Z Compiling try-lock v0.2.5
16782024-11-01T07:43:07.692Z Compiling want v0.3.1
16792024-11-01T07:43:07.953Z Compiling pkcs8 v0.10.2
16802024-11-01T07:43:08.563Z Compiling h2 v0.4.6
16812024-11-01T07:43:09.388Z Compiling regex v1.11.0
16822024-11-01T07:43:10.385Z Compiling paste v1.0.15
16832024-11-01T07:43:10.748Z Compiling strsim v0.11.1
16842024-11-01T07:43:10.769Z Compiling httpdate v1.0.3
16852024-11-01T07:43:12.205Z Compiling usdt-macro v0.5.0
16862024-11-01T07:43:12.213Z Compiling usdt-attr-macro v0.5.0
16872024-11-01T07:43:12.842Z Compiling curve25519-dalek v4.1.3
16882024-11-01T07:43:13.265Z Compiling openapiv3 v2.0.0
16892024-11-01T07:43:13.514Z Compiling async-stream-impl v0.3.6
16902024-11-01T07:43:13.659Z Compiling enum-as-inner v0.6.1
16912024-11-01T07:43:14.731Z Compiling idna v0.5.0
16922024-11-01T07:43:14.887Z Compiling errno v0.3.9
16932024-11-01T07:43:15.271Z Compiling dropshot v0.12.0
16942024-11-01T07:43:15.468Z Compiling num-bigint-dig v0.8.4
16952024-11-01T07:43:15.746Z Compiling hyper v1.4.1
16962024-11-01T07:43:15.780Z Compiling tower-service v0.3.3
16972024-11-01T07:43:15.913Z Compiling match_cfg v0.1.0
16982024-11-01T07:43:16.015Z Compiling portable-atomic v1.9.0
16992024-11-01T07:43:16.133Z Compiling adler2 v2.0.0
17002024-11-01T07:43:16.893Z Compiling smoltcp v0.9.1
17012024-11-01T07:43:17.151Z Compiling base64 v0.22.1
17022024-11-01T07:43:17.507Z Compiling foreign-types-shared v0.1.1
17032024-11-01T07:43:17.625Z Compiling foreign-types v0.3.2
17042024-11-01T07:43:17.646Z Compiling miniz_oxide v0.8.0
17052024-11-01T07:43:17.729Z Compiling hostname v0.3.1
17062024-11-01T07:43:17.789Z Compiling url v2.5.2
17072024-11-01T07:43:18.228Z Compiling hyper-util v0.1.9
17082024-11-01T07:43:21.069Z Compiling dirs-sys-next v0.1.2
17092024-11-01T07:43:21.250Z Compiling data-encoding v2.6.0
17102024-11-01T07:43:21.321Z Compiling gimli v0.31.1
17112024-11-01T07:43:21.742Z Compiling siphasher v0.3.11
17122024-11-01T07:43:22.112Z Compiling heck v0.4.1
17132024-11-01T07:43:22.782Z Compiling dirs-next v2.0.0
17142024-11-01T07:43:26.771Z Compiling addr2line v0.24.2
17152024-11-01T07:43:28.255Z Compiling http-body-util v0.1.2
17162024-11-01T07:43:29.066Z Compiling crossbeam-epoch v0.9.18
17172024-11-01T07:43:29.525Z Compiling dropshot_endpoint v0.12.0
17182024-11-01T07:43:29.797Z Compiling hubpack_derive v0.1.1
17192024-11-01T07:43:30.059Z Compiling sha1 v0.10.6
17202024-11-01T07:43:30.455Z Compiling signature v2.2.0
17212024-11-01T07:43:30.502Z Compiling curve25519-dalek-derive v0.1.1
17222024-11-01T07:43:30.622Z Compiling zerocopy-derive v0.6.6
17232024-11-01T07:43:30.763Z Compiling lazy_static v1.5.0
17242024-11-01T07:43:30.904Z Compiling thread_local v1.1.8
17252024-11-01T07:43:31.371Z Compiling object v0.36.5
17262024-11-01T07:43:31.718Z Compiling fs-err v2.11.0
17272024-11-01T07:43:31.793Z Compiling encoding_rs v0.8.34
17282024-11-01T07:43:32.029Z Compiling anstyle v1.0.8
17292024-11-01T07:43:32.391Z Compiling rustc-demangle v0.1.24
17302024-11-01T07:43:32.489Z Compiling mime v0.3.17
17312024-11-01T07:43:33.410Z Compiling stable_deref_trait v1.2.0
17322024-11-01T07:43:33.532Z Compiling unicode-properties v0.1.3
17332024-11-01T07:43:33.948Z Compiling ipnet v2.10.1
17342024-11-01T07:43:34.264Z Compiling either v1.13.0
17352024-11-01T07:43:34.617Z Compiling openssl-probe v0.1.5
17362024-11-01T07:43:34.933Z Compiling winnow v0.6.20
17372024-11-01T07:43:34.969Z Compiling utf8parse v0.2.2
17382024-11-01T07:43:35.129Z Compiling anstyle-parse v0.2.5
17392024-11-01T07:43:35.469Z Compiling stringprep v0.1.5
17402024-11-01T07:43:36.445Z Compiling crossbeam-deque v0.8.5
17412024-11-01T07:43:38.682Z Compiling toml_edit v0.22.22
17422024-11-01T07:43:39.818Z Compiling backtrace v0.3.74
17432024-11-01T07:43:45.700Z Compiling term v0.7.0
17442024-11-01T07:43:46.915Z Compiling slog-json v2.6.1
17452024-11-01T07:43:47.887Z Compiling serde_urlencoded v0.7.1
17462024-11-01T07:43:47.906Z Compiling crossbeam-channel v0.5.13
17472024-11-01T07:43:47.924Z Compiling rustls-pemfile v2.2.0
17482024-11-01T07:43:48.340Z Compiling hashbrown v0.14.5
17492024-11-01T07:43:48.453Z Compiling futures-executor v0.3.31
17502024-11-01T07:43:49.083Z Compiling md-5 v0.10.6
17512024-11-01T07:43:49.296Z Compiling idna v0.4.0
17522024-11-01T07:43:49.317Z Compiling idna v0.3.0
17532024-11-01T07:43:49.677Z Compiling num-integer v0.1.46
17542024-11-01T07:43:49.836Z Compiling ff v0.13.0
17552024-11-01T07:43:50.057Z Compiling hash32 v0.2.1
17562024-11-01T07:43:50.407Z Compiling memmap v0.7.0
17572024-11-01T07:43:50.441Z Compiling is-terminal v0.4.13
17582024-11-01T07:43:50.691Z Compiling is_terminal_polyfill v1.70.1
17592024-11-01T07:43:50.712Z Compiling linked-hash-map v0.5.6
17602024-11-01T07:43:50.739Z Compiling base16ct v0.2.0
17612024-11-01T07:43:51.022Z Compiling anstyle-query v1.1.1
17622024-11-01T07:43:51.080Z Compiling quick-error v1.2.3
17632024-11-01T07:43:51.177Z Compiling take_mut v0.2.2
17642024-11-01T07:43:52.199Z Compiling colorchoice v1.0.2
17652024-11-01T07:43:52.368Z Compiling psl-types v2.0.11
17662024-11-01T07:43:52.575Z Compiling fallible-iterator v0.2.0
17672024-11-01T07:43:52.880Z Compiling utf-8 v0.7.6
17682024-11-01T07:43:53.184Z Compiling tungstenite v0.24.0
17692024-11-01T07:43:53.330Z Compiling postgres-protocol v0.6.7
17702024-11-01T07:43:53.841Z Compiling publicsuffix v2.2.3
17712024-11-01T07:43:55.187Z Compiling anstream v0.6.15
17722024-11-01T07:43:55.828Z Compiling resolv-conf v0.7.0
17732024-11-01T07:43:55.852Z Compiling lru-cache v0.1.2
17742024-11-01T07:43:56.062Z Compiling sec1 v0.7.3
17752024-11-01T07:43:56.187Z Compiling usdt v0.5.0
17762024-11-01T07:43:56.463Z Compiling slog-term v2.9.1
17772024-11-01T07:43:56.637Z Compiling num-iter v0.1.45
17782024-11-01T07:43:56.657Z Compiling hickory-proto v0.24.1
17792024-11-01T07:43:56.827Z Compiling group v0.13.0
17802024-11-01T07:43:57.530Z Compiling regress v0.10.1
17812024-11-01T07:44:00.857Z Compiling futures v0.3.31
17822024-11-01T07:44:02.225Z Compiling slog-bunyan v2.5.0
17832024-11-01T07:44:02.482Z Compiling tokio-rustls v0.26.0
17842024-11-01T07:44:02.618Z Compiling toml v0.8.19
17852024-11-01T07:44:02.735Z Compiling tokio-rustls v0.25.0
17862024-11-01T07:44:02.942Z Compiling tokio-native-tls v0.3.1
17872024-11-01T07:44:03.133Z Compiling terminal_size v0.4.0
17882024-11-01T07:44:03.234Z Compiling strum_macros v0.25.3
17892024-11-01T07:44:03.351Z Compiling phf_shared v0.11.2
17902024-11-01T07:44:03.945Z Compiling async-stream v0.3.6
17912024-11-01T07:44:04.244Z Compiling waitgroup v0.1.2
17922024-11-01T07:44:04.783Z Compiling webpki-roots v0.26.6
17932024-11-01T07:44:05.009Z Compiling serde_path_to_error v0.1.16
17942024-11-01T07:44:05.473Z Compiling hkdf v0.12.4
17952024-11-01T07:44:05.497Z Compiling crypto-bigint v0.5.5
17962024-11-01T07:44:05.713Z Compiling derive-where v1.2.7
17972024-11-01T07:44:05.835Z Compiling serde_repr v0.1.19
17982024-11-01T07:44:06.615Z Compiling clap_derive v4.5.18
17992024-11-01T07:44:07.019Z Compiling hostname v0.4.0
18002024-11-01T07:44:07.239Z Compiling managed v0.8.0
18012024-11-01T07:44:07.772Z Compiling clap_lex v0.7.2
18022024-11-01T07:44:08.205Z Compiling unicode-width v0.1.14
18032024-11-01T07:44:08.813Z Compiling bitflags v1.3.2
18042024-11-01T07:44:09.039Z Compiling debug-ignore v1.0.5
18052024-11-01T07:44:09.421Z Compiling console v0.15.8
18062024-11-01T07:44:09.518Z Compiling elliptic-curve v0.13.8
18072024-11-01T07:44:10.268Z Compiling clap_builder v4.5.20
18082024-11-01T07:44:11.390Z Compiling hyper-rustls v0.27.3
18092024-11-01T07:44:14.096Z Compiling phf v0.11.2
18102024-11-01T07:44:14.408Z Compiling hyper-tls v0.6.0
18112024-11-01T07:44:14.810Z Compiling signal-hook-mio v0.2.4
18122024-11-01T07:44:14.984Z Compiling hickory-resolver v0.24.1
18132024-11-01T07:44:15.019Z Compiling rayon v1.10.0
18142024-11-01T07:44:15.117Z Compiling typify-impl v0.2.0
18152024-11-01T07:44:17.328Z Compiling cookie_store v0.21.0
18162024-11-01T07:44:17.736Z Compiling tokio-tungstenite v0.24.0
18172024-11-01T07:44:18.329Z Compiling postgres-types v0.2.8
18182024-11-01T07:44:18.650Z Compiling zerocopy v0.6.6
18192024-11-01T07:44:19.661Z Compiling ed25519 v2.2.3
18202024-11-01T07:44:19.730Z Compiling hubpack v0.1.2
18212024-11-01T07:44:19.917Z Compiling phf_shared v0.10.0
18222024-11-01T07:44:20.130Z Compiling pkcs1 v0.7.5
18232024-11-01T07:44:20.170Z Compiling bstr v1.10.0
18242024-11-01T07:44:20.581Z Compiling tokio-stream v0.1.16
18252024-11-01T07:44:21.133Z Compiling serde-big-array v0.5.1
18262024-11-01T07:44:21.366Z Compiling rfc6979 v0.4.0
18272024-11-01T07:44:21.569Z Compiling float-cmp v0.9.0
18282024-11-01T07:44:21.682Z Compiling sync_wrapper v1.0.1
18292024-11-01T07:44:21.778Z Compiling crc32fast v1.4.2
18302024-11-01T07:44:21.799Z Compiling difflib v0.4.0
18312024-11-01T07:44:21.831Z Compiling new_debug_unreachable v1.0.6
18322024-11-01T07:44:21.850Z Compiling unicode-segmentation v1.12.0
18332024-11-01T07:44:21.938Z Compiling whoami v1.5.2
18342024-11-01T07:44:22.099Z Compiling static_assertions v1.1.0
18352024-11-01T07:44:22.213Z Compiling normalize-line-endings v0.3.0
18362024-11-01T07:44:22.463Z Compiling precomputed-hash v0.1.1
18372024-11-01T07:44:22.496Z Compiling number_prefix v0.4.0
18382024-11-01T07:44:22.723Z Compiling fixedbitset v0.4.2
18392024-11-01T07:44:22.742Z Compiling predicates-core v1.0.8
18402024-11-01T07:44:22.906Z Compiling bit-vec v0.6.3
18412024-11-01T07:44:23.114Z Compiling minimal-lexical v0.2.1
18422024-11-01T07:44:23.583Z Compiling nom v7.1.3
18432024-11-01T07:44:24.166Z Compiling bit-set v0.5.3
18442024-11-01T07:44:25.454Z Compiling petgraph v0.6.5
18452024-11-01T07:44:25.457Z Compiling predicates v3.1.2
18462024-11-01T07:44:25.942Z Compiling indicatif v0.17.8
18472024-11-01T07:44:26.106Z Compiling typify-macro v0.2.0
18482024-11-01T07:44:27.231Z Compiling similar v2.6.0
18492024-11-01T07:44:27.311Z Compiling string_cache v0.8.7
18502024-11-01T07:44:27.593Z Compiling tokio-postgres v0.7.12
18512024-11-01T07:44:27.674Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18522024-11-01T07:44:27.713Z Compiling flate2 v1.0.34
18532024-11-01T07:44:28.436Z Compiling reqwest v0.12.8
18542024-11-01T07:44:28.606Z Compiling qorb v0.2.0
18552024-11-01T07:44:29.131Z Compiling ecdsa v0.16.9
18562024-11-01T07:44:30.040Z Compiling rsa v0.9.6
18572024-11-01T07:44:31.662Z Compiling ed25519-dalek v2.1.1
18582024-11-01T07:44:32.820Z Compiling crossterm v0.28.1
18592024-11-01T07:44:33.039Z Compiling clap v4.5.20
18602024-11-01T07:44:34.358Z Compiling itertools v0.10.5
18612024-11-01T07:44:35.617Z Compiling itertools v0.12.1
18622024-11-01T07:44:35.987Z Compiling toml v0.7.8
18632024-11-01T07:44:36.125Z Compiling x509-cert v0.2.5
18642024-11-01T07:44:37.298Z Compiling hex v0.4.3
18652024-11-01T07:44:37.897Z Compiling unicode-xid v0.2.6
18662024-11-01T07:44:38.570Z Compiling peg-runtime v0.8.3
18672024-11-01T07:44:38.662Z Compiling lalrpop-util v0.19.12
18682024-11-01T07:44:40.307Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18692024-11-01T07:44:42.576Z Compiling proc-macro-crate v1.3.1
18702024-11-01T07:44:43.200Z Compiling ipnetwork v0.20.0
18712024-11-01T07:44:44.841Z Compiling heapless v0.8.0
18722024-11-01T07:44:45.810Z Compiling num_enum_derive v0.5.11
18732024-11-01T07:44:51.542Z Compiling hash32 v0.3.1
18742024-11-01T07:44:52.375Z Compiling ident_case v1.0.1
18752024-11-01T07:44:52.570Z Compiling smoltcp v0.11.0
18762024-11-01T07:44:54.375Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18772024-11-01T07:44:58.999Z Compiling darling_core v0.20.10
18782024-11-01T07:45:08.960Z Compiling num_enum v0.5.11
18792024-11-01T07:45:09.708Z Compiling typify v0.2.0
18802024-11-01T07:45:12.029Z Compiling proc-macro-error-attr v1.0.4
18812024-11-01T07:45:12.521Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18822024-11-01T07:45:12.662Z Compiling unsafe-libyaml v0.2.11
18832024-11-01T07:45:14.410Z Compiling cobs v0.2.3
18842024-11-01T07:45:15.413Z Compiling postcard v1.0.10
18852024-11-01T07:45:15.636Z Compiling serde_yaml v0.9.34+deprecated
18862024-11-01T07:45:25.957Z Compiling progenitor-impl v0.8.0
18872024-11-01T07:45:27.686Z Compiling darling_macro v0.20.10
18882024-11-01T07:45:39.785Z Compiling strum_macros v0.26.4
18892024-11-01T07:45:40.624Z Compiling structmeta-derive v0.3.0
18902024-11-01T07:45:40.856Z Compiling foreign-types-macros v0.2.3
18912024-11-01T07:45:41.501Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18922024-11-01T07:45:41.658Z Compiling proc-macro-error v1.0.4
18932024-11-01T07:45:41.969Z Compiling newtype-uuid v1.1.2
18942024-11-01T07:45:42.314Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18952024-11-01T07:45:42.486Z Compiling foreign-types-shared v0.3.1
18962024-11-01T07:45:43.803Z Compiling structmeta v0.3.0
18972024-11-01T07:45:43.994Z Compiling strum v0.26.3
18982024-11-01T07:45:44.180Z Compiling foreign-types v0.5.0
18992024-11-01T07:45:44.305Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19002024-11-01T07:45:51.435Z Compiling progenitor-macro v0.8.0
19012024-11-01T07:45:54.894Z Compiling darling v0.20.10
19022024-11-01T07:45:57.033Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19032024-11-01T07:45:57.148Z Compiling progenitor-client v0.8.0
19042024-11-01T07:45:58.014Z Compiling tabwriter v1.4.0
19052024-11-01T07:46:00.790Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19062024-11-01T07:46:01.449Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19072024-11-01T07:46:01.468Z Compiling cstr-argument v0.1.2
19082024-11-01T07:46:01.731Z Compiling fastrand v2.1.1
19092024-11-01T07:46:02.006Z Compiling crucible-workspace-hack v0.1.0
19102024-11-01T07:46:02.319Z Compiling pretty-hex v0.2.1
19112024-11-01T07:46:02.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19122024-11-01T07:46:02.670Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19132024-11-01T07:46:03.038Z Compiling tempfile v3.13.0
19142024-11-01T07:46:03.079Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19152024-11-01T07:46:03.526Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19162024-11-01T07:46:03.743Z Compiling serde_with_macros v3.11.0
19172024-11-01T07:46:04.268Z Compiling parse-display-derive v0.10.0
19182024-11-01T07:46:04.304Z Compiling colored v2.1.0
19192024-11-01T07:46:04.777Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19202024-11-01T07:46:04.994Z Compiling progenitor v0.8.0
19212024-11-01T07:46:05.225Z Compiling instant v0.1.13
19222024-11-01T07:46:05.403Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19232024-11-01T07:46:05.513Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19242024-11-01T07:46:05.533Z Compiling backoff v0.4.0
19252024-11-01T07:46:05.733Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19262024-11-01T07:46:05.809Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19272024-11-01T07:46:06.233Z Compiling serde_with v3.11.0
19282024-11-01T07:46:07.975Z Compiling parse-display v0.10.0
19292024-11-01T07:46:08.756Z Compiling zone_cfg_derive v0.3.0
19302024-11-01T07:46:09.906Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19312024-11-01T07:46:09.940Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19322024-11-01T07:46:10.115Z Compiling camino-tempfile v1.1.1
19332024-11-01T07:46:10.598Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19342024-11-01T07:46:10.644Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19352024-11-01T07:46:10.820Z Compiling regress v0.9.1
19362024-11-01T07:46:10.840Z Compiling macaddr v1.0.1
19372024-11-01T07:46:10.905Z Compiling num-derive v0.4.2
19382024-11-01T07:46:11.095Z Compiling sigpipe v0.1.3
19392024-11-01T07:46:11.230Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19402024-11-01T07:46:11.444Z Compiling libefi-sys v0.1.0
19412024-11-01T07:46:11.604Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19422024-11-01T07:46:11.781Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19432024-11-01T07:46:12.347Z Compiling zone v0.3.0
19442024-11-01T07:46:13.086Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19452024-11-01T07:46:14.683Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19462024-11-01T07:46:14.775Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19472024-11-01T07:46:15.409Z Compiling smf v0.2.3
19482024-11-01T07:46:15.564Z Compiling bitfield-struct v0.6.2
19492024-11-01T07:46:16.920Z Compiling ring v0.16.20
19502024-11-01T07:46:17.910Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19512024-11-01T07:46:17.928Z Compiling blake3 v1.5.4
19522024-11-01T07:46:18.774Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19532024-11-01T07:46:19.297Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19542024-11-01T07:46:19.576Z Compiling xattr v1.3.1
19552024-11-01T07:46:19.588Z Compiling memmap2 v0.9.5
19562024-11-01T07:46:19.926Z Compiling filetime v0.2.25
19572024-11-01T07:46:20.176Z Compiling untrusted v0.7.1
19582024-11-01T07:46:20.299Z Compiling arrayvec v0.7.6
19592024-11-01T07:46:20.385Z Compiling spin v0.5.2
19602024-11-01T07:46:20.452Z Compiling arrayref v0.3.9
19612024-11-01T07:46:20.563Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19622024-11-01T07:46:20.643Z Compiling same-file v1.0.6
19632024-11-01T07:46:20.699Z Compiling constant_time_eq v0.3.1
19642024-11-01T07:46:20.795Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19652024-11-01T07:46:20.878Z Compiling walkdir v2.5.0
19662024-11-01T07:46:21.342Z Compiling tar v0.4.42
19672024-11-01T07:46:22.456Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19682024-11-01T07:46:22.875Z Compiling gethostname v0.5.0
19692024-11-01T07:46:23.084Z Compiling cargo-platform v0.1.8
19702024-11-01T07:46:23.412Z Compiling topological-sort v0.2.2
19712024-11-01T07:46:23.584Z Compiling cargo_metadata v0.18.1
19722024-11-01T07:46:26.362Z Compiling omicron-zone-package v0.11.1
19732024-11-01T07:46:30.558Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19742024-11-01T07:46:31.455Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19752024-11-01T07:46:36.171Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19762024-11-01T07:46:53.025Z Finished `release` profile [optimized] target(s) in 4m 37s
19772024-11-01T07:46:53.183Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19782024-11-01T07:46:53.226ZLogging to: /work/oxidecomputer/omicron/out/LOG
19792024-11-01T07:46:53.229ZCreated new build target 'test' and set it as active
19802024-11-01T07:46:53.229Z
19812024-11-01T07:46:53.229Zreal 4:37.303384600
19822024-11-01T07:46:53.229Zuser 31:28.996574362
19832024-11-01T07:46:53.229Zsys 3:51.351476704
19842024-11-01T07:46:53.229Ztrap 0.908727536
19852024-11-01T07:46:53.229Ztflt 2.978201115
19862024-11-01T07:46:53.229Zdflt 0.890985519
19872024-11-01T07:46:53.229Zkflt 0.009810568
19882024-11-01T07:46:53.229Zlock 1:09:09.257637668
19892024-11-01T07:46:53.229Zslp 2:00:21.310540077
19902024-11-01T07:46:53.229Zlat 2:06.349957794
19912024-11-01T07:46:53.229Zstop 3:54.658252754
19922024-11-01T07:46:53.230Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19932024-11-01T07:46:54.153Z Finished `release` profile [optimized] target(s) in 0.87s
19942024-11-01T07:46:54.208Z Running `target/release/omicron-package -t test package`
19952024-11-01T07:46:54.253ZLogging to: /work/oxidecomputer/omicron/out/LOG
19962024-11-01T07:46:55.345Z Compiling convert_case v0.4.0
19972024-11-01T07:46:55.346Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19982024-11-01T07:46:55.348Z Compiling itertools v0.13.0
19992024-11-01T07:46:55.348Z Compiling password-hash v0.5.0
20002024-11-01T07:46:55.348Z Compiling blake2 v0.10.6
20012024-11-01T07:46:55.348Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20022024-11-01T07:46:55.348Z Compiling newline-converter v0.3.0
20032024-11-01T07:46:55.509Z Compiling cancel-safe-futures v0.1.5
20042024-11-01T07:46:55.703Z Compiling owo-colors v4.1.0
20052024-11-01T07:46:55.725Z Compiling expectorate v1.1.0
20062024-11-01T07:46:55.935Z Compiling base64 v0.21.7
20072024-11-01T07:46:56.026Z Compiling argon2 v0.5.3
20082024-11-01T07:46:56.159Z Compiling derive_more v0.99.18
20092024-11-01T07:46:56.751Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20102024-11-01T07:46:57.048Z Compiling libsw v3.3.1
20112024-11-01T07:46:57.341Z Compiling indent_write v2.2.0
20122024-11-01T07:46:57.389Z Compiling linear-map v1.2.0
20132024-11-01T07:46:57.409Z Compiling swrite v0.1.0
20142024-11-01T07:46:57.545Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20152024-11-01T07:46:57.573Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20162024-11-01T07:46:57.601Z Compiling progenitor-client v0.8.0
20172024-11-01T07:46:57.809Z Compiling atomicwrites v0.4.4
20182024-11-01T07:46:58.021Z Compiling progenitor v0.8.0
20192024-11-01T07:46:58.250Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20202024-11-01T07:46:58.333Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20212024-11-01T07:46:58.410Z Compiling num-rational v0.4.2
20222024-11-01T07:46:58.711Z Compiling num-complex v0.4.6
20232024-11-01T07:46:59.029Z Compiling float-ord v0.3.2
20242024-11-01T07:46:59.208Z Compiling prettyplease v0.2.22
20252024-11-01T07:46:59.523Z Compiling semver v0.1.20
20262024-11-01T07:47:00.029Z Compiling num v0.4.3
20272024-11-01T07:47:00.150Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20282024-11-01T07:47:00.150Z Compiling rustc_version v0.1.7
20292024-11-01T07:47:00.577Z Compiling newtype_derive v0.1.6
20302024-11-01T07:47:00.887Z Compiling humantime v2.1.0
20312024-11-01T07:47:00.979Z Compiling highway v1.2.0
20322024-11-01T07:47:01.856Z Compiling home v0.5.9
20332024-11-01T07:47:02.146Z Compiling steno v0.4.1
20342024-11-01T07:47:02.226Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20352024-11-01T07:47:05.093Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20362024-11-01T07:47:05.715Z Compiling newtype-uuid v1.1.2
20372024-11-01T07:47:06.086Z Compiling tungstenite v0.21.0
20382024-11-01T07:47:06.421Z Compiling ipnetwork v0.20.0
20392024-11-01T07:47:06.826Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20402024-11-01T07:47:07.229Z Compiling instant v0.1.13
20412024-11-01T07:47:07.392Z Compiling slog-dtrace v0.3.0
20422024-11-01T07:47:07.794Z Compiling backoff v0.4.0
20432024-11-01T07:47:08.188Z Compiling tokio-tungstenite v0.21.0
20442024-11-01T07:47:08.822Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20452024-11-01T07:47:09.480Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20462024-11-01T07:47:09.866Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20472024-11-01T07:47:11.085Z Compiling parse-display v0.10.0
20482024-11-01T07:47:11.659Z Compiling strum v0.26.3
20492024-11-01T07:47:11.863Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20502024-11-01T07:47:12.060Z Compiling serde_with v3.11.0
20512024-11-01T07:47:12.307Z Compiling regress v0.9.1
20522024-11-01T07:47:13.352Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20532024-11-01T07:47:15.958Z Compiling macaddr v1.0.1
20542024-11-01T07:47:16.383Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20552024-11-01T07:47:17.342Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20562024-11-01T07:47:17.687Z Compiling arc-swap v1.7.1
20572024-11-01T07:47:18.398Z Compiling display-error-chain v0.2.1
20582024-11-01T07:47:18.594Z Compiling slog-scope v4.4.0
20592024-11-01T07:47:19.407Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20602024-11-01T07:47:20.003Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20612024-11-01T07:47:21.037Z Compiling half v2.4.1
20622024-11-01T07:47:21.770Z Compiling ciborium-io v0.2.2
20632024-11-01T07:47:21.919Z Compiling ciborium-ll v0.2.2
20642024-11-01T07:47:22.457Z Compiling slog-stdlog v4.1.1
20652024-11-01T07:47:23.226Z Compiling slog-envlogger v2.2.0
20662024-11-01T07:47:23.683Z Compiling ciborium v0.2.2
20672024-11-01T07:47:24.714Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20682024-11-01T07:47:25.807Z Compiling fastrand v2.1.1
20692024-11-01T07:47:25.973Z Compiling same-file v1.0.6
20702024-11-01T07:47:26.239Z Compiling walkdir v2.5.0
20712024-11-01T07:47:26.316Z Compiling tempfile v3.13.0
20722024-11-01T07:47:26.876Z Compiling blake3 v1.5.4
20732024-11-01T07:47:27.083Z Compiling ring v0.16.20
20742024-11-01T07:47:27.524Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20752024-11-01T07:47:31.057Z Compiling xattr v1.3.1
20762024-11-01T07:47:31.332Z Compiling filetime v0.2.25
20772024-11-01T07:47:31.656Z Compiling memmap2 v0.9.5
20782024-11-01T07:47:32.081Z Compiling spin v0.5.2
20792024-11-01T07:47:32.329Z Compiling arrayvec v0.7.6
20802024-11-01T07:47:32.788Z Compiling arrayref v0.3.9
20812024-11-01T07:47:32.906Z Compiling keccak v0.1.5
20822024-11-01T07:47:33.561Z Compiling untrusted v0.7.1
20832024-11-01T07:47:33.703Z Compiling constant_time_eq v0.3.1
20842024-11-01T07:47:34.696Z Compiling sha3 v0.10.8
20852024-11-01T07:47:35.079Z Compiling tar v0.4.42
20862024-11-01T07:47:35.601Z Compiling camino-tempfile v1.1.1
20872024-11-01T07:47:36.053Z Compiling toolchain_find v0.4.0
20882024-11-01T07:47:36.607Z Compiling nibble_vec v0.1.0
20892024-11-01T07:47:36.772Z Compiling glob v0.3.1
20902024-11-01T07:47:36.844Z Compiling topological-sort v0.2.2
20912024-11-01T07:47:36.945Z Compiling crunchy v0.2.2
20922024-11-01T07:47:36.964Z Compiling endian-type v0.1.2
20932024-11-01T07:47:37.071Z Compiling maplit v1.0.2
20942024-11-01T07:47:37.174Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20952024-11-01T07:47:37.203Z Compiling radium v0.7.0
20962024-11-01T07:47:37.206Z Compiling radix_trie v0.2.1
20972024-11-01T07:47:37.430Z Compiling omicron-zone-package v0.11.1
20982024-11-01T07:47:37.501Z Compiling clang-sys v1.8.1
20992024-11-01T07:47:37.685Z Compiling rustfmt-wrapper v0.2.1
21002024-11-01T07:47:38.134Z Compiling pem v3.0.4
21012024-11-01T07:47:38.153Z Compiling tap v1.0.1
21022024-11-01T07:47:38.281Z Compiling tiny-keccak v2.0.2
21032024-11-01T07:47:38.360Z Compiling maybe-uninit v2.0.0
21042024-11-01T07:47:38.621Z Compiling wyz v0.5.1
21052024-11-01T07:47:39.233Z Compiling dsl_auto_type v0.1.2
21062024-11-01T07:47:39.404Z Compiling scheduled-thread-pool v0.2.7
21072024-11-01T07:47:39.472Z Compiling secrecy v0.8.0
21082024-11-01T07:47:39.535Z Compiling bzip2-sys v0.1.11+1.0.8
21092024-11-01T07:47:39.767Z Compiling diesel_table_macro_syntax v0.2.0
21102024-11-01T07:47:40.044Z Compiling funty v2.0.0
21112024-11-01T07:47:40.159Z Compiling crc-catalog v2.4.0
21122024-11-01T07:47:40.330Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21132024-11-01T07:47:40.493Z Compiling packed_struct v0.10.1
21142024-11-01T07:47:40.625Z Compiling diesel_derives v2.2.3
21152024-11-01T07:47:40.698Z Compiling crc v3.2.1
21162024-11-01T07:47:41.454Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21172024-11-01T07:47:41.888Z Compiling bitvec v1.0.1
21182024-11-01T07:47:42.437Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21192024-11-01T07:47:42.505Z Compiling r2d2 v0.8.10
21202024-11-01T07:47:43.033Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21212024-11-01T07:47:43.072Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21222024-11-01T07:47:46.325Z Compiling ascii-canvas v3.0.0
21232024-11-01T07:47:46.804Z Compiling universal-hash v0.5.1
21242024-11-01T07:47:47.044Z Compiling packed_struct_codegen v0.10.1
21252024-11-01T07:47:47.499Z Compiling thiserror-impl-no-std v2.0.2
21262024-11-01T07:47:49.442Z Compiling lzma-sys v0.1.20
21272024-11-01T07:47:50.051Z Compiling ena v0.14.3
21282024-11-01T07:47:50.174Z Compiling libloading v0.8.5
21292024-11-01T07:47:50.493Z Compiling indexmap v1.9.3
21302024-11-01T07:47:50.600Z Compiling diff v0.1.13
21312024-11-01T07:47:50.840Z Compiling regex-syntax v0.6.29
21322024-11-01T07:47:51.147Z Compiling opaque-debug v0.3.1
21332024-11-01T07:47:51.269Z Compiling nodrop v0.1.14
21342024-11-01T07:47:51.299Z Compiling bindgen v0.69.5
21352024-11-01T07:47:51.418Z Compiling array-init v0.0.4
21362024-11-01T07:47:51.780Z Compiling diesel v2.2.4
21372024-11-01T07:47:52.720Z Compiling poly1305 v0.8.0
21382024-11-01T07:47:54.184Z Compiling lalrpop v0.19.12
21392024-11-01T07:47:59.404Z Compiling thiserror-no-std v2.0.2
21402024-11-01T07:48:04.133Z Compiling smallvec v0.6.14
21412024-11-01T07:48:05.246Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21422024-11-01T07:48:05.850Z Compiling which v4.4.2
21432024-11-01T07:48:06.264Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21442024-11-01T07:48:06.388Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21452024-11-01T07:48:06.591Z Compiling chacha20 v0.9.1
21462024-11-01T07:48:06.620Z Compiling heck v0.3.3
21472024-11-01T07:48:06.987Z Compiling cexpr v0.6.0
21482024-11-01T07:48:07.082Z Compiling aead v0.5.2
21492024-11-01T07:48:07.451Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21502024-11-01T07:48:07.777Z Compiling termcolor v1.4.1
21512024-11-01T07:48:08.523Z Compiling lazycell v1.3.0
21522024-11-01T07:48:08.718Z Compiling bitfield v0.14.0
21532024-11-01T07:48:08.877Z Compiling hashbrown v0.12.3
21542024-11-01T07:48:09.045Z Compiling rustc-hash v1.1.0
21552024-11-01T07:48:09.226Z Compiling ref-cast v1.0.23
21562024-11-01T07:48:09.822Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21572024-11-01T07:48:11.400Z Compiling env_logger v0.10.2
21582024-11-01T07:48:14.570Z Compiling chacha20poly1305 v0.10.1
21592024-11-01T07:48:14.840Z Compiling zone_cfg_derive v0.1.2
21602024-11-01T07:48:16.186Z Compiling serde-hex v0.1.0
21612024-11-01T07:48:17.955Z Compiling polar-core v0.27.3
21622024-11-01T07:48:19.241Z Compiling bzip2 v0.4.4
21632024-11-01T07:48:19.704Z Compiling vsss-rs v3.3.4
21642024-11-01T07:48:21.746Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21652024-11-01T07:48:22.081Z Compiling ron v0.8.1
21662024-11-01T07:48:22.751Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21672024-11-01T07:48:23.073Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21682024-11-01T07:48:23.671Z Compiling derive_builder_core v0.20.2
21692024-11-01T07:48:24.121Z Compiling hashbrown v0.13.2
21702024-11-01T07:48:25.510Z Compiling headers-core v0.3.0
21712024-11-01T07:48:25.705Z Compiling fxhash v0.2.1
21722024-11-01T07:48:25.747Z Compiling libxml v0.3.3
21732024-11-01T07:48:25.934Z Compiling ref-cast-impl v1.0.23
21742024-11-01T07:48:26.159Z Compiling base64 v0.13.1
21752024-11-01T07:48:26.743Z Compiling crc-any v2.5.0
21762024-11-01T07:48:26.878Z Compiling ron v0.7.1
21772024-11-01T07:48:27.201Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21782024-11-01T07:48:27.756Z Compiling derive_builder_macro v0.20.2
21792024-11-01T07:48:27.892Z Compiling headers v0.4.0
21802024-11-01T07:48:28.592Z Compiling object v0.30.4
21812024-11-01T07:48:31.546Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21822024-11-01T07:48:32.039Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21832024-11-01T07:48:32.721Z Compiling samael v0.0.17
21842024-11-01T07:48:33.158Z Compiling xz2 v0.1.7
21852024-11-01T07:48:33.757Z Compiling zip v0.6.6
21862024-11-01T07:48:36.353Z Compiling zone v0.1.8
21872024-11-01T07:48:39.796Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21882024-11-01T07:48:41.353Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21892024-11-01T07:48:41.711Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21902024-11-01T07:48:41.711Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21912024-11-01T07:48:42.009Z Compiling yasna v0.5.2
21922024-11-01T07:48:42.703Z Compiling phf_generator v0.11.2
21932024-11-01T07:48:42.916Z Compiling strum_macros v0.24.3
21942024-11-01T07:48:43.279Z Compiling kstat-rs v0.2.4
21952024-11-01T07:48:44.178Z Compiling async-recursion v1.1.1
21962024-11-01T07:48:45.416Z Compiling unicase v2.7.0
21972024-11-01T07:48:45.606Z Compiling indoc v1.0.9
21982024-11-01T07:48:45.738Z Compiling path-slash v0.1.5
21992024-11-01T07:48:45.936Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22002024-11-01T07:48:45.973Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22012024-11-01T07:48:46.021Z Compiling rcgen v0.12.1
22022024-11-01T07:48:46.514Z Compiling phf_codegen v0.11.2
22032024-11-01T07:48:46.739Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22042024-11-01T07:48:53.827Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22052024-11-01T07:48:56.084Z Compiling derive_builder v0.20.2
22062024-11-01T07:48:59.297Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22072024-11-01T07:49:01.142Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22082024-11-01T07:49:01.210Z Compiling http v0.2.12
22092024-11-01T07:49:01.468Z Compiling oso-derive v0.27.3
22102024-11-01T07:49:02.452Z Compiling impl-trait-for-tuples v0.2.2
22112024-11-01T07:49:05.349Z Compiling parse-zoneinfo v0.3.1
22122024-11-01T07:49:05.842Z Compiling libz-sys v1.1.20
22132024-11-01T07:49:06.519Z Compiling quick-xml v0.33.0
22142024-11-01T07:49:06.865Z Compiling subprocess v0.2.9
22152024-11-01T07:49:07.281Z Compiling diesel-dtrace v0.3.0
22162024-11-01T07:49:07.621Z Compiling cfg_aliases v0.1.1
22172024-11-01T07:49:07.745Z Compiling parking_lot_core v0.8.6
22182024-11-01T07:49:08.236Z Compiling nix v0.28.0
22192024-11-01T07:49:08.775Z Compiling oso v0.27.3
22202024-11-01T07:49:09.054Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22212024-11-01T07:49:11.639Z Compiling chrono-tz-build v0.4.0
22222024-11-01T07:49:12.772Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22232024-11-01T07:49:14.295Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22242024-11-01T07:49:16.738Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22252024-11-01T07:49:19.520Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22262024-11-01T07:49:19.855Z Compiling bb8 v0.8.5
22272024-11-01T07:49:19.907Z Compiling const_format_proc_macros v0.2.33
22282024-11-01T07:49:20.480Z Compiling vte_generate_state_changes v0.1.2
22292024-11-01T07:49:21.118Z Compiling buf-list v1.0.3
22302024-11-01T07:49:21.748Z Compiling const_format v0.2.33
22312024-11-01T07:49:21.824Z Compiling vte v0.11.1
22322024-11-01T07:49:23.054Z Compiling async-bb8-diesel v0.2.1
22332024-11-01T07:49:23.273Z Compiling chrono-tz v0.10.0
22342024-11-01T07:49:24.401Z Compiling h2 v0.3.26
22352024-11-01T07:49:24.820Z Compiling http-body v0.4.6
22362024-11-01T07:49:25.606Z Compiling fd-lock v4.0.2
22372024-11-01T07:49:25.865Z Compiling libgit2-sys v0.17.0+1.8.1
22382024-11-01T07:49:25.936Z Compiling pin-project-internal v1.1.6
22392024-11-01T07:49:26.633Z Compiling atty v0.2.14
22402024-11-01T07:49:26.817Z Compiling salty v0.3.0
22412024-11-01T07:49:27.245Z Compiling bytecount v0.6.8
22422024-11-01T07:49:27.571Z Compiling papergrid v0.11.0
22432024-11-01T07:49:28.582Z Compiling pin-project v1.1.6
22442024-11-01T07:49:40.135Z Compiling hyper v0.14.30
22452024-11-01T07:49:44.084Z Compiling parking_lot v0.11.2
22462024-11-01T07:49:52.849Z Compiling strip-ansi-escapes v0.2.0
22472024-11-01T07:49:54.477Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22482024-11-01T07:49:54.613Z Compiling tabled_derive v0.7.0
22492024-11-01T07:49:54.913Z Compiling peg-macros v0.8.4
22502024-11-01T07:49:56.700Z Compiling snafu-derive v0.8.5
22512024-11-01T07:49:57.992Z Compiling sqlparser_derive v0.2.2
22522024-11-01T07:49:58.843Z Compiling sync_wrapper v0.1.2
22532024-11-01T07:49:59.027Z Compiling nu-ansi-term v0.50.1
22542024-11-01T07:49:59.064Z Compiling unicode_categories v0.1.1
22552024-11-01T07:49:59.279Z Compiling rustyline v14.0.0
22562024-11-01T07:49:59.424Z Compiling sqlformat v0.2.6
22572024-11-01T07:50:00.302Z Compiling reedline v0.35.0
22582024-11-01T07:50:00.946Z Compiling sqlparser v0.45.0
22592024-11-01T07:50:01.076Z Compiling snafu v0.8.5
22602024-11-01T07:50:01.249Z Compiling reqwest v0.11.27
22612024-11-01T07:50:02.366Z Compiling peg v0.8.4
22622024-11-01T07:50:02.494Z Compiling tabled v0.15.0
22632024-11-01T07:50:11.502Z Compiling sled v0.34.7
22642024-11-01T07:50:22.556Z Compiling mime_guess v2.0.5
22652024-11-01T07:50:23.270Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22662024-11-01T07:50:23.608Z Compiling hickory-client v0.24.1
22672024-11-01T07:50:25.105Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22682024-11-01T07:50:25.419Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22692024-11-01T07:50:31.516Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22702024-11-01T07:50:34.495Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22712024-11-01T07:50:35.916Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22722024-11-01T07:50:37.525Z Compiling globset v0.4.15
22732024-11-01T07:50:43.315Z Compiling hickory-server v0.24.1
22742024-11-01T07:50:44.865Z Compiling primeorder v0.13.6
22752024-11-01T07:50:45.371Z Compiling olpc-cjson v0.1.4
22762024-11-01T07:50:45.470Z Compiling vergen v8.3.2
22772024-11-01T07:50:45.739Z Compiling bcs v0.1.6
22782024-11-01T07:50:45.806Z Compiling env_filter v0.1.2
22792024-11-01T07:50:46.651Z Compiling serde_plain v1.0.2
22802024-11-01T07:50:47.200Z Compiling cargo-platform v0.1.8
22812024-11-01T07:50:47.353Z Compiling nanorand v0.7.0
22822024-11-01T07:50:47.705Z Compiling memoffset v0.9.1
22832024-11-01T07:50:48.060Z Compiling typed-path v0.7.1
22842024-11-01T07:50:48.239Z Compiling flume v0.11.1
22852024-11-01T07:50:48.978Z Compiling cargo_metadata v0.18.1
22862024-11-01T07:50:49.037Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22872024-11-01T07:50:51.812Z Compiling tough v0.17.1
22882024-11-01T07:50:52.288Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22892024-11-01T07:50:54.605Z Compiling env_logger v0.11.5
22902024-11-01T07:50:55.335Z Compiling p384 v0.13.0
22912024-11-01T07:50:56.091Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22922024-11-01T07:51:02.094Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22932024-11-01T07:51:02.161Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22942024-11-01T07:51:04.013Z Compiling git2 v0.19.0
22952024-11-01T07:51:05.795Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22962024-11-01T07:51:11.424Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
22972024-11-01T07:51:12.559Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
22982024-11-01T07:51:13.331Z Compiling rand_seeder v0.3.0
22992024-11-01T07:51:13.600Z Compiling libsqlite3-sys v0.30.1
23002024-11-01T07:51:13.726Z Compiling rustls v0.21.12
23012024-11-01T07:51:14.049Z Compiling parse-size v1.1.0
23022024-11-01T07:51:14.125Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23032024-11-01T07:51:14.376Z Compiling cfg_aliases v0.2.1
23042024-11-01T07:51:14.488Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23052024-11-01T07:51:14.507Z Compiling nix v0.29.0
23062024-11-01T07:51:15.449Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23072024-11-01T07:51:16.713Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23082024-11-01T07:51:17.154Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23092024-11-01T07:51:17.541Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23102024-11-01T07:51:18.106Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23112024-11-01T07:51:18.287Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23122024-11-01T07:51:18.426Z Compiling rustls-webpki v0.101.7
23132024-11-01T07:51:22.321Z Compiling sct v0.7.1
23142024-11-01T07:51:22.457Z Compiling castaway v0.2.3
23152024-11-01T07:51:22.667Z Compiling csv-core v0.1.11
23162024-11-01T07:51:22.801Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23172024-11-01T07:51:23.138Z Compiling http-range v0.1.5
23182024-11-01T07:51:23.534Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23192024-11-01T07:51:23.715Z Compiling hyper-staticfile v0.10.1
23202024-11-01T07:51:25.126Z Compiling csv v1.3.0
23212024-11-01T07:51:26.752Z Compiling compact_str v0.8.0
23222024-11-01T07:51:27.284Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23232024-11-01T07:51:29.476Z Compiling nix v0.27.1
23242024-11-01T07:51:32.251Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23252024-11-01T07:51:33.368Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23262024-11-01T07:51:33.670Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23272024-11-01T07:51:40.552Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23282024-11-01T07:51:41.246Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23292024-11-01T07:51:42.286Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23302024-11-01T07:51:43.599Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23312024-11-01T07:51:43.939Z Compiling unicode-truncate v1.1.0
23322024-11-01T07:51:44.234Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23332024-11-01T07:51:44.561Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23342024-11-01T07:51:44.922Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23352024-11-01T07:51:48.563Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23362024-11-01T07:51:51.389Z Compiling hashlink v0.9.1
23372024-11-01T07:51:51.665Z Compiling tungstenite v0.23.0
23382024-11-01T07:51:52.168Z Compiling lru v0.12.5
23392024-11-01T07:51:52.230Z Compiling instability v0.3.2
23402024-11-01T07:51:52.294Z Compiling fallible-iterator v0.3.0
23412024-11-01T07:51:52.531Z Compiling fallible-streaming-iterator v0.1.9
23422024-11-01T07:51:52.828Z Compiling cassowary v0.3.0
23432024-11-01T07:51:53.135Z Compiling rusqlite v0.32.1
23442024-11-01T07:51:53.219Z Compiling tokio-tungstenite v0.23.1
23452024-11-01T07:51:53.891Z Compiling ratatui v0.28.1
23462024-11-01T07:51:56.403Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23472024-11-01T07:51:59.514Z Compiling tokio-rustls v0.24.1
23482024-11-01T07:52:00.005Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23492024-11-01T07:52:12.985Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23502024-11-01T07:52:15.117Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23512024-11-01T07:52:17.552Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23522024-11-01T07:52:19.251Z Compiling rustls-pemfile v1.0.4
23532024-11-01T07:52:20.107Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23542024-11-01T07:52:20.452Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23552024-11-01T07:52:23.820Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23562024-11-01T07:52:24.003Z Compiling signal-hook-tokio v0.3.1
23572024-11-01T07:52:24.240Z Compiling twox-hash v1.6.3
23582024-11-01T07:52:25.087Z Compiling smawk v0.3.2
23592024-11-01T07:52:25.282Z Compiling unicode-linebreak v0.1.5
23602024-11-01T07:52:25.302Z Compiling is_ci v1.2.0
23612024-11-01T07:52:25.608Z Compiling supports-color v3.0.1
23622024-11-01T07:52:25.827Z Compiling textwrap v0.16.1
23632024-11-01T07:52:26.011Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23642024-11-01T07:52:26.472Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23652024-11-01T07:52:35.694Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23662024-11-01T07:52:36.198Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23672024-11-01T07:52:41.230Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23682024-11-01T07:52:43.885Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23692024-11-01T07:52:44.483Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23702024-11-01T07:52:54.255Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23712024-11-01T07:53:01.113Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23722024-11-01T07:53:01.457Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23732024-11-01T07:53:03.400Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23742024-11-01T07:53:08.070Z Compiling fatfs v0.3.6
23752024-11-01T07:53:09.322Z Compiling rtoolbox v0.0.2
23762024-11-01T07:53:09.778Z Compiling assert_matches v1.5.0
23772024-11-01T07:53:10.913Z Compiling rpassword v7.3.1
23782024-11-01T07:53:11.385Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23792024-11-01T07:53:12.797Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23802024-11-01T07:53:20.311Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23812024-11-01T07:53:23.866Z Compiling tui-tree-widget v0.22.0
23822024-11-01T07:53:24.322Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23832024-11-01T07:53:27.488Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23842024-11-01T07:53:37.628Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23852024-11-01T07:53:38.057Z Compiling uzers v0.12.1
23862024-11-01T07:53:41.123Z Compiling shell-words v1.1.0
23872024-11-01T07:53:41.171Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23882024-11-01T07:53:41.626Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23892024-11-01T07:53:43.167Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23902024-11-01T07:54:09.427Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23912024-11-01T07:54:12.905Z Compiling multimap v0.10.0
23922024-11-01T07:56:18.372Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23932024-11-01T07:56:29.172Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942024-11-01T08:05:07.663Z Finished `release` profile [optimized] target(s) in 18m 13s
23952024-11-01T08:06:05.990Z
23962024-11-01T08:06:05.993Zreal 19:12.570205345
23972024-11-01T08:06:05.993Zuser 2:05:10.203548753
23982024-11-01T08:06:05.993Zsys 5:51.932236491
23992024-11-01T08:06:05.993Ztrap 2.845619137
24002024-11-01T08:06:05.993Ztflt 2.989807897
24012024-11-01T08:06:05.993Zdflt 5.506202764
24022024-11-01T08:06:05.993Zkflt 0.004245656
24032024-11-01T08:06:05.993Zlock 7:31:32.117837495
24042024-11-01T08:06:05.993Zslp 6:14:03.942529628
24052024-11-01T08:06:05.993Zlat 2:54.493626566
24062024-11-01T08:06:05.993Zstop 2:40.561343630
24072024-11-01T08:06:05.993Z+ mapfile -t packages
24082024-11-01T08:06:05.993Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24092024-11-01T08:06:06.975Z Finished `release` profile [optimized] target(s) in 0.93s
24102024-11-01T08:06:07.030Z Running `target/release/omicron-package -t test list-outputs`
24112024-11-01T08:06:07.072ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122024-11-01T08:06:07.076Z+ ptime -m cargo build --locked --release -p xtask
24132024-11-01T08:06:07.620Z Compiling serde v1.0.210
24142024-11-01T08:06:07.622Z Compiling serde_json v1.0.128
24152024-11-01T08:06:07.622Z Compiling libc v0.2.161
24162024-11-01T08:06:07.622Z Compiling rustix v0.38.37
24172024-11-01T08:06:07.622Z Compiling syn v2.0.79
24182024-11-01T08:06:07.707Z Compiling bitflags v2.6.0
24192024-11-01T08:06:08.056Z Compiling usdt-impl v0.5.0
24202024-11-01T08:06:08.115Z Compiling syn v1.0.109
24212024-11-01T08:06:08.146Z Compiling hashbrown v0.15.0
24222024-11-01T08:06:08.229Z Compiling log v0.4.22
24232024-11-01T08:06:08.244Z Compiling fs-err v2.11.0
24242024-11-01T08:06:08.561Z Compiling anyhow v1.0.92
24252024-11-01T08:06:08.707Z Compiling once_cell v1.20.2
24262024-11-01T08:06:09.127Z Compiling thread-id v4.2.2
24272024-11-01T08:06:09.485Z Compiling indexmap v2.6.0
24282024-11-01T08:06:10.735Z Compiling terminal_size v0.4.0
24292024-11-01T08:06:10.735Z Compiling tempfile v3.13.0
24302024-11-01T08:06:10.973Z Compiling clap_builder v4.5.20
24312024-11-01T08:06:11.465Z Compiling proc-macro-error v1.0.4
24322024-11-01T08:06:12.550Z Compiling tabled_derive v0.7.0
24332024-11-01T08:06:13.818Z Compiling tabled v0.15.0
24342024-11-01T08:06:14.703Z Compiling serde_derive v1.0.210
24352024-11-01T08:06:14.703Z Compiling thiserror-impl v1.0.64
24362024-11-01T08:06:14.706Z Compiling zerocopy-derive v0.7.35
24372024-11-01T08:06:14.706Z Compiling scroll_derive v0.12.0
24382024-11-01T08:06:14.706Z Compiling clap_derive v4.5.18
24392024-11-01T08:06:16.084Z Compiling scroll v0.12.0
24402024-11-01T08:06:16.595Z Compiling zerocopy v0.7.35
24412024-11-01T08:06:16.774Z Compiling goblin v0.8.2
24422024-11-01T08:06:17.396Z Compiling thiserror v1.0.64
24432024-11-01T08:06:17.555Z Compiling pest v2.7.14
24442024-11-01T08:06:20.564Z Compiling pest_meta v2.7.14
24452024-11-01T08:06:20.859Z Compiling clap v4.5.20
24462024-11-01T08:06:22.229Z Compiling pest_generator v2.7.14
24472024-11-01T08:06:24.454Z Compiling pest_derive v2.7.14
24482024-11-01T08:06:25.309Z Compiling dtrace-parser v0.2.0
24492024-11-01T08:06:28.807Z Compiling toml_datetime v0.6.8
24502024-11-01T08:06:29.570Z Compiling serde_spanned v0.6.8
24512024-11-01T08:06:29.879Z Compiling toml_edit v0.22.22
24522024-11-01T08:06:32.599Z Compiling dof v0.3.0
24532024-11-01T08:06:32.746Z Compiling serde_tokenstream v0.2.2
24542024-11-01T08:06:33.480Z Compiling camino v1.1.9
24552024-11-01T08:06:34.687Z Compiling usdt-macro v0.5.0
24562024-11-01T08:06:34.700Z Compiling usdt-attr-macro v0.5.0
24572024-11-01T08:06:35.931Z Compiling toml v0.8.19
24582024-11-01T08:06:36.073Z Compiling cargo-platform v0.1.8
24592024-11-01T08:06:37.159Z Compiling semver v1.0.23
24602024-11-01T08:06:38.656Z Compiling cargo_metadata v0.18.1
24612024-11-01T08:06:38.850Z Compiling cargo_toml v0.20.5
24622024-11-01T08:06:40.296Z Compiling usdt v0.5.0
24632024-11-01T08:06:41.769Z Compiling camino-tempfile v1.1.1
24642024-11-01T08:06:42.551Z Compiling macaddr v1.0.1
24652024-11-01T08:06:51.429Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24662024-11-01T08:07:02.582Z Finished `release` profile [optimized] target(s) in 55.44s
24672024-11-01T08:07:02.685Z
24682024-11-01T08:07:02.685Zreal 55.577523179
24692024-11-01T08:07:02.685Zuser 5:37.928874682
24702024-11-01T08:07:02.685Zsys 28.907478961
24712024-11-01T08:07:02.685Ztrap 0.143268026
24722024-11-01T08:07:02.685Ztflt 0.283642580
24732024-11-01T08:07:02.688Zdflt 0.488968575
24742024-11-01T08:07:02.688Zkflt 0.000003389
24752024-11-01T08:07:02.688Zlock 11:02.995494568
24762024-11-01T08:07:02.688Zslp 16:30.771211294
24772024-11-01T08:07:02.688Zlat 13.073795791
24782024-11-01T08:07:02.688Zstop 13.475173020
24792024-11-01T08:07:02.688Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24802024-11-01T08:07:02.688Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24812024-11-01T08:07:02.688Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24822024-11-01T08:07:02.688Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24832024-11-01T08:07:02.688Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24842024-11-01T08:07:03.517Z Compiling hashbrown v0.14.5
24852024-11-01T08:07:03.637Z Compiling unsafe-libyaml v0.2.11
24862024-11-01T08:07:03.649Z Compiling progenitor-client v0.8.0
24872024-11-01T08:07:03.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24882024-11-01T08:07:03.654Z Compiling ident_case v1.0.1
24892024-11-01T08:07:03.654Z Compiling ipnetwork v0.20.0
24902024-11-01T08:07:03.654Z Compiling instant v0.1.13
24912024-11-01T08:07:03.654Z Compiling structmeta-derive v0.3.0
24922024-11-01T08:07:03.788Z Compiling newtype-uuid v1.1.2
24932024-11-01T08:07:03.850Z Compiling darling_core v0.20.10
24942024-11-01T08:07:04.052Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
24952024-11-01T08:07:04.118Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24962024-11-01T08:07:04.429Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972024-11-01T08:07:04.539Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24982024-11-01T08:07:04.782Z Compiling backoff v0.4.0
24992024-11-01T08:07:04.785Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25002024-11-01T08:07:04.934Z Compiling regress v0.10.1
25012024-11-01T08:07:04.952Z Compiling serde_yaml v0.9.34+deprecated
25022024-11-01T08:07:04.967Z Compiling regress v0.9.1
25032024-11-01T08:07:05.153Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25042024-11-01T08:07:05.332Z Compiling macaddr v1.0.1
25052024-11-01T08:07:05.349Z Compiling tempfile v3.13.0
25062024-11-01T08:07:05.528Z Compiling proc-macro-crate v1.3.1
25072024-11-01T08:07:05.763Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25082024-11-01T08:07:06.169Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25092024-11-01T08:07:06.187Z Compiling foreign-types-macros v0.2.3
25102024-11-01T08:07:06.467Z Compiling structmeta v0.3.0
25112024-11-01T08:07:06.497Z Compiling heapless v0.8.0
25122024-11-01T08:07:06.620Z Compiling num_enum_derive v0.5.11
25132024-11-01T08:07:06.966Z Compiling parse-display-derive v0.10.0
25142024-11-01T08:07:07.102Z Compiling foreign-types-shared v0.3.1
25152024-11-01T08:07:07.433Z Compiling foreign-types v0.5.0
25162024-11-01T08:07:07.561Z Compiling proc-macro-error v1.0.4
25172024-11-01T08:07:07.917Z Compiling camino-tempfile v1.1.1
25182024-11-01T08:07:08.257Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25192024-11-01T08:07:08.392Z Compiling hash32 v0.3.1
25202024-11-01T08:07:08.635Z Compiling cstr-argument v0.1.2
25212024-11-01T08:07:08.908Z Compiling typify-impl v0.2.0
25222024-11-01T08:07:09.056Z Compiling crucible-workspace-hack v0.1.0
25232024-11-01T08:07:09.124Z Compiling num_enum v0.5.11
25242024-11-01T08:07:09.141Z Compiling pretty-hex v0.2.1
25252024-11-01T08:07:09.296Z Compiling smoltcp v0.11.0
25262024-11-01T08:07:09.331Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25272024-11-01T08:07:09.373Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25282024-11-01T08:07:09.553Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292024-11-01T08:07:09.922Z Compiling tabwriter v1.4.0
25302024-11-01T08:07:09.941Z Compiling colored v2.1.0
25312024-11-01T08:07:10.095Z Compiling cobs v0.2.3
25322024-11-01T08:07:10.318Z Compiling postcard v1.0.10
25332024-11-01T08:07:10.385Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25342024-11-01T08:07:10.459Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25352024-11-01T08:07:10.462Z Compiling darling_macro v0.20.10
25362024-11-01T08:07:10.652Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25372024-11-01T08:07:10.705Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25382024-11-01T08:07:10.823Z Compiling smf v0.2.3
25392024-11-01T08:07:10.994Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25402024-11-01T08:07:11.325Z Compiling parse-display v0.10.0
25412024-11-01T08:07:11.344Z Compiling zone_cfg_derive v0.3.0
25422024-11-01T08:07:11.407Z Compiling darling v0.20.10
25432024-11-01T08:07:11.500Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25442024-11-01T08:07:11.523Z Compiling serde_with_macros v3.11.0
25452024-11-01T08:07:11.990Z Compiling num-derive v0.4.2
25462024-11-01T08:07:11.993Z Compiling sigpipe v0.1.3
25472024-11-01T08:07:12.128Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25482024-11-01T08:07:12.131Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25492024-11-01T08:07:12.465Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25502024-11-01T08:07:12.841Z Compiling zone v0.3.0
25512024-11-01T08:07:12.924Z Compiling universal-hash v0.5.1
25522024-11-01T08:07:13.139Z Compiling opaque-debug v0.3.1
25532024-11-01T08:07:13.216Z Compiling num-rational v0.4.2
25542024-11-01T08:07:13.247Z Compiling password-hash v0.5.0
25552024-11-01T08:07:14.237Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25562024-11-01T08:07:14.300Z Compiling serde_with v3.11.0
25572024-11-01T08:07:14.351Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25582024-11-01T08:07:14.366Z Compiling blake2 v0.10.6
25592024-11-01T08:07:14.980Z Compiling num-complex v0.4.6
25602024-11-01T08:07:15.073Z Compiling aead v0.5.2
25612024-11-01T08:07:15.331Z Compiling keccak v0.1.5
25622024-11-01T08:07:15.460Z Compiling convert_case v0.4.0
25632024-11-01T08:07:15.830Z Compiling sha3 v0.10.8
25642024-11-01T08:07:15.947Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25652024-11-01T08:07:16.092Z Compiling num v0.4.3
25662024-11-01T08:07:16.216Z Compiling argon2 v0.5.3
25672024-11-01T08:07:16.327Z Compiling poly1305 v0.8.0
25682024-11-01T08:07:16.393Z Compiling derive_more v0.99.18
25692024-11-01T08:07:16.460Z Compiling tungstenite v0.21.0
25702024-11-01T08:07:16.949Z Compiling chacha20 v0.9.1
25712024-11-01T08:07:17.489Z Compiling float-ord v0.3.2
25722024-11-01T08:07:17.692Z Compiling base64 v0.21.7
25732024-11-01T08:07:18.081Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25742024-11-01T08:07:18.192Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25752024-11-01T08:07:18.326Z Compiling tokio-tungstenite v0.21.0
25762024-11-01T08:07:18.439Z Compiling semver v0.1.20
25772024-11-01T08:07:18.628Z Compiling same-file v1.0.6
25782024-11-01T08:07:18.631Z Compiling newline-converter v0.3.0
25792024-11-01T08:07:18.827Z Compiling rustc_version v0.1.7
25802024-11-01T08:07:18.905Z Compiling walkdir v2.5.0
25812024-11-01T08:07:18.936Z Compiling primeorder v0.13.6
25822024-11-01T08:07:19.021Z Compiling secrecy v0.8.0
25832024-11-01T08:07:19.147Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25842024-11-01T08:07:19.312Z Compiling owo-colors v4.1.0
25852024-11-01T08:07:19.336Z Compiling prettyplease v0.2.22
25862024-11-01T08:07:19.377Z Compiling home v0.5.9
25872024-11-01T08:07:19.473Z Compiling cancel-safe-futures v0.1.5
25882024-11-01T08:07:19.641Z Compiling newtype_derive v0.1.6
25892024-11-01T08:07:19.673Z Compiling expectorate v1.1.0
25902024-11-01T08:07:19.676Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25912024-11-01T08:07:19.704Z Compiling thiserror-impl-no-std v2.0.2
25922024-11-01T08:07:19.869Z Compiling blake3 v1.5.4
25932024-11-01T08:07:19.886Z Compiling ring v0.16.20
25942024-11-01T08:07:19.987Z Compiling half v2.4.1
25952024-11-01T08:07:20.005Z Compiling unicase v2.7.0
25962024-11-01T08:07:20.025Z Compiling arc-swap v1.7.1
25972024-11-01T08:07:20.337Z Compiling ciborium-io v0.2.2
25982024-11-01T08:07:20.484Z Compiling slog-scope v4.4.0
25992024-11-01T08:07:20.591Z Compiling ciborium-ll v0.2.2
26002024-11-01T08:07:20.870Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26012024-11-01T08:07:21.205Z Compiling polyval v0.6.2
26022024-11-01T08:07:21.607Z Compiling atomicwrites v0.4.4
26032024-11-01T08:07:21.656Z Compiling libsw v3.3.1
26042024-11-01T08:07:21.979Z Compiling memmap2 v0.9.5
26052024-11-01T08:07:21.997Z Compiling linear-map v1.2.0
26062024-11-01T08:07:22.379Z Compiling arrayvec v0.7.6
26072024-11-01T08:07:22.488Z Compiling untrusted v0.7.1
26082024-11-01T08:07:22.698Z Compiling salty v0.3.0
26092024-11-01T08:07:22.770Z Compiling thiserror-no-std v2.0.2
26102024-11-01T08:07:22.803Z Compiling constant_time_eq v0.3.1
26112024-11-01T08:07:22.901Z Compiling indent_write v2.2.0
26122024-11-01T08:07:22.992Z Compiling libefi-sys v0.1.0
26132024-11-01T08:07:23.120Z Compiling arrayref v0.3.9
26142024-11-01T08:07:23.123Z Compiling spin v0.5.2
26152024-11-01T08:07:23.230Z Compiling parking_lot_core v0.8.6
26162024-11-01T08:07:23.367Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26172024-11-01T08:07:23.509Z Compiling vsss-rs v3.3.4
26182024-11-01T08:07:23.572Z Compiling ghash v0.5.1
26192024-11-01T08:07:23.793Z Compiling ciborium v0.2.2
26202024-11-01T08:07:24.002Z Compiling slog-stdlog v4.1.1
26212024-11-01T08:07:24.412Z Compiling toolchain_find v0.4.0
26222024-11-01T08:07:24.551Z Compiling p384 v0.13.0
26232024-11-01T08:07:24.643Z Compiling chacha20poly1305 v0.10.1
26242024-11-01T08:07:24.927Z Compiling itertools v0.13.0
26252024-11-01T08:07:25.132Z Compiling lzma-sys v0.1.20
26262024-11-01T08:07:25.197Z Compiling typify-macro v0.2.0
26272024-11-01T08:07:25.284Z Compiling ctr v0.9.2
26282024-11-01T08:07:25.647Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26292024-11-01T08:07:25.926Z Compiling bitfield-struct v0.6.2
26302024-11-01T08:07:26.066Z Compiling slog-dtrace v0.3.0
26312024-11-01T08:07:26.124Z Compiling topological-sort v0.2.2
26322024-11-01T08:07:26.370Z Compiling highway v1.2.0
26332024-11-01T08:07:26.460Z Compiling omicron-zone-package v0.11.1
26342024-11-01T08:07:27.292Z Compiling aes-gcm v0.10.3
26352024-11-01T08:07:27.333Z Compiling rustfmt-wrapper v0.2.1
26362024-11-01T08:07:27.351Z Compiling mime_guess v2.0.5
26372024-11-01T08:07:27.372Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26382024-11-01T08:07:27.576Z Compiling slog-envlogger v2.2.0
26392024-11-01T08:07:27.915Z Compiling steno v0.4.1
26402024-11-01T08:07:28.303Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26412024-11-01T08:07:28.645Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26422024-11-01T08:07:28.671Z Compiling heck v0.3.3
26432024-11-01T08:07:28.756Z Compiling ssh-encoding v0.2.0
26442024-11-01T08:07:28.975Z Compiling blowfish v0.9.1
26452024-11-01T08:07:29.080Z Compiling nibble_vec v0.1.0
26462024-11-01T08:07:29.187Z Compiling env_filter v0.1.2
26472024-11-01T08:07:29.295Z Compiling endian-type v0.1.2
26482024-11-01T08:07:29.313Z Compiling humantime v2.1.0
26492024-11-01T08:07:29.466Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26502024-11-01T08:07:29.485Z Compiling typify v0.2.0
26512024-11-01T08:07:29.554Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26522024-11-01T08:07:29.605Z Compiling progenitor-impl v0.8.0
26532024-11-01T08:07:29.627Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26542024-11-01T08:07:29.734Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26552024-11-01T08:07:29.861Z Compiling radix_trie v0.2.1
26562024-11-01T08:07:29.898Z Compiling env_logger v0.11.5
26572024-11-01T08:07:29.938Z Compiling bcrypt-pbkdf v0.10.0
26582024-11-01T08:07:30.007Z Compiling ssh-cipher v0.2.0
26592024-11-01T08:07:30.575Z Compiling zone_cfg_derive v0.1.2
26602024-11-01T08:07:30.593Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26612024-11-01T08:07:30.678Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26622024-11-01T08:07:31.075Z Compiling parking_lot v0.11.2
26632024-11-01T08:07:31.559Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26642024-11-01T08:07:31.594Z Compiling gethostname v0.5.0
26652024-11-01T08:07:31.794Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26662024-11-01T08:07:31.969Z Compiling password-hash v0.4.2
26672024-11-01T08:07:31.990Z Compiling fxhash v0.2.1
26682024-11-01T08:07:32.064Z Compiling matches v0.1.10
26692024-11-01T08:07:32.094Z Compiling base64 v0.13.1
26702024-11-01T08:07:32.174Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26712024-11-01T08:07:32.202Z Compiling sled v0.34.7
26722024-11-01T08:07:32.368Z Compiling idna v0.2.3
26732024-11-01T08:07:32.402Z Compiling zone v0.1.8
26742024-11-01T08:07:32.522Z Compiling ron v0.7.1
26752024-11-01T08:07:32.701Z Compiling pbkdf2 v0.11.0
26762024-11-01T08:07:32.829Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26772024-11-01T08:07:33.079Z Compiling xz2 v0.1.7
26782024-11-01T08:07:33.574Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26792024-11-01T08:07:33.968Z Compiling ssh-key v0.6.6
26802024-11-01T08:07:34.006Z Compiling hickory-client v0.24.1
26812024-11-01T08:07:34.855Z Compiling p256 v0.13.2
26822024-11-01T08:07:35.117Z Compiling p521 v0.13.3
26832024-11-01T08:07:35.217Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26842024-11-01T08:07:35.486Z Compiling hickory-server v0.24.1
26852024-11-01T08:07:35.723Z Compiling enum-as-inner v0.5.1
26862024-11-01T08:07:36.306Z Compiling pem v3.0.4
26872024-11-01T08:07:36.761Z Compiling yasna v0.5.2
26882024-11-01T08:07:37.134Z Compiling headers-core v0.3.0
26892024-11-01T08:07:37.315Z Compiling kstat-rs v0.2.4
26902024-11-01T08:07:37.450Z Compiling progenitor-macro v0.8.0
26912024-11-01T08:07:37.480Z Compiling nanorand v0.7.0
26922024-11-01T08:07:37.969Z Compiling atty v0.2.14
26932024-11-01T08:07:38.064Z Compiling russh-cryptovec v0.7.3
26942024-11-01T08:07:38.120Z Compiling http-range v0.1.5
26952024-11-01T08:07:38.396Z Compiling glob v0.3.1
26962024-11-01T08:07:38.413Z Compiling md5 v0.7.0
26972024-11-01T08:07:38.497Z Compiling hyper-staticfile v0.10.1
26982024-11-01T08:07:38.549Z Compiling flume v0.11.1
26992024-11-01T08:07:38.824Z Compiling russh-keys v0.45.0
27002024-11-01T08:07:38.921Z Compiling rcgen v0.12.1
27012024-11-01T08:07:39.284Z Compiling headers v0.4.0
27022024-11-01T08:07:39.386Z Compiling trust-dns-proto v0.22.0
27032024-11-01T08:07:39.669Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27042024-11-01T08:07:41.363Z Compiling num-bigint v0.4.6
27052024-11-01T08:07:41.381Z Compiling des v0.8.1
27062024-11-01T08:07:41.762Z Compiling subprocess v0.2.9
27072024-11-01T08:07:42.354Z Compiling dhcproto-macros v0.1.0
27082024-11-01T08:07:42.933Z Compiling display-error-chain v0.2.1
27092024-11-01T08:07:42.988Z Compiling hex-literal v0.4.1
27102024-11-01T08:07:43.109Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27112024-11-01T08:07:43.146Z Compiling internet-checksum v0.2.1
27122024-11-01T08:07:43.782Z Compiling dhcproto v0.12.0
27132024-11-01T08:07:44.362Z Compiling russh v0.45.0
27142024-11-01T08:07:48.783Z Compiling progenitor v0.8.0
27152024-11-01T08:07:48.900Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27162024-11-01T08:07:48.900Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27172024-11-01T08:07:48.902Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27182024-11-01T08:07:48.902Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27192024-11-01T08:07:48.957Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27202024-11-01T08:07:48.959Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27212024-11-01T08:07:48.989Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27222024-11-01T08:07:50.461Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27232024-11-01T08:07:50.672Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27242024-11-01T08:07:51.401Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27252024-11-01T08:07:54.211Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27262024-11-01T08:07:55.464Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272024-11-01T08:08:04.213Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27282024-11-01T08:08:04.217Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27292024-11-01T08:08:04.217Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27302024-11-01T08:08:04.217Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27312024-11-01T08:08:05.139Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27322024-11-01T08:08:07.278Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27332024-11-01T08:08:08.284Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27342024-11-01T08:08:08.342Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27352024-11-01T08:08:08.772Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27362024-11-01T08:08:09.229Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27372024-11-01T08:08:11.664Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27382024-11-01T08:08:12.208Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27392024-11-01T08:08:12.251Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27402024-11-01T08:08:13.118Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27412024-11-01T08:08:13.166Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27422024-11-01T08:08:13.307Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27432024-11-01T08:08:14.643Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27442024-11-01T08:08:15.844Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27452024-11-01T08:08:16.709Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27462024-11-01T08:08:17.891Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27472024-11-01T08:08:18.340Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27482024-11-01T08:08:19.473Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27492024-11-01T08:08:21.485Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27502024-11-01T08:08:22.274Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27512024-11-01T08:08:24.942Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27522024-11-01T08:08:24.961Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27532024-11-01T08:08:25.418Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27542024-11-01T08:08:26.792Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27552024-11-01T08:08:30.627Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27562024-11-01T08:08:38.799Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27572024-11-01T08:08:40.685Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27582024-11-01T08:09:34.205Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27592024-11-01T08:10:04.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s
27602024-11-01T08:10:04.271Z
27612024-11-01T08:10:04.271Zreal 3:01.521450351
27622024-11-01T08:10:04.271Zuser 11:45.343936619
27632024-11-01T08:10:04.271Zsys 2:21.145263120
27642024-11-01T08:10:04.274Ztrap 0.293560476
27652024-11-01T08:10:04.274Ztflt 0.705441537
27662024-11-01T08:10:04.274Zdflt 1.956228212
27672024-11-01T08:10:04.274Zkflt 0.000043001
27682024-11-01T08:10:04.274Zlock 24:39.024823306
27692024-11-01T08:10:04.274Zslp 41:26.642640882
27702024-11-01T08:10:04.274Zlat 33.235568590
27712024-11-01T08:10:04.274Zstop 1:14.157439940
27722024-11-01T08:10:04.274Z+ mkdir tests
27732024-11-01T08:10:04.277Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27742024-11-01T08:10:04.277Z+ xargs -I '{}' -t cp '{}' tests/
27752024-11-01T08:10:05.468Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-760695b225b7d84e tests/
27762024-11-01T08:10:05.488Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c59ace78cab67c23 tests/
27772024-11-01T08:10:05.508Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5e70352f71489b38 tests/
27782024-11-01T08:10:05.530Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d13fe3d13c1abd41 tests/
27792024-11-01T08:10:05.684Z+ 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/*)
27802024-11-01T08:10:05.687Z+ 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-760695b225b7d84e tests/commtest-5e70352f71489b38 tests/dhcp_server-c59ace78cab67c23 tests/end_to_end_tests-d13fe3d13c1abd41 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
27812024-11-01T08:11:11.080ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27822024-11-01T08:11:11.080Za .github/buildomat/ci-env.sh 1K
27832024-11-01T08:11:11.080Za out/target/test 1K
27842024-11-01T08:11:11.080Za out/npuzone/npuzone 23144K
27852024-11-01T08:11:11.080Za package-manifest.toml 32K
27862024-11-01T08:11:11.080Za smf/sled-agent/non-gimlet/config.toml 4K
27872024-11-01T08:11:11.080Za target/release/omicron-package 32515K
27882024-11-01T08:11:11.080Za target/release/xtask 11749K
27892024-11-01T08:11:11.080Za target/debug/bootstrap 195749K
27902024-11-01T08:11:11.080Za tests/bootstrap-760695b225b7d84e 23991K
27912024-11-01T08:11:11.080Za tests/commtest-5e70352f71489b38 24191K
27922024-11-01T08:11:11.080Za tests/dhcp_server-c59ace78cab67c23 23991K
27932024-11-01T08:11:11.080Za tests/end_to_end_tests-d13fe3d13c1abd41 207955K
27942024-11-01T08:11:11.080Za out/clickhouse.tar.gz 244306K
27952024-11-01T08:11:11.080Za out/clickhouse_keeper.tar.gz 244287K
27962024-11-01T08:11:11.080Za out/clickhouse_server.tar.gz 244287K
27972024-11-01T08:11:11.080Za out/cockroachdb.tar.gz 130010K
27982024-11-01T08:11:11.081Za out/crucible-dtrace.tar 83K
27992024-11-01T08:11:11.081Za out/crucible-pantry-zone.tar.gz 26848K
28002024-11-01T08:11:11.081Za out/crucible-zone.tar.gz 35056K
28012024-11-01T08:11:11.081Za out/external-dns.tar.gz 30728K
28022024-11-01T08:11:11.081Za out/internal-dns.tar.gz 30727K
28032024-11-01T08:11:11.081Za out/mg-ddm-gz.tar 62661K
28042024-11-01T08:11:11.081Za out/nexus.tar.gz 96056K
28052024-11-01T08:11:11.081Za out/ntp.tar.gz 9029K
28062024-11-01T08:11:11.081Za out/omicron-gateway-softnpu.tar.gz 21667K
28072024-11-01T08:11:11.081Za out/omicron-sled-agent.tar 104042K
28082024-11-01T08:11:11.081Za out/overlay.tar.gz 3K
28092024-11-01T08:11:11.081Za out/oximeter.tar.gz 46010K
28102024-11-01T08:11:11.081Za out/oxlog.tar 3071K
28112024-11-01T08:11:11.081Za out/probe.tar.gz 2764K
28122024-11-01T08:11:11.081Za out/propolis-server.tar.gz 66584K
28132024-11-01T08:11:11.081Za out/pumpkind-gz.tar 26665K
28142024-11-01T08:11:11.081Za out/switch-softnpu.tar.gz 224136K
28152024-11-01T08:11:11.084Z
28162024-11-01T08:11:11.084Zreal 1:05.384133295
28172024-11-01T08:11:11.084Zuser 1:02.344896381
28182024-11-01T08:11:11.084Zsys 4.247209888
28192024-11-01T08:11:11.084Ztrap 0.015796897
28202024-11-01T08:11:11.084Ztflt 0.000000000
28212024-11-01T08:11:11.084Zdflt 0.000000000
28222024-11-01T08:11:11.084Zkflt 0.000000000
28232024-11-01T08:11:11.084Zlock 0.000000000
28242024-11-01T08:11:11.084Zslp 1:02.268698947
28252024-11-01T08:11:11.084Zlat 1.887132205
28262024-11-01T08:11:11.085Zstop 0.000219179
28272024-11-01T08:11:11.085Zprocess exited: duration 2073982 ms, exit code 0
 
28282024-11-01T08:11:11.099Zfound 1 output files
28292024-11-01T08:11:11.099Zuploading: /work/package.tar.gz (1692142531 bytes)
28302024-11-01T08:11:50.120Zuploaded: /work/package.tar.gz