01JHK607QMCRY82H71HEGJGY7V: 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: 01JHK60ZNSAZXX9SK59YZMS0JQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-14T19:56:44.571Zjob assigned to worker 01JHK65YQHYG73HFFDHGNB07BH [factory aws, i-0f77342ed04a71cb3] (queued for 3 m 37 s)
 
22025-01-14T19:56:52.102Zstarting task 0: "setup"
32025-01-14T19:56:52.114Z++ uname -s
42025-01-14T19:56:52.117Z+ kern=SunOS
52025-01-14T19:56:52.117Z+ case "$kern" in
62025-01-14T19:56:52.117Z+ groupadd -g 12345 build
72025-01-14T19:56:52.120Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-14T19:56:54.127Z+ zfs create -o mountpoint=/work rpool/work
92025-01-14T19:56:54.305Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-14T19:56:54.308Z+ home_fs=zfs
112025-01-14T19:56:54.308Z+ [[ zfs == autofs ]]
122025-01-14T19:56:54.308Z+ mkdir -p /home/build
132025-01-14T19:56:54.308Z+ chown build:build /home/build /work
142025-01-14T19:56:55.510Z+ chmod 0700 /home/build /work
152025-01-14T19:56:55.532Zprocess exited: duration 3210 ms, exit code 0
 
162025-01-14T19:56:55.895Zstarting task 1: "rust-toolchain"
172025-01-14T19:56:55.914Z+ printf ' * toolchain channel = "%s"
182025-01-14T19:56:55.914Z' 1.81.0
192025-01-14T19:56:55.914Z+ printf ' * toolchain profile = "%s"
202025-01-14T19:56:55.914Z * toolchain channel = "1.81.0"
212025-01-14T19:56:55.914Z' default
222025-01-14T19:56:55.914Z * toolchain profile = "default"
232025-01-14T19:56:55.914Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-14T19:56:55.914Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-14T19:56:55.960Zinfo: downloading installer
262025-01-14T19:56:57.282Zinfo: profile set to 'default'
272025-01-14T19:56:57.282Zinfo: default host triple is x86_64-unknown-illumos
282025-01-14T19:56:57.285Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-14T19:56:57.420Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-14T19:56:57.420Zinfo: downloading component 'cargo'
312025-01-14T19:56:58.146Zinfo: downloading component 'clippy'
322025-01-14T19:56:58.411Zinfo: downloading component 'rust-docs'
332025-01-14T19:56:59.401Zinfo: downloading component 'rust-std'
342025-01-14T19:57:00.940Zinfo: downloading component 'rustc'
352025-01-14T19:57:06.476Zinfo: downloading component 'rustfmt'
362025-01-14T19:57:06.687Zinfo: installing component 'cargo'
372025-01-14T19:57:07.475Zinfo: installing component 'clippy'
382025-01-14T19:57:07.833Zinfo: installing component 'rust-docs'
392025-01-14T19:57:09.431Zinfo: installing component 'rust-std'
402025-01-14T19:57:11.139Zinfo: installing component 'rustc'
412025-01-14T19:57:16.785Zinfo: installing component 'rustfmt'
422025-01-14T19:57:17.102Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432025-01-14T19:57:17.102Z
442025-01-14T19:57:17.467Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-14T19:57:17.467Z
462025-01-14T19:57:17.470Z
472025-01-14T19:57:17.470ZRust is installed now. Great!
482025-01-14T19:57:17.470Z
492025-01-14T19:57:17.470ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-14T19:57:17.470Zenvironment variable. This has not been done automatically.
512025-01-14T19:57:17.470Z
522025-01-14T19:57:17.470ZTo configure your current shell, you need to source
532025-01-14T19:57:17.470Zthe corresponding env file under $HOME/.cargo.
542025-01-14T19:57:17.470Z
552025-01-14T19:57:17.470ZThis is usually done by running one of the following (note the leading DOT):
562025-01-14T19:57:17.470Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-14T19:57:17.470Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-14T19:57:17.536Z+ rustc --version
592025-01-14T19:57:17.604Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-14T19:57:17.606Zprocess exited: duration 21797 ms, exit code 0
 
612025-01-14T19:57:17.614Zstarting task 2: "authentication"
622025-01-14T19:57:17.634Zprocess exited: duration 21 ms, exit code 0
 
632025-01-14T19:57:17.642Zstarting task 3: "clone repository"
642025-01-14T19:57:17.649Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-14T19:57:17.652Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-14T19:57:17.696ZCloning into '/work/oxidecomputer/omicron'...
672025-01-14T19:57:25.284Z+ cd /work/oxidecomputer/omicron
682025-01-14T19:57:25.284Z+ git fetch origin 5c5c53f4a22db348528e6b531d43963ae3827ff9
692025-01-14T19:57:25.716ZFrom https://github.com/oxidecomputer/omicron
702025-01-14T19:57:25.717Z * branch 5c5c53f4a22db348528e6b531d43963ae3827ff9 -> FETCH_HEAD
712025-01-14T19:57:25.727Z+ [[ -n iliana/tuf-artifact-key ]]
722025-01-14T19:57:25.730Z++ git branch --show-current
732025-01-14T19:57:25.732Z+ current=main
742025-01-14T19:57:25.732Z+ [[ main != iliana/tuf-artifact-key ]]
752025-01-14T19:57:25.732Z+ git branch -f iliana/tuf-artifact-key 5c5c53f4a22db348528e6b531d43963ae3827ff9
762025-01-14T19:57:25.735Z+ git checkout -f iliana/tuf-artifact-key
772025-01-14T19:57:25.816ZSwitched to branch 'iliana/tuf-artifact-key'
782025-01-14T19:57:25.818Z+ git reset --hard 5c5c53f4a22db348528e6b531d43963ae3827ff9
792025-01-14T19:57:25.895ZHEAD is now at 5c5c53f4a replace TUF artifact primary key with a UUID
802025-01-14T19:57:25.898Zprocess exited: duration 8254 ms, exit code 0
 
