01JEWDYB0GEPDAAVXJ4BGM4R0J: 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: 01JEWDYQ2J4BTQ3BMNBBZZH2CT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-12T03:18:45.979Zjob assigned to worker 01JEWDYS3W8DC5ESR21XTQWPTY [factory aws, i-0608f686fb782c011] (queued for 59 s)
 
22024-12-12T03:18:53.933Zstarting task 0: "setup"
32024-12-12T03:18:53.942Z++ uname -s
42024-12-12T03:18:53.945Z+ kern=SunOS
52024-12-12T03:18:53.945Z+ case "$kern" in
62024-12-12T03:18:53.945Z+ groupadd -g 12345 build
72024-12-12T03:18:53.948Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-12T03:18:55.954Z+ zfs create -o mountpoint=/work rpool/work
92024-12-12T03:18:56.062Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-12T03:18:56.064Z+ home_fs=zfs
112024-12-12T03:18:56.064Z+ [[ zfs == autofs ]]
122024-12-12T03:18:56.064Z+ mkdir -p /home/build
132024-12-12T03:18:56.067Z+ chown build:build /home/build /work
142024-12-12T03:18:58.068Z+ chmod 0700 /home/build /work
152024-12-12T03:18:58.071Zprocess exited: duration 4137 ms, exit code 0
 
162024-12-12T03:18:58.079Zstarting task 1: "rust-toolchain"
172024-12-12T03:18:58.082Z+ printf ' * toolchain channel = "%s"
182024-12-12T03:18:58.082Z' 1.81.0
192024-12-12T03:18:58.082Z * toolchain channel = "1.81.0"
202024-12-12T03:18:58.082Z * toolchain profile = "default"
212024-12-12T03:18:58.082Z+ printf ' * toolchain profile = "%s"
222024-12-12T03:18:58.082Z' default
232024-12-12T03:18:58.084Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-12T03:18:58.084Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-12T03:18:58.203Zinfo: downloading installer
262024-12-12T03:18:59.340Zinfo: profile set to 'default'
272024-12-12T03:18:59.340Zinfo: default host triple is x86_64-unknown-illumos
282024-12-12T03:18:59.343Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-12T03:18:59.479Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-12T03:18:59.479Zinfo: downloading component 'cargo'
312024-12-12T03:19:00.182Zinfo: downloading component 'clippy'
322024-12-12T03:19:00.439Zinfo: downloading component 'rust-docs'
332024-12-12T03:19:01.404Zinfo: downloading component 'rust-std'
342024-12-12T03:19:02.915Zinfo: downloading component 'rustc'
352024-12-12T03:19:08.360Zinfo: downloading component 'rustfmt'
362024-12-12T03:19:08.565Zinfo: installing component 'cargo'
372024-12-12T03:19:09.382Zinfo: installing component 'clippy'
382024-12-12T03:19:09.762Zinfo: installing component 'rust-docs'
392024-12-12T03:19:11.347Zinfo: installing component 'rust-std'
402024-12-12T03:19:13.120Zinfo: installing component 'rustc'
412024-12-12T03:19:18.930Zinfo: installing component 'rustfmt'
422024-12-12T03:19:19.247Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-12T03:19:19.247Z
442024-12-12T03:19:19.610Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-12T03:19:19.610Z
462024-12-12T03:19:19.612Z
472024-12-12T03:19:19.612ZRust is installed now. Great!
482024-12-12T03:19:19.612Z
492024-12-12T03:19:19.612ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-12T03:19:19.612Zenvironment variable. This has not been done automatically.
512024-12-12T03:19:19.612Z
522024-12-12T03:19:19.612ZTo configure your current shell, you need to source
532024-12-12T03:19:19.612Zthe corresponding env file under $HOME/.cargo.
542024-12-12T03:19:19.612Z
552024-12-12T03:19:19.612ZThis is usually done by running one of the following (note the leading DOT):
562024-12-12T03:19:19.612Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-12T03:19:19.612Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-12T03:19:19.682Z+ rustc --version
592024-12-12T03:19:19.746Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-12T03:19:19.748Zprocess exited: duration 21662 ms, exit code 0
 
612024-12-12T03:19:19.753Zstarting task 2: "authentication"
622024-12-12T03:19:19.773Zprocess exited: duration 19 ms, exit code 0
 
632024-12-12T03:19:19.778Zstarting task 3: "clone repository"
642024-12-12T03:19:19.782Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-12T03:19:19.785Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-12T03:19:19.825ZCloning into '/work/oxidecomputer/omicron'...
672024-12-12T03:19:27.003Z+ cd /work/oxidecomputer/omicron
682024-12-12T03:19:27.003Z+ git fetch origin 21b793c2690ee4f6e69dd9b53467368b3d4de81a
692024-12-12T03:19:27.561ZFrom https://github.com/oxidecomputer/omicron
702024-12-12T03:19:27.561Z * branch 21b793c2690ee4f6e69dd9b53467368b3d4de81a -> FETCH_HEAD
712024-12-12T03:19:27.570Z+ [[ -n '' ]]
722024-12-12T03:19:27.570Z+ git reset --hard 21b793c2690ee4f6e69dd9b53467368b3d4de81a
732024-12-12T03:19:27.743ZHEAD is now at 21b793c26 fmt
742024-12-12T03:19:27.746Zprocess exited: duration 7965 ms, exit code 0
 
