01JBWPP0Z9J7QA37QFJX10278M: 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: 01JBWPPE2XEHB49ZKYS5822Y3C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-04T23:04:30.608Zjob assigned to worker 01JBWPPCWSGB9WZZXCHTY76SF2 (queued for 1 m 4 s)
 
22024-11-04T23:04:38.438Zstarting task 0: "setup"
32024-11-04T23:04:38.445Z++ uname -s
42024-11-04T23:04:38.447Z+ kern=SunOS
52024-11-04T23:04:38.447Z+ case "$kern" in
62024-11-04T23:04:38.447Z+ [[ 0 == 12345 ]]
72024-11-04T23:04:38.448Z+ groupadd -g 12345 build
82024-11-04T23:04:38.450Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-04T23:04:40.460Z+ zfs create -o mountpoint=/work rpool/work
102024-11-04T23:04:40.612Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-04T23:04:40.615Z+ home_fs=zfs
122024-11-04T23:04:40.615Z+ [[ zfs == autofs ]]
132024-11-04T23:04:40.615Z+ mkdir -p /home/build
142024-11-04T23:04:40.617Z+ chown build:build /home/build /work
152024-11-04T23:04:42.619Z+ chmod 0700 /home/build /work
162024-11-04T23:04:42.623Zprocess exited: duration 4186 ms, exit code 0
 
172024-11-04T23:04:42.628Zstarting task 1: "rust-toolchain"
182024-11-04T23:04:42.634Z+ printf ' * toolchain channel = "%s"
192024-11-04T23:04:42.634Z' 1.82.0
202024-11-04T23:04:42.634Z * toolchain channel = "1.82.0"
212024-11-04T23:04:42.634Z+ printf ' * toolchain profile = "%s"
222024-11-04T23:04:42.634Z' default
232024-11-04T23:04:42.634Z * toolchain profile = "default"
242024-11-04T23:04:42.636Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-04T23:04:42.636Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-04T23:04:42.755Zinfo: downloading installer
272024-11-04T23:04:43.935Zinfo: profile set to 'default'
282024-11-04T23:04:43.935Zinfo: default host triple is x86_64-unknown-illumos
292024-11-04T23:04:43.937Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-04T23:04:44.065Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-04T23:04:44.065Zinfo: downloading component 'cargo'
322024-11-04T23:04:44.714Zinfo: downloading component 'clippy'
332024-11-04T23:04:44.961Zinfo: downloading component 'rust-docs'
342024-11-04T23:04:45.876Zinfo: downloading component 'rust-std'
352024-11-04T23:04:47.331Zinfo: downloading component 'rustc'
362024-11-04T23:04:52.463Zinfo: downloading component 'rustfmt'
372024-11-04T23:04:52.648Zinfo: installing component 'cargo'
382024-11-04T23:04:53.491Zinfo: installing component 'clippy'
392024-11-04T23:04:53.911Zinfo: installing component 'rust-docs'
402024-11-04T23:04:55.658Zinfo: installing component 'rust-std'
412024-11-04T23:04:57.619Zinfo: installing component 'rustc'
422024-11-04T23:05:04.016Zinfo: installing component 'rustfmt'
432024-11-04T23:05:04.358Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-04T23:05:04.359Z
452024-11-04T23:05:04.753Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-04T23:05:04.753Z
472024-11-04T23:05:04.756Z
482024-11-04T23:05:04.756ZRust is installed now. Great!
492024-11-04T23:05:04.756Z
502024-11-04T23:05:04.756ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-04T23:05:04.756Zenvironment variable. This has not been done automatically.
522024-11-04T23:05:04.756Z
532024-11-04T23:05:04.756ZTo configure your current shell, you need to source
542024-11-04T23:05:04.756Zthe corresponding env file under $HOME/.cargo.
552024-11-04T23:05:04.756Z
562024-11-04T23:05:04.756ZThis is usually done by running one of the following (note the leading DOT):
572024-11-04T23:05:04.756Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-04T23:05:04.756Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-04T23:05:04.831Z+ rustc --version
602024-11-04T23:05:04.899Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-04T23:05:04.902Zprocess exited: duration 22270 ms, exit code 0
 
622024-11-04T23:05:04.906Zstarting task 2: "authentication"
632024-11-04T23:05:04.928Zprocess exited: duration 21 ms, exit code 0
 
642024-11-04T23:05:04.933Zstarting task 3: "clone repository"
652024-11-04T23:05:04.938Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-04T23:05:04.940Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-04T23:05:05.576ZCloning into '/work/oxidecomputer/omicron'...
682024-11-04T23:05:13.427Z+ cd /work/oxidecomputer/omicron
692024-11-04T23:05:13.429Z+ git fetch origin 6c2562d95f1a78eb9842c2448a9630fba7c03900
702024-11-04T23:05:13.767ZFrom https://github.com/oxidecomputer/omicron
712024-11-04T23:05:13.767Z * branch 6c2562d95f1a78eb9842c2448a9630fba7c03900 -> FETCH_HEAD
722024-11-04T23:05:13.779Z+ [[ -n range-requests ]]
732024-11-04T23:05:13.782Z++ git branch --show-current
742024-11-04T23:05:13.785Z+ current=main
752024-11-04T23:05:13.785Z+ [[ main != range-requests ]]
762024-11-04T23:05:13.785Z+ git branch -f range-requests 6c2562d95f1a78eb9842c2448a9630fba7c03900
772024-11-04T23:05:13.787Z+ git checkout -f range-requests
782024-11-04T23:05:13.956ZSwitched to branch 'range-requests'
792024-11-04T23:05:13.981Z+ git reset --hard 6c2562d95f1a78eb9842c2448a9630fba7c03900
802024-11-04T23:05:14.118ZHEAD is now at 6c2562d95 Make it harder to see 'not satisfiable' without corresponding headers
812024-11-04T23:05:14.122Zprocess exited: duration 9184 ms, exit code 0
 