812025-01-14T19:57:25.903Zstarting task 4: "build"
822025-01-14T19:57:25.909Z+ source .github/buildomat/ci-env.sh
832025-01-14T19:57:25.910Z++ export CARGO_TERM_COLOR=always
842025-01-14T19:57:25.910Z++ CARGO_TERM_COLOR=always
852025-01-14T19:57:25.912Z+ cargo --version
862025-01-14T19:57:25.966Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-14T19:57:25.969Z+ rustc --version
882025-01-14T19:57:26.028Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-14T19:57:26.030Z+ WORK=/work
902025-01-14T19:57:26.030Z+ pfexec mkdir -p /work
912025-01-14T19:57:26.035Z+ pfexec chown build /work
922025-01-14T19:57:26.037Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-14T19:57:27.808Zpkg list: illegal option -- F
942025-01-14T19:57:27.808ZUsage:
952025-01-14T19:57:27.810Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-14T19:57:27.811Z [pkg_fmri_pattern ...]
972025-01-14T19:57:28.667Zpkg list: illegal option -- F
982025-01-14T19:57:28.667ZUsage:
992025-01-14T19:57:28.667Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-14T19:57:28.667Z [pkg_fmri_pattern ...]
1012025-01-14T19:57:35.574Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-14T19:57:39.626Z Startup: Caching catalogs ... Done
1032025-01-14T19:57:51.111ZPlanning: Solver setup ... Done (10.678s)
1042025-01-14T19:57:51.252ZPlanning: Running solver ... Done (0.141s)
1052025-01-14T19:57:51.363ZPlanning: Finding local manifests ... Done (0.007s)
1062025-01-14T19:57:51.376ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-14T19:57:51.641ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-14T19:57:51.752ZPlanning: Package planning ... Done (0.110s)
1092025-01-14T19:57:51.808ZPlanning: Merging actions ... Done (0.056s)
1102025-01-14T19:57:52.005ZPlanning: Checking for conflicting actions ... Done (0.196s)
1112025-01-14T19:57:54.296ZPlanning: Consolidating action changes ... Done (2.291s)
1122025-01-14T19:57:54.750ZPlanning: Evaluating mediators ... Done (0.452s)
1132025-01-14T19:57:54.829ZPlanning: Planning completed in 15.11 seconds
1142025-01-14T19:57:54.846Z Packages to install: 4
1152025-01-14T19:57:54.846Z Packages to update: 3
1162025-01-14T19:57:54.846Z Mediators to change: 2
1172025-01-14T19:57:54.848Z Services to change: 1
1182025-01-14T19:57:54.848Z Estimated space available: 155.63 GB
1192025-01-14T19:57:54.848ZEstimated space to be consumed: 1.64 GB
1202025-01-14T19:57:54.848Z Create boot environment: No
1212025-01-14T19:57:54.848ZCreate backup boot environment: Yes
1222025-01-14T19:57:54.848Z Rebuild boot archive: No
1232025-01-14T19:57:54.848Z
1242025-01-14T19:57:54.849ZChanged mediators:
1252025-01-14T19:57:54.849Z mediator clang:
1262025-01-14T19:57:54.849Z version: None -> 15 (system default)
1272025-01-14T19:57:54.849Z
1282025-01-14T19:57:54.849Z mediator llvm:
1292025-01-14T19:57:54.849Z version: 14 (system default) -> 15 (system default)
1302025-01-14T19:57:54.849Z
1312025-01-14T19:57:54.849ZChanged packages:
1322025-01-14T19:57:54.849Zhelios-dev
1332025-01-14T19:57:54.849Z developer/build-essential
1342025-01-14T19:57:54.849Z None -> 11-2.0
1352025-01-14T19:57:54.849Z library/libxmlsec1
1362025-01-14T19:57:54.849Z None -> 1.2.35-2.0
1372025-01-14T19:57:54.849Z ooce/developer/clang-15
1382025-01-14T19:57:54.849Z None -> 15.0.7-2.0
1392025-01-14T19:57:54.849Z ooce/developer/llvm-15
1402025-01-14T19:57:54.849Z None -> 15.0.7-2.0
1412025-01-14T19:57:54.849Z package/pkg
1422025-01-14T19:57:54.849Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-14T19:57:54.849Z system/library/g++-runtime
1442025-01-14T19:57:54.849Z 13-2.0 -> 14-2.0
1452025-01-14T19:57:54.849Z system/library/gcc-runtime
1462025-01-14T19:57:54.849Z 13-2.0 -> 14-2.0
1472025-01-14T19:57:54.849Z
1482025-01-14T19:57:54.849ZServices:
1492025-01-14T19:57:54.849Z restart_fmri:
1502025-01-14T19:57:54.849Z svc:/system/update-man-index:default
1512025-01-14T19:57:54.849Z
1522025-01-14T19:57:54.849ZEditable files to change:
1532025-01-14T19:57:54.849Z Update:
1542025-01-14T19:57:54.849Z usr/share/lib/pkg/web/config.shtml
1552025-01-14T19:57:54.934Z
1562025-01-14T19:57:54.934ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-14T19:57:59.940ZDownload: 1198/4301 items 74.9/225.4MB 33% complete (15.1M/s)
1582025-01-14T19:58:04.940ZDownload: 2486/4301 items 120.0/225.4MB 53% complete (12.1M/s)
1592025-01-14T19:58:10.329ZDownload: 3287/4301 items 209.5/225.4MB 92% complete (14.1M/s)
1602025-01-14T19:58:16.828ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (10.1M/s)
1612025-01-14T19:58:17.432ZDownload: Completed 225.42 MB in 22.50 seconds (10.0M/s)
1622025-01-14T19:58:19.579Z Actions: 1/5122 actions (Removing old actions)
1632025-01-14T19:58:19.602Z Actions: 194/5122 actions (Installing new actions)
1642025-01-14T19:58:24.335Z Actions: 4267/5122 actions (Updating modified actions)
1652025-01-14T19:58:24.696Z Actions: Completed 5122 actions in 5.12 seconds.
1662025-01-14T19:58:25.105Z Done (0.401s)
1672025-01-14T19:58:25.108Z Done (0.001s)
1682025-01-14T19:58:25.694Z Done (0.587s)
1692025-01-14T19:58:30.268Z Done (4.341s)
1702025-01-14T19:58:30.493Z Done (0.019s)
1712025-01-14T19:58:30.615Z Done (0.000s)
1722025-01-14T19:58:30.635Z Done (0.000s)
1732025-01-14T19:58:31.224ZPlanning: Evaluating mediator changes ... Done
1742025-01-14T19:58:31.386ZPlanning: Checking for conflicting actions ... Done
1752025-01-14T19:58:31.389ZPlanning: Consolidating action changes ... Done
1762025-01-14T19:58:31.660ZPlanning: Evaluating mediators ... Done
1772025-01-14T19:58:31.663ZPlanning: Planning completed in 0.44 seconds
1782025-01-14T19:58:31.702Z Mediators to change: 2
1792025-01-14T19:58:31.702Z Create boot environment: No
1802025-01-14T19:58:31.706ZCreate backup boot environment: No
1812025-01-14T19:58:31.783Z Done
1822025-01-14T19:58:31.783Z Done
1832025-01-14T19:58:32.182Z Done
1842025-01-14T19:58:35.836Z Done
1852025-01-14T19:58:35.931Z Done
1862025-01-14T19:58:35.934Z Done
1872025-01-14T19:58:36.059Z Done
1882025-01-14T19:58:36.678ZPlanning: Evaluating mediator changes ... Done
1892025-01-14T19:58:36.680ZPlanning: Merging actions ... Done
1902025-01-14T19:58:36.867ZPlanning: Checking for conflicting actions ... Done
1912025-01-14T19:58:36.869ZPlanning: Consolidating action changes ... Done
1922025-01-14T19:58:37.133ZPlanning: Evaluating mediators ... Done
1932025-01-14T19:58:37.188ZPlanning: Planning completed in 0.75 seconds
1942025-01-14T19:58:37.229Z Packages to change: 1
1952025-01-14T19:58:37.229Z Mediators to change: 1
1962025-01-14T19:58:37.232Z Services to change: 1
1972025-01-14T19:58:37.232Z Create boot environment: No
1982025-01-14T19:58:37.232ZCreate backup boot environment: Yes
1992025-01-14T19:58:39.429Z Actions: 1/6 actions (Updating modified actions)
2002025-01-14T19:58:39.432Z Actions: Completed 6 actions in 0.00 seconds.
2012025-01-14T19:58:39.432Z Done
2022025-01-14T19:58:39.432Z Done
2032025-01-14T19:58:39.548Z Done
2042025-01-14T19:58:43.169Z Done
2052025-01-14T19:58:43.264Z Done
2062025-01-14T19:58:43.267Z Done
2072025-01-14T19:58:43.405Z Done
2082025-01-14T19:58:43.845ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092025-01-14T19:58:43.845Zclang system 15 system
2102025-01-14T19:58:43.845Zcsh system system illumos
2112025-01-14T19:58:43.845Zctags system system illumos
2122025-01-14T19:58:43.845Zgcc vendor 12 vendor
2132025-01-14T19:58:43.845Zgcc system 10 system
2142025-01-14T19:58:43.845Zgcc system 7 system
2152025-01-14T19:58:43.845Zgo system 1.20 system
2162025-01-14T19:58:43.845Zgo system 1.19 system
2172025-01-14T19:58:43.845Zllvm system 15 system
2182025-01-14T19:58:43.845Zllvm system 14 system
2192025-01-14T19:58:43.845Zmariadb system 10.6 system
2202025-01-14T19:58:43.845Zmta vendor vendor dma
2212025-01-14T19:58:43.845Zopenjdk system 17 system
2222025-01-14T19:58:43.845Zopenjdk system 11 system
2232025-01-14T19:58:43.845Zopenjdk system 1.8 system
2242025-01-14T19:58:43.845Zopenssl vendor 3 vendor
2252025-01-14T19:58:43.845Zperl system 5.36 system
2262025-01-14T19:58:43.845Zpostgresql system 15 system
2272025-01-14T19:58:43.845Zpostgresql system 13 system
2282025-01-14T19:58:43.845Zpython vendor 3 vendor
2292025-01-14T19:58:43.845Zpython system 2 system
2302025-01-14T19:58:43.845Zpython3 system 3.11 system
2312025-01-14T19:58:43.846Zruby system 3.0 system
2322025-01-14T19:58:43.846Zwords vendor vendor american-english
2332025-01-14T19:58:43.846Zwords system system australian-english
2342025-01-14T19:58:43.846Zwords system system british-english
2352025-01-14T19:58:43.846Zwords system system canadian-english
2362025-01-14T19:58:43.846Zwords system system french
2372025-01-14T19:58:43.846Zwords system system italian
2382025-01-14T19:58:43.846Zwords system system ngerman
2392025-01-14T19:58:43.846Zwords system system ogerman
2402025-01-14T19:58:43.846Zwords system system spanish
2412025-01-14T19:58:44.182ZPUBLISHER TYPE STATUS P LOCATION
2422025-01-14T19:58:44.182Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432025-01-14T19:58:46.979ZFMRI IFO
2442025-01-14T19:58:46.979Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452025-01-14T19:58:46.979Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462025-01-14T19:58:46.979Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472025-01-14T19:58:46.979Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482025-01-14T19:58:46.979Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492025-01-14T19:58:46.979Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-01-14T19:58:46.979Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2512025-01-14T19:58:46.979Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-01-14T19:58:46.979Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-01-14T19:58:46.979Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2542025-01-14T19:58:46.979Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-01-14T19:58:46.979Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-01-14T19:58:46.979Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2572025-01-14T19:58:46.980Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-01-14T19:58:46.980Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-01-14T19:58:47.753Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-01-14T19:58:48.048Z Updating crates.io index
2612025-01-14T19:58:48.051Z Updating git repository `https://github.com/oxidecomputer/diffus`
2622025-01-14T19:58:48.418Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-01-14T19:58:48.878Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642025-01-14T19:58:49.180Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652025-01-14T19:58:49.460Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662025-01-14T19:58:49.718Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-01-14T19:58:50.679Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-01-14T19:58:52.239Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-01-14T19:58:52.855Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702025-01-14T19:58:53.633Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712025-01-14T19:58:53.930Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722025-01-14T19:58:54.246Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732025-01-14T19:58:54.898Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2742025-01-14T19:58:55.253Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2752025-01-14T19:58:55.639Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762025-01-14T19:58:55.947Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772025-01-14T19:58:56.198Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782025-01-14T19:58:56.443Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792025-01-14T19:58:56.803Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802025-01-14T19:58:57.074Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812025-01-14T19:58:57.409Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822025-01-14T19:58:57.750Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832025-01-14T19:58:58.229Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842025-01-14T19:58:58.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852025-01-14T19:58:58.965Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862025-01-14T19:58:59.350Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2872025-01-14T19:58:59.678Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882025-01-14T19:58:59.954Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892025-01-14T19:59:00.249Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902025-01-14T19:59:01.579Z Downloading crates ...
2912025-01-14T19:59:01.684Z Downloaded bitflags v2.6.0
2922025-01-14T19:59:01.688Z Downloaded anstyle-query v1.1.1
2932025-01-14T19:59:01.692Z Downloaded anstyle-parse v0.2.5
2942025-01-14T19:59:01.695Z Downloaded anstream v0.6.15
2952025-01-14T19:59:01.695Z Downloaded errno v0.3.9
2962025-01-14T19:59:01.707Z Downloaded scroll_derive v0.12.0
2972025-01-14T19:59:01.717Z Downloaded pretty-hex v0.4.1
2982025-01-14T19:59:01.724Z Downloaded swrite v0.1.0
2992025-01-14T19:59:01.727Z Downloaded equivalent v1.0.1
3002025-01-14T19:59:01.727Z Downloaded usdt-attr-macro v0.5.0
3012025-01-14T19:59:01.727Z Downloaded cargo-platform v0.1.8
3022025-01-14T19:59:01.735Z Downloaded dtrace-parser v0.2.0
3032025-01-14T19:59:01.744Z Downloaded usdt-macro v0.5.0
3042025-01-14T19:59:01.746Z Downloaded block-buffer v0.10.4
3052025-01-14T19:59:01.746Z Downloaded anstyle v1.0.10
3062025-01-14T19:59:01.750Z Downloaded serde_spanned v0.6.8
3072025-01-14T19:59:01.752Z Downloaded digest v0.10.7
3082025-01-14T19:59:01.756Z Downloaded macaddr v1.0.1
3092025-01-14T19:59:01.756Z Downloaded heck v0.5.0
3102025-01-14T19:59:01.758Z Downloaded fs-err v2.11.0
3112025-01-14T19:59:01.758Z Downloaded smawk v0.3.2
3122025-01-14T19:59:01.761Z Downloaded crypto-common v0.1.6
3132025-01-14T19:59:01.761Z Downloaded thiserror v1.0.69
3142025-01-14T19:59:01.764Z Downloaded unicode-linebreak v0.1.5
3152025-01-14T19:59:01.766Z Downloaded thread-id v4.2.2
3162025-01-14T19:59:01.766Z Downloaded memmap v0.7.0
3172025-01-14T19:59:01.769Z Downloaded fnv v1.0.7
3182025-01-14T19:59:01.769Z Downloaded cpufeatures v0.2.14
3192025-01-14T19:59:01.771Z Downloaded serde_tokenstream v0.2.2
3202025-01-14T19:59:01.771Z Downloaded bytecount v0.6.8
3212025-01-14T19:59:01.774Z Downloaded thiserror-impl v1.0.69
3222025-01-14T19:59:01.774Z Downloaded heck v0.4.1
3232025-01-14T19:59:01.777Z Downloaded fastrand v2.1.1
3242025-01-14T19:59:01.777Z Downloaded clap_lex v0.7.2
3252025-01-14T19:59:01.779Z Downloaded cfg-if v1.0.0
3262025-01-14T19:59:01.779Z Downloaded itoa v1.0.11
3272025-01-14T19:59:01.779Z Downloaded byteorder v1.5.0
3282025-01-14T19:59:01.782Z Downloaded utf8parse v0.2.2
3292025-01-14T19:59:01.788Z Downloaded tabled_derive v0.7.0
3302025-01-14T19:59:01.790Z Downloaded strsim v0.11.1
3312025-01-14T19:59:01.793Z Downloaded autocfg v1.4.0
3322025-01-14T19:59:01.795Z Downloaded is_terminal_polyfill v1.70.1
3332025-01-14T19:59:01.795Z Downloaded colorchoice v1.0.2
3342025-01-14T19:59:01.801Z Downloaded version_check v0.9.5
3352025-01-14T19:59:01.806Z Downloaded terminal_size v0.4.0
3362025-01-14T19:59:01.806Z Downloaded pest_generator v2.7.14
3372025-01-14T19:59:01.808Z Downloaded cargo_toml v0.20.5
3382025-01-14T19:59:01.808Z Downloaded dof v0.3.0
3392025-01-14T19:59:01.808Z Downloaded cargo_metadata v0.18.1
3402025-01-14T19:59:01.811Z Downloaded usdt v0.5.0
3412025-01-14T19:59:01.811Z Downloaded proc-macro-error-attr v1.0.4
3422025-01-14T19:59:01.813Z Downloaded camino v1.1.9
3432025-01-14T19:59:01.818Z Downloaded clap_derive v4.5.18
3442025-01-14T19:59:01.820Z Downloaded generic-array v0.14.7
3452025-01-14T19:59:01.824Z Downloaded tempfile v3.13.0
3462025-01-14T19:59:01.826Z Downloaded sha2 v0.10.8
3472025-01-14T19:59:01.829Z Downloaded usdt-impl v0.5.0
3482025-01-14T19:59:01.831Z Downloaded plain v0.2.3
3492025-01-14T19:59:01.831Z Downloaded camino-tempfile v1.1.1
3502025-01-14T19:59:01.833Z Downloaded semver v1.0.23
3512025-01-14T19:59:01.836Z Downloaded scroll v0.12.0
3522025-01-14T19:59:01.838Z Downloaded pest_derive v2.7.14
3532025-01-14T19:59:01.838Z Downloaded once_cell v1.20.2
3542025-01-14T19:59:01.846Z Downloaded anyhow v1.0.93
3552025-01-14T19:59:01.851Z Downloaded proc-macro-error v1.0.4
3562025-01-14T19:59:01.854Z Downloaded log v0.4.22
3572025-01-14T19:59:01.857Z Downloaded zerocopy-derive v0.7.35
3582025-01-14T19:59:01.861Z Downloaded ucd-trie v0.1.7
3592025-01-14T19:59:01.864Z Downloaded textwrap v0.16.1
3602025-01-14T19:59:01.867Z Downloaded toml v0.8.19
3612025-01-14T19:59:01.869Z Downloaded ryu v1.0.18
3622025-01-14T19:59:01.872Z Downloaded quote v1.0.37
3632025-01-14T19:59:01.875Z Downloaded unicode-ident v1.0.13
3642025-01-14T19:59:01.878Z Downloaded toml_datetime v0.6.8
3652025-01-14T19:59:01.878Z Downloaded pest_meta v2.7.14
3662025-01-14T19:59:01.883Z Downloaded proc-macro2 v1.0.89
3672025-01-14T19:59:01.883Z Downloaded typenum v1.17.0
3682025-01-14T19:59:01.886Z Downloaded clap v4.5.21
3692025-01-14T19:59:01.891Z Downloaded serde_derive v1.0.215
3702025-01-14T19:59:01.895Z Downloaded papergrid v0.11.0
3712025-01-14T19:59:01.901Z Downloaded serde v1.0.215
3722025-01-14T19:59:01.919Z Downloaded memchr v2.7.4
3732025-01-14T19:59:01.928Z Downloaded indexmap v2.6.0
3742025-01-14T19:59:01.933Z Downloaded toml_edit v0.22.22
3752025-01-14T19:59:01.972Z Downloaded pest v2.7.14
3762025-01-14T19:59:01.977Z Downloaded hashbrown v0.15.1
3772025-01-14T19:59:01.982Z Downloaded serde_json v1.0.133
3782025-01-14T19:59:01.989Z Downloaded zerocopy v0.7.35
3792025-01-14T19:59:02.003Z Downloaded winnow v0.6.20
3802025-01-14T19:59:02.016Z Downloaded clap_builder v4.5.21
3812025-01-14T19:59:02.022Z Downloaded goblin v0.8.2
3822025-01-14T19:59:02.029Z Downloaded tabled v0.15.0
3832025-01-14T19:59:02.043Z Downloaded syn v1.0.109
3842025-01-14T19:59:02.052Z Downloaded unicode-width v0.1.14
3852025-01-14T19:59:02.057Z Downloaded syn v2.0.87
3862025-01-14T19:59:02.068Z Downloaded rustix v0.38.37
3872025-01-14T19:59:02.108Z Downloaded libc v0.2.162
3882025-01-14T19:59:02.420Z Compiling proc-macro2 v1.0.89
3892025-01-14T19:59:02.420Z Compiling unicode-ident v1.0.13
3902025-01-14T19:59:02.420Z Compiling serde v1.0.215
3912025-01-14T19:59:02.423Z Compiling version_check v0.9.5
3922025-01-14T19:59:02.423Z Compiling thiserror v1.0.69
3932025-01-14T19:59:02.423Z Compiling memchr v2.7.4
3942025-01-14T19:59:02.456Z Compiling libc v0.2.162
3952025-01-14T19:59:02.458Z Compiling ryu v1.0.18
3962025-01-14T19:59:02.693Z Compiling ucd-trie v0.1.7
3972025-01-14T19:59:02.931Z Compiling itoa v1.0.11
3982025-01-14T19:59:03.196Z Compiling once_cell v1.20.2
3992025-01-14T19:59:03.359Z Compiling byteorder v1.5.0
4002025-01-14T19:59:03.472Z Compiling rustix v0.38.37
4012025-01-14T19:59:03.521Z Compiling serde_json v1.0.133
4022025-01-14T19:59:03.910Z Compiling bitflags v2.6.0
4032025-01-14T19:59:03.942Z Compiling proc-macro-error-attr v1.0.4
4042025-01-14T19:59:04.224Z Compiling usdt-impl v0.5.0
4052025-01-14T19:59:04.227Z Compiling syn v1.0.109
4062025-01-14T19:59:04.303Z Compiling quote v1.0.37
4072025-01-14T19:59:04.356Z Compiling proc-macro-error v1.0.4
4082025-01-14T19:59:04.483Z Compiling utf8parse v0.2.2
4092025-01-14T19:59:04.632Z Compiling errno v0.3.9
4102025-01-14T19:59:04.658Z Compiling log v0.4.22
4112025-01-14T19:59:04.703Z Compiling syn v2.0.87
4122025-01-14T19:59:04.929Z Compiling hashbrown v0.15.1
4132025-01-14T19:59:04.957Z Compiling equivalent v1.0.1
4142025-01-14T19:59:05.022Z Compiling plain v0.2.3
4152025-01-14T19:59:05.056Z Compiling camino v1.1.9
4162025-01-14T19:59:05.272Z Compiling thread-id v4.2.2
4172025-01-14T19:59:05.334Z Compiling anstyle-parse v0.2.5
4182025-01-14T19:59:05.659Z Compiling winnow v0.6.20
4192025-01-14T19:59:05.731Z Compiling anstyle-query v1.1.1
4202025-01-14T19:59:05.773Z Compiling autocfg v1.4.0
4212025-01-14T19:59:05.890Z Compiling unicode-width v0.1.14
4222025-01-14T19:59:06.112Z Compiling indexmap v2.6.0
4232025-01-14T19:59:06.180Z Compiling colorchoice v1.0.2
4242025-01-14T19:59:06.355Z Compiling anstyle v1.0.10
4252025-01-14T19:59:06.413Z Compiling pretty-hex v0.4.1
4262025-01-14T19:59:06.645Z Compiling semver v1.0.23
4272025-01-14T19:59:06.842Z Compiling is_terminal_polyfill v1.70.1
4282025-01-14T19:59:06.983Z Compiling anstream v0.6.15
4292025-01-14T19:59:07.009Z Compiling fs-err v2.11.0
4302025-01-14T19:59:07.226Z Compiling terminal_size v0.4.0
4312025-01-14T19:59:07.461Z Compiling clap_lex v0.7.2
4322025-01-14T19:59:07.562Z Compiling bytecount v0.6.8
4332025-01-14T19:59:07.589Z Compiling cfg-if v1.0.0
4342025-01-14T19:59:07.690Z Compiling heck v0.4.1
4352025-01-14T19:59:07.761Z Compiling anyhow v1.0.93
4362025-01-14T19:59:07.788Z Compiling strsim v0.11.1
4372025-01-14T19:59:08.197Z Compiling fastrand v2.1.1
4382025-01-14T19:59:08.246Z Compiling fnv v1.0.7
4392025-01-14T19:59:08.416Z Compiling heck v0.5.0
4402025-01-14T19:59:08.721Z Compiling tempfile v3.13.0
4412025-01-14T19:59:08.748Z Compiling papergrid v0.11.0
4422025-01-14T19:59:08.771Z Compiling clap_builder v4.5.21
4432025-01-14T19:59:08.983Z Compiling memmap v0.7.0
4442025-01-14T19:59:09.008Z Compiling unicode-linebreak v0.1.5
4452025-01-14T19:59:09.361Z Compiling smawk v0.3.2
4462025-01-14T19:59:09.587Z Compiling swrite v0.1.0
4472025-01-14T19:59:09.589Z Compiling textwrap v0.16.1
4482025-01-14T19:59:10.922Z Compiling tabled_derive v0.7.0
4492025-01-14T19:59:12.492Z Compiling tabled v0.15.0
4502025-01-14T19:59:13.844Z Compiling serde_derive v1.0.215
4512025-01-14T19:59:13.844Z Compiling thiserror-impl v1.0.69
4522025-01-14T19:59:13.846Z Compiling zerocopy-derive v0.7.35
4532025-01-14T19:59:13.846Z Compiling scroll_derive v0.12.0
4542025-01-14T19:59:14.138Z Compiling clap_derive v4.5.18
4552025-01-14T19:59:15.254Z Compiling scroll v0.12.0
4562025-01-14T19:59:15.752Z Compiling goblin v0.8.2
4572025-01-14T19:59:16.019Z Compiling zerocopy v0.7.35
4582025-01-14T19:59:16.708Z Compiling pest v2.7.14
4592025-01-14T19:59:18.510Z Compiling clap v4.5.21
4602025-01-14T19:59:19.025Z Compiling pest_meta v2.7.14
4612025-01-14T19:59:19.879Z Compiling pest_generator v2.7.14
4622025-01-14T19:59:21.764Z Compiling pest_derive v2.7.14
4632025-01-14T19:59:22.454Z Compiling dtrace-parser v0.2.0
4642025-01-14T19:59:24.167Z Compiling serde_tokenstream v0.2.2
4652025-01-14T19:59:24.217Z Compiling serde_spanned v0.6.8
4662025-01-14T19:59:24.220Z Compiling toml_datetime v0.6.8
4672025-01-14T19:59:24.495Z Compiling cargo-platform v0.1.8
4682025-01-14T19:59:24.536Z Compiling toml_edit v0.22.22
4692025-01-14T19:59:24.768Z Compiling macaddr v1.0.1
4702025-01-14T19:59:24.967Z Compiling camino-tempfile v1.1.1
4712025-01-14T19:59:25.663Z Compiling dof v0.3.0
4722025-01-14T19:59:25.741Z Compiling cargo_metadata v0.18.1
4732025-01-14T19:59:27.399Z Compiling toml v0.8.19
4742025-01-14T19:59:27.438Z Compiling usdt-attr-macro v0.5.0
4752025-01-14T19:59:27.441Z Compiling usdt-macro v0.5.0
4762025-01-14T19:59:28.240Z Compiling cargo_toml v0.20.5
4772025-01-14T19:59:28.910Z Compiling usdt v0.5.0
4782025-01-14T19:59:31.925Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792025-01-14T19:59:36.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.60s
4802025-01-14T19:59:36.391Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4812025-01-14T19:59:36.926Z Downloading crates ...
4822025-01-14T19:59:37.056Z Downloaded array-init v0.0.4
4832025-01-14T19:59:37.063Z Downloaded adler2 v2.0.0
4842025-01-14T19:59:37.066Z Downloaded aead v0.5.2
4852025-01-14T19:59:37.068Z Downloaded headers-core v0.3.0
4862025-01-14T19:59:37.070Z Downloaded argon2 v0.5.3
4872025-01-14T19:59:37.073Z Downloaded addr2line v0.24.2
4882025-01-14T19:59:37.079Z Downloaded cfg_aliases v0.2.1
4892025-01-14T19:59:37.082Z Downloaded async-stream-impl v0.3.6
4902025-01-14T19:59:37.084Z Downloaded heck v0.3.3
4912025-01-14T19:59:37.086Z Downloaded cfg_aliases v0.1.1
4922025-01-14T19:59:37.087Z Downloaded hickory-client v0.24.1
4932025-01-14T19:59:37.091Z Downloaded crunchy v0.2.2
4942025-01-14T19:59:37.093Z Downloaded hubpack_derive v0.1.1
4952025-01-14T19:59:37.093Z Downloaded ciborium-io v0.2.2
4962025-01-14T19:59:37.096Z Downloaded atomicwrites v0.4.4
4972025-01-14T19:59:37.100Z Downloaded ident_case v1.0.1
4982025-01-14T19:59:37.103Z Downloaded cstr-argument v0.1.2
4992025-01-14T19:59:37.103Z Downloaded http-range v0.1.5
5002025-01-14T19:59:37.108Z Downloaded http-body v1.0.1
5012025-01-14T19:59:37.111Z Downloaded ascii-canvas v3.0.0
5022025-01-14T19:59:37.111Z Downloaded is_ci v1.2.0
5032025-01-14T19:59:37.111Z Downloaded icu_provider_macros v1.5.0
5042025-01-14T19:59:37.113Z Downloaded instant v0.1.13
5052025-01-14T19:59:37.119Z Downloaded ahash v0.8.11
5062025-01-14T19:59:37.122Z Downloaded atty v0.2.14
5072025-01-14T19:59:37.122Z Downloaded match_cfg v0.1.0
5082025-01-14T19:59:37.125Z Downloaded crucible-workspace-hack v0.1.0
5092025-01-14T19:59:37.128Z Downloaded md5 v0.7.0
5102025-01-14T19:59:37.128Z Downloaded cmake v0.1.51
5112025-01-14T19:59:37.131Z Downloaded matches v0.1.10
5122025-01-14T19:59:37.131Z Downloaded bit-set v0.5.3
5132025-01-14T19:59:37.133Z Downloaded bb8 v0.8.5
5142025-01-14T19:59:37.133Z Downloaded cexpr v0.6.0
5152025-01-14T19:59:37.135Z Downloaded hex-literal v0.4.1
5162025-01-14T19:59:37.138Z Downloaded chrono-tz-build v0.4.0
5172025-01-14T19:59:37.138Z Downloaded crc v3.2.1
5182025-01-14T19:59:37.140Z Downloaded idna_adapter v1.2.0
5192025-01-14T19:59:37.142Z Downloaded constant_time_eq v0.3.1
5202025-01-14T19:59:37.142Z Downloaded const_format_proc_macros v0.2.33
5212025-01-14T19:59:37.145Z Downloaded hyper-tls v0.6.0
5222025-01-14T19:59:37.148Z Downloaded ctr v0.9.2
5232025-01-14T19:59:37.150Z Downloaded crc-catalog v2.4.0
5242025-01-14T19:59:37.152Z Downloaded home v0.5.9
5252025-01-14T19:59:37.152Z Downloaded hex v0.4.3
5262025-01-14T19:59:37.157Z Downloaded hostname v0.4.0
5272025-01-14T19:59:37.157Z Downloaded humantime v2.1.0
5282025-01-14T19:59:37.163Z Downloaded httpdate v1.0.3
5292025-01-14T19:59:37.163Z Downloaded arrayref v0.3.9
5302025-01-14T19:59:37.163Z Downloaded hubpack v0.1.2
5312025-01-14T19:59:37.165Z Downloaded hostname v0.3.1
5322025-01-14T19:59:37.165Z Downloaded crossbeam-deque v0.8.5
5332025-01-14T19:59:37.165Z Downloaded mime v0.3.17
5342025-01-14T19:59:37.169Z Downloaded atomic-waker v1.1.2
5352025-01-14T19:59:37.169Z Downloaded instability v0.3.2
5362025-01-14T19:59:37.172Z Downloaded cobs v0.2.3
5372025-01-14T19:59:37.172Z Downloaded linked-hash-map v0.5.6
5382025-01-14T19:59:37.172Z Downloaded linear-map v1.2.0
5392025-01-14T19:59:37.174Z Downloaded memoffset v0.9.1
5402025-01-14T19:59:37.177Z Downloaded curve25519-dalek-derive v0.1.1
5412025-01-14T19:59:37.177Z Downloaded buf-list v1.0.3
5422025-01-14T19:59:37.179Z Downloaded managed v0.8.0
5432025-01-14T19:59:37.181Z Downloaded indoc v1.0.9
5442025-01-14T19:59:37.184Z Downloaded lazycell v1.3.0
5452025-01-14T19:59:37.187Z Downloaded async-recursion v1.1.1
5462025-01-14T19:59:37.189Z Downloaded maybe-uninit v2.0.0
5472025-01-14T19:59:37.189Z Downloaded lru-cache v0.1.2
5482025-01-14T19:59:37.192Z Downloaded lalrpop-util v0.19.12
5492025-01-14T19:59:37.192Z Downloaded impl-trait-for-tuples v0.2.2
5502025-01-14T19:59:37.194Z Downloaded bitfield-struct v0.6.2
5512025-01-14T19:59:37.197Z Downloaded kstat-rs v0.2.4
5522025-01-14T19:59:37.199Z Downloaded darling v0.20.10
5532025-01-14T19:59:37.202Z Downloaded rand_chacha v0.3.1
5542025-01-14T19:59:37.204Z Downloaded lru v0.12.5
5552025-01-14T19:59:37.207Z Downloaded libsw v3.3.1
5562025-01-14T19:59:37.210Z Downloaded lazy_static v1.5.0
5572025-01-14T19:59:37.210Z Downloaded sigpipe v0.1.3
5582025-01-14T19:59:37.212Z Downloaded console v0.15.8
5592025-01-14T19:59:37.215Z Downloaded arrayvec v0.7.6
5602025-01-14T19:59:37.215Z Downloaded icu_locid_transform v1.5.0
5612025-01-14T19:59:37.218Z Downloaded crc32fast v1.4.2
5622025-01-14T19:59:37.221Z Downloaded async-stream v0.3.6
5632025-01-14T19:59:37.224Z Downloaded libloading v0.8.5
5642025-01-14T19:59:37.227Z Downloaded highway v1.2.0
5652025-01-14T19:59:37.235Z Downloaded ciborium v0.2.2
5662025-01-14T19:59:37.236Z Downloaded iana-time-zone v0.1.61
5672025-01-14T19:59:37.236Z Downloaded lockfree-object-pool v0.1.6
5682025-01-14T19:59:37.236Z Downloaded mime_guess v2.0.5
5692025-01-14T19:59:37.245Z Downloaded memmap2 v0.9.5
5702025-01-14T19:59:37.245Z Downloaded litemap v0.7.3
5712025-01-14T19:59:37.245Z Downloaded cookie_store v0.21.0
5722025-01-14T19:59:37.245Z Downloaded colored v2.1.0
5732025-01-14T19:59:37.251Z Downloaded jobserver v0.1.32
5742025-01-14T19:59:37.256Z Downloaded tower-service v0.3.3
5752025-01-14T19:59:37.256Z Downloaded toolchain_find v0.4.0
5762025-01-14T19:59:37.256Z Downloaded tinyvec_macros v0.1.1
5772025-01-14T19:59:37.256Z Downloaded hyper-rustls v0.27.3
5782025-01-14T19:59:37.256Z Downloaded ipnet v2.10.1
5792025-01-14T19:59:37.259Z Downloaded icu_locid v1.5.0
5802025-01-14T19:59:37.262Z Downloaded md-5 v0.10.6
5812025-01-14T19:59:37.264Z Downloaded zone_cfg_derive v0.3.0
5822025-01-14T19:59:37.268Z Downloaded csv-core v0.1.11
5832025-01-14T19:59:37.268Z Downloaded blowfish v0.9.1
5842025-01-14T19:59:37.271Z Downloaded lock_api v0.4.12
5852025-01-14T19:59:37.271Z Downloaded diesel_table_macro_syntax v0.2.0
5862025-01-14T19:59:37.271Z Downloaded arc-swap v1.7.1
5872025-01-14T19:59:37.274Z Downloaded slog-json v2.6.1
5882025-01-14T19:59:37.277Z Downloaded termios v0.3.3
5892025-01-14T19:59:37.280Z Downloaded structmeta-derive v0.2.0
5902025-01-14T19:59:37.280Z Downloaded rustc_version v0.4.1
5912025-01-14T19:59:37.282Z Downloaded signal-hook-mio v0.2.4
5922025-01-14T19:59:37.282Z Downloaded rustls-pemfile v1.0.4
5932025-01-14T19:59:37.287Z Downloaded indexmap v1.9.3
5942025-01-14T19:59:37.290Z Downloaded httparse v1.9.5
5952025-01-14T19:59:37.292Z Downloaded const-oid v0.9.6
5962025-01-14T19:59:37.295Z Downloaded base64ct v1.6.0
5972025-01-14T19:59:37.297Z Downloaded hmac v0.12.1
5982025-01-14T19:59:37.300Z Downloaded icu_provider v1.5.0
5992025-01-14T19:59:37.303Z Downloaded crossbeam-utils v0.8.20
6002025-01-14T19:59:37.305Z Downloaded stable_deref_trait v1.2.0
6012025-01-14T19:59:37.307Z Downloaded num-conv v0.1.0
6022025-01-14T19:59:37.307Z Downloaded clang-sys v1.8.1
6032025-01-14T19:59:37.310Z Downloaded oso-derive v0.27.3
6042025-01-14T19:59:37.312Z Downloaded icu_normalizer_data v1.5.0
6052025-01-14T19:59:37.312Z Downloaded pretty-hex v0.2.1
6062025-01-14T19:59:37.315Z Downloaded subtle v2.6.1
6072025-01-14T19:59:37.317Z Downloaded untrusted v0.9.0
6082025-01-14T19:59:37.317Z Downloaded untrusted v0.7.1
6092025-01-14T19:59:37.320Z Downloaded phf_shared v0.10.0
6102025-01-14T19:59:37.320Z Downloaded tinystr v0.7.6
6112025-01-14T19:59:37.323Z Downloaded xz2 v0.1.7
6122025-01-14T19:59:37.325Z Downloaded defmt-macros v0.3.9
6132025-01-14T19:59:37.328Z Downloaded pbkdf2 v0.11.0
6142025-01-14T19:59:37.330Z Downloaded cancel-safe-futures v0.1.5
6152025-01-14T19:59:37.333Z Downloaded zerofrom-derive v0.1.4
6162025-01-14T19:59:37.335Z Downloaded xattr v1.3.1
6172025-01-14T19:59:37.337Z Downloaded dsl_auto_type v0.1.2
6182025-01-14T19:59:37.337Z Downloaded universal-hash v0.5.1
6192025-01-14T19:59:37.340Z Downloaded icu_locid_transform_data v1.5.0
6202025-01-14T19:59:37.342Z Downloaded strum v0.26.3
6212025-01-14T19:59:37.342Z Downloaded flagset v0.4.6
6222025-01-14T19:59:37.345Z Downloaded fixedbitset v0.4.2
6232025-01-14T19:59:37.345Z Downloaded tls_codec v0.4.1
6242025-01-14T19:59:37.348Z Downloaded embedded-io v0.6.1
6252025-01-14T19:59:37.350Z Downloaded futures-executor v0.3.31
6262025-01-14T19:59:37.350Z Downloaded newtype-uuid v1.1.3
6272025-01-14T19:59:37.353Z Downloaded rustls-pemfile v2.2.0
6282025-01-14T19:59:37.355Z Downloaded smallvec v1.13.2
6292025-01-14T19:59:37.358Z Downloaded chacha20poly1305 v0.10.1
6302025-01-14T19:59:37.358Z Downloaded base64 v0.13.1
6312025-01-14T19:59:37.361Z Downloaded indicatif v0.17.9
6322025-01-14T19:59:37.365Z Downloaded icu_normalizer v1.5.0
6332025-01-14T19:59:37.371Z Downloaded bytes v1.8.0
6342025-01-14T19:59:37.375Z Downloaded num_enum v0.5.11
6352025-01-14T19:59:37.378Z Downloaded path-slash v0.1.5
6362025-01-14T19:59:37.381Z Downloaded paste v1.0.15
6372025-01-14T19:59:37.384Z Downloaded write16 v1.0.0
6382025-01-14T19:59:37.384Z Downloaded nodrop v0.1.14
6392025-01-14T19:59:37.388Z Downloaded float-cmp v0.9.0
6402025-01-14T19:59:37.388Z Downloaded progenitor-impl v0.8.0
6412025-01-14T19:59:37.390Z Downloaded zone_cfg_derive v0.1.2
6422025-01-14T19:59:37.390Z Downloaded zeroize v1.8.1
6432025-01-14T19:59:37.393Z Downloaded phf_generator v0.11.2
6442025-01-14T19:59:37.393Z Downloaded pkg-config v0.3.31
6452025-01-14T19:59:37.395Z Downloaded rustls-pki-types v1.10.0
6462025-01-14T19:59:37.398Z Downloaded scopeguard v1.2.0
6472025-01-14T19:59:37.401Z Downloaded ref-cast v1.0.23
6482025-01-14T19:59:37.404Z Downloaded openssl-macros v0.1.1
6492025-01-14T19:59:37.404Z Downloaded fxhash v0.2.1
6502025-01-14T19:59:37.404Z Downloaded downcast v0.11.0
6512025-01-14T19:59:37.407Z Downloaded rand_xorshift v0.3.0
6522025-01-14T19:59:37.407Z Downloaded env_logger v0.11.5
6532025-01-14T19:59:37.409Z Downloaded env_logger v0.10.2
6542025-01-14T19:59:37.412Z Downloaded strum_macros v0.25.3
6552025-01-14T19:59:37.415Z Downloaded foreign-types-shared v0.3.1
6562025-01-14T19:59:37.418Z Downloaded icu_collections v1.5.0
6572025-01-14T19:59:37.422Z Downloaded opaque-debug v0.3.1
6582025-01-14T19:59:37.424Z Downloaded defmt v0.3.8
6592025-01-14T19:59:37.427Z Downloaded strum_macros v0.24.3
6602025-01-14T19:59:37.429Z Downloaded futures-channel v0.3.31
6612025-01-14T19:59:37.432Z Downloaded hyper-util v0.1.10
6622025-01-14T19:59:37.437Z Downloaded heapless v0.8.0
6632025-01-14T19:59:37.440Z Downloaded owo-colors v4.1.0
6642025-01-14T19:59:37.444Z Downloaded globset v0.4.15
6652025-01-14T19:59:37.447Z Downloaded crypto-bigint v0.5.5
6662025-01-14T19:59:37.464Z Downloaded sqlparser_derive v0.2.2
6672025-01-14T19:59:37.467Z Downloaded parse-size v1.1.0
6682025-01-14T19:59:37.467Z Downloaded utf8_iter v1.0.4
6692025-01-14T19:59:37.470Z Downloaded serde_with_macros v3.11.0
6702025-01-14T19:59:37.470Z Downloaded serde_urlencoded v0.7.1
6712025-01-14T19:59:37.473Z Downloaded poly1305 v0.8.0
6722025-01-14T19:59:37.475Z Downloaded fallible-iterator v0.2.0
6732025-01-14T19:59:37.477Z Downloaded display-error-chain v0.2.2
6742025-01-14T19:59:37.477Z Downloaded deranged v0.3.11
6752025-01-14T19:59:37.480Z Downloaded zone v0.3.0
6762025-01-14T19:59:37.480Z Downloaded writeable v0.5.5
6772025-01-14T19:59:37.483Z Downloaded hashlink v0.9.1
6782025-01-14T19:59:37.487Z Downloaded hickory-server v0.24.1
6792025-01-14T19:59:37.492Z Downloaded structmeta-derive v0.3.0
6802025-01-14T19:59:37.494Z Downloaded rusty-fork v0.3.0
6812025-01-14T19:59:37.496Z Downloaded http v1.1.0
6822025-01-14T19:59:37.499Z Downloaded hickory-resolver v0.24.1
6832025-01-14T19:59:37.504Z Downloaded dhcproto-macros v0.1.0
6842025-01-14T19:59:37.507Z Downloaded hash32 v0.2.1
6852025-01-14T19:59:37.507Z Downloaded filetime v0.2.25
6862025-01-14T19:59:37.509Z Downloaded num-traits v0.2.19
6872025-01-14T19:59:37.513Z Downloaded nibble_vec v0.1.0
6882025-01-14T19:59:37.515Z Downloaded tokio-rustls v0.26.0
6892025-01-14T19:59:37.518Z Downloaded tokio-rustls v0.25.0
6902025-01-14T19:59:37.521Z Downloaded uzers v0.12.1
6912025-01-14T19:59:37.524Z Downloaded subprocess v0.2.9
6922025-01-14T19:59:37.527Z Downloaded prettyplease v0.2.25
6932025-01-14T19:59:37.530Z Downloaded normalize-line-endings v0.3.0
6942025-01-14T19:59:37.532Z Downloaded parse-display v0.10.0
6952025-01-14T19:59:37.532Z Downloaded wyz v0.5.1
6962025-01-14T19:59:37.534Z Downloaded minimal-lexical v0.2.1
6972025-01-14T19:59:37.539Z Downloaded slog-dtrace v0.3.0
6982025-01-14T19:59:37.541Z Downloaded semver v0.1.20
6992025-01-14T19:59:37.544Z Downloaded schemars_derive v0.8.21
7002025-01-14T19:59:37.547Z Downloaded slog-envlogger v2.2.0
7012025-01-14T19:59:37.547Z Downloaded rustc-hash v1.1.0
7022025-01-14T19:59:37.549Z Downloaded strip-ansi-escapes v0.2.0
7032025-01-14T19:59:37.549Z Downloaded crossbeam-channel v0.5.13
7042025-01-14T19:59:37.554Z Downloaded utf16_iter v1.0.5
7052025-01-14T19:59:37.556Z Downloaded publicsuffix v2.2.3
7062025-01-14T19:59:37.559Z Downloaded const_format v0.2.33
7072025-01-14T19:59:37.564Z Downloaded slog v2.7.0
7082025-01-14T19:59:37.568Z Downloaded stringprep v0.1.5
7092025-01-14T19:59:37.571Z Downloaded float-ord v0.3.2
7102025-01-14T19:59:37.573Z Downloaded fd-lock v4.0.2
7112025-01-14T19:59:37.576Z Downloaded group v0.13.0
7122025-01-14T19:59:37.578Z Downloaded unicode-xid v0.2.6
7132025-01-14T19:59:37.578Z Downloaded ghash v0.5.1
7142025-01-14T19:59:37.581Z Downloaded oso v0.27.3
7152025-01-14T19:59:37.584Z Downloaded url v2.5.3
7162025-01-14T19:59:37.588Z Downloaded packed_struct v0.10.1
7172025-01-14T19:59:37.590Z Downloaded num v0.4.3
7182025-01-14T19:59:37.593Z Downloaded time-core v0.1.2
7192025-01-14T19:59:37.593Z Downloaded ed25519 v2.2.3
7202025-01-14T19:59:37.596Z Downloaded uuid v1.11.0
7212025-01-14T19:59:37.599Z Downloaded gethostname v0.5.0
7222025-01-14T19:59:37.601Z Downloaded value-bag v1.9.0
7232025-01-14T19:59:37.604Z Downloaded darling_macro v0.20.10
7242025-01-14T19:59:37.607Z Downloaded psl-types v2.0.11
7252025-01-14T19:59:37.607Z Downloaded percent-encoding v2.3.1
7262025-01-14T19:59:37.609Z Downloaded tap v1.0.1
7272025-01-14T19:59:37.609Z Downloaded slab v0.4.9
7282025-01-14T19:59:37.612Z Downloaded rustc-demangle v0.1.24
7292025-01-14T19:59:37.615Z Downloaded tokio-tungstenite v0.23.1
7302025-01-14T19:59:37.617Z Downloaded tokio-stream v0.1.16
7312025-01-14T19:59:37.622Z Downloaded salsa20 v0.10.2
7322025-01-14T19:59:37.624Z Downloaded tokio-tungstenite v0.21.0
7332025-01-14T19:59:37.627Z Downloaded serde_yaml v0.9.34+deprecated
7342025-01-14T19:59:37.630Z Downloaded libm v0.2.8
7352025-01-14T19:59:37.640Z Downloaded newline-converter v0.3.0
7362025-01-14T19:59:37.642Z Downloaded new_debug_unreachable v1.0.6
7372025-01-14T19:59:37.642Z Downloaded signal-hook-tokio v0.3.1
7382025-01-14T19:59:37.644Z Downloaded siphasher v0.3.11
7392025-01-14T19:59:37.647Z Downloaded signature v2.2.0
7402025-01-14T19:59:37.647Z Downloaded shlex v1.3.0
7412025-01-14T19:59:37.650Z Downloaded yoke v0.7.4
7422025-01-14T19:59:37.652Z Downloaded tokio-native-tls v0.3.1
7432025-01-14T19:59:37.655Z Downloaded diesel_derives v2.2.3
7442025-01-14T19:59:37.658Z Downloaded serde-big-array v0.5.1
7452025-01-14T19:59:37.660Z Downloaded precomputed-hash v0.1.1
7462025-01-14T19:59:37.660Z Downloaded nu-ansi-term v0.50.1
7472025-01-14T19:59:37.663Z Downloaded libxml v0.3.3
7482025-01-14T19:59:37.671Z Downloaded unicode-truncate v1.1.0
7492025-01-14T19:59:37.673Z Downloaded zerofrom v0.1.4
7502025-01-14T19:59:37.676Z Downloaded thiserror-no-std v2.0.2
7512025-01-14T19:59:37.679Z Downloaded which v4.4.2
7522025-01-14T19:59:37.682Z Downloaded polyval v0.6.2
7532025-01-14T19:59:37.684Z Downloaded mockall v0.13.0
7542025-01-14T19:59:37.687Z Downloaded foreign-types v0.3.2
7552025-01-14T19:59:37.687Z Downloaded defmt-parser v0.3.4
7562025-01-14T19:59:37.691Z Downloaded debug-ignore v1.0.5
7572025-01-14T19:59:37.691Z Downloaded unicode-properties v0.1.3
7582025-01-14T19:59:37.694Z Downloaded postcard v1.0.10
7592025-01-14T19:59:37.696Z Downloaded tracing-core v0.1.32
7602025-01-14T19:59:37.698Z Downloaded unicode_categories v0.1.1
7612025-01-14T19:59:37.701Z Downloaded rsa v0.9.6
7622025-01-14T19:59:37.707Z Downloaded ron v0.8.1
7632025-01-14T19:59:37.714Z Downloaded derive_more v0.99.18
7642025-01-14T19:59:37.719Z Downloaded pbkdf2 v0.12.2
7652025-01-14T19:59:37.721Z Downloaded zopfli v0.8.1
7662025-01-14T19:59:37.724Z Downloaded crossterm v0.28.1
7672025-01-14T19:59:37.732Z Downloaded russh-cryptovec v0.7.3
7682025-01-14T19:59:37.735Z Downloaded proc-macro-crate v1.3.1
7692025-01-14T19:59:37.738Z Downloaded whoami v1.5.2
7702025-01-14T19:59:37.738Z Downloaded rcgen v0.12.1
7712025-01-14T19:59:37.741Z Downloaded typify-macro v0.2.0
7722025-01-14T19:59:37.743Z Downloaded ssh-encoding v0.2.0
7732025-01-14T19:59:37.745Z Downloaded serde-hex v0.1.0
7742025-01-14T19:59:37.748Z Downloaded itertools v0.10.5
7752025-01-14T19:59:37.754Z Downloaded mirai-annotations v1.12.0
7762025-01-14T19:59:37.757Z Downloaded difflib v0.4.0
7772025-01-14T19:59:37.757Z Downloaded futures-task v0.3.31
7782025-01-14T19:59:37.759Z Downloaded zeroize_derive v1.4.2
7792025-01-14T19:59:37.759Z Downloaded num-iter v0.1.45
7802025-01-14T19:59:37.761Z Downloaded num-complex v0.4.6
7812025-01-14T19:59:37.764Z Downloaded flate2 v1.0.34
7822025-01-14T19:59:37.770Z Downloaded foldhash v0.1.3
7832025-01-14T19:59:37.772Z Downloaded dhcproto v0.12.0
7842025-01-14T19:59:37.775Z Downloaded hyper v1.5.0
7852025-01-14T19:59:37.782Z Downloaded peg-runtime v0.8.3
7862025-01-14T19:59:37.785Z Downloaded password-hash v0.5.0
7872025-01-14T19:59:37.788Z Downloaded radium v0.7.0
7882025-01-14T19:59:37.798Z Downloaded take_mut v0.2.2
7892025-01-14T19:59:37.798Z Downloaded itertools v0.13.0
7902025-01-14T19:59:37.801Z Downloaded predicates v3.1.2
7912025-01-14T19:59:37.801Z Downloaded postgres-types v0.2.8
7922025-01-14T19:59:37.803Z Downloaded snafu-derive v0.8.5
7932025-01-14T19:59:37.806Z Downloaded foreign-types-macros v0.2.3
7942025-01-14T19:59:37.808Z Downloaded rustfmt-wrapper v0.2.1
7952025-01-14T19:59:37.808Z Downloaded spki v0.7.3
7962025-01-14T19:59:37.811Z Downloaded endian-type v0.1.2
7972025-01-14T19:59:37.811Z Downloaded vte_generate_state_changes v0.1.2
7982025-01-14T19:59:37.813Z Downloaded spin v0.9.8
7992025-01-14T19:59:37.815Z Downloaded tokio-macros v2.4.0
8002025-01-14T19:59:37.818Z Downloaded tls_codec_derive v0.4.1
8012025-01-14T19:59:37.821Z Downloaded unicase v2.7.0
8022025-01-14T19:59:37.821Z Downloaded tiny-keccak v2.0.2
8032025-01-14T19:59:37.824Z Downloaded progenitor-client v0.8.0
8042025-01-14T19:59:37.827Z Downloaded tough v0.19.0
8052025-01-14T19:59:37.834Z Downloaded derive_builder v0.20.2
8062025-01-14T19:59:37.840Z Downloaded idna v1.0.3
8072025-01-14T19:59:37.845Z Downloaded want v0.3.1
8082025-01-14T19:59:37.847Z Downloaded tokio-postgres v0.7.12
8092025-01-14T19:59:37.853Z Downloaded yoke-derive v0.7.4
8102025-01-14T19:59:37.855Z Downloaded rfc6979 v0.4.0
8112025-01-14T19:59:37.855Z Downloaded resolv-conf v0.7.0
8122025-01-14T19:59:37.858Z Downloaded pin-project-lite v0.2.14
8132025-01-14T19:59:37.863Z Downloaded pin-project-internal v1.1.6
8142025-01-14T19:59:37.866Z Downloaded same-file v1.0.6
8152025-01-14T19:59:37.868Z Downloaded zerocopy-derive v0.8.10
8162025-01-14T19:59:37.875Z Downloaded termtree v0.4.1
8172025-01-14T19:59:37.877Z Downloaded aes-gcm v0.10.3
8182025-01-14T19:59:37.880Z Downloaded foreign-types v0.5.0
8192025-01-14T19:59:37.883Z Downloaded env_filter v0.1.2
8202025-01-14T19:59:37.885Z Downloaded num_threads v0.1.7
8212025-01-14T19:59:37.885Z Downloaded serde_derive_internals v0.29.1
8222025-01-14T19:59:37.887Z Downloaded toml v0.7.8
8232025-01-14T19:59:37.890Z Downloaded derive_builder_macro v0.20.2
8242025-01-14T19:59:37.893Z Downloaded sync-ptr v0.1.1
8252025-01-14T19:59:37.893Z Downloaded slog-stdlog v4.1.1
8262025-01-14T19:59:37.895Z Downloaded slog-scope v4.4.0
8272025-01-14T19:59:37.897Z Downloaded progenitor v0.8.0
8282025-01-14T19:59:37.900Z Downloaded dirs-sys-next v0.1.2
8292025-01-14T19:59:37.900Z Downloaded smallvec v0.6.14
8302025-01-14T19:59:37.902Z Downloaded zerocopy v0.6.6
8312025-01-14T19:59:37.905Z Downloaded rustyline v14.0.0
8322025-01-14T19:59:37.910Z Downloaded enum-as-inner v0.5.1
8332025-01-14T19:59:37.913Z Downloaded time v0.3.36
8342025-01-14T19:59:37.921Z Downloaded openssl-probe v0.1.5
8352025-01-14T19:59:37.924Z Downloaded parking_lot_core v0.9.10
8362025-01-14T19:59:37.926Z Downloaded pin-utils v0.1.0
8372025-01-14T19:59:37.926Z Downloaded try-lock v0.2.5
8382025-01-14T19:59:37.928Z Downloaded num_enum_derive v0.5.11
8392025-01-14T19:59:37.928Z Downloaded num-integer v0.1.46
8402025-01-14T19:59:37.932Z Downloaded num-derive v0.4.2
8412025-01-14T19:59:37.934Z Downloaded parking_lot_core v0.8.6
8422025-01-14T19:59:37.936Z Downloaded sha1 v0.10.6
8432025-01-14T19:59:37.936Z Downloaded vsss-rs v3.3.4
8442025-01-14T19:59:37.939Z Downloaded peg-macros v0.8.4
8452025-01-14T19:59:37.942Z Downloaded ron v0.7.1
8462025-01-14T19:59:37.947Z Downloaded tungstenite v0.23.0
8472025-01-14T19:59:37.951Z Downloaded tabwriter v1.4.0
8482025-01-14T19:59:37.953Z Downloaded termcolor v1.4.1
8492025-01-14T19:59:37.955Z Downloaded synstructure v0.13.1
8502025-01-14T19:59:37.955Z Downloaded walkdir v2.5.0
8512025-01-14T19:59:37.958Z Downloaded number_prefix v0.4.0
8522025-01-14T19:59:37.962Z Downloaded wait-timeout v0.2.0
8532025-01-14T19:59:37.962Z Downloaded pem-rfc7468 v0.7.0
8542025-01-14T19:59:37.964Z Downloaded serde_repr v0.1.19
8552025-01-14T19:59:37.964Z Downloaded dyn-clone v1.0.17
8562025-01-14T19:59:37.967Z Downloaded supports-color v3.0.1
8572025-01-14T19:59:37.969Z Downloaded scheduled-thread-pool v0.2.7
8582025-01-14T19:59:37.969Z Downloaded slog-term v2.9.1
8592025-01-14T19:59:37.972Z Downloaded term v0.7.0
8602025-01-14T19:59:37.975Z Downloaded parking_lot v0.12.3
8612025-01-14T19:59:37.978Z Downloaded der v0.7.9
8622025-01-14T19:59:37.984Z Downloaded nanorand v0.7.0
8632025-01-14T19:59:37.987Z Downloaded multimap v0.10.0
8642025-01-14T19:59:37.990Z Downloaded twox-hash v1.6.3
8652025-01-14T19:59:37.992Z Downloaded zerovec-derive v0.10.3
8662025-01-14T19:59:37.992Z Downloaded num-bigint v0.4.6
8672025-01-14T19:59:37.998Z Downloaded phf_shared v0.11.2
8682025-01-14T19:59:38.001Z Downloaded phf_codegen v0.11.2
8692025-01-14T19:59:38.001Z Downloaded pem v3.0.4
8702025-01-14T19:59:38.003Z Downloaded packed_struct_codegen v0.10.1
8712025-01-14T19:59:38.003Z Downloaded openssl-sys v0.9.103
8722025-01-14T19:59:38.010Z Downloaded serde_plain v1.0.2
8732025-01-14T19:59:38.012Z Downloaded structmeta v0.3.0
8742025-01-14T19:59:38.012Z Downloaded smf v0.2.3
8752025-01-14T19:59:38.013Z Downloaded string_cache v0.8.7
8762025-01-14T19:59:38.015Z Downloaded zone v0.1.8
8772025-01-14T19:59:38.015Z Downloaded tokio-tungstenite v0.24.0
8782025-01-14T19:59:38.019Z Downloaded fragile v2.0.0
8792025-01-14T19:59:38.022Z Downloaded foreign-types-shared v0.1.1
8802025-01-14T19:59:38.022Z Downloaded pkcs1 v0.7.5
8812025-01-14T19:59:38.025Z Downloaded embedded-io v0.4.0
8822025-01-14T19:59:38.027Z Downloaded rand_seeder v0.3.0
8832025-01-14T19:59:38.027Z Downloaded nom v7.1.3
8842025-01-14T19:59:38.032Z Downloaded rand_core v0.6.4
8852025-01-14T19:59:38.035Z Downloaded futures-sink v0.3.31
8862025-01-14T19:59:38.039Z Downloaded futures-macro v0.3.31
8872025-01-14T19:59:38.039Z Downloaded olpc-cjson v0.1.4
8882025-01-14T19:59:38.039Z Downloaded r2d2 v0.8.10
8892025-01-14T19:59:38.047Z Downloaded multer v3.1.0
8902025-01-14T19:59:38.050Z Downloaded ed25519-dalek v2.1.1
8912025-01-14T19:59:38.050Z Downloaded rayon v1.10.0
8922025-01-14T19:59:38.057Z Downloaded structmeta v0.2.0
8932025-01-14T19:59:38.059Z Downloaded pkcs8 v0.10.2
8942025-01-14T19:59:38.062Z Downloaded hash32 v0.3.1
8952025-01-14T19:59:38.064Z Downloaded typify v0.2.0
8962025-01-14T19:59:38.066Z Downloaded samael v0.0.17
8972025-01-14T19:59:38.071Z Downloaded rusqlite v0.32.1
8982025-01-14T19:59:38.078Z Downloaded form_urlencoded v1.2.1
8992025-01-14T19:59:38.080Z Downloaded tui-tree-widget v0.22.0
9002025-01-14T19:59:38.083Z Downloaded serde_path_to_error v0.1.16
9012025-01-14T19:59:38.083Z Downloaded quinn-udp v0.5.5
9022025-01-14T19:59:38.087Z Downloaded vte v0.11.1
9032025-01-14T19:59:38.089Z Downloaded mockall_derive v0.13.0
9042025-01-14T19:59:38.089Z Downloaded dropshot_endpoint v0.12.0
9052025-01-14T19:59:38.092Z Downloaded derive_builder_core v0.20.2
9062025-01-14T19:59:38.094Z Downloaded blake3 v1.5.4
9072025-01-14T19:59:38.103Z Downloaded dropshot_endpoint v0.13.0
9082025-01-14T19:59:38.107Z Downloaded aws-lc-rs v1.10.0
9092025-01-14T19:59:38.117Z Downloaded parking_lot v0.11.2
9102025-01-14T19:59:38.119Z Downloaded tungstenite v0.21.0
9112025-01-14T19:59:38.124Z Downloaded tar v0.4.42
9122025-01-14T19:59:38.127Z Downloaded pin-project v1.1.6
9132025-01-14T19:59:38.139Z Downloaded elliptic-curve v0.13.8
9142025-01-14T19:59:38.144Z Downloaded omicron-zone-package v0.12.0
9152025-01-14T19:59:38.148Z Downloaded reedline v0.35.0
9162025-01-14T19:59:38.155Z Downloaded num-bigint-dig v0.8.4
9172025-01-14T19:59:38.161Z Downloaded h2 v0.4.6
9182025-01-14T19:59:38.169Z Downloaded p521 v0.13.3
9192025-01-14T19:59:38.172Z Downloaded expectorate v1.1.0
9202025-01-14T19:59:38.175Z Downloaded bitvec v1.0.1
9212025-01-14T19:59:38.192Z Downloaded zip v0.6.6
9222025-01-14T19:59:38.196Z Downloaded tungstenite v0.24.0
9232025-01-14T19:59:38.199Z Downloaded rand v0.8.5
9242025-01-14T19:59:38.203Z Downloaded quick-xml v0.33.0
9252025-01-14T19:59:38.210Z Downloaded sqlparser v0.45.0
9262025-01-14T19:59:38.216Z Downloaded mio v1.0.2
9272025-01-14T19:59:38.223Z Downloaded zip v2.1.3
9282025-01-14T19:59:38.227Z Downloaded unicode-segmentation v1.12.0
9292025-01-14T19:59:38.231Z Downloaded hashbrown v0.12.3
9302025-01-14T19:59:38.236Z Downloaded bindgen v0.69.5
9312025-01-14T19:59:38.244Z Downloaded tracing v0.1.40
9322025-01-14T19:59:38.249Z Downloaded tokio-util v0.7.12
9332025-01-14T19:59:38.256Z Downloaded chrono v0.4.38
9342025-01-14T19:59:38.264Z Downloaded idna v0.5.0
9352025-01-14T19:59:38.272Z Downloaded typed-path v0.9.3
9362025-01-14T19:59:38.280Z Downloaded russh v0.45.0
9372025-01-14T19:59:38.286Z Downloaded rustls-webpki v0.102.8
9382025-01-14T19:59:38.311Z Downloaded hashbrown v0.13.2
9392025-01-14T19:59:38.317Z Downloaded idna v0.2.3
9402025-01-14T19:59:38.326Z Downloaded unicode-normalization v0.1.24
9412025-01-14T19:59:38.332Z Downloaded hashbrown v0.14.5
9422025-01-14T19:59:38.367Z Downloaded rustls-webpki v0.101.7
9432025-01-14T19:59:38.371Z Downloaded ssh-key v0.6.6
9442025-01-14T19:59:38.371Z Downloaded zerovec v0.10.4
9452025-01-14T19:59:38.374Z Downloaded reqwest v0.12.9
9462025-01-14T19:59:38.383Z Downloaded vcpkg v0.2.15
9472025-01-14T19:59:38.424Z Downloaded nix v0.27.1
9482025-01-14T19:59:38.435Z Downloaded unicode-width v0.2.0
9492025-01-14T19:59:38.440Z Downloaded openssl v0.10.66
9502025-01-14T19:59:38.451Z Downloaded p384 v0.13.0
9512025-01-14T19:59:38.458Z Downloaded webpki-roots v0.26.6
9522025-01-14T19:59:38.477Z Downloaded hickory-proto v0.24.1
9532025-01-14T19:59:38.490Z Downloaded git2 v0.19.0
9542025-01-14T19:59:38.531Z Downloaded chrono-tz v0.10.0
9552025-01-14T19:59:38.532Z Downloaded zerocopy v0.8.10
9562025-01-14T19:59:38.532Z Downloaded object v0.30.4
9572025-01-14T19:59:38.557Z Downloaded nix v0.28.0
9582025-01-14T19:59:38.557Z Downloaded radix_trie v0.2.1
9592025-01-14T19:59:38.592Z Downloaded openapiv3 v2.0.0
9602025-01-14T19:59:38.592Z Downloaded trust-dns-proto v0.22.0
9612025-01-14T19:59:38.592Z Downloaded dropshot v0.12.0
9622025-01-14T19:59:38.610Z Downloaded nix v0.29.0
9632025-01-14T19:59:38.611Z Downloaded rustls v0.21.12
9642025-01-14T19:59:38.624Z Downloaded regress v0.10.1
9652025-01-14T19:59:38.624Z Downloaded smoltcp v0.11.0
9662025-01-14T19:59:38.643Z Downloaded smoltcp v0.9.1
9672025-01-14T19:59:38.660Z Downloaded object v0.36.5
9682025-01-14T19:59:38.660Z Downloaded dropshot v0.13.0
9692025-01-14T19:59:38.676Z Downloaded rustls v0.23.19
9702025-01-14T19:59:38.688Z Downloaded rustls v0.22.4
9712025-01-14T19:59:38.706Z Downloaded sled v0.34.7
9722025-01-14T19:59:38.720Z Downloaded regress v0.9.1
9732025-01-14T19:59:38.728Z Downloaded typify-impl v0.2.0
9742025-01-14T19:59:38.745Z Downloaded diesel v2.2.6
9752025-01-14T19:59:38.762Z Downloaded regex-syntax v0.8.5
9762025-01-14T19:59:38.776Z Downloaded bzip2-sys v0.1.11+1.0.8
9772025-01-14T19:59:38.788Z Downloaded bstr v1.10.0
9782025-01-14T19:59:38.808Z Downloaded ratatui v0.28.1
9792025-01-14T19:59:38.814Z Downloaded regex-syntax v0.6.29
9802025-01-14T19:59:38.826Z Downloaded gimli v0.31.1
9812025-01-14T19:59:38.838Z Downloaded polar-core v0.27.3
9822025-01-14T19:59:38.838Z Downloaded curve25519-dalek v4.1.3
9832025-01-14T19:59:38.849Z Downloaded winnow v0.5.40
9842025-01-14T19:59:38.859Z Downloaded zerocopy-derive v0.6.6
9852025-01-14T19:59:38.881Z Downloaded regex-automata v0.4.8
9862025-01-14T19:59:38.885Z Downloaded salty v0.3.0
9872025-01-14T19:59:38.885Z Downloaded petname v2.0.2
9882025-01-14T19:59:38.890Z Downloaded futures-util v0.3.31
9892025-01-14T19:59:38.900Z Downloaded regex v1.11.1
9902025-01-14T19:59:38.914Z Downloaded proptest v1.5.0
9912025-01-14T19:59:38.924Z Downloaded lzma-sys v0.1.20
9922025-01-14T19:59:38.998Z Downloaded portable-atomic v1.9.0
9932025-01-14T19:59:39.032Z Downloaded petgraph v0.6.5
9942025-01-14T19:59:39.033Z Downloaded sha3 v0.10.8
9952025-01-14T19:59:39.033Z Downloaded libz-sys v1.1.20
9962025-01-14T19:59:39.033Z Downloaded csv v1.3.0
9972025-01-14T19:59:39.068Z Downloaded tokio v1.40.0
9982025-01-14T19:59:39.091Z Downloaded idna v0.3.0
9992025-01-14T19:59:39.092Z Downloaded idna v0.4.0
10002025-01-14T19:59:39.104Z Downloaded lalrpop v0.19.12
10012025-01-14T19:59:39.104Z Downloaded quinn-proto v0.11.8
10022025-01-14T19:59:39.104Z Downloaded yasna v0.5.2
10032025-01-14T19:59:39.109Z Downloaded schemars v0.8.21
10042025-01-14T19:59:39.115Z Downloaded icu_properties_data v1.5.0
10052025-01-14T19:59:39.125Z Downloaded unarray v0.1.4
10062025-01-14T19:59:39.125Z Downloaded serde_with v3.11.0
10072025-01-14T19:59:39.143Z Downloaded hkdf v0.12.4
10082025-01-14T19:59:39.143Z Downloaded parse-zoneinfo v0.3.1
10092025-01-14T19:59:39.153Z Downloaded sync_wrapper v1.0.1
10102025-01-14T19:59:39.153Z Downloaded socket2 v0.5.7
10112025-01-14T19:59:39.153Z Downloaded peg v0.8.4
10122025-01-14T19:59:39.153Z Downloaded num-rational v0.4.2
10132025-01-14T19:59:39.153Z Downloaded similar v2.6.0
10142025-01-14T19:59:39.170Z Downloaded flume v0.11.1
10152025-01-14T19:59:39.172Z Downloaded itertools v0.12.1
10162025-01-14T19:59:39.193Z Downloaded dirs-next v2.0.0
10172025-01-14T19:59:39.193Z Downloaded diesel-dtrace v0.4.2
10182025-01-14T19:59:39.193Z Downloaded test-strategy v0.3.1
10192025-01-14T19:59:39.193Z Downloaded fatfs v0.3.6
10202025-01-14T19:59:39.193Z Downloaded qorb v0.2.1
10212025-01-14T19:59:39.193Z Downloaded vergen v8.3.2
10222025-01-14T19:59:39.193Z Downloaded p256 v0.13.2
10232025-01-14T19:59:39.201Z Downloaded x509-cert v0.2.5
10242025-01-14T19:59:39.201Z Downloaded getrandom v0.2.15
10252025-01-14T19:59:39.201Z Downloaded password-hash v0.4.2
10262025-01-14T19:59:39.201Z Downloaded native-tls v0.2.12
10272025-01-14T19:59:39.201Z Downloaded signal-hook v0.3.17
10282025-01-14T19:59:39.212Z Downloaded darling_core v0.20.10
10292025-01-14T19:59:39.212Z Downloaded steno v0.4.1
10302025-01-14T19:59:39.212Z Downloaded either v1.13.0
10312025-01-14T19:59:39.212Z Downloaded encoding_rs v0.8.34
10322025-01-14T19:59:39.236Z Downloaded funty v2.0.0
10332025-01-14T19:59:39.252Z Downloaded fs_extra v1.3.0
10342025-01-14T19:59:39.252Z Downloaded waitgroup v0.1.2
10352025-01-14T19:59:39.252Z Downloaded data-encoding v2.6.0
10362025-01-14T19:59:39.252Z Downloaded rustversion v1.0.17
10372025-01-14T19:59:39.261Z Downloaded ssh-cipher v0.2.0
10382025-01-14T19:59:39.261Z Downloaded rayon-core v1.12.1
10392025-01-14T19:59:39.262Z Downloaded primeorder v0.13.6
10402025-01-14T19:59:39.262Z Downloaded predicates-core v1.0.8
10412025-01-14T19:59:39.262Z Downloaded ppv-lite86 v0.2.20
10422025-01-14T19:59:39.262Z Downloaded powerfmt v0.2.0
10432025-01-14T19:59:39.262Z Downloaded time-macros v0.2.18
10442025-01-14T19:59:39.262Z Downloaded thiserror v2.0.3
10452025-01-14T19:59:39.268Z Downloaded half v2.4.1
10462025-01-14T19:59:39.268Z Downloaded quinn v0.11.5
10472025-01-14T19:59:39.268Z Downloaded toml_edit v0.19.15
10482025-01-14T19:59:39.289Z Downloaded futures-io v0.3.31
10492025-01-14T19:59:39.293Z Downloaded fallible-streaming-iterator v0.1.9
10502025-01-14T19:59:39.293Z Downloaded fallible-iterator v0.3.0
10512025-01-14T19:59:39.293Z Downloaded tokio-rustls v0.24.1
10522025-01-14T19:59:39.293Z Downloaded thiserror-impl-no-std v2.0.2
10532025-01-14T19:59:39.293Z Downloaded signal-hook-registry v1.4.2
10542025-01-14T19:59:39.293Z Downloaded ecdsa v0.16.9
10552025-01-14T19:59:39.293Z Downloaded pkcs5 v0.7.1
10562025-01-14T19:59:39.301Z Downloaded aho-corasick v1.1.3
10572025-01-14T19:59:39.307Z Downloaded futures v0.3.31
10582025-01-14T19:59:39.310Z Downloaded postgres-protocol v0.6.7
10592025-01-14T19:59:39.310Z Downloaded derive-where v1.2.7
10602025-01-14T19:59:39.316Z Downloaded aes v0.8.4
10612025-01-14T19:59:39.319Z Downloaded tinyvec v1.8.0
10622025-01-14T19:59:39.319Z Downloaded thiserror-impl v2.0.3
10632025-01-14T19:59:39.322Z Downloaded snafu v0.8.5
10642025-01-14T19:59:39.327Z Downloaded enum-as-inner v0.6.1
10652025-01-14T19:59:39.331Z Downloaded libgit2-sys v0.17.0+1.8.1
10662025-01-14T19:59:39.390Z Downloaded miniz_oxide v0.8.0
10672025-01-14T19:59:39.393Z Downloaded headers v0.4.0
10682025-01-14T19:59:39.398Z Downloaded shell-words v1.1.0
10692025-01-14T19:59:39.406Z Downloaded der_derive v0.7.3
10702025-01-14T19:59:39.406Z Downloaded tracing-attributes v0.1.27
10712025-01-14T19:59:39.407Z Downloaded unsafe-libyaml v0.2.11
10722025-01-14T19:59:39.411Z Downloaded displaydoc v0.2.5
10732025-01-14T19:59:39.411Z Downloaded rustc_version v0.1.7
10742025-01-14T19:59:39.411Z Downloaded rustc-hash v2.0.0
10752025-01-14T19:59:39.411Z Downloaded quick-error v1.2.3
10762025-01-14T19:59:39.414Z Downloaded predicates-tree v1.0.11
10772025-01-14T19:59:39.414Z Downloaded phf v0.11.2
10782025-01-14T19:59:39.414Z Downloaded backtrace v0.3.74
10792025-01-14T19:59:39.426Z Downloaded bumpalo v3.16.0
10802025-01-14T19:59:39.431Z Downloaded unicode-bidi v0.3.17
10812025-01-14T19:59:39.431Z Downloaded ff v0.13.0
10822025-01-14T19:59:39.431Z Downloaded ena v0.14.3
10832025-01-14T19:59:39.431Z Downloaded cc v1.1.30
10842025-01-14T19:59:39.435Z Downloaded newtype_derive v0.1.6
10852025-01-14T19:59:39.435Z Downloaded base64 v0.21.7
10862025-01-14T19:59:39.439Z Downloaded slog-bunyan v2.5.0
10872025-01-14T19:59:39.439Z Downloaded slog-async v2.8.0
10882025-01-14T19:59:39.439Z Downloaded secrecy v0.8.0
10892025-01-14T19:59:39.443Z Downloaded des v0.8.1
10902025-01-14T19:59:39.443Z Downloaded diff v0.1.13
10912025-01-14T19:59:39.447Z Downloaded progenitor-macro v0.8.0
10922025-01-14T19:59:39.447Z Downloaded compact_str v0.8.0
10932025-01-14T19:59:39.453Z Downloaded crc-any v2.5.0
10942025-01-14T19:59:39.458Z Downloaded parse-display-derive v0.10.0
10952025-01-14T19:59:39.459Z Downloaded russh-keys v0.45.0
10962025-01-14T19:59:39.459Z Downloaded glob v0.3.1
10972025-01-14T19:59:39.463Z Downloaded utf-8 v0.7.6
10982025-01-14T19:59:39.463Z Downloaded strum_macros v0.26.4
10992025-01-14T19:59:39.463Z Downloaded static_assertions v1.1.0
11002025-01-14T19:59:39.463Z Downloaded heapless v0.7.17
11012025-01-14T19:59:39.468Z Downloaded base64 v0.22.1
11022025-01-14T19:59:39.473Z Downloaded futures-core v0.3.31
11032025-01-14T19:59:39.478Z Downloaded ref-cast-impl v1.0.23
11042025-01-14T19:59:39.478Z Downloaded sqlformat v0.2.6
11052025-01-14T19:59:39.479Z Downloaded sct v0.7.1
11062025-01-14T19:59:39.479Z Downloaded icu_properties v1.5.1
11072025-01-14T19:59:39.482Z Downloaded dunce v1.0.5
11082025-01-14T19:59:39.482Z Downloaded rpassword v7.3.1
11092025-01-14T19:59:39.482Z Downloaded topological-sort v0.2.2
11102025-01-14T19:59:39.489Z Downloaded thread_local v1.1.8
11112025-01-14T19:59:39.489Z Downloaded bcs v0.1.6
11122025-01-14T19:59:39.489Z Downloaded crossbeam-epoch v0.9.18
11132025-01-14T19:59:39.493Z Downloaded cookie v0.18.1
11142025-01-14T19:59:39.494Z Downloaded rtoolbox v0.0.2
11152025-01-14T19:59:39.494Z Downloaded blake2 v0.10.6
11162025-01-14T19:59:39.499Z Downloaded simd-adler32 v0.3.7
11172025-01-14T19:59:39.499Z Downloaded sec1 v0.7.3
11182025-01-14T19:59:39.503Z Downloaded scrypt v0.11.0
11192025-01-14T19:59:39.503Z Downloaded allocator-api2 v0.2.18
11202025-01-14T19:59:39.503Z Downloaded libefi-sys v0.1.0
11212025-01-14T19:59:39.507Z Downloaded inout v0.1.3
11222025-01-14T19:59:39.507Z Downloaded async-trait v0.1.83
11232025-01-14T19:59:39.510Z Downloaded chacha20 v0.9.1
11242025-01-14T19:59:39.510Z Downloaded backoff v0.4.0
11252025-01-14T19:59:39.515Z Downloaded async-bb8-diesel v0.2.1
11262025-01-14T19:59:39.520Z Downloaded bzip2 v0.4.4
11272025-01-14T19:59:39.520Z Downloaded ciborium-ll v0.2.2
11282025-01-14T19:59:39.520Z Downloaded assert_matches v1.5.0
11292025-01-14T19:59:39.520Z Downloaded internet-checksum v0.2.1
11302025-01-14T19:59:39.520Z Downloaded hyper-staticfile v0.10.1
11312025-01-14T19:59:39.530Z Downloaded indent_write v2.2.0
11322025-01-14T19:59:39.531Z Downloaded ipnetwork v0.20.0
11332025-01-14T19:59:39.531Z Downloaded cipher v0.4.4
11342025-01-14T19:59:39.531Z Downloaded bcrypt-pbkdf v0.10.0
11352025-01-14T19:59:39.538Z Downloaded maplit v1.0.2
11362025-01-14T19:59:39.538Z Downloaded keccak v0.1.5
11372025-01-14T19:59:39.538Z Downloaded is-terminal v0.4.13
11382025-01-14T19:59:39.538Z Downloaded castaway v0.2.3
11392025-01-14T19:59:39.538Z Downloaded http-body-util v0.1.2
11402025-01-14T19:59:39.538Z Downloaded convert_case v0.4.0
11412025-01-14T19:59:39.538Z Downloaded block-padding v0.3.3
11422025-01-14T19:59:39.539Z Downloaded bitflags v1.3.2
11432025-01-14T19:59:39.544Z Downloaded cbc v0.1.2
11442025-01-14T19:59:39.544Z Downloaded cassowary v0.3.0
11452025-01-14T19:59:39.544Z Downloaded bit-vec v0.6.3
11462025-01-14T19:59:39.544Z Downloaded base16ct v0.2.0
11472025-01-14T19:59:39.544Z Downloaded bitfield v0.14.0
11482025-01-14T19:59:39.739Z Downloaded ring v0.17.8
11492025-01-14T19:59:39.860Z Downloaded libsqlite3-sys v0.30.1
11502025-01-14T19:59:39.995Z Downloaded aws-lc-sys v0.22.0
11512025-01-14T19:59:40.307Z Compiling serde v1.0.215
11522025-01-14T19:59:40.310Z Compiling lock_api v0.4.12
11532025-01-14T19:59:40.310Z Compiling scopeguard v1.2.0
11542025-01-14T19:59:40.310Z Compiling value-bag v1.9.0
11552025-01-14T19:59:40.310Z Compiling typenum v1.17.0
11562025-01-14T19:59:40.310Z Compiling generic-array v0.14.7
11572025-01-14T19:59:40.458Z Compiling syn v2.0.87
11582025-01-14T19:59:40.461Z Compiling getrandom v0.2.15
11592025-01-14T19:59:40.588Z Compiling subtle v2.6.1
11602025-01-14T19:59:40.834Z Compiling rand_core v0.6.4
11612025-01-14T19:59:40.910Z Compiling log v0.4.22
11622025-01-14T19:59:40.993Z Compiling shlex v1.3.0
11632025-01-14T19:59:41.013Z Compiling jobserver v0.1.32
11642025-01-14T19:59:41.056Z Compiling smallvec v1.13.2
11652025-01-14T19:59:41.351Z Compiling const-oid v0.9.6
11662025-01-14T19:59:41.378Z Compiling cc v1.1.30
11672025-01-14T19:59:41.403Z Compiling spin v0.9.8
11682025-01-14T19:59:41.471Z Compiling pin-project-lite v0.2.14
11692025-01-14T19:59:41.590Z Compiling rustix v0.38.37
11702025-01-14T19:59:41.782Z Compiling parking_lot_core v0.9.10
11712025-01-14T19:59:41.797Z Compiling futures-core v0.3.31
11722025-01-14T19:59:41.977Z Compiling signal-hook-registry v1.4.2
11732025-01-14T19:59:42.038Z Compiling mio v1.0.2
11742025-01-14T19:59:42.469Z Compiling aho-corasick v1.1.3
11752025-01-14T19:59:42.821Z Compiling parking_lot v0.12.3
11762025-01-14T19:59:42.893Z Compiling regex-syntax v0.8.5
11772025-01-14T19:59:43.118Z Compiling either v1.13.0
11782025-01-14T19:59:43.246Z Compiling cpufeatures v0.2.14
11792025-01-14T19:59:43.316Z Compiling lazy_static v1.5.0
11802025-01-14T19:59:43.468Z Compiling glob v0.3.1
11812025-01-14T19:59:43.534Z Compiling stable_deref_trait v1.2.0
11822025-01-14T19:59:43.588Z Compiling futures-sink v0.3.31
11832025-01-14T19:59:43.647Z Compiling socket2 v0.5.7
11842025-01-14T19:59:43.748Z Compiling slab v0.4.9
11852025-01-14T19:59:43.935Z Compiling prettyplease v0.2.25
11862025-01-14T19:59:44.190Z Compiling minimal-lexical v0.2.1
11872025-01-14T19:59:44.281Z Compiling serde_json v1.0.133
11882025-01-14T19:59:44.509Z Compiling clang-sys v1.8.1
11892025-01-14T19:59:44.644Z Compiling nom v7.1.3
11902025-01-14T19:59:44.743Z Compiling libloading v0.8.5
11912025-01-14T19:59:45.026Z Compiling bindgen v0.69.5
11922025-01-14T19:59:45.190Z Compiling home v0.5.9
11932025-01-14T19:59:45.480Z Compiling futures-channel v0.3.31
11942025-01-14T19:59:45.823Z Compiling itertools v0.12.1
11952025-01-14T19:59:45.871Z Compiling foldhash v0.1.3
11962025-01-14T19:59:45.911Z Compiling lazycell v1.3.0
11972025-01-14T19:59:46.084Z Compiling allocator-api2 v0.2.18
11982025-01-14T19:59:46.181Z Compiling pin-utils v0.1.0
11992025-01-14T19:59:46.281Z Compiling rustc-hash v1.1.0
12002025-01-14T19:59:46.436Z Compiling futures-task v0.3.31
12012025-01-14T19:59:46.743Z Compiling regex-automata v0.4.8
12022025-01-14T19:59:46.900Z Compiling futures-io v0.3.31
12032025-01-14T19:59:47.233Z Compiling libm v0.2.8
12042025-01-14T19:59:47.579Z Compiling hashbrown v0.15.1
12052025-01-14T19:59:48.261Z Compiling synstructure v0.13.1
12062025-01-14T19:59:48.987Z Compiling cexpr v0.6.0
12072025-01-14T19:59:49.019Z Compiling cmake v0.1.51
12082025-01-14T19:59:49.971Z Compiling num-traits v0.2.19
12092025-01-14T19:59:50.073Z Compiling tinyvec_macros v0.1.1
12102025-01-14T19:59:50.097Z Compiling fs_extra v1.3.0
12112025-01-14T19:59:50.167Z Compiling dunce v1.0.5
12122025-01-14T19:59:50.242Z Compiling pkg-config v0.3.31
12132025-01-14T19:59:50.533Z Compiling tinyvec v1.8.0
12142025-01-14T19:59:50.798Z Compiling ring v0.17.8
12152025-01-14T19:59:51.832Z Compiling paste v1.0.15
12162025-01-14T19:59:51.942Z Compiling litemap v0.7.3
12172025-01-14T19:59:52.073Z Compiling unicode-normalization v0.1.24
12182025-01-14T19:59:52.126Z Compiling writeable v0.5.5
12192025-01-14T19:59:52.314Z Compiling regex v1.11.1
12202025-01-14T19:59:52.358Z Compiling base64ct v1.6.0
12212025-01-14T19:59:52.730Z Compiling unicode-bidi v0.3.17
12222025-01-14T19:59:52.975Z Compiling pem-rfc7468 v0.7.0
12232025-01-14T19:59:53.479Z Compiling flagset v0.4.6
12242025-01-14T19:59:53.696Z Compiling httparse v1.9.5
12252025-01-14T19:59:53.739Z Compiling aws-lc-rs v1.10.0
12262025-01-14T19:59:54.171Z Compiling tracing-core v0.1.32
12272025-01-14T19:59:54.191Z Compiling rustls-pki-types v1.10.0
12282025-01-14T19:59:54.520Z Compiling icu_locid_transform_data v1.5.0
12292025-01-14T19:59:54.630Z Compiling percent-encoding v2.3.1
12302025-01-14T19:59:54.928Z Compiling crossbeam-utils v0.8.20
12312025-01-14T19:59:55.263Z Compiling untrusted v0.7.1
12322025-01-14T19:59:55.320Z Compiling serde_derive v1.0.215
12332025-01-14T19:59:55.445Z Compiling zeroize_derive v1.4.2
12342025-01-14T19:59:55.482Z Compiling zerocopy-derive v0.7.35
12352025-01-14T19:59:55.558Z Compiling tokio-macros v2.4.0
12362025-01-14T19:59:55.672Z Compiling zerofrom-derive v0.1.4
12372025-01-14T19:59:57.015Z Compiling zeroize v1.8.1
12382025-01-14T19:59:57.226Z Compiling thiserror-impl v1.0.69
12392025-01-14T19:59:57.712Z Compiling yoke-derive v0.7.4
12402025-01-14T19:59:57.773Z Compiling zerocopy v0.7.35
12412025-01-14T19:59:58.833Z Compiling crypto-common v0.1.6
12422025-01-14T19:59:59.022Z Compiling block-buffer v0.10.4
12432025-01-14T19:59:59.074Z Compiling futures-macro v0.3.31
12442025-01-14T19:59:59.293Z Compiling digest v0.10.7
12452025-01-14T19:59:59.473Z Compiling zerovec-derive v0.10.3
12462025-01-14T19:59:59.542Z Compiling block-padding v0.3.3
12472025-01-14T19:59:59.746Z Compiling hmac v0.12.1
12482025-01-14T19:59:59.793Z Compiling displaydoc v0.2.5
12492025-01-14T19:59:59.982Z Compiling zerofrom v0.1.4
12502025-01-14T20:00:00.001Z Compiling inout v0.1.3
12512025-01-14T20:00:00.228Z Compiling sha2 v0.10.8
12522025-01-14T20:00:00.287Z Compiling cipher v0.4.4
12532025-01-14T20:00:00.670Z Compiling thiserror v1.0.69
12542025-01-14T20:00:00.806Z Compiling ppv-lite86 v0.2.20
12552025-01-14T20:00:00.833Z Compiling der_derive v0.7.3
12562025-01-14T20:00:00.947Z Compiling yoke v0.7.4
12572025-01-14T20:00:01.054Z Compiling futures-util v0.3.31
12582025-01-14T20:00:01.326Z Compiling icu_provider_macros v1.5.0
12592025-01-14T20:00:01.507Z Compiling tracing-attributes v0.1.27
12602025-01-14T20:00:01.658Z Compiling rand_chacha v0.3.1
12612025-01-14T20:00:02.215Z Compiling zerovec v0.10.4
12622025-01-14T20:00:02.499Z Compiling rand v0.8.5
12632025-01-14T20:00:03.391Z Compiling der v0.7.9
12642025-01-14T20:00:03.886Z Compiling pest v2.7.14
12652025-01-14T20:00:04.137Z Compiling tinystr v0.7.6
12662025-01-14T20:00:04.540Z Compiling icu_locid v1.5.0
12672025-01-14T20:00:04.588Z Compiling icu_collections v1.5.0
12682025-01-14T20:00:04.704Z Compiling salsa20 v0.10.2
12692025-01-14T20:00:04.938Z Compiling pbkdf2 v0.12.2
12702025-01-14T20:00:05.156Z Compiling vcpkg v0.2.15
12712025-01-14T20:00:05.430Z Compiling tracing v0.1.40
12722025-01-14T20:00:05.966Z Compiling icu_provider v1.5.0
12732025-01-14T20:00:06.097Z Compiling spki v0.7.3
12742025-01-14T20:00:06.497Z Compiling mirai-annotations v1.12.0
12752025-01-14T20:00:06.702Z Compiling icu_locid_transform v1.5.0
12762025-01-14T20:00:06.870Z Compiling num-conv v0.1.0
12772025-01-14T20:00:06.948Z Compiling time-core v0.1.2
12782025-01-14T20:00:06.969Z Compiling icu_properties_data v1.5.0
12792025-01-14T20:00:07.050Z Compiling powerfmt v0.2.0
12802025-01-14T20:00:07.135Z Compiling untrusted v0.9.0
12812025-01-14T20:00:07.154Z Compiling time-macros v0.2.18
12822025-01-14T20:00:07.231Z Compiling pest_meta v2.7.14
12832025-01-14T20:00:07.321Z Compiling deranged v0.3.11
12842025-01-14T20:00:07.357Z Compiling openssl-sys v0.9.103
12852025-01-14T20:00:08.524Z Compiling icu_properties v1.5.1
12862025-01-14T20:00:08.811Z Compiling scrypt v0.11.0
12872025-01-14T20:00:09.330Z Compiling aes v0.8.4
12882025-01-14T20:00:09.381Z Compiling cbc v0.1.2
12892025-01-14T20:00:09.437Z Compiling scroll_derive v0.12.0
12902025-01-14T20:00:09.623Z Compiling write16 v1.0.0
12912025-01-14T20:00:09.756Z Compiling bitflags v2.6.0
12922025-01-14T20:00:10.105Z Compiling bytes v1.8.0
12932025-01-14T20:00:10.999Z Compiling tokio v1.40.0
12942025-01-14T20:00:11.277Z Compiling indexmap v2.6.0
12952025-01-14T20:00:11.417Z Compiling http v1.1.0
12962025-01-14T20:00:12.271Z Compiling semver v1.0.23
12972025-01-14T20:00:12.507Z Compiling utf16_iter v1.0.5
12982025-01-14T20:00:12.712Z Compiling rustc_version v0.4.1
12992025-01-14T20:00:12.756Z Compiling num_threads v0.1.7
13002025-01-14T20:00:12.897Z Compiling atomic-waker v1.1.2
13012025-01-14T20:00:13.058Z Compiling utf8_iter v1.0.4
13022025-01-14T20:00:13.096Z Compiling icu_normalizer_data v1.5.0
13032025-01-14T20:00:13.212Z Compiling http-body v1.0.1
13042025-01-14T20:00:13.313Z Compiling icu_normalizer v1.5.0
13052025-01-14T20:00:13.495Z Compiling time v0.3.36
13062025-01-14T20:00:13.533Z Compiling scroll v0.12.0
13072025-01-14T20:00:13.582Z Compiling pkcs5 v0.7.1
13082025-01-14T20:00:13.970Z Compiling pest_generator v2.7.14
13092025-01-14T20:00:14.107Z Compiling form_urlencoded v1.2.1
13102025-01-14T20:00:14.142Z Compiling slog v2.7.0
13112025-01-14T20:00:14.436Z Compiling which v4.4.2
13122025-01-14T20:00:14.676Z Compiling try-lock v0.2.5
13132025-01-14T20:00:14.840Z Compiling want v0.3.1
13142025-01-14T20:00:15.137Z Compiling idna_adapter v1.2.0
13152025-01-14T20:00:15.165Z Compiling pkcs8 v0.10.2
13162025-01-14T20:00:15.380Z Compiling goblin v0.8.2
13172025-01-14T20:00:15.421Z Compiling uuid v1.11.0
13182025-01-14T20:00:15.734Z Compiling httpdate v1.0.3
13192025-01-14T20:00:15.895Z Compiling iana-time-zone v0.1.61
13202025-01-14T20:00:15.997Z Compiling pest_derive v2.7.14
13212025-01-14T20:00:16.208Z Compiling chrono v0.4.38
13222025-01-14T20:00:16.341Z Compiling idna v1.0.3
13232025-01-14T20:00:16.813Z Compiling dtrace-parser v0.2.0
13242025-01-14T20:00:17.745Z Compiling serde_spanned v0.6.8
13252025-01-14T20:00:17.994Z Compiling toml_datetime v0.6.8
13262025-01-14T20:00:18.244Z Compiling serde_tokenstream v0.2.2
13272025-01-14T20:00:18.535Z Compiling tower-service v0.3.3
13282025-01-14T20:00:18.672Z Compiling rustversion v1.0.17
13292025-01-14T20:00:18.876Z Compiling openssl v0.10.66
13302025-01-14T20:00:18.980Z Compiling foreign-types-shared v0.1.1
13312025-01-14T20:00:19.074Z Compiling match_cfg v0.1.0
13322025-01-14T20:00:19.096Z Compiling adler2 v2.0.0
13332025-01-14T20:00:19.173Z Compiling base64 v0.22.1
13342025-01-14T20:00:19.282Z Compiling miniz_oxide v0.8.0
13352025-01-14T20:00:19.307Z Compiling hostname v0.3.1
13362025-01-14T20:00:19.482Z Compiling foreign-types v0.3.2
13372025-01-14T20:00:19.562Z Compiling url v2.5.3
13382025-01-14T20:00:19.919Z Compiling tokio-util v0.7.12
13392025-01-14T20:00:20.049Z Compiling async-trait v0.1.83
13402025-01-14T20:00:20.811Z Compiling openssl-macros v0.1.1
13412025-01-14T20:00:21.005Z Compiling h2 v0.4.6
13422025-01-14T20:00:21.403Z Compiling dof v0.3.0
13432025-01-14T20:00:21.579Z Compiling serde_derive_internals v0.29.1
13442025-01-14T20:00:21.598Z Compiling dirs-sys-next v0.1.2
13452025-01-14T20:00:22.281Z Compiling usdt-impl v0.5.0
13462025-01-14T20:00:22.827Z Compiling data-encoding v2.6.0
13472025-01-14T20:00:23.635Z Compiling rustls v0.23.19
13482025-01-14T20:00:23.852Z Compiling schemars v0.8.21
13492025-01-14T20:00:23.917Z Compiling siphasher v0.3.11
13502025-01-14T20:00:24.176Z Compiling rustls v0.22.4
13512025-01-14T20:00:24.289Z Compiling syn v1.0.109
13522025-01-14T20:00:24.445Z Compiling native-tls v0.2.12
13532025-01-14T20:00:24.463Z Compiling schemars_derive v0.8.21
13542025-01-14T20:00:24.878Z Compiling dirs-next v2.0.0
13552025-01-14T20:00:25.269Z Compiling heapless v0.7.17
13562025-01-14T20:00:25.705Z Compiling http-body-util v0.1.2
13572025-01-14T20:00:26.019Z Compiling crossbeam-epoch v0.9.18
13582025-01-14T20:00:26.243Z Compiling signature v2.2.0
13592025-01-14T20:00:26.493Z Compiling sha1 v0.10.6
13602025-01-14T20:00:26.533Z Compiling bzip2-sys v0.1.11+1.0.8
13612025-01-14T20:00:26.816Z Compiling thread_local v1.1.8
13622025-01-14T20:00:26.924Z Compiling multer v3.1.0
13632025-01-14T20:00:26.946Z Compiling cookie v0.18.1
13642025-01-14T20:00:27.003Z Compiling encoding_rs v0.8.34
13652025-01-14T20:00:27.197Z Compiling signal-hook v0.3.17
13662025-01-14T20:00:27.229Z Compiling gimli v0.31.1
13672025-01-14T20:00:27.361Z Compiling ipnet v2.10.1
13682025-01-14T20:00:27.445Z Compiling openssl-probe v0.1.5
13692025-01-14T20:00:27.807Z Compiling mime v0.3.17
13702025-01-14T20:00:27.894Z Compiling dyn-clone v1.0.17
13712025-01-14T20:00:28.131Z Compiling hyper v1.5.0
13722025-01-14T20:00:28.430Z Compiling slog-async v2.8.0
13732025-01-14T20:00:28.643Z Compiling rayon-core v1.12.1
13742025-01-14T20:00:28.934Z Compiling unicode-properties v0.1.3
13752025-01-14T20:00:29.045Z Compiling toml_edit v0.22.22
13762025-01-14T20:00:29.359Z Compiling stringprep v0.1.5
13772025-01-14T20:00:30.636Z Compiling hyper-util v0.1.10
13782025-01-14T20:00:31.768Z Compiling addr2line v0.24.2
13792025-01-14T20:00:32.551Z Compiling crossbeam-deque v0.8.5
13802025-01-14T20:00:32.576Z Compiling usdt-attr-macro v0.5.0
13812025-01-14T20:00:32.887Z Compiling usdt-macro v0.5.0
13822025-01-14T20:00:33.861Z Compiling term v0.7.0
13832025-01-14T20:00:33.908Z Compiling slog-json v2.6.1
13842025-01-14T20:00:34.257Z Compiling serde_urlencoded v0.7.1
13852025-01-14T20:00:34.290Z Compiling curve25519-dalek v4.1.3
13862025-01-14T20:00:34.366Z Compiling crossbeam-channel v0.5.13
13872025-01-14T20:00:34.785Z Compiling futures-executor v0.3.31
13882025-01-14T20:00:34.915Z Compiling enum-as-inner v0.6.1
13892025-01-14T20:00:35.369Z Compiling md-5 v0.10.6
13902025-01-14T20:00:35.390Z Compiling async-stream-impl v0.3.6
13912025-01-14T20:00:35.525Z Compiling rustls-pemfile v2.2.0
13922025-01-14T20:00:35.640Z Compiling num-integer v0.1.46
13932025-01-14T20:00:35.848Z Compiling idna v0.4.0
13942025-01-14T20:00:36.026Z Compiling idna v0.3.0
13952025-01-14T20:00:36.048Z Compiling hash32 v0.2.1
13962025-01-14T20:00:36.405Z Compiling ff v0.13.0
13972025-01-14T20:00:36.408Z Compiling is-terminal v0.4.13
13982025-01-14T20:00:36.563Z Compiling dropshot v0.12.0
13992025-01-14T20:00:36.666Z Compiling object v0.36.5
14002025-01-14T20:00:36.810Z Compiling anyhow v1.0.93
14012025-01-14T20:00:36.839Z Compiling fallible-iterator v0.2.0
14022025-01-14T20:00:37.443Z Compiling linked-hash-map v0.5.6
14032025-01-14T20:00:37.488Z Compiling num-bigint-dig v0.8.4
14042025-01-14T20:00:37.559Z Compiling take_mut v0.2.2
14052025-01-14T20:00:37.578Z Compiling base16ct v0.2.0
14062025-01-14T20:00:37.735Z Compiling utf-8 v0.7.6
14072025-01-14T20:00:37.753Z Compiling portable-atomic v1.9.0
14082025-01-14T20:00:37.772Z Compiling quick-error v1.2.3
14092025-01-14T20:00:37.799Z Compiling psl-types v2.0.11
14102025-01-14T20:00:37.879Z Compiling rustc-demangle v0.1.24
14112025-01-14T20:00:37.917Z Compiling smoltcp v0.9.1
14122025-01-14T20:00:38.001Z Compiling publicsuffix v2.2.3
14132025-01-14T20:00:38.064Z Compiling tungstenite v0.24.0
14142025-01-14T20:00:38.254Z Compiling resolv-conf v0.7.0
14152025-01-14T20:00:38.743Z Compiling sec1 v0.7.3
14162025-01-14T20:00:38.891Z Compiling lru-cache v0.1.2
14172025-01-14T20:00:39.104Z Compiling postgres-protocol v0.6.7
14182025-01-14T20:00:39.420Z Compiling async-stream v0.3.6
14192025-01-14T20:00:39.483Z Compiling hickory-proto v0.24.1
14202025-01-14T20:00:39.730Z Compiling group v0.13.0
14212025-01-14T20:00:40.063Z Compiling slog-term v2.9.1
14222025-01-14T20:00:40.219Z Compiling usdt v0.5.0
14232025-01-14T20:00:40.518Z Compiling num-iter v0.1.45
14242025-01-14T20:00:40.701Z Compiling futures v0.3.31
14252025-01-14T20:00:40.829Z Compiling slog-bunyan v2.5.0
14262025-01-14T20:00:42.143Z Compiling toml v0.8.19
14272025-01-14T20:00:42.524Z Compiling tokio-native-tls v0.3.1
14282025-01-14T20:00:42.748Z Compiling camino v1.1.9
14292025-01-14T20:00:42.811Z Compiling phf_shared v0.11.2
14302025-01-14T20:00:42.832Z Compiling dropshot_endpoint v0.12.0
14312025-01-14T20:00:43.199Z Compiling terminal_size v0.4.0
14322025-01-14T20:00:43.433Z Compiling waitgroup v0.1.2
14332025-01-14T20:00:43.665Z Compiling openapiv3 v2.0.0
14342025-01-14T20:00:43.747Z Compiling serde_path_to_error v0.1.16
14352025-01-14T20:00:43.974Z Compiling hkdf v0.12.4
14362025-01-14T20:00:44.237Z Compiling backtrace v0.3.74
14372025-01-14T20:00:44.607Z Compiling crypto-bigint v0.5.5
14382025-01-14T20:00:44.899Z Compiling curve25519-dalek-derive v0.1.1
14392025-01-14T20:00:46.501Z Compiling zerocopy-derive v0.6.6
14402025-01-14T20:00:47.575Z Compiling webpki-roots v0.26.6
14412025-01-14T20:00:47.813Z Compiling idna v0.5.0
14422025-01-14T20:00:47.993Z Compiling hostname v0.4.0
14432025-01-14T20:00:48.212Z Compiling ahash v0.8.11
14442025-01-14T20:00:48.264Z Compiling crc32fast v1.4.2
14452025-01-14T20:00:48.334Z Compiling hubpack_derive v0.1.1
14462025-01-14T20:00:48.541Z Compiling fs-err v2.11.0
14472025-01-14T20:00:48.628Z Compiling newtype-uuid v1.1.3
14482025-01-14T20:00:48.800Z Compiling debug-ignore v1.0.5
14492025-01-14T20:00:48.820Z Compiling managed v0.8.0
14502025-01-14T20:00:48.887Z Compiling bitflags v1.3.2
14512025-01-14T20:00:48.962Z Compiling winnow v0.5.40
14522025-01-14T20:00:49.004Z Compiling console v0.15.8
14532025-01-14T20:00:49.250Z Compiling hubpack v0.1.2
14542025-01-14T20:00:49.502Z Compiling clap_builder v4.5.21
14552025-01-14T20:00:49.740Z Compiling strum_macros v0.25.3
14562025-01-14T20:00:50.500Z Compiling zerocopy v0.6.6
14572025-01-14T20:00:50.678Z Compiling cookie_store v0.21.0
14582025-01-14T20:00:50.956Z Compiling flate2 v1.0.34
14592025-01-14T20:00:51.349Z Compiling elliptic-curve v0.13.8
14602025-01-14T20:00:51.937Z Compiling hickory-resolver v0.24.1
14612025-01-14T20:00:52.312Z Compiling phf v0.11.2
14622025-01-14T20:00:52.614Z Compiling toml_edit v0.19.15
14632025-01-14T20:00:52.916Z Compiling hyper-tls v0.6.0
14642025-01-14T20:00:53.457Z Compiling signal-hook-mio v0.2.4
14652025-01-14T20:00:53.469Z Compiling rayon v1.10.0
14662025-01-14T20:00:53.469Z Compiling bzip2 v0.4.4
14672025-01-14T20:00:53.991Z Compiling postgres-types v0.2.8
14682025-01-14T20:00:55.550Z Compiling tokio-tungstenite v0.24.0
14692025-01-14T20:00:57.533Z Compiling ed25519 v2.2.3
14702025-01-14T20:00:58.276Z Compiling phf_shared v0.10.0
14712025-01-14T20:00:58.731Z Compiling tokio-stream v0.1.16
14722025-01-14T20:00:58.930Z Compiling pkcs1 v0.7.5
14732025-01-14T20:00:59.040Z Compiling serde-big-array v0.5.1
14742025-01-14T20:00:59.283Z Compiling clap_derive v4.5.18
14752025-01-14T20:00:59.490Z Compiling rfc6979 v0.4.0
14762025-01-14T20:00:59.691Z Compiling derive-where v1.2.7
14772025-01-14T20:00:59.810Z Compiling serde_repr v0.1.19
14782025-01-14T20:00:59.837Z Compiling float-cmp v0.9.0
14792025-01-14T20:00:59.944Z Compiling bstr v1.10.0
14802025-01-14T20:01:00.061Z Compiling sync_wrapper v1.0.1
14812025-01-14T20:01:00.223Z Compiling precomputed-hash v0.1.1
14822025-01-14T20:01:00.342Z Compiling fixedbitset v0.4.2
14832025-01-14T20:01:00.801Z Compiling unicode-segmentation v1.12.0
14842025-01-14T20:01:00.837Z Compiling static_assertions v1.1.0
14852025-01-14T20:01:00.941Z Compiling number_prefix v0.4.0
14862025-01-14T20:01:01.044Z Compiling unicode-width v0.2.0
14872025-01-14T20:01:01.162Z Compiling predicates-core v1.0.8
14882025-01-14T20:01:01.538Z Compiling difflib v0.4.0
14892025-01-14T20:01:01.583Z Compiling bit-vec v0.6.3
14902025-01-14T20:01:01.707Z Compiling whoami v1.5.2
14912025-01-14T20:01:01.782Z Compiling normalize-line-endings v0.3.0
14922025-01-14T20:01:01.919Z Compiling new_debug_unreachable v1.0.6
14932025-01-14T20:01:02.022Z Compiling string_cache v0.8.7
14942025-01-14T20:01:02.060Z Compiling tokio-postgres v0.7.12
14952025-01-14T20:01:02.353Z Compiling predicates v3.1.2
14962025-01-14T20:01:02.497Z Compiling bit-set v0.5.3
14972025-01-14T20:01:02.801Z Compiling indicatif v0.17.9
14982025-01-14T20:01:03.208Z Compiling similar v2.6.0
14992025-01-14T20:01:03.331Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15002025-01-14T20:01:04.141Z Compiling petgraph v0.6.5
15012025-01-14T20:01:04.420Z Compiling clap v4.5.21
15022025-01-14T20:01:04.541Z Compiling ecdsa v0.16.9
15032025-01-14T20:01:05.155Z Compiling rsa v0.9.6
15042025-01-14T20:01:05.432Z Compiling ed25519-dalek v2.1.1
15052025-01-14T20:01:05.766Z Compiling toml v0.7.8
15062025-01-14T20:01:06.773Z Compiling zip v0.6.6
15072025-01-14T20:01:07.586Z Compiling crossterm v0.28.1
15082025-01-14T20:01:08.471Z Compiling hex v0.4.3
15092025-01-14T20:01:08.709Z Compiling x509-cert v0.2.5
15102025-01-14T20:01:08.768Z Compiling itertools v0.10.5
15112025-01-14T20:01:09.099Z Compiling unicode-xid v0.2.6
15122025-01-14T20:01:09.162Z Compiling peg-runtime v0.8.3
15132025-01-14T20:01:09.279Z Compiling lalrpop-util v0.19.12
15142025-01-14T20:01:09.620Z Compiling strum_macros v0.26.4
15152025-01-14T20:01:09.814Z Compiling xattr v1.3.1
15162025-01-14T20:01:10.088Z Compiling filetime v0.2.25
15172025-01-14T20:01:10.418Z Compiling tar v0.4.42
15182025-01-14T20:01:14.883Z Compiling strum v0.26.3
15192025-01-14T20:01:17.521Z Compiling aws-lc-sys v0.22.0
15202025-01-14T20:01:45.777Z Compiling rustls-webpki v0.102.8
15212025-01-14T20:01:49.259Z Compiling tokio-rustls v0.25.0
15222025-01-14T20:01:50.835Z Compiling tokio-rustls v0.26.0
15232025-01-14T20:01:51.121Z Compiling hyper-rustls v0.27.3
15242025-01-14T20:01:51.525Z Compiling reqwest v0.12.9
15252025-01-14T20:01:53.035Z Compiling qorb v0.2.1
15262025-01-14T20:01:57.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15272025-01-14T20:01:57.849Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15282025-01-14T20:02:03.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15292025-01-14T20:02:04.006Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15302025-01-14T20:02:04.057ZJan 14 20:02:02.862 INFO Starting download, target: Clickhouse
15312025-01-14T20:02:04.057ZJan 14 20:02:02.863 INFO Starting download, target: Cockroach
15322025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Starting download, target: Console
15332025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Starting download, target: DendriteOpenapi
15342025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Starting download, target: DendriteStub
15352025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Starting download, target: MaghemiteMgd
15362025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Starting download, target: TransceiverControl
15372025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15382025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15392025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15402025-01-14T20:02:04.060ZJan 14 20:02:02.863 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15412025-01-14T20:02:04.060ZJan 14 20:02:02.864 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15422025-01-14T20:02:04.060ZJan 14 20:02:02.864 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15432025-01-14T20:02:04.060ZJan 14 20:02:02.864 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15442025-01-14T20:02:04.228ZJan 14 20:02:03.016 INFO Download complete, target: DendriteOpenapi
15452025-01-14T20:02:04.457ZJan 14 20:02:03.211 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15462025-01-14T20:02:04.584ZJan 14 20:02:03.342 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15472025-01-14T20:02:04.769ZJan 14 20:02:03.555 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15482025-01-14T20:02:04.882ZJan 14 20:02:03.677 INFO Download complete, target: Console
15492025-01-14T20:02:05.048ZJan 14 20:02:03.848 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15502025-01-14T20:02:05.097ZJan 14 20:02:03.895 INFO Download complete, target: TransceiverControl
15512025-01-14T20:02:05.728ZJan 14 20:02:04.531 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15522025-01-14T20:02:05.728ZJan 14 20:02:04.531 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15532025-01-14T20:02:06.004ZJan 14 20:02:04.810 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15542025-01-14T20:02:07.667ZJan 14 20:02:06.473 INFO Download complete, target: DendriteStub
15552025-01-14T20:02:08.029ZJan 14 20:02:06.835 INFO Download complete, target: MaghemiteMgd
15562025-01-14T20:02:13.299ZJan 14 20:02:12.105 INFO Checking that binary works, target: Cockroach
15572025-01-14T20:02:13.458ZJan 14 20:02:12.264 INFO Download complete, target: Cockroach
15582025-01-14T20:02:18.684ZJan 14 20:02:17.490 INFO Checking that binary works, target: Clickhouse
15592025-01-14T20:02:18.800ZJan 14 20:02:17.606 INFO Download complete, target: Clickhouse
15602025-01-14T20:02:18.807ZAll prerequisites installed successfully
15612025-01-14T20:02:18.809Z
15622025-01-14T20:02:18.809Zreal 4:52.762457840
15632025-01-14T20:02:18.809Zuser 16:46.687884027
15642025-01-14T20:02:18.809Zsys 3:16.721252187
15652025-01-14T20:02:18.809Ztrap 0.564864125
15662025-01-14T20:02:18.809Ztflt 1.674484429
15672025-01-14T20:02:18.809Zdflt 2.403927557
15682025-01-14T20:02:18.810Zkflt 0.030099721
15692025-01-14T20:02:18.810Zlock 30:00.024275405
15702025-01-14T20:02:18.810Zslp 1:02:13.579171760
15712025-01-14T20:02:18.810Zlat 56.415197168
15722025-01-14T20:02:18.810Zstop 2:24.046686611
15732025-01-14T20:02:18.810Z+ ptime -m cargo xtask download softnpu
15742025-01-14T20:02:19.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15752025-01-14T20:02:19.362Z Running `target/debug/xtask download softnpu`
15762025-01-14T20:02:20.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
15772025-01-14T20:02:20.270Z Running `target/debug/xtask-downloader softnpu`
15782025-01-14T20:02:20.309ZJan 14 20:02:19.115 INFO Starting download, target: Softnpu
15792025-01-14T20:02:20.311ZJan 14 20:02:19.115 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15802025-01-14T20:02:20.898ZJan 14 20:02:19.704 INFO Download complete, target: Softnpu
15812025-01-14T20:02:20.902Z
15822025-01-14T20:02:20.904Zreal 2.088055002
15832025-01-14T20:02:20.904Zuser 1.289554023
15842025-01-14T20:02:20.904Zsys 0.546331893
15852025-01-14T20:02:20.905Ztrap 0.001043042
15862025-01-14T20:02:20.905Ztflt 0.000017710
15872025-01-14T20:02:20.905Zdflt 0.000027231
15882025-01-14T20:02:20.905Zkflt 0.000000000
15892025-01-14T20:02:20.905Zlock 6.083214157
15902025-01-14T20:02:20.905Zslp 0.416201212
15912025-01-14T20:02:20.905Zlat 0.066561000
15922025-01-14T20:02:20.905Zstop 0.000174753
15932025-01-14T20:02:20.905Z+ export CARGO_INCREMENTAL=0
15942025-01-14T20:02:20.905Z+ CARGO_INCREMENTAL=0
15952025-01-14T20:02:20.905Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
15962025-01-14T20:02:21.878Z Compiling proc-macro2 v1.0.89
15972025-01-14T20:02:21.878Z Compiling unicode-ident v1.0.13
15982025-01-14T20:02:21.880Z Compiling libc v0.2.162
15992025-01-14T20:02:21.880Z Compiling serde v1.0.215
16002025-01-14T20:02:21.880Z Compiling autocfg v1.4.0
16012025-01-14T20:02:21.880Z Compiling version_check v0.9.5
16022025-01-14T20:02:21.880Z Compiling cfg-if v1.0.0
16032025-01-14T20:02:22.125Z Compiling memchr v2.7.4
16042025-01-14T20:02:22.164Z Compiling typenum v1.17.0
16052025-01-14T20:02:22.207Z Compiling shlex v1.3.0
16062025-01-14T20:02:22.622Z Compiling value-bag v1.9.0
16072025-01-14T20:02:22.671Z Compiling generic-array v0.14.7
16082025-01-14T20:02:22.915Z Compiling lock_api v0.4.12
16092025-01-14T20:02:22.988Z Compiling scopeguard v1.2.0
16102025-01-14T20:02:23.145Z Compiling log v0.4.22
16112025-01-14T20:02:23.215Z Compiling parking_lot_core v0.9.10
16122025-01-14T20:02:23.583Z Compiling serde_json v1.0.133
16132025-01-14T20:02:23.617Z Compiling once_cell v1.20.2
16142025-01-14T20:02:23.838Z Compiling quote v1.0.37
16152025-01-14T20:02:23.887Z Compiling libm v0.2.8
16162025-01-14T20:02:23.958Z Compiling rustix v0.38.37
16172025-01-14T20:02:24.013Z Compiling jobserver v0.1.32
16182025-01-14T20:02:24.204Z Compiling syn v2.0.87
16192025-01-14T20:02:24.261Z Compiling getrandom v0.2.15
16202025-01-14T20:02:24.465Z Compiling cc v1.1.30
16212025-01-14T20:02:24.609Z Compiling num-traits v0.2.19
16222025-01-14T20:02:24.611Z Compiling thiserror v1.0.69
16232025-01-14T20:02:24.611Z Compiling aho-corasick v1.1.3
16242025-01-14T20:02:24.765Z Compiling regex-syntax v0.8.5
16252025-01-14T20:02:24.785Z Compiling either v1.13.0
16262025-01-14T20:02:24.898Z Compiling itoa v1.0.11
16272025-01-14T20:02:25.107Z Compiling spin v0.9.8
16282025-01-14T20:02:25.355Z Compiling slab v0.4.9
16292025-01-14T20:02:25.491Z Compiling byteorder v1.5.0
16302025-01-14T20:02:25.690Z Compiling errno v0.3.9
16312025-01-14T20:02:25.918Z Compiling rand_core v0.6.4
16322025-01-14T20:02:26.055Z Compiling lazy_static v1.5.0
16332025-01-14T20:02:26.177Z Compiling glob v0.3.1
16342025-01-14T20:02:26.651Z Compiling prettyplease v0.2.25
16352025-01-14T20:02:26.983Z Compiling clang-sys v1.8.1
16362025-01-14T20:02:27.217Z Compiling minimal-lexical v0.2.1
16372025-01-14T20:02:27.352Z Compiling libloading v0.8.5
16382025-01-14T20:02:27.655Z Compiling nom v7.1.3
16392025-01-14T20:02:27.702Z Compiling home v0.5.9
16402025-01-14T20:02:27.724Z Compiling subtle v2.6.1
16412025-01-14T20:02:28.440Z Compiling allocator-api2 v0.2.18
16422025-01-14T20:02:28.448Z Compiling bindgen v0.69.5
16432025-01-14T20:02:28.448Z Compiling regex-automata v0.4.8
16442025-01-14T20:02:28.548Z Compiling itertools v0.12.1
16452025-01-14T20:02:28.945Z Compiling lazycell v1.3.0
16462025-01-14T20:02:29.048Z Compiling semver v1.0.23
16472025-01-14T20:02:29.111Z Compiling smallvec v1.13.2
16482025-01-14T20:02:29.514Z Compiling rustc-hash v1.1.0
16492025-01-14T20:02:29.677Z Compiling cmake v0.1.51
16502025-01-14T20:02:30.625Z Compiling dunce v1.0.5
16512025-01-14T20:02:30.767Z Compiling fs_extra v1.3.0
16522025-01-14T20:02:31.115Z Compiling cexpr v0.6.0
16532025-01-14T20:02:31.168Z Compiling pkg-config v0.3.31
16542025-01-14T20:02:31.308Z Compiling ryu v1.0.18
16552025-01-14T20:02:31.606Z Compiling ring v0.17.8
16562025-01-14T20:02:31.643Z Compiling pin-project-lite v0.2.14
16572025-01-14T20:02:31.803Z Compiling schemars v0.8.21
16582025-01-14T20:02:31.826Z Compiling const-oid v0.9.6
16592025-01-14T20:02:32.130Z Compiling synstructure v0.13.1
16602025-01-14T20:02:32.643Z Compiling fnv v1.0.7
16612025-01-14T20:02:32.798Z Compiling paste v1.0.15
16622025-01-14T20:02:33.013Z Compiling serde_derive_internals v0.29.1
16632025-01-14T20:02:33.417Z Compiling aws-lc-rs v1.10.0
16642025-01-14T20:02:33.595Z Compiling foldhash v0.1.3
16652025-01-14T20:02:33.795Z Compiling regex v1.11.1
16662025-01-14T20:02:33.843Z Compiling equivalent v1.0.1
16672025-01-14T20:02:33.881Z Compiling httparse v1.9.5
16682025-01-14T20:02:34.528Z Compiling hashbrown v0.15.1
16692025-01-14T20:02:34.858Z Compiling heck v0.5.0
16702025-01-14T20:02:35.288Z Compiling signal-hook-registry v1.4.2
16712025-01-14T20:02:35.553Z Compiling parking_lot v0.12.3
16722025-01-14T20:02:35.961Z Compiling mio v1.0.2
16732025-01-14T20:02:37.483Z Compiling serde_derive v1.0.215
16742025-01-14T20:02:37.533Z Compiling zeroize_derive v1.4.2
16752025-01-14T20:02:37.573Z Compiling zerocopy-derive v0.7.35
16762025-01-14T20:02:37.658Z Compiling thiserror-impl v1.0.69
16772025-01-14T20:02:38.673Z Compiling tokio-macros v2.4.0
16782025-01-14T20:02:38.773Z Compiling zerofrom-derive v0.1.4
16792025-01-14T20:02:38.973Z Compiling zeroize v1.8.1
16802025-01-14T20:02:39.331Z Compiling yoke-derive v0.7.4
16812025-01-14T20:02:39.614Z Compiling futures-macro v0.3.31
16822025-01-14T20:02:39.633Z Compiling zerovec-derive v0.10.3
16832025-01-14T20:02:40.153Z Compiling zerocopy v0.7.35
16842025-01-14T20:02:40.512Z Compiling displaydoc v0.2.5
16852025-01-14T20:02:41.367Z Compiling crypto-common v0.1.6
16862025-01-14T20:02:41.733Z Compiling tracing-attributes v0.1.27
16872025-01-14T20:02:41.830Z Compiling icu_provider_macros v1.5.0
16882025-01-14T20:02:42.014Z Compiling schemars_derive v0.8.21
16892025-01-14T20:02:42.035Z Compiling block-buffer v0.10.4
16902025-01-14T20:02:42.268Z Compiling digest v0.10.7
16912025-01-14T20:02:42.288Z Compiling crossbeam-utils v0.8.20
16922025-01-14T20:02:42.496Z Compiling stable_deref_trait v1.2.0
16932025-01-14T20:02:42.716Z Compiling der_derive v0.7.3
16942025-01-14T20:02:42.853Z Compiling socket2 v0.5.7
16952025-01-14T20:02:42.920Z Compiling time-core v0.1.2
16962025-01-14T20:02:42.923Z Compiling futures-core v0.3.31
16972025-01-14T20:02:43.105Z Compiling num-conv v0.1.0
16982025-01-14T20:02:43.408Z Compiling time-macros v0.2.18
16992025-01-14T20:02:44.548Z Compiling vcpkg v0.2.15
17002025-01-14T20:02:45.413Z Compiling syn v1.0.109
17012025-01-14T20:02:46.149Z Compiling openssl-sys v0.9.103
17022025-01-14T20:02:46.296Z Compiling cpufeatures v0.2.14
17032025-01-14T20:02:46.402Z Compiling futures-sink v0.3.31
17042025-01-14T20:02:46.561Z Compiling slog v2.7.0
17052025-01-14T20:02:46.774Z Compiling ahash v0.8.11
17062025-01-14T20:02:47.090Z Compiling iana-time-zone v0.1.61
17072025-01-14T20:02:47.223Z Compiling zerofrom v0.1.4
17082025-01-14T20:02:47.450Z Compiling scroll_derive v0.12.0
17092025-01-14T20:02:47.477Z Compiling ucd-trie v0.1.7
17102025-01-14T20:02:47.664Z Compiling yoke v0.7.4
17112025-01-14T20:02:47.953Z Compiling pest v2.7.14
17122025-01-14T20:02:47.992Z Compiling futures-channel v0.3.31
17132025-01-14T20:02:48.425Z Compiling hmac v0.12.1
17142025-01-14T20:02:48.675Z Compiling futures-io v0.3.31
17152025-01-14T20:02:48.818Z Compiling pin-utils v0.1.0
17162025-01-14T20:02:48.965Z Compiling futures-task v0.3.31
17172025-01-14T20:02:49.201Z Compiling openssl v0.10.66
17182025-01-14T20:02:49.404Z Compiling futures-util v0.3.31
17192025-01-14T20:02:49.611Z Compiling zerovec v0.10.4
17202025-01-14T20:02:49.736Z Compiling block-padding v0.3.3
17212025-01-14T20:02:49.969Z Compiling tinyvec_macros v0.1.1
17222025-01-14T20:02:50.211Z Compiling tinyvec v1.8.0
17232025-01-14T20:02:50.953Z Compiling bitflags v2.6.0
17242025-01-14T20:02:51.172Z Compiling bytes v1.8.0
17252025-01-14T20:02:52.891Z Compiling indexmap v2.6.0
17262025-01-14T20:02:53.080Z Compiling tokio v1.40.0
17272025-01-14T20:02:54.661Z Compiling serde_tokenstream v0.2.2
17282025-01-14T20:02:55.267Z Compiling uuid v1.11.0
17292025-01-14T20:02:55.583Z Compiling which v4.4.2
17302025-01-14T20:02:56.409Z Compiling http v1.1.0
17312025-01-14T20:02:56.451Z Compiling chrono v0.4.38
17322025-01-14T20:02:56.520Z Compiling rustc_version v0.4.1
17332025-01-14T20:02:59.159Z Compiling pest_meta v2.7.14
17342025-01-14T20:02:59.811Z Compiling toml_datetime v0.6.8
17352025-01-14T20:03:00.286Z Compiling serde_spanned v0.6.8
17362025-01-14T20:03:00.526Z Compiling pest_generator v2.7.14
17372025-01-14T20:03:02.223Z Compiling inout v0.1.3
17382025-01-14T20:03:02.471Z Compiling openssl-macros v0.1.1
17392025-01-14T20:03:03.242Z Compiling dyn-clone v1.0.17
17402025-01-14T20:03:03.265Z Compiling native-tls v0.2.12
17412025-01-14T20:03:03.584Z Compiling strsim v0.11.1
17422025-01-14T20:03:03.603Z Compiling rustls v0.23.19
17432025-01-14T20:03:04.331Z Compiling pest_derive v2.7.14
17442025-01-14T20:03:04.888Z Compiling cipher v0.4.4
17452025-01-14T20:03:05.110Z Compiling unicode-normalization v0.1.24
17462025-01-14T20:03:05.366Z Compiling tinystr v0.7.6
17472025-01-14T20:03:05.389Z Compiling sha2 v0.10.8
17482025-01-14T20:03:05.646Z Compiling tracing-core v0.1.32
17492025-01-14T20:03:05.802Z Compiling usdt-impl v0.5.0
17502025-01-14T20:03:06.148Z Compiling base64ct v1.6.0
17512025-01-14T20:03:06.169Z Compiling litemap v0.7.3
17522025-01-14T20:03:06.189Z Compiling unicode-bidi v0.3.17
17532025-01-14T20:03:06.562Z Compiling writeable v0.5.5
17542025-01-14T20:03:06.910Z Compiling icu_locid v1.5.0
17552025-01-14T20:03:07.430Z Compiling pem-rfc7468 v0.7.0
17562025-01-14T20:03:07.929Z Compiling tracing v0.1.40
17572025-01-14T20:03:08.627Z Compiling scroll v0.12.0
17582025-01-14T20:03:08.848Z Compiling ppv-lite86 v0.2.20
17592025-01-14T20:03:09.120Z Compiling async-trait v0.1.83
17602025-01-14T20:03:09.769Z Compiling cookie v0.18.1
17612025-01-14T20:03:09.985Z Compiling aws-lc-sys v0.22.0
17622025-01-14T20:03:10.043Z Compiling plain v0.2.3
17632025-01-14T20:03:10.197Z Compiling flagset v0.4.6
17642025-01-14T20:03:10.400Z Compiling camino v1.1.9
17652025-01-14T20:03:11.338Z Compiling anyhow v1.0.93
17662025-01-14T20:03:12.442Z Compiling der v0.7.9
17672025-01-14T20:03:14.198Z Compiling goblin v0.8.2
17682025-01-14T20:03:14.942Z Compiling rand_chacha v0.3.1
17692025-01-14T20:03:15.976Z Compiling icu_provider v1.5.0
17702025-01-14T20:03:16.864Z Compiling pretty-hex v0.4.1
17712025-01-14T20:03:17.079Z Compiling icu_locid_transform_data v1.5.0
17722025-01-14T20:03:17.177Z Compiling rustls v0.22.4
17732025-01-14T20:03:17.455Z Compiling rustls-pki-types v1.10.0
17742025-01-14T20:03:17.798Z Compiling percent-encoding v2.3.1
17752025-01-14T20:03:18.453Z Compiling rayon-core v1.12.1
17762025-01-14T20:03:18.890Z Compiling icu_locid_transform v1.5.0
17772025-01-14T20:03:19.709Z Compiling dof v0.3.0
17782025-01-14T20:03:20.319Z Compiling rand v0.8.5
17792025-01-14T20:03:20.342Z Compiling spki v0.7.3
17802025-01-14T20:03:21.276Z Compiling salsa20 v0.10.2
17812025-01-14T20:03:21.456Z Compiling dtrace-parser v0.2.0
17822025-01-14T20:03:21.495Z Compiling tokio-util v0.7.12
17832025-01-14T20:03:22.290Z Compiling icu_collections v1.5.0
17842025-01-14T20:03:22.806Z Compiling pbkdf2 v0.12.2
17852025-01-14T20:03:22.996Z Compiling thread-id v4.2.2
17862025-01-14T20:03:23.122Z Compiling winnow v0.5.40
17872025-01-14T20:03:23.205Z Compiling mirai-annotations v1.12.0
17882025-01-14T20:03:23.235Z Compiling powerfmt v0.2.0
17892025-01-14T20:03:23.616Z Compiling icu_properties_data v1.5.0
17902025-01-14T20:03:23.657Z Compiling untrusted v0.7.1
17912025-01-14T20:03:23.746Z Compiling untrusted v0.9.0
17922025-01-14T20:03:23.979Z Compiling icu_properties v1.5.1
17932025-01-14T20:03:24.049Z Compiling deranged v0.3.11
17942025-01-14T20:03:27.097Z Compiling toml_edit v0.19.15
17952025-01-14T20:03:28.682Z Compiling scrypt v0.11.0
17962025-01-14T20:03:28.914Z Compiling cbc v0.1.2
17972025-01-14T20:03:29.144Z Compiling aes v0.8.4
17982025-01-14T20:03:30.387Z Compiling multer v3.1.0
17992025-01-14T20:03:30.683Z Compiling atomic-waker v1.1.2
18002025-01-14T20:03:30.878Z Compiling write16 v1.0.0
18012025-01-14T20:03:31.320Z Compiling num_threads v0.1.7
18022025-01-14T20:03:31.451Z Compiling slog-async v2.8.0
18032025-01-14T20:03:31.559Z Compiling icu_normalizer_data v1.5.0
18042025-01-14T20:03:31.667Z Compiling utf8_iter v1.0.4
18052025-01-14T20:03:31.687Z Compiling utf16_iter v1.0.5
18062025-01-14T20:03:31.873Z Compiling rustversion v1.0.17
18072025-01-14T20:03:32.040Z Compiling time v0.3.36
18082025-01-14T20:03:32.563Z Compiling icu_normalizer v1.5.0
18092025-01-14T20:03:32.816Z Compiling pkcs5 v0.7.1
18102025-01-14T20:03:34.261Z Compiling form_urlencoded v1.2.1
18112025-01-14T20:03:34.545Z Compiling http-body v1.0.1
18122025-01-14T20:03:34.998Z Compiling heapless v0.7.17
18132025-01-14T20:03:35.175Z Compiling bzip2-sys v0.1.11+1.0.8
18142025-01-14T20:03:35.694Z Compiling signal-hook v0.3.17
18152025-01-14T20:03:35.922Z Compiling try-lock v0.2.5
18162025-01-14T20:03:36.653Z Compiling want v0.3.1
18172025-01-14T20:03:38.200Z Compiling idna_adapter v1.2.0
18182025-01-14T20:03:38.430Z Compiling pkcs8 v0.10.2
18192025-01-14T20:03:38.996Z Compiling h2 v0.4.6
18202025-01-14T20:03:39.713Z Compiling usdt-macro v0.5.0
18212025-01-14T20:03:41.049Z Compiling usdt-attr-macro v0.5.0
18222025-01-14T20:03:41.302Z Compiling async-stream-impl v0.3.6
18232025-01-14T20:03:41.331Z Compiling adler2 v2.0.0
18242025-01-14T20:03:41.862Z Compiling httpdate v1.0.3
18252025-01-14T20:03:42.558Z Compiling miniz_oxide v0.8.0
18262025-01-14T20:03:43.789Z Compiling idna v1.0.3
18272025-01-14T20:03:45.290Z Compiling curve25519-dalek v4.1.3
18282025-01-14T20:03:45.691Z Compiling openapiv3 v2.0.0
18292025-01-14T20:03:45.808Z Compiling enum-as-inner v0.6.1
18302025-01-14T20:03:46.839Z Compiling hyper v1.5.0
18312025-01-14T20:03:49.157Z Compiling dropshot v0.12.0
18322025-01-14T20:03:49.460Z Compiling smoltcp v0.9.1
18332025-01-14T20:03:49.925Z Compiling base64 v0.22.1
18342025-01-14T20:03:50.007Z Compiling portable-atomic v1.9.0
18352025-01-14T20:03:50.057Z Compiling newtype-uuid v1.1.3
18362025-01-14T20:03:50.609Z Compiling tower-service v0.3.3
18372025-01-14T20:03:50.749Z Compiling foreign-types-shared v0.1.1
18382025-01-14T20:03:50.896Z Compiling num-bigint-dig v0.8.4
18392025-01-14T20:03:51.042Z Compiling match_cfg v0.1.0
18402025-01-14T20:03:51.140Z Compiling hyper-util v0.1.10
18412025-01-14T20:03:51.160Z Compiling hostname v0.3.1
18422025-01-14T20:03:51.179Z Compiling foreign-types v0.3.2
18432025-01-14T20:03:57.875Z Compiling url v2.5.3
18442025-01-14T20:03:59.437Z Compiling dirs-sys-next v0.1.2
18452025-01-14T20:03:59.512Z Compiling siphasher v0.3.11
18462025-01-14T20:03:59.645Z Compiling data-encoding v2.6.0
18472025-01-14T20:03:59.803Z Compiling gimli v0.31.1
18482025-01-14T20:03:59.863Z Compiling heck v0.4.1
18492025-01-14T20:03:59.910Z Compiling ident_case v1.0.1
18502025-01-14T20:04:00.035Z Compiling dirs-next v2.0.0
18512025-01-14T20:04:00.101Z Compiling darling_core v0.20.10
18522025-01-14T20:04:02.878Z Compiling http-body-util v0.1.2
18532025-01-14T20:04:06.404Z Compiling addr2line v0.24.2
18542025-01-14T20:04:06.653Z Compiling crossbeam-epoch v0.9.18
18552025-01-14T20:04:06.780Z Compiling hubpack_derive v0.1.1
18562025-01-14T20:04:06.823Z Compiling dropshot_endpoint v0.12.0
18572025-01-14T20:04:07.363Z Compiling sha1 v0.10.6
18582025-01-14T20:04:07.391Z Compiling signature v2.2.0
18592025-01-14T20:04:07.624Z Compiling curve25519-dalek-derive v0.1.1
18602025-01-14T20:04:07.650Z Compiling zerocopy-derive v0.6.6
18612025-01-14T20:04:07.836Z Compiling object v0.36.5
18622025-01-14T20:04:09.018Z Compiling thread_local v1.1.8
18632025-01-14T20:04:09.508Z Compiling fs-err v2.11.0
18642025-01-14T20:04:09.579Z Compiling encoding_rs v0.8.34
18652025-01-14T20:04:10.989Z Compiling openssl-probe v0.1.5
18662025-01-14T20:04:11.311Z Compiling utf8parse v0.2.2
18672025-01-14T20:04:11.481Z Compiling rustc-demangle v0.1.24
18682025-01-14T20:04:13.319Z Compiling winnow v0.6.20
18692025-01-14T20:04:13.769Z Compiling anstyle v1.0.10
18702025-01-14T20:04:17.119Z Compiling mime v0.3.17
18712025-01-14T20:04:17.655Z Compiling unicode-properties v0.1.3
18722025-01-14T20:04:18.073Z Compiling ipnet v2.10.1
18732025-01-14T20:04:19.347Z Compiling stringprep v0.1.5
18742025-01-14T20:04:19.812Z Compiling toml_edit v0.22.22
18752025-01-14T20:04:20.320Z Compiling backtrace v0.3.74
18762025-01-14T20:04:20.418Z Compiling anstyle-parse v0.2.5
18772025-01-14T20:04:23.535Z Compiling crossbeam-deque v0.8.5
18782025-01-14T20:04:25.289Z Compiling rustls-webpki v0.102.8
18792025-01-14T20:04:27.206Z Compiling darling_macro v0.20.10
18802025-01-14T20:04:31.335Z Compiling term v0.7.0
18812025-01-14T20:04:32.609Z Compiling slog-json v2.6.1
18822025-01-14T20:04:34.762Z Compiling serde_urlencoded v0.7.1
18832025-01-14T20:04:35.529Z Compiling crossbeam-channel v0.5.13
18842025-01-14T20:04:35.665Z Compiling rustls-pemfile v2.2.0
18852025-01-14T20:04:36.036Z Compiling hashbrown v0.14.5
18862025-01-14T20:04:36.604Z Compiling idna v0.4.0
18872025-01-14T20:04:36.663Z Compiling idna v0.3.0
18882025-01-14T20:04:37.386Z Compiling futures-executor v0.3.31
18892025-01-14T20:04:38.147Z Compiling num-integer v0.1.46
18902025-01-14T20:04:38.304Z Compiling md-5 v0.10.6
18912025-01-14T20:04:38.557Z Compiling ff v0.13.0
18922025-01-14T20:04:38.609Z Compiling hash32 v0.2.1
18932025-01-14T20:04:38.799Z Compiling memmap v0.7.0
18942025-01-14T20:04:38.856Z Compiling is-terminal v0.4.13
18952025-01-14T20:04:39.103Z Compiling linked-hash-map v0.5.6
18962025-01-14T20:04:39.477Z Compiling base16ct v0.2.0
18972025-01-14T20:04:39.780Z Compiling psl-types v2.0.11
18982025-01-14T20:04:39.994Z Compiling is_terminal_polyfill v1.70.1
18992025-01-14T20:04:39.994Z Compiling take_mut v0.2.2
19002025-01-14T20:04:40.134Z Compiling colorchoice v1.0.2
19012025-01-14T20:04:40.148Z Compiling anstyle-query v1.1.1
19022025-01-14T20:04:40.294Z Compiling utf-8 v0.7.6
19032025-01-14T20:04:40.313Z Compiling quick-error v1.2.3
19042025-01-14T20:04:40.471Z Compiling fallible-iterator v0.2.0
19052025-01-14T20:04:41.235Z Compiling postgres-protocol v0.6.7
19062025-01-14T20:04:41.470Z Compiling tungstenite v0.24.0
19072025-01-14T20:04:42.467Z Compiling resolv-conf v0.7.0
19082025-01-14T20:04:43.163Z Compiling anstream v0.6.15
19092025-01-14T20:04:43.854Z Compiling publicsuffix v2.2.3
19102025-01-14T20:04:43.906Z Compiling sec1 v0.7.3
19112025-01-14T20:04:44.097Z Compiling lru-cache v0.1.2
19122025-01-14T20:04:44.306Z Compiling usdt v0.5.0
19132025-01-14T20:04:44.625Z Compiling slog-term v2.9.1
19142025-01-14T20:04:44.778Z Compiling group v0.13.0
19152025-01-14T20:04:45.074Z Compiling num-iter v0.1.45
19162025-01-14T20:04:45.210Z Compiling futures v0.3.31
19172025-01-14T20:04:45.279Z Compiling hickory-proto v0.24.1
19182025-01-14T20:04:45.326Z Compiling regress v0.10.1
19192025-01-14T20:04:48.790Z Compiling tokio-rustls v0.26.0
19202025-01-14T20:04:49.098Z Compiling slog-bunyan v2.5.0
19212025-01-14T20:04:49.258Z Compiling tokio-rustls v0.25.0
19222025-01-14T20:04:49.309Z Compiling darling v0.20.10
19232025-01-14T20:04:49.575Z Compiling toml v0.8.19
19242025-01-14T20:04:49.643Z Compiling tokio-native-tls v0.3.1
19252025-01-14T20:04:49.699Z Compiling strum_macros v0.25.3
19262025-01-14T20:04:49.930Z Compiling phf_shared v0.11.2
19272025-01-14T20:04:50.328Z Compiling async-stream v0.3.6
19282025-01-14T20:04:50.360Z Compiling waitgroup v0.1.2
19292025-01-14T20:04:51.069Z Compiling webpki-roots v0.26.6
19302025-01-14T20:04:51.114Z Compiling idna v0.5.0
19312025-01-14T20:04:51.120Z Compiling terminal_size v0.4.0
19322025-01-14T20:04:51.332Z Compiling serde_path_to_error v0.1.16
19332025-01-14T20:04:52.161Z Compiling hkdf v0.12.4
19342025-01-14T20:04:52.528Z Compiling crypto-bigint v0.5.5
19352025-01-14T20:04:52.528Z Compiling clap_derive v4.5.18
19362025-01-14T20:04:52.563Z Compiling serde_repr v0.1.19
19372025-01-14T20:04:53.256Z Compiling derive-where v1.2.7
19382025-01-14T20:04:53.640Z Compiling hostname v0.4.0
19392025-01-14T20:04:53.867Z Compiling crc32fast v1.4.2
19402025-01-14T20:04:54.191Z Compiling debug-ignore v1.0.5
19412025-01-14T20:04:54.505Z Compiling bitflags v1.3.2
19422025-01-14T20:04:54.531Z Compiling clap_lex v0.7.2
19432025-01-14T20:04:54.966Z Compiling managed v0.8.0
19442025-01-14T20:04:55.917Z Compiling unicode-width v0.1.14
19452025-01-14T20:04:56.317Z Compiling elliptic-curve v0.13.8
19462025-01-14T20:04:56.412Z Compiling console v0.15.8
19472025-01-14T20:04:57.136Z Compiling clap_builder v4.5.21
19482025-01-14T20:04:58.451Z Compiling flate2 v1.0.34
19492025-01-14T20:04:59.235Z Compiling cookie_store v0.21.0
19502025-01-14T20:05:02.887Z Compiling hickory-resolver v0.24.1
19512025-01-14T20:05:03.816Z Compiling hyper-rustls v0.27.3
19522025-01-14T20:05:04.548Z Compiling phf v0.11.2
19532025-01-14T20:05:05.672Z Compiling hyper-tls v0.6.0
19542025-01-14T20:05:06.051Z Compiling signal-hook-mio v0.2.4
19552025-01-14T20:05:06.073Z Compiling typify-impl v0.2.0
19562025-01-14T20:05:06.243Z Compiling bzip2 v0.4.4
19572025-01-14T20:05:06.338Z Compiling rayon v1.10.0
19582025-01-14T20:05:06.918Z Compiling tokio-tungstenite v0.24.0
19592025-01-14T20:05:07.010Z Compiling postgres-types v0.2.8
19602025-01-14T20:05:07.654Z Compiling zerocopy v0.6.6
19612025-01-14T20:05:08.385Z Compiling hubpack v0.1.2
19622025-01-14T20:05:08.421Z Compiling ed25519 v2.2.3
19632025-01-14T20:05:08.508Z Compiling phf_shared v0.10.0
19642025-01-14T20:05:08.571Z Compiling pkcs1 v0.7.5
19652025-01-14T20:05:09.082Z Compiling tokio-stream v0.1.16
19662025-01-14T20:05:09.876Z Compiling ipnetwork v0.20.0
19672025-01-14T20:05:10.037Z Compiling serde-big-array v0.5.1
19682025-01-14T20:05:10.283Z Compiling rfc6979 v0.4.0
19692025-01-14T20:05:10.485Z Compiling float-cmp v0.9.0
19702025-01-14T20:05:13.665Z Compiling sync_wrapper v1.0.1
19712025-01-14T20:05:13.735Z Compiling bstr v1.10.0
19722025-01-14T20:05:13.819Z Compiling difflib v0.4.0
19732025-01-14T20:05:13.819Z Compiling static_assertions v1.1.0
19742025-01-14T20:05:13.819Z Compiling unicode-width v0.2.0
19752025-01-14T20:05:13.819Z Compiling whoami v1.5.2
19762025-01-14T20:05:13.819Z Compiling number_prefix v0.4.0
19772025-01-14T20:05:13.819Z Compiling normalize-line-endings v0.3.0
19782025-01-14T20:05:13.819Z Compiling bit-vec v0.6.3
19792025-01-14T20:05:13.843Z Compiling new_debug_unreachable v1.0.6
19802025-01-14T20:05:13.942Z Compiling fixedbitset v0.4.2
19812025-01-14T20:05:13.961Z Compiling unicode-segmentation v1.12.0
19822025-01-14T20:05:14.098Z Compiling predicates-core v1.0.8
19832025-01-14T20:05:14.214Z Compiling precomputed-hash v0.1.1
19842025-01-14T20:05:14.337Z Compiling string_cache v0.8.7
19852025-01-14T20:05:14.356Z Compiling predicates v3.1.2
19862025-01-14T20:05:14.415Z Compiling petgraph v0.6.5
19872025-01-14T20:05:14.764Z Compiling similar v2.6.0
19882025-01-14T20:05:14.836Z Compiling bit-set v0.5.3
19892025-01-14T20:05:15.131Z Compiling indicatif v0.17.9
19902025-01-14T20:05:15.881Z Compiling tokio-postgres v0.7.12
19912025-01-14T20:05:16.809Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19922025-01-14T20:05:17.346Z Compiling reqwest v0.12.9
19932025-01-14T20:05:18.226Z Compiling typify-macro v0.2.0
19942025-01-14T20:05:18.507Z Compiling ecdsa v0.16.9
19952025-01-14T20:05:21.257Z Compiling qorb v0.2.1
19962025-01-14T20:05:21.954Z Compiling rsa v0.9.6
19972025-01-14T20:05:21.988Z Compiling ed25519-dalek v2.1.1
19982025-01-14T20:05:23.123Z Compiling zip v0.6.6
19992025-01-14T20:05:23.410Z Compiling crossterm v0.28.1
20002025-01-14T20:05:23.628Z Compiling clap v4.5.21
20012025-01-14T20:05:24.887Z Compiling toml v0.7.8
20022025-01-14T20:05:26.000Z Compiling x509-cert v0.2.5
20032025-01-14T20:05:26.596Z Compiling hex v0.4.3
20042025-01-14T20:05:27.239Z Compiling itertools v0.10.5
20052025-01-14T20:05:27.633Z Compiling unicode-xid v0.2.6
20062025-01-14T20:05:27.703Z Compiling zerocopy v0.8.10
20072025-01-14T20:05:27.798Z Compiling peg-runtime v0.8.3
20082025-01-14T20:05:28.131Z Compiling lalrpop-util v0.19.12
20092025-01-14T20:05:30.412Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20102025-01-14T20:05:34.715Z Compiling proc-macro-crate v1.3.1
20112025-01-14T20:05:34.759Z Compiling macaddr v1.0.1
20122025-01-14T20:05:35.414Z Compiling zerocopy-derive v0.8.10
20132025-01-14T20:05:35.514Z Compiling itertools v0.13.0
20142025-01-14T20:05:37.562Z Compiling heapless v0.8.0
20152025-01-14T20:05:38.878Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20162025-01-14T20:05:43.724Z Compiling num_enum_derive v0.5.11
20172025-01-14T20:05:51.612Z Compiling hash32 v0.3.1
20182025-01-14T20:05:52.943Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20192025-01-14T20:05:53.028Z Compiling smoltcp v0.11.0
20202025-01-14T20:05:58.392Z Compiling num_enum v0.5.11
20212025-01-14T20:05:58.584Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20222025-01-14T20:05:59.202Z Compiling typify v0.2.0
20232025-01-14T20:05:59.357Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20242025-01-14T20:06:00.478Z Compiling proc-macro-error-attr v1.0.4
20252025-01-14T20:06:00.956Z Compiling cobs v0.2.3
20262025-01-14T20:06:01.409Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20272025-01-14T20:06:01.696Z Compiling unsafe-libyaml v0.2.11
20282025-01-14T20:06:03.290Z Compiling serde_yaml v0.9.34+deprecated
20292025-01-14T20:06:04.378Z Compiling postcard v1.0.10
20302025-01-14T20:06:18.189Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20312025-01-14T20:06:21.603Z Compiling progenitor-impl v0.8.0
20322025-01-14T20:06:30.816Z Compiling strum_macros v0.26.4
20332025-01-14T20:06:32.128Z Compiling structmeta-derive v0.3.0
20342025-01-14T20:06:32.488Z Compiling foreign-types-macros v0.2.3
20352025-01-14T20:06:32.539Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20362025-01-14T20:06:32.681Z Compiling proc-macro-error v1.0.4
20372025-01-14T20:06:32.977Z Compiling foreign-types-shared v0.3.1
20382025-01-14T20:06:33.112Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20392025-01-14T20:06:35.343Z Compiling strum v0.26.3
20402025-01-14T20:06:35.551Z Compiling structmeta v0.3.0
20412025-01-14T20:06:38.361Z Compiling foreign-types v0.5.0
20422025-01-14T20:06:39.371Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432025-01-14T20:06:43.766Z Compiling progenitor-macro v0.8.0
20442025-01-14T20:06:47.885Z Compiling progenitor-client v0.8.0
20452025-01-14T20:06:48.895Z Compiling tabwriter v1.4.0
20462025-01-14T20:06:50.376Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20472025-01-14T20:06:51.583Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20482025-01-14T20:06:52.413Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20492025-01-14T20:06:52.778Z Compiling cstr-argument v0.1.2
20502025-01-14T20:06:53.048Z Compiling dropshot v0.13.0
20512025-01-14T20:06:53.266Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20522025-01-14T20:06:53.353Z Compiling fastrand v2.1.1
20532025-01-14T20:06:53.563Z Compiling crucible-workspace-hack v0.1.0
20542025-01-14T20:06:54.043Z Compiling thiserror v2.0.3
20552025-01-14T20:06:54.242Z Compiling pretty-hex v0.2.1
20562025-01-14T20:06:54.474Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20572025-01-14T20:06:54.999Z Compiling tempfile v3.13.0
20582025-01-14T20:06:55.138Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20592025-01-14T20:06:55.386Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20602025-01-14T20:06:55.566Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20612025-01-14T20:06:56.535Z Compiling progenitor v0.8.0
20622025-01-14T20:06:56.694Z Compiling parse-display-derive v0.10.0
20632025-01-14T20:06:56.827Z Compiling colored v2.1.0
20642025-01-14T20:06:56.830Z Compiling serde_with_macros v3.11.0
20652025-01-14T20:06:57.311Z Compiling dropshot_endpoint v0.13.0
20662025-01-14T20:06:58.107Z Compiling thiserror-impl v2.0.3
20672025-01-14T20:06:58.766Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20682025-01-14T20:06:59.434Z Compiling instant v0.1.13
20692025-01-14T20:06:59.530Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20702025-01-14T20:06:59.615Z Compiling backoff v0.4.0
20712025-01-14T20:06:59.939Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20722025-01-14T20:06:59.998Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732025-01-14T20:07:00.237Z Compiling serde_with v3.11.0
20742025-01-14T20:07:00.575Z Compiling parse-display v0.10.0
20752025-01-14T20:07:01.382Z Compiling zone_cfg_derive v0.3.0
20762025-01-14T20:07:02.506Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20772025-01-14T20:07:02.749Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20782025-01-14T20:07:02.963Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20792025-01-14T20:07:03.478Z Compiling camino-tempfile v1.1.1
20802025-01-14T20:07:03.849Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20812025-01-14T20:07:04.248Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20822025-01-14T20:07:04.346Z Compiling regress v0.9.1
20832025-01-14T20:07:04.453Z Compiling num-derive v0.4.2
20842025-01-14T20:07:04.628Z Compiling sigpipe v0.1.3
20852025-01-14T20:07:04.778Z Compiling libefi-sys v0.1.0
20862025-01-14T20:07:05.083Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20872025-01-14T20:07:05.428Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20882025-01-14T20:07:06.738Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20892025-01-14T20:07:08.283Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20902025-01-14T20:07:08.711Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20912025-01-14T20:07:08.866Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20922025-01-14T20:07:10.473Z Compiling zone v0.3.0
20932025-01-14T20:07:13.758Z Compiling smf v0.2.3
20942025-01-14T20:07:13.896Z Compiling bitfield-struct v0.6.2
20952025-01-14T20:07:14.173Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20962025-01-14T20:07:14.580Z Compiling blake3 v1.5.4
20972025-01-14T20:07:15.279Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20982025-01-14T20:07:15.942Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20992025-01-14T20:07:16.095Z Compiling xattr v1.3.1
21002025-01-14T20:07:16.306Z Compiling memmap2 v0.9.5
21012025-01-14T20:07:16.427Z Compiling filetime v0.2.25
21022025-01-14T20:07:16.801Z Compiling arrayvec v0.7.6
21032025-01-14T20:07:16.914Z Compiling same-file v1.0.6
21042025-01-14T20:07:16.976Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21052025-01-14T20:07:17.092Z Compiling constant_time_eq v0.3.1
21062025-01-14T20:07:17.116Z Compiling arrayref v0.3.9
21072025-01-14T20:07:17.202Z Compiling walkdir v2.5.0
21082025-01-14T20:07:17.233Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21092025-01-14T20:07:17.311Z Compiling tar v0.4.42
21102025-01-14T20:07:18.898Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21112025-01-14T20:07:19.336Z Compiling gethostname v0.5.0
21122025-01-14T20:07:19.555Z Compiling cargo-platform v0.1.8
21132025-01-14T20:07:19.990Z Compiling topological-sort v0.2.2
21142025-01-14T20:07:20.009Z Compiling cargo_metadata v0.18.1
21152025-01-14T20:07:20.291Z Compiling omicron-zone-package v0.12.0
21162025-01-14T20:07:20.636Z Compiling shell-words v1.1.0
21172025-01-14T20:07:21.062Z Compiling indent_write v2.2.0
21182025-01-14T20:07:28.060Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21192025-01-14T20:07:30.410Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21202025-01-14T20:07:36.142Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21212025-01-14T20:07:51.463Z Finished `release` profile [optimized] target(s) in 5m 30s
21222025-01-14T20:07:51.623Z Running `target/release/omicron-package -t test target create -p dev`
21232025-01-14T20:07:51.670ZLogging to: /work/oxidecomputer/omicron/out/LOG
21242025-01-14T20:07:51.673ZCreated new build target 'test' and set it as active
21252025-01-14T20:07:51.673Z
21262025-01-14T20:07:51.673Zreal 5:30.761201826
21272025-01-14T20:07:51.673Zuser 37:08.741953099
21282025-01-14T20:07:51.673Zsys 4:57.749055065
21292025-01-14T20:07:51.673Ztrap 1.105353395
21302025-01-14T20:07:51.673Ztflt 2.979247846
21312025-01-14T20:07:51.673Zdflt 0.976836029
21322025-01-14T20:07:51.673Zkflt 0.000617085
21332025-01-14T20:07:51.673Zlock 1:17:56.348800920
21342025-01-14T20:07:51.673Zslp 2:34:50.647533574
21352025-01-14T20:07:51.673Zlat 2:31.509541016
21362025-01-14T20:07:51.673Zstop 4:39.779305187
21372025-01-14T20:07:51.673Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21382025-01-14T20:07:52.654Z Finished `release` profile [optimized] target(s) in 0.93s
21392025-01-14T20:07:52.713Z Running `target/release/omicron-package -t test package`
21402025-01-14T20:07:52.757ZLogging to: /work/oxidecomputer/omicron/out/LOG
21412025-01-14T20:07:53.894Z Compiling convert_case v0.4.0
21422025-01-14T20:07:53.894Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21432025-01-14T20:07:53.894Z Compiling newline-converter v0.3.0
21442025-01-14T20:07:53.897Z Compiling password-hash v0.5.0
21452025-01-14T20:07:53.897Z Compiling blake2 v0.10.6
21462025-01-14T20:07:53.897Z Compiling base64 v0.21.7
21472025-01-14T20:07:53.897Z Compiling atomicwrites v0.4.4
21482025-01-14T20:07:54.078Z Compiling progenitor-client v0.8.0
21492025-01-14T20:07:54.236Z Compiling expectorate v1.1.0
21502025-01-14T20:07:54.279Z Compiling owo-colors v4.1.0
21512025-01-14T20:07:54.422Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21522025-01-14T20:07:54.573Z Compiling argon2 v0.5.3
21532025-01-14T20:07:54.593Z Compiling cancel-safe-futures v0.1.5
21542025-01-14T20:07:54.640Z Compiling progenitor v0.8.0
21552025-01-14T20:07:54.762Z Compiling derive_more v0.99.18
21562025-01-14T20:07:54.915Z Compiling num-rational v0.4.2
21572025-01-14T20:07:54.964Z Compiling num-complex v0.4.6
21582025-01-14T20:07:55.227Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21592025-01-14T20:07:55.808Z Compiling libsw v3.3.1
21602025-01-14T20:07:55.830Z Compiling swrite v0.1.0
21612025-01-14T20:07:55.967Z Compiling linear-map v1.2.0
21622025-01-14T20:07:56.100Z Compiling num v0.4.3
21632025-01-14T20:07:56.157Z Compiling float-ord v0.3.2
21642025-01-14T20:07:56.222Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21652025-01-14T20:07:56.324Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21662025-01-14T20:07:56.343Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21672025-01-14T20:07:56.390Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21682025-01-14T20:07:56.934Z Compiling highway v1.2.0
21692025-01-14T20:07:57.276Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21702025-01-14T20:07:57.978Z Compiling semver v0.1.20
21712025-01-14T20:07:58.362Z Compiling rustc_version v0.1.7
21722025-01-14T20:07:58.554Z Compiling tungstenite v0.21.0
21732025-01-14T20:07:58.813Z Compiling newtype_derive v0.1.6
21742025-01-14T20:07:59.129Z Compiling ipnetwork v0.20.0
21752025-01-14T20:07:59.953Z Compiling tokio-tungstenite v0.21.0
21762025-01-14T20:08:00.822Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21772025-01-14T20:08:01.337Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21782025-01-14T20:08:01.453Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21792025-01-14T20:08:03.765Z Compiling humantime v2.1.0
21802025-01-14T20:08:04.375Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21812025-01-14T20:08:04.629Z Compiling dropshot v0.13.0
21822025-01-14T20:08:04.784Z Compiling instant v0.1.13
21832025-01-14T20:08:04.954Z Compiling backoff v0.4.0
21842025-01-14T20:08:05.194Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21852025-01-14T20:08:05.344Z Compiling steno v0.4.1
21862025-01-14T20:08:05.636Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21872025-01-14T20:08:05.769Z Compiling parse-display v0.10.0
21882025-01-14T20:08:06.328Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21892025-01-14T20:08:06.523Z Compiling strum v0.26.3
21902025-01-14T20:08:06.721Z Compiling serde_with v3.11.0
21912025-01-14T20:08:10.450Z Compiling regress v0.9.1
21922025-01-14T20:08:10.918Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21932025-01-14T20:08:13.551Z Compiling macaddr v1.0.1
21942025-01-14T20:08:13.815Z Compiling slog-dtrace v0.3.0
21952025-01-14T20:08:14.000Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21962025-01-14T20:08:14.193Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21972025-01-14T20:08:14.309Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
21982025-01-14T20:08:16.443Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
21992025-01-14T20:08:16.710Z Compiling prettyplease v0.2.25
22002025-01-14T20:08:16.959Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22012025-01-14T20:08:17.078Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22022025-01-14T20:08:18.063Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22032025-01-14T20:08:20.802Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22042025-01-14T20:08:21.095Z Compiling half v2.4.1
22052025-01-14T20:08:21.814Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22062025-01-14T20:08:33.334Z Compiling ciborium-io v0.2.2
22072025-01-14T20:08:33.489Z Compiling ciborium-ll v0.2.2
22082025-01-14T20:08:34.020Z Compiling ciborium v0.2.2
22092025-01-14T20:08:34.900Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22102025-01-14T20:08:35.188Z Compiling same-file v1.0.6
22112025-01-14T20:08:35.447Z Compiling fastrand v2.1.1
22122025-01-14T20:08:35.531Z Compiling display-error-chain v0.2.2
22132025-01-14T20:08:35.756Z Compiling walkdir v2.5.0
22142025-01-14T20:08:35.776Z Compiling blake3 v1.5.4
22152025-01-14T20:08:35.961Z Compiling tempfile v3.13.0
22162025-01-14T20:08:36.230Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22172025-01-14T20:08:36.381Z Compiling xattr v1.3.1
22182025-01-14T20:08:36.406Z Compiling filetime v0.2.25
22192025-01-14T20:08:36.658Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22202025-01-14T20:08:36.660Z Compiling memmap2 v0.9.5
22212025-01-14T20:08:36.694Z Compiling arrayref v0.3.9
22222025-01-14T20:08:36.727Z Compiling keccak v0.1.5
22232025-01-14T20:08:36.800Z Compiling arrayvec v0.7.6
22242025-01-14T20:08:37.097Z Compiling constant_time_eq v0.3.1
22252025-01-14T20:08:37.219Z Compiling sha3 v0.10.8
22262025-01-14T20:08:37.683Z Compiling tar v0.4.42
22272025-01-14T20:08:38.130Z Compiling camino-tempfile v1.1.1
22282025-01-14T20:08:38.406Z Compiling toolchain_find v0.4.0
22292025-01-14T20:08:38.588Z Compiling const_format_proc_macros v0.2.33
22302025-01-14T20:08:39.009Z Compiling crunchy v0.2.2
22312025-01-14T20:08:39.510Z Compiling topological-sort v0.2.2
22322025-01-14T20:08:39.679Z Compiling maplit v1.0.2
22332025-01-14T20:08:39.741Z Compiling radium v0.7.0
22342025-01-14T20:08:39.816Z Compiling omicron-zone-package v0.12.0
22352025-01-14T20:08:40.093Z Compiling rustfmt-wrapper v0.2.1
22362025-01-14T20:08:40.199Z Compiling tiny-keccak v2.0.2
22372025-01-14T20:08:40.481Z Compiling tap v1.0.1
22382025-01-14T20:08:40.506Z Compiling const_format v0.2.33
22392025-01-14T20:08:40.666Z Compiling maybe-uninit v2.0.0
22402025-01-14T20:08:40.691Z Compiling wyz v0.5.1
22412025-01-14T20:08:41.223Z Compiling dsl_auto_type v0.1.2
22422025-01-14T20:08:41.302Z Compiling phf_generator v0.11.2
22432025-01-14T20:08:41.506Z Compiling scheduled-thread-pool v0.2.7
22442025-01-14T20:08:41.591Z Compiling secrecy v0.8.0
22452025-01-14T20:08:41.625Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22462025-01-14T20:08:41.708Z Compiling diesel_table_macro_syntax v0.2.0
22472025-01-14T20:08:41.864Z Compiling async-recursion v1.1.1
22482025-01-14T20:08:42.136Z Compiling packed_struct v0.10.1
22492025-01-14T20:08:42.149Z Compiling crc-catalog v2.4.0
22502025-01-14T20:08:42.327Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22512025-01-14T20:08:42.552Z Compiling funty v2.0.0
22522025-01-14T20:08:42.569Z Compiling arc-swap v1.7.1
22532025-01-14T20:08:42.704Z Compiling diesel_derives v2.2.3
22542025-01-14T20:08:42.723Z Compiling crc v3.2.1
22552025-01-14T20:08:43.236Z Compiling slog-scope v4.4.0
22562025-01-14T20:08:43.323Z Compiling r2d2 v0.8.10
22572025-01-14T20:08:43.817Z Compiling bitvec v1.0.1
22582025-01-14T20:08:44.089Z Compiling phf_codegen v0.11.2
22592025-01-14T20:08:44.745Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22602025-01-14T20:08:44.843Z Compiling ascii-canvas v3.0.0
22612025-01-14T20:08:45.123Z Compiling universal-hash v0.5.1
22622025-01-14T20:08:45.360Z Compiling thiserror-impl-no-std v2.0.2
22632025-01-14T20:08:45.369Z Compiling packed_struct_codegen v0.10.1
22642025-01-14T20:08:45.736Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22652025-01-14T20:08:47.849Z Compiling parse-zoneinfo v0.3.1
22662025-01-14T20:08:47.989Z Compiling ena v0.14.3
22672025-01-14T20:08:48.422Z Compiling indexmap v1.9.3
22682025-01-14T20:08:48.577Z Compiling unicase v2.7.0
22692025-01-14T20:08:48.717Z Compiling nodrop v0.1.14
22702025-01-14T20:08:48.848Z Compiling diff v0.1.13
22712025-01-14T20:08:48.928Z Compiling opaque-debug v0.3.1
22722025-01-14T20:08:48.954Z Compiling regex-syntax v0.6.29
22732025-01-14T20:08:49.342Z Compiling poly1305 v0.8.0
22742025-01-14T20:08:49.460Z Compiling array-init v0.0.4
22752025-01-14T20:08:50.790Z Compiling chrono-tz-build v0.4.0
22762025-01-14T20:08:51.918Z Compiling thiserror-no-std v2.0.2
22772025-01-14T20:08:52.052Z Compiling smallvec v0.6.14
22782025-01-14T20:08:52.586Z Compiling lalrpop v0.19.12
22792025-01-14T20:08:54.397Z Compiling diesel v2.2.6
22802025-01-14T20:08:54.400Z Compiling slog-stdlog v4.1.1
22812025-01-14T20:08:55.191Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22822025-01-14T20:08:55.726Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22832025-01-14T20:08:56.036Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22842025-01-14T20:08:56.285Z Compiling chacha20 v0.9.1
22852025-01-14T20:08:56.399Z Compiling aead v0.5.2
22862025-01-14T20:08:56.747Z Compiling vte_generate_state_changes v0.1.2
22872025-01-14T20:08:56.767Z Compiling termcolor v1.4.1
22882025-01-14T20:08:57.362Z Compiling hashbrown v0.12.3
22892025-01-14T20:08:57.881Z Compiling ref-cast v1.0.23
22902025-01-14T20:08:58.372Z Compiling bitfield v0.14.0
22912025-01-14T20:08:58.797Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22922025-01-14T20:09:03.033Z Compiling vte v0.11.1
22932025-01-14T20:09:03.116Z Compiling env_logger v0.10.2
22942025-01-14T20:09:04.549Z Compiling chacha20poly1305 v0.10.1
22952025-01-14T20:09:04.834Z Compiling slog-envlogger v2.2.0
22962025-01-14T20:09:07.656Z Compiling serde-hex v0.1.0
22972025-01-14T20:09:12.974Z Compiling vsss-rs v3.3.4
22982025-01-14T20:09:17.357Z Compiling chrono-tz v0.10.0
22992025-01-14T20:09:18.011Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23002025-01-14T20:09:18.384Z Compiling ron v0.8.1
23012025-01-14T20:09:18.463Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23022025-01-14T20:09:18.755Z Compiling derive_builder_core v0.20.2
23032025-01-14T20:09:18.987Z Compiling polar-core v0.27.3
23042025-01-14T20:09:20.265Z Compiling hashbrown v0.13.2
23052025-01-14T20:09:20.941Z Compiling headers-core v0.3.0
23062025-01-14T20:09:21.134Z Compiling fxhash v0.2.1
23072025-01-14T20:09:21.370Z Compiling libxml v0.3.3
23082025-01-14T20:09:21.660Z Compiling ref-cast-impl v1.0.23
23092025-01-14T20:09:21.733Z Compiling simd-adler32 v0.3.7
23102025-01-14T20:09:22.844Z Compiling crc-any v2.5.0
23112025-01-14T20:09:22.893Z Compiling bytecount v0.6.8
23122025-01-14T20:09:23.219Z Compiling zip v2.1.3
23132025-01-14T20:09:23.547Z Compiling bumpalo v3.16.0
23142025-01-14T20:09:23.780Z Compiling lockfree-object-pool v0.1.6
23152025-01-14T20:09:24.106Z Compiling zopfli v0.8.1
23162025-01-14T20:09:24.185Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23172025-01-14T20:09:24.479Z Compiling papergrid v0.11.0
23182025-01-14T20:09:28.631Z Compiling object v0.30.4
23192025-01-14T20:09:32.710Z Compiling headers v0.4.0
23202025-01-14T20:09:33.164Z Compiling derive_builder_macro v0.20.2
23212025-01-14T20:09:36.511Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222025-01-14T20:09:38.895Z Compiling strip-ansi-escapes v0.2.0
23232025-01-14T20:09:39.315Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23242025-01-14T20:09:39.831Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23252025-01-14T20:09:40.115Z Compiling tabled_derive v0.7.0
23262025-01-14T20:09:41.088Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23272025-01-14T20:09:41.745Z Compiling fd-lock v4.0.2
23282025-01-14T20:09:42.103Z Compiling peg-macros v0.8.4
23292025-01-14T20:09:42.267Z Compiling strum_macros v0.24.3
23302025-01-14T20:09:42.507Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23312025-01-14T20:09:43.573Z Compiling kstat-rs v0.2.4
23322025-01-14T20:09:44.540Z Compiling samael v0.0.17
23332025-01-14T20:09:45.156Z Compiling path-slash v0.1.5
23342025-01-14T20:09:45.418Z Compiling nu-ansi-term v0.50.1
23352025-01-14T20:09:45.488Z Compiling indoc v1.0.9
23362025-01-14T20:09:45.539Z Compiling peg v0.8.4
23372025-01-14T20:09:45.686Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23382025-01-14T20:09:45.818Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23392025-01-14T20:09:46.626Z Compiling reedline v0.35.0
23402025-01-14T20:09:50.052Z Compiling tabled v0.15.0
23412025-01-14T20:09:51.423Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23422025-01-14T20:10:01.433Z Compiling derive_builder v0.20.2
23432025-01-14T20:10:06.643Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23442025-01-14T20:10:07.198Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23452025-01-14T20:10:09.800Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23462025-01-14T20:10:10.101Z Compiling pem v3.0.4
23472025-01-14T20:10:10.438Z Compiling bcs v0.1.6
23482025-01-14T20:10:10.440Z Compiling oso-derive v0.27.3
23492025-01-14T20:10:11.400Z Compiling impl-trait-for-tuples v0.2.2
23502025-01-14T20:10:11.435Z Compiling libz-sys v1.1.20
23512025-01-14T20:10:11.554Z Compiling quick-xml v0.33.0
23522025-01-14T20:10:12.112Z Compiling diesel-dtrace v0.4.2
23532025-01-14T20:10:12.441Z Compiling parking_lot_core v0.8.6
23542025-01-14T20:10:18.358Z Compiling mime_guess v2.0.5
23552025-01-14T20:10:18.426Z Compiling oso v0.27.3
23562025-01-14T20:10:19.525Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23572025-01-14T20:10:21.328Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23582025-01-14T20:10:26.783Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23592025-01-14T20:10:29.968Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23602025-01-14T20:10:30.279Z Compiling bb8 v0.8.5
23612025-01-14T20:10:30.941Z Compiling buf-list v1.0.3
23622025-01-14T20:10:31.606Z Compiling async-bb8-diesel v0.2.1
23632025-01-14T20:10:34.500Z Compiling nibble_vec v0.1.0
23642025-01-14T20:10:34.762Z Compiling libgit2-sys v0.17.0+1.8.1
23652025-01-14T20:10:35.542Z Compiling pin-project-internal v1.1.6
23662025-01-14T20:10:35.814Z Compiling atty v0.2.14
23672025-01-14T20:10:35.994Z Compiling http-range v0.1.5
23682025-01-14T20:10:36.609Z Compiling endian-type v0.1.2
23692025-01-14T20:10:36.879Z Compiling salty v0.3.0
23702025-01-14T20:10:37.319Z Compiling radix_trie v0.2.1
23712025-01-14T20:10:38.318Z Compiling pin-project v1.1.6
23722025-01-14T20:10:38.484Z Compiling parking_lot v0.11.2
23732025-01-14T20:10:43.344Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23742025-01-14T20:10:49.942Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23752025-01-14T20:10:53.964Z Compiling snafu-derive v0.8.5
23762025-01-14T20:10:54.657Z Compiling hyper-staticfile v0.10.1
23772025-01-14T20:10:57.570Z Compiling sled v0.34.7
23782025-01-14T20:10:58.671Z Compiling snafu v0.8.5
23792025-01-14T20:10:59.961Z Compiling hickory-client v0.24.1
23802025-01-14T20:11:05.355Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23812025-01-14T20:11:05.976Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23822025-01-14T20:11:06.898Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23832025-01-14T20:11:06.942Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23842025-01-14T20:11:07.540Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23852025-01-14T20:11:09.053Z Compiling globset v0.4.15
23862025-01-14T20:11:11.771Z Compiling hickory-server v0.24.1
23872025-01-14T20:11:15.694Z Compiling primeorder v0.13.6
23882025-01-14T20:11:16.242Z Compiling olpc-cjson v0.1.4
23892025-01-14T20:11:16.292Z Compiling vergen v8.3.2
23902025-01-14T20:11:16.594Z Compiling castaway v0.2.3
23912025-01-14T20:11:16.597Z Compiling env_filter v0.1.2
23922025-01-14T20:11:16.799Z Compiling serde_plain v1.0.2
23932025-01-14T20:11:17.294Z Compiling cargo-platform v0.1.8
23942025-01-14T20:11:17.815Z Compiling nanorand v0.7.0
23952025-01-14T20:11:18.152Z Compiling memoffset v0.9.1
23962025-01-14T20:11:18.464Z Compiling typed-path v0.9.3
23972025-01-14T20:11:18.665Z Compiling flume v0.11.1
23982025-01-14T20:11:19.438Z Compiling cargo_metadata v0.18.1
23992025-01-14T20:11:23.634Z Compiling tough v0.19.0
24002025-01-14T20:11:24.466Z Compiling env_logger v0.11.5
24012025-01-14T20:11:25.653Z Compiling compact_str v0.8.0
24022025-01-14T20:11:25.947Z Compiling p384 v0.13.0
24032025-01-14T20:11:27.313Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24042025-01-14T20:11:28.173Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24052025-01-14T20:11:31.946Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24062025-01-14T20:11:32.447Z Compiling git2 v0.19.0
24072025-01-14T20:11:38.213Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24082025-01-14T20:11:39.516Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24092025-01-14T20:11:41.965Z Compiling unicode-truncate v1.1.0
24102025-01-14T20:11:42.275Z Compiling lru v0.12.5
24112025-01-14T20:11:42.662Z Compiling rand_seeder v0.3.0
24122025-01-14T20:11:43.092Z Compiling libsqlite3-sys v0.30.1
24132025-01-14T20:11:43.545Z Compiling lzma-sys v0.1.20
24142025-01-14T20:11:43.617Z Compiling instability v0.3.2
24152025-01-14T20:11:44.255Z Compiling cassowary v0.3.0
24162025-01-14T20:11:44.640Z Compiling rustls v0.21.12
24172025-01-14T20:11:44.941Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24182025-01-14T20:11:45.266Z Compiling cfg_aliases v0.2.1
24192025-01-14T20:11:45.395Z Compiling parse-size v1.1.0
24202025-01-14T20:11:45.725Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24212025-01-14T20:11:46.488Z Compiling nix v0.29.0
24222025-01-14T20:11:47.448Z Compiling ratatui v0.28.1
24232025-01-14T20:11:47.929Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24242025-01-14T20:11:48.170Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24252025-01-14T20:11:52.437Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24262025-01-14T20:11:52.584Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24272025-01-14T20:11:53.382Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24282025-01-14T20:11:53.697Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24292025-01-14T20:11:54.070Z Compiling sct v0.7.1
24302025-01-14T20:11:54.542Z Compiling rustls-webpki v0.101.7
24312025-01-14T20:11:57.502Z Compiling heck v0.3.3
24322025-01-14T20:11:57.883Z Compiling csv-core v0.1.11
24332025-01-14T20:11:59.037Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24342025-01-14T20:11:59.063Z Compiling glob v0.3.1
24352025-01-14T20:11:59.063Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24362025-01-14T20:11:59.063Z Compiling csv v1.3.0
24372025-01-14T20:11:59.177Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382025-01-14T20:12:00.813Z Compiling zone_cfg_derive v0.1.2
24392025-01-14T20:12:02.243Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24402025-01-14T20:12:06.495Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24412025-01-14T20:12:06.598Z Compiling nix v0.27.1
24422025-01-14T20:12:08.186Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24432025-01-14T20:12:09.454Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24442025-01-14T20:12:10.446Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24452025-01-14T20:12:11.679Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24462025-01-14T20:12:16.093Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24472025-01-14T20:12:18.871Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24482025-01-14T20:12:19.213Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24492025-01-14T20:12:19.237Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24502025-01-14T20:12:19.514Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24512025-01-14T20:12:19.547Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24522025-01-14T20:12:21.978Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24532025-01-14T20:12:22.501Z Compiling hashlink v0.9.1
24542025-01-14T20:12:22.626Z Compiling tungstenite v0.23.0
24552025-01-14T20:12:23.372Z Compiling base64 v0.13.1
24562025-01-14T20:12:23.553Z Compiling fallible-iterator v0.3.0
24572025-01-14T20:12:24.145Z Compiling fallible-streaming-iterator v0.1.9
24582025-01-14T20:12:24.411Z Compiling rusqlite v0.32.1
24592025-01-14T20:12:24.438Z Compiling tokio-tungstenite v0.23.1
24602025-01-14T20:12:25.081Z Compiling ron v0.7.1
24612025-01-14T20:12:25.351Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24622025-01-14T20:12:26.031Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24632025-01-14T20:12:27.157Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24642025-01-14T20:12:28.381Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24652025-01-14T20:12:30.444Z Compiling xz2 v0.1.7
24662025-01-14T20:12:31.062Z Compiling tokio-rustls v0.24.1
24672025-01-14T20:12:31.493Z Compiling zone v0.1.8
24682025-01-14T20:12:34.843Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24692025-01-14T20:12:34.984Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24702025-01-14T20:12:42.381Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24712025-01-14T20:12:45.160Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24722025-01-14T20:12:48.458Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24732025-01-14T20:12:48.479Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24742025-01-14T20:12:48.613Z Compiling rustls-pemfile v1.0.4
24752025-01-14T20:12:49.410Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24762025-01-14T20:12:49.732Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24772025-01-14T20:12:54.661Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24782025-01-14T20:12:54.839Z Compiling signal-hook-tokio v0.3.1
24792025-01-14T20:12:55.073Z Compiling twox-hash v1.6.3
24802025-01-14T20:12:56.071Z Compiling yasna v0.5.2
24812025-01-14T20:12:56.476Z Compiling unicode-linebreak v0.1.5
24822025-01-14T20:12:57.047Z Compiling smawk v0.3.2
24832025-01-14T20:12:57.329Z Compiling is_ci v1.2.0
24842025-01-14T20:12:57.656Z Compiling supports-color v3.0.1
24852025-01-14T20:12:57.804Z Compiling textwrap v0.16.1
24862025-01-14T20:12:58.081Z Compiling rcgen v0.12.1
24872025-01-14T20:13:01.408Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24882025-01-14T20:13:06.937Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24892025-01-14T20:13:08.392Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24902025-01-14T20:13:10.979Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24912025-01-14T20:13:15.078Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24922025-01-14T20:13:26.567Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24932025-01-14T20:13:29.328Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24942025-01-14T20:13:31.419Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24952025-01-14T20:13:32.129Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24962025-01-14T20:13:42.613Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24972025-01-14T20:13:42.933Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24982025-01-14T20:13:46.767Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24992025-01-14T20:13:49.756Z Compiling fatfs v0.3.6
25002025-01-14T20:13:51.257Z Compiling rtoolbox v0.0.2
25012025-01-14T20:13:51.829Z Compiling subprocess v0.2.9
25022025-01-14T20:13:52.619Z Compiling assert_matches v1.5.0
25032025-01-14T20:13:56.526Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25042025-01-14T20:13:57.290Z Compiling rpassword v7.3.1
25052025-01-14T20:13:57.682Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25062025-01-14T20:13:57.794Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25072025-01-14T20:14:04.309Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25082025-01-14T20:14:04.874Z Compiling tui-tree-widget v0.22.0
25092025-01-14T20:14:05.332Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25102025-01-14T20:14:06.842Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25112025-01-14T20:14:07.169Z Compiling uzers v0.12.1
25122025-01-14T20:14:10.330Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25132025-01-14T20:14:18.854Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25142025-01-14T20:14:20.891Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25152025-01-14T20:14:46.141Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25162025-01-14T20:14:53.541Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25172025-01-14T20:14:56.979Z Compiling multimap v0.10.0
25182025-01-14T20:17:17.414Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25192025-01-14T20:17:28.476Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25202025-01-14T20:24:14.251Z Finished `release` profile [optimized] target(s) in 16m 21s
25212025-01-14T20:25:18.406Z
25222025-01-14T20:25:18.408Zreal 17:26.706103863
25232025-01-14T20:25:18.408Zuser 1:57:54.279981285
25242025-01-14T20:25:18.408Zsys 6:00.662099545
25252025-01-14T20:25:18.408Ztrap 2.887850705
25262025-01-14T20:25:18.408Ztflt 3.166560361
25272025-01-14T20:25:18.409Zdflt 4.884289280
25282025-01-14T20:25:18.409Zkflt 0.124347976
25292025-01-14T20:25:18.409Zlock 7:23:42.396249532
25302025-01-14T20:25:18.409Zslp 6:12:09.157581673
25312025-01-14T20:25:18.409Zlat 2:51.723832222
25322025-01-14T20:25:18.409Zstop 2:28.769640305
25332025-01-14T20:25:18.409Z+ mapfile -t packages
25342025-01-14T20:25:18.409Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25352025-01-14T20:25:19.443Z Finished `release` profile [optimized] target(s) in 0.98s
25362025-01-14T20:25:19.511Z Running `target/release/omicron-package -t test list-outputs`
25372025-01-14T20:25:19.560ZLogging to: /work/oxidecomputer/omicron/out/LOG
25382025-01-14T20:25:19.562Z+ ptime -m cargo build --locked --release -p xtask
25392025-01-14T20:25:20.124Z Compiling serde v1.0.215
25402025-01-14T20:25:20.127Z Compiling libc v0.2.162
25412025-01-14T20:25:20.127Z Compiling rustix v0.38.37
25422025-01-14T20:25:20.127Z Compiling serde_json v1.0.133
25432025-01-14T20:25:20.127Z Compiling syn v2.0.87
25442025-01-14T20:25:20.217Z Compiling bitflags v2.6.0
25452025-01-14T20:25:20.567Z Compiling usdt-impl v0.5.0
25462025-01-14T20:25:20.607Z Compiling syn v1.0.109
25472025-01-14T20:25:20.719Z Compiling hashbrown v0.15.1
25482025-01-14T20:25:20.735Z Compiling log v0.4.22
25492025-01-14T20:25:20.812Z Compiling fs-err v2.11.0
25502025-01-14T20:25:21.129Z Compiling anyhow v1.0.93
25512025-01-14T20:25:21.214Z Compiling once_cell v1.20.2
25522025-01-14T20:25:21.701Z Compiling thread-id v4.2.2
25532025-01-14T20:25:22.105Z Compiling indexmap v2.6.0
25542025-01-14T20:25:23.157Z Compiling terminal_size v0.4.0
25552025-01-14T20:25:23.157Z Compiling tempfile v3.13.0
25562025-01-14T20:25:23.410Z Compiling clap_builder v4.5.21
25572025-01-14T20:25:24.101Z Compiling proc-macro-error v1.0.4
25582025-01-14T20:25:25.508Z Compiling tabled_derive v0.7.0
25592025-01-14T20:25:26.903Z Compiling tabled v0.15.0
25602025-01-14T20:25:28.303Z Compiling serde_derive v1.0.215
25612025-01-14T20:25:29.232Z Compiling thiserror-impl v1.0.69
25622025-01-14T20:25:29.262Z Compiling zerocopy-derive v0.7.35
25632025-01-14T20:25:29.346Z Compiling scroll_derive v0.12.0
25642025-01-14T20:25:30.813Z Compiling scroll v0.12.0
25652025-01-14T20:25:31.314Z Compiling zerocopy v0.7.35
25662025-01-14T20:25:31.515Z Compiling goblin v0.8.2
25672025-01-14T20:25:32.253Z Compiling thiserror v1.0.69
25682025-01-14T20:25:32.428Z Compiling pest v2.7.14
25692025-01-14T20:25:35.369Z Compiling pest_meta v2.7.14
25702025-01-14T20:25:36.948Z Compiling pest_generator v2.7.14
25712025-01-14T20:25:39.648Z Compiling pest_derive v2.7.14
25722025-01-14T20:25:40.428Z Compiling dtrace-parser v0.2.0
25732025-01-14T20:25:42.223Z Compiling clap_derive v4.5.18
25742025-01-14T20:25:46.273Z Compiling dof v0.3.0
25752025-01-14T20:25:46.622Z Compiling serde_tokenstream v0.2.2
25762025-01-14T20:25:47.210Z Compiling toml_datetime v0.6.8
25772025-01-14T20:25:47.214Z Compiling serde_spanned v0.6.8
25782025-01-14T20:25:47.937Z Compiling toml_edit v0.22.22
25792025-01-14T20:25:48.276Z Compiling camino v1.1.9
25802025-01-14T20:25:48.961Z Compiling usdt-attr-macro v0.5.0
25812025-01-14T20:25:49.692Z Compiling usdt-macro v0.5.0
25822025-01-14T20:25:50.940Z Compiling semver v1.0.23
25832025-01-14T20:25:52.491Z Compiling toml v0.8.19
25842025-01-14T20:25:52.885Z Compiling cargo-platform v0.1.8
25852025-01-14T20:25:52.952Z Compiling usdt v0.5.0
25862025-01-14T20:25:53.268Z Compiling cargo_metadata v0.18.1
25872025-01-14T20:25:53.301Z Compiling camino-tempfile v1.1.1
25882025-01-14T20:25:53.981Z Compiling cargo_toml v0.20.5
25892025-01-14T20:25:54.095Z Compiling clap v4.5.21
25902025-01-14T20:25:54.236Z Compiling macaddr v1.0.1
25912025-01-14T20:26:05.310Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25922025-01-14T20:26:16.542Z Finished `release` profile [optimized] target(s) in 56.93s
25932025-01-14T20:26:16.650Z
25942025-01-14T20:26:16.652Zreal 57.060612734
25952025-01-14T20:26:16.652Zuser 5:47.500956166
25962025-01-14T20:26:16.652Zsys 31.778202394
25972025-01-14T20:26:16.652Ztrap 0.152439937
25982025-01-14T20:26:16.652Ztflt 0.310863320
25992025-01-14T20:26:16.652Zdflt 0.566379238
26002025-01-14T20:26:16.652Zkflt 0.000000000
26012025-01-14T20:26:16.652Zlock 10:06.810935734
26022025-01-14T20:26:16.653Zslp 15:03.938406488
26032025-01-14T20:26:16.653Zlat 13.430074713
26042025-01-14T20:26:16.653Zstop 17.830191011
26052025-01-14T20:26:16.653Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26062025-01-14T20:26:16.653Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26072025-01-14T20:26:16.653Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26082025-01-14T20:26:16.653Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26092025-01-14T20:26:16.653Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26102025-01-14T20:26:17.550Z Compiling hashbrown v0.14.5
26112025-01-14T20:26:17.678Z Compiling ident_case v1.0.1
26122025-01-14T20:26:17.691Z Compiling unsafe-libyaml v0.2.11
26132025-01-14T20:26:17.691Z Compiling progenitor-client v0.8.0
26142025-01-14T20:26:17.694Z Compiling ipnetwork v0.20.0
26152025-01-14T20:26:17.694Z Compiling macaddr v1.0.1
26162025-01-14T20:26:17.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26172025-01-14T20:26:17.695Z Compiling instant v0.1.13
26182025-01-14T20:26:17.822Z Compiling darling_core v0.20.10
26192025-01-14T20:26:17.923Z Compiling structmeta-derive v0.3.0
26202025-01-14T20:26:18.177Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26212025-01-14T20:26:18.234Z Compiling dropshot v0.13.0
26222025-01-14T20:26:18.253Z Compiling dropshot_endpoint v0.13.0
26232025-01-14T20:26:18.617Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26242025-01-14T20:26:18.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26252025-01-14T20:26:18.952Z Compiling regress v0.10.1
26262025-01-14T20:26:18.973Z Compiling serde_yaml v0.9.34+deprecated
26272025-01-14T20:26:19.536Z Compiling regress v0.9.1
26282025-01-14T20:26:19.556Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26292025-01-14T20:26:19.734Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26302025-01-14T20:26:19.938Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26312025-01-14T20:26:20.564Z Compiling backoff v0.4.0
26322025-01-14T20:26:20.944Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26332025-01-14T20:26:20.983Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26342025-01-14T20:26:20.989Z Compiling structmeta v0.3.0
26352025-01-14T20:26:21.148Z Compiling tempfile v3.13.0
26362025-01-14T20:26:21.429Z Compiling proc-macro-crate v1.3.1
26372025-01-14T20:26:21.472Z Compiling parse-display-derive v0.10.0
26382025-01-14T20:26:22.085Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26392025-01-14T20:26:22.524Z Compiling itertools v0.13.0
26402025-01-14T20:26:22.606Z Compiling num_enum_derive v0.5.11
26412025-01-14T20:26:23.172Z Compiling typify-impl v0.2.0
26422025-01-14T20:26:24.169Z Compiling zerocopy v0.8.10
26432025-01-14T20:26:24.718Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26442025-01-14T20:26:25.035Z Compiling darling_macro v0.20.10
26452025-01-14T20:26:25.059Z Compiling foreign-types-macros v0.2.3
26462025-01-14T20:26:25.164Z Compiling zerocopy-derive v0.8.10
26472025-01-14T20:26:25.322Z Compiling num_enum v0.5.11
26482025-01-14T20:26:25.491Z Compiling foreign-types-shared v0.3.1
26492025-01-14T20:26:25.633Z Compiling heapless v0.8.0
26502025-01-14T20:26:25.918Z Compiling crucible-workspace-hack v0.1.0
26512025-01-14T20:26:25.988Z Compiling darling v0.20.10
26522025-01-14T20:26:26.117Z Compiling serde_with_macros v3.11.0
26532025-01-14T20:26:26.225Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26542025-01-14T20:26:26.252Z Compiling parse-display v0.10.0
26552025-01-14T20:26:26.328Z Compiling foreign-types v0.5.0
26562025-01-14T20:26:26.448Z Compiling proc-macro-error v1.0.4
26572025-01-14T20:26:26.930Z Compiling camino-tempfile v1.1.1
26582025-01-14T20:26:26.949Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26592025-01-14T20:26:27.254Z Compiling hash32 v0.3.1
26602025-01-14T20:26:27.443Z Compiling cstr-argument v0.1.2
26612025-01-14T20:26:27.512Z Compiling smoltcp v0.11.0
26622025-01-14T20:26:27.726Z Compiling pretty-hex v0.2.1
26632025-01-14T20:26:27.855Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26642025-01-14T20:26:27.927Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26652025-01-14T20:26:28.047Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26662025-01-14T20:26:28.428Z Compiling tabwriter v1.4.0
26672025-01-14T20:26:28.665Z Compiling colored v2.1.0
26682025-01-14T20:26:28.948Z Compiling cobs v0.2.3
26692025-01-14T20:26:29.044Z Compiling serde_with v3.11.0
26702025-01-14T20:26:29.255Z Compiling postcard v1.0.10
26712025-01-14T20:26:29.487Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26722025-01-14T20:26:29.797Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26732025-01-14T20:26:29.990Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26742025-01-14T20:26:30.050Z Compiling thiserror v2.0.3
26752025-01-14T20:26:30.733Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26762025-01-14T20:26:31.058Z Compiling smf v0.2.3
26772025-01-14T20:26:31.316Z Compiling thiserror-impl v2.0.3
26782025-01-14T20:26:31.813Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26792025-01-14T20:26:32.532Z Compiling zone_cfg_derive v0.3.0
26802025-01-14T20:26:33.069Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26812025-01-14T20:26:33.127Z Compiling num-derive v0.4.2
26822025-01-14T20:26:33.532Z Compiling sigpipe v0.1.3
26832025-01-14T20:26:33.690Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26842025-01-14T20:26:33.827Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26852025-01-14T20:26:34.016Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26862025-01-14T20:26:34.037Z Compiling zone v0.3.0
26872025-01-14T20:26:34.581Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26882025-01-14T20:26:34.677Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26892025-01-14T20:26:35.054Z Compiling universal-hash v0.5.1
26902025-01-14T20:26:35.175Z Compiling opaque-debug v0.3.1
26912025-01-14T20:26:35.236Z Compiling tungstenite v0.21.0
26922025-01-14T20:26:35.269Z Compiling num-rational v0.4.2
26932025-01-14T20:26:35.289Z Compiling password-hash v0.5.0
26942025-01-14T20:26:35.506Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26952025-01-14T20:26:35.698Z Compiling blake2 v0.10.6
26962025-01-14T20:26:36.357Z Compiling num-complex v0.4.6
26972025-01-14T20:26:36.458Z Compiling aead v0.5.2
26982025-01-14T20:26:36.561Z Compiling keccak v0.1.5
26992025-01-14T20:26:36.836Z Compiling convert_case v0.4.0
27002025-01-14T20:26:37.064Z Compiling base64 v0.21.7
27012025-01-14T20:26:37.121Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27022025-01-14T20:26:37.492Z Compiling num v0.4.3
27032025-01-14T20:26:37.511Z Compiling sha3 v0.10.8
27042025-01-14T20:26:37.541Z Compiling tokio-tungstenite v0.21.0
27052025-01-14T20:26:37.616Z Compiling argon2 v0.5.3
27062025-01-14T20:26:37.677Z Compiling poly1305 v0.8.0
27072025-01-14T20:26:37.906Z Compiling chacha20 v0.9.1
27082025-01-14T20:26:37.909Z Compiling derive_more v0.99.18
27092025-01-14T20:26:38.162Z Compiling float-ord v0.3.2
27102025-01-14T20:26:38.352Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27112025-01-14T20:26:38.413Z Compiling semver v0.1.20
27122025-01-14T20:26:38.821Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27132025-01-14T20:26:38.843Z Compiling same-file v1.0.6
27142025-01-14T20:26:39.125Z Compiling walkdir v2.5.0
27152025-01-14T20:26:39.173Z Compiling rustc_version v0.1.7
27162025-01-14T20:26:39.230Z Compiling newline-converter v0.3.0
27172025-01-14T20:26:39.356Z Compiling primeorder v0.13.6
27182025-01-14T20:26:39.412Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27192025-01-14T20:26:39.732Z Compiling secrecy v0.8.0
27202025-01-14T20:26:39.867Z Compiling cancel-safe-futures v0.1.5
27212025-01-14T20:26:39.970Z Compiling owo-colors v4.1.0
27222025-01-14T20:26:40.014Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27232025-01-14T20:26:40.077Z Compiling newtype_derive v0.1.6
27242025-01-14T20:26:40.251Z Compiling expectorate v1.1.0
27252025-01-14T20:26:40.303Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27262025-01-14T20:26:40.376Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27272025-01-14T20:26:40.439Z Compiling thiserror-impl-no-std v2.0.2
27282025-01-14T20:26:40.512Z Compiling blake3 v1.5.4
27292025-01-14T20:26:40.714Z Compiling half v2.4.1
27302025-01-14T20:26:40.846Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27312025-01-14T20:26:41.172Z Compiling unicase v2.7.0
27322025-01-14T20:26:41.200Z Compiling ciborium-io v0.2.2
27332025-01-14T20:26:41.299Z Compiling arc-swap v1.7.1
27342025-01-14T20:26:41.350Z Compiling ciborium-ll v0.2.2
27352025-01-14T20:26:41.682Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27362025-01-14T20:26:41.777Z Compiling slog-scope v4.4.0
27372025-01-14T20:26:41.966Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27382025-01-14T20:26:42.153Z Compiling typify-macro v0.2.0
27392025-01-14T20:26:42.308Z Compiling polyval v0.6.2
27402025-01-14T20:26:42.350Z Compiling atomicwrites v0.4.4
27412025-01-14T20:26:42.747Z Compiling libsw v3.3.1
27422025-01-14T20:26:42.784Z Compiling memmap2 v0.9.5
27432025-01-14T20:26:42.915Z Compiling salty v0.3.0
27442025-01-14T20:26:43.073Z Compiling parking_lot_core v0.8.6
27452025-01-14T20:26:43.249Z Compiling linear-map v1.2.0
27462025-01-14T20:26:43.349Z Compiling constant_time_eq v0.3.1
27472025-01-14T20:26:43.559Z Compiling libefi-sys v0.1.0
27482025-01-14T20:26:43.562Z Compiling arrayvec v0.7.6
27492025-01-14T20:26:43.652Z Compiling indent_write v2.2.0
27502025-01-14T20:26:43.797Z Compiling thiserror-no-std v2.0.2
27512025-01-14T20:26:43.855Z Compiling arrayref v0.3.9
27522025-01-14T20:26:43.918Z Compiling vsss-rs v3.3.4
27532025-01-14T20:26:44.012Z Compiling ghash v0.5.1
27542025-01-14T20:26:44.199Z Compiling slog-stdlog v4.1.1
27552025-01-14T20:26:44.594Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27562025-01-14T20:26:44.594Z Compiling ciborium v0.2.2
27572025-01-14T20:26:44.958Z Compiling p384 v0.13.0
27582025-01-14T20:26:45.236Z Compiling toolchain_find v0.4.0
27592025-01-14T20:26:45.899Z Compiling chacha20poly1305 v0.10.1
27602025-01-14T20:26:45.956Z Compiling lzma-sys v0.1.20
27612025-01-14T20:26:46.146Z Compiling ctr v0.9.2
27622025-01-14T20:26:46.167Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27632025-01-14T20:26:46.538Z Compiling bitfield-struct v0.6.2
27642025-01-14T20:26:46.559Z Compiling slog-dtrace v0.3.0
27652025-01-14T20:26:46.563Z Compiling topological-sort v0.2.2
27662025-01-14T20:26:46.598Z Compiling highway v1.2.0
27672025-01-14T20:26:46.634Z Compiling typify v0.2.0
27682025-01-14T20:26:46.757Z Compiling omicron-zone-package v0.12.0
27692025-01-14T20:26:46.799Z Compiling progenitor-impl v0.8.0
27702025-01-14T20:26:46.925Z Compiling aes-gcm v0.10.3
27712025-01-14T20:26:46.945Z Compiling rustfmt-wrapper v0.2.1
27722025-01-14T20:26:47.285Z Compiling mime_guess v2.0.5
27732025-01-14T20:26:47.457Z Compiling slog-envlogger v2.2.0
27742025-01-14T20:26:47.625Z Compiling steno v0.4.1
27752025-01-14T20:26:48.134Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27762025-01-14T20:26:48.713Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27772025-01-14T20:26:48.911Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27782025-01-14T20:26:49.101Z Compiling heck v0.3.3
27792025-01-14T20:26:49.124Z Compiling ssh-encoding v0.2.0
27802025-01-14T20:26:49.320Z Compiling blowfish v0.9.1
27812025-01-14T20:26:49.406Z Compiling nibble_vec v0.1.0
27822025-01-14T20:26:49.554Z Compiling env_filter v0.1.2
27832025-01-14T20:26:49.635Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27842025-01-14T20:26:49.670Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27852025-01-14T20:26:49.785Z Compiling endian-type v0.1.2
27862025-01-14T20:26:49.811Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27872025-01-14T20:26:49.937Z Compiling humantime v2.1.0
27882025-01-14T20:26:50.018Z Compiling radix_trie v0.2.1
27892025-01-14T20:26:50.088Z Compiling env_logger v0.11.5
27902025-01-14T20:26:50.143Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27912025-01-14T20:26:50.316Z Compiling zone_cfg_derive v0.1.2
27922025-01-14T20:26:50.486Z Compiling bcrypt-pbkdf v0.10.0
27932025-01-14T20:26:50.761Z Compiling ssh-cipher v0.2.0
27942025-01-14T20:26:50.856Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27952025-01-14T20:26:51.170Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27962025-01-14T20:26:51.261Z Compiling parking_lot v0.11.2
27972025-01-14T20:26:52.056Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27982025-01-14T20:26:52.184Z Compiling password-hash v0.4.2
27992025-01-14T20:26:52.266Z Compiling gethostname v0.5.0
28002025-01-14T20:26:52.455Z Compiling fxhash v0.2.1
28012025-01-14T20:26:52.501Z Compiling bumpalo v3.16.0
28022025-01-14T20:26:52.517Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28032025-01-14T20:26:52.552Z Compiling matches v0.1.10
28042025-01-14T20:26:52.661Z Compiling zip v2.1.3
28052025-01-14T20:26:52.681Z Compiling base64 v0.13.1
28062025-01-14T20:26:52.821Z Compiling lockfree-object-pool v0.1.6
28072025-01-14T20:26:52.991Z Compiling simd-adler32 v0.3.7
28082025-01-14T20:26:53.020Z Compiling http-range v0.1.5
28092025-01-14T20:26:53.116Z Compiling ron v0.7.1
28102025-01-14T20:26:53.201Z Compiling pbkdf2 v0.11.0
28112025-01-14T20:26:53.313Z Compiling idna v0.2.3
28122025-01-14T20:26:53.385Z Compiling zopfli v0.8.1
28132025-01-14T20:26:53.582Z Compiling sled v0.34.7
28142025-01-14T20:26:53.606Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28152025-01-14T20:26:54.007Z Compiling xz2 v0.1.7
28162025-01-14T20:26:54.303Z Compiling zone v0.1.8
28172025-01-14T20:26:54.530Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28182025-01-14T20:26:55.200Z Compiling progenitor-macro v0.8.0
28192025-01-14T20:26:55.225Z Compiling ssh-key v0.6.6
28202025-01-14T20:26:55.425Z Compiling hickory-client v0.24.1
28212025-01-14T20:26:56.011Z Compiling p256 v0.13.2
28222025-01-14T20:26:56.050Z Compiling p521 v0.13.3
28232025-01-14T20:26:56.172Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28242025-01-14T20:26:56.895Z Compiling hickory-server v0.24.1
28252025-01-14T20:26:56.964Z Compiling enum-as-inner v0.5.1
28262025-01-14T20:26:57.368Z Compiling pem v3.0.4
28272025-01-14T20:26:58.054Z Compiling yasna v0.5.2
28282025-01-14T20:26:58.241Z Compiling headers-core v0.3.0
28292025-01-14T20:26:58.423Z Compiling kstat-rs v0.2.4
28302025-01-14T20:26:58.518Z Compiling nanorand v0.7.0
28312025-01-14T20:26:59.126Z Compiling atty v0.2.14
28322025-01-14T20:26:59.147Z Compiling russh-cryptovec v0.7.3
28332025-01-14T20:26:59.289Z Compiling md5 v0.7.0
28342025-01-14T20:26:59.478Z Compiling rcgen v0.12.1
28352025-01-14T20:26:59.785Z Compiling russh-keys v0.45.0
28362025-01-14T20:26:59.823Z Compiling flume v0.11.1
28372025-01-14T20:26:59.875Z Compiling headers v0.4.0
28382025-01-14T20:26:59.965Z Compiling trust-dns-proto v0.22.0
28392025-01-14T20:27:01.775Z Compiling hyper-staticfile v0.10.1
28402025-01-14T20:27:02.063Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28412025-01-14T20:27:02.720Z Compiling num-bigint v0.4.6
28422025-01-14T20:27:03.010Z Compiling des v0.8.1
28432025-01-14T20:27:03.156Z Compiling subprocess v0.2.9
28442025-01-14T20:27:03.381Z Compiling hex-literal v0.4.1
28452025-01-14T20:27:03.555Z Compiling display-error-chain v0.2.2
28462025-01-14T20:27:03.783Z Compiling dhcproto-macros v0.1.0
28472025-01-14T20:27:03.994Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28482025-01-14T20:27:04.109Z Compiling internet-checksum v0.2.1
28492025-01-14T20:27:04.770Z Compiling dhcproto v0.12.0
28502025-01-14T20:27:05.688Z Compiling russh v0.45.0
28512025-01-14T20:27:08.425Z Compiling progenitor v0.8.0
28522025-01-14T20:27:08.558Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28532025-01-14T20:27:08.562Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28542025-01-14T20:27:08.562Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28552025-01-14T20:27:08.562Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28562025-01-14T20:27:08.562Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28572025-01-14T20:27:08.562Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28582025-01-14T20:27:08.659Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28592025-01-14T20:27:10.115Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28602025-01-14T20:27:10.461Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28612025-01-14T20:27:11.013Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28622025-01-14T20:27:13.670Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28632025-01-14T20:27:14.444Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28642025-01-14T20:27:24.471Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28652025-01-14T20:27:24.474Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28662025-01-14T20:27:24.474Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28672025-01-14T20:27:24.474Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28682025-01-14T20:27:25.303Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28692025-01-14T20:27:27.857Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28702025-01-14T20:27:28.667Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28712025-01-14T20:27:29.651Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28722025-01-14T20:27:29.824Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28732025-01-14T20:27:32.299Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28742025-01-14T20:27:32.964Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28752025-01-14T20:27:33.930Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28762025-01-14T20:27:34.115Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28772025-01-14T20:27:35.352Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28782025-01-14T20:27:36.912Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28792025-01-14T20:27:37.132Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28802025-01-14T20:27:38.018Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28812025-01-14T20:27:38.650Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28822025-01-14T20:27:38.796Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28832025-01-14T20:27:40.627Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28842025-01-14T20:27:41.155Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28852025-01-14T20:27:42.844Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28862025-01-14T20:27:43.903Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28872025-01-14T20:27:45.043Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28882025-01-14T20:27:48.324Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28892025-01-14T20:27:48.972Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28902025-01-14T20:27:50.800Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28912025-01-14T20:27:51.136Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922025-01-14T20:27:54.699Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28932025-01-14T20:28:03.561Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28942025-01-14T20:28:04.879Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28952025-01-14T20:28:25.019Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28962025-01-14T20:29:04.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
28972025-01-14T20:29:04.998Z
28982025-01-14T20:29:05.002Zreal 2:48.301415174
28992025-01-14T20:29:05.002Zuser 12:42.952419334
29002025-01-14T20:29:05.002Zsys 2:46.477450681
29012025-01-14T20:29:05.002Ztrap 0.332109394
29022025-01-14T20:29:05.002Ztflt 0.871924893
29032025-01-14T20:29:05.002Zdflt 2.465019083
29042025-01-14T20:29:05.002Zkflt 0.000025170
29052025-01-14T20:29:05.002Zlock 26:39.165264240
29062025-01-14T20:29:05.003Zslp 45:36.934824849
29072025-01-14T20:29:05.003Zlat 35.412264256
29082025-01-14T20:29:05.003Zstop 1:31.544115137
29092025-01-14T20:29:05.003Z+ mkdir tests
29102025-01-14T20:29:05.006Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29112025-01-14T20:29:05.006Z+ xargs -I '{}' -t cp '{}' tests/
29122025-01-14T20:29:05.049Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a626e37ccfd99b4e tests/
29132025-01-14T20:29:05.075Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-060574ed1f013f50 tests/
29142025-01-14T20:29:05.102Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8145734fd1977ee tests/
29152025-01-14T20:29:05.129Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6848ed0f70deae96 tests/
29162025-01-14T20:29:05.407Z+ 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/*)
29172025-01-14T20:29:05.410Z+ 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-a626e37ccfd99b4e tests/commtest-a8145734fd1977ee tests/dhcp_server-060574ed1f013f50 tests/end_to_end_tests-6848ed0f70deae96 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
29182025-01-14T20:30:18.081ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29192025-01-14T20:30:18.082Za .github/buildomat/ci-env.sh 1K
29202025-01-14T20:30:18.082Za out/target/test 1K
29212025-01-14T20:30:18.082Za out/npuzone/npuzone 23144K
29222025-01-14T20:30:18.082Za package-manifest.toml 34K
29232025-01-14T20:30:18.082Za smf/sled-agent/non-gimlet/config.toml 4K
29242025-01-14T20:30:18.082Za target/release/omicron-package 36062K
29252025-01-14T20:30:18.082Za target/release/xtask 11721K
29262025-01-14T20:30:18.082Za target/debug/bootstrap 209151K
29272025-01-14T20:30:18.082Za tests/bootstrap-a626e37ccfd99b4e 24243K
29282025-01-14T20:30:18.082Za tests/commtest-a8145734fd1977ee 25019K
29292025-01-14T20:30:18.082Za tests/dhcp_server-060574ed1f013f50 24243K
29302025-01-14T20:30:18.082Za tests/end_to_end_tests-6848ed0f70deae96 272005K
29312025-01-14T20:30:18.082Za out/clickhouse.tar.gz 293540K
29322025-01-14T20:30:18.082Za out/clickhouse_keeper.tar.gz 280637K
29332025-01-14T20:30:18.082Za out/clickhouse_server.tar.gz 293516K
29342025-01-14T20:30:18.082Za out/cockroachdb.tar.gz 134634K
29352025-01-14T20:30:18.082Za out/crucible-dtrace.tar 85K
29362025-01-14T20:30:18.082Za out/crucible-pantry-zone.tar.gz 28210K
29372025-01-14T20:30:18.082Za out/crucible-zone.tar.gz 36432K
29382025-01-14T20:30:18.082Za out/external-dns.tar.gz 35340K
29392025-01-14T20:30:18.082Za out/internal-dns.tar.gz 35340K
29402025-01-14T20:30:18.082Za out/mg-ddm-gz.tar 63075K
29412025-01-14T20:30:18.082Za out/nexus.tar.gz 99083K
29422025-01-14T20:30:18.082Za out/ntp.tar.gz 10387K
29432025-01-14T20:30:18.082Za out/omicron-gateway-softnpu.tar.gz 23972K
29442025-01-14T20:30:18.082Za out/omicron-sled-agent.tar 113922K
29452025-01-14T20:30:18.082Za out/overlay.tar.gz 3K
29462025-01-14T20:30:18.082Za out/oximeter.tar.gz 47840K
29472025-01-14T20:30:18.083Za out/oxlog.tar 3088K
29482025-01-14T20:30:18.083Za out/probe.tar.gz 2764K
29492025-01-14T20:30:18.083Za out/propolis-server.tar.gz 66291K
29502025-01-14T20:30:18.083Za out/pumpkind-gz.tar 26665K
29512025-01-14T20:30:18.083Za out/switch-softnpu.tar.gz 235417K
29522025-01-14T20:30:18.085Z
29532025-01-14T20:30:18.085Zreal 1:12.671305725
29542025-01-14T20:30:18.085Zuser 1:09.388193034
29552025-01-14T20:30:18.085Zsys 4.683446614
29562025-01-14T20:30:18.086Ztrap 0.017928487
29572025-01-14T20:30:18.086Ztflt 0.000000000
29582025-01-14T20:30:18.086Zdflt 0.000000000
29592025-01-14T20:30:18.086Zkflt 0.000000000
29602025-01-14T20:30:18.086Zlock 0.000000000
29612025-01-14T20:30:18.086Zslp 1:09.137396675
29622025-01-14T20:30:18.086Zlat 2.110965382
29632025-01-14T20:30:18.086Zstop 0.000200717
29642025-01-14T20:30:18.086Zprocess exited: duration 1972152 ms, exit code 0
 
29652025-01-14T20:30:18.101Zfound 1 output files
29662025-01-14T20:30:18.101Zuploading: /work/package.tar.gz (1890978122 bytes)
29672025-01-14T20:30:53.892Zuploaded: /work/package.tar.gz