01JDQHMX8KFC3BGWDVK6GBN8AP: 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: 01JDQHNDQ0Z5Q2W06XH6RF4WB4

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-27T19:31:38.856Zjob assigned to worker 01JDQHNH1SVFXJYWDHHC0VXW5K [factory aws, i-0e68c18c39cdaa07b] (queued for 56 s)
 
22024-11-27T19:31:47.089Zstarting task 0: "setup"
32024-11-27T19:31:47.100Z++ uname -s
42024-11-27T19:31:47.103Z+ kern=SunOS
52024-11-27T19:31:47.103Z+ case "$kern" in
62024-11-27T19:31:47.103Z+ groupadd -g 12345 build
72024-11-27T19:31:47.107Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-27T19:31:49.112Z+ zfs create -o mountpoint=/work rpool/work
92024-11-27T19:31:49.298Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-27T19:31:49.301Z+ home_fs=zfs
112024-11-27T19:31:49.301Z+ [[ zfs == autofs ]]
122024-11-27T19:31:49.301Z+ mkdir -p /home/build
132024-11-27T19:31:49.304Z+ chown build:build /home/build /work
142024-11-27T19:31:50.304Z+ chmod 0700 /home/build /work
152024-11-27T19:31:50.307Zprocess exited: duration 3217 ms, exit code 0
 
162024-11-27T19:31:50.313Zstarting task 1: "rust-toolchain"
172024-11-27T19:31:50.319Z+ printf ' * toolchain channel = "%s"
182024-11-27T19:31:50.319Z' 1.81.0
192024-11-27T19:31:50.319Z+ printf ' * toolchain profile = "%s"
202024-11-27T19:31:50.319Z' default
212024-11-27T19:31:50.319Z * toolchain channel = "1.81.0"
222024-11-27T19:31:50.319Z * toolchain profile = "default"
232024-11-27T19:31:50.322Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-27T19:31:50.322Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-11-27T19:31:50.445Zinfo: downloading installer
262024-11-27T19:31:51.747Zinfo: profile set to 'default'
272024-11-27T19:31:51.747Zinfo: default host triple is x86_64-unknown-illumos
282024-11-27T19:31:51.750Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-11-27T19:31:51.892Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-11-27T19:31:51.892Zinfo: downloading component 'cargo'
312024-11-27T19:31:52.621Zinfo: downloading component 'clippy'
322024-11-27T19:31:52.893Zinfo: downloading component 'rust-docs'
332024-11-27T19:31:53.908Zinfo: downloading component 'rust-std'
342024-11-27T19:31:55.489Zinfo: downloading component 'rustc'
352024-11-27T19:32:01.148Zinfo: downloading component 'rustfmt'
362024-11-27T19:32:01.368Zinfo: installing component 'cargo'
372024-11-27T19:32:02.201Zinfo: installing component 'clippy'
382024-11-27T19:32:02.555Zinfo: installing component 'rust-docs'
392024-11-27T19:32:04.201Zinfo: installing component 'rust-std'
402024-11-27T19:32:05.910Zinfo: installing component 'rustc'
412024-11-27T19:32:11.803Zinfo: installing component 'rustfmt'
422024-11-27T19:32:12.138Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-11-27T19:32:12.138Z
442024-11-27T19:32:12.507Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-11-27T19:32:12.508Z
462024-11-27T19:32:12.511Z
472024-11-27T19:32:12.511ZRust is installed now. Great!
482024-11-27T19:32:12.511Z
492024-11-27T19:32:12.511ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-27T19:32:12.511Zenvironment variable. This has not been done automatically.
512024-11-27T19:32:12.511Z
522024-11-27T19:32:12.511ZTo configure your current shell, you need to source
532024-11-27T19:32:12.512Zthe corresponding env file under $HOME/.cargo.
542024-11-27T19:32:12.512Z
552024-11-27T19:32:12.512ZThis is usually done by running one of the following (note the leading DOT):
562024-11-27T19:32:12.512Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-27T19:32:12.512Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-27T19:32:12.589Z+ rustc --version
592024-11-27T19:32:12.659Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-11-27T19:32:12.663Zprocess exited: duration 22346 ms, exit code 0
 
612024-11-27T19:32:12.669Zstarting task 2: "authentication"
622024-11-27T19:32:12.691Zprocess exited: duration 21 ms, exit code 0
 
632024-11-27T19:32:12.696Zstarting task 3: "clone repository"
642024-11-27T19:32:12.700Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-27T19:32:12.704Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-27T19:32:12.979ZCloning into '/work/oxidecomputer/omicron'...
672024-11-27T19:32:20.277Z+ cd /work/oxidecomputer/omicron
682024-11-27T19:32:20.277Z+ git fetch origin f50e824ea658dbbd65949c8358582afcba5bd74f
692024-11-27T19:32:20.576ZFrom https://github.com/oxidecomputer/omicron
702024-11-27T19:32:20.579Z * branch f50e824ea658dbbd65949c8358582afcba5bd74f -> FETCH_HEAD
712024-11-27T19:32:20.588Z+ [[ -n renovate/qorb-0.x ]]
722024-11-27T19:32:20.590Z++ git branch --show-current
732024-11-27T19:32:20.593Z+ current=main
742024-11-27T19:32:20.593Z+ [[ main != renovate/qorb-0.x ]]
752024-11-27T19:32:20.593Z+ git branch -f renovate/qorb-0.x f50e824ea658dbbd65949c8358582afcba5bd74f
762024-11-27T19:32:20.596Z+ git checkout -f renovate/qorb-0.x
772024-11-27T19:32:20.727ZSwitched to branch 'renovate/qorb-0.x'
782024-11-27T19:32:20.732Z+ git reset --hard f50e824ea658dbbd65949c8358582afcba5bd74f
792024-11-27T19:32:20.859ZHEAD is now at f50e824ea Update Rust crate qorb to 0.2.1
802024-11-27T19:32:20.861Zprocess exited: duration 8164 ms, exit code 0
 
