01JC49X9P2YPYKJYEABXS861CT: 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: 01JC49XP0WH0ZTWMC7CW2VKWCX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-07T21:55:07.697Zjob assigned to worker 01JC49XWBSE8RP84YYW1R8VQA3 (queued for 59 s)
 
22024-11-07T21:55:17.747Zstarting task 0: "setup"
32024-11-07T21:55:17.769Z++ uname -s
42024-11-07T21:55:17.769Z+ kern=SunOS
52024-11-07T21:55:17.769Z+ case "$kern" in
62024-11-07T21:55:17.770Z+ groupadd -g 12345 build
72024-11-07T21:55:17.770Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-11-07T21:55:19.739Z+ zfs create -o mountpoint=/work rpool/work
92024-11-07T21:55:19.858Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-11-07T21:55:19.861Z+ home_fs=zfs
112024-11-07T21:55:19.861Z+ [[ zfs == autofs ]]
122024-11-07T21:55:19.861Z+ mkdir -p /home/build
132024-11-07T21:55:19.863Z+ chown build:build /home/build /work
142024-11-07T21:55:21.865Z+ chmod 0700 /home/build /work
152024-11-07T21:55:21.868Zprocess exited: duration 4155 ms, exit code 0
 
162024-11-07T21:55:21.874Zstarting task 1: "rust-toolchain"
172024-11-07T21:55:21.880Z+ printf ' * toolchain channel = "%s"
182024-11-07T21:55:21.880Z * toolchain channel = "1.82.0"
192024-11-07T21:55:21.880Z' 1.82.0
202024-11-07T21:55:21.880Z+ printf ' * toolchain profile = "%s"
212024-11-07T21:55:21.880Z' default
222024-11-07T21:55:21.880Z * toolchain profile = "default"
232024-11-07T21:55:21.883Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-11-07T21:55:21.883Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
252024-11-07T21:55:22.001Zinfo: downloading installer
262024-11-07T21:55:23.347Zinfo: profile set to 'default'
272024-11-07T21:55:23.347Zinfo: default host triple is x86_64-unknown-illumos
282024-11-07T21:55:23.349Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
292024-11-07T21:55:23.503Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
302024-11-07T21:55:23.503Zinfo: downloading component 'cargo'
312024-11-07T21:55:24.401Zinfo: downloading component 'clippy'
322024-11-07T21:55:24.707Zinfo: downloading component 'rust-docs'
332024-11-07T21:55:25.864Zinfo: downloading component 'rust-std'
342024-11-07T21:55:27.680Zinfo: downloading component 'rustc'
352024-11-07T21:55:34.145Zinfo: downloading component 'rustfmt'
362024-11-07T21:55:34.375Zinfo: installing component 'cargo'
372024-11-07T21:55:35.262Zinfo: installing component 'clippy'
382024-11-07T21:55:35.676Zinfo: installing component 'rust-docs'
392024-11-07T21:55:37.440Zinfo: installing component 'rust-std'
402024-11-07T21:55:39.466Zinfo: installing component 'rustc'
412024-11-07T21:55:45.873Zinfo: installing component 'rustfmt'
422024-11-07T21:55:46.220Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
432024-11-07T21:55:46.220Z
442024-11-07T21:55:46.606Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
452024-11-07T21:55:46.607Z
462024-11-07T21:55:46.610Z
472024-11-07T21:55:46.610ZRust is installed now. Great!
482024-11-07T21:55:46.610Z
492024-11-07T21:55:46.610ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-11-07T21:55:46.610Zenvironment variable. This has not been done automatically.
512024-11-07T21:55:46.610Z
522024-11-07T21:55:46.610ZTo configure your current shell, you need to source
532024-11-07T21:55:46.611Zthe corresponding env file under $HOME/.cargo.
542024-11-07T21:55:46.611Z
552024-11-07T21:55:46.611ZThis is usually done by running one of the following (note the leading DOT):
562024-11-07T21:55:46.611Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-11-07T21:55:46.611Zsource "$HOME/.cargo/env.fish" # For fish
582024-11-07T21:55:46.692Z+ rustc --version
592024-11-07T21:55:46.765Zrustc 1.82.0 (f6e511eec 2024-10-15)
602024-11-07T21:55:46.769Zprocess exited: duration 24889 ms, exit code 0
 
612024-11-07T21:55:46.774Zstarting task 2: "authentication"
622024-11-07T21:55:46.796Zprocess exited: duration 22 ms, exit code 0
 
632024-11-07T21:55:46.802Zstarting task 3: "clone repository"
642024-11-07T21:55:46.806Z+ mkdir -p /work/oxidecomputer/omicron
652024-11-07T21:55:46.809Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-11-07T21:55:46.848ZCloning into '/work/oxidecomputer/omicron'...
672024-11-07T21:55:54.323Z+ cd /work/oxidecomputer/omicron
682024-11-07T21:55:54.323Z+ git fetch origin 2b511b17d082fcbca0cb853721fd04402c89da49
692024-11-07T21:55:55.014ZFrom https://github.com/oxidecomputer/omicron
702024-11-07T21:55:55.014Z * branch 2b511b17d082fcbca0cb853721fd04402c89da49 -> FETCH_HEAD
712024-11-07T21:55:55.023Z+ [[ -n '' ]]
722024-11-07T21:55:55.023Z+ git reset --hard 2b511b17d082fcbca0cb853721fd04402c89da49
732024-11-07T21:55:55.199ZHEAD is now at 2b511b17d non-jank idempotent query to populate volume_resource_usage
742024-11-07T21:55:55.203Zprocess exited: duration 8400 ms, exit code 0
 
