01JFKQ1F5CM0MCPNDJ560JSW7Y: 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: 01JFKQ2T5ZERR7S0AA31DK324C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-21T04:20:57.049Zjob assigned to worker 01JFKQ2PA6J28YTWP25F2CX06H [factory aws, i-081ef4afef0e1b73a] (queued for 1 m 7 s)
 
22024-12-21T04:21:05.366Zstarting task 0: "setup"
32024-12-21T04:21:05.474Z++ uname -s
42024-12-21T04:21:05.475Z+ kern=SunOS
52024-12-21T04:21:05.475Z+ case "$kern" in
62024-12-21T04:21:05.475Z+ groupadd -g 12345 build
72024-12-21T04:21:05.475Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-21T04:21:07.313Z+ zfs create -o mountpoint=/work rpool/work
92024-12-21T04:21:07.369Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-21T04:21:07.374Z+ home_fs=zfs
112024-12-21T04:21:07.375Z+ [[ zfs == autofs ]]
122024-12-21T04:21:07.375Z+ mkdir -p /home/build
132024-12-21T04:21:07.375Z+ chown build:build /home/build /work
142024-12-21T04:21:09.376Z+ chmod 0700 /home/build /work
152024-12-21T04:21:09.383Zprocess exited: duration 4090 ms, exit code 0
 
162024-12-21T04:21:09.397Zstarting task 1: "rust-toolchain"
172024-12-21T04:21:09.401Z+ printf ' * toolchain channel = "%s"
182024-12-21T04:21:09.401Z' 1.81.0
192024-12-21T04:21:09.401Z+ printf ' * toolchain profile = "%s"
202024-12-21T04:21:09.401Z * toolchain channel = "1.81.0"
212024-12-21T04:21:09.401Z' default
222024-12-21T04:21:09.401Z * toolchain profile = "default"
232024-12-21T04:21:09.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-21T04:21:09.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-21T04:21:09.521Zinfo: downloading installer
262024-12-21T04:21:10.698Zinfo: profile set to 'default'
272024-12-21T04:21:10.698Zinfo: default host triple is x86_64-unknown-illumos
282024-12-21T04:21:10.701Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-21T04:21:10.838Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-21T04:21:10.838Zinfo: downloading component 'cargo'
312024-12-21T04:21:11.570Zinfo: downloading component 'clippy'
322024-12-21T04:21:11.843Zinfo: downloading component 'rust-docs'
332024-12-21T04:21:12.865Zinfo: downloading component 'rust-std'
342024-12-21T04:21:14.458Zinfo: downloading component 'rustc'
352024-12-21T04:21:20.113Zinfo: downloading component 'rustfmt'
362024-12-21T04:21:20.329Zinfo: installing component 'cargo'
372024-12-21T04:21:21.117Zinfo: installing component 'clippy'
382024-12-21T04:21:21.471Zinfo: installing component 'rust-docs'
392024-12-21T04:21:23.080Zinfo: installing component 'rust-std'
402024-12-21T04:21:24.805Zinfo: installing component 'rustc'
412024-12-21T04:21:30.490Zinfo: installing component 'rustfmt'
422024-12-21T04:21:30.797Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-21T04:21:30.797Z
442024-12-21T04:21:31.146Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-21T04:21:31.146Z
462024-12-21T04:21:31.151Z
472024-12-21T04:21:31.151ZRust is installed now. Great!
482024-12-21T04:21:31.151Z
492024-12-21T04:21:31.151ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-21T04:21:31.151Zenvironment variable. This has not been done automatically.
512024-12-21T04:21:31.151Z
522024-12-21T04:21:31.151ZTo configure your current shell, you need to source
532024-12-21T04:21:31.151Zthe corresponding env file under $HOME/.cargo.
542024-12-21T04:21:31.152Z
552024-12-21T04:21:31.152ZThis is usually done by running one of the following (note the leading DOT):
562024-12-21T04:21:31.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-21T04:21:31.152Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-21T04:21:31.229Z+ rustc --version
592024-12-21T04:21:31.281Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-21T04:21:31.285Zprocess exited: duration 21885 ms, exit code 0
 
612024-12-21T04:21:32.295Zstarting task 2: "authentication"
622024-12-21T04:21:32.301ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-12-21T04:21:49.479Zprocess exited: duration 18185 ms, exit code 0
 
642024-12-21T04:21:49.485Zstarting task 3: "clone repository"
652024-12-21T04:21:49.490Z+ mkdir -p /work/oxidecomputer/omicron
662024-12-21T04:21:49.493Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-12-21T04:21:49.535ZCloning into '/work/oxidecomputer/omicron'...
682024-12-21T04:21:57.418Z+ cd /work/oxidecomputer/omicron
692024-12-21T04:21:57.418Z+ git fetch origin 7b95f649174d4bfe70737429fbe6e7284721b254
702024-12-21T04:21:57.776ZFrom https://github.com/oxidecomputer/omicron
712024-12-21T04:21:57.776Z * branch 7b95f649174d4bfe70737429fbe6e7284721b254 -> FETCH_HEAD
722024-12-21T04:21:57.789Z+ [[ -n renovate/uuid-1.x ]]
732024-12-21T04:21:57.792Z++ git branch --show-current
742024-12-21T04:21:57.792Z+ current=main
752024-12-21T04:21:57.792Z+ [[ main != renovate/uuid-1.x ]]
762024-12-21T04:21:57.792Z+ git branch -f renovate/uuid-1.x 7b95f649174d4bfe70737429fbe6e7284721b254
772024-12-21T04:21:57.795Z+ git checkout -f renovate/uuid-1.x
782024-12-21T04:21:57.973ZSwitched to branch 'renovate/uuid-1.x'
792024-12-21T04:21:57.976Z+ git reset --hard 7b95f649174d4bfe70737429fbe6e7284721b254
802024-12-21T04:21:57.988ZHEAD is now at 7b95f6491 Update Rust crate uuid to 1.11.0
812024-12-21T04:21:57.994Zprocess exited: duration 8503 ms, exit code 0
 
