01JCMAP4AVG3B15M41FPMMVXDC: 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: 01JCMAPK8A542WRVNGZ46Q4AGR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-14T03:16:41.932Zjob assigned to worker 01JCMAPN3KPDD9X57271HFD37W (queued for 1 m 6 s)
 
22024-11-14T03:16:50.010Zstarting task 0: "setup"
32024-11-14T03:16:50.021Z++ uname -s
42024-11-14T03:16:50.023Z+ kern=SunOS
52024-11-14T03:16:50.023Z+ case "$kern" in
62024-11-14T03:16:50.023Z+ groupadd -g 12345 build
72024-11-14T03:16:50.026Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-14T03:16:52.036Z+ zfs create -o mountpoint=/work rpool/work
92024-11-14T03:16:52.221Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-14T03:16:52.224Z+ home_fs=zfs
112024-11-14T03:16:52.224Z+ [[ zfs == autofs ]]
122024-11-14T03:16:52.224Z+ mkdir -p /home/build
132024-11-14T03:16:52.227Z+ chown build:build /home/build /work
142024-11-14T03:16:54.228Z+ chmod 0700 /home/build /work
152024-11-14T03:16:54.231Zprocess exited: duration 4220 ms, exit code 0
 
162024-11-14T03:16:54.238Zstarting task 1: "rust-toolchain"
172024-11-14T03:16:54.242Z+ printf ' * toolchain channel = "%s"
182024-11-14T03:16:54.242Z' 1.81.0
192024-11-14T03:16:54.242Z+ printf ' * toolchain profile = "%s"
202024-11-14T03:16:54.242Z' default
212024-11-14T03:16:54.242Z * toolchain channel = "1.81.0"
222024-11-14T03:16:54.242Z * toolchain profile = "default"
232024-11-14T03:16:54.245Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-14T03:16:54.245Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-14T03:16:54.364Zinfo: downloading installer
262024-11-14T03:16:55.875Zinfo: profile set to 'default'
272024-11-14T03:16:55.875Zinfo: default host triple is x86_64-unknown-illumos
282024-11-14T03:16:55.878Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-14T03:16:56.034Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-14T03:16:56.034Zinfo: downloading component 'cargo'
312024-11-14T03:16:56.894Zinfo: downloading component 'clippy'
322024-11-14T03:16:57.212Zinfo: downloading component 'rust-docs'
332024-11-14T03:16:58.395Zinfo: downloading component 'rust-std'
342024-11-14T03:17:00.233Zinfo: downloading component 'rustc'
352024-11-14T03:17:06.861Zinfo: downloading component 'rustfmt'
362024-11-14T03:17:07.117Zinfo: installing component 'cargo'
372024-11-14T03:17:08.005Zinfo: installing component 'clippy'
382024-11-14T03:17:08.426Zinfo: installing component 'rust-docs'
392024-11-14T03:17:10.058Zinfo: installing component 'rust-std'
402024-11-14T03:17:11.975Zinfo: installing component 'rustc'
412024-11-14T03:17:18.526Zinfo: installing component 'rustfmt'
422024-11-14T03:17:18.887Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-14T03:17:18.887Z
442024-11-14T03:17:19.265Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-14T03:17:19.265Z
462024-11-14T03:17:19.268Z
472024-11-14T03:17:19.268ZRust is installed now. Great!
482024-11-14T03:17:19.268Z
492024-11-14T03:17:19.268ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-14T03:17:19.268Zenvironment variable. This has not been done automatically.
512024-11-14T03:17:19.268Z
522024-11-14T03:17:19.268ZTo configure your current shell, you need to source
532024-11-14T03:17:19.268Zthe corresponding env file under $HOME/.cargo.
542024-11-14T03:17:19.268Z
552024-11-14T03:17:19.268ZThis is usually done by running one of the following (note the leading DOT):
562024-11-14T03:17:19.268Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-14T03:17:19.268Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-14T03:17:19.339Z+ rustc --version
592024-11-14T03:17:19.405Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-14T03:17:19.408Zprocess exited: duration 25169 ms, exit code 0
 
612024-11-14T03:17:19.414Zstarting task 2: "authentication"
622024-11-14T03:17:19.435Zprocess exited: duration 21 ms, exit code 0
 
632024-11-14T03:17:19.441Zstarting task 3: "clone repository"
642024-11-14T03:17:19.447Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-14T03:17:19.449Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-14T03:17:20.231ZCloning into '/work/oxidecomputer/omicron'...
672024-11-14T03:17:56.781Z+ cd /work/oxidecomputer/omicron
682024-11-14T03:17:56.781Z+ git fetch origin 77a407bfb80c6d17b7675a17ecabd4f2f145e731
692024-11-14T03:17:57.517ZFrom https://github.com/oxidecomputer/omicron
702024-11-14T03:17:57.517Z * branch 77a407bfb80c6d17b7675a17ecabd4f2f145e731 -> FETCH_HEAD
712024-11-14T03:17:57.528Z+ [[ -n iliana/relock ]]
722024-11-14T03:17:57.530Z++ git branch --show-current
732024-11-14T03:17:57.533Z+ current=main
742024-11-14T03:17:57.533Z+ [[ main != iliana/relock ]]
752024-11-14T03:17:57.533Z+ git branch -f iliana/relock 77a407bfb80c6d17b7675a17ecabd4f2f145e731
762024-11-14T03:17:57.536Z+ git checkout -f iliana/relock
772024-11-14T03:17:57.710ZSwitched to branch 'iliana/relock'
782024-11-14T03:17:57.713Z+ git reset --hard 77a407bfb80c6d17b7675a17ecabd4f2f145e731
792024-11-14T03:17:57.724ZHEAD is now at 77a407bfb fix Cargo.lock merge
802024-11-14T03:17:57.727Zprocess exited: duration 38281 ms, exit code 0
 
