01JE41H9TVHTN7CPVXNY3MY4SJ: 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: 01JE41HPWXMBJPF3GVM5N6NYXK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-02T16:00:12.207Zjob assigned to worker 01JE41HVHYRTW8T2PAHZSWFR7A [factory aws, i-0b603702d9a5c32a8] (queued for 1 m 1 s)
 
22024-12-02T16:00:21.336Zstarting task 0: "setup"
32024-12-02T16:00:21.345Z++ uname -s
42024-12-02T16:00:21.348Z+ kern=SunOS
52024-12-02T16:00:21.348Z+ case "$kern" in
62024-12-02T16:00:21.348Z+ groupadd -g 12345 build
72024-12-02T16:00:21.350Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-02T16:00:23.355Z+ zfs create -o mountpoint=/work rpool/work
92024-12-02T16:00:23.425Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-02T16:00:23.428Z+ home_fs=zfs
112024-12-02T16:00:23.428Z+ [[ zfs == autofs ]]
122024-12-02T16:00:23.428Z+ mkdir -p /home/build
132024-12-02T16:00:23.430Z+ chown build:build /home/build /work
142024-12-02T16:00:25.431Z+ chmod 0700 /home/build /work
152024-12-02T16:00:25.434Zprocess exited: duration 4097 ms, exit code 0
 
162024-12-02T16:00:25.439Zstarting task 1: "rust-toolchain"
172024-12-02T16:00:25.444Z+ printf ' * toolchain channel = "%s"
182024-12-02T16:00:25.444Z' 1.81.0
192024-12-02T16:00:25.444Z * toolchain channel = "1.81.0"
202024-12-02T16:00:25.444Z+ printf ' * toolchain profile = "%s"
212024-12-02T16:00:25.444Z * toolchain profile = "default"
222024-12-02T16:00:25.444Z' default
232024-12-02T16:00:25.446Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-02T16:00:25.446Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-02T16:00:25.565Zinfo: downloading installer
262024-12-02T16:00:27.050Zinfo: profile set to 'default'
272024-12-02T16:00:27.050Zinfo: default host triple is x86_64-unknown-illumos
282024-12-02T16:00:27.053Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-02T16:00:27.199Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-02T16:00:27.199Zinfo: downloading component 'cargo'
312024-12-02T16:00:28.016Zinfo: downloading component 'clippy'
322024-12-02T16:00:28.319Zinfo: downloading component 'rust-docs'
332024-12-02T16:00:29.460Zinfo: downloading component 'rust-std'
342024-12-02T16:00:31.230Zinfo: downloading component 'rustc'
352024-12-02T16:00:37.585Zinfo: downloading component 'rustfmt'
362024-12-02T16:00:37.826Zinfo: installing component 'cargo'
372024-12-02T16:00:38.622Zinfo: installing component 'clippy'
382024-12-02T16:00:38.982Zinfo: installing component 'rust-docs'
392024-12-02T16:00:40.583Zinfo: installing component 'rust-std'
402024-12-02T16:00:42.267Zinfo: installing component 'rustc'
412024-12-02T16:00:47.865Zinfo: installing component 'rustfmt'
422024-12-02T16:00:48.185Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-02T16:00:48.185Z
442024-12-02T16:00:48.553Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-02T16:00:48.553Z
462024-12-02T16:00:48.555Z
472024-12-02T16:00:48.555ZRust is installed now. Great!
482024-12-02T16:00:48.555Z
492024-12-02T16:00:48.555ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-02T16:00:48.555Zenvironment variable. This has not been done automatically.
512024-12-02T16:00:48.555Z
522024-12-02T16:00:48.555ZTo configure your current shell, you need to source
532024-12-02T16:00:48.555Zthe corresponding env file under $HOME/.cargo.
542024-12-02T16:00:48.555Z
552024-12-02T16:00:48.555ZThis is usually done by running one of the following (note the leading DOT):
562024-12-02T16:00:48.555Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-02T16:00:48.555Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-02T16:00:48.626Z+ rustc --version
592024-12-02T16:00:48.692Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-02T16:00:48.695Zprocess exited: duration 23255 ms, exit code 0
 
612024-12-02T16:00:48.700Zstarting task 2: "authentication"
622024-12-02T16:00:48.722Zprocess exited: duration 21 ms, exit code 0
 
632024-12-02T16:00:48.726Zstarting task 3: "clone repository"
642024-12-02T16:00:48.731Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-02T16:00:48.734Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-02T16:00:50.824ZCloning into '/work/oxidecomputer/omicron'...
672024-12-02T16:00:58.871Z+ cd /work/oxidecomputer/omicron
682024-12-02T16:00:58.871Z+ git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1
692024-12-02T16:00:59.193ZFrom https://github.com/oxidecomputer/omicron
702024-12-02T16:00:59.193Z * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD
712024-12-02T16:00:59.204Z+ [[ -n john/fix-oximeter-refresh-stops-on-failure ]]
722024-12-02T16:00:59.206Z++ git branch --show-current
732024-12-02T16:00:59.209Z+ current=main
742024-12-02T16:00:59.209Z+ [[ main != john/fix-oximeter-refresh-stops-on-failure ]]
752024-12-02T16:00:59.209Z+ git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1
762024-12-02T16:00:59.211Z+ git checkout -f john/fix-oximeter-refresh-stops-on-failure
772024-12-02T16:00:59.386ZSwitched to branch 'john/fix-oximeter-refresh-stops-on-failure'
782024-12-02T16:00:59.388Z+ git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1
792024-12-02T16:00:59.402ZHEAD is now at 86522dc91 use slog-error-chain to get more details on errors
802024-12-02T16:00:59.405Zprocess exited: duration 10676 ms, exit code 0
 