752024-11-07T21:55:55.208Zstarting task 4: "build"
762024-11-07T21:55:55.214Z+ source .github/buildomat/ci-env.sh
772024-11-07T21:55:55.214Z++ export CARGO_TERM_COLOR=always
782024-11-07T21:55:55.214Z++ CARGO_TERM_COLOR=always
792024-11-07T21:55:55.214Z+ cargo --version
802024-11-07T21:55:55.275Zcargo 1.82.0 (8f40fc59f 2024-08-21)
812024-11-07T21:55:55.278Z+ rustc --version
822024-11-07T21:55:55.344Zrustc 1.82.0 (f6e511eec 2024-10-15)
832024-11-07T21:55:55.347Z+ WORK=/work
842024-11-07T21:55:55.350Z+ pfexec mkdir -p /work
852024-11-07T21:55:55.352Z+ pfexec chown build /work
862024-11-07T21:55:55.355Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
872024-11-07T21:56:04.140Z Startup: Refreshing catalog 'helios-dev' ... Done
882024-11-07T21:56:07.783Z Startup: Caching catalogs ... Done
892024-11-07T21:56:16.291ZPlanning: Solver setup ... Done (7.769s)
902024-11-07T21:56:16.397ZPlanning: Running solver ... Done (0.106s)
912024-11-07T21:56:16.492ZPlanning: Finding local manifests ... Done (0.003s)
922024-11-07T21:56:16.520ZPlanning: Fetching manifests: 0/5 0% complete
932024-11-07T21:56:16.764ZPlanning: Fetching manifests: 5/5 100% complete
942024-11-07T21:56:16.874ZPlanning: Package planning ... Done (0.111s)
952024-11-07T21:56:16.931ZPlanning: Merging actions ... Done (0.056s)
962024-11-07T21:56:17.130ZPlanning: Checking for conflicting actions ... Done (0.199s)
972024-11-07T21:56:19.020ZPlanning: Consolidating action changes ... Done (1.889s)
982024-11-07T21:56:19.459ZPlanning: Evaluating mediators ... Done (0.438s)
992024-11-07T21:56:19.547ZPlanning: Planning completed in 11.67 seconds
1002024-11-07T21:56:19.562Z Packages to install: 4
1012024-11-07T21:56:19.563Z Packages to update: 1
1022024-11-07T21:56:19.565Z Mediators to change: 2
1032024-11-07T21:56:19.565Z Services to change: 1
1042024-11-07T21:56:19.565Z Estimated space available: 155.61 GB
1052024-11-07T21:56:19.565ZEstimated space to be consumed: 1.59 GB
1062024-11-07T21:56:19.565Z Create boot environment: No
1072024-11-07T21:56:19.565ZCreate backup boot environment: Yes
1082024-11-07T21:56:19.565Z Rebuild boot archive: No
1092024-11-07T21:56:19.565Z
1102024-11-07T21:56:19.565ZChanged mediators:
1112024-11-07T21:56:19.565Z mediator clang:
1122024-11-07T21:56:19.566Z version: None -> 15 (system default)
1132024-11-07T21:56:19.566Z
1142024-11-07T21:56:19.566Z mediator llvm:
1152024-11-07T21:56:19.566Z version: 14 (system default) -> 15 (system default)
1162024-11-07T21:56:19.566Z
1172024-11-07T21:56:19.566ZChanged packages:
1182024-11-07T21:56:19.566Zhelios-dev
1192024-11-07T21:56:19.566Z developer/build-essential
1202024-11-07T21:56:19.566Z None -> 11-2.0
1212024-11-07T21:56:19.566Z library/libxmlsec1
1222024-11-07T21:56:19.566Z None -> 1.2.35-2.0
1232024-11-07T21:56:19.566Z ooce/developer/clang-15
1242024-11-07T21:56:19.566Z None -> 15.0.7-2.0
1252024-11-07T21:56:19.566Z ooce/developer/llvm-15
1262024-11-07T21:56:19.566Z None -> 15.0.7-2.0
1272024-11-07T21:56:19.566Z package/pkg
1282024-11-07T21:56:19.566Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1292024-11-07T21:56:19.566Z
1302024-11-07T21:56:19.566ZServices:
1312024-11-07T21:56:19.566Z restart_fmri:
1322024-11-07T21:56:19.566Z svc:/system/update-man-index:default
1332024-11-07T21:56:19.566Z
1342024-11-07T21:56:19.566ZEditable files to change:
1352024-11-07T21:56:19.566Z Update:
1362024-11-07T21:56:19.566Z usr/share/lib/pkg/web/config.shtml
1372024-11-07T21:56:19.648Z
1382024-11-07T21:56:19.648ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1392024-11-07T21:56:24.652ZDownload: 1199/4281 items 83.5/220.6MB 37% complete (17.1M/s)
1402024-11-07T21:56:30.762ZDownload: 2222/4281 items 119.1/220.6MB 54% complete (13.3M/s)
1412024-11-07T21:56:35.766ZDownload: 3514/4281 items 215.5/220.6MB 97% complete (10.3M/s)
1422024-11-07T21:56:38.652ZDownload: Completed 220.60 MB in 19.00 seconds (11.6M/s)
1432024-11-07T21:56:40.648Z Actions: 1/5063 actions (Removing old actions)
1442024-11-07T21:56:40.669Z Actions: 194/5063 actions (Installing new actions)
1452024-11-07T21:56:45.461Z Actions: 4226/5063 actions (Updating modified actions)
1462024-11-07T21:56:45.789Z Actions: Completed 5063 actions in 5.14 seconds.
1472024-11-07T21:56:46.180Z Done (0.383s)
1482024-11-07T21:56:46.183Z Done (0.000s)
1492024-11-07T21:56:46.710Z Done (0.528s)
1502024-11-07T21:56:51.411Z Done (4.474s)
1512024-11-07T21:56:51.503Z Done (0.018s)
1522024-11-07T21:56:51.506Z Done (0.000s)
1532024-11-07T21:56:51.720Z Done (0.000s)
1542024-11-07T21:56:52.441ZPlanning: Evaluating mediator changes ... Done
1552024-11-07T21:56:52.613ZPlanning: Checking for conflicting actions ... Done
1562024-11-07T21:56:52.616ZPlanning: Consolidating action changes ... Done
1572024-11-07T21:56:52.899ZPlanning: Evaluating mediators ... Done
1582024-11-07T21:56:52.902ZPlanning: Planning completed in 0.46 seconds
1592024-11-07T21:56:52.941Z Mediators to change: 2
1602024-11-07T21:56:52.941Z Create boot environment: No
1612024-11-07T21:56:52.941ZCreate backup boot environment: No
1622024-11-07T21:56:53.040Z Done
1632024-11-07T21:56:53.040Z Done
1642024-11-07T21:56:53.397Z Done
1652024-11-07T21:56:57.397Z Done
1662024-11-07T21:56:57.495Z Done
1672024-11-07T21:56:57.497Z Done
1682024-11-07T21:56:57.615Z Done
1692024-11-07T21:56:58.288ZPlanning: Evaluating mediator changes ... Done
1702024-11-07T21:56:58.290ZPlanning: Merging actions ... Done
1712024-11-07T21:56:58.485ZPlanning: Checking for conflicting actions ... Done
1722024-11-07T21:56:58.487ZPlanning: Consolidating action changes ... Done
1732024-11-07T21:56:58.774ZPlanning: Evaluating mediators ... Done
1742024-11-07T21:56:58.836ZPlanning: Planning completed in 0.81 seconds
1752024-11-07T21:56:58.879Z Packages to change: 1
1762024-11-07T21:56:58.879Z Mediators to change: 1
1772024-11-07T21:56:58.879Z Services to change: 1
1782024-11-07T21:56:58.879Z Create boot environment: No
1792024-11-07T21:56:58.881ZCreate backup boot environment: Yes
1802024-11-07T21:57:01.005Z Actions: 1/6 actions (Updating modified actions)
1812024-11-07T21:57:01.008Z Actions: Completed 6 actions in 0.00 seconds.
1822024-11-07T21:57:01.008Z Done
1832024-11-07T21:57:01.008Z Done
1842024-11-07T21:57:01.115Z Done
1852024-11-07T21:57:05.237Z Done
1862024-11-07T21:57:05.337Z Done
1872024-11-07T21:57:05.340Z Done
1882024-11-07T21:57:05.451Z Done
1892024-11-07T21:57:05.926ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902024-11-07T21:57:05.926Zclang system 15 system
1912024-11-07T21:57:05.926Zcsh system system illumos
1922024-11-07T21:57:05.926Zctags system system illumos
1932024-11-07T21:57:05.926Zgcc vendor 12 vendor
1942024-11-07T21:57:05.926Zgcc system 10 system
1952024-11-07T21:57:05.926Zgcc system 7 system
1962024-11-07T21:57:05.926Zgo system 1.20 system
1972024-11-07T21:57:05.926Zgo system 1.19 system
1982024-11-07T21:57:05.926Zllvm system 15 system
1992024-11-07T21:57:05.927Zllvm system 14 system
2002024-11-07T21:57:05.927Zmariadb system 10.6 system
2012024-11-07T21:57:05.927Zmta vendor vendor dma
2022024-11-07T21:57:05.927Zopenjdk system 17 system
2032024-11-07T21:57:05.927Zopenjdk system 11 system
2042024-11-07T21:57:05.927Zopenjdk system 1.8 system
2052024-11-07T21:57:05.927Zopenssl vendor 3 vendor
2062024-11-07T21:57:05.927Zperl system 5.36 system
2072024-11-07T21:57:05.927Zpostgresql system 15 system
2082024-11-07T21:57:05.927Zpostgresql system 13 system
2092024-11-07T21:57:05.927Zpython vendor 3 vendor
2102024-11-07T21:57:05.927Zpython system 2 system
2112024-11-07T21:57:05.927Zpython3 system 3.11 system
2122024-11-07T21:57:05.927Zruby system 3.0 system
2132024-11-07T21:57:05.927Zwords vendor vendor american-english
2142024-11-07T21:57:05.927Zwords system system australian-english
2152024-11-07T21:57:05.927Zwords system system british-english
2162024-11-07T21:57:05.927Zwords system system canadian-english
2172024-11-07T21:57:05.927Zwords system system french
2182024-11-07T21:57:05.927Zwords system system italian
2192024-11-07T21:57:05.927Zwords system system ngerman
2202024-11-07T21:57:05.927Zwords system system ogerman
2212024-11-07T21:57:05.927Zwords system system spanish
2222024-11-07T21:57:06.313ZPUBLISHER TYPE STATUS P LOCATION
2232024-11-07T21:57:06.313Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2242024-11-07T21:57:08.884ZFMRI IFO
2252024-11-07T21:57:08.884Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2262024-11-07T21:57:08.884Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2272024-11-07T21:57:08.884Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2282024-11-07T21:57:08.884Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2292024-11-07T21:57:08.884Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2302024-11-07T21:57:08.884Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2312024-11-07T21:57:08.884Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2322024-11-07T21:57:08.884Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2332024-11-07T21:57:08.884Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2342024-11-07T21:57:08.884Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2352024-11-07T21:57:08.884Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2362024-11-07T21:57:08.884Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2372024-11-07T21:57:08.884Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2382024-11-07T21:57:08.884Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2392024-11-07T21:57:08.884Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2402024-11-07T21:57:09.659Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412024-11-07T21:57:09.989Z Updating crates.io index
2422024-11-07T21:57:10.073Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2432024-11-07T21:57:10.742Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2442024-11-07T21:57:11.009Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452024-11-07T21:57:11.288Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462024-11-07T21:57:11.584Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472024-11-07T21:57:12.658Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482024-11-07T21:57:15.171Z Updating git repository `https://github.com/oxidecomputer/opte`
2492024-11-07T21:57:16.165Z Updating git repository `https://github.com/oxidecomputer/falcon`
2502024-11-07T21:57:16.871Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512024-11-07T21:57:17.156Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522024-11-07T21:57:17.404Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532024-11-07T21:57:18.031Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2542024-11-07T21:57:18.431Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2552024-11-07T21:57:18.727Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562024-11-07T21:57:18.997Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2572024-11-07T21:57:19.270Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2582024-11-07T21:57:19.532Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2592024-11-07T21:57:19.964Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602024-11-07T21:57:20.297Z Updating git repository `https://github.com/oxidecomputer/ispf`
2612024-11-07T21:57:20.641Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2622024-11-07T21:57:21.041Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2632024-11-07T21:57:21.452Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2642024-11-07T21:57:21.761Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652024-11-07T21:57:22.116Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2662024-11-07T21:57:22.622Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2672024-11-07T21:57:22.884Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2682024-11-07T21:57:23.239Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2692024-11-07T21:57:24.549Z Downloading crates ...
2702024-11-07T21:57:24.626Z Downloaded cfg-if v1.0.0
2712024-11-07T21:57:24.628Z Downloaded cargo-platform v0.1.8
2722024-11-07T21:57:24.631Z Downloaded byteorder v1.5.0
2732024-11-07T21:57:24.634Z Downloaded anstyle v1.0.8
2742024-11-07T21:57:24.634Z Downloaded anyhow v1.0.92
2752024-11-07T21:57:24.637Z Downloaded equivalent v1.0.1
2762024-11-07T21:57:24.652Z Downloaded swrite v0.1.0
2772024-11-07T21:57:24.654Z Downloaded fastrand v2.1.1
2782024-11-07T21:57:24.654Z Downloaded heck v0.4.1
2792024-11-07T21:57:24.657Z Downloaded colorchoice v1.0.2
2802024-11-07T21:57:24.663Z Downloaded thread-id v4.2.2
2812024-11-07T21:57:24.665Z Downloaded digest v0.10.7
2822024-11-07T21:57:24.669Z Downloaded cpufeatures v0.2.14
2832024-11-07T21:57:24.671Z Downloaded bytecount v0.6.8
2842024-11-07T21:57:24.674Z Downloaded block-buffer v0.10.4
2852024-11-07T21:57:24.674Z Downloaded anstyle-parse v0.2.5
2862024-11-07T21:57:24.676Z Downloaded anstyle-query v1.1.1
2872024-11-07T21:57:24.679Z Downloaded usdt v0.5.0
2882024-11-07T21:57:24.679Z Downloaded clap_lex v0.7.2
2892024-11-07T21:57:24.681Z Downloaded autocfg v1.4.0
2902024-11-07T21:57:24.685Z Downloaded usdt-impl v0.5.0
2912024-11-07T21:57:24.685Z Downloaded generic-array v0.14.7
2922024-11-07T21:57:24.687Z Downloaded sha2 v0.10.8
2932024-11-07T21:57:24.697Z Downloaded pest_derive v2.7.14
2942024-11-07T21:57:24.697Z Downloaded camino-tempfile v1.1.1
2952024-11-07T21:57:24.697Z Downloaded tempfile v3.13.0
2962024-11-07T21:57:24.700Z Downloaded version_check v0.9.5
2972024-11-07T21:57:24.700Z Downloaded clap_derive v4.5.18
2982024-11-07T21:57:24.702Z Downloaded camino v1.1.9
2992024-11-07T21:57:24.705Z Downloaded cargo_toml v0.20.5
3002024-11-07T21:57:24.705Z Downloaded proc-macro-error v1.0.4
3012024-11-07T21:57:24.708Z Downloaded pretty-hex v0.4.1
3022024-11-07T21:57:24.711Z Downloaded dtrace-parser v0.2.0
3032024-11-07T21:57:24.711Z Downloaded bitflags v2.6.0
3042024-11-07T21:57:24.714Z Downloaded once_cell v1.20.2
3052024-11-07T21:57:24.716Z Downloaded cargo_metadata v0.18.1
3062024-11-07T21:57:24.724Z Downloaded usdt-attr-macro v0.5.0
3072024-11-07T21:57:24.726Z Downloaded semver v1.0.23
3082024-11-07T21:57:24.729Z Downloaded scroll_derive v0.12.0
3092024-11-07T21:57:24.732Z Downloaded itoa v1.0.11
3102024-11-07T21:57:24.734Z Downloaded errno v0.3.9
3112024-11-07T21:57:24.734Z Downloaded zerocopy-derive v0.7.35
3122024-11-07T21:57:24.738Z Downloaded dof v0.3.0
3132024-11-07T21:57:24.740Z Downloaded unicode-ident v1.0.13
3142024-11-07T21:57:24.742Z Downloaded usdt-macro v0.5.0
3152024-11-07T21:57:24.742Z Downloaded plain v0.2.3
3162024-11-07T21:57:24.745Z Downloaded heck v0.5.0
3172024-11-07T21:57:24.745Z Downloaded serde_tokenstream v0.2.2
3182024-11-07T21:57:24.747Z Downloaded fs-err v2.11.0
3192024-11-07T21:57:24.749Z Downloaded smawk v0.3.2
3202024-11-07T21:57:24.752Z Downloaded unicode-linebreak v0.1.5
3212024-11-07T21:57:24.752Z Downloaded thiserror-impl v1.0.64
3222024-11-07T21:57:24.754Z Downloaded strsim v0.11.1
3232024-11-07T21:57:24.754Z Downloaded proc-macro-error-attr v1.0.4
3242024-11-07T21:57:24.754Z Downloaded fnv v1.0.7
3252024-11-07T21:57:24.756Z Downloaded macaddr v1.0.1
3262024-11-07T21:57:24.757Z Downloaded clap v4.5.20
3272024-11-07T21:57:24.765Z Downloaded utf8parse v0.2.2
3282024-11-07T21:57:24.767Z Downloaded memmap v0.7.0
3292024-11-07T21:57:24.769Z Downloaded proc-macro2 v1.0.87
3302024-11-07T21:57:24.773Z Downloaded toml_datetime v0.6.8
3312024-11-07T21:57:24.773Z Downloaded terminal_size v0.4.0
3322024-11-07T21:57:24.776Z Downloaded serde_spanned v0.6.8
3332024-11-07T21:57:24.776Z Downloaded thiserror v1.0.64
3342024-11-07T21:57:24.778Z Downloaded ryu v1.0.18
3352024-11-07T21:57:24.781Z Downloaded anstream v0.6.15
3362024-11-07T21:57:24.784Z Downloaded pest_generator v2.7.14
3372024-11-07T21:57:24.786Z Downloaded is_terminal_polyfill v1.70.1
3382024-11-07T21:57:24.787Z Downloaded crypto-common v0.1.6
3392024-11-07T21:57:24.791Z Downloaded tabled_derive v0.7.0
3402024-11-07T21:57:24.794Z Downloaded scroll v0.12.0
3412024-11-07T21:57:24.796Z Downloaded quote v1.0.37
3422024-11-07T21:57:24.796Z Downloaded log v0.4.22
3432024-11-07T21:57:24.816Z Downloaded toml v0.8.19
3442024-11-07T21:57:24.820Z Downloaded ucd-trie v0.1.7
3452024-11-07T21:57:24.822Z Downloaded typenum v1.17.0
3462024-11-07T21:57:24.825Z Downloaded textwrap v0.16.1
3472024-11-07T21:57:24.827Z Downloaded pest_meta v2.7.14
3482024-11-07T21:57:24.830Z Downloaded memchr v2.7.4
3492024-11-07T21:57:24.836Z Downloaded serde_derive v1.0.210
3502024-11-07T21:57:24.838Z Downloaded papergrid v0.11.0
3512024-11-07T21:57:24.853Z Downloaded toml_edit v0.22.22
3522024-11-07T21:57:24.876Z Downloaded serde v1.0.210
3532024-11-07T21:57:24.879Z Downloaded indexmap v2.6.0
3542024-11-07T21:57:24.897Z Downloaded clap_builder v4.5.20
3552024-11-07T21:57:24.904Z Downloaded serde_json v1.0.128
3562024-11-07T21:57:24.911Z Downloaded hashbrown v0.15.0
3572024-11-07T21:57:24.917Z Downloaded pest v2.7.14
3582024-11-07T21:57:24.931Z Downloaded zerocopy v0.7.35
3592024-11-07T21:57:24.948Z Downloaded winnow v0.6.20
3602024-11-07T21:57:24.957Z Downloaded goblin v0.8.2
3612024-11-07T21:57:24.963Z Downloaded tabled v0.15.0
3622024-11-07T21:57:24.979Z Downloaded syn v1.0.109
3632024-11-07T21:57:24.989Z Downloaded unicode-width v0.1.14
3642024-11-07T21:57:24.994Z Downloaded syn v2.0.79
3652024-11-07T21:57:25.023Z Downloaded rustix v0.38.37
3662024-11-07T21:57:25.055Z Downloaded libc v0.2.161
3672024-11-07T21:57:25.372Z Compiling proc-macro2 v1.0.87
3682024-11-07T21:57:25.375Z Compiling unicode-ident v1.0.13
3692024-11-07T21:57:25.375Z Compiling version_check v0.9.5
3702024-11-07T21:57:25.375Z Compiling serde v1.0.210
3712024-11-07T21:57:25.375Z Compiling memchr v2.7.4
3722024-11-07T21:57:25.375Z Compiling thiserror v1.0.64
3732024-11-07T21:57:25.375Z Compiling libc v0.2.161
3742024-11-07T21:57:25.375Z Compiling ryu v1.0.18
3752024-11-07T21:57:25.718Z Compiling ucd-trie v0.1.7
3762024-11-07T21:57:25.989Z Compiling itoa v1.0.11
3772024-11-07T21:57:26.224Z Compiling once_cell v1.20.2
3782024-11-07T21:57:26.294Z Compiling byteorder v1.5.0
3792024-11-07T21:57:26.443Z Compiling rustix v0.38.37
3802024-11-07T21:57:26.578Z Compiling serde_json v1.0.128
3812024-11-07T21:57:26.882Z Compiling bitflags v2.6.0
3822024-11-07T21:57:26.958Z Compiling proc-macro-error-attr v1.0.4
3832024-11-07T21:57:27.183Z Compiling usdt-impl v0.5.0
3842024-11-07T21:57:27.235Z Compiling syn v1.0.109
3852024-11-07T21:57:27.294Z Compiling proc-macro-error v1.0.4
3862024-11-07T21:57:27.322Z Compiling quote v1.0.37
3872024-11-07T21:57:27.584Z Compiling hashbrown v0.15.0
3882024-11-07T21:57:27.638Z Compiling log v0.4.22
3892024-11-07T21:57:27.798Z Compiling syn v2.0.79
3902024-11-07T21:57:27.942Z Compiling errno v0.3.9
3912024-11-07T21:57:28.044Z Compiling equivalent v1.0.1
3922024-11-07T21:57:28.069Z Compiling utf8parse v0.2.2
3932024-11-07T21:57:28.092Z Compiling plain v0.2.3
3942024-11-07T21:57:28.117Z Compiling camino v1.1.9
3952024-11-07T21:57:28.193Z Compiling thread-id v4.2.2
3962024-11-07T21:57:28.239Z Compiling anstyle-parse v0.2.5
3972024-11-07T21:57:28.587Z Compiling colorchoice v1.0.2
3982024-11-07T21:57:28.761Z Compiling indexmap v2.6.0
3992024-11-07T21:57:28.811Z Compiling pretty-hex v0.4.1
4002024-11-07T21:57:28.836Z Compiling unicode-width v0.1.14
4012024-11-07T21:57:28.839Z Compiling semver v1.0.23
4022024-11-07T21:57:29.055Z Compiling autocfg v1.4.0
4032024-11-07T21:57:29.081Z Compiling anstyle v1.0.8
4042024-11-07T21:57:29.373Z Compiling winnow v0.6.20
4052024-11-07T21:57:29.434Z Compiling anstyle-query v1.1.1
4062024-11-07T21:57:29.576Z Compiling is_terminal_polyfill v1.70.1
4072024-11-07T21:57:29.719Z Compiling anstream v0.6.15
4082024-11-07T21:57:29.989Z Compiling strsim v0.11.1
4092024-11-07T21:57:30.156Z Compiling fs-err v2.11.0
4102024-11-07T21:57:30.243Z Compiling cfg-if v1.0.0
4112024-11-07T21:57:30.359Z Compiling fastrand v2.1.1
4122024-11-07T21:57:30.482Z Compiling terminal_size v0.4.0
4132024-11-07T21:57:30.515Z Compiling heck v0.5.0
4142024-11-07T21:57:30.721Z Compiling heck v0.4.1
4152024-11-07T21:57:30.948Z Compiling bytecount v0.6.8
4162024-11-07T21:57:30.981Z Compiling fnv v1.0.7
4172024-11-07T21:57:31.077Z Compiling clap_lex v0.7.2
4182024-11-07T21:57:31.182Z Compiling anyhow v1.0.92
4192024-11-07T21:57:31.266Z Compiling papergrid v0.11.0
4202024-11-07T21:57:31.567Z Compiling tempfile v3.13.0
4212024-11-07T21:57:31.601Z Compiling clap_builder v4.5.20
4222024-11-07T21:57:32.099Z Compiling memmap v0.7.0
4232024-11-07T21:57:32.239Z Compiling smawk v0.3.2
4242024-11-07T21:57:32.426Z Compiling unicode-linebreak v0.1.5
4252024-11-07T21:57:32.940Z Compiling textwrap v0.16.1
4262024-11-07T21:57:33.118Z Compiling swrite v0.1.0
4272024-11-07T21:57:33.991Z Compiling tabled_derive v0.7.0
4282024-11-07T21:57:35.638Z Compiling tabled v0.15.0
4292024-11-07T21:57:36.391Z Compiling serde_derive v1.0.210
4302024-11-07T21:57:36.391Z Compiling thiserror-impl v1.0.64
4312024-11-07T21:57:36.393Z Compiling zerocopy-derive v0.7.35
4322024-11-07T21:57:36.393Z Compiling scroll_derive v0.12.0
4332024-11-07T21:57:36.393Z Compiling clap_derive v4.5.18
4342024-11-07T21:57:37.893Z Compiling scroll v0.12.0
4352024-11-07T21:57:38.405Z Compiling goblin v0.8.2
4362024-11-07T21:57:38.696Z Compiling zerocopy v0.7.35
4372024-11-07T21:57:39.474Z Compiling pest v2.7.14
4382024-11-07T21:57:40.066Z Compiling clap v4.5.20
4392024-11-07T21:57:41.854Z Compiling pest_meta v2.7.14
4402024-11-07T21:57:42.742Z Compiling pest_generator v2.7.14
4412024-11-07T21:57:44.423Z Compiling pest_derive v2.7.14
4422024-11-07T21:57:45.200Z Compiling dtrace-parser v0.2.0
4432024-11-07T21:57:46.591Z Compiling serde_spanned v0.6.8
4442024-11-07T21:57:46.593Z Compiling toml_datetime v0.6.8
4452024-11-07T21:57:46.593Z Compiling cargo-platform v0.1.8
4462024-11-07T21:57:46.859Z Compiling macaddr v1.0.1
4472024-11-07T21:57:47.233Z Compiling serde_tokenstream v0.2.2
4482024-11-07T21:57:47.236Z Compiling toml_edit v0.22.22
4492024-11-07T21:57:47.303Z Compiling camino-tempfile v1.1.1
4502024-11-07T21:57:48.094Z Compiling dof v0.3.0
4512024-11-07T21:57:48.094Z Compiling cargo_metadata v0.18.1
4522024-11-07T21:57:50.201Z Compiling toml v0.8.19
4532024-11-07T21:57:50.232Z Compiling usdt-attr-macro v0.5.0
4542024-11-07T21:57:50.232Z Compiling usdt-macro v0.5.0
4552024-11-07T21:57:51.093Z Compiling cargo_toml v0.20.5
4562024-11-07T21:57:51.611Z Compiling usdt v0.5.0
4572024-11-07T21:57:54.725Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4582024-11-07T21:57:58.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.47s
4592024-11-07T21:57:59.166Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4602024-11-07T21:57:59.730Z Downloading crates ...
4612024-11-07T21:57:59.871Z Downloaded assert_matches v1.5.0
4622024-11-07T21:57:59.881Z Downloaded atty v0.2.14
4632024-11-07T21:57:59.891Z Downloaded darling_macro v0.20.10
4642024-11-07T21:57:59.896Z Downloaded ahash v0.8.11
4652024-11-07T21:57:59.899Z Downloaded convert_case v0.4.0
4662024-11-07T21:57:59.903Z Downloaded ciborium-ll v0.2.2
4672024-11-07T21:57:59.905Z Downloaded atomic-waker v1.1.2
4682024-11-07T21:57:59.905Z Downloaded chrono-tz-build v0.4.0
4692024-11-07T21:57:59.908Z Downloaded cexpr v0.6.0
4702024-11-07T21:57:59.910Z Downloaded data-encoding v2.6.0
4712024-11-07T21:57:59.910Z Downloaded arc-swap v1.7.1
4722024-11-07T21:57:59.915Z Downloaded http-range v0.1.5
4732024-11-07T21:57:59.917Z Downloaded cstr-argument v0.1.2
4742024-11-07T21:57:59.920Z Downloaded aead v0.5.2
4752024-11-07T21:57:59.920Z Downloaded adler2 v2.0.0
4762024-11-07T21:57:59.923Z Downloaded cookie_store v0.21.0
4772024-11-07T21:57:59.925Z Downloaded curve25519-dalek-derive v0.1.1
4782024-11-07T21:57:59.928Z Downloaded newtype_derive v0.1.6
4792024-11-07T21:57:59.928Z Downloaded new_debug_unreachable v1.0.6
4802024-11-07T21:57:59.930Z Downloaded md5 v0.7.0
4812024-11-07T21:57:59.933Z Downloaded hickory-client v0.24.1
4822024-11-07T21:57:59.935Z Downloaded hubpack v0.1.2
4832024-11-07T21:57:59.938Z Downloaded http-body-util v0.1.2
4842024-11-07T21:57:59.940Z Downloaded lru v0.12.5
4852024-11-07T21:57:59.943Z Downloaded lazy_static v1.5.0
4862024-11-07T21:57:59.945Z Downloaded bitfield-struct v0.6.2
4872024-11-07T21:57:59.945Z Downloaded inout v0.1.3
4882024-11-07T21:57:59.949Z Downloaded mime v0.3.17
4892024-11-07T21:57:59.954Z Downloaded linear-map v1.2.0
4902024-11-07T21:57:59.954Z Downloaded internet-checksum v0.2.1
4912024-11-07T21:57:59.957Z Downloaded impl-trait-for-tuples v0.2.2
4922024-11-07T21:57:59.957Z Downloaded mockall v0.13.0
4932024-11-07T21:57:59.959Z Downloaded jobserver v0.1.32
4942024-11-07T21:57:59.962Z Downloaded ciborium-io v0.2.2
4952024-11-07T21:57:59.965Z Downloaded iana-time-zone v0.1.61
4962024-11-07T21:57:59.968Z Downloaded hyper-staticfile v0.10.1
4972024-11-07T21:57:59.970Z Downloaded cfg_aliases v0.2.1
4982024-11-07T21:57:59.973Z Downloaded hickory-server v0.24.1
4992024-11-07T21:57:59.979Z Downloaded multer v3.1.0
5002024-11-07T21:57:59.983Z Downloaded http-body v1.0.1
5012024-11-07T21:57:59.986Z Downloaded cobs v0.2.3
5022024-11-07T21:57:59.988Z Downloaded hmac v0.12.1
5032024-11-07T21:57:59.991Z Downloaded ident_case v1.0.1
5042024-11-07T21:57:59.993Z Downloaded instant v0.1.13
5052024-11-07T21:57:59.993Z Downloaded hubpack_derive v0.1.1
5062024-11-07T21:57:59.996Z Downloaded crunchy v0.2.2
5072024-11-07T21:57:59.996Z Downloaded crucible-workspace-hack v0.1.0
5082024-11-07T21:57:59.998Z Downloaded is_ci v1.2.0
5092024-11-07T21:57:59.999Z Downloaded chacha20poly1305 v0.10.1
5102024-11-07T21:58:00.001Z Downloaded bytes v1.7.2
5112024-11-07T21:58:00.006Z Downloaded rand_xorshift v0.3.0
5122024-11-07T21:58:00.008Z Downloaded async-trait v0.1.83
5132024-11-07T21:58:00.012Z Downloaded bitfield v0.14.0
5142024-11-07T21:58:00.015Z Downloaded block-padding v0.3.3
5152024-11-07T21:58:00.017Z Downloaded managed v0.8.0
5162024-11-07T21:58:00.020Z Downloaded match_cfg v0.1.0
5172024-11-07T21:58:00.020Z Downloaded bit-vec v0.6.3
5182024-11-07T21:58:00.022Z Downloaded bb8 v0.8.5
5192024-11-07T21:58:00.025Z Downloaded shell-words v1.1.0
5202024-11-07T21:58:00.025Z Downloaded newline-converter v0.3.0
5212024-11-07T21:58:00.027Z Downloaded humantime v2.1.0
5222024-11-07T21:58:00.027Z Downloaded home v0.5.9
5232024-11-07T21:58:00.031Z Downloaded cbc v0.1.2
5242024-11-07T21:58:00.031Z Downloaded linked-hash-map v0.5.6
5252024-11-07T21:58:00.034Z Downloaded base64 v0.22.1
5262024-11-07T21:58:00.038Z Downloaded httpdate v1.0.3
5272024-11-07T21:58:00.040Z Downloaded instability v0.3.2
5282024-11-07T21:58:00.043Z Downloaded argon2 v0.5.3
5292024-11-07T21:58:00.046Z Downloaded sqlparser_derive v0.2.2
5302024-11-07T21:58:00.046Z Downloaded try-lock v0.2.5
5312024-11-07T21:58:00.048Z Downloaded chacha20 v0.9.1
5322024-11-07T21:58:00.051Z Downloaded time-core v0.1.2
5332024-11-07T21:58:00.051Z Downloaded cassowary v0.3.0
5342024-11-07T21:58:00.054Z Downloaded const_format v0.2.33
5352024-11-07T21:58:00.060Z Downloaded indexmap v1.9.3
5362024-11-07T21:58:00.065Z Downloaded libefi-sys v0.1.0
5372024-11-07T21:58:00.068Z Downloaded lazycell v1.3.0
5382024-11-07T21:58:00.068Z Downloaded diesel_table_macro_syntax v0.2.0
5392024-11-07T21:58:00.071Z Downloaded rpassword v7.3.1
5402024-11-07T21:58:00.074Z Downloaded maplit v1.0.2
5412024-11-07T21:58:00.074Z Downloaded serde_repr v0.1.19
5422024-11-07T21:58:00.076Z Downloaded newtype-uuid v1.1.2
5432024-11-07T21:58:00.079Z Downloaded slab v0.4.9
5442024-11-07T21:58:00.081Z Downloaded nibble_vec v0.1.0
5452024-11-07T21:58:00.084Z Downloaded bzip2 v0.4.4
5462024-11-07T21:58:00.087Z Downloaded hyper-rustls v0.27.3
5472024-11-07T21:58:00.090Z Downloaded base64ct v1.6.0
5482024-11-07T21:58:00.092Z Downloaded ciborium v0.2.2
5492024-11-07T21:58:00.095Z Downloaded foreign-types v0.3.2
5502024-11-07T21:58:00.097Z Downloaded downcast v0.11.0
5512024-11-07T21:58:00.097Z Downloaded cancel-safe-futures v0.1.5
5522024-11-07T21:58:00.102Z Downloaded is-terminal v0.4.13
5532024-11-07T21:58:00.104Z Downloaded buf-list v1.0.3
5542024-11-07T21:58:00.106Z Downloaded tokio-tungstenite v0.23.1
5552024-11-07T21:58:00.110Z Downloaded httparse v1.9.5
5562024-11-07T21:58:00.113Z Downloaded spki v0.7.3
5572024-11-07T21:58:00.116Z Downloaded aes v0.8.4
5582024-11-07T21:58:00.121Z Downloaded xattr v1.3.1
5592024-11-07T21:58:00.123Z Downloaded xz2 v0.1.7
5602024-11-07T21:58:00.126Z Downloaded darling v0.20.10
5612024-11-07T21:58:00.132Z Downloaded mime_guess v2.0.5
5622024-11-07T21:58:00.135Z Downloaded precomputed-hash v0.1.1
5632024-11-07T21:58:00.137Z Downloaded phf_shared v0.10.0
5642024-11-07T21:58:00.137Z Downloaded subtle v2.6.1
5652024-11-07T21:58:00.140Z Downloaded rand_chacha v0.3.1
5662024-11-07T21:58:00.143Z Downloaded sqlformat v0.2.6
5672024-11-07T21:58:00.145Z Downloaded lock_api v0.4.12
5682024-11-07T21:58:00.147Z Downloaded deranged v0.3.11
5692024-11-07T21:58:00.150Z Downloaded minimal-lexical v0.2.1
5702024-11-07T21:58:00.153Z Downloaded sct v0.7.1
5712024-11-07T21:58:00.158Z Downloaded serde-big-array v0.5.1
5722024-11-07T21:58:00.160Z Downloaded clang-sys v1.8.1
5732024-11-07T21:58:00.163Z Downloaded group v0.13.0
5742024-11-07T21:58:00.166Z Downloaded typify v0.2.0
5752024-11-07T21:58:00.170Z Downloaded cookie v0.18.1
5762024-11-07T21:58:00.173Z Downloaded enum-as-inner v0.6.1
5772024-11-07T21:58:00.176Z Downloaded crossbeam-epoch v0.9.18
5782024-11-07T21:58:00.179Z Downloaded termtree v0.4.1
5792024-11-07T21:58:00.181Z Downloaded const-oid v0.9.6
5802024-11-07T21:58:00.184Z Downloaded fragile v2.0.0
5812024-11-07T21:58:00.186Z Downloaded strum_macros v0.26.4
5822024-11-07T21:58:00.189Z Downloaded form_urlencoded v1.2.1
5832024-11-07T21:58:00.192Z Downloaded ff v0.13.0
5842024-11-07T21:58:00.195Z Downloaded tokio-tungstenite v0.21.0
5852024-11-07T21:58:00.197Z Downloaded funty v2.0.0
5862024-11-07T21:58:00.197Z Downloaded crossbeam-utils v0.8.20
5872024-11-07T21:58:00.201Z Downloaded difflib v0.4.0
5882024-11-07T21:58:00.203Z Downloaded phf_shared v0.11.2
5892024-11-07T21:58:00.206Z Downloaded packed_struct_codegen v0.10.1
5902024-11-07T21:58:00.206Z Downloaded packed_struct v0.10.1
5912024-11-07T21:58:00.209Z Downloaded olpc-cjson v0.1.4
5922024-11-07T21:58:00.211Z Downloaded rustc-hash v2.0.0
5932024-11-07T21:58:00.214Z Downloaded value-bag v1.9.0
5942024-11-07T21:58:00.216Z Downloaded der_derive v0.7.3
5952024-11-07T21:58:00.219Z Downloaded miniz_oxide v0.8.0
5962024-11-07T21:58:00.221Z Downloaded slog v2.7.0
5972024-11-07T21:58:00.225Z Downloaded rustc_version v0.1.7
5982024-11-07T21:58:00.228Z Downloaded rand_seeder v0.3.0
5992024-11-07T21:58:00.230Z Downloaded hyper-util v0.1.9
6002024-11-07T21:58:00.234Z Downloaded same-file v1.0.6
6012024-11-07T21:58:00.248Z Downloaded oso-derive v0.27.3
6022024-11-07T21:58:00.250Z Downloaded nu-ansi-term v0.50.1
6032024-11-07T21:58:00.253Z Downloaded stringprep v0.1.5
6042024-11-07T21:58:00.256Z Downloaded hashlink v0.9.1
6052024-11-07T21:58:00.259Z Downloaded subprocess v0.2.9
6062024-11-07T21:58:00.261Z Downloaded parking_lot_core v0.8.6
6072024-11-07T21:58:00.264Z Downloaded ron v0.7.1
6082024-11-07T21:58:00.270Z Downloaded parking_lot_core v0.9.10
6092024-11-07T21:58:00.273Z Downloaded parking_lot v0.11.2
6102024-11-07T21:58:00.276Z Downloaded defmt-macros v0.3.9
6112024-11-07T21:58:00.280Z Downloaded zopfli v0.8.1
6122024-11-07T21:58:00.283Z Downloaded ron v0.8.1
6132024-11-07T21:58:00.291Z Downloaded dirs-next v2.0.0
6142024-11-07T21:58:00.293Z Downloaded fallible-iterator v0.3.0
6152024-11-07T21:58:00.296Z Downloaded futures-sink v0.3.31
6162024-11-07T21:58:00.298Z Downloaded embedded-io v0.6.1
6172024-11-07T21:58:00.298Z Downloaded bumpalo v3.16.0
6182024-11-07T21:58:00.302Z Downloaded futures-macro v0.3.31
6192024-11-07T21:58:00.304Z Downloaded serde_with_macros v3.11.0
6202024-11-07T21:58:00.307Z Downloaded crossterm v0.28.1
6212024-11-07T21:58:00.316Z Downloaded powerfmt v0.2.0
6222024-11-07T21:58:00.318Z Downloaded ppv-lite86 v0.2.20
6232024-11-07T21:58:00.321Z Downloaded nodrop v0.1.14
6242024-11-07T21:58:00.323Z Downloaded crypto-bigint v0.5.5
6252024-11-07T21:58:00.331Z Downloaded want v0.3.1
6262024-11-07T21:58:00.334Z Downloaded hex-literal v0.4.1
6272024-11-07T21:58:00.334Z Downloaded heck v0.3.3
6282024-11-07T21:58:00.337Z Downloaded vte_generate_state_changes v0.1.2
6292024-11-07T21:58:00.337Z Downloaded num-traits v0.2.19
6302024-11-07T21:58:00.340Z Downloaded itertools v0.10.5
6312024-11-07T21:58:00.349Z Downloaded fxhash v0.2.1
6322024-11-07T21:58:00.352Z Downloaded cc v1.1.30
6332024-11-07T21:58:00.356Z Downloaded secrecy v0.8.0
6342024-11-07T21:58:00.358Z Downloaded openssl-probe v0.1.5
6352024-11-07T21:58:00.361Z Downloaded siphasher v0.3.11
6362024-11-07T21:58:00.361Z Downloaded crossbeam-channel v0.5.13
6372024-11-07T21:58:00.367Z Downloaded ssh-cipher v0.2.0
6382024-11-07T21:58:00.370Z Downloaded progenitor-client v0.8.0
6392024-11-07T21:58:00.373Z Downloaded semver v0.1.20
6402024-11-07T21:58:00.373Z Downloaded futures v0.3.31
6412024-11-07T21:58:00.381Z Downloaded termcolor v1.4.1
6422024-11-07T21:58:00.384Z Downloaded test-strategy v0.3.1
6432024-11-07T21:58:00.387Z Downloaded quick-error v1.2.3
6442024-11-07T21:58:00.395Z Downloaded tinyvec_macros v0.1.1
6452024-11-07T21:58:00.398Z Downloaded derive_more v0.99.18
6462024-11-07T21:58:00.405Z Downloaded float-ord v0.3.2
6472024-11-07T21:58:00.407Z Downloaded which v4.4.2
6482024-11-07T21:58:00.410Z Downloaded mio v1.0.2
6492024-11-07T21:58:00.419Z Downloaded num v0.4.3
6502024-11-07T21:58:00.422Z Downloaded samael v0.0.17
6512024-11-07T21:58:00.429Z Downloaded opaque-debug v0.3.1
6522024-11-07T21:58:00.432Z Downloaded foreign-types-macros v0.2.3
6532024-11-07T21:58:00.434Z Downloaded parse-display-derive v0.10.0
6542024-11-07T21:58:00.434Z Downloaded psl-types v2.0.11
6552024-11-07T21:58:00.437Z Downloaded rustfmt-wrapper v0.2.1
6562024-11-07T21:58:00.437Z Downloaded rustc_version v0.4.1
6572024-11-07T21:58:00.440Z Downloaded term v0.7.0
6582024-11-07T21:58:00.443Z Downloaded tracing-core v0.1.32
6592024-11-07T21:58:00.447Z Downloaded futures-core v0.3.31
6602024-11-07T21:58:00.450Z Downloaded signature v2.2.0
6612024-11-07T21:58:00.453Z Downloaded tower-service v0.3.3
6622024-11-07T21:58:00.453Z Downloaded pin-utils v0.1.0
6632024-11-07T21:58:00.456Z Downloaded whoami v1.5.2
6642024-11-07T21:58:00.459Z Downloaded phf_codegen v0.11.2
6652024-11-07T21:58:00.460Z Downloaded slog-async v2.8.0
6662024-11-07T21:58:00.463Z Downloaded tui-tree-widget v0.22.0
6672024-11-07T21:58:00.463Z Downloaded x509-cert v0.2.5
6682024-11-07T21:58:00.472Z Downloaded env_logger v0.10.2
6692024-11-07T21:58:00.475Z Downloaded zone_cfg_derive v0.3.0
6702024-11-07T21:58:00.475Z Downloaded similar v2.6.0
6712024-11-07T21:58:00.481Z Downloaded futures-channel v0.3.31
6722024-11-07T21:58:00.484Z Downloaded fd-lock v4.0.2
6732024-11-07T21:58:00.487Z Downloaded normalize-line-endings v0.3.0
6742024-11-07T21:58:00.490Z Downloaded endian-type v0.1.2
6752024-11-07T21:58:00.490Z Downloaded debug-ignore v1.0.5
6762024-11-07T21:58:00.492Z Downloaded unicode-truncate v1.1.0
6772024-11-07T21:58:00.497Z Downloaded number_prefix v0.4.0
6782024-11-07T21:58:00.497Z Downloaded pbkdf2 v0.12.2
6792024-11-07T21:58:00.500Z Downloaded toml v0.7.8
6802024-11-07T21:58:00.500Z Downloaded glob v0.3.1
6812024-11-07T21:58:00.502Z Downloaded ghash v0.5.1
6822024-11-07T21:58:00.505Z Downloaded enum-as-inner v0.5.1
6832024-11-07T21:58:00.505Z Downloaded peg-runtime v0.8.3
6842024-11-07T21:58:00.507Z Downloaded serde_derive_internals v0.29.1
6852024-11-07T21:58:00.507Z Downloaded phf v0.11.2
6862024-11-07T21:58:00.510Z Downloaded serde_yaml v0.9.34+deprecated
6872024-11-07T21:58:00.513Z Downloaded quinn-udp v0.5.5
6882024-11-07T21:58:00.516Z Downloaded phf_generator v0.11.2
6892024-11-07T21:58:00.518Z Downloaded tracing-attributes v0.1.27
6902024-11-07T21:58:00.521Z Downloaded fatfs v0.3.6
6912024-11-07T21:58:00.524Z Downloaded topological-sort v0.2.2
6922024-11-07T21:58:00.527Z Downloaded string_cache v0.8.7
6932024-11-07T21:58:00.529Z Downloaded rusty-fork v0.3.0
6942024-11-07T21:58:00.529Z Downloaded rustc-hash v1.1.0
6952024-11-07T21:58:00.532Z Downloaded rtoolbox v0.0.2
6962024-11-07T21:58:00.534Z Downloaded libm v0.2.8
6972024-11-07T21:58:00.543Z Downloaded dhcproto-macros v0.1.0
6982024-11-07T21:58:00.546Z Downloaded signal-hook-tokio v0.3.1
6992024-11-07T21:58:00.546Z Downloaded static_assertions v1.1.0
7002024-11-07T21:58:00.558Z Downloaded pretty-hex v0.2.1
7012024-11-07T21:58:00.558Z Downloaded structmeta-derive v0.3.0
7022024-11-07T21:58:00.558Z Downloaded defmt-parser v0.3.4
7032024-11-07T21:58:00.558Z Downloaded unicode-xid v0.2.6
7042024-11-07T21:58:00.558Z Downloaded structmeta-derive v0.2.0
7052024-11-07T21:58:00.561Z Downloaded tar v0.4.42
7062024-11-07T21:58:00.561Z Downloaded strum v0.26.3
7072024-11-07T21:58:00.561Z Downloaded rustls-pemfile v1.0.4
7082024-11-07T21:58:00.563Z Downloaded ena v0.14.3
7092024-11-07T21:58:00.566Z Downloaded sync_wrapper v1.0.1
7102024-11-07T21:58:00.566Z Downloaded tungstenite v0.24.0
7112024-11-07T21:58:00.569Z Downloaded pem v3.0.4
7122024-11-07T21:58:00.572Z Downloaded fallible-iterator v0.2.0
7132024-11-07T21:58:00.574Z Downloaded pkg-config v0.3.31
7142024-11-07T21:58:00.574Z Downloaded pin-project-lite v0.2.14
7152024-11-07T21:58:00.580Z Downloaded oso v0.27.3
7162024-11-07T21:58:00.586Z Downloaded tungstenite v0.23.0
7172024-11-07T21:58:00.589Z Downloaded dsl_auto_type v0.1.2
7182024-11-07T21:58:00.592Z Downloaded signal-hook-registry v1.4.2
7192024-11-07T21:58:00.594Z Downloaded slog-stdlog v4.1.1
7202024-11-07T21:58:00.597Z Downloaded snafu-derive v0.8.5
7212024-11-07T21:58:00.597Z Downloaded headers-core v0.3.0
7222024-11-07T21:58:00.599Z Downloaded tokio-postgres v0.7.12
7232024-11-07T21:58:00.604Z Downloaded signal-hook-mio v0.2.4
7242024-11-07T21:58:00.606Z Downloaded hyper v0.14.30
7252024-11-07T21:58:00.615Z Downloaded take_mut v0.2.2
7262024-11-07T21:58:00.617Z Downloaded universal-hash v0.5.1
7272024-11-07T21:58:00.620Z Downloaded untrusted v0.7.1
7282024-11-07T21:58:00.620Z Downloaded libxml v0.3.3
7292024-11-07T21:58:00.627Z Downloaded pbkdf2 v0.11.0
7302024-11-07T21:58:00.630Z Downloaded parse-size v1.1.0
7312024-11-07T21:58:00.632Z Downloaded russh-cryptovec v0.7.3
7322024-11-07T21:58:00.632Z Downloaded num-derive v0.4.2
7332024-11-07T21:58:00.635Z Downloaded foldhash v0.1.3
7342024-11-07T21:58:00.637Z Downloaded wyz v0.5.1
7352024-11-07T21:58:00.640Z Downloaded radium v0.7.0
7362024-11-07T21:58:00.640Z Downloaded env_logger v0.11.5
7372024-11-07T21:58:00.643Z Downloaded pkcs8 v0.10.2
7382024-11-07T21:58:00.646Z Downloaded p256 v0.13.2
7392024-11-07T21:58:00.651Z Downloaded pkcs1 v0.7.5
7402024-11-07T21:58:00.653Z Downloaded peg-macros v0.8.4
7412024-11-07T21:58:00.656Z Downloaded stable_deref_trait v1.2.0
7422024-11-07T21:58:00.659Z Downloaded ssh-encoding v0.2.0
7432024-11-07T21:58:00.661Z Downloaded spin v0.5.2
7442024-11-07T21:58:00.661Z Downloaded reedline v0.35.0
7452024-11-07T21:58:00.670Z Downloaded scheduled-thread-pool v0.2.7
7462024-11-07T21:58:00.673Z Downloaded ref-cast-impl v1.0.23
7472024-11-07T21:58:00.675Z Downloaded zeroize_derive v1.4.2
7482024-11-07T21:58:00.675Z Downloaded thiserror-impl-no-std v2.0.2
7492024-11-07T21:58:00.675Z Downloaded tungstenite v0.21.0
7502024-11-07T21:58:00.679Z Downloaded zone v0.1.8
7512024-11-07T21:58:00.681Z Downloaded des v0.8.1
7522024-11-07T21:58:00.684Z Downloaded display-error-chain v0.2.2
7532024-11-07T21:58:00.684Z Downloaded serde_path_to_error v0.1.16
7542024-11-07T21:58:00.687Z Downloaded unicode-segmentation v1.12.0
7552024-11-07T21:58:00.689Z Downloaded num_enum_derive v0.5.11
7562024-11-07T21:58:00.692Z Downloaded smallvec v0.6.14
7572024-11-07T21:58:00.695Z Downloaded num-complex v0.4.6
7582024-11-07T21:58:00.695Z Downloaded hash32 v0.3.1
7592024-11-07T21:58:00.697Z Downloaded paste v1.0.15
7602024-11-07T21:58:00.700Z Downloaded num_enum v0.5.11
7612024-11-07T21:58:00.704Z Downloaded fixedbitset v0.4.2
7622024-11-07T21:58:00.707Z Downloaded fallible-streaming-iterator v0.1.9
7632024-11-07T21:58:00.710Z Downloaded termios v0.3.3
7642024-11-07T21:58:00.710Z Downloaded dhcproto v0.12.0
7652024-11-07T21:58:00.712Z Downloaded pkcs5 v0.7.1
7662024-11-07T21:58:00.717Z Downloaded untrusted v0.9.0
7672024-11-07T21:58:00.720Z Downloaded tls_codec_derive v0.4.1
7682024-11-07T21:58:00.722Z Downloaded tracing v0.1.40
7692024-11-07T21:58:00.725Z Downloaded toolchain_find v0.4.0
7702024-11-07T21:58:00.728Z Downloaded tinyvec v1.8.0
7712024-11-07T21:58:00.730Z Downloaded smf v0.2.3
7722024-11-07T21:58:00.733Z Downloaded serde_plain v1.0.2
7732024-11-07T21:58:00.736Z Downloaded serde_urlencoded v0.7.1
7742024-11-07T21:58:00.736Z Downloaded flagset v0.4.6
7752024-11-07T21:58:00.739Z Downloaded tokio-rustls v0.26.0
7762024-11-07T21:58:00.742Z Downloaded dirs-sys-next v0.1.2
7772024-11-07T21:58:00.742Z Downloaded rustls-webpki v0.101.7
7782024-11-07T21:58:00.758Z Downloaded float-cmp v0.9.0
7792024-11-07T21:58:00.760Z Downloaded primeorder v0.13.6
7802024-11-07T21:58:00.763Z Downloaded derive_builder v0.20.2
7812024-11-07T21:58:00.766Z Downloaded zeroize v1.8.1
7822024-11-07T21:58:00.768Z Downloaded defmt v0.3.8
7832024-11-07T21:58:00.772Z Downloaded num-rational v0.4.2
7842024-11-07T21:58:00.774Z Downloaded rustc-demangle v0.1.24
7852024-11-07T21:58:00.777Z Downloaded derive_builder_core v0.20.2
7862024-11-07T21:58:00.780Z Downloaded openssl-sys v0.9.103
7872024-11-07T21:58:00.784Z Downloaded proc-macro-crate v1.3.1
7882024-11-07T21:58:00.788Z Downloaded toml_edit v0.19.15
7892024-11-07T21:58:00.806Z Downloaded tokio-rustls v0.25.0
7902024-11-07T21:58:00.809Z Downloaded signal-hook v0.3.17
7912024-11-07T21:58:00.811Z Downloaded hkdf v0.12.4
7922024-11-07T21:58:00.814Z Downloaded publicsuffix v2.2.3
7932024-11-07T21:58:00.817Z Downloaded tls_codec v0.4.1
7942024-11-07T21:58:00.819Z Downloaded zone v0.3.0
7952024-11-07T21:58:00.822Z Downloaded socket2 v0.5.7
7962024-11-07T21:58:00.825Z Downloaded headers v0.4.0
7972024-11-07T21:58:00.829Z Downloaded peg v0.8.4
7982024-11-07T21:58:00.833Z Downloaded r2d2 v0.8.10
7992024-11-07T21:58:00.836Z Downloaded rayon-core v1.12.1
8002024-11-07T21:58:00.839Z Downloaded globset v0.4.15
8012024-11-07T21:58:00.842Z Downloaded heapless v0.8.0
8022024-11-07T21:58:00.847Z Downloaded flume v0.11.0
8032024-11-07T21:58:00.851Z Downloaded tokio-rustls v0.24.1
8042024-11-07T21:58:00.855Z Downloaded rustls-webpki v0.102.8
8052024-11-07T21:58:00.877Z Downloaded tokio-stream v0.1.16
8062024-11-07T21:58:00.883Z Downloaded smallvec v1.13.2
8072024-11-07T21:58:00.886Z Downloaded vte v0.11.1
8082024-11-07T21:58:00.888Z Downloaded vsss-rs v3.3.4
8092024-11-07T21:58:00.891Z Downloaded vergen v8.3.2
8102024-11-07T21:58:00.894Z Downloaded steno v0.4.1
8112024-11-07T21:58:00.897Z Downloaded progenitor v0.8.0
8122024-11-07T21:58:00.900Z Downloaded sqlparser v0.45.0
8132024-11-07T21:58:00.904Z Downloaded expectorate v1.1.0
8142024-11-07T21:58:00.907Z Downloaded russh-keys v0.45.0
8152024-11-07T21:58:00.910Z Downloaded prettyplease v0.2.22
8162024-11-07T21:58:00.914Z Downloaded heapless v0.7.17
8172024-11-07T21:58:00.918Z Downloaded zip v2.1.3
8182024-11-07T21:58:00.924Z Downloaded rcgen v0.12.1
8192024-11-07T21:58:00.927Z Downloaded idna v0.3.0
8202024-11-07T21:58:00.935Z Downloaded ssh-key v0.6.6
8212024-11-07T21:58:00.943Z Downloaded schemars v0.8.21
8222024-11-07T21:58:00.958Z Downloaded ed25519-dalek v2.1.1
8232024-11-07T21:58:00.962Z Downloaded parse-zoneinfo v0.3.1
8242024-11-07T21:58:00.964Z Downloaded bitvec v1.0.1
8252024-11-07T21:58:00.982Z Downloaded half v2.4.1
8262024-11-07T21:58:00.985Z Downloaded lalrpop v0.19.12
8272024-11-07T21:58:00.998Z Downloaded quinn v0.11.5
8282024-11-07T21:58:01.002Z Downloaded radix_trie v0.2.1
8292024-11-07T21:58:01.007Z Downloaded url v2.5.2
8302024-11-07T21:58:01.011Z Downloaded qorb v0.2.0
8312024-11-07T21:58:01.015Z Downloaded der v0.7.9
8322024-11-07T21:58:01.021Z Downloaded unicode_categories v0.1.1
8332024-11-07T21:58:01.023Z Downloaded rustyline v14.0.0
8342024-11-07T21:58:01.029Z Downloaded vcpkg v0.2.15
8352024-11-07T21:58:01.098Z Downloaded tough v0.17.1
8362024-11-07T21:58:01.106Z Downloaded futures-util v0.3.31
8372024-11-07T21:58:01.120Z Downloaded num-bigint v0.4.6
8382024-11-07T21:58:01.125Z Downloaded idna v0.2.3
8392024-11-07T21:58:01.134Z Downloaded num-bigint-dig v0.8.4
8402024-11-07T21:58:01.139Z Downloaded hashbrown v0.12.3
8412024-11-07T21:58:01.145Z Downloaded regex-syntax v0.6.29
8422024-11-07T21:58:01.152Z Downloaded idna v0.4.0
8432024-11-07T21:58:01.160Z Downloaded salty v0.3.0
8442024-11-07T21:58:01.168Z Downloaded hickory-proto v0.24.1
8452024-11-07T21:58:01.185Z Downloaded tokio-util v0.7.12
8462024-11-07T21:58:01.193Z Downloaded nix v0.27.1
8472024-11-07T21:58:01.204Z Downloaded serde_with v3.11.0
8482024-11-07T21:58:01.214Z Downloaded h2 v0.4.6
8492024-11-07T21:58:01.221Z Downloaded regex v1.11.0
8502024-11-07T21:58:01.236Z Downloaded h2 v0.3.26
8512024-11-07T21:58:01.243Z Downloaded chrono-tz v0.10.0
8522024-11-07T21:58:01.251Z Downloaded object v0.36.5
8532024-11-07T21:58:01.264Z Downloaded rustls v0.21.12
8542024-11-07T21:58:01.277Z Downloaded rayon v1.10.0
8552024-11-07T21:58:01.287Z Downloaded nix v0.29.0
8562024-11-07T21:58:01.300Z Downloaded smoltcp v0.11.0
8572024-11-07T21:58:01.313Z Downloaded bstr v1.10.0
8582024-11-07T21:58:01.325Z Downloaded rustls v0.23.14
8592024-11-07T21:58:01.338Z Downloaded gimli v0.31.1
8602024-11-07T21:58:01.347Z Downloaded polar-core v0.27.3
8612024-11-07T21:58:01.357Z Downloaded object v0.30.4
8622024-11-07T21:58:01.368Z Downloaded diesel v2.2.4
8632024-11-07T21:58:01.390Z Downloaded sled v0.34.7
8642024-11-07T21:58:01.400Z Downloaded regex-syntax v0.8.5
8652024-11-07T21:58:01.409Z Downloaded regress v0.9.1
8662024-11-07T21:58:01.419Z Downloaded bzip2-sys v0.1.11+1.0.8
8672024-11-07T21:58:01.432Z Downloaded typify-impl v0.2.0
8682024-11-07T21:58:01.449Z Downloaded rustls v0.22.4
8692024-11-07T21:58:01.464Z Downloaded regress v0.10.1
8702024-11-07T21:58:01.473Z Downloaded ratatui v0.28.1
8712024-11-07T21:58:01.495Z Downloaded openapiv3 v2.0.0
8722024-11-07T21:58:01.508Z Downloaded git2 v0.19.0
8732024-11-07T21:58:01.518Z Downloaded zerocopy-derive v0.6.6
8742024-11-07T21:58:01.527Z Downloaded p384 v0.13.0
8752024-11-07T21:58:01.534Z Downloaded smoltcp v0.9.1
8762024-11-07T21:58:01.545Z Downloaded trust-dns-proto v0.22.0
8772024-11-07T21:58:01.559Z Downloaded webpki-roots v0.26.6
8782024-11-07T21:58:01.563Z Downloaded openssl v0.10.66
8792024-11-07T21:58:01.573Z Downloaded curve25519-dalek v4.1.3
8802024-11-07T21:58:01.583Z Downloaded portable-atomic v1.9.0
8812024-11-07T21:58:01.591Z Downloaded regex-automata v0.4.8
8822024-11-07T21:58:01.610Z Downloaded winnow v0.5.40
8832024-11-07T21:58:01.619Z Downloaded quinn-proto v0.11.8
8842024-11-07T21:58:01.625Z Downloaded dropshot v0.12.0
8852024-11-07T21:58:01.646Z Downloaded petgraph v0.6.5
8862024-11-07T21:58:01.665Z Downloaded lzma-sys v0.1.20
8872024-11-07T21:58:01.695Z Downloaded sha3 v0.10.8
8882024-11-07T21:58:01.701Z Downloaded idna v0.5.0
8892024-11-07T21:58:01.707Z Downloaded csv v1.3.0
8902024-11-07T21:58:01.728Z Downloaded tokio v1.40.0
8912024-11-07T21:58:01.766Z Downloaded rusqlite v0.32.1
8922024-11-07T21:58:01.773Z Downloaded quick-xml v0.33.0
8932024-11-07T21:58:01.779Z Downloaded nix v0.28.0
8942024-11-07T21:58:01.791Z Downloaded proptest v1.5.0
8952024-11-07T21:58:01.801Z Downloaded libz-sys v1.1.20
8962024-11-07T21:58:01.823Z Downloaded reqwest v0.11.27
8972024-11-07T21:58:01.831Z Downloaded bindgen v0.69.5
8982024-11-07T21:58:01.839Z Downloaded snafu v0.8.5
8992024-11-07T21:58:01.845Z Downloaded p521 v0.13.3
9002024-11-07T21:58:01.848Z Downloaded chrono v0.4.38
9012024-11-07T21:58:01.856Z Downloaded reqwest v0.12.8
9022024-11-07T21:58:01.865Z Downloaded hash32 v0.2.1
9032024-11-07T21:58:01.868Z Downloaded tabwriter v1.4.0
9042024-11-07T21:58:01.870Z Downloaded unsafe-libyaml v0.2.11
9052024-11-07T21:58:01.873Z Downloaded nom v7.1.3
9062024-11-07T21:58:01.877Z Downloaded russh v0.45.0
9072024-11-07T21:58:01.884Z Downloaded hashbrown v0.14.5
9082024-11-07T21:58:01.890Z Downloaded aho-corasick v1.1.3
9092024-11-07T21:58:01.896Z Downloaded either v1.13.0
9102024-11-07T21:58:01.898Z Downloaded tiny-keccak v2.0.2
9112024-11-07T21:58:01.901Z Downloaded predicates-tree v1.0.11
9122024-11-07T21:58:01.904Z Downloaded polyval v0.6.2
9132024-11-07T21:58:01.904Z Downloaded utf-8 v0.7.6
9142024-11-07T21:58:01.907Z Downloaded time-macros v0.2.18
9152024-11-07T21:58:01.907Z Downloaded predicates-core v1.0.8
9162024-11-07T21:58:01.911Z Downloaded postgres-protocol v0.6.7
9172024-11-07T21:58:01.911Z Downloaded postcard v1.0.10
9182024-11-07T21:58:01.913Z Downloaded dyn-clone v1.0.17
9192024-11-07T21:58:01.913Z Downloaded zip v0.6.6
9202024-11-07T21:58:01.917Z Downloaded elliptic-curve v0.13.8
9212024-11-07T21:58:01.921Z Downloaded flate2 v1.0.34
9222024-11-07T21:58:01.926Z Downloaded unicode-normalization v0.1.24
9232024-11-07T21:58:01.930Z Downloaded blake3 v1.5.4
9242024-11-07T21:58:01.938Z Downloaded diesel_derives v2.2.3
9252024-11-07T21:58:01.944Z Downloaded itertools v0.13.0
9262024-11-07T21:58:01.951Z Downloaded hyper v1.4.1
9272024-11-07T21:58:01.958Z Downloaded schemars_derive v0.8.21
9282024-11-07T21:58:01.961Z Downloaded slog-term v2.9.1
9292024-11-07T21:58:01.963Z Downloaded diesel-dtrace v0.3.0
9302024-11-07T21:58:01.963Z Downloaded rustls-pemfile v2.2.0
9312024-11-07T21:58:01.966Z Downloaded getrandom v0.2.15
9322024-11-07T21:58:01.969Z Downloaded itertools v0.12.1
9332024-11-07T21:58:01.976Z Downloaded time v0.3.36
9342024-11-07T21:58:01.984Z Downloaded path-slash v0.1.5
9352024-11-07T21:58:01.987Z Downloaded hashbrown v0.13.2
9362024-11-07T21:58:01.990Z Downloaded aes-gcm v0.10.3
9372024-11-07T21:58:01.993Z Downloaded unicase v2.7.0
9382024-11-07T21:58:01.996Z Downloaded diff v0.1.13
9392024-11-07T21:58:01.999Z Downloaded encoding_rs v0.8.34
9402024-11-07T21:58:02.021Z Downloaded http v0.2.12
9412024-11-07T21:58:02.025Z Downloaded serde-hex v0.1.0
9422024-11-07T21:58:02.027Z Downloaded num_threads v0.1.7
9432024-11-07T21:58:02.027Z Downloaded rand v0.8.5
9442024-11-07T21:58:02.031Z Downloaded ecdsa v0.16.9
9452024-11-07T21:58:02.034Z Downloaded unicode-bidi v0.3.17
9462024-11-07T21:58:02.036Z Downloaded walkdir v2.5.0
9472024-11-07T21:58:02.038Z Downloaded typed-path v0.7.1
9482024-11-07T21:58:02.044Z Downloaded supports-color v3.0.1
9492024-11-07T21:58:02.047Z Downloaded slog-scope v4.4.0
9502024-11-07T21:58:02.049Z Downloaded simd-adler32 v0.3.7
9512024-11-07T21:58:02.049Z Downloaded sigpipe v0.1.3
9522024-11-07T21:58:02.052Z Downloaded unarray v0.1.4
9532024-11-07T21:58:02.053Z Downloaded parse-display v0.10.0
9542024-11-07T21:58:02.053Z Downloaded foreign-types-shared v0.1.1
9552024-11-07T21:58:02.056Z Downloaded zone_cfg_derive v0.1.2
9562024-11-07T21:58:02.056Z Downloaded openssl-macros v0.1.1
9572024-11-07T21:58:02.056Z Downloaded num-iter v0.1.45
9582024-11-07T21:58:02.056Z Downloaded libgit2-sys v0.17.0+1.8.1
9592024-11-07T21:58:02.116Z Downloaded num-integer v0.1.46
9602024-11-07T21:58:02.118Z Downloaded gethostname v0.5.0
9612024-11-07T21:58:02.118Z Downloaded spin v0.9.8
9622024-11-07T21:58:02.121Z Downloaded twox-hash v1.6.3
9632024-11-07T21:58:02.124Z Downloaded zerocopy v0.6.6
9642024-11-07T21:58:02.126Z Downloaded yasna v0.5.2
9652024-11-07T21:58:02.129Z Downloaded unicode-properties v0.1.3
9662024-11-07T21:58:02.132Z Downloaded progenitor-impl v0.8.0
9672024-11-07T21:58:02.132Z Downloaded sync_wrapper v0.1.2
9682024-11-07T21:58:02.134Z Downloaded ed25519 v2.2.3
9692024-11-07T21:58:02.135Z Downloaded ref-cast v1.0.23
9702024-11-07T21:58:02.137Z Downloaded postgres-types v0.2.8
9712024-11-07T21:58:02.140Z Downloaded poly1305 v0.8.0
9722024-11-07T21:58:02.143Z Downloaded password-hash v0.5.0
9732024-11-07T21:58:02.143Z Downloaded password-hash v0.4.2
9742024-11-07T21:58:02.145Z Downloaded pem-rfc7468 v0.7.0
9752024-11-07T21:58:02.148Z Downloaded rsa v0.9.6
9762024-11-07T21:58:02.151Z Downloaded tap v1.0.1
9772024-11-07T21:58:02.154Z Downloaded strum_macros v0.24.3
9782024-11-07T21:58:02.156Z Downloaded percent-encoding v2.3.1
9792024-11-07T21:58:02.156Z Downloaded owo-colors v4.1.0
9802024-11-07T21:58:02.159Z Downloaded futures-task v0.3.31
9812024-11-07T21:58:02.159Z Downloaded scopeguard v1.2.0
9822024-11-07T21:58:02.162Z Downloaded resolv-conf v0.7.0
9832024-11-07T21:58:02.164Z Downloaded embedded-io v0.4.0
9842024-11-07T21:58:02.164Z Downloaded pin-project v1.1.6
9852024-11-07T21:58:02.175Z Downloaded foreign-types-shared v0.3.1
9862024-11-07T21:58:02.177Z Downloaded scrypt v0.11.0
9872024-11-07T21:58:02.177Z Downloaded salsa20 v0.10.2
9882024-11-07T21:58:02.180Z Downloaded rfc6979 v0.4.0
9892024-11-07T21:58:02.180Z Downloaded rustls-pki-types v1.9.0
9902024-11-07T21:58:02.183Z Downloaded parking_lot v0.12.3
9912024-11-07T21:58:02.185Z Downloaded omicron-zone-package v0.11.1
9922024-11-07T21:58:02.188Z Downloaded hex v0.4.3
9932024-11-07T21:58:02.190Z Downloaded futures-io v0.3.31
9942024-11-07T21:58:02.193Z Downloaded futures-executor v0.3.31
9952024-11-07T21:58:02.195Z Downloaded tokio-macros v2.4.0
9962024-11-07T21:58:02.195Z Downloaded shlex v1.3.0
9972024-11-07T21:58:02.195Z Downloaded predicates v3.1.2
9982024-11-07T21:58:02.198Z Downloaded pin-project-internal v1.1.6
9992024-11-07T21:58:02.200Z Downloaded dropshot_endpoint v0.12.0
10002024-11-07T21:58:02.210Z Downloaded base64 v0.21.7
10012024-11-07T21:58:02.210Z Downloaded backtrace v0.3.74
10022024-11-07T21:58:02.214Z Downloaded uuid v1.10.0
10032024-11-07T21:58:02.217Z Downloaded wait-timeout v0.2.0
10042024-11-07T21:58:02.217Z Downloaded derive-where v1.2.7
10052024-11-07T21:58:02.220Z Downloaded uzers v0.12.1
10062024-11-07T21:58:02.222Z Downloaded indicatif v0.17.8
10072024-11-07T21:58:02.225Z Downloaded darling_core v0.20.10
10082024-11-07T21:58:02.230Z Downloaded crc-any v2.5.0
10092024-11-07T21:58:02.233Z Downloaded displaydoc v0.2.5
10102024-11-07T21:58:02.236Z Downloaded tokio-tungstenite v0.24.0
10112024-11-07T21:58:02.238Z Downloaded foreign-types v0.5.0
10122024-11-07T21:58:02.238Z Downloaded tokio-native-tls v0.3.1
10132024-11-07T21:58:02.243Z Downloaded structmeta v0.3.0
10142024-11-07T21:58:02.243Z Downloaded structmeta v0.2.0
10152024-11-07T21:58:02.243Z Downloaded strip-ansi-escapes v0.2.0
10162024-11-07T21:58:02.246Z Downloaded slog-json v2.6.1
10172024-11-07T21:58:02.246Z Downloaded slog-envlogger v2.2.0
10182024-11-07T21:58:02.248Z Downloaded slog-dtrace v0.3.0
10192024-11-07T21:58:02.248Z Downloaded slog-bunyan v2.5.0
10202024-11-07T21:58:02.248Z Downloaded compact_str v0.8.0
10212024-11-07T21:58:02.252Z Downloaded rand_core v0.6.4
10222024-11-07T21:58:02.255Z Downloaded progenitor-macro v0.8.0
10232024-11-07T21:58:02.255Z Downloaded env_filter v0.1.2
10242024-11-07T21:58:02.257Z Downloaded http v1.1.0
10252024-11-07T21:58:02.260Z Downloaded mockall_derive v0.13.0
10262024-11-07T21:58:02.262Z Downloaded allocator-api2 v0.2.18
10272024-11-07T21:58:02.265Z Downloaded derive_builder_macro v0.20.2
10282024-11-07T21:58:02.267Z Downloaded waitgroup v0.1.2
10292024-11-07T21:58:02.267Z Downloaded num-conv v0.1.0
10302024-11-07T21:58:02.267Z Downloaded const_format_proc_macros v0.2.33
10312024-11-07T21:58:02.270Z Downloaded filetime v0.2.25
10322024-11-07T21:58:02.272Z Downloaded sec1 v0.7.3
10332024-11-07T21:58:02.275Z Downloaded native-tls v0.2.12
10342024-11-07T21:58:02.275Z Downloaded memmap2 v0.9.5
10352024-11-07T21:58:02.277Z Downloaded arrayvec v0.7.6
10362024-11-07T21:58:02.280Z Downloaded nanorand v0.7.0
10372024-11-07T21:58:02.283Z Downloaded multimap v0.10.0
10382024-11-07T21:58:02.283Z Downloaded libloading v0.8.5
10392024-11-07T21:58:02.287Z Downloaded thiserror-no-std v2.0.2
10402024-11-07T21:58:02.290Z Downloaded ipnet v2.10.1
10412024-11-07T21:58:02.295Z Downloaded crc32fast v1.4.2
10422024-11-07T21:58:02.300Z Downloaded console v0.15.8
10432024-11-07T21:58:02.300Z Downloaded typify-macro v0.2.0
10442024-11-07T21:58:02.300Z Downloaded thread_local v1.1.8
10452024-11-07T21:58:02.303Z Downloaded strum_macros v0.25.3
10462024-11-07T21:58:02.303Z Downloaded hyper-tls v0.6.0
10472024-11-07T21:58:02.303Z Downloaded blowfish v0.9.1
10482024-11-07T21:58:02.306Z Downloaded highway v1.2.0
10492024-11-07T21:58:02.306Z Downloaded bcs v0.1.6
10502024-11-07T21:58:02.309Z Downloaded memoffset v0.9.1
10512024-11-07T21:58:02.309Z Downloaded maybe-uninit v2.0.0
10522024-11-07T21:58:02.311Z Downloaded lru-cache v0.1.2
10532024-11-07T21:58:02.311Z Downloaded sha1 v0.10.6
10542024-11-07T21:58:02.314Z Downloaded md-5 v0.10.6
10552024-11-07T21:58:02.316Z Downloaded lockfree-object-pool v0.1.6
10562024-11-07T21:58:02.319Z Downloaded kstat-rs v0.2.4
10572024-11-07T21:58:02.319Z Downloaded rustversion v1.0.17
10582024-11-07T21:58:02.319Z Downloaded lalrpop-util v0.19.12
10592024-11-07T21:58:02.321Z Downloaded keccak v0.1.5
10602024-11-07T21:58:02.321Z Downloaded ipnetwork v0.20.0
10612024-11-07T21:58:02.324Z Downloaded constant_time_eq v0.3.1
10622024-11-07T21:58:02.324Z Downloaded hickory-resolver v0.24.1
10632024-11-07T21:58:02.328Z Downloaded ctr v0.9.2
10642024-11-07T21:58:02.330Z Downloaded indoc v1.0.9
10652024-11-07T21:58:02.333Z Downloaded indent_write v2.2.0
10662024-11-07T21:58:02.336Z Downloaded crc v3.2.1
10672024-11-07T21:58:02.338Z Downloaded colored v2.1.0
10682024-11-07T21:58:02.341Z Downloaded http-body v0.4.6
10692024-11-07T21:58:02.341Z Downloaded async-bb8-diesel v0.2.1
10702024-11-07T21:58:02.343Z Downloaded base16ct v0.2.0
10712024-11-07T21:58:02.346Z Downloaded libsw v3.3.1
10722024-11-07T21:58:02.346Z Downloaded hostname v0.3.1
10732024-11-07T21:58:02.349Z Downloaded cipher v0.4.4
10742024-11-07T21:58:02.349Z Downloaded bitflags v1.3.2
10752024-11-07T21:58:02.351Z Downloaded backoff v0.4.0
10762024-11-07T21:58:02.354Z Downloaded blake2 v0.10.6
10772024-11-07T21:58:02.357Z Downloaded base64 v0.13.1
10782024-11-07T21:58:02.359Z Downloaded cfg_aliases v0.1.1
10792024-11-07T21:58:02.363Z Downloaded bcrypt-pbkdf v0.10.0
10802024-11-07T21:58:02.363Z Downloaded async-recursion v1.1.1
10812024-11-07T21:58:02.366Z Downloaded ascii-canvas v3.0.0
10822024-11-07T21:58:02.366Z Downloaded hostname v0.4.0
10832024-11-07T21:58:02.369Z Downloaded atomicwrites v0.4.4
10842024-11-07T21:58:02.369Z Downloaded async-stream-impl v0.3.6
10852024-11-07T21:58:02.369Z Downloaded csv-core v0.1.11
10862024-11-07T21:58:02.372Z Downloaded crossbeam-deque v0.8.5
10872024-11-07T21:58:02.375Z Downloaded array-init v0.0.4
10882024-11-07T21:58:02.375Z Downloaded matches v0.1.10
10892024-11-07T21:58:02.375Z Downloaded castaway v0.2.3
10902024-11-07T21:58:02.375Z Downloaded crc-catalog v2.4.0
10912024-11-07T21:58:02.377Z Downloaded bit-set v0.5.3
10922024-11-07T21:58:02.377Z Downloaded async-stream v0.3.6
10932024-11-07T21:58:02.380Z Downloaded arrayref v0.3.9
10942024-11-07T21:58:02.380Z Downloaded addr2line v0.24.2
10952024-11-07T21:58:02.450Z Downloaded ring v0.17.8
10962024-11-07T21:58:02.534Z Downloaded libsqlite3-sys v0.30.1
10972024-11-07T21:58:02.643Z Downloaded ring v0.16.20
10982024-11-07T21:58:02.834Z Compiling serde v1.0.210
10992024-11-07T21:58:02.837Z Compiling typenum v1.17.0
11002024-11-07T21:58:02.837Z Compiling lock_api v0.4.12
11012024-11-07T21:58:02.837Z Compiling generic-array v0.14.7
11022024-11-07T21:58:02.837Z Compiling scopeguard v1.2.0
11032024-11-07T21:58:02.985Z Compiling subtle v2.6.1
11042024-11-07T21:58:03.028Z Compiling syn v2.0.79
11052024-11-07T21:58:03.043Z Compiling getrandom v0.2.15
11062024-11-07T21:58:03.125Z Compiling value-bag v1.9.0
11072024-11-07T21:58:03.318Z Compiling rand_core v0.6.4
11082024-11-07T21:58:03.430Z Compiling const-oid v0.9.6
11092024-11-07T21:58:03.470Z Compiling jobserver v0.1.32
11102024-11-07T21:58:03.572Z Compiling log v0.4.22
11112024-11-07T21:58:03.713Z Compiling shlex v1.3.0
11122024-11-07T21:58:03.855Z Compiling pin-project-lite v0.2.14
11132024-11-07T21:58:03.986Z Compiling cc v1.1.30
11142024-11-07T21:58:04.004Z Compiling smallvec v1.13.2
11152024-11-07T21:58:04.138Z Compiling parking_lot_core v0.9.10
11162024-11-07T21:58:04.424Z Compiling futures-core v0.3.31
11172024-11-07T21:58:04.443Z Compiling signal-hook-registry v1.4.2
11182024-11-07T21:58:04.487Z Compiling mio v1.0.2
11192024-11-07T21:58:04.667Z Compiling cpufeatures v0.2.14
11202024-11-07T21:58:04.777Z Compiling futures-sink v0.3.31
11212024-11-07T21:58:04.943Z Compiling spin v0.9.8
11222024-11-07T21:58:05.238Z Compiling parking_lot v0.12.3
11232024-11-07T21:58:05.357Z Compiling socket2 v0.5.7
11242024-11-07T21:58:05.377Z Compiling slab v0.4.9
11252024-11-07T21:58:05.545Z Compiling serde_json v1.0.128
11262024-11-07T21:58:05.729Z Compiling futures-channel v0.3.31
11272024-11-07T21:58:05.755Z Compiling futures-task v0.3.31
11282024-11-07T21:58:05.923Z Compiling tinyvec_macros v0.1.1
11292024-11-07T21:58:06.025Z Compiling pin-utils v0.1.0
11302024-11-07T21:58:06.095Z Compiling futures-io v0.3.31
11312024-11-07T21:58:06.125Z Compiling allocator-api2 v0.2.18
11322024-11-07T21:58:06.171Z Compiling foldhash v0.1.3
11332024-11-07T21:58:06.249Z Compiling tinyvec v1.8.0
11342024-11-07T21:58:06.320Z Compiling pkg-config v0.3.31
11352024-11-07T21:58:06.444Z Compiling libm v0.2.8
11362024-11-07T21:58:06.468Z Compiling num-traits v0.2.19
11372024-11-07T21:58:06.494Z Compiling unicode-bidi v0.3.17
11382024-11-07T21:58:07.018Z Compiling hashbrown v0.15.0
11392024-11-07T21:58:07.043Z Compiling base64ct v1.6.0
11402024-11-07T21:58:07.729Z Compiling pem-rfc7468 v0.7.0
11412024-11-07T21:58:07.940Z Compiling unicode-normalization v0.1.24
11422024-11-07T21:58:08.007Z Compiling httparse v1.9.5
11432024-11-07T21:58:08.345Z Compiling flagset v0.4.6
11442024-11-07T21:58:08.364Z Compiling ring v0.17.8
11452024-11-07T21:58:08.476Z Compiling tracing-core v0.1.32
11462024-11-07T21:58:08.495Z Compiling rustls-pki-types v1.9.0
11472024-11-07T21:58:08.546Z Compiling percent-encoding v2.3.1
11482024-11-07T21:58:08.959Z Compiling crossbeam-utils v0.8.20
11492024-11-07T21:58:09.195Z Compiling time-core v0.1.2
11502024-11-07T21:58:09.380Z Compiling num-conv v0.1.0
11512024-11-07T21:58:09.626Z Compiling powerfmt v0.2.0
11522024-11-07T21:58:09.668Z Compiling vcpkg v0.2.15
11532024-11-07T21:58:09.687Z Compiling untrusted v0.9.0
11542024-11-07T21:58:09.820Z Compiling time-macros v0.2.18
11552024-11-07T21:58:09.866Z Compiling deranged v0.3.11
11562024-11-07T21:58:10.085Z Compiling num_threads v0.1.7
11572024-11-07T21:58:10.129Z Compiling atomic-waker v1.1.2
11582024-11-07T21:58:10.212Z Compiling form_urlencoded v1.2.1
11592024-11-07T21:58:10.300Z Compiling slog v2.7.0
11602024-11-07T21:58:10.552Z Compiling try-lock v0.2.5
11612024-11-07T21:58:10.712Z Compiling rustix v0.38.37
11622024-11-07T21:58:10.941Z Compiling want v0.3.1
11632024-11-07T21:58:11.234Z Compiling httpdate v1.0.3
11642024-11-07T21:58:11.585Z Compiling idna v0.5.0
11652024-11-07T21:58:11.691Z Compiling iana-time-zone v0.1.61
11662024-11-07T21:58:11.769Z Compiling rustversion v1.0.17
11672024-11-07T21:58:11.791Z Compiling openssl-sys v0.9.103
11682024-11-07T21:58:12.062Z Compiling match_cfg v0.1.0
11692024-11-07T21:58:12.128Z Compiling tower-service v0.3.3
11702024-11-07T21:58:12.163Z Compiling foreign-types-shared v0.1.1
11712024-11-07T21:58:12.259Z Compiling openssl v0.10.66
11722024-11-07T21:58:12.283Z Compiling base64 v0.22.1
11732024-11-07T21:58:12.496Z Compiling adler2 v2.0.0
11742024-11-07T21:58:12.689Z Compiling miniz_oxide v0.8.0
11752024-11-07T21:58:12.776Z Compiling url v2.5.2
11762024-11-07T21:58:12.924Z Compiling time v0.3.36
11772024-11-07T21:58:13.081Z Compiling foreign-types v0.3.2
11782024-11-07T21:58:13.181Z Compiling hostname v0.3.1
11792024-11-07T21:58:13.200Z Compiling dirs-sys-next v0.1.2
11802024-11-07T21:58:13.434Z Compiling aho-corasick v1.1.3
11812024-11-07T21:58:13.848Z Compiling rustls v0.22.4
11822024-11-07T21:58:14.125Z Compiling data-encoding v2.6.0
11832024-11-07T21:58:14.188Z Compiling native-tls v0.2.12
11842024-11-07T21:58:14.461Z Compiling siphasher v0.3.11
11852024-11-07T21:58:14.526Z Compiling regex-syntax v0.8.5
11862024-11-07T21:58:14.584Z Compiling rustls v0.23.14
11872024-11-07T21:58:14.865Z Compiling syn v1.0.109
11882024-11-07T21:58:14.916Z Compiling dirs-next v2.0.0
11892024-11-07T21:58:15.703Z Compiling serde_derive_internals v0.29.1
11902024-11-07T21:58:16.318Z Compiling crossbeam-epoch v0.9.18
11912024-11-07T21:58:16.510Z Compiling bzip2-sys v0.1.11+1.0.8
11922024-11-07T21:58:17.042Z Compiling lazy_static v1.5.0
11932024-11-07T21:58:17.127Z Compiling thread_local v1.1.8
11942024-11-07T21:58:17.169Z Compiling cookie v0.18.1
11952024-11-07T21:58:17.265Z Compiling serde_derive v1.0.210
11962024-11-07T21:58:17.492Z Compiling zeroize_derive v1.4.2
11972024-11-07T21:58:17.711Z Compiling zerocopy-derive v0.7.35
11982024-11-07T21:58:18.138Z Compiling tokio-macros v2.4.0
11992024-11-07T21:58:18.348Z Compiling thiserror-impl v1.0.64
12002024-11-07T21:58:18.653Z Compiling futures-macro v0.3.31
12012024-11-07T21:58:19.085Z Compiling zeroize v1.8.1
12022024-11-07T21:58:19.498Z Compiling der_derive v0.7.3
12032024-11-07T21:58:19.824Z Compiling tracing-attributes v0.1.27
12042024-11-07T21:58:20.001Z Compiling zerocopy v0.7.35
12052024-11-07T21:58:20.736Z Compiling futures-util v0.3.31
12062024-11-07T21:58:20.968Z Compiling crypto-common v0.1.6
12072024-11-07T21:58:21.233Z Compiling block-buffer v0.10.4
12082024-11-07T21:58:21.294Z Compiling block-padding v0.3.3
12092024-11-07T21:58:21.556Z Compiling digest v0.10.7
12102024-11-07T21:58:21.632Z Compiling inout v0.1.3
12112024-11-07T21:58:21.717Z Compiling thiserror v1.0.64
12122024-11-07T21:58:21.793Z Compiling ppv-lite86 v0.2.20
12132024-11-07T21:58:21.856Z Compiling cipher v0.4.4
12142024-11-07T21:58:21.890Z Compiling pest v2.7.14
12152024-11-07T21:58:22.055Z Compiling hmac v0.12.1
12162024-11-07T21:58:22.097Z Compiling sha2 v0.10.8
12172024-11-07T21:58:22.277Z Compiling der v0.7.9
12182024-11-07T21:58:22.358Z Compiling salsa20 v0.10.2
12192024-11-07T21:58:22.618Z Compiling pbkdf2 v0.12.2
12202024-11-07T21:58:22.683Z Compiling rand_chacha v0.3.1
12212024-11-07T21:58:22.792Z Compiling scrypt v0.11.0
12222024-11-07T21:58:23.358Z Compiling rand v0.8.5
12232024-11-07T21:58:23.543Z Compiling tracing v0.1.40
12242024-11-07T21:58:24.092Z Compiling cbc v0.1.2
12252024-11-07T21:58:24.348Z Compiling aes v0.8.4
12262024-11-07T21:58:24.964Z Compiling spki v0.7.3
12272024-11-07T21:58:25.179Z Compiling pest_meta v2.7.14
12282024-11-07T21:58:25.379Z Compiling scroll_derive v0.12.0
12292024-11-07T21:58:25.709Z Compiling pkcs5 v0.7.1
12302024-11-07T21:58:25.770Z Compiling rustls-webpki v0.102.8
12312024-11-07T21:58:25.808Z Compiling async-trait v0.1.83
12322024-11-07T21:58:26.908Z Compiling pest_generator v2.7.14
12332024-11-07T21:58:26.930Z Compiling scroll v0.12.0
12342024-11-07T21:58:27.325Z Compiling pkcs8 v0.10.2
12352024-11-07T21:58:27.526Z Compiling goblin v0.8.2
12362024-11-07T21:58:27.547Z Compiling openssl-macros v0.1.1
12372024-11-07T21:58:28.031Z Compiling sha1 v0.10.6
12382024-11-07T21:58:28.069Z Compiling signature v2.2.0
12392024-11-07T21:58:28.276Z Compiling regex-automata v0.4.8
12402024-11-07T21:58:28.317Z Compiling encoding_rs v0.8.34
12412024-11-07T21:58:28.354Z Compiling multer v3.1.0
12422024-11-07T21:58:28.577Z Compiling slog-async v2.8.0
12432024-11-07T21:58:28.670Z Compiling either v1.13.0
12442024-11-07T21:58:28.901Z Compiling schemars v0.8.21
12452024-11-07T21:58:29.097Z Compiling rayon-core v1.12.1
12462024-11-07T21:58:29.100Z Compiling openssl-probe v0.1.5
12472024-11-07T21:58:29.267Z Compiling unicode-properties v0.1.3
12482024-11-07T21:58:29.410Z Compiling gimli v0.31.1
12492024-11-07T21:58:29.443Z Compiling signal-hook v0.3.17
12502024-11-07T21:58:29.719Z Compiling mime v0.3.17
12512024-11-07T21:58:29.746Z Compiling ipnet v2.10.1
12522024-11-07T21:58:30.067Z Compiling pest_derive v2.7.14
12532024-11-07T21:58:30.360Z Compiling paste v1.0.15
12542024-11-07T21:58:30.902Z Compiling dtrace-parser v0.2.0
12552024-11-07T21:58:31.027Z Compiling stringprep v0.1.5
12562024-11-07T21:58:31.268Z Compiling futures-executor v0.3.31
12572024-11-07T21:58:32.297Z Compiling bytes v1.7.2
12582024-11-07T21:58:32.745Z Compiling indexmap v2.6.0
12592024-11-07T21:58:32.952Z Compiling bitflags v2.6.0
12602024-11-07T21:58:33.373Z Compiling tokio v1.40.0
12612024-11-07T21:58:33.586Z Compiling http v1.1.0
12622024-11-07T21:58:34.334Z Compiling semver v1.0.23
12632024-11-07T21:58:34.863Z Compiling rustc_version v0.4.1
12642024-11-07T21:58:35.123Z Compiling dof v0.3.0
12652024-11-07T21:58:35.615Z Compiling http-body v1.0.1
12662024-11-07T21:58:35.878Z Compiling serde_spanned v0.6.8
12672024-11-07T21:58:36.133Z Compiling toml_datetime v0.6.8
12682024-11-07T21:58:36.154Z Compiling uuid v1.10.0
12692024-11-07T21:58:36.691Z Compiling serde_tokenstream v0.2.2
12702024-11-07T21:58:37.322Z Compiling usdt-impl v0.5.0
12712024-11-07T21:58:37.360Z Compiling chrono v0.4.38
12722024-11-07T21:58:37.752Z Compiling http-body-util v0.1.2
12732024-11-07T21:58:37.847Z Compiling heapless v0.7.17
12742024-11-07T21:58:38.400Z Compiling toml_edit v0.22.22
12752024-11-07T21:58:38.882Z Compiling usdt-macro v0.5.0
12762024-11-07T21:58:40.417Z Compiling usdt-attr-macro v0.5.0
12772024-11-07T21:58:40.761Z Compiling curve25519-dalek v4.1.3
12782024-11-07T21:58:41.275Z Compiling slog-json v2.6.1
12792024-11-07T21:58:41.298Z Compiling addr2line v0.24.2
12802024-11-07T21:58:41.474Z Compiling serde_urlencoded v0.7.1
12812024-11-07T21:58:42.041Z Compiling tokio-util v0.7.12
12822024-11-07T21:58:42.062Z Compiling md-5 v0.10.6
12832024-11-07T21:58:42.085Z Compiling schemars_derive v0.8.21
12842024-11-07T21:58:42.403Z Compiling async-stream-impl v0.3.6
12852024-11-07T21:58:43.489Z Compiling h2 v0.4.6
12862024-11-07T21:58:43.815Z Compiling enum-as-inner v0.6.1
12872024-11-07T21:58:45.609Z Compiling crossbeam-deque v0.8.5
12882024-11-07T21:58:45.963Z Compiling term v0.7.0
12892024-11-07T21:58:46.759Z Compiling crossbeam-channel v0.5.13
12902024-11-07T21:58:47.237Z Compiling num-integer v0.1.46
12912024-11-07T21:58:47.381Z Compiling rustls-pemfile v2.2.0
12922024-11-07T21:58:47.403Z Compiling idna v0.3.0
12932024-11-07T21:58:47.763Z Compiling idna v0.4.0
12942024-11-07T21:58:47.904Z Compiling hash32 v0.2.1
12952024-11-07T21:58:48.051Z Compiling ff v0.13.0
12962024-11-07T21:58:48.280Z Compiling is-terminal v0.4.13
12972024-11-07T21:58:48.299Z Compiling dropshot v0.12.0
12982024-11-07T21:58:48.408Z Compiling object v0.36.5
12992024-11-07T21:58:48.497Z Compiling dyn-clone v1.0.17
13002024-11-07T21:58:48.600Z Compiling num-bigint-dig v0.8.4
13012024-11-07T21:58:48.723Z Compiling psl-types v2.0.11
13022024-11-07T21:58:48.916Z Compiling anyhow v1.0.92
13032024-11-07T21:58:48.942Z Compiling utf-8 v0.7.6
13042024-11-07T21:58:49.012Z Compiling rustc-demangle v0.1.24
13052024-11-07T21:58:49.281Z Compiling fallible-iterator v0.2.0
13062024-11-07T21:58:49.354Z Compiling linked-hash-map v0.5.6
13072024-11-07T21:58:49.542Z Compiling take_mut v0.2.2
13082024-11-07T21:58:49.716Z Compiling quick-error v1.2.3
13092024-11-07T21:58:49.718Z Compiling stable_deref_trait v1.2.0
13102024-11-07T21:58:49.833Z Compiling smoltcp v0.9.1
13112024-11-07T21:58:49.883Z Compiling portable-atomic v1.9.0
13122024-11-07T21:58:50.009Z Compiling base16ct v0.2.0
13132024-11-07T21:58:50.040Z Compiling postgres-protocol v0.6.7
13142024-11-07T21:58:50.369Z Compiling sec1 v0.7.3
13152024-11-07T21:58:50.648Z Compiling resolv-conf v0.7.0
13162024-11-07T21:58:50.980Z Compiling hyper v1.4.1
13172024-11-07T21:58:51.439Z Compiling lru-cache v0.1.2
13182024-11-07T21:58:51.882Z Compiling tungstenite v0.24.0
13192024-11-07T21:58:52.054Z Compiling publicsuffix v2.2.3
13202024-11-07T21:58:52.345Z Compiling hickory-proto v0.24.1
13212024-11-07T21:58:52.680Z Compiling slog-term v2.9.1
13222024-11-07T21:58:53.873Z Compiling hyper-util v0.1.9
13232024-11-07T21:58:54.262Z Compiling usdt v0.5.0
13242024-11-07T21:58:54.384Z Compiling group v0.13.0
13252024-11-07T21:58:54.733Z Compiling num-iter v0.1.45
13262024-11-07T21:58:54.945Z Compiling tokio-rustls v0.25.0
13272024-11-07T21:58:55.110Z Compiling tokio-native-tls v0.3.1
13282024-11-07T21:58:55.410Z Compiling async-stream v0.3.6
13292024-11-07T21:58:55.727Z Compiling tokio-rustls v0.26.0
13302024-11-07T21:58:56.211Z Compiling backtrace v0.3.74
13312024-11-07T21:58:56.230Z Compiling toml v0.8.19
13322024-11-07T21:58:56.594Z Compiling slog-bunyan v2.5.0
13332024-11-07T21:58:56.823Z Compiling terminal_size v0.4.0
13342024-11-07T21:58:56.862Z Compiling dropshot_endpoint v0.12.0
13352024-11-07T21:58:57.050Z Compiling openapiv3 v2.0.0
13362024-11-07T21:58:57.317Z Compiling camino v1.1.9
13372024-11-07T21:58:57.917Z Compiling serde_path_to_error v0.1.16
13382024-11-07T21:58:58.009Z Compiling futures v0.3.31
13392024-11-07T21:58:58.810Z Compiling hkdf v0.12.4
13402024-11-07T21:58:59.078Z Compiling crypto-bigint v0.5.5
13412024-11-07T21:58:59.113Z Compiling curve25519-dalek-derive v0.1.1
13422024-11-07T21:58:59.585Z Compiling zerocopy-derive v0.6.6
13432024-11-07T21:58:59.679Z Compiling phf_shared v0.11.2
13442024-11-07T21:58:59.969Z Compiling hubpack_derive v0.1.1
13452024-11-07T21:59:00.084Z Compiling waitgroup v0.1.2
13462024-11-07T21:59:00.321Z Compiling webpki-roots v0.26.6
13472024-11-07T21:59:00.560Z Compiling hostname v0.4.0
13482024-11-07T21:59:00.660Z Compiling ahash v0.8.11
13492024-11-07T21:59:00.841Z Compiling crc32fast v1.4.2
13502024-11-07T21:59:00.919Z Compiling fs-err v2.11.0
13512024-11-07T21:59:01.009Z Compiling managed v0.8.0
13522024-11-07T21:59:01.169Z Compiling debug-ignore v1.0.5
13532024-11-07T21:59:01.240Z Compiling bitflags v1.3.2
13542024-11-07T21:59:01.320Z Compiling winnow v0.5.40
13552024-11-07T21:59:01.363Z Compiling strum_macros v0.25.3
13562024-11-07T21:59:01.639Z Compiling clap_builder v4.5.20
13572024-11-07T21:59:01.824Z Compiling zerocopy v0.6.6
13582024-11-07T21:59:02.711Z Compiling elliptic-curve v0.13.8
13592024-11-07T21:59:02.993Z Compiling flate2 v1.0.34
13602024-11-07T21:59:03.636Z Compiling console v0.15.8
13612024-11-07T21:59:03.807Z Compiling hubpack v0.1.2
13622024-11-07T21:59:04.271Z Compiling hyper-rustls v0.27.3
13632024-11-07T21:59:04.951Z Compiling phf v0.11.2
13642024-11-07T21:59:05.179Z Compiling toml_edit v0.19.15
13652024-11-07T21:59:05.255Z Compiling signal-hook-mio v0.2.4
13662024-11-07T21:59:05.395Z Compiling hickory-resolver v0.24.1
13672024-11-07T21:59:05.473Z Compiling hyper-tls v0.6.0
13682024-11-07T21:59:05.722Z Compiling cookie_store v0.21.0
13692024-11-07T21:59:05.910Z Compiling rayon v1.10.0
13702024-11-07T21:59:07.332Z Compiling bzip2 v0.4.4
13712024-11-07T21:59:07.781Z Compiling tokio-tungstenite v0.24.0
13722024-11-07T21:59:09.878Z Compiling postgres-types v0.2.8
13732024-11-07T21:59:10.969Z Compiling tokio-stream v0.1.16
13742024-11-07T21:59:10.992Z Compiling bstr v1.10.0
13752024-11-07T21:59:11.148Z Compiling regex v1.11.0
13762024-11-07T21:59:11.446Z Compiling serde-big-array v0.5.1
13772024-11-07T21:59:11.704Z Compiling ed25519 v2.2.3
13782024-11-07T21:59:12.051Z Compiling pkcs1 v0.7.5
13792024-11-07T21:59:12.170Z Compiling rfc6979 v0.4.0
13802024-11-07T21:59:12.285Z Compiling derive-where v1.2.7
13812024-11-07T21:59:12.387Z Compiling serde_repr v0.1.19
13822024-11-07T21:59:12.612Z Compiling clap_derive v4.5.18
13832024-11-07T21:59:12.764Z Compiling phf_shared v0.10.0
13842024-11-07T21:59:13.075Z Compiling float-cmp v0.9.0
13852024-11-07T21:59:13.149Z Compiling sync_wrapper v1.0.1
13862024-11-07T21:59:13.215Z Compiling number_prefix v0.4.0
13872024-11-07T21:59:13.298Z Compiling difflib v0.4.0
13882024-11-07T21:59:13.319Z Compiling normalize-line-endings v0.3.0
13892024-11-07T21:59:13.449Z Compiling fixedbitset v0.4.2
13902024-11-07T21:59:13.479Z Compiling bit-vec v0.6.3
13912024-11-07T21:59:13.573Z Compiling unicode-segmentation v1.12.0
13922024-11-07T21:59:13.613Z Compiling predicates-core v1.0.8
13932024-11-07T21:59:13.925Z Compiling static_assertions v1.1.0
13942024-11-07T21:59:13.983Z Compiling precomputed-hash v0.1.1
13952024-11-07T21:59:14.002Z Compiling minimal-lexical v0.2.1
13962024-11-07T21:59:14.035Z Compiling new_debug_unreachable v1.0.6
13972024-11-07T21:59:14.108Z Compiling whoami v1.5.2
13982024-11-07T21:59:14.135Z Compiling string_cache v0.8.7
13992024-11-07T21:59:14.522Z Compiling tokio-postgres v0.7.12
14002024-11-07T21:59:14.556Z Compiling nom v7.1.3
14012024-11-07T21:59:14.590Z Compiling similar v2.6.0
14022024-11-07T21:59:14.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14032024-11-07T21:59:14.871Z Compiling bit-set v0.5.3
14042024-11-07T21:59:15.175Z Compiling predicates v3.1.2
14052024-11-07T21:59:15.762Z Compiling qorb v0.2.0
14062024-11-07T21:59:16.977Z Compiling petgraph v0.6.5
14072024-11-07T21:59:17.132Z Compiling indicatif v0.17.8
14082024-11-07T21:59:17.453Z Compiling clap v4.5.20
14092024-11-07T21:59:17.605Z Compiling reqwest v0.12.8
14102024-11-07T21:59:18.547Z Compiling rsa v0.9.6
14112024-11-07T21:59:19.349Z Compiling ecdsa v0.16.9
14122024-11-07T21:59:20.286Z Compiling ed25519-dalek v2.1.1
14132024-11-07T21:59:20.586Z Compiling toml v0.7.8
14142024-11-07T21:59:20.985Z Compiling zip v0.6.6
14152024-11-07T21:59:21.216Z Compiling crossterm v0.28.1
14162024-11-07T21:59:22.283Z Compiling hex v0.4.3
14172024-11-07T21:59:22.401Z Compiling itertools v0.12.1
14182024-11-07T21:59:22.465Z Compiling itertools v0.10.5
14192024-11-07T21:59:22.659Z Compiling x509-cert v0.2.5
14202024-11-07T21:59:22.766Z Compiling peg-runtime v0.8.3
14212024-11-07T21:59:22.890Z Compiling unicode-xid v0.2.6
14222024-11-07T21:59:23.078Z Compiling lalrpop-util v0.19.12
14232024-11-07T21:59:23.451Z Compiling xattr v1.3.1
14242024-11-07T21:59:23.470Z Compiling strum_macros v0.26.4
14252024-11-07T21:59:23.732Z Compiling filetime v0.2.25
14262024-11-07T21:59:24.067Z Compiling tar v0.4.42
14272024-11-07T21:59:27.286Z Compiling strum v0.26.3
14282024-11-07T21:59:27.651Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14292024-11-07T21:59:27.925Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14302024-11-07T21:59:33.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s
14312024-11-07T21:59:34.025Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14322024-11-07T21:59:34.078ZNov 07 21:59:32.619 INFO Starting download, target: Cockroach
14332024-11-07T21:59:34.078ZNov 07 21:59:32.620 INFO Starting download, target: Clickhouse
14342024-11-07T21:59:34.078ZNov 07 21:59:32.620 INFO Starting download, target: Console
14352024-11-07T21:59:34.078ZNov 07 21:59:32.620 INFO Starting download, target: DendriteOpenapi
14362024-11-07T21:59:34.078ZNov 07 21:59:32.620 INFO Starting download, target: DendriteStub
14372024-11-07T21:59:34.078ZNov 07 21:59:32.620 INFO Starting download, target: MaghemiteMgd
14382024-11-07T21:59:34.081ZNov 07 21:59:32.620 INFO Starting download, target: TransceiverControl
14392024-11-07T21:59:34.081ZNov 07 21:59:32.620 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14402024-11-07T21:59:34.081ZNov 07 21:59:32.620 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14412024-11-07T21:59:34.081ZNov 07 21:59:32.620 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14422024-11-07T21:59:34.081ZNov 07 21:59:32.620 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14432024-11-07T21:59:34.081ZNov 07 21:59:32.621 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14442024-11-07T21:59:34.081ZNov 07 21:59:32.621 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14452024-11-07T21:59:34.081ZNov 07 21:59:32.621 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14462024-11-07T21:59:34.267ZNov 07 21:59:32.795 INFO Download complete, target: DendriteOpenapi
14472024-11-07T21:59:34.467ZNov 07 21:59:33.003 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14482024-11-07T21:59:34.567ZNov 07 21:59:33.105 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14492024-11-07T21:59:34.929ZNov 07 21:59:33.435 INFO Download complete, target: Console
14502024-11-07T21:59:34.999ZNov 07 21:59:33.514 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14512024-11-07T21:59:35.089ZNov 07 21:59:33.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14522024-11-07T21:59:35.138ZNov 07 21:59:33.674 INFO Download complete, target: TransceiverControl
14532024-11-07T21:59:36.136ZNov 07 21:59:34.677 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14542024-11-07T21:59:36.136ZNov 07 21:59:34.677 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14552024-11-07T21:59:36.245ZNov 07 21:59:34.786 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14562024-11-07T21:59:37.894ZNov 07 21:59:36.435 INFO Download complete, target: DendriteStub
14572024-11-07T21:59:38.143ZNov 07 21:59:36.683 INFO Download complete, target: MaghemiteMgd
14582024-11-07T21:59:43.696ZNov 07 21:59:42.235 INFO Checking that binary works, target: Cockroach
14592024-11-07T21:59:43.860ZNov 07 21:59:42.400 INFO Download complete, target: Cockroach
14602024-11-07T21:59:48.716ZNov 07 21:59:47.254 INFO Checking that binary works, target: Clickhouse
14612024-11-07T21:59:48.843ZNov 07 21:59:47.382 INFO Download complete, target: Clickhouse
14622024-11-07T21:59:48.851ZAll prerequisites installed successfully
14632024-11-07T21:59:48.855Z
14642024-11-07T21:59:48.855Zreal 3:53.451005276
14652024-11-07T21:59:48.855Zuser 12:55.143463191
14662024-11-07T21:59:48.855Zsys 2:48.003810349
14672024-11-07T21:59:48.855Ztrap 0.498049142
14682024-11-07T21:59:48.856Ztflt 1.212613730
14692024-11-07T21:59:48.856Zdflt 1.369482788
14702024-11-07T21:59:48.856Zkflt 0.022327628
14712024-11-07T21:59:48.856Zlock 23:29.404496198
14722024-11-07T21:59:48.857Zslp 49:30.280819493
14732024-11-07T21:59:48.857Zlat 48.212938901
14742024-11-07T21:59:48.857Zstop 2:08.501986037
14752024-11-07T21:59:48.857Z+ ptime -m cargo xtask download softnpu
14762024-11-07T21:59:49.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
14772024-11-07T21:59:49.426Z Running `target/debug/xtask download softnpu`
14782024-11-07T21:59:50.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
14792024-11-07T21:59:50.353Z Running `target/debug/xtask-downloader softnpu`
14802024-11-07T21:59:50.394ZNov 07 21:59:48.932 INFO Starting download, target: Softnpu
14812024-11-07T21:59:50.397ZNov 07 21:59:48.932 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
14822024-11-07T21:59:51.368ZNov 07 21:59:49.906 INFO Download complete, target: Softnpu
14832024-11-07T21:59:51.372Z
14842024-11-07T21:59:51.374Zreal 2.512924020
14852024-11-07T21:59:51.374Zuser 1.317602530
14862024-11-07T21:59:51.374Zsys 0.566772970
14872024-11-07T21:59:51.374Ztrap 0.000975845
14882024-11-07T21:59:51.375Ztflt 0.000014455
14892024-11-07T21:59:51.375Zdflt 0.000038102
14902024-11-07T21:59:51.375Zkflt 0.000000000
14912024-11-07T21:59:51.375Zlock 10.199983802
14922024-11-07T21:59:51.375Zslp 0.793083141
14932024-11-07T21:59:51.375Zlat 0.073134602
14942024-11-07T21:59:51.375Zstop 0.000167801
14952024-11-07T21:59:51.375Z+ export CARGO_INCREMENTAL=0
14962024-11-07T21:59:51.375Z+ CARGO_INCREMENTAL=0
14972024-11-07T21:59:51.375Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled
14982024-11-07T21:59:52.349Z Compiling proc-macro2 v1.0.87
14992024-11-07T21:59:52.349Z Compiling unicode-ident v1.0.13
15002024-11-07T21:59:52.349Z Compiling libc v0.2.161
15012024-11-07T21:59:52.352Z Compiling serde v1.0.210
15022024-11-07T21:59:52.352Z Compiling autocfg v1.4.0
15032024-11-07T21:59:52.352Z Compiling version_check v0.9.5
15042024-11-07T21:59:52.352Z Compiling cfg-if v1.0.0
15052024-11-07T21:59:52.581Z Compiling typenum v1.17.0
15062024-11-07T21:59:52.620Z Compiling shlex v1.3.0
15072024-11-07T21:59:52.636Z Compiling memchr v2.7.4
15082024-11-07T21:59:53.163Z Compiling generic-array v0.14.7
15092024-11-07T21:59:53.401Z Compiling lock_api v0.4.12
15102024-11-07T21:59:53.492Z Compiling parking_lot_core v0.9.10
15112024-11-07T21:59:53.539Z Compiling once_cell v1.20.2
15122024-11-07T21:59:53.726Z Compiling serde_json v1.0.128
15132024-11-07T21:59:53.935Z Compiling thiserror v1.0.64
15142024-11-07T21:59:53.993Z Compiling libm v0.2.8
15152024-11-07T21:59:54.089Z Compiling num-traits v0.2.19
15162024-11-07T21:59:54.106Z Compiling value-bag v1.9.0
15172024-11-07T21:59:54.357Z Compiling quote v1.0.37
15182024-11-07T21:59:54.407Z Compiling itoa v1.0.11
15192024-11-07T21:59:54.453Z Compiling jobserver v0.1.32
15202024-11-07T21:59:54.645Z Compiling getrandom v0.2.15
15212024-11-07T21:59:54.684Z Compiling log v0.4.22
15222024-11-07T21:59:54.891Z Compiling syn v2.0.79
15232024-11-07T21:59:55.004Z Compiling cc v1.1.30
15242024-11-07T21:59:55.024Z Compiling slab v0.4.9
15252024-11-07T21:59:55.189Z Compiling scopeguard v1.2.0
15262024-11-07T21:59:55.223Z Compiling byteorder v1.5.0
15272024-11-07T21:59:55.347Z Compiling rand_core v0.6.4
15282024-11-07T21:59:55.860Z Compiling allocator-api2 v0.2.18
15292024-11-07T21:59:56.222Z Compiling subtle v2.6.1
15302024-11-07T21:59:56.546Z Compiling semver v1.0.23
15312024-11-07T21:59:56.745Z Compiling pkg-config v0.3.31
15322024-11-07T21:59:57.021Z Compiling ryu v1.0.18
15332024-11-07T21:59:57.182Z Compiling const-oid v0.9.6
15342024-11-07T21:59:57.264Z Compiling pin-project-lite v0.2.14
15352024-11-07T21:59:57.315Z Compiling foldhash v0.1.3
15362024-11-07T21:59:57.400Z Compiling equivalent v1.0.1
15372024-11-07T21:59:57.422Z Compiling smallvec v1.13.2
15382024-11-07T21:59:57.529Z Compiling hashbrown v0.15.0
15392024-11-07T21:59:57.637Z Compiling httparse v1.9.5
15402024-11-07T21:59:57.973Z Compiling schemars v0.8.21
15412024-11-07T21:59:58.327Z Compiling signal-hook-registry v1.4.2
15422024-11-07T21:59:58.378Z Compiling ring v0.17.8
15432024-11-07T21:59:58.407Z Compiling heck v0.5.0
15442024-11-07T21:59:58.734Z Compiling parking_lot v0.12.3
15452024-11-07T21:59:58.891Z Compiling mio v1.0.2
15462024-11-07T21:59:59.452Z Compiling crossbeam-utils v0.8.20
15472024-11-07T21:59:59.634Z Compiling socket2 v0.5.7
15482024-11-07T21:59:59.887Z Compiling time-core v0.1.2
15492024-11-07T22:00:00.021Z Compiling fnv v1.0.7
15502024-11-07T22:00:00.094Z Compiling vcpkg v0.2.15
15512024-11-07T22:00:00.604Z Compiling futures-core v0.3.31
15522024-11-07T22:00:00.902Z Compiling num-conv v0.1.0
15532024-11-07T22:00:01.213Z Compiling time-macros v0.2.18
15542024-11-07T22:00:01.744Z Compiling openssl-sys v0.9.103
15552024-11-07T22:00:02.017Z Compiling spin v0.9.8
15562024-11-07T22:00:02.502Z Compiling cpufeatures v0.2.14
15572024-11-07T22:00:02.627Z Compiling futures-sink v0.3.31
15582024-11-07T22:00:02.751Z Compiling serde_derive_internals v0.29.1
15592024-11-07T22:00:03.222Z Compiling ahash v0.8.11
15602024-11-07T22:00:03.513Z Compiling slog v2.7.0
15612024-11-07T22:00:03.563Z Compiling syn v1.0.109
15622024-11-07T22:00:03.781Z Compiling rustix v0.38.37
15632024-11-07T22:00:04.094Z Compiling futures-channel v0.3.31
15642024-11-07T22:00:04.148Z Compiling pin-utils v0.1.0
15652024-11-07T22:00:04.262Z Compiling futures-io v0.3.31
15662024-11-07T22:00:04.342Z Compiling ucd-trie v0.1.7
15672024-11-07T22:00:04.518Z Compiling tinyvec_macros v0.1.1
15682024-11-07T22:00:04.547Z Compiling openssl v0.10.66
15692024-11-07T22:00:04.623Z Compiling futures-task v0.3.31
15702024-11-07T22:00:04.732Z Compiling iana-time-zone v0.1.61
15712024-11-07T22:00:04.841Z Compiling tinyvec v1.8.0
15722024-11-07T22:00:05.446Z Compiling native-tls v0.2.12
15732024-11-07T22:00:05.633Z Compiling unicode-bidi v0.3.17
15742024-11-07T22:00:05.685Z Compiling rustls v0.23.14
15752024-11-07T22:00:06.011Z Compiling base64ct v1.6.0
15762024-11-07T22:00:06.424Z Compiling unicode-normalization v0.1.24
15772024-11-07T22:00:06.514Z Compiling pem-rfc7468 v0.7.0
15782024-11-07T22:00:07.205Z Compiling tracing-core v0.1.32
15792024-11-07T22:00:07.400Z Compiling serde_derive v1.0.210
15802024-11-07T22:00:07.503Z Compiling zeroize_derive v1.4.2
15812024-11-07T22:00:08.510Z Compiling zerocopy-derive v0.7.35
15822024-11-07T22:00:08.535Z Compiling thiserror-impl v1.0.64
15832024-11-07T22:00:08.877Z Compiling zeroize v1.8.1
15842024-11-07T22:00:09.273Z Compiling tokio-macros v2.4.0
15852024-11-07T22:00:10.412Z Compiling futures-macro v0.3.31
15862024-11-07T22:00:10.644Z Compiling zerocopy v0.7.35
15872024-11-07T22:00:11.291Z Compiling crypto-common v0.1.6
15882024-11-07T22:00:11.625Z Compiling tracing-attributes v0.1.27
15892024-11-07T22:00:12.081Z Compiling block-buffer v0.10.4
15902024-11-07T22:00:12.197Z Compiling schemars_derive v0.8.21
15912024-11-07T22:00:12.313Z Compiling digest v0.10.7
15922024-11-07T22:00:12.793Z Compiling der_derive v0.7.3
15932024-11-07T22:00:13.850Z Compiling hmac v0.12.1
15942024-11-07T22:00:14.003Z Compiling scroll_derive v0.12.0
15952024-11-07T22:00:14.085Z Compiling futures-util v0.3.31
15962024-11-07T22:00:14.891Z Compiling pest v2.7.14
15972024-11-07T22:00:15.052Z Compiling block-padding v0.3.3
15982024-11-07T22:00:15.320Z Compiling inout v0.1.3
15992024-11-07T22:00:15.562Z Compiling openssl-macros v0.1.1
16002024-11-07T22:00:16.089Z Compiling cipher v0.4.4
16012024-11-07T22:00:16.243Z Compiling sha2 v0.10.8
16022024-11-07T22:00:16.524Z Compiling ppv-lite86 v0.2.20
16032024-11-07T22:00:17.000Z Compiling usdt-impl v0.5.0
16042024-11-07T22:00:17.343Z Compiling cookie v0.18.1
16052024-11-07T22:00:17.488Z Compiling pest_meta v2.7.14
16062024-11-07T22:00:17.656Z Compiling flagset v0.4.6
16072024-11-07T22:00:17.826Z Compiling dyn-clone v1.0.17
16082024-11-07T22:00:18.023Z Compiling anyhow v1.0.92
16092024-11-07T22:00:18.109Z Compiling der v0.7.9
16102024-11-07T22:00:18.611Z Compiling rand_chacha v0.3.1
16112024-11-07T22:00:19.606Z Compiling pest_generator v2.7.14
16122024-11-07T22:00:19.728Z Compiling scroll v0.12.0
16132024-11-07T22:00:20.255Z Compiling tracing v0.1.40
16142024-11-07T22:00:20.398Z Compiling bytes v1.7.2
16152024-11-07T22:00:21.245Z Compiling indexmap v2.6.0
16162024-11-07T22:00:21.386Z Compiling tokio v1.40.0
16172024-11-07T22:00:21.652Z Compiling http v1.1.0
16182024-11-07T22:00:22.024Z Compiling serde_tokenstream v0.2.2
16192024-11-07T22:00:22.658Z Compiling rustc_version v0.4.1
16202024-11-07T22:00:22.790Z Compiling uuid v1.10.0
16212024-11-07T22:00:23.074Z Compiling chrono v0.4.38
16222024-11-07T22:00:23.325Z Compiling bitflags v2.6.0
16232024-11-07T22:00:24.174Z Compiling serde_spanned v0.6.8
16242024-11-07T22:00:24.339Z Compiling toml_datetime v0.6.8
16252024-11-07T22:00:24.827Z Compiling pest_derive v2.7.14
16262024-11-07T22:00:27.594Z Compiling async-trait v0.1.83
16272024-11-07T22:00:29.455Z Compiling aho-corasick v1.1.3
16282024-11-07T22:00:29.910Z Compiling percent-encoding v2.3.1
16292024-11-07T22:00:29.941Z Compiling plain v0.2.3
16302024-11-07T22:00:30.119Z Compiling rustls-pki-types v1.9.0
16312024-11-07T22:00:30.209Z Compiling regex-syntax v0.8.5
16322024-11-07T22:00:30.255Z Compiling camino v1.1.9
16332024-11-07T22:00:30.848Z Compiling rayon-core v1.12.1
16342024-11-07T22:00:31.154Z Compiling tokio-util v0.7.12
16352024-11-07T22:00:31.175Z Compiling goblin v0.8.2
16362024-11-07T22:00:32.482Z Compiling spki v0.7.3
16372024-11-07T22:00:32.909Z Compiling rand v0.8.5
16382024-11-07T22:00:33.166Z Compiling salsa20 v0.10.2
16392024-11-07T22:00:33.441Z Compiling pbkdf2 v0.12.2
16402024-11-07T22:00:34.062Z Compiling regex-automata v0.4.8
16412024-11-07T22:00:34.568Z Compiling rustls v0.22.4
16422024-11-07T22:00:34.593Z Compiling untrusted v0.9.0
16432024-11-07T22:00:34.798Z Compiling winnow v0.5.40
16442024-11-07T22:00:34.887Z Compiling powerfmt v0.2.0
16452024-11-07T22:00:34.907Z Compiling pretty-hex v0.4.1
16462024-11-07T22:00:35.274Z Compiling deranged v0.3.11
16472024-11-07T22:00:38.227Z Compiling dof v0.3.0
16482024-11-07T22:00:38.789Z Compiling toml_edit v0.19.15
16492024-11-07T22:00:38.873Z Compiling scrypt v0.11.0
16502024-11-07T22:00:39.409Z Compiling dtrace-parser v0.2.0
16512024-11-07T22:00:39.953Z Compiling aes v0.8.4
16522024-11-07T22:00:39.975Z Compiling cbc v0.1.2
16532024-11-07T22:00:40.220Z Compiling thread-id v4.2.2
16542024-11-07T22:00:40.349Z Compiling rustversion v1.0.17
16552024-11-07T22:00:40.435Z Compiling num_threads v0.1.7
16562024-11-07T22:00:40.822Z Compiling atomic-waker v1.1.2
16572024-11-07T22:00:41.094Z Compiling pkcs5 v0.7.1
16582024-11-07T22:00:41.117Z Compiling time v0.3.36
16592024-11-07T22:00:42.553Z Compiling rustls-webpki v0.102.8
16602024-11-07T22:00:43.868Z Compiling form_urlencoded v1.2.1
16612024-11-07T22:00:44.191Z Compiling http-body v1.0.1
16622024-11-07T22:00:44.368Z Compiling heapless v0.7.17
16632024-11-07T22:00:44.750Z Compiling bzip2-sys v0.1.11+1.0.8
16642024-11-07T22:00:44.835Z Compiling multer v3.1.0
16652024-11-07T22:00:45.168Z Compiling signal-hook v0.3.17
16662024-11-07T22:00:45.242Z Compiling slog-async v2.8.0
16672024-11-07T22:00:45.658Z Compiling try-lock v0.2.5
16682024-11-07T22:00:45.795Z Compiling want v0.3.1
16692024-11-07T22:00:45.979Z Compiling pkcs8 v0.10.2
16702024-11-07T22:00:46.642Z Compiling h2 v0.4.6
16712024-11-07T22:00:47.255Z Compiling regex v1.11.0
16722024-11-07T22:00:48.487Z Compiling paste v1.0.15
16732024-11-07T22:00:48.530Z Compiling adler2 v2.0.0
16742024-11-07T22:00:48.779Z Compiling httpdate v1.0.3
16752024-11-07T22:00:48.779Z Compiling strsim v0.11.1
16762024-11-07T22:00:49.179Z Compiling miniz_oxide v0.8.0
16772024-11-07T22:00:51.042Z Compiling usdt-attr-macro v0.5.0
16782024-11-07T22:00:51.664Z Compiling usdt-macro v0.5.0
16792024-11-07T22:00:52.655Z Compiling curve25519-dalek v4.1.3
16802024-11-07T22:00:52.800Z Compiling openapiv3 v2.0.0
16812024-11-07T22:00:53.098Z Compiling enum-as-inner v0.6.1
16822024-11-07T22:00:53.118Z Compiling async-stream-impl v0.3.6
16832024-11-07T22:00:54.183Z Compiling idna v0.5.0
16842024-11-07T22:00:54.365Z Compiling hyper v1.4.1
16852024-11-07T22:00:54.471Z Compiling errno v0.3.9
16862024-11-07T22:00:54.753Z Compiling dropshot v0.12.0
16872024-11-07T22:00:55.095Z Compiling smoltcp v0.9.1
16882024-11-07T22:00:55.708Z Compiling portable-atomic v1.9.0
16892024-11-07T22:00:55.752Z Compiling match_cfg v0.1.0
16902024-11-07T22:00:55.861Z Compiling num-bigint-dig v0.8.4
16912024-11-07T22:00:56.205Z Compiling tower-service v0.3.3
16922024-11-07T22:00:56.580Z Compiling base64 v0.22.1
16932024-11-07T22:00:57.072Z Compiling foreign-types-shared v0.1.1
16942024-11-07T22:00:57.185Z Compiling foreign-types v0.3.2
16952024-11-07T22:00:57.207Z Compiling hyper-util v0.1.9
16962024-11-07T22:00:57.319Z Compiling hostname v0.3.1
16972024-11-07T22:00:57.433Z Compiling url v2.5.2
16982024-11-07T22:00:59.981Z Compiling dirs-sys-next v0.1.2
16992024-11-07T22:01:00.463Z Compiling data-encoding v2.6.0
17002024-11-07T22:01:00.629Z Compiling siphasher v0.3.11
17012024-11-07T22:01:00.852Z Compiling gimli v0.31.1
17022024-11-07T22:01:01.042Z Compiling heck v0.4.1
17032024-11-07T22:01:03.956Z Compiling dirs-next v2.0.0
17042024-11-07T22:01:06.358Z Compiling addr2line v0.24.2
17052024-11-07T22:01:08.444Z Compiling http-body-util v0.1.2
17062024-11-07T22:01:09.015Z Compiling crossbeam-epoch v0.9.18
17072024-11-07T22:01:09.069Z Compiling dropshot_endpoint v0.12.0
17082024-11-07T22:01:09.772Z Compiling hubpack_derive v0.1.1
17092024-11-07T22:01:10.019Z Compiling sha1 v0.10.6
17102024-11-07T22:01:10.219Z Compiling signature v2.2.0
17112024-11-07T22:01:10.469Z Compiling curve25519-dalek-derive v0.1.1
17122024-11-07T22:01:10.495Z Compiling zerocopy-derive v0.6.6
17132024-11-07T22:01:10.752Z Compiling lazy_static v1.5.0
17142024-11-07T22:01:10.907Z Compiling object v0.36.5
17152024-11-07T22:01:11.866Z Compiling thread_local v1.1.8
17162024-11-07T22:01:12.387Z Compiling fs-err v2.11.0
17172024-11-07T22:01:12.485Z Compiling encoding_rs v0.8.34
17182024-11-07T22:01:12.581Z Compiling ipnet v2.10.1
17192024-11-07T22:01:12.733Z Compiling unicode-properties v0.1.3
17202024-11-07T22:01:12.763Z Compiling rustc-demangle v0.1.24
17212024-11-07T22:01:13.175Z Compiling anstyle v1.0.8
17222024-11-07T22:01:13.241Z Compiling either v1.13.0
17232024-11-07T22:01:13.638Z Compiling openssl-probe v0.1.5
17242024-11-07T22:01:13.690Z Compiling utf8parse v0.2.2
17252024-11-07T22:01:13.712Z Compiling winnow v0.6.20
17262024-11-07T22:01:13.958Z Compiling mime v0.3.17
17272024-11-07T22:01:14.537Z Compiling stable_deref_trait v1.2.0
17282024-11-07T22:01:15.273Z Compiling anstyle-parse v0.2.5
17292024-11-07T22:01:16.198Z Compiling stringprep v0.1.5
17302024-11-07T22:01:17.660Z Compiling toml_edit v0.22.22
17312024-11-07T22:01:20.647Z Compiling backtrace v0.3.74
17322024-11-07T22:01:26.219Z Compiling crossbeam-deque v0.8.5
17332024-11-07T22:01:28.845Z Compiling term v0.7.0
17342024-11-07T22:01:29.071Z Compiling slog-json v2.6.1
17352024-11-07T22:01:30.385Z Compiling serde_urlencoded v0.7.1
17362024-11-07T22:01:30.959Z Compiling crossbeam-channel v0.5.13
17372024-11-07T22:01:31.756Z Compiling rustls-pemfile v2.2.0
17382024-11-07T22:01:31.907Z Compiling hashbrown v0.14.5
17392024-11-07T22:01:32.048Z Compiling futures-executor v0.3.31
17402024-11-07T22:01:32.433Z Compiling md-5 v0.10.6
17412024-11-07T22:01:32.527Z Compiling idna v0.3.0
17422024-11-07T22:01:32.548Z Compiling idna v0.4.0
17432024-11-07T22:01:32.700Z Compiling num-integer v0.1.46
17442024-11-07T22:01:33.354Z Compiling ff v0.13.0
17452024-11-07T22:01:33.374Z Compiling hash32 v0.2.1
17462024-11-07T22:01:33.476Z Compiling memmap v0.7.0
17472024-11-07T22:01:33.607Z Compiling is-terminal v0.4.13
17482024-11-07T22:01:33.808Z Compiling is_terminal_polyfill v1.70.1
17492024-11-07T22:01:33.951Z Compiling base16ct v0.2.0
17502024-11-07T22:01:33.971Z Compiling psl-types v2.0.11
17512024-11-07T22:01:34.208Z Compiling take_mut v0.2.2
17522024-11-07T22:01:34.389Z Compiling anstyle-query v1.1.1
17532024-11-07T22:01:34.465Z Compiling colorchoice v1.0.2
17542024-11-07T22:01:34.633Z Compiling linked-hash-map v0.5.6
17552024-11-07T22:01:35.359Z Compiling fallible-iterator v0.2.0
17562024-11-07T22:01:35.379Z Compiling utf-8 v0.7.6
17572024-11-07T22:01:35.705Z Compiling quick-error v1.2.3
17582024-11-07T22:01:35.871Z Compiling resolv-conf v0.7.0
17592024-11-07T22:01:35.892Z Compiling tungstenite v0.24.0
17602024-11-07T22:01:36.122Z Compiling postgres-protocol v0.6.7
17612024-11-07T22:01:37.396Z Compiling lru-cache v0.1.2
17622024-11-07T22:01:37.583Z Compiling anstream v0.6.15
17632024-11-07T22:01:37.804Z Compiling publicsuffix v2.2.3
17642024-11-07T22:01:37.886Z Compiling sec1 v0.7.3
17652024-11-07T22:01:38.262Z Compiling slog-term v2.9.1
17662024-11-07T22:01:38.488Z Compiling usdt v0.5.0
17672024-11-07T22:01:38.649Z Compiling group v0.13.0
17682024-11-07T22:01:38.975Z Compiling hickory-proto v0.24.1
17692024-11-07T22:01:39.197Z Compiling num-iter v0.1.45
17702024-11-07T22:01:39.403Z Compiling regress v0.10.1
17712024-11-07T22:01:40.937Z Compiling futures v0.3.31
17722024-11-07T22:01:44.205Z Compiling tokio-rustls v0.25.0
17732024-11-07T22:01:44.661Z Compiling slog-bunyan v2.5.0
17742024-11-07T22:01:45.201Z Compiling tokio-rustls v0.26.0
17752024-11-07T22:01:45.221Z Compiling toml v0.8.19
17762024-11-07T22:01:45.354Z Compiling tokio-native-tls v0.3.1
17772024-11-07T22:01:45.664Z Compiling terminal_size v0.4.0
17782024-11-07T22:01:45.691Z Compiling strum_macros v0.25.3
17792024-11-07T22:01:45.905Z Compiling phf_shared v0.11.2
17802024-11-07T22:01:46.548Z Compiling async-stream v0.3.6
17812024-11-07T22:01:46.878Z Compiling waitgroup v0.1.2
17822024-11-07T22:01:47.396Z Compiling webpki-roots v0.26.6
17832024-11-07T22:01:47.637Z Compiling serde_path_to_error v0.1.16
17842024-11-07T22:01:48.249Z Compiling hkdf v0.12.4
17852024-11-07T22:01:48.268Z Compiling crypto-bigint v0.5.5
17862024-11-07T22:01:48.493Z Compiling clap_derive v4.5.18
17872024-11-07T22:01:48.519Z Compiling derive-where v1.2.7
17882024-11-07T22:01:49.304Z Compiling serde_repr v0.1.19
17892024-11-07T22:01:50.538Z Compiling hostname v0.4.0
17902024-11-07T22:01:50.814Z Compiling crc32fast v1.4.2
17912024-11-07T22:01:51.164Z Compiling managed v0.8.0
17922024-11-07T22:01:51.674Z Compiling unicode-width v0.1.14
17932024-11-07T22:01:52.092Z Compiling bitflags v1.3.2
17942024-11-07T22:01:52.246Z Compiling debug-ignore v1.0.5
17952024-11-07T22:01:52.276Z Compiling clap_lex v0.7.2
17962024-11-07T22:01:52.724Z Compiling clap_builder v4.5.20
17972024-11-07T22:01:52.799Z Compiling console v0.15.8
17982024-11-07T22:01:52.914Z Compiling elliptic-curve v0.13.8
17992024-11-07T22:01:53.732Z Compiling flate2 v1.0.34
18002024-11-07T22:01:54.707Z Compiling hyper-rustls v0.27.3
18012024-11-07T22:01:58.062Z Compiling phf v0.11.2
18022024-11-07T22:01:58.415Z Compiling hyper-tls v0.6.0
18032024-11-07T22:01:58.680Z Compiling hickory-resolver v0.24.1
18042024-11-07T22:01:58.756Z Compiling signal-hook-mio v0.2.4
18052024-11-07T22:01:58.830Z Compiling bzip2 v0.4.4
18062024-11-07T22:01:58.939Z Compiling rayon v1.10.0
18072024-11-07T22:01:59.250Z Compiling typify-impl v0.2.0
18082024-11-07T22:01:59.946Z Compiling cookie_store v0.21.0
18092024-11-07T22:02:01.021Z Compiling tokio-tungstenite v0.24.0
18102024-11-07T22:02:01.392Z Compiling postgres-types v0.2.8
18112024-11-07T22:02:01.811Z Compiling zerocopy v0.6.6
18122024-11-07T22:02:02.745Z Compiling hubpack v0.1.2
18132024-11-07T22:02:02.869Z Compiling ed25519 v2.2.3
18142024-11-07T22:02:03.078Z Compiling phf_shared v0.10.0
18152024-11-07T22:02:03.333Z Compiling pkcs1 v0.7.5
18162024-11-07T22:02:03.481Z Compiling bstr v1.10.0
18172024-11-07T22:02:04.042Z Compiling tokio-stream v0.1.16
18182024-11-07T22:02:04.222Z Compiling serde-big-array v0.5.1
18192024-11-07T22:02:04.419Z Compiling rfc6979 v0.4.0
18202024-11-07T22:02:04.462Z Compiling float-cmp v0.9.0
18212024-11-07T22:02:04.620Z Compiling sync_wrapper v1.0.1
18222024-11-07T22:02:04.710Z Compiling difflib v0.4.0
18232024-11-07T22:02:04.780Z Compiling number_prefix v0.4.0
18242024-11-07T22:02:05.021Z Compiling precomputed-hash v0.1.1
18252024-11-07T22:02:05.081Z Compiling whoami v1.5.2
18262024-11-07T22:02:05.127Z Compiling static_assertions v1.1.0
18272024-11-07T22:02:05.155Z Compiling new_debug_unreachable v1.0.6
18282024-11-07T22:02:05.247Z Compiling fixedbitset v0.4.2
18292024-11-07T22:02:05.269Z Compiling normalize-line-endings v0.3.0
18302024-11-07T22:02:05.517Z Compiling predicates-core v1.0.8
18312024-11-07T22:02:05.683Z Compiling unicode-segmentation v1.12.0
18322024-11-07T22:02:05.926Z Compiling bit-vec v0.6.3
18332024-11-07T22:02:06.031Z Compiling minimal-lexical v0.2.1
18342024-11-07T22:02:06.394Z Compiling bit-set v0.5.3
18352024-11-07T22:02:06.537Z Compiling nom v7.1.3
18362024-11-07T22:02:06.560Z Compiling similar v2.6.0
18372024-11-07T22:02:06.694Z Compiling predicates v3.1.2
18382024-11-07T22:02:07.757Z Compiling petgraph v0.6.5
18392024-11-07T22:02:08.500Z Compiling tokio-postgres v0.7.12
18402024-11-07T22:02:08.575Z Compiling string_cache v0.8.7
18412024-11-07T22:02:09.015Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
18422024-11-07T22:02:10.593Z Compiling indicatif v0.17.8
18432024-11-07T22:02:10.647Z Compiling typify-macro v0.2.0
18442024-11-07T22:02:11.821Z Compiling qorb v0.2.0
18452024-11-07T22:02:12.390Z Compiling reqwest v0.12.8
18462024-11-07T22:02:14.026Z Compiling ecdsa v0.16.9
18472024-11-07T22:02:14.929Z Compiling rsa v0.9.6
18482024-11-07T22:02:15.662Z Compiling ed25519-dalek v2.1.1
18492024-11-07T22:02:16.227Z Compiling zip v0.6.6
18502024-11-07T22:02:16.515Z Compiling crossterm v0.28.1
18512024-11-07T22:02:16.617Z Compiling clap v4.5.20
18522024-11-07T22:02:17.532Z Compiling itertools v0.10.5
18532024-11-07T22:02:19.164Z Compiling itertools v0.12.1
18542024-11-07T22:02:19.699Z Compiling toml v0.7.8
18552024-11-07T22:02:19.982Z Compiling x509-cert v0.2.5
18562024-11-07T22:02:21.098Z Compiling hex v0.4.3
18572024-11-07T22:02:22.401Z Compiling unicode-xid v0.2.6
18582024-11-07T22:02:22.507Z Compiling lalrpop-util v0.19.12
18592024-11-07T22:02:22.526Z Compiling peg-runtime v0.8.3
18602024-11-07T22:02:24.304Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18612024-11-07T22:02:25.628Z Compiling proc-macro-crate v1.3.1
18622024-11-07T22:02:26.537Z Compiling ipnetwork v0.20.0
18632024-11-07T22:02:28.538Z Compiling heapless v0.8.0
18642024-11-07T22:02:29.790Z Compiling num_enum_derive v0.5.11
18652024-11-07T22:02:36.624Z Compiling hash32 v0.3.1
18662024-11-07T22:02:38.726Z Compiling smoltcp v0.11.0
18672024-11-07T22:02:39.436Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18682024-11-07T22:02:40.120Z Compiling ident_case v1.0.1
18692024-11-07T22:02:41.073Z Compiling darling_core v0.20.10
18702024-11-07T22:02:53.998Z Compiling num_enum v0.5.11
18712024-11-07T22:02:54.759Z Compiling typify v0.2.0
18722024-11-07T22:02:57.210Z Compiling proc-macro-error-attr v1.0.4
18732024-11-07T22:02:57.544Z Compiling cobs v0.2.3
18742024-11-07T22:02:58.033Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18752024-11-07T22:02:59.335Z Compiling unsafe-libyaml v0.2.11
18762024-11-07T22:03:00.841Z Compiling serde_yaml v0.9.34+deprecated
18772024-11-07T22:03:03.119Z Compiling postcard v1.0.10
18782024-11-07T22:03:11.732Z Compiling progenitor-impl v0.8.0
18792024-11-07T22:03:18.320Z Compiling darling_macro v0.20.10
18802024-11-07T22:03:26.626Z Compiling strum_macros v0.26.4
18812024-11-07T22:03:27.619Z Compiling foreign-types-macros v0.2.3
18822024-11-07T22:03:27.751Z Compiling structmeta-derive v0.3.0
18832024-11-07T22:03:28.757Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18842024-11-07T22:03:28.856Z Compiling proc-macro-error v1.0.4
18852024-11-07T22:03:29.106Z Compiling foreign-types-shared v0.3.1
18862024-11-07T22:03:29.913Z Compiling newtype-uuid v1.1.2
18872024-11-07T22:03:30.250Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18882024-11-07T22:03:30.994Z Compiling strum v0.26.3
18892024-11-07T22:03:31.144Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18902024-11-07T22:03:31.146Z Compiling structmeta v0.3.0
18912024-11-07T22:03:36.005Z Compiling foreign-types v0.5.0
18922024-11-07T22:03:40.215Z Compiling darling v0.20.10
18932024-11-07T22:03:40.348Z Compiling progenitor-macro v0.8.0
18942024-11-07T22:03:43.328Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
18952024-11-07T22:03:44.273Z Compiling progenitor-client v0.8.0
18962024-11-07T22:03:47.136Z Compiling tabwriter v1.4.0
18972024-11-07T22:03:49.263Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
18982024-11-07T22:03:50.102Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
18992024-11-07T22:03:50.505Z Compiling cstr-argument v0.1.2
19002024-11-07T22:03:50.804Z Compiling crucible-workspace-hack v0.1.0
19012024-11-07T22:03:50.999Z Compiling fastrand v2.1.1
19022024-11-07T22:03:51.140Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
19032024-11-07T22:03:51.487Z Compiling pretty-hex v0.2.1
19042024-11-07T22:03:51.752Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
19052024-11-07T22:03:52.007Z Compiling tempfile v3.13.0
19062024-11-07T22:03:52.306Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
19072024-11-07T22:03:52.468Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
19082024-11-07T22:03:53.221Z Compiling serde_with_macros v3.11.0
19092024-11-07T22:03:53.421Z Compiling parse-display-derive v0.10.0
19102024-11-07T22:03:53.822Z Compiling colored v2.1.0
19112024-11-07T22:03:54.116Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19122024-11-07T22:03:54.203Z Compiling progenitor v0.8.0
19132024-11-07T22:03:54.462Z Compiling instant v0.1.13
19142024-11-07T22:03:54.653Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
19152024-11-07T22:03:54.881Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19162024-11-07T22:03:55.089Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19172024-11-07T22:03:55.089Z Compiling backoff v0.4.0
19182024-11-07T22:03:55.123Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
19192024-11-07T22:03:55.793Z Compiling serde_with v3.11.0
19202024-11-07T22:03:57.294Z Compiling parse-display v0.10.0
19212024-11-07T22:03:58.438Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
19222024-11-07T22:03:59.103Z Compiling zone_cfg_derive v0.3.0
19232024-11-07T22:03:59.358Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
19242024-11-07T22:03:59.441Z Compiling camino-tempfile v1.1.1
19252024-11-07T22:04:00.209Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19262024-11-07T22:04:00.258Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
19272024-11-07T22:04:00.373Z Compiling regress v0.9.1
19282024-11-07T22:04:00.401Z Compiling macaddr v1.0.1
19292024-11-07T22:04:00.462Z Compiling num-derive v0.4.2
19302024-11-07T22:04:00.712Z Compiling sigpipe v0.1.3
19312024-11-07T22:04:00.859Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
19322024-11-07T22:04:01.022Z Compiling libefi-sys v0.1.0
19332024-11-07T22:04:01.226Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
19342024-11-07T22:04:01.373Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
19352024-11-07T22:04:01.958Z Compiling zone v0.3.0
19362024-11-07T22:04:02.694Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
19372024-11-07T22:04:04.383Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
19382024-11-07T22:04:04.638Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
19392024-11-07T22:04:05.313Z Compiling smf v0.2.3
19402024-11-07T22:04:05.364Z Compiling bitfield-struct v0.6.2
19412024-11-07T22:04:06.759Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
19422024-11-07T22:04:07.171Z Compiling blake3 v1.5.4
19432024-11-07T22:04:07.821Z Compiling ring v0.16.20
19442024-11-07T22:04:08.653Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19452024-11-07T22:04:09.194Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
19462024-11-07T22:04:09.231Z Compiling xattr v1.3.1
19472024-11-07T22:04:09.469Z Compiling memmap2 v0.9.5
19482024-11-07T22:04:09.566Z Compiling filetime v0.2.25
19492024-11-07T22:04:09.946Z Compiling spin v0.5.2
19502024-11-07T22:04:10.059Z Compiling arrayvec v0.7.6
19512024-11-07T22:04:10.239Z Compiling same-file v1.0.6
19522024-11-07T22:04:10.426Z Compiling constant_time_eq v0.3.1
19532024-11-07T22:04:10.546Z Compiling arrayref v0.3.9
19542024-11-07T22:04:10.571Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19552024-11-07T22:04:10.641Z Compiling untrusted v0.7.1
19562024-11-07T22:04:10.712Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
19572024-11-07T22:04:10.852Z Compiling walkdir v2.5.0
19582024-11-07T22:04:10.872Z Compiling tar v0.4.42
19592024-11-07T22:04:12.541Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
19602024-11-07T22:04:13.002Z Compiling gethostname v0.5.0
19612024-11-07T22:04:13.234Z Compiling cargo-platform v0.1.8
19622024-11-07T22:04:13.457Z Compiling topological-sort v0.2.2
19632024-11-07T22:04:13.769Z Compiling cargo_metadata v0.18.1
19642024-11-07T22:04:16.992Z Compiling omicron-zone-package v0.11.1
19652024-11-07T22:04:21.314Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
19662024-11-07T22:04:22.999Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
19672024-11-07T22:04:28.260Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
19682024-11-07T22:04:44.552Z Finished `release` profile [optimized] target(s) in 4m 53s
19692024-11-07T22:04:44.719Z Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled`
19702024-11-07T22:04:44.769ZLogging to: /work/oxidecomputer/omicron/out/LOG
19712024-11-07T22:04:44.772ZCreated new build target 'test' and set it as active
19722024-11-07T22:04:44.774Z
19732024-11-07T22:04:44.774Zreal 4:53.341152514
19742024-11-07T22:04:44.774Zuser 33:17.670674179
19752024-11-07T22:04:44.774Zsys 4:02.235062521
19762024-11-07T22:04:44.774Ztrap 1.067346941
19772024-11-07T22:04:44.774Ztflt 2.883059059
19782024-11-07T22:04:44.775Zdflt 0.915949638
19792024-11-07T22:04:44.775Zkflt 0.042611738
19802024-11-07T22:04:44.775Zlock 1:13:00.412867264
19812024-11-07T22:04:44.775Zslp 2:07:12.464507648
19822024-11-07T22:04:44.775Zlat 2:10.196845366
19832024-11-07T22:04:44.775Zstop 4:03.383615541
19842024-11-07T22:04:44.775Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
19852024-11-07T22:04:45.784Z Finished `release` profile [optimized] target(s) in 0.95s
19862024-11-07T22:04:45.845Z Running `target/release/omicron-package -t test package`
19872024-11-07T22:04:45.890ZLogging to: /work/oxidecomputer/omicron/out/LOG
19882024-11-07T22:04:47.122Z Compiling convert_case v0.4.0
19892024-11-07T22:04:47.125Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
19902024-11-07T22:04:47.125Z Compiling itertools v0.13.0
19912024-11-07T22:04:47.125Z Compiling password-hash v0.5.0
19922024-11-07T22:04:47.125Z Compiling blake2 v0.10.6
19932024-11-07T22:04:47.125Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
19942024-11-07T22:04:47.125Z Compiling newline-converter v0.3.0
19952024-11-07T22:04:47.282Z Compiling owo-colors v4.1.0
19962024-11-07T22:04:47.501Z Compiling cancel-safe-futures v0.1.5
19972024-11-07T22:04:47.527Z Compiling expectorate v1.1.0
19982024-11-07T22:04:47.689Z Compiling base64 v0.21.7
19992024-11-07T22:04:47.894Z Compiling argon2 v0.5.3
20002024-11-07T22:04:47.944Z Compiling derive_more v0.99.18
20012024-11-07T22:04:48.549Z Compiling libsw v3.3.1
20022024-11-07T22:04:48.825Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
20032024-11-07T22:04:48.910Z Compiling swrite v0.1.0
20042024-11-07T22:04:48.932Z Compiling linear-map v1.2.0
20052024-11-07T22:04:49.057Z Compiling indent_write v2.2.0
20062024-11-07T22:04:49.318Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
20072024-11-07T22:04:49.415Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
20082024-11-07T22:04:49.437Z Compiling progenitor-client v0.8.0
20092024-11-07T22:04:49.605Z Compiling atomicwrites v0.4.4
20102024-11-07T22:04:49.902Z Compiling progenitor v0.8.0
20112024-11-07T22:04:50.153Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
20122024-11-07T22:04:50.157Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
20132024-11-07T22:04:50.425Z Compiling num-rational v0.4.2
20142024-11-07T22:04:50.689Z Compiling num-complex v0.4.6
20152024-11-07T22:04:51.171Z Compiling float-ord v0.3.2
20162024-11-07T22:04:51.373Z Compiling prettyplease v0.2.22
20172024-11-07T22:04:51.716Z Compiling semver v0.1.20
20182024-11-07T22:04:52.090Z Compiling num v0.4.3
20192024-11-07T22:04:52.239Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
20202024-11-07T22:04:52.307Z Compiling rustc_version v0.1.7
20212024-11-07T22:04:52.741Z Compiling newtype_derive v0.1.6
20222024-11-07T22:04:52.994Z Compiling highway v1.2.0
20232024-11-07T22:04:53.164Z Compiling humantime v2.1.0
20242024-11-07T22:04:54.249Z Compiling home v0.5.9
20252024-11-07T22:04:54.462Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
20262024-11-07T22:04:54.509Z Compiling steno v0.4.1
20272024-11-07T22:04:57.215Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
20282024-11-07T22:04:57.590Z Compiling newtype-uuid v1.1.2
20292024-11-07T22:04:57.969Z Compiling tungstenite v0.21.0
20302024-11-07T22:04:58.772Z Compiling ipnetwork v0.20.0
20312024-11-07T22:04:59.078Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
20322024-11-07T22:04:59.597Z Compiling instant v0.1.13
20332024-11-07T22:04:59.774Z Compiling slog-dtrace v0.3.0
20342024-11-07T22:05:00.216Z Compiling backoff v0.4.0
20352024-11-07T22:05:00.690Z Compiling tokio-tungstenite v0.21.0
20362024-11-07T22:05:01.375Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20372024-11-07T22:05:02.133Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20382024-11-07T22:05:02.508Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20392024-11-07T22:05:03.248Z Compiling parse-display v0.10.0
20402024-11-07T22:05:03.828Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20412024-11-07T22:05:04.029Z Compiling serde_with v3.11.0
20422024-11-07T22:05:04.793Z Compiling strum v0.26.3
20432024-11-07T22:05:05.004Z Compiling regress v0.9.1
20442024-11-07T22:05:06.159Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20452024-11-07T22:05:08.204Z Compiling macaddr v1.0.1
20462024-11-07T22:05:09.071Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20472024-11-07T22:05:10.315Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
20482024-11-07T22:05:10.394Z Compiling arc-swap v1.7.1
20492024-11-07T22:05:11.122Z Compiling display-error-chain v0.2.2
20502024-11-07T22:05:11.368Z Compiling slog-scope v4.4.0
20512024-11-07T22:05:12.218Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
20522024-11-07T22:05:12.654Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
20532024-11-07T22:05:13.760Z Compiling half v2.4.1
20542024-11-07T22:05:14.531Z Compiling ciborium-io v0.2.2
20552024-11-07T22:05:14.698Z Compiling ciborium-ll v0.2.2
20562024-11-07T22:05:15.268Z Compiling slog-stdlog v4.1.1
20572024-11-07T22:05:16.149Z Compiling slog-envlogger v2.2.0
20582024-11-07T22:05:17.249Z Compiling ciborium v0.2.2
20592024-11-07T22:05:18.025Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
20602024-11-07T22:05:19.004Z Compiling fastrand v2.1.1
20612024-11-07T22:05:19.462Z Compiling same-file v1.0.6
20622024-11-07T22:05:19.555Z Compiling tempfile v3.13.0
20632024-11-07T22:05:19.711Z Compiling walkdir v2.5.0
20642024-11-07T22:05:20.364Z Compiling ring v0.16.20
20652024-11-07T22:05:20.400Z Compiling blake3 v1.5.4
20662024-11-07T22:05:21.040Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
20672024-11-07T22:05:24.679Z Compiling xattr v1.3.1
20682024-11-07T22:05:24.995Z Compiling filetime v0.2.25
20692024-11-07T22:05:25.322Z Compiling memmap2 v0.9.5
20702024-11-07T22:05:25.784Z Compiling spin v0.5.2
20712024-11-07T22:05:26.071Z Compiling constant_time_eq v0.3.1
20722024-11-07T22:05:26.254Z Compiling untrusted v0.7.1
20732024-11-07T22:05:26.482Z Compiling keccak v0.1.5
20742024-11-07T22:05:27.604Z Compiling arrayvec v0.7.6
20752024-11-07T22:05:27.913Z Compiling arrayref v0.3.9
20762024-11-07T22:05:28.075Z Compiling sha3 v0.10.8
20772024-11-07T22:05:29.071Z Compiling tar v0.4.42
20782024-11-07T22:05:29.136Z Compiling toolchain_find v0.4.0
20792024-11-07T22:05:29.725Z Compiling camino-tempfile v1.1.1
20802024-11-07T22:05:30.206Z Compiling nibble_vec v0.1.0
20812024-11-07T22:05:30.475Z Compiling topological-sort v0.2.2
20822024-11-07T22:05:30.496Z Compiling radium v0.7.0
20832024-11-07T22:05:30.739Z Compiling endian-type v0.1.2
20842024-11-07T22:05:30.951Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
20852024-11-07T22:05:30.998Z Compiling crunchy v0.2.2
20862024-11-07T22:05:31.019Z Compiling maplit v1.0.2
20872024-11-07T22:05:31.092Z Compiling glob v0.3.1
20882024-11-07T22:05:31.195Z Compiling radix_trie v0.2.1
20892024-11-07T22:05:31.534Z Compiling omicron-zone-package v0.11.1
20902024-11-07T22:05:31.875Z Compiling clang-sys v1.8.1
20912024-11-07T22:05:32.184Z Compiling rustfmt-wrapper v0.2.1
20922024-11-07T22:05:32.231Z Compiling pem v3.0.4
20932024-11-07T22:05:32.576Z Compiling tap v1.0.1
20942024-11-07T22:05:32.784Z Compiling maybe-uninit v2.0.0
20952024-11-07T22:05:32.806Z Compiling tiny-keccak v2.0.2
20962024-11-07T22:05:33.163Z Compiling wyz v0.5.1
20972024-11-07T22:05:33.700Z Compiling dsl_auto_type v0.1.2
20982024-11-07T22:05:33.745Z Compiling scheduled-thread-pool v0.2.7
20992024-11-07T22:05:33.953Z Compiling secrecy v0.8.0
21002024-11-07T22:05:34.175Z Compiling diesel_table_macro_syntax v0.2.0
21012024-11-07T22:05:34.240Z Compiling crc-catalog v2.4.0
21022024-11-07T22:05:34.425Z Compiling funty v2.0.0
21032024-11-07T22:05:34.589Z Compiling packed_struct v0.10.1
21042024-11-07T22:05:34.978Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
21052024-11-07T22:05:34.997Z Compiling diesel_derives v2.2.3
21062024-11-07T22:05:35.101Z Compiling crc v3.2.1
21072024-11-07T22:05:35.345Z Compiling r2d2 v0.8.10
21082024-11-07T22:05:35.411Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
21092024-11-07T22:05:35.830Z Compiling bitvec v1.0.1
21102024-11-07T22:05:36.450Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
21112024-11-07T22:05:36.774Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
21122024-11-07T22:05:36.971Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21132024-11-07T22:05:37.171Z Compiling ascii-canvas v3.0.0
21142024-11-07T22:05:37.665Z Compiling universal-hash v0.5.1
21152024-11-07T22:05:37.923Z Compiling thiserror-impl-no-std v2.0.2
21162024-11-07T22:05:40.617Z Compiling packed_struct_codegen v0.10.1
21172024-11-07T22:05:40.646Z Compiling lzma-sys v0.1.20
21182024-11-07T22:05:41.377Z Compiling ena v0.14.3
21192024-11-07T22:05:41.842Z Compiling libloading v0.8.5
21202024-11-07T22:05:42.272Z Compiling indexmap v1.9.3
21212024-11-07T22:05:42.634Z Compiling nodrop v0.1.14
21222024-11-07T22:05:42.794Z Compiling diff v0.1.13
21232024-11-07T22:05:43.160Z Compiling opaque-debug v0.3.1
21242024-11-07T22:05:43.296Z Compiling bindgen v0.69.5
21252024-11-07T22:05:43.367Z Compiling regex-syntax v0.6.29
21262024-11-07T22:05:43.823Z Compiling poly1305 v0.8.0
21272024-11-07T22:05:46.197Z Compiling diesel v2.2.4
21282024-11-07T22:05:48.652Z Compiling lalrpop v0.19.12
21292024-11-07T22:05:49.789Z Compiling array-init v0.0.4
21302024-11-07T22:05:54.113Z Compiling thiserror-no-std v2.0.2
21312024-11-07T22:05:54.264Z Compiling smallvec v0.6.14
21322024-11-07T22:05:55.397Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
21332024-11-07T22:05:56.493Z Compiling which v4.4.2
21342024-11-07T22:05:57.041Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
21352024-11-07T22:05:57.383Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
21362024-11-07T22:05:57.639Z Compiling chacha20 v0.9.1
21372024-11-07T22:05:58.175Z Compiling heck v0.3.3
21382024-11-07T22:05:58.589Z Compiling cexpr v0.6.0
21392024-11-07T22:06:00.199Z Compiling aead v0.5.2
21402024-11-07T22:06:00.582Z Compiling bitfield v0.14.0
21412024-11-07T22:06:00.896Z Compiling rustc-hash v1.1.0
21422024-11-07T22:06:01.001Z Compiling lazycell v1.3.0
21432024-11-07T22:06:01.068Z Compiling termcolor v1.4.1
21442024-11-07T22:06:01.207Z Compiling hashbrown v0.12.3
21452024-11-07T22:06:02.197Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21462024-11-07T22:06:02.532Z Compiling ref-cast v1.0.23
21472024-11-07T22:06:03.162Z Compiling env_logger v0.10.2
21482024-11-07T22:06:05.752Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21492024-11-07T22:06:06.424Z Compiling chacha20poly1305 v0.10.1
21502024-11-07T22:06:06.702Z Compiling zone_cfg_derive v0.1.2
21512024-11-07T22:06:08.184Z Compiling serde-hex v0.1.0
21522024-11-07T22:06:13.529Z Compiling polar-core v0.27.3
21532024-11-07T22:06:13.852Z Compiling vsss-rs v3.3.4
21542024-11-07T22:06:15.041Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21552024-11-07T22:06:15.398Z Compiling ron v0.8.1
21562024-11-07T22:06:17.805Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
21572024-11-07T22:06:18.142Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21582024-11-07T22:06:18.550Z Compiling derive_builder_core v0.20.2
21592024-11-07T22:06:18.806Z Compiling hashbrown v0.13.2
21602024-11-07T22:06:20.294Z Compiling headers-core v0.3.0
21612024-11-07T22:06:20.499Z Compiling fxhash v0.2.1
21622024-11-07T22:06:20.684Z Compiling libxml v0.3.3
21632024-11-07T22:06:20.759Z Compiling ref-cast-impl v1.0.23
21642024-11-07T22:06:21.067Z Compiling base64 v0.13.1
21652024-11-07T22:06:21.599Z Compiling crc-any v2.5.0
21662024-11-07T22:06:21.835Z Compiling ron v0.7.1
21672024-11-07T22:06:22.038Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21682024-11-07T22:06:22.653Z Compiling derive_builder_macro v0.20.2
21692024-11-07T22:06:23.502Z Compiling headers v0.4.0
21702024-11-07T22:06:24.562Z Compiling object v0.30.4
21712024-11-07T22:06:27.306Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21722024-11-07T22:06:28.024Z Compiling samael v0.0.17
21732024-11-07T22:06:28.815Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21742024-11-07T22:06:29.771Z Compiling xz2 v0.1.7
21752024-11-07T22:06:30.436Z Compiling zone v0.1.8
21762024-11-07T22:06:37.201Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
21772024-11-07T22:06:37.857Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21782024-11-07T22:06:37.870Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
21792024-11-07T22:06:38.180Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
21802024-11-07T22:06:41.319Z Compiling yasna v0.5.2
21812024-11-07T22:06:41.358Z Compiling phf_generator v0.11.2
21822024-11-07T22:06:41.358Z Compiling strum_macros v0.24.3
21832024-11-07T22:06:41.358Z Compiling kstat-rs v0.2.4
21842024-11-07T22:06:41.617Z Compiling async-recursion v1.1.1
21852024-11-07T22:06:42.002Z Compiling unicase v2.7.0
21862024-11-07T22:06:42.359Z Compiling indoc v1.0.9
21872024-11-07T22:06:43.119Z Compiling path-slash v0.1.5
21882024-11-07T22:06:43.150Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
21892024-11-07T22:06:43.233Z Compiling rcgen v0.12.1
21902024-11-07T22:06:43.253Z Compiling phf_codegen v0.11.2
21912024-11-07T22:06:43.413Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21922024-11-07T22:06:43.494Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21932024-11-07T22:06:43.928Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
21942024-11-07T22:06:56.775Z Compiling derive_builder v0.20.2
21952024-11-07T22:06:57.884Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
21962024-11-07T22:06:59.543Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
21972024-11-07T22:06:59.888Z Compiling http v0.2.12
21982024-11-07T22:07:02.134Z Compiling oso-derive v0.27.3
21992024-11-07T22:07:03.148Z Compiling impl-trait-for-tuples v0.2.2
22002024-11-07T22:07:03.628Z Compiling parse-zoneinfo v0.3.1
22012024-11-07T22:07:04.832Z Compiling libz-sys v1.1.20
22022024-11-07T22:07:05.228Z Compiling quick-xml v0.33.0
22032024-11-07T22:07:05.309Z Compiling subprocess v0.2.9
22042024-11-07T22:07:05.542Z Compiling diesel-dtrace v0.3.0
22052024-11-07T22:07:05.899Z Compiling parking_lot_core v0.8.6
22062024-11-07T22:07:06.388Z Compiling cfg_aliases v0.1.1
22072024-11-07T22:07:06.524Z Compiling nix v0.28.0
22082024-11-07T22:07:07.363Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22092024-11-07T22:07:09.561Z Compiling oso v0.27.3
22102024-11-07T22:07:10.439Z Compiling chrono-tz-build v0.4.0
22112024-11-07T22:07:11.618Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
22122024-11-07T22:07:13.218Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
22132024-11-07T22:07:15.406Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22142024-11-07T22:07:18.607Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
22152024-11-07T22:07:18.848Z Compiling bb8 v0.8.5
22162024-11-07T22:07:18.939Z Compiling const_format_proc_macros v0.2.33
22172024-11-07T22:07:19.545Z Compiling vte_generate_state_changes v0.1.2
22182024-11-07T22:07:20.211Z Compiling buf-list v1.0.3
22192024-11-07T22:07:20.848Z Compiling const_format v0.2.33
22202024-11-07T22:07:20.893Z Compiling vte v0.11.1
22212024-11-07T22:07:22.166Z Compiling async-bb8-diesel v0.2.1
22222024-11-07T22:07:22.465Z Compiling chrono-tz v0.10.0
22232024-11-07T22:07:23.644Z Compiling h2 v0.3.26
22242024-11-07T22:07:24.013Z Compiling http-body v0.4.6
22252024-11-07T22:07:24.853Z Compiling fd-lock v4.0.2
22262024-11-07T22:07:25.116Z Compiling libgit2-sys v0.17.0+1.8.1
22272024-11-07T22:07:25.919Z Compiling pin-project-internal v1.1.6
22282024-11-07T22:07:27.736Z Compiling atty v0.2.14
22292024-11-07T22:07:27.933Z Compiling bytecount v0.6.8
22302024-11-07T22:07:28.285Z Compiling salty v0.3.0
22312024-11-07T22:07:28.711Z Compiling pin-project v1.1.6
22322024-11-07T22:07:28.787Z Compiling papergrid v0.11.0
22332024-11-07T22:07:42.314Z Compiling hyper v0.14.30
22342024-11-07T22:07:50.467Z Compiling parking_lot v0.11.2
22352024-11-07T22:07:51.815Z Compiling strip-ansi-escapes v0.2.0
22362024-11-07T22:07:52.784Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
22372024-11-07T22:07:53.523Z Compiling tabled_derive v0.7.0
22382024-11-07T22:07:55.670Z Compiling peg-macros v0.8.4
22392024-11-07T22:07:57.638Z Compiling snafu-derive v0.8.5
22402024-11-07T22:07:57.726Z Compiling sqlparser_derive v0.2.2
22412024-11-07T22:07:58.755Z Compiling simd-adler32 v0.3.7
22422024-11-07T22:07:58.969Z Compiling zip v2.1.3
22432024-11-07T22:07:59.348Z Compiling unicode_categories v0.1.1
22442024-11-07T22:07:59.759Z Compiling lockfree-object-pool v0.1.6
22452024-11-07T22:07:59.956Z Compiling sync_wrapper v0.1.2
22462024-11-07T22:08:00.102Z Compiling bumpalo v3.16.0
22472024-11-07T22:08:00.122Z Compiling nu-ansi-term v0.50.1
22482024-11-07T22:08:01.075Z Compiling rustyline v14.0.0
22492024-11-07T22:08:01.384Z Compiling reedline v0.35.0
22502024-11-07T22:08:01.439Z Compiling zopfli v0.8.1
22512024-11-07T22:08:02.310Z Compiling snafu v0.8.5
22522024-11-07T22:08:02.551Z Compiling reqwest v0.11.27
22532024-11-07T22:08:02.797Z Compiling sqlformat v0.2.6
22542024-11-07T22:08:03.722Z Compiling peg v0.8.4
22552024-11-07T22:08:03.850Z Compiling sqlparser v0.45.0
22562024-11-07T22:08:05.886Z Compiling tabled v0.15.0
22572024-11-07T22:08:14.289Z Compiling sled v0.34.7
22582024-11-07T22:08:20.490Z Compiling mime_guess v2.0.5
22592024-11-07T22:08:26.983Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
22602024-11-07T22:08:27.624Z Compiling hickory-client v0.24.1
22612024-11-07T22:08:28.169Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
22622024-11-07T22:08:33.291Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22632024-11-07T22:08:38.528Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
22642024-11-07T22:08:39.505Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
22652024-11-07T22:08:39.551Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22662024-11-07T22:08:41.218Z Compiling globset v0.4.15
22672024-11-07T22:08:48.838Z Compiling hickory-server v0.24.1
22682024-11-07T22:08:48.969Z Compiling primeorder v0.13.6
22692024-11-07T22:08:49.658Z Compiling olpc-cjson v0.1.4
22702024-11-07T22:08:49.945Z Compiling vergen v8.3.2
22712024-11-07T22:08:50.043Z Compiling bcs v0.1.6
22722024-11-07T22:08:50.294Z Compiling env_filter v0.1.2
22732024-11-07T22:08:51.022Z Compiling cargo-platform v0.1.8
22742024-11-07T22:08:51.584Z Compiling serde_plain v1.0.2
22752024-11-07T22:08:51.922Z Compiling nanorand v0.7.0
22762024-11-07T22:08:52.188Z Compiling displaydoc v0.2.5
22772024-11-07T22:08:52.401Z Compiling memoffset v0.9.1
22782024-11-07T22:08:52.633Z Compiling typed-path v0.7.1
22792024-11-07T22:08:52.952Z Compiling flume v0.11.0
22802024-11-07T22:08:53.802Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22812024-11-07T22:08:57.892Z Compiling tough v0.17.1
22822024-11-07T22:08:59.514Z Compiling cargo_metadata v0.18.1
22832024-11-07T22:09:00.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
22842024-11-07T22:09:01.456Z Compiling env_logger v0.11.5
22852024-11-07T22:09:02.814Z Compiling p384 v0.13.0
22862024-11-07T22:09:02.970Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
22872024-11-07T22:09:09.827Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
22882024-11-07T22:09:11.768Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
22892024-11-07T22:09:13.148Z Compiling git2 v0.19.0
22902024-11-07T22:09:13.232Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
22912024-11-07T22:09:18.723Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
22922024-11-07T22:09:20.483Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
22932024-11-07T22:09:21.810Z Compiling rand_seeder v0.3.0
22942024-11-07T22:09:22.276Z Compiling libsqlite3-sys v0.30.1
22952024-11-07T22:09:22.623Z Compiling parse-size v1.1.0
22962024-11-07T22:09:22.844Z Compiling rustls v0.21.12
22972024-11-07T22:09:22.972Z Compiling cfg_aliases v0.2.1
22982024-11-07T22:09:23.107Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
22992024-11-07T22:09:23.215Z Compiling nix v0.29.0
23002024-11-07T22:09:23.513Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
23012024-11-07T22:09:23.533Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
23022024-11-07T22:09:24.511Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
23032024-11-07T22:09:25.024Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
23042024-11-07T22:09:25.391Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
23052024-11-07T22:09:26.007Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
23062024-11-07T22:09:26.183Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23072024-11-07T22:09:26.356Z Compiling sct v0.7.1
23082024-11-07T22:09:26.877Z Compiling rustls-webpki v0.101.7
23092024-11-07T22:09:30.551Z Compiling castaway v0.2.3
23102024-11-07T22:09:30.769Z Compiling csv-core v0.1.11
23112024-11-07T22:09:31.005Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23122024-11-07T22:09:31.064Z Compiling http-range v0.1.5
23132024-11-07T22:09:31.702Z Compiling hyper-staticfile v0.10.1
23142024-11-07T22:09:31.760Z Compiling csv v1.3.0
23152024-11-07T22:09:33.501Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
23162024-11-07T22:09:34.020Z Compiling compact_str v0.8.0
23172024-11-07T22:09:34.896Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23182024-11-07T22:09:36.846Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
23192024-11-07T22:09:40.627Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23202024-11-07T22:09:41.764Z Compiling nix v0.27.1
23212024-11-07T22:09:43.794Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
23222024-11-07T22:09:45.433Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
23232024-11-07T22:09:50.788Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
23242024-11-07T22:09:54.038Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
23252024-11-07T22:09:58.468Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23262024-11-07T22:09:58.550Z Compiling unicode-truncate v1.1.0
23272024-11-07T22:09:58.832Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
23282024-11-07T22:09:58.863Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
23292024-11-07T22:09:59.219Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
23302024-11-07T22:09:59.244Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
23312024-11-07T22:10:01.635Z Compiling hashlink v0.9.1
23322024-11-07T22:10:02.100Z Compiling tungstenite v0.23.0
23332024-11-07T22:10:02.418Z Compiling lru v0.12.5
23342024-11-07T22:10:02.503Z Compiling instability v0.3.2
23352024-11-07T22:10:02.846Z Compiling fallible-streaming-iterator v0.1.9
23362024-11-07T22:10:03.177Z Compiling cassowary v0.3.0
23372024-11-07T22:10:03.585Z Compiling fallible-iterator v0.3.0
23382024-11-07T22:10:04.466Z Compiling rusqlite v0.32.1
23392024-11-07T22:10:06.893Z Compiling ratatui v0.28.1
23402024-11-07T22:10:07.035Z Compiling tokio-tungstenite v0.23.1
23412024-11-07T22:10:07.740Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
23422024-11-07T22:10:12.097Z Compiling tokio-rustls v0.24.1
23432024-11-07T22:10:12.615Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
23442024-11-07T22:10:27.096Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
23452024-11-07T22:10:28.812Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
23462024-11-07T22:10:28.930Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23472024-11-07T22:10:31.389Z Compiling rustls-pemfile v1.0.4
23482024-11-07T22:10:32.223Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
23492024-11-07T22:10:32.603Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
23502024-11-07T22:10:33.210Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
23512024-11-07T22:10:33.386Z Compiling signal-hook-tokio v0.3.1
23522024-11-07T22:10:33.406Z Compiling twox-hash v1.6.3
23532024-11-07T22:10:33.628Z Compiling is_ci v1.2.0
23542024-11-07T22:10:33.982Z Compiling smawk v0.3.2
23552024-11-07T22:10:34.277Z Compiling unicode-linebreak v0.1.5
23562024-11-07T22:10:34.875Z Compiling textwrap v0.16.1
23572024-11-07T22:10:37.588Z Compiling supports-color v3.0.1
23582024-11-07T22:10:38.533Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23592024-11-07T22:10:42.737Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
23602024-11-07T22:10:47.086Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
23612024-11-07T22:10:48.950Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
23622024-11-07T22:10:54.000Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
23632024-11-07T22:11:00.525Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
23642024-11-07T22:11:01.185Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
23652024-11-07T22:11:08.142Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23662024-11-07T22:11:15.408Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
23672024-11-07T22:11:15.760Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
23682024-11-07T22:11:21.205Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
23692024-11-07T22:11:22.691Z Compiling fatfs v0.3.6
23702024-11-07T22:11:25.809Z Compiling rtoolbox v0.0.2
23712024-11-07T22:11:26.307Z Compiling assert_matches v1.5.0
23722024-11-07T22:11:27.390Z Compiling rpassword v7.3.1
23732024-11-07T22:11:27.908Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
23742024-11-07T22:11:31.110Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23752024-11-07T22:11:34.490Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
23762024-11-07T22:11:41.995Z Compiling tui-tree-widget v0.22.0
23772024-11-07T22:11:42.498Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
23782024-11-07T22:11:44.178Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
23792024-11-07T22:11:57.796Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
23802024-11-07T22:11:58.151Z Compiling uzers v0.12.1
23812024-11-07T22:11:58.352Z Compiling shell-words v1.1.0
23822024-11-07T22:11:58.909Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
23832024-11-07T22:12:00.956Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
23842024-11-07T22:12:01.404Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
23852024-11-07T22:12:29.073Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
23862024-11-07T22:12:34.034Z Compiling multimap v0.10.0
23872024-11-07T22:14:45.408Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
23882024-11-07T22:15:06.271Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892024-11-07T22:24:12.218Z Finished `release` profile [optimized] target(s) in 19m 25s
23902024-11-07T22:25:10.545Z
23912024-11-07T22:25:10.548Zreal 20:25.533630821
23922024-11-07T22:25:10.548Zuser 2:12:42.182332068
23932024-11-07T22:25:10.548Zsys 6:08.718289054
23942024-11-07T22:25:10.548Ztrap 3.507936360
23952024-11-07T22:25:10.548Ztflt 3.104049558
23962024-11-07T22:25:10.548Zdflt 5.295832189
23972024-11-07T22:25:10.548Zkflt 0.010957660
23982024-11-07T22:25:10.548Zlock 7:56:32.485394107
23992024-11-07T22:25:10.548Zslp 6:35:00.650903289
24002024-11-07T22:25:10.548Zlat 3:00.264567618
24012024-11-07T22:25:10.548Zstop 2:44.064923401
24022024-11-07T22:25:10.548Z+ mapfile -t packages
24032024-11-07T22:25:10.548Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
24042024-11-07T22:25:11.579Z Finished `release` profile [optimized] target(s) in 0.97s
24052024-11-07T22:25:11.641Z Running `target/release/omicron-package -t test list-outputs`
24062024-11-07T22:25:11.684ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072024-11-07T22:25:11.687Z+ ptime -m cargo build --locked --release -p xtask
24082024-11-07T22:25:12.258Z Compiling serde v1.0.210
24092024-11-07T22:25:12.261Z Compiling serde_json v1.0.128
24102024-11-07T22:25:12.261Z Compiling libc v0.2.161
24112024-11-07T22:25:12.261Z Compiling rustix v0.38.37
24122024-11-07T22:25:12.261Z Compiling bitflags v2.6.0
24132024-11-07T22:25:12.348Z Compiling syn v2.0.79
24142024-11-07T22:25:12.696Z Compiling usdt-impl v0.5.0
24152024-11-07T22:25:12.789Z Compiling syn v1.0.109
24162024-11-07T22:25:12.809Z Compiling hashbrown v0.15.0
24172024-11-07T22:25:12.889Z Compiling log v0.4.22
24182024-11-07T22:25:12.923Z Compiling fs-err v2.11.0
24192024-11-07T22:25:13.247Z Compiling anyhow v1.0.92
24202024-11-07T22:25:13.372Z Compiling once_cell v1.20.2
24212024-11-07T22:25:13.845Z Compiling thread-id v4.2.2
24222024-11-07T22:25:14.257Z Compiling indexmap v2.6.0
24232024-11-07T22:25:15.441Z Compiling terminal_size v0.4.0
24242024-11-07T22:25:15.441Z Compiling tempfile v3.13.0
24252024-11-07T22:25:15.687Z Compiling clap_builder v4.5.20
24262024-11-07T22:25:16.050Z Compiling proc-macro-error v1.0.4
24272024-11-07T22:25:17.358Z Compiling tabled_derive v0.7.0
24282024-11-07T22:25:18.652Z Compiling tabled v0.15.0
24292024-11-07T22:25:19.813Z Compiling serde_derive v1.0.210
24302024-11-07T22:25:19.816Z Compiling thiserror-impl v1.0.64
24312024-11-07T22:25:19.816Z Compiling zerocopy-derive v0.7.35
24322024-11-07T22:25:20.957Z Compiling scroll_derive v0.12.0
24332024-11-07T22:25:21.865Z Compiling zerocopy v0.7.35
24342024-11-07T22:25:22.410Z Compiling scroll v0.12.0
24352024-11-07T22:25:22.518Z Compiling thiserror v1.0.64
24362024-11-07T22:25:22.681Z Compiling pest v2.7.14
24372024-11-07T22:25:23.530Z Compiling goblin v0.8.2
24382024-11-07T22:25:25.895Z Compiling pest_meta v2.7.14
24392024-11-07T22:25:27.116Z Compiling clap_derive v4.5.18
24402024-11-07T22:25:27.334Z Compiling pest_generator v2.7.14
24412024-11-07T22:25:29.965Z Compiling pest_derive v2.7.14
24422024-11-07T22:25:30.781Z Compiling dtrace-parser v0.2.0
24432024-11-07T22:25:32.544Z Compiling clap v4.5.20
24442024-11-07T22:25:36.449Z Compiling serde_tokenstream v0.2.2
24452024-11-07T22:25:37.115Z Compiling serde_spanned v0.6.8
24462024-11-07T22:25:37.428Z Compiling toml_datetime v0.6.8
24472024-11-07T22:25:37.918Z Compiling dof v0.3.0
24482024-11-07T22:25:38.194Z Compiling toml_edit v0.22.22
24492024-11-07T22:25:40.312Z Compiling camino v1.1.9
24502024-11-07T22:25:40.600Z Compiling usdt-attr-macro v0.5.0
24512024-11-07T22:25:41.757Z Compiling usdt-macro v0.5.0
24522024-11-07T22:25:42.033Z Compiling toml v0.8.19
24532024-11-07T22:25:43.003Z Compiling semver v1.0.23
24542024-11-07T22:25:44.523Z Compiling cargo-platform v0.1.8
24552024-11-07T22:25:44.559Z Compiling cargo_toml v0.20.5
24562024-11-07T22:25:45.658Z Compiling cargo_metadata v0.18.1
24572024-11-07T22:25:47.901Z Compiling usdt v0.5.0
24582024-11-07T22:25:48.504Z Compiling camino-tempfile v1.1.1
24592024-11-07T22:25:48.894Z Compiling macaddr v1.0.1
24602024-11-07T22:25:58.095Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
24612024-11-07T22:26:09.874Z Finished `release` profile [optimized] target(s) in 58.11s
24622024-11-07T22:26:09.997Z
24632024-11-07T22:26:09.997Zreal 58.243267589
24642024-11-07T22:26:09.997Zuser 5:53.836934518
24652024-11-07T22:26:09.997Zsys 29.890547481
24662024-11-07T22:26:09.998Ztrap 0.164338884
24672024-11-07T22:26:09.998Ztflt 0.311374970
24682024-11-07T22:26:10.014Zdflt 0.530313160
24692024-11-07T22:26:10.015Zkflt 0.000000000
24702024-11-07T22:26:10.015Zlock 11:35.636234012
24712024-11-07T22:26:10.015Zslp 17:12.602556059
24722024-11-07T22:26:10.016Zlat 13.427410594
24732024-11-07T22:26:10.017Zstop 14.878483008
24742024-11-07T22:26:10.017Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
24752024-11-07T22:26:10.019Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
24762024-11-07T22:26:10.019Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
24772024-11-07T22:26:10.020Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
24782024-11-07T22:26:10.020Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
24792024-11-07T22:26:10.853Z Compiling hashbrown v0.14.5
24802024-11-07T22:26:10.978Z Compiling unsafe-libyaml v0.2.11
24812024-11-07T22:26:10.996Z Compiling progenitor-client v0.8.0
24822024-11-07T22:26:11.004Z Compiling ident_case v1.0.1
24832024-11-07T22:26:11.004Z Compiling ipnetwork v0.20.0
24842024-11-07T22:26:11.004Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24852024-11-07T22:26:11.004Z Compiling instant v0.1.13
24862024-11-07T22:26:11.004Z Compiling structmeta-derive v0.3.0
24872024-11-07T22:26:11.189Z Compiling darling_core v0.20.10
24882024-11-07T22:26:11.196Z Compiling newtype-uuid v1.1.2
24892024-11-07T22:26:11.454Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24902024-11-07T22:26:11.492Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
24912024-11-07T22:26:11.887Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922024-11-07T22:26:11.974Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24932024-11-07T22:26:12.231Z Compiling backoff v0.4.0
24942024-11-07T22:26:12.261Z Compiling regress v0.10.1
24952024-11-07T22:26:12.287Z Compiling regress v0.9.1
24962024-11-07T22:26:12.351Z Compiling serde_yaml v0.9.34+deprecated
24972024-11-07T22:26:12.607Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24982024-11-07T22:26:12.799Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24992024-11-07T22:26:12.818Z Compiling macaddr v1.0.1
25002024-11-07T22:26:12.903Z Compiling tempfile v3.13.0
25012024-11-07T22:26:12.970Z Compiling proc-macro-crate v1.3.1
25022024-11-07T22:26:13.294Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25032024-11-07T22:26:13.710Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25042024-11-07T22:26:13.783Z Compiling foreign-types-macros v0.2.3
25052024-11-07T22:26:13.884Z Compiling structmeta v0.3.0
25062024-11-07T22:26:14.034Z Compiling foreign-types-shared v0.3.1
25072024-11-07T22:26:14.053Z Compiling num_enum_derive v0.5.11
25082024-11-07T22:26:14.161Z Compiling heapless v0.8.0
25092024-11-07T22:26:14.309Z Compiling parse-display-derive v0.10.0
25102024-11-07T22:26:15.098Z Compiling foreign-types v0.5.0
25112024-11-07T22:26:15.218Z Compiling proc-macro-error v1.0.4
25122024-11-07T22:26:15.435Z Compiling camino-tempfile v1.1.1
25132024-11-07T22:26:16.098Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25142024-11-07T22:26:16.107Z Compiling hash32 v0.3.1
25152024-11-07T22:26:16.211Z Compiling typify-impl v0.2.0
25162024-11-07T22:26:16.538Z Compiling cstr-argument v0.1.2
25172024-11-07T22:26:16.625Z Compiling num_enum v0.5.11
25182024-11-07T22:26:16.784Z Compiling crucible-workspace-hack v0.1.0
25192024-11-07T22:26:16.810Z Compiling pretty-hex v0.2.1
25202024-11-07T22:26:16.828Z Compiling smoltcp v0.11.0
25212024-11-07T22:26:17.018Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
25222024-11-07T22:26:17.132Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25232024-11-07T22:26:17.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25242024-11-07T22:26:17.385Z Compiling tabwriter v1.4.0
25252024-11-07T22:26:17.439Z Compiling colored v2.1.0
25262024-11-07T22:26:17.637Z Compiling cobs v0.2.3
25272024-11-07T22:26:17.940Z Compiling postcard v1.0.10
25282024-11-07T22:26:17.985Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25292024-11-07T22:26:17.999Z Compiling darling_macro v0.20.10
25302024-11-07T22:26:18.077Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25312024-11-07T22:26:18.235Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25322024-11-07T22:26:18.277Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
25332024-11-07T22:26:18.379Z Compiling smf v0.2.3
25342024-11-07T22:26:18.616Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25352024-11-07T22:26:18.755Z Compiling parse-display v0.10.0
25362024-11-07T22:26:18.982Z Compiling zone_cfg_derive v0.3.0
25372024-11-07T22:26:19.002Z Compiling darling v0.20.10
25382024-11-07T22:26:19.131Z Compiling serde_with_macros v3.11.0
25392024-11-07T22:26:19.162Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25402024-11-07T22:26:19.472Z Compiling num-derive v0.4.2
25412024-11-07T22:26:19.677Z Compiling sigpipe v0.1.3
25422024-11-07T22:26:19.765Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25432024-11-07T22:26:19.817Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25442024-11-07T22:26:20.117Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
25452024-11-07T22:26:20.516Z Compiling zone v0.3.0
25462024-11-07T22:26:20.624Z Compiling universal-hash v0.5.1
25472024-11-07T22:26:20.854Z Compiling opaque-debug v0.3.1
25482024-11-07T22:26:20.941Z Compiling num-rational v0.4.2
25492024-11-07T22:26:20.974Z Compiling password-hash v0.5.0
25502024-11-07T22:26:21.935Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25512024-11-07T22:26:21.968Z Compiling serde_with v3.11.0
25522024-11-07T22:26:22.030Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
25532024-11-07T22:26:22.185Z Compiling blake2 v0.10.6
25542024-11-07T22:26:22.683Z Compiling num-complex v0.4.6
25552024-11-07T22:26:22.906Z Compiling aead v0.5.2
25562024-11-07T22:26:23.043Z Compiling convert_case v0.4.0
25572024-11-07T22:26:23.324Z Compiling keccak v0.1.5
25582024-11-07T22:26:23.637Z Compiling argon2 v0.5.3
25592024-11-07T22:26:23.779Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25602024-11-07T22:26:23.863Z Compiling num v0.4.3
25612024-11-07T22:26:23.995Z Compiling sha3 v0.10.8
25622024-11-07T22:26:24.021Z Compiling derive_more v0.99.18
25632024-11-07T22:26:24.109Z Compiling poly1305 v0.8.0
25642024-11-07T22:26:24.516Z Compiling tungstenite v0.21.0
25652024-11-07T22:26:25.129Z Compiling chacha20 v0.9.1
25662024-11-07T22:26:25.653Z Compiling float-ord v0.3.2
25672024-11-07T22:26:25.841Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
25682024-11-07T22:26:25.881Z Compiling base64 v0.21.7
25692024-11-07T22:26:26.140Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25702024-11-07T22:26:26.217Z Compiling tokio-tungstenite v0.21.0
25712024-11-07T22:26:26.604Z Compiling semver v0.1.20
25722024-11-07T22:26:26.604Z Compiling same-file v1.0.6
25732024-11-07T22:26:26.657Z Compiling newline-converter v0.3.0
25742024-11-07T22:26:26.697Z Compiling primeorder v0.13.6
25752024-11-07T22:26:26.846Z Compiling walkdir v2.5.0
25762024-11-07T22:26:26.846Z Compiling secrecy v0.8.0
25772024-11-07T22:26:26.931Z Compiling home v0.5.9
25782024-11-07T22:26:27.148Z Compiling rustc_version v0.1.7
25792024-11-07T22:26:27.194Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25802024-11-07T22:26:27.237Z Compiling cancel-safe-futures v0.1.5
25812024-11-07T22:26:27.256Z Compiling owo-colors v4.1.0
25822024-11-07T22:26:27.287Z Compiling prettyplease v0.2.22
25832024-11-07T22:26:27.623Z Compiling expectorate v1.1.0
25842024-11-07T22:26:27.644Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25852024-11-07T22:26:27.646Z Compiling thiserror-impl-no-std v2.0.2
25862024-11-07T22:26:27.683Z Compiling blake3 v1.5.4
25872024-11-07T22:26:27.709Z Compiling newtype_derive v0.1.6
25882024-11-07T22:26:27.825Z Compiling ring v0.16.20
25892024-11-07T22:26:28.015Z Compiling half v2.4.1
25902024-11-07T22:26:28.081Z Compiling unicase v2.7.0
25912024-11-07T22:26:28.102Z Compiling ciborium-io v0.2.2
25922024-11-07T22:26:28.255Z Compiling arc-swap v1.7.1
25932024-11-07T22:26:28.627Z Compiling ciborium-ll v0.2.2
25942024-11-07T22:26:28.753Z Compiling slog-scope v4.4.0
25952024-11-07T22:26:28.924Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962024-11-07T22:26:29.288Z Compiling polyval v0.6.2
25972024-11-07T22:26:29.655Z Compiling atomicwrites v0.4.4
25982024-11-07T22:26:29.774Z Compiling libsw v3.3.1
25992024-11-07T22:26:30.058Z Compiling memmap2 v0.9.5
26002024-11-07T22:26:30.138Z Compiling arrayref v0.3.9
26012024-11-07T22:26:30.264Z Compiling spin v0.5.2
26022024-11-07T22:26:30.532Z Compiling libefi-sys v0.1.0
26032024-11-07T22:26:30.556Z Compiling arrayvec v0.7.6
26042024-11-07T22:26:30.744Z Compiling thiserror-no-std v2.0.2
26052024-11-07T22:26:30.846Z Compiling linear-map v1.2.0
26062024-11-07T22:26:30.872Z Compiling parking_lot_core v0.8.6
26072024-11-07T22:26:31.022Z Compiling constant_time_eq v0.3.1
26082024-11-07T22:26:31.221Z Compiling salty v0.3.0
26092024-11-07T22:26:31.241Z Compiling untrusted v0.7.1
26102024-11-07T22:26:31.365Z Compiling indent_write v2.2.0
26112024-11-07T22:26:31.597Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
26122024-11-07T22:26:31.617Z Compiling vsss-rs v3.3.4
26132024-11-07T22:26:31.691Z Compiling ghash v0.5.1
26142024-11-07T22:26:31.762Z Compiling slog-stdlog v4.1.1
26152024-11-07T22:26:31.906Z Compiling ciborium v0.2.2
26162024-11-07T22:26:32.619Z Compiling toolchain_find v0.4.0
26172024-11-07T22:26:32.639Z Compiling p384 v0.13.0
26182024-11-07T22:26:32.747Z Compiling chacha20poly1305 v0.10.1
26192024-11-07T22:26:33.027Z Compiling itertools v0.13.0
26202024-11-07T22:26:33.054Z Compiling typify-macro v0.2.0
26212024-11-07T22:26:33.351Z Compiling lzma-sys v0.1.20
26222024-11-07T22:26:33.493Z Compiling ctr v0.9.2
26232024-11-07T22:26:33.874Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26242024-11-07T22:26:34.189Z Compiling bitfield-struct v0.6.2
26252024-11-07T22:26:34.268Z Compiling slog-dtrace v0.3.0
26262024-11-07T22:26:34.314Z Compiling highway v1.2.0
26272024-11-07T22:26:34.595Z Compiling topological-sort v0.2.2
26282024-11-07T22:26:34.857Z Compiling omicron-zone-package v0.11.1
26292024-11-07T22:26:35.361Z Compiling aes-gcm v0.10.3
26302024-11-07T22:26:35.391Z Compiling rustfmt-wrapper v0.2.1
26312024-11-07T22:26:35.674Z Compiling mime_guess v2.0.5
26322024-11-07T22:26:35.774Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26332024-11-07T22:26:35.868Z Compiling steno v0.4.1
26342024-11-07T22:26:36.096Z Compiling slog-envlogger v2.2.0
26352024-11-07T22:26:36.902Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26362024-11-07T22:26:36.905Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26372024-11-07T22:26:37.019Z Compiling heck v0.3.3
26382024-11-07T22:26:37.219Z Compiling ssh-encoding v0.2.0
26392024-11-07T22:26:37.405Z Compiling blowfish v0.9.1
26402024-11-07T22:26:37.474Z Compiling nibble_vec v0.1.0
26412024-11-07T22:26:37.496Z Compiling typify v0.2.0
26422024-11-07T22:26:37.613Z Compiling env_filter v0.1.2
26432024-11-07T22:26:37.656Z Compiling progenitor-impl v0.8.0
26442024-11-07T22:26:37.709Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26452024-11-07T22:26:37.829Z Compiling humantime v2.1.0
26462024-11-07T22:26:37.916Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26472024-11-07T22:26:38.077Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26482024-11-07T22:26:38.133Z Compiling endian-type v0.1.2
26492024-11-07T22:26:38.212Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26502024-11-07T22:26:38.309Z Compiling env_logger v0.11.5
26512024-11-07T22:26:38.347Z Compiling bcrypt-pbkdf v0.10.0
26522024-11-07T22:26:38.378Z Compiling radix_trie v0.2.1
26532024-11-07T22:26:38.395Z Compiling ssh-cipher v0.2.0
26542024-11-07T22:26:39.006Z Compiling zone_cfg_derive v0.1.2
26552024-11-07T22:26:39.155Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26562024-11-07T22:26:39.175Z Compiling parking_lot v0.11.2
26572024-11-07T22:26:39.598Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26582024-11-07T22:26:40.085Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26592024-11-07T22:26:40.166Z Compiling gethostname v0.5.0
26602024-11-07T22:26:40.219Z Compiling password-hash v0.4.2
26612024-11-07T22:26:40.371Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26622024-11-07T22:26:40.495Z Compiling fxhash v0.2.1
26632024-11-07T22:26:40.565Z Compiling matches v0.1.10
26642024-11-07T22:26:40.687Z Compiling base64 v0.13.1
26652024-11-07T22:26:40.707Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26662024-11-07T22:26:40.727Z Compiling pbkdf2 v0.11.0
26672024-11-07T22:26:41.021Z Compiling sled v0.34.7
26682024-11-07T22:26:41.080Z Compiling idna v0.2.3
26692024-11-07T22:26:41.117Z Compiling zone v0.1.8
26702024-11-07T22:26:41.136Z Compiling ron v0.7.1
26712024-11-07T22:26:41.153Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26722024-11-07T22:26:41.325Z Compiling xz2 v0.1.7
26732024-11-07T22:26:41.821Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26742024-11-07T22:26:42.726Z Compiling hickory-client v0.24.1
26752024-11-07T22:26:42.773Z Compiling ssh-key v0.6.6
26762024-11-07T22:26:43.343Z Compiling p521 v0.13.3
26772024-11-07T22:26:43.499Z Compiling p256 v0.13.2
26782024-11-07T22:26:43.527Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26792024-11-07T22:26:44.263Z Compiling hickory-server v0.24.1
26802024-11-07T22:26:44.379Z Compiling enum-as-inner v0.5.1
26812024-11-07T22:26:44.717Z Compiling pem v3.0.4
26822024-11-07T22:26:45.481Z Compiling yasna v0.5.2
26832024-11-07T22:26:45.484Z Compiling headers-core v0.3.0
26842024-11-07T22:26:45.686Z Compiling kstat-rs v0.2.4
26852024-11-07T22:26:45.763Z Compiling progenitor-macro v0.8.0
26862024-11-07T22:26:45.860Z Compiling nanorand v0.7.0
26872024-11-07T22:26:46.363Z Compiling russh-cryptovec v0.7.3
26882024-11-07T22:26:46.465Z Compiling atty v0.2.14
26892024-11-07T22:26:46.636Z Compiling md5 v0.7.0
26902024-11-07T22:26:46.688Z Compiling http-range v0.1.5
26912024-11-07T22:26:47.092Z Compiling glob v0.3.1
26922024-11-07T22:26:47.183Z Compiling russh-keys v0.45.0
26932024-11-07T22:26:47.222Z Compiling hyper-staticfile v0.10.1
26942024-11-07T22:26:47.397Z Compiling rcgen v0.12.1
26952024-11-07T22:26:47.563Z Compiling flume v0.11.0
26962024-11-07T22:26:48.123Z Compiling headers v0.4.0
26972024-11-07T22:26:48.383Z Compiling trust-dns-proto v0.22.0
26982024-11-07T22:26:48.443Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26992024-11-07T22:26:49.825Z Compiling num-bigint v0.4.6
27002024-11-07T22:26:50.159Z Compiling des v0.8.1
27012024-11-07T22:26:50.545Z Compiling subprocess v0.2.9
27022024-11-07T22:26:51.522Z Compiling display-error-chain v0.2.2
27032024-11-07T22:26:51.542Z Compiling hex-literal v0.4.1
27042024-11-07T22:26:51.711Z Compiling dhcproto-macros v0.1.0
27052024-11-07T22:26:51.752Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
27062024-11-07T22:26:52.233Z Compiling internet-checksum v0.2.1
27072024-11-07T22:26:52.915Z Compiling russh v0.45.0
27082024-11-07T22:26:52.999Z Compiling dhcproto v0.12.0
27092024-11-07T22:26:57.728Z Compiling progenitor v0.8.0
27102024-11-07T22:26:57.877Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27112024-11-07T22:26:57.879Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27122024-11-07T22:26:57.879Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27132024-11-07T22:26:57.879Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27142024-11-07T22:26:57.879Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27152024-11-07T22:26:57.956Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27162024-11-07T22:26:58.006Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27172024-11-07T22:26:58.827Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
27182024-11-07T22:26:59.422Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
27192024-11-07T22:27:00.191Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
27202024-11-07T22:27:03.453Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27212024-11-07T22:27:04.670Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27222024-11-07T22:27:14.313Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27232024-11-07T22:27:14.316Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27242024-11-07T22:27:14.316Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27252024-11-07T22:27:14.316Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262024-11-07T22:27:17.557Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27272024-11-07T22:27:17.594Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27282024-11-07T22:27:18.546Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27292024-11-07T22:27:19.143Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27302024-11-07T22:27:19.192Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27312024-11-07T22:27:19.640Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27322024-11-07T22:27:22.267Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27332024-11-07T22:27:22.708Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27342024-11-07T22:27:23.258Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27352024-11-07T22:27:23.882Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27362024-11-07T22:27:23.901Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27372024-11-07T22:27:24.281Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27382024-11-07T22:27:24.720Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27392024-11-07T22:27:26.692Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27402024-11-07T22:27:27.149Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27412024-11-07T22:27:28.545Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27422024-11-07T22:27:28.859Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27432024-11-07T22:27:29.348Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27442024-11-07T22:27:29.936Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27452024-11-07T22:27:31.367Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27462024-11-07T22:27:33.504Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27472024-11-07T22:27:35.606Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27482024-11-07T22:27:35.699Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27492024-11-07T22:27:36.250Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27502024-11-07T22:27:42.552Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512024-11-07T22:27:51.751Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522024-11-07T22:27:53.250Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27532024-11-07T22:28:50.864Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
27542024-11-07T22:29:22.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 12s
27552024-11-07T22:29:22.828Z
27562024-11-07T22:29:22.831Zreal 3:12.770645735
27572024-11-07T22:29:22.831Zuser 12:20.192785367
27582024-11-07T22:29:22.831Zsys 2:22.892939962
27592024-11-07T22:29:22.831Ztrap 0.335034543
27602024-11-07T22:29:22.831Ztflt 0.761342924
27612024-11-07T22:29:22.831Zdflt 1.638198194
27622024-11-07T22:29:22.831Zkflt 0.000010547
27632024-11-07T22:29:22.831Zlock 26:07.062890057
27642024-11-07T22:29:22.831Zslp 43:25.305307414
27652024-11-07T22:29:22.831Zlat 34.374900083
27662024-11-07T22:29:22.831Zstop 1:21.628437952
27672024-11-07T22:29:22.831Z+ mkdir tests
27682024-11-07T22:29:22.834Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
27692024-11-07T22:29:22.837Z+ xargs -I '{}' -t cp '{}' tests/
27702024-11-07T22:29:22.893Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-66adfe2d07f2bcad tests/
27712024-11-07T22:29:22.916Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-68ca88e587a7b5c5 tests/
27722024-11-07T22:29:22.940Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-ec6bfd4845fc8f27 tests/
27732024-11-07T22:29:22.959Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4334d32fd8c55416 tests/
27742024-11-07T22:29:23.116Z+ 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/*)
27752024-11-07T22:29:23.123Z+ 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
27762024-11-07T22:30:28.881ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
27772024-11-07T22:30:28.882Za .github/buildomat/ci-env.sh 1K
27782024-11-07T22:30:28.882Za out/target/test 1K
27792024-11-07T22:30:28.882Za out/npuzone/npuzone 23144K
27802024-11-07T22:30:28.882Za package-manifest.toml 32K
27812024-11-07T22:30:28.882Za smf/sled-agent/non-gimlet/config.toml 4K
27822024-11-07T22:30:28.882Za target/release/omicron-package 32538K
27832024-11-07T22:30:28.882Za target/release/xtask 11749K
27842024-11-07T22:30:28.882Za target/debug/bootstrap 196071K
27852024-11-07T22:30:28.882Za tests/bootstrap-68ca88e587a7b5c5 23991K
27862024-11-07T22:30:28.882Za tests/commtest-ec6bfd4845fc8f27 24191K
27872024-11-07T22:30:28.882Za tests/dhcp_server-66adfe2d07f2bcad 23991K
27882024-11-07T22:30:28.882Za tests/end_to_end_tests-4334d32fd8c55416 208281K
27892024-11-07T22:30:28.882Za out/clickhouse.tar.gz 244343K
27902024-11-07T22:30:28.882Za out/clickhouse_keeper.tar.gz 244316K
27912024-11-07T22:30:28.882Za out/clickhouse_server.tar.gz 244316K
27922024-11-07T22:30:28.882Za out/cockroachdb.tar.gz 130039K
27932024-11-07T22:30:28.882Za out/crucible-dtrace.tar 83K
27942024-11-07T22:30:28.882Za out/crucible-pantry-zone.tar.gz 26856K
27952024-11-07T22:30:28.882Za out/crucible-zone.tar.gz 35063K
27962024-11-07T22:30:28.882Za out/external-dns.tar.gz 30754K
27972024-11-07T22:30:28.882Za out/internal-dns.tar.gz 30755K
27982024-11-07T22:30:28.882Za out/mg-ddm-gz.tar 62661K
27992024-11-07T22:30:28.882Za out/nexus.tar.gz 96394K
28002024-11-07T22:30:28.882Za out/ntp.tar.gz 9037K
28012024-11-07T22:30:28.882Za out/omicron-gateway-softnpu.tar.gz 21668K
28022024-11-07T22:30:28.882Za out/omicron-sled-agent.tar 104286K
28032024-11-07T22:30:28.882Za out/overlay.tar.gz 3K
28042024-11-07T22:30:28.882Za out/oximeter.tar.gz 46033K
28052024-11-07T22:30:28.882Za out/oxlog.tar 3071K
28062024-11-07T22:30:28.882Za out/probe.tar.gz 2764K
28072024-11-07T22:30:28.882Za out/propolis-server.tar.gz 66584K
28082024-11-07T22:30:28.882Za out/pumpkind-gz.tar 26665K
28092024-11-07T22:30:28.882Za out/switch-softnpu.tar.gz 224477K
28102024-11-07T22:30:28.887Z
28112024-11-07T22:30:28.887Zreal 1:05.756590611
28122024-11-07T22:30:28.887Zuser 1:02.378366352
28132024-11-07T22:30:28.887Zsys 4.868065156
28142024-11-07T22:30:28.887Ztrap 0.019123426
28152024-11-07T22:30:28.887Ztflt 0.000000000
28162024-11-07T22:30:28.887Zdflt 0.000000000
28172024-11-07T22:30:28.887Zkflt 0.000000000
28182024-11-07T22:30:28.887Zlock 0.000000000
28192024-11-07T22:30:28.887Zslp 1:02.186833050
28202024-11-07T22:30:28.887Zlat 2.055928503
28212024-11-07T22:30:28.887Zstop 0.000224421
28222024-11-07T22:30:28.887Zprocess exited: duration 2073294 ms, exit code 0
 
28232024-11-07T22:30:28.903Zfound 1 output files
28242024-11-07T22:30:28.903Zuploading: /work/package.tar.gz (1693261019 bytes)
28252024-11-07T22:31:11.600Zuploaded: /work/package.tar.gz