822024-11-04T23:05:14.128Zstarting task 4: "build"
832024-11-04T23:05:14.133Z+ source .github/buildomat/ci-env.sh
842024-11-04T23:05:14.133Z++ export CARGO_TERM_COLOR=always
852024-11-04T23:05:14.133Z++ CARGO_TERM_COLOR=always
862024-11-04T23:05:14.136Z+ cargo --version
872024-11-04T23:05:14.197Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-04T23:05:14.204Z+ rustc --version
892024-11-04T23:05:14.254Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-04T23:05:14.257Z+ WORK=/work
912024-11-04T23:05:14.257Z+ pfexec mkdir -p /work
922024-11-04T23:05:14.260Z+ pfexec chown build /work
932024-11-04T23:05:14.262Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
942024-11-04T23:05:43.893Z Startup: Refreshing catalog 'helios-dev' ... Done
952024-11-04T23:05:47.460Z Startup: Caching catalogs ... Done
962024-11-04T23:05:55.030ZPlanning: Solver setup ... Done (6.843s)
972024-11-04T23:05:55.127ZPlanning: Running solver ... Done (0.097s)
982024-11-04T23:05:55.277ZPlanning: Finding local manifests ... Done (0.061s)
992024-11-04T23:05:56.705ZPlanning: Fetching manifests: 0/5 0% complete
1002024-11-04T23:05:57.798ZPlanning: Fetching manifests: 5/5 100% complete
1012024-11-04T23:05:57.985ZPlanning: Package planning ... Done (0.187s)
1022024-11-04T23:05:58.043ZPlanning: Merging actions ... Done (0.058s)
1032024-11-04T23:05:58.725ZPlanning: Checking for conflicting actions ... Done (0.682s)
1042024-11-04T23:06:03.922ZPlanning: Consolidating action changes ... Done (5.196s)
1052024-11-04T23:06:04.306ZPlanning: Evaluating mediators ... Done (0.384s)
1062024-11-04T23:06:04.429ZPlanning: Planning completed in 16.88 seconds
1072024-11-04T23:06:04.540Z Packages to install: 4
1082024-11-04T23:06:04.544Z Packages to update: 1
1092024-11-04T23:06:04.544Z Mediators to change: 2
1102024-11-04T23:06:04.544Z Services to change: 1
1112024-11-04T23:06:04.544Z Estimated space available: 155.61 GB
1122024-11-04T23:06:04.544ZEstimated space to be consumed: 1.59 GB
1132024-11-04T23:06:04.544Z Create boot environment: No
1142024-11-04T23:06:04.544ZCreate backup boot environment: Yes
1152024-11-04T23:06:04.544Z Rebuild boot archive: No
1162024-11-04T23:06:04.544Z
1172024-11-04T23:06:04.545ZChanged mediators:
1182024-11-04T23:06:04.545Z mediator clang:
1192024-11-04T23:06:04.545Z version: None -> 15 (system default)
1202024-11-04T23:06:04.545Z
1212024-11-04T23:06:04.545Z mediator llvm:
1222024-11-04T23:06:04.545Z version: 14 (system default) -> 15 (system default)
1232024-11-04T23:06:04.545Z
1242024-11-04T23:06:04.545ZChanged packages:
1252024-11-04T23:06:04.545Zhelios-dev
1262024-11-04T23:06:04.545Z developer/build-essential
1272024-11-04T23:06:04.545Z None -> 11-2.0
1282024-11-04T23:06:04.545Z library/libxmlsec1
1292024-11-04T23:06:04.546Z None -> 1.2.35-2.0
1302024-11-04T23:06:04.546Z ooce/developer/clang-15
1312024-11-04T23:06:04.546Z None -> 15.0.7-2.0
1322024-11-04T23:06:04.546Z ooce/developer/llvm-15
1332024-11-04T23:06:04.546Z None -> 15.0.7-2.0
1342024-11-04T23:06:04.546Z package/pkg
1352024-11-04T23:06:04.546Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1362024-11-04T23:06:04.546Z
1372024-11-04T23:06:04.546ZServices:
1382024-11-04T23:06:04.546Z restart_fmri:
1392024-11-04T23:06:04.546Z svc:/system/update-man-index:default
1402024-11-04T23:06:04.546Z
1412024-11-04T23:06:04.546ZEditable files to change:
1422024-11-04T23:06:04.546Z Update:
1432024-11-04T23:06:04.546Z usr/share/lib/pkg/web/config.shtml
1442024-11-04T23:06:04.785Z
1452024-11-04T23:06:04.785ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1462024-11-04T23:06:11.617ZDownload: 213/4281 items 1.3/220.6MB 0% complete (760k/s)
1472024-11-04T23:06:16.636ZDownload: 797/4281 items 18.3/220.6MB 8% complete (1.7M/s)
1482024-11-04T23:06:21.637ZDownload: 1197/4281 items 82.1/220.6MB 37% complete (8.2M/s)
1492024-11-04T23:06:26.638ZDownload: 1241/4281 items 89.0/220.6MB 40% complete (7.0M/s)
1502024-11-04T23:06:31.640ZDownload: 2024/4281 items 118.7/220.6MB 53% complete (3.8M/s)
1512024-11-04T23:06:36.739ZDownload: 2224/4281 items 119.2/220.6MB 54% complete (5.1M/s)
1522024-11-04T23:06:41.748ZDownload: 3212/4281 items 159.7/220.6MB 72% complete (4.0M/s)
1532024-11-04T23:06:46.969ZDownload: 3284/4281 items 211.1/220.6MB 95% complete (10.8M/s)
1542024-11-04T23:06:52.155ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (9.3M/s)
1552024-11-04T23:06:52.263ZDownload: Completed 220.60 MB in 47.47 seconds (4.7M/s)
1562024-11-04T23:06:54.320Z Actions: 1/5063 actions (Removing old actions)
1572024-11-04T23:06:54.337Z Actions: 194/5063 actions (Installing new actions)
1582024-11-04T23:06:59.461Z Actions: 4081/5063 actions (Installing new actions)
1592024-11-04T23:07:00.171Z Actions: 4226/5063 actions (Updating modified actions)
1602024-11-04T23:07:00.580Z Actions: Completed 5063 actions in 6.26 seconds.
1612024-11-04T23:07:00.788Z Done (0.200s)
1622024-11-04T23:07:00.790Z Done (0.000s)
1632024-11-04T23:07:01.297Z Done (0.508s)
1642024-11-04T23:07:09.072Z Done (7.569s)
1652024-11-04T23:07:09.614Z Done (0.466s)
1662024-11-04T23:07:09.616Z Done (0.000s)
1672024-11-04T23:07:09.777Z Done (0.000s)
1682024-11-04T23:07:10.444ZPlanning: Evaluating mediator changes ... Done
1692024-11-04T23:07:10.606ZPlanning: Checking for conflicting actions ... Done
1702024-11-04T23:07:10.608ZPlanning: Consolidating action changes ... Done
1712024-11-04T23:07:10.879ZPlanning: Evaluating mediators ... Done
1722024-11-04T23:07:10.881ZPlanning: Planning completed in 0.44 seconds
1732024-11-04T23:07:10.917Z Mediators to change: 2
1742024-11-04T23:07:10.917Z Create boot environment: No
1752024-11-04T23:07:10.919ZCreate backup boot environment: No
1762024-11-04T23:07:10.990Z Done
1772024-11-04T23:07:10.990Z Done
1782024-11-04T23:07:11.319Z Done
1792024-11-04T23:07:14.912Z Done
1802024-11-04T23:07:14.999Z Done
1812024-11-04T23:07:15.001Z Done
1822024-11-04T23:07:15.107Z Done
1832024-11-04T23:07:15.740ZPlanning: Evaluating mediator changes ... Done
1842024-11-04T23:07:15.743ZPlanning: Merging actions ... Done
1852024-11-04T23:07:15.934ZPlanning: Checking for conflicting actions ... Done
1862024-11-04T23:07:15.936ZPlanning: Consolidating action changes ... Done
1872024-11-04T23:07:16.201ZPlanning: Evaluating mediators ... Done
1882024-11-04T23:07:16.257ZPlanning: Planning completed in 0.76 seconds
1892024-11-04T23:07:16.296Z Packages to change: 1
1902024-11-04T23:07:16.296Z Mediators to change: 1
1912024-11-04T23:07:16.298Z Services to change: 1
1922024-11-04T23:07:16.299Z Create boot environment: No
1932024-11-04T23:07:16.299ZCreate backup boot environment: Yes
1942024-11-04T23:07:18.422Z Actions: 1/6 actions (Updating modified actions)
1952024-11-04T23:07:18.556Z Actions: Completed 6 actions in 0.14 seconds.
1962024-11-04T23:07:18.559Z Done
1972024-11-04T23:07:18.559Z Done
1982024-11-04T23:07:18.661Z Done
1992024-11-04T23:07:22.407Z Done
2002024-11-04T23:07:22.507Z Done
2012024-11-04T23:07:22.511Z Done
2022024-11-04T23:07:22.627Z Done
2032024-11-04T23:07:23.071ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042024-11-04T23:07:23.071Zclang system 15 system
2052024-11-04T23:07:23.071Zcsh system system illumos
2062024-11-04T23:07:23.071Zctags system system illumos
2072024-11-04T23:07:23.071Zgcc vendor 12 vendor
2082024-11-04T23:07:23.071Zgcc system 10 system
2092024-11-04T23:07:23.071Zgcc system 7 system
2102024-11-04T23:07:23.071Zgo system 1.20 system
2112024-11-04T23:07:23.071Zgo system 1.19 system
2122024-11-04T23:07:23.071Zllvm system 15 system
2132024-11-04T23:07:23.071Zllvm system 14 system
2142024-11-04T23:07:23.071Zmariadb system 10.6 system
2152024-11-04T23:07:23.072Zmta vendor vendor dma
2162024-11-04T23:07:23.072Zopenjdk system 17 system
2172024-11-04T23:07:23.072Zopenjdk system 11 system
2182024-11-04T23:07:23.072Zopenjdk system 1.8 system
2192024-11-04T23:07:23.072Zopenssl vendor 3 vendor
2202024-11-04T23:07:23.072Zperl system 5.36 system
2212024-11-04T23:07:23.072Zpostgresql system 15 system
2222024-11-04T23:07:23.072Zpostgresql system 13 system
2232024-11-04T23:07:23.072Zpython vendor 3 vendor
2242024-11-04T23:07:23.072Zpython system 2 system
2252024-11-04T23:07:23.072Zpython3 system 3.11 system
2262024-11-04T23:07:23.072Zruby system 3.0 system
2272024-11-04T23:07:23.072Zwords vendor vendor american-english
2282024-11-04T23:07:23.072Zwords system system australian-english
2292024-11-04T23:07:23.072Zwords system system british-english
2302024-11-04T23:07:23.072Zwords system system canadian-english
2312024-11-04T23:07:23.072Zwords system system french
2322024-11-04T23:07:23.072Zwords system system italian
2332024-11-04T23:07:23.072Zwords system system ngerman
2342024-11-04T23:07:23.072Zwords system system ogerman
2352024-11-04T23:07:23.072Zwords system system spanish
2362024-11-04T23:07:23.414ZPUBLISHER TYPE STATUS P LOCATION
2372024-11-04T23:07:23.415Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2382024-11-04T23:07:25.870ZFMRI IFO
2392024-11-04T23:07:25.870Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2402024-11-04T23:07:25.870Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2412024-11-04T23:07:25.870Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2422024-11-04T23:07:25.870Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2432024-11-04T23:07:25.870Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2442024-11-04T23:07:25.870Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2452024-11-04T23:07:25.871Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2462024-11-04T23:07:25.871Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2472024-11-04T23:07:25.871Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2482024-11-04T23:07:25.871Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2492024-11-04T23:07:25.871Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2502024-11-04T23:07:25.871Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2512024-11-04T23:07:25.871Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2522024-11-04T23:07:25.871Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2532024-11-04T23:07:25.871Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2542024-11-04T23:07:26.567Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2552024-11-04T23:07:26.886Z Updating crates.io index
2562024-11-04T23:07:26.889Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572024-11-04T23:07:27.753Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2582024-11-04T23:07:28.028Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592024-11-04T23:07:28.243Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602024-11-04T23:07:28.553Z Updating git repository `https://github.com/oxidecomputer/propolis`
2612024-11-04T23:07:29.461Z Updating git repository `https://github.com/oxidecomputer/crucible`
2622024-11-04T23:07:31.810Z Updating git repository `https://github.com/oxidecomputer/opte`
2632024-11-04T23:07:32.841Z Updating git repository `https://github.com/oxidecomputer/falcon`
2642024-11-04T23:07:33.571Z Updating git repository `https://github.com/oxidecomputer/clickward`
2652024-11-04T23:07:33.865Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2662024-11-04T23:07:34.141Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2672024-11-04T23:07:34.820Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2682024-11-04T23:07:35.105Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692024-11-04T23:07:35.615Z Updating git repository `https://github.com/oxidecomputer/tofino`
2702024-11-04T23:07:35.916Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2712024-11-04T23:07:36.172Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2722024-11-04T23:07:36.446Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2732024-11-04T23:07:36.747Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2742024-11-04T23:07:37.044Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752024-11-04T23:07:37.443Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2762024-11-04T23:07:37.681Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772024-11-04T23:07:38.267Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782024-11-04T23:07:38.566Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2792024-11-04T23:07:39.037Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802024-11-04T23:07:39.431Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812024-11-04T23:07:39.809Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822024-11-04T23:07:40.032Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832024-11-04T23:07:41.359Z Downloading crates ...
2842024-11-04T23:07:41.455Z Downloaded anstyle v1.0.8
2852024-11-04T23:07:41.458Z Downloaded clap_derive v4.5.18
2862024-11-04T23:07:41.460Z Downloaded cpufeatures v0.2.14
2872024-11-04T23:07:41.463Z Downloaded cargo_metadata v0.18.1
2882024-11-04T23:07:41.475Z Downloaded swrite v0.1.0
2892024-11-04T23:07:41.477Z Downloaded equivalent v1.0.1
2902024-11-04T23:07:41.480Z Downloaded usdt-macro v0.5.0
2912024-11-04T23:07:41.483Z Downloaded block-buffer v0.10.4
2922024-11-04T23:07:41.487Z Downloaded plain v0.2.3
2932024-11-04T23:07:41.489Z Downloaded unicode-linebreak v0.1.5
2942024-11-04T23:07:41.491Z Downloaded macaddr v1.0.1
2952024-11-04T23:07:41.493Z Downloaded terminal_size v0.4.0
2962024-11-04T23:07:41.493Z Downloaded thiserror-impl v1.0.64
2972024-11-04T23:07:41.497Z Downloaded itoa v1.0.11
2982024-11-04T23:07:41.499Z Downloaded toml_datetime v0.6.8
2992024-11-04T23:07:41.502Z Downloaded strsim v0.11.1
3002024-11-04T23:07:41.502Z Downloaded semver v1.0.23
3012024-11-04T23:07:41.504Z Downloaded proc-macro-error v1.0.4
3022024-11-04T23:07:41.507Z Downloaded sha2 v0.10.8
3032024-11-04T23:07:41.509Z Downloaded pest_derive v2.7.14
3042024-11-04T23:07:41.512Z Downloaded anyhow v1.0.92
3052024-11-04T23:07:41.514Z Downloaded once_cell v1.20.2
3062024-11-04T23:07:41.517Z Downloaded zerocopy-derive v0.7.35
3072024-11-04T23:07:41.521Z Downloaded anstream v0.6.15
3082024-11-04T23:07:41.523Z Downloaded typenum v1.17.0
3092024-11-04T23:07:41.526Z Downloaded unicode-ident v1.0.13
3102024-11-04T23:07:41.529Z Downloaded proc-macro2 v1.0.87
3112024-11-04T23:07:41.531Z Downloaded ryu v1.0.18
3122024-11-04T23:07:41.535Z Downloaded autocfg v1.4.0
3132024-11-04T23:07:41.537Z Downloaded clap v4.5.20
3142024-11-04T23:07:41.545Z Downloaded dtrace-parser v0.2.0
3152024-11-04T23:07:41.548Z Downloaded bytecount v0.6.8
3162024-11-04T23:07:41.548Z Downloaded anstyle-parse v0.2.5
3172024-11-04T23:07:41.550Z Downloaded crypto-common v0.1.6
3182024-11-04T23:07:41.553Z Downloaded cargo-platform v0.1.8
3192024-11-04T23:07:41.553Z Downloaded byteorder v1.5.0
3202024-11-04T23:07:41.555Z Downloaded anstyle-query v1.1.1
3212024-11-04T23:07:41.555Z Downloaded camino v1.1.9
3222024-11-04T23:07:41.557Z Downloaded fastrand v2.1.1
3232024-11-04T23:07:41.559Z Downloaded generic-array v0.14.7
3242024-11-04T23:07:41.559Z Downloaded clap_lex v0.7.2
3252024-11-04T23:07:41.562Z Downloaded cfg-if v1.0.0
3262024-11-04T23:07:41.562Z Downloaded camino-tempfile v1.1.1
3272024-11-04T23:07:41.565Z Downloaded usdt-attr-macro v0.5.0
3282024-11-04T23:07:41.567Z Downloaded scroll_derive v0.12.0
3292024-11-04T23:07:41.570Z Downloaded cargo_toml v0.20.5
3302024-11-04T23:07:41.570Z Downloaded pretty-hex v0.4.1
3312024-11-04T23:07:41.573Z Downloaded colorchoice v1.0.2
3322024-11-04T23:07:41.575Z Downloaded fnv v1.0.7
3332024-11-04T23:07:41.578Z Downloaded is_terminal_polyfill v1.70.1
3342024-11-04T23:07:41.578Z Downloaded dof v0.3.0
3352024-11-04T23:07:41.578Z Downloaded heck v0.5.0
3362024-11-04T23:07:41.581Z Downloaded errno v0.3.9
3372024-11-04T23:07:41.584Z Downloaded thiserror v1.0.64
3382024-11-04T23:07:41.587Z Downloaded scroll v0.12.0
3392024-11-04T23:07:41.589Z Downloaded smawk v0.3.2
3402024-11-04T23:07:41.592Z Downloaded thread-id v4.2.2
3412024-11-04T23:07:41.594Z Downloaded pest_generator v2.7.14
3422024-11-04T23:07:41.595Z Downloaded serde_spanned v0.6.8
3432024-11-04T23:07:41.598Z Downloaded utf8parse v0.2.2
3442024-11-04T23:07:41.601Z Downloaded tabled_derive v0.7.0
3452024-11-04T23:07:41.601Z Downloaded proc-macro-error-attr v1.0.4
3462024-11-04T23:07:41.604Z Downloaded version_check v0.9.5
3472024-11-04T23:07:41.604Z Downloaded usdt v0.5.0
3482024-11-04T23:07:41.604Z Downloaded serde_tokenstream v0.2.2
3492024-11-04T23:07:41.606Z Downloaded heck v0.4.1
3502024-11-04T23:07:41.606Z Downloaded indexmap v2.6.0
3512024-11-04T23:07:41.610Z Downloaded bitflags v2.6.0
3522024-11-04T23:07:41.613Z Downloaded fs-err v2.11.0
3532024-11-04T23:07:41.615Z Downloaded quote v1.0.37
3542024-11-04T23:07:41.618Z Downloaded tempfile v3.13.0
3552024-11-04T23:07:41.620Z Downloaded memmap v0.7.0
3562024-11-04T23:07:41.622Z Downloaded digest v0.10.7
3572024-11-04T23:07:41.626Z Downloaded usdt-impl v0.5.0
3582024-11-04T23:07:41.634Z Downloaded toml v0.8.19
3592024-11-04T23:07:41.640Z Downloaded pest_meta v2.7.14
3602024-11-04T23:07:41.643Z Downloaded serde_derive v1.0.210
3612024-11-04T23:07:41.645Z Downloaded textwrap v0.16.1
3622024-11-04T23:07:41.648Z Downloaded ucd-trie v0.1.7
3632024-11-04T23:07:41.650Z Downloaded log v0.4.22
3642024-11-04T23:07:41.653Z Downloaded papergrid v0.11.0
3652024-11-04T23:07:41.655Z Downloaded hashbrown v0.15.0
3662024-11-04T23:07:41.674Z Downloaded serde v1.0.210
3672024-11-04T23:07:41.685Z Downloaded serde_json v1.0.128
3682024-11-04T23:07:41.691Z Downloaded memchr v2.7.4
3692024-11-04T23:07:41.700Z Downloaded toml_edit v0.22.22
3702024-11-04T23:07:41.729Z Downloaded pest v2.7.14
3712024-11-04T23:07:41.737Z Downloaded tabled v0.15.0
3722024-11-04T23:07:41.752Z Downloaded clap_builder v4.5.20
3732024-11-04T23:07:41.759Z Downloaded zerocopy v0.7.35
3742024-11-04T23:07:41.774Z Downloaded winnow v0.6.20
3752024-11-04T23:07:41.782Z Downloaded goblin v0.8.2
3762024-11-04T23:07:41.797Z Downloaded syn v1.0.109
3772024-11-04T23:07:41.807Z Downloaded syn v2.0.79
3782024-11-04T23:07:41.817Z Downloaded unicode-width v0.1.14
3792024-11-04T23:07:41.823Z Downloaded rustix v0.38.37
3802024-11-04T23:07:41.862Z Downloaded libc v0.2.161
3812024-11-04T23:07:42.173Z Compiling proc-macro2 v1.0.87
3822024-11-04T23:07:42.174Z Compiling unicode-ident v1.0.13
3832024-11-04T23:07:42.177Z Compiling version_check v0.9.5
3842024-11-04T23:07:42.177Z Compiling serde v1.0.210
3852024-11-04T23:07:42.177Z Compiling thiserror v1.0.64
3862024-11-04T23:07:42.177Z Compiling memchr v2.7.4
3872024-11-04T23:07:42.177Z Compiling libc v0.2.161
3882024-11-04T23:07:42.209Z Compiling ucd-trie v0.1.7
3892024-11-04T23:07:42.442Z Compiling ryu v1.0.18
3902024-11-04T23:07:42.801Z Compiling itoa v1.0.11
3912024-11-04T23:07:43.008Z Compiling once_cell v1.20.2
3922024-11-04T23:07:43.027Z Compiling byteorder v1.5.0
3932024-11-04T23:07:43.326Z Compiling serde_json v1.0.128
3942024-11-04T23:07:43.670Z Compiling rustix v0.38.37
3952024-11-04T23:07:43.737Z Compiling bitflags v2.6.0
3962024-11-04T23:07:43.783Z Compiling proc-macro-error-attr v1.0.4
3972024-11-04T23:07:43.896Z Compiling usdt-impl v0.5.0
3982024-11-04T23:07:44.077Z Compiling syn v1.0.109
3992024-11-04T23:07:44.132Z Compiling proc-macro-error v1.0.4
4002024-11-04T23:07:44.155Z Compiling equivalent v1.0.1
4012024-11-04T23:07:44.266Z Compiling plain v0.2.3
4022024-11-04T23:07:44.378Z Compiling utf8parse v0.2.2
4032024-11-04T23:07:44.434Z Compiling hashbrown v0.15.0
4042024-11-04T23:07:44.445Z Compiling log v0.4.22
4052024-11-04T23:07:44.541Z Compiling camino v1.1.9
4062024-11-04T23:07:44.566Z Compiling anstyle-parse v0.2.5
4072024-11-04T23:07:44.740Z Compiling quote v1.0.37
4082024-11-04T23:07:44.901Z Compiling errno v0.3.9
4092024-11-04T23:07:44.922Z Compiling thread-id v4.2.2
4102024-11-04T23:07:45.041Z Compiling pretty-hex v0.4.1
4112024-11-04T23:07:45.144Z Compiling syn v2.0.79
4122024-11-04T23:07:45.273Z Compiling autocfg v1.4.0
4132024-11-04T23:07:45.317Z Compiling semver v1.0.23
4142024-11-04T23:07:45.417Z Compiling colorchoice v1.0.2
4152024-11-04T23:07:45.581Z Compiling unicode-width v0.1.14
4162024-11-04T23:07:45.685Z Compiling indexmap v2.6.0
4172024-11-04T23:07:45.841Z Compiling is_terminal_polyfill v1.70.1
4182024-11-04T23:07:45.982Z Compiling winnow v0.6.20
4192024-11-04T23:07:46.101Z Compiling anstyle v1.0.8
4202024-11-04T23:07:46.317Z Compiling anstyle-query v1.1.1
4212024-11-04T23:07:46.479Z Compiling anstream v0.6.15
4222024-11-04T23:07:46.538Z Compiling fs-err v2.11.0
4232024-11-04T23:07:46.836Z Compiling heck v0.5.0
4242024-11-04T23:07:47.094Z Compiling heck v0.4.1
4252024-11-04T23:07:47.217Z Compiling strsim v0.11.1
4262024-11-04T23:07:47.319Z Compiling terminal_size v0.4.0
4272024-11-04T23:07:47.348Z Compiling anyhow v1.0.92
4282024-11-04T23:07:47.550Z Compiling fnv v1.0.7
4292024-11-04T23:07:47.627Z Compiling fastrand v2.1.1
4302024-11-04T23:07:47.751Z Compiling cfg-if v1.0.0
4312024-11-04T23:07:47.856Z Compiling bytecount v0.6.8
4322024-11-04T23:07:48.020Z Compiling clap_lex v0.7.2
4332024-11-04T23:07:48.129Z Compiling papergrid v0.11.0
4342024-11-04T23:07:48.185Z Compiling tempfile v3.13.0
4352024-11-04T23:07:48.479Z Compiling clap_builder v4.5.20
4362024-11-04T23:07:48.692Z Compiling memmap v0.7.0
4372024-11-04T23:07:48.744Z Compiling unicode-linebreak v0.1.5
4382024-11-04T23:07:49.049Z Compiling smawk v0.3.2
4392024-11-04T23:07:49.237Z Compiling textwrap v0.16.1
4402024-11-04T23:07:49.653Z Compiling swrite v0.1.0
4412024-11-04T23:07:50.531Z Compiling tabled_derive v0.7.0
4422024-11-04T23:07:52.063Z Compiling tabled v0.15.0
4432024-11-04T23:07:53.167Z Compiling serde_derive v1.0.210
4442024-11-04T23:07:53.167Z Compiling thiserror-impl v1.0.64
4452024-11-04T23:07:53.171Z Compiling zerocopy-derive v0.7.35
4462024-11-04T23:07:53.171Z Compiling scroll_derive v0.12.0
4472024-11-04T23:07:53.552Z Compiling clap_derive v4.5.18
4482024-11-04T23:07:54.642Z Compiling scroll v0.12.0
4492024-11-04T23:07:55.090Z Compiling goblin v0.8.2
4502024-11-04T23:07:55.218Z Compiling zerocopy v0.7.35
4512024-11-04T23:07:55.623Z Compiling pest v2.7.14
4522024-11-04T23:07:56.893Z Compiling clap v4.5.20
4532024-11-04T23:07:57.969Z Compiling pest_meta v2.7.14
4542024-11-04T23:07:58.788Z Compiling pest_generator v2.7.14
4552024-11-04T23:08:00.407Z Compiling pest_derive v2.7.14
4562024-11-04T23:08:01.014Z Compiling dtrace-parser v0.2.0
4572024-11-04T23:08:02.938Z Compiling serde_spanned v0.6.8
4582024-11-04T23:08:02.938Z Compiling toml_datetime v0.6.8
4592024-11-04T23:08:02.941Z Compiling cargo-platform v0.1.8
4602024-11-04T23:08:03.301Z Compiling serde_tokenstream v0.2.2
4612024-11-04T23:08:03.489Z Compiling toml_edit v0.22.22
4622024-11-04T23:08:03.536Z Compiling macaddr v1.0.1
4632024-11-04T23:08:03.569Z Compiling camino-tempfile v1.1.1
4642024-11-04T23:08:04.360Z Compiling dof v0.3.0
4652024-11-04T23:08:04.360Z Compiling cargo_metadata v0.18.1
4662024-11-04T23:08:06.219Z Compiling toml v0.8.19
4672024-11-04T23:08:06.461Z Compiling usdt-attr-macro v0.5.0
4682024-11-04T23:08:06.479Z Compiling usdt-macro v0.5.0
4692024-11-04T23:08:07.059Z Compiling cargo_toml v0.20.5
4702024-11-04T23:08:07.665Z Compiling usdt v0.5.0
4712024-11-04T23:08:10.666Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4722024-11-04T23:08:14.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.21s
4732024-11-04T23:08:14.843Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4742024-11-04T23:08:15.370Z Downloading crates ...
4752024-11-04T23:08:15.513Z Downloaded argon2 v0.5.3
4762024-11-04T23:08:15.515Z Downloaded array-init v0.0.4
4772024-11-04T23:08:15.530Z Downloaded base16ct v0.2.0
4782024-11-04T23:08:15.533Z Downloaded bcrypt-pbkdf v0.10.0
4792024-11-04T23:08:15.536Z Downloaded async-bb8-diesel v0.2.1
4802024-11-04T23:08:15.539Z Downloaded bitfield-struct v0.6.2
4812024-11-04T23:08:15.539Z Downloaded bitfield v0.14.0
4822024-11-04T23:08:15.541Z Downloaded bcs v0.1.6
4832024-11-04T23:08:15.544Z Downloaded blowfish v0.9.1
4842024-11-04T23:08:15.546Z Downloaded blake3 v1.5.4
4852024-11-04T23:08:15.554Z Downloaded is-terminal v0.4.13
4862024-11-04T23:08:15.556Z Downloaded chacha20poly1305 v0.10.1
4872024-11-04T23:08:15.559Z Downloaded cfg_aliases v0.2.1
4882024-11-04T23:08:15.559Z Downloaded chacha20 v0.9.1
4892024-11-04T23:08:15.561Z Downloaded cbc v0.1.2
4902024-11-04T23:08:15.564Z Downloaded castaway v0.2.3
4912024-11-04T23:08:15.566Z Downloaded cassowary v0.3.0
4922024-11-04T23:08:15.568Z Downloaded cancel-safe-futures v0.1.5
4932024-11-04T23:08:15.570Z Downloaded buf-list v1.0.3
4942024-11-04T23:08:15.573Z Downloaded hickory-proto v0.24.1
4952024-11-04T23:08:15.591Z Downloaded hyper-staticfile v0.10.1
4962024-11-04T23:08:15.593Z Downloaded hostname v0.4.0
4972024-11-04T23:08:15.596Z Downloaded hostname v0.3.1
4982024-11-04T23:08:15.598Z Downloaded highway v1.2.0
4992024-11-04T23:08:15.601Z Downloaded hickory-server v0.24.1
5002024-11-04T23:08:15.606Z Downloaded atty v0.2.14
5012024-11-04T23:08:15.609Z Downloaded async-trait v0.1.83
5022024-11-04T23:08:15.612Z Downloaded idna v0.3.0
5032024-11-04T23:08:15.622Z Downloaded internet-checksum v0.2.1
5042024-11-04T23:08:15.624Z Downloaded instability v0.3.2
5052024-11-04T23:08:15.626Z Downloaded arc-swap v1.7.1
5062024-11-04T23:08:15.631Z Downloaded ciborium-ll v0.2.2
5072024-11-04T23:08:15.633Z Downloaded ciborium v0.2.2
5082024-11-04T23:08:15.635Z Downloaded arrayref v0.3.9
5092024-11-04T23:08:15.638Z Downloaded aead v0.5.2
5102024-11-04T23:08:15.638Z Downloaded aes-gcm v0.10.3
5112024-11-04T23:08:15.641Z Downloaded colored v2.1.0
5122024-11-04T23:08:15.644Z Downloaded base64 v0.22.1
5132024-11-04T23:08:15.649Z Downloaded crossbeam-deque v0.8.5
5142024-11-04T23:08:15.652Z Downloaded base64 v0.13.1
5152024-11-04T23:08:15.654Z Downloaded backtrace v0.3.74
5162024-11-04T23:08:15.660Z Downloaded crc32fast v1.4.2
5172024-11-04T23:08:15.663Z Downloaded crossbeam-utils v0.8.20
5182024-11-04T23:08:15.666Z Downloaded base64 v0.21.7
5192024-11-04T23:08:15.671Z Downloaded crossbeam-epoch v0.9.18
5202024-11-04T23:08:15.674Z Downloaded bumpalo v3.16.0
5212024-11-04T23:08:15.679Z Downloaded console v0.15.8
5222024-11-04T23:08:15.682Z Downloaded aes v0.8.4
5232024-11-04T23:08:15.685Z Downloaded crossbeam-channel v0.5.13
5242024-11-04T23:08:15.690Z Downloaded bytes v1.7.2
5252024-11-04T23:08:15.694Z Downloaded clang-sys v1.8.1
5262024-11-04T23:08:15.698Z Downloaded bitvec v1.0.1
5272024-11-04T23:08:15.715Z Downloaded cexpr v0.6.0
5282024-11-04T23:08:15.718Z Downloaded addr2line v0.24.2
5292024-11-04T23:08:15.721Z Downloaded indoc v1.0.9
5302024-11-04T23:08:15.723Z Downloaded indicatif v0.17.8
5312024-11-04T23:08:15.727Z Downloaded indent_write v2.2.0
5322024-11-04T23:08:15.730Z Downloaded impl-trait-for-tuples v0.2.2
5332024-11-04T23:08:15.732Z Downloaded chrono v0.4.38
5342024-11-04T23:08:15.741Z Downloaded humantime v2.1.0
5352024-11-04T23:08:15.743Z Downloaded ident_case v1.0.1
5362024-11-04T23:08:15.745Z Downloaded iana-time-zone v0.1.61
5372024-11-04T23:08:15.747Z Downloaded lazycell v1.3.0
5382024-11-04T23:08:15.750Z Downloaded managed v0.8.0
5392024-11-04T23:08:15.752Z Downloaded jobserver v0.1.32
5402024-11-04T23:08:15.754Z Downloaded lazy_static v1.5.0
5412024-11-04T23:08:15.756Z Downloaded http v0.2.12
5422024-11-04T23:08:15.759Z Downloaded aho-corasick v1.1.3
5432024-11-04T23:08:15.767Z Downloaded nibble_vec v0.1.0
5442024-11-04T23:08:15.769Z Downloaded bindgen v0.69.5
5452024-11-04T23:08:15.778Z Downloaded native-tls v0.2.12
5462024-11-04T23:08:15.780Z Downloaded darling_macro v0.20.10
5472024-11-04T23:08:15.782Z Downloaded assert_matches v1.5.0
5482024-11-04T23:08:15.785Z Downloaded hyper v1.4.1
5492024-11-04T23:08:15.791Z Downloaded miniz_oxide v0.8.0
5502024-11-04T23:08:15.794Z Downloaded crc-catalog v2.4.0
5512024-11-04T23:08:15.797Z Downloaded hkdf v0.12.4
5522024-11-04T23:08:15.800Z Downloaded darling v0.20.10
5532024-11-04T23:08:15.804Z Downloaded libm v0.2.8
5542024-11-04T23:08:15.813Z Downloaded itertools v0.10.5
5552024-11-04T23:08:15.820Z Downloaded minimal-lexical v0.2.1
5562024-11-04T23:08:15.826Z Downloaded const_format_proc_macros v0.2.33
5572024-11-04T23:08:15.828Z Downloaded const_format v0.2.33
5582024-11-04T23:08:15.834Z Downloaded mio v1.0.2
5592024-11-04T23:08:15.840Z Downloaded hyper v0.14.30
5602024-11-04T23:08:15.852Z Downloaded itertools v0.12.1
5612024-11-04T23:08:15.857Z Downloaded rand_chacha v0.3.1
5622024-11-04T23:08:15.860Z Downloaded ctr v0.9.2
5632024-11-04T23:08:15.863Z Downloaded bstr v1.10.0
5642024-11-04T23:08:15.874Z Downloaded ref-cast-impl v1.0.23
5652024-11-04T23:08:15.876Z Downloaded itertools v0.13.0
5662024-11-04T23:08:15.883Z Downloaded reqwest v0.12.8
5672024-11-04T23:08:15.892Z Downloaded crucible-workspace-hack v0.1.0
5682024-11-04T23:08:15.895Z Downloaded crossterm v0.28.1
5692024-11-04T23:08:15.901Z Downloaded rsa v0.9.6
5702024-11-04T23:08:15.916Z Downloaded libefi-sys v0.1.0
5712024-11-04T23:08:15.918Z Downloaded lalrpop-util v0.19.12
5722024-11-04T23:08:15.921Z Downloaded lalrpop v0.19.12
5732024-11-04T23:08:15.932Z Downloaded libxml v0.3.3
5742024-11-04T23:08:15.938Z Downloaded regex v1.11.0
5752024-11-04T23:08:15.954Z Downloaded schemars v0.8.21
5762024-11-04T23:08:15.967Z Downloaded similar v2.6.0
5772024-11-04T23:08:15.973Z Downloaded signal-hook-registry v1.4.2
5782024-11-04T23:08:15.975Z Downloaded rustls-pemfile v1.0.4
5792024-11-04T23:08:15.978Z Downloaded idna v0.5.0
5802024-11-04T23:08:15.986Z Downloaded newtype_derive v0.1.6
5812024-11-04T23:08:15.988Z Downloaded newtype-uuid v1.1.2
5822024-11-04T23:08:15.990Z Downloaded newline-converter v0.3.0
5832024-11-04T23:08:15.990Z Downloaded nanorand v0.7.0
5842024-11-04T23:08:15.993Z Downloaded time-macros v0.2.18
5852024-11-04T23:08:15.995Z Downloaded tinyvec v1.8.0
5862024-11-04T23:08:15.999Z Downloaded tiny-keccak v2.0.2
5872024-11-04T23:08:16.002Z Downloaded slog-stdlog v4.1.1
5882024-11-04T23:08:16.004Z Downloaded time v0.3.36
5892024-11-04T23:08:16.013Z Downloaded tungstenite v0.21.0
5902024-11-04T23:08:16.017Z Downloaded nodrop v0.1.14
5912024-11-04T23:08:16.020Z Downloaded hubpack v0.1.2
5922024-11-04T23:08:16.020Z Downloaded bzip2-sys v0.1.11+1.0.8
5932024-11-04T23:08:16.034Z Downloaded value-bag v1.9.0
5942024-11-04T23:08:16.037Z Downloaded url v2.5.2
5952024-11-04T23:08:16.040Z Downloaded downcast v0.11.0
5962024-11-04T23:08:16.042Z Downloaded ena v0.14.3
5972024-11-04T23:08:16.045Z Downloaded float-cmp v0.9.0
5982024-11-04T23:08:16.048Z Downloaded paste v1.0.15
5992024-11-04T23:08:16.050Z Downloaded funty v2.0.0
6002024-11-04T23:08:16.050Z Downloaded fragile v2.0.0
6012024-11-04T23:08:16.053Z Downloaded password-hash v0.5.0
6022024-11-04T23:08:16.056Z Downloaded embedded-io v0.6.1
6032024-11-04T23:08:16.059Z Downloaded displaydoc v0.2.5
6042024-11-04T23:08:16.061Z Downloaded pbkdf2 v0.11.0
6052024-11-04T23:08:16.064Z Downloaded quick-error v1.2.3
6062024-11-04T23:08:16.067Z Downloaded postcard v1.0.10
6072024-11-04T23:08:16.069Z Downloaded futures-util v0.3.31
6082024-11-04T23:08:16.082Z Downloaded rustc-hash v1.1.0
6092024-11-04T23:08:16.084Z Downloaded rand v0.8.5
6102024-11-04T23:08:16.086Z Downloaded radium v0.7.0
6112024-11-04T23:08:16.089Z Downloaded r2d2 v0.8.10
6122024-11-04T23:08:16.091Z Downloaded portable-atomic v1.9.0
6132024-11-04T23:08:16.099Z Downloaded reqwest v0.11.27
6142024-11-04T23:08:16.108Z Downloaded num-traits v0.2.19
6152024-11-04T23:08:16.111Z Downloaded radix_trie v0.2.1
6162024-11-04T23:08:16.118Z Downloaded rusty-fork v0.3.0
6172024-11-04T23:08:16.121Z Downloaded cobs v0.2.3
6182024-11-04T23:08:16.124Z Downloaded block-padding v0.3.3
6192024-11-04T23:08:16.124Z Downloaded atomicwrites v0.4.4
6202024-11-04T23:08:16.126Z Downloaded normalize-line-endings v0.3.0
6212024-11-04T23:08:16.126Z Downloaded heck v0.3.3
6222024-11-04T23:08:16.126Z Downloaded hashlink v0.9.1
6232024-11-04T23:08:16.129Z Downloaded curve25519-dalek-derive v0.1.1
6242024-11-04T23:08:16.131Z Downloaded glob v0.3.1
6252024-11-04T23:08:16.131Z Downloaded poly1305 v0.8.0
6262024-11-04T23:08:16.134Z Downloaded secrecy v0.8.0
6272024-11-04T23:08:16.137Z Downloaded sec1 v0.7.3
6282024-11-04T23:08:16.140Z Downloaded sct v0.7.1
6292024-11-04T23:08:16.142Z Downloaded scrypt v0.11.0
6302024-11-04T23:08:16.150Z Downloaded rustls-webpki v0.101.7
6312024-11-04T23:08:16.161Z Downloaded sqlformat v0.2.6
6322024-11-04T23:08:16.164Z Downloaded spin v0.9.8
6332024-11-04T23:08:16.166Z Downloaded rustls-webpki v0.102.8
6342024-11-04T23:08:16.186Z Downloaded slog-term v2.9.1
6352024-11-04T23:08:16.188Z Downloaded rpassword v7.3.1
6362024-11-04T23:08:16.191Z Downloaded ron v0.8.1
6372024-11-04T23:08:16.196Z Downloaded walkdir v2.5.0
6382024-11-04T23:08:16.198Z Downloaded csv v1.3.0
6392024-11-04T23:08:16.220Z Downloaded tokio-native-tls v0.3.1
6402024-11-04T23:08:16.222Z Downloaded tokio-macros v2.4.0
6412024-11-04T23:08:16.226Z Downloaded termcolor v1.4.1
6422024-11-04T23:08:16.228Z Downloaded tokio-rustls v0.24.1
6432024-11-04T23:08:16.230Z Downloaded rustc-demangle v0.1.24
6442024-11-04T23:08:16.232Z Downloaded scopeguard v1.2.0
6452024-11-04T23:08:16.232Z Downloaded rustversion v1.0.17
6462024-11-04T23:08:16.235Z Downloaded unarray v0.1.4
6472024-11-04T23:08:16.238Z Downloaded vcpkg v0.2.15
6482024-11-04T23:08:16.277Z Downloaded h2 v0.4.6
6492024-11-04T23:08:16.285Z Downloaded vsss-rs v3.3.4
6502024-11-04T23:08:16.288Z Downloaded vergen v8.3.2
6512024-11-04T23:08:16.291Z Downloaded uzers v0.12.1
6522024-11-04T23:08:16.294Z Downloaded tungstenite v0.23.0
6532024-11-04T23:08:16.298Z Downloaded openssl-probe v0.1.5
6542024-11-04T23:08:16.301Z Downloaded structmeta-derive v0.2.0
6552024-11-04T23:08:16.301Z Downloaded snafu-derive v0.8.5
6562024-11-04T23:08:16.304Z Downloaded snafu v0.8.5
6572024-11-04T23:08:16.310Z Downloaded p384 v0.13.0
6582024-11-04T23:08:16.317Z Downloaded predicates-core v1.0.8
6592024-11-04T23:08:16.320Z Downloaded path-slash v0.1.5
6602024-11-04T23:08:16.322Z Downloaded pkcs1 v0.7.5
6612024-11-04T23:08:16.325Z Downloaded pin-utils v0.1.0
6622024-11-04T23:08:16.325Z Downloaded dirs-next v2.0.0
6632024-11-04T23:08:16.327Z Downloaded dirs-sys-next v0.1.2
6642024-11-04T23:08:16.329Z Downloaded difflib v0.4.0
6652024-11-04T23:08:16.329Z Downloaded p256 v0.13.2
6662024-11-04T23:08:16.333Z Downloaded diff v0.1.13
6672024-11-04T23:08:16.336Z Downloaded psl-types v2.0.11
6682024-11-04T23:08:16.339Z Downloaded scheduled-thread-pool v0.2.7
6692024-11-04T23:08:16.340Z Downloaded quinn v0.11.5
6702024-11-04T23:08:16.343Z Downloaded flate2 v1.0.34
6712024-11-04T23:08:16.350Z Downloaded hashbrown v0.13.2
6722024-11-04T23:08:16.354Z Downloaded hashbrown v0.14.5
6732024-11-04T23:08:16.360Z Downloaded proptest v1.5.0
6742024-11-04T23:08:16.372Z Downloaded rand_core v0.6.4
6752024-11-04T23:08:16.375Z Downloaded toolchain_find v0.4.0
6762024-11-04T23:08:16.377Z Downloaded quinn-udp v0.5.5
6772024-11-04T23:08:16.377Z Downloaded quinn-proto v0.11.8
6782024-11-04T23:08:16.384Z Downloaded num-bigint v0.4.6
6792024-11-04T23:08:16.390Z Downloaded foreign-types v0.5.0
6802024-11-04T23:08:16.392Z Downloaded ff v0.13.0
6812024-11-04T23:08:16.396Z Downloaded predicates v3.1.2
6822024-11-04T23:08:16.399Z Downloaded display-error-chain v0.2.2
6832024-11-04T23:08:16.399Z Downloaded diesel_table_macro_syntax v0.2.0
6842024-11-04T23:08:16.401Z Downloaded unsafe-libyaml v0.2.11
6852024-11-04T23:08:16.403Z Downloaded tui-tree-widget v0.22.0
6862024-11-04T23:08:16.405Z Downloaded samael v0.0.17
6872024-11-04T23:08:16.412Z Downloaded static_assertions v1.1.0
6882024-11-04T23:08:16.414Z Downloaded sha1 v0.10.6
6892024-11-04T23:08:16.416Z Downloaded serde_with_macros v3.11.0
6902024-11-04T23:08:16.420Z Downloaded curve25519-dalek v4.1.3
6912024-11-04T23:08:16.429Z Downloaded oso-derive v0.27.3
6922024-11-04T23:08:16.432Z Downloaded object v0.30.4
6932024-11-04T23:08:16.441Z Downloaded headers-core v0.3.0
6942024-11-04T23:08:16.443Z Downloaded phf v0.11.2
6952024-11-04T23:08:16.446Z Downloaded proc-macro-crate v1.3.1
6962024-11-04T23:08:16.446Z Downloaded dsl_auto_type v0.1.2
6972024-11-04T23:08:16.448Z Downloaded dropshot_endpoint v0.12.0
6982024-11-04T23:08:16.451Z Downloaded unicode-segmentation v1.12.0
6992024-11-04T23:08:16.456Z Downloaded derive-where v1.2.7
7002024-11-04T23:08:16.459Z Downloaded zone_cfg_derive v0.1.2
7012024-11-04T23:08:16.461Z Downloaded termios v0.3.3
7022024-11-04T23:08:16.464Z Downloaded spki v0.7.3
7032024-11-04T23:08:16.466Z Downloaded fixedbitset v0.4.2
7042024-11-04T23:08:16.466Z Downloaded headers v0.4.0
7052024-11-04T23:08:16.472Z Downloaded hash32 v0.3.1
7062024-11-04T23:08:16.474Z Downloaded simd-adler32 v0.3.7
7072024-11-04T23:08:16.477Z Downloaded hashbrown v0.12.3
7082024-11-04T23:08:16.482Z Downloaded termtree v0.4.1
7092024-11-04T23:08:16.484Z Downloaded parking_lot v0.12.3
7102024-11-04T23:08:16.487Z Downloaded half v2.4.1
7112024-11-04T23:08:16.489Z Downloaded h2 v0.3.26
7122024-11-04T23:08:16.497Z Downloaded precomputed-hash v0.1.1
7132024-11-04T23:08:16.499Z Downloaded rustls v0.23.14
7142024-11-04T23:08:16.512Z Downloaded futures-io v0.3.31
7152024-11-04T23:08:16.515Z Downloaded rand_seeder v0.3.0
7162024-11-04T23:08:16.518Z Downloaded quick-xml v0.33.0
7172024-11-04T23:08:16.523Z Downloaded num v0.4.3
7182024-11-04T23:08:16.525Z Downloaded heapless v0.8.0
7192024-11-04T23:08:16.529Z Downloaded num-complex v0.4.6
7202024-11-04T23:08:16.531Z Downloaded num-bigint-dig v0.8.4
7212024-11-04T23:08:16.537Z Downloaded pkcs8 v0.10.2
7222024-11-04T23:08:16.540Z Downloaded qorb v0.2.0
7232024-11-04T23:08:16.545Z Downloaded serde_repr v0.1.19
7242024-11-04T23:08:16.547Z Downloaded signal-hook v0.3.17
7252024-11-04T23:08:16.551Z Downloaded siphasher v0.3.11
7262024-11-04T23:08:16.554Z Downloaded zone v0.3.0
7272024-11-04T23:08:16.557Z Downloaded take_mut v0.2.2
7282024-11-04T23:08:16.557Z Downloaded term v0.7.0
7292024-11-04T23:08:16.560Z Downloaded tinyvec_macros v0.1.1
7302024-11-04T23:08:16.562Z Downloaded tokio-rustls v0.25.0
7312024-11-04T23:08:16.565Z Downloaded des v0.8.1
7322024-11-04T23:08:16.567Z Downloaded want v0.3.1
7332024-11-04T23:08:16.569Z Downloaded wait-timeout v0.2.0
7342024-11-04T23:08:16.569Z Downloaded tokio-stream v0.1.16
7352024-11-04T23:08:16.574Z Downloaded tokio-tungstenite v0.21.0
7362024-11-04T23:08:16.577Z Downloaded rustls v0.21.12
7372024-11-04T23:08:16.590Z Downloaded futures-executor v0.3.31
7382024-11-04T23:08:16.592Z Downloaded futures-core v0.3.31
7392024-11-04T23:08:16.595Z Downloaded futures v0.3.31
7402024-11-04T23:08:16.599Z Downloaded pin-project v1.1.6
7412024-11-04T23:08:16.612Z Downloaded subprocess v0.2.9
7422024-11-04T23:08:16.615Z Downloaded sigpipe v0.1.3
7432024-11-04T23:08:16.617Z Downloaded signature v2.2.0
7442024-11-04T23:08:16.620Z Downloaded signal-hook-tokio v0.3.1
7452024-11-04T23:08:16.620Z Downloaded signal-hook-mio v0.2.4
7462024-11-04T23:08:16.622Z Downloaded gimli v0.31.1
7472024-11-04T23:08:16.630Z Downloaded defmt-macros v0.3.9
7482024-11-04T23:08:16.633Z Downloaded defmt v0.3.8
7492024-11-04T23:08:16.637Z Downloaded which v4.4.2
7502024-11-04T23:08:16.640Z Downloaded thiserror-no-std v2.0.2
7512024-11-04T23:08:16.643Z Downloaded ppv-lite86 v0.2.20
7522024-11-04T23:08:16.646Z Downloaded yasna v0.5.2
7532024-11-04T23:08:16.648Z Downloaded serde_with v3.11.0
7542024-11-04T23:08:16.657Z Downloaded num-conv v0.1.0
7552024-11-04T23:08:16.660Z Downloaded heapless v0.7.17
7562024-11-04T23:08:16.662Z Downloaded rayon-core v1.12.1
7572024-11-04T23:08:16.667Z Downloaded rayon v1.10.0
7582024-11-04T23:08:16.678Z Downloaded strum_macros v0.26.4
7592024-11-04T23:08:16.680Z Downloaded num_enum v0.5.11
7602024-11-04T23:08:16.685Z Downloaded num-integer v0.1.46
7612024-11-04T23:08:16.688Z Downloaded stringprep v0.1.5
7622024-11-04T23:08:16.690Z Downloaded num-rational v0.4.2
7632024-11-04T23:08:16.692Z Downloaded unicase v2.7.0
7642024-11-04T23:08:16.694Z Downloaded supports-color v3.0.1
7652024-11-04T23:08:16.697Z Downloaded smallvec v0.6.14
7662024-11-04T23:08:16.697Z Downloaded foreign-types-shared v0.3.1
7672024-11-04T23:08:16.699Z Downloaded foreign-types-macros v0.2.3
7682024-11-04T23:08:16.699Z Downloaded rustls v0.22.4
7692024-11-04T23:08:16.713Z Downloaded phf_shared v0.11.2
7702024-11-04T23:08:16.716Z Downloaded whoami v1.5.2
7712024-11-04T23:08:16.718Z Downloaded ghash v0.5.1
7722024-11-04T23:08:16.718Z Downloaded semver v0.1.20
7732024-11-04T23:08:16.720Z Downloaded pretty-hex v0.2.1
7742024-11-04T23:08:16.720Z Downloaded pkg-config v0.3.31
7752024-11-04T23:08:16.723Z Downloaded pin-project-lite v0.2.14
7762024-11-04T23:08:16.728Z Downloaded pin-project-internal v1.1.6
7772024-11-04T23:08:16.730Z Downloaded sync_wrapper v0.1.2
7782024-11-04T23:08:16.733Z Downloaded slog-scope v4.4.0
7792024-11-04T23:08:16.733Z Downloaded unicode-normalization v0.1.24
7802024-11-04T23:08:16.736Z Downloaded derive_more v0.99.18
7812024-11-04T23:08:16.742Z Downloaded unicode-bidi v0.3.17
7822024-11-04T23:08:16.745Z Downloaded regex-syntax v0.6.29
7832024-11-04T23:08:16.754Z Downloaded phf_generator v0.11.2
7842024-11-04T23:08:16.757Z Downloaded petgraph v0.6.5
7852024-11-04T23:08:16.775Z Downloaded either v1.13.0
7862024-11-04T23:08:16.777Z Downloaded rand_xorshift v0.3.0
7872024-11-04T23:08:16.779Z Downloaded phf_codegen v0.11.2
7882024-11-04T23:08:16.780Z Downloaded regex-automata v0.4.8
7892024-11-04T23:08:16.797Z Downloaded tower-service v0.3.3
7902024-11-04T23:08:16.799Z Downloaded waitgroup v0.1.2
7912024-11-04T23:08:16.799Z Downloaded tokio-tungstenite v0.23.1
7922024-11-04T23:08:16.801Z Downloaded typify-impl v0.2.0
7932024-11-04T23:08:16.818Z Downloaded tracing-core v0.1.32
7942024-11-04T23:08:16.821Z Downloaded derive_builder_macro v0.20.2
7952024-11-04T23:08:16.823Z Downloaded derive_builder_core v0.20.2
7962024-11-04T23:08:16.825Z Downloaded derive_builder v0.20.2
7972024-11-04T23:08:16.830Z Downloaded num-derive v0.4.2
7982024-11-04T23:08:16.832Z Downloaded string_cache v0.8.7
7992024-11-04T23:08:16.835Z Downloaded smallvec v1.13.2
8002024-11-04T23:08:16.837Z Downloaded diesel v2.2.4
8012024-11-04T23:08:16.856Z Downloaded trust-dns-proto v0.22.0
8022024-11-04T23:08:16.868Z Downloaded getrandom v0.2.15
8032024-11-04T23:08:16.871Z Downloaded rustc_version v0.1.7
8042024-11-04T23:08:16.874Z Downloaded russh-cryptovec v0.7.3
8052024-11-04T23:08:16.874Z Downloaded russh v0.45.0
8062024-11-04T23:08:16.879Z Downloaded parse-display-derive v0.10.0
8072024-11-04T23:08:16.882Z Downloaded parking_lot_core v0.9.10
8082024-11-04T23:08:16.884Z Downloaded opaque-debug v0.3.1
8092024-11-04T23:08:16.884Z Downloaded tracing v0.1.40
8102024-11-04T23:08:16.888Z Downloaded parking_lot_core v0.8.6
8112024-11-04T23:08:16.890Z Downloaded parking_lot v0.11.2
8122024-11-04T23:08:16.893Z Downloaded num_enum_derive v0.5.11
8132024-11-04T23:08:16.895Z Downloaded sync_wrapper v1.0.1
8142024-11-04T23:08:16.895Z Downloaded fd-lock v4.0.2
8152024-11-04T23:08:16.898Z Downloaded sha3 v0.10.8
8162024-11-04T23:08:16.903Z Downloaded futures-task v0.3.31
8172024-11-04T23:08:16.906Z Downloaded fallible-iterator v0.3.0
8182024-11-04T23:08:16.908Z Downloaded vte_generate_state_changes v0.1.2
8192024-11-04T23:08:16.908Z Downloaded unicode-properties v0.1.3
8202024-11-04T23:08:16.910Z Downloaded zip v2.1.3
8212024-11-04T23:08:16.914Z Downloaded twox-hash v1.6.3
8222024-11-04T23:08:16.916Z Downloaded toml v0.7.8
8232024-11-04T23:08:16.919Z Downloaded slog-json v2.6.1
8242024-11-04T23:08:16.921Z Downloaded slog v2.7.0
8252024-11-04T23:08:16.924Z Downloaded parse-size v1.1.0
8262024-11-04T23:08:16.926Z Downloaded tokio-util v0.7.12
8272024-11-04T23:08:16.933Z Downloaded packed_struct_codegen v0.10.1
8282024-11-04T23:08:16.935Z Downloaded regex-syntax v0.8.5
8292024-11-04T23:08:16.945Z Downloaded num_threads v0.1.7
8302024-11-04T23:08:16.947Z Downloaded typed-path v0.7.1
8312024-11-04T23:08:16.952Z Downloaded regress v0.10.1
8322024-11-04T23:08:16.962Z Downloaded regress v0.9.1
8332024-11-04T23:08:16.970Z Downloaded object v0.36.5
8342024-11-04T23:08:16.982Z Downloaded serde-hex v0.1.0
8352024-11-04T23:08:16.984Z Downloaded serde-big-array v0.5.1
8362024-11-04T23:08:16.987Z Downloaded rustfmt-wrapper v0.2.1
8372024-11-04T23:08:16.989Z Downloaded sled v0.34.7
8382024-11-04T23:08:16.998Z Downloaded rusqlite v0.32.1
8392024-11-04T23:08:17.006Z Downloaded zerocopy-derive v0.6.6
8402024-11-04T23:08:17.014Z Downloaded elliptic-curve v0.13.8
8412024-11-04T23:08:17.018Z Downloaded libgit2-sys v0.17.0+1.8.1
8422024-11-04T23:08:17.076Z Downloaded omicron-zone-package v0.11.1
8432024-11-04T23:08:17.079Z Downloaded ron v0.7.1
8442024-11-04T23:08:17.084Z Downloaded topological-sort v0.2.2
8452024-11-04T23:08:17.086Z Downloaded rfc6979 v0.4.0
8462024-11-04T23:08:17.086Z Downloaded tough v0.17.1
8472024-11-04T23:08:17.094Z Downloaded ed25519-dalek v2.1.1
8482024-11-04T23:08:17.098Z Downloaded ed25519 v2.2.3
8492024-11-04T23:08:17.100Z Downloaded prettyplease v0.2.22
8502024-11-04T23:08:17.102Z Downloaded openssl v0.10.66
8512024-11-04T23:08:17.112Z Downloaded password-hash v0.4.2
8522024-11-04T23:08:17.114Z Downloaded gethostname v0.5.0
8532024-11-04T23:08:17.117Z Downloaded fatfs v0.3.6
8542024-11-04T23:08:17.119Z Downloaded fallible-iterator v0.2.0
8552024-11-04T23:08:17.119Z Downloaded endian-type v0.1.2
8562024-11-04T23:08:17.121Z Downloaded embedded-io v0.4.0
8572024-11-04T23:08:17.122Z Downloaded ecdsa v0.16.9
8582024-11-04T23:08:17.124Z Downloaded rtoolbox v0.0.2
8592024-11-04T23:08:17.126Z Downloaded progenitor-client v0.8.0
8602024-11-04T23:08:17.126Z Downloaded typify v0.2.0
8612024-11-04T23:08:17.130Z Downloaded slog-envlogger v2.2.0
8622024-11-04T23:08:17.132Z Downloaded slog-dtrace v0.3.0
8632024-11-04T23:08:17.132Z Downloaded slog-bunyan v2.5.0
8642024-11-04T23:08:17.132Z Downloaded rustls-pemfile v2.2.0
8652024-11-04T23:08:17.135Z Downloaded postgres-types v0.2.8
8662024-11-04T23:08:17.137Z Downloaded serde_derive_internals v0.29.1
8672024-11-04T23:08:17.139Z Downloaded zip v0.6.6
8682024-11-04T23:08:17.142Z Downloaded peg-runtime v0.8.3
8692024-11-04T23:08:17.145Z Downloaded peg-macros v0.8.4
8702024-11-04T23:08:17.147Z Downloaded packed_struct v0.10.1
8712024-11-04T23:08:17.147Z Downloaded dropshot v0.12.0
8722024-11-04T23:08:17.167Z Downloaded encoding_rs v0.8.34
8732024-11-04T23:08:17.188Z Downloaded strum_macros v0.25.3
8742024-11-04T23:08:17.190Z Downloaded slab v0.4.9
8752024-11-04T23:08:17.192Z Downloaded serde_path_to_error v0.1.16
8762024-11-04T23:08:17.194Z Downloaded rustls-pki-types v1.9.0
8772024-11-04T23:08:17.197Z Downloaded reedline v0.35.0
8782024-11-04T23:08:17.203Z Downloaded rcgen v0.12.1
8792024-11-04T23:08:17.205Z Downloaded primeorder v0.13.6
8802024-11-04T23:08:17.208Z Downloaded slog-async v2.8.0
8812024-11-04T23:08:17.210Z Downloaded number_prefix v0.4.0
8822024-11-04T23:08:17.210Z Downloaded pem v3.0.4
8832024-11-04T23:08:17.212Z Downloaded phf_shared v0.10.0
8842024-11-04T23:08:17.212Z Downloaded hickory-client v0.24.1
8852024-11-04T23:08:17.214Z Downloaded nom v7.1.3
8862024-11-04T23:08:17.219Z Downloaded debug-ignore v1.0.5
8872024-11-04T23:08:17.221Z Downloaded zeroize_derive v1.4.2
8882024-11-04T23:08:17.224Z Downloaded zeroize v1.8.1
8892024-11-04T23:08:17.224Z Downloaded tracing-attributes v0.1.27
8902024-11-04T23:08:17.228Z Downloaded subtle v2.6.1
8912024-11-04T23:08:17.228Z Downloaded rustc_version v0.4.1
8922024-11-04T23:08:17.230Z Downloaded rustc-hash v2.0.0
8932024-11-04T23:08:17.232Z Downloaded tls_codec v0.4.1
8942024-11-04T23:08:17.232Z Downloaded hex-literal v0.4.1
8952024-11-04T23:08:17.234Z Downloaded hex v0.4.3
8962024-11-04T23:08:17.237Z Downloaded globset v0.4.15
8972024-11-04T23:08:17.237Z Downloaded fallible-streaming-iterator v0.1.9
8982024-11-04T23:08:17.240Z Downloaded der v0.7.9
8992024-11-04T23:08:17.244Z Downloaded predicates-tree v1.0.11
9002024-11-04T23:08:17.246Z Downloaded hash32 v0.2.1
9012024-11-04T23:08:17.248Z Downloaded group v0.13.0
9022024-11-04T23:08:17.248Z Downloaded fxhash v0.2.1
9032024-11-04T23:08:17.250Z Downloaded dhcproto-macros v0.1.0
9042024-11-04T23:08:17.251Z Downloaded dhcproto v0.12.0
9052024-11-04T23:08:17.253Z Downloaded zone v0.1.8
9062024-11-04T23:08:17.253Z Downloaded zerocopy v0.6.6
9072024-11-04T23:08:17.255Z Downloaded tungstenite v0.24.0
9082024-11-04T23:08:17.258Z Downloaded xz2 v0.1.7
9092024-11-04T23:08:17.261Z Downloaded xattr v1.3.1
9102024-11-04T23:08:17.263Z Downloaded powerfmt v0.2.0
9112024-11-04T23:08:17.263Z Downloaded thiserror-impl-no-std v2.0.2
9122024-11-04T23:08:17.265Z Downloaded test-strategy v0.3.1
9132024-11-04T23:08:17.268Z Downloaded serde_urlencoded v0.7.1
9142024-11-04T23:08:17.270Z Downloaded serde_plain v1.0.2
9152024-11-04T23:08:17.273Z Downloaded pkcs5 v0.7.1
9162024-11-04T23:08:17.275Z Downloaded enum-as-inner v0.6.1
9172024-11-04T23:08:17.278Z Downloaded enum-as-inner v0.5.1
9182024-11-04T23:08:17.280Z Downloaded smoltcp v0.11.0
9192024-11-04T23:08:17.291Z Downloaded smoltcp v0.9.1
9202024-11-04T23:08:17.302Z Downloaded futures-channel v0.3.31
9212024-11-04T23:08:17.304Z Downloaded foreign-types-shared v0.1.1
9222024-11-04T23:08:17.306Z Downloaded ref-cast v1.0.23
9232024-11-04T23:08:17.308Z Downloaded progenitor-macro v0.8.0
9242024-11-04T23:08:17.308Z Downloaded progenitor-impl v0.8.0
9252024-11-04T23:08:17.311Z Downloaded olpc-cjson v0.1.4
9262024-11-04T23:08:17.311Z Downloaded num-iter v0.1.45
9272024-11-04T23:08:17.313Z Downloaded openapiv3 v2.0.0
9282024-11-04T23:08:17.324Z Downloaded form_urlencoded v1.2.1
9292024-11-04T23:08:17.326Z Downloaded foreign-types v0.3.2
9302024-11-04T23:08:17.326Z Downloaded filetime v0.2.25
9312024-11-04T23:08:17.328Z Downloaded expectorate v1.1.0
9322024-11-04T23:08:17.330Z Downloaded openssl-macros v0.1.1
9332024-11-04T23:08:17.330Z Downloaded flume v0.11.0
9342024-11-04T23:08:17.334Z Downloaded float-ord v0.3.2
9352024-11-04T23:08:17.336Z Downloaded der_derive v0.7.3
9362024-11-04T23:08:17.338Z Downloaded tokio v1.40.0
9372024-11-04T23:08:17.375Z Downloaded russh-keys v0.45.0
9382024-11-04T23:08:17.377Z Downloaded progenitor v0.8.0
9392024-11-04T23:08:17.381Z Downloaded flagset v0.4.6
9402024-11-04T23:08:17.381Z Downloaded diesel_derives v2.2.3
9412024-11-04T23:08:17.384Z Downloaded diesel-dtrace v0.3.0
9422024-11-04T23:08:17.387Z Downloaded zopfli v0.8.1
9432024-11-04T23:08:17.389Z Downloaded zone_cfg_derive v0.3.0
9442024-11-04T23:08:17.389Z Downloaded vte v0.11.1
9452024-11-04T23:08:17.392Z Downloaded unicode-truncate v1.1.0
9462024-11-04T23:08:17.392Z Downloaded tokio-rustls v0.26.0
9472024-11-04T23:08:17.394Z Downloaded steno v0.4.1
9482024-11-04T23:08:17.398Z Downloaded tokio-tungstenite v0.24.0
9492024-11-04T23:08:17.400Z Downloaded thread_local v1.1.8
9502024-11-04T23:08:17.403Z Downloaded tar v0.4.42
9512024-11-04T23:08:17.407Z Downloaded tap v1.0.1
9522024-11-04T23:08:17.407Z Downloaded typify-macro v0.2.0
9532024-11-04T23:08:17.407Z Downloaded tokio-postgres v0.7.12
9542024-11-04T23:08:17.411Z Downloaded shlex v1.3.0
9552024-11-04T23:08:17.413Z Downloaded shell-words v1.1.0
9562024-11-04T23:08:17.413Z Downloaded ssh-key v0.6.6
9572024-11-04T23:08:17.420Z Downloaded ssh-encoding v0.2.0
9582024-11-04T23:08:17.422Z Downloaded ssh-cipher v0.2.0
9592024-11-04T23:08:17.425Z Downloaded sqlparser_derive v0.2.2
9602024-11-04T23:08:17.425Z Downloaded sqlparser v0.45.0
9612024-11-04T23:08:17.428Z Downloaded smf v0.2.3
9622024-11-04T23:08:17.430Z Downloaded publicsuffix v2.2.3
9632024-11-04T23:08:17.433Z Downloaded polar-core v0.27.3
9642024-11-04T23:08:17.440Z Downloaded env_logger v0.11.5
9652024-11-04T23:08:17.443Z Downloaded env_logger v0.10.2
9662024-11-04T23:08:17.445Z Downloaded env_filter v0.1.2
9672024-11-04T23:08:17.448Z Downloaded defmt-parser v0.3.4
9682024-11-04T23:08:17.448Z Downloaded webpki-roots v0.26.6
9692024-11-04T23:08:17.451Z Downloaded ratatui v0.28.1
9702024-11-04T23:08:17.470Z Downloaded lzma-sys v0.1.20
9712024-11-04T23:08:17.500Z Downloaded percent-encoding v2.3.1
9722024-11-04T23:08:17.502Z Downloaded pem-rfc7468 v0.7.0
9732024-11-04T23:08:17.502Z Downloaded parse-zoneinfo v0.3.1
9742024-11-04T23:08:17.508Z Downloaded p521 v0.13.3
9752024-11-04T23:08:17.511Z Downloaded owo-colors v4.1.0
9762024-11-04T23:08:17.511Z Downloaded oso v0.27.3
9772024-11-04T23:08:17.513Z Downloaded tls_codec_derive v0.4.1
9782024-11-04T23:08:17.516Z Downloaded tabwriter v1.4.0
9792024-11-04T23:08:17.518Z Downloaded structmeta v0.2.0
9802024-11-04T23:08:17.518Z Downloaded strip-ansi-escapes v0.2.0
9812024-11-04T23:08:17.520Z Downloaded parse-display v0.10.0
9822024-11-04T23:08:17.520Z Downloaded foldhash v0.1.3
9832024-11-04T23:08:17.520Z Downloaded dyn-clone v1.0.17
9842024-11-04T23:08:17.523Z Downloaded nu-ansi-term v0.50.1
9852024-11-04T23:08:17.525Z Downloaded git2 v0.19.0
9862024-11-04T23:08:17.532Z Downloaded rustyline v14.0.0
9872024-11-04T23:08:17.537Z Downloaded stable_deref_trait v1.2.0
9882024-11-04T23:08:17.539Z Downloaded spin v0.5.2
9892024-11-04T23:08:17.539Z Downloaded serde_yaml v0.9.34+deprecated
9902024-11-04T23:08:17.543Z Downloaded salty v0.3.0
9912024-11-04T23:08:17.552Z Downloaded salsa20 v0.10.2
9922024-11-04T23:08:17.554Z Downloaded openssl-sys v0.9.103
9932024-11-04T23:08:17.573Z Downloaded deranged v0.3.11
9942024-11-04T23:08:17.576Z Downloaded resolv-conf v0.7.0
9952024-11-04T23:08:17.578Z Downloaded postgres-protocol v0.6.7
9962024-11-04T23:08:17.581Z Downloaded polyval v0.6.2
9972024-11-04T23:08:17.584Z Downloaded peg v0.8.4
9982024-11-04T23:08:17.593Z Downloaded pbkdf2 v0.12.2
9992024-11-04T23:08:17.595Z Downloaded nix v0.29.0
10002024-11-04T23:08:17.611Z Downloaded nix v0.27.1
10012024-11-04T23:08:17.625Z Downloaded libz-sys v1.1.20
10022024-11-04T23:08:17.649Z Downloaded futures-sink v0.3.31
10032024-11-04T23:08:17.651Z Downloaded futures-macro v0.3.31
10042024-11-04T23:08:17.651Z Downloaded x509-cert v0.2.5
10052024-11-04T23:08:17.657Z Downloaded wyz v0.5.1
10062024-11-04T23:08:17.661Z Downloaded winnow v0.5.40
10072024-11-04T23:08:17.667Z Downloaded uuid v1.10.0
10082024-11-04T23:08:17.670Z Downloaded utf-8 v0.7.6
10092024-11-04T23:08:17.672Z Downloaded untrusted v0.9.0
10102024-11-04T23:08:17.675Z Downloaded untrusted v0.7.1
10112024-11-04T23:08:17.675Z Downloaded universal-hash v0.5.1
10122024-11-04T23:08:17.677Z Downloaded unicode_categories v0.1.1
10132024-11-04T23:08:17.677Z Downloaded unicode-xid v0.2.6
10142024-11-04T23:08:17.679Z Downloaded cstr-argument v0.1.2
10152024-11-04T23:08:17.679Z Downloaded try-lock v0.2.5
10162024-11-04T23:08:17.682Z Downloaded toml_edit v0.19.15
10172024-11-04T23:08:17.697Z Downloaded strum_macros v0.24.3
10182024-11-04T23:08:17.700Z Downloaded strum v0.26.3
10192024-11-04T23:08:17.702Z Downloaded structmeta-derive v0.3.0
10202024-11-04T23:08:17.702Z Downloaded structmeta v0.3.0
10212024-11-04T23:08:17.702Z Downloaded socket2 v0.5.7
10222024-11-04T23:08:17.704Z Downloaded schemars_derive v0.8.21
10232024-11-04T23:08:17.706Z Downloaded time-core v0.1.2
10242024-11-04T23:08:17.706Z Downloaded multer v3.1.0
10252024-11-04T23:08:17.708Z Downloaded mockall_derive v0.13.0
10262024-11-04T23:08:17.712Z Downloaded mockall v0.13.0
10272024-11-04T23:08:17.712Z Downloaded memmap2 v0.9.5
10282024-11-04T23:08:17.714Z Downloaded maybe-uninit v2.0.0
10292024-11-04T23:08:17.716Z Downloaded maplit v1.0.2
10302024-11-04T23:08:17.716Z Downloaded idna v0.2.3
10312024-11-04T23:08:17.722Z Downloaded same-file v1.0.6
10322024-11-04T23:08:17.725Z Downloaded nix v0.28.0
10332024-11-04T23:08:17.736Z Downloaded multimap v0.10.0
10342024-11-04T23:08:17.738Z Downloaded matches v0.1.10
10352024-11-04T23:08:17.738Z Downloaded match_cfg v0.1.0
10362024-11-04T23:08:17.741Z Downloaded lru-cache v0.1.2
10372024-11-04T23:08:17.741Z Downloaded lru v0.12.5
10382024-11-04T23:08:17.743Z Downloaded lockfree-object-pool v0.1.6
10392024-11-04T23:08:17.745Z Downloaded linked-hash-map v0.5.6
10402024-11-04T23:08:17.745Z Downloaded linear-map v1.2.0
10412024-11-04T23:08:17.747Z Downloaded instant v0.1.13
10422024-11-04T23:08:17.747Z Downloaded idna v0.4.0
10432024-11-04T23:08:17.754Z Downloaded libsw v3.3.1
10442024-11-04T23:08:17.757Z Downloaded kstat-rs v0.2.4
10452024-11-04T23:08:17.759Z Downloaded keccak v0.1.5
10462024-11-04T23:08:17.759Z Downloaded is_ci v1.2.0
10472024-11-04T23:08:17.761Z Downloaded ipnetwork v0.20.0
10482024-11-04T23:08:17.761Z Downloaded crc-any v2.5.0
10492024-11-04T23:08:17.764Z Downloaded cookie_store v0.21.0
10502024-11-04T23:08:17.766Z Downloaded cc v1.1.30
10512024-11-04T23:08:17.769Z Downloaded darling_core v0.20.10
10522024-11-04T23:08:17.773Z Downloaded crypto-bigint v0.5.5
10532024-11-04T23:08:17.780Z Downloaded const-oid v0.9.6
10542024-11-04T23:08:17.783Z Downloaded csv-core v0.1.11
10552024-11-04T23:08:17.785Z Downloaded compact_str v0.8.0
10562024-11-04T23:08:17.788Z Downloaded ring v0.16.20
10572024-11-04T23:08:17.871Z Downloaded crc v3.2.1
10582024-11-04T23:08:17.873Z Downloaded blake2 v0.10.6
10592024-11-04T23:08:17.875Z Downloaded cookie v0.18.1
10602024-11-04T23:08:17.878Z Downloaded constant_time_eq v0.3.1
10612024-11-04T23:08:17.880Z Downloaded bzip2 v0.4.4
10622024-11-04T23:08:17.883Z Downloaded bb8 v0.8.5
10632024-11-04T23:08:17.883Z Downloaded backoff v0.4.0
10642024-11-04T23:08:17.885Z Downloaded async-recursion v1.1.1
10652024-11-04T23:08:17.887Z Downloaded crunchy v0.2.2
10662024-11-04T23:08:17.889Z Downloaded mime_guess v2.0.5
10672024-11-04T23:08:17.892Z Downloaded hyper-util v0.1.9
10682024-11-04T23:08:17.894Z Downloaded new_debug_unreachable v1.0.6
10692024-11-04T23:08:17.897Z Downloaded mime v0.3.17
10702024-11-04T23:08:17.897Z Downloaded memoffset v0.9.1
10712024-11-04T23:08:17.899Z Downloaded md5 v0.7.0
10722024-11-04T23:08:17.899Z Downloaded md-5 v0.10.6
10732024-11-04T23:08:17.901Z Downloaded lock_api v0.4.12
10742024-11-04T23:08:17.902Z Downloaded libloading v0.8.5
10752024-11-04T23:08:17.904Z Downloaded indexmap v1.9.3
10762024-11-04T23:08:17.907Z Downloaded http v1.1.0
10772024-11-04T23:08:17.911Z Downloaded ipnet v2.10.1
10782024-11-04T23:08:17.913Z Downloaded inout v0.1.3
10792024-11-04T23:08:17.915Z Downloaded hyper-tls v0.6.0
10802024-11-04T23:08:17.915Z Downloaded hyper-rustls v0.27.3
10812024-11-04T23:08:17.917Z Downloaded httparse v1.9.5
10822024-11-04T23:08:17.920Z Downloaded hmac v0.12.1
10832024-11-04T23:08:17.922Z Downloaded data-encoding v2.6.0
10842024-11-04T23:08:17.922Z Downloaded httpdate v1.0.3
10852024-11-04T23:08:17.925Z Downloaded http-body-util v0.1.2
10862024-11-04T23:08:17.925Z Downloaded http-body v1.0.1
10872024-11-04T23:08:17.927Z Downloaded http-body v0.4.6
10882024-11-04T23:08:17.927Z Downloaded ring v0.17.8
10892024-11-04T23:08:17.996Z Downloaded home v0.5.9
10902024-11-04T23:08:17.998Z Downloaded convert_case v0.4.0
10912024-11-04T23:08:17.998Z Downloaded cipher v0.4.4
10922024-11-04T23:08:18.001Z Downloaded ciborium-io v0.2.2
10932024-11-04T23:08:18.001Z Downloaded bitflags v1.3.2
10942024-11-04T23:08:18.003Z Downloaded bit-set v0.5.3
10952024-11-04T23:08:18.006Z Downloaded base64ct v1.6.0
10962024-11-04T23:08:18.006Z Downloaded allocator-api2 v0.2.18
10972024-11-04T23:08:18.008Z Downloaded ahash v0.8.11
10982024-11-04T23:08:18.012Z Downloaded cfg_aliases v0.1.1
10992024-11-04T23:08:18.012Z Downloaded bit-vec v0.6.3
11002024-11-04T23:08:18.014Z Downloaded arrayvec v0.7.6
11012024-11-04T23:08:18.017Z Downloaded adler2 v2.0.0
11022024-11-04T23:08:18.017Z Downloaded atomic-waker v1.1.2
11032024-11-04T23:08:18.019Z Downloaded async-stream-impl v0.3.6
11042024-11-04T23:08:18.019Z Downloaded async-stream v0.3.6
11052024-11-04T23:08:18.019Z Downloaded ascii-canvas v3.0.0
11062024-11-04T23:08:18.022Z Downloaded hickory-resolver v0.24.1
11072024-11-04T23:08:18.024Z Downloaded hubpack_derive v0.1.1
11082024-11-04T23:08:18.026Z Downloaded http-range v0.1.5
11092024-11-04T23:08:18.026Z Downloaded chrono-tz-build v0.4.0
11102024-11-04T23:08:18.030Z Downloaded chrono-tz v0.10.0
11112024-11-04T23:08:18.046Z Downloaded libsqlite3-sys v0.30.1
11122024-11-04T23:08:18.237Z Compiling serde v1.0.210
11132024-11-04T23:08:18.240Z Compiling typenum v1.17.0
11142024-11-04T23:08:18.240Z Compiling lock_api v0.4.12
11152024-11-04T23:08:18.240Z Compiling generic-array v0.14.7
11162024-11-04T23:08:18.240Z Compiling scopeguard v1.2.0
11172024-11-04T23:08:18.382Z Compiling subtle v2.6.1
11182024-11-04T23:08:18.423Z Compiling syn v2.0.79
11192024-11-04T23:08:18.436Z Compiling getrandom v0.2.15
11202024-11-04T23:08:18.589Z Compiling value-bag v1.9.0
11212024-11-04T23:08:18.701Z Compiling rand_core v0.6.4
11222024-11-04T23:08:18.817Z Compiling const-oid v0.9.6
11232024-11-04T23:08:18.859Z Compiling jobserver v0.1.32
11242024-11-04T23:08:18.959Z Compiling shlex v1.3.0
11252024-11-04T23:08:19.209Z Compiling log v0.4.22
11262024-11-04T23:08:19.258Z Compiling cc v1.1.30
11272024-11-04T23:08:19.398Z Compiling pin-project-lite v0.2.14
11282024-11-04T23:08:19.416Z Compiling smallvec v1.13.2
11292024-11-04T23:08:19.523Z Compiling parking_lot_core v0.9.10
11302024-11-04T23:08:19.867Z Compiling futures-core v0.3.31
11312024-11-04T23:08:19.887Z Compiling signal-hook-registry v1.4.2
11322024-11-04T23:08:20.099Z Compiling mio v1.0.2
11332024-11-04T23:08:20.159Z Compiling cpufeatures v0.2.14
11342024-11-04T23:08:20.266Z Compiling futures-sink v0.3.31
11352024-11-04T23:08:20.419Z Compiling spin v0.9.8
11362024-11-04T23:08:20.616Z Compiling parking_lot v0.12.3
11372024-11-04T23:08:20.780Z Compiling socket2 v0.5.7
11382024-11-04T23:08:20.816Z Compiling slab v0.4.9
11392024-11-04T23:08:20.862Z Compiling serde_json v1.0.128
11402024-11-04T23:08:21.160Z Compiling futures-channel v0.3.31
11412024-11-04T23:08:21.210Z Compiling tinyvec_macros v0.1.1
11422024-11-04T23:08:21.275Z Compiling pin-utils v0.1.0
11432024-11-04T23:08:21.290Z Compiling futures-task v0.3.31
11442024-11-04T23:08:21.365Z Compiling allocator-api2 v0.2.18
11452024-11-04T23:08:21.514Z Compiling foldhash v0.1.3
11462024-11-04T23:08:21.527Z Compiling futures-io v0.3.31
11472024-11-04T23:08:21.577Z Compiling tinyvec v1.8.0
11482024-11-04T23:08:21.597Z Compiling libm v0.2.8
11492024-11-04T23:08:21.751Z Compiling pkg-config v0.3.31
11502024-11-04T23:08:21.789Z Compiling num-traits v0.2.19
11512024-11-04T23:08:21.849Z Compiling unicode-bidi v0.3.17
11522024-11-04T23:08:22.086Z Compiling hashbrown v0.15.0
11532024-11-04T23:08:22.399Z Compiling base64ct v1.6.0
11542024-11-04T23:08:23.094Z Compiling unicode-normalization v0.1.24
11552024-11-04T23:08:23.267Z Compiling pem-rfc7468 v0.7.0
11562024-11-04T23:08:23.272Z Compiling flagset v0.4.6
11572024-11-04T23:08:23.303Z Compiling ring v0.17.8
11582024-11-04T23:08:23.399Z Compiling httparse v1.9.5
11592024-11-04T23:08:23.469Z Compiling tracing-core v0.1.32
11602024-11-04T23:08:23.488Z Compiling rustls-pki-types v1.9.0
11612024-11-04T23:08:24.011Z Compiling crossbeam-utils v0.8.20
11622024-11-04T23:08:24.234Z Compiling percent-encoding v2.3.1
11632024-11-04T23:08:24.639Z Compiling powerfmt v0.2.0
11642024-11-04T23:08:24.660Z Compiling time-core v0.1.2
11652024-11-04T23:08:24.709Z Compiling num-conv v0.1.0
11662024-11-04T23:08:24.851Z Compiling untrusted v0.9.0
11672024-11-04T23:08:24.873Z Compiling vcpkg v0.2.15
11682024-11-04T23:08:24.959Z Compiling time-macros v0.2.18
11692024-11-04T23:08:25.014Z Compiling deranged v0.3.11
11702024-11-04T23:08:25.031Z Compiling atomic-waker v1.1.2
11712024-11-04T23:08:25.206Z Compiling num_threads v0.1.7
11722024-11-04T23:08:25.267Z Compiling form_urlencoded v1.2.1
11732024-11-04T23:08:25.330Z Compiling try-lock v0.2.5
11742024-11-04T23:08:25.479Z Compiling slog v2.7.0
11752024-11-04T23:08:25.601Z Compiling rustix v0.38.37
11762024-11-04T23:08:26.044Z Compiling want v0.3.1
11772024-11-04T23:08:26.228Z Compiling httpdate v1.0.3
11782024-11-04T23:08:26.459Z Compiling idna v0.5.0
11792024-11-04T23:08:26.638Z Compiling base64 v0.22.1
11802024-11-04T23:08:26.657Z Compiling openssl-sys v0.9.103
11812024-11-04T23:08:26.749Z Compiling foreign-types-shared v0.1.1
11822024-11-04T23:08:26.916Z Compiling match_cfg v0.1.0
11832024-11-04T23:08:26.939Z Compiling rustversion v1.0.17
11842024-11-04T23:08:27.100Z Compiling tower-service v0.3.3
11852024-11-04T23:08:27.214Z Compiling adler2 v2.0.0
11862024-11-04T23:08:27.326Z Compiling iana-time-zone v0.1.61
11872024-11-04T23:08:27.403Z Compiling openssl v0.10.66
11882024-11-04T23:08:27.688Z Compiling miniz_oxide v0.8.0
11892024-11-04T23:08:27.770Z Compiling url v2.5.2
11902024-11-04T23:08:27.819Z Compiling hostname v0.3.1
11912024-11-04T23:08:27.893Z Compiling time v0.3.36
11922024-11-04T23:08:27.945Z Compiling foreign-types v0.3.2
11932024-11-04T23:08:28.031Z Compiling dirs-sys-next v0.1.2
11942024-11-04T23:08:28.049Z Compiling aho-corasick v1.1.3
11952024-11-04T23:08:28.655Z Compiling rustls v0.22.4
11962024-11-04T23:08:28.986Z Compiling regex-syntax v0.8.5
11972024-11-04T23:08:29.090Z Compiling syn v1.0.109
11982024-11-04T23:08:29.393Z Compiling rustls v0.23.14
11992024-11-04T23:08:29.399Z Compiling data-encoding v2.6.0
12002024-11-04T23:08:29.670Z Compiling siphasher v0.3.11
12012024-11-04T23:08:29.691Z Compiling native-tls v0.2.12
12022024-11-04T23:08:30.057Z Compiling dirs-next v2.0.0
12032024-11-04T23:08:30.241Z Compiling serde_derive_internals v0.29.1
12042024-11-04T23:08:31.360Z Compiling crossbeam-epoch v0.9.18
12052024-11-04T23:08:31.525Z Compiling bzip2-sys v0.1.11+1.0.8
12062024-11-04T23:08:31.832Z Compiling serde_derive v1.0.210
12072024-11-04T23:08:31.984Z Compiling zeroize_derive v1.4.2
12082024-11-04T23:08:32.046Z Compiling zerocopy-derive v0.7.35
12092024-11-04T23:08:32.565Z Compiling tokio-macros v2.4.0
12102024-11-04T23:08:32.692Z Compiling thiserror-impl v1.0.64
12112024-11-04T23:08:32.952Z Compiling futures-macro v0.3.31
12122024-11-04T23:08:33.483Z Compiling zeroize v1.8.1
12132024-11-04T23:08:34.140Z Compiling der_derive v0.7.3
12142024-11-04T23:08:34.154Z Compiling zerocopy v0.7.35
12152024-11-04T23:08:34.744Z Compiling futures-util v0.3.31
12162024-11-04T23:08:35.063Z Compiling tracing-attributes v0.1.27
12172024-11-04T23:08:35.259Z Compiling crypto-common v0.1.6
12182024-11-04T23:08:35.500Z Compiling block-buffer v0.10.4
12192024-11-04T23:08:35.666Z Compiling thiserror v1.0.64
12202024-11-04T23:08:35.771Z Compiling digest v0.10.7
12212024-11-04T23:08:35.785Z Compiling block-padding v0.3.3
12222024-11-04T23:08:35.803Z Compiling ppv-lite86 v0.2.20
12232024-11-04T23:08:36.024Z Compiling inout v0.1.3
12242024-11-04T23:08:36.089Z Compiling pest v2.7.14
12252024-11-04T23:08:36.269Z Compiling hmac v0.12.1
12262024-11-04T23:08:36.295Z Compiling cipher v0.4.4
12272024-11-04T23:08:36.398Z Compiling sha2 v0.10.8
12282024-11-04T23:08:36.508Z Compiling der v0.7.9
12292024-11-04T23:08:36.720Z Compiling rand_chacha v0.3.1
12302024-11-04T23:08:36.839Z Compiling salsa20 v0.10.2
12312024-11-04T23:08:37.068Z Compiling pbkdf2 v0.12.2
12322024-11-04T23:08:37.250Z Compiling rand v0.8.5
12332024-11-04T23:08:38.568Z Compiling tracing v0.1.40
12342024-11-04T23:08:39.086Z Compiling spki v0.7.3
12352024-11-04T23:08:39.112Z Compiling pest_meta v2.7.14
12362024-11-04T23:08:39.176Z Compiling scrypt v0.11.0
12372024-11-04T23:08:39.463Z Compiling cbc v0.1.2
12382024-11-04T23:08:39.488Z Compiling aes v0.8.4
12392024-11-04T23:08:39.716Z Compiling scroll_derive v0.12.0
12402024-11-04T23:08:39.825Z Compiling async-trait v0.1.83
12412024-11-04T23:08:40.102Z Compiling openssl-macros v0.1.1
12422024-11-04T23:08:40.832Z Compiling pkcs5 v0.7.1
12432024-11-04T23:08:41.104Z Compiling pest_generator v2.7.14
12442024-11-04T23:08:41.191Z Compiling scroll v0.12.0
12452024-11-04T23:08:41.757Z Compiling goblin v0.8.2
12462024-11-04T23:08:42.019Z Compiling rustls-webpki v0.102.8
12472024-11-04T23:08:42.335Z Compiling pkcs8 v0.10.2
12482024-11-04T23:08:42.460Z Compiling sha1 v0.10.6
12492024-11-04T23:08:42.926Z Compiling signature v2.2.0
12502024-11-04T23:08:43.054Z Compiling regex-automata v0.4.8
12512024-11-04T23:08:43.075Z Compiling lazy_static v1.5.0
12522024-11-04T23:08:43.204Z Compiling thread_local v1.1.8
12532024-11-04T23:08:43.242Z Compiling cookie v0.18.1
12542024-11-04T23:08:43.448Z Compiling multer v3.1.0
12552024-11-04T23:08:43.540Z Compiling encoding_rs v0.8.34
12562024-11-04T23:08:43.734Z Compiling signal-hook v0.3.17
12572024-11-04T23:08:43.754Z Compiling paste v1.0.15
12582024-11-04T23:08:43.774Z Compiling pest_derive v2.7.14
12592024-11-04T23:08:43.995Z Compiling rayon-core v1.12.1
12602024-11-04T23:08:44.060Z Compiling either v1.13.0
12612024-11-04T23:08:44.243Z Compiling slog-async v2.8.0
12622024-11-04T23:08:44.265Z Compiling openssl-probe v0.1.5
12632024-11-04T23:08:44.446Z Compiling mime v0.3.17
12642024-11-04T23:08:44.529Z Compiling dtrace-parser v0.2.0
12652024-11-04T23:08:44.598Z Compiling unicode-properties v0.1.3
12662024-11-04T23:08:44.742Z Compiling gimli v0.31.1
12672024-11-04T23:08:44.967Z Compiling ipnet v2.10.1
12682024-11-04T23:08:45.014Z Compiling schemars v0.8.21
12692024-11-04T23:08:45.372Z Compiling bytes v1.7.2
12702024-11-04T23:08:46.180Z Compiling indexmap v2.6.0
12712024-11-04T23:08:46.555Z Compiling tokio v1.40.0
12722024-11-04T23:08:46.665Z Compiling http v1.1.0
12732024-11-04T23:08:47.720Z Compiling bitflags v2.6.0
12742024-11-04T23:08:47.795Z Compiling semver v1.0.23
12752024-11-04T23:08:48.573Z Compiling rustc_version v0.4.1
12762024-11-04T23:08:48.916Z Compiling http-body v1.0.1
12772024-11-04T23:08:49.139Z Compiling dof v0.3.0
12782024-11-04T23:08:49.154Z Compiling serde_spanned v0.6.8
12792024-11-04T23:08:49.330Z Compiling toml_datetime v0.6.8
12802024-11-04T23:08:49.399Z Compiling serde_tokenstream v0.2.2
12812024-11-04T23:08:49.875Z Compiling uuid v1.10.0
12822024-11-04T23:08:49.968Z Compiling usdt-impl v0.5.0
12832024-11-04T23:08:50.001Z Compiling chrono v0.4.38
12842024-11-04T23:08:51.514Z Compiling heapless v0.7.17
12852024-11-04T23:08:51.532Z Compiling http-body-util v0.1.2
12862024-11-04T23:08:51.685Z Compiling toml_edit v0.22.22
12872024-11-04T23:08:51.724Z Compiling usdt-macro v0.5.0
12882024-11-04T23:08:51.939Z Compiling usdt-attr-macro v0.5.0
12892024-11-04T23:08:53.237Z Compiling curve25519-dalek v4.1.3
12902024-11-04T23:08:53.569Z Compiling addr2line v0.24.2
12912024-11-04T23:08:53.588Z Compiling slog-json v2.6.1
12922024-11-04T23:08:53.740Z Compiling serde_urlencoded v0.7.1
12932024-11-04T23:08:53.908Z Compiling stringprep v0.1.5
12942024-11-04T23:08:54.289Z Compiling futures-executor v0.3.31
12952024-11-04T23:08:54.812Z Compiling tokio-util v0.7.12
12962024-11-04T23:08:54.918Z Compiling md-5 v0.10.6
12972024-11-04T23:08:55.061Z Compiling schemars_derive v0.8.21
12982024-11-04T23:08:56.258Z Compiling h2 v0.4.6
12992024-11-04T23:08:56.856Z Compiling enum-as-inner v0.6.1
13002024-11-04T23:08:58.231Z Compiling async-stream-impl v0.3.6
13012024-11-04T23:08:58.603Z Compiling crossbeam-deque v0.8.5
13022024-11-04T23:08:58.961Z Compiling term v0.7.0
13032024-11-04T23:08:59.593Z Compiling crossbeam-channel v0.5.13
13042024-11-04T23:09:00.048Z Compiling num-integer v0.1.46
13052024-11-04T23:09:00.409Z Compiling rustls-pemfile v2.2.0
13062024-11-04T23:09:00.711Z Compiling idna v0.3.0
13072024-11-04T23:09:00.753Z Compiling idna v0.4.0
13082024-11-04T23:09:00.812Z Compiling hash32 v0.2.1
13092024-11-04T23:09:01.058Z Compiling ff v0.13.0
13102024-11-04T23:09:01.217Z Compiling is-terminal v0.4.13
13112024-11-04T23:09:01.282Z Compiling object v0.36.5
13122024-11-04T23:09:01.347Z Compiling dropshot v0.12.0
13132024-11-04T23:09:01.649Z Compiling quick-error v1.2.3
13142024-11-04T23:09:01.804Z Compiling utf-8 v0.7.6
13152024-11-04T23:09:02.123Z Compiling fallible-iterator v0.2.0
13162024-11-04T23:09:02.298Z Compiling stable_deref_trait v1.2.0
13172024-11-04T23:09:02.352Z Compiling portable-atomic v1.9.0
13182024-11-04T23:09:02.407Z Compiling take_mut v0.2.2
13192024-11-04T23:09:02.571Z Compiling rustc-demangle v0.1.24
13202024-11-04T23:09:02.902Z Compiling base16ct v0.2.0
13212024-11-04T23:09:03.240Z Compiling anyhow v1.0.92
13222024-11-04T23:09:03.462Z Compiling hyper v1.4.1
13232024-11-04T23:09:03.564Z Compiling num-bigint-dig v0.8.4
13242024-11-04T23:09:03.865Z Compiling psl-types v2.0.11
13252024-11-04T23:09:03.884Z Compiling dyn-clone v1.0.17
13262024-11-04T23:09:03.975Z Compiling smoltcp v0.9.1
13272024-11-04T23:09:04.059Z Compiling linked-hash-map v0.5.6
13282024-11-04T23:09:04.439Z Compiling lru-cache v0.1.2
13292024-11-04T23:09:04.642Z Compiling publicsuffix v2.2.3
13302024-11-04T23:09:04.977Z Compiling sec1 v0.7.3
13312024-11-04T23:09:05.167Z Compiling postgres-protocol v0.6.7
13322024-11-04T23:09:06.488Z Compiling hyper-util v0.1.9
13332024-11-04T23:09:06.787Z Compiling tungstenite v0.24.0
13342024-11-04T23:09:07.449Z Compiling resolv-conf v0.7.0
13352024-11-04T23:09:07.618Z Compiling hickory-proto v0.24.1
13362024-11-04T23:09:07.819Z Compiling slog-term v2.9.1
13372024-11-04T23:09:07.950Z Compiling group v0.13.0
13382024-11-04T23:09:08.210Z Compiling usdt v0.5.0
13392024-11-04T23:09:08.274Z Compiling num-iter v0.1.45
13402024-11-04T23:09:08.468Z Compiling tokio-rustls v0.26.0
13412024-11-04T23:09:08.711Z Compiling async-stream v0.3.6
13422024-11-04T23:09:08.914Z Compiling backtrace v0.3.74
13432024-11-04T23:09:09.027Z Compiling tokio-rustls v0.25.0
13442024-11-04T23:09:09.057Z Compiling tokio-native-tls v0.3.1
13452024-11-04T23:09:09.454Z Compiling toml v0.8.19
13462024-11-04T23:09:09.503Z Compiling futures v0.3.31
13472024-11-04T23:09:10.694Z Compiling camino v1.1.9
13482024-11-04T23:09:10.755Z Compiling slog-bunyan v2.5.0
13492024-11-04T23:09:10.822Z Compiling terminal_size v0.4.0
13502024-11-04T23:09:10.983Z Compiling dropshot_endpoint v0.12.0
13512024-11-04T23:09:11.043Z Compiling openapiv3 v2.0.0
13522024-11-04T23:09:11.129Z Compiling serde_path_to_error v0.1.16
13532024-11-04T23:09:11.693Z Compiling hkdf v0.12.4
13542024-11-04T23:09:11.839Z Compiling crypto-bigint v0.5.5
13552024-11-04T23:09:11.965Z Compiling zerocopy-derive v0.6.6
13562024-11-04T23:09:11.968Z Compiling curve25519-dalek-derive v0.1.1
13572024-11-04T23:09:12.263Z Compiling phf_shared v0.11.2
13582024-11-04T23:09:12.681Z Compiling waitgroup v0.1.2
13592024-11-04T23:09:12.904Z Compiling webpki-roots v0.26.6
13602024-11-04T23:09:12.978Z Compiling hubpack_derive v0.1.1
13612024-11-04T23:09:13.128Z Compiling hostname v0.4.0
13622024-11-04T23:09:13.394Z Compiling crc32fast v1.4.2
13632024-11-04T23:09:13.530Z Compiling fs-err v2.11.0
13642024-11-04T23:09:13.732Z Compiling ahash v0.8.11
13652024-11-04T23:09:13.832Z Compiling debug-ignore v1.0.5
13662024-11-04T23:09:13.879Z Compiling managed v0.8.0
13672024-11-04T23:09:14.029Z Compiling bitflags v1.3.2
13682024-11-04T23:09:14.092Z Compiling winnow v0.5.40
13692024-11-04T23:09:14.131Z Compiling zerocopy v0.6.6
13702024-11-04T23:09:14.183Z Compiling clap_builder v4.5.20
13712024-11-04T23:09:14.951Z Compiling elliptic-curve v0.13.8
13722024-11-04T23:09:15.349Z Compiling hubpack v0.1.2
13732024-11-04T23:09:15.813Z Compiling console v0.15.8
13742024-11-04T23:09:15.815Z Compiling strum_macros v0.25.3
13752024-11-04T23:09:16.581Z Compiling flate2 v1.0.34
13762024-11-04T23:09:17.660Z Compiling hickory-resolver v0.24.1
13772024-11-04T23:09:17.711Z Compiling toml_edit v0.19.15
13782024-11-04T23:09:18.044Z Compiling hyper-rustls v0.27.3
13792024-11-04T23:09:18.067Z Compiling phf v0.11.2
13802024-11-04T23:09:18.378Z Compiling signal-hook-mio v0.2.4
13812024-11-04T23:09:18.549Z Compiling cookie_store v0.21.0
13822024-11-04T23:09:18.710Z Compiling rayon v1.10.0
13832024-11-04T23:09:20.052Z Compiling bzip2 v0.4.4
13842024-11-04T23:09:20.463Z Compiling hyper-tls v0.6.0
13852024-11-04T23:09:20.890Z Compiling tokio-tungstenite v0.24.0
13862024-11-04T23:09:21.456Z Compiling postgres-types v0.2.8
13872024-11-04T23:09:23.097Z Compiling tokio-stream v0.1.16
13882024-11-04T23:09:23.691Z Compiling bstr v1.10.0
13892024-11-04T23:09:24.134Z Compiling regex v1.11.0
13902024-11-04T23:09:24.153Z Compiling serde-big-array v0.5.1
13912024-11-04T23:09:24.337Z Compiling ed25519 v2.2.3
13922024-11-04T23:09:24.383Z Compiling pkcs1 v0.7.5
13932024-11-04T23:09:24.597Z Compiling rfc6979 v0.4.0
13942024-11-04T23:09:24.793Z Compiling serde_repr v0.1.19
13952024-11-04T23:09:25.201Z Compiling clap_derive v4.5.18
13962024-11-04T23:09:25.330Z Compiling derive-where v1.2.7
13972024-11-04T23:09:25.350Z Compiling phf_shared v0.10.0
13982024-11-04T23:09:25.446Z Compiling float-cmp v0.9.0
13992024-11-04T23:09:25.515Z Compiling sync_wrapper v1.0.1
14002024-11-04T23:09:25.679Z Compiling number_prefix v0.4.0
14012024-11-04T23:09:25.698Z Compiling normalize-line-endings v0.3.0
14022024-11-04T23:09:25.732Z Compiling bit-vec v0.6.3
14032024-11-04T23:09:25.827Z Compiling static_assertions v1.1.0
14042024-11-04T23:09:25.908Z Compiling fixedbitset v0.4.2
14052024-11-04T23:09:25.933Z Compiling difflib v0.4.0
14062024-11-04T23:09:25.951Z Compiling new_debug_unreachable v1.0.6
14072024-11-04T23:09:26.052Z Compiling precomputed-hash v0.1.1
14082024-11-04T23:09:26.166Z Compiling unicode-segmentation v1.12.0
14092024-11-04T23:09:26.185Z Compiling whoami v1.5.2
14102024-11-04T23:09:26.203Z Compiling minimal-lexical v0.2.1
14112024-11-04T23:09:26.377Z Compiling predicates-core v1.0.8
14122024-11-04T23:09:26.724Z Compiling nom v7.1.3
14132024-11-04T23:09:26.743Z Compiling predicates v3.1.2
14142024-11-04T23:09:26.830Z Compiling tokio-postgres v0.7.12
14152024-11-04T23:09:27.038Z Compiling similar v2.6.0
14162024-11-04T23:09:27.486Z Compiling petgraph v0.6.5
14172024-11-04T23:09:28.510Z Compiling string_cache v0.8.7
14182024-11-04T23:09:28.738Z Compiling qorb v0.2.0
14192024-11-04T23:09:28.933Z Compiling bit-set v0.5.3
14202024-11-04T23:09:29.234Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14212024-11-04T23:09:29.485Z Compiling indicatif v0.17.8
14222024-11-04T23:09:29.883Z Compiling clap v4.5.20
14232024-11-04T23:09:30.030Z Compiling reqwest v0.12.8
14242024-11-04T23:09:30.468Z Compiling rsa v0.9.6
14252024-11-04T23:09:31.610Z Compiling ecdsa v0.16.9
14262024-11-04T23:09:31.633Z Compiling ed25519-dalek v2.1.1
14272024-11-04T23:09:32.474Z Compiling toml v0.7.8
14282024-11-04T23:09:32.502Z Compiling zip v0.6.6
14292024-11-04T23:09:33.006Z Compiling crossterm v0.28.1
14302024-11-04T23:09:34.791Z Compiling hex v0.4.3
14312024-11-04T23:09:34.811Z Compiling itertools v0.12.1
14322024-11-04T23:09:34.884Z Compiling itertools v0.10.5
14332024-11-04T23:09:35.321Z Compiling x509-cert v0.2.5
14342024-11-04T23:09:35.429Z Compiling unicode-xid v0.2.6
14352024-11-04T23:09:35.612Z Compiling lalrpop-util v0.19.12
14362024-11-04T23:09:35.978Z Compiling peg-runtime v0.8.3
14372024-11-04T23:09:36.189Z Compiling xattr v1.3.1
14382024-11-04T23:09:36.467Z Compiling strum_macros v0.26.4
14392024-11-04T23:09:36.685Z Compiling filetime v0.2.25
14402024-11-04T23:09:37.018Z Compiling tar v0.4.42
14412024-11-04T23:09:39.684Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14422024-11-04T23:09:39.723Z Compiling strum v0.26.3
14432024-11-04T23:09:39.947Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14442024-11-04T23:09:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
14452024-11-04T23:09:45.759Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14462024-11-04T23:09:45.807ZNov 04 23:09:44.641 INFO Starting download, target: Clickhouse
14472024-11-04T23:09:45.807ZNov 04 23:09:44.641 INFO Starting download, target: Cockroach
14482024-11-04T23:09:45.807ZNov 04 23:09:44.641 INFO Starting download, target: Console
14492024-11-04T23:09:45.807ZNov 04 23:09:44.641 INFO Starting download, target: DendriteOpenapi
14502024-11-04T23:09:45.807ZNov 04 23:09:44.641 INFO Starting download, target: DendriteStub
14512024-11-04T23:09:45.810ZNov 04 23:09:44.641 INFO Starting download, target: MaghemiteMgd
14522024-11-04T23:09:45.810ZNov 04 23:09:44.641 INFO Starting download, target: TransceiverControl
14532024-11-04T23:09:45.810ZNov 04 23:09:44.642 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14542024-11-04T23:09:45.810ZNov 04 23:09:44.642 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14552024-11-04T23:09:45.810ZNov 04 23:09:44.642 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14562024-11-04T23:09:45.810ZNov 04 23:09:44.642 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14572024-11-04T23:09:45.810ZNov 04 23:09:44.642 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14582024-11-04T23:09:45.810ZNov 04 23:09:44.642 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14592024-11-04T23:09:45.810ZNov 04 23:09:44.643 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14602024-11-04T23:09:45.973ZNov 04 23:09:44.797 INFO Download complete, target: DendriteOpenapi
14612024-11-04T23:09:46.117ZNov 04 23:09:44.946 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14622024-11-04T23:09:46.281ZNov 04 23:09:45.115 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14632024-11-04T23:09:46.630ZNov 04 23:09:45.459 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14642024-11-04T23:09:46.642ZNov 04 23:09:45.473 INFO Download complete, target: Console
14652024-11-04T23:09:46.759ZNov 04 23:09:45.592 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14662024-11-04T23:09:46.785ZNov 04 23:09:45.614 INFO Download complete, target: TransceiverControl
14672024-11-04T23:09:47.404ZNov 04 23:09:46.238 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14682024-11-04T23:09:47.404ZNov 04 23:09:46.238 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14692024-11-04T23:09:47.965ZNov 04 23:09:46.798 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14702024-11-04T23:09:49.627ZNov 04 23:09:48.461 INFO Download complete, target: DendriteStub
14712024-11-04T23:09:49.663ZNov 04 23:09:48.496 INFO Download complete, target: MaghemiteMgd
14722024-11-04T23:09:54.938ZNov 04 23:09:53.771 INFO Checking that binary works, target: Cockroach
14732024-11-04T23:09:55.162ZNov 04 23:09:53.995 INFO Download complete, target: Cockroach
14742024-11-04T23:10:00.320ZNov 04 23:09:59.149 INFO Checking that binary works, target: Clickhouse
14752024-11-04T23:10:00.860ZNov 04 23:09:59.691 INFO Download complete, target: Clickhouse
14762024-11-04T23:10:00.867ZAll prerequisites installed successfully
14772024-11-04T23:10:00.871Z
14782024-11-04T23:10:00.871Zreal 4:46.555523435
14792024-11-04T23:10:00.871Zuser 12:18.088593891
14802024-11-04T23:10:00.871Zsys 2:42.461629192
14812024-11-04T23:10:00.871Ztrap 0.430579145
14822024-11-04T23:10:00.871Ztflt 4.443871531
14832024-11-04T23:10:00.871Zdflt 3.424928901
14842024-11-04T23:10:00.871Zkflt 0.304078633
14852024-11-04T23:10:00.871Zlock 22:56.978443457
14862024-11-04T23:10:00.871Zslp 49:46.705421915
14872024-11-04T23:10:00.871Zlat 45.263231645
14882024-11-04T23:10:00.872Zstop 2:01.119851496
14892024-11-04T23:10:00.872Z+ ptime -m cargo xtask download softnpu
14902024-11-04T23:10:01.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
14912024-11-04T23:10:01.402Z Running `target/debug/xtask download softnpu`
14922024-11-04T23:10:02.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
14932024-11-04T23:10:02.270Z Running `target/debug/xtask-downloader softnpu`
14942024-11-04T23:10:02.307ZNov 04 23:10:01.134 INFO Starting download, target: Softnpu
14952024-11-04T23:10:02.321ZNov 04 23:10:01.135 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14962024-11-04T23:10:03.151ZNov 04 23:10:01.983 INFO Download complete, target: Softnpu
14972024-11-04T23:10:03.158Z
14982024-11-04T23:10:03.164Zreal 2.279961014
14992024-11-04T23:10:03.164Zuser 1.252722837
15002024-11-04T23:10:03.164Zsys 0.540177790
15012024-11-04T23:10:03.165Ztrap 0.000554713
15022024-11-04T23:10:03.165Ztflt 0.000034094
15032024-11-04T23:10:03.165Zdflt 0.000005379
15042024-11-04T23:10:03.165Zkflt 0.000000000
15052024-11-04T23:10:03.165Zlock 8.707649320
15062024-11-04T23:10:03.165Zslp 0.676576790
15072024-11-04T23:10:03.165Zlat 0.068948495
15082024-11-04T23:10:03.165Zstop 0.000184754
15092024-11-04T23:10:03.165Z+ export CARGO_INCREMENTAL=0
15102024-11-04T23:10:03.165Z+ CARGO_INCREMENTAL=0
15112024-11-04T23:10:03.165Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
15122024-11-04T23:10:04.099Z Compiling proc-macro2 v1.0.87
15132024-11-04T23:10:04.099Z Compiling unicode-ident v1.0.13
15142024-11-04T23:10:04.099Z Compiling libc v0.2.161
15152024-11-04T23:10:04.102Z Compiling serde v1.0.210
15162024-11-04T23:10:04.102Z Compiling autocfg v1.4.0
15172024-11-04T23:10:04.102Z Compiling version_check v0.9.5
15182024-11-04T23:10:04.102Z Compiling cfg-if v1.0.0
15192024-11-04T23:10:04.323Z Compiling typenum v1.17.0
15202024-11-04T23:10:04.344Z Compiling shlex v1.3.0
15212024-11-04T23:10:04.362Z Compiling memchr v2.7.4
15222024-11-04T23:10:04.836Z Compiling parking_lot_core v0.9.10
15232024-11-04T23:10:04.858Z Compiling generic-array v0.14.7
15242024-11-04T23:10:05.168Z Compiling lock_api v0.4.12
15252024-11-04T23:10:05.185Z Compiling serde_json v1.0.128
15262024-11-04T23:10:05.266Z Compiling once_cell v1.20.2
15272024-11-04T23:10:05.465Z Compiling thiserror v1.0.64
15282024-11-04T23:10:05.515Z Compiling libm v0.2.8
15292024-11-04T23:10:05.649Z Compiling num-traits v0.2.19
15302024-11-04T23:10:05.854Z Compiling value-bag v1.9.0
15312024-11-04T23:10:05.885Z Compiling itoa v1.0.11
15322024-11-04T23:10:05.937Z Compiling quote v1.0.37
15332024-11-04T23:10:06.083Z Compiling slab v0.4.9
15342024-11-04T23:10:06.337Z Compiling syn v2.0.79
15352024-11-04T23:10:06.412Z Compiling jobserver v0.1.32
15362024-11-04T23:10:06.427Z Compiling getrandom v0.2.15
15372024-11-04T23:10:06.540Z Compiling log v0.4.22
15382024-11-04T23:10:06.559Z Compiling scopeguard v1.2.0
15392024-11-04T23:10:06.746Z Compiling byteorder v1.5.0
15402024-11-04T23:10:06.771Z Compiling cc v1.1.30
15412024-11-04T23:10:07.001Z Compiling rand_core v0.6.4
15422024-11-04T23:10:07.467Z Compiling allocator-api2 v0.2.18
15432024-11-04T23:10:07.912Z Compiling subtle v2.6.1
15442024-11-04T23:10:08.198Z Compiling semver v1.0.23
15452024-11-04T23:10:08.321Z Compiling pkg-config v0.3.31
15462024-11-04T23:10:08.666Z Compiling const-oid v0.9.6
15472024-11-04T23:10:08.743Z Compiling ryu v1.0.18
15482024-11-04T23:10:08.845Z Compiling pin-project-lite v0.2.14
15492024-11-04T23:10:08.973Z Compiling smallvec v1.13.2
15502024-11-04T23:10:08.991Z Compiling equivalent v1.0.1
15512024-11-04T23:10:09.027Z Compiling foldhash v0.1.3
15522024-11-04T23:10:09.137Z Compiling httparse v1.9.5
15532024-11-04T23:10:09.318Z Compiling hashbrown v0.15.0
15542024-11-04T23:10:09.493Z Compiling schemars v0.8.21
15552024-11-04T23:10:09.810Z Compiling signal-hook-registry v1.4.2
15562024-11-04T23:10:09.966Z Compiling ring v0.17.8
15572024-11-04T23:10:10.030Z Compiling heck v0.5.0
15582024-11-04T23:10:10.096Z Compiling mio v1.0.2
15592024-11-04T23:10:10.482Z Compiling parking_lot v0.12.3
15602024-11-04T23:10:10.990Z Compiling crossbeam-utils v0.8.20
15612024-11-04T23:10:11.206Z Compiling socket2 v0.5.7
15622024-11-04T23:10:11.360Z Compiling time-core v0.1.2
15632024-11-04T23:10:11.519Z Compiling futures-core v0.3.31
15642024-11-04T23:10:11.542Z Compiling vcpkg v0.2.15
15652024-11-04T23:10:11.766Z Compiling fnv v1.0.7
15662024-11-04T23:10:12.173Z Compiling num-conv v0.1.0
15672024-11-04T23:10:12.472Z Compiling time-macros v0.2.18
15682024-11-04T23:10:13.127Z Compiling openssl-sys v0.9.103
15692024-11-04T23:10:13.432Z Compiling spin v0.9.8
15702024-11-04T23:10:13.960Z Compiling serde_derive_internals v0.29.1
15712024-11-04T23:10:14.142Z Compiling cpufeatures v0.2.14
15722024-11-04T23:10:14.158Z Compiling futures-sink v0.3.31
15732024-11-04T23:10:14.594Z Compiling ahash v0.8.11
15742024-11-04T23:10:14.642Z Compiling syn v1.0.109
15752024-11-04T23:10:14.958Z Compiling slog v2.7.0
15762024-11-04T23:10:15.154Z Compiling rustix v0.38.37
15772024-11-04T23:10:15.399Z Compiling futures-channel v0.3.31
15782024-11-04T23:10:15.582Z Compiling futures-io v0.3.31
15792024-11-04T23:10:15.797Z Compiling ucd-trie v0.1.7
15802024-11-04T23:10:15.799Z Compiling iana-time-zone v0.1.61
15812024-11-04T23:10:15.906Z Compiling futures-task v0.3.31
15822024-11-04T23:10:15.946Z Compiling pin-utils v0.1.0
15832024-11-04T23:10:16.013Z Compiling openssl v0.10.66
15842024-11-04T23:10:16.047Z Compiling tinyvec_macros v0.1.1
15852024-11-04T23:10:16.141Z Compiling tinyvec v1.8.0
15862024-11-04T23:10:16.649Z Compiling unicode-bidi v0.3.17
15872024-11-04T23:10:16.798Z Compiling rustls v0.23.14
15882024-11-04T23:10:17.022Z Compiling native-tls v0.2.12
15892024-11-04T23:10:17.363Z Compiling base64ct v1.6.0
15902024-11-04T23:10:17.609Z Compiling unicode-normalization v0.1.24
15912024-11-04T23:10:17.840Z Compiling pem-rfc7468 v0.7.0
15922024-11-04T23:10:18.486Z Compiling tracing-core v0.1.32
15932024-11-04T23:10:18.670Z Compiling cookie v0.18.1
15942024-11-04T23:10:18.690Z Compiling serde_derive v1.0.210
15952024-11-04T23:10:18.971Z Compiling zeroize_derive v1.4.2
15962024-11-04T23:10:19.611Z Compiling zerocopy-derive v0.7.35
15972024-11-04T23:10:19.763Z Compiling thiserror-impl v1.0.64
15982024-11-04T23:10:20.252Z Compiling zeroize v1.8.1
15992024-11-04T23:10:20.639Z Compiling tokio-macros v2.4.0
16002024-11-04T23:10:21.400Z Compiling futures-macro v0.3.31
16012024-11-04T23:10:21.963Z Compiling zerocopy v0.7.35
16022024-11-04T23:10:22.505Z Compiling crypto-common v0.1.6
16032024-11-04T23:10:22.809Z Compiling tracing-attributes v0.1.27
16042024-11-04T23:10:23.005Z Compiling block-buffer v0.10.4
16052024-11-04T23:10:23.226Z Compiling digest v0.10.7
16062024-11-04T23:10:23.505Z Compiling schemars_derive v0.8.21
16072024-11-04T23:10:23.694Z Compiling der_derive v0.7.3
16082024-11-04T23:10:24.768Z Compiling hmac v0.12.1
16092024-11-04T23:10:25.017Z Compiling scroll_derive v0.12.0
16102024-11-04T23:10:25.240Z Compiling futures-util v0.3.31
16112024-11-04T23:10:25.805Z Compiling pest v2.7.14
16122024-11-04T23:10:26.205Z Compiling block-padding v0.3.3
16132024-11-04T23:10:26.425Z Compiling inout v0.1.3
16142024-11-04T23:10:26.680Z Compiling openssl-macros v0.1.1
16152024-11-04T23:10:26.800Z Compiling cipher v0.4.4
16162024-11-04T23:10:27.233Z Compiling sha2 v0.10.8
16172024-11-04T23:10:27.405Z Compiling ppv-lite86 v0.2.20
16182024-11-04T23:10:27.985Z Compiling usdt-impl v0.5.0
16192024-11-04T23:10:28.281Z Compiling flagset v0.4.6
16202024-11-04T23:10:28.348Z Compiling pest_meta v2.7.14
16212024-11-04T23:10:28.488Z Compiling dyn-clone v1.0.17
16222024-11-04T23:10:28.662Z Compiling anyhow v1.0.92
16232024-11-04T23:10:28.884Z Compiling der v0.7.9
16242024-11-04T23:10:29.223Z Compiling rand_chacha v0.3.1
16252024-11-04T23:10:30.147Z Compiling pest_generator v2.7.14
16262024-11-04T23:10:30.580Z Compiling scroll v0.12.0
16272024-11-04T23:10:31.126Z Compiling bytes v1.7.2
16282024-11-04T23:10:31.189Z Compiling indexmap v2.6.0
16292024-11-04T23:10:32.049Z Compiling tokio v1.40.0
16302024-11-04T23:10:32.350Z Compiling http v1.1.0
16312024-11-04T23:10:32.505Z Compiling serde_tokenstream v0.2.2
16322024-11-04T23:10:32.626Z Compiling rustc_version v0.4.1
16332024-11-04T23:10:33.233Z Compiling uuid v1.10.0
16342024-11-04T23:10:33.423Z Compiling bitflags v2.6.0
16352024-11-04T23:10:33.677Z Compiling chrono v0.4.38
16362024-11-04T23:10:34.543Z Compiling toml_datetime v0.6.8
16372024-11-04T23:10:34.682Z Compiling serde_spanned v0.6.8
16382024-11-04T23:10:35.037Z Compiling pest_derive v2.7.14
16392024-11-04T23:10:35.864Z Compiling tracing v0.1.40
16402024-11-04T23:10:37.964Z Compiling async-trait v0.1.83
16412024-11-04T23:10:39.662Z Compiling aho-corasick v1.1.3
16422024-11-04T23:10:40.064Z Compiling plain v0.2.3
16432024-11-04T23:10:40.228Z Compiling rayon-core v1.12.1
16442024-11-04T23:10:40.246Z Compiling regex-syntax v0.8.5
16452024-11-04T23:10:40.531Z Compiling percent-encoding v2.3.1
16462024-11-04T23:10:40.550Z Compiling camino v1.1.9
16472024-11-04T23:10:40.862Z Compiling rustls-pki-types v1.9.0
16482024-11-04T23:10:41.080Z Compiling tokio-util v0.7.12
16492024-11-04T23:10:41.809Z Compiling goblin v0.8.2
16502024-11-04T23:10:42.694Z Compiling spki v0.7.3
16512024-11-04T23:10:43.059Z Compiling rand v0.8.5
16522024-11-04T23:10:43.062Z Compiling salsa20 v0.10.2
16532024-11-04T23:10:43.943Z Compiling regex-automata v0.4.8
16542024-11-04T23:10:44.249Z Compiling pbkdf2 v0.12.2
16552024-11-04T23:10:44.671Z Compiling pretty-hex v0.4.1
16562024-11-04T23:10:44.675Z Compiling powerfmt v0.2.0
16572024-11-04T23:10:45.109Z Compiling untrusted v0.9.0
16582024-11-04T23:10:45.311Z Compiling winnow v0.5.40
16592024-11-04T23:10:45.396Z Compiling rustls v0.22.4
16602024-11-04T23:10:46.050Z Compiling deranged v0.3.11
16612024-11-04T23:10:47.561Z Compiling scrypt v0.11.0
16622024-11-04T23:10:48.064Z Compiling dof v0.3.0
16632024-11-04T23:10:48.959Z Compiling toml_edit v0.19.15
16642024-11-04T23:10:49.144Z Compiling dtrace-parser v0.2.0
16652024-11-04T23:10:49.839Z Compiling aes v0.8.4
16662024-11-04T23:10:49.898Z Compiling cbc v0.1.2
16672024-11-04T23:10:50.134Z Compiling thread-id v4.2.2
16682024-11-04T23:10:50.717Z Compiling rustversion v1.0.17
16692024-11-04T23:10:50.749Z Compiling num_threads v0.1.7
16702024-11-04T23:10:50.769Z Compiling atomic-waker v1.1.2
16712024-11-04T23:10:50.786Z Compiling pkcs5 v0.7.1
16722024-11-04T23:10:50.873Z Compiling time v0.3.36
16732024-11-04T23:10:52.671Z Compiling rustls-webpki v0.102.8
16742024-11-04T23:10:53.851Z Compiling form_urlencoded v1.2.1
16752024-11-04T23:10:53.922Z Compiling http-body v1.0.1
16762024-11-04T23:10:54.147Z Compiling heapless v0.7.17
16772024-11-04T23:10:54.378Z Compiling bzip2-sys v0.1.11+1.0.8
16782024-11-04T23:10:54.420Z Compiling multer v3.1.0
16792024-11-04T23:10:54.608Z Compiling try-lock v0.2.5
16802024-11-04T23:10:55.036Z Compiling signal-hook v0.3.17
16812024-11-04T23:10:55.106Z Compiling slog-async v2.8.0
16822024-11-04T23:10:55.350Z Compiling want v0.3.1
16832024-11-04T23:10:55.744Z Compiling pkcs8 v0.10.2
16842024-11-04T23:10:56.404Z Compiling h2 v0.4.6
16852024-11-04T23:10:56.834Z Compiling regex v1.11.0
16862024-11-04T23:10:57.890Z Compiling paste v1.0.15
16872024-11-04T23:10:58.026Z Compiling adler2 v2.0.0
16882024-11-04T23:10:58.301Z Compiling httpdate v1.0.3
16892024-11-04T23:10:58.357Z Compiling strsim v0.11.1
16902024-11-04T23:10:58.686Z Compiling miniz_oxide v0.8.0
16912024-11-04T23:11:00.370Z Compiling usdt-attr-macro v0.5.0
16922024-11-04T23:11:01.068Z Compiling usdt-macro v0.5.0
16932024-11-04T23:11:01.823Z Compiling openapiv3 v2.0.0
16942024-11-04T23:11:02.086Z Compiling curve25519-dalek v4.1.3
16952024-11-04T23:11:02.387Z Compiling enum-as-inner v0.6.1
16962024-11-04T23:11:02.517Z Compiling async-stream-impl v0.3.6
16972024-11-04T23:11:03.403Z Compiling idna v0.5.0
16982024-11-04T23:11:03.543Z Compiling hyper v1.4.1
16992024-11-04T23:11:03.846Z Compiling errno v0.3.9
17002024-11-04T23:11:04.101Z Compiling dropshot v0.12.0
17012024-11-04T23:11:04.429Z Compiling tower-service v0.3.3
17022024-11-04T23:11:04.567Z Compiling num-bigint-dig v0.8.4
17032024-11-04T23:11:04.797Z Compiling smoltcp v0.9.1
17042024-11-04T23:11:05.088Z Compiling match_cfg v0.1.0
17052024-11-04T23:11:05.408Z Compiling base64 v0.22.1
17062024-11-04T23:11:05.889Z Compiling portable-atomic v1.9.0
17072024-11-04T23:11:05.942Z Compiling foreign-types-shared v0.1.1
17082024-11-04T23:11:06.025Z Compiling hyper-util v0.1.9
17092024-11-04T23:11:06.052Z Compiling foreign-types v0.3.2
17102024-11-04T23:11:06.069Z Compiling hostname v0.3.1
17112024-11-04T23:11:06.142Z Compiling url v2.5.2
17122024-11-04T23:11:08.764Z Compiling dirs-sys-next v0.1.2
17132024-11-04T23:11:08.796Z Compiling gimli v0.31.1
17142024-11-04T23:11:08.979Z Compiling heck v0.4.1
17152024-11-04T23:11:09.348Z Compiling data-encoding v2.6.0
17162024-11-04T23:11:09.587Z Compiling siphasher v0.3.11
17172024-11-04T23:11:10.558Z Compiling dirs-next v2.0.0
17182024-11-04T23:11:14.456Z Compiling addr2line v0.24.2
17192024-11-04T23:11:16.501Z Compiling http-body-util v0.1.2
17202024-11-04T23:11:17.303Z Compiling crossbeam-epoch v0.9.18
17212024-11-04T23:11:17.348Z Compiling dropshot_endpoint v0.12.0
17222024-11-04T23:11:17.490Z Compiling hubpack_derive v0.1.1
17232024-11-04T23:11:18.024Z Compiling sha1 v0.10.6
17242024-11-04T23:11:18.184Z Compiling signature v2.2.0
17252024-11-04T23:11:18.372Z Compiling zerocopy-derive v0.6.6
17262024-11-04T23:11:18.414Z Compiling curve25519-dalek-derive v0.1.1
17272024-11-04T23:11:18.505Z Compiling lazy_static v1.5.0
17282024-11-04T23:11:18.639Z Compiling object v0.36.5
17292024-11-04T23:11:19.726Z Compiling thread_local v1.1.8
17302024-11-04T23:11:20.054Z Compiling fs-err v2.11.0
17312024-11-04T23:11:20.197Z Compiling encoding_rs v0.8.34
17322024-11-04T23:11:20.376Z Compiling either v1.13.0
17332024-11-04T23:11:20.496Z Compiling utf8parse v0.2.2
17342024-11-04T23:11:20.655Z Compiling rustc-demangle v0.1.24
17352024-11-04T23:11:20.801Z Compiling stable_deref_trait v1.2.0
17362024-11-04T23:11:20.905Z Compiling unicode-properties v0.1.3
17372024-11-04T23:11:21.230Z Compiling anstyle v1.0.8
17382024-11-04T23:11:21.277Z Compiling winnow v0.6.20
17392024-11-04T23:11:21.697Z Compiling ipnet v2.10.1
17402024-11-04T23:11:22.752Z Compiling openssl-probe v0.1.5
17412024-11-04T23:11:22.926Z Compiling mime v0.3.17
17422024-11-04T23:11:23.618Z Compiling stringprep v0.1.5
17432024-11-04T23:11:23.925Z Compiling anstyle-parse v0.2.5
17442024-11-04T23:11:24.948Z Compiling toml_edit v0.22.22
17452024-11-04T23:11:28.063Z Compiling backtrace v0.3.74
17462024-11-04T23:11:28.296Z Compiling crossbeam-deque v0.8.5
17472024-11-04T23:11:32.988Z Compiling term v0.7.0
17482024-11-04T23:11:34.199Z Compiling slog-json v2.6.1
17492024-11-04T23:11:36.803Z Compiling serde_urlencoded v0.7.1
17502024-11-04T23:11:36.820Z Compiling crossbeam-channel v0.5.13
17512024-11-04T23:11:36.964Z Compiling rustls-pemfile v2.2.0
17522024-11-04T23:11:37.375Z Compiling hashbrown v0.14.5
17532024-11-04T23:11:37.402Z Compiling futures-executor v0.3.31
17542024-11-04T23:11:37.883Z Compiling md-5 v0.10.6
17552024-11-04T23:11:38.200Z Compiling idna v0.3.0
17562024-11-04T23:11:38.218Z Compiling idna v0.4.0
17572024-11-04T23:11:38.623Z Compiling num-integer v0.1.46
17582024-11-04T23:11:38.805Z Compiling ff v0.13.0
17592024-11-04T23:11:39.044Z Compiling hash32 v0.2.1
17602024-11-04T23:11:39.273Z Compiling is-terminal v0.4.13
17612024-11-04T23:11:39.401Z Compiling memmap v0.7.0
17622024-11-04T23:11:39.588Z Compiling base16ct v0.2.0
17632024-11-04T23:11:39.884Z Compiling take_mut v0.2.2
17642024-11-04T23:11:40.056Z Compiling is_terminal_polyfill v1.70.1
17652024-11-04T23:11:40.273Z Compiling psl-types v2.0.11
17662024-11-04T23:11:40.489Z Compiling colorchoice v1.0.2
17672024-11-04T23:11:40.654Z Compiling fallible-iterator v0.2.0
17682024-11-04T23:11:41.706Z Compiling utf-8 v0.7.6
17692024-11-04T23:11:42.002Z Compiling linked-hash-map v0.5.6
17702024-11-04T23:11:42.025Z Compiling anstyle-query v1.1.1
17712024-11-04T23:11:42.181Z Compiling quick-error v1.2.3
17722024-11-04T23:11:42.341Z Compiling resolv-conf v0.7.0
17732024-11-04T23:11:42.400Z Compiling lru-cache v0.1.2
17742024-11-04T23:11:42.609Z Compiling anstream v0.6.15
17752024-11-04T23:11:43.209Z Compiling tungstenite v0.24.0
17762024-11-04T23:11:44.228Z Compiling postgres-protocol v0.6.7
17772024-11-04T23:11:44.342Z Compiling publicsuffix v2.2.3
17782024-11-04T23:11:45.190Z Compiling sec1 v0.7.3
17792024-11-04T23:11:45.490Z Compiling usdt v0.5.0
17802024-11-04T23:11:45.576Z Compiling slog-term v2.9.1
17812024-11-04T23:11:45.753Z Compiling num-iter v0.1.45
17822024-11-04T23:11:45.935Z Compiling hickory-proto v0.24.1
17832024-11-04T23:11:45.948Z Compiling group v0.13.0
17842024-11-04T23:11:47.137Z Compiling regress v0.10.1
17852024-11-04T23:11:48.926Z Compiling futures v0.3.31
17862024-11-04T23:11:50.751Z Compiling tokio-rustls v0.25.0
17872024-11-04T23:11:50.997Z Compiling slog-bunyan v2.5.0
17882024-11-04T23:11:51.160Z Compiling tokio-rustls v0.26.0
17892024-11-04T23:11:51.621Z Compiling toml v0.8.19
17902024-11-04T23:11:51.694Z Compiling tokio-native-tls v0.3.1
17912024-11-04T23:11:51.754Z Compiling terminal_size v0.4.0
17922024-11-04T23:11:51.962Z Compiling phf_shared v0.11.2
17932024-11-04T23:11:51.988Z Compiling strum_macros v0.25.3
17942024-11-04T23:11:52.538Z Compiling async-stream v0.3.6
17952024-11-04T23:11:53.116Z Compiling waitgroup v0.1.2
17962024-11-04T23:11:53.565Z Compiling webpki-roots v0.26.6
17972024-11-04T23:11:53.790Z Compiling serde_path_to_error v0.1.16
17982024-11-04T23:11:54.203Z Compiling hkdf v0.12.4
17992024-11-04T23:11:54.445Z Compiling crypto-bigint v0.5.5
18002024-11-04T23:11:54.604Z Compiling derive-where v1.2.7
18012024-11-04T23:11:54.677Z Compiling clap_derive v4.5.18
18022024-11-04T23:11:55.441Z Compiling serde_repr v0.1.19
18032024-11-04T23:11:56.663Z Compiling hostname v0.4.0
18042024-11-04T23:11:56.895Z Compiling crc32fast v1.4.2
18052024-11-04T23:11:57.225Z Compiling debug-ignore v1.0.5
18062024-11-04T23:11:57.385Z Compiling managed v0.8.0
18072024-11-04T23:11:57.649Z Compiling bitflags v1.3.2
18082024-11-04T23:11:57.973Z Compiling unicode-width v0.1.14
18092024-11-04T23:11:58.235Z Compiling clap_lex v0.7.2
18102024-11-04T23:11:58.441Z Compiling console v0.15.8
18112024-11-04T23:11:58.489Z Compiling clap_builder v4.5.20
18122024-11-04T23:11:58.650Z Compiling elliptic-curve v0.13.8
18132024-11-04T23:11:59.428Z Compiling flate2 v1.0.34
18142024-11-04T23:12:00.579Z Compiling hyper-rustls v0.27.3
18152024-11-04T23:12:03.675Z Compiling phf v0.11.2
18162024-11-04T23:12:03.986Z Compiling hyper-tls v0.6.0
18172024-11-04T23:12:04.061Z Compiling hickory-resolver v0.24.1
18182024-11-04T23:12:04.124Z Compiling signal-hook-mio v0.2.4
18192024-11-04T23:12:04.294Z Compiling typify-impl v0.2.0
18202024-11-04T23:12:04.378Z Compiling rayon v1.10.0
18212024-11-04T23:12:05.349Z Compiling bzip2 v0.4.4
18222024-11-04T23:12:05.732Z Compiling cookie_store v0.21.0
18232024-11-04T23:12:05.752Z Compiling postgres-types v0.2.8
18242024-11-04T23:12:06.866Z Compiling tokio-tungstenite v0.24.0
18252024-11-04T23:12:07.226Z Compiling zerocopy v0.6.6
18262024-11-04T23:12:07.349Z Compiling ed25519 v2.2.3
18272024-11-04T23:12:07.436Z Compiling hubpack v0.1.2
18282024-11-04T23:12:07.793Z Compiling phf_shared v0.10.0
18292024-11-04T23:12:08.124Z Compiling pkcs1 v0.7.5
18302024-11-04T23:12:08.187Z Compiling bstr v1.10.0
18312024-11-04T23:12:09.034Z Compiling tokio-stream v0.1.16
18322024-11-04T23:12:09.214Z Compiling serde-big-array v0.5.1
18332024-11-04T23:12:09.245Z Compiling rfc6979 v0.4.0
18342024-11-04T23:12:09.434Z Compiling float-cmp v0.9.0
18352024-11-04T23:12:09.437Z Compiling sync_wrapper v1.0.1
18362024-11-04T23:12:09.607Z Compiling fixedbitset v0.4.2
18372024-11-04T23:12:09.660Z Compiling normalize-line-endings v0.3.0
18382024-11-04T23:12:09.684Z Compiling unicode-segmentation v1.12.0
18392024-11-04T23:12:09.793Z Compiling predicates-core v1.0.8
18402024-11-04T23:12:10.033Z Compiling bit-vec v0.6.3
18412024-11-04T23:12:10.309Z Compiling minimal-lexical v0.2.1
18422024-11-04T23:12:10.478Z Compiling static_assertions v1.1.0
18432024-11-04T23:12:10.542Z Compiling whoami v1.5.2
18442024-11-04T23:12:10.582Z Compiling number_prefix v0.4.0
18452024-11-04T23:12:10.599Z Compiling difflib v0.4.0
18462024-11-04T23:12:10.817Z Compiling precomputed-hash v0.1.1
18472024-11-04T23:12:10.938Z Compiling new_debug_unreachable v1.0.6
18482024-11-04T23:12:11.039Z Compiling string_cache v0.8.7
18492024-11-04T23:12:11.080Z Compiling predicates v3.1.2
18502024-11-04T23:12:12.067Z Compiling tokio-postgres v0.7.12
18512024-11-04T23:12:12.069Z Compiling indicatif v0.17.8
18522024-11-04T23:12:12.525Z Compiling nom v7.1.3
18532024-11-04T23:12:13.014Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18542024-11-04T23:12:13.818Z Compiling bit-set v0.5.3
18552024-11-04T23:12:14.092Z Compiling similar v2.6.0
18562024-11-04T23:12:15.308Z Compiling qorb v0.2.0
18572024-11-04T23:12:15.425Z Compiling typify-macro v0.2.0
18582024-11-04T23:12:16.060Z Compiling petgraph v0.6.5
18592024-11-04T23:12:16.290Z Compiling reqwest v0.12.8
18602024-11-04T23:12:17.139Z Compiling ecdsa v0.16.9
18612024-11-04T23:12:19.335Z Compiling rsa v0.9.6
18622024-11-04T23:12:20.003Z Compiling ed25519-dalek v2.1.1
18632024-11-04T23:12:20.559Z Compiling zip v0.6.6
18642024-11-04T23:12:20.589Z Compiling crossterm v0.28.1
18652024-11-04T23:12:20.636Z Compiling clap v4.5.20
18662024-11-04T23:12:21.810Z Compiling itertools v0.10.5
18672024-11-04T23:12:22.672Z Compiling itertools v0.12.1
18682024-11-04T23:12:23.688Z Compiling toml v0.7.8
18692024-11-04T23:12:23.897Z Compiling x509-cert v0.2.5
18702024-11-04T23:12:24.840Z Compiling hex v0.4.3
18712024-11-04T23:12:25.496Z Compiling unicode-xid v0.2.6
18722024-11-04T23:12:25.709Z Compiling lalrpop-util v0.19.12
18732024-11-04T23:12:26.049Z Compiling peg-runtime v0.8.3
18742024-11-04T23:12:28.108Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18752024-11-04T23:12:30.077Z Compiling proc-macro-crate v1.3.1
18762024-11-04T23:12:30.674Z Compiling ipnetwork v0.20.0
18772024-11-04T23:12:32.528Z Compiling heapless v0.8.0
18782024-11-04T23:12:33.312Z Compiling num_enum_derive v0.5.11
18792024-11-04T23:12:40.871Z Compiling hash32 v0.3.1
18802024-11-04T23:12:42.935Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18812024-11-04T23:12:43.271Z Compiling smoltcp v0.11.0
18822024-11-04T23:12:43.386Z Compiling ident_case v1.0.1
18832024-11-04T23:12:44.179Z Compiling darling_core v0.20.10
18842024-11-04T23:12:57.730Z Compiling num_enum v0.5.11
18852024-11-04T23:12:58.425Z Compiling typify v0.2.0
18862024-11-04T23:13:00.793Z Compiling proc-macro-error-attr v1.0.4
18872024-11-04T23:13:00.936Z Compiling unsafe-libyaml v0.2.11
18882024-11-04T23:13:01.118Z Compiling cobs v0.2.3
18892024-11-04T23:13:01.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18902024-11-04T23:13:02.811Z Compiling serde_yaml v0.9.34+deprecated
18912024-11-04T23:13:05.908Z Compiling postcard v1.0.10
18922024-11-04T23:13:13.708Z Compiling progenitor-impl v0.8.0
18932024-11-04T23:13:20.130Z Compiling darling_macro v0.20.10
18942024-11-04T23:13:28.479Z Compiling strum_macros v0.26.4
18952024-11-04T23:13:29.841Z Compiling structmeta-derive v0.3.0
18962024-11-04T23:13:29.958Z Compiling foreign-types-macros v0.2.3
18972024-11-04T23:13:30.108Z Compiling proc-macro-error v1.0.4
18982024-11-04T23:13:30.242Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18992024-11-04T23:13:30.568Z Compiling newtype-uuid v1.1.2
19002024-11-04T23:13:31.408Z Compiling foreign-types-shared v0.3.1
19012024-11-04T23:13:32.495Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19022024-11-04T23:13:32.630Z Compiling strum v0.26.3
19032024-11-04T23:13:32.668Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19042024-11-04T23:13:33.946Z Compiling structmeta v0.3.0
19052024-11-04T23:13:35.930Z Compiling foreign-types v0.5.0
19062024-11-04T23:13:40.509Z Compiling darling v0.20.10
19072024-11-04T23:13:41.351Z Compiling progenitor-macro v0.8.0
19082024-11-04T23:13:45.742Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
19092024-11-04T23:13:45.999Z Compiling progenitor-client v0.8.0
19102024-11-04T23:13:48.392Z Compiling tabwriter v1.4.0
19112024-11-04T23:13:49.331Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19122024-11-04T23:13:50.155Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19132024-11-04T23:13:50.174Z Compiling cstr-argument v0.1.2
19142024-11-04T23:13:50.446Z Compiling fastrand v2.1.1
19152024-11-04T23:13:50.793Z Compiling pretty-hex v0.2.1
19162024-11-04T23:13:51.035Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19172024-11-04T23:13:51.345Z Compiling crucible-workspace-hack v0.1.0
19182024-11-04T23:13:51.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19192024-11-04T23:13:51.706Z Compiling tempfile v3.13.0
19202024-11-04T23:13:51.724Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19212024-11-04T23:13:52.075Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19222024-11-04T23:13:52.475Z Compiling serde_with_macros v3.11.0
19232024-11-04T23:13:52.969Z Compiling parse-display-derive v0.10.0
19242024-11-04T23:13:52.984Z Compiling colored v2.1.0
19252024-11-04T23:13:53.396Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19262024-11-04T23:13:54.140Z Compiling instant v0.1.13
19272024-11-04T23:13:54.142Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19282024-11-04T23:13:54.319Z Compiling backoff v0.4.0
19292024-11-04T23:13:54.556Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19302024-11-04T23:13:54.659Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19312024-11-04T23:13:54.876Z Compiling progenitor v0.8.0
19322024-11-04T23:13:54.912Z Compiling serde_with v3.11.0
19332024-11-04T23:13:55.134Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19342024-11-04T23:13:56.685Z Compiling parse-display v0.10.0
19352024-11-04T23:13:57.523Z Compiling zone_cfg_derive v0.3.0
19362024-11-04T23:13:58.640Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19372024-11-04T23:13:58.832Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19382024-11-04T23:13:59.211Z Compiling camino-tempfile v1.1.1
19392024-11-04T23:13:59.465Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19402024-11-04T23:13:59.572Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19412024-11-04T23:13:59.761Z Compiling regress v0.9.1
19422024-11-04T23:13:59.923Z Compiling macaddr v1.0.1
19432024-11-04T23:13:59.964Z Compiling num-derive v0.4.2
19442024-11-04T23:14:00.001Z Compiling sigpipe v0.1.3
19452024-11-04T23:14:00.139Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19462024-11-04T23:14:00.435Z Compiling libefi-sys v0.1.0
19472024-11-04T23:14:00.586Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19482024-11-04T23:14:00.793Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19492024-11-04T23:14:01.361Z Compiling zone v0.3.0
19502024-11-04T23:14:02.154Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19512024-11-04T23:14:03.724Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19522024-11-04T23:14:03.855Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19532024-11-04T23:14:04.434Z Compiling smf v0.2.3
19542024-11-04T23:14:04.595Z Compiling bitfield-struct v0.6.2
19552024-11-04T23:14:05.936Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19562024-11-04T23:14:06.374Z Compiling blake3 v1.5.4
19572024-11-04T23:14:06.993Z Compiling ring v0.16.20
19582024-11-04T23:14:07.925Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19592024-11-04T23:14:08.093Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19602024-11-04T23:14:08.376Z Compiling xattr v1.3.1
19612024-11-04T23:14:08.709Z Compiling memmap2 v0.9.5
19622024-11-04T23:14:08.726Z Compiling filetime v0.2.25
19632024-11-04T23:14:09.084Z Compiling constant_time_eq v0.3.1
19642024-11-04T23:14:09.208Z Compiling arrayref v0.3.9
19652024-11-04T23:14:09.270Z Compiling arrayvec v0.7.6
19662024-11-04T23:14:09.288Z Compiling untrusted v0.7.1
19672024-11-04T23:14:09.320Z Compiling same-file v1.0.6
19682024-11-04T23:14:09.491Z Compiling spin v0.5.2
19692024-11-04T23:14:09.602Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19702024-11-04T23:14:09.727Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19712024-11-04T23:14:09.762Z Compiling walkdir v2.5.0
19722024-11-04T23:14:11.239Z Compiling tar v0.4.42
19732024-11-04T23:14:11.975Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19742024-11-04T23:14:12.383Z Compiling gethostname v0.5.0
19752024-11-04T23:14:12.482Z Compiling cargo-platform v0.1.8
19762024-11-04T23:14:12.572Z Compiling topological-sort v0.2.2
19772024-11-04T23:14:12.847Z Compiling cargo_metadata v0.18.1
19782024-11-04T23:14:15.885Z Compiling omicron-zone-package v0.11.1
19792024-11-04T23:14:20.155Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19802024-11-04T23:14:20.972Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19812024-11-04T23:14:26.089Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19822024-11-04T23:14:41.774Z Finished `release` profile [optimized] target(s) in 4m 38s
19832024-11-04T23:14:41.933Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19842024-11-04T23:14:41.979ZLogging to: /work/oxidecomputer/omicron/out/LOG
19852024-11-04T23:14:41.981ZCreated new build target 'test' and set it as active
19862024-11-04T23:14:41.981Z
19872024-11-04T23:14:41.981Zreal 4:38.774362266
19882024-11-04T23:14:41.981Zuser 31:44.103574526
19892024-11-04T23:14:41.981Zsys 3:50.272692479
19902024-11-04T23:14:41.981Ztrap 0.907830680
19912024-11-04T23:14:41.981Ztflt 3.051574624
19922024-11-04T23:14:41.981Zdflt 1.101379781
19932024-11-04T23:14:41.981Zkflt 0.009227870
19942024-11-04T23:14:41.981Zlock 1:09:23.546445407
19952024-11-04T23:14:41.981Zslp 2:00:56.952903498
19962024-11-04T23:14:41.981Zlat 2:09.690267427
19972024-11-04T23:14:41.981Zstop 4:02.620188329
19982024-11-04T23:14:41.984Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19992024-11-04T23:14:42.916Z Finished `release` profile [optimized] target(s) in 0.88s
20002024-11-04T23:14:42.970Z Running `target/release/omicron-package -t test package`
20012024-11-04T23:14:43.014ZLogging to: /work/oxidecomputer/omicron/out/LOG
20022024-11-04T23:14:44.110Z Compiling convert_case v0.4.0
20032024-11-04T23:14:44.113Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
20042024-11-04T23:14:44.113Z Compiling itertools v0.13.0
20052024-11-04T23:14:44.113Z Compiling password-hash v0.5.0
20062024-11-04T23:14:44.113Z Compiling blake2 v0.10.6
20072024-11-04T23:14:44.113Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
20082024-11-04T23:14:44.242Z Compiling newline-converter v0.3.0
20092024-11-04T23:14:44.304Z Compiling owo-colors v4.1.0
20102024-11-04T23:14:44.487Z Compiling cancel-safe-futures v0.1.5
20112024-11-04T23:14:44.508Z Compiling expectorate v1.1.0
20122024-11-04T23:14:44.650Z Compiling base64 v0.21.7
20132024-11-04T23:14:44.757Z Compiling argon2 v0.5.3
20142024-11-04T23:14:44.904Z Compiling derive_more v0.99.18
20152024-11-04T23:14:45.504Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20162024-11-04T23:14:45.537Z Compiling libsw v3.3.1
20172024-11-04T23:14:45.800Z Compiling indent_write v2.2.0
20182024-11-04T23:14:45.868Z Compiling linear-map v1.2.0
20192024-11-04T23:14:46.047Z Compiling swrite v0.1.0
20202024-11-04T23:14:46.066Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20212024-11-04T23:14:46.183Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20222024-11-04T23:14:46.307Z Compiling progenitor-client v0.8.0
20232024-11-04T23:14:46.409Z Compiling atomicwrites v0.4.4
20242024-11-04T23:14:46.715Z Compiling progenitor v0.8.0
20252024-11-04T23:14:46.921Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20262024-11-04T23:14:46.941Z Compiling num-rational v0.4.2
20272024-11-04T23:14:47.132Z Compiling num-complex v0.4.6
20282024-11-04T23:14:47.827Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20292024-11-04T23:14:48.132Z Compiling prettyplease v0.2.22
20302024-11-04T23:14:48.467Z Compiling num v0.4.3
20312024-11-04T23:14:48.485Z Compiling float-ord v0.3.2
20322024-11-04T23:14:48.588Z Compiling semver v0.1.20
20332024-11-04T23:14:48.660Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20342024-11-04T23:14:49.165Z Compiling rustc_version v0.1.7
20352024-11-04T23:14:49.409Z Compiling humantime v2.1.0
20362024-11-04T23:14:49.570Z Compiling newtype_derive v0.1.6
20372024-11-04T23:14:49.997Z Compiling highway v1.2.0
20382024-11-04T23:14:50.420Z Compiling home v0.5.9
20392024-11-04T23:14:50.677Z Compiling steno v0.4.1
20402024-11-04T23:14:51.073Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20412024-11-04T23:14:53.598Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20422024-11-04T23:14:54.374Z Compiling newtype-uuid v1.1.2
20432024-11-04T23:14:54.738Z Compiling tungstenite v0.21.0
20442024-11-04T23:14:55.419Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20452024-11-04T23:14:55.881Z Compiling ipnetwork v0.20.0
20462024-11-04T23:14:56.659Z Compiling instant v0.1.13
20472024-11-04T23:14:56.832Z Compiling slog-dtrace v0.3.0
20482024-11-04T23:14:57.267Z Compiling backoff v0.4.0
20492024-11-04T23:14:57.634Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20502024-11-04T23:14:58.336Z Compiling tokio-tungstenite v0.21.0
20512024-11-04T23:14:59.001Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20522024-11-04T23:14:59.356Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20532024-11-04T23:14:59.822Z Compiling parse-display v0.10.0
20542024-11-04T23:15:00.388Z Compiling strum v0.26.3
20552024-11-04T23:15:00.569Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20562024-11-04T23:15:00.759Z Compiling serde_with v3.11.0
20572024-11-04T23:15:00.902Z Compiling regress v0.9.1
20582024-11-04T23:15:02.225Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20592024-11-04T23:15:04.752Z Compiling macaddr v1.0.1
20602024-11-04T23:15:05.124Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20612024-11-04T23:15:06.852Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20622024-11-04T23:15:06.963Z Compiling display-error-chain v0.2.2
20632024-11-04T23:15:07.180Z Compiling arc-swap v1.7.1
20642024-11-04T23:15:07.906Z Compiling slog-scope v4.4.0
20652024-11-04T23:15:08.439Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20662024-11-04T23:15:08.755Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20672024-11-04T23:15:09.820Z Compiling half v2.4.1
20682024-11-04T23:15:10.559Z Compiling ciborium-io v0.2.2
20692024-11-04T23:15:10.709Z Compiling ciborium-ll v0.2.2
20702024-11-04T23:15:11.239Z Compiling slog-stdlog v4.1.1
20712024-11-04T23:15:12.046Z Compiling slog-envlogger v2.2.0
20722024-11-04T23:15:12.537Z Compiling ciborium v0.2.2
20732024-11-04T23:15:13.219Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20742024-11-04T23:15:14.626Z Compiling same-file v1.0.6
20752024-11-04T23:15:14.851Z Compiling fastrand v2.1.1
20762024-11-04T23:15:14.869Z Compiling walkdir v2.5.0
20772024-11-04T23:15:15.359Z Compiling tempfile v3.13.0
20782024-11-04T23:15:15.523Z Compiling blake3 v1.5.4
20792024-11-04T23:15:16.059Z Compiling ring v0.16.20
20802024-11-04T23:15:16.186Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20812024-11-04T23:15:19.584Z Compiling xattr v1.3.1
20822024-11-04T23:15:19.869Z Compiling filetime v0.2.25
20832024-11-04T23:15:20.197Z Compiling memmap2 v0.9.5
20842024-11-04T23:15:20.632Z Compiling constant_time_eq v0.3.1
20852024-11-04T23:15:20.796Z Compiling untrusted v0.7.1
20862024-11-04T23:15:21.005Z Compiling keccak v0.1.5
20872024-11-04T23:15:22.101Z Compiling arrayvec v0.7.6
20882024-11-04T23:15:22.550Z Compiling spin v0.5.2
20892024-11-04T23:15:22.939Z Compiling arrayref v0.3.9
20902024-11-04T23:15:24.069Z Compiling sha3 v0.10.8
20912024-11-04T23:15:24.268Z Compiling tar v0.4.42
20922024-11-04T23:15:24.973Z Compiling camino-tempfile v1.1.1
20932024-11-04T23:15:25.435Z Compiling toolchain_find v0.4.0
20942024-11-04T23:15:25.538Z Compiling nibble_vec v0.1.0
20952024-11-04T23:15:25.773Z Compiling radium v0.7.0
20962024-11-04T23:15:25.988Z Compiling topological-sort v0.2.2
20972024-11-04T23:15:26.215Z Compiling glob v0.3.1
20982024-11-04T23:15:26.218Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20992024-11-04T23:15:26.231Z Compiling endian-type v0.1.2
21002024-11-04T23:15:26.250Z Compiling crunchy v0.2.2
21012024-11-04T23:15:26.339Z Compiling maplit v1.0.2
21022024-11-04T23:15:26.507Z Compiling radix_trie v0.2.1
21032024-11-04T23:15:26.526Z Compiling omicron-zone-package v0.11.1
21042024-11-04T23:15:26.747Z Compiling rustfmt-wrapper v0.2.1
21052024-11-04T23:15:26.933Z Compiling clang-sys v1.8.1
21062024-11-04T23:15:27.315Z Compiling pem v3.0.4
21072024-11-04T23:15:27.392Z Compiling maybe-uninit v2.0.0
21082024-11-04T23:15:27.602Z Compiling tap v1.0.1
21092024-11-04T23:15:27.808Z Compiling tiny-keccak v2.0.2
21102024-11-04T23:15:27.922Z Compiling wyz v0.5.1
21112024-11-04T23:15:28.279Z Compiling dsl_auto_type v0.1.2
21122024-11-04T23:15:28.360Z Compiling scheduled-thread-pool v0.2.7
21132024-11-04T23:15:28.722Z Compiling secrecy v0.8.0
21142024-11-04T23:15:28.747Z Compiling diesel_table_macro_syntax v0.2.0
21152024-11-04T23:15:29.019Z Compiling packed_struct v0.10.1
21162024-11-04T23:15:29.129Z Compiling crc-catalog v2.4.0
21172024-11-04T23:15:29.301Z Compiling funty v2.0.0
21182024-11-04T23:15:29.488Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21192024-11-04T23:15:29.593Z Compiling diesel_derives v2.2.3
21202024-11-04T23:15:29.611Z Compiling crc v3.2.1
21212024-11-04T23:15:29.856Z Compiling r2d2 v0.8.10
21222024-11-04T23:15:30.614Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21232024-11-04T23:15:30.676Z Compiling bitvec v1.0.1
21242024-11-04T23:15:31.255Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21252024-11-04T23:15:31.618Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21262024-11-04T23:15:31.659Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21272024-11-04T23:15:31.780Z Compiling ascii-canvas v3.0.0
21282024-11-04T23:15:32.240Z Compiling universal-hash v0.5.1
21292024-11-04T23:15:32.483Z Compiling thiserror-impl-no-std v2.0.2
21302024-11-04T23:15:35.094Z Compiling packed_struct_codegen v0.10.1
21312024-11-04T23:15:35.293Z Compiling lzma-sys v0.1.20
21322024-11-04T23:15:35.976Z Compiling ena v0.14.3
21332024-11-04T23:15:36.421Z Compiling libloading v0.8.5
21342024-11-04T23:15:36.810Z Compiling indexmap v1.9.3
21352024-11-04T23:15:37.139Z Compiling regex-syntax v0.6.29
21362024-11-04T23:15:37.510Z Compiling bindgen v0.69.5
21372024-11-04T23:15:37.987Z Compiling opaque-debug v0.3.1
21382024-11-04T23:15:38.102Z Compiling nodrop v0.1.14
21392024-11-04T23:15:38.244Z Compiling diff v0.1.13
21402024-11-04T23:15:38.785Z Compiling array-init v0.0.4
21412024-11-04T23:15:40.108Z Compiling poly1305 v0.8.0
21422024-11-04T23:15:40.376Z Compiling diesel v2.2.4
21432024-11-04T23:15:41.626Z Compiling lalrpop v0.19.12
21442024-11-04T23:15:48.221Z Compiling thiserror-no-std v2.0.2
21452024-11-04T23:15:48.359Z Compiling smallvec v0.6.14
21462024-11-04T23:15:49.491Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21472024-11-04T23:15:50.544Z Compiling which v4.4.2
21482024-11-04T23:15:51.099Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21492024-11-04T23:15:51.414Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21502024-11-04T23:15:51.647Z Compiling chacha20 v0.9.1
21512024-11-04T23:15:52.145Z Compiling heck v0.3.3
21522024-11-04T23:15:52.518Z Compiling cexpr v0.6.0
21532024-11-04T23:15:54.042Z Compiling aead v0.5.2
21542024-11-04T23:15:54.404Z Compiling bitfield v0.14.0
21552024-11-04T23:15:54.724Z Compiling ref-cast v1.0.23
21562024-11-04T23:15:55.230Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21572024-11-04T23:15:55.548Z Compiling lazycell v1.3.0
21582024-11-04T23:15:55.737Z Compiling hashbrown v0.12.3
21592024-11-04T23:15:56.278Z Compiling rustc-hash v1.1.0
21602024-11-04T23:15:56.447Z Compiling termcolor v1.4.1
21612024-11-04T23:15:57.513Z Compiling env_logger v0.10.2
21622024-11-04T23:15:58.329Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21632024-11-04T23:16:00.664Z Compiling chacha20poly1305 v0.10.1
21642024-11-04T23:16:00.916Z Compiling zone_cfg_derive v0.1.2
21652024-11-04T23:16:02.454Z Compiling serde-hex v0.1.0
21662024-11-04T23:16:05.727Z Compiling polar-core v0.27.3
21672024-11-04T23:16:06.981Z Compiling vsss-rs v3.3.4
21682024-11-04T23:16:07.834Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21692024-11-04T23:16:08.156Z Compiling ron v0.8.1
21702024-11-04T23:16:11.227Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21712024-11-04T23:16:11.561Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21722024-11-04T23:16:11.684Z Compiling derive_builder_core v0.20.2
21732024-11-04T23:16:12.187Z Compiling hashbrown v0.13.2
21742024-11-04T23:16:13.583Z Compiling headers-core v0.3.0
21752024-11-04T23:16:13.759Z Compiling fxhash v0.2.1
21762024-11-04T23:16:13.777Z Compiling libxml v0.3.3
21772024-11-04T23:16:14.006Z Compiling ref-cast-impl v1.0.23
21782024-11-04T23:16:14.026Z Compiling crc-any v2.5.0
21792024-11-04T23:16:14.153Z Compiling base64 v0.13.1
21802024-11-04T23:16:14.901Z Compiling ron v0.7.1
21812024-11-04T23:16:15.017Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21822024-11-04T23:16:15.335Z Compiling derive_builder_macro v0.20.2
21832024-11-04T23:16:16.293Z Compiling headers v0.4.0
21842024-11-04T23:16:16.486Z Compiling object v0.30.4
21852024-11-04T23:16:19.915Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21862024-11-04T23:16:20.582Z Compiling samael v0.0.17
21872024-11-04T23:16:21.172Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21882024-11-04T23:16:22.160Z Compiling xz2 v0.1.7
21892024-11-04T23:16:22.777Z Compiling zone v0.1.8
21902024-11-04T23:16:28.984Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21912024-11-04T23:16:29.249Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21922024-11-04T23:16:30.173Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21932024-11-04T23:16:30.498Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21942024-11-04T23:16:30.516Z Compiling yasna v0.5.2
21952024-11-04T23:16:32.044Z Compiling phf_generator v0.11.2
21962024-11-04T23:16:32.116Z Compiling strum_macros v0.24.3
21972024-11-04T23:16:32.236Z Compiling kstat-rs v0.2.4
21982024-11-04T23:16:33.132Z Compiling async-recursion v1.1.1
21992024-11-04T23:16:33.864Z Compiling unicase v2.7.0
22002024-11-04T23:16:34.052Z Compiling path-slash v0.1.5
22012024-11-04T23:16:34.199Z Compiling indoc v1.0.9
22022024-11-04T23:16:34.307Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
22032024-11-04T23:16:34.570Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22042024-11-04T23:16:35.051Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
22052024-11-04T23:16:35.325Z Compiling phf_codegen v0.11.2
22062024-11-04T23:16:35.545Z Compiling rcgen v0.12.1
22072024-11-04T23:16:35.782Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
22082024-11-04T23:16:47.238Z Compiling derive_builder v0.20.2
22092024-11-04T23:16:49.759Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
22102024-11-04T23:16:50.303Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
22112024-11-04T23:16:50.627Z Compiling http v0.2.12
22122024-11-04T23:16:52.205Z Compiling oso-derive v0.27.3
22132024-11-04T23:16:53.172Z Compiling impl-trait-for-tuples v0.2.2
22142024-11-04T23:16:54.402Z Compiling parse-zoneinfo v0.3.1
22152024-11-04T23:16:55.211Z Compiling libz-sys v1.1.20
22162024-11-04T23:16:55.432Z Compiling quick-xml v0.33.0
22172024-11-04T23:16:55.875Z Compiling subprocess v0.2.9
22182024-11-04T23:16:55.940Z Compiling diesel-dtrace v0.3.0
22192024-11-04T23:16:56.271Z Compiling parking_lot_core v0.8.6
22202024-11-04T23:16:56.719Z Compiling cfg_aliases v0.1.1
22212024-11-04T23:16:56.840Z Compiling nix v0.28.0
22222024-11-04T23:16:57.618Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22232024-11-04T23:16:59.408Z Compiling oso v0.27.3
22242024-11-04T23:17:00.723Z Compiling chrono-tz-build v0.4.0
22252024-11-04T23:17:01.892Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22262024-11-04T23:17:03.343Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22272024-11-04T23:17:05.527Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22282024-11-04T23:17:08.559Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22292024-11-04T23:17:08.579Z Compiling bb8 v0.8.5
22302024-11-04T23:17:08.888Z Compiling const_format_proc_macros v0.2.33
22312024-11-04T23:17:09.226Z Compiling vte_generate_state_changes v0.1.2
22322024-11-04T23:17:09.859Z Compiling buf-list v1.0.3
22332024-11-04T23:17:10.571Z Compiling vte v0.11.1
22342024-11-04T23:17:10.695Z Compiling const_format v0.2.33
22352024-11-04T23:17:11.929Z Compiling async-bb8-diesel v0.2.1
22362024-11-04T23:17:12.100Z Compiling chrono-tz v0.10.0
22372024-11-04T23:17:13.273Z Compiling http-body v0.4.6
22382024-11-04T23:17:13.595Z Compiling h2 v0.3.26
22392024-11-04T23:17:14.042Z Compiling fd-lock v4.0.2
22402024-11-04T23:17:14.289Z Compiling libgit2-sys v0.17.0+1.8.1
22412024-11-04T23:17:15.068Z Compiling pin-project-internal v1.1.6
22422024-11-04T23:17:16.695Z Compiling atty v0.2.14
22432024-11-04T23:17:16.868Z Compiling bytecount v0.6.8
22442024-11-04T23:17:17.188Z Compiling salty v0.3.0
22452024-11-04T23:17:17.655Z Compiling papergrid v0.11.0
22462024-11-04T23:17:17.723Z Compiling pin-project v1.1.6
22472024-11-04T23:17:30.317Z Compiling hyper v0.14.30
22482024-11-04T23:17:38.751Z Compiling parking_lot v0.11.2
22492024-11-04T23:17:40.400Z Compiling strip-ansi-escapes v0.2.0
22502024-11-04T23:17:41.261Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22512024-11-04T23:17:41.592Z Compiling tabled_derive v0.7.0
22522024-11-04T23:17:43.652Z Compiling peg-macros v0.8.4
22532024-11-04T23:17:44.614Z Compiling snafu-derive v0.8.5
22542024-11-04T23:17:46.150Z Compiling sqlparser_derive v0.2.2
22552024-11-04T23:17:47.046Z Compiling simd-adler32 v0.3.7
22562024-11-04T23:17:47.150Z Compiling lockfree-object-pool v0.1.6
22572024-11-04T23:17:47.471Z Compiling bumpalo v3.16.0
22582024-11-04T23:17:48.049Z Compiling unicode_categories v0.1.1
22592024-11-04T23:17:48.266Z Compiling sync_wrapper v0.1.2
22602024-11-04T23:17:48.397Z Compiling zip v2.1.3
22612024-11-04T23:17:48.418Z Compiling nu-ansi-term v0.50.1
22622024-11-04T23:17:48.757Z Compiling reqwest v0.11.27
22632024-11-04T23:17:49.020Z Compiling snafu v0.8.5
22642024-11-04T23:17:49.294Z Compiling reedline v0.35.0
22652024-11-04T23:17:49.611Z Compiling sqlformat v0.2.6
22662024-11-04T23:17:49.800Z Compiling zopfli v0.8.1
22672024-11-04T23:17:50.007Z Compiling sqlparser v0.45.0
22682024-11-04T23:17:50.351Z Compiling rustyline v14.0.0
22692024-11-04T23:17:53.908Z Compiling peg v0.8.4
22702024-11-04T23:17:54.029Z Compiling tabled v0.15.0
22712024-11-04T23:18:02.533Z Compiling sled v0.34.7
22722024-11-04T23:18:12.804Z Compiling mime_guess v2.0.5
22732024-11-04T23:18:14.342Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22742024-11-04T23:18:15.416Z Compiling hickory-client v0.24.1
22752024-11-04T23:18:16.518Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22762024-11-04T23:18:20.812Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22772024-11-04T23:18:22.436Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22782024-11-04T23:18:26.930Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22792024-11-04T23:18:27.435Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22802024-11-04T23:18:28.966Z Compiling globset v0.4.15
22812024-11-04T23:18:35.762Z Compiling hickory-server v0.24.1
22822024-11-04T23:18:36.255Z Compiling primeorder v0.13.6
22832024-11-04T23:18:36.349Z Compiling olpc-cjson v0.1.4
22842024-11-04T23:18:36.660Z Compiling vergen v8.3.2
22852024-11-04T23:18:36.698Z Compiling bcs v0.1.6
22862024-11-04T23:18:36.850Z Compiling env_filter v0.1.2
22872024-11-04T23:18:36.993Z Compiling cargo-platform v0.1.8
22882024-11-04T23:18:37.511Z Compiling serde_plain v1.0.2
22892024-11-04T23:18:37.592Z Compiling nanorand v0.7.0
22902024-11-04T23:18:38.053Z Compiling displaydoc v0.2.5
22912024-11-04T23:18:38.284Z Compiling memoffset v0.9.1
22922024-11-04T23:18:38.405Z Compiling typed-path v0.7.1
22932024-11-04T23:18:38.791Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22942024-11-04T23:18:43.216Z Compiling tough v0.17.1
22952024-11-04T23:18:43.556Z Compiling flume v0.11.0
22962024-11-04T23:18:44.302Z Compiling cargo_metadata v0.18.1
22972024-11-04T23:18:44.948Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22982024-11-04T23:18:47.545Z Compiling env_logger v0.11.5
22992024-11-04T23:18:47.745Z Compiling p384 v0.13.0
23002024-11-04T23:18:49.002Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
23012024-11-04T23:18:52.120Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23022024-11-04T23:18:55.355Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23032024-11-04T23:18:56.626Z Compiling git2 v0.19.0
23042024-11-04T23:18:58.694Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
23052024-11-04T23:19:02.471Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23062024-11-04T23:19:03.554Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23072024-11-04T23:19:05.531Z Compiling rand_seeder v0.3.0
23082024-11-04T23:19:05.809Z Compiling libsqlite3-sys v0.30.1
23092024-11-04T23:19:05.828Z Compiling parse-size v1.1.0
23102024-11-04T23:19:05.966Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
23112024-11-04T23:19:06.137Z Compiling cfg_aliases v0.2.1
23122024-11-04T23:19:06.265Z Compiling rustls v0.21.12
23132024-11-04T23:19:06.344Z Compiling nix v0.29.0
23142024-11-04T23:19:06.365Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23152024-11-04T23:19:06.382Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23162024-11-04T23:19:06.620Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23172024-11-04T23:19:08.251Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23182024-11-04T23:19:08.271Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23192024-11-04T23:19:08.936Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23202024-11-04T23:19:09.002Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23212024-11-04T23:19:09.247Z Compiling sct v0.7.1
23222024-11-04T23:19:09.702Z Compiling rustls-webpki v0.101.7
23232024-11-04T23:19:12.980Z Compiling castaway v0.2.3
23242024-11-04T23:19:13.189Z Compiling csv-core v0.1.11
23252024-11-04T23:19:13.218Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23262024-11-04T23:19:13.566Z Compiling http-range v0.1.5
23272024-11-04T23:19:14.023Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23282024-11-04T23:19:14.109Z Compiling hyper-staticfile v0.10.1
23292024-11-04T23:19:15.711Z Compiling csv v1.3.0
23302024-11-04T23:19:17.140Z Compiling compact_str v0.8.0
23312024-11-04T23:19:18.191Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23322024-11-04T23:19:19.842Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23332024-11-04T23:19:20.939Z Compiling nix v0.27.1
23342024-11-04T23:19:23.813Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23352024-11-04T23:19:24.990Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23362024-11-04T23:19:27.019Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23372024-11-04T23:19:33.293Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23382024-11-04T23:19:36.165Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23392024-11-04T23:19:39.924Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23402024-11-04T23:19:40.289Z Compiling unicode-truncate v1.1.0
23412024-11-04T23:19:40.560Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23422024-11-04T23:19:40.883Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23432024-11-04T23:19:41.218Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23442024-11-04T23:19:43.033Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23452024-11-04T23:19:43.120Z Compiling hashlink v0.9.1
23462024-11-04T23:19:43.530Z Compiling tungstenite v0.23.0
23472024-11-04T23:19:43.970Z Compiling lru v0.12.5
23482024-11-04T23:19:44.354Z Compiling instability v0.3.2
23492024-11-04T23:19:45.378Z Compiling fallible-streaming-iterator v0.1.9
23502024-11-04T23:19:45.685Z Compiling fallible-iterator v0.3.0
23512024-11-04T23:19:45.840Z Compiling cassowary v0.3.0
23522024-11-04T23:19:46.496Z Compiling rusqlite v0.32.1
23532024-11-04T23:19:48.821Z Compiling ratatui v0.28.1
23542024-11-04T23:19:49.133Z Compiling tokio-tungstenite v0.23.1
23552024-11-04T23:19:49.509Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23562024-11-04T23:19:51.745Z Compiling tokio-rustls v0.24.1
23572024-11-04T23:19:52.218Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23582024-11-04T23:20:08.144Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23592024-11-04T23:20:10.138Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23602024-11-04T23:20:11.343Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23612024-11-04T23:20:11.846Z Compiling rustls-pemfile v1.0.4
23622024-11-04T23:20:12.422Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23632024-11-04T23:20:12.616Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23642024-11-04T23:20:12.755Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23652024-11-04T23:20:12.936Z Compiling signal-hook-tokio v0.3.1
23662024-11-04T23:20:13.170Z Compiling twox-hash v1.6.3
23672024-11-04T23:20:13.610Z Compiling smawk v0.3.2
23682024-11-04T23:20:13.872Z Compiling is_ci v1.2.0
23692024-11-04T23:20:14.184Z Compiling unicode-linebreak v0.1.5
23702024-11-04T23:20:14.212Z Compiling supports-color v3.0.1
23712024-11-04T23:20:14.651Z Compiling textwrap v0.16.1
23722024-11-04T23:20:18.266Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23732024-11-04T23:20:24.491Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23742024-11-04T23:20:26.891Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23752024-11-04T23:20:26.958Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23762024-11-04T23:20:31.806Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23772024-11-04T23:20:38.135Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23782024-11-04T23:20:38.741Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23792024-11-04T23:20:45.177Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23802024-11-04T23:20:52.072Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23812024-11-04T23:20:52.412Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23822024-11-04T23:20:57.538Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23832024-11-04T23:20:57.967Z Compiling fatfs v0.3.6
23842024-11-04T23:20:59.076Z Compiling rtoolbox v0.0.2
23852024-11-04T23:20:59.531Z Compiling assert_matches v1.5.0
23862024-11-04T23:21:00.840Z Compiling rpassword v7.3.1
23872024-11-04T23:21:01.308Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23882024-11-04T23:21:06.923Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23892024-11-04T23:21:12.201Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23902024-11-04T23:21:19.274Z Compiling tui-tree-widget v0.22.0
23912024-11-04T23:21:19.730Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23922024-11-04T23:21:23.245Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23932024-11-04T23:21:31.570Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23942024-11-04T23:21:31.895Z Compiling uzers v0.12.1
23952024-11-04T23:21:35.046Z Compiling shell-words v1.1.0
23962024-11-04T23:21:35.553Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23972024-11-04T23:21:36.765Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23982024-11-04T23:21:38.784Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23992024-11-04T23:22:04.039Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
24002024-11-04T23:22:09.108Z Compiling multimap v0.10.0
24012024-11-04T23:24:13.525Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
24022024-11-04T23:24:30.308Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032024-11-04T23:33:03.713Z Finished `release` profile [optimized] target(s) in 18m 20s
24042024-11-04T23:34:02.907Z
24052024-11-04T23:34:02.910Zreal 19:20.720578497
24062024-11-04T23:34:02.910Zuser 2:06:35.855679895
24072024-11-04T23:34:02.910Zsys 5:54.147614204
24082024-11-04T23:34:02.910Ztrap 2.951980532
24092024-11-04T23:34:02.910Ztflt 3.095204115
24102024-11-04T23:34:02.910Zdflt 4.999152082
24112024-11-04T23:34:02.910Zkflt 0.002064900
24122024-11-04T23:34:02.910Zlock 7:36:35.649373356
24132024-11-04T23:34:02.910Zslp 6:17:01.994778699
24142024-11-04T23:34:02.910Zlat 3:01.266350667
24152024-11-04T23:34:02.911Zstop 2:42.381903179
24162024-11-04T23:34:02.911Z+ mapfile -t packages
24172024-11-04T23:34:02.911Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24182024-11-04T23:34:03.880Z Finished `release` profile [optimized] target(s) in 0.92s
24192024-11-04T23:34:03.935Z Running `target/release/omicron-package -t test list-outputs`
24202024-11-04T23:34:03.974ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212024-11-04T23:34:03.977Z+ ptime -m cargo build --locked --release -p xtask
24222024-11-04T23:34:04.517Z Compiling serde v1.0.210
24232024-11-04T23:34:04.520Z Compiling rustix v0.38.37
24242024-11-04T23:34:04.520Z Compiling libc v0.2.161
24252024-11-04T23:34:04.520Z Compiling serde_json v1.0.128
24262024-11-04T23:34:04.605Z Compiling syn v2.0.79
24272024-11-04T23:34:04.629Z Compiling bitflags v2.6.0
24282024-11-04T23:34:04.921Z Compiling usdt-impl v0.5.0
24292024-11-04T23:34:04.969Z Compiling syn v1.0.109
24302024-11-04T23:34:05.101Z Compiling log v0.4.22
24312024-11-04T23:34:05.121Z Compiling hashbrown v0.15.0
24322024-11-04T23:34:05.149Z Compiling fs-err v2.11.0
24332024-11-04T23:34:05.468Z Compiling anyhow v1.0.92
24342024-11-04T23:34:05.562Z Compiling once_cell v1.20.2
24352024-11-04T23:34:06.040Z Compiling thread-id v4.2.2
24362024-11-04T23:34:06.440Z Compiling indexmap v2.6.0
24372024-11-04T23:34:07.566Z Compiling terminal_size v0.4.0
24382024-11-04T23:34:07.566Z Compiling tempfile v3.13.0
24392024-11-04T23:34:07.811Z Compiling clap_builder v4.5.20
24402024-11-04T23:34:08.271Z Compiling proc-macro-error v1.0.4
24412024-11-04T23:34:09.483Z Compiling tabled_derive v0.7.0
24422024-11-04T23:34:10.751Z Compiling tabled v0.15.0
24432024-11-04T23:34:12.013Z Compiling serde_derive v1.0.210
24442024-11-04T23:34:14.002Z Compiling thiserror-impl v1.0.64
24452024-11-04T23:34:14.157Z Compiling zerocopy-derive v0.7.35
24462024-11-04T23:34:16.113Z Compiling zerocopy v0.7.35
24472024-11-04T23:34:16.666Z Compiling thiserror v1.0.64
24482024-11-04T23:34:16.812Z Compiling pest v2.7.14
24492024-11-04T23:34:16.931Z Compiling scroll_derive v0.12.0
24502024-11-04T23:34:18.301Z Compiling scroll v0.12.0
24512024-11-04T23:34:18.980Z Compiling goblin v0.8.2
24522024-11-04T23:34:19.782Z Compiling pest_meta v2.7.14
24532024-11-04T23:34:21.652Z Compiling pest_generator v2.7.14
24542024-11-04T23:34:23.635Z Compiling pest_derive v2.7.14
24552024-11-04T23:34:24.404Z Compiling dtrace-parser v0.2.0
24562024-11-04T23:34:26.097Z Compiling toml_datetime v0.6.8
24572024-11-04T23:34:26.832Z Compiling serde_spanned v0.6.8
24582024-11-04T23:34:28.868Z Compiling dof v0.3.0
24592024-11-04T23:34:29.748Z Compiling serde_tokenstream v0.2.2
24602024-11-04T23:34:30.347Z Compiling toml_edit v0.22.22
24612024-11-04T23:34:31.426Z Compiling camino v1.1.9
24622024-11-04T23:34:31.793Z Compiling cargo-platform v0.1.8
24632024-11-04T23:34:32.793Z Compiling semver v1.0.23
24642024-11-04T23:34:32.919Z Compiling clap_derive v4.5.18
24652024-11-04T23:34:33.609Z Compiling usdt-attr-macro v0.5.0
24662024-11-04T23:34:34.271Z Compiling toml v0.8.19
24672024-11-04T23:34:34.835Z Compiling usdt-macro v0.5.0
24682024-11-04T23:34:34.983Z Compiling cargo_metadata v0.18.1
24692024-11-04T23:34:36.016Z Compiling usdt v0.5.0
24702024-11-04T23:34:37.205Z Compiling clap v4.5.20
24712024-11-04T23:34:37.339Z Compiling cargo_toml v0.20.5
24722024-11-04T23:34:37.397Z Compiling camino-tempfile v1.1.1
24732024-11-04T23:34:37.685Z Compiling macaddr v1.0.1
24742024-11-04T23:34:48.933Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24752024-11-04T23:35:00.498Z Finished `release` profile [optimized] target(s) in 56.46s
24762024-11-04T23:35:00.597Z
24772024-11-04T23:35:00.597Zreal 56.589870148
24782024-11-04T23:35:00.597Zuser 5:40.131941781
24792024-11-04T23:35:00.597Zsys 30.613682300
24802024-11-04T23:35:00.597Ztrap 0.147012663
24812024-11-04T23:35:00.597Ztflt 0.273405485
24822024-11-04T23:35:00.597Zdflt 0.540049887
24832024-11-04T23:35:00.597Zkflt 0.000000000
24842024-11-04T23:35:00.597Zlock 10:41.474765797
24852024-11-04T23:35:00.597Zslp 15:45.415849216
24862024-11-04T23:35:00.600Zlat 12.195113777
24872024-11-04T23:35:00.600Zstop 12.860050783
24882024-11-04T23:35:00.600Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24892024-11-04T23:35:00.600Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24902024-11-04T23:35:00.600Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24912024-11-04T23:35:00.600Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24922024-11-04T23:35:00.600Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24932024-11-04T23:35:01.447Z Compiling hashbrown v0.14.5
24942024-11-04T23:35:01.569Z Compiling unsafe-libyaml v0.2.11
24952024-11-04T23:35:01.582Z Compiling progenitor-client v0.8.0
24962024-11-04T23:35:01.582Z Compiling ident_case v1.0.1
24972024-11-04T23:35:01.585Z Compiling ipnetwork v0.20.0
24982024-11-04T23:35:01.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24992024-11-04T23:35:01.585Z Compiling instant v0.1.13
25002024-11-04T23:35:01.585Z Compiling structmeta-derive v0.3.0
25012024-11-04T23:35:01.738Z Compiling newtype-uuid v1.1.2
25022024-11-04T23:35:01.798Z Compiling darling_core v0.20.10
25032024-11-04T23:35:01.998Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
25042024-11-04T23:35:02.055Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25052024-11-04T23:35:02.366Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25062024-11-04T23:35:02.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072024-11-04T23:35:02.720Z Compiling backoff v0.4.0
25082024-11-04T23:35:02.737Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
25092024-11-04T23:35:02.838Z Compiling regress v0.10.1
25102024-11-04T23:35:02.896Z Compiling serde_yaml v0.9.34+deprecated
25112024-11-04T23:35:02.933Z Compiling regress v0.9.1
25122024-11-04T23:35:03.060Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132024-11-04T23:35:03.248Z Compiling macaddr v1.0.1
25142024-11-04T23:35:03.279Z Compiling tempfile v3.13.0
25152024-11-04T23:35:03.493Z Compiling proc-macro-crate v1.3.1
25162024-11-04T23:35:03.684Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25172024-11-04T23:35:04.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25182024-11-04T23:35:04.108Z Compiling foreign-types-macros v0.2.3
25192024-11-04T23:35:04.433Z Compiling heapless v0.8.0
25202024-11-04T23:35:04.450Z Compiling structmeta v0.3.0
25212024-11-04T23:35:04.580Z Compiling num_enum_derive v0.5.11
25222024-11-04T23:35:04.883Z Compiling parse-display-derive v0.10.0
25232024-11-04T23:35:05.051Z Compiling foreign-types-shared v0.3.1
25242024-11-04T23:35:05.392Z Compiling foreign-types v0.5.0
25252024-11-04T23:35:05.518Z Compiling proc-macro-error v1.0.4
25262024-11-04T23:35:05.858Z Compiling camino-tempfile v1.1.1
25272024-11-04T23:35:06.177Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25282024-11-04T23:35:06.333Z Compiling hash32 v0.3.1
25292024-11-04T23:35:06.583Z Compiling typify-impl v0.2.0
25302024-11-04T23:35:06.858Z Compiling cstr-argument v0.1.2
25312024-11-04T23:35:07.040Z Compiling pretty-hex v0.2.1
25322024-11-04T23:35:07.078Z Compiling num_enum v0.5.11
25332024-11-04T23:35:07.125Z Compiling crucible-workspace-hack v0.1.0
25342024-11-04T23:35:07.234Z Compiling smoltcp v0.11.0
25352024-11-04T23:35:07.248Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25362024-11-04T23:35:07.449Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25372024-11-04T23:35:07.624Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25382024-11-04T23:35:07.765Z Compiling tabwriter v1.4.0
25392024-11-04T23:35:07.967Z Compiling colored v2.1.0
25402024-11-04T23:35:08.012Z Compiling cobs v0.2.3
25412024-11-04T23:35:08.263Z Compiling postcard v1.0.10
25422024-11-04T23:35:08.290Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25432024-11-04T23:35:08.308Z Compiling darling_macro v0.20.10
25442024-11-04T23:35:08.326Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25452024-11-04T23:35:08.502Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25462024-11-04T23:35:08.660Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25472024-11-04T23:35:08.744Z Compiling smf v0.2.3
25482024-11-04T23:35:08.884Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25492024-11-04T23:35:09.181Z Compiling parse-display v0.10.0
25502024-11-04T23:35:09.212Z Compiling zone_cfg_derive v0.3.0
25512024-11-04T23:35:09.233Z Compiling darling v0.20.10
25522024-11-04T23:35:09.364Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25532024-11-04T23:35:09.424Z Compiling serde_with_macros v3.11.0
25542024-11-04T23:35:09.892Z Compiling num-derive v0.4.2
25552024-11-04T23:35:09.941Z Compiling sigpipe v0.1.3
25562024-11-04T23:35:10.071Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25572024-11-04T23:35:10.189Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25582024-11-04T23:35:10.403Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25592024-11-04T23:35:10.720Z Compiling zone v0.3.0
25602024-11-04T23:35:10.870Z Compiling universal-hash v0.5.1
25612024-11-04T23:35:11.075Z Compiling opaque-debug v0.3.1
25622024-11-04T23:35:11.182Z Compiling num-rational v0.4.2
25632024-11-04T23:35:11.259Z Compiling password-hash v0.5.0
25642024-11-04T23:35:12.159Z Compiling serde_with v3.11.0
25652024-11-04T23:35:12.221Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25662024-11-04T23:35:12.239Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25672024-11-04T23:35:12.310Z Compiling blake2 v0.10.6
25682024-11-04T23:35:12.831Z Compiling num-complex v0.4.6
25692024-11-04T23:35:12.981Z Compiling aead v0.5.2
25702024-11-04T23:35:13.155Z Compiling keccak v0.1.5
25712024-11-04T23:35:13.385Z Compiling convert_case v0.4.0
25722024-11-04T23:35:13.546Z Compiling sha3 v0.10.8
25732024-11-04T23:35:13.898Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25742024-11-04T23:35:13.916Z Compiling num v0.4.3
25752024-11-04T23:35:14.035Z Compiling argon2 v0.5.3
25762024-11-04T23:35:14.264Z Compiling poly1305 v0.8.0
25772024-11-04T23:35:14.285Z Compiling tungstenite v0.21.0
25782024-11-04T23:35:14.303Z Compiling derive_more v0.99.18
25792024-11-04T23:35:14.605Z Compiling chacha20 v0.9.1
25802024-11-04T23:35:15.107Z Compiling base64 v0.21.7
25812024-11-04T23:35:15.877Z Compiling float-ord v0.3.2
25822024-11-04T23:35:16.032Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25832024-11-04T23:35:16.070Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25842024-11-04T23:35:16.168Z Compiling tokio-tungstenite v0.21.0
25852024-11-04T23:35:16.196Z Compiling same-file v1.0.6
25862024-11-04T23:35:16.436Z Compiling semver v0.1.20
25872024-11-04T23:35:16.498Z Compiling walkdir v2.5.0
25882024-11-04T23:35:16.517Z Compiling newline-converter v0.3.0
25892024-11-04T23:35:16.691Z Compiling primeorder v0.13.6
25902024-11-04T23:35:16.744Z Compiling secrecy v0.8.0
25912024-11-04T23:35:16.887Z Compiling rustc_version v0.1.7
25922024-11-04T23:35:17.022Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25932024-11-04T23:35:17.083Z Compiling prettyplease v0.2.22
25942024-11-04T23:35:17.218Z Compiling cancel-safe-futures v0.1.5
25952024-11-04T23:35:17.235Z Compiling home v0.5.9
25962024-11-04T23:35:17.343Z Compiling owo-colors v4.1.0
25972024-11-04T23:35:17.381Z Compiling newtype_derive v0.1.6
25982024-11-04T23:35:17.452Z Compiling expectorate v1.1.0
25992024-11-04T23:35:17.500Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26002024-11-04T23:35:17.614Z Compiling thiserror-impl-no-std v2.0.2
26012024-11-04T23:35:17.640Z Compiling blake3 v1.5.4
26022024-11-04T23:35:17.683Z Compiling ring v0.16.20
26032024-11-04T23:35:17.686Z Compiling unicase v2.7.0
26042024-11-04T23:35:17.809Z Compiling half v2.4.1
26052024-11-04T23:35:17.875Z Compiling ciborium-io v0.2.2
26062024-11-04T23:35:18.018Z Compiling arc-swap v1.7.1
26072024-11-04T23:35:18.250Z Compiling ciborium-ll v0.2.2
26082024-11-04T23:35:18.353Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26092024-11-04T23:35:18.655Z Compiling slog-scope v4.4.0
26102024-11-04T23:35:19.128Z Compiling polyval v0.6.2
26112024-11-04T23:35:19.366Z Compiling atomicwrites v0.4.4
26122024-11-04T23:35:19.607Z Compiling libsw v3.3.1
26132024-11-04T23:35:19.750Z Compiling memmap2 v0.9.5
26142024-11-04T23:35:19.949Z Compiling salty v0.3.0
26152024-11-04T23:35:20.229Z Compiling arrayref v0.3.9
26162024-11-04T23:35:20.349Z Compiling parking_lot_core v0.8.6
26172024-11-04T23:35:20.383Z Compiling constant_time_eq v0.3.1
26182024-11-04T23:35:20.579Z Compiling linear-map v1.2.0
26192024-11-04T23:35:20.612Z Compiling thiserror-no-std v2.0.2
26202024-11-04T23:35:20.735Z Compiling indent_write v2.2.0
26212024-11-04T23:35:20.844Z Compiling spin v0.5.2
26222024-11-04T23:35:20.949Z Compiling libefi-sys v0.1.0
26232024-11-04T23:35:20.952Z Compiling untrusted v0.7.1
26242024-11-04T23:35:20.981Z Compiling arrayvec v0.7.6
26252024-11-04T23:35:21.085Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26262024-11-04T23:35:21.193Z Compiling vsss-rs v3.3.4
26272024-11-04T23:35:21.295Z Compiling ghash v0.5.1
26282024-11-04T23:35:21.483Z Compiling slog-stdlog v4.1.1
26292024-11-04T23:35:21.655Z Compiling ciborium v0.2.2
26302024-11-04T23:35:22.267Z Compiling toolchain_find v0.4.0
26312024-11-04T23:35:22.285Z Compiling p384 v0.13.0
26322024-11-04T23:35:22.615Z Compiling chacha20poly1305 v0.10.1
26332024-11-04T23:35:22.728Z Compiling typify-macro v0.2.0
26342024-11-04T23:35:22.864Z Compiling itertools v0.13.0
26352024-11-04T23:35:22.950Z Compiling lzma-sys v0.1.20
26362024-11-04T23:35:23.074Z Compiling ctr v0.9.2
26372024-11-04T23:35:23.431Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26382024-11-04T23:35:23.756Z Compiling bitfield-struct v0.6.2
26392024-11-04T23:35:23.804Z Compiling slog-dtrace v0.3.0
26402024-11-04T23:35:23.856Z Compiling highway v1.2.0
26412024-11-04T23:35:24.135Z Compiling topological-sort v0.2.2
26422024-11-04T23:35:24.399Z Compiling omicron-zone-package v0.11.1
26432024-11-04T23:35:24.991Z Compiling aes-gcm v0.10.3
26442024-11-04T23:35:25.023Z Compiling rustfmt-wrapper v0.2.1
26452024-11-04T23:35:25.041Z Compiling mime_guess v2.0.5
26462024-11-04T23:35:25.235Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26472024-11-04T23:35:25.300Z Compiling slog-envlogger v2.2.0
26482024-11-04T23:35:25.615Z Compiling steno v0.4.1
26492024-11-04T23:35:26.100Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26502024-11-04T23:35:26.283Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26512024-11-04T23:35:26.419Z Compiling heck v0.3.3
26522024-11-04T23:35:26.700Z Compiling ssh-encoding v0.2.0
26532024-11-04T23:35:26.754Z Compiling blowfish v0.9.1
26542024-11-04T23:35:26.772Z Compiling nibble_vec v0.1.0
26552024-11-04T23:35:26.822Z Compiling env_filter v0.1.2
26562024-11-04T23:35:26.982Z Compiling humantime v2.1.0
26572024-11-04T23:35:27.043Z Compiling typify v0.2.0
26582024-11-04T23:35:27.170Z Compiling progenitor-impl v0.8.0
26592024-11-04T23:35:27.196Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26602024-11-04T23:35:27.199Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26612024-11-04T23:35:27.337Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26622024-11-04T23:35:27.383Z Compiling endian-type v0.1.2
26632024-11-04T23:35:27.510Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26642024-11-04T23:35:27.526Z Compiling env_logger v0.11.5
26652024-11-04T23:35:27.542Z Compiling ssh-cipher v0.2.0
26662024-11-04T23:35:27.612Z Compiling radix_trie v0.2.1
26672024-11-04T23:35:27.664Z Compiling bcrypt-pbkdf v0.10.0
26682024-11-04T23:35:28.217Z Compiling zone_cfg_derive v0.1.2
26692024-11-04T23:35:28.295Z Compiling parking_lot v0.11.2
26702024-11-04T23:35:28.468Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26712024-11-04T23:35:28.824Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26722024-11-04T23:35:29.123Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26732024-11-04T23:35:29.196Z Compiling gethostname v0.5.0
26742024-11-04T23:35:29.447Z Compiling password-hash v0.4.2
26752024-11-04T23:35:29.555Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26762024-11-04T23:35:29.737Z Compiling fxhash v0.2.1
26772024-11-04T23:35:29.778Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26782024-11-04T23:35:29.797Z Compiling base64 v0.13.1
26792024-11-04T23:35:29.973Z Compiling matches v0.1.10
26802024-11-04T23:35:30.082Z Compiling idna v0.2.3
26812024-11-04T23:35:30.127Z Compiling pbkdf2 v0.11.0
26822024-11-04T23:35:30.227Z Compiling ron v0.7.1
26832024-11-04T23:35:30.361Z Compiling sled v0.34.7
26842024-11-04T23:35:30.399Z Compiling zone v0.1.8
26852024-11-04T23:35:30.490Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26862024-11-04T23:35:30.617Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26872024-11-04T23:35:31.364Z Compiling xz2 v0.1.7
26882024-11-04T23:35:31.683Z Compiling hickory-client v0.24.1
26892024-11-04T23:35:31.854Z Compiling ssh-key v0.6.6
26902024-11-04T23:35:32.534Z Compiling p256 v0.13.2
26912024-11-04T23:35:32.635Z Compiling p521 v0.13.3
26922024-11-04T23:35:32.855Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26932024-11-04T23:35:33.115Z Compiling hickory-server v0.24.1
26942024-11-04T23:35:33.347Z Compiling enum-as-inner v0.5.1
26952024-11-04T23:35:33.996Z Compiling pem v3.0.4
26962024-11-04T23:35:34.397Z Compiling yasna v0.5.2
26972024-11-04T23:35:34.845Z Compiling headers-core v0.3.0
26982024-11-04T23:35:34.985Z Compiling kstat-rs v0.2.4
26992024-11-04T23:35:35.018Z Compiling nanorand v0.7.0
27002024-11-04T23:35:35.035Z Compiling progenitor-macro v0.8.0
27012024-11-04T23:35:35.596Z Compiling russh-cryptovec v0.7.3
27022024-11-04T23:35:35.621Z Compiling atty v0.2.14
27032024-11-04T23:35:35.764Z Compiling http-range v0.1.5
27042024-11-04T23:35:35.942Z Compiling glob v0.3.1
27052024-11-04T23:35:36.093Z Compiling md5 v0.7.0
27062024-11-04T23:35:36.132Z Compiling hyper-staticfile v0.10.1
27072024-11-04T23:35:36.424Z Compiling russh-keys v0.45.0
27082024-11-04T23:35:36.498Z Compiling rcgen v0.12.1
27092024-11-04T23:35:36.590Z Compiling flume v0.11.0
27102024-11-04T23:35:36.911Z Compiling headers v0.4.0
27112024-11-04T23:35:37.274Z Compiling trust-dns-proto v0.22.0
27122024-11-04T23:35:37.317Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27132024-11-04T23:35:38.856Z Compiling num-bigint v0.4.6
27142024-11-04T23:35:38.859Z Compiling des v0.8.1
27152024-11-04T23:35:39.232Z Compiling subprocess v0.2.9
27162024-11-04T23:35:39.994Z Compiling display-error-chain v0.2.2
27172024-11-04T23:35:40.216Z Compiling dhcproto-macros v0.1.0
27182024-11-04T23:35:40.556Z Compiling hex-literal v0.4.1
27192024-11-04T23:35:40.728Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27202024-11-04T23:35:40.970Z Compiling internet-checksum v0.2.1
27212024-11-04T23:35:41.658Z Compiling dhcproto v0.12.0
27222024-11-04T23:35:41.754Z Compiling russh v0.45.0
27232024-11-04T23:35:46.366Z Compiling progenitor v0.8.0
27242024-11-04T23:35:46.493Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27252024-11-04T23:35:46.496Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27262024-11-04T23:35:46.496Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27272024-11-04T23:35:46.496Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27282024-11-04T23:35:46.496Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27292024-11-04T23:35:46.570Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27302024-11-04T23:35:46.887Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27312024-11-04T23:35:48.030Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27322024-11-04T23:35:48.144Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332024-11-04T23:35:48.912Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27342024-11-04T23:35:51.800Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352024-11-04T23:35:52.925Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27362024-11-04T23:36:01.131Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27372024-11-04T23:36:01.133Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27382024-11-04T23:36:01.133Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27392024-11-04T23:36:01.133Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27402024-11-04T23:36:04.188Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27412024-11-04T23:36:04.311Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27422024-11-04T23:36:05.230Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27432024-11-04T23:36:05.351Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27442024-11-04T23:36:07.587Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27452024-11-04T23:36:08.324Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27462024-11-04T23:36:09.032Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27472024-11-04T23:36:09.206Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27482024-11-04T23:36:10.192Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27492024-11-04T23:36:10.357Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27502024-11-04T23:36:12.021Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27512024-11-04T23:36:12.062Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27522024-11-04T23:36:12.924Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27532024-11-04T23:36:13.583Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27542024-11-04T23:36:15.082Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27552024-11-04T23:36:15.325Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27562024-11-04T23:36:15.526Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572024-11-04T23:36:16.569Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27582024-11-04T23:36:17.314Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27592024-11-04T23:36:17.402Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602024-11-04T23:36:20.139Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27612024-11-04T23:36:22.022Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27622024-11-04T23:36:22.123Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27632024-11-04T23:36:23.798Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27642024-11-04T23:36:28.366Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27652024-11-04T23:36:36.737Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27662024-11-04T23:36:38.416Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27672024-11-04T23:37:31.835Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27682024-11-04T23:38:02.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s
27692024-11-04T23:38:02.317Z
27702024-11-04T23:38:02.317Zreal 3:01.650667208
27712024-11-04T23:38:02.317Zuser 11:42.747927392
27722024-11-04T23:38:02.317Zsys 2:17.729454905
27732024-11-04T23:38:02.317Ztrap 0.295419154
27742024-11-04T23:38:02.320Ztflt 0.754559712
27752024-11-04T23:38:02.320Zdflt 1.922580324
27762024-11-04T23:38:02.320Zkflt 0.000512611
27772024-11-04T23:38:02.320Zlock 24:45.745090341
27782024-11-04T23:38:02.320Zslp 41:11.901716824
27792024-11-04T23:38:02.320Zlat 34.465807585
27802024-11-04T23:38:02.320Zstop 1:22.701270502
27812024-11-04T23:38:02.321Z+ mkdir tests
27822024-11-04T23:38:02.323Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27832024-11-04T23:38:02.323Z+ xargs -I '{}' -t cp '{}' tests/
27842024-11-04T23:38:03.547Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/
27852024-11-04T23:38:03.573Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/
27862024-11-04T23:38:03.599Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/
27872024-11-04T23:38:03.624Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/
27882024-11-04T23:38:03.824Z+ 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/*)
27892024-11-04T23:38:03.826Z+ 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-68ca88e587a7b5c5 tests/commtest-ec6bfd4845fc8f27 tests/dhcp_server-66adfe2d07f2bcad tests/end_to_end_tests-4334d32fd8c55416 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
27902024-11-04T23:39:09.217ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27912024-11-04T23:39:09.217Za .github/buildomat/ci-env.sh 1K
27922024-11-04T23:39:09.217Za out/target/test 1K
27932024-11-04T23:39:09.217Za out/npuzone/npuzone 23144K
27942024-11-04T23:39:09.217Za package-manifest.toml 32K
27952024-11-04T23:39:09.217Za smf/sled-agent/non-gimlet/config.toml 4K
27962024-11-04T23:39:09.219Za target/release/omicron-package 32538K
27972024-11-04T23:39:09.219Za target/release/xtask 11749K
27982024-11-04T23:39:09.220Za target/debug/bootstrap 196071K
27992024-11-04T23:39:09.220Za tests/bootstrap-68ca88e587a7b5c5 23991K
28002024-11-04T23:39:09.220Za tests/commtest-ec6bfd4845fc8f27 24191K
28012024-11-04T23:39:09.220Za tests/dhcp_server-66adfe2d07f2bcad 23991K
28022024-11-04T23:39:09.220Za tests/end_to_end_tests-4334d32fd8c55416 208281K
28032024-11-04T23:39:09.220Za out/clickhouse.tar.gz 244336K
28042024-11-04T23:39:09.220Za out/clickhouse_keeper.tar.gz 244312K
28052024-11-04T23:39:09.220Za out/clickhouse_server.tar.gz 244311K
28062024-11-04T23:39:09.220Za out/cockroachdb.tar.gz 130034K
28072024-11-04T23:39:09.220Za out/crucible-dtrace.tar 83K
28082024-11-04T23:39:09.221Za out/crucible-pantry-zone.tar.gz 26854K
28092024-11-04T23:39:09.221Za out/crucible-zone.tar.gz 35060K
28102024-11-04T23:39:09.221Za out/external-dns.tar.gz 30753K
28112024-11-04T23:39:09.221Za out/internal-dns.tar.gz 30753K
28122024-11-04T23:39:09.221Za out/mg-ddm-gz.tar 62661K
28132024-11-04T23:39:09.221Za out/nexus.tar.gz 96393K
28142024-11-04T23:39:09.221Za out/ntp.tar.gz 9033K
28152024-11-04T23:39:09.221Za out/omicron-gateway-softnpu.tar.gz 21670K
28162024-11-04T23:39:09.222Za out/omicron-sled-agent.tar 104246K
28172024-11-04T23:39:09.222Za out/overlay.tar.gz 3K
28182024-11-04T23:39:09.222Za out/oximeter.tar.gz 46033K
28192024-11-04T23:39:09.222Za out/oxlog.tar 3071K
28202024-11-04T23:39:09.222Za out/probe.tar.gz 2764K
28212024-11-04T23:39:09.222Za out/propolis-server.tar.gz 66584K
28222024-11-04T23:39:09.222Za out/pumpkind-gz.tar 26665K
28232024-11-04T23:39:09.222Za out/switch-softnpu.tar.gz 224508K
28242024-11-04T23:39:09.227Z
28252024-11-04T23:39:09.227Zreal 1:05.379393605
28262024-11-04T23:39:09.227Zuser 1:02.321003243
28272024-11-04T23:39:09.227Zsys 4.399581297
28282024-11-04T23:39:09.227Ztrap 0.016697905
28292024-11-04T23:39:09.228Ztflt 0.000000000
28302024-11-04T23:39:09.228Zdflt 0.000000000
28312024-11-04T23:39:09.228Zkflt 0.000000000
28322024-11-04T23:39:09.228Zlock 0.000000000
28332024-11-04T23:39:09.228Zslp 1:02.118544137
28342024-11-04T23:39:09.228Zlat 1.897219370
28352024-11-04T23:39:09.228Zstop 0.000536210
28362024-11-04T23:39:09.228Zprocess exited: duration 2034754 ms, exit code 0
 
28372024-11-04T23:39:09.243Zfound 1 output files
28382024-11-04T23:39:09.243Zuploading: /work/package.tar.gz (1693268975 bytes)
28392024-11-04T23:39:42.841Zuploaded: /work/package.tar.gz