812024-12-02T16:00:59.412Zstarting task 4: "build"
822024-12-02T16:00:59.418Z+ source .github/buildomat/ci-env.sh
832024-12-02T16:00:59.422Z++ export CARGO_TERM_COLOR=always
842024-12-02T16:00:59.422Z++ CARGO_TERM_COLOR=always
852024-12-02T16:00:59.422Z+ cargo --version
862024-12-02T16:00:59.473Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-02T16:00:59.476Z+ rustc --version
882024-12-02T16:00:59.536Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-02T16:00:59.538Z+ WORK=/work
902024-12-02T16:00:59.538Z+ pfexec mkdir -p /work
912024-12-02T16:00:59.542Z+ pfexec chown build /work
922024-12-02T16:00:59.544Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-12-02T16:01:11.470Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-12-02T16:01:15.560Z Startup: Caching catalogs ... Done
952024-12-02T16:01:25.503ZPlanning: Solver setup ... Done (9.096s)
962024-12-02T16:01:25.626ZPlanning: Running solver ... Done (0.123s)
972024-12-02T16:01:26.069ZPlanning: Finding local manifests ... Done (0.341s)
982024-12-02T16:01:26.082ZPlanning: Fetching manifests: 0/5 0% complete
992024-12-02T16:01:26.316ZPlanning: Fetching manifests: 5/5 100% complete
1002024-12-02T16:01:26.723ZPlanning: Package planning ... Done (0.407s)
1012024-12-02T16:01:26.779ZPlanning: Merging actions ... Done (0.056s)
1022024-12-02T16:01:28.266ZPlanning: Checking for conflicting actions ... Done (1.487s)
1032024-12-02T16:01:36.797ZPlanning: Consolidating action changes ... Done (8.530s)
1042024-12-02T16:01:37.172ZPlanning: Evaluating mediators ... Done (0.375s)
1052024-12-02T16:01:37.257ZPlanning: Planning completed in 21.61 seconds
1062024-12-02T16:01:38.972Z Packages to install: 4
1072024-12-02T16:01:38.972Z Packages to update: 1
1082024-12-02T16:01:38.972Z Mediators to change: 2
1092024-12-02T16:01:38.975Z Services to change: 1
1102024-12-02T16:01:38.976Z Estimated space available: 155.64 GB
1112024-12-02T16:01:38.976ZEstimated space to be consumed: 1.61 GB
1122024-12-02T16:01:38.976Z Create boot environment: No
1132024-12-02T16:01:38.976ZCreate backup boot environment: Yes
1142024-12-02T16:01:38.976Z Rebuild boot archive: No
1152024-12-02T16:01:38.976Z
1162024-12-02T16:01:38.976ZChanged mediators:
1172024-12-02T16:01:38.976Z mediator clang:
1182024-12-02T16:01:38.976Z version: None -> 15 (system default)
1192024-12-02T16:01:38.976Z
1202024-12-02T16:01:38.976Z mediator llvm:
1212024-12-02T16:01:38.976Z version: 14 (system default) -> 15 (system default)
1222024-12-02T16:01:38.976Z
1232024-12-02T16:01:38.976ZChanged packages:
1242024-12-02T16:01:38.976Zhelios-dev
1252024-12-02T16:01:38.976Z developer/build-essential
1262024-12-02T16:01:38.976Z None -> 11-2.0
1272024-12-02T16:01:38.976Z library/libxmlsec1
1282024-12-02T16:01:38.976Z None -> 1.2.35-2.0
1292024-12-02T16:01:38.976Z ooce/developer/clang-15
1302024-12-02T16:01:38.976Z None -> 15.0.7-2.0
1312024-12-02T16:01:38.976Z ooce/developer/llvm-15
1322024-12-02T16:01:38.976Z None -> 15.0.7-2.0
1332024-12-02T16:01:38.976Z package/pkg
1342024-12-02T16:01:38.976Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-12-02T16:01:38.976Z
1362024-12-02T16:01:38.976ZServices:
1372024-12-02T16:01:38.976Z restart_fmri:
1382024-12-02T16:01:38.976Z svc:/system/update-man-index:default
1392024-12-02T16:01:38.976Z
1402024-12-02T16:01:38.976ZEditable files to change:
1412024-12-02T16:01:38.976Z Update:
1422024-12-02T16:01:38.976Z usr/share/lib/pkg/web/config.shtml
1432024-12-02T16:01:39.615Z
1442024-12-02T16:01:39.615ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-12-02T16:01:44.618ZDownload: 882/4281 items 18.9/220.6MB 8% complete (3.9M/s)
1462024-12-02T16:01:49.622ZDownload: 1560/4281 items 117.6/220.6MB 53% complete (11.9M/s)
1472024-12-02T16:01:54.939ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (10.2M/s)
1482024-12-02T16:01:59.939ZDownload: 3123/4281 items 134.7/220.6MB 61% complete (1.6M/s)
1492024-12-02T16:02:04.939ZDownload: 3830/4281 items 218.0/220.6MB 98% complete (9.9M/s)
1502024-12-02T16:02:09.127ZDownload: Completed 220.60 MB in 29.51 seconds (7.5M/s)
1512024-12-02T16:02:11.423Z Actions: 1/5063 actions (Removing old actions)
1522024-12-02T16:02:11.438Z Actions: 194/5063 actions (Installing new actions)
1532024-12-02T16:02:16.609Z Actions: 4110/5063 actions (Installing new actions)
1542024-12-02T16:02:17.330Z Actions: 4226/5063 actions (Updating modified actions)
1552024-12-02T16:02:17.724Z Actions: Completed 5063 actions in 6.30 seconds.
1562024-12-02T16:02:17.944Z Done (0.213s)
1572024-12-02T16:02:17.947Z Done (0.000s)
1582024-12-02T16:02:18.495Z Done (0.550s)
1592024-12-02T16:02:26.265Z Done (7.556s)
1602024-12-02T16:02:26.955Z Done (0.613s)
1612024-12-02T16:02:26.958Z Done (0.000s)
1622024-12-02T16:02:27.169Z Done (0.000s)
1632024-12-02T16:02:27.852ZPlanning: Evaluating mediator changes ... Done
1642024-12-02T16:02:28.013ZPlanning: Checking for conflicting actions ... Done
1652024-12-02T16:02:28.016ZPlanning: Consolidating action changes ... Done
1662024-12-02T16:02:28.290ZPlanning: Evaluating mediators ... Done
1672024-12-02T16:02:28.292ZPlanning: Planning completed in 0.44 seconds
1682024-12-02T16:02:28.327Z Mediators to change: 2
1692024-12-02T16:02:28.327Z Create boot environment: No
1702024-12-02T16:02:28.329ZCreate backup boot environment: No
1712024-12-02T16:02:28.417Z Done
1722024-12-02T16:02:28.417Z Done
1732024-12-02T16:02:28.798Z Done
1742024-12-02T16:02:32.444Z Done
1752024-12-02T16:02:32.538Z Done
1762024-12-02T16:02:32.541Z Done
1772024-12-02T16:02:32.662Z Done
1782024-12-02T16:02:33.270ZPlanning: Evaluating mediator changes ... Done
1792024-12-02T16:02:33.272ZPlanning: Merging actions ... Done
1802024-12-02T16:02:33.462ZPlanning: Checking for conflicting actions ... Done
1812024-12-02T16:02:33.465ZPlanning: Consolidating action changes ... Done
1822024-12-02T16:02:33.729ZPlanning: Evaluating mediators ... Done
1832024-12-02T16:02:33.783ZPlanning: Planning completed in 0.76 seconds
1842024-12-02T16:02:33.822Z Packages to change: 1
1852024-12-02T16:02:33.824Z Mediators to change: 1
1862024-12-02T16:02:33.824Z Services to change: 1
1872024-12-02T16:02:33.824Z Create boot environment: No
1882024-12-02T16:02:33.825ZCreate backup boot environment: Yes
1892024-12-02T16:02:36.230Z Actions: 1/6 actions (Updating modified actions)
1902024-12-02T16:02:36.353Z Actions: Completed 6 actions in 0.12 seconds.
1912024-12-02T16:02:36.356Z Done
1922024-12-02T16:02:36.356Z Done
1932024-12-02T16:02:36.465Z Done
1942024-12-02T16:02:40.156Z Done
1952024-12-02T16:02:40.248Z Done
1962024-12-02T16:02:40.250Z Done
1972024-12-02T16:02:40.531Z Done
1982024-12-02T16:02:40.957ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-12-02T16:02:40.957Zclang system 15 system
2002024-12-02T16:02:40.957Zcsh system system illumos
2012024-12-02T16:02:40.957Zctags system system illumos
2022024-12-02T16:02:40.957Zgcc vendor 12 vendor
2032024-12-02T16:02:40.957Zgcc system 10 system
2042024-12-02T16:02:40.957Zgcc system 7 system
2052024-12-02T16:02:40.958Zgo system 1.20 system
2062024-12-02T16:02:40.958Zgo system 1.19 system
2072024-12-02T16:02:40.958Zllvm system 15 system
2082024-12-02T16:02:40.958Zllvm system 14 system
2092024-12-02T16:02:40.958Zmariadb system 10.6 system
2102024-12-02T16:02:40.958Zmta vendor vendor dma
2112024-12-02T16:02:40.958Zopenjdk system 17 system
2122024-12-02T16:02:40.958Zopenjdk system 11 system
2132024-12-02T16:02:40.958Zopenjdk system 1.8 system
2142024-12-02T16:02:40.958Zopenssl vendor 3 vendor
2152024-12-02T16:02:40.958Zperl system 5.36 system
2162024-12-02T16:02:40.958Zpostgresql system 15 system
2172024-12-02T16:02:40.958Zpostgresql system 13 system
2182024-12-02T16:02:40.958Zpython vendor 3 vendor
2192024-12-02T16:02:40.958Zpython system 2 system
2202024-12-02T16:02:40.958Zpython3 system 3.11 system
2212024-12-02T16:02:40.958Zruby system 3.0 system
2222024-12-02T16:02:40.958Zwords vendor vendor american-english
2232024-12-02T16:02:40.958Zwords system system australian-english
2242024-12-02T16:02:40.958Zwords system system british-english
2252024-12-02T16:02:40.958Zwords system system canadian-english
2262024-12-02T16:02:40.958Zwords system system french
2272024-12-02T16:02:40.958Zwords system system italian
2282024-12-02T16:02:40.958Zwords system system ngerman
2292024-12-02T16:02:40.958Zwords system system ogerman
2302024-12-02T16:02:40.958Zwords system system spanish
2312024-12-02T16:02:41.293ZPUBLISHER TYPE STATUS P LOCATION
2322024-12-02T16:02:41.293Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2332024-12-02T16:02:43.933ZFMRI IFO
2342024-12-02T16:02:43.933Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-12-02T16:02:43.933Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-12-02T16:02:43.933Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-12-02T16:02:43.933Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-12-02T16:02:43.933Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392024-12-02T16:02:43.933Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-12-02T16:02:43.933Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2412024-12-02T16:02:43.933Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2422024-12-02T16:02:43.933Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-12-02T16:02:43.933Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2442024-12-02T16:02:43.933Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-12-02T16:02:43.933Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-12-02T16:02:43.933Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2472024-12-02T16:02:43.933Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-12-02T16:02:43.933Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-12-02T16:02:44.699Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2502024-12-02T16:02:44.989Z Updating crates.io index
2512024-12-02T16:02:44.992Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522024-12-02T16:02:45.547Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2532024-12-02T16:02:45.814Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542024-12-02T16:02:46.045Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552024-12-02T16:02:46.334Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-12-02T16:02:47.251Z Updating git repository `https://github.com/oxidecomputer/crucible`
2572024-12-02T16:02:49.985Z Updating git repository `https://github.com/oxidecomputer/opte`
2582024-12-02T16:02:51.253Z Updating git repository `https://github.com/oxidecomputer/falcon`
2592024-12-02T16:02:52.053Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602024-12-02T16:02:52.472Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612024-12-02T16:02:52.746Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622024-12-02T16:02:53.356Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2632024-12-02T16:02:53.686Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642024-12-02T16:02:54.076Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652024-12-02T16:02:54.365Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662024-12-02T16:02:54.595Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2672024-12-02T16:02:54.860Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2682024-12-02T16:02:55.273Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2692024-12-02T16:02:55.595Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702024-12-02T16:02:56.061Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2712024-12-02T16:02:56.319Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722024-12-02T16:02:56.812Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732024-12-02T16:02:57.356Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742024-12-02T16:02:57.874Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752024-12-02T16:02:58.387Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2762024-12-02T16:02:58.681Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772024-12-02T16:02:58.972Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782024-12-02T16:02:59.241Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792024-12-02T16:03:00.775Z Downloading crates ...
2802024-12-02T16:03:00.875Z Downloaded log v0.4.22
2812024-12-02T16:03:00.879Z Downloaded clap v4.5.21
2822024-12-02T16:03:00.888Z Downloaded anstream v0.6.15
2832024-12-02T16:03:00.890Z Downloaded anstyle v1.0.10
2842024-12-02T16:03:00.892Z Downloaded fs-err v2.11.0
2852024-12-02T16:03:00.901Z Downloaded equivalent v1.0.1
2862024-12-02T16:03:00.903Z Downloaded typenum v1.17.0
2872024-12-02T16:03:00.903Z Downloaded serde_spanned v0.6.8
2882024-12-02T16:03:00.905Z Downloaded cfg-if v1.0.0
2892024-12-02T16:03:00.908Z Downloaded itoa v1.0.11
2902024-12-02T16:03:00.915Z Downloaded thiserror-impl v1.0.69
2912024-12-02T16:03:00.918Z Downloaded errno v0.3.9
2922024-12-02T16:03:00.920Z Downloaded crypto-common v0.1.6
2932024-12-02T16:03:00.920Z Downloaded block-buffer v0.10.4
2942024-12-02T16:03:00.920Z Downloaded colorchoice v1.0.2
2952024-12-02T16:03:00.925Z Downloaded indexmap v2.6.0
2962024-12-02T16:03:00.928Z Downloaded swrite v0.1.0
2972024-12-02T16:03:00.928Z Downloaded pretty-hex v0.4.1
2982024-12-02T16:03:00.930Z Downloaded dof v0.3.0
2992024-12-02T16:03:00.930Z Downloaded autocfg v1.4.0
3002024-12-02T16:03:00.932Z Downloaded clap_lex v0.7.2
3012024-12-02T16:03:00.932Z Downloaded textwrap v0.16.1
3022024-12-02T16:03:00.937Z Downloaded digest v0.10.7
3032024-12-02T16:03:00.939Z Downloaded plain v0.2.3
3042024-12-02T16:03:00.942Z Downloaded heck v0.5.0
3052024-12-02T16:03:00.942Z Downloaded bytecount v0.6.8
3062024-12-02T16:03:00.944Z Downloaded proc-macro-error-attr v1.0.4
3072024-12-02T16:03:00.944Z Downloaded once_cell v1.20.2
3082024-12-02T16:03:00.947Z Downloaded camino-tempfile v1.1.1
3092024-12-02T16:03:00.950Z Downloaded is_terminal_polyfill v1.70.1
3102024-12-02T16:03:00.950Z Downloaded heck v0.4.1
3112024-12-02T16:03:00.952Z Downloaded dtrace-parser v0.2.0
3122024-12-02T16:03:00.952Z Downloaded fastrand v2.1.1
3132024-12-02T16:03:00.955Z Downloaded scroll_derive v0.12.0
3142024-12-02T16:03:00.955Z Downloaded anstyle-query v1.1.1
3152024-12-02T16:03:00.957Z Downloaded cargo_toml v0.20.5
3162024-12-02T16:03:00.967Z Downloaded cpufeatures v0.2.14
3172024-12-02T16:03:00.972Z Downloaded usdt-macro v0.5.0
3182024-12-02T16:03:00.974Z Downloaded fnv v1.0.7
3192024-12-02T16:03:00.974Z Downloaded cargo-platform v0.1.8
3202024-12-02T16:03:00.977Z Downloaded toml_datetime v0.6.8
3212024-12-02T16:03:00.977Z Downloaded pest_generator v2.7.14
3222024-12-02T16:03:00.980Z Downloaded byteorder v1.5.0
3232024-12-02T16:03:00.980Z Downloaded scroll v0.12.0
3242024-12-02T16:03:00.982Z Downloaded macaddr v1.0.1
3252024-12-02T16:03:00.982Z Downloaded unicode-linebreak v0.1.5
3262024-12-02T16:03:00.985Z Downloaded generic-array v0.14.7
3272024-12-02T16:03:00.987Z Downloaded strsim v0.11.1
3282024-12-02T16:03:00.989Z Downloaded thread-id v4.2.2
3292024-12-02T16:03:00.992Z Downloaded tabled_derive v0.7.0
3302024-12-02T16:03:00.992Z Downloaded serde_tokenstream v0.2.2
3312024-12-02T16:03:00.995Z Downloaded usdt v0.5.0
3322024-12-02T16:03:00.995Z Downloaded thiserror v1.0.69
3332024-12-02T16:03:01.000Z Downloaded version_check v0.9.5
3342024-12-02T16:03:01.003Z Downloaded quote v1.0.37
3352024-12-02T16:03:01.003Z Downloaded ucd-trie v0.1.7
3362024-12-02T16:03:01.006Z Downloaded proc-macro2 v1.0.89
3372024-12-02T16:03:01.008Z Downloaded clap_derive v4.5.18
3382024-12-02T16:03:01.011Z Downloaded anstyle-parse v0.2.5
3392024-12-02T16:03:01.012Z Downloaded usdt-attr-macro v0.5.0
3402024-12-02T16:03:01.014Z Downloaded usdt-impl v0.5.0
3412024-12-02T16:03:01.014Z Downloaded proc-macro-error v1.0.4
3422024-12-02T16:03:01.017Z Downloaded cargo_metadata v0.18.1
3432024-12-02T16:03:01.019Z Downloaded utf8parse v0.2.2
3442024-12-02T16:03:01.019Z Downloaded semver v1.0.23
3452024-12-02T16:03:01.021Z Downloaded pest_derive v2.7.14
3462024-12-02T16:03:01.023Z Downloaded camino v1.1.9
3472024-12-02T16:03:01.026Z Downloaded smawk v0.3.2
3482024-12-02T16:03:01.030Z Downloaded anyhow v1.0.93
3492024-12-02T16:03:01.033Z Downloaded bitflags v2.6.0
3502024-12-02T16:03:01.036Z Downloaded zerocopy-derive v0.7.35
3512024-12-02T16:03:01.038Z Downloaded toml v0.8.19
3522024-12-02T16:03:01.041Z Downloaded papergrid v0.11.0
3532024-12-02T16:03:01.045Z Downloaded unicode-ident v1.0.13
3542024-12-02T16:03:01.048Z Downloaded tempfile v3.13.0
3552024-12-02T16:03:01.050Z Downloaded sha2 v0.10.8
3562024-12-02T16:03:01.053Z Downloaded ryu v1.0.18
3572024-12-02T16:03:01.055Z Downloaded serde_derive v1.0.215
3582024-12-02T16:03:01.058Z Downloaded pest_meta v2.7.14
3592024-12-02T16:03:01.061Z Downloaded terminal_size v0.4.0
3602024-12-02T16:03:01.061Z Downloaded memmap v0.7.0
3612024-12-02T16:03:01.066Z Downloaded serde v1.0.215
3622024-12-02T16:03:01.086Z Downloaded toml_edit v0.22.22
3632024-12-02T16:03:01.107Z Downloaded goblin v0.8.2
3642024-12-02T16:03:01.113Z Downloaded pest v2.7.14
3652024-12-02T16:03:01.117Z Downloaded memchr v2.7.4
3662024-12-02T16:03:01.122Z Downloaded serde_json v1.0.132
3672024-12-02T16:03:01.129Z Downloaded hashbrown v0.15.0
3682024-12-02T16:03:01.134Z Downloaded zerocopy v0.7.35
3692024-12-02T16:03:01.149Z Downloaded clap_builder v4.5.21
3702024-12-02T16:03:01.158Z Downloaded winnow v0.6.20
3712024-12-02T16:03:01.166Z Downloaded tabled v0.15.0
3722024-12-02T16:03:01.181Z Downloaded unicode-width v0.1.14
3732024-12-02T16:03:01.186Z Downloaded syn v2.0.87
3742024-12-02T16:03:01.196Z Downloaded syn v1.0.109
3752024-12-02T16:03:01.206Z Downloaded rustix v0.38.37
3762024-12-02T16:03:01.248Z Downloaded libc v0.2.162
3772024-12-02T16:03:01.558Z Compiling proc-macro2 v1.0.89
3782024-12-02T16:03:01.558Z Compiling unicode-ident v1.0.13
3792024-12-02T16:03:01.558Z Compiling serde v1.0.215
3802024-12-02T16:03:01.561Z Compiling version_check v0.9.5
3812024-12-02T16:03:01.561Z Compiling thiserror v1.0.69
3822024-12-02T16:03:01.561Z Compiling memchr v2.7.4
3832024-12-02T16:03:01.593Z Compiling libc v0.2.162
3842024-12-02T16:03:01.596Z Compiling ucd-trie v0.1.7
3852024-12-02T16:03:01.800Z Compiling ryu v1.0.18
3862024-12-02T16:03:02.156Z Compiling itoa v1.0.11
3872024-12-02T16:03:02.295Z Compiling once_cell v1.20.2
3882024-12-02T16:03:02.347Z Compiling byteorder v1.5.0
3892024-12-02T16:03:02.612Z Compiling rustix v0.38.37
3902024-12-02T16:03:02.712Z Compiling serde_json v1.0.132
3912024-12-02T16:03:04.181Z Compiling bitflags v2.6.0
3922024-12-02T16:03:04.249Z Compiling proc-macro-error-attr v1.0.4
3932024-12-02T16:03:04.314Z Compiling usdt-impl v0.5.0
3942024-12-02T16:03:04.317Z Compiling syn v1.0.109
3952024-12-02T16:03:04.570Z Compiling proc-macro-error v1.0.4
3962024-12-02T16:03:04.597Z Compiling hashbrown v0.15.0
3972024-12-02T16:03:04.625Z Compiling camino v1.1.9
3982024-12-02T16:03:04.790Z Compiling plain v0.2.3
3992024-12-02T16:03:04.828Z Compiling equivalent v1.0.1
4002024-12-02T16:03:04.938Z Compiling utf8parse v0.2.2
4012024-12-02T16:03:04.938Z Compiling log v0.4.22
4022024-12-02T16:03:05.054Z Compiling thread-id v4.2.2
4032024-12-02T16:03:05.080Z Compiling anstyle-parse v0.2.5
4042024-12-02T16:03:05.241Z Compiling quote v1.0.37
4052024-12-02T16:03:05.343Z Compiling anstyle v1.0.10
4062024-12-02T16:03:05.369Z Compiling autocfg v1.4.0
4072024-12-02T16:03:05.458Z Compiling anstyle-query v1.1.1
4082024-12-02T16:03:05.553Z Compiling errno v0.3.9
4092024-12-02T16:03:05.617Z Compiling colorchoice v1.0.2
4102024-12-02T16:03:05.785Z Compiling syn v2.0.87
4112024-12-02T16:03:05.834Z Compiling indexmap v2.6.0
4122024-12-02T16:03:05.910Z Compiling unicode-width v0.1.14
4132024-12-02T16:03:05.997Z Compiling semver v1.0.23
4142024-12-02T16:03:06.438Z Compiling winnow v0.6.20
4152024-12-02T16:03:06.564Z Compiling is_terminal_polyfill v1.70.1
4162024-12-02T16:03:06.589Z Compiling pretty-hex v0.4.1
4172024-12-02T16:03:06.698Z Compiling anstream v0.6.15
4182024-12-02T16:03:06.882Z Compiling fs-err v2.11.0
4192024-12-02T16:03:07.316Z Compiling fastrand v2.1.1
4202024-12-02T16:03:07.368Z Compiling strsim v0.11.1
4212024-12-02T16:03:07.371Z Compiling fnv v1.0.7
4222024-12-02T16:03:07.467Z Compiling bytecount v0.6.8
4232024-12-02T16:03:07.535Z Compiling cfg-if v1.0.0
4242024-12-02T16:03:07.635Z Compiling clap_lex v0.7.2
4252024-12-02T16:03:07.687Z Compiling heck v0.5.0
4262024-12-02T16:03:08.179Z Compiling terminal_size v0.4.0
4272024-12-02T16:03:08.222Z Compiling anyhow v1.0.93
4282024-12-02T16:03:08.287Z Compiling heck v0.4.1
4292024-12-02T16:03:08.315Z Compiling clap_builder v4.5.21
4302024-12-02T16:03:08.383Z Compiling tempfile v3.13.0
4312024-12-02T16:03:08.709Z Compiling papergrid v0.11.0
4322024-12-02T16:03:09.272Z Compiling memmap v0.7.0
4332024-12-02T16:03:09.386Z Compiling unicode-linebreak v0.1.5
4342024-12-02T16:03:09.504Z Compiling smawk v0.3.2
4352024-12-02T16:03:09.887Z Compiling textwrap v0.16.1
4362024-12-02T16:03:10.240Z Compiling swrite v0.1.0
4372024-12-02T16:03:11.430Z Compiling tabled_derive v0.7.0
4382024-12-02T16:03:12.978Z Compiling tabled v0.15.0
4392024-12-02T16:03:14.776Z Compiling serde_derive v1.0.215
4402024-12-02T16:03:14.776Z Compiling thiserror-impl v1.0.69
4412024-12-02T16:03:14.779Z Compiling zerocopy-derive v0.7.35
4422024-12-02T16:03:14.779Z Compiling scroll_derive v0.12.0
4432024-12-02T16:03:14.779Z Compiling clap_derive v4.5.18
4442024-12-02T16:03:16.118Z Compiling scroll v0.12.0
4452024-12-02T16:03:16.655Z Compiling goblin v0.8.2
4462024-12-02T16:03:16.702Z Compiling zerocopy v0.7.35
4472024-12-02T16:03:17.357Z Compiling pest v2.7.14
4482024-12-02T16:03:18.651Z Compiling clap v4.5.21
4492024-12-02T16:03:19.610Z Compiling pest_meta v2.7.14
4502024-12-02T16:03:20.495Z Compiling pest_generator v2.7.14
4512024-12-02T16:03:22.392Z Compiling pest_derive v2.7.14
4522024-12-02T16:03:23.084Z Compiling dtrace-parser v0.2.0
4532024-12-02T16:03:24.867Z Compiling toml_datetime v0.6.8
4542024-12-02T16:03:24.867Z Compiling serde_spanned v0.6.8
4552024-12-02T16:03:24.872Z Compiling cargo-platform v0.1.8
4562024-12-02T16:03:25.261Z Compiling serde_tokenstream v0.2.2
4572024-12-02T16:03:25.409Z Compiling toml_edit v0.22.22
4582024-12-02T16:03:25.434Z Compiling macaddr v1.0.1
4592024-12-02T16:03:25.610Z Compiling camino-tempfile v1.1.1
4602024-12-02T16:03:26.396Z Compiling dof v0.3.0
4612024-12-02T16:03:26.396Z Compiling cargo_metadata v0.18.1
4622024-12-02T16:03:28.267Z Compiling toml v0.8.19
4632024-12-02T16:03:28.471Z Compiling usdt-macro v0.5.0
4642024-12-02T16:03:28.473Z Compiling usdt-attr-macro v0.5.0
4652024-12-02T16:03:29.108Z Compiling cargo_toml v0.20.5
4662024-12-02T16:03:29.929Z Compiling usdt v0.5.0
4672024-12-02T16:03:32.687Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4682024-12-02T16:03:36.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.43s
4692024-12-02T16:03:37.162Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4702024-12-02T16:03:37.711Z Downloading crates ...
4712024-12-02T16:03:37.891Z Downloaded arrayvec v0.7.6
4722024-12-02T16:03:37.897Z Downloaded base16ct v0.2.0
4732024-12-02T16:03:37.903Z Downloaded async-bb8-diesel v0.2.1
4742024-12-02T16:03:37.906Z Downloaded convert_case v0.4.0
4752024-12-02T16:03:37.908Z Downloaded allocator-api2 v0.2.18
4762024-12-02T16:03:37.912Z Downloaded castaway v0.2.3
4772024-12-02T16:03:37.914Z Downloaded base64 v0.21.7
4782024-12-02T16:03:37.918Z Downloaded crossbeam-epoch v0.9.18
4792024-12-02T16:03:37.921Z Downloaded crc32fast v1.4.2
4802024-12-02T16:03:37.924Z Downloaded aead v0.5.2
4812024-12-02T16:03:37.935Z Downloaded headers-core v0.3.0
4822024-12-02T16:03:37.944Z Downloaded bstr v1.10.0
4832024-12-02T16:03:37.965Z Downloaded hickory-resolver v0.24.1
4842024-12-02T16:03:37.969Z Downloaded home v0.5.9
4852024-12-02T16:03:37.969Z Downloaded hex v0.4.3
4862024-12-02T16:03:37.970Z Downloaded aes v0.8.4
4872024-12-02T16:03:37.970Z Downloaded darling v0.20.10
4882024-12-02T16:03:37.972Z Downloaded hmac v0.12.1
4892024-12-02T16:03:37.977Z Downloaded aes-gcm v0.10.3
4902024-12-02T16:03:37.992Z Downloaded hickory-client v0.24.1
4912024-12-02T16:03:37.996Z Downloaded hex-literal v0.4.1
4922024-12-02T16:03:37.996Z Downloaded adler2 v2.0.0
4932024-12-02T16:03:37.996Z Downloaded humantime v2.1.0
4942024-12-02T16:03:37.996Z Downloaded http-range v0.1.5
4952024-12-02T16:03:37.996Z Downloaded addr2line v0.24.2
4962024-12-02T16:03:37.996Z Downloaded heapless v0.7.17
4972024-12-02T16:03:37.999Z Downloaded hyper-tls v0.6.0
4982024-12-02T16:03:37.999Z Downloaded hubpack_derive v0.1.1
4992024-12-02T16:03:38.003Z Downloaded regress v0.10.1
5002024-12-02T16:03:38.011Z Downloaded hubpack v0.1.2
5012024-12-02T16:03:38.014Z Downloaded icu_collections v1.5.0
5022024-12-02T16:03:38.019Z Downloaded is_ci v1.2.0
5032024-12-02T16:03:38.022Z Downloaded heck v0.3.3
5042024-12-02T16:03:38.024Z Downloaded instant v0.1.13
5052024-12-02T16:03:38.024Z Downloaded impl-trait-for-tuples v0.2.2
5062024-12-02T16:03:38.027Z Downloaded lalrpop-util v0.19.12
5072024-12-02T16:03:38.030Z Downloaded bcrypt-pbkdf v0.10.0
5082024-12-02T16:03:38.030Z Downloaded assert_matches v1.5.0
5092024-12-02T16:03:38.034Z Downloaded cfg_aliases v0.2.1
5102024-12-02T16:03:38.034Z Downloaded blowfish v0.9.1
5112024-12-02T16:03:38.036Z Downloaded ident_case v1.0.1
5122024-12-02T16:03:38.036Z Downloaded bitfield v0.14.0
5132024-12-02T16:03:38.036Z Downloaded highway v1.2.0
5142024-12-02T16:03:38.039Z Downloaded async-stream-impl v0.3.6
5152024-12-02T16:03:38.039Z Downloaded cfg_aliases v0.1.1
5162024-12-02T16:03:38.042Z Downloaded md5 v0.7.0
5172024-12-02T16:03:38.042Z Downloaded match_cfg v0.1.0
5182024-12-02T16:03:38.044Z Downloaded icu_provider_macros v1.5.0
5192024-12-02T16:03:38.044Z Downloaded matches v0.1.10
5202024-12-02T16:03:38.047Z Downloaded httparse v1.9.5
5212024-12-02T16:03:38.047Z Downloaded http-body v1.0.1
5222024-12-02T16:03:38.049Z Downloaded hostname v0.3.1
5232024-12-02T16:03:38.052Z Downloaded cstr-argument v0.1.2
5242024-12-02T16:03:38.052Z Downloaded is-terminal v0.4.13
5252024-12-02T16:03:38.054Z Downloaded crunchy v0.2.2
5262024-12-02T16:03:38.054Z Downloaded crucible-workspace-hack v0.1.0
5272024-12-02T16:03:38.054Z Downloaded icu_locid v1.5.0
5282024-12-02T16:03:38.059Z Downloaded indoc v1.0.9
5292024-12-02T16:03:38.061Z Downloaded indent_write v2.2.0
5302024-12-02T16:03:38.064Z Downloaded icu_locid_transform v1.5.0
5312024-12-02T16:03:38.067Z Downloaded jobserver v0.1.32
5322024-12-02T16:03:38.069Z Downloaded inout v0.1.3
5332024-12-02T16:03:38.072Z Downloaded bb8 v0.8.5
5342024-12-02T16:03:38.072Z Downloaded lazycell v1.3.0
5352024-12-02T16:03:38.074Z Downloaded atomic-waker v1.1.2
5362024-12-02T16:03:38.074Z Downloaded kstat-rs v0.2.4
5372024-12-02T16:03:38.077Z Downloaded ipnetwork v0.20.0
5382024-12-02T16:03:38.079Z Downloaded internet-checksum v0.2.1
5392024-12-02T16:03:38.079Z Downloaded lazy_static v1.5.0
5402024-12-02T16:03:38.081Z Downloaded colored v2.1.0
5412024-12-02T16:03:38.084Z Downloaded managed v0.8.0
5422024-12-02T16:03:38.086Z Downloaded cmake v0.1.51
5432024-12-02T16:03:38.086Z Downloaded cexpr v0.6.0
5442024-12-02T16:03:38.088Z Downloaded md-5 v0.10.6
5452024-12-02T16:03:38.091Z Downloaded keccak v0.1.5
5462024-12-02T16:03:38.091Z Downloaded async-stream v0.3.6
5472024-12-02T16:03:38.093Z Downloaded icu_normalizer v1.5.0
5482024-12-02T16:03:38.097Z Downloaded mime v0.3.17
5492024-12-02T16:03:38.100Z Downloaded memoffset v0.9.1
5502024-12-02T16:03:38.103Z Downloaded linear-map v1.2.0
5512024-12-02T16:03:38.103Z Downloaded hyper-staticfile v0.10.1
5522024-12-02T16:03:38.105Z Downloaded lockfree-object-pool v0.1.6
5532024-12-02T16:03:38.110Z Downloaded constant_time_eq v0.3.1
5542024-12-02T16:03:38.112Z Downloaded sync_wrapper v1.0.1
5552024-12-02T16:03:38.112Z Downloaded sync-ptr v0.1.1
5562024-12-02T16:03:38.112Z Downloaded toolchain_find v0.4.0
5572024-12-02T16:03:38.114Z Downloaded chacha20 v0.9.1
5582024-12-02T16:03:38.115Z Downloaded bitflags v1.3.2
5592024-12-02T16:03:38.117Z Downloaded salsa20 v0.10.2
5602024-12-02T16:03:38.120Z Downloaded siphasher v0.3.11
5612024-12-02T16:03:38.124Z Downloaded serde_urlencoded v0.7.1
5622024-12-02T16:03:38.126Z Downloaded crc-catalog v2.4.0
5632024-12-02T16:03:38.126Z Downloaded curve25519-dalek-derive v0.1.1
5642024-12-02T16:03:38.126Z Downloaded bit-vec v0.6.3
5652024-12-02T16:03:38.128Z Downloaded libloading v0.8.5
5662024-12-02T16:03:38.131Z Downloaded libefi-sys v0.1.0
5672024-12-02T16:03:38.131Z Downloaded ciborium-ll v0.2.2
5682024-12-02T16:03:38.134Z Downloaded linked-hash-map v0.5.6
5692024-12-02T16:03:38.136Z Downloaded libsw v3.3.1
5702024-12-02T16:03:38.136Z Downloaded crossbeam-deque v0.8.5
5712024-12-02T16:03:38.138Z Downloaded cipher v0.4.4
5722024-12-02T16:03:38.140Z Downloaded mime_guess v2.0.5
5732024-12-02T16:03:38.143Z Downloaded zone_cfg_derive v0.3.0
5742024-12-02T16:03:38.143Z Downloaded bzip2 v0.4.4
5752024-12-02T16:03:38.145Z Downloaded lock_api v0.4.12
5762024-12-02T16:03:38.148Z Downloaded ssh-encoding v0.2.0
5772024-12-02T16:03:38.150Z Downloaded spki v0.7.3
5782024-12-02T16:03:38.152Z Downloaded dhcproto-macros v0.1.0
5792024-12-02T16:03:38.152Z Downloaded rustc_version v0.4.1
5802024-12-02T16:03:38.152Z Downloaded slog-stdlog v4.1.1
5812024-12-02T16:03:38.155Z Downloaded rusty-fork v0.3.0
5822024-12-02T16:03:38.157Z Downloaded rustversion v1.0.17
5832024-12-02T16:03:38.159Z Downloaded foreign-types v0.3.2
5842024-12-02T16:03:38.159Z Downloaded tokio-native-tls v0.3.1
5852024-12-02T16:03:38.162Z Downloaded foreign-types v0.5.0
5862024-12-02T16:03:38.164Z Downloaded ciborium v0.2.2
5872024-12-02T16:03:38.168Z Downloaded hyper v1.5.0
5882024-12-02T16:03:38.172Z Downloaded unarray v0.1.4
5892024-12-02T16:03:38.175Z Downloaded topological-sort v0.2.2
5902024-12-02T16:03:38.175Z Downloaded slog-term v2.9.1
5912024-12-02T16:03:38.178Z Downloaded icu_provider v1.5.0
5922024-12-02T16:03:38.181Z Downloaded signal-hook-registry v1.4.2
5932024-12-02T16:03:38.184Z Downloaded base64ct v1.6.0
5942024-12-02T16:03:38.186Z Downloaded icu_normalizer_data v1.5.0
5952024-12-02T16:03:38.189Z Downloaded phf_shared v0.10.0
5962024-12-02T16:03:38.189Z Downloaded openssl-probe v0.1.5
5972024-12-02T16:03:38.192Z Downloaded cancel-safe-futures v0.1.5
5982024-12-02T16:03:38.195Z Downloaded number_prefix v0.4.0
5992024-12-02T16:03:38.195Z Downloaded phf_generator v0.11.2
6002024-12-02T16:03:38.198Z Downloaded crc v3.2.1
6012024-12-02T16:03:38.200Z Downloaded pretty-hex v0.2.1
6022024-12-02T16:03:38.200Z Downloaded cookie_store v0.21.0
6032024-12-02T16:03:38.203Z Downloaded cassowary v0.3.0
6042024-12-02T16:03:38.206Z Downloaded subtle v2.6.1
6052024-12-02T16:03:38.206Z Downloaded parse-size v1.1.0
6062024-12-02T16:03:38.208Z Downloaded openssl-macros v0.1.1
6072024-12-02T16:03:38.208Z Downloaded num_threads v0.1.7
6082024-12-02T16:03:38.208Z Downloaded fallible-iterator v0.3.0
6092024-12-02T16:03:38.211Z Downloaded fallible-iterator v0.2.0
6102024-12-02T16:03:38.211Z Downloaded memmap2 v0.9.5
6112024-12-02T16:03:38.213Z Downloaded chrono-tz-build v0.4.0
6122024-12-02T16:03:38.216Z Downloaded sigpipe v0.1.3
6132024-12-02T16:03:38.216Z Downloaded const_format_proc_macros v0.2.33
6142024-12-02T16:03:38.218Z Downloaded gethostname v0.5.0
6152024-12-02T16:03:38.221Z Downloaded strum_macros v0.25.3
6162024-12-02T16:03:38.223Z Downloaded precomputed-hash v0.1.1
6172024-12-02T16:03:38.223Z Downloaded num-iter v0.1.45
6182024-12-02T16:03:38.226Z Downloaded mirai-annotations v1.12.0
6192024-12-02T16:03:38.226Z Downloaded russh-keys v0.45.0
6202024-12-02T16:03:38.228Z Downloaded console v0.15.8
6212024-12-02T16:03:38.231Z Downloaded universal-hash v0.5.1
6222024-12-02T16:03:38.242Z Downloaded icu_properties v1.5.1
6232024-12-02T16:03:38.245Z Downloaded rtoolbox v0.0.2
6242024-12-02T16:03:38.247Z Downloaded icu_locid_transform_data v1.5.0
6252024-12-02T16:03:38.249Z Downloaded csv-core v0.1.11
6262024-12-02T16:03:38.252Z Downloaded heapless v0.8.0
6272024-12-02T16:03:38.254Z Downloaded diesel-dtrace v0.3.0
6282024-12-02T16:03:38.257Z Downloaded ahash v0.8.11
6292024-12-02T16:03:38.259Z Downloaded derive_builder_macro v0.20.2
6302024-12-02T16:03:38.262Z Downloaded zerofrom v0.1.4
6312024-12-02T16:03:38.262Z Downloaded predicates v3.1.2
6322024-12-02T16:03:38.265Z Downloaded primeorder v0.13.6
6332024-12-02T16:03:38.267Z Downloaded predicates-tree v1.0.11
6342024-12-02T16:03:38.269Z Downloaded zone_cfg_derive v0.1.2
6352024-12-02T16:03:38.269Z Downloaded defmt-parser v0.3.4
6362024-12-02T16:03:38.271Z Downloaded subprocess v0.2.9
6372024-12-02T16:03:38.273Z Downloaded foreign-types-shared v0.1.1
6382024-12-02T16:03:38.276Z Downloaded futures-core v0.3.31
6392024-12-02T16:03:38.276Z Downloaded num-conv v0.1.0
6402024-12-02T16:03:38.278Z Downloaded getrandom v0.2.15
6412024-12-02T16:03:38.280Z Downloaded mockall v0.13.0
6422024-12-02T16:03:38.283Z Downloaded spin v0.5.2
6432024-12-02T16:03:38.283Z Downloaded tinystr v0.7.6
6442024-12-02T16:03:38.286Z Downloaded termcolor v1.4.1
6452024-12-02T16:03:38.288Z Downloaded cookie v0.18.1
6462024-12-02T16:03:38.291Z Downloaded crc-any v2.5.0
6472024-12-02T16:03:38.293Z Downloaded simd-adler32 v0.3.7
6482024-12-02T16:03:38.293Z Downloaded strum_macros v0.26.4
6492024-12-02T16:03:38.296Z Downloaded indicatif v0.17.9
6502024-12-02T16:03:38.300Z Downloaded endian-type v0.1.2
6512024-12-02T16:03:38.302Z Downloaded structmeta-derive v0.2.0
6522024-12-02T16:03:38.302Z Downloaded clang-sys v1.8.1
6532024-12-02T16:03:38.305Z Downloaded tower-service v0.3.3
6542024-12-02T16:03:38.307Z Downloaded progenitor-impl v0.8.0
6552024-12-02T16:03:38.310Z Downloaded nodrop v0.1.14
6562024-12-02T16:03:38.310Z Downloaded pkg-config v0.3.31
6572024-12-02T16:03:38.312Z Downloaded want v0.3.1
6582024-12-02T16:03:38.312Z Downloaded hkdf v0.12.4
6592024-12-02T16:03:38.315Z Downloaded chacha20poly1305 v0.10.1
6602024-12-02T16:03:38.317Z Downloaded hash32 v0.3.1
6612024-12-02T16:03:38.319Z Downloaded embedded-io v0.4.0
6622024-12-02T16:03:38.322Z Downloaded which v4.4.2
6632024-12-02T16:03:38.324Z Downloaded arc-swap v1.7.1
6642024-12-02T16:03:38.327Z Downloaded serde-hex v0.1.0
6652024-12-02T16:03:38.329Z Downloaded slog-scope v4.4.0
6662024-12-02T16:03:38.332Z Downloaded dhcproto v0.12.0
6672024-12-02T16:03:38.334Z Downloaded utf-8 v0.7.6
6682024-12-02T16:03:38.334Z Downloaded unicode-truncate v1.1.0
6692024-12-02T16:03:38.337Z Downloaded foreign-types-macros v0.2.3
6702024-12-02T16:03:38.339Z Downloaded foldhash v0.1.3
6712024-12-02T16:03:38.339Z Downloaded fallible-streaming-iterator v0.1.9
6722024-12-02T16:03:38.341Z Downloaded bumpalo v3.16.0
6732024-12-02T16:03:38.344Z Downloaded opaque-debug v0.3.1
6742024-12-02T16:03:38.344Z Downloaded spin v0.9.8
6752024-12-02T16:03:38.346Z Downloaded oso v0.27.3
6762024-12-02T16:03:38.350Z Downloaded crossbeam-utils v0.8.20
6772024-12-02T16:03:38.352Z Downloaded predicates-core v1.0.8
6782024-12-02T16:03:38.355Z Downloaded des v0.8.1
6792024-12-02T16:03:38.358Z Downloaded twox-hash v1.6.3
6802024-12-02T16:03:38.360Z Downloaded untrusted v0.9.0
6812024-12-02T16:03:38.361Z Downloaded strum_macros v0.24.3
6822024-12-02T16:03:38.363Z Downloaded futures-channel v0.3.31
6832024-12-02T16:03:38.366Z Downloaded tokio-rustls v0.25.0
6842024-12-02T16:03:38.368Z Downloaded password-hash v0.5.0
6852024-12-02T16:03:38.371Z Downloaded password-hash v0.4.2
6862024-12-02T16:03:38.373Z Downloaded hashlink v0.9.1
6872024-12-02T16:03:38.376Z Downloaded vte_generate_state_changes v0.1.2
6882024-12-02T16:03:38.376Z Downloaded try-lock v0.2.5
6892024-12-02T16:03:38.376Z Downloaded proc-macro-crate v1.3.1
6902024-12-02T16:03:38.378Z Downloaded minimal-lexical v0.2.1
6912024-12-02T16:03:38.381Z Downloaded zerocopy v0.6.6
6922024-12-02T16:03:38.383Z Downloaded env_logger v0.11.5
6932024-12-02T16:03:38.387Z Downloaded sec1 v0.7.3
6942024-12-02T16:03:38.390Z Downloaded derive_builder_core v0.20.2
6952024-12-02T16:03:38.392Z Downloaded postcard v1.0.10
6962024-12-02T16:03:38.395Z Downloaded sct v0.7.1
6972024-12-02T16:03:38.397Z Downloaded time-core v0.1.2
6982024-12-02T16:03:38.400Z Downloaded num-derive v0.4.2
6992024-12-02T16:03:38.403Z Downloaded strip-ansi-escapes v0.2.0
7002024-12-02T16:03:38.403Z Downloaded bytes v1.8.0
7012024-12-02T16:03:38.406Z Downloaded yoke-derive v0.7.4
7022024-12-02T16:03:38.408Z Downloaded vergen v8.3.2
7032024-12-02T16:03:38.410Z Downloaded openssl-sys v0.9.103
7042024-12-02T16:03:38.415Z Downloaded nanorand v0.7.0
7052024-12-02T16:03:38.418Z Downloaded parking_lot_core v0.8.6
7062024-12-02T16:03:38.420Z Downloaded pkcs1 v0.7.5
7072024-12-02T16:03:38.423Z Downloaded half v2.4.1
7082024-12-02T16:03:38.426Z Downloaded tui-tree-widget v0.22.0
7092024-12-02T16:03:38.429Z Downloaded rfc6979 v0.4.0
7102024-12-02T16:03:38.431Z Downloaded resolv-conf v0.7.0
7112024-12-02T16:03:38.431Z Downloaded polyval v0.6.2
7122024-12-02T16:03:38.434Z Downloaded deranged v0.3.11
7132024-12-02T16:03:38.436Z Downloaded oso-derive v0.27.3
7142024-12-02T16:03:38.437Z Downloaded zeroize v1.8.1
7152024-12-02T16:03:38.439Z Downloaded packed_struct_codegen v0.10.1
7162024-12-02T16:03:38.439Z Downloaded steno v0.4.1
7172024-12-02T16:03:38.443Z Downloaded glob v0.3.1
7182024-12-02T16:03:38.445Z Downloaded futures-io v0.3.31
7192024-12-02T16:03:38.448Z Downloaded slab v0.4.9
7202024-12-02T16:03:38.448Z Downloaded signature v2.2.0
7212024-12-02T16:03:38.450Z Downloaded derive_more v0.99.18
7222024-12-02T16:03:38.454Z Downloaded compact_str v0.8.0
7232024-12-02T16:03:38.458Z Downloaded parse-display-derive v0.10.0
7242024-12-02T16:03:38.461Z Downloaded globset v0.4.15
7252024-12-02T16:03:38.463Z Downloaded crypto-bigint v0.5.5
7262024-12-02T16:03:38.468Z Downloaded libm v0.2.8
7272024-12-02T16:03:38.476Z Downloaded stringprep v0.1.5
7282024-12-02T16:03:38.480Z Downloaded radium v0.7.0
7292024-12-02T16:03:38.482Z Downloaded base64 v0.22.1
7302024-12-02T16:03:38.485Z Downloaded backtrace v0.3.74
7312024-12-02T16:03:38.489Z Downloaded env_logger v0.10.2
7322024-12-02T16:03:38.492Z Downloaded zerofrom-derive v0.1.4
7332024-12-02T16:03:38.495Z Downloaded smf v0.2.3
7342024-12-02T16:03:38.497Z Downloaded serde_plain v1.0.2
7352024-12-02T16:03:38.499Z Downloaded fixedbitset v0.4.2
7362024-12-02T16:03:38.499Z Downloaded defmt-macros v0.3.9
7372024-12-02T16:03:38.503Z Downloaded parking_lot v0.12.3
7382024-12-02T16:03:38.506Z Downloaded unsafe-libyaml v0.2.11
7392024-12-02T16:03:38.508Z Downloaded foreign-types-shared v0.3.1
7402024-12-02T16:03:38.511Z Downloaded progenitor-client v0.8.0
7412024-12-02T16:03:38.511Z Downloaded unicase v2.7.0
7422024-12-02T16:03:38.513Z Downloaded utf8_iter v1.0.4
7432024-12-02T16:03:38.513Z Downloaded filetime v0.2.25
7442024-12-02T16:03:38.516Z Downloaded serde_yaml v0.9.34+deprecated
7452024-12-02T16:03:38.519Z Downloaded pin-project-internal v1.1.6
7462024-12-02T16:03:38.522Z Downloaded tracing v0.1.40
7472024-12-02T16:03:38.526Z Downloaded russh-cryptovec v0.7.3
7482024-12-02T16:03:38.529Z Downloaded headers v0.4.0
7492024-12-02T16:03:38.533Z Downloaded write16 v1.0.0
7502024-12-02T16:03:38.536Z Downloaded crossbeam-channel v0.5.13
7512024-12-02T16:03:38.538Z Downloaded powerfmt v0.2.0
7522024-12-02T16:03:38.541Z Downloaded zone v0.1.8
7532024-12-02T16:03:38.541Z Downloaded vte v0.11.1
7542024-12-02T16:03:38.543Z Downloaded take_mut v0.2.2
7552024-12-02T16:03:38.546Z Downloaded percent-encoding v2.3.1
7562024-12-02T16:03:38.546Z Downloaded parse-display v0.10.0
7572024-12-02T16:03:38.549Z Downloaded scopeguard v1.2.0
7582024-12-02T16:03:38.549Z Downloaded downcast v0.11.0
7592024-12-02T16:03:38.551Z Downloaded dropshot_endpoint v0.13.0
7602024-12-02T16:03:38.553Z Downloaded dyn-clone v1.0.17
7612024-12-02T16:03:38.556Z Downloaded itertools v0.13.0
7622024-12-02T16:03:38.562Z Downloaded tabwriter v1.4.0
7632024-12-02T16:03:38.564Z Downloaded ed25519-dalek v2.1.1
7642024-12-02T16:03:38.566Z Downloaded zone v0.3.0
7652024-12-02T16:03:38.569Z Downloaded zopfli v0.8.1
7662024-12-02T16:03:38.571Z Downloaded fragile v2.0.0
7672024-12-02T16:03:38.573Z Downloaded paste v1.0.15
7682024-12-02T16:03:38.575Z Downloaded itertools v0.12.1
7692024-12-02T16:03:38.582Z Downloaded thiserror-no-std v2.0.2
7702024-12-02T16:03:38.587Z Downloaded structmeta v0.2.0
7712024-12-02T16:03:38.589Z Downloaded tiny-keccak v2.0.2
7722024-12-02T16:03:38.592Z Downloaded socket2 v0.5.7
7732024-12-02T16:03:38.595Z Downloaded ff v0.13.0
7742024-12-02T16:03:38.597Z Downloaded progenitor v0.8.0
7752024-12-02T16:03:38.597Z Downloaded ppv-lite86 v0.2.20
7762024-12-02T16:03:38.599Z Downloaded displaydoc v0.2.5
7772024-12-02T16:03:38.602Z Downloaded strum v0.26.3
7782024-12-02T16:03:38.604Z Downloaded waitgroup v0.1.2
7792024-12-02T16:03:38.604Z Downloaded display-error-chain v0.2.2
7802024-12-02T16:03:38.606Z Downloaded dirs-sys-next v0.1.2
7812024-12-02T16:03:38.609Z Downloaded packed_struct v0.10.1
7822024-12-02T16:03:38.609Z Downloaded toml_edit v0.19.15
7832024-12-02T16:03:38.626Z Downloaded slog-envlogger v2.2.0
7842024-12-02T16:03:38.628Z Downloaded time-macros v0.2.18
7852024-12-02T16:03:38.631Z Downloaded smallvec v1.13.2
7862024-12-02T16:03:38.633Z Downloaded thiserror-impl-no-std v2.0.2
7872024-12-02T16:03:38.636Z Downloaded serde_path_to_error v0.1.16
7882024-12-02T16:03:38.636Z Downloaded rand_chacha v0.3.1
7892024-12-02T16:03:38.638Z Downloaded phf_codegen v0.11.2
7902024-12-02T16:03:38.638Z Downloaded phf v0.11.2
7912024-12-02T16:03:38.641Z Downloaded parking_lot_core v0.9.10
7922024-12-02T16:03:38.643Z Downloaded slog-async v2.8.0
7932024-12-02T16:03:38.645Z Downloaded scheduled-thread-pool v0.2.7
7942024-12-02T16:03:38.645Z Downloaded same-file v1.0.6
7952024-12-02T16:03:38.648Z Downloaded rustls-pemfile v2.2.0
7962024-12-02T16:03:38.650Z Downloaded fxhash v0.2.1
7972024-12-02T16:03:38.650Z Downloaded zerovec-derive v0.10.3
7982024-12-02T16:03:38.653Z Downloaded omicron-zone-package v0.11.1
7992024-12-02T16:03:38.656Z Downloaded value-bag v1.9.0
8002024-12-02T16:03:38.658Z Downloaded hash32 v0.2.1
8012024-12-02T16:03:38.661Z Downloaded num-integer v0.1.46
8022024-12-02T16:03:38.665Z Downloaded uzers v0.12.1
8032024-12-02T16:03:38.665Z Downloaded rustc-demangle v0.1.24
8042024-12-02T16:03:38.667Z Downloaded snafu v0.8.5
8052024-12-02T16:03:38.672Z Downloaded tinyvec_macros v0.1.1
8062024-12-02T16:03:38.674Z Downloaded termtree v0.4.1
8072024-12-02T16:03:38.674Z Downloaded whoami v1.5.2
8082024-12-02T16:03:38.676Z Downloaded typify-macro v0.2.0
8092024-12-02T16:03:38.679Z Downloaded structmeta v0.3.0
8102024-12-02T16:03:38.679Z Downloaded pem-rfc7468 v0.7.0
8112024-12-02T16:03:38.681Z Downloaded zerocopy-derive v0.8.10
8122024-12-02T16:03:38.686Z Downloaded pbkdf2 v0.12.2
8132024-12-02T16:03:38.689Z Downloaded rpassword v7.3.1
8142024-12-02T16:03:38.691Z Downloaded olpc-cjson v0.1.4
8152024-12-02T16:03:38.691Z Downloaded num-rational v0.4.2
8162024-12-02T16:03:38.693Z Downloaded flume v0.11.1
8172024-12-02T16:03:38.696Z Downloaded serde_derive_internals v0.29.1
8182024-12-02T16:03:38.699Z Downloaded unicode-bidi v0.3.17
8192024-12-02T16:03:38.701Z Downloaded defmt v0.3.8
8202024-12-02T16:03:38.705Z Downloaded pkcs5 v0.7.1
8212024-12-02T16:03:38.709Z Downloaded tinyvec v1.8.0
8222024-12-02T16:03:38.712Z Downloaded tls_codec_derive v0.4.1
8232024-12-02T16:03:38.714Z Downloaded tls_codec v0.4.1
8242024-12-02T16:03:38.716Z Downloaded data-encoding v2.6.0
8252024-12-02T16:03:38.719Z Downloaded enum-as-inner v0.5.1
8262024-12-02T16:03:38.721Z Downloaded structmeta-derive v0.3.0
8272024-12-02T16:03:38.721Z Downloaded debug-ignore v1.0.5
8282024-12-02T16:03:38.723Z Downloaded new_debug_unreachable v1.0.6
8292024-12-02T16:03:38.726Z Downloaded utf16_iter v1.0.5
8302024-12-02T16:03:38.726Z Downloaded darling_macro v0.20.10
8312024-12-02T16:03:38.729Z Downloaded diff v0.1.13
8322024-12-02T16:03:38.731Z Downloaded peg v0.8.4
8332024-12-02T16:03:38.734Z Downloaded shell-words v1.1.0
8342024-12-02T16:03:38.737Z Downloaded ghash v0.5.1
8352024-12-02T16:03:38.737Z Downloaded futures-task v0.3.31
8362024-12-02T16:03:38.740Z Downloaded ron v0.7.1
8372024-12-02T16:03:38.742Z Downloaded serde-big-array v0.5.1
8382024-12-02T16:03:38.744Z Downloaded rand_xorshift v0.3.0
8392024-12-02T16:03:38.745Z Downloaded uuid v1.11.0
8402024-12-02T16:03:38.748Z Downloaded reedline v0.35.0
8412024-12-02T16:03:38.756Z Downloaded peg-runtime v0.8.3
8422024-12-02T16:03:38.758Z Downloaded sqlparser_derive v0.2.2
8432024-12-02T16:03:38.758Z Downloaded zeroize_derive v1.4.2
8442024-12-02T16:03:38.758Z Downloaded tap v1.0.1
8452024-12-02T16:03:38.761Z Downloaded synstructure v0.13.1
8462024-12-02T16:03:38.761Z Downloaded termios v0.3.3
8472024-12-02T16:03:38.764Z Downloaded pin-project-lite v0.2.14
8482024-12-02T16:03:38.767Z Downloaded fd-lock v4.0.2
8492024-12-02T16:03:38.771Z Downloaded path-slash v0.1.5
8502024-12-02T16:03:38.773Z Downloaded futures-sink v0.3.31
8512024-12-02T16:03:38.773Z Downloaded futures-macro v0.3.31
8522024-12-02T16:03:38.773Z Downloaded dropshot_endpoint v0.12.0
8532024-12-02T16:03:38.776Z Downloaded group v0.13.0
8542024-12-02T16:03:38.778Z Downloaded icu_properties_data v1.5.0
8552024-12-02T16:03:38.788Z Downloaded pem v3.0.4
8562024-12-02T16:03:38.791Z Downloaded funty v2.0.0
8572024-12-02T16:03:38.791Z Downloaded env_filter v0.1.2
8582024-12-02T16:03:38.794Z Downloaded postgres-types v0.2.8
8592024-12-02T16:03:38.796Z Downloaded peg-macros v0.8.4
8602024-12-02T16:03:38.798Z Downloaded rustls-pemfile v1.0.4
8612024-12-02T16:03:38.800Z Downloaded owo-colors v4.1.0
8622024-12-02T16:03:38.808Z Downloaded tokio-stream v0.1.16
8632024-12-02T16:03:38.811Z Downloaded ena v0.14.3
8642024-12-02T16:03:38.811Z Downloaded static_assertions v1.1.0
8652024-12-02T16:03:38.811Z Downloaded typify v0.2.0
8662024-12-02T16:03:38.815Z Downloaded semver v0.1.20
8672024-12-02T16:03:38.815Z Downloaded smallvec v0.6.14
8682024-12-02T16:03:38.818Z Downloaded pbkdf2 v0.11.0
8692024-12-02T16:03:38.818Z Downloaded tokio-rustls v0.24.1
8702024-12-02T16:03:38.821Z Downloaded signal-hook-tokio v0.3.1
8712024-12-02T16:03:38.823Z Downloaded signal-hook-mio v0.2.4
8722024-12-02T16:03:38.823Z Downloaded schemars_derive v0.8.21
8732024-12-02T16:03:38.826Z Downloaded secrecy v0.8.0
8742024-12-02T16:03:38.826Z Downloaded newline-converter v0.3.0
8752024-12-02T16:03:38.829Z Downloaded rand_seeder v0.3.0
8762024-12-02T16:03:38.829Z Downloaded postgres-protocol v0.6.7
8772024-12-02T16:03:38.832Z Downloaded num_enum_derive v0.5.11
8782024-12-02T16:03:38.832Z Downloaded tungstenite v0.21.0
8792024-12-02T16:03:38.835Z Downloaded newtype_derive v0.1.6
8802024-12-02T16:03:38.837Z Downloaded ssh-cipher v0.2.0
8812024-12-02T16:03:38.837Z Downloaded pkcs8 v0.10.2
8822024-12-02T16:03:38.840Z Downloaded psl-types v2.0.11
8832024-12-02T16:03:38.843Z Downloaded native-tls v0.2.12
8842024-12-02T16:03:38.843Z Downloaded rustfmt-wrapper v0.2.1
8852024-12-02T16:03:38.845Z Downloaded ecdsa v0.16.9
8862024-12-02T16:03:38.849Z Downloaded ed25519 v2.2.3
8872024-12-02T16:03:38.853Z Downloaded typed-path v0.9.3
8882024-12-02T16:03:38.857Z Downloaded rustls-webpki v0.101.7
8892024-12-02T16:03:38.868Z Downloaded diesel_table_macro_syntax v0.2.0
8902024-12-02T16:03:38.870Z Downloaded unicode-xid v0.2.6
8912024-12-02T16:03:38.871Z Downloaded shlex v1.3.0
8922024-12-02T16:03:38.874Z Downloaded tungstenite v0.23.0
8932024-12-02T16:03:38.877Z Downloaded schemars v0.8.21
8942024-12-02T16:03:38.887Z Downloaded normalize-line-endings v0.3.0
8952024-12-02T16:03:38.889Z Downloaded lalrpop v0.19.12
8962024-12-02T16:03:38.898Z Downloaded xz2 v0.1.7
8972024-12-02T16:03:38.902Z Downloaded poly1305 v0.8.0
8982024-12-02T16:03:38.905Z Downloaded either v1.13.0
8992024-12-02T16:03:38.905Z Downloaded untrusted v0.7.1
9002024-12-02T16:03:38.908Z Downloaded pin-utils v0.1.0
9012024-12-02T16:03:38.908Z Downloaded phf_shared v0.11.2
9022024-12-02T16:03:38.908Z Downloaded newtype-uuid v1.1.3
9032024-12-02T16:03:38.911Z Downloaded slog v2.7.0
9042024-12-02T16:03:38.914Z Downloaded num_enum v0.5.11
9052024-12-02T16:03:38.917Z Downloaded unicode-properties v0.1.3
9062024-12-02T16:03:38.920Z Downloaded rsa v0.9.6
9072024-12-02T16:03:38.924Z Downloaded ron v0.8.1
9082024-12-02T16:03:38.928Z Downloaded num-traits v0.2.19
9092024-12-02T16:03:38.933Z Downloaded hashbrown v0.14.5
9102024-12-02T16:03:38.936Z Downloaded fatfs v0.3.6
9112024-12-02T16:03:38.939Z Downloaded samael v0.0.17
9122024-12-02T16:03:38.945Z Downloaded publicsuffix v2.2.3
9132024-12-02T16:03:38.948Z Downloaded nu-ansi-term v0.50.1
9142024-12-02T16:03:38.951Z Downloaded flate2 v1.0.34
9152024-12-02T16:03:38.955Z Downloaded yasna v0.5.2
9162024-12-02T16:03:38.959Z Downloaded futures v0.3.31
9172024-12-02T16:03:38.964Z Downloaded darling_core v0.20.10
9182024-12-02T16:03:38.967Z Downloaded wyz v0.5.1
9192024-12-02T16:03:38.971Z Downloaded signal-hook v0.3.17
9202024-12-02T16:03:38.973Z Downloaded blake3 v1.5.4
9212024-12-02T16:03:38.979Z Downloaded toml v0.7.8
9222024-12-02T16:03:38.983Z Downloaded sqlformat v0.2.6
9232024-12-02T16:03:38.987Z Downloaded tokio-postgres v0.7.12
9242024-12-02T16:03:38.990Z Downloaded zerocopy v0.8.10
9252024-12-02T16:03:39.013Z Downloaded yoke v0.7.4
9262024-12-02T16:03:39.022Z Downloaded aws-lc-rs v1.10.0
9272024-12-02T16:03:39.025Z Downloaded hashbrown v0.13.2
9282024-12-02T16:03:39.028Z Downloaded num-bigint v0.4.6
9292024-12-02T16:03:39.033Z Downloaded idna v0.3.0
9302024-12-02T16:03:39.040Z Downloaded serde_with v3.11.0
9312024-12-02T16:03:39.050Z Downloaded zip v0.6.6
9322024-12-02T16:03:39.053Z Downloaded idna v0.5.0
9332024-12-02T16:03:39.060Z Downloaded quick-xml v0.33.0
9342024-12-02T16:03:39.066Z Downloaded pin-project v1.1.6
9352024-12-02T16:03:39.077Z Downloaded hashbrown v0.12.3
9362024-12-02T16:03:39.081Z Downloaded salty v0.3.0
9372024-12-02T16:03:39.088Z Downloaded p256 v0.13.2
9382024-12-02T16:03:39.092Z Downloaded unicode-normalization v0.1.24
9392024-12-02T16:03:39.095Z Downloaded unicode_categories v0.1.1
9402024-12-02T16:03:39.098Z Downloaded hickory-proto v0.24.1
9412024-12-02T16:03:39.113Z Downloaded zerovec v0.10.4
9422024-12-02T16:03:39.119Z Downloaded quinn-proto v0.11.8
9432024-12-02T16:03:39.125Z Downloaded bindgen v0.69.5
9442024-12-02T16:03:39.133Z Downloaded webpki-roots v0.26.6
9452024-12-02T16:03:39.136Z Downloaded chrono v0.4.38
9462024-12-02T16:03:39.144Z Downloaded bitvec v1.0.1
9472024-12-02T16:03:39.159Z Downloaded x509-cert v0.2.5
9482024-12-02T16:03:39.165Z Downloaded p521 v0.13.3
9492024-12-02T16:03:39.168Z Downloaded rusqlite v0.32.1
9502024-12-02T16:03:39.175Z Downloaded rustls-webpki v0.102.8
9512024-12-02T16:03:39.193Z Downloaded tough v0.19.0
9522024-12-02T16:03:39.202Z Downloaded ssh-key v0.6.6
9532024-12-02T16:03:39.208Z Downloaded vcpkg v0.2.15
9542024-12-02T16:03:39.246Z Downloaded tokio-util v0.7.12
9552024-12-02T16:03:39.252Z Downloaded winnow v0.5.40
9562024-12-02T16:03:39.261Z Downloaded num-bigint-dig v0.8.4
9572024-12-02T16:03:39.266Z Downloaded h2 v0.4.6
9582024-12-02T16:03:39.272Z Downloaded petname v2.0.2
9592024-12-02T16:03:39.278Z Downloaded proptest v1.5.0
9602024-12-02T16:03:39.287Z Downloaded futures-util v0.3.31
9612024-12-02T16:03:39.299Z Downloaded portable-atomic v1.9.0
9622024-12-02T16:03:39.306Z Downloaded git2 v0.19.0
9632024-12-02T16:03:39.316Z Downloaded smoltcp v0.9.1
9642024-12-02T16:03:39.327Z Downloaded sqlparser v0.45.0
9652024-12-02T16:03:39.333Z Downloaded object v0.30.4
9662024-12-02T16:03:39.342Z Downloaded polar-core v0.27.3
9672024-12-02T16:03:39.350Z Downloaded smoltcp v0.11.0
9682024-12-02T16:03:39.363Z Downloaded nix v0.27.1
9692024-12-02T16:03:39.374Z Downloaded regex v1.11.1
9702024-12-02T16:03:39.387Z Downloaded p384 v0.13.0
9712024-12-02T16:03:39.393Z Downloaded openapiv3 v2.0.0
9722024-12-02T16:03:39.406Z Downloaded unicode-width v0.2.0
9732024-12-02T16:03:39.412Z Downloaded regex-syntax v0.6.29
9742024-12-02T16:03:39.419Z Downloaded dropshot v0.13.0
9752024-12-02T16:03:39.440Z Downloaded rustls v0.21.12
9762024-12-02T16:03:39.451Z Downloaded nix v0.29.0
9772024-12-02T16:03:39.462Z Downloaded openssl v0.10.66
9782024-12-02T16:03:39.472Z Downloaded dropshot v0.12.0
9792024-12-02T16:03:39.493Z Downloaded object v0.36.5
9802024-12-02T16:03:39.508Z Downloaded chrono-tz v0.10.0
9812024-12-02T16:03:39.512Z Downloaded radix_trie v0.2.1
9822024-12-02T16:03:39.522Z Downloaded gimli v0.31.1
9832024-12-02T16:03:39.527Z Downloaded rustls v0.22.4
9842024-12-02T16:03:39.541Z Downloaded typify-impl v0.2.0
9852024-12-02T16:03:39.555Z Downloaded zerocopy-derive v0.6.6
9862024-12-02T16:03:39.563Z Downloaded sled v0.34.7
9872024-12-02T16:03:39.573Z Downloaded nix v0.28.0
9882024-12-02T16:03:39.587Z Downloaded ratatui v0.28.1
9892024-12-02T16:03:39.605Z Downloaded bzip2-sys v0.1.11+1.0.8
9902024-12-02T16:03:39.618Z Downloaded regex-syntax v0.8.5
9912024-12-02T16:03:39.625Z Downloaded diesel v2.2.4
9922024-12-02T16:03:39.644Z Downloaded regress v0.9.1
9932024-12-02T16:03:39.652Z Downloaded curve25519-dalek v4.1.3
9942024-12-02T16:03:39.661Z Downloaded trust-dns-proto v0.22.0
9952024-12-02T16:03:39.673Z Downloaded rustls v0.23.14
9962024-12-02T16:03:39.685Z Downloaded petgraph v0.6.5
9972024-12-02T16:03:39.702Z Downloaded regex-automata v0.4.8
9982024-12-02T16:03:39.720Z Downloaded reqwest v0.12.9
9992024-12-02T16:03:39.731Z Downloaded tokio v1.40.0
10002024-12-02T16:03:39.764Z Downloaded lzma-sys v0.1.20
10012024-12-02T16:03:39.793Z Downloaded libz-sys v1.1.20
10022024-12-02T16:03:39.813Z Downloaded idna v0.4.0
10032024-12-02T16:03:39.820Z Downloaded idna v0.2.3
10042024-12-02T16:03:39.827Z Downloaded sha3 v0.10.8
10052024-12-02T16:03:39.831Z Downloaded time v0.3.36
10062024-12-02T16:03:39.837Z Downloaded csv v1.3.0
10072024-12-02T16:03:39.858Z Downloaded rayon v1.10.0
10082024-12-02T16:03:39.866Z Downloaded nom v7.1.3
10092024-12-02T16:03:39.871Z Downloaded aho-corasick v1.1.3
10102024-12-02T16:03:39.877Z Downloaded rayon-core v1.12.1
10112024-12-02T16:03:39.880Z Downloaded tokio-tungstenite v0.24.0
10122024-12-02T16:03:39.883Z Downloaded test-strategy v0.3.1
10132024-12-02T16:03:39.885Z Downloaded zip v2.1.3
10142024-12-02T16:03:39.889Z Downloaded rand_core v0.6.4
10152024-12-02T16:03:39.892Z Downloaded mockall_derive v0.13.0
10162024-12-02T16:03:39.894Z Downloaded rand v0.8.5
10172024-12-02T16:03:39.897Z Downloaded russh v0.45.0
10182024-12-02T16:03:39.902Z Downloaded crossterm v0.28.1
10192024-12-02T16:03:39.907Z Downloaded fs_extra v1.3.0
10202024-12-02T16:03:39.910Z Downloaded num-complex v0.4.6
10212024-12-02T16:03:39.913Z Downloaded enum-as-inner v0.6.1
10222024-12-02T16:03:39.913Z Downloaded embedded-io v0.6.1
10232024-12-02T16:03:39.916Z Downloaded wait-timeout v0.2.0
10242024-12-02T16:03:39.916Z Downloaded stable_deref_trait v1.2.0
10252024-12-02T16:03:39.916Z Downloaded sha1 v0.10.6
10262024-12-02T16:03:39.918Z Downloaded multer v3.1.0
10272024-12-02T16:03:39.921Z Downloaded tokio-tungstenite v0.21.0
10282024-12-02T16:03:39.923Z Downloaded parse-zoneinfo v0.3.1
10292024-12-02T16:03:39.926Z Downloaded slog-json v2.6.1
10302024-12-02T16:03:39.926Z Downloaded dirs-next v2.0.0
10312024-12-02T16:03:39.929Z Downloaded difflib v0.4.0
10322024-12-02T16:03:39.929Z Downloaded quinn v0.11.5
10332024-12-02T16:03:39.932Z Downloaded writeable v0.5.5
10342024-12-02T16:03:39.935Z Downloaded tracing-core v0.1.32
10352024-12-02T16:03:39.935Z Downloaded tar v0.4.42
10362024-12-02T16:03:39.939Z Downloaded slog-dtrace v0.3.0
10372024-12-02T16:03:39.942Z Downloaded slog-bunyan v2.5.0
10382024-12-02T16:03:39.942Z Downloaded progenitor-macro v0.8.0
10392024-12-02T16:03:39.942Z Downloaded url v2.5.3
10402024-12-02T16:03:39.945Z Downloaded der v0.7.9
10412024-12-02T16:03:39.948Z Downloaded form_urlencoded v1.2.1
10422024-12-02T16:03:39.950Z Downloaded der_derive v0.7.3
10432024-12-02T16:03:39.953Z Downloaded tracing-attributes v0.1.27
10442024-12-02T16:03:39.953Z Downloaded tokio-tungstenite v0.23.1
10452024-12-02T16:03:39.956Z Downloaded term v0.7.0
10462024-12-02T16:03:39.961Z Downloaded libxml v0.3.3
10472024-12-02T16:03:39.964Z Downloaded mio v1.0.2
10482024-12-02T16:03:39.968Z Downloaded elliptic-curve v0.13.8
10492024-12-02T16:03:39.972Z Downloaded unicode-segmentation v1.12.0
10502024-12-02T16:03:39.975Z Downloaded rustyline v14.0.0
10512024-12-02T16:03:39.981Z Downloaded idna v1.0.3
10522024-12-02T16:03:39.985Z Downloaded num v0.4.3
10532024-12-02T16:03:39.991Z Downloaded nibble_vec v0.1.0
10542024-12-02T16:03:39.991Z Downloaded rustc-hash v1.1.0
10552024-12-02T16:03:39.994Z Downloaded parking_lot v0.11.2
10562024-12-02T16:03:39.994Z Downloaded rcgen v0.12.1
10572024-12-02T16:03:39.994Z Downloaded expectorate v1.1.0
10582024-12-02T16:03:39.998Z Downloaded serde_repr v0.1.19
10592024-12-02T16:03:40.000Z Downloaded dunce v1.0.5
10602024-12-02T16:03:40.000Z Downloaded vsss-rs v3.3.4
10612024-12-02T16:03:40.002Z Downloaded quick-error v1.2.3
10622024-12-02T16:03:40.007Z Downloaded string_cache v0.8.7
10632024-12-02T16:03:40.008Z Downloaded qorb v0.2.1
10642024-12-02T16:03:40.010Z Downloaded encoding_rs v0.8.34
10652024-12-02T16:03:40.029Z Downloaded itertools v0.10.5
10662024-12-02T16:03:40.034Z Downloaded tungstenite v0.24.0
10672024-12-02T16:03:40.040Z Downloaded const_format v0.2.33
10682024-12-02T16:03:40.043Z Downloaded walkdir v2.5.0
10692024-12-02T16:03:40.047Z Downloaded futures-executor v0.3.31
10702024-12-02T16:03:40.047Z Downloaded flagset v0.4.6
10712024-12-02T16:03:40.050Z Downloaded dsl_auto_type v0.1.2
10722024-12-02T16:03:40.050Z Downloaded derive_builder v0.20.2
10732024-12-02T16:03:40.052Z Downloaded derive-where v1.2.7
10742024-12-02T16:03:40.055Z Downloaded libgit2-sys v0.17.0+1.8.1
10752024-12-02T16:03:40.112Z Downloaded tokio-rustls v0.26.0
10762024-12-02T16:03:40.115Z Downloaded cc v1.1.30
10772024-12-02T16:03:40.118Z Downloaded multimap v0.10.0
10782024-12-02T16:03:40.118Z Downloaded snafu-derive v0.8.5
10792024-12-02T16:03:40.122Z Downloaded serde_with_macros v3.11.0
10802024-12-02T16:03:40.122Z Downloaded thread_local v1.1.8
10812024-12-02T16:03:40.125Z Downloaded rustls-pki-types v1.9.0
10822024-12-02T16:03:40.127Z Downloaded miniz_oxide v0.8.0
10832024-12-02T16:03:40.130Z Downloaded base64 v0.13.1
10842024-12-02T16:03:40.133Z Downloaded diesel_derives v2.2.3
10852024-12-02T16:03:40.135Z Downloaded scrypt v0.11.0
10862024-12-02T16:03:40.135Z Downloaded rustc_version v0.1.7
10872024-12-02T16:03:40.138Z Downloaded rustc-hash v2.0.0
10882024-12-02T16:03:40.138Z Downloaded ref-cast-impl v1.0.23
10892024-12-02T16:03:40.138Z Downloaded float-ord v0.3.2
10902024-12-02T16:03:40.141Z Downloaded float-cmp v0.9.0
10912024-12-02T16:03:40.141Z Downloaded prettyplease v0.2.25
10922024-12-02T16:03:40.145Z Downloaded http v1.1.0
10932024-12-02T16:03:40.148Z Downloaded const-oid v0.9.6
10942024-12-02T16:03:40.151Z Downloaded xattr v1.3.1
10952024-12-02T16:03:40.151Z Downloaded blake2 v0.10.6
10962024-12-02T16:03:40.153Z Downloaded similar v2.6.0
10972024-12-02T16:03:40.157Z Downloaded quinn-udp v0.5.5
10982024-12-02T16:03:40.160Z Downloaded bcs v0.1.6
10992024-12-02T16:03:40.162Z Downloaded async-trait v0.1.83
11002024-12-02T16:03:40.164Z Downloaded backoff v0.4.0
11012024-12-02T16:03:40.168Z Downloaded tokio-macros v2.4.0
11022024-12-02T16:03:40.168Z Downloaded supports-color v3.0.1
11032024-12-02T16:03:40.175Z Downloaded indexmap v1.9.3
11042024-12-02T16:03:40.175Z Downloaded r2d2 v0.8.10
11052024-12-02T16:03:40.175Z Downloaded ref-cast v1.0.23
11062024-12-02T16:03:40.175Z Downloaded iana-time-zone v0.1.61
11072024-12-02T16:03:40.179Z Downloaded argon2 v0.5.3
11082024-12-02T16:03:40.179Z Downloaded hyper-util v0.1.10
11092024-12-02T16:03:40.182Z Downloaded litemap v0.7.3
11102024-12-02T16:03:40.184Z Downloaded ctr v0.9.2
11112024-12-02T16:03:40.186Z Downloaded cbc v0.1.2
11122024-12-02T16:03:40.188Z Downloaded maybe-uninit v2.0.0
11132024-12-02T16:03:40.188Z Downloaded maplit v1.0.2
11142024-12-02T16:03:40.188Z Downloaded idna_adapter v1.2.0
11152024-12-02T16:03:40.190Z Downloaded cobs v0.2.3
11162024-12-02T16:03:40.190Z Downloaded bit-set v0.5.3
11172024-12-02T16:03:40.193Z Downloaded array-init v0.0.4
11182024-12-02T16:03:40.193Z Downloaded lru-cache v0.1.2
11192024-12-02T16:03:40.193Z Downloaded lru v0.12.5
11202024-12-02T16:03:40.196Z Downloaded buf-list v1.0.3
11212024-12-02T16:03:40.196Z Downloaded ascii-canvas v3.0.0
11222024-12-02T16:03:40.198Z Downloaded instability v0.3.2
11232024-12-02T16:03:40.198Z Downloaded block-padding v0.3.3
11242024-12-02T16:03:40.199Z Downloaded bitfield-struct v0.6.2
11252024-12-02T16:03:40.201Z Downloaded async-recursion v1.1.1
11262024-12-02T16:03:40.203Z Downloaded ipnet v2.10.1
11272024-12-02T16:03:40.205Z Downloaded arrayref v0.3.9
11282024-12-02T16:03:40.205Z Downloaded hyper-rustls v0.27.3
11292024-12-02T16:03:40.207Z Downloaded httpdate v1.0.3
11302024-12-02T16:03:40.210Z Downloaded http-body-util v0.1.2
11312024-12-02T16:03:40.210Z Downloaded hostname v0.4.0
11322024-12-02T16:03:40.213Z Downloaded ciborium-io v0.2.2
11332024-12-02T16:03:40.213Z Downloaded hickory-server v0.24.1
11342024-12-02T16:03:40.217Z Downloaded atty v0.2.14
11352024-12-02T16:03:40.220Z Downloaded atomicwrites v0.4.4
11362024-12-02T16:03:40.421Z Downloaded ring v0.17.8
11372024-12-02T16:03:40.535Z Downloaded libsqlite3-sys v0.30.1
11382024-12-02T16:03:40.809Z Downloaded ring v0.16.20
11392024-12-02T16:03:41.100Z Downloaded aws-lc-sys v0.22.0
11402024-12-02T16:03:41.407Z Compiling serde v1.0.215
11412024-12-02T16:03:41.411Z Compiling lock_api v0.4.12
11422024-12-02T16:03:41.411Z Compiling scopeguard v1.2.0
11432024-12-02T16:03:41.411Z Compiling value-bag v1.9.0
11442024-12-02T16:03:41.559Z Compiling typenum v1.17.0
11452024-12-02T16:03:41.562Z Compiling generic-array v0.14.7
11462024-12-02T16:03:41.602Z Compiling syn v2.0.87
11472024-12-02T16:03:41.616Z Compiling getrandom v0.2.15
11482024-12-02T16:03:41.686Z Compiling shlex v1.3.0
11492024-12-02T16:03:41.913Z Compiling rand_core v0.6.4
11502024-12-02T16:03:42.025Z Compiling log v0.4.22
11512024-12-02T16:03:42.142Z Compiling subtle v2.6.1
11522024-12-02T16:03:42.164Z Compiling jobserver v0.1.32
11532024-12-02T16:03:42.191Z Compiling const-oid v0.9.6
11542024-12-02T16:03:42.455Z Compiling smallvec v1.13.2
11552024-12-02T16:03:42.514Z Compiling spin v0.9.8
11562024-12-02T16:03:42.532Z Compiling pin-project-lite v0.2.14
11572024-12-02T16:03:42.664Z Compiling cc v1.1.30
11582024-12-02T16:03:42.860Z Compiling rustix v0.38.37
11592024-12-02T16:03:42.932Z Compiling parking_lot_core v0.9.10
11602024-12-02T16:03:42.951Z Compiling futures-core v0.3.31
11612024-12-02T16:03:43.196Z Compiling signal-hook-registry v1.4.2
11622024-12-02T16:03:43.228Z Compiling mio v1.0.2
11632024-12-02T16:03:43.769Z Compiling aho-corasick v1.1.3
11642024-12-02T16:03:44.042Z Compiling parking_lot v0.12.3
11652024-12-02T16:03:44.072Z Compiling cpufeatures v0.2.14
11662024-12-02T16:03:44.178Z Compiling either v1.13.0
11672024-12-02T16:03:44.220Z Compiling regex-syntax v0.8.5
11682024-12-02T16:03:44.445Z Compiling lazy_static v1.5.0
11692024-12-02T16:03:44.464Z Compiling futures-sink v0.3.31
11702024-12-02T16:03:44.566Z Compiling stable_deref_trait v1.2.0
11712024-12-02T16:03:44.594Z Compiling glob v0.3.1
11722024-12-02T16:03:44.620Z Compiling socket2 v0.5.7
11732024-12-02T16:03:44.670Z Compiling slab v0.4.9
11742024-12-02T16:03:44.968Z Compiling prettyplease v0.2.25
11752024-12-02T16:03:45.127Z Compiling minimal-lexical v0.2.1
11762024-12-02T16:03:45.608Z Compiling clang-sys v1.8.1
11772024-12-02T16:03:45.625Z Compiling nom v7.1.3
11782024-12-02T16:03:45.645Z Compiling libloading v0.8.5
11792024-12-02T16:03:45.672Z Compiling home v0.5.9
11802024-12-02T16:03:45.947Z Compiling serde_json v1.0.132
11812024-12-02T16:03:46.088Z Compiling bindgen v0.69.5
11822024-12-02T16:03:46.276Z Compiling futures-channel v0.3.31
11832024-12-02T16:03:46.731Z Compiling itertools v0.12.1
11842024-12-02T16:03:46.896Z Compiling foldhash v0.1.3
11852024-12-02T16:03:47.122Z Compiling pin-utils v0.1.0
11862024-12-02T16:03:47.188Z Compiling lazycell v1.3.0
11872024-12-02T16:03:47.216Z Compiling allocator-api2 v0.2.18
11882024-12-02T16:03:47.365Z Compiling futures-io v0.3.31
11892024-12-02T16:03:47.717Z Compiling futures-task v0.3.31
11902024-12-02T16:03:48.033Z Compiling regex-automata v0.4.8
11912024-12-02T16:03:48.069Z Compiling rustc-hash v1.1.0
11922024-12-02T16:03:48.226Z Compiling hashbrown v0.15.0
11932024-12-02T16:03:49.420Z Compiling synstructure v0.13.1
11942024-12-02T16:03:49.542Z Compiling cexpr v0.6.0
11952024-12-02T16:03:49.858Z Compiling cmake v0.1.51
11962024-12-02T16:03:50.943Z Compiling fs_extra v1.3.0
11972024-12-02T16:03:51.167Z Compiling pkg-config v0.3.31
11982024-12-02T16:03:51.266Z Compiling libm v0.2.8
11992024-12-02T16:03:51.330Z Compiling dunce v1.0.5
12002024-12-02T16:03:51.461Z Compiling tinyvec_macros v0.1.1
12012024-12-02T16:03:51.540Z Compiling num-traits v0.2.19
12022024-12-02T16:03:51.561Z Compiling tinyvec v1.8.0
12032024-12-02T16:03:52.049Z Compiling ring v0.17.8
12042024-12-02T16:03:52.744Z Compiling unicode-bidi v0.3.17
12052024-12-02T16:03:52.762Z Compiling base64ct v1.6.0
12062024-12-02T16:03:53.047Z Compiling unicode-normalization v0.1.24
12072024-12-02T16:03:53.103Z Compiling paste v1.0.15
12082024-12-02T16:03:53.203Z Compiling writeable v0.5.5
12092024-12-02T16:03:53.342Z Compiling litemap v0.7.3
12102024-12-02T16:03:53.694Z Compiling regex v1.11.1
12112024-12-02T16:03:53.811Z Compiling pem-rfc7468 v0.7.0
12122024-12-02T16:03:54.190Z Compiling aws-lc-rs v1.10.0
12132024-12-02T16:03:54.496Z Compiling flagset v0.4.6
12142024-12-02T16:03:54.608Z Compiling httparse v1.9.5
12152024-12-02T16:03:54.744Z Compiling tracing-core v0.1.32
12162024-12-02T16:03:55.393Z Compiling icu_locid_transform_data v1.5.0
12172024-12-02T16:03:55.491Z Compiling percent-encoding v2.3.1
12182024-12-02T16:03:55.771Z Compiling rustls-pki-types v1.9.0
12192024-12-02T16:03:55.863Z Compiling crossbeam-utils v0.8.20
12202024-12-02T16:03:56.138Z Compiling time-core v0.1.2
12212024-12-02T16:03:56.309Z Compiling icu_properties_data v1.5.0
12222024-12-02T16:03:56.474Z Compiling mirai-annotations v1.12.0
12232024-12-02T16:03:56.554Z Compiling num-conv v0.1.0
12242024-12-02T16:03:56.575Z Compiling serde_derive v1.0.215
12252024-12-02T16:03:56.668Z Compiling zeroize_derive v1.4.2
12262024-12-02T16:03:56.733Z Compiling zerocopy-derive v0.7.35
12272024-12-02T16:03:56.805Z Compiling tokio-macros v2.4.0
12282024-12-02T16:03:56.850Z Compiling zerofrom-derive v0.1.4
12292024-12-02T16:03:58.200Z Compiling zeroize v1.8.1
12302024-12-02T16:03:58.377Z Compiling thiserror-impl v1.0.69
12312024-12-02T16:03:58.602Z Compiling yoke-derive v0.7.4
12322024-12-02T16:03:58.996Z Compiling zerocopy v0.7.35
12332024-12-02T16:03:59.929Z Compiling crypto-common v0.1.6
12342024-12-02T16:04:00.139Z Compiling block-buffer v0.10.4
12352024-12-02T16:04:00.420Z Compiling digest v0.10.7
12362024-12-02T16:04:00.636Z Compiling futures-macro v0.3.31
12372024-12-02T16:04:00.872Z Compiling zerofrom v0.1.4
12382024-12-02T16:04:00.894Z Compiling hmac v0.12.1
12392024-12-02T16:04:01.001Z Compiling zerovec-derive v0.10.3
12402024-12-02T16:04:01.080Z Compiling block-padding v0.3.3
12412024-12-02T16:04:01.124Z Compiling displaydoc v0.2.5
12422024-12-02T16:04:01.315Z Compiling inout v0.1.3
12432024-12-02T16:04:01.591Z Compiling cipher v0.4.4
12442024-12-02T16:04:01.655Z Compiling yoke v0.7.4
12452024-12-02T16:04:01.681Z Compiling thiserror v1.0.69
12462024-12-02T16:04:01.824Z Compiling sha2 v0.10.8
12472024-12-02T16:04:02.019Z Compiling ppv-lite86 v0.2.20
12482024-12-02T16:04:02.115Z Compiling der_derive v0.7.3
12492024-12-02T16:04:02.508Z Compiling futures-util v0.3.31
12502024-12-02T16:04:02.762Z Compiling icu_provider_macros v1.5.0
12512024-12-02T16:04:02.786Z Compiling rand_chacha v0.3.1
12522024-12-02T16:04:03.572Z Compiling zerovec v0.10.4
12532024-12-02T16:04:03.858Z Compiling tracing-attributes v0.1.27
12542024-12-02T16:04:04.583Z Compiling der v0.7.9
12552024-12-02T16:04:05.034Z Compiling rand v0.8.5
12562024-12-02T16:04:05.293Z Compiling salsa20 v0.10.2
12572024-12-02T16:04:05.578Z Compiling tinystr v0.7.6
12582024-12-02T16:04:05.896Z Compiling icu_collections v1.5.0
12592024-12-02T16:04:06.027Z Compiling icu_locid v1.5.0
12602024-12-02T16:04:06.222Z Compiling pest v2.7.14
12612024-12-02T16:04:07.251Z Compiling icu_provider v1.5.0
12622024-12-02T16:04:07.369Z Compiling spki v0.7.3
12632024-12-02T16:04:07.762Z Compiling pbkdf2 v0.12.2
12642024-12-02T16:04:07.788Z Compiling tracing v0.1.40
12652024-12-02T16:04:07.929Z Compiling powerfmt v0.2.0
12662024-12-02T16:04:07.949Z Compiling icu_locid_transform v1.5.0
12672024-12-02T16:04:08.303Z Compiling vcpkg v0.2.15
12682024-12-02T16:04:08.324Z Compiling untrusted v0.9.0
12692024-12-02T16:04:08.344Z Compiling untrusted v0.7.1
12702024-12-02T16:04:08.511Z Compiling deranged v0.3.11
12712024-12-02T16:04:08.550Z Compiling scrypt v0.11.0
12722024-12-02T16:04:08.742Z Compiling cbc v0.1.2
12732024-12-02T16:04:08.992Z Compiling pest_meta v2.7.14
12742024-12-02T16:04:09.118Z Compiling icu_properties v1.5.1
12752024-12-02T16:04:09.359Z Compiling aes v0.8.4
12762024-12-02T16:04:10.476Z Compiling bitflags v2.6.0
12772024-12-02T16:04:10.518Z Compiling bytes v1.8.0
12782024-12-02T16:04:10.700Z Compiling indexmap v2.6.0
12792024-12-02T16:04:11.893Z Compiling tokio v1.40.0
12802024-12-02T16:04:12.147Z Compiling http v1.1.0
12812024-12-02T16:04:12.316Z Compiling semver v1.0.23
12822024-12-02T16:04:12.335Z Compiling openssl-sys v0.9.103
12832024-12-02T16:04:13.095Z Compiling rustc_version v0.4.1
12842024-12-02T16:04:13.491Z Compiling time-macros v0.2.18
12852024-12-02T16:04:13.893Z Compiling scroll_derive v0.12.0
12862024-12-02T16:04:14.105Z Compiling utf16_iter v1.0.5
12872024-12-02T16:04:14.146Z Compiling icu_normalizer_data v1.5.0
12882024-12-02T16:04:14.253Z Compiling atomic-waker v1.1.2
12892024-12-02T16:04:14.312Z Compiling num_threads v0.1.7
12902024-12-02T16:04:14.443Z Compiling utf8_iter v1.0.4
12912024-12-02T16:04:14.447Z Compiling write16 v1.0.0
12922024-12-02T16:04:14.655Z Compiling icu_normalizer v1.5.0
12932024-12-02T16:04:14.676Z Compiling http-body v1.0.1
12942024-12-02T16:04:14.900Z Compiling which v4.4.2
12952024-12-02T16:04:14.919Z Compiling pkcs5 v0.7.1
12962024-12-02T16:04:15.403Z Compiling scroll v0.12.0
12972024-12-02T16:04:15.490Z Compiling pest_generator v2.7.14
12982024-12-02T16:04:15.983Z Compiling form_urlencoded v1.2.1
12992024-12-02T16:04:16.193Z Compiling try-lock v0.2.5
13002024-12-02T16:04:16.298Z Compiling slog v2.7.0
13012024-12-02T16:04:16.332Z Compiling goblin v0.8.2
13022024-12-02T16:04:16.352Z Compiling want v0.3.1
13032024-12-02T16:04:16.651Z Compiling idna_adapter v1.2.0
13042024-12-02T16:04:16.732Z Compiling pkcs8 v0.10.2
13052024-12-02T16:04:16.842Z Compiling time v0.3.36
13062024-12-02T16:04:16.872Z Compiling httpdate v1.0.3
13072024-12-02T16:04:17.329Z Compiling idna v1.0.3
13082024-12-02T16:04:17.494Z Compiling serde_tokenstream v0.2.2
13092024-12-02T16:04:17.573Z Compiling pest_derive v2.7.14
13102024-12-02T16:04:17.703Z Compiling uuid v1.11.0
13112024-12-02T16:04:18.097Z Compiling serde_spanned v0.6.8
13122024-12-02T16:04:18.341Z Compiling toml_datetime v0.6.8
13132024-12-02T16:04:18.409Z Compiling dtrace-parser v0.2.0
13142024-12-02T16:04:18.860Z Compiling openssl v0.10.66
13152024-12-02T16:04:19.147Z Compiling rustversion v1.0.17
13162024-12-02T16:04:19.226Z Compiling base64 v0.22.1
13172024-12-02T16:04:19.280Z Compiling foreign-types-shared v0.1.1
13182024-12-02T16:04:19.396Z Compiling adler2 v2.0.0
13192024-12-02T16:04:19.607Z Compiling iana-time-zone v0.1.61
13202024-12-02T16:04:19.883Z Compiling tower-service v0.3.3
13212024-12-02T16:04:19.958Z Compiling match_cfg v0.1.0
13222024-12-02T16:04:20.051Z Compiling hostname v0.3.1
13232024-12-02T16:04:20.070Z Compiling chrono v0.4.38
13242024-12-02T16:04:20.087Z Compiling miniz_oxide v0.8.0
13252024-12-02T16:04:20.300Z Compiling foreign-types v0.3.2
13262024-12-02T16:04:20.444Z Compiling tokio-util v0.7.12
13272024-12-02T16:04:20.600Z Compiling url v2.5.3
13282024-12-02T16:04:21.690Z Compiling h2 v0.4.6
13292024-12-02T16:04:22.194Z Compiling dof v0.3.0
13302024-12-02T16:04:22.616Z Compiling async-trait v0.1.83
13312024-12-02T16:04:23.336Z Compiling usdt-impl v0.5.0
13322024-12-02T16:04:23.918Z Compiling openssl-macros v0.1.1
13332024-12-02T16:04:24.400Z Compiling dirs-sys-next v0.1.2
13342024-12-02T16:04:24.690Z Compiling rustls v0.23.14
13352024-12-02T16:04:24.944Z Compiling rustls v0.22.4
13362024-12-02T16:04:24.964Z Compiling data-encoding v2.6.0
13372024-12-02T16:04:25.095Z Compiling syn v1.0.109
13382024-12-02T16:04:25.206Z Compiling siphasher v0.3.11
13392024-12-02T16:04:25.414Z Compiling native-tls v0.2.12
13402024-12-02T16:04:25.803Z Compiling dirs-next v2.0.0
13412024-12-02T16:04:26.013Z Compiling http-body-util v0.1.2
13422024-12-02T16:04:26.568Z Compiling crossbeam-epoch v0.9.18
13432024-12-02T16:04:26.684Z Compiling heapless v0.7.17
13442024-12-02T16:04:27.129Z Compiling sha1 v0.10.6
13452024-12-02T16:04:27.262Z Compiling signature v2.2.0
13462024-12-02T16:04:27.311Z Compiling bzip2-sys v0.1.11+1.0.8
13472024-12-02T16:04:27.465Z Compiling serde_derive_internals v0.29.1
13482024-12-02T16:04:27.549Z Compiling thread_local v1.1.8
13492024-12-02T16:04:27.579Z Compiling multer v3.1.0
13502024-12-02T16:04:27.720Z Compiling encoding_rs v0.8.34
13512024-12-02T16:04:27.793Z Compiling cookie v0.18.1
13522024-12-02T16:04:27.857Z Compiling mime v0.3.17
13532024-12-02T16:04:28.074Z Compiling unicode-properties v0.1.3
13542024-12-02T16:04:28.121Z Compiling ipnet v2.10.1
13552024-12-02T16:04:28.467Z Compiling schemars v0.8.21
13562024-12-02T16:04:28.486Z Compiling rayon-core v1.12.1
13572024-12-02T16:04:28.763Z Compiling hyper v1.5.0
13582024-12-02T16:04:28.811Z Compiling openssl-probe v0.1.5
13592024-12-02T16:04:29.171Z Compiling slog-async v2.8.0
13602024-12-02T16:04:29.358Z Compiling signal-hook v0.3.17
13612024-12-02T16:04:29.628Z Compiling gimli v0.31.1
13622024-12-02T16:04:29.856Z Compiling stringprep v0.1.5
13632024-12-02T16:04:30.307Z Compiling schemars_derive v0.8.21
13642024-12-02T16:04:31.217Z Compiling hyper-util v0.1.10
13652024-12-02T16:04:32.433Z Compiling toml_edit v0.22.22
13662024-12-02T16:04:33.138Z Compiling crossbeam-deque v0.8.5
13672024-12-02T16:04:33.470Z Compiling usdt-macro v0.5.0
13682024-12-02T16:04:33.663Z Compiling usdt-attr-macro v0.5.0
13692024-12-02T16:04:34.396Z Compiling addr2line v0.24.2
13702024-12-02T16:04:34.495Z Compiling term v0.7.0
13712024-12-02T16:04:34.909Z Compiling slog-json v2.6.1
13722024-12-02T16:04:34.951Z Compiling serde_urlencoded v0.7.1
13732024-12-02T16:04:35.082Z Compiling crossbeam-channel v0.5.13
13742024-12-02T16:04:35.270Z Compiling curve25519-dalek v4.1.3
13752024-12-02T16:04:35.306Z Compiling enum-as-inner v0.6.1
13762024-12-02T16:04:35.529Z Compiling futures-executor v0.3.31
13772024-12-02T16:04:35.940Z Compiling md-5 v0.10.6
13782024-12-02T16:04:36.052Z Compiling async-stream-impl v0.3.6
13792024-12-02T16:04:36.104Z Compiling rustls-pemfile v2.2.0
13802024-12-02T16:04:36.186Z Compiling num-integer v0.1.46
13812024-12-02T16:04:36.216Z Compiling idna v0.3.0
13822024-12-02T16:04:36.428Z Compiling idna v0.4.0
13832024-12-02T16:04:36.497Z Compiling hash32 v0.2.1
13842024-12-02T16:04:36.892Z Compiling ff v0.13.0
13852024-12-02T16:04:36.941Z Compiling is-terminal v0.4.13
13862024-12-02T16:04:37.077Z Compiling object v0.36.5
13872024-12-02T16:04:37.107Z Compiling dropshot v0.12.0
13882024-12-02T16:04:37.396Z Compiling rustc-demangle v0.1.24
13892024-12-02T16:04:37.460Z Compiling psl-types v2.0.11
13902024-12-02T16:04:37.666Z Compiling portable-atomic v1.9.0
13912024-12-02T16:04:37.910Z Compiling quick-error v1.2.3
13922024-12-02T16:04:38.049Z Compiling dyn-clone v1.0.17
13932024-12-02T16:04:38.138Z Compiling num-bigint-dig v0.8.4
13942024-12-02T16:04:38.275Z Compiling utf-8 v0.7.6
13952024-12-02T16:04:38.393Z Compiling take_mut v0.2.2
13962024-12-02T16:04:38.416Z Compiling linked-hash-map v0.5.6
13972024-12-02T16:04:38.560Z Compiling smoltcp v0.9.1
13982024-12-02T16:04:38.620Z Compiling fallible-iterator v0.2.0
13992024-12-02T16:04:38.742Z Compiling anyhow v1.0.93
14002024-12-02T16:04:38.761Z Compiling base16ct v0.2.0
14012024-12-02T16:04:39.091Z Compiling sec1 v0.7.3
14022024-12-02T16:04:39.354Z Compiling postgres-protocol v0.6.7
14032024-12-02T16:04:39.373Z Compiling lru-cache v0.1.2
14042024-12-02T16:04:39.669Z Compiling tungstenite v0.24.0
14052024-12-02T16:04:40.751Z Compiling resolv-conf v0.7.0
14062024-12-02T16:04:40.833Z Compiling publicsuffix v2.2.3
14072024-12-02T16:04:40.863Z Compiling async-stream v0.3.6
14082024-12-02T16:04:41.167Z Compiling hickory-proto v0.24.1
14092024-12-02T16:04:41.187Z Compiling group v0.13.0
14102024-12-02T16:04:41.521Z Compiling slog-term v2.9.1
14112024-12-02T16:04:41.572Z Compiling usdt v0.5.0
14122024-12-02T16:04:42.106Z Compiling num-iter v0.1.45
14132024-12-02T16:04:42.397Z Compiling futures v0.3.31
14142024-12-02T16:04:42.526Z Compiling toml v0.8.19
14152024-12-02T16:04:42.801Z Compiling slog-bunyan v2.5.0
14162024-12-02T16:04:44.328Z Compiling tokio-native-tls v0.3.1
14172024-12-02T16:04:44.472Z Compiling camino v1.1.9
14182024-12-02T16:04:44.808Z Compiling backtrace v0.3.74
14192024-12-02T16:04:45.002Z Compiling phf_shared v0.11.2
14202024-12-02T16:04:45.423Z Compiling dropshot_endpoint v0.12.0
14212024-12-02T16:04:45.457Z Compiling terminal_size v0.4.0
14222024-12-02T16:04:45.479Z Compiling waitgroup v0.1.2
14232024-12-02T16:04:45.640Z Compiling openapiv3 v2.0.0
14242024-12-02T16:04:45.691Z Compiling serde_path_to_error v0.1.16
14252024-12-02T16:04:45.711Z Compiling hkdf v0.12.4
14262024-12-02T16:04:45.978Z Compiling crypto-bigint v0.5.5
14272024-12-02T16:04:46.525Z Compiling curve25519-dalek-derive v0.1.1
14282024-12-02T16:04:48.123Z Compiling zerocopy-derive v0.6.6
14292024-12-02T16:04:48.661Z Compiling webpki-roots v0.26.6
14302024-12-02T16:04:48.889Z Compiling idna v0.5.0
14312024-12-02T16:04:48.995Z Compiling hubpack_derive v0.1.1
14322024-12-02T16:04:49.942Z Compiling hostname v0.4.0
14332024-12-02T16:04:50.137Z Compiling ahash v0.8.11
14342024-12-02T16:04:50.210Z Compiling crc32fast v1.4.2
14352024-12-02T16:04:50.231Z Compiling fs-err v2.11.0
14362024-12-02T16:04:50.453Z Compiling managed v0.8.0
14372024-12-02T16:04:50.486Z Compiling debug-ignore v1.0.5
14382024-12-02T16:04:50.553Z Compiling winnow v0.5.40
14392024-12-02T16:04:50.572Z Compiling bitflags v1.3.2
14402024-12-02T16:04:50.590Z Compiling clap_builder v4.5.21
14412024-12-02T16:04:50.632Z Compiling strum_macros v0.25.3
14422024-12-02T16:04:50.682Z Compiling console v0.15.8
14432024-12-02T16:04:51.852Z Compiling flate2 v1.0.34
14442024-12-02T16:04:52.216Z Compiling zerocopy v0.6.6
14452024-12-02T16:04:52.306Z Compiling hubpack v0.1.2
14462024-12-02T16:04:52.795Z Compiling cookie_store v0.21.0
14472024-12-02T16:04:52.849Z Compiling elliptic-curve v0.13.8
14482024-12-02T16:04:53.193Z Compiling hickory-resolver v0.24.1
14492024-12-02T16:04:54.450Z Compiling toml_edit v0.19.15
14502024-12-02T16:04:54.470Z Compiling phf v0.11.2
14512024-12-02T16:04:54.580Z Compiling signal-hook-mio v0.2.4
14522024-12-02T16:04:54.750Z Compiling hyper-tls v0.6.0
14532024-12-02T16:04:54.753Z Compiling rayon v1.10.0
14542024-12-02T16:04:54.885Z Compiling bzip2 v0.4.4
14552024-12-02T16:04:55.305Z Compiling tokio-tungstenite v0.24.0
14562024-12-02T16:04:55.866Z Compiling postgres-types v0.2.8
14572024-12-02T16:04:58.998Z Compiling ed25519 v2.2.3
14582024-12-02T16:04:59.748Z Compiling phf_shared v0.10.0
14592024-12-02T16:05:00.176Z Compiling tokio-stream v0.1.16
14602024-12-02T16:05:00.202Z Compiling pkcs1 v0.7.5
14612024-12-02T16:05:00.331Z Compiling serde-big-array v0.5.1
14622024-12-02T16:05:00.579Z Compiling clap_derive v4.5.18
14632024-12-02T16:05:00.983Z Compiling rfc6979 v0.4.0
14642024-12-02T16:05:01.178Z Compiling serde_repr v0.1.19
14652024-12-02T16:05:01.211Z Compiling derive-where v1.2.7
14662024-12-02T16:05:01.284Z Compiling float-cmp v0.9.0
14672024-12-02T16:05:01.367Z Compiling bstr v1.10.0
14682024-12-02T16:05:01.510Z Compiling sync_wrapper v1.0.1
14692024-12-02T16:05:01.673Z Compiling unicode-width v0.2.0
14702024-12-02T16:05:02.216Z Compiling precomputed-hash v0.1.1
14712024-12-02T16:05:02.343Z Compiling static_assertions v1.1.0
14722024-12-02T16:05:02.387Z Compiling fixedbitset v0.4.2
14732024-12-02T16:05:02.456Z Compiling difflib v0.4.0
14742024-12-02T16:05:02.708Z Compiling predicates-core v1.0.8
14752024-12-02T16:05:02.850Z Compiling unicode-segmentation v1.12.0
14762024-12-02T16:05:03.080Z Compiling whoami v1.5.2
14772024-12-02T16:05:03.213Z Compiling normalize-line-endings v0.3.0
14782024-12-02T16:05:03.345Z Compiling bit-vec v0.6.3
14792024-12-02T16:05:03.730Z Compiling number_prefix v0.4.0
14802024-12-02T16:05:03.752Z Compiling new_debug_unreachable v1.0.6
14812024-12-02T16:05:03.814Z Compiling bit-set v0.5.3
14822024-12-02T16:05:03.854Z Compiling string_cache v0.8.7
14832024-12-02T16:05:03.946Z Compiling indicatif v0.17.9
14842024-12-02T16:05:04.085Z Compiling similar v2.6.0
14852024-12-02T16:05:04.107Z Compiling tokio-postgres v0.7.12
14862024-12-02T16:05:04.325Z Compiling predicates v3.1.2
14872024-12-02T16:05:04.842Z Compiling petgraph v0.6.5
14882024-12-02T16:05:05.733Z Compiling clap v4.5.21
14892024-12-02T16:05:05.841Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14902024-12-02T16:05:06.151Z Compiling ecdsa v0.16.9
14912024-12-02T16:05:06.300Z Compiling rsa v0.9.6
14922024-12-02T16:05:06.517Z Compiling ed25519-dalek v2.1.1
14932024-12-02T16:05:07.039Z Compiling toml v0.7.8
14942024-12-02T16:05:07.891Z Compiling zip v0.6.6
14952024-12-02T16:05:08.799Z Compiling crossterm v0.28.1
14962024-12-02T16:05:09.754Z Compiling hex v0.4.3
14972024-12-02T16:05:10.036Z Compiling x509-cert v0.2.5
14982024-12-02T16:05:10.124Z Compiling itertools v0.10.5
14992024-12-02T16:05:10.201Z Compiling unicode-xid v0.2.6
15002024-12-02T16:05:10.383Z Compiling peg-runtime v0.8.3
15012024-12-02T16:05:10.413Z Compiling lalrpop-util v0.19.12
15022024-12-02T16:05:10.795Z Compiling strum_macros v0.26.4
15032024-12-02T16:05:11.089Z Compiling xattr v1.3.1
15042024-12-02T16:05:11.360Z Compiling filetime v0.2.25
15052024-12-02T16:05:11.682Z Compiling tar v0.4.42
15062024-12-02T16:05:16.099Z Compiling strum v0.26.3
15072024-12-02T16:05:18.868Z Compiling aws-lc-sys v0.22.0
15082024-12-02T16:05:53.335Z Compiling rustls-webpki v0.102.8
15092024-12-02T16:05:56.783Z Compiling tokio-rustls v0.25.0
15102024-12-02T16:05:58.665Z Compiling tokio-rustls v0.26.0
15112024-12-02T16:05:59.013Z Compiling hyper-rustls v0.27.3
15122024-12-02T16:05:59.314Z Compiling reqwest v0.12.9
15132024-12-02T16:06:00.202Z Compiling qorb v0.2.1
15142024-12-02T16:06:05.215Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15152024-12-02T16:06:05.455Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15162024-12-02T16:06:11.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
15172024-12-02T16:06:11.416Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15182024-12-02T16:06:11.466ZDec 02 16:06:10.435 INFO Starting download, target: Cockroach
15192024-12-02T16:06:11.466ZDec 02 16:06:10.436 INFO Starting download, target: Clickhouse
15202024-12-02T16:06:11.466ZDec 02 16:06:10.436 INFO Starting download, target: Console
15212024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Starting download, target: DendriteOpenapi
15222024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Starting download, target: DendriteStub
15232024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Starting download, target: MaghemiteMgd
15242024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Starting download, target: TransceiverControl
15252024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15262024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15272024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15282024-12-02T16:06:11.471ZDec 02 16:06:10.436 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15292024-12-02T16:06:11.471ZDec 02 16:06:10.437 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15302024-12-02T16:06:11.471ZDec 02 16:06:10.437 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15312024-12-02T16:06:11.471ZDec 02 16:06:10.437 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15322024-12-02T16:06:11.972ZDec 02 16:06:10.877 INFO Download complete, target: DendriteOpenapi
15332024-12-02T16:06:12.094ZDec 02 16:06:10.904 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15342024-12-02T16:06:12.225ZDec 02 16:06:11.131 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15352024-12-02T16:06:12.341ZDec 02 16:06:11.208 INFO Download complete, target: Console
15362024-12-02T16:06:12.807ZDec 02 16:06:11.701 INFO Download complete, target: TransceiverControl
15372024-12-02T16:06:13.125ZDec 02 16:06:12.095 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15382024-12-02T16:06:13.287ZDec 02 16:06:12.254 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15392024-12-02T16:06:13.459ZDec 02 16:06:12.429 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15402024-12-02T16:06:13.977ZDec 02 16:06:12.948 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15412024-12-02T16:06:13.977ZDec 02 16:06:12.948 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15422024-12-02T16:06:15.855ZDec 02 16:06:14.826 INFO Download complete, target: MaghemiteMgd
15432024-12-02T16:06:15.927ZDec 02 16:06:14.898 INFO Download complete, target: DendriteStub
15442024-12-02T16:06:21.093ZDec 02 16:06:20.063 INFO Checking that binary works, target: Cockroach
15452024-12-02T16:06:21.247ZDec 02 16:06:20.218 INFO Download complete, target: Cockroach
15462024-12-02T16:06:25.455ZDec 02 16:06:24.425 INFO Checking that binary works, target: Clickhouse
15472024-12-02T16:06:26.376ZDec 02 16:06:25.346 INFO Download complete, target: Clickhouse
15482024-12-02T16:06:26.384ZAll prerequisites installed successfully
15492024-12-02T16:06:26.387Z
15502024-12-02T16:06:26.387Zreal 5:26.822838213
15512024-12-02T16:06:26.387Zuser 16:33.030324189
15522024-12-02T16:06:26.387Zsys 3:14.682315883
15532024-12-02T16:06:26.387Ztrap 0.526985681
15542024-12-02T16:06:26.387Ztflt 6.414700684
15552024-12-02T16:06:26.387Zdflt 8.209560376
15562024-12-02T16:06:26.387Zkflt 0.160965299
15572024-12-02T16:06:26.387Zlock 29:30.548785102
15582024-12-02T16:06:26.387Zslp 1:04:38.810006687
15592024-12-02T16:06:26.387Zlat 52.721342809
15602024-12-02T16:06:26.387Zstop 2:12.473079171
15612024-12-02T16:06:26.387Z+ ptime -m cargo xtask download softnpu
15622024-12-02T16:06:26.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
15632024-12-02T16:06:26.934Z Running `target/debug/xtask download softnpu`
15642024-12-02T16:06:27.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
15652024-12-02T16:06:27.835Z Running `target/debug/xtask-downloader softnpu`
15662024-12-02T16:06:27.872ZDec 02 16:06:26.842 INFO Starting download, target: Softnpu
15672024-12-02T16:06:27.874ZDec 02 16:06:26.842 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15682024-12-02T16:06:28.749ZDec 02 16:06:27.719 INFO Download complete, target: Softnpu
15692024-12-02T16:06:28.753Z
15702024-12-02T16:06:28.755Zreal 2.362736623
15712024-12-02T16:06:28.755Zuser 1.271022037
15722024-12-02T16:06:28.755Zsys 0.546889091
15732024-12-02T16:06:28.755Ztrap 0.001171905
15742024-12-02T16:06:28.755Ztflt 0.000009438
15752024-12-02T16:06:28.755Zdflt 0.000001249
15762024-12-02T16:06:28.755Zkflt 0.000000000
15772024-12-02T16:06:28.755Zlock 9.148750161
15782024-12-02T16:06:28.755Zslp 0.743952324
15792024-12-02T16:06:28.755Zlat 0.070760926
15802024-12-02T16:06:28.755Zstop 0.000178392
15812024-12-02T16:06:28.755Z+ export CARGO_INCREMENTAL=0
15822024-12-02T16:06:28.755Z+ CARGO_INCREMENTAL=0
15832024-12-02T16:06:28.755Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15842024-12-02T16:06:29.706Z Compiling proc-macro2 v1.0.89
15852024-12-02T16:06:29.706Z Compiling unicode-ident v1.0.13
15862024-12-02T16:06:29.706Z Compiling libc v0.2.162
15872024-12-02T16:06:29.707Z Compiling serde v1.0.215
15882024-12-02T16:06:29.709Z Compiling autocfg v1.4.0
15892024-12-02T16:06:29.709Z Compiling version_check v0.9.5
15902024-12-02T16:06:29.709Z Compiling cfg-if v1.0.0
15912024-12-02T16:06:29.997Z Compiling memchr v2.7.4
15922024-12-02T16:06:30.017Z Compiling typenum v1.17.0
15932024-12-02T16:06:30.035Z Compiling shlex v1.3.0
15942024-12-02T16:06:30.421Z Compiling value-bag v1.9.0
15952024-12-02T16:06:30.601Z Compiling generic-array v0.14.7
15962024-12-02T16:06:30.802Z Compiling lock_api v0.4.12
15972024-12-02T16:06:30.867Z Compiling log v0.4.22
15982024-12-02T16:06:30.895Z Compiling scopeguard v1.2.0
15992024-12-02T16:06:31.037Z Compiling parking_lot_core v0.9.10
16002024-12-02T16:06:31.406Z Compiling serde_json v1.0.132
16012024-12-02T16:06:31.426Z Compiling once_cell v1.20.2
16022024-12-02T16:06:31.667Z Compiling quote v1.0.37
16032024-12-02T16:06:31.700Z Compiling rustix v0.38.37
16042024-12-02T16:06:31.720Z Compiling libm v0.2.8
16052024-12-02T16:06:31.816Z Compiling jobserver v0.1.32
16062024-12-02T16:06:31.968Z Compiling getrandom v0.2.15
16072024-12-02T16:06:32.023Z Compiling syn v2.0.87
16082024-12-02T16:06:32.281Z Compiling cc v1.1.30
16092024-12-02T16:06:32.310Z Compiling thiserror v1.0.69
16102024-12-02T16:06:32.334Z Compiling aho-corasick v1.1.3
16112024-12-02T16:06:32.452Z Compiling regex-syntax v0.8.5
16122024-12-02T16:06:32.478Z Compiling num-traits v0.2.19
16132024-12-02T16:06:32.556Z Compiling either v1.13.0
16142024-12-02T16:06:32.775Z Compiling itoa v1.0.11
16152024-12-02T16:06:32.818Z Compiling spin v0.9.8
16162024-12-02T16:06:33.001Z Compiling slab v0.4.9
16172024-12-02T16:06:33.295Z Compiling byteorder v1.5.0
16182024-12-02T16:06:33.490Z Compiling errno v0.3.9
16192024-12-02T16:06:33.714Z Compiling rand_core v0.6.4
16202024-12-02T16:06:33.776Z Compiling lazy_static v1.5.0
16212024-12-02T16:06:33.908Z Compiling glob v0.3.1
16222024-12-02T16:06:34.490Z Compiling prettyplease v0.2.25
16232024-12-02T16:06:34.711Z Compiling clang-sys v1.8.1
16242024-12-02T16:06:34.969Z Compiling minimal-lexical v0.2.1
16252024-12-02T16:06:35.358Z Compiling nom v7.1.3
16262024-12-02T16:06:35.417Z Compiling libloading v0.8.5
16272024-12-02T16:06:35.447Z Compiling allocator-api2 v0.2.18
16282024-12-02T16:06:35.780Z Compiling home v0.5.9
16292024-12-02T16:06:35.799Z Compiling bindgen v0.69.5
16302024-12-02T16:06:36.010Z Compiling regex-automata v0.4.8
16312024-12-02T16:06:36.197Z Compiling subtle v2.6.1
16322024-12-02T16:06:36.518Z Compiling itertools v0.12.1
16332024-12-02T16:06:36.549Z Compiling smallvec v1.13.2
16342024-12-02T16:06:36.681Z Compiling lazycell v1.3.0
16352024-12-02T16:06:36.839Z Compiling rustc-hash v1.1.0
16362024-12-02T16:06:36.994Z Compiling semver v1.0.23
16372024-12-02T16:06:37.040Z Compiling cmake v0.1.51
16382024-12-02T16:06:37.641Z Compiling dunce v1.0.5
16392024-12-02T16:06:37.776Z Compiling fs_extra v1.3.0
16402024-12-02T16:06:38.785Z Compiling cexpr v0.6.0
16412024-12-02T16:06:38.854Z Compiling pkg-config v0.3.31
16422024-12-02T16:06:38.991Z Compiling ring v0.17.8
16432024-12-02T16:06:39.291Z Compiling ryu v1.0.18
16442024-12-02T16:06:39.587Z Compiling synstructure v0.13.1
16452024-12-02T16:06:39.969Z Compiling pin-project-lite v0.2.14
16462024-12-02T16:06:40.108Z Compiling fnv v1.0.7
16472024-12-02T16:06:40.249Z Compiling paste v1.0.15
16482024-12-02T16:06:40.371Z Compiling const-oid v0.9.6
16492024-12-02T16:06:40.647Z Compiling httparse v1.9.5
16502024-12-02T16:06:40.764Z Compiling foldhash v0.1.3
16512024-12-02T16:06:40.989Z Compiling aws-lc-rs v1.10.0
16522024-12-02T16:06:41.050Z Compiling equivalent v1.0.1
16532024-12-02T16:06:41.186Z Compiling hashbrown v0.15.0
16542024-12-02T16:06:41.402Z Compiling regex v1.11.1
16552024-12-02T16:06:42.290Z Compiling schemars v0.8.21
16562024-12-02T16:06:42.340Z Compiling heck v0.5.0
16572024-12-02T16:06:42.593Z Compiling serde_derive_internals v0.29.1
16582024-12-02T16:06:42.610Z Compiling signal-hook-registry v1.4.2
16592024-12-02T16:06:42.779Z Compiling parking_lot v0.12.3
16602024-12-02T16:06:42.961Z Compiling mio v1.0.2
16612024-12-02T16:06:44.848Z Compiling stable_deref_trait v1.2.0
16622024-12-02T16:06:44.891Z Compiling crossbeam-utils v0.8.20
16632024-12-02T16:06:44.917Z Compiling socket2 v0.5.7
16642024-12-02T16:06:44.967Z Compiling num-conv v0.1.0
16652024-12-02T16:06:45.229Z Compiling serde_derive v1.0.215
16662024-12-02T16:06:45.274Z Compiling zeroize_derive v1.4.2
16672024-12-02T16:06:45.414Z Compiling zerocopy-derive v0.7.35
16682024-12-02T16:06:45.461Z Compiling thiserror-impl v1.0.69
16692024-12-02T16:06:46.556Z Compiling tokio-macros v2.4.0
16702024-12-02T16:06:46.559Z Compiling zerofrom-derive v0.1.4
16712024-12-02T16:06:46.738Z Compiling zeroize v1.8.1
16722024-12-02T16:06:46.927Z Compiling yoke-derive v0.7.4
16732024-12-02T16:06:47.104Z Compiling futures-macro v0.3.31
16742024-12-02T16:06:47.378Z Compiling zerovec-derive v0.10.3
16752024-12-02T16:06:47.989Z Compiling zerocopy v0.7.35
16762024-12-02T16:06:48.324Z Compiling displaydoc v0.2.5
16772024-12-02T16:06:48.925Z Compiling crypto-common v0.1.6
16782024-12-02T16:06:49.275Z Compiling tracing-attributes v0.1.27
16792024-12-02T16:06:49.586Z Compiling icu_provider_macros v1.5.0
16802024-12-02T16:06:49.638Z Compiling block-buffer v0.10.4
16812024-12-02T16:06:49.800Z Compiling schemars_derive v0.8.21
16822024-12-02T16:06:49.932Z Compiling digest v0.10.7
16832024-12-02T16:06:50.063Z Compiling der_derive v0.7.3
16842024-12-02T16:06:50.399Z Compiling time-core v0.1.2
16852024-12-02T16:06:50.596Z Compiling futures-core v0.3.31
16862024-12-02T16:06:50.698Z Compiling time-macros v0.2.18
16872024-12-02T16:06:51.641Z Compiling vcpkg v0.2.15
16882024-12-02T16:06:53.233Z Compiling openssl-sys v0.9.103
16892024-12-02T16:06:53.544Z Compiling cpufeatures v0.2.14
16902024-12-02T16:06:53.759Z Compiling slog v2.7.0
16912024-12-02T16:06:53.801Z Compiling futures-sink v0.3.31
16922024-12-02T16:06:53.988Z Compiling ahash v0.8.11
16932024-12-02T16:06:54.184Z Compiling syn v1.0.109
16942024-12-02T16:06:54.341Z Compiling zerofrom v0.1.4
16952024-12-02T16:06:54.554Z Compiling scroll_derive v0.12.0
16962024-12-02T16:06:54.735Z Compiling ucd-trie v0.1.7
16972024-12-02T16:06:55.039Z Compiling iana-time-zone v0.1.61
16982024-12-02T16:06:55.217Z Compiling pest v2.7.14
16992024-12-02T16:06:55.455Z Compiling yoke v0.7.4
17002024-12-02T16:06:55.769Z Compiling futures-channel v0.3.31
17012024-12-02T16:06:55.916Z Compiling hmac v0.12.1
17022024-12-02T16:06:56.214Z Compiling futures-io v0.3.31
17032024-12-02T16:06:56.250Z Compiling pin-utils v0.1.0
17042024-12-02T16:06:56.348Z Compiling futures-task v0.3.31
17052024-12-02T16:06:56.482Z Compiling openssl v0.10.66
17062024-12-02T16:06:56.861Z Compiling futures-util v0.3.31
17072024-12-02T16:06:56.929Z Compiling zerovec v0.10.4
17082024-12-02T16:06:57.097Z Compiling block-padding v0.3.3
17092024-12-02T16:06:57.334Z Compiling tinyvec_macros v0.1.1
17102024-12-02T16:06:57.909Z Compiling pest_meta v2.7.14
17112024-12-02T16:06:58.182Z Compiling tinyvec v1.8.0
17122024-12-02T16:06:59.118Z Compiling bitflags v2.6.0
17132024-12-02T16:06:59.324Z Compiling bytes v1.8.0
17142024-12-02T16:07:01.313Z Compiling indexmap v2.6.0
17152024-12-02T16:07:02.004Z Compiling tokio v1.40.0
17162024-12-02T16:07:02.812Z Compiling serde_tokenstream v0.2.2
17172024-12-02T16:07:03.253Z Compiling http v1.1.0
17182024-12-02T16:07:03.397Z Compiling uuid v1.11.0
17192024-12-02T16:07:03.782Z Compiling which v4.4.2
17202024-12-02T16:07:04.632Z Compiling rustc_version v0.4.1
17212024-12-02T16:07:04.650Z Compiling chrono v0.4.38
17222024-12-02T16:07:07.183Z Compiling pest_generator v2.7.14
17232024-12-02T16:07:08.129Z Compiling serde_spanned v0.6.8
17242024-12-02T16:07:08.559Z Compiling toml_datetime v0.6.8
17252024-12-02T16:07:08.995Z Compiling inout v0.1.3
17262024-12-02T16:07:09.255Z Compiling openssl-macros v0.1.1
17272024-12-02T16:07:09.980Z Compiling rustls v0.23.14
17282024-12-02T16:07:10.262Z Compiling native-tls v0.2.12
17292024-12-02T16:07:10.699Z Compiling strsim v0.11.1
17302024-12-02T16:07:11.430Z Compiling cipher v0.4.4
17312024-12-02T16:07:11.745Z Compiling pest_derive v2.7.14
17322024-12-02T16:07:11.914Z Compiling unicode-normalization v0.1.24
17332024-12-02T16:07:12.092Z Compiling tinystr v0.7.6
17342024-12-02T16:07:12.502Z Compiling sha2 v0.10.8
17352024-12-02T16:07:12.552Z Compiling tracing-core v0.1.32
17362024-12-02T16:07:12.831Z Compiling usdt-impl v0.5.0
17372024-12-02T16:07:13.004Z Compiling dyn-clone v1.0.17
17382024-12-02T16:07:13.099Z Compiling base64ct v1.6.0
17392024-12-02T16:07:13.174Z Compiling litemap v0.7.3
17402024-12-02T16:07:13.232Z Compiling unicode-bidi v0.3.17
17412024-12-02T16:07:13.315Z Compiling writeable v0.5.5
17422024-12-02T16:07:13.558Z Compiling pem-rfc7468 v0.7.0
17432024-12-02T16:07:13.665Z Compiling icu_locid v1.5.0
17442024-12-02T16:07:13.838Z Compiling tracing v0.1.40
17452024-12-02T16:07:14.862Z Compiling scroll v0.12.0
17462024-12-02T16:07:15.243Z Compiling ppv-lite86 v0.2.20
17472024-12-02T16:07:15.457Z Compiling async-trait v0.1.83
17482024-12-02T16:07:16.098Z Compiling cookie v0.18.1
17492024-12-02T16:07:16.159Z Compiling plain v0.2.3
17502024-12-02T16:07:16.327Z Compiling flagset v0.4.6
17512024-12-02T16:07:16.820Z Compiling anyhow v1.0.93
17522024-12-02T16:07:17.632Z Compiling camino v1.1.9
17532024-12-02T16:07:18.190Z Compiling aws-lc-sys v0.22.0
17542024-12-02T16:07:19.432Z Compiling der v0.7.9
17552024-12-02T16:07:21.707Z Compiling goblin v0.8.2
17562024-12-02T16:07:22.460Z Compiling rand_chacha v0.3.1
17572024-12-02T16:07:24.051Z Compiling icu_provider v1.5.0
17582024-12-02T16:07:25.085Z Compiling rustls v0.22.4
17592024-12-02T16:07:25.349Z Compiling rustls-pki-types v1.9.0
17602024-12-02T16:07:25.366Z Compiling rayon-core v1.12.1
17612024-12-02T16:07:25.635Z Compiling untrusted v0.7.1
17622024-12-02T16:07:25.828Z Compiling pretty-hex v0.4.1
17632024-12-02T16:07:26.031Z Compiling percent-encoding v2.3.1
17642024-12-02T16:07:26.342Z Compiling icu_locid_transform_data v1.5.0
17652024-12-02T16:07:26.443Z Compiling icu_locid_transform v1.5.0
17662024-12-02T16:07:27.480Z Compiling dof v0.3.0
17672024-12-02T16:07:27.949Z Compiling rand v0.8.5
17682024-12-02T16:07:28.680Z Compiling spki v0.7.3
17692024-12-02T16:07:28.980Z Compiling dtrace-parser v0.2.0
17702024-12-02T16:07:29.064Z Compiling salsa20 v0.10.2
17712024-12-02T16:07:29.211Z Compiling tokio-util v0.7.12
17722024-12-02T16:07:29.518Z Compiling icu_collections v1.5.0
17732024-12-02T16:07:30.561Z Compiling pbkdf2 v0.12.2
17742024-12-02T16:07:30.800Z Compiling thread-id v4.2.2
17752024-12-02T16:07:30.818Z Compiling powerfmt v0.2.0
17762024-12-02T16:07:30.914Z Compiling icu_properties_data v1.5.0
17772024-12-02T16:07:30.983Z Compiling untrusted v0.9.0
17782024-12-02T16:07:30.986Z Compiling winnow v0.5.40
17792024-12-02T16:07:31.302Z Compiling mirai-annotations v1.12.0
17802024-12-02T16:07:31.496Z Compiling deranged v0.3.11
17812024-12-02T16:07:31.644Z Compiling icu_properties v1.5.1
17822024-12-02T16:07:34.982Z Compiling toml_edit v0.19.15
17832024-12-02T16:07:36.879Z Compiling scrypt v0.11.0
17842024-12-02T16:07:37.130Z Compiling aes v0.8.4
17852024-12-02T16:07:37.389Z Compiling cbc v0.1.2
17862024-12-02T16:07:37.545Z Compiling multer v3.1.0
17872024-12-02T16:07:37.788Z Compiling utf8_iter v1.0.4
17882024-12-02T16:07:37.842Z Compiling num_threads v0.1.7
17892024-12-02T16:07:37.970Z Compiling utf16_iter v1.0.5
17902024-12-02T16:07:38.166Z Compiling slog-async v2.8.0
17912024-12-02T16:07:38.302Z Compiling icu_normalizer_data v1.5.0
17922024-12-02T16:07:38.418Z Compiling atomic-waker v1.1.2
17932024-12-02T16:07:38.609Z Compiling rustversion v1.0.17
17942024-12-02T16:07:38.725Z Compiling write16 v1.0.0
17952024-12-02T16:07:38.821Z Compiling time v0.3.36
17962024-12-02T16:07:38.862Z Compiling icu_normalizer v1.5.0
17972024-12-02T16:07:40.270Z Compiling pkcs5 v0.7.1
17982024-12-02T16:07:41.392Z Compiling form_urlencoded v1.2.1
17992024-12-02T16:07:42.037Z Compiling http-body v1.0.1
18002024-12-02T16:07:42.208Z Compiling heapless v0.7.17
18012024-12-02T16:07:42.742Z Compiling bzip2-sys v0.1.11+1.0.8
18022024-12-02T16:07:43.397Z Compiling signal-hook v0.3.17
18032024-12-02T16:07:43.768Z Compiling try-lock v0.2.5
18042024-12-02T16:07:44.104Z Compiling want v0.3.1
18052024-12-02T16:07:45.578Z Compiling pkcs8 v0.10.2
18062024-12-02T16:07:45.728Z Compiling idna_adapter v1.2.0
18072024-12-02T16:07:46.297Z Compiling h2 v0.4.6
18082024-12-02T16:07:47.182Z Compiling usdt-attr-macro v0.5.0
18092024-12-02T16:07:48.677Z Compiling usdt-macro v0.5.0
18102024-12-02T16:07:49.343Z Compiling async-stream-impl v0.3.6
18112024-12-02T16:07:49.925Z Compiling httpdate v1.0.3
18122024-12-02T16:07:50.332Z Compiling adler2 v2.0.0
18132024-12-02T16:07:50.590Z Compiling miniz_oxide v0.8.0
18142024-12-02T16:07:51.632Z Compiling idna v1.0.3
18152024-12-02T16:07:53.318Z Compiling curve25519-dalek v4.1.3
18162024-12-02T16:07:53.721Z Compiling hyper v1.5.0
18172024-12-02T16:07:53.826Z Compiling openapiv3 v2.0.0
18182024-12-02T16:07:56.662Z Compiling enum-as-inner v0.6.1
18192024-12-02T16:07:57.789Z Compiling dropshot v0.12.0
18202024-12-02T16:07:57.963Z Compiling portable-atomic v1.9.0
18212024-12-02T16:07:58.092Z Compiling num-bigint-dig v0.8.4
18222024-12-02T16:07:58.136Z Compiling base64 v0.22.1
18232024-12-02T16:07:58.227Z Compiling match_cfg v0.1.0
18242024-12-02T16:07:58.329Z Compiling foreign-types-shared v0.1.1
18252024-12-02T16:07:58.369Z Compiling smoltcp v0.9.1
18262024-12-02T16:07:58.852Z Compiling tower-service v0.3.3
18272024-12-02T16:07:58.987Z Compiling hyper-util v0.1.10
18282024-12-02T16:07:59.128Z Compiling foreign-types v0.3.2
18292024-12-02T16:07:59.232Z Compiling hostname v0.3.1
18302024-12-02T16:08:05.108Z Compiling url v2.5.3
18312024-12-02T16:08:06.852Z Compiling dirs-sys-next v0.1.2
18322024-12-02T16:08:06.855Z Compiling siphasher v0.3.11
18332024-12-02T16:08:06.890Z Compiling data-encoding v2.6.0
18342024-12-02T16:08:07.248Z Compiling ident_case v1.0.1
18352024-12-02T16:08:07.427Z Compiling gimli v0.31.1
18362024-12-02T16:08:07.470Z Compiling heck v0.4.1
18372024-12-02T16:08:07.595Z Compiling darling_core v0.20.10
18382024-12-02T16:08:07.665Z Compiling dirs-next v2.0.0
18392024-12-02T16:08:10.232Z Compiling http-body-util v0.1.2
18402024-12-02T16:08:13.792Z Compiling addr2line v0.24.2
18412024-12-02T16:08:14.128Z Compiling crossbeam-epoch v0.9.18
18422024-12-02T16:08:14.281Z Compiling hubpack_derive v0.1.1
18432024-12-02T16:08:14.495Z Compiling dropshot_endpoint v0.12.0
18442024-12-02T16:08:14.771Z Compiling sha1 v0.10.6
18452024-12-02T16:08:14.862Z Compiling signature v2.2.0
18462024-12-02T16:08:15.113Z Compiling zerocopy-derive v0.6.6
18472024-12-02T16:08:15.131Z Compiling curve25519-dalek-derive v0.1.1
18482024-12-02T16:08:16.407Z Compiling object v0.36.5
18492024-12-02T16:08:16.496Z Compiling thread_local v1.1.8
18502024-12-02T16:08:16.980Z Compiling fs-err v2.11.0
18512024-12-02T16:08:17.005Z Compiling encoding_rs v0.8.34
18522024-12-02T16:08:18.542Z Compiling ipnet v2.10.1
18532024-12-02T16:08:19.604Z Compiling anstyle v1.0.10
18542024-12-02T16:08:20.851Z Compiling utf8parse v0.2.2
18552024-12-02T16:08:21.018Z Compiling unicode-properties v0.1.3
18562024-12-02T16:08:21.429Z Compiling mime v0.3.17
18572024-12-02T16:08:22.552Z Compiling winnow v0.6.20
18582024-12-02T16:08:26.362Z Compiling openssl-probe v0.1.5
18592024-12-02T16:08:26.660Z Compiling rustc-demangle v0.1.24
18602024-12-02T16:08:27.903Z Compiling backtrace v0.3.74
18612024-12-02T16:08:29.383Z Compiling toml_edit v0.22.22
18622024-12-02T16:08:32.286Z Compiling stringprep v0.1.5
18632024-12-02T16:08:33.272Z Compiling anstyle-parse v0.2.5
18642024-12-02T16:08:33.642Z Compiling rustls-webpki v0.102.8
18652024-12-02T16:08:36.952Z Compiling crossbeam-deque v0.8.5
18662024-12-02T16:08:37.298Z Compiling darling_macro v0.20.10
18672024-12-02T16:08:39.048Z Compiling term v0.7.0
18682024-12-02T16:08:40.306Z Compiling slog-json v2.6.1
18692024-12-02T16:08:40.822Z Compiling serde_urlencoded v0.7.1
18702024-12-02T16:08:42.092Z Compiling crossbeam-channel v0.5.13
18712024-12-02T16:08:42.211Z Compiling rustls-pemfile v2.2.0
18722024-12-02T16:08:43.030Z Compiling hashbrown v0.14.5
18732024-12-02T16:08:43.585Z Compiling idna v0.4.0
18742024-12-02T16:08:44.300Z Compiling idna v0.3.0
18752024-12-02T16:08:44.422Z Compiling futures-executor v0.3.31
18762024-12-02T16:08:45.193Z Compiling num-integer v0.1.46
18772024-12-02T16:08:45.725Z Compiling md-5 v0.10.6
18782024-12-02T16:08:45.743Z Compiling ff v0.13.0
18792024-12-02T16:08:45.904Z Compiling hash32 v0.2.1
18802024-12-02T16:08:45.961Z Compiling is-terminal v0.4.13
18812024-12-02T16:08:45.979Z Compiling memmap v0.7.0
18822024-12-02T16:08:46.285Z Compiling utf-8 v0.7.6
18832024-12-02T16:08:46.285Z Compiling quick-error v1.2.3
18842024-12-02T16:08:46.440Z Compiling take_mut v0.2.2
18852024-12-02T16:08:46.610Z Compiling linked-hash-map v0.5.6
18862024-12-02T16:08:46.613Z Compiling anstyle-query v1.1.1
18872024-12-02T16:08:46.786Z Compiling colorchoice v1.0.2
18882024-12-02T16:08:46.957Z Compiling is_terminal_polyfill v1.70.1
18892024-12-02T16:08:47.967Z Compiling fallible-iterator v0.2.0
18902024-12-02T16:08:48.741Z Compiling psl-types v2.0.11
18912024-12-02T16:08:48.943Z Compiling base16ct v0.2.0
18922024-12-02T16:08:49.813Z Compiling sec1 v0.7.3
18932024-12-02T16:08:50.069Z Compiling publicsuffix v2.2.3
18942024-12-02T16:08:50.339Z Compiling postgres-protocol v0.6.7
18952024-12-02T16:08:50.409Z Compiling anstream v0.6.15
18962024-12-02T16:08:50.837Z Compiling lru-cache v0.1.2
18972024-12-02T16:08:51.087Z Compiling tungstenite v0.24.0
18982024-12-02T16:08:51.564Z Compiling resolv-conf v0.7.0
18992024-12-02T16:08:52.224Z Compiling usdt v0.5.0
19002024-12-02T16:08:52.681Z Compiling slog-term v2.9.1
19012024-12-02T16:08:53.154Z Compiling group v0.13.0
19022024-12-02T16:08:53.335Z Compiling num-iter v0.1.45
19032024-12-02T16:08:53.472Z Compiling futures v0.3.31
19042024-12-02T16:08:53.531Z Compiling hickory-proto v0.24.1
19052024-12-02T16:08:53.599Z Compiling regress v0.10.1
19062024-12-02T16:08:56.235Z Compiling tokio-rustls v0.26.0
19072024-12-02T16:08:57.523Z Compiling slog-bunyan v2.5.0
19082024-12-02T16:08:57.657Z Compiling tokio-rustls v0.25.0
19092024-12-02T16:08:57.733Z Compiling darling v0.20.10
19102024-12-02T16:08:57.866Z Compiling toml v0.8.19
19112024-12-02T16:08:58.107Z Compiling tokio-native-tls v0.3.1
19122024-12-02T16:08:58.331Z Compiling strum_macros v0.25.3
19132024-12-02T16:08:58.393Z Compiling phf_shared v0.11.2
19142024-12-02T16:08:58.753Z Compiling async-stream v0.3.6
19152024-12-02T16:08:58.772Z Compiling waitgroup v0.1.2
19162024-12-02T16:08:58.984Z Compiling webpki-roots v0.26.6
19172024-12-02T16:08:59.435Z Compiling idna v0.5.0
19182024-12-02T16:08:59.616Z Compiling terminal_size v0.4.0
19192024-12-02T16:08:59.843Z Compiling serde_path_to_error v0.1.16
19202024-12-02T16:09:00.107Z Compiling hkdf v0.12.4
19212024-12-02T16:09:00.850Z Compiling crypto-bigint v0.5.5
19222024-12-02T16:09:00.915Z Compiling clap_derive v4.5.18
19232024-12-02T16:09:01.036Z Compiling serde_repr v0.1.19
19242024-12-02T16:09:01.928Z Compiling derive-where v1.2.7
19252024-12-02T16:09:02.064Z Compiling hostname v0.4.0
19262024-12-02T16:09:02.284Z Compiling crc32fast v1.4.2
19272024-12-02T16:09:02.609Z Compiling unicode-width v0.1.14
19282024-12-02T16:09:02.850Z Compiling debug-ignore v1.0.5
19292024-12-02T16:09:03.128Z Compiling managed v0.8.0
19302024-12-02T16:09:03.251Z Compiling bitflags v1.3.2
19312024-12-02T16:09:03.362Z Compiling clap_lex v0.7.2
19322024-12-02T16:09:05.023Z Compiling elliptic-curve v0.13.8
19332024-12-02T16:09:05.442Z Compiling clap_builder v4.5.21
19342024-12-02T16:09:06.076Z Compiling console v0.15.8
19352024-12-02T16:09:07.392Z Compiling flate2 v1.0.34
19362024-12-02T16:09:07.507Z Compiling cookie_store v0.21.0
19372024-12-02T16:09:08.927Z Compiling hickory-resolver v0.24.1
19382024-12-02T16:09:09.151Z Compiling hyper-rustls v0.27.3
19392024-12-02T16:09:13.077Z Compiling phf v0.11.2
19402024-12-02T16:09:14.309Z Compiling hyper-tls v0.6.0
19412024-12-02T16:09:14.337Z Compiling typify-impl v0.2.0
19422024-12-02T16:09:14.683Z Compiling signal-hook-mio v0.2.4
19432024-12-02T16:09:14.724Z Compiling bzip2 v0.4.4
19442024-12-02T16:09:14.867Z Compiling rayon v1.10.0
19452024-12-02T16:09:15.136Z Compiling tokio-tungstenite v0.24.0
19462024-12-02T16:09:15.428Z Compiling postgres-types v0.2.8
19472024-12-02T16:09:15.851Z Compiling zerocopy v0.6.6
19482024-12-02T16:09:15.883Z Compiling hubpack v0.1.2
19492024-12-02T16:09:16.316Z Compiling ed25519 v2.2.3
19502024-12-02T16:09:16.558Z Compiling phf_shared v0.10.0
19512024-12-02T16:09:16.765Z Compiling pkcs1 v0.7.5
19522024-12-02T16:09:16.836Z Compiling tokio-stream v0.1.16
19532024-12-02T16:09:17.813Z Compiling serde-big-array v0.5.1
19542024-12-02T16:09:17.841Z Compiling rfc6979 v0.4.0
19552024-12-02T16:09:18.034Z Compiling float-cmp v0.9.0
19562024-12-02T16:09:18.052Z Compiling sync_wrapper v1.0.1
19572024-12-02T16:09:18.213Z Compiling bstr v1.10.0
19582024-12-02T16:09:19.876Z Compiling predicates-core v1.0.8
19592024-12-02T16:09:19.908Z Compiling number_prefix v0.4.0
19602024-12-02T16:09:20.132Z Compiling new_debug_unreachable v1.0.6
19612024-12-02T16:09:20.200Z Compiling difflib v0.4.0
19622024-12-02T16:09:20.234Z Compiling normalize-line-endings v0.3.0
19632024-12-02T16:09:20.364Z Compiling precomputed-hash v0.1.1
19642024-12-02T16:09:20.383Z Compiling fixedbitset v0.4.2
19652024-12-02T16:09:20.738Z Compiling bit-vec v0.6.3
19662024-12-02T16:09:20.800Z Compiling whoami v1.5.2
19672024-12-02T16:09:21.075Z Compiling static_assertions v1.1.0
19682024-12-02T16:09:21.170Z Compiling unicode-segmentation v1.12.0
19692024-12-02T16:09:21.190Z Compiling unicode-width v0.2.0
19702024-12-02T16:09:21.369Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19712024-12-02T16:09:21.471Z Compiling tokio-postgres v0.7.12
19722024-12-02T16:09:21.708Z Compiling indicatif v0.17.9
19732024-12-02T16:09:22.026Z Compiling similar v2.6.0
19742024-12-02T16:09:23.608Z Compiling bit-set v0.5.3
19752024-12-02T16:09:23.902Z Compiling petgraph v0.6.5
19762024-12-02T16:09:24.022Z Compiling predicates v3.1.2
19772024-12-02T16:09:25.571Z Compiling string_cache v0.8.7
19782024-12-02T16:09:26.262Z Compiling typify-macro v0.2.0
19792024-12-02T16:09:27.187Z Compiling reqwest v0.12.9
19802024-12-02T16:09:27.941Z Compiling ecdsa v0.16.9
19812024-12-02T16:09:28.108Z Compiling qorb v0.2.1
19822024-12-02T16:09:28.828Z Compiling rsa v0.9.6
19832024-12-02T16:09:29.816Z Compiling ed25519-dalek v2.1.1
19842024-12-02T16:09:30.400Z Compiling zip v0.6.6
19852024-12-02T16:09:30.419Z Compiling crossterm v0.28.1
19862024-12-02T16:09:30.561Z Compiling clap v4.5.21
19872024-12-02T16:09:31.620Z Compiling toml v0.7.8
19882024-12-02T16:09:32.358Z Compiling x509-cert v0.2.5
19892024-12-02T16:09:33.736Z Compiling hex v0.4.3
19902024-12-02T16:09:34.432Z Compiling itertools v0.10.5
19912024-12-02T16:09:34.570Z Compiling zerocopy v0.8.10
19922024-12-02T16:09:35.000Z Compiling peg-runtime v0.8.3
19932024-12-02T16:09:35.335Z Compiling lalrpop-util v0.19.12
19942024-12-02T16:09:35.517Z Compiling unicode-xid v0.2.6
19952024-12-02T16:09:37.553Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19962024-12-02T16:09:41.847Z Compiling proc-macro-crate v1.3.1
19972024-12-02T16:09:42.085Z Compiling ipnetwork v0.20.0
19982024-12-02T16:09:42.253Z Compiling macaddr v1.0.1
19992024-12-02T16:09:42.920Z Compiling zerocopy-derive v0.8.10
20002024-12-02T16:09:42.999Z Compiling itertools v0.13.0
20012024-12-02T16:09:45.488Z Compiling heapless v0.8.0
20022024-12-02T16:09:46.334Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20032024-12-02T16:09:51.136Z Compiling num_enum_derive v0.5.11
20042024-12-02T16:09:59.797Z Compiling hash32 v0.3.1
20052024-12-02T16:10:00.887Z Compiling smoltcp v0.11.0
20062024-12-02T16:10:01.164Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20072024-12-02T16:10:05.964Z Compiling num_enum v0.5.11
20082024-12-02T16:10:06.163Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20092024-12-02T16:10:07.045Z Compiling typify v0.2.0
20102024-12-02T16:10:07.689Z Compiling proc-macro-error-attr v1.0.4
20112024-12-02T16:10:07.998Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20122024-12-02T16:10:08.181Z Compiling unsafe-libyaml v0.2.11
20132024-12-02T16:10:08.291Z Compiling cobs v0.2.3
20142024-12-02T16:10:09.807Z Compiling serde_yaml v0.9.34+deprecated
20152024-12-02T16:10:09.980Z Compiling postcard v1.0.10
20162024-12-02T16:10:27.663Z Compiling progenitor-impl v0.8.0
20172024-12-02T16:10:29.449Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20182024-12-02T16:10:38.832Z Compiling strum_macros v0.26.4
20192024-12-02T16:10:39.681Z Compiling structmeta-derive v0.3.0
20202024-12-02T16:10:39.841Z Compiling foreign-types-macros v0.2.3
20212024-12-02T16:10:39.859Z Compiling proc-macro-error v1.0.4
20222024-12-02T16:10:40.170Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20232024-12-02T16:10:40.427Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20242024-12-02T16:10:41.203Z Compiling foreign-types-shared v0.3.1
20252024-12-02T16:10:42.263Z Compiling newtype-uuid v1.1.3
20262024-12-02T16:10:42.631Z Compiling structmeta v0.3.0
20272024-12-02T16:10:43.270Z Compiling strum v0.26.3
20282024-12-02T16:10:47.428Z Compiling foreign-types v0.5.0
20292024-12-02T16:10:47.799Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20302024-12-02T16:10:50.420Z Compiling progenitor-macro v0.8.0
20312024-12-02T16:10:55.033Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20322024-12-02T16:10:55.955Z Compiling progenitor-client v0.8.0
20332024-12-02T16:10:58.711Z Compiling tabwriter v1.4.0
20342024-12-02T16:11:00.727Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20352024-12-02T16:11:00.975Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20362024-12-02T16:11:01.517Z Compiling cstr-argument v0.1.2
20372024-12-02T16:11:01.631Z Compiling dropshot v0.13.0
20382024-12-02T16:11:01.939Z Compiling fastrand v2.1.1
20392024-12-02T16:11:02.228Z Compiling pretty-hex v0.2.1
20402024-12-02T16:11:02.437Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20412024-12-02T16:11:02.597Z Compiling crucible-workspace-hack v0.1.0
20422024-12-02T16:11:02.887Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20432024-12-02T16:11:02.930Z Compiling tempfile v3.13.0
20442024-12-02T16:11:03.289Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20452024-12-02T16:11:03.341Z Compiling progenitor v0.8.0
20462024-12-02T16:11:03.399Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20472024-12-02T16:11:03.714Z Compiling parse-display-derive v0.10.0
20482024-12-02T16:11:04.251Z Compiling colored v2.1.0
20492024-12-02T16:11:04.537Z Compiling serde_with_macros v3.11.0
20502024-12-02T16:11:04.632Z Compiling dropshot_endpoint v0.13.0
20512024-12-02T16:11:05.539Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20522024-12-02T16:11:06.326Z Compiling instant v0.1.13
20532024-12-02T16:11:06.508Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20542024-12-02T16:11:06.888Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20552024-12-02T16:11:07.149Z Compiling serde_with v3.11.0
20562024-12-02T16:11:07.601Z Compiling parse-display v0.10.0
20572024-12-02T16:11:08.000Z Compiling backoff v0.4.0
20582024-12-02T16:11:08.405Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20592024-12-02T16:11:09.579Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20602024-12-02T16:11:09.952Z Compiling zone_cfg_derive v0.3.0
20612024-12-02T16:11:10.176Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20622024-12-02T16:11:10.658Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20632024-12-02T16:11:10.890Z Compiling camino-tempfile v1.1.1
20642024-12-02T16:11:11.382Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20652024-12-02T16:11:11.627Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20662024-12-02T16:11:11.666Z Compiling regress v0.9.1
20672024-12-02T16:11:11.818Z Compiling num-derive v0.4.2
20682024-12-02T16:11:11.849Z Compiling sigpipe v0.1.3
20692024-12-02T16:11:11.995Z Compiling libefi-sys v0.1.0
20702024-12-02T16:11:12.281Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20712024-12-02T16:11:12.645Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20722024-12-02T16:11:14.068Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
20732024-12-02T16:11:15.677Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20742024-12-02T16:11:15.983Z Compiling zone v0.3.0
20752024-12-02T16:11:16.216Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20762024-12-02T16:11:18.424Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20772024-12-02T16:11:19.429Z Compiling smf v0.2.3
20782024-12-02T16:11:20.272Z Compiling bitfield-struct v0.6.2
20792024-12-02T16:11:20.452Z Compiling blake3 v1.5.4
20802024-12-02T16:11:20.675Z Compiling ring v0.16.20
20812024-12-02T16:11:21.027Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20822024-12-02T16:11:22.371Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20832024-12-02T16:11:22.371Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20842024-12-02T16:11:22.404Z Compiling xattr v1.3.1
20852024-12-02T16:11:22.463Z Compiling memmap2 v0.9.5
20862024-12-02T16:11:22.747Z Compiling filetime v0.2.25
20872024-12-02T16:11:23.051Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20882024-12-02T16:11:23.115Z Compiling arrayref v0.3.9
20892024-12-02T16:11:23.188Z Compiling spin v0.5.2
20902024-12-02T16:11:23.224Z Compiling arrayvec v0.7.6
20912024-12-02T16:11:23.316Z Compiling constant_time_eq v0.3.1
20922024-12-02T16:11:23.447Z Compiling same-file v1.0.6
20932024-12-02T16:11:23.503Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20942024-12-02T16:11:23.730Z Compiling walkdir v2.5.0
20952024-12-02T16:11:25.029Z Compiling tar v0.4.42
20962024-12-02T16:11:26.487Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20972024-12-02T16:11:26.597Z Compiling gethostname v0.5.0
20982024-12-02T16:11:26.806Z Compiling cargo-platform v0.1.8
20992024-12-02T16:11:26.913Z Compiling topological-sort v0.2.2
21002024-12-02T16:11:27.187Z Compiling cargo_metadata v0.18.1
21012024-12-02T16:11:31.241Z Compiling omicron-zone-package v0.11.1
21022024-12-02T16:11:34.755Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21032024-12-02T16:11:37.042Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21042024-12-02T16:11:42.411Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21052024-12-02T16:11:58.140Z Finished `release` profile [optimized] target(s) in 5m 29s
21062024-12-02T16:11:58.307Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21072024-12-02T16:11:58.355ZLogging to: /work/oxidecomputer/omicron/out/LOG
21082024-12-02T16:11:58.357ZCreated new build target 'test' and set it as active
21092024-12-02T16:11:58.358Z
21102024-12-02T16:11:58.358Zreal 5:29.586371767
21112024-12-02T16:11:58.358Zuser 37:07.159404792
21122024-12-02T16:11:58.358Zsys 4:55.838787860
21132024-12-02T16:11:58.358Ztrap 1.118249859
21142024-12-02T16:11:58.358Ztflt 3.061272356
21152024-12-02T16:11:58.358Zdflt 0.866769671
21162024-12-02T16:11:58.358Zkflt 0.000674693
21172024-12-02T16:11:58.358Zlock 1:17:49.720629158
21182024-12-02T16:11:58.358Zslp 2:34:45.072635769
21192024-12-02T16:11:58.358Zlat 2:35.785722958
21202024-12-02T16:11:58.358Zstop 4:34.863725920
21212024-12-02T16:11:58.358Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21222024-12-02T16:11:59.326Z Finished `release` profile [optimized] target(s) in 0.91s
21232024-12-02T16:11:59.388Z Running `target/release/omicron-package -t test package`
21242024-12-02T16:11:59.435ZLogging to: /work/oxidecomputer/omicron/out/LOG
21252024-12-02T16:12:00.610Z Compiling convert_case v0.4.0
21262024-12-02T16:12:00.614Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21272024-12-02T16:12:00.614Z Compiling itertools v0.13.0
21282024-12-02T16:12:00.614Z Compiling newline-converter v0.3.0
21292024-12-02T16:12:00.614Z Compiling password-hash v0.5.0
21302024-12-02T16:12:00.746Z Compiling progenitor-client v0.8.0
21312024-12-02T16:12:00.749Z Compiling blake2 v0.10.6
21322024-12-02T16:12:00.751Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21332024-12-02T16:12:01.092Z Compiling expectorate v1.1.0
21342024-12-02T16:12:01.153Z Compiling cancel-safe-futures v0.1.5
21352024-12-02T16:12:01.250Z Compiling progenitor v0.8.0
21362024-12-02T16:12:01.304Z Compiling owo-colors v4.1.0
21372024-12-02T16:12:01.450Z Compiling derive_more v0.99.18
21382024-12-02T16:12:01.477Z Compiling argon2 v0.5.3
21392024-12-02T16:12:01.536Z Compiling num-rational v0.4.2
21402024-12-02T16:12:01.601Z Compiling num-complex v0.4.6
21412024-12-02T16:12:02.296Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21422024-12-02T16:12:02.823Z Compiling num v0.4.3
21432024-12-02T16:12:02.883Z Compiling atomicwrites v0.4.4
21442024-12-02T16:12:02.936Z Compiling libsw v3.3.1
21452024-12-02T16:12:03.275Z Compiling linear-map v1.2.0
21462024-12-02T16:12:03.405Z Compiling swrite v0.1.0
21472024-12-02T16:12:03.512Z Compiling float-ord v0.3.2
21482024-12-02T16:12:03.553Z Compiling indent_write v2.2.0
21492024-12-02T16:12:03.691Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21502024-12-02T16:12:03.709Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21512024-12-02T16:12:03.793Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21522024-12-02T16:12:03.887Z Compiling base64 v0.21.7
21532024-12-02T16:12:03.905Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21542024-12-02T16:12:04.357Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21552024-12-02T16:12:04.795Z Compiling highway v1.2.0
21562024-12-02T16:12:05.045Z Compiling semver v0.1.20
21572024-12-02T16:12:05.643Z Compiling rustc_version v0.1.7
21582024-12-02T16:12:06.073Z Compiling newtype_derive v0.1.6
21592024-12-02T16:12:06.225Z Compiling newtype-uuid v1.1.3
21602024-12-02T16:12:06.460Z Compiling dropshot v0.13.0
21612024-12-02T16:12:06.536Z Compiling ipnetwork v0.20.0
21622024-12-02T16:12:06.584Z Compiling instant v0.1.13
21632024-12-02T16:12:06.749Z Compiling humantime v2.1.0
21642024-12-02T16:12:07.329Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21652024-12-02T16:12:07.603Z Compiling backoff v0.4.0
21662024-12-02T16:12:08.003Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21672024-12-02T16:12:08.021Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21682024-12-02T16:12:11.655Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21692024-12-02T16:12:12.186Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21702024-12-02T16:12:12.346Z Compiling parse-display v0.10.0
21712024-12-02T16:12:12.921Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722024-12-02T16:12:13.117Z Compiling serde_with v3.11.0
21732024-12-02T16:12:13.238Z Compiling strum v0.26.3
21742024-12-02T16:12:13.434Z Compiling regress v0.9.1
21752024-12-02T16:12:16.490Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21762024-12-02T16:12:17.931Z Compiling macaddr v1.0.1
21772024-12-02T16:12:18.263Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21782024-12-02T16:12:18.387Z Compiling steno v0.4.1
21792024-12-02T16:12:18.676Z Compiling prettyplease v0.2.25
21802024-12-02T16:12:18.700Z Compiling slog-dtrace v0.3.0
21812024-12-02T16:12:19.092Z Compiling tungstenite v0.21.0
21822024-12-02T16:12:20.121Z Compiling display-error-chain v0.2.2
21832024-12-02T16:12:20.360Z Compiling tokio-tungstenite v0.21.0
21842024-12-02T16:12:21.052Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21852024-12-02T16:12:22.971Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21862024-12-02T16:12:24.282Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21872024-12-02T16:12:25.391Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21882024-12-02T16:12:25.409Z Compiling arc-swap v1.7.1
21892024-12-02T16:12:26.090Z Compiling slog-scope v4.4.0
21902024-12-02T16:12:26.917Z Compiling half v2.4.1
21912024-12-02T16:12:27.616Z Compiling ciborium-io v0.2.2
21922024-12-02T16:12:27.763Z Compiling ciborium-ll v0.2.2
21932024-12-02T16:12:28.312Z Compiling slog-stdlog v4.1.1
21942024-12-02T16:12:28.639Z Compiling slog-envlogger v2.2.0
21952024-12-02T16:12:29.132Z Compiling ciborium v0.2.2
21962024-12-02T16:12:31.426Z Compiling nibble_vec v0.1.0
21972024-12-02T16:12:31.669Z Compiling endian-type v0.1.2
21982024-12-02T16:12:31.926Z Compiling radix_trie v0.2.1
21992024-12-02T16:12:32.862Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22002024-12-02T16:12:37.244Z Compiling same-file v1.0.6
22012024-12-02T16:12:37.520Z Compiling fastrand v2.1.1
22022024-12-02T16:12:38.051Z Compiling tempfile v3.13.0
22032024-12-02T16:12:38.741Z Compiling walkdir v2.5.0
22042024-12-02T16:12:38.854Z Compiling blake3 v1.5.4
22052024-12-02T16:12:38.957Z Compiling ring v0.16.20
22062024-12-02T16:12:39.387Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22072024-12-02T16:12:39.484Z Compiling xattr v1.3.1
22082024-12-02T16:12:39.544Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22092024-12-02T16:12:39.749Z Compiling memmap2 v0.9.5
22102024-12-02T16:12:40.195Z Compiling filetime v0.2.25
22112024-12-02T16:12:40.326Z Compiling arrayvec v0.7.6
22122024-12-02T16:12:40.496Z Compiling constant_time_eq v0.3.1
22132024-12-02T16:12:40.661Z Compiling spin v0.5.2
22142024-12-02T16:12:40.757Z Compiling keccak v0.1.5
22152024-12-02T16:12:40.913Z Compiling arrayref v0.3.9
22162024-12-02T16:12:41.742Z Compiling sha3 v0.10.8
22172024-12-02T16:12:41.792Z Compiling tar v0.4.42
22182024-12-02T16:12:42.090Z Compiling toolchain_find v0.4.0
22192024-12-02T16:12:42.609Z Compiling camino-tempfile v1.1.1
22202024-12-02T16:12:42.674Z Compiling const_format_proc_macros v0.2.33
22212024-12-02T16:12:43.124Z Compiling radium v0.7.0
22222024-12-02T16:12:43.292Z Compiling topological-sort v0.2.2
22232024-12-02T16:12:43.514Z Compiling maplit v1.0.2
22242024-12-02T16:12:43.547Z Compiling crunchy v0.2.2
22252024-12-02T16:12:43.668Z Compiling omicron-zone-package v0.11.1
22262024-12-02T16:12:43.745Z Compiling rustfmt-wrapper v0.2.1
22272024-12-02T16:12:44.028Z Compiling pem v3.0.4
22282024-12-02T16:12:44.280Z Compiling tiny-keccak v2.0.2
22292024-12-02T16:12:44.347Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22302024-12-02T16:12:44.530Z Compiling const_format v0.2.33
22312024-12-02T16:12:44.575Z Compiling maybe-uninit v2.0.0
22322024-12-02T16:12:44.757Z Compiling tap v1.0.1
22332024-12-02T16:12:45.012Z Compiling wyz v0.5.1
22342024-12-02T16:12:45.181Z Compiling dsl_auto_type v0.1.2
22352024-12-02T16:12:45.510Z Compiling phf_generator v0.11.2
22362024-12-02T16:12:45.528Z Compiling scheduled-thread-pool v0.2.7
22372024-12-02T16:12:45.582Z Compiling secrecy v0.8.0
22382024-12-02T16:12:45.711Z Compiling async-recursion v1.1.1
22392024-12-02T16:12:45.730Z Compiling diesel_table_macro_syntax v0.2.0
22402024-12-02T16:12:45.868Z Compiling funty v2.0.0
22412024-12-02T16:12:46.136Z Compiling crc-catalog v2.4.0
22422024-12-02T16:12:46.308Z Compiling packed_struct v0.10.1
22432024-12-02T16:12:46.540Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22442024-12-02T16:12:46.747Z Compiling diesel_derives v2.2.3
22452024-12-02T16:12:46.766Z Compiling crc v3.2.1
22462024-12-02T16:12:46.878Z Compiling r2d2 v0.8.10
22472024-12-02T16:12:47.146Z Compiling bitvec v1.0.1
22482024-12-02T16:12:47.379Z Compiling phf_codegen v0.11.2
22492024-12-02T16:12:48.203Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22502024-12-02T16:12:48.302Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22512024-12-02T16:12:48.712Z Compiling ascii-canvas v3.0.0
22522024-12-02T16:12:49.068Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22532024-12-02T16:12:49.199Z Compiling universal-hash v0.5.1
22542024-12-02T16:12:49.450Z Compiling packed_struct_codegen v0.10.1
22552024-12-02T16:12:51.865Z Compiling thiserror-impl-no-std v2.0.2
22562024-12-02T16:12:52.091Z Compiling parse-zoneinfo v0.3.1
22572024-12-02T16:12:53.748Z Compiling lzma-sys v0.1.20
22582024-12-02T16:12:54.428Z Compiling ena v0.14.3
22592024-12-02T16:12:54.529Z Compiling indexmap v1.9.3
22602024-12-02T16:12:54.866Z Compiling diff v0.1.13
22612024-12-02T16:12:54.886Z Compiling nodrop v0.1.14
22622024-12-02T16:12:55.050Z Compiling regex-syntax v0.6.29
22632024-12-02T16:12:55.445Z Compiling cfg_aliases v0.1.1
22642024-12-02T16:12:55.571Z Compiling opaque-debug v0.3.1
22652024-12-02T16:12:55.682Z Compiling poly1305 v0.8.0
22662024-12-02T16:12:57.200Z Compiling nix v0.28.0
22672024-12-02T16:12:58.000Z Compiling array-init v0.0.4
22682024-12-02T16:12:58.322Z Compiling diesel v2.2.4
22692024-12-02T16:12:59.307Z Compiling lalrpop v0.19.12
22702024-12-02T16:13:00.444Z Compiling thiserror-no-std v2.0.2
22712024-12-02T16:13:00.637Z Compiling chrono-tz-build v0.4.0
22722024-12-02T16:13:05.400Z Compiling smallvec v0.6.14
22732024-12-02T16:13:06.163Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22742024-12-02T16:13:06.499Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22752024-12-02T16:13:06.804Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22762024-12-02T16:13:07.050Z Compiling chacha20 v0.9.1
22772024-12-02T16:13:07.232Z Compiling heck v0.3.3
22782024-12-02T16:13:07.537Z Compiling aead v0.5.2
22792024-12-02T16:13:07.612Z Compiling vte_generate_state_changes v0.1.2
22802024-12-02T16:13:07.893Z Compiling bitfield v0.14.0
22812024-12-02T16:13:08.215Z Compiling ref-cast v1.0.23
22822024-12-02T16:13:08.236Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22832024-12-02T16:13:08.547Z Compiling hashbrown v0.12.3
22842024-12-02T16:13:08.680Z Compiling termcolor v1.4.1
22852024-12-02T16:13:09.764Z Compiling env_logger v0.10.2
22862024-12-02T16:13:11.161Z Compiling vte v0.11.1
22872024-12-02T16:13:12.624Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22882024-12-02T16:13:12.987Z Compiling chacha20poly1305 v0.10.1
22892024-12-02T16:13:13.230Z Compiling zone_cfg_derive v0.1.2
22902024-12-02T16:13:14.631Z Compiling serde-hex v0.1.0
22912024-12-02T16:13:19.944Z Compiling chrono-tz v0.10.0
22922024-12-02T16:13:20.773Z Compiling vsss-rs v3.3.4
22932024-12-02T16:13:22.379Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22942024-12-02T16:13:22.736Z Compiling ron v0.8.1
22952024-12-02T16:13:25.173Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22962024-12-02T16:13:25.318Z Compiling polar-core v0.27.3
22972024-12-02T16:13:25.479Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22982024-12-02T16:13:26.121Z Compiling derive_builder_core v0.20.2
22992024-12-02T16:13:26.574Z Compiling hashbrown v0.13.2
23002024-12-02T16:13:28.009Z Compiling fd-lock v4.0.2
23012024-12-02T16:13:28.260Z Compiling headers-core v0.3.0
23022024-12-02T16:13:28.304Z Compiling fxhash v0.2.1
23032024-12-02T16:13:28.448Z Compiling libxml v0.3.3
23042024-12-02T16:13:28.473Z Compiling ref-cast-impl v1.0.23
23052024-12-02T16:13:28.537Z Compiling base64 v0.13.1
23062024-12-02T16:13:28.814Z Compiling lockfree-object-pool v0.1.6
23072024-12-02T16:13:29.147Z Compiling bytecount v0.6.8
23082024-12-02T16:13:29.279Z Compiling crc-any v2.5.0
23092024-12-02T16:13:29.467Z Compiling bumpalo v3.16.0
23102024-12-02T16:13:29.599Z Compiling zip v2.1.3
23112024-12-02T16:13:29.962Z Compiling simd-adler32 v0.3.7
23122024-12-02T16:13:30.121Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23132024-12-02T16:13:30.443Z Compiling zopfli v0.8.1
23142024-12-02T16:13:31.138Z Compiling papergrid v0.11.0
23152024-12-02T16:13:34.775Z Compiling ron v0.7.1
23162024-12-02T16:13:36.396Z Compiling headers v0.4.0
23172024-12-02T16:13:40.082Z Compiling derive_builder_macro v0.20.2
23182024-12-02T16:13:40.123Z Compiling object v0.30.4
23192024-12-02T16:13:44.435Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23202024-12-02T16:13:45.081Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23212024-12-02T16:13:46.716Z Compiling xz2 v0.1.7
23222024-12-02T16:13:47.321Z Compiling zone v0.1.8
23232024-12-02T16:13:47.844Z Compiling strip-ansi-escapes v0.2.0
23242024-12-02T16:13:50.654Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23252024-12-02T16:13:51.002Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23262024-12-02T16:13:51.020Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23272024-12-02T16:13:51.312Z Compiling tabled_derive v0.7.0
23282024-12-02T16:13:52.314Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23292024-12-02T16:13:53.088Z Compiling yasna v0.5.2
23302024-12-02T16:13:53.547Z Compiling peg-macros v0.8.4
23312024-12-02T16:13:53.776Z Compiling strum_macros v0.24.3
23322024-12-02T16:13:56.518Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23332024-12-02T16:13:56.956Z Compiling kstat-rs v0.2.4
23342024-12-02T16:13:57.088Z Compiling samael v0.0.17
23352024-12-02T16:13:57.159Z Compiling sqlparser_derive v0.2.2
23362024-12-02T16:13:57.431Z Compiling unicase v2.7.0
23372024-12-02T16:13:57.575Z Compiling nu-ansi-term v0.50.1
23382024-12-02T16:13:57.753Z Compiling path-slash v0.1.5
23392024-12-02T16:13:57.886Z Compiling home v0.5.9
23402024-12-02T16:13:57.994Z Compiling unicode_categories v0.1.1
23412024-12-02T16:13:58.202Z Compiling indoc v1.0.9
23422024-12-02T16:13:58.242Z Compiling sqlparser v0.45.0
23432024-12-02T16:13:58.344Z Compiling sqlformat v0.2.6
23442024-12-02T16:13:58.458Z Compiling rustyline v14.0.0
23452024-12-02T16:13:58.698Z Compiling reedline v0.35.0
23462024-12-02T16:14:00.264Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23472024-12-02T16:14:02.586Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23482024-12-02T16:14:09.500Z Compiling peg v0.8.4
23492024-12-02T16:14:09.642Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23502024-12-02T16:14:09.803Z Compiling rcgen v0.12.1
23512024-12-02T16:14:15.914Z Compiling tabled v0.15.0
23522024-12-02T16:14:22.423Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23532024-12-02T16:14:22.567Z Compiling derive_builder v0.20.2
23542024-12-02T16:14:30.213Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23552024-12-02T16:14:31.726Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23562024-12-02T16:14:33.038Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23572024-12-02T16:14:33.351Z Compiling bcs v0.1.6
23582024-12-02T16:14:34.273Z Compiling oso-derive v0.27.3
23592024-12-02T16:14:35.276Z Compiling impl-trait-for-tuples v0.2.2
23602024-12-02T16:14:36.514Z Compiling libz-sys v1.1.20
23612024-12-02T16:14:37.197Z Compiling quick-xml v0.33.0
23622024-12-02T16:14:42.172Z Compiling subprocess v0.2.9
23632024-12-02T16:14:42.785Z Compiling diesel-dtrace v0.3.0
23642024-12-02T16:14:43.109Z Compiling parking_lot_core v0.8.6
23652024-12-02T16:14:43.670Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23662024-12-02T16:14:47.049Z Compiling oso v0.27.3
23672024-12-02T16:15:04.662Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23682024-12-02T16:15:06.302Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23692024-12-02T16:15:11.725Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23702024-12-02T16:15:14.985Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23712024-12-02T16:15:15.305Z Compiling bb8 v0.8.5
23722024-12-02T16:15:15.970Z Compiling buf-list v1.0.3
23732024-12-02T16:15:16.636Z Compiling async-bb8-diesel v0.2.1
23742024-12-02T16:15:18.121Z Compiling libgit2-sys v0.17.0+1.8.1
23752024-12-02T16:15:18.326Z Compiling pin-project-internal v1.1.6
23762024-12-02T16:15:18.934Z Compiling atty v0.2.14
23772024-12-02T16:15:19.116Z Compiling salty v0.3.0
23782024-12-02T16:15:21.086Z Compiling pin-project v1.1.6
23792024-12-02T16:15:21.627Z Compiling parking_lot v0.11.2
23802024-12-02T16:15:24.632Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23812024-12-02T16:15:24.728Z Compiling snafu-derive v0.8.5
23822024-12-02T16:15:25.197Z Compiling sled v0.34.7
23832024-12-02T16:15:29.350Z Compiling snafu v0.8.5
23842024-12-02T16:15:29.395Z Compiling mime_guess v2.0.5
23852024-12-02T16:15:30.784Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23862024-12-02T16:15:32.061Z Compiling hickory-client v0.24.1
23872024-12-02T16:15:32.548Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23882024-12-02T16:15:33.042Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23892024-12-02T16:15:33.627Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23902024-12-02T16:15:37.404Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23912024-12-02T16:15:38.513Z Compiling globset v0.4.15
23922024-12-02T16:15:38.910Z Compiling hickory-server v0.24.1
23932024-12-02T16:15:42.086Z Compiling primeorder v0.13.6
23942024-12-02T16:15:42.680Z Compiling olpc-cjson v0.1.4
23952024-12-02T16:15:43.030Z Compiling vergen v8.3.2
23962024-12-02T16:15:46.013Z Compiling env_filter v0.1.2
23972024-12-02T16:15:47.571Z Compiling serde_plain v1.0.2
23982024-12-02T16:15:48.095Z Compiling cargo-platform v0.1.8
23992024-12-02T16:15:48.646Z Compiling nanorand v0.7.0
24002024-12-02T16:15:49.339Z Compiling memoffset v0.9.1
24012024-12-02T16:15:50.976Z Compiling typed-path v0.9.3
24022024-12-02T16:15:53.837Z Compiling tough v0.19.0
24032024-12-02T16:15:58.518Z Compiling flume v0.11.1
24042024-12-02T16:15:59.298Z Compiling cargo_metadata v0.18.1
24052024-12-02T16:15:59.568Z Compiling env_logger v0.11.5
24062024-12-02T16:16:01.038Z Compiling p384 v0.13.0
24072024-12-02T16:16:02.598Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24082024-12-02T16:16:06.698Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24092024-12-02T16:16:11.242Z Compiling git2 v0.19.0
24102024-12-02T16:16:13.174Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24112024-12-02T16:16:16.862Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24122024-12-02T16:16:18.672Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24132024-12-02T16:16:21.049Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24142024-12-02T16:16:24.803Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24152024-12-02T16:16:25.789Z Compiling rand_seeder v0.3.0
24162024-12-02T16:16:26.220Z Compiling libsqlite3-sys v0.30.1
24172024-12-02T16:16:26.259Z Compiling rustls v0.21.12
24182024-12-02T16:16:26.279Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24192024-12-02T16:16:26.567Z Compiling cfg_aliases v0.2.1
24202024-12-02T16:16:26.604Z Compiling http-range v0.1.5
24212024-12-02T16:16:26.683Z Compiling parse-size v1.1.0
24222024-12-02T16:16:26.787Z Compiling nix v0.29.0
24232024-12-02T16:16:27.016Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24242024-12-02T16:16:27.244Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24252024-12-02T16:16:27.580Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24262024-12-02T16:16:28.175Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24272024-12-02T16:16:28.549Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24282024-12-02T16:16:29.268Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24292024-12-02T16:16:29.327Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24302024-12-02T16:16:29.392Z Compiling rustls-webpki v0.101.7
24312024-12-02T16:16:29.582Z Compiling sct v0.7.1
24322024-12-02T16:16:30.096Z Compiling castaway v0.2.3
24332024-12-02T16:16:30.312Z Compiling csv-core v0.1.11
24342024-12-02T16:16:31.068Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24352024-12-02T16:16:31.137Z Compiling glob v0.3.1
24362024-12-02T16:16:31.470Z Compiling csv v1.3.0
24372024-12-02T16:16:33.121Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382024-12-02T16:16:33.356Z Compiling compact_str v0.8.0
24392024-12-02T16:16:33.637Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24402024-12-02T16:16:33.691Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24412024-12-02T16:16:35.032Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24422024-12-02T16:16:35.960Z Compiling hyper-staticfile v0.10.1
24432024-12-02T16:16:38.976Z Compiling nix v0.27.1
24442024-12-02T16:16:41.849Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24452024-12-02T16:16:42.654Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24462024-12-02T16:16:43.908Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24472024-12-02T16:16:45.259Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24482024-12-02T16:16:49.461Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24492024-12-02T16:16:51.577Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24502024-12-02T16:16:51.931Z Compiling unicode-truncate v1.1.0
24512024-12-02T16:16:52.238Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24522024-12-02T16:16:52.560Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24532024-12-02T16:16:52.871Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24542024-12-02T16:16:57.247Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24552024-12-02T16:16:59.038Z Compiling hashlink v0.9.1
24562024-12-02T16:16:59.951Z Compiling tungstenite v0.23.0
24572024-12-02T16:17:00.060Z Compiling lru v0.12.5
24582024-12-02T16:17:00.172Z Compiling instability v0.3.2
24592024-12-02T16:17:00.286Z Compiling fallible-iterator v0.3.0
24602024-12-02T16:17:00.473Z Compiling cassowary v0.3.0
24612024-12-02T16:17:00.504Z Compiling fallible-streaming-iterator v0.1.9
24622024-12-02T16:17:00.798Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24632024-12-02T16:17:01.145Z Compiling rusqlite v0.32.1
24642024-12-02T16:17:01.183Z Compiling ratatui v0.28.1
24652024-12-02T16:17:04.052Z Compiling tokio-tungstenite v0.23.1
24662024-12-02T16:17:05.776Z Compiling tokio-rustls v0.24.1
24672024-12-02T16:17:06.374Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24682024-12-02T16:17:06.530Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24692024-12-02T16:17:10.839Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24702024-12-02T16:17:12.137Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24712024-12-02T16:17:20.404Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24722024-12-02T16:17:23.017Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24732024-12-02T16:17:24.315Z Compiling rustls-pemfile v1.0.4
24742024-12-02T16:17:25.200Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24752024-12-02T16:17:25.518Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24762024-12-02T16:17:25.573Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24772024-12-02T16:17:25.759Z Compiling signal-hook-tokio v0.3.1
24782024-12-02T16:17:26.005Z Compiling twox-hash v1.6.3
24792024-12-02T16:17:26.978Z Compiling smawk v0.3.2
24802024-12-02T16:17:27.105Z Compiling is_ci v1.2.0
24812024-12-02T16:17:27.267Z Compiling unicode-linebreak v0.1.5
24822024-12-02T16:17:27.443Z Compiling supports-color v3.0.1
24832024-12-02T16:17:27.860Z Compiling textwrap v0.16.1
24842024-12-02T16:17:31.603Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24852024-12-02T16:17:32.354Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24862024-12-02T16:17:36.571Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24872024-12-02T16:17:40.024Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24882024-12-02T16:17:45.854Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24892024-12-02T16:17:50.716Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24902024-12-02T16:17:50.813Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24912024-12-02T16:17:51.455Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24922024-12-02T16:18:04.395Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24932024-12-02T16:18:04.714Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24942024-12-02T16:18:10.644Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24952024-12-02T16:18:11.518Z Compiling fatfs v0.3.6
24962024-12-02T16:18:12.582Z Compiling rtoolbox v0.0.2
24972024-12-02T16:18:13.025Z Compiling assert_matches v1.5.0
24982024-12-02T16:18:14.308Z Compiling rpassword v7.3.1
24992024-12-02T16:18:14.763Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25002024-12-02T16:18:19.758Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25012024-12-02T16:18:22.406Z Compiling tui-tree-widget v0.22.0
25022024-12-02T16:18:22.920Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25032024-12-02T16:18:26.938Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25042024-12-02T16:18:31.897Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25052024-12-02T16:18:32.217Z Compiling uzers v0.12.1
25062024-12-02T16:18:35.339Z Compiling shell-words v1.1.0
25072024-12-02T16:18:35.792Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25082024-12-02T16:18:40.692Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25092024-12-02T16:18:42.787Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25102024-12-02T16:19:12.567Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25112024-12-02T16:19:17.530Z Compiling multimap v0.10.0
25122024-12-02T16:21:36.973Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25132024-12-02T16:21:40.386Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25142024-12-02T16:28:25.612Z Finished `release` profile [optimized] target(s) in 16m 25s
25152024-12-02T16:29:31.127Z
25162024-12-02T16:29:31.130Zreal 17:32.714736253
25172024-12-02T16:29:31.130Zuser 1:59:40.743069488
25182024-12-02T16:29:31.130Zsys 5:59.356561139
25192024-12-02T16:29:31.130Ztrap 2.993814326
25202024-12-02T16:29:31.130Ztflt 2.930019442
25212024-12-02T16:29:31.130Zdflt 5.745391438
25222024-12-02T16:29:31.130Zkflt 0.002817676
25232024-12-02T16:29:31.130Zlock 7:23:17.838922712
25242024-12-02T16:29:31.130Zslp 6:26:21.955533776
25252024-12-02T16:29:31.130Zlat 2:59.469479952
25262024-12-02T16:29:31.130Zstop 2:37.062316839
25272024-12-02T16:29:31.130Z+ mapfile -t packages
25282024-12-02T16:29:31.130Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25292024-12-02T16:29:32.170Z Finished `release` profile [optimized] target(s) in 0.99s
25302024-12-02T16:29:32.237Z Running `target/release/omicron-package -t test list-outputs`
25312024-12-02T16:29:32.286ZLogging to: /work/oxidecomputer/omicron/out/LOG
25322024-12-02T16:29:32.288Z+ ptime -m cargo build --locked --release -p xtask
25332024-12-02T16:29:32.850Z Compiling serde v1.0.215
25342024-12-02T16:29:32.853Z Compiling serde_json v1.0.132
25352024-12-02T16:29:32.853Z Compiling rustix v0.38.37
25362024-12-02T16:29:32.853Z Compiling libc v0.2.162
25372024-12-02T16:29:32.940Z Compiling syn v2.0.87
25382024-12-02T16:29:32.958Z Compiling bitflags v2.6.0
25392024-12-02T16:29:33.285Z Compiling usdt-impl v0.5.0
25402024-12-02T16:29:33.338Z Compiling syn v1.0.109
25412024-12-02T16:29:33.453Z Compiling log v0.4.22
25422024-12-02T16:29:33.469Z Compiling hashbrown v0.15.0
25432024-12-02T16:29:33.527Z Compiling fs-err v2.11.0
25442024-12-02T16:29:33.824Z Compiling once_cell v1.20.2
25452024-12-02T16:29:33.900Z Compiling anyhow v1.0.93
25462024-12-02T16:29:34.445Z Compiling thread-id v4.2.2
25472024-12-02T16:29:34.750Z Compiling indexmap v2.6.0
25482024-12-02T16:29:36.038Z Compiling terminal_size v0.4.0
25492024-12-02T16:29:36.039Z Compiling tempfile v3.13.0
25502024-12-02T16:29:36.281Z Compiling clap_builder v4.5.21
25512024-12-02T16:29:36.777Z Compiling proc-macro-error v1.0.4
25522024-12-02T16:29:38.189Z Compiling tabled_derive v0.7.0
25532024-12-02T16:29:39.492Z Compiling tabled v0.15.0
25542024-12-02T16:29:41.040Z Compiling serde_derive v1.0.215
25552024-12-02T16:29:42.731Z Compiling thiserror-impl v1.0.69
25562024-12-02T16:29:42.789Z Compiling zerocopy-derive v0.7.35
25572024-12-02T16:29:44.857Z Compiling zerocopy v0.7.35
25582024-12-02T16:29:45.782Z Compiling thiserror v1.0.69
25592024-12-02T16:29:45.950Z Compiling pest v2.7.14
25602024-12-02T16:29:46.677Z Compiling scroll_derive v0.12.0
25612024-12-02T16:29:48.097Z Compiling scroll v0.12.0
25622024-12-02T16:29:48.645Z Compiling pest_meta v2.7.14
25632024-12-02T16:29:48.969Z Compiling goblin v0.8.2
25642024-12-02T16:29:52.392Z Compiling pest_generator v2.7.14
25652024-12-02T16:29:54.279Z Compiling pest_derive v2.7.14
25662024-12-02T16:29:54.653Z Compiling clap_derive v4.5.18
25672024-12-02T16:29:55.574Z Compiling dtrace-parser v0.2.0
25682024-12-02T16:29:57.419Z Compiling dof v0.3.0
25692024-12-02T16:29:57.745Z Compiling serde_spanned v0.6.8
25702024-12-02T16:29:58.360Z Compiling toml_datetime v0.6.8
25712024-12-02T16:29:59.045Z Compiling serde_tokenstream v0.2.2
25722024-12-02T16:29:59.298Z Compiling toml_edit v0.22.22
25732024-12-02T16:29:59.496Z Compiling camino v1.1.9
25742024-12-02T16:30:01.522Z Compiling usdt-macro v0.5.0
25752024-12-02T16:30:02.769Z Compiling usdt-attr-macro v0.5.0
25762024-12-02T16:30:04.116Z Compiling toml v0.8.19
25772024-12-02T16:30:04.165Z Compiling semver v1.0.23
25782024-12-02T16:30:04.564Z Compiling cargo-platform v0.1.8
25792024-12-02T16:30:05.483Z Compiling cargo_toml v0.20.5
25802024-12-02T16:30:05.598Z Compiling cargo_metadata v0.18.1
25812024-12-02T16:30:05.698Z Compiling usdt v0.5.0
25822024-12-02T16:30:05.714Z Compiling camino-tempfile v1.1.1
25832024-12-02T16:30:06.507Z Compiling clap v4.5.21
25842024-12-02T16:30:06.655Z Compiling macaddr v1.0.1
25852024-12-02T16:30:17.902Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25862024-12-02T16:30:29.271Z Finished `release` profile [optimized] target(s) in 56.93s
25872024-12-02T16:30:29.380Z
25882024-12-02T16:30:29.383Zreal 57.061870803
25892024-12-02T16:30:29.383Zuser 5:48.253709552
25902024-12-02T16:30:29.383Zsys 31.828227049
25912024-12-02T16:30:29.383Ztrap 0.156332468
25922024-12-02T16:30:29.383Ztflt 0.224937401
25932024-12-02T16:30:29.383Zdflt 0.556616000
25942024-12-02T16:30:29.383Zkflt 0.000003879
25952024-12-02T16:30:29.383Zlock 10:38.782127869
25962024-12-02T16:30:29.383Zslp 15:38.825213837
25972024-12-02T16:30:29.383Zlat 13.889459715
25982024-12-02T16:30:29.383Zstop 19.727486515
25992024-12-02T16:30:29.383Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26002024-12-02T16:30:29.383Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26012024-12-02T16:30:29.383Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26022024-12-02T16:30:29.383Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26032024-12-02T16:30:29.383Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26042024-12-02T16:30:30.275Z Compiling hashbrown v0.14.5
26052024-12-02T16:30:30.403Z Compiling ident_case v1.0.1
26062024-12-02T16:30:30.416Z Compiling unsafe-libyaml v0.2.11
26072024-12-02T16:30:30.418Z Compiling progenitor-client v0.8.0
26082024-12-02T16:30:30.418Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26092024-12-02T16:30:30.418Z Compiling ipnetwork v0.20.0
26102024-12-02T16:30:30.418Z Compiling macaddr v1.0.1
26112024-12-02T16:30:30.429Z Compiling instant v0.1.13
26122024-12-02T16:30:30.554Z Compiling darling_core v0.20.10
26132024-12-02T16:30:30.689Z Compiling structmeta-derive v0.3.0
26142024-12-02T16:30:30.916Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26152024-12-02T16:30:30.940Z Compiling dropshot v0.13.0
26162024-12-02T16:30:30.949Z Compiling newtype-uuid v1.1.3
26172024-12-02T16:30:31.275Z Compiling dropshot_endpoint v0.13.0
26182024-12-02T16:30:31.460Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26192024-12-02T16:30:31.656Z Compiling regress v0.10.1
26202024-12-02T16:30:31.677Z Compiling regress v0.9.1
26212024-12-02T16:30:31.698Z Compiling serde_yaml v0.9.34+deprecated
26222024-12-02T16:30:32.254Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26232024-12-02T16:30:32.346Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26242024-12-02T16:30:32.451Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26252024-12-02T16:30:32.739Z Compiling backoff v0.4.0
26262024-12-02T16:30:33.134Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26272024-12-02T16:30:33.230Z Compiling tempfile v3.13.0
26282024-12-02T16:30:33.306Z Compiling proc-macro-crate v1.3.1
26292024-12-02T16:30:33.634Z Compiling structmeta v0.3.0
26302024-12-02T16:30:34.109Z Compiling parse-display-derive v0.10.0
26312024-12-02T16:30:34.130Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322024-12-02T16:30:34.431Z Compiling num_enum_derive v0.5.11
26332024-12-02T16:30:34.520Z Compiling itertools v0.13.0
26342024-12-02T16:30:36.036Z Compiling typify-impl v0.2.0
26352024-12-02T16:30:36.839Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26362024-12-02T16:30:36.934Z Compiling zerocopy v0.8.10
26372024-12-02T16:30:37.096Z Compiling num_enum v0.5.11
26382024-12-02T16:30:37.175Z Compiling zerocopy-derive v0.8.10
26392024-12-02T16:30:37.277Z Compiling foreign-types-macros v0.2.3
26402024-12-02T16:30:37.756Z Compiling darling_macro v0.20.10
26412024-12-02T16:30:37.962Z Compiling foreign-types-shared v0.3.1
26422024-12-02T16:30:38.000Z Compiling heapless v0.8.0
26432024-12-02T16:30:38.132Z Compiling proc-macro-error v1.0.4
26442024-12-02T16:30:38.583Z Compiling foreign-types v0.5.0
26452024-12-02T16:30:38.739Z Compiling darling v0.20.10
26462024-12-02T16:30:38.788Z Compiling parse-display v0.10.0
26472024-12-02T16:30:38.866Z Compiling serde_with_macros v3.11.0
26482024-12-02T16:30:38.888Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26492024-12-02T16:30:38.920Z Compiling camino-tempfile v1.1.1
26502024-12-02T16:30:39.002Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26512024-12-02T16:30:39.417Z Compiling hash32 v0.3.1
26522024-12-02T16:30:39.491Z Compiling cstr-argument v0.1.2
26532024-12-02T16:30:39.660Z Compiling smoltcp v0.11.0
26542024-12-02T16:30:39.757Z Compiling crucible-workspace-hack v0.1.0
26552024-12-02T16:30:39.871Z Compiling pretty-hex v0.2.1
26562024-12-02T16:30:40.106Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26572024-12-02T16:30:40.144Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26582024-12-02T16:30:40.337Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26592024-12-02T16:30:40.511Z Compiling tabwriter v1.4.0
26602024-12-02T16:30:40.969Z Compiling colored v2.1.0
26612024-12-02T16:30:41.047Z Compiling cobs v0.2.3
26622024-12-02T16:30:41.363Z Compiling postcard v1.0.10
26632024-12-02T16:30:41.792Z Compiling serde_with v3.11.0
26642024-12-02T16:30:41.868Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26652024-12-02T16:30:42.025Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26662024-12-02T16:30:42.219Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26672024-12-02T16:30:42.259Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26682024-12-02T16:30:42.591Z Compiling smf v0.2.3
26692024-12-02T16:30:43.172Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26702024-12-02T16:30:43.889Z Compiling zone_cfg_derive v0.3.0
26712024-12-02T16:30:44.079Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26722024-12-02T16:30:44.576Z Compiling num-derive v0.4.2
26732024-12-02T16:30:45.503Z Compiling sigpipe v0.1.3
26742024-12-02T16:30:45.643Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752024-12-02T16:30:45.694Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26762024-12-02T16:30:45.796Z Compiling zone v0.3.0
26772024-12-02T16:30:45.967Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26782024-12-02T16:30:46.290Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26792024-12-02T16:30:46.475Z Compiling universal-hash v0.5.1
26802024-12-02T16:30:46.695Z Compiling opaque-debug v0.3.1
26812024-12-02T16:30:46.794Z Compiling num-rational v0.4.2
26822024-12-02T16:30:46.815Z Compiling password-hash v0.5.0
26832024-12-02T16:30:46.859Z Compiling num-complex v0.4.6
26842024-12-02T16:30:46.916Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
26852024-12-02T16:30:47.161Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26862024-12-02T16:30:47.411Z Compiling blake2 v0.10.6
26872024-12-02T16:30:47.832Z Compiling aead v0.5.2
26882024-12-02T16:30:47.854Z Compiling convert_case v0.4.0
26892024-12-02T16:30:47.899Z Compiling keccak v0.1.5
26902024-12-02T16:30:47.956Z Compiling argon2 v0.5.3
26912024-12-02T16:30:48.204Z Compiling num v0.4.3
26922024-12-02T16:30:48.333Z Compiling sha3 v0.10.8
26932024-12-02T16:30:48.660Z Compiling poly1305 v0.8.0
26942024-12-02T16:30:48.828Z Compiling tungstenite v0.21.0
26952024-12-02T16:30:48.905Z Compiling derive_more v0.99.18
26962024-12-02T16:30:48.982Z Compiling chacha20 v0.9.1
26972024-12-02T16:30:49.431Z Compiling float-ord v0.3.2
26982024-12-02T16:30:49.478Z Compiling base64 v0.21.7
26992024-12-02T16:30:49.637Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27002024-12-02T16:30:49.933Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27012024-12-02T16:30:50.266Z Compiling tokio-tungstenite v0.21.0
27022024-12-02T16:30:50.423Z Compiling same-file v1.0.6
27032024-12-02T16:30:50.452Z Compiling semver v0.1.20
27042024-12-02T16:30:50.769Z Compiling walkdir v2.5.0
27052024-12-02T16:30:50.869Z Compiling rustc_version v0.1.7
27062024-12-02T16:30:50.891Z Compiling newline-converter v0.3.0
27072024-12-02T16:30:51.138Z Compiling primeorder v0.13.6
27082024-12-02T16:30:51.167Z Compiling secrecy v0.8.0
27092024-12-02T16:30:51.342Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27102024-12-02T16:30:51.438Z Compiling owo-colors v4.1.0
27112024-12-02T16:30:51.469Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27122024-12-02T16:30:51.686Z Compiling cancel-safe-futures v0.1.5
27132024-12-02T16:30:51.689Z Compiling newtype_derive v0.1.6
27142024-12-02T16:30:51.758Z Compiling expectorate v1.1.0
27152024-12-02T16:30:51.797Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27162024-12-02T16:30:51.958Z Compiling thiserror-impl-no-std v2.0.2
27172024-12-02T16:30:51.981Z Compiling blake3 v1.5.4
27182024-12-02T16:30:52.000Z Compiling ring v0.16.20
27192024-12-02T16:30:52.145Z Compiling half v2.4.1
27202024-12-02T16:30:52.351Z Compiling unicase v2.7.0
27212024-12-02T16:30:52.670Z Compiling arc-swap v1.7.1
27222024-12-02T16:30:52.672Z Compiling ciborium-io v0.2.2
27232024-12-02T16:30:52.820Z Compiling ciborium-ll v0.2.2
27242024-12-02T16:30:53.252Z Compiling slog-scope v4.4.0
27252024-12-02T16:30:53.339Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27262024-12-02T16:30:53.610Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27272024-12-02T16:30:53.909Z Compiling polyval v0.6.2
27282024-12-02T16:30:54.253Z Compiling atomicwrites v0.4.4
27292024-12-02T16:30:54.369Z Compiling libsw v3.3.1
27302024-12-02T16:30:54.658Z Compiling memmap2 v0.9.5
27312024-12-02T16:30:54.722Z Compiling arrayvec v0.7.6
27322024-12-02T16:30:54.817Z Compiling spin v0.5.2
27332024-12-02T16:30:54.999Z Compiling typify-macro v0.2.0
27342024-12-02T16:30:55.117Z Compiling libefi-sys v0.1.0
27352024-12-02T16:30:55.185Z Compiling indent_write v2.2.0
27362024-12-02T16:30:55.219Z Compiling parking_lot_core v0.8.6
27372024-12-02T16:30:55.261Z Compiling thiserror-no-std v2.0.2
27382024-12-02T16:30:55.396Z Compiling constant_time_eq v0.3.1
27392024-12-02T16:30:55.412Z Compiling arrayref v0.3.9
27402024-12-02T16:30:55.432Z Compiling salty v0.3.0
27412024-12-02T16:30:55.534Z Compiling linear-map v1.2.0
27422024-12-02T16:30:55.764Z Compiling vsss-rs v3.3.4
27432024-12-02T16:30:55.919Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27442024-12-02T16:30:55.928Z Compiling ghash v0.5.1
27452024-12-02T16:30:56.333Z Compiling slog-stdlog v4.1.1
27462024-12-02T16:30:56.647Z Compiling ciborium v0.2.2
27472024-12-02T16:30:56.837Z Compiling p384 v0.13.0
27482024-12-02T16:30:56.860Z Compiling toolchain_find v0.4.0
27492024-12-02T16:30:57.053Z Compiling chacha20poly1305 v0.10.1
27502024-12-02T16:30:57.327Z Compiling lzma-sys v0.1.20
27512024-12-02T16:30:57.623Z Compiling ctr v0.9.2
27522024-12-02T16:30:58.005Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27532024-12-02T16:30:58.159Z Compiling bitfield-struct v0.6.2
27542024-12-02T16:30:58.203Z Compiling slog-dtrace v0.3.0
27552024-12-02T16:30:58.435Z Compiling highway v1.2.0
27562024-12-02T16:30:58.461Z Compiling topological-sort v0.2.2
27572024-12-02T16:30:58.699Z Compiling omicron-zone-package v0.11.1
27582024-12-02T16:30:58.763Z Compiling aes-gcm v0.10.3
27592024-12-02T16:30:59.085Z Compiling rustfmt-wrapper v0.2.1
27602024-12-02T16:30:59.220Z Compiling mime_guess v2.0.5
27612024-12-02T16:30:59.333Z Compiling typify v0.2.0
27622024-12-02T16:30:59.495Z Compiling progenitor-impl v0.8.0
27632024-12-02T16:30:59.558Z Compiling slog-envlogger v2.2.0
27642024-12-02T16:30:59.647Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27652024-12-02T16:30:59.678Z Compiling steno v0.4.1
27662024-12-02T16:31:00.448Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27672024-12-02T16:31:00.594Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682024-12-02T16:31:00.774Z Compiling heck v0.3.3
27692024-12-02T16:31:00.959Z Compiling ssh-encoding v0.2.0
27702024-12-02T16:31:01.145Z Compiling blowfish v0.9.1
27712024-12-02T16:31:01.174Z Compiling nibble_vec v0.1.0
27722024-12-02T16:31:01.237Z Compiling env_filter v0.1.2
27732024-12-02T16:31:01.390Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27742024-12-02T16:31:01.513Z Compiling humantime v2.1.0
27752024-12-02T16:31:01.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27762024-12-02T16:31:01.693Z Compiling endian-type v0.1.2
27772024-12-02T16:31:01.820Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27782024-12-02T16:31:01.936Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27792024-12-02T16:31:01.955Z Compiling radix_trie v0.2.1
27802024-12-02T16:31:01.975Z Compiling env_logger v0.11.5
27812024-12-02T16:31:02.022Z Compiling bcrypt-pbkdf v0.10.0
27822024-12-02T16:31:02.048Z Compiling ssh-cipher v0.2.0
27832024-12-02T16:31:02.660Z Compiling zone_cfg_derive v0.1.2
27842024-12-02T16:31:02.681Z Compiling parking_lot v0.11.2
27852024-12-02T16:31:02.941Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27862024-12-02T16:31:03.334Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27872024-12-02T16:31:03.633Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27882024-12-02T16:31:03.792Z Compiling password-hash v0.4.2
27892024-12-02T16:31:04.066Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
27902024-12-02T16:31:04.173Z Compiling gethostname v0.5.0
27912024-12-02T16:31:04.175Z Compiling fxhash v0.2.1
27922024-12-02T16:31:04.320Z Compiling lockfree-object-pool v0.1.6
27932024-12-02T16:31:04.402Z Compiling http-range v0.1.5
27942024-12-02T16:31:04.423Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27952024-12-02T16:31:04.604Z Compiling bumpalo v3.16.0
27962024-12-02T16:31:04.714Z Compiling matches v0.1.10
27972024-12-02T16:31:04.737Z Compiling simd-adler32 v0.3.7
27982024-12-02T16:31:04.737Z Compiling zip v2.1.3
27992024-12-02T16:31:04.777Z Compiling base64 v0.13.1
28002024-12-02T16:31:04.819Z Compiling idna v0.2.3
28012024-12-02T16:31:05.148Z Compiling zopfli v0.8.1
28022024-12-02T16:31:05.203Z Compiling sled v0.34.7
28032024-12-02T16:31:05.223Z Compiling pbkdf2 v0.11.0
28042024-12-02T16:31:05.346Z Compiling ron v0.7.1
28052024-12-02T16:31:05.440Z Compiling zone v0.1.8
28062024-12-02T16:31:05.610Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28072024-12-02T16:31:06.555Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28082024-12-02T16:31:06.800Z Compiling xz2 v0.1.7
28092024-12-02T16:31:07.096Z Compiling ssh-key v0.6.6
28102024-12-02T16:31:07.294Z Compiling hickory-client v0.24.1
28112024-12-02T16:31:07.750Z Compiling p256 v0.13.2
28122024-12-02T16:31:07.780Z Compiling p521 v0.13.3
28132024-12-02T16:31:07.930Z Compiling progenitor-macro v0.8.0
28142024-12-02T16:31:08.032Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28152024-12-02T16:31:08.600Z Compiling hickory-server v0.24.1
28162024-12-02T16:31:08.844Z Compiling enum-as-inner v0.5.1
28172024-12-02T16:31:09.230Z Compiling pem v3.0.4
28182024-12-02T16:31:09.960Z Compiling yasna v0.5.2
28192024-12-02T16:31:10.080Z Compiling headers-core v0.3.0
28202024-12-02T16:31:10.261Z Compiling kstat-rs v0.2.4
28212024-12-02T16:31:10.263Z Compiling nanorand v0.7.0
28222024-12-02T16:31:10.892Z Compiling atty v0.2.14
28232024-12-02T16:31:10.945Z Compiling russh-cryptovec v0.7.3
28242024-12-02T16:31:11.044Z Compiling md5 v0.7.0
28252024-12-02T16:31:11.257Z Compiling rcgen v0.12.1
28262024-12-02T16:31:11.578Z Compiling russh-keys v0.45.0
28272024-12-02T16:31:11.703Z Compiling flume v0.11.1
28282024-12-02T16:31:11.801Z Compiling headers v0.4.0
28292024-12-02T16:31:12.008Z Compiling trust-dns-proto v0.22.0
28302024-12-02T16:31:12.457Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28312024-12-02T16:31:13.487Z Compiling hyper-staticfile v0.10.1
28322024-12-02T16:31:14.684Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28332024-12-02T16:31:15.340Z Compiling num-bigint v0.4.6
28342024-12-02T16:31:15.944Z Compiling des v0.8.1
28352024-12-02T16:31:15.975Z Compiling subprocess v0.2.9
28362024-12-02T16:31:16.309Z Compiling display-error-chain v0.2.2
28372024-12-02T16:31:16.331Z Compiling hex-literal v0.4.1
28382024-12-02T16:31:16.499Z Compiling dhcproto-macros v0.1.0
28392024-12-02T16:31:16.529Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28402024-12-02T16:31:17.039Z Compiling internet-checksum v0.2.1
28412024-12-02T16:31:17.502Z Compiling dhcproto v0.12.0
28422024-12-02T16:31:18.436Z Compiling russh v0.45.0
28432024-12-02T16:31:20.855Z Compiling progenitor v0.8.0
28442024-12-02T16:31:20.991Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28452024-12-02T16:31:20.994Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28462024-12-02T16:31:20.994Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28472024-12-02T16:31:20.994Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28482024-12-02T16:31:20.995Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28492024-12-02T16:31:20.995Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28502024-12-02T16:31:21.086Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28512024-12-02T16:31:22.506Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28522024-12-02T16:31:22.750Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28532024-12-02T16:31:23.338Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542024-12-02T16:31:26.468Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28552024-12-02T16:31:27.861Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28562024-12-02T16:31:37.549Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28572024-12-02T16:31:37.551Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28582024-12-02T16:31:37.551Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28592024-12-02T16:31:37.551Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28602024-12-02T16:31:38.482Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612024-12-02T16:31:40.777Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28622024-12-02T16:31:42.034Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28632024-12-02T16:31:42.506Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28642024-12-02T16:31:43.160Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28652024-12-02T16:31:45.709Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28662024-12-02T16:31:46.157Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28672024-12-02T16:31:46.263Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28682024-12-02T16:31:46.523Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28692024-12-02T16:31:47.378Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28702024-12-02T16:31:48.035Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712024-12-02T16:31:48.249Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28722024-12-02T16:31:50.310Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28732024-12-02T16:31:50.404Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28742024-12-02T16:31:50.503Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28752024-12-02T16:31:53.200Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28762024-12-02T16:31:53.319Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28772024-12-02T16:31:53.815Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28782024-12-02T16:31:54.557Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28792024-12-02T16:31:56.303Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28802024-12-02T16:31:58.558Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28812024-12-02T16:32:00.416Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28822024-12-02T16:32:01.124Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28832024-12-02T16:32:02.577Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28842024-12-02T16:32:08.293Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28852024-12-02T16:32:16.590Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28862024-12-02T16:32:17.908Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28872024-12-02T16:32:37.747Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28882024-12-02T16:33:13.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s
28892024-12-02T16:33:14.102Z
28902024-12-02T16:33:14.108Zreal 2:44.672244833
28912024-12-02T16:33:14.108Zuser 12:25.393241930
28922024-12-02T16:33:14.108Zsys 2:44.542065916
28932024-12-02T16:33:14.108Ztrap 0.330234755
28942024-12-02T16:33:14.108Ztflt 0.784239293
28952024-12-02T16:33:14.108Zdflt 1.730973024
28962024-12-02T16:33:14.108Zkflt 0.000010589
28972024-12-02T16:33:14.108Zlock 26:07.868990957
28982024-12-02T16:33:14.108Zslp 44:58.117518781
28992024-12-02T16:33:14.108Zlat 35.658608416
29002024-12-02T16:33:14.108Zstop 1:31.299840174
29012024-12-02T16:33:14.108Z+ mkdir tests
29022024-12-02T16:33:14.111Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29032024-12-02T16:33:14.111Z+ xargs -I '{}' -t cp '{}' tests/
29042024-12-02T16:33:15.349Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-add3e98554f68123 tests/
29052024-12-02T16:33:15.378Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9e241bbcfd6668e2 tests/
29062024-12-02T16:33:15.391Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-be9b2d1fec740ea1 tests/
29072024-12-02T16:33:15.410Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e1178cee952e6f82 tests/
29082024-12-02T16:33:15.584Z+ 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/*)
29092024-12-02T16:33:15.587Z+ 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-add3e98554f68123 tests/commtest-be9b2d1fec740ea1 tests/dhcp_server-9e241bbcfd6668e2 tests/end_to_end_tests-e1178cee952e6f82 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
29102024-12-02T16:34:26.818ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29112024-12-02T16:34:26.818Za .github/buildomat/ci-env.sh 1K
29122024-12-02T16:34:26.818Za out/target/test 1K
29132024-12-02T16:34:26.819Za out/npuzone/npuzone 23144K
29142024-12-02T16:34:26.819Za package-manifest.toml 32K
29152024-12-02T16:34:26.819Za smf/sled-agent/non-gimlet/config.toml 4K
29162024-12-02T16:34:26.819Za target/release/omicron-package 36349K
29172024-12-02T16:34:26.819Za target/release/xtask 11750K
29182024-12-02T16:34:26.819Za target/debug/bootstrap 210028K
29192024-12-02T16:34:26.819Za tests/bootstrap-add3e98554f68123 24246K
29202024-12-02T16:34:26.819Za tests/commtest-be9b2d1fec740ea1 25022K
29212024-12-02T16:34:26.819Za tests/dhcp_server-9e241bbcfd6668e2 24246K
29222024-12-02T16:34:26.819Za tests/end_to_end_tests-e1178cee952e6f82 228129K
29232024-12-02T16:34:26.819Za out/clickhouse.tar.gz 285855K
29242024-12-02T16:34:26.819Za out/clickhouse_keeper.tar.gz 285845K
29252024-12-02T16:34:26.819Za out/clickhouse_server.tar.gz 285850K
29262024-12-02T16:34:26.819Za out/cockroachdb.tar.gz 134561K
29272024-12-02T16:34:26.819Za out/crucible-dtrace.tar 85K
29282024-12-02T16:34:26.819Za out/crucible-pantry-zone.tar.gz 28179K
29292024-12-02T16:34:26.819Za out/crucible-zone.tar.gz 36395K
29302024-12-02T16:34:26.819Za out/external-dns.tar.gz 35279K
29312024-12-02T16:34:26.819Za out/internal-dns.tar.gz 35280K
29322024-12-02T16:34:26.819Za out/mg-ddm-gz.tar 63075K
29332024-12-02T16:34:26.819Za out/nexus.tar.gz 100504K
29342024-12-02T16:34:26.819Za out/ntp.tar.gz 10354K
29352024-12-02T16:34:26.819Za out/omicron-gateway-softnpu.tar.gz 23937K
29362024-12-02T16:34:26.819Za out/omicron-sled-agent.tar 113619K
29372024-12-02T16:34:26.819Za out/overlay.tar.gz 3K
29382024-12-02T16:34:26.819Za out/oximeter.tar.gz 51237K
29392024-12-02T16:34:26.819Za out/oxlog.tar 3088K
29402024-12-02T16:34:26.819Za out/probe.tar.gz 2764K
29412024-12-02T16:34:26.819Za out/propolis-server.tar.gz 66600K
29422024-12-02T16:34:26.819Za out/pumpkind-gz.tar 26665K
29432024-12-02T16:34:26.819Za out/switch-softnpu.tar.gz 237332K
29442024-12-02T16:34:26.823Z
29452024-12-02T16:34:26.823Zreal 1:11.230158047
29462024-12-02T16:34:26.823Zuser 1:08.140304506
29472024-12-02T16:34:26.823Zsys 4.335750346
29482024-12-02T16:34:26.823Ztrap 0.016564478
29492024-12-02T16:34:26.823Ztflt 0.000000000
29502024-12-02T16:34:26.823Zdflt 0.000014899
29512024-12-02T16:34:26.823Zkflt 0.000000000
29522024-12-02T16:34:26.823Zlock 0.000000000
29532024-12-02T16:34:26.823Zslp 1:08.105230923
29542024-12-02T16:34:26.823Zlat 1.858130347
29552024-12-02T16:34:26.823Zstop 0.000192394
29562024-12-02T16:34:26.823Zprocess exited: duration 2007328 ms, exit code 0
 
29572024-12-02T16:34:26.837Zfound 1 output files
29582024-12-02T16:34:26.838Zuploading: /work/package.tar.gz (1878278982 bytes)
29592024-12-02T16:35:04.792Zuploaded: /work/package.tar.gz