822024-12-21T04:21:58.009Zstarting task 4: "build"
832024-12-21T04:21:58.012Z+ source .github/buildomat/ci-env.sh
842024-12-21T04:21:58.016Z++ export CARGO_TERM_COLOR=always
852024-12-21T04:21:58.016Z++ CARGO_TERM_COLOR=always
862024-12-21T04:21:58.016Z+ cargo --version
872024-12-21T04:21:58.074Zcargo 1.81.0 (2dbb1af80 2024-08-20)
882024-12-21T04:21:58.084Z+ rustc --version
892024-12-21T04:21:58.133Zrustc 1.81.0 (eeb90cda1 2024-09-04)
902024-12-21T04:21:58.136Z+ WORK=/work
912024-12-21T04:21:58.136Z+ pfexec mkdir -p /work
922024-12-21T04:21:58.140Z+ pfexec chown build /work
932024-12-21T04:21:58.144Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-12-21T04:22:11.966Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-12-21T04:22:15.859Z Startup: Caching catalogs ... Done
962024-12-21T04:22:26.755ZPlanning: Solver setup ... Done (9.908s)
972024-12-21T04:22:26.888ZPlanning: Running solver ... Done (0.133s)
982024-12-21T04:22:26.993ZPlanning: Finding local manifests ... Done (0.004s)
992024-12-21T04:22:29.851ZPlanning: Fetching manifests: 0/5 0% complete
1002024-12-21T04:22:31.296ZPlanning: Fetching manifests: 5/5 100% complete
1012024-12-21T04:22:31.396ZPlanning: Package planning ... Done (0.100s)
1022024-12-21T04:22:31.452ZPlanning: Merging actions ... Done (0.055s)
1032024-12-21T04:22:31.823ZPlanning: Checking for conflicting actions ... Done (0.370s)
1042024-12-21T04:22:34.005ZPlanning: Consolidating action changes ... Done (2.183s)
1052024-12-21T04:22:34.457ZPlanning: Evaluating mediators ... Done (0.451s)
1062024-12-21T04:22:34.536ZPlanning: Planning completed in 18.58 seconds
1072024-12-21T04:22:34.551Z Packages to install: 4
1082024-12-21T04:22:34.551Z Packages to update: 1
1092024-12-21T04:22:34.554Z Mediators to change: 2
1102024-12-21T04:22:34.554Z Services to change: 1
1112024-12-21T04:22:34.554Z Estimated space available: 155.63 GB
1122024-12-21T04:22:34.554ZEstimated space to be consumed: 1.62 GB
1132024-12-21T04:22:34.554Z Create boot environment: No
1142024-12-21T04:22:34.554ZCreate backup boot environment: Yes
1152024-12-21T04:22:34.554Z Rebuild boot archive: No
1162024-12-21T04:22:34.554Z
1172024-12-21T04:22:34.554ZChanged mediators:
1182024-12-21T04:22:34.554Z mediator clang:
1192024-12-21T04:22:34.554Z version: None -> 15 (system default)
1202024-12-21T04:22:34.554Z
1212024-12-21T04:22:34.554Z mediator llvm:
1222024-12-21T04:22:34.554Z version: 14 (system default) -> 15 (system default)
1232024-12-21T04:22:34.554Z
1242024-12-21T04:22:34.554ZChanged packages:
1252024-12-21T04:22:34.554Zhelios-dev
1262024-12-21T04:22:34.554Z developer/build-essential
1272024-12-21T04:22:34.554Z None -> 11-2.0
1282024-12-21T04:22:34.554Z library/libxmlsec1
1292024-12-21T04:22:34.554Z None -> 1.2.35-2.0
1302024-12-21T04:22:34.554Z ooce/developer/clang-15
1312024-12-21T04:22:34.554Z None -> 15.0.7-2.0
1322024-12-21T04:22:34.554Z ooce/developer/llvm-15
1332024-12-21T04:22:34.554Z None -> 15.0.7-2.0
1342024-12-21T04:22:34.554Z package/pkg
1352024-12-21T04:22:34.554Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1362024-12-21T04:22:34.554Z
1372024-12-21T04:22:34.554ZServices:
1382024-12-21T04:22:34.554Z restart_fmri:
1392024-12-21T04:22:34.554Z svc:/system/update-man-index:default
1402024-12-21T04:22:34.555Z
1412024-12-21T04:22:34.555ZEditable files to change:
1422024-12-21T04:22:34.555Z Update:
1432024-12-21T04:22:34.555Z usr/share/lib/pkg/web/config.shtml
1442024-12-21T04:22:34.638Z
1452024-12-21T04:22:34.638ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1462024-12-21T04:22:39.636ZDownload: 208/4281 items 1.3/220.6MB 0% complete (348k/s)
1472024-12-21T04:23:06.785ZDownload: 213/4281 items 1.3/220.6MB 0% complete
1482024-12-21T04:23:11.805ZDownload: 510/4281 items 17.1/220.6MB 7% complete (3.4M/s)
1492024-12-21T04:23:16.892ZDownload: 827/4281 items 18.8/220.6MB 8% complete (1.8M/s)
1502024-12-21T04:23:21.905ZDownload: 1188/4281 items 78.0/220.6MB 35% complete (6.0M/s)
1512024-12-21T04:23:31.214ZDownload: 1198/4281 items 83.5/220.6MB 37% complete (6.5M/s)
1522024-12-21T04:23:36.232ZDownload: 1361/4281 items 116.6/220.6MB 52% complete (7.3M/s)
1532024-12-21T04:23:41.248ZDownload: 1568/4281 items 117.5/220.6MB 53% complete (3.6M/s)
1542024-12-21T04:23:46.249ZDownload: 1817/4281 items 118.5/220.6MB 53% complete (208k/s)
1552024-12-21T04:23:51.289ZDownload: 2097/4281 items 118.9/220.6MB 53% complete (141k/s)
1562024-12-21T04:23:57.078ZDownload: 2220/4281 items 119.2/220.6MB 54% complete (144k/s)
1572024-12-21T04:24:03.417ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (133k/s)
1582024-12-21T04:24:08.443ZDownload: 2391/4281 items 120.0/220.6MB 54% complete (82.2k/s)
1592024-12-21T04:24:13.571ZDownload: 2753/4281 items 120.8/220.6MB 54% complete (170k/s)
1602024-12-21T04:24:18.573ZDownload: 2996/4281 items 121.3/220.6MB 54% complete (135k/s)
1612024-12-21T04:24:24.490ZDownload: 3244/4281 items 203.0/220.6MB 92% complete (8.2M/s)
1622024-12-21T04:24:33.606ZDownload: 3245/4281 items 203.1/220.6MB 92% complete
1632024-12-21T04:24:38.613ZDownload: 3434/4281 items 215.2/220.6MB 97% complete (2.5M/s)
1642024-12-21T04:24:43.614ZDownload: 3914/4281 items 217.6/220.6MB 98% complete (1.5M/s)
1652024-12-21T04:24:49.293ZDownload: 4202/4281 items 220.6/220.6MB 99% complete (751k/s)
1662024-12-21T04:24:49.962ZDownload: Completed 220.60 MB in 135.31 seconds (1.6M/s)
1672024-12-21T04:24:52.097Z Actions: 1/5063 actions (Removing old actions)
1682024-12-21T04:24:52.125Z Actions: 194/5063 actions (Installing new actions)
1692024-12-21T04:24:56.755Z Actions: 4226/5063 actions (Updating modified actions)
1702024-12-21T04:24:57.076Z Actions: Completed 5063 actions in 4.98 seconds.
1712024-12-21T04:24:57.496Z Done (0.412s)
1722024-12-21T04:24:57.499Z Done (0.000s)
1732024-12-21T04:24:58.087Z Done (0.589s)
1742024-12-21T04:25:02.459Z Done (4.140s)
1752024-12-21T04:25:02.551Z Done (0.019s)
1762024-12-21T04:25:02.553Z Done (0.000s)
1772024-12-21T04:25:02.735Z Done (0.000s)
1782024-12-21T04:25:03.435ZPlanning: Evaluating mediator changes ... Done
1792024-12-21T04:25:03.596ZPlanning: Checking for conflicting actions ... Done
1802024-12-21T04:25:03.599ZPlanning: Consolidating action changes ... Done
1812024-12-21T04:25:03.872ZPlanning: Evaluating mediators ... Done
1822024-12-21T04:25:03.876ZPlanning: Planning completed in 0.44 seconds
1832024-12-21T04:25:03.913Z Mediators to change: 2
1842024-12-21T04:25:03.913Z Create boot environment: No
1852024-12-21T04:25:03.915ZCreate backup boot environment: No
1862024-12-21T04:25:04.000Z Done
1872024-12-21T04:25:04.000Z Done
1882024-12-21T04:25:04.402Z Done
1892024-12-21T04:25:08.073Z Done
1902024-12-21T04:25:08.169Z Done
1912024-12-21T04:25:08.172Z Done
1922024-12-21T04:25:08.299Z Done
1932024-12-21T04:25:08.917ZPlanning: Evaluating mediator changes ... Done
1942024-12-21T04:25:08.920ZPlanning: Merging actions ... Done
1952024-12-21T04:25:09.110ZPlanning: Checking for conflicting actions ... Done
1962024-12-21T04:25:09.114ZPlanning: Consolidating action changes ... Done
1972024-12-21T04:25:09.379ZPlanning: Evaluating mediators ... Done
1982024-12-21T04:25:09.434ZPlanning: Planning completed in 0.76 seconds
1992024-12-21T04:25:09.477Z Packages to change: 1
2002024-12-21T04:25:09.477Z Mediators to change: 1
2012024-12-21T04:25:09.480Z Services to change: 1
2022024-12-21T04:25:09.480Z Create boot environment: No
2032024-12-21T04:25:09.480ZCreate backup boot environment: Yes
2042024-12-21T04:25:10.710Z Actions: 1/6 actions (Updating modified actions)
2052024-12-21T04:25:10.713Z Actions: Completed 6 actions in 0.00 seconds.
2062024-12-21T04:25:10.713Z Done
2072024-12-21T04:25:10.713Z Done
2082024-12-21T04:25:10.829Z Done
2092024-12-21T04:25:14.509Z Done
2102024-12-21T04:25:14.601Z Done
2112024-12-21T04:25:14.605Z Done
2122024-12-21T04:25:14.750Z Done
2132024-12-21T04:25:15.186ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2142024-12-21T04:25:15.186Zclang system 15 system
2152024-12-21T04:25:15.186Zcsh system system illumos
2162024-12-21T04:25:15.186Zctags system system illumos
2172024-12-21T04:25:15.186Zgcc vendor 12 vendor
2182024-12-21T04:25:15.186Zgcc system 10 system
2192024-12-21T04:25:15.186Zgcc system 7 system
2202024-12-21T04:25:15.186Zgo system 1.20 system
2212024-12-21T04:25:15.186Zgo system 1.19 system
2222024-12-21T04:25:15.186Zllvm system 15 system
2232024-12-21T04:25:15.186Zllvm system 14 system
2242024-12-21T04:25:15.186Zmariadb system 10.6 system
2252024-12-21T04:25:15.186Zmta vendor vendor dma
2262024-12-21T04:25:15.186Zopenjdk system 17 system
2272024-12-21T04:25:15.186Zopenjdk system 11 system
2282024-12-21T04:25:15.186Zopenjdk system 1.8 system
2292024-12-21T04:25:15.186Zopenssl vendor 3 vendor
2302024-12-21T04:25:15.186Zperl system 5.36 system
2312024-12-21T04:25:15.186Zpostgresql system 15 system
2322024-12-21T04:25:15.186Zpostgresql system 13 system
2332024-12-21T04:25:15.186Zpython vendor 3 vendor
2342024-12-21T04:25:15.186Zpython system 2 system
2352024-12-21T04:25:15.186Zpython3 system 3.11 system
2362024-12-21T04:25:15.187Zruby system 3.0 system
2372024-12-21T04:25:15.187Zwords vendor vendor american-english
2382024-12-21T04:25:15.187Zwords system system australian-english
2392024-12-21T04:25:15.187Zwords system system british-english
2402024-12-21T04:25:15.187Zwords system system canadian-english
2412024-12-21T04:25:15.187Zwords system system french
2422024-12-21T04:25:15.187Zwords system system italian
2432024-12-21T04:25:15.187Zwords system system ngerman
2442024-12-21T04:25:15.187Zwords system system ogerman
2452024-12-21T04:25:15.187Zwords system system spanish
2462024-12-21T04:25:15.513ZPUBLISHER TYPE STATUS P LOCATION
2472024-12-21T04:25:15.513Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2482024-12-21T04:25:18.260ZFMRI IFO
2492024-12-21T04:25:18.260Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2502024-12-21T04:25:18.260Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2512024-12-21T04:25:18.260Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2522024-12-21T04:25:18.260Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2532024-12-21T04:25:18.261Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2542024-12-21T04:25:18.261Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2552024-12-21T04:25:18.261Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2562024-12-21T04:25:18.262Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2572024-12-21T04:25:18.262Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2582024-12-21T04:25:18.262Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2592024-12-21T04:25:18.262Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2602024-12-21T04:25:18.262Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2612024-12-21T04:25:18.262Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2622024-12-21T04:25:18.262Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2632024-12-21T04:25:18.262Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2642024-12-21T04:25:19.038Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2652024-12-21T04:25:19.308Z Updating crates.io index
2662024-12-21T04:25:19.394Z Updating git repository `https://github.com/oxidecomputer/diffus`
2672024-12-21T04:25:19.679Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682024-12-21T04:25:20.171Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2692024-12-21T04:25:20.456Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702024-12-21T04:25:20.727Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2712024-12-21T04:25:20.990Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722024-12-21T04:25:21.874Z Updating git repository `https://github.com/oxidecomputer/crucible`
2732024-12-21T04:25:23.456Z Updating git repository `https://github.com/oxidecomputer/opte`
2742024-12-21T04:25:24.221Z Updating git repository `https://github.com/oxidecomputer/falcon`
2752024-12-21T04:25:24.903Z Updating git repository `https://github.com/oxidecomputer/clickward`
2762024-12-21T04:25:25.180Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772024-12-21T04:25:25.610Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2782024-12-21T04:25:26.232Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2792024-12-21T04:25:26.503Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2802024-12-21T04:25:26.802Z Updating git repository `https://github.com/oxidecomputer/tofino`
2812024-12-21T04:25:27.088Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822024-12-21T04:25:27.345Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832024-12-21T04:25:27.601Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842024-12-21T04:25:27.940Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2852024-12-21T04:25:28.219Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862024-12-21T04:25:28.581Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2872024-12-21T04:25:28.971Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882024-12-21T04:25:29.405Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892024-12-21T04:25:29.789Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2902024-12-21T04:25:30.149Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912024-12-21T04:25:30.580Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2922024-12-21T04:25:30.883Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932024-12-21T04:25:31.128Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942024-12-21T04:25:31.401Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952024-12-21T04:25:32.736Z Downloading crates ...
2962024-12-21T04:25:32.828Z Downloaded anyhow v1.0.93
2972024-12-21T04:25:32.832Z Downloaded crypto-common v0.1.6
2982024-12-21T04:25:32.835Z Downloaded colorchoice v1.0.2
2992024-12-21T04:25:32.835Z Downloaded itoa v1.0.11
3002024-12-21T04:25:32.838Z Downloaded plain v0.2.3
3012024-12-21T04:25:32.838Z Downloaded proc-macro-error-attr v1.0.4
3022024-12-21T04:25:32.841Z Downloaded heck v0.5.0
3032024-12-21T04:25:32.841Z Downloaded fnv v1.0.7
3042024-12-21T04:25:32.841Z Downloaded is_terminal_polyfill v1.70.1
3052024-12-21T04:25:32.843Z Downloaded serde_spanned v0.6.8
3062024-12-21T04:25:32.843Z Downloaded anstyle-parse v0.2.5
3072024-12-21T04:25:32.849Z Downloaded heck v0.4.1
3082024-12-21T04:25:32.849Z Downloaded generic-array v0.14.7
3092024-12-21T04:25:32.852Z Downloaded terminal_size v0.4.0
3102024-12-21T04:25:32.852Z Downloaded fastrand v2.1.1
3112024-12-21T04:25:32.852Z Downloaded clap_derive v4.5.18
3122024-12-21T04:25:32.856Z Downloaded toml_datetime v0.6.8
3132024-12-21T04:25:32.856Z Downloaded thiserror v1.0.69
3142024-12-21T04:25:32.859Z Downloaded tempfile v3.13.0
3152024-12-21T04:25:32.861Z Downloaded bitflags v2.6.0
3162024-12-21T04:25:32.865Z Downloaded unicode-ident v1.0.13
3172024-12-21T04:25:32.869Z Downloaded typenum v1.17.0
3182024-12-21T04:25:32.873Z Downloaded toml v0.8.19
3192024-12-21T04:25:32.875Z Downloaded ryu v1.0.18
3202024-12-21T04:25:32.878Z Downloaded proc-macro2 v1.0.89
3212024-12-21T04:25:32.880Z Downloaded log v0.4.22
3222024-12-21T04:25:32.882Z Downloaded textwrap v0.16.1
3232024-12-21T04:25:32.885Z Downloaded indexmap v2.6.0
3242024-12-21T04:25:32.906Z Downloaded once_cell v1.20.2
3252024-12-21T04:25:32.906Z Downloaded semver v1.0.23
3262024-12-21T04:25:32.906Z Downloaded serde_json v1.0.133
3272024-12-21T04:25:32.906Z Downloaded memchr v2.7.4
3282024-12-21T04:25:32.909Z Downloaded quote v1.0.37
3292024-12-21T04:25:32.909Z Downloaded syn v1.0.109
3302024-12-21T04:25:32.919Z Downloaded toml_edit v0.22.22
3312024-12-21T04:25:32.940Z Downloaded strsim v0.11.1
3322024-12-21T04:25:32.943Z Downloaded sha2 v0.10.8
3332024-12-21T04:25:32.943Z Downloaded digest v0.10.7
3342024-12-21T04:25:32.946Z Downloaded byteorder v1.5.0
3352024-12-21T04:25:32.946Z Downloaded anstream v0.6.15
3362024-12-21T04:25:32.948Z Downloaded autocfg v1.4.0
3372024-12-21T04:25:32.950Z Downloaded errno v0.3.9
3382024-12-21T04:25:32.953Z Downloaded cpufeatures v0.2.14
3392024-12-21T04:25:32.953Z Downloaded clap_lex v0.7.2
3402024-12-21T04:25:32.955Z Downloaded equivalent v1.0.1
3412024-12-21T04:25:32.955Z Downloaded cfg-if v1.0.0
3422024-12-21T04:25:32.957Z Downloaded cargo_metadata v0.18.1
3432024-12-21T04:25:32.959Z Downloaded bytecount v0.6.8
3442024-12-21T04:25:32.959Z Downloaded block-buffer v0.10.4
3452024-12-21T04:25:32.961Z Downloaded anstyle-query v1.1.1
3462024-12-21T04:25:32.982Z Downloaded anstyle v1.0.10
3472024-12-21T04:25:32.984Z Downloaded unicode-linebreak v0.1.5
3482024-12-21T04:25:32.987Z Downloaded camino-tempfile v1.1.1
3492024-12-21T04:25:32.993Z Downloaded goblin v0.8.2
3502024-12-21T04:25:33.001Z Downloaded scroll_derive v0.12.0
3512024-12-21T04:25:33.007Z Downloaded scroll v0.12.0
3522024-12-21T04:25:33.009Z Downloaded swrite v0.1.0
3532024-12-21T04:25:33.009Z Downloaded proc-macro-error v1.0.4
3542024-12-21T04:25:33.021Z Downloaded thiserror-impl v1.0.69
3552024-12-21T04:25:33.035Z Downloaded utf8parse v0.2.2
3562024-12-21T04:25:33.038Z Downloaded version_check v0.9.5
3572024-12-21T04:25:33.055Z Downloaded fs-err v2.11.0
3582024-12-21T04:25:33.058Z Downloaded dtrace-parser v0.2.0
3592024-12-21T04:25:33.061Z Downloaded zerocopy-derive v0.7.35
3602024-12-21T04:25:33.064Z Downloaded unicode-width v0.1.14
3612024-12-21T04:25:33.068Z Downloaded zerocopy v0.7.35
3622024-12-21T04:25:33.085Z Downloaded winnow v0.6.20
3632024-12-21T04:25:33.092Z Downloaded pest_generator v2.7.14
3642024-12-21T04:25:33.094Z Downloaded pest_derive v2.7.14
3652024-12-21T04:25:33.097Z Downloaded pest v2.7.14
3662024-12-21T04:25:33.100Z Downloaded usdt-macro v0.5.0
3672024-12-21T04:25:33.102Z Downloaded serde v1.0.215
3682024-12-21T04:25:33.105Z Downloaded pretty-hex v0.4.1
3692024-12-21T04:25:33.107Z Downloaded pest_meta v2.7.14
3702024-12-21T04:25:33.110Z Downloaded clap_builder v4.5.21
3712024-12-21T04:25:33.114Z Downloaded cargo-platform v0.1.8
3722024-12-21T04:25:33.116Z Downloaded camino v1.1.9
3732024-12-21T04:25:33.118Z Downloaded usdt-impl v0.5.0
3742024-12-21T04:25:33.118Z Downloaded usdt-attr-macro v0.5.0
3752024-12-21T04:25:33.121Z Downloaded usdt v0.5.0
3762024-12-21T04:25:33.121Z Downloaded ucd-trie v0.1.7
3772024-12-21T04:25:33.121Z Downloaded thread-id v4.2.2
3782024-12-21T04:25:33.126Z Downloaded tabled_derive v0.7.0
3792024-12-21T04:25:33.126Z Downloaded tabled v0.15.0
3802024-12-21T04:25:33.137Z Downloaded smawk v0.3.2
3812024-12-21T04:25:33.139Z Downloaded serde_tokenstream v0.2.2
3822024-12-21T04:25:33.141Z Downloaded serde_derive v1.0.215
3832024-12-21T04:25:33.144Z Downloaded libc v0.2.162
3842024-12-21T04:25:33.166Z Downloaded papergrid v0.11.0
3852024-12-21T04:25:33.170Z Downloaded memmap v0.7.0
3862024-12-21T04:25:33.173Z Downloaded hashbrown v0.15.1
3872024-12-21T04:25:33.176Z Downloaded rustix v0.38.37
3882024-12-21T04:25:33.197Z Downloaded syn v2.0.87
3892024-12-21T04:25:33.208Z Downloaded macaddr v1.0.1
3902024-12-21T04:25:33.213Z Downloaded dof v0.3.0
3912024-12-21T04:25:33.213Z Downloaded clap v4.5.21
3922024-12-21T04:25:33.218Z Downloaded cargo_toml v0.20.5
3932024-12-21T04:25:33.505Z Compiling proc-macro2 v1.0.89
3942024-12-21T04:25:33.505Z Compiling unicode-ident v1.0.13
3952024-12-21T04:25:33.505Z Compiling version_check v0.9.5
3962024-12-21T04:25:33.508Z Compiling serde v1.0.215
3972024-12-21T04:25:33.508Z Compiling memchr v2.7.4
3982024-12-21T04:25:33.508Z Compiling thiserror v1.0.69
3992024-12-21T04:25:33.508Z Compiling libc v0.2.162
4002024-12-21T04:25:33.508Z Compiling itoa v1.0.11
4012024-12-21T04:25:33.931Z Compiling ucd-trie v0.1.7
4022024-12-21T04:25:33.957Z Compiling ryu v1.0.18
4032024-12-21T04:25:34.243Z Compiling once_cell v1.20.2
4042024-12-21T04:25:34.362Z Compiling byteorder v1.5.0
4052024-12-21T04:25:34.521Z Compiling serde_json v1.0.133
4062024-12-21T04:25:34.647Z Compiling rustix v0.38.37
4072024-12-21T04:25:34.919Z Compiling bitflags v2.6.0
4082024-12-21T04:25:34.947Z Compiling proc-macro-error-attr v1.0.4
4092024-12-21T04:25:35.237Z Compiling usdt-impl v0.5.0
4102024-12-21T04:25:35.315Z Compiling syn v1.0.109
4112024-12-21T04:25:35.433Z Compiling quote v1.0.37
4122024-12-21T04:25:35.468Z Compiling proc-macro-error v1.0.4
4132024-12-21T04:25:35.630Z Compiling log v0.4.22
4142024-12-21T04:25:35.748Z Compiling errno v0.3.9
4152024-12-21T04:25:35.772Z Compiling utf8parse v0.2.2
4162024-12-21T04:25:35.974Z Compiling syn v2.0.87
4172024-12-21T04:25:36.119Z Compiling thread-id v4.2.2
4182024-12-21T04:25:36.120Z Compiling equivalent v1.0.1
4192024-12-21T04:25:36.171Z Compiling plain v0.2.3
4202024-12-21T04:25:36.201Z Compiling camino v1.1.9
4212024-12-21T04:25:36.223Z Compiling hashbrown v0.15.1
4222024-12-21T04:25:36.271Z Compiling anstyle-parse v0.2.5
4232024-12-21T04:25:36.614Z Compiling anstyle v1.0.10
4242024-12-21T04:25:36.825Z Compiling winnow v0.6.20
4252024-12-21T04:25:36.933Z Compiling semver v1.0.23
4262024-12-21T04:25:37.124Z Compiling colorchoice v1.0.2
4272024-12-21T04:25:37.263Z Compiling pretty-hex v0.4.1
4282024-12-21T04:25:37.293Z Compiling unicode-width v0.1.14
4292024-12-21T04:25:37.475Z Compiling indexmap v2.6.0
4302024-12-21T04:25:37.494Z Compiling anstyle-query v1.1.1
4312024-12-21T04:25:37.496Z Compiling is_terminal_polyfill v1.70.1
4322024-12-21T04:25:37.634Z Compiling autocfg v1.4.0
4332024-12-21T04:25:37.682Z Compiling anstream v0.6.15
4342024-12-21T04:25:38.202Z Compiling cfg-if v1.0.0
4352024-12-21T04:25:38.308Z Compiling terminal_size v0.4.0
4362024-12-21T04:25:38.461Z Compiling strsim v0.11.1
4372024-12-21T04:25:38.518Z Compiling heck v0.5.0
4382024-12-21T04:25:38.819Z Compiling fs-err v2.11.0
4392024-12-21T04:25:38.873Z Compiling fnv v1.0.7
4402024-12-21T04:25:39.071Z Compiling fastrand v2.1.1
4412024-12-21T04:25:39.100Z Compiling clap_lex v0.7.2
4422024-12-21T04:25:39.378Z Compiling anyhow v1.0.93
4432024-12-21T04:25:39.459Z Compiling heck v0.4.1
4442024-12-21T04:25:39.629Z Compiling bytecount v0.6.8
4452024-12-21T04:25:39.710Z Compiling tempfile v3.13.0
4462024-12-21T04:25:39.770Z Compiling clap_builder v4.5.21
4472024-12-21T04:25:39.866Z Compiling papergrid v0.11.0
4482024-12-21T04:25:40.154Z Compiling memmap v0.7.0
4492024-12-21T04:25:40.429Z Compiling smawk v0.3.2
4502024-12-21T04:25:40.562Z Compiling unicode-linebreak v0.1.5
4512024-12-21T04:25:40.686Z Compiling swrite v0.1.0
4522024-12-21T04:25:41.036Z Compiling textwrap v0.16.1
4532024-12-21T04:25:41.893Z Compiling tabled_derive v0.7.0
4542024-12-21T04:25:43.587Z Compiling tabled v0.15.0
4552024-12-21T04:25:45.067Z Compiling serde_derive v1.0.215
4562024-12-21T04:25:45.070Z Compiling thiserror-impl v1.0.69
4572024-12-21T04:25:45.070Z Compiling zerocopy-derive v0.7.35
4582024-12-21T04:25:45.070Z Compiling scroll_derive v0.12.0
4592024-12-21T04:25:45.209Z Compiling clap_derive v4.5.18
4602024-12-21T04:25:46.520Z Compiling scroll v0.12.0
4612024-12-21T04:25:47.011Z Compiling goblin v0.8.2
4622024-12-21T04:25:47.177Z Compiling zerocopy v0.7.35
4632024-12-21T04:25:48.940Z Compiling clap v4.5.21
4642024-12-21T04:25:50.500Z Compiling pest v2.7.14
4652024-12-21T04:25:52.203Z Compiling pest_meta v2.7.14
4662024-12-21T04:25:53.424Z Compiling pest_generator v2.7.14
4672024-12-21T04:25:54.960Z Compiling toml_datetime v0.6.8
4682024-12-21T04:25:54.960Z Compiling serde_spanned v0.6.8
4692024-12-21T04:25:55.073Z Compiling pest_derive v2.7.14
4702024-12-21T04:25:55.347Z Compiling serde_tokenstream v0.2.2
4712024-12-21T04:25:55.466Z Compiling toml_edit v0.22.22
4722024-12-21T04:25:55.688Z Compiling cargo-platform v0.1.8
4732024-12-21T04:25:55.752Z Compiling camino-tempfile v1.1.1
4742024-12-21T04:25:55.831Z Compiling dtrace-parser v0.2.0
4752024-12-21T04:25:55.987Z Compiling macaddr v1.0.1
4762024-12-21T04:25:56.659Z Compiling dof v0.3.0
4772024-12-21T04:25:56.762Z Compiling cargo_metadata v0.18.1
4782024-12-21T04:25:58.466Z Compiling toml v0.8.19
4792024-12-21T04:25:58.738Z Compiling usdt-attr-macro v0.5.0
4802024-12-21T04:25:58.741Z Compiling usdt-macro v0.5.0
4812024-12-21T04:25:59.327Z Compiling cargo_toml v0.20.5
4822024-12-21T04:26:00.202Z Compiling usdt v0.5.0
4832024-12-21T04:26:02.972Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842024-12-21T04:26:07.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.43s
4852024-12-21T04:26:07.507Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4862024-12-21T04:26:08.038Z Downloading crates ...
4872024-12-21T04:26:08.170Z Downloaded ascii-canvas v3.0.0
4882024-12-21T04:26:08.173Z Downloaded async-trait v0.1.83
4892024-12-21T04:26:08.175Z Downloaded atomic-waker v1.1.2
4902024-12-21T04:26:08.177Z Downloaded bit-set v0.5.3
4912024-12-21T04:26:08.177Z Downloaded bit-vec v0.6.3
4922024-12-21T04:26:08.182Z Downloaded bitflags v1.3.2
4932024-12-21T04:26:08.186Z Downloaded cexpr v0.6.0
4942024-12-21T04:26:08.186Z Downloaded async-bb8-diesel v0.2.1
4952024-12-21T04:26:08.189Z Downloaded async-stream-impl v0.3.6
4962024-12-21T04:26:08.189Z Downloaded async-stream v0.3.6
4972024-12-21T04:26:08.192Z Downloaded async-recursion v1.1.1
4982024-12-21T04:26:08.195Z Downloaded assert_matches v1.5.0
4992024-12-21T04:26:08.195Z Downloaded arrayvec v0.7.6
5002024-12-21T04:26:08.197Z Downloaded aws-lc-rs v1.10.0
5012024-12-21T04:26:08.207Z Downloaded array-init v0.0.4
5022024-12-21T04:26:08.209Z Downloaded heapless v0.7.17
5032024-12-21T04:26:08.213Z Downloaded hickory-client v0.24.1
5042024-12-21T04:26:08.216Z Downloaded hex-literal v0.4.1
5052024-12-21T04:26:08.218Z Downloaded heapless v0.8.0
5062024-12-21T04:26:08.221Z Downloaded argon2 v0.5.3
5072024-12-21T04:26:08.224Z Downloaded arrayref v0.3.9
5082024-12-21T04:26:08.227Z Downloaded aead v0.5.2
5092024-12-21T04:26:08.230Z Downloaded adler2 v2.0.0
5102024-12-21T04:26:08.230Z Downloaded atomicwrites v0.4.4
5112024-12-21T04:26:08.234Z Downloaded allocator-api2 v0.2.18
5122024-12-21T04:26:08.239Z Downloaded highway v1.2.0
5132024-12-21T04:26:08.244Z Downloaded hickory-server v0.24.1
5142024-12-21T04:26:08.248Z Downloaded cfg_aliases v0.2.1
5152024-12-21T04:26:08.248Z Downloaded hkdf v0.12.4
5162024-12-21T04:26:08.252Z Downloaded hubpack_derive v0.1.1
5172024-12-21T04:26:08.252Z Downloaded http-range v0.1.5
5182024-12-21T04:26:08.252Z Downloaded crossbeam-deque v0.8.5
5192024-12-21T04:26:08.259Z Downloaded hyper-staticfile v0.10.1
5202024-12-21T04:26:08.259Z Downloaded internet-checksum v0.2.1
5212024-12-21T04:26:08.262Z Downloaded instability v0.3.2
5222024-12-21T04:26:08.262Z Downloaded indoc v1.0.9
5232024-12-21T04:26:08.267Z Downloaded console v0.15.8
5242024-12-21T04:26:08.269Z Downloaded base64 v0.21.7
5252024-12-21T04:26:08.281Z Downloaded crc32fast v1.4.2
5262024-12-21T04:26:08.284Z Downloaded bytes v1.8.0
5272024-12-21T04:26:08.284Z Downloaded aes-gcm v0.10.3
5282024-12-21T04:26:08.284Z Downloaded const-oid v0.9.6
5292024-12-21T04:26:08.284Z Downloaded base64 v0.22.1
5302024-12-21T04:26:08.288Z Downloaded crossbeam-channel v0.5.13
5312024-12-21T04:26:08.293Z Downloaded bumpalo v3.16.0
5322024-12-21T04:26:08.296Z Downloaded impl-trait-for-tuples v0.2.2
5332024-12-21T04:26:08.300Z Downloaded aho-corasick v1.1.3
5342024-12-21T04:26:08.306Z Downloaded clang-sys v1.8.1
5352024-12-21T04:26:08.309Z Downloaded http-body v1.0.1
5362024-12-21T04:26:08.312Z Downloaded heck v0.3.3
5372024-12-21T04:26:08.320Z Downloaded home v0.5.9
5382024-12-21T04:26:08.320Z Downloaded idna_adapter v1.2.0
5392024-12-21T04:26:08.320Z Downloaded humantime v2.1.0
5402024-12-21T04:26:08.336Z Downloaded icu_provider_macros v1.5.0
5412024-12-21T04:26:08.336Z Downloaded is-terminal v0.4.13
5422024-12-21T04:26:08.336Z Downloaded mime v0.3.17
5432024-12-21T04:26:08.336Z Downloaded lock_api v0.4.12
5442024-12-21T04:26:08.336Z Downloaded darling v0.20.10
5452024-12-21T04:26:08.339Z Downloaded memmap2 v0.9.5
5462024-12-21T04:26:08.339Z Downloaded httparse v1.9.5
5472024-12-21T04:26:08.339Z Downloaded libloading v0.8.5
5482024-12-21T04:26:08.339Z Downloaded icu_normalizer v1.5.0
5492024-12-21T04:26:08.342Z Downloaded indexmap v1.9.3
5502024-12-21T04:26:08.344Z Downloaded icu_provider v1.5.0
5512024-12-21T04:26:08.347Z Downloaded miniz_oxide v0.8.0
5522024-12-21T04:26:08.350Z Downloaded hyper-util v0.1.10
5532024-12-21T04:26:08.354Z Downloaded icu_properties v1.5.1
5542024-12-21T04:26:08.357Z Downloaded icu_normalizer_data v1.5.0
5552024-12-21T04:26:08.361Z Downloaded ipnet v2.10.1
5562024-12-21T04:26:08.364Z Downloaded hmac v0.12.1
5572024-12-21T04:26:08.367Z Downloaded iana-time-zone v0.1.61
5582024-12-21T04:26:08.370Z Downloaded http v1.1.0
5592024-12-21T04:26:08.373Z Downloaded itertools v0.10.5
5602024-12-21T04:26:08.380Z Downloaded crunchy v0.2.2
5612024-12-21T04:26:08.383Z Downloaded hyper v1.5.0
5622024-12-21T04:26:08.389Z Downloaded itertools v0.13.0
5632024-12-21T04:26:08.396Z Downloaded crossbeam-utils v0.8.20
5642024-12-21T04:26:08.405Z Downloaded icu_properties_data v1.5.0
5652024-12-21T04:26:08.417Z Downloaded memoffset v0.9.1
5662024-12-21T04:26:08.419Z Downloaded lazycell v1.3.0
5672024-12-21T04:26:08.419Z Downloaded inout v0.1.3
5682024-12-21T04:26:08.419Z Downloaded hyper-tls v0.6.0
5692024-12-21T04:26:08.419Z Downloaded httpdate v1.0.3
5702024-12-21T04:26:08.419Z Downloaded atty v0.2.14
5712024-12-21T04:26:08.421Z Downloaded ahash v0.8.11
5722024-12-21T04:26:08.426Z Downloaded constant_time_eq v0.3.1
5732024-12-21T04:26:08.426Z Downloaded arc-swap v1.7.1
5742024-12-21T04:26:08.429Z Downloaded ctr v0.9.2
5752024-12-21T04:26:08.433Z Downloaded bstr v1.10.0
5762024-12-21T04:26:08.444Z Downloaded compact_str v0.8.0
5772024-12-21T04:26:08.448Z Downloaded bitvec v1.0.1
5782024-12-21T04:26:08.465Z Downloaded md-5 v0.10.6
5792024-12-21T04:26:08.467Z Downloaded icu_locid_transform_data v1.5.0
5802024-12-21T04:26:08.470Z Downloaded icu_locid_transform v1.5.0
5812024-12-21T04:26:08.473Z Downloaded minimal-lexical v0.2.1
5822024-12-21T04:26:08.476Z Downloaded quick-error v1.2.3
5832024-12-21T04:26:08.479Z Downloaded indicatif v0.17.9
5842024-12-21T04:26:08.483Z Downloaded rustc-hash v2.0.0
5852024-12-21T04:26:08.486Z Downloaded libm v0.2.8
5862024-12-21T04:26:08.493Z Downloaded icu_collections v1.5.0
5872024-12-21T04:26:08.500Z Downloaded rayon-core v1.12.1
5882024-12-21T04:26:08.505Z Downloaded idna v0.5.0
5892024-12-21T04:26:08.513Z Downloaded itertools v0.12.1
5902024-12-21T04:26:08.520Z Downloaded libefi-sys v0.1.0
5912024-12-21T04:26:08.524Z Downloaded idna v1.0.3
5922024-12-21T04:26:08.527Z Downloaded crypto-bigint v0.5.5
5932024-12-21T04:26:08.535Z Downloaded rustc_version v0.4.1
5942024-12-21T04:26:08.539Z Downloaded mime_guess v2.0.5
5952024-12-21T04:26:08.543Z Downloaded md5 v0.7.0
5962024-12-21T04:26:08.543Z Downloaded matches v0.1.10
5972024-12-21T04:26:08.543Z Downloaded linear-map v1.2.0
5982024-12-21T04:26:08.543Z Downloaded libsw v3.3.1
5992024-12-21T04:26:08.545Z Downloaded curve25519-dalek v4.1.3
6002024-12-21T04:26:08.554Z Downloaded lru-cache v0.1.2
6012024-12-21T04:26:08.556Z Downloaded libxml v0.3.3
6022024-12-21T04:26:08.563Z Downloaded lru v0.12.5
6032024-12-21T04:26:08.566Z Downloaded lockfree-object-pool v0.1.6
6042024-12-21T04:26:08.566Z Downloaded managed v0.8.0
6052024-12-21T04:26:08.570Z Downloaded maplit v1.0.2
6062024-12-21T04:26:08.574Z Downloaded litemap v0.7.3
6072024-12-21T04:26:08.574Z Downloaded curve25519-dalek-derive v0.1.1
6082024-12-21T04:26:08.574Z Downloaded csv-core v0.1.11
6092024-12-21T04:26:08.586Z Downloaded serde_urlencoded v0.7.1
6102024-12-21T04:26:08.590Z Downloaded serde_repr v0.1.19
6112024-12-21T04:26:08.595Z Downloaded regex v1.11.1
6122024-12-21T04:26:08.606Z Downloaded regex-syntax v0.8.5
6132024-12-21T04:26:08.613Z Downloaded strum_macros v0.24.3
6142024-12-21T04:26:08.616Z Downloaded stable_deref_trait v1.2.0
6152024-12-21T04:26:08.620Z Downloaded time-core v0.1.2
6162024-12-21T04:26:08.620Z Downloaded time-macros v0.2.18
6172024-12-21T04:26:08.623Z Downloaded thread_local v1.1.8
6182024-12-21T04:26:08.623Z Downloaded tap v1.0.1
6192024-12-21T04:26:08.626Z Downloaded time v0.3.36
6202024-12-21T04:26:08.633Z Downloaded universal-hash v0.5.1
6212024-12-21T04:26:08.643Z Downloaded unicode-xid v0.2.6
6222024-12-21T04:26:08.643Z Downloaded twox-hash v1.6.3
6232024-12-21T04:26:08.643Z Downloaded socket2 v0.5.7
6242024-12-21T04:26:08.643Z Downloaded tower-service v0.3.3
6252024-12-21T04:26:08.648Z Downloaded unsafe-libyaml v0.2.11
6262024-12-21T04:26:08.648Z Downloaded displaydoc v0.2.5
6272024-12-21T04:26:08.653Z Downloaded float-cmp v0.9.0
6282024-12-21T04:26:08.653Z Downloaded ena v0.14.3
6292024-12-21T04:26:08.653Z Downloaded futures-io v0.3.31
6302024-12-21T04:26:08.656Z Downloaded futures-executor v0.3.31
6312024-12-21T04:26:08.656Z Downloaded futures-core v0.3.31
6322024-12-21T04:26:08.657Z Downloaded tungstenite v0.24.0
6332024-12-21T04:26:08.665Z Downloaded maybe-uninit v2.0.0
6342024-12-21T04:26:08.670Z Downloaded match_cfg v0.1.0
6352024-12-21T04:26:08.670Z Downloaded glob v0.3.1
6362024-12-21T04:26:08.670Z Downloaded which v4.4.2
6372024-12-21T04:26:08.670Z Downloaded num-conv v0.1.0
6382024-12-21T04:26:08.671Z Downloaded foreign-types-shared v0.1.1
6392024-12-21T04:26:08.674Z Downloaded hubpack v0.1.2
6402024-12-21T04:26:08.674Z Downloaded mio v1.0.2
6412024-12-21T04:26:08.680Z Downloaded num-complex v0.4.6
6422024-12-21T04:26:08.684Z Downloaded yasna v0.5.2
6432024-12-21T04:26:08.684Z Downloaded cmake v0.1.51
6442024-12-21T04:26:08.688Z Downloaded ciborium-ll v0.2.2
6452024-12-21T04:26:08.688Z Downloaded ciborium v0.2.2
6462024-12-21T04:26:08.693Z Downloaded num_threads v0.1.7
6472024-12-21T04:26:08.693Z Downloaded chrono-tz-build v0.4.0
6482024-12-21T04:26:08.693Z Downloaded cc v1.1.30
6492024-12-21T04:26:08.696Z Downloaded diff v0.1.13
6502024-12-21T04:26:08.700Z Downloaded deranged v0.3.11
6512024-12-21T04:26:08.700Z Downloaded crc-catalog v2.4.0
6522024-12-21T04:26:08.703Z Downloaded crc-any v2.5.0
6532024-12-21T04:26:08.705Z Downloaded crc v3.2.1
6542024-12-21T04:26:08.709Z Downloaded cookie_store v0.21.0
6552024-12-21T04:26:08.712Z Downloaded convert_case v0.4.0
6562024-12-21T04:26:08.712Z Downloaded const_format_proc_macros v0.2.33
6572024-12-21T04:26:08.715Z Downloaded const_format v0.2.33
6582024-12-21T04:26:08.718Z Downloaded hashlink v0.9.1
6592024-12-21T04:26:08.721Z Downloaded quinn-udp v0.5.5
6602024-12-21T04:26:08.726Z Downloaded block-padding v0.3.3
6612024-12-21T04:26:08.732Z Downloaded backoff v0.4.0
6622024-12-21T04:26:08.732Z Downloaded rustfmt-wrapper v0.2.1
6632024-12-21T04:26:08.732Z Downloaded opaque-debug v0.3.1
6642024-12-21T04:26:08.736Z Downloaded nix v0.28.0
6652024-12-21T04:26:08.743Z Downloaded nix v0.29.0
6662024-12-21T04:26:08.756Z Downloaded parking_lot v0.11.2
6672024-12-21T04:26:08.759Z Downloaded phf_codegen v0.11.2
6682024-12-21T04:26:08.759Z Downloaded rustc_version v0.1.7
6692024-12-21T04:26:08.763Z Downloaded russh v0.45.0
6702024-12-21T04:26:08.766Z Downloaded pkg-config v0.3.31
6712024-12-21T04:26:08.769Z Downloaded pin-project-lite v0.2.14
6722024-12-21T04:26:08.777Z Downloaded shlex v1.3.0
6732024-12-21T04:26:08.780Z Downloaded static_assertions v1.1.0
6742024-12-21T04:26:08.780Z Downloaded sqlparser_derive v0.2.2
6752024-12-21T04:26:08.780Z Downloaded r2d2 v0.8.10
6762024-12-21T04:26:08.784Z Downloaded progenitor-macro v0.8.0
6772024-12-21T04:26:08.784Z Downloaded cstr-argument v0.1.2
6782024-12-21T04:26:08.784Z Downloaded crucible-workspace-hack v0.1.0
6792024-12-21T04:26:08.787Z Downloaded cobs v0.2.3
6802024-12-21T04:26:08.787Z Downloaded ciborium-io v0.2.2
6812024-12-21T04:26:08.787Z Downloaded tiny-keccak v2.0.2
6822024-12-21T04:26:08.796Z Downloaded take_mut v0.2.2
6832024-12-21T04:26:08.801Z Downloaded chrono v0.4.38
6842024-12-21T04:26:08.804Z Downloaded unicode-normalization v0.1.24
6852024-12-21T04:26:08.804Z Downloaded regex-automata v0.4.8
6862024-12-21T04:26:08.824Z Downloaded dirs-next v2.0.0
6872024-12-21T04:26:08.827Z Downloaded untrusted v0.7.1
6882024-12-21T04:26:08.827Z Downloaded unicode-segmentation v1.12.0
6892024-12-21T04:26:08.830Z Downloaded form_urlencoded v1.2.1
6902024-12-21T04:26:08.833Z Downloaded rustls-webpki v0.101.7
6912024-12-21T04:26:08.847Z Downloaded difflib v0.4.0
6922024-12-21T04:26:08.849Z Downloaded defmt v0.3.8
6932024-12-21T04:26:08.853Z Downloaded zone v0.3.0
6942024-12-21T04:26:08.853Z Downloaded zone v0.1.8
6952024-12-21T04:26:08.857Z Downloaded zerocopy-derive v0.8.10
6962024-12-21T04:26:08.860Z Downloaded webpki-roots v0.26.6
6972024-12-21T04:26:08.866Z Downloaded psl-types v2.0.11
6982024-12-21T04:26:08.869Z Downloaded num-bigint v0.4.6
6992024-12-21T04:26:08.872Z Downloaded parking_lot v0.12.3
7002024-12-21T04:26:08.875Z Downloaded parking_lot_core v0.8.6
7012024-12-21T04:26:08.878Z Downloaded openssl-probe v0.1.5
7022024-12-21T04:26:08.882Z Downloaded primeorder v0.13.6
7032024-12-21T04:26:08.882Z Downloaded rustls v0.21.12
7042024-12-21T04:26:08.892Z Downloaded rustc-demangle v0.1.24
7052024-12-21T04:26:08.895Z Downloaded tokio-rustls v0.26.0
7062024-12-21T04:26:08.900Z Downloaded ssh-key v0.6.6
7072024-12-21T04:26:08.905Z Downloaded tracing-attributes v0.1.27
7082024-12-21T04:26:08.908Z Downloaded serde_plain v1.0.2
7092024-12-21T04:26:08.911Z Downloaded semver v0.1.20
7102024-12-21T04:26:08.912Z Downloaded libz-sys v1.1.20
7112024-12-21T04:26:08.935Z Downloaded darling_macro v0.20.10
7122024-12-21T04:26:08.938Z Downloaded rcgen v0.12.1
7132024-12-21T04:26:08.938Z Downloaded quinn-proto v0.11.8
7142024-12-21T04:26:08.946Z Downloaded sha1 v0.10.6
7152024-12-21T04:26:08.949Z Downloaded fixedbitset v0.4.2
7162024-12-21T04:26:08.950Z Downloaded downcast v0.11.0
7172024-12-21T04:26:08.953Z Downloaded dirs-sys-next v0.1.2
7182024-12-21T04:26:08.953Z Downloaded headers-core v0.3.0
7192024-12-21T04:26:08.953Z Downloaded hash32 v0.2.1
7202024-12-21T04:26:08.959Z Downloaded tokio-macros v2.4.0
7212024-12-21T04:26:08.959Z Downloaded serde_path_to_error v0.1.16
7222024-12-21T04:26:08.959Z Downloaded serde_derive_internals v0.29.1
7232024-12-21T04:26:08.963Z Downloaded tokio-rustls v0.24.1
7242024-12-21T04:26:08.963Z Downloaded foreign-types-macros v0.2.3
7252024-12-21T04:26:08.965Z Downloaded endian-type v0.1.2
7262024-12-21T04:26:08.965Z Downloaded embedded-io v0.6.1
7272024-12-21T04:26:08.966Z Downloaded embedded-io v0.4.0
7282024-12-21T04:26:08.969Z Downloaded dsl_auto_type v0.1.2
7292024-12-21T04:26:08.969Z Downloaded serde_yaml v0.9.34+deprecated
7302024-12-21T04:26:08.972Z Downloaded value-bag v1.9.0
7312024-12-21T04:26:08.976Z Downloaded debug-ignore v1.0.5
7322024-12-21T04:26:08.979Z Downloaded sqlparser v0.45.0
7332024-12-21T04:26:08.985Z Downloaded group v0.13.0
7342024-12-21T04:26:08.990Z Downloaded globset v0.4.15
7352024-12-21T04:26:08.990Z Downloaded ghash v0.5.1
7362024-12-21T04:26:08.994Z Downloaded getrandom v0.2.15
7372024-12-21T04:26:08.994Z Downloaded futures-util v0.3.31
7382024-12-21T04:26:09.016Z Downloaded git2 v0.19.0
7392024-12-21T04:26:09.021Z Downloaded pin-project v1.1.6
7402024-12-21T04:26:09.029Z Downloaded powerfmt v0.2.0
7412024-12-21T04:26:09.034Z Downloaded omicron-zone-package v0.11.1
7422024-12-21T04:26:09.034Z Downloaded pin-project-internal v1.1.6
7432024-12-21T04:26:09.037Z Downloaded phf_shared v0.11.2
7442024-12-21T04:26:09.037Z Downloaded postgres-protocol v0.6.7
7452024-12-21T04:26:09.040Z Downloaded pem-rfc7468 v0.7.0
7462024-12-21T04:26:09.040Z Downloaded password-hash v0.5.0
7472024-12-21T04:26:09.045Z Downloaded packed_struct_codegen v0.10.1
7482024-12-21T04:26:09.048Z Downloaded parking_lot_core v0.9.10
7492024-12-21T04:26:09.048Z Downloaded number_prefix v0.4.0
7502024-12-21T04:26:09.051Z Downloaded signature v2.2.0
7512024-12-21T04:26:09.051Z Downloaded vte_generate_state_changes v0.1.2
7522024-12-21T04:26:09.056Z Downloaded wait-timeout v0.2.0
7532024-12-21T04:26:09.056Z Downloaded vte v0.11.1
7542024-12-21T04:26:09.056Z Downloaded paste v1.0.15
7552024-12-21T04:26:09.058Z Downloaded tinyvec v1.8.0
7562024-12-21T04:26:09.062Z Downloaded zerocopy-derive v0.6.6
7572024-12-21T04:26:09.073Z Downloaded vcpkg v0.2.15
7582024-12-21T04:26:09.114Z Downloaded termcolor v1.4.1
7592024-12-21T04:26:09.116Z Downloaded shell-words v1.1.0
7602024-12-21T04:26:09.116Z Downloaded serde_with_macros v3.11.0
7612024-12-21T04:26:09.116Z Downloaded serde-hex v0.1.0
7622024-12-21T04:26:09.118Z Downloaded serde-big-array v0.5.1
7632024-12-21T04:26:09.122Z Downloaded env_logger v0.11.5
7642024-12-21T04:26:09.124Z Downloaded secrecy v0.8.0
7652024-12-21T04:26:09.127Z Downloaded salsa20 v0.10.2
7662024-12-21T04:26:09.127Z Downloaded stringprep v0.1.5
7672024-12-21T04:26:09.131Z Downloaded spin v0.5.2
7682024-12-21T04:26:09.131Z Downloaded quick-xml v0.33.0
7692024-12-21T04:26:09.138Z Downloaded qorb v0.2.1
7702024-12-21T04:26:09.142Z Downloaded publicsuffix v2.2.3
7712024-12-21T04:26:09.145Z Downloaded zeroize v1.8.1
7722024-12-21T04:26:09.149Z Downloaded zerofrom-derive v0.1.4
7732024-12-21T04:26:09.151Z Downloaded zerofrom v0.1.4
7742024-12-21T04:26:09.152Z Downloaded write16 v1.0.0
7752024-12-21T04:26:09.152Z Downloaded winnow v0.5.40
7762024-12-21T04:26:09.161Z Downloaded foldhash v0.1.3
7772024-12-21T04:26:09.164Z Downloaded smf v0.2.3
7782024-12-21T04:26:09.164Z Downloaded rustls v0.23.19
7792024-12-21T04:26:09.175Z Downloaded rustls-webpki v0.102.8
7802024-12-21T04:26:09.195Z Downloaded hash32 v0.3.1
7812024-12-21T04:26:09.199Z Downloaded tough v0.19.0
7822024-12-21T04:26:09.205Z Downloaded hashbrown v0.12.3
7832024-12-21T04:26:09.210Z Downloaded ppv-lite86 v0.2.20
7842024-12-21T04:26:09.214Z Downloaded postgres-types v0.2.8
7852024-12-21T04:26:09.217Z Downloaded zerovec-derive v0.10.3
7862024-12-21T04:26:09.219Z Downloaded zeroize_derive v1.4.2
7872024-12-21T04:26:09.219Z Downloaded zerovec v0.10.4
7882024-12-21T04:26:09.228Z Downloaded ron v0.8.1
7892024-12-21T04:26:09.233Z Downloaded fallible-streaming-iterator v0.1.9
7902024-12-21T04:26:09.235Z Downloaded ff v0.13.0
7912024-12-21T04:26:09.237Z Downloaded radium v0.7.0
7922024-12-21T04:26:09.237Z Downloaded quinn v0.11.5
7932024-12-21T04:26:09.241Z Downloaded pretty-hex v0.2.1
7942024-12-21T04:26:09.244Z Downloaded sync_wrapper v1.0.1
7952024-12-21T04:26:09.244Z Downloaded subtle v2.6.1
7962024-12-21T04:26:09.246Z Downloaded strum_macros v0.26.4
7972024-12-21T04:26:09.248Z Downloaded unarray v0.1.4
7982024-12-21T04:26:09.251Z Downloaded strum_macros v0.25.3
7992024-12-21T04:26:09.253Z Downloaded xattr v1.3.1
8002024-12-21T04:26:09.255Z Downloaded progenitor-client v0.8.0
8012024-12-21T04:26:09.255Z Downloaded progenitor v0.8.0
8022024-12-21T04:26:09.258Z Downloaded password-hash v0.4.2
8032024-12-21T04:26:09.260Z Downloaded yoke v0.7.4
8042024-12-21T04:26:09.263Z Downloaded elliptic-curve v0.13.8
8052024-12-21T04:26:09.266Z Downloaded new_debug_unreachable v1.0.6
8062024-12-21T04:26:09.269Z Downloaded same-file v1.0.6
8072024-12-21T04:26:09.269Z Downloaded strip-ansi-escapes v0.2.0
8082024-12-21T04:26:09.273Z Downloaded normalize-line-endings v0.3.0
8092024-12-21T04:26:09.275Z Downloaded multer v3.1.0
8102024-12-21T04:26:09.275Z Downloaded num v0.4.3
8112024-12-21T04:26:09.278Z Downloaded newtype-uuid v1.1.3
8122024-12-21T04:26:09.278Z Downloaded native-tls v0.2.12
8132024-12-21T04:26:09.281Z Downloaded simd-adler32 v0.3.7
8142024-12-21T04:26:09.283Z Downloaded nom v7.1.3
8152024-12-21T04:26:09.289Z Downloaded reqwest v0.12.9
8162024-12-21T04:26:09.297Z Downloaded term v0.7.0
8172024-12-21T04:26:09.302Z Downloaded strum v0.26.3
8182024-12-21T04:26:09.305Z Downloaded diesel-dtrace v0.4.2
8192024-12-21T04:26:09.305Z Downloaded unicode-bidi v0.3.17
8202024-12-21T04:26:09.307Z Downloaded want v0.3.1
8212024-12-21T04:26:09.310Z Downloaded walkdir v2.5.0
8222024-12-21T04:26:09.314Z Downloaded defmt-parser v0.3.4
8232024-12-21T04:26:09.315Z Downloaded data-encoding v2.6.0
8242024-12-21T04:26:09.318Z Downloaded unicase v2.7.0
8252024-12-21T04:26:09.318Z Downloaded num_enum v0.5.11
8262024-12-21T04:26:09.322Z Downloaded percent-encoding v2.3.1
8272024-12-21T04:26:09.326Z Downloaded pem v3.0.4
8282024-12-21T04:26:09.326Z Downloaded zerocopy v0.8.10
8292024-12-21T04:26:09.349Z Downloaded uzers v0.12.1
8302024-12-21T04:26:09.351Z Downloaded rfc6979 v0.4.0
8312024-12-21T04:26:09.353Z Downloaded resolv-conf v0.7.0
8322024-12-21T04:26:09.353Z Downloaded tokio-tungstenite v0.24.0
8332024-12-21T04:26:09.356Z Downloaded tokio-tungstenite v0.23.1
8342024-12-21T04:26:09.359Z Downloaded rusqlite v0.32.1
8352024-12-21T04:26:09.366Z Downloaded tls_codec_derive v0.4.1
8362024-12-21T04:26:09.369Z Downloaded tls_codec v0.4.1
8372024-12-21T04:26:09.372Z Downloaded rustversion v1.0.17
8382024-12-21T04:26:09.375Z Downloaded ref-cast-impl v1.0.23
8392024-12-21T04:26:09.375Z Downloaded postcard v1.0.10
8402024-12-21T04:26:09.377Z Downloaded phf_generator v0.11.2
8412024-12-21T04:26:09.380Z Downloaded try-lock v0.2.5
8422024-12-21T04:26:09.380Z Downloaded tokio-util v0.7.12
8432024-12-21T04:26:09.387Z Downloaded env_logger v0.10.2
8442024-12-21T04:26:09.391Z Downloaded zone_cfg_derive v0.3.0
8452024-12-21T04:26:09.393Z Downloaded zone_cfg_derive v0.1.2
8462024-12-21T04:26:09.393Z Downloaded zip v2.1.3
8472024-12-21T04:26:09.396Z Downloaded filetime v0.2.25
8482024-12-21T04:26:09.399Z Downloaded diesel v2.2.6
8492024-12-21T04:26:09.418Z Downloaded derive_builder_macro v0.20.2
8502024-12-21T04:26:09.422Z Downloaded derive-where v1.2.7
8512024-12-21T04:26:09.425Z Downloaded spki v0.7.3
8522024-12-21T04:26:09.425Z Downloaded spin v0.9.8
8532024-12-21T04:26:09.427Z Downloaded termtree v0.4.1
8542024-12-21T04:26:09.430Z Downloaded petgraph v0.6.5
8552024-12-21T04:26:09.447Z Downloaded hashbrown v0.14.5
8562024-12-21T04:26:09.456Z Downloaded toml_edit v0.19.15
8572024-12-21T04:26:09.469Z Downloaded tracing-core v0.1.32
8582024-12-21T04:26:09.471Z Downloaded rayon v1.10.0
8592024-12-21T04:26:09.481Z Downloaded scopeguard v1.2.0
8602024-12-21T04:26:09.484Z Downloaded slab v0.4.9
8612024-12-21T04:26:09.487Z Downloaded tui-tree-widget v0.22.0
8622024-12-21T04:26:09.487Z Downloaded structmeta v0.3.0
8632024-12-21T04:26:09.490Z Downloaded rusty-fork v0.3.0
8642024-12-21T04:26:09.490Z Downloaded russh-keys v0.45.0
8652024-12-21T04:26:09.493Z Downloaded russh-cryptovec v0.7.3
8662024-12-21T04:26:09.493Z Downloaded rand_xorshift v0.3.0
8672024-12-21T04:26:09.497Z Downloaded rustyline v14.0.0
8682024-12-21T04:26:09.501Z Downloaded ron v0.7.1
8692024-12-21T04:26:09.504Z Downloaded tinystr v0.7.6
8702024-12-21T04:26:09.511Z Downloaded num-traits v0.2.19
8712024-12-21T04:26:09.515Z Downloaded string_cache v0.8.7
8722024-12-21T04:26:09.515Z Downloaded fd-lock v4.0.2
8732024-12-21T04:26:09.516Z Downloaded x509-cert v0.2.5
8742024-12-21T04:26:09.523Z Downloaded num-rational v0.4.2
8752024-12-21T04:26:09.526Z Downloaded slog-dtrace v0.3.0
8762024-12-21T04:26:09.527Z Downloaded toml v0.7.8
8772024-12-21T04:26:09.529Z Downloaded polyval v0.6.2
8782024-12-21T04:26:09.532Z Downloaded tinyvec_macros v0.1.1
8792024-12-21T04:26:09.532Z Downloaded rand_chacha v0.3.1
8802024-12-21T04:26:09.532Z Downloaded rand v0.8.5
8812024-12-21T04:26:09.535Z Downloaded waitgroup v0.1.2
8822024-12-21T04:26:09.538Z Downloaded typify-macro v0.2.0
8832024-12-21T04:26:09.539Z Downloaded structmeta-derive v0.3.0
8842024-12-21T04:26:09.542Z Downloaded sqlformat v0.2.6
8852024-12-21T04:26:09.542Z Downloaded der_derive v0.7.3
8862024-12-21T04:26:09.546Z Downloaded tabwriter v1.4.0
8872024-12-21T04:26:09.546Z Downloaded precomputed-hash v0.1.1
8882024-12-21T04:26:09.546Z Downloaded synstructure v0.13.1
8892024-12-21T04:26:09.550Z Downloaded phf_shared v0.10.0
8902024-12-21T04:26:09.550Z Downloaded flate2 v1.0.34
8912024-12-21T04:26:09.552Z Downloaded nu-ansi-term v0.50.1
8922024-12-21T04:26:09.556Z Downloaded nodrop v0.1.14
8932024-12-21T04:26:09.556Z Downloaded nibble_vec v0.1.0
8942024-12-21T04:26:09.559Z Downloaded pin-utils v0.1.0
8952024-12-21T04:26:09.559Z Downloaded either v1.13.0
8962024-12-21T04:26:09.564Z Downloaded phf v0.11.2
8972024-12-21T04:26:09.564Z Downloaded env_filter v0.1.2
8982024-12-21T04:26:09.568Z Downloaded ecdsa v0.16.9
8992024-12-21T04:26:09.568Z Downloaded ed25519 v2.2.3
9002024-12-21T04:26:09.568Z Downloaded ed25519-dalek v2.1.1
9012024-12-21T04:26:09.571Z Downloaded dyn-clone v1.0.17
9022024-12-21T04:26:09.574Z Downloaded newline-converter v0.3.0
9032024-12-21T04:26:09.574Z Downloaded foreign-types v0.3.2
9042024-12-21T04:26:09.574Z Downloaded multimap v0.10.0
9052024-12-21T04:26:09.577Z Downloaded zopfli v0.8.1
9062024-12-21T04:26:09.581Z Downloaded pbkdf2 v0.12.2
9072024-12-21T04:26:09.581Z Downloaded pbkdf2 v0.11.0
9082024-12-21T04:26:09.584Z Downloaded num_enum_derive v0.5.11
9092024-12-21T04:26:09.584Z Downloaded writeable v0.5.5
9102024-12-21T04:26:09.588Z Downloaded whoami v1.5.2
9112024-12-21T04:26:09.588Z Downloaded zerocopy v0.6.6
9122024-12-21T04:26:09.597Z Downloaded rand_seeder v0.3.0
9132024-12-21T04:26:09.601Z Downloaded yoke-derive v0.7.4
9142024-12-21T04:26:09.602Z Downloaded xz2 v0.1.7
9152024-12-21T04:26:09.602Z Downloaded sync-ptr v0.1.1
9162024-12-21T04:26:09.602Z Downloaded num-integer v0.1.46
9172024-12-21T04:26:09.602Z Downloaded foreign-types v0.5.0
9182024-12-21T04:26:09.602Z Downloaded pkcs8 v0.10.2
9192024-12-21T04:26:09.616Z Downloaded float-ord v0.3.2
9202024-12-21T04:26:09.616Z Downloaded predicates-tree v1.0.11
9212024-12-21T04:26:09.616Z Downloaded termios v0.3.3
9222024-12-21T04:26:09.616Z Downloaded sec1 v0.7.3
9232024-12-21T04:26:09.619Z Downloaded scrypt v0.11.0
9242024-12-21T04:26:09.619Z Downloaded num-iter v0.1.45
9252024-12-21T04:26:09.619Z Downloaded fallible-iterator v0.3.0
9262024-12-21T04:26:09.619Z Downloaded fallible-iterator v0.2.0
9272024-12-21T04:26:09.619Z Downloaded slog v2.7.0
9282024-12-21T04:26:09.619Z Downloaded path-slash v0.1.5
9292024-12-21T04:26:09.619Z Downloaded predicates v3.1.2
9302024-12-21T04:26:09.624Z Downloaded mockall_derive v0.13.0
9312024-12-21T04:26:09.624Z Downloaded flagset v0.4.6
9322024-12-21T04:26:09.624Z Downloaded tungstenite v0.23.0
9332024-12-21T04:26:09.627Z Downloaded tungstenite v0.21.0
9342024-12-21T04:26:09.629Z Downloaded object v0.30.4
9352024-12-21T04:26:09.667Z Downloaded ref-cast v1.0.23
9362024-12-21T04:26:09.670Z Downloaded toolchain_find v0.4.0
9372024-12-21T04:26:09.673Z Downloaded nix v0.27.1
9382024-12-21T04:26:09.689Z Downloaded pkcs1 v0.7.5
9392024-12-21T04:26:09.693Z Downloaded predicates-core v1.0.8
9402024-12-21T04:26:09.696Z Downloaded diesel_derives v2.2.3
9412024-12-21T04:26:09.700Z Downloaded des v0.8.1
9422024-12-21T04:26:09.703Z Downloaded oso-derive v0.27.3
9432024-12-21T04:26:09.703Z Downloaded oso v0.27.3
9442024-12-21T04:26:09.707Z Downloaded dropshot v0.13.0
9452024-12-21T04:26:09.731Z Downloaded smoltcp v0.11.0
9462024-12-21T04:26:09.744Z Downloaded trust-dns-proto v0.22.0
9472024-12-21T04:26:09.756Z Downloaded progenitor-impl v0.8.0
9482024-12-21T04:26:09.758Z Downloaded sha3 v0.10.8
9492024-12-21T04:26:09.761Z Downloaded poly1305 v0.8.0
9502024-12-21T04:26:09.764Z Downloaded openssl v0.10.66
9512024-12-21T04:26:09.773Z Downloaded regress v0.10.1
9522024-12-21T04:26:09.782Z Downloaded dunce v1.0.5
9532024-12-21T04:26:09.784Z Downloaded dropshot_endpoint v0.12.0
9542024-12-21T04:26:09.787Z Downloaded snafu v0.8.5
9552024-12-21T04:26:09.790Z Downloaded num-derive v0.4.2
9562024-12-21T04:26:09.793Z Downloaded mockall v0.13.0
9572024-12-21T04:26:09.795Z Downloaded mirai-annotations v1.12.0
9582024-12-21T04:26:09.795Z Downloaded flume v0.11.1
9592024-12-21T04:26:09.799Z Downloaded scheduled-thread-pool v0.2.7
9602024-12-21T04:26:09.801Z Downloaded salty v0.3.0
9612024-12-21T04:26:09.805Z Downloaded polar-core v0.27.3
9622024-12-21T04:26:09.814Z Downloaded tokio v1.40.0
9632024-12-21T04:26:09.851Z Downloaded pkcs5 v0.7.1
9642024-12-21T04:26:09.857Z Downloaded structmeta-derive v0.2.0
9652024-12-21T04:26:09.857Z Downloaded structmeta v0.2.0
9662024-12-21T04:26:09.861Z Downloaded expectorate v1.1.0
9672024-12-21T04:26:09.861Z Downloaded regress v0.9.1
9682024-12-21T04:26:09.865Z Downloaded ratatui v0.28.1
9692024-12-21T04:26:09.884Z Downloaded object v0.36.5
9702024-12-21T04:26:09.895Z Downloaded sled v0.34.7
9712024-12-21T04:26:09.905Z Downloaded smoltcp v0.9.1
9722024-12-21T04:26:09.915Z Downloaded enum-as-inner v0.6.1
9732024-12-21T04:26:09.917Z Downloaded enum-as-inner v0.5.1
9742024-12-21T04:26:09.920Z Downloaded olpc-cjson v0.1.4
9752024-12-21T04:26:09.920Z Downloaded topological-sort v0.2.2
9762024-12-21T04:26:09.920Z Downloaded libgit2-sys v0.17.0+1.8.1
9772024-12-21T04:26:09.976Z Downloaded petname v2.0.2
9782024-12-21T04:26:09.982Z Downloaded slog-term v2.9.1
9792024-12-21T04:26:09.987Z Downloaded proptest v1.5.0
9802024-12-21T04:26:09.994Z Downloaded rsa v0.9.6
9812024-12-21T04:26:09.997Z Downloaded rpassword v7.3.1
9822024-12-21T04:26:10.002Z Downloaded dhcproto-macros v0.1.0
9832024-12-21T04:26:10.002Z Downloaded derive_more v0.99.18
9842024-12-21T04:26:10.005Z Downloaded typify v0.2.0
9852024-12-21T04:26:10.007Z Downloaded subprocess v0.2.9
9862024-12-21T04:26:10.012Z Downloaded slog-stdlog v4.1.1
9872024-12-21T04:26:10.014Z Downloaded slog-scope v4.4.0
9882024-12-21T04:26:10.015Z Downloaded slog-json v2.6.1
9892024-12-21T04:26:10.015Z Downloaded sigpipe v0.1.3
9902024-12-21T04:26:10.015Z Downloaded zip v0.6.6
9912024-12-21T04:26:10.017Z Downloaded slog-bunyan v2.5.0
9922024-12-21T04:26:10.021Z Downloaded slog-async v2.8.0
9932024-12-21T04:26:10.021Z Downloaded samael v0.0.17
9942024-12-21T04:26:10.026Z Downloaded dropshot v0.12.0
9952024-12-21T04:26:10.046Z Downloaded typify-impl v0.2.0
9962024-12-21T04:26:10.059Z Downloaded peg-runtime v0.8.3
9972024-12-21T04:26:10.062Z Downloaded peg-macros v0.8.4
9982024-12-21T04:26:10.064Z Downloaded peg v0.8.4
9992024-12-21T04:26:10.066Z Downloaded h2 v0.4.6
10002024-12-21T04:26:10.076Z Downloaded fs_extra v1.3.0
10012024-12-21T04:26:10.079Z Downloaded foreign-types-shared v0.3.1
10022024-12-21T04:26:10.079Z Downloaded der v0.7.9
10032024-12-21T04:26:10.083Z Downloaded defmt-macros v0.3.9
10042024-12-21T04:26:10.085Z Downloaded vsss-rs v3.3.4
10052024-12-21T04:26:10.088Z Downloaded vergen v8.3.2
10062024-12-21T04:26:10.090Z Downloaded tokio-tungstenite v0.21.0
10072024-12-21T04:26:10.092Z Downloaded signal-hook-tokio v0.3.1
10082024-12-21T04:26:10.092Z Downloaded schemars v0.8.21
10092024-12-21T04:26:10.104Z Downloaded radix_trie v0.2.1
10102024-12-21T04:26:10.108Z Downloaded p521 v0.13.3
10112024-12-21T04:26:10.111Z Downloaded p384 v0.13.0
10122024-12-21T04:26:10.117Z Downloaded encoding_rs v0.8.34
10132024-12-21T04:26:10.137Z Downloaded prettyplease v0.2.25
10142024-12-21T04:26:10.140Z Downloaded parse-display-derive v0.10.0
10152024-12-21T04:26:10.143Z Downloaded parse-display v0.10.0
10162024-12-21T04:26:10.143Z Downloaded num-bigint-dig v0.8.4
10172024-12-21T04:26:10.148Z Downloaded openapiv3 v2.0.0
10182024-12-21T04:26:10.159Z Downloaded wyz v0.5.1
10192024-12-21T04:26:10.164Z Downloaded parse-zoneinfo v0.3.1
10202024-12-21T04:26:10.166Z Downloaded parse-size v1.1.0
10212024-12-21T04:26:10.167Z Downloaded packed_struct v0.10.1
10222024-12-21T04:26:10.167Z Downloaded p256 v0.13.2
10232024-12-21T04:26:10.169Z Downloaded portable-atomic v1.9.0
10242024-12-21T04:26:10.176Z Downloaded openssl-macros v0.1.1
10252024-12-21T04:26:10.181Z Downloaded newtype_derive v0.1.6
10262024-12-21T04:26:10.181Z Downloaded hashbrown v0.13.2
10272024-12-21T04:26:10.185Z Downloaded half v2.4.1
10282024-12-21T04:26:10.185Z Downloaded display-error-chain v0.2.2
10292024-12-21T04:26:10.191Z Downloaded url v2.5.3
10302024-12-21T04:26:10.194Z Downloaded steno v0.4.1
10312024-12-21T04:26:10.194Z Downloaded futures v0.3.31
10322024-12-21T04:26:10.197Z Downloaded funty v2.0.0
10332024-12-21T04:26:10.199Z Downloaded fragile v2.0.0
10342024-12-21T04:26:10.201Z Downloaded sct v0.7.1
10352024-12-21T04:26:10.203Z Downloaded gimli v0.31.1
10362024-12-21T04:26:10.211Z Downloaded gethostname v0.5.0
10372024-12-21T04:26:10.214Z Downloaded fxhash v0.2.1
10382024-12-21T04:26:10.214Z Downloaded fatfs v0.3.6
10392024-12-21T04:26:10.216Z Downloaded serde_with v3.11.0
10402024-12-21T04:26:10.223Z Downloaded rustls v0.22.4
10412024-12-21T04:26:10.236Z Downloaded lzma-sys v0.1.20
10422024-12-21T04:26:10.266Z Downloaded openssl-sys v0.9.103
10432024-12-21T04:26:10.270Z Downloaded owo-colors v4.1.0
10442024-12-21T04:26:10.274Z Downloaded nanorand v0.7.0
10452024-12-21T04:26:10.276Z Downloaded smallvec v0.6.14
10462024-12-21T04:26:10.277Z Downloaded tokio-stream v0.1.16
10472024-12-21T04:26:10.281Z Downloaded tokio-postgres v0.7.12
10482024-12-21T04:26:10.285Z Downloaded futures-channel v0.3.31
10492024-12-21T04:26:10.288Z Downloaded diesel_table_macro_syntax v0.2.0
10502024-12-21T04:26:10.291Z Downloaded derive_builder_core v0.20.2
10512024-12-21T04:26:10.291Z Downloaded derive_builder v0.20.2
10522024-12-21T04:26:10.296Z Downloaded darling_core v0.20.10
10532024-12-21T04:26:10.299Z Downloaded unicode-truncate v1.1.0
10542024-12-21T04:26:10.302Z Downloaded thiserror v2.0.3
10552024-12-21T04:26:10.307Z Downloaded test-strategy v0.3.1
10562024-12-21T04:26:10.311Z Downloaded ssh-cipher v0.2.0
10572024-12-21T04:26:10.314Z Downloaded tokio-native-tls v0.3.1
10582024-12-21T04:26:10.314Z Downloaded futures-task v0.3.31
10592024-12-21T04:26:10.319Z Downloaded futures-sink v0.3.31
10602024-12-21T04:26:10.319Z Downloaded futures-macro v0.3.31
10612024-12-21T04:26:10.319Z Downloaded dropshot_endpoint v0.13.0
10622024-12-21T04:26:10.322Z Downloaded unicode_categories v0.1.1
10632024-12-21T04:26:10.322Z Downloaded csv v1.3.0
10642024-12-21T04:26:10.342Z Downloaded uuid v1.11.0
10652024-12-21T04:26:10.346Z Downloaded utf8_iter v1.0.4
10662024-12-21T04:26:10.351Z Downloaded utf16_iter v1.0.5
10672024-12-21T04:26:10.351Z Downloaded utf-8 v0.7.6
10682024-12-21T04:26:10.351Z Downloaded untrusted v0.9.0
10692024-12-21T04:26:10.351Z Downloaded rtoolbox v0.0.2
10702024-12-21T04:26:10.354Z Downloaded reedline v0.35.0
10712024-12-21T04:26:10.358Z Downloaded lalrpop v0.19.12
10722024-12-21T04:26:10.368Z Downloaded tokio-rustls v0.25.0
10732024-12-21T04:26:10.375Z Downloaded tar v0.4.42
10742024-12-21T04:26:10.379Z Downloaded typed-path v0.9.3
10752024-12-21T04:26:10.381Z Downloaded headers v0.4.0
10762024-12-21T04:26:10.384Z Downloaded dhcproto v0.12.0
10772024-12-21T04:26:10.388Z Downloaded unicode-width v0.2.0
10782024-12-21T04:26:10.394Z Downloaded thiserror-no-std v2.0.2
10792024-12-21T04:26:10.398Z Downloaded thiserror-impl-no-std v2.0.2
10802024-12-21T04:26:10.400Z Downloaded thiserror-impl v2.0.3
10812024-12-21T04:26:10.400Z Downloaded chrono-tz v0.10.0
10822024-12-21T04:26:10.409Z Downloaded unicode-properties v0.1.3
10832024-12-21T04:26:10.417Z Downloaded signal-hook-registry v1.4.2
10842024-12-21T04:26:10.418Z Downloaded signal-hook-mio v0.2.4
10852024-12-21T04:26:10.423Z Downloaded signal-hook v0.3.17
10862024-12-21T04:26:10.423Z Downloaded rustls-pki-types v1.10.0
10872024-12-21T04:26:10.423Z Downloaded rustls-pemfile v2.2.0
10882024-12-21T04:26:10.426Z Downloaded rustls-pemfile v1.0.4
10892024-12-21T04:26:10.426Z Downloaded rustc-hash v1.1.0
10902024-12-21T04:26:10.426Z Downloaded supports-color v3.0.1
10912024-12-21T04:26:10.429Z Downloaded ssh-encoding v0.2.0
10922024-12-21T04:26:10.431Z Downloaded snafu-derive v0.8.5
10932024-12-21T04:26:10.435Z Downloaded slog-envlogger v2.2.0
10942024-12-21T04:26:10.438Z Downloaded tracing v0.1.40
10952024-12-21T04:26:10.440Z Downloaded chacha20poly1305 v0.10.1
10962024-12-21T04:26:10.443Z Downloaded chacha20 v0.9.1
10972024-12-21T04:26:10.446Z Downloaded cfg_aliases v0.1.1
10982024-12-21T04:26:10.447Z Downloaded cbc v0.1.2
10992024-12-21T04:26:10.451Z Downloaded castaway v0.2.3
11002024-12-21T04:26:10.451Z Downloaded cassowary v0.3.0
11012024-12-21T04:26:10.452Z Downloaded ring v0.17.8
11022024-12-21T04:26:10.520Z Downloaded cancel-safe-futures v0.1.5
11032024-12-21T04:26:10.523Z Downloaded buf-list v1.0.3
11042024-12-21T04:26:10.526Z Downloaded blowfish v0.9.1
11052024-12-21T04:26:10.529Z Downloaded blake3 v1.5.4
11062024-12-21T04:26:10.535Z Downloaded smallvec v1.13.2
11072024-12-21T04:26:10.537Z Downloaded siphasher v0.3.11
11082024-12-21T04:26:10.537Z Downloaded similar v2.6.0
11092024-12-21T04:26:10.546Z Downloaded schemars_derive v0.8.21
11102024-12-21T04:26:10.549Z Downloaded idna v0.3.0
11112024-12-21T04:26:10.551Z Downloaded bzip2-sys v0.1.11+1.0.8
11122024-12-21T04:26:10.562Z Downloaded regex-syntax v0.6.29
11132024-12-21T04:26:10.570Z Downloaded crossterm v0.28.1
11142024-12-21T04:26:10.576Z Downloaded bb8 v0.8.5
11152024-12-21T04:26:10.582Z Downloaded lalrpop-util v0.19.12
11162024-12-21T04:26:10.582Z Downloaded kstat-rs v0.2.4
11172024-12-21T04:26:10.582Z Downloaded keccak v0.1.5
11182024-12-21T04:26:10.582Z Downloaded ipnetwork v0.20.0
11192024-12-21T04:26:10.588Z Downloaded idna v0.2.3
11202024-12-21T04:26:10.591Z Downloaded bitfield-struct v0.6.2
11212024-12-21T04:26:10.593Z Downloaded bitfield v0.14.0
11222024-12-21T04:26:10.593Z Downloaded bindgen v0.69.5
11232024-12-21T04:26:10.600Z Downloaded bcs v0.1.6
11242024-12-21T04:26:10.602Z Downloaded bcrypt-pbkdf v0.10.0
11252024-12-21T04:26:10.605Z Downloaded idna v0.4.0
11262024-12-21T04:26:10.610Z Downloaded rand_core v0.6.4
11272024-12-21T04:26:10.613Z Downloaded proc-macro-crate v1.3.1
11282024-12-21T04:26:10.613Z Downloaded icu_locid v1.5.0
11292024-12-21T04:26:10.618Z Downloaded crossbeam-epoch v0.9.18
11302024-12-21T04:26:10.621Z Downloaded cookie v0.18.1
11312024-12-21T04:26:10.623Z Downloaded blake2 v0.10.6
11322024-12-21T04:26:10.626Z Downloaded hyper-rustls v0.27.3
11332024-12-21T04:26:10.628Z Downloaded base16ct v0.2.0
11342024-12-21T04:26:10.631Z Downloaded linked-hash-map v0.5.6
11352024-12-21T04:26:10.634Z Downloaded lazy_static v1.5.0
11362024-12-21T04:26:10.634Z Downloaded jobserver v0.1.32
11372024-12-21T04:26:10.636Z Downloaded is_ci v1.2.0
11382024-12-21T04:26:10.636Z Downloaded instant v0.1.13
11392024-12-21T04:26:10.640Z Downloaded indent_write v2.2.0
11402024-12-21T04:26:10.640Z Downloaded ident_case v1.0.1
11412024-12-21T04:26:10.640Z Downloaded http-body-util v0.1.2
11422024-12-21T04:26:10.643Z Downloaded hex v0.4.3
11432024-12-21T04:26:10.643Z Downloaded hickory-resolver v0.24.1
11442024-12-21T04:26:10.647Z Downloaded bzip2 v0.4.4
11452024-12-21T04:26:10.653Z Downloaded colored v2.1.0
11462024-12-21T04:26:10.654Z Downloaded hostname v0.4.0
11472024-12-21T04:26:10.654Z Downloaded hostname v0.3.1
11482024-12-21T04:26:10.656Z Downloaded cipher v0.4.4
11492024-12-21T04:26:10.656Z Downloaded base64 v0.13.1
11502024-12-21T04:26:10.659Z Downloaded backtrace v0.3.74
11512024-12-21T04:26:10.664Z Downloaded aes v0.8.4
11522024-12-21T04:26:10.668Z Downloaded hickory-proto v0.24.1
11532024-12-21T04:26:10.684Z Downloaded base64ct v1.6.0
11542024-12-21T04:26:10.687Z Downloaded libsqlite3-sys v0.30.1
11552024-12-21T04:26:10.776Z Downloaded addr2line v0.24.2
11562024-12-21T04:26:10.886Z Downloaded ring v0.16.20
11572024-12-21T04:26:11.040Z Downloaded aws-lc-sys v0.22.0
11582024-12-21T04:26:11.361Z Compiling serde v1.0.215
11592024-12-21T04:26:11.363Z Compiling lock_api v0.4.12
11602024-12-21T04:26:11.363Z Compiling scopeguard v1.2.0
11612024-12-21T04:26:11.363Z Compiling value-bag v1.9.0
11622024-12-21T04:26:11.364Z Compiling typenum v1.17.0
11632024-12-21T04:26:11.517Z Compiling generic-array v0.14.7
11642024-12-21T04:26:11.580Z Compiling syn v2.0.87
11652024-12-21T04:26:11.594Z Compiling getrandom v0.2.15
11662024-12-21T04:26:11.671Z Compiling shlex v1.3.0
11672024-12-21T04:26:11.898Z Compiling rand_core v0.6.4
11682024-12-21T04:26:12.009Z Compiling log v0.4.22
11692024-12-21T04:26:12.095Z Compiling subtle v2.6.1
11702024-12-21T04:26:12.116Z Compiling jobserver v0.1.32
11712024-12-21T04:26:12.155Z Compiling smallvec v1.13.2
11722024-12-21T04:26:12.458Z Compiling const-oid v0.9.6
11732024-12-21T04:26:12.469Z Compiling spin v0.9.8
11742024-12-21T04:26:12.480Z Compiling pin-project-lite v0.2.14
11752024-12-21T04:26:12.545Z Compiling cc v1.1.30
11762024-12-21T04:26:12.606Z Compiling rustix v0.38.37
11772024-12-21T04:26:12.855Z Compiling parking_lot_core v0.9.10
11782024-12-21T04:26:12.855Z Compiling futures-core v0.3.31
11792024-12-21T04:26:13.052Z Compiling signal-hook-registry v1.4.2
11802024-12-21T04:26:13.122Z Compiling mio v1.0.2
11812024-12-21T04:26:13.476Z Compiling aho-corasick v1.1.3
11822024-12-21T04:26:13.862Z Compiling parking_lot v0.12.3
11832024-12-21T04:26:13.955Z Compiling regex-syntax v0.8.5
11842024-12-21T04:26:14.191Z Compiling cpufeatures v0.2.14
11852024-12-21T04:26:14.290Z Compiling lazy_static v1.5.0
11862024-12-21T04:26:14.309Z Compiling stable_deref_trait v1.2.0
11872024-12-21T04:26:14.382Z Compiling glob v0.3.1
11882024-12-21T04:26:14.413Z Compiling either v1.13.0
11892024-12-21T04:26:14.416Z Compiling futures-sink v0.3.31
11902024-12-21T04:26:14.594Z Compiling socket2 v0.5.7
11912024-12-21T04:26:14.910Z Compiling slab v0.4.9
11922024-12-21T04:26:14.979Z Compiling prettyplease v0.2.25
11932024-12-21T04:26:15.328Z Compiling minimal-lexical v0.2.1
11942024-12-21T04:26:15.370Z Compiling serde_json v1.0.133
11952024-12-21T04:26:15.507Z Compiling clang-sys v1.8.1
11962024-12-21T04:26:15.767Z Compiling nom v7.1.3
11972024-12-21T04:26:15.859Z Compiling libloading v0.8.5
11982024-12-21T04:26:16.038Z Compiling home v0.5.9
11992024-12-21T04:26:16.261Z Compiling bindgen v0.69.5
12002024-12-21T04:26:16.322Z Compiling itertools v0.10.5
12012024-12-21T04:26:16.984Z Compiling futures-channel v0.3.31
12022024-12-21T04:26:17.104Z Compiling futures-io v0.3.31
12032024-12-21T04:26:17.428Z Compiling allocator-api2 v0.2.18
12042024-12-21T04:26:17.449Z Compiling rustc-hash v1.1.0
12052024-12-21T04:26:17.611Z Compiling pin-utils v0.1.0
12062024-12-21T04:26:17.724Z Compiling regex-automata v0.4.8
12072024-12-21T04:26:18.281Z Compiling futures-task v0.3.31
12082024-12-21T04:26:18.580Z Compiling lazycell v1.3.0
12092024-12-21T04:26:18.759Z Compiling foldhash v0.1.3
12102024-12-21T04:26:19.073Z Compiling libm v0.2.8
12112024-12-21T04:26:19.180Z Compiling cexpr v0.6.0
12122024-12-21T04:26:19.306Z Compiling synstructure v0.13.1
12132024-12-21T04:26:19.603Z Compiling hashbrown v0.15.1
12142024-12-21T04:26:21.035Z Compiling cmake v0.1.51
12152024-12-21T04:26:21.250Z Compiling num-traits v0.2.19
12162024-12-21T04:26:21.250Z Compiling pkg-config v0.3.31
12172024-12-21T04:26:21.321Z Compiling fs_extra v1.3.0
12182024-12-21T04:26:21.355Z Compiling dunce v1.0.5
12192024-12-21T04:26:21.437Z Compiling tinyvec_macros v0.1.1
12202024-12-21T04:26:21.500Z Compiling tinyvec v1.8.0
12212024-12-21T04:26:21.981Z Compiling ring v0.17.8
12222024-12-21T04:26:22.565Z Compiling litemap v0.7.3
12232024-12-21T04:26:22.601Z Compiling writeable v0.5.5
12242024-12-21T04:26:22.965Z Compiling unicode-normalization v0.1.24
12252024-12-21T04:26:23.145Z Compiling base64ct v1.6.0
12262024-12-21T04:26:23.190Z Compiling unicode-bidi v0.3.17
12272024-12-21T04:26:23.332Z Compiling regex v1.11.1
12282024-12-21T04:26:23.779Z Compiling paste v1.0.15
12292024-12-21T04:26:24.086Z Compiling pem-rfc7468 v0.7.0
12302024-12-21T04:26:24.481Z Compiling httparse v1.9.5
12312024-12-21T04:26:24.626Z Compiling flagset v0.4.6
12322024-12-21T04:26:24.830Z Compiling aws-lc-rs v1.10.0
12332024-12-21T04:26:25.100Z Compiling tracing-core v0.1.32
12342024-12-21T04:26:25.271Z Compiling icu_locid_transform_data v1.5.0
12352024-12-21T04:26:25.302Z Compiling rustls-pki-types v1.10.0
12362024-12-21T04:26:25.387Z Compiling crossbeam-utils v0.8.20
12372024-12-21T04:26:25.985Z Compiling percent-encoding v2.3.1
12382024-12-21T04:26:26.362Z Compiling time-core v0.1.2
12392024-12-21T04:26:26.384Z Compiling serde_derive v1.0.215
12402024-12-21T04:26:26.404Z Compiling zeroize_derive v1.4.2
12412024-12-21T04:26:26.476Z Compiling zerocopy-derive v0.7.35
12422024-12-21T04:26:26.538Z Compiling tokio-macros v2.4.0
12432024-12-21T04:26:26.739Z Compiling zerofrom-derive v0.1.4
12442024-12-21T04:26:28.006Z Compiling zeroize v1.8.1
12452024-12-21T04:26:28.203Z Compiling thiserror-impl v1.0.69
12462024-12-21T04:26:28.740Z Compiling yoke-derive v0.7.4
12472024-12-21T04:26:28.762Z Compiling zerocopy v0.7.35
12482024-12-21T04:26:29.761Z Compiling crypto-common v0.1.6
12492024-12-21T04:26:29.959Z Compiling block-buffer v0.10.4
12502024-12-21T04:26:30.007Z Compiling futures-macro v0.3.31
12512024-12-21T04:26:30.231Z Compiling digest v0.10.7
12522024-12-21T04:26:30.430Z Compiling zerovec-derive v0.10.3
12532024-12-21T04:26:30.719Z Compiling hmac v0.12.1
12542024-12-21T04:26:30.739Z Compiling block-padding v0.3.3
12552024-12-21T04:26:30.803Z Compiling zerofrom v0.1.4
12562024-12-21T04:26:30.976Z Compiling displaydoc v0.2.5
12572024-12-21T04:26:30.994Z Compiling inout v0.1.3
12582024-12-21T04:26:31.035Z Compiling sha2 v0.10.8
12592024-12-21T04:26:31.275Z Compiling cipher v0.4.4
12602024-12-21T04:26:31.563Z Compiling thiserror v1.0.69
12612024-12-21T04:26:31.703Z Compiling ppv-lite86 v0.2.20
12622024-12-21T04:26:31.787Z Compiling der_derive v0.7.3
12632024-12-21T04:26:31.936Z Compiling yoke v0.7.4
12642024-12-21T04:26:32.015Z Compiling futures-util v0.3.31
12652024-12-21T04:26:32.325Z Compiling icu_provider_macros v1.5.0
12662024-12-21T04:26:32.544Z Compiling rand_chacha v0.3.1
12672024-12-21T04:26:32.681Z Compiling tracing-attributes v0.1.27
12682024-12-21T04:26:33.171Z Compiling zerovec v0.10.4
12692024-12-21T04:26:33.504Z Compiling rand v0.8.5
12702024-12-21T04:26:34.324Z Compiling der v0.7.9
12712024-12-21T04:26:34.667Z Compiling salsa20 v0.10.2
12722024-12-21T04:26:34.922Z Compiling pest v2.7.14
12732024-12-21T04:26:35.039Z Compiling pbkdf2 v0.12.2
12742024-12-21T04:26:35.265Z Compiling tinystr v0.7.6
12752024-12-21T04:26:35.542Z Compiling icu_collections v1.5.0
12762024-12-21T04:26:35.731Z Compiling icu_locid v1.5.0
12772024-12-21T04:26:35.774Z Compiling mirai-annotations v1.12.0
12782024-12-21T04:26:35.943Z Compiling untrusted v0.7.1
12792024-12-21T04:26:36.128Z Compiling powerfmt v0.2.0
12802024-12-21T04:26:36.542Z Compiling spki v0.7.3
12812024-12-21T04:26:36.562Z Compiling tracing v0.1.40
12822024-12-21T04:26:36.934Z Compiling icu_provider v1.5.0
12832024-12-21T04:26:36.978Z Compiling vcpkg v0.2.15
12842024-12-21T04:26:37.098Z Compiling num-conv v0.1.0
12852024-12-21T04:26:37.406Z Compiling untrusted v0.9.0
12862024-12-21T04:26:37.588Z Compiling icu_properties_data v1.5.0
12872024-12-21T04:26:37.772Z Compiling icu_locid_transform v1.5.0
12882024-12-21T04:26:37.978Z Compiling pest_meta v2.7.14
12892024-12-21T04:26:38.011Z Compiling time-macros v0.2.18
12902024-12-21T04:26:38.184Z Compiling deranged v0.3.11
12912024-12-21T04:26:38.418Z Compiling scrypt v0.11.0
12922024-12-21T04:26:39.013Z Compiling icu_properties v1.5.1
12932024-12-21T04:26:39.157Z Compiling openssl-sys v0.9.103
12942024-12-21T04:26:40.245Z Compiling cbc v0.1.2
12952024-12-21T04:26:40.291Z Compiling aes v0.8.4
12962024-12-21T04:26:40.508Z Compiling scroll_derive v0.12.0
12972024-12-21T04:26:41.067Z Compiling bitflags v2.6.0
12982024-12-21T04:26:41.352Z Compiling bytes v1.8.0
12992024-12-21T04:26:41.854Z Compiling indexmap v2.6.0
13002024-12-21T04:26:42.001Z Compiling semver v1.0.23
13012024-12-21T04:26:42.698Z Compiling tokio v1.40.0
13022024-12-21T04:26:42.782Z Compiling http v1.1.0
13032024-12-21T04:26:43.123Z Compiling rustc_version v0.4.1
13042024-12-21T04:26:43.126Z Compiling icu_normalizer_data v1.5.0
13052024-12-21T04:26:43.255Z Compiling num_threads v0.1.7
13062024-12-21T04:26:43.364Z Compiling utf8_iter v1.0.4
13072024-12-21T04:26:43.396Z Compiling utf16_iter v1.0.5
13082024-12-21T04:26:43.621Z Compiling write16 v1.0.0
13092024-12-21T04:26:43.621Z Compiling atomic-waker v1.1.2
13102024-12-21T04:26:43.764Z Compiling icu_normalizer v1.5.0
13112024-12-21T04:26:43.838Z Compiling time v0.3.36
13122024-12-21T04:26:43.909Z Compiling scroll v0.12.0
13132024-12-21T04:26:43.987Z Compiling pkcs5 v0.7.1
13142024-12-21T04:26:44.488Z Compiling http-body v1.0.1
13152024-12-21T04:26:44.843Z Compiling pest_generator v2.7.14
13162024-12-21T04:26:45.082Z Compiling form_urlencoded v1.2.1
13172024-12-21T04:26:45.264Z Compiling try-lock v0.2.5
13182024-12-21T04:26:45.309Z Compiling slog v2.7.0
13192024-12-21T04:26:45.409Z Compiling goblin v0.8.2
13202024-12-21T04:26:45.429Z Compiling want v0.3.1
13212024-12-21T04:26:45.737Z Compiling which v4.4.2
13222024-12-21T04:26:45.812Z Compiling pkcs8 v0.10.2
13232024-12-21T04:26:45.903Z Compiling idna_adapter v1.2.0
13242024-12-21T04:26:46.343Z Compiling uuid v1.11.0
13252024-12-21T04:26:46.579Z Compiling httpdate v1.0.3
13262024-12-21T04:26:46.983Z Compiling pest_derive v2.7.14
13272024-12-21T04:26:47.035Z Compiling iana-time-zone v0.1.61
13282024-12-21T04:26:47.077Z Compiling idna v1.0.3
13292024-12-21T04:26:47.527Z Compiling chrono v0.4.38
13302024-12-21T04:26:47.843Z Compiling dtrace-parser v0.2.0
13312024-12-21T04:26:48.619Z Compiling serde_spanned v0.6.8
13322024-12-21T04:26:48.861Z Compiling toml_datetime v0.6.8
13332024-12-21T04:26:49.023Z Compiling serde_tokenstream v0.2.2
13342024-12-21T04:26:49.207Z Compiling tower-service v0.3.3
13352024-12-21T04:26:49.345Z Compiling base64 v0.22.1
13362024-12-21T04:26:49.368Z Compiling openssl v0.10.66
13372024-12-21T04:26:49.616Z Compiling match_cfg v0.1.0
13382024-12-21T04:26:49.722Z Compiling adler2 v2.0.0
13392024-12-21T04:26:49.791Z Compiling rustversion v1.0.17
13402024-12-21T04:26:49.923Z Compiling foreign-types-shared v0.1.1
13412024-12-21T04:26:50.055Z Compiling foreign-types v0.3.2
13422024-12-21T04:26:50.129Z Compiling miniz_oxide v0.8.0
13432024-12-21T04:26:50.169Z Compiling hostname v0.3.1
13442024-12-21T04:26:50.195Z Compiling url v2.5.3
13452024-12-21T04:26:50.586Z Compiling openssl-macros v0.1.1
13462024-12-21T04:26:51.356Z Compiling tokio-util v0.7.12
13472024-12-21T04:26:51.395Z Compiling dof v0.3.0
13482024-12-21T04:26:51.672Z Compiling async-trait v0.1.83
13492024-12-21T04:26:51.810Z Compiling serde_derive_internals v0.29.1
13502024-12-21T04:26:52.270Z Compiling usdt-impl v0.5.0
13512024-12-21T04:26:52.805Z Compiling h2 v0.4.6
13522024-12-21T04:26:53.604Z Compiling dirs-sys-next v0.1.2
13532024-12-21T04:26:53.889Z Compiling data-encoding v2.6.0
13542024-12-21T04:26:54.268Z Compiling rustls v0.22.4
13552024-12-21T04:26:54.458Z Compiling schemars v0.8.21
13562024-12-21T04:26:54.535Z Compiling siphasher v0.3.11
13572024-12-21T04:26:54.581Z Compiling native-tls v0.2.12
13582024-12-21T04:26:54.831Z Compiling syn v1.0.109
13592024-12-21T04:26:54.946Z Compiling rustls v0.23.19
13602024-12-21T04:26:55.025Z Compiling schemars_derive v0.8.21
13612024-12-21T04:26:55.256Z Compiling dirs-next v2.0.0
13622024-12-21T04:26:55.901Z Compiling http-body-util v0.1.2
13632024-12-21T04:26:56.362Z Compiling heapless v0.7.17
13642024-12-21T04:26:56.450Z Compiling crossbeam-epoch v0.9.18
13652024-12-21T04:26:56.790Z Compiling sha1 v0.10.6
13662024-12-21T04:26:56.985Z Compiling signature v2.2.0
13672024-12-21T04:26:57.209Z Compiling bzip2-sys v0.1.11+1.0.8
13682024-12-21T04:26:57.211Z Compiling thread_local v1.1.8
13692024-12-21T04:26:57.286Z Compiling multer v3.1.0
13702024-12-21T04:26:57.565Z Compiling encoding_rs v0.8.34
13712024-12-21T04:26:57.706Z Compiling cookie v0.18.1
13722024-12-21T04:26:57.789Z Compiling dyn-clone v1.0.17
13732024-12-21T04:26:57.988Z Compiling openssl-probe v0.1.5
13742024-12-21T04:26:58.025Z Compiling gimli v0.31.1
13752024-12-21T04:26:58.368Z Compiling slog-async v2.8.0
13762024-12-21T04:26:58.455Z Compiling unicode-properties v0.1.3
13772024-12-21T04:26:58.528Z Compiling ipnet v2.10.1
13782024-12-21T04:26:58.850Z Compiling signal-hook v0.3.17
13792024-12-21T04:26:58.891Z Compiling mime v0.3.17
13802024-12-21T04:26:59.114Z Compiling rayon-core v1.12.1
13812024-12-21T04:26:59.484Z Compiling stringprep v0.1.5
13822024-12-21T04:26:59.837Z Compiling hyper v1.5.0
13832024-12-21T04:27:00.925Z Compiling toml_edit v0.22.22
13842024-12-21T04:27:02.836Z Compiling hyper-util v0.1.10
13852024-12-21T04:27:03.233Z Compiling addr2line v0.24.2
13862024-12-21T04:27:03.643Z Compiling crossbeam-deque v0.8.5
13872024-12-21T04:27:03.983Z Compiling usdt-attr-macro v0.5.0
13882024-12-21T04:27:04.007Z Compiling usdt-macro v0.5.0
13892024-12-21T04:27:04.250Z Compiling term v0.7.0
13902024-12-21T04:27:04.963Z Compiling slog-json v2.6.1
13912024-12-21T04:27:05.346Z Compiling serde_urlencoded v0.7.1
13922024-12-21T04:27:05.533Z Compiling curve25519-dalek v4.1.3
13932024-12-21T04:27:05.657Z Compiling crossbeam-channel v0.5.13
13942024-12-21T04:27:05.784Z Compiling futures-executor v0.3.31
13952024-12-21T04:27:05.906Z Compiling enum-as-inner v0.6.1
13962024-12-21T04:27:06.022Z Compiling md-5 v0.10.6
13972024-12-21T04:27:06.134Z Compiling async-stream-impl v0.3.6
13982024-12-21T04:27:06.296Z Compiling rustls-pemfile v2.2.0
13992024-12-21T04:27:06.346Z Compiling num-integer v0.1.46
14002024-12-21T04:27:06.649Z Compiling idna v0.4.0
14012024-12-21T04:27:06.766Z Compiling idna v0.3.0
14022024-12-21T04:27:07.014Z Compiling hash32 v0.2.1
14032024-12-21T04:27:07.100Z Compiling ff v0.13.0
14042024-12-21T04:27:07.325Z Compiling is-terminal v0.4.13
14052024-12-21T04:27:07.380Z Compiling object v0.36.5
14062024-12-21T04:27:07.468Z Compiling dropshot v0.12.0
14072024-12-21T04:27:07.573Z Compiling anyhow v1.0.93
14082024-12-21T04:27:07.757Z Compiling utf-8 v0.7.6
14092024-12-21T04:27:08.094Z Compiling fallible-iterator v0.2.0
14102024-12-21T04:27:08.209Z Compiling base16ct v0.2.0
14112024-12-21T04:27:08.585Z Compiling quick-error v1.2.3
14122024-12-21T04:27:08.601Z Compiling take_mut v0.2.2
14132024-12-21T04:27:08.601Z Compiling rustc-demangle v0.1.24
14142024-12-21T04:27:08.601Z Compiling num-bigint-dig v0.8.4
14152024-12-21T04:27:08.609Z Compiling smoltcp v0.9.1
14162024-12-21T04:27:08.817Z Compiling linked-hash-map v0.5.6
14172024-12-21T04:27:08.834Z Compiling psl-types v2.0.11
14182024-12-21T04:27:09.034Z Compiling portable-atomic v1.9.0
14192024-12-21T04:27:09.182Z Compiling lru-cache v0.1.2
14202024-12-21T04:27:09.359Z Compiling publicsuffix v2.2.3
14212024-12-21T04:27:09.435Z Compiling postgres-protocol v0.6.7
14222024-12-21T04:27:09.505Z Compiling resolv-conf v0.7.0
14232024-12-21T04:27:09.606Z Compiling sec1 v0.7.3
14242024-12-21T04:27:10.257Z Compiling tungstenite v0.24.0
14252024-12-21T04:27:10.451Z Compiling async-stream v0.3.6
14262024-12-21T04:27:10.566Z Compiling hickory-proto v0.24.1
14272024-12-21T04:27:10.762Z Compiling slog-term v2.9.1
14282024-12-21T04:27:10.764Z Compiling usdt v0.5.0
14292024-12-21T04:27:11.287Z Compiling group v0.13.0
14302024-12-21T04:27:11.643Z Compiling num-iter v0.1.45
14312024-12-21T04:27:11.971Z Compiling futures v0.3.31
14322024-12-21T04:27:12.068Z Compiling slog-bunyan v2.5.0
14332024-12-21T04:27:12.108Z Compiling toml v0.8.19
14342024-12-21T04:27:12.631Z Compiling tokio-native-tls v0.3.1
14352024-12-21T04:27:12.935Z Compiling camino v1.1.9
14362024-12-21T04:27:13.937Z Compiling phf_shared v0.11.2
14372024-12-21T04:27:14.060Z Compiling dropshot_endpoint v0.12.0
14382024-12-21T04:27:14.325Z Compiling terminal_size v0.4.0
14392024-12-21T04:27:14.558Z Compiling openapiv3 v2.0.0
14402024-12-21T04:27:14.587Z Compiling waitgroup v0.1.2
14412024-12-21T04:27:14.851Z Compiling backtrace v0.3.74
14422024-12-21T04:27:14.972Z Compiling serde_path_to_error v0.1.16
14432024-12-21T04:27:15.663Z Compiling hkdf v0.12.4
14442024-12-21T04:27:15.838Z Compiling crypto-bigint v0.5.5
14452024-12-21T04:27:15.925Z Compiling curve25519-dalek-derive v0.1.1
14462024-12-21T04:27:17.526Z Compiling zerocopy-derive v0.6.6
14472024-12-21T04:27:18.404Z Compiling hubpack_derive v0.1.1
14482024-12-21T04:27:18.612Z Compiling webpki-roots v0.26.6
14492024-12-21T04:27:18.859Z Compiling idna v0.5.0
14502024-12-21T04:27:18.884Z Compiling hostname v0.4.0
14512024-12-21T04:27:19.115Z Compiling fs-err v2.11.0
14522024-12-21T04:27:19.150Z Compiling crc32fast v1.4.2
14532024-12-21T04:27:19.293Z Compiling ahash v0.8.11
14542024-12-21T04:27:19.416Z Compiling managed v0.8.0
14552024-12-21T04:27:19.489Z Compiling bitflags v1.3.2
14562024-12-21T04:27:19.606Z Compiling newtype-uuid v1.1.3
14572024-12-21T04:27:19.636Z Compiling winnow v0.5.40
14582024-12-21T04:27:19.871Z Compiling debug-ignore v1.0.5
14592024-12-21T04:27:19.892Z Compiling strum_macros v0.25.3
14602024-12-21T04:27:19.980Z Compiling clap_builder v4.5.21
14612024-12-21T04:27:20.025Z Compiling zerocopy v0.6.6
14622024-12-21T04:27:20.928Z Compiling cookie_store v0.21.0
14632024-12-21T04:27:21.432Z Compiling console v0.15.8
14642024-12-21T04:27:22.354Z Compiling flate2 v1.0.34
14652024-12-21T04:27:22.602Z Compiling hubpack v0.1.2
14662024-12-21T04:27:22.789Z Compiling elliptic-curve v0.13.8
14672024-12-21T04:27:23.069Z Compiling hickory-resolver v0.24.1
14682024-12-21T04:27:23.388Z Compiling toml_edit v0.19.15
14692024-12-21T04:27:23.697Z Compiling signal-hook-mio v0.2.4
14702024-12-21T04:27:23.837Z Compiling phf v0.11.2
14712024-12-21T04:27:24.153Z Compiling rayon v1.10.0
14722024-12-21T04:27:24.160Z Compiling hyper-tls v0.6.0
14732024-12-21T04:27:24.501Z Compiling bzip2 v0.4.4
14742024-12-21T04:27:24.927Z Compiling tokio-tungstenite v0.24.0
14752024-12-21T04:27:25.482Z Compiling postgres-types v0.2.8
14762024-12-21T04:27:28.476Z Compiling ed25519 v2.2.3
14772024-12-21T04:27:29.163Z Compiling phf_shared v0.10.0
14782024-12-21T04:27:29.586Z Compiling tokio-stream v0.1.16
14792024-12-21T04:27:29.709Z Compiling pkcs1 v0.7.5
14802024-12-21T04:27:29.923Z Compiling serde-big-array v0.5.1
14812024-12-21T04:27:30.167Z Compiling clap_derive v4.5.18
14822024-12-21T04:27:30.420Z Compiling rfc6979 v0.4.0
14832024-12-21T04:27:30.615Z Compiling derive-where v1.2.7
14842024-12-21T04:27:30.690Z Compiling serde_repr v0.1.19
14852024-12-21T04:27:30.763Z Compiling float-cmp v0.9.0
14862024-12-21T04:27:31.002Z Compiling bstr v1.10.0
14872024-12-21T04:27:31.345Z Compiling sync_wrapper v1.0.1
14882024-12-21T04:27:31.504Z Compiling predicates-core v1.0.8
14892024-12-21T04:27:31.646Z Compiling fixedbitset v0.4.2
14902024-12-21T04:27:31.876Z Compiling unicode-segmentation v1.12.0
14912024-12-21T04:27:31.896Z Compiling bit-vec v0.6.3
14922024-12-21T04:27:32.123Z Compiling normalize-line-endings v0.3.0
14932024-12-21T04:27:32.249Z Compiling whoami v1.5.2
14942024-12-21T04:27:32.352Z Compiling new_debug_unreachable v1.0.6
14952024-12-21T04:27:32.460Z Compiling static_assertions v1.1.0
14962024-12-21T04:27:32.565Z Compiling unicode-width v0.2.0
14972024-12-21T04:27:32.759Z Compiling precomputed-hash v0.1.1
14982024-12-21T04:27:32.858Z Compiling difflib v0.4.0
14992024-12-21T04:27:32.886Z Compiling number_prefix v0.4.0
15002024-12-21T04:27:32.886Z Compiling string_cache v0.8.7
15012024-12-21T04:27:33.103Z Compiling indicatif v0.17.9
15022024-12-21T04:27:33.137Z Compiling tokio-postgres v0.7.12
15032024-12-21T04:27:33.385Z Compiling predicates v3.1.2
15042024-12-21T04:27:34.332Z Compiling similar v2.6.0
15052024-12-21T04:27:34.523Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15062024-12-21T04:27:35.211Z Compiling bit-set v0.5.3
15072024-12-21T04:27:35.402Z Compiling clap v4.5.21
15082024-12-21T04:27:35.435Z Compiling petgraph v0.6.5
15092024-12-21T04:27:35.502Z Compiling ecdsa v0.16.9
15102024-12-21T04:27:35.526Z Compiling rsa v0.9.6
15112024-12-21T04:27:36.387Z Compiling ed25519-dalek v2.1.1
15122024-12-21T04:27:36.871Z Compiling toml v0.7.8
15132024-12-21T04:27:37.750Z Compiling zip v0.6.6
15142024-12-21T04:27:38.654Z Compiling crossterm v0.28.1
15152024-12-21T04:27:39.611Z Compiling hex v0.4.3
15162024-12-21T04:27:39.717Z Compiling x509-cert v0.2.5
15172024-12-21T04:27:39.983Z Compiling unicode-xid v0.2.6
15182024-12-21T04:27:40.156Z Compiling peg-runtime v0.8.3
15192024-12-21T04:27:40.196Z Compiling lalrpop-util v0.19.12
15202024-12-21T04:27:40.266Z Compiling strum_macros v0.26.4
15212024-12-21T04:27:40.509Z Compiling xattr v1.3.1
15222024-12-21T04:27:40.787Z Compiling filetime v0.2.25
15232024-12-21T04:27:41.083Z Compiling tar v0.4.42
15242024-12-21T04:27:45.429Z Compiling strum v0.26.3
15252024-12-21T04:27:48.705Z Compiling aws-lc-sys v0.22.0
15262024-12-21T04:28:16.977Z Compiling rustls-webpki v0.102.8
15272024-12-21T04:28:20.404Z Compiling tokio-rustls v0.25.0
15282024-12-21T04:28:22.176Z Compiling tokio-rustls v0.26.0
15292024-12-21T04:28:22.566Z Compiling hyper-rustls v0.27.3
15302024-12-21T04:28:22.948Z Compiling reqwest v0.12.9
15312024-12-21T04:28:23.993Z Compiling qorb v0.2.1
15322024-12-21T04:28:28.998Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15332024-12-21T04:28:29.239Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15342024-12-21T04:28:35.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15352024-12-21T04:28:35.287Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15362024-12-21T04:28:35.346ZDec 21 04:28:34.517 INFO Starting download, target: Console
15372024-12-21T04:28:35.346ZDec 21 04:28:34.517 INFO Starting download, target: Clickhouse
15382024-12-21T04:28:35.347ZDec 21 04:28:34.517 INFO Starting download, target: Cockroach
15392024-12-21T04:28:35.347ZDec 21 04:28:34.517 INFO Starting download, target: DendriteOpenapi
15402024-12-21T04:28:35.347ZDec 21 04:28:34.517 INFO Starting download, target: DendriteStub
15412024-12-21T04:28:35.351ZDec 21 04:28:34.517 INFO Starting download, target: MaghemiteMgd
15422024-12-21T04:28:35.351ZDec 21 04:28:34.517 INFO Starting download, target: TransceiverControl
15432024-12-21T04:28:35.351ZDec 21 04:28:34.517 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15442024-12-21T04:28:35.351ZDec 21 04:28:34.517 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15452024-12-21T04:28:35.351ZDec 21 04:28:34.518 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15462024-12-21T04:28:35.351ZDec 21 04:28:34.518 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15472024-12-21T04:28:35.351ZDec 21 04:28:34.518 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15482024-12-21T04:28:35.352ZDec 21 04:28:34.518 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15492024-12-21T04:28:35.352ZDec 21 04:28:34.518 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15502024-12-21T04:28:35.492ZDec 21 04:28:34.668 INFO Download complete, target: DendriteOpenapi
15512024-12-21T04:28:35.792ZDec 21 04:28:34.953 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15522024-12-21T04:28:35.967ZDec 21 04:28:35.100 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15532024-12-21T04:28:36.108ZDec 21 04:28:35.261 INFO Download complete, target: Console
15542024-12-21T04:28:36.450ZDec 21 04:28:35.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15552024-12-21T04:28:36.510ZDec 21 04:28:35.686 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562024-12-21T04:28:36.597ZDec 21 04:28:35.772 INFO Download complete, target: TransceiverControl
15572024-12-21T04:28:37.259ZDec 21 04:28:36.435 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15582024-12-21T04:28:37.331ZDec 21 04:28:36.508 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15592024-12-21T04:28:37.331ZDec 21 04:28:36.508 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15602024-12-21T04:28:39.387ZDec 21 04:28:38.564 INFO Download complete, target: MaghemiteMgd
15612024-12-21T04:28:39.390ZDec 21 04:28:38.564 INFO Download complete, target: DendriteStub
15622024-12-21T04:28:44.755ZDec 21 04:28:43.931 INFO Checking that binary works, target: Cockroach
15632024-12-21T04:28:44.912ZDec 21 04:28:44.088 INFO Download complete, target: Cockroach
15642024-12-21T04:28:49.820ZDec 21 04:28:48.995 INFO Checking that binary works, target: Clickhouse
15652024-12-21T04:28:49.940ZDec 21 04:28:49.114 INFO Download complete, target: Clickhouse
15662024-12-21T04:28:49.946ZAll prerequisites installed successfully
15672024-12-21T04:28:49.949Z
15682024-12-21T04:28:49.949Zreal 6:51.752491003
15692024-12-21T04:28:49.949Zuser 16:40.670792051
15702024-12-21T04:28:49.949Zsys 3:17.522765397
15712024-12-21T04:28:49.949Ztrap 0.559565944
15722024-12-21T04:28:49.949Ztflt 1.540232050
15732024-12-21T04:28:49.949Zdflt 2.342477106
15742024-12-21T04:28:49.949Zkflt 0.026934330
15752024-12-21T04:28:49.949Zlock 29:57.048444657
15762024-12-21T04:28:49.949Zslp 1:05:49.222396108
15772024-12-21T04:28:49.949Zlat 1:00.088869150
15782024-12-21T04:28:49.949Zstop 2:24.635455508
15792024-12-21T04:28:49.949Z+ ptime -m cargo xtask download softnpu
15802024-12-21T04:28:50.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15812024-12-21T04:28:50.506Z Running `target/debug/xtask download softnpu`
15822024-12-21T04:28:51.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
15832024-12-21T04:28:51.418Z Running `target/debug/xtask-downloader softnpu`
15842024-12-21T04:28:51.459ZDec 21 04:28:50.634 INFO Starting download, target: Softnpu
15852024-12-21T04:28:51.462ZDec 21 04:28:50.634 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15862024-12-21T04:28:52.029ZDec 21 04:28:51.204 INFO Download complete, target: Softnpu
15872024-12-21T04:28:52.033Z
15882024-12-21T04:28:52.036Zreal 2.079893858
15892024-12-21T04:28:52.036Zuser 1.304208637
15902024-12-21T04:28:52.036Zsys 0.550085127
15912024-12-21T04:28:52.036Ztrap 0.001105264
15922024-12-21T04:28:52.036Ztflt 0.000009478
15932024-12-21T04:28:52.036Zdflt 0.000002569
15942024-12-21T04:28:52.036Zkflt 0.000000000
15952024-12-21T04:28:52.036Zlock 5.917639597
15962024-12-21T04:28:52.036Zslp 0.391197504
15972024-12-21T04:28:52.036Zlat 0.070167992
15982024-12-21T04:28:52.036Zstop 0.000157266
15992024-12-21T04:28:52.037Z+ export CARGO_INCREMENTAL=0
16002024-12-21T04:28:52.037Z+ CARGO_INCREMENTAL=0
16012024-12-21T04:28:52.037Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
16022024-12-21T04:28:53.011Z Compiling proc-macro2 v1.0.89
16032024-12-21T04:28:53.011Z Compiling unicode-ident v1.0.13
16042024-12-21T04:28:53.011Z Compiling libc v0.2.162
16052024-12-21T04:28:53.018Z Compiling serde v1.0.215
16062024-12-21T04:28:53.018Z Compiling autocfg v1.4.0
16072024-12-21T04:28:53.018Z Compiling version_check v0.9.5
16082024-12-21T04:28:53.018Z Compiling cfg-if v1.0.0
16092024-12-21T04:28:53.306Z Compiling memchr v2.7.4
16102024-12-21T04:28:53.351Z Compiling shlex v1.3.0
16112024-12-21T04:28:53.368Z Compiling typenum v1.17.0
16122024-12-21T04:28:53.711Z Compiling value-bag v1.9.0
16132024-12-21T04:28:53.904Z Compiling generic-array v0.14.7
16142024-12-21T04:28:53.985Z Compiling lock_api v0.4.12
16152024-12-21T04:28:54.216Z Compiling log v0.4.22
16162024-12-21T04:28:54.299Z Compiling scopeguard v1.2.0
16172024-12-21T04:28:54.414Z Compiling parking_lot_core v0.9.10
16182024-12-21T04:28:54.762Z Compiling serde_json v1.0.133
16192024-12-21T04:28:54.835Z Compiling quote v1.0.37
16202024-12-21T04:28:54.971Z Compiling once_cell v1.20.2
16212024-12-21T04:28:55.073Z Compiling libm v0.2.8
16222024-12-21T04:28:55.089Z Compiling rustix v0.38.37
16232024-12-21T04:28:55.376Z Compiling syn v2.0.87
16242024-12-21T04:28:55.396Z Compiling jobserver v0.1.32
16252024-12-21T04:28:55.447Z Compiling getrandom v0.2.15
16262024-12-21T04:28:55.487Z Compiling num-traits v0.2.19
16272024-12-21T04:28:55.709Z Compiling thiserror v1.0.69
16282024-12-21T04:28:55.741Z Compiling aho-corasick v1.1.3
16292024-12-21T04:28:55.780Z Compiling cc v1.1.30
16302024-12-21T04:28:55.799Z Compiling regex-syntax v0.8.5
16312024-12-21T04:28:55.971Z Compiling itoa v1.0.11
16322024-12-21T04:28:56.167Z Compiling either v1.13.0
16332024-12-21T04:28:56.189Z Compiling spin v0.9.8
16342024-12-21T04:28:56.578Z Compiling slab v0.4.9
16352024-12-21T04:28:56.602Z Compiling byteorder v1.5.0
16362024-12-21T04:28:56.984Z Compiling errno v0.3.9
16372024-12-21T04:28:57.060Z Compiling rand_core v0.6.4
16382024-12-21T04:28:57.204Z Compiling lazy_static v1.5.0
16392024-12-21T04:28:57.326Z Compiling glob v0.3.1
16402024-12-21T04:28:57.850Z Compiling prettyplease v0.2.25
16412024-12-21T04:28:58.169Z Compiling clang-sys v1.8.1
16422024-12-21T04:28:58.405Z Compiling minimal-lexical v0.2.1
16432024-12-21T04:28:58.650Z Compiling libloading v0.8.5
16442024-12-21T04:28:58.834Z Compiling nom v7.1.3
16452024-12-21T04:28:58.894Z Compiling subtle v2.6.1
16462024-12-21T04:28:59.018Z Compiling home v0.5.9
16472024-12-21T04:28:59.266Z Compiling bindgen v0.69.5
16482024-12-21T04:28:59.293Z Compiling allocator-api2 v0.2.18
16492024-12-21T04:28:59.640Z Compiling regex-automata v0.4.8
16502024-12-21T04:28:59.722Z Compiling itertools v0.10.5
16512024-12-21T04:29:00.082Z Compiling smallvec v1.13.2
16522024-12-21T04:29:00.086Z Compiling lazycell v1.3.0
16532024-12-21T04:29:00.280Z Compiling rustc-hash v1.1.0
16542024-12-21T04:29:00.437Z Compiling semver v1.0.23
16552024-12-21T04:29:00.602Z Compiling cmake v0.1.51
16562024-12-21T04:29:01.119Z Compiling fs_extra v1.3.0
16572024-12-21T04:29:01.484Z Compiling dunce v1.0.5
16582024-12-21T04:29:02.213Z Compiling cexpr v0.6.0
16592024-12-21T04:29:02.245Z Compiling ryu v1.0.18
16602024-12-21T04:29:02.508Z Compiling pkg-config v0.3.31
16612024-12-21T04:29:02.527Z Compiling ring v0.17.8
16622024-12-21T04:29:02.550Z Compiling pin-project-lite v0.2.14
16632024-12-21T04:29:02.709Z Compiling paste v1.0.15
16642024-12-21T04:29:03.042Z Compiling synstructure v0.13.1
16652024-12-21T04:29:03.713Z Compiling const-oid v0.9.6
16662024-12-21T04:29:03.715Z Compiling schemars v0.8.21
16672024-12-21T04:29:03.911Z Compiling fnv v1.0.7
16682024-12-21T04:29:04.073Z Compiling serde_derive_internals v0.29.1
16692024-12-21T04:29:04.464Z Compiling aws-lc-rs v1.10.0
16702024-12-21T04:29:04.811Z Compiling equivalent v1.0.1
16712024-12-21T04:29:04.883Z Compiling httparse v1.9.5
16722024-12-21T04:29:04.935Z Compiling foldhash v0.1.3
16732024-12-21T04:29:05.234Z Compiling regex v1.11.1
16742024-12-21T04:29:05.538Z Compiling hashbrown v0.15.1
16752024-12-21T04:29:06.042Z Compiling heck v0.5.0
16762024-12-21T04:29:06.416Z Compiling signal-hook-registry v1.4.2
16772024-12-21T04:29:06.638Z Compiling parking_lot v0.12.3
16782024-12-21T04:29:06.872Z Compiling mio v1.0.2
16792024-12-21T04:29:08.517Z Compiling stable_deref_trait v1.2.0
16802024-12-21T04:29:08.637Z Compiling serde_derive v1.0.215
16812024-12-21T04:29:08.667Z Compiling zeroize_derive v1.4.2
16822024-12-21T04:29:08.718Z Compiling zerocopy-derive v0.7.35
16832024-12-21T04:29:09.226Z Compiling thiserror-impl v1.0.69
16842024-12-21T04:29:09.714Z Compiling tokio-macros v2.4.0
16852024-12-21T04:29:10.028Z Compiling zerofrom-derive v0.1.4
16862024-12-21T04:29:10.137Z Compiling zeroize v1.8.1
16872024-12-21T04:29:10.539Z Compiling yoke-derive v0.7.4
16882024-12-21T04:29:10.624Z Compiling futures-macro v0.3.31
16892024-12-21T04:29:10.776Z Compiling zerovec-derive v0.10.3
16902024-12-21T04:29:11.140Z Compiling zerocopy v0.7.35
16912024-12-21T04:29:12.068Z Compiling displaydoc v0.2.5
16922024-12-21T04:29:12.610Z Compiling crypto-common v0.1.6
16932024-12-21T04:29:12.800Z Compiling tracing-attributes v0.1.27
16942024-12-21T04:29:12.819Z Compiling schemars_derive v0.8.21
16952024-12-21T04:29:13.193Z Compiling icu_provider_macros v1.5.0
16962024-12-21T04:29:13.226Z Compiling block-buffer v0.10.4
16972024-12-21T04:29:13.489Z Compiling digest v0.10.7
16982024-12-21T04:29:13.559Z Compiling crossbeam-utils v0.8.20
16992024-12-21T04:29:13.711Z Compiling der_derive v0.7.3
17002024-12-21T04:29:13.966Z Compiling socket2 v0.5.7
17012024-12-21T04:29:14.082Z Compiling num-conv v0.1.0
17022024-12-21T04:29:14.305Z Compiling futures-core v0.3.31
17032024-12-21T04:29:14.415Z Compiling time-core v0.1.2
17042024-12-21T04:29:14.604Z Compiling time-macros v0.2.18
17052024-12-21T04:29:15.813Z Compiling vcpkg v0.2.15
17062024-12-21T04:29:16.572Z Compiling syn v1.0.109
17072024-12-21T04:29:17.437Z Compiling openssl-sys v0.9.103
17082024-12-21T04:29:17.477Z Compiling cpufeatures v0.2.14
17092024-12-21T04:29:17.580Z Compiling futures-sink v0.3.31
17102024-12-21T04:29:17.851Z Compiling slog v2.7.0
17112024-12-21T04:29:18.082Z Compiling ahash v0.8.11
17122024-12-21T04:29:18.356Z Compiling iana-time-zone v0.1.61
17132024-12-21T04:29:18.445Z Compiling zerofrom v0.1.4
17142024-12-21T04:29:18.684Z Compiling scroll_derive v0.12.0
17152024-12-21T04:29:18.760Z Compiling ucd-trie v0.1.7
17162024-12-21T04:29:19.085Z Compiling pest v2.7.14
17172024-12-21T04:29:19.100Z Compiling yoke v0.7.4
17182024-12-21T04:29:19.260Z Compiling futures-channel v0.3.31
17192024-12-21T04:29:19.767Z Compiling hmac v0.12.1
17202024-12-21T04:29:19.987Z Compiling futures-task v0.3.31
17212024-12-21T04:29:20.113Z Compiling pin-utils v0.1.0
17222024-12-21T04:29:20.146Z Compiling futures-io v0.3.31
17232024-12-21T04:29:20.568Z Compiling openssl v0.10.66
17242024-12-21T04:29:20.593Z Compiling futures-util v0.3.31
17252024-12-21T04:29:20.953Z Compiling zerovec v0.10.4
17262024-12-21T04:29:21.223Z Compiling block-padding v0.3.3
17272024-12-21T04:29:21.457Z Compiling tinyvec_macros v0.1.1
17282024-12-21T04:29:21.748Z Compiling pest_meta v2.7.14
17292024-12-21T04:29:22.063Z Compiling bitflags v2.6.0
17302024-12-21T04:29:22.162Z Compiling bytes v1.8.0
17312024-12-21T04:29:24.415Z Compiling indexmap v2.6.0
17322024-12-21T04:29:25.921Z Compiling tokio v1.40.0
17332024-12-21T04:29:25.973Z Compiling serde_tokenstream v0.2.2
17342024-12-21T04:29:26.550Z Compiling uuid v1.11.0
17352024-12-21T04:29:26.844Z Compiling which v4.4.2
17362024-12-21T04:29:27.614Z Compiling http v1.1.0
17372024-12-21T04:29:27.850Z Compiling chrono v0.4.38
17382024-12-21T04:29:27.907Z Compiling rustc_version v0.4.1
17392024-12-21T04:29:30.763Z Compiling pest_generator v2.7.14
17402024-12-21T04:29:31.248Z Compiling toml_datetime v0.6.8
17412024-12-21T04:29:31.719Z Compiling serde_spanned v0.6.8
17422024-12-21T04:29:31.953Z Compiling tinyvec v1.8.0
17432024-12-21T04:29:32.567Z Compiling inout v0.1.3
17442024-12-21T04:29:33.502Z Compiling openssl-macros v0.1.1
17452024-12-21T04:29:33.659Z Compiling rustls v0.23.19
17462024-12-21T04:29:33.953Z Compiling strsim v0.11.1
17472024-12-21T04:29:34.199Z Compiling native-tls v0.2.12
17482024-12-21T04:29:34.534Z Compiling dyn-clone v1.0.17
17492024-12-21T04:29:35.056Z Compiling unicode-normalization v0.1.24
17502024-12-21T04:29:35.937Z Compiling cipher v0.4.4
17512024-12-21T04:29:36.157Z Compiling pest_derive v2.7.14
17522024-12-21T04:29:36.342Z Compiling tinystr v0.7.6
17532024-12-21T04:29:36.400Z Compiling sha2 v0.10.8
17542024-12-21T04:29:36.555Z Compiling tracing-core v0.1.32
17552024-12-21T04:29:36.790Z Compiling usdt-impl v0.5.0
17562024-12-21T04:29:36.904Z Compiling unicode-bidi v0.3.17
17572024-12-21T04:29:37.139Z Compiling writeable v0.5.5
17582024-12-21T04:29:37.202Z Compiling base64ct v1.6.0
17592024-12-21T04:29:37.660Z Compiling litemap v0.7.3
17602024-12-21T04:29:38.076Z Compiling icu_locid v1.5.0
17612024-12-21T04:29:38.162Z Compiling pem-rfc7468 v0.7.0
17622024-12-21T04:29:38.794Z Compiling tracing v0.1.40
17632024-12-21T04:29:39.685Z Compiling scroll v0.12.0
17642024-12-21T04:29:39.998Z Compiling ppv-lite86 v0.2.20
17652024-12-21T04:29:40.196Z Compiling async-trait v0.1.83
17662024-12-21T04:29:40.880Z Compiling cookie v0.18.1
17672024-12-21T04:29:41.199Z Compiling aws-lc-sys v0.22.0
17682024-12-21T04:29:41.815Z Compiling plain v0.2.3
17692024-12-21T04:29:42.186Z Compiling flagset v0.4.6
17702024-12-21T04:29:42.407Z Compiling camino v1.1.9
17712024-12-21T04:29:42.432Z Compiling anyhow v1.0.93
17722024-12-21T04:29:42.940Z Compiling der v0.7.9
17732024-12-21T04:29:42.967Z Compiling goblin v0.8.2
17742024-12-21T04:29:45.181Z Compiling rand_chacha v0.3.1
17752024-12-21T04:29:46.148Z Compiling icu_provider v1.5.0
17762024-12-21T04:29:47.063Z Compiling pretty-hex v0.4.1
17772024-12-21T04:29:47.285Z Compiling untrusted v0.7.1
17782024-12-21T04:29:47.474Z Compiling percent-encoding v2.3.1
17792024-12-21T04:29:47.784Z Compiling rayon-core v1.12.1
17802024-12-21T04:29:48.056Z Compiling rustls v0.22.4
17812024-12-21T04:29:48.216Z Compiling rustls-pki-types v1.10.0
17822024-12-21T04:29:48.794Z Compiling icu_locid_transform_data v1.5.0
17832024-12-21T04:29:49.267Z Compiling icu_locid_transform v1.5.0
17842024-12-21T04:29:50.750Z Compiling dof v0.3.0
17852024-12-21T04:29:52.169Z Compiling rand v0.8.5
17862024-12-21T04:29:52.401Z Compiling spki v0.7.3
17872024-12-21T04:29:52.681Z Compiling dtrace-parser v0.2.0
17882024-12-21T04:29:52.729Z Compiling salsa20 v0.10.2
17892024-12-21T04:29:52.962Z Compiling tokio-util v0.7.12
17902024-12-21T04:29:53.061Z Compiling icu_collections v1.5.0
17912024-12-21T04:29:53.683Z Compiling pbkdf2 v0.12.2
17922024-12-21T04:29:54.265Z Compiling thread-id v4.2.2
17932024-12-21T04:29:54.288Z Compiling untrusted v0.9.0
17942024-12-21T04:29:54.383Z Compiling mirai-annotations v1.12.0
17952024-12-21T04:29:54.439Z Compiling powerfmt v0.2.0
17962024-12-21T04:29:54.491Z Compiling icu_properties_data v1.5.0
17972024-12-21T04:29:54.761Z Compiling winnow v0.5.40
17982024-12-21T04:29:54.919Z Compiling deranged v0.3.11
17992024-12-21T04:29:55.084Z Compiling icu_properties v1.5.1
18002024-12-21T04:29:58.664Z Compiling toml_edit v0.19.15
18012024-12-21T04:29:59.716Z Compiling scrypt v0.11.0
18022024-12-21T04:29:59.756Z Compiling cbc v0.1.2
18032024-12-21T04:29:59.878Z Compiling aes v0.8.4
18042024-12-21T04:30:00.238Z Compiling multer v3.1.0
18052024-12-21T04:30:00.681Z Compiling atomic-waker v1.1.2
18062024-12-21T04:30:00.736Z Compiling utf16_iter v1.0.5
18072024-12-21T04:30:00.861Z Compiling utf8_iter v1.0.4
18082024-12-21T04:30:01.099Z Compiling icu_normalizer_data v1.5.0
18092024-12-21T04:30:01.118Z Compiling num_threads v0.1.7
18102024-12-21T04:30:01.215Z Compiling slog-async v2.8.0
18112024-12-21T04:30:01.246Z Compiling rustversion v1.0.17
18122024-12-21T04:30:01.680Z Compiling write16 v1.0.0
18132024-12-21T04:30:01.798Z Compiling time v0.3.36
18142024-12-21T04:30:01.819Z Compiling icu_normalizer v1.5.0
18152024-12-21T04:30:03.474Z Compiling pkcs5 v0.7.1
18162024-12-21T04:30:05.323Z Compiling form_urlencoded v1.2.1
18172024-12-21T04:30:05.834Z Compiling http-body v1.0.1
18182024-12-21T04:30:06.104Z Compiling heapless v0.7.17
18192024-12-21T04:30:06.521Z Compiling bzip2-sys v0.1.11+1.0.8
18202024-12-21T04:30:07.075Z Compiling try-lock v0.2.5
18212024-12-21T04:30:07.240Z Compiling signal-hook v0.3.17
18222024-12-21T04:30:07.550Z Compiling want v0.3.1
18232024-12-21T04:30:09.405Z Compiling pkcs8 v0.10.2
18242024-12-21T04:30:09.567Z Compiling idna_adapter v1.2.0
18252024-12-21T04:30:09.812Z Compiling h2 v0.4.6
18262024-12-21T04:30:11.030Z Compiling usdt-attr-macro v0.5.0
18272024-12-21T04:30:12.550Z Compiling usdt-macro v0.5.0
18282024-12-21T04:30:12.833Z Compiling async-stream-impl v0.3.6
18292024-12-21T04:30:13.035Z Compiling httpdate v1.0.3
18302024-12-21T04:30:14.134Z Compiling adler2 v2.0.0
18312024-12-21T04:30:14.423Z Compiling miniz_oxide v0.8.0
18322024-12-21T04:30:15.047Z Compiling idna v1.0.3
18332024-12-21T04:30:16.775Z Compiling curve25519-dalek v4.1.3
18342024-12-21T04:30:17.201Z Compiling hyper v1.5.0
18352024-12-21T04:30:17.905Z Compiling openapiv3 v2.0.0
18362024-12-21T04:30:19.919Z Compiling enum-as-inner v0.6.1
18372024-12-21T04:30:21.088Z Compiling dropshot v0.12.0
18382024-12-21T04:30:21.340Z Compiling match_cfg v0.1.0
18392024-12-21T04:30:21.401Z Compiling num-bigint-dig v0.8.4
18402024-12-21T04:30:21.455Z Compiling newtype-uuid v1.1.3
18412024-12-21T04:30:21.488Z Compiling tower-service v0.3.3
18422024-12-21T04:30:21.618Z Compiling portable-atomic v1.9.0
18432024-12-21T04:30:21.676Z Compiling foreign-types-shared v0.1.1
18442024-12-21T04:30:21.906Z Compiling base64 v0.22.1
18452024-12-21T04:30:21.938Z Compiling smoltcp v0.9.1
18462024-12-21T04:30:22.545Z Compiling hyper-util v0.1.10
18472024-12-21T04:30:22.597Z Compiling foreign-types v0.3.2
18482024-12-21T04:30:23.035Z Compiling hostname v0.3.1
18492024-12-21T04:30:28.536Z Compiling url v2.5.3
18502024-12-21T04:30:30.335Z Compiling dirs-sys-next v0.1.2
18512024-12-21T04:30:30.378Z Compiling data-encoding v2.6.0
18522024-12-21T04:30:30.387Z Compiling gimli v0.31.1
18532024-12-21T04:30:30.788Z Compiling ident_case v1.0.1
18542024-12-21T04:30:30.867Z Compiling siphasher v0.3.11
18552024-12-21T04:30:30.970Z Compiling heck v0.4.1
18562024-12-21T04:30:31.416Z Compiling darling_core v0.20.10
18572024-12-21T04:30:31.466Z Compiling dirs-next v2.0.0
18582024-12-21T04:30:34.002Z Compiling http-body-util v0.1.2
18592024-12-21T04:30:35.421Z Compiling addr2line v0.24.2
18602024-12-21T04:30:37.357Z Compiling crossbeam-epoch v0.9.18
18612024-12-21T04:30:37.615Z Compiling hubpack_derive v0.1.1
18622024-12-21T04:30:37.822Z Compiling dropshot_endpoint v0.12.0
18632024-12-21T04:30:38.139Z Compiling sha1 v0.10.6
18642024-12-21T04:30:38.447Z Compiling signature v2.2.0
18652024-12-21T04:30:38.510Z Compiling curve25519-dalek-derive v0.1.1
18662024-12-21T04:30:38.686Z Compiling zerocopy-derive v0.6.6
18672024-12-21T04:30:38.926Z Compiling object v0.36.5
18682024-12-21T04:30:40.120Z Compiling thread_local v1.1.8
18692024-12-21T04:30:40.569Z Compiling fs-err v2.11.0
18702024-12-21T04:30:40.631Z Compiling encoding_rs v0.8.34
18712024-12-21T04:30:41.940Z Compiling rustc-demangle v0.1.24
18722024-12-21T04:30:44.266Z Compiling mime v0.3.17
18732024-12-21T04:30:45.909Z Compiling openssl-probe v0.1.5
18742024-12-21T04:30:46.231Z Compiling winnow v0.6.20
18752024-12-21T04:30:50.114Z Compiling anstyle v1.0.10
18762024-12-21T04:30:50.568Z Compiling unicode-properties v0.1.3
18772024-12-21T04:30:50.994Z Compiling ipnet v2.10.1
18782024-12-21T04:30:51.702Z Compiling utf8parse v0.2.2
18792024-12-21T04:30:51.876Z Compiling anstyle-parse v0.2.5
18802024-12-21T04:30:52.069Z Compiling stringprep v0.1.5
18812024-12-21T04:30:52.229Z Compiling toml_edit v0.22.22
18822024-12-21T04:30:53.760Z Compiling backtrace v0.3.74
18832024-12-21T04:30:56.874Z Compiling rustls-webpki v0.102.8
18842024-12-21T04:30:57.305Z Compiling crossbeam-deque v0.8.5
18852024-12-21T04:30:57.658Z Compiling darling_macro v0.20.10
18862024-12-21T04:31:02.825Z Compiling term v0.7.0
18872024-12-21T04:31:04.132Z Compiling slog-json v2.6.1
18882024-12-21T04:31:05.278Z Compiling serde_urlencoded v0.7.1
18892024-12-21T04:31:06.052Z Compiling crossbeam-channel v0.5.13
18902024-12-21T04:31:06.097Z Compiling rustls-pemfile v2.2.0
18912024-12-21T04:31:06.917Z Compiling hashbrown v0.14.5
18922024-12-21T04:31:07.478Z Compiling idna v0.4.0
18932024-12-21T04:31:07.522Z Compiling idna v0.3.0
18942024-12-21T04:31:08.286Z Compiling futures-executor v0.3.31
18952024-12-21T04:31:09.003Z Compiling num-integer v0.1.46
18962024-12-21T04:31:09.189Z Compiling md-5 v0.10.6
18972024-12-21T04:31:09.438Z Compiling ff v0.13.0
18982024-12-21T04:31:09.494Z Compiling hash32 v0.2.1
18992024-12-21T04:31:09.678Z Compiling is-terminal v0.4.13
19002024-12-21T04:31:09.756Z Compiling memmap v0.7.0
19012024-12-21T04:31:09.875Z Compiling psl-types v2.0.11
19022024-12-21T04:31:10.076Z Compiling base16ct v0.2.0
19032024-12-21T04:31:10.095Z Compiling take_mut v0.2.2
19042024-12-21T04:31:10.274Z Compiling colorchoice v1.0.2
19052024-12-21T04:31:10.381Z Compiling anstyle-query v1.1.1
19062024-12-21T04:31:10.437Z Compiling quick-error v1.2.3
19072024-12-21T04:31:10.602Z Compiling utf-8 v0.7.6
19082024-12-21T04:31:10.617Z Compiling is_terminal_polyfill v1.70.1
19092024-12-21T04:31:11.416Z Compiling fallible-iterator v0.2.0
19102024-12-21T04:31:12.142Z Compiling linked-hash-map v0.5.6
19112024-12-21T04:31:12.546Z Compiling lru-cache v0.1.2
19122024-12-21T04:31:12.561Z Compiling postgres-protocol v0.6.7
19132024-12-21T04:31:13.809Z Compiling tungstenite v0.24.0
19142024-12-21T04:31:13.844Z Compiling anstream v0.6.15
19152024-12-21T04:31:14.542Z Compiling resolv-conf v0.7.0
19162024-12-21T04:31:14.717Z Compiling sec1 v0.7.3
19172024-12-21T04:31:15.309Z Compiling publicsuffix v2.2.3
19182024-12-21T04:31:15.580Z Compiling usdt v0.5.0
19192024-12-21T04:31:15.905Z Compiling slog-term v2.9.1
19202024-12-21T04:31:16.189Z Compiling group v0.13.0
19212024-12-21T04:31:16.493Z Compiling num-iter v0.1.45
19222024-12-21T04:31:16.697Z Compiling futures v0.3.31
19232024-12-21T04:31:16.816Z Compiling hickory-proto v0.24.1
19242024-12-21T04:31:16.914Z Compiling regress v0.10.1
19252024-12-21T04:31:19.954Z Compiling tokio-rustls v0.26.0
19262024-12-21T04:31:20.427Z Compiling slog-bunyan v2.5.0
19272024-12-21T04:31:20.635Z Compiling tokio-rustls v0.25.0
19282024-12-21T04:31:21.096Z Compiling darling v0.20.10
19292024-12-21T04:31:21.116Z Compiling toml v0.8.19
19302024-12-21T04:31:21.223Z Compiling tokio-native-tls v0.3.1
19312024-12-21T04:31:21.509Z Compiling strum_macros v0.25.3
19322024-12-21T04:31:21.663Z Compiling phf_shared v0.11.2
19332024-12-21T04:31:22.090Z Compiling async-stream v0.3.6
19342024-12-21T04:31:22.169Z Compiling waitgroup v0.1.2
19352024-12-21T04:31:22.370Z Compiling webpki-roots v0.26.6
19362024-12-21T04:31:22.730Z Compiling idna v0.5.0
19372024-12-21T04:31:22.748Z Compiling terminal_size v0.4.0
19382024-12-21T04:31:22.958Z Compiling serde_path_to_error v0.1.16
19392024-12-21T04:31:23.778Z Compiling hkdf v0.12.4
19402024-12-21T04:31:24.034Z Compiling crypto-bigint v0.5.5
19412024-12-21T04:31:24.059Z Compiling derive-where v1.2.7
19422024-12-21T04:31:24.222Z Compiling serde_repr v0.1.19
19432024-12-21T04:31:25.055Z Compiling clap_derive v4.5.18
19442024-12-21T04:31:25.344Z Compiling hostname v0.4.0
19452024-12-21T04:31:25.578Z Compiling crc32fast v1.4.2
19462024-12-21T04:31:25.908Z Compiling managed v0.8.0
19472024-12-21T04:31:26.660Z Compiling debug-ignore v1.0.5
19482024-12-21T04:31:26.811Z Compiling bitflags v1.3.2
19492024-12-21T04:31:27.383Z Compiling unicode-width v0.1.14
19502024-12-21T04:31:27.421Z Compiling clap_lex v0.7.2
19512024-12-21T04:31:27.816Z Compiling clap_builder v4.5.21
19522024-12-21T04:31:27.859Z Compiling console v0.15.8
19532024-12-21T04:31:28.150Z Compiling elliptic-curve v0.13.8
19542024-12-21T04:31:29.894Z Compiling flate2 v1.0.34
19552024-12-21T04:31:30.810Z Compiling cookie_store v0.21.0
19562024-12-21T04:31:33.622Z Compiling hyper-rustls v0.27.3
19572024-12-21T04:31:34.199Z Compiling hickory-resolver v0.24.1
19582024-12-21T04:31:37.050Z Compiling phf v0.11.2
19592024-12-21T04:31:37.237Z Compiling hyper-tls v0.6.0
19602024-12-21T04:31:37.338Z Compiling signal-hook-mio v0.2.4
19612024-12-21T04:31:37.519Z Compiling typify-impl v0.2.0
19622024-12-21T04:31:37.638Z Compiling bzip2 v0.4.4
19632024-12-21T04:31:37.993Z Compiling rayon v1.10.0
19642024-12-21T04:31:38.021Z Compiling tokio-tungstenite v0.24.0
19652024-12-21T04:31:38.348Z Compiling postgres-types v0.2.8
19662024-12-21T04:31:38.985Z Compiling zerocopy v0.6.6
19672024-12-21T04:31:39.052Z Compiling ed25519 v2.2.3
19682024-12-21T04:31:39.541Z Compiling hubpack v0.1.2
19692024-12-21T04:31:39.738Z Compiling phf_shared v0.10.0
19702024-12-21T04:31:39.789Z Compiling pkcs1 v0.7.5
19712024-12-21T04:31:39.971Z Compiling tokio-stream v0.1.16
19722024-12-21T04:31:40.681Z Compiling ipnetwork v0.20.0
19732024-12-21T04:31:41.058Z Compiling serde-big-array v0.5.1
19742024-12-21T04:31:41.299Z Compiling rfc6979 v0.4.0
19752024-12-21T04:31:41.528Z Compiling float-cmp v0.9.0
19762024-12-21T04:31:41.754Z Compiling sync_wrapper v1.0.1
19772024-12-21T04:31:41.900Z Compiling bstr v1.10.0
19782024-12-21T04:31:43.545Z Compiling precomputed-hash v0.1.1
19792024-12-21T04:31:43.700Z Compiling bit-vec v0.6.3
19802024-12-21T04:31:44.157Z Compiling number_prefix v0.4.0
19812024-12-21T04:31:44.298Z Compiling predicates-core v1.0.8
19822024-12-21T04:31:44.409Z Compiling fixedbitset v0.4.2
19832024-12-21T04:31:44.558Z Compiling unicode-width v0.2.0
19842024-12-21T04:31:44.630Z Compiling new_debug_unreachable v1.0.6
19852024-12-21T04:31:44.861Z Compiling unicode-segmentation v1.12.0
19862024-12-21T04:31:44.881Z Compiling static_assertions v1.1.0
19872024-12-21T04:31:45.097Z Compiling whoami v1.5.2
19882024-12-21T04:31:45.215Z Compiling normalize-line-endings v0.3.0
19892024-12-21T04:31:45.345Z Compiling difflib v0.4.0
19902024-12-21T04:31:45.669Z Compiling similar v2.6.0
19912024-12-21T04:31:45.741Z Compiling tokio-postgres v0.7.12
19922024-12-21T04:31:46.657Z Compiling predicates v3.1.2
19932024-12-21T04:31:47.295Z Compiling indicatif v0.17.9
19942024-12-21T04:31:47.764Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19952024-12-21T04:31:48.216Z Compiling string_cache v0.8.7
19962024-12-21T04:31:48.677Z Compiling petgraph v0.6.5
19972024-12-21T04:31:49.232Z Compiling bit-set v0.5.3
19982024-12-21T04:31:49.795Z Compiling typify-macro v0.2.0
19992024-12-21T04:31:51.258Z Compiling reqwest v0.12.9
20002024-12-21T04:31:51.300Z Compiling ecdsa v0.16.9
20012024-12-21T04:31:52.193Z Compiling qorb v0.2.1
20022024-12-21T04:31:53.264Z Compiling rsa v0.9.6
20032024-12-21T04:31:53.881Z Compiling ed25519-dalek v2.1.1
20042024-12-21T04:31:54.776Z Compiling zip v0.6.6
20052024-12-21T04:31:54.901Z Compiling crossterm v0.28.1
20062024-12-21T04:31:55.187Z Compiling clap v4.5.21
20072024-12-21T04:31:56.048Z Compiling toml v0.7.8
20082024-12-21T04:31:57.366Z Compiling x509-cert v0.2.5
20092024-12-21T04:31:57.797Z Compiling hex v0.4.3
20102024-12-21T04:31:58.673Z Compiling zerocopy v0.8.10
20112024-12-21T04:31:58.982Z Compiling lalrpop-util v0.19.12
20122024-12-21T04:31:59.098Z Compiling peg-runtime v0.8.3
20132024-12-21T04:31:59.367Z Compiling unicode-xid v0.2.6
20142024-12-21T04:32:01.823Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20152024-12-21T04:32:05.944Z Compiling proc-macro-crate v1.3.1
20162024-12-21T04:32:06.113Z Compiling macaddr v1.0.1
20172024-12-21T04:32:06.764Z Compiling zerocopy-derive v0.8.10
20182024-12-21T04:32:06.815Z Compiling itertools v0.13.0
20192024-12-21T04:32:08.278Z Compiling heapless v0.8.0
20202024-12-21T04:32:10.106Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20212024-12-21T04:32:14.343Z Compiling num_enum_derive v0.5.11
20222024-12-21T04:32:23.576Z Compiling hash32 v0.3.1
20232024-12-21T04:32:24.382Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20242024-12-21T04:32:25.100Z Compiling smoltcp v0.11.0
20252024-12-21T04:32:29.492Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20262024-12-21T04:32:29.825Z Compiling num_enum v0.5.11
20272024-12-21T04:32:30.442Z Compiling typify v0.2.0
20282024-12-21T04:32:30.564Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20292024-12-21T04:32:31.635Z Compiling proc-macro-error-attr v1.0.4
20302024-12-21T04:32:31.934Z Compiling cobs v0.2.3
20312024-12-21T04:32:32.046Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20322024-12-21T04:32:32.345Z Compiling unsafe-libyaml v0.2.11
20332024-12-21T04:32:34.289Z Compiling serde_yaml v0.9.34+deprecated
20342024-12-21T04:32:37.415Z Compiling postcard v1.0.10
20352024-12-21T04:32:50.162Z Compiling progenitor-impl v0.8.0
20362024-12-21T04:32:50.917Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20372024-12-21T04:33:01.486Z Compiling strum_macros v0.26.4
20382024-12-21T04:33:02.487Z Compiling structmeta-derive v0.3.0
20392024-12-21T04:33:02.853Z Compiling foreign-types-macros v0.2.3
20402024-12-21T04:33:02.946Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20412024-12-21T04:33:03.147Z Compiling proc-macro-error v1.0.4
20422024-12-21T04:33:03.409Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20432024-12-21T04:33:04.355Z Compiling foreign-types-shared v0.3.1
20442024-12-21T04:33:05.987Z Compiling strum v0.26.3
20452024-12-21T04:33:06.206Z Compiling structmeta v0.3.0
20462024-12-21T04:33:10.233Z Compiling foreign-types v0.5.0
20472024-12-21T04:33:11.311Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482024-12-21T04:33:15.405Z Compiling progenitor-macro v0.8.0
20492024-12-21T04:33:19.754Z Compiling progenitor-client v0.8.0
20502024-12-21T04:33:20.419Z Compiling tabwriter v1.4.0
20512024-12-21T04:33:20.744Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20522024-12-21T04:33:21.190Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20532024-12-21T04:33:21.555Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20542024-12-21T04:33:22.407Z Compiling cstr-argument v0.1.2
20552024-12-21T04:33:22.439Z Compiling dropshot v0.13.0
20562024-12-21T04:33:22.665Z Compiling crucible-workspace-hack v0.1.0
20572024-12-21T04:33:22.955Z Compiling pretty-hex v0.2.1
20582024-12-21T04:33:23.181Z Compiling fastrand v2.1.1
20592024-12-21T04:33:24.299Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20602024-12-21T04:33:24.593Z Compiling thiserror v2.0.3
20612024-12-21T04:33:25.268Z Compiling tempfile v3.13.0
20622024-12-21T04:33:25.367Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20632024-12-21T04:33:25.635Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20642024-12-21T04:33:26.037Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
20652024-12-21T04:33:26.512Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20662024-12-21T04:33:26.983Z Compiling parse-display-derive v0.10.0
20672024-12-21T04:33:27.486Z Compiling colored v2.1.0
20682024-12-21T04:33:27.729Z Compiling serde_with_macros v3.11.0
20692024-12-21T04:33:28.250Z Compiling progenitor v0.8.0
20702024-12-21T04:33:28.545Z Compiling dropshot_endpoint v0.13.0
20712024-12-21T04:33:28.710Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20722024-12-21T04:33:29.467Z Compiling thiserror-impl v2.0.3
20732024-12-21T04:33:30.378Z Compiling instant v0.1.13
20742024-12-21T04:33:30.562Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20752024-12-21T04:33:30.798Z Compiling parse-display v0.10.0
20762024-12-21T04:33:30.972Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20772024-12-21T04:33:31.623Z Compiling backoff v0.4.0
20782024-12-21T04:33:32.018Z Compiling serde_with v3.11.0
20792024-12-21T04:33:32.437Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20802024-12-21T04:33:32.670Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20812024-12-21T04:33:32.824Z Compiling zone_cfg_derive v0.3.0
20822024-12-21T04:33:34.072Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20832024-12-21T04:33:34.229Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20842024-12-21T04:33:34.843Z Compiling camino-tempfile v1.1.1
20852024-12-21T04:33:35.073Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20862024-12-21T04:33:35.590Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20872024-12-21T04:33:35.637Z Compiling regress v0.9.1
20882024-12-21T04:33:35.786Z Compiling num-derive v0.4.2
20892024-12-21T04:33:36.469Z Compiling sigpipe v0.1.3
20902024-12-21T04:33:36.612Z Compiling libefi-sys v0.1.0
20912024-12-21T04:33:36.915Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20922024-12-21T04:33:37.270Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20932024-12-21T04:33:38.072Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
20942024-12-21T04:33:39.672Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20952024-12-21T04:33:40.601Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
20962024-12-21T04:33:41.167Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20972024-12-21T04:33:42.551Z Compiling zone v0.3.0
20982024-12-21T04:33:44.571Z Compiling smf v0.2.3
20992024-12-21T04:33:45.551Z Compiling bitfield-struct v0.6.2
21002024-12-21T04:33:46.037Z Compiling blake3 v1.5.4
21012024-12-21T04:33:46.676Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21022024-12-21T04:33:46.946Z Compiling ring v0.16.20
21032024-12-21T04:33:47.213Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21042024-12-21T04:33:47.956Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21052024-12-21T04:33:48.135Z Compiling xattr v1.3.1
21062024-12-21T04:33:48.384Z Compiling memmap2 v0.9.5
21072024-12-21T04:33:48.473Z Compiling filetime v0.2.25
21082024-12-21T04:33:48.826Z Compiling constant_time_eq v0.3.1
21092024-12-21T04:33:48.963Z Compiling arrayvec v0.7.6
21102024-12-21T04:33:49.010Z Compiling spin v0.5.2
21112024-12-21T04:33:49.111Z Compiling same-file v1.0.6
21122024-12-21T04:33:49.283Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21132024-12-21T04:33:49.407Z Compiling arrayref v0.3.9
21142024-12-21T04:33:49.426Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21152024-12-21T04:33:49.462Z Compiling walkdir v2.5.0
21162024-12-21T04:33:50.999Z Compiling tar v0.4.42
21172024-12-21T04:33:51.163Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21182024-12-21T04:33:51.578Z Compiling gethostname v0.5.0
21192024-12-21T04:33:51.808Z Compiling cargo-platform v0.1.8
21202024-12-21T04:33:52.256Z Compiling topological-sort v0.2.2
21212024-12-21T04:33:52.340Z Compiling cargo_metadata v0.18.1
21222024-12-21T04:33:52.552Z Compiling shell-words v1.1.0
21232024-12-21T04:33:59.896Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21242024-12-21T04:34:00.394Z Compiling omicron-zone-package v0.11.1
21252024-12-21T04:34:00.916Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21262024-12-21T04:34:07.894Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21272024-12-21T04:34:22.656Z Finished `release` profile [optimized] target(s) in 5m 30s
21282024-12-21T04:34:22.821Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
21292024-12-21T04:34:22.869ZLogging to: /work/oxidecomputer/omicron/out/LOG
21302024-12-21T04:34:22.871ZCreated new build target 'test' and set it as active
21312024-12-21T04:34:22.875Z
21322024-12-21T04:34:22.875Zreal 5:30.795324280
21332024-12-21T04:34:22.875Zuser 37:16.874075421
21342024-12-21T04:34:22.875Zsys 4:58.765976875
21352024-12-21T04:34:22.875Ztrap 1.123326985
21362024-12-21T04:34:22.875Ztflt 3.391054023
21372024-12-21T04:34:22.875Zdflt 0.649021048
21382024-12-21T04:34:22.875Zkflt 0.032330235
21392024-12-21T04:34:22.875Zlock 1:18:20.872360712
21402024-12-21T04:34:22.876Zslp 2:35:43.475723307
21412024-12-21T04:34:22.876Zlat 2:37.004163123
21422024-12-21T04:34:22.876Zstop 4:47.956047510
21432024-12-21T04:34:22.876Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21442024-12-21T04:34:23.862Z Finished `release` profile [optimized] target(s) in 0.93s
21452024-12-21T04:34:23.924Z Running `target/release/omicron-package -t test package`
21462024-12-21T04:34:23.970ZLogging to: /work/oxidecomputer/omicron/out/LOG
21472024-12-21T04:34:25.136Z Compiling convert_case v0.4.0
21482024-12-21T04:34:25.136Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21492024-12-21T04:34:25.136Z Compiling newline-converter v0.3.0
21502024-12-21T04:34:25.138Z Compiling password-hash v0.5.0
21512024-12-21T04:34:25.138Z Compiling blake2 v0.10.6
21522024-12-21T04:34:25.138Z Compiling base64 v0.21.7
21532024-12-21T04:34:25.138Z Compiling atomicwrites v0.4.4
21542024-12-21T04:34:25.301Z Compiling progenitor-client v0.8.0
21552024-12-21T04:34:25.430Z Compiling expectorate v1.1.0
21562024-12-21T04:34:25.483Z Compiling owo-colors v4.1.0
21572024-12-21T04:34:25.620Z Compiling cancel-safe-futures v0.1.5
21582024-12-21T04:34:25.764Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21592024-12-21T04:34:25.870Z Compiling progenitor v0.8.0
21602024-12-21T04:34:25.897Z Compiling argon2 v0.5.3
21612024-12-21T04:34:25.975Z Compiling num-rational v0.4.2
21622024-12-21T04:34:25.993Z Compiling derive_more v0.99.18
21632024-12-21T04:34:26.133Z Compiling num-complex v0.4.6
21642024-12-21T04:34:26.572Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21652024-12-21T04:34:27.082Z Compiling libsw v3.3.1
21662024-12-21T04:34:27.172Z Compiling float-ord v0.3.2
21672024-12-21T04:34:27.357Z Compiling num v0.4.3
21682024-12-21T04:34:27.435Z Compiling swrite v0.1.0
21692024-12-21T04:34:27.481Z Compiling indent_write v2.2.0
21702024-12-21T04:34:27.500Z Compiling linear-map v1.2.0
21712024-12-21T04:34:27.524Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21722024-12-21T04:34:27.583Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21732024-12-21T04:34:27.741Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21742024-12-21T04:34:27.924Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21752024-12-21T04:34:28.242Z Compiling highway v1.2.0
21762024-12-21T04:34:28.435Z Compiling semver v0.1.20
21772024-12-21T04:34:29.016Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21782024-12-21T04:34:29.313Z Compiling rustc_version v0.1.7
21792024-12-21T04:34:29.710Z Compiling tungstenite v0.21.0
21802024-12-21T04:34:29.752Z Compiling newtype_derive v0.1.6
21812024-12-21T04:34:30.070Z Compiling ipnetwork v0.20.0
21822024-12-21T04:34:30.890Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21832024-12-21T04:34:31.581Z Compiling tokio-tungstenite v0.21.0
21842024-12-21T04:34:32.258Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21852024-12-21T04:34:32.671Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21862024-12-21T04:34:35.044Z Compiling humantime v2.1.0
21872024-12-21T04:34:35.798Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21882024-12-21T04:34:35.896Z Compiling dropshot v0.13.0
21892024-12-21T04:34:35.986Z Compiling instant v0.1.13
21902024-12-21T04:34:36.149Z Compiling backoff v0.4.0
21912024-12-21T04:34:36.832Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21922024-12-21T04:34:37.024Z Compiling steno v0.4.1
21932024-12-21T04:34:37.191Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21942024-12-21T04:34:37.302Z Compiling parse-display v0.10.0
21952024-12-21T04:34:37.891Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21962024-12-21T04:34:38.096Z Compiling serde_with v3.11.0
21972024-12-21T04:34:42.012Z Compiling strum v0.26.3
21982024-12-21T04:34:42.159Z Compiling regress v0.9.1
21992024-12-21T04:34:42.205Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22002024-12-21T04:34:45.047Z Compiling macaddr v1.0.1
22012024-12-21T04:34:45.206Z Compiling slog-dtrace v0.3.0
22022024-12-21T04:34:45.478Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22032024-12-21T04:34:45.606Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22042024-12-21T04:34:45.957Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22052024-12-21T04:34:47.613Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22062024-12-21T04:34:47.977Z Compiling prettyplease v0.2.25
22072024-12-21T04:34:48.367Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22082024-12-21T04:34:48.561Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22092024-12-21T04:34:49.698Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22102024-12-21T04:34:52.081Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
22112024-12-21T04:34:52.837Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22122024-12-21T04:35:03.274Z Compiling half v2.4.1
22132024-12-21T04:35:04.546Z Compiling ciborium-io v0.2.2
22142024-12-21T04:35:04.707Z Compiling ciborium-ll v0.2.2
22152024-12-21T04:35:05.126Z Compiling ciborium v0.2.2
22162024-12-21T04:35:05.233Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22172024-12-21T04:35:06.126Z Compiling fastrand v2.1.1
22182024-12-21T04:35:06.581Z Compiling display-error-chain v0.2.2
22192024-12-21T04:35:06.690Z Compiling same-file v1.0.6
22202024-12-21T04:35:06.807Z Compiling tempfile v3.13.0
22212024-12-21T04:35:06.948Z Compiling walkdir v2.5.0
22222024-12-21T04:35:07.328Z Compiling ring v0.16.20
22232024-12-21T04:35:07.587Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22242024-12-21T04:35:07.615Z Compiling blake3 v1.5.4
22252024-12-21T04:35:07.633Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22262024-12-21T04:35:08.263Z Compiling xattr v1.3.1
22272024-12-21T04:35:08.539Z Compiling memmap2 v0.9.5
22282024-12-21T04:35:08.967Z Compiling filetime v0.2.25
22292024-12-21T04:35:09.298Z Compiling arrayvec v0.7.6
22302024-12-21T04:35:09.763Z Compiling arrayref v0.3.9
22312024-12-21T04:35:09.835Z Compiling keccak v0.1.5
22322024-12-21T04:35:09.901Z Compiling spin v0.5.2
22332024-12-21T04:35:10.157Z Compiling constant_time_eq v0.3.1
22342024-12-21T04:35:10.651Z Compiling sha3 v0.10.8
22352024-12-21T04:35:11.260Z Compiling tar v0.4.42
22362024-12-21T04:35:11.483Z Compiling toolchain_find v0.4.0
22372024-12-21T04:35:11.547Z Compiling camino-tempfile v1.1.1
22382024-12-21T04:35:11.728Z Compiling const_format_proc_macros v0.2.33
22392024-12-21T04:35:11.976Z Compiling maplit v1.0.2
22402024-12-21T04:35:12.039Z Compiling crunchy v0.2.2
22412024-12-21T04:35:12.107Z Compiling topological-sort v0.2.2
22422024-12-21T04:35:12.348Z Compiling radium v0.7.0
22432024-12-21T04:35:12.431Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22442024-12-21T04:35:12.496Z Compiling rustfmt-wrapper v0.2.1
22452024-12-21T04:35:12.827Z Compiling omicron-zone-package v0.11.1
22462024-12-21T04:35:12.959Z Compiling tiny-keccak v2.0.2
22472024-12-21T04:35:13.072Z Compiling tap v1.0.1
22482024-12-21T04:35:13.229Z Compiling maybe-uninit v2.0.0
22492024-12-21T04:35:13.294Z Compiling wyz v0.5.1
22502024-12-21T04:35:13.611Z Compiling const_format v0.2.33
22512024-12-21T04:35:13.798Z Compiling dsl_auto_type v0.1.2
22522024-12-21T04:35:13.826Z Compiling phf_generator v0.11.2
22532024-12-21T04:35:13.902Z Compiling scheduled-thread-pool v0.2.7
22542024-12-21T04:35:14.028Z Compiling secrecy v0.8.0
22552024-12-21T04:35:14.052Z Compiling diesel_table_macro_syntax v0.2.0
22562024-12-21T04:35:14.383Z Compiling async-recursion v1.1.1
22572024-12-21T04:35:14.475Z Compiling packed_struct v0.10.1
22582024-12-21T04:35:14.874Z Compiling arc-swap v1.7.1
22592024-12-21T04:35:14.925Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22602024-12-21T04:35:15.230Z Compiling funty v2.0.0
22612024-12-21T04:35:15.264Z Compiling crc-catalog v2.4.0
22622024-12-21T04:35:15.289Z Compiling diesel_derives v2.2.3
22632024-12-21T04:35:15.438Z Compiling crc v3.2.1
22642024-12-21T04:35:15.569Z Compiling slog-scope v4.4.0
22652024-12-21T04:35:15.908Z Compiling r2d2 v0.8.10
22662024-12-21T04:35:16.380Z Compiling bitvec v1.0.1
22672024-12-21T04:35:16.412Z Compiling phf_codegen v0.11.2
22682024-12-21T04:35:17.215Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22692024-12-21T04:35:17.401Z Compiling ascii-canvas v3.0.0
22702024-12-21T04:35:17.665Z Compiling universal-hash v0.5.1
22712024-12-21T04:35:17.885Z Compiling packed_struct_codegen v0.10.1
22722024-12-21T04:35:17.903Z Compiling thiserror-impl-no-std v2.0.2
22732024-12-21T04:35:18.242Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22742024-12-21T04:35:20.377Z Compiling parse-zoneinfo v0.3.1
22752024-12-21T04:35:20.487Z Compiling ena v0.14.3
22762024-12-21T04:35:20.915Z Compiling indexmap v1.9.3
22772024-12-21T04:35:21.129Z Compiling diff v0.1.13
22782024-12-21T04:35:21.241Z Compiling regex-syntax v0.6.29
22792024-12-21T04:35:21.665Z Compiling opaque-debug v0.3.1
22802024-12-21T04:35:21.786Z Compiling nodrop v0.1.14
22812024-12-21T04:35:21.940Z Compiling array-init v0.0.4
22822024-12-21T04:35:21.959Z Compiling poly1305 v0.8.0
22832024-12-21T04:35:23.563Z Compiling chrono-tz-build v0.4.0
22842024-12-21T04:35:24.733Z Compiling lalrpop v0.19.12
22852024-12-21T04:35:26.657Z Compiling thiserror-no-std v2.0.2
22862024-12-21T04:35:26.802Z Compiling smallvec v0.6.14
22872024-12-21T04:35:26.873Z Compiling diesel v2.2.6
22882024-12-21T04:35:27.464Z Compiling slog-stdlog v4.1.1
22892024-12-21T04:35:27.915Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22902024-12-21T04:35:28.284Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
22912024-12-21T04:35:28.589Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22922024-12-21T04:35:28.821Z Compiling chacha20 v0.9.1
22932024-12-21T04:35:28.998Z Compiling aead v0.5.2
22942024-12-21T04:35:29.373Z Compiling vte_generate_state_changes v0.1.2
22952024-12-21T04:35:29.395Z Compiling bitfield v0.14.0
22962024-12-21T04:35:29.731Z Compiling termcolor v1.4.1
22972024-12-21T04:35:30.018Z Compiling ref-cast v1.0.23
22982024-12-21T04:35:30.510Z Compiling hashbrown v0.12.3
22992024-12-21T04:35:30.956Z Compiling env_logger v0.10.2
23002024-12-21T04:35:33.040Z Compiling vte v0.11.1
23012024-12-21T04:35:34.092Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23022024-12-21T04:35:34.538Z Compiling chacha20poly1305 v0.10.1
23032024-12-21T04:35:34.816Z Compiling slog-envlogger v2.2.0
23042024-12-21T04:35:37.568Z Compiling serde-hex v0.1.0
23052024-12-21T04:35:42.984Z Compiling vsss-rs v3.3.4
23062024-12-21T04:35:47.305Z Compiling chrono-tz v0.10.0
23072024-12-21T04:35:47.952Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082024-12-21T04:35:48.309Z Compiling ron v0.8.1
23092024-12-21T04:35:49.847Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23102024-12-21T04:35:50.034Z Compiling derive_builder_core v0.20.2
23112024-12-21T04:35:50.754Z Compiling polar-core v0.27.3
23122024-12-21T04:35:52.019Z Compiling hashbrown v0.13.2
23132024-12-21T04:35:52.200Z Compiling headers-core v0.3.0
23142024-12-21T04:35:52.386Z Compiling fxhash v0.2.1
23152024-12-21T04:35:52.646Z Compiling libxml v0.3.3
23162024-12-21T04:35:53.034Z Compiling ref-cast-impl v1.0.23
23172024-12-21T04:35:53.489Z Compiling zip v2.1.3
23182024-12-21T04:35:53.809Z Compiling lockfree-object-pool v0.1.6
23192024-12-21T04:35:54.141Z Compiling bumpalo v3.16.0
23202024-12-21T04:35:54.165Z Compiling bytecount v0.6.8
23212024-12-21T04:35:54.303Z Compiling crc-any v2.5.0
23222024-12-21T04:35:54.531Z Compiling simd-adler32 v0.3.7
23232024-12-21T04:35:54.791Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23242024-12-21T04:35:55.266Z Compiling zopfli v0.8.1
23252024-12-21T04:35:55.718Z Compiling papergrid v0.11.0
23262024-12-21T04:35:59.693Z Compiling object v0.30.4
23272024-12-21T04:36:05.613Z Compiling headers v0.4.0
23282024-12-21T04:36:08.611Z Compiling derive_builder_macro v0.20.2
23292024-12-21T04:36:09.323Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302024-12-21T04:36:10.434Z Compiling strip-ansi-escapes v0.2.0
23312024-12-21T04:36:10.896Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23322024-12-21T04:36:11.149Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23332024-12-21T04:36:11.451Z Compiling tabled_derive v0.7.0
23342024-12-21T04:36:12.688Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23352024-12-21T04:36:13.628Z Compiling itertools v0.12.1
23362024-12-21T04:36:13.647Z Compiling fd-lock v4.0.2
23372024-12-21T04:36:13.869Z Compiling peg-macros v0.8.4
23382024-12-21T04:36:13.896Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23392024-12-21T04:36:14.953Z Compiling strum_macros v0.24.3
23402024-12-21T04:36:17.233Z Compiling kstat-rs v0.2.4
23412024-12-21T04:36:17.373Z Compiling samael v0.0.17
23422024-12-21T04:36:17.476Z Compiling unicase v2.7.0
23432024-12-21T04:36:17.795Z Compiling indoc v1.0.9
23442024-12-21T04:36:18.223Z Compiling nu-ansi-term v0.50.1
23452024-12-21T04:36:18.257Z Compiling path-slash v0.1.5
23462024-12-21T04:36:18.517Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23472024-12-21T04:36:18.688Z Compiling reedline v0.35.0
23482024-12-21T04:36:19.387Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23492024-12-21T04:36:20.908Z Compiling peg v0.8.4
23502024-12-21T04:36:22.193Z Compiling tabled v0.15.0
23512024-12-21T04:36:22.862Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23522024-12-21T04:36:34.106Z Compiling derive_builder v0.20.2
23532024-12-21T04:36:39.159Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23542024-12-21T04:36:39.416Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23552024-12-21T04:36:42.557Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23562024-12-21T04:36:42.620Z Compiling pem v3.0.4
23572024-12-21T04:36:42.771Z Compiling bcs v0.1.6
23582024-12-21T04:36:42.863Z Compiling oso-derive v0.27.3
23592024-12-21T04:36:43.726Z Compiling impl-trait-for-tuples v0.2.2
23602024-12-21T04:36:43.830Z Compiling libz-sys v1.1.20
23612024-12-21T04:36:44.085Z Compiling quick-xml v0.33.0
23622024-12-21T04:36:44.526Z Compiling diesel-dtrace v0.4.2
23632024-12-21T04:36:44.852Z Compiling parking_lot_core v0.8.6
23642024-12-21T04:36:50.725Z Compiling oso v0.27.3
23652024-12-21T04:36:50.856Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23662024-12-21T04:36:52.429Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23672024-12-21T04:36:57.941Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23682024-12-21T04:37:01.082Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23692024-12-21T04:37:01.384Z Compiling bb8 v0.8.5
23702024-12-21T04:37:02.038Z Compiling buf-list v1.0.3
23712024-12-21T04:37:02.715Z Compiling async-bb8-diesel v0.2.1
23722024-12-21T04:37:05.223Z Compiling nibble_vec v0.1.0
23732024-12-21T04:37:05.489Z Compiling libgit2-sys v0.17.0+1.8.1
23742024-12-21T04:37:06.273Z Compiling pin-project-internal v1.1.6
23752024-12-21T04:37:08.135Z Compiling atty v0.2.14
23762024-12-21T04:37:08.313Z Compiling salty v0.3.0
23772024-12-21T04:37:08.741Z Compiling endian-type v0.1.2
23782024-12-21T04:37:09.024Z Compiling radix_trie v0.2.1
23792024-12-21T04:37:09.143Z Compiling pin-project v1.1.6
23802024-12-21T04:37:10.406Z Compiling parking_lot v0.11.2
23812024-12-21T04:37:13.508Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23822024-12-21T04:37:20.250Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23832024-12-21T04:37:25.121Z Compiling snafu-derive v0.8.5
23842024-12-21T04:37:26.150Z Compiling sled v0.34.7
23852024-12-21T04:37:29.998Z Compiling snafu v0.8.5
23862024-12-21T04:37:31.237Z Compiling mime_guess v2.0.5
23872024-12-21T04:37:32.385Z Compiling hickory-client v0.24.1
23882024-12-21T04:37:38.558Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23892024-12-21T04:37:39.881Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
23902024-12-21T04:37:40.238Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23912024-12-21T04:37:40.530Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
23922024-12-21T04:37:40.765Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23932024-12-21T04:37:42.339Z Compiling globset v0.4.15
23942024-12-21T04:37:45.779Z Compiling hickory-server v0.24.1
23952024-12-21T04:37:49.284Z Compiling primeorder v0.13.6
23962024-12-21T04:37:49.630Z Compiling olpc-cjson v0.1.4
23972024-12-21T04:37:49.821Z Compiling castaway v0.2.3
23982024-12-21T04:37:49.972Z Compiling vergen v8.3.2
23992024-12-21T04:37:50.026Z Compiling env_filter v0.1.2
24002024-12-21T04:37:50.281Z Compiling cargo-platform v0.1.8
24012024-12-21T04:37:50.769Z Compiling serde_plain v1.0.2
24022024-12-21T04:37:51.291Z Compiling nanorand v0.7.0
24032024-12-21T04:37:51.594Z Compiling memoffset v0.9.1
24042024-12-21T04:37:51.917Z Compiling typed-path v0.9.3
24052024-12-21T04:37:52.124Z Compiling flume v0.11.1
24062024-12-21T04:37:52.857Z Compiling cargo_metadata v0.18.1
24072024-12-21T04:37:56.214Z Compiling tough v0.19.0
24082024-12-21T04:37:57.809Z Compiling env_logger v0.11.5
24092024-12-21T04:37:59.211Z Compiling compact_str v0.8.0
24102024-12-21T04:37:59.282Z Compiling p384 v0.13.0
24112024-12-21T04:38:00.565Z Compiling git2 v0.19.0
24122024-12-21T04:38:00.842Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24132024-12-21T04:38:00.889Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24142024-12-21T04:38:01.757Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152024-12-21T04:38:10.518Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24162024-12-21T04:38:11.029Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24172024-12-21T04:38:11.689Z Compiling unicode-truncate v1.1.0
24182024-12-21T04:38:12.190Z Compiling lru v0.12.5
24192024-12-21T04:38:12.382Z Compiling rand_seeder v0.3.0
24202024-12-21T04:38:12.798Z Compiling libsqlite3-sys v0.30.1
24212024-12-21T04:38:13.319Z Compiling lzma-sys v0.1.20
24222024-12-21T04:38:13.342Z Compiling instability v0.3.2
24232024-12-21T04:38:14.093Z Compiling rustls v0.21.12
24242024-12-21T04:38:14.378Z Compiling cfg_aliases v0.2.1
24252024-12-21T04:38:14.408Z Compiling cassowary v0.3.0
24262024-12-21T04:38:14.508Z Compiling http-range v0.1.5
24272024-12-21T04:38:15.107Z Compiling parse-size v1.1.0
24282024-12-21T04:38:15.450Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24292024-12-21T04:38:15.796Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24302024-12-21T04:38:18.037Z Compiling ratatui v0.28.1
24312024-12-21T04:38:18.070Z Compiling nix v0.29.0
24322024-12-21T04:38:19.057Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24332024-12-21T04:38:19.319Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24342024-12-21T04:38:26.551Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24352024-12-21T04:38:26.621Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24362024-12-21T04:38:26.860Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24372024-12-21T04:38:27.163Z Compiling rustls-webpki v0.101.7
24382024-12-21T04:38:27.478Z Compiling sct v0.7.1
24392024-12-21T04:38:27.962Z Compiling heck v0.3.3
24402024-12-21T04:38:28.363Z Compiling csv-core v0.1.11
24412024-12-21T04:38:29.256Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24422024-12-21T04:38:29.588Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24432024-12-21T04:38:29.917Z Compiling glob v0.3.1
24442024-12-21T04:38:31.206Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24452024-12-21T04:38:31.639Z Compiling csv v1.3.0
24462024-12-21T04:38:31.935Z Compiling zone_cfg_derive v0.1.2
24472024-12-21T04:38:33.786Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
24482024-12-21T04:38:35.090Z Compiling nix v0.27.1
24492024-12-21T04:38:37.481Z Compiling hyper-staticfile v0.10.1
24502024-12-21T04:38:38.597Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24512024-12-21T04:38:41.371Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24522024-12-21T04:38:42.685Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24532024-12-21T04:38:43.702Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
24542024-12-21T04:38:43.993Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24552024-12-21T04:38:48.130Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24562024-12-21T04:38:49.288Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24572024-12-21T04:38:49.546Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24582024-12-21T04:38:49.625Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24592024-12-21T04:38:49.840Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24602024-12-21T04:38:49.932Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24612024-12-21T04:38:50.617Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24622024-12-21T04:38:53.598Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24632024-12-21T04:38:54.187Z Compiling hashlink v0.9.1
24642024-12-21T04:38:55.073Z Compiling tungstenite v0.23.0
24652024-12-21T04:38:55.677Z Compiling fallible-streaming-iterator v0.1.9
24662024-12-21T04:38:55.879Z Compiling base64 v0.13.1
24672024-12-21T04:38:55.984Z Compiling fallible-iterator v0.3.0
24682024-12-21T04:38:56.656Z Compiling ron v0.7.1
24692024-12-21T04:38:56.837Z Compiling rusqlite v0.32.1
24702024-12-21T04:38:57.253Z Compiling tokio-tungstenite v0.23.1
24712024-12-21T04:38:57.914Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24722024-12-21T04:38:58.592Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24732024-12-21T04:38:59.722Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24742024-12-21T04:39:00.800Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24752024-12-21T04:39:03.064Z Compiling xz2 v0.1.7
24762024-12-21T04:39:03.765Z Compiling tokio-rustls v0.24.1
24772024-12-21T04:39:04.051Z Compiling zone v0.1.8
24782024-12-21T04:39:06.468Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24792024-12-21T04:39:07.513Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24802024-12-21T04:39:14.045Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24812024-12-21T04:39:20.573Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24822024-12-21T04:39:21.055Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24832024-12-21T04:39:21.799Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24842024-12-21T04:39:24.497Z Compiling rustls-pemfile v1.0.4
24852024-12-21T04:39:25.321Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24862024-12-21T04:39:25.668Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24872024-12-21T04:39:27.398Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24882024-12-21T04:39:27.588Z Compiling signal-hook-tokio v0.3.1
24892024-12-21T04:39:27.816Z Compiling twox-hash v1.6.3
24902024-12-21T04:39:28.831Z Compiling yasna v0.5.2
24912024-12-21T04:39:30.014Z Compiling unicode-linebreak v0.1.5
24922024-12-21T04:39:30.589Z Compiling smawk v0.3.2
24932024-12-21T04:39:30.635Z Compiling is_ci v1.2.0
24942024-12-21T04:39:30.866Z Compiling textwrap v0.16.1
24952024-12-21T04:39:30.946Z Compiling supports-color v3.0.1
24962024-12-21T04:39:31.369Z Compiling rcgen v0.12.1
24972024-12-21T04:39:34.512Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
24982024-12-21T04:39:40.330Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
24992024-12-21T04:39:41.627Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25002024-12-21T04:39:43.020Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25012024-12-21T04:39:51.988Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25022024-12-21T04:39:59.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25032024-12-21T04:40:02.487Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25042024-12-21T04:40:04.371Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25052024-12-21T04:40:05.066Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25062024-12-21T04:40:15.684Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25072024-12-21T04:40:16.011Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
25082024-12-21T04:40:19.211Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25092024-12-21T04:40:22.817Z Compiling fatfs v0.3.6
25102024-12-21T04:40:24.371Z Compiling subprocess v0.2.9
25112024-12-21T04:40:25.798Z Compiling rtoolbox v0.0.2
25122024-12-21T04:40:26.258Z Compiling assert_matches v1.5.0
25132024-12-21T04:40:30.902Z Compiling rpassword v7.3.1
25142024-12-21T04:40:30.944Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25152024-12-21T04:40:30.944Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25162024-12-21T04:40:34.695Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25172024-12-21T04:40:37.492Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25182024-12-21T04:40:40.559Z Compiling tui-tree-widget v0.22.0
25192024-12-21T04:40:41.017Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25202024-12-21T04:40:42.018Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25212024-12-21T04:40:42.331Z Compiling uzers v0.12.1
25222024-12-21T04:40:45.452Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25232024-12-21T04:40:54.608Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25242024-12-21T04:40:56.642Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25252024-12-21T04:41:19.901Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25262024-12-21T04:41:27.391Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25272024-12-21T04:41:30.765Z Compiling multimap v0.10.0
25282024-12-21T04:43:51.006Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25292024-12-21T04:44:03.094Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25302024-12-21T04:50:41.374Z Finished `release` profile [optimized] target(s) in 16m 17s
25312024-12-21T04:51:45.864Z
25322024-12-21T04:51:45.867Zreal 17:22.857176298
25332024-12-21T04:51:45.867Zuser 1:58:41.728232088
25342024-12-21T04:51:45.867Zsys 6:02.399953160
25352024-12-21T04:51:45.867Ztrap 2.966949060
25362024-12-21T04:51:45.867Ztflt 3.061071938
25372024-12-21T04:51:45.867Zdflt 4.377569410
25382024-12-21T04:51:45.867Zkflt 0.008887583
25392024-12-21T04:51:45.867Zlock 7:23:18.660523658
25402024-12-21T04:51:45.867Zslp 6:19:52.211394571
25412024-12-21T04:51:45.867Zlat 2:54.917721233
25422024-12-21T04:51:45.867Zstop 2:37.241125323
25432024-12-21T04:51:45.867Z+ mapfile -t packages
25442024-12-21T04:51:45.868Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25452024-12-21T04:51:46.894Z Finished `release` profile [optimized] target(s) in 0.97s
25462024-12-21T04:51:46.964Z Running `target/release/omicron-package -t test list-outputs`
25472024-12-21T04:51:47.017ZLogging to: /work/oxidecomputer/omicron/out/LOG
25482024-12-21T04:51:47.019Z+ ptime -m cargo build --locked --release -p xtask
25492024-12-21T04:51:47.585Z Compiling serde v1.0.215
25502024-12-21T04:51:47.587Z Compiling libc v0.2.162
25512024-12-21T04:51:47.587Z Compiling rustix v0.38.37
25522024-12-21T04:51:47.587Z Compiling serde_json v1.0.133
25532024-12-21T04:51:47.587Z Compiling syn v2.0.87
25542024-12-21T04:51:47.689Z Compiling bitflags v2.6.0
25552024-12-21T04:51:48.076Z Compiling usdt-impl v0.5.0
25562024-12-21T04:51:48.092Z Compiling syn v1.0.109
25572024-12-21T04:51:48.203Z Compiling log v0.4.22
25582024-12-21T04:51:48.224Z Compiling hashbrown v0.15.1
25592024-12-21T04:51:48.316Z Compiling fs-err v2.11.0
25602024-12-21T04:51:48.614Z Compiling anyhow v1.0.93
25612024-12-21T04:51:48.662Z Compiling once_cell v1.20.2
25622024-12-21T04:51:49.148Z Compiling thread-id v4.2.2
25632024-12-21T04:51:49.566Z Compiling indexmap v2.6.0
25642024-12-21T04:51:50.697Z Compiling terminal_size v0.4.0
25652024-12-21T04:51:50.697Z Compiling tempfile v3.13.0
25662024-12-21T04:51:50.965Z Compiling clap_builder v4.5.21
25672024-12-21T04:51:51.565Z Compiling proc-macro-error v1.0.4
25682024-12-21T04:51:52.983Z Compiling tabled_derive v0.7.0
25692024-12-21T04:51:54.278Z Compiling tabled v0.15.0
25702024-12-21T04:51:56.016Z Compiling serde_derive v1.0.215
25712024-12-21T04:51:56.042Z Compiling thiserror-impl v1.0.69
25722024-12-21T04:51:56.512Z Compiling zerocopy-derive v0.7.35
25732024-12-21T04:51:56.710Z Compiling scroll_derive v0.12.0
25742024-12-21T04:51:58.124Z Compiling scroll v0.12.0
25752024-12-21T04:51:58.482Z Compiling zerocopy v0.7.35
25762024-12-21T04:51:58.775Z Compiling goblin v0.8.2
25772024-12-21T04:51:58.996Z Compiling thiserror v1.0.69
25782024-12-21T04:51:59.173Z Compiling pest v2.7.14
25792024-12-21T04:52:02.240Z Compiling pest_meta v2.7.14
25802024-12-21T04:52:04.324Z Compiling pest_generator v2.7.14
25812024-12-21T04:52:06.596Z Compiling pest_derive v2.7.14
25822024-12-21T04:52:07.382Z Compiling dtrace-parser v0.2.0
25832024-12-21T04:52:09.214Z Compiling clap_derive v4.5.18
25842024-12-21T04:52:10.879Z Compiling toml_datetime v0.6.8
25852024-12-21T04:52:11.634Z Compiling serde_spanned v0.6.8
25862024-12-21T04:52:11.937Z Compiling toml_edit v0.22.22
25872024-12-21T04:52:14.023Z Compiling serde_tokenstream v0.2.2
25882024-12-21T04:52:14.660Z Compiling dof v0.3.0
25892024-12-21T04:52:15.503Z Compiling camino v1.1.9
25902024-12-21T04:52:16.920Z Compiling toml v0.8.19
25912024-12-21T04:52:17.501Z Compiling usdt-attr-macro v0.5.0
25922024-12-21T04:52:18.912Z Compiling usdt-macro v0.5.0
25932024-12-21T04:52:20.212Z Compiling cargo-platform v0.1.8
25942024-12-21T04:52:20.633Z Compiling semver v1.0.23
25952024-12-21T04:52:21.381Z Compiling cargo_metadata v0.18.1
25962024-12-21T04:52:22.148Z Compiling usdt v0.5.0
25972024-12-21T04:52:23.435Z Compiling cargo_toml v0.20.5
25982024-12-21T04:52:23.437Z Compiling camino-tempfile v1.1.1
25992024-12-21T04:52:23.522Z Compiling clap v4.5.21
26002024-12-21T04:52:23.689Z Compiling macaddr v1.0.1
26012024-12-21T04:52:33.916Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26022024-12-21T04:52:45.336Z Finished `release` profile [optimized] target(s) in 58.26s
26032024-12-21T04:52:45.445Z
26042024-12-21T04:52:45.445Zreal 58.392789513
26052024-12-21T04:52:45.445Zuser 5:44.769518951
26062024-12-21T04:52:45.445Zsys 32.540238658
26072024-12-21T04:52:45.445Ztrap 0.151897473
26082024-12-21T04:52:45.445Ztflt 0.335059432
26092024-12-21T04:52:45.445Zdflt 0.547383668
26102024-12-21T04:52:45.445Zkflt 0.000000000
26112024-12-21T04:52:45.445Zlock 10:39.072193273
26122024-12-21T04:52:45.448Zslp 16:15.509833085
26132024-12-21T04:52:45.448Zlat 13.263447030
26142024-12-21T04:52:45.448Zstop 18.126613762
26152024-12-21T04:52:45.448Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26162024-12-21T04:52:45.448Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26172024-12-21T04:52:45.448Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26182024-12-21T04:52:45.448Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26192024-12-21T04:52:45.448Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26202024-12-21T04:52:46.342Z Compiling hashbrown v0.14.5
26212024-12-21T04:52:46.470Z Compiling ident_case v1.0.1
26222024-12-21T04:52:46.484Z Compiling unsafe-libyaml v0.2.11
26232024-12-21T04:52:46.484Z Compiling progenitor-client v0.8.0
26242024-12-21T04:52:46.487Z Compiling ipnetwork v0.20.0
26252024-12-21T04:52:46.487Z Compiling macaddr v1.0.1
26262024-12-21T04:52:46.487Z Compiling instant v0.1.13
26272024-12-21T04:52:46.487Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26282024-12-21T04:52:46.625Z Compiling darling_core v0.20.10
26292024-12-21T04:52:46.700Z Compiling structmeta-derive v0.3.0
26302024-12-21T04:52:46.931Z Compiling dropshot v0.13.0
26312024-12-21T04:52:46.994Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
26322024-12-21T04:52:47.017Z Compiling dropshot_endpoint v0.13.0
26332024-12-21T04:52:47.315Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26342024-12-21T04:52:47.518Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26352024-12-21T04:52:47.785Z Compiling regress v0.10.1
26362024-12-21T04:52:47.814Z Compiling serde_yaml v0.9.34+deprecated
26372024-12-21T04:52:48.309Z Compiling regress v0.9.1
26382024-12-21T04:52:48.452Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26392024-12-21T04:52:48.646Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26402024-12-21T04:52:48.675Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
26412024-12-21T04:52:49.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26422024-12-21T04:52:49.745Z Compiling backoff v0.4.0
26432024-12-21T04:52:49.780Z Compiling structmeta v0.3.0
26442024-12-21T04:52:49.903Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26452024-12-21T04:52:50.087Z Compiling tempfile v3.13.0
26462024-12-21T04:52:50.116Z Compiling proc-macro-crate v1.3.1
26472024-12-21T04:52:50.241Z Compiling parse-display-derive v0.10.0
26482024-12-21T04:52:51.078Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26492024-12-21T04:52:51.286Z Compiling num_enum_derive v0.5.11
26502024-12-21T04:52:51.485Z Compiling itertools v0.13.0
26512024-12-21T04:52:52.042Z Compiling typify-impl v0.2.0
26522024-12-21T04:52:53.108Z Compiling zerocopy v0.8.10
26532024-12-21T04:52:53.571Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26542024-12-21T04:52:53.892Z Compiling darling_macro v0.20.10
26552024-12-21T04:52:53.919Z Compiling num_enum v0.5.11
26562024-12-21T04:52:53.941Z Compiling foreign-types-macros v0.2.3
26572024-12-21T04:52:54.126Z Compiling zerocopy-derive v0.8.10
26582024-12-21T04:52:54.152Z Compiling foreign-types-shared v0.3.1
26592024-12-21T04:52:54.300Z Compiling crucible-workspace-hack v0.1.0
26602024-12-21T04:52:54.583Z Compiling heapless v0.8.0
26612024-12-21T04:52:54.860Z Compiling darling v0.20.10
26622024-12-21T04:52:54.924Z Compiling parse-display v0.10.0
26632024-12-21T04:52:54.954Z Compiling proc-macro-error v1.0.4
26642024-12-21T04:52:55.000Z Compiling serde_with_macros v3.11.0
26652024-12-21T04:52:55.359Z Compiling foreign-types v0.5.0
26662024-12-21T04:52:55.494Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26672024-12-21T04:52:55.776Z Compiling camino-tempfile v1.1.1
26682024-12-21T04:52:55.778Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26692024-12-21T04:52:55.950Z Compiling hash32 v0.3.1
26702024-12-21T04:52:56.228Z Compiling cstr-argument v0.1.2
26712024-12-21T04:52:56.265Z Compiling pretty-hex v0.2.1
26722024-12-21T04:52:56.479Z Compiling smoltcp v0.11.0
26732024-12-21T04:52:56.507Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26742024-12-21T04:52:56.662Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26752024-12-21T04:52:56.887Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26762024-12-21T04:52:57.412Z Compiling tabwriter v1.4.0
26772024-12-21T04:52:57.536Z Compiling colored v2.1.0
26782024-12-21T04:52:57.934Z Compiling cobs v0.2.3
26792024-12-21T04:52:57.968Z Compiling serde_with v3.11.0
26802024-12-21T04:52:58.263Z Compiling postcard v1.0.10
26812024-12-21T04:52:58.337Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26822024-12-21T04:52:58.646Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26832024-12-21T04:52:58.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26842024-12-21T04:52:58.954Z Compiling thiserror v2.0.3
26852024-12-21T04:52:59.650Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26862024-12-21T04:53:00.007Z Compiling smf v0.2.3
26872024-12-21T04:53:00.267Z Compiling thiserror-impl v2.0.3
26882024-12-21T04:53:01.042Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26892024-12-21T04:53:01.550Z Compiling zone_cfg_derive v0.3.0
26902024-12-21T04:53:01.960Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26912024-12-21T04:53:02.064Z Compiling num-derive v0.4.2
26922024-12-21T04:53:02.464Z Compiling sigpipe v0.1.3
26932024-12-21T04:53:02.635Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26942024-12-21T04:53:02.993Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26952024-12-21T04:53:03.055Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26962024-12-21T04:53:03.140Z Compiling zone v0.3.0
26972024-12-21T04:53:03.267Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
26982024-12-21T04:53:03.794Z Compiling universal-hash v0.5.1
26992024-12-21T04:53:03.957Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27002024-12-21T04:53:04.056Z Compiling opaque-debug v0.3.1
27012024-12-21T04:53:04.175Z Compiling tungstenite v0.21.0
27022024-12-21T04:53:04.198Z Compiling num-rational v0.4.2
27032024-12-21T04:53:04.272Z Compiling password-hash v0.5.0
27042024-12-21T04:53:04.494Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27052024-12-21T04:53:04.837Z Compiling num-complex v0.4.6
27062024-12-21T04:53:05.375Z Compiling blake2 v0.10.6
27072024-12-21T04:53:05.499Z Compiling aead v0.5.2
27082024-12-21T04:53:05.898Z Compiling base64 v0.21.7
27092024-12-21T04:53:05.925Z Compiling convert_case v0.4.0
27102024-12-21T04:53:06.067Z Compiling keccak v0.1.5
27112024-12-21T04:53:06.124Z Compiling num v0.4.3
27122024-12-21T04:53:06.256Z Compiling argon2 v0.5.3
27132024-12-21T04:53:06.447Z Compiling sha3 v0.10.8
27142024-12-21T04:53:06.685Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27152024-12-21T04:53:06.768Z Compiling tokio-tungstenite v0.21.0
27162024-12-21T04:53:06.872Z Compiling poly1305 v0.8.0
27172024-12-21T04:53:06.990Z Compiling derive_more v0.99.18
27182024-12-21T04:53:07.106Z Compiling chacha20 v0.9.1
27192024-12-21T04:53:07.411Z Compiling float-ord v0.3.2
27202024-12-21T04:53:07.511Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27212024-12-21T04:53:07.595Z Compiling same-file v1.0.6
27222024-12-21T04:53:07.616Z Compiling semver v0.1.20
27232024-12-21T04:53:07.948Z Compiling walkdir v2.5.0
27242024-12-21T04:53:07.982Z Compiling rustc_version v0.1.7
27252024-12-21T04:53:08.562Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27262024-12-21T04:53:08.602Z Compiling newline-converter v0.3.0
27272024-12-21T04:53:08.670Z Compiling primeorder v0.13.6
27282024-12-21T04:53:08.757Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27292024-12-21T04:53:08.778Z Compiling secrecy v0.8.0
27302024-12-21T04:53:08.800Z Compiling owo-colors v4.1.0
27312024-12-21T04:53:09.086Z Compiling cancel-safe-futures v0.1.5
27322024-12-21T04:53:09.109Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
27332024-12-21T04:53:09.163Z Compiling expectorate v1.1.0
27342024-12-21T04:53:09.206Z Compiling newtype_derive v0.1.6
27352024-12-21T04:53:09.357Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27362024-12-21T04:53:09.405Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27372024-12-21T04:53:09.471Z Compiling thiserror-impl-no-std v2.0.2
27382024-12-21T04:53:09.504Z Compiling blake3 v1.5.4
27392024-12-21T04:53:09.761Z Compiling ring v0.16.20
27402024-12-21T04:53:10.073Z Compiling half v2.4.1
27412024-12-21T04:53:10.222Z Compiling unicase v2.7.0
27422024-12-21T04:53:10.544Z Compiling ciborium-io v0.2.2
27432024-12-21T04:53:10.566Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27442024-12-21T04:53:10.705Z Compiling arc-swap v1.7.1
27452024-12-21T04:53:10.727Z Compiling ciborium-ll v0.2.2
27462024-12-21T04:53:10.804Z Compiling typify-macro v0.2.0
27472024-12-21T04:53:11.167Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
27482024-12-21T04:53:11.428Z Compiling slog-scope v4.4.0
27492024-12-21T04:53:11.812Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27502024-12-21T04:53:12.145Z Compiling polyval v0.6.2
27512024-12-21T04:53:12.623Z Compiling atomicwrites v0.4.4
27522024-12-21T04:53:12.747Z Compiling libsw v3.3.1
27532024-12-21T04:53:12.872Z Compiling thiserror-no-std v2.0.2
27542024-12-21T04:53:13.013Z Compiling memmap2 v0.9.5
27552024-12-21T04:53:13.044Z Compiling constant_time_eq v0.3.1
27562024-12-21T04:53:13.074Z Compiling spin v0.5.2
27572024-12-21T04:53:13.277Z Compiling parking_lot_core v0.8.6
27582024-12-21T04:53:13.721Z Compiling arrayref v0.3.9
27592024-12-21T04:53:13.729Z Compiling indent_write v2.2.0
27602024-12-21T04:53:13.729Z Compiling libefi-sys v0.1.0
27612024-12-21T04:53:13.729Z Compiling arrayvec v0.7.6
27622024-12-21T04:53:13.729Z Compiling linear-map v1.2.0
27632024-12-21T04:53:13.758Z Compiling salty v0.3.0
27642024-12-21T04:53:14.125Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27652024-12-21T04:53:14.252Z Compiling vsss-rs v3.3.4
27662024-12-21T04:53:14.476Z Compiling ghash v0.5.1
27672024-12-21T04:53:14.876Z Compiling slog-stdlog v4.1.1
27682024-12-21T04:53:15.260Z Compiling typify v0.2.0
27692024-12-21T04:53:15.327Z Compiling ciborium v0.2.2
27702024-12-21T04:53:15.397Z Compiling p384 v0.13.0
27712024-12-21T04:53:15.458Z Compiling progenitor-impl v0.8.0
27722024-12-21T04:53:15.663Z Compiling toolchain_find v0.4.0
27732024-12-21T04:53:16.109Z Compiling chacha20poly1305 v0.10.1
27742024-12-21T04:53:16.394Z Compiling ctr v0.9.2
27752024-12-21T04:53:16.416Z Compiling lzma-sys v0.1.20
27762024-12-21T04:53:16.791Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27772024-12-21T04:53:16.923Z Compiling bitfield-struct v0.6.2
27782024-12-21T04:53:17.007Z Compiling slog-dtrace v0.3.0
27792024-12-21T04:53:17.226Z Compiling topological-sort v0.2.2
27802024-12-21T04:53:17.276Z Compiling highway v1.2.0
27812024-12-21T04:53:17.471Z Compiling omicron-zone-package v0.11.1
27822024-12-21T04:53:17.625Z Compiling aes-gcm v0.10.3
27832024-12-21T04:53:17.715Z Compiling rustfmt-wrapper v0.2.1
27842024-12-21T04:53:17.944Z Compiling mime_guess v2.0.5
27852024-12-21T04:53:18.139Z Compiling slog-envlogger v2.2.0
27862024-12-21T04:53:18.264Z Compiling steno v0.4.1
27872024-12-21T04:53:18.485Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27882024-12-21T04:53:19.305Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
27892024-12-21T04:53:19.354Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27902024-12-21T04:53:19.418Z Compiling heck v0.3.3
27912024-12-21T04:53:19.504Z Compiling ssh-encoding v0.2.0
27922024-12-21T04:53:19.550Z Compiling blowfish v0.9.1
27932024-12-21T04:53:19.905Z Compiling nibble_vec v0.1.0
27942024-12-21T04:53:20.027Z Compiling env_filter v0.1.2
27952024-12-21T04:53:20.030Z Compiling endian-type v0.1.2
27962024-12-21T04:53:20.069Z Compiling humantime v2.1.0
27972024-12-21T04:53:20.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27982024-12-21T04:53:20.303Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27992024-12-21T04:53:20.477Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28002024-12-21T04:53:20.531Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28012024-12-21T04:53:20.583Z Compiling env_logger v0.11.5
28022024-12-21T04:53:20.660Z Compiling radix_trie v0.2.1
28032024-12-21T04:53:20.810Z Compiling zone_cfg_derive v0.1.2
28042024-12-21T04:53:20.879Z Compiling ssh-cipher v0.2.0
28052024-12-21T04:53:21.388Z Compiling bcrypt-pbkdf v0.10.0
28062024-12-21T04:53:21.533Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28072024-12-21T04:53:21.946Z Compiling parking_lot v0.11.2
28082024-12-21T04:53:22.015Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28092024-12-21T04:53:22.352Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28102024-12-21T04:53:22.627Z Compiling password-hash v0.4.2
28112024-12-21T04:53:22.821Z Compiling gethostname v0.5.0
28122024-12-21T04:53:22.933Z Compiling fxhash v0.2.1
28132024-12-21T04:53:22.955Z Compiling bumpalo v3.16.0
28142024-12-21T04:53:23.027Z Compiling base64 v0.13.1
28152024-12-21T04:53:23.049Z Compiling lockfree-object-pool v0.1.6
28162024-12-21T04:53:23.177Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28172024-12-21T04:53:23.347Z Compiling http-range v0.1.5
28182024-12-21T04:53:23.485Z Compiling matches v0.1.10
28192024-12-21T04:53:23.492Z Compiling simd-adler32 v0.3.7
28202024-12-21T04:53:23.591Z Compiling zip v2.1.3
28212024-12-21T04:53:23.624Z Compiling idna v0.2.3
28222024-12-21T04:53:23.715Z Compiling ron v0.7.1
28232024-12-21T04:53:23.762Z Compiling sled v0.34.7
28242024-12-21T04:53:23.811Z Compiling progenitor-macro v0.8.0
28252024-12-21T04:53:23.874Z Compiling zopfli v0.8.1
28262024-12-21T04:53:23.947Z Compiling pbkdf2 v0.11.0
28272024-12-21T04:53:24.066Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28282024-12-21T04:53:24.306Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28292024-12-21T04:53:24.802Z Compiling zone v0.1.8
28302024-12-21T04:53:25.285Z Compiling xz2 v0.1.7
28312024-12-21T04:53:25.787Z Compiling ssh-key v0.6.6
28322024-12-21T04:53:25.827Z Compiling hickory-client v0.24.1
28332024-12-21T04:53:26.547Z Compiling p256 v0.13.2
28342024-12-21T04:53:26.613Z Compiling p521 v0.13.3
28352024-12-21T04:53:26.713Z Compiling hickory-server v0.24.1
28362024-12-21T04:53:27.383Z Compiling enum-as-inner v0.5.1
28372024-12-21T04:53:27.464Z Compiling pem v3.0.4
28382024-12-21T04:53:28.357Z Compiling yasna v0.5.2
28392024-12-21T04:53:28.499Z Compiling headers-core v0.3.0
28402024-12-21T04:53:28.695Z Compiling kstat-rs v0.2.4
28412024-12-21T04:53:29.026Z Compiling nanorand v0.7.0
28422024-12-21T04:53:29.357Z Compiling atty v0.2.14
28432024-12-21T04:53:29.538Z Compiling russh-cryptovec v0.7.3
28442024-12-21T04:53:29.655Z Compiling md5 v0.7.0
28452024-12-21T04:53:29.909Z Compiling flume v0.11.1
28462024-12-21T04:53:30.159Z Compiling russh-keys v0.45.0
28472024-12-21T04:53:30.195Z Compiling rcgen v0.12.1
28482024-12-21T04:53:30.534Z Compiling headers v0.4.0
28492024-12-21T04:53:30.626Z Compiling trust-dns-proto v0.22.0
28502024-12-21T04:53:31.703Z Compiling hyper-staticfile v0.10.1
28512024-12-21T04:53:32.814Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28522024-12-21T04:53:32.932Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28532024-12-21T04:53:33.177Z Compiling num-bigint v0.4.6
28542024-12-21T04:53:33.453Z Compiling des v0.8.1
28552024-12-21T04:53:33.477Z Compiling subprocess v0.2.9
28562024-12-21T04:53:33.845Z Compiling dhcproto-macros v0.1.0
28572024-12-21T04:53:34.510Z Compiling hex-literal v0.4.1
28582024-12-21T04:53:34.686Z Compiling display-error-chain v0.2.2
28592024-12-21T04:53:34.739Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28602024-12-21T04:53:34.885Z Compiling internet-checksum v0.2.1
28612024-12-21T04:53:35.279Z Compiling dhcproto v0.12.0
28622024-12-21T04:53:36.315Z Compiling russh v0.45.0
28632024-12-21T04:53:38.097Z Compiling progenitor v0.8.0
28642024-12-21T04:53:38.325Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28652024-12-21T04:53:38.345Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28662024-12-21T04:53:38.364Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28672024-12-21T04:53:38.385Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28682024-12-21T04:53:38.408Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28692024-12-21T04:53:38.457Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28702024-12-21T04:53:38.663Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28712024-12-21T04:53:39.882Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28722024-12-21T04:53:40.481Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
28732024-12-21T04:53:40.847Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28742024-12-21T04:53:44.368Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752024-12-21T04:53:44.580Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28762024-12-21T04:53:54.597Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772024-12-21T04:53:54.597Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28782024-12-21T04:53:54.600Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28792024-12-21T04:53:54.600Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28802024-12-21T04:53:55.525Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28812024-12-21T04:53:57.977Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28822024-12-21T04:53:58.804Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28832024-12-21T04:53:59.689Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842024-12-21T04:54:00.017Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28852024-12-21T04:54:02.761Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28862024-12-21T04:54:02.843Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28872024-12-21T04:54:03.984Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28882024-12-21T04:54:04.189Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28892024-12-21T04:54:05.575Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28902024-12-21T04:54:06.052Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28912024-12-21T04:54:07.025Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28922024-12-21T04:54:07.522Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28932024-12-21T04:54:08.186Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28942024-12-21T04:54:09.537Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28952024-12-21T04:54:10.970Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28962024-12-21T04:54:11.470Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28972024-12-21T04:54:11.724Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28982024-12-21T04:54:14.000Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
28992024-12-21T04:54:14.107Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29002024-12-21T04:54:14.624Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29012024-12-21T04:54:17.087Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29022024-12-21T04:54:18.617Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29032024-12-21T04:54:19.294Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29042024-12-21T04:54:26.801Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29052024-12-21T04:54:34.750Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29062024-12-21T04:54:36.159Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29072024-12-21T04:54:56.172Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29082024-12-21T04:55:33.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 47s
29092024-12-21T04:55:33.440Z
29102024-12-21T04:55:33.440Zreal 2:47.906266537
29112024-12-21T04:55:33.440Zuser 12:42.626650939
29122024-12-21T04:55:33.440Zsys 2:50.202426675
29132024-12-21T04:55:33.440Ztrap 0.358163847
29142024-12-21T04:55:33.440Ztflt 0.825291282
29152024-12-21T04:55:33.440Zdflt 2.419120588
29162024-12-21T04:55:33.440Zkflt 0.000315498
29172024-12-21T04:55:33.475Zlock 26:25.897514279
29182024-12-21T04:55:33.476Zslp 45:51.633585385
29192024-12-21T04:55:33.476Zlat 37.461420562
29202024-12-21T04:55:33.476Zstop 1:36.659346580
29212024-12-21T04:55:33.476Z+ mkdir tests
29222024-12-21T04:55:33.476Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29232024-12-21T04:55:33.476Z+ xargs -I '{}' -t cp '{}' tests/
29242024-12-21T04:55:33.520Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5479833bcd2cfb2c tests/
29252024-12-21T04:55:33.539Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7d0fc58acae516fb tests/
29262024-12-21T04:55:33.539Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ef6517cf94878a82 tests/
29272024-12-21T04:55:33.557Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e05cfe0139d8f94f tests/
29282024-12-21T04:55:33.810Z+ 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/*)
29292024-12-21T04:55:33.814Z+ 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-7d0fc58acae516fb tests/commtest-ef6517cf94878a82 tests/dhcp_server-5479833bcd2cfb2c tests/end_to_end_tests-e05cfe0139d8f94f 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
29302024-12-21T04:56:45.283ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29312024-12-21T04:56:45.283Za .github/buildomat/ci-env.sh 1K
29322024-12-21T04:56:45.283Za out/target/test 1K
29332024-12-21T04:56:45.283Za out/npuzone/npuzone 23144K
29342024-12-21T04:56:45.283Za package-manifest.toml 33K
29352024-12-21T04:56:45.283Za smf/sled-agent/non-gimlet/config.toml 4K
29362024-12-21T04:56:45.284Za target/release/omicron-package 36387K
29372024-12-21T04:56:45.284Za target/release/xtask 11721K
29382024-12-21T04:56:45.284Za target/debug/bootstrap 208840K
29392024-12-21T04:56:45.284Za tests/bootstrap-7d0fc58acae516fb 24243K
29402024-12-21T04:56:45.284Za tests/commtest-ef6517cf94878a82 25019K
29412024-12-21T04:56:45.284Za tests/dhcp_server-5479833bcd2cfb2c 24243K
29422024-12-21T04:56:45.284Za tests/end_to_end_tests-e05cfe0139d8f94f 227033K
29432024-12-21T04:56:45.284Za out/clickhouse.tar.gz 293535K
29442024-12-21T04:56:45.284Za out/clickhouse_keeper.tar.gz 280625K
29452024-12-21T04:56:45.284Za out/clickhouse_server.tar.gz 293520K
29462024-12-21T04:56:45.284Za out/cockroachdb.tar.gz 134637K
29472024-12-21T04:56:45.284Za out/crucible-dtrace.tar 85K
29482024-12-21T04:56:45.284Za out/crucible-pantry-zone.tar.gz 28209K
29492024-12-21T04:56:45.284Za out/crucible-zone.tar.gz 36428K
29502024-12-21T04:56:45.304Za out/external-dns.tar.gz 35337K
29512024-12-21T04:56:45.304Za out/internal-dns.tar.gz 35337K
29522024-12-21T04:56:45.304Za out/mg-ddm-gz.tar 63075K
29532024-12-21T04:56:45.304Za out/nexus.tar.gz 98323K
29542024-12-21T04:56:45.304Za out/ntp.tar.gz 10384K
29552024-12-21T04:56:45.304Za out/omicron-gateway-softnpu.tar.gz 23968K
29562024-12-21T04:56:45.304Za out/omicron-sled-agent.tar 113447K
29572024-12-21T04:56:45.304Za out/overlay.tar.gz 3K
29582024-12-21T04:56:45.304Za out/oximeter.tar.gz 47840K
29592024-12-21T04:56:45.304Za out/oxlog.tar 3088K
29602024-12-21T04:56:45.304Za out/probe.tar.gz 2764K
29612024-12-21T04:56:45.304Za out/propolis-server.tar.gz 66291K
29622024-12-21T04:56:45.304Za out/pumpkind-gz.tar 26665K
29632024-12-21T04:56:45.304Za out/switch-softnpu.tar.gz 235389K
29642024-12-21T04:56:45.316Z
29652024-12-21T04:56:45.316Zreal 1:11.463650628
29662024-12-21T04:56:45.316Zuser 1:08.170025907
29672024-12-21T04:56:45.316Zsys 4.765288927
29682024-12-21T04:56:45.316Ztrap 0.020743456
29692024-12-21T04:56:45.316Ztflt 0.000000000
29702024-12-21T04:56:45.316Zdflt 0.000000000
29712024-12-21T04:56:45.316Zkflt 0.000000000
29722024-12-21T04:56:45.316Zlock 0.000000000
29732024-12-21T04:56:45.316Zslp 1:07.873176595
29742024-12-21T04:56:45.316Zlat 2.092274402
29752024-12-21T04:56:45.316Zstop 0.000526038
29762024-12-21T04:56:45.316Zprocess exited: duration 2087035 ms, exit code 0
 
29772024-12-21T04:56:45.365Zfound 1 output files
29782024-12-21T04:56:45.365Zuploading: /work/package.tar.gz (1880335366 bytes)
29792024-12-21T04:57:51.066Zuploaded: /work/package.tar.gz