01JFJYQZB10TF9BNCX9WBE6PHK: 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: 01JFJYRWNQWR8A0Y8450VC1J99

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T21:16:01.148Zjob assigned to worker 01JFJYS6PR9ZTEQVT2BKF3ASDK [factory aws, i-00cf30313b92ed607] (queued for 1 m 2 s)
 
22024-12-20T21:16:09.189Zstarting task 0: "setup"
32024-12-20T21:16:09.201Z++ uname -s
42024-12-20T21:16:09.208Z+ kern=SunOS
52024-12-20T21:16:09.208Z+ case "$kern" in
62024-12-20T21:16:09.208Z+ groupadd -g 12345 build
72024-12-20T21:16:09.211Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T21:16:11.224Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T21:16:11.378Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T21:16:11.381Z+ home_fs=zfs
112024-12-20T21:16:11.381Z+ [[ zfs == autofs ]]
122024-12-20T21:16:11.381Z+ mkdir -p /home/build
132024-12-20T21:16:11.385Z+ chown build:build /home/build /work
142024-12-20T21:16:13.385Z+ chmod 0700 /home/build /work
152024-12-20T21:16:13.388Zprocess exited: duration 4198 ms, exit code 0
 
162024-12-20T21:16:13.395Zstarting task 1: "rust-toolchain"
172024-12-20T21:16:13.400Z+ printf ' * toolchain channel = "%s"
182024-12-20T21:16:13.400Z * toolchain channel = "1.81.0"
192024-12-20T21:16:13.400Z * toolchain profile = "default"
202024-12-20T21:16:13.400Z' 1.81.0
212024-12-20T21:16:13.400Z+ printf ' * toolchain profile = "%s"
222024-12-20T21:16:13.400Z' default
232024-12-20T21:16:13.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T21:16:13.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T21:16:13.523Zinfo: downloading installer
262024-12-20T21:16:14.700Zinfo: profile set to 'default'
272024-12-20T21:16:14.700Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T21:16:14.704Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T21:16:14.851Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T21:16:14.851Zinfo: downloading component 'cargo'
312024-12-20T21:16:15.682Zinfo: downloading component 'clippy'
322024-12-20T21:16:15.988Zinfo: downloading component 'rust-docs'
332024-12-20T21:16:17.140Zinfo: downloading component 'rust-std'
342024-12-20T21:16:18.939Zinfo: downloading component 'rustc'
352024-12-20T21:16:25.390Zinfo: downloading component 'rustfmt'
362024-12-20T21:16:25.635Zinfo: installing component 'cargo'
372024-12-20T21:16:26.435Zinfo: installing component 'clippy'
382024-12-20T21:16:26.788Zinfo: installing component 'rust-docs'
392024-12-20T21:16:28.398Zinfo: installing component 'rust-std'
402024-12-20T21:16:30.137Zinfo: installing component 'rustc'
412024-12-20T21:16:35.792Zinfo: installing component 'rustfmt'
422024-12-20T21:16:36.113Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T21:16:36.114Z
442024-12-20T21:16:36.481Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T21:16:36.481Z
462024-12-20T21:16:36.484Z
472024-12-20T21:16:36.484ZRust is installed now. Great!
482024-12-20T21:16:36.484Z
492024-12-20T21:16:36.484ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T21:16:36.484Zenvironment variable. This has not been done automatically.
512024-12-20T21:16:36.484Z
522024-12-20T21:16:36.484ZTo configure your current shell, you need to source
532024-12-20T21:16:36.484Zthe corresponding env file under $HOME/.cargo.
542024-12-20T21:16:36.484Z
552024-12-20T21:16:36.484ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T21:16:36.484Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T21:16:36.484Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T21:16:36.554Z+ rustc --version
592024-12-20T21:16:36.620Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T21:16:36.623Zprocess exited: duration 23225 ms, exit code 0
 
612024-12-20T21:16:36.629Zstarting task 2: "authentication"
622024-12-20T21:16:36.651Zprocess exited: duration 20 ms, exit code 0
 
632024-12-20T21:16:36.658Zstarting task 3: "clone repository"
642024-12-20T21:16:36.664Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T21:16:36.666Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T21:16:36.704ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T21:16:43.032Z+ cd /work/oxidecomputer/omicron
682024-12-20T21:16:43.032Z+ git fetch origin 5ecbe5f8c69e9341929462519acbb113b522705b
692024-12-20T21:16:43.308ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T21:16:43.308Z * branch 5ecbe5f8c69e9341929462519acbb113b522705b -> FETCH_HEAD
712024-12-20T21:16:43.319Z+ [[ -n sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]]
722024-12-20T21:16:43.322Z++ git branch --show-current
732024-12-20T21:16:43.325Z+ current=main
742024-12-20T21:16:43.325Z+ [[ main != sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]]
752024-12-20T21:16:43.326Z+ git branch -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target 5ecbe5f8c69e9341929462519acbb113b522705b
762024-12-20T21:16:43.329Z+ git checkout -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target
772024-12-20T21:16:43.506ZSwitched to branch 'sunshowers/spr/2n-omicron-package-better-error-messages-around-target'
782024-12-20T21:16:43.509Z+ git reset --hard 5ecbe5f8c69e9341929462519acbb113b522705b
792024-12-20T21:16:43.520ZHEAD is now at 5ecbe5f8c rebase
802024-12-20T21:16:43.522Zprocess exited: duration 6862 ms, exit code 0
 