812024-11-27T19:32:20.867Zstarting task 4: "build"
822024-11-27T19:32:20.873Z+ source .github/buildomat/ci-env.sh
832024-11-27T19:32:20.876Z++ export CARGO_TERM_COLOR=always
842024-11-27T19:32:20.876Z++ CARGO_TERM_COLOR=always
852024-11-27T19:32:20.876Z+ cargo --version
862024-11-27T19:32:20.934Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-11-27T19:32:20.937Z+ rustc --version
882024-11-27T19:32:21.002Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-11-27T19:32:21.005Z+ WORK=/work
902024-11-27T19:32:21.005Z+ pfexec mkdir -p /work
912024-11-27T19:32:21.008Z+ pfexec chown build /work
922024-11-27T19:32:21.010Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932024-11-27T19:32:35.971Z Startup: Refreshing catalog 'helios-dev' ... Done
942024-11-27T19:32:39.971Z Startup: Caching catalogs ... Done
952024-11-27T19:32:49.694ZPlanning: Solver setup ... Done (8.828s)
962024-11-27T19:32:49.816ZPlanning: Running solver ... Done (0.122s)
972024-11-27T19:32:50.062ZPlanning: Finding local manifests ... Done (0.148s)
982024-11-27T19:32:50.500ZPlanning: Fetching manifests: 0/5 0% complete
992024-11-27T19:32:51.150ZPlanning: Fetching manifests: 5/5 100% complete
1002024-11-27T19:32:51.626ZPlanning: Package planning ... Done (0.476s)
1012024-11-27T19:32:51.684ZPlanning: Merging actions ... Done (0.056s)
1022024-11-27T19:32:52.503ZPlanning: Checking for conflicting actions ... Done (0.819s)
1032024-11-27T19:32:59.020ZPlanning: Consolidating action changes ... Done (6.516s)
1042024-11-27T19:32:59.472ZPlanning: Evaluating mediators ... Done (0.451s)
1052024-11-27T19:32:59.647ZPlanning: Planning completed in 19.58 seconds
1062024-11-27T19:32:59.965Z Packages to install: 4
1072024-11-27T19:32:59.965Z Packages to update: 1
1082024-11-27T19:32:59.965Z Mediators to change: 2
1092024-11-27T19:32:59.968Z Services to change: 1
1102024-11-27T19:32:59.968Z Estimated space available: 155.64 GB
1112024-11-27T19:32:59.968ZEstimated space to be consumed: 1.60 GB
1122024-11-27T19:32:59.968Z Create boot environment: No
1132024-11-27T19:32:59.968ZCreate backup boot environment: Yes
1142024-11-27T19:32:59.968Z Rebuild boot archive: No
1152024-11-27T19:32:59.968Z
1162024-11-27T19:32:59.968ZChanged mediators:
1172024-11-27T19:32:59.968Z mediator clang:
1182024-11-27T19:32:59.968Z version: None -> 15 (system default)
1192024-11-27T19:32:59.968Z
1202024-11-27T19:32:59.968Z mediator llvm:
1212024-11-27T19:32:59.968Z version: 14 (system default) -> 15 (system default)
1222024-11-27T19:32:59.968Z
1232024-11-27T19:32:59.969ZChanged packages:
1242024-11-27T19:32:59.969Zhelios-dev
1252024-11-27T19:32:59.969Z developer/build-essential
1262024-11-27T19:32:59.969Z None -> 11-2.0
1272024-11-27T19:32:59.969Z library/libxmlsec1
1282024-11-27T19:32:59.969Z None -> 1.2.35-2.0
1292024-11-27T19:32:59.969Z ooce/developer/clang-15
1302024-11-27T19:32:59.969Z None -> 15.0.7-2.0
1312024-11-27T19:32:59.969Z ooce/developer/llvm-15
1322024-11-27T19:32:59.969Z None -> 15.0.7-2.0
1332024-11-27T19:32:59.969Z package/pkg
1342024-11-27T19:32:59.969Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1352024-11-27T19:32:59.969Z
1362024-11-27T19:32:59.969ZServices:
1372024-11-27T19:32:59.969Z restart_fmri:
1382024-11-27T19:32:59.969Z svc:/system/update-man-index:default
1392024-11-27T19:32:59.969Z
1402024-11-27T19:32:59.969ZEditable files to change:
1412024-11-27T19:32:59.969Z Update:
1422024-11-27T19:32:59.969Z usr/share/lib/pkg/web/config.shtml
1432024-11-27T19:33:00.327Z
1442024-11-27T19:33:00.327ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1452024-11-27T19:33:06.448ZDownload: 210/4281 items 1.3/220.6MB 0% complete (1.9M/s)
1462024-11-27T19:33:11.447ZDownload: 1193/4281 items 81.1/220.6MB 36% complete (8.1M/s)
1472024-11-27T19:33:16.462ZDownload: 2000/4281 items 118.7/220.6MB 53% complete (11.8M/s)
1482024-11-27T19:33:21.451ZDownload: 3164/4281 items 174.4/220.6MB 79% complete (9.3M/s)
1492024-11-27T19:33:26.722ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (10.2M/s)
1502024-11-27T19:33:26.825ZDownload: Completed 220.60 MB in 26.49 seconds (8.3M/s)
1512024-11-27T19:33:28.975Z Actions: 1/5063 actions (Removing old actions)
1522024-11-27T19:33:28.993Z Actions: 194/5063 actions (Installing new actions)
1532024-11-27T19:33:34.052Z Actions: 4078/5063 actions (Installing new actions)
1542024-11-27T19:33:35.207Z Actions: 4226/5063 actions (Updating modified actions)
1552024-11-27T19:33:35.624Z Actions: Completed 5063 actions in 6.65 seconds.
1562024-11-27T19:33:36.026Z Done (0.394s)
1572024-11-27T19:33:36.029Z Done (0.000s)
1582024-11-27T19:33:36.563Z Done (0.535s)
1592024-11-27T19:33:43.010Z Done (6.223s)
1602024-11-27T19:33:43.385Z Done (0.306s)
1612024-11-27T19:33:43.388Z Done (0.000s)
1622024-11-27T19:33:43.543Z Done (0.000s)
1632024-11-27T19:33:44.278ZPlanning: Evaluating mediator changes ... Done
1642024-11-27T19:33:44.448ZPlanning: Checking for conflicting actions ... Done
1652024-11-27T19:33:44.451ZPlanning: Consolidating action changes ... Done
1662024-11-27T19:33:44.733ZPlanning: Evaluating mediators ... Done
1672024-11-27T19:33:44.736ZPlanning: Planning completed in 0.46 seconds
1682024-11-27T19:33:44.773Z Mediators to change: 2
1692024-11-27T19:33:44.773Z Create boot environment: No
1702024-11-27T19:33:44.774ZCreate backup boot environment: No
1712024-11-27T19:33:44.852Z Done
1722024-11-27T19:33:44.852Z Done
1732024-11-27T19:33:45.224Z Done
1742024-11-27T19:33:49.213Z Done
1752024-11-27T19:33:49.312Z Done
1762024-11-27T19:33:49.316Z Done
1772024-11-27T19:33:49.438Z Done
1782024-11-27T19:33:50.088ZPlanning: Evaluating mediator changes ... Done
1792024-11-27T19:33:50.091ZPlanning: Merging actions ... Done
1802024-11-27T19:33:50.290ZPlanning: Checking for conflicting actions ... Done
1812024-11-27T19:33:50.292ZPlanning: Consolidating action changes ... Done
1822024-11-27T19:33:50.565ZPlanning: Evaluating mediators ... Done
1832024-11-27T19:33:50.626ZPlanning: Planning completed in 0.80 seconds
1842024-11-27T19:33:50.669Z Packages to change: 1
1852024-11-27T19:33:50.669Z Mediators to change: 1
1862024-11-27T19:33:50.672Z Services to change: 1
1872024-11-27T19:33:50.672Z Create boot environment: No
1882024-11-27T19:33:50.672ZCreate backup boot environment: Yes
1892024-11-27T19:33:52.802Z Actions: 1/6 actions (Updating modified actions)
1902024-11-27T19:33:52.902Z Actions: Completed 6 actions in 0.10 seconds.
1912024-11-27T19:33:52.905Z Done
1922024-11-27T19:33:52.905Z Done
1932024-11-27T19:33:53.017Z Done
1942024-11-27T19:33:57.028Z Done
1952024-11-27T19:33:57.136Z Done
1962024-11-27T19:33:57.139Z Done
1972024-11-27T19:33:57.297Z Done
1982024-11-27T19:33:57.768ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992024-11-27T19:33:57.768Zclang system 15 system
2002024-11-27T19:33:57.768Zcsh system system illumos
2012024-11-27T19:33:57.768Zctags system system illumos
2022024-11-27T19:33:57.768Zgcc vendor 12 vendor
2032024-11-27T19:33:57.769Zgcc system 10 system
2042024-11-27T19:33:57.769Zgcc system 7 system
2052024-11-27T19:33:57.769Zgo system 1.20 system
2062024-11-27T19:33:57.769Zgo system 1.19 system
2072024-11-27T19:33:57.769Zllvm system 15 system
2082024-11-27T19:33:57.769Zllvm system 14 system
2092024-11-27T19:33:57.769Zmariadb system 10.6 system
2102024-11-27T19:33:57.769Zmta vendor vendor dma
2112024-11-27T19:33:57.769Zopenjdk system 17 system
2122024-11-27T19:33:57.770Zopenjdk system 11 system
2132024-11-27T19:33:57.770Zopenjdk system 1.8 system
2142024-11-27T19:33:57.770Zopenssl vendor 3 vendor
2152024-11-27T19:33:57.770Zperl system 5.36 system
2162024-11-27T19:33:57.770Zpostgresql system 15 system
2172024-11-27T19:33:57.770Zpostgresql system 13 system
2182024-11-27T19:33:57.770Zpython vendor 3 vendor
2192024-11-27T19:33:57.770Zpython system 2 system
2202024-11-27T19:33:57.770Zpython3 system 3.11 system
2212024-11-27T19:33:57.770Zruby system 3.0 system
2222024-11-27T19:33:57.770Zwords vendor vendor american-english
2232024-11-27T19:33:57.770Zwords system system australian-english
2242024-11-27T19:33:57.770Zwords system system british-english
2252024-11-27T19:33:57.770Zwords system system canadian-english
2262024-11-27T19:33:57.770Zwords system system french
2272024-11-27T19:33:57.770Zwords system system italian
2282024-11-27T19:33:57.770Zwords system system ngerman
2292024-11-27T19:33:57.770Zwords system system ogerman
2302024-11-27T19:33:57.770Zwords system system spanish
2312024-11-27T19:33:58.125ZPUBLISHER TYPE STATUS P LOCATION
2322024-11-27T19:33:58.125Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2332024-11-27T19:34:00.814ZFMRI IFO
2342024-11-27T19:34:00.814Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2352024-11-27T19:34:00.814Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2362024-11-27T19:34:00.814Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2372024-11-27T19:34:00.814Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2382024-11-27T19:34:00.814Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2392024-11-27T19:34:00.814Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2402024-11-27T19:34:00.814Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2412024-11-27T19:34:00.814Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2422024-11-27T19:34:00.815Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2432024-11-27T19:34:00.816Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2442024-11-27T19:34:00.816Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2452024-11-27T19:34:00.816Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2462024-11-27T19:34:00.816Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2472024-11-27T19:34:00.816Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2482024-11-27T19:34:00.816Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2492024-11-27T19:34:01.596Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2502024-11-27T19:34:01.900Z Updating crates.io index
2512024-11-27T19:34:01.952Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522024-11-27T19:34:02.495Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2532024-11-27T19:34:02.756Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542024-11-27T19:34:03.055Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2552024-11-27T19:34:03.346Z Updating git repository `https://github.com/oxidecomputer/propolis`
2562024-11-27T19:34:04.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
2572024-11-27T19:34:06.534Z Updating git repository `https://github.com/oxidecomputer/opte`
2582024-11-27T19:34:07.618Z Updating git repository `https://github.com/oxidecomputer/falcon`
2592024-11-27T19:34:08.322Z Updating git repository `https://github.com/oxidecomputer/clickward`
2602024-11-27T19:34:08.613Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612024-11-27T19:34:08.982Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2622024-11-27T19:34:09.595Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2632024-11-27T19:34:09.868Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642024-11-27T19:34:10.199Z Updating git repository `https://github.com/oxidecomputer/tofino`
2652024-11-27T19:34:10.472Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2662024-11-27T19:34:10.754Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2672024-11-27T19:34:11.019Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2682024-11-27T19:34:11.275Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2692024-11-27T19:34:11.555Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702024-11-27T19:34:11.909Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2712024-11-27T19:34:12.206Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722024-11-27T19:34:12.649Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732024-11-27T19:34:13.159Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742024-11-27T19:34:13.822Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2752024-11-27T19:34:14.228Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762024-11-27T19:34:14.573Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2772024-11-27T19:34:14.900Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782024-11-27T19:34:15.177Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792024-11-27T19:34:15.451Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802024-11-27T19:34:16.761Z Downloading crates ...
2812024-11-27T19:34:16.817Z Downloaded block-buffer v0.10.4
2822024-11-27T19:34:16.835Z Downloaded cfg-if v1.0.0
2832024-11-27T19:34:16.837Z Downloaded usdt-impl v0.5.0
2842024-11-27T19:34:16.841Z Downloaded hashbrown v0.15.0
2852024-11-27T19:34:16.844Z Downloaded anstream v0.6.15
2862024-11-27T19:34:16.847Z Downloaded autocfg v1.4.0
2872024-11-27T19:34:16.847Z Downloaded anstyle-query v1.1.1
2882024-11-27T19:34:16.850Z Downloaded byteorder v1.5.0
2892024-11-27T19:34:16.853Z Downloaded anstyle-parse v0.2.5
2902024-11-27T19:34:16.855Z Downloaded anstyle v1.0.10
2912024-11-27T19:34:16.858Z Downloaded camino v1.1.9
2922024-11-27T19:34:16.862Z Downloaded anyhow v1.0.93
2932024-11-27T19:34:16.865Z Downloaded camino-tempfile v1.1.1
2942024-11-27T19:34:16.867Z Downloaded bitflags v2.6.0
2952024-11-27T19:34:16.870Z Downloaded bytecount v0.6.8
2962024-11-27T19:34:16.877Z Downloaded cargo-platform v0.1.8
2972024-11-27T19:34:16.879Z Downloaded clap_derive v4.5.18
2982024-11-27T19:34:16.879Z Downloaded colorchoice v1.0.2
2992024-11-27T19:34:16.886Z Downloaded cargo_toml v0.20.5
3002024-11-27T19:34:16.888Z Downloaded heck v0.4.1
3012024-11-27T19:34:16.891Z Downloaded cargo_metadata v0.18.1
3022024-11-27T19:34:16.899Z Downloaded heck v0.5.0
3032024-11-27T19:34:16.903Z Downloaded errno v0.3.9
3042024-11-27T19:34:16.903Z Downloaded clap_lex v0.7.2
3052024-11-27T19:34:16.903Z Downloaded clap_builder v4.5.21
3062024-11-27T19:34:16.907Z Downloaded fnv v1.0.7
3072024-11-27T19:34:16.910Z Downloaded cpufeatures v0.2.14
3082024-11-27T19:34:16.910Z Downloaded equivalent v1.0.1
3092024-11-27T19:34:16.913Z Downloaded digest v0.10.7
3102024-11-27T19:34:16.913Z Downloaded clap v4.5.21
3112024-11-27T19:34:16.929Z Downloaded scroll_derive v0.12.0
3122024-11-27T19:34:16.940Z Downloaded is_terminal_polyfill v1.70.1
3132024-11-27T19:34:16.942Z Downloaded generic-array v0.14.7
3142024-11-27T19:34:16.945Z Downloaded dtrace-parser v0.2.0
3152024-11-27T19:34:16.945Z Downloaded crypto-common v0.1.6
3162024-11-27T19:34:16.949Z Downloaded proc-macro-error-attr v1.0.4
3172024-11-27T19:34:16.951Z Downloaded memmap v0.7.0
3182024-11-27T19:34:16.954Z Downloaded itoa v1.0.11
3192024-11-27T19:34:16.954Z Downloaded dof v0.3.0
3202024-11-27T19:34:16.954Z Downloaded pest_generator v2.7.14
3212024-11-27T19:34:16.960Z Downloaded swrite v0.1.0
3222024-11-27T19:34:16.969Z Downloaded pretty-hex v0.4.1
3232024-11-27T19:34:16.972Z Downloaded usdt-macro v0.5.0
3242024-11-27T19:34:16.972Z Downloaded fs-err v2.11.0
3252024-11-27T19:34:16.975Z Downloaded usdt-attr-macro v0.5.0
3262024-11-27T19:34:17.982Z Downloaded macaddr v1.0.1
3272024-11-27T19:34:17.986Z Downloaded thiserror-impl v1.0.69
3282024-11-27T19:34:17.986Z Downloaded fastrand v2.1.1
3292024-11-27T19:34:17.986Z Downloaded once_cell v1.20.2
3302024-11-27T19:34:17.986Z Downloaded thread-id v4.2.2
3312024-11-27T19:34:17.986Z Downloaded pest_derive v2.7.14
3322024-11-27T19:34:17.986Z Downloaded smawk v0.3.2
3332024-11-27T19:34:17.986Z Downloaded scroll v0.12.0
3342024-11-27T19:34:17.986Z Downloaded plain v0.2.3
3352024-11-27T19:34:17.986Z Downloaded thiserror v1.0.69
3362024-11-27T19:34:17.986Z Downloaded toml_datetime v0.6.8
3372024-11-27T19:34:17.987Z Downloaded tabled_derive v0.7.0
3382024-11-27T19:34:17.987Z Downloaded strsim v0.11.1
3392024-11-27T19:34:17.987Z Downloaded version_check v0.9.5
3402024-11-27T19:34:17.987Z Downloaded serde_tokenstream v0.2.2
3412024-11-27T19:34:17.987Z Downloaded quote v1.0.37
3422024-11-27T19:34:17.987Z Downloaded utf8parse v0.2.2
3432024-11-27T19:34:17.987Z Downloaded usdt v0.5.0
3442024-11-27T19:34:17.987Z Downloaded proc-macro-error v1.0.4
3452024-11-27T19:34:17.987Z Downloaded serde_spanned v0.6.8
3462024-11-27T19:34:17.987Z Downloaded sha2 v0.10.8
3472024-11-27T19:34:17.987Z Downloaded semver v1.0.23
3482024-11-27T19:34:17.987Z Downloaded log v0.4.22
3492024-11-27T19:34:17.987Z Downloaded terminal_size v0.4.0
3502024-11-27T19:34:17.987Z Downloaded unicode-linebreak v0.1.5
3512024-11-27T19:34:17.987Z Downloaded tempfile v3.13.0
3522024-11-27T19:34:17.987Z Downloaded indexmap v2.6.0
3532024-11-27T19:34:17.987Z Downloaded zerocopy-derive v0.7.35
3542024-11-27T19:34:17.987Z Downloaded typenum v1.17.0
3552024-11-27T19:34:17.987Z Downloaded pest_meta v2.7.14
3562024-11-27T19:34:17.987Z Downloaded toml v0.8.19
3572024-11-27T19:34:17.987Z Downloaded unicode-ident v1.0.13
3582024-11-27T19:34:17.987Z Downloaded ucd-trie v0.1.7
3592024-11-27T19:34:17.987Z Downloaded papergrid v0.11.0
3602024-11-27T19:34:17.987Z Downloaded textwrap v0.16.1
3612024-11-27T19:34:17.987Z Downloaded serde_derive v1.0.215
3622024-11-27T19:34:17.987Z Downloaded serde v1.0.215
3632024-11-27T19:34:17.987Z Downloaded ryu v1.0.18
3642024-11-27T19:34:17.987Z Downloaded proc-macro2 v1.0.89
3652024-11-27T19:34:17.987Z Downloaded memchr v2.7.4
3662024-11-27T19:34:17.987Z Downloaded goblin v0.8.2
3672024-11-27T19:34:17.987Z Downloaded toml_edit v0.22.22
3682024-11-27T19:34:17.987Z Downloaded pest v2.7.14
3692024-11-27T19:34:17.987Z Downloaded serde_json v1.0.132
3702024-11-27T19:34:17.987Z Downloaded zerocopy v0.7.35
3712024-11-27T19:34:17.987Z Downloaded winnow v0.6.20
3722024-11-27T19:34:17.987Z Downloaded tabled v0.15.0
3732024-11-27T19:34:17.987Z Downloaded syn v1.0.109
3742024-11-27T19:34:17.987Z Downloaded syn v2.0.87
3752024-11-27T19:34:17.988Z Downloaded unicode-width v0.1.14
3762024-11-27T19:34:17.988Z Downloaded rustix v0.38.37
3772024-11-27T19:34:17.988Z Downloaded libc v0.2.162
3782024-11-27T19:34:17.988Z Compiling proc-macro2 v1.0.89
3792024-11-27T19:34:17.988Z Compiling unicode-ident v1.0.13
3802024-11-27T19:34:17.988Z Compiling version_check v0.9.5
3812024-11-27T19:34:17.988Z Compiling serde v1.0.215
3822024-11-27T19:34:17.988Z Compiling memchr v2.7.4
3832024-11-27T19:34:17.988Z Compiling thiserror v1.0.69
3842024-11-27T19:34:17.988Z Compiling libc v0.2.162
3852024-11-27T19:34:17.988Z Compiling ryu v1.0.18
3862024-11-27T19:34:17.988Z Compiling itoa v1.0.11
3872024-11-27T19:34:18.127Z Compiling ucd-trie v0.1.7
3882024-11-27T19:34:18.496Z Compiling once_cell v1.20.2
3892024-11-27T19:34:18.652Z Compiling byteorder v1.5.0
3902024-11-27T19:34:18.811Z Compiling rustix v0.38.37
3912024-11-27T19:34:19.160Z Compiling serde_json v1.0.132
3922024-11-27T19:34:19.187Z Compiling bitflags v2.6.0
3932024-11-27T19:34:19.419Z Compiling proc-macro-error-attr v1.0.4
3942024-11-27T19:34:19.503Z Compiling usdt-impl v0.5.0
3952024-11-27T19:34:19.589Z Compiling syn v1.0.109
3962024-11-27T19:34:19.616Z Compiling proc-macro-error v1.0.4
3972024-11-27T19:34:19.655Z Compiling log v0.4.22
3982024-11-27T19:34:19.754Z Compiling hashbrown v0.15.0
3992024-11-27T19:34:19.898Z Compiling plain v0.2.3
4002024-11-27T19:34:19.977Z Compiling equivalent v1.0.1
4012024-11-27T19:34:20.046Z Compiling camino v1.1.9
4022024-11-27T19:34:20.075Z Compiling utf8parse v0.2.2
4032024-11-27T19:34:20.239Z Compiling anstyle-parse v0.2.5
4042024-11-27T19:34:20.266Z Compiling quote v1.0.37
4052024-11-27T19:34:20.594Z Compiling errno v0.3.9
4062024-11-27T19:34:20.619Z Compiling thread-id v4.2.2
4072024-11-27T19:34:20.642Z Compiling anstyle v1.0.10
4082024-11-27T19:34:20.716Z Compiling syn v2.0.87
4092024-11-27T19:34:20.843Z Compiling colorchoice v1.0.2
4102024-11-27T19:34:20.990Z Compiling indexmap v2.6.0
4112024-11-27T19:34:21.015Z Compiling semver v1.0.23
4122024-11-27T19:34:21.015Z Compiling is_terminal_polyfill v1.70.1
4132024-11-27T19:34:21.094Z Compiling pretty-hex v0.4.1
4142024-11-27T19:34:21.176Z Compiling unicode-width v0.1.14
4152024-11-27T19:34:21.306Z Compiling anstyle-query v1.1.1
4162024-11-27T19:34:21.455Z Compiling winnow v0.6.20
4172024-11-27T19:34:21.540Z Compiling autocfg v1.4.0
4182024-11-27T19:34:21.768Z Compiling anstream v0.6.15
4192024-11-27T19:34:22.507Z Compiling heck v0.5.0
4202024-11-27T19:34:22.532Z Compiling heck v0.4.1
4212024-11-27T19:34:22.559Z Compiling cfg-if v1.0.0
4222024-11-27T19:34:22.667Z Compiling anyhow v1.0.93
4232024-11-27T19:34:22.851Z Compiling fs-err v2.11.0
4242024-11-27T19:34:23.061Z Compiling terminal_size v0.4.0
4252024-11-27T19:34:23.089Z Compiling bytecount v0.6.8
4262024-11-27T19:34:23.153Z Compiling strsim v0.11.1
4272024-11-27T19:34:23.267Z Compiling fnv v1.0.7
4282024-11-27T19:34:23.360Z Compiling fastrand v2.1.1
4292024-11-27T19:34:23.411Z Compiling clap_lex v0.7.2
4302024-11-27T19:34:23.767Z Compiling tempfile v3.13.0
4312024-11-27T19:34:23.939Z Compiling clap_builder v4.5.21
4322024-11-27T19:34:23.966Z Compiling papergrid v0.11.0
4332024-11-27T19:34:24.614Z Compiling memmap v0.7.0
4342024-11-27T19:34:24.644Z Compiling smawk v0.3.2
4352024-11-27T19:34:24.672Z Compiling unicode-linebreak v0.1.5
4362024-11-27T19:34:25.186Z Compiling textwrap v0.16.1
4372024-11-27T19:34:25.448Z Compiling swrite v0.1.0
4382024-11-27T19:34:26.688Z Compiling tabled_derive v0.7.0
4392024-11-27T19:34:28.204Z Compiling tabled v0.15.0
4402024-11-27T19:34:30.103Z Compiling serde_derive v1.0.215
4412024-11-27T19:34:30.106Z Compiling thiserror-impl v1.0.69
4422024-11-27T19:34:30.106Z Compiling zerocopy-derive v0.7.35
4432024-11-27T19:34:30.106Z Compiling scroll_derive v0.12.0
4442024-11-27T19:34:30.106Z Compiling clap_derive v4.5.18
4452024-11-27T19:34:31.524Z Compiling scroll v0.12.0
4462024-11-27T19:34:31.994Z Compiling zerocopy v0.7.35
4472024-11-27T19:34:32.084Z Compiling goblin v0.8.2
4482024-11-27T19:34:32.730Z Compiling pest v2.7.14
4492024-11-27T19:34:34.418Z Compiling clap v4.5.21
4502024-11-27T19:34:34.998Z Compiling pest_meta v2.7.14
4512024-11-27T19:34:35.855Z Compiling pest_generator v2.7.14
4522024-11-27T19:34:37.615Z Compiling pest_derive v2.7.14
4532024-11-27T19:34:38.341Z Compiling dtrace-parser v0.2.0
4542024-11-27T19:34:40.515Z Compiling serde_tokenstream v0.2.2
4552024-11-27T19:34:40.555Z Compiling serde_spanned v0.6.8
4562024-11-27T19:34:40.558Z Compiling toml_datetime v0.6.8
4572024-11-27T19:34:40.905Z Compiling cargo-platform v0.1.8
4582024-11-27T19:34:40.969Z Compiling toml_edit v0.22.22
4592024-11-27T19:34:41.145Z Compiling macaddr v1.0.1
4602024-11-27T19:34:41.193Z Compiling camino-tempfile v1.1.1
4612024-11-27T19:34:42.099Z Compiling dof v0.3.0
4622024-11-27T19:34:42.121Z Compiling cargo_metadata v0.18.1
4632024-11-27T19:34:43.909Z Compiling toml v0.8.19
4642024-11-27T19:34:43.998Z Compiling usdt-attr-macro v0.5.0
4652024-11-27T19:34:44.001Z Compiling usdt-macro v0.5.0
4662024-11-27T19:34:44.791Z Compiling cargo_toml v0.20.5
4672024-11-27T19:34:45.416Z Compiling usdt v0.5.0
4682024-11-27T19:34:48.561Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4692024-11-27T19:34:52.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.55s
4702024-11-27T19:34:53.193Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4712024-11-27T19:34:53.790Z Downloading crates ...
4722024-11-27T19:34:53.996Z Downloaded darling v0.20.10
4732024-11-27T19:34:54.006Z Downloaded headers-core v0.3.0
4742024-11-27T19:34:54.022Z Downloaded heapless v0.7.17
4752024-11-27T19:34:54.028Z Downloaded hickory-client v0.24.1
4762024-11-27T19:34:54.031Z Downloaded hex-literal v0.4.1
4772024-11-27T19:34:54.033Z Downloaded hex v0.4.3
4782024-11-27T19:34:54.039Z Downloaded hmac v0.12.1
4792024-11-27T19:34:54.042Z Downloaded hkdf v0.12.4
4802024-11-27T19:34:54.045Z Downloaded hostname v0.3.1
4812024-11-27T19:34:54.047Z Downloaded heck v0.3.3
4822024-11-27T19:34:54.055Z Downloaded http-body v1.0.1
4832024-11-27T19:34:54.059Z Downloaded home v0.5.9
4842024-11-27T19:34:54.061Z Downloaded hickory-resolver v0.24.1
4852024-11-27T19:34:54.066Z Downloaded http v1.1.0
4862024-11-27T19:34:54.071Z Downloaded hostname v0.4.0
4872024-11-27T19:34:54.074Z Downloaded hickory-server v0.24.1
4882024-11-27T19:34:54.081Z Downloaded heapless v0.8.0
4892024-11-27T19:34:54.087Z Downloaded highway v1.2.0
4902024-11-27T19:34:54.090Z Downloaded atty v0.2.14
4912024-11-27T19:34:54.093Z Downloaded cobs v0.2.3
4922024-11-27T19:34:54.095Z Downloaded ident_case v1.0.1
4932024-11-27T19:34:54.098Z Downloaded icu_provider_macros v1.5.0
4942024-11-27T19:34:54.098Z Downloaded hubpack_derive v0.1.1
4952024-11-27T19:34:54.101Z Downloaded http-range v0.1.5
4962024-11-27T19:34:54.101Z Downloaded ciborium-io v0.2.2
4972024-11-27T19:34:54.105Z Downloaded cfg_aliases v0.2.1
4982024-11-27T19:34:54.105Z Downloaded instant v0.1.13
4992024-11-27T19:34:54.108Z Downloaded cfg_aliases v0.1.1
5002024-11-27T19:34:54.108Z Downloaded async-stream-impl v0.3.6
5012024-11-27T19:34:54.108Z Downloaded adler2 v2.0.0
5022024-11-27T19:34:54.111Z Downloaded chrono-tz-build v0.4.0
5032024-11-27T19:34:54.114Z Downloaded chacha20 v0.9.1
5042024-11-27T19:34:54.117Z Downloaded curve25519-dalek-derive v0.1.1
5052024-11-27T19:34:54.117Z Downloaded cassowary v0.3.0
5062024-11-27T19:34:54.120Z Downloaded hubpack v0.1.2
5072024-11-27T19:34:54.123Z Downloaded hyper-tls v0.6.0
5082024-11-27T19:34:54.126Z Downloaded atomicwrites v0.4.4
5092024-11-27T19:34:54.126Z Downloaded httpdate v1.0.3
5102024-11-27T19:34:54.129Z Downloaded buf-list v1.0.3
5112024-11-27T19:34:54.131Z Downloaded indent_write v2.2.0
5122024-11-27T19:34:54.134Z Downloaded ciborium-ll v0.2.2
5132024-11-27T19:34:54.134Z Downloaded md5 v0.7.0
5142024-11-27T19:34:54.136Z Downloaded bit-set v0.5.3
5152024-11-27T19:34:54.139Z Downloaded convert_case v0.4.0
5162024-11-27T19:34:54.140Z Downloaded cexpr v0.6.0
5172024-11-27T19:34:54.143Z Downloaded crucible-workspace-hack v0.1.0
5182024-11-27T19:34:54.143Z Downloaded bitfield-struct v0.6.2
5192024-11-27T19:34:54.146Z Downloaded base16ct v0.2.0
5202024-11-27T19:34:54.146Z Downloaded crossbeam-deque v0.8.5
5212024-11-27T19:34:54.149Z Downloaded ascii-canvas v3.0.0
5222024-11-27T19:34:54.151Z Downloaded matches v0.1.10
5232024-11-27T19:34:54.151Z Downloaded maybe-uninit v2.0.0
5242024-11-27T19:34:54.154Z Downloaded idna_adapter v1.2.0
5252024-11-27T19:34:54.154Z Downloaded crunchy v0.2.2
5262024-11-27T19:34:54.157Z Downloaded match_cfg v0.1.0
5272024-11-27T19:34:54.157Z Downloaded lockfree-object-pool v0.1.6
5282024-11-27T19:34:54.160Z Downloaded internet-checksum v0.2.1
5292024-11-27T19:34:54.163Z Downloaded http-body-util v0.1.2
5302024-11-27T19:34:54.166Z Downloaded is_ci v1.2.0
5312024-11-27T19:34:54.166Z Downloaded cstr-argument v0.1.2
5322024-11-27T19:34:54.169Z Downloaded castaway v0.2.3
5332024-11-27T19:34:54.169Z Downloaded lazy_static v1.5.0
5342024-11-27T19:34:54.173Z Downloaded ctr v0.9.2
5352024-11-27T19:34:54.186Z Downloaded kstat-rs v0.2.4
5362024-11-27T19:34:54.186Z Downloaded async-bb8-diesel v0.2.1
5372024-11-27T19:34:54.186Z Downloaded httparse v1.9.5
5382024-11-27T19:34:54.186Z Downloaded keccak v0.1.5
5392024-11-27T19:34:54.186Z Downloaded bit-vec v0.6.3
5402024-11-27T19:34:54.191Z Downloaded rpassword v7.3.1
5412024-11-27T19:34:54.191Z Downloaded ciborium v0.2.2
5422024-11-27T19:34:54.193Z Downloaded serde-big-array v0.5.1
5432024-11-27T19:34:54.196Z Downloaded lru v0.12.5
5442024-11-27T19:34:54.199Z Downloaded linked-hash-map v0.5.6
5452024-11-27T19:34:54.199Z Downloaded lalrpop-util v0.19.12
5462024-11-27T19:34:54.202Z Downloaded rfc6979 v0.4.0
5472024-11-27T19:34:54.202Z Downloaded md-5 v0.10.6
5482024-11-27T19:34:54.204Z Downloaded lru-cache v0.1.2
5492024-11-27T19:34:54.207Z Downloaded linear-map v1.2.0
5502024-11-27T19:34:54.210Z Downloaded constant_time_eq v0.3.1
5512024-11-27T19:34:54.210Z Downloaded colored v2.1.0
5522024-11-27T19:34:54.213Z Downloaded tower-service v0.3.3
5532024-11-27T19:34:54.216Z Downloaded strum v0.26.3
5542024-11-27T19:34:54.216Z Downloaded sync_wrapper v1.0.1
5552024-11-27T19:34:54.219Z Downloaded memoffset v0.9.1
5562024-11-27T19:34:54.219Z Downloaded litemap v0.7.3
5572024-11-27T19:34:54.223Z Downloaded toolchain_find v0.4.0
5582024-11-27T19:34:54.226Z Downloaded icu_locid_transform v1.5.0
5592024-11-27T19:34:54.229Z Downloaded crc-catalog v2.4.0
5602024-11-27T19:34:54.232Z Downloaded jobserver v0.1.32
5612024-11-27T19:34:54.234Z Downloaded lazycell v1.3.0
5622024-11-27T19:34:54.234Z Downloaded rustversion v1.0.17
5632024-11-27T19:34:54.238Z Downloaded hyper-rustls v0.27.3
5642024-11-27T19:34:54.241Z Downloaded r2d2 v0.8.10
5652024-11-27T19:34:54.244Z Downloaded ipnet v2.10.1
5662024-11-27T19:34:54.246Z Downloaded bb8 v0.8.5
5672024-11-27T19:34:54.249Z Downloaded yoke-derive v0.7.4
5682024-11-27T19:34:54.251Z Downloaded derive_builder_macro v0.20.2
5692024-11-27T19:34:54.251Z Downloaded utf8_iter v1.0.4
5702024-11-27T19:34:54.254Z Downloaded rusty-fork v0.3.0
5712024-11-27T19:34:54.254Z Downloaded async-recursion v1.1.1
5722024-11-27T19:34:54.258Z Downloaded mime_guess v2.0.5
5732024-11-27T19:34:54.260Z Downloaded addr2line v0.24.2
5742024-11-27T19:34:54.276Z Downloaded slog-stdlog v4.1.1
5752024-11-27T19:34:54.279Z Downloaded structmeta-derive v0.3.0
5762024-11-27T19:34:54.281Z Downloaded termcolor v1.4.1
5772024-11-27T19:34:54.281Z Downloaded static_assertions v1.1.0
5782024-11-27T19:34:54.284Z Downloaded smallvec v0.6.14
5792024-11-27T19:34:54.287Z Downloaded tls_codec v0.4.1
5802024-11-27T19:34:54.289Z Downloaded opaque-debug v0.3.1
5812024-11-27T19:34:54.289Z Downloaded float-ord v0.3.2
5822024-11-27T19:34:54.292Z Downloaded topological-sort v0.2.2
5832024-11-27T19:34:54.292Z Downloaded thread_local v1.1.8
5842024-11-27T19:34:54.295Z Downloaded indexmap v1.9.3
5852024-11-27T19:34:54.299Z Downloaded crc32fast v1.4.2
5862024-11-27T19:34:54.301Z Downloaded async-trait v0.1.83
5872024-11-27T19:34:54.305Z Downloaded hyper-util v0.1.10
5882024-11-27T19:34:54.310Z Downloaded icu_provider v1.5.0
5892024-11-27T19:34:54.314Z Downloaded universal-hash v0.5.1
5902024-11-27T19:34:54.317Z Downloaded rustls-pemfile v1.0.4
5912024-11-27T19:34:54.319Z Downloaded icu_locid_transform_data v1.5.0
5922024-11-27T19:34:54.323Z Downloaded display-error-chain v0.2.2
5932024-11-27T19:34:54.323Z Downloaded const-oid v0.9.6
5942024-11-27T19:34:54.326Z Downloaded dirs-sys-next v0.1.2
5952024-11-27T19:34:54.326Z Downloaded blake2 v0.10.6
5962024-11-27T19:34:54.329Z Downloaded progenitor-client v0.8.0
5972024-11-27T19:34:54.332Z Downloaded base64ct v1.6.0
5982024-11-27T19:34:54.335Z Downloaded enum-as-inner v0.6.1
5992024-11-27T19:34:54.337Z Downloaded embedded-io v0.6.1
6002024-11-27T19:34:54.340Z Downloaded futures-macro v0.3.31
6012024-11-27T19:34:54.343Z Downloaded num-iter v0.1.45
6022024-11-27T19:34:54.343Z Downloaded slog-term v2.9.1
6032024-11-27T19:34:54.346Z Downloaded console v0.15.8
6042024-11-27T19:34:54.349Z Downloaded tls_codec_derive v0.4.1
6052024-11-27T19:34:54.352Z Downloaded backoff v0.4.0
6062024-11-27T19:34:54.355Z Downloaded indicatif v0.17.9
6072024-11-27T19:34:54.360Z Downloaded pbkdf2 v0.12.2
6082024-11-27T19:34:54.363Z Downloaded packed_struct_codegen v0.10.1
6092024-11-27T19:34:54.366Z Downloaded tinyvec_macros v0.1.1
6102024-11-27T19:34:54.368Z Downloaded russh-keys v0.45.0
6112024-11-27T19:34:54.371Z Downloaded allocator-api2 v0.2.18
6122024-11-27T19:34:54.374Z Downloaded phf_codegen v0.11.2
6132024-11-27T19:34:54.377Z Downloaded uzers v0.12.1
6142024-11-27T19:34:54.380Z Downloaded phf v0.11.2
6152024-11-27T19:34:54.382Z Downloaded peg v0.8.4
6162024-11-27T19:34:54.385Z Downloaded ref-cast v1.0.23
6172024-11-27T19:34:54.388Z Downloaded derive_builder_core v0.20.2
6182024-11-27T19:34:54.391Z Downloaded base64 v0.21.7
6192024-11-27T19:34:54.396Z Downloaded endian-type v0.1.2
6202024-11-27T19:34:54.399Z Downloaded progenitor v0.8.0
6212024-11-27T19:34:54.399Z Downloaded zone_cfg_derive v0.1.2
6222024-11-27T19:34:54.402Z Downloaded num-conv v0.1.0
6232024-11-27T19:34:54.402Z Downloaded new_debug_unreachable v1.0.6
6242024-11-27T19:34:54.404Z Downloaded bumpalo v3.16.0
6252024-11-27T19:34:54.406Z Downloaded fxhash v0.2.1
6262024-11-27T19:34:54.409Z Downloaded darling_macro v0.20.10
6272024-11-27T19:34:54.412Z Downloaded smf v0.2.3
6282024-11-27T19:34:54.412Z Downloaded arc-swap v1.7.1
6292024-11-27T19:34:54.415Z Downloaded serde_urlencoded v0.7.1
6302024-11-27T19:34:54.418Z Downloaded peg-runtime v0.8.3
6312024-11-27T19:34:54.421Z Downloaded oso-derive v0.27.3
6322024-11-27T19:34:54.421Z Downloaded hashlink v0.9.1
6332024-11-27T19:34:54.423Z Downloaded stringprep v0.1.5
6342024-11-27T19:34:54.426Z Downloaded spin v0.5.2
6352024-11-27T19:34:54.429Z Downloaded twox-hash v1.6.3
6362024-11-27T19:34:54.432Z Downloaded password-hash v0.4.2
6372024-11-27T19:34:54.432Z Downloaded toml v0.7.8
6382024-11-27T19:34:54.436Z Downloaded untrusted v0.7.1
6392024-11-27T19:34:54.438Z Downloaded russh-cryptovec v0.7.3
6402024-11-27T19:34:54.440Z Downloaded backtrace v0.3.74
6412024-11-27T19:34:54.445Z Downloaded poly1305 v0.8.0
6422024-11-27T19:34:54.448Z Downloaded untrusted v0.9.0
6432024-11-27T19:34:54.451Z Downloaded unicode-truncate v1.1.0
6442024-11-27T19:34:54.453Z Downloaded zopfli v0.8.1
6452024-11-27T19:34:54.456Z Downloaded zerovec-derive v0.10.3
6462024-11-27T19:34:54.459Z Downloaded zeroize v1.8.1
6472024-11-27T19:34:54.461Z Downloaded zerocopy v0.6.6
6482024-11-27T19:34:54.464Z Downloaded time-core v0.1.2
6492024-11-27T19:34:54.468Z Downloaded serde_plain v1.0.2
6502024-11-27T19:34:54.468Z Downloaded form_urlencoded v1.2.1
6512024-11-27T19:34:54.472Z Downloaded zone v0.3.0
6522024-11-27T19:34:54.472Z Downloaded zone v0.1.8
6532024-11-27T19:34:54.472Z Downloaded termtree v0.4.1
6542024-11-27T19:34:54.474Z Downloaded env_filter v0.1.2
6552024-11-27T19:34:54.474Z Downloaded olpc-cjson v0.1.4
6562024-11-27T19:34:54.477Z Downloaded multimap v0.10.0
6572024-11-27T19:34:54.477Z Downloaded gethostname v0.5.0
6582024-11-27T19:34:54.479Z Downloaded enum-as-inner v0.5.1
6592024-11-27T19:34:54.482Z Downloaded base64 v0.22.1
6602024-11-27T19:34:54.485Z Downloaded downcast v0.11.0
6612024-11-27T19:34:54.488Z Downloaded waitgroup v0.1.2
6622024-11-27T19:34:54.488Z Downloaded ghash v0.5.1
6632024-11-27T19:34:54.492Z Downloaded zerofrom v0.1.4
6642024-11-27T19:34:54.492Z Downloaded supports-color v3.0.1
6652024-11-27T19:34:54.494Z Downloaded predicates v3.1.2
6662024-11-27T19:34:54.497Z Downloaded strum_macros v0.24.3
6672024-11-27T19:34:54.500Z Downloaded pem v3.0.4
6682024-11-27T19:34:54.503Z Downloaded crossbeam-channel v0.5.13
6692024-11-27T19:34:54.505Z Downloaded polyval v0.6.2
6702024-11-27T19:34:54.508Z Downloaded mirai-annotations v1.12.0
6712024-11-27T19:34:54.511Z Downloaded rand_chacha v0.3.1
6722024-11-27T19:34:54.511Z Downloaded uuid v1.11.0
6732024-11-27T19:34:54.514Z Downloaded serde_path_to_error v0.1.16
6742024-11-27T19:34:54.517Z Downloaded foreign-types v0.3.2
6752024-11-27T19:34:54.519Z Downloaded parse-size v1.1.0
6762024-11-27T19:34:54.519Z Downloaded rtoolbox v0.0.2
6772024-11-27T19:34:54.522Z Downloaded minimal-lexical v0.2.1
6782024-11-27T19:34:54.526Z Downloaded semver v0.1.20
6792024-11-27T19:34:54.528Z Downloaded tap v1.0.1
6802024-11-27T19:34:54.531Z Downloaded serde_with_macros v3.11.0
6812024-11-27T19:34:54.531Z Downloaded sct v0.7.1
6822024-11-27T19:34:54.536Z Downloaded tiny-keccak v2.0.2
6832024-11-27T19:34:54.541Z Downloaded time-macros v0.2.18
6842024-11-27T19:34:54.543Z Downloaded spin v0.9.8
6852024-11-27T19:34:54.546Z Downloaded multer v3.1.0
6862024-11-27T19:34:54.549Z Downloaded getrandom v0.2.15
6872024-11-27T19:34:54.552Z Downloaded sigpipe v0.1.3
6882024-11-27T19:34:54.554Z Downloaded data-encoding v2.6.0
6892024-11-27T19:34:54.558Z Downloaded zerofrom-derive v0.1.4
6902024-11-27T19:34:54.558Z Downloaded pem-rfc7468 v0.7.0
6912024-11-27T19:34:54.560Z Downloaded password-hash v0.5.0
6922024-11-27T19:34:54.563Z Downloaded take_mut v0.2.2
6932024-11-27T19:34:54.563Z Downloaded tinyvec v1.8.0
6942024-11-27T19:34:54.566Z Downloaded wyz v0.5.1
6952024-11-27T19:34:54.569Z Downloaded unicase v2.7.0
6962024-11-27T19:34:54.571Z Downloaded difflib v0.4.0
6972024-11-27T19:34:54.571Z Downloaded ed25519 v2.2.3
6982024-11-27T19:34:54.574Z Downloaded crypto-bigint v0.5.5
6992024-11-27T19:34:54.581Z Downloaded mockall v0.13.0
7002024-11-27T19:34:54.584Z Downloaded foldhash v0.1.3
7012024-11-27T19:34:54.584Z Downloaded serde_derive_internals v0.29.1
7022024-11-27T19:34:54.586Z Downloaded nodrop v0.1.14
7032024-11-27T19:34:54.589Z Downloaded unarray v0.1.4
7042024-11-27T19:34:54.591Z Downloaded typify-macro v0.2.0
7052024-11-27T19:34:54.591Z Downloaded socket2 v0.5.7
7062024-11-27T19:34:54.594Z Downloaded headers v0.4.0
7072024-11-27T19:34:54.599Z Downloaded quick-error v1.2.3
7082024-11-27T19:34:54.603Z Downloaded psl-types v2.0.11
7092024-11-27T19:34:54.603Z Downloaded powerfmt v0.2.0
7102024-11-27T19:34:54.606Z Downloaded serde_yaml v0.9.34+deprecated
7112024-11-27T19:34:54.608Z Downloaded rcgen v0.12.1
7122024-11-27T19:34:54.612Z Downloaded rayon-core v1.12.1
7132024-11-27T19:34:54.617Z Downloaded spki v0.7.3
7142024-11-27T19:34:54.620Z Downloaded scopeguard v1.2.0
7152024-11-27T19:34:54.623Z Downloaded schemars_derive v0.8.21
7162024-11-27T19:34:54.625Z Downloaded walkdir v2.5.0
7172024-11-27T19:34:54.628Z Downloaded signature v2.2.0
7182024-11-27T19:34:54.628Z Downloaded progenitor-macro v0.8.0
7192024-11-27T19:34:54.631Z Downloaded thiserror-impl-no-std v2.0.2
7202024-11-27T19:34:54.631Z Downloaded slog-json v2.6.1
7212024-11-27T19:34:54.633Z Downloaded ecdsa v0.16.9
7222024-11-27T19:34:54.636Z Downloaded yoke v0.7.4
7232024-11-27T19:34:54.638Z Downloaded pkcs8 v0.10.2
7242024-11-27T19:34:54.641Z Downloaded want v0.3.1
7252024-11-27T19:34:54.644Z Downloaded vte_generate_state_changes v0.1.2
7262024-11-27T19:34:54.644Z Downloaded value-bag v1.9.0
7272024-11-27T19:34:54.647Z Downloaded flume v0.11.1
7282024-11-27T19:34:54.652Z Downloaded dirs-next v2.0.0
7292024-11-27T19:34:54.655Z Downloaded diesel_table_macro_syntax v0.2.0
7302024-11-27T19:34:54.655Z Downloaded diesel-dtrace v0.3.0
7312024-11-27T19:34:54.657Z Downloaded libxml v0.3.3
7322024-11-27T19:34:54.664Z Downloaded fragile v2.0.0
7332024-11-27T19:34:54.667Z Downloaded glob v0.3.1
7342024-11-27T19:34:54.671Z Downloaded defmt-macros v0.3.9
7352024-11-27T19:34:54.673Z Downloaded defmt v0.3.8
7362024-11-27T19:34:54.678Z Downloaded parse-display-derive v0.10.0
7372024-11-27T19:34:54.681Z Downloaded parking_lot_core v0.9.10
7382024-11-27T19:34:54.683Z Downloaded ron v0.7.1
7392024-11-27T19:34:54.689Z Downloaded newtype_derive v0.1.6
7402024-11-27T19:34:54.691Z Downloaded newline-converter v0.3.0
7412024-11-27T19:34:54.694Z Downloaded scrypt v0.11.0
7422024-11-27T19:34:54.696Z Downloaded strum_macros v0.25.3
7432024-11-27T19:34:54.699Z Downloaded phf_shared v0.10.0
7442024-11-27T19:34:54.699Z Downloaded structmeta-derive v0.2.0
7452024-11-27T19:34:54.702Z Downloaded snafu-derive v0.8.5
7462024-11-27T19:34:54.705Z Downloaded secrecy v0.8.0
7472024-11-27T19:34:54.705Z Downloaded owo-colors v4.1.0
7482024-11-27T19:34:54.708Z Downloaded sec1 v0.7.3
7492024-11-27T19:34:54.711Z Downloaded tokio-tungstenite v0.24.0
7502024-11-27T19:34:54.714Z Downloaded tokio-tungstenite v0.23.1
7512024-11-27T19:34:54.716Z Downloaded unsafe-libyaml v0.2.11
7522024-11-27T19:34:54.722Z Downloaded mockall_derive v0.13.0
7532024-11-27T19:34:54.725Z Downloaded tokio-postgres v0.7.12
7542024-11-27T19:34:54.731Z Downloaded slog-envlogger v2.2.0
7552024-11-27T19:34:54.733Z Downloaded p256 v0.13.2
7562024-11-27T19:34:54.737Z Downloaded parking_lot_core v0.8.6
7572024-11-27T19:34:54.740Z Downloaded zip v0.6.6
7582024-11-27T19:34:54.746Z Downloaded openssl-macros v0.1.1
7592024-11-27T19:34:54.748Z Downloaded hash32 v0.3.1
7602024-11-27T19:34:54.752Z Downloaded hash32 v0.2.1
7612024-11-27T19:34:54.755Z Downloaded ena v0.14.3
7622024-11-27T19:34:54.755Z Downloaded ron v0.8.1
7632024-11-27T19:34:54.761Z Downloaded pretty-hex v0.2.1
7642024-11-27T19:34:54.764Z Downloaded radium v0.7.0
7652024-11-27T19:34:54.767Z Downloaded sqlparser_derive v0.2.2
7662024-11-27T19:34:54.767Z Downloaded hyper v1.5.0
7672024-11-27T19:34:54.775Z Downloaded string_cache v0.8.7
7682024-11-27T19:34:54.778Z Downloaded shell-words v1.1.0
7692024-11-27T19:34:54.781Z Downloaded rustc-hash v1.1.0
7702024-11-27T19:34:54.781Z Downloaded phf_generator v0.11.2
7712024-11-27T19:34:54.783Z Downloaded path-slash v0.1.5
7722024-11-27T19:34:54.786Z Downloaded which v4.4.2
7732024-11-27T19:34:54.786Z Downloaded strum_macros v0.26.4
7742024-11-27T19:34:54.788Z Downloaded foreign-types-shared v0.3.1
7752024-11-27T19:34:54.791Z Downloaded sqlformat v0.2.6
7762024-11-27T19:34:54.794Z Downloaded tinystr v0.7.6
7772024-11-27T19:34:54.797Z Downloaded displaydoc v0.2.5
7782024-11-27T19:34:54.800Z Downloaded diff v0.1.13
7792024-11-27T19:34:54.803Z Downloaded tokio-stream v0.1.16
7802024-11-27T19:34:54.808Z Downloaded rsa v0.9.6
7812024-11-27T19:34:54.814Z Downloaded try-lock v0.2.5
7822024-11-27T19:34:54.816Z Downloaded openssl-probe v0.1.5
7832024-11-27T19:34:54.820Z Downloaded num_threads v0.1.7
7842024-11-27T19:34:54.820Z Downloaded fd-lock v4.0.2
7852024-11-27T19:34:54.823Z Downloaded pbkdf2 v0.11.0
7862024-11-27T19:34:54.826Z Downloaded ff v0.13.0
7872024-11-27T19:34:54.828Z Downloaded filetime v0.2.25
7882024-11-27T19:34:54.831Z Downloaded env_logger v0.11.5
7892024-11-27T19:34:54.834Z Downloaded wait-timeout v0.2.0
7902024-11-27T19:34:54.834Z Downloaded idna v1.0.3
7912024-11-27T19:34:54.839Z Downloaded tough v0.19.0
7922024-11-27T19:34:54.849Z Downloaded futures-task v0.3.31
7932024-11-27T19:34:54.852Z Downloaded strip-ansi-escapes v0.2.0
7942024-11-27T19:34:54.856Z Downloaded structmeta v0.3.0
7952024-11-27T19:34:54.856Z Downloaded ssh-encoding v0.2.0
7962024-11-27T19:34:54.859Z Downloaded sync-ptr v0.1.1
7972024-11-27T19:34:54.859Z Downloaded rand v0.8.5
7982024-11-27T19:34:54.862Z Downloaded futures-sink v0.3.31
7992024-11-27T19:34:54.864Z Downloaded funty v2.0.0
8002024-11-27T19:34:54.864Z Downloaded term v0.7.0
8012024-11-27T19:34:54.867Z Downloaded vte v0.11.1
8022024-11-27T19:34:54.871Z Downloaded bitvec v1.0.1
8032024-11-27T19:34:54.886Z Downloaded num_enum_derive v0.5.11
8042024-11-27T19:34:54.889Z Downloaded aho-corasick v1.1.3
8052024-11-27T19:34:54.894Z Downloaded debug-ignore v1.0.5
8062024-11-27T19:34:54.896Z Downloaded quinn v0.11.5
8072024-11-27T19:34:54.900Z Downloaded dhcproto-macros v0.1.0
8082024-11-27T19:34:54.903Z Downloaded half v2.4.1
8092024-11-27T19:34:54.906Z Downloaded scheduled-thread-pool v0.2.7
8102024-11-27T19:34:54.906Z Downloaded same-file v1.0.6
8112024-11-27T19:34:54.909Z Downloaded tui-tree-widget v0.22.0
8122024-11-27T19:34:54.909Z Downloaded fixedbitset v0.4.2
8132024-11-27T19:34:54.911Z Downloaded tungstenite v0.24.0
8142024-11-27T19:34:54.914Z Downloaded group v0.13.0
8152024-11-27T19:34:54.917Z Downloaded rustls-pemfile v2.2.0
8162024-11-27T19:34:54.920Z Downloaded pin-project-lite v0.2.14
8172024-11-27T19:34:54.924Z Downloaded foreign-types-shared v0.1.1
8182024-11-27T19:34:54.927Z Downloaded number_prefix v0.4.0
8192024-11-27T19:34:54.927Z Downloaded rustfmt-wrapper v0.2.1
8202024-11-27T19:34:54.930Z Downloaded pin-utils v0.1.0
8212024-11-27T19:34:54.930Z Downloaded structmeta v0.2.0
8222024-11-27T19:34:54.930Z Downloaded slog-dtrace v0.3.0
8232024-11-27T19:34:54.933Z Downloaded yasna v0.5.2
8242024-11-27T19:34:54.936Z Downloaded utf-8 v0.7.6
8252024-11-27T19:34:54.936Z Downloaded time v0.3.36
8262024-11-27T19:34:54.943Z Downloaded deranged v0.3.11
8272024-11-27T19:34:54.946Z Downloaded xz2 v0.1.7
8282024-11-27T19:34:54.948Z Downloaded xattr v1.3.1
8292024-11-27T19:34:54.948Z Downloaded fs_extra v1.3.0
8302024-11-27T19:34:54.952Z Downloaded peg-macros v0.8.4
8312024-11-27T19:34:54.955Z Downloaded diesel_derives v2.2.3
8322024-11-27T19:34:54.959Z Downloaded write16 v1.0.0
8332024-11-27T19:34:54.965Z Downloaded precomputed-hash v0.1.1
8342024-11-27T19:34:54.965Z Downloaded tabwriter v1.4.0
8352024-11-27T19:34:54.965Z Downloaded subtle v2.6.1
8362024-11-27T19:34:54.965Z Downloaded rustc-hash v2.0.0
8372024-11-27T19:34:54.965Z Downloaded phf_shared v0.11.2
8382024-11-27T19:34:54.969Z Downloaded parse-zoneinfo v0.3.1
8392024-11-27T19:34:54.972Z Downloaded tracing-attributes v0.1.27
8402024-11-27T19:34:54.972Z Downloaded hashbrown v0.13.2
8412024-11-27T19:34:54.978Z Downloaded normalize-line-endings v0.3.0
8422024-11-27T19:34:54.981Z Downloaded foreign-types-macros v0.2.3
8432024-11-27T19:34:54.981Z Downloaded foreign-types v0.5.0
8442024-11-27T19:34:54.981Z Downloaded salsa20 v0.10.2
8452024-11-27T19:34:54.987Z Downloaded rustc_version v0.1.7
8462024-11-27T19:34:54.987Z Downloaded pin-project-internal v1.1.6
8472024-11-27T19:34:54.987Z Downloaded fatfs v0.3.6
8482024-11-27T19:34:54.990Z Downloaded globset v0.4.15
8492024-11-27T19:34:54.992Z Downloaded rand_seeder v0.3.0
8502024-11-27T19:34:54.995Z Downloaded reedline v0.35.0
8512024-11-27T19:34:55.002Z Downloaded slog-bunyan v2.5.0
8522024-11-27T19:34:55.005Z Downloaded slab v0.4.9
8532024-11-27T19:34:55.007Z Downloaded aws-lc-rs v1.10.0
8542024-11-27T19:34:55.016Z Downloaded utf16_iter v1.0.5
8552024-11-27T19:34:55.018Z Downloaded dsl_auto_type v0.1.2
8562024-11-27T19:34:55.018Z Downloaded percent-encoding v2.3.1
8572024-11-27T19:34:55.021Z Downloaded typify v0.2.0
8582024-11-27T19:34:55.023Z Downloaded signal-hook-tokio v0.3.1
8592024-11-27T19:34:55.026Z Downloaded num-complex v0.4.6
8602024-11-27T19:34:55.026Z Downloaded oso v0.27.3
8612024-11-27T19:34:55.029Z Downloaded rand_core v0.6.4
8622024-11-27T19:34:55.032Z Downloaded writeable v0.5.5
8632024-11-27T19:34:55.034Z Downloaded rand_xorshift v0.3.0
8642024-11-27T19:34:55.034Z Downloaded siphasher v0.3.11
8652024-11-27T19:34:55.037Z Downloaded num_enum v0.5.11
8662024-11-27T19:34:55.040Z Downloaded nibble_vec v0.1.0
8672024-11-27T19:34:55.043Z Downloaded pkcs1 v0.7.5
8682024-11-27T19:34:55.045Z Downloaded dropshot_endpoint v0.12.0
8692024-11-27T19:34:55.047Z Downloaded ssh-key v0.6.6
8702024-11-27T19:34:55.054Z Downloaded ppv-lite86 v0.2.20
8712024-11-27T19:34:55.056Z Downloaded derive_builder v0.20.2
8722024-11-27T19:34:55.060Z Downloaded russh v0.45.0
8732024-11-27T19:34:55.067Z Downloaded pin-project v1.1.6
8742024-11-27T19:34:55.078Z Downloaded whoami v1.5.2
8752024-11-27T19:34:55.080Z Downloaded icu_properties_data v1.5.0
8762024-11-27T19:34:55.090Z Downloaded dunce v1.0.5
8772024-11-27T19:34:55.093Z Downloaded nu-ansi-term v0.50.1
8782024-11-27T19:34:55.095Z Downloaded hashbrown v0.12.3
8792024-11-27T19:34:55.098Z Downloaded mio v1.0.2
8802024-11-27T19:34:55.104Z Downloaded postcard v1.0.10
8812024-11-27T19:34:55.107Z Downloaded chrono v0.4.38
8822024-11-27T19:34:55.115Z Downloaded num-traits v0.2.19
8832024-11-27T19:34:55.118Z Downloaded rusqlite v0.32.1
8842024-11-27T19:34:55.125Z Downloaded similar v2.6.0
8852024-11-27T19:34:55.130Z Downloaded subprocess v0.2.9
8862024-11-27T19:34:55.133Z Downloaded lalrpop v0.19.12
8872024-11-27T19:34:55.144Z Downloaded postgres-types v0.2.8
8882024-11-27T19:34:55.147Z Downloaded slog v2.7.0
8892024-11-27T19:34:55.149Z Downloaded tokio-util v0.7.12
8902024-11-27T19:34:55.156Z Downloaded tar v0.4.42
8912024-11-27T19:34:55.159Z Downloaded derive-where v1.2.7
8922024-11-27T19:34:55.163Z Downloaded hashbrown v0.14.5
8932024-11-27T19:34:55.169Z Downloaded expectorate v1.1.0
8942024-11-27T19:34:55.171Z Downloaded tungstenite v0.23.0
8952024-11-27T19:34:55.175Z Downloaded rayon v1.10.0
8962024-11-27T19:34:55.184Z Downloaded unicode-normalization v0.1.24
8972024-11-27T19:34:55.188Z Downloaded rustls-pki-types v1.9.0
8982024-11-27T19:34:55.192Z Downloaded tracing v0.1.40
8992024-11-27T19:34:55.198Z Downloaded tracing-core v0.1.32
9002024-11-27T19:34:55.200Z Downloaded schemars v0.8.21
9012024-11-27T19:34:55.211Z Downloaded rustls-webpki v0.101.7
9022024-11-27T19:34:55.225Z Downloaded x509-cert v0.2.5
9032024-11-27T19:34:55.232Z Downloaded h2 v0.4.6
9042024-11-27T19:34:55.239Z Downloaded idna v0.3.0
9052024-11-27T19:34:55.246Z Downloaded p521 v0.13.3
9062024-11-27T19:34:55.250Z Downloaded portable-atomic v1.9.0
9072024-11-27T19:34:55.257Z Downloaded vcpkg v0.2.15
9082024-11-27T19:34:55.295Z Downloaded proptest v1.5.0
9092024-11-27T19:34:55.305Z Downloaded futures-util v0.3.31
9102024-11-27T19:34:55.318Z Downloaded sqlparser v0.45.0
9112024-11-27T19:34:55.324Z Downloaded regex v1.11.1
9122024-11-27T19:34:55.337Z Downloaded idna v0.2.3
9132024-11-27T19:34:55.345Z Downloaded num-bigint-dig v0.8.4
9142024-11-27T19:34:55.351Z Downloaded nom v7.1.3
9152024-11-27T19:34:55.356Z Downloaded salty v0.3.0
9162024-11-27T19:34:55.363Z Downloaded idna v0.4.0
9172024-11-27T19:34:55.370Z Downloaded zerocopy v0.8.10
9182024-11-27T19:34:55.394Z Downloaded git2 v0.19.0
9192024-11-27T19:34:55.402Z Downloaded unicode-width v0.2.0
9202024-11-27T19:34:55.409Z Downloaded regex-syntax v0.6.29
9212024-11-27T19:34:55.417Z Downloaded winnow v0.5.40
9222024-11-27T19:34:55.425Z Downloaded reqwest v0.12.9
9232024-11-27T19:34:55.434Z Downloaded polar-core v0.27.3
9242024-11-27T19:34:55.442Z Downloaded smoltcp v0.9.1
9252024-11-27T19:34:55.453Z Downloaded nix v0.29.0
9262024-11-27T19:34:55.465Z Downloaded radix_trie v0.2.1
9272024-11-27T19:34:55.471Z Downloaded webpki-roots v0.26.6
9282024-11-27T19:34:55.475Z Downloaded p384 v0.13.0
9292024-11-27T19:34:55.481Z Downloaded nix v0.28.0
9302024-11-27T19:34:55.494Z Downloaded petname v2.0.2
9312024-11-27T19:34:55.498Z Downloaded object v0.30.4
9322024-11-27T19:34:55.508Z Downloaded nix v0.27.1
9332024-11-27T19:34:55.520Z Downloaded smoltcp v0.11.0
9342024-11-27T19:34:55.532Z Downloaded rustls v0.21.12
9352024-11-27T19:34:55.543Z Downloaded dropshot v0.12.0
9362024-11-27T19:34:55.562Z Downloaded rustls v0.22.4
9372024-11-27T19:34:55.575Z Downloaded rustls v0.23.14
9382024-11-27T19:34:55.587Z Downloaded regress v0.10.1
9392024-11-27T19:34:55.596Z Downloaded trust-dns-proto v0.22.0
9402024-11-27T19:34:55.608Z Downloaded diesel v2.2.4
9412024-11-27T19:34:55.626Z Downloaded object v0.36.5
9422024-11-27T19:34:55.638Z Downloaded dropshot v0.13.0
9432024-11-27T19:34:55.658Z Downloaded typify-impl v0.2.0
9442024-11-27T19:34:55.674Z Downloaded ratatui v0.28.1
9452024-11-27T19:34:55.695Z Downloaded openapiv3 v2.0.0
9462024-11-27T19:34:55.707Z Downloaded zerocopy-derive v0.6.6
9472024-11-27T19:34:55.716Z Downloaded regress v0.9.1
9482024-11-27T19:34:55.725Z Downloaded sled v0.34.7
9492024-11-27T19:34:55.735Z Downloaded regex-automata v0.4.8
9502024-11-27T19:34:55.752Z Downloaded bzip2-sys v0.1.11+1.0.8
9512024-11-27T19:34:55.764Z Downloaded gimli v0.31.1
9522024-11-27T19:34:55.772Z Downloaded regex-syntax v0.8.5
9532024-11-27T19:34:55.781Z Downloaded chrono-tz v0.10.0
9542024-11-27T19:34:55.788Z Downloaded openssl v0.10.66
9552024-11-27T19:34:55.798Z Downloaded bstr v1.10.0
9562024-11-27T19:34:55.808Z Downloaded lzma-sys v0.1.20
9572024-11-27T19:34:55.837Z Downloaded curve25519-dalek v4.1.3
9582024-11-27T19:34:55.846Z Downloaded libz-sys v1.1.20
9592024-11-27T19:34:55.867Z Downloaded idna v0.5.0
9602024-11-27T19:34:55.874Z Downloaded quick-xml v0.33.0
9612024-11-27T19:34:55.881Z Downloaded tokio v1.40.0
9622024-11-27T19:34:55.920Z Downloaded num-bigint v0.4.6
9632024-11-27T19:34:55.924Z Downloaded samael v0.0.17
9642024-11-27T19:34:55.930Z Downloaded elliptic-curve v0.13.8
9652024-11-27T19:34:55.934Z Downloaded vsss-rs v3.3.4
9662024-11-27T19:34:55.936Z Downloaded dropshot_endpoint v0.13.0
9672024-11-27T19:34:55.939Z Downloaded petgraph v0.6.5
9682024-11-27T19:34:55.957Z Downloaded dhcproto v0.12.0
9692024-11-27T19:34:55.960Z Downloaded csv v1.3.0
9702024-11-27T19:34:55.981Z Downloaded pkcs5 v0.7.1
9712024-11-27T19:34:55.984Z Downloaded tungstenite v0.21.0
9722024-11-27T19:34:55.988Z Downloaded der v0.7.9
9732024-11-27T19:34:55.992Z Downloaded flate2 v1.0.34
9742024-11-27T19:34:55.998Z Downloaded sha3 v0.10.8
9752024-11-27T19:34:56.003Z Downloaded serde_with v3.11.0
9762024-11-27T19:34:56.011Z Downloaded rustls-webpki v0.102.8
9772024-11-27T19:34:56.029Z Downloaded url v2.5.3
9782024-11-27T19:34:56.032Z Downloaded des v0.8.1
9792024-11-27T19:34:56.035Z Downloaded signal-hook v0.3.17
9802024-11-27T19:34:56.039Z Downloaded bindgen v0.69.5
9812024-11-27T19:34:56.045Z Downloaded snafu v0.8.5
9822024-11-27T19:34:56.051Z Downloaded steno v0.4.1
9832024-11-27T19:34:56.055Z Downloaded parking_lot v0.12.3
9842024-11-27T19:34:56.057Z Downloaded omicron-zone-package v0.11.1
9852024-11-27T19:34:56.060Z Downloaded blake3 v1.5.4
9862024-11-27T19:34:56.068Z Downloaded der_derive v0.7.3
9872024-11-27T19:34:56.072Z Downloaded tokio-tungstenite v0.21.0
9882024-11-27T19:34:56.075Z Downloaded tokio-rustls v0.26.0
9892024-11-27T19:34:56.075Z Downloaded tokio-rustls v0.25.0
9902024-11-27T19:34:56.077Z Downloaded zerovec v0.10.4
9912024-11-27T19:34:56.082Z Downloaded publicsuffix v2.2.3
9922024-11-27T19:34:56.085Z Downloaded ssh-cipher v0.2.0
9932024-11-27T19:34:56.088Z Downloaded rustc-demangle v0.1.24
9942024-11-27T19:34:56.088Z Downloaded postgres-protocol v0.6.7
9952024-11-27T19:34:56.090Z Downloaded unicode-bidi v0.3.17
9962024-11-27T19:34:56.093Z Downloaded ed25519-dalek v2.1.1
9972024-11-27T19:34:56.096Z Downloaded zerocopy-derive v0.8.10
9982024-11-27T19:34:56.101Z Downloaded typed-path v0.9.3
9992024-11-27T19:34:56.107Z Downloaded itertools v0.13.0
10002024-11-27T19:34:56.114Z Downloaded openssl-sys v0.9.103
10012024-11-27T19:34:56.119Z Downloaded zip v2.1.3
10022024-11-27T19:34:56.123Z Downloaded fallible-streaming-iterator v0.1.9
10032024-11-27T19:34:56.127Z Downloaded encoding_rs v0.8.34
10042024-11-27T19:34:56.146Z Downloaded miniz_oxide v0.8.0
10052024-11-27T19:34:56.149Z Downloaded rustyline v14.0.0
10062024-11-27T19:34:56.155Z Downloaded termios v0.3.3
10072024-11-27T19:34:56.162Z Downloaded shlex v1.3.0
10082024-11-27T19:34:56.162Z Downloaded unicode-properties v0.1.3
10092024-11-27T19:34:56.162Z Downloaded aes v0.8.4
10102024-11-27T19:34:56.165Z Downloaded unicode_categories v0.1.1
10112024-11-27T19:34:56.175Z Downloaded unicode-segmentation v1.12.0
10122024-11-27T19:34:56.175Z Downloaded hickory-proto v0.24.1
10132024-11-27T19:34:56.184Z Downloaded crossterm v0.28.1
10142024-11-27T19:34:56.191Z Downloaded simd-adler32 v0.3.7
10152024-11-27T19:34:56.211Z Downloaded newtype-uuid v1.1.3
10162024-11-27T19:34:56.211Z Downloaded aes-gcm v0.10.3
10172024-11-27T19:34:56.211Z Downloaded embedded-io v0.4.0
10182024-11-27T19:34:56.214Z Downloaded either v1.13.0
10192024-11-27T19:34:56.214Z Downloaded itertools v0.12.1
10202024-11-27T19:34:56.214Z Downloaded predicates-tree v1.0.11
10212024-11-27T19:34:56.214Z Downloaded predicates-core v1.0.8
10222024-11-27T19:34:56.214Z Downloaded tokio-rustls v0.24.1
10232024-11-27T19:34:56.214Z Downloaded resolv-conf v0.7.0
10242024-11-27T19:34:56.217Z Downloaded packed_struct v0.10.1
10252024-11-27T19:34:56.217Z Downloaded test-strategy v0.3.1
10262024-11-27T19:34:56.220Z Downloaded toml_edit v0.19.15
10272024-11-27T19:34:56.235Z Downloaded quinn-proto v0.11.8
10282024-11-27T19:34:56.242Z Downloaded darling_core v0.20.10
10292024-11-27T19:34:56.247Z Downloaded flagset v0.4.6
10302024-11-27T19:34:56.250Z Downloaded libm v0.2.8
10312024-11-27T19:34:56.256Z Downloaded itertools v0.10.5
10322024-11-27T19:34:56.262Z Downloaded paste v1.0.15
10332024-11-27T19:34:56.266Z Downloaded parse-display v0.10.0
10342024-11-27T19:34:56.268Z Downloaded futures v0.3.31
10352024-11-27T19:34:56.271Z Downloaded libgit2-sys v0.17.0+1.8.1
10362024-11-27T19:34:56.331Z Downloaded qorb v0.2.1
10372024-11-27T19:34:56.335Z Downloaded synstructure v0.13.1
10382024-11-27T19:34:56.338Z Downloaded stable_deref_trait v1.2.0
10392024-11-27T19:34:56.339Z Downloaded num-rational v0.4.2
10402024-11-27T19:34:56.341Z Downloaded env_logger v0.10.2
10412024-11-27T19:34:56.344Z Downloaded zeroize_derive v1.4.2
10422024-11-27T19:34:56.344Z Downloaded cc v1.1.30
10432024-11-27T19:34:56.346Z Downloaded derive_more v0.99.18
10442024-11-27T19:34:56.351Z Downloaded vergen v8.3.2
10452024-11-27T19:34:56.354Z Downloaded unicode-xid v0.2.6
10462024-11-27T19:34:56.356Z Downloaded tokio-native-tls v0.3.1
10472024-11-27T19:34:56.358Z Downloaded tokio-macros v2.4.0
10482024-11-27T19:34:56.358Z Downloaded pkg-config v0.3.31
10492024-11-27T19:34:56.361Z Downloaded parking_lot v0.11.2
10502024-11-27T19:34:56.363Z Downloaded icu_properties v1.5.1
10512024-11-27T19:34:56.367Z Downloaded icu_locid v1.5.0
10522024-11-27T19:34:56.369Z Downloaded serde_repr v0.1.19
10532024-11-27T19:34:56.372Z Downloaded native-tls v0.2.12
10542024-11-27T19:34:56.374Z Downloaded prettyplease v0.2.25
10552024-11-27T19:34:56.376Z Downloaded bytes v1.8.0
10562024-11-27T19:34:56.380Z Downloaded zone_cfg_derive v0.3.0
10572024-11-27T19:34:56.383Z Downloaded futures-executor v0.3.31
10582024-11-27T19:34:56.383Z Downloaded futures-channel v0.3.31
10592024-11-27T19:34:56.386Z Downloaded proc-macro-crate v1.3.1
10602024-11-27T19:34:56.386Z Downloaded primeorder v0.13.6
10612024-11-27T19:34:56.389Z Downloaded const_format v0.2.33
10622024-11-27T19:34:56.392Z Downloaded chacha20poly1305 v0.10.1
10632024-11-27T19:34:56.394Z Downloaded base64 v0.13.1
10642024-11-27T19:34:56.396Z Downloaded crc-any v2.5.0
10652024-11-27T19:34:56.400Z Downloaded icu_collections v1.5.0
10662024-11-27T19:34:56.403Z Downloaded cookie_store v0.21.0
10672024-11-27T19:34:56.406Z Downloaded num-integer v0.1.46
10682024-11-27T19:34:56.409Z Downloaded num-derive v0.4.2
10692024-11-27T19:34:56.411Z Downloaded progenitor-impl v0.8.0
10702024-11-27T19:34:56.411Z Downloaded cookie v0.18.1
10712024-11-27T19:34:56.413Z Downloaded compact_str v0.8.0
10722024-11-27T19:34:56.417Z Downloaded num v0.4.3
10732024-11-27T19:34:56.419Z Downloaded nanorand v0.7.0
10742024-11-27T19:34:56.423Z Downloaded futures-io v0.3.31
10752024-11-27T19:34:56.427Z Downloaded smallvec v1.13.2
10762024-11-27T19:34:56.427Z Downloaded futures-core v0.3.31
10772024-11-27T19:34:56.427Z Downloaded float-cmp v0.9.0
10782024-11-27T19:34:56.429Z Downloaded fallible-iterator v0.3.0
10792024-11-27T19:34:56.429Z Downloaded fallible-iterator v0.2.0
10802024-11-27T19:34:56.432Z Downloaded dyn-clone v1.0.17
10812024-11-27T19:34:56.432Z Downloaded defmt-parser v0.3.4
10822024-11-27T19:34:56.435Z Downloaded thiserror-no-std v2.0.2
10832024-11-27T19:34:56.438Z Downloaded icu_normalizer_data v1.5.0
10842024-11-27T19:34:56.440Z Downloaded icu_normalizer v1.5.0
10852024-11-27T19:34:56.443Z Downloaded slog-async v2.8.0
10862024-11-27T19:34:56.443Z Downloaded argon2 v0.5.3
10872024-11-27T19:34:56.447Z Downloaded slog-scope v4.4.0
10882024-11-27T19:34:56.447Z Downloaded signal-hook-registry v1.4.2
10892024-11-27T19:34:56.451Z Downloaded signal-hook-mio v0.2.4
10902024-11-27T19:34:56.451Z Downloaded sha1 v0.10.6
10912024-11-27T19:34:56.451Z Downloaded serde-hex v0.1.0
10922024-11-27T19:34:56.454Z Downloaded managed v0.8.0
10932024-11-27T19:34:56.454Z Downloaded crossbeam-utils v0.8.20
10942024-11-27T19:34:56.456Z Downloaded crossbeam-epoch v0.9.18
10952024-11-27T19:34:56.460Z Downloaded bzip2 v0.4.4
10962024-11-27T19:34:56.460Z Downloaded ahash v0.8.11
10972024-11-27T19:34:56.464Z Downloaded mime v0.3.17
10982024-11-27T19:34:56.467Z Downloaded memmap2 v0.9.5
10992024-11-27T19:34:56.467Z Downloaded maplit v1.0.2
11002024-11-27T19:34:56.467Z Downloaded lock_api v0.4.12
11012024-11-27T19:34:56.469Z Downloaded libloading v0.8.5
11022024-11-27T19:34:56.472Z Downloaded iana-time-zone v0.1.61
11032024-11-27T19:34:56.472Z Downloaded rustc_version v0.4.1
11042024-11-27T19:34:56.477Z Downloaded ref-cast-impl v1.0.23
11052024-11-27T19:34:56.477Z Downloaded quinn-udp v0.5.5
11062024-11-27T19:34:56.480Z Downloaded hyper-staticfile v0.10.1
11072024-11-27T19:34:56.480Z Downloaded humantime v2.1.0
11082024-11-27T19:34:56.480Z Downloaded clang-sys v1.8.1
11092024-11-27T19:34:56.482Z Downloaded libsw v3.3.1
11102024-11-27T19:34:56.485Z Downloaded libefi-sys v0.1.0
11112024-11-27T19:34:56.485Z Downloaded crc v3.2.1
11122024-11-27T19:34:56.489Z Downloaded const_format_proc_macros v0.2.33
11132024-11-27T19:34:56.493Z Downloaded cancel-safe-futures v0.1.5
11142024-11-27T19:34:56.497Z Downloaded bcrypt-pbkdf v0.10.0
11152024-11-27T19:34:56.499Z Downloaded cmake v0.1.51
11162024-11-27T19:34:56.499Z Downloaded arrayvec v0.7.6
11172024-11-27T19:34:56.502Z Downloaded bcs v0.1.6
11182024-11-27T19:34:56.506Z Downloaded aead v0.5.2
11192024-11-27T19:34:56.506Z Downloaded csv-core v0.1.11
11202024-11-27T19:34:56.509Z Downloaded cbc v0.1.2
11212024-11-27T19:34:56.509Z Downloaded ipnetwork v0.20.0
11222024-11-27T19:34:56.509Z Downloaded cipher v0.4.4
11232024-11-27T19:34:56.512Z Downloaded is-terminal v0.4.13
11242024-11-27T19:34:56.512Z Downloaded instability v0.3.2
11252024-11-27T19:34:56.515Z Downloaded inout v0.1.3
11262024-11-27T19:34:56.515Z Downloaded indoc v1.0.9
11272024-11-27T19:34:56.519Z Downloaded impl-trait-for-tuples v0.2.2
11282024-11-27T19:34:56.522Z Downloaded atomic-waker v1.1.2
11292024-11-27T19:34:56.522Z Downloaded arrayref v0.3.9
11302024-11-27T19:34:56.522Z Downloaded block-padding v0.3.3
11312024-11-27T19:34:56.525Z Downloaded async-stream v0.3.6
11322024-11-27T19:34:56.526Z Downloaded assert_matches v1.5.0
11332024-11-27T19:34:56.528Z Downloaded bitflags v1.3.2
11342024-11-27T19:34:56.528Z Downloaded array-init v0.0.4
11352024-11-27T19:34:56.532Z Downloaded blowfish v0.9.1
11362024-11-27T19:34:56.532Z Downloaded bitfield v0.14.0
11372024-11-27T19:34:56.683Z Downloaded ring v0.17.8
11382024-11-27T19:34:56.859Z Downloaded libsqlite3-sys v0.30.1
11392024-11-27T19:34:56.939Z Downloaded ring v0.16.20
11402024-11-27T19:34:57.148Z Downloaded aws-lc-sys v0.22.0
11412024-11-27T19:34:57.496Z Compiling serde v1.0.215
11422024-11-27T19:34:57.499Z Compiling lock_api v0.4.12
11432024-11-27T19:34:57.499Z Compiling scopeguard v1.2.0
11442024-11-27T19:34:57.499Z Compiling value-bag v1.9.0
11452024-11-27T19:34:57.499Z Compiling typenum v1.17.0
11462024-11-27T19:34:57.660Z Compiling generic-array v0.14.7
11472024-11-27T19:34:57.726Z Compiling syn v2.0.87
11482024-11-27T19:34:57.742Z Compiling getrandom v0.2.15
11492024-11-27T19:34:57.923Z Compiling shlex v1.3.0
11502024-11-27T19:34:58.031Z Compiling rand_core v0.6.4
11512024-11-27T19:34:58.162Z Compiling log v0.4.22
11522024-11-27T19:34:58.324Z Compiling subtle v2.6.1
11532024-11-27T19:34:58.343Z Compiling jobserver v0.1.32
11542024-11-27T19:34:58.346Z Compiling smallvec v1.13.2
11552024-11-27T19:34:58.603Z Compiling const-oid v0.9.6
11562024-11-27T19:34:58.625Z Compiling spin v0.9.8
11572024-11-27T19:34:58.677Z Compiling pin-project-lite v0.2.14
11582024-11-27T19:34:58.811Z Compiling cc v1.1.30
11592024-11-27T19:34:58.834Z Compiling rustix v0.38.37
11602024-11-27T19:34:59.063Z Compiling parking_lot_core v0.9.10
11612024-11-27T19:34:59.115Z Compiling futures-core v0.3.31
11622024-11-27T19:34:59.364Z Compiling signal-hook-registry v1.4.2
11632024-11-27T19:34:59.394Z Compiling mio v1.0.2
11642024-11-27T19:34:59.806Z Compiling aho-corasick v1.1.3
11652024-11-27T19:35:00.288Z Compiling parking_lot v0.12.3
11662024-11-27T19:35:00.310Z Compiling cpufeatures v0.2.14
11672024-11-27T19:35:00.423Z Compiling regex-syntax v0.8.5
11682024-11-27T19:35:00.615Z Compiling either v1.13.0
11692024-11-27T19:35:00.647Z Compiling lazy_static v1.5.0
11702024-11-27T19:35:00.670Z Compiling stable_deref_trait v1.2.0
11712024-11-27T19:35:00.796Z Compiling glob v0.3.1
11722024-11-27T19:35:00.816Z Compiling futures-sink v0.3.31
11732024-11-27T19:35:00.986Z Compiling socket2 v0.5.7
11742024-11-27T19:35:01.060Z Compiling slab v0.4.9
11752024-11-27T19:35:01.279Z Compiling prettyplease v0.2.25
11762024-11-27T19:35:01.539Z Compiling minimal-lexical v0.2.1
11772024-11-27T19:35:01.868Z Compiling clang-sys v1.8.1
11782024-11-27T19:35:01.955Z Compiling nom v7.1.3
11792024-11-27T19:35:02.021Z Compiling libloading v0.8.5
11802024-11-27T19:35:02.055Z Compiling bindgen v0.69.5
11812024-11-27T19:35:02.490Z Compiling home v0.5.9
11822024-11-27T19:35:02.655Z Compiling serde_json v1.0.132
11832024-11-27T19:35:02.922Z Compiling itertools v0.12.1
11842024-11-27T19:35:03.021Z Compiling futures-channel v0.3.31
11852024-11-27T19:35:03.472Z Compiling rustc-hash v1.1.0
11862024-11-27T19:35:03.490Z Compiling futures-io v0.3.31
11872024-11-27T19:35:03.629Z Compiling lazycell v1.3.0
11882024-11-27T19:35:03.809Z Compiling futures-task v0.3.31
11892024-11-27T19:35:03.857Z Compiling pin-utils v0.1.0
11902024-11-27T19:35:03.962Z Compiling allocator-api2 v0.2.18
11912024-11-27T19:35:04.122Z Compiling foldhash v0.1.3
11922024-11-27T19:35:04.454Z Compiling regex-automata v0.4.8
11932024-11-27T19:35:04.841Z Compiling hashbrown v0.15.0
11942024-11-27T19:35:05.805Z Compiling synstructure v0.13.1
11952024-11-27T19:35:06.152Z Compiling cexpr v0.6.0
11962024-11-27T19:35:06.231Z Compiling cmake v0.1.51
11972024-11-27T19:35:07.344Z Compiling dunce v1.0.5
11982024-11-27T19:35:07.486Z Compiling libm v0.2.8
11992024-11-27T19:35:07.586Z Compiling pkg-config v0.3.31
12002024-11-27T19:35:07.687Z Compiling tinyvec_macros v0.1.1
12012024-11-27T19:35:07.789Z Compiling fs_extra v1.3.0
12022024-11-27T19:35:07.862Z Compiling tinyvec v1.8.0
12032024-11-27T19:35:08.013Z Compiling num-traits v0.2.19
12042024-11-27T19:35:08.542Z Compiling ring v0.17.8
12052024-11-27T19:35:09.150Z Compiling writeable v0.5.5
12062024-11-27T19:35:09.190Z Compiling litemap v0.7.3
12072024-11-27T19:35:09.440Z Compiling unicode-normalization v0.1.24
12082024-11-27T19:35:09.575Z Compiling paste v1.0.15
12092024-11-27T19:35:09.676Z Compiling base64ct v1.6.0
12102024-11-27T19:35:09.714Z Compiling unicode-bidi v0.3.17
12112024-11-27T19:35:10.152Z Compiling pem-rfc7468 v0.7.0
12122024-11-27T19:35:10.230Z Compiling regex v1.11.1
12132024-11-27T19:35:10.854Z Compiling flagset v0.4.6
12142024-11-27T19:35:11.054Z Compiling aws-lc-rs v1.10.0
12152024-11-27T19:35:11.077Z Compiling httparse v1.9.5
12162024-11-27T19:35:11.499Z Compiling tracing-core v0.1.32
12172024-11-27T19:35:11.890Z Compiling crossbeam-utils v0.8.20
12182024-11-27T19:35:12.470Z Compiling icu_locid_transform_data v1.5.0
12192024-11-27T19:35:12.505Z Compiling percent-encoding v2.3.1
12202024-11-27T19:35:12.576Z Compiling rustls-pki-types v1.9.0
12212024-11-27T19:35:12.828Z Compiling serde_derive v1.0.215
12222024-11-27T19:35:12.847Z Compiling zeroize_derive v1.4.2
12232024-11-27T19:35:12.889Z Compiling zerocopy-derive v0.7.35
12242024-11-27T19:35:13.304Z Compiling tokio-macros v2.4.0
12252024-11-27T19:35:13.691Z Compiling zerofrom-derive v0.1.4
12262024-11-27T19:35:14.440Z Compiling zeroize v1.8.1
12272024-11-27T19:35:14.925Z Compiling thiserror-impl v1.0.69
12282024-11-27T19:35:15.214Z Compiling zerocopy v0.7.35
12292024-11-27T19:35:15.217Z Compiling yoke-derive v0.7.4
12302024-11-27T19:35:16.225Z Compiling crypto-common v0.1.6
12312024-11-27T19:35:16.483Z Compiling block-buffer v0.10.4
12322024-11-27T19:35:16.757Z Compiling digest v0.10.7
12332024-11-27T19:35:16.781Z Compiling futures-macro v0.3.31
12342024-11-27T19:35:17.311Z Compiling hmac v0.12.1
12352024-11-27T19:35:17.576Z Compiling zerovec-derive v0.10.3
12362024-11-27T19:35:17.696Z Compiling block-padding v0.3.3
12372024-11-27T19:35:17.969Z Compiling displaydoc v0.2.5
12382024-11-27T19:35:17.988Z Compiling zerofrom v0.1.4
12392024-11-27T19:35:18.226Z Compiling inout v0.1.3
12402024-11-27T19:35:18.413Z Compiling yoke v0.7.4
12412024-11-27T19:35:18.510Z Compiling cipher v0.4.4
12422024-11-27T19:35:18.531Z Compiling thiserror v1.0.69
12432024-11-27T19:35:18.655Z Compiling sha2 v0.10.8
12442024-11-27T19:35:18.799Z Compiling ppv-lite86 v0.2.20
12452024-11-27T19:35:18.857Z Compiling futures-util v0.3.31
12462024-11-27T19:35:19.044Z Compiling icu_provider_macros v1.5.0
12472024-11-27T19:35:19.647Z Compiling der_derive v0.7.3
12482024-11-27T19:35:19.694Z Compiling rand_chacha v0.3.1
12492024-11-27T19:35:19.716Z Compiling tracing-attributes v0.1.27
12502024-11-27T19:35:20.256Z Compiling rand v0.8.5
12512024-11-27T19:35:20.284Z Compiling zerovec v0.10.4
12522024-11-27T19:35:22.223Z Compiling tinystr v0.7.6
12532024-11-27T19:35:22.284Z Compiling der v0.7.9
12542024-11-27T19:35:22.425Z Compiling icu_collections v1.5.0
12552024-11-27T19:35:22.640Z Compiling icu_locid v1.5.0
12562024-11-27T19:35:22.700Z Compiling salsa20 v0.10.2
12572024-11-27T19:35:22.720Z Compiling pest v2.7.14
12582024-11-27T19:35:22.954Z Compiling pbkdf2 v0.12.2
12592024-11-27T19:35:23.152Z Compiling untrusted v0.9.0
12602024-11-27T19:35:23.358Z Compiling time-core v0.1.2
12612024-11-27T19:35:23.565Z Compiling num-conv v0.1.0
12622024-11-27T19:35:23.836Z Compiling icu_properties_data v1.5.0
12632024-11-27T19:35:23.859Z Compiling tracing v0.1.40
12642024-11-27T19:35:23.985Z Compiling icu_provider v1.5.0
12652024-11-27T19:35:24.097Z Compiling mirai-annotations v1.12.0
12662024-11-27T19:35:24.305Z Compiling powerfmt v0.2.0
12672024-11-27T19:35:24.386Z Compiling vcpkg v0.2.15
12682024-11-27T19:35:24.729Z Compiling spki v0.7.3
12692024-11-27T19:35:25.141Z Compiling icu_locid_transform v1.5.0
12702024-11-27T19:35:25.161Z Compiling untrusted v0.7.1
12712024-11-27T19:35:25.217Z Compiling deranged v0.3.11
12722024-11-27T19:35:25.248Z Compiling time-macros v0.2.18
12732024-11-27T19:35:25.820Z Compiling pest_meta v2.7.14
12742024-11-27T19:35:25.965Z Compiling scrypt v0.11.0
12752024-11-27T19:35:26.598Z Compiling icu_properties v1.5.1
12762024-11-27T19:35:26.733Z Compiling openssl-sys v0.9.103
12772024-11-27T19:35:27.224Z Compiling aes v0.8.4
12782024-11-27T19:35:27.735Z Compiling bitflags v2.6.0
12792024-11-27T19:35:27.938Z Compiling bytes v1.8.0
12802024-11-27T19:35:28.738Z Compiling indexmap v2.6.0
12812024-11-27T19:35:29.352Z Compiling tokio v1.40.0
12822024-11-27T19:35:29.375Z Compiling http v1.1.0
12832024-11-27T19:35:30.120Z Compiling semver v1.0.23
12842024-11-27T19:35:30.376Z Compiling cbc v0.1.2
12852024-11-27T19:35:30.571Z Compiling rustc_version v0.4.1
12862024-11-27T19:35:30.914Z Compiling scroll_derive v0.12.0
12872024-11-27T19:35:31.383Z Compiling num_threads v0.1.7
12882024-11-27T19:35:31.405Z Compiling atomic-waker v1.1.2
12892024-11-27T19:35:31.516Z Compiling utf16_iter v1.0.5
12902024-11-27T19:35:31.595Z Compiling write16 v1.0.0
12912024-11-27T19:35:31.680Z Compiling utf8_iter v1.0.4
12922024-11-27T19:35:31.733Z Compiling icu_normalizer_data v1.5.0
12932024-11-27T19:35:31.754Z Compiling time v0.3.36
12942024-11-27T19:35:31.848Z Compiling http-body v1.0.1
12952024-11-27T19:35:31.936Z Compiling icu_normalizer v1.5.0
12962024-11-27T19:35:31.983Z Compiling pkcs5 v0.7.1
12972024-11-27T19:35:32.300Z Compiling which v4.4.2
12982024-11-27T19:35:32.517Z Compiling scroll v0.12.0
12992024-11-27T19:35:32.978Z Compiling pest_generator v2.7.14
13002024-11-27T19:35:33.135Z Compiling form_urlencoded v1.2.1
13012024-11-27T19:35:33.344Z Compiling slog v2.7.0
13022024-11-27T19:35:33.495Z Compiling try-lock v0.2.5
13032024-11-27T19:35:33.629Z Compiling goblin v0.8.2
13042024-11-27T19:35:33.655Z Compiling want v0.3.1
13052024-11-27T19:35:33.958Z Compiling idna_adapter v1.2.0
13062024-11-27T19:35:33.978Z Compiling pkcs8 v0.10.2
13072024-11-27T19:35:34.047Z Compiling httpdate v1.0.3
13082024-11-27T19:35:34.193Z Compiling idna v1.0.3
13092024-11-27T19:35:34.724Z Compiling serde_tokenstream v0.2.2
13102024-11-27T19:35:35.173Z Compiling pest_derive v2.7.14
13112024-11-27T19:35:35.393Z Compiling uuid v1.11.0
13122024-11-27T19:35:35.494Z Compiling serde_spanned v0.6.8
13132024-11-27T19:35:35.705Z Compiling toml_datetime v0.6.8
13142024-11-27T19:35:35.981Z Compiling dtrace-parser v0.2.0
13152024-11-27T19:35:36.233Z Compiling openssl v0.10.66
13162024-11-27T19:35:36.278Z Compiling rustversion v1.0.17
13172024-11-27T19:35:36.688Z Compiling base64 v0.22.1
13182024-11-27T19:35:36.872Z Compiling adler2 v2.0.0
13192024-11-27T19:35:37.005Z Compiling foreign-types-shared v0.1.1
13202024-11-27T19:35:37.055Z Compiling tower-service v0.3.3
13212024-11-27T19:35:37.127Z Compiling match_cfg v0.1.0
13222024-11-27T19:35:37.219Z Compiling iana-time-zone v0.1.61
13232024-11-27T19:35:37.281Z Compiling hostname v0.3.1
13242024-11-27T19:35:37.310Z Compiling foreign-types v0.3.2
13252024-11-27T19:35:37.414Z Compiling chrono v0.4.38
13262024-11-27T19:35:37.436Z Compiling miniz_oxide v0.8.0
13272024-11-27T19:35:37.631Z Compiling url v2.5.3
13282024-11-27T19:35:38.314Z Compiling tokio-util v0.7.12
13292024-11-27T19:35:39.062Z Compiling async-trait v0.1.83
13302024-11-27T19:35:39.165Z Compiling openssl-macros v0.1.1
13312024-11-27T19:35:39.719Z Compiling h2 v0.4.6
13322024-11-27T19:35:39.816Z Compiling dof v0.3.0
13332024-11-27T19:35:39.965Z Compiling dirs-sys-next v0.1.2
13342024-11-27T19:35:40.671Z Compiling usdt-impl v0.5.0
13352024-11-27T19:35:41.394Z Compiling syn v1.0.109
13362024-11-27T19:35:41.925Z Compiling native-tls v0.2.12
13372024-11-27T19:35:42.047Z Compiling rustls v0.22.4
13382024-11-27T19:35:42.088Z Compiling siphasher v0.3.11
13392024-11-27T19:35:42.283Z Compiling data-encoding v2.6.0
13402024-11-27T19:35:42.306Z Compiling rustls v0.23.14
13412024-11-27T19:35:42.477Z Compiling dirs-next v2.0.0
13422024-11-27T19:35:42.672Z Compiling crossbeam-epoch v0.9.18
13432024-11-27T19:35:43.511Z Compiling http-body-util v0.1.2
13442024-11-27T19:35:44.061Z Compiling heapless v0.7.17
13452024-11-27T19:35:44.082Z Compiling sha1 v0.10.6
13462024-11-27T19:35:44.485Z Compiling signature v2.2.0
13472024-11-27T19:35:44.509Z Compiling bzip2-sys v0.1.11+1.0.8
13482024-11-27T19:35:44.546Z Compiling serde_derive_internals v0.29.1
13492024-11-27T19:35:44.711Z Compiling thread_local v1.1.8
13502024-11-27T19:35:44.798Z Compiling encoding_rs v0.8.34
13512024-11-27T19:35:45.015Z Compiling cookie v0.18.1
13522024-11-27T19:35:45.288Z Compiling multer v3.1.0
13532024-11-27T19:35:45.318Z Compiling slog-async v2.8.0
13542024-11-27T19:35:45.569Z Compiling rayon-core v1.12.1
13552024-11-27T19:35:45.828Z Compiling openssl-probe v0.1.5
13562024-11-27T19:35:45.852Z Compiling gimli v0.31.1
13572024-11-27T19:35:45.875Z Compiling unicode-properties v0.1.3
13582024-11-27T19:35:46.194Z Compiling mime v0.3.17
13592024-11-27T19:35:46.293Z Compiling ipnet v2.10.1
13602024-11-27T19:35:46.836Z Compiling schemars v0.8.21
13612024-11-27T19:35:47.203Z Compiling hyper v1.5.0
13622024-11-27T19:35:47.488Z Compiling signal-hook v0.3.17
13632024-11-27T19:35:47.635Z Compiling schemars_derive v0.8.21
13642024-11-27T19:35:47.824Z Compiling stringprep v0.1.5
13652024-11-27T19:35:49.415Z Compiling toml_edit v0.22.22
13662024-11-27T19:35:49.786Z Compiling hyper-util v0.1.10
13672024-11-27T19:35:50.824Z Compiling addr2line v0.24.2
13682024-11-27T19:35:51.445Z Compiling usdt-macro v0.5.0
13692024-11-27T19:35:51.520Z Compiling usdt-attr-macro v0.5.0
13702024-11-27T19:35:51.549Z Compiling crossbeam-deque v0.8.5
13712024-11-27T19:35:51.612Z Compiling term v0.7.0
13722024-11-27T19:35:52.868Z Compiling slog-json v2.6.1
13732024-11-27T19:35:52.916Z Compiling serde_urlencoded v0.7.1
13742024-11-27T19:35:53.076Z Compiling crossbeam-channel v0.5.13
13752024-11-27T19:35:53.108Z Compiling curve25519-dalek v4.1.3
13762024-11-27T19:35:53.294Z Compiling enum-as-inner v0.6.1
13772024-11-27T19:35:53.387Z Compiling futures-executor v0.3.31
13782024-11-27T19:35:53.481Z Compiling md-5 v0.10.6
13792024-11-27T19:35:53.716Z Compiling rustls-pemfile v2.2.0
13802024-11-27T19:35:53.753Z Compiling async-stream-impl v0.3.6
13812024-11-27T19:35:53.883Z Compiling num-integer v0.1.46
13822024-11-27T19:35:54.047Z Compiling idna v0.4.0
13832024-11-27T19:35:54.239Z Compiling idna v0.3.0
13842024-11-27T19:35:54.392Z Compiling hash32 v0.2.1
13852024-11-27T19:35:54.705Z Compiling ff v0.13.0
13862024-11-27T19:35:54.774Z Compiling is-terminal v0.4.13
13872024-11-27T19:35:54.915Z Compiling dropshot v0.12.0
13882024-11-27T19:35:54.944Z Compiling object v0.36.5
13892024-11-27T19:35:55.120Z Compiling anyhow v1.0.93
13902024-11-27T19:35:55.223Z Compiling rustc-demangle v0.1.24
13912024-11-27T19:35:55.794Z Compiling fallible-iterator v0.2.0
13922024-11-27T19:35:55.864Z Compiling portable-atomic v1.9.0
13932024-11-27T19:35:55.957Z Compiling num-bigint-dig v0.8.4
13942024-11-27T19:35:56.260Z Compiling linked-hash-map v0.5.6
13952024-11-27T19:35:56.281Z Compiling psl-types v2.0.11
13962024-11-27T19:35:56.491Z Compiling take_mut v0.2.2
13972024-11-27T19:35:56.522Z Compiling dyn-clone v1.0.17
13982024-11-27T19:35:56.635Z Compiling quick-error v1.2.3
13992024-11-27T19:35:56.657Z Compiling base16ct v0.2.0
14002024-11-27T19:35:56.752Z Compiling utf-8 v0.7.6
14012024-11-27T19:35:56.786Z Compiling smoltcp v0.9.1
14022024-11-27T19:35:56.980Z Compiling tungstenite v0.24.0
14032024-11-27T19:35:57.076Z Compiling sec1 v0.7.3
14042024-11-27T19:35:57.104Z Compiling resolv-conf v0.7.0
14052024-11-27T19:35:57.950Z Compiling lru-cache v0.1.2
14062024-11-27T19:35:58.161Z Compiling postgres-protocol v0.6.7
14072024-11-27T19:35:58.195Z Compiling publicsuffix v2.2.3
14082024-11-27T19:35:58.956Z Compiling async-stream v0.3.6
14092024-11-27T19:35:59.032Z Compiling hickory-proto v0.24.1
14102024-11-27T19:35:59.270Z Compiling group v0.13.0
14112024-11-27T19:35:59.477Z Compiling slog-term v2.9.1
14122024-11-27T19:35:59.561Z Compiling usdt v0.5.0
14132024-11-27T19:36:00.097Z Compiling num-iter v0.1.45
14142024-11-27T19:36:00.428Z Compiling futures v0.3.31
14152024-11-27T19:36:00.558Z Compiling slog-bunyan v2.5.0
14162024-11-27T19:36:00.815Z Compiling toml v0.8.19
14172024-11-27T19:36:02.100Z Compiling tokio-native-tls v0.3.1
14182024-11-27T19:36:02.588Z Compiling backtrace v0.3.74
14192024-11-27T19:36:02.767Z Compiling camino v1.1.9
14202024-11-27T19:36:02.789Z Compiling phf_shared v0.11.2
14212024-11-27T19:36:03.198Z Compiling dropshot_endpoint v0.12.0
14222024-11-27T19:36:03.368Z Compiling terminal_size v0.4.0
14232024-11-27T19:36:03.437Z Compiling waitgroup v0.1.2
14242024-11-27T19:36:03.589Z Compiling openapiv3 v2.0.0
14252024-11-27T19:36:03.661Z Compiling serde_path_to_error v0.1.16
14262024-11-27T19:36:03.731Z Compiling hkdf v0.12.4
14272024-11-27T19:36:04.003Z Compiling crypto-bigint v0.5.5
14282024-11-27T19:36:04.537Z Compiling webpki-roots v0.26.6
14292024-11-27T19:36:04.777Z Compiling zerocopy-derive v0.6.6
14302024-11-27T19:36:06.465Z Compiling curve25519-dalek-derive v0.1.1
14312024-11-27T19:36:06.886Z Compiling hubpack_derive v0.1.1
14322024-11-27T19:36:07.132Z Compiling idna v0.5.0
14332024-11-27T19:36:07.847Z Compiling hostname v0.4.0
14342024-11-27T19:36:08.012Z Compiling crc32fast v1.4.2
14352024-11-27T19:36:08.117Z Compiling ahash v0.8.11
14362024-11-27T19:36:08.139Z Compiling fs-err v2.11.0
14372024-11-27T19:36:08.370Z Compiling winnow v0.5.40
14382024-11-27T19:36:08.391Z Compiling bitflags v1.3.2
14392024-11-27T19:36:08.425Z Compiling debug-ignore v1.0.5
14402024-11-27T19:36:08.458Z Compiling managed v0.8.0
14412024-11-27T19:36:08.509Z Compiling console v0.15.8
14422024-11-27T19:36:08.580Z Compiling clap_builder v4.5.21
14432024-11-27T19:36:09.008Z Compiling strum_macros v0.25.3
14442024-11-27T19:36:10.222Z Compiling flate2 v1.0.34
14452024-11-27T19:36:10.348Z Compiling cookie_store v0.21.0
14462024-11-27T19:36:11.179Z Compiling hubpack v0.1.2
14472024-11-27T19:36:11.199Z Compiling elliptic-curve v0.13.8
14482024-11-27T19:36:11.663Z Compiling zerocopy v0.6.6
14492024-11-27T19:36:11.981Z Compiling toml_edit v0.19.15
14502024-11-27T19:36:12.080Z Compiling hickory-resolver v0.24.1
14512024-11-27T19:36:12.549Z Compiling phf v0.11.2
14522024-11-27T19:36:12.864Z Compiling signal-hook-mio v0.2.4
14532024-11-27T19:36:13.043Z Compiling hyper-tls v0.6.0
14542024-11-27T19:36:13.371Z Compiling rayon v1.10.0
14552024-11-27T19:36:13.486Z Compiling bzip2 v0.4.4
14562024-11-27T19:36:13.890Z Compiling postgres-types v0.2.8
14572024-11-27T19:36:15.530Z Compiling tokio-tungstenite v0.24.0
14582024-11-27T19:36:17.547Z Compiling ed25519 v2.2.3
14592024-11-27T19:36:18.387Z Compiling phf_shared v0.10.0
14602024-11-27T19:36:18.452Z Compiling tokio-stream v0.1.16
14612024-11-27T19:36:18.783Z Compiling pkcs1 v0.7.5
14622024-11-27T19:36:18.806Z Compiling serde-big-array v0.5.1
14632024-11-27T19:36:19.045Z Compiling clap_derive v4.5.18
14642024-11-27T19:36:19.242Z Compiling rfc6979 v0.4.0
14652024-11-27T19:36:19.435Z Compiling serde_repr v0.1.19
14662024-11-27T19:36:19.507Z Compiling derive-where v1.2.7
14672024-11-27T19:36:19.561Z Compiling float-cmp v0.9.0
14682024-11-27T19:36:19.797Z Compiling bstr v1.10.0
14692024-11-27T19:36:19.825Z Compiling sync_wrapper v1.0.1
14702024-11-27T19:36:19.995Z Compiling bit-vec v0.6.3
14712024-11-27T19:36:20.457Z Compiling number_prefix v0.4.0
14722024-11-27T19:36:20.486Z Compiling difflib v0.4.0
14732024-11-27T19:36:20.670Z Compiling fixedbitset v0.4.2
14742024-11-27T19:36:20.692Z Compiling whoami v1.5.2
14752024-11-27T19:36:21.162Z Compiling predicates-core v1.0.8
14762024-11-27T19:36:21.368Z Compiling new_debug_unreachable v1.0.6
14772024-11-27T19:36:21.473Z Compiling normalize-line-endings v0.3.0
14782024-11-27T19:36:21.548Z Compiling unicode-segmentation v1.12.0
14792024-11-27T19:36:21.607Z Compiling precomputed-hash v0.1.1
14802024-11-27T19:36:21.674Z Compiling static_assertions v1.1.0
14812024-11-27T19:36:21.732Z Compiling unicode-width v0.2.0
14822024-11-27T19:36:21.785Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14832024-11-27T19:36:22.151Z Compiling string_cache v0.8.7
14842024-11-27T19:36:22.318Z Compiling similar v2.6.0
14852024-11-27T19:36:22.494Z Compiling indicatif v0.17.9
14862024-11-27T19:36:22.696Z Compiling predicates v3.1.2
14872024-11-27T19:36:23.323Z Compiling tokio-postgres v0.7.12
14882024-11-27T19:36:24.341Z Compiling clap v4.5.21
14892024-11-27T19:36:24.476Z Compiling petgraph v0.6.5
14902024-11-27T19:36:24.597Z Compiling bit-set v0.5.3
14912024-11-27T19:36:24.787Z Compiling ecdsa v0.16.9
14922024-11-27T19:36:24.887Z Compiling rsa v0.9.6
14932024-11-27T19:36:24.916Z Compiling ed25519-dalek v2.1.1
14942024-11-27T19:36:25.695Z Compiling toml v0.7.8
14952024-11-27T19:36:26.313Z Compiling zip v0.6.6
14962024-11-27T19:36:27.563Z Compiling crossterm v0.28.1
14972024-11-27T19:36:28.792Z Compiling hex v0.4.3
14982024-11-27T19:36:28.896Z Compiling x509-cert v0.2.5
14992024-11-27T19:36:29.251Z Compiling itertools v0.10.5
15002024-11-27T19:36:29.358Z Compiling unicode-xid v0.2.6
15012024-11-27T19:36:29.422Z Compiling lalrpop-util v0.19.12
15022024-11-27T19:36:29.444Z Compiling peg-runtime v0.8.3
15032024-11-27T19:36:29.527Z Compiling strum_macros v0.26.4
15042024-11-27T19:36:29.787Z Compiling xattr v1.3.1
15052024-11-27T19:36:30.060Z Compiling filetime v0.2.25
15062024-11-27T19:36:30.422Z Compiling tar v0.4.42
15072024-11-27T19:36:34.710Z Compiling strum v0.26.3
15082024-11-27T19:36:38.144Z Compiling aws-lc-sys v0.22.0
15092024-11-27T19:37:11.118Z Compiling rustls-webpki v0.102.8
15102024-11-27T19:37:14.671Z Compiling tokio-rustls v0.25.0
15112024-11-27T19:37:16.302Z Compiling tokio-rustls v0.26.0
15122024-11-27T19:37:16.672Z Compiling hyper-rustls v0.27.3
15132024-11-27T19:37:17.138Z Compiling reqwest v0.12.9
15142024-11-27T19:37:18.581Z Compiling qorb v0.2.1
15152024-11-27T19:37:23.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15162024-11-27T19:37:23.443Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15172024-11-27T19:37:29.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s
15182024-11-27T19:37:29.835Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15192024-11-27T19:37:29.890ZNov 27 19:37:28.716 INFO Starting download, target: Console
15202024-11-27T19:37:29.891ZNov 27 19:37:28.716 INFO Starting download, target: DendriteOpenapi
15212024-11-27T19:37:29.891ZNov 27 19:37:28.716 INFO Starting download, target: Clickhouse
15222024-11-27T19:37:29.891ZNov 27 19:37:28.716 INFO Starting download, target: DendriteStub
15232024-11-27T19:37:29.894ZNov 27 19:37:28.716 INFO Starting download, target: Cockroach
15242024-11-27T19:37:29.894ZNov 27 19:37:28.716 INFO Starting download, target: MaghemiteMgd
15252024-11-27T19:37:29.894ZNov 27 19:37:28.716 INFO Starting download, target: TransceiverControl
15262024-11-27T19:37:29.894ZNov 27 19:37:28.717 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15272024-11-27T19:37:29.894ZNov 27 19:37:28.717 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15282024-11-27T19:37:29.894ZNov 27 19:37:28.717 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15292024-11-27T19:37:29.894ZNov 27 19:37:28.717 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15302024-11-27T19:37:29.894ZNov 27 19:37:28.717 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15312024-11-27T19:37:29.894ZNov 27 19:37:28.717 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15322024-11-27T19:37:29.894ZNov 27 19:37:28.717 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15332024-11-27T19:37:30.115ZNov 27 19:37:28.911 INFO Download complete, target: DendriteOpenapi
15342024-11-27T19:37:30.198ZNov 27 19:37:29.008 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15352024-11-27T19:37:30.407ZNov 27 19:37:29.227 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15362024-11-27T19:37:30.728ZNov 27 19:37:29.545 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15372024-11-27T19:37:30.756ZNov 27 19:37:29.581 INFO Download complete, target: Console
15382024-11-27T19:37:30.815ZNov 27 19:37:29.640 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15392024-11-27T19:37:30.863ZNov 27 19:37:29.684 INFO Download complete, target: TransceiverControl
15402024-11-27T19:37:31.330ZNov 27 19:37:30.155 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15412024-11-27T19:37:31.330ZNov 27 19:37:30.155 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15422024-11-27T19:37:31.859ZNov 27 19:37:30.685 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15432024-11-27T19:37:33.532ZNov 27 19:37:32.357 INFO Download complete, target: DendriteStub
15442024-11-27T19:37:33.664ZNov 27 19:37:32.489 INFO Download complete, target: MaghemiteMgd
15452024-11-27T19:37:38.603ZNov 27 19:37:37.427 INFO Checking that binary works, target: Cockroach
15462024-11-27T19:37:38.779ZNov 27 19:37:37.604 INFO Download complete, target: Cockroach
15472024-11-27T19:37:43.909ZNov 27 19:37:42.731 INFO Checking that binary works, target: Clickhouse
15482024-11-27T19:37:44.393ZNov 27 19:37:43.217 INFO Download complete, target: Clickhouse
15492024-11-27T19:37:44.401ZAll prerequisites installed successfully
15502024-11-27T19:37:44.404Z
15512024-11-27T19:37:44.404Zreal 5:23.340165060
15522024-11-27T19:37:44.404Zuser 17:08.274236202
15532024-11-27T19:37:44.404Zsys 3:20.244060392
15542024-11-27T19:37:44.404Ztrap 0.603024285
15552024-11-27T19:37:44.404Ztflt 5.150302742
15562024-11-27T19:37:44.404Zdflt 4.961851280
15572024-11-27T19:37:44.404Zkflt 0.291891255
15582024-11-27T19:37:44.404Zlock 30:49.354481011
15592024-11-27T19:37:44.404Zslp 1:05:08.238109573
15602024-11-27T19:37:44.404Zlat 55.119948936
15612024-11-27T19:37:44.404Zstop 2:20.046380006
15622024-11-27T19:37:44.404Z+ ptime -m cargo xtask download softnpu
15632024-11-27T19:37:44.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15642024-11-27T19:37:45.006Z Running `target/debug/xtask download softnpu`
15652024-11-27T19:37:45.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
15662024-11-27T19:37:45.942Z Running `target/debug/xtask-downloader softnpu`
15672024-11-27T19:37:45.981ZNov 27 19:37:44.804 INFO Starting download, target: Softnpu
15682024-11-27T19:37:45.983ZNov 27 19:37:44.804 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15692024-11-27T19:37:46.642ZNov 27 19:37:45.465 INFO Download complete, target: Softnpu
15702024-11-27T19:37:46.645Z
15712024-11-27T19:37:46.648Zreal 2.236532513
15722024-11-27T19:37:46.648Zuser 1.340025935
15732024-11-27T19:37:46.648Zsys 0.575243262
15742024-11-27T19:37:46.648Ztrap 0.000837842
15752024-11-27T19:37:46.648Ztflt 0.000004779
15762024-11-27T19:37:46.648Zdflt 0.000001290
15772024-11-27T19:37:46.648Zkflt 0.000000000
15782024-11-27T19:37:46.648Zlock 6.691257250
15792024-11-27T19:37:46.648Zslp 0.540436231
15802024-11-27T19:37:46.648Zlat 0.068052709
15812024-11-27T19:37:46.648Zstop 0.000165395
15822024-11-27T19:37:46.648Z+ export CARGO_INCREMENTAL=0
15832024-11-27T19:37:46.648Z+ CARGO_INCREMENTAL=0
15842024-11-27T19:37:46.648Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15852024-11-27T19:37:47.649Z Compiling proc-macro2 v1.0.89
15862024-11-27T19:37:47.649Z Compiling unicode-ident v1.0.13
15872024-11-27T19:37:47.652Z Compiling libc v0.2.162
15882024-11-27T19:37:47.652Z Compiling serde v1.0.215
15892024-11-27T19:37:47.652Z Compiling autocfg v1.4.0
15902024-11-27T19:37:47.652Z Compiling version_check v0.9.5
15912024-11-27T19:37:47.794Z Compiling cfg-if v1.0.0
15922024-11-27T19:37:47.934Z Compiling memchr v2.7.4
15932024-11-27T19:37:47.955Z Compiling shlex v1.3.0
15942024-11-27T19:37:47.958Z Compiling typenum v1.17.0
15952024-11-27T19:37:48.455Z Compiling value-bag v1.9.0
15962024-11-27T19:37:48.586Z Compiling generic-array v0.14.7
15972024-11-27T19:37:48.796Z Compiling lock_api v0.4.12
15982024-11-27T19:37:48.874Z Compiling log v0.4.22
15992024-11-27T19:37:48.909Z Compiling scopeguard v1.2.0
16002024-11-27T19:37:49.067Z Compiling parking_lot_core v0.9.10
16012024-11-27T19:37:49.382Z Compiling once_cell v1.20.2
16022024-11-27T19:37:49.461Z Compiling quote v1.0.37
16032024-11-27T19:37:49.733Z Compiling serde_json v1.0.132
16042024-11-27T19:37:49.733Z Compiling rustix v0.38.37
16052024-11-27T19:37:49.774Z Compiling jobserver v0.1.32
16062024-11-27T19:37:50.004Z Compiling syn v2.0.87
16072024-11-27T19:37:50.047Z Compiling getrandom v0.2.15
16082024-11-27T19:37:50.164Z Compiling cc v1.1.30
16092024-11-27T19:37:50.337Z Compiling libm v0.2.8
16102024-11-27T19:37:50.409Z Compiling thiserror v1.0.69
16112024-11-27T19:37:50.427Z Compiling aho-corasick v1.1.3
16122024-11-27T19:37:50.430Z Compiling regex-syntax v0.8.5
16132024-11-27T19:37:50.534Z Compiling num-traits v0.2.19
16142024-11-27T19:37:50.670Z Compiling either v1.13.0
16152024-11-27T19:37:50.846Z Compiling itoa v1.0.11
16162024-11-27T19:37:50.945Z Compiling spin v0.9.8
16172024-11-27T19:37:51.108Z Compiling slab v0.4.9
16182024-11-27T19:37:51.428Z Compiling byteorder v1.5.0
16192024-11-27T19:37:51.706Z Compiling errno v0.3.9
16202024-11-27T19:37:51.905Z Compiling rand_core v0.6.4
16212024-11-27T19:37:51.910Z Compiling lazy_static v1.5.0
16222024-11-27T19:37:52.048Z Compiling glob v0.3.1
16232024-11-27T19:37:52.625Z Compiling prettyplease v0.2.25
16242024-11-27T19:37:52.898Z Compiling clang-sys v1.8.1
16252024-11-27T19:37:53.243Z Compiling minimal-lexical v0.2.1
16262024-11-27T19:37:53.434Z Compiling libloading v0.8.5
16272024-11-27T19:37:53.576Z Compiling bindgen v0.69.5
16282024-11-27T19:37:53.721Z Compiling nom v7.1.3
16292024-11-27T19:37:53.740Z Compiling home v0.5.9
16302024-11-27T19:37:53.826Z Compiling allocator-api2 v0.2.18
16312024-11-27T19:37:53.965Z Compiling subtle v2.6.1
16322024-11-27T19:37:54.290Z Compiling regex-automata v0.4.8
16332024-11-27T19:37:54.466Z Compiling itertools v0.12.1
16342024-11-27T19:37:54.605Z Compiling lazycell v1.3.0
16352024-11-27T19:37:54.777Z Compiling semver v1.0.23
16362024-11-27T19:37:54.878Z Compiling rustc-hash v1.1.0
16372024-11-27T19:37:55.039Z Compiling smallvec v1.13.2
16382024-11-27T19:37:55.267Z Compiling cmake v0.1.51
16392024-11-27T19:37:55.731Z Compiling fs_extra v1.3.0
16402024-11-27T19:37:56.201Z Compiling dunce v1.0.5
16412024-11-27T19:37:56.927Z Compiling pkg-config v0.3.31
16422024-11-27T19:37:56.948Z Compiling ring v0.17.8
16432024-11-27T19:37:57.493Z Compiling cexpr v0.6.0
16442024-11-27T19:37:57.713Z Compiling pin-project-lite v0.2.14
16452024-11-27T19:37:57.804Z Compiling ryu v1.0.18
16462024-11-27T19:37:57.852Z Compiling fnv v1.0.7
16472024-11-27T19:37:57.988Z Compiling synstructure v0.13.1
16482024-11-27T19:37:58.096Z Compiling const-oid v0.9.6
16492024-11-27T19:37:58.184Z Compiling paste v1.0.15
16502024-11-27T19:37:59.196Z Compiling aws-lc-rs v1.10.0
16512024-11-27T19:37:59.222Z Compiling foldhash v0.1.3
16522024-11-27T19:37:59.482Z Compiling equivalent v1.0.1
16532024-11-27T19:37:59.529Z Compiling httparse v1.9.5
16542024-11-27T19:37:59.603Z Compiling hashbrown v0.15.0
16552024-11-27T19:38:00.021Z Compiling regex v1.11.1
16562024-11-27T19:38:00.696Z Compiling heck v0.5.0
16572024-11-27T19:38:00.770Z Compiling schemars v0.8.21
16582024-11-27T19:38:00.993Z Compiling serde_derive_internals v0.29.1
16592024-11-27T19:38:01.079Z Compiling signal-hook-registry v1.4.2
16602024-11-27T19:38:01.112Z Compiling mio v1.0.2
16612024-11-27T19:38:01.607Z Compiling parking_lot v0.12.3
16622024-11-27T19:38:03.098Z Compiling stable_deref_trait v1.2.0
16632024-11-27T19:38:03.226Z Compiling crossbeam-utils v0.8.20
16642024-11-27T19:38:03.396Z Compiling socket2 v0.5.7
16652024-11-27T19:38:03.469Z Compiling futures-core v0.3.31
16662024-11-27T19:38:03.649Z Compiling serde_derive v1.0.215
16672024-11-27T19:38:03.725Z Compiling zeroize_derive v1.4.2
16682024-11-27T19:38:03.765Z Compiling zerocopy-derive v0.7.35
16692024-11-27T19:38:03.784Z Compiling thiserror-impl v1.0.69
16702024-11-27T19:38:04.818Z Compiling tokio-macros v2.4.0
16712024-11-27T19:38:05.019Z Compiling zerofrom-derive v0.1.4
16722024-11-27T19:38:05.236Z Compiling zeroize v1.8.1
16732024-11-27T19:38:05.532Z Compiling yoke-derive v0.7.4
16742024-11-27T19:38:05.703Z Compiling futures-macro v0.3.31
16752024-11-27T19:38:05.848Z Compiling zerovec-derive v0.10.3
16762024-11-27T19:38:06.322Z Compiling zerocopy v0.7.35
16772024-11-27T19:38:06.741Z Compiling displaydoc v0.2.5
16782024-11-27T19:38:07.570Z Compiling crypto-common v0.1.6
16792024-11-27T19:38:07.941Z Compiling tracing-attributes v0.1.27
16802024-11-27T19:38:08.018Z Compiling icu_provider_macros v1.5.0
16812024-11-27T19:38:08.254Z Compiling block-buffer v0.10.4
16822024-11-27T19:38:08.291Z Compiling schemars_derive v0.8.21
16832024-11-27T19:38:08.506Z Compiling digest v0.10.7
16842024-11-27T19:38:08.887Z Compiling der_derive v0.7.3
16852024-11-27T19:38:08.960Z Compiling num-conv v0.1.0
16862024-11-27T19:38:09.043Z Compiling time-core v0.1.2
16872024-11-27T19:38:09.255Z Compiling time-macros v0.2.18
16882024-11-27T19:38:10.164Z Compiling vcpkg v0.2.15
16892024-11-27T19:38:11.850Z Compiling openssl-sys v0.9.103
16902024-11-27T19:38:12.251Z Compiling cpufeatures v0.2.14
16912024-11-27T19:38:12.363Z Compiling futures-sink v0.3.31
16922024-11-27T19:38:12.647Z Compiling slog v2.7.0
16932024-11-27T19:38:12.808Z Compiling ahash v0.8.11
16942024-11-27T19:38:12.873Z Compiling syn v1.0.109
16952024-11-27T19:38:13.186Z Compiling zerofrom v0.1.4
16962024-11-27T19:38:13.436Z Compiling scroll_derive v0.12.0
16972024-11-27T19:38:13.656Z Compiling ucd-trie v0.1.7
16982024-11-27T19:38:13.719Z Compiling iana-time-zone v0.1.61
16992024-11-27T19:38:14.061Z Compiling pest v2.7.14
17002024-11-27T19:38:14.173Z Compiling yoke v0.7.4
17012024-11-27T19:38:14.471Z Compiling futures-channel v0.3.31
17022024-11-27T19:38:14.871Z Compiling hmac v0.12.1
17032024-11-27T19:38:14.976Z Compiling pin-utils v0.1.0
17042024-11-27T19:38:15.080Z Compiling futures-task v0.3.31
17052024-11-27T19:38:15.099Z Compiling openssl v0.10.66
17062024-11-27T19:38:15.166Z Compiling futures-io v0.3.31
17072024-11-27T19:38:15.615Z Compiling futures-util v0.3.31
17082024-11-27T19:38:15.797Z Compiling zerovec v0.10.4
17092024-11-27T19:38:15.951Z Compiling block-padding v0.3.3
17102024-11-27T19:38:16.537Z Compiling tinyvec_macros v0.1.1
17112024-11-27T19:38:16.631Z Compiling pest_meta v2.7.14
17122024-11-27T19:38:17.214Z Compiling tinyvec v1.8.0
17132024-11-27T19:38:17.592Z Compiling bitflags v2.6.0
17142024-11-27T19:38:18.061Z Compiling bytes v1.8.0
17152024-11-27T19:38:19.510Z Compiling indexmap v2.6.0
17162024-11-27T19:38:20.949Z Compiling tokio v1.40.0
17172024-11-27T19:38:21.623Z Compiling serde_tokenstream v0.2.2
17182024-11-27T19:38:22.217Z Compiling which v4.4.2
17192024-11-27T19:38:22.330Z Compiling http v1.1.0
17202024-11-27T19:38:22.966Z Compiling uuid v1.11.0
17212024-11-27T19:38:23.414Z Compiling rustc_version v0.4.1
17222024-11-27T19:38:24.081Z Compiling chrono v0.4.38
17232024-11-27T19:38:26.215Z Compiling pest_generator v2.7.14
17242024-11-27T19:38:27.261Z Compiling toml_datetime v0.6.8
17252024-11-27T19:38:27.760Z Compiling serde_spanned v0.6.8
17262024-11-27T19:38:28.004Z Compiling inout v0.1.3
17272024-11-27T19:38:28.285Z Compiling openssl-macros v0.1.1
17282024-11-27T19:38:29.119Z Compiling native-tls v0.2.12
17292024-11-27T19:38:29.386Z Compiling rustls v0.23.14
17302024-11-27T19:38:29.675Z Compiling strsim v0.11.1
17312024-11-27T19:38:30.443Z Compiling cipher v0.4.4
17322024-11-27T19:38:30.630Z Compiling pest_derive v2.7.14
17332024-11-27T19:38:30.981Z Compiling unicode-normalization v0.1.24
17342024-11-27T19:38:31.263Z Compiling tinystr v0.7.6
17352024-11-27T19:38:31.427Z Compiling sha2 v0.10.8
17362024-11-27T19:38:31.768Z Compiling tracing-core v0.1.32
17372024-11-27T19:38:32.096Z Compiling usdt-impl v0.5.0
17382024-11-27T19:38:32.219Z Compiling base64ct v1.6.0
17392024-11-27T19:38:32.269Z Compiling dyn-clone v1.0.17
17402024-11-27T19:38:32.427Z Compiling writeable v0.5.5
17412024-11-27T19:38:32.495Z Compiling litemap v0.7.3
17422024-11-27T19:38:32.761Z Compiling unicode-bidi v0.3.17
17432024-11-27T19:38:32.823Z Compiling pem-rfc7468 v0.7.0
17442024-11-27T19:38:32.919Z Compiling icu_locid v1.5.0
17452024-11-27T19:38:32.990Z Compiling tracing v0.1.40
17462024-11-27T19:38:34.150Z Compiling scroll v0.12.0
17472024-11-27T19:38:34.654Z Compiling ppv-lite86 v0.2.20
17482024-11-27T19:38:34.736Z Compiling async-trait v0.1.83
17492024-11-27T19:38:35.447Z Compiling cookie v0.18.1
17502024-11-27T19:38:35.559Z Compiling camino v1.1.9
17512024-11-27T19:38:35.912Z Compiling anyhow v1.0.93
17522024-11-27T19:38:36.567Z Compiling plain v0.2.3
17532024-11-27T19:38:36.724Z Compiling flagset v0.4.6
17542024-11-27T19:38:36.973Z Compiling aws-lc-sys v0.22.0
17552024-11-27T19:38:37.081Z Compiling der v0.7.9
17562024-11-27T19:38:40.080Z Compiling goblin v0.8.2
17572024-11-27T19:38:43.805Z Compiling rand_chacha v0.3.1
17582024-11-27T19:38:44.788Z Compiling icu_provider v1.5.0
17592024-11-27T19:38:45.139Z Compiling rayon-core v1.12.1
17602024-11-27T19:38:45.399Z Compiling untrusted v0.7.1
17612024-11-27T19:38:45.603Z Compiling pretty-hex v0.4.1
17622024-11-27T19:38:45.776Z Compiling rustls-pki-types v1.9.0
17632024-11-27T19:38:45.806Z Compiling percent-encoding v2.3.1
17642024-11-27T19:38:46.592Z Compiling rustls v0.22.4
17652024-11-27T19:38:46.855Z Compiling icu_locid_transform_data v1.5.0
17662024-11-27T19:38:46.965Z Compiling icu_locid_transform v1.5.0
17672024-11-27T19:38:47.190Z Compiling dof v0.3.0
17682024-11-27T19:38:48.137Z Compiling rand v0.8.5
17692024-11-27T19:38:48.564Z Compiling spki v0.7.3
17702024-11-27T19:38:48.968Z Compiling dtrace-parser v0.2.0
17712024-11-27T19:38:49.107Z Compiling salsa20 v0.10.2
17722024-11-27T19:38:49.324Z Compiling tokio-util v0.7.12
17732024-11-27T19:38:49.376Z Compiling icu_collections v1.5.0
17742024-11-27T19:38:49.773Z Compiling pbkdf2 v0.12.2
17752024-11-27T19:38:50.696Z Compiling thread-id v4.2.2
17762024-11-27T19:38:50.723Z Compiling powerfmt v0.2.0
17772024-11-27T19:38:50.823Z Compiling mirai-annotations v1.12.0
17782024-11-27T19:38:50.947Z Compiling untrusted v0.9.0
17792024-11-27T19:38:50.967Z Compiling icu_properties_data v1.5.0
17802024-11-27T19:38:51.215Z Compiling winnow v0.5.40
17812024-11-27T19:38:51.273Z Compiling icu_properties v1.5.1
17822024-11-27T19:38:51.442Z Compiling deranged v0.3.11
17832024-11-27T19:38:55.079Z Compiling toml_edit v0.19.15
17842024-11-27T19:38:57.039Z Compiling scrypt v0.11.0
17852024-11-27T19:38:57.255Z Compiling cbc v0.1.2
17862024-11-27T19:38:57.453Z Compiling aes v0.8.4
17872024-11-27T19:38:57.492Z Compiling multer v3.1.0
17882024-11-27T19:38:57.569Z Compiling num_threads v0.1.7
17892024-11-27T19:38:57.712Z Compiling utf8_iter v1.0.4
17902024-11-27T19:38:57.805Z Compiling write16 v1.0.0
17912024-11-27T19:38:57.948Z Compiling atomic-waker v1.1.2
17922024-11-27T19:38:58.333Z Compiling slog-async v2.8.0
17932024-11-27T19:38:58.376Z Compiling rustversion v1.0.17
17942024-11-27T19:38:58.779Z Compiling utf16_iter v1.0.5
17952024-11-27T19:38:58.961Z Compiling icu_normalizer_data v1.5.0
17962024-11-27T19:38:59.074Z Compiling icu_normalizer v1.5.0
17972024-11-27T19:38:59.092Z Compiling pkcs5 v0.7.1
17982024-11-27T19:38:59.194Z Compiling time v0.3.36
17992024-11-27T19:39:00.818Z Compiling form_urlencoded v1.2.1
18002024-11-27T19:39:01.645Z Compiling http-body v1.0.1
18012024-11-27T19:39:01.919Z Compiling heapless v0.7.17
18022024-11-27T19:39:02.611Z Compiling bzip2-sys v0.1.11+1.0.8
18032024-11-27T19:39:03.218Z Compiling signal-hook v0.3.17
18042024-11-27T19:39:03.659Z Compiling try-lock v0.2.5
18052024-11-27T19:39:05.389Z Compiling want v0.3.1
18062024-11-27T19:39:05.891Z Compiling idna_adapter v1.2.0
18072024-11-27T19:39:06.131Z Compiling pkcs8 v0.10.2
18082024-11-27T19:39:06.829Z Compiling h2 v0.4.6
18092024-11-27T19:39:07.751Z Compiling usdt-macro v0.5.0
18102024-11-27T19:39:09.092Z Compiling usdt-attr-macro v0.5.0
18112024-11-27T19:39:09.328Z Compiling async-stream-impl v0.3.6
18122024-11-27T19:39:09.850Z Compiling httpdate v1.0.3
18132024-11-27T19:39:10.607Z Compiling adler2 v2.0.0
18142024-11-27T19:39:10.878Z Compiling miniz_oxide v0.8.0
18152024-11-27T19:39:11.816Z Compiling idna v1.0.3
18162024-11-27T19:39:13.328Z Compiling curve25519-dalek v4.1.3
18172024-11-27T19:39:13.737Z Compiling openapiv3 v2.0.0
18182024-11-27T19:39:14.234Z Compiling hyper v1.5.0
18192024-11-27T19:39:14.958Z Compiling enum-as-inner v0.6.1
18202024-11-27T19:39:17.104Z Compiling dropshot v0.12.0
18212024-11-27T19:39:17.415Z Compiling num-bigint-dig v0.8.4
18222024-11-27T19:39:17.717Z Compiling smoltcp v0.9.1
18232024-11-27T19:39:18.143Z Compiling tower-service v0.3.3
18242024-11-27T19:39:18.217Z Compiling base64 v0.22.1
18252024-11-27T19:39:18.279Z Compiling foreign-types-shared v0.1.1
18262024-11-27T19:39:18.345Z Compiling match_cfg v0.1.0
18272024-11-27T19:39:18.394Z Compiling portable-atomic v1.9.0
18282024-11-27T19:39:18.511Z Compiling hostname v0.3.1
18292024-11-27T19:39:18.735Z Compiling foreign-types v0.3.2
18302024-11-27T19:39:18.922Z Compiling hyper-util v0.1.10
18312024-11-27T19:39:21.988Z Compiling url v2.5.3
18322024-11-27T19:39:27.223Z Compiling dirs-sys-next v0.1.2
18332024-11-27T19:39:27.320Z Compiling data-encoding v2.6.0
18342024-11-27T19:39:27.745Z Compiling siphasher v0.3.11
18352024-11-27T19:39:28.122Z Compiling gimli v0.31.1
18362024-11-27T19:39:28.145Z Compiling heck v0.4.1
18372024-11-27T19:39:28.315Z Compiling ident_case v1.0.1
18382024-11-27T19:39:28.510Z Compiling darling_core v0.20.10
18392024-11-27T19:39:28.661Z Compiling dirs-next v2.0.0
18402024-11-27T19:39:31.406Z Compiling http-body-util v0.1.2
18412024-11-27T19:39:34.882Z Compiling addr2line v0.24.2
18422024-11-27T19:39:35.246Z Compiling crossbeam-epoch v0.9.18
18432024-11-27T19:39:35.431Z Compiling hubpack_derive v0.1.1
18442024-11-27T19:39:35.517Z Compiling dropshot_endpoint v0.12.0
18452024-11-27T19:39:35.858Z Compiling sha1 v0.10.6
18462024-11-27T19:39:35.954Z Compiling signature v2.2.0
18472024-11-27T19:39:36.194Z Compiling zerocopy-derive v0.6.6
18482024-11-27T19:39:36.256Z Compiling curve25519-dalek-derive v0.1.1
18492024-11-27T19:39:37.649Z Compiling object v0.36.5
18502024-11-27T19:39:37.683Z Compiling thread_local v1.1.8
18512024-11-27T19:39:38.163Z Compiling fs-err v2.11.0
18522024-11-27T19:39:38.202Z Compiling encoding_rs v0.8.34
18532024-11-27T19:39:39.666Z Compiling winnow v0.6.20
18542024-11-27T19:39:41.778Z Compiling ipnet v2.10.1
18552024-11-27T19:39:42.872Z Compiling unicode-properties v0.1.3
18562024-11-27T19:39:43.295Z Compiling mime v0.3.17
18572024-11-27T19:39:43.710Z Compiling rustc-demangle v0.1.24
18582024-11-27T19:39:47.245Z Compiling utf8parse v0.2.2
18592024-11-27T19:39:47.421Z Compiling anstyle v1.0.10
18602024-11-27T19:39:47.895Z Compiling openssl-probe v0.1.5
18612024-11-27T19:39:49.993Z Compiling anstyle-parse v0.2.5
18622024-11-27T19:39:50.338Z Compiling backtrace v0.3.74
18632024-11-27T19:39:51.412Z Compiling toml_edit v0.22.22
18642024-11-27T19:39:51.640Z Compiling stringprep v0.1.5
18652024-11-27T19:39:52.679Z Compiling rustls-webpki v0.102.8
18662024-11-27T19:39:59.826Z Compiling crossbeam-deque v0.8.5
18672024-11-27T19:40:01.118Z Compiling darling_macro v0.20.10
18682024-11-27T19:40:02.038Z Compiling term v0.7.0
18692024-11-27T19:40:03.438Z Compiling slog-json v2.6.1
18702024-11-27T19:40:03.748Z Compiling serde_urlencoded v0.7.1
18712024-11-27T19:40:04.366Z Compiling crossbeam-channel v0.5.13
18722024-11-27T19:40:04.427Z Compiling rustls-pemfile v2.2.0
18732024-11-27T19:40:04.833Z Compiling hashbrown v0.14.5
18742024-11-27T19:40:05.540Z Compiling idna v0.3.0
18752024-11-27T19:40:05.592Z Compiling idna v0.4.0
18762024-11-27T19:40:06.261Z Compiling futures-executor v0.3.31
18772024-11-27T19:40:07.072Z Compiling num-integer v0.1.46
18782024-11-27T19:40:07.324Z Compiling md-5 v0.10.6
18792024-11-27T19:40:07.490Z Compiling ff v0.13.0
18802024-11-27T19:40:07.581Z Compiling hash32 v0.2.1
18812024-11-27T19:40:07.742Z Compiling is-terminal v0.4.13
18822024-11-27T19:40:07.846Z Compiling memmap v0.7.0
18832024-11-27T19:40:07.984Z Compiling fallible-iterator v0.2.0
18842024-11-27T19:40:08.162Z Compiling colorchoice v1.0.2
18852024-11-27T19:40:08.325Z Compiling take_mut v0.2.2
18862024-11-27T19:40:08.496Z Compiling quick-error v1.2.3
18872024-11-27T19:40:08.646Z Compiling anstyle-query v1.1.1
18882024-11-27T19:40:08.664Z Compiling utf-8 v0.7.6
18892024-11-27T19:40:08.770Z Compiling base16ct v0.2.0
18902024-11-27T19:40:08.966Z Compiling linked-hash-map v0.5.6
18912024-11-27T19:40:09.058Z Compiling psl-types v2.0.11
18922024-11-27T19:40:09.722Z Compiling is_terminal_polyfill v1.70.1
18932024-11-27T19:40:09.860Z Compiling anstream v0.6.15
18942024-11-27T19:40:10.591Z Compiling lru-cache v0.1.2
18952024-11-27T19:40:10.824Z Compiling publicsuffix v2.2.3
18962024-11-27T19:40:10.914Z Compiling sec1 v0.7.3
18972024-11-27T19:40:11.178Z Compiling tungstenite v0.24.0
18982024-11-27T19:40:11.557Z Compiling postgres-protocol v0.6.7
18992024-11-27T19:40:12.400Z Compiling resolv-conf v0.7.0
19002024-11-27T19:40:13.122Z Compiling usdt v0.5.0
19012024-11-27T19:40:13.630Z Compiling slog-term v2.9.1
19022024-11-27T19:40:13.815Z Compiling group v0.13.0
19032024-11-27T19:40:14.129Z Compiling num-iter v0.1.45
19042024-11-27T19:40:14.323Z Compiling futures v0.3.31
19052024-11-27T19:40:14.448Z Compiling hickory-proto v0.24.1
19062024-11-27T19:40:14.505Z Compiling regress v0.10.1
19072024-11-27T19:40:18.869Z Compiling slog-bunyan v2.5.0
19082024-11-27T19:40:19.089Z Compiling darling v0.20.10
19092024-11-27T19:40:19.219Z Compiling tokio-rustls v0.26.0
19102024-11-27T19:40:19.308Z Compiling tokio-rustls v0.25.0
19112024-11-27T19:40:19.328Z Compiling toml v0.8.19
19122024-11-27T19:40:19.690Z Compiling tokio-native-tls v0.3.1
19132024-11-27T19:40:19.752Z Compiling strum_macros v0.25.3
19142024-11-27T19:40:19.820Z Compiling phf_shared v0.11.2
19152024-11-27T19:40:20.216Z Compiling async-stream v0.3.6
19162024-11-27T19:40:20.314Z Compiling waitgroup v0.1.2
19172024-11-27T19:40:20.515Z Compiling webpki-roots v0.26.6
19182024-11-27T19:40:20.986Z Compiling idna v0.5.0
19192024-11-27T19:40:21.094Z Compiling terminal_size v0.4.0
19202024-11-27T19:40:21.322Z Compiling serde_path_to_error v0.1.16
19212024-11-27T19:40:21.766Z Compiling hkdf v0.12.4
19222024-11-27T19:40:22.339Z Compiling crypto-bigint v0.5.5
19232024-11-27T19:40:22.437Z Compiling clap_derive v4.5.18
19242024-11-27T19:40:22.671Z Compiling derive-where v1.2.7
19252024-11-27T19:40:23.451Z Compiling serde_repr v0.1.19
19262024-11-27T19:40:23.795Z Compiling hostname v0.4.0
19272024-11-27T19:40:24.029Z Compiling crc32fast v1.4.2
19282024-11-27T19:40:24.362Z Compiling managed v0.8.0
19292024-11-27T19:40:24.559Z Compiling unicode-width v0.1.14
19302024-11-27T19:40:24.865Z Compiling debug-ignore v1.0.5
19312024-11-27T19:40:25.023Z Compiling clap_lex v0.7.2
19322024-11-27T19:40:25.080Z Compiling bitflags v1.3.2
19332024-11-27T19:40:27.003Z Compiling elliptic-curve v0.13.8
19342024-11-27T19:40:27.172Z Compiling clap_builder v4.5.21
19352024-11-27T19:40:27.911Z Compiling console v0.15.8
19362024-11-27T19:40:29.242Z Compiling flate2 v1.0.34
19372024-11-27T19:40:29.269Z Compiling cookie_store v0.21.0
19382024-11-27T19:40:33.386Z Compiling hyper-rustls v0.27.3
19392024-11-27T19:40:33.992Z Compiling hickory-resolver v0.24.1
19402024-11-27T19:40:34.013Z Compiling phf v0.11.2
19412024-11-27T19:40:34.870Z Compiling hyper-tls v0.6.0
19422024-11-27T19:40:35.307Z Compiling signal-hook-mio v0.2.4
19432024-11-27T19:40:35.498Z Compiling rayon v1.10.0
19442024-11-27T19:40:36.145Z Compiling typify-impl v0.2.0
19452024-11-27T19:40:36.444Z Compiling bzip2 v0.4.4
19462024-11-27T19:40:36.795Z Compiling postgres-types v0.2.8
19472024-11-27T19:40:36.848Z Compiling tokio-tungstenite v0.24.0
19482024-11-27T19:40:37.708Z Compiling zerocopy v0.6.6
19492024-11-27T19:40:37.800Z Compiling hubpack v0.1.2
19502024-11-27T19:40:38.247Z Compiling ed25519 v2.2.3
19512024-11-27T19:40:38.269Z Compiling phf_shared v0.10.0
19522024-11-27T19:40:38.658Z Compiling pkcs1 v0.7.5
19532024-11-27T19:40:38.701Z Compiling tokio-stream v0.1.16
19542024-11-27T19:40:39.753Z Compiling serde-big-array v0.5.1
19552024-11-27T19:40:39.859Z Compiling rfc6979 v0.4.0
19562024-11-27T19:40:40.073Z Compiling float-cmp v0.9.0
19572024-11-27T19:40:40.305Z Compiling sync_wrapper v1.0.1
19582024-11-27T19:40:40.479Z Compiling bstr v1.10.0
19592024-11-27T19:40:40.844Z Compiling difflib v0.4.0
19602024-11-27T19:40:41.605Z Compiling precomputed-hash v0.1.1
19612024-11-27T19:40:41.739Z Compiling fixedbitset v0.4.2
19622024-11-27T19:40:42.155Z Compiling new_debug_unreachable v1.0.6
19632024-11-27T19:40:42.184Z Compiling bit-vec v0.6.3
19642024-11-27T19:40:42.203Z Compiling whoami v1.5.2
19652024-11-27T19:40:42.269Z Compiling unicode-segmentation v1.12.0
19662024-11-27T19:40:42.652Z Compiling unicode-width v0.2.0
19672024-11-27T19:40:42.822Z Compiling normalize-line-endings v0.3.0
19682024-11-27T19:40:42.968Z Compiling number_prefix v0.4.0
19692024-11-27T19:40:43.174Z Compiling predicates-core v1.0.8
19702024-11-27T19:40:43.223Z Compiling static_assertions v1.1.0
19712024-11-27T19:40:43.336Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19722024-11-27T19:40:43.505Z Compiling predicates v3.1.2
19732024-11-27T19:40:43.737Z Compiling indicatif v0.17.9
19742024-11-27T19:40:43.830Z Compiling similar v2.6.0
19752024-11-27T19:40:45.081Z Compiling tokio-postgres v0.7.12
19762024-11-27T19:40:45.710Z Compiling bit-set v0.5.3
19772024-11-27T19:40:45.861Z Compiling string_cache v0.8.7
19782024-11-27T19:40:46.024Z Compiling petgraph v0.6.5
19792024-11-27T19:40:48.541Z Compiling typify-macro v0.2.0
19802024-11-27T19:40:50.277Z Compiling reqwest v0.12.9
19812024-11-27T19:40:50.613Z Compiling ecdsa v0.16.9
19822024-11-27T19:40:50.669Z Compiling qorb v0.2.1
19832024-11-27T19:40:51.253Z Compiling rsa v0.9.6
19842024-11-27T19:40:51.676Z Compiling ed25519-dalek v2.1.1
19852024-11-27T19:40:52.381Z Compiling zip v0.6.6
19862024-11-27T19:40:52.454Z Compiling crossterm v0.28.1
19872024-11-27T19:40:52.711Z Compiling clap v4.5.21
19882024-11-27T19:40:53.777Z Compiling toml v0.7.8
19892024-11-27T19:40:54.739Z Compiling x509-cert v0.2.5
19902024-11-27T19:40:55.992Z Compiling hex v0.4.3
19912024-11-27T19:40:56.664Z Compiling itertools v0.10.5
19922024-11-27T19:40:56.848Z Compiling unicode-xid v0.2.6
19932024-11-27T19:40:56.924Z Compiling peg-runtime v0.8.3
19942024-11-27T19:40:57.243Z Compiling lalrpop-util v0.19.12
19952024-11-27T19:40:57.593Z Compiling zerocopy v0.8.10
19962024-11-27T19:41:01.012Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19972024-11-27T19:41:04.268Z Compiling proc-macro-crate v1.3.1
19982024-11-27T19:41:04.807Z Compiling ipnetwork v0.20.0
19992024-11-27T19:41:04.906Z Compiling macaddr v1.0.1
20002024-11-27T19:41:05.484Z Compiling zerocopy-derive v0.8.10
20012024-11-27T19:41:05.564Z Compiling itertools v0.13.0
20022024-11-27T19:41:08.274Z Compiling heapless v0.8.0
20032024-11-27T19:41:09.032Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20042024-11-27T19:41:14.133Z Compiling num_enum_derive v0.5.11
20052024-11-27T19:41:22.121Z Compiling hash32 v0.3.1
20062024-11-27T19:41:23.710Z Compiling smoltcp v0.11.0
20072024-11-27T19:41:24.023Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20082024-11-27T19:41:29.150Z Compiling num_enum v0.5.11
20092024-11-27T19:41:29.344Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20102024-11-27T19:41:30.294Z Compiling typify v0.2.0
20112024-11-27T19:41:30.872Z Compiling proc-macro-error-attr v1.0.4
20122024-11-27T19:41:30.916Z Compiling cobs v0.2.3
20132024-11-27T19:41:31.360Z Compiling unsafe-libyaml v0.2.11
20142024-11-27T19:41:31.940Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20152024-11-27T19:41:33.183Z Compiling serde_yaml v0.9.34+deprecated
20162024-11-27T19:41:33.451Z Compiling postcard v1.0.10
20172024-11-27T19:41:50.164Z Compiling progenitor-impl v0.8.0
20182024-11-27T19:41:54.207Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20192024-11-27T19:42:02.858Z Compiling strum_macros v0.26.4
20202024-11-27T19:42:03.782Z Compiling foreign-types-macros v0.2.3
20212024-11-27T19:42:04.005Z Compiling structmeta-derive v0.3.0
20222024-11-27T19:42:04.038Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20232024-11-27T19:42:04.358Z Compiling proc-macro-error v1.0.4
20242024-11-27T19:42:06.175Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20252024-11-27T19:42:06.342Z Compiling foreign-types-shared v0.3.1
20262024-11-27T19:42:06.361Z Compiling newtype-uuid v1.1.3
20272024-11-27T19:42:06.696Z Compiling structmeta v0.3.0
20282024-11-27T19:42:07.303Z Compiling foreign-types v0.5.0
20292024-11-27T19:42:07.410Z Compiling strum v0.26.3
20302024-11-27T19:42:07.430Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20312024-11-27T19:42:16.060Z Compiling progenitor-macro v0.8.0
20322024-11-27T19:42:20.830Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20332024-11-27T19:42:21.260Z Compiling progenitor-client v0.8.0
20342024-11-27T19:42:22.261Z Compiling tabwriter v1.4.0
20352024-11-27T19:42:24.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20362024-11-27T19:42:25.452Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20372024-11-27T19:42:25.815Z Compiling cstr-argument v0.1.2
20382024-11-27T19:42:26.102Z Compiling dropshot v0.13.0
20392024-11-27T19:42:26.356Z Compiling crucible-workspace-hack v0.1.0
20402024-11-27T19:42:26.420Z Compiling pretty-hex v0.2.1
20412024-11-27T19:42:26.639Z Compiling fastrand v2.1.1
20422024-11-27T19:42:26.837Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20432024-11-27T19:42:27.169Z Compiling tempfile v3.13.0
20442024-11-27T19:42:27.516Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20452024-11-27T19:42:28.301Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20462024-11-27T19:42:28.399Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20472024-11-27T19:42:28.987Z Compiling parse-display-derive v0.10.0
20482024-11-27T19:42:29.233Z Compiling progenitor v0.8.0
20492024-11-27T19:42:29.413Z Compiling colored v2.1.0
20502024-11-27T19:42:29.524Z Compiling serde_with_macros v3.11.0
20512024-11-27T19:42:29.529Z Compiling dropshot_endpoint v0.13.0
20522024-11-27T19:42:30.698Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20532024-11-27T19:42:31.473Z Compiling instant v0.1.13
20542024-11-27T19:42:31.661Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20552024-11-27T19:42:32.090Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20562024-11-27T19:42:32.221Z Compiling serde_with v3.11.0
20572024-11-27T19:42:33.015Z Compiling parse-display v0.10.0
20582024-11-27T19:42:33.023Z Compiling backoff v0.4.0
20592024-11-27T19:42:33.442Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20602024-11-27T19:42:34.368Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20612024-11-27T19:42:35.020Z Compiling zone_cfg_derive v0.3.0
20622024-11-27T19:42:35.238Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20632024-11-27T19:42:35.870Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20642024-11-27T19:42:36.434Z Compiling camino-tempfile v1.1.1
20652024-11-27T19:42:36.767Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20662024-11-27T19:42:36.792Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20672024-11-27T19:42:37.002Z Compiling regress v0.9.1
20682024-11-27T19:42:37.243Z Compiling num-derive v0.4.2
20692024-11-27T19:42:37.284Z Compiling sigpipe v0.1.3
20702024-11-27T19:42:37.428Z Compiling libefi-sys v0.1.0
20712024-11-27T19:42:37.725Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20722024-11-27T19:42:38.102Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20732024-11-27T19:42:39.578Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
20742024-11-27T19:42:41.163Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20752024-11-27T19:42:41.466Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
20762024-11-27T19:42:42.055Z Compiling zone v0.3.0
20772024-11-27T19:42:43.653Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
20782024-11-27T19:42:45.592Z Compiling smf v0.2.3
20792024-11-27T19:42:45.972Z Compiling bitfield-struct v0.6.2
20802024-11-27T19:42:46.775Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
20812024-11-27T19:42:47.203Z Compiling blake3 v1.5.4
20822024-11-27T19:42:47.396Z Compiling ring v0.16.20
20832024-11-27T19:42:48.135Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20842024-11-27T19:42:48.528Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
20852024-11-27T19:42:48.825Z Compiling xattr v1.3.1
20862024-11-27T19:42:48.987Z Compiling filetime v0.2.25
20872024-11-27T19:42:49.150Z Compiling memmap2 v0.9.5
20882024-11-27T19:42:49.348Z Compiling arrayvec v0.7.6
20892024-11-27T19:42:49.643Z Compiling spin v0.5.2
20902024-11-27T19:42:49.737Z Compiling same-file v1.0.6
20912024-11-27T19:42:49.856Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20922024-11-27T19:42:49.910Z Compiling arrayref v0.3.9
20932024-11-27T19:42:50.002Z Compiling constant_time_eq v0.3.1
20942024-11-27T19:42:50.039Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
20952024-11-27T19:42:50.042Z Compiling walkdir v2.5.0
20962024-11-27T19:42:51.655Z Compiling tar v0.4.42
20972024-11-27T19:42:52.985Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
20982024-11-27T19:42:52.987Z Compiling gethostname v0.5.0
20992024-11-27T19:42:53.222Z Compiling cargo-platform v0.1.8
21002024-11-27T19:42:53.423Z Compiling topological-sort v0.2.2
21012024-11-27T19:42:53.722Z Compiling cargo_metadata v0.18.1
21022024-11-27T19:42:57.318Z Compiling omicron-zone-package v0.11.1
21032024-11-27T19:43:01.154Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21042024-11-27T19:43:03.576Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21052024-11-27T19:43:07.764Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21062024-11-27T19:43:24.599Z Finished `release` profile [optimized] target(s) in 5m 37s
21072024-11-27T19:43:24.775Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21082024-11-27T19:43:24.829ZLogging to: /work/oxidecomputer/omicron/out/LOG
21092024-11-27T19:43:24.832ZCreated new build target 'test' and set it as active
21102024-11-27T19:43:24.832Z
21112024-11-27T19:43:24.834Zreal 5:38.131268383
21122024-11-27T19:43:24.834Zuser 38:04.530920988
21132024-11-27T19:43:24.834Zsys 5:02.477986308
21142024-11-27T19:43:24.834Ztrap 1.229738505
21152024-11-27T19:43:24.834Ztflt 3.110141350
21162024-11-27T19:43:24.835Zdflt 0.946926915
21172024-11-27T19:43:24.835Zkflt 0.017825633
21182024-11-27T19:43:24.835Zlock 1:20:11.829402639
21192024-11-27T19:43:24.835Zslp 2:38:57.084963657
21202024-11-27T19:43:24.835Zlat 2:32.632525708
21212024-11-27T19:43:24.835Zstop 4:36.282135129
21222024-11-27T19:43:24.835Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21232024-11-27T19:43:25.870Z Finished `release` profile [optimized] target(s) in 0.98s
21242024-11-27T19:43:25.940Z Running `target/release/omicron-package -t test package`
21252024-11-27T19:43:25.986ZLogging to: /work/oxidecomputer/omicron/out/LOG
21262024-11-27T19:43:27.265Z Compiling convert_case v0.4.0
21272024-11-27T19:43:27.268Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21282024-11-27T19:43:27.268Z Compiling itertools v0.13.0
21292024-11-27T19:43:27.268Z Compiling newline-converter v0.3.0
21302024-11-27T19:43:27.268Z Compiling password-hash v0.5.0
21312024-11-27T19:43:27.269Z Compiling progenitor-client v0.8.0
21322024-11-27T19:43:27.404Z Compiling blake2 v0.10.6
21332024-11-27T19:43:27.464Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21342024-11-27T19:43:27.640Z Compiling expectorate v1.1.0
21352024-11-27T19:43:27.660Z Compiling owo-colors v4.1.0
21362024-11-27T19:43:27.864Z Compiling progenitor v0.8.0
21372024-11-27T19:43:27.957Z Compiling cancel-safe-futures v0.1.5
21382024-11-27T19:43:28.010Z Compiling num-rational v0.4.2
21392024-11-27T19:43:28.137Z Compiling derive_more v0.99.18
21402024-11-27T19:43:28.158Z Compiling argon2 v0.5.3
21412024-11-27T19:43:28.324Z Compiling num-complex v0.4.6
21422024-11-27T19:43:29.249Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21432024-11-27T19:43:29.685Z Compiling num v0.4.3
21442024-11-27T19:43:29.758Z Compiling atomicwrites v0.4.4
21452024-11-27T19:43:29.825Z Compiling libsw v3.3.1
21462024-11-27T19:43:29.856Z Compiling linear-map v1.2.0
21472024-11-27T19:43:30.192Z Compiling indent_write v2.2.0
21482024-11-27T19:43:30.302Z Compiling float-ord v0.3.2
21492024-11-27T19:43:30.322Z Compiling swrite v0.1.0
21502024-11-27T19:43:30.428Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21512024-11-27T19:43:30.460Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21522024-11-27T19:43:30.488Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21532024-11-27T19:43:30.558Z Compiling base64 v0.21.7
21542024-11-27T19:43:30.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21552024-11-27T19:43:31.283Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21562024-11-27T19:43:31.501Z Compiling highway v1.2.0
21572024-11-27T19:43:31.688Z Compiling semver v0.1.20
21582024-11-27T19:43:32.293Z Compiling rustc_version v0.1.7
21592024-11-27T19:43:32.734Z Compiling newtype_derive v0.1.6
21602024-11-27T19:43:33.010Z Compiling newtype-uuid v1.1.3
21612024-11-27T19:43:33.160Z Compiling dropshot v0.13.0
21622024-11-27T19:43:33.246Z Compiling ipnetwork v0.20.0
21632024-11-27T19:43:33.394Z Compiling instant v0.1.13
21642024-11-27T19:43:33.570Z Compiling humantime v2.1.0
21652024-11-27T19:43:34.059Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21662024-11-27T19:43:34.434Z Compiling backoff v0.4.0
21672024-11-27T19:43:34.746Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21682024-11-27T19:43:35.057Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21692024-11-27T19:43:35.142Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21702024-11-27T19:43:38.606Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21712024-11-27T19:43:39.610Z Compiling parse-display v0.10.0
21722024-11-27T19:43:40.137Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21732024-11-27T19:43:40.201Z Compiling strum v0.26.3
21742024-11-27T19:43:40.334Z Compiling serde_with v3.11.0
21752024-11-27T19:43:40.399Z Compiling regress v0.9.1
21762024-11-27T19:43:43.454Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21772024-11-27T19:43:45.007Z Compiling macaddr v1.0.1
21782024-11-27T19:43:45.346Z Compiling steno v0.4.1
21792024-11-27T19:43:45.469Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21802024-11-27T19:43:45.773Z Compiling prettyplease v0.2.25
21812024-11-27T19:43:45.807Z Compiling slog-dtrace v0.3.0
21822024-11-27T19:43:46.230Z Compiling tungstenite v0.21.0
21832024-11-27T19:43:46.695Z Compiling display-error-chain v0.2.2
21842024-11-27T19:43:48.502Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
21852024-11-27T19:43:50.827Z Compiling tokio-tungstenite v0.21.0
21862024-11-27T19:43:51.290Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
21872024-11-27T19:43:51.512Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
21882024-11-27T19:43:51.660Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
21892024-11-27T19:43:52.587Z Compiling arc-swap v1.7.1
21902024-11-27T19:43:53.314Z Compiling slog-scope v4.4.0
21912024-11-27T19:43:54.173Z Compiling half v2.4.1
21922024-11-27T19:43:54.937Z Compiling ciborium-io v0.2.2
21932024-11-27T19:43:55.099Z Compiling ciborium-ll v0.2.2
21942024-11-27T19:43:55.670Z Compiling slog-stdlog v4.1.1
21952024-11-27T19:43:56.408Z Compiling slog-envlogger v2.2.0
21962024-11-27T19:43:56.538Z Compiling ciborium v0.2.2
21972024-11-27T19:43:59.252Z Compiling nibble_vec v0.1.0
21982024-11-27T19:43:59.421Z Compiling endian-type v0.1.2
21992024-11-27T19:43:59.699Z Compiling radix_trie v0.2.1
22002024-11-27T19:44:00.676Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22012024-11-27T19:44:06.600Z Compiling fastrand v2.1.1
22022024-11-27T19:44:06.602Z Compiling same-file v1.0.6
22032024-11-27T19:44:06.875Z Compiling walkdir v2.5.0
22042024-11-27T19:44:07.058Z Compiling tempfile v3.13.0
22052024-11-27T19:44:07.086Z Compiling blake3 v1.5.4
22062024-11-27T19:44:07.575Z Compiling ring v0.16.20
22072024-11-27T19:44:07.750Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22082024-11-27T19:44:07.857Z Compiling xattr v1.3.1
22092024-11-27T19:44:08.150Z Compiling filetime v0.2.25
22102024-11-27T19:44:08.210Z Compiling memmap2 v0.9.5
22112024-11-27T19:44:08.469Z Compiling spin v0.5.2
22122024-11-27T19:44:08.647Z Compiling arrayvec v0.7.6
22132024-11-27T19:44:08.715Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22142024-11-27T19:44:08.735Z Compiling constant_time_eq v0.3.1
22152024-11-27T19:44:08.895Z Compiling arrayref v0.3.9
22162024-11-27T19:44:09.018Z Compiling keccak v0.1.5
22172024-11-27T19:44:10.001Z Compiling sha3 v0.10.8
22182024-11-27T19:44:10.200Z Compiling tar v0.4.42
22192024-11-27T19:44:10.315Z Compiling camino-tempfile v1.1.1
22202024-11-27T19:44:10.365Z Compiling toolchain_find v0.4.0
22212024-11-27T19:44:10.770Z Compiling const_format_proc_macros v0.2.33
22222024-11-27T19:44:10.904Z Compiling topological-sort v0.2.2
22232024-11-27T19:44:10.924Z Compiling crunchy v0.2.2
22242024-11-27T19:44:11.125Z Compiling radium v0.7.0
22252024-11-27T19:44:11.400Z Compiling maplit v1.0.2
22262024-11-27T19:44:11.592Z Compiling rustfmt-wrapper v0.2.1
22272024-11-27T19:44:11.614Z Compiling pem v3.0.4
22282024-11-27T19:44:12.188Z Compiling maybe-uninit v2.0.0
22292024-11-27T19:44:12.274Z Compiling tap v1.0.1
22302024-11-27T19:44:12.490Z Compiling omicron-zone-package v0.11.1
22312024-11-27T19:44:12.660Z Compiling tiny-keccak v2.0.2
22322024-11-27T19:44:12.713Z Compiling const_format v0.2.33
22332024-11-27T19:44:13.130Z Compiling wyz v0.5.1
22342024-11-27T19:44:13.558Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22352024-11-27T19:44:13.647Z Compiling dsl_auto_type v0.1.2
22362024-11-27T19:44:13.737Z Compiling phf_generator v0.11.2
22372024-11-27T19:44:13.758Z Compiling scheduled-thread-pool v0.2.7
22382024-11-27T19:44:14.002Z Compiling secrecy v0.8.0
22392024-11-27T19:44:14.104Z Compiling diesel_table_macro_syntax v0.2.0
22402024-11-27T19:44:14.127Z Compiling async-recursion v1.1.1
22412024-11-27T19:44:14.234Z Compiling funty v2.0.0
22422024-11-27T19:44:14.544Z Compiling crc-catalog v2.4.0
22432024-11-27T19:44:14.721Z Compiling packed_struct v0.10.1
22442024-11-27T19:44:15.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22452024-11-27T19:44:15.067Z Compiling diesel_derives v2.2.3
22462024-11-27T19:44:15.195Z Compiling crc v3.2.1
22472024-11-27T19:44:15.363Z Compiling bitvec v1.0.1
22482024-11-27T19:44:15.614Z Compiling r2d2 v0.8.10
22492024-11-27T19:44:16.117Z Compiling phf_codegen v0.11.2
22502024-11-27T19:44:16.823Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22512024-11-27T19:44:16.844Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
22522024-11-27T19:44:17.257Z Compiling ascii-canvas v3.0.0
22532024-11-27T19:44:17.773Z Compiling universal-hash v0.5.1
22542024-11-27T19:44:18.040Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22552024-11-27T19:44:18.060Z Compiling thiserror-impl-no-std v2.0.2
22562024-11-27T19:44:20.223Z Compiling packed_struct_codegen v0.10.1
22572024-11-27T19:44:20.973Z Compiling parse-zoneinfo v0.3.1
22582024-11-27T19:44:22.647Z Compiling lzma-sys v0.1.20
22592024-11-27T19:44:22.816Z Compiling ena v0.14.3
22602024-11-27T19:44:23.278Z Compiling indexmap v1.9.3
22612024-11-27T19:44:23.374Z Compiling cfg_aliases v0.1.1
22622024-11-27T19:44:23.493Z Compiling opaque-debug v0.3.1
22632024-11-27T19:44:23.607Z Compiling diff v0.1.13
22642024-11-27T19:44:23.627Z Compiling regex-syntax v0.6.29
22652024-11-27T19:44:24.168Z Compiling nodrop v0.1.14
22662024-11-27T19:44:24.330Z Compiling array-init v0.0.4
22672024-11-27T19:44:25.693Z Compiling poly1305 v0.8.0
22682024-11-27T19:44:27.267Z Compiling diesel v2.2.4
22692024-11-27T19:44:27.305Z Compiling lalrpop v0.19.12
22702024-11-27T19:44:29.197Z Compiling nix v0.28.0
22712024-11-27T19:44:34.507Z Compiling chrono-tz-build v0.4.0
22722024-11-27T19:44:34.794Z Compiling thiserror-no-std v2.0.2
22732024-11-27T19:44:34.935Z Compiling smallvec v0.6.14
22742024-11-27T19:44:35.663Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22752024-11-27T19:44:36.003Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22762024-11-27T19:44:36.340Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22772024-11-27T19:44:36.608Z Compiling chacha20 v0.9.1
22782024-11-27T19:44:36.850Z Compiling heck v0.3.3
22792024-11-27T19:44:37.105Z Compiling aead v0.5.2
22802024-11-27T19:44:37.231Z Compiling vte_generate_state_changes v0.1.2
22812024-11-27T19:44:37.477Z Compiling ref-cast v1.0.23
22822024-11-27T19:44:37.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22832024-11-27T19:44:38.052Z Compiling bitfield v0.14.0
22842024-11-27T19:44:38.177Z Compiling termcolor v1.4.1
22852024-11-27T19:44:38.386Z Compiling hashbrown v0.12.3
22862024-11-27T19:44:39.278Z Compiling env_logger v0.10.2
22872024-11-27T19:44:40.955Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
22882024-11-27T19:44:42.667Z Compiling vte v0.11.1
22892024-11-27T19:44:44.172Z Compiling chacha20poly1305 v0.10.1
22902024-11-27T19:44:44.434Z Compiling zone_cfg_derive v0.1.2
22912024-11-27T19:44:45.913Z Compiling chrono-tz v0.10.0
22922024-11-27T19:44:46.585Z Compiling serde-hex v0.1.0
22932024-11-27T19:44:52.000Z Compiling vsss-rs v3.3.4
22942024-11-27T19:44:53.000Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22952024-11-27T19:44:53.361Z Compiling ron v0.8.1
22962024-11-27T19:44:54.070Z Compiling polar-core v0.27.3
22972024-11-27T19:44:55.379Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
22982024-11-27T19:44:55.682Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22992024-11-27T19:44:56.269Z Compiling derive_builder_core v0.20.2
23002024-11-27T19:44:56.578Z Compiling hashbrown v0.13.2
23012024-11-27T19:44:58.073Z Compiling fd-lock v4.0.2
23022024-11-27T19:44:58.346Z Compiling headers-core v0.3.0
23032024-11-27T19:44:58.530Z Compiling fxhash v0.2.1
23042024-11-27T19:44:58.604Z Compiling libxml v0.3.3
23052024-11-27T19:44:58.767Z Compiling ref-cast-impl v1.0.23
23062024-11-27T19:44:58.961Z Compiling bytecount v0.6.8
23072024-11-27T19:44:59.304Z Compiling zip v2.1.3
23082024-11-27T19:44:59.377Z Compiling simd-adler32 v0.3.7
23092024-11-27T19:44:59.648Z Compiling base64 v0.13.1
23102024-11-27T19:44:59.905Z Compiling crc-any v2.5.0
23112024-11-27T19:45:00.387Z Compiling lockfree-object-pool v0.1.6
23122024-11-27T19:45:00.535Z Compiling bumpalo v3.16.0
23132024-11-27T19:45:00.717Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23142024-11-27T19:45:00.857Z Compiling ron v0.7.1
23152024-11-27T19:45:01.166Z Compiling zopfli v0.8.1
23162024-11-27T19:45:05.888Z Compiling papergrid v0.11.0
23172024-11-27T19:45:06.350Z Compiling derive_builder_macro v0.20.2
23182024-11-27T19:45:06.879Z Compiling headers v0.4.0
23192024-11-27T19:45:07.271Z Compiling object v0.30.4
23202024-11-27T19:45:15.175Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23212024-11-27T19:45:16.465Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23222024-11-27T19:45:18.163Z Compiling xz2 v0.1.7
23232024-11-27T19:45:19.833Z Compiling zone v0.1.8
23242024-11-27T19:45:20.094Z Compiling strip-ansi-escapes v0.2.0
23252024-11-27T19:45:21.154Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23262024-11-27T19:45:22.164Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23272024-11-27T19:45:23.156Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23282024-11-27T19:45:23.377Z Compiling tabled_derive v0.7.0
23292024-11-27T19:45:23.475Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23302024-11-27T19:45:24.435Z Compiling yasna v0.5.2
23312024-11-27T19:45:25.604Z Compiling peg-macros v0.8.4
23322024-11-27T19:45:27.236Z Compiling strum_macros v0.24.3
23332024-11-27T19:45:27.445Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23342024-11-27T19:45:27.468Z Compiling kstat-rs v0.2.4
23352024-11-27T19:45:27.880Z Compiling samael v0.0.17
23362024-11-27T19:45:28.361Z Compiling sqlparser_derive v0.2.2
23372024-11-27T19:45:28.508Z Compiling unicase v2.7.0
23382024-11-27T19:45:28.550Z Compiling home v0.5.9
23392024-11-27T19:45:28.819Z Compiling indoc v1.0.9
23402024-11-27T19:45:28.873Z Compiling unicode_categories v0.1.1
23412024-11-27T19:45:29.114Z Compiling path-slash v0.1.5
23422024-11-27T19:45:29.261Z Compiling nu-ansi-term v0.50.1
23432024-11-27T19:45:29.359Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23442024-11-27T19:45:29.458Z Compiling sqlparser v0.45.0
23452024-11-27T19:45:29.677Z Compiling sqlformat v0.2.6
23462024-11-27T19:45:30.477Z Compiling reedline v0.35.0
23472024-11-27T19:45:31.110Z Compiling peg v0.8.4
23482024-11-27T19:45:31.243Z Compiling rustyline v14.0.0
23492024-11-27T19:45:33.638Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23502024-11-27T19:45:41.498Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23512024-11-27T19:45:41.576Z Compiling tabled v0.15.0
23522024-11-27T19:45:44.321Z Compiling rcgen v0.12.1
23532024-11-27T19:45:54.943Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23542024-11-27T19:45:55.378Z Compiling derive_builder v0.20.2
23552024-11-27T19:46:02.334Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23562024-11-27T19:46:03.263Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23572024-11-27T19:46:04.972Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23582024-11-27T19:46:05.296Z Compiling bcs v0.1.6
23592024-11-27T19:46:06.235Z Compiling oso-derive v0.27.3
23602024-11-27T19:46:07.289Z Compiling impl-trait-for-tuples v0.2.2
23612024-11-27T19:46:07.836Z Compiling libz-sys v1.1.20
23622024-11-27T19:46:08.553Z Compiling quick-xml v0.33.0
23632024-11-27T19:46:14.288Z Compiling subprocess v0.2.9
23642024-11-27T19:46:14.687Z Compiling diesel-dtrace v0.3.0
23652024-11-27T19:46:15.021Z Compiling parking_lot_core v0.8.6
23662024-11-27T19:46:15.566Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23672024-11-27T19:46:19.276Z Compiling oso v0.27.3
23682024-11-27T19:46:37.378Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23692024-11-27T19:46:39.008Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23702024-11-27T19:46:44.779Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23712024-11-27T19:46:48.121Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23722024-11-27T19:46:48.437Z Compiling bb8 v0.8.5
23732024-11-27T19:46:49.130Z Compiling buf-list v1.0.3
23742024-11-27T19:46:49.825Z Compiling async-bb8-diesel v0.2.1
23752024-11-27T19:46:52.346Z Compiling libgit2-sys v0.17.0+1.8.1
23762024-11-27T19:46:52.441Z Compiling pin-project-internal v1.1.6
23772024-11-27T19:46:53.153Z Compiling atty v0.2.14
23782024-11-27T19:46:53.339Z Compiling salty v0.3.0
23792024-11-27T19:46:55.410Z Compiling pin-project v1.1.6
23802024-11-27T19:46:55.975Z Compiling parking_lot v0.11.2
23812024-11-27T19:46:59.092Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23822024-11-27T19:47:00.093Z Compiling snafu-derive v0.8.5
23832024-11-27T19:47:00.542Z Compiling sled v0.34.7
23842024-11-27T19:47:04.003Z Compiling mime_guess v2.0.5
23852024-11-27T19:47:04.924Z Compiling snafu v0.8.5
23862024-11-27T19:47:06.114Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23872024-11-27T19:47:06.227Z Compiling hickory-client v0.24.1
23882024-11-27T19:47:07.160Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23892024-11-27T19:47:07.418Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23902024-11-27T19:47:08.385Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23912024-11-27T19:47:11.642Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23922024-11-27T19:47:13.287Z Compiling hickory-server v0.24.1
23932024-11-27T19:47:13.311Z Compiling globset v0.4.15
23942024-11-27T19:47:17.125Z Compiling primeorder v0.13.6
23952024-11-27T19:47:17.758Z Compiling olpc-cjson v0.1.4
23962024-11-27T19:47:18.135Z Compiling vergen v8.3.2
23972024-11-27T19:47:18.452Z Compiling env_filter v0.1.2
23982024-11-27T19:47:19.993Z Compiling cargo-platform v0.1.8
23992024-11-27T19:47:20.551Z Compiling serde_plain v1.0.2
24002024-11-27T19:47:20.875Z Compiling nanorand v0.7.0
24012024-11-27T19:47:21.097Z Compiling memoffset v0.9.1
24022024-11-27T19:47:21.439Z Compiling typed-path v0.9.3
24032024-11-27T19:47:25.623Z Compiling tough v0.19.0
24042024-11-27T19:47:29.069Z Compiling flume v0.11.1
24052024-11-27T19:47:29.893Z Compiling cargo_metadata v0.18.1
24062024-11-27T19:47:33.282Z Compiling env_logger v0.11.5
24072024-11-27T19:47:34.713Z Compiling p384 v0.13.0
24082024-11-27T19:47:35.889Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24092024-11-27T19:47:40.561Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24102024-11-27T19:47:44.957Z Compiling git2 v0.19.0
24112024-11-27T19:47:50.886Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122024-11-27T19:47:53.389Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24132024-11-27T19:47:54.658Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24142024-11-27T19:47:54.844Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24152024-11-27T19:48:00.164Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24162024-11-27T19:48:01.082Z Compiling rand_seeder v0.3.0
24172024-11-27T19:48:01.524Z Compiling libsqlite3-sys v0.30.1
24182024-11-27T19:48:01.847Z Compiling http-range v0.1.5
24192024-11-27T19:48:01.905Z Compiling cfg_aliases v0.2.1
24202024-11-27T19:48:02.035Z Compiling parse-size v1.1.0
24212024-11-27T19:48:02.094Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24222024-11-27T19:48:02.174Z Compiling rustls v0.21.12
24232024-11-27T19:48:02.366Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24242024-11-27T19:48:02.463Z Compiling nix v0.29.0
24252024-11-27T19:48:02.503Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24262024-11-27T19:48:02.749Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24272024-11-27T19:48:03.094Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24282024-11-27T19:48:03.334Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24292024-11-27T19:48:04.166Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24302024-11-27T19:48:04.377Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
24312024-11-27T19:48:04.500Z Compiling sct v0.7.1
24322024-11-27T19:48:04.612Z Compiling rustls-webpki v0.101.7
24332024-11-27T19:48:05.005Z Compiling castaway v0.2.3
24342024-11-27T19:48:05.220Z Compiling csv-core v0.1.11
24352024-11-27T19:48:06.119Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24362024-11-27T19:48:06.452Z Compiling glob v0.3.1
24372024-11-27T19:48:08.549Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24382024-11-27T19:48:08.717Z Compiling csv v1.3.0
24392024-11-27T19:48:08.810Z Compiling compact_str v0.8.0
24402024-11-27T19:48:10.962Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24412024-11-27T19:48:11.007Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24422024-11-27T19:48:11.481Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24432024-11-27T19:48:12.942Z Compiling hyper-staticfile v0.10.1
24442024-11-27T19:48:16.057Z Compiling nix v0.27.1
24452024-11-27T19:48:17.961Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24462024-11-27T19:48:19.824Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24472024-11-27T19:48:20.402Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
24482024-11-27T19:48:21.098Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24492024-11-27T19:48:26.942Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24502024-11-27T19:48:27.605Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24512024-11-27T19:48:27.970Z Compiling unicode-truncate v1.1.0
24522024-11-27T19:48:28.280Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24532024-11-27T19:48:28.594Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24542024-11-27T19:48:28.912Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24552024-11-27T19:48:29.003Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24562024-11-27T19:48:32.024Z Compiling hashlink v0.9.1
24572024-11-27T19:48:32.913Z Compiling tungstenite v0.23.0
24582024-11-27T19:48:35.734Z Compiling lru v0.12.5
24592024-11-27T19:48:35.755Z Compiling instability v0.3.2
24602024-11-27T19:48:36.134Z Compiling fallible-iterator v0.3.0
24612024-11-27T19:48:36.474Z Compiling cassowary v0.3.0
24622024-11-27T19:48:36.701Z Compiling fallible-streaming-iterator v0.1.9
24632024-11-27T19:48:36.785Z Compiling tokio-tungstenite v0.23.1
24642024-11-27T19:48:36.991Z Compiling rusqlite v0.32.1
24652024-11-27T19:48:37.012Z Compiling ratatui v0.28.1
24662024-11-27T19:48:37.459Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24672024-11-27T19:48:42.395Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24682024-11-27T19:48:44.192Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24692024-11-27T19:48:46.372Z Compiling tokio-rustls v0.24.1
24702024-11-27T19:48:47.809Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24712024-11-27T19:48:48.656Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24722024-11-27T19:48:56.864Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24732024-11-27T19:48:57.768Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24742024-11-27T19:49:01.009Z Compiling rustls-pemfile v1.0.4
24752024-11-27T19:49:01.813Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24762024-11-27T19:49:01.915Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24772024-11-27T19:49:02.100Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24782024-11-27T19:49:02.284Z Compiling signal-hook-tokio v0.3.1
24792024-11-27T19:49:02.532Z Compiling twox-hash v1.6.3
24802024-11-27T19:49:03.715Z Compiling unicode-linebreak v0.1.5
24812024-11-27T19:49:04.300Z Compiling smawk v0.3.2
24822024-11-27T19:49:04.596Z Compiling is_ci v1.2.0
24832024-11-27T19:49:04.912Z Compiling supports-color v3.0.1
24842024-11-27T19:49:05.366Z Compiling textwrap v0.16.1
24852024-11-27T19:49:07.429Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24862024-11-27T19:49:09.092Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24872024-11-27T19:49:17.586Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24882024-11-27T19:49:20.420Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
24892024-11-27T19:49:24.601Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24902024-11-27T19:49:29.010Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24912024-11-27T19:49:29.615Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
24922024-11-27T19:49:43.074Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
24932024-11-27T19:49:43.743Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
24942024-11-27T19:49:44.074Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
24952024-11-27T19:49:49.877Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
24962024-11-27T19:49:51.115Z Compiling fatfs v0.3.6
24972024-11-27T19:49:54.098Z Compiling rtoolbox v0.0.2
24982024-11-27T19:49:54.545Z Compiling assert_matches v1.5.0
24992024-11-27T19:49:54.834Z Compiling rpassword v7.3.1
25002024-11-27T19:49:55.283Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25012024-11-27T19:49:59.393Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25022024-11-27T19:50:04.505Z Compiling tui-tree-widget v0.22.0
25032024-11-27T19:50:05.034Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25042024-11-27T19:50:06.920Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25052024-11-27T19:50:10.593Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25062024-11-27T19:50:10.923Z Compiling uzers v0.12.1
25072024-11-27T19:50:14.176Z Compiling shell-words v1.1.0
25082024-11-27T19:50:14.663Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25092024-11-27T19:50:21.023Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25102024-11-27T19:50:23.232Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25112024-11-27T19:50:55.656Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25122024-11-27T19:50:55.892Z Compiling multimap v0.10.0
25132024-11-27T19:53:22.124Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25142024-11-27T19:53:24.679Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25152024-11-27T20:00:25.852Z Finished `release` profile [optimized] target(s) in 16m 59s
25162024-11-27T20:01:31.442Z
25172024-11-27T20:01:31.442Zreal 18:06.433755507
25182024-11-27T20:01:31.442Zuser 2:03:34.401388604
25192024-11-27T20:01:31.443Zsys 6:09.241260147
25202024-11-27T20:01:31.443Ztrap 3.334983891
25212024-11-27T20:01:31.446Ztflt 3.033017131
25222024-11-27T20:01:31.446Zdflt 5.245134848
25232024-11-27T20:01:31.446Zkflt 0.043377847
25242024-11-27T20:01:31.446Zlock 7:36:23.880217492
25252024-11-27T20:01:31.446Zslp 6:34:40.741345079
25262024-11-27T20:01:31.446Zlat 2:56.807943191
25272024-11-27T20:01:31.446Zstop 2:36.824264989
25282024-11-27T20:01:31.446Z+ mapfile -t packages
25292024-11-27T20:01:31.446Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25302024-11-27T20:01:32.541Z Finished `release` profile [optimized] target(s) in 1.04s
25312024-11-27T20:01:32.595Z Running `target/release/omicron-package -t test list-outputs`
25322024-11-27T20:01:32.645ZLogging to: /work/oxidecomputer/omicron/out/LOG
25332024-11-27T20:01:32.647Z+ ptime -m cargo build --locked --release -p xtask
25342024-11-27T20:01:33.269Z Compiling serde v1.0.215
25352024-11-27T20:01:33.272Z Compiling rustix v0.38.37
25362024-11-27T20:01:33.272Z Compiling libc v0.2.162
25372024-11-27T20:01:33.272Z Compiling serde_json v1.0.132
25382024-11-27T20:01:33.272Z Compiling syn v2.0.87
25392024-11-27T20:01:33.363Z Compiling bitflags v2.6.0
25402024-11-27T20:01:33.744Z Compiling usdt-impl v0.5.0
25412024-11-27T20:01:33.794Z Compiling syn v1.0.109
25422024-11-27T20:01:33.883Z Compiling hashbrown v0.15.0
25432024-11-27T20:01:33.913Z Compiling log v0.4.22
25442024-11-27T20:01:33.932Z Compiling fs-err v2.11.0
25452024-11-27T20:01:34.261Z Compiling anyhow v1.0.93
25462024-11-27T20:01:34.417Z Compiling once_cell v1.20.2
25472024-11-27T20:01:34.875Z Compiling thread-id v4.2.2
25482024-11-27T20:01:35.235Z Compiling indexmap v2.6.0
25492024-11-27T20:01:36.680Z Compiling terminal_size v0.4.0
25502024-11-27T20:01:36.680Z Compiling tempfile v3.13.0
25512024-11-27T20:01:36.927Z Compiling clap_builder v4.5.21
25522024-11-27T20:01:37.458Z Compiling proc-macro-error v1.0.4
25532024-11-27T20:01:38.821Z Compiling tabled_derive v0.7.0
25542024-11-27T20:01:40.213Z Compiling tabled v0.15.0
25552024-11-27T20:01:41.607Z Compiling serde_derive v1.0.215
25562024-11-27T20:01:42.674Z Compiling thiserror-impl v1.0.69
25572024-11-27T20:01:43.779Z Compiling zerocopy-derive v0.7.35
25582024-11-27T20:01:44.663Z Compiling scroll_derive v0.12.0
25592024-11-27T20:01:45.749Z Compiling thiserror v1.0.69
25602024-11-27T20:01:45.925Z Compiling pest v2.7.14
25612024-11-27T20:01:46.098Z Compiling zerocopy v0.7.35
25622024-11-27T20:01:46.121Z Compiling scroll v0.12.0
25632024-11-27T20:01:46.855Z Compiling goblin v0.8.2
25642024-11-27T20:01:49.065Z Compiling pest_meta v2.7.14
25652024-11-27T20:01:51.947Z Compiling pest_generator v2.7.14
25662024-11-27T20:01:53.821Z Compiling pest_derive v2.7.14
25672024-11-27T20:01:54.638Z Compiling dtrace-parser v0.2.0
25682024-11-27T20:01:56.231Z Compiling clap_derive v4.5.18
25692024-11-27T20:01:56.894Z Compiling toml_datetime v0.6.8
25702024-11-27T20:01:57.661Z Compiling serde_spanned v0.6.8
25712024-11-27T20:01:57.983Z Compiling toml_edit v0.22.22
25722024-11-27T20:02:01.078Z Compiling dof v0.3.0
25732024-11-27T20:02:01.606Z Compiling serde_tokenstream v0.2.2
25742024-11-27T20:02:02.248Z Compiling camino v1.1.9
25752024-11-27T20:02:03.563Z Compiling usdt-attr-macro v0.5.0
25762024-11-27T20:02:03.680Z Compiling usdt-macro v0.5.0
25772024-11-27T20:02:04.979Z Compiling toml v0.8.19
25782024-11-27T20:02:05.064Z Compiling cargo-platform v0.1.8
25792024-11-27T20:02:06.174Z Compiling semver v1.0.23
25802024-11-27T20:02:07.736Z Compiling cargo_metadata v0.18.1
25812024-11-27T20:02:07.860Z Compiling cargo_toml v0.20.5
25822024-11-27T20:02:09.668Z Compiling usdt v0.5.0
25832024-11-27T20:02:11.205Z Compiling camino-tempfile v1.1.1
25842024-11-27T20:02:11.457Z Compiling clap v4.5.21
25852024-11-27T20:02:11.607Z Compiling macaddr v1.0.1
25862024-11-27T20:02:19.927Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
25872024-11-27T20:02:31.747Z Finished `release` profile [optimized] target(s) in 59.03s
25882024-11-27T20:02:31.882Z
25892024-11-27T20:02:31.882Zreal 59.196859568
25902024-11-27T20:02:31.882Zuser 5:59.357985540
25912024-11-27T20:02:31.882Zsys 32.842038751
25922024-11-27T20:02:31.882Ztrap 0.174871119
25932024-11-27T20:02:31.882Ztflt 0.392865419
25942024-11-27T20:02:31.885Zdflt 0.429317796
25952024-11-27T20:02:31.885Zkflt 0.000141965
25962024-11-27T20:02:31.885Zlock 10:23.296949519
25972024-11-27T20:02:31.885Zslp 16:40.485447909
25982024-11-27T20:02:31.885Zlat 13.958092908
25992024-11-27T20:02:31.885Zstop 17.222158163
26002024-11-27T20:02:31.885Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26012024-11-27T20:02:31.885Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26022024-11-27T20:02:31.885Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26032024-11-27T20:02:31.886Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26042024-11-27T20:02:31.886Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26052024-11-27T20:02:32.857Z Compiling hashbrown v0.14.5
26062024-11-27T20:02:32.990Z Compiling ident_case v1.0.1
26072024-11-27T20:02:32.995Z Compiling unsafe-libyaml v0.2.11
26082024-11-27T20:02:33.019Z Compiling progenitor-client v0.8.0
26092024-11-27T20:02:33.022Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26102024-11-27T20:02:33.022Z Compiling ipnetwork v0.20.0
26112024-11-27T20:02:33.022Z Compiling macaddr v1.0.1
26122024-11-27T20:02:33.038Z Compiling instant v0.1.13
26132024-11-27T20:02:33.156Z Compiling darling_core v0.20.10
26142024-11-27T20:02:33.307Z Compiling structmeta-derive v0.3.0
26152024-11-27T20:02:33.548Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26162024-11-27T20:02:33.571Z Compiling dropshot v0.13.0
26172024-11-27T20:02:33.575Z Compiling newtype-uuid v1.1.3
26182024-11-27T20:02:33.929Z Compiling dropshot_endpoint v0.13.0
26192024-11-27T20:02:34.043Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26202024-11-27T20:02:34.310Z Compiling regress v0.10.1
26212024-11-27T20:02:34.330Z Compiling serde_yaml v0.9.34+deprecated
26222024-11-27T20:02:34.421Z Compiling regress v0.9.1
26232024-11-27T20:02:34.853Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26242024-11-27T20:02:34.979Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26252024-11-27T20:02:35.059Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26262024-11-27T20:02:35.349Z Compiling backoff v0.4.0
26272024-11-27T20:02:35.740Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26282024-11-27T20:02:35.893Z Compiling tempfile v3.13.0
26292024-11-27T20:02:35.920Z Compiling proc-macro-crate v1.3.1
26302024-11-27T20:02:36.506Z Compiling structmeta v0.3.0
26312024-11-27T20:02:36.837Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26322024-11-27T20:02:36.982Z Compiling parse-display-derive v0.10.0
26332024-11-27T20:02:37.057Z Compiling num_enum_derive v0.5.11
26342024-11-27T20:02:37.259Z Compiling itertools v0.13.0
26352024-11-27T20:02:38.744Z Compiling typify-impl v0.2.0
26362024-11-27T20:02:39.609Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26372024-11-27T20:02:39.844Z Compiling zerocopy v0.8.10
26382024-11-27T20:02:39.874Z Compiling num_enum v0.5.11
26392024-11-27T20:02:39.944Z Compiling foreign-types-macros v0.2.3
26402024-11-27T20:02:40.062Z Compiling zerocopy-derive v0.8.10
26412024-11-27T20:02:40.571Z Compiling darling_macro v0.20.10
26422024-11-27T20:02:40.864Z Compiling heapless v0.8.0
26432024-11-27T20:02:40.886Z Compiling foreign-types-shared v0.3.1
26442024-11-27T20:02:41.015Z Compiling proc-macro-error v1.0.4
26452024-11-27T20:02:41.337Z Compiling foreign-types v0.5.0
26462024-11-27T20:02:41.601Z Compiling darling v0.20.10
26472024-11-27T20:02:41.743Z Compiling serde_with_macros v3.11.0
26482024-11-27T20:02:41.775Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26492024-11-27T20:02:41.778Z Compiling camino-tempfile v1.1.1
26502024-11-27T20:02:41.860Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26512024-11-27T20:02:41.893Z Compiling parse-display v0.10.0
26522024-11-27T20:02:42.286Z Compiling hash32 v0.3.1
26532024-11-27T20:02:42.553Z Compiling cstr-argument v0.1.2
26542024-11-27T20:02:42.635Z Compiling smoltcp v0.11.0
26552024-11-27T20:02:42.748Z Compiling pretty-hex v0.2.1
26562024-11-27T20:02:42.836Z Compiling crucible-workspace-hack v0.1.0
26572024-11-27T20:02:42.974Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26582024-11-27T20:02:43.230Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26592024-11-27T20:02:43.398Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602024-11-27T20:02:43.511Z Compiling tabwriter v1.4.0
26612024-11-27T20:02:44.075Z Compiling colored v2.1.0
26622024-11-27T20:02:44.096Z Compiling cobs v0.2.3
26632024-11-27T20:02:44.434Z Compiling postcard v1.0.10
26642024-11-27T20:02:44.785Z Compiling serde_with v3.11.0
26652024-11-27T20:02:45.037Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26662024-11-27T20:02:45.137Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26672024-11-27T20:02:45.345Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
26682024-11-27T20:02:45.448Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26692024-11-27T20:02:45.780Z Compiling smf v0.2.3
26702024-11-27T20:02:46.305Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26712024-11-27T20:02:47.012Z Compiling zone_cfg_derive v0.3.0
26722024-11-27T20:02:47.182Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26732024-11-27T20:02:47.675Z Compiling num-derive v0.4.2
26742024-11-27T20:02:48.618Z Compiling sigpipe v0.1.3
26752024-11-27T20:02:48.771Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26762024-11-27T20:02:48.849Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26772024-11-27T20:02:48.892Z Compiling zone v0.3.0
26782024-11-27T20:02:49.088Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
26792024-11-27T20:02:49.400Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26802024-11-27T20:02:49.594Z Compiling universal-hash v0.5.1
26812024-11-27T20:02:49.813Z Compiling opaque-debug v0.3.1
26822024-11-27T20:02:49.816Z Compiling num-rational v0.4.2
26832024-11-27T20:02:49.935Z Compiling password-hash v0.5.0
26842024-11-27T20:02:50.029Z Compiling num-complex v0.4.6
26852024-11-27T20:02:50.237Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26862024-11-27T20:02:50.325Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26872024-11-27T20:02:50.521Z Compiling blake2 v0.10.6
26882024-11-27T20:02:50.990Z Compiling aead v0.5.2
26892024-11-27T20:02:51.102Z Compiling convert_case v0.4.0
26902024-11-27T20:02:51.182Z Compiling keccak v0.1.5
26912024-11-27T20:02:51.326Z Compiling argon2 v0.5.3
26922024-11-27T20:02:51.383Z Compiling num v0.4.3
26932024-11-27T20:02:51.508Z Compiling sha3 v0.10.8
26942024-11-27T20:02:51.711Z Compiling poly1305 v0.8.0
26952024-11-27T20:02:51.935Z Compiling tungstenite v0.21.0
26962024-11-27T20:02:52.183Z Compiling chacha20 v0.9.1
26972024-11-27T20:02:52.222Z Compiling derive_more v0.99.18
26982024-11-27T20:02:52.587Z Compiling float-ord v0.3.2
26992024-11-27T20:02:52.683Z Compiling base64 v0.21.7
27002024-11-27T20:02:52.776Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27012024-11-27T20:02:53.163Z Compiling tokio-tungstenite v0.21.0
27022024-11-27T20:02:53.498Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27032024-11-27T20:02:53.522Z Compiling semver v0.1.20
27042024-11-27T20:02:53.821Z Compiling same-file v1.0.6
27052024-11-27T20:02:53.981Z Compiling rustc_version v0.1.7
27062024-11-27T20:02:54.127Z Compiling walkdir v2.5.0
27072024-11-27T20:02:54.287Z Compiling newline-converter v0.3.0
27082024-11-27T20:02:54.368Z Compiling primeorder v0.13.6
27092024-11-27T20:02:54.474Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27102024-11-27T20:02:54.523Z Compiling secrecy v0.8.0
27112024-11-27T20:02:54.547Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27122024-11-27T20:02:54.830Z Compiling cancel-safe-futures v0.1.5
27132024-11-27T20:02:54.946Z Compiling owo-colors v4.1.0
27142024-11-27T20:02:54.967Z Compiling newtype_derive v0.1.6
27152024-11-27T20:02:54.970Z Compiling expectorate v1.1.0
27162024-11-27T20:02:55.223Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27172024-11-27T20:02:55.267Z Compiling thiserror-impl-no-std v2.0.2
27182024-11-27T20:02:55.270Z Compiling ring v0.16.20
27192024-11-27T20:02:55.305Z Compiling blake3 v1.5.4
27202024-11-27T20:02:55.515Z Compiling half v2.4.1
27212024-11-27T20:02:55.555Z Compiling unicase v2.7.0
27222024-11-27T20:02:55.873Z Compiling arc-swap v1.7.1
27232024-11-27T20:02:56.011Z Compiling ciborium-io v0.2.2
27242024-11-27T20:02:56.134Z Compiling ciborium-ll v0.2.2
27252024-11-27T20:02:56.576Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27)
27262024-11-27T20:02:56.578Z Compiling slog-scope v4.4.0
27272024-11-27T20:02:56.854Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27282024-11-27T20:02:57.204Z Compiling polyval v0.6.2
27292024-11-27T20:02:57.701Z Compiling atomicwrites v0.4.4
27302024-11-27T20:02:57.795Z Compiling libsw v3.3.1
27312024-11-27T20:02:58.101Z Compiling memmap2 v0.9.5
27322024-11-27T20:02:58.145Z Compiling libefi-sys v0.1.0
27332024-11-27T20:02:58.181Z Compiling arrayref v0.3.9
27342024-11-27T20:02:58.297Z Compiling indent_write v2.2.0
27352024-11-27T20:02:58.340Z Compiling typify-macro v0.2.0
27362024-11-27T20:02:58.452Z Compiling constant_time_eq v0.3.1
27372024-11-27T20:02:58.546Z Compiling arrayvec v0.7.6
27382024-11-27T20:02:58.576Z Compiling spin v0.5.2
27392024-11-27T20:02:58.654Z Compiling linear-map v1.2.0
27402024-11-27T20:02:58.656Z Compiling thiserror-no-std v2.0.2
27412024-11-27T20:02:58.807Z Compiling parking_lot_core v0.8.6
27422024-11-27T20:02:58.834Z Compiling salty v0.3.0
27432024-11-27T20:02:59.048Z Compiling vsss-rs v3.3.4
27442024-11-27T20:02:59.323Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27452024-11-27T20:02:59.380Z Compiling ghash v0.5.1
27462024-11-27T20:02:59.629Z Compiling slog-stdlog v4.1.1
27472024-11-27T20:03:00.046Z Compiling ciborium v0.2.2
27482024-11-27T20:03:00.248Z Compiling p384 v0.13.0
27492024-11-27T20:03:00.273Z Compiling toolchain_find v0.4.0
27502024-11-27T20:03:00.408Z Compiling chacha20poly1305 v0.10.1
27512024-11-27T20:03:00.681Z Compiling lzma-sys v0.1.20
27522024-11-27T20:03:01.062Z Compiling ctr v0.9.2
27532024-11-27T20:03:01.484Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27542024-11-27T20:03:01.569Z Compiling bitfield-struct v0.6.2
27552024-11-27T20:03:01.704Z Compiling slog-dtrace v0.3.0
27562024-11-27T20:03:01.927Z Compiling topological-sort v0.2.2
27572024-11-27T20:03:01.930Z Compiling highway v1.2.0
27582024-11-27T20:03:02.186Z Compiling omicron-zone-package v0.11.1
27592024-11-27T20:03:02.289Z Compiling aes-gcm v0.10.3
27602024-11-27T20:03:02.624Z Compiling rustfmt-wrapper v0.2.1
27612024-11-27T20:03:02.757Z Compiling mime_guess v2.0.5
27622024-11-27T20:03:02.818Z Compiling typify v0.2.0
27632024-11-27T20:03:03.006Z Compiling progenitor-impl v0.8.0
27642024-11-27T20:03:03.039Z Compiling slog-envlogger v2.2.0
27652024-11-27T20:03:03.167Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27662024-11-27T20:03:03.319Z Compiling steno v0.4.1
27672024-11-27T20:03:03.973Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27682024-11-27T20:03:03.995Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27692024-11-27T20:03:04.223Z Compiling heck v0.3.3
27702024-11-27T20:03:04.489Z Compiling ssh-encoding v0.2.0
27712024-11-27T20:03:04.708Z Compiling blowfish v0.9.1
27722024-11-27T20:03:04.711Z Compiling nibble_vec v0.1.0
27732024-11-27T20:03:04.945Z Compiling env_filter v0.1.2
27742024-11-27T20:03:04.968Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27752024-11-27T20:03:05.062Z Compiling endian-type v0.1.2
27762024-11-27T20:03:05.115Z Compiling humantime v2.1.0
27772024-11-27T20:03:05.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27782024-11-27T20:03:05.244Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
27792024-11-27T20:03:05.326Z Compiling radix_trie v0.2.1
27802024-11-27T20:03:05.573Z Compiling env_logger v0.11.5
27812024-11-27T20:03:05.601Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27822024-11-27T20:03:05.665Z Compiling bcrypt-pbkdf v0.10.0
27832024-11-27T20:03:05.735Z Compiling ssh-cipher v0.2.0
27842024-11-27T20:03:06.079Z Compiling zone_cfg_derive v0.1.2
27852024-11-27T20:03:06.334Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27862024-11-27T20:03:06.697Z Compiling parking_lot v0.11.2
27872024-11-27T20:03:06.918Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
27882024-11-27T20:03:07.517Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27892024-11-27T20:03:07.551Z Compiling password-hash v0.4.2
27902024-11-27T20:03:07.676Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
27912024-11-27T20:03:07.697Z Compiling gethostname v0.5.0
27922024-11-27T20:03:07.976Z Compiling fxhash v0.2.1
27932024-11-27T20:03:07.979Z Compiling simd-adler32 v0.3.7
27942024-11-27T20:03:08.089Z Compiling base64 v0.13.1
27952024-11-27T20:03:08.257Z Compiling bumpalo v3.16.0
27962024-11-27T20:03:08.390Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27972024-11-27T20:03:08.540Z Compiling http-range v0.1.5
27982024-11-27T20:03:08.628Z Compiling lockfree-object-pool v0.1.6
27992024-11-27T20:03:08.706Z Compiling zip v2.1.3
28002024-11-27T20:03:08.777Z Compiling matches v0.1.10
28012024-11-27T20:03:08.834Z Compiling ron v0.7.1
28022024-11-27T20:03:08.899Z Compiling zopfli v0.8.1
28032024-11-27T20:03:08.925Z Compiling idna v0.2.3
28042024-11-27T20:03:08.928Z Compiling sled v0.34.7
28052024-11-27T20:03:09.026Z Compiling pbkdf2 v0.11.0
28062024-11-27T20:03:09.077Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28072024-11-27T20:03:09.464Z Compiling zone v0.1.8
28082024-11-27T20:03:09.845Z Compiling xz2 v0.1.7
28092024-11-27T20:03:10.408Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28102024-11-27T20:03:10.821Z Compiling ssh-key v0.6.6
28112024-11-27T20:03:11.179Z Compiling hickory-client v0.24.1
28122024-11-27T20:03:11.679Z Compiling p521 v0.13.3
28132024-11-27T20:03:11.817Z Compiling progenitor-macro v0.8.0
28142024-11-27T20:03:11.901Z Compiling p256 v0.13.2
28152024-11-27T20:03:11.923Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f)
28162024-11-27T20:03:12.802Z Compiling hickory-server v0.24.1
28172024-11-27T20:03:12.805Z Compiling enum-as-inner v0.5.1
28182024-11-27T20:03:13.159Z Compiling pem v3.0.4
28192024-11-27T20:03:13.975Z Compiling yasna v0.5.2
28202024-11-27T20:03:14.073Z Compiling headers-core v0.3.0
28212024-11-27T20:03:14.243Z Compiling kstat-rs v0.2.4
28222024-11-27T20:03:14.271Z Compiling nanorand v0.7.0
28232024-11-27T20:03:14.911Z Compiling atty v0.2.14
28242024-11-27T20:03:14.982Z Compiling russh-cryptovec v0.7.3
28252024-11-27T20:03:15.085Z Compiling md5 v0.7.0
28262024-11-27T20:03:15.339Z Compiling rcgen v0.12.1
28272024-11-27T20:03:15.647Z Compiling russh-keys v0.45.0
28282024-11-27T20:03:15.785Z Compiling flume v0.11.1
28292024-11-27T20:03:15.983Z Compiling headers v0.4.0
28302024-11-27T20:03:16.105Z Compiling trust-dns-proto v0.22.0
28312024-11-27T20:03:16.577Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28322024-11-27T20:03:18.022Z Compiling hyper-staticfile v0.10.1
28332024-11-27T20:03:19.282Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28342024-11-27T20:03:19.947Z Compiling num-bigint v0.4.6
28352024-11-27T20:03:20.211Z Compiling des v0.8.1
28362024-11-27T20:03:20.353Z Compiling subprocess v0.2.9
28372024-11-27T20:03:20.480Z Compiling dhcproto-macros v0.1.0
28382024-11-27T20:03:20.578Z Compiling hex-literal v0.4.1
28392024-11-27T20:03:20.766Z Compiling display-error-chain v0.2.2
28402024-11-27T20:03:21.003Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28412024-11-27T20:03:21.447Z Compiling internet-checksum v0.2.1
28422024-11-27T20:03:21.469Z Compiling dhcproto v0.12.0
28432024-11-27T20:03:23.146Z Compiling russh v0.45.0
28442024-11-27T20:03:25.297Z Compiling progenitor v0.8.0
28452024-11-27T20:03:25.437Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28462024-11-27T20:03:25.440Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28472024-11-27T20:03:25.440Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28482024-11-27T20:03:25.440Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28492024-11-27T20:03:25.440Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502024-11-27T20:03:25.440Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74)
28512024-11-27T20:03:25.547Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28522024-11-27T20:03:26.939Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28532024-11-27T20:03:28.950Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28542024-11-27T20:03:29.911Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28552024-11-27T20:03:31.625Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28562024-11-27T20:03:32.572Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28572024-11-27T20:03:42.195Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28582024-11-27T20:03:42.198Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28592024-11-27T20:03:42.198Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28602024-11-27T20:03:42.198Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28612024-11-27T20:03:45.543Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28622024-11-27T20:03:45.835Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28632024-11-27T20:03:46.657Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28642024-11-27T20:03:47.017Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28652024-11-27T20:03:49.900Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28662024-11-27T20:03:50.867Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28672024-11-27T20:03:50.990Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28682024-11-27T20:03:51.884Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28692024-11-27T20:03:52.782Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28702024-11-27T20:03:53.482Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28712024-11-27T20:03:55.107Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28722024-11-27T20:03:55.152Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28732024-11-27T20:03:56.133Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28742024-11-27T20:03:56.930Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752024-11-27T20:03:57.156Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28762024-11-27T20:03:58.986Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28772024-11-27T20:03:59.223Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28782024-11-27T20:03:59.560Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28792024-11-27T20:04:00.610Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28802024-11-27T20:04:02.741Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28812024-11-27T20:04:05.354Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28822024-11-27T20:04:05.873Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28832024-11-27T20:04:07.206Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28842024-11-27T20:04:08.090Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852024-11-27T20:04:13.615Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28862024-11-27T20:04:22.732Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28872024-11-27T20:04:24.222Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28882024-11-27T20:04:45.279Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28892024-11-27T20:05:22.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s
28902024-11-27T20:05:22.445Z
28912024-11-27T20:05:22.448Zreal 2:50.490107564
28922024-11-27T20:05:22.448Zuser 13:01.408947445
28932024-11-27T20:05:22.448Zsys 2:50.169885243
28942024-11-27T20:05:22.448Ztrap 0.374335923
28952024-11-27T20:05:22.448Ztflt 0.969408086
28962024-11-27T20:05:22.448Zdflt 1.940401031
28972024-11-27T20:05:22.448Zkflt 0.000031785
28982024-11-27T20:05:22.448Zlock 27:07.116526970
28992024-11-27T20:05:22.448Zslp 46:45.328264356
29002024-11-27T20:05:22.448Zlat 35.504138557
29012024-11-27T20:05:22.448Zstop 1:33.154029676
29022024-11-27T20:05:22.448Z+ mkdir tests
29032024-11-27T20:05:22.448Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29042024-11-27T20:05:22.449Z+ xargs -I '{}' -t cp '{}' tests/
29052024-11-27T20:05:23.645Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ed208ae0ef59eb63 tests/
29062024-11-27T20:05:23.665Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5002e784dfba5eab tests/
29072024-11-27T20:05:23.686Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5b1736ce55d9df39 tests/
29082024-11-27T20:05:23.707Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c4d893d602a511f tests/
29092024-11-27T20:05:23.882Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29102024-11-27T20:05:23.887Z+ 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-5002e784dfba5eab tests/commtest-5b1736ce55d9df39 tests/dhcp_server-ed208ae0ef59eb63 tests/end_to_end_tests-6c4d893d602a511f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29112024-11-27T20:06:35.273ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29122024-11-27T20:06:35.273Za .github/buildomat/ci-env.sh 1K
29132024-11-27T20:06:35.273Za out/target/test 1K
29142024-11-27T20:06:35.273Za out/npuzone/npuzone 23144K
29152024-11-27T20:06:35.274Za package-manifest.toml 32K
29162024-11-27T20:06:35.274Za smf/sled-agent/non-gimlet/config.toml 4K
29172024-11-27T20:06:35.274Za target/release/omicron-package 36349K
29182024-11-27T20:06:35.274Za target/release/xtask 11750K
29192024-11-27T20:06:35.274Za target/debug/bootstrap 210027K
29202024-11-27T20:06:35.274Za tests/bootstrap-5002e784dfba5eab 24246K
29212024-11-27T20:06:35.274Za tests/commtest-5b1736ce55d9df39 25022K
29222024-11-27T20:06:35.274Za tests/dhcp_server-ed208ae0ef59eb63 24246K
29232024-11-27T20:06:35.274Za tests/end_to_end_tests-6c4d893d602a511f 228127K
29242024-11-27T20:06:35.274Za out/clickhouse.tar.gz 285860K
29252024-11-27T20:06:35.274Za out/clickhouse_keeper.tar.gz 285844K
29262024-11-27T20:06:35.274Za out/clickhouse_server.tar.gz 285847K
29272024-11-27T20:06:35.274Za out/cockroachdb.tar.gz 134562K
29282024-11-27T20:06:35.274Za out/crucible-dtrace.tar 85K
29292024-11-27T20:06:35.274Za out/crucible-pantry-zone.tar.gz 28185K
29302024-11-27T20:06:35.275Za out/crucible-zone.tar.gz 36395K
29312024-11-27T20:06:35.275Za out/external-dns.tar.gz 35281K
29322024-11-27T20:06:35.275Za out/internal-dns.tar.gz 35281K
29332024-11-27T20:06:35.275Za out/mg-ddm-gz.tar 63075K
29342024-11-27T20:06:35.275Za out/nexus.tar.gz 100475K
29352024-11-27T20:06:35.275Za out/ntp.tar.gz 10355K
29362024-11-27T20:06:35.275Za out/omicron-gateway-softnpu.tar.gz 23928K
29372024-11-27T20:06:35.275Za out/omicron-sled-agent.tar 113613K
29382024-11-27T20:06:35.275Za out/overlay.tar.gz 3K
29392024-11-27T20:06:35.275Za out/oximeter.tar.gz 51238K
29402024-11-27T20:06:35.275Za out/oxlog.tar 3088K
29412024-11-27T20:06:35.275Za out/probe.tar.gz 2764K
29422024-11-27T20:06:35.275Za out/propolis-server.tar.gz 66596K
29432024-11-27T20:06:35.275Za out/pumpkind-gz.tar 26665K
29442024-11-27T20:06:35.275Za out/switch-softnpu.tar.gz 237350K
29452024-11-27T20:06:35.278Z
29462024-11-27T20:06:35.278Zreal 1:11.379445010
29472024-11-27T20:06:35.278Zuser 1:08.109396875
29482024-11-27T20:06:35.278Zsys 4.686997727
29492024-11-27T20:06:35.278Ztrap 0.018479509
29502024-11-27T20:06:35.278Ztflt 0.000000000
29512024-11-27T20:06:35.278Zdflt 0.000000000
29522024-11-27T20:06:35.278Zkflt 0.000000000
29532024-11-27T20:06:35.279Zlock 0.000000000
29542024-11-27T20:06:35.279Zslp 1:08.080888336
29552024-11-27T20:06:35.279Zlat 1.858112391
29562024-11-27T20:06:35.279Zstop 0.000198609
29572024-11-27T20:06:35.279Zprocess exited: duration 2054101 ms, exit code 0
 
29582024-11-27T20:06:35.293Zfound 1 output files
29592024-11-27T20:06:35.293Zuploading: /work/package.tar.gz (1878257933 bytes)
29602024-11-27T20:07:13.485Zuploaded: /work/package.tar.gz