752024-12-12T03:19:27.751Zstarting task 4: "build"
762024-12-12T03:19:27.756Z+ source .github/buildomat/ci-env.sh
772024-12-12T03:19:27.756Z++ export CARGO_TERM_COLOR=always
782024-12-12T03:19:27.756Z++ CARGO_TERM_COLOR=always
792024-12-12T03:19:27.759Z+ cargo --version
802024-12-12T03:19:27.816Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-12T03:19:27.818Z+ rustc --version
822024-12-12T03:19:27.880Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-12T03:19:27.883Z+ WORK=/work
842024-12-12T03:19:27.883Z+ pfexec mkdir -p /work
852024-12-12T03:19:27.887Z+ pfexec chown build /work
862024-12-12T03:19:27.889Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-12-12T03:19:34.064Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-12-12T03:19:37.787Z Startup: Caching catalogs ... Done
892024-12-12T03:19:47.824ZPlanning: Solver setup ... Done (9.181s)
902024-12-12T03:19:47.949ZPlanning: Running solver ... Done (0.125s)
912024-12-12T03:19:48.052ZPlanning: Finding local manifests ... Done (0.005s)
922024-12-12T03:19:48.078ZPlanning: Fetching manifests: 0/5 0% complete
932024-12-12T03:19:49.775ZPlanning: Fetching manifests: 5/5 100% complete
942024-12-12T03:19:49.872ZPlanning: Package planning ... Done (0.097s)
952024-12-12T03:19:49.927ZPlanning: Merging actions ... Done (0.055s)
962024-12-12T03:19:50.114ZPlanning: Checking for conflicting actions ... Done (0.186s)
972024-12-12T03:19:51.989ZPlanning: Consolidating action changes ... Done (1.873s)
982024-12-12T03:19:52.392ZPlanning: Evaluating mediators ... Done (0.403s)
992024-12-12T03:19:52.470ZPlanning: Planning completed in 14.58 seconds
1002024-12-12T03:19:52.484Z Packages to install: 4
1012024-12-12T03:19:52.484Z Packages to update: 1
1022024-12-12T03:19:52.487Z Mediators to change: 2
1032024-12-12T03:19:52.487Z Services to change: 1
1042024-12-12T03:19:52.487Z Estimated space available: 155.63 GB
1052024-12-12T03:19:52.487ZEstimated space to be consumed: 1.61 GB
1062024-12-12T03:19:52.487Z Create boot environment: No
1072024-12-12T03:19:52.487ZCreate backup boot environment: Yes
1082024-12-12T03:19:52.487Z Rebuild boot archive: No
1092024-12-12T03:19:52.487Z
1102024-12-12T03:19:52.488ZChanged mediators:
1112024-12-12T03:19:52.488Z mediator clang:
1122024-12-12T03:19:52.488Z version: None -> 15 (system default)
1132024-12-12T03:19:52.488Z
1142024-12-12T03:19:52.488Z mediator llvm:
1152024-12-12T03:19:52.488Z version: 14 (system default) -> 15 (system default)
1162024-12-12T03:19:52.488Z
1172024-12-12T03:19:52.488ZChanged packages:
1182024-12-12T03:19:52.488Zhelios-dev
1192024-12-12T03:19:52.488Z developer/build-essential
1202024-12-12T03:19:52.488Z None -> 11-2.0
1212024-12-12T03:19:52.488Z library/libxmlsec1
1222024-12-12T03:19:52.488Z None -> 1.2.35-2.0
1232024-12-12T03:19:52.488Z ooce/developer/clang-15
1242024-12-12T03:19:52.488Z None -> 15.0.7-2.0
1252024-12-12T03:19:52.488Z ooce/developer/llvm-15
1262024-12-12T03:19:52.488Z None -> 15.0.7-2.0
1272024-12-12T03:19:52.488Z package/pkg
1282024-12-12T03:19:52.489Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-12-12T03:19:52.489Z
1302024-12-12T03:19:52.489ZServices:
1312024-12-12T03:19:52.489Z restart_fmri:
1322024-12-12T03:19:52.489Z svc:/system/update-man-index:default
1332024-12-12T03:19:52.489Z
1342024-12-12T03:19:52.489ZEditable files to change:
1352024-12-12T03:19:52.489Z Update:
1362024-12-12T03:19:52.489Z usr/share/lib/pkg/web/config.shtml
1372024-12-12T03:19:52.561Z
1382024-12-12T03:19:52.561ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-12-12T03:19:57.565ZDownload: 786/4281 items 18.6/220.6MB 8% complete (3.8M/s)
1402024-12-12T03:20:02.890ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (8.8M/s)
1412024-12-12T03:20:07.897ZDownload: 1975/4281 items 118.7/220.6MB 53% complete (10.0M/s)
1422024-12-12T03:20:12.900ZDownload: 2473/4281 items 120.0/220.6MB 54% complete (3.7M/s)
1432024-12-12T03:20:20.350ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1442024-12-12T03:20:26.849ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (8.0M/s)
1452024-12-12T03:20:27.361ZDownload: Completed 220.60 MB in 34.78 seconds (6.3M/s)
1462024-12-12T03:20:28.291Z Actions: 1/5063 actions (Removing old actions)
1472024-12-12T03:20:28.312Z Actions: 194/5063 actions (Installing new actions)
1482024-12-12T03:20:32.983Z Actions: 4226/5063 actions (Updating modified actions)
1492024-12-12T03:20:33.289Z Actions: Completed 5063 actions in 5.00 seconds.
1502024-12-12T03:20:33.510Z Done (0.214s)
1512024-12-12T03:20:33.512Z Done (0.000s)
1522024-12-12T03:20:34.071Z Done (0.559s)
1532024-12-12T03:20:38.387Z Done (4.100s)
1542024-12-12T03:20:38.479Z Done (0.020s)
1552024-12-12T03:20:38.482Z Done (0.000s)
1562024-12-12T03:20:38.709Z Done (0.000s)
1572024-12-12T03:20:39.387ZPlanning: Evaluating mediator changes ... Done
1582024-12-12T03:20:39.547ZPlanning: Checking for conflicting actions ... Done
1592024-12-12T03:20:39.550ZPlanning: Consolidating action changes ... Done
1602024-12-12T03:20:39.816ZPlanning: Evaluating mediators ... Done
1612024-12-12T03:20:39.818ZPlanning: Planning completed in 0.43 seconds
1622024-12-12T03:20:39.858Z Mediators to change: 2
1632024-12-12T03:20:39.858Z Create boot environment: No
1642024-12-12T03:20:39.861ZCreate backup boot environment: No
1652024-12-12T03:20:39.949Z Done
1662024-12-12T03:20:39.949Z Done
1672024-12-12T03:20:40.305Z Done
1682024-12-12T03:20:43.875Z Done
1692024-12-12T03:20:43.970Z Done
1702024-12-12T03:20:43.973Z Done
1712024-12-12T03:20:44.094Z Done
1722024-12-12T03:20:44.695ZPlanning: Evaluating mediator changes ... Done
1732024-12-12T03:20:44.698ZPlanning: Merging actions ... Done
1742024-12-12T03:20:44.883ZPlanning: Checking for conflicting actions ... Done
1752024-12-12T03:20:44.885ZPlanning: Consolidating action changes ... Done
1762024-12-12T03:20:45.146ZPlanning: Evaluating mediators ... Done
1772024-12-12T03:20:45.199ZPlanning: Planning completed in 0.74 seconds
1782024-12-12T03:20:45.239Z Packages to change: 1
1792024-12-12T03:20:45.239Z Mediators to change: 1
1802024-12-12T03:20:45.242Z Services to change: 1
1812024-12-12T03:20:45.242Z Create boot environment: No
1822024-12-12T03:20:45.242ZCreate backup boot environment: Yes
1832024-12-12T03:20:47.412Z Actions: 1/6 actions (Updating modified actions)
1842024-12-12T03:20:47.414Z Actions: Completed 6 actions in 0.00 seconds.
1852024-12-12T03:20:47.414Z Done
1862024-12-12T03:20:47.414Z Done
1872024-12-12T03:20:47.526Z Done
1882024-12-12T03:20:51.092Z Done
1892024-12-12T03:20:51.180Z Done
1902024-12-12T03:20:51.183Z Done
1912024-12-12T03:20:51.316Z Done
1922024-12-12T03:20:51.754ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932024-12-12T03:20:51.754Zclang system 15 system
1942024-12-12T03:20:51.754Zcsh system system illumos
1952024-12-12T03:20:51.755Zctags system system illumos
1962024-12-12T03:20:51.755Zgcc vendor 12 vendor
1972024-12-12T03:20:51.755Zgcc system 10 system
1982024-12-12T03:20:51.755Zgcc system 7 system
1992024-12-12T03:20:51.755Zgo system 1.20 system
2002024-12-12T03:20:51.755Zgo system 1.19 system
2012024-12-12T03:20:51.755Zllvm system 15 system
2022024-12-12T03:20:51.755Zllvm system 14 system
2032024-12-12T03:20:51.755Zmariadb system 10.6 system
2042024-12-12T03:20:51.755Zmta vendor vendor dma
2052024-12-12T03:20:51.755Zopenjdk system 17 system
2062024-12-12T03:20:51.755Zopenjdk system 11 system
2072024-12-12T03:20:51.755Zopenjdk system 1.8 system
2082024-12-12T03:20:51.755Zopenssl vendor 3 vendor
2092024-12-12T03:20:51.755Zperl system 5.36 system
2102024-12-12T03:20:51.755Zpostgresql system 15 system
2112024-12-12T03:20:51.755Zpostgresql system 13 system
2122024-12-12T03:20:51.755Zpython vendor 3 vendor
2132024-12-12T03:20:51.755Zpython system 2 system
2142024-12-12T03:20:51.755Zpython3 system 3.11 system
2152024-12-12T03:20:51.755Zruby system 3.0 system
2162024-12-12T03:20:51.755Zwords vendor vendor american-english
2172024-12-12T03:20:51.755Zwords system system australian-english
2182024-12-12T03:20:51.755Zwords system system british-english
2192024-12-12T03:20:51.755Zwords system system canadian-english
2202024-12-12T03:20:51.755Zwords system system french
2212024-12-12T03:20:51.755Zwords system system italian
2222024-12-12T03:20:51.755Zwords system system ngerman
2232024-12-12T03:20:51.755Zwords system system ogerman
2242024-12-12T03:20:51.755Zwords system system spanish
2252024-12-12T03:20:52.081ZPUBLISHER TYPE STATUS P LOCATION
2262024-12-12T03:20:52.081Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2272024-12-12T03:20:54.752ZFMRI IFO
2282024-12-12T03:20:54.752Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2292024-12-12T03:20:54.752Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2302024-12-12T03:20:54.752Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2312024-12-12T03:20:54.752Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2322024-12-12T03:20:54.752Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2332024-12-12T03:20:54.752Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2342024-12-12T03:20:54.752Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2352024-12-12T03:20:54.752Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2362024-12-12T03:20:54.752Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2372024-12-12T03:20:54.752Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2382024-12-12T03:20:54.752Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2392024-12-12T03:20:54.752Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2402024-12-12T03:20:54.752Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2412024-12-12T03:20:54.752Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2422024-12-12T03:20:54.752Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2432024-12-12T03:20:55.503Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442024-12-12T03:20:55.819Z Updating crates.io index
2452024-12-12T03:20:55.883Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462024-12-12T03:20:56.332Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2472024-12-12T03:20:56.593Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482024-12-12T03:20:56.857Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492024-12-12T03:20:57.147Z Updating git repository `https://github.com/oxidecomputer/propolis`
2502024-12-12T03:20:57.978Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512024-12-12T03:21:00.565Z Updating git repository `https://github.com/oxidecomputer/opte`
2522024-12-12T03:21:01.707Z Updating git repository `https://github.com/oxidecomputer/falcon`
2532024-12-12T03:21:02.367Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542024-12-12T03:21:02.723Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552024-12-12T03:21:03.021Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2562024-12-12T03:21:03.630Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2572024-12-12T03:21:03.950Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2582024-12-12T03:21:04.240Z Updating git repository `https://github.com/oxidecomputer/tofino`
2592024-12-12T03:21:04.475Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602024-12-12T03:21:04.711Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612024-12-12T03:21:04.975Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622024-12-12T03:21:05.274Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632024-12-12T03:21:05.582Z Updating git repository `https://github.com/oxidecomputer/ispf`
2642024-12-12T03:21:06.014Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2652024-12-12T03:21:06.302Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2662024-12-12T03:21:06.770Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2672024-12-12T03:21:07.065Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682024-12-12T03:21:07.459Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2692024-12-12T03:21:07.834Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2702024-12-12T03:21:08.128Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2712024-12-12T03:21:08.386Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2722024-12-12T03:21:08.658Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2732024-12-12T03:21:09.904Z Downloading crates ...
2742024-12-12T03:21:09.987Z Downloaded anstyle-parse v0.2.5
2752024-12-12T03:21:09.990Z Downloaded anstyle v1.0.10
2762024-12-12T03:21:09.990Z Downloaded bitflags v2.6.0
2772024-12-12T03:21:10.006Z Downloaded dtrace-parser v0.2.0
2782024-12-12T03:21:10.013Z Downloaded equivalent v1.0.1
2792024-12-12T03:21:10.015Z Downloaded usdt-attr-macro v0.5.0
2802024-12-12T03:21:10.022Z Downloaded swrite v0.1.0
2812024-12-12T03:21:10.033Z Downloaded scroll_derive v0.12.0
2822024-12-12T03:21:10.043Z Downloaded memmap v0.7.0
2832024-12-12T03:21:10.047Z Downloaded pretty-hex v0.4.1
2842024-12-12T03:21:10.050Z Downloaded dof v0.3.0
2852024-12-12T03:21:10.052Z Downloaded bytecount v0.6.8
2862024-12-12T03:21:10.052Z Downloaded macaddr v1.0.1
2872024-12-12T03:21:10.055Z Downloaded fnv v1.0.7
2882024-12-12T03:21:10.055Z Downloaded is_terminal_polyfill v1.70.1
2892024-12-12T03:21:10.055Z Downloaded colorchoice v1.0.2
2902024-12-12T03:21:10.057Z Downloaded camino-tempfile v1.1.1
2912024-12-12T03:21:10.057Z Downloaded itoa v1.0.11
2922024-12-12T03:21:10.060Z Downloaded crypto-common v0.1.6
2932024-12-12T03:21:10.060Z Downloaded clap_lex v0.7.2
2942024-12-12T03:21:10.063Z Downloaded block-buffer v0.10.4
2952024-12-12T03:21:10.063Z Downloaded heck v0.5.0
2962024-12-12T03:21:10.067Z Downloaded generic-array v0.14.7
2972024-12-12T03:21:10.070Z Downloaded camino v1.1.9
2982024-12-12T03:21:10.073Z Downloaded toml_datetime v0.6.8
2992024-12-12T03:21:10.073Z Downloaded strsim v0.11.1
3002024-12-12T03:21:10.073Z Downloaded fs-err v2.11.0
3012024-12-12T03:21:10.078Z Downloaded version_check v0.9.5
3022024-12-12T03:21:10.081Z Downloaded smawk v0.3.2
3032024-12-12T03:21:10.081Z Downloaded byteorder v1.5.0
3042024-12-12T03:21:10.083Z Downloaded cargo_metadata v0.18.1
3052024-12-12T03:21:10.086Z Downloaded scroll v0.12.0
3062024-12-12T03:21:10.086Z Downloaded cargo-platform v0.1.8
3072024-12-12T03:21:10.086Z Downloaded usdt-impl v0.5.0
3082024-12-12T03:21:10.089Z Downloaded terminal_size v0.4.0
3092024-12-12T03:21:10.089Z Downloaded heck v0.4.1
3102024-12-12T03:21:10.091Z Downloaded errno v0.3.9
3112024-12-12T03:21:10.091Z Downloaded cpufeatures v0.2.14
3122024-12-12T03:21:10.094Z Downloaded anstyle-query v1.1.1
3132024-12-12T03:21:10.094Z Downloaded usdt-macro v0.5.0
3142024-12-12T03:21:10.098Z Downloaded proc-macro-error-attr v1.0.4
3152024-12-12T03:21:10.098Z Downloaded thiserror v1.0.69
3162024-12-12T03:21:10.101Z Downloaded utf8parse v0.2.2
3172024-12-12T03:21:10.101Z Downloaded thiserror-impl v1.0.69
3182024-12-12T03:21:10.104Z Downloaded cfg-if v1.0.0
3192024-12-12T03:21:10.104Z Downloaded thread-id v4.2.2
3202024-12-12T03:21:10.107Z Downloaded digest v0.10.7
3212024-12-12T03:21:10.107Z Downloaded tabled_derive v0.7.0
3222024-12-12T03:21:10.113Z Downloaded plain v0.2.3
3232024-12-12T03:21:10.116Z Downloaded unicode-linebreak v0.1.5
3242024-12-12T03:21:10.116Z Downloaded serde_spanned v0.6.8
3252024-12-12T03:21:10.118Z Downloaded fastrand v2.1.1
3262024-12-12T03:21:10.119Z Downloaded anstream v0.6.15
3272024-12-12T03:21:10.125Z Downloaded autocfg v1.4.0
3282024-12-12T03:21:10.127Z Downloaded quote v1.0.37
3292024-12-12T03:21:10.130Z Downloaded tempfile v3.13.0
3302024-12-12T03:21:10.133Z Downloaded proc-macro-error v1.0.4
3312024-12-12T03:21:10.136Z Downloaded serde_tokenstream v0.2.2
3322024-12-12T03:21:10.136Z Downloaded usdt v0.5.0
3332024-12-12T03:21:10.139Z Downloaded zerocopy-derive v0.7.35
3342024-12-12T03:21:10.142Z Downloaded pest_generator v2.7.14
3352024-12-12T03:21:10.145Z Downloaded semver v1.0.23
3362024-12-12T03:21:10.147Z Downloaded sha2 v0.10.8
3372024-12-12T03:21:10.150Z Downloaded cargo_toml v0.20.5
3382024-12-12T03:21:10.152Z Downloaded anyhow v1.0.93
3392024-12-12T03:21:10.154Z Downloaded pest_derive v2.7.14
3402024-12-12T03:21:10.157Z Downloaded once_cell v1.20.2
3412024-12-12T03:21:10.159Z Downloaded log v0.4.22
3422024-12-12T03:21:10.162Z Downloaded proc-macro2 v1.0.89
3432024-12-12T03:21:10.165Z Downloaded unicode-ident v1.0.13
3442024-12-12T03:21:10.165Z Downloaded clap v4.5.21
3452024-12-12T03:21:10.172Z Downloaded ucd-trie v0.1.7
3462024-12-12T03:21:10.176Z Downloaded ryu v1.0.18
3472024-12-12T03:21:10.178Z Downloaded typenum v1.17.0
3482024-12-12T03:21:10.181Z Downloaded clap_derive v4.5.18
3492024-12-12T03:21:10.181Z Downloaded serde_derive v1.0.215
3502024-12-12T03:21:10.183Z Downloaded pest_meta v2.7.14
3512024-12-12T03:21:10.187Z Downloaded papergrid v0.11.0
3522024-12-12T03:21:10.191Z Downloaded textwrap v0.16.1
3532024-12-12T03:21:10.197Z Downloaded toml v0.8.19
3542024-12-12T03:21:10.204Z Downloaded indexmap v2.6.0
3552024-12-12T03:21:10.216Z Downloaded serde v1.0.215
3562024-12-12T03:21:10.240Z Downloaded memchr v2.7.4
3572024-12-12T03:21:10.245Z Downloaded toml_edit v0.22.22
3582024-12-12T03:21:10.273Z Downloaded hashbrown v0.15.0
3592024-12-12T03:21:10.278Z Downloaded pest v2.7.14
3602024-12-12T03:21:10.282Z Downloaded serde_json v1.0.132
3612024-12-12T03:21:10.289Z Downloaded zerocopy v0.7.35
3622024-12-12T03:21:10.302Z Downloaded winnow v0.6.20
3632024-12-12T03:21:10.310Z Downloaded clap_builder v4.5.21
3642024-12-12T03:21:10.317Z Downloaded goblin v0.8.2
3652024-12-12T03:21:10.322Z Downloaded tabled v0.15.0
3662024-12-12T03:21:10.345Z Downloaded syn v2.0.87
3672024-12-12T03:21:10.355Z Downloaded unicode-width v0.1.14
3682024-12-12T03:21:10.360Z Downloaded syn v1.0.109
3692024-12-12T03:21:10.369Z Downloaded rustix v0.38.37
3702024-12-12T03:21:10.416Z Downloaded libc v0.2.162
3712024-12-12T03:21:10.719Z Compiling proc-macro2 v1.0.89
3722024-12-12T03:21:10.720Z Compiling unicode-ident v1.0.13
3732024-12-12T03:21:10.720Z Compiling version_check v0.9.5
3742024-12-12T03:21:10.722Z Compiling serde v1.0.215
3752024-12-12T03:21:10.722Z Compiling memchr v2.7.4
3762024-12-12T03:21:10.722Z Compiling thiserror v1.0.69
3772024-12-12T03:21:10.722Z Compiling libc v0.2.162
3782024-12-12T03:21:10.722Z Compiling ryu v1.0.18
3792024-12-12T03:21:10.999Z Compiling ucd-trie v0.1.7
3802024-12-12T03:21:11.146Z Compiling itoa v1.0.11
3812024-12-12T03:21:11.422Z Compiling once_cell v1.20.2
3822024-12-12T03:21:11.659Z Compiling byteorder v1.5.0
3832024-12-12T03:21:11.717Z Compiling serde_json v1.0.132
3842024-12-12T03:21:11.875Z Compiling rustix v0.38.37
3852024-12-12T03:21:12.056Z Compiling bitflags v2.6.0
3862024-12-12T03:21:12.246Z Compiling usdt-impl v0.5.0
3872024-12-12T03:21:12.392Z Compiling proc-macro-error-attr v1.0.4
3882024-12-12T03:21:12.484Z Compiling syn v1.0.109
3892024-12-12T03:21:12.516Z Compiling proc-macro-error v1.0.4
3902024-12-12T03:21:12.679Z Compiling quote v1.0.37
3912024-12-12T03:21:12.726Z Compiling plain v0.2.3
3922024-12-12T03:21:12.771Z Compiling equivalent v1.0.1
3932024-12-12T03:21:12.828Z Compiling errno v0.3.9
3942024-12-12T03:21:12.887Z Compiling log v0.4.22
3952024-12-12T03:21:12.908Z Compiling hashbrown v0.15.0
3962024-12-12T03:21:13.060Z Compiling syn v2.0.87
3972024-12-12T03:21:13.211Z Compiling camino v1.1.9
3982024-12-12T03:21:13.264Z Compiling utf8parse v0.2.2
3992024-12-12T03:21:13.418Z Compiling anstyle-parse v0.2.5
4002024-12-12T03:21:13.445Z Compiling thread-id v4.2.2
4012024-12-12T03:21:13.757Z Compiling pretty-hex v0.4.1
4022024-12-12T03:21:13.934Z Compiling colorchoice v1.0.2
4032024-12-12T03:21:13.973Z Compiling is_terminal_polyfill v1.70.1
4042024-12-12T03:21:14.044Z Compiling indexmap v2.6.0
4052024-12-12T03:21:14.098Z Compiling winnow v0.6.20
4062024-12-12T03:21:14.100Z Compiling anstyle v1.0.10
4072024-12-12T03:21:14.101Z Compiling semver v1.0.23
4082024-12-12T03:21:14.488Z Compiling anstyle-query v1.1.1
4092024-12-12T03:21:14.579Z Compiling autocfg v1.4.0
4102024-12-12T03:21:14.642Z Compiling unicode-width v0.1.14
4112024-12-12T03:21:14.744Z Compiling anstream v0.6.15
4122024-12-12T03:21:15.196Z Compiling terminal_size v0.4.0
4132024-12-12T03:21:15.534Z Compiling clap_lex v0.7.2
4142024-12-12T03:21:15.557Z Compiling heck v0.5.0
4152024-12-12T03:21:15.755Z Compiling fs-err v2.11.0
4162024-12-12T03:21:15.985Z Compiling fastrand v2.1.1
4172024-12-12T03:21:16.024Z Compiling strsim v0.11.1
4182024-12-12T03:21:16.048Z Compiling anyhow v1.0.93
4192024-12-12T03:21:16.072Z Compiling cfg-if v1.0.0
4202024-12-12T03:21:16.100Z Compiling bytecount v0.6.8
4212024-12-12T03:21:16.175Z Compiling heck v0.4.1
4222024-12-12T03:21:16.316Z Compiling fnv v1.0.7
4232024-12-12T03:21:16.577Z Compiling papergrid v0.11.0
4242024-12-12T03:21:16.695Z Compiling clap_builder v4.5.21
4252024-12-12T03:21:16.958Z Compiling tempfile v3.13.0
4262024-12-12T03:21:17.137Z Compiling memmap v0.7.0
4272024-12-12T03:21:17.247Z Compiling smawk v0.3.2
4282024-12-12T03:21:17.476Z Compiling unicode-linebreak v0.1.5
4292024-12-12T03:21:17.889Z Compiling textwrap v0.16.1
4302024-12-12T03:21:17.965Z Compiling swrite v0.1.0
4312024-12-12T03:21:19.285Z Compiling tabled_derive v0.7.0
4322024-12-12T03:21:20.904Z Compiling tabled v0.15.0
4332024-12-12T03:21:21.962Z Compiling serde_derive v1.0.215
4342024-12-12T03:21:21.962Z Compiling thiserror-impl v1.0.69
4352024-12-12T03:21:21.965Z Compiling zerocopy-derive v0.7.35
4362024-12-12T03:21:21.965Z Compiling scroll_derive v0.12.0
4372024-12-12T03:21:22.115Z Compiling clap_derive v4.5.18
4382024-12-12T03:21:23.244Z Compiling scroll v0.12.0
4392024-12-12T03:21:23.751Z Compiling zerocopy v0.7.35
4402024-12-12T03:21:23.800Z Compiling goblin v0.8.2
4412024-12-12T03:21:24.587Z Compiling pest v2.7.14
4422024-12-12T03:21:25.557Z Compiling clap v4.5.21
4432024-12-12T03:21:26.845Z Compiling pest_meta v2.7.14
4442024-12-12T03:21:27.671Z Compiling pest_generator v2.7.14
4452024-12-12T03:21:29.257Z Compiling pest_derive v2.7.14
4462024-12-12T03:21:29.955Z Compiling dtrace-parser v0.2.0
4472024-12-12T03:21:32.030Z Compiling serde_tokenstream v0.2.2
4482024-12-12T03:21:32.114Z Compiling serde_spanned v0.6.8
4492024-12-12T03:21:32.117Z Compiling toml_datetime v0.6.8
4502024-12-12T03:21:32.294Z Compiling cargo-platform v0.1.8
4512024-12-12T03:21:32.496Z Compiling toml_edit v0.22.22
4522024-12-12T03:21:32.587Z Compiling macaddr v1.0.1
4532024-12-12T03:21:32.800Z Compiling camino-tempfile v1.1.1
4542024-12-12T03:21:33.546Z Compiling dof v0.3.0
4552024-12-12T03:21:33.597Z Compiling cargo_metadata v0.18.1
4562024-12-12T03:21:35.163Z Compiling usdt-attr-macro v0.5.0
4572024-12-12T03:21:35.163Z Compiling usdt-macro v0.5.0
4582024-12-12T03:21:35.291Z Compiling toml v0.8.19
4592024-12-12T03:21:36.152Z Compiling cargo_toml v0.20.5
4602024-12-12T03:21:36.534Z Compiling usdt v0.5.0
4612024-12-12T03:21:39.659Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622024-12-12T03:21:43.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.47s
4632024-12-12T03:21:44.015Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4642024-12-12T03:21:44.532Z Downloading crates ...
4652024-12-12T03:21:44.698Z Downloaded aead v0.5.2
4662024-12-12T03:21:44.700Z Downloaded ahash v0.8.11
4672024-12-12T03:21:44.707Z Downloaded darling v0.20.10
4682024-12-12T03:21:44.712Z Downloaded assert_matches v1.5.0
4692024-12-12T03:21:44.717Z Downloaded hex-literal v0.4.1
4702024-12-12T03:21:44.726Z Downloaded atty v0.2.14
4712024-12-12T03:21:44.729Z Downloaded heck v0.3.3
4722024-12-12T03:21:44.729Z Downloaded async-stream-impl v0.3.6
4732024-12-12T03:21:44.732Z Downloaded async-recursion v1.1.1
4742024-12-12T03:21:44.735Z Downloaded hex v0.4.3
4752024-12-12T03:21:44.738Z Downloaded atomicwrites v0.4.4
4762024-12-12T03:21:44.738Z Downloaded ascii-canvas v3.0.0
4772024-12-12T03:21:44.741Z Downloaded argon2 v0.5.3
4782024-12-12T03:21:44.741Z Downloaded arc-swap v1.7.1
4792024-12-12T03:21:44.744Z Downloaded atomic-waker v1.1.2
4802024-12-12T03:21:44.746Z Downloaded hickory-client v0.24.1
4812024-12-12T03:21:44.749Z Downloaded base16ct v0.2.0
4822024-12-12T03:21:44.752Z Downloaded async-stream v0.3.6
4832024-12-12T03:21:44.754Z Downloaded arrayvec v0.7.6
4842024-12-12T03:21:44.758Z Downloaded heapless v0.8.0
4852024-12-12T03:21:44.761Z Downloaded async-bb8-diesel v0.2.1
4862024-12-12T03:21:44.764Z Downloaded backoff v0.4.0
4872024-12-12T03:21:44.768Z Downloaded async-trait v0.1.83
4882024-12-12T03:21:44.771Z Downloaded addr2line v0.24.2
4892024-12-12T03:21:44.773Z Downloaded hickory-server v0.24.1
4902024-12-12T03:21:44.778Z Downloaded arrayref v0.3.9
4912024-12-12T03:21:44.781Z Downloaded headers-core v0.3.0
4922024-12-12T03:21:44.781Z Downloaded allocator-api2 v0.2.18
4932024-12-12T03:21:44.785Z Downloaded array-init v0.0.4
4942024-12-12T03:21:44.788Z Downloaded adler2 v2.0.0
4952024-12-12T03:21:44.790Z Downloaded ciborium-io v0.2.2
4962024-12-12T03:21:44.790Z Downloaded heapless v0.7.17
4972024-12-12T03:21:44.795Z Downloaded hkdf v0.12.4
4982024-12-12T03:21:44.798Z Downloaded highway v1.2.0
4992024-12-12T03:21:44.801Z Downloaded hickory-resolver v0.24.1
5002024-12-12T03:21:44.805Z Downloaded hickory-proto v0.24.1
5012024-12-12T03:21:44.823Z Downloaded ident_case v1.0.1
5022024-12-12T03:21:44.826Z Downloaded crunchy v0.2.2
5032024-12-12T03:21:44.826Z Downloaded cfg_aliases v0.2.1
5042024-12-12T03:21:44.826Z Downloaded cfg_aliases v0.1.1
5052024-12-12T03:21:44.829Z Downloaded crucible-workspace-hack v0.1.0
5062024-12-12T03:21:44.832Z Downloaded instant v0.1.13
5072024-12-12T03:21:44.832Z Downloaded icu_provider_macros v1.5.0
5082024-12-12T03:21:44.840Z Downloaded is_ci v1.2.0
5092024-12-12T03:21:44.842Z Downloaded cstr-argument v0.1.2
5102024-12-12T03:21:44.849Z Downloaded serde-big-array v0.5.1
5112024-12-12T03:21:44.855Z Downloaded curve25519-dalek-derive v0.1.1
5122024-12-12T03:21:44.857Z Downloaded crc v3.2.1
5132024-12-12T03:21:44.860Z Downloaded convert_case v0.4.0
5142024-12-12T03:21:44.860Z Downloaded constant_time_eq v0.3.1
5152024-12-12T03:21:44.863Z Downloaded indent_write v2.2.0
5162024-12-12T03:21:44.866Z Downloaded is-terminal v0.4.13
5172024-12-12T03:21:44.866Z Downloaded indoc v1.0.9
5182024-12-12T03:21:44.868Z Downloaded crc-catalog v2.4.0
5192024-12-12T03:21:44.871Z Downloaded cipher v0.4.4
5202024-12-12T03:21:44.873Z Downloaded match_cfg v0.1.0
5212024-12-12T03:21:44.873Z Downloaded http-range v0.1.5
5222024-12-12T03:21:44.876Z Downloaded http-body v1.0.1
5232024-12-12T03:21:44.876Z Downloaded crossbeam-deque v0.8.5
5242024-12-12T03:21:44.879Z Downloaded buf-list v1.0.3
5252024-12-12T03:21:44.881Z Downloaded md5 v0.7.0
5262024-12-12T03:21:44.881Z Downloaded cbc v0.1.2
5272024-12-12T03:21:44.884Z Downloaded bitfield v0.14.0
5282024-12-12T03:21:44.887Z Downloaded bcrypt-pbkdf v0.10.0
5292024-12-12T03:21:44.887Z Downloaded lazycell v1.3.0
5302024-12-12T03:21:44.890Z Downloaded colored v2.1.0
5312024-12-12T03:21:44.893Z Downloaded cobs v0.2.3
5322024-12-12T03:21:44.893Z Downloaded bitfield-struct v0.6.2
5332024-12-12T03:21:44.898Z Downloaded managed v0.8.0
5342024-12-12T03:21:44.898Z Downloaded lockfree-object-pool v0.1.6
5352024-12-12T03:21:44.901Z Downloaded block-padding v0.3.3
5362024-12-12T03:21:44.901Z Downloaded libsw v3.3.1
5372024-12-12T03:21:44.904Z Downloaded time-core v0.1.2
5382024-12-12T03:21:44.904Z Downloaded libefi-sys v0.1.0
5392024-12-12T03:21:44.906Z Downloaded cexpr v0.6.0
5402024-12-12T03:21:44.906Z Downloaded lazy_static v1.5.0
5412024-12-12T03:21:44.910Z Downloaded termtree v0.4.1
5422024-12-12T03:21:44.912Z Downloaded icu_locid_transform v1.5.0
5432024-12-12T03:21:44.915Z Downloaded blowfish v0.9.1
5442024-12-12T03:21:44.915Z Downloaded bit-vec v0.6.3
5452024-12-12T03:21:44.918Z Downloaded mime v0.3.17
5462024-12-12T03:21:44.920Z Downloaded base64 v0.21.7
5472024-12-12T03:21:44.923Z Downloaded maplit v1.0.2
5482024-12-12T03:21:44.925Z Downloaded sync_wrapper v1.0.1
5492024-12-12T03:21:44.928Z Downloaded hubpack v0.1.2
5502024-12-12T03:21:44.928Z Downloaded hostname v0.4.0
5512024-12-12T03:21:44.933Z Downloaded bcs v0.1.6
5522024-12-12T03:21:44.936Z Downloaded humantime v2.1.0
5532024-12-12T03:21:44.937Z Downloaded home v0.5.9
5542024-12-12T03:21:44.937Z Downloaded memoffset v0.9.1
5552024-12-12T03:21:44.940Z Downloaded maybe-uninit v2.0.0
5562024-12-12T03:21:44.940Z Downloaded md-5 v0.10.6
5572024-12-12T03:21:44.942Z Downloaded hyper-tls v0.6.0
5582024-12-12T03:21:44.942Z Downloaded hostname v0.3.1
5592024-12-12T03:21:44.946Z Downloaded lru v0.12.5
5602024-12-12T03:21:44.949Z Downloaded libloading v0.8.5
5612024-12-12T03:21:44.949Z Downloaded lock_api v0.4.12
5622024-12-12T03:21:44.954Z Downloaded zone_cfg_derive v0.3.0
5632024-12-12T03:21:44.954Z Downloaded simd-adler32 v0.3.7
5642024-12-12T03:21:44.957Z Downloaded serde-hex v0.1.0
5652024-12-12T03:21:44.957Z Downloaded zone_cfg_derive v0.1.2
5662024-12-12T03:21:44.960Z Downloaded tap v1.0.1
5672024-12-12T03:21:44.960Z Downloaded tokio-native-tls v0.3.1
5682024-12-12T03:21:44.962Z Downloaded icu_provider v1.5.0
5692024-12-12T03:21:44.965Z Downloaded indexmap v1.9.3
5702024-12-12T03:21:44.968Z Downloaded cassowary v0.3.0
5712024-12-12T03:21:44.972Z Downloaded mime_guess v2.0.5
5722024-12-12T03:21:44.974Z Downloaded diesel_table_macro_syntax v0.2.0
5732024-12-12T03:21:44.974Z Downloaded chacha20 v0.9.1
5742024-12-12T03:21:44.976Z Downloaded cancel-safe-futures v0.1.5
5752024-12-12T03:21:44.980Z Downloaded waitgroup v0.1.2
5762024-12-12T03:21:44.983Z Downloaded ipnetwork v0.20.0
5772024-12-12T03:21:44.985Z Downloaded smallvec v0.6.14
5782024-12-12T03:21:44.986Z Downloaded ctr v0.9.2
5792024-12-12T03:21:44.988Z Downloaded console v0.15.8
5802024-12-12T03:21:44.991Z Downloaded universal-hash v0.5.1
5812024-12-12T03:21:44.995Z Downloaded hmac v0.12.1
5822024-12-12T03:21:44.997Z Downloaded num-conv v0.1.0
5832024-12-12T03:21:44.997Z Downloaded csv-core v0.1.11
5842024-12-12T03:21:45.001Z Downloaded unicase v2.7.0
5852024-12-12T03:21:45.001Z Downloaded want v0.3.1
5862024-12-12T03:21:45.004Z Downloaded zerovec-derive v0.10.3
5872024-12-12T03:21:45.004Z Downloaded slog-async v2.8.0
5882024-12-12T03:21:45.007Z Downloaded endian-type v0.1.2
5892024-12-12T03:21:45.007Z Downloaded dhcproto-macros v0.1.0
5902024-12-12T03:21:45.007Z Downloaded crc32fast v1.4.2
5912024-12-12T03:21:45.010Z Downloaded peg-runtime v0.8.3
5922024-12-12T03:21:45.012Z Downloaded strip-ansi-escapes v0.2.0
5932024-12-12T03:21:45.012Z Downloaded tokio-tungstenite v0.21.0
5942024-12-12T03:21:45.015Z Downloaded indicatif v0.17.9
5952024-12-12T03:21:45.021Z Downloaded rpassword v7.3.1
5962024-12-12T03:21:45.025Z Downloaded rustls-pemfile v2.2.0
5972024-12-12T03:21:45.025Z Downloaded predicates-core v1.0.8
5982024-12-12T03:21:45.030Z Downloaded flagset v0.4.6
5992024-12-12T03:21:45.030Z Downloaded fixedbitset v0.4.2
6002024-12-12T03:21:45.033Z Downloaded filetime v0.2.25
6012024-12-12T03:21:45.033Z Downloaded oso-derive v0.27.3
6022024-12-12T03:21:45.033Z Downloaded phf_shared v0.10.0
6032024-12-12T03:21:45.033Z Downloaded crossbeam-utils v0.8.20
6042024-12-12T03:21:45.035Z Downloaded icu_normalizer v1.5.0
6052024-12-12T03:21:45.040Z Downloaded num v0.4.3
6062024-12-12T03:21:45.043Z Downloaded glob v0.3.1
6072024-12-12T03:21:45.045Z Downloaded precomputed-hash v0.1.1
6082024-12-12T03:21:45.045Z Downloaded icu_properties v1.5.1
6092024-12-12T03:21:45.048Z Downloaded crossbeam-epoch v0.9.18
6102024-12-12T03:21:45.050Z Downloaded crc-any v2.5.0
6112024-12-12T03:21:45.055Z Downloaded cookie v0.18.1
6122024-12-12T03:21:45.058Z Downloaded blake2 v0.10.6
6132024-12-12T03:21:45.061Z Downloaded vte_generate_state_changes v0.1.2
6142024-12-12T03:21:45.061Z Downloaded unarray v0.1.4
6152024-12-12T03:21:45.063Z Downloaded icu_normalizer_data v1.5.0
6162024-12-12T03:21:45.066Z Downloaded powerfmt v0.2.0
6172024-12-12T03:21:45.066Z Downloaded iana-time-zone v0.1.61
6182024-12-12T03:21:45.069Z Downloaded snafu-derive v0.8.5
6192024-12-12T03:21:45.072Z Downloaded darling_macro v0.20.10
6202024-12-12T03:21:45.072Z Downloaded slog-bunyan v2.5.0
6212024-12-12T03:21:45.075Z Downloaded signature v2.2.0
6222024-12-12T03:21:45.076Z Downloaded const-oid v0.9.6
6232024-12-12T03:21:45.088Z Downloaded newtype_derive v0.1.6
6242024-12-12T03:21:45.090Z Downloaded hyper-util v0.1.10
6252024-12-12T03:21:45.095Z Downloaded backtrace v0.3.74
6262024-12-12T03:21:45.101Z Downloaded nu-ansi-term v0.50.1
6272024-12-12T03:21:45.104Z Downloaded group v0.13.0
6282024-12-12T03:21:45.107Z Downloaded opaque-debug v0.3.1
6292024-12-12T03:21:45.110Z Downloaded yoke-derive v0.7.4
6302024-12-12T03:21:45.110Z Downloaded fragile v2.0.0
6312024-12-12T03:21:45.110Z Downloaded serde_yaml v0.9.34+deprecated
6322024-12-12T03:21:45.114Z Downloaded num-complex v0.4.6
6332024-12-12T03:21:45.116Z Downloaded tracing-attributes v0.1.27
6342024-12-12T03:21:45.119Z Downloaded unicode-truncate v1.1.0
6352024-12-12T03:21:45.121Z Downloaded strum_macros v0.25.3
6362024-12-12T03:21:45.124Z Downloaded packed_struct_codegen v0.10.1
6372024-12-12T03:21:45.126Z Downloaded multimap v0.10.0
6382024-12-12T03:21:45.129Z Downloaded tokio-stream v0.1.16
6392024-12-12T03:21:45.132Z Downloaded progenitor-client v0.8.0
6402024-12-12T03:21:45.135Z Downloaded compact_str v0.8.0
6412024-12-12T03:21:45.138Z Downloaded rtoolbox v0.0.2
6422024-12-12T03:21:45.141Z Downloaded predicates v3.1.2
6432024-12-12T03:21:45.143Z Downloaded futures-io v0.3.31
6442024-12-12T03:21:45.147Z Downloaded icu_collections v1.5.0
6452024-12-12T03:21:45.151Z Downloaded ed25519 v2.2.3
6462024-12-12T03:21:45.154Z Downloaded sct v0.7.1
6472024-12-12T03:21:45.157Z Downloaded scopeguard v1.2.0
6482024-12-12T03:21:45.159Z Downloaded parking_lot v0.12.3
6492024-12-12T03:21:45.162Z Downloaded qorb v0.2.1
6502024-12-12T03:21:45.167Z Downloaded thiserror-impl-no-std v2.0.2
6512024-12-12T03:21:45.170Z Downloaded parking_lot v0.11.2
6522024-12-12T03:21:45.173Z Downloaded enum-as-inner v0.6.1
6532024-12-12T03:21:45.176Z Downloaded der_derive v0.7.3
6542024-12-12T03:21:45.176Z Downloaded static_assertions v1.1.0
6552024-12-12T03:21:45.179Z Downloaded tls_codec v0.4.1
6562024-12-12T03:21:45.181Z Downloaded prettyplease v0.2.25
6572024-12-12T03:21:45.185Z Downloaded phf v0.11.2
6582024-12-12T03:21:45.187Z Downloaded strum_macros v0.26.4
6592024-12-12T03:21:45.190Z Downloaded tokio-rustls v0.25.0
6602024-12-12T03:21:45.193Z Downloaded progenitor-macro v0.8.0
6612024-12-12T03:21:45.193Z Downloaded ghash v0.5.1
6622024-12-12T03:21:45.195Z Downloaded dyn-clone v1.0.17
6632024-12-12T03:21:45.198Z Downloaded ref-cast v1.0.23
6642024-12-12T03:21:45.202Z Downloaded sync-ptr v0.1.1
6652024-12-12T03:21:45.202Z Downloaded newtype-uuid v1.1.3
6662024-12-12T03:21:45.205Z Downloaded embedded-io v0.6.1
6672024-12-12T03:21:45.205Z Downloaded phf_shared v0.11.2
6682024-12-12T03:21:45.205Z Downloaded serde_urlencoded v0.7.1
6692024-12-12T03:21:45.208Z Downloaded serde_repr v0.1.19
6702024-12-12T03:21:45.210Z Downloaded ecdsa v0.16.9
6712024-12-12T03:21:45.212Z Downloaded multer v3.1.0
6722024-12-12T03:21:45.215Z Downloaded const_format v0.2.33
6732024-12-12T03:21:45.220Z Downloaded structmeta-derive v0.2.0
6742024-12-12T03:21:45.223Z Downloaded parse-display-derive v0.10.0
6752024-12-12T03:21:45.223Z Downloaded parse-display v0.10.0
6762024-12-12T03:21:45.225Z Downloaded snafu v0.8.5
6772024-12-12T03:21:45.231Z Downloaded mirai-annotations v1.12.0
6782024-12-12T03:21:45.233Z Downloaded omicron-zone-package v0.11.1
6792024-12-12T03:21:45.236Z Downloaded thread_local v1.1.8
6802024-12-12T03:21:45.239Z Downloaded termcolor v1.4.1
6812024-12-12T03:21:45.239Z Downloaded toml v0.7.8
6822024-12-12T03:21:45.243Z Downloaded typify-macro v0.2.0
6832024-12-12T03:21:45.245Z Downloaded http v1.1.0
6842024-12-12T03:21:45.248Z Downloaded same-file v1.0.6
6852024-12-12T03:21:45.251Z Downloaded path-slash v0.1.5
6862024-12-12T03:21:45.254Z Downloaded fxhash v0.2.1
6872024-12-12T03:21:45.254Z Downloaded zopfli v0.8.1
6882024-12-12T03:21:45.259Z Downloaded uzers v0.12.1
6892024-12-12T03:21:45.262Z Downloaded xz2 v0.1.7
6902024-12-12T03:21:45.262Z Downloaded tokio-tungstenite v0.23.1
6912024-12-12T03:21:45.267Z Downloaded slog-dtrace v0.3.0
6922024-12-12T03:21:45.270Z Downloaded slab v0.4.9
6932024-12-12T03:21:45.270Z Downloaded yoke v0.7.4
6942024-12-12T03:21:45.270Z Downloaded vergen v8.3.2
6952024-12-12T03:21:45.275Z Downloaded parse-size v1.1.0
6962024-12-12T03:21:45.278Z Downloaded russh-cryptovec v0.7.3
6972024-12-12T03:21:45.278Z Downloaded defmt-macros v0.3.9
6982024-12-12T03:21:45.281Z Downloaded defmt-parser v0.3.4
6992024-12-12T03:21:45.281Z Downloaded getrandom v0.2.15
7002024-12-12T03:21:45.285Z Downloaded hash32 v0.3.1
7012024-12-12T03:21:45.288Z Downloaded tui-tree-widget v0.22.0
7022024-12-12T03:21:45.288Z Downloaded thiserror-no-std v2.0.2
7032024-12-12T03:21:45.292Z Downloaded term v0.7.0
7042024-12-12T03:21:45.295Z Downloaded stable_deref_trait v1.2.0
7052024-12-12T03:21:45.298Z Downloaded crossbeam-channel v0.5.13
7062024-12-12T03:21:45.301Z Downloaded poly1305 v0.8.0
7072024-12-12T03:21:45.305Z Downloaded foreign-types-shared v0.1.1
7082024-12-12T03:21:45.308Z Downloaded derive_builder_macro v0.20.2
7092024-12-12T03:21:45.308Z Downloaded zerofrom v0.1.4
7102024-12-12T03:21:45.308Z Downloaded typify v0.2.0
7112024-12-12T03:21:45.311Z Downloaded env_filter v0.1.2
7122024-12-12T03:21:45.314Z Downloaded rsa v0.9.6
7132024-12-12T03:21:45.319Z Downloaded itertools v0.12.1
7142024-12-12T03:21:45.329Z Downloaded sec1 v0.7.3
7152024-12-12T03:21:45.331Z Downloaded schemars_derive v0.8.21
7162024-12-12T03:21:45.334Z Downloaded pkg-config v0.3.31
7172024-12-12T03:21:45.334Z Downloaded pin-utils v0.1.0
7182024-12-12T03:21:45.337Z Downloaded futures-channel v0.3.31
7192024-12-12T03:21:45.340Z Downloaded string_cache v0.8.7
7202024-12-12T03:21:45.340Z Downloaded pbkdf2 v0.11.0
7212024-12-12T03:21:45.344Z Downloaded stringprep v0.1.5
7222024-12-12T03:21:45.348Z Downloaded olpc-cjson v0.1.4
7232024-12-12T03:21:45.348Z Downloaded num-iter v0.1.45
7242024-12-12T03:21:45.348Z Downloaded env_logger v0.11.5
7252024-12-12T03:21:45.352Z Downloaded sqlparser_derive v0.2.2
7262024-12-12T03:21:45.352Z Downloaded dhcproto v0.12.0
7272024-12-12T03:21:45.355Z Downloaded des v0.8.1
7282024-12-12T03:21:45.358Z Downloaded derive_more v0.99.18
7292024-12-12T03:21:45.362Z Downloaded dirs-next v2.0.0
7302024-12-12T03:21:45.365Z Downloaded futures-task v0.3.31
7312024-12-12T03:21:45.367Z Downloaded serde_plain v1.0.2
7322024-12-12T03:21:45.367Z Downloaded ed25519-dalek v2.1.1
7332024-12-12T03:21:45.371Z Downloaded bumpalo v3.16.0
7342024-12-12T03:21:45.375Z Downloaded itertools v0.13.0
7352024-12-12T03:21:45.383Z Downloaded ssh-encoding v0.2.0
7362024-12-12T03:21:45.385Z Downloaded rustversion v1.0.17
7372024-12-12T03:21:45.388Z Downloaded normalize-line-endings v0.3.0
7382024-12-12T03:21:45.391Z Downloaded radium v0.7.0
7392024-12-12T03:21:45.393Z Downloaded write16 v1.0.0
7402024-12-12T03:21:45.393Z Downloaded smallvec v1.13.2
7412024-12-12T03:21:45.396Z Downloaded slog-term v2.9.1
7422024-12-12T03:21:45.399Z Downloaded unicode-bidi v0.3.17
7432024-12-12T03:21:45.401Z Downloaded toml_edit v0.19.15
7442024-12-12T03:21:45.419Z Downloaded tinyvec_macros v0.1.1
7452024-12-12T03:21:45.421Z Downloaded strum v0.26.3
7462024-12-12T03:21:45.421Z Downloaded psl-types v2.0.11
7472024-12-12T03:21:45.424Z Downloaded structmeta v0.3.0
7482024-12-12T03:21:45.424Z Downloaded serde_path_to_error v0.1.16
7492024-12-12T03:21:45.427Z Downloaded owo-colors v4.1.0
7502024-12-12T03:21:45.429Z Downloaded ssh-cipher v0.2.0
7512024-12-12T03:21:45.432Z Downloaded phf_generator v0.11.2
7522024-12-12T03:21:45.432Z Downloaded phf_codegen v0.11.2
7532024-12-12T03:21:45.434Z Downloaded percent-encoding v2.3.1
7542024-12-12T03:21:45.434Z Downloaded num-traits v0.2.19
7552024-12-12T03:21:45.437Z Downloaded gethostname v0.5.0
7562024-12-12T03:21:45.440Z Downloaded wyz v0.5.1
7572024-12-12T03:21:45.442Z Downloaded pin-project-internal v1.1.6
7582024-12-12T03:21:45.445Z Downloaded ff v0.13.0
7592024-12-12T03:21:45.445Z Downloaded semver v0.1.20
7602024-12-12T03:21:45.448Z Downloaded rusty-fork v0.3.0
7612024-12-12T03:21:45.448Z Downloaded pkcs5 v0.7.1
7622024-12-12T03:21:45.452Z Downloaded number_prefix v0.4.0
7632024-12-12T03:21:45.454Z Downloaded num_threads v0.1.7
7642024-12-12T03:21:45.456Z Downloaded utf-8 v0.7.6
7652024-12-12T03:21:45.456Z Downloaded untrusted v0.9.0
7662024-12-12T03:21:45.458Z Downloaded num-derive v0.4.2
7672024-12-12T03:21:45.460Z Downloaded url v2.5.3
7682024-12-12T03:21:45.464Z Downloaded env_logger v0.10.2
7692024-12-12T03:21:45.467Z Downloaded signal-hook-mio v0.2.4
7702024-12-12T03:21:45.472Z Downloaded quick-error v1.2.3
7712024-12-12T03:21:45.472Z Downloaded serde_derive_internals v0.29.1
7722024-12-12T03:21:45.474Z Downloaded funty v2.0.0
7732024-12-12T03:21:45.474Z Downloaded newline-converter v0.3.0
7742024-12-12T03:21:45.477Z Downloaded hyper v1.5.0
7752024-12-12T03:21:45.483Z Downloaded openssl-probe v0.1.5
7762024-12-12T03:21:45.486Z Downloaded try-lock v0.2.5
7772024-12-12T03:21:45.486Z Downloaded tls_codec_derive v0.4.1
7782024-12-12T03:21:45.488Z Downloaded futures-core v0.3.31
7792024-12-12T03:21:45.491Z Downloaded deranged v0.3.11
7802024-12-12T03:21:45.491Z Downloaded zone v0.3.0
7812024-12-12T03:21:45.496Z Downloaded proc-macro-crate v1.3.1
7822024-12-12T03:21:45.496Z Downloaded yasna v0.5.2
7832024-12-12T03:21:45.498Z Downloaded smf v0.2.3
7842024-12-12T03:21:45.498Z Downloaded password-hash v0.4.2
7852024-12-12T03:21:45.500Z Downloaded russh-keys v0.45.0
7862024-12-12T03:21:45.503Z Downloaded idna v0.5.0
7872024-12-12T03:21:45.510Z Downloaded num_enum_derive v0.5.11
7882024-12-12T03:21:45.513Z Downloaded num_enum v0.5.11
7892024-12-12T03:21:45.519Z Downloaded foreign-types-shared v0.3.1
7902024-12-12T03:21:45.521Z Downloaded tiny-keccak v2.0.2
7912024-12-12T03:21:45.524Z Downloaded supports-color v3.0.1
7922024-12-12T03:21:45.524Z Downloaded signal-hook-tokio v0.3.1
7932024-12-12T03:21:45.524Z Downloaded rustc_version v0.4.1
7942024-12-12T03:21:45.527Z Downloaded strum_macros v0.24.3
7952024-12-12T03:21:45.529Z Downloaded oso v0.27.3
7962024-12-12T03:21:45.532Z Downloaded foreign-types v0.3.2
7972024-12-12T03:21:45.535Z Downloaded similar v2.6.0
7982024-12-12T03:21:45.538Z Downloaded openssl-macros v0.1.1
7992024-12-12T03:21:45.541Z Downloaded hash32 v0.2.1
8002024-12-12T03:21:45.541Z Downloaded dsl_auto_type v0.1.2
8012024-12-12T03:21:45.544Z Downloaded zone v0.1.8
8022024-12-12T03:21:45.544Z Downloaded polyval v0.6.2
8032024-12-12T03:21:45.546Z Downloaded zeroize v1.8.1
8042024-12-12T03:21:45.549Z Downloaded crossterm v0.28.1
8052024-12-12T03:21:45.554Z Downloaded fs_extra v1.3.0
8062024-12-12T03:21:45.557Z Downloaded aws-lc-rs v1.10.0
8072024-12-12T03:21:45.566Z Downloaded tower-service v0.3.3
8082024-12-12T03:21:45.569Z Downloaded foreign-types-macros v0.2.3
8092024-12-12T03:21:45.569Z Downloaded vsss-rs v3.3.4
8102024-12-12T03:21:45.572Z Downloaded subtle v2.6.1
8112024-12-12T03:21:45.575Z Downloaded toolchain_find v0.4.0
8122024-12-12T03:21:45.575Z Downloaded pretty-hex v0.2.1
8132024-12-12T03:21:45.578Z Downloaded structmeta-derive v0.3.0
8142024-12-12T03:21:45.578Z Downloaded shlex v1.3.0
8152024-12-12T03:21:45.582Z Downloaded nanorand v0.7.0
8162024-12-12T03:21:45.582Z Downloaded which v4.4.2
8172024-12-12T03:21:45.584Z Downloaded take_mut v0.2.2
8182024-12-12T03:21:45.590Z Downloaded openssl-sys v0.9.103
8192024-12-12T03:21:45.593Z Downloaded unicode_categories v0.1.1
8202024-12-12T03:21:45.593Z Downloaded zerovec v0.10.4
8212024-12-12T03:21:45.599Z Downloaded downcast v0.11.0
8222024-12-12T03:21:45.601Z Downloaded sigpipe v0.1.3
8232024-12-12T03:21:45.601Z Downloaded futures v0.3.31
8242024-12-12T03:21:45.607Z Downloaded pem-rfc7468 v0.7.0
8252024-12-12T03:21:45.609Z Downloaded schemars v0.8.21
8262024-12-12T03:21:45.622Z Downloaded synstructure v0.13.1
8272024-12-12T03:21:45.624Z Downloaded foreign-types v0.5.0
8282024-12-12T03:21:45.624Z Downloaded utf8_iter v1.0.4
8292024-12-12T03:21:45.626Z Downloaded native-tls v0.2.12
8302024-12-12T03:21:45.629Z Downloaded spin v0.5.2
8312024-12-12T03:21:45.629Z Downloaded foldhash v0.1.3
8322024-12-12T03:21:45.631Z Downloaded rustc-hash v2.0.0
8332024-12-12T03:21:45.631Z Downloaded vte v0.11.1
8342024-12-12T03:21:45.634Z Downloaded unicode-normalization v0.1.24
8352024-12-12T03:21:45.638Z Downloaded hashlink v0.9.1
8362024-12-12T03:21:45.640Z Downloaded reedline v0.35.0
8372024-12-12T03:21:45.648Z Downloaded salsa20 v0.10.2
8382024-12-12T03:21:45.650Z Downloaded rustls-pemfile v1.0.4
8392024-12-12T03:21:45.652Z Downloaded rand_xorshift v0.3.0
8402024-12-12T03:21:45.652Z Downloaded rand_seeder v0.3.0
8412024-12-12T03:21:45.655Z Downloaded rand_core v0.6.4
8422024-12-12T03:21:45.658Z Downloaded predicates-tree v1.0.11
8432024-12-12T03:21:45.658Z Downloaded pem v3.0.4
8442024-12-12T03:21:45.661Z Downloaded headers v0.4.0
8452024-12-12T03:21:45.664Z Downloaded tabwriter v1.4.0
8462024-12-12T03:21:45.668Z Downloaded whoami v1.5.2
8472024-12-12T03:21:45.671Z Downloaded lalrpop v0.19.12
8482024-12-12T03:21:45.680Z Downloaded pbkdf2 v0.12.2
8492024-12-12T03:21:45.682Z Downloaded ena v0.14.3
8502024-12-12T03:21:45.685Z Downloaded dirs-sys-next v0.1.2
8512024-12-12T03:21:45.686Z Downloaded packed_struct v0.10.1
8522024-12-12T03:21:45.688Z Downloaded displaydoc v0.2.5
8532024-12-12T03:21:45.691Z Downloaded publicsuffix v2.2.3
8542024-12-12T03:21:45.694Z Downloaded display-error-chain v0.2.2
8552024-12-12T03:21:45.694Z Downloaded slog-stdlog v4.1.1
8562024-12-12T03:21:45.696Z Downloaded spin v0.9.8
8572024-12-12T03:21:45.699Z Downloaded utf16_iter v1.0.5
8582024-12-12T03:21:45.699Z Downloaded parking_lot_core v0.8.6
8592024-12-12T03:21:45.702Z Downloaded rustc-demangle v0.1.24
8602024-12-12T03:21:45.704Z Downloaded slog-scope v4.4.0
8612024-12-12T03:21:45.704Z Downloaded tokio-postgres v0.7.12
8622024-12-12T03:21:45.709Z Downloaded fd-lock v4.0.2
8632024-12-12T03:21:45.712Z Downloaded sha1 v0.10.6
8642024-12-12T03:21:45.714Z Downloaded secrecy v0.8.0
8652024-12-12T03:21:45.718Z Downloaded float-cmp v0.9.0
8662024-12-12T03:21:45.718Z Downloaded tungstenite v0.23.0
8672024-12-12T03:21:45.721Z Downloaded x509-cert v0.2.5
8682024-12-12T03:21:45.726Z Downloaded untrusted v0.7.1
8692024-12-12T03:21:45.729Z Downloaded float-ord v0.3.2
8702024-12-12T03:21:45.730Z Downloaded paste v1.0.15
8712024-12-12T03:21:45.732Z Downloaded peg v0.8.4
8722024-12-12T03:21:45.736Z Downloaded twox-hash v1.6.3
8732024-12-12T03:21:45.739Z Downloaded zerocopy-derive v0.8.10
8742024-12-12T03:21:45.745Z Downloaded password-hash v0.5.0
8752024-12-12T03:21:45.748Z Downloaded mio v1.0.2
8762024-12-12T03:21:45.752Z Downloaded mockall v0.13.0
8772024-12-12T03:21:45.755Z Downloaded tokio-rustls v0.24.1
8782024-12-12T03:21:45.758Z Downloaded quinn v0.11.5
8792024-12-12T03:21:45.760Z Downloaded parse-zoneinfo v0.3.1
8802024-12-12T03:21:45.763Z Downloaded rustls-webpki v0.101.7
8812024-12-12T03:21:45.779Z Downloaded derive-where v1.2.7
8822024-12-12T03:21:45.782Z Downloaded serde_with_macros v3.11.0
8832024-12-12T03:21:45.785Z Downloaded flate2 v1.0.34
8842024-12-12T03:21:45.790Z Downloaded rusqlite v0.32.1
8852024-12-12T03:21:45.797Z Downloaded zerocopy v0.6.6
8862024-12-12T03:21:45.799Z Downloaded idna v0.4.0
8872024-12-12T03:21:45.807Z Downloaded derive_builder v0.20.2
8882024-12-12T03:21:45.812Z Downloaded half v2.4.1
8892024-12-12T03:21:45.814Z Downloaded fatfs v0.3.6
8902024-12-12T03:21:45.817Z Downloaded derive_builder_core v0.20.2
8912024-12-12T03:21:45.820Z Downloaded tracing-core v0.1.32
8922024-12-12T03:21:45.823Z Downloaded rcgen v0.12.1
8932024-12-12T03:21:45.827Z Downloaded tracing v0.1.40
8942024-12-12T03:21:45.830Z Downloaded idna v0.3.0
8952024-12-12T03:21:45.838Z Downloaded zip v0.6.6
8962024-12-12T03:21:45.843Z Downloaded flume v0.11.1
8972024-12-12T03:21:45.847Z Downloaded typed-path v0.9.3
8982024-12-12T03:21:45.854Z Downloaded hashbrown v0.12.3
8992024-12-12T03:21:45.858Z Downloaded serde_with v3.11.0
9002024-12-12T03:21:45.867Z Downloaded futures-util v0.3.31
9012024-12-12T03:21:45.880Z Downloaded rayon v1.10.0
9022024-12-12T03:21:45.890Z Downloaded p256 v0.13.2
9032024-12-12T03:21:45.893Z Downloaded unicode-segmentation v1.12.0
9042024-12-12T03:21:45.897Z Downloaded idna v0.2.3
9052024-12-12T03:21:45.905Z Downloaded unsafe-libyaml v0.2.11
9062024-12-12T03:21:45.908Z Downloaded blake3 v1.5.4
9072024-12-12T03:21:45.916Z Downloaded nom v7.1.3
9082024-12-12T03:21:45.922Z Downloaded bindgen v0.69.5
9092024-12-12T03:21:45.930Z Downloaded zip v2.1.3
9102024-12-12T03:21:45.934Z Downloaded regex v1.11.1
9112024-12-12T03:21:45.948Z Downloaded quinn-proto v0.11.8
9122024-12-12T03:21:45.955Z Downloaded petname v2.0.2
9132024-12-12T03:21:45.962Z Downloaded vcpkg v0.2.15
9142024-12-12T03:21:46.001Z Downloaded rustls-webpki v0.102.8
9152024-12-12T03:21:46.019Z Downloaded unicode-width v0.2.0
9162024-12-12T03:21:46.025Z Downloaded sqlparser v0.45.0
9172024-12-12T03:21:46.031Z Downloaded p521 v0.13.3
9182024-12-12T03:21:46.036Z Downloaded hashbrown v0.14.5
9192024-12-12T03:21:46.041Z Downloaded rustyline v14.0.0
9202024-12-12T03:21:46.047Z Downloaded russh v0.45.0
9212024-12-12T03:21:46.053Z Downloaded bitvec v1.0.1
9222024-12-12T03:21:46.069Z Downloaded winnow v0.5.40
9232024-12-12T03:21:46.077Z Downloaded chrono v0.4.38
9242024-12-12T03:21:46.084Z Downloaded smoltcp v0.11.0
9252024-12-12T03:21:46.098Z Downloaded polar-core v0.27.3
9262024-12-12T03:21:46.106Z Downloaded tough v0.19.0
9272024-12-12T03:21:46.114Z Downloaded reqwest v0.12.9
9282024-12-12T03:21:46.123Z Downloaded regex-syntax v0.6.29
9292024-12-12T03:21:46.131Z Downloaded git2 v0.19.0
9302024-12-12T03:21:46.140Z Downloaded portable-atomic v1.9.0
9312024-12-12T03:21:46.147Z Downloaded object v0.30.4
9322024-12-12T03:21:46.158Z Downloaded p384 v0.13.0
9332024-12-12T03:21:46.164Z Downloaded rustls v0.22.4
9342024-12-12T03:21:46.178Z Downloaded smoltcp v0.9.1
9352024-12-12T03:21:46.189Z Downloaded webpki-roots v0.26.6
9362024-12-12T03:21:46.194Z Downloaded salty v0.3.0
9372024-12-12T03:21:46.200Z Downloaded gimli v0.31.1
9382024-12-12T03:21:46.210Z Downloaded zerocopy v0.8.10
9392024-12-12T03:21:46.234Z Downloaded trust-dns-proto v0.22.0
9402024-12-12T03:21:46.267Z Downloaded openssl v0.10.66
9412024-12-12T03:21:46.280Z Downloaded rustls v0.23.14
9422024-12-12T03:21:46.295Z Downloaded regex-syntax v0.8.5
9432024-12-12T03:21:46.306Z Downloaded regress v0.9.1
9442024-12-12T03:21:46.316Z Downloaded chrono-tz v0.10.0
9452024-12-12T03:21:46.323Z Downloaded nix v0.29.0
9462024-12-12T03:21:46.334Z Downloaded object v0.36.5
9472024-12-12T03:21:46.345Z Downloaded bstr v1.10.0
9482024-12-12T03:21:46.358Z Downloaded sled v0.34.7
9492024-12-12T03:21:46.368Z Downloaded diesel v2.2.4
9502024-12-12T03:21:46.387Z Downloaded rustls v0.21.12
9512024-12-12T03:21:46.397Z Downloaded ratatui v0.28.1
9522024-12-12T03:21:46.416Z Downloaded regress v0.10.1
9532024-12-12T03:21:46.425Z Downloaded dropshot v0.13.0
9542024-12-12T03:21:46.444Z Downloaded dropshot v0.12.0
9552024-12-12T03:21:46.464Z Downloaded typify-impl v0.2.0
9562024-12-12T03:21:46.478Z Downloaded nix v0.28.0
9572024-12-12T03:21:46.489Z Downloaded radix_trie v0.2.1
9582024-12-12T03:21:46.494Z Downloaded zerocopy-derive v0.6.6
9592024-12-12T03:21:46.503Z Downloaded proptest v1.5.0
9602024-12-12T03:21:46.512Z Downloaded regex-automata v0.4.8
9612024-12-12T03:21:46.528Z Downloaded petgraph v0.6.5
9622024-12-12T03:21:46.543Z Downloaded lzma-sys v0.1.20
9632024-12-12T03:21:46.572Z Downloaded nix v0.27.1
9642024-12-12T03:21:46.583Z Downloaded libz-sys v1.1.20
9652024-12-12T03:21:46.603Z Downloaded bzip2-sys v0.1.11+1.0.8
9662024-12-12T03:21:46.615Z Downloaded quick-xml v0.33.0
9672024-12-12T03:21:46.621Z Downloaded openapiv3 v2.0.0
9682024-12-12T03:21:46.632Z Downloaded curve25519-dalek v4.1.3
9692024-12-12T03:21:46.641Z Downloaded hashbrown v0.13.2
9702024-12-12T03:21:46.645Z Downloaded tar v0.4.42
9712024-12-12T03:21:46.648Z Downloaded slog-json v2.6.1
9722024-12-12T03:21:46.650Z Downloaded slog-envlogger v2.2.0
9732024-12-12T03:21:46.653Z Downloaded dropshot_endpoint v0.12.0
9742024-12-12T03:21:46.653Z Downloaded dropshot_endpoint v0.13.0
9752024-12-12T03:21:46.656Z Downloaded expectorate v1.1.0
9762024-12-12T03:21:46.659Z Downloaded h2 v0.4.6
9772024-12-12T03:21:46.664Z Downloaded tinyvec v1.8.0
9782024-12-12T03:21:46.668Z Downloaded tungstenite v0.21.0
9792024-12-12T03:21:46.671Z Downloaded time-macros v0.2.18
9802024-12-12T03:21:46.674Z Downloaded primeorder v0.13.6
9812024-12-12T03:21:46.674Z Downloaded spki v0.7.3
9822024-12-12T03:21:46.677Z Downloaded rustc_version v0.1.7
9832024-12-12T03:21:46.677Z Downloaded rustc-hash v1.1.0
9842024-12-12T03:21:46.677Z Downloaded signal-hook-registry v1.4.2
9852024-12-12T03:21:46.679Z Downloaded rand v0.8.5
9862024-12-12T03:21:46.682Z Downloaded zerofrom-derive v0.1.4
9872024-12-12T03:21:46.684Z Downloaded quinn-udp v0.5.5
9882024-12-12T03:21:46.684Z Downloaded tokio-util v0.7.12
9892024-12-12T03:21:46.690Z Downloaded num-integer v0.1.46
9902024-12-12T03:21:46.693Z Downloaded miniz_oxide v0.8.0
9912024-12-12T03:21:46.695Z Downloaded tinystr v0.7.6
9922024-12-12T03:21:46.698Z Downloaded nibble_vec v0.1.0
9932024-12-12T03:21:46.701Z Downloaded samael v0.0.17
9942024-12-12T03:21:46.704Z Downloaded tokio v1.40.0
9952024-12-12T03:21:46.740Z Downloaded new_debug_unreachable v1.0.6
9962024-12-12T03:21:46.743Z Downloaded tokio-macros v2.4.0
9972024-12-12T03:21:46.743Z Downloaded csv v1.3.0
9982024-12-12T03:21:46.760Z Downloaded num-bigint-dig v0.8.4
9992024-12-12T03:21:46.765Z Downloaded sqlformat v0.2.6
10002024-12-12T03:21:46.767Z Downloaded sha3 v0.10.8
10012024-12-12T03:21:46.771Z Downloaded num-bigint v0.4.6
10022024-12-12T03:21:46.776Z Downloaded nodrop v0.1.14
10032024-12-12T03:21:46.778Z Downloaded futures-executor v0.3.31
10042024-12-12T03:21:46.779Z Downloaded fallible-streaming-iterator v0.1.9
10052024-12-12T03:21:46.782Z Downloaded fallible-iterator v0.3.0
10062024-12-12T03:21:46.782Z Downloaded fallible-iterator v0.2.0
10072024-12-12T03:21:46.782Z Downloaded unicode-properties v0.1.3
10082024-12-12T03:21:46.785Z Downloaded uuid v1.11.0
10092024-12-12T03:21:46.787Z Downloaded der v0.7.9
10102024-12-12T03:21:46.791Z Downloaded aho-corasick v1.1.3
10112024-12-12T03:21:46.797Z Downloaded steno v0.4.1
10122024-12-12T03:21:46.801Z Downloaded r2d2 v0.8.10
10132024-12-12T03:21:46.803Z Downloaded topological-sort v0.2.2
10142024-12-12T03:21:46.803Z Downloaded pkcs8 v0.10.2
10152024-12-12T03:21:46.806Z Downloaded pkcs1 v0.7.5
10162024-12-12T03:21:46.808Z Downloaded scheduled-thread-pool v0.2.7
10172024-12-12T03:21:46.811Z Downloaded pin-project-lite v0.2.14
10182024-12-12T03:21:46.820Z Downloaded difflib v0.4.0
10192024-12-12T03:21:46.820Z Downloaded writeable v0.5.5
10202024-12-12T03:21:46.820Z Downloaded unicode-xid v0.2.6
10212024-12-12T03:21:46.820Z Downloaded defmt v0.3.8
10222024-12-12T03:21:46.824Z Downloaded siphasher v0.3.11
10232024-12-12T03:21:46.824Z Downloaded time v0.3.36
10242024-12-12T03:21:46.829Z Downloaded ssh-key v0.6.6
10252024-12-12T03:21:46.836Z Downloaded aes-gcm v0.10.3
10262024-12-12T03:21:46.840Z Downloaded debug-ignore v1.0.5
10272024-12-12T03:21:46.842Z Downloaded data-encoding v2.6.0
10282024-12-12T03:21:46.842Z Downloaded zeroize_derive v1.4.2
10292024-12-12T03:21:46.845Z Downloaded libgit2-sys v0.17.0+1.8.1
10302024-12-12T03:21:46.898Z Downloaded xattr v1.3.1
10312024-12-12T03:21:46.900Z Downloaded elliptic-curve v0.13.8
10322024-12-12T03:21:46.903Z Downloaded idna v1.0.3
10332024-12-12T03:21:46.907Z Downloaded darling_core v0.20.10
10342024-12-12T03:21:46.911Z Downloaded parking_lot_core v0.9.10
10352024-12-12T03:21:46.914Z Downloaded num-rational v0.4.2
10362024-12-12T03:21:46.916Z Downloaded pin-project v1.1.6
10372024-12-12T03:21:46.925Z Downloaded tungstenite v0.24.0
10382024-12-12T03:21:46.928Z Downloaded libxml v0.3.3
10392024-12-12T03:21:46.934Z Downloaded libm v0.2.8
10402024-12-12T03:21:46.941Z Downloaded diesel_derives v2.2.3
10412024-12-12T03:21:46.945Z Downloaded test-strategy v0.3.1
10422024-12-12T03:21:46.948Z Downloaded termios v0.3.3
10432024-12-12T03:21:46.951Z Downloaded subprocess v0.2.9
10442024-12-12T03:21:46.953Z Downloaded socket2 v0.5.7
10452024-12-12T03:21:46.956Z Downloaded itertools v0.10.5
10462024-12-12T03:21:46.962Z Downloaded crypto-bigint v0.5.5
10472024-12-12T03:21:46.968Z Downloaded mockall_derive v0.13.0
10482024-12-12T03:21:46.971Z Downloaded ref-cast-impl v1.0.23
10492024-12-12T03:21:46.973Z Downloaded cc v1.1.30
10502024-12-12T03:21:46.976Z Downloaded encoding_rs v0.8.34
10512024-12-12T03:21:46.996Z Downloaded bytes v1.8.0
10522024-12-12T03:21:46.999Z Downloaded tokio-rustls v0.26.0
10532024-12-12T03:21:47.002Z Downloaded embedded-io v0.4.0
10542024-12-12T03:21:47.005Z Downloaded dunce v1.0.5
10552024-12-12T03:21:47.005Z Downloaded progenitor v0.8.0
10562024-12-12T03:21:47.005Z Downloaded minimal-lexical v0.2.1
10572024-12-12T03:21:47.009Z Downloaded form_urlencoded v1.2.1
10582024-12-12T03:21:47.012Z Downloaded ron v0.7.1
10592024-12-12T03:21:47.015Z Downloaded tokio-tungstenite v0.24.0
10602024-12-12T03:21:47.018Z Downloaded ron v0.8.1
10612024-12-12T03:21:47.022Z Downloaded rayon-core v1.12.1
10622024-12-12T03:21:47.025Z Downloaded walkdir v2.5.0
10632024-12-12T03:21:47.028Z Downloaded value-bag v1.9.0
10642024-12-12T03:21:47.031Z Downloaded either v1.13.0
10652024-12-12T03:21:47.033Z Downloaded postgres-types v0.2.8
10662024-12-12T03:21:47.036Z Downloaded postgres-protocol v0.6.7
10672024-12-12T03:21:47.036Z Downloaded postcard v1.0.10
10682024-12-12T03:21:47.038Z Downloaded peg-macros v0.8.4
10692024-12-12T03:21:47.041Z Downloaded diff v0.1.13
10702024-12-12T03:21:47.043Z Downloaded chacha20poly1305 v0.10.1
10712024-12-12T03:21:47.043Z Downloaded clang-sys v1.8.1
10722024-12-12T03:21:47.046Z Downloaded slog v2.7.0
10732024-12-12T03:21:47.048Z Downloaded signal-hook v0.3.17
10742024-12-12T03:21:47.051Z Downloaded futures-sink v0.3.31
10752024-12-12T03:21:47.054Z Downloaded futures-macro v0.3.31
10762024-12-12T03:21:47.054Z Downloaded rustls-pki-types v1.9.0
10772024-12-12T03:21:47.057Z Downloaded globset v0.4.15
10782024-12-12T03:21:47.059Z Downloaded enum-as-inner v0.5.1
10792024-12-12T03:21:47.062Z Downloaded progenitor-impl v0.8.0
10802024-12-12T03:21:47.062Z Downloaded aes v0.8.4
10812024-12-12T03:21:47.065Z Downloaded scrypt v0.11.0
10822024-12-12T03:21:47.067Z Downloaded rfc6979 v0.4.0
10832024-12-12T03:21:47.068Z Downloaded resolv-conf v0.7.0
10842024-12-12T03:21:47.070Z Downloaded diesel-dtrace v0.3.0
10852024-12-12T03:21:47.073Z Downloaded wait-timeout v0.2.0
10862024-12-12T03:21:47.073Z Downloaded shell-words v1.1.0
10872024-12-12T03:21:47.073Z Downloaded ppv-lite86 v0.2.20
10882024-12-12T03:21:47.075Z Downloaded hyper-staticfile v0.10.1
10892024-12-12T03:21:47.078Z Downloaded hyper-rustls v0.27.3
10902024-12-12T03:21:47.080Z Downloaded base64 v0.22.1
10912024-12-12T03:21:47.083Z Downloaded bzip2 v0.4.4
10922024-12-12T03:21:47.085Z Downloaded memmap2 v0.9.5
10932024-12-12T03:21:47.088Z Downloaded httparse v1.9.5
10942024-12-12T03:21:47.088Z Downloaded base64ct v1.6.0
10952024-12-12T03:21:47.090Z Downloaded icu_locid_transform_data v1.5.0
10962024-12-12T03:21:47.093Z Downloaded ciborium v0.2.2
10972024-12-12T03:21:47.095Z Downloaded castaway v0.2.3
10982024-12-12T03:21:47.098Z Downloaded structmeta v0.2.0
10992024-12-12T03:21:47.098Z Downloaded rustfmt-wrapper v0.2.1
11002024-12-12T03:21:47.098Z Downloaded rand_chacha v0.3.1
11012024-12-12T03:21:47.100Z Downloaded icu_locid v1.5.0
11022024-12-12T03:21:47.104Z Downloaded litemap v0.7.3
11032024-12-12T03:21:47.106Z Downloaded linked-hash-map v0.5.6
11042024-12-12T03:21:47.110Z Downloaded cookie_store v0.21.0
11052024-12-12T03:21:47.110Z Downloaded linear-map v1.2.0
11062024-12-12T03:21:47.112Z Downloaded kstat-rs v0.2.4
11072024-12-12T03:21:47.112Z Downloaded httpdate v1.0.3
11082024-12-12T03:21:47.112Z Downloaded http-body-util v0.1.2
11092024-12-12T03:21:47.115Z Downloaded lru-cache v0.1.2
11102024-12-12T03:21:47.115Z Downloaded lalrpop-util v0.19.12
11112024-12-12T03:21:47.115Z Downloaded jobserver v0.1.32
11122024-12-12T03:21:47.118Z Downloaded ipnet v2.10.1
11132024-12-12T03:21:47.120Z Downloaded idna_adapter v1.2.0
11142024-12-12T03:21:47.120Z Downloaded icu_properties_data v1.5.0
11152024-12-12T03:21:47.130Z Downloaded base64 v0.13.1
11162024-12-12T03:21:47.134Z Downloaded instability v0.3.2
11172024-12-12T03:21:47.137Z Downloaded impl-trait-for-tuples v0.2.2
11182024-12-12T03:21:47.139Z Downloaded keccak v0.1.5
11192024-12-12T03:21:47.139Z Downloaded internet-checksum v0.2.1
11202024-12-12T03:21:47.139Z Downloaded inout v0.1.3
11212024-12-12T03:21:47.143Z Downloaded bitflags v1.3.2
11222024-12-12T03:21:47.145Z Downloaded matches v0.1.10
11232024-12-12T03:21:47.145Z Downloaded hubpack_derive v0.1.1
11242024-12-12T03:21:47.146Z Downloaded bit-set v0.5.3
11252024-12-12T03:21:47.146Z Downloaded bb8 v0.8.5
11262024-12-12T03:21:47.149Z Downloaded cmake v0.1.51
11272024-12-12T03:21:47.149Z Downloaded chrono-tz-build v0.4.0
11282024-12-12T03:21:47.149Z Downloaded const_format_proc_macros v0.2.33
11292024-12-12T03:21:47.152Z Downloaded ciborium-ll v0.2.2
11302024-12-12T03:21:47.258Z Downloaded libsqlite3-sys v0.30.1
11312024-12-12T03:21:47.769Z Downloaded ring v0.17.8
11322024-12-12T03:21:47.977Z Downloaded ring v0.16.20
11332024-12-12T03:21:48.282Z Downloaded aws-lc-sys v0.22.0
11342024-12-12T03:21:48.587Z Compiling serde v1.0.215
11352024-12-12T03:21:48.590Z Compiling lock_api v0.4.12
11362024-12-12T03:21:48.590Z Compiling scopeguard v1.2.0
11372024-12-12T03:21:48.590Z Compiling value-bag v1.9.0
11382024-12-12T03:21:48.743Z Compiling typenum v1.17.0
11392024-12-12T03:21:48.745Z Compiling generic-array v0.14.7
11402024-12-12T03:21:48.771Z Compiling syn v2.0.87
11412024-12-12T03:21:48.786Z Compiling getrandom v0.2.15
11422024-12-12T03:21:48.914Z Compiling subtle v2.6.1
11432024-12-12T03:21:49.180Z Compiling rand_core v0.6.4
11442024-12-12T03:21:49.220Z Compiling log v0.4.22
11452024-12-12T03:21:49.259Z Compiling shlex v1.3.0
11462024-12-12T03:21:49.384Z Compiling jobserver v0.1.32
11472024-12-12T03:21:49.575Z Compiling const-oid v0.9.6
11482024-12-12T03:21:49.679Z Compiling smallvec v1.13.2
11492024-12-12T03:21:49.698Z Compiling spin v0.9.8
11502024-12-12T03:21:49.804Z Compiling cc v1.1.30
11512024-12-12T03:21:49.971Z Compiling pin-project-lite v0.2.14
11522024-12-12T03:21:50.063Z Compiling rustix v0.38.37
11532024-12-12T03:21:50.083Z Compiling parking_lot_core v0.9.10
11542024-12-12T03:21:50.101Z Compiling futures-core v0.3.31
11552024-12-12T03:21:50.314Z Compiling signal-hook-registry v1.4.2
11562024-12-12T03:21:50.335Z Compiling mio v1.0.2
11572024-12-12T03:21:50.977Z Compiling parking_lot v0.12.3
11582024-12-12T03:21:51.103Z Compiling aho-corasick v1.1.3
11592024-12-12T03:21:51.176Z Compiling cpufeatures v0.2.14
11602024-12-12T03:21:51.298Z Compiling either v1.13.0
11612024-12-12T03:21:51.388Z Compiling regex-syntax v0.8.5
11622024-12-12T03:21:51.580Z Compiling lazy_static v1.5.0
11632024-12-12T03:21:51.583Z Compiling futures-sink v0.3.31
11642024-12-12T03:21:51.700Z Compiling glob v0.3.1
11652024-12-12T03:21:51.744Z Compiling stable_deref_trait v1.2.0
11662024-12-12T03:21:51.800Z Compiling socket2 v0.5.7
11672024-12-12T03:21:51.854Z Compiling slab v0.4.9
11682024-12-12T03:21:51.998Z Compiling prettyplease v0.2.25
11692024-12-12T03:21:52.311Z Compiling minimal-lexical v0.2.1
11702024-12-12T03:21:52.667Z Compiling libloading v0.8.5
11712024-12-12T03:21:52.773Z Compiling clang-sys v1.8.1
11722024-12-12T03:21:52.797Z Compiling nom v7.1.3
11732024-12-12T03:21:52.839Z Compiling home v0.5.9
11742024-12-12T03:21:53.100Z Compiling bindgen v0.69.5
11752024-12-12T03:21:53.121Z Compiling serde_json v1.0.132
11762024-12-12T03:21:53.446Z Compiling itertools v0.12.1
11772024-12-12T03:21:53.938Z Compiling futures-channel v0.3.31
11782024-12-12T03:21:54.247Z Compiling lazycell v1.3.0
11792024-12-12T03:21:54.364Z Compiling rustc-hash v1.1.0
11802024-12-12T03:21:54.417Z Compiling allocator-api2 v0.2.18
11812024-12-12T03:21:54.512Z Compiling futures-io v0.3.31
11822024-12-12T03:21:54.823Z Compiling futures-task v0.3.31
11832024-12-12T03:21:55.106Z Compiling regex-automata v0.4.8
11842024-12-12T03:21:55.185Z Compiling pin-utils v0.1.0
11852024-12-12T03:21:55.282Z Compiling foldhash v0.1.3
11862024-12-12T03:21:55.576Z Compiling hashbrown v0.15.0
11872024-12-12T03:21:56.560Z Compiling synstructure v0.13.1
11882024-12-12T03:21:56.793Z Compiling cexpr v0.6.0
11892024-12-12T03:21:56.935Z Compiling cmake v0.1.51
11902024-12-12T03:21:57.963Z Compiling libm v0.2.8
11912024-12-12T03:21:58.243Z Compiling pkg-config v0.3.31
11922024-12-12T03:21:58.286Z Compiling tinyvec_macros v0.1.1
11932024-12-12T03:21:58.357Z Compiling dunce v1.0.5
11942024-12-12T03:21:58.398Z Compiling fs_extra v1.3.0
11952024-12-12T03:21:58.501Z Compiling tinyvec v1.8.0
11962024-12-12T03:21:58.610Z Compiling num-traits v0.2.19
11972024-12-12T03:21:59.107Z Compiling ring v0.17.8
11982024-12-12T03:21:59.754Z Compiling base64ct v1.6.0
11992024-12-12T03:21:59.814Z Compiling writeable v0.5.5
12002024-12-12T03:21:59.968Z Compiling unicode-normalization v0.1.24
12012024-12-12T03:22:00.235Z Compiling litemap v0.7.3
12022024-12-12T03:22:00.313Z Compiling paste v1.0.15
12032024-12-12T03:22:00.385Z Compiling unicode-bidi v0.3.17
12042024-12-12T03:22:00.614Z Compiling regex v1.11.1
12052024-12-12T03:22:00.868Z Compiling pem-rfc7468 v0.7.0
12062024-12-12T03:22:01.584Z Compiling flagset v0.4.6
12072024-12-12T03:22:01.713Z Compiling httparse v1.9.5
12082024-12-12T03:22:01.779Z Compiling aws-lc-rs v1.10.0
12092024-12-12T03:22:02.220Z Compiling tracing-core v0.1.32
12102024-12-12T03:22:02.503Z Compiling rustls-pki-types v1.9.0
12112024-12-12T03:22:02.963Z Compiling percent-encoding v2.3.1
12122024-12-12T03:22:03.024Z Compiling crossbeam-utils v0.8.20
12132024-12-12T03:22:03.277Z Compiling serde_derive v1.0.215
12142024-12-12T03:22:03.318Z Compiling zeroize_derive v1.4.2
12152024-12-12T03:22:03.583Z Compiling zerocopy-derive v0.7.35
12162024-12-12T03:22:03.605Z Compiling tokio-macros v2.4.0
12172024-12-12T03:22:03.608Z Compiling zerofrom-derive v0.1.4
12182024-12-12T03:22:04.807Z Compiling zeroize v1.8.1
12192024-12-12T03:22:05.201Z Compiling thiserror-impl v1.0.69
12202024-12-12T03:22:05.477Z Compiling yoke-derive v0.7.4
12212024-12-12T03:22:05.772Z Compiling zerocopy v0.7.35
12222024-12-12T03:22:06.172Z Compiling futures-macro v0.3.31
12232024-12-12T03:22:06.576Z Compiling crypto-common v0.1.6
12242024-12-12T03:22:06.829Z Compiling block-buffer v0.10.4
12252024-12-12T03:22:07.101Z Compiling digest v0.10.7
12262024-12-12T03:22:07.480Z Compiling zerovec-derive v0.10.3
12272024-12-12T03:22:07.594Z Compiling hmac v0.12.1
12282024-12-12T03:22:08.660Z Compiling zerofrom v0.1.4
12292024-12-12T03:22:08.662Z Compiling block-padding v0.3.3
12302024-12-12T03:22:08.662Z Compiling displaydoc v0.2.5
12312024-12-12T03:22:08.662Z Compiling sha2 v0.10.8
12322024-12-12T03:22:08.663Z Compiling inout v0.1.3
12332024-12-12T03:22:08.663Z Compiling futures-util v0.3.31
12342024-12-12T03:22:08.663Z Compiling cipher v0.4.4
12352024-12-12T03:22:08.663Z Compiling yoke v0.7.4
12362024-12-12T03:22:08.663Z Compiling thiserror v1.0.69
12372024-12-12T03:22:08.788Z Compiling ppv-lite86 v0.2.20
12382024-12-12T03:22:08.873Z Compiling der_derive v0.7.3
12392024-12-12T03:22:09.022Z Compiling icu_provider_macros v1.5.0
12402024-12-12T03:22:09.592Z Compiling tracing-attributes v0.1.27
12412024-12-12T03:22:09.696Z Compiling rand_chacha v0.3.1
12422024-12-12T03:22:10.166Z Compiling zerovec v0.10.4
12432024-12-12T03:22:10.185Z Compiling icu_locid_transform_data v1.5.0
12442024-12-12T03:22:10.283Z Compiling rand v0.8.5
12452024-12-12T03:22:11.391Z Compiling der v0.7.9
12462024-12-12T03:22:11.736Z Compiling salsa20 v0.10.2
12472024-12-12T03:22:11.963Z Compiling pest v2.7.14
12482024-12-12T03:22:12.064Z Compiling tinystr v0.7.6
12492024-12-12T03:22:12.451Z Compiling icu_locid v1.5.0
12502024-12-12T03:22:12.507Z Compiling icu_collections v1.5.0
12512024-12-12T03:22:12.538Z Compiling pbkdf2 v0.12.2
12522024-12-12T03:22:13.354Z Compiling tracing v0.1.40
12532024-12-12T03:22:13.392Z Compiling vcpkg v0.2.15
12542024-12-12T03:22:13.890Z Compiling icu_provider v1.5.0
12552024-12-12T03:22:13.914Z Compiling spki v0.7.3
12562024-12-12T03:22:14.281Z Compiling untrusted v0.9.0
12572024-12-12T03:22:14.387Z Compiling mirai-annotations v1.12.0
12582024-12-12T03:22:14.459Z Compiling powerfmt v0.2.0
12592024-12-12T03:22:14.581Z Compiling untrusted v0.7.1
12602024-12-12T03:22:14.762Z Compiling icu_locid_transform v1.5.0
12612024-12-12T03:22:14.801Z Compiling icu_properties_data v1.5.0
12622024-12-12T03:22:14.857Z Compiling num-conv v0.1.0
12632024-12-12T03:22:14.877Z Compiling time-core v0.1.2
12642024-12-12T03:22:15.028Z Compiling deranged v0.3.11
12652024-12-12T03:22:15.043Z Compiling pest_meta v2.7.14
12662024-12-12T03:22:15.130Z Compiling time-macros v0.2.18
12672024-12-12T03:22:15.555Z Compiling openssl-sys v0.9.103
12682024-12-12T03:22:16.346Z Compiling icu_properties v1.5.1
12692024-12-12T03:22:16.677Z Compiling scrypt v0.11.0
12702024-12-12T03:22:16.972Z Compiling aes v0.8.4
12712024-12-12T03:22:17.249Z Compiling bitflags v2.6.0
12722024-12-12T03:22:17.441Z Compiling bytes v1.8.0
12732024-12-12T03:22:18.462Z Compiling tokio v1.40.0
12742024-12-12T03:22:18.720Z Compiling indexmap v2.6.0
12752024-12-12T03:22:18.926Z Compiling http v1.1.0
12762024-12-12T03:22:19.839Z Compiling semver v1.0.23
12772024-12-12T03:22:20.042Z Compiling cbc v0.1.2
12782024-12-12T03:22:20.624Z Compiling scroll_derive v0.12.0
12792024-12-12T03:22:20.626Z Compiling rustc_version v0.4.1
12802024-12-12T03:22:20.627Z Compiling atomic-waker v1.1.2
12812024-12-12T03:22:20.740Z Compiling write16 v1.0.0
12822024-12-12T03:22:20.761Z Compiling utf8_iter v1.0.4
12832024-12-12T03:22:20.871Z Compiling icu_normalizer_data v1.5.0
12842024-12-12T03:22:20.982Z Compiling utf16_iter v1.0.5
12852024-12-12T03:22:21.004Z Compiling num_threads v0.1.7
12862024-12-12T03:22:21.051Z Compiling http-body v1.0.1
12872024-12-12T03:22:21.133Z Compiling icu_normalizer v1.5.0
12882024-12-12T03:22:21.182Z Compiling time v0.3.36
12892024-12-12T03:22:21.202Z Compiling pkcs5 v0.7.1
12902024-12-12T03:22:21.401Z Compiling pest_generator v2.7.14
12912024-12-12T03:22:21.422Z Compiling form_urlencoded v1.2.1
12922024-12-12T03:22:21.686Z Compiling which v4.4.2
12932024-12-12T03:22:21.735Z Compiling scroll v0.12.0
12942024-12-12T03:22:22.313Z Compiling try-lock v0.2.5
12952024-12-12T03:22:22.438Z Compiling slog v2.7.0
12962024-12-12T03:22:22.462Z Compiling goblin v0.8.2
12972024-12-12T03:22:22.995Z Compiling want v0.3.1
12982024-12-12T03:22:23.026Z Compiling idna_adapter v1.2.0
12992024-12-12T03:22:23.160Z Compiling pkcs8 v0.10.2
13002024-12-12T03:22:23.258Z Compiling httpdate v1.0.3
13012024-12-12T03:22:23.277Z Compiling idna v1.0.3
13022024-12-12T03:22:23.385Z Compiling pest_derive v2.7.14
13032024-12-12T03:22:23.885Z Compiling uuid v1.11.0
13042024-12-12T03:22:24.171Z Compiling dtrace-parser v0.2.0
13052024-12-12T03:22:24.552Z Compiling serde_spanned v0.6.8
13062024-12-12T03:22:24.792Z Compiling toml_datetime v0.6.8
13072024-12-12T03:22:25.074Z Compiling serde_tokenstream v0.2.2
13082024-12-12T03:22:25.314Z Compiling adler2 v2.0.0
13092024-12-12T03:22:25.316Z Compiling iana-time-zone v0.1.61
13102024-12-12T03:22:25.523Z Compiling match_cfg v0.1.0
13112024-12-12T03:22:25.619Z Compiling openssl v0.10.66
13122024-12-12T03:22:25.664Z Compiling rustversion v1.0.17
13132024-12-12T03:22:25.787Z Compiling tower-service v0.3.3
13142024-12-12T03:22:25.915Z Compiling foreign-types-shared v0.1.1
13152024-12-12T03:22:26.028Z Compiling base64 v0.22.1
13162024-12-12T03:22:26.318Z Compiling foreign-types v0.3.2
13172024-12-12T03:22:26.407Z Compiling hostname v0.3.1
13182024-12-12T03:22:26.439Z Compiling chrono v0.4.38
13192024-12-12T03:22:26.459Z Compiling miniz_oxide v0.8.0
13202024-12-12T03:22:26.647Z Compiling url v2.5.3
13212024-12-12T03:22:26.765Z Compiling tokio-util v0.7.12
13222024-12-12T03:22:27.984Z Compiling h2 v0.4.6
13232024-12-12T03:22:28.078Z Compiling dof v0.3.0
13242024-12-12T03:22:28.217Z Compiling openssl-macros v0.1.1
13252024-12-12T03:22:28.658Z Compiling async-trait v0.1.83
13262024-12-12T03:22:28.964Z Compiling usdt-impl v0.5.0
13272024-12-12T03:22:30.115Z Compiling dirs-sys-next v0.1.2
13282024-12-12T03:22:30.286Z Compiling native-tls v0.2.12
13292024-12-12T03:22:30.488Z Compiling rustls v0.23.14
13302024-12-12T03:22:30.606Z Compiling syn v1.0.109
13312024-12-12T03:22:30.746Z Compiling siphasher v0.3.11
13322024-12-12T03:22:30.769Z Compiling data-encoding v2.6.0
13332024-12-12T03:22:31.134Z Compiling rustls v0.22.4
13342024-12-12T03:22:31.371Z Compiling dirs-next v2.0.0
13352024-12-12T03:22:31.569Z Compiling http-body-util v0.1.2
13362024-12-12T03:22:32.123Z Compiling heapless v0.7.17
13372024-12-12T03:22:32.563Z Compiling crossbeam-epoch v0.9.18
13382024-12-12T03:22:32.706Z Compiling sha1 v0.10.6
13392024-12-12T03:22:32.826Z Compiling signature v2.2.0
13402024-12-12T03:22:33.122Z Compiling bzip2-sys v0.1.11+1.0.8
13412024-12-12T03:22:33.141Z Compiling serde_derive_internals v0.29.1
13422024-12-12T03:22:33.161Z Compiling thread_local v1.1.8
13432024-12-12T03:22:33.288Z Compiling encoding_rs v0.8.34
13442024-12-12T03:22:33.588Z Compiling multer v3.1.0
13452024-12-12T03:22:33.720Z Compiling cookie v0.18.1
13462024-12-12T03:22:33.850Z Compiling schemars v0.8.21
13472024-12-12T03:22:33.976Z Compiling unicode-properties v0.1.3
13482024-12-12T03:22:34.052Z Compiling slog-async v2.8.0
13492024-12-12T03:22:34.184Z Compiling openssl-probe v0.1.5
13502024-12-12T03:22:34.366Z Compiling rayon-core v1.12.1
13512024-12-12T03:22:34.543Z Compiling signal-hook v0.3.17
13522024-12-12T03:22:34.564Z Compiling gimli v0.31.1
13532024-12-12T03:22:34.620Z Compiling mime v0.3.17
13542024-12-12T03:22:34.792Z Compiling hyper v1.5.0
13552024-12-12T03:22:35.220Z Compiling ipnet v2.10.1
13562024-12-12T03:22:35.886Z Compiling schemars_derive v0.8.21
13572024-12-12T03:22:36.682Z Compiling stringprep v0.1.5
13582024-12-12T03:22:37.666Z Compiling hyper-util v0.1.10
13592024-12-12T03:22:38.430Z Compiling toml_edit v0.22.22
13602024-12-12T03:22:38.926Z Compiling crossbeam-deque v0.8.5
13612024-12-12T03:22:39.235Z Compiling addr2line v0.24.2
13622024-12-12T03:22:39.288Z Compiling usdt-attr-macro v0.5.0
13632024-12-12T03:22:39.703Z Compiling usdt-macro v0.5.0
13642024-12-12T03:22:39.971Z Compiling term v0.7.0
13652024-12-12T03:22:40.212Z Compiling slog-json v2.6.1
13662024-12-12T03:22:40.591Z Compiling serde_urlencoded v0.7.1
13672024-12-12T03:22:40.655Z Compiling curve25519-dalek v4.1.3
13682024-12-12T03:22:40.914Z Compiling crossbeam-channel v0.5.13
13692024-12-12T03:22:41.104Z Compiling enum-as-inner v0.6.1
13702024-12-12T03:22:41.124Z Compiling futures-executor v0.3.31
13712024-12-12T03:22:41.253Z Compiling md-5 v0.10.6
13722024-12-12T03:22:41.525Z Compiling async-stream-impl v0.3.6
13732024-12-12T03:22:41.566Z Compiling rustls-pemfile v2.2.0
13742024-12-12T03:22:41.720Z Compiling num-integer v0.1.46
13752024-12-12T03:22:41.900Z Compiling idna v0.3.0
13762024-12-12T03:22:42.064Z Compiling idna v0.4.0
13772024-12-12T03:22:42.222Z Compiling hash32 v0.2.1
13782024-12-12T03:22:42.473Z Compiling ff v0.13.0
13792024-12-12T03:22:42.595Z Compiling is-terminal v0.4.13
13802024-12-12T03:22:42.682Z Compiling object v0.36.5
13812024-12-12T03:22:42.724Z Compiling dropshot v0.12.0
13822024-12-12T03:22:42.910Z Compiling num-bigint-dig v0.8.4
13832024-12-12T03:22:42.999Z Compiling anyhow v1.0.93
13842024-12-12T03:22:43.190Z Compiling linked-hash-map v0.5.6
13852024-12-12T03:22:43.562Z Compiling portable-atomic v1.9.0
13862024-12-12T03:22:43.587Z Compiling base16ct v0.2.0
13872024-12-12T03:22:43.617Z Compiling rustc-demangle v0.1.24
13882024-12-12T03:22:43.746Z Compiling fallible-iterator v0.2.0
13892024-12-12T03:22:43.901Z Compiling take_mut v0.2.2
13902024-12-12T03:22:44.061Z Compiling smoltcp v0.9.1
13912024-12-12T03:22:44.474Z Compiling utf-8 v0.7.6
13922024-12-12T03:22:44.579Z Compiling quick-error v1.2.3
13932024-12-12T03:22:44.617Z Compiling psl-types v2.0.11
13942024-12-12T03:22:44.730Z Compiling dyn-clone v1.0.17
13952024-12-12T03:22:44.783Z Compiling publicsuffix v2.2.3
13962024-12-12T03:22:44.817Z Compiling resolv-conf v0.7.0
13972024-12-12T03:22:44.836Z Compiling tungstenite v0.24.0
13982024-12-12T03:22:45.108Z Compiling postgres-protocol v0.6.7
13992024-12-12T03:22:46.414Z Compiling sec1 v0.7.3
14002024-12-12T03:22:46.959Z Compiling lru-cache v0.1.2
14012024-12-12T03:22:47.091Z Compiling async-stream v0.3.6
14022024-12-12T03:22:47.148Z Compiling hickory-proto v0.24.1
14032024-12-12T03:22:47.181Z Compiling slog-term v2.9.1
14042024-12-12T03:22:47.229Z Compiling usdt v0.5.0
14052024-12-12T03:22:47.391Z Compiling group v0.13.0
14062024-12-12T03:22:47.736Z Compiling num-iter v0.1.45
14072024-12-12T03:22:47.922Z Compiling toml v0.8.19
14082024-12-12T03:22:48.445Z Compiling futures v0.3.31
14092024-12-12T03:22:48.673Z Compiling slog-bunyan v2.5.0
14102024-12-12T03:22:49.671Z Compiling camino v1.1.9
14112024-12-12T03:22:49.985Z Compiling backtrace v0.3.74
14122024-12-12T03:22:50.007Z Compiling tokio-native-tls v0.3.1
14132024-12-12T03:22:50.629Z Compiling phf_shared v0.11.2
14142024-12-12T03:22:50.662Z Compiling dropshot_endpoint v0.12.0
14152024-12-12T03:22:50.735Z Compiling terminal_size v0.4.0
14162024-12-12T03:22:50.950Z Compiling waitgroup v0.1.2
14172024-12-12T03:22:51.005Z Compiling openapiv3 v2.0.0
14182024-12-12T03:22:51.171Z Compiling serde_path_to_error v0.1.16
14192024-12-12T03:22:51.271Z Compiling hkdf v0.12.4
14202024-12-12T03:22:51.539Z Compiling crypto-bigint v0.5.5
14212024-12-12T03:22:52.073Z Compiling curve25519-dalek-derive v0.1.1
14222024-12-12T03:22:53.626Z Compiling zerocopy-derive v0.6.6
14232024-12-12T03:22:53.747Z Compiling webpki-roots v0.26.6
14242024-12-12T03:22:53.966Z Compiling idna v0.5.0
14252024-12-12T03:22:54.381Z Compiling hubpack_derive v0.1.1
14262024-12-12T03:22:55.277Z Compiling hostname v0.4.0
14272024-12-12T03:22:55.357Z Compiling crc32fast v1.4.2
14282024-12-12T03:22:55.504Z Compiling ahash v0.8.11
14292024-12-12T03:22:55.537Z Compiling fs-err v2.11.0
14302024-12-12T03:22:55.631Z Compiling bitflags v1.3.2
14312024-12-12T03:22:55.667Z Compiling winnow v0.5.40
14322024-12-12T03:22:55.734Z Compiling debug-ignore v1.0.5
14332024-12-12T03:22:55.811Z Compiling managed v0.8.0
14342024-12-12T03:22:55.865Z Compiling zerocopy v0.6.6
14352024-12-12T03:22:55.887Z Compiling clap_builder v4.5.21
14362024-12-12T03:22:56.030Z Compiling console v0.15.8
14372024-12-12T03:22:56.781Z Compiling strum_macros v0.25.3
14382024-12-12T03:22:57.712Z Compiling flate2 v1.0.34
14392024-12-12T03:22:57.767Z Compiling hubpack v0.1.2
14402024-12-12T03:22:57.864Z Compiling cookie_store v0.21.0
14412024-12-12T03:22:58.227Z Compiling elliptic-curve v0.13.8
14422024-12-12T03:22:58.715Z Compiling hickory-resolver v0.24.1
14432024-12-12T03:22:59.059Z Compiling phf v0.11.2
14442024-12-12T03:22:59.349Z Compiling toml_edit v0.19.15
14452024-12-12T03:22:59.570Z Compiling signal-hook-mio v0.2.4
14462024-12-12T03:22:59.732Z Compiling hyper-tls v0.6.0
14472024-12-12T03:23:00.165Z Compiling rayon v1.10.0
14482024-12-12T03:23:00.394Z Compiling bzip2 v0.4.4
14492024-12-12T03:23:00.895Z Compiling tokio-tungstenite v0.24.0
14502024-12-12T03:23:01.433Z Compiling postgres-types v0.2.8
14512024-12-12T03:23:04.401Z Compiling ed25519 v2.2.3
14522024-12-12T03:23:05.054Z Compiling phf_shared v0.10.0
14532024-12-12T03:23:05.472Z Compiling tokio-stream v0.1.16
14542024-12-12T03:23:05.546Z Compiling pkcs1 v0.7.5
14552024-12-12T03:23:05.590Z Compiling serde-big-array v0.5.1
14562024-12-12T03:23:05.833Z Compiling clap_derive v4.5.18
14572024-12-12T03:23:06.316Z Compiling rfc6979 v0.4.0
14582024-12-12T03:23:06.511Z Compiling derive-where v1.2.7
14592024-12-12T03:23:06.539Z Compiling serde_repr v0.1.19
14602024-12-12T03:23:06.604Z Compiling float-cmp v0.9.0
14612024-12-12T03:23:06.634Z Compiling bstr v1.10.0
14622024-12-12T03:23:06.836Z Compiling sync_wrapper v1.0.1
14632024-12-12T03:23:06.999Z Compiling normalize-line-endings v0.3.0
14642024-12-12T03:23:07.132Z Compiling static_assertions v1.1.0
14652024-12-12T03:23:07.239Z Compiling unicode-segmentation v1.12.0
14662024-12-12T03:23:07.430Z Compiling unicode-width v0.2.0
14672024-12-12T03:23:07.729Z Compiling fixedbitset v0.4.2
14682024-12-12T03:23:07.971Z Compiling new_debug_unreachable v1.0.6
14692024-12-12T03:23:08.075Z Compiling whoami v1.5.2
14702024-12-12T03:23:08.138Z Compiling predicates-core v1.0.8
14712024-12-12T03:23:08.219Z Compiling number_prefix v0.4.0
14722024-12-12T03:23:08.455Z Compiling bit-vec v0.6.3
14732024-12-12T03:23:08.477Z Compiling precomputed-hash v0.1.1
14742024-12-12T03:23:08.506Z Compiling difflib v0.4.0
14752024-12-12T03:23:08.597Z Compiling string_cache v0.8.7
14762024-12-12T03:23:08.718Z Compiling tokio-postgres v0.7.12
14772024-12-12T03:23:08.915Z Compiling predicates v3.1.2
14782024-12-12T03:23:09.085Z Compiling bit-set v0.5.3
14792024-12-12T03:23:09.378Z Compiling indicatif v0.17.9
14802024-12-12T03:23:10.174Z Compiling petgraph v0.6.5
14812024-12-12T03:23:10.218Z Compiling similar v2.6.0
14822024-12-12T03:23:10.702Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14832024-12-12T03:23:11.028Z Compiling clap v4.5.21
14842024-12-12T03:23:11.158Z Compiling ecdsa v0.16.9
14852024-12-12T03:23:11.691Z Compiling rsa v0.9.6
14862024-12-12T03:23:12.098Z Compiling ed25519-dalek v2.1.1
14872024-12-12T03:23:12.735Z Compiling toml v0.7.8
14882024-12-12T03:23:13.431Z Compiling zip v0.6.6
14892024-12-12T03:23:14.345Z Compiling crossterm v0.28.1
14902024-12-12T03:23:14.867Z Compiling hex v0.4.3
14912024-12-12T03:23:15.344Z Compiling x509-cert v0.2.5
14922024-12-12T03:23:15.418Z Compiling itertools v0.10.5
14932024-12-12T03:23:15.472Z Compiling lalrpop-util v0.19.12
14942024-12-12T03:23:15.492Z Compiling peg-runtime v0.8.3
14952024-12-12T03:23:15.823Z Compiling unicode-xid v0.2.6
14962024-12-12T03:23:16.012Z Compiling strum_macros v0.26.4
14972024-12-12T03:23:16.206Z Compiling xattr v1.3.1
14982024-12-12T03:23:16.507Z Compiling filetime v0.2.25
14992024-12-12T03:23:16.830Z Compiling tar v0.4.42
15002024-12-12T03:23:21.371Z Compiling strum v0.26.3
15012024-12-12T03:23:24.057Z Compiling aws-lc-sys v0.22.0
15022024-12-12T03:23:51.992Z Compiling rustls-webpki v0.102.8
15032024-12-12T03:23:55.298Z Compiling tokio-rustls v0.25.0
15042024-12-12T03:23:57.098Z Compiling tokio-rustls v0.26.0
15052024-12-12T03:23:57.477Z Compiling hyper-rustls v0.27.3
15062024-12-12T03:23:57.796Z Compiling reqwest v0.12.9
15072024-12-12T03:23:58.648Z Compiling qorb v0.2.1
15082024-12-12T03:24:03.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15092024-12-12T03:24:03.844Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15102024-12-12T03:24:09.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
15112024-12-12T03:24:09.744Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15122024-12-12T03:24:09.790ZDec 12 03:24:09.249 INFO Starting download, target: Clickhouse
15132024-12-12T03:24:09.790ZDec 12 03:24:09.249 INFO Starting download, target: Cockroach
15142024-12-12T03:24:09.796ZDec 12 03:24:09.249 INFO Starting download, target: Console
15152024-12-12T03:24:09.796ZDec 12 03:24:09.249 INFO Starting download, target: DendriteOpenapi
15162024-12-12T03:24:09.796ZDec 12 03:24:09.249 INFO Starting download, target: DendriteStub
15172024-12-12T03:24:09.796ZDec 12 03:24:09.249 INFO Starting download, target: MaghemiteMgd
15182024-12-12T03:24:09.796ZDec 12 03:24:09.249 INFO Starting download, target: TransceiverControl
15192024-12-12T03:24:09.796ZDec 12 03:24:09.250 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15202024-12-12T03:24:09.796ZDec 12 03:24:09.250 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15212024-12-12T03:24:09.796ZDec 12 03:24:09.250 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15222024-12-12T03:24:09.796ZDec 12 03:24:09.250 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15232024-12-12T03:24:09.796ZDec 12 03:24:09.250 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15242024-12-12T03:24:09.796ZDec 12 03:24:09.250 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15252024-12-12T03:24:09.796ZDec 12 03:24:09.250 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15262024-12-12T03:24:10.102ZDec 12 03:24:09.505 INFO Download complete, target: DendriteOpenapi
15272024-12-12T03:24:10.230ZDec 12 03:24:09.635 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15282024-12-12T03:24:10.379ZDec 12 03:24:09.806 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15292024-12-12T03:24:10.691ZDec 12 03:24:10.125 INFO Download complete, target: Console
15302024-12-12T03:24:10.780ZDec 12 03:24:10.236 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15312024-12-12T03:24:10.820ZDec 12 03:24:10.276 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15322024-12-12T03:24:10.826ZDec 12 03:24:10.282 INFO Download complete, target: TransceiverControl
15332024-12-12T03:24:11.459ZDec 12 03:24:10.918 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15342024-12-12T03:24:11.459ZDec 12 03:24:10.918 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15352024-12-12T03:24:11.962ZDec 12 03:24:11.420 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15362024-12-12T03:24:13.651ZDec 12 03:24:13.109 INFO Download complete, target: DendriteStub
15372024-12-12T03:24:13.733ZDec 12 03:24:13.191 INFO Download complete, target: MaghemiteMgd
15382024-12-12T03:24:18.761ZDec 12 03:24:18.217 INFO Checking that binary works, target: Cockroach
15392024-12-12T03:24:18.917ZDec 12 03:24:18.372 INFO Download complete, target: Cockroach
15402024-12-12T03:24:24.122ZDec 12 03:24:23.575 INFO Checking that binary works, target: Clickhouse
15412024-12-12T03:24:24.272ZDec 12 03:24:23.725 INFO Download complete, target: Clickhouse
15422024-12-12T03:24:24.279ZAll prerequisites installed successfully
15432024-12-12T03:24:24.281Z
15442024-12-12T03:24:24.281Zreal 4:56.258391165
15452024-12-12T03:24:24.281Zuser 16:23.214964286
15462024-12-12T03:24:24.281Zsys 3:12.285903071
15472024-12-12T03:24:24.282Ztrap 0.524060971
15482024-12-12T03:24:24.282Ztflt 1.656758780
15492024-12-12T03:24:24.282Zdflt 2.302635915
15502024-12-12T03:24:24.282Zkflt 0.032272867
15512024-12-12T03:24:24.282Zlock 29:47.502964236
15522024-12-12T03:24:24.282Zslp 1:01:16.751126078
15532024-12-12T03:24:24.282Zlat 57.553982394
15542024-12-12T03:24:24.282Zstop 2:18.424311857
15552024-12-12T03:24:24.282Z+ ptime -m cargo xtask download softnpu
15562024-12-12T03:24:24.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15572024-12-12T03:24:24.803Z Running `target/debug/xtask download softnpu`
15582024-12-12T03:24:25.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
15592024-12-12T03:24:25.650Z Running `target/debug/xtask-downloader softnpu`
15602024-12-12T03:24:25.685ZDec 12 03:24:25.137 INFO Starting download, target: Softnpu
15612024-12-12T03:24:25.687ZDec 12 03:24:25.138 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15622024-12-12T03:24:26.282ZDec 12 03:24:25.734 INFO Download complete, target: Softnpu
15632024-12-12T03:24:26.286Z
15642024-12-12T03:24:26.289Zreal 1.999280139
15652024-12-12T03:24:26.289Zuser 1.229783769
15662024-12-12T03:24:26.290Zsys 0.507523680
15672024-12-12T03:24:26.290Ztrap 0.001565736
15682024-12-12T03:24:26.290Ztflt 0.000008156
15692024-12-12T03:24:26.290Zdflt 0.000005647
15702024-12-12T03:24:26.290Zkflt 0.000000000
15712024-12-12T03:24:26.290Zlock 6.121599312
15722024-12-12T03:24:26.290Zslp 0.436383503
15732024-12-12T03:24:26.290Zlat 0.084202432
15742024-12-12T03:24:26.290Zstop 0.000260456
15752024-12-12T03:24:26.290Z+ export CARGO_INCREMENTAL=0
15762024-12-12T03:24:26.290Z+ CARGO_INCREMENTAL=0
15772024-12-12T03:24:26.290Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15782024-12-12T03:24:27.245Z Compiling proc-macro2 v1.0.89
15792024-12-12T03:24:27.245Z Compiling unicode-ident v1.0.13
15802024-12-12T03:24:27.245Z Compiling libc v0.2.162
15812024-12-12T03:24:27.245Z Compiling serde v1.0.215
15822024-12-12T03:24:27.245Z Compiling autocfg v1.4.0
15832024-12-12T03:24:27.248Z Compiling version_check v0.9.5
15842024-12-12T03:24:27.248Z Compiling cfg-if v1.0.0
15852024-12-12T03:24:27.513Z Compiling memchr v2.7.4
15862024-12-12T03:24:27.540Z Compiling typenum v1.17.0
15872024-12-12T03:24:27.578Z Compiling shlex v1.3.0
15882024-12-12T03:24:27.912Z Compiling value-bag v1.9.0
15892024-12-12T03:24:27.952Z Compiling scopeguard v1.2.0
15902024-12-12T03:24:28.096Z Compiling generic-array v0.14.7
15912024-12-12T03:24:28.316Z Compiling lock_api v0.4.12
15922024-12-12T03:24:28.360Z Compiling log v0.4.22
15932024-12-12T03:24:28.482Z Compiling parking_lot_core v0.9.10
15942024-12-12T03:24:28.869Z Compiling serde_json v1.0.132
15952024-12-12T03:24:28.948Z Compiling once_cell v1.20.2
15962024-12-12T03:24:29.168Z Compiling quote v1.0.37
15972024-12-12T03:24:29.220Z Compiling rustix v0.38.37
15982024-12-12T03:24:29.238Z Compiling thiserror v1.0.69
15992024-12-12T03:24:29.345Z Compiling jobserver v0.1.32
16002024-12-12T03:24:29.602Z Compiling syn v2.0.87
16012024-12-12T03:24:29.703Z Compiling cc v1.1.30
16022024-12-12T03:24:29.758Z Compiling getrandom v0.2.15
16032024-12-12T03:24:29.857Z Compiling libm v0.2.8
16042024-12-12T03:24:29.926Z Compiling aho-corasick v1.1.3
16052024-12-12T03:24:30.073Z Compiling regex-syntax v0.8.5
16062024-12-12T03:24:30.111Z Compiling num-traits v0.2.19
16072024-12-12T03:24:30.113Z Compiling either v1.13.0
16082024-12-12T03:24:30.172Z Compiling itoa v1.0.11
16092024-12-12T03:24:30.379Z Compiling spin v0.9.8
16102024-12-12T03:24:30.540Z Compiling slab v0.4.9
16112024-12-12T03:24:30.805Z Compiling byteorder v1.5.0
16122024-12-12T03:24:31.003Z Compiling errno v0.3.9
16132024-12-12T03:24:31.229Z Compiling rand_core v0.6.4
16142024-12-12T03:24:31.284Z Compiling lazy_static v1.5.0
16152024-12-12T03:24:31.450Z Compiling glob v0.3.1
16162024-12-12T03:24:32.075Z Compiling prettyplease v0.2.25
16172024-12-12T03:24:32.260Z Compiling clang-sys v1.8.1
16182024-12-12T03:24:32.568Z Compiling minimal-lexical v0.2.1
16192024-12-12T03:24:32.660Z Compiling libloading v0.8.5
16202024-12-12T03:24:32.942Z Compiling subtle v2.6.1
16212024-12-12T03:24:33.047Z Compiling nom v7.1.3
16222024-12-12T03:24:33.257Z Compiling home v0.5.9
16232024-12-12T03:24:33.275Z Compiling allocator-api2 v0.2.18
16242024-12-12T03:24:33.341Z Compiling bindgen v0.69.5
16252024-12-12T03:24:33.759Z Compiling regex-automata v0.4.8
16262024-12-12T03:24:33.880Z Compiling itertools v0.12.1
16272024-12-12T03:24:34.051Z Compiling rustc-hash v1.1.0
16282024-12-12T03:24:34.195Z Compiling lazycell v1.3.0
16292024-12-12T03:24:34.214Z Compiling smallvec v1.13.2
16302024-12-12T03:24:34.354Z Compiling semver v1.0.23
16312024-12-12T03:24:34.688Z Compiling cmake v0.1.51
16322024-12-12T03:24:35.007Z Compiling dunce v1.0.5
16332024-12-12T03:24:35.144Z Compiling fs_extra v1.3.0
16342024-12-12T03:24:36.344Z Compiling pkg-config v0.3.31
16352024-12-12T03:24:36.487Z Compiling ring v0.17.8
16362024-12-12T03:24:36.749Z Compiling cexpr v0.6.0
16372024-12-12T03:24:36.970Z Compiling ryu v1.0.18
16382024-12-12T03:24:37.025Z Compiling pin-project-lite v0.2.14
16392024-12-12T03:24:37.166Z Compiling synstructure v0.13.1
16402024-12-12T03:24:37.305Z Compiling const-oid v0.9.6
16412024-12-12T03:24:37.879Z Compiling fnv v1.0.7
16422024-12-12T03:24:38.015Z Compiling paste v1.0.15
16432024-12-12T03:24:38.330Z Compiling foldhash v0.1.3
16442024-12-12T03:24:38.519Z Compiling aws-lc-rs v1.10.0
16452024-12-12T03:24:38.536Z Compiling httparse v1.9.5
16462024-12-12T03:24:38.594Z Compiling equivalent v1.0.1
16472024-12-12T03:24:38.709Z Compiling hashbrown v0.15.0
16482024-12-12T03:24:39.137Z Compiling regex v1.11.1
16492024-12-12T03:24:39.233Z Compiling heck v0.5.0
16502024-12-12T03:24:39.696Z Compiling schemars v0.8.21
16512024-12-12T03:24:40.007Z Compiling serde_derive_internals v0.29.1
16522024-12-12T03:24:40.071Z Compiling signal-hook-registry v1.4.2
16532024-12-12T03:24:40.171Z Compiling mio v1.0.2
16542024-12-12T03:24:40.506Z Compiling parking_lot v0.12.3
16552024-12-12T03:24:42.063Z Compiling stable_deref_trait v1.2.0
16562024-12-12T03:24:42.179Z Compiling crossbeam-utils v0.8.20
16572024-12-12T03:24:42.289Z Compiling socket2 v0.5.7
16582024-12-12T03:24:42.689Z Compiling futures-core v0.3.31
16592024-12-12T03:24:42.750Z Compiling serde_derive v1.0.215
16602024-12-12T03:24:42.945Z Compiling zeroize_derive v1.4.2
16612024-12-12T03:24:43.172Z Compiling zerocopy-derive v0.7.35
16622024-12-12T03:24:43.664Z Compiling thiserror-impl v1.0.69
16632024-12-12T03:24:43.925Z Compiling tokio-macros v2.4.0
16642024-12-12T03:24:44.116Z Compiling zerofrom-derive v0.1.4
16652024-12-12T03:24:44.252Z Compiling yoke-derive v0.7.4
16662024-12-12T03:24:44.356Z Compiling zeroize v1.8.1
16672024-12-12T03:24:44.970Z Compiling futures-macro v0.3.31
16682024-12-12T03:24:45.183Z Compiling zerovec-derive v0.10.3
16692024-12-12T03:24:45.337Z Compiling zerocopy v0.7.35
16702024-12-12T03:24:46.445Z Compiling displaydoc v0.2.5
16712024-12-12T03:24:46.870Z Compiling crypto-common v0.1.6
16722024-12-12T03:24:46.945Z Compiling tracing-attributes v0.1.27
16732024-12-12T03:24:46.948Z Compiling icu_provider_macros v1.5.0
16742024-12-12T03:24:47.078Z Compiling block-buffer v0.10.4
16752024-12-12T03:24:47.330Z Compiling digest v0.10.7
16762024-12-12T03:24:47.551Z Compiling schemars_derive v0.8.21
16772024-12-12T03:24:47.821Z Compiling der_derive v0.7.3
16782024-12-12T03:24:47.874Z Compiling num-conv v0.1.0
16792024-12-12T03:24:47.979Z Compiling time-core v0.1.2
16802024-12-12T03:24:48.173Z Compiling time-macros v0.2.18
16812024-12-12T03:24:48.513Z Compiling vcpkg v0.2.15
16822024-12-12T03:24:50.113Z Compiling openssl-sys v0.9.103
16832024-12-12T03:24:51.009Z Compiling cpufeatures v0.2.14
16842024-12-12T03:24:51.071Z Compiling slog v2.7.0
16852024-12-12T03:24:51.112Z Compiling futures-sink v0.3.31
16862024-12-12T03:24:51.347Z Compiling ahash v0.8.11
16872024-12-12T03:24:51.391Z Compiling syn v1.0.109
16882024-12-12T03:24:51.798Z Compiling zerofrom v0.1.4
16892024-12-12T03:24:51.987Z Compiling scroll_derive v0.12.0
16902024-12-12T03:24:52.137Z Compiling iana-time-zone v0.1.61
16912024-12-12T03:24:52.308Z Compiling ucd-trie v0.1.7
16922024-12-12T03:24:52.419Z Compiling yoke v0.7.4
16932024-12-12T03:24:52.797Z Compiling pest v2.7.14
16942024-12-12T03:24:52.811Z Compiling futures-channel v0.3.31
16952024-12-12T03:24:53.185Z Compiling hmac v0.12.1
16962024-12-12T03:24:53.316Z Compiling futures-io v0.3.31
16972024-12-12T03:24:53.394Z Compiling pin-utils v0.1.0
16982024-12-12T03:24:53.486Z Compiling futures-task v0.3.31
16992024-12-12T03:24:53.503Z Compiling openssl v0.10.66
17002024-12-12T03:24:53.911Z Compiling zerovec v0.10.4
17012024-12-12T03:24:54.026Z Compiling futures-util v0.3.31
17022024-12-12T03:24:54.286Z Compiling block-padding v0.3.3
17032024-12-12T03:24:54.970Z Compiling tinyvec_macros v0.1.1
17042024-12-12T03:24:55.065Z Compiling tinyvec v1.8.0
17052024-12-12T03:24:55.663Z Compiling pest_meta v2.7.14
17062024-12-12T03:24:55.985Z Compiling bitflags v2.6.0
17072024-12-12T03:24:56.238Z Compiling bytes v1.8.0
17082024-12-12T03:24:58.123Z Compiling indexmap v2.6.0
17092024-12-12T03:24:59.577Z Compiling tokio v1.40.0
17102024-12-12T03:24:59.755Z Compiling serde_tokenstream v0.2.2
17112024-12-12T03:25:00.194Z Compiling http v1.1.0
17122024-12-12T03:25:00.278Z Compiling uuid v1.11.0
17132024-12-12T03:25:00.828Z Compiling which v4.4.2
17142024-12-12T03:25:01.591Z Compiling rustc_version v0.4.1
17152024-12-12T03:25:01.687Z Compiling chrono v0.4.38
17162024-12-12T03:25:04.038Z Compiling pest_generator v2.7.14
17172024-12-12T03:25:04.658Z Compiling serde_spanned v0.6.8
17182024-12-12T03:25:05.185Z Compiling toml_datetime v0.6.8
17192024-12-12T03:25:05.626Z Compiling inout v0.1.3
17202024-12-12T03:25:05.881Z Compiling openssl-macros v0.1.1
17212024-12-12T03:25:06.636Z Compiling rustls v0.23.14
17222024-12-12T03:25:06.923Z Compiling strsim v0.11.1
17232024-12-12T03:25:07.769Z Compiling native-tls v0.2.12
17242024-12-12T03:25:08.099Z Compiling cipher v0.4.4
17252024-12-12T03:25:08.326Z Compiling pest_derive v2.7.14
17262024-12-12T03:25:08.565Z Compiling unicode-normalization v0.1.24
17272024-12-12T03:25:08.814Z Compiling tinystr v0.7.6
17282024-12-12T03:25:09.056Z Compiling sha2 v0.10.8
17292024-12-12T03:25:09.296Z Compiling tracing-core v0.1.32
17302024-12-12T03:25:09.595Z Compiling usdt-impl v0.5.0
17312024-12-12T03:25:09.612Z Compiling base64ct v1.6.0
17322024-12-12T03:25:09.856Z Compiling unicode-bidi v0.3.17
17332024-12-12T03:25:09.920Z Compiling litemap v0.7.3
17342024-12-12T03:25:09.986Z Compiling dyn-clone v1.0.17
17352024-12-12T03:25:10.184Z Compiling writeable v0.5.5
17362024-12-12T03:25:10.323Z Compiling tracing v0.1.40
17372024-12-12T03:25:10.721Z Compiling icu_locid v1.5.0
17382024-12-12T03:25:11.093Z Compiling pem-rfc7468 v0.7.0
17392024-12-12T03:25:11.735Z Compiling scroll v0.12.0
17402024-12-12T03:25:12.133Z Compiling ppv-lite86 v0.2.20
17412024-12-12T03:25:12.292Z Compiling async-trait v0.1.83
17422024-12-12T03:25:12.907Z Compiling cookie v0.18.1
17432024-12-12T03:25:13.196Z Compiling camino v1.1.9
17442024-12-12T03:25:13.722Z Compiling flagset v0.4.6
17452024-12-12T03:25:13.936Z Compiling plain v0.2.3
17462024-12-12T03:25:13.968Z Compiling anyhow v1.0.93
17472024-12-12T03:25:14.606Z Compiling aws-lc-sys v0.22.0
17482024-12-12T03:25:17.906Z Compiling goblin v0.8.2
17492024-12-12T03:25:18.327Z Compiling der v0.7.9
17502024-12-12T03:25:20.227Z Compiling rand_chacha v0.3.1
17512024-12-12T03:25:21.287Z Compiling icu_provider v1.5.0
17522024-12-12T03:25:21.816Z Compiling rayon-core v1.12.1
17532024-12-12T03:25:22.087Z Compiling rustls v0.22.4
17542024-12-12T03:25:22.240Z Compiling pretty-hex v0.4.1
17552024-12-12T03:25:22.344Z Compiling icu_locid_transform_data v1.5.0
17562024-12-12T03:25:22.444Z Compiling percent-encoding v2.3.1
17572024-12-12T03:25:22.716Z Compiling untrusted v0.7.1
17582024-12-12T03:25:22.898Z Compiling rustls-pki-types v1.9.0
17592024-12-12T03:25:23.368Z Compiling icu_locid_transform v1.5.0
17602024-12-12T03:25:23.867Z Compiling dof v0.3.0
17612024-12-12T03:25:25.114Z Compiling rand v0.8.5
17622024-12-12T03:25:25.280Z Compiling spki v0.7.3
17632024-12-12T03:25:25.592Z Compiling dtrace-parser v0.2.0
17642024-12-12T03:25:25.638Z Compiling salsa20 v0.10.2
17652024-12-12T03:25:25.714Z Compiling tokio-util v0.7.12
17662024-12-12T03:25:26.705Z Compiling icu_collections v1.5.0
17672024-12-12T03:25:26.708Z Compiling pbkdf2 v0.12.2
17682024-12-12T03:25:27.271Z Compiling thread-id v4.2.2
17692024-12-12T03:25:27.295Z Compiling untrusted v0.9.0
17702024-12-12T03:25:27.384Z Compiling powerfmt v0.2.0
17712024-12-12T03:25:27.482Z Compiling icu_properties_data v1.5.0
17722024-12-12T03:25:27.740Z Compiling mirai-annotations v1.12.0
17732024-12-12T03:25:27.904Z Compiling winnow v0.5.40
17742024-12-12T03:25:28.055Z Compiling deranged v0.3.11
17752024-12-12T03:25:28.227Z Compiling icu_properties v1.5.1
17762024-12-12T03:25:31.805Z Compiling toml_edit v0.19.15
17772024-12-12T03:25:32.834Z Compiling scrypt v0.11.0
17782024-12-12T03:25:32.909Z Compiling aes v0.8.4
17792024-12-12T03:25:33.030Z Compiling cbc v0.1.2
17802024-12-12T03:25:33.331Z Compiling multer v3.1.0
17812024-12-12T03:25:33.438Z Compiling num_threads v0.1.7
17822024-12-12T03:25:33.624Z Compiling icu_normalizer_data v1.5.0
17832024-12-12T03:25:33.735Z Compiling utf16_iter v1.0.5
17842024-12-12T03:25:33.839Z Compiling atomic-waker v1.1.2
17852024-12-12T03:25:33.925Z Compiling utf8_iter v1.0.4
17862024-12-12T03:25:34.157Z Compiling write16 v1.0.0
17872024-12-12T03:25:34.296Z Compiling rustversion v1.0.17
17882024-12-12T03:25:34.312Z Compiling slog-async v2.8.0
17892024-12-12T03:25:34.605Z Compiling time v0.3.36
17902024-12-12T03:25:34.970Z Compiling icu_normalizer v1.5.0
17912024-12-12T03:25:36.666Z Compiling pkcs5 v0.7.1
17922024-12-12T03:25:38.340Z Compiling form_urlencoded v1.2.1
17932024-12-12T03:25:38.860Z Compiling http-body v1.0.1
17942024-12-12T03:25:38.917Z Compiling heapless v0.7.17
17952024-12-12T03:25:39.387Z Compiling bzip2-sys v0.1.11+1.0.8
17962024-12-12T03:25:39.832Z Compiling signal-hook v0.3.17
17972024-12-12T03:25:39.851Z Compiling try-lock v0.2.5
17982024-12-12T03:25:41.915Z Compiling want v0.3.1
17992024-12-12T03:25:42.335Z Compiling pkcs8 v0.10.2
18002024-12-12T03:25:42.403Z Compiling idna_adapter v1.2.0
18012024-12-12T03:25:43.011Z Compiling h2 v0.4.6
18022024-12-12T03:25:43.846Z Compiling usdt-attr-macro v0.5.0
18032024-12-12T03:25:45.303Z Compiling usdt-macro v0.5.0
18042024-12-12T03:25:45.513Z Compiling async-stream-impl v0.3.6
18052024-12-12T03:25:45.811Z Compiling adler2 v2.0.0
18062024-12-12T03:25:46.095Z Compiling httpdate v1.0.3
18072024-12-12T03:25:46.758Z Compiling miniz_oxide v0.8.0
18082024-12-12T03:25:47.189Z Compiling idna v1.0.3
18092024-12-12T03:25:48.619Z Compiling curve25519-dalek v4.1.3
18102024-12-12T03:25:49.014Z Compiling openapiv3 v2.0.0
18112024-12-12T03:25:49.918Z Compiling hyper v1.5.0
18122024-12-12T03:25:50.402Z Compiling enum-as-inner v0.6.1
18132024-12-12T03:25:52.696Z Compiling dropshot v0.12.0
18142024-12-12T03:25:52.986Z Compiling smoltcp v0.9.1
18152024-12-12T03:25:53.211Z Compiling base64 v0.22.1
18162024-12-12T03:25:53.576Z Compiling portable-atomic v1.9.0
18172024-12-12T03:25:53.641Z Compiling tower-service v0.3.3
18182024-12-12T03:25:53.781Z Compiling match_cfg v0.1.0
18192024-12-12T03:25:53.881Z Compiling num-bigint-dig v0.8.4
18202024-12-12T03:25:54.092Z Compiling foreign-types-shared v0.1.1
18212024-12-12T03:25:54.332Z Compiling hyper-util v0.1.10
18222024-12-12T03:25:54.920Z Compiling foreign-types v0.3.2
18232024-12-12T03:25:55.020Z Compiling hostname v0.3.1
18242024-12-12T03:26:00.409Z Compiling url v2.5.3
18252024-12-12T03:26:02.628Z Compiling dirs-sys-next v0.1.2
18262024-12-12T03:26:02.979Z Compiling siphasher v0.3.11
18272024-12-12T03:26:03.246Z Compiling heck v0.4.1
18282024-12-12T03:26:03.326Z Compiling gimli v0.31.1
18292024-12-12T03:26:03.348Z Compiling data-encoding v2.6.0
18302024-12-12T03:26:03.398Z Compiling ident_case v1.0.1
18312024-12-12T03:26:03.580Z Compiling darling_core v0.20.10
18322024-12-12T03:26:03.709Z Compiling dirs-next v2.0.0
18332024-12-12T03:26:06.515Z Compiling http-body-util v0.1.2
18342024-12-12T03:26:09.702Z Compiling addr2line v0.24.2
18352024-12-12T03:26:10.250Z Compiling crossbeam-epoch v0.9.18
18362024-12-12T03:26:10.297Z Compiling hubpack_derive v0.1.1
18372024-12-12T03:26:10.315Z Compiling dropshot_endpoint v0.12.0
18382024-12-12T03:26:10.667Z Compiling sha1 v0.10.6
18392024-12-12T03:26:10.962Z Compiling signature v2.2.0
18402024-12-12T03:26:11.066Z Compiling zerocopy-derive v0.6.6
18412024-12-12T03:26:11.115Z Compiling curve25519-dalek-derive v0.1.1
18422024-12-12T03:26:12.046Z Compiling object v0.36.5
18432024-12-12T03:26:12.583Z Compiling thread_local v1.1.8
18442024-12-12T03:26:12.985Z Compiling fs-err v2.11.0
18452024-12-12T03:26:13.005Z Compiling encoding_rs v0.8.34
18462024-12-12T03:26:14.352Z Compiling unicode-properties v0.1.3
18472024-12-12T03:26:14.743Z Compiling anstyle v1.0.10
18482024-12-12T03:26:15.188Z Compiling rustc-demangle v0.1.24
18492024-12-12T03:26:16.757Z Compiling utf8parse v0.2.2
18502024-12-12T03:26:16.926Z Compiling ipnet v2.10.1
18512024-12-12T03:26:17.443Z Compiling openssl-probe v0.1.5
18522024-12-12T03:26:17.933Z Compiling winnow v0.6.20
18532024-12-12T03:26:21.704Z Compiling mime v0.3.17
18542024-12-12T03:26:23.227Z Compiling toml_edit v0.22.22
18552024-12-12T03:26:23.430Z Compiling backtrace v0.3.74
18562024-12-12T03:26:24.118Z Compiling anstyle-parse v0.2.5
18572024-12-12T03:26:24.460Z Compiling stringprep v0.1.5
18582024-12-12T03:26:26.968Z Compiling rustls-webpki v0.102.8
18592024-12-12T03:26:27.668Z Compiling crossbeam-deque v0.8.5
18602024-12-12T03:26:31.121Z Compiling darling_macro v0.20.10
18612024-12-12T03:26:35.163Z Compiling term v0.7.0
18622024-12-12T03:26:36.402Z Compiling slog-json v2.6.1
18632024-12-12T03:26:36.850Z Compiling serde_urlencoded v0.7.1
18642024-12-12T03:26:37.942Z Compiling crossbeam-channel v0.5.13
18652024-12-12T03:26:37.963Z Compiling rustls-pemfile v2.2.0
18662024-12-12T03:26:38.420Z Compiling hashbrown v0.14.5
18672024-12-12T03:26:39.006Z Compiling idna v0.3.0
18682024-12-12T03:26:39.026Z Compiling idna v0.4.0
18692024-12-12T03:26:39.734Z Compiling futures-executor v0.3.31
18702024-12-12T03:26:40.471Z Compiling num-integer v0.1.46
18712024-12-12T03:26:40.691Z Compiling md-5 v0.10.6
18722024-12-12T03:26:40.900Z Compiling ff v0.13.0
18732024-12-12T03:26:40.925Z Compiling hash32 v0.2.1
18742024-12-12T03:26:41.133Z Compiling is-terminal v0.4.13
18752024-12-12T03:26:41.170Z Compiling memmap v0.7.0
18762024-12-12T03:26:42.134Z Compiling colorchoice v1.0.2
18772024-12-12T03:26:42.174Z Compiling is_terminal_polyfill v1.70.1
18782024-12-12T03:26:42.296Z Compiling quick-error v1.2.3
18792024-12-12T03:26:42.314Z Compiling fallible-iterator v0.2.0
18802024-12-12T03:26:42.449Z Compiling base16ct v0.2.0
18812024-12-12T03:26:43.026Z Compiling anstyle-query v1.1.1
18822024-12-12T03:26:43.185Z Compiling take_mut v0.2.2
18832024-12-12T03:26:43.245Z Compiling linked-hash-map v0.5.6
18842024-12-12T03:26:43.347Z Compiling utf-8 v0.7.6
18852024-12-12T03:26:43.649Z Compiling psl-types v2.0.11
18862024-12-12T03:26:43.668Z Compiling lru-cache v0.1.2
18872024-12-12T03:26:43.852Z Compiling publicsuffix v2.2.3
18882024-12-12T03:26:43.879Z Compiling tungstenite v0.24.0
18892024-12-12T03:26:44.510Z Compiling anstream v0.6.15
18902024-12-12T03:26:45.139Z Compiling postgres-protocol v0.6.7
18912024-12-12T03:26:45.878Z Compiling sec1 v0.7.3
18922024-12-12T03:26:46.278Z Compiling resolv-conf v0.7.0
18932024-12-12T03:26:46.388Z Compiling usdt v0.5.0
18942024-12-12T03:26:46.494Z Compiling slog-term v2.9.1
18952024-12-12T03:26:46.924Z Compiling group v0.13.0
18962024-12-12T03:26:47.225Z Compiling num-iter v0.1.45
18972024-12-12T03:26:47.413Z Compiling futures v0.3.31
18982024-12-12T03:26:47.531Z Compiling hickory-proto v0.24.1
18992024-12-12T03:26:47.594Z Compiling regress v0.10.1
19002024-12-12T03:26:51.759Z Compiling slog-bunyan v2.5.0
19012024-12-12T03:26:51.873Z Compiling tokio-rustls v0.26.0
19022024-12-12T03:26:52.178Z Compiling tokio-rustls v0.25.0
19032024-12-12T03:26:52.239Z Compiling darling v0.20.10
19042024-12-12T03:26:52.259Z Compiling toml v0.8.19
19052024-12-12T03:26:52.331Z Compiling tokio-native-tls v0.3.1
19062024-12-12T03:26:52.363Z Compiling strum_macros v0.25.3
19072024-12-12T03:26:52.603Z Compiling phf_shared v0.11.2
19082024-12-12T03:26:52.940Z Compiling async-stream v0.3.6
19092024-12-12T03:26:52.995Z Compiling waitgroup v0.1.2
19102024-12-12T03:26:53.204Z Compiling webpki-roots v0.26.6
19112024-12-12T03:26:53.826Z Compiling idna v0.5.0
19122024-12-12T03:26:53.871Z Compiling terminal_size v0.4.0
19132024-12-12T03:26:54.090Z Compiling serde_path_to_error v0.1.16
19142024-12-12T03:26:54.390Z Compiling hkdf v0.12.4
19152024-12-12T03:26:55.047Z Compiling crypto-bigint v0.5.5
19162024-12-12T03:26:55.279Z Compiling serde_repr v0.1.19
19172024-12-12T03:26:55.282Z Compiling derive-where v1.2.7
19182024-12-12T03:26:55.895Z Compiling clap_derive v4.5.18
19192024-12-12T03:26:56.368Z Compiling hostname v0.4.0
19202024-12-12T03:26:56.441Z Compiling crc32fast v1.4.2
19212024-12-12T03:26:56.581Z Compiling clap_lex v0.7.2
19222024-12-12T03:26:56.757Z Compiling debug-ignore v1.0.5
19232024-12-12T03:26:56.905Z Compiling managed v0.8.0
19242024-12-12T03:26:57.153Z Compiling bitflags v1.3.2
19252024-12-12T03:26:57.977Z Compiling unicode-width v0.1.14
19262024-12-12T03:26:58.382Z Compiling elliptic-curve v0.13.8
19272024-12-12T03:26:58.496Z Compiling console v0.15.8
19282024-12-12T03:27:00.226Z Compiling clap_builder v4.5.21
19292024-12-12T03:27:00.388Z Compiling flate2 v1.0.34
19302024-12-12T03:27:01.339Z Compiling cookie_store v0.21.0
19312024-12-12T03:27:04.063Z Compiling hyper-rustls v0.27.3
19322024-12-12T03:27:04.622Z Compiling phf v0.11.2
19332024-12-12T03:27:04.939Z Compiling hickory-resolver v0.24.1
19342024-12-12T03:27:07.516Z Compiling hyper-tls v0.6.0
19352024-12-12T03:27:07.913Z Compiling signal-hook-mio v0.2.4
19362024-12-12T03:27:08.066Z Compiling bzip2 v0.4.4
19372024-12-12T03:27:08.129Z Compiling typify-impl v0.2.0
19382024-12-12T03:27:08.445Z Compiling rayon v1.10.0
19392024-12-12T03:27:08.587Z Compiling postgres-types v0.2.8
19402024-12-12T03:27:09.002Z Compiling tokio-tungstenite v0.24.0
19412024-12-12T03:27:09.700Z Compiling zerocopy v0.6.6
19422024-12-12T03:27:09.973Z Compiling ed25519 v2.2.3
19432024-12-12T03:27:10.285Z Compiling hubpack v0.1.2
19442024-12-12T03:27:10.334Z Compiling phf_shared v0.10.0
19452024-12-12T03:27:10.545Z Compiling pkcs1 v0.7.5
19462024-12-12T03:27:10.704Z Compiling tokio-stream v0.1.16
19472024-12-12T03:27:11.594Z Compiling serde-big-array v0.5.1
19482024-12-12T03:27:11.705Z Compiling rfc6979 v0.4.0
19492024-12-12T03:27:11.828Z Compiling float-cmp v0.9.0
19502024-12-12T03:27:11.908Z Compiling sync_wrapper v1.0.1
19512024-12-12T03:27:12.051Z Compiling bstr v1.10.0
19522024-12-12T03:27:13.064Z Compiling unicode-segmentation v1.12.0
19532024-12-12T03:27:13.649Z Compiling fixedbitset v0.4.2
19542024-12-12T03:27:13.909Z Compiling bit-vec v0.6.3
19552024-12-12T03:27:14.047Z Compiling number_prefix v0.4.0
19562024-12-12T03:27:14.244Z Compiling whoami v1.5.2
19572024-12-12T03:27:14.280Z Compiling difflib v0.4.0
19582024-12-12T03:27:14.804Z Compiling normalize-line-endings v0.3.0
19592024-12-12T03:27:14.866Z Compiling static_assertions v1.1.0
19602024-12-12T03:27:14.937Z Compiling unicode-width v0.2.0
19612024-12-12T03:27:14.954Z Compiling new_debug_unreachable v1.0.6
19622024-12-12T03:27:14.977Z Compiling precomputed-hash v0.1.1
19632024-12-12T03:27:15.057Z Compiling predicates-core v1.0.8
19642024-12-12T03:27:15.099Z Compiling string_cache v0.8.7
19652024-12-12T03:27:15.373Z Compiling indicatif v0.17.9
19662024-12-12T03:27:15.445Z Compiling predicates v3.1.2
19672024-12-12T03:27:15.501Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19682024-12-12T03:27:16.910Z Compiling tokio-postgres v0.7.12
19692024-12-12T03:27:16.933Z Compiling bit-set v0.5.3
19702024-12-12T03:27:17.202Z Compiling petgraph v0.6.5
19712024-12-12T03:27:17.221Z Compiling similar v2.6.0
19722024-12-12T03:27:19.482Z Compiling reqwest v0.12.9
19732024-12-12T03:27:19.959Z Compiling typify-macro v0.2.0
19742024-12-12T03:27:22.155Z Compiling ecdsa v0.16.9
19752024-12-12T03:27:22.216Z Compiling qorb v0.2.1
19762024-12-12T03:27:22.318Z Compiling rsa v0.9.6
19772024-12-12T03:27:23.381Z Compiling ed25519-dalek v2.1.1
19782024-12-12T03:27:23.929Z Compiling zip v0.6.6
19792024-12-12T03:27:23.931Z Compiling crossterm v0.28.1
19802024-12-12T03:27:23.972Z Compiling clap v4.5.21
19812024-12-12T03:27:25.253Z Compiling toml v0.7.8
19822024-12-12T03:27:26.781Z Compiling x509-cert v0.2.5
19832024-12-12T03:27:27.150Z Compiling hex v0.4.3
19842024-12-12T03:27:27.910Z Compiling itertools v0.10.5
19852024-12-12T03:27:28.095Z Compiling zerocopy v0.8.10
19862024-12-12T03:27:28.174Z Compiling peg-runtime v0.8.3
19872024-12-12T03:27:28.730Z Compiling unicode-xid v0.2.6
19882024-12-12T03:27:28.879Z Compiling lalrpop-util v0.19.12
19892024-12-12T03:27:31.127Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19902024-12-12T03:27:35.162Z Compiling proc-macro-crate v1.3.1
19912024-12-12T03:27:35.605Z Compiling ipnetwork v0.20.0
19922024-12-12T03:27:35.819Z Compiling macaddr v1.0.1
19932024-12-12T03:27:36.310Z Compiling zerocopy-derive v0.8.10
19942024-12-12T03:27:36.448Z Compiling itertools v0.13.0
19952024-12-12T03:27:38.916Z Compiling heapless v0.8.0
19962024-12-12T03:27:39.773Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
19972024-12-12T03:27:44.879Z Compiling num_enum_derive v0.5.11
19982024-12-12T03:27:52.972Z Compiling hash32 v0.3.1
19992024-12-12T03:27:53.354Z Compiling smoltcp v0.11.0
20002024-12-12T03:27:53.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20012024-12-12T03:27:59.012Z Compiling num_enum v0.5.11
20022024-12-12T03:27:59.153Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20032024-12-12T03:27:59.737Z Compiling typify v0.2.0
20042024-12-12T03:28:00.696Z Compiling proc-macro-error-attr v1.0.4
20052024-12-12T03:28:01.044Z Compiling unsafe-libyaml v0.2.11
20062024-12-12T03:28:01.581Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20072024-12-12T03:28:01.756Z Compiling cobs v0.2.3
20082024-12-12T03:28:02.782Z Compiling serde_yaml v0.9.34+deprecated
20092024-12-12T03:28:06.351Z Compiling postcard v1.0.10
20102024-12-12T03:28:16.001Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20112024-12-12T03:28:19.160Z Compiling progenitor-impl v0.8.0
20122024-12-12T03:28:30.279Z Compiling strum_macros v0.26.4
20132024-12-12T03:28:31.568Z Compiling foreign-types-macros v0.2.3
20142024-12-12T03:28:31.760Z Compiling structmeta-derive v0.3.0
20152024-12-12T03:28:31.780Z Compiling proc-macro-error v1.0.4
20162024-12-12T03:28:31.895Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20172024-12-12T03:28:32.080Z Compiling foreign-types-shared v0.3.1
20182024-12-12T03:28:32.861Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20192024-12-12T03:28:33.403Z Compiling newtype-uuid v1.1.3
20202024-12-12T03:28:34.305Z Compiling structmeta v0.3.0
20212024-12-12T03:28:34.686Z Compiling strum v0.26.3
20222024-12-12T03:28:37.965Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20232024-12-12T03:28:39.167Z Compiling foreign-types v0.5.0
20242024-12-12T03:28:42.312Z Compiling progenitor-macro v0.8.0
20252024-12-12T03:28:48.010Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20262024-12-12T03:28:48.163Z Compiling progenitor-client v0.8.0
20272024-12-12T03:28:49.117Z Compiling tabwriter v1.4.0
20282024-12-12T03:28:51.695Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20292024-12-12T03:28:52.479Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20302024-12-12T03:28:52.533Z Compiling cstr-argument v0.1.2
20312024-12-12T03:28:52.796Z Compiling dropshot v0.13.0
20322024-12-12T03:28:53.101Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20332024-12-12T03:28:53.295Z Compiling pretty-hex v0.2.1
20342024-12-12T03:28:53.509Z Compiling crucible-workspace-hack v0.1.0
20352024-12-12T03:28:53.786Z Compiling fastrand v2.1.1
20362024-12-12T03:28:54.447Z Compiling tempfile v3.13.0
20372024-12-12T03:28:54.847Z Compiling progenitor v0.8.0
20382024-12-12T03:28:55.162Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20392024-12-12T03:28:55.329Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20402024-12-12T03:28:55.462Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20412024-12-12T03:28:56.027Z Compiling parse-display-derive v0.10.0
20422024-12-12T03:28:56.187Z Compiling colored v2.1.0
20432024-12-12T03:28:56.190Z Compiling serde_with_macros v3.11.0
20442024-12-12T03:28:56.275Z Compiling dropshot_endpoint v0.13.0
20452024-12-12T03:28:57.433Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20462024-12-12T03:28:58.169Z Compiling instant v0.1.13
20472024-12-12T03:28:58.345Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20482024-12-12T03:28:58.716Z Compiling serde_with v3.11.0
20492024-12-12T03:28:58.734Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20502024-12-12T03:28:59.851Z Compiling backoff v0.4.0
20512024-12-12T03:28:59.874Z Compiling parse-display v0.10.0
20522024-12-12T03:29:00.227Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-12-12T03:29:00.763Z Compiling zone_cfg_derive v0.3.0
20542024-12-12T03:29:01.685Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20552024-12-12T03:29:01.828Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20562024-12-12T03:29:02.283Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20572024-12-12T03:29:02.313Z Compiling camino-tempfile v1.1.1
20582024-12-12T03:29:02.548Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20592024-12-12T03:29:03.034Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20602024-12-12T03:29:03.073Z Compiling regress v0.9.1
20612024-12-12T03:29:03.130Z Compiling num-derive v0.4.2
20622024-12-12T03:29:03.226Z Compiling sigpipe v0.1.3
20632024-12-12T03:29:03.359Z Compiling libefi-sys v0.1.0
20642024-12-12T03:29:03.632Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20652024-12-12T03:29:03.978Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20662024-12-12T03:29:05.380Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
20672024-12-12T03:29:06.983Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
20682024-12-12T03:29:07.263Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20692024-12-12T03:29:07.533Z Compiling zone v0.3.0
20702024-12-12T03:29:10.076Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20712024-12-12T03:29:10.887Z Compiling smf v0.2.3
20722024-12-12T03:29:11.482Z Compiling bitfield-struct v0.6.2
20732024-12-12T03:29:11.543Z Compiling blake3 v1.5.4
20742024-12-12T03:29:12.160Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20752024-12-12T03:29:12.211Z Compiling ring v0.16.20
20762024-12-12T03:29:12.874Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20772024-12-12T03:29:13.459Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20782024-12-12T03:29:13.670Z Compiling xattr v1.3.1
20792024-12-12T03:29:13.798Z Compiling filetime v0.2.25
20802024-12-12T03:29:13.998Z Compiling memmap2 v0.9.5
20812024-12-12T03:29:14.155Z Compiling spin v0.5.2
20822024-12-12T03:29:14.411Z Compiling arrayref v0.3.9
20832024-12-12T03:29:14.527Z Compiling constant_time_eq v0.3.1
20842024-12-12T03:29:14.574Z Compiling same-file v1.0.6
20852024-12-12T03:29:14.593Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20862024-12-12T03:29:14.705Z Compiling arrayvec v0.7.6
20872024-12-12T03:29:14.727Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20882024-12-12T03:29:14.855Z Compiling walkdir v2.5.0
20892024-12-12T03:29:16.303Z Compiling tar v0.4.42
20902024-12-12T03:29:17.662Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20912024-12-12T03:29:17.875Z Compiling gethostname v0.5.0
20922024-12-12T03:29:18.079Z Compiling cargo-platform v0.1.8
20932024-12-12T03:29:18.081Z Compiling topological-sort v0.2.2
20942024-12-12T03:29:19.175Z Compiling cargo_metadata v0.18.1
20952024-12-12T03:29:21.582Z Compiling omicron-zone-package v0.11.1
20962024-12-12T03:29:27.384Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20972024-12-12T03:29:29.318Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20982024-12-12T03:29:33.109Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20992024-12-12T03:29:48.835Z Finished `release` profile [optimized] target(s) in 5m 22s
21002024-12-12T03:29:48.996Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21012024-12-12T03:29:49.042ZLogging to: /work/oxidecomputer/omicron/out/LOG
21022024-12-12T03:29:49.045ZCreated new build target 'test' and set it as active
21032024-12-12T03:29:49.045Z
21042024-12-12T03:29:49.045Zreal 5:22.614936595
21052024-12-12T03:29:49.045Zuser 36:22.168186544
21062024-12-12T03:29:49.045Zsys 4:51.176154519
21072024-12-12T03:29:49.045Ztrap 1.046524892
21082024-12-12T03:29:49.045Ztflt 3.227677321
21092024-12-12T03:29:49.045Zdflt 0.883214041
21102024-12-12T03:29:49.045Zkflt 0.000597032
21112024-12-12T03:29:49.045Zlock 1:16:08.654138222
21122024-12-12T03:29:49.045Zslp 2:31:22.978351387
21132024-12-12T03:29:49.045Zlat 2:31.261990120
21142024-12-12T03:29:49.045Zstop 4:23.570264304
21152024-12-12T03:29:49.048Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21162024-12-12T03:29:49.997Z Finished `release` profile [optimized] target(s) in 0.90s
21172024-12-12T03:29:50.054Z Running `target/release/omicron-package -t test package`
21182024-12-12T03:29:50.097ZLogging to: /work/oxidecomputer/omicron/out/LOG
21192024-12-12T03:29:51.234Z Compiling convert_case v0.4.0
21202024-12-12T03:29:51.236Z Compiling itertools v0.13.0
21212024-12-12T03:29:51.236Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21222024-12-12T03:29:51.236Z Compiling newline-converter v0.3.0
21232024-12-12T03:29:51.236Z Compiling password-hash v0.5.0
21242024-12-12T03:29:51.236Z Compiling progenitor-client v0.8.0
21252024-12-12T03:29:51.371Z Compiling blake2 v0.10.6
21262024-12-12T03:29:51.398Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21272024-12-12T03:29:51.544Z Compiling expectorate v1.1.0
21282024-12-12T03:29:51.656Z Compiling atomicwrites v0.4.4
21292024-12-12T03:29:51.732Z Compiling owo-colors v4.1.0
21302024-12-12T03:29:51.930Z Compiling progenitor v0.8.0
21312024-12-12T03:29:52.014Z Compiling argon2 v0.5.3
21322024-12-12T03:29:52.076Z Compiling derive_more v0.99.18
21332024-12-12T03:29:52.139Z Compiling cancel-safe-futures v0.1.5
21342024-12-12T03:29:52.188Z Compiling num-rational v0.4.2
21352024-12-12T03:29:52.206Z Compiling num-complex v0.4.6
21362024-12-12T03:29:53.180Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21372024-12-12T03:29:53.493Z Compiling num v0.4.3
21382024-12-12T03:29:53.540Z Compiling libsw v3.3.1
21392024-12-12T03:29:53.609Z Compiling swrite v0.1.0
21402024-12-12T03:29:53.749Z Compiling linear-map v1.2.0
21412024-12-12T03:29:53.769Z Compiling float-ord v0.3.2
21422024-12-12T03:29:53.856Z Compiling indent_write v2.2.0
21432024-12-12T03:29:53.942Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21442024-12-12T03:29:54.104Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21452024-12-12T03:29:54.154Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21462024-12-12T03:29:54.392Z Compiling base64 v0.21.7
21472024-12-12T03:29:54.585Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21482024-12-12T03:29:54.880Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21492024-12-12T03:29:55.446Z Compiling highway v1.2.0
21502024-12-12T03:29:55.465Z Compiling semver v0.1.20
21512024-12-12T03:29:55.995Z Compiling rustc_version v0.1.7
21522024-12-12T03:29:56.445Z Compiling newtype_derive v0.1.6
21532024-12-12T03:29:56.746Z Compiling newtype-uuid v1.1.3
21542024-12-12T03:29:56.960Z Compiling dropshot v0.13.0
21552024-12-12T03:29:57.036Z Compiling ipnetwork v0.20.0
21562024-12-12T03:29:57.073Z Compiling instant v0.1.13
21572024-12-12T03:29:57.235Z Compiling humantime v2.1.0
21582024-12-12T03:29:57.806Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21592024-12-12T03:29:58.072Z Compiling backoff v0.4.0
21602024-12-12T03:29:58.421Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21612024-12-12T03:29:58.679Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21622024-12-12T03:30:02.035Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21632024-12-12T03:30:02.538Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21642024-12-12T03:30:02.690Z Compiling parse-display v0.10.0
21652024-12-12T03:30:03.257Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21662024-12-12T03:30:03.406Z Compiling strum v0.26.3
21672024-12-12T03:30:03.446Z Compiling serde_with v3.11.0
21682024-12-12T03:30:03.595Z Compiling regress v0.9.1
21692024-12-12T03:30:06.758Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21702024-12-12T03:30:08.298Z Compiling macaddr v1.0.1
21712024-12-12T03:30:08.342Z Compiling slog-dtrace v0.3.0
21722024-12-12T03:30:08.524Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21732024-12-12T03:30:08.660Z Compiling steno v0.4.1
21742024-12-12T03:30:08.975Z Compiling prettyplease v0.2.25
21752024-12-12T03:30:10.357Z Compiling tungstenite v0.21.0
21762024-12-12T03:30:10.402Z Compiling display-error-chain v0.2.2
21772024-12-12T03:30:10.625Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21782024-12-12T03:30:13.328Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21792024-12-12T03:30:13.853Z Compiling tokio-tungstenite v0.21.0
21802024-12-12T03:30:14.517Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21812024-12-12T03:30:15.532Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21822024-12-12T03:30:15.573Z Compiling arc-swap v1.7.1
21832024-12-12T03:30:16.272Z Compiling slog-scope v4.4.0
21842024-12-12T03:30:17.089Z Compiling half v2.4.1
21852024-12-12T03:30:17.800Z Compiling ciborium-io v0.2.2
21862024-12-12T03:30:17.948Z Compiling ciborium-ll v0.2.2
21872024-12-12T03:30:18.383Z Compiling slog-stdlog v4.1.1
21882024-12-12T03:30:18.479Z Compiling ciborium v0.2.2
21892024-12-12T03:30:19.223Z Compiling slog-envlogger v2.2.0
21902024-12-12T03:30:20.616Z Compiling nibble_vec v0.1.0
21912024-12-12T03:30:21.916Z Compiling endian-type v0.1.2
21922024-12-12T03:30:22.162Z Compiling radix_trie v0.2.1
21932024-12-12T03:30:23.100Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21942024-12-12T03:30:26.965Z Compiling fastrand v2.1.1
21952024-12-12T03:30:27.499Z Compiling same-file v1.0.6
21962024-12-12T03:30:27.752Z Compiling walkdir v2.5.0
21972024-12-12T03:30:28.168Z Compiling tempfile v3.13.0
21982024-12-12T03:30:28.400Z Compiling blake3 v1.5.4
21992024-12-12T03:30:28.953Z Compiling ring v0.16.20
22002024-12-12T03:30:28.973Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22012024-12-12T03:30:28.989Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22022024-12-12T03:30:29.100Z Compiling xattr v1.3.1
22032024-12-12T03:30:29.376Z Compiling filetime v0.2.25
22042024-12-12T03:30:29.681Z Compiling memmap2 v0.9.5
22052024-12-12T03:30:30.087Z Compiling constant_time_eq v0.3.1
22062024-12-12T03:30:30.246Z Compiling arrayvec v0.7.6
22072024-12-12T03:30:30.288Z Compiling arrayref v0.3.9
22082024-12-12T03:30:30.401Z Compiling keccak v0.1.5
22092024-12-12T03:30:30.651Z Compiling spin v0.5.2
22102024-12-12T03:30:30.900Z Compiling sha3 v0.10.8
22112024-12-12T03:30:31.788Z Compiling tar v0.4.42
22122024-12-12T03:30:31.808Z Compiling camino-tempfile v1.1.1
22132024-12-12T03:30:32.251Z Compiling toolchain_find v0.4.0
22142024-12-12T03:30:32.424Z Compiling const_format_proc_macros v0.2.33
22152024-12-12T03:30:32.848Z Compiling crunchy v0.2.2
22162024-12-12T03:30:33.303Z Compiling topological-sort v0.2.2
22172024-12-12T03:30:33.428Z Compiling maplit v1.0.2
22182024-12-12T03:30:33.529Z Compiling radium v0.7.0
22192024-12-12T03:30:33.558Z Compiling omicron-zone-package v0.11.1
22202024-12-12T03:30:33.716Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22212024-12-12T03:30:33.764Z Compiling rustfmt-wrapper v0.2.1
22222024-12-12T03:30:33.976Z Compiling pem v3.0.4
22232024-12-12T03:30:34.186Z Compiling tap v1.0.1
22242024-12-12T03:30:34.279Z Compiling const_format v0.2.33
22252024-12-12T03:30:34.312Z Compiling tiny-keccak v2.0.2
22262024-12-12T03:30:34.381Z Compiling maybe-uninit v2.0.0
22272024-12-12T03:30:34.619Z Compiling wyz v0.5.1
22282024-12-12T03:30:35.026Z Compiling dsl_auto_type v0.1.2
22292024-12-12T03:30:35.110Z Compiling phf_generator v0.11.2
22302024-12-12T03:30:35.307Z Compiling scheduled-thread-pool v0.2.7
22312024-12-12T03:30:35.309Z Compiling secrecy v0.8.0
22322024-12-12T03:30:35.413Z Compiling diesel_table_macro_syntax v0.2.0
22332024-12-12T03:30:35.433Z Compiling async-recursion v1.1.1
22342024-12-12T03:30:35.595Z Compiling packed_struct v0.10.1
22352024-12-12T03:30:35.790Z Compiling crc-catalog v2.4.0
22362024-12-12T03:30:35.956Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22372024-12-12T03:30:36.004Z Compiling funty v2.0.0
22382024-12-12T03:30:36.352Z Compiling crc v3.2.1
22392024-12-12T03:30:36.460Z Compiling diesel_derives v2.2.3
22402024-12-12T03:30:36.581Z Compiling r2d2 v0.8.10
22412024-12-12T03:30:36.871Z Compiling phf_codegen v0.11.2
22422024-12-12T03:30:37.057Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22432024-12-12T03:30:37.097Z Compiling bitvec v1.0.1
22442024-12-12T03:30:38.471Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22452024-12-12T03:30:38.728Z Compiling ascii-canvas v3.0.0
22462024-12-12T03:30:38.787Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22472024-12-12T03:30:39.202Z Compiling universal-hash v0.5.1
22482024-12-12T03:30:39.446Z Compiling packed_struct_codegen v0.10.1
22492024-12-12T03:30:41.640Z Compiling thiserror-impl-no-std v2.0.2
22502024-12-12T03:30:41.971Z Compiling parse-zoneinfo v0.3.1
22512024-12-12T03:30:43.548Z Compiling lzma-sys v0.1.20
22522024-12-12T03:30:44.224Z Compiling ena v0.14.3
22532024-12-12T03:30:44.243Z Compiling indexmap v1.9.3
22542024-12-12T03:30:44.554Z Compiling cfg_aliases v0.1.1
22552024-12-12T03:30:44.644Z Compiling regex-syntax v0.6.29
22562024-12-12T03:30:44.664Z Compiling nodrop v0.1.14
22572024-12-12T03:30:44.804Z Compiling opaque-debug v0.3.1
22582024-12-12T03:30:44.918Z Compiling diff v0.1.13
22592024-12-12T03:30:45.473Z Compiling poly1305 v0.8.0
22602024-12-12T03:30:46.937Z Compiling array-init v0.0.4
22612024-12-12T03:30:47.842Z Compiling diesel v2.2.4
22622024-12-12T03:30:48.168Z Compiling lalrpop v0.19.12
22632024-12-12T03:30:49.914Z Compiling nix v0.28.0
22642024-12-12T03:30:50.689Z Compiling thiserror-no-std v2.0.2
22652024-12-12T03:30:50.876Z Compiling chrono-tz-build v0.4.0
22662024-12-12T03:30:55.457Z Compiling smallvec v0.6.14
22672024-12-12T03:30:56.382Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22682024-12-12T03:30:56.472Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22692024-12-12T03:30:56.765Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22702024-12-12T03:30:56.997Z Compiling chacha20 v0.9.1
22712024-12-12T03:30:57.460Z Compiling heck v0.3.3
22722024-12-12T03:30:57.478Z Compiling aead v0.5.2
22732024-12-12T03:30:57.817Z Compiling vte_generate_state_changes v0.1.2
22742024-12-12T03:30:57.820Z Compiling hashbrown v0.12.3
22752024-12-12T03:30:58.435Z Compiling ref-cast v1.0.23
22762024-12-12T03:30:58.885Z Compiling bitfield v0.14.0
22772024-12-12T03:30:59.157Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22782024-12-12T03:30:59.202Z Compiling termcolor v1.4.1
22792024-12-12T03:30:59.482Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22802024-12-12T03:31:00.317Z Compiling env_logger v0.10.2
22812024-12-12T03:31:04.804Z Compiling vte v0.11.1
22822024-12-12T03:31:06.288Z Compiling zone_cfg_derive v0.1.2
22832024-12-12T03:31:07.656Z Compiling chacha20poly1305 v0.10.1
22842024-12-12T03:31:07.922Z Compiling serde-hex v0.1.0
22852024-12-12T03:31:11.109Z Compiling chrono-tz v0.10.0
22862024-12-12T03:31:11.946Z Compiling vsss-rs v3.3.4
22872024-12-12T03:31:13.155Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22882024-12-12T03:31:13.499Z Compiling ron v0.8.1
22892024-12-12T03:31:13.805Z Compiling polar-core v0.27.3
22902024-12-12T03:31:15.024Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22912024-12-12T03:31:15.318Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22922024-12-12T03:31:15.891Z Compiling derive_builder_core v0.20.2
22932024-12-12T03:31:16.242Z Compiling hashbrown v0.13.2
22942024-12-12T03:31:17.601Z Compiling fd-lock v4.0.2
22952024-12-12T03:31:17.848Z Compiling headers-core v0.3.0
22962024-12-12T03:31:18.030Z Compiling fxhash v0.2.1
22972024-12-12T03:31:18.061Z Compiling libxml v0.3.3
22982024-12-12T03:31:18.256Z Compiling ref-cast-impl v1.0.23
22992024-12-12T03:31:18.421Z Compiling lockfree-object-pool v0.1.6
23002024-12-12T03:31:18.741Z Compiling bumpalo v3.16.0
23012024-12-12T03:31:19.359Z Compiling zip v2.1.3
23022024-12-12T03:31:19.377Z Compiling base64 v0.13.1
23032024-12-12T03:31:19.397Z Compiling bytecount v0.6.8
23042024-12-12T03:31:19.689Z Compiling crc-any v2.5.0
23052024-12-12T03:31:19.709Z Compiling simd-adler32 v0.3.7
23062024-12-12T03:31:20.104Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23072024-12-12T03:31:20.613Z Compiling zopfli v0.8.1
23082024-12-12T03:31:20.838Z Compiling ron v0.7.1
23092024-12-12T03:31:24.885Z Compiling papergrid v0.11.0
23102024-12-12T03:31:25.180Z Compiling derive_builder_macro v0.20.2
23112024-12-12T03:31:25.984Z Compiling headers v0.4.0
23122024-12-12T03:31:26.081Z Compiling object v0.30.4
23132024-12-12T03:31:31.434Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23142024-12-12T03:31:32.153Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23152024-12-12T03:31:35.065Z Compiling xz2 v0.1.7
23162024-12-12T03:31:36.666Z Compiling zone v0.1.8
23172024-12-12T03:31:37.942Z Compiling strip-ansi-escapes v0.2.0
23182024-12-12T03:31:38.883Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23192024-12-12T03:31:39.447Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23202024-12-12T03:31:39.611Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23212024-12-12T03:31:39.906Z Compiling tabled_derive v0.7.0
23222024-12-12T03:31:39.985Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23232024-12-12T03:31:42.004Z Compiling yasna v0.5.2
23242024-12-12T03:31:42.096Z Compiling peg-macros v0.8.4
23252024-12-12T03:31:44.311Z Compiling strum_macros v0.24.3
23262024-12-12T03:31:44.536Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23272024-12-12T03:31:45.232Z Compiling kstat-rs v0.2.4
23282024-12-12T03:31:45.272Z Compiling samael v0.0.17
23292024-12-12T03:31:45.368Z Compiling sqlparser_derive v0.2.2
23302024-12-12T03:31:45.554Z Compiling unicase v2.7.0
23312024-12-12T03:31:45.866Z Compiling nu-ansi-term v0.50.1
23322024-12-12T03:31:45.942Z Compiling home v0.5.9
23332024-12-12T03:31:46.167Z Compiling unicode_categories v0.1.1
23342024-12-12T03:31:46.262Z Compiling path-slash v0.1.5
23352024-12-12T03:31:46.416Z Compiling indoc v1.0.9
23362024-12-12T03:31:46.498Z Compiling sqlformat v0.2.6
23372024-12-12T03:31:46.536Z Compiling sqlparser v0.45.0
23382024-12-12T03:31:47.064Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23392024-12-12T03:31:47.268Z Compiling reedline v0.35.0
23402024-12-12T03:31:48.181Z Compiling rustyline v14.0.0
23412024-12-12T03:31:50.586Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23422024-12-12T03:31:57.418Z Compiling peg v0.8.4
23432024-12-12T03:31:57.533Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23442024-12-12T03:31:57.552Z Compiling rcgen v0.12.1
23452024-12-12T03:32:00.735Z Compiling tabled v0.15.0
23462024-12-12T03:32:10.341Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23472024-12-12T03:32:10.563Z Compiling derive_builder v0.20.2
23482024-12-12T03:32:18.074Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23492024-12-12T03:32:19.521Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23502024-12-12T03:32:20.147Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23512024-12-12T03:32:20.445Z Compiling bcs v0.1.6
23522024-12-12T03:32:20.609Z Compiling oso-derive v0.27.3
23532024-12-12T03:32:21.364Z Compiling impl-trait-for-tuples v0.2.2
23542024-12-12T03:32:21.590Z Compiling libz-sys v1.1.20
23552024-12-12T03:32:22.295Z Compiling quick-xml v0.33.0
23562024-12-12T03:32:28.126Z Compiling subprocess v0.2.9
23572024-12-12T03:32:28.617Z Compiling diesel-dtrace v0.3.0
23582024-12-12T03:32:28.936Z Compiling parking_lot_core v0.8.6
23592024-12-12T03:32:29.475Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23602024-12-12T03:32:32.775Z Compiling oso v0.27.3
23612024-12-12T03:32:50.139Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23622024-12-12T03:32:51.681Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23632024-12-12T03:32:57.053Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23642024-12-12T03:33:00.287Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23652024-12-12T03:33:00.581Z Compiling bb8 v0.8.5
23662024-12-12T03:33:01.198Z Compiling buf-list v1.0.3
23672024-12-12T03:33:01.846Z Compiling async-bb8-diesel v0.2.1
23682024-12-12T03:33:04.019Z Compiling libgit2-sys v0.17.0+1.8.1
23692024-12-12T03:33:04.137Z Compiling pin-project-internal v1.1.6
23702024-12-12T03:33:04.806Z Compiling atty v0.2.14
23712024-12-12T03:33:04.973Z Compiling salty v0.3.0
23722024-12-12T03:33:06.882Z Compiling pin-project v1.1.6
23732024-12-12T03:33:07.410Z Compiling parking_lot v0.11.2
23742024-12-12T03:33:10.333Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23752024-12-12T03:33:11.010Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
23762024-12-12T03:33:12.010Z Compiling snafu-derive v0.8.5
23772024-12-12T03:33:15.646Z Compiling sled v0.34.7
23782024-12-12T03:33:16.717Z Compiling snafu v0.8.5
23792024-12-12T03:33:16.929Z Compiling mime_guess v2.0.5
23802024-12-12T03:33:18.141Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23812024-12-12T03:33:18.210Z Compiling hickory-client v0.24.1
23822024-12-12T03:33:19.015Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23832024-12-12T03:33:19.857Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23842024-12-12T03:33:20.274Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23852024-12-12T03:33:23.436Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23862024-12-12T03:33:24.837Z Compiling globset v0.4.15
23872024-12-12T03:33:24.966Z Compiling hickory-server v0.24.1
23882024-12-12T03:33:28.504Z Compiling primeorder v0.13.6
23892024-12-12T03:33:29.096Z Compiling olpc-cjson v0.1.4
23902024-12-12T03:33:29.447Z Compiling vergen v8.3.2
23912024-12-12T03:33:29.747Z Compiling castaway v0.2.3
23922024-12-12T03:33:29.926Z Compiling env_filter v0.1.2
23932024-12-12T03:33:31.416Z Compiling cargo-platform v0.1.8
23942024-12-12T03:33:32.075Z Compiling serde_plain v1.0.2
23952024-12-12T03:33:32.602Z Compiling nanorand v0.7.0
23962024-12-12T03:33:33.589Z Compiling memoffset v0.9.1
23972024-12-12T03:33:33.871Z Compiling typed-path v0.9.3
23982024-12-12T03:33:36.436Z Compiling flume v0.11.1
23992024-12-12T03:33:37.191Z Compiling tough v0.19.0
24002024-12-12T03:33:41.079Z Compiling cargo_metadata v0.18.1
24012024-12-12T03:33:44.255Z Compiling env_logger v0.11.5
24022024-12-12T03:33:45.664Z Compiling compact_str v0.8.0
24032024-12-12T03:33:48.189Z Compiling p384 v0.13.0
24042024-12-12T03:33:49.373Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24052024-12-12T03:33:53.946Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24062024-12-12T03:33:55.952Z Compiling git2 v0.19.0
24072024-12-12T03:34:00.817Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24082024-12-12T03:34:03.923Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24092024-12-12T03:34:05.375Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24102024-12-12T03:34:05.612Z Compiling unicode-truncate v1.1.0
24112024-12-12T03:34:05.908Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24122024-12-12T03:34:08.590Z Compiling lru v0.12.5
24132024-12-12T03:34:08.778Z Compiling rand_seeder v0.3.0
24142024-12-12T03:34:08.972Z Compiling libsqlite3-sys v0.30.1
24152024-12-12T03:34:09.185Z Compiling instability v0.3.2
24162024-12-12T03:34:09.500Z Compiling parse-size v1.1.0
24172024-12-12T03:34:09.807Z Compiling rustls v0.21.12
24182024-12-12T03:34:10.101Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24192024-12-12T03:34:10.166Z Compiling cassowary v0.3.0
24202024-12-12T03:34:10.415Z Compiling cfg_aliases v0.2.1
24212024-12-12T03:34:10.538Z Compiling http-range v0.1.5
24222024-12-12T03:34:10.864Z Compiling ratatui v0.28.1
24232024-12-12T03:34:11.104Z Compiling nix v0.29.0
24242024-12-12T03:34:12.021Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24252024-12-12T03:34:12.250Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24262024-12-12T03:34:12.490Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24272024-12-12T03:34:13.931Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24282024-12-12T03:34:14.019Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24292024-12-12T03:34:14.316Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24302024-12-12T03:34:14.610Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24312024-12-12T03:34:14.813Z Compiling rustls-webpki v0.101.7
24322024-12-12T03:34:18.079Z Compiling sct v0.7.1
24332024-12-12T03:34:18.312Z Compiling csv-core v0.1.11
24342024-12-12T03:34:18.558Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24352024-12-12T03:34:18.749Z Compiling glob v0.3.1
24362024-12-12T03:34:18.948Z Compiling csv v1.3.0
24372024-12-12T03:34:19.121Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382024-12-12T03:34:20.760Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24392024-12-12T03:34:21.119Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24402024-12-12T03:34:22.356Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24412024-12-12T03:34:26.138Z Compiling nix v0.27.1
24422024-12-12T03:34:29.076Z Compiling hyper-staticfile v0.10.1
24432024-12-12T03:34:29.826Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24442024-12-12T03:34:31.048Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24452024-12-12T03:34:31.990Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
24462024-12-12T03:34:32.293Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24472024-12-12T03:34:36.400Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24482024-12-12T03:34:40.298Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24492024-12-12T03:34:40.631Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24502024-12-12T03:34:40.927Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24512024-12-12T03:34:41.225Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24522024-12-12T03:34:43.943Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24532024-12-12T03:34:44.707Z Compiling hashlink v0.9.1
24542024-12-12T03:34:44.849Z Compiling tungstenite v0.23.0
24552024-12-12T03:34:45.536Z Compiling fallible-iterator v0.3.0
24562024-12-12T03:34:46.366Z Compiling fallible-streaming-iterator v0.1.9
24572024-12-12T03:34:46.664Z Compiling rusqlite v0.32.1
24582024-12-12T03:34:46.834Z Compiling tokio-tungstenite v0.23.1
24592024-12-12T03:34:46.887Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24602024-12-12T03:34:49.447Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24612024-12-12T03:34:51.826Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24622024-12-12T03:34:51.874Z Compiling tokio-rustls v0.24.1
24632024-12-12T03:34:53.474Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24642024-12-12T03:34:53.848Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24652024-12-12T03:34:56.224Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24662024-12-12T03:35:05.104Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24672024-12-12T03:35:05.361Z Compiling rustls-pemfile v1.0.4
24682024-12-12T03:35:06.119Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24692024-12-12T03:35:06.505Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24702024-12-12T03:35:06.527Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24712024-12-12T03:35:06.706Z Compiling signal-hook-tokio v0.3.1
24722024-12-12T03:35:06.942Z Compiling twox-hash v1.6.3
24732024-12-12T03:35:07.985Z Compiling is_ci v1.2.0
24742024-12-12T03:35:08.293Z Compiling unicode-linebreak v0.1.5
24752024-12-12T03:35:08.363Z Compiling smawk v0.3.2
24762024-12-12T03:35:08.647Z Compiling supports-color v3.0.1
24772024-12-12T03:35:08.855Z Compiling textwrap v0.16.1
24782024-12-12T03:35:11.358Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24792024-12-12T03:35:12.614Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24802024-12-12T03:35:21.257Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24812024-12-12T03:35:23.877Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24822024-12-12T03:35:28.164Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24832024-12-12T03:35:33.081Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24842024-12-12T03:35:37.318Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24852024-12-12T03:35:46.482Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24862024-12-12T03:35:47.101Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24872024-12-12T03:35:47.395Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
24882024-12-12T03:35:54.069Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24892024-12-12T03:35:56.406Z Compiling fatfs v0.3.6
24902024-12-12T03:35:56.501Z Compiling rtoolbox v0.0.2
24912024-12-12T03:35:56.943Z Compiling assert_matches v1.5.0
24922024-12-12T03:35:57.065Z Compiling rpassword v7.3.1
24932024-12-12T03:35:57.522Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24942024-12-12T03:36:03.182Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24952024-12-12T03:36:05.362Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24962024-12-12T03:36:10.315Z Compiling tui-tree-widget v0.22.0
24972024-12-12T03:36:10.778Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24982024-12-12T03:36:11.502Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24992024-12-12T03:36:11.809Z Compiling uzers v0.12.1
25002024-12-12T03:36:14.895Z Compiling shell-words v1.1.0
25012024-12-12T03:36:15.341Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25022024-12-12T03:36:24.184Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25032024-12-12T03:36:26.248Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25042024-12-12T03:36:53.789Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25052024-12-12T03:36:54.347Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25062024-12-12T03:36:59.189Z Compiling multimap v0.10.0
25072024-12-12T03:39:16.158Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25082024-12-12T03:39:22.931Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25092024-12-12T03:45:54.418Z Finished `release` profile [optimized] target(s) in 16m 03s
25102024-12-12T03:46:59.329Z
25112024-12-12T03:46:59.332Zreal 17:09.827666301
25122024-12-12T03:46:59.332Zuser 1:56:27.576515062
25132024-12-12T03:46:59.333Zsys 5:52.800362954
25142024-12-12T03:46:59.333Ztrap 2.769138289
25152024-12-12T03:46:59.333Ztflt 2.962603586
25162024-12-12T03:46:59.333Zdflt 5.194160126
25172024-12-12T03:46:59.333Zkflt 0.068069834
25182024-12-12T03:46:59.333Zlock 7:11:08.980726775
25192024-12-12T03:46:59.333Zslp 6:12:38.044580114
25202024-12-12T03:46:59.333Zlat 2:55.572270229
25212024-12-12T03:46:59.333Zstop 2:33.930434220
25222024-12-12T03:46:59.333Z+ mapfile -t packages
25232024-12-12T03:46:59.333Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25242024-12-12T03:47:00.322Z Finished `release` profile [optimized] target(s) in 0.94s
25252024-12-12T03:47:00.381Z Running `target/release/omicron-package -t test list-outputs`
25262024-12-12T03:47:00.431ZLogging to: /work/oxidecomputer/omicron/out/LOG
25272024-12-12T03:47:00.434Z+ ptime -m cargo build --locked --release -p xtask
25282024-12-12T03:47:00.991Z Compiling serde v1.0.215
25292024-12-12T03:47:00.994Z Compiling rustix v0.38.37
25302024-12-12T03:47:00.994Z Compiling libc v0.2.162
25312024-12-12T03:47:00.994Z Compiling serde_json v1.0.132
25322024-12-12T03:47:01.083Z Compiling syn v2.0.87
25332024-12-12T03:47:01.112Z Compiling bitflags v2.6.0
25342024-12-12T03:47:01.467Z Compiling usdt-impl v0.5.0
25352024-12-12T03:47:01.482Z Compiling syn v1.0.109
25362024-12-12T03:47:01.601Z Compiling hashbrown v0.15.0
25372024-12-12T03:47:01.620Z Compiling log v0.4.22
25382024-12-12T03:47:01.681Z Compiling fs-err v2.11.0
25392024-12-12T03:47:01.976Z Compiling anyhow v1.0.93
25402024-12-12T03:47:02.090Z Compiling once_cell v1.20.2
25412024-12-12T03:47:02.522Z Compiling thread-id v4.2.2
25422024-12-12T03:47:02.854Z Compiling indexmap v2.6.0
25432024-12-12T03:47:03.988Z Compiling terminal_size v0.4.0
25442024-12-12T03:47:03.988Z Compiling tempfile v3.13.0
25452024-12-12T03:47:04.230Z Compiling clap_builder v4.5.21
25462024-12-12T03:47:05.084Z Compiling proc-macro-error v1.0.4
25472024-12-12T03:47:06.267Z Compiling tabled_derive v0.7.0
25482024-12-12T03:47:07.573Z Compiling tabled v0.15.0
25492024-12-12T03:47:09.136Z Compiling serde_derive v1.0.215
25502024-12-12T03:47:09.736Z Compiling thiserror-impl v1.0.69
25512024-12-12T03:47:11.477Z Compiling zerocopy-derive v0.7.35
25522024-12-12T03:47:12.674Z Compiling thiserror v1.0.69
25532024-12-12T03:47:12.850Z Compiling pest v2.7.14
25542024-12-12T03:47:13.694Z Compiling zerocopy v0.7.35
25552024-12-12T03:47:15.329Z Compiling scroll_derive v0.12.0
25562024-12-12T03:47:16.008Z Compiling pest_meta v2.7.14
25572024-12-12T03:47:16.929Z Compiling scroll v0.12.0
25582024-12-12T03:47:17.582Z Compiling pest_generator v2.7.14
25592024-12-12T03:47:19.399Z Compiling goblin v0.8.2
25602024-12-12T03:47:20.234Z Compiling pest_derive v2.7.14
25612024-12-12T03:47:20.998Z Compiling dtrace-parser v0.2.0
25622024-12-12T03:47:23.474Z Compiling serde_spanned v0.6.8
25632024-12-12T03:47:23.743Z Compiling toml_datetime v0.6.8
25642024-12-12T03:47:24.464Z Compiling serde_tokenstream v0.2.2
25652024-12-12T03:47:25.060Z Compiling dof v0.3.0
25662024-12-12T03:47:26.513Z Compiling toml_edit v0.22.22
25672024-12-12T03:47:26.736Z Compiling camino v1.1.9
25682024-12-12T03:47:26.814Z Compiling semver v1.0.23
25692024-12-12T03:47:27.379Z Compiling usdt-macro v0.5.0
25702024-12-12T03:47:28.387Z Compiling usdt-attr-macro v0.5.0
25712024-12-12T03:47:28.568Z Compiling cargo-platform v0.1.8
25722024-12-12T03:47:29.265Z Compiling clap_derive v4.5.18
25732024-12-12T03:47:29.623Z Compiling cargo_metadata v0.18.1
25742024-12-12T03:47:29.680Z Compiling usdt v0.5.0
25752024-12-12T03:47:31.165Z Compiling toml v0.8.19
25762024-12-12T03:47:33.850Z Compiling clap v4.5.21
25772024-12-12T03:47:33.989Z Compiling cargo_toml v0.20.5
25782024-12-12T03:47:34.009Z Compiling camino-tempfile v1.1.1
25792024-12-12T03:47:34.128Z Compiling macaddr v1.0.1
25802024-12-12T03:47:45.340Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25812024-12-12T03:47:56.467Z Finished `release` profile [optimized] target(s) in 55.96s
25822024-12-12T03:47:56.574Z
25832024-12-12T03:47:56.574Zreal 56.091037070
25842024-12-12T03:47:56.574Zuser 5:40.974741312
25852024-12-12T03:47:56.574Zsys 31.381189377
25862024-12-12T03:47:56.577Ztrap 0.148993716
25872024-12-12T03:47:56.577Ztflt 0.278330129
25882024-12-12T03:47:56.577Zdflt 0.542767640
25892024-12-12T03:47:56.577Zkflt 0.000000000
25902024-12-12T03:47:56.577Zlock 9:59.190979173
25912024-12-12T03:47:56.577Zslp 15:05.061218496
25922024-12-12T03:47:56.577Zlat 13.231374298
25932024-12-12T03:47:56.577Zstop 17.268787648
25942024-12-12T03:47:56.577Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25952024-12-12T03:47:56.577Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25962024-12-12T03:47:56.577Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25972024-12-12T03:47:56.577Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25982024-12-12T03:47:56.577Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25992024-12-12T03:47:57.446Z Compiling hashbrown v0.14.5
26002024-12-12T03:47:57.574Z Compiling ident_case v1.0.1
26012024-12-12T03:47:57.585Z Compiling unsafe-libyaml v0.2.11
26022024-12-12T03:47:57.588Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26032024-12-12T03:47:57.588Z Compiling progenitor-client v0.8.0
26042024-12-12T03:47:57.588Z Compiling ipnetwork v0.20.0
26052024-12-12T03:47:57.588Z Compiling macaddr v1.0.1
26062024-12-12T03:47:57.588Z Compiling instant v0.1.13
26072024-12-12T03:47:57.721Z Compiling darling_core v0.20.10
26082024-12-12T03:47:57.802Z Compiling structmeta-derive v0.3.0
26092024-12-12T03:47:58.007Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26102024-12-12T03:47:58.041Z Compiling dropshot v0.13.0
26112024-12-12T03:47:58.128Z Compiling newtype-uuid v1.1.3
26122024-12-12T03:47:58.442Z Compiling dropshot_endpoint v0.13.0
26132024-12-12T03:47:58.540Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26142024-12-12T03:47:58.769Z Compiling regress v0.10.1
26152024-12-12T03:47:58.790Z Compiling regress v0.9.1
26162024-12-12T03:47:58.812Z Compiling serde_yaml v0.9.34+deprecated
26172024-12-12T03:47:59.288Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26182024-12-12T03:47:59.468Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26192024-12-12T03:47:59.489Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26202024-12-12T03:47:59.858Z Compiling backoff v0.4.0
26212024-12-12T03:48:00.229Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26222024-12-12T03:48:00.274Z Compiling tempfile v3.13.0
26232024-12-12T03:48:00.402Z Compiling proc-macro-crate v1.3.1
26242024-12-12T03:48:00.799Z Compiling structmeta v0.3.0
26252024-12-12T03:48:01.186Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26262024-12-12T03:48:01.262Z Compiling parse-display-derive v0.10.0
26272024-12-12T03:48:01.479Z Compiling num_enum_derive v0.5.11
26282024-12-12T03:48:01.558Z Compiling itertools v0.13.0
26292024-12-12T03:48:03.037Z Compiling typify-impl v0.2.0
26302024-12-12T03:48:03.842Z Compiling zerocopy v0.8.10
26312024-12-12T03:48:03.842Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26322024-12-12T03:48:04.102Z Compiling num_enum v0.5.11
26332024-12-12T03:48:04.164Z Compiling foreign-types-macros v0.2.3
26342024-12-12T03:48:04.262Z Compiling zerocopy-derive v0.8.10
26352024-12-12T03:48:04.825Z Compiling darling_macro v0.20.10
26362024-12-12T03:48:04.846Z Compiling foreign-types-shared v0.3.1
26372024-12-12T03:48:04.948Z Compiling heapless v0.8.0
26382024-12-12T03:48:04.969Z Compiling proc-macro-error v1.0.4
26392024-12-12T03:48:05.554Z Compiling foreign-types v0.5.0
26402024-12-12T03:48:05.805Z Compiling darling v0.20.10
26412024-12-12T03:48:05.860Z Compiling camino-tempfile v1.1.1
26422024-12-12T03:48:05.900Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26432024-12-12T03:48:05.919Z Compiling hash32 v0.3.1
26442024-12-12T03:48:05.938Z Compiling serde_with_macros v3.11.0
26452024-12-12T03:48:05.956Z Compiling parse-display v0.10.0
26462024-12-12T03:48:06.173Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26472024-12-12T03:48:06.350Z Compiling cstr-argument v0.1.2
26482024-12-12T03:48:06.643Z Compiling crucible-workspace-hack v0.1.0
26492024-12-12T03:48:06.687Z Compiling pretty-hex v0.2.1
26502024-12-12T03:48:06.753Z Compiling smoltcp v0.11.0
26512024-12-12T03:48:06.884Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26522024-12-12T03:48:06.947Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26532024-12-12T03:48:07.137Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26542024-12-12T03:48:07.551Z Compiling tabwriter v1.4.0
26552024-12-12T03:48:07.778Z Compiling colored v2.1.0
26562024-12-12T03:48:08.113Z Compiling cobs v0.2.3
26572024-12-12T03:48:08.318Z Compiling postcard v1.0.10
26582024-12-12T03:48:08.736Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26592024-12-12T03:48:08.899Z Compiling serde_with v3.11.0
26602024-12-12T03:48:08.961Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26612024-12-12T03:48:09.112Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26622024-12-12T03:48:09.130Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26632024-12-12T03:48:09.446Z Compiling smf v0.2.3
26642024-12-12T03:48:10.027Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26652024-12-12T03:48:10.861Z Compiling zone_cfg_derive v0.3.0
26662024-12-12T03:48:10.963Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26672024-12-12T03:48:11.468Z Compiling num-derive v0.4.2
26682024-12-12T03:48:12.386Z Compiling sigpipe v0.1.3
26692024-12-12T03:48:12.521Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26702024-12-12T03:48:12.834Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26712024-12-12T03:48:12.927Z Compiling zone v0.3.0
26722024-12-12T03:48:13.043Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
26732024-12-12T03:48:13.505Z Compiling universal-hash v0.5.1
26742024-12-12T03:48:13.524Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26752024-12-12T03:48:13.643Z Compiling opaque-debug v0.3.1
26762024-12-12T03:48:13.702Z Compiling num-rational v0.4.2
26772024-12-12T03:48:13.752Z Compiling password-hash v0.5.0
26782024-12-12T03:48:13.816Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
26792024-12-12T03:48:13.974Z Compiling num-complex v0.4.6
26802024-12-12T03:48:14.370Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26812024-12-12T03:48:14.573Z Compiling blake2 v0.10.6
26822024-12-12T03:48:14.654Z Compiling aead v0.5.2
26832024-12-12T03:48:14.739Z Compiling keccak v0.1.5
26842024-12-12T03:48:14.766Z Compiling convert_case v0.4.0
26852024-12-12T03:48:15.027Z Compiling num v0.4.3
26862024-12-12T03:48:15.074Z Compiling sha3 v0.10.8
26872024-12-12T03:48:15.147Z Compiling argon2 v0.5.3
26882024-12-12T03:48:15.562Z Compiling poly1305 v0.8.0
26892024-12-12T03:48:15.791Z Compiling tungstenite v0.21.0
26902024-12-12T03:48:15.811Z Compiling derive_more v0.99.18
26912024-12-12T03:48:15.976Z Compiling chacha20 v0.9.1
26922024-12-12T03:48:16.203Z Compiling float-ord v0.3.2
26932024-12-12T03:48:16.385Z Compiling base64 v0.21.7
26942024-12-12T03:48:16.455Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26952024-12-12T03:48:16.896Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26962024-12-12T03:48:17.162Z Compiling tokio-tungstenite v0.21.0
26972024-12-12T03:48:17.165Z Compiling semver v0.1.20
26982024-12-12T03:48:17.310Z Compiling same-file v1.0.6
26992024-12-12T03:48:17.648Z Compiling rustc_version v0.1.7
27002024-12-12T03:48:17.729Z Compiling walkdir v2.5.0
27012024-12-12T03:48:17.884Z Compiling newline-converter v0.3.0
27022024-12-12T03:48:17.982Z Compiling primeorder v0.13.6
27032024-12-12T03:48:18.005Z Compiling secrecy v0.8.0
27042024-12-12T03:48:18.055Z Compiling cancel-safe-futures v0.1.5
27052024-12-12T03:48:18.209Z Compiling owo-colors v4.1.0
27062024-12-12T03:48:18.419Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27072024-12-12T03:48:18.497Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27082024-12-12T03:48:18.534Z Compiling newtype_derive v0.1.6
27092024-12-12T03:48:18.562Z Compiling expectorate v1.1.0
27102024-12-12T03:48:18.581Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27112024-12-12T03:48:18.748Z Compiling thiserror-impl-no-std v2.0.2
27122024-12-12T03:48:18.828Z Compiling ring v0.16.20
27132024-12-12T03:48:18.913Z Compiling blake3 v1.5.4
27142024-12-12T03:48:18.934Z Compiling half v2.4.1
27152024-12-12T03:48:19.308Z Compiling unicase v2.7.0
27162024-12-12T03:48:19.494Z Compiling ciborium-io v0.2.2
27172024-12-12T03:48:19.600Z Compiling arc-swap v1.7.1
27182024-12-12T03:48:19.641Z Compiling ciborium-ll v0.2.2
27192024-12-12T03:48:20.072Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27202024-12-12T03:48:20.284Z Compiling slog-scope v4.4.0
27212024-12-12T03:48:20.387Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27222024-12-12T03:48:20.833Z Compiling polyval v0.6.2
27232024-12-12T03:48:21.174Z Compiling atomicwrites v0.4.4
27242024-12-12T03:48:21.278Z Compiling libsw v3.3.1
27252024-12-12T03:48:21.557Z Compiling memmap2 v0.9.5
27262024-12-12T03:48:21.603Z Compiling spin v0.5.2
27272024-12-12T03:48:21.732Z Compiling typify-macro v0.2.0
27282024-12-12T03:48:21.821Z Compiling linear-map v1.2.0
27292024-12-12T03:48:21.841Z Compiling arrayvec v0.7.6
27302024-12-12T03:48:21.958Z Compiling thiserror-no-std v2.0.2
27312024-12-12T03:48:22.029Z Compiling libefi-sys v0.1.0
27322024-12-12T03:48:22.078Z Compiling parking_lot_core v0.8.6
27332024-12-12T03:48:22.207Z Compiling salty v0.3.0
27342024-12-12T03:48:22.261Z Compiling arrayref v0.3.9
27352024-12-12T03:48:22.311Z Compiling indent_write v2.2.0
27362024-12-12T03:48:22.373Z Compiling constant_time_eq v0.3.1
27372024-12-12T03:48:22.603Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27382024-12-12T03:48:22.618Z Compiling vsss-rs v3.3.4
27392024-12-12T03:48:22.669Z Compiling ghash v0.5.1
27402024-12-12T03:48:22.946Z Compiling slog-stdlog v4.1.1
27412024-12-12T03:48:23.044Z Compiling ciborium v0.2.2
27422024-12-12T03:48:23.735Z Compiling p384 v0.13.0
27432024-12-12T03:48:23.751Z Compiling toolchain_find v0.4.0
27442024-12-12T03:48:23.769Z Compiling chacha20poly1305 v0.10.1
27452024-12-12T03:48:24.010Z Compiling lzma-sys v0.1.20
27462024-12-12T03:48:24.467Z Compiling ctr v0.9.2
27472024-12-12T03:48:24.566Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27482024-12-12T03:48:24.802Z Compiling bitfield-struct v0.6.2
27492024-12-12T03:48:24.840Z Compiling slog-dtrace v0.3.0
27502024-12-12T03:48:24.982Z Compiling topological-sort v0.2.2
27512024-12-12T03:48:25.145Z Compiling highway v1.2.0
27522024-12-12T03:48:25.278Z Compiling omicron-zone-package v0.11.1
27532024-12-12T03:48:25.567Z Compiling aes-gcm v0.10.3
27542024-12-12T03:48:25.877Z Compiling rustfmt-wrapper v0.2.1
27552024-12-12T03:48:26.000Z Compiling mime_guess v2.0.5
27562024-12-12T03:48:26.021Z Compiling typify v0.2.0
27572024-12-12T03:48:26.146Z Compiling slog-envlogger v2.2.0
27582024-12-12T03:48:26.187Z Compiling progenitor-impl v0.8.0
27592024-12-12T03:48:26.264Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27602024-12-12T03:48:26.427Z Compiling steno v0.4.1
27612024-12-12T03:48:27.217Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27622024-12-12T03:48:27.329Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27632024-12-12T03:48:27.419Z Compiling heck v0.3.3
27642024-12-12T03:48:27.422Z Compiling ssh-encoding v0.2.0
27652024-12-12T03:48:27.677Z Compiling blowfish v0.9.1
27662024-12-12T03:48:27.877Z Compiling nibble_vec v0.1.0
27672024-12-12T03:48:27.919Z Compiling env_filter v0.1.2
27682024-12-12T03:48:27.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27692024-12-12T03:48:28.091Z Compiling humantime v2.1.0
27702024-12-12T03:48:28.133Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27712024-12-12T03:48:28.223Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27722024-12-12T03:48:28.260Z Compiling endian-type v0.1.2
27732024-12-12T03:48:28.467Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27742024-12-12T03:48:28.501Z Compiling radix_trie v0.2.1
27752024-12-12T03:48:28.583Z Compiling env_logger v0.11.5
27762024-12-12T03:48:28.614Z Compiling bcrypt-pbkdf v0.10.0
27772024-12-12T03:48:28.668Z Compiling zone_cfg_derive v0.1.2
27782024-12-12T03:48:29.207Z Compiling ssh-cipher v0.2.0
27792024-12-12T03:48:29.323Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27802024-12-12T03:48:29.441Z Compiling parking_lot v0.11.2
27812024-12-12T03:48:29.745Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27822024-12-12T03:48:30.191Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27832024-12-12T03:48:30.416Z Compiling password-hash v0.4.2
27842024-12-12T03:48:30.640Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
27852024-12-12T03:48:30.682Z Compiling gethostname v0.5.0
27862024-12-12T03:48:30.704Z Compiling fxhash v0.2.1
27872024-12-12T03:48:30.918Z Compiling base64 v0.13.1
27882024-12-12T03:48:30.936Z Compiling matches v0.1.10
27892024-12-12T03:48:30.978Z Compiling simd-adler32 v0.3.7
27902024-12-12T03:48:31.047Z Compiling lockfree-object-pool v0.1.6
27912024-12-12T03:48:31.269Z Compiling bumpalo v3.16.0
27922024-12-12T03:48:31.336Z Compiling zip v2.1.3
27932024-12-12T03:48:31.358Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27942024-12-12T03:48:31.537Z Compiling http-range v0.1.5
27952024-12-12T03:48:31.539Z Compiling ron v0.7.1
27962024-12-12T03:48:31.686Z Compiling zopfli v0.8.1
27972024-12-12T03:48:31.708Z Compiling idna v0.2.3
27982024-12-12T03:48:31.708Z Compiling pbkdf2 v0.11.0
27992024-12-12T03:48:31.760Z Compiling sled v0.34.7
28002024-12-12T03:48:31.883Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28012024-12-12T03:48:32.069Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28022024-12-12T03:48:32.570Z Compiling zone v0.1.8
28032024-12-12T03:48:33.240Z Compiling xz2 v0.1.7
28042024-12-12T03:48:33.565Z Compiling ssh-key v0.6.6
28052024-12-12T03:48:33.760Z Compiling hickory-client v0.24.1
28062024-12-12T03:48:34.213Z Compiling p256 v0.13.2
28072024-12-12T03:48:34.406Z Compiling p521 v0.13.3
28082024-12-12T03:48:34.439Z Compiling progenitor-macro v0.8.0
28092024-12-12T03:48:34.457Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28102024-12-12T03:48:35.072Z Compiling hickory-server v0.24.1
28112024-12-12T03:48:35.239Z Compiling enum-as-inner v0.5.1
28122024-12-12T03:48:35.640Z Compiling pem v3.0.4
28132024-12-12T03:48:36.305Z Compiling yasna v0.5.2
28142024-12-12T03:48:36.477Z Compiling headers-core v0.3.0
28152024-12-12T03:48:36.652Z Compiling kstat-rs v0.2.4
28162024-12-12T03:48:36.825Z Compiling nanorand v0.7.0
28172024-12-12T03:48:37.321Z Compiling atty v0.2.14
28182024-12-12T03:48:37.404Z Compiling russh-cryptovec v0.7.3
28192024-12-12T03:48:37.476Z Compiling md5 v0.7.0
28202024-12-12T03:48:37.735Z Compiling rcgen v0.12.1
28212024-12-12T03:48:38.010Z Compiling russh-keys v0.45.0
28222024-12-12T03:48:38.038Z Compiling flume v0.11.1
28232024-12-12T03:48:38.212Z Compiling headers v0.4.0
28242024-12-12T03:48:38.314Z Compiling trust-dns-proto v0.22.0
28252024-12-12T03:48:38.749Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28262024-12-12T03:48:40.176Z Compiling hyper-staticfile v0.10.1
28272024-12-12T03:48:41.365Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28282024-12-12T03:48:41.997Z Compiling num-bigint v0.4.6
28292024-12-12T03:48:42.281Z Compiling des v0.8.1
28302024-12-12T03:48:42.302Z Compiling subprocess v0.2.9
28312024-12-12T03:48:42.338Z Compiling hex-literal v0.4.1
28322024-12-12T03:48:42.505Z Compiling dhcproto-macros v0.1.0
28332024-12-12T03:48:42.642Z Compiling display-error-chain v0.2.2
28342024-12-12T03:48:42.855Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28352024-12-12T03:48:43.360Z Compiling internet-checksum v0.2.1
28362024-12-12T03:48:43.486Z Compiling dhcproto v0.12.0
28372024-12-12T03:48:45.147Z Compiling russh v0.45.0
28382024-12-12T03:48:47.095Z Compiling progenitor v0.8.0
28392024-12-12T03:48:47.229Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28402024-12-12T03:48:47.229Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28412024-12-12T03:48:47.231Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28422024-12-12T03:48:47.231Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28432024-12-12T03:48:47.231Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28442024-12-12T03:48:47.231Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28452024-12-12T03:48:47.315Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28462024-12-12T03:48:48.688Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
28472024-12-12T03:48:48.964Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28482024-12-12T03:48:49.849Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492024-12-12T03:48:52.852Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28502024-12-12T03:48:53.947Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28512024-12-12T03:49:03.117Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28522024-12-12T03:49:03.117Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28532024-12-12T03:49:03.120Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28542024-12-12T03:49:03.120Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28552024-12-12T03:49:06.404Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28562024-12-12T03:49:06.554Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28572024-12-12T03:49:07.470Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28582024-12-12T03:49:08.154Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592024-12-12T03:49:10.020Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28602024-12-12T03:49:11.162Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28612024-12-12T03:49:11.993Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28622024-12-12T03:49:12.296Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28632024-12-12T03:49:13.759Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28642024-12-12T03:49:14.746Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28652024-12-12T03:49:15.275Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28662024-12-12T03:49:16.377Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28672024-12-12T03:49:16.448Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28682024-12-12T03:49:16.583Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28692024-12-12T03:49:17.334Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28702024-12-12T03:49:18.921Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28712024-12-12T03:49:19.409Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28722024-12-12T03:49:21.398Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28732024-12-12T03:49:22.187Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28742024-12-12T03:49:23.545Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28752024-12-12T03:49:26.491Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28762024-12-12T03:49:27.236Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28772024-12-12T03:49:29.187Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782024-12-12T03:49:29.252Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28792024-12-12T03:49:31.776Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28802024-12-12T03:49:40.635Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28812024-12-12T03:49:41.981Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28822024-12-12T03:50:01.010Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28832024-12-12T03:50:36.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
28842024-12-12T03:50:37.050Z
28852024-12-12T03:50:37.050Zreal 2:40.366558800
28862024-12-12T03:50:37.050Zuser 12:17.823762693
28872024-12-12T03:50:37.050Zsys 2:42.585281195
28882024-12-12T03:50:37.050Ztrap 0.319042417
28892024-12-12T03:50:37.053Ztflt 0.678755722
28902024-12-12T03:50:37.053Zdflt 2.037990378
28912024-12-12T03:50:37.053Zkflt 0.000115650
28922024-12-12T03:50:37.053Zlock 25:45.275132684
28932024-12-12T03:50:37.053Zslp 44:23.538417712
28942024-12-12T03:50:37.053Zlat 35.076897914
28952024-12-12T03:50:37.054Zstop 1:33.709167800
28962024-12-12T03:50:37.054Z+ mkdir tests
28972024-12-12T03:50:37.056Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28982024-12-12T03:50:37.056Z+ xargs -I '{}' -t cp '{}' tests/
28992024-12-12T03:50:37.096Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9e241bbcfd6668e2 tests/
29002024-12-12T03:50:37.123Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-add3e98554f68123 tests/
29012024-12-12T03:50:37.150Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-be9b2d1fec740ea1 tests/
29022024-12-12T03:50:37.177Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e1178cee952e6f82 tests/
29032024-12-12T03:50:37.413Z+ 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/*)
29042024-12-12T03:50:37.416Z+ 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
29052024-12-12T03:51:49.191ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29062024-12-12T03:51:49.191Za .github/buildomat/ci-env.sh 1K
29072024-12-12T03:51:49.191Za out/target/test 1K
29082024-12-12T03:51:49.191Za out/npuzone/npuzone 23144K
29092024-12-12T03:51:49.191Za package-manifest.toml 32K
29102024-12-12T03:51:49.191Za smf/sled-agent/non-gimlet/config.toml 4K
29112024-12-12T03:51:49.191Za target/release/omicron-package 36349K
29122024-12-12T03:51:49.191Za target/release/xtask 11750K
29132024-12-12T03:51:49.191Za target/debug/bootstrap 210028K
29142024-12-12T03:51:49.191Za tests/bootstrap-add3e98554f68123 24246K
29152024-12-12T03:51:49.191Za tests/commtest-be9b2d1fec740ea1 25022K
29162024-12-12T03:51:49.191Za tests/dhcp_server-9e241bbcfd6668e2 24246K
29172024-12-12T03:51:49.191Za tests/end_to_end_tests-e1178cee952e6f82 228129K
29182024-12-12T03:51:49.191Za out/clickhouse.tar.gz 298733K
29192024-12-12T03:51:49.191Za out/clickhouse_keeper.tar.gz 285847K
29202024-12-12T03:51:49.191Za out/clickhouse_server.tar.gz 298724K
29212024-12-12T03:51:49.191Za out/cockroachdb.tar.gz 134561K
29222024-12-12T03:51:49.191Za out/crucible-dtrace.tar 85K
29232024-12-12T03:51:49.191Za out/crucible-pantry-zone.tar.gz 28182K
29242024-12-12T03:51:49.191Za out/crucible-zone.tar.gz 36394K
29252024-12-12T03:51:49.191Za out/external-dns.tar.gz 35280K
29262024-12-12T03:51:49.191Za out/internal-dns.tar.gz 35279K
29272024-12-12T03:51:49.191Za out/mg-ddm-gz.tar 63075K
29282024-12-12T03:51:49.191Za out/nexus.tar.gz 100455K
29292024-12-12T03:51:49.191Za out/ntp.tar.gz 10353K
29302024-12-12T03:51:49.191Za out/omicron-gateway-softnpu.tar.gz 23931K
29312024-12-12T03:51:49.191Za out/omicron-sled-agent.tar 113640K
29322024-12-12T03:51:49.191Za out/overlay.tar.gz 3K
29332024-12-12T03:51:49.191Za out/oximeter.tar.gz 51235K
29342024-12-12T03:51:49.191Za out/oxlog.tar 3088K
29352024-12-12T03:51:49.191Za out/probe.tar.gz 2764K
29362024-12-12T03:51:49.191Za out/propolis-server.tar.gz 66600K
29372024-12-12T03:51:49.191Za out/pumpkind-gz.tar 26665K
29382024-12-12T03:51:49.191Za out/switch-softnpu.tar.gz 237330K
29392024-12-12T03:51:49.194Z
29402024-12-12T03:51:49.194Zreal 1:11.744726425
29412024-12-12T03:51:49.194Zuser 1:08.748317814
29422024-12-12T03:51:49.194Zsys 4.209439205
29432024-12-12T03:51:49.194Ztrap 0.016619133
29442024-12-12T03:51:49.194Ztflt 0.000000000
29452024-12-12T03:51:49.194Zdflt 0.000000000
29462024-12-12T03:51:49.194Zkflt 0.000000000
29472024-12-12T03:51:49.194Zlock 0.000000000
29482024-12-12T03:51:49.194Zslp 1:08.654467183
29492024-12-12T03:51:49.194Zlat 1.856036741
29502024-12-12T03:51:49.194Zstop 0.000187461
29512024-12-12T03:51:49.194Zprocess exited: duration 1940603 ms, exit code 0
 
29522024-12-12T03:51:49.208Zfound 1 output files
29532024-12-12T03:51:49.208Zuploading: /work/package.tar.gz (1904410912 bytes)
29542024-12-12T03:52:20.239Zuploaded: /work/package.tar.gz