812024-11-14T03:17:57.733Zstarting task 4: "build"
822024-11-14T03:17:57.738Z+ source .github/buildomat/ci-env.sh
832024-11-14T03:17:57.742Z++ export CARGO_TERM_COLOR=always
842024-11-14T03:17:57.742Z++ CARGO_TERM_COLOR=always
852024-11-14T03:17:57.742Z+ cargo --version
862024-11-14T03:17:57.796Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-14T03:17:57.799Z+ rustc --version
882024-11-14T03:17:57.860Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-14T03:17:57.863Z+ WORK=/work
902024-11-14T03:17:57.863Z+ pfexec mkdir -p /work
912024-11-14T03:17:57.867Z+ pfexec chown build /work
922024-11-14T03:17:57.870Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-14T03:18:12.989Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-14T03:18:16.683Z Startup: Caching catalogs ... Done
952024-11-14T03:18:25.036ZPlanning: Solver setup ... Done (7.622s)
962024-11-14T03:18:25.140ZPlanning: Running solver ... Done (0.104s)
972024-11-14T03:18:25.283ZPlanning: Finding local manifests ... Done (0.051s)
982024-11-14T03:18:25.297ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-14T03:18:25.514ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-14T03:18:25.713ZPlanning: Package planning ... Done (0.198s)
1012024-11-14T03:18:25.769ZPlanning: Merging actions ... Done (0.056s)
1022024-11-14T03:18:26.961ZPlanning: Checking for conflicting actions ... Done (1.191s)
1032024-11-14T03:18:34.163ZPlanning: Consolidating action changes ... Done (7.200s)
1042024-11-14T03:18:34.556ZPlanning: Evaluating mediators ... Done (0.394s)
1052024-11-14T03:18:34.713ZPlanning: Planning completed in 17.94 seconds
1062024-11-14T03:18:35.276Z Packages to install: 4
1072024-11-14T03:18:35.276Z Packages to update: 1
1082024-11-14T03:18:35.279Z Mediators to change: 2
1092024-11-14T03:18:35.279Z Services to change: 1
1102024-11-14T03:18:35.279Z Estimated space available: 155.64 GB
1112024-11-14T03:18:35.279ZEstimated space to be consumed: 1.59 GB
1122024-11-14T03:18:35.279Z Create boot environment: No
1132024-11-14T03:18:35.279ZCreate backup boot environment: Yes
1142024-11-14T03:18:35.279Z Rebuild boot archive: No
1152024-11-14T03:18:35.279Z
1162024-11-14T03:18:35.279ZChanged mediators:
1172024-11-14T03:18:35.279Z mediator clang:
1182024-11-14T03:18:35.279Z version: None -> 15 (system default)
1192024-11-14T03:18:35.279Z
1202024-11-14T03:18:35.279Z mediator llvm:
1212024-11-14T03:18:35.279Z version: 14 (system default) -> 15 (system default)
1222024-11-14T03:18:35.279Z
1232024-11-14T03:18:35.279ZChanged packages:
1242024-11-14T03:18:35.279Zhelios-dev
1252024-11-14T03:18:35.279Z developer/build-essential
1262024-11-14T03:18:35.279Z None -> 11-2.0
1272024-11-14T03:18:35.279Z library/libxmlsec1
1282024-11-14T03:18:35.279Z None -> 1.2.35-2.0
1292024-11-14T03:18:35.280Z ooce/developer/clang-15
1302024-11-14T03:18:35.280Z None -> 15.0.7-2.0
1312024-11-14T03:18:35.280Z ooce/developer/llvm-15
1322024-11-14T03:18:35.280Z None -> 15.0.7-2.0
1332024-11-14T03:18:35.280Z package/pkg
1342024-11-14T03:18:35.280Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-14T03:18:35.280Z
1362024-11-14T03:18:35.280ZServices:
1372024-11-14T03:18:35.280Z restart_fmri:
1382024-11-14T03:18:35.280Z svc:/system/update-man-index:default
1392024-11-14T03:18:35.280Z
1402024-11-14T03:18:35.280ZEditable files to change:
1412024-11-14T03:18:35.280Z Update:
1422024-11-14T03:18:35.280Z usr/share/lib/pkg/web/config.shtml
1432024-11-14T03:18:35.794Z
1442024-11-14T03:18:35.794ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-14T03:18:40.796ZDownload: 874/4281 items 18.8/220.6MB 8% complete (3.9M/s)
1462024-11-14T03:18:45.955ZDownload: 1196/4281 items 83.5/220.6MB 37% complete (10.8M/s)
1472024-11-14T03:18:50.957ZDownload: 1221/4281 items 92.4/220.6MB 41% complete (7.3M/s)
1482024-11-14T03:18:55.956ZDownload: 2263/4281 items 119.4/220.6MB 54% complete (3.7M/s)
1492024-11-14T03:19:01.779ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (11.6M/s)
1502024-11-14T03:19:06.852ZDownload: 4206/4281 items 220.6/220.6MB 99% complete (10.2M/s)
1512024-11-14T03:19:10.173ZDownload: Completed 220.60 MB in 34.38 seconds (6.4M/s)
1522024-11-14T03:19:12.211Z Actions: 1/5063 actions (Removing old actions)
1532024-11-14T03:19:12.227Z Actions: 194/5063 actions (Installing new actions)
1542024-11-14T03:19:17.258Z Actions: 4133/5063 actions (Installing new actions)
1552024-11-14T03:19:17.552Z Actions: 4226/5063 actions (Updating modified actions)
1562024-11-14T03:19:17.933Z Actions: Completed 5063 actions in 5.72 seconds.
1572024-11-14T03:19:18.307Z Done (0.366s)
1582024-11-14T03:19:18.309Z Done (0.000s)
1592024-11-14T03:19:18.835Z Done (0.527s)
1602024-11-14T03:19:24.477Z Done (5.429s)
1612024-11-14T03:19:24.727Z Done (0.176s)
1622024-11-14T03:19:24.730Z Done (0.000s)
1632024-11-14T03:19:25.048Z Done (0.000s)
1642024-11-14T03:19:25.728ZPlanning: Evaluating mediator changes ... Done
1652024-11-14T03:19:25.892ZPlanning: Checking for conflicting actions ... Done
1662024-11-14T03:19:25.894ZPlanning: Consolidating action changes ... Done
1672024-11-14T03:19:26.164ZPlanning: Evaluating mediators ... Done
1682024-11-14T03:19:26.166ZPlanning: Planning completed in 0.44 seconds
1692024-11-14T03:19:26.203Z Mediators to change: 2
1702024-11-14T03:19:26.203Z Create boot environment: No
1712024-11-14T03:19:26.206ZCreate backup boot environment: No
1722024-11-14T03:19:26.290Z Done
1732024-11-14T03:19:26.291Z Done
1742024-11-14T03:19:26.636Z Done
1752024-11-14T03:19:30.205Z Done
1762024-11-14T03:19:30.297Z Done
1772024-11-14T03:19:30.300Z Done
1782024-11-14T03:19:30.858Z Done
1792024-11-14T03:19:31.473ZPlanning: Evaluating mediator changes ... Done
1802024-11-14T03:19:31.477ZPlanning: Merging actions ... Done
1812024-11-14T03:19:31.670ZPlanning: Checking for conflicting actions ... Done
1822024-11-14T03:19:31.673ZPlanning: Consolidating action changes ... Done
1832024-11-14T03:19:31.939ZPlanning: Evaluating mediators ... Done
1842024-11-14T03:19:31.995ZPlanning: Planning completed in 0.77 seconds
1852024-11-14T03:19:32.035Z Packages to change: 1
1862024-11-14T03:19:32.035Z Mediators to change: 1
1872024-11-14T03:19:32.035Z Services to change: 1
1882024-11-14T03:19:32.035Z Create boot environment: No
1892024-11-14T03:19:32.038ZCreate backup boot environment: Yes
1902024-11-14T03:19:34.194Z Actions: 1/6 actions (Updating modified actions)
1912024-11-14T03:19:34.232Z Actions: Completed 6 actions in 0.04 seconds.
1922024-11-14T03:19:34.235Z Done
1932024-11-14T03:19:34.235Z Done
1942024-11-14T03:19:34.340Z Done
1952024-11-14T03:19:38.092Z Done
1962024-11-14T03:19:38.184Z Done
1972024-11-14T03:19:38.187Z Done
1982024-11-14T03:19:38.492Z Done
1992024-11-14T03:19:38.922ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2002024-11-14T03:19:38.922Zclang system 15 system
2012024-11-14T03:19:38.922Zcsh system system illumos
2022024-11-14T03:19:38.922Zctags system system illumos
2032024-11-14T03:19:38.923Zgcc vendor 12 vendor
2042024-11-14T03:19:38.923Zgcc system 10 system
2052024-11-14T03:19:38.923Zgcc system 7 system
2062024-11-14T03:19:38.923Zgo system 1.20 system
2072024-11-14T03:19:38.923Zgo system 1.19 system
2082024-11-14T03:19:38.923Zllvm system 15 system
2092024-11-14T03:19:38.923Zllvm system 14 system
2102024-11-14T03:19:38.923Zmariadb system 10.6 system
2112024-11-14T03:19:38.923Zmta vendor vendor dma
2122024-11-14T03:19:38.923Zopenjdk system 17 system
2132024-11-14T03:19:38.923Zopenjdk system 11 system
2142024-11-14T03:19:38.923Zopenjdk system 1.8 system
2152024-11-14T03:19:38.923Zopenssl vendor 3 vendor
2162024-11-14T03:19:38.923Zperl system 5.36 system
2172024-11-14T03:19:38.923Zpostgresql system 15 system
2182024-11-14T03:19:38.923Zpostgresql system 13 system
2192024-11-14T03:19:38.923Zpython vendor 3 vendor
2202024-11-14T03:19:38.923Zpython system 2 system
2212024-11-14T03:19:38.923Zpython3 system 3.11 system
2222024-11-14T03:19:38.923Zruby system 3.0 system
2232024-11-14T03:19:38.924Zwords vendor vendor american-english
2242024-11-14T03:19:38.924Zwords system system australian-english
2252024-11-14T03:19:38.924Zwords system system british-english
2262024-11-14T03:19:38.924Zwords system system canadian-english
2272024-11-14T03:19:38.924Zwords system system french
2282024-11-14T03:19:38.924Zwords system system italian
2292024-11-14T03:19:38.924Zwords system system ngerman
2302024-11-14T03:19:38.924Zwords system system ogerman
2312024-11-14T03:19:38.924Zwords system system spanish
2322024-11-14T03:19:39.254ZPUBLISHER TYPE STATUS P LOCATION
2332024-11-14T03:19:39.254Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2342024-11-14T03:19:41.761ZFMRI IFO
2352024-11-14T03:19:41.761Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2362024-11-14T03:19:41.761Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2372024-11-14T03:19:41.762Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2382024-11-14T03:19:41.762Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2392024-11-14T03:19:41.762Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2402024-11-14T03:19:41.762Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2412024-11-14T03:19:41.762Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2422024-11-14T03:19:41.762Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2432024-11-14T03:19:41.762Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2442024-11-14T03:19:41.762Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2452024-11-14T03:19:41.762Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2462024-11-14T03:19:41.762Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2472024-11-14T03:19:41.762Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2482024-11-14T03:19:41.762Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2492024-11-14T03:19:41.762Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2502024-11-14T03:19:42.495Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2512024-11-14T03:19:43.213Z Updating crates.io index
2522024-11-14T03:19:43.216Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532024-11-14T03:19:45.278Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2542024-11-14T03:19:45.980Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2552024-11-14T03:19:46.563Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2562024-11-14T03:19:47.161Z Updating git repository `https://github.com/oxidecomputer/propolis`
2572024-11-14T03:19:50.695Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582024-11-14T03:19:56.012Z Updating git repository `https://github.com/oxidecomputer/opte`
2592024-11-14T03:19:58.591Z Updating git repository `https://github.com/oxidecomputer/falcon`
2602024-11-14T03:20:02.661Z Updating git repository `https://github.com/oxidecomputer/clickward`
2612024-11-14T03:20:03.388Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2622024-11-14T03:20:04.019Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632024-11-14T03:20:05.566Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2642024-11-14T03:20:06.161Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652024-11-14T03:20:07.005Z Updating git repository `https://github.com/oxidecomputer/tofino`
2662024-11-14T03:20:07.717Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672024-11-14T03:20:08.303Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682024-11-14T03:20:08.820Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692024-11-14T03:20:09.521Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2702024-11-14T03:20:10.336Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712024-11-14T03:20:11.179Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2722024-11-14T03:20:11.782Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732024-11-14T03:20:12.844Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742024-11-14T03:20:13.434Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752024-11-14T03:20:14.410Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762024-11-14T03:20:15.417Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772024-11-14T03:20:16.163Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782024-11-14T03:20:16.953Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792024-11-14T03:20:18.633Z Downloading crates ...
2802024-11-14T03:20:18.749Z Downloaded cpufeatures v0.2.14
2812024-11-14T03:20:18.757Z Downloaded dtrace-parser v0.2.0
2822024-11-14T03:20:18.769Z Downloaded pretty-hex v0.4.1
2832024-11-14T03:20:18.771Z Downloaded pest_generator v2.7.14
2842024-11-14T03:20:18.774Z Downloaded toml_datetime v0.6.8
2852024-11-14T03:20:18.774Z Downloaded plain v0.2.3
2862024-11-14T03:20:18.774Z Downloaded generic-array v0.14.7
2872024-11-14T03:20:18.777Z Downloaded errno v0.3.9
2882024-11-14T03:20:18.780Z Downloaded anstyle-query v1.1.1
2892024-11-14T03:20:18.780Z Downloaded byteorder v1.5.0
2902024-11-14T03:20:18.782Z Downloaded fnv v1.0.7
2912024-11-14T03:20:18.785Z Downloaded memmap v0.7.0
2922024-11-14T03:20:18.785Z Downloaded thiserror-impl v1.0.69
2932024-11-14T03:20:18.787Z Downloaded sha2 v0.10.8
2942024-11-14T03:20:18.790Z Downloaded dof v0.3.0
2952024-11-14T03:20:18.796Z Downloaded usdt-macro v0.5.0
2962024-11-14T03:20:18.799Z Downloaded tempfile v3.13.0
2972024-11-14T03:20:18.802Z Downloaded version_check v0.9.5
2982024-11-14T03:20:18.802Z Downloaded proc-macro-error-attr v1.0.4
2992024-11-14T03:20:18.804Z Downloaded bitflags v2.6.0
3002024-11-14T03:20:18.807Z Downloaded semver v1.0.23
3012024-11-14T03:20:18.810Z Downloaded pest v2.7.14
3022024-11-14T03:20:18.814Z Downloaded ryu v1.0.18
3032024-11-14T03:20:18.817Z Downloaded clap_derive v4.5.18
3042024-11-14T03:20:18.820Z Downloaded ucd-trie v0.1.7
3052024-11-14T03:20:18.822Z Downloaded indexmap v2.6.0
3062024-11-14T03:20:18.825Z Downloaded clap v4.5.20
3072024-11-14T03:20:18.836Z Downloaded memchr v2.7.4
3082024-11-14T03:20:18.840Z Downloaded hashbrown v0.15.0
3092024-11-14T03:20:18.845Z Downloaded serde_json v1.0.132
3102024-11-14T03:20:18.853Z Downloaded cargo_toml v0.20.5
3112024-11-14T03:20:18.856Z Downloaded anstream v0.6.15
3122024-11-14T03:20:18.858Z Downloaded scroll_derive v0.12.0
3132024-11-14T03:20:18.858Z Downloaded fastrand v2.1.1
3142024-11-14T03:20:18.860Z Downloaded zerocopy v0.7.35
3152024-11-14T03:20:18.876Z Downloaded swrite v0.1.0
3162024-11-14T03:20:18.878Z Downloaded cfg-if v1.0.0
3172024-11-14T03:20:18.878Z Downloaded cargo-platform v0.1.8
3182024-11-14T03:20:18.882Z Downloaded is_terminal_polyfill v1.70.1
3192024-11-14T03:20:18.882Z Downloaded heck v0.4.1
3202024-11-14T03:20:18.882Z Downloaded fs-err v2.11.0
3212024-11-14T03:20:18.884Z Downloaded equivalent v1.0.1
3222024-11-14T03:20:18.884Z Downloaded heck v0.5.0
3232024-11-14T03:20:18.887Z Downloaded camino-tempfile v1.1.1
3242024-11-14T03:20:18.890Z Downloaded usdt-attr-macro v0.5.0
3252024-11-14T03:20:18.893Z Downloaded tabled_derive v0.7.0
3262024-11-14T03:20:18.893Z Downloaded crypto-common v0.1.6
3272024-11-14T03:20:18.896Z Downloaded clap_lex v0.7.2
3282024-11-14T03:20:18.900Z Downloaded thread-id v4.2.2
3292024-11-14T03:20:18.900Z Downloaded digest v0.10.7
3302024-11-14T03:20:18.902Z Downloaded colorchoice v1.0.2
3312024-11-14T03:20:18.905Z Downloaded serde_spanned v0.6.8
3322024-11-14T03:20:18.905Z Downloaded scroll v0.12.0
3332024-11-14T03:20:18.907Z Downloaded quote v1.0.37
3342024-11-14T03:20:18.910Z Downloaded cargo_metadata v0.18.1
3352024-11-14T03:20:18.912Z Downloaded utf8parse v0.2.2
3362024-11-14T03:20:18.913Z Downloaded strsim v0.11.1
3372024-11-14T03:20:18.913Z Downloaded anstyle-parse v0.2.5
3382024-11-14T03:20:18.915Z Downloaded tabled v0.15.0
3392024-11-14T03:20:18.930Z Downloaded usdt-impl v0.5.0
3402024-11-14T03:20:18.932Z Downloaded pest_derive v2.7.14
3412024-11-14T03:20:18.935Z Downloaded macaddr v1.0.1
3422024-11-14T03:20:18.935Z Downloaded usdt v0.5.0
3432024-11-14T03:20:18.935Z Downloaded unicode-linebreak v0.1.5
3442024-11-14T03:20:18.938Z Downloaded thiserror v1.0.69
3452024-11-14T03:20:18.942Z Downloaded toml v0.8.19
3462024-11-14T03:20:18.945Z Downloaded zerocopy-derive v0.7.35
3472024-11-14T03:20:18.948Z Downloaded proc-macro2 v1.0.89
3482024-11-14T03:20:18.951Z Downloaded unicode-ident v1.0.13
3492024-11-14T03:20:18.954Z Downloaded log v0.4.22
3502024-11-14T03:20:18.956Z Downloaded camino v1.1.9
3512024-11-14T03:20:18.959Z Downloaded pest_meta v2.7.14
3522024-11-14T03:20:18.961Z Downloaded textwrap v0.16.1
3532024-11-14T03:20:18.964Z Downloaded anyhow v1.0.93
3542024-11-14T03:20:18.970Z Downloaded typenum v1.17.0
3552024-11-14T03:20:18.970Z Downloaded papergrid v0.11.0
3562024-11-14T03:20:18.974Z Downloaded unicode-width v0.1.14
3572024-11-14T03:20:18.980Z Downloaded serde v1.0.215
3582024-11-14T03:20:18.983Z Downloaded serde_derive v1.0.215
3592024-11-14T03:20:18.986Z Downloaded terminal_size v0.4.0
3602024-11-14T03:20:18.989Z Downloaded toml_edit v0.22.22
3612024-11-14T03:20:19.009Z Downloaded smawk v0.3.2
3622024-11-14T03:20:19.011Z Downloaded serde_tokenstream v0.2.2
3632024-11-14T03:20:19.011Z Downloaded proc-macro-error v1.0.4
3642024-11-14T03:20:19.014Z Downloaded once_cell v1.20.2
3652024-11-14T03:20:19.017Z Downloaded block-buffer v0.10.4
3662024-11-14T03:20:19.019Z Downloaded itoa v1.0.11
3672024-11-14T03:20:19.019Z Downloaded winnow v0.6.20
3682024-11-14T03:20:19.028Z Downloaded bytecount v0.6.8
3692024-11-14T03:20:19.030Z Downloaded clap_builder v4.5.20
3702024-11-14T03:20:19.036Z Downloaded autocfg v1.4.0
3712024-11-14T03:20:19.039Z Downloaded goblin v0.8.2
3722024-11-14T03:20:19.044Z Downloaded syn v1.0.109
3732024-11-14T03:20:19.054Z Downloaded anstyle v1.0.10
3742024-11-14T03:20:19.056Z Downloaded syn v2.0.87
3752024-11-14T03:20:19.066Z Downloaded rustix v0.38.37
3762024-11-14T03:20:19.103Z Downloaded libc v0.2.162
3772024-11-14T03:20:19.407Z Compiling proc-macro2 v1.0.89
3782024-11-14T03:20:19.407Z Compiling unicode-ident v1.0.13
3792024-11-14T03:20:19.407Z Compiling serde v1.0.215
3802024-11-14T03:20:19.410Z Compiling version_check v0.9.5
3812024-11-14T03:20:19.410Z Compiling memchr v2.7.4
3822024-11-14T03:20:19.410Z Compiling thiserror v1.0.69
3832024-11-14T03:20:19.410Z Compiling libc v0.2.162
3842024-11-14T03:20:19.410Z Compiling ryu v1.0.18
3852024-11-14T03:20:19.659Z Compiling itoa v1.0.11
3862024-11-14T03:20:19.893Z Compiling ucd-trie v0.1.7
3872024-11-14T03:20:20.233Z Compiling once_cell v1.20.2
3882024-11-14T03:20:20.445Z Compiling byteorder v1.5.0
3892024-11-14T03:20:20.860Z Compiling serde_json v1.0.132
3902024-11-14T03:20:20.904Z Compiling rustix v0.38.37
3912024-11-14T03:20:20.907Z Compiling bitflags v2.6.0
3922024-11-14T03:20:21.080Z Compiling usdt-impl v0.5.0
3932024-11-14T03:20:21.206Z Compiling proc-macro-error-attr v1.0.4
3942024-11-14T03:20:21.287Z Compiling syn v1.0.109
3952024-11-14T03:20:21.343Z Compiling proc-macro-error v1.0.4
3962024-11-14T03:20:21.532Z Compiling log v0.4.22
3972024-11-14T03:20:21.554Z Compiling plain v0.2.3
3982024-11-14T03:20:21.610Z Compiling camino v1.1.9
3992024-11-14T03:20:21.743Z Compiling equivalent v1.0.1
4002024-11-14T03:20:21.767Z Compiling utf8parse v0.2.2
4012024-11-14T03:20:21.866Z Compiling hashbrown v0.15.0
4022024-11-14T03:20:21.940Z Compiling quote v1.0.37
4032024-11-14T03:20:21.960Z Compiling anstyle-parse v0.2.5
4042024-11-14T03:20:22.030Z Compiling thread-id v4.2.2
4052024-11-14T03:20:22.221Z Compiling errno v0.3.9
4062024-11-14T03:20:22.316Z Compiling syn v2.0.87
4072024-11-14T03:20:22.473Z Compiling winnow v0.6.20
4082024-11-14T03:20:22.553Z Compiling is_terminal_polyfill v1.70.1
4092024-11-14T03:20:22.656Z Compiling colorchoice v1.0.2
4102024-11-14T03:20:22.688Z Compiling pretty-hex v0.4.1
4112024-11-14T03:20:22.827Z Compiling unicode-width v0.1.14
4122024-11-14T03:20:22.908Z Compiling semver v1.0.23
4132024-11-14T03:20:23.118Z Compiling indexmap v2.6.0
4142024-11-14T03:20:23.340Z Compiling anstyle v1.0.10
4152024-11-14T03:20:23.469Z Compiling anstyle-query v1.1.1
4162024-11-14T03:20:23.600Z Compiling autocfg v1.4.0
4172024-11-14T03:20:23.836Z Compiling anstream v0.6.15
4182024-11-14T03:20:24.283Z Compiling cfg-if v1.0.0
4192024-11-14T03:20:24.386Z Compiling clap_lex v0.7.2
4202024-11-14T03:20:24.600Z Compiling bytecount v0.6.8
4212024-11-14T03:20:24.603Z Compiling fastrand v2.1.1
4222024-11-14T03:20:24.801Z Compiling fs-err v2.11.0
4232024-11-14T03:20:24.833Z Compiling terminal_size v0.4.0
4242024-11-14T03:20:25.055Z Compiling fnv v1.0.7
4252024-11-14T03:20:25.091Z Compiling anyhow v1.0.93
4262024-11-14T03:20:25.192Z Compiling strsim v0.11.1
4272024-11-14T03:20:25.396Z Compiling heck v0.5.0
4282024-11-14T03:20:25.423Z Compiling heck v0.4.1
4292024-11-14T03:20:25.933Z Compiling clap_builder v4.5.20
4302024-11-14T03:20:25.935Z Compiling tempfile v3.13.0
4312024-11-14T03:20:25.979Z Compiling papergrid v0.11.0
4322024-11-14T03:20:26.120Z Compiling memmap v0.7.0
4332024-11-14T03:20:26.242Z Compiling smawk v0.3.2
4342024-11-14T03:20:26.327Z Compiling unicode-linebreak v0.1.5
4352024-11-14T03:20:26.819Z Compiling textwrap v0.16.1
4362024-11-14T03:20:26.841Z Compiling swrite v0.1.0
4372024-11-14T03:20:27.973Z Compiling tabled_derive v0.7.0
4382024-11-14T03:20:29.592Z Compiling tabled v0.15.0
4392024-11-14T03:20:31.387Z Compiling serde_derive v1.0.215
4402024-11-14T03:20:31.393Z Compiling thiserror-impl v1.0.69
4412024-11-14T03:20:31.393Z Compiling zerocopy-derive v0.7.35
4422024-11-14T03:20:31.393Z Compiling scroll_derive v0.12.0
4432024-11-14T03:20:31.637Z Compiling clap_derive v4.5.18
4442024-11-14T03:20:32.713Z Compiling scroll v0.12.0
4452024-11-14T03:20:33.282Z Compiling goblin v0.8.2
4462024-11-14T03:20:33.395Z Compiling zerocopy v0.7.35
4472024-11-14T03:20:34.165Z Compiling pest v2.7.14
4482024-11-14T03:20:35.594Z Compiling clap v4.5.20
4492024-11-14T03:20:36.393Z Compiling pest_meta v2.7.14
4502024-11-14T03:20:37.239Z Compiling pest_generator v2.7.14
4512024-11-14T03:20:39.209Z Compiling pest_derive v2.7.14
4522024-11-14T03:20:39.905Z Compiling dtrace-parser v0.2.0
4532024-11-14T03:20:41.647Z Compiling serde_tokenstream v0.2.2
4542024-11-14T03:20:41.759Z Compiling toml_datetime v0.6.8
4552024-11-14T03:20:41.759Z Compiling serde_spanned v0.6.8
4562024-11-14T03:20:41.905Z Compiling cargo-platform v0.1.8
4572024-11-14T03:20:42.173Z Compiling toml_edit v0.22.22
4582024-11-14T03:20:42.228Z Compiling macaddr v1.0.1
4592024-11-14T03:20:42.432Z Compiling camino-tempfile v1.1.1
4602024-11-14T03:20:43.189Z Compiling dof v0.3.0
4612024-11-14T03:20:43.279Z Compiling cargo_metadata v0.18.1
4622024-11-14T03:20:45.020Z Compiling usdt-macro v0.5.0
4632024-11-14T03:20:45.020Z Compiling usdt-attr-macro v0.5.0
4642024-11-14T03:20:45.099Z Compiling toml v0.8.19
4652024-11-14T03:20:45.969Z Compiling cargo_toml v0.20.5
4662024-11-14T03:20:46.433Z Compiling usdt v0.5.0
4672024-11-14T03:20:49.540Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682024-11-14T03:20:53.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
4692024-11-14T03:20:54.071Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4702024-11-14T03:20:54.592Z Downloading crates ...
4712024-11-14T03:20:54.720Z Downloaded atty v0.2.14
4722024-11-14T03:20:54.722Z Downloaded adler2 v2.0.0
4732024-11-14T03:20:54.725Z Downloaded base16ct v0.2.0
4742024-11-14T03:20:54.727Z Downloaded async-trait v0.1.83
4752024-11-14T03:20:54.735Z Downloaded hex v0.4.3
4762024-11-14T03:20:54.738Z Downloaded ciborium-io v0.2.2
4772024-11-14T03:20:54.738Z Downloaded cfg_aliases v0.1.1
4782024-11-14T03:20:54.742Z Downloaded home v0.5.9
4792024-11-14T03:20:54.745Z Downloaded headers-core v0.3.0
4802024-11-14T03:20:54.745Z Downloaded lru-cache v0.1.2
4812024-11-14T03:20:54.748Z Downloaded httpdate v1.0.3
4822024-11-14T03:20:54.748Z Downloaded cstr-argument v0.1.2
4832024-11-14T03:20:54.750Z Downloaded crucible-workspace-hack v0.1.0
4842024-11-14T03:20:54.750Z Downloaded ident_case v1.0.1
4852024-11-14T03:20:54.750Z Downloaded icu_provider v1.5.0
4862024-11-14T03:20:54.755Z Downloaded is_ci v1.2.0
4872024-11-14T03:20:54.758Z Downloaded hubpack_derive v0.1.1
4882024-11-14T03:20:54.758Z Downloaded cassowary v0.3.0
4892024-11-14T03:20:54.760Z Downloaded icu_normalizer_data v1.5.0
4902024-11-14T03:20:54.763Z Downloaded heck v0.3.3
4912024-11-14T03:20:54.766Z Downloaded buf-list v1.0.3
4922024-11-14T03:20:54.768Z Downloaded linked-hash-map v0.5.6
4932024-11-14T03:20:54.771Z Downloaded maplit v1.0.2
4942024-11-14T03:20:54.771Z Downloaded keccak v0.1.5
4952024-11-14T03:20:54.774Z Downloaded memoffset v0.9.1
4962024-11-14T03:20:54.776Z Downloaded libefi-sys v0.1.0
4972024-11-14T03:20:54.779Z Downloaded lalrpop-util v0.19.12
4982024-11-14T03:20:54.779Z Downloaded blake2 v0.10.6
4992024-11-14T03:20:54.782Z Downloaded mime_guess v2.0.5
5002024-11-14T03:20:54.784Z Downloaded icu_locid_transform_data v1.5.0
5012024-11-14T03:20:54.787Z Downloaded libsw v3.3.1
5022024-11-14T03:20:54.789Z Downloaded const-oid v0.9.6
5032024-11-14T03:20:54.793Z Downloaded bb8 v0.8.5
5042024-11-14T03:20:54.795Z Downloaded icu_collections v1.5.0
5052024-11-14T03:20:54.801Z Downloaded http-body-util v0.1.2
5062024-11-14T03:20:54.803Z Downloaded rustc_version v0.1.7
5072024-11-14T03:20:54.806Z Downloaded cookie_store v0.21.0
5082024-11-14T03:20:54.809Z Downloaded crossbeam-utils v0.8.20
5092024-11-14T03:20:54.811Z Downloaded clang-sys v1.8.1
5102024-11-14T03:20:54.815Z Downloaded libm v0.2.8
5112024-11-14T03:20:54.825Z Downloaded shell-words v1.1.0
5122024-11-14T03:20:54.827Z Downloaded atomic-waker v1.1.2
5132024-11-14T03:20:54.830Z Downloaded primeorder v0.13.6
5142024-11-14T03:20:54.830Z Downloaded argon2 v0.5.3
5152024-11-14T03:20:54.833Z Downloaded itertools v0.13.0
5162024-11-14T03:20:54.841Z Downloaded stringprep v0.1.5
5172024-11-14T03:20:54.844Z Downloaded arrayvec v0.7.6
5182024-11-14T03:20:54.847Z Downloaded ron v0.8.1
5192024-11-14T03:20:54.853Z Downloaded xattr v1.3.1
5202024-11-14T03:20:54.856Z Downloaded tokio-rustls v0.25.0
5212024-11-14T03:20:54.858Z Downloaded r2d2 v0.8.10
5222024-11-14T03:20:54.862Z Downloaded assert_matches v1.5.0
5232024-11-14T03:20:54.872Z Downloaded cfg_aliases v0.2.1
5242024-11-14T03:20:54.872Z Downloaded uzers v0.12.1
5252024-11-14T03:20:54.872Z Downloaded zeroize v1.8.1
5262024-11-14T03:20:54.872Z Downloaded crunchy v0.2.2
5272024-11-14T03:20:54.872Z Downloaded tap v1.0.1
5282024-11-14T03:20:54.872Z Downloaded addr2line v0.24.2
5292024-11-14T03:20:54.874Z Downloaded base64 v0.22.1
5302024-11-14T03:20:54.878Z Downloaded quick-error v1.2.3
5312024-11-14T03:20:54.880Z Downloaded hyper v1.5.0
5322024-11-14T03:20:54.889Z Downloaded sha1 v0.10.6
5332024-11-14T03:20:54.891Z Downloaded der v0.7.9
5342024-11-14T03:20:54.897Z Downloaded zerofrom v0.1.4
5352024-11-14T03:20:54.900Z Downloaded waitgroup v0.1.2
5362024-11-14T03:20:54.902Z Downloaded hickory-client v0.24.1
5372024-11-14T03:20:54.906Z Downloaded hex-literal v0.4.1
5382024-11-14T03:20:54.906Z Downloaded convert_case v0.4.0
5392024-11-14T03:20:54.909Z Downloaded filetime v0.2.25
5402024-11-14T03:20:54.909Z Downloaded ciborium-ll v0.2.2
5412024-11-14T03:20:54.912Z Downloaded cbc v0.1.2
5422024-11-14T03:20:54.912Z Downloaded chacha20 v0.9.1
5432024-11-14T03:20:54.915Z Downloaded colored v2.1.0
5442024-11-14T03:20:54.918Z Downloaded futures-core v0.3.31
5452024-11-14T03:20:54.920Z Downloaded crossbeam-deque v0.8.5
5462024-11-14T03:20:54.923Z Downloaded crc v3.2.1
5472024-11-14T03:20:54.925Z Downloaded crc-catalog v2.4.0
5482024-11-14T03:20:54.929Z Downloaded curve25519-dalek-derive v0.1.1
5492024-11-14T03:20:54.932Z Downloaded regress v0.10.1
5502024-11-14T03:20:54.939Z Downloaded hickory-proto v0.24.1
5512024-11-14T03:20:54.959Z Downloaded foreign-types-shared v0.1.1
5522024-11-14T03:20:54.962Z Downloaded http-body v1.0.1
5532024-11-14T03:20:54.962Z Downloaded hostname v0.4.0
5542024-11-14T03:20:54.965Z Downloaded hostname v0.3.1
5552024-11-14T03:20:54.965Z Downloaded allocator-api2 v0.2.18
5562024-11-14T03:20:54.969Z Downloaded salsa20 v0.10.2
5572024-11-14T03:20:54.971Z Downloaded rusty-fork v0.3.0
5582024-11-14T03:20:54.974Z Downloaded rustversion v1.0.17
5592024-11-14T03:20:54.977Z Downloaded synstructure v0.13.1
5602024-11-14T03:20:54.977Z Downloaded md5 v0.7.0
5612024-11-14T03:20:54.980Z Downloaded crc32fast v1.4.2
5622024-11-14T03:20:54.982Z Downloaded hubpack v0.1.2
5632024-11-14T03:20:54.985Z Downloaded console v0.15.8
5642024-11-14T03:20:54.987Z Downloaded newtype-uuid v1.1.3
5652024-11-14T03:20:54.989Z Downloaded num_enum v0.5.11
5662024-11-14T03:20:54.995Z Downloaded num-conv v0.1.0
5672024-11-14T03:20:54.999Z Downloaded httparse v1.9.5
5682024-11-14T03:20:55.002Z Downloaded is-terminal v0.4.13
5692024-11-14T03:20:55.002Z Downloaded num-derive v0.4.2
5702024-11-14T03:20:55.008Z Downloaded mime v0.3.17
5712024-11-14T03:20:55.008Z Downloaded lockfree-object-pool v0.1.6
5722024-11-14T03:20:55.011Z Downloaded precomputed-hash v0.1.1
5732024-11-14T03:20:55.011Z Downloaded zerofrom-derive v0.1.4
5742024-11-14T03:20:55.014Z Downloaded maybe-uninit v2.0.0
5752024-11-14T03:20:55.014Z Downloaded managed v0.8.0
5762024-11-14T03:20:55.014Z Downloaded lazy_static v1.5.0
5772024-11-14T03:20:55.017Z Downloaded psl-types v2.0.11
5782024-11-14T03:20:55.019Z Downloaded enum-as-inner v0.5.1
5792024-11-14T03:20:55.022Z Downloaded dirs-next v2.0.0
5802024-11-14T03:20:55.025Z Downloaded cipher v0.4.4
5812024-11-14T03:20:55.025Z Downloaded arc-swap v1.7.1
5822024-11-14T03:20:55.030Z Downloaded sigpipe v0.1.3
5832024-11-14T03:20:55.032Z Downloaded dirs-sys-next v0.1.2
5842024-11-14T03:20:55.032Z Downloaded slog-stdlog v4.1.1
5852024-11-14T03:20:55.035Z Downloaded crossbeam-epoch v0.9.18
5862024-11-14T03:20:55.038Z Downloaded newtype_derive v0.1.6
5872024-11-14T03:20:55.040Z Downloaded ipnet v2.10.1
5882024-11-14T03:20:55.043Z Downloaded crc-any v2.5.0
5892024-11-14T03:20:55.046Z Downloaded num-iter v0.1.45
5902024-11-14T03:20:55.046Z Downloaded num-integer v0.1.46
5912024-11-14T03:20:55.049Z Downloaded slog-bunyan v2.5.0
5922024-11-14T03:20:55.051Z Downloaded memmap2 v0.9.5
5932024-11-14T03:20:55.054Z Downloaded fd-lock v4.0.2
5942024-11-14T03:20:55.056Z Downloaded progenitor-impl v0.8.0
5952024-11-14T03:20:55.059Z Downloaded rustc-hash v2.0.0
5962024-11-14T03:20:55.061Z Downloaded parse-display-derive v0.10.0
5972024-11-14T03:20:55.064Z Downloaded icu_locid_transform v1.5.0
5982024-11-14T03:20:55.066Z Downloaded icu_locid v1.5.0
5992024-11-14T03:20:55.072Z Downloaded structmeta-derive v0.2.0
6002024-11-14T03:20:55.074Z Downloaded stable_deref_trait v1.2.0
6012024-11-14T03:20:55.076Z Downloaded parse-size v1.1.0
6022024-11-14T03:20:55.076Z Downloaded predicates v3.1.2
6032024-11-14T03:20:55.079Z Downloaded strum v0.26.3
6042024-11-14T03:20:55.082Z Downloaded ff v0.13.0
6052024-11-14T03:20:55.085Z Downloaded display-error-chain v0.2.2
6062024-11-14T03:20:55.087Z Downloaded tokio-native-tls v0.3.1
6072024-11-14T03:20:55.087Z Downloaded futures-sink v0.3.31
6082024-11-14T03:20:55.090Z Downloaded strip-ansi-escapes v0.2.0
6092024-11-14T03:20:55.090Z Downloaded scheduled-thread-pool v0.2.7
6102024-11-14T03:20:55.092Z Downloaded rustc_version v0.4.1
6112024-11-14T03:20:55.095Z Downloaded paste v1.0.15
6122024-11-14T03:20:55.098Z Downloaded smallvec v0.6.14
6132024-11-14T03:20:55.100Z Downloaded opaque-debug v0.3.1
6142024-11-14T03:20:55.103Z Downloaded downcast v0.11.0
6152024-11-14T03:20:55.103Z Downloaded yoke-derive v0.7.4
6162024-11-14T03:20:55.106Z Downloaded num-rational v0.4.2
6172024-11-14T03:20:55.108Z Downloaded uuid v1.11.0
6182024-11-14T03:20:55.110Z Downloaded tokio-rustls v0.26.0
6192024-11-14T03:20:55.113Z Downloaded pkcs5 v0.7.1
6202024-11-14T03:20:55.119Z Downloaded fallible-iterator v0.3.0
6212024-11-14T03:20:55.121Z Downloaded tokio-macros v2.4.0
6222024-11-14T03:20:55.123Z Downloaded slog-json v2.6.1
6232024-11-14T03:20:55.126Z Downloaded zerocopy v0.6.6
6242024-11-14T03:20:55.129Z Downloaded mirai-annotations v1.12.0
6252024-11-14T03:20:55.129Z Downloaded diesel_table_macro_syntax v0.2.0
6262024-11-14T03:20:55.142Z Downloaded unicase v2.7.0
6272024-11-14T03:20:55.144Z Downloaded progenitor-client v0.8.0
6282024-11-14T03:20:55.147Z Downloaded darling v0.20.10
6292024-11-14T03:20:55.150Z Downloaded futures v0.3.31
6302024-11-14T03:20:55.156Z Downloaded vte_generate_state_changes v0.1.2
6312024-11-14T03:20:55.159Z Downloaded phf_codegen v0.11.2
6322024-11-14T03:20:55.161Z Downloaded crypto-bigint v0.5.5
6332024-11-14T03:20:55.167Z Downloaded zerovec-derive v0.10.3
6342024-11-14T03:20:55.170Z Downloaded num-traits v0.2.19
6352024-11-14T03:20:55.173Z Downloaded serde-big-array v0.5.1
6362024-11-14T03:20:55.175Z Downloaded rfc6979 v0.4.0
6372024-11-14T03:20:55.178Z Downloaded funty v2.0.0
6382024-11-14T03:20:55.181Z Downloaded endian-type v0.1.2
6392024-11-14T03:20:55.181Z Downloaded signature v2.2.0
6402024-11-14T03:20:55.181Z Downloaded zeroize_derive v1.4.2
6412024-11-14T03:20:55.183Z Downloaded tower-service v0.3.3
6422024-11-14T03:20:55.186Z Downloaded env_logger v0.11.5
6432024-11-14T03:20:55.189Z Downloaded hickory-resolver v0.24.1
6442024-11-14T03:20:55.193Z Downloaded hash32 v0.3.1
6452024-11-14T03:20:55.196Z Downloaded futures-io v0.3.31
6462024-11-14T03:20:55.198Z Downloaded hickory-server v0.24.1
6472024-11-14T03:20:55.204Z Downloaded spin v0.5.2
6482024-11-14T03:20:55.206Z Downloaded oso-derive v0.27.3
6492024-11-14T03:20:55.209Z Downloaded signal-hook-tokio v0.3.1
6502024-11-14T03:20:55.209Z Downloaded resolv-conf v0.7.0
6512024-11-14T03:20:55.212Z Downloaded elliptic-curve v0.13.8
6522024-11-14T03:20:55.216Z Downloaded thiserror-impl-no-std v2.0.2
6532024-11-14T03:20:55.219Z Downloaded packed_struct_codegen v0.10.1
6542024-11-14T03:20:55.221Z Downloaded fxhash v0.2.1
6552024-11-14T03:20:55.221Z Downloaded pkcs1 v0.7.5
6562024-11-14T03:20:55.224Z Downloaded futures-macro v0.3.31
6572024-11-14T03:20:55.226Z Downloaded xz2 v0.1.7
6582024-11-14T03:20:55.229Z Downloaded serde-hex v0.1.0
6592024-11-14T03:20:55.231Z Downloaded progenitor v0.8.0
6602024-11-14T03:20:55.234Z Downloaded proc-macro-crate v1.3.1
6612024-11-14T03:20:55.234Z Downloaded sync_wrapper v1.0.1
6622024-11-14T03:20:55.236Z Downloaded peg-runtime v0.8.3
6632024-11-14T03:20:55.236Z Downloaded smf v0.2.3
6642024-11-14T03:20:55.239Z Downloaded displaydoc v0.2.5
6652024-11-14T03:20:55.242Z Downloaded packed_struct v0.10.1
6662024-11-14T03:20:55.244Z Downloaded utf16_iter v1.0.5
6672024-11-14T03:20:55.247Z Downloaded glob v0.3.1
6682024-11-14T03:20:55.249Z Downloaded mockall_derive v0.13.0
6692024-11-14T03:20:55.252Z Downloaded rayon-core v1.12.1
6702024-11-14T03:20:55.255Z Downloaded tls_codec v0.4.1
6712024-11-14T03:20:55.258Z Downloaded wyz v0.5.1
6722024-11-14T03:20:55.261Z Downloaded writeable v0.5.5
6732024-11-14T03:20:55.264Z Downloaded dsl_auto_type v0.1.2
6742024-11-14T03:20:55.267Z Downloaded steno v0.4.1
6752024-11-14T03:20:55.270Z Downloaded vte v0.11.1
6762024-11-14T03:20:55.272Z Downloaded zip v0.6.6
6772024-11-14T03:20:55.279Z Downloaded new_debug_unreachable v1.0.6
6782024-11-14T03:20:55.282Z Downloaded rustls-pemfile v1.0.4
6792024-11-14T03:20:55.284Z Downloaded getrandom v0.2.15
6802024-11-14T03:20:55.287Z Downloaded yoke v0.7.4
6812024-11-14T03:20:55.290Z Downloaded yasna v0.5.2
6822024-11-14T03:20:55.293Z Downloaded semver v0.1.20
6832024-11-14T03:20:55.293Z Downloaded form_urlencoded v1.2.1
6842024-11-14T03:20:55.295Z Downloaded supports-color v3.0.1
6852024-11-14T03:20:55.298Z Downloaded tinyvec v1.8.0
6862024-11-14T03:20:55.300Z Downloaded subtle v2.6.1
6872024-11-14T03:20:55.303Z Downloaded postgres-types v0.2.8
6882024-11-14T03:20:55.305Z Downloaded tungstenite v0.23.0
6892024-11-14T03:20:55.310Z Downloaded try-lock v0.2.5
6902024-11-14T03:20:55.312Z Downloaded debug-ignore v1.0.5
6912024-11-14T03:20:55.315Z Downloaded rustyline v14.0.0
6922024-11-14T03:20:55.320Z Downloaded sqlparser_derive v0.2.2
6932024-11-14T03:20:55.323Z Downloaded float-cmp v0.9.0
6942024-11-14T03:20:55.325Z Downloaded pkg-config v0.3.31
6952024-11-14T03:20:55.325Z Downloaded tungstenite v0.24.0
6962024-11-14T03:20:55.330Z Downloaded flagset v0.4.6
6972024-11-14T03:20:55.332Z Downloaded rustls-pemfile v2.2.0
6982024-11-14T03:20:55.334Z Downloaded postgres-protocol v0.6.7
6992024-11-14T03:20:55.337Z Downloaded pin-utils v0.1.0
7002024-11-14T03:20:55.340Z Downloaded utf-8 v0.7.6
7012024-11-14T03:20:55.344Z Downloaded untrusted v0.7.1
7022024-11-14T03:20:55.344Z Downloaded itertools v0.10.5
7032024-11-14T03:20:55.350Z Downloaded unicode-truncate v1.1.0
7042024-11-14T03:20:55.353Z Downloaded diff v0.1.13
7052024-11-14T03:20:55.356Z Downloaded ssh-cipher v0.2.0
7062024-11-14T03:20:55.360Z Downloaded foreign-types-shared v0.3.1
7072024-11-14T03:20:55.362Z Downloaded peg-macros v0.8.4
7082024-11-14T03:20:55.362Z Downloaded aes-gcm v0.10.3
7092024-11-14T03:20:55.367Z Downloaded fixedbitset v0.4.2
7102024-11-14T03:20:55.369Z Downloaded tui-tree-widget v0.22.0
7112024-11-14T03:20:55.372Z Downloaded ssh-encoding v0.2.0
7122024-11-14T03:20:55.374Z Downloaded ecdsa v0.16.9
7132024-11-14T03:20:55.377Z Downloaded termtree v0.4.1
7142024-11-14T03:20:55.377Z Downloaded tungstenite v0.21.0
7152024-11-14T03:20:55.381Z Downloaded dhcproto-macros v0.1.0
7162024-11-14T03:20:55.384Z Downloaded num v0.4.3
7172024-11-14T03:20:55.384Z Downloaded scrypt v0.11.0
7182024-11-14T03:20:55.386Z Downloaded mio v1.0.2
7192024-11-14T03:20:55.393Z Downloaded write16 v1.0.0
7202024-11-14T03:20:55.396Z Downloaded polyval v0.6.2
7212024-11-14T03:20:55.399Z Downloaded spki v0.7.3
7222024-11-14T03:20:55.401Z Downloaded serde_urlencoded v0.7.1
7232024-11-14T03:20:55.404Z Downloaded crossterm v0.28.1
7242024-11-14T03:20:55.410Z Downloaded foreign-types v0.5.0
7252024-11-14T03:20:55.413Z Downloaded hkdf v0.12.4
7262024-11-14T03:20:55.416Z Downloaded powerfmt v0.2.0
7272024-11-14T03:20:55.418Z Downloaded globset v0.4.15
7282024-11-14T03:20:55.421Z Downloaded serde_repr v0.1.19
7292024-11-14T03:20:55.424Z Downloaded which v4.4.2
7302024-11-14T03:20:55.424Z Downloaded zip v2.1.3
7312024-11-14T03:20:55.429Z Downloaded openssl-macros v0.1.1
7322024-11-14T03:20:55.431Z Downloaded number_prefix v0.4.0
7332024-11-14T03:20:55.431Z Downloaded nibble_vec v0.1.0
7342024-11-14T03:20:55.434Z Downloaded futures-task v0.3.31
7352024-11-14T03:20:55.437Z Downloaded fragile v2.0.0
7362024-11-14T03:20:55.440Z Downloaded diesel-dtrace v0.3.0
7372024-11-14T03:20:55.440Z Downloaded time-core v0.1.2
7382024-11-14T03:20:55.443Z Downloaded pin-project-lite v0.2.14
7392024-11-14T03:20:55.447Z Downloaded russh-cryptovec v0.7.3
7402024-11-14T03:20:55.451Z Downloaded parse-display v0.10.0
7412024-11-14T03:20:55.451Z Downloaded simd-adler32 v0.3.7
7422024-11-14T03:20:55.453Z Downloaded scopeguard v1.2.0
7432024-11-14T03:20:55.456Z Downloaded signal-hook-registry v1.4.2
7442024-11-14T03:20:55.456Z Downloaded normalize-line-endings v0.3.0
7452024-11-14T03:20:55.458Z Downloaded pin-project-internal v1.1.6
7462024-11-14T03:20:55.461Z Downloaded aws-lc-rs v1.10.0
7472024-11-14T03:20:55.470Z Downloaded foldhash v0.1.3
7482024-11-14T03:20:55.472Z Downloaded foreign-types-macros v0.2.3
7492024-11-14T03:20:55.472Z Downloaded foreign-types v0.3.2
7502024-11-14T03:20:55.476Z Downloaded tokio-tungstenite v0.21.0
7512024-11-14T03:20:55.476Z Downloaded dhcproto v0.12.0
7522024-11-14T03:20:55.480Z Downloaded serde_path_to_error v0.1.16
7532024-11-14T03:20:55.482Z Downloaded owo-colors v4.1.0
7542024-11-14T03:20:55.485Z Downloaded miniz_oxide v0.8.0
7552024-11-14T03:20:55.488Z Downloaded time-macros v0.2.18
7562024-11-14T03:20:55.490Z Downloaded progenitor-macro v0.8.0
7572024-11-14T03:20:55.493Z Downloaded serde_derive_internals v0.29.1
7582024-11-14T03:20:55.495Z Downloaded rtoolbox v0.0.2
7592024-11-14T03:20:55.498Z Downloaded tiny-keccak v2.0.2
7602024-11-14T03:20:55.501Z Downloaded darling_macro v0.20.10
7612024-11-14T03:20:55.501Z Downloaded itertools v0.12.1
7622024-11-14T03:20:55.509Z Downloaded float-ord v0.3.2
7632024-11-14T03:20:55.512Z Downloaded dyn-clone v1.0.17
7642024-11-14T03:20:55.515Z Downloaded whoami v1.5.2
7652024-11-14T03:20:55.519Z Downloaded openssl-probe v0.1.5
7662024-11-14T03:20:55.519Z Downloaded wait-timeout v0.2.0
7672024-11-14T03:20:55.521Z Downloaded parking_lot_core v0.8.6
7682024-11-14T03:20:55.521Z Downloaded zone_cfg_derive v0.1.2
7692024-11-14T03:20:55.524Z Downloaded rpassword v7.3.1
7702024-11-14T03:20:55.524Z Downloaded hash32 v0.2.1
7712024-11-14T03:20:55.527Z Downloaded path-slash v0.1.5
7722024-11-14T03:20:55.527Z Downloaded unicode-normalization v0.1.24
7732024-11-14T03:20:55.531Z Downloaded deranged v0.3.11
7742024-11-14T03:20:55.533Z Downloaded der_derive v0.7.3
7752024-11-14T03:20:55.537Z Downloaded pretty-hex v0.2.1
7762024-11-14T03:20:55.537Z Downloaded reedline v0.35.0
7772024-11-14T03:20:55.545Z Downloaded newline-converter v0.3.0
7782024-11-14T03:20:55.548Z Downloaded secrecy v0.8.0
7792024-11-14T03:20:55.550Z Downloaded quinn-udp v0.5.5
7802024-11-14T03:20:55.550Z Downloaded zone_cfg_derive v0.3.0
7812024-11-14T03:20:55.553Z Downloaded vsss-rs v3.3.4
7822024-11-14T03:20:55.557Z Downloaded utf8_iter v1.0.4
7832024-11-14T03:20:55.557Z Downloaded phf_shared v0.10.0
7842024-11-14T03:20:55.557Z Downloaded group v0.13.0
7852024-11-14T03:20:55.559Z Downloaded enum-as-inner v0.6.1
7862024-11-14T03:20:55.562Z Downloaded blake3 v1.5.4
7872024-11-14T03:20:55.569Z Downloaded either v1.13.0
7882024-11-14T03:20:55.572Z Downloaded parking_lot v0.12.3
7892024-11-14T03:20:55.574Z Downloaded diesel v2.2.4
7902024-11-14T03:20:55.596Z Downloaded predicates-tree v1.0.11
7912024-11-14T03:20:55.598Z Downloaded rusqlite v0.32.1
7922024-11-14T03:20:55.604Z Downloaded radium v0.7.0
7932024-11-14T03:20:55.607Z Downloaded url v2.5.3
7942024-11-14T03:20:55.612Z Downloaded bindgen v0.69.5
7952024-11-14T03:20:55.618Z Downloaded thiserror-no-std v2.0.2
7962024-11-14T03:20:55.622Z Downloaded nodrop v0.1.14
7972024-11-14T03:20:55.625Z Downloaded hashlink v0.9.1
7982024-11-14T03:20:55.627Z Downloaded serde_with_macros v3.11.0
7992024-11-14T03:20:55.630Z Downloaded fatfs v0.3.6
8002024-11-14T03:20:55.634Z Downloaded siphasher v0.3.11
8012024-11-14T03:20:55.634Z Downloaded tinystr v0.7.6
8022024-11-14T03:20:55.636Z Downloaded dunce v1.0.5
8032024-11-14T03:20:55.636Z Downloaded slog-dtrace v0.3.0
8042024-11-14T03:20:55.639Z Downloaded unicode_categories v0.1.1
8052024-11-14T03:20:55.642Z Downloaded vergen v8.3.2
8062024-11-14T03:20:55.645Z Downloaded pbkdf2 v0.12.2
8072024-11-14T03:20:55.645Z Downloaded tokio-tungstenite v0.24.0
8082024-11-14T03:20:55.647Z Downloaded tracing v0.1.40
8092024-11-14T03:20:55.653Z Downloaded russh-keys v0.45.0
8102024-11-14T03:20:55.655Z Downloaded pem v3.0.4
8112024-11-14T03:20:55.658Z Downloaded qorb v0.2.0
8122024-11-14T03:20:55.662Z Downloaded num-bigint v0.4.6
8132024-11-14T03:20:55.667Z Downloaded tokio-stream v0.1.16
8142024-11-14T03:20:55.673Z Downloaded tough v0.19.0
8152024-11-14T03:20:55.682Z Downloaded similar v2.6.0
8162024-11-14T03:20:55.689Z Downloaded quinn v0.11.5
8172024-11-14T03:20:55.693Z Downloaded rustls-webpki v0.101.7
8182024-11-14T03:20:55.710Z Downloaded dropshot_endpoint v0.12.0
8192024-11-14T03:20:55.712Z Downloaded icu_properties_data v1.5.0
8202024-11-14T03:20:55.725Z Downloaded headers v0.4.0
8212024-11-14T03:20:55.733Z Downloaded rayon v1.10.0
8222024-11-14T03:20:55.742Z Downloaded darling_core v0.20.10
8232024-11-14T03:20:55.748Z Downloaded rand v0.8.5
8242024-11-14T03:20:55.752Z Downloaded ed25519-dalek v2.1.1
8252024-11-14T03:20:55.756Z Downloaded rustls-webpki v0.102.8
8262024-11-14T03:20:55.778Z Downloaded russh v0.45.0
8272024-11-14T03:20:55.783Z Downloaded lalrpop v0.19.12
8282024-11-14T03:20:55.797Z Downloaded openssl-sys v0.9.104
8292024-11-14T03:20:55.842Z Downloaded reqwest v0.12.9
8302024-11-14T03:20:55.846Z Downloaded toml_edit v0.19.15
8312024-11-14T03:20:55.846Z Downloaded time v0.3.36
8322024-11-14T03:20:55.846Z Downloaded idna v0.3.0
8332024-11-14T03:20:55.849Z Downloaded futures-util v0.3.31
8342024-11-14T03:20:55.861Z Downloaded hashbrown v0.14.5
8352024-11-14T03:20:55.867Z Downloaded tokio-util v0.7.12
8362024-11-14T03:20:55.874Z Downloaded quick-xml v0.33.0
8372024-11-14T03:20:55.882Z Downloaded winnow v0.5.40
8382024-11-14T03:20:55.893Z Downloaded serde_with v3.11.0
8392024-11-14T03:20:55.903Z Downloaded curve25519-dalek v4.1.3
8402024-11-14T03:20:55.915Z Downloaded git2 v0.19.0
8412024-11-14T03:20:55.925Z Downloaded nom v7.1.3
8422024-11-14T03:20:55.935Z Downloaded sqlparser v0.45.0
8432024-11-14T03:20:55.949Z Downloaded openssl v0.10.68
8442024-11-14T03:20:55.957Z Downloaded idna v0.5.0
8452024-11-14T03:20:55.967Z Downloaded smoltcp v0.9.1
8462024-11-14T03:20:55.973Z Downloaded quinn-proto v0.11.8
8472024-11-14T03:20:55.980Z Downloaded gimli v0.31.1
8482024-11-14T03:20:56.016Z Downloaded chrono-tz v0.10.0
8492024-11-14T03:20:56.046Z Downloaded dropshot v0.12.0
8502024-11-14T03:20:56.047Z Downloaded vcpkg v0.2.15
8512024-11-14T03:20:56.065Z Downloaded polar-core v0.27.3
8522024-11-14T03:20:56.070Z Downloaded radix_trie v0.2.1
8532024-11-14T03:20:56.075Z Downloaded object v0.30.4
8542024-11-14T03:20:56.086Z Downloaded nix v0.27.1
8552024-11-14T03:20:56.099Z Downloaded dropshot v0.13.0
8562024-11-14T03:20:56.149Z Downloaded nix v0.29.0
8572024-11-14T03:20:56.163Z Downloaded openapiv3 v2.0.0
8582024-11-14T03:20:56.163Z Downloaded nix v0.28.0
8592024-11-14T03:20:56.184Z Downloaded libz-sys v1.1.20
8602024-11-14T03:20:56.203Z Downloaded rustls v0.22.4
8612024-11-14T03:20:56.215Z Downloaded sled v0.34.7
8622024-11-14T03:20:56.216Z Downloaded rustls v0.23.14
8632024-11-14T03:20:56.231Z Downloaded regex v1.11.1
8642024-11-14T03:20:56.266Z Downloaded zerocopy-derive v0.6.6
8652024-11-14T03:20:56.280Z Downloaded trust-dns-proto v0.22.0
8662024-11-14T03:20:56.280Z Downloaded ratatui v0.28.1
8672024-11-14T03:20:56.306Z Downloaded regex-syntax v0.6.29
8682024-11-14T03:20:56.307Z Downloaded regex-syntax v0.8.5
8692024-11-14T03:20:56.316Z Downloaded bzip2-sys v0.1.11+1.0.8
8702024-11-14T03:20:56.316Z Downloaded object v0.36.5
8712024-11-14T03:20:56.323Z Downloaded bstr v1.10.0
8722024-11-14T03:20:56.341Z Downloaded rustls v0.21.12
8732024-11-14T03:20:56.348Z Downloaded regex-automata v0.4.8
8742024-11-14T03:20:56.365Z Downloaded lzma-sys v0.1.20
8752024-11-14T03:20:56.398Z Downloaded petgraph v0.6.5
8762024-11-14T03:20:56.419Z Downloaded regress v0.9.1
8772024-11-14T03:20:56.434Z Downloaded webpki-roots v0.26.6
8782024-11-14T03:20:56.435Z Downloaded p384 v0.13.0
8792024-11-14T03:20:56.445Z Downloaded smoltcp v0.11.0
8802024-11-14T03:20:56.457Z Downloaded idna v0.2.3
8812024-11-14T03:20:56.457Z Downloaded tokio v1.40.0
8822024-11-14T03:20:56.490Z Downloaded proptest v1.5.0
8832024-11-14T03:20:56.498Z Downloaded portable-atomic v1.9.0
8842024-11-14T03:20:56.505Z Downloaded sha3 v0.10.8
8852024-11-14T03:20:56.514Z Downloaded p521 v0.13.3
8862024-11-14T03:20:56.525Z Downloaded rsa v0.9.6
8872024-11-14T03:20:56.540Z Downloaded csv v1.3.0
8882024-11-14T03:20:56.549Z Downloaded typify-impl v0.2.0
8892024-11-14T03:20:56.565Z Downloaded slog v2.7.0
8902024-11-14T03:20:56.592Z Downloaded flume v0.11.1
8912024-11-14T03:20:56.592Z Downloaded ssh-key v0.6.6
8922024-11-14T03:20:56.592Z Downloaded chrono v0.4.38
8932024-11-14T03:20:56.613Z Downloaded bitvec v1.0.1
8942024-11-14T03:20:56.613Z Downloaded zopfli v0.8.1
8952024-11-14T03:20:56.613Z Downloaded toml v0.7.8
8962024-11-14T03:20:56.634Z Downloaded oso v0.27.3
8972024-11-14T03:20:56.634Z Downloaded tokio-postgres v0.7.12
8982024-11-14T03:20:56.634Z Downloaded ref-cast-impl v1.0.23
8992024-11-14T03:20:56.634Z Downloaded half v2.4.1
9002024-11-14T03:20:56.634Z Downloaded zerovec v0.10.4
9012024-11-14T03:20:56.634Z Downloaded flate2 v1.0.34
9022024-11-14T03:20:56.640Z Downloaded derive-where v1.2.7
9032024-11-14T03:20:56.640Z Downloaded hashbrown v0.12.3
9042024-11-14T03:20:56.640Z Downloaded schemars v0.8.21
9052024-11-14T03:20:56.643Z Downloaded h2 v0.4.6
9062024-11-14T03:20:56.648Z Downloaded termios v0.3.3
9072024-11-14T03:20:56.652Z Downloaded slab v0.4.9
9082024-11-14T03:20:56.652Z Downloaded embedded-io v0.4.0
9092024-11-14T03:20:56.656Z Downloaded predicates-core v1.0.8
9102024-11-14T03:20:56.656Z Downloaded toolchain_find v0.4.0
9112024-11-14T03:20:56.656Z Downloaded derive_builder v0.20.2
9122024-11-14T03:20:56.662Z Downloaded num-bigint-dig v0.8.4
9132024-11-14T03:20:56.668Z Downloaded pbkdf2 v0.11.0
9142024-11-14T03:20:56.671Z Downloaded zone v0.1.8
9152024-11-14T03:20:56.671Z Downloaded unicode-xid v0.2.6
9162024-11-14T03:20:56.671Z Downloaded schemars_derive v0.8.21
9172024-11-14T03:20:56.674Z Downloaded derive_builder_core v0.20.2
9182024-11-14T03:20:56.674Z Downloaded slog-envlogger v2.2.0
9192024-11-14T03:20:56.676Z Downloaded sct v0.7.1
9202024-11-14T03:20:56.679Z Downloaded serde_yaml v0.9.34+deprecated
9212024-11-14T03:20:56.685Z Downloaded x509-cert v0.2.5
9222024-11-14T03:20:56.691Z Downloaded slog-async v2.8.0
9232024-11-14T03:20:56.694Z Downloaded ppv-lite86 v0.2.20
9242024-11-14T03:20:56.697Z Downloaded encoding_rs v0.8.34
9252024-11-14T03:20:56.721Z Downloaded phf_shared v0.11.2
9262024-11-14T03:20:56.725Z Downloaded zone v0.3.0
9272024-11-14T03:20:56.726Z Downloaded termcolor v1.4.1
9282024-11-14T03:20:56.726Z Downloaded sec1 v0.7.3
9292024-11-14T03:20:56.726Z Downloaded value-bag v1.9.0
9302024-11-14T03:20:56.731Z Downloaded tokio-tungstenite v0.23.1
9312024-11-14T03:20:56.732Z Downloaded diesel_derives v2.2.3
9322024-11-14T03:20:56.736Z Downloaded pin-project v1.1.6
9332024-11-14T03:20:56.744Z Downloaded parking_lot v0.11.2
9342024-11-14T03:20:56.750Z Downloaded nu-ansi-term v0.50.1
9352024-11-14T03:20:56.751Z Downloaded p256 v0.13.2
9362024-11-14T03:20:56.756Z Downloaded thread_local v1.1.8
9372024-11-14T03:20:56.756Z Downloaded parking_lot_core v0.9.10
9382024-11-14T03:20:56.763Z Downloaded fs_extra v1.3.0
9392024-11-14T03:20:56.763Z Downloaded poly1305 v0.8.0
9402024-11-14T03:20:56.764Z Downloaded smallvec v1.13.2
9412024-11-14T03:20:56.768Z Downloaded subprocess v0.2.9
9422024-11-14T03:20:56.769Z Downloaded num_threads v0.1.7
9432024-11-14T03:20:56.769Z Downloaded socket2 v0.5.7
9442024-11-14T03:20:56.775Z Downloaded unicode-segmentation v1.12.0
9452024-11-14T03:20:56.775Z Downloaded native-tls v0.2.12
9462024-11-14T03:20:56.775Z Downloaded des v0.8.1
9472024-11-14T03:20:56.780Z Downloaded libxml v0.3.3
9482024-11-14T03:20:56.788Z Downloaded derive_builder_macro v0.20.2
9492024-11-14T03:20:56.788Z Downloaded libgit2-sys v0.17.0+1.8.1
9502024-11-14T03:20:56.851Z Downloaded want v0.3.1
9512024-11-14T03:20:56.855Z Downloaded fallible-streaming-iterator v0.1.9
9522024-11-14T03:20:56.857Z Downloaded defmt-macros v0.3.9
9532024-11-14T03:20:56.857Z Downloaded defmt v0.3.8
9542024-11-14T03:20:56.857Z Downloaded topological-sort v0.2.2
9552024-11-14T03:20:56.857Z Downloaded parse-zoneinfo v0.3.1
9562024-11-14T03:20:56.857Z Downloaded hashbrown v0.13.2
9572024-11-14T03:20:56.861Z Downloaded idna v1.0.3
9582024-11-14T03:20:56.864Z Downloaded strum_macros v0.26.4
9592024-11-14T03:20:56.868Z Downloaded dropshot_endpoint v0.13.0
9602024-11-14T03:20:56.875Z Downloaded rustc-demangle v0.1.24
9612024-11-14T03:20:56.875Z Downloaded prettyplease v0.2.25
9622024-11-14T03:20:56.878Z Downloaded rustc-hash v1.1.0
9632024-11-14T03:20:56.878Z Downloaded unsafe-libyaml v0.2.11
9642024-11-14T03:20:56.882Z Downloaded serde_plain v1.0.2
9652024-11-14T03:20:56.882Z Downloaded signal-hook-mio v0.2.4
9662024-11-14T03:20:56.882Z Downloaded num_enum_derive v0.5.11
9672024-11-14T03:20:56.886Z Downloaded data-encoding v2.6.0
9682024-11-14T03:20:56.886Z Downloaded untrusted v0.9.0
9692024-11-14T03:20:56.886Z Downloaded universal-hash v0.5.1
9702024-11-14T03:20:56.889Z Downloaded typed-path v0.9.3
9712024-11-14T03:20:56.893Z Downloaded postcard v1.0.10
9722024-11-14T03:20:56.896Z Downloaded ed25519 v2.2.3
9732024-11-14T03:20:56.905Z Downloaded strum_macros v0.24.3
9742024-11-14T03:20:56.905Z Downloaded sqlformat v0.2.6
9752024-11-14T03:20:56.910Z Downloaded expectorate v1.1.0
9762024-11-14T03:20:56.910Z Downloaded test-strategy v0.3.1
9772024-11-14T03:20:56.910Z Downloaded spin v0.9.8
9782024-11-14T03:20:56.910Z Downloaded rcgen v0.12.1
9792024-11-14T03:20:56.915Z Downloaded strum_macros v0.25.3
9802024-11-14T03:20:56.915Z Downloaded rustfmt-wrapper v0.2.1
9812024-11-14T03:20:56.918Z Downloaded peg v0.8.4
9822024-11-14T03:20:56.922Z Downloaded omicron-zone-package v0.11.1
9832024-11-14T03:20:56.940Z Downloaded unicode-bidi v0.3.17
9842024-11-14T03:20:56.940Z Downloaded publicsuffix v2.2.3
9852024-11-14T03:20:56.940Z Downloaded ref-cast v1.0.23
9862024-11-14T03:20:56.947Z Downloaded rand_chacha v0.3.1
9872024-11-14T03:20:56.947Z Downloaded gethostname v0.5.0
9882024-11-14T03:20:56.947Z Downloaded signal-hook v0.3.17
9892024-11-14T03:20:56.947Z Downloaded rustls-pki-types v1.9.0
9902024-11-14T03:20:56.947Z Downloaded minimal-lexical v0.2.1
9912024-11-14T03:20:56.948Z Downloaded http v1.1.0
9922024-11-14T03:20:56.953Z Downloaded pem-rfc7468 v0.7.0
9932024-11-14T03:20:56.957Z Downloaded derive_more v0.99.18
9942024-11-14T03:20:56.965Z Downloaded unicode-properties v0.1.3
9952024-11-14T03:20:56.965Z Downloaded samael v0.0.17
9962024-11-14T03:20:56.969Z Downloaded ghash v0.5.1
9972024-11-14T03:20:56.969Z Downloaded ena v0.14.3
9982024-11-14T03:20:56.969Z Downloaded embedded-io v0.6.1
9992024-11-14T03:20:56.969Z Downloaded nanorand v0.7.0
10002024-11-14T03:20:56.973Z Downloaded env_logger v0.10.2
10012024-11-14T03:20:56.977Z Downloaded tar v0.4.43
10022024-11-14T03:20:56.982Z Downloaded phf_generator v0.11.2
10032024-11-14T03:20:56.982Z Downloaded phf v0.11.2
10042024-11-14T03:20:56.982Z Downloaded percent-encoding v2.3.1
10052024-11-14T03:20:56.982Z Downloaded olpc-cjson v0.1.4
10062024-11-14T03:20:56.988Z Downloaded multer v3.1.0
10072024-11-14T03:20:56.988Z Downloaded fallible-iterator v0.2.0
10082024-11-14T03:20:56.988Z Downloaded env_filter v0.1.2
10092024-11-14T03:20:56.992Z Downloaded hyper-util v0.1.10
10102024-11-14T03:20:56.997Z Downloaded aes v0.8.4
10112024-11-14T03:20:57.004Z Downloaded walkdir v2.5.0
10122024-11-14T03:20:57.004Z Downloaded tracing-core v0.1.32
10132024-11-14T03:20:57.009Z Downloaded const_format v0.2.33
10142024-11-14T03:20:57.013Z Downloaded mockall v0.13.0
10152024-11-14T03:20:57.013Z Downloaded slog-term v2.9.1
10162024-11-14T03:20:57.013Z Downloaded tinyvec_macros v0.1.1
10172024-11-14T03:20:57.013Z Downloaded snafu v0.8.5
10182024-11-14T03:20:57.018Z Downloaded twox-hash v1.6.3
10192024-11-14T03:20:57.023Z Downloaded structmeta-derive v0.3.0
10202024-11-14T03:20:57.026Z Downloaded structmeta v0.3.0
10212024-11-14T03:20:57.027Z Downloaded same-file v1.0.6
10222024-11-14T03:20:57.027Z Downloaded bumpalo v3.16.0
10232024-11-14T03:20:57.030Z Downloaded tls_codec_derive v0.4.1
10242024-11-14T03:20:57.030Z Downloaded structmeta v0.2.0
10252024-11-14T03:20:57.034Z Downloaded slog-scope v4.4.0
10262024-11-14T03:20:57.034Z Downloaded pkcs8 v0.10.2
10272024-11-14T03:20:57.038Z Downloaded password-hash v0.5.0
10282024-11-14T03:20:57.038Z Downloaded futures-channel v0.3.31
10292024-11-14T03:20:57.051Z Downloaded password-hash v0.4.2
10302024-11-14T03:20:57.058Z Downloaded typify v0.2.0
10312024-11-14T03:20:57.058Z Downloaded indicatif v0.17.8
10322024-11-14T03:20:57.058Z Downloaded icu_properties v1.5.1
10332024-11-14T03:20:57.058Z Downloaded bytes v1.7.2
10342024-11-14T03:20:57.063Z Downloaded tokio-rustls v0.24.1
10352024-11-14T03:20:57.063Z Downloaded libloading v0.8.5
10362024-11-14T03:20:57.063Z Downloaded term v0.7.0
10372024-11-14T03:20:57.066Z Downloaded snafu-derive v0.8.5
10382024-11-14T03:20:57.069Z Downloaded num-complex v0.4.6
10392024-11-14T03:20:57.069Z Downloaded multimap v0.10.0
10402024-11-14T03:20:57.073Z Downloaded futures-executor v0.3.31
10412024-11-14T03:20:57.073Z Downloaded typify-macro v0.2.0
10422024-11-14T03:20:57.075Z Downloaded string_cache v0.8.7
10432024-11-14T03:20:57.081Z Downloaded difflib v0.4.0
10442024-11-14T03:20:57.081Z Downloaded unarray v0.1.4
10452024-11-14T03:20:57.082Z Downloaded tabwriter v1.4.0
10462024-11-14T03:20:57.082Z Downloaded indexmap v1.9.3
10472024-11-14T03:20:57.082Z Downloaded icu_normalizer v1.5.0
10482024-11-14T03:20:57.086Z Downloaded hyper-staticfile v0.10.1
10492024-11-14T03:20:57.092Z Downloaded backtrace v0.3.74
10502024-11-14T03:20:57.096Z Downloaded shlex v1.3.0
10512024-11-14T03:20:57.096Z Downloaded tracing-attributes v0.1.27
10522024-11-14T03:20:57.097Z Downloaded litemap v0.7.3
10532024-11-14T03:20:57.101Z Downloaded jobserver v0.1.32
10542024-11-14T03:20:57.101Z Downloaded cookie v0.18.1
10552024-11-14T03:20:57.105Z Downloaded linear-map v1.2.0
10562024-11-14T03:20:57.108Z Downloaded iana-time-zone v0.1.61
10572024-11-14T03:20:57.108Z Downloaded base64 v0.21.7
10582024-11-14T03:20:57.115Z Downloaded defmt-parser v0.3.4
10592024-11-14T03:20:57.119Z Downloaded take_mut v0.2.2
10602024-11-14T03:20:57.119Z Downloaded rand_xorshift v0.3.0
10612024-11-14T03:20:57.119Z Downloaded hyper-rustls v0.27.3
10622024-11-14T03:20:57.119Z Downloaded aho-corasick v1.1.3
10632024-11-14T03:20:57.123Z Downloaded idna_adapter v1.2.0
10642024-11-14T03:20:57.127Z Downloaded lazycell v1.3.0
10652024-11-14T03:20:57.127Z Downloaded kstat-rs v0.2.4
10662024-11-14T03:20:57.133Z Downloaded internet-checksum v0.2.1
10672024-11-14T03:20:57.133Z Downloaded base64 v0.13.1
10682024-11-14T03:20:57.133Z Downloaded lru v0.12.5
10692024-11-14T03:20:57.137Z Downloaded inout v0.1.3
10702024-11-14T03:20:57.137Z Downloaded icu_provider_macros v1.5.0
10712024-11-14T03:20:57.137Z Downloaded hmac v0.12.1
10722024-11-14T03:20:57.137Z Downloaded static_assertions v1.1.0
10732024-11-14T03:20:57.140Z Downloaded instability v0.3.2
10742024-11-14T03:20:57.140Z Downloaded humantime v2.1.0
10752024-11-14T03:20:57.144Z Downloaded csv-core v0.1.11
10762024-11-14T03:20:57.144Z Downloaded cancel-safe-futures v0.1.5
10772024-11-14T03:20:57.147Z Downloaded ron v0.7.1
10782024-11-14T03:20:57.151Z Downloaded matches v0.1.10
10792024-11-14T03:20:57.157Z Downloaded match_cfg v0.1.0
10802024-11-14T03:20:57.157Z Downloaded impl-trait-for-tuples v0.2.2
10812024-11-14T03:20:57.160Z Downloaded http-range v0.1.5
10822024-11-14T03:20:57.160Z Downloaded compact_str v0.8.0
10832024-11-14T03:20:57.160Z Downloaded rand_seeder v0.3.0
10842024-11-14T03:20:57.162Z Downloaded rand_core v0.6.4
10852024-11-14T03:20:57.165Z Downloaded heapless v0.7.17
10862024-11-14T03:20:57.168Z Downloaded ciborium v0.2.2
10872024-11-14T03:20:57.174Z Downloaded castaway v0.2.3
10882024-11-14T03:20:57.174Z Downloaded bcs v0.1.6
10892024-11-14T03:20:57.176Z Downloaded heapless v0.8.0
10902024-11-14T03:20:57.178Z Downloaded base64ct v1.6.0
10912024-11-14T03:20:57.181Z Downloaded ahash v0.8.11
10922024-11-14T03:20:57.185Z Downloaded const_format_proc_macros v0.2.33
10932024-11-14T03:20:57.188Z Downloaded cmake v0.1.51
10942024-11-14T03:20:57.188Z Downloaded cexpr v0.6.0
10952024-11-14T03:20:57.191Z Downloaded idna v0.4.0
10962024-11-14T03:20:57.196Z Downloaded bitflags v1.3.2
10972024-11-14T03:20:57.199Z Downloaded salty v0.3.0
10982024-11-14T03:20:57.207Z Downloaded block-padding v0.3.3
10992024-11-14T03:20:57.216Z Downloaded bitfield-struct v0.6.2
11002024-11-14T03:20:57.216Z Downloaded bit-vec v0.6.3
11012024-11-14T03:20:57.216Z Downloaded async-bb8-diesel v0.2.1
11022024-11-14T03:20:57.219Z Downloaded crossbeam-channel v0.5.13
11032024-11-14T03:20:57.219Z Downloaded ring v0.17.8
11042024-11-14T03:20:57.290Z Downloaded chacha20poly1305 v0.10.1
11052024-11-14T03:20:57.295Z Downloaded cc v1.1.30
11062024-11-14T03:20:57.295Z Downloaded bit-set v0.5.3
11072024-11-14T03:20:57.299Z Downloaded bcrypt-pbkdf v0.10.0
11082024-11-14T03:20:57.299Z Downloaded backoff v0.4.0
11092024-11-14T03:20:57.299Z Downloaded async-stream v0.3.6
11102024-11-14T03:20:57.303Z Downloaded arrayref v0.3.9
11112024-11-14T03:20:57.303Z Downloaded async-stream-impl v0.3.6
11122024-11-14T03:20:57.303Z Downloaded aead v0.5.2
11132024-11-14T03:20:57.306Z Downloaded md-5 v0.10.6
11142024-11-14T03:20:57.306Z Downloaded lock_api v0.4.12
11152024-11-14T03:20:57.307Z Downloaded indoc v1.0.9
11162024-11-14T03:20:57.311Z Downloaded highway v1.2.0
11172024-11-14T03:20:57.311Z Downloaded atomicwrites v0.4.4
11182024-11-14T03:20:57.315Z Downloaded ipnetwork v0.20.0
11192024-11-14T03:20:57.315Z Downloaded indent_write v2.2.0
11202024-11-14T03:20:57.315Z Downloaded hyper-tls v0.6.0
11212024-11-14T03:20:57.318Z Downloaded bzip2 v0.4.4
11222024-11-14T03:20:57.318Z Downloaded instant v0.1.13
11232024-11-14T03:20:57.322Z Downloaded ctr v0.9.2
11242024-11-14T03:20:57.327Z Downloaded bitfield v0.14.0
11252024-11-14T03:20:57.327Z Downloaded array-init v0.0.4
11262024-11-14T03:20:57.328Z Downloaded blowfish v0.9.1
11272024-11-14T03:20:57.328Z Downloaded ascii-canvas v3.0.0
11282024-11-14T03:20:57.328Z Downloaded constant_time_eq v0.3.1
11292024-11-14T03:20:57.331Z Downloaded cobs v0.2.3
11302024-11-14T03:20:57.331Z Downloaded chrono-tz-build v0.4.0
11312024-11-14T03:20:57.331Z Downloaded async-recursion v1.1.1
11322024-11-14T03:20:57.385Z Downloaded libsqlite3-sys v0.30.1
11332024-11-14T03:20:57.454Z Downloaded ring v0.16.20
11342024-11-14T03:20:57.692Z Downloaded aws-lc-sys v0.22.0
11352024-11-14T03:20:58.026Z Compiling serde v1.0.215
11362024-11-14T03:20:58.029Z Compiling lock_api v0.4.12
11372024-11-14T03:20:58.030Z Compiling scopeguard v1.2.0
11382024-11-14T03:20:58.030Z Compiling value-bag v1.9.0
11392024-11-14T03:20:58.030Z Compiling typenum v1.17.0
11402024-11-14T03:20:58.184Z Compiling generic-array v0.14.7
11412024-11-14T03:20:58.426Z Compiling syn v2.0.87
11422024-11-14T03:20:58.430Z Compiling getrandom v0.2.15
11432024-11-14T03:20:58.566Z Compiling shlex v1.3.0
11442024-11-14T03:20:58.705Z Compiling log v0.4.22
11452024-11-14T03:20:58.820Z Compiling rand_core v0.6.4
11462024-11-14T03:20:58.906Z Compiling subtle v2.6.1
11472024-11-14T03:20:58.926Z Compiling jobserver v0.1.32
11482024-11-14T03:20:58.995Z Compiling const-oid v0.9.6
11492024-11-14T03:20:59.166Z Compiling smallvec v1.13.2
11502024-11-14T03:20:59.280Z Compiling spin v0.9.8
11512024-11-14T03:21:00.349Z Compiling cc v1.1.30
11522024-11-14T03:21:00.352Z Compiling pin-project-lite v0.2.14
11532024-11-14T03:21:00.352Z Compiling rustix v0.38.37
11542024-11-14T03:21:00.352Z Compiling parking_lot_core v0.9.10
11552024-11-14T03:21:00.352Z Compiling futures-core v0.3.31
11562024-11-14T03:21:00.352Z Compiling signal-hook-registry v1.4.2
11572024-11-14T03:21:00.352Z Compiling mio v1.0.2
11582024-11-14T03:21:00.538Z Compiling aho-corasick v1.1.3
11592024-11-14T03:21:00.815Z Compiling parking_lot v0.12.3
11602024-11-14T03:21:00.916Z Compiling regex-syntax v0.8.5
11612024-11-14T03:21:01.193Z Compiling either v1.13.0
11622024-11-14T03:21:01.196Z Compiling cpufeatures v0.2.14
11632024-11-14T03:21:01.283Z Compiling lazy_static v1.5.0
11642024-11-14T03:21:01.392Z Compiling futures-sink v0.3.31
11652024-11-14T03:21:01.421Z Compiling glob v0.3.1
11662024-11-14T03:21:01.547Z Compiling stable_deref_trait v1.2.0
11672024-11-14T03:21:01.587Z Compiling socket2 v0.5.7
11682024-11-14T03:21:01.663Z Compiling slab v0.4.9
11692024-11-14T03:21:01.783Z Compiling prettyplease v0.2.25
11702024-11-14T03:21:02.120Z Compiling minimal-lexical v0.2.1
11712024-11-14T03:21:02.472Z Compiling libloading v0.8.5
11722024-11-14T03:21:02.535Z Compiling clang-sys v1.8.1
11732024-11-14T03:21:02.616Z Compiling nom v7.1.3
11742024-11-14T03:21:02.643Z Compiling home v0.5.9
11752024-11-14T03:21:02.897Z Compiling bindgen v0.69.5
11762024-11-14T03:21:02.917Z Compiling serde_json v1.0.132
11772024-11-14T03:21:03.311Z Compiling itertools v0.12.1
11782024-11-14T03:21:03.707Z Compiling futures-channel v0.3.31
11792024-11-14T03:21:03.933Z Compiling rustc-hash v1.1.0
11802024-11-14T03:21:04.089Z Compiling pin-utils v0.1.0
11812024-11-14T03:21:04.115Z Compiling futures-io v0.3.31
11822024-11-14T03:21:04.192Z Compiling foldhash v0.1.3
11832024-11-14T03:21:04.448Z Compiling futures-task v0.3.31
11842024-11-14T03:21:04.488Z Compiling lazycell v1.3.0
11852024-11-14T03:21:04.677Z Compiling regex-automata v0.4.8
11862024-11-14T03:21:04.773Z Compiling allocator-api2 v0.2.18
11872024-11-14T03:21:05.575Z Compiling hashbrown v0.15.0
11882024-11-14T03:21:06.260Z Compiling synstructure v0.13.1
11892024-11-14T03:21:06.472Z Compiling cexpr v0.6.0
11902024-11-14T03:21:06.917Z Compiling cmake v0.1.51
11912024-11-14T03:21:07.976Z Compiling dunce v1.0.5
11922024-11-14T03:21:07.996Z Compiling pkg-config v0.3.31
11932024-11-14T03:21:08.033Z Compiling fs_extra v1.3.0
11942024-11-14T03:21:08.106Z Compiling libm v0.2.8
11952024-11-14T03:21:08.307Z Compiling tinyvec_macros v0.1.1
11962024-11-14T03:21:08.406Z Compiling tinyvec v1.8.0
11972024-11-14T03:21:08.475Z Compiling num-traits v0.2.19
11982024-11-14T03:21:09.017Z Compiling ring v0.17.8
11992024-11-14T03:21:09.611Z Compiling writeable v0.5.5
12002024-11-14T03:21:09.666Z Compiling paste v1.0.15
12012024-11-14T03:21:09.941Z Compiling unicode-normalization v0.1.24
12022024-11-14T03:21:10.047Z Compiling litemap v0.7.3
12032024-11-14T03:21:10.170Z Compiling base64ct v1.6.0
12042024-11-14T03:21:10.174Z Compiling unicode-bidi v0.3.17
12052024-11-14T03:21:10.281Z Compiling regex v1.11.1
12062024-11-14T03:21:10.745Z Compiling pem-rfc7468 v0.7.0
12072024-11-14T03:21:11.423Z Compiling aws-lc-rs v1.10.0
12082024-11-14T03:21:11.438Z Compiling httparse v1.9.5
12092024-11-14T03:21:11.583Z Compiling flagset v0.4.6
12102024-11-14T03:21:11.829Z Compiling tracing-core v0.1.32
12112024-11-14T03:21:12.210Z Compiling rustls-pki-types v1.9.0
12122024-11-14T03:21:12.895Z Compiling crossbeam-utils v0.8.20
12132024-11-14T03:21:12.916Z Compiling icu_locid_transform_data v1.5.0
12142024-11-14T03:21:13.012Z Compiling percent-encoding v2.3.1
12152024-11-14T03:21:13.254Z Compiling serde_derive v1.0.215
12162024-11-14T03:21:13.292Z Compiling zeroize_derive v1.4.2
12172024-11-14T03:21:13.373Z Compiling zerocopy-derive v0.7.35
12182024-11-14T03:21:13.456Z Compiling tokio-macros v2.4.0
12192024-11-14T03:21:13.922Z Compiling zerofrom-derive v0.1.4
12202024-11-14T03:21:14.883Z Compiling zeroize v1.8.1
12212024-11-14T03:21:15.057Z Compiling yoke-derive v0.7.4
12222024-11-14T03:21:15.314Z Compiling thiserror-impl v1.0.69
12232024-11-14T03:21:15.729Z Compiling zerocopy v0.7.35
12242024-11-14T03:21:16.702Z Compiling crypto-common v0.1.6
12252024-11-14T03:21:16.922Z Compiling block-buffer v0.10.4
12262024-11-14T03:21:17.189Z Compiling digest v0.10.7
12272024-11-14T03:21:17.303Z Compiling futures-macro v0.3.31
12282024-11-14T03:21:17.518Z Compiling zerovec-derive v0.10.3
12292024-11-14T03:21:17.657Z Compiling hmac v0.12.1
12302024-11-14T03:21:17.895Z Compiling block-padding v0.3.3
12312024-11-14T03:21:18.099Z Compiling zerofrom v0.1.4
12322024-11-14T03:21:18.134Z Compiling displaydoc v0.2.5
12332024-11-14T03:21:18.154Z Compiling inout v0.1.3
12342024-11-14T03:21:18.370Z Compiling yoke v0.7.4
12352024-11-14T03:21:18.432Z Compiling cipher v0.4.4
12362024-11-14T03:21:18.709Z Compiling thiserror v1.0.69
12372024-11-14T03:21:18.739Z Compiling sha2 v0.10.8
12382024-11-14T03:21:18.856Z Compiling ppv-lite86 v0.2.20
12392024-11-14T03:21:18.981Z Compiling icu_provider_macros v1.5.0
12402024-11-14T03:21:19.304Z Compiling futures-util v0.3.31
12412024-11-14T03:21:19.703Z Compiling der_derive v0.7.3
12422024-11-14T03:21:19.844Z Compiling rand_chacha v0.3.1
12432024-11-14T03:21:20.163Z Compiling tracing-attributes v0.1.27
12442024-11-14T03:21:20.218Z Compiling zerovec v0.10.4
12452024-11-14T03:21:20.697Z Compiling rand v0.8.5
12462024-11-14T03:21:22.167Z Compiling tinystr v0.7.6
12472024-11-14T03:21:22.196Z Compiling icu_collections v1.5.0
12482024-11-14T03:21:22.262Z Compiling der v0.7.9
12492024-11-14T03:21:22.418Z Compiling salsa20 v0.10.2
12502024-11-14T03:21:22.637Z Compiling icu_locid v1.5.0
12512024-11-14T03:21:22.662Z Compiling pest v2.7.14
12522024-11-14T03:21:22.840Z Compiling pbkdf2 v0.12.2
12532024-11-14T03:21:23.049Z Compiling powerfmt v0.2.0
12542024-11-14T03:21:23.509Z Compiling mirai-annotations v1.12.0
12552024-11-14T03:21:23.701Z Compiling untrusted v0.7.1
12562024-11-14T03:21:23.776Z Compiling icu_provider v1.5.0
12572024-11-14T03:21:23.884Z Compiling untrusted v0.9.0
12582024-11-14T03:21:24.049Z Compiling tracing v0.1.40
12592024-11-14T03:21:24.068Z Compiling time-core v0.1.2
12602024-11-14T03:21:24.252Z Compiling icu_properties_data v1.5.0
12612024-11-14T03:21:24.517Z Compiling icu_locid_transform v1.5.0
12622024-11-14T03:21:24.581Z Compiling spki v0.7.3
12632024-11-14T03:21:24.894Z Compiling num-conv v0.1.0
12642024-11-14T03:21:24.967Z Compiling vcpkg v0.2.15
12652024-11-14T03:21:25.184Z Compiling time-macros v0.2.18
12662024-11-14T03:21:25.521Z Compiling pest_meta v2.7.14
12672024-11-14T03:21:25.673Z Compiling icu_properties v1.5.1
12682024-11-14T03:21:25.730Z Compiling deranged v0.3.11
12692024-11-14T03:21:27.239Z Compiling bitflags v2.6.0
12702024-11-14T03:21:27.259Z Compiling bytes v1.7.2
12712024-11-14T03:21:27.761Z Compiling indexmap v2.6.0
12722024-11-14T03:21:28.491Z Compiling tokio v1.40.0
12732024-11-14T03:21:28.606Z Compiling http v1.1.0
12742024-11-14T03:21:28.895Z Compiling semver v1.0.23
12752024-11-14T03:21:29.280Z Compiling openssl-sys v0.9.104
12762024-11-14T03:21:29.643Z Compiling rustc_version v0.4.1
12772024-11-14T03:21:30.439Z Compiling scrypt v0.11.0
12782024-11-14T03:21:30.719Z Compiling aes v0.8.4
12792024-11-14T03:21:30.806Z Compiling cbc v0.1.2
12802024-11-14T03:21:31.053Z Compiling scroll_derive v0.12.0
12812024-11-14T03:21:31.074Z Compiling atomic-waker v1.1.2
12822024-11-14T03:21:31.093Z Compiling write16 v1.0.0
12832024-11-14T03:21:31.118Z Compiling icu_normalizer_data v1.5.0
12842024-11-14T03:21:31.223Z Compiling utf16_iter v1.0.5
12852024-11-14T03:21:31.244Z Compiling utf8_iter v1.0.4
12862024-11-14T03:21:31.262Z Compiling num_threads v0.1.7
12872024-11-14T03:21:31.391Z Compiling time v0.3.36
12882024-11-14T03:21:31.478Z Compiling icu_normalizer v1.5.0
12892024-11-14T03:21:31.693Z Compiling which v4.4.2
12902024-11-14T03:21:31.712Z Compiling pkcs5 v0.7.1
12912024-11-14T03:21:32.567Z Compiling scroll v0.12.0
12922024-11-14T03:21:32.971Z Compiling http-body v1.0.1
12932024-11-14T03:21:33.134Z Compiling pest_generator v2.7.14
12942024-11-14T03:21:33.272Z Compiling form_urlencoded v1.2.1
12952024-11-14T03:21:33.275Z Compiling slog v2.7.0
12962024-11-14T03:21:33.499Z Compiling try-lock v0.2.5
12972024-11-14T03:21:33.578Z Compiling goblin v0.8.2
12982024-11-14T03:21:33.646Z Compiling want v0.3.1
12992024-11-14T03:21:33.666Z Compiling idna_adapter v1.2.0
13002024-11-14T03:21:33.849Z Compiling pkcs8 v0.10.2
13012024-11-14T03:21:33.891Z Compiling httpdate v1.0.3
13022024-11-14T03:21:34.382Z Compiling idna v1.0.3
13032024-11-14T03:21:34.609Z Compiling uuid v1.11.0
13042024-11-14T03:21:34.739Z Compiling serde_spanned v0.6.8
13052024-11-14T03:21:34.981Z Compiling toml_datetime v0.6.8
13062024-11-14T03:21:35.227Z Compiling pest_derive v2.7.14
13072024-11-14T03:21:35.493Z Compiling serde_tokenstream v0.2.2
13082024-11-14T03:21:36.044Z Compiling dtrace-parser v0.2.0
13092024-11-14T03:21:36.062Z Compiling openssl v0.10.68
13102024-11-14T03:21:36.109Z Compiling tower-service v0.3.3
13112024-11-14T03:21:36.241Z Compiling match_cfg v0.1.0
13122024-11-14T03:21:36.243Z Compiling rustversion v1.0.17
13132024-11-14T03:21:36.343Z Compiling adler2 v2.0.0
13142024-11-14T03:21:36.484Z Compiling base64 v0.22.1
13152024-11-14T03:21:36.556Z Compiling foreign-types-shared v0.1.1
13162024-11-14T03:21:36.672Z Compiling iana-time-zone v0.1.61
13172024-11-14T03:21:36.874Z Compiling tokio-util v0.7.12
13182024-11-14T03:21:37.057Z Compiling chrono v0.4.38
13192024-11-14T03:21:37.153Z Compiling foreign-types v0.3.2
13202024-11-14T03:21:37.267Z Compiling miniz_oxide v0.8.0
13212024-11-14T03:21:37.293Z Compiling hostname v0.3.1
13222024-11-14T03:21:37.548Z Compiling url v2.5.3
13232024-11-14T03:21:38.251Z Compiling h2 v0.4.6
13242024-11-14T03:21:38.909Z Compiling async-trait v0.1.83
13252024-11-14T03:21:39.631Z Compiling dof v0.3.0
13262024-11-14T03:21:39.763Z Compiling openssl-macros v0.1.1
13272024-11-14T03:21:40.557Z Compiling usdt-impl v0.5.0
13282024-11-14T03:21:41.044Z Compiling dirs-sys-next v0.1.2
13292024-11-14T03:21:41.680Z Compiling native-tls v0.2.12
13302024-11-14T03:21:41.701Z Compiling data-encoding v2.6.0
13312024-11-14T03:21:41.880Z Compiling rustls v0.23.14
13322024-11-14T03:21:42.006Z Compiling siphasher v0.3.11
13332024-11-14T03:21:42.154Z Compiling rustls v0.22.4
13342024-11-14T03:21:42.175Z Compiling syn v1.0.109
13352024-11-14T03:21:42.441Z Compiling dirs-next v2.0.0
13362024-11-14T03:21:42.882Z Compiling http-body-util v0.1.2
13372024-11-14T03:21:43.441Z Compiling crossbeam-epoch v0.9.18
13382024-11-14T03:21:44.098Z Compiling heapless v0.7.17
13392024-11-14T03:21:44.120Z Compiling signature v2.2.0
13402024-11-14T03:21:44.160Z Compiling sha1 v0.10.6
13412024-11-14T03:21:44.216Z Compiling bzip2-sys v0.1.11+1.0.8
13422024-11-14T03:21:44.267Z Compiling serde_derive_internals v0.29.1
13432024-11-14T03:21:44.405Z Compiling thread_local v1.1.8
13442024-11-14T03:21:44.534Z Compiling cookie v0.18.1
13452024-11-14T03:21:44.594Z Compiling multer v3.1.0
13462024-11-14T03:21:44.705Z Compiling encoding_rs v0.8.34
13472024-11-14T03:21:44.813Z Compiling ipnet v2.10.1
13482024-11-14T03:21:44.872Z Compiling signal-hook v0.3.17
13492024-11-14T03:21:44.937Z Compiling rayon-core v1.12.1
13502024-11-14T03:21:45.140Z Compiling unicode-properties v0.1.3
13512024-11-14T03:21:45.203Z Compiling hyper v1.5.0
13522024-11-14T03:21:45.543Z Compiling schemars v0.8.21
13532024-11-14T03:21:45.877Z Compiling slog-async v2.8.0
13542024-11-14T03:21:46.047Z Compiling mime v0.3.17
13552024-11-14T03:21:46.423Z Compiling openssl-probe v0.1.5
13562024-11-14T03:21:46.673Z Compiling gimli v0.31.1
13572024-11-14T03:21:46.904Z Compiling stringprep v0.1.5
13582024-11-14T03:21:47.010Z Compiling schemars_derive v0.8.21
13592024-11-14T03:21:48.335Z Compiling hyper-util v0.1.10
13602024-11-14T03:21:49.247Z Compiling toml_edit v0.22.22
13612024-11-14T03:21:49.725Z Compiling usdt-attr-macro v0.5.0
13622024-11-14T03:21:50.552Z Compiling usdt-macro v0.5.0
13632024-11-14T03:21:51.279Z Compiling addr2line v0.24.2
13642024-11-14T03:21:51.322Z Compiling crossbeam-deque v0.8.5
13652024-11-14T03:21:51.364Z Compiling term v0.7.0
13662024-11-14T03:21:51.639Z Compiling slog-json v2.6.1
13672024-11-14T03:21:51.971Z Compiling serde_urlencoded v0.7.1
13682024-11-14T03:21:52.026Z Compiling crossbeam-channel v0.5.13
13692024-11-14T03:21:52.047Z Compiling curve25519-dalek v4.1.3
13702024-11-14T03:21:52.051Z Compiling futures-executor v0.3.31
13712024-11-14T03:21:52.511Z Compiling enum-as-inner v0.6.1
13722024-11-14T03:21:52.639Z Compiling md-5 v0.10.6
13732024-11-14T03:21:52.671Z Compiling async-stream-impl v0.3.6
13742024-11-14T03:21:52.867Z Compiling rustls-pemfile v2.2.0
13752024-11-14T03:21:52.907Z Compiling num-integer v0.1.46
13762024-11-14T03:21:53.133Z Compiling idna v0.3.0
13772024-11-14T03:21:53.201Z Compiling idna v0.4.0
13782024-11-14T03:21:53.676Z Compiling hash32 v0.2.1
13792024-11-14T03:21:53.748Z Compiling ff v0.13.0
13802024-11-14T03:21:53.973Z Compiling is-terminal v0.4.13
13812024-11-14T03:21:54.068Z Compiling dropshot v0.12.0
13822024-11-14T03:21:54.099Z Compiling object v0.36.5
13832024-11-14T03:21:54.119Z Compiling num-bigint-dig v0.8.4
13842024-11-14T03:21:54.353Z Compiling utf-8 v0.7.6
13852024-11-14T03:21:54.401Z Compiling anyhow v1.0.93
13862024-11-14T03:21:54.697Z Compiling rustc-demangle v0.1.24
13872024-11-14T03:21:54.860Z Compiling quick-error v1.2.3
13882024-11-14T03:21:54.909Z Compiling smoltcp v0.9.1
13892024-11-14T03:21:55.001Z Compiling take_mut v0.2.2
13902024-11-14T03:21:55.059Z Compiling fallible-iterator v0.2.0
13912024-11-14T03:21:55.167Z Compiling dyn-clone v1.0.17
13922024-11-14T03:21:55.395Z Compiling linked-hash-map v0.5.6
13932024-11-14T03:21:55.644Z Compiling portable-atomic v1.9.0
13942024-11-14T03:21:55.665Z Compiling psl-types v2.0.11
13952024-11-14T03:21:55.764Z Compiling base16ct v0.2.0
13962024-11-14T03:21:55.804Z Compiling postgres-protocol v0.6.7
13972024-11-14T03:21:55.874Z Compiling publicsuffix v2.2.3
13982024-11-14T03:21:56.105Z Compiling sec1 v0.7.3
13992024-11-14T03:21:56.142Z Compiling lru-cache v0.1.2
14002024-11-14T03:21:57.138Z Compiling resolv-conf v0.7.0
14012024-11-14T03:21:57.159Z Compiling tungstenite v0.24.0
14022024-11-14T03:21:57.933Z Compiling async-stream v0.3.6
14032024-11-14T03:21:57.965Z Compiling hickory-proto v0.24.1
14042024-11-14T03:21:57.996Z Compiling slog-term v2.9.1
14052024-11-14T03:21:59.298Z Compiling usdt v0.5.0
14062024-11-14T03:21:59.547Z Compiling group v0.13.0
14072024-11-14T03:21:59.568Z Compiling num-iter v0.1.45
14082024-11-14T03:21:59.835Z Compiling toml v0.8.19
14092024-11-14T03:21:59.873Z Compiling futures v0.3.31
14102024-11-14T03:21:59.893Z Compiling slog-bunyan v2.5.0
14112024-11-14T03:22:01.394Z Compiling tokio-native-tls v0.3.1
14122024-11-14T03:22:01.672Z Compiling backtrace v0.3.74
14132024-11-14T03:22:01.702Z Compiling camino v1.1.9
14142024-11-14T03:22:01.862Z Compiling phf_shared v0.11.2
14152024-11-14T03:22:02.252Z Compiling dropshot_endpoint v0.12.0
14162024-11-14T03:22:02.278Z Compiling terminal_size v0.4.0
14172024-11-14T03:22:02.450Z Compiling waitgroup v0.1.2
14182024-11-14T03:22:02.511Z Compiling openapiv3 v2.0.0
14192024-11-14T03:22:02.643Z Compiling serde_path_to_error v0.1.16
14202024-11-14T03:22:02.672Z Compiling hkdf v0.12.4
14212024-11-14T03:22:02.934Z Compiling crypto-bigint v0.5.5
14222024-11-14T03:22:03.528Z Compiling curve25519-dalek-derive v0.1.1
14232024-11-14T03:22:05.111Z Compiling zerocopy-derive v0.6.6
14242024-11-14T03:22:05.512Z Compiling webpki-roots v0.26.6
14252024-11-14T03:22:05.728Z Compiling idna v0.5.0
14262024-11-14T03:22:05.882Z Compiling hubpack_derive v0.1.1
14272024-11-14T03:22:06.794Z Compiling hostname v0.4.0
14282024-11-14T03:22:07.021Z Compiling ahash v0.8.11
14292024-11-14T03:22:07.047Z Compiling fs-err v2.11.0
14302024-11-14T03:22:07.067Z Compiling crc32fast v1.4.2
14312024-11-14T03:22:07.330Z Compiling winnow v0.5.40
14322024-11-14T03:22:07.356Z Compiling bitflags v1.3.2
14332024-11-14T03:22:07.418Z Compiling managed v0.8.0
14342024-11-14T03:22:07.440Z Compiling debug-ignore v1.0.5
14352024-11-14T03:22:07.442Z Compiling clap_builder v4.5.20
14362024-11-14T03:22:07.479Z Compiling zerocopy v0.6.6
14372024-11-14T03:22:07.589Z Compiling console v0.15.8
14382024-11-14T03:22:08.401Z Compiling strum_macros v0.25.3
14392024-11-14T03:22:08.792Z Compiling flate2 v1.0.34
14402024-11-14T03:22:09.239Z Compiling hubpack v0.1.2
14412024-11-14T03:22:09.285Z Compiling cookie_store v0.21.0
14422024-11-14T03:22:09.700Z Compiling elliptic-curve v0.13.8
14432024-11-14T03:22:10.126Z Compiling hickory-resolver v0.24.1
14442024-11-14T03:22:10.994Z Compiling toml_edit v0.19.15
14452024-11-14T03:22:11.278Z Compiling phf v0.11.2
14462024-11-14T03:22:11.480Z Compiling signal-hook-mio v0.2.4
14472024-11-14T03:22:11.584Z Compiling hyper-tls v0.6.0
14482024-11-14T03:22:11.653Z Compiling rayon v1.10.0
14492024-11-14T03:22:12.029Z Compiling bzip2 v0.4.4
14502024-11-14T03:22:12.634Z Compiling tokio-tungstenite v0.24.0
14512024-11-14T03:22:14.611Z Compiling postgres-types v0.2.8
14522024-11-14T03:22:16.159Z Compiling ed25519 v2.2.3
14532024-11-14T03:22:16.601Z Compiling phf_shared v0.10.0
14542024-11-14T03:22:17.022Z Compiling tokio-stream v0.1.16
14552024-11-14T03:22:17.136Z Compiling pkcs1 v0.7.5
14562024-11-14T03:22:17.170Z Compiling serde-big-array v0.5.1
14572024-11-14T03:22:17.415Z Compiling clap_derive v4.5.18
14582024-11-14T03:22:17.878Z Compiling rfc6979 v0.4.0
14592024-11-14T03:22:18.081Z Compiling serde_repr v0.1.19
14602024-11-14T03:22:18.103Z Compiling derive-where v1.2.7
14612024-11-14T03:22:18.140Z Compiling float-cmp v0.9.0
14622024-11-14T03:22:18.192Z Compiling bstr v1.10.0
14632024-11-14T03:22:18.401Z Compiling sync_wrapper v1.0.1
14642024-11-14T03:22:18.558Z Compiling normalize-line-endings v0.3.0
14652024-11-14T03:22:18.693Z Compiling precomputed-hash v0.1.1
14662024-11-14T03:22:18.820Z Compiling unicode-segmentation v1.12.0
14672024-11-14T03:22:19.237Z Compiling bit-vec v0.6.3
14682024-11-14T03:22:19.321Z Compiling whoami v1.5.2
14692024-11-14T03:22:19.705Z Compiling number_prefix v0.4.0
14702024-11-14T03:22:19.708Z Compiling static_assertions v1.1.0
14712024-11-14T03:22:19.831Z Compiling difflib v0.4.0
14722024-11-14T03:22:19.933Z Compiling fixedbitset v0.4.2
14732024-11-14T03:22:19.993Z Compiling new_debug_unreachable v1.0.6
14742024-11-14T03:22:20.032Z Compiling predicates-core v1.0.8
14752024-11-14T03:22:20.098Z Compiling string_cache v0.8.7
14762024-11-14T03:22:20.411Z Compiling predicates v3.1.2
14772024-11-14T03:22:20.411Z Compiling petgraph v0.6.5
14782024-11-14T03:22:20.579Z Compiling indicatif v0.17.8
14792024-11-14T03:22:21.495Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14802024-11-14T03:22:21.825Z Compiling tokio-postgres v0.7.12
14812024-11-14T03:22:22.243Z Compiling bit-set v0.5.3
14822024-11-14T03:22:22.533Z Compiling similar v2.6.0
14832024-11-14T03:22:22.612Z Compiling clap v4.5.20
14842024-11-14T03:22:22.738Z Compiling ecdsa v0.16.9
14852024-11-14T03:22:22.873Z Compiling rsa v0.9.6
14862024-11-14T03:22:23.657Z Compiling ed25519-dalek v2.1.1
14872024-11-14T03:22:24.685Z Compiling toml v0.7.8
14882024-11-14T03:22:25.030Z Compiling zip v0.6.6
14892024-11-14T03:22:25.117Z Compiling crossterm v0.28.1
14902024-11-14T03:22:27.214Z Compiling hex v0.4.3
14912024-11-14T03:22:27.251Z Compiling x509-cert v0.2.5
14922024-11-14T03:22:27.334Z Compiling itertools v0.10.5
14932024-11-14T03:22:27.743Z Compiling unicode-xid v0.2.6
14942024-11-14T03:22:27.846Z Compiling lalrpop-util v0.19.12
14952024-11-14T03:22:27.928Z Compiling peg-runtime v0.8.3
14962024-11-14T03:22:28.218Z Compiling strum_macros v0.26.4
14972024-11-14T03:22:28.468Z Compiling xattr v1.3.1
14982024-11-14T03:22:28.627Z Compiling filetime v0.2.25
14992024-11-14T03:22:28.962Z Compiling tar v0.4.43
15002024-11-14T03:22:33.517Z Compiling strum v0.26.3
15012024-11-14T03:22:35.747Z Compiling aws-lc-sys v0.22.0
15022024-11-14T03:23:08.396Z Compiling rustls-webpki v0.102.8
15032024-11-14T03:23:11.859Z Compiling tokio-rustls v0.25.0
15042024-11-14T03:23:13.383Z Compiling tokio-rustls v0.26.0
15052024-11-14T03:23:13.801Z Compiling hyper-rustls v0.27.3
15062024-11-14T03:23:14.263Z Compiling reqwest v0.12.9
15072024-11-14T03:23:15.448Z Compiling qorb v0.2.0
15082024-11-14T03:23:20.399Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15092024-11-14T03:23:20.638Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15102024-11-14T03:23:26.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s
15112024-11-14T03:23:26.737Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15122024-11-14T03:23:26.790ZNov 14 03:23:25.877 INFO Starting download, target: Clickhouse
15132024-11-14T03:23:26.790ZNov 14 03:23:25.877 INFO Starting download, target: Cockroach
15142024-11-14T03:23:26.790ZNov 14 03:23:25.877 INFO Starting download, target: Console
15152024-11-14T03:23:26.793ZNov 14 03:23:25.877 INFO Starting download, target: DendriteOpenapi
15162024-11-14T03:23:26.793ZNov 14 03:23:25.877 INFO Starting download, target: DendriteStub
15172024-11-14T03:23:26.793ZNov 14 03:23:25.877 INFO Starting download, target: MaghemiteMgd
15182024-11-14T03:23:26.793ZNov 14 03:23:25.877 INFO Starting download, target: TransceiverControl
15192024-11-14T03:23:26.793ZNov 14 03:23:25.878 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi
15202024-11-14T03:23:26.793ZNov 14 03:23:25.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15212024-11-14T03:23:26.793ZNov 14 03:23:25.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15222024-11-14T03:23:26.793ZNov 14 03:23:25.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15232024-11-14T03:23:26.793ZNov 14 03:23:25.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15242024-11-14T03:23:26.793ZNov 14 03:23:25.879 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15252024-11-14T03:23:26.793ZNov 14 03:23:25.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15262024-11-14T03:23:26.947ZNov 14 03:23:26.026 INFO Download complete, target: DendriteOpenapi
15272024-11-14T03:23:27.204ZNov 14 03:23:26.286 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15282024-11-14T03:23:27.452ZNov 14 03:23:26.534 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15292024-11-14T03:23:27.720ZNov 14 03:23:26.803 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15302024-11-14T03:23:27.793ZNov 14 03:23:26.879 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15312024-11-14T03:23:27.838ZNov 14 03:23:26.921 INFO Download complete, target: Console
15322024-11-14T03:23:27.899ZNov 14 03:23:26.983 INFO Download complete, target: TransceiverControl
15332024-11-14T03:23:28.483ZNov 14 03:23:27.570 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15342024-11-14T03:23:28.483ZNov 14 03:23:27.570 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15352024-11-14T03:23:28.867ZNov 14 03:23:27.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15362024-11-14T03:23:30.673ZNov 14 03:23:29.759 INFO Download complete, target: DendriteStub
15372024-11-14T03:23:30.979ZNov 14 03:23:30.066 INFO Download complete, target: MaghemiteMgd
15382024-11-14T03:23:36.481ZNov 14 03:23:35.568 INFO Checking that binary works, target: Cockroach
15392024-11-14T03:23:36.743ZNov 14 03:23:35.830 INFO Download complete, target: Cockroach
15402024-11-14T03:23:42.232ZNov 14 03:23:41.319 INFO Checking that binary works, target: Clickhouse
15412024-11-14T03:23:42.903ZNov 14 03:23:41.989 INFO Download complete, target: Clickhouse
15422024-11-14T03:23:42.910ZAll prerequisites installed successfully
15432024-11-14T03:23:42.913Z
15442024-11-14T03:23:42.913Zreal 5:45.013885798
15452024-11-14T03:23:42.913Zuser 16:43.541449191
15462024-11-14T03:23:42.913Zsys 3:16.741603076
15472024-11-14T03:23:42.913Ztrap 0.588181425
15482024-11-14T03:23:42.913Ztflt 5.502940266
15492024-11-14T03:23:42.914Zdflt 5.460246040
15502024-11-14T03:23:42.914Zkflt 0.220396019
15512024-11-14T03:23:42.914Zlock 30:17.996142014
15522024-11-14T03:23:42.914Zslp 1:04:31.016813870
15532024-11-14T03:23:42.914Zlat 56.226471495
15542024-11-14T03:23:42.914Zstop 2:16.057396733
15552024-11-14T03:23:42.914Z+ ptime -m cargo xtask download softnpu
15562024-11-14T03:23:43.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15572024-11-14T03:23:43.613Z Running `target/debug/xtask download softnpu`
15582024-11-14T03:23:44.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15592024-11-14T03:23:44.357Z Running `target/debug/xtask-downloader softnpu`
15602024-11-14T03:23:44.395ZNov 14 03:23:43.481 INFO Starting download, target: Softnpu
15612024-11-14T03:23:44.398ZNov 14 03:23:43.482 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15622024-11-14T03:23:45.167ZNov 14 03:23:44.253 INFO Download complete, target: Softnpu
15632024-11-14T03:23:45.171Z
15642024-11-14T03:23:45.174Zreal 2.252618242
15652024-11-14T03:23:45.174Zuser 1.273331789
15662024-11-14T03:23:45.174Zsys 0.550081299
15672024-11-14T03:23:45.174Ztrap 0.000330616
15682024-11-14T03:23:45.174Ztflt 0.000014268
15692024-11-14T03:23:45.174Zdflt 0.000075583
15702024-11-14T03:23:45.174Zkflt 0.000000000
15712024-11-14T03:23:45.174Zlock 7.746965259
15722024-11-14T03:23:45.174Zslp 0.777241968
15732024-11-14T03:23:45.174Zlat 0.065192131
15742024-11-14T03:23:45.174Zstop 0.000236770
15752024-11-14T03:23:45.174Z+ export CARGO_INCREMENTAL=0
15762024-11-14T03:23:45.174Z+ CARGO_INCREMENTAL=0
15772024-11-14T03:23:45.174Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15782024-11-14T03:23:46.150Z Compiling proc-macro2 v1.0.89
15792024-11-14T03:23:46.150Z Compiling unicode-ident v1.0.13
15802024-11-14T03:23:46.152Z Compiling libc v0.2.162
15812024-11-14T03:23:46.152Z Compiling serde v1.0.215
15822024-11-14T03:23:46.153Z Compiling autocfg v1.4.0
15832024-11-14T03:23:46.153Z Compiling version_check v0.9.5
15842024-11-14T03:23:46.153Z Compiling cfg-if v1.0.0
15852024-11-14T03:23:46.384Z Compiling memchr v2.7.4
15862024-11-14T03:23:46.410Z Compiling shlex v1.3.0
15872024-11-14T03:23:46.509Z Compiling typenum v1.17.0
15882024-11-14T03:23:46.820Z Compiling value-bag v1.9.0
15892024-11-14T03:23:46.840Z Compiling scopeguard v1.2.0
15902024-11-14T03:23:47.000Z Compiling generic-array v0.14.7
15912024-11-14T03:23:47.174Z Compiling lock_api v0.4.12
15922024-11-14T03:23:47.273Z Compiling log v0.4.22
15932024-11-14T03:23:47.423Z Compiling parking_lot_core v0.9.10
15942024-11-14T03:23:47.810Z Compiling once_cell v1.20.2
15952024-11-14T03:23:47.826Z Compiling serde_json v1.0.132
15962024-11-14T03:23:48.075Z Compiling rustix v0.38.37
15972024-11-14T03:23:48.115Z Compiling quote v1.0.37
15982024-11-14T03:23:48.118Z Compiling libm v0.2.8
15992024-11-14T03:23:48.215Z Compiling jobserver v0.1.32
16002024-11-14T03:23:48.425Z Compiling getrandom v0.2.15
16012024-11-14T03:23:48.712Z Compiling syn v2.0.87
16022024-11-14T03:23:48.734Z Compiling cc v1.1.30
16032024-11-14T03:23:48.769Z Compiling thiserror v1.0.69
16042024-11-14T03:23:48.793Z Compiling num-traits v0.2.19
16052024-11-14T03:23:48.794Z Compiling itoa v1.0.11
16062024-11-14T03:23:48.913Z Compiling spin v0.9.8
16072024-11-14T03:23:48.957Z Compiling aho-corasick v1.1.3
16082024-11-14T03:23:49.016Z Compiling regex-syntax v0.8.5
16092024-11-14T03:23:49.202Z Compiling slab v0.4.9
16102024-11-14T03:23:49.505Z Compiling byteorder v1.5.0
16112024-11-14T03:23:49.661Z Compiling errno v0.3.9
16122024-11-14T03:23:49.988Z Compiling rand_core v0.6.4
16132024-11-14T03:23:50.008Z Compiling either v1.13.0
16142024-11-14T03:23:50.070Z Compiling lazy_static v1.5.0
16152024-11-14T03:23:50.442Z Compiling glob v0.3.1
16162024-11-14T03:23:50.707Z Compiling prettyplease v0.2.25
16172024-11-14T03:23:51.271Z Compiling clang-sys v1.8.1
16182024-11-14T03:23:51.458Z Compiling minimal-lexical v0.2.1
16192024-11-14T03:23:51.486Z Compiling libloading v0.8.5
16202024-11-14T03:23:51.902Z Compiling nom v7.1.3
16212024-11-14T03:23:51.955Z Compiling subtle v2.6.1
16222024-11-14T03:23:52.189Z Compiling bindgen v0.69.5
16232024-11-14T03:23:52.242Z Compiling home v0.5.9
16242024-11-14T03:23:52.310Z Compiling allocator-api2 v0.2.18
16252024-11-14T03:23:52.465Z Compiling itertools v0.12.1
16262024-11-14T03:23:52.614Z Compiling regex-automata v0.4.8
16272024-11-14T03:23:53.132Z Compiling lazycell v1.3.0
16282024-11-14T03:23:53.297Z Compiling rustc-hash v1.1.0
16292024-11-14T03:23:53.380Z Compiling semver v1.0.23
16302024-11-14T03:23:53.455Z Compiling smallvec v1.13.2
16312024-11-14T03:23:53.843Z Compiling cmake v0.1.51
16322024-11-14T03:23:54.146Z Compiling fs_extra v1.3.0
16332024-11-14T03:23:54.681Z Compiling dunce v1.0.5
16342024-11-14T03:23:55.275Z Compiling cexpr v0.6.0
16352024-11-14T03:23:55.349Z Compiling pkg-config v0.3.31
16362024-11-14T03:23:55.487Z Compiling ring v0.17.8
16372024-11-14T03:23:55.688Z Compiling pin-project-lite v0.2.14
16382024-11-14T03:23:55.824Z Compiling ryu v1.0.18
16392024-11-14T03:23:56.115Z Compiling const-oid v0.9.6
16402024-11-14T03:23:56.132Z Compiling paste v1.0.15
16412024-11-14T03:23:56.552Z Compiling synstructure v0.13.1
16422024-11-14T03:23:56.975Z Compiling equivalent v1.0.1
16432024-11-14T03:23:56.998Z Compiling httparse v1.9.5
16442024-11-14T03:23:57.091Z Compiling aws-lc-rs v1.10.0
16452024-11-14T03:23:57.505Z Compiling foldhash v0.1.3
16462024-11-14T03:23:57.786Z Compiling hashbrown v0.15.0
16472024-11-14T03:23:58.013Z Compiling schemars v0.8.21
16482024-11-14T03:23:58.045Z Compiling heck v0.5.0
16492024-11-14T03:23:58.347Z Compiling regex v1.11.1
16502024-11-14T03:23:59.020Z Compiling serde_derive_internals v0.29.1
16512024-11-14T03:23:59.236Z Compiling signal-hook-registry v1.4.2
16522024-11-14T03:23:59.399Z Compiling parking_lot v0.12.3
16532024-11-14T03:23:59.418Z Compiling mio v1.0.2
16542024-11-14T03:24:01.256Z Compiling crossbeam-utils v0.8.20
16552024-11-14T03:24:01.300Z Compiling stable_deref_trait v1.2.0
16562024-11-14T03:24:01.423Z Compiling socket2 v0.5.7
16572024-11-14T03:24:01.505Z Compiling futures-core v0.3.31
16582024-11-14T03:24:01.773Z Compiling num-conv v0.1.0
16592024-11-14T03:24:01.792Z Compiling time-core v0.1.2
16602024-11-14T03:24:02.080Z Compiling time-macros v0.2.18
16612024-11-14T03:24:02.183Z Compiling serde_derive v1.0.215
16622024-11-14T03:24:02.291Z Compiling zeroize_derive v1.4.2
16632024-11-14T03:24:02.716Z Compiling zerocopy-derive v0.7.35
16642024-11-14T03:24:03.095Z Compiling thiserror-impl v1.0.69
16652024-11-14T03:24:03.551Z Compiling tokio-macros v2.4.0
16662024-11-14T03:24:03.578Z Compiling zerofrom-derive v0.1.4
16672024-11-14T03:24:03.742Z Compiling zeroize v1.8.1
16682024-11-14T03:24:04.208Z Compiling yoke-derive v0.7.4
16692024-11-14T03:24:04.569Z Compiling futures-macro v0.3.31
16702024-11-14T03:24:04.986Z Compiling zerovec-derive v0.10.3
16712024-11-14T03:24:05.016Z Compiling zerocopy v0.7.35
16722024-11-14T03:24:05.888Z Compiling displaydoc v0.2.5
16732024-11-14T03:24:06.351Z Compiling crypto-common v0.1.6
16742024-11-14T03:24:06.681Z Compiling tracing-attributes v0.1.27
16752024-11-14T03:24:06.731Z Compiling icu_provider_macros v1.5.0
16762024-11-14T03:24:06.815Z Compiling block-buffer v0.10.4
16772024-11-14T03:24:07.062Z Compiling digest v0.10.7
16782024-11-14T03:24:07.407Z Compiling schemars_derive v0.8.21
16792024-11-14T03:24:07.431Z Compiling der_derive v0.7.3
16802024-11-14T03:24:07.552Z Compiling fnv v1.0.7
16812024-11-14T03:24:07.795Z Compiling vcpkg v0.2.15
16822024-11-14T03:24:09.383Z Compiling openssl-sys v0.9.104
16832024-11-14T03:24:10.035Z Compiling cpufeatures v0.2.14
16842024-11-14T03:24:10.135Z Compiling futures-sink v0.3.31
16852024-11-14T03:24:10.282Z Compiling slog v2.7.0
16862024-11-14T03:24:10.474Z Compiling ahash v0.8.11
16872024-11-14T03:24:10.534Z Compiling syn v1.0.109
16882024-11-14T03:24:10.862Z Compiling zerofrom v0.1.4
16892024-11-14T03:24:11.097Z Compiling scroll_derive v0.12.0
16902024-11-14T03:24:11.191Z Compiling iana-time-zone v0.1.61
16912024-11-14T03:24:11.439Z Compiling ucd-trie v0.1.7
16922024-11-14T03:24:11.688Z Compiling pest v2.7.14
16932024-11-14T03:24:11.931Z Compiling yoke v0.7.4
16942024-11-14T03:24:11.969Z Compiling futures-channel v0.3.31
16952024-11-14T03:24:12.473Z Compiling hmac v0.12.1
16962024-11-14T03:24:12.706Z Compiling futures-task v0.3.31
16972024-11-14T03:24:12.732Z Compiling futures-io v0.3.31
16982024-11-14T03:24:13.005Z Compiling pin-utils v0.1.0
16992024-11-14T03:24:13.028Z Compiling openssl v0.10.68
17002024-11-14T03:24:13.159Z Compiling futures-util v0.3.31
17012024-11-14T03:24:13.422Z Compiling zerovec v0.10.4
17022024-11-14T03:24:13.684Z Compiling block-padding v0.3.3
17032024-11-14T03:24:14.064Z Compiling tinyvec_macros v0.1.1
17042024-11-14T03:24:14.541Z Compiling pest_meta v2.7.14
17052024-11-14T03:24:14.602Z Compiling tinyvec v1.8.0
17062024-11-14T03:24:15.531Z Compiling inout v0.1.3
17072024-11-14T03:24:15.783Z Compiling bitflags v2.6.0
17082024-11-14T03:24:16.107Z Compiling bytes v1.7.2
17092024-11-14T03:24:17.434Z Compiling indexmap v2.6.0
17102024-11-14T03:24:18.703Z Compiling tokio v1.40.0
17112024-11-14T03:24:18.922Z Compiling serde_tokenstream v0.2.2
17122024-11-14T03:24:19.469Z Compiling http v1.1.0
17132024-11-14T03:24:20.178Z Compiling which v4.4.2
17142024-11-14T03:24:20.332Z Compiling uuid v1.11.0
17152024-11-14T03:24:21.257Z Compiling rustc_version v0.4.1
17162024-11-14T03:24:21.649Z Compiling chrono v0.4.38
17172024-11-14T03:24:23.744Z Compiling pest_generator v2.7.14
17182024-11-14T03:24:24.127Z Compiling serde_spanned v0.6.8
17192024-11-14T03:24:24.869Z Compiling toml_datetime v0.6.8
17202024-11-14T03:24:25.545Z Compiling openssl-macros v0.1.1
17212024-11-14T03:24:26.270Z Compiling rustls v0.23.14
17222024-11-14T03:24:26.553Z Compiling native-tls v0.2.12
17232024-11-14T03:24:27.785Z Compiling pest_derive v2.7.14
17242024-11-14T03:24:27.919Z Compiling unicode-normalization v0.1.24
17252024-11-14T03:24:28.420Z Compiling cipher v0.4.4
17262024-11-14T03:24:28.538Z Compiling tinystr v0.7.6
17272024-11-14T03:24:28.741Z Compiling sha2 v0.10.8
17282024-11-14T03:24:28.901Z Compiling tracing-core v0.1.32
17292024-11-14T03:24:28.985Z Compiling usdt-impl v0.5.0
17302024-11-14T03:24:29.022Z Compiling litemap v0.7.3
17312024-11-14T03:24:29.320Z Compiling dyn-clone v1.0.17
17322024-11-14T03:24:29.418Z Compiling unicode-bidi v0.3.17
17332024-11-14T03:24:29.538Z Compiling writeable v0.5.5
17342024-11-14T03:24:29.576Z Compiling base64ct v1.6.0
17352024-11-14T03:24:30.073Z Compiling pem-rfc7468 v0.7.0
17362024-11-14T03:24:30.130Z Compiling icu_locid v1.5.0
17372024-11-14T03:24:30.155Z Compiling tracing v0.1.40
17382024-11-14T03:24:31.231Z Compiling scroll v0.12.0
17392024-11-14T03:24:31.530Z Compiling ppv-lite86 v0.2.20
17402024-11-14T03:24:31.853Z Compiling async-trait v0.1.83
17412024-11-14T03:24:32.396Z Compiling cookie v0.18.1
17422024-11-14T03:24:32.431Z Compiling anyhow v1.0.93
17432024-11-14T03:24:33.425Z Compiling camino v1.1.9
17442024-11-14T03:24:33.935Z Compiling plain v0.2.3
17452024-11-14T03:24:34.079Z Compiling flagset v0.4.6
17462024-11-14T03:24:34.108Z Compiling goblin v0.8.2
17472024-11-14T03:24:34.295Z Compiling der v0.7.9
17482024-11-14T03:24:34.391Z Compiling aws-lc-sys v0.22.0
17492024-11-14T03:24:39.900Z Compiling rand_chacha v0.3.1
17502024-11-14T03:24:40.855Z Compiling icu_provider v1.5.0
17512024-11-14T03:24:41.912Z Compiling rustls-pki-types v1.9.0
17522024-11-14T03:24:43.085Z Compiling untrusted v0.7.1
17532024-11-14T03:24:43.140Z Compiling icu_locid_transform_data v1.5.0
17542024-11-14T03:24:43.250Z Compiling rayon-core v1.12.1
17552024-11-14T03:24:43.277Z Compiling percent-encoding v2.3.1
17562024-11-14T03:24:43.726Z Compiling pretty-hex v0.4.1
17572024-11-14T03:24:43.915Z Compiling rustls v0.22.4
17582024-11-14T03:24:43.943Z Compiling dof v0.3.0
17592024-11-14T03:24:44.186Z Compiling icu_locid_transform v1.5.0
17602024-11-14T03:24:44.992Z Compiling rand v0.8.5
17612024-11-14T03:24:45.441Z Compiling spki v0.7.3
17622024-11-14T03:24:45.658Z Compiling salsa20 v0.10.2
17632024-11-14T03:24:45.783Z Compiling dtrace-parser v0.2.0
17642024-11-14T03:24:45.801Z Compiling tokio-util v0.7.12
17652024-11-14T03:24:46.525Z Compiling icu_collections v1.5.0
17662024-11-14T03:24:46.689Z Compiling pbkdf2 v0.12.2
17672024-11-14T03:24:47.347Z Compiling thread-id v4.2.2
17682024-11-14T03:24:47.463Z Compiling untrusted v0.9.0
17692024-11-14T03:24:47.553Z Compiling mirai-annotations v1.12.0
17702024-11-14T03:24:47.572Z Compiling powerfmt v0.2.0
17712024-11-14T03:24:47.808Z Compiling icu_properties_data v1.5.0
17722024-11-14T03:24:47.878Z Compiling winnow v0.5.40
17732024-11-14T03:24:48.014Z Compiling deranged v0.3.11
17742024-11-14T03:24:48.066Z Compiling icu_properties v1.5.1
17752024-11-14T03:24:51.857Z Compiling toml_edit v0.19.15
17762024-11-14T03:24:53.562Z Compiling scrypt v0.11.0
17772024-11-14T03:24:53.595Z Compiling cbc v0.1.2
17782024-11-14T03:24:53.814Z Compiling aes v0.8.4
17792024-11-14T03:24:53.974Z Compiling multer v3.1.0
17802024-11-14T03:24:54.259Z Compiling utf8_iter v1.0.4
17812024-11-14T03:24:54.327Z Compiling atomic-waker v1.1.2
17822024-11-14T03:24:54.520Z Compiling slog-async v2.8.0
17832024-11-14T03:24:54.778Z Compiling write16 v1.0.0
17842024-11-14T03:24:54.917Z Compiling num_threads v0.1.7
17852024-11-14T03:24:55.051Z Compiling utf16_iter v1.0.5
17862024-11-14T03:24:55.054Z Compiling rustversion v1.0.17
17872024-11-14T03:24:55.298Z Compiling icu_normalizer_data v1.5.0
17882024-11-14T03:24:55.406Z Compiling time v0.3.36
17892024-11-14T03:24:55.455Z Compiling icu_normalizer v1.5.0
17902024-11-14T03:24:56.494Z Compiling pkcs5 v0.7.1
17912024-11-14T03:24:57.697Z Compiling form_urlencoded v1.2.1
17922024-11-14T03:24:58.511Z Compiling http-body v1.0.1
17932024-11-14T03:24:58.776Z Compiling heapless v0.7.17
17942024-11-14T03:24:59.339Z Compiling bzip2-sys v0.1.11+1.0.8
17952024-11-14T03:24:59.801Z Compiling signal-hook v0.3.17
17962024-11-14T03:25:00.221Z Compiling try-lock v0.2.5
17972024-11-14T03:25:00.650Z Compiling want v0.3.1
17982024-11-14T03:25:02.239Z Compiling pkcs8 v0.10.2
17992024-11-14T03:25:02.389Z Compiling idna_adapter v1.2.0
18002024-11-14T03:25:02.885Z Compiling h2 v0.4.6
18012024-11-14T03:25:03.907Z Compiling usdt-attr-macro v0.5.0
18022024-11-14T03:25:05.384Z Compiling usdt-macro v0.5.0
18032024-11-14T03:25:05.993Z Compiling async-stream-impl v0.3.6
18042024-11-14T03:25:06.295Z Compiling adler2 v2.0.0
18052024-11-14T03:25:06.559Z Compiling strsim v0.11.1
18062024-11-14T03:25:06.769Z Compiling httpdate v1.0.3
18072024-11-14T03:25:07.336Z Compiling miniz_oxide v0.8.0
18082024-11-14T03:25:08.172Z Compiling idna v1.0.3
18092024-11-14T03:25:09.651Z Compiling curve25519-dalek v4.1.3
18102024-11-14T03:25:10.062Z Compiling openapiv3 v2.0.0
18112024-11-14T03:25:10.616Z Compiling enum-as-inner v0.6.1
18122024-11-14T03:25:11.047Z Compiling hyper v1.5.0
18132024-11-14T03:25:14.126Z Compiling dropshot v0.12.0
18142024-11-14T03:25:14.405Z Compiling match_cfg v0.1.0
18152024-11-14T03:25:14.425Z Compiling portable-atomic v1.9.0
18162024-11-14T03:25:14.499Z Compiling base64 v0.22.1
18172024-11-14T03:25:15.121Z Compiling foreign-types-shared v0.1.1
18182024-11-14T03:25:15.202Z Compiling tower-service v0.3.3
18192024-11-14T03:25:15.231Z Compiling num-bigint-dig v0.8.4
18202024-11-14T03:25:15.323Z Compiling smoltcp v0.9.1
18212024-11-14T03:25:15.476Z Compiling hyper-util v0.1.10
18222024-11-14T03:25:15.909Z Compiling foreign-types v0.3.2
18232024-11-14T03:25:16.008Z Compiling hostname v0.3.1
18242024-11-14T03:25:18.900Z Compiling url v2.5.3
18252024-11-14T03:25:22.809Z Compiling dirs-sys-next v0.1.2
18262024-11-14T03:25:23.129Z Compiling siphasher v0.3.11
18272024-11-14T03:25:23.286Z Compiling data-encoding v2.6.0
18282024-11-14T03:25:23.305Z Compiling gimli v0.31.1
18292024-11-14T03:25:23.506Z Compiling heck v0.4.1
18302024-11-14T03:25:24.033Z Compiling dirs-next v2.0.0
18312024-11-14T03:25:26.480Z Compiling http-body-util v0.1.2
18322024-11-14T03:25:27.656Z Compiling crossbeam-epoch v0.9.18
18332024-11-14T03:25:28.385Z Compiling addr2line v0.24.2
18342024-11-14T03:25:29.312Z Compiling hubpack_derive v0.1.1
18352024-11-14T03:25:29.559Z Compiling dropshot_endpoint v0.12.0
18362024-11-14T03:25:30.220Z Compiling sha1 v0.10.6
18372024-11-14T03:25:30.291Z Compiling signature v2.2.0
18382024-11-14T03:25:30.517Z Compiling curve25519-dalek-derive v0.1.1
18392024-11-14T03:25:30.585Z Compiling zerocopy-derive v0.6.6
18402024-11-14T03:25:30.823Z Compiling object v0.36.5
18412024-11-14T03:25:32.521Z Compiling thread_local v1.1.8
18422024-11-14T03:25:32.643Z Compiling fs-err v2.11.0
18432024-11-14T03:25:32.946Z Compiling encoding_rs v0.8.34
18442024-11-14T03:25:33.739Z Compiling anstyle v1.0.10
18452024-11-14T03:25:34.189Z Compiling ipnet v2.10.1
18462024-11-14T03:25:36.374Z Compiling winnow v0.6.20
18472024-11-14T03:25:40.183Z Compiling utf8parse v0.2.2
18482024-11-14T03:25:40.202Z Compiling unicode-properties v0.1.3
18492024-11-14T03:25:40.354Z Compiling mime v0.3.17
18502024-11-14T03:25:42.015Z Compiling rustc-demangle v0.1.24
18512024-11-14T03:25:44.087Z Compiling openssl-probe v0.1.5
18522024-11-14T03:25:44.379Z Compiling backtrace v0.3.74
18532024-11-14T03:25:44.832Z Compiling stringprep v0.1.5
18542024-11-14T03:25:45.843Z Compiling anstyle-parse v0.2.5
18552024-11-14T03:25:46.176Z Compiling toml_edit v0.22.22
18562024-11-14T03:25:48.686Z Compiling crossbeam-deque v0.8.5
18572024-11-14T03:25:49.044Z Compiling rustls-webpki v0.102.8
18582024-11-14T03:25:55.480Z Compiling term v0.7.0
18592024-11-14T03:25:55.541Z Compiling slog-json v2.6.1
18602024-11-14T03:25:56.819Z Compiling serde_urlencoded v0.7.1
18612024-11-14T03:25:57.654Z Compiling crossbeam-channel v0.5.13
18622024-11-14T03:25:57.955Z Compiling rustls-pemfile v2.2.0
18632024-11-14T03:25:58.712Z Compiling hashbrown v0.14.5
18642024-11-14T03:25:59.232Z Compiling idna v0.4.0
18652024-11-14T03:25:59.252Z Compiling idna v0.3.0
18662024-11-14T03:26:00.035Z Compiling futures-executor v0.3.31
18672024-11-14T03:26:00.711Z Compiling num-integer v0.1.46
18682024-11-14T03:26:00.949Z Compiling md-5 v0.10.6
18692024-11-14T03:26:01.192Z Compiling ff v0.13.0
18702024-11-14T03:26:01.214Z Compiling hash32 v0.2.1
18712024-11-14T03:26:01.436Z Compiling memmap v0.7.0
18722024-11-14T03:26:01.454Z Compiling is-terminal v0.4.13
18732024-11-14T03:26:01.594Z Compiling anstyle-query v1.1.1
18742024-11-14T03:26:01.776Z Compiling linked-hash-map v0.5.6
18752024-11-14T03:26:01.796Z Compiling quick-error v1.2.3
18762024-11-14T03:26:01.954Z Compiling psl-types v2.0.11
18772024-11-14T03:26:02.159Z Compiling base16ct v0.2.0
18782024-11-14T03:26:02.453Z Compiling fallible-iterator v0.2.0
18792024-11-14T03:26:03.091Z Compiling utf-8 v0.7.6
18802024-11-14T03:26:03.217Z Compiling colorchoice v1.0.2
18812024-11-14T03:26:03.423Z Compiling take_mut v0.2.2
18822024-11-14T03:26:03.595Z Compiling is_terminal_polyfill v1.70.1
18832024-11-14T03:26:04.815Z Compiling anstream v0.6.15
18842024-11-14T03:26:05.507Z Compiling tungstenite v0.24.0
18852024-11-14T03:26:06.361Z Compiling postgres-protocol v0.6.7
18862024-11-14T03:26:06.473Z Compiling sec1 v0.7.3
18872024-11-14T03:26:07.062Z Compiling lru-cache v0.1.2
18882024-11-14T03:26:07.278Z Compiling publicsuffix v2.2.3
18892024-11-14T03:26:07.566Z Compiling resolv-conf v0.7.0
18902024-11-14T03:26:07.568Z Compiling usdt v0.5.0
18912024-11-14T03:26:07.604Z Compiling slog-term v2.9.1
18922024-11-14T03:26:08.269Z Compiling group v0.13.0
18932024-11-14T03:26:08.594Z Compiling num-iter v0.1.45
18942024-11-14T03:26:08.713Z Compiling futures v0.3.31
18952024-11-14T03:26:08.785Z Compiling hickory-proto v0.24.1
18962024-11-14T03:26:08.832Z Compiling regress v0.10.1
18972024-11-14T03:26:11.496Z Compiling tokio-rustls v0.26.0
18982024-11-14T03:26:12.741Z Compiling slog-bunyan v2.5.0
18992024-11-14T03:26:12.922Z Compiling tokio-rustls v0.25.0
19002024-11-14T03:26:13.214Z Compiling toml v0.8.19
19012024-11-14T03:26:13.370Z Compiling tokio-native-tls v0.3.1
19022024-11-14T03:26:13.594Z Compiling strum_macros v0.25.3
19032024-11-14T03:26:13.659Z Compiling phf_shared v0.11.2
19042024-11-14T03:26:14.140Z Compiling async-stream v0.3.6
19052024-11-14T03:26:14.227Z Compiling waitgroup v0.1.2
19062024-11-14T03:26:14.416Z Compiling webpki-roots v0.26.6
19072024-11-14T03:26:14.785Z Compiling idna v0.5.0
19082024-11-14T03:26:15.062Z Compiling terminal_size v0.4.0
19092024-11-14T03:26:15.276Z Compiling serde_path_to_error v0.1.16
19102024-11-14T03:26:15.370Z Compiling hkdf v0.12.4
19112024-11-14T03:26:16.233Z Compiling crypto-bigint v0.5.5
19122024-11-14T03:26:16.253Z Compiling derive-where v1.2.7
19132024-11-14T03:26:16.276Z Compiling serde_repr v0.1.19
19142024-11-14T03:26:17.279Z Compiling clap_derive v4.5.18
19152024-11-14T03:26:17.343Z Compiling hostname v0.4.0
19162024-11-14T03:26:17.571Z Compiling crc32fast v1.4.2
19172024-11-14T03:26:17.924Z Compiling clap_lex v0.7.2
19182024-11-14T03:26:18.122Z Compiling debug-ignore v1.0.5
19192024-11-14T03:26:18.274Z Compiling managed v0.8.0
19202024-11-14T03:26:18.727Z Compiling bitflags v1.3.2
19212024-11-14T03:26:18.991Z Compiling unicode-width v0.1.14
19222024-11-14T03:26:19.416Z Compiling elliptic-curve v0.13.8
19232024-11-14T03:26:19.522Z Compiling console v0.15.8
19242024-11-14T03:26:21.867Z Compiling clap_builder v4.5.20
19252024-11-14T03:26:22.364Z Compiling flate2 v1.0.34
19262024-11-14T03:26:23.215Z Compiling cookie_store v0.21.0
19272024-11-14T03:26:24.645Z Compiling hyper-rustls v0.27.3
19282024-11-14T03:26:25.251Z Compiling hickory-resolver v0.24.1
19292024-11-14T03:26:29.157Z Compiling phf v0.11.2
19302024-11-14T03:26:29.457Z Compiling hyper-tls v0.6.0
19312024-11-14T03:26:29.761Z Compiling signal-hook-mio v0.2.4
19322024-11-14T03:26:29.855Z Compiling typify-impl v0.2.0
19332024-11-14T03:26:29.932Z Compiling bzip2 v0.4.4
19342024-11-14T03:26:30.031Z Compiling rayon v1.10.0
19352024-11-14T03:26:30.315Z Compiling postgres-types v0.2.8
19362024-11-14T03:26:30.369Z Compiling tokio-tungstenite v0.24.0
19372024-11-14T03:26:31.019Z Compiling zerocopy v0.6.6
19382024-11-14T03:26:31.069Z Compiling ed25519 v2.2.3
19392024-11-14T03:26:31.546Z Compiling hubpack v0.1.2
19402024-11-14T03:26:31.720Z Compiling phf_shared v0.10.0
19412024-11-14T03:26:32.029Z Compiling pkcs1 v0.7.5
19422024-11-14T03:26:32.127Z Compiling tokio-stream v0.1.16
19432024-11-14T03:26:33.114Z Compiling serde-big-array v0.5.1
19442024-11-14T03:26:33.175Z Compiling rfc6979 v0.4.0
19452024-11-14T03:26:33.345Z Compiling float-cmp v0.9.0
19462024-11-14T03:26:33.371Z Compiling sync_wrapper v1.0.1
19472024-11-14T03:26:33.529Z Compiling bstr v1.10.0
19482024-11-14T03:26:34.659Z Compiling fixedbitset v0.4.2
19492024-11-14T03:26:35.083Z Compiling normalize-line-endings v0.3.0
19502024-11-14T03:26:35.118Z Compiling precomputed-hash v0.1.1
19512024-11-14T03:26:35.142Z Compiling bit-vec v0.6.3
19522024-11-14T03:26:35.214Z Compiling difflib v0.4.0
19532024-11-14T03:26:35.246Z Compiling static_assertions v1.1.0
19542024-11-14T03:26:35.357Z Compiling new_debug_unreachable v1.0.6
19552024-11-14T03:26:35.555Z Compiling predicates-core v1.0.8
19562024-11-14T03:26:35.697Z Compiling number_prefix v0.4.0
19572024-11-14T03:26:36.436Z Compiling whoami v1.5.2
19582024-11-14T03:26:36.456Z Compiling unicode-segmentation v1.12.0
19592024-11-14T03:26:36.630Z Compiling indicatif v0.17.8
19602024-11-14T03:26:37.034Z Compiling tokio-postgres v0.7.12
19612024-11-14T03:26:37.305Z Compiling similar v2.6.0
19622024-11-14T03:26:37.896Z Compiling predicates v3.1.2
19632024-11-14T03:26:39.100Z Compiling bit-set v0.5.3
19642024-11-14T03:26:39.376Z Compiling string_cache v0.8.7
19652024-11-14T03:26:39.401Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19662024-11-14T03:26:39.442Z Compiling petgraph v0.6.5
19672024-11-14T03:26:45.454Z Compiling typify-macro v0.2.0
19682024-11-14T03:26:45.498Z Compiling reqwest v0.12.9
19692024-11-14T03:26:45.498Z Compiling ecdsa v0.16.9
19702024-11-14T03:26:45.498Z Compiling qorb v0.2.0
19712024-11-14T03:26:45.498Z Compiling rsa v0.9.6
19722024-11-14T03:26:45.499Z Compiling ed25519-dalek v2.1.1
19732024-11-14T03:26:45.688Z Compiling zip v0.6.6
19742024-11-14T03:26:45.813Z Compiling crossterm v0.28.1
19752024-11-14T03:26:45.981Z Compiling clap v4.5.20
19762024-11-14T03:26:46.933Z Compiling toml v0.7.8
19772024-11-14T03:26:48.008Z Compiling x509-cert v0.2.5
19782024-11-14T03:26:48.978Z Compiling hex v0.4.3
19792024-11-14T03:26:49.794Z Compiling itertools v0.10.5
19802024-11-14T03:26:49.979Z Compiling lalrpop-util v0.19.12
19812024-11-14T03:26:50.339Z Compiling unicode-xid v0.2.6
19822024-11-14T03:26:50.535Z Compiling peg-runtime v0.8.3
19832024-11-14T03:26:52.975Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19842024-11-14T03:26:57.204Z Compiling proc-macro-crate v1.3.1
19852024-11-14T03:26:57.451Z Compiling ipnetwork v0.20.0
19862024-11-14T03:26:58.526Z Compiling heapless v0.8.0
19872024-11-14T03:27:02.737Z Compiling num_enum_derive v0.5.11
19882024-11-14T03:27:11.227Z Compiling hash32 v0.3.1
19892024-11-14T03:27:12.020Z Compiling ident_case v1.0.1
19902024-11-14T03:27:12.476Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19912024-11-14T03:27:13.139Z Compiling smoltcp v0.11.0
19922024-11-14T03:27:16.456Z Compiling darling_core v0.20.10
19932024-11-14T03:27:20.065Z Compiling num_enum v0.5.11
19942024-11-14T03:27:20.771Z Compiling typify v0.2.0
19952024-11-14T03:27:22.361Z Compiling proc-macro-error-attr v1.0.4
19962024-11-14T03:27:22.670Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19972024-11-14T03:27:22.856Z Compiling cobs v0.2.3
19982024-11-14T03:27:22.965Z Compiling unsafe-libyaml v0.2.11
19992024-11-14T03:27:24.412Z Compiling serde_yaml v0.9.34+deprecated
20002024-11-14T03:27:24.749Z Compiling postcard v1.0.10
20012024-11-14T03:27:27.931Z Compiling darling_macro v0.20.10
20022024-11-14T03:27:39.671Z Compiling progenitor-impl v0.8.0
20032024-11-14T03:27:52.761Z Compiling strum_macros v0.26.4
20042024-11-14T03:27:53.957Z Compiling structmeta-derive v0.3.0
20052024-11-14T03:27:53.995Z Compiling foreign-types-macros v0.2.3
20062024-11-14T03:27:54.174Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20072024-11-14T03:27:54.431Z Compiling proc-macro-error v1.0.4
20082024-11-14T03:27:55.218Z Compiling foreign-types-shared v0.3.1
20092024-11-14T03:27:55.371Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20102024-11-14T03:27:55.868Z Compiling newtype-uuid v1.1.3
20112024-11-14T03:27:56.584Z Compiling structmeta v0.3.0
20122024-11-14T03:27:57.330Z Compiling strum v0.26.3
20132024-11-14T03:27:59.119Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20142024-11-14T03:28:01.418Z Compiling foreign-types v0.5.0
20152024-11-14T03:28:08.154Z Compiling progenitor-macro v0.8.0
20162024-11-14T03:28:09.141Z Compiling darling v0.20.10
20172024-11-14T03:28:09.697Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20182024-11-14T03:28:10.018Z Compiling progenitor-client v0.8.0
20192024-11-14T03:28:11.673Z Compiling tabwriter v1.4.0
20202024-11-14T03:28:13.376Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20212024-11-14T03:28:14.214Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20222024-11-14T03:28:15.017Z Compiling cstr-argument v0.1.2
20232024-11-14T03:28:15.046Z Compiling dropshot v0.13.0
20242024-11-14T03:28:15.261Z Compiling pretty-hex v0.2.1
20252024-11-14T03:28:15.338Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20262024-11-14T03:28:15.636Z Compiling crucible-workspace-hack v0.1.0
20272024-11-14T03:28:15.921Z Compiling fastrand v2.1.1
20282024-11-14T03:28:16.770Z Compiling tempfile v3.13.0
20292024-11-14T03:28:17.258Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20302024-11-14T03:28:17.594Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20312024-11-14T03:28:17.910Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20322024-11-14T03:28:18.499Z Compiling serde_with_macros v3.11.0
20332024-11-14T03:28:18.519Z Compiling parse-display-derive v0.10.0
20342024-11-14T03:28:19.238Z Compiling colored v2.1.0
20352024-11-14T03:28:20.082Z Compiling dropshot_endpoint v0.13.0
20362024-11-14T03:28:20.475Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20372024-11-14T03:28:21.060Z Compiling instant v0.1.13
20382024-11-14T03:28:21.196Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20392024-11-14T03:28:21.215Z Compiling progenitor v0.8.0
20402024-11-14T03:28:21.232Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412024-11-14T03:28:21.452Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20422024-11-14T03:28:21.492Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20432024-11-14T03:28:21.593Z Compiling backoff v0.4.0
20442024-11-14T03:28:21.998Z Compiling serde_with v3.11.0
20452024-11-14T03:28:22.410Z Compiling parse-display v0.10.0
20462024-11-14T03:28:24.395Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20472024-11-14T03:28:24.485Z Compiling zone_cfg_derive v0.3.0
20482024-11-14T03:28:24.988Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20492024-11-14T03:28:25.839Z Compiling camino-tempfile v1.1.1
20502024-11-14T03:28:25.873Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20512024-11-14T03:28:26.367Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20522024-11-14T03:28:26.393Z Compiling regress v0.9.1
20532024-11-14T03:28:26.564Z Compiling macaddr v1.0.1
20542024-11-14T03:28:26.603Z Compiling num-derive v0.4.2
20552024-11-14T03:28:27.266Z Compiling sigpipe v0.1.3
20562024-11-14T03:28:27.409Z Compiling libefi-sys v0.1.0
20572024-11-14T03:28:27.704Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20582024-11-14T03:28:28.069Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20592024-11-14T03:28:28.773Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20602024-11-14T03:28:30.371Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20612024-11-14T03:28:31.328Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20622024-11-14T03:28:31.922Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20632024-11-14T03:28:33.534Z Compiling zone v0.3.0
20642024-11-14T03:28:34.914Z Compiling smf v0.2.3
20652024-11-14T03:28:35.094Z Compiling bitfield-struct v0.6.2
20662024-11-14T03:28:36.203Z Compiling ring v0.16.20
20672024-11-14T03:28:36.505Z Compiling blake3 v1.5.4
20682024-11-14T03:28:36.917Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20692024-11-14T03:28:37.460Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20702024-11-14T03:28:37.831Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20712024-11-14T03:28:38.005Z Compiling xattr v1.3.1
20722024-11-14T03:28:38.257Z Compiling memmap2 v0.9.5
20732024-11-14T03:28:38.345Z Compiling filetime v0.2.25
20742024-11-14T03:28:38.688Z Compiling spin v0.5.2
20752024-11-14T03:28:38.854Z Compiling same-file v1.0.6
20762024-11-14T03:28:38.963Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20772024-11-14T03:28:38.985Z Compiling arrayvec v0.7.6
20782024-11-14T03:28:39.096Z Compiling arrayref v0.3.9
20792024-11-14T03:28:39.154Z Compiling constant_time_eq v0.3.1
20802024-11-14T03:28:39.214Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20812024-11-14T03:28:39.341Z Compiling walkdir v2.5.0
20822024-11-14T03:28:39.916Z Compiling tar v0.4.43
20832024-11-14T03:28:40.996Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20842024-11-14T03:28:41.443Z Compiling gethostname v0.5.0
20852024-11-14T03:28:41.666Z Compiling cargo-platform v0.1.8
20862024-11-14T03:28:41.895Z Compiling topological-sort v0.2.2
20872024-11-14T03:28:42.120Z Compiling cargo_metadata v0.18.1
20882024-11-14T03:28:46.705Z Compiling omicron-zone-package v0.11.1
20892024-11-14T03:28:49.675Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20902024-11-14T03:28:51.123Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20912024-11-14T03:28:55.696Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20922024-11-14T03:29:12.156Z Finished `release` profile [optimized] target(s) in 5m 26s
20932024-11-14T03:29:12.316Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20942024-11-14T03:29:12.365ZLogging to: /work/oxidecomputer/omicron/out/LOG
20952024-11-14T03:29:12.368ZCreated new build target 'test' and set it as active
20962024-11-14T03:29:12.368Z
20972024-11-14T03:29:12.368Zreal 5:27.169060328
20982024-11-14T03:29:12.368Zuser 36:54.367362084
20992024-11-14T03:29:12.368Zsys 4:53.281411735
21002024-11-14T03:29:12.368Ztrap 1.107463534
21012024-11-14T03:29:12.368Ztflt 2.909576369
21022024-11-14T03:29:12.368Zdflt 0.622418170
21032024-11-14T03:29:12.368Zkflt 0.000204717
21042024-11-14T03:29:12.368Zlock 1:17:55.058353563
21052024-11-14T03:29:12.368Zslp 2:34:20.679206422
21062024-11-14T03:29:12.368Zlat 2:33.235462000
21072024-11-14T03:29:12.368Zstop 4:32.042374993
21082024-11-14T03:29:12.371Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21092024-11-14T03:29:13.345Z Finished `release` profile [optimized] target(s) in 0.92s
21102024-11-14T03:29:13.405Z Running `target/release/omicron-package -t test package`
21112024-11-14T03:29:13.450ZLogging to: /work/oxidecomputer/omicron/out/LOG
21122024-11-14T03:29:14.615Z Compiling convert_case v0.4.0
21132024-11-14T03:29:14.617Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21142024-11-14T03:29:14.617Z Compiling itertools v0.13.0
21152024-11-14T03:29:14.617Z Compiling password-hash v0.5.0
21162024-11-14T03:29:14.617Z Compiling blake2 v0.10.6
21172024-11-14T03:29:14.617Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21182024-11-14T03:29:14.617Z Compiling newline-converter v0.3.0
21192024-11-14T03:29:14.617Z Compiling cancel-safe-futures v0.1.5
21202024-11-14T03:29:14.935Z Compiling owo-colors v4.1.0
21212024-11-14T03:29:15.084Z Compiling expectorate v1.1.0
21222024-11-14T03:29:15.284Z Compiling libsw v3.3.1
21232024-11-14T03:29:15.482Z Compiling derive_more v0.99.18
21242024-11-14T03:29:15.612Z Compiling argon2 v0.5.3
21252024-11-14T03:29:15.759Z Compiling indent_write v2.2.0
21262024-11-14T03:29:15.910Z Compiling swrite v0.1.0
21272024-11-14T03:29:15.996Z Compiling linear-map v1.2.0
21282024-11-14T03:29:16.048Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21292024-11-14T03:29:16.100Z Compiling progenitor-client v0.8.0
21302024-11-14T03:29:16.420Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21312024-11-14T03:29:16.593Z Compiling base64 v0.21.7
21322024-11-14T03:29:16.900Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21332024-11-14T03:29:17.011Z Compiling progenitor v0.8.0
21342024-11-14T03:29:17.283Z Compiling atomicwrites v0.4.4
21352024-11-14T03:29:17.733Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21362024-11-14T03:29:17.816Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21372024-11-14T03:29:18.046Z Compiling num-rational v0.4.2
21382024-11-14T03:29:18.064Z Compiling num-complex v0.4.6
21392024-11-14T03:29:18.431Z Compiling float-ord v0.3.2
21402024-11-14T03:29:18.616Z Compiling semver v0.1.20
21412024-11-14T03:29:19.202Z Compiling num v0.4.3
21422024-11-14T03:29:19.332Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21432024-11-14T03:29:19.386Z Compiling rustc_version v0.1.7
21442024-11-14T03:29:19.838Z Compiling newtype_derive v0.1.6
21452024-11-14T03:29:20.242Z Compiling humantime v2.1.0
21462024-11-14T03:29:20.515Z Compiling highway v1.2.0
21472024-11-14T03:29:21.245Z Compiling steno v0.4.1
21482024-11-14T03:29:22.269Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21492024-11-14T03:29:22.289Z Compiling newtype-uuid v1.1.3
21502024-11-14T03:29:22.641Z Compiling dropshot v0.13.0
21512024-11-14T03:29:22.718Z Compiling tungstenite v0.21.0
21522024-11-14T03:29:24.811Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21532024-11-14T03:29:25.520Z Compiling ipnetwork v0.20.0
21542024-11-14T03:29:25.523Z Compiling instant v0.1.13
21552024-11-14T03:29:25.682Z Compiling slog-dtrace v0.3.0
21562024-11-14T03:29:26.089Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21572024-11-14T03:29:26.335Z Compiling backoff v0.4.0
21582024-11-14T03:29:26.706Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21592024-11-14T03:29:26.817Z Compiling tokio-tungstenite v0.21.0
21602024-11-14T03:29:27.875Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21612024-11-14T03:29:28.236Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21622024-11-14T03:29:32.150Z Compiling parse-display v0.10.0
21632024-11-14T03:29:32.727Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-11-14T03:29:32.921Z Compiling strum v0.26.3
21652024-11-14T03:29:33.120Z Compiling serde_with v3.11.0
21662024-11-14T03:29:36.089Z Compiling regress v0.9.1
21672024-11-14T03:29:36.174Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21682024-11-14T03:29:37.267Z Compiling macaddr v1.0.1
21692024-11-14T03:29:37.876Z Compiling prettyplease v0.2.25
21702024-11-14T03:29:37.932Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21712024-11-14T03:29:39.111Z Compiling display-error-chain v0.2.2
21722024-11-14T03:29:39.349Z Compiling arc-swap v1.7.1
21732024-11-14T03:29:40.031Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21742024-11-14T03:29:40.055Z Compiling slog-scope v4.4.0
21752024-11-14T03:29:40.828Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21762024-11-14T03:29:40.884Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21772024-11-14T03:29:41.990Z Compiling half v2.4.1
21782024-11-14T03:29:42.683Z Compiling ciborium-io v0.2.2
21792024-11-14T03:29:42.839Z Compiling ciborium-ll v0.2.2
21802024-11-14T03:29:43.354Z Compiling slog-stdlog v4.1.1
21812024-11-14T03:29:43.435Z Compiling ciborium v0.2.2
21822024-11-14T03:29:44.194Z Compiling slog-envlogger v2.2.0
21832024-11-14T03:29:44.654Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21842024-11-14T03:29:45.630Z Compiling same-file v1.0.6
21852024-11-14T03:29:45.876Z Compiling fastrand v2.1.1
21862024-11-14T03:29:46.394Z Compiling tempfile v3.13.0
21872024-11-14T03:29:46.910Z Compiling walkdir v2.5.0
21882024-11-14T03:29:47.208Z Compiling ring v0.16.20
21892024-11-14T03:29:47.607Z Compiling blake3 v1.5.4
21902024-11-14T03:29:48.306Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21912024-11-14T03:29:50.090Z Compiling xattr v1.3.1
21922024-11-14T03:29:50.360Z Compiling filetime v0.2.25
21932024-11-14T03:29:50.674Z Compiling memmap2 v0.9.5
21942024-11-14T03:29:50.827Z Compiling keccak v0.1.5
21952024-11-14T03:29:51.109Z Compiling arrayvec v0.7.6
21962024-11-14T03:29:51.540Z Compiling spin v0.5.2
21972024-11-14T03:29:51.794Z Compiling arrayref v0.3.9
21982024-11-14T03:29:51.834Z Compiling constant_time_eq v0.3.1
21992024-11-14T03:29:55.316Z Compiling sha3 v0.10.8
22002024-11-14T03:29:55.906Z Compiling tar v0.4.43
22012024-11-14T03:29:56.234Z Compiling toolchain_find v0.4.0
22022024-11-14T03:29:56.287Z Compiling camino-tempfile v1.1.1
22032024-11-14T03:29:56.755Z Compiling nibble_vec v0.1.0
22042024-11-14T03:29:56.835Z Compiling endian-type v0.1.2
22052024-11-14T03:29:56.998Z Compiling maplit v1.0.2
22062024-11-14T03:29:57.101Z Compiling crunchy v0.2.2
22072024-11-14T03:29:57.133Z Compiling radium v0.7.0
22082024-11-14T03:29:57.589Z Compiling topological-sort v0.2.2
22092024-11-14T03:29:57.825Z Compiling omicron-zone-package v0.11.1
22102024-11-14T03:29:58.024Z Compiling radix_trie v0.2.1
22112024-11-14T03:29:58.806Z Compiling rustfmt-wrapper v0.2.1
22122024-11-14T03:29:58.955Z Compiling pem v3.0.4
22132024-11-14T03:29:59.389Z Compiling maybe-uninit v2.0.0
22142024-11-14T03:29:59.867Z Compiling tap v1.0.1
22152024-11-14T03:30:00.083Z Compiling tiny-keccak v2.0.2
22162024-11-14T03:30:00.398Z Compiling wyz v0.5.1
22172024-11-14T03:30:00.618Z Compiling dsl_auto_type v0.1.2
22182024-11-14T03:30:00.891Z Compiling scheduled-thread-pool v0.2.7
22192024-11-14T03:30:01.116Z Compiling secrecy v0.8.0
22202024-11-14T03:30:01.137Z Compiling diesel_table_macro_syntax v0.2.0
22212024-11-14T03:30:01.179Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22222024-11-14T03:30:01.395Z Compiling crc-catalog v2.4.0
22232024-11-14T03:30:01.540Z Compiling packed_struct v0.10.1
22242024-11-14T03:30:01.574Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22252024-11-14T03:30:01.908Z Compiling funty v2.0.0
22262024-11-14T03:30:02.059Z Compiling diesel_derives v2.2.3
22272024-11-14T03:30:02.075Z Compiling crc v3.2.1
22282024-11-14T03:30:02.121Z Compiling r2d2 v0.8.10
22292024-11-14T03:30:03.056Z Compiling bitvec v1.0.1
22302024-11-14T03:30:03.221Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22312024-11-14T03:30:04.159Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22322024-11-14T03:30:04.331Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22332024-11-14T03:30:06.082Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22342024-11-14T03:30:06.561Z Compiling ascii-canvas v3.0.0
22352024-11-14T03:30:07.089Z Compiling universal-hash v0.5.1
22362024-11-14T03:30:07.353Z Compiling thiserror-impl-no-std v2.0.2
22372024-11-14T03:30:07.851Z Compiling packed_struct_codegen v0.10.1
22382024-11-14T03:30:10.145Z Compiling lzma-sys v0.1.20
22392024-11-14T03:30:10.451Z Compiling ena v0.14.3
22402024-11-14T03:30:10.850Z Compiling indexmap v1.9.3
22412024-11-14T03:30:10.868Z Compiling nodrop v0.1.14
22422024-11-14T03:30:11.009Z Compiling regex-syntax v0.6.29
22432024-11-14T03:30:11.162Z Compiling diff v0.1.13
22442024-11-14T03:30:11.703Z Compiling opaque-debug v0.3.1
22452024-11-14T03:30:11.823Z Compiling poly1305 v0.8.0
22462024-11-14T03:30:13.454Z Compiling array-init v0.0.4
22472024-11-14T03:30:13.553Z Compiling diesel v2.2.4
22482024-11-14T03:30:14.774Z Compiling lalrpop v0.19.12
22492024-11-14T03:30:20.921Z Compiling thiserror-no-std v2.0.2
22502024-11-14T03:30:21.054Z Compiling smallvec v0.6.14
22512024-11-14T03:30:21.601Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22522024-11-14T03:30:22.095Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22532024-11-14T03:30:22.392Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22542024-11-14T03:30:22.631Z Compiling chacha20 v0.9.1
22552024-11-14T03:30:22.713Z Compiling heck v0.3.3
22562024-11-14T03:30:23.090Z Compiling const_format_proc_macros v0.2.33
22572024-11-14T03:30:23.124Z Compiling aead v0.5.2
22582024-11-14T03:30:23.468Z Compiling ref-cast v1.0.23
22592024-11-14T03:30:23.939Z Compiling termcolor v1.4.1
22602024-11-14T03:30:24.946Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22612024-11-14T03:30:25.012Z Compiling bitfield v0.14.0
22622024-11-14T03:30:25.246Z Compiling hashbrown v0.12.3
22632024-11-14T03:30:25.344Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22642024-11-14T03:30:27.839Z Compiling const_format v0.2.33
22652024-11-14T03:30:29.161Z Compiling env_logger v0.10.2
22662024-11-14T03:30:31.618Z Compiling chacha20poly1305 v0.10.1
22672024-11-14T03:30:31.880Z Compiling zone_cfg_derive v0.1.2
22682024-11-14T03:30:32.329Z Compiling serde-hex v0.1.0
22692024-11-14T03:30:33.321Z Compiling vsss-rs v3.3.4
22702024-11-14T03:30:37.844Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22712024-11-14T03:30:38.010Z Compiling ron v0.8.1
22722024-11-14T03:30:38.198Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22732024-11-14T03:30:38.504Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22742024-11-14T03:30:39.100Z Compiling derive_builder_core v0.20.2
22752024-11-14T03:30:41.158Z Compiling polar-core v0.27.3
22762024-11-14T03:30:41.355Z Compiling hashbrown v0.13.2
22772024-11-14T03:30:42.423Z Compiling headers-core v0.3.0
22782024-11-14T03:30:42.598Z Compiling fxhash v0.2.1
22792024-11-14T03:30:42.735Z Compiling libxml v0.3.3
22802024-11-14T03:30:42.836Z Compiling ref-cast-impl v1.0.23
22812024-11-14T03:30:43.097Z Compiling base64 v0.13.1
22822024-11-14T03:30:43.880Z Compiling crc-any v2.5.0
22832024-11-14T03:30:43.952Z Compiling ron v0.7.1
22842024-11-14T03:30:44.197Z Compiling object v0.30.4
22852024-11-14T03:30:44.878Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22862024-11-14T03:30:49.267Z Compiling headers v0.4.0
22872024-11-14T03:30:52.919Z Compiling derive_builder_macro v0.20.2
22882024-11-14T03:30:53.727Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22892024-11-14T03:30:55.269Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22902024-11-14T03:30:55.982Z Compiling xz2 v0.1.7
22912024-11-14T03:30:57.252Z Compiling zone v0.1.8
22922024-11-14T03:30:59.484Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
22932024-11-14T03:30:59.980Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22942024-11-14T03:31:00.394Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
22952024-11-14T03:31:00.539Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
22962024-11-14T03:31:00.700Z Compiling yasna v0.5.2
22972024-11-14T03:31:02.141Z Compiling phf_generator v0.11.2
22982024-11-14T03:31:02.351Z Compiling strum_macros v0.24.3
22992024-11-14T03:31:02.773Z Compiling kstat-rs v0.2.4
23002024-11-14T03:31:03.793Z Compiling samael v0.0.17
23012024-11-14T03:31:04.098Z Compiling async-recursion v1.1.1
23022024-11-14T03:31:05.416Z Compiling unicase v2.7.0
23032024-11-14T03:31:05.507Z Compiling indoc v1.0.9
23042024-11-14T03:31:05.681Z Compiling path-slash v0.1.5
23052024-11-14T03:31:05.749Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23062024-11-14T03:31:05.920Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23072024-11-14T03:31:06.825Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23082024-11-14T03:31:09.614Z Compiling phf_codegen v0.11.2
23092024-11-14T03:31:09.855Z Compiling rcgen v0.12.1
23102024-11-14T03:31:12.713Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23112024-11-14T03:31:18.561Z Compiling derive_builder v0.20.2
23122024-11-14T03:31:20.116Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23132024-11-14T03:31:21.787Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23142024-11-14T03:31:22.105Z Compiling impl-trait-for-tuples v0.2.2
23152024-11-14T03:31:23.864Z Compiling oso-derive v0.27.3
23162024-11-14T03:31:24.855Z Compiling libz-sys v1.1.20
23172024-11-14T03:31:25.524Z Compiling parse-zoneinfo v0.3.1
23182024-11-14T03:31:26.612Z Compiling quick-xml v0.33.0
23192024-11-14T03:31:27.126Z Compiling subprocess v0.2.9
23202024-11-14T03:31:27.188Z Compiling diesel-dtrace v0.3.0
23212024-11-14T03:31:27.497Z Compiling parking_lot_core v0.8.6
23222024-11-14T03:31:27.928Z Compiling cfg_aliases v0.1.1
23232024-11-14T03:31:28.048Z Compiling nix v0.28.0
23242024-11-14T03:31:28.844Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23252024-11-14T03:31:29.013Z Compiling oso v0.27.3
23262024-11-14T03:31:31.929Z Compiling chrono-tz-build v0.4.0
23272024-11-14T03:31:33.298Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23282024-11-14T03:31:34.907Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23292024-11-14T03:31:36.750Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23302024-11-14T03:31:40.106Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23312024-11-14T03:31:40.396Z Compiling bb8 v0.8.5
23322024-11-14T03:31:40.416Z Compiling vte_generate_state_changes v0.1.2
23332024-11-14T03:31:41.021Z Compiling buf-list v1.0.3
23342024-11-14T03:31:41.041Z Compiling vte v0.11.1
23352024-11-14T03:31:41.652Z Compiling async-bb8-diesel v0.2.1
23362024-11-14T03:31:42.585Z Compiling chrono-tz v0.10.0
23372024-11-14T03:31:43.502Z Compiling fd-lock v4.0.2
23382024-11-14T03:31:43.753Z Compiling libgit2-sys v0.17.0+1.8.1
23392024-11-14T03:31:43.882Z Compiling pin-project-internal v1.1.6
23402024-11-14T03:31:44.601Z Compiling atty v0.2.14
23412024-11-14T03:31:44.775Z Compiling bytecount v0.6.8
23422024-11-14T03:31:45.107Z Compiling salty v0.3.0
23432024-11-14T03:31:45.565Z Compiling papergrid v0.11.0
23442024-11-14T03:31:46.688Z Compiling pin-project v1.1.6
23452024-11-14T03:31:47.227Z Compiling parking_lot v0.11.2
23462024-11-14T03:31:55.955Z Compiling strip-ansi-escapes v0.2.0
23472024-11-14T03:31:57.761Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23482024-11-14T03:31:58.690Z Compiling tabled_derive v0.7.0
23492024-11-14T03:32:00.814Z Compiling peg-macros v0.8.4
23502024-11-14T03:32:02.482Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512024-11-14T03:32:03.502Z Compiling snafu-derive v0.8.5
23522024-11-14T03:32:04.114Z Compiling sqlparser_derive v0.2.2
23532024-11-14T03:32:05.162Z Compiling bumpalo v3.16.0
23542024-11-14T03:32:05.773Z Compiling home v0.5.9
23552024-11-14T03:32:06.088Z Compiling unicode_categories v0.1.1
23562024-11-14T03:32:06.440Z Compiling simd-adler32 v0.3.7
23572024-11-14T03:32:07.538Z Compiling lockfree-object-pool v0.1.6
23582024-11-14T03:32:07.874Z Compiling nu-ansi-term v0.50.1
23592024-11-14T03:32:08.327Z Compiling zip v2.1.3
23602024-11-14T03:32:08.690Z Compiling reedline v0.35.0
23612024-11-14T03:32:09.097Z Compiling snafu v0.8.5
23622024-11-14T03:32:10.345Z Compiling zopfli v0.8.1
23632024-11-14T03:32:14.584Z Compiling sqlformat v0.2.6
23642024-11-14T03:32:15.209Z Compiling rustyline v14.0.0
23652024-11-14T03:32:21.402Z Compiling sqlparser v0.45.0
23662024-11-14T03:32:22.683Z Compiling peg v0.8.4
23672024-11-14T03:32:22.845Z Compiling tabled v0.15.0
23682024-11-14T03:32:25.719Z Compiling sled v0.34.7
23692024-11-14T03:32:27.462Z Compiling mime_guess v2.0.5
23702024-11-14T03:32:30.834Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23712024-11-14T03:32:31.791Z Compiling hickory-client v0.24.1
23722024-11-14T03:32:33.115Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23732024-11-14T03:32:36.876Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23742024-11-14T03:32:37.124Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23752024-11-14T03:32:37.280Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23762024-11-14T03:32:42.973Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23772024-11-14T03:32:44.298Z Compiling globset v0.4.15
23782024-11-14T03:32:44.545Z Compiling hickory-server v0.24.1
23792024-11-14T03:32:45.950Z Compiling primeorder v0.13.6
23802024-11-14T03:32:46.569Z Compiling olpc-cjson v0.1.4
23812024-11-14T03:32:46.935Z Compiling vergen v8.3.2
23822024-11-14T03:32:47.280Z Compiling bcs v0.1.6
23832024-11-14T03:32:48.203Z Compiling env_filter v0.1.2
23842024-11-14T03:32:51.910Z Compiling cargo-platform v0.1.8
23852024-11-14T03:32:52.437Z Compiling serde_plain v1.0.2
23862024-11-14T03:32:52.996Z Compiling nanorand v0.7.0
23872024-11-14T03:32:53.711Z Compiling memoffset v0.9.1
23882024-11-14T03:32:54.050Z Compiling typed-path v0.9.3
23892024-11-14T03:32:56.961Z Compiling tough v0.19.0
23902024-11-14T03:32:58.634Z Compiling flume v0.11.1
23912024-11-14T03:32:59.472Z Compiling cargo_metadata v0.18.1
23922024-11-14T03:33:00.913Z Compiling env_logger v0.11.5
23932024-11-14T03:33:02.364Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23942024-11-14T03:33:03.068Z Compiling p384 v0.13.0
23952024-11-14T03:33:09.238Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23962024-11-14T03:33:12.772Z Compiling git2 v0.19.0
23972024-11-14T03:33:19.208Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23982024-11-14T03:33:22.729Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23992024-11-14T03:33:26.450Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24002024-11-14T03:33:27.988Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24012024-11-14T03:33:29.255Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24022024-11-14T03:33:30.888Z Compiling rand_seeder v0.3.0
24032024-11-14T03:33:31.300Z Compiling libsqlite3-sys v0.30.1
24042024-11-14T03:33:31.847Z Compiling parse-size v1.1.0
24052024-11-14T03:33:32.065Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24062024-11-14T03:33:32.084Z Compiling rustls v0.21.12
24072024-11-14T03:33:32.192Z Compiling cfg_aliases v0.2.1
24082024-11-14T03:33:32.307Z Compiling nix v0.29.0
24092024-11-14T03:33:36.683Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24102024-11-14T03:33:36.683Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24112024-11-14T03:33:36.683Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24122024-11-14T03:33:36.683Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24132024-11-14T03:33:36.683Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24142024-11-14T03:33:36.957Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24152024-11-14T03:33:36.957Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24162024-11-14T03:33:36.957Z Compiling sct v0.7.1
24172024-11-14T03:33:36.958Z Compiling rustls-webpki v0.101.7
24182024-11-14T03:33:38.981Z Compiling castaway v0.2.3
24192024-11-14T03:33:39.183Z Compiling csv-core v0.1.11
24202024-11-14T03:33:39.647Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24212024-11-14T03:33:39.847Z Compiling http-range v0.1.5
24222024-11-14T03:33:39.968Z Compiling glob v0.3.1
24232024-11-14T03:33:40.082Z Compiling hyper-staticfile v0.10.1
24242024-11-14T03:33:40.441Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24252024-11-14T03:33:42.085Z Compiling csv v1.3.0
24262024-11-14T03:33:43.124Z Compiling compact_str v0.8.0
24272024-11-14T03:33:45.832Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24282024-11-14T03:33:47.608Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24292024-11-14T03:33:48.065Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24302024-11-14T03:33:48.950Z Compiling nix v0.27.1
24312024-11-14T03:33:52.076Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24322024-11-14T03:33:55.252Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24332024-11-14T03:34:01.460Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24342024-11-14T03:34:02.623Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24352024-11-14T03:34:06.144Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24362024-11-14T03:34:06.499Z Compiling unicode-truncate v1.1.0
24372024-11-14T03:34:06.812Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24382024-11-14T03:34:07.126Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24392024-11-14T03:34:07.447Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24402024-11-14T03:34:09.115Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24412024-11-14T03:34:10.357Z Compiling hashlink v0.9.1
24422024-11-14T03:34:10.500Z Compiling tungstenite v0.23.0
24432024-11-14T03:34:11.176Z Compiling lru v0.12.5
24442024-11-14T03:34:11.563Z Compiling instability v0.3.2
24452024-11-14T03:34:12.085Z Compiling fallible-iterator v0.3.0
24462024-11-14T03:34:12.591Z Compiling cassowary v0.3.0
24472024-11-14T03:34:12.956Z Compiling fallible-streaming-iterator v0.1.9
24482024-11-14T03:34:13.256Z Compiling rusqlite v0.32.1
24492024-11-14T03:34:14.707Z Compiling ratatui v0.28.1
24502024-11-14T03:34:16.236Z Compiling tokio-tungstenite v0.23.1
24512024-11-14T03:34:16.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24522024-11-14T03:34:19.719Z Compiling tokio-rustls v0.24.1
24532024-11-14T03:34:25.792Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24542024-11-14T03:34:33.174Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24552024-11-14T03:34:34.569Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24562024-11-14T03:34:35.494Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24572024-11-14T03:34:36.162Z Compiling rustls-pemfile v1.0.4
24582024-11-14T03:34:36.857Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24592024-11-14T03:34:37.151Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24602024-11-14T03:34:37.154Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24612024-11-14T03:34:37.339Z Compiling signal-hook-tokio v0.3.1
24622024-11-14T03:34:37.550Z Compiling twox-hash v1.6.3
24632024-11-14T03:34:38.454Z Compiling unicode-linebreak v0.1.5
24642024-11-14T03:34:38.965Z Compiling smawk v0.3.2
24652024-11-14T03:34:39.239Z Compiling is_ci v1.2.0
24662024-11-14T03:34:39.543Z Compiling supports-color v3.0.1
24672024-11-14T03:34:39.931Z Compiling textwrap v0.16.1
24682024-11-14T03:34:43.330Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24692024-11-14T03:34:48.437Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24702024-11-14T03:35:00.387Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24712024-11-14T03:35:01.304Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24722024-11-14T03:35:03.427Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24732024-11-14T03:35:06.157Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24742024-11-14T03:35:06.767Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24752024-11-14T03:35:07.293Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24762024-11-14T03:35:14.543Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24772024-11-14T03:35:14.865Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24782024-11-14T03:35:17.127Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24792024-11-14T03:35:21.858Z Compiling fatfs v0.3.6
24802024-11-14T03:35:24.857Z Compiling rtoolbox v0.0.2
24812024-11-14T03:35:25.318Z Compiling assert_matches v1.5.0
24822024-11-14T03:35:26.081Z Compiling rpassword v7.3.1
24832024-11-14T03:35:26.259Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24842024-11-14T03:35:26.572Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24852024-11-14T03:35:47.435Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24862024-11-14T03:35:48.662Z Compiling tui-tree-widget v0.22.0
24872024-11-14T03:35:49.152Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24882024-11-14T03:35:53.437Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24892024-11-14T03:35:54.377Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24902024-11-14T03:35:54.695Z Compiling uzers v0.12.1
24912024-11-14T03:35:57.833Z Compiling shell-words v1.1.0
24922024-11-14T03:35:58.365Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24932024-11-14T03:36:07.153Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24942024-11-14T03:36:09.199Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24952024-11-14T03:36:30.334Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24962024-11-14T03:36:39.426Z Compiling multimap v0.10.0
24972024-11-14T03:38:35.722Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24982024-11-14T03:38:52.321Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24992024-11-14T03:45:40.646Z Finished `release` profile [optimized] target(s) in 16m 26s
25002024-11-14T03:46:42.297Z
25012024-11-14T03:46:42.300Zreal 17:29.844754988
25022024-11-14T03:46:42.300Zuser 1:58:26.278278615
25032024-11-14T03:46:42.300Zsys 5:57.452980025
25042024-11-14T03:46:42.300Ztrap 2.942308309
25052024-11-14T03:46:42.300Ztflt 3.061353993
25062024-11-14T03:46:42.300Zdflt 4.921365934
25072024-11-14T03:46:42.300Zkflt 0.001437585
25082024-11-14T03:46:42.300Zlock 7:18:16.452240140
25092024-11-14T03:46:42.300Zslp 6:17:02.624421951
25102024-11-14T03:46:42.300Zlat 2:55.262641445
25112024-11-14T03:46:42.300Zstop 2:30.965842389
25122024-11-14T03:46:42.300Z+ mapfile -t packages
25132024-11-14T03:46:42.300Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25142024-11-14T03:46:43.319Z Finished `release` profile [optimized] target(s) in 0.96s
25152024-11-14T03:46:43.379Z Running `target/release/omicron-package -t test list-outputs`
25162024-11-14T03:46:43.429ZLogging to: /work/oxidecomputer/omicron/out/LOG
25172024-11-14T03:46:43.431Z+ ptime -m cargo build --locked --release -p xtask
25182024-11-14T03:46:43.997Z Compiling serde v1.0.215
25192024-11-14T03:46:44.001Z Compiling libc v0.2.162
25202024-11-14T03:46:44.001Z Compiling serde_json v1.0.132
25212024-11-14T03:46:44.001Z Compiling rustix v0.38.37
25222024-11-14T03:46:44.001Z Compiling syn v2.0.87
25232024-11-14T03:46:44.102Z Compiling bitflags v2.6.0
25242024-11-14T03:46:44.442Z Compiling usdt-impl v0.5.0
25252024-11-14T03:46:44.497Z Compiling syn v1.0.109
25262024-11-14T03:46:44.616Z Compiling log v0.4.22
25272024-11-14T03:46:44.633Z Compiling hashbrown v0.15.0
25282024-11-14T03:46:44.657Z Compiling fs-err v2.11.0
25292024-11-14T03:46:44.969Z Compiling once_cell v1.20.2
25302024-11-14T03:46:45.071Z Compiling anyhow v1.0.93
25312024-11-14T03:46:45.626Z Compiling thread-id v4.2.2
25322024-11-14T03:46:45.981Z Compiling indexmap v2.6.0
25332024-11-14T03:46:47.163Z Compiling terminal_size v0.4.0
25342024-11-14T03:46:47.163Z Compiling tempfile v3.13.0
25352024-11-14T03:46:47.399Z Compiling clap_builder v4.5.20
25362024-11-14T03:46:47.904Z Compiling proc-macro-error v1.0.4
25372024-11-14T03:46:49.304Z Compiling tabled_derive v0.7.0
25382024-11-14T03:46:50.668Z Compiling tabled v0.15.0
25392024-11-14T03:46:52.332Z Compiling serde_derive v1.0.215
25402024-11-14T03:46:53.653Z Compiling thiserror-impl v1.0.69
25412024-11-14T03:46:53.865Z Compiling zerocopy-derive v0.7.35
25422024-11-14T03:46:55.967Z Compiling zerocopy v0.7.35
25432024-11-14T03:46:56.689Z Compiling thiserror v1.0.69
25442024-11-14T03:46:56.861Z Compiling pest v2.7.14
25452024-11-14T03:46:57.780Z Compiling scroll_derive v0.12.0
25462024-11-14T03:46:59.194Z Compiling scroll v0.12.0
25472024-11-14T03:46:59.864Z Compiling pest_meta v2.7.14
25482024-11-14T03:47:00.372Z Compiling goblin v0.8.2
25492024-11-14T03:47:04.137Z Compiling pest_generator v2.7.14
25502024-11-14T03:47:05.990Z Compiling pest_derive v2.7.14
25512024-11-14T03:47:06.465Z Compiling serde_tokenstream v0.2.2
25522024-11-14T03:47:06.792Z Compiling dtrace-parser v0.2.0
25532024-11-14T03:47:07.087Z Compiling serde_spanned v0.6.8
25542024-11-14T03:47:07.363Z Compiling toml_datetime v0.6.8
25552024-11-14T03:47:08.110Z Compiling dof v0.3.0
25562024-11-14T03:47:09.144Z Compiling toml_edit v0.22.22
25572024-11-14T03:47:11.059Z Compiling camino v1.1.9
25582024-11-14T03:47:12.185Z Compiling usdt-attr-macro v0.5.0
25592024-11-14T03:47:12.494Z Compiling usdt-macro v0.5.0
25602024-11-14T03:47:13.602Z Compiling toml v0.8.19
25612024-11-14T03:47:14.076Z Compiling semver v1.0.23
25622024-11-14T03:47:15.582Z Compiling cargo-platform v0.1.8
25632024-11-14T03:47:15.706Z Compiling clap_derive v4.5.18
25642024-11-14T03:47:16.171Z Compiling cargo_metadata v0.18.1
25652024-11-14T03:47:16.474Z Compiling cargo_toml v0.20.5
25662024-11-14T03:47:16.755Z Compiling usdt v0.5.0
25672024-11-14T03:47:18.251Z Compiling camino-tempfile v1.1.1
25682024-11-14T03:47:19.055Z Compiling macaddr v1.0.1
25692024-11-14T03:47:20.397Z Compiling clap v4.5.20
25702024-11-14T03:47:29.470Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25712024-11-14T03:47:40.864Z Finished `release` profile [optimized] target(s) in 57.37s
25722024-11-14T03:47:40.972Z
25732024-11-14T03:47:40.975Zreal 57.509283145
25742024-11-14T03:47:40.975Zuser 5:50.266759763
25752024-11-14T03:47:40.975Zsys 32.132177428
25762024-11-14T03:47:40.975Ztrap 0.161773044
25772024-11-14T03:47:40.975Ztflt 0.321673253
25782024-11-14T03:47:40.975Zdflt 0.399526794
25792024-11-14T03:47:40.975Zkflt 0.000000000
25802024-11-14T03:47:40.975Zlock 10:48.804593345
25812024-11-14T03:47:40.975Zslp 16:02.272119330
25822024-11-14T03:47:40.975Zlat 14.064159572
25832024-11-14T03:47:40.975Zstop 18.889623780
25842024-11-14T03:47:40.975Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25852024-11-14T03:47:40.975Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25862024-11-14T03:47:40.975Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25872024-11-14T03:47:40.975Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25882024-11-14T03:47:40.976Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25892024-11-14T03:47:41.845Z Compiling hashbrown v0.14.5
25902024-11-14T03:47:41.973Z Compiling unsafe-libyaml v0.2.11
25912024-11-14T03:47:41.986Z Compiling progenitor-client v0.8.0
25922024-11-14T03:47:41.989Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25932024-11-14T03:47:41.989Z Compiling ident_case v1.0.1
25942024-11-14T03:47:41.989Z Compiling ipnetwork v0.20.0
25952024-11-14T03:47:41.989Z Compiling instant v0.1.13
25962024-11-14T03:47:41.989Z Compiling structmeta-derive v0.3.0
25972024-11-14T03:47:42.120Z Compiling newtype-uuid v1.1.3
25982024-11-14T03:47:42.238Z Compiling darling_core v0.20.10
25992024-11-14T03:47:42.386Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26002024-11-14T03:47:42.470Z Compiling dropshot v0.13.0
26012024-11-14T03:47:42.838Z Compiling dropshot_endpoint v0.13.0
26022024-11-14T03:47:42.858Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26032024-11-14T03:47:42.929Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26042024-11-14T03:47:43.183Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26052024-11-14T03:47:43.294Z Compiling regress v0.10.1
26062024-11-14T03:47:43.315Z Compiling serde_yaml v0.9.34+deprecated
26072024-11-14T03:47:43.658Z Compiling regress v0.9.1
26082024-11-14T03:47:43.901Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26092024-11-14T03:47:43.961Z Compiling backoff v0.4.0
26102024-11-14T03:47:44.103Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26112024-11-14T03:47:44.278Z Compiling macaddr v1.0.1
26122024-11-14T03:47:44.351Z Compiling tempfile v3.13.0
26132024-11-14T03:47:44.756Z Compiling proc-macro-crate v1.3.1
26142024-11-14T03:47:45.126Z Compiling structmeta v0.3.0
26152024-11-14T03:47:45.270Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26162024-11-14T03:47:45.650Z Compiling parse-display-derive v0.10.0
26172024-11-14T03:47:45.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26182024-11-14T03:47:45.902Z Compiling num_enum_derive v0.5.11
26192024-11-14T03:47:46.022Z Compiling foreign-types-macros v0.2.3
26202024-11-14T03:47:47.393Z Compiling typify-impl v0.2.0
26212024-11-14T03:47:47.584Z Compiling heapless v0.8.0
26222024-11-14T03:47:48.176Z Compiling foreign-types-shared v0.3.1
26232024-11-14T03:47:48.317Z Compiling foreign-types v0.5.0
26242024-11-14T03:47:48.495Z Compiling proc-macro-error v1.0.4
26252024-11-14T03:47:48.617Z Compiling num_enum v0.5.11
26262024-11-14T03:47:48.936Z Compiling camino-tempfile v1.1.1
26272024-11-14T03:47:48.969Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26282024-11-14T03:47:48.992Z Compiling hash32 v0.3.1
26292024-11-14T03:47:49.236Z Compiling cstr-argument v0.1.2
26302024-11-14T03:47:49.257Z Compiling crucible-workspace-hack v0.1.0
26312024-11-14T03:47:49.416Z Compiling smoltcp v0.11.0
26322024-11-14T03:47:49.456Z Compiling darling_macro v0.20.10
26332024-11-14T03:47:49.506Z Compiling pretty-hex v0.2.1
26342024-11-14T03:47:49.562Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26352024-11-14T03:47:49.694Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26362024-11-14T03:47:49.828Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26372024-11-14T03:47:50.124Z Compiling tabwriter v1.4.0
26382024-11-14T03:47:50.193Z Compiling colored v2.1.0
26392024-11-14T03:47:50.224Z Compiling cobs v0.2.3
26402024-11-14T03:47:50.255Z Compiling parse-display v0.10.0
26412024-11-14T03:47:50.407Z Compiling darling v0.20.10
26422024-11-14T03:47:50.520Z Compiling postcard v1.0.10
26432024-11-14T03:47:50.546Z Compiling serde_with_macros v3.11.0
26442024-11-14T03:47:50.813Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26452024-11-14T03:47:51.048Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26462024-11-14T03:47:51.051Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26472024-11-14T03:47:51.253Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26482024-11-14T03:47:51.276Z Compiling smf v0.2.3
26492024-11-14T03:47:51.279Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26502024-11-14T03:47:51.637Z Compiling zone_cfg_derive v0.3.0
26512024-11-14T03:47:51.978Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26522024-11-14T03:47:52.478Z Compiling num-derive v0.4.2
26532024-11-14T03:47:52.758Z Compiling sigpipe v0.1.3
26542024-11-14T03:47:52.902Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26552024-11-14T03:47:53.156Z Compiling zone v0.3.0
26562024-11-14T03:47:53.224Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26572024-11-14T03:47:53.534Z Compiling serde_with v3.11.0
26582024-11-14T03:47:54.426Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26592024-11-14T03:47:54.884Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26602024-11-14T03:47:54.917Z Compiling universal-hash v0.5.1
26612024-11-14T03:47:54.939Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26622024-11-14T03:47:55.129Z Compiling opaque-debug v0.3.1
26632024-11-14T03:47:55.248Z Compiling num-rational v0.4.2
26642024-11-14T03:47:55.929Z Compiling password-hash v0.5.0
26652024-11-14T03:47:55.951Z Compiling num-complex v0.4.6
26662024-11-14T03:47:56.664Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26672024-11-14T03:47:57.016Z Compiling blake2 v0.10.6
26682024-11-14T03:47:57.068Z Compiling aead v0.5.2
26692024-11-14T03:47:57.109Z Compiling keccak v0.1.5
26702024-11-14T03:47:57.129Z Compiling convert_case v0.4.0
26712024-11-14T03:47:57.394Z Compiling num v0.4.3
26722024-11-14T03:47:57.417Z Compiling sha3 v0.10.8
26732024-11-14T03:47:57.509Z Compiling argon2 v0.5.3
26742024-11-14T03:47:57.556Z Compiling poly1305 v0.8.0
26752024-11-14T03:47:58.158Z Compiling tungstenite v0.21.0
26762024-11-14T03:47:58.199Z Compiling derive_more v0.99.18
26772024-11-14T03:47:58.392Z Compiling chacha20 v0.9.1
26782024-11-14T03:47:58.482Z Compiling base64 v0.21.7
26792024-11-14T03:47:58.887Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26802024-11-14T03:47:58.970Z Compiling float-ord v0.3.2
26812024-11-14T03:47:59.172Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26822024-11-14T03:47:59.284Z Compiling tokio-tungstenite v0.21.0
26832024-11-14T03:47:59.304Z Compiling same-file v1.0.6
26842024-11-14T03:47:59.612Z Compiling semver v0.1.20
26852024-11-14T03:47:59.615Z Compiling walkdir v2.5.0
26862024-11-14T03:47:59.899Z Compiling newline-converter v0.3.0
26872024-11-14T03:48:00.088Z Compiling rustc_version v0.1.7
26882024-11-14T03:48:00.321Z Compiling primeorder v0.13.6
26892024-11-14T03:48:00.408Z Compiling secrecy v0.8.0
26902024-11-14T03:48:00.426Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26912024-11-14T03:48:00.428Z Compiling owo-colors v4.1.0
26922024-11-14T03:48:00.467Z Compiling cancel-safe-futures v0.1.5
26932024-11-14T03:48:00.638Z Compiling newtype_derive v0.1.6
26942024-11-14T03:48:00.687Z Compiling expectorate v1.1.0
26952024-11-14T03:48:00.781Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26962024-11-14T03:48:00.841Z Compiling thiserror-impl-no-std v2.0.2
26972024-11-14T03:48:00.861Z Compiling ring v0.16.20
26982024-11-14T03:48:00.881Z Compiling blake3 v1.5.4
26992024-11-14T03:48:00.935Z Compiling unicase v2.7.0
27002024-11-14T03:48:01.126Z Compiling half v2.4.1
27012024-11-14T03:48:01.238Z Compiling arc-swap v1.7.1
27022024-11-14T03:48:01.348Z Compiling ciborium-io v0.2.2
27032024-11-14T03:48:01.693Z Compiling ciborium-ll v0.2.2
27042024-11-14T03:48:01.714Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27052024-11-14T03:48:01.895Z Compiling slog-scope v4.4.0
27062024-11-14T03:48:02.220Z Compiling polyval v0.6.2
27072024-11-14T03:48:02.454Z Compiling atomicwrites v0.4.4
27082024-11-14T03:48:02.700Z Compiling libsw v3.3.1
27092024-11-14T03:48:02.703Z Compiling memmap2 v0.9.5
27102024-11-14T03:48:02.849Z Compiling libefi-sys v0.1.0
27112024-11-14T03:48:03.012Z Compiling constant_time_eq v0.3.1
27122024-11-14T03:48:03.128Z Compiling arrayvec v0.7.6
27132024-11-14T03:48:03.188Z Compiling spin v0.5.2
27142024-11-14T03:48:03.220Z Compiling linear-map v1.2.0
27152024-11-14T03:48:03.443Z Compiling parking_lot_core v0.8.6
27162024-11-14T03:48:03.566Z Compiling salty v0.3.0
27172024-11-14T03:48:03.626Z Compiling arrayref v0.3.9
27182024-11-14T03:48:03.740Z Compiling indent_write v2.2.0
27192024-11-14T03:48:04.040Z Compiling ghash v0.5.1
27202024-11-14T03:48:04.061Z Compiling slog-stdlog v4.1.1
27212024-11-14T03:48:04.157Z Compiling thiserror-no-std v2.0.2
27222024-11-14T03:48:04.249Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27232024-11-14T03:48:04.286Z Compiling vsss-rs v3.3.4
27242024-11-14T03:48:04.509Z Compiling ciborium v0.2.2
27252024-11-14T03:48:05.199Z Compiling p384 v0.13.0
27262024-11-14T03:48:05.299Z Compiling toolchain_find v0.4.0
27272024-11-14T03:48:06.092Z Compiling chacha20poly1305 v0.10.1
27282024-11-14T03:48:06.114Z Compiling lzma-sys v0.1.20
27292024-11-14T03:48:06.159Z Compiling ctr v0.9.2
27302024-11-14T03:48:06.351Z Compiling itertools v0.13.0
27312024-11-14T03:48:06.500Z Compiling typify-macro v0.2.0
27322024-11-14T03:48:06.535Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27332024-11-14T03:48:06.753Z Compiling bitfield-struct v0.6.2
27342024-11-14T03:48:06.914Z Compiling slog-dtrace v0.3.0
27352024-11-14T03:48:06.953Z Compiling highway v1.2.0
27362024-11-14T03:48:07.218Z Compiling topological-sort v0.2.2
27372024-11-14T03:48:07.461Z Compiling omicron-zone-package v0.11.1
27382024-11-14T03:48:08.093Z Compiling aes-gcm v0.10.3
27392024-11-14T03:48:08.289Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27402024-11-14T03:48:08.293Z Compiling rustfmt-wrapper v0.2.1
27412024-11-14T03:48:08.428Z Compiling mime_guess v2.0.5
27422024-11-14T03:48:08.450Z Compiling steno v0.4.1
27432024-11-14T03:48:08.922Z Compiling slog-envlogger v2.2.0
27442024-11-14T03:48:09.701Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27452024-11-14T03:48:09.751Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27462024-11-14T03:48:09.804Z Compiling heck v0.3.3
27472024-11-14T03:48:10.003Z Compiling ssh-encoding v0.2.0
27482024-11-14T03:48:10.239Z Compiling blowfish v0.9.1
27492024-11-14T03:48:10.260Z Compiling nibble_vec v0.1.0
27502024-11-14T03:48:10.424Z Compiling env_filter v0.1.2
27512024-11-14T03:48:10.484Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27522024-11-14T03:48:10.553Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27532024-11-14T03:48:10.617Z Compiling endian-type v0.1.2
27542024-11-14T03:48:10.759Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27552024-11-14T03:48:10.877Z Compiling humantime v2.1.0
27562024-11-14T03:48:10.917Z Compiling typify v0.2.0
27572024-11-14T03:48:10.946Z Compiling radix_trie v0.2.1
27582024-11-14T03:48:10.966Z Compiling env_logger v0.11.5
27592024-11-14T03:48:11.081Z Compiling progenitor-impl v0.8.0
27602024-11-14T03:48:11.112Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27612024-11-14T03:48:11.196Z Compiling bcrypt-pbkdf v0.10.0
27622024-11-14T03:48:11.440Z Compiling ssh-cipher v0.2.0
27632024-11-14T03:48:11.688Z Compiling zone_cfg_derive v0.1.2
27642024-11-14T03:48:11.855Z Compiling parking_lot v0.11.2
27652024-11-14T03:48:12.209Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27662024-11-14T03:48:12.283Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27672024-11-14T03:48:12.921Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27682024-11-14T03:48:13.182Z Compiling password-hash v0.4.2
27692024-11-14T03:48:13.209Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27702024-11-14T03:48:13.249Z Compiling gethostname v0.5.0
27712024-11-14T03:48:13.338Z Compiling fxhash v0.2.1
27722024-11-14T03:48:13.465Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27732024-11-14T03:48:13.485Z Compiling matches v0.1.10
27742024-11-14T03:48:13.571Z Compiling base64 v0.13.1
27752024-11-14T03:48:13.599Z Compiling idna v0.2.3
27762024-11-14T03:48:13.811Z Compiling pbkdf2 v0.11.0
27772024-11-14T03:48:13.833Z Compiling sled v0.34.7
27782024-11-14T03:48:14.094Z Compiling ron v0.7.1
27792024-11-14T03:48:14.118Z Compiling zone v0.1.8
27802024-11-14T03:48:14.185Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27812024-11-14T03:48:14.208Z Compiling xz2 v0.1.7
27822024-11-14T03:48:14.719Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27832024-11-14T03:48:15.332Z Compiling ssh-key v0.6.6
27842024-11-14T03:48:15.806Z Compiling hickory-client v0.24.1
27852024-11-14T03:48:16.245Z Compiling p256 v0.13.2
27862024-11-14T03:48:16.426Z Compiling p521 v0.13.3
27872024-11-14T03:48:16.568Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27882024-11-14T03:48:17.135Z Compiling hickory-server v0.24.1
27892024-11-14T03:48:17.361Z Compiling enum-as-inner v0.5.1
27902024-11-14T03:48:17.773Z Compiling pem v3.0.4
27912024-11-14T03:48:18.424Z Compiling yasna v0.5.2
27922024-11-14T03:48:18.605Z Compiling headers-core v0.3.0
27932024-11-14T03:48:18.792Z Compiling kstat-rs v0.2.4
27942024-11-14T03:48:18.902Z Compiling nanorand v0.7.0
27952024-11-14T03:48:19.483Z Compiling atty v0.2.14
27962024-11-14T03:48:19.505Z Compiling russh-cryptovec v0.7.3
27972024-11-14T03:48:19.539Z Compiling progenitor-macro v0.8.0
27982024-11-14T03:48:19.644Z Compiling http-range v0.1.5
27992024-11-14T03:48:19.858Z Compiling md5 v0.7.0
28002024-11-14T03:48:20.045Z Compiling hyper-staticfile v0.10.1
28012024-11-14T03:48:20.217Z Compiling russh-keys v0.45.0
28022024-11-14T03:48:20.364Z Compiling rcgen v0.12.1
28032024-11-14T03:48:20.395Z Compiling flume v0.11.1
28042024-11-14T03:48:20.415Z Compiling headers v0.4.0
28052024-11-14T03:48:21.181Z Compiling trust-dns-proto v0.22.0
28062024-11-14T03:48:21.286Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28072024-11-14T03:48:22.479Z Compiling num-bigint v0.4.6
28082024-11-14T03:48:22.998Z Compiling des v0.8.1
28092024-11-14T03:48:23.385Z Compiling subprocess v0.2.9
28102024-11-14T03:48:24.571Z Compiling dhcproto-macros v0.1.0
28112024-11-14T03:48:24.606Z Compiling hex-literal v0.4.1
28122024-11-14T03:48:24.775Z Compiling display-error-chain v0.2.2
28132024-11-14T03:48:25.004Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28142024-11-14T03:48:25.401Z Compiling internet-checksum v0.2.1
28152024-11-14T03:48:25.573Z Compiling russh v0.45.0
28162024-11-14T03:48:25.855Z Compiling dhcproto v0.12.0
28172024-11-14T03:48:30.701Z Compiling progenitor v0.8.0
28182024-11-14T03:48:30.867Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28192024-11-14T03:48:30.870Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28202024-11-14T03:48:30.870Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28212024-11-14T03:48:30.920Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28222024-11-14T03:48:30.924Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28232024-11-14T03:48:30.962Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28242024-11-14T03:48:31.208Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28252024-11-14T03:48:31.527Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28262024-11-14T03:48:32.462Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28272024-11-14T03:48:33.302Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28282024-11-14T03:48:37.016Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28292024-11-14T03:48:37.578Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28302024-11-14T03:48:47.024Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28312024-11-14T03:48:47.027Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28322024-11-14T03:48:47.027Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28332024-11-14T03:48:47.027Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28342024-11-14T03:48:50.287Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28352024-11-14T03:48:50.522Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28362024-11-14T03:48:51.383Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28372024-11-14T03:48:52.096Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28382024-11-14T03:48:52.188Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28392024-11-14T03:48:55.228Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28402024-11-14T03:48:56.098Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28412024-11-14T03:48:56.303Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28422024-11-14T03:48:57.064Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28432024-11-14T03:48:57.806Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28442024-11-14T03:48:58.001Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28452024-11-14T03:48:59.030Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28462024-11-14T03:48:59.092Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28472024-11-14T03:48:59.973Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28482024-11-14T03:49:00.121Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28492024-11-14T03:49:03.178Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28502024-11-14T03:49:03.694Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28512024-11-14T03:49:03.956Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522024-11-14T03:49:05.064Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28532024-11-14T03:49:06.224Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28542024-11-14T03:49:09.176Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28552024-11-14T03:49:09.606Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28562024-11-14T03:49:10.850Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28572024-11-14T03:49:11.661Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28582024-11-14T03:49:15.363Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28592024-11-14T03:49:24.679Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28602024-11-14T03:49:26.031Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28612024-11-14T03:49:44.645Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28622024-11-14T03:50:17.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
28632024-11-14T03:50:17.452Z
28642024-11-14T03:50:17.452Zreal 2:36.425928270
28652024-11-14T03:50:17.454Zuser 12:12.210102892
28662024-11-14T03:50:17.454Zsys 2:37.170469943
28672024-11-14T03:50:17.454Ztrap 0.326972957
28682024-11-14T03:50:17.454Ztflt 0.804869468
28692024-11-14T03:50:17.454Zdflt 2.046318165
28702024-11-14T03:50:17.455Zkflt 0.000030205
28712024-11-14T03:50:17.455Zlock 25:11.139716160
28722024-11-14T03:50:17.455Zslp 43:31.625945853
28732024-11-14T03:50:17.455Zlat 35.265328866
28742024-11-14T03:50:17.455Zstop 1:30.507447450
28752024-11-14T03:50:17.455Z+ mkdir tests
28762024-11-14T03:50:17.458Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28772024-11-14T03:50:17.458Z+ xargs -I '{}' -t cp '{}' tests/
28782024-11-14T03:50:18.546Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-94afc65291af686c tests/
28792024-11-14T03:50:18.573Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a6bae732be9c0da3 tests/
28802024-11-14T03:50:18.599Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-eaf43580ef60c1d4 tests/
28812024-11-14T03:50:18.626Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a08399dfed877718 tests/
28822024-11-14T03:50:18.841Z+ 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/*)
28832024-11-14T03:50:18.846Z+ 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-a6bae732be9c0da3 tests/commtest-eaf43580ef60c1d4 tests/dhcp_server-94afc65291af686c tests/end_to_end_tests-a08399dfed877718 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
28842024-11-14T03:51:27.245ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28852024-11-14T03:51:27.245Za .github/buildomat/ci-env.sh 1K
28862024-11-14T03:51:27.245Za out/target/test 1K
28872024-11-14T03:51:27.245Za out/npuzone/npuzone 23144K
28882024-11-14T03:51:27.245Za package-manifest.toml 32K
28892024-11-14T03:51:27.245Za smf/sled-agent/non-gimlet/config.toml 4K
28902024-11-14T03:51:27.245Za target/release/omicron-package 36287K
28912024-11-14T03:51:27.245Za target/release/xtask 11749K
28922024-11-14T03:51:27.245Za target/debug/bootstrap 209643K
28932024-11-14T03:51:27.245Za tests/bootstrap-a6bae732be9c0da3 24246K
28942024-11-14T03:51:27.245Za tests/commtest-eaf43580ef60c1d4 25022K
28952024-11-14T03:51:27.245Za tests/dhcp_server-94afc65291af686c 24246K
28962024-11-14T03:51:27.245Za tests/end_to_end_tests-a08399dfed877718 222584K
28972024-11-14T03:51:27.245Za out/clickhouse.tar.gz 250303K
28982024-11-14T03:51:27.245Za out/clickhouse_keeper.tar.gz 250295K
28992024-11-14T03:51:27.245Za out/clickhouse_server.tar.gz 250294K
29002024-11-14T03:51:27.245Za out/cockroachdb.tar.gz 134539K
29012024-11-14T03:51:27.245Za out/crucible-dtrace.tar 83K
29022024-11-14T03:51:27.245Za out/crucible-pantry-zone.tar.gz 28154K
29032024-11-14T03:51:27.245Za out/crucible-zone.tar.gz 36365K
29042024-11-14T03:51:27.245Za out/external-dns.tar.gz 35258K
29052024-11-14T03:51:27.246Za out/internal-dns.tar.gz 35257K
29062024-11-14T03:51:27.246Za out/mg-ddm-gz.tar 62661K
29072024-11-14T03:51:27.246Za out/nexus.tar.gz 100463K
29082024-11-14T03:51:27.247Za out/ntp.tar.gz 10341K
29092024-11-14T03:51:27.247Za out/omicron-gateway-softnpu.tar.gz 23867K
29102024-11-14T03:51:27.247Za out/omicron-sled-agent.tar 112440K
29112024-11-14T03:51:27.247Za out/overlay.tar.gz 3K
29122024-11-14T03:51:27.247Za out/oximeter.tar.gz 51649K
29132024-11-14T03:51:27.247Za out/oxlog.tar 3091K
29142024-11-14T03:51:27.247Za out/probe.tar.gz 2764K
29152024-11-14T03:51:27.247Za out/propolis-server.tar.gz 66584K
29162024-11-14T03:51:27.247Za out/pumpkind-gz.tar 26665K
29172024-11-14T03:51:27.247Za out/switch-softnpu.tar.gz 234438K
29182024-11-14T03:51:27.250Z
29192024-11-14T03:51:27.250Zreal 1:08.397982257
29202024-11-14T03:51:27.250Zuser 1:05.274302773
29212024-11-14T03:51:27.250Zsys 4.427993037
29222024-11-14T03:51:27.250Ztrap 0.017032613
29232024-11-14T03:51:27.250Ztflt 0.000000000
29242024-11-14T03:51:27.250Zdflt 0.000000000
29252024-11-14T03:51:27.250Zkflt 0.000000000
29262024-11-14T03:51:27.250Zlock 0.000000000
29272024-11-14T03:51:27.250Zslp 1:05.073326386
29282024-11-14T03:51:27.250Zlat 1.998773642
29292024-11-14T03:51:27.250Zstop 0.000199987
29302024-11-14T03:51:27.250Zprocess exited: duration 2009374 ms, exit code 0
 
29312024-11-14T03:51:27.264Zfound 1 output files
29322024-11-14T03:51:27.264Zuploading: /work/package.tar.gz (1765138802 bytes)
29332024-11-14T03:51:55.943Zuploaded: /work/package.tar.gz