812024-12-20T21:16:43.527Zstarting task 4: "build"
822024-12-20T21:16:43.534Z+ source .github/buildomat/ci-env.sh
832024-12-20T21:16:43.535Z++ export CARGO_TERM_COLOR=always
842024-12-20T21:16:43.535Z++ CARGO_TERM_COLOR=always
852024-12-20T21:16:43.535Z+ cargo --version
862024-12-20T21:16:43.594Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T21:16:43.596Z+ rustc --version
882024-12-20T21:16:43.655Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T21:16:43.658Z+ WORK=/work
902024-12-20T21:16:43.658Z+ pfexec mkdir -p /work
912024-12-20T21:16:43.661Z+ pfexec chown build /work
922024-12-20T21:16:43.664Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-20T21:16:50.038Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-20T21:16:53.979Z Startup: Caching catalogs ... Done
952024-12-20T21:17:04.922ZPlanning: Solver setup ... Done (9.959s)
962024-12-20T21:17:05.053ZPlanning: Running solver ... Done (0.133s)
972024-12-20T21:17:05.163ZPlanning: Finding local manifests ... Done (0.004s)
982024-12-20T21:17:05.188ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-20T21:17:05.482ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-20T21:17:05.580ZPlanning: Package planning ... Done (0.099s)
1012024-12-20T21:17:05.644ZPlanning: Merging actions ... Done (0.056s)
1022024-12-20T21:17:05.999ZPlanning: Checking for conflicting actions ... Done (0.359s)
1032024-12-20T21:17:08.233ZPlanning: Consolidating action changes ... Done (2.237s)
1042024-12-20T21:17:08.678ZPlanning: Evaluating mediators ... Done (0.445s)
1052024-12-20T21:17:08.756ZPlanning: Planning completed in 14.68 seconds
1062024-12-20T21:17:08.772Z Packages to install: 4
1072024-12-20T21:17:08.772Z Packages to update: 1
1082024-12-20T21:17:08.772Z Mediators to change: 2
1092024-12-20T21:17:08.772Z Services to change: 1
1102024-12-20T21:17:08.775Z Estimated space available: 155.63 GB
1112024-12-20T21:17:08.775ZEstimated space to be consumed: 1.62 GB
1122024-12-20T21:17:08.775Z Create boot environment: No
1132024-12-20T21:17:08.775ZCreate backup boot environment: Yes
1142024-12-20T21:17:08.775Z Rebuild boot archive: No
1152024-12-20T21:17:08.775Z
1162024-12-20T21:17:08.775ZChanged mediators:
1172024-12-20T21:17:08.775Z mediator clang:
1182024-12-20T21:17:08.775Z version: None -> 15 (system default)
1192024-12-20T21:17:08.775Z
1202024-12-20T21:17:08.775Z mediator llvm:
1212024-12-20T21:17:08.775Z version: 14 (system default) -> 15 (system default)
1222024-12-20T21:17:08.775Z
1232024-12-20T21:17:08.775ZChanged packages:
1242024-12-20T21:17:08.775Zhelios-dev
1252024-12-20T21:17:08.775Z developer/build-essential
1262024-12-20T21:17:08.775Z None -> 11-2.0
1272024-12-20T21:17:08.775Z library/libxmlsec1
1282024-12-20T21:17:08.775Z None -> 1.2.35-2.0
1292024-12-20T21:17:08.775Z ooce/developer/clang-15
1302024-12-20T21:17:08.775Z None -> 15.0.7-2.0
1312024-12-20T21:17:08.775Z ooce/developer/llvm-15
1322024-12-20T21:17:08.775Z None -> 15.0.7-2.0
1332024-12-20T21:17:08.775Z package/pkg
1342024-12-20T21:17:08.775Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-20T21:17:08.775Z
1362024-12-20T21:17:08.775ZServices:
1372024-12-20T21:17:08.775Z restart_fmri:
1382024-12-20T21:17:08.775Z svc:/system/update-man-index:default
1392024-12-20T21:17:08.776Z
1402024-12-20T21:17:08.776ZEditable files to change:
1412024-12-20T21:17:08.776Z Update:
1422024-12-20T21:17:08.776Z usr/share/lib/pkg/web/config.shtml
1432024-12-20T21:17:08.857Z
1442024-12-20T21:17:08.857ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-20T21:17:13.859ZDownload: 662/4281 items 18.0/220.6MB 8% complete (3.5M/s)
1462024-12-20T21:17:18.925ZDownload: 1194/4281 items 83.5/220.6MB 37% complete (8.9M/s)
1472024-12-20T21:17:23.926ZDownload: 1956/4281 items 118.7/220.6MB 53% complete (10.1M/s)
1482024-12-20T21:17:28.934ZDownload: 2668/4281 items 120.7/220.6MB 54% complete (3.8M/s)
1492024-12-20T21:17:33.935ZDownload: 3225/4281 items 175.5/220.6MB 79% complete (5.6M/s)
1502024-12-20T21:17:41.668ZDownload: 3289/4281 items 212.6/220.6MB 96% complete (9.2M/s)
1512024-12-20T21:17:46.706ZDownload: 3526/4281 items 215.5/220.6MB 97% complete (823k/s)
1522024-12-20T21:17:51.736ZDownload: 4083/4281 items 219.6/220.6MB 99% complete (705k/s)
1532024-12-20T21:17:55.130ZDownload: Completed 220.60 MB in 46.27 seconds (4.8M/s)
1542024-12-20T21:17:56.174Z Actions: 1/5063 actions (Removing old actions)
1552024-12-20T21:17:56.199Z Actions: 194/5063 actions (Installing new actions)
1562024-12-20T21:18:00.872Z Actions: 4226/5063 actions (Updating modified actions)
1572024-12-20T21:18:01.187Z Actions: Completed 5063 actions in 5.01 seconds.
1582024-12-20T21:18:01.606Z Done (0.412s)
1592024-12-20T21:18:01.609Z Done (0.000s)
1602024-12-20T21:18:02.188Z Done (0.580s)
1612024-12-20T21:18:06.535Z Done (4.117s)
1622024-12-20T21:18:06.624Z Done (0.019s)
1632024-12-20T21:18:06.629Z Done (0.000s)
1642024-12-20T21:18:06.792Z Done (0.000s)
1652024-12-20T21:18:07.536ZPlanning: Evaluating mediator changes ... Done
1662024-12-20T21:18:07.729ZPlanning: Checking for conflicting actions ... Done
1672024-12-20T21:18:07.848ZPlanning: Consolidating action changes ... Done
1682024-12-20T21:18:07.926ZPlanning: Evaluating mediators ... Done
1692024-12-20T21:18:07.930ZPlanning: Planning completed in 0.44 seconds
1702024-12-20T21:18:07.965Z Mediators to change: 2
1712024-12-20T21:18:07.965Z Create boot environment: No
1722024-12-20T21:18:07.970ZCreate backup boot environment: No
1732024-12-20T21:18:08.116Z Done
1742024-12-20T21:18:08.116Z Done
1752024-12-20T21:18:08.475Z Done
1762024-12-20T21:18:12.144Z Done
1772024-12-20T21:18:12.243Z Done
1782024-12-20T21:18:12.245Z Done
1792024-12-20T21:18:12.353Z Done
1802024-12-20T21:18:12.963ZPlanning: Evaluating mediator changes ... Done
1812024-12-20T21:18:12.966ZPlanning: Merging actions ... Done
1822024-12-20T21:18:13.153ZPlanning: Checking for conflicting actions ... Done
1832024-12-20T21:18:13.155ZPlanning: Consolidating action changes ... Done
1842024-12-20T21:18:13.422ZPlanning: Evaluating mediators ... Done
1852024-12-20T21:18:13.479ZPlanning: Planning completed in 0.76 seconds
1862024-12-20T21:18:13.519Z Packages to change: 1
1872024-12-20T21:18:13.519Z Mediators to change: 1
1882024-12-20T21:18:13.522Z Services to change: 1
1892024-12-20T21:18:13.522Z Create boot environment: No
1902024-12-20T21:18:13.522ZCreate backup boot environment: Yes
1912024-12-20T21:18:15.797Z Actions: 1/6 actions (Updating modified actions)
1922024-12-20T21:18:15.905Z Actions: Completed 6 actions in 0.00 seconds.
1932024-12-20T21:18:15.905Z Done
1942024-12-20T21:18:15.905Z Done
1952024-12-20T21:18:15.995Z Done
1962024-12-20T21:18:19.489Z Done
1972024-12-20T21:18:19.578Z Done
1982024-12-20T21:18:19.581Z Done
1992024-12-20T21:18:19.713Z Done
2002024-12-20T21:18:20.145ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012024-12-20T21:18:20.145Zclang system 15 system
2022024-12-20T21:18:20.145Zcsh system system illumos
2032024-12-20T21:18:20.145Zctags system system illumos
2042024-12-20T21:18:20.145Zgcc vendor 12 vendor
2052024-12-20T21:18:20.145Zgcc system 10 system
2062024-12-20T21:18:20.145Zgcc system 7 system
2072024-12-20T21:18:20.145Zgo system 1.20 system
2082024-12-20T21:18:20.145Zgo system 1.19 system
2092024-12-20T21:18:20.145Zllvm system 15 system
2102024-12-20T21:18:20.145Zllvm system 14 system
2112024-12-20T21:18:20.145Zmariadb system 10.6 system
2122024-12-20T21:18:20.145Zmta vendor vendor dma
2132024-12-20T21:18:20.145Zopenjdk system 17 system
2142024-12-20T21:18:20.145Zopenjdk system 11 system
2152024-12-20T21:18:20.145Zopenjdk system 1.8 system
2162024-12-20T21:18:20.145Zopenssl vendor 3 vendor
2172024-12-20T21:18:20.146Zperl system 5.36 system
2182024-12-20T21:18:20.146Zpostgresql system 15 system
2192024-12-20T21:18:20.146Zpostgresql system 13 system
2202024-12-20T21:18:20.146Zpython vendor 3 vendor
2212024-12-20T21:18:20.146Zpython system 2 system
2222024-12-20T21:18:20.146Zpython3 system 3.11 system
2232024-12-20T21:18:20.146Zruby system 3.0 system
2242024-12-20T21:18:20.146Zwords vendor vendor american-english
2252024-12-20T21:18:20.146Zwords system system australian-english
2262024-12-20T21:18:20.146Zwords system system british-english
2272024-12-20T21:18:20.146Zwords system system canadian-english
2282024-12-20T21:18:20.146Zwords system system french
2292024-12-20T21:18:20.146Zwords system system italian
2302024-12-20T21:18:20.146Zwords system system ngerman
2312024-12-20T21:18:20.146Zwords system system ogerman
2322024-12-20T21:18:20.146Zwords system system spanish
2332024-12-20T21:18:20.477ZPUBLISHER TYPE STATUS P LOCATION
2342024-12-20T21:18:20.477Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2352024-12-20T21:18:23.227ZFMRI IFO
2362024-12-20T21:18:23.227Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2372024-12-20T21:18:23.227Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2382024-12-20T21:18:23.227Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2392024-12-20T21:18:23.227Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2402024-12-20T21:18:23.227Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2412024-12-20T21:18:23.227Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2422024-12-20T21:18:23.227Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2432024-12-20T21:18:23.227Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2442024-12-20T21:18:23.227Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2452024-12-20T21:18:23.227Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2462024-12-20T21:18:23.227Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2472024-12-20T21:18:23.227Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2482024-12-20T21:18:23.227Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2492024-12-20T21:18:23.227Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2502024-12-20T21:18:23.227Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2512024-12-20T21:18:23.991Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2522024-12-20T21:18:24.251Z Updating crates.io index
2532024-12-20T21:18:24.307Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542024-12-20T21:18:24.901Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2552024-12-20T21:18:25.098Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2562024-12-20T21:18:25.461Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2572024-12-20T21:18:25.753Z Updating git repository `https://github.com/oxidecomputer/propolis`
2582024-12-20T21:18:26.633Z Updating git repository `https://github.com/oxidecomputer/crucible`
2592024-12-20T21:18:28.148Z Updating git repository `https://github.com/oxidecomputer/opte`
2602024-12-20T21:18:28.780Z Updating git repository `https://github.com/oxidecomputer/falcon`
2612024-12-20T21:18:29.565Z Updating git repository `https://github.com/oxidecomputer/clickward`
2622024-12-20T21:18:29.843Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632024-12-20T21:18:30.185Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642024-12-20T21:18:30.736Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2652024-12-20T21:18:31.211Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662024-12-20T21:18:31.512Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672024-12-20T21:18:31.813Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682024-12-20T21:18:32.113Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692024-12-20T21:18:32.337Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702024-12-20T21:18:32.681Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2712024-12-20T21:18:32.982Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722024-12-20T21:18:33.301Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2732024-12-20T21:18:33.618Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742024-12-20T21:18:34.187Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752024-12-20T21:18:34.575Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762024-12-20T21:18:35.015Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772024-12-20T21:18:35.465Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2782024-12-20T21:18:35.739Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792024-12-20T21:18:36.001Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802024-12-20T21:18:36.270Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812024-12-20T21:18:37.607Z Downloading crates ...
2822024-12-20T21:18:37.665Z Downloaded anstream v0.6.15
2832024-12-20T21:18:37.672Z Downloaded cargo-platform v0.1.8
2842024-12-20T21:18:37.675Z Downloaded anstyle-parse v0.2.5
2852024-12-20T21:18:37.681Z Downloaded pretty-hex v0.4.1
2862024-12-20T21:18:37.689Z Downloaded scroll_derive v0.12.0
2872024-12-20T21:18:37.692Z Downloaded equivalent v1.0.1
2882024-12-20T21:18:37.698Z Downloaded swrite v0.1.0
2892024-12-20T21:18:37.700Z Downloaded clap_lex v0.7.2
2902024-12-20T21:18:37.703Z Downloaded byteorder v1.5.0
2912024-12-20T21:18:37.709Z Downloaded dtrace-parser v0.2.0
2922024-12-20T21:18:37.713Z Downloaded usdt-attr-macro v0.5.0
2932024-12-20T21:18:37.718Z Downloaded usdt-macro v0.5.0
2942024-12-20T21:18:37.721Z Downloaded bytecount v0.6.8
2952024-12-20T21:18:37.721Z Downloaded colorchoice v1.0.2
2962024-12-20T21:18:37.724Z Downloaded block-buffer v0.10.4
2972024-12-20T21:18:37.724Z Downloaded cfg-if v1.0.0
2982024-12-20T21:18:37.728Z Downloaded fs-err v2.11.0
2992024-12-20T21:18:37.728Z Downloaded toml_datetime v0.6.8
3002024-12-20T21:18:37.731Z Downloaded tabled_derive v0.7.0
3012024-12-20T21:18:37.731Z Downloaded pest_generator v2.7.14
3022024-12-20T21:18:37.731Z Downloaded heck v0.5.0
3032024-12-20T21:18:37.731Z Downloaded fastrand v2.1.1
3042024-12-20T21:18:37.734Z Downloaded strsim v0.11.1
3052024-12-20T21:18:37.734Z Downloaded terminal_size v0.4.0
3062024-12-20T21:18:37.737Z Downloaded smawk v0.3.2
3072024-12-20T21:18:37.737Z Downloaded thiserror-impl v1.0.69
3082024-12-20T21:18:37.740Z Downloaded generic-array v0.14.7
3092024-12-20T21:18:37.743Z Downloaded digest v0.10.7
3102024-12-20T21:18:37.746Z Downloaded usdt v0.5.0
3112024-12-20T21:18:37.746Z Downloaded cpufeatures v0.2.14
3122024-12-20T21:18:37.749Z Downloaded errno v0.3.9
3132024-12-20T21:18:37.749Z Downloaded clap_derive v4.5.18
3142024-12-20T21:18:37.753Z Downloaded unicode-linebreak v0.1.5
3152024-12-20T21:18:37.753Z Downloaded thiserror v1.0.69
3162024-12-20T21:18:37.756Z Downloaded heck v0.4.1
3172024-12-20T21:18:37.759Z Downloaded serde_spanned v0.6.8
3182024-12-20T21:18:37.759Z Downloaded memmap v0.7.0
3192024-12-20T21:18:37.762Z Downloaded itoa v1.0.11
3202024-12-20T21:18:37.762Z Downloaded cargo_toml v0.20.5
3212024-12-20T21:18:37.762Z Downloaded cargo_metadata v0.18.1
3222024-12-20T21:18:37.766Z Downloaded serde_tokenstream v0.2.2
3232024-12-20T21:18:37.766Z Downloaded plain v0.2.3
3242024-12-20T21:18:37.769Z Downloaded is_terminal_polyfill v1.70.1
3252024-12-20T21:18:37.769Z Downloaded fnv v1.0.7
3262024-12-20T21:18:37.769Z Downloaded autocfg v1.4.0
3272024-12-20T21:18:37.770Z Downloaded macaddr v1.0.1
3282024-12-20T21:18:37.773Z Downloaded camino-tempfile v1.1.1
3292024-12-20T21:18:37.773Z Downloaded semver v1.0.23
3302024-12-20T21:18:37.778Z Downloaded once_cell v1.20.2
3312024-12-20T21:18:37.778Z Downloaded sha2 v0.10.8
3322024-12-20T21:18:37.782Z Downloaded version_check v0.9.5
3332024-12-20T21:18:37.782Z Downloaded anstyle v1.0.10
3342024-12-20T21:18:37.782Z Downloaded proc-macro-error-attr v1.0.4
3352024-12-20T21:18:37.784Z Downloaded dof v0.3.0
3362024-12-20T21:18:37.784Z Downloaded crypto-common v0.1.6
3372024-12-20T21:18:37.784Z Downloaded anstyle-query v1.1.1
3382024-12-20T21:18:37.785Z Downloaded scroll v0.12.0
3392024-12-20T21:18:37.787Z Downloaded thread-id v4.2.2
3402024-12-20T21:18:37.787Z Downloaded tempfile v3.13.0
3412024-12-20T21:18:37.792Z Downloaded anyhow v1.0.93
3422024-12-20T21:18:37.795Z Downloaded utf8parse v0.2.2
3432024-12-20T21:18:37.795Z Downloaded usdt-impl v0.5.0
3442024-12-20T21:18:37.799Z Downloaded quote v1.0.37
3452024-12-20T21:18:37.799Z Downloaded bitflags v2.6.0
3462024-12-20T21:18:37.805Z Downloaded pest_derive v2.7.14
3472024-12-20T21:18:37.808Z Downloaded proc-macro-error v1.0.4
3482024-12-20T21:18:37.808Z Downloaded camino v1.1.9
3492024-12-20T21:18:37.808Z Downloaded ryu v1.0.18
3502024-12-20T21:18:37.813Z Downloaded proc-macro2 v1.0.89
3512024-12-20T21:18:37.816Z Downloaded unicode-ident v1.0.13
3522024-12-20T21:18:37.820Z Downloaded toml v0.8.19
3532024-12-20T21:18:37.823Z Downloaded zerocopy-derive v0.7.35
3542024-12-20T21:18:37.829Z Downloaded clap v4.5.21
3552024-12-20T21:18:37.834Z Downloaded serde_derive v1.0.215
3562024-12-20T21:18:37.838Z Downloaded ucd-trie v0.1.7
3572024-12-20T21:18:37.838Z Downloaded papergrid v0.11.0
3582024-12-20T21:18:37.841Z Downloaded typenum v1.17.0
3592024-12-20T21:18:37.845Z Downloaded textwrap v0.16.1
3602024-12-20T21:18:37.852Z Downloaded indexmap v2.6.0
3612024-12-20T21:18:37.856Z Downloaded pest_meta v2.7.14
3622024-12-20T21:18:37.856Z Downloaded log v0.4.22
3632024-12-20T21:18:37.859Z Downloaded toml_edit v0.22.22
3642024-12-20T21:18:37.878Z Downloaded serde v1.0.215
3652024-12-20T21:18:37.881Z Downloaded memchr v2.7.4
3662024-12-20T21:18:37.902Z Downloaded clap_builder v4.5.21
3672024-12-20T21:18:37.909Z Downloaded hashbrown v0.15.1
3682024-12-20T21:18:37.913Z Downloaded pest v2.7.14
3692024-12-20T21:18:37.920Z Downloaded zerocopy v0.7.35
3702024-12-20T21:18:37.932Z Downloaded serde_json v1.0.132
3712024-12-20T21:18:37.939Z Downloaded tabled v0.15.0
3722024-12-20T21:18:37.953Z Downloaded goblin v0.8.2
3732024-12-20T21:18:37.958Z Downloaded winnow v0.6.20
3742024-12-20T21:18:37.966Z Downloaded syn v1.0.109
3752024-12-20T21:18:37.984Z Downloaded unicode-width v0.1.14
3762024-12-20T21:18:37.988Z Downloaded syn v2.0.87
3772024-12-20T21:18:37.998Z Downloaded rustix v0.38.37
3782024-12-20T21:18:38.040Z Downloaded libc v0.2.162
3792024-12-20T21:18:38.349Z Compiling proc-macro2 v1.0.89
3802024-12-20T21:18:38.349Z Compiling unicode-ident v1.0.13
3812024-12-20T21:18:38.349Z Compiling serde v1.0.215
3822024-12-20T21:18:38.351Z Compiling version_check v0.9.5
3832024-12-20T21:18:38.351Z Compiling memchr v2.7.4
3842024-12-20T21:18:38.351Z Compiling thiserror v1.0.69
3852024-12-20T21:18:38.352Z Compiling libc v0.2.162
3862024-12-20T21:18:38.352Z Compiling itoa v1.0.11
3872024-12-20T21:18:38.604Z Compiling ucd-trie v0.1.7
3882024-12-20T21:18:38.630Z Compiling ryu v1.0.18
3892024-12-20T21:18:38.966Z Compiling once_cell v1.20.2
3902024-12-20T21:18:39.217Z Compiling byteorder v1.5.0
3912024-12-20T21:18:39.311Z Compiling rustix v0.38.37
3922024-12-20T21:18:39.398Z Compiling serde_json v1.0.132
3932024-12-20T21:18:39.758Z Compiling bitflags v2.6.0
3942024-12-20T21:18:39.814Z Compiling proc-macro-error-attr v1.0.4
3952024-12-20T21:18:40.079Z Compiling usdt-impl v0.5.0
3962024-12-20T21:18:40.111Z Compiling syn v1.0.109
3972024-12-20T21:18:40.220Z Compiling quote v1.0.37
3982024-12-20T21:18:40.279Z Compiling proc-macro-error v1.0.4
3992024-12-20T21:18:40.282Z Compiling hashbrown v0.15.1
4002024-12-20T21:18:40.548Z Compiling log v0.4.22
4012024-12-20T21:18:40.573Z Compiling equivalent v1.0.1
4022024-12-20T21:18:40.694Z Compiling syn v2.0.87
4032024-12-20T21:18:40.771Z Compiling errno v0.3.9
4042024-12-20T21:18:40.970Z Compiling camino v1.1.9
4052024-12-20T21:18:40.995Z Compiling utf8parse v0.2.2
4062024-12-20T21:18:41.023Z Compiling plain v0.2.3
4072024-12-20T21:18:41.144Z Compiling thread-id v4.2.2
4082024-12-20T21:18:41.173Z Compiling anstyle-parse v0.2.5
4092024-12-20T21:18:41.497Z Compiling indexmap v2.6.0
4102024-12-20T21:18:41.548Z Compiling is_terminal_polyfill v1.70.1
4112024-12-20T21:18:41.685Z Compiling colorchoice v1.0.2
4122024-12-20T21:18:41.720Z Compiling semver v1.0.23
4132024-12-20T21:18:41.741Z Compiling autocfg v1.4.0
4142024-12-20T21:18:41.854Z Compiling anstyle v1.0.10
4152024-12-20T21:18:42.035Z Compiling unicode-width v0.1.14
4162024-12-20T21:18:42.251Z Compiling anstyle-query v1.1.1
4172024-12-20T21:18:42.331Z Compiling winnow v0.6.20
4182024-12-20T21:18:42.407Z Compiling pretty-hex v0.4.1
4192024-12-20T21:18:42.588Z Compiling anstream v0.6.15
4202024-12-20T21:18:42.893Z Compiling heck v0.5.0
4212024-12-20T21:18:42.966Z Compiling fs-err v2.11.0
4222024-12-20T21:18:42.997Z Compiling terminal_size v0.4.0
4232024-12-20T21:18:43.223Z Compiling fastrand v2.1.1
4242024-12-20T21:18:43.255Z Compiling fnv v1.0.7
4252024-12-20T21:18:43.390Z Compiling strsim v0.11.1
4262024-12-20T21:18:43.432Z Compiling anyhow v1.0.93
4272024-12-20T21:18:43.746Z Compiling heck v0.4.1
4282024-12-20T21:18:43.781Z Compiling clap_lex v0.7.2
4292024-12-20T21:18:43.784Z Compiling bytecount v0.6.8
4302024-12-20T21:18:44.049Z Compiling cfg-if v1.0.0
4312024-12-20T21:18:44.151Z Compiling tempfile v3.13.0
4322024-12-20T21:18:44.248Z Compiling clap_builder v4.5.21
4332024-12-20T21:18:44.335Z Compiling papergrid v0.11.0
4342024-12-20T21:18:44.761Z Compiling memmap v0.7.0
4352024-12-20T21:18:44.810Z Compiling smawk v0.3.2
4362024-12-20T21:18:45.044Z Compiling unicode-linebreak v0.1.5
4372024-12-20T21:18:45.544Z Compiling textwrap v0.16.1
4382024-12-20T21:18:45.765Z Compiling swrite v0.1.0
4392024-12-20T21:18:46.936Z Compiling tabled_derive v0.7.0
4402024-12-20T21:18:48.585Z Compiling tabled v0.15.0
4412024-12-20T21:18:49.571Z Compiling serde_derive v1.0.215
4422024-12-20T21:18:49.571Z Compiling thiserror-impl v1.0.69
4432024-12-20T21:18:49.579Z Compiling zerocopy-derive v0.7.35
4442024-12-20T21:18:49.579Z Compiling scroll_derive v0.12.0
4452024-12-20T21:18:49.765Z Compiling clap_derive v4.5.18
4462024-12-20T21:18:50.946Z Compiling scroll v0.12.0
4472024-12-20T21:18:51.512Z Compiling goblin v0.8.2
4482024-12-20T21:18:51.546Z Compiling zerocopy v0.7.35
4492024-12-20T21:18:52.314Z Compiling pest v2.7.14
4502024-12-20T21:18:53.422Z Compiling clap v4.5.21
4512024-12-20T21:18:54.594Z Compiling pest_meta v2.7.14
4522024-12-20T21:18:55.494Z Compiling pest_generator v2.7.14
4532024-12-20T21:18:57.439Z Compiling pest_derive v2.7.14
4542024-12-20T21:18:58.175Z Compiling dtrace-parser v0.2.0
4552024-12-20T21:18:59.779Z Compiling serde_spanned v0.6.8
4562024-12-20T21:18:59.786Z Compiling toml_datetime v0.6.8
4572024-12-20T21:18:59.786Z Compiling cargo-platform v0.1.8
4582024-12-20T21:19:00.163Z Compiling serde_tokenstream v0.2.2
4592024-12-20T21:19:00.270Z Compiling toml_edit v0.22.22
4602024-12-20T21:19:00.394Z Compiling macaddr v1.0.1
4612024-12-20T21:19:00.514Z Compiling camino-tempfile v1.1.1
4622024-12-20T21:19:01.263Z Compiling dof v0.3.0
4632024-12-20T21:19:01.263Z Compiling cargo_metadata v0.18.1
4642024-12-20T21:19:03.003Z Compiling toml v0.8.19
4652024-12-20T21:19:03.299Z Compiling usdt-attr-macro v0.5.0
4662024-12-20T21:19:03.504Z Compiling usdt-macro v0.5.0
4672024-12-20T21:19:03.927Z Compiling cargo_toml v0.20.5
4682024-12-20T21:19:04.800Z Compiling usdt v0.5.0
4692024-12-20T21:19:07.537Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4702024-12-20T21:19:11.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.95s
4712024-12-20T21:19:11.973Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4722024-12-20T21:19:12.496Z Downloading crates ...
4732024-12-20T21:19:12.637Z Downloaded addr2line v0.24.2
4742024-12-20T21:19:12.643Z Downloaded adler2 v2.0.0
4752024-12-20T21:19:12.646Z Downloaded ahash v0.8.11
4762024-12-20T21:19:12.658Z Downloaded aho-corasick v1.1.3
4772024-12-20T21:19:12.664Z Downloaded allocator-api2 v0.2.18
4782024-12-20T21:19:12.667Z Downloaded arrayref v0.3.9
4792024-12-20T21:19:12.669Z Downloaded arc-swap v1.7.1
4802024-12-20T21:19:12.672Z Downloaded atomic-waker v1.1.2
4812024-12-20T21:19:12.675Z Downloaded async-trait v0.1.83
4822024-12-20T21:19:12.678Z Downloaded keccak v0.1.5
4832024-12-20T21:19:12.680Z Downloaded lazy_static v1.5.0
4842024-12-20T21:19:12.680Z Downloaded backtrace v0.3.74
4852024-12-20T21:19:12.684Z Downloaded base64 v0.13.1
4862024-12-20T21:19:12.689Z Downloaded base64 v0.21.7
4872024-12-20T21:19:12.692Z Downloaded libm v0.2.8
4882024-12-20T21:19:12.699Z Downloaded base64 v0.22.1
4892024-12-20T21:19:12.704Z Downloaded base64ct v1.6.0
4902024-12-20T21:19:12.706Z Downloaded async-stream-impl v0.3.6
4912024-12-20T21:19:12.709Z Downloaded bindgen v0.69.5
4922024-12-20T21:19:12.715Z Downloaded bytes v1.8.0
4932024-12-20T21:19:12.719Z Downloaded bitflags v1.3.2
4942024-12-20T21:19:12.722Z Downloaded async-stream v0.3.6
4952024-12-20T21:19:12.745Z Downloaded cexpr v0.6.0
4962024-12-20T21:19:12.749Z Downloaded cfg_aliases v0.1.1
4972024-12-20T21:19:12.760Z Downloaded chrono v0.4.38
4982024-12-20T21:19:12.769Z Downloaded console v0.15.8
4992024-12-20T21:19:12.772Z Downloaded aead v0.5.2
5002024-12-20T21:19:12.775Z Downloaded colored v2.1.0
5012024-12-20T21:19:12.777Z Downloaded cmake v0.1.51
5022024-12-20T21:19:12.777Z Downloaded aes v0.8.4
5032024-12-20T21:19:12.780Z Downloaded clang-sys v1.8.1
5042024-12-20T21:19:12.785Z Downloaded aes-gcm v0.10.3
5052024-12-20T21:19:12.789Z Downloaded atty v0.2.14
5062024-12-20T21:19:12.794Z Downloaded assert_matches v1.5.0
5072024-12-20T21:19:12.795Z Downloaded bit-vec v0.6.3
5082024-12-20T21:19:12.797Z Downloaded block-padding v0.3.3
5092024-12-20T21:19:12.797Z Downloaded bit-set v0.5.3
5102024-12-20T21:19:12.797Z Downloaded blake2 v0.10.6
5112024-12-20T21:19:12.801Z Downloaded bb8 v0.8.5
5122024-12-20T21:19:12.801Z Downloaded backoff v0.4.0
5132024-12-20T21:19:12.803Z Downloaded bumpalo v3.16.0
5142024-12-20T21:19:12.806Z Downloaded arrayvec v0.7.6
5152024-12-20T21:19:12.813Z Downloaded blake3 v1.5.4
5162024-12-20T21:19:12.821Z Downloaded mime_guess v2.0.5
5172024-12-20T21:19:12.825Z Downloaded minimal-lexical v0.2.1
5182024-12-20T21:19:12.828Z Downloaded bitvec v1.0.1
5192024-12-20T21:19:12.844Z Downloaded mime v0.3.17
5202024-12-20T21:19:12.846Z Downloaded memoffset v0.9.1
5212024-12-20T21:19:12.846Z Downloaded lock_api v0.4.12
5222024-12-20T21:19:12.863Z Downloaded cfg_aliases v0.2.1
5232024-12-20T21:19:12.870Z Downloaded ciborium-ll v0.2.2
5242024-12-20T21:19:12.870Z Downloaded cobs v0.2.3
5252024-12-20T21:19:12.870Z Downloaded ciborium v0.2.2
5262024-12-20T21:19:12.870Z Downloaded ciborium-io v0.2.2
5272024-12-20T21:19:12.870Z Downloaded const-oid v0.9.6
5282024-12-20T21:19:12.873Z Downloaded chrono-tz-build v0.4.0
5292024-12-20T21:19:12.873Z Downloaded bstr v1.10.0
5302024-12-20T21:19:12.882Z Downloaded miniz_oxide v0.8.0
5312024-12-20T21:19:12.885Z Downloaded darling v0.20.10
5322024-12-20T21:19:12.889Z Downloaded hmac v0.12.1
5332024-12-20T21:19:12.892Z Downloaded chrono-tz v0.10.0
5342024-12-20T21:19:12.900Z Downloaded ident_case v1.0.1
5352024-12-20T21:19:12.902Z Downloaded heapless v0.8.0
5362024-12-20T21:19:12.905Z Downloaded icu_locid_transform v1.5.0
5372024-12-20T21:19:12.908Z Downloaded httparse v1.9.5
5382024-12-20T21:19:12.910Z Downloaded icu_provider_macros v1.5.0
5392024-12-20T21:19:12.910Z Downloaded http v1.1.0
5402024-12-20T21:19:12.915Z Downloaded instant v0.1.13
5412024-12-20T21:19:12.918Z Downloaded hyper-util v0.1.10
5422024-12-20T21:19:12.922Z Downloaded inout v0.1.3
5432024-12-20T21:19:12.925Z Downloaded crunchy v0.2.2
5442024-12-20T21:19:12.925Z Downloaded crc-catalog v2.4.0
5452024-12-20T21:19:12.927Z Downloaded convert_case v0.4.0
5462024-12-20T21:19:12.927Z Downloaded crossbeam-deque v0.8.5
5472024-12-20T21:19:12.930Z Downloaded crc v3.2.1
5482024-12-20T21:19:12.933Z Downloaded crossbeam-utils v0.8.20
5492024-12-20T21:19:12.936Z Downloaded curve25519-dalek-derive v0.1.1
5502024-12-20T21:19:12.936Z Downloaded ctr v0.9.2
5512024-12-20T21:19:12.938Z Downloaded crypto-bigint v0.5.5
5522024-12-20T21:19:12.944Z Downloaded crossbeam-epoch v0.9.18
5532024-12-20T21:19:12.947Z Downloaded hickory-proto v0.24.1
5542024-12-20T21:19:12.965Z Downloaded is-terminal v0.4.13
5552024-12-20T21:19:12.969Z Downloaded hkdf v0.12.4
5562024-12-20T21:19:12.969Z Downloaded impl-trait-for-tuples v0.2.2
5572024-12-20T21:19:12.973Z Downloaded idna_adapter v1.2.0
5582024-12-20T21:19:12.973Z Downloaded icu_provider v1.5.0
5592024-12-20T21:19:12.976Z Downloaded icu_locid v1.5.0
5602024-12-20T21:19:12.979Z Downloaded is_ci v1.2.0
5612024-12-20T21:19:12.984Z Downloaded icu_normalizer_data v1.5.0
5622024-12-20T21:19:12.988Z Downloaded indoc v1.0.9
5632024-12-20T21:19:12.988Z Downloaded icu_collections v1.5.0
5642024-12-20T21:19:12.992Z Downloaded ipnet v2.10.1
5652024-12-20T21:19:12.995Z Downloaded indexmap v1.9.3
5662024-12-20T21:19:12.998Z Downloaded itertools v0.10.5
5672024-12-20T21:19:13.008Z Downloaded cbc v0.1.2
5682024-12-20T21:19:13.011Z Downloaded compact_str v0.8.0
5692024-12-20T21:19:13.011Z Downloaded icu_properties_data v1.5.0
5702024-12-20T21:19:13.025Z Downloaded ipnetwork v0.20.0
5712024-12-20T21:19:13.032Z Downloaded hyper v1.5.0
5722024-12-20T21:19:13.035Z Downloaded aws-lc-rs v1.10.0
5732024-12-20T21:19:13.050Z Downloaded idna v0.2.3
5742024-12-20T21:19:13.056Z Downloaded idna v1.0.3
5752024-12-20T21:19:13.061Z Downloaded base16ct v0.2.0
5762024-12-20T21:19:13.066Z Downloaded crossbeam-channel v0.5.13
5772024-12-20T21:19:13.068Z Downloaded cassowary v0.3.0
5782024-12-20T21:19:13.068Z Downloaded bcs v0.1.6
5792024-12-20T21:19:13.071Z Downloaded ascii-canvas v3.0.0
5802024-12-20T21:19:13.071Z Downloaded idna v0.3.0
5812024-12-20T21:19:13.080Z Downloaded cookie v0.18.1
5822024-12-20T21:19:13.083Z Downloaded itertools v0.13.0
5832024-12-20T21:19:13.090Z Downloaded radium v0.7.0
5842024-12-20T21:19:13.092Z Downloaded proptest v1.5.0
5852024-12-20T21:19:13.100Z Downloaded idna v0.4.0
5862024-12-20T21:19:13.108Z Downloaded rayon-core v1.12.1
5872024-12-20T21:19:13.113Z Downloaded rfc6979 v0.4.0
5882024-12-20T21:19:13.116Z Downloaded rand_core v0.6.4
5892024-12-20T21:19:13.116Z Downloaded csv-core v0.1.11
5902024-12-20T21:19:13.119Z Downloaded crossterm v0.28.1
5912024-12-20T21:19:13.123Z Downloaded schemars_derive v0.8.21
5922024-12-20T21:19:13.125Z Downloaded reqwest v0.12.9
5932024-12-20T21:19:13.134Z Downloaded idna v0.5.0
5942024-12-20T21:19:13.141Z Downloaded chacha20 v0.9.1
5952024-12-20T21:19:13.144Z Downloaded lazycell v1.3.0
5962024-12-20T21:19:13.147Z Downloaded jobserver v0.1.32
5972024-12-20T21:19:13.147Z Downloaded linked-hash-map v0.5.6
5982024-12-20T21:19:13.150Z Downloaded libloading v0.8.5
5992024-12-20T21:19:13.154Z Downloaded md5 v0.7.0
6002024-12-20T21:19:13.154Z Downloaded memmap2 v0.9.5
6012024-12-20T21:19:13.159Z Downloaded matches v0.1.10
6022024-12-20T21:19:13.160Z Downloaded litemap v0.7.3
6032024-12-20T21:19:13.162Z Downloaded md-5 v0.10.6
6042024-12-20T21:19:13.162Z Downloaded match_cfg v0.1.0
6052024-12-20T21:19:13.162Z Downloaded lru-cache v0.1.2
6062024-12-20T21:19:13.162Z Downloaded lru v0.12.5
6072024-12-20T21:19:13.165Z Downloaded lockfree-object-pool v0.1.6
6082024-12-20T21:19:13.168Z Downloaded crc32fast v1.4.2
6092024-12-20T21:19:13.168Z Downloaded bzip2-sys v0.1.11+1.0.8
6102024-12-20T21:19:13.186Z Downloaded simd-adler32 v0.3.7
6112024-12-20T21:19:13.192Z Downloaded signal-hook v0.3.17
6122024-12-20T21:19:13.192Z Downloaded slog-scope v4.4.0
6132024-12-20T21:19:13.192Z Downloaded cc v1.1.30
6142024-12-20T21:19:13.195Z Downloaded socket2 v0.5.7
6152024-12-20T21:19:13.195Z Downloaded itertools v0.12.1
6162024-12-20T21:19:13.203Z Downloaded hickory-resolver v0.24.1
6172024-12-20T21:19:13.208Z Downloaded sync_wrapper v1.0.1
6182024-12-20T21:19:13.208Z Downloaded termcolor v1.4.1
6192024-12-20T21:19:13.211Z Downloaded sqlparser_derive v0.2.2
6202024-12-20T21:19:13.211Z Downloaded sqlformat v0.2.6
6212024-12-20T21:19:13.211Z Downloaded thiserror v2.0.3
6222024-12-20T21:19:13.216Z Downloaded tokio-native-tls v0.3.1
6232024-12-20T21:19:13.222Z Downloaded tokio-postgres v0.7.12
6242024-12-20T21:19:13.225Z Downloaded tower-service v0.3.3
6252024-12-20T21:19:13.229Z Downloaded tokio-macros v2.4.0
6262024-12-20T21:19:13.229Z Downloaded thiserror-impl v2.0.3
6272024-12-20T21:19:13.229Z Downloaded castaway v0.2.3
6282024-12-20T21:19:13.232Z Downloaded cancel-safe-futures v0.1.5
6292024-12-20T21:19:13.232Z Downloaded rustls-pemfile v1.0.4
6302024-12-20T21:19:13.236Z Downloaded buf-list v1.0.3
6312024-12-20T21:19:13.238Z Downloaded blowfish v0.9.1
6322024-12-20T21:19:13.243Z Downloaded bitfield-struct v0.6.2
6332024-12-20T21:19:13.243Z Downloaded bitfield v0.14.0
6342024-12-20T21:19:13.243Z Downloaded bcrypt-pbkdf v0.10.0
6352024-12-20T21:19:13.246Z Downloaded atomicwrites v0.4.4
6362024-12-20T21:19:13.246Z Downloaded async-recursion v1.1.1
6372024-12-20T21:19:13.249Z Downloaded async-bb8-diesel v0.2.1
6382024-12-20T21:19:13.252Z Downloaded const_format_proc_macros v0.2.33
6392024-12-20T21:19:13.255Z Downloaded const_format v0.2.33
6402024-12-20T21:19:13.258Z Downloaded chacha20poly1305 v0.10.1
6412024-12-20T21:19:13.260Z Downloaded array-init v0.0.4
6422024-12-20T21:19:13.264Z Downloaded argon2 v0.5.3
6432024-12-20T21:19:13.264Z Downloaded serde_with v3.11.0
6442024-12-20T21:19:13.272Z Downloaded secrecy v0.8.0
6452024-12-20T21:19:13.275Z Downloaded which v4.4.2
6462024-12-20T21:19:13.278Z Downloaded unicode-segmentation v1.12.0
6472024-12-20T21:19:13.283Z Downloaded icu_properties v1.5.1
6482024-12-20T21:19:13.283Z Downloaded universal-hash v0.5.1
6492024-12-20T21:19:13.286Z Downloaded hickory-server v0.24.1
6502024-12-20T21:19:13.290Z Downloaded untrusted v0.7.1
6512024-12-20T21:19:13.293Z Downloaded unsafe-libyaml v0.2.11
6522024-12-20T21:19:13.296Z Downloaded wait-timeout v0.2.0
6532024-12-20T21:19:13.296Z Downloaded unicode_categories v0.1.1
6542024-12-20T21:19:13.299Z Downloaded hickory-client v0.24.1
6552024-12-20T21:19:13.302Z Downloaded managed v0.8.0
6562024-12-20T21:19:13.304Z Downloaded linear-map v1.2.0
6572024-12-20T21:19:13.308Z Downloaded libz-sys v1.1.20
6582024-12-20T21:19:13.329Z Downloaded downcast v0.11.0
6592024-12-20T21:19:13.333Z Downloaded displaydoc v0.2.5
6602024-12-20T21:19:13.333Z Downloaded diesel_derives v2.2.3
6612024-12-20T21:19:13.336Z Downloaded futures-executor v0.3.31
6622024-12-20T21:19:13.338Z Downloaded foreign-types-shared v0.3.1
6632024-12-20T21:19:13.338Z Downloaded flume v0.11.1
6642024-12-20T21:19:13.341Z Downloaded foreign-types-shared v0.1.1
6652024-12-20T21:19:13.344Z Downloaded cstr-argument v0.1.2
6662024-12-20T21:19:13.344Z Downloaded crucible-workspace-hack v0.1.0
6672024-12-20T21:19:13.347Z Downloaded cookie_store v0.21.0
6682024-12-20T21:19:13.347Z Downloaded dirs-sys-next v0.1.2
6692024-12-20T21:19:13.349Z Downloaded dirs-next v2.0.0
6702024-12-20T21:19:13.349Z Downloaded futures-util v0.3.31
6712024-12-20T21:19:13.361Z Downloaded multimap v0.10.0
6722024-12-20T21:19:13.365Z Downloaded ghash v0.5.1
6732024-12-20T21:19:13.365Z Downloaded getrandom v0.2.15
6742024-12-20T21:19:13.368Z Downloaded fxhash v0.2.1
6752024-12-20T21:19:13.368Z Downloaded difflib v0.4.0
6762024-12-20T21:19:13.371Z Downloaded diff v0.1.13
6772024-12-20T21:19:13.375Z Downloaded gimli v0.31.1
6782024-12-20T21:19:13.382Z Downloaded num-bigint v0.4.6
6792024-12-20T21:19:13.388Z Downloaded opaque-debug v0.3.1
6802024-12-20T21:19:13.391Z Downloaded csv v1.3.0
6812024-12-20T21:19:13.411Z Downloaded pkg-config v0.3.31
6822024-12-20T21:19:13.415Z Downloaded phf_shared v0.10.0
6832024-12-20T21:19:13.415Z Downloaded phf_generator v0.11.2
6842024-12-20T21:19:13.418Z Downloaded password-hash v0.4.2
6852024-12-20T21:19:13.418Z Downloaded parse-zoneinfo v0.3.1
6862024-12-20T21:19:13.422Z Downloaded openssl v0.10.66
6872024-12-20T21:19:13.429Z Downloaded precomputed-hash v0.1.1
6882024-12-20T21:19:13.432Z Downloaded ppv-lite86 v0.2.20
6892024-12-20T21:19:13.433Z Downloaded num-iter v0.1.45
6902024-12-20T21:19:13.436Z Downloaded num-integer v0.1.46
6912024-12-20T21:19:13.436Z Downloaded openapiv3 v2.0.0
6922024-12-20T21:19:13.451Z Downloaded shell-words v1.1.0
6932024-12-20T21:19:13.454Z Downloaded rand v0.8.5
6942024-12-20T21:19:13.454Z Downloaded quinn v0.11.5
6952024-12-20T21:19:13.457Z Downloaded resolv-conf v0.7.0
6962024-12-20T21:19:13.460Z Downloaded quick-xml v0.33.0
6972024-12-20T21:19:13.467Z Downloaded rand_xorshift v0.3.0
6982024-12-20T21:19:13.470Z Downloaded crc-any v2.5.0
6992024-12-20T21:19:13.473Z Downloaded primeorder v0.13.6
7002024-12-20T21:19:13.473Z Downloaded diesel_table_macro_syntax v0.2.0
7012024-12-20T21:19:13.476Z Downloaded smallvec v1.13.2
7022024-12-20T21:19:13.476Z Downloaded rayon v1.10.0
7032024-12-20T21:19:13.487Z Downloaded salsa20 v0.10.2
7042024-12-20T21:19:13.490Z Downloaded rustls-pki-types v1.10.0
7052024-12-20T21:19:13.493Z Downloaded shlex v1.3.0
7062024-12-20T21:19:13.493Z Downloaded rustc-demangle v0.1.24
7072024-12-20T21:19:13.496Z Downloaded strum v0.26.3
7082024-12-20T21:19:13.498Z Downloaded slog-term v2.9.1
7092024-12-20T21:19:13.500Z Downloaded signal-hook-mio v0.2.4
7102024-12-20T21:19:13.501Z Downloaded rand_chacha v0.3.1
7112024-12-20T21:19:13.504Z Downloaded tinyvec v1.8.0
7122024-12-20T21:19:13.506Z Downloaded salty v0.3.0
7132024-12-20T21:19:13.514Z Downloaded unicase v2.7.0
7142024-12-20T21:19:13.516Z Downloaded thiserror-impl-no-std v2.0.2
7152024-12-20T21:19:13.519Z Downloaded strum_macros v0.24.3
7162024-12-20T21:19:13.522Z Downloaded ssh-cipher v0.2.0
7172024-12-20T21:19:13.522Z Downloaded sqlparser v0.45.0
7182024-12-20T21:19:13.528Z Downloaded uuid v1.11.0
7192024-12-20T21:19:13.532Z Downloaded value-bag v1.9.0
7202024-12-20T21:19:13.535Z Downloaded zeroize_derive v1.4.2
7212024-12-20T21:19:13.538Z Downloaded utf8_iter v1.0.4
7222024-12-20T21:19:13.538Z Downloaded utf16_iter v1.0.5
7232024-12-20T21:19:13.541Z Downloaded tinyvec_macros v0.1.1
7242024-12-20T21:19:13.541Z Downloaded maybe-uninit v2.0.0
7252024-12-20T21:19:13.543Z Downloaded zerovec v0.10.4
7262024-12-20T21:19:13.548Z Downloaded deranged v0.3.11
7272024-12-20T21:19:13.551Z Downloaded tui-tree-widget v0.22.0
7282024-12-20T21:19:13.553Z Downloaded tokio v1.40.0
7292024-12-20T21:19:13.590Z Downloaded twox-hash v1.6.3
7302024-12-20T21:19:13.593Z Downloaded yasna v0.5.2
7312024-12-20T21:19:13.595Z Downloaded topological-sort v0.2.2
7322024-12-20T21:19:13.598Z Downloaded tokio-tungstenite v0.24.0
7332024-12-20T21:19:13.598Z Downloaded zopfli v0.8.1
7342024-12-20T21:19:13.601Z Downloaded maplit v1.0.2
7352024-12-20T21:19:13.608Z Downloaded lzma-sys v0.1.20
7362024-12-20T21:19:13.633Z Downloaded yoke v0.7.4
7372024-12-20T21:19:13.635Z Downloaded semver v0.1.20
7382024-12-20T21:19:13.637Z Downloaded rustc_version v0.1.7
7392024-12-20T21:19:13.637Z Downloaded unicode-width v0.2.0
7402024-12-20T21:19:13.643Z Downloaded zerocopy-derive v0.8.10
7412024-12-20T21:19:13.651Z Downloaded nom v7.1.3
7422024-12-20T21:19:13.658Z Downloaded indicatif v0.17.9
7432024-12-20T21:19:13.661Z Downloaded hubpack v0.1.2
7442024-12-20T21:19:13.664Z Downloaded time v0.3.36
7452024-12-20T21:19:13.671Z Downloaded nix v0.28.0
7462024-12-20T21:19:13.685Z Downloaded parking_lot v0.12.3
7472024-12-20T21:19:13.688Z Downloaded openssl-probe v0.1.5
7482024-12-20T21:19:13.688Z Downloaded openssl-macros v0.1.1
7492024-12-20T21:19:13.691Z Downloaded nix v0.29.0
7502024-12-20T21:19:13.702Z Downloaded quick-error v1.2.3
7512024-12-20T21:19:13.704Z Downloaded display-error-chain v0.2.2
7522024-12-20T21:19:13.707Z Downloaded diesel-dtrace v0.4.2
7532024-12-20T21:19:13.707Z Downloaded mio v1.0.2
7542024-12-20T21:19:13.715Z Downloaded hashbrown v0.13.2
7552024-12-20T21:19:13.717Z Downloaded owo-colors v4.1.0
7562024-12-20T21:19:13.721Z Downloaded parking_lot v0.11.2
7572024-12-20T21:19:13.725Z Downloaded group v0.13.0
7582024-12-20T21:19:13.725Z Downloaded openssl-sys v0.9.103
7592024-12-20T21:19:13.730Z Downloaded float-cmp v0.9.0
7602024-12-20T21:19:13.733Z Downloaded flate2 v1.0.34
7612024-12-20T21:19:13.738Z Downloaded newtype_derive v0.1.6
7622024-12-20T21:19:13.741Z Downloaded rand_seeder v0.3.0
7632024-12-20T21:19:13.744Z Downloaded object v0.36.5
7642024-12-20T21:19:13.755Z Downloaded zerofrom v0.1.4
7652024-12-20T21:19:13.757Z Downloaded zerocopy v0.8.10
7662024-12-20T21:19:13.781Z Downloaded tracing-core v0.1.32
7672024-12-20T21:19:13.784Z Downloaded newtype-uuid v1.1.3
7682024-12-20T21:19:13.788Z Downloaded gethostname v0.5.0
7692024-12-20T21:19:13.788Z Downloaded filetime v0.2.25
7702024-12-20T21:19:13.791Z Downloaded ff v0.13.0
7712024-12-20T21:19:13.792Z Downloaded fixedbitset v0.4.2
7722024-12-20T21:19:13.795Z Downloaded env_filter v0.1.2
7732024-12-20T21:19:13.795Z Downloaded enum-as-inner v0.6.1
7742024-12-20T21:19:13.795Z Downloaded ed25519 v2.2.3
7752024-12-20T21:19:13.798Z Downloaded smf v0.2.3
7762024-12-20T21:19:13.801Z Downloaded sigpipe v0.1.3
7772024-12-20T21:19:13.801Z Downloaded rcgen v0.12.1
7782024-12-20T21:19:13.804Z Downloaded derive_builder_core v0.20.2
7792024-12-20T21:19:13.807Z Downloaded data-encoding v2.6.0
7802024-12-20T21:19:13.807Z Downloaded darling_macro v0.20.10
7812024-12-20T21:19:13.812Z Downloaded libxml v0.3.3
7822024-12-20T21:19:13.814Z Downloaded ron v0.8.1
7832024-12-20T21:19:13.820Z Downloaded scopeguard v1.2.0
7842024-12-20T21:19:13.824Z Downloaded sct v0.7.1
7852024-12-20T21:19:13.827Z Downloaded rusty-fork v0.3.0
7862024-12-20T21:19:13.830Z Downloaded libsw v3.3.1
7872024-12-20T21:19:13.830Z Downloaded libefi-sys v0.1.0
7882024-12-20T21:19:13.833Z Downloaded lalrpop-util v0.19.12
7892024-12-20T21:19:13.833Z Downloaded lalrpop v0.19.12
7902024-12-20T21:19:13.845Z Downloaded toolchain_find v0.4.0
7912024-12-20T21:19:13.848Z Downloaded toml_edit v0.19.15
7922024-12-20T21:19:13.865Z Downloaded unarray v0.1.4
7932024-12-20T21:19:13.867Z Downloaded progenitor-impl v0.8.0
7942024-12-20T21:19:13.870Z Downloaded tracing v0.1.40
7952024-12-20T21:19:13.874Z Downloaded omicron-zone-package v0.11.1
7962024-12-20T21:19:13.880Z Downloaded fallible-iterator v0.3.0
7972024-12-20T21:19:13.884Z Downloaded tungstenite v0.23.0
7982024-12-20T21:19:13.884Z Downloaded futures-task v0.3.31
7992024-12-20T21:19:13.886Z Downloaded number_prefix v0.4.0
8002024-12-20T21:19:13.886Z Downloaded globset v0.4.15
8012024-12-20T21:19:13.886Z Downloaded glob v0.3.1
8022024-12-20T21:19:13.890Z Downloaded sha3 v0.10.8
8032024-12-20T21:19:13.893Z Downloaded num_enum v0.5.11
8042024-12-20T21:19:13.899Z Downloaded phf_codegen v0.11.2
8052024-12-20T21:19:13.902Z Downloaded num_threads v0.1.7
8062024-12-20T21:19:13.902Z Downloaded uzers v0.12.1
8072024-12-20T21:19:13.905Z Downloaded rustls-webpki v0.101.7
8082024-12-20T21:19:13.922Z Downloaded strip-ansi-escapes v0.2.0
8092024-12-20T21:19:13.924Z Downloaded pin-project v1.1.6
8102024-12-20T21:19:13.933Z Downloaded write16 v1.0.0
8112024-12-20T21:19:13.935Z Downloaded whoami v1.5.2
8122024-12-20T21:19:13.939Z Downloaded writeable v0.5.5
8132024-12-20T21:19:13.939Z Downloaded ref-cast-impl v1.0.23
8142024-12-20T21:19:13.944Z Downloaded ref-cast v1.0.23
8152024-12-20T21:19:13.944Z Downloaded psl-types v2.0.11
8162024-12-20T21:19:13.946Z Downloaded termios v0.3.3
8172024-12-20T21:19:13.949Z Downloaded mirai-annotations v1.12.0
8182024-12-20T21:19:13.949Z Downloaded headers-core v0.3.0
8192024-12-20T21:19:13.949Z Downloaded num-derive v0.4.2
8202024-12-20T21:19:13.952Z Downloaded pem v3.0.4
8212024-12-20T21:19:13.955Z Downloaded num-conv v0.1.0
8222024-12-20T21:19:13.955Z Downloaded dsl_auto_type v0.1.2
8232024-12-20T21:19:13.958Z Downloaded winnow v0.5.40
8242024-12-20T21:19:13.965Z Downloaded percent-encoding v2.3.1
8252024-12-20T21:19:13.968Z Downloaded radix_trie v0.2.1
8262024-12-20T21:19:13.973Z Downloaded pem-rfc7468 v0.7.0
8272024-12-20T21:19:13.975Z Downloaded rustls-webpki v0.102.8
8282024-12-20T21:19:13.995Z Downloaded slab v0.4.9
8292024-12-20T21:19:13.999Z Downloaded siphasher v0.3.11
8302024-12-20T21:19:13.999Z Downloaded similar v2.6.0
8312024-12-20T21:19:14.007Z Downloaded serde_plain v1.0.2
8322024-12-20T21:19:14.010Z Downloaded p256 v0.13.2
8332024-12-20T21:19:14.010Z Downloaded phf v0.11.2
8342024-12-20T21:19:14.010Z Downloaded wyz v0.5.1
8352024-12-20T21:19:14.012Z Downloaded oso-derive v0.27.3
8362024-12-20T21:19:14.013Z Downloaded oso v0.27.3
8372024-12-20T21:19:14.016Z Downloaded nodrop v0.1.14
8382024-12-20T21:19:14.018Z Downloaded derive-where v1.2.7
8392024-12-20T21:19:14.021Z Downloaded zerocopy-derive v0.6.6
8402024-12-20T21:19:14.035Z Downloaded rustc_version v0.4.1
8412024-12-20T21:19:14.038Z Downloaded typify-impl v0.2.0
8422024-12-20T21:19:14.051Z Downloaded rustls v0.21.12
8432024-12-20T21:19:14.065Z Downloaded flagset v0.4.6
8442024-12-20T21:19:14.067Z Downloaded regex-automata v0.4.8
8452024-12-20T21:19:14.084Z Downloaded unicode-properties v0.1.3
8462024-12-20T21:19:14.089Z Downloaded packed_struct v0.10.1
8472024-12-20T21:19:14.094Z Downloaded p521 v0.13.3
8482024-12-20T21:19:14.094Z Downloaded p384 v0.13.0
8492024-12-20T21:19:14.098Z Downloaded serde_with_macros v3.11.0
8502024-12-20T21:19:14.101Z Downloaded der v0.7.9
8512024-12-20T21:19:14.107Z Downloaded rustls v0.22.4
8522024-12-20T21:19:14.122Z Downloaded want v0.3.1
8532024-12-20T21:19:14.125Z Downloaded tough v0.19.0
8542024-12-20T21:19:14.132Z Downloaded endian-type v0.1.2
8552024-12-20T21:19:14.135Z Downloaded derive_builder_macro v0.20.2
8562024-12-20T21:19:14.135Z Downloaded derive_builder v0.20.2
8572024-12-20T21:19:14.139Z Downloaded headers v0.4.0
8582024-12-20T21:19:14.145Z Downloaded nanorand v0.7.0
8592024-12-20T21:19:14.148Z Downloaded typify-macro v0.2.0
8602024-12-20T21:19:14.151Z Downloaded typify v0.2.0
8612024-12-20T21:19:14.154Z Downloaded pin-utils v0.1.0
8622024-12-20T21:19:14.157Z Downloaded fs_extra v1.3.0
8632024-12-20T21:19:14.157Z Downloaded pkcs1 v0.7.5
8642024-12-20T21:19:14.159Z Downloaded rustls-pemfile v2.2.0
8652024-12-20T21:19:14.163Z Downloaded rustversion v1.0.17
8662024-12-20T21:19:14.166Z Downloaded signature v2.2.0
8672024-12-20T21:19:14.169Z Downloaded tokio-tungstenite v0.23.1
8682024-12-20T21:19:14.171Z Downloaded signal-hook-registry v1.4.2
8692024-12-20T21:19:14.171Z Downloaded rustc-hash v2.0.0
8702024-12-20T21:19:14.174Z Downloaded signal-hook-tokio v0.3.1
8712024-12-20T21:19:14.174Z Downloaded scrypt v0.11.0
8722024-12-20T21:19:14.177Z Downloaded rustfmt-wrapper v0.2.1
8732024-12-20T21:19:14.177Z Downloaded ron v0.7.1
8742024-12-20T21:19:14.181Z Downloaded vcpkg v0.2.15
8752024-12-20T21:19:14.221Z Downloaded zerovec-derive v0.10.3
8762024-12-20T21:19:14.224Z Downloaded structmeta v0.2.0
8772024-12-20T21:19:14.224Z Downloaded stringprep v0.1.5
8782024-12-20T21:19:14.227Z Downloaded steno v0.4.1
8792024-12-20T21:19:14.230Z Downloaded postgres-protocol v0.6.7
8802024-12-20T21:19:14.233Z Downloaded hash32 v0.3.1
8812024-12-20T21:19:14.237Z Downloaded darling_core v0.20.10
8822024-12-20T21:19:14.240Z Downloaded peg-runtime v0.8.3
8832024-12-20T21:19:14.240Z Downloaded petgraph v0.6.5
8842024-12-20T21:19:14.260Z Downloaded quinn-udp v0.5.5
8852024-12-20T21:19:14.263Z Downloaded num-traits v0.2.19
8862024-12-20T21:19:14.265Z Downloaded nibble_vec v0.1.0
8872024-12-20T21:19:14.268Z Downloaded path-slash v0.1.5
8882024-12-20T21:19:14.268Z Downloaded der_derive v0.7.3
8892024-12-20T21:19:14.270Z Downloaded vte_generate_state_changes v0.1.2
8902024-12-20T21:19:14.270Z Downloaded structmeta-derive v0.2.0
8912024-12-20T21:19:14.274Z Downloaded reedline v0.35.0
8922024-12-20T21:19:14.280Z Downloaded rtoolbox v0.0.2
8932024-12-20T21:19:14.282Z Downloaded rsa v0.9.6
8942024-12-20T21:19:14.288Z Downloaded num_enum_derive v0.5.11
8952024-12-20T21:19:14.291Z Downloaded supports-color v3.0.1
8962024-12-20T21:19:14.291Z Downloaded regex v1.11.1
8972024-12-20T21:19:14.304Z Downloaded x509-cert v0.2.5
8982024-12-20T21:19:14.310Z Downloaded time-macros v0.2.18
8992024-12-20T21:19:14.312Z Downloaded rusqlite v0.32.1
9002024-12-20T21:19:14.320Z Downloaded half v2.4.1
9012024-12-20T21:19:14.323Z Downloaded predicates-core v1.0.8
9022024-12-20T21:19:14.327Z Downloaded predicates v3.1.2
9032024-12-20T21:19:14.329Z Downloaded powerfmt v0.2.0
9042024-12-20T21:19:14.330Z Downloaded regex-syntax v0.6.29
9052024-12-20T21:19:14.336Z Downloaded portable-atomic v1.9.0
9062024-12-20T21:19:14.346Z Downloaded sha1 v0.10.6
9072024-12-20T21:19:14.349Z Downloaded serde_repr v0.1.19
9082024-12-20T21:19:14.349Z Downloaded xattr v1.3.1
9092024-12-20T21:19:14.352Z Downloaded untrusted v0.9.0
9102024-12-20T21:19:14.352Z Downloaded new_debug_unreachable v1.0.6
9112024-12-20T21:19:14.355Z Downloaded yoke-derive v0.7.4
9122024-12-20T21:19:14.355Z Downloaded native-tls v0.2.12
9132024-12-20T21:19:14.359Z Downloaded xz2 v0.1.7
9142024-12-20T21:19:14.362Z Downloaded num-complex v0.4.6
9152024-12-20T21:19:14.362Z Downloaded zerofrom-derive v0.1.4
9162024-12-20T21:19:14.362Z Downloaded fragile v2.0.0
9172024-12-20T21:19:14.364Z Downloaded serde_yaml v0.9.34+deprecated
9182024-12-20T21:19:14.367Z Downloaded serde_urlencoded v0.7.1
9192024-12-20T21:19:14.370Z Downloaded serde_derive_internals v0.29.1
9202024-12-20T21:19:14.374Z Downloaded sec1 v0.7.3
9212024-12-20T21:19:14.376Z Downloaded spin v0.9.8
9222024-12-20T21:19:14.377Z Downloaded zip v2.1.3
9232024-12-20T21:19:14.381Z Downloaded num v0.4.3
9242024-12-20T21:19:14.384Z Downloaded mockall v0.13.0
9252024-12-20T21:19:14.384Z Downloaded hash32 v0.2.1
9262024-12-20T21:19:14.386Z Downloaded float-ord v0.3.2
9272024-12-20T21:19:14.389Z Downloaded fd-lock v4.0.2
9282024-12-20T21:19:14.392Z Downloaded spin v0.5.2
9292024-12-20T21:19:14.392Z Downloaded slog-async v2.8.0
9302024-12-20T21:19:14.395Z Downloaded form_urlencoded v1.2.1
9312024-12-20T21:19:14.395Z Downloaded unicode-xid v0.2.6
9322024-12-20T21:19:14.400Z Downloaded foreign-types v0.3.2
9332024-12-20T21:19:14.400Z Downloaded thread_local v1.1.8
9342024-12-20T21:19:14.400Z Downloaded futures v0.3.31
9352024-12-20T21:19:14.404Z Downloaded proc-macro-crate v1.3.1
9362024-12-20T21:19:14.409Z Downloaded diesel v2.2.6
9372024-12-20T21:19:14.423Z Downloaded parking_lot_core v0.9.10
9382024-12-20T21:19:14.426Z Downloaded progenitor v0.8.0
9392024-12-20T21:19:14.429Z Downloaded postcard v1.0.10
9402024-12-20T21:19:14.429Z Downloaded vergen v8.3.2
9412024-12-20T21:19:14.432Z Downloaded libgit2-sys v0.17.0+1.8.1
9422024-12-20T21:19:14.490Z Downloaded debug-ignore v1.0.5
9432024-12-20T21:19:14.495Z Downloaded slog v2.7.0
9442024-12-20T21:19:14.498Z Downloaded same-file v1.0.6
9452024-12-20T21:19:14.498Z Downloaded fallible-iterator v0.2.0
9462024-12-20T21:19:14.498Z Downloaded tokio-rustls v0.26.0
9472024-12-20T21:19:14.502Z Downloaded foreign-types v0.5.0
9482024-12-20T21:19:14.502Z Downloaded stable_deref_trait v1.2.0
9492024-12-20T21:19:14.503Z Downloaded russh-cryptovec v0.7.3
9502024-12-20T21:19:14.503Z Downloaded russh v0.45.0
9512024-12-20T21:19:14.507Z Downloaded term v0.7.0
9522024-12-20T21:19:14.510Z Downloaded prettyplease v0.2.25
9532024-12-20T21:19:14.513Z Downloaded hashbrown v0.14.5
9542024-12-20T21:19:14.519Z Downloaded polyval v0.6.2
9552024-12-20T21:19:14.522Z Downloaded ecdsa v0.16.9
9562024-12-20T21:19:14.527Z Downloaded derive_more v0.99.18
9572024-12-20T21:19:14.529Z Downloaded parking_lot_core v0.8.6
9582024-12-20T21:19:14.532Z Downloaded tokio-util v0.7.12
9592024-12-20T21:19:14.537Z Downloaded pkcs8 v0.10.2
9602024-12-20T21:19:14.541Z Downloaded foldhash v0.1.3
9612024-12-20T21:19:14.545Z Downloaded env_logger v0.11.5
9622024-12-20T21:19:14.549Z Downloaded env_logger v0.10.2
9632024-12-20T21:19:14.549Z Downloaded r2d2 v0.8.10
9642024-12-20T21:19:14.552Z Downloaded newline-converter v0.3.0
9652024-12-20T21:19:14.552Z Downloaded termtree v0.4.1
9662024-12-20T21:19:14.552Z Downloaded take_mut v0.2.2
9672024-12-20T21:19:14.554Z Downloaded quinn-proto v0.11.8
9682024-12-20T21:19:14.560Z Downloaded tokio-stream v0.1.16
9692024-12-20T21:19:14.567Z Downloaded password-hash v0.5.0
9702024-12-20T21:19:14.570Z Downloaded rpassword v7.3.1
9712024-12-20T21:19:14.570Z Downloaded synstructure v0.13.1
9722024-12-20T21:19:14.570Z Downloaded zone v0.1.8
9732024-12-20T21:19:14.574Z Downloaded zip v0.6.6
9742024-12-20T21:19:14.578Z Downloaded zone_cfg_derive v0.3.0
9752024-12-20T21:19:14.578Z Downloaded static_assertions v1.1.0
9762024-12-20T21:19:14.586Z Downloaded rustc-hash v1.1.0
9772024-12-20T21:19:14.586Z Downloaded tokio-tungstenite v0.21.0
9782024-12-20T21:19:14.586Z Downloaded webpki-roots v0.26.6
9792024-12-20T21:19:14.589Z Downloaded num-rational v0.4.2
9802024-12-20T21:19:14.589Z Downloaded slog-bunyan v2.5.0
9812024-12-20T21:19:14.589Z Downloaded zone v0.3.0
9822024-12-20T21:19:14.589Z Downloaded zerocopy v0.6.6
9832024-12-20T21:19:14.592Z Downloaded tar v0.4.42
9842024-12-20T21:19:14.595Z Downloaded peg v0.8.4
9852024-12-20T21:19:14.598Z Downloaded parse-display v0.10.0
9862024-12-20T21:19:14.598Z Downloaded regress v0.9.1
9872024-12-20T21:19:14.607Z Downloaded defmt-macros v0.3.9
9882024-12-20T21:19:14.614Z Downloaded subprocess v0.2.9
9892024-12-20T21:19:14.617Z Downloaded strum_macros v0.25.3
9902024-12-20T21:19:14.617Z Downloaded ssh-encoding v0.2.0
9912024-12-20T21:19:14.617Z Downloaded scheduled-thread-pool v0.2.7
9922024-12-20T21:19:14.625Z Downloaded pkcs5 v0.7.1
9932024-12-20T21:19:14.640Z Downloaded pretty-hex v0.2.1
9942024-12-20T21:19:14.643Z Downloaded sync-ptr v0.1.1
9952024-12-20T21:19:14.643Z Downloaded russh-keys v0.45.0
9962024-12-20T21:19:14.646Z Downloaded publicsuffix v2.2.3
9972024-12-20T21:19:14.649Z Downloaded defmt v0.3.8
9982024-12-20T21:19:14.653Z Downloaded zone_cfg_derive v0.1.2
9992024-12-20T21:19:14.656Z Downloaded progenitor-macro v0.8.0
10002024-12-20T21:19:14.660Z Downloaded progenitor-client v0.8.0
10012024-12-20T21:19:14.662Z Downloaded expectorate v1.1.0
10022024-12-20T21:19:14.665Z Downloaded dhcproto-macros v0.1.0
10032024-12-20T21:19:14.665Z Downloaded thiserror-no-std v2.0.2
10042024-12-20T21:19:14.669Z Downloaded dhcproto v0.12.0
10052024-12-20T21:19:14.673Z Downloaded des v0.8.1
10062024-12-20T21:19:14.676Z Downloaded poly1305 v0.8.0
10072024-12-20T21:19:14.682Z Downloaded ssh-key v0.6.6
10082024-12-20T21:19:14.687Z Downloaded samael v0.0.17
10092024-12-20T21:19:14.694Z Downloaded foreign-types-macros v0.2.3
10102024-12-20T21:19:14.697Z Downloaded vte v0.11.1
10112024-12-20T21:19:14.701Z Downloaded vsss-rs v3.3.4
10122024-12-20T21:19:14.704Z Downloaded nu-ansi-term v0.50.1
10132024-12-20T21:19:14.704Z Downloaded hashlink v0.9.1
10142024-12-20T21:19:14.707Z Downloaded sled v0.34.7
10152024-12-20T21:19:14.718Z Downloaded h2 v0.4.6
10162024-12-20T21:19:14.725Z Downloaded funty v2.0.0
10172024-12-20T21:19:14.728Z Downloaded dropshot_endpoint v0.13.0
10182024-12-20T21:19:14.730Z Downloaded trust-dns-proto v0.22.0
10192024-12-20T21:19:14.742Z Downloaded predicates-tree v1.0.11
10202024-12-20T21:19:14.745Z Downloaded defmt-parser v0.3.4
10212024-12-20T21:19:14.745Z Downloaded url v2.5.3
10222024-12-20T21:19:14.747Z Downloaded multer v3.1.0
10232024-12-20T21:19:14.751Z Downloaded mockall_derive v0.13.0
10242024-12-20T21:19:14.753Z Downloaded enum-as-inner v0.5.1
10252024-12-20T21:19:14.753Z Downloaded waitgroup v0.1.2
10262024-12-20T21:19:14.753Z Downloaded snafu v0.8.5
10272024-12-20T21:19:14.767Z Downloaded slog-stdlog v4.1.1
10282024-12-20T21:19:14.767Z Downloaded slog-envlogger v2.2.0
10292024-12-20T21:19:14.767Z Downloaded slog-dtrace v0.3.0
10302024-12-20T21:19:14.768Z Downloaded dropshot v0.13.0
10312024-12-20T21:19:14.785Z Downloaded normalize-line-endings v0.3.0
10322024-12-20T21:19:14.788Z Downloaded num-bigint-dig v0.8.4
10332024-12-20T21:19:14.791Z Downloaded fatfs v0.3.6
10342024-12-20T21:19:14.794Z Downloaded unicode-truncate v1.1.0
10352024-12-20T21:19:14.796Z Downloaded tls_codec_derive v0.4.1
10362024-12-20T21:19:14.797Z Downloaded tls_codec v0.4.1
10372024-12-20T21:19:14.799Z Downloaded test-strategy v0.3.1
10382024-12-20T21:19:14.802Z Downloaded encoding_rs v0.8.34
10392024-12-20T21:19:14.823Z Downloaded nix v0.27.1
10402024-12-20T21:19:14.832Z Downloaded schemars v0.8.21
10412024-12-20T21:19:14.847Z Downloaded hashbrown v0.12.3
10422024-12-20T21:19:14.851Z Downloaded petname v2.0.2
10432024-12-20T21:19:14.854Z Downloaded ena v0.14.3
10442024-12-20T21:19:14.856Z Downloaded either v1.13.0
10452024-12-20T21:19:14.856Z Downloaded ed25519-dalek v2.1.1
10462024-12-20T21:19:14.859Z Downloaded zeroize v1.8.1
10472024-12-20T21:19:14.861Z Downloaded tokio-rustls v0.25.0
10482024-12-20T21:19:14.866Z Downloaded libsqlite3-sys v0.30.1
10492024-12-20T21:19:14.937Z Downloaded tokio-rustls v0.24.1
10502024-12-20T21:19:14.940Z Downloaded structmeta v0.3.0
10512024-12-20T21:19:14.943Z Downloaded smoltcp v0.11.0
10522024-12-20T21:19:14.952Z Downloaded smoltcp v0.9.1
10532024-12-20T21:19:14.962Z Downloaded polar-core v0.27.3
10542024-12-20T21:19:14.971Z Downloaded utf-8 v0.7.6
10552024-12-20T21:19:14.976Z Downloaded time-core v0.1.2
10562024-12-20T21:19:14.976Z Downloaded tap v1.0.1
10572024-12-20T21:19:14.976Z Downloaded strum_macros v0.26.4
10582024-12-20T21:19:14.982Z Downloaded object v0.30.4
10592024-12-20T21:19:14.986Z Downloaded fallible-streaming-iterator v0.1.9
10602024-12-20T21:19:14.986Z Downloaded embedded-io v0.4.0
10612024-12-20T21:19:14.988Z Downloaded peg-macros v0.8.4
10622024-12-20T21:19:14.988Z Downloaded pbkdf2 v0.12.2
10632024-12-20T21:19:14.992Z Downloaded paste v1.0.15
10642024-12-20T21:19:14.995Z Downloaded pin-project-internal v1.1.6
10652024-12-20T21:19:14.995Z Downloaded pbkdf2 v0.11.0
10662024-12-20T21:19:14.997Z Downloaded pin-project-lite v0.2.14
10672024-12-20T21:19:15.000Z Downloaded typed-path v0.9.3
10682024-12-20T21:19:15.006Z Downloaded snafu-derive v0.8.5
10692024-12-20T21:19:15.009Z Downloaded ratatui v0.28.1
10702024-12-20T21:19:15.026Z Downloaded walkdir v2.5.0
10712024-12-20T21:19:15.029Z Downloaded slog-json v2.6.1
10722024-12-20T21:19:15.031Z Downloaded regex-syntax v0.8.5
10732024-12-20T21:19:15.037Z Downloaded qorb v0.2.1
10742024-12-20T21:19:15.041Z Downloaded packed_struct_codegen v0.10.1
10752024-12-20T21:19:15.044Z Downloaded embedded-io v0.6.1
10762024-12-20T21:19:15.044Z Downloaded dropshot_endpoint v0.12.0
10772024-12-20T21:19:15.046Z Downloaded dropshot v0.12.0
10782024-12-20T21:19:15.065Z Downloaded dyn-clone v1.0.17
10792024-12-20T21:19:15.067Z Downloaded dunce v1.0.5
10802024-12-20T21:19:15.067Z Downloaded unicode-normalization v0.1.24
10812024-12-20T21:19:15.071Z Downloaded unicode-bidi v0.3.17
10822024-12-20T21:19:15.073Z Downloaded postgres-types v0.2.8
10832024-12-20T21:19:15.077Z Downloaded serde-hex v0.1.0
10842024-12-20T21:19:15.077Z Downloaded serde-big-array v0.5.1
10852024-12-20T21:19:15.079Z Downloaded rustyline v14.0.0
10862024-12-20T21:19:15.083Z Downloaded string_cache v0.8.7
10872024-12-20T21:19:15.086Z Downloaded spki v0.7.3
10882024-12-20T21:19:15.086Z Downloaded serde_path_to_error v0.1.16
10892024-12-20T21:19:15.089Z Downloaded phf_shared v0.11.2
10902024-12-20T21:19:15.089Z Downloaded git2 v0.19.0
10912024-12-20T21:19:15.097Z Downloaded tabwriter v1.4.0
10922024-12-20T21:19:15.101Z Downloaded structmeta-derive v0.3.0
10932024-12-20T21:19:15.101Z Downloaded rustls v0.23.19
10942024-12-20T21:19:15.111Z Downloaded regress v0.10.1
10952024-12-20T21:19:15.118Z Downloaded futures-io v0.3.31
10962024-12-20T21:19:15.121Z Downloaded futures-core v0.3.31
10972024-12-20T21:19:15.121Z Downloaded futures-channel v0.3.31
10982024-12-20T21:19:15.124Z Downloaded futures-sink v0.3.31
10992024-12-20T21:19:15.124Z Downloaded futures-macro v0.3.31
11002024-12-20T21:19:15.126Z Downloaded elliptic-curve v0.13.8
11012024-12-20T21:19:15.130Z Downloaded smallvec v0.6.14
11022024-12-20T21:19:15.130Z Downloaded olpc-cjson v0.1.4
11032024-12-20T21:19:15.130Z Downloaded tungstenite v0.24.0
11042024-12-20T21:19:15.132Z Downloaded tungstenite v0.21.0
11052024-12-20T21:19:15.136Z Downloaded try-lock v0.2.5
11062024-12-20T21:19:15.139Z Downloaded tracing-attributes v0.1.27
11072024-12-20T21:19:15.139Z Downloaded tinystr v0.7.6
11082024-12-20T21:19:15.142Z Downloaded tiny-keccak v2.0.2
11092024-12-20T21:19:15.144Z Downloaded subtle v2.6.1
11102024-12-20T21:19:15.145Z Downloaded parse-size v1.1.0
11112024-12-20T21:19:15.145Z Downloaded parse-display-derive v0.10.0
11122024-12-20T21:19:15.147Z Downloaded toml v0.7.8
11132024-12-20T21:19:15.150Z Downloaded kstat-rs v0.2.4
11142024-12-20T21:19:15.150Z Downloaded internet-checksum v0.2.1
11152024-12-20T21:19:15.153Z Downloaded instability v0.3.2
11162024-12-20T21:19:15.153Z Downloaded indent_write v2.2.0
11172024-12-20T21:19:15.153Z Downloaded hyper-staticfile v0.10.1
11182024-12-20T21:19:15.156Z Downloaded hubpack_derive v0.1.1
11192024-12-20T21:19:15.156Z Downloaded highway v1.2.0
11202024-12-20T21:19:15.158Z Downloaded curve25519-dalek v4.1.3
11212024-12-20T21:19:15.166Z Downloaded constant_time_eq v0.3.1
11222024-12-20T21:19:15.170Z Downloaded icu_normalizer v1.5.0
11232024-12-20T21:19:15.172Z Downloaded icu_locid_transform_data v1.5.0
11242024-12-20T21:19:15.172Z Downloaded cipher v0.4.4
11252024-12-20T21:19:15.175Z Downloaded bzip2 v0.4.4
11262024-12-20T21:19:15.175Z Downloaded iana-time-zone v0.1.61
11272024-12-20T21:19:15.177Z Downloaded hyper-tls v0.6.0
11282024-12-20T21:19:15.180Z Downloaded hyper-rustls v0.27.3
11292024-12-20T21:19:15.182Z Downloaded http-range v0.1.5
11302024-12-20T21:19:15.182Z Downloaded heapless v0.7.17
11312024-12-20T21:19:15.185Z Downloaded humantime v2.1.0
11322024-12-20T21:19:15.188Z Downloaded httpdate v1.0.3
11332024-12-20T21:19:15.188Z Downloaded http-body-util v0.1.2
11342024-12-20T21:19:15.191Z Downloaded http-body v1.0.1
11352024-12-20T21:19:15.191Z Downloaded hostname v0.4.0
11362024-12-20T21:19:15.191Z Downloaded hostname v0.3.1
11372024-12-20T21:19:15.196Z Downloaded home v0.5.9
11382024-12-20T21:19:15.196Z Downloaded hex-literal v0.4.1
11392024-12-20T21:19:15.196Z Downloaded hex v0.4.3
11402024-12-20T21:19:15.199Z Downloaded heck v0.3.3
11412024-12-20T21:19:15.239Z Downloaded ring v0.17.8
11422024-12-20T21:19:15.621Z Downloaded aws-lc-sys v0.22.0
11432024-12-20T21:19:15.847Z Downloaded ring v0.16.20
11442024-12-20T21:19:16.026Z Compiling serde v1.0.215
11452024-12-20T21:19:16.029Z Compiling lock_api v0.4.12
11462024-12-20T21:19:16.029Z Compiling scopeguard v1.2.0
11472024-12-20T21:19:16.029Z Compiling value-bag v1.9.0
11482024-12-20T21:19:16.030Z Compiling typenum v1.17.0
11492024-12-20T21:19:16.171Z Compiling generic-array v0.14.7
11502024-12-20T21:19:16.221Z Compiling syn v2.0.87
11512024-12-20T21:19:16.235Z Compiling getrandom v0.2.15
11522024-12-20T21:19:16.370Z Compiling shlex v1.3.0
11532024-12-20T21:19:16.472Z Compiling rand_core v0.6.4
11542024-12-20T21:19:16.639Z Compiling log v0.4.22
11552024-12-20T21:19:16.776Z Compiling subtle v2.6.1
11562024-12-20T21:19:16.800Z Compiling jobserver v0.1.32
11572024-12-20T21:19:16.829Z Compiling const-oid v0.9.6
11582024-12-20T21:19:17.030Z Compiling smallvec v1.13.2
11592024-12-20T21:19:17.112Z Compiling spin v0.9.8
11602024-12-20T21:19:17.174Z Compiling pin-project-lite v0.2.14
11612024-12-20T21:19:17.296Z Compiling cc v1.1.30
11622024-12-20T21:19:17.436Z Compiling rustix v0.38.37
11632024-12-20T21:19:17.509Z Compiling parking_lot_core v0.9.10
11642024-12-20T21:19:17.588Z Compiling futures-core v0.3.31
11652024-12-20T21:19:17.921Z Compiling signal-hook-registry v1.4.2
11662024-12-20T21:19:18.033Z Compiling mio v1.0.2
11672024-12-20T21:19:18.297Z Compiling aho-corasick v1.1.3
11682024-12-20T21:19:18.548Z Compiling parking_lot v0.12.3
11692024-12-20T21:19:18.625Z Compiling regex-syntax v0.8.5
11702024-12-20T21:19:18.835Z Compiling cpufeatures v0.2.14
11712024-12-20T21:19:18.931Z Compiling lazy_static v1.5.0
11722024-12-20T21:19:18.948Z Compiling futures-sink v0.3.31
11732024-12-20T21:19:19.016Z Compiling either v1.13.0
11742024-12-20T21:19:19.052Z Compiling stable_deref_trait v1.2.0
11752024-12-20T21:19:19.100Z Compiling glob v0.3.1
11762024-12-20T21:19:19.163Z Compiling socket2 v0.5.7
11772024-12-20T21:19:19.422Z Compiling slab v0.4.9
11782024-12-20T21:19:19.513Z Compiling prettyplease v0.2.25
11792024-12-20T21:19:19.895Z Compiling minimal-lexical v0.2.1
11802024-12-20T21:19:20.122Z Compiling clang-sys v1.8.1
11812024-12-20T21:19:20.237Z Compiling libloading v0.8.5
11822024-12-20T21:19:20.240Z Compiling home v0.5.9
11832024-12-20T21:19:20.414Z Compiling nom v7.1.3
11842024-12-20T21:19:20.523Z Compiling bindgen v0.69.5
11852024-12-20T21:19:20.671Z Compiling serde_json v1.0.132
11862024-12-20T21:19:21.020Z Compiling itertools v0.10.5
11872024-12-20T21:19:21.323Z Compiling futures-channel v0.3.31
11882024-12-20T21:19:21.735Z Compiling lazycell v1.3.0
11892024-12-20T21:19:21.848Z Compiling pin-utils v0.1.0
11902024-12-20T21:19:21.928Z Compiling futures-io v0.3.31
11912024-12-20T21:19:21.945Z Compiling rustc-hash v1.1.0
11922024-12-20T21:19:22.098Z Compiling futures-task v0.3.31
11932024-12-20T21:19:22.256Z Compiling allocator-api2 v0.2.18
11942024-12-20T21:19:22.396Z Compiling regex-automata v0.4.8
11952024-12-20T21:19:23.044Z Compiling foldhash v0.1.3
11962024-12-20T21:19:23.323Z Compiling hashbrown v0.15.1
11972024-12-20T21:19:23.986Z Compiling synstructure v0.13.1
11982024-12-20T21:19:24.198Z Compiling cexpr v0.6.0
11992024-12-20T21:19:24.666Z Compiling cmake v0.1.51
12002024-12-20T21:19:25.625Z Compiling tinyvec_macros v0.1.1
12012024-12-20T21:19:25.710Z Compiling pkg-config v0.3.31
12022024-12-20T21:19:25.728Z Compiling fs_extra v1.3.0
12032024-12-20T21:19:25.748Z Compiling dunce v1.0.5
12042024-12-20T21:19:25.875Z Compiling libm v0.2.8
12052024-12-20T21:19:26.073Z Compiling tinyvec v1.8.0
12062024-12-20T21:19:26.226Z Compiling num-traits v0.2.19
12072024-12-20T21:19:26.738Z Compiling ring v0.17.8
12082024-12-20T21:19:27.237Z Compiling paste v1.0.15
12092024-12-20T21:19:27.483Z Compiling base64ct v1.6.0
12102024-12-20T21:19:27.600Z Compiling unicode-normalization v0.1.24
12112024-12-20T21:19:27.711Z Compiling unicode-bidi v0.3.17
12122024-12-20T21:19:27.763Z Compiling litemap v0.7.3
12132024-12-20T21:19:27.869Z Compiling writeable v0.5.5
12142024-12-20T21:19:28.059Z Compiling regex v1.11.1
12152024-12-20T21:19:28.162Z Compiling pem-rfc7468 v0.7.0
12162024-12-20T21:19:28.910Z Compiling aws-lc-rs v1.10.0
12172024-12-20T21:19:29.077Z Compiling flagset v0.4.6
12182024-12-20T21:19:29.115Z Compiling httparse v1.9.5
12192024-12-20T21:19:29.373Z Compiling tracing-core v0.1.32
12202024-12-20T21:19:29.995Z Compiling crossbeam-utils v0.8.20
12212024-12-20T21:19:30.480Z Compiling percent-encoding v2.3.1
12222024-12-20T21:19:30.526Z Compiling rustls-pki-types v1.10.0
12232024-12-20T21:19:30.729Z Compiling icu_locid_transform_data v1.5.0
12242024-12-20T21:19:30.823Z Compiling mirai-annotations v1.12.0
12252024-12-20T21:19:30.841Z Compiling num-conv v0.1.0
12262024-12-20T21:19:30.968Z Compiling serde_derive v1.0.215
12272024-12-20T21:19:30.995Z Compiling zeroize_derive v1.4.2
12282024-12-20T21:19:31.118Z Compiling zerocopy-derive v0.7.35
12292024-12-20T21:19:31.476Z Compiling tokio-macros v2.4.0
12302024-12-20T21:19:31.652Z Compiling zerofrom-derive v0.1.4
12312024-12-20T21:19:32.555Z Compiling zeroize v1.8.1
12322024-12-20T21:19:32.963Z Compiling yoke-derive v0.7.4
12332024-12-20T21:19:33.061Z Compiling thiserror-impl v1.0.69
12342024-12-20T21:19:33.444Z Compiling zerocopy v0.7.35
12352024-12-20T21:19:33.921Z Compiling futures-macro v0.3.31
12362024-12-20T21:19:34.387Z Compiling crypto-common v0.1.6
12372024-12-20T21:19:34.634Z Compiling block-buffer v0.10.4
12382024-12-20T21:19:34.924Z Compiling digest v0.10.7
12392024-12-20T21:19:35.165Z Compiling zerovec-derive v0.10.3
12402024-12-20T21:19:35.423Z Compiling hmac v0.12.1
12412024-12-20T21:19:35.516Z Compiling block-padding v0.3.3
12422024-12-20T21:19:35.662Z Compiling displaydoc v0.2.5
12432024-12-20T21:19:35.748Z Compiling inout v0.1.3
12442024-12-20T21:19:35.824Z Compiling zerofrom v0.1.4
12452024-12-20T21:19:35.959Z Compiling futures-util v0.3.31
12462024-12-20T21:19:36.018Z Compiling cipher v0.4.4
12472024-12-20T21:19:36.045Z Compiling sha2 v0.10.8
12482024-12-20T21:19:36.090Z Compiling yoke v0.7.4
12492024-12-20T21:19:36.476Z Compiling ppv-lite86 v0.2.20
12502024-12-20T21:19:36.497Z Compiling thiserror v1.0.69
12512024-12-20T21:19:36.545Z Compiling icu_provider_macros v1.5.0
12522024-12-20T21:19:36.634Z Compiling der_derive v0.7.3
12532024-12-20T21:19:37.279Z Compiling rand_chacha v0.3.1
12542024-12-20T21:19:37.372Z Compiling tracing-attributes v0.1.27
12552024-12-20T21:19:37.738Z Compiling rand v0.8.5
12562024-12-20T21:19:37.930Z Compiling zerovec v0.10.4
12572024-12-20T21:19:39.178Z Compiling der v0.7.9
12582024-12-20T21:19:39.601Z Compiling pest v2.7.14
12592024-12-20T21:19:39.641Z Compiling salsa20 v0.10.2
12602024-12-20T21:19:39.924Z Compiling tinystr v0.7.6
12612024-12-20T21:19:39.986Z Compiling icu_collections v1.5.0
12622024-12-20T21:19:40.257Z Compiling pbkdf2 v0.12.2
12632024-12-20T21:19:40.401Z Compiling icu_locid v1.5.0
12642024-12-20T21:19:40.420Z Compiling time-core v0.1.2
12652024-12-20T21:19:40.594Z Compiling powerfmt v0.2.0
12662024-12-20T21:19:40.970Z Compiling vcpkg v0.2.15
12672024-12-20T21:19:41.289Z Compiling tracing v0.1.40
12682024-12-20T21:19:41.506Z Compiling spki v0.7.3
12692024-12-20T21:19:41.812Z Compiling icu_provider v1.5.0
12702024-12-20T21:19:41.890Z Compiling untrusted v0.9.0
12712024-12-20T21:19:42.061Z Compiling icu_properties_data v1.5.0
12722024-12-20T21:19:42.169Z Compiling untrusted v0.7.1
12732024-12-20T21:19:42.326Z Compiling pest_meta v2.7.14
12742024-12-20T21:19:42.616Z Compiling icu_locid_transform v1.5.0
12752024-12-20T21:19:42.694Z Compiling deranged v0.3.11
12762024-12-20T21:19:42.777Z Compiling time-macros v0.2.18
12772024-12-20T21:19:42.920Z Compiling scrypt v0.11.0
12782024-12-20T21:19:43.172Z Compiling openssl-sys v0.9.103
12792024-12-20T21:19:43.510Z Compiling cbc v0.1.2
12802024-12-20T21:19:43.747Z Compiling aes v0.8.4
12812024-12-20T21:19:44.284Z Compiling icu_properties v1.5.1
12822024-12-20T21:19:44.562Z Compiling scroll_derive v0.12.0
12832024-12-20T21:19:45.334Z Compiling bitflags v2.6.0
12842024-12-20T21:19:45.635Z Compiling bytes v1.8.0
12852024-12-20T21:19:46.105Z Compiling indexmap v2.6.0
12862024-12-20T21:19:46.241Z Compiling semver v1.0.23
12872024-12-20T21:19:46.602Z Compiling tokio v1.40.0
12882024-12-20T21:19:46.957Z Compiling http v1.1.0
12892024-12-20T21:19:47.023Z Compiling rustc_version v0.4.1
12902024-12-20T21:19:47.616Z Compiling num_threads v0.1.7
12912024-12-20T21:19:47.756Z Compiling atomic-waker v1.1.2
12922024-12-20T21:19:47.839Z Compiling utf16_iter v1.0.5
12932024-12-20T21:19:47.921Z Compiling utf8_iter v1.0.4
12942024-12-20T21:19:48.133Z Compiling write16 v1.0.0
12952024-12-20T21:19:48.185Z Compiling icu_normalizer_data v1.5.0
12962024-12-20T21:19:48.218Z Compiling time v0.3.36
12972024-12-20T21:19:48.258Z Compiling icu_normalizer v1.5.0
12982024-12-20T21:19:48.781Z Compiling http-body v1.0.1
12992024-12-20T21:19:49.023Z Compiling scroll v0.12.0
13002024-12-20T21:19:49.138Z Compiling pkcs5 v0.7.1
13012024-12-20T21:19:49.421Z Compiling pest_generator v2.7.14
13022024-12-20T21:19:49.442Z Compiling form_urlencoded v1.2.1
13032024-12-20T21:19:49.587Z Compiling slog v2.7.0
13042024-12-20T21:19:49.770Z Compiling which v4.4.2
13052024-12-20T21:19:50.282Z Compiling try-lock v0.2.5
13062024-12-20T21:19:50.412Z Compiling want v0.3.1
13072024-12-20T21:19:50.434Z Compiling goblin v0.8.2
13082024-12-20T21:19:50.520Z Compiling pkcs8 v0.10.2
13092024-12-20T21:19:50.703Z Compiling idna_adapter v1.2.0
13102024-12-20T21:19:50.935Z Compiling httpdate v1.0.3
13112024-12-20T21:19:51.220Z Compiling idna v1.0.3
13122024-12-20T21:19:51.380Z Compiling toml_datetime v0.6.8
13132024-12-20T21:19:51.474Z Compiling pest_derive v2.7.14
13142024-12-20T21:19:51.911Z Compiling serde_spanned v0.6.8
13152024-12-20T21:19:52.090Z Compiling uuid v1.11.0
13162024-12-20T21:19:52.154Z Compiling serde_tokenstream v0.2.2
13172024-12-20T21:19:52.274Z Compiling dtrace-parser v0.2.0
13182024-12-20T21:19:52.769Z Compiling iana-time-zone v0.1.61
13192024-12-20T21:19:53.102Z Compiling base64 v0.22.1
13202024-12-20T21:19:53.213Z Compiling adler2 v2.0.0
13212024-12-20T21:19:53.425Z Compiling rustversion v1.0.17
13222024-12-20T21:19:53.497Z Compiling tower-service v0.3.3
13232024-12-20T21:19:53.523Z Compiling match_cfg v0.1.0
13242024-12-20T21:19:53.619Z Compiling openssl v0.10.66
13252024-12-20T21:19:53.633Z Compiling foreign-types-shared v0.1.1
13262024-12-20T21:19:53.742Z Compiling foreign-types v0.3.2
13272024-12-20T21:19:53.834Z Compiling hostname v0.3.1
13282024-12-20T21:19:53.851Z Compiling miniz_oxide v0.8.0
13292024-12-20T21:19:54.056Z Compiling chrono v0.4.38
13302024-12-20T21:19:54.074Z Compiling url v2.5.3
13312024-12-20T21:19:54.499Z Compiling openssl-macros v0.1.1
13322024-12-20T21:19:55.331Z Compiling tokio-util v0.7.12
13332024-12-20T21:19:55.360Z Compiling async-trait v0.1.83
13342024-12-20T21:19:55.565Z Compiling dirs-sys-next v0.1.2
13352024-12-20T21:19:56.143Z Compiling dof v0.3.0
13362024-12-20T21:19:56.221Z Compiling native-tls v0.2.12
13372024-12-20T21:19:56.546Z Compiling h2 v0.4.6
13382024-12-20T21:19:56.775Z Compiling siphasher v0.3.11
13392024-12-20T21:19:57.176Z Compiling usdt-impl v0.5.0
13402024-12-20T21:19:57.881Z Compiling rustls v0.23.19
13412024-12-20T21:19:58.063Z Compiling rustls v0.22.4
13422024-12-20T21:19:58.156Z Compiling data-encoding v2.6.0
13432024-12-20T21:19:58.301Z Compiling syn v1.0.109
13442024-12-20T21:19:58.376Z Compiling dirs-next v2.0.0
13452024-12-20T21:19:59.011Z Compiling http-body-util v0.1.2
13462024-12-20T21:19:59.555Z Compiling crossbeam-epoch v0.9.18
13472024-12-20T21:20:00.216Z Compiling heapless v0.7.17
13482024-12-20T21:20:00.358Z Compiling signature v2.2.0
13492024-12-20T21:20:00.630Z Compiling sha1 v0.10.6
13502024-12-20T21:20:00.653Z Compiling bzip2-sys v0.1.11+1.0.8
13512024-12-20T21:20:00.668Z Compiling serde_derive_internals v0.29.1
13522024-12-20T21:20:00.844Z Compiling thread_local v1.1.8
13532024-12-20T21:20:01.118Z Compiling multer v3.1.0
13542024-12-20T21:20:01.264Z Compiling cookie v0.18.1
13552024-12-20T21:20:01.432Z Compiling encoding_rs v0.8.34
13562024-12-20T21:20:01.575Z Compiling schemars v0.8.21
13572024-12-20T21:20:01.576Z Compiling slog-async v2.8.0
13582024-12-20T21:20:01.746Z Compiling ipnet v2.10.1
13592024-12-20T21:20:01.945Z Compiling signal-hook v0.3.17
13602024-12-20T21:20:02.195Z Compiling openssl-probe v0.1.5
13612024-12-20T21:20:02.619Z Compiling rayon-core v1.12.1
13622024-12-20T21:20:02.726Z Compiling mime v0.3.17
13632024-12-20T21:20:02.817Z Compiling unicode-properties v0.1.3
13642024-12-20T21:20:03.035Z Compiling gimli v0.31.1
13652024-12-20T21:20:03.123Z Compiling stringprep v0.1.5
13662024-12-20T21:20:03.170Z Compiling toml_edit v0.22.22
13672024-12-20T21:20:03.422Z Compiling schemars_derive v0.8.21
13682024-12-20T21:20:04.413Z Compiling hyper v1.5.0
13692024-12-20T21:20:06.944Z Compiling hyper-util v0.1.10
13702024-12-20T21:20:07.190Z Compiling usdt-macro v0.5.0
13712024-12-20T21:20:07.379Z Compiling usdt-attr-macro v0.5.0
13722024-12-20T21:20:08.246Z Compiling addr2line v0.24.2
13732024-12-20T21:20:08.384Z Compiling crossbeam-deque v0.8.5
13742024-12-20T21:20:08.623Z Compiling term v0.7.0
13752024-12-20T21:20:08.721Z Compiling slog-json v2.6.1
13762024-12-20T21:20:08.922Z Compiling serde_urlencoded v0.7.1
13772024-12-20T21:20:08.983Z Compiling crossbeam-channel v0.5.13
13782024-12-20T21:20:09.110Z Compiling curve25519-dalek v4.1.3
13792024-12-20T21:20:09.427Z Compiling futures-executor v0.3.31
13802024-12-20T21:20:09.762Z Compiling enum-as-inner v0.6.1
13812024-12-20T21:20:10.009Z Compiling md-5 v0.10.6
13822024-12-20T21:20:10.053Z Compiling rustls-pemfile v2.2.0
13832024-12-20T21:20:10.105Z Compiling async-stream-impl v0.3.6
13842024-12-20T21:20:10.213Z Compiling num-integer v0.1.46
13852024-12-20T21:20:10.269Z Compiling idna v0.3.0
13862024-12-20T21:20:10.395Z Compiling idna v0.4.0
13872024-12-20T21:20:10.838Z Compiling ff v0.13.0
13882024-12-20T21:20:11.023Z Compiling hash32 v0.2.1
13892024-12-20T21:20:11.051Z Compiling is-terminal v0.4.13
13902024-12-20T21:20:11.179Z Compiling object v0.36.5
13912024-12-20T21:20:11.393Z Compiling dropshot v0.12.0
13922024-12-20T21:20:11.505Z Compiling linked-hash-map v0.5.6
13932024-12-20T21:20:11.523Z Compiling psl-types v2.0.11
13942024-12-20T21:20:11.668Z Compiling take_mut v0.2.2
13952024-12-20T21:20:11.729Z Compiling base16ct v0.2.0
13962024-12-20T21:20:11.839Z Compiling rustc-demangle v0.1.24
13972024-12-20T21:20:11.877Z Compiling dyn-clone v1.0.17
13982024-12-20T21:20:11.880Z Compiling smoltcp v0.9.1
13992024-12-20T21:20:12.040Z Compiling num-bigint-dig v0.8.4
14002024-12-20T21:20:12.059Z Compiling quick-error v1.2.3
14012024-12-20T21:20:12.096Z Compiling utf-8 v0.7.6
14022024-12-20T21:20:12.205Z Compiling anyhow v1.0.93
14032024-12-20T21:20:12.322Z Compiling fallible-iterator v0.2.0
14042024-12-20T21:20:12.434Z Compiling portable-atomic v1.9.0
14052024-12-20T21:20:12.670Z Compiling tungstenite v0.24.0
14062024-12-20T21:20:12.816Z Compiling resolv-conf v0.7.0
14072024-12-20T21:20:13.053Z Compiling postgres-protocol v0.6.7
14082024-12-20T21:20:13.567Z Compiling sec1 v0.7.3
14092024-12-20T21:20:13.604Z Compiling lru-cache v0.1.2
14102024-12-20T21:20:14.167Z Compiling publicsuffix v2.2.3
14112024-12-20T21:20:14.429Z Compiling async-stream v0.3.6
14122024-12-20T21:20:14.782Z Compiling hickory-proto v0.24.1
14132024-12-20T21:20:15.042Z Compiling slog-term v2.9.1
14142024-12-20T21:20:15.086Z Compiling usdt v0.5.0
14152024-12-20T21:20:15.619Z Compiling group v0.13.0
14162024-12-20T21:20:15.786Z Compiling num-iter v0.1.45
14172024-12-20T21:20:15.964Z Compiling futures v0.3.31
14182024-12-20T21:20:16.039Z Compiling slog-bunyan v2.5.0
14192024-12-20T21:20:17.121Z Compiling camino v1.1.9
14202024-12-20T21:20:17.525Z Compiling toml v0.8.19
14212024-12-20T21:20:17.933Z Compiling tokio-native-tls v0.3.1
14222024-12-20T21:20:18.128Z Compiling phf_shared v0.11.2
14232024-12-20T21:20:18.208Z Compiling dropshot_endpoint v0.12.0
14242024-12-20T21:20:18.487Z Compiling backtrace v0.3.74
14252024-12-20T21:20:18.539Z Compiling terminal_size v0.4.0
14262024-12-20T21:20:18.762Z Compiling openapiv3 v2.0.0
14272024-12-20T21:20:19.235Z Compiling waitgroup v0.1.2
14282024-12-20T21:20:19.307Z Compiling serde_path_to_error v0.1.16
14292024-12-20T21:20:19.456Z Compiling hkdf v0.12.4
14302024-12-20T21:20:19.738Z Compiling crypto-bigint v0.5.5
14312024-12-20T21:20:20.197Z Compiling webpki-roots v0.26.6
14322024-12-20T21:20:20.410Z Compiling curve25519-dalek-derive v0.1.1
14332024-12-20T21:20:22.020Z Compiling zerocopy-derive v0.6.6
14342024-12-20T21:20:22.247Z Compiling idna v0.5.0
14352024-12-20T21:20:22.921Z Compiling hostname v0.4.0
14362024-12-20T21:20:22.980Z Compiling hubpack_derive v0.1.1
14372024-12-20T21:20:23.194Z Compiling crc32fast v1.4.2
14382024-12-20T21:20:23.256Z Compiling ahash v0.8.11
14392024-12-20T21:20:23.582Z Compiling fs-err v2.11.0
14402024-12-20T21:20:23.696Z Compiling bitflags v1.3.2
14412024-12-20T21:20:23.783Z Compiling winnow v0.5.40
14422024-12-20T21:20:23.850Z Compiling managed v0.8.0
14432024-12-20T21:20:23.893Z Compiling debug-ignore v1.0.5
14442024-12-20T21:20:23.921Z Compiling strum_macros v0.25.3
14452024-12-20T21:20:24.005Z Compiling hubpack v0.1.2
14462024-12-20T21:20:24.286Z Compiling zerocopy v0.6.6
14472024-12-20T21:20:24.571Z Compiling clap_builder v4.5.21
14482024-12-20T21:20:25.186Z Compiling console v0.15.8
14492024-12-20T21:20:25.572Z Compiling flate2 v1.0.34
14502024-12-20T21:20:25.851Z Compiling cookie_store v0.21.0
14512024-12-20T21:20:26.502Z Compiling elliptic-curve v0.13.8
14522024-12-20T21:20:26.834Z Compiling hickory-resolver v0.24.1
14532024-12-20T21:20:27.357Z Compiling toml_edit v0.19.15
14542024-12-20T21:20:27.608Z Compiling phf v0.11.2
14552024-12-20T21:20:27.891Z Compiling hyper-tls v0.6.0
14562024-12-20T21:20:28.159Z Compiling signal-hook-mio v0.2.4
14572024-12-20T21:20:28.281Z Compiling rayon v1.10.0
14582024-12-20T21:20:28.322Z Compiling bzip2 v0.4.4
14592024-12-20T21:20:28.719Z Compiling postgres-types v0.2.8
14602024-12-20T21:20:30.308Z Compiling tokio-tungstenite v0.24.0
14612024-12-20T21:20:32.219Z Compiling ed25519 v2.2.3
14622024-12-20T21:20:33.255Z Compiling phf_shared v0.10.0
14632024-12-20T21:20:33.677Z Compiling tokio-stream v0.1.16
14642024-12-20T21:20:33.764Z Compiling pkcs1 v0.7.5
14652024-12-20T21:20:34.015Z Compiling serde-big-array v0.5.1
14662024-12-20T21:20:34.104Z Compiling clap_derive v4.5.18
14672024-12-20T21:20:34.258Z Compiling rfc6979 v0.4.0
14682024-12-20T21:20:34.454Z Compiling derive-where v1.2.7
14692024-12-20T21:20:34.585Z Compiling serde_repr v0.1.19
14702024-12-20T21:20:34.716Z Compiling float-cmp v0.9.0
14712024-12-20T21:20:34.784Z Compiling bstr v1.10.0
14722024-12-20T21:20:34.943Z Compiling sync_wrapper v1.0.1
14732024-12-20T21:20:35.104Z Compiling whoami v1.5.2
14742024-12-20T21:20:35.582Z Compiling precomputed-hash v0.1.1
14752024-12-20T21:20:35.702Z Compiling bit-vec v0.6.3
14762024-12-20T21:20:35.726Z Compiling static_assertions v1.1.0
14772024-12-20T21:20:35.806Z Compiling unicode-width v0.2.0
14782024-12-20T21:20:35.832Z Compiling normalize-line-endings v0.3.0
14792024-12-20T21:20:35.956Z Compiling unicode-segmentation v1.12.0
14802024-12-20T21:20:36.152Z Compiling new_debug_unreachable v1.0.6
14812024-12-20T21:20:36.248Z Compiling fixedbitset v0.4.2
14822024-12-20T21:20:36.334Z Compiling number_prefix v0.4.0
14832024-12-20T21:20:36.561Z Compiling predicates-core v1.0.8
14842024-12-20T21:20:36.580Z Compiling difflib v0.4.0
14852024-12-20T21:20:36.698Z Compiling similar v2.6.0
14862024-12-20T21:20:36.850Z Compiling petgraph v0.6.5
14872024-12-20T21:20:36.941Z Compiling indicatif v0.17.9
14882024-12-20T21:20:38.146Z Compiling predicates v3.1.2
14892024-12-20T21:20:38.200Z Compiling string_cache v0.8.7
14902024-12-20T21:20:38.682Z Compiling bit-set v0.5.3
14912024-12-20T21:20:38.972Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14922024-12-20T21:20:39.143Z Compiling tokio-postgres v0.7.12
14932024-12-20T21:20:39.262Z Compiling ecdsa v0.16.9
14942024-12-20T21:20:39.273Z Compiling clap v4.5.21
14952024-12-20T21:20:39.391Z Compiling rsa v0.9.6
14962024-12-20T21:20:39.941Z Compiling ed25519-dalek v2.1.1
14972024-12-20T21:20:40.102Z Compiling toml v0.7.8
14982024-12-20T21:20:41.051Z Compiling zip v0.6.6
14992024-12-20T21:20:41.236Z Compiling crossterm v0.28.1
15002024-12-20T21:20:42.580Z Compiling hex v0.4.3
15012024-12-20T21:20:42.779Z Compiling x509-cert v0.2.5
15022024-12-20T21:20:43.212Z Compiling lalrpop-util v0.19.12
15032024-12-20T21:20:43.396Z Compiling unicode-xid v0.2.6
15042024-12-20T21:20:43.571Z Compiling peg-runtime v0.8.3
15052024-12-20T21:20:43.571Z Compiling strum_macros v0.26.4
15062024-12-20T21:20:44.290Z Compiling xattr v1.3.1
15072024-12-20T21:20:44.541Z Compiling filetime v0.2.25
15082024-12-20T21:20:44.848Z Compiling tar v0.4.42
15092024-12-20T21:20:48.671Z Compiling strum v0.26.3
15102024-12-20T21:20:52.221Z Compiling aws-lc-sys v0.22.0
15112024-12-20T21:21:20.140Z Compiling rustls-webpki v0.102.8
15122024-12-20T21:21:23.487Z Compiling tokio-rustls v0.25.0
15132024-12-20T21:21:25.254Z Compiling tokio-rustls v0.26.0
15142024-12-20T21:21:25.640Z Compiling hyper-rustls v0.27.3
15152024-12-20T21:21:25.994Z Compiling reqwest v0.12.9
15162024-12-20T21:21:27.018Z Compiling qorb v0.2.1
15172024-12-20T21:21:31.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15182024-12-20T21:21:32.179Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15192024-12-20T21:21:37.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15202024-12-20T21:21:38.154Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15212024-12-20T21:21:38.202ZDec 20 21:21:36.966 INFO Starting download, target: Console
15222024-12-20T21:21:38.202ZDec 20 21:21:36.966 INFO Starting download, target: Clickhouse
15232024-12-20T21:21:38.202ZDec 20 21:21:36.966 INFO Starting download, target: Cockroach
15242024-12-20T21:21:38.205ZDec 20 21:21:36.966 INFO Starting download, target: DendriteOpenapi
15252024-12-20T21:21:38.205ZDec 20 21:21:36.966 INFO Starting download, target: DendriteStub
15262024-12-20T21:21:38.205ZDec 20 21:21:36.966 INFO Starting download, target: MaghemiteMgd
15272024-12-20T21:21:38.205ZDec 20 21:21:36.966 INFO Starting download, target: TransceiverControl
15282024-12-20T21:21:38.205ZDec 20 21:21:36.967 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15292024-12-20T21:21:38.205ZDec 20 21:21:36.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15302024-12-20T21:21:38.205ZDec 20 21:21:36.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15312024-12-20T21:21:38.205ZDec 20 21:21:36.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15322024-12-20T21:21:38.205ZDec 20 21:21:36.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15332024-12-20T21:21:38.205ZDec 20 21:21:36.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15342024-12-20T21:21:38.205ZDec 20 21:21:36.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15352024-12-20T21:21:38.527ZDec 20 21:21:37.220 INFO Download complete, target: DendriteOpenapi
15362024-12-20T21:21:38.645ZDec 20 21:21:37.278 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15372024-12-20T21:21:38.740ZDec 20 21:21:37.396 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15382024-12-20T21:21:38.998ZDec 20 21:21:37.729 INFO Download complete, target: Console
15392024-12-20T21:21:39.203ZDec 20 21:21:37.922 INFO Download complete, target: TransceiverControl
15402024-12-20T21:21:39.233ZDec 20 21:21:37.990 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15412024-12-20T21:21:39.293ZDec 20 21:21:38.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15422024-12-20T21:21:40.245ZDec 20 21:21:38.689 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15432024-12-20T21:21:40.245ZDec 20 21:21:38.689 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15442024-12-20T21:21:40.261ZDec 20 21:21:39.013 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15452024-12-20T21:21:42.163ZDec 20 21:21:40.928 INFO Download complete, target: DendriteStub
15462024-12-20T21:21:42.311ZDec 20 21:21:41.075 INFO Download complete, target: MaghemiteMgd
15472024-12-20T21:21:47.442ZDec 20 21:21:46.204 INFO Checking that binary works, target: Cockroach
15482024-12-20T21:21:47.598ZDec 20 21:21:46.362 INFO Download complete, target: Cockroach
15492024-12-20T21:21:52.895ZDec 20 21:21:51.656 INFO Checking that binary works, target: Clickhouse
15502024-12-20T21:21:53.057ZDec 20 21:21:51.818 INFO Download complete, target: Clickhouse
15512024-12-20T21:21:53.063ZAll prerequisites installed successfully
15522024-12-20T21:21:53.066Z
15532024-12-20T21:21:53.066Zreal 5:09.360131979
15542024-12-20T21:21:53.066Zuser 16:34.447415662
15552024-12-20T21:21:53.066Zsys 3:13.481317193
15562024-12-20T21:21:53.066Ztrap 0.561937599
15572024-12-20T21:21:53.066Ztflt 1.514355207
15582024-12-20T21:21:53.066Zdflt 2.261556378
15592024-12-20T21:21:53.066Zkflt 0.024245364
15602024-12-20T21:21:53.066Zlock 29:33.142543153
15612024-12-20T21:21:53.066Zslp 1:02:01.332276655
15622024-12-20T21:21:53.066Zlat 57.813182304
15632024-12-20T21:21:53.066Zstop 2:18.496378386
15642024-12-20T21:21:53.066Z+ ptime -m cargo xtask download softnpu
15652024-12-20T21:21:53.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
15662024-12-20T21:21:53.596Z Running `target/debug/xtask download softnpu`
15672024-12-20T21:21:54.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
15682024-12-20T21:21:54.499Z Running `target/debug/xtask-downloader softnpu`
15692024-12-20T21:21:54.539ZDec 20 21:21:53.300 INFO Starting download, target: Softnpu
15702024-12-20T21:21:54.543ZDec 20 21:21:53.301 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15712024-12-20T21:21:55.215ZDec 20 21:21:53.978 INFO Download complete, target: Softnpu
15722024-12-20T21:21:55.219Z
15732024-12-20T21:21:55.222Zreal 2.149349516
15742024-12-20T21:21:55.222Zuser 1.319342998
15752024-12-20T21:21:55.222Zsys 0.529641806
15762024-12-20T21:21:55.222Ztrap 0.000736411
15772024-12-20T21:21:55.222Ztflt 0.000008838
15782024-12-20T21:21:55.222Zdflt 0.000005479
15792024-12-20T21:21:55.222Zkflt 0.000000000
15802024-12-20T21:21:55.222Zlock 6.651168193
15812024-12-20T21:21:55.222Zslp 0.466959579
15822024-12-20T21:21:55.222Zlat 0.072677134
15832024-12-20T21:21:55.222Zstop 0.000159587
15842024-12-20T21:21:55.222Z+ export CARGO_INCREMENTAL=0
15852024-12-20T21:21:55.222Z+ CARGO_INCREMENTAL=0
15862024-12-20T21:21:55.222Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15872024-12-20T21:21:56.167Z Compiling proc-macro2 v1.0.89
15882024-12-20T21:21:56.167Z Compiling unicode-ident v1.0.13
15892024-12-20T21:21:56.167Z Compiling libc v0.2.162
15902024-12-20T21:21:56.170Z Compiling serde v1.0.215
15912024-12-20T21:21:56.170Z Compiling autocfg v1.4.0
15922024-12-20T21:21:56.170Z Compiling version_check v0.9.5
15932024-12-20T21:21:56.170Z Compiling cfg-if v1.0.0
15942024-12-20T21:21:56.400Z Compiling memchr v2.7.4
15952024-12-20T21:21:56.464Z Compiling shlex v1.3.0
15962024-12-20T21:21:56.541Z Compiling typenum v1.17.0
15972024-12-20T21:21:56.845Z Compiling value-bag v1.9.0
15982024-12-20T21:21:56.871Z Compiling scopeguard v1.2.0
15992024-12-20T21:21:56.914Z Compiling generic-array v0.14.7
16002024-12-20T21:21:57.163Z Compiling lock_api v0.4.12
16012024-12-20T21:21:57.386Z Compiling log v0.4.22
16022024-12-20T21:21:57.412Z Compiling parking_lot_core v0.9.10
16032024-12-20T21:21:57.789Z Compiling once_cell v1.20.2
16042024-12-20T21:21:57.827Z Compiling serde_json v1.0.132
16052024-12-20T21:21:58.057Z Compiling quote v1.0.37
16062024-12-20T21:21:58.175Z Compiling rustix v0.38.37
16072024-12-20T21:21:58.194Z Compiling libm v0.2.8
16082024-12-20T21:21:58.197Z Compiling thiserror v1.0.69
16092024-12-20T21:21:58.491Z Compiling syn v2.0.87
16102024-12-20T21:21:58.518Z Compiling jobserver v0.1.32
16112024-12-20T21:21:58.620Z Compiling getrandom v0.2.15
16122024-12-20T21:21:58.716Z Compiling aho-corasick v1.1.3
16132024-12-20T21:21:58.807Z Compiling regex-syntax v0.8.5
16142024-12-20T21:21:58.944Z Compiling cc v1.1.30
16152024-12-20T21:21:58.962Z Compiling num-traits v0.2.19
16162024-12-20T21:21:58.965Z Compiling either v1.13.0
16172024-12-20T21:21:59.246Z Compiling itoa v1.0.11
16182024-12-20T21:21:59.295Z Compiling spin v0.9.8
16192024-12-20T21:21:59.469Z Compiling slab v0.4.9
16202024-12-20T21:21:59.765Z Compiling byteorder v1.5.0
16212024-12-20T21:21:59.863Z Compiling errno v0.3.9
16222024-12-20T21:22:00.066Z Compiling rand_core v0.6.4
16232024-12-20T21:22:00.236Z Compiling lazy_static v1.5.0
16242024-12-20T21:22:00.357Z Compiling glob v0.3.1
16252024-12-20T21:22:00.934Z Compiling prettyplease v0.2.25
16262024-12-20T21:22:01.140Z Compiling clang-sys v1.8.1
16272024-12-20T21:22:01.384Z Compiling minimal-lexical v0.2.1
16282024-12-20T21:22:01.471Z Compiling libloading v0.8.5
16292024-12-20T21:22:01.817Z Compiling nom v7.1.3
16302024-12-20T21:22:01.835Z Compiling subtle v2.6.1
16312024-12-20T21:22:01.852Z Compiling allocator-api2 v0.2.18
16322024-12-20T21:22:02.123Z Compiling home v0.5.9
16332024-12-20T21:22:02.361Z Compiling regex-automata v0.4.8
16342024-12-20T21:22:02.474Z Compiling bindgen v0.69.5
16352024-12-20T21:22:02.895Z Compiling itertools v0.10.5
16362024-12-20T21:22:02.922Z Compiling semver v1.0.23
16372024-12-20T21:22:03.214Z Compiling smallvec v1.13.2
16382024-12-20T21:22:03.366Z Compiling rustc-hash v1.1.0
16392024-12-20T21:22:03.523Z Compiling lazycell v1.3.0
16402024-12-20T21:22:03.697Z Compiling cmake v0.1.51
16412024-12-20T21:22:03.903Z Compiling fs_extra v1.3.0
16422024-12-20T21:22:04.488Z Compiling dunce v1.0.5
16432024-12-20T21:22:05.029Z Compiling pkg-config v0.3.31
16442024-12-20T21:22:05.155Z Compiling cexpr v0.6.0
16452024-12-20T21:22:05.374Z Compiling ring v0.17.8
16462024-12-20T21:22:05.685Z Compiling ryu v1.0.18
16472024-12-20T21:22:05.975Z Compiling pin-project-lite v0.2.14
16482024-12-20T21:22:05.993Z Compiling const-oid v0.9.6
16492024-12-20T21:22:06.108Z Compiling synstructure v0.13.1
16502024-12-20T21:22:06.371Z Compiling fnv v1.0.7
16512024-12-20T21:22:06.700Z Compiling paste v1.0.15
16522024-12-20T21:22:07.037Z Compiling httparse v1.9.5
16532024-12-20T21:22:07.210Z Compiling aws-lc-rs v1.10.0
16542024-12-20T21:22:07.513Z Compiling equivalent v1.0.1
16552024-12-20T21:22:07.621Z Compiling foldhash v0.1.3
16562024-12-20T21:22:07.705Z Compiling heck v0.5.0
16572024-12-20T21:22:07.986Z Compiling regex v1.11.1
16582024-12-20T21:22:08.123Z Compiling hashbrown v0.15.1
16592024-12-20T21:22:08.220Z Compiling schemars v0.8.21
16602024-12-20T21:22:08.901Z Compiling serde_derive_internals v0.29.1
16612024-12-20T21:22:08.953Z Compiling signal-hook-registry v1.4.2
16622024-12-20T21:22:09.059Z Compiling parking_lot v0.12.3
16632024-12-20T21:22:09.336Z Compiling mio v1.0.2
16642024-12-20T21:22:11.129Z Compiling stable_deref_trait v1.2.0
16652024-12-20T21:22:11.188Z Compiling crossbeam-utils v0.8.20
16662024-12-20T21:22:11.207Z Compiling socket2 v0.5.7
16672024-12-20T21:22:11.230Z Compiling num-conv v0.1.0
16682024-12-20T21:22:11.505Z Compiling time-core v0.1.2
16692024-12-20T21:22:11.675Z Compiling serde_derive v1.0.215
16702024-12-20T21:22:11.695Z Compiling zeroize_derive v1.4.2
16712024-12-20T21:22:11.698Z Compiling zerocopy-derive v0.7.35
16722024-12-20T21:22:11.773Z Compiling thiserror-impl v1.0.69
16732024-12-20T21:22:12.827Z Compiling tokio-macros v2.4.0
16742024-12-20T21:22:12.955Z Compiling zerofrom-derive v0.1.4
16752024-12-20T21:22:13.113Z Compiling yoke-derive v0.7.4
16762024-12-20T21:22:13.131Z Compiling zeroize v1.8.1
16772024-12-20T21:22:13.575Z Compiling futures-macro v0.3.31
16782024-12-20T21:22:13.713Z Compiling zerovec-derive v0.10.3
16792024-12-20T21:22:14.306Z Compiling zerocopy v0.7.35
16802024-12-20T21:22:14.655Z Compiling displaydoc v0.2.5
16812024-12-20T21:22:15.432Z Compiling crypto-common v0.1.6
16822024-12-20T21:22:15.769Z Compiling tracing-attributes v0.1.27
16832024-12-20T21:22:15.842Z Compiling icu_provider_macros v1.5.0
16842024-12-20T21:22:15.917Z Compiling block-buffer v0.10.4
16852024-12-20T21:22:16.137Z Compiling digest v0.10.7
16862024-12-20T21:22:16.141Z Compiling schemars_derive v0.8.21
16872024-12-20T21:22:16.360Z Compiling der_derive v0.7.3
16882024-12-20T21:22:16.570Z Compiling futures-core v0.3.31
16892024-12-20T21:22:16.865Z Compiling time-macros v0.2.18
16902024-12-20T21:22:17.431Z Compiling vcpkg v0.2.15
16912024-12-20T21:22:19.081Z Compiling openssl-sys v0.9.103
16922024-12-20T21:22:19.848Z Compiling cpufeatures v0.2.14
16932024-12-20T21:22:20.116Z Compiling slog v2.7.0
16942024-12-20T21:22:20.192Z Compiling futures-sink v0.3.31
16952024-12-20T21:22:20.233Z Compiling ahash v0.8.11
16962024-12-20T21:22:20.380Z Compiling syn v1.0.109
16972024-12-20T21:22:20.845Z Compiling zerofrom v0.1.4
16982024-12-20T21:22:20.961Z Compiling scroll_derive v0.12.0
16992024-12-20T21:22:21.142Z Compiling ucd-trie v0.1.7
17002024-12-20T21:22:21.188Z Compiling iana-time-zone v0.1.61
17012024-12-20T21:22:21.445Z Compiling pest v2.7.14
17022024-12-20T21:22:21.686Z Compiling yoke v0.7.4
17032024-12-20T21:22:21.808Z Compiling futures-channel v0.3.31
17042024-12-20T21:22:22.191Z Compiling hmac v0.12.1
17052024-12-20T21:22:22.411Z Compiling pin-utils v0.1.0
17062024-12-20T21:22:22.544Z Compiling futures-io v0.3.31
17072024-12-20T21:22:22.610Z Compiling futures-task v0.3.31
17082024-12-20T21:22:22.907Z Compiling openssl v0.10.66
17092024-12-20T21:22:22.923Z Compiling futures-util v0.3.31
17102024-12-20T21:22:23.310Z Compiling zerovec v0.10.4
17112024-12-20T21:22:23.447Z Compiling block-padding v0.3.3
17122024-12-20T21:22:23.681Z Compiling tinyvec_macros v0.1.1
17132024-12-20T21:22:24.301Z Compiling pest_meta v2.7.14
17142024-12-20T21:22:24.386Z Compiling tinyvec v1.8.0
17152024-12-20T21:22:25.250Z Compiling bitflags v2.6.0
17162024-12-20T21:22:25.460Z Compiling bytes v1.8.0
17172024-12-20T21:22:26.965Z Compiling indexmap v2.6.0
17182024-12-20T21:22:28.408Z Compiling tokio v1.40.0
17192024-12-20T21:22:29.098Z Compiling serde_tokenstream v0.2.2
17202024-12-20T21:22:29.507Z Compiling http v1.1.0
17212024-12-20T21:22:29.663Z Compiling which v4.4.2
17222024-12-20T21:22:29.968Z Compiling uuid v1.11.0
17232024-12-20T21:22:30.756Z Compiling rustc_version v0.4.1
17242024-12-20T21:22:31.243Z Compiling chrono v0.4.38
17252024-12-20T21:22:33.243Z Compiling pest_generator v2.7.14
17262024-12-20T21:22:33.812Z Compiling serde_spanned v0.6.8
17272024-12-20T21:22:34.286Z Compiling toml_datetime v0.6.8
17282024-12-20T21:22:34.728Z Compiling inout v0.1.3
17292024-12-20T21:22:34.996Z Compiling openssl-macros v0.1.1
17302024-12-20T21:22:35.812Z Compiling strsim v0.11.1
17312024-12-20T21:22:36.575Z Compiling rustls v0.23.19
17322024-12-20T21:22:36.863Z Compiling native-tls v0.2.12
17332024-12-20T21:22:37.298Z Compiling pest_derive v2.7.14
17342024-12-20T21:22:37.468Z Compiling cipher v0.4.4
17352024-12-20T21:22:37.969Z Compiling unicode-normalization v0.1.24
17362024-12-20T21:22:38.037Z Compiling tinystr v0.7.6
17372024-12-20T21:22:38.040Z Compiling sha2 v0.10.8
17382024-12-20T21:22:38.478Z Compiling tracing-core v0.1.32
17392024-12-20T21:22:38.850Z Compiling usdt-impl v0.5.0
17402024-12-20T21:22:38.867Z Compiling dyn-clone v1.0.17
17412024-12-20T21:22:39.073Z Compiling writeable v0.5.5
17422024-12-20T21:22:39.124Z Compiling base64ct v1.6.0
17432024-12-20T21:22:39.207Z Compiling litemap v0.7.3
17442024-12-20T21:22:39.591Z Compiling unicode-bidi v0.3.17
17452024-12-20T21:22:39.632Z Compiling pem-rfc7468 v0.7.0
17462024-12-20T21:22:39.651Z Compiling icu_locid v1.5.0
17472024-12-20T21:22:39.720Z Compiling tracing v0.1.40
17482024-12-20T21:22:40.824Z Compiling scroll v0.12.0
17492024-12-20T21:22:41.324Z Compiling ppv-lite86 v0.2.20
17502024-12-20T21:22:41.392Z Compiling async-trait v0.1.83
17512024-12-20T21:22:41.915Z Compiling cookie v0.18.1
17522024-12-20T21:22:42.172Z Compiling flagset v0.4.6
17532024-12-20T21:22:42.645Z Compiling anyhow v1.0.93
17542024-12-20T21:22:43.208Z Compiling camino v1.1.9
17552024-12-20T21:22:43.647Z Compiling plain v0.2.3
17562024-12-20T21:22:43.936Z Compiling aws-lc-sys v0.22.0
17572024-12-20T21:22:45.035Z Compiling goblin v0.8.2
17582024-12-20T21:22:47.131Z Compiling der v0.7.9
17592024-12-20T21:22:50.208Z Compiling rand_chacha v0.3.1
17602024-12-20T21:22:50.887Z Compiling icu_provider v1.5.0
17612024-12-20T21:22:51.835Z Compiling rustls v0.22.4
17622024-12-20T21:22:51.867Z Compiling icu_locid_transform_data v1.5.0
17632024-12-20T21:22:51.974Z Compiling untrusted v0.7.1
17642024-12-20T21:22:52.099Z Compiling rustls-pki-types v1.10.0
17652024-12-20T21:22:52.685Z Compiling pretty-hex v0.4.1
17662024-12-20T21:22:52.895Z Compiling percent-encoding v2.3.1
17672024-12-20T21:22:53.320Z Compiling rayon-core v1.12.1
17682024-12-20T21:22:53.432Z Compiling dof v0.3.0
17692024-12-20T21:22:53.803Z Compiling icu_locid_transform v1.5.0
17702024-12-20T21:22:54.154Z Compiling rand v0.8.5
17712024-12-20T21:22:54.524Z Compiling spki v0.7.3
17722024-12-20T21:22:55.041Z Compiling dtrace-parser v0.2.0
17732024-12-20T21:22:55.111Z Compiling salsa20 v0.10.2
17742024-12-20T21:22:55.130Z Compiling tokio-util v0.7.12
17752024-12-20T21:22:55.800Z Compiling icu_collections v1.5.0
17762024-12-20T21:22:56.049Z Compiling pbkdf2 v0.12.2
17772024-12-20T21:22:56.671Z Compiling thread-id v4.2.2
17782024-12-20T21:22:56.789Z Compiling untrusted v0.9.0
17792024-12-20T21:22:56.807Z Compiling powerfmt v0.2.0
17802024-12-20T21:22:57.030Z Compiling winnow v0.5.40
17812024-12-20T21:22:57.117Z Compiling mirai-annotations v1.12.0
17822024-12-20T21:22:57.174Z Compiling icu_properties_data v1.5.0
17832024-12-20T21:22:57.392Z Compiling icu_properties v1.5.1
17842024-12-20T21:22:57.412Z Compiling deranged v0.3.11
17852024-12-20T21:23:00.980Z Compiling toml_edit v0.19.15
17862024-12-20T21:23:03.012Z Compiling scrypt v0.11.0
17872024-12-20T21:23:03.075Z Compiling cbc v0.1.2
17882024-12-20T21:23:03.197Z Compiling aes v0.8.4
17892024-12-20T21:23:03.293Z Compiling multer v3.1.0
17902024-12-20T21:23:03.575Z Compiling write16 v1.0.0
17912024-12-20T21:23:03.705Z Compiling slog-async v2.8.0
17922024-12-20T21:23:03.783Z Compiling atomic-waker v1.1.2
17932024-12-20T21:23:04.168Z Compiling rustversion v1.0.17
17942024-12-20T21:23:04.355Z Compiling utf8_iter v1.0.4
17952024-12-20T21:23:04.393Z Compiling num_threads v0.1.7
17962024-12-20T21:23:04.527Z Compiling utf16_iter v1.0.5
17972024-12-20T21:23:04.725Z Compiling icu_normalizer_data v1.5.0
17982024-12-20T21:23:04.828Z Compiling icu_normalizer v1.5.0
17992024-12-20T21:23:04.853Z Compiling time v0.3.36
18002024-12-20T21:23:05.112Z Compiling pkcs5 v0.7.1
18012024-12-20T21:23:06.711Z Compiling form_urlencoded v1.2.1
18022024-12-20T21:23:07.522Z Compiling http-body v1.0.1
18032024-12-20T21:23:07.772Z Compiling heapless v0.7.17
18042024-12-20T21:23:08.317Z Compiling bzip2-sys v0.1.11+1.0.8
18052024-12-20T21:23:08.908Z Compiling signal-hook v0.3.17
18062024-12-20T21:23:09.176Z Compiling try-lock v0.2.5
18072024-12-20T21:23:09.736Z Compiling want v0.3.1
18082024-12-20T21:23:11.337Z Compiling pkcs8 v0.10.2
18092024-12-20T21:23:11.954Z Compiling idna_adapter v1.2.0
18102024-12-20T21:23:12.186Z Compiling h2 v0.4.6
18112024-12-20T21:23:13.215Z Compiling usdt-attr-macro v0.5.0
18122024-12-20T21:23:15.124Z Compiling usdt-macro v0.5.0
18132024-12-20T21:23:15.157Z Compiling async-stream-impl v0.3.6
18142024-12-20T21:23:15.229Z Compiling httpdate v1.0.3
18152024-12-20T21:23:16.089Z Compiling adler2 v2.0.0
18162024-12-20T21:23:16.356Z Compiling miniz_oxide v0.8.0
18172024-12-20T21:23:17.367Z Compiling idna v1.0.3
18182024-12-20T21:23:19.082Z Compiling curve25519-dalek v4.1.3
18192024-12-20T21:23:19.483Z Compiling openapiv3 v2.0.0
18202024-12-20T21:23:19.582Z Compiling enum-as-inner v0.6.1
18212024-12-20T21:23:19.740Z Compiling hyper v1.5.0
18222024-12-20T21:23:22.870Z Compiling dropshot v0.12.0
18232024-12-20T21:23:23.162Z Compiling base64 v0.22.1
18242024-12-20T21:23:23.404Z Compiling tower-service v0.3.3
18252024-12-20T21:23:23.540Z Compiling num-bigint-dig v0.8.4
18262024-12-20T21:23:23.610Z Compiling foreign-types-shared v0.1.1
18272024-12-20T21:23:23.754Z Compiling match_cfg v0.1.0
18282024-12-20T21:23:23.849Z Compiling smoltcp v0.9.1
18292024-12-20T21:23:24.010Z Compiling portable-atomic v1.9.0
18302024-12-20T21:23:24.408Z Compiling hostname v0.3.1
18312024-12-20T21:23:24.451Z Compiling foreign-types v0.3.2
18322024-12-20T21:23:24.547Z Compiling hyper-util v0.1.10
18332024-12-20T21:23:27.994Z Compiling url v2.5.3
18342024-12-20T21:23:31.411Z Compiling dirs-sys-next v0.1.2
18352024-12-20T21:23:31.915Z Compiling gimli v0.31.1
18362024-12-20T21:23:32.095Z Compiling heck v0.4.1
18372024-12-20T21:23:32.172Z Compiling data-encoding v2.6.0
18382024-12-20T21:23:32.419Z Compiling siphasher v0.3.11
18392024-12-20T21:23:32.500Z Compiling ident_case v1.0.1
18402024-12-20T21:23:32.684Z Compiling darling_core v0.20.10
18412024-12-20T21:23:33.072Z Compiling dirs-next v2.0.0
18422024-12-20T21:23:35.656Z Compiling http-body-util v0.1.2
18432024-12-20T21:23:38.817Z Compiling addr2line v0.24.2
18442024-12-20T21:23:39.156Z Compiling crossbeam-epoch v0.9.18
18452024-12-20T21:23:39.235Z Compiling hubpack_derive v0.1.1
18462024-12-20T21:23:39.561Z Compiling dropshot_endpoint v0.12.0
18472024-12-20T21:23:39.800Z Compiling sha1 v0.10.6
18482024-12-20T21:23:39.878Z Compiling signature v2.2.0
18492024-12-20T21:23:40.070Z Compiling zerocopy-derive v0.6.6
18502024-12-20T21:23:40.109Z Compiling curve25519-dalek-derive v0.1.1
18512024-12-20T21:23:41.200Z Compiling object v0.36.5
18522024-12-20T21:23:41.467Z Compiling thread_local v1.1.8
18532024-12-20T21:23:41.960Z Compiling fs-err v2.11.0
18542024-12-20T21:23:41.977Z Compiling encoding_rs v0.8.34
18552024-12-20T21:23:43.575Z Compiling anstyle v1.0.10
18562024-12-20T21:23:44.015Z Compiling ipnet v2.10.1
18572024-12-20T21:23:45.077Z Compiling rustc-demangle v0.1.24
18582024-12-20T21:23:45.462Z Compiling winnow v0.6.20
18592024-12-20T21:23:47.330Z Compiling mime v0.3.17
18602024-12-20T21:23:48.430Z Compiling utf8parse v0.2.2
18612024-12-20T21:23:50.586Z Compiling openssl-probe v0.1.5
18622024-12-20T21:23:50.890Z Compiling unicode-properties v0.1.3
18632024-12-20T21:23:51.388Z Compiling stringprep v0.1.5
18642024-12-20T21:23:52.960Z Compiling backtrace v0.3.74
18652024-12-20T21:23:52.989Z Compiling toml_edit v0.22.22
18662024-12-20T21:23:55.138Z Compiling anstyle-parse v0.2.5
18672024-12-20T21:23:57.645Z Compiling rustls-webpki v0.102.8
18682024-12-20T21:23:58.206Z Compiling crossbeam-deque v0.8.5
18692024-12-20T21:24:01.796Z Compiling darling_macro v0.20.10
18702024-12-20T21:24:04.105Z Compiling term v0.7.0
18712024-12-20T21:24:05.444Z Compiling slog-json v2.6.1
18722024-12-20T21:24:06.620Z Compiling serde_urlencoded v0.7.1
18732024-12-20T21:24:07.459Z Compiling crossbeam-channel v0.5.13
18742024-12-20T21:24:07.746Z Compiling rustls-pemfile v2.2.0
18752024-12-20T21:24:08.338Z Compiling hashbrown v0.14.5
18762024-12-20T21:24:08.654Z Compiling idna v0.4.0
18772024-12-20T21:24:08.889Z Compiling idna v0.3.0
18782024-12-20T21:24:09.668Z Compiling futures-executor v0.3.31
18792024-12-20T21:24:10.364Z Compiling num-integer v0.1.46
18802024-12-20T21:24:10.404Z Compiling md-5 v0.10.6
18812024-12-20T21:24:10.655Z Compiling ff v0.13.0
18822024-12-20T21:24:10.835Z Compiling hash32 v0.2.1
18832024-12-20T21:24:10.888Z Compiling is-terminal v0.4.13
18842024-12-20T21:24:11.027Z Compiling memmap v0.7.0
18852024-12-20T21:24:11.210Z Compiling fallible-iterator v0.2.0
18862024-12-20T21:24:11.357Z Compiling linked-hash-map v0.5.6
18872024-12-20T21:24:11.911Z Compiling take_mut v0.2.2
18882024-12-20T21:24:12.083Z Compiling utf-8 v0.7.6
18892024-12-20T21:24:12.392Z Compiling quick-error v1.2.3
18902024-12-20T21:24:12.544Z Compiling is_terminal_polyfill v1.70.1
18912024-12-20T21:24:12.683Z Compiling base16ct v0.2.0
18922024-12-20T21:24:13.882Z Compiling psl-types v2.0.11
18932024-12-20T21:24:14.028Z Compiling colorchoice v1.0.2
18942024-12-20T21:24:14.192Z Compiling anstyle-query v1.1.1
18952024-12-20T21:24:14.361Z Compiling anstream v0.6.15
18962024-12-20T21:24:14.825Z Compiling publicsuffix v2.2.3
18972024-12-20T21:24:15.072Z Compiling sec1 v0.7.3
18982024-12-20T21:24:15.088Z Compiling resolv-conf v0.7.0
18992024-12-20T21:24:15.645Z Compiling tungstenite v0.24.0
19002024-12-20T21:24:15.741Z Compiling postgres-protocol v0.6.7
19012024-12-20T21:24:16.692Z Compiling lru-cache v0.1.2
19022024-12-20T21:24:16.855Z Compiling usdt v0.5.0
19032024-12-20T21:24:17.320Z Compiling slog-term v2.9.1
19042024-12-20T21:24:17.679Z Compiling num-iter v0.1.45
19052024-12-20T21:24:17.863Z Compiling group v0.13.0
19062024-12-20T21:24:18.135Z Compiling futures v0.3.31
19072024-12-20T21:24:18.158Z Compiling regress v0.10.1
19082024-12-20T21:24:18.263Z Compiling hickory-proto v0.24.1
19092024-12-20T21:24:21.278Z Compiling tokio-rustls v0.26.0
19102024-12-20T21:24:21.749Z Compiling slog-bunyan v2.5.0
19112024-12-20T21:24:21.951Z Compiling tokio-rustls v0.25.0
19122024-12-20T21:24:22.027Z Compiling darling v0.20.10
19132024-12-20T21:24:22.240Z Compiling toml v0.8.19
19142024-12-20T21:24:22.394Z Compiling tokio-native-tls v0.3.1
19152024-12-20T21:24:22.679Z Compiling phf_shared v0.11.2
19162024-12-20T21:24:22.875Z Compiling strum_macros v0.25.3
19172024-12-20T21:24:23.366Z Compiling async-stream v0.3.6
19182024-12-20T21:24:23.650Z Compiling waitgroup v0.1.2
19192024-12-20T21:24:23.769Z Compiling webpki-roots v0.26.6
19202024-12-20T21:24:24.391Z Compiling idna v0.5.0
19212024-12-20T21:24:24.552Z Compiling terminal_size v0.4.0
19222024-12-20T21:24:24.572Z Compiling serde_path_to_error v0.1.16
19232024-12-20T21:24:24.761Z Compiling hkdf v0.12.4
19242024-12-20T21:24:25.551Z Compiling crypto-bigint v0.5.5
19252024-12-20T21:24:25.653Z Compiling clap_derive v4.5.18
19262024-12-20T21:24:25.857Z Compiling serde_repr v0.1.19
19272024-12-20T21:24:26.483Z Compiling derive-where v1.2.7
19282024-12-20T21:24:26.880Z Compiling hostname v0.4.0
19292024-12-20T21:24:27.112Z Compiling crc32fast v1.4.2
19302024-12-20T21:24:27.435Z Compiling bitflags v1.3.2
19312024-12-20T21:24:27.520Z Compiling managed v0.8.0
19322024-12-20T21:24:27.656Z Compiling debug-ignore v1.0.5
19332024-12-20T21:24:27.964Z Compiling unicode-width v0.1.14
19342024-12-20T21:24:28.062Z Compiling clap_lex v0.7.2
19352024-12-20T21:24:29.069Z Compiling elliptic-curve v0.13.8
19362024-12-20T21:24:29.101Z Compiling console v0.15.8
19372024-12-20T21:24:29.143Z Compiling clap_builder v4.5.21
19382024-12-20T21:24:32.458Z Compiling flate2 v1.0.34
19392024-12-20T21:24:32.775Z Compiling cookie_store v0.21.0
19402024-12-20T21:24:34.204Z Compiling hyper-rustls v0.27.3
19412024-12-20T21:24:35.583Z Compiling hickory-resolver v0.24.1
19422024-12-20T21:24:38.541Z Compiling phf v0.11.2
19432024-12-20T21:24:38.854Z Compiling hyper-tls v0.6.0
19442024-12-20T21:24:39.004Z Compiling typify-impl v0.2.0
19452024-12-20T21:24:39.024Z Compiling signal-hook-mio v0.2.4
19462024-12-20T21:24:39.189Z Compiling bzip2 v0.4.4
19472024-12-20T21:24:39.273Z Compiling rayon v1.10.0
19482024-12-20T21:24:39.338Z Compiling tokio-tungstenite v0.24.0
19492024-12-20T21:24:39.571Z Compiling postgres-types v0.2.8
19502024-12-20T21:24:39.934Z Compiling zerocopy v0.6.6
19512024-12-20T21:24:40.032Z Compiling hubpack v0.1.2
19522024-12-20T21:24:40.467Z Compiling ed25519 v2.2.3
19532024-12-20T21:24:40.819Z Compiling phf_shared v0.10.0
19542024-12-20T21:24:40.966Z Compiling pkcs1 v0.7.5
19552024-12-20T21:24:41.057Z Compiling tokio-stream v0.1.16
19562024-12-20T21:24:41.993Z Compiling serde-big-array v0.5.1
19572024-12-20T21:24:42.038Z Compiling rfc6979 v0.4.0
19582024-12-20T21:24:42.230Z Compiling float-cmp v0.9.0
19592024-12-20T21:24:42.248Z Compiling sync_wrapper v1.0.1
19602024-12-20T21:24:42.404Z Compiling bstr v1.10.0
19612024-12-20T21:24:44.004Z Compiling new_debug_unreachable v1.0.6
19622024-12-20T21:24:44.006Z Compiling static_assertions v1.1.0
19632024-12-20T21:24:44.131Z Compiling normalize-line-endings v0.3.0
19642024-12-20T21:24:44.268Z Compiling predicates-core v1.0.8
19652024-12-20T21:24:44.519Z Compiling bit-vec v0.6.3
19662024-12-20T21:24:44.611Z Compiling unicode-width v0.2.0
19672024-12-20T21:24:44.685Z Compiling unicode-segmentation v1.12.0
19682024-12-20T21:24:44.973Z Compiling fixedbitset v0.4.2
19692024-12-20T21:24:45.148Z Compiling number_prefix v0.4.0
19702024-12-20T21:24:45.378Z Compiling difflib v0.4.0
19712024-12-20T21:24:45.398Z Compiling whoami v1.5.2
19722024-12-20T21:24:45.398Z Compiling precomputed-hash v0.1.1
19732024-12-20T21:24:45.527Z Compiling string_cache v0.8.7
19742024-12-20T21:24:45.548Z Compiling similar v2.6.0
19752024-12-20T21:24:45.952Z Compiling predicates v3.1.2
19762024-12-20T21:24:45.970Z Compiling tokio-postgres v0.7.12
19772024-12-20T21:24:46.660Z Compiling indicatif v0.17.9
19782024-12-20T21:24:47.479Z Compiling petgraph v0.6.5
19792024-12-20T21:24:47.571Z Compiling bit-set v0.5.3
19802024-12-20T21:24:47.958Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19812024-12-20T21:24:50.251Z Compiling reqwest v0.12.9
19822024-12-20T21:24:51.043Z Compiling typify-macro v0.2.0
19832024-12-20T21:24:51.500Z Compiling ecdsa v0.16.9
19842024-12-20T21:24:52.393Z Compiling qorb v0.2.1
19852024-12-20T21:24:53.993Z Compiling rsa v0.9.6
19862024-12-20T21:24:54.512Z Compiling ed25519-dalek v2.1.1
19872024-12-20T21:24:55.055Z Compiling zip v0.6.6
19882024-12-20T21:24:55.267Z Compiling crossterm v0.28.1
19892024-12-20T21:24:55.542Z Compiling clap v4.5.21
19902024-12-20T21:24:56.297Z Compiling toml v0.7.8
19912024-12-20T21:24:57.288Z Compiling x509-cert v0.2.5
19922024-12-20T21:24:58.049Z Compiling hex v0.4.3
19932024-12-20T21:24:58.964Z Compiling zerocopy v0.8.10
19942024-12-20T21:24:59.349Z Compiling lalrpop-util v0.19.12
19952024-12-20T21:24:59.368Z Compiling unicode-xid v0.2.6
19962024-12-20T21:24:59.546Z Compiling peg-runtime v0.8.3
19972024-12-20T21:25:01.667Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19982024-12-20T21:25:05.970Z Compiling proc-macro-crate v1.3.1
19992024-12-20T21:25:06.081Z Compiling ipnetwork v0.20.0
20002024-12-20T21:25:06.496Z Compiling macaddr v1.0.1
20012024-12-20T21:25:07.117Z Compiling zerocopy-derive v0.8.10
20022024-12-20T21:25:07.135Z Compiling itertools v0.13.0
20032024-12-20T21:25:09.362Z Compiling heapless v0.8.0
20042024-12-20T21:25:10.493Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20052024-12-20T21:25:15.196Z Compiling num_enum_derive v0.5.11
20062024-12-20T21:25:23.318Z Compiling hash32 v0.3.1
20072024-12-20T21:25:24.520Z Compiling smoltcp v0.11.0
20082024-12-20T21:25:24.665Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20092024-12-20T21:25:29.804Z Compiling num_enum v0.5.11
20102024-12-20T21:25:29.822Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20112024-12-20T21:25:30.531Z Compiling typify v0.2.0
20122024-12-20T21:25:31.234Z Compiling proc-macro-error-attr v1.0.4
20132024-12-20T21:25:31.515Z Compiling cobs v0.2.3
20142024-12-20T21:25:31.971Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20152024-12-20T21:25:32.274Z Compiling unsafe-libyaml v0.2.11
20162024-12-20T21:25:34.009Z Compiling serde_yaml v0.9.34+deprecated
20172024-12-20T21:25:38.627Z Compiling postcard v1.0.10
20182024-12-20T21:25:50.614Z Compiling progenitor-impl v0.8.0
20192024-12-20T21:25:50.706Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20202024-12-20T21:26:01.935Z Compiling strum_macros v0.26.4
20212024-12-20T21:26:03.147Z Compiling foreign-types-macros v0.2.3
20222024-12-20T21:26:03.167Z Compiling structmeta-derive v0.3.0
20232024-12-20T21:26:03.328Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20242024-12-20T21:26:03.411Z Compiling proc-macro-error v1.0.4
20252024-12-20T21:26:04.397Z Compiling foreign-types-shared v0.3.1
20262024-12-20T21:26:05.067Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20272024-12-20T21:26:05.642Z Compiling newtype-uuid v1.1.3
20282024-12-20T21:26:05.800Z Compiling structmeta v0.3.0
20292024-12-20T21:26:06.278Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20302024-12-20T21:26:06.432Z Compiling strum v0.26.3
20312024-12-20T21:26:09.153Z Compiling foreign-types v0.5.0
20322024-12-20T21:26:12.619Z Compiling progenitor-macro v0.8.0
20332024-12-20T21:26:19.291Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20342024-12-20T21:26:19.328Z Compiling progenitor-client v0.8.0
20352024-12-20T21:26:20.368Z Compiling tabwriter v1.4.0
20362024-12-20T21:26:22.941Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20372024-12-20T21:26:23.518Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20382024-12-20T21:26:23.760Z Compiling cstr-argument v0.1.2
20392024-12-20T21:26:24.016Z Compiling dropshot v0.13.0
20402024-12-20T21:26:24.332Z Compiling fastrand v2.1.1
20412024-12-20T21:26:24.394Z Compiling pretty-hex v0.2.1
20422024-12-20T21:26:24.598Z Compiling crucible-workspace-hack v0.1.0
20432024-12-20T21:26:25.213Z Compiling thiserror v2.0.3
20442024-12-20T21:26:25.437Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20452024-12-20T21:26:25.878Z Compiling progenitor v0.8.0
20462024-12-20T21:26:25.987Z Compiling tempfile v3.13.0
20472024-12-20T21:26:26.163Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20482024-12-20T21:26:26.615Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20492024-12-20T21:26:26.634Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20502024-12-20T21:26:26.870Z Compiling parse-display-derive v0.10.0
20512024-12-20T21:26:27.473Z Compiling colored v2.1.0
20522024-12-20T21:26:27.712Z Compiling serde_with_macros v3.11.0
20532024-12-20T21:26:27.818Z Compiling dropshot_endpoint v0.13.0
20542024-12-20T21:26:28.748Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20552024-12-20T21:26:29.519Z Compiling thiserror-impl v2.0.3
20562024-12-20T21:26:30.350Z Compiling instant v0.1.13
20572024-12-20T21:26:30.534Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20582024-12-20T21:26:30.733Z Compiling parse-display v0.10.0
20592024-12-20T21:26:30.941Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20602024-12-20T21:26:31.029Z Compiling backoff v0.4.0
20612024-12-20T21:26:31.415Z Compiling serde_with v3.11.0
20622024-12-20T21:26:32.120Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20632024-12-20T21:26:32.626Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20642024-12-20T21:26:32.814Z Compiling zone_cfg_derive v0.3.0
20652024-12-20T21:26:33.220Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20662024-12-20T21:26:33.961Z Compiling camino-tempfile v1.1.1
20672024-12-20T21:26:33.979Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20682024-12-20T21:26:34.318Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20692024-12-20T21:26:34.759Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20702024-12-20T21:26:34.813Z Compiling regress v0.9.1
20712024-12-20T21:26:34.953Z Compiling num-derive v0.4.2
20722024-12-20T21:26:35.799Z Compiling sigpipe v0.1.3
20732024-12-20T21:26:35.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20742024-12-20T21:26:36.232Z Compiling libefi-sys v0.1.0
20752024-12-20T21:26:36.578Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20762024-12-20T21:26:37.162Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20772024-12-20T21:26:38.742Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20782024-12-20T21:26:39.859Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20792024-12-20T21:26:41.946Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
20802024-12-20T21:26:42.466Z Compiling zone v0.3.0
20812024-12-20T21:26:43.216Z Compiling smf v0.2.3
20822024-12-20T21:26:43.493Z Compiling bitfield-struct v0.6.2
20832024-12-20T21:26:44.918Z Compiling blake3 v1.5.4
20842024-12-20T21:26:45.526Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20852024-12-20T21:26:45.893Z Compiling ring v0.16.20
20862024-12-20T21:26:46.053Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20872024-12-20T21:26:46.837Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20882024-12-20T21:26:46.909Z Compiling xattr v1.3.1
20892024-12-20T21:26:47.038Z Compiling filetime v0.2.25
20902024-12-20T21:26:47.249Z Compiling memmap2 v0.9.5
20912024-12-20T21:26:47.410Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20922024-12-20T21:26:47.542Z Compiling same-file v1.0.6
20932024-12-20T21:26:47.803Z Compiling arrayvec v0.7.6
20942024-12-20T21:26:47.822Z Compiling spin v0.5.2
20952024-12-20T21:26:47.985Z Compiling arrayref v0.3.9
20962024-12-20T21:26:48.077Z Compiling constant_time_eq v0.3.1
20972024-12-20T21:26:48.096Z Compiling walkdir v2.5.0
20982024-12-20T21:26:48.272Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20992024-12-20T21:26:49.779Z Compiling tar v0.4.42
21002024-12-20T21:26:50.935Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21012024-12-20T21:26:51.008Z Compiling gethostname v0.5.0
21022024-12-20T21:26:51.216Z Compiling cargo-platform v0.1.8
21032024-12-20T21:26:51.351Z Compiling topological-sort v0.2.2
21042024-12-20T21:26:51.631Z Compiling cargo_metadata v0.18.1
21052024-12-20T21:26:52.280Z Compiling shell-words v1.1.0
21062024-12-20T21:26:56.385Z Compiling omicron-zone-package v0.11.1
21072024-12-20T21:26:58.400Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21082024-12-20T21:26:59.198Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21092024-12-20T21:27:01.974Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21102024-12-20T21:27:21.043Z Finished `release` profile [optimized] target(s) in 5m 25s
21112024-12-20T21:27:21.207Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21122024-12-20T21:27:21.255ZLogging to: /work/oxidecomputer/omicron/out/LOG
21132024-12-20T21:27:21.259ZCreated new build target 'test' and set it as active
21142024-12-20T21:27:21.259Z
21152024-12-20T21:27:21.259Zreal 5:25.995542220
21162024-12-20T21:27:21.259Zuser 36:51.039508480
21172024-12-20T21:27:21.259Zsys 4:51.933516062
21182024-12-20T21:27:21.259Ztrap 1.079604722
21192024-12-20T21:27:21.259Ztflt 3.319519664
21202024-12-20T21:27:21.259Zdflt 0.745285879
21212024-12-20T21:27:21.259Zkflt 0.007340482
21222024-12-20T21:27:21.259Zlock 1:17:48.033885894
21232024-12-20T21:27:21.259Zslp 2:34:35.496730313
21242024-12-20T21:27:21.259Zlat 2:35.521628239
21252024-12-20T21:27:21.259Zstop 4:32.520019773
21262024-12-20T21:27:21.259Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21272024-12-20T21:27:22.231Z Finished `release` profile [optimized] target(s) in 0.92s
21282024-12-20T21:27:22.291Z Running `target/release/omicron-package -t test package`
21292024-12-20T21:27:22.338ZLogging to: /work/oxidecomputer/omicron/out/LOG
21302024-12-20T21:27:23.463Z Compiling convert_case v0.4.0
21312024-12-20T21:27:23.463Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21322024-12-20T21:27:23.466Z Compiling newline-converter v0.3.0
21332024-12-20T21:27:23.466Z Compiling password-hash v0.5.0
21342024-12-20T21:27:23.466Z Compiling progenitor-client v0.8.0
21352024-12-20T21:27:23.466Z Compiling blake2 v0.10.6
21362024-12-20T21:27:23.466Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21372024-12-20T21:27:23.629Z Compiling atomicwrites v0.4.4
21382024-12-20T21:27:23.776Z Compiling expectorate v1.1.0
21392024-12-20T21:27:23.802Z Compiling cancel-safe-futures v0.1.5
21402024-12-20T21:27:23.974Z Compiling progenitor v0.8.0
21412024-12-20T21:27:24.065Z Compiling owo-colors v4.1.0
21422024-12-20T21:27:24.140Z Compiling num-rational v0.4.2
21432024-12-20T21:27:24.186Z Compiling argon2 v0.5.3
21442024-12-20T21:27:24.218Z Compiling num-complex v0.4.6
21452024-12-20T21:27:24.357Z Compiling derive_more v0.99.18
21462024-12-20T21:27:24.906Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21472024-12-20T21:27:25.029Z Compiling libsw v3.3.1
21482024-12-20T21:27:25.384Z Compiling num v0.4.3
21492024-12-20T21:27:25.467Z Compiling linear-map v1.2.0
21502024-12-20T21:27:25.555Z Compiling float-ord v0.3.2
21512024-12-20T21:27:25.558Z Compiling swrite v0.1.0
21522024-12-20T21:27:25.709Z Compiling indent_write v2.2.0
21532024-12-20T21:27:25.737Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21542024-12-20T21:27:25.788Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21552024-12-20T21:27:25.893Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21562024-12-20T21:27:25.944Z Compiling base64 v0.21.7
21572024-12-20T21:27:26.518Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21582024-12-20T21:27:26.586Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21592024-12-20T21:27:27.026Z Compiling highway v1.2.0
21602024-12-20T21:27:27.267Z Compiling semver v0.1.20
21612024-12-20T21:27:27.847Z Compiling rustc_version v0.1.7
21622024-12-20T21:27:28.268Z Compiling newtype_derive v0.1.6
21632024-12-20T21:27:28.407Z Compiling newtype-uuid v1.1.3
21642024-12-20T21:27:28.649Z Compiling dropshot v0.13.0
21652024-12-20T21:27:28.722Z Compiling ipnetwork v0.20.0
21662024-12-20T21:27:28.751Z Compiling instant v0.1.13
21672024-12-20T21:27:28.911Z Compiling humantime v2.1.0
21682024-12-20T21:27:29.528Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21692024-12-20T21:27:29.805Z Compiling backoff v0.4.0
21702024-12-20T21:27:30.213Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21712024-12-20T21:27:30.993Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21722024-12-20T21:27:33.779Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21732024-12-20T21:27:34.291Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21742024-12-20T21:27:34.434Z Compiling parse-display v0.10.0
21752024-12-20T21:27:35.031Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762024-12-20T21:27:35.221Z Compiling serde_with v3.11.0
21772024-12-20T21:27:35.354Z Compiling strum v0.26.3
21782024-12-20T21:27:35.543Z Compiling regress v0.9.1
21792024-12-20T21:27:38.719Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21802024-12-20T21:27:40.277Z Compiling macaddr v1.0.1
21812024-12-20T21:27:40.411Z Compiling slog-dtrace v0.3.0
21822024-12-20T21:27:40.458Z Compiling steno v0.4.1
21832024-12-20T21:27:40.713Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21842024-12-20T21:27:40.963Z Compiling prettyplease v0.2.25
21852024-12-20T21:27:42.151Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21862024-12-20T21:27:42.430Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21872024-12-20T21:27:43.205Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21882024-12-20T21:27:45.302Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21892024-12-20T21:27:46.158Z Compiling half v2.4.1
21902024-12-20T21:27:46.874Z Compiling ciborium-io v0.2.2
21912024-12-20T21:27:47.024Z Compiling ciborium-ll v0.2.2
21922024-12-20T21:27:47.549Z Compiling tungstenite v0.21.0
21932024-12-20T21:27:50.456Z Compiling tokio-tungstenite v0.21.0
21942024-12-20T21:27:51.098Z Compiling ciborium v0.2.2
21952024-12-20T21:27:52.714Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21962024-12-20T21:27:57.001Z Compiling fastrand v2.1.1
21972024-12-20T21:27:58.878Z Compiling same-file v1.0.6
21982024-12-20T21:27:59.144Z Compiling display-error-chain v0.2.2
21992024-12-20T21:27:59.370Z Compiling walkdir v2.5.0
22002024-12-20T21:27:59.447Z Compiling tempfile v3.13.0
22012024-12-20T21:28:00.116Z Compiling ring v0.16.20
22022024-12-20T21:28:00.244Z Compiling blake3 v1.5.4
22032024-12-20T21:28:00.678Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22042024-12-20T21:28:00.868Z Compiling xattr v1.3.1
22052024-12-20T21:28:01.108Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22062024-12-20T21:28:01.135Z Compiling memmap2 v0.9.5
22072024-12-20T21:28:01.565Z Compiling filetime v0.2.25
22082024-12-20T21:28:01.897Z Compiling constant_time_eq v0.3.1
22092024-12-20T21:28:02.058Z Compiling spin v0.5.2
22102024-12-20T21:28:02.281Z Compiling arrayvec v0.7.6
22112024-12-20T21:28:02.300Z Compiling keccak v0.1.5
22122024-12-20T21:28:02.603Z Compiling arrayref v0.3.9
22132024-12-20T21:28:03.256Z Compiling sha3 v0.10.8
22142024-12-20T21:28:03.351Z Compiling tar v0.4.42
22152024-12-20T21:28:03.788Z Compiling camino-tempfile v1.1.1
22162024-12-20T21:28:04.144Z Compiling toolchain_find v0.4.0
22172024-12-20T21:28:04.278Z Compiling const_format_proc_macros v0.2.33
22182024-12-20T21:28:04.297Z Compiling crunchy v0.2.2
22192024-12-20T21:28:04.741Z Compiling maplit v1.0.2
22202024-12-20T21:28:04.744Z Compiling topological-sort v0.2.2
22212024-12-20T21:28:04.871Z Compiling radium v0.7.0
22222024-12-20T21:28:04.991Z Compiling omicron-zone-package v0.11.1
22232024-12-20T21:28:05.346Z Compiling rustfmt-wrapper v0.2.1
22242024-12-20T21:28:05.365Z Compiling maybe-uninit v2.0.0
22252024-12-20T21:28:05.824Z Compiling tiny-keccak v2.0.2
22262024-12-20T21:28:05.871Z Compiling tap v1.0.1
22272024-12-20T21:28:05.891Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22282024-12-20T21:28:06.073Z Compiling wyz v0.5.1
22292024-12-20T21:28:06.120Z Compiling const_format v0.2.33
22302024-12-20T21:28:06.252Z Compiling dsl_auto_type v0.1.2
22312024-12-20T21:28:06.360Z Compiling phf_generator v0.11.2
22322024-12-20T21:28:06.521Z Compiling scheduled-thread-pool v0.2.7
22332024-12-20T21:28:06.548Z Compiling secrecy v0.8.0
22342024-12-20T21:28:06.566Z Compiling diesel_table_macro_syntax v0.2.0
22352024-12-20T21:28:06.835Z Compiling async-recursion v1.1.1
22362024-12-20T21:28:06.955Z Compiling packed_struct v0.10.1
22372024-12-20T21:28:07.367Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22382024-12-20T21:28:07.386Z Compiling funty v2.0.0
22392024-12-20T21:28:07.615Z Compiling crc-catalog v2.4.0
22402024-12-20T21:28:07.659Z Compiling arc-swap v1.7.1
22412024-12-20T21:28:07.709Z Compiling diesel_derives v2.2.3
22422024-12-20T21:28:07.779Z Compiling crc v3.2.1
22432024-12-20T21:28:08.280Z Compiling slog-scope v4.4.0
22442024-12-20T21:28:08.375Z Compiling r2d2 v0.8.10
22452024-12-20T21:28:08.818Z Compiling bitvec v1.0.1
22462024-12-20T21:28:09.146Z Compiling phf_codegen v0.11.2
22472024-12-20T21:28:09.820Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22482024-12-20T21:28:09.876Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22492024-12-20T21:28:09.918Z Compiling ascii-canvas v3.0.0
22502024-12-20T21:28:10.215Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22512024-12-20T21:28:10.409Z Compiling universal-hash v0.5.1
22522024-12-20T21:28:10.641Z Compiling thiserror-impl-no-std v2.0.2
22532024-12-20T21:28:13.262Z Compiling packed_struct_codegen v0.10.1
22542024-12-20T21:28:13.417Z Compiling parse-zoneinfo v0.3.1
22552024-12-20T21:28:15.083Z Compiling ena v0.14.3
22562024-12-20T21:28:15.525Z Compiling indexmap v1.9.3
22572024-12-20T21:28:15.792Z Compiling diff v0.1.13
22582024-12-20T21:28:15.817Z Compiling regex-syntax v0.6.29
22592024-12-20T21:28:16.351Z Compiling opaque-debug v0.3.1
22602024-12-20T21:28:16.466Z Compiling nodrop v0.1.14
22612024-12-20T21:28:16.610Z Compiling array-init v0.0.4
22622024-12-20T21:28:17.809Z Compiling poly1305 v0.8.0
22632024-12-20T21:28:19.181Z Compiling diesel v2.2.6
22642024-12-20T21:28:19.270Z Compiling lalrpop v0.19.12
22652024-12-20T21:28:25.577Z Compiling chrono-tz-build v0.4.0
22662024-12-20T21:28:26.698Z Compiling thiserror-no-std v2.0.2
22672024-12-20T21:28:26.833Z Compiling smallvec v0.6.14
22682024-12-20T21:28:27.019Z Compiling slog-stdlog v4.1.1
22692024-12-20T21:28:27.834Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22702024-12-20T21:28:27.973Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22712024-12-20T21:28:28.273Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22722024-12-20T21:28:28.498Z Compiling chacha20 v0.9.1
22732024-12-20T21:28:28.943Z Compiling aead v0.5.2
22742024-12-20T21:28:28.978Z Compiling vte_generate_state_changes v0.1.2
22752024-12-20T21:28:29.310Z Compiling bitfield v0.14.0
22762024-12-20T21:28:29.569Z Compiling hashbrown v0.12.3
22772024-12-20T21:28:29.619Z Compiling termcolor v1.4.1
22782024-12-20T21:28:30.685Z Compiling ref-cast v1.0.23
22792024-12-20T21:28:31.210Z Compiling env_logger v0.10.2
22802024-12-20T21:28:32.010Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22812024-12-20T21:28:34.324Z Compiling vte v0.11.1
22822024-12-20T21:28:35.850Z Compiling chacha20poly1305 v0.10.1
22832024-12-20T21:28:36.127Z Compiling serde-hex v0.1.0
22842024-12-20T21:28:41.389Z Compiling slog-envlogger v2.2.0
22852024-12-20T21:28:43.577Z Compiling vsss-rs v3.3.4
22862024-12-20T21:28:44.119Z Compiling chrono-tz v0.10.0
22872024-12-20T21:28:44.732Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22882024-12-20T21:28:45.082Z Compiling ron v0.8.1
22892024-12-20T21:28:45.548Z Compiling polar-core v0.27.3
22902024-12-20T21:28:46.790Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22912024-12-20T21:28:47.094Z Compiling derive_builder_core v0.20.2
22922024-12-20T21:28:47.922Z Compiling hashbrown v0.13.2
22932024-12-20T21:28:49.291Z Compiling headers-core v0.3.0
22942024-12-20T21:28:49.401Z Compiling fxhash v0.2.1
22952024-12-20T21:28:49.464Z Compiling libxml v0.3.3
22962024-12-20T21:28:49.642Z Compiling ref-cast-impl v1.0.23
22972024-12-20T21:28:49.830Z Compiling lockfree-object-pool v0.1.6
22982024-12-20T21:28:50.144Z Compiling zip v2.1.3
22992024-12-20T21:28:50.462Z Compiling bumpalo v3.16.0
23002024-12-20T21:28:50.749Z Compiling crc-any v2.5.0
23012024-12-20T21:28:50.879Z Compiling bytecount v0.6.8
23022024-12-20T21:28:51.022Z Compiling simd-adler32 v0.3.7
23032024-12-20T21:28:51.201Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23042024-12-20T21:28:51.676Z Compiling zopfli v0.8.1
23052024-12-20T21:28:52.172Z Compiling papergrid v0.11.0
23062024-12-20T21:28:56.216Z Compiling headers v0.4.0
23072024-12-20T21:28:56.966Z Compiling derive_builder_macro v0.20.2
23082024-12-20T21:28:57.815Z Compiling object v0.30.4
23092024-12-20T21:29:05.742Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23102024-12-20T21:29:06.404Z Compiling strip-ansi-escapes v0.2.0
23112024-12-20T21:29:07.069Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23122024-12-20T21:29:07.136Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23132024-12-20T21:29:07.326Z Compiling tabled_derive v0.7.0
23142024-12-20T21:29:07.423Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23152024-12-20T21:29:09.508Z Compiling itertools v0.12.1
23162024-12-20T21:29:10.093Z Compiling fd-lock v4.0.2
23172024-12-20T21:29:10.292Z Compiling peg-macros v0.8.4
23182024-12-20T21:29:10.363Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23192024-12-20T21:29:10.755Z Compiling strum_macros v0.24.3
23202024-12-20T21:29:11.421Z Compiling kstat-rs v0.2.4
23212024-12-20T21:29:11.938Z Compiling samael v0.0.17
23222024-12-20T21:29:12.081Z Compiling unicase v2.7.0
23232024-12-20T21:29:12.367Z Compiling nu-ansi-term v0.50.1
23242024-12-20T21:29:12.388Z Compiling indoc v1.0.9
23252024-12-20T21:29:13.079Z Compiling path-slash v0.1.5
23262024-12-20T21:29:13.203Z Compiling reedline v0.35.0
23272024-12-20T21:29:13.317Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23282024-12-20T21:29:13.519Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23292024-12-20T21:29:13.628Z Compiling peg v0.8.4
23302024-12-20T21:29:13.915Z Compiling tabled v0.15.0
23312024-12-20T21:29:17.418Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23322024-12-20T21:29:28.320Z Compiling derive_builder v0.20.2
23332024-12-20T21:29:32.553Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23342024-12-20T21:29:33.358Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23352024-12-20T21:29:33.430Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23362024-12-20T21:29:33.732Z Compiling pem v3.0.4
23372024-12-20T21:29:33.896Z Compiling bcs v0.1.6
23382024-12-20T21:29:35.014Z Compiling impl-trait-for-tuples v0.2.2
23392024-12-20T21:29:35.178Z Compiling oso-derive v0.27.3
23402024-12-20T21:29:36.140Z Compiling libz-sys v1.1.20
23412024-12-20T21:29:36.809Z Compiling quick-xml v0.33.0
23422024-12-20T21:29:36.956Z Compiling diesel-dtrace v0.4.2
23432024-12-20T21:29:37.270Z Compiling parking_lot_core v0.8.6
23442024-12-20T21:29:41.537Z Compiling oso v0.27.3
23452024-12-20T21:29:44.455Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23462024-12-20T21:29:46.000Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23472024-12-20T21:29:51.412Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23482024-12-20T21:29:54.565Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23492024-12-20T21:29:54.864Z Compiling bb8 v0.8.5
23502024-12-20T21:29:55.474Z Compiling buf-list v1.0.3
23512024-12-20T21:29:56.116Z Compiling async-bb8-diesel v0.2.1
23522024-12-20T21:29:58.467Z Compiling nibble_vec v0.1.0
23532024-12-20T21:29:58.704Z Compiling libgit2-sys v0.17.0+1.8.1
23542024-12-20T21:29:58.850Z Compiling pin-project-internal v1.1.6
23552024-12-20T21:29:59.504Z Compiling atty v0.2.14
23562024-12-20T21:29:59.674Z Compiling salty v0.3.0
23572024-12-20T21:30:00.072Z Compiling endian-type v0.1.2
23582024-12-20T21:30:00.340Z Compiling radix_trie v0.2.1
23592024-12-20T21:30:01.665Z Compiling pin-project v1.1.6
23602024-12-20T21:30:02.197Z Compiling parking_lot v0.11.2
23612024-12-20T21:30:05.317Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23622024-12-20T21:30:11.715Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23632024-12-20T21:30:16.390Z Compiling snafu-derive v0.8.5
23642024-12-20T21:30:18.390Z Compiling sled v0.34.7
23652024-12-20T21:30:20.969Z Compiling snafu v0.8.5
23662024-12-20T21:30:22.455Z Compiling mime_guess v2.0.5
23672024-12-20T21:30:25.201Z Compiling hickory-client v0.24.1
23682024-12-20T21:30:30.586Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23692024-12-20T21:30:32.066Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23702024-12-20T21:30:32.707Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23712024-12-20T21:30:33.517Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23722024-12-20T21:30:34.003Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23732024-12-20T21:30:35.511Z Compiling globset v0.4.15
23742024-12-20T21:30:37.854Z Compiling hickory-server v0.24.1
23752024-12-20T21:30:42.050Z Compiling primeorder v0.13.6
23762024-12-20T21:30:42.626Z Compiling olpc-cjson v0.1.4
23772024-12-20T21:30:42.875Z Compiling vergen v8.3.2
23782024-12-20T21:30:42.951Z Compiling castaway v0.2.3
23792024-12-20T21:30:43.139Z Compiling env_filter v0.1.2
23802024-12-20T21:30:43.170Z Compiling serde_plain v1.0.2
23812024-12-20T21:30:45.399Z Compiling cargo-platform v0.1.8
23822024-12-20T21:30:45.893Z Compiling nanorand v0.7.0
23832024-12-20T21:30:46.612Z Compiling memoffset v0.9.1
23842024-12-20T21:30:46.941Z Compiling typed-path v0.9.3
23852024-12-20T21:30:47.813Z Compiling flume v0.11.1
23862024-12-20T21:30:48.546Z Compiling cargo_metadata v0.18.1
23872024-12-20T21:30:51.809Z Compiling tough v0.19.0
23882024-12-20T21:30:52.398Z Compiling git2 v0.19.0
23892024-12-20T21:30:52.615Z Compiling env_logger v0.11.5
23902024-12-20T21:30:53.122Z Compiling compact_str v0.8.0
23912024-12-20T21:30:54.035Z Compiling p384 v0.13.0
23922024-12-20T21:30:54.135Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23932024-12-20T21:30:55.786Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23942024-12-20T21:31:00.089Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23952024-12-20T21:31:02.362Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23962024-12-20T21:31:03.650Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23972024-12-20T21:31:05.884Z Compiling unicode-truncate v1.1.0
23982024-12-20T21:31:06.180Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23992024-12-20T21:31:08.902Z Compiling lru v0.12.5
24002024-12-20T21:31:09.301Z Compiling rand_seeder v0.3.0
24012024-12-20T21:31:09.876Z Compiling libsqlite3-sys v0.30.1
24022024-12-20T21:31:10.243Z Compiling lzma-sys v0.1.20
24032024-12-20T21:31:10.653Z Compiling instability v0.3.2
24042024-12-20T21:31:10.954Z Compiling cfg_aliases v0.2.1
24052024-12-20T21:31:11.078Z Compiling parse-size v1.1.0
24062024-12-20T21:31:11.393Z Compiling rustls v0.21.12
24072024-12-20T21:31:11.662Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24082024-12-20T21:31:11.685Z Compiling http-range v0.1.5
24092024-12-20T21:31:11.709Z Compiling cassowary v0.3.0
24102024-12-20T21:31:12.024Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24112024-12-20T21:31:12.224Z Compiling ratatui v0.28.1
24122024-12-20T21:31:13.139Z Compiling nix v0.29.0
24132024-12-20T21:31:14.111Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24142024-12-20T21:31:15.315Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24152024-12-20T21:31:17.802Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24162024-12-20T21:31:17.901Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24172024-12-20T21:31:18.663Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24182024-12-20T21:31:18.973Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24192024-12-20T21:31:21.230Z Compiling sct v0.7.1
24202024-12-20T21:31:21.712Z Compiling rustls-webpki v0.101.7
24212024-12-20T21:31:23.312Z Compiling heck v0.3.3
24222024-12-20T21:31:23.691Z Compiling csv-core v0.1.11
24232024-12-20T21:31:24.597Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24242024-12-20T21:31:24.916Z Compiling glob v0.3.1
24252024-12-20T21:31:25.638Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24262024-12-20T21:31:25.988Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24272024-12-20T21:31:26.737Z Compiling csv v1.3.0
24282024-12-20T21:31:26.924Z Compiling zone_cfg_derive v0.1.2
24292024-12-20T21:31:28.822Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24302024-12-20T21:31:31.463Z Compiling nix v0.27.1
24312024-12-20T21:31:31.563Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24322024-12-20T21:31:33.230Z Compiling hyper-staticfile v0.10.1
24332024-12-20T21:31:34.474Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24342024-12-20T21:31:34.677Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24352024-12-20T21:31:37.052Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24362024-12-20T21:31:38.364Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
24372024-12-20T21:31:41.276Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24382024-12-20T21:31:43.836Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24392024-12-20T21:31:44.545Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24402024-12-20T21:31:44.903Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24412024-12-20T21:31:44.938Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24422024-12-20T21:31:45.197Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24432024-12-20T21:31:45.249Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24442024-12-20T21:31:48.176Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24452024-12-20T21:31:48.824Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24462024-12-20T21:31:48.848Z Compiling hashlink v0.9.1
24472024-12-20T21:31:49.438Z Compiling tungstenite v0.23.0
24482024-12-20T21:31:49.673Z Compiling fallible-iterator v0.3.0
24492024-12-20T21:31:50.528Z Compiling base64 v0.13.1
24502024-12-20T21:31:51.292Z Compiling fallible-streaming-iterator v0.1.9
24512024-12-20T21:31:51.519Z Compiling ron v0.7.1
24522024-12-20T21:31:51.599Z Compiling rusqlite v0.32.1
24532024-12-20T21:31:52.496Z Compiling tokio-tungstenite v0.23.1
24542024-12-20T21:31:53.143Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24552024-12-20T21:31:53.835Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24562024-12-20T21:31:56.772Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24572024-12-20T21:31:56.796Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24582024-12-20T21:31:58.494Z Compiling xz2 v0.1.7
24592024-12-20T21:32:01.014Z Compiling tokio-rustls v0.24.1
24602024-12-20T21:32:01.489Z Compiling zone v0.1.8
24612024-12-20T21:32:03.131Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24622024-12-20T21:32:04.889Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24632024-12-20T21:32:11.587Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24642024-12-20T21:32:12.445Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24652024-12-20T21:32:17.771Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24662024-12-20T21:32:18.374Z Compiling rustls-pemfile v1.0.4
24672024-12-20T21:32:19.180Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24682024-12-20T21:32:19.492Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24692024-12-20T21:32:21.213Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24702024-12-20T21:32:21.395Z Compiling signal-hook-tokio v0.3.1
24712024-12-20T21:32:21.624Z Compiling twox-hash v1.6.3
24722024-12-20T21:32:21.838Z Compiling yasna v0.5.2
24732024-12-20T21:32:22.645Z Compiling smawk v0.3.2
24742024-12-20T21:32:22.918Z Compiling unicode-linebreak v0.1.5
24752024-12-20T21:32:23.466Z Compiling is_ci v1.2.0
24762024-12-20T21:32:23.834Z Compiling supports-color v3.0.1
24772024-12-20T21:32:24.258Z Compiling textwrap v0.16.1
24782024-12-20T21:32:24.516Z Compiling rcgen v0.12.1
24792024-12-20T21:32:27.812Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24802024-12-20T21:32:30.494Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24812024-12-20T21:32:35.434Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
24822024-12-20T21:32:35.883Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24832024-12-20T21:32:39.530Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24842024-12-20T21:32:44.089Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852024-12-20T21:32:48.982Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24862024-12-20T21:32:56.020Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24872024-12-20T21:32:56.656Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24882024-12-20T21:33:02.393Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24892024-12-20T21:33:02.711Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24902024-12-20T21:33:09.283Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24912024-12-20T21:33:11.384Z Compiling fatfs v0.3.6
24922024-12-20T21:33:14.257Z Compiling subprocess v0.2.9
24932024-12-20T21:33:15.782Z Compiling rtoolbox v0.0.2
24942024-12-20T21:33:16.233Z Compiling assert_matches v1.5.0
24952024-12-20T21:33:18.858Z Compiling rpassword v7.3.1
24962024-12-20T21:33:19.329Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24972024-12-20T21:33:19.696Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24982024-12-20T21:33:21.718Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24992024-12-20T21:33:26.996Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25002024-12-20T21:33:28.869Z Compiling tui-tree-widget v0.22.0
25012024-12-20T21:33:29.355Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25022024-12-20T21:33:29.393Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25032024-12-20T21:33:29.698Z Compiling uzers v0.12.1
25042024-12-20T21:33:32.846Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25052024-12-20T21:33:43.150Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25062024-12-20T21:33:45.217Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25072024-12-20T21:34:12.259Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25082024-12-20T21:34:15.892Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25092024-12-20T21:34:20.696Z Compiling multimap v0.10.0
25102024-12-20T21:36:35.578Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25112024-12-20T21:36:47.295Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25122024-12-20T21:43:20.392Z Finished `release` profile [optimized] target(s) in 15m 57s
25132024-12-20T21:44:24.587Z
25142024-12-20T21:44:24.610Zreal 17:03.190440978
25152024-12-20T21:44:24.610Zuser 1:56:04.774399600
25162024-12-20T21:44:24.611Zsys 5:56.556003335
25172024-12-20T21:44:24.611Ztrap 2.780796021
25182024-12-20T21:44:24.611Ztflt 2.942790759
25192024-12-20T21:44:24.612Zdflt 3.812094060
25202024-12-20T21:44:24.612Zkflt 0.035730347
25212024-12-20T21:44:24.613Zlock 7:08:20.306663817
25222024-12-20T21:44:24.613Zslp 6:06:31.078567507
25232024-12-20T21:44:24.613Zlat 2:53.853189658
25242024-12-20T21:44:24.613Zstop 2:33.985724791
25252024-12-20T21:44:24.613Z+ mapfile -t packages
25262024-12-20T21:44:24.613Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25272024-12-20T21:44:25.602Z Finished `release` profile [optimized] target(s) in 0.97s
25282024-12-20T21:44:25.663Z Running `target/release/omicron-package -t test list-outputs`
25292024-12-20T21:44:25.711ZLogging to: /work/oxidecomputer/omicron/out/LOG
25302024-12-20T21:44:25.713Z+ ptime -m cargo build --locked --release -p xtask
25312024-12-20T21:44:26.282Z Compiling serde v1.0.215
25322024-12-20T21:44:26.285Z Compiling libc v0.2.162
25332024-12-20T21:44:26.285Z Compiling serde_json v1.0.132
25342024-12-20T21:44:26.285Z Compiling rustix v0.38.37
25352024-12-20T21:44:26.374Z Compiling syn v2.0.87
25362024-12-20T21:44:26.384Z Compiling bitflags v2.6.0
25372024-12-20T21:44:26.707Z Compiling usdt-impl v0.5.0
25382024-12-20T21:44:26.745Z Compiling syn v1.0.109
25392024-12-20T21:44:26.886Z Compiling hashbrown v0.15.1
25402024-12-20T21:44:26.907Z Compiling log v0.4.22
25412024-12-20T21:44:26.973Z Compiling fs-err v2.11.0
25422024-12-20T21:44:27.271Z Compiling anyhow v1.0.93
25432024-12-20T21:44:27.363Z Compiling once_cell v1.20.2
25442024-12-20T21:44:27.833Z Compiling thread-id v4.2.2
25452024-12-20T21:44:28.204Z Compiling indexmap v2.6.0
25462024-12-20T21:44:29.326Z Compiling terminal_size v0.4.0
25472024-12-20T21:44:29.326Z Compiling tempfile v3.13.0
25482024-12-20T21:44:29.575Z Compiling clap_builder v4.5.21
25492024-12-20T21:44:30.276Z Compiling proc-macro-error v1.0.4
25502024-12-20T21:44:31.675Z Compiling tabled_derive v0.7.0
25512024-12-20T21:44:33.033Z Compiling tabled v0.15.0
25522024-12-20T21:44:34.283Z Compiling serde_derive v1.0.215
25532024-12-20T21:44:34.301Z Compiling thiserror-impl v1.0.69
25542024-12-20T21:44:34.971Z Compiling zerocopy-derive v0.7.35
25552024-12-20T21:44:35.728Z Compiling scroll_derive v0.12.0
25562024-12-20T21:44:36.957Z Compiling scroll v0.12.0
25572024-12-20T21:44:37.011Z Compiling zerocopy v0.7.35
25582024-12-20T21:44:37.244Z Compiling thiserror v1.0.69
25592024-12-20T21:44:37.501Z Compiling pest v2.7.14
25602024-12-20T21:44:38.654Z Compiling goblin v0.8.2
25612024-12-20T21:44:40.579Z Compiling pest_meta v2.7.14
25622024-12-20T21:44:43.322Z Compiling pest_generator v2.7.14
25632024-12-20T21:44:45.202Z Compiling pest_derive v2.7.14
25642024-12-20T21:44:45.871Z Compiling clap_derive v4.5.18
25652024-12-20T21:44:45.990Z Compiling dtrace-parser v0.2.0
25662024-12-20T21:44:50.505Z Compiling toml_datetime v0.6.8
25672024-12-20T21:44:51.243Z Compiling serde_tokenstream v0.2.2
25682024-12-20T21:44:51.835Z Compiling serde_spanned v0.6.8
25692024-12-20T21:44:52.113Z Compiling toml_edit v0.22.22
25702024-12-20T21:44:52.606Z Compiling dof v0.3.0
25712024-12-20T21:44:53.904Z Compiling camino v1.1.9
25722024-12-20T21:44:55.293Z Compiling cargo-platform v0.1.8
25732024-12-20T21:44:56.134Z Compiling usdt-attr-macro v0.5.0
25742024-12-20T21:44:56.390Z Compiling usdt-macro v0.5.0
25752024-12-20T21:44:57.505Z Compiling toml v0.8.19
25762024-12-20T21:44:57.602Z Compiling semver v1.0.23
25772024-12-20T21:44:58.621Z Compiling cargo_toml v0.20.5
25782024-12-20T21:44:59.082Z Compiling cargo_metadata v0.18.1
25792024-12-20T21:45:00.429Z Compiling usdt v0.5.0
25802024-12-20T21:45:01.915Z Compiling camino-tempfile v1.1.1
25812024-12-20T21:45:02.376Z Compiling clap v4.5.21
25822024-12-20T21:45:02.516Z Compiling macaddr v1.0.1
25832024-12-20T21:45:11.270Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25842024-12-20T21:45:22.547Z Finished `release` profile [optimized] target(s) in 56.77s
25852024-12-20T21:45:22.655Z
25862024-12-20T21:45:22.655Zreal 56.908882582
25872024-12-20T21:45:22.655Zuser 5:46.242892240
25882024-12-20T21:45:22.655Zsys 31.022558513
25892024-12-20T21:45:22.655Ztrap 0.155873784
25902024-12-20T21:45:22.658Ztflt 0.289481165
25912024-12-20T21:45:22.658Zdflt 0.505990686
25922024-12-20T21:45:22.658Zkflt 0.011526041
25932024-12-20T21:45:22.658Zlock 11:02.427229204
25942024-12-20T21:45:22.658Zslp 16:08.075237760
25952024-12-20T21:45:22.658Zlat 13.770091800
25962024-12-20T21:45:22.659Zstop 17.654499345
25972024-12-20T21:45:22.659Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25982024-12-20T21:45:22.659Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25992024-12-20T21:45:22.659Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26002024-12-20T21:45:22.659Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26012024-12-20T21:45:22.659Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26022024-12-20T21:45:23.547Z Compiling hashbrown v0.14.5
26032024-12-20T21:45:23.676Z Compiling ident_case v1.0.1
26042024-12-20T21:45:23.682Z Compiling unsafe-libyaml v0.2.11
26052024-12-20T21:45:23.682Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26062024-12-20T21:45:23.682Z Compiling progenitor-client v0.8.0
26072024-12-20T21:45:23.682Z Compiling ipnetwork v0.20.0
26082024-12-20T21:45:23.682Z Compiling macaddr v1.0.1
26092024-12-20T21:45:23.682Z Compiling instant v0.1.13
26102024-12-20T21:45:23.847Z Compiling darling_core v0.20.10
26112024-12-20T21:45:23.866Z Compiling structmeta-derive v0.3.0
26122024-12-20T21:45:24.261Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26132024-12-20T21:45:24.268Z Compiling dropshot v0.13.0
26142024-12-20T21:45:24.268Z Compiling newtype-uuid v1.1.3
26152024-12-20T21:45:24.526Z Compiling dropshot_endpoint v0.13.0
26162024-12-20T21:45:24.659Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26172024-12-20T21:45:24.868Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26182024-12-20T21:45:24.970Z Compiling regress v0.10.1
26192024-12-20T21:45:25.039Z Compiling serde_yaml v0.9.34+deprecated
26202024-12-20T21:45:25.227Z Compiling regress v0.9.1
26212024-12-20T21:45:25.437Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26222024-12-20T21:45:25.620Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26232024-12-20T21:45:25.639Z Compiling backoff v0.4.0
26242024-12-20T21:45:25.997Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26252024-12-20T21:45:26.173Z Compiling tempfile v3.13.0
26262024-12-20T21:45:26.398Z Compiling proc-macro-crate v1.3.1
26272024-12-20T21:45:26.884Z Compiling structmeta v0.3.0
26282024-12-20T21:45:27.080Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26292024-12-20T21:45:27.359Z Compiling parse-display-derive v0.10.0
26302024-12-20T21:45:27.444Z Compiling itertools v0.13.0
26312024-12-20T21:45:27.477Z Compiling num_enum_derive v0.5.11
26322024-12-20T21:45:29.207Z Compiling typify-impl v0.2.0
26332024-12-20T21:45:30.147Z Compiling num_enum v0.5.11
26342024-12-20T21:45:30.240Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26352024-12-20T21:45:30.301Z Compiling zerocopy v0.8.10
26362024-12-20T21:45:30.419Z Compiling foreign-types-macros v0.2.3
26372024-12-20T21:45:30.550Z Compiling zerocopy-derive v0.8.10
26382024-12-20T21:45:30.873Z Compiling foreign-types-shared v0.3.1
26392024-12-20T21:45:30.974Z Compiling darling_macro v0.20.10
26402024-12-20T21:45:31.005Z Compiling heapless v0.8.0
26412024-12-20T21:45:31.453Z Compiling proc-macro-error v1.0.4
26422024-12-20T21:45:31.732Z Compiling foreign-types v0.5.0
26432024-12-20T21:45:31.880Z Compiling camino-tempfile v1.1.1
26442024-12-20T21:45:31.934Z Compiling darling v0.20.10
26452024-12-20T21:45:32.039Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26462024-12-20T21:45:32.057Z Compiling parse-display v0.10.0
26472024-12-20T21:45:32.072Z Compiling serde_with_macros v3.11.0
26482024-12-20T21:45:32.160Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26492024-12-20T21:45:32.338Z Compiling hash32 v0.3.1
26502024-12-20T21:45:32.600Z Compiling cstr-argument v0.1.2
26512024-12-20T21:45:32.752Z Compiling pretty-hex v0.2.1
26522024-12-20T21:45:32.872Z Compiling smoltcp v0.11.0
26532024-12-20T21:45:32.905Z Compiling crucible-workspace-hack v0.1.0
26542024-12-20T21:45:32.935Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26552024-12-20T21:45:33.101Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26562024-12-20T21:45:33.200Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26572024-12-20T21:45:33.682Z Compiling tabwriter v1.4.0
26582024-12-20T21:45:33.744Z Compiling colored v2.1.0
26592024-12-20T21:45:34.267Z Compiling cobs v0.2.3
26602024-12-20T21:45:34.510Z Compiling postcard v1.0.10
26612024-12-20T21:45:34.755Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26622024-12-20T21:45:35.026Z Compiling serde_with v3.11.0
26632024-12-20T21:45:35.050Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26642024-12-20T21:45:35.252Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26652024-12-20T21:45:35.307Z Compiling thiserror v2.0.3
26662024-12-20T21:45:35.947Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26672024-12-20T21:45:36.298Z Compiling smf v0.2.3
26682024-12-20T21:45:36.564Z Compiling thiserror-impl v2.0.3
26692024-12-20T21:45:37.318Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26702024-12-20T21:45:37.713Z Compiling zone_cfg_derive v0.3.0
26712024-12-20T21:45:39.003Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26722024-12-20T21:45:39.256Z Compiling num-derive v0.4.2
26732024-12-20T21:45:39.301Z Compiling sigpipe v0.1.3
26742024-12-20T21:45:39.436Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752024-12-20T21:45:39.458Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26762024-12-20T21:45:39.532Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26772024-12-20T21:45:39.718Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26782024-12-20T21:45:39.777Z Compiling zone v0.3.0
26792024-12-20T21:45:40.217Z Compiling universal-hash v0.5.1
26802024-12-20T21:45:40.409Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26812024-12-20T21:45:40.429Z Compiling opaque-debug v0.3.1
26822024-12-20T21:45:40.463Z Compiling num-rational v0.4.2
26832024-12-20T21:45:40.540Z Compiling password-hash v0.5.0
26842024-12-20T21:45:40.686Z Compiling num-complex v0.4.6
26852024-12-20T21:45:41.422Z Compiling blake2 v0.10.6
26862024-12-20T21:45:41.656Z Compiling aead v0.5.2
26872024-12-20T21:45:41.813Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
26882024-12-20T21:45:41.945Z Compiling convert_case v0.4.0
26892024-12-20T21:45:42.083Z Compiling keccak v0.1.5
26902024-12-20T21:45:42.188Z Compiling argon2 v0.5.3
26912024-12-20T21:45:42.280Z Compiling num v0.4.3
26922024-12-20T21:45:42.400Z Compiling sha3 v0.10.8
26932024-12-20T21:45:42.601Z Compiling poly1305 v0.8.0
26942024-12-20T21:45:42.738Z Compiling tungstenite v0.21.0
26952024-12-20T21:45:42.797Z Compiling derive_more v0.99.18
26962024-12-20T21:45:44.004Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26972024-12-20T21:45:44.007Z Compiling chacha20 v0.9.1
26982024-12-20T21:45:44.007Z Compiling float-ord v0.3.2
26992024-12-20T21:45:44.007Z Compiling base64 v0.21.7
27002024-12-20T21:45:44.007Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27012024-12-20T21:45:44.204Z Compiling tokio-tungstenite v0.21.0
27022024-12-20T21:45:44.397Z Compiling semver v0.1.20
27032024-12-20T21:45:44.695Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27042024-12-20T21:45:44.847Z Compiling same-file v1.0.6
27052024-12-20T21:45:44.978Z Compiling rustc_version v0.1.7
27062024-12-20T21:45:44.998Z Compiling newline-converter v0.3.0
27072024-12-20T21:45:45.042Z Compiling primeorder v0.13.6
27082024-12-20T21:45:45.093Z Compiling walkdir v2.5.0
27092024-12-20T21:45:45.160Z Compiling secrecy v0.8.0
27102024-12-20T21:45:45.162Z Compiling owo-colors v4.1.0
27112024-12-20T21:45:45.450Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27122024-12-20T21:45:45.478Z Compiling cancel-safe-futures v0.1.5
27132024-12-20T21:45:45.534Z Compiling newtype_derive v0.1.6
27142024-12-20T21:45:45.685Z Compiling expectorate v1.1.0
27152024-12-20T21:45:45.883Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27162024-12-20T21:45:45.990Z Compiling thiserror-impl-no-std v2.0.2
27172024-12-20T21:45:45.991Z Compiling blake3 v1.5.4
27182024-12-20T21:45:45.995Z Compiling ring v0.16.20
27192024-12-20T21:45:46.182Z Compiling half v2.4.1
27202024-12-20T21:45:46.418Z Compiling unicase v2.7.0
27212024-12-20T21:45:46.596Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27222024-12-20T21:45:46.696Z Compiling ciborium-io v0.2.2
27232024-12-20T21:45:46.764Z Compiling arc-swap v1.7.1
27242024-12-20T21:45:46.831Z Compiling ciborium-ll v0.2.2
27252024-12-20T21:45:47.229Z Compiling slog-scope v4.4.0
27262024-12-20T21:45:47.317Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27272024-12-20T21:45:47.808Z Compiling polyval v0.6.2
27282024-12-20T21:45:47.985Z Compiling atomicwrites v0.4.4
27292024-12-20T21:45:48.097Z Compiling typify-macro v0.2.0
27302024-12-20T21:45:48.196Z Compiling libsw v3.3.1
27312024-12-20T21:45:48.277Z Compiling memmap2 v0.9.5
27322024-12-20T21:45:48.358Z Compiling linear-map v1.2.0
27332024-12-20T21:45:48.520Z Compiling arrayvec v0.7.6
27342024-12-20T21:45:48.733Z Compiling constant_time_eq v0.3.1
27352024-12-20T21:45:48.761Z Compiling parking_lot_core v0.8.6
27362024-12-20T21:45:48.935Z Compiling arrayref v0.3.9
27372024-12-20T21:45:48.959Z Compiling libefi-sys v0.1.0
27382024-12-20T21:45:49.048Z Compiling spin v0.5.2
27392024-12-20T21:45:49.067Z Compiling thiserror-no-std v2.0.2
27402024-12-20T21:45:49.192Z Compiling indent_write v2.2.0
27412024-12-20T21:45:49.228Z Compiling salty v0.3.0
27422024-12-20T21:45:49.278Z Compiling vsss-rs v3.3.4
27432024-12-20T21:45:49.409Z Compiling ghash v0.5.1
27442024-12-20T21:45:49.722Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27452024-12-20T21:45:49.806Z Compiling slog-stdlog v4.1.1
27462024-12-20T21:45:50.087Z Compiling ciborium v0.2.2
27472024-12-20T21:45:50.656Z Compiling p384 v0.13.0
27482024-12-20T21:45:50.678Z Compiling toolchain_find v0.4.0
27492024-12-20T21:45:50.910Z Compiling chacha20poly1305 v0.10.1
27502024-12-20T21:45:51.160Z Compiling ctr v0.9.2
27512024-12-20T21:45:51.369Z Compiling lzma-sys v0.1.20
27522024-12-20T21:45:51.550Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27532024-12-20T21:45:51.670Z Compiling bitfield-struct v0.6.2
27542024-12-20T21:45:51.956Z Compiling slog-dtrace v0.3.0
27552024-12-20T21:45:52.145Z Compiling highway v1.2.0
27562024-12-20T21:45:52.195Z Compiling topological-sort v0.2.2
27572024-12-20T21:45:52.389Z Compiling omicron-zone-package v0.11.1
27582024-12-20T21:45:52.444Z Compiling typify v0.2.0
27592024-12-20T21:45:52.536Z Compiling aes-gcm v0.10.3
27602024-12-20T21:45:52.596Z Compiling progenitor-impl v0.8.0
27612024-12-20T21:45:52.865Z Compiling rustfmt-wrapper v0.2.1
27622024-12-20T21:45:52.941Z Compiling mime_guess v2.0.5
27632024-12-20T21:45:53.239Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27642024-12-20T21:45:53.428Z Compiling slog-envlogger v2.2.0
27652024-12-20T21:45:53.550Z Compiling steno v0.4.1
27662024-12-20T21:45:54.154Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27672024-12-20T21:45:54.322Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682024-12-20T21:45:54.467Z Compiling heck v0.3.3
27692024-12-20T21:45:54.632Z Compiling ssh-encoding v0.2.0
27702024-12-20T21:45:54.789Z Compiling blowfish v0.9.1
27712024-12-20T21:45:54.943Z Compiling nibble_vec v0.1.0
27722024-12-20T21:45:55.081Z Compiling env_filter v0.1.2
27732024-12-20T21:45:55.196Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27742024-12-20T21:45:55.310Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27752024-12-20T21:45:55.310Z Compiling humantime v2.1.0
27762024-12-20T21:45:55.380Z Compiling endian-type v0.1.2
27772024-12-20T21:45:55.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27782024-12-20T21:45:55.568Z Compiling radix_trie v0.2.1
27792024-12-20T21:45:55.591Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27802024-12-20T21:45:55.704Z Compiling env_logger v0.11.5
27812024-12-20T21:45:55.799Z Compiling bcrypt-pbkdf v0.10.0
27822024-12-20T21:45:55.827Z Compiling ssh-cipher v0.2.0
27832024-12-20T21:45:56.268Z Compiling zone_cfg_derive v0.1.2
27842024-12-20T21:45:56.455Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27852024-12-20T21:45:56.594Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27862024-12-20T21:45:56.911Z Compiling parking_lot v0.11.2
27872024-12-20T21:45:57.551Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27882024-12-20T21:45:57.580Z Compiling password-hash v0.4.2
27892024-12-20T21:45:57.772Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27902024-12-20T21:45:57.793Z Compiling gethostname v0.5.0
27912024-12-20T21:45:57.834Z Compiling fxhash v0.2.1
27922024-12-20T21:45:57.974Z Compiling matches v0.1.10
27932024-12-20T21:45:58.024Z Compiling zip v2.1.3
27942024-12-20T21:45:58.045Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27952024-12-20T21:45:58.081Z Compiling lockfree-object-pool v0.1.6
27962024-12-20T21:45:58.332Z Compiling simd-adler32 v0.3.7
27972024-12-20T21:45:58.352Z Compiling bumpalo v3.16.0
27982024-12-20T21:45:58.355Z Compiling base64 v0.13.1
27992024-12-20T21:45:58.419Z Compiling http-range v0.1.5
28002024-12-20T21:45:58.549Z Compiling idna v0.2.3
28012024-12-20T21:45:58.691Z Compiling zopfli v0.8.1
28022024-12-20T21:45:58.803Z Compiling ron v0.7.1
28032024-12-20T21:45:58.825Z Compiling pbkdf2 v0.11.0
28042024-12-20T21:45:58.907Z Compiling sled v0.34.7
28052024-12-20T21:45:59.010Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28062024-12-20T21:45:59.185Z Compiling zone v0.1.8
28072024-12-20T21:45:59.787Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28082024-12-20T21:46:00.317Z Compiling xz2 v0.1.7
28092024-12-20T21:46:00.836Z Compiling ssh-key v0.6.6
28102024-12-20T21:46:00.938Z Compiling hickory-client v0.24.1
28112024-12-20T21:46:01.011Z Compiling progenitor-macro v0.8.0
28122024-12-20T21:46:01.259Z Compiling p521 v0.13.3
28132024-12-20T21:46:01.596Z Compiling p256 v0.13.2
28142024-12-20T21:46:01.632Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28152024-12-20T21:46:02.431Z Compiling hickory-server v0.24.1
28162024-12-20T21:46:02.476Z Compiling enum-as-inner v0.5.1
28172024-12-20T21:46:02.800Z Compiling pem v3.0.4
28182024-12-20T21:46:03.532Z Compiling yasna v0.5.2
28192024-12-20T21:46:03.599Z Compiling headers-core v0.3.0
28202024-12-20T21:46:03.680Z Compiling kstat-rs v0.2.4
28212024-12-20T21:46:03.771Z Compiling nanorand v0.7.0
28222024-12-20T21:46:04.364Z Compiling russh-cryptovec v0.7.3
28232024-12-20T21:46:04.383Z Compiling atty v0.2.14
28242024-12-20T21:46:04.534Z Compiling md5 v0.7.0
28252024-12-20T21:46:04.723Z Compiling rcgen v0.12.1
28262024-12-20T21:46:05.111Z Compiling russh-keys v0.45.0
28272024-12-20T21:46:05.305Z Compiling flume v0.11.1
28282024-12-20T21:46:05.326Z Compiling headers v0.4.0
28292024-12-20T21:46:05.518Z Compiling trust-dns-proto v0.22.0
28302024-12-20T21:46:06.072Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28312024-12-20T21:46:07.280Z Compiling hyper-staticfile v0.10.1
28322024-12-20T21:46:08.968Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28332024-12-20T21:46:09.094Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28342024-12-20T21:46:09.408Z Compiling num-bigint v0.4.6
28352024-12-20T21:46:09.430Z Compiling des v0.8.1
28362024-12-20T21:46:09.624Z Compiling subprocess v0.2.9
28372024-12-20T21:46:09.702Z Compiling hex-literal v0.4.1
28382024-12-20T21:46:09.795Z Compiling dhcproto-macros v0.1.0
28392024-12-20T21:46:09.869Z Compiling display-error-chain v0.2.2
28402024-12-20T21:46:10.084Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28412024-12-20T21:46:11.097Z Compiling internet-checksum v0.2.1
28422024-12-20T21:46:11.129Z Compiling dhcproto v0.12.0
28432024-12-20T21:46:15.931Z Compiling russh v0.45.0
28442024-12-20T21:46:15.965Z Compiling progenitor v0.8.0
28452024-12-20T21:46:15.965Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28462024-12-20T21:46:15.965Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28472024-12-20T21:46:15.965Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28482024-12-20T21:46:15.965Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28492024-12-20T21:46:15.965Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502024-12-20T21:46:15.965Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28512024-12-20T21:46:15.965Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28522024-12-20T21:46:15.965Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28532024-12-20T21:46:16.036Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
28542024-12-20T21:46:17.218Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552024-12-20T21:46:20.156Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28562024-12-20T21:46:21.269Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28572024-12-20T21:46:30.491Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28582024-12-20T21:46:30.491Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28592024-12-20T21:46:30.495Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28602024-12-20T21:46:30.495Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28612024-12-20T21:46:31.485Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28622024-12-20T21:46:33.778Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28632024-12-20T21:46:34.899Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28642024-12-20T21:46:34.929Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28652024-12-20T21:46:37.501Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28662024-12-20T21:46:38.640Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28672024-12-20T21:46:39.074Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28682024-12-20T21:46:39.886Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28692024-12-20T21:46:41.401Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28702024-12-20T21:46:42.298Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28712024-12-20T21:46:42.845Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28722024-12-20T21:46:43.921Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28732024-12-20T21:46:44.324Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28742024-12-20T21:46:44.618Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28752024-12-20T21:46:45.040Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28762024-12-20T21:46:46.541Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28772024-12-20T21:46:46.574Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28782024-12-20T21:46:47.037Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28792024-12-20T21:46:49.770Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28802024-12-20T21:46:50.730Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28812024-12-20T21:46:50.780Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28822024-12-20T21:46:56.460Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28832024-12-20T21:46:56.523Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28842024-12-20T21:46:56.541Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852024-12-20T21:47:00.855Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28862024-12-20T21:47:09.087Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28872024-12-20T21:47:10.395Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882024-12-20T21:47:30.000Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28892024-12-20T21:48:05.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s
28902024-12-20T21:48:05.540Z
28912024-12-20T21:48:05.540Zreal 2:42.823534320
28922024-12-20T21:48:05.540Zuser 12:27.479088792
28932024-12-20T21:48:05.540Zsys 2:43.167049299
28942024-12-20T21:48:05.540Ztrap 0.326800946
28952024-12-20T21:48:05.540Ztflt 0.930116391
28962024-12-20T21:48:05.548Zdflt 1.806158828
28972024-12-20T21:48:05.548Zkflt 0.000014417
28982024-12-20T21:48:05.548Zlock 25:55.708414899
28992024-12-20T21:48:05.548Zslp 45:06.742762691
29002024-12-20T21:48:05.548Zlat 36.523595917
29012024-12-20T21:48:05.548Zstop 1:29.631351787
29022024-12-20T21:48:05.548Z+ mkdir tests
29032024-12-20T21:48:05.548Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29042024-12-20T21:48:05.548Z+ xargs -I '{}' -t cp '{}' tests/
29052024-12-20T21:48:05.591Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/
29062024-12-20T21:48:05.608Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/
29072024-12-20T21:48:05.635Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/
29082024-12-20T21:48:05.660Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/
29092024-12-20T21:48:05.917Z+ 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/*)
29102024-12-20T21:48:05.932Z+ 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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
29112024-12-20T21:49:17.259ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29122024-12-20T21:49:17.259Za .github/buildomat/ci-env.sh 1K
29132024-12-20T21:49:17.260Za out/target/test 1K
29142024-12-20T21:49:17.260Za out/npuzone/npuzone 23144K
29152024-12-20T21:49:17.260Za package-manifest.toml 33K
29162024-12-20T21:49:17.260Za smf/sled-agent/non-gimlet/config.toml 4K
29172024-12-20T21:49:17.260Za target/release/omicron-package 36335K
29182024-12-20T21:49:17.260Za target/release/xtask 11762K
29192024-12-20T21:49:17.260Za target/debug/bootstrap 210153K
29202024-12-20T21:49:17.260Za tests/bootstrap-41e4b8f650b448b3 24246K
29212024-12-20T21:49:17.260Za tests/commtest-a6a38627cf68b1a4 25022K
29222024-12-20T21:49:17.260Za tests/dhcp_server-5f4fd34570514b4f 24246K
29232024-12-20T21:49:17.260Za tests/end_to_end_tests-40465226e9d9f67a 228212K
29242024-12-20T21:49:17.260Za out/clickhouse.tar.gz 293411K
29252024-12-20T21:49:17.260Za out/clickhouse_keeper.tar.gz 280526K
29262024-12-20T21:49:17.260Za out/clickhouse_server.tar.gz 293390K
29272024-12-20T21:49:17.260Za out/cockroachdb.tar.gz 134575K
29282024-12-20T21:49:17.260Za out/crucible-dtrace.tar 85K
29292024-12-20T21:49:17.260Za out/crucible-pantry-zone.tar.gz 28190K
29302024-12-20T21:49:17.260Za out/crucible-zone.tar.gz 36406K
29312024-12-20T21:49:17.260Za out/external-dns.tar.gz 35284K
29322024-12-20T21:49:17.260Za out/internal-dns.tar.gz 35282K
29332024-12-20T21:49:17.260Za out/mg-ddm-gz.tar 63075K
29342024-12-20T21:49:17.260Za out/nexus.tar.gz 97942K
29352024-12-20T21:49:17.260Za out/ntp.tar.gz 10373K
29362024-12-20T21:49:17.263Za out/omicron-gateway-softnpu.tar.gz 23853K
29372024-12-20T21:49:17.263Za out/omicron-sled-agent.tar 113312K
29382024-12-20T21:49:17.263Za out/overlay.tar.gz 3K
29392024-12-20T21:49:17.263Za out/oximeter.tar.gz 47672K
29402024-12-20T21:49:17.263Za out/oxlog.tar 3088K
29412024-12-20T21:49:17.263Za out/probe.tar.gz 2764K
29422024-12-20T21:49:17.263Za out/propolis-server.tar.gz 66730K
29432024-12-20T21:49:17.263Za out/pumpkind-gz.tar 26665K
29442024-12-20T21:49:17.263Za out/switch-softnpu.tar.gz 235572K
29452024-12-20T21:49:17.263Z
29462024-12-20T21:49:17.263Zreal 1:11.332709984
29472024-12-20T21:49:17.263Zuser 1:08.083733745
29482024-12-20T21:49:17.263Zsys 4.508790404
29492024-12-20T21:49:17.264Ztrap 0.017319923
29502024-12-20T21:49:17.264Ztflt 0.000000000
29512024-12-20T21:49:17.264Zdflt 0.000000000
29522024-12-20T21:49:17.264Zkflt 0.000000000
29532024-12-20T21:49:17.264Zlock 0.000000000
29542024-12-20T21:49:17.264Zslp 1:07.956369435
29552024-12-20T21:49:17.264Zlat 2.094400328
29562024-12-20T21:49:17.264Zstop 0.000210019
29572024-12-20T21:49:17.268Zprocess exited: duration 1953508 ms, exit code 0
 
29582024-12-20T21:49:17.282Zfound 1 output files
29592024-12-20T21:49:17.282Zuploading: /work/package.tar.gz (1880424619 bytes)
29602024-12-20T21:50:01.688Zuploaded: /work/package.tar.gz