01JD04WJMR4JTRMT6YK2057A72: 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: 01JD04X1JA30R83FVCXB290G7Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-18T17:26:14.437Zjob assigned to worker 01JD04X8QG6VDYFK2MP7RBJ9N4 [factory aws, i-02bf2be47104ec02b] (queued for 1 m 6 s)
 
22024-11-18T17:26:21.676Zstarting task 0: "setup"
32024-11-18T17:26:21.691Z++ uname -s
42024-11-18T17:26:21.694Z+ kern=SunOS
52024-11-18T17:26:21.694Z+ case "$kern" in
62024-11-18T17:26:21.694Z+ groupadd -g 12345 build
72024-11-18T17:26:21.694Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-18T17:26:23.701Z+ zfs create -o mountpoint=/work rpool/work
92024-11-18T17:26:23.799Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-18T17:26:23.802Z+ home_fs=zfs
112024-11-18T17:26:23.802Z+ [[ zfs == autofs ]]
122024-11-18T17:26:23.802Z+ mkdir -p /home/build
132024-11-18T17:26:23.805Z+ chown build:build /home/build /work
142024-11-18T17:26:25.807Z+ chmod 0700 /home/build /work
152024-11-18T17:26:25.809Zprocess exited: duration 4132 ms, exit code 0
 
162024-11-18T17:26:25.815Zstarting task 1: "rust-toolchain"
172024-11-18T17:26:25.820Z+ printf ' * toolchain channel = "%s"
182024-11-18T17:26:25.820Z' 1.81.0
192024-11-18T17:26:25.821Z * toolchain channel = "1.81.0"
202024-11-18T17:26:25.823Z * toolchain profile = "default"
212024-11-18T17:26:25.823Z+ printf ' * toolchain profile = "%s"
222024-11-18T17:26:25.823Z' default
232024-11-18T17:26:25.823Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-18T17:26:25.823Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-18T17:26:26.128Zinfo: downloading installer
262024-11-18T17:26:27.443Zinfo: profile set to 'default'
272024-11-18T17:26:27.445Zinfo: default host triple is x86_64-unknown-illumos
282024-11-18T17:26:27.445Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-18T17:26:27.614Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-18T17:26:27.614Zinfo: downloading component 'cargo'
312024-11-18T17:26:28.581Zinfo: downloading component 'clippy'
322024-11-18T17:26:28.942Zinfo: downloading component 'rust-docs'
332024-11-18T17:26:30.288Zinfo: downloading component 'rust-std'
342024-11-18T17:26:32.384Zinfo: downloading component 'rustc'
352024-11-18T17:26:39.918Zinfo: downloading component 'rustfmt'
362024-11-18T17:26:40.201Zinfo: installing component 'cargo'
372024-11-18T17:26:41.016Zinfo: installing component 'clippy'
382024-11-18T17:26:41.390Zinfo: installing component 'rust-docs'
392024-11-18T17:26:42.976Zinfo: installing component 'rust-std'
402024-11-18T17:26:44.819Zinfo: installing component 'rustc'
412024-11-18T17:26:50.562Zinfo: installing component 'rustfmt'
422024-11-18T17:26:50.882Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-18T17:26:50.882Z
442024-11-18T17:26:51.245Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-18T17:26:51.245Z
462024-11-18T17:26:51.248Z
472024-11-18T17:26:51.248ZRust is installed now. Great!
482024-11-18T17:26:51.248Z
492024-11-18T17:26:51.248ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-18T17:26:51.248Zenvironment variable. This has not been done automatically.
512024-11-18T17:26:51.248Z
522024-11-18T17:26:51.248ZTo configure your current shell, you need to source
532024-11-18T17:26:51.248Zthe corresponding env file under $HOME/.cargo.
542024-11-18T17:26:51.248Z
552024-11-18T17:26:51.248ZThis is usually done by running one of the following (note the leading DOT):
562024-11-18T17:26:51.248Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-18T17:26:51.248Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-18T17:26:51.318Z+ rustc --version
592024-11-18T17:26:51.382Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-18T17:26:51.384Zprocess exited: duration 25560 ms, exit code 0
 
612024-11-18T17:26:51.389Zstarting task 2: "authentication"
622024-11-18T17:26:51.411Zprocess exited: duration 21 ms, exit code 0
 
632024-11-18T17:26:51.420Zstarting task 3: "clone repository"
642024-11-18T17:26:51.423Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-18T17:26:51.428Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-18T17:26:51.481ZCloning into '/work/oxidecomputer/omicron'...
672024-11-18T17:26:59.316Z+ cd /work/oxidecomputer/omicron
682024-11-18T17:26:59.316Z+ git fetch origin baff1cce651366e144ec3b32b1c7988e4437ee2d
692024-11-18T17:26:59.621ZFrom https://github.com/oxidecomputer/omicron
702024-11-18T17:26:59.621Z * branch baff1cce651366e144ec3b32b1c7988e4437ee2d -> FETCH_HEAD
712024-11-18T17:26:59.632Z+ [[ -n '' ]]
722024-11-18T17:26:59.632Z+ git reset --hard baff1cce651366e144ec3b32b1c7988e4437ee2d
732024-11-18T17:26:59.803ZHEAD is now at baff1cce6 Fix copy-paste-o
742024-11-18T17:26:59.807Zprocess exited: duration 8384 ms, exit code 0
 
752024-11-18T17:26:59.812Zstarting task 4: "build"
762024-11-18T17:26:59.818Z+ source .github/buildomat/ci-env.sh
772024-11-18T17:26:59.818Z++ export CARGO_TERM_COLOR=always
782024-11-18T17:26:59.818Z++ CARGO_TERM_COLOR=always
792024-11-18T17:26:59.821Z+ cargo --version
802024-11-18T17:26:59.875Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-11-18T17:26:59.878Z+ rustc --version
822024-11-18T17:26:59.937Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-11-18T17:26:59.939Z+ WORK=/work
842024-11-18T17:26:59.939Z+ pfexec mkdir -p /work
852024-11-18T17:26:59.944Z+ pfexec chown build /work
862024-11-18T17:26:59.946Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-11-18T17:27:06.756Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-11-18T17:27:10.221Z Startup: Caching catalogs ... Done
892024-11-18T17:27:18.943ZPlanning: Solver setup ... Done (7.821s)
902024-11-18T17:27:19.054ZPlanning: Running solver ... Done (0.112s)
912024-11-18T17:27:19.145ZPlanning: Finding local manifests ... Done (0.004s)
922024-11-18T17:27:19.605ZPlanning: Fetching manifests: 0/5 0% complete
932024-11-18T17:27:20.225ZPlanning: Fetching manifests: 5/5 100% complete
942024-11-18T17:27:20.324ZPlanning: Package planning ... Done (0.100s)
952024-11-18T17:27:20.380ZPlanning: Merging actions ... Done (0.056s)
962024-11-18T17:27:20.569ZPlanning: Checking for conflicting actions ... Done (0.189s)
972024-11-18T17:27:22.460ZPlanning: Consolidating action changes ... Done (1.890s)
982024-11-18T17:27:22.882ZPlanning: Evaluating mediators ... Done (0.422s)
992024-11-18T17:27:22.961ZPlanning: Planning completed in 12.65 seconds
1002024-11-18T17:27:22.977Z Packages to install: 4
1012024-11-18T17:27:22.978Z Packages to update: 1
1022024-11-18T17:27:22.981Z Mediators to change: 2
1032024-11-18T17:27:22.981Z Services to change: 1
1042024-11-18T17:27:22.981Z Estimated space available: 155.64 GB
1052024-11-18T17:27:22.981ZEstimated space to be consumed: 1.60 GB
1062024-11-18T17:27:22.981Z Create boot environment: No
1072024-11-18T17:27:22.981ZCreate backup boot environment: Yes
1082024-11-18T17:27:22.981Z Rebuild boot archive: No
1092024-11-18T17:27:22.981Z
1102024-11-18T17:27:22.981ZChanged mediators:
1112024-11-18T17:27:22.981Z mediator clang:
1122024-11-18T17:27:22.981Z version: None -> 15 (system default)
1132024-11-18T17:27:22.981Z
1142024-11-18T17:27:22.981Z mediator llvm:
1152024-11-18T17:27:22.981Z version: 14 (system default) -> 15 (system default)
1162024-11-18T17:27:22.981Z
1172024-11-18T17:27:22.981ZChanged packages:
1182024-11-18T17:27:22.981Zhelios-dev
1192024-11-18T17:27:22.981Z developer/build-essential
1202024-11-18T17:27:22.981Z None -> 11-2.0
1212024-11-18T17:27:22.981Z library/libxmlsec1
1222024-11-18T17:27:22.981Z None -> 1.2.35-2.0
1232024-11-18T17:27:22.981Z ooce/developer/clang-15
1242024-11-18T17:27:22.981Z None -> 15.0.7-2.0
1252024-11-18T17:27:22.981Z ooce/developer/llvm-15
1262024-11-18T17:27:22.981Z None -> 15.0.7-2.0
1272024-11-18T17:27:22.981Z package/pkg
1282024-11-18T17:27:22.981Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-11-18T17:27:22.981Z
1302024-11-18T17:27:22.981ZServices:
1312024-11-18T17:27:22.981Z restart_fmri:
1322024-11-18T17:27:22.981Z svc:/system/update-man-index:default
1332024-11-18T17:27:22.982Z
1342024-11-18T17:27:22.982ZEditable files to change:
1352024-11-18T17:27:22.982Z Update:
1362024-11-18T17:27:22.982Z usr/share/lib/pkg/web/config.shtml
1372024-11-18T17:27:23.057Z
1382024-11-18T17:27:23.057ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-11-18T17:27:28.064ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (17.1M/s)
1402024-11-18T17:27:33.564ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (13.0M/s)
1412024-11-18T17:27:41.541ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (12.7M/s)
1422024-11-18T17:27:47.887ZDownload: 3248/4281 items 203.1/220.6MB 92% complete (20.7M/s)
1432024-11-18T17:27:52.890ZDownload: 4158/4281 items 220.2/220.6MB 99% complete (9.9M/s)
1442024-11-18T17:27:55.289ZDownload: Completed 220.60 MB in 32.22 seconds (6.8M/s)
1452024-11-18T17:27:57.465Z Actions: 1/5063 actions (Removing old actions)
1462024-11-18T17:27:57.486Z Actions: 194/5063 actions (Installing new actions)
1472024-11-18T17:28:02.152Z Actions: 4226/5063 actions (Updating modified actions)
1482024-11-18T17:28:02.461Z Actions: Completed 5063 actions in 4.99 seconds.
1492024-11-18T17:28:02.680Z Done (0.211s)
1502024-11-18T17:28:02.683Z Done (0.000s)
1512024-11-18T17:28:03.206Z Done (0.524s)
1522024-11-18T17:28:07.664Z Done (4.241s)
1532024-11-18T17:28:07.754Z Done (0.018s)
1542024-11-18T17:28:07.757Z Done (0.000s)
1552024-11-18T17:28:07.973Z Done (0.000s)
1562024-11-18T17:28:08.642ZPlanning: Evaluating mediator changes ... Done
1572024-11-18T17:28:08.799ZPlanning: Checking for conflicting actions ... Done
1582024-11-18T17:28:08.802ZPlanning: Consolidating action changes ... Done
1592024-11-18T17:28:09.061ZPlanning: Evaluating mediators ... Done
1602024-11-18T17:28:09.064ZPlanning: Planning completed in 0.42 seconds
1612024-11-18T17:28:09.101Z Mediators to change: 2
1622024-11-18T17:28:09.101Z Create boot environment: No
1632024-11-18T17:28:09.104ZCreate backup boot environment: No
1642024-11-18T17:28:09.193Z Done
1652024-11-18T17:28:09.193Z Done
1662024-11-18T17:28:09.526Z Done
1672024-11-18T17:28:13.078Z Done
1682024-11-18T17:28:13.160Z Done
1692024-11-18T17:28:13.162Z Done
1702024-11-18T17:28:13.330Z Done
1712024-11-18T17:28:13.935ZPlanning: Evaluating mediator changes ... Done
1722024-11-18T17:28:13.945ZPlanning: Merging actions ... Done
1732024-11-18T17:28:14.124ZPlanning: Checking for conflicting actions ... Done
1742024-11-18T17:28:14.127ZPlanning: Consolidating action changes ... Done
1752024-11-18T17:28:14.387ZPlanning: Evaluating mediators ... Done
1762024-11-18T17:28:14.440ZPlanning: Planning completed in 0.74 seconds
1772024-11-18T17:28:14.501Z Packages to change: 1
1782024-11-18T17:28:14.501Z Mediators to change: 1
1792024-11-18T17:28:14.542Z Services to change: 1
1802024-11-18T17:28:14.542Z Create boot environment: No
1812024-11-18T17:28:14.542ZCreate backup boot environment: Yes
1822024-11-18T17:28:16.701Z Actions: 1/6 actions (Updating modified actions)
1832024-11-18T17:28:16.704Z Actions: Completed 6 actions in 0.00 seconds.
1842024-11-18T17:28:16.704Z Done
1852024-11-18T17:28:16.704Z Done
1862024-11-18T17:28:16.811Z Done
1872024-11-18T17:28:20.383Z Done
1882024-11-18T17:28:20.475Z Done
1892024-11-18T17:28:20.478Z Done
1902024-11-18T17:28:20.602Z Done
1912024-11-18T17:28:21.029ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922024-11-18T17:28:21.029Zclang system 15 system
1932024-11-18T17:28:21.029Zcsh system system illumos
1942024-11-18T17:28:21.029Zctags system system illumos
1952024-11-18T17:28:21.029Zgcc vendor 12 vendor
1962024-11-18T17:28:21.029Zgcc system 10 system
1972024-11-18T17:28:21.030Zgcc system 7 system
1982024-11-18T17:28:21.030Zgo system 1.20 system
1992024-11-18T17:28:21.030Zgo system 1.19 system
2002024-11-18T17:28:21.030Zllvm system 15 system
2012024-11-18T17:28:21.030Zllvm system 14 system
2022024-11-18T17:28:21.030Zmariadb system 10.6 system
2032024-11-18T17:28:21.030Zmta vendor vendor dma
2042024-11-18T17:28:21.030Zopenjdk system 17 system
2052024-11-18T17:28:21.030Zopenjdk system 11 system
2062024-11-18T17:28:21.030Zopenjdk system 1.8 system
2072024-11-18T17:28:21.030Zopenssl vendor 3 vendor
2082024-11-18T17:28:21.030Zperl system 5.36 system
2092024-11-18T17:28:21.030Zpostgresql system 15 system
2102024-11-18T17:28:21.030Zpostgresql system 13 system
2112024-11-18T17:28:21.030Zpython vendor 3 vendor
2122024-11-18T17:28:21.030Zpython system 2 system
2132024-11-18T17:28:21.031Zpython3 system 3.11 system
2142024-11-18T17:28:21.031Zruby system 3.0 system
2152024-11-18T17:28:21.031Zwords vendor vendor american-english
2162024-11-18T17:28:21.031Zwords system system australian-english
2172024-11-18T17:28:21.031Zwords system system british-english
2182024-11-18T17:28:21.031Zwords system system canadian-english
2192024-11-18T17:28:21.031Zwords system system french
2202024-11-18T17:28:21.031Zwords system system italian
2212024-11-18T17:28:21.031Zwords system system ngerman
2222024-11-18T17:28:21.031Zwords system system ogerman
2232024-11-18T17:28:21.031Zwords system system spanish
2242024-11-18T17:28:21.353ZPUBLISHER TYPE STATUS P LOCATION
2252024-11-18T17:28:21.353Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2262024-11-18T17:28:23.862ZFMRI IFO
2272024-11-18T17:28:23.862Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2282024-11-18T17:28:23.862Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2292024-11-18T17:28:23.862Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2302024-11-18T17:28:23.862Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2312024-11-18T17:28:23.862Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2322024-11-18T17:28:23.862Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2332024-11-18T17:28:23.862Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2342024-11-18T17:28:23.862Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2352024-11-18T17:28:23.863Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2362024-11-18T17:28:23.863Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2372024-11-18T17:28:23.863Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2382024-11-18T17:28:23.863Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2392024-11-18T17:28:23.863Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2402024-11-18T17:28:23.863Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2412024-11-18T17:28:23.863Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2422024-11-18T17:28:24.582Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432024-11-18T17:28:24.868Z Updating crates.io index
2442024-11-18T17:28:24.871Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2452024-11-18T17:28:25.657Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2462024-11-18T17:28:25.924Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472024-11-18T17:28:26.169Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2482024-11-18T17:28:26.447Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492024-11-18T17:28:27.306Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502024-11-18T17:28:29.716Z Updating git repository `https://github.com/oxidecomputer/opte`
2512024-11-18T17:28:30.642Z Updating git repository `https://github.com/oxidecomputer/falcon`
2522024-11-18T17:28:31.355Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532024-11-18T17:28:31.650Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542024-11-18T17:28:31.971Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2552024-11-18T17:28:32.487Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2562024-11-18T17:28:32.821Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2572024-11-18T17:28:33.135Z Updating git repository `https://github.com/oxidecomputer/tofino`
2582024-11-18T17:28:33.458Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592024-11-18T17:28:33.696Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602024-11-18T17:28:33.910Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612024-11-18T17:28:34.179Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622024-11-18T17:28:34.604Z Updating git repository `https://github.com/oxidecomputer/ispf`
2632024-11-18T17:28:34.916Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2642024-11-18T17:28:35.256Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2652024-11-18T17:28:35.711Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2662024-11-18T17:28:35.999Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672024-11-18T17:28:36.334Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2682024-11-18T17:28:36.679Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2692024-11-18T17:28:36.958Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2702024-11-18T17:28:37.243Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2712024-11-18T17:28:38.536Z Downloading crates ...
2722024-11-18T17:28:38.653Z Downloaded anstyle-parse v0.2.5
2732024-11-18T17:28:38.661Z Downloaded anstream v0.6.15
2742024-11-18T17:28:38.665Z Downloaded camino v1.1.9
2752024-11-18T17:28:38.668Z Downloaded cargo-platform v0.1.8
2762024-11-18T17:28:38.672Z Downloaded anstyle v1.0.10
2772024-11-18T17:28:38.674Z Downloaded cfg-if v1.0.0
2782024-11-18T17:28:38.674Z Downloaded cargo_metadata v0.18.1
2792024-11-18T17:28:38.676Z Downloaded camino-tempfile v1.1.1
2802024-11-18T17:28:38.676Z Downloaded digest v0.10.7
2812024-11-18T17:28:38.680Z Downloaded autocfg v1.4.0
2822024-11-18T17:28:38.683Z Downloaded block-buffer v0.10.4
2832024-11-18T17:28:38.685Z Downloaded bitflags v2.6.0
2842024-11-18T17:28:38.687Z Downloaded anstyle-query v1.1.1
2852024-11-18T17:28:38.689Z Downloaded bytecount v0.6.8
2862024-11-18T17:28:38.693Z Downloaded clap v4.5.21
2872024-11-18T17:28:38.699Z Downloaded byteorder v1.5.0
2882024-11-18T17:28:38.702Z Downloaded cargo_toml v0.20.5
2892024-11-18T17:28:38.704Z Downloaded anyhow v1.0.93
2902024-11-18T17:28:38.706Z Downloaded heck v0.4.1
2912024-11-18T17:28:38.709Z Downloaded crypto-common v0.1.6
2922024-11-18T17:28:38.709Z Downloaded cpufeatures v0.2.14
2932024-11-18T17:28:38.712Z Downloaded colorchoice v1.0.2
2942024-11-18T17:28:38.712Z Downloaded clap_derive v4.5.18
2952024-11-18T17:28:38.714Z Downloaded pretty-hex v0.4.1
2962024-11-18T17:28:38.717Z Downloaded equivalent v1.0.1
2972024-11-18T17:28:38.722Z Downloaded generic-array v0.14.7
2982024-11-18T17:28:38.725Z Downloaded heck v0.5.0
2992024-11-18T17:28:38.725Z Downloaded dof v0.3.0
3002024-11-18T17:28:38.728Z Downloaded is_terminal_polyfill v1.70.1
3012024-11-18T17:28:38.728Z Downloaded fs-err v2.11.0
3022024-11-18T17:28:38.730Z Downloaded fastrand v2.1.1
3032024-11-18T17:28:38.730Z Downloaded errno v0.3.9
3042024-11-18T17:28:38.732Z Downloaded clap_lex v0.7.2
3052024-11-18T17:28:38.735Z Downloaded once_cell v1.20.2
3062024-11-18T17:28:38.743Z Downloaded plain v0.2.3
3072024-11-18T17:28:38.746Z Downloaded dtrace-parser v0.2.0
3082024-11-18T17:28:38.751Z Downloaded proc-macro-error-attr v1.0.4
3092024-11-18T17:28:38.756Z Downloaded scroll_derive v0.12.0
3102024-11-18T17:28:38.762Z Downloaded usdt-attr-macro v0.5.0
3112024-11-18T17:28:38.766Z Downloaded swrite v0.1.0
3122024-11-18T17:28:38.769Z Downloaded papergrid v0.11.0
3132024-11-18T17:28:38.772Z Downloaded macaddr v1.0.1
3142024-11-18T17:28:38.775Z Downloaded fnv v1.0.7
3152024-11-18T17:28:38.778Z Downloaded thread-id v4.2.2
3162024-11-18T17:28:38.782Z Downloaded tabled_derive v0.7.0
3172024-11-18T17:28:38.787Z Downloaded usdt-macro v0.5.0
3182024-11-18T17:28:38.792Z Downloaded toml_datetime v0.6.8
3192024-11-18T17:28:38.797Z Downloaded itoa v1.0.11
3202024-11-18T17:28:38.799Z Downloaded thiserror v1.0.69
3212024-11-18T17:28:38.803Z Downloaded pest_generator v2.7.14
3222024-11-18T17:28:38.807Z Downloaded strsim v0.11.1
3232024-11-18T17:28:38.812Z Downloaded utf8parse v0.2.2
3242024-11-18T17:28:38.817Z Downloaded unicode-linebreak v0.1.5
3252024-11-18T17:28:38.819Z Downloaded clap_builder v4.5.21
3262024-11-18T17:28:38.824Z Downloaded version_check v0.9.5
3272024-11-18T17:28:38.826Z Downloaded terminal_size v0.4.0
3282024-11-18T17:28:38.827Z Downloaded serde_tokenstream v0.2.2
3292024-11-18T17:28:38.833Z Downloaded quote v1.0.37
3302024-11-18T17:28:38.836Z Downloaded usdt v0.5.0
3312024-11-18T17:28:38.839Z Downloaded thiserror-impl v1.0.69
3322024-11-18T17:28:38.839Z Downloaded smawk v0.3.2
3332024-11-18T17:28:38.841Z Downloaded memmap v0.7.0
3342024-11-18T17:28:38.844Z Downloaded usdt-impl v0.5.0
3352024-11-18T17:28:38.846Z Downloaded proc-macro-error v1.0.4
3362024-11-18T17:28:38.850Z Downloaded serde_spanned v0.6.8
3372024-11-18T17:28:38.857Z Downloaded zerocopy-derive v0.7.35
3382024-11-18T17:28:38.860Z Downloaded semver v1.0.23
3392024-11-18T17:28:38.862Z Downloaded scroll v0.12.0
3402024-11-18T17:28:38.865Z Downloaded tempfile v3.13.0
3412024-11-18T17:28:38.867Z Downloaded memchr v2.7.4
3422024-11-18T17:28:38.871Z Downloaded log v0.4.22
3432024-11-18T17:28:38.873Z Downloaded pest_derive v2.7.14
3442024-11-18T17:28:38.877Z Downloaded sha2 v0.10.8
3452024-11-18T17:28:38.879Z Downloaded proc-macro2 v1.0.89
3462024-11-18T17:28:38.882Z Downloaded pest_meta v2.7.14
3472024-11-18T17:28:38.884Z Downloaded typenum v1.17.0
3482024-11-18T17:28:38.888Z Downloaded toml v0.8.19
3492024-11-18T17:28:38.890Z Downloaded serde_derive v1.0.215
3502024-11-18T17:28:38.893Z Downloaded ryu v1.0.18
3512024-11-18T17:28:38.901Z Downloaded unicode-ident v1.0.13
3522024-11-18T17:28:38.903Z Downloaded ucd-trie v0.1.7
3532024-11-18T17:28:38.912Z Downloaded indexmap v2.6.0
3542024-11-18T17:28:38.917Z Downloaded textwrap v0.16.1
3552024-11-18T17:28:38.932Z Downloaded serde v1.0.215
3562024-11-18T17:28:38.946Z Downloaded toml_edit v0.22.22
3572024-11-18T17:28:38.966Z Downloaded hashbrown v0.15.0
3582024-11-18T17:28:38.976Z Downloaded pest v2.7.14
3592024-11-18T17:28:38.996Z Downloaded goblin v0.8.2
3602024-11-18T17:28:39.007Z Downloaded serde_json v1.0.132
3612024-11-18T17:28:39.012Z Downloaded zerocopy v0.7.35
3622024-11-18T17:28:39.026Z Downloaded winnow v0.6.20
3632024-11-18T17:28:39.034Z Downloaded tabled v0.15.0
3642024-11-18T17:28:39.048Z Downloaded syn v1.0.109
3652024-11-18T17:28:39.057Z Downloaded syn v2.0.87
3662024-11-18T17:28:39.078Z Downloaded unicode-width v0.1.14
3672024-11-18T17:28:39.088Z Downloaded rustix v0.38.37
3682024-11-18T17:28:39.128Z Downloaded libc v0.2.162
3692024-11-18T17:28:39.431Z Compiling proc-macro2 v1.0.89
3702024-11-18T17:28:39.431Z Compiling unicode-ident v1.0.13
3712024-11-18T17:28:39.431Z Compiling version_check v0.9.5
3722024-11-18T17:28:39.433Z Compiling serde v1.0.215
3732024-11-18T17:28:39.433Z Compiling memchr v2.7.4
3742024-11-18T17:28:39.433Z Compiling thiserror v1.0.69
3752024-11-18T17:28:39.465Z Compiling libc v0.2.162
3762024-11-18T17:28:39.468Z Compiling ryu v1.0.18
3772024-11-18T17:28:39.678Z Compiling itoa v1.0.11
3782024-11-18T17:28:39.869Z Compiling ucd-trie v0.1.7
3792024-11-18T17:28:39.910Z Compiling once_cell v1.20.2
3802024-11-18T17:28:40.331Z Compiling byteorder v1.5.0
3812024-11-18T17:28:40.333Z Compiling rustix v0.38.37
3822024-11-18T17:28:40.486Z Compiling serde_json v1.0.132
3832024-11-18T17:28:40.880Z Compiling bitflags v2.6.0
3842024-11-18T17:28:40.906Z Compiling proc-macro-error-attr v1.0.4
3852024-11-18T17:28:41.211Z Compiling usdt-impl v0.5.0
3862024-11-18T17:28:41.214Z Compiling syn v1.0.109
3872024-11-18T17:28:41.336Z Compiling proc-macro-error v1.0.4
3882024-11-18T17:28:41.360Z Compiling equivalent v1.0.1
3892024-11-18T17:28:41.386Z Compiling quote v1.0.37
3902024-11-18T17:28:41.469Z Compiling camino v1.1.9
3912024-11-18T17:28:41.603Z Compiling plain v0.2.3
3922024-11-18T17:28:41.653Z Compiling errno v0.3.9
3932024-11-18T17:28:41.762Z Compiling syn v2.0.87
3942024-11-18T17:28:41.956Z Compiling log v0.4.22
3952024-11-18T17:28:41.981Z Compiling utf8parse v0.2.2
3962024-11-18T17:28:42.088Z Compiling hashbrown v0.15.0
3972024-11-18T17:28:42.113Z Compiling thread-id v4.2.2
3982024-11-18T17:28:42.196Z Compiling anstyle-parse v0.2.5
3992024-11-18T17:28:42.391Z Compiling unicode-width v0.1.14
4002024-11-18T17:28:42.504Z Compiling semver v1.0.23
4012024-11-18T17:28:42.638Z Compiling anstyle v1.0.10
4022024-11-18T17:28:42.900Z Compiling anstyle-query v1.1.1
4032024-11-18T17:28:43.033Z Compiling winnow v0.6.20
4042024-11-18T17:28:43.066Z Compiling pretty-hex v0.4.1
4052024-11-18T17:28:43.097Z Compiling colorchoice v1.0.2
4062024-11-18T17:28:43.145Z Compiling is_terminal_polyfill v1.70.1
4072024-11-18T17:28:43.254Z Compiling indexmap v2.6.0
4082024-11-18T17:28:43.281Z Compiling autocfg v1.4.0
4092024-11-18T17:28:43.281Z Compiling anstream v0.6.15
4102024-11-18T17:28:43.680Z Compiling strsim v0.11.1
4112024-11-18T17:28:44.086Z Compiling terminal_size v0.4.0
4122024-11-18T17:28:44.308Z Compiling bytecount v0.6.8
4132024-11-18T17:28:44.478Z Compiling fs-err v2.11.0
4142024-11-18T17:28:44.524Z Compiling fnv v1.0.7
4152024-11-18T17:28:44.606Z Compiling heck v0.5.0
4162024-11-18T17:28:44.629Z Compiling clap_lex v0.7.2
4172024-11-18T17:28:44.666Z Compiling cfg-if v1.0.0
4182024-11-18T17:28:44.715Z Compiling heck v0.4.1
4192024-11-18T17:28:44.779Z Compiling anyhow v1.0.93
4202024-11-18T17:28:45.145Z Compiling fastrand v2.1.1
4212024-11-18T17:28:45.181Z Compiling clap_builder v4.5.21
4222024-11-18T17:28:45.356Z Compiling papergrid v0.11.0
4232024-11-18T17:28:45.695Z Compiling tempfile v3.13.0
4242024-11-18T17:28:45.794Z Compiling memmap v0.7.0
4252024-11-18T17:28:45.828Z Compiling smawk v0.3.2
4262024-11-18T17:28:46.047Z Compiling unicode-linebreak v0.1.5
4272024-11-18T17:28:46.555Z Compiling textwrap v0.16.1
4282024-11-18T17:28:46.805Z Compiling swrite v0.1.0
4292024-11-18T17:28:47.930Z Compiling tabled_derive v0.7.0
4302024-11-18T17:28:49.443Z Compiling tabled v0.15.0
4312024-11-18T17:28:50.745Z Compiling serde_derive v1.0.215
4322024-11-18T17:28:50.745Z Compiling thiserror-impl v1.0.69
4332024-11-18T17:28:50.747Z Compiling zerocopy-derive v0.7.35
4342024-11-18T17:28:50.747Z Compiling scroll_derive v0.12.0
4352024-11-18T17:28:50.923Z Compiling clap_derive v4.5.18
4362024-11-18T17:28:52.000Z Compiling scroll v0.12.0
4372024-11-18T17:28:52.479Z Compiling goblin v0.8.2
4382024-11-18T17:28:52.588Z Compiling zerocopy v0.7.35
4392024-11-18T17:28:53.416Z Compiling pest v2.7.14
4402024-11-18T17:28:54.585Z Compiling clap v4.5.21
4412024-11-18T17:28:55.726Z Compiling pest_meta v2.7.14
4422024-11-18T17:28:56.553Z Compiling pest_generator v2.7.14
4432024-11-18T17:28:58.487Z Compiling pest_derive v2.7.14
4442024-11-18T17:28:59.125Z Compiling dtrace-parser v0.2.0
4452024-11-18T17:29:00.813Z Compiling serde_tokenstream v0.2.2
4462024-11-18T17:29:00.868Z Compiling toml_datetime v0.6.8
4472024-11-18T17:29:00.868Z Compiling serde_spanned v0.6.8
4482024-11-18T17:29:01.175Z Compiling cargo-platform v0.1.8
4492024-11-18T17:29:01.252Z Compiling toml_edit v0.22.22
4502024-11-18T17:29:01.391Z Compiling macaddr v1.0.1
4512024-11-18T17:29:01.682Z Compiling camino-tempfile v1.1.1
4522024-11-18T17:29:02.323Z Compiling dof v0.3.0
4532024-11-18T17:29:02.346Z Compiling cargo_metadata v0.18.1
4542024-11-18T17:29:03.951Z Compiling toml v0.8.19
4552024-11-18T17:29:04.080Z Compiling usdt-attr-macro v0.5.0
4562024-11-18T17:29:04.080Z Compiling usdt-macro v0.5.0
4572024-11-18T17:29:04.886Z Compiling cargo_toml v0.20.5
4582024-11-18T17:29:05.453Z Compiling usdt v0.5.0
4592024-11-18T17:29:08.374Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602024-11-18T17:29:12.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.11s
4612024-11-18T17:29:12.742Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4622024-11-18T17:29:13.257Z Downloading crates ...
4632024-11-18T17:29:13.394Z Downloaded kstat-rs v0.2.4
4642024-11-18T17:29:13.413Z Downloaded darling v0.20.10
4652024-11-18T17:29:13.418Z Downloaded hex-literal v0.4.1
4662024-11-18T17:29:13.424Z Downloaded headers-core v0.3.0
4672024-11-18T17:29:13.426Z Downloaded aead v0.5.2
4682024-11-18T17:29:13.426Z Downloaded ahash v0.8.11
4692024-11-18T17:29:13.429Z Downloaded hex v0.4.3
4702024-11-18T17:29:13.434Z Downloaded aes v0.8.4
4712024-11-18T17:29:13.440Z Downloaded hickory-client v0.24.1
4722024-11-18T17:29:13.442Z Downloaded heck v0.3.3
4732024-11-18T17:29:13.442Z Downloaded heapless v0.7.17
4742024-11-18T17:29:13.446Z Downloaded heapless v0.8.0
4752024-11-18T17:29:13.451Z Downloaded addr2line v0.24.2
4762024-11-18T17:29:13.453Z Downloaded aes-gcm v0.10.3
4772024-11-18T17:29:13.457Z Downloaded adler2 v2.0.0
4782024-11-18T17:29:13.459Z Downloaded aho-corasick v1.1.3
4792024-11-18T17:29:13.465Z Downloaded arc-swap v1.7.1
4802024-11-18T17:29:13.470Z Downloaded humantime v2.1.0
4812024-11-18T17:29:13.472Z Downloaded bzip2 v0.4.4
4822024-11-18T17:29:13.475Z Downloaded async-stream v0.3.6
4832024-11-18T17:29:13.478Z Downloaded backoff v0.4.0
4842024-11-18T17:29:13.480Z Downloaded bit-set v0.5.3
4852024-11-18T17:29:13.480Z Downloaded async-stream-impl v0.3.6
4862024-11-18T17:29:13.483Z Downloaded async-bb8-diesel v0.2.1
4872024-11-18T17:29:13.485Z Downloaded base64 v0.21.7
4882024-11-18T17:29:13.489Z Downloaded httpdate v1.0.3
4892024-11-18T17:29:13.498Z Downloaded chacha20poly1305 v0.10.1
4902024-11-18T17:29:13.498Z Downloaded buf-list v1.0.3
4912024-11-18T17:29:13.498Z Downloaded bcs v0.1.6
4922024-11-18T17:29:13.498Z Downloaded arrayvec v0.7.6
4932024-11-18T17:29:13.502Z Downloaded hubpack_derive v0.1.1
4942024-11-18T17:29:13.502Z Downloaded hickory-proto v0.24.1
4952024-11-18T17:29:13.519Z Downloaded hyper-util v0.1.10
4962024-11-18T17:29:13.523Z Downloaded http-range v0.1.5
4972024-11-18T17:29:13.525Z Downloaded hickory-server v0.24.1
4982024-11-18T17:29:13.531Z Downloaded hyper-tls v0.6.0
4992024-11-18T17:29:13.535Z Downloaded cexpr v0.6.0
5002024-11-18T17:29:13.537Z Downloaded ident_case v1.0.1
5012024-11-18T17:29:13.537Z Downloaded iana-time-zone v0.1.61
5022024-11-18T17:29:13.540Z Downloaded hyper-staticfile v0.10.1
5032024-11-18T17:29:13.543Z Downloaded icu_provider_macros v1.5.0
5042024-11-18T17:29:13.545Z Downloaded home v0.5.9
5052024-11-18T17:29:13.545Z Downloaded hmac v0.12.1
5062024-11-18T17:29:13.548Z Downloaded is_ci v1.2.0
5072024-11-18T17:29:13.551Z Downloaded async-recursion v1.1.1
5082024-11-18T17:29:13.553Z Downloaded instant v0.1.13
5092024-11-18T17:29:13.555Z Downloaded cbc v0.1.2
5102024-11-18T17:29:13.558Z Downloaded impl-trait-for-tuples v0.2.2
5112024-11-18T17:29:13.561Z Downloaded hostname v0.4.0
5122024-11-18T17:29:13.564Z Downloaded inout v0.1.3
5132024-11-18T17:29:13.566Z Downloaded castaway v0.2.3
5142024-11-18T17:29:13.567Z Downloaded ascii-canvas v3.0.0
5152024-11-18T17:29:13.570Z Downloaded curve25519-dalek-derive v0.1.1
5162024-11-18T17:29:13.570Z Downloaded cancel-safe-futures v0.1.5
5172024-11-18T17:29:13.572Z Downloaded md5 v0.7.0
5182024-11-18T17:29:13.575Z Downloaded matches v0.1.10
5192024-11-18T17:29:13.575Z Downloaded indent_write v2.2.0
5202024-11-18T17:29:13.578Z Downloaded idna_adapter v1.2.0
5212024-11-18T17:29:13.578Z Downloaded take_mut v0.2.2
5222024-11-18T17:29:13.580Z Downloaded lazycell v1.3.0
5232024-11-18T17:29:13.580Z Downloaded lazy_static v1.5.0
5242024-11-18T17:29:13.582Z Downloaded match_cfg v0.1.0
5252024-11-18T17:29:13.585Z Downloaded linear-map v1.2.0
5262024-11-18T17:29:13.587Z Downloaded linked-hash-map v0.5.6
5272024-11-18T17:29:13.589Z Downloaded bitflags v1.3.2
5282024-11-18T17:29:13.592Z Downloaded managed v0.8.0
5292024-11-18T17:29:13.595Z Downloaded icu_locid_transform v1.5.0
5302024-11-18T17:29:13.597Z Downloaded cipher v0.4.4
5312024-11-18T17:29:13.600Z Downloaded crc32fast v1.4.2
5322024-11-18T17:29:13.602Z Downloaded ciborium-ll v0.2.2
5332024-11-18T17:29:13.602Z Downloaded async-trait v0.1.83
5342024-11-18T17:29:13.606Z Downloaded waitgroup v0.1.2
5352024-11-18T17:29:13.609Z Downloaded maybe-uninit v2.0.0
5362024-11-18T17:29:13.611Z Downloaded rfc6979 v0.4.0
5372024-11-18T17:29:13.611Z Downloaded serde_urlencoded v0.7.1
5382024-11-18T17:29:13.614Z Downloaded memoffset v0.9.1
5392024-11-18T17:29:13.616Z Downloaded lru-cache v0.1.2
5402024-11-18T17:29:13.616Z Downloaded derive_builder_macro v0.20.2
5412024-11-18T17:29:13.619Z Downloaded blake2 v0.10.6
5422024-11-18T17:29:13.621Z Downloaded secrecy v0.8.0
5432024-11-18T17:29:13.624Z Downloaded mime v0.3.17
5442024-11-18T17:29:13.624Z Downloaded maplit v1.0.2
5452024-11-18T17:29:13.627Z Downloaded zone_cfg_derive v0.1.2
5462024-11-18T17:29:13.627Z Downloaded zone_cfg_derive v0.3.0
5472024-11-18T17:29:13.627Z Downloaded slog-json v2.6.1
5482024-11-18T17:29:13.630Z Downloaded lockfree-object-pool v0.1.6
5492024-11-18T17:29:13.633Z Downloaded tap v1.0.1
5502024-11-18T17:29:13.635Z Downloaded endian-type v0.1.2
5512024-11-18T17:29:13.635Z Downloaded strum_macros v0.24.3
5522024-11-18T17:29:13.637Z Downloaded foreign-types-shared v0.1.1
5532024-11-18T17:29:13.637Z Downloaded static_assertions v1.1.0
5542024-11-18T17:29:13.640Z Downloaded console v0.15.8
5552024-11-18T17:29:13.644Z Downloaded foreign-types-shared v0.3.1
5562024-11-18T17:29:13.647Z Downloaded rustc-hash v1.1.0
5572024-11-18T17:29:13.647Z Downloaded foreign-types-macros v0.2.3
5582024-11-18T17:29:13.651Z Downloaded opaque-debug v0.3.1
5592024-11-18T17:29:13.651Z Downloaded newtype_derive v0.1.6
5602024-11-18T17:29:13.651Z Downloaded mirai-annotations v1.12.0
5612024-11-18T17:29:13.653Z Downloaded env_filter v0.1.2
5622024-11-18T17:29:13.653Z Downloaded tokio-native-tls v0.3.1
5632024-11-18T17:29:13.656Z Downloaded twox-hash v1.6.3
5642024-11-18T17:29:13.658Z Downloaded unicase v2.7.0
5652024-11-18T17:29:13.661Z Downloaded unarray v0.1.4
5662024-11-18T17:29:13.661Z Downloaded csv-core v0.1.11
5672024-11-18T17:29:13.664Z Downloaded crossbeam-utils v0.8.20
5682024-11-18T17:29:13.666Z Downloaded xattr v1.3.1
5692024-11-18T17:29:13.668Z Downloaded spin v0.9.8
5702024-11-18T17:29:13.671Z Downloaded xz2 v0.1.7
5712024-11-18T17:29:13.673Z Downloaded mime_guess v2.0.5
5722024-11-18T17:29:13.676Z Downloaded deranged v0.3.11
5732024-11-18T17:29:13.680Z Downloaded zone v0.3.0
5742024-11-18T17:29:13.682Z Downloaded jobserver v0.1.32
5752024-11-18T17:29:13.684Z Downloaded term v0.7.0
5762024-11-18T17:29:13.687Z Downloaded cookie v0.18.1
5772024-11-18T17:29:13.690Z Downloaded foreign-types v0.5.0
5782024-11-18T17:29:13.694Z Downloaded crc-any v2.5.0
5792024-11-18T17:29:13.694Z Downloaded clang-sys v1.8.1
5802024-11-18T17:29:13.697Z Downloaded sync_wrapper v1.0.1
5812024-11-18T17:29:13.699Z Downloaded num-iter v0.1.45
5822024-11-18T17:29:13.699Z Downloaded nibble_vec v0.1.0
5832024-11-18T17:29:13.701Z Downloaded form_urlencoded v1.2.1
5842024-11-18T17:29:13.701Z Downloaded enum-as-inner v0.6.1
5852024-11-18T17:29:13.704Z Downloaded percent-encoding v2.3.1
5862024-11-18T17:29:13.706Z Downloaded newtype-uuid v1.1.3
5872024-11-18T17:29:13.706Z Downloaded typify v0.2.0
5882024-11-18T17:29:13.710Z Downloaded walkdir v2.5.0
5892024-11-18T17:29:13.713Z Downloaded signal-hook-mio v0.2.4
5902024-11-18T17:29:13.716Z Downloaded base64 v0.22.1
5912024-11-18T17:29:13.719Z Downloaded yoke-derive v0.7.4
5922024-11-18T17:29:13.722Z Downloaded write16 v1.0.0
5932024-11-18T17:29:13.722Z Downloaded tower-service v0.3.3
5942024-11-18T17:29:13.725Z Downloaded des v0.8.1
5952024-11-18T17:29:13.725Z Downloaded progenitor-impl v0.8.0
5962024-11-18T17:29:13.727Z Downloaded compact_str v0.8.0
5972024-11-18T17:29:13.732Z Downloaded fxhash v0.2.1
5982024-11-18T17:29:13.734Z Downloaded dyn-clone v1.0.17
5992024-11-18T17:29:13.736Z Downloaded indicatif v0.17.9
6002024-11-18T17:29:13.740Z Downloaded same-file v1.0.6
6012024-11-18T17:29:13.742Z Downloaded rustversion v1.0.17
6022024-11-18T17:29:13.745Z Downloaded foreign-types v0.3.2
6032024-11-18T17:29:13.747Z Downloaded openssl-macros v0.1.1
6042024-11-18T17:29:13.747Z Downloaded signal-hook-registry v1.4.2
6052024-11-18T17:29:13.749Z Downloaded bumpalo v3.16.0
6062024-11-18T17:29:13.752Z Downloaded signal-hook-tokio v0.3.1
6072024-11-18T17:29:13.755Z Downloaded tabwriter v1.4.0
6082024-11-18T17:29:13.755Z Downloaded shlex v1.3.0
6092024-11-18T17:29:13.758Z Downloaded rustls-pemfile v1.0.4
6102024-11-18T17:29:13.761Z Downloaded quick-error v1.2.3
6112024-11-18T17:29:13.764Z Downloaded backtrace v0.3.74
6122024-11-18T17:29:13.767Z Downloaded psl-types v2.0.11
6132024-11-18T17:29:13.769Z Downloaded russh-cryptovec v0.7.3
6142024-11-18T17:29:13.769Z Downloaded newline-converter v0.3.0
6152024-11-18T17:29:13.772Z Downloaded new_debug_unreachable v1.0.6
6162024-11-18T17:29:13.772Z Downloaded tls_codec v0.4.1
6172024-11-18T17:29:13.774Z Downloaded tls_codec_derive v0.4.1
6182024-11-18T17:29:13.777Z Downloaded wyz v0.5.1
6192024-11-18T17:29:13.779Z Downloaded siphasher v0.3.11
6202024-11-18T17:29:13.779Z Downloaded simd-adler32 v0.3.7
6212024-11-18T17:29:13.783Z Downloaded writeable v0.5.5
6222024-11-18T17:29:13.785Z Downloaded icu_collections v1.5.0
6232024-11-18T17:29:13.791Z Downloaded fd-lock v4.0.2
6242024-11-18T17:29:13.794Z Downloaded ff v0.13.0
6252024-11-18T17:29:13.796Z Downloaded glob v0.3.1
6262024-11-18T17:29:13.799Z Downloaded crypto-bigint v0.5.5
6272024-11-18T17:29:13.815Z Downloaded try-lock v0.2.5
6282024-11-18T17:29:13.817Z Downloaded phf_codegen v0.11.2
6292024-11-18T17:29:13.818Z Downloaded phf v0.11.2
6302024-11-18T17:29:13.820Z Downloaded fragile v2.0.0
6312024-11-18T17:29:13.820Z Downloaded foldhash v0.1.3
6322024-11-18T17:29:13.823Z Downloaded synstructure v0.13.1
6332024-11-18T17:29:13.826Z Downloaded darling_macro v0.20.10
6342024-11-18T17:29:13.826Z Downloaded tinyvec_macros v0.1.1
6352024-11-18T17:29:13.826Z Downloaded native-tls v0.2.12
6362024-11-18T17:29:13.829Z Downloaded termcolor v1.4.1
6372024-11-18T17:29:13.832Z Downloaded shell-words v1.1.0
6382024-11-18T17:29:13.832Z Downloaded pkg-config v0.3.31
6392024-11-18T17:29:13.836Z Downloaded yoke v0.7.4
6402024-11-18T17:29:13.836Z Downloaded vte v0.11.1
6412024-11-18T17:29:13.838Z Downloaded normalize-line-endings v0.3.0
6422024-11-18T17:29:13.838Z Downloaded slab v0.4.9
6432024-11-18T17:29:13.841Z Downloaded dhcproto v0.12.0
6442024-11-18T17:29:13.845Z Downloaded path-slash v0.1.5
6452024-11-18T17:29:13.848Z Downloaded strum_macros v0.25.3
6462024-11-18T17:29:13.848Z Downloaded structmeta-derive v0.3.0
6472024-11-18T17:29:13.848Z Downloaded structmeta-derive v0.2.0
6482024-11-18T17:29:13.851Z Downloaded env_logger v0.11.5
6492024-11-18T17:29:13.854Z Downloaded structmeta v0.3.0
6502024-11-18T17:29:13.856Z Downloaded globset v0.4.15
6512024-11-18T17:29:13.856Z Downloaded ecdsa v0.16.9
6522024-11-18T17:29:13.859Z Downloaded utf8_iter v1.0.4
6532024-11-18T17:29:13.861Z Downloaded number_prefix v0.4.0
6542024-11-18T17:29:13.861Z Downloaded scopeguard v1.2.0
6552024-11-18T17:29:13.865Z Downloaded dunce v1.0.5
6562024-11-18T17:29:13.865Z Downloaded signal-hook v0.3.17
6572024-11-18T17:29:13.867Z Downloaded password-hash v0.5.0
6582024-11-18T17:29:13.870Z Downloaded qorb v0.2.0
6592024-11-18T17:29:13.873Z Downloaded zone v0.1.8
6602024-11-18T17:29:13.875Z Downloaded russh-keys v0.45.0
6612024-11-18T17:29:13.878Z Downloaded pkcs8 v0.10.2
6622024-11-18T17:29:13.881Z Downloaded funty v2.0.0
6632024-11-18T17:29:13.884Z Downloaded fallible-streaming-iterator v0.1.9
6642024-11-18T17:29:13.884Z Downloaded multimap v0.10.0
6652024-11-18T17:29:13.888Z Downloaded unicode-properties v0.1.3
6662024-11-18T17:29:13.888Z Downloaded zerofrom v0.1.4
6672024-11-18T17:29:13.891Z Downloaded postgres-types v0.2.8
6682024-11-18T17:29:13.891Z Downloaded postgres-protocol v0.6.7
6692024-11-18T17:29:13.894Z Downloaded toml v0.7.8
6702024-11-18T17:29:13.897Z Downloaded phf_generator v0.11.2
6712024-11-18T17:29:13.899Z Downloaded pbkdf2 v0.11.0
6722024-11-18T17:29:13.902Z Downloaded utf16_iter v1.0.5
6732024-11-18T17:29:13.904Z Downloaded ed25519 v2.2.3
6742024-11-18T17:29:13.907Z Downloaded dsl_auto_type v0.1.2
6752024-11-18T17:29:13.907Z Downloaded bindgen v0.69.5
6762024-11-18T17:29:13.914Z Downloaded progenitor-macro v0.8.0
6772024-11-18T17:29:13.916Z Downloaded float-ord v0.3.2
6782024-11-18T17:29:13.918Z Downloaded zeroize_derive v1.4.2
6792024-11-18T17:29:13.919Z Downloaded futures-io v0.3.31
6802024-11-18T17:29:13.921Z Downloaded futures-executor v0.3.31
6812024-11-18T17:29:13.921Z Downloaded rustc_version v0.1.7
6822024-11-18T17:29:13.923Z Downloaded rustc-demangle v0.1.24
6832024-11-18T17:29:13.926Z Downloaded structmeta v0.2.0
6842024-11-18T17:29:13.927Z Downloaded olpc-cjson v0.1.4
6852024-11-18T17:29:13.930Z Downloaded tracing-attributes v0.1.27
6862024-11-18T17:29:13.932Z Downloaded progenitor-client v0.8.0
6872024-11-18T17:29:13.932Z Downloaded serde-big-array v0.5.1
6882024-11-18T17:29:13.935Z Downloaded parse-size v1.1.0
6892024-11-18T17:29:13.935Z Downloaded diff v0.1.13
6902024-11-18T17:29:13.937Z Downloaded either v1.13.0
6912024-11-18T17:29:13.941Z Downloaded rustfmt-wrapper v0.2.1
6922024-11-18T17:29:13.943Z Downloaded powerfmt v0.2.0
6932024-11-18T17:29:13.943Z Downloaded untrusted v0.9.0
6942024-11-18T17:29:13.945Z Downloaded untrusted v0.7.1
6952024-11-18T17:29:13.948Z Downloaded tokio-rustls v0.25.0
6962024-11-18T17:29:13.950Z Downloaded parking_lot_core v0.9.10
6972024-11-18T17:29:13.953Z Downloaded pkcs1 v0.7.5
6982024-11-18T17:29:13.955Z Downloaded toolchain_find v0.4.0
6992024-11-18T17:29:13.955Z Downloaded parking_lot v0.12.3
7002024-11-18T17:29:13.958Z Downloaded rustc_version v0.4.1
7012024-11-18T17:29:13.960Z Downloaded zerocopy v0.6.6
7022024-11-18T17:29:13.963Z Downloaded thread_local v1.1.8
7032024-11-18T17:29:13.965Z Downloaded float-cmp v0.9.0
7042024-11-18T17:29:13.968Z Downloaded fixedbitset v0.4.2
7052024-11-18T17:29:13.968Z Downloaded unsafe-libyaml v0.2.11
7062024-11-18T17:29:13.971Z Downloaded num-conv v0.1.0
7072024-11-18T17:29:13.974Z Downloaded flagset v0.4.6
7082024-11-18T17:29:13.974Z Downloaded filetime v0.2.25
7092024-11-18T17:29:13.977Z Downloaded zerovec-derive v0.10.3
7102024-11-18T17:29:13.979Z Downloaded semver v0.1.20
7112024-11-18T17:29:13.982Z Downloaded sec1 v0.7.3
7122024-11-18T17:29:13.982Z Downloaded publicsuffix v2.2.3
7132024-11-18T17:29:13.984Z Downloaded radium v0.7.0
7142024-11-18T17:29:13.987Z Downloaded tracing-core v0.1.32
7152024-11-18T17:29:13.991Z Downloaded pbkdf2 v0.12.2
7162024-11-18T17:29:13.993Z Downloaded futures-task v0.3.31
7172024-11-18T17:29:13.993Z Downloaded phf_shared v0.10.0
7182024-11-18T17:29:13.996Z Downloaded peg-runtime v0.8.3
7192024-11-18T17:29:13.996Z Downloaded tiny-keccak v2.0.2
7202024-11-18T17:29:13.999Z Downloaded rand_core v0.6.4
7212024-11-18T17:29:14.002Z Downloaded smf v0.2.3
7222024-11-18T17:29:14.002Z Downloaded smallvec v1.13.2
7232024-11-18T17:29:14.005Z Downloaded zopfli v0.8.1
7242024-11-18T17:29:14.008Z Downloaded want v0.3.1
7252024-11-18T17:29:14.008Z Downloaded uuid v1.11.0
7262024-11-18T17:29:14.012Z Downloaded topological-sort v0.2.2
7272024-11-18T17:29:14.015Z Downloaded libm v0.2.8
7282024-11-18T17:29:14.022Z Downloaded embedded-io v0.6.1
7292024-11-18T17:29:14.025Z Downloaded crossterm v0.28.1
7302024-11-18T17:29:14.032Z Downloaded ghash v0.5.1
7312024-11-18T17:29:14.035Z Downloaded num-derive v0.4.2
7322024-11-18T17:29:14.035Z Downloaded futures-channel v0.3.31
7332024-11-18T17:29:14.038Z Downloaded futures v0.3.31
7342024-11-18T17:29:14.045Z Downloaded pem v3.0.4
7352024-11-18T17:29:14.049Z Downloaded diesel_table_macro_syntax v0.2.0
7362024-11-18T17:29:14.049Z Downloaded pem-rfc7468 v0.7.0
7372024-11-18T17:29:14.049Z Downloaded num-integer v0.1.46
7382024-11-18T17:29:14.052Z Downloaded tokio-tungstenite v0.23.1
7392024-11-18T17:29:14.055Z Downloaded strip-ansi-escapes v0.2.0
7402024-11-18T17:29:14.055Z Downloaded rustc-hash v2.0.0
7412024-11-18T17:29:14.057Z Downloaded tokio-tungstenite v0.24.0
7422024-11-18T17:29:14.062Z Downloaded rand_chacha v0.3.1
7432024-11-18T17:29:14.062Z Downloaded idna v1.0.3
7442024-11-18T17:29:14.066Z Downloaded downcast v0.11.0
7452024-11-18T17:29:14.068Z Downloaded hyper v1.5.0
7462024-11-18T17:29:14.074Z Downloaded num_threads v0.1.7
7472024-11-18T17:29:14.076Z Downloaded embedded-io v0.4.0
7482024-11-18T17:29:14.079Z Downloaded hash32 v0.3.1
7492024-11-18T17:29:14.082Z Downloaded rpassword v7.3.1
7502024-11-18T17:29:14.082Z Downloaded pin-utils v0.1.0
7512024-11-18T17:29:14.082Z Downloaded rusty-fork v0.3.0
7522024-11-18T17:29:14.084Z Downloaded num_enum v0.5.11
7532024-11-18T17:29:14.089Z Downloaded libxml v0.3.3
7542024-11-18T17:29:14.096Z Downloaded rtoolbox v0.0.2
7552024-11-18T17:29:14.099Z Downloaded rustls-pemfile v2.2.0
7562024-11-18T17:29:14.102Z Downloaded tinystr v0.7.6
7572024-11-18T17:29:14.104Z Downloaded stringprep v0.1.5
7582024-11-18T17:29:14.105Z Downloaded which v4.4.2
7592024-11-18T17:29:14.107Z Downloaded nodrop v0.1.14
7602024-11-18T17:29:14.107Z Downloaded string_cache v0.8.7
7612024-11-18T17:29:14.110Z Downloaded proc-macro-crate v1.3.1
7622024-11-18T17:29:14.114Z Downloaded darling_core v0.20.10
7632024-11-18T17:29:14.116Z Downloaded rsa v0.9.6
7642024-11-18T17:29:14.121Z Downloaded sqlparser_derive v0.2.2
7652024-11-18T17:29:14.127Z Downloaded tungstenite v0.23.0
7662024-11-18T17:29:14.131Z Downloaded gethostname v0.5.0
7672024-11-18T17:29:14.132Z Downloaded serde_yaml v0.9.34+deprecated
7682024-11-18T17:29:14.135Z Downloaded phf_shared v0.11.2
7692024-11-18T17:29:14.135Z Downloaded fallible-iterator v0.3.0
7702024-11-18T17:29:14.135Z Downloaded slog-async v2.8.0
7712024-11-18T17:29:14.138Z Downloaded termtree v0.4.1
7722024-11-18T17:29:14.138Z Downloaded oso-derive v0.27.3
7732024-11-18T17:29:14.138Z Downloaded pretty-hex v0.2.1
7742024-11-18T17:29:14.143Z Downloaded pin-project-internal v1.1.6
7752024-11-18T17:29:14.143Z Downloaded flume v0.11.1
7762024-11-18T17:29:14.146Z Downloaded displaydoc v0.2.5
7772024-11-18T17:29:14.151Z Downloaded openssl-probe v0.1.5
7782024-11-18T17:29:14.153Z Downloaded display-error-chain v0.2.2
7792024-11-18T17:29:14.153Z Downloaded dirs-sys-next v0.1.2
7802024-11-18T17:29:14.153Z Downloaded sha1 v0.10.6
7812024-11-18T17:29:14.156Z Downloaded num-complex v0.4.6
7822024-11-18T17:29:14.156Z Downloaded time-core v0.1.2
7832024-11-18T17:29:14.158Z Downloaded sync-ptr v0.1.1
7842024-11-18T17:29:14.158Z Downloaded parse-display v0.10.0
7852024-11-18T17:29:14.161Z Downloaded zip v2.1.3
7862024-11-18T17:29:14.165Z Downloaded dhcproto-macros v0.1.0
7872024-11-18T17:29:14.168Z Downloaded resolv-conf v0.7.0
7882024-11-18T17:29:14.168Z Downloaded ref-cast-impl v1.0.23
7892024-11-18T17:29:14.168Z Downloaded rand_seeder v0.3.0
7902024-11-18T17:29:14.171Z Downloaded value-bag v1.9.0
7912024-11-18T17:29:14.176Z Downloaded num v0.4.3
7922024-11-18T17:29:14.176Z Downloaded utf-8 v0.7.6
7932024-11-18T17:29:14.181Z Downloaded uzers v0.12.1
7942024-11-18T17:29:14.181Z Downloaded progenitor v0.8.0
7952024-11-18T17:29:14.181Z Downloaded precomputed-hash v0.1.1
7962024-11-18T17:29:14.183Z Downloaded vte_generate_state_changes v0.1.2
7972024-11-18T17:29:14.183Z Downloaded multer v3.1.0
7982024-11-18T17:29:14.183Z Downloaded miniz_oxide v0.8.0
7992024-11-18T17:29:14.189Z Downloaded slog-scope v4.4.0
8002024-11-18T17:29:14.193Z Downloaded slog-bunyan v2.5.0
8012024-11-18T17:29:14.193Z Downloaded peg-macros v0.8.4
8022024-11-18T17:29:14.194Z Downloaded serde-hex v0.1.0
8032024-11-18T17:29:14.194Z Downloaded scrypt v0.11.0
8042024-11-18T17:29:14.197Z Downloaded elliptic-curve v0.13.8
8052024-11-18T17:29:14.200Z Downloaded salsa20 v0.10.2
8062024-11-18T17:29:14.200Z Downloaded fallible-iterator v0.2.0
8072024-11-18T17:29:14.202Z Downloaded serde_derive_internals v0.29.1
8082024-11-18T17:29:14.202Z Downloaded getrandom v0.2.15
8092024-11-18T17:29:14.205Z Downloaded oso v0.27.3
8102024-11-18T17:29:14.209Z Downloaded num_enum_derive v0.5.11
8112024-11-18T17:29:14.211Z Downloaded time-macros v0.2.18
8122024-11-18T17:29:14.214Z Downloaded strum_macros v0.26.4
8132024-11-18T17:29:14.217Z Downloaded tokio-stream v0.1.16
8142024-11-18T17:29:14.221Z Downloaded sqlformat v0.2.6
8152024-11-18T17:29:14.226Z Downloaded tokio-tungstenite v0.21.0
8162024-11-18T17:29:14.229Z Downloaded tokio-rustls v0.26.0
8172024-11-18T17:29:14.229Z Downloaded ed25519-dalek v2.1.1
8182024-11-18T17:29:14.233Z Downloaded spki v0.7.3
8192024-11-18T17:29:14.235Z Downloaded bitvec v1.0.1
8202024-11-18T17:29:14.250Z Downloaded termios v0.3.3
8212024-11-18T17:29:14.254Z Downloaded subtle v2.6.1
8222024-11-18T17:29:14.254Z Downloaded predicates-core v1.0.8
8232024-11-18T17:29:14.254Z Downloaded wait-timeout v0.2.0
8242024-11-18T17:29:14.257Z Downloaded pin-project v1.1.6
8252024-11-18T17:29:14.264Z Downloaded mockall v0.13.0
8262024-11-18T17:29:14.267Z Downloaded owo-colors v4.1.0
8272024-11-18T17:29:14.270Z Downloaded slog v2.7.0
8282024-11-18T17:29:14.275Z Downloaded omicron-zone-package v0.11.1
8292024-11-18T17:29:14.277Z Downloaded diesel-dtrace v0.3.0
8302024-11-18T17:29:14.277Z Downloaded data-encoding v2.6.0
8312024-11-18T17:29:14.277Z Downloaded dropshot_endpoint v0.12.0
8322024-11-18T17:29:14.280Z Downloaded primeorder v0.13.6
8332024-11-18T17:29:14.282Z Downloaded url v2.5.3
8342024-11-18T17:29:14.286Z Downloaded toml_edit v0.19.15
8352024-11-18T17:29:14.301Z Downloaded packed_struct_codegen v0.10.1
8362024-11-18T17:29:14.306Z Downloaded packed_struct v0.10.1
8372024-11-18T17:29:14.306Z Downloaded env_logger v0.10.2
8382024-11-18T17:29:14.309Z Downloaded whoami v1.5.2
8392024-11-18T17:29:14.309Z Downloaded predicates v3.1.2
8402024-11-18T17:29:14.311Z Downloaded chrono v0.4.38
8412024-11-18T17:29:14.319Z Downloaded steno v0.4.1
8422024-11-18T17:29:14.323Z Downloaded hashlink v0.9.1
8432024-11-18T17:29:14.326Z Downloaded vergen v8.3.2
8442024-11-18T17:29:14.333Z Downloaded num-traits v0.2.19
8452024-11-18T17:29:14.336Z Downloaded unicode-bidi v0.3.17
8462024-11-18T17:29:14.336Z Downloaded tungstenite v0.21.0
8472024-11-18T17:29:14.338Z Downloaded flate2 v1.0.34
8482024-11-18T17:29:14.343Z Downloaded ppv-lite86 v0.2.20
8492024-11-18T17:29:14.346Z Downloaded subprocess v0.2.9
8502024-11-18T17:29:14.348Z Downloaded zerovec v0.10.4
8512024-11-18T17:29:14.356Z Downloaded hashbrown v0.12.3
8522024-11-18T17:29:14.359Z Downloaded tokio-util v0.7.12
8532024-11-18T17:29:14.365Z Downloaded winnow v0.5.40
8542024-11-18T17:29:14.376Z Downloaded quick-xml v0.33.0
8552024-11-18T17:29:14.383Z Downloaded zip v0.6.6
8562024-11-18T17:29:14.388Z Downloaded num-bigint v0.4.6
8572024-11-18T17:29:14.393Z Downloaded diesel_derives v2.2.3
8582024-11-18T17:29:14.396Z Downloaded reqwest v0.12.9
8592024-11-18T17:29:14.405Z Downloaded tracing v0.1.40
8602024-11-18T17:29:14.410Z Downloaded ssh-key v0.6.6
8612024-11-18T17:29:14.418Z Downloaded icu_properties_data v1.5.0
8622024-11-18T17:29:14.429Z Downloaded russh v0.45.0
8632024-11-18T17:29:14.435Z Downloaded salty v0.3.0
8642024-11-18T17:29:14.442Z Downloaded hashbrown v0.13.2
8652024-11-18T17:29:14.446Z Downloaded num-bigint-dig v0.8.4
8662024-11-18T17:29:14.452Z Downloaded idna v0.4.0
8672024-11-18T17:29:14.459Z Downloaded headers v0.4.0
8682024-11-18T17:29:14.465Z Downloaded idna v0.3.0
8692024-11-18T17:29:14.472Z Downloaded rusqlite v0.32.1
8702024-11-18T17:29:14.479Z Downloaded expectorate v1.1.0
8712024-11-18T17:29:14.482Z Downloaded unicode-segmentation v1.12.0
8722024-11-18T17:29:14.485Z Downloaded unicode-normalization v0.1.24
8732024-11-18T17:29:14.490Z Downloaded futures-util v0.3.31
8742024-11-18T17:29:14.503Z Downloaded hashbrown v0.14.5
8752024-11-18T17:29:14.508Z Downloaded idna v0.5.0
8762024-11-18T17:29:14.516Z Downloaded rustls-webpki v0.101.7
8772024-11-18T17:29:14.529Z Downloaded reedline v0.35.0
8782024-11-18T17:29:14.537Z Downloaded regress v0.9.1
8792024-11-18T17:29:14.546Z Downloaded petname v2.0.2
8802024-11-18T17:29:14.552Z Downloaded chrono-tz v0.10.0
8812024-11-18T17:29:14.560Z Downloaded unicode-width v0.2.0
8822024-11-18T17:29:14.566Z Downloaded sqlparser v0.45.0
8832024-11-18T17:29:14.572Z Downloaded radix_trie v0.2.1
8842024-11-18T17:29:14.578Z Downloaded bstr v1.10.0
8852024-11-18T17:29:14.591Z Downloaded openapiv3 v2.0.0
8862024-11-18T17:29:14.601Z Downloaded git2 v0.19.0
8872024-11-18T17:29:14.610Z Downloaded object v0.30.4
8882024-11-18T17:29:14.620Z Downloaded vcpkg v0.2.15
8892024-11-18T17:29:14.658Z Downloaded dropshot v0.12.0
8902024-11-18T17:29:14.678Z Downloaded webpki-roots v0.26.6
8912024-11-18T17:29:14.681Z Downloaded nix v0.28.0
8922024-11-18T17:29:14.693Z Downloaded rustls v0.21.12
8932024-11-18T17:29:14.704Z Downloaded regex v1.11.1
8942024-11-18T17:29:14.717Z Downloaded smoltcp v0.9.1
8952024-11-18T17:29:14.728Z Downloaded sled v0.34.7
8962024-11-18T17:29:14.738Z Downloaded smoltcp v0.11.0
8972024-11-18T17:29:14.751Z Downloaded object v0.36.5
8982024-11-18T17:29:14.763Z Downloaded dropshot v0.13.0
8992024-11-18T17:29:14.783Z Downloaded nix v0.29.0
9002024-11-18T17:29:14.794Z Downloaded bzip2-sys v0.1.11+1.0.8
9012024-11-18T17:29:14.806Z Downloaded typify-impl v0.2.0
9022024-11-18T17:29:14.822Z Downloaded diesel v2.2.4
9032024-11-18T17:29:14.841Z Downloaded rustls v0.23.14
9042024-11-18T17:29:14.852Z Downloaded zerocopy-derive v0.6.6
9052024-11-18T17:29:14.864Z Downloaded regex-automata v0.4.8
9062024-11-18T17:29:14.878Z Downloaded regress v0.10.1
9072024-11-18T17:29:14.887Z Downloaded ratatui v0.28.1
9082024-11-18T17:29:14.906Z Downloaded trust-dns-proto v0.22.0
9092024-11-18T17:29:14.917Z Downloaded regex-syntax v0.8.5
9102024-11-18T17:29:14.926Z Downloaded nix v0.27.1
9112024-11-18T17:29:14.937Z Downloaded tokio v1.40.0
9122024-11-18T17:29:14.973Z Downloaded quinn-proto v0.11.8
9132024-11-18T17:29:14.979Z Downloaded rustls-webpki v0.102.8
9142024-11-18T17:29:14.996Z Downloaded petgraph v0.6.5
9152024-11-18T17:29:15.013Z Downloaded lzma-sys v0.1.20
9162024-11-18T17:29:15.041Z Downloaded csv v1.3.0
9172024-11-18T17:29:15.060Z Downloaded h2 v0.4.6
9182024-11-18T17:29:15.066Z Downloaded regex-syntax v0.6.29
9192024-11-18T17:29:15.073Z Downloaded rustls v0.22.4
9202024-11-18T17:29:15.086Z Downloaded openssl v0.10.66
9212024-11-18T17:29:15.097Z Downloaded p384 v0.13.0
9222024-11-18T17:29:15.101Z Downloaded libz-sys v1.1.20
9232024-11-18T17:29:15.121Z Downloaded polar-core v0.27.3
9242024-11-18T17:29:15.129Z Downloaded sha3 v0.10.8
9252024-11-18T17:29:15.133Z Downloaded gimli v0.31.1
9262024-11-18T17:29:15.142Z Downloaded curve25519-dalek v4.1.3
9272024-11-18T17:29:15.150Z Downloaded tough v0.19.0
9282024-11-18T17:29:15.157Z Downloaded proptest v1.5.0
9292024-11-18T17:29:15.166Z Downloaded idna v0.2.3
9302024-11-18T17:29:15.173Z Downloaded rayon v1.10.0
9312024-11-18T17:29:15.182Z Downloaded time v0.3.36
9322024-11-18T17:29:15.189Z Downloaded predicates-tree v1.0.11
9332024-11-18T17:29:15.191Z Downloaded mockall_derive v0.13.0
9342024-11-18T17:29:15.194Z Downloaded dropshot_endpoint v0.13.0
9352024-11-18T17:29:15.197Z Downloaded openssl-sys v0.9.103
9362024-11-18T17:29:15.200Z Downloaded lalrpop v0.19.12
9372024-11-18T17:29:15.210Z Downloaded rand v0.8.5
9382024-11-18T17:29:15.215Z Downloaded parse-zoneinfo v0.3.1
9392024-11-18T17:29:15.218Z Downloaded nom v7.1.3
9402024-11-18T17:29:15.222Z Downloaded der v0.7.9
9412024-11-18T17:29:15.227Z Downloaded portable-atomic v1.9.0
9422024-11-18T17:29:15.233Z Downloaded slog-stdlog v4.1.1
9432024-11-18T17:29:15.235Z Downloaded parse-display-derive v0.10.0
9442024-11-18T17:29:15.238Z Downloaded ron v0.7.1
9452024-11-18T17:29:15.241Z Downloaded rustls-pki-types v1.9.0
9462024-11-18T17:29:15.243Z Downloaded ron v0.8.1
9472024-11-18T17:29:15.248Z Downloaded blake3 v1.5.4
9482024-11-18T17:29:15.256Z Downloaded p521 v0.13.3
9492024-11-18T17:29:15.259Z Downloaded serde_with v3.11.0
9502024-11-18T17:29:15.267Z Downloaded itertools v0.13.0
9512024-11-18T17:29:15.276Z Downloaded aws-lc-rs v1.10.0
9522024-11-18T17:29:15.282Z Downloaded mio v1.0.2
9532024-11-18T17:29:15.287Z Downloaded encoding_rs v0.8.34
9542024-11-18T17:29:15.308Z Downloaded ena v0.14.3
9552024-11-18T17:29:15.310Z Downloaded der_derive v0.7.3
9562024-11-18T17:29:15.313Z Downloaded fs_extra v1.3.0
9572024-11-18T17:29:15.313Z Downloaded quinn v0.11.5
9582024-11-18T17:29:15.316Z Downloaded unicode-truncate v1.1.0
9592024-11-18T17:29:15.325Z Downloaded password-hash v0.4.2
9602024-11-18T17:29:15.325Z Downloaded pkcs5 v0.7.1
9612024-11-18T17:29:15.337Z Downloaded itertools v0.12.1
9622024-11-18T17:29:15.337Z Downloaded sct v0.7.1
9632024-11-18T17:29:15.337Z Downloaded samael v0.0.17
9642024-11-18T17:29:15.341Z Downloaded defmt v0.3.8
9652024-11-18T17:29:15.341Z Downloaded debug-ignore v1.0.5
9662024-11-18T17:29:15.341Z Downloaded fatfs v0.3.6
9672024-11-18T17:29:15.345Z Downloaded rcgen v0.12.1
9682024-11-18T17:29:15.349Z Downloaded tinyvec v1.8.0
9692024-11-18T17:29:15.352Z Downloaded unicode_categories v0.1.1
9702024-11-18T17:29:15.352Z Downloaded similar v2.6.0
9712024-11-18T17:29:15.356Z Downloaded slog-term v2.9.1
9722024-11-18T17:29:15.358Z Downloaded ssh-encoding v0.2.0
9732024-11-18T17:29:15.360Z Downloaded ssh-cipher v0.2.0
9742024-11-18T17:29:15.361Z Downloaded peg v0.8.4
9752024-11-18T17:29:15.364Z Downloaded futures-sink v0.3.31
9762024-11-18T17:29:15.367Z Downloaded futures-macro v0.3.31
9772024-11-18T17:29:15.367Z Downloaded itertools v0.10.5
9782024-11-18T17:29:15.371Z Downloaded snafu v0.8.5
9792024-11-18T17:29:15.377Z Downloaded thiserror-impl-no-std v2.0.2
9802024-11-18T17:29:15.380Z Downloaded socket2 v0.5.7
9812024-11-18T17:29:15.382Z Downloaded zeroize v1.8.1
9822024-11-18T17:29:15.382Z Downloaded zerofrom-derive v0.1.4
9832024-11-18T17:29:15.385Z Downloaded futures-core v0.3.31
9842024-11-18T17:29:15.385Z Downloaded test-strategy v0.3.1
9852024-11-18T17:29:15.387Z Downloaded hkdf v0.12.4
9862024-11-18T17:29:15.390Z Downloaded x509-cert v0.2.5
9872024-11-18T17:29:15.396Z Downloaded smallvec v0.6.14
9882024-11-18T17:29:15.413Z Downloaded libgit2-sys v0.17.0+1.8.1
9892024-11-18T17:29:15.452Z Downloaded typed-path v0.9.3
9902024-11-18T17:29:15.458Z Downloaded rustyline v14.0.0
9912024-11-18T17:29:15.463Z Downloaded unicode-xid v0.2.6
9922024-11-18T17:29:15.465Z Downloaded thiserror-no-std v2.0.2
9932024-11-18T17:29:15.467Z Downloaded nu-ansi-term v0.50.1
9942024-11-18T17:29:15.470Z Downloaded snafu-derive v0.8.5
9952024-11-18T17:29:15.473Z Downloaded schemars v0.8.21
9962024-11-18T17:29:15.481Z Downloaded p256 v0.13.2
9972024-11-18T17:29:15.484Z Downloaded parking_lot_core v0.8.6
9982024-11-18T17:29:15.495Z Downloaded parking_lot v0.11.2
9992024-11-18T17:29:15.500Z Downloaded rayon-core v1.12.1
10002024-11-18T17:29:15.500Z Downloaded tokio-postgres v0.7.12
10012024-11-18T17:29:15.500Z Downloaded minimal-lexical v0.2.1
10022024-11-18T17:29:15.516Z Downloaded vsss-rs v3.3.4
10032024-11-18T17:29:15.516Z Downloaded nanorand v0.7.0
10042024-11-18T17:29:15.517Z Downloaded group v0.13.0
10052024-11-18T17:29:15.517Z Downloaded tui-tree-widget v0.22.0
10062024-11-18T17:29:15.531Z Downloaded poly1305 v0.8.0
10072024-11-18T17:29:15.531Z Downloaded const_format v0.2.33
10082024-11-18T17:29:15.531Z Downloaded crossbeam-channel v0.5.13
10092024-11-18T17:29:15.531Z Downloaded polyval v0.6.2
10102024-11-18T17:29:15.532Z Downloaded num-rational v0.4.2
10112024-11-18T17:29:15.539Z Downloaded half v2.4.1
10122024-11-18T17:29:15.539Z Downloaded tungstenite v0.24.0
10132024-11-18T17:29:15.539Z Downloaded cc v1.1.30
10142024-11-18T17:29:15.539Z Downloaded defmt-parser v0.3.4
10152024-11-18T17:29:15.552Z Downloaded defmt-macros v0.3.9
10162024-11-18T17:29:15.568Z Downloaded postcard v1.0.10
10172024-11-18T17:29:15.568Z Downloaded pin-project-lite v0.2.14
10182024-11-18T17:29:15.569Z Downloaded prettyplease v0.2.25
10192024-11-18T17:29:15.587Z Downloaded dirs-next v2.0.0
10202024-11-18T17:29:15.587Z Downloaded difflib v0.4.0
10212024-11-18T17:29:15.587Z Downloaded scheduled-thread-pool v0.2.7
10222024-11-18T17:29:15.587Z Downloaded derive_more v0.99.18
10232024-11-18T17:29:15.588Z Downloaded derive_builder_core v0.20.2
10242024-11-18T17:29:15.588Z Downloaded derive-where v1.2.7
10252024-11-18T17:29:15.611Z Downloaded tar v0.4.42
10262024-11-18T17:29:15.611Z Downloaded signature v2.2.0
10272024-11-18T17:29:15.612Z Downloaded tokio-rustls v0.24.1
10282024-11-18T17:29:15.612Z Downloaded universal-hash v0.5.1
10292024-11-18T17:29:15.612Z Downloaded paste v1.0.15
10302024-11-18T17:29:15.612Z Downloaded enum-as-inner v0.5.1
10312024-11-18T17:29:15.612Z Downloaded crossbeam-epoch v0.9.18
10322024-11-18T17:29:15.628Z Downloaded indexmap v1.9.3
10332024-11-18T17:29:15.628Z Downloaded icu_properties v1.5.1
10342024-11-18T17:29:15.628Z Downloaded icu_normalizer v1.5.0
10352024-11-18T17:29:15.628Z Downloaded derive_builder v0.20.2
10362024-11-18T17:29:15.628Z Downloaded yasna v0.5.2
10372024-11-18T17:29:15.628Z Downloaded strum v0.26.3
10382024-11-18T17:29:15.647Z Downloaded sigpipe v0.1.3
10392024-11-18T17:29:15.647Z Downloaded const-oid v0.9.6
10402024-11-18T17:29:15.647Z Downloaded bytes v1.8.0
10412024-11-18T17:29:15.648Z Downloaded serde_with_macros v3.11.0
10422024-11-18T17:29:15.648Z Downloaded hash32 v0.2.1
10432024-11-18T17:29:15.648Z Downloaded const_format_proc_macros v0.2.33
10442024-11-18T17:29:15.648Z Downloaded icu_provider v1.5.0
10452024-11-18T17:29:15.648Z Downloaded icu_locid_transform_data v1.5.0
10462024-11-18T17:29:15.648Z Downloaded spin v0.5.2
10472024-11-18T17:29:15.648Z Downloaded memmap2 v0.9.5
10482024-11-18T17:29:15.654Z Downloaded icu_locid v1.5.0
10492024-11-18T17:29:15.654Z Downloaded lock_api v0.4.12
10502024-11-18T17:29:15.654Z Downloaded litemap v0.7.3
10512024-11-18T17:29:15.654Z Downloaded base64 v0.13.1
10522024-11-18T17:29:15.654Z Downloaded typify-macro v0.2.0
10532024-11-18T17:29:15.654Z Downloaded libloading v0.8.5
10542024-11-18T17:29:15.657Z Downloaded tokio-macros v2.4.0
10552024-11-18T17:29:15.657Z Downloaded supports-color v3.0.1
10562024-11-18T17:29:15.657Z Downloaded ref-cast v1.0.23
10572024-11-18T17:29:15.660Z Downloaded libefi-sys v0.1.0
10582024-11-18T17:29:15.660Z Downloaded r2d2 v0.8.10
10592024-11-18T17:29:15.663Z Downloaded icu_normalizer_data v1.5.0
10602024-11-18T17:29:15.663Z Downloaded chacha20 v0.9.1
10612024-11-18T17:29:15.666Z Downloaded stable_deref_trait v1.2.0
10622024-11-18T17:29:15.666Z Downloaded ipnet v2.10.1
10632024-11-18T17:29:15.666Z Downloaded slog-envlogger v2.2.0
10642024-11-18T17:29:15.669Z Downloaded slog-dtrace v0.3.0
10652024-11-18T17:29:15.669Z Downloaded ciborium v0.2.2
10662024-11-18T17:29:15.672Z Downloaded serde_repr v0.1.19
10672024-11-18T17:29:15.680Z Downloaded keccak v0.1.5
10682024-11-18T17:29:15.680Z Downloaded cookie_store v0.21.0
10692024-11-18T17:29:15.680Z Downloaded serde_plain v1.0.2
10702024-11-18T17:29:15.680Z Downloaded serde_path_to_error v0.1.16
10712024-11-18T17:29:15.680Z Downloaded schemars_derive v0.8.21
10722024-11-18T17:29:15.680Z Downloaded rand_xorshift v0.3.0
10732024-11-18T17:29:15.680Z Downloaded quinn-udp v0.5.5
10742024-11-18T17:29:15.685Z Downloaded md-5 v0.10.6
10752024-11-18T17:29:15.685Z Downloaded lru v0.12.5
10762024-11-18T17:29:15.685Z Downloaded libsw v3.3.1
10772024-11-18T17:29:15.688Z Downloaded is-terminal v0.4.13
10782024-11-18T17:29:15.688Z Downloaded crossbeam-deque v0.8.5
10792024-11-18T17:29:15.689Z Downloaded cmake v0.1.51
10802024-11-18T17:29:15.693Z Downloaded internet-checksum v0.2.1
10812024-11-18T17:29:15.693Z Downloaded ctr v0.9.2
10822024-11-18T17:29:15.693Z Downloaded colored v2.1.0
10832024-11-18T17:29:15.697Z Downloaded chrono-tz-build v0.4.0
10842024-11-18T17:29:15.697Z Downloaded lalrpop-util v0.19.12
10852024-11-18T17:29:15.697Z Downloaded ipnetwork v0.20.0
10862024-11-18T17:29:15.707Z Downloaded instability v0.3.2
10872024-11-18T17:29:15.707Z Downloaded indoc v1.0.9
10882024-11-18T17:29:15.707Z Downloaded crc v3.2.1
10892024-11-18T17:29:15.713Z Downloaded bitfield v0.14.0
10902024-11-18T17:29:15.714Z Downloaded bcrypt-pbkdf v0.10.0
10912024-11-18T17:29:15.714Z Downloaded crc-catalog v2.4.0
10922024-11-18T17:29:15.714Z Downloaded convert_case v0.4.0
10932024-11-18T17:29:15.714Z Downloaded blowfish v0.9.1
10942024-11-18T17:29:15.714Z Downloaded bit-vec v0.6.3
10952024-11-18T17:29:15.714Z Downloaded bb8 v0.8.5
10962024-11-18T17:29:15.714Z Downloaded base16ct v0.2.0
10972024-11-18T17:29:15.714Z Downloaded cstr-argument v0.1.2
10982024-11-18T17:29:15.724Z Downloaded crucible-workspace-hack v0.1.0
10992024-11-18T17:29:15.725Z Downloaded httparse v1.9.5
11002024-11-18T17:29:15.725Z Downloaded http-body v1.0.1
11012024-11-18T17:29:15.725Z Downloaded highway v1.2.0
11022024-11-18T17:29:15.725Z Downloaded cobs v0.2.3
11032024-11-18T17:29:15.747Z Downloaded bitfield-struct v0.6.2
11042024-11-18T17:29:15.748Z Downloaded cassowary v0.3.0
11052024-11-18T17:29:15.748Z Downloaded atomic-waker v1.1.2
11062024-11-18T17:29:15.749Z Downloaded hubpack v0.1.2
11072024-11-18T17:29:15.749Z Downloaded hostname v0.3.1
11082024-11-18T17:29:15.749Z Downloaded constant_time_eq v0.3.1
11092024-11-18T17:29:15.750Z Downloaded hyper-rustls v0.27.3
11102024-11-18T17:29:15.750Z Downloaded http-body-util v0.1.2
11112024-11-18T17:29:15.750Z Downloaded crunchy v0.2.2
11122024-11-18T17:29:15.750Z Downloaded ciborium-io v0.2.2
11132024-11-18T17:29:15.750Z Downloaded cfg_aliases v0.2.1
11142024-11-18T17:29:15.750Z Downloaded cfg_aliases v0.1.1
11152024-11-18T17:29:15.750Z Downloaded block-padding v0.3.3
11162024-11-18T17:29:15.750Z Downloaded http v1.1.0
11172024-11-18T17:29:15.773Z Downloaded hickory-resolver v0.24.1
11182024-11-18T17:29:15.774Z Downloaded atty v0.2.14
11192024-11-18T17:29:15.774Z Downloaded atomicwrites v0.4.4
11202024-11-18T17:29:15.774Z Downloaded argon2 v0.5.3
11212024-11-18T17:29:15.774Z Downloaded base64ct v1.6.0
11222024-11-18T17:29:15.774Z Downloaded assert_matches v1.5.0
11232024-11-18T17:29:15.774Z Downloaded arrayref v0.3.9
11242024-11-18T17:29:15.774Z Downloaded array-init v0.0.4
11252024-11-18T17:29:15.774Z Downloaded allocator-api2 v0.2.18
11262024-11-18T17:29:15.916Z Downloaded ring v0.17.8
11272024-11-18T17:29:16.027Z Downloaded aws-lc-sys v0.22.0
11282024-11-18T17:29:16.263Z Downloaded libsqlite3-sys v0.30.1
11292024-11-18T17:29:16.340Z Downloaded ring v0.16.20
11302024-11-18T17:29:16.525Z Compiling serde v1.0.215
11312024-11-18T17:29:16.527Z Compiling lock_api v0.4.12
11322024-11-18T17:29:16.528Z Compiling scopeguard v1.2.0
11332024-11-18T17:29:16.528Z Compiling value-bag v1.9.0
11342024-11-18T17:29:16.528Z Compiling typenum v1.17.0
11352024-11-18T17:29:16.528Z Compiling generic-array v0.14.7
11362024-11-18T17:29:16.731Z Compiling syn v2.0.87
11372024-11-18T17:29:16.747Z Compiling getrandom v0.2.15
11382024-11-18T17:29:16.900Z Compiling subtle v2.6.1
11392024-11-18T17:29:17.003Z Compiling rand_core v0.6.4
11402024-11-18T17:29:17.145Z Compiling log v0.4.22
11412024-11-18T17:29:17.264Z Compiling shlex v1.3.0
11422024-11-18T17:29:17.314Z Compiling jobserver v0.1.32
11432024-11-18T17:29:17.333Z Compiling smallvec v1.13.2
11442024-11-18T17:29:17.554Z Compiling const-oid v0.9.6
11452024-11-18T17:29:17.662Z Compiling spin v0.9.8
11462024-11-18T17:29:17.723Z Compiling cc v1.1.30
11472024-11-18T17:29:17.763Z Compiling pin-project-lite v0.2.14
11482024-11-18T17:29:17.912Z Compiling rustix v0.38.37
11492024-11-18T17:29:18.067Z Compiling parking_lot_core v0.9.10
11502024-11-18T17:29:18.110Z Compiling futures-core v0.3.31
11512024-11-18T17:29:18.242Z Compiling signal-hook-registry v1.4.2
11522024-11-18T17:29:18.344Z Compiling mio v1.0.2
11532024-11-18T17:29:18.744Z Compiling aho-corasick v1.1.3
11542024-11-18T17:29:19.055Z Compiling parking_lot v0.12.3
11552024-11-18T17:29:19.194Z Compiling cpufeatures v0.2.14
11562024-11-18T17:29:19.298Z Compiling either v1.13.0
11572024-11-18T17:29:19.411Z Compiling regex-syntax v0.8.5
11582024-11-18T17:29:19.503Z Compiling lazy_static v1.5.0
11592024-11-18T17:29:19.523Z Compiling futures-sink v0.3.31
11602024-11-18T17:29:19.631Z Compiling glob v0.3.1
11612024-11-18T17:29:19.668Z Compiling stable_deref_trait v1.2.0
11622024-11-18T17:29:19.704Z Compiling socket2 v0.5.7
11632024-11-18T17:29:19.780Z Compiling slab v0.4.9
11642024-11-18T17:29:19.969Z Compiling prettyplease v0.2.25
11652024-11-18T17:29:20.209Z Compiling minimal-lexical v0.2.1
11662024-11-18T17:29:20.629Z Compiling libloading v0.8.5
11672024-11-18T17:29:20.649Z Compiling clang-sys v1.8.1
11682024-11-18T17:29:20.705Z Compiling nom v7.1.3
11692024-11-18T17:29:20.798Z Compiling serde_json v1.0.132
11702024-11-18T17:29:21.036Z Compiling home v0.5.9
11712024-11-18T17:29:21.120Z Compiling bindgen v0.69.5
11722024-11-18T17:29:21.354Z Compiling futures-channel v0.3.31
11732024-11-18T17:29:21.783Z Compiling itertools v0.12.1
11742024-11-18T17:29:21.967Z Compiling pin-utils v0.1.0
11752024-11-18T17:29:22.063Z Compiling futures-io v0.3.31
11762024-11-18T17:29:22.121Z Compiling lazycell v1.3.0
11772024-11-18T17:29:22.282Z Compiling futures-task v0.3.31
11782024-11-18T17:29:22.390Z Compiling rustc-hash v1.1.0
11792024-11-18T17:29:22.544Z Compiling foldhash v0.1.3
11802024-11-18T17:29:22.582Z Compiling allocator-api2 v0.2.18
11812024-11-18T17:29:22.862Z Compiling cmake v0.1.51
11822024-11-18T17:29:23.409Z Compiling regex-automata v0.4.8
11832024-11-18T17:29:23.864Z Compiling hashbrown v0.15.0
11842024-11-18T17:29:24.345Z Compiling synstructure v0.13.1
11852024-11-18T17:29:24.923Z Compiling cexpr v0.6.0
11862024-11-18T17:29:25.205Z Compiling libm v0.2.8
11872024-11-18T17:29:25.557Z Compiling dunce v1.0.5
11882024-11-18T17:29:25.692Z Compiling fs_extra v1.3.0
11892024-11-18T17:29:26.061Z Compiling tinyvec_macros v0.1.1
11902024-11-18T17:29:26.152Z Compiling pkg-config v0.3.31
11912024-11-18T17:29:26.233Z Compiling tinyvec v1.8.0
11922024-11-18T17:29:26.316Z Compiling num-traits v0.2.19
11932024-11-18T17:29:26.821Z Compiling ring v0.17.8
11942024-11-18T17:29:27.621Z Compiling base64ct v1.6.0
11952024-11-18T17:29:27.651Z Compiling writeable v0.5.5
11962024-11-18T17:29:27.721Z Compiling unicode-normalization v0.1.24
11972024-11-18T17:29:27.936Z Compiling paste v1.0.15
11982024-11-18T17:29:28.067Z Compiling unicode-bidi v0.3.17
11992024-11-18T17:29:28.197Z Compiling litemap v0.7.3
12002024-11-18T17:29:28.236Z Compiling pem-rfc7468 v0.7.0
12012024-11-18T17:29:28.807Z Compiling httparse v1.9.5
12022024-11-18T17:29:28.956Z Compiling regex v1.11.1
12032024-11-18T17:29:29.464Z Compiling aws-lc-rs v1.10.0
12042024-11-18T17:29:29.549Z Compiling flagset v0.4.6
12052024-11-18T17:29:29.898Z Compiling tracing-core v0.1.32
12062024-11-18T17:29:29.979Z Compiling crossbeam-utils v0.8.20
12072024-11-18T17:29:30.620Z Compiling rustls-pki-types v1.9.0
12082024-11-18T17:29:30.628Z Compiling icu_locid_transform_data v1.5.0
12092024-11-18T17:29:30.728Z Compiling percent-encoding v2.3.1
12102024-11-18T17:29:31.083Z Compiling time-core v0.1.2
12112024-11-18T17:29:31.249Z Compiling powerfmt v0.2.0
12122024-11-18T17:29:31.276Z Compiling vcpkg v0.2.15
12132024-11-18T17:29:31.388Z Compiling serde_derive v1.0.215
12142024-11-18T17:29:31.666Z Compiling zeroize_derive v1.4.2
12152024-11-18T17:29:31.684Z Compiling zerocopy-derive v0.7.35
12162024-11-18T17:29:31.723Z Compiling tokio-macros v2.4.0
12172024-11-18T17:29:33.177Z Compiling zeroize v1.8.1
12182024-11-18T17:29:33.322Z Compiling zerofrom-derive v0.1.4
12192024-11-18T17:29:33.398Z Compiling yoke-derive v0.7.4
12202024-11-18T17:29:33.421Z Compiling thiserror-impl v1.0.69
12212024-11-18T17:29:33.934Z Compiling zerocopy v0.7.35
12222024-11-18T17:29:34.444Z Compiling zerovec-derive v0.10.3
12232024-11-18T17:29:35.019Z Compiling crypto-common v0.1.6
12242024-11-18T17:29:35.264Z Compiling block-buffer v0.10.4
12252024-11-18T17:29:35.551Z Compiling digest v0.10.7
12262024-11-18T17:29:35.589Z Compiling futures-macro v0.3.31
12272024-11-18T17:29:36.119Z Compiling hmac v0.12.1
12282024-11-18T17:29:36.352Z Compiling block-padding v0.3.3
12292024-11-18T17:29:36.403Z Compiling displaydoc v0.2.5
12302024-11-18T17:29:36.501Z Compiling sha2 v0.10.8
12312024-11-18T17:29:36.588Z Compiling inout v0.1.3
12322024-11-18T17:29:36.857Z Compiling cipher v0.4.4
12332024-11-18T17:29:36.887Z Compiling thiserror v1.0.69
12342024-11-18T17:29:37.025Z Compiling ppv-lite86 v0.2.20
12352024-11-18T17:29:37.256Z Compiling icu_provider_macros v1.5.0
12362024-11-18T17:29:37.358Z Compiling der_derive v0.7.3
12372024-11-18T17:29:37.481Z Compiling zerofrom v0.1.4
12382024-11-18T17:29:37.549Z Compiling futures-util v0.3.31
12392024-11-18T17:29:37.716Z Compiling yoke v0.7.4
12402024-11-18T17:29:37.851Z Compiling rand_chacha v0.3.1
12412024-11-18T17:29:38.053Z Compiling zerovec v0.10.4
12422024-11-18T17:29:38.089Z Compiling tracing-attributes v0.1.27
12432024-11-18T17:29:38.385Z Compiling rand v0.8.5
12442024-11-18T17:29:39.868Z Compiling der v0.7.9
12452024-11-18T17:29:40.033Z Compiling tinystr v0.7.6
12462024-11-18T17:29:40.229Z Compiling icu_collections v1.5.0
12472024-11-18T17:29:40.326Z Compiling salsa20 v0.10.2
12482024-11-18T17:29:40.456Z Compiling icu_locid v1.5.0
12492024-11-18T17:29:40.549Z Compiling pest v2.7.14
12502024-11-18T17:29:40.601Z Compiling pbkdf2 v0.12.2
12512024-11-18T17:29:40.797Z Compiling untrusted v0.7.1
12522024-11-18T17:29:40.998Z Compiling untrusted v0.9.0
12532024-11-18T17:29:41.181Z Compiling num-conv v0.1.0
12542024-11-18T17:29:41.484Z Compiling mirai-annotations v1.12.0
12552024-11-18T17:29:41.686Z Compiling icu_properties_data v1.5.0
12562024-11-18T17:29:41.787Z Compiling icu_provider v1.5.0
12572024-11-18T17:29:41.948Z Compiling spki v0.7.3
12582024-11-18T17:29:41.979Z Compiling tracing v0.1.40
12592024-11-18T17:29:42.329Z Compiling time-macros v0.2.18
12602024-11-18T17:29:42.523Z Compiling icu_locid_transform v1.5.0
12612024-11-18T17:29:42.977Z Compiling scrypt v0.11.0
12622024-11-18T17:29:43.222Z Compiling pest_meta v2.7.14
12632024-11-18T17:29:43.555Z Compiling aes v0.8.4
12642024-11-18T17:29:43.675Z Compiling icu_properties v1.5.1
12652024-11-18T17:29:43.727Z Compiling cbc v0.1.2
12662024-11-18T17:29:43.968Z Compiling openssl-sys v0.9.103
12672024-11-18T17:29:45.068Z Compiling deranged v0.3.11
12682024-11-18T17:29:45.161Z Compiling bitflags v2.6.0
12692024-11-18T17:29:45.507Z Compiling bytes v1.8.0
12702024-11-18T17:29:46.366Z Compiling indexmap v2.6.0
12712024-11-18T17:29:46.693Z Compiling tokio v1.40.0
12722024-11-18T17:29:46.797Z Compiling http v1.1.0
12732024-11-18T17:29:47.050Z Compiling semver v1.0.23
12742024-11-18T17:29:47.761Z Compiling rustc_version v0.4.1
12752024-11-18T17:29:47.798Z Compiling scroll_derive v0.12.0
12762024-11-18T17:29:48.562Z Compiling utf16_iter v1.0.5
12772024-11-18T17:29:48.595Z Compiling write16 v1.0.0
12782024-11-18T17:29:48.783Z Compiling num_threads v0.1.7
12792024-11-18T17:29:48.787Z Compiling utf8_iter v1.0.4
12802024-11-18T17:29:48.852Z Compiling atomic-waker v1.1.2
12812024-11-18T17:29:48.961Z Compiling icu_normalizer_data v1.5.0
12822024-11-18T17:29:49.000Z Compiling time v0.3.36
12832024-11-18T17:29:49.026Z Compiling http-body v1.0.1
12842024-11-18T17:29:49.062Z Compiling icu_normalizer v1.5.0
12852024-11-18T17:29:49.232Z Compiling scroll v0.12.0
12862024-11-18T17:29:49.291Z Compiling pkcs5 v0.7.1
12872024-11-18T17:29:49.360Z Compiling pest_generator v2.7.14
12882024-11-18T17:29:49.669Z Compiling which v4.4.2
12892024-11-18T17:29:49.775Z Compiling form_urlencoded v1.2.1
12902024-11-18T17:29:50.296Z Compiling try-lock v0.2.5
12912024-11-18T17:29:50.449Z Compiling slog v2.7.0
12922024-11-18T17:29:50.503Z Compiling want v0.3.1
12932024-11-18T17:29:50.829Z Compiling goblin v0.8.2
12942024-11-18T17:29:50.983Z Compiling idna_adapter v1.2.0
12952024-11-18T17:29:51.080Z Compiling pkcs8 v0.10.2
12962024-11-18T17:29:51.136Z Compiling httpdate v1.0.3
12972024-11-18T17:29:51.211Z Compiling idna v1.0.3
12982024-11-18T17:29:51.343Z Compiling pest_derive v2.7.14
12992024-11-18T17:29:51.817Z Compiling serde_spanned v0.6.8
13002024-11-18T17:29:52.048Z Compiling toml_datetime v0.6.8
13012024-11-18T17:29:52.128Z Compiling dtrace-parser v0.2.0
13022024-11-18T17:29:52.450Z Compiling serde_tokenstream v0.2.2
13032024-11-18T17:29:52.555Z Compiling uuid v1.11.0
13042024-11-18T17:29:53.042Z Compiling openssl v0.10.66
13052024-11-18T17:29:53.062Z Compiling rustversion v1.0.17
13062024-11-18T17:29:53.469Z Compiling tower-service v0.3.3
13072024-11-18T17:29:53.598Z Compiling match_cfg v0.1.0
13082024-11-18T17:29:53.700Z Compiling base64 v0.22.1
13092024-11-18T17:29:53.749Z Compiling iana-time-zone v0.1.61
13102024-11-18T17:29:53.993Z Compiling adler2 v2.0.0
13112024-11-18T17:29:54.194Z Compiling foreign-types-shared v0.1.1
13122024-11-18T17:29:54.215Z Compiling miniz_oxide v0.8.0
13132024-11-18T17:29:54.235Z Compiling chrono v0.4.38
13142024-11-18T17:29:54.302Z Compiling foreign-types v0.3.2
13152024-11-18T17:29:54.392Z Compiling hostname v0.3.1
13162024-11-18T17:29:54.524Z Compiling url v2.5.3
13172024-11-18T17:29:54.643Z Compiling async-trait v0.1.83
13182024-11-18T17:29:55.755Z Compiling tokio-util v0.7.12
13192024-11-18T17:29:55.851Z Compiling openssl-macros v0.1.1
13202024-11-18T17:29:56.503Z Compiling dof v0.3.0
13212024-11-18T17:29:56.609Z Compiling dirs-sys-next v0.1.2
13222024-11-18T17:29:57.218Z Compiling h2 v0.4.6
13232024-11-18T17:29:57.268Z Compiling usdt-impl v0.5.0
13242024-11-18T17:29:57.418Z Compiling rustls v0.22.4
13252024-11-18T17:29:57.675Z Compiling siphasher v0.3.11
13262024-11-18T17:29:58.027Z Compiling rustls v0.23.14
13272024-11-18T17:29:58.053Z Compiling native-tls v0.2.12
13282024-11-18T17:29:58.289Z Compiling data-encoding v2.6.0
13292024-11-18T17:29:58.378Z Compiling syn v1.0.109
13302024-11-18T17:29:58.713Z Compiling dirs-next v2.0.0
13312024-11-18T17:29:59.098Z Compiling http-body-util v0.1.2
13322024-11-18T17:29:59.636Z Compiling crossbeam-epoch v0.9.18
13332024-11-18T17:30:00.306Z Compiling heapless v0.7.17
13342024-11-18T17:30:00.421Z Compiling signature v2.2.0
13352024-11-18T17:30:00.689Z Compiling sha1 v0.10.6
13362024-11-18T17:30:00.739Z Compiling bzip2-sys v0.1.11+1.0.8
13372024-11-18T17:30:00.788Z Compiling serde_derive_internals v0.29.1
13382024-11-18T17:30:01.091Z Compiling thread_local v1.1.8
13392024-11-18T17:30:01.121Z Compiling multer v3.1.0
13402024-11-18T17:30:01.220Z Compiling cookie v0.18.1
13412024-11-18T17:30:01.409Z Compiling encoding_rs v0.8.34
13422024-11-18T17:30:01.495Z Compiling schemars v0.8.21
13432024-11-18T17:30:01.651Z Compiling gimli v0.31.1
13442024-11-18T17:30:01.846Z Compiling mime v0.3.17
13452024-11-18T17:30:02.233Z Compiling slog-async v2.8.0
13462024-11-18T17:30:02.484Z Compiling rayon-core v1.12.1
13472024-11-18T17:30:02.763Z Compiling ipnet v2.10.1
13482024-11-18T17:30:02.778Z Compiling openssl-probe v0.1.5
13492024-11-18T17:30:03.158Z Compiling signal-hook v0.3.17
13502024-11-18T17:30:03.419Z Compiling unicode-properties v0.1.3
13512024-11-18T17:30:03.538Z Compiling schemars_derive v0.8.21
13522024-11-18T17:30:03.807Z Compiling stringprep v0.1.5
13532024-11-18T17:30:04.023Z Compiling hyper v1.5.0
13542024-11-18T17:30:05.856Z Compiling toml_edit v0.22.22
13552024-11-18T17:30:06.056Z Compiling addr2line v0.24.2
13562024-11-18T17:30:06.774Z Compiling hyper-util v0.1.10
13572024-11-18T17:30:06.935Z Compiling usdt-macro v0.5.0
13582024-11-18T17:30:07.484Z Compiling usdt-attr-macro v0.5.0
13592024-11-18T17:30:07.783Z Compiling crossbeam-deque v0.8.5
13602024-11-18T17:30:08.173Z Compiling term v0.7.0
13612024-11-18T17:30:08.294Z Compiling slog-json v2.6.1
13622024-11-18T17:30:08.400Z Compiling serde_urlencoded v0.7.1
13632024-11-18T17:30:08.653Z Compiling crossbeam-channel v0.5.13
13642024-11-18T17:30:08.952Z Compiling curve25519-dalek v4.1.3
13652024-11-18T17:30:09.066Z Compiling futures-executor v0.3.31
13662024-11-18T17:30:09.561Z Compiling md-5 v0.10.6
13672024-11-18T17:30:09.618Z Compiling enum-as-inner v0.6.1
13682024-11-18T17:30:09.637Z Compiling async-stream-impl v0.3.6
13692024-11-18T17:30:09.768Z Compiling rustls-pemfile v2.2.0
13702024-11-18T17:30:09.819Z Compiling num-integer v0.1.46
13712024-11-18T17:30:09.851Z Compiling idna v0.3.0
13722024-11-18T17:30:10.081Z Compiling idna v0.4.0
13732024-11-18T17:30:10.623Z Compiling hash32 v0.2.1
13742024-11-18T17:30:10.754Z Compiling ff v0.13.0
13752024-11-18T17:30:10.987Z Compiling is-terminal v0.4.13
13762024-11-18T17:30:11.022Z Compiling object v0.36.5
13772024-11-18T17:30:11.097Z Compiling dropshot v0.12.0
13782024-11-18T17:30:11.125Z Compiling rustc-demangle v0.1.24
13792024-11-18T17:30:11.380Z Compiling portable-atomic v1.9.0
13802024-11-18T17:30:11.583Z Compiling quick-error v1.2.3
13812024-11-18T17:30:11.735Z Compiling dyn-clone v1.0.17
13822024-11-18T17:30:11.756Z Compiling utf-8 v0.7.6
13832024-11-18T17:30:11.962Z Compiling base16ct v0.2.0
13842024-11-18T17:30:12.087Z Compiling fallible-iterator v0.2.0
13852024-11-18T17:30:12.121Z Compiling smoltcp v0.9.1
13862024-11-18T17:30:12.291Z Compiling linked-hash-map v0.5.6
13872024-11-18T17:30:12.407Z Compiling take_mut v0.2.2
13882024-11-18T17:30:12.572Z Compiling psl-types v2.0.11
13892024-11-18T17:30:12.660Z Compiling num-bigint-dig v0.8.4
13902024-11-18T17:30:12.760Z Compiling anyhow v1.0.93
13912024-11-18T17:30:12.825Z Compiling postgres-protocol v0.6.7
13922024-11-18T17:30:12.870Z Compiling publicsuffix v2.2.3
13932024-11-18T17:30:12.967Z Compiling lru-cache v0.1.2
13942024-11-18T17:30:13.230Z Compiling sec1 v0.7.3
13952024-11-18T17:30:13.761Z Compiling tungstenite v0.24.0
13962024-11-18T17:30:14.132Z Compiling resolv-conf v0.7.0
13972024-11-18T17:30:14.280Z Compiling slog-term v2.9.1
13982024-11-18T17:30:14.301Z Compiling async-stream v0.3.6
13992024-11-18T17:30:14.584Z Compiling usdt v0.5.0
14002024-11-18T17:30:14.978Z Compiling hickory-proto v0.24.1
14012024-11-18T17:30:15.106Z Compiling group v0.13.0
14022024-11-18T17:30:15.539Z Compiling num-iter v0.1.45
14032024-11-18T17:30:15.862Z Compiling futures v0.3.31
14042024-11-18T17:30:15.982Z Compiling toml v0.8.19
14052024-11-18T17:30:16.124Z Compiling slog-bunyan v2.5.0
14062024-11-18T17:30:17.751Z Compiling camino v1.1.9
14072024-11-18T17:30:17.802Z Compiling tokio-native-tls v0.3.1
14082024-11-18T17:30:18.311Z Compiling backtrace v0.3.74
14092024-11-18T17:30:18.698Z Compiling phf_shared v0.11.2
14102024-11-18T17:30:18.811Z Compiling dropshot_endpoint v0.12.0
14112024-11-18T17:30:19.086Z Compiling terminal_size v0.4.0
14122024-11-18T17:30:19.107Z Compiling waitgroup v0.1.2
14132024-11-18T17:30:19.126Z Compiling openapiv3 v2.0.0
14142024-11-18T17:30:19.306Z Compiling serde_path_to_error v0.1.16
14152024-11-18T17:30:19.328Z Compiling hkdf v0.12.4
14162024-11-18T17:30:19.594Z Compiling crypto-bigint v0.5.5
14172024-11-18T17:30:20.143Z Compiling curve25519-dalek-derive v0.1.1
14182024-11-18T17:30:21.760Z Compiling zerocopy-derive v0.6.6
14192024-11-18T17:30:22.006Z Compiling webpki-roots v0.26.6
14202024-11-18T17:30:22.214Z Compiling idna v0.5.0
14212024-11-18T17:30:22.403Z Compiling hubpack_derive v0.1.1
14222024-11-18T17:30:23.299Z Compiling hostname v0.4.0
14232024-11-18T17:30:23.568Z Compiling ahash v0.8.11
14242024-11-18T17:30:23.568Z Compiling fs-err v2.11.0
14252024-11-18T17:30:23.629Z Compiling crc32fast v1.4.2
14262024-11-18T17:30:23.856Z Compiling debug-ignore v1.0.5
14272024-11-18T17:30:23.891Z Compiling bitflags v1.3.2
14282024-11-18T17:30:23.912Z Compiling winnow v0.5.40
14292024-11-18T17:30:23.966Z Compiling managed v0.8.0
14302024-11-18T17:30:23.997Z Compiling clap_builder v4.5.21
14312024-11-18T17:30:24.019Z Compiling zerocopy v0.6.6
14322024-11-18T17:30:24.088Z Compiling console v0.15.8
14332024-11-18T17:30:24.901Z Compiling strum_macros v0.25.3
14342024-11-18T17:30:25.690Z Compiling flate2 v1.0.34
14352024-11-18T17:30:25.723Z Compiling hubpack v0.1.2
14362024-11-18T17:30:25.769Z Compiling cookie_store v0.21.0
14372024-11-18T17:30:26.196Z Compiling elliptic-curve v0.13.8
14382024-11-18T17:30:26.690Z Compiling hickory-resolver v0.24.1
14392024-11-18T17:30:27.394Z Compiling toml_edit v0.19.15
14402024-11-18T17:30:27.783Z Compiling phf v0.11.2
14412024-11-18T17:30:27.905Z Compiling signal-hook-mio v0.2.4
14422024-11-18T17:30:28.075Z Compiling hyper-tls v0.6.0
14432024-11-18T17:30:28.096Z Compiling rayon v1.10.0
14442024-11-18T17:30:28.480Z Compiling bzip2 v0.4.4
14452024-11-18T17:30:29.144Z Compiling tokio-tungstenite v0.24.0
14462024-11-18T17:30:29.683Z Compiling postgres-types v0.2.8
14472024-11-18T17:30:32.648Z Compiling ed25519 v2.2.3
14482024-11-18T17:30:33.022Z Compiling phf_shared v0.10.0
14492024-11-18T17:30:33.436Z Compiling tokio-stream v0.1.16
14502024-11-18T17:30:33.490Z Compiling pkcs1 v0.7.5
14512024-11-18T17:30:33.570Z Compiling serde-big-array v0.5.1
14522024-11-18T17:30:33.795Z Compiling rfc6979 v0.4.0
14532024-11-18T17:30:33.982Z Compiling serde_repr v0.1.19
14542024-11-18T17:30:34.516Z Compiling derive-where v1.2.7
14552024-11-18T17:30:34.538Z Compiling clap_derive v4.5.18
14562024-11-18T17:30:34.557Z Compiling float-cmp v0.9.0
14572024-11-18T17:30:34.631Z Compiling bstr v1.10.0
14582024-11-18T17:30:34.774Z Compiling sync_wrapper v1.0.1
14592024-11-18T17:30:34.932Z Compiling unicode-segmentation v1.12.0
14602024-11-18T17:30:35.163Z Compiling difflib v0.4.0
14612024-11-18T17:30:35.403Z Compiling predicates-core v1.0.8
14622024-11-18T17:30:35.897Z Compiling number_prefix v0.4.0
14632024-11-18T17:30:35.906Z Compiling static_assertions v1.1.0
14642024-11-18T17:30:35.952Z Compiling normalize-line-endings v0.3.0
14652024-11-18T17:30:36.036Z Compiling precomputed-hash v0.1.1
14662024-11-18T17:30:36.086Z Compiling bit-vec v0.6.3
14672024-11-18T17:30:36.161Z Compiling fixedbitset v0.4.2
14682024-11-18T17:30:36.509Z Compiling whoami v1.5.2
14692024-11-18T17:30:36.556Z Compiling unicode-width v0.2.0
14702024-11-18T17:30:36.621Z Compiling new_debug_unreachable v1.0.6
14712024-11-18T17:30:36.723Z Compiling string_cache v0.8.7
14722024-11-18T17:30:36.829Z Compiling tokio-postgres v0.7.12
14732024-11-18T17:30:37.089Z Compiling indicatif v0.17.9
14742024-11-18T17:30:37.150Z Compiling petgraph v0.6.5
14752024-11-18T17:30:37.209Z Compiling bit-set v0.5.3
14762024-11-18T17:30:37.510Z Compiling predicates v3.1.2
14772024-11-18T17:30:38.145Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14782024-11-18T17:30:39.268Z Compiling similar v2.6.0
14792024-11-18T17:30:39.346Z Compiling ecdsa v0.16.9
14802024-11-18T17:30:39.623Z Compiling clap v4.5.21
14812024-11-18T17:30:39.756Z Compiling rsa v0.9.6
14822024-11-18T17:30:40.185Z Compiling ed25519-dalek v2.1.1
14832024-11-18T17:30:41.300Z Compiling toml v0.7.8
14842024-11-18T17:30:41.553Z Compiling zip v0.6.6
14852024-11-18T17:30:41.758Z Compiling crossterm v0.28.1
14862024-11-18T17:30:43.046Z Compiling hex v0.4.3
14872024-11-18T17:30:43.406Z Compiling x509-cert v0.2.5
14882024-11-18T17:30:43.501Z Compiling itertools v0.10.5
14892024-11-18T17:30:43.626Z Compiling lalrpop-util v0.19.12
14902024-11-18T17:30:43.649Z Compiling peg-runtime v0.8.3
14912024-11-18T17:30:43.979Z Compiling unicode-xid v0.2.6
14922024-11-18T17:30:44.160Z Compiling strum_macros v0.26.4
14932024-11-18T17:30:44.311Z Compiling xattr v1.3.1
14942024-11-18T17:30:44.586Z Compiling filetime v0.2.25
14952024-11-18T17:30:44.918Z Compiling tar v0.4.42
14962024-11-18T17:30:49.155Z Compiling strum v0.26.3
14972024-11-18T17:30:51.948Z Compiling aws-lc-sys v0.22.0
14982024-11-18T17:31:19.792Z Compiling rustls-webpki v0.102.8
14992024-11-18T17:31:23.176Z Compiling tokio-rustls v0.25.0
15002024-11-18T17:31:24.746Z Compiling tokio-rustls v0.26.0
15012024-11-18T17:31:25.132Z Compiling hyper-rustls v0.27.3
15022024-11-18T17:31:25.492Z Compiling reqwest v0.12.9
15032024-11-18T17:31:26.855Z Compiling qorb v0.2.0
15042024-11-18T17:31:31.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15052024-11-18T17:31:31.593Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15062024-11-18T17:31:37.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
15072024-11-18T17:31:37.499Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15082024-11-18T17:31:37.548ZNov 18 17:31:36.828 INFO Starting download, target: Clickhouse
15092024-11-18T17:31:37.548ZNov 18 17:31:36.828 INFO Starting download, target: Console
15102024-11-18T17:31:37.548ZNov 18 17:31:36.828 INFO Starting download, target: Cockroach
15112024-11-18T17:31:37.548ZNov 18 17:31:36.828 INFO Starting download, target: DendriteOpenapi
15122024-11-18T17:31:37.551ZNov 18 17:31:36.828 INFO Starting download, target: DendriteStub
15132024-11-18T17:31:37.551ZNov 18 17:31:36.828 INFO Starting download, target: MaghemiteMgd
15142024-11-18T17:31:37.551ZNov 18 17:31:36.828 INFO Starting download, target: TransceiverControl
15152024-11-18T17:31:37.551ZNov 18 17:31:36.829 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15162024-11-18T17:31:37.551ZNov 18 17:31:36.829 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi
15172024-11-18T17:31:37.551ZNov 18 17:31:36.829 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15182024-11-18T17:31:37.551ZNov 18 17:31:36.829 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15192024-11-18T17:31:37.551ZNov 18 17:31:36.829 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15202024-11-18T17:31:37.551ZNov 18 17:31:36.829 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15212024-11-18T17:31:37.551ZNov 18 17:31:36.829 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15222024-11-18T17:31:37.676ZNov 18 17:31:36.955 INFO Download complete, target: DendriteOpenapi
15232024-11-18T17:31:38.014ZNov 18 17:31:37.207 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15242024-11-18T17:31:38.086ZNov 18 17:31:37.364 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15252024-11-18T17:31:38.489ZNov 18 17:31:37.664 INFO Download complete, target: Console
15262024-11-18T17:31:38.701ZNov 18 17:31:37.814 INFO Download complete, target: TransceiverControl
15272024-11-18T17:31:38.824ZNov 18 17:31:38.011 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15282024-11-18T17:31:39.106ZNov 18 17:31:38.350 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15292024-11-18T17:31:39.486ZNov 18 17:31:38.746 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15302024-11-18T17:31:39.806ZNov 18 17:31:39.081 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15312024-11-18T17:31:39.806ZNov 18 17:31:39.082 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15322024-11-18T17:31:41.442ZNov 18 17:31:40.720 INFO Download complete, target: MaghemiteMgd
15332024-11-18T17:31:41.615ZNov 18 17:31:40.894 INFO Download complete, target: DendriteStub
15342024-11-18T17:31:46.911ZNov 18 17:31:46.187 INFO Checking that binary works, target: Cockroach
15352024-11-18T17:31:47.062ZNov 18 17:31:46.339 INFO Download complete, target: Cockroach
15362024-11-18T17:31:51.445ZNov 18 17:31:50.720 INFO Checking that binary works, target: Clickhouse
15372024-11-18T17:31:51.614ZNov 18 17:31:50.888 INFO Download complete, target: Clickhouse
15382024-11-18T17:31:51.621ZAll prerequisites installed successfully
15392024-11-18T17:31:51.623Z
15402024-11-18T17:31:51.623Zreal 4:51.568113176
15412024-11-18T17:31:51.623Zuser 16:19.969143081
15422024-11-18T17:31:51.623Zsys 3:13.942780493
15432024-11-18T17:31:51.623Ztrap 0.534844077
15442024-11-18T17:31:51.623Ztflt 1.529734260
15452024-11-18T17:31:51.624Zdflt 2.042014369
15462024-11-18T17:31:51.624Zkflt 0.027775679
15472024-11-18T17:31:51.624Zlock 29:34.507536083
15482024-11-18T17:31:51.624Zslp 1:01:07.082769020
15492024-11-18T17:31:51.624Zlat 57.583202545
15502024-11-18T17:31:51.624Zstop 2:17.877153886
15512024-11-18T17:31:51.624Z+ ptime -m cargo xtask download softnpu
15522024-11-18T17:31:52.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
15532024-11-18T17:31:52.139Z Running `target/debug/xtask download softnpu`
15542024-11-18T17:31:52.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
15552024-11-18T17:31:52.989Z Running `target/debug/xtask-downloader softnpu`
15562024-11-18T17:31:53.026ZNov 18 17:31:52.300 INFO Starting download, target: Softnpu
15572024-11-18T17:31:53.029ZNov 18 17:31:52.301 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15582024-11-18T17:31:53.871ZNov 18 17:31:53.145 INFO Download complete, target: Softnpu
15592024-11-18T17:31:53.874Z
15602024-11-18T17:31:53.877Zreal 2.246156200
15612024-11-18T17:31:53.877Zuser 1.233131743
15622024-11-18T17:31:53.877Zsys 0.516985938
15632024-11-18T17:31:53.877Ztrap 0.000270046
15642024-11-18T17:31:53.877Ztflt 0.000024180
15652024-11-18T17:31:53.877Zdflt 0.000000000
15662024-11-18T17:31:53.877Zkflt 0.000000000
15672024-11-18T17:31:53.877Zlock 8.823695655
15682024-11-18T17:31:53.877Zslp 0.659532607
15692024-11-18T17:31:53.877Zlat 0.067275140
15702024-11-18T17:31:53.877Zstop 0.000154000
15712024-11-18T17:31:53.877Z+ export CARGO_INCREMENTAL=0
15722024-11-18T17:31:53.877Z+ CARGO_INCREMENTAL=0
15732024-11-18T17:31:53.877Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15742024-11-18T17:31:54.857Z Compiling proc-macro2 v1.0.89
15752024-11-18T17:31:54.857Z Compiling unicode-ident v1.0.13
15762024-11-18T17:31:54.859Z Compiling libc v0.2.162
15772024-11-18T17:31:54.859Z Compiling serde v1.0.215
15782024-11-18T17:31:54.859Z Compiling autocfg v1.4.0
15792024-11-18T17:31:54.859Z Compiling version_check v0.9.5
15802024-11-18T17:31:54.859Z Compiling cfg-if v1.0.0
15812024-11-18T17:31:55.116Z Compiling memchr v2.7.4
15822024-11-18T17:31:55.133Z Compiling typenum v1.17.0
15832024-11-18T17:31:55.232Z Compiling shlex v1.3.0
15842024-11-18T17:31:55.528Z Compiling value-bag v1.9.0
15852024-11-18T17:31:55.566Z Compiling scopeguard v1.2.0
15862024-11-18T17:31:55.585Z Compiling generic-array v0.14.7
15872024-11-18T17:31:55.882Z Compiling lock_api v0.4.12
15882024-11-18T17:31:56.005Z Compiling log v0.4.22
15892024-11-18T17:31:56.071Z Compiling parking_lot_core v0.9.10
15902024-11-18T17:31:56.466Z Compiling once_cell v1.20.2
15912024-11-18T17:31:56.481Z Compiling serde_json v1.0.132
15922024-11-18T17:31:56.753Z Compiling quote v1.0.37
15932024-11-18T17:31:56.807Z Compiling rustix v0.38.37
15942024-11-18T17:31:56.824Z Compiling libm v0.2.8
15952024-11-18T17:31:56.856Z Compiling jobserver v0.1.32
15962024-11-18T17:31:57.098Z Compiling getrandom v0.2.15
15972024-11-18T17:31:57.141Z Compiling syn v2.0.87
15982024-11-18T17:31:57.256Z Compiling cc v1.1.30
15992024-11-18T17:31:57.425Z Compiling thiserror v1.0.69
16002024-11-18T17:31:57.453Z Compiling num-traits v0.2.19
16012024-11-18T17:31:57.608Z Compiling itoa v1.0.11
16022024-11-18T17:31:57.619Z Compiling spin v0.9.8
16032024-11-18T17:31:57.671Z Compiling aho-corasick v1.1.3
16042024-11-18T17:31:57.728Z Compiling regex-syntax v0.8.5
16052024-11-18T17:31:57.914Z Compiling slab v0.4.9
16062024-11-18T17:31:58.206Z Compiling byteorder v1.5.0
16072024-11-18T17:31:58.339Z Compiling errno v0.3.9
16082024-11-18T17:31:58.558Z Compiling rand_core v0.6.4
16092024-11-18T17:31:58.599Z Compiling either v1.13.0
16102024-11-18T17:31:58.681Z Compiling lazy_static v1.5.0
16112024-11-18T17:31:58.930Z Compiling glob v0.3.1
16122024-11-18T17:31:59.404Z Compiling prettyplease v0.2.25
16132024-11-18T17:31:59.745Z Compiling clang-sys v1.8.1
16142024-11-18T17:32:00.051Z Compiling minimal-lexical v0.2.1
16152024-11-18T17:32:00.079Z Compiling libloading v0.8.5
16162024-11-18T17:32:00.385Z Compiling bindgen v0.69.5
16172024-11-18T17:32:00.449Z Compiling nom v7.1.3
16182024-11-18T17:32:00.494Z Compiling subtle v2.6.1
16192024-11-18T17:32:00.782Z Compiling allocator-api2 v0.2.18
16202024-11-18T17:32:00.800Z Compiling home v0.5.9
16212024-11-18T17:32:01.040Z Compiling itertools v0.12.1
16222024-11-18T17:32:01.132Z Compiling lazycell v1.3.0
16232024-11-18T17:32:01.303Z Compiling regex-automata v0.4.8
16242024-11-18T17:32:01.558Z Compiling smallvec v1.13.2
16252024-11-18T17:32:01.936Z Compiling semver v1.0.23
16262024-11-18T17:32:02.027Z Compiling rustc-hash v1.1.0
16272024-11-18T17:32:02.178Z Compiling cmake v0.1.51
16282024-11-18T17:32:02.565Z Compiling fs_extra v1.3.0
16292024-11-18T17:32:03.015Z Compiling dunce v1.0.5
16302024-11-18T17:32:03.683Z Compiling pkg-config v0.3.31
16312024-11-18T17:32:03.935Z Compiling cexpr v0.6.0
16322024-11-18T17:32:03.982Z Compiling ring v0.17.8
16332024-11-18T17:32:04.149Z Compiling ryu v1.0.18
16342024-11-18T17:32:04.454Z Compiling pin-project-lite v0.2.14
16352024-11-18T17:32:04.531Z Compiling const-oid v0.9.6
16362024-11-18T17:32:04.588Z Compiling paste v1.0.15
16372024-11-18T17:32:04.908Z Compiling synstructure v0.13.1
16382024-11-18T17:32:05.578Z Compiling aws-lc-rs v1.10.0
16392024-11-18T17:32:05.604Z Compiling equivalent v1.0.1
16402024-11-18T17:32:05.727Z Compiling httparse v1.9.5
16412024-11-18T17:32:05.984Z Compiling foldhash v0.1.3
16422024-11-18T17:32:06.264Z Compiling hashbrown v0.15.0
16432024-11-18T17:32:06.391Z Compiling heck v0.5.0
16442024-11-18T17:32:06.832Z Compiling regex v1.11.1
16452024-11-18T17:32:07.040Z Compiling schemars v0.8.21
16462024-11-18T17:32:07.385Z Compiling serde_derive_internals v0.29.1
16472024-11-18T17:32:07.586Z Compiling signal-hook-registry v1.4.2
16482024-11-18T17:32:07.669Z Compiling parking_lot v0.12.3
16492024-11-18T17:32:07.867Z Compiling mio v1.0.2
16502024-11-18T17:32:09.639Z Compiling stable_deref_trait v1.2.0
16512024-11-18T17:32:09.721Z Compiling crossbeam-utils v0.8.20
16522024-11-18T17:32:09.755Z Compiling socket2 v0.5.7
16532024-11-18T17:32:09.772Z Compiling time-core v0.1.2
16542024-11-18T17:32:09.944Z Compiling num-conv v0.1.0
16552024-11-18T17:32:10.232Z Compiling futures-core v0.3.31
16562024-11-18T17:32:10.250Z Compiling serde_derive v1.0.215
16572024-11-18T17:32:10.424Z Compiling zeroize_derive v1.4.2
16582024-11-18T17:32:10.476Z Compiling zerocopy-derive v0.7.35
16592024-11-18T17:32:11.155Z Compiling thiserror-impl v1.0.69
16602024-11-18T17:32:11.402Z Compiling tokio-macros v2.4.0
16612024-11-18T17:32:11.785Z Compiling zerofrom-derive v0.1.4
16622024-11-18T17:32:11.854Z Compiling zeroize v1.8.1
16632024-11-18T17:32:12.229Z Compiling yoke-derive v0.7.4
16642024-11-18T17:32:12.410Z Compiling futures-macro v0.3.31
16652024-11-18T17:32:12.648Z Compiling zerovec-derive v0.10.3
16662024-11-18T17:32:12.852Z Compiling zerocopy v0.7.35
16672024-11-18T17:32:13.957Z Compiling displaydoc v0.2.5
16682024-11-18T17:32:14.299Z Compiling crypto-common v0.1.6
16692024-11-18T17:32:14.493Z Compiling tracing-attributes v0.1.27
16702024-11-18T17:32:14.545Z Compiling icu_provider_macros v1.5.0
16712024-11-18T17:32:14.795Z Compiling block-buffer v0.10.4
16722024-11-18T17:32:15.044Z Compiling digest v0.10.7
16732024-11-18T17:32:15.203Z Compiling schemars_derive v0.8.21
16742024-11-18T17:32:15.464Z Compiling der_derive v0.7.3
16752024-11-18T17:32:15.561Z Compiling time-macros v0.2.18
16762024-11-18T17:32:15.784Z Compiling fnv v1.0.7
16772024-11-18T17:32:15.981Z Compiling vcpkg v0.2.15
16782024-11-18T17:32:17.621Z Compiling openssl-sys v0.9.103
16792024-11-18T17:32:18.380Z Compiling cpufeatures v0.2.14
16802024-11-18T17:32:18.474Z Compiling futures-sink v0.3.31
16812024-11-18T17:32:18.673Z Compiling slog v2.7.0
16822024-11-18T17:32:18.785Z Compiling ahash v0.8.11
16832024-11-18T17:32:18.800Z Compiling syn v1.0.109
16842024-11-18T17:32:19.267Z Compiling zerofrom v0.1.4
16852024-11-18T17:32:19.524Z Compiling scroll_derive v0.12.0
16862024-11-18T17:32:19.574Z Compiling ucd-trie v0.1.7
16872024-11-18T17:32:19.690Z Compiling iana-time-zone v0.1.61
16882024-11-18T17:32:19.989Z Compiling pest v2.7.14
16892024-11-18T17:32:20.066Z Compiling yoke v0.7.4
16902024-11-18T17:32:20.426Z Compiling futures-channel v0.3.31
16912024-11-18T17:32:20.837Z Compiling hmac v0.12.1
16922024-11-18T17:32:20.940Z Compiling futures-task v0.3.31
16932024-11-18T17:32:21.064Z Compiling openssl v0.10.66
16942024-11-18T17:32:21.093Z Compiling futures-io v0.3.31
16952024-11-18T17:32:21.229Z Compiling pin-utils v0.1.0
16962024-11-18T17:32:21.529Z Compiling futures-util v0.3.31
16972024-11-18T17:32:21.722Z Compiling zerovec v0.10.4
16982024-11-18T17:32:21.838Z Compiling block-padding v0.3.3
16992024-11-18T17:32:22.210Z Compiling tinyvec_macros v0.1.1
17002024-11-18T17:32:22.674Z Compiling pest_meta v2.7.14
17012024-11-18T17:32:22.826Z Compiling tinyvec v1.8.0
17022024-11-18T17:32:23.761Z Compiling bitflags v2.6.0
17032024-11-18T17:32:23.784Z Compiling bytes v1.8.0
17042024-11-18T17:32:25.070Z Compiling indexmap v2.6.0
17052024-11-18T17:32:26.558Z Compiling tokio v1.40.0
17062024-11-18T17:32:26.748Z Compiling serde_tokenstream v0.2.2
17072024-11-18T17:32:27.749Z Compiling http v1.1.0
17082024-11-18T17:32:27.897Z Compiling uuid v1.11.0
17092024-11-18T17:32:28.282Z Compiling which v4.4.2
17102024-11-18T17:32:29.124Z Compiling rustc_version v0.4.1
17112024-11-18T17:32:29.394Z Compiling chrono v0.4.38
17122024-11-18T17:32:31.853Z Compiling pest_generator v2.7.14
17132024-11-18T17:32:32.141Z Compiling serde_spanned v0.6.8
17142024-11-18T17:32:32.367Z Compiling toml_datetime v0.6.8
17152024-11-18T17:32:32.836Z Compiling inout v0.1.3
17162024-11-18T17:32:33.612Z Compiling openssl-macros v0.1.1
17172024-11-18T17:32:34.321Z Compiling native-tls v0.2.12
17182024-11-18T17:32:34.791Z Compiling rustls v0.23.14
17192024-11-18T17:32:35.826Z Compiling pest_derive v2.7.14
17202024-11-18T17:32:36.092Z Compiling cipher v0.4.4
17212024-11-18T17:32:36.165Z Compiling unicode-normalization v0.1.24
17222024-11-18T17:32:36.555Z Compiling tinystr v0.7.6
17232024-11-18T17:32:36.574Z Compiling sha2 v0.10.8
17242024-11-18T17:32:36.822Z Compiling tracing-core v0.1.32
17252024-11-18T17:32:36.976Z Compiling usdt-impl v0.5.0
17262024-11-18T17:32:37.201Z Compiling dyn-clone v1.0.17
17272024-11-18T17:32:37.292Z Compiling unicode-bidi v0.3.17
17282024-11-18T17:32:37.364Z Compiling base64ct v1.6.0
17292024-11-18T17:32:37.431Z Compiling writeable v0.5.5
17302024-11-18T17:32:37.631Z Compiling litemap v0.7.3
17312024-11-18T17:32:37.926Z Compiling pem-rfc7468 v0.7.0
17322024-11-18T17:32:37.946Z Compiling tracing v0.1.40
17332024-11-18T17:32:38.019Z Compiling icu_locid v1.5.0
17342024-11-18T17:32:39.083Z Compiling scroll v0.12.0
17352024-11-18T17:32:39.369Z Compiling ppv-lite86 v0.2.20
17362024-11-18T17:32:39.669Z Compiling async-trait v0.1.83
17372024-11-18T17:32:40.154Z Compiling cookie v0.18.1
17382024-11-18T17:32:40.424Z Compiling flagset v0.4.6
17392024-11-18T17:32:40.819Z Compiling camino v1.1.9
17402024-11-18T17:32:41.905Z Compiling anyhow v1.0.93
17412024-11-18T17:32:42.353Z Compiling aws-lc-sys v0.22.0
17422024-11-18T17:32:42.370Z Compiling plain v0.2.3
17432024-11-18T17:32:42.533Z Compiling goblin v0.8.2
17442024-11-18T17:32:46.476Z Compiling der v0.7.9
17452024-11-18T17:32:48.499Z Compiling rand_chacha v0.3.1
17462024-11-18T17:32:49.514Z Compiling icu_provider v1.5.0
17472024-11-18T17:32:50.026Z Compiling rustls-pki-types v1.9.0
17482024-11-18T17:32:50.458Z Compiling percent-encoding v2.3.1
17492024-11-18T17:32:51.116Z Compiling rustls v0.22.4
17502024-11-18T17:32:51.130Z Compiling rayon-core v1.12.1
17512024-11-18T17:32:51.203Z Compiling pretty-hex v0.4.1
17522024-11-18T17:32:51.372Z Compiling untrusted v0.7.1
17532024-11-18T17:32:51.390Z Compiling icu_locid_transform_data v1.5.0
17542024-11-18T17:32:51.393Z Compiling dof v0.3.0
17552024-11-18T17:32:51.472Z Compiling icu_locid_transform v1.5.0
17562024-11-18T17:32:52.542Z Compiling rand v0.8.5
17572024-11-18T17:32:52.600Z Compiling spki v0.7.3
17582024-11-18T17:32:52.995Z Compiling dtrace-parser v0.2.0
17592024-11-18T17:32:53.012Z Compiling salsa20 v0.10.2
17602024-11-18T17:32:53.128Z Compiling tokio-util v0.7.12
17612024-11-18T17:32:53.686Z Compiling icu_collections v1.5.0
17622024-11-18T17:32:54.134Z Compiling pbkdf2 v0.12.2
17632024-11-18T17:32:54.666Z Compiling thread-id v4.2.2
17642024-11-18T17:32:54.685Z Compiling winnow v0.5.40
17652024-11-18T17:32:54.823Z Compiling untrusted v0.9.0
17662024-11-18T17:32:54.913Z Compiling mirai-annotations v1.12.0
17672024-11-18T17:32:55.008Z Compiling icu_properties_data v1.5.0
17682024-11-18T17:32:55.051Z Compiling powerfmt v0.2.0
17692024-11-18T17:32:55.281Z Compiling icu_properties v1.5.1
17702024-11-18T17:32:55.384Z Compiling deranged v0.3.11
17712024-11-18T17:32:58.467Z Compiling toml_edit v0.19.15
17722024-11-18T17:32:59.557Z Compiling scrypt v0.11.0
17732024-11-18T17:32:59.865Z Compiling cbc v0.1.2
17742024-11-18T17:32:59.895Z Compiling aes v0.8.4
17752024-11-18T17:33:00.087Z Compiling multer v3.1.0
17762024-11-18T17:33:00.367Z Compiling write16 v1.0.0
17772024-11-18T17:33:00.499Z Compiling atomic-waker v1.1.2
17782024-11-18T17:33:00.705Z Compiling num_threads v0.1.7
17792024-11-18T17:33:01.114Z Compiling utf8_iter v1.0.4
17802024-11-18T17:33:01.132Z Compiling icu_normalizer_data v1.5.0
17812024-11-18T17:33:01.240Z Compiling slog-async v2.8.0
17822024-11-18T17:33:01.359Z Compiling utf16_iter v1.0.5
17832024-11-18T17:33:01.688Z Compiling rustversion v1.0.17
17842024-11-18T17:33:02.309Z Compiling time v0.3.36
17852024-11-18T17:33:02.381Z Compiling icu_normalizer v1.5.0
17862024-11-18T17:33:02.900Z Compiling pkcs5 v0.7.1
17872024-11-18T17:33:04.597Z Compiling form_urlencoded v1.2.1
17882024-11-18T17:33:05.318Z Compiling http-body v1.0.1
17892024-11-18T17:33:05.394Z Compiling heapless v0.7.17
17902024-11-18T17:33:05.947Z Compiling bzip2-sys v0.1.11+1.0.8
17912024-11-18T17:33:06.775Z Compiling signal-hook v0.3.17
17922024-11-18T17:33:07.034Z Compiling try-lock v0.2.5
17932024-11-18T17:33:08.683Z Compiling want v0.3.1
17942024-11-18T17:33:09.234Z Compiling pkcs8 v0.10.2
17952024-11-18T17:33:09.339Z Compiling idna_adapter v1.2.0
17962024-11-18T17:33:09.879Z Compiling h2 v0.4.6
17972024-11-18T17:33:10.754Z Compiling usdt-attr-macro v0.5.0
17982024-11-18T17:33:12.210Z Compiling usdt-macro v0.5.0
17992024-11-18T17:33:12.589Z Compiling async-stream-impl v0.3.6
18002024-11-18T17:33:13.553Z Compiling httpdate v1.0.3
18012024-11-18T17:33:13.753Z Compiling strsim v0.11.1
18022024-11-18T17:33:13.931Z Compiling adler2 v2.0.0
18032024-11-18T17:33:14.197Z Compiling miniz_oxide v0.8.0
18042024-11-18T17:33:14.941Z Compiling idna v1.0.3
18052024-11-18T17:33:16.605Z Compiling curve25519-dalek v4.1.3
18062024-11-18T17:33:16.986Z Compiling hyper v1.5.0
18072024-11-18T17:33:17.351Z Compiling openapiv3 v2.0.0
18082024-11-18T17:33:17.789Z Compiling enum-as-inner v0.6.1
18092024-11-18T17:33:19.868Z Compiling dropshot v0.12.0
18102024-11-18T17:33:20.164Z Compiling foreign-types-shared v0.1.1
18112024-11-18T17:33:20.483Z Compiling num-bigint-dig v0.8.4
18122024-11-18T17:33:20.725Z Compiling tower-service v0.3.3
18132024-11-18T17:33:20.755Z Compiling match_cfg v0.1.0
18142024-11-18T17:33:20.859Z Compiling base64 v0.22.1
18152024-11-18T17:33:21.463Z Compiling portable-atomic v1.9.0
18162024-11-18T17:33:21.505Z Compiling smoltcp v0.9.1
18172024-11-18T17:33:21.836Z Compiling hyper-util v0.1.10
18182024-11-18T17:33:22.091Z Compiling hostname v0.3.1
18192024-11-18T17:33:22.348Z Compiling foreign-types v0.3.2
18202024-11-18T17:33:27.847Z Compiling url v2.5.3
18212024-11-18T17:33:30.089Z Compiling dirs-sys-next v0.1.2
18222024-11-18T17:33:30.442Z Compiling siphasher v0.3.11
18232024-11-18T17:33:30.524Z Compiling heck v0.4.1
18242024-11-18T17:33:30.554Z Compiling data-encoding v2.6.0
18252024-11-18T17:33:30.591Z Compiling gimli v0.31.1
18262024-11-18T17:33:30.794Z Compiling dirs-next v2.0.0
18272024-11-18T17:33:32.226Z Compiling http-body-util v0.1.2
18282024-11-18T17:33:33.450Z Compiling crossbeam-epoch v0.9.18
18292024-11-18T17:33:34.165Z Compiling hubpack_derive v0.1.1
18302024-11-18T17:33:35.039Z Compiling dropshot_endpoint v0.12.0
18312024-11-18T17:33:35.863Z Compiling addr2line v0.24.2
18322024-11-18T17:33:36.712Z Compiling sha1 v0.10.6
18332024-11-18T17:33:36.759Z Compiling signature v2.2.0
18342024-11-18T17:33:36.989Z Compiling zerocopy-derive v0.6.6
18352024-11-18T17:33:37.100Z Compiling curve25519-dalek-derive v0.1.1
18362024-11-18T17:33:38.473Z Compiling object v0.36.5
18372024-11-18T17:33:38.877Z Compiling thread_local v1.1.8
18382024-11-18T17:33:39.023Z Compiling fs-err v2.11.0
18392024-11-18T17:33:39.065Z Compiling encoding_rs v0.8.34
18402024-11-18T17:33:42.547Z Compiling utf8parse v0.2.2
18412024-11-18T17:33:42.713Z Compiling mime v0.3.17
18422024-11-18T17:33:47.568Z Compiling rustc-demangle v0.1.24
18432024-11-18T17:33:49.301Z Compiling openssl-probe v0.1.5
18442024-11-18T17:33:49.619Z Compiling winnow v0.6.20
18452024-11-18T17:33:49.856Z Compiling anstyle v1.0.10
18462024-11-18T17:33:49.889Z Compiling ipnet v2.10.1
18472024-11-18T17:33:50.286Z Compiling unicode-properties v0.1.3
18482024-11-18T17:33:50.725Z Compiling stringprep v0.1.5
18492024-11-18T17:33:51.470Z Compiling backtrace v0.3.74
18502024-11-18T17:33:51.950Z Compiling anstyle-parse v0.2.5
18512024-11-18T17:33:53.384Z Compiling toml_edit v0.22.22
18522024-11-18T17:33:55.950Z Compiling rustls-webpki v0.102.8
18532024-11-18T17:33:56.845Z Compiling crossbeam-deque v0.8.5
18542024-11-18T17:34:00.641Z Compiling term v0.7.0
18552024-11-18T17:34:01.893Z Compiling slog-json v2.6.1
18562024-11-18T17:34:02.414Z Compiling serde_urlencoded v0.7.1
18572024-11-18T17:34:03.648Z Compiling crossbeam-channel v0.5.13
18582024-11-18T17:34:03.738Z Compiling rustls-pemfile v2.2.0
18592024-11-18T17:34:04.538Z Compiling hashbrown v0.14.5
18602024-11-18T17:34:05.188Z Compiling idna v0.3.0
18612024-11-18T17:34:05.921Z Compiling idna v0.4.0
18622024-11-18T17:34:06.290Z Compiling futures-executor v0.3.31
18632024-11-18T17:34:06.885Z Compiling num-integer v0.1.46
18642024-11-18T17:34:07.347Z Compiling md-5 v0.10.6
18652024-11-18T17:34:07.438Z Compiling ff v0.13.0
18662024-11-18T17:34:07.590Z Compiling hash32 v0.2.1
18672024-11-18T17:34:07.618Z Compiling memmap v0.7.0
18682024-11-18T17:34:07.669Z Compiling is-terminal v0.4.13
18692024-11-18T17:34:07.930Z Compiling utf-8 v0.7.6
18702024-11-18T17:34:07.949Z Compiling colorchoice v1.0.2
18712024-11-18T17:34:08.230Z Compiling fallible-iterator v0.2.0
18722024-11-18T17:34:08.588Z Compiling take_mut v0.2.2
18732024-11-18T17:34:08.754Z Compiling quick-error v1.2.3
18742024-11-18T17:34:08.909Z Compiling linked-hash-map v0.5.6
18752024-11-18T17:34:08.951Z Compiling is_terminal_polyfill v1.70.1
18762024-11-18T17:34:09.318Z Compiling base16ct v0.2.0
18772024-11-18T17:34:09.636Z Compiling psl-types v2.0.11
18782024-11-18T17:34:10.604Z Compiling anstyle-query v1.1.1
18792024-11-18T17:34:10.713Z Compiling publicsuffix v2.2.3
18802024-11-18T17:34:10.749Z Compiling anstream v0.6.15
18812024-11-18T17:34:10.982Z Compiling sec1 v0.7.3
18822024-11-18T17:34:11.421Z Compiling lru-cache v0.1.2
18832024-11-18T17:34:11.545Z Compiling postgres-protocol v0.6.7
18842024-11-18T17:34:11.623Z Compiling resolv-conf v0.7.0
18852024-11-18T17:34:12.759Z Compiling tungstenite v0.24.0
18862024-11-18T17:34:13.365Z Compiling usdt v0.5.0
18872024-11-18T17:34:13.417Z Compiling slog-term v2.9.1
18882024-11-18T17:34:13.833Z Compiling group v0.13.0
18892024-11-18T17:34:14.126Z Compiling num-iter v0.1.45
18902024-11-18T17:34:14.319Z Compiling hickory-proto v0.24.1
18912024-11-18T17:34:14.350Z Compiling futures v0.3.31
18922024-11-18T17:34:14.474Z Compiling regress v0.10.1
18932024-11-18T17:34:17.089Z Compiling tokio-rustls v0.26.0
18942024-11-18T17:34:18.253Z Compiling slog-bunyan v2.5.0
18952024-11-18T17:34:18.339Z Compiling tokio-rustls v0.25.0
18962024-11-18T17:34:18.390Z Compiling toml v0.8.19
18972024-11-18T17:34:18.776Z Compiling tokio-native-tls v0.3.1
18982024-11-18T17:34:19.051Z Compiling strum_macros v0.25.3
18992024-11-18T17:34:19.124Z Compiling phf_shared v0.11.2
19002024-11-18T17:34:19.714Z Compiling async-stream v0.3.6
19012024-11-18T17:34:19.802Z Compiling waitgroup v0.1.2
19022024-11-18T17:34:19.938Z Compiling webpki-roots v0.26.6
19032024-11-18T17:34:20.297Z Compiling idna v0.5.0
19042024-11-18T17:34:20.350Z Compiling terminal_size v0.4.0
19052024-11-18T17:34:20.551Z Compiling serde_path_to_error v0.1.16
19062024-11-18T17:34:20.939Z Compiling hkdf v0.12.4
19072024-11-18T17:34:21.523Z Compiling crypto-bigint v0.5.5
19082024-11-18T17:34:21.673Z Compiling derive-where v1.2.7
19092024-11-18T17:34:21.812Z Compiling serde_repr v0.1.19
19102024-11-18T17:34:22.648Z Compiling clap_derive v4.5.18
19112024-11-18T17:34:22.922Z Compiling hostname v0.4.0
19122024-11-18T17:34:23.148Z Compiling crc32fast v1.4.2
19132024-11-18T17:34:23.339Z Compiling unicode-width v0.1.14
19142024-11-18T17:34:23.840Z Compiling bitflags v1.3.2
19152024-11-18T17:34:23.950Z Compiling clap_lex v0.7.2
19162024-11-18T17:34:23.995Z Compiling managed v0.8.0
19172024-11-18T17:34:24.783Z Compiling debug-ignore v1.0.5
19182024-11-18T17:34:25.136Z Compiling elliptic-curve v0.13.8
19192024-11-18T17:34:26.124Z Compiling clap_builder v4.5.21
19202024-11-18T17:34:27.216Z Compiling console v0.15.8
19212024-11-18T17:34:28.808Z Compiling flate2 v1.0.34
19222024-11-18T17:34:29.117Z Compiling cookie_store v0.21.0
19232024-11-18T17:34:30.832Z Compiling hyper-rustls v0.27.3
19242024-11-18T17:34:33.075Z Compiling hickory-resolver v0.24.1
19252024-11-18T17:34:34.732Z Compiling phf v0.11.2
19262024-11-18T17:34:34.932Z Compiling hyper-tls v0.6.0
19272024-11-18T17:34:35.039Z Compiling typify-impl v0.2.0
19282024-11-18T17:34:35.303Z Compiling signal-hook-mio v0.2.4
19292024-11-18T17:34:35.470Z Compiling bzip2 v0.4.4
19302024-11-18T17:34:35.500Z Compiling rayon v1.10.0
19312024-11-18T17:34:35.857Z Compiling tokio-tungstenite v0.24.0
19322024-11-18T17:34:36.417Z Compiling postgres-types v0.2.8
19332024-11-18T17:34:36.576Z Compiling zerocopy v0.6.6
19342024-11-18T17:34:36.711Z Compiling ed25519 v2.2.3
19352024-11-18T17:34:37.159Z Compiling hubpack v0.1.2
19362024-11-18T17:34:37.452Z Compiling phf_shared v0.10.0
19372024-11-18T17:34:37.740Z Compiling pkcs1 v0.7.5
19382024-11-18T17:34:37.841Z Compiling tokio-stream v0.1.16
19392024-11-18T17:34:38.745Z Compiling serde-big-array v0.5.1
19402024-11-18T17:34:38.835Z Compiling rfc6979 v0.4.0
19412024-11-18T17:34:38.979Z Compiling float-cmp v0.9.0
19422024-11-18T17:34:39.034Z Compiling sync_wrapper v1.0.1
19432024-11-18T17:34:39.192Z Compiling bstr v1.10.0
19442024-11-18T17:34:40.447Z Compiling whoami v1.5.2
19452024-11-18T17:34:40.763Z Compiling difflib v0.4.0
19462024-11-18T17:34:40.801Z Compiling unicode-width v0.2.0
19472024-11-18T17:34:41.013Z Compiling predicates-core v1.0.8
19482024-11-18T17:34:41.333Z Compiling unicode-segmentation v1.12.0
19492024-11-18T17:34:41.907Z Compiling precomputed-hash v0.1.1
19502024-11-18T17:34:42.036Z Compiling normalize-line-endings v0.3.0
19512024-11-18T17:34:42.040Z Compiling number_prefix v0.4.0
19522024-11-18T17:34:42.174Z Compiling new_debug_unreachable v1.0.6
19532024-11-18T17:34:42.193Z Compiling static_assertions v1.1.0
19542024-11-18T17:34:42.276Z Compiling bit-vec v0.6.3
19552024-11-18T17:34:42.309Z Compiling fixedbitset v0.4.2
19562024-11-18T17:34:42.520Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19572024-11-18T17:34:42.686Z Compiling bit-set v0.5.3
19582024-11-18T17:34:42.719Z Compiling petgraph v0.6.5
19592024-11-18T17:34:42.986Z Compiling string_cache v0.8.7
19602024-11-18T17:34:43.400Z Compiling indicatif v0.17.9
19612024-11-18T17:34:44.802Z Compiling predicates v3.1.2
19622024-11-18T17:34:45.302Z Compiling similar v2.6.0
19632024-11-18T17:34:46.304Z Compiling tokio-postgres v0.7.12
19642024-11-18T17:34:47.064Z Compiling typify-macro v0.2.0
19652024-11-18T17:34:48.327Z Compiling reqwest v0.12.9
19662024-11-18T17:34:48.580Z Compiling ecdsa v0.16.9
19672024-11-18T17:34:48.602Z Compiling qorb v0.2.0
19682024-11-18T17:34:49.193Z Compiling rsa v0.9.6
19692024-11-18T17:34:49.863Z Compiling ed25519-dalek v2.1.1
19702024-11-18T17:34:50.820Z Compiling zip v0.6.6
19712024-11-18T17:34:50.838Z Compiling crossterm v0.28.1
19722024-11-18T17:34:51.603Z Compiling clap v4.5.21
19732024-11-18T17:34:52.001Z Compiling toml v0.7.8
19742024-11-18T17:34:53.319Z Compiling x509-cert v0.2.5
19752024-11-18T17:34:54.113Z Compiling hex v0.4.3
19762024-11-18T17:34:54.752Z Compiling itertools v0.10.5
19772024-11-18T17:34:54.887Z Compiling lalrpop-util v0.19.12
19782024-11-18T17:34:55.228Z Compiling peg-runtime v0.8.3
19792024-11-18T17:34:55.851Z Compiling unicode-xid v0.2.6
19802024-11-18T17:34:58.400Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19812024-11-18T17:35:02.005Z Compiling proc-macro-crate v1.3.1
19822024-11-18T17:35:02.143Z Compiling ipnetwork v0.20.0
19832024-11-18T17:35:03.527Z Compiling heapless v0.8.0
19842024-11-18T17:35:06.270Z Compiling num_enum_derive v0.5.11
19852024-11-18T17:35:15.637Z Compiling hash32 v0.3.1
19862024-11-18T17:35:16.755Z Compiling ident_case v1.0.1
19872024-11-18T17:35:17.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19882024-11-18T17:35:17.915Z Compiling smoltcp v0.11.0
19892024-11-18T17:35:20.096Z Compiling darling_core v0.20.10
19902024-11-18T17:35:24.202Z Compiling num_enum v0.5.11
19912024-11-18T17:35:24.908Z Compiling typify v0.2.0
19922024-11-18T17:35:26.310Z Compiling proc-macro-error-attr v1.0.4
19932024-11-18T17:35:26.624Z Compiling cobs v0.2.3
19942024-11-18T17:35:27.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19952024-11-18T17:35:27.349Z Compiling unsafe-libyaml v0.2.11
19962024-11-18T17:35:28.506Z Compiling postcard v1.0.10
19972024-11-18T17:35:29.076Z Compiling serde_yaml v0.9.34+deprecated
19982024-11-18T17:35:29.298Z Compiling darling_macro v0.20.10
19992024-11-18T17:35:43.360Z Compiling progenitor-impl v0.8.0
20002024-11-18T17:35:56.505Z Compiling strum_macros v0.26.4
20012024-11-18T17:35:57.362Z Compiling foreign-types-macros v0.2.3
20022024-11-18T17:35:57.380Z Compiling structmeta-derive v0.3.0
20032024-11-18T17:35:57.410Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20042024-11-18T17:35:57.706Z Compiling proc-macro-error v1.0.4
20052024-11-18T17:35:58.440Z Compiling foreign-types-shared v0.3.1
20062024-11-18T17:35:59.120Z Compiling newtype-uuid v1.1.3
20072024-11-18T17:35:59.530Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20082024-11-18T17:35:59.699Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20092024-11-18T17:35:59.962Z Compiling structmeta v0.3.0
20102024-11-18T17:36:00.950Z Compiling strum v0.26.3
20112024-11-18T17:36:03.097Z Compiling foreign-types v0.5.0
20122024-11-18T17:36:09.459Z Compiling progenitor-macro v0.8.0
20132024-11-18T17:36:11.498Z Compiling darling v0.20.10
20142024-11-18T17:36:12.736Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20152024-11-18T17:36:13.312Z Compiling progenitor-client v0.8.0
20162024-11-18T17:36:16.347Z Compiling tabwriter v1.4.0
20172024-11-18T17:36:17.112Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20182024-11-18T17:36:17.912Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20192024-11-18T17:36:18.101Z Compiling cstr-argument v0.1.2
20202024-11-18T17:36:18.323Z Compiling dropshot v0.13.0
20212024-11-18T17:36:18.629Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20222024-11-18T17:36:18.742Z Compiling fastrand v2.1.1
20232024-11-18T17:36:18.928Z Compiling pretty-hex v0.2.1
20242024-11-18T17:36:19.394Z Compiling crucible-workspace-hack v0.1.0
20252024-11-18T17:36:19.721Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20262024-11-18T17:36:20.121Z Compiling tempfile v3.13.0
20272024-11-18T17:36:20.430Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20282024-11-18T17:36:20.470Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20292024-11-18T17:36:21.291Z Compiling serde_with_macros v3.11.0
20302024-11-18T17:36:21.780Z Compiling parse-display-derive v0.10.0
20312024-11-18T17:36:21.799Z Compiling colored v2.1.0
20322024-11-18T17:36:22.094Z Compiling progenitor v0.8.0
20332024-11-18T17:36:22.374Z Compiling dropshot_endpoint v0.13.0
20342024-11-18T17:36:23.026Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20352024-11-18T17:36:23.765Z Compiling instant v0.1.13
20362024-11-18T17:36:23.789Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20372024-11-18T17:36:23.940Z Compiling backoff v0.4.0
20382024-11-18T17:36:24.191Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20392024-11-18T17:36:24.324Z Compiling serde_with v3.11.0
20402024-11-18T17:36:25.183Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412024-11-18T17:36:25.382Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20422024-11-18T17:36:25.681Z Compiling parse-display v0.10.0
20432024-11-18T17:36:27.587Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20442024-11-18T17:36:27.787Z Compiling zone_cfg_derive v0.3.0
20452024-11-18T17:36:28.212Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20462024-11-18T17:36:28.765Z Compiling camino-tempfile v1.1.1
20472024-11-18T17:36:29.054Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20482024-11-18T17:36:29.164Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20492024-11-18T17:36:29.351Z Compiling regress v0.9.1
20502024-11-18T17:36:29.524Z Compiling macaddr v1.0.1
20512024-11-18T17:36:29.543Z Compiling num-derive v0.4.2
20522024-11-18T17:36:30.112Z Compiling sigpipe v0.1.3
20532024-11-18T17:36:30.253Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20542024-11-18T17:36:30.545Z Compiling libefi-sys v0.1.0
20552024-11-18T17:36:30.899Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20562024-11-18T17:36:31.685Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20572024-11-18T17:36:33.238Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20582024-11-18T17:36:34.141Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
20592024-11-18T17:36:34.730Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20602024-11-18T17:36:36.657Z Compiling zone v0.3.0
20612024-11-18T17:36:37.890Z Compiling smf v0.2.3
20622024-11-18T17:36:38.949Z Compiling bitfield-struct v0.6.2
20632024-11-18T17:36:39.039Z Compiling blake3 v1.5.4
20642024-11-18T17:36:39.664Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20652024-11-18T17:36:39.958Z Compiling ring v0.16.20
20662024-11-18T17:36:40.300Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20672024-11-18T17:36:40.834Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20682024-11-18T17:36:40.978Z Compiling xattr v1.3.1
20692024-11-18T17:36:41.000Z Compiling memmap2 v0.9.5
20702024-11-18T17:36:41.304Z Compiling filetime v0.2.25
20712024-11-18T17:36:41.585Z Compiling arrayref v0.3.9
20722024-11-18T17:36:41.658Z Compiling spin v0.5.2
20732024-11-18T17:36:41.700Z Compiling same-file v1.0.6
20742024-11-18T17:36:41.925Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20752024-11-18T17:36:41.971Z Compiling constant_time_eq v0.3.1
20762024-11-18T17:36:41.990Z Compiling arrayvec v0.7.6
20772024-11-18T17:36:42.049Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20782024-11-18T17:36:42.154Z Compiling walkdir v2.5.0
20792024-11-18T17:36:43.466Z Compiling tar v0.4.42
20802024-11-18T17:36:43.732Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20812024-11-18T17:36:44.145Z Compiling gethostname v0.5.0
20822024-11-18T17:36:44.357Z Compiling cargo-platform v0.1.8
20832024-11-18T17:36:44.706Z Compiling topological-sort v0.2.2
20842024-11-18T17:36:44.974Z Compiling cargo_metadata v0.18.1
20852024-11-18T17:36:51.889Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
20862024-11-18T17:36:51.930Z Compiling omicron-zone-package v0.11.1
20872024-11-18T17:36:54.375Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
20882024-11-18T17:36:59.499Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
20892024-11-18T17:37:15.222Z Finished `release` profile [optimized] target(s) in 5m 21s
20902024-11-18T17:37:15.383Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
20912024-11-18T17:37:15.430ZLogging to: /work/oxidecomputer/omicron/out/LOG
20922024-11-18T17:37:15.433ZCreated new build target 'test' and set it as active
20932024-11-18T17:37:15.433Z
20942024-11-18T17:37:15.433Zreal 5:21.439585870
20952024-11-18T17:37:15.433Zuser 36:11.687964933
20962024-11-18T17:37:15.433Zsys 4:46.624890262
20972024-11-18T17:37:15.433Ztrap 1.044535730
20982024-11-18T17:37:15.433Ztflt 2.937253018
20992024-11-18T17:37:15.433Zdflt 0.795291198
21002024-11-18T17:37:15.433Zkflt 0.007638434
21012024-11-18T17:37:15.433Zlock 1:16:11.963009033
21022024-11-18T17:37:15.433Zslp 2:31:09.987834913
21032024-11-18T17:37:15.433Zlat 2:30.154722908
21042024-11-18T17:37:15.433Zstop 4:20.887795890
21052024-11-18T17:37:15.436Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21062024-11-18T17:37:16.372Z Finished `release` profile [optimized] target(s) in 0.89s
21072024-11-18T17:37:16.429Z Running `target/release/omicron-package -t test package`
21082024-11-18T17:37:16.472ZLogging to: /work/oxidecomputer/omicron/out/LOG
21092024-11-18T17:37:17.596Z Compiling convert_case v0.4.0
21102024-11-18T17:37:17.596Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21112024-11-18T17:37:17.599Z Compiling itertools v0.13.0
21122024-11-18T17:37:17.599Z Compiling newline-converter v0.3.0
21132024-11-18T17:37:17.599Z Compiling password-hash v0.5.0
21142024-11-18T17:37:17.599Z Compiling progenitor-client v0.8.0
21152024-11-18T17:37:17.599Z Compiling blake2 v0.10.6
21162024-11-18T17:37:17.732Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21172024-11-18T17:37:18.011Z Compiling expectorate v1.1.0
21182024-11-18T17:37:18.127Z Compiling owo-colors v4.1.0
21192024-11-18T17:37:18.202Z Compiling progenitor v0.8.0
21202024-11-18T17:37:18.258Z Compiling argon2 v0.5.3
21212024-11-18T17:37:18.390Z Compiling cancel-safe-futures v0.1.5
21222024-11-18T17:37:18.427Z Compiling derive_more v0.99.18
21232024-11-18T17:37:18.478Z Compiling num-rational v0.4.2
21242024-11-18T17:37:18.501Z Compiling num-complex v0.4.6
21252024-11-18T17:37:18.965Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21262024-11-18T17:37:19.561Z Compiling num v0.4.3
21272024-11-18T17:37:19.681Z Compiling atomicwrites v0.4.4
21282024-11-18T17:37:19.787Z Compiling libsw v3.3.1
21292024-11-18T17:37:19.863Z Compiling linear-map v1.2.0
21302024-11-18T17:37:20.128Z Compiling float-ord v0.3.2
21312024-11-18T17:37:20.225Z Compiling indent_write v2.2.0
21322024-11-18T17:37:20.274Z Compiling swrite v0.1.0
21332024-11-18T17:37:20.307Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21342024-11-18T17:37:20.409Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21352024-11-18T17:37:20.455Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21362024-11-18T17:37:20.689Z Compiling base64 v0.21.7
21372024-11-18T17:37:20.921Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21382024-11-18T17:37:21.426Z Compiling highway v1.2.0
21392024-11-18T17:37:21.779Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21402024-11-18T17:37:22.338Z Compiling semver v0.1.20
21412024-11-18T17:37:22.859Z Compiling rustc_version v0.1.7
21422024-11-18T17:37:22.922Z Compiling newtype-uuid v1.1.3
21432024-11-18T17:37:23.273Z Compiling dropshot v0.13.0
21442024-11-18T17:37:23.288Z Compiling newtype_derive v0.1.6
21452024-11-18T17:37:23.338Z Compiling ipnetwork v0.20.0
21462024-11-18T17:37:23.663Z Compiling instant v0.1.13
21472024-11-18T17:37:23.825Z Compiling humantime v2.1.0
21482024-11-18T17:37:24.132Z Compiling backoff v0.4.0
21492024-11-18T17:37:24.490Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21502024-11-18T17:37:24.669Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21512024-11-18T17:37:24.949Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21522024-11-18T17:37:28.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21532024-11-18T17:37:28.685Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21542024-11-18T17:37:29.547Z Compiling parse-display v0.10.0
21552024-11-18T17:37:29.722Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21562024-11-18T17:37:29.910Z Compiling serde_with v3.11.0
21572024-11-18T17:37:30.109Z Compiling strum v0.26.3
21582024-11-18T17:37:30.300Z Compiling regress v0.9.1
21592024-11-18T17:37:33.827Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21602024-11-18T17:37:34.657Z Compiling macaddr v1.0.1
21612024-11-18T17:37:35.079Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21622024-11-18T17:37:35.139Z Compiling steno v0.4.1
21632024-11-18T17:37:35.605Z Compiling prettyplease v0.2.25
21642024-11-18T17:37:35.635Z Compiling slog-dtrace v0.3.0
21652024-11-18T17:37:36.009Z Compiling tungstenite v0.21.0
21662024-11-18T17:37:36.213Z Compiling display-error-chain v0.2.2
21672024-11-18T17:37:37.884Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21682024-11-18T17:37:38.881Z Compiling tokio-tungstenite v0.21.0
21692024-11-18T17:37:39.422Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21702024-11-18T17:37:39.547Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21712024-11-18T17:37:40.644Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21722024-11-18T17:37:41.189Z Compiling arc-swap v1.7.1
21732024-11-18T17:37:41.867Z Compiling slog-scope v4.4.0
21742024-11-18T17:37:42.686Z Compiling half v2.4.1
21752024-11-18T17:37:43.393Z Compiling ciborium-io v0.2.2
21762024-11-18T17:37:43.541Z Compiling ciborium-ll v0.2.2
21772024-11-18T17:37:44.068Z Compiling slog-stdlog v4.1.1
21782024-11-18T17:37:44.868Z Compiling slog-envlogger v2.2.0
21792024-11-18T17:37:44.981Z Compiling ciborium v0.2.2
21802024-11-18T17:37:47.163Z Compiling nibble_vec v0.1.0
21812024-11-18T17:37:47.601Z Compiling endian-type v0.1.2
21822024-11-18T17:37:47.854Z Compiling radix_trie v0.2.1
21832024-11-18T17:37:48.768Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21842024-11-18T17:37:54.249Z Compiling fastrand v2.1.1
21852024-11-18T17:37:54.772Z Compiling same-file v1.0.6
21862024-11-18T17:37:54.791Z Compiling tempfile v3.13.0
21872024-11-18T17:37:54.936Z Compiling walkdir v2.5.0
21882024-11-18T17:37:55.008Z Compiling blake3 v1.5.4
21892024-11-18T17:37:55.569Z Compiling ring v0.16.20
21902024-11-18T17:37:55.572Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
21912024-11-18T17:37:55.606Z Compiling xattr v1.3.1
21922024-11-18T17:37:55.850Z Compiling filetime v0.2.25
21932024-11-18T17:37:56.148Z Compiling memmap2 v0.9.5
21942024-11-18T17:37:56.568Z Compiling arrayvec v0.7.6
21952024-11-18T17:37:56.613Z Compiling constant_time_eq v0.3.1
21962024-11-18T17:37:56.772Z Compiling spin v0.5.2
21972024-11-18T17:37:56.979Z Compiling keccak v0.1.5
21982024-11-18T17:37:57.001Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
21992024-11-18T17:37:57.021Z Compiling arrayref v0.3.9
22002024-11-18T17:37:57.968Z Compiling sha3 v0.10.8
22012024-11-18T17:37:58.121Z Compiling tar v0.4.42
22022024-11-18T17:37:58.536Z Compiling toolchain_find v0.4.0
22032024-11-18T17:37:58.812Z Compiling camino-tempfile v1.1.1
22042024-11-18T17:37:58.990Z Compiling const_format_proc_macros v0.2.33
22052024-11-18T17:37:59.134Z Compiling crunchy v0.2.2
22062024-11-18T17:37:59.225Z Compiling radium v0.7.0
22072024-11-18T17:37:59.565Z Compiling maplit v1.0.2
22082024-11-18T17:37:59.836Z Compiling topological-sort v0.2.2
22092024-11-18T17:37:59.847Z Compiling rustfmt-wrapper v0.2.1
22102024-11-18T17:37:59.857Z Compiling pem v3.0.4
22112024-11-18T17:38:00.105Z Compiling omicron-zone-package v0.11.1
22122024-11-18T17:38:00.306Z Compiling tiny-keccak v2.0.2
22132024-11-18T17:38:00.611Z Compiling maybe-uninit v2.0.0
22142024-11-18T17:38:00.793Z Compiling const_format v0.2.33
22152024-11-18T17:38:01.108Z Compiling tap v1.0.1
22162024-11-18T17:38:01.310Z Compiling wyz v0.5.1
22172024-11-18T17:38:01.506Z Compiling dsl_auto_type v0.1.2
22182024-11-18T17:38:01.728Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22192024-11-18T17:38:01.791Z Compiling phf_generator v0.11.2
22202024-11-18T17:38:01.930Z Compiling scheduled-thread-pool v0.2.7
22212024-11-18T17:38:01.955Z Compiling secrecy v0.8.0
22222024-11-18T17:38:01.990Z Compiling async-recursion v1.1.1
22232024-11-18T17:38:02.210Z Compiling diesel_table_macro_syntax v0.2.0
22242024-11-18T17:38:02.228Z Compiling crc-catalog v2.4.0
22252024-11-18T17:38:02.390Z Compiling funty v2.0.0
22262024-11-18T17:38:02.671Z Compiling packed_struct v0.10.1
22272024-11-18T17:38:02.862Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22282024-11-18T17:38:03.025Z Compiling diesel_derives v2.2.3
22292024-11-18T17:38:03.177Z Compiling crc v3.2.1
22302024-11-18T17:38:03.202Z Compiling r2d2 v0.8.10
22312024-11-18T17:38:03.422Z Compiling phf_codegen v0.11.2
22322024-11-18T17:38:03.636Z Compiling bitvec v1.0.1
22332024-11-18T17:38:04.207Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22342024-11-18T17:38:04.875Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
22352024-11-18T17:38:05.004Z Compiling ascii-canvas v3.0.0
22362024-11-18T17:38:05.243Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22372024-11-18T17:38:05.604Z Compiling universal-hash v0.5.1
22382024-11-18T17:38:05.721Z Compiling thiserror-impl-no-std v2.0.2
22392024-11-18T17:38:08.220Z Compiling packed_struct_codegen v0.10.1
22402024-11-18T17:38:08.402Z Compiling parse-zoneinfo v0.3.1
22412024-11-18T17:38:10.023Z Compiling lzma-sys v0.1.20
22422024-11-18T17:38:10.662Z Compiling ena v0.14.3
22432024-11-18T17:38:10.717Z Compiling indexmap v1.9.3
22442024-11-18T17:38:11.038Z Compiling regex-syntax v0.6.29
22452024-11-18T17:38:11.097Z Compiling nodrop v0.1.14
22462024-11-18T17:38:11.248Z Compiling cfg_aliases v0.1.1
22472024-11-18T17:38:11.368Z Compiling diff v0.1.13
22482024-11-18T17:38:11.914Z Compiling opaque-debug v0.3.1
22492024-11-18T17:38:12.029Z Compiling poly1305 v0.8.0
22502024-11-18T17:38:13.492Z Compiling nix v0.28.0
22512024-11-18T17:38:14.167Z Compiling array-init v0.0.4
22522024-11-18T17:38:14.515Z Compiling diesel v2.2.4
22532024-11-18T17:38:15.416Z Compiling lalrpop v0.19.12
22542024-11-18T17:38:20.697Z Compiling chrono-tz-build v0.4.0
22552024-11-18T17:38:21.658Z Compiling thiserror-no-std v2.0.2
22562024-11-18T17:38:21.810Z Compiling smallvec v0.6.14
22572024-11-18T17:38:22.344Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22582024-11-18T17:38:22.387Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22592024-11-18T17:38:22.682Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22602024-11-18T17:38:22.912Z Compiling chacha20 v0.9.1
22612024-11-18T17:38:23.392Z Compiling heck v0.3.3
22622024-11-18T17:38:23.430Z Compiling aead v0.5.2
22632024-11-18T17:38:23.773Z Compiling vte_generate_state_changes v0.1.2
22642024-11-18T17:38:23.793Z Compiling bitfield v0.14.0
22652024-11-18T17:38:24.115Z Compiling hashbrown v0.12.3
22662024-11-18T17:38:24.377Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22672024-11-18T17:38:24.682Z Compiling ref-cast v1.0.23
22682024-11-18T17:38:25.155Z Compiling termcolor v1.4.1
22692024-11-18T17:38:26.178Z Compiling env_logger v0.10.2
22702024-11-18T17:38:26.681Z Compiling vte v0.11.1
22712024-11-18T17:38:28.084Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22722024-11-18T17:38:29.338Z Compiling zone_cfg_derive v0.1.2
22732024-11-18T17:38:30.760Z Compiling chacha20poly1305 v0.10.1
22742024-11-18T17:38:31.180Z Compiling serde-hex v0.1.0
22752024-11-18T17:38:36.333Z Compiling chrono-tz v0.10.0
22762024-11-18T17:38:36.958Z Compiling vsss-rs v3.3.4
22772024-11-18T17:38:37.922Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22782024-11-18T17:38:38.252Z Compiling ron v0.8.1
22792024-11-18T17:38:40.992Z Compiling polar-core v0.27.3
22802024-11-18T17:38:41.271Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22812024-11-18T17:38:41.569Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22822024-11-18T17:38:42.150Z Compiling derive_builder_core v0.20.2
22832024-11-18T17:38:42.253Z Compiling hashbrown v0.13.2
22842024-11-18T17:38:43.686Z Compiling fd-lock v4.0.2
22852024-11-18T17:38:43.935Z Compiling headers-core v0.3.0
22862024-11-18T17:38:44.120Z Compiling fxhash v0.2.1
22872024-11-18T17:38:44.212Z Compiling libxml v0.3.3
22882024-11-18T17:38:44.350Z Compiling ref-cast-impl v1.0.23
22892024-11-18T17:38:44.369Z Compiling base64 v0.13.1
22902024-11-18T17:38:44.560Z Compiling bytecount v0.6.8
22912024-11-18T17:38:44.893Z Compiling crc-any v2.5.0
22922024-11-18T17:38:45.132Z Compiling ron v0.7.1
22932024-11-18T17:38:45.688Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22942024-11-18T17:38:45.808Z Compiling papergrid v0.11.0
22952024-11-18T17:38:50.411Z Compiling derive_builder_macro v0.20.2
22962024-11-18T17:38:51.221Z Compiling headers v0.4.0
22972024-11-18T17:38:51.666Z Compiling object v0.30.4
22982024-11-18T17:38:58.908Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22992024-11-18T17:38:59.566Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23002024-11-18T17:39:01.167Z Compiling xz2 v0.1.7
23012024-11-18T17:39:01.923Z Compiling zone v0.1.8
23022024-11-18T17:39:02.367Z Compiling strip-ansi-escapes v0.2.0
23032024-11-18T17:39:04.662Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23042024-11-18T17:39:05.222Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23052024-11-18T17:39:06.191Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23062024-11-18T17:39:06.343Z Compiling tabled_derive v0.7.0
23072024-11-18T17:39:06.476Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23082024-11-18T17:39:06.508Z Compiling yasna v0.5.2
23092024-11-18T17:39:06.710Z Compiling peg-macros v0.8.4
23102024-11-18T17:39:07.849Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23112024-11-18T17:39:08.535Z Compiling strum_macros v0.24.3
23122024-11-18T17:39:08.867Z Compiling kstat-rs v0.2.4
23132024-11-18T17:39:09.835Z Compiling samael v0.0.17
23142024-11-18T17:39:09.932Z Compiling sqlparser_derive v0.2.2
23152024-11-18T17:39:10.144Z Compiling unicase v2.7.0
23162024-11-18T17:39:10.435Z Compiling nu-ansi-term v0.50.1
23172024-11-18T17:39:10.965Z Compiling path-slash v0.1.5
23182024-11-18T17:39:11.183Z Compiling indoc v1.0.9
23192024-11-18T17:39:11.208Z Compiling home v0.5.9
23202024-11-18T17:39:11.374Z Compiling unicode_categories v0.1.1
23212024-11-18T17:39:11.590Z Compiling rustyline v14.0.0
23222024-11-18T17:39:11.748Z Compiling sqlformat v0.2.6
23232024-11-18T17:39:11.789Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23242024-11-18T17:39:12.725Z Compiling sqlparser v0.45.0
23252024-11-18T17:39:15.008Z Compiling reedline v0.35.0
23262024-11-18T17:39:15.322Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23272024-11-18T17:39:22.985Z Compiling peg v0.8.4
23282024-11-18T17:39:23.111Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23292024-11-18T17:39:23.658Z Compiling tabled v0.15.0
23302024-11-18T17:39:27.163Z Compiling rcgen v0.12.1
23312024-11-18T17:39:37.305Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23322024-11-18T17:39:38.269Z Compiling derive_builder v0.20.2
23332024-11-18T17:39:42.963Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23342024-11-18T17:39:43.374Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
23352024-11-18T17:39:43.623Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23362024-11-18T17:39:43.919Z Compiling bcs v0.1.6
23372024-11-18T17:39:44.769Z Compiling impl-trait-for-tuples v0.2.2
23382024-11-18T17:39:48.647Z Compiling oso-derive v0.27.3
23392024-11-18T17:39:49.629Z Compiling libz-sys v1.1.20
23402024-11-18T17:39:50.307Z Compiling quick-xml v0.33.0
23412024-11-18T17:39:51.577Z Compiling subprocess v0.2.9
23422024-11-18T17:39:54.150Z Compiling diesel-dtrace v0.3.0
23432024-11-18T17:39:54.462Z Compiling parking_lot_core v0.8.6
23442024-11-18T17:39:55.026Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23452024-11-18T17:39:56.107Z Compiling oso v0.27.3
23462024-11-18T17:40:13.192Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23472024-11-18T17:40:14.756Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23482024-11-18T17:40:20.146Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23492024-11-18T17:40:23.331Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23502024-11-18T17:40:23.630Z Compiling bb8 v0.8.5
23512024-11-18T17:40:24.244Z Compiling buf-list v1.0.3
23522024-11-18T17:40:24.896Z Compiling async-bb8-diesel v0.2.1
23532024-11-18T17:40:27.244Z Compiling libgit2-sys v0.17.0+1.8.1
23542024-11-18T17:40:28.037Z Compiling pin-project-internal v1.1.6
23552024-11-18T17:40:29.232Z Compiling atty v0.2.14
23562024-11-18T17:40:29.406Z Compiling salty v0.3.0
23572024-11-18T17:40:30.780Z Compiling pin-project v1.1.6
23582024-11-18T17:40:31.311Z Compiling parking_lot v0.11.2
23592024-11-18T17:40:34.387Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23602024-11-18T17:40:37.702Z Compiling snafu-derive v0.8.5
23612024-11-18T17:40:38.478Z Compiling simd-adler32 v0.3.7
23622024-11-18T17:40:39.025Z Compiling lockfree-object-pool v0.1.6
23632024-11-18T17:40:39.359Z Compiling zip v2.1.3
23642024-11-18T17:40:39.608Z Compiling bumpalo v3.16.0
23652024-11-18T17:40:39.726Z Compiling sled v0.34.7
23662024-11-18T17:40:40.193Z Compiling zopfli v0.8.1
23672024-11-18T17:40:42.397Z Compiling snafu v0.8.5
23682024-11-18T17:40:43.404Z Compiling mime_guess v2.0.5
23692024-11-18T17:40:44.390Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23702024-11-18T17:40:44.494Z Compiling hickory-client v0.24.1
23712024-11-18T17:40:45.644Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23722024-11-18T17:40:45.841Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23732024-11-18T17:40:46.537Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23742024-11-18T17:40:49.624Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
23752024-11-18T17:40:51.114Z Compiling globset v0.4.15
23762024-11-18T17:40:51.478Z Compiling hickory-server v0.24.1
23772024-11-18T17:40:58.493Z Compiling primeorder v0.13.6
23782024-11-18T17:40:59.097Z Compiling olpc-cjson v0.1.4
23792024-11-18T17:40:59.451Z Compiling vergen v8.3.2
23802024-11-18T17:40:59.775Z Compiling env_filter v0.1.2
23812024-11-18T17:41:02.999Z Compiling serde_plain v1.0.2
23822024-11-18T17:41:03.524Z Compiling cargo-platform v0.1.8
23832024-11-18T17:41:04.057Z Compiling nanorand v0.7.0
23842024-11-18T17:41:04.760Z Compiling memoffset v0.9.1
23852024-11-18T17:41:05.109Z Compiling typed-path v0.9.3
23862024-11-18T17:41:06.260Z Compiling flume v0.11.1
23872024-11-18T17:41:07.043Z Compiling cargo_metadata v0.18.1
23882024-11-18T17:41:10.124Z Compiling tough v0.19.0
23892024-11-18T17:41:12.235Z Compiling env_logger v0.11.5
23902024-11-18T17:41:13.307Z Compiling p384 v0.13.0
23912024-11-18T17:41:13.528Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
23922024-11-18T17:41:18.817Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23932024-11-18T17:41:20.290Z Compiling git2 v0.19.0
23942024-11-18T17:41:23.624Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23952024-11-18T17:41:29.347Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23962024-11-18T17:41:30.446Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23972024-11-18T17:41:33.494Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23982024-11-18T17:41:35.061Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
23992024-11-18T17:41:37.049Z Compiling rand_seeder v0.3.0
24002024-11-18T17:41:37.344Z Compiling libsqlite3-sys v0.30.1
24012024-11-18T17:41:37.467Z Compiling rustls v0.21.12
24022024-11-18T17:41:37.759Z Compiling parse-size v1.1.0
24032024-11-18T17:41:37.777Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24042024-11-18T17:41:37.841Z Compiling cfg_aliases v0.2.1
24052024-11-18T17:41:37.965Z Compiling nix v0.29.0
24062024-11-18T17:41:38.048Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24072024-11-18T17:41:38.172Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24082024-11-18T17:41:38.390Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24092024-11-18T17:41:39.943Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24102024-11-18T17:41:40.171Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24112024-11-18T17:41:40.445Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24122024-11-18T17:41:40.737Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24132024-11-18T17:41:40.951Z Compiling sct v0.7.1
24142024-11-18T17:41:41.429Z Compiling rustls-webpki v0.101.7
24152024-11-18T17:41:44.267Z Compiling castaway v0.2.3
24162024-11-18T17:41:44.443Z Compiling csv-core v0.1.11
24172024-11-18T17:41:44.470Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24182024-11-18T17:41:44.792Z Compiling http-range v0.1.5
24192024-11-18T17:41:44.997Z Compiling glob v0.3.1
24202024-11-18T17:41:45.340Z Compiling hyper-staticfile v0.10.1
24212024-11-18T17:41:45.361Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24222024-11-18T17:41:45.391Z Compiling csv v1.3.0
24232024-11-18T17:41:47.076Z Compiling compact_str v0.8.0
24242024-11-18T17:41:48.304Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24252024-11-18T17:41:49.767Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24262024-11-18T17:41:51.015Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24272024-11-18T17:41:52.441Z Compiling nix v0.27.1
24282024-11-18T17:41:56.726Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24292024-11-18T17:41:58.065Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
24302024-11-18T17:42:01.614Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24312024-11-18T17:42:03.799Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24322024-11-18T17:42:06.760Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24332024-11-18T17:42:07.092Z Compiling unicode-truncate v1.1.0
24342024-11-18T17:42:07.386Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24352024-11-18T17:42:07.687Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24362024-11-18T17:42:07.984Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24372024-11-18T17:42:09.029Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24382024-11-18T17:42:11.272Z Compiling hashlink v0.9.1
24392024-11-18T17:42:11.876Z Compiling tungstenite v0.23.0
24402024-11-18T17:42:12.258Z Compiling lru v0.12.5
24412024-11-18T17:42:12.579Z Compiling instability v0.3.2
24422024-11-18T17:42:13.271Z Compiling cassowary v0.3.0
24432024-11-18T17:42:13.605Z Compiling fallible-iterator v0.3.0
24442024-11-18T17:42:13.730Z Compiling fallible-streaming-iterator v0.1.9
24452024-11-18T17:42:14.027Z Compiling ratatui v0.28.1
24462024-11-18T17:42:14.433Z Compiling rusqlite v0.32.1
24472024-11-18T17:42:15.273Z Compiling tokio-tungstenite v0.23.1
24482024-11-18T17:42:15.885Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24492024-11-18T17:42:18.408Z Compiling tokio-rustls v0.24.1
24502024-11-18T17:42:21.435Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24512024-11-18T17:42:23.149Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24522024-11-18T17:42:25.332Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24532024-11-18T17:42:27.265Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24542024-11-18T17:42:32.901Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24552024-11-18T17:42:35.050Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24562024-11-18T17:42:36.018Z Compiling rustls-pemfile v1.0.4
24572024-11-18T17:42:36.794Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24582024-11-18T17:42:36.992Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24592024-11-18T17:42:37.109Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24602024-11-18T17:42:37.297Z Compiling signal-hook-tokio v0.3.1
24612024-11-18T17:42:37.540Z Compiling twox-hash v1.6.3
24622024-11-18T17:42:38.537Z Compiling unicode-linebreak v0.1.5
24632024-11-18T17:42:39.093Z Compiling smawk v0.3.2
24642024-11-18T17:42:39.375Z Compiling is_ci v1.2.0
24652024-11-18T17:42:39.820Z Compiling supports-color v3.0.1
24662024-11-18T17:42:40.271Z Compiling textwrap v0.16.1
24672024-11-18T17:42:42.393Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24682024-11-18T17:42:43.710Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24692024-11-18T17:42:43.890Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24702024-11-18T17:42:54.062Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24712024-11-18T17:43:00.653Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24722024-11-18T17:43:03.081Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24732024-11-18T17:43:05.502Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24742024-11-18T17:43:16.449Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24752024-11-18T17:43:17.041Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24762024-11-18T17:43:17.343Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24772024-11-18T17:43:18.363Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24782024-11-18T17:43:24.142Z Compiling fatfs v0.3.6
24792024-11-18T17:43:24.800Z Compiling rtoolbox v0.0.2
24802024-11-18T17:43:25.246Z Compiling assert_matches v1.5.0
24812024-11-18T17:43:25.367Z Compiling rpassword v7.3.1
24822024-11-18T17:43:27.009Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
24832024-11-18T17:43:27.476Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
24842024-11-18T17:43:34.491Z Compiling tui-tree-widget v0.22.0
24852024-11-18T17:43:34.955Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
24862024-11-18T17:43:40.544Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
24872024-11-18T17:43:42.831Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
24882024-11-18T17:43:43.129Z Compiling uzers v0.12.1
24892024-11-18T17:43:46.275Z Compiling shell-words v1.1.0
24902024-11-18T17:43:46.705Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
24912024-11-18T17:43:53.991Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
24922024-11-18T17:43:56.017Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
24932024-11-18T17:44:24.181Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24942024-11-18T17:44:26.348Z Compiling multimap v0.10.0
24952024-11-18T17:46:47.024Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24962024-11-18T17:46:48.839Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24972024-11-18T17:53:27.241Z Finished `release` profile [optimized] target(s) in 16m 10s
24982024-11-18T17:54:31.270Z
24992024-11-18T17:54:31.274Zreal 17:15.457166860
25002024-11-18T17:54:31.274Zuser 1:57:05.588808215
25012024-11-18T17:54:31.274Zsys 5:45.056797172
25022024-11-18T17:54:31.274Ztrap 2.831294493
25032024-11-18T17:54:31.274Ztflt 2.932927037
25042024-11-18T17:54:31.274Zdflt 6.092729811
25052024-11-18T17:54:31.274Zkflt 0.086868633
25062024-11-18T17:54:31.274Zlock 7:13:44.719157214
25072024-11-18T17:54:31.274Zslp 6:11:07.123264814
25082024-11-18T17:54:31.274Zlat 2:55.694938038
25092024-11-18T17:54:31.274Zstop 2:33.210906718
25102024-11-18T17:54:31.274Z+ mapfile -t packages
25112024-11-18T17:54:31.274Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25122024-11-18T17:54:32.282Z Finished `release` profile [optimized] target(s) in 0.95s
25132024-11-18T17:54:32.336Z Running `target/release/omicron-package -t test list-outputs`
25142024-11-18T17:54:32.382ZLogging to: /work/oxidecomputer/omicron/out/LOG
25152024-11-18T17:54:32.385Z+ ptime -m cargo build --locked --release -p xtask
25162024-11-18T17:54:32.930Z Compiling serde v1.0.215
25172024-11-18T17:54:32.933Z Compiling libc v0.2.162
25182024-11-18T17:54:32.933Z Compiling rustix v0.38.37
25192024-11-18T17:54:32.933Z Compiling serde_json v1.0.132
25202024-11-18T17:54:33.027Z Compiling syn v2.0.87
25212024-11-18T17:54:33.041Z Compiling bitflags v2.6.0
25222024-11-18T17:54:33.397Z Compiling usdt-impl v0.5.0
25232024-11-18T17:54:33.410Z Compiling syn v1.0.109
25242024-11-18T17:54:33.521Z Compiling hashbrown v0.15.0
25252024-11-18T17:54:33.539Z Compiling log v0.4.22
25262024-11-18T17:54:33.594Z Compiling fs-err v2.11.0
25272024-11-18T17:54:33.890Z Compiling once_cell v1.20.2
25282024-11-18T17:54:34.005Z Compiling anyhow v1.0.93
25292024-11-18T17:54:34.527Z Compiling thread-id v4.2.2
25302024-11-18T17:54:34.833Z Compiling indexmap v2.6.0
25312024-11-18T17:54:36.037Z Compiling terminal_size v0.4.0
25322024-11-18T17:54:36.037Z Compiling tempfile v3.13.0
25332024-11-18T17:54:36.303Z Compiling clap_builder v4.5.21
25342024-11-18T17:54:36.823Z Compiling proc-macro-error v1.0.4
25352024-11-18T17:54:38.124Z Compiling tabled_derive v0.7.0
25362024-11-18T17:54:39.539Z Compiling tabled v0.15.0
25372024-11-18T17:54:40.770Z Compiling serde_derive v1.0.215
25382024-11-18T17:54:41.549Z Compiling thiserror-impl v1.0.69
25392024-11-18T17:54:42.218Z Compiling zerocopy-derive v0.7.35
25402024-11-18T17:54:42.842Z Compiling scroll_derive v0.12.0
25412024-11-18T17:54:44.222Z Compiling scroll v0.12.0
25422024-11-18T17:54:44.250Z Compiling zerocopy v0.7.35
25432024-11-18T17:54:44.488Z Compiling thiserror v1.0.69
25442024-11-18T17:54:44.662Z Compiling pest v2.7.14
25452024-11-18T17:54:45.910Z Compiling goblin v0.8.2
25462024-11-18T17:54:47.683Z Compiling pest_meta v2.7.14
25472024-11-18T17:54:48.987Z Compiling pest_generator v2.7.14
25482024-11-18T17:54:51.791Z Compiling pest_derive v2.7.14
25492024-11-18T17:54:52.585Z Compiling dtrace-parser v0.2.0
25502024-11-18T17:54:54.415Z Compiling clap_derive v4.5.18
25512024-11-18T17:54:55.382Z Compiling toml_datetime v0.6.8
25522024-11-18T17:54:56.109Z Compiling serde_spanned v0.6.8
25532024-11-18T17:54:56.383Z Compiling toml_edit v0.22.22
25542024-11-18T17:54:59.041Z Compiling dof v0.3.0
25552024-11-18T17:54:59.250Z Compiling serde_tokenstream v0.2.2
25562024-11-18T17:54:59.946Z Compiling camino v1.1.9
25572024-11-18T17:55:01.228Z Compiling usdt-macro v0.5.0
25582024-11-18T17:55:01.353Z Compiling usdt-attr-macro v0.5.0
25592024-11-18T17:55:02.464Z Compiling toml v0.8.19
25602024-11-18T17:55:02.734Z Compiling semver v1.0.23
25612024-11-18T17:55:04.223Z Compiling cargo-platform v0.1.8
25622024-11-18T17:55:05.337Z Compiling cargo_metadata v0.18.1
25632024-11-18T17:55:05.896Z Compiling cargo_toml v0.20.5
25642024-11-18T17:55:08.140Z Compiling usdt v0.5.0
25652024-11-18T17:55:08.961Z Compiling camino-tempfile v1.1.1
25662024-11-18T17:55:09.317Z Compiling clap v4.5.21
25672024-11-18T17:55:09.460Z Compiling macaddr v1.0.1
25682024-11-18T17:55:17.587Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25692024-11-18T17:55:28.717Z Finished `release` profile [optimized] target(s) in 56.26s
25702024-11-18T17:55:28.821Z
25712024-11-18T17:55:28.823Zreal 56.390398886
25722024-11-18T17:55:28.823Zuser 5:43.281746952
25732024-11-18T17:55:28.823Zsys 31.459277519
25742024-11-18T17:55:28.823Ztrap 0.148675084
25752024-11-18T17:55:28.823Ztflt 0.293497200
25762024-11-18T17:55:28.823Zdflt 0.515447330
25772024-11-18T17:55:28.823Zkflt 0.000000000
25782024-11-18T17:55:28.823Zlock 10:31.040943074
25792024-11-18T17:55:28.823Zslp 15:59.950723487
25802024-11-18T17:55:28.823Zlat 13.709648906
25812024-11-18T17:55:28.824Zstop 16.631477338
25822024-11-18T17:55:28.824Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
25832024-11-18T17:55:28.824Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
25842024-11-18T17:55:28.824Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
25852024-11-18T17:55:28.824Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
25862024-11-18T17:55:28.824Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
25872024-11-18T17:55:29.684Z Compiling hashbrown v0.14.5
25882024-11-18T17:55:29.810Z Compiling unsafe-libyaml v0.2.11
25892024-11-18T17:55:29.822Z Compiling progenitor-client v0.8.0
25902024-11-18T17:55:29.825Z Compiling ident_case v1.0.1
25912024-11-18T17:55:29.825Z Compiling ipnetwork v0.20.0
25922024-11-18T17:55:29.825Z Compiling instant v0.1.13
25932024-11-18T17:55:29.825Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25942024-11-18T17:55:29.825Z Compiling structmeta-derive v0.3.0
25952024-11-18T17:55:29.986Z Compiling darling_core v0.20.10
25962024-11-18T17:55:30.004Z Compiling newtype-uuid v1.1.3
25972024-11-18T17:55:30.298Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25982024-11-18T17:55:30.333Z Compiling dropshot v0.13.0
25992024-11-18T17:55:30.711Z Compiling dropshot_endpoint v0.13.0
26002024-11-18T17:55:30.730Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26012024-11-18T17:55:30.807Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26022024-11-18T17:55:31.057Z Compiling regress v0.10.1
26032024-11-18T17:55:31.125Z Compiling serde_yaml v0.9.34+deprecated
26042024-11-18T17:55:31.176Z Compiling regress v0.9.1
26052024-11-18T17:55:31.502Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26062024-11-18T17:55:31.699Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26072024-11-18T17:55:31.756Z Compiling backoff v0.4.0
26082024-11-18T17:55:32.110Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26092024-11-18T17:55:32.295Z Compiling macaddr v1.0.1
26102024-11-18T17:55:32.510Z Compiling tempfile v3.13.0
26112024-11-18T17:55:32.734Z Compiling proc-macro-crate v1.3.1
26122024-11-18T17:55:32.809Z Compiling structmeta v0.3.0
26132024-11-18T17:55:33.268Z Compiling parse-display-derive v0.10.0
26142024-11-18T17:55:33.388Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26152024-11-18T17:55:33.783Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26162024-11-18T17:55:33.881Z Compiling num_enum_derive v0.5.11
26172024-11-18T17:55:34.096Z Compiling foreign-types-macros v0.2.3
26182024-11-18T17:55:35.255Z Compiling typify-impl v0.2.0
26192024-11-18T17:55:35.479Z Compiling foreign-types-shared v0.3.1
26202024-11-18T17:55:35.616Z Compiling heapless v0.8.0
26212024-11-18T17:55:36.109Z Compiling foreign-types v0.5.0
26222024-11-18T17:55:36.237Z Compiling proc-macro-error v1.0.4
26232024-11-18T17:55:36.502Z Compiling camino-tempfile v1.1.1
26242024-11-18T17:55:36.535Z Compiling num_enum v0.5.11
26252024-11-18T17:55:36.632Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26262024-11-18T17:55:36.699Z Compiling hash32 v0.3.1
26272024-11-18T17:55:36.954Z Compiling cstr-argument v0.1.2
26282024-11-18T17:55:36.956Z Compiling smoltcp v0.11.0
26292024-11-18T17:55:36.988Z Compiling pretty-hex v0.2.1
26302024-11-18T17:55:37.043Z Compiling darling_macro v0.20.10
26312024-11-18T17:55:37.176Z Compiling crucible-workspace-hack v0.1.0
26322024-11-18T17:55:37.199Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26332024-11-18T17:55:37.492Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26342024-11-18T17:55:37.516Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26352024-11-18T17:55:37.691Z Compiling tabwriter v1.4.0
26362024-11-18T17:55:37.711Z Compiling colored v2.1.0
26372024-11-18T17:55:37.904Z Compiling parse-display v0.10.0
26382024-11-18T17:55:37.989Z Compiling darling v0.20.10
26392024-11-18T17:55:38.061Z Compiling cobs v0.2.3
26402024-11-18T17:55:38.124Z Compiling serde_with_macros v3.11.0
26412024-11-18T17:55:38.334Z Compiling postcard v1.0.10
26422024-11-18T17:55:38.378Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26432024-11-18T17:55:38.475Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26442024-11-18T17:55:38.630Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26452024-11-18T17:55:38.648Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26462024-11-18T17:55:38.751Z Compiling smf v0.2.3
26472024-11-18T17:55:38.958Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26482024-11-18T17:55:39.294Z Compiling zone_cfg_derive v0.3.0
26492024-11-18T17:55:39.510Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26502024-11-18T17:55:40.037Z Compiling num-derive v0.4.2
26512024-11-18T17:55:40.261Z Compiling sigpipe v0.1.3
26522024-11-18T17:55:40.404Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26532024-11-18T17:55:40.732Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26542024-11-18T17:55:40.896Z Compiling zone v0.3.0
26552024-11-18T17:55:41.066Z Compiling serde_with v3.11.0
26562024-11-18T17:55:41.845Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
26572024-11-18T17:55:42.332Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26582024-11-18T17:55:42.473Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26592024-11-18T17:55:42.544Z Compiling universal-hash v0.5.1
26602024-11-18T17:55:42.762Z Compiling opaque-debug v0.3.1
26612024-11-18T17:55:42.874Z Compiling num-rational v0.4.2
26622024-11-18T17:55:43.291Z Compiling password-hash v0.5.0
26632024-11-18T17:55:43.400Z Compiling num-complex v0.4.6
26642024-11-18T17:55:44.050Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26652024-11-18T17:55:44.348Z Compiling blake2 v0.10.6
26662024-11-18T17:55:44.430Z Compiling aead v0.5.2
26672024-11-18T17:55:44.434Z Compiling keccak v0.1.5
26682024-11-18T17:55:44.662Z Compiling convert_case v0.4.0
26692024-11-18T17:55:44.819Z Compiling argon2 v0.5.3
26702024-11-18T17:55:45.011Z Compiling sha3 v0.10.8
26712024-11-18T17:55:45.169Z Compiling num v0.4.3
26722024-11-18T17:55:45.299Z Compiling poly1305 v0.8.0
26732024-11-18T17:55:45.515Z Compiling tungstenite v0.21.0
26742024-11-18T17:55:45.720Z Compiling chacha20 v0.9.1
26752024-11-18T17:55:45.738Z Compiling derive_more v0.99.18
26762024-11-18T17:55:46.072Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
26772024-11-18T17:55:46.210Z Compiling base64 v0.21.7
26782024-11-18T17:55:46.234Z Compiling float-ord v0.3.2
26792024-11-18T17:55:46.412Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26802024-11-18T17:55:46.867Z Compiling tokio-tungstenite v0.21.0
26812024-11-18T17:55:47.004Z Compiling semver v0.1.20
26822024-11-18T17:55:47.028Z Compiling same-file v1.0.6
26832024-11-18T17:55:47.336Z Compiling walkdir v2.5.0
26842024-11-18T17:55:47.490Z Compiling rustc_version v0.1.7
26852024-11-18T17:55:47.590Z Compiling newline-converter v0.3.0
26862024-11-18T17:55:47.688Z Compiling primeorder v0.13.6
26872024-11-18T17:55:47.691Z Compiling secrecy v0.8.0
26882024-11-18T17:55:47.763Z Compiling cancel-safe-futures v0.1.5
26892024-11-18T17:55:47.766Z Compiling owo-colors v4.1.0
26902024-11-18T17:55:47.977Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26912024-11-18T17:55:48.023Z Compiling newtype_derive v0.1.6
26922024-11-18T17:55:48.115Z Compiling expectorate v1.1.0
26932024-11-18T17:55:48.134Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26942024-11-18T17:55:48.137Z Compiling thiserror-impl-no-std v2.0.2
26952024-11-18T17:55:48.218Z Compiling ring v0.16.20
26962024-11-18T17:55:48.293Z Compiling blake3 v1.5.4
26972024-11-18T17:55:48.313Z Compiling half v2.4.1
26982024-11-18T17:55:48.494Z Compiling unicase v2.7.0
26992024-11-18T17:55:48.802Z Compiling arc-swap v1.7.1
27002024-11-18T17:55:48.868Z Compiling ciborium-io v0.2.2
27012024-11-18T17:55:49.006Z Compiling ciborium-ll v0.2.2
27022024-11-18T17:55:49.079Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27032024-11-18T17:55:49.377Z Compiling slog-scope v4.4.0
27042024-11-18T17:55:49.601Z Compiling polyval v0.6.2
27052024-11-18T17:55:49.956Z Compiling atomicwrites v0.4.4
27062024-11-18T17:55:50.054Z Compiling libsw v3.3.1
27072024-11-18T17:55:50.105Z Compiling memmap2 v0.9.5
27082024-11-18T17:55:50.365Z Compiling salty v0.3.0
27092024-11-18T17:55:50.391Z Compiling parking_lot_core v0.8.6
27102024-11-18T17:55:50.595Z Compiling constant_time_eq v0.3.1
27112024-11-18T17:55:50.797Z Compiling indent_write v2.2.0
27122024-11-18T17:55:50.800Z Compiling arrayref v0.3.9
27132024-11-18T17:55:50.866Z Compiling arrayvec v0.7.6
27142024-11-18T17:55:50.931Z Compiling linear-map v1.2.0
27152024-11-18T17:55:51.032Z Compiling libefi-sys v0.1.0
27162024-11-18T17:55:51.286Z Compiling spin v0.5.2
27172024-11-18T17:55:51.419Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27182024-11-18T17:55:51.437Z Compiling thiserror-no-std v2.0.2
27192024-11-18T17:55:51.527Z Compiling ghash v0.5.1
27202024-11-18T17:55:51.565Z Compiling vsss-rs v3.3.4
27212024-11-18T17:55:51.731Z Compiling slog-stdlog v4.1.1
27222024-11-18T17:55:51.962Z Compiling ciborium v0.2.2
27232024-11-18T17:55:52.557Z Compiling p384 v0.13.0
27242024-11-18T17:55:52.812Z Compiling toolchain_find v0.4.0
27252024-11-18T17:55:53.380Z Compiling chacha20poly1305 v0.10.1
27262024-11-18T17:55:53.450Z Compiling ctr v0.9.2
27272024-11-18T17:55:53.520Z Compiling lzma-sys v0.1.20
27282024-11-18T17:55:53.610Z Compiling itertools v0.13.0
27292024-11-18T17:55:53.808Z Compiling typify-macro v0.2.0
27302024-11-18T17:55:53.828Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27312024-11-18T17:55:54.129Z Compiling bitfield-struct v0.6.2
27322024-11-18T17:55:54.241Z Compiling slog-dtrace v0.3.0
27332024-11-18T17:55:54.318Z Compiling highway v1.2.0
27342024-11-18T17:55:54.538Z Compiling topological-sort v0.2.2
27352024-11-18T17:55:54.783Z Compiling omicron-zone-package v0.11.1
27362024-11-18T17:55:55.390Z Compiling aes-gcm v0.10.3
27372024-11-18T17:55:55.428Z Compiling rustfmt-wrapper v0.2.1
27382024-11-18T17:55:55.621Z Compiling mime_guess v2.0.5
27392024-11-18T17:55:55.663Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27402024-11-18T17:55:55.711Z Compiling slog-envlogger v2.2.0
27412024-11-18T17:55:56.021Z Compiling steno v0.4.1
27422024-11-18T17:55:56.886Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27432024-11-18T17:55:56.984Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27442024-11-18T17:55:56.987Z Compiling heck v0.3.3
27452024-11-18T17:55:57.046Z Compiling ssh-encoding v0.2.0
27462024-11-18T17:55:57.198Z Compiling blowfish v0.9.1
27472024-11-18T17:55:57.440Z Compiling nibble_vec v0.1.0
27482024-11-18T17:55:57.554Z Compiling env_filter v0.1.2
27492024-11-18T17:55:57.574Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27502024-11-18T17:55:57.648Z Compiling endian-type v0.1.2
27512024-11-18T17:55:57.669Z Compiling humantime v2.1.0
27522024-11-18T17:55:57.847Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27532024-11-18T17:55:57.905Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27542024-11-18T17:55:57.978Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27552024-11-18T17:55:58.139Z Compiling typify v0.2.0
27562024-11-18T17:55:58.162Z Compiling radix_trie v0.2.1
27572024-11-18T17:55:58.230Z Compiling env_logger v0.11.5
27582024-11-18T17:55:58.250Z Compiling progenitor-impl v0.8.0
27592024-11-18T17:55:58.278Z Compiling zone_cfg_derive v0.1.2
27602024-11-18T17:55:58.298Z Compiling bcrypt-pbkdf v0.10.0
27612024-11-18T17:55:58.852Z Compiling ssh-cipher v0.2.0
27622024-11-18T17:55:58.982Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27632024-11-18T17:55:59.008Z Compiling parking_lot v0.11.2
27642024-11-18T17:55:59.386Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27652024-11-18T17:55:59.800Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27662024-11-18T17:55:59.986Z Compiling password-hash v0.4.2
27672024-11-18T17:56:00.277Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
27682024-11-18T17:56:00.329Z Compiling gethostname v0.5.0
27692024-11-18T17:56:00.385Z Compiling fxhash v0.2.1
27702024-11-18T17:56:00.567Z Compiling base64 v0.13.1
27712024-11-18T17:56:00.617Z Compiling matches v0.1.10
27722024-11-18T17:56:00.636Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27732024-11-18T17:56:00.727Z Compiling idna v0.2.3
27742024-11-18T17:56:00.913Z Compiling sled v0.34.7
27752024-11-18T17:56:00.933Z Compiling pbkdf2 v0.11.0
27762024-11-18T17:56:00.982Z Compiling ron v0.7.1
27772024-11-18T17:56:01.083Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27782024-11-18T17:56:01.166Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27792024-11-18T17:56:01.285Z Compiling zone v0.1.8
27802024-11-18T17:56:01.798Z Compiling xz2 v0.1.7
27812024-11-18T17:56:02.298Z Compiling ssh-key v0.6.6
27822024-11-18T17:56:02.413Z Compiling hickory-client v0.24.1
27832024-11-18T17:56:03.368Z Compiling p521 v0.13.3
27842024-11-18T17:56:03.370Z Compiling p256 v0.13.2
27852024-11-18T17:56:03.720Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27862024-11-18T17:56:03.919Z Compiling hickory-server v0.24.1
27872024-11-18T17:56:04.230Z Compiling enum-as-inner v0.5.1
27882024-11-18T17:56:04.956Z Compiling pem v3.0.4
27892024-11-18T17:56:05.305Z Compiling yasna v0.5.2
27902024-11-18T17:56:05.728Z Compiling headers-core v0.3.0
27912024-11-18T17:56:05.809Z Compiling kstat-rs v0.2.4
27922024-11-18T17:56:05.902Z Compiling nanorand v0.7.0
27932024-11-18T17:56:06.461Z Compiling russh-cryptovec v0.7.3
27942024-11-18T17:56:06.494Z Compiling atty v0.2.14
27952024-11-18T17:56:06.600Z Compiling progenitor-macro v0.8.0
27962024-11-18T17:56:06.654Z Compiling http-range v0.1.5
27972024-11-18T17:56:06.781Z Compiling md5 v0.7.0
27982024-11-18T17:56:07.048Z Compiling hyper-staticfile v0.10.1
27992024-11-18T17:56:07.070Z Compiling rcgen v0.12.1
28002024-11-18T17:56:07.122Z Compiling russh-keys v0.45.0
28012024-11-18T17:56:07.316Z Compiling flume v0.11.1
28022024-11-18T17:56:07.657Z Compiling headers v0.4.0
28032024-11-18T17:56:08.065Z Compiling trust-dns-proto v0.22.0
28042024-11-18T17:56:08.195Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28052024-11-18T17:56:09.582Z Compiling num-bigint v0.4.6
28062024-11-18T17:56:09.658Z Compiling des v0.8.1
28072024-11-18T17:56:10.046Z Compiling subprocess v0.2.9
28082024-11-18T17:56:11.147Z Compiling dhcproto-macros v0.1.0
28092024-11-18T17:56:11.377Z Compiling display-error-chain v0.2.2
28102024-11-18T17:56:11.600Z Compiling hex-literal v0.4.1
28112024-11-18T17:56:11.769Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28122024-11-18T17:56:12.031Z Compiling internet-checksum v0.2.1
28132024-11-18T17:56:12.568Z Compiling dhcproto v0.12.0
28142024-11-18T17:56:12.918Z Compiling russh v0.45.0
28152024-11-18T17:56:17.221Z Compiling progenitor v0.8.0
28162024-11-18T17:56:17.366Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28172024-11-18T17:56:17.369Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28182024-11-18T17:56:17.369Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28192024-11-18T17:56:17.369Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28202024-11-18T17:56:17.369Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28212024-11-18T17:56:17.441Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28222024-11-18T17:56:17.505Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28232024-11-18T17:56:18.364Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28242024-11-18T17:56:18.853Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998)
28252024-11-18T17:56:19.963Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28262024-11-18T17:56:23.470Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28272024-11-18T17:56:24.111Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28282024-11-18T17:56:33.426Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28292024-11-18T17:56:33.429Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28302024-11-18T17:56:33.429Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28312024-11-18T17:56:33.429Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28322024-11-18T17:56:36.556Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28332024-11-18T17:56:36.940Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28342024-11-18T17:56:38.038Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28352024-11-18T17:56:38.269Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28362024-11-18T17:56:40.624Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28372024-11-18T17:56:41.426Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28382024-11-18T17:56:42.408Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28392024-11-18T17:56:42.411Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28402024-11-18T17:56:43.538Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28412024-11-18T17:56:44.117Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28422024-11-18T17:56:45.307Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28432024-11-18T17:56:45.426Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28442024-11-18T17:56:46.330Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28452024-11-18T17:56:46.485Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28462024-11-18T17:56:46.966Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28472024-11-18T17:56:48.607Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28482024-11-18T17:56:49.285Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28492024-11-18T17:56:49.825Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28502024-11-18T17:56:50.279Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28512024-11-18T17:56:51.216Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28522024-11-18T17:56:54.308Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28532024-11-18T17:56:56.833Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28542024-11-18T17:56:56.997Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552024-11-18T17:56:57.183Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28562024-11-18T17:57:03.240Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28572024-11-18T17:57:11.419Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28582024-11-18T17:57:12.710Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28592024-11-18T17:57:30.696Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28602024-11-18T17:58:02.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
28612024-11-18T17:58:02.276Z
28622024-11-18T17:58:02.278Zreal 2:33.358979954
28632024-11-18T17:58:02.278Zuser 11:52.507100912
28642024-11-18T17:58:02.278Zsys 2:34.357940395
28652024-11-18T17:58:02.279Ztrap 0.312861212
28662024-11-18T17:58:02.279Ztflt 0.716791534
28672024-11-18T17:58:02.279Zdflt 2.018108516
28682024-11-18T17:58:02.279Zkflt 0.000015794
28692024-11-18T17:58:02.279Zlock 24:23.199469977
28702024-11-18T17:58:02.279Zslp 42:10.360515342
28712024-11-18T17:58:02.279Zlat 33.148409893
28722024-11-18T17:58:02.279Zstop 1:24.022272497
28732024-11-18T17:58:02.279Z+ mkdir tests
28742024-11-18T17:58:02.281Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
28752024-11-18T17:58:02.281Z+ xargs -I '{}' -t cp '{}' tests/
28762024-11-18T17:58:02.325Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9802ee68cc8d4054 tests/
28772024-11-18T17:58:02.352Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f65635f2e4439db7 tests/
28782024-11-18T17:58:02.379Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-42121a4e7222f4ec tests/
28792024-11-18T17:58:02.406Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4db006a8b6aa2348 tests/
28802024-11-18T17:58:02.640Z+ 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/*)
28812024-11-18T17:58:02.643Z+ 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-f65635f2e4439db7 tests/commtest-42121a4e7222f4ec tests/dhcp_server-9802ee68cc8d4054 tests/end_to_end_tests-4db006a8b6aa2348 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
28822024-11-18T17:59:14.059ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
28832024-11-18T17:59:14.059Za .github/buildomat/ci-env.sh 1K
28842024-11-18T17:59:14.059Za out/target/test 1K
28852024-11-18T17:59:14.059Za out/npuzone/npuzone 23144K
28862024-11-18T17:59:14.059Za package-manifest.toml 32K
28872024-11-18T17:59:14.059Za smf/sled-agent/non-gimlet/config.toml 4K
28882024-11-18T17:59:14.059Za target/release/omicron-package 36317K
28892024-11-18T17:59:14.059Za target/release/xtask 11750K
28902024-11-18T17:59:14.059Za target/debug/bootstrap 209773K
28912024-11-18T17:59:14.059Za tests/bootstrap-f65635f2e4439db7 24246K
28922024-11-18T17:59:14.059Za tests/commtest-42121a4e7222f4ec 25022K
28932024-11-18T17:59:14.059Za tests/dhcp_server-9802ee68cc8d4054 24246K
28942024-11-18T17:59:14.059Za tests/end_to_end_tests-4db006a8b6aa2348 227877K
28952024-11-18T17:59:14.059Za out/clickhouse.tar.gz 286441K
28962024-11-18T17:59:14.059Za out/clickhouse_keeper.tar.gz 286421K
28972024-11-18T17:59:14.059Za out/clickhouse_server.tar.gz 286420K
28982024-11-18T17:59:14.059Za out/cockroachdb.tar.gz 134540K
28992024-11-18T17:59:14.059Za out/crucible-dtrace.tar 83K
29002024-11-18T17:59:14.059Za out/crucible-pantry-zone.tar.gz 28156K
29012024-11-18T17:59:14.059Za out/crucible-zone.tar.gz 36365K
29022024-11-18T17:59:14.059Za out/external-dns.tar.gz 35266K
29032024-11-18T17:59:14.059Za out/internal-dns.tar.gz 35268K
29042024-11-18T17:59:14.059Za out/mg-ddm-gz.tar 62661K
29052024-11-18T17:59:14.059Za out/nexus.tar.gz 100750K
29062024-11-18T17:59:14.059Za out/ntp.tar.gz 10344K
29072024-11-18T17:59:14.059Za out/omicron-gateway-softnpu.tar.gz 23873K
29082024-11-18T17:59:14.059Za out/omicron-sled-agent.tar 112642K
29092024-11-18T17:59:14.060Za out/overlay.tar.gz 3K
29102024-11-18T17:59:14.060Za out/oximeter.tar.gz 51664K
29112024-11-18T17:59:14.060Za out/oxlog.tar 3088K
29122024-11-18T17:59:14.060Za out/probe.tar.gz 2764K
29132024-11-18T17:59:14.060Za out/propolis-server.tar.gz 66584K
29142024-11-18T17:59:14.060Za out/pumpkind-gz.tar 26665K
29152024-11-18T17:59:14.060Za out/switch-softnpu.tar.gz 234595K
29162024-11-18T17:59:14.111Z
29172024-11-18T17:59:14.112Zreal 1:11.342212304
29182024-11-18T17:59:14.112Zuser 1:08.113090562
29192024-11-18T17:59:14.112Zsys 4.557701510
29202024-11-18T17:59:14.112Ztrap 0.017210069
29212024-11-18T17:59:14.112Ztflt 0.000000000
29222024-11-18T17:59:14.112Zdflt 0.000000000
29232024-11-18T17:59:14.112Zkflt 0.000000000
29242024-11-18T17:59:14.112Zlock 0.000000000
29252024-11-18T17:59:14.112Zslp 1:07.949891419
29262024-11-18T17:59:14.112Zlat 2.040314392
29272024-11-18T17:59:14.112Zstop 0.000193314
29282024-11-18T17:59:14.112Zprocess exited: duration 1933511 ms, exit code 0
 
29292024-11-18T17:59:14.336Zfound 1 output files
29302024-11-18T17:59:14.337Zuploading: /work/package.tar.gz (1877119134 bytes)
29312024-11-18T17:59:53.907Zuploaded: /work/package